diff --git a/package-lock.json b/package-lock.json index f6314f889e2..a8994e93a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4646,9 +4646,8 @@ } }, "gl-plot3d": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-2.2.2.tgz", - "integrity": "sha512-is8RoDVUEbUM7kJ2qjhKJlfGLECH3ML9pTCW1V7ylUdmUACmcZ4lzJrQr/NIRkHC5WcUNOp3QJKPjBND3ngZ2A==", + "version": "git://github.com/gl-vis/gl-plot3d.git#15916e45c2879b54600afc57271a220cd5d845fa", + "from": "git://github.com/gl-vis/gl-plot3d.git#15916e45c2879b54600afc57271a220cd5d845fa", "requires": { "3d-view": "^2.0.0", "a-big-triangle": "^1.0.3", diff --git a/package.json b/package.json index 5c2ce9e3037..0736826ebe9 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "gl-mat4": "^1.2.0", "gl-mesh3d": "^2.1.1", "gl-plot2d": "^1.4.2", - "gl-plot3d": "^2.2.2", + "gl-plot3d": "git://github.com/gl-vis/gl-plot3d.git#15916e45c2879b54600afc57271a220cd5d845fa", "gl-pointcloud2d": "^1.0.2", "gl-scatter3d": "^1.2.2", "gl-select-box": "^1.0.3", diff --git a/test/image/baselines/gl3d_bunny-hull.png b/test/image/baselines/gl3d_bunny-hull.png index 46c5ff94067..d1640cdae6d 100644 Binary files a/test/image/baselines/gl3d_bunny-hull.png and b/test/image/baselines/gl3d_bunny-hull.png differ diff --git a/test/image/baselines/gl3d_bunny.png b/test/image/baselines/gl3d_bunny.png index 3913dfbc47d..1b3ad0ec92e 100644 Binary files a/test/image/baselines/gl3d_bunny.png and b/test/image/baselines/gl3d_bunny.png differ diff --git a/test/image/baselines/gl3d_coloraxes.png b/test/image/baselines/gl3d_coloraxes.png index 1030595b4c4..ff19d934194 100644 Binary files a/test/image/baselines/gl3d_coloraxes.png and b/test/image/baselines/gl3d_coloraxes.png differ diff --git a/test/image/baselines/gl3d_colorscale_with_opacity.png b/test/image/baselines/gl3d_colorscale_with_opacity.png new file mode 100644 index 00000000000..e3ed1ce18ba Binary files /dev/null and b/test/image/baselines/gl3d_colorscale_with_opacity.png differ diff --git a/test/image/baselines/gl3d_cone-lighting.png b/test/image/baselines/gl3d_cone-lighting.png index 0458516b58c..290a55e263d 100644 Binary files a/test/image/baselines/gl3d_cone-lighting.png and b/test/image/baselines/gl3d_cone-lighting.png differ diff --git a/test/image/baselines/gl3d_convex-hull.png b/test/image/baselines/gl3d_convex-hull.png index 3913dfbc47d..1b3ad0ec92e 100644 Binary files a/test/image/baselines/gl3d_convex-hull.png and b/test/image/baselines/gl3d_convex-hull.png differ diff --git a/test/image/baselines/gl3d_cube.png b/test/image/baselines/gl3d_cube.png index 40eaa6b5ad0..8418d2a5aa9 100644 Binary files a/test/image/baselines/gl3d_cube.png and b/test/image/baselines/gl3d_cube.png differ diff --git a/test/image/baselines/gl3d_indicator_scatter3d.png b/test/image/baselines/gl3d_indicator_scatter3d.png index c6a662fe5a6..d822b6cafc5 100644 Binary files a/test/image/baselines/gl3d_indicator_scatter3d.png and b/test/image/baselines/gl3d_indicator_scatter3d.png differ diff --git a/test/image/baselines/gl3d_isosurface_opacity.png b/test/image/baselines/gl3d_isosurface_opacity.png new file mode 100644 index 00000000000..2f1941e85a9 Binary files /dev/null and b/test/image/baselines/gl3d_isosurface_opacity.png differ diff --git a/test/image/baselines/gl3d_isosurface_thin_slices_transparent.png b/test/image/baselines/gl3d_isosurface_thin_slices_transparent.png index ee3a6e58c17..cb94bd4abcb 100644 Binary files a/test/image/baselines/gl3d_isosurface_thin_slices_transparent.png and b/test/image/baselines/gl3d_isosurface_thin_slices_transparent.png differ diff --git a/test/image/baselines/gl3d_isosurface_transparent.png b/test/image/baselines/gl3d_isosurface_transparent.png index 0ea4acbbf0d..37fd53c055c 100644 Binary files a/test/image/baselines/gl3d_isosurface_transparent.png and b/test/image/baselines/gl3d_isosurface_transparent.png differ diff --git a/test/image/baselines/gl3d_marker-arrays.png b/test/image/baselines/gl3d_marker-arrays.png index 5b903b88912..320c038616a 100644 Binary files a/test/image/baselines/gl3d_marker-arrays.png and b/test/image/baselines/gl3d_marker-arrays.png differ diff --git a/test/image/baselines/gl3d_marker-color.png b/test/image/baselines/gl3d_marker-color.png index f0b7ca3766b..2e98f605c9a 100644 Binary files a/test/image/baselines/gl3d_marker-color.png and b/test/image/baselines/gl3d_marker-color.png differ diff --git a/test/image/baselines/gl3d_mesh3d_enable-alpha-with-rgba-color.png b/test/image/baselines/gl3d_mesh3d_enable-alpha-with-rgba-color.png index c8b87c6a882..052cef8b30b 100644 Binary files a/test/image/baselines/gl3d_mesh3d_enable-alpha-with-rgba-color.png and b/test/image/baselines/gl3d_mesh3d_enable-alpha-with-rgba-color.png differ diff --git a/test/image/baselines/gl3d_opacity-scaling-spikes.png b/test/image/baselines/gl3d_opacity-scaling-spikes.png index f530c13aa85..b282b11e116 100644 Binary files a/test/image/baselines/gl3d_opacity-scaling-spikes.png and b/test/image/baselines/gl3d_opacity-scaling-spikes.png differ diff --git a/test/image/baselines/gl3d_opacity-surface.png b/test/image/baselines/gl3d_opacity-surface.png index c5f10f521ac..c56a73609f6 100644 Binary files a/test/image/baselines/gl3d_opacity-surface.png and b/test/image/baselines/gl3d_opacity-surface.png differ diff --git a/test/image/baselines/gl3d_point-cloud_blending.png b/test/image/baselines/gl3d_point-cloud_blending.png new file mode 100644 index 00000000000..7807900e35e Binary files /dev/null and b/test/image/baselines/gl3d_point-cloud_blending.png differ diff --git a/test/image/baselines/gl3d_rgb_dont_accept_alpha_scatter3d.png b/test/image/baselines/gl3d_rgb_dont_accept_alpha_scatter3d.png index 21896f14a40..e1a43d580e2 100644 Binary files a/test/image/baselines/gl3d_rgb_dont_accept_alpha_scatter3d.png and b/test/image/baselines/gl3d_rgb_dont_accept_alpha_scatter3d.png differ diff --git a/test/image/baselines/gl3d_scatter3d-colorscale.png b/test/image/baselines/gl3d_scatter3d-colorscale.png index ab50286aabf..174f906ac39 100644 Binary files a/test/image/baselines/gl3d_scatter3d-colorscale.png and b/test/image/baselines/gl3d_scatter3d-colorscale.png differ diff --git a/test/image/baselines/gl3d_scatter3d_line3d_error3d_enable-alpha-with-rgba-color.png b/test/image/baselines/gl3d_scatter3d_line3d_error3d_enable-alpha-with-rgba-color.png index e77b8c13e02..0000c34a1d6 100644 Binary files a/test/image/baselines/gl3d_scatter3d_line3d_error3d_enable-alpha-with-rgba-color.png and b/test/image/baselines/gl3d_scatter3d_line3d_error3d_enable-alpha-with-rgba-color.png differ diff --git a/test/image/baselines/gl3d_scatter3d_line3d_error3d_transparent-with-zero-alpha.png b/test/image/baselines/gl3d_scatter3d_line3d_error3d_transparent-with-zero-alpha.png index 367d5e552b8..3d653a03ba1 100644 Binary files a/test/image/baselines/gl3d_scatter3d_line3d_error3d_transparent-with-zero-alpha.png and b/test/image/baselines/gl3d_scatter3d_line3d_error3d_transparent-with-zero-alpha.png differ diff --git a/test/image/baselines/gl3d_snowden_transparent.png b/test/image/baselines/gl3d_snowden_transparent.png new file mode 100644 index 00000000000..b5a3ab2ae13 Binary files /dev/null and b/test/image/baselines/gl3d_snowden_transparent.png differ diff --git a/test/image/baselines/gl3d_transparent_same-depth.png b/test/image/baselines/gl3d_transparent_same-depth.png index b0757516867..d773de1537b 100644 Binary files a/test/image/baselines/gl3d_transparent_same-depth.png and b/test/image/baselines/gl3d_transparent_same-depth.png differ diff --git a/test/image/baselines/gl3d_volume_airflow.png b/test/image/baselines/gl3d_volume_airflow.png index 91f683f4b72..deb5776c9ec 100644 Binary files a/test/image/baselines/gl3d_volume_airflow.png and b/test/image/baselines/gl3d_volume_airflow.png differ diff --git a/test/image/baselines/gl3d_volume_multiple-traces.png b/test/image/baselines/gl3d_volume_multiple-traces.png index cf55edcc916..dce56007b59 100644 Binary files a/test/image/baselines/gl3d_volume_multiple-traces.png and b/test/image/baselines/gl3d_volume_multiple-traces.png differ diff --git a/test/image/baselines/gl3d_volume_multiple-traces_one-cube.png b/test/image/baselines/gl3d_volume_multiple-traces_one-cube.png index b0139c04a50..55677e7b3f0 100644 Binary files a/test/image/baselines/gl3d_volume_multiple-traces_one-cube.png and b/test/image/baselines/gl3d_volume_multiple-traces_one-cube.png differ diff --git a/test/image/baselines/gl3d_volume_opacityscale-iso.png b/test/image/baselines/gl3d_volume_opacityscale-iso.png index 6d9295e484b..7c3e1805a70 100644 Binary files a/test/image/baselines/gl3d_volume_opacityscale-iso.png and b/test/image/baselines/gl3d_volume_opacityscale-iso.png differ diff --git a/test/image/mocks/gl3d_colorscale_with_opacity.json b/test/image/mocks/gl3d_colorscale_with_opacity.json new file mode 100644 index 00000000000..12bff963ce8 --- /dev/null +++ b/test/image/mocks/gl3d_colorscale_with_opacity.json @@ -0,0 +1,465 @@ +{ + "data": [ + { + "meta": { + "columnNames": { + "x": "Engine capacity, x", + "y": "Mass, y", + "z": "Engine power, z", + "text": "data, text", + "marker": { + "color": "CO2, color" + } + } + }, + "mode": "markers", + "name": "Average parameters 2017", + "type": "scatter3d", + "x": [ + "1598.0", + "1548.3", + "1633.5", + "1562.8", + "1699.4", + "1416.9", + "1558.2", + "1467.3", + "1376.9", + "1502.1", + "1599.9", + "1552.5", + "1486.1", + "1808.3", + "1669.7", + "1352.5", + "1769.7", + "1455.9", + "1530.5", + "1759.3", + "1508.9", + "1597.0" + ], + "y": [ + "1435.1", + "1419.1", + "1413.7", + "1385.2", + "1455.2", + "1279.1", + "1434.2", + "1323.3", + "1242.7", + "1335.4", + "1370.1", + "1377.7", + "1313.0", + "1502.9", + "1474.0", + "1284.3", + "1620.3", + "1349.6", + "1351.2", + "1541.0", + "1387.4", + "1443.0" + ], + "z": [ + "94.0", + "93.5", + "98.6", + "95.8", + "111.2", + "84.3", + "99.2", + "85.2", + "76.2", + "83.1", + "97.0", + "85.0", + "79.9", + "120.5", + "101.9", + "84.3", + "105.4", + "82.6", + "88.5", + "115.0", + "91.2", + "96.7" + ], + "marker": { + "line": { + "color": "rgb(9, 9, 9)", + "width": 5 + }, + "meta": { + "columnNames": { + "color": "CO2, color" + } + }, + "size": 20, + "symbol": "circle", + "opacity": 0.9, + "sizeref": 1667.599012345679, + "colorbar": { + "ticks": "outside", + "title": { + "font": { + "color": "rgb(242, 245, 250)", + "family": "Courier New" + }, + "text": "CO2 emissions
colorscale" + }, + "tickfont": { + "color": "rgb(242, 245, 250)", + "family": "Courier New" + }, + "thickness": 23, + "tickcolor": "rgb(242, 245, 250)", + "outlinewidth": 1 + }, + "color": [ + "120.7", + "115.9", + "126.3", + "124.4", + "127.4", + "107.1", + "118.2", + "110.4", + "108.8", + "113.1", + "125.6", + "111.6", + "113.4", + "127.0", + "128.8", + "108.3", + "82.6", + "104.8", + "120.6", + "122.3", + "119.6", + "126.1" + ], + "sizemode": "area", + "fillcolor": "rgba(74,198,183,0.5)", + "showscale": true + }, + "opacity": 0.9, + "text": [ + "Country: Austria
Eng. capacity : 1598.0\n
Mass : 1435.1
Eng. power : 94.0
CO2 : 120.7", + "Country: Belgium
Eng. capacity : 1548.3\n
Mass : 1419.1
Eng. power : 93.5
CO2 : 115.9", + "Country: Bulgaria
Eng. capacity : 1633.5\n
Mass : 1413.7
Eng. power : 98.6
CO2 : 126.3", + "Country: Czech Republic
Eng. capacity :\n 1562.8
Mass : 1385.2
Eng. power : 95.8
CO2 :\n 124.4", + "Country: Germany
Eng. capacity : 1699.4\n
Mass : 1455.2
Eng. power : 111.2
CO2 : 127.4", + "Country: Denmark
Eng. capacity : 1416.9\n
Mass : 1279.1
Eng. power : 84.3
CO2 : 107.1", + "Country: Finland
Eng. capacity : 1558.2\n
Mass : 1434.2
Eng. power : 99.2
CO2 : 118.2", + "Country: France
Eng. capacity : 1467.3\n
Mass : 1323.3
Eng. power : 85.2
CO2 : 110.4", + "Country: Greece
Eng. capacity : 1367.9\n
Mass : 1242.7
Eng. power : 76.2
CO2 : 108.8", + "Country: Croatia
Eng. capacity : 1502.1\n
Mass : 1335.4
Eng. power : 83.1
CO2 : 113.1", + "Country: Hungary
Eng. capacity : 1599.9\n
Mass : 1370.1
Eng. power : 97.0
CO2 : 125.6", + "Country: Ireland
Eng. capacity : 1552.5\n
Mass : 1377.7
Eng. power : 85.0
CO2 : 111.6", + "Country: Italy
Eng. capacity : 1486.1\n
Mass : 1313.0
Eng. power : 79.9
CO2 : 113.4", + "Country: Luxembourg
Eng. capacity : 1808.3\n
Mass : 1502.9
Eng. power : 120.5
CO2 : 127.0", + "Country: Latvia
Eng. capacity : 1669.7\n
Mass : 1474.0
Eng. power : 101.9
CO2 : 128.8", + "Country: Netherlands
Eng. capacity :\n 1352.5
Mass : 1284.3
Eng. power : 84.3
CO2 :\n 108.3", + "Country: Norway
Eng. capacity : 1769.7\n
Mass : 1620.3
Eng. power : 105.4
CO2 : 82.6", + "Country: Portugal
Eng. capacity : 1455.9\n
Mass : 1349.6
Eng. power : 82.6
CO2 : 104.8", + "Country: Romania
Eng. capacity : 1530.5\n
Mass : 1351.2
Eng. power : 88.5
CO2 : 120.6", + "Country: Sweden
Eng. capacity : 1759.3\n
Mass : 1541.0
Eng. power : 115.0
CO2 : 122.3", + "Country: Slovenia
Eng. capacity : 1508.9\n
Mass : 1387.4
Eng. power : 91.2
CO2 : 119.6", + "Country: Slovakia
Eng. capacity : 1597.0\n
Mass : 1443.0
Eng. power : 96.7
CO2 : 126.1" + ], + "colorbar": { + "x": 0.718942731277533, + "y": 0.4790697674418604, + "title": { + "text": "CO2 emissions
colorscale" + } + }, + "hoverinfo": "text", + "autocolorscale": false + } + ], + "layout": { + "font": { + "color": "rgb(255, 255, 255)" + }, + "scene": { + "xaxis": { + "type": "linear", + "range": [ + 1350, + 1850 + ], + "ticks": "inside", + "title": { + "font": { + "size": 14, + "family": "Courier New" + }, + "text": "Engine Capacity [cc]" + }, + "mirror": false, + "ticklen": 5, + "showgrid": true, + "showline": true, + "tickfont": { + "size": 12, + "family": "Courier New" + }, + "autorange": false, + "gridcolor": "rgb(113, 117, 120)", + "gridwidth": 2, + "linecolor": "rgb(255, 255, 255)", + "linewidth": 2, + "tickangle": "auto", + "tickcolor": "rgb(255, 255, 255)", + "tickwidth": 2, + "showspikes": true, + "zerolinecolor": "rgb(255, 255, 255)", + "zerolinewidth": 1, + "showbackground": false, + "separatethousands": true + }, + "yaxis": { + "type": "linear", + "range": [ + 1200, + 1650 + ], + "ticks": "inside", + "title": { + "font": { + "size": 14, + "family": "Courier New" + }, + "text": "Mass [kg]" + }, + "ticklen": 5, + "gridwith": 2, + "showline": true, + "tickfont": { + "family": "Courier New" + }, + "autorange": false, + "gridcolor": "rgb(113, 117, 120)", + "linecolor": "rgb(255, 255, 255)", + "linewidth": 2, + "tickcolor": "rgb(255, 255, 255)", + "tickwidth": 2, + "showspikes": true, + "zerolinewidth": 1, + "separatethousands": true + }, + "zaxis": { + "type": "linear", + "range": [ + 75, + 148 + ], + "ticks": "inside", + "title": { + "font": { + "size": 14, + "family": "Courier New" + }, + "text": "Engine Power [kg]" + }, + "mirror": false, + "ticklen": 5, + "gridwith": 2, + "showline": true, + "tickfont": { + "family": "Courier New" + }, + "autorange": true, + "gridcolor": "rgb(113, 117, 120)", + "linecolor": "rgb(255, 255, 255)", + "linewidth": 2, + "tickcolor": "rgb(255, 255, 255)", + "tickwidth": 2, + "showspikes": true, + "zerolinewidth": 1, + "separatethousands": true + }, + "camera": { + "up": { + "x": 0.2036221845101748, + "y": 0.22629541931911376, + "z": 0.9525378675782348 + }, + "eye": { + "x": -2.007068781359523, + "y": -2.2305549494650494, + "z": 0.9589625026126264 + } + } + }, + "title": { + "x": 0.2, + "pad": { + "t": 0 + }, + "font": { + "size": 26, + "family": "Courier New" + }, + "text": "Average parameters 2017" + }, + "width": 600, + "xaxis": { + "domain": [ + 0, + 1 + ] + }, + "yaxis": { + "domain": [ + 0, + 1 + ] + }, + "height": 600, + "margin": { + "b": 25, + "l": 10, + "r": 10, + "t": 40 + }, + "autosize": false, + "dragmode": "zoom", + "colorscale": { + "diverging": [ + [ + 0, + "#67001f" + ], + [ + 0.1, + "#b2182b" + ], + [ + 0.2, + "#d6604d" + ], + [ + 0.3, + "#f4a582" + ], + [ + 0.4, + "#fddbc7" + ], + [ + 0.5, + "#f7f7f7" + ], + [ + 0.6, + "#d1e5f0" + ], + [ + 0.7, + "#92c5de" + ], + [ + 0.8, + "#4393c3" + ], + [ + 0.9, + "#2166ac" + ], + [ + 1, + "#053061" + ] + ], + "sequential": [ + [ + 0, + "#fff7ec" + ], + [ + 0.125, + "#fee8c8" + ], + [ + 0.25, + "#fdd49e" + ], + [ + 0.375, + "#fdbb84" + ], + [ + 0.5, + "#fc8d59" + ], + [ + 0.625, + "#ef6548" + ], + [ + 0.75, + "#d7301f" + ], + [ + 0.875, + "#b30000" + ], + [ + 1, + "#7f0000" + ] + ], + "sequentialminus": [ + [ + 0, + "#000004" + ], + [ + 0.1111111111111111, + "#180f3d" + ], + [ + 0.2222222222222222, + "#440f76" + ], + [ + 0.3333333333333333, + "#721f81" + ], + [ + 0.4444444444444444, + "#9e2f7f" + ], + [ + 0.5555555555555556, + "#cd4071" + ], + [ + 0.6666666666666666, + "#f1605d" + ], + [ + 0.7777777777777778, + "#fd9668" + ], + [ + 0.8888888888888888, + "#feca8d" + ], + [ + 1, + "#fcfdbf" + ] + ] + }, + "showlegend": false, + "plot_bgcolor": "rgb(243, 243, 243)", + "paper_bgcolor": "rgb(75, 75, 75)" + } +} diff --git a/test/image/mocks/gl3d_isosurface_opacity.json b/test/image/mocks/gl3d_isosurface_opacity.json new file mode 100644 index 00000000000..9d65662affb --- /dev/null +++ b/test/image/mocks/gl3d_isosurface_opacity.json @@ -0,0 +1,811 @@ +{ + "data": [ + { + "type": "isosurface", + "opacity": 0.5, + "colorscale": "Reds", + "reversescale": true, + "surface": { "show": true }, + "spaceframe": { "show": false }, + "slices": { + "x": { "show": false }, + "y": { "show": false }, + "z": { "show": false } + }, + "caps": { + "x": { "show": true }, + "y": { "show": true }, + "z": { "show": true } + }, + "contour": { + "show": false, + "width": 4 + }, + "isomin": 150, + "isomax": 250, + "value": [ + + 0, 125, 250, 375, 500, 625, 750, 875, 1000, + -125, 0, 125, 250, 375, 500, 625, 750, 875, + -250, -125, 0, 125, 250, 375, 500, 625, 750, + -375, -250, -125, 0, 125, 250, 375, 500, 625, + -500, -375, -250, -125, 0, 125, 250, 375, 500, + -625, -500, -375, -250, -125, 0, 125, 250, 375, + -750, -625, -500, -375, -250, -125, 0, 125, 250, + -875, -750, -625, -500, -375, -250, -125, 0, 125, + -1000, -875, -750, -625, -500, -375, -250, -125, 0, + + -125, 0, 125, 250, 375, 500, 625, 750, 875, + -250, -121, 8, 137, 266, 395, 523, 652, 781, + -375, -242, -109, 23, 156, 289, 422, 555, 688, + -500, -363, -227, -90, 47, 184, 320, 457, 594, + -625, -484, -344, -203, -63, 78, 219, 359, 500, + -750, -605, -461, -316, -172, -27, 117, 262, 406, + -875, -727, -578, -430, -281, -133, 16, 164, 313, + -1000, -848, -695, -543, -391, -238, -86, 66, 219, + -1125, -969, -813, -656, -500, -344, -188, -31, 125, + + -250, -125, 0, 125, 250, 375, 500, 625, 750, + -375, -242, -109, 23, 156, 289, 422, 555, 688, + -500, -359, -219, -78, 63, 203, 344, 484, 625, + -625, -477, -328, -180, -31, 117, 266, 414, 563, + -750, -594, -438, -281, -125, 31, 188, 344, 500, + -875, -711, -547, -383, -219, -55, 109, 273, 438, + -1000, -828, -656, -484, -313, -141, 31, 203, 375, + -1125, -945, -766, -586, -406, -227, -47, 133, 313, + -1250, -1063, -875, -688, -500, -313, -125, 63, 250, + + -375, -250, -125, 0, 125, 250, 375, 500, 625, + -500, -363, -227, -90, 47, 184, 320, 457, 594, + -625, -477, -328, -180, -31, 117, 266, 414, 563, + -750, -590, -430, -270, -109, 51, 211, 371, 531, + -875, -703, -531, -359, -188, -16, 156, 328, 500, + -1000, -816, -633, -449, -266, -82, 102, 285, 469, + -1125, -930, -734, -539, -344, -148, 47, 242, 438, + -1250, -1043, -836, -629, -422, -215, -8, 199, 406, + -1375, -1156, -938, -719, -500, -281, -63, 156, 375, + + -500, -375, -250, -125, 0, 125, 250, 375, 500, + -625, -484, -344, -203, -63, 78, 219, 359, 500, + -750, -594, -438, -281, -125, 31, 188, 344, 500, + -875, -703, -531, -359, -188, -16, 156, 328, 500, + -1000, -813, -625, -438, -250, -63, 125, 313, 500, + -1125, -922, -719, -516, -313, -109, 94, 297, 500, + -1250, -1031, -813, -594, -375, -156, 63, 281, 500, + -1375, -1141, -906, -672, -438, -203, 31, 266, 500, + -1500, -1250, -1000, -750, -500, -250, 0, 250, 500, + + -625, -500, -375, -250, -125, 0, 125, 250, 375, + -750, -605, -461, -316, -172, -27, 117, 262, 406, + -875, -711, -547, -383, -219, -55, 109, 273, 438, + -1000, -816, -633, -449, -266, -82, 102, 285, 469, + -1125, -922, -719, -516, -313, -109, 94, 297, 500, + -1250, -1027, -805, -582, -359, -137, 86, 309, 531, + -1375, -1133, -891, -648, -406, -164, 78, 320, 563, + -1500, -1238, -977, -715, -453, -191, 70, 332, 594, + -1625, -1344, -1063, -781, -500, -219, 63, 344, 625, + + -750, -625, -500, -375, -250, -125, 0, 125, 250, + -875, -727, -578, -430, -281, -133, 16, 164, 313, + -1000, -828, -656, -484, -313, -141, 31, 203, 375, + -1125, -930, -734, -539, -344, -148, 47, 242, 438, + -1250, -1031, -813, -594, -375, -156, 63, 281, 500, + -1375, -1133, -891, -648, -406, -164, 78, 320, 563, + -1500, -1234, -969, -703, -438, -172, 94, 359, 625, + -1625, -1336, -1047, -758, -469, -180, 109, 398, 688, + -1750, -1438, -1125, -813, -500, -188, 125, 438, 750, + + -875, -750, -625, -500, -375, -250, -125, 0, 125, + -1000, -848, -695, -543, -391, -238, -86, 66, 219, + -1125, -945, -766, -586, -406, -227, -47, 133, 313, + -1250, -1043, -836, -629, -422, -215, -8, 199, 406, + -1375, -1141, -906, -672, -438, -203, 31, 266, 500, + -1500, -1238, -977, -715, -453, -191, 70, 332, 594, + -1625, -1336, -1047, -758, -469, -180, 109, 398, 688, + -1750, -1434, -1117, -801, -484, -168, 148, 465, 781, + -1875, -1531, -1188, -844, -500, -156, 188, 531, 875, + + -1000, -875, -750, -625, -500, -375, -250, -125, 0, + -1125, -969, -813, -656, -500, -344, -188, -31, 125, + -1250, -1063, -875, -688, -500, -313, -125, 63, 250, + -1375, -1156, -938, -719, -500, -281, -63, 156, 375, + -1500, -1250, -1000, -750, -500, -250, 0, 250, 500, + -1625, -1344, -1063, -781, -500, -219, 63, 344, 625, + -1750, -1438, -1125, -813, -500, -188, 125, 438, 750, + -1875, -1531, -1188, -844, -500, -156, 188, 531, 875, + -2000, -1625, -1250, -875, -500, -125, 250, 625, 1000 + ], + "x": [ + + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, 2.000, + + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, 1.875, + + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, 1.750, + + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, 1.625, + + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, 1.500, + + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, 1.375, + + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, 1.250, + + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, 1.125, + + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000 + ], + "y": [ + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000 + ], + "z": [ + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000 + ] + }, { + "type": "isosurface", + "opacity": 0.5, + "colorscale": "Reds", + "reversescale": true, + "surface": { "show": true }, + "spaceframe": { "show": false }, + "slices": { + "x": { "show": false }, + "y": { "show": false }, + "z": { "show": false } + }, + "caps": { + "x": { "show": true }, + "y": { "show": true }, + "z": { "show": true } + }, + "contour": { + "show": false, + "width": 4 + }, + "isomin": 150, + "isomax": 250, + "value": [ + + 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 16, 31, 47, 63, 78, 94, 109, 125, + 0, 31, 63, 94, 125, 156, 188, 219, 250, + 0, 47, 94, 141, 188, 234, 281, 328, 375, + 0, 63, 125, 188, 250, 313, 375, 438, 500, + 0, 78, 156, 234, 313, 391, 469, 547, 625, + 0, 94, 188, 281, 375, 469, 563, 656, 750, + 0, 109, 219, 328, 438, 547, 656, 766, 875, + 0, 125, 250, 375, 500, 625, 750, 875, 1000, + + 0, 16, 31, 47, 63, 78, 94, 109, 125, + 16, 47, 78, 109, 141, 172, 203, 234, 266, + 31, 78, 125, 172, 219, 266, 313, 359, 406, + 47, 109, 172, 234, 297, 359, 422, 484, 547, + 63, 141, 219, 297, 375, 453, 531, 609, 688, + 78, 172, 266, 359, 453, 547, 641, 734, 828, + 94, 203, 313, 422, 531, 641, 750, 859, 969, + 109, 234, 359, 484, 609, 734, 859, 984, 1109, + 125, 266, 406, 547, 688, 828, 969, 1109, 1250, + + 0, 31, 63, 94, 125, 156, 188, 219, 250, + 31, 78, 125, 172, 219, 266, 313, 359, 406, + 63, 125, 188, 250, 313, 375, 438, 500, 563, + 94, 172, 250, 328, 406, 484, 563, 641, 719, + 125, 219, 313, 406, 500, 594, 688, 781, 875, + 156, 266, 375, 484, 594, 703, 813, 922, 1031, + 188, 313, 438, 563, 688, 813, 938, 1063, 1188, + 219, 359, 500, 641, 781, 922, 1063, 1203, 1344, + 250, 406, 563, 719, 875, 1031, 1188, 1344, 1500, + + 0, 47, 94, 141, 188, 234, 281, 328, 375, + 47, 109, 172, 234, 297, 359, 422, 484, 547, + 94, 172, 250, 328, 406, 484, 563, 641, 719, + 141, 234, 328, 422, 516, 609, 703, 797, 891, + 188, 297, 406, 516, 625, 734, 844, 953, 1063, + 234, 359, 484, 609, 734, 859, 984, 1109, 1234, + 281, 422, 563, 703, 844, 984, 1125, 1266, 1406, + 328, 484, 641, 797, 953, 1109, 1266, 1422, 1578, + 375, 547, 719, 891, 1063, 1234, 1406, 1578, 1750, + + 0, 63, 125, 188, 250, 313, 375, 438, 500, + 63, 141, 219, 297, 375, 453, 531, 609, 688, + 125, 219, 313, 406, 500, 594, 688, 781, 875, + 188, 297, 406, 516, 625, 734, 844, 953, 1063, + 250, 375, 500, 625, 750, 875, 1000, 1125, 1250, + 313, 453, 594, 734, 875, 1016, 1156, 1297, 1438, + 375, 531, 688, 844, 1000, 1156, 1313, 1469, 1625, + 438, 609, 781, 953, 1125, 1297, 1469, 1641, 1813, + 500, 688, 875, 1063, 1250, 1438, 1625, 1813, 2000, + + 0, 78, 156, 234, 313, 391, 469, 547, 625, + 78, 172, 266, 359, 453, 547, 641, 734, 828, + 156, 266, 375, 484, 594, 703, 813, 922, 1031, + 234, 359, 484, 609, 734, 859, 984, 1109, 1234, + 313, 453, 594, 734, 875, 1016, 1156, 1297, 1438, + 391, 547, 703, 859, 1016, 1172, 1328, 1484, 1641, + 469, 641, 813, 984, 1156, 1328, 1500, 1672, 1844, + 547, 734, 922, 1109, 1297, 1484, 1672, 1859, 2047, + 625, 828, 1031, 1234, 1438, 1641, 1844, 2047, 2250, + + 0, 94, 188, 281, 375, 469, 563, 656, 750, + 94, 203, 313, 422, 531, 641, 750, 859, 969, + 188, 313, 438, 563, 688, 813, 938, 1063, 1188, + 281, 422, 563, 703, 844, 984, 1125, 1266, 1406, + 375, 531, 688, 844, 1000, 1156, 1313, 1469, 1625, + 469, 641, 813, 984, 1156, 1328, 1500, 1672, 1844, + 563, 750, 938, 1125, 1313, 1500, 1688, 1875, 2063, + 656, 859, 1063, 1266, 1469, 1672, 1875, 2078, 2281, + 750, 969, 1188, 1406, 1625, 1844, 2063, 2281, 2500, + + 0, 109, 219, 328, 438, 547, 656, 766, 875, + 109, 234, 359, 484, 609, 734, 859, 984, 1109, + 219, 359, 500, 641, 781, 922, 1063, 1203, 1344, + 328, 484, 641, 797, 953, 1109, 1266, 1422, 1578, + 438, 609, 781, 953, 1125, 1297, 1469, 1641, 1813, + 547, 734, 922, 1109, 1297, 1484, 1672, 1859, 2047, + 656, 859, 1063, 1266, 1469, 1672, 1875, 2078, 2281, + 766, 984, 1203, 1422, 1641, 1859, 2078, 2297, 2516, + 875, 1109, 1344, 1578, 1813, 2047, 2281, 2516, 2750, + + 0, 125, 250, 375, 500, 625, 750, 875, 1000, + 125, 266, 406, 547, 688, 828, 969, 1109, 1250, + 250, 406, 563, 719, 875, 1031, 1188, 1344, 1500, + 375, 547, 719, 891, 1063, 1234, 1406, 1578, 1750, + 500, 688, 875, 1063, 1250, 1438, 1625, 1813, 2000, + 625, 828, 1031, 1234, 1438, 1641, 1844, 2047, 2250, + 750, 969, 1188, 1406, 1625, 1844, 2063, 2281, 2500, + 875, 1109, 1344, 1578, 1813, 2047, 2281, 2516, 2750, + 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000 + ], + "x": [ + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000 + ], + "y": [ + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, + + 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, + 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, 0.125, + 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, 0.250, + 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, + 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, 0.500, + 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, 0.625, + 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, 0.750, + 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, 0.875, + 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000, 1.000 + ], + "z": [ + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000, + 0.000, 0.125, 0.250, 0.375, 0.500, 0.625, 0.750, 0.875, 1.000 + ] + } + ], + "layout": { + "title": { + "text": "scene with multiple isosurface traces" + }, + "width": 1200, + "height": 900, + "scene": { + "aspectratio": { + "x": 2, + "y": 1, + "z": 1 + }, + "xaxis": { "nticks": 10 }, + "yaxis": { "nticks": 10 }, + "zaxis": { "nticks": 10 }, + "camera": { + "eye": { + "x": 1, + "y": 2, + "z": 0.5 + } + } + } + } +} diff --git a/test/image/mocks/gl3d_point-cloud_blending.json b/test/image/mocks/gl3d_point-cloud_blending.json new file mode 100644 index 00000000000..8ef57528c6a --- /dev/null +++ b/test/image/mocks/gl3d_point-cloud_blending.json @@ -0,0 +1,191 @@ +{ + "data":[ + { + "x":[ + -316,724,496,-583,-61,571,635,728,-1012,245,-746,854,-775,-325,-341,211,981,-891,-249,-831,493,-586,218,-71,-542,966,259,779,189,-1020,528,278,802,579,150,-547,-771,1003,1029,757,342,-128,152,-497,-304,-490,392,874,86,583,-61,253,482,-408,745,218,-643,276,612,-623,308,-871,-206,214,68,-715,-810,-187,-233,-531,397,720,-549,-401,502,-743,-487,-622,-659,-269,-644,-201,-104,488,-710,765,-444,387,-545,467,-670,404,-580,808,895,-488,-519,857,-806,804,44,-658,-661,-390,504,-62,-656,-102,794,555,-526,514,546,-604,-619,-81,-353,-386,-572,254,699,-65,168,536,-555,-373,257,974,-556,517,599,-835,492,-188,758,-656,391,-141,-233,764,-366,-26,8,531,-490,518,-537,656,575,-397,-678,-553,262,523,443,-343,208,-345,-346,-905,-899,-332,756,-681,-40,-525,-285,-442,654,724,-1005,-783,-872,-505,272,-657,244,-460,-875,58,335,65,-630,134,-778,-570,969,-506,-298,-228,363,-525,-154,-649,-407,668,-918,643,427,-543,860,-248,668,-754,-596,397,-564,-551,467,-957,317,-753,-610,746,-462,853,-490,-225,-905,833,-597,841,-401,-162,544,311,547,656,-696,543,-506,335,557,652,330,-342,266,784,107,-628,797,524,560,-495,-55,755,951,607,591,645,-246,-71,610,-830,-501,681,-382,-374,-735,-667,194,808,-521,-644,602,-136,599,177,-711,-747,16,-682,-303,-415,691,-840,879,568,604,777,-693,556,-128,-146,-423,358,708,663,-246,-865,-755,524,636,-959,554,744,434,-837,-674,195,453,229,276,-179,908,129,-931,367,-323,-493,217,560,-271,804,225,-546,904,-313,-441,538,-694,618,413,549,331,-397,654,-512,-838,414,-500,-653,123,607,223,-649,538,-728,-1010,737,636,-918,-776,685,724,691,615,-334,-694,-658,291,768,661,843,337,32,887,-699,656,578,-140,-530,401,-485,-297,-61,-488,363,101,-833,900,-523,-670,-84,-525,-690,869,729,498,33,-541,-43,462,-898,881,-797,-663,812,-555,-855,238,966,-476,-780,713,-183,-366,674,-637,-99,-136,-473,395,-276,23,737,289,-25,-360,-521,791,-575,-492,83,815,968,346,875,-400,103,533,583,637,487,643,226,670,296,750,-366,254,-531,749,-710,-512,996,-35,-286,3,-128,-513,-577,398,941,601,-1013,876,575,380,-357,263,883,945,861,339,595,434,207,-298,-274,469,-320,571,858,771,-734,433,24,-152,-520,375,872,-740,-747,-699,148,-351,515,-173,51,-604,703,303,-521,534,458,499,-544,-579,604,797,-336,672,419,-105,29,731,766,-76,755 + ], + "y":[ + 304,-671,721,-197,-898,-623,-480,-591,-383,356,587,24,-438,-904,876,613,12,-155,-656,-164,926,-608,181,1003,825,-133,975,-69,-343,31,606,49,244,760,450,551,654,-294,148,478,-870,846,-78,-538,765,-132,852,-250,731,456,473,-1008,500,-277,-609,-548,-565,853,-23,696,-49,-585,178,-663,772,753,19,-556,929,321,711,-223,768,-877,-771,739,-465,87,-50,442,607,920,826,-549,583,-544,-859,-224,716,-763,707,489,-322,737,222,-78,-207,-439,-668,558,88,-741,-773,451,-904,-793,573,-686,209,581,-695,423,437,99,-225,541,-155,-752,866,717,-521,201,299,557,0,-913,-509,-355,259,675,870,95,636,759,-116,-43,-356,558,711,-195,-656,629,1022,483,-418,722,640,-642,455,-303,-242,-73,-643,679,-122,542,334,-631,631,-548,-352,76,202,-745,-666,411,-336,326,790,590,-374,93,-144,-152,-911,117,-429,665,-557,-625,-52,-377,247,703,-21,-567,125,740,642,847,790,23,-872,682,279,-715,-230,-715,-879,-579,-593,-713,-333,108,-196,-148,-240,757,-737,-457,-695,-478,-683,644,-738,-340,404,502,-320,290,-622,-615,-436,-409,-718,535,-675,-194,85,494,-308,20,564,38,-462,-107,-822,321,-701,-531,187,-436,-745,-515,922,-602,-314,-611,-763,-659,-687,654,413,-512,732,-368,-752,-676,-708,-671,-702,-11,767,154,-526,-707,-643,966,-17,-343,-686,790,-1018,687,-654,-396,77,-88,-736,587,380,-161,-1067,403,649,522,698,629,-659,16,-531,749,-678,272,-797,-307,-594,-691,-777,356,399,950,-932,-271,411,303,-319,-582,630,-454,325,-644,-589,89,741,140,569,884,-929,-697,527,664,507,431,401,623,-268,550,83,284,667,503,455,-407,772,113,371,-793,-9,420,-503,-23,-176,-308,239,-625,-557,148,533,551,-453,316,243,-115,-916,-966,-79,-427,-592,789,910,-28,832,682,-10,-872,640,-343,-275,-366,-27,343,31,209,606,-733,346,652,-609,-366,562,451,880,493,10,190,-369,-445,-827,473,-298,-205,239,-435,-313,-279,-754,511,719,51,-374,-583,782,271,-791,562,867,663,606,823,439,-641,-890,-815,-9,428,-865,613,893,429,611,-840,741,588,-310,-951,-592,-919,471,812,-612,-739,-110,-754,92,-338,665,873,560,238,464,361,831,205,669,153,289,181,918,572,-788,-1,146,176,835,655,716,487,791,-768,-587,-253,-571,94,169,-605,-466,504,939,-295,652,27,201,-406,272,228,390,-721,-817,681,416,750,-459,622,-901,296,-745,351,531,393,-387,510,-512,-629,688,906,553,-247,-692,-641 + ], + "z":[ + 976,-282,-515,-769,-316,-608,693,-449,-245,810,-159,-313,-446,-22,-81,823,147,-510,680,-491,129,-485,-933,57,192,-135,443,-471,-931,-417,692,-908,-613,-410,800,-567,-26,-130,82,-234,22,-618,946,-665,679,756,12,-589,-615,-700,-812,-115,631,913,-441,-714,-391,591,-705,-148,985,331,898,-616,-700,-315,583,-842,-273,-824,585,-671,-361,417,50,248,-623,-837,687,847,449,-326,-551,769,-476,-567,-115,-799,344,296,-409,-781,646,-97,-55,806,-869,-464,333,208,991,488,-406,-718,-239,642,664,828,-451,-565,-423,842,832,-894,-823,770,999,705,226,660,-319,894,-907,-621,792,-143,-885,73,728,655,-313,461,517,768,-604,-735,-786,854,664,-726,-537,-898,46,-819,-860,200,374,70,591,969,-639,864,659,-411,-857,809,-971,-802,-765,-22,-11,-946,609,-143,729,-631,-858,793,1,-456,242,-612,265,-769,-172,-824,855,-633,-158,-801,1047,-923,-609,631,-753,-608,384,519,-584,-414,510,-811,444,266,862,419,478,-399,-389,503,211,527,604,588,737,992,827,-45,-473,-240,-768,-510,66,369,-315,575,-655,-776,342,221,-574,30,868,871,294,-684,-282,618,645,597,690,-1052,-602,704,848,1050,-579,567,617,-434,-420,751,400,-561,-463,-178,-51,-330,176,576,558,-693,611,-491,396,509,-556,-511,-383,503,-576,532,154,-876,-449,-793,546,-503,584,454,604,173,-279,656,47,473,292,-718,-453,246,-734,712,173,-838,787,911,-108,-478,-640,-315,-156,1,-478,90,86,711,600,-192,-119,997,-747,496,-394,-872,187,998,-4,-627,574,871,866,-673,726,515,-594,-842,-120,-338,176,-240,-361,-55,752,-635,803,-761,625,-541,466,967,-373,-494,902,-730,-655,-687,801,160,252,-382,-615,-203,-531,-645,659,359,737,994,579,369,-898,-373,631,-694,-228,174,340,-428,600,-319,-328,739,311,-680,930,315,543,826,1007,-300,-143,661,816,930,-554,433,-209,-291,537,1032,-649,-957,333,-360,-397,460,-538,-97,462,-61,-845,-291,801,636,-766,852,377,460,-191,1035,829,523,-598,870,775,-31,-280,-642,-638,228,246,-487,383,449,461,-44,-208,260,74,833,-671,372,105,-511,-628,-286,325,-383,-606,-354,692,-610,674,-72,759,-295,-762,501,787,-941,847,-629,186,280,-410,-199,-86,-926,3,-870,-492,318,-13,-607,-249,391,653,965,680,-571,610,838,596,618,692,-80,-758,-822,-464,-764,-662,616,580,-609,547,902,-782,-333,-434,-701,-642,12,790,-572,-356,845,433,769,511,-581,578,847,404,549,587,270,560,-639,742,-441 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(0,0,255,0.5)" + }, + "scene":"scene1" + }, + { + "x":[ + 294,380,248,228,300,-200,298,-80,-215,172,-225,-165,-347,220,180,146,264,-234,376,-93,-168,307,376,344,447,257,186,-18,425,-364,213,15,-242,226,161,97,123,-174,152,342,381,-323,-408,479,-507,-129,-461,406,-482,184,401,-290,-316,347,198,-363,156,-320,270,-166,-134,468,-206,450,-184,485,213,375,127,275,-240,336,-339,278,193,481,-240,-502,453,-312,-116,71,-100,378,282,-392,232,-244,313,366,402,-300,-193,26,-327,144,277,364,-53,-154,310,115,-317,259,-93,-405,-436,-1,-306,255,-411,410,204,-220,352,113,259,385,-407,-281,-284,-342,341,66,-51,-161,190,-169,90,294,-8,35,-249,-334,178,171,285,-313,4,350,207,143,0,-409,-292,-156,-210,445,-70,311,-136,217,-338,314,-248,410,-39,108,-239,-516,-14,-214,71,24,233,-378,373,468,-296,-39,-265,345,-127,431,-309,203,-480,440,279,294,292,195,255,333,-250,193,-267,274,368,-274,302,-157,-374,-245,241,-131,197,-377,148,12,-70,-361,-58,-412,289,381,298,389,358,-321,25,-233,145,-433,275,-30,265,365,253,459,207,190,492,243,391,360,-235,-40,262,401,-30,433,390,328,236,307,-347,365,314,249,311,-192,54,301,380,-143,-132,-124,201,-368,297,299,-409,-383,-307,208,-256,-378,451,-301,-215,191,340,-342,-170,138,251,-351,204,83,-337,-45,-294,-456,-178,-156,-290,-313,348,187,-385,-427,-18,-184,421,-245,-53,-460,352,-135,284,490,100,188,-54,193,-91,59,-374,256,-405,404,-452,121,-25,-56,243,385,244,-198,-289,-245,-73,-355,220,350,163,269,-234,-61,305,59,189,8,360,-387,-365,-185,55,96,-113,65,54,-497,282,-363,360,-416,264,-171,261,-230,269,118,-381,-228,-431,348,102,105,-169,470,286,108,492,-315,-383,238,341,-41,214,260,234,93,-315,-336,235,-191,-136,-62,124,215,-432,-204,411,-311,-327,-212,-277,-219,224,268,505,-222,291,466,-36,-307,-349,251,-453,-272,358,154,-456,-202,74,-292,466,256,-32,-273,104,358,372,336,293,-398,-405,-168,288,149,281,-377,-77,335,-196,347,287,7,-64,348,240,389,-117,227,369,34,256,127,107,-98,26,-151,-277,285,459,-376,-99,-291,57,290,377,537,-168,142,-282,307,420,438,235,-439,246,16,-257,395,-79,435,121,359,-293,-243,297,140,-452,-122,119,-289,-218,344,-25,-510,-249,-373,295,172,-103,-366,37,-362,-239,361,411,-62,378,-352,-317,277,-136,-389,-382,-50,-184,428,391,-257,42,-378,428,-121 + ], + "y":[ + -238,151,-372,391,-147,-399,383,454,382,-442,-364,398,92,417,-391,-438,462,-396,288,-330,-459,-72,-276,-327,87,-187,-386,347,218,370,-353,-119,-378,-229,439,486,-132,-397,308,284,-139,-23,-74,-211,125,377,-153,4,-128,306,264,-345,-153,412,241,257,-461,-387,-58,-97,-309,42,298,9,214,-38,430,225,-312,-101,155,-88,324,370,-421,-63,-311,211,166,356,-182,234,458,-134,407,331,227,386,359,-102,103,-286,-386,-352,115,446,117,-404,-527,374,248,445,-286,408,388,51,175,-417,-155,310,192,69,-333,-258,88,-399,-228,325,-71,-175,306,-119,-62,482,-474,-302,-414,-383,366,-290,-497,-419,-482,-230,220,-409,394,-133,342,-40,107,-227,133,275,-237,-384,-34,306,-126,-235,142,223,362,-269,349,-292,-274,-84,394,-158,-118,-447,-438,-409,-224,-379,-123,257,-248,341,351,-251,-402,-126,-360,279,-184,244,7,404,-153,-485,-104,355,-78,468,323,354,295,-70,-90,-330,321,-264,5,387,173,-92,-435,-412,-90,-362,-316,-42,240,198,-299,229,281,-47,321,-36,116,-176,-221,-385,-456,246,-20,-74,-119,409,158,328,212,275,-394,-222,-440,72,-352,-39,-317,-274,-323,175,81,-362,400,-438,313,196,-277,404,-288,181,-440,-351,-211,-363,364,-312,73,-382,141,322,322,309,112,399,300,-255,223,320,-67,-517,-290,11,422,192,-327,-367,91,-207,213,-333,-217,322,341,388,-307,-258,50,231,-110,-283,-342,188,336,-237,-382,210,213,-392,-422,-462,-395,-247,-92,-375,245,56,115,472,-378,1,-430,338,388,-206,335,229,464,-300,-245,262,-99,-226,-29,-519,-410,410,308,434,160,-296,-164,-366,-333,59,-106,106,-519,-173,-96,-324,-317,-40,-181,-18,-161,-125,-205,428,295,345,222,286,362,-405,433,92,294,512,-21,286,-339,237,195,-464,-432,89,-413,178,-389,-200,477,-368,-450,-255,-456,-469,-47,-348,-268,139,-435,-360,294,420,-225,-262,-48,373,-224,155,-317,-307,27,57,9,-13,191,-299,79,-401,-128,117,-82,405,273,348,-89,-140,-201,-383,158,107,93,381,4,76,-209,-281,489,-278,-24,-126,367,-302,334,377,77,-241,412,-175,331,-381,304,-293,-359,-5,-310,287,-215,-152,0,-198,339,303,279,288,142,-19,-308,412,305,-433,317,153,308,85,-372,-184,445,-209,-381,-122,-114,-297,-311,182,319,454,176,245,-263,320,-382,-263,-277,85,334,-80,-236,371,-267,272,351,302,304,292,285,-497,-284,-286,-101,223,448,263,363,-459,-197,-107,112,439,392,238,-75,-443 + ], + "z":[ + -312,364,320,227,-421,-219,-90,-39,-184,147,-196,222,397,31,244,175,3,-190,-280,435,147,-365,9,-98,235,327,159,-363,-156,-144,-256,453,-200,383,174,-123,417,248,335,182,-340,-412,-213,-46,-8,-374,46,330,72,393,-74,93,311,-14,396,262,238,-80,429,507,-421,231,-314,-218,-432,-182,89,243,336,-416,411,420,149,-298,34,-166,-362,-74,-271,25,411,-432,-249,342,110,-157,-411,167,39,250,-250,-269,-146,287,347,-260,-346,-40,-33,311,-341,-151,267,-24,224,-198,13,194,-297,-265,-120,-336,291,-307,-394,-368,309,50,319,334,-298,-348,333,-204,239,-405,156,357,-366,209,235,188,-76,-257,358,235,54,-324,424,-409,-435,-468,-533,38,373,349,460,-106,516,292,-411,-335,-173,207,210,129,-367,-452,256,87,449,-10,-168,336,416,104,-307,-134,-302,-354,-296,-288,190,-262,-45,406,-205,-233,408,20,334,167,427,-132,483,166,296,-108,178,417,-334,321,112,296,451,-218,392,366,27,285,475,193,-382,279,-283,270,-194,-245,167,380,390,-414,431,20,319,-263,64,-200,-464,91,411,279,-130,320,116,-156,-177,402,-37,-233,356,216,-14,206,325,386,300,-80,64,-213,289,-368,373,-190,107,-447,207,289,364,6,-153,-160,230,-53,-394,-388,-333,-238,-249,-107,365,383,-332,18,421,-130,-351,-410,271,443,271,264,447,229,-390,362,-298,-145,-165,-220,-88,-241,482,-392,217,355,-337,7,-19,-399,-189,-111,405,-333,-227,65,-244,-429,-345,126,251,-224,100,-208,-314,-550,179,101,11,374,-287,-388,194,-110,-337,176,-426,302,-457,-57,-20,-263,374,-200,296,-171,306,195,311,456,-451,468,-144,-119,-367,-48,-255,253,399,449,-359,-450,339,190,199,-339,190,-284,320,-212,182,-104,282,24,149,339,126,331,289,199,168,439,117,-417,158,-249,15,346,37,-486,-44,-133,-314,-343,122,370,-45,354,359,132,-440,-282,148,-157,282,-4,427,-327,-367,-382,272,-475,-325,307,18,108,451,-351,-191,-120,388,-264,-474,-355,-270,152,-340,220,236,347,-435,-479,333,-228,79,168,-468,-306,144,-428,325,-33,-424,-221,329,-379,108,333,294,-334,-274,461,-406,388,-342,328,255,191,-315,357,360,204,-210,55,-404,330,-272,87,-105,162,316,-207,-160,-490,121,279,323,107,-438,224,-350,419,-285,284,-158,-418,-393,-241,160,142,-451,196,-256,-286,-337,305,439,178,-363,247,-333,153,-43,-65,34,305,-352,297,-295,-95,-78,-23,413,272,252,-133,-370,-287,-336,-299 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(255,0,0,0.5)" + }, + "scene":"scene1" + }, + { + "x":[ + 294,380,248,228,300,-200,298,-80,-215,172,-225,-165,-347,220,180,146,264,-234,376,-93,-168,307,376,344,447,257,186,-18,425,-364,213,15,-242,226,161,97,123,-174,152,342,381,-323,-408,479,-507,-129,-461,406,-482,184,401,-290,-316,347,198,-363,156,-320,270,-166,-134,468,-206,450,-184,485,213,375,127,275,-240,336,-339,278,193,481,-240,-502,453,-312,-116,71,-100,378,282,-392,232,-244,313,366,402,-300,-193,26,-327,144,277,364,-53,-154,310,115,-317,259,-93,-405,-436,-1,-306,255,-411,410,204,-220,352,113,259,385,-407,-281,-284,-342,341,66,-51,-161,190,-169,90,294,-8,35,-249,-334,178,171,285,-313,4,350,207,143,0,-409,-292,-156,-210,445,-70,311,-136,217,-338,314,-248,410,-39,108,-239,-516,-14,-214,71,24,233,-378,373,468,-296,-39,-265,345,-127,431,-309,203,-480,440,279,294,292,195,255,333,-250,193,-267,274,368,-274,302,-157,-374,-245,241,-131,197,-377,148,12,-70,-361,-58,-412,289,381,298,389,358,-321,25,-233,145,-433,275,-30,265,365,253,459,207,190,492,243,391,360,-235,-40,262,401,-30,433,390,328,236,307,-347,365,314,249,311,-192,54,301,380,-143,-132,-124,201,-368,297,299,-409,-383,-307,208,-256,-378,451,-301,-215,191,340,-342,-170,138,251,-351,204,83,-337,-45,-294,-456,-178,-156,-290,-313,348,187,-385,-427,-18,-184,421,-245,-53,-460,352,-135,284,490,100,188,-54,193,-91,59,-374,256,-405,404,-452,121,-25,-56,243,385,244,-198,-289,-245,-73,-355,220,350,163,269,-234,-61,305,59,189,8,360,-387,-365,-185,55,96,-113,65,54,-497,282,-363,360,-416,264,-171,261,-230,269,118,-381,-228,-431,348,102,105,-169,470,286,108,492,-315,-383,238,341,-41,214,260,234,93,-315,-336,235,-191,-136,-62,124,215,-432,-204,411,-311,-327,-212,-277,-219,224,268,505,-222,291,466,-36,-307,-349,251,-453,-272,358,154,-456,-202,74,-292,466,256,-32,-273,104,358,372,336,293,-398,-405,-168,288,149,281,-377,-77,335,-196,347,287,7,-64,348,240,389,-117,227,369,34,256,127,107,-98,26,-151,-277,285,459,-376,-99,-291,57,290,377,537,-168,142,-282,307,420,438,235,-439,246,16,-257,395,-79,435,121,359,-293,-243,297,140,-452,-122,119,-289,-218,344,-25,-510,-249,-373,295,172,-103,-366,37,-362,-239,361,411,-62,378,-352,-317,277,-136,-389,-382,-50,-184,428,391,-257,42,-378,428,-121 + ], + "y":[ + -238,151,-372,391,-147,-399,383,454,382,-442,-364,398,92,417,-391,-438,462,-396,288,-330,-459,-72,-276,-327,87,-187,-386,347,218,370,-353,-119,-378,-229,439,486,-132,-397,308,284,-139,-23,-74,-211,125,377,-153,4,-128,306,264,-345,-153,412,241,257,-461,-387,-58,-97,-309,42,298,9,214,-38,430,225,-312,-101,155,-88,324,370,-421,-63,-311,211,166,356,-182,234,458,-134,407,331,227,386,359,-102,103,-286,-386,-352,115,446,117,-404,-527,374,248,445,-286,408,388,51,175,-417,-155,310,192,69,-333,-258,88,-399,-228,325,-71,-175,306,-119,-62,482,-474,-302,-414,-383,366,-290,-497,-419,-482,-230,220,-409,394,-133,342,-40,107,-227,133,275,-237,-384,-34,306,-126,-235,142,223,362,-269,349,-292,-274,-84,394,-158,-118,-447,-438,-409,-224,-379,-123,257,-248,341,351,-251,-402,-126,-360,279,-184,244,7,404,-153,-485,-104,355,-78,468,323,354,295,-70,-90,-330,321,-264,5,387,173,-92,-435,-412,-90,-362,-316,-42,240,198,-299,229,281,-47,321,-36,116,-176,-221,-385,-456,246,-20,-74,-119,409,158,328,212,275,-394,-222,-440,72,-352,-39,-317,-274,-323,175,81,-362,400,-438,313,196,-277,404,-288,181,-440,-351,-211,-363,364,-312,73,-382,141,322,322,309,112,399,300,-255,223,320,-67,-517,-290,11,422,192,-327,-367,91,-207,213,-333,-217,322,341,388,-307,-258,50,231,-110,-283,-342,188,336,-237,-382,210,213,-392,-422,-462,-395,-247,-92,-375,245,56,115,472,-378,1,-430,338,388,-206,335,229,464,-300,-245,262,-99,-226,-29,-519,-410,410,308,434,160,-296,-164,-366,-333,59,-106,106,-519,-173,-96,-324,-317,-40,-181,-18,-161,-125,-205,428,295,345,222,286,362,-405,433,92,294,512,-21,286,-339,237,195,-464,-432,89,-413,178,-389,-200,477,-368,-450,-255,-456,-469,-47,-348,-268,139,-435,-360,294,420,-225,-262,-48,373,-224,155,-317,-307,27,57,9,-13,191,-299,79,-401,-128,117,-82,405,273,348,-89,-140,-201,-383,158,107,93,381,4,76,-209,-281,489,-278,-24,-126,367,-302,334,377,77,-241,412,-175,331,-381,304,-293,-359,-5,-310,287,-215,-152,0,-198,339,303,279,288,142,-19,-308,412,305,-433,317,153,308,85,-372,-184,445,-209,-381,-122,-114,-297,-311,182,319,454,176,245,-263,320,-382,-263,-277,85,334,-80,-236,371,-267,272,351,302,304,292,285,-497,-284,-286,-101,223,448,263,363,-459,-197,-107,112,439,392,238,-75,-443 + ], + "z":[ + -312,364,320,227,-421,-219,-90,-39,-184,147,-196,222,397,31,244,175,3,-190,-280,435,147,-365,9,-98,235,327,159,-363,-156,-144,-256,453,-200,383,174,-123,417,248,335,182,-340,-412,-213,-46,-8,-374,46,330,72,393,-74,93,311,-14,396,262,238,-80,429,507,-421,231,-314,-218,-432,-182,89,243,336,-416,411,420,149,-298,34,-166,-362,-74,-271,25,411,-432,-249,342,110,-157,-411,167,39,250,-250,-269,-146,287,347,-260,-346,-40,-33,311,-341,-151,267,-24,224,-198,13,194,-297,-265,-120,-336,291,-307,-394,-368,309,50,319,334,-298,-348,333,-204,239,-405,156,357,-366,209,235,188,-76,-257,358,235,54,-324,424,-409,-435,-468,-533,38,373,349,460,-106,516,292,-411,-335,-173,207,210,129,-367,-452,256,87,449,-10,-168,336,416,104,-307,-134,-302,-354,-296,-288,190,-262,-45,406,-205,-233,408,20,334,167,427,-132,483,166,296,-108,178,417,-334,321,112,296,451,-218,392,366,27,285,475,193,-382,279,-283,270,-194,-245,167,380,390,-414,431,20,319,-263,64,-200,-464,91,411,279,-130,320,116,-156,-177,402,-37,-233,356,216,-14,206,325,386,300,-80,64,-213,289,-368,373,-190,107,-447,207,289,364,6,-153,-160,230,-53,-394,-388,-333,-238,-249,-107,365,383,-332,18,421,-130,-351,-410,271,443,271,264,447,229,-390,362,-298,-145,-165,-220,-88,-241,482,-392,217,355,-337,7,-19,-399,-189,-111,405,-333,-227,65,-244,-429,-345,126,251,-224,100,-208,-314,-550,179,101,11,374,-287,-388,194,-110,-337,176,-426,302,-457,-57,-20,-263,374,-200,296,-171,306,195,311,456,-451,468,-144,-119,-367,-48,-255,253,399,449,-359,-450,339,190,199,-339,190,-284,320,-212,182,-104,282,24,149,339,126,331,289,199,168,439,117,-417,158,-249,15,346,37,-486,-44,-133,-314,-343,122,370,-45,354,359,132,-440,-282,148,-157,282,-4,427,-327,-367,-382,272,-475,-325,307,18,108,451,-351,-191,-120,388,-264,-474,-355,-270,152,-340,220,236,347,-435,-479,333,-228,79,168,-468,-306,144,-428,325,-33,-424,-221,329,-379,108,333,294,-334,-274,461,-406,388,-342,328,255,191,-315,357,360,204,-210,55,-404,330,-272,87,-105,162,316,-207,-160,-490,121,279,323,107,-438,224,-350,419,-285,284,-158,-418,-393,-241,160,142,-451,196,-256,-286,-337,305,439,178,-363,247,-333,153,-43,-65,34,305,-352,297,-295,-95,-78,-23,413,272,252,-133,-370,-287,-336,-299 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(255,0,0,0.5)" + }, + "scene":"scene2" + }, + { + "x":[ + -316,724,496,-583,-61,571,635,728,-1012,245,-746,854,-775,-325,-341,211,981,-891,-249,-831,493,-586,218,-71,-542,966,259,779,189,-1020,528,278,802,579,150,-547,-771,1003,1029,757,342,-128,152,-497,-304,-490,392,874,86,583,-61,253,482,-408,745,218,-643,276,612,-623,308,-871,-206,214,68,-715,-810,-187,-233,-531,397,720,-549,-401,502,-743,-487,-622,-659,-269,-644,-201,-104,488,-710,765,-444,387,-545,467,-670,404,-580,808,895,-488,-519,857,-806,804,44,-658,-661,-390,504,-62,-656,-102,794,555,-526,514,546,-604,-619,-81,-353,-386,-572,254,699,-65,168,536,-555,-373,257,974,-556,517,599,-835,492,-188,758,-656,391,-141,-233,764,-366,-26,8,531,-490,518,-537,656,575,-397,-678,-553,262,523,443,-343,208,-345,-346,-905,-899,-332,756,-681,-40,-525,-285,-442,654,724,-1005,-783,-872,-505,272,-657,244,-460,-875,58,335,65,-630,134,-778,-570,969,-506,-298,-228,363,-525,-154,-649,-407,668,-918,643,427,-543,860,-248,668,-754,-596,397,-564,-551,467,-957,317,-753,-610,746,-462,853,-490,-225,-905,833,-597,841,-401,-162,544,311,547,656,-696,543,-506,335,557,652,330,-342,266,784,107,-628,797,524,560,-495,-55,755,951,607,591,645,-246,-71,610,-830,-501,681,-382,-374,-735,-667,194,808,-521,-644,602,-136,599,177,-711,-747,16,-682,-303,-415,691,-840,879,568,604,777,-693,556,-128,-146,-423,358,708,663,-246,-865,-755,524,636,-959,554,744,434,-837,-674,195,453,229,276,-179,908,129,-931,367,-323,-493,217,560,-271,804,225,-546,904,-313,-441,538,-694,618,413,549,331,-397,654,-512,-838,414,-500,-653,123,607,223,-649,538,-728,-1010,737,636,-918,-776,685,724,691,615,-334,-694,-658,291,768,661,843,337,32,887,-699,656,578,-140,-530,401,-485,-297,-61,-488,363,101,-833,900,-523,-670,-84,-525,-690,869,729,498,33,-541,-43,462,-898,881,-797,-663,812,-555,-855,238,966,-476,-780,713,-183,-366,674,-637,-99,-136,-473,395,-276,23,737,289,-25,-360,-521,791,-575,-492,83,815,968,346,875,-400,103,533,583,637,487,643,226,670,296,750,-366,254,-531,749,-710,-512,996,-35,-286,3,-128,-513,-577,398,941,601,-1013,876,575,380,-357,263,883,945,861,339,595,434,207,-298,-274,469,-320,571,858,771,-734,433,24,-152,-520,375,872,-740,-747,-699,148,-351,515,-173,51,-604,703,303,-521,534,458,499,-544,-579,604,797,-336,672,419,-105,29,731,766,-76,755 + ], + "y":[ + 304,-671,721,-197,-898,-623,-480,-591,-383,356,587,24,-438,-904,876,613,12,-155,-656,-164,926,-608,181,1003,825,-133,975,-69,-343,31,606,49,244,760,450,551,654,-294,148,478,-870,846,-78,-538,765,-132,852,-250,731,456,473,-1008,500,-277,-609,-548,-565,853,-23,696,-49,-585,178,-663,772,753,19,-556,929,321,711,-223,768,-877,-771,739,-465,87,-50,442,607,920,826,-549,583,-544,-859,-224,716,-763,707,489,-322,737,222,-78,-207,-439,-668,558,88,-741,-773,451,-904,-793,573,-686,209,581,-695,423,437,99,-225,541,-155,-752,866,717,-521,201,299,557,0,-913,-509,-355,259,675,870,95,636,759,-116,-43,-356,558,711,-195,-656,629,1022,483,-418,722,640,-642,455,-303,-242,-73,-643,679,-122,542,334,-631,631,-548,-352,76,202,-745,-666,411,-336,326,790,590,-374,93,-144,-152,-911,117,-429,665,-557,-625,-52,-377,247,703,-21,-567,125,740,642,847,790,23,-872,682,279,-715,-230,-715,-879,-579,-593,-713,-333,108,-196,-148,-240,757,-737,-457,-695,-478,-683,644,-738,-340,404,502,-320,290,-622,-615,-436,-409,-718,535,-675,-194,85,494,-308,20,564,38,-462,-107,-822,321,-701,-531,187,-436,-745,-515,922,-602,-314,-611,-763,-659,-687,654,413,-512,732,-368,-752,-676,-708,-671,-702,-11,767,154,-526,-707,-643,966,-17,-343,-686,790,-1018,687,-654,-396,77,-88,-736,587,380,-161,-1067,403,649,522,698,629,-659,16,-531,749,-678,272,-797,-307,-594,-691,-777,356,399,950,-932,-271,411,303,-319,-582,630,-454,325,-644,-589,89,741,140,569,884,-929,-697,527,664,507,431,401,623,-268,550,83,284,667,503,455,-407,772,113,371,-793,-9,420,-503,-23,-176,-308,239,-625,-557,148,533,551,-453,316,243,-115,-916,-966,-79,-427,-592,789,910,-28,832,682,-10,-872,640,-343,-275,-366,-27,343,31,209,606,-733,346,652,-609,-366,562,451,880,493,10,190,-369,-445,-827,473,-298,-205,239,-435,-313,-279,-754,511,719,51,-374,-583,782,271,-791,562,867,663,606,823,439,-641,-890,-815,-9,428,-865,613,893,429,611,-840,741,588,-310,-951,-592,-919,471,812,-612,-739,-110,-754,92,-338,665,873,560,238,464,361,831,205,669,153,289,181,918,572,-788,-1,146,176,835,655,716,487,791,-768,-587,-253,-571,94,169,-605,-466,504,939,-295,652,27,201,-406,272,228,390,-721,-817,681,416,750,-459,622,-901,296,-745,351,531,393,-387,510,-512,-629,688,906,553,-247,-692,-641 + ], + "z":[ + 976,-282,-515,-769,-316,-608,693,-449,-245,810,-159,-313,-446,-22,-81,823,147,-510,680,-491,129,-485,-933,57,192,-135,443,-471,-931,-417,692,-908,-613,-410,800,-567,-26,-130,82,-234,22,-618,946,-665,679,756,12,-589,-615,-700,-812,-115,631,913,-441,-714,-391,591,-705,-148,985,331,898,-616,-700,-315,583,-842,-273,-824,585,-671,-361,417,50,248,-623,-837,687,847,449,-326,-551,769,-476,-567,-115,-799,344,296,-409,-781,646,-97,-55,806,-869,-464,333,208,991,488,-406,-718,-239,642,664,828,-451,-565,-423,842,832,-894,-823,770,999,705,226,660,-319,894,-907,-621,792,-143,-885,73,728,655,-313,461,517,768,-604,-735,-786,854,664,-726,-537,-898,46,-819,-860,200,374,70,591,969,-639,864,659,-411,-857,809,-971,-802,-765,-22,-11,-946,609,-143,729,-631,-858,793,1,-456,242,-612,265,-769,-172,-824,855,-633,-158,-801,1047,-923,-609,631,-753,-608,384,519,-584,-414,510,-811,444,266,862,419,478,-399,-389,503,211,527,604,588,737,992,827,-45,-473,-240,-768,-510,66,369,-315,575,-655,-776,342,221,-574,30,868,871,294,-684,-282,618,645,597,690,-1052,-602,704,848,1050,-579,567,617,-434,-420,751,400,-561,-463,-178,-51,-330,176,576,558,-693,611,-491,396,509,-556,-511,-383,503,-576,532,154,-876,-449,-793,546,-503,584,454,604,173,-279,656,47,473,292,-718,-453,246,-734,712,173,-838,787,911,-108,-478,-640,-315,-156,1,-478,90,86,711,600,-192,-119,997,-747,496,-394,-872,187,998,-4,-627,574,871,866,-673,726,515,-594,-842,-120,-338,176,-240,-361,-55,752,-635,803,-761,625,-541,466,967,-373,-494,902,-730,-655,-687,801,160,252,-382,-615,-203,-531,-645,659,359,737,994,579,369,-898,-373,631,-694,-228,174,340,-428,600,-319,-328,739,311,-680,930,315,543,826,1007,-300,-143,661,816,930,-554,433,-209,-291,537,1032,-649,-957,333,-360,-397,460,-538,-97,462,-61,-845,-291,801,636,-766,852,377,460,-191,1035,829,523,-598,870,775,-31,-280,-642,-638,228,246,-487,383,449,461,-44,-208,260,74,833,-671,372,105,-511,-628,-286,325,-383,-606,-354,692,-610,674,-72,759,-295,-762,501,787,-941,847,-629,186,280,-410,-199,-86,-926,3,-870,-492,318,-13,-607,-249,391,653,965,680,-571,610,838,596,618,692,-80,-758,-822,-464,-764,-662,616,580,-609,547,902,-782,-333,-434,-701,-642,12,790,-572,-356,845,433,769,511,-581,578,847,404,549,587,270,560,-639,742,-441 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(0,0,255,0.5)" + }, + "scene":"scene2" + }, + { + "x":[ + -316,724,496,-583,-61,571,635,728,-1012,245,-746,854,-775,-325,-341,211,981,-891,-249,-831,493,-586,218,-71,-542,966,259,779,189,-1020,528,278,802,579,150,-547,-771,1003,1029,757,342,-128,152,-497,-304,-490,392,874,86,583,-61,253,482,-408,745,218,-643,276,612,-623,308,-871,-206,214,68,-715,-810,-187,-233,-531,397,720,-549,-401,502,-743,-487,-622,-659,-269,-644,-201,-104,488,-710,765,-444,387,-545,467,-670,404,-580,808,895,-488,-519,857,-806,804,44,-658,-661,-390,504,-62,-656,-102,794,555,-526,514,546,-604,-619,-81,-353,-386,-572,254,699,-65,168,536,-555,-373,257,974,-556,517,599,-835,492,-188,758,-656,391,-141,-233,764,-366,-26,8,531,-490,518,-537,656,575,-397,-678,-553,262,523,443,-343,208,-345,-346,-905,-899,-332,756,-681,-40,-525,-285,-442,654,724,-1005,-783,-872,-505,272,-657,244,-460,-875,58,335,65,-630,134,-778,-570,969,-506,-298,-228,363,-525,-154,-649,-407,668,-918,643,427,-543,860,-248,668,-754,-596,397,-564,-551,467,-957,317,-753,-610,746,-462,853,-490,-225,-905,833,-597,841,-401,-162,544,311,547,656,-696,543,-506,335,557,652,330,-342,266,784,107,-628,797,524,560,-495,-55,755,951,607,591,645,-246,-71,610,-830,-501,681,-382,-374,-735,-667,194,808,-521,-644,602,-136,599,177,-711,-747,16,-682,-303,-415,691,-840,879,568,604,777,-693,556,-128,-146,-423,358,708,663,-246,-865,-755,524,636,-959,554,744,434,-837,-674,195,453,229,276,-179,908,129,-931,367,-323,-493,217,560,-271,804,225,-546,904,-313,-441,538,-694,618,413,549,331,-397,654,-512,-838,414,-500,-653,123,607,223,-649,538,-728,-1010,737,636,-918,-776,685,724,691,615,-334,-694,-658,291,768,661,843,337,32,887,-699,656,578,-140,-530,401,-485,-297,-61,-488,363,101,-833,900,-523,-670,-84,-525,-690,869,729,498,33,-541,-43,462,-898,881,-797,-663,812,-555,-855,238,966,-476,-780,713,-183,-366,674,-637,-99,-136,-473,395,-276,23,737,289,-25,-360,-521,791,-575,-492,83,815,968,346,875,-400,103,533,583,637,487,643,226,670,296,750,-366,254,-531,749,-710,-512,996,-35,-286,3,-128,-513,-577,398,941,601,-1013,876,575,380,-357,263,883,945,861,339,595,434,207,-298,-274,469,-320,571,858,771,-734,433,24,-152,-520,375,872,-740,-747,-699,148,-351,515,-173,51,-604,703,303,-521,534,458,499,-544,-579,604,797,-336,672,419,-105,29,731,766,-76,755 + ], + "y":[ + 304,-671,721,-197,-898,-623,-480,-591,-383,356,587,24,-438,-904,876,613,12,-155,-656,-164,926,-608,181,1003,825,-133,975,-69,-343,31,606,49,244,760,450,551,654,-294,148,478,-870,846,-78,-538,765,-132,852,-250,731,456,473,-1008,500,-277,-609,-548,-565,853,-23,696,-49,-585,178,-663,772,753,19,-556,929,321,711,-223,768,-877,-771,739,-465,87,-50,442,607,920,826,-549,583,-544,-859,-224,716,-763,707,489,-322,737,222,-78,-207,-439,-668,558,88,-741,-773,451,-904,-793,573,-686,209,581,-695,423,437,99,-225,541,-155,-752,866,717,-521,201,299,557,0,-913,-509,-355,259,675,870,95,636,759,-116,-43,-356,558,711,-195,-656,629,1022,483,-418,722,640,-642,455,-303,-242,-73,-643,679,-122,542,334,-631,631,-548,-352,76,202,-745,-666,411,-336,326,790,590,-374,93,-144,-152,-911,117,-429,665,-557,-625,-52,-377,247,703,-21,-567,125,740,642,847,790,23,-872,682,279,-715,-230,-715,-879,-579,-593,-713,-333,108,-196,-148,-240,757,-737,-457,-695,-478,-683,644,-738,-340,404,502,-320,290,-622,-615,-436,-409,-718,535,-675,-194,85,494,-308,20,564,38,-462,-107,-822,321,-701,-531,187,-436,-745,-515,922,-602,-314,-611,-763,-659,-687,654,413,-512,732,-368,-752,-676,-708,-671,-702,-11,767,154,-526,-707,-643,966,-17,-343,-686,790,-1018,687,-654,-396,77,-88,-736,587,380,-161,-1067,403,649,522,698,629,-659,16,-531,749,-678,272,-797,-307,-594,-691,-777,356,399,950,-932,-271,411,303,-319,-582,630,-454,325,-644,-589,89,741,140,569,884,-929,-697,527,664,507,431,401,623,-268,550,83,284,667,503,455,-407,772,113,371,-793,-9,420,-503,-23,-176,-308,239,-625,-557,148,533,551,-453,316,243,-115,-916,-966,-79,-427,-592,789,910,-28,832,682,-10,-872,640,-343,-275,-366,-27,343,31,209,606,-733,346,652,-609,-366,562,451,880,493,10,190,-369,-445,-827,473,-298,-205,239,-435,-313,-279,-754,511,719,51,-374,-583,782,271,-791,562,867,663,606,823,439,-641,-890,-815,-9,428,-865,613,893,429,611,-840,741,588,-310,-951,-592,-919,471,812,-612,-739,-110,-754,92,-338,665,873,560,238,464,361,831,205,669,153,289,181,918,572,-788,-1,146,176,835,655,716,487,791,-768,-587,-253,-571,94,169,-605,-466,504,939,-295,652,27,201,-406,272,228,390,-721,-817,681,416,750,-459,622,-901,296,-745,351,531,393,-387,510,-512,-629,688,906,553,-247,-692,-641 + ], + "z":[ + 976,-282,-515,-769,-316,-608,693,-449,-245,810,-159,-313,-446,-22,-81,823,147,-510,680,-491,129,-485,-933,57,192,-135,443,-471,-931,-417,692,-908,-613,-410,800,-567,-26,-130,82,-234,22,-618,946,-665,679,756,12,-589,-615,-700,-812,-115,631,913,-441,-714,-391,591,-705,-148,985,331,898,-616,-700,-315,583,-842,-273,-824,585,-671,-361,417,50,248,-623,-837,687,847,449,-326,-551,769,-476,-567,-115,-799,344,296,-409,-781,646,-97,-55,806,-869,-464,333,208,991,488,-406,-718,-239,642,664,828,-451,-565,-423,842,832,-894,-823,770,999,705,226,660,-319,894,-907,-621,792,-143,-885,73,728,655,-313,461,517,768,-604,-735,-786,854,664,-726,-537,-898,46,-819,-860,200,374,70,591,969,-639,864,659,-411,-857,809,-971,-802,-765,-22,-11,-946,609,-143,729,-631,-858,793,1,-456,242,-612,265,-769,-172,-824,855,-633,-158,-801,1047,-923,-609,631,-753,-608,384,519,-584,-414,510,-811,444,266,862,419,478,-399,-389,503,211,527,604,588,737,992,827,-45,-473,-240,-768,-510,66,369,-315,575,-655,-776,342,221,-574,30,868,871,294,-684,-282,618,645,597,690,-1052,-602,704,848,1050,-579,567,617,-434,-420,751,400,-561,-463,-178,-51,-330,176,576,558,-693,611,-491,396,509,-556,-511,-383,503,-576,532,154,-876,-449,-793,546,-503,584,454,604,173,-279,656,47,473,292,-718,-453,246,-734,712,173,-838,787,911,-108,-478,-640,-315,-156,1,-478,90,86,711,600,-192,-119,997,-747,496,-394,-872,187,998,-4,-627,574,871,866,-673,726,515,-594,-842,-120,-338,176,-240,-361,-55,752,-635,803,-761,625,-541,466,967,-373,-494,902,-730,-655,-687,801,160,252,-382,-615,-203,-531,-645,659,359,737,994,579,369,-898,-373,631,-694,-228,174,340,-428,600,-319,-328,739,311,-680,930,315,543,826,1007,-300,-143,661,816,930,-554,433,-209,-291,537,1032,-649,-957,333,-360,-397,460,-538,-97,462,-61,-845,-291,801,636,-766,852,377,460,-191,1035,829,523,-598,870,775,-31,-280,-642,-638,228,246,-487,383,449,461,-44,-208,260,74,833,-671,372,105,-511,-628,-286,325,-383,-606,-354,692,-610,674,-72,759,-295,-762,501,787,-941,847,-629,186,280,-410,-199,-86,-926,3,-870,-492,318,-13,-607,-249,391,653,965,680,-571,610,838,596,618,692,-80,-758,-822,-464,-764,-662,616,580,-609,547,902,-782,-333,-434,-701,-642,12,790,-572,-356,845,433,769,511,-581,578,847,404,549,587,270,560,-639,742,-441 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(255,0,0,0.5)" + }, + "scene":"scene3" + }, + { + "x":[ + 294,380,248,228,300,-200,298,-80,-215,172,-225,-165,-347,220,180,146,264,-234,376,-93,-168,307,376,344,447,257,186,-18,425,-364,213,15,-242,226,161,97,123,-174,152,342,381,-323,-408,479,-507,-129,-461,406,-482,184,401,-290,-316,347,198,-363,156,-320,270,-166,-134,468,-206,450,-184,485,213,375,127,275,-240,336,-339,278,193,481,-240,-502,453,-312,-116,71,-100,378,282,-392,232,-244,313,366,402,-300,-193,26,-327,144,277,364,-53,-154,310,115,-317,259,-93,-405,-436,-1,-306,255,-411,410,204,-220,352,113,259,385,-407,-281,-284,-342,341,66,-51,-161,190,-169,90,294,-8,35,-249,-334,178,171,285,-313,4,350,207,143,0,-409,-292,-156,-210,445,-70,311,-136,217,-338,314,-248,410,-39,108,-239,-516,-14,-214,71,24,233,-378,373,468,-296,-39,-265,345,-127,431,-309,203,-480,440,279,294,292,195,255,333,-250,193,-267,274,368,-274,302,-157,-374,-245,241,-131,197,-377,148,12,-70,-361,-58,-412,289,381,298,389,358,-321,25,-233,145,-433,275,-30,265,365,253,459,207,190,492,243,391,360,-235,-40,262,401,-30,433,390,328,236,307,-347,365,314,249,311,-192,54,301,380,-143,-132,-124,201,-368,297,299,-409,-383,-307,208,-256,-378,451,-301,-215,191,340,-342,-170,138,251,-351,204,83,-337,-45,-294,-456,-178,-156,-290,-313,348,187,-385,-427,-18,-184,421,-245,-53,-460,352,-135,284,490,100,188,-54,193,-91,59,-374,256,-405,404,-452,121,-25,-56,243,385,244,-198,-289,-245,-73,-355,220,350,163,269,-234,-61,305,59,189,8,360,-387,-365,-185,55,96,-113,65,54,-497,282,-363,360,-416,264,-171,261,-230,269,118,-381,-228,-431,348,102,105,-169,470,286,108,492,-315,-383,238,341,-41,214,260,234,93,-315,-336,235,-191,-136,-62,124,215,-432,-204,411,-311,-327,-212,-277,-219,224,268,505,-222,291,466,-36,-307,-349,251,-453,-272,358,154,-456,-202,74,-292,466,256,-32,-273,104,358,372,336,293,-398,-405,-168,288,149,281,-377,-77,335,-196,347,287,7,-64,348,240,389,-117,227,369,34,256,127,107,-98,26,-151,-277,285,459,-376,-99,-291,57,290,377,537,-168,142,-282,307,420,438,235,-439,246,16,-257,395,-79,435,121,359,-293,-243,297,140,-452,-122,119,-289,-218,344,-25,-510,-249,-373,295,172,-103,-366,37,-362,-239,361,411,-62,378,-352,-317,277,-136,-389,-382,-50,-184,428,391,-257,42,-378,428,-121 + ], + "y":[ + -238,151,-372,391,-147,-399,383,454,382,-442,-364,398,92,417,-391,-438,462,-396,288,-330,-459,-72,-276,-327,87,-187,-386,347,218,370,-353,-119,-378,-229,439,486,-132,-397,308,284,-139,-23,-74,-211,125,377,-153,4,-128,306,264,-345,-153,412,241,257,-461,-387,-58,-97,-309,42,298,9,214,-38,430,225,-312,-101,155,-88,324,370,-421,-63,-311,211,166,356,-182,234,458,-134,407,331,227,386,359,-102,103,-286,-386,-352,115,446,117,-404,-527,374,248,445,-286,408,388,51,175,-417,-155,310,192,69,-333,-258,88,-399,-228,325,-71,-175,306,-119,-62,482,-474,-302,-414,-383,366,-290,-497,-419,-482,-230,220,-409,394,-133,342,-40,107,-227,133,275,-237,-384,-34,306,-126,-235,142,223,362,-269,349,-292,-274,-84,394,-158,-118,-447,-438,-409,-224,-379,-123,257,-248,341,351,-251,-402,-126,-360,279,-184,244,7,404,-153,-485,-104,355,-78,468,323,354,295,-70,-90,-330,321,-264,5,387,173,-92,-435,-412,-90,-362,-316,-42,240,198,-299,229,281,-47,321,-36,116,-176,-221,-385,-456,246,-20,-74,-119,409,158,328,212,275,-394,-222,-440,72,-352,-39,-317,-274,-323,175,81,-362,400,-438,313,196,-277,404,-288,181,-440,-351,-211,-363,364,-312,73,-382,141,322,322,309,112,399,300,-255,223,320,-67,-517,-290,11,422,192,-327,-367,91,-207,213,-333,-217,322,341,388,-307,-258,50,231,-110,-283,-342,188,336,-237,-382,210,213,-392,-422,-462,-395,-247,-92,-375,245,56,115,472,-378,1,-430,338,388,-206,335,229,464,-300,-245,262,-99,-226,-29,-519,-410,410,308,434,160,-296,-164,-366,-333,59,-106,106,-519,-173,-96,-324,-317,-40,-181,-18,-161,-125,-205,428,295,345,222,286,362,-405,433,92,294,512,-21,286,-339,237,195,-464,-432,89,-413,178,-389,-200,477,-368,-450,-255,-456,-469,-47,-348,-268,139,-435,-360,294,420,-225,-262,-48,373,-224,155,-317,-307,27,57,9,-13,191,-299,79,-401,-128,117,-82,405,273,348,-89,-140,-201,-383,158,107,93,381,4,76,-209,-281,489,-278,-24,-126,367,-302,334,377,77,-241,412,-175,331,-381,304,-293,-359,-5,-310,287,-215,-152,0,-198,339,303,279,288,142,-19,-308,412,305,-433,317,153,308,85,-372,-184,445,-209,-381,-122,-114,-297,-311,182,319,454,176,245,-263,320,-382,-263,-277,85,334,-80,-236,371,-267,272,351,302,304,292,285,-497,-284,-286,-101,223,448,263,363,-459,-197,-107,112,439,392,238,-75,-443 + ], + "z":[ + -312,364,320,227,-421,-219,-90,-39,-184,147,-196,222,397,31,244,175,3,-190,-280,435,147,-365,9,-98,235,327,159,-363,-156,-144,-256,453,-200,383,174,-123,417,248,335,182,-340,-412,-213,-46,-8,-374,46,330,72,393,-74,93,311,-14,396,262,238,-80,429,507,-421,231,-314,-218,-432,-182,89,243,336,-416,411,420,149,-298,34,-166,-362,-74,-271,25,411,-432,-249,342,110,-157,-411,167,39,250,-250,-269,-146,287,347,-260,-346,-40,-33,311,-341,-151,267,-24,224,-198,13,194,-297,-265,-120,-336,291,-307,-394,-368,309,50,319,334,-298,-348,333,-204,239,-405,156,357,-366,209,235,188,-76,-257,358,235,54,-324,424,-409,-435,-468,-533,38,373,349,460,-106,516,292,-411,-335,-173,207,210,129,-367,-452,256,87,449,-10,-168,336,416,104,-307,-134,-302,-354,-296,-288,190,-262,-45,406,-205,-233,408,20,334,167,427,-132,483,166,296,-108,178,417,-334,321,112,296,451,-218,392,366,27,285,475,193,-382,279,-283,270,-194,-245,167,380,390,-414,431,20,319,-263,64,-200,-464,91,411,279,-130,320,116,-156,-177,402,-37,-233,356,216,-14,206,325,386,300,-80,64,-213,289,-368,373,-190,107,-447,207,289,364,6,-153,-160,230,-53,-394,-388,-333,-238,-249,-107,365,383,-332,18,421,-130,-351,-410,271,443,271,264,447,229,-390,362,-298,-145,-165,-220,-88,-241,482,-392,217,355,-337,7,-19,-399,-189,-111,405,-333,-227,65,-244,-429,-345,126,251,-224,100,-208,-314,-550,179,101,11,374,-287,-388,194,-110,-337,176,-426,302,-457,-57,-20,-263,374,-200,296,-171,306,195,311,456,-451,468,-144,-119,-367,-48,-255,253,399,449,-359,-450,339,190,199,-339,190,-284,320,-212,182,-104,282,24,149,339,126,331,289,199,168,439,117,-417,158,-249,15,346,37,-486,-44,-133,-314,-343,122,370,-45,354,359,132,-440,-282,148,-157,282,-4,427,-327,-367,-382,272,-475,-325,307,18,108,451,-351,-191,-120,388,-264,-474,-355,-270,152,-340,220,236,347,-435,-479,333,-228,79,168,-468,-306,144,-428,325,-33,-424,-221,329,-379,108,333,294,-334,-274,461,-406,388,-342,328,255,191,-315,357,360,204,-210,55,-404,330,-272,87,-105,162,316,-207,-160,-490,121,279,323,107,-438,224,-350,419,-285,284,-158,-418,-393,-241,160,142,-451,196,-256,-286,-337,305,439,178,-363,247,-333,153,-43,-65,34,305,-352,297,-295,-95,-78,-23,413,272,252,-133,-370,-287,-336,-299 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(0,0,255,0.5)" + }, + "scene":"scene3" + }, + { + "x":[ + 294,380,248,228,300,-200,298,-80,-215,172,-225,-165,-347,220,180,146,264,-234,376,-93,-168,307,376,344,447,257,186,-18,425,-364,213,15,-242,226,161,97,123,-174,152,342,381,-323,-408,479,-507,-129,-461,406,-482,184,401,-290,-316,347,198,-363,156,-320,270,-166,-134,468,-206,450,-184,485,213,375,127,275,-240,336,-339,278,193,481,-240,-502,453,-312,-116,71,-100,378,282,-392,232,-244,313,366,402,-300,-193,26,-327,144,277,364,-53,-154,310,115,-317,259,-93,-405,-436,-1,-306,255,-411,410,204,-220,352,113,259,385,-407,-281,-284,-342,341,66,-51,-161,190,-169,90,294,-8,35,-249,-334,178,171,285,-313,4,350,207,143,0,-409,-292,-156,-210,445,-70,311,-136,217,-338,314,-248,410,-39,108,-239,-516,-14,-214,71,24,233,-378,373,468,-296,-39,-265,345,-127,431,-309,203,-480,440,279,294,292,195,255,333,-250,193,-267,274,368,-274,302,-157,-374,-245,241,-131,197,-377,148,12,-70,-361,-58,-412,289,381,298,389,358,-321,25,-233,145,-433,275,-30,265,365,253,459,207,190,492,243,391,360,-235,-40,262,401,-30,433,390,328,236,307,-347,365,314,249,311,-192,54,301,380,-143,-132,-124,201,-368,297,299,-409,-383,-307,208,-256,-378,451,-301,-215,191,340,-342,-170,138,251,-351,204,83,-337,-45,-294,-456,-178,-156,-290,-313,348,187,-385,-427,-18,-184,421,-245,-53,-460,352,-135,284,490,100,188,-54,193,-91,59,-374,256,-405,404,-452,121,-25,-56,243,385,244,-198,-289,-245,-73,-355,220,350,163,269,-234,-61,305,59,189,8,360,-387,-365,-185,55,96,-113,65,54,-497,282,-363,360,-416,264,-171,261,-230,269,118,-381,-228,-431,348,102,105,-169,470,286,108,492,-315,-383,238,341,-41,214,260,234,93,-315,-336,235,-191,-136,-62,124,215,-432,-204,411,-311,-327,-212,-277,-219,224,268,505,-222,291,466,-36,-307,-349,251,-453,-272,358,154,-456,-202,74,-292,466,256,-32,-273,104,358,372,336,293,-398,-405,-168,288,149,281,-377,-77,335,-196,347,287,7,-64,348,240,389,-117,227,369,34,256,127,107,-98,26,-151,-277,285,459,-376,-99,-291,57,290,377,537,-168,142,-282,307,420,438,235,-439,246,16,-257,395,-79,435,121,359,-293,-243,297,140,-452,-122,119,-289,-218,344,-25,-510,-249,-373,295,172,-103,-366,37,-362,-239,361,411,-62,378,-352,-317,277,-136,-389,-382,-50,-184,428,391,-257,42,-378,428,-121 + ], + "y":[ + -238,151,-372,391,-147,-399,383,454,382,-442,-364,398,92,417,-391,-438,462,-396,288,-330,-459,-72,-276,-327,87,-187,-386,347,218,370,-353,-119,-378,-229,439,486,-132,-397,308,284,-139,-23,-74,-211,125,377,-153,4,-128,306,264,-345,-153,412,241,257,-461,-387,-58,-97,-309,42,298,9,214,-38,430,225,-312,-101,155,-88,324,370,-421,-63,-311,211,166,356,-182,234,458,-134,407,331,227,386,359,-102,103,-286,-386,-352,115,446,117,-404,-527,374,248,445,-286,408,388,51,175,-417,-155,310,192,69,-333,-258,88,-399,-228,325,-71,-175,306,-119,-62,482,-474,-302,-414,-383,366,-290,-497,-419,-482,-230,220,-409,394,-133,342,-40,107,-227,133,275,-237,-384,-34,306,-126,-235,142,223,362,-269,349,-292,-274,-84,394,-158,-118,-447,-438,-409,-224,-379,-123,257,-248,341,351,-251,-402,-126,-360,279,-184,244,7,404,-153,-485,-104,355,-78,468,323,354,295,-70,-90,-330,321,-264,5,387,173,-92,-435,-412,-90,-362,-316,-42,240,198,-299,229,281,-47,321,-36,116,-176,-221,-385,-456,246,-20,-74,-119,409,158,328,212,275,-394,-222,-440,72,-352,-39,-317,-274,-323,175,81,-362,400,-438,313,196,-277,404,-288,181,-440,-351,-211,-363,364,-312,73,-382,141,322,322,309,112,399,300,-255,223,320,-67,-517,-290,11,422,192,-327,-367,91,-207,213,-333,-217,322,341,388,-307,-258,50,231,-110,-283,-342,188,336,-237,-382,210,213,-392,-422,-462,-395,-247,-92,-375,245,56,115,472,-378,1,-430,338,388,-206,335,229,464,-300,-245,262,-99,-226,-29,-519,-410,410,308,434,160,-296,-164,-366,-333,59,-106,106,-519,-173,-96,-324,-317,-40,-181,-18,-161,-125,-205,428,295,345,222,286,362,-405,433,92,294,512,-21,286,-339,237,195,-464,-432,89,-413,178,-389,-200,477,-368,-450,-255,-456,-469,-47,-348,-268,139,-435,-360,294,420,-225,-262,-48,373,-224,155,-317,-307,27,57,9,-13,191,-299,79,-401,-128,117,-82,405,273,348,-89,-140,-201,-383,158,107,93,381,4,76,-209,-281,489,-278,-24,-126,367,-302,334,377,77,-241,412,-175,331,-381,304,-293,-359,-5,-310,287,-215,-152,0,-198,339,303,279,288,142,-19,-308,412,305,-433,317,153,308,85,-372,-184,445,-209,-381,-122,-114,-297,-311,182,319,454,176,245,-263,320,-382,-263,-277,85,334,-80,-236,371,-267,272,351,302,304,292,285,-497,-284,-286,-101,223,448,263,363,-459,-197,-107,112,439,392,238,-75,-443 + ], + "z":[ + -312,364,320,227,-421,-219,-90,-39,-184,147,-196,222,397,31,244,175,3,-190,-280,435,147,-365,9,-98,235,327,159,-363,-156,-144,-256,453,-200,383,174,-123,417,248,335,182,-340,-412,-213,-46,-8,-374,46,330,72,393,-74,93,311,-14,396,262,238,-80,429,507,-421,231,-314,-218,-432,-182,89,243,336,-416,411,420,149,-298,34,-166,-362,-74,-271,25,411,-432,-249,342,110,-157,-411,167,39,250,-250,-269,-146,287,347,-260,-346,-40,-33,311,-341,-151,267,-24,224,-198,13,194,-297,-265,-120,-336,291,-307,-394,-368,309,50,319,334,-298,-348,333,-204,239,-405,156,357,-366,209,235,188,-76,-257,358,235,54,-324,424,-409,-435,-468,-533,38,373,349,460,-106,516,292,-411,-335,-173,207,210,129,-367,-452,256,87,449,-10,-168,336,416,104,-307,-134,-302,-354,-296,-288,190,-262,-45,406,-205,-233,408,20,334,167,427,-132,483,166,296,-108,178,417,-334,321,112,296,451,-218,392,366,27,285,475,193,-382,279,-283,270,-194,-245,167,380,390,-414,431,20,319,-263,64,-200,-464,91,411,279,-130,320,116,-156,-177,402,-37,-233,356,216,-14,206,325,386,300,-80,64,-213,289,-368,373,-190,107,-447,207,289,364,6,-153,-160,230,-53,-394,-388,-333,-238,-249,-107,365,383,-332,18,421,-130,-351,-410,271,443,271,264,447,229,-390,362,-298,-145,-165,-220,-88,-241,482,-392,217,355,-337,7,-19,-399,-189,-111,405,-333,-227,65,-244,-429,-345,126,251,-224,100,-208,-314,-550,179,101,11,374,-287,-388,194,-110,-337,176,-426,302,-457,-57,-20,-263,374,-200,296,-171,306,195,311,456,-451,468,-144,-119,-367,-48,-255,253,399,449,-359,-450,339,190,199,-339,190,-284,320,-212,182,-104,282,24,149,339,126,331,289,199,168,439,117,-417,158,-249,15,346,37,-486,-44,-133,-314,-343,122,370,-45,354,359,132,-440,-282,148,-157,282,-4,427,-327,-367,-382,272,-475,-325,307,18,108,451,-351,-191,-120,388,-264,-474,-355,-270,152,-340,220,236,347,-435,-479,333,-228,79,168,-468,-306,144,-428,325,-33,-424,-221,329,-379,108,333,294,-334,-274,461,-406,388,-342,328,255,191,-315,357,360,204,-210,55,-404,330,-272,87,-105,162,316,-207,-160,-490,121,279,323,107,-438,224,-350,419,-285,284,-158,-418,-393,-241,160,142,-451,196,-256,-286,-337,305,439,178,-363,247,-333,153,-43,-65,34,305,-352,297,-295,-95,-78,-23,413,272,252,-133,-370,-287,-336,-299 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(0,0,255,0.5)" + }, + "scene":"scene4" + }, + { + "x":[ + -316,724,496,-583,-61,571,635,728,-1012,245,-746,854,-775,-325,-341,211,981,-891,-249,-831,493,-586,218,-71,-542,966,259,779,189,-1020,528,278,802,579,150,-547,-771,1003,1029,757,342,-128,152,-497,-304,-490,392,874,86,583,-61,253,482,-408,745,218,-643,276,612,-623,308,-871,-206,214,68,-715,-810,-187,-233,-531,397,720,-549,-401,502,-743,-487,-622,-659,-269,-644,-201,-104,488,-710,765,-444,387,-545,467,-670,404,-580,808,895,-488,-519,857,-806,804,44,-658,-661,-390,504,-62,-656,-102,794,555,-526,514,546,-604,-619,-81,-353,-386,-572,254,699,-65,168,536,-555,-373,257,974,-556,517,599,-835,492,-188,758,-656,391,-141,-233,764,-366,-26,8,531,-490,518,-537,656,575,-397,-678,-553,262,523,443,-343,208,-345,-346,-905,-899,-332,756,-681,-40,-525,-285,-442,654,724,-1005,-783,-872,-505,272,-657,244,-460,-875,58,335,65,-630,134,-778,-570,969,-506,-298,-228,363,-525,-154,-649,-407,668,-918,643,427,-543,860,-248,668,-754,-596,397,-564,-551,467,-957,317,-753,-610,746,-462,853,-490,-225,-905,833,-597,841,-401,-162,544,311,547,656,-696,543,-506,335,557,652,330,-342,266,784,107,-628,797,524,560,-495,-55,755,951,607,591,645,-246,-71,610,-830,-501,681,-382,-374,-735,-667,194,808,-521,-644,602,-136,599,177,-711,-747,16,-682,-303,-415,691,-840,879,568,604,777,-693,556,-128,-146,-423,358,708,663,-246,-865,-755,524,636,-959,554,744,434,-837,-674,195,453,229,276,-179,908,129,-931,367,-323,-493,217,560,-271,804,225,-546,904,-313,-441,538,-694,618,413,549,331,-397,654,-512,-838,414,-500,-653,123,607,223,-649,538,-728,-1010,737,636,-918,-776,685,724,691,615,-334,-694,-658,291,768,661,843,337,32,887,-699,656,578,-140,-530,401,-485,-297,-61,-488,363,101,-833,900,-523,-670,-84,-525,-690,869,729,498,33,-541,-43,462,-898,881,-797,-663,812,-555,-855,238,966,-476,-780,713,-183,-366,674,-637,-99,-136,-473,395,-276,23,737,289,-25,-360,-521,791,-575,-492,83,815,968,346,875,-400,103,533,583,637,487,643,226,670,296,750,-366,254,-531,749,-710,-512,996,-35,-286,3,-128,-513,-577,398,941,601,-1013,876,575,380,-357,263,883,945,861,339,595,434,207,-298,-274,469,-320,571,858,771,-734,433,24,-152,-520,375,872,-740,-747,-699,148,-351,515,-173,51,-604,703,303,-521,534,458,499,-544,-579,604,797,-336,672,419,-105,29,731,766,-76,755 + ], + "y":[ + 304,-671,721,-197,-898,-623,-480,-591,-383,356,587,24,-438,-904,876,613,12,-155,-656,-164,926,-608,181,1003,825,-133,975,-69,-343,31,606,49,244,760,450,551,654,-294,148,478,-870,846,-78,-538,765,-132,852,-250,731,456,473,-1008,500,-277,-609,-548,-565,853,-23,696,-49,-585,178,-663,772,753,19,-556,929,321,711,-223,768,-877,-771,739,-465,87,-50,442,607,920,826,-549,583,-544,-859,-224,716,-763,707,489,-322,737,222,-78,-207,-439,-668,558,88,-741,-773,451,-904,-793,573,-686,209,581,-695,423,437,99,-225,541,-155,-752,866,717,-521,201,299,557,0,-913,-509,-355,259,675,870,95,636,759,-116,-43,-356,558,711,-195,-656,629,1022,483,-418,722,640,-642,455,-303,-242,-73,-643,679,-122,542,334,-631,631,-548,-352,76,202,-745,-666,411,-336,326,790,590,-374,93,-144,-152,-911,117,-429,665,-557,-625,-52,-377,247,703,-21,-567,125,740,642,847,790,23,-872,682,279,-715,-230,-715,-879,-579,-593,-713,-333,108,-196,-148,-240,757,-737,-457,-695,-478,-683,644,-738,-340,404,502,-320,290,-622,-615,-436,-409,-718,535,-675,-194,85,494,-308,20,564,38,-462,-107,-822,321,-701,-531,187,-436,-745,-515,922,-602,-314,-611,-763,-659,-687,654,413,-512,732,-368,-752,-676,-708,-671,-702,-11,767,154,-526,-707,-643,966,-17,-343,-686,790,-1018,687,-654,-396,77,-88,-736,587,380,-161,-1067,403,649,522,698,629,-659,16,-531,749,-678,272,-797,-307,-594,-691,-777,356,399,950,-932,-271,411,303,-319,-582,630,-454,325,-644,-589,89,741,140,569,884,-929,-697,527,664,507,431,401,623,-268,550,83,284,667,503,455,-407,772,113,371,-793,-9,420,-503,-23,-176,-308,239,-625,-557,148,533,551,-453,316,243,-115,-916,-966,-79,-427,-592,789,910,-28,832,682,-10,-872,640,-343,-275,-366,-27,343,31,209,606,-733,346,652,-609,-366,562,451,880,493,10,190,-369,-445,-827,473,-298,-205,239,-435,-313,-279,-754,511,719,51,-374,-583,782,271,-791,562,867,663,606,823,439,-641,-890,-815,-9,428,-865,613,893,429,611,-840,741,588,-310,-951,-592,-919,471,812,-612,-739,-110,-754,92,-338,665,873,560,238,464,361,831,205,669,153,289,181,918,572,-788,-1,146,176,835,655,716,487,791,-768,-587,-253,-571,94,169,-605,-466,504,939,-295,652,27,201,-406,272,228,390,-721,-817,681,416,750,-459,622,-901,296,-745,351,531,393,-387,510,-512,-629,688,906,553,-247,-692,-641 + ], + "z":[ + 976,-282,-515,-769,-316,-608,693,-449,-245,810,-159,-313,-446,-22,-81,823,147,-510,680,-491,129,-485,-933,57,192,-135,443,-471,-931,-417,692,-908,-613,-410,800,-567,-26,-130,82,-234,22,-618,946,-665,679,756,12,-589,-615,-700,-812,-115,631,913,-441,-714,-391,591,-705,-148,985,331,898,-616,-700,-315,583,-842,-273,-824,585,-671,-361,417,50,248,-623,-837,687,847,449,-326,-551,769,-476,-567,-115,-799,344,296,-409,-781,646,-97,-55,806,-869,-464,333,208,991,488,-406,-718,-239,642,664,828,-451,-565,-423,842,832,-894,-823,770,999,705,226,660,-319,894,-907,-621,792,-143,-885,73,728,655,-313,461,517,768,-604,-735,-786,854,664,-726,-537,-898,46,-819,-860,200,374,70,591,969,-639,864,659,-411,-857,809,-971,-802,-765,-22,-11,-946,609,-143,729,-631,-858,793,1,-456,242,-612,265,-769,-172,-824,855,-633,-158,-801,1047,-923,-609,631,-753,-608,384,519,-584,-414,510,-811,444,266,862,419,478,-399,-389,503,211,527,604,588,737,992,827,-45,-473,-240,-768,-510,66,369,-315,575,-655,-776,342,221,-574,30,868,871,294,-684,-282,618,645,597,690,-1052,-602,704,848,1050,-579,567,617,-434,-420,751,400,-561,-463,-178,-51,-330,176,576,558,-693,611,-491,396,509,-556,-511,-383,503,-576,532,154,-876,-449,-793,546,-503,584,454,604,173,-279,656,47,473,292,-718,-453,246,-734,712,173,-838,787,911,-108,-478,-640,-315,-156,1,-478,90,86,711,600,-192,-119,997,-747,496,-394,-872,187,998,-4,-627,574,871,866,-673,726,515,-594,-842,-120,-338,176,-240,-361,-55,752,-635,803,-761,625,-541,466,967,-373,-494,902,-730,-655,-687,801,160,252,-382,-615,-203,-531,-645,659,359,737,994,579,369,-898,-373,631,-694,-228,174,340,-428,600,-319,-328,739,311,-680,930,315,543,826,1007,-300,-143,661,816,930,-554,433,-209,-291,537,1032,-649,-957,333,-360,-397,460,-538,-97,462,-61,-845,-291,801,636,-766,852,377,460,-191,1035,829,523,-598,870,775,-31,-280,-642,-638,228,246,-487,383,449,461,-44,-208,260,74,833,-671,372,105,-511,-628,-286,325,-383,-606,-354,692,-610,674,-72,759,-295,-762,501,787,-941,847,-629,186,280,-410,-199,-86,-926,3,-870,-492,318,-13,-607,-249,391,653,965,680,-571,610,838,596,618,692,-80,-758,-822,-464,-764,-662,616,580,-609,547,902,-782,-333,-434,-701,-642,12,790,-572,-356,845,433,769,511,-581,578,847,404,549,587,270,560,-639,742,-441 + ], + "type":"scatter3d", + "marker":{ + "color":"rgba(255,0,0,0.5)" + }, + "scene":"scene4" + } + ], + "layout": { + "width": 800, + "height": 800, + "showlegend": false, + "margin": { + "t": 0, + "b": 0, + "l": 0, + "r": 0 + }, + "scene1": { + "domain": { + "x": [ + 0, + 0.5 + ], + "y": [ + 0, + 0.5 + ] + } + }, + "scene2": { + "domain": { + "x": [ + 0.5, + 1 + ], + "y": [ + 0, + 0.5 + ] + } + }, + "scene3": { + "domain": { + "x": [ + 0, + 0.5 + ], + "y": [ + 0.5, + 1 + ] + } + }, + "scene4": { + "domain": { + "x": [ + 0.5, + 1 + ], + "y": [ + 0.5, + 1 + ] + } + } + } +} diff --git a/test/image/mocks/gl3d_snowden_transparent.json b/test/image/mocks/gl3d_snowden_transparent.json new file mode 100644 index 00000000000..2e58e081a8b --- /dev/null +++ b/test/image/mocks/gl3d_snowden_transparent.json @@ -0,0 +1,31 @@ +{"data":[{"type":"mesh3d","x":[0.9540249705314636,0.8970490097999573,1.1416469812393188,1.1125489473342896,-1.3536529541015625,1.745987057685852,1.7321319580078125,1.7391200065612793,1.7542569637298584,1.7559969425201416,-1.3858180046081543,-1.391571044921875,-1.401520013809204,-1.400665044784546,1.5172580480575562,1.539458990097046,1.4106450080871582,1.388198971748352,1.7115169763565063,-1.3764339685440063,-1.375823974609375,-1.356292963027954,-1.3597869873046875,-1.3533329963684082,1.145279049873352,-1.3984830379486084,-1.402053952217102,1.2888339757919312,1.7322540283203125,-1.3778690099716187,1.0086820125579834,0.9350280165672302,0.919875979423523,1.012740969657898,-0.9605249762535095,-1.151178002357483,2.3845670223236084,2.3234341144561768,0.06653899699449539,-1.775357961654663,1.7249599695205688,-0.19935600459575653,-1.7754520177841187,0.026281999424099922,-1.0719130039215088,-0.4507400095462799,-0.014565999619662762,-0.6851180195808411,-1.1918230056762695,-1.1412889957427979,-1.2542200088500977,1.6213890314102173,1.0576250553131104,0.9739530086517334,0.4184649884700775,-0.01176500041037798,-0.7118170261383057,-0.4555889964103699,1.772616982460022,-0.511489987373352,1.7039439678192139,1.2333890199661255,-0.4777829945087433,-0.021259000524878502,2.3321990966796875,1.1852339506149292,1.1012049913406372,-0.3917419910430908,-1.303652048110962,-0.20107999444007874,-1.2210530042648315,0.21323400735855103,-0.4599960148334503,1.0385440587997437,-0.562300980091095,1.905303955078125,0.6266210079193115,0.6382650136947632,-0.11741399765014648,-0.2657090127468109,1.1830220222473145,-0.8889769911766052,-1.1327890157699585,-1.6703970432281494,2.6545569896698,-0.7680960297584534,0.02056499943137169,-0.9966779947280884,-1.2393300533294678,0.8604829907417297,0.9784430265426636,1.1574130058288574,-1.4021110534667969,0.41556501388549805,-1.5705159902572632,-0.3904210031032562,0.8644739985466003,-0.5823490023612976,0.16598600149154663,-0.7469220161437988,0.6811789870262146,0.5629810094833374,0.7864949703216553,-1.202638030052185,2.331835985183716,-0.3409459888935089,-0.7527430057525635,-0.5602790117263794,-1.2925020456314087,-1.0116750001907349,1.0874019861221313,-1.0895570516586304,-1.3013880252838135,0.027327999472618103,-1.5920759439468384,1.3932039737701416,-0.9597899913787842,1.5196340084075928,0.9606519937515259,-1.1936509609222412,0.29350998997688293,0.2982029914855957,0.5798649787902832,0.734466016292572,1.3189079761505127,-0.5873110294342041,1.3845789432525635,2.6603200435638428,1.6139529943466187,-1.4306659698486328,-0.5858150124549866,0.37290000915527344,2.7097549438476562,0.03246200084686279,-2.335258960723877,1.727126955986023,-1.0194000005722046,-0.0528779998421669,-0.43508899211883545,-0.2700299918651581,0.9641960263252258,2.0707740783691406,-0.1459989994764328,1.141342043876648,0.4073689877986908,0.42768898606300354,-0.6026999950408936,-0.29602500796318054,-0.8559209704399109,-0.2861970067024231,-1.1667250394821167,-0.2046090066432953,-0.9522600173950195,-0.7235689759254456,-2.0758209228515625,-1.16587495803833,-0.8477010130882263,0.14745000004768372,-0.3382830023765564,1.0906939506530762,-0.5027459859848022,0.1711529940366745,-0.8286290168762207,0.06900999695062637,0.30166900157928467,0.4549559950828552,-1.036260962486267,0.21118099987506866,-1.5466179847717285,-0.705528974533081,-0.9449729919433594,0.8110489845275879,0.8687660098075867,0.5525439977645874,0.07626199722290039,-1.24583899974823,-1.0940220355987549,-0.6592980027198792,0.01617399975657463,-0.771468997001648,-0.29075899720191956,-0.036208998411893845,-0.03724600002169609,-0.5366790294647217,0.7922679781913757,0.13184599578380585,-2.397986888885498,2.351133108139038,-0.9751909971237183,-1.177325963973999,-0.23649300634860992,-0.047527000308036804,0.8746629953384399,-1.1113430261611938,0.5735089778900146,0.20238499343395233,-0.9144989848136902,-1.4132570028305054,0.7969970107078552,1.0537339448928833,-0.0986500009894371,0.9322969913482666,0.5584970116615295,1.9599659442901611,-1.0751819610595703,2.2511520385742188,-0.5255290269851685,-1.2113929986953735,0.7322499752044678,-0.7964929938316345,-0.6877440214157104,1.8739789724349976,-1.3558109998703003,-0.3145810067653656,0.030835000798106194,-2.0482089519500732,2.1009368896484375,-0.48824799060821533,-0.47769200801849365,-0.33083999156951904,-0.3814699947834015,-0.46763598918914795,-1.22297203540802,-1.1303999423980713,-1.1382060050964355,0.4032500088214874,1.3261229991912842,-1.0659470558166504,0.786749005317688,1.181198000907898,0.30849000811576843,0.962378978729248,1.216675043106079,0.5535280108451843,0.6349409818649292,-0.4791699945926666,-0.772163987159729,1.6586910486221313,-1.1718250513076782,-0.3923240005970001,-1.1562039852142334,0.019217999652028084,0.19406500458717346,-0.8611729741096497,0.4103679955005646,0.4715850055217743,-0.8472750186920166,-1.3162649869918823,-0.6552429795265198,-1.2032170295715332,-1.1960580348968506,0.3993610143661499,2.3658649921417236,-0.975413978099823,-1.434198021888733,-0.736922025680542,-0.4584749937057495,-0.39560800790786743,0.3147900104522705,-2.2381820678710938,-1.0198370218276978,1.077407956123352,-0.3538529872894287,-0.7534890174865723,-1.0099669694900513,-1.0031280517578125,-1.271975040435791,-0.10431499779224396,0.8737319707870483,0.4715850055217743,1.2445770502090454,-0.893572986125946,-1.0390980243682861,-1.6150360107421875,-1.1659200191497803,1.2278399467468262,-1.105802059173584,-0.9371190071105957,-0.04245400056242943,-0.9195899963378906,-1.147557020187378,-1.1644099950790405,1.0532569885253906,0.7551090121269226,0.1489270031452179,-1.1495050191879272,0.7444289922714233,2.6314809322357178,-0.7311210036277771,0.2703860104084015,-1.0451580286026,0.11851099878549576,2.6194519996643066,0.1813959926366806,-1.3411710262298584,-0.021751999855041504,-0.6103129982948303,1.1699199676513672,-2.2221760749816895,-2.120819091796875,-0.994612991809845,-0.7470470070838928,-1.2685010433197021,-1.3219759464263916,0.7790639996528625,0.7483059763908386,1.1550209522247314,0.779902994632721,0.7892270088195801,-0.20244599878787994,0.6262249946594238,-0.7114940285682678,-0.9927219748497009,0.5706740021705627,-1.9387060403823853,1.0606800317764282,-1.094074010848999,0.7372840046882629,2.7856218814849854,-0.5607879757881165,-0.2600800096988678,0.5728300213813782,0.8115969896316528,1.6489030122756958,0.8657780289649963,-0.6637179851531982,-0.5955650210380554,0.715378999710083,1.0658429861068726,-0.8073559999465942,1.266281008720398,-0.09033200144767761,0.4800480008125305,-1.1673530340194702,-1.135985016822815,2.37841796875,1.0864440202713013,-0.6322439908981323,-0.5560349822044373,-0.0034630000591278076,-0.8558350205421448,0.3632889986038208,0.9543769955635071,-1.866927981376648,-1.7028239965438843,-0.44701099395751953,-0.9745839834213257,0.15706199407577515,0.9445269703865051,-2.129865884780884,0.8460350036621094,-1.0091400146484375,0.17788299918174744,0.9912829995155334,0.8647090196609497,2.194124937057495,0.9357510209083557,1.689939022064209,-0.11897999793291092,-0.9557620286941528,-1.057811975479126,0.3120189905166626,0.9854000210762024,-1.3913730382919312,0.5743680000305176,1.2874460220336914,0.9319350123405457,-0.3287549912929535,-1.3234100341796875,1.8489990234375,-0.4727709889411926,1.1267509460449219,-0.5791739821434021,0.03495800122618675,1.966163992881775,-0.26116499304771423,-0.7104049921035767,-1.0118579864501953,2.4178309440612793,-1.1488080024719238,0.24021300673484802,-1.0423510074615479,-0.24917300045490265,0.8607209920883179,-0.7392020225524902,0.25087499618530273,-1.1152310371398926,-0.7036319971084595,1.270354986190796,-0.2484540045261383,0.8681240081787109,0.12414500117301941,-1.175449013710022,2.6975600719451904,-1.0553630590438843,-0.8604210019111633,-0.6858720183372498,-0.3142069876194,0.22714099287986755,-1.0041619539260864,-1.2257839441299438,0.9348350167274475,1.586303949356079,-0.7074980139732361,-0.47348299622535706,-0.499796986579895,-0.45329800248146057,0.9205719828605652,1.0889379978179932,0.7381849884986877,-1.1885730028152466,-0.11494699865579605,-0.09487900137901306,-1.354699969291687,-0.008158000186085701,2.1156229972839355,-1.549407958984375,2.2514190673828125,0.1854269951581955,1.191112995147705,-0.08750899881124496,0.6493170261383057,-1.169342041015625,0.368164986371994,0.681456983089447,0.08566000312566757,0.5722330212593079,0.8677060008049011,-0.4826200008392334,-1.257416009902954,0.5767080187797546,0.6488469839096069,1.1317369937896729,1.174157977104187,-0.41062700748443604,-0.1867939978837967,2.4109270572662354,1.4152560234069824,-0.7496169805526733,2.0159521102905273,-0.36636701226234436,-0.5057250261306763,-0.44106799364089966,-0.6759499907493591,0.4574829936027527,0.9113309979438782,-2.211890935897827,-1.2914049625396729,-1.1593070030212402,-0.9474490284919739,-0.2592740058898926,-0.5070340037345886,-0.16239400207996368,0.0975399985909462,0.003143999958410859,-0.14820900559425354,0.13762199878692627,-0.8031010031700134,-0.3537609875202179,1.763038992881775,1.2644259929656982,1.9565030336380005,-0.8196370005607605,-0.5628659725189209,0.07627899944782257,-1.9498670101165771,0.5421779751777649,-1.1293790340423584,-0.983905017375946,-1.089758038520813,2.4003219604492188,0.6609159708023071,1.0369199514389038,-0.8596450090408325,-1.1297489404678345,-1.5058209896087646,0.20621800422668457,0.8651360273361206,0.4789069890975952,2.682647943496704,0.7986829876899719,-0.5645970106124878,-0.4980340003967285,0.16892899572849274,-0.2594580054283142,-2.448901891708374,1.0461310148239136,-0.5732160210609436,-0.6734309792518616,1.0813590288162231,0.5634570121765137,-0.7362189888954163,-1.6852740049362183,2.048676013946533,0.09574899822473526,2.08912992477417,-0.14591999351978302,0.7617980241775513,-1.3417129516601562,-0.6294779777526855,-1.006181001663208,0.9968180060386658,0.7949050068855286,2.845698118209839,2.685152053833008,1.002318024635315,1.2189279794692993,1.2983299493789673,-2.2360310554504395,1.3234519958496094,0.33202001452445984,-0.47431498765945435,0.7600709795951843,-0.17568199336528778,0.340721994638443,-0.8674010038375854,-0.6097869873046875,-0.9749940037727356,-0.3672049939632416,-0.9743490219116211,-0.9378259778022766,-0.09470999985933304,-1.0552949905395508,-1.012727975845337,0.5168229937553406,0.7766759991645813,0.023840000852942467,0.2105560004711151,1.035730004310608,1.067463994026184,1.7526249885559082,-0.8388090133666992,-0.2373349964618683,-0.8730660080909729,0.0271029993891716,1.0037120580673218,-0.748291015625,-0.40591999888420105,-0.742464005947113,-2.1597089767456055,1.8532220125198364,-1.4278969764709473,1.3038480281829834,-0.6121500134468079,0.7522429823875427,-0.023514999076724052,-1.639125943183899,-1.363144040107727,-0.6887500286102295,1.110854983329773,-0.44828000664711,-0.7018589973449707,-1.3016769886016846,0.6660450100898743,1.899832010269165,-1.337677001953125,-1.5827480554580688,-1.4627549648284912,1.5135979652404785,1.541337013244629,0.01735999993979931,-0.22633099555969238,1.3249930143356323,-1.184406042098999,0.4716790020465851,-0.23567500710487366,-2.004889965057373,-1.0433850288391113,-0.6762310266494751,-2.3618810176849365,0.07606299966573715,-0.6345570087432861,2.0480430126190186,1.968520998954773,-0.9940419793128967,-0.5843179821968079,1.3441779613494873,0.7069249749183655,0.588778018951416,-2.4627039432525635,-2.4401779174804688,-2.0896079540252686,-1.2794170379638672,-0.5177149772644043,-1.7111209630966187,-0.6688600182533264,1.2370959520339966,0.5073390007019043,1.4790229797363281,1.761355996131897,1.7544859647750854,-0.4201419949531555,0.04333199933171272,0.482342004776001,-0.8073599934577942,-1.3276970386505127,0.9197930097579956,-0.1324000060558319,1.2588549852371216,-0.2897529900074005,0.9958230257034302,0.8366760015487671,-0.7765219807624817,0.5404239892959595,-0.10401099920272827,-2.3596670627593994,0.5982360243797302,0.5437769889831543,1.7105729579925537,-0.40039899945259094,-0.9384130239486694,-1.226199984550476,-0.19098399579524994,-1.1374820470809937,0.30134400725364685,0.9054870009422302,-0.31331101059913635,-2.0327510833740234,0.9264400005340576,-0.11754199862480164,-0.057562001049518585,-0.9306899905204773,-1.2630109786987305,0.25457900762557983,0.23311999440193176,0.1886720061302185,-0.7451369762420654,0.17329800128936768,0.02387399971485138,1.3250069618225098,-0.9907680153846741,-1.2617599964141846,-0.16171899437904358,2.2045440673828125,-1.299386978149414,-0.5759549736976624,-1.2294520139694214,0.29363900423049927,-1.2524570226669312,0.37956300377845764,-1.2055599689483643,-1.8514820337295532,2.308784008026123,1.8648790121078491,0.6326180100440979,-0.9234369993209839,-0.9520769715309143,2.0436298847198486,0.8383219838142395,-1.269091010093689,0.8656399846076965,-0.9657300114631653,2.2570650577545166,-1.2213610410690308,-1.053421974182129,-0.3693239986896515,0.4497680068016052,-0.4461979866027832,-1.4354549646377563,1.0643119812011719,0.6241490244865417,-0.9498100280761719,-0.9118720293045044,-1.018584966659546,2.826888084411621,2.572726011276245,-1.0008889436721802,-1.1575380563735962,0.17802900075912476,-0.554531991481781,-0.47458401322364807,-0.09176400303840637,2.5258328914642334,2.5819549560546875,2.03446888923645,-1.3307429552078247,-1.1109980344772339,-1.027014970779419,-0.8922569751739502,-0.8039079904556274,1.1988179683685303,1.205880045890808,0.11036600172519684,0.7521489858627319,0.875652015209198,-0.6546149849891663,-1.1716229915618896,-0.41533300280570984,-0.9641100168228149,-1.3134130239486694,1.2412790060043335,-1.1419850587844849,-0.9957299828529358,1.3391380310058594,1.2529220581054688,-0.7521920204162598,0.6825990080833435,-0.6070569753646851,1.0296649932861328,0.8133090138435364,-0.06462699919939041,0.7958329916000366,-1.3005930185317993,-0.812824010848999,0.8436530232429504,0.8557429909706116,-0.5773159861564636,-0.6351490020751953,-1.2476650476455688,-1.1938790082931519,2.647624969482422,-0.8594859838485718,0.1544869989156723,0.35857099294662476,0.4080849885940552,0.7916269898414612,-1.7019879817962646,0.2291650027036667,0.43334901332855225,0.38232800364494324,-1.2945120334625244,0.9149699807167053,-0.33022400736808777,-0.18263299763202667,0.6574320197105408,-0.11458999663591385,-0.6375120282173157,-0.28016000986099243,0.49371299147605896,-0.13812999427318573,1.7855379581451416,0.5553269982337952,0.44818198680877686,-0.4296239912509918,1.1268739700317383,-1.873075008392334,2.6530449390411377,-1.2925560474395752,0.8214470148086548,-0.5189080238342285,-0.6373599767684937,0.9413419961929321,0.07747600227594376,-1.3066920042037964,0.7813720107078552,0.6925060153007507,2.0973260402679443,1.4052369594573975,0.5192720293998718,-1.0615160465240479,-1.0852199792861938,1.628695011138916,1.6506589651107788,-0.7464029788970947,-0.26623499393463135,-1.8990099430084229,0.8858550190925598,-1.0286400318145752,0.9258080124855042,-0.06708899885416031,-1.1460319757461548,-0.8515830039978027,0.27663499116897583,0.7181910276412964,0.33749398589134216,-0.10574299842119217,-2.39398193359375,-0.28531399369239807,-1.6944890022277832,1.5569610595703125,1.1021759510040283,-1.1157989501953125,0.6718479990959167,0.6353710293769836,-0.37302398681640625,1.0562440156936646,1.0594329833984375,0.5337600111961365,0.12384700030088425,1.187582015991211,-1.1841239929199219,-1.0252900123596191,0.1486710011959076,-0.6621860265731812,-1.1746139526367188,0.4960409998893738,-0.20358699560165405,1.0823899507522583,-0.3041450083255768,0.8317080140113831,0.37311500310897827,2.0050430297851562,2.021862030029297,2.162209987640381,0.2126310020685196,-1.0157690048217773,-1.0246800184249878,0.02899800054728985,0.8170030117034912,0.586571991443634,-0.7737579941749573,0.6765099763870239,-1.0826959609985352,0.9574469923973083,-0.6856189966201782,0.7475829720497131,0.6269680261611938,-0.7152190208435059,1.3660310506820679,-0.3570919930934906,2.474297046661377,-1.0413670539855957,-1.0291670560836792,-0.5176020264625549,0.8803939819335938,-0.22916199266910553,-0.8841440081596375,1.033244013786316,1.2578120231628418,-0.25544700026512146,-0.07946799695491791,-0.8126760125160217,-1.6631770133972168,1.8029600381851196,-0.5151979923248291,0.9065859913825989,0.8931519985198975,1.1671910285949707,0.24255700409412384,0.2792550027370453,-0.1537259966135025,-0.9601489901542664,1.133829951286316,-1.6354429721832275,2.2327029705047607,-0.44890299439430237,0.9474660158157349,1.0200899839401245,1.043228030204773,0.8756250143051147,-0.6697160005569458,-0.6843140125274658,0.09002300351858139,-1.0022790431976318,0.8959609866142273,-1.137902021408081,-0.6325820088386536,1.1488349437713623,0.1298999935388565,-0.32455500960350037,-0.560916006565094,1.7901469469070435,-0.19429999589920044,-0.7816240191459656,0.2588549852371216,-0.1575620025396347,-1.0352139472961426,-0.890861988067627,2.1285839080810547,-1.4223289489746094,-1.3358969688415527,-0.4155920147895813,-0.5342270135879517,0.07440099865198135,-0.9914140105247498,0.8717100024223328,0.4538959860801697,2.7583200931549072,-0.37818899750709534,-0.9742329716682434,-0.14116999506950378,-1.320660948753357,0.07294999808073044,-1.119634985923767,1.0826719999313354,-2.0542969703674316,-0.11569000035524368,0.5698639750480652,-0.5285859704017639,0.8243229985237122,-0.9903860092163086,1.1243350505828857,1.8756120204925537,0.8463749885559082,0.2585490047931671,0.8800519704818726,-0.6282449960708618,0.10688800364732742,-1.420670986175537,-0.649931013584137,-0.5859569907188416,-0.4380449950695038,-1.0649570226669312,2.4143149852752686,0.06170300021767616,0.1976490020751953,-1.2095619440078735,-1.219741940498352,-1.164551019668579,1.6238559484481812,-1.159021019935608,-1.0216419696807861,-1.0432339906692505,-0.4528850018978119,0.5695409774780273,1.9447669982910156,-1.0842609405517578,-1.2872430086135864,-1.3603819608688354,-0.7299190163612366,-0.42397400736808777,-1.0708980560302734,0.9460260272026062,-2.4610209465026855,-1.1561540365219116,0.5243020057678223,-1.1895630359649658,-1.164273977279663,1.6125849485397339,-0.32516899704933167,0.6848909854888916,1.4276490211486816,1.7813529968261719,-0.0680219978094101,0.947646975517273,2.2039949893951416,0.49451398849487305,-0.5067710280418396,-1.8241159915924072,-0.6317059993743896,0.7997050285339355,0.8300319910049438,2.1765899658203125,-0.9183809757232666,-1.1424750089645386,1.4321839809417725,0.06496699899435043,0.5821840167045593,0.8255490064620972,1.8158570528030396,0.7671509981155396,0.6273790001869202,0.33889999985694885,1.0719170570373535,-0.349592000246048,-0.11094900220632553,0.271712988615036,-0.6434400081634521,0.24921299517154694,1.780837059020996,1.433326005935669,1.6558339595794678,1.1019359827041626,0.8356750011444092,0.8787879943847656,-1.7746490240097046,1.69303297996521,0.38014400005340576,-1.3033080101013184,0.9035639762878418,0.880403995513916,-0.06345400214195251,-0.32677799463272095,1.5612260103225708,0.9459840059280396,-0.046142999082803726,-0.7760940194129944,-0.3189989924430847,-0.6885709762573242,0.7724609971046448,-0.7872239947319031,0.18181200325489044,0.20876100659370422,-0.40279901027679443,1.199934959411621,-0.8651700019836426,0.07167000323534012,-1.878844976425171,-2.274095058441162,-0.05815599858760834,-0.16297200322151184,1.0447200536727905,-1.2087520360946655,0.6198750138282776,-0.9724559783935547,1.1258950233459473,2.8442940711975098,2.8734889030456543,-0.015464000403881073,0.9739090204238892,-1.4728349447250366,-0.7751049995422363,-0.8436130285263062,1.0399969816207886,0.7991639971733093,0.9455130100250244,-0.6461870074272156,-1.1012200117111206,-0.4357599914073944,1.1546679735183716,-0.33967700600624084,-0.8218250274658203,-1.1976629495620728,-0.6132429838180542,-0.05701399967074394,-1.2280540466308594,-0.592290997505188,-0.8146330118179321,0.04210299998521805,-1.852653980255127,-1.2056430578231812,0.833145022392273,0.03348499909043312,-0.7833260297775269,-0.6211689710617065,1.0392329692840576,1.1178879737854004,0.8401700258255005,0.14407600462436676,1.0910719633102417,-1.2738640308380127,0.8393949866294861,-1.1650710105895996,0.9228969812393188,-1.7744619846343994,-1.0111850500106812,1.9556100368499756,0.9459609985351562,0.1904750019311905,-1.1848750114440918,2.4816689491271973,1.7782269716262817,0.5188949704170227,1.3680419921875,1.5456260442733765,1.8512330055236816,-0.6902610063552856,1.2040079832077026,-0.46967899799346924,-0.1660819947719574,1.0234090089797974,-0.9650269746780396,1.0122209787368774,1.4134520292282104,1.1554880142211914,-0.8254579901695251,-0.9873470067977905,1.3774340152740479,-0.49653199315071106,0.3027069866657257,-0.24060599505901337,-0.6659359931945801,-0.6849589943885803,-0.6748290061950684,0.49379000067710876,-1.3218029737472534,-1.047482967376709,0.40908798575401306,1.3215800523757935,0.10929100215435028,0.23741799592971802,0.34220901131629944,-0.9702270030975342,-0.10061100125312805,-0.7667239904403687,-1.015334963798523,0.004397999960929155,-1.3772130012512207,1.0437719821929932,0.4950239956378937,0.9331039786338806,0.8826940059661865,-0.38325101137161255,-1.3196879625320435,0.8693240284919739,-0.3522599935531616,2.5041210651397705,2.4915130138397217,2.5174920558929443,-1.3458360433578491,1.9056459665298462,1.817337989807129,-0.7605389952659607,-0.53746497631073,-1.3593100309371948,-1.0327340364456177,-0.5819169878959656,1.7812939882278442,0.5651749968528748,1.8274840116500854,-0.29502901434898376,2.7405591011047363,-0.7411850094795227,-0.7390480041503906,-1.1699130535125732,-1.1960010528564453,-1.3410340547561646,-0.6919530034065247,-0.4861440062522888,1.9500880241394043,-0.0451430007815361,1.5194180011749268,-0.5765789747238159,0.5406759977340698,-1.4023900032043457,-0.7136240005493164,0.45243000984191895,-1.3268990516662598,-1.3516689538955688,-2.3044939041137695,-0.9498260021209717,0.4671440124511719,-0.5910239815711975,1.9322350025177002,-0.5056350231170654,1.0753940343856812,-0.3093990087509155,0.3340040147304535,0.11544899642467499,1.261417031288147,0.9412930011749268,2.1052780151367188,0.7795730233192444,-1.2470049858093262,1.0605440139770508,1.0678189992904663,1.876075029373169,-0.07849100232124329,-0.7282829880714417,0.9005860090255737,1.9452539682388306,0.999550998210907,0.9698539972305298,1.855762004852295,1.7962299585342407,0.7968429923057556,-0.981190025806427,1.739861011505127,-0.8033289909362793,2.8674850463867188,2.8785860538482666,-0.49346500635147095,-1.0019910335540771,-0.8196930289268494,2.585421085357666,0.6336519718170166,-1.1623079776763916,0.0845239982008934,1.8987339735031128,-0.7315139770507812,1.09347403049469,2.450525999069214,1.0438519716262817,0.7346619963645935,0.20286600291728973,-1.0377850532531738,-0.1458660066127777,1.265874981880188,0.3734799921512604,0.44547998905181885,1.2315809726715088,-0.5324289798736572,0.5350599884986877,-1.1888890266418457,0.48572400212287903,-1.1928340196609497,-1.182934045791626,-0.7312989830970764,0.7324280142784119,2.4114990234375,1.8848559856414795,2.2083089351654053,-0.6777459979057312,-2.3791539669036865,1.2326979637145996,-1.2439509630203247,0.03110799938440323,0.6228330135345459,-1.276049017906189,-0.9120460152626038,-0.22711899876594543,1.6841429471969604,-1.1767350435256958,-2.2402570247650146,0.8944820165634155,0.9369940161705017,-0.9578379988670349,0.8921229839324951,0.05910699814558029,-0.795432984828949,-0.3413800001144409,-0.26717299222946167,0.9440690279006958,0.16423299908638,0.783810019493103,-0.5895040035247803,-0.8441470265388489,-1.2501540184020996,-0.6378099918365479,1.7480440139770508,1.2444310188293457,-0.8294910192489624,0.95038902759552,-1.0197880268096924,-0.4081610143184662,0.798774003982544,-0.04676999896764755,-1.2383389472961426,-0.863906979560852,-1.1492749452590942,-0.9101099967956543,1.3482890129089355,-1.014356017112732,2.4791259765625,1.93743896484375,-0.6784110069274902,-0.2612299919128418,0.39127299189567566,0.9590749740600586,0.2546899914741516,-0.18516600131988525,-0.0759579986333847,0.8218479752540588,0.7586560249328613,0.08326900005340576,-0.9778689742088318,1.83576500415802,0.7928979992866516,1.727748990058899,-0.006302999798208475,1.23711097240448,0.9944689869880676,0.18540999293327332,-1.5094679594039917,0.2102299928665161,-0.7142490148544312,0.89369797706604,-0.4413920044898987,0.25512200593948364,1.0122519731521606,0.3359549939632416,-1.115779995918274,0.24078400433063507,-0.6764400005340576,1.2184979915618896,0.8888649940490723,-1.090703010559082,1.0227140188217163,-1.3109129667282104,1.0838390588760376,-0.08395399898290634,-0.7325379848480225,0.29377999901771545,0.7951059937477112,0.02320699952542782,-0.956375002861023,-0.08049900084733963,-0.9684330224990845,1.0195180177688599,0.5247780084609985,1.2781250476837158,-1.1898499727249146,1.482319951057434,-1.078834056854248,0.22273600101470947,2.0413129329681396,0.9171280264854431,-0.7623289823532104,1.717831015586853,1.5599639415740967,-0.7602710127830505,-0.6609879732131958,0.08663299679756165,0.4451330006122589,-1.3189189434051514,-1.2236989736557007,-1.207685947418213,0.5938550233840942,2.800879955291748,-0.5343520045280457,1.2893069982528687,-0.8065260052680969,1.3187060356140137,0.6945840120315552,-0.749813973903656,-0.974934995174408,0.2142529934644699,-1.1176780462265015,-0.9208549857139587,-0.8263149857521057,2.8376619815826416,-0.8012769818305969,0.005615999922156334,0.1914519965648651,2.4353721141815186,-0.7894819974899292,0.5976859927177429,0.765254020690918,1.0761200189590454,0.6215569972991943,2.543665885925293,-0.7268869876861572,0.6307590007781982,0.7590510249137878,0.9424149990081787,-0.24341699481010437,-0.7692760229110718,-0.09871499985456467,2.604218006134033,-0.9887700080871582,2.082051992416382,0.4108070135116577,1.1165030002593994,0.020343000069260597,-1.0862619876861572,-0.6913110017776489,-1.2175300121307373,-1.44091796875,-1.2734589576721191,-0.6724770069122314,-1.261247992515564,0.2385929971933365,0.5666260123252869,1.8037869930267334,-1.20033597946167,-0.42521101236343384,-0.5215790271759033,-0.8644300103187561,1.413720965385437,1.0160349607467651,-1.7970620393753052,-1.4403049945831299,-1.6122349500656128,0.20645099878311157,0.9723860025405884,-0.12686100602149963,-0.5861989855766296,-0.029901999980211258,0.9690470099449158,0.4412040114402771,1.0247650146484375,-0.9037140011787415,-0.8743360042572021,0.059835001826286316,-0.08351500332355499,-1.3421800136566162,0.35572201013565063,1.7062569856643677,-2.428088903427124,-0.5811269879341125,-0.2665790021419525,0.9477750062942505,1.0228970050811768,-1.148108959197998,-0.18878600001335144,-0.34622201323509216,2.1081480979919434,-0.6783779859542847,-0.3415679931640625,2.89251708984375,-1.9914590120315552,-1.856711983680725,2.405853033065796,-1.213860034942627,-1.2246439456939697,0.2653149962425232,0.49742698669433594,-1.149176001548767,0.8774669766426086,-1.1000969409942627,0.2073339968919754,-0.11878799647092819,1.0478839874267578,-0.2269829958677292,0.4138849973678589,-0.561460018157959,-0.6278690099716187,-1.4947329759597778,-1.322219967842102,-0.15913400053977966,0.5043020248413086,-0.5911049842834473,-1.1312259435653687,-0.642952024936676,-1.5095640420913696,0.7007449865341187,2.57305908203125,-0.5736989974975586,-0.4865669906139374,-1.1118550300598145,0.9716500043869019,-0.33280301094055176,-0.8948760032653809,1.436081051826477,-0.5400300025939941,1.0849859714508057,2.1975018978118896,0.34564998745918274,-0.6397929787635803,-0.06534799933433533,-0.5060570240020752,1.87841796875,-2.157257080078125,-0.6880620121955872,0.34727999567985535,-1.0436489582061768,-0.881833016872406,0.9458479881286621,-0.6400600075721741,0.9064249992370605,0.04935299977660179,1.4269959926605225,0.7529829740524292,-0.480010986328125,-1.0388920307159424,-0.8849179744720459,-0.8211050033569336,1.4063990116119385,-0.5826240181922913,0.013670000247657299,0.8624190092086792,0.16760599613189697,-1.1432520151138306,0.04255000129342079,1.8457000255584717,1.2606090307235718,-1.3214999437332153,-1.4102599620819092,0.6146349906921387,-0.131849005818367,0.5888670086860657,2.247101068496704,0.5982210040092468,0.13948200643062592,-1.0707470178604126,0.6118350028991699,0.5828629732131958,-0.4478209912776947,-0.2137410044670105,-0.7993339896202087,-0.6440560221672058,-1.2366399765014648,-1.1941720247268677,-1.3193659782409668,1.1614199876785278,-1.323382019996643,-0.691690981388092,-0.4943239986896515,0.2664479911327362,-0.10254699736833572,-0.5726169943809509,0.04199200123548508,0.7874900102615356,-0.49300000071525574,1.7362250089645386,0.11685200035572052,0.10877200216054916,1.573349952697754,-0.5702739953994751,-1.2949440479278564,0.12857800722122192,1.554476022720337,-1.0531820058822632,-0.43588998913764954,-1.8640079498291016,-1.3606489896774292,1.3005019426345825,1.1156519651412964,-1.1201629638671875,1.2565460205078125,-1.0661729574203491,-0.32098400592803955,-0.036869000643491745,0.6705679893493652,-0.23844699561595917,0.2021459937095642,0.2611590027809143,-0.05222000181674957,0.37928199768066406,-1.8629380464553833,1.0890740156173706,-0.1046999990940094,-1.7618030309677124,-1.1410679817199707,0.9191349744796753,2.135251045227051,0.9692500233650208,0.012013999745249748,-0.43399500846862793,0.7254199981689453,-0.2969459891319275,-1.8367459774017334,-1.7547069787979126,-0.6434069871902466,-0.30533599853515625,-0.4436210095882416,0.7186660170555115,-1.0249179601669312,0.1180030032992363,2.7595698833465576,-0.6464490294456482,-0.6813740134239197,-1.1486999988555908,0.08323000371456146,-0.8014389872550964,0.19447800517082214,-1.035446047782898,-0.37962400913238525,1.1232229471206665,-0.7514449954032898,-0.5384050011634827,1.2388650178909302,0.6985499858856201,-0.6012269854545593,-0.5461059808731079,0.11993099749088287,-0.06903199851512909,-0.6393449902534485,-0.1359959989786148,-1.479956030845642,0.4781459867954254,-0.3454720079898834,-0.38600799441337585,-1.8378180265426636,-0.35161200165748596,0.6190410256385803,-0.07060199975967407,1.736541986465454,0.9923110008239746,-0.7596229910850525,1.1625239849090576,0.08054299652576447,2.273956060409546,-0.6007519960403442,1.2272340059280396,-0.390157014131546,-0.08217199891805649,-0.07989200204610825,1.0765889883041382,-1.2652050256729126,2.179271936416626,-1.2111179828643799,1.5086419582366943,-0.4340269863605499,-1.1363530158996582,-0.6779419779777527,1.8016159534454346,1.0558010339736938,-0.3875490128993988,0.9401180148124695,-1.1995999813079834,-0.4523490071296692,-1.1596980094909668,-1.1560670137405396,1.0323230028152466,1.3726810216903687,-1.1913330554962158,-1.2510490417480469,-0.7946779727935791,-0.8523899912834167,-0.5548589825630188,-0.5862159729003906,1.9688609838485718,-2.2019500732421875,0.8285179734230042,2.008892059326172,0.9050430059432983,0.9880250096321106,2.146178960800171,0.2535429894924164,0.6035000085830688,-0.7682740092277527,-0.06718400120735168,-0.3427860140800476,0.2425689995288849,-0.24544699490070343,-0.8724319934844971,0.7951899766921997,-1.0212390422821045,-1.5785579681396484,-1.5808720588684082,-1.183698058128357,-0.8117979764938354,-1.4648510217666626,0.782325029373169,-0.5364360213279724,-1.3835680484771729,2.18731689453125,0.13969099521636963,0.409168004989624,-0.5658130049705505,-0.10121200233697891,0.9376220107078552,0.08346600085496902,-1.054468035697937,-0.7971069812774658,0.05982600152492523,0.09107500314712524,0.8159120082855225,-1.6672669649124146,-0.9510610103607178,-0.7187809944152832,0.529246985912323,1.1146659851074219,0.5543609857559204,2.761657953262329,-0.30626699328422546,0.028550000861287117,-0.9007099866867065,-2.424865961074829,-2.432343006134033,0.1321360021829605,-2.4058380126953125,0.9822999835014343,1.0167839527130127,0.6240159869194031,-1.3448179960250854,-1.1580660343170166,-1.1629639863967896,1.534477949142456,0.9004369974136353,-0.44711801409721375,-0.10558299720287323,-0.11870300024747849,0.8657069802284241,-0.6478189826011658,2.263564109802246,0.8648149967193604,-0.33407801389694214,2.1279449462890625,-0.8800070285797119,-1.2231249809265137,-0.5096189975738525,0.4430699944496155,2.870616912841797,0.5132750272750854,1.7945979833602905,-1.251662015914917,-0.3690659999847412,-0.9809880256652832,-0.4278770089149475,1.3978610038757324,-0.24947500228881836,-0.4325999915599823,1.2089660167694092,0.7233260273933411,2.0860719680786133,0.7639920115470886,0.5086100101470947,0.7580919861793518,-0.8713610172271729,0.41010600328445435,-0.49988698959350586,-0.45845600962638855,1.203555941581726,0.844406008720398,-1.2142139673233032,-1.0569560527801514,2.5848019123077393,0.4503589868545532,-0.5109099745750427,-0.10540200024843216,-0.13528400659561157,-0.4594230055809021,0.8897860050201416,-1.5620249509811401,-1.1938170194625854,-1.2673180103302002,0.9549229741096497,-1.7881159782409668,-0.23776499927043915,-0.8600289821624756,0.028822999447584152,-0.7408739924430847,0.6136860251426697,-1.689574956893921,0.945937991142273,-1.096323013305664,0.12928999960422516,0.6252250075340271,2.483185052871704,2.531738042831421,2.355315923690796,-0.8779029846191406,0.5154309868812561,-1.6931439638137817,-0.26345300674438477,-1.1312099695205688,-1.1419459581375122,-0.6453459858894348,-0.3245919942855835,-0.30556198954582214,-0.26473599672317505,0.2856689989566803,0.4844369888305664,0.6691349744796753,-0.5985640287399292,-0.7749940156936646,0.9397109746932983,-1.2097690105438232,-0.7967510223388672,0.8206549882888794,-0.8870059847831726,0.12429200112819672,0.35380399227142334,0.20545999705791473,-0.5816850066184998,-1.0259699821472168,-2.4870760440826416,0.11342799663543701,0.4314349889755249,-0.593779981136322,0.052834998816251755,2.7131290435791016,2.7218399047851562,-0.5451639890670776,-1.0584620237350464,1.871108055114746,-0.3500869870185852,-1.2584929466247559,-0.33654698729515076,-0.28359100222587585,-0.9582740068435669,-0.4184269905090332,-1.3125289678573608,0.9550060033798218,2.1492459774017334,0.04913099855184555,-0.2585909962654114,-0.5371189713478088,-0.7692899703979492,-0.8040040135383606,-1.1910109519958496,0.041026998311281204,1.013458013534546,-0.14458699524402618,-0.48398101329803467,-0.2181279957294464,-0.851593017578125,1.0968149900436401,-0.28252899646759033,-1.0233440399169922,-0.654312014579773,0.6550650000572205,0.4847550094127655,0.5681719779968262,-0.15662400424480438,0.13283999264240265,0.9704710245132446,-0.012408999726176262,0.02338399924337864,-0.6112520098686218,0.4362710118293762,0.008755000308156013,-0.36409199237823486,0.14679700136184692,2.0052530765533447,1.8407340049743652,0.9259399771690369,-1.2332810163497925,-0.2934960126876831,2.2299389839172363,-2.0027520656585693,0.7925029993057251,-1.3527309894561768,-0.9517189860343933,-1.1678420305252075,-0.03420700132846832,0.8939939737319946,2.1273839473724365,-0.6782370209693909,0.19321100413799286,-1.0480350255966187,-1.0474849939346313,-0.5127419829368591,-0.6291810274124146,1.8340719938278198,0.002644999884068966,-0.7861649990081787,0.7005159854888916,1.0548720359802246,-0.16252699494361877,1.4663619995117188,-0.3600060045719147,-0.5178220272064209,1.5490399599075317,-1.185467004776001,1.63714599609375,-1.1137789487838745,0.893858015537262,1.2520869970321655,-0.17988599836826324,1.1719510555267334,1.7509649991989136,0.28629499673843384,0.3544119894504547,0.6809099912643433,1.088135004043579,-0.16881899535655975,2.845755100250244,0.5231000185012817,1.0225650072097778,2.4629950523376465,2.3508050441741943,0.9219130277633667,-1.349370002746582,-0.051635999232530594,-1.3412909507751465,0.5244600176811218,1.2247790098190308,-1.2433480024337769,-0.97844398021698,0.24262699484825134,0.5204830169677734,1.0002789497375488,1.5183429718017578,-1.4793699979782104,1.4620440006256104,-0.8339599967002869,-0.5640950202941895,0.459757000207901,0.8705599904060364,0.8178619742393494,0.5072370171546936,-1.1989920139312744,0.7338749766349792,-1.7348250150680542,0.8272730112075806,0.8371549844741821,-0.2580679953098297,1.6763529777526855,1.0384689569473267,1.0241249799728394,0.2888430058956146,0.7898560166358948,1.281378984451294,-0.3377990126609802,0.3575420081615448,1.2486369609832764,2.722151041030884,-1.3290729522705078,-0.512673020362854,-0.031237000599503517,-1.4213980436325073,-0.7478079795837402,0.13730700314044952,1.2642370462417603,1.9510040283203125,-0.03307399898767471,1.1056840419769287,0.17067399621009827,0.8551830053329468,-0.9068790078163147,-1.3037090301513672,1.7230390310287476,0.512802004814148,-0.8351799845695496,-1.0889819860458374,0.24879099428653717,-0.39041098952293396,-1.2114830017089844,-0.06143200024962425,-0.042601000517606735,0.33200201392173767,0.5705689787864685,-1.2255970239639282,0.4081049859523773,0.7364349961280823,-0.8399850130081177,1.1412010192871094,-0.7171350121498108,1.0382790565490723,1.2586510181427002,0.31323400139808655,1.1106220483779907,0.6035670042037964,-0.0633770003914833,-0.6380590200424194,-0.8572880029678345,-0.8584719896316528,-0.8601620197296143,0.15263499319553375,0.9899370074272156,-0.34011098742485046,0.9492800235748291,0.605322003364563,2.1732900142669678,-0.6786500215530396,-1.008105993270874,2.7126309871673584,2.5399630069732666,-1.2266069650650024,-1.21664297580719,-1.7816510200500488,0.0590209998190403,-0.679705023765564,-0.42256200313568115,0.9728689789772034,0.8283389806747437,1.6883699893951416,0.47453200817108154,-0.3517970144748688,-0.980301022529602,-0.9631059765815735,-0.9144899845123291,0.5861600041389465,0.8333550095558167,0.891523003578186,2.143462896347046,-0.02775599993765354,0.8237760066986084,0.9518359899520874,-2.346771001815796,-0.6848419904708862,-0.8389829993247986,1.2052619457244873,0.6020359992980957,-0.12957000732421875,-0.6806790232658386,1.1526449918746948,0.6402509808540344,-1.2912009954452515,0.5606390237808228,-0.018810000270605087,-1.4655890464782715,-1.4041600227355957,-1.3057700395584106,-1.3452999591827393,-1.1252540349960327,-1.2950860261917114,-1.2099159955978394,0.2698329985141754,0.6941990256309509,0.7275450229644775,-0.6219750046730042,1.2630300521850586,-1.8487319946289062,2.3955159187316895,-1.7975009679794312,-0.07975000143051147,-1.0805660486221313,-0.48493799567222595,0.765504002571106,0.6083980202674866,1.019091010093689,-1.0407390594482422,-0.19743900001049042,-1.2161279916763306,0.5732340216636658,2.126128911972046,1.237084984779358,2.2004239559173584,-0.5081139802932739,0.0361270010471344,-0.43091800808906555,-0.5402330160140991,-0.8826599717140198,0.3200739920139313,-1.2135510444641113,-1.2069419622421265,-0.7753419876098633,-1.0026849508285522,2.847691059112549,-0.056481000036001205,0.6361550092697144,-0.9995840191841125,1.1423109769821167,0.7055240273475647,1.7769609689712524,-1.0599379539489746,-0.7789310216903687,-0.9041900038719177,-0.8792570233345032,0.8035020232200623,1.9538880586624146,-0.6833429932594299,-0.4801329970359802,-1.1234639883041382,-0.9143319725990295,2.8779330253601074,1.2767080068588257,1.0582200288772583,-0.6924129724502563,-1.1011250019073486,-0.8900759816169739,-1.0208300352096558,-0.5309950113296509,-1.716644048690796,-0.2548049986362457,-0.20229899883270264,1.5284299850463867,-1.2241209745407104,-0.054124001413583755,-0.08369199931621552,1.6833829879760742,0.8554880023002625,-0.8724330067634583,0.5503060221672058,1.2700669765472412,-1.1251749992370605,2.5846381187438965,0.8220400214195251,-0.017057999968528748,-0.9388260245323181,1.0433399677276611,-1.1758040189743042,-0.99617999792099,0.6393610239028931,0.10382600128650665,-0.6946240067481995,-0.4959830045700073,-1.095533013343811,-0.8288270235061646,0.852590024471283,0.7191579937934875,0.762382984161377,-1.2438960075378418,-1.1678249835968018,-1.204300045967102,-1.188122034072876,1.1888209581375122,0.41550400853157043,0.40219900012016296,0.4354180097579956,-0.9140599966049194,1.2106050252914429,1.1218340396881104,-0.7939079999923706,-0.469650000333786,1.124688982963562,2.3266220092773438,1.0368330478668213,0.8329160213470459,-0.7598109841346741,2.3087921142578125,-0.09262199699878693,0.07762300223112106,0.07004799693822861,0.7104899883270264,-0.31324899196624756,-0.9664149880409241,-1.0765470266342163,0.4637199938297272,2.2399940490722656,-0.8948839902877808,0.014419999904930592,1.0526280403137207,1.1008919477462769,-0.0034719998948276043,-0.6867489814758301,0.11572100222110748,2.7620089054107666,2.785460948944092,-1.3015730381011963,-0.48136699199676514,1.1001149415969849,-0.19971099495887756,0.5786880254745483,-0.056637998670339584,1.1829190254211426,0.2016569972038269,0.265855997800827,0.7365549802780151,0.1371760070323944,1.939376950263977,-0.8344630002975464,0.3543590009212494,-0.3194330036640167,-0.23825499415397644,-1.4067059755325317,-1.229248046875,-1.1710820198059082,2.438688039779663,-1.3380919694900513,0.2656010091304779,-1.1226810216903687,-1.1275279521942139,-0.1072390004992485,1.2525180578231812,1.0575120449066162,2.7320640087127686,-0.13717100024223328,-1.3332149982452393,-0.3891179859638214,-1.0297340154647827,-1.193444013595581,2.631263017654419,-1.1985989809036255,-0.4573569893836975,0.6322129964828491,-0.240898996591568,1.0856029987335205,-1.5496599674224854,0.10500600188970566,-1.3211820125579834,-1.401926040649414,1.0998380184173584,0.9465450048446655,-0.6236270070075989,1.9511289596557617,-0.8126069903373718,-1.261646032333374,0.42927300930023193,-0.5937560200691223,-0.3161720037460327,1.0244410037994385,-0.6527389883995056,-0.6809239983558655,-0.1777929961681366,-1.3632949590682983,0.8104910254478455,1.029373049736023,0.8892250061035156,0.7111579775810242,1.1255860328674316,0.9299399852752686,0.5774570107460022,0.4007500112056732,0.3767009973526001,-1.1754939556121826,0.9158939719200134,0.9162470102310181,-1.2430150508880615,-1.177001953125,0.9282469749450684,0.14278200268745422,-0.15817999839782715,-0.601298987865448,0.07415799796581268,1.0246210098266602,0.19289100170135498,-0.33113399147987366,0.4064750075340271,-1.186730980873108,0.4172250032424927,-0.4943290054798126,-0.960735023021698,-0.29194000363349915,-2.1325230598449707,1.4758570194244385,0.11766800284385681,1.7774510383605957,-0.8975949883460999,-0.10177599638700485,1.9862370491027832,0.5228670239448547,0.18540999293327332,0.0706460028886795,0.883089005947113,-1.861225962638855,-1.7503050565719604,-0.3320150077342987,0.8947070240974426,0.7933499813079834,0.6527659893035889,-0.6583170294761658,-1.059509038925171,-0.5376120209693909,0.5783489942550659,-1.2229410409927368,-1.0946290493011475,-0.4644019901752472,-0.4939649999141693,1.9750440120697021,-0.42028599977493286,-1.202697992324829,2.2237091064453125,-1.4216840267181396,-1.8167810440063477,1.1912859678268433,-0.3655470013618469,1.6438599824905396,-0.4754610061645508,-1.3047629594802856,-0.9397590160369873,0.057833001017570496,-0.48455798625946045,-1.671023964881897,-1.1594090461730957,0.46102601289749146,0.6536229848861694,1.0256390571594238,-1.0719300508499146,-1.0743709802627563,1.7441710233688354,-1.1160739660263062,-1.1563160419464111,0.612742006778717,1.6043360233306885,0.28914201259613037,0.407135009765625,-0.8842700123786926,-0.18566599488258362,0.06102000176906586,0.7367249727249146,-1.5785000324249268,0.6618419885635376,-1.2228339910507202,-1.1112780570983887,-1.1198010444641113,-1.113055944442749,-0.826125979423523,0.335207998752594,0.3458400070667267,-0.9655249714851379,-1.2653850317001343,0.5382879972457886,0.6276739835739136,0.6758350133895874,0.815650999546051,1.0898760557174683,-0.5902910232543945,0.6675140261650085,-1.7156070470809937,0.20523299276828766,2.4179270267486572,0.25770699977874756,1.0953060388565063,-1.2846200466156006,0.5381069779396057,1.0126429796218872,2.3299410343170166,-1.2618850469589233,-0.31576499342918396,0.03893499821424484,-0.08215200155973434,0.02393300086259842,-0.009655999951064587,-0.004623000044375658,-0.04696200042963028,0.48171699047088623,-1.7620580196380615,-2.085400104522705,-0.8641840219497681,-0.26062899827957153,-1.2939809560775757,0.531171977519989,0.8422300219535828,0.7378090023994446,0.7390120029449463,1.138018012046814,0.7593439817428589,-0.8634390234947205,-0.295397013425827,0.3940019905567169,0.00762300007045269,-0.38356098532676697,-1.0618560314178467,-2.503174066543579,-2.489661931991577,-0.8315050005912781,-1.1789560317993164,-1.220947027206421,-1.2372380495071411,0.17171500623226166,0.7506089806556702,-1.2173980474472046,0.09625899791717529,1.589352011680603,-0.043731000274419785,-1.3322319984436035,-0.39588800072669983,-0.28170400857925415,-0.6947780251502991,0.44031399488449097,2.7532920837402344,-0.33468300104141235,0.9264199733734131,1.7577500343322754,1.748088002204895,1.756917953491211,-1.1342560052871704,0.33795198798179626,1.2086130380630493,-1.2660210132598877,-0.5992770195007324,1.9031610488891602,0.3702299892902374,-1.3210090398788452,1.8779979944229126,0.2908560037612915,-0.21324700117111206,-1.4203250408172607,-0.676895022392273,-0.08169099688529968,0.39517998695373535,-1.825103998184204,0.6508640050888062,0.16135400533676147,2.40118408203125,-0.15926900506019592,0.48622000217437744,-1.0833159685134888,-0.19198399782180786,-0.6683409810066223,2.7485809326171875,0.8563730120658875,0.3596380054950714,0.07978399842977524,-0.49652099609375,-1.2245409488677979,-0.043768998235464096,-1.1173659563064575,-0.7576959729194641,0.24821500480175018,0.5589709877967834,-0.6745240092277527,-1.9656089544296265,0.8168330192565918,0.5741119980812073,-0.5844200253486633,0.3307119905948639,0.49553099274635315,-1.1822969913482666,-0.3174859881401062,1.1166499853134155,0.06912200152873993,0.6740109920501709,-0.9615939855575562,0.18535399436950684,-1.1039689779281616,-1.3046189546585083,0.40116599202156067,-1.604522943496704,-1.840667963027954,-1.5010889768600464,0.9505490064620972,-1.4208569526672363,-1.150259017944336,-1.043131947517395,-0.01669600047171116,1.0955389738082886,0.6158369779586792,-1.5390379428863525,-1.1817430257797241,-1.823760986328125,0.9053040146827698,-0.776977002620697,-0.8199189901351929,-0.17890900373458862,-1.3920120000839233,-0.28626999258995056,1.1374319791793823,0.9009699821472168,-0.38443899154663086,1.1759250164031982,-2.2933859825134277,-0.6506680250167847,-0.915198028087616,0.38928601145744324,-1.0654139518737793,-0.09225499629974365,-0.6941819787025452,2.8331758975982666,0.26359400153160095,-1.0211100578308105,0.3507309854030609,0.8274940252304077,-0.6343179941177368,0.6226009726524353,-0.11232099682092667,-0.3467249870300293,-1.2191309928894043,-0.9228029847145081,1.677353024482727,-0.9392709732055664,0.6204410195350647,-0.16338199377059937,-0.6208130121231079,0.3829990029335022,-0.6800900101661682,0.8222429752349854,0.977171003818512,-1.3477710485458374,-0.4894450008869171,-0.6351270079612732,-0.09219399839639664,0.6089670062065125,0.509423017501831,0.1870270073413849,2.7790629863739014,-1.3266090154647827,-1.3126089572906494,-0.04650900140404701,0.3107759952545166,-0.8340029716491699,-1.35691499710083,0.8429009914398193,0.8919829726219177,-1.6666259765625,0.7548199892044067,0.6843799948692322,-1.3342770338058472,0.7051849961280823,-0.22213299572467804,1.1062309741973877,0.13374699652194977,-0.6785479784011841,1.7675670385360718,-0.023801999166607857,-0.13163399696350098,-0.20216700434684753,-0.1393129974603653,2.0742781162261963,1.0518770217895508,0.8280090093612671,-0.7025880217552185,-0.9858540296554565,-0.5467919707298279,-0.945809006690979,0.6146360039710999,-1.2897169589996338,-0.05739700049161911,-1.0945099592208862,-0.257876992225647,0.775501012802124,-1.24480402469635,0.7348669767379761,0.6344479918479919,0.9302800297737122,0.6155750155448914,0.12121599912643433,-0.17913000285625458,-1.5567400455474854,-1.6163330078125,-1.1579509973526,-0.9685990214347839,-1.2056230306625366,-1.2081760168075562,-1.4604560136795044,-0.41401100158691406,-0.5463389754295349,-0.4726119935512543,-1.1741509437561035,1.5031729936599731,-0.9564930200576782,-0.6657969951629639,2.3069000244140625,1.8857699632644653,0.2885670065879822,1.0888619422912598,0.8086069822311401,-0.6821179986000061,0.42216700315475464,-0.35155001282691956,-1.262302041053772,-1.1606260538101196,0.4413360059261322,-0.19081200659275055,-0.6196060180664062,-0.9127179980278015,-1.8405799865722656,-2.269155979156494,-2.26857590675354,0.22478799521923065,1.0874899625778198,-0.45925799012184143,-0.8091560006141663,-0.7802039980888367,-0.7385839819908142,-0.41465601325035095,0.875016987323761,0.8979210257530212,0.9008060097694397,-1.1896270513534546,-0.3333359956741333,1.902001976966858,-0.09870900213718414,0.9221320152282715,-1.173313021659851,-0.9160289764404297,0.9205089807510376,-0.10161899775266647,-1.3193650245666504,-1.0991309881210327,1.7260760068893433,0.5238620042800903,-0.01787099987268448,-0.7845990061759949,0.7545089721679688,0.3854309916496277,1.0193430185317993,-0.5294340252876282,-0.9726179838180542,0.7541000247001648,0.48127999901771545,0.8674399852752686,1.2665070295333862,0.14732299745082855,0.8284900188446045,-0.3108009994029999,-0.9898130297660828,1.813899040222168,-1.3356499671936035,1.1609770059585571,-0.13272899389266968,-0.21562300622463226,0.4918789863586426,-1.257053017616272,-1.2194880247116089,0.6152759790420532,-0.48079198598861694,-0.2759830057621002,0.7794240117073059,-0.8925859928131104,-0.9406530261039734,0.0218959990888834,-0.960893988609314,0.8923599720001221,1.0693659782409668,-0.8115109801292419,-0.3383989930152893,-0.09587500244379044,0.300821989774704,-0.09647399932146072,-0.6997590065002441,-0.6055359840393066,-0.7960109710693359,0.8944860100746155,0.7713549733161926,-1.2486259937286377,-0.28237199783325195,-0.568701982498169,0.7820900082588196,-0.45189300179481506,0.6318309903144836,0.4242660105228424,1.9759219884872437,1.1122349500656128,-1.6272790431976318,2.2073769569396973,2.252108097076416,-0.22090399265289307,-0.7144489884376526,-0.9193519949913025,1.2018959522247314,-0.11722499877214432,-0.18626399338245392,-2.1239469051361084,-0.11080899834632874,-1.299901008605957,-0.8757230043411255,-1.156283974647522,-0.6686630249023438,-1.327712059020996,0.8579390048980713,0.5716400146484375,-0.9339529871940613,0.47831401228904724,0.6363880038261414,0.6485940217971802,-0.8186870217323303,1.7756580114364624,1.128082036972046,0.6695060133934021,1.197553038597107,-0.5579959750175476,-1.027758002281189,1.1353600025177002,-0.11917400360107422,0.9607930183410645,-0.2811630070209503,0.39384201169013977,0.9438459873199463,-1.4727089405059814,-1.240623950958252,-1.2346919775009155,1.7664589881896973,-0.04146600142121315,0.17607800662517548,-0.42419499158859253,-0.44613298773765564,-0.22479699552059174,-1.4055709838867188,-0.1127609983086586,1.4856189489364624,1.0451509952545166,-0.2255229949951172,0.22603900730609894,0.36605098843574524,0.8440179824829102,-1.8966059684753418,-0.5389099717140198,-1.178473949432373,-0.45746999979019165,1.560431957244873,1.22576904296875,0.6871730089187622,-0.972042977809906,-0.6374310255050659,0.5510749816894531,0.19762399792671204,-0.2886959910392761,0.5877339839935303,-0.4399319887161255,0.13806800544261932,-0.36116600036621094,0.649258017539978,-1.4580750465393066,2.0901660919189453,-0.49940499663352966,-0.6932830214500427,2.0083770751953125,0.7560309767723083,0.19295400381088257,0.8568729758262634,-0.2793160080909729,-0.17369499802589417,2.1155500411987305,-0.45921099185943604,-1.7758790254592896,0.6304889917373657,0.4683929979801178,0.19286799430847168,-1.2803950309753418,0.7917180061340332,-0.5567579865455627,-1.131824016571045,-1.1794450283050537,-1.133147954940796,-0.1604679971933365,0.6215429902076721,2.2426300048828125,-1.3135329484939575,-0.8931660056114197,-0.20649200677871704,2.5650479793548584,2.084625005722046,1.1674870252609253,-0.35381001234054565,-0.553367018699646,-1.1468349695205688,1.1791900396347046,0.11999599635601044,-0.4281019866466522,0.7858629822731018,0.9458349943161011,-1.2397119998931885,-1.8273299932479858,1.2397270202636719,-1.042747974395752,-1.0150699615478516,0.042511001229286194,-0.9735299944877625,-0.6003890037536621,-1.7335619926452637,-0.1830729991197586,0.6647970080375671,1.178352952003479,-1.2753909826278687,-0.9109349846839905,0.7013980150222778,-0.6154029965400696,-2.2742159366607666,-0.03585699945688248,-0.9890760183334351,-1.051169991493225,-0.07284899801015854,0.26552098989486694,-0.20813299715518951,-0.4068149924278259,-1.0823129415512085,2.2318060398101807,-0.7348510026931763,0.4405770003795624,0.3629379868507385,-0.9763799905776978,-0.31479498744010925,-1.568626046180725,-2.0391829013824463,1.2260040044784546,1.0179469585418701,2.747040033340454,0.04567600041627884,0.2722350060939789,-0.2179819941520691,0.7023339867591858,2.7619009017944336,-0.8708810210227966,1.8982069492340088,0.5217900276184082,2.715488910675049,-0.6253460049629211,0.10446400195360184,0.1790499985218048,-1.0707440376281738,0.9143369793891907,-1.3298879861831665,-0.06594999879598618,0.3497590124607086,-1.05377197265625,0.8646519780158997,1.8341859579086304,0.16491299867630005,0.4010609984397888,0.45152801275253296,-0.5957959890365601,-0.8233950138092041,0.9494779706001282,-0.6292619705200195,1.0191800594329834,1.0458979606628418,0.9253230094909668,0.9455260038375854,1.6626160144805908,0.7732260227203369,-0.0522800013422966,0.7397069931030273,1.139083981513977,-0.2528809905052185,0.046730998903512955,-0.39410400390625,-0.8478519916534424,0.5312880277633667,-1.0062249898910522,-0.7798669934272766,2.044862985610962,1.0279539823532104,-1.2126480340957642,-0.825747013092041,0.5527359843254089,-0.009957999922335148,-2.1507339477539062,0.2542870044708252,0.22143900394439697,0.0717340037226677,0.17334899306297302,-1.192518949508667,1.798967957496643,-0.2822270095348358,1.594660997390747,0.8506109714508057,-0.8337870240211487,-0.8537790179252625,-1.069385051727295,0.7509160041809082,1.296610951423645,-0.08627899736166,0.6100170016288757,0.6440209746360779,-0.34477901458740234,0.785306990146637,1.400136947631836,-1.346176028251648,-0.5968779921531677,0.9772289991378784,0.38380900025367737,1.0989500284194946,0.618927001953125,-0.03376000002026558,-1.5867329835891724,1.2761549949645996,0.49908798933029175,0.48749101161956787,-0.030323000624775887,-0.6564379930496216,0.32791000604629517,-0.7066320180892944,-0.9620850086212158,-0.5791019797325134,-0.052848998457193375,-0.057656001299619675,1.7035739421844482,0.2864690124988556,0.31436100602149963,0.42076000571250916,-1.7089450359344482,-0.7117999792098999,-1.447983980178833,1.9768199920654297,-1.3339719772338867,-0.34956398606300354,-0.19779199361801147,-1.162660002708435,0.8261719942092896,-0.9095029830932617,-0.10675700008869171,-2.5065810680389404,0.5537019968032837,-0.3132230043411255,0.27306699752807617,-0.22518299520015717,-1.2208839654922485,-0.8929749727249146,0.9883909821510315,1.778960943222046,-0.4175359904766083,-0.4280639886856079,1.2513339519500732,-0.9774100184440613,-0.4657039940357208,-0.9211009740829468,-1.1203219890594482,1.1164649724960327,2.4838290214538574,1.189789056777954,1.3127449750900269,-0.6595879793167114,-0.490447998046875,1.2501749992370605,-1.18231201171875,-0.8869940042495728,0.31974899768829346,2.2023699283599854,2.091278076171875,-0.9933260083198547,-0.6905189752578735,-1.2428079843521118,-0.7269219756126404,0.0205719992518425,0.40954598784446716,-1.2920069694519043,0.8029189705848694,0.8070300221443176,1.166053056716919,-0.2805649936199188,2.8974609375,-0.907588005065918,-0.896344006061554,0.21027199923992157,0.4163089990615845,-1.1548140048980713,1.0071229934692383,0.9832490086555481,-0.4227589964866638,1.800902009010315,0.8606089949607849,-1.0911799669265747,-0.037870001047849655,0.01319700013846159,0.9817079901695251,0.9711509943008423,0.8151779770851135,0.28192099928855896,1.8117979764938354,-0.8713570237159729,1.1706420183181763,0.6251019835472107,1.7211689949035645,-0.24887099862098694,-1.1282520294189453,0.4548740088939667,0.7025399804115295,1.0208539962768555,0.5207210183143616,-1.146630048751831,0.5191140174865723,0.25613099336624146,0.23720699548721313,-0.5050380229949951,0.6264650225639343,0.5985869765281677,0.7899450063705444,-1.604086995124817,-1.1635940074920654,-0.572380006313324,-1.2137049436569214,-1.1382160186767578,-0.6624500155448914,1.6822459697723389,-0.7683770060539246,1.7894799709320068,0.42943599820137024,-0.3016749918460846,-0.4955520033836365,0.8576859831809998,0.7282230257987976,0.7443240284919739,-0.3433060050010681,-0.3985320031642914,0.7175920009613037,0.5706409811973572,-0.9785280227661133,-0.8726670145988464,-0.26998400688171387,1.0872960090637207,-0.25947999954223633,-1.3295849561691284,2.792004108428955,0.21629899740219116,-1.2857609987258911,1.899878978729248,0.894241988658905,-0.7587990164756775,0.7093290090560913,0.7680109739303589,-0.2740350067615509,2.566934108734131,-1.0884779691696167,0.6876779794692993,-1.2962110042572021,0.8665760159492493,0.8546959757804871,-0.21445000171661377,-0.6689659953117371,0.016222000122070312,-0.19065499305725098,0.15039800107479095,0.8532930016517639,-0.5416679978370667,-1.1185840368270874,-1.5778659582138062,-0.5996869802474976,-2.313760995864868,1.5538179874420166,-1.3401360511779785,-1.3295329809188843,1.0133470296859741,-0.2967979907989502,-0.3095090091228485,0.8818479776382446,0.4514639973640442,0.24833500385284424,-0.09734799712896347,-0.7819709777832031,-1.287922978401184,-1.88053297996521,-0.9695590138435364,-1.5891129970550537,1.5691380500793457,0.9987000226974487,1.0436789989471436,1.0057690143585205,0.9982849955558777,0.4406290054321289,1.535282015800476,0.460207998752594,-0.01107800006866455,0.25180599093437195,2.8272249698638916,0.5609779953956604,0.21799500286579132,0.17783699929714203,-0.7649310231208801,0.9509549736976624,-0.8942649960517883,-1.176339030265808,-1.1404730081558228,-1.1811059713363647,2.412846088409424,0.14801199734210968,1.661376953125,-0.6910790205001831,0.9644399881362915,-0.897271990776062,0.09890300035476685,0.09729000180959702,1.030979037284851,-1.5923999547958374,-1.5557399988174438,-1.563689947128296,1.0222200155258179,-1.1535149812698364,0.9725919961929321,-1.235285997390747,0.4196169972419739,1.1685030460357666,0.09627500176429749,0.10405000299215317,0.9464970231056213,-0.667972981929779,-1.6458189487457275,0.03319400176405907,-0.6910359859466553,-0.6997020244598389,-1.3234020471572876,1.257277011871338,-0.11050400137901306,-0.14921599626541138,0.312283992767334,-0.40341898798942566,1.739135980606079,1.720479965209961,1.0969929695129395,1.1226149797439575,-1.2901220321655273,-1.2651430368423462,0.15837900340557098,2.7056570053100586,-0.4203679859638214,-0.4349910020828247,0.4225980043411255,-0.6179119944572449,2.737265110015869,-0.400287002325058,0.2743459939956665,-0.5678480267524719,-2.0919570922851562,-0.9349439740180969,2.4822170734405518,-0.6839470267295837,-0.6428980231285095,0.6899110078811646,-0.9388120174407959,-0.2169640064239502,1.0821900367736816,1.1137700080871582,-0.1418910026550293,-0.7832689881324768,-0.03455900028347969,-1.2085100412368774,1.5316510200500488,-0.33997100591659546,-0.9541739821434021,0.31232601404190063,-1.023895025253296,-1.0537110567092896,-0.43171900510787964,0.25681498646736145,-0.24397599697113037,-0.35494399070739746,1.7911609411239624,0.902866005897522,-0.1856209933757782,-0.7187979817390442,-0.8493049740791321,1.2588269710540771,-0.9241470098495483,-1.7165260314941406,0.9706419706344604,2.2676470279693604,-0.2857770025730133,1.0408530235290527,1.031823992729187,-0.19185200333595276,1.3852870464324951,0.8789370059967041,2.768440008163452,0.09179399907588959,-0.05274700000882149,2.1096460819244385,0.4846409857273102,-0.4755469858646393,-0.500898003578186,-0.931052029132843,-1.3077620267868042,-1.0208929777145386,-0.40285399556159973,0.2580280005931854,-2.3013739585876465,0.7931979894638062,0.25242599844932556,1.017454981803894,-0.7167119979858398,0.7603579759597778,-1.146301031112671,-1.3141429424285889,-0.5916159749031067,2.1862690448760986,0.7700560092926025,-0.662024974822998,-1.0618209838867188,0.3846220076084137,1.4940509796142578,1.8401739597320557,2.1553730964660645,-0.9084439873695374,1.7981109619140625,1.2598400115966797,0.6999369859695435,-1.147570013999939,0.9093570113182068,-1.3218079805374146,-1.3130040168762207,-1.0166020393371582,-0.12875300645828247,-0.45393800735473633,0.774931013584137,0.4717099964618683,-0.6387150287628174,-1.0286140441894531,0.24584999680519104,-0.5907840132713318,-0.24519699811935425,2.7253799438476562,-1.188843011856079,0.7915719747543335,-0.3195509910583496,-0.9877020120620728,2.4858670234680176,1.0018620491027832,0.5296859741210938,0.357914000749588,0.15133699774742126,-1.2388310432434082,-0.3783529996871948,1.6098510026931763,-1.1097869873046875,0.3359990119934082,-0.8123260140419006,1.7407679557800293,-2.0913169384002686,1.76488196849823,-1.2742849588394165,0.35966700315475464,-0.5990489721298218,0.11255300045013428,0.260140985250473,0.7518550157546997,-0.6001840233802795,-1.3377560377120972,-0.5411829948425293,-0.8186420202255249,0.9350590109825134,0.8625670075416565,0.8924890160560608,0.6054390072822571,-1.5000319480895996,-1.1343539953231812,1.9788990020751953,-1.193395972251892,0.7355729937553406,1.0146390199661255,0.750819981098175,0.6159899830818176,0.6000149846076965,1.1342610120773315,-0.4054270088672638,-0.3312529921531677,-1.0255039930343628,-0.9047729969024658,-1.070917010307312,2.1091160774230957,-0.4865109920501709,-0.7029420137405396,0.4644010066986084,0.9793699979782104,-2.0249810218811035,-0.6180760264396667,-1.3010400533676147,0.09648299962282181,0.29708901047706604,-1.1217290163040161,-0.2165050059556961,-0.689624011516571,-0.8075559735298157,-2.282989978790283,-1.2501260042190552,-1.6594699621200562,-1.1546169519424438,-1.1247429847717285,-2.4148058891296387,-2.256469964981079,-0.6527559757232666,2.6387460231781006,2.1017038822174072,0.2917349934577942,0.21989400684833527,1.1276299953460693,-0.13177500665187836,-1.468695044517517,1.2213079929351807,0.9349570274353027,-0.15102800726890564,-1.1244549751281738,0.6504870057106018,0.13769599795341492,-0.38790300488471985,2.1071619987487793,-2.275294065475464,-0.5522649884223938,-2.0999529361724854,-1.181198000907898,-1.2432899475097656,-2.3025050163269043,1.048293948173523,-1.0504180192947388,-0.2241930067539215,2.2316970825195312,-0.15692900121212006,-0.7114940285682678,0.2588390111923218,-0.12951600551605225,-1.0832370519638062,0.47466498613357544,0.7772899866104126,1.443181037902832,1.1496200561523438,0.5500959753990173,-1.654052972793579,-0.5530310273170471,-0.7057560086250305,1.096250057220459,0.5523890256881714,-0.9592750072479248,0.19553199410438538,1.6477129459381104,1.6833670139312744,-1.2985650300979614,0.24341599643230438,-0.22296500205993652,-0.026866000145673752,-0.9615520238876343,-1.001924991607666,-0.6014819741249084,-0.6351249814033508,-1.0947450399398804,0.04956499859690666,-2.231518030166626,-0.41161900758743286,-0.4792709946632385,-1.411849021911621,0.15474699437618256,1.2395260334014893,0.3262830078601837,1.264930009841919,1.1250449419021606,-1.0076600313186646,-0.1040399968624115,-1.1864010095596313,1.9638609886169434,-0.08083800226449966,-0.1392350047826767,-0.10051699727773666,0.16787700355052948,-1.0593409538269043,0.6386079788208008,-1.0569219589233398,-0.6793339848518372,-1.86006498336792,2.6804890632629395,0.5951610207557678,0.507070004940033,0.10652600228786469,-1.121124029159546,-0.14749500155448914,0.5143190026283264,1.9597320556640625,-1.181717038154602,-1.0225369930267334,0.6085910201072693,2.5985710620880127,-0.8155609965324402,-0.7778519988059998,-0.37359198927879333,0.9818729758262634,0.06604599952697754,-0.09532199800014496,-1.453449010848999,-1.722458004951477,-1.5999829769134521,-1.0671160221099854,-0.6434699892997742,-1.2604939937591553,-1.2398279905319214,-0.067221999168396,0.7603510022163391,-1.0811179876327515,1.304824948310852,-1.001904010772705,-0.7200850248336792,-0.7006160020828247,-1.5449299812316895,0.9765310287475586,0.041703000664711,0.25478100776672363,1.6361809968948364,-1.209854006767273,-1.0199710130691528,-0.5103930234909058,0.9335790276527405,0.8359320163726807,-0.7082740068435669,0.5146499872207642,-1.5160349607467651,-1.213989019393921,-1.0247819423675537,-1.1412279605865479,-1.23368501663208,1.3586119413375854,-0.9649620056152344,-1.2780580520629883,2.4829978942871094,-1.6382559537887573,2.270181894302368,-0.15444600582122803,0.30175501108169556,1.4648749828338623,-0.7925950288772583,-0.36833900213241577,-1.1410059928894043,-1.171288013458252,-2.132507085800171,-0.5746269822120667,-0.8657829761505127,-1.2153040170669556,-0.922698974609375,-0.6401200294494629,-0.6911020278930664,-0.3737089931964874,-1.7964320182800293,-0.5025519728660583,-1.1432310342788696,-1.2780649662017822,1.1682770252227783,1.1663730144500732,0.11170099675655365,-0.20411700010299683,-0.9010879993438721,-1.279162049293518,-1.7769620418548584,-0.9093319773674011,1.3647470474243164,-1.0311729907989502,2.7693281173706055,0.7513930201530457,-1.5505770444869995,-0.5141370296478271,0.16267399489879608,0.3774009943008423,0.8346310257911682,2.1202750205993652,0.682640016078949,-0.7186779975891113,-0.8429409861564636,0.010654999874532223,-0.6119030117988586,1.0353009700775146,-0.22565299272537231,0.4376409947872162,-1.1951279640197754,0.22295500338077545,1.7919809818267822,0.7645419836044312,0.7860739827156067,0.09092400223016739,0.14157800376415253,0.5861080288887024,0.11769700050354004,-0.09699200093746185,-1.2159709930419922,0.6110739707946777,2.5069539546966553,-0.40456101298332214,1.9420139789581299,2.3974509239196777,0.515779972076416,0.49362000823020935,0.5659030079841614,-0.9380350112915039,-1.2822500467300415,-1.2437920570373535,0.5735750198364258,-0.15899300575256348,-0.24981999397277832,-1.039551019668579,-0.9961550235748291,0.5928120017051697,-0.5725870132446289,-0.23551900684833527,-0.18437999486923218,-0.2186030000448227,-2.3890669345855713,-1.9317469596862793,0.7941020131111145,-1.3160710334777832,0.19592200219631195,-0.1322149932384491,1.521731972694397,-0.4533259868621826,1.9146039485931396,0.9835910201072693,-0.7750179767608643,-0.5850679874420166,1.2610249519348145,-0.29628801345825195,0.763945996761322,-0.7424690127372742,-1.107347011566162,1.739501953125,1.3891099691390991,2.2834270000457764,0.7967240214347839,-0.9534609913825989,0.9393929839134216,0.5527700185775757,2.892772912979126,0.1716099977493286,0.15690599381923676,0.44116300344467163,1.0708550214767456,-1.3892940282821655,-0.24377399682998657,-1.2126049995422363,-1.4506109952926636,-2.066314935684204,0.2371390014886856,-0.7564060091972351,-0.4844050109386444,0.9740539789199829,-0.6380299925804138,-0.6343910098075867,-2.415009021759033,1.9476170539855957,-0.9617429971694946,0.9193199872970581,-0.07543399930000305,0.6890900135040283,0.9057999849319458,0.2368530035018921,-0.5258740186691284,0.1177230030298233,0.983718991279602,1.057893991470337,-0.10365500301122665,2.8156940937042236,1.120352029800415,0.8801890015602112,-0.18482300639152527,-1.1205719709396362,-0.6579329967498779,0.48089900612831116,-1.0636869668960571,-0.7729889750480652,-0.9786040186882019,0.9633910059928894,0.5338960289955139,-1.3211979866027832,-0.7597569823265076,-0.601095974445343,-0.5732750296592712,0.9083619713783264,-0.9876400232315063,2.6350560188293457,-0.9615830183029175,0.6588789820671082,-0.5351999998092651,0.15464499592781067,1.1853400468826294,0.18549999594688416,-0.5282289981842041,-0.06082500144839287,1.0609990358352661,0.5058019757270813,-0.5338590145111084,-0.6288170218467712,2.0560359954833984,0.2655009925365448,0.06518299877643585,-0.816444993019104,0.2400989979505539,0.24401900172233582,0.9829490184783936,-1.1263840198516846,0.8703609704971313,0.8624730110168457,1.747238039970398,0.7098559737205505,-2.446320056915283,-0.2753489911556244,-0.6697800159454346,0.5845400094985962,-0.9384599924087524,-1.051116943359375,-1.2807530164718628,-1.1680890321731567,-1.4373669624328613,-0.8877969980239868,1.4460599422454834,-0.31505998969078064,0.8641350269317627,0.048471998423337936,0.9780840277671814,0.8789200186729431,2.0097029209136963,0.6640899777412415,-0.7077199816703796,0.6627320051193237,0.5566750168800354,2.0391459465026855,-0.817736029624939,-0.8791660070419312,-0.7628780007362366,-1.2058680057525635,-1.2717690467834473,0.9303659796714783,-0.456853985786438,1.0021929740905762,1.829498052597046,-0.5567780137062073,-1.298933982849121,-0.5716339945793152,-1.248445987701416,0.955498993396759,1.2561249732971191,-1.3263059854507446,-0.9775400161743164,-1.0666569471359253,-0.08960500359535217,-0.4043329954147339,1.3632949590682983,0.7787160277366638,0.030875999480485916,-1.2648730278015137,-0.9258999824523926,-0.059473998844623566,-1.2097300291061401,0.018278999254107475,1.996001958847046,0.3089410066604614,-0.5494369864463806,0.8600969910621643,-0.8612989783287048,2.3206748962402344,1.5900310277938843,1.7027889490127563,-1.1094110012054443,-1.0305570363998413,0.9715530276298523,1.188783049583435,-0.5010989904403687,-1.88898503780365,0.4022830128669739,-0.9317169785499573,0.00203699991106987,-0.9033510088920593,-0.10035599768161774,2.736082077026367,-2.3868520259857178,1.1697289943695068,-0.3825230002403259,-0.36963701248168945,0.0920799970626831,0.48919299244880676,-0.4801500141620636,1.3483920097351074,0.11560700088739395,0.5306190252304077,-0.36686599254608154,-1.0729000568389893,0.7210569977760315,2.3904929161071777,-0.8326420187950134,1.180253028869629,0.24276700615882874,-0.060189999639987946,-1.0101120471954346,0.37000900506973267,1.7017560005187988,-0.8338000178337097,1.0427249670028687,-1.2904399633407593,-1.6861419677734375,1.206984043121338,-1.0933970212936401,1.635614037513733,-0.7575269937515259,1.534005045890808,0.9381260275840759,1.5319420099258423,1.9261740446090698,-0.6979809999465942,-1.1875489950180054,0.39295798540115356,1.522449016571045,-0.2938160002231598,0.003108999924734235,1.289175033569336,-0.6812739968299866,-0.41299501061439514,-1.16342294216156,0.6553630232810974,-0.20900000631809235,0.21869899332523346,0.9166139960289001,-0.9377740025520325,-0.1743669956922531,-1.0394400358200073,-1.103958010673523,0.8778640031814575,-1.0026400089263916,-1.1094770431518555,2.2418899536132812,0.7597540020942688,0.7411620020866394,0.7212070226669312,1.8793050050735474,-0.9499049782752991,-0.9009550213813782,-2.155848979949951,0.8956769704818726,2.408555030822754,-1.1996300220489502,2.1097910404205322,-0.6527140140533447,-2.4530580043792725,-1.4838600158691406,-0.6488080024719238,2.2624359130859375,0.08209399878978729,-1.2073349952697754,1.8584229946136475,-0.8857920169830322,1.2275819778442383,0.8971329927444458,0.31407201290130615,2.789763927459717,2.531585931777954,-0.9083729982376099,0.4041520059108734,-1.0523380041122437,-0.8483729958534241,0.25040799379348755,-0.29732200503349304,-1.8260940313339233,-1.8911089897155762,1.0139520168304443,0.19041000306606293,-0.9336640238761902,1.0295549631118774,-0.1443209946155548,0.5960860252380371,0.7858459949493408,-1.2232669591903687,0.1251019984483719,-0.8936610221862793,-0.7972660064697266,0.0540819987654686,1.7429200410842896,1.1334459781646729,0.8828669786453247,-1.7201449871063232,-1.3450759649276733,0.05401900038123131,2.501128911972046,0.3040350079536438,1.3414009809494019,0.2972800135612488,0.2949720025062561,1.1579489707946777,-0.7320960164070129,-0.3141219913959503,0.9906539916992188,-1.2207030057907104,-1.1925870180130005,-0.3507609963417053,0.33029699325561523,-1.201904058456421,-1.2026209831237793,0.8153989911079407,-0.2194419950246811,0.5038750171661377,-1.0335370302200317,-0.8428639769554138,-0.09518600255250931,0.4542919993400574,-0.940405011177063,-0.8502010107040405,-2.034730911254883,-0.5050709843635559,-1.2607669830322266,-1.331367015838623,2.060457944869995,0.40323999524116516,0.42049700021743774,-0.941752016544342,-1.0685850381851196,1.062643051147461,-2.1914639472961426,2.875854015350342,1.3114080429077148,-0.42254799604415894,-0.6040250062942505,0.5223079919815063,1.2702549695968628,-0.1850530058145523,0.6829720139503479,0.7134529948234558,2.1401219367980957,-0.8040840029716492,0.2522610127925873,-0.31431400775909424,-0.5014690160751343,-1.1268199682235718,-1.0584659576416016,-1.198058009147644,-1.1604859828948975,-0.8884909749031067,-0.36507099866867065,1.7265909910202026,-0.9209399819374084,0.14058299362659454,-0.2441679984331131,2.323038101196289,-1.7921279668807983,-0.268530011177063,-0.5765129923820496,-0.7023159861564636,-1.3047840595245361,0.8796949982643127,-1.2634129524230957,-2.181067943572998,-0.885021984577179,-0.8488860130310059,0.14275400340557098,0.1570969969034195,-1.8747329711914062,-0.6795120239257812,-0.5470489859580994,0.8443989753723145,0.5646979808807373,-0.7484869956970215,2.291969060897827,1.9158350229263306,-1.4111210107803345,1.0801700353622437,-0.138497993350029,-1.176596999168396,0.32179298996925354,0.5345249772071838,-0.5885030031204224,0.17957499623298645,-0.11563000082969666,-1.2590680122375488,1.8793489933013916,-1.1455769538879395,0.43216100335121155,-1.8772079944610596,2.0469870567321777,0.4644179940223694,-0.3861120045185089,-0.885932981967926,-1.1058000326156616,-1.0847779512405396,1.2011719942092896,0.5835989713668823,-0.3784329891204834,-1.6773359775543213,0.8370659947395325,-0.8763750195503235,1.9009089469909668,2.2461318969726562,0.35813501477241516,1.0607320070266724,-0.2343049943447113,-0.5620430111885071,1.5987659692764282,2.3680551052093506,-0.4186280071735382,0.6909329891204834,1.67085599899292,1.2587389945983887,-0.5388969779014587,-0.19684599339962006,-1.0326329469680786,0.35822999477386475,-0.45159101486206055,-0.2626839876174927,-0.11242300271987915,0.881604015827179,0.17065800726413727,-1.2495830059051514,-0.8602219820022583,0.13982999324798584,0.6410030126571655,0.8697299957275391,-0.5130559802055359,-0.6466590166091919,-0.648518979549408,0.3289409875869751,-0.7529749870300293,0.3240729868412018,-0.02075199969112873,-1.1535099744796753,-1.6068609952926636,-0.832489013671875,-0.6011949777603149,0.7837600111961365,0.695127010345459,0.003711000084877014,-1.9040570259094238,-0.6934900283813477,1.0529890060424805,-0.38494300842285156,0.08358100056648254,2.1503539085388184,0.4195779860019684,0.7608339786529541,1.7112209796905518,0.29381701350212097,2.8426289558410645,0.7020609974861145,-0.5839759707450867,-0.6420120000839233,2.158950090408325,2.1299901008605957,-1.0477420091629028,1.0757759809494019,1.4636369943618774,1.2623859643936157,-0.933525025844574,-1.6152180433273315,-0.386709988117218,1.540084958076477,-1.2821470499038696,0.41913899779319763,2.4941890239715576,0.2062159925699234,-0.27206099033355713,2.154165029525757,0.31421101093292236,0.11905699968338013,1.4046649932861328,1.2495709657669067,2.164642095565796,-1.8815770149230957,0.8946930170059204,-0.4608060121536255,-1.4434510469436646,-0.2792919874191284,0.5031440258026123,2.0703160762786865,0.3861750066280365,-0.07755199819803238,-0.23075899481773376,0.520097017288208,0.9470369815826416,1.037750005722046,-1.1531740427017212,-1.8338719606399536,-0.6058279871940613,-1.0866409540176392,1.062209963798523,0.9829099774360657,-1.1154379844665527,1.9079279899597168,2.4199249744415283,0.7854229807853699,1.7381739616394043,1.8207499980926514,-0.9971429705619812,1.7369649410247803,-0.6761320233345032,-1.0206220149993896,-0.9208639860153198,0.8027380108833313,-1.3672939538955688,1.216251015663147,0.1415809988975525,0.7753250002861023,0.18487200140953064,2.5770339965820312,-1.0710949897766113,-1.2962470054626465,-0.03516799956560135,0.33422601222991943,0.3803020119667053,0.40054699778556824,-0.5065069794654846,0.6750940084457397,-1.23990797996521,0.007034000009298325,2.844672918319702,-0.09703599661588669,-0.45684000849723816,-1.178035020828247,-0.5150560140609741,1.7182389497756958,0.8959559798240662,0.8784469962120056,-0.5817530155181885,-0.818576991558075,1.0241520404815674,-0.4112130105495453,-0.9113180041313171,0.8037289977073669,1.4685059785842896,-0.7511090040206909,-1.086326003074646,1.221397042274475,0.26337799429893494,-0.5695440173149109,-0.7302970290184021,1.6857949495315552,-0.5330420136451721,0.6627039909362793,-0.0774729996919632,-0.05791499838232994,-1.867218017578125,-1.3389359712600708,2.1295011043548584,0.2690640091896057,-0.758135974407196,1.669437050819397,0.2738339900970459,-1.056946039199829,-1.239456057548523,-1.3160289525985718,-0.534500002861023,0.7219589948654175,-0.8047639727592468,1.3042559623718262,1.641834020614624,1.3168489933013916,0.5612580180168152,-0.9734190106391907,-0.9778379797935486,0.9791690111160278,0.2931559979915619,-1.109565019607544,0.6309599876403809,-0.42960599064826965,1.8823390007019043,0.9704179763793945,-0.7228339910507202,-0.5623229742050171,-0.40429699420928955,-0.11283499747514725,2.836519956588745,1.718986988067627,-0.2614539861679077,-0.8223839998245239,-0.5077160000801086,0.12844599783420563,0.10148700326681137,-0.9172040224075317,0.33306199312210083,0.5897899866104126,0.954164981842041,-1.1763429641723633,-1.1605249643325806,-0.7547799944877625,-0.5969259738922119,-1.2367579936981201,-1.2786489725112915,2.532702922821045,-0.6475510001182556,0.4749799966812134,-1.0182160139083862,-0.5423610210418701,-1.0695379972457886,0.2734510004520416,-0.2588930130004883,-2.141105890274048,-0.9434909820556641,0.3600749969482422,0.36818501353263855,-0.47394898533821106,1.066781997680664,-0.8376330137252808,-0.5126500129699707,-0.8082280158996582,-0.26596298813819885,0.9710360169410706,-0.9993739724159241,1.9244229793548584,0.8272250294685364,0.16034699976444244,-0.3740270137786865,2.0782010555267334,2.102324962615967,2.3279531002044678,0.2281379997730255,2.364258050918579,0.16282500326633453,-1.2046970129013062,1.8279039859771729,1.0231549739837646,-1.064471960067749,0.4253939986228943,0.6252520084381104,2.558458089828491,2.0313220024108887,0.8745399713516235,2.5243849754333496,-0.634585976600647,-0.45531201362609863,0.16968999803066254,-1.0987310409545898,0.6466429829597473,0.7040129899978638,1.7121050357818604,0.3381499946117401,1.3506050109863281,1.0453640222549438,-0.7795739769935608,2.026298999786377,0.9072750210762024,-0.4992330074310303,0.44356799125671387,-1.4799439907073975,-0.019061999395489693,-0.12770099937915802,-1.0548549890518188,-0.7333559989929199,0.802141010761261,0.28923299908638,1.9300349950790405,-0.7141789793968201,-0.9001010060310364,-2.17165207862854,-2.057569980621338,-1.522832989692688,0.7780600190162659,0.829475998878479,0.21303899586200714,2.1551060676574707,-0.4372349977493286,0.04033000022172928,-0.2939079999923706,2.4457759857177734,-2.048224925994873,-2.0301759243011475,0.5036619901657104,0.4534060060977936,-0.7234399914741516,-0.06193099915981293,-1.1146589517593384,-1.0122679471969604,1.1350589990615845,-1.238556981086731,-2.423768997192383,1.0688610076904297,1.1844110488891602,-0.4888460040092468,-2.105674982070923,-0.1877029985189438,0.3838919997215271,2.1658060550689697,-0.6304159760475159,1.540418028831482,-0.12521199882030487,1.8407139778137207,1.2676160335540771,1.056306004524231,-0.805832028388977,0.6202359795570374,0.11337299644947052,0.12066700309515,-0.25522199273109436,-1.067505955696106,-0.5983549952507019,-0.5305560231208801,0.08887500315904617,-0.1452070027589798,0.021889999508857727,1.5893809795379639,-1.1729090213775635,0.6508650183677673,0.4032750129699707,-0.7511969804763794,-0.02774300053715706,0.9093829989433289,-1.1708509922027588,0.09818200021982193,0.05071600154042244,-0.8701509833335876,-1.707916021347046,-0.1845950037240982,0.5880690217018127,-0.41391700506210327,0.9686999917030334,1.9681049585342407,2.0122339725494385,-1.1065670251846313,2.289491891860962,0.35965999960899353,0.0022440000902861357,-0.682843029499054,1.434967041015625,0.734637975692749,-0.8038229942321777,-1.0745960474014282,0.4699450135231018,-1.234894037246704,-1.0954899787902832,0.35801100730895996,-2.058229923248291,1.0253139734268188,-1.1745189428329468,1.071418046951294,-1.0378819704055786,-1.2269710302352905,0.305213987827301,0.473037987947464,-1.2482110261917114,-0.5182949900627136,0.557686984539032,2.635406017303467,-0.2689160108566284,-1.044556975364685,-1.0210119485855103,-0.46952399611473083,0.3159469962120056,0.35746800899505615,1.8027420043945312,1.9785939455032349,-2.176182985305786,-1.194746971130371,-1.2237130403518677,-2.418313980102539,-1.0071419477462769,1.315189003944397,-1.1091020107269287,-0.8600450158119202,1.5430649518966675,0.792743980884552,-1.078927993774414,-1.1389219760894775,1.233536958694458,-1.1804770231246948,1.4054529666900635,-0.916221022605896,-1.2802510261535645,-0.9160079956054688,-0.9660000205039978,1.6525800228118896,0.47793498635292053,-0.9839670062065125,-0.8150299787521362,1.7747650146484375,-1.2266080379486084,-0.8149570226669312,-0.5635600090026855,-1.0046859979629517,-0.018238000571727753,-0.14599600434303284,-1.1308510303497314,0.11091099679470062,-0.32231101393699646,-1.005139946937561,1.9277039766311646,-1.2250070571899414,-0.9961310029029846,-1.2011120319366455,0.9505500197410583,-1.0167139768600464,-0.8753870129585266,1.3970110416412354,0.13513199985027313,1.9592210054397583,1.9543969631195068,0.2719919979572296,1.1230189800262451,1.7333430051803589,0.8461670279502869,-0.49365198612213135,-1.175784945487976,-0.5455970168113708,-0.3586620092391968,0.2871530055999756,0.04669899865984917,1.6341389417648315,-0.7188339829444885,1.0865659713745117,-1.202133059501648,0.039204999804496765,-0.5531650185585022,-0.9362450242042542,-1.280822992324829,-0.04336199909448624,1.215520977973938,-0.030422000214457512,1.1321519613265991,1.8998149633407593,2.2348790168762207,-0.7085949778556824,0.640051007270813,-0.7549470067024231,-0.0558990016579628,-1.0462239980697632,-0.9230650067329407,0.10287600010633469,-0.09250400215387344,-2.434180974960327,-1.0172749757766724,1.810271978378296,-2.367579936981201,-0.49590998888015747,0.8742089867591858,-0.5034639835357666,0.7991520166397095,-1.086258053779602,-0.6943820118904114,-0.31868401169776917,0.2627739906311035,2.3755650520324707,0.7768650054931641,-1.245766043663025,-0.7439630031585693,0.7383620142936707,0.5953900218009949,-1.2611329555511475,0.9438179731369019,-0.4115830063819885,-1.8367630243301392,0.7774710059165955,-1.1476739645004272,-0.7099570035934448,-0.607109010219574,-0.09014800190925598,-0.5984140038490295,0.6224570274353027,2.0854949951171875,-1.2062369585037231,-0.7590609788894653,-0.42300400137901306,0.06484200060367584,-1.005821943283081,0.8920900225639343,0.20705799758434296,-0.02459000051021576,-0.9199740290641785,2.121742010116577,-1.2959380149841309,1.2461880445480347,-0.6545720100402832,-0.79168701171875,1.3285419940948486,1.0462009906768799,-1.0542579889297485,0.5906500220298767,-0.5991889834403992,1.7368439435958862,0.9771659970283508,-1.1448179483413696,-1.0578110218048096,-1.095829963684082,-1.0695040225982666,1.082766056060791,0.39119699597358704,0.8171759843826294,0.5072569847106934,0.4372290074825287,0.1925159990787506,-0.0625159963965416,-2.381179094314575,-0.9414439797401428,0.3225260078907013,2.1433091163635254,-1.2022730112075806,-1.2097519636154175,-1.0681389570236206,-1.3324049711227417,-0.9341260194778442,-0.339123010635376,1.3593560457229614,-1.042551040649414,-1.685634970664978,-0.9459199905395508,-1.2399139404296875,1.1776729822158813,-0.9700769782066345,-1.7674119472503662,-0.4035339951515198,-0.4244230091571808,-1.1090929508209229,-1.1258349418640137,1.6487619876861572,-0.35960298776626587,-0.9717559814453125,2.2540440559387207,1.7342510223388672,1.1823010444641113,-0.07373800128698349,1.7023849487304688,-1.5956460237503052,0.9372779726982117,-0.07623700052499771,0.5293779969215393,-1.3322110176086426,-0.9494109749794006,-1.7795100212097168,-1.101652979850769,-1.4517079591751099,-1.6603120565414429,2.8030240535736084,0.7446789741516113,0.8851249814033508,0.5647590160369873,-2.3922269344329834,0.35254499316215515,0.22484199702739716,2.891021966934204,1.2695159912109375,-1.045307993888855,0.0020179999992251396,-1.1755640506744385,0.8165789842605591,-0.08338099718093872,-0.43124398589134216,-0.3470579981803894,-0.4769139885902405,1.7786870002746582,0.845749020576477,-0.7991009950637817,-0.16003699600696564,-0.08574700355529785,-0.717179000377655,0.5288749933242798,-0.9740920066833496,-1.0786759853363037,-0.9918209910392761,-0.9986879825592041,1.45661199092865,-1.7511450052261353,-0.9342830181121826,0.3798910081386566,1.202502965927124,-2.2051448822021484,2.714308023452759,0.0015770000172778964,1.3461849689483643,0.9641680121421814,0.7177119851112366,0.9912260174751282,-1.3128060102462769,1.201287031173706,-0.9793239831924438,2.0566558837890625,1.375717043876648,-0.16710999608039856,1.8801350593566895,0.4910869896411896,-0.8200340270996094,-1.2318120002746582,1.0359749794006348,0.7177929878234863,-0.8105819821357727,1.1098779439926147,1.2158180475234985,1.1843409538269043,-0.6176999807357788,1.102653980255127,0.330390989780426,2.2457239627838135,-1.1571580171585083,1.909397006034851,0.11924300342798233,-1.8634719848632812,-0.6242949962615967,-0.6517210006713867,-0.17627599835395813,-0.6605989933013916,-2.1317598819732666,-0.6678209900856018,0.5515440106391907,-0.7006589770317078,-0.7318620085716248,-0.8823059797286987,-0.9583439826965332,-2.394566059112549,-0.0759660005569458,1.6135790348052979,-1.1705830097198486,-0.9019889831542969,-0.9747790098190308,-0.9317309856414795,-1.3597110509872437,-0.9686319828033447,-1.5881600379943848,0.5212810039520264,-1.209259033203125,1.720824956893921,0.0030789999291300774,-0.4272310137748718,-1.551574945449829,-1.2040719985961914,-1.2141799926757812,0.8089010119438171,-1.203644037246704,2.2932050228118896,-1.0003119707107544,0.7536389827728271,-1.173079013824463,-0.09732100367546082,-0.13745500147342682,-0.2858169972896576,0.4697200059890747,-0.9668869972229004,-0.9104660153388977,-0.3816939890384674,-0.3921169936656952,-1.0989110469818115,1.36729097366333,1.7272469997406006,-0.7246840000152588,-0.1468760073184967,-0.6378430128097534,0.6871970295906067,0.7848510146141052,-0.5146589875221252,0.8563230037689209,-0.6491699814796448,-1.3347070217132568,-0.5503990054130554,0.0193719994276762,-0.4082460105419159,-0.6286090016365051,0.6416659951210022,-0.15629799664020538,1.6516859531402588,-0.48379600048065186,-1.2513710260391235,0.4814090132713318,0.8441389799118042,-0.9882329702377319,-1.1962440013885498,0.5196800231933594,1.1664400100708008,1.1513750553131104,-1.353018045425415,-1.1602720022201538,-0.7160829901695251,1.1811920404434204,-1.0423129796981812,-1.0699050426483154,-1.19269597530365,-1.0042150020599365,0.9502180218696594,1.1998549699783325,0.7014200091362,1.8881720304489136,-0.828760027885437,-0.6417379975318909,-2.4301090240478516,-1.1840519905090332,0.04802199825644493,0.8275399804115295,-1.0619959831237793,0.8345280289649963,1.5609790086746216,-1.1882599592208862,-1.0419950485229492,-0.20805400609970093,-1.121904969215393,0.004383999854326248,2.40773606300354,1.3689810037612915,-0.8897600173950195,-0.07894299924373627,0.9241790175437927,-1.9081419706344604,-0.029180999845266342,0.7487800121307373,-0.8643620014190674,-0.9147449731826782,-1.2603000402450562,-0.580947995185852,-1.6633909940719604,2.1658780574798584,0.18291600048542023,-1.0113929510116577,-0.26123499870300293,1.4321279525756836,-1.9070930480957031,-0.5229629874229431,0.1125589981675148,-0.4093399941921234,0.23707599937915802,-1.187680959701538,-0.9656339883804321,-1.0134700536727905,-1.0350220203399658,-0.9367200136184692,-0.4836429953575134,-1.063405990600586,-0.8458859920501709,-0.7782999873161316,-1.7448910474777222,0.040470000356435776,-0.95551598072052,0.01962899975478649,0.3305560052394867,0.9032930135726929,-1.2129859924316406,-0.8482170104980469,0.14951199293136597,-0.3155229985713959,-0.4509899914264679,-1.3973809480667114,-2.3507609367370605,-1.2092599868774414,-1.192093014717102,-1.1855599880218506,-1.199869990348816,-0.1837950050830841,-0.6272889971733093,-1.0615119934082031,0.8049520254135132,0.9100499749183655,1.4557709693908691,-0.9168429970741272,1.0473480224609375,-0.18244700133800507,0.041839998215436935,-2.1535000801086426,-1.3274970054626465,0.4765549898147583,0.7402549982070923,0.6546000242233276,2.0847508907318115,-0.5098270177841187,0.20505499839782715,-1.0380959510803223,1.7378180027008057,1.7980350255966187,-0.30845901370048523,0.9834979772567749,-0.0031850000377744436,2.7141530513763428,0.2020930051803589,0.7752950191497803,0.24139699339866638,0.03861600160598755,-1.1435149908065796,-1.1517560482025146,-1.9098399877548218,1.156561017036438,1.374330997467041,-1.2280269861221313,2.66011905670166,-1.113664984703064,0.20470599830150604,1.0646569728851318,0.49303099513053894,2.897186040878296,0.01077600009739399,-0.9821820259094238,1.3444210290908813,-0.5827850103378296,-0.2728649973869324,-1.8187789916992188,-1.7163089513778687,-0.8519260287284851,2.1858251094818115,0.44380998611450195,1.3671040534973145,0.7485659718513489,0.7600269913673401,-0.61285799741745,-0.6942350268363953,0.23096099495887756,-1.1433110237121582,-1.1867419481277466,-0.10931999981403351,1.176414966583252,-0.564399003982544,1.1423449516296387,-1.2581850290298462,-0.6283109784126282,-0.7387440204620361,0.5590389966964722,0.42059698700904846,-0.1608009934425354,-0.925387978553772,0.46943399310112,-1.100329041481018,1.0362659692764282,-0.9755979776382446,-0.17993900179862976,-0.7850139737129211,0.9690719842910767,0.7274119853973389,0.45177900791168213,-0.6819239854812622,-1.3054790496826172,-1.6030620336532593,1.0924420356750488,-0.5634899735450745,2.0676589012145996,1.5889819860458374,2.2404611110687256,0.037307001650333405,0.6888189911842346,1.1485810279846191,2.4186410903930664,-0.36889898777008057,-1.6725399494171143,1.0019890069961548,-0.7817789912223816,-0.1294959932565689,0.7356089949607849,-0.42790400981903076,-1.0755000114440918,-1.180938959121704,-0.36281099915504456,-0.3456900119781494,-0.8529719710350037,0.028258999809622765,-0.8235089778900146,2.396742105484009,2.887006998062134,0.06421100348234177,-0.6861240267753601,-1.2490400075912476,-1.1947669982910156,1.0572359561920166,-1.054960012435913,-0.2016489952802658,-0.29888400435447693,-1.0281480550765991,-0.9774990081787109,-0.03337400034070015,-0.12351600080728531,0.7528300285339355,0.2843550145626068,0.4335870146751404,0.6014590263366699,-1.0545140504837036,1.6790670156478882,0.18849200010299683,-2.3155879974365234,-0.47076499462127686,0.9280660152435303,1.744631052017212,0.823360025882721,-0.05059099942445755,1.1092499494552612,-1.3302830457687378,-0.9827190041542053,-0.32520800828933716,1.0732519626617432,0.1896360069513321,-1.3227070569992065,0.7361739873886108,-0.5833380222320557,-0.3511280119419098,0.5170090198516846,-1.976004958152771,-0.6883490085601807,-0.6969429850578308,-0.3897869884967804,1.068053960800171,0.9553530216217041,-0.1822959929704666,-0.6736810207366943,0.755499005317688,1.9695160388946533,1.1749329566955566,0.8286489844322205,1.8693770170211792,-0.09646999835968018,-0.3043990135192871,-0.35688701272010803,-0.447625994682312,0.35376301407814026,0.11441300064325333,0.29235899448394775,-1.0803849697113037,-1.3835599422454834,0.9172149896621704,0.6327790021896362,-0.26829999685287476,0.09488499909639359,0.40069401264190674,0.18973000347614288,-1.2904820442199707,1.1514430046081543,-0.46534401178359985,0.45171499252319336,-0.032910000532865524,-1.038185954093933,-0.1312589943408966,0.15068000555038452,-0.14489899575710297,-0.12695300579071045,-1.27183198928833,-1.278609037399292,-1.1490709781646729,-0.5641390085220337,-0.22559399902820587,2.2806270122528076,-0.587099015712738,0.6809160113334656,-1.1749110221862793,-1.1151909828186035,-0.4977869987487793,0.7999259829521179,0.9835969805717468,-0.5580099821090698,1.3403890132904053,-0.4305169880390167,-0.453014999628067,0.21336400508880615,-0.5493419766426086,-0.5588930249214172,1.979375958442688,1.8152660131454468,0.11266700178384781,0.6698240041732788,-1.3415780067443848,-1.1777700185775757,-0.16911500692367554,-1.1516330242156982,-0.8068060278892517,-0.6114519834518433,0.36819198727607727,-1.0288870334625244,-1.0269320011138916,1.1758790016174316,-0.5582709908485413,1.0470319986343384,-0.3830290138721466,-1.3299560546875,0.4175260066986084,2.478023052215576,0.9419130086898804,-0.968625009059906,-0.4508799910545349,1.0736420154571533,1.9454779624938965,-0.7279689908027649,0.37931498885154724,0.3105199933052063,-2.3112080097198486,0.4019410014152527,-0.02590099908411503,-2.0360679626464844,0.5234569907188416,2.2903521060943604,0.8960869908332825,0.9337779879570007,1.0639519691467285,0.8365960121154785,-0.3481230139732361,0.6176270246505737,-0.8822190165519714,-0.613099992275238,-1.162729024887085,2.218230962753296,2.2570650577545166,-0.034536998718976974,-0.8277239799499512,1.4802180528640747,-1.2428319454193115,-0.8886169791221619,-0.23065899312496185,-0.3937680125236511,-0.5309399962425232,0.11503899842500687,-0.3668160140514374,-2.1718080043792725,0.8473190069198608,1.2954020500183105,0.5511940121650696,-0.6004589796066284,-0.3026619851589203,-0.37237900495529175,0.26475799083709717,0.9505919814109802,-0.4741399884223938,-0.36556801199913025,0.16341400146484375,0.12593500316143036,-1.0790990591049194,-0.37703999876976013,-1.0700360536575317,-0.9951670169830322,-1.213042974472046,-0.4880009889602661,0.30315500497817993,-0.10358300060033798,-0.8924580216407776,-0.554722011089325,-0.5027250051498413,0.20032699406147003,0.2697170078754425,1.7573590278625488,-0.4129050076007843,-0.8680019974708557,-0.9701499938964844,-0.20146100223064423,0.9356690049171448,-1.2537349462509155,0.1146399974822998,0.8681520223617554,-0.6774910092353821,0.5323569774627686,0.5481789708137512,0.5774580240249634,0.6950680017471313,-1.1799930334091187,0.3766019940376282,-2.1545450687408447,-0.025621000677347183,1.1197199821472168,-1.0966689586639404,0.7182679772377014,0.9543610215187073,1.1960489749908447,0.767989993095398,-0.9785559773445129,-1.5850909948349,-0.5726410150527954,1.1317260265350342,2.7891690731048584,-0.2651050090789795,-1.1245189905166626,-1.3138060569763184,-0.8067579865455627,0.6730160117149353,0.0032820000778883696,2.8162169456481934,1.0301539897918701,-1.2384899854660034,0.5572050213813782,-1.1778240203857422,-1.180624008178711,-0.32993799448013306,-1.1728359460830688,1.0423020124435425,1.0661430358886719,0.9104359745979309,-0.048478998243808746,-1.0875240564346313,0.4197379946708679,0.5701199769973755,-0.22041000425815582,0.26007699966430664,-0.07214400172233582,-0.8881250023841858,-0.2120250016450882,-0.8176379799842834,0.6028119921684265,0.8650010228157043,0.8377829790115356,1.153290033340454,1.8813090324401855,0.2609510123729706,-0.2773759961128235,0.8802419900894165,0.9208070039749146,-0.38786500692367554,1.1823559999465942,0.14437900483608246,-0.24957600235939026,2.084599018096924,-0.9452229738235474,2.2180941104888916,1.0230200290679932,0.011374999769032001,-1.6419479846954346,-1.0074859857559204,0.09601099789142609,1.1444259881973267,0.9454129934310913,0.31263700127601624,1.0241589546203613,-2.0366129875183105,-1.2272289991378784,-0.8772349953651428,-1.2044709920883179,0.12879499793052673,0.14112800359725952,0.4885829985141754,-1.2377870082855225,0.632519006729126,-0.8950999975204468,0.7791380286216736,0.9224200248718262,-1.1144640445709229,1.4532150030136108,-1.2697789669036865,0.7094600200653076,0.5377370119094849,1.055845022201538,-0.8619909882545471,0.8662440180778503,-1.3724520206451416,-0.5097839832305908,-0.003992999903857708,0.48466500639915466,-0.6551679968833923,2.672779083251953,-0.782006025314331,-1.1884289979934692,-0.7609519958496094,-0.5886719822883606,-1.05411696434021,-0.03841499984264374,-0.1739410012960434,-0.9807369709014893,-0.9664819836616516,-1.0429120063781738,1.9032820463180542,-0.20825199782848358,-0.4419479966163635,2.658539056777954,-1.0486979484558105,-0.9836810231208801,0.6573399901390076,-0.47121599316596985,2.183906078338623,-0.2488040030002594,0.06656699627637863,-0.36340299248695374,-0.3329789936542511,-0.29141101241111755,-1.0296729803085327,-0.8631880283355713,0.4081859886646271,-1.2504210472106934,2.6878740787506104,-0.2637909948825836,-0.1358170062303543,0.2838599979877472,-0.6979820132255554,1.7206840515136719,1.0593539476394653,0.7124980092048645,-1.1094319820404053,1.0801539421081543,-0.25069400668144226,0.6859539747238159,-0.8360639810562134,-0.7660980224609375,0.7141439914703369,-1.5555269718170166,0.0911410003900528,-0.4638980031013489,0.01570099964737892,-0.1117980033159256,-1.2027130126953125,-0.30116400122642517,0.002512000035494566,-1.3493160009384155,2.045588970184326,2.070380926132202,-0.42334699630737305,0.7657719850540161,-1.0782170295715332,-1.2328449487686157,-1.0322489738464355,0.06916800141334534,-0.872963011264801,-1.1146240234375,0.422199010848999,-0.1375660002231598,-1.0805120468139648,-0.8397319912910461,0.9300879836082458,0.9811099767684937,0.8113459944725037,-0.21546800434589386,0.49966299533843994,0.17323799431324005,-1.1757110357284546,-1.0116820335388184,-1.6077879667282104,-1.3557569980621338,0.40151500701904297,-0.6004779934883118,0.22463199496269226,-0.9187399744987488,-0.2638860046863556,-0.22469499707221985,1.6202850341796875,0.846032977104187,0.713670015335083,1.6853749752044678,0.9024440050125122,1.018396019935608,-0.7113339900970459,0.7074660062789917,-1.021446943283081,1.7505069971084595,0.19365699589252472,-1.6461329460144043,0.6837310194969177,-0.5075230002403259,-0.5054669976234436,2.364638090133667,0.36239001154899597,-1.1298259496688843,-1.454395055770874,-0.12488099932670593,-0.8979039788246155,-1.7588880062103271,-1.6418910026550293,1.2524230480194092,1.1442220211029053,1.0103540420532227,-1.1792360544204712,1.7570949792861938,1.84061598777771,0.7748590111732483,1.1061099767684937,-1.1682130098342896,-0.10560599714517593,-1.1484179496765137,1.017158031463623,-1.1663199663162231,-1.1841169595718384,0.14741499722003937,-0.3082349896430969,0.056324999779462814,2.3084299564361572,1.3375040292739868,-0.31134098768234253,0.2853879928588867,0.38464999198913574,-0.6928409934043884,0.46364501118659973,0.43359699845314026,0.7078890204429626,-0.08517400175333023,0.3221200108528137,-0.5707269906997681,0.5206990242004395,-0.6512759923934937,-0.65106201171875,-1.1320619583129883,-2.4811859130859375,0.9741560220718384,-2.140683889389038,0.36256200075149536,-2.2713780403137207,-1.0800729990005493,1.2029720544815063,-0.3419319987297058,1.1889569759368896,1.6267240047454834,0.26545700430870056,-1.1927080154418945,2.640623092651367,-0.11980900168418884,1.3989629745483398,-1.5756839513778687,0.7094100117683411,0.7008439898490906,-0.17138400673866272,0.14906099438667297,-1.1754419803619385,0.2720569968223572,0.19134700298309326,0.9527440071105957,1.3637770414352417,-1.0335129499435425,-0.22806400060653687,1.9345020055770874,-1.1898349523544312,2.243712902069092,-0.6352859735488892,0.20505699515342712,1.6186070442199707,-0.8908590078353882,-1.3390430212020874,-1.0297019481658936,-0.550383985042572,0.44601601362228394,-0.5691220164299011,-1.080996036529541,-0.4074440002441406,1.9436650276184082,0.013864999637007713,0.008469000458717346,0.8784329891204834,-1.925887942314148,-0.08715999871492386,-1.132262945175171,-0.08683700114488602,0.8447710275650024,0.8484820127487183,0.06409499794244766,-0.5705320239067078,0.2540690004825592,-0.9472060203552246,-1.0617320537567139,-0.9204710125923157,0.8474119901657104,0.5483260154724121,0.5196859836578369,-1.0293209552764893,-1.0621769428253174,-0.9907569885253906,-0.5436390042304993,-0.2183080017566681,-0.9239709973335266,-0.9360809922218323,-0.6816800236701965,-1.035917043685913,1.0914000272750854,-0.8695809841156006,-0.49065300822257996,0.36363399028778076,-0.9045559763908386,-0.6461420059204102,-1.0720269680023193,1.600996971130371,1.9752830266952515,0.8604429960250854,0.5162079930305481,-0.9649459719657898,-2.0499460697174072,1.0717469453811646,1.03712797164917,-1.1755880117416382,1.0581949949264526,1.43545401096344,1.4585089683532715,1.972519040107727,1.163741946220398,1.9272609949111938,1.90625,0.9823629856109619,-1.128074049949646,1.002822995185852,1.0341030359268188,1.1610620021820068,-0.330814003944397,-0.3237540125846863,-1.0283509492874146,1.018051028251648,0.5719820261001587,-1.1078989505767822,0.5841000080108643,-0.467633992433548,0.40880200266838074,-0.9394950270652771,0.42648500204086304,-0.5431810021400452,-1.2443920373916626,0.09659600257873535,2.0682129859924316,1.214563012123108,-0.6304479837417603,0.7026060223579407,1.0271929502487183,1.6808279752731323,-0.34821799397468567,-1.1026519536972046,-1.2889389991760254,1.6455689668655396,0.46178799867630005,2.788666009902954,-0.8634700179100037,-0.771586000919342,-0.44075798988342285,-1.2365609407424927,-1.5956460237503052,-1.223268985748291,-1.1415879726409912,-0.29184699058532715,1.7380579710006714,-0.44754698872566223,-0.8134409785270691,2.1180570125579834,0.39224299788475037,-1.109104037284851,0.5751479864120483,-0.5932459831237793,0.8740540146827698,0.9373210072517395,-0.608788013458252,1.1650220155715942,-1.0467710494995117,0.7009339928627014,0.7757570147514343,-0.3758859932422638,-1.1022909879684448,-0.5162839889526367,-0.3078390061855316,1.3387030363082886,0.9487730264663696,0.9714879989624023,1.3166340589523315,0.5397650003433228,0.8916829824447632,0.1564899981021881,0.287665992975235,-0.36957699060440063,1.0723680257797241,1.0461210012435913,0.9962400197982788,1.55547297000885,-1.1318169832229614,-0.49838998913764954,-0.4774770140647888,0.27673500776290894,-1.4287569522857666,-1.2640260457992554,-0.22634899616241455,-0.8583130240440369,0.6219689846038818,-0.09575500339269638,0.946927011013031,-1.230059027671814,-0.9564970135688782,1.7910159826278687,-0.6040650010108948,0.01988700032234192,-1.1738320589065552,-2.1816179752349854,-2.038203001022339,1.0087510347366333,-1.1737669706344604,-1.2342380285263062,-1.2940889596939087,-1.1379849910736084,1.1435279846191406,-1.7820429801940918,-0.9609519839286804,-2.096540927886963,-0.9549430012702942,1.3080339431762695,-0.34621599316596985,-2.2414820194244385,-0.3162670135498047,-1.0263609886169434,-0.8666229844093323,-0.24164199829101562,0.8897280097007751,-1.1101360321044922,-0.30417299270629883,0.9911149740219116,-0.9878110289573669,-1.005782961845398,2.8717730045318604,-1.156906008720398,-0.30038100481033325,2.1656930446624756,-0.1548839956521988,0.5050389766693115,0.7316740155220032,-1.0065020322799683,1.1384249925613403,-0.22106200456619263,0.8450999855995178,0.4256550073623657,-0.9560989737510681,-1.0555479526519775,1.599437952041626,0.6445080041885376,-0.9838709831237793,-0.11046899855136871,-1.0178550481796265,-1.1842679977416992,0.8750749826431274,0.769333004951477,-1.5803719758987427,-1.523561954498291,0.7144899964332581,-0.2870050072669983,-0.27456098794937134,-1.1281100511550903,-1.023895025253296,2.469167947769165,0.6437190175056458,-0.5419830083847046,-0.4542180001735687,0.7132499814033508,-0.1104860007762909,-0.27139899134635925,0.18218299746513367,0.6031910181045532,0.6443650126457214,0.8630279898643494,0.5347779989242554,0.9414380192756653,2.6667730808258057,-1.0935239791870117,0.7909659743309021,-1.0381029844284058,1.6307599544525146,1.6057699918746948,-1.864029049873352,0.85589998960495,-0.29447200894355774,0.763043999671936,-0.04732999950647354,-0.27699899673461914,0.9453049898147583,-0.47457200288772583,-0.3978649973869324,2.5061569213867188,1.0418970584869385,-1.142685055732727,-1.237252950668335,1.9174100160598755,0.0558600015938282,-1.3526049852371216,-0.5067539811134338,-0.5914880037307739,-2.058377981185913,1.2443920373916626,-0.9060909748077393,0.22726400196552277,0.05623500049114227,-0.07559999823570251,0.14702999591827393,1.045130968093872,-1.6959689855575562,0.0019650000613182783,0.49963200092315674,1.2458300590515137,-1.5273979902267456,-2.127032995223999,-0.9059529900550842,-0.821923017501831,-0.5953189730644226,-1.0614399909973145,-0.7855499982833862,0.14628000557422638,1.078016996383667,0.4615370035171509,-1.5864770412445068,-1.4321119785308838,0.5221710205078125,1.1063950061798096,0.6507120132446289,0.9585450291633606,-1.7634390592575073,0.41609299182891846,0.44543901085853577,-0.7879899740219116,0.3016569912433624,1.2371670007705688,-0.8593119978904724,-1.30389404296875,-1.285156011581421,-1.0297939777374268,0.9592409729957581,-1.2387280464172363,2.0460610389709473,-1.3902740478515625,-0.8430759906768799,-0.37991198897361755,1.6989519596099854,2.768738031387329,-0.09514100104570389,-0.2550170123577118,-2.277590036392212,0.26646900177001953,0.9391019940376282,0.7711759805679321,-2.0713350772857666,-0.5555729866027832,-0.5306280255317688,-0.5568699836730957,-0.09965299814939499,1.0681040287017822,-1.688331961631775,0.6594769954681396,-0.23913699388504028,-0.22126300632953644,-0.5469580292701721,-1.278939962387085,-0.09053300321102142,-1.1444679498672485,0.6063699722290039,-0.9362339973449707,-0.9619600176811218,0.699284017086029,-0.5714219808578491,1.4501800537109375,0.6019060015678406,-1.238178014755249,0.366237998008728,-0.7179239988327026,2.1307990550994873,0.12828199565410614,1.1115000247955322,0.0628340020775795,0.36962100863456726,-2.350830078125,-0.08138799667358398,-0.47842100262641907,1.638342022895813,-1.1599500179290771,-0.5864650011062622,-0.631085991859436,-0.5984500050544739,-1.2326350212097168,0.907122015953064,0.8962420225143433,-1.118865966796875,0.20042400062084198,-0.44894400238990784,0.9522280097007751,1.2357510328292847,-0.886093020439148,-0.7975010275840759,-0.8336179852485657,-2.3239970207214355,-0.8991739749908447,-1.249263048171997,0.8359289765357971,-2.3815760612487793,0.2207610011100769,-1.1728529930114746,-0.9832749962806702,1.2980730533599854,0.18257899582386017,-1.2191280126571655,0.6279129981994629,-1.070523977279663,-0.029481999576091766,-0.3113600015640259,-1.1477359533309937,-0.7784889936447144,0.25137099623680115,-1.2546520233154297,-0.24236199259757996,-1.1154049634933472,0.9520170092582703,-0.929764986038208,0.9441400170326233,2.141350030899048,-1.1948000192642212,2.2734639644622803,1.0172929763793945,-1.2025829553604126,-0.9798129796981812,0.03196199983358383,-0.6420339941978455,-1.188359022140503,0.40460699796676636,-1.2434070110321045,-0.9023280143737793,1.0090270042419434,1.3409219980239868,1.3115249872207642,-1.5353660583496094,1.0739439725875854,1.1709309816360474,0.2692379951477051,0.26014700531959534,-2.4815940856933594,-0.5057640075683594,-1.0872470140457153,-0.8067089915275574,-0.20476500689983368,0.2640739977359772,-2.4598300457000732,2.1362879276275635,-1.0424580574035645,0.7494580149650574,1.6878689527511597,0.005522000137716532,0.8855100274085999,0.0008880000095814466,-0.02406099997460842,-0.25174298882484436,1.5257110595703125,-2.0097498893737793,-0.850587010383606,0.44650998711586,2.5178000926971436,-0.7426419854164124,2.049654006958008,0.1597680002450943,-0.31082600355148315,0.4491199851036072,-1.4517689943313599,-0.41560399532318115,-0.3750390112400055,-0.09736300259828568,-1.599334955215454,0.23140600323677063,-1.1825640201568604,-1.7687959671020508,0.14799000322818756,-1.9364269971847534,-0.8569980263710022,-0.9685810208320618,2.8171839714050293,-0.5053430199623108,0.43285199999809265,1.7310199737548828,0.07680899649858475,-1.5347809791564941,0.20083600282669067,0.7393509745597839,0.15704399347305298,-0.8992969989776611,1.7854540348052979,0.8850100040435791,1.6560629606246948,1.25531804561615,0.8015829920768738,0.21460700035095215,-1.0237029790878296,-0.14169900119304657,-0.1965540051460266,-0.97496098279953,-0.9894670248031616,0.08259999752044678,2.105621099472046,-0.32541099190711975,-1.0498260259628296,0.6417549848556519,-1.0239770412445068,0.21424199640750885,-1.05861496925354,0.3823319971561432,0.2377060055732727,-0.6912689805030823,0.5204600095748901,-0.3052789866924286,-0.4899410009384155,-1.374230980873108,-0.39041900634765625,0.4140230119228363,-0.9011470079421997,2.1549630165100098,-0.5960760116577148,0.7897099852561951,0.5786830186843872,1.0986499786376953,2.179516077041626,-0.6858850121498108,-1.318606972694397,-1.0747289657592773,2.2115330696105957,-1.182708978652954,-1.2638490200042725,0.006459000054746866,2.422363042831421,0.7166240215301514,-0.15299999713897705,-0.03976399824023247,0.9665600061416626,1.226842999458313,2.639069080352783,-0.04772799834609032,1.0084869861602783,0.29935500025749207,0.3251419961452484,-1.0205810070037842,-1.0023280382156372,-0.5276110172271729,-0.6062949895858765,-1.1567610502243042,0.2974979877471924,-0.3591170012950897,-0.6882429718971252,-1.568532943725586,2.340790033340454,-1.9784599542617798,0.4018020033836365,-0.93231201171875,1.0490460395812988,-0.6189640164375305,-0.6373220086097717,-1.3045480251312256,0.4987789988517761,-1.2453229427337646,-1.1822550296783447,1.1648319959640503,-0.9115599989891052,0.914251983165741,-0.9398880004882812,1.1080800294876099,2.6616671085357666,2.257111072540283,1.9127329587936401,-1.2479549646377563,-1.3443180322647095,0.6632109880447388,-1.2654500007629395,0.49974098801612854,0.25123700499534607,2.1084749698638916,0.4467700123786926,-0.36258500814437866,-0.12896700203418732,1.0230950117111206,-0.8116989731788635,0.43997299671173096,1.1919859647750854,0.9786990284919739,1.0104219913482666,-0.7892749905586243,-0.2876940071582794,-0.356999009847641,1.6077539920806885,-1.2625410556793213,2.5588650703430176,-0.15810300409793854,0.2996459901332855,0.37365201115608215,-1.0915440320968628,-1.3189949989318848,-0.5775669813156128,0.37498000264167786,0.8877140283584595,-0.14416199922561646,2.2902491092681885,-0.13655099272727966,-0.8221229910850525,0.7564539909362793,0.6957700252532959,1.6263179779052734,1.9360729455947876,0.8704559803009033,0.8918250203132629,0.06664899736642838,-0.5839999914169312,0.02327900007367134,2.2894270420074463,1.3128750324249268,1.706644058227539,-0.7316679954528809,-1.1395670175552368,0.6612979769706726,-1.027974009513855,-1.2573059797286987,-0.9274799823760986,-0.565276026725769,-0.017806999385356903,-0.758167028427124,2.5457630157470703,2.3344929218292236,2.5311660766601562,-0.00735899992287159,0.1580680012702942,-0.2766819894313812,-0.8342850208282471,-0.8209729790687561,-0.44453200697898865,-1.2331249713897705,0.7734220027923584,0.13562899827957153,1.7546119689941406,1.8280140161514282,0.8404960036277771,1.2408260107040405,-0.6311489939689636,2.512233018875122,0.9945020079612732,-0.6874679923057556,1.3748329877853394,1.2033629417419434,0.7436460256576538,-1.143970012664795,-1.5430330038070679,-0.33788999915122986,0.8314369916915894,-1.2019950151443481,0.7364810109138489,-1.138558030128479,-0.2162020057439804,0.34601300954818726,-0.6562340259552002,-0.43182700872421265,2.038482904434204,-0.0661420002579689,-0.9694390296936035,-0.10453200340270996,1.1520930528640747,0.6212940216064453,-0.1717820018529892,-1.1530760526657104,0.2863070070743561,-0.8363620042800903,1.023010015487671,1.0052460432052612,0.9700890183448792,-0.6808969974517822,-1.2162480354309082,-0.34017300605773926,-1.237841010093689,-1.4597710371017456,-1.087367057800293,0.9503589868545532,0.17416399717330933,0.004513000138103962,2.2280430793762207,-0.8676409721374512,0.5712260007858276,-0.8160730004310608,1.4247889518737793,0.30779799818992615,-0.03410299867391586,1.1922060251235962,0.9855729937553406,1.1389579772949219,-1.0449810028076172,2.3344171047210693,-1.1931910514831543,-0.8894659876823425,-0.9563329815864563,-0.14796799421310425,1.091323971748352,-0.19308499991893768,-0.7573369741439819,0.725242018699646,0.7203869819641113,-0.6536170244216919,-0.1636810004711151,-0.5057790279388428,-0.956430971622467,-0.9183530211448669,-0.7646129727363586,0.29762399196624756,-0.6292300224304199,0.3941029906272888,2.4509658813476562,-0.24245299398899078,2.3445210456848145,-0.9894629716873169,-1.4058879613876343,0.25312599539756775,-1.4632710218429565,-1.186900019645691,0.11900100111961365,0.6654419898986816,-0.4748989939689636,-0.1463019996881485,-0.9006950259208679,-0.3143619894981384,0.9220960140228271,-0.8541070222854614,-1.4689480066299438,1.973147988319397,-0.8093870282173157,-0.05247899889945984,-1.1485509872436523,-0.08665599673986435,-0.5750210285186768,1.7823699712753296,0.45167800784111023,-1.1062510013580322,-1.1053110361099243,0.8430759906768799,-1.226462960243225,-1.4151289463043213,1.2264870405197144,-0.5364609956741333,-0.30461299419403076,-1.1872329711914062,-1.282364010810852,-0.04496200010180473,2.8956480026245117,-0.9789220094680786,-0.9131289720535278,0.10008300095796585,2.0923879146575928,0.7817040085792542,-1.3295589685440063,2.443389892578125,-2.312969923019409,0.4156000018119812,-0.773635983467102,0.8334460258483887,-0.6494330167770386,0.2728230059146881,-1.1784039735794067,1.4880690574645996,-0.7301130294799805,-1.0841670036315918,-0.48704400658607483,-1.230918049812317,0.6114029884338379,0.6392269730567932,0.6076650023460388,0.05421999841928482,0.6972219944000244,2.67305588722229,-0.23591600358486176,0.2508389949798584,-0.5817030072212219,-1.2693289518356323,-1.3134009838104248,-0.7212200164794922,1.2597310543060303,-1.2290380001068115,-0.34048500657081604,-1.0162010192871094,-0.709846019744873,-0.8992210030555725,0.4390240013599396,1.188439965248108,1.4510389566421509,0.4585939943790436,-0.49919599294662476,-0.49292001128196716,0.22699899971485138,0.9398409724235535,-0.9780750274658203,0.954613983631134,-0.7438889741897583,0.04800799861550331,-0.4049589931964874,1.015792965888977,1.3251290321350098,2.840806007385254,0.3529820144176483,0.35113099217414856,1.9874839782714844,1.133834958076477,-1.1726030111312866,2.4752390384674072,-1.064079999923706,1.0999619960784912,0.4021959900856018,-0.6283379793167114,1.74727201461792,-0.6300809979438782,0.5472689867019653,2.2432949542999268,0.9173120260238647,0.05372000113129616,0.0010209999745711684,1.227349042892456,-1.1426830291748047,-1.1125160455703735,-0.7235490083694458,1.1347359418869019,-0.7868940234184265,-0.8009610176086426,-1.2274550199508667,-0.6139400005340576,-1.029250979423523,-0.008671999908983707,0.6771739721298218,0.2944140136241913,-0.4870249927043915,-1.9163010120391846,0.41452500224113464,0.0027379998937249184,0.7569079995155334,-0.8240050077438354,2.413851022720337,-0.5949410200119019,0.6967139840126038,-1.2241929769515991,0.9702000021934509,0.6489070057868958,0.1532829999923706,0.11715199798345566,0.10287400335073471,-0.6677910089492798,-0.6328780055046082,-1.0631920099258423,1.087996006011963,1.0906330347061157,1.7954729795455933,-0.8955060243606567,-1.4092860221862793,2.0374720096588135,0.579397976398468,-0.44645699858665466,1.047592043876648,-0.18274100124835968,-0.929161012172699,-0.7768779993057251,2.1211090087890625,0.49578800797462463,-0.9646090269088745,1.5838619470596313,-0.12656700611114502,0.10731899738311768,0.7933200001716614,0.8199470043182373,0.6584299802780151,-1.5908550024032593,-0.4353159964084625,-0.06796299666166306,0.7226719856262207,-0.44365501403808594,-0.0557669997215271,-0.4006330072879791,-0.8753809928894043,0.26963698863983154,1.9044950008392334,-0.749193012714386,-0.48912400007247925,-2.35749888420105,-1.0463989973068237,-0.38845598697662354,-1.0918229818344116,-1.1850130558013916,0.14289499819278717,0.3192810118198395,0.775164008140564,-0.08013900369405746,-0.6359320282936096,0.20489299297332764,-0.18991099298000336,2.2997450828552246,-0.45546698570251465,1.0689350366592407,-0.9604589939117432,1.0494229793548584,0.9255049824714661,0.08728600293397903,1.539355993270874,-1.373837947845459,0.6076610088348389,0.6551129817962646,-0.7037510275840759,0.0014799999771639705,-1.1981639862060547,-0.8966370224952698,1.177312970161438,-2.0038681030273438,-1.1377110481262207,-0.6484379768371582,-0.6123260259628296,-0.6405180096626282,-1.0739740133285522,-0.959945023059845,0.5428680181503296,0.2939789891242981,-0.37540900707244873,0.9511740207672119,0.6695320010185242,1.0818699598312378,1.0265929698944092,-0.7251799702644348,1.9670319557189941,-0.8580740094184875,1.637647032737732,2.1836509704589844,-0.24496200680732727,0.9098910093307495,2.197266101837158,1.2251189947128296,0.8760619759559631,0.8526020050048828,-0.6640620231628418,1.7497060298919678,1.085381031036377,2.459645986557007,2.453594923019409,1.0476919412612915,0.743831992149353,0.5330820083618164,-1.9964289665222168,-0.3183960020542145,1.2117170095443726,0.03900099918246269,-0.6035379767417908,-1.8212560415267944,1.0078949928283691,-2.1155550479888916,-1.3373990058898926,-1.0568490028381348,-0.5836820006370544,-0.7647160291671753,0.8057370185852051,-0.12011899799108505,-0.47137001156806946,-0.38239699602127075,-0.9306640028953552,-0.996550977230072,-0.6022980213165283,0.7830280065536499,-1.3094170093536377,0.7084730267524719,-0.8559190034866333,1.4370720386505127,1.110705018043518,1.431952953338623,-0.23420800268650055,-0.9654229879379272,0.75586998462677,0.04243699833750725,1.989717960357666,-0.029701000079512596,0.35053500533103943,-0.8369550108909607,1.041038990020752,0.6045039892196655,0.504751980304718,0.8043130040168762,0.4953159987926483,-0.07623200118541718,1.0480040311813354,1.0325469970703125,0.04901500046253204,-0.02424599975347519,1.9645060300827026,0.8196070194244385,-0.18671000003814697,-0.07346300035715103,1.3973959684371948,0.7469180226325989,-0.7414699792861938,-0.19606299698352814,0.722495973110199,-0.6909329891204834,1.0176270008087158,0.4690159857273102,0.13841800391674042,-0.3223609924316406,0.2798539996147156,1.3304979801177979,-1.8740190267562866,-0.6521499752998352,0.8046119809150696,0.02044299989938736,0.6971589922904968,-1.3216220140457153,1.271314024925232,0.7681639790534973,-0.6078490018844604,2.0067689418792725,-1.1763010025024414,-1.1386959552764893,-1.1717489957809448,0.31672701239585876,0.3010709881782532,0.4240970015525818,-0.1590700000524521,-1.3131890296936035,1.3529939651489258,-1.2756010293960571,0.04397299885749817,1.16538405418396,-0.9829739928245544,0.04922499880194664,2.726104974746704,2.651681900024414,1.1904120445251465,-0.6162310242652893,-1.1382100582122803,0.11021599918603897,-0.952351987361908,-1.7629849910736084,-1.1077719926834106,0.4941070079803467,-0.9877970218658447,0.7720580101013184,0.07791300117969513,1.2952790260314941,1.0790959596633911,-1.155032992362976,-1.1582310199737549,0.18307200074195862,-0.7859979867935181,2.8374691009521484,0.849593997001648,2.8022921085357666,1.1515120267868042,-1.1355730295181274,-0.9958950281143188,0.6334120035171509,-1.2287449836730957,0.42569899559020996,0.7501350045204163,0.40239500999450684,-0.5417190194129944,-1.3273509740829468,0.7774879932403564,0.48439300060272217,0.48974600434303284,-0.8035939931869507,-1.83992600440979,-1.385925054550171,1.1016559600830078,2.474522113800049,-0.4688279926776886,1.053665041923523,-0.8825669884681702,-1.502105951309204,0.12639200687408447,2.862183094024658,-0.4468959867954254,-0.7534379959106445,1.8042449951171875,2.1755640506744385,1.2856090068817139,-0.28224799036979675,-0.4519529938697815,-1.5283050537109375,0.6371570229530334,-1.2153929471969604,-0.6918219923973083,-1.1716550588607788,-1.0307079553604126,-1.3280069828033447,-1.1318490505218506,1.5746999979019165,-1.068310022354126,2.040118932723999,1.5702790021896362,-1.3074350357055664,2.0773088932037354,-0.04338499903678894,-0.017388999462127686,0.6220679879188538,1.9942330121994019,-0.2647939920425415,0.8289110064506531,-0.28108999133110046,0.44395899772644043,-0.9954929947853088,-0.4839920103549957,-0.8717920184135437,1.0446569919586182,-1.1699570417404175,-1.0693190097808838,-0.26971399784088135,1.134639024734497,0.8818939924240112,-0.10598800331354141,-1.3240350484848022,0.7569400072097778,-0.7847139835357666,-0.3291630148887634,-0.3774609863758087,2.760010004043579,-0.7360870242118835,2.0843639373779297,-0.05969500169157982,0.4000299870967865,-1.1754150390625,0.7880730032920837,1.347823977470398,-1.3296829462051392,-0.7603769898414612,0.8776860237121582,1.0699310302734375,-0.561801016330719,1.1580109596252441,1.4184329509735107,-0.20187999308109283,1.065521001815796,1.0773470401763916,1.1341290473937988,0.5171449780464172,-0.7389259934425354,-2.343964099884033,2.239135980606079,0.4890899956226349,-1.014009952545166,-0.615451991558075,0.7329429984092712,2.568413019180298,2.529803991317749,-1.204666018486023,-1.013008952140808,-0.5795109868049622,-1.332916021347046,-0.06546500325202942,-0.7118179798126221,-1.160423994064331,-0.23066100478172302,-0.010936000384390354,-0.5558369755744934,-0.2724739909172058,-1.2130099534988403,-0.5285009741783142,-1.166322946548462,0.7969800233840942,-0.5551339983940125,-0.8519489765167236,0.6456220149993896,2.438231945037842,-0.7392730116844177,-1.6948620080947876,0.08423399925231934,-0.5906360149383545,1.186089038848877,0.6776729822158813,0.6319370269775391,1.0495669841766357,-0.08805300295352936,-1.0448729991912842,0.9874089956283569,2.7328948974609375,-1.1506179571151733,-1.2535589933395386,-1.3124359846115112,-0.5622130036354065,1.803555965423584,-1.224128007888794,-0.3122209906578064,-1.0915080308914185,-1.2083920240402222,0.7036839723587036,1.388031005859375,0.1944269984960556,0.7526699900627136,2.346801996231079,-0.09731999784708023,1.464905023574829,1.5232360363006592,-1.2160170078277588,-0.011322000063955784,-1.7380520105361938,-1.026291012763977,-0.9716899991035461,-1.1390570402145386,-0.5523520112037659,-0.8109779953956604,-0.8174740076065063,0.7574750185012817,-1.4630320072174072,0.7753639817237854,-0.38022100925445557,-0.40825799107551575,2.6107089519500732,1.4043580293655396,-0.44546300172805786,-2.3470499515533447,-0.067610003054142,-0.401650995016098,1.034822940826416,-1.276600956916809,-0.31789401173591614,-0.34481099247932434,-1.8978519439697266,-1.2916330099105835,0.1427379995584488,0.11194299906492233,-1.1778340339660645,-1.407531976699829,1.0498549938201904,-1.0971430540084839,-1.1170120239257812,0.3234350085258484,-0.24739399552345276,1.126338005065918,-0.9861739873886108,-0.4666689932346344,-0.45890799164772034,-0.9552279710769653,-0.9587410092353821,-1.3100359439849854,-1.314810037612915,-0.1991180032491684,0.3805539906024933,0.15331800282001495,-0.23159800469875336,0.3878209888935089,-0.08285900205373764,1.341722011566162,-1.241927981376648,-2.1984939575195312,-2.1856689453125,1.1235309839248657,0.0025549998972564936,1.8605070114135742,-1.4626840353012085,-1.1908739805221558,1.0721369981765747,-0.7938389778137207,-1.2035679817199707,1.362781047821045,-1.0992130041122437,-2.354645013809204,-1.2338240146636963,0.5256630182266235,0.1525679975748062,1.2261509895324707,-0.48067501187324524,-1.2129969596862793,-1.2900810241699219,0.9623079895973206,-0.043977998197078705,1.1031370162963867,-0.9360309839248657,0.7247999906539917,2.2351698875427246,0.5817049741744995,0.8409860134124756,-1.1682510375976562,0.6689310073852539,-1.3926490545272827,-1.213405966758728,-1.4095460176467896,0.9146950244903564,1.7035139799118042,-1.317020058631897,0.3616099953651428,-0.21496699750423431,-1.2196259498596191,-0.5232089757919312,1.116217017173767,-0.46963998675346375,-1.0767489671707153,-0.3405520021915436,1.1125420331954956,2.6942739486694336,2.668760061264038,-0.11556100100278854,2.3494949340820312,1.0716149806976318,1.0789339542388916,-0.15665799379348755,-1.5452719926834106,1.2864140272140503,0.12577499449253082,1.344035029411316,0.0016400000313296914,0.4699060022830963,1.2693519592285156,0.7416830062866211,-0.5471240282058716,2.234100103378296,0.6904860138893127,-1.0490390062332153,0.9437050223350525,0.9700279831886292,-0.17533400654792786,0.6702139973640442,-0.6862859725952148,0.2044059932231903,-0.6761710047721863,-0.47968900203704834,-0.6633189916610718,0.8968660235404968,0.9070460200309753,-0.4754529893398285,-0.4663670063018799,2.8391079902648926,0.09833399951457977,-0.41744300723075867,0.797078013420105,-1.345108985900879,1.3349119424819946,0.7111930251121521,0.7057340145111084,0.9457169771194458,-0.1396079957485199,1.2706010341644287,0.1294270008802414,1.6112500429153442,0.4000619947910309,-1.1257020235061646,-1.2011469602584839,-0.06208600103855133,-1.8375649452209473,0.6408349871635437,0.27392899990081787,-0.4065360128879547,0.16604399681091309,-0.3870350122451782,-0.857358992099762,-1.0474549531936646,-2.058276891708374,-0.36403098702430725,0.1133510023355484,-0.5343829989433289,0.4322659969329834,2.2001090049743652,0.8649899959564209,0.9640960097312927,0.9819639921188354,-1.2739160060882568,1.0067880153656006,-1.2475850582122803,0.5794119834899902,0.25851601362228394,0.8286499977111816,-0.6432859897613525,-0.5541599988937378,-0.5618900060653687,1.1485320329666138,1.1577279567718506,-1.2373980283737183,-0.1426759958267212,-0.758778989315033,-1.1251599788665771,0.39247000217437744,-0.080594003200531,-0.07714500278234482,-0.48014798760414124,-0.948760986328125,-0.6700260043144226,0.03136400133371353,-1.198475956916809,1.0287679433822632,0.09693299978971481,-0.3540689945220947,-0.8072410225868225,1.026250958442688,1.0275249481201172,2.884816884994507,0.6951879858970642,-1.5585589408874512,0.9109230041503906,0.06780699640512466,1.068160057067871,-0.3322950005531311,-1.320770025253296,-1.7743380069732666,-0.4118629992008209,-1.2527110576629639,-0.8651940226554871,0.13369199633598328,-0.9296860098838806,0.24527700245380402,-0.9017390012741089,-2.2537589073181152,1.8500289916992188,1.8671109676361084,1.7108759880065918,1.7874720096588135,1.0288350582122803,-1.0257019996643066,-0.7720180153846741,1.2543870210647583,0.12063000351190567,-0.6915789842605591,-1.4616130590438843,-1.2070839405059814,-0.6828330159187317,-1.2572779655456543,1.6343239545822144,0.2367119938135147,0.06531599909067154,-0.6264129877090454,-0.5651490092277527,0.7158240079879761,0.5182250142097473,0.7334330081939697,-1.250311017036438,-1.7127059698104858,-1.7367520332336426,0.023555999621748924,-0.9077519774436951,-0.9623839855194092,-0.3408840000629425,0.18977899849414825,-1.955193042755127,-1.193442940711975,-1.1983100175857544,-1.212965965270996,0.2568579912185669,2.049838066101074,-1.1747759580612183,0.09954199939966202,-0.610273003578186,-2.0710489749908447,-0.6255390048027039,1.527796983718872,1.471081018447876,1.5295100212097168,-1.0938379764556885,0.6262069940567017,-0.3601050078868866,-1.2740960121154785,0.9380530118942261,2.718611001968384,-0.8650820255279541,-1.1999260187149048,-0.8397279977798462,0.046748001128435135,0.07320400327444077,-0.9606500267982483,-0.28285500407218933,-1.2688339948654175,-0.00709300022572279,-0.5886930227279663,0.8968809843063354,0.8895440101623535,-1.0391919612884521,-0.8994939923286438,-0.7346810102462769,-1.2286829948425293,0.8609099984169006,0.9659730195999146,1.246554970741272,-1.057479977607727,-0.8835700154304504,-0.15367700159549713,-0.8529340028762817,2.487091064453125,-0.4784730076789856,0.6165850162506104,-0.9304749965667725,1.6992590427398682,-1.1941770315170288,-1.4994579553604126,0.5859799981117249,0.25091099739074707,0.7702919840812683,-2.382533073425293,0.6398670077323914,0.2621389925479889,0.3649100065231323,-0.5619149804115295,0.6047300100326538,0.790848970413208,-1.1980509757995605,1.240293025970459,0.8655200004577637,-1.069682002067566,-1.3600690364837646,0.6792920231819153,-1.0273590087890625,-2.3677830696105957,-0.20678900182247162,-0.1710440069437027,0.14685100317001343,-0.26250800490379333,-1.0021090507507324,1.5841059684753418,0.800150990486145,0.37352100014686584,-0.15717199444770813,-1.6777420043945312,-0.4003250002861023,-1.319254994392395,0.7164700031280518,-0.6259920001029968,-0.294948011636734,-0.22612899541854858,0.0021210000850260258,-1.2308800220489502,2.7217140197753906,1.1800309419631958,0.22045500576496124,0.1841849982738495,-1.313146948814392,-1.2630350589752197,-0.8295890092849731,-0.812138020992279,-0.5886399745941162,0.9293910264968872,-0.1656239926815033,1.1593470573425293,-0.8816609978675842,-1.032039999961853,-1.0699080228805542,1.7778209447860718,-0.18037399649620056,-1.5034559965133667,0.20680199563503265,0.5974699854850769,-0.6482970118522644,-1.4279329776763916,1.1062779426574707,-1.1496020555496216,-1.0238560438156128,1.0577349662780762,0.1475220024585724,2.520801067352295,-0.6271510124206543,0.8861989974975586,-0.34845298528671265,-0.3522909879684448,0.6369839906692505,1.258957028388977,-1.0028150081634521,-1.1308120489120483,-1.1634570360183716,-0.1300009936094284,-1.1922630071640015,-0.46733999252319336,-1.325961947441101,1.244968056678772,-0.9840850234031677,-0.980239987373352,-0.9237189888954163,-0.40092501044273376,-1.4482309818267822,-1.0681439638137817,-0.058720000088214874,-0.66041100025177,1.2422939538955688,-0.2906250059604645,1.109518051147461,1.0914629697799683,-1.3449130058288574,0.4410879909992218,1.226552963256836,1.2572959661483765,1.8842240571975708,-1.2808339595794678,0.43220698833465576,1.0081130266189575,1.112396001815796,1.0008130073547363,0.9725019931793213,-2.1861720085144043,2.048430919647217,-0.08239699900150299,-1.051177978515625,-0.11804100126028061,-1.265395998954773,1.9096920490264893,-1.0433520078659058,-0.5698469877243042,0.06250499933958054,-0.7199710011482239,0.7461220026016235,-1.4360389709472656,1.0005799531936646,-0.6164259910583496,0.786637008190155,1.5549620389938354,0.5066890120506287,1.7176460027694702,0.03716300055384636,0.678246021270752,0.6942859888076782,0.7105849981307983,0.6848530173301697,-0.5988630056381226,1.3488800525665283,0.9478449821472168,-1.0519499778747559,-0.11597300320863724,-0.16888299584388733,1.2204070091247559,-0.8391820192337036,2.0420420169830322,-1.447540044784546,-1.6265679597854614,0.9984049797058105,2.5902020931243896,-0.25961199402809143,1.386441946029663,1.386199951171875,-0.1382340043783188,1.3155020475387573,-1.1693960428237915,-0.526619017124176,0.4042229950428009,1.7434459924697876,0.08240199834108353,-0.15291599929332733,1.241318941116333,0.5501769781112671,1.9217430353164673,-0.46020498871803284,0.09106799960136414,1.2295420169830322,-0.3289969861507416,0.9704779982566833,-0.23733699321746826,-0.8665900230407715,-1.2524709701538086,2.7544660568237305,0.7218539714813232,0.1849530041217804,-1.2723909616470337,2.375288963317871,1.135612964630127,0.525305986404419,0.39813199639320374,0.32923099398612976,2.025969982147217,-0.7648130059242249,-0.5752509832382202,1.1586370468139648,-0.01190400030463934,-0.29082000255584717,-0.1668359935283661,0.905655026435852,0.597586989402771,0.5858839750289917,-1.8798370361328125,-1.9815829992294312,1.5386619567871094,-2.2096331119537354,-0.9076079726219177,-1.867156982421875,-0.7828570008277893,-0.47911500930786133,0.6511629819869995,-2.341196060180664,-0.18169400095939636,-0.4378660023212433,0.9646819829940796,-1.3350939750671387,-0.6963480114936829,-0.03368600085377693,0.5414590239524841,-0.16645699739456177,2.2252659797668457,-0.17248499393463135,-0.7435150146484375,-0.29252201318740845,0.16691599786281586,1.7245630025863647,0.34221601486206055,0.4995900094509125,1.2347609996795654,-1.2338470220565796,2.155740976333618,0.9410430192947388,0.8790839910507202,0.27544599771499634,-0.7175729870796204,0.2604660093784332,1.972561001777649,2.188891887664795,0.08885200321674347,-0.432904988527298,0.36312198638916016,0.45302799344062805,-0.7814000248908997,-0.7290210127830505,-0.2274709939956665,0.38426199555397034,0.3805199861526489,1.1917109489440918,-0.8534359931945801,-1.178475022315979,-1.0392969846725464,-0.2929530143737793,-0.31109899282455444,0.8162990212440491,-0.28418800234794617,1.1749780178070068,0.4185729920864105,1.2028859853744507,0.9515950083732605,-0.366005003452301,1.2463730573654175,-0.7439820170402527,1.3655719757080078,-0.3563460111618042,0.27080899477005005,0.4701690077781677,1.9180270433425903,1.8960239887237549,-0.981905996799469,1.285033941268921,-1.2357399463653564,-1.0303820371627808,0.3677160143852234,-0.9769780039787292,1.4228440523147583,-0.6535149812698364,2.2627251148223877,-0.7631000280380249,-0.8339210152626038,-0.5399330258369446,0.3055869936943054,0.5505750179290771,0.6590930223464966,-0.5592910051345825,-0.5351970195770264,-0.5271980166435242,1.0804810523986816,-0.7288619875907898,-2.0428619384765625,-0.896930992603302,0.8884000182151794,-0.12985800206661224,0.2818869948387146,-0.20987099409103394,1.516332983970642,0.38197699189186096,0.45047199726104736,0.596340000629425,-1.7700159549713135,1.114177942276001,-1.1014080047607422,0.2745620012283325,0.8548889756202698,0.3498240113258362,0.8760570287704468,1.647326946258545,-0.6607710123062134,-0.46263501048088074,0.9809539914131165,0.23158100247383118,0.2529729902744293,0.05189500004053116,1.6797200441360474,0.3251489996910095,0.3388670086860657,-1.9558110237121582,-1.9192659854888916,1.1304019689559937,1.6284099817276,0.9028149843215942,1.7687489986419678,1.8040809631347656,1.6363110542297363,0.32023000717163086,-1.165444016456604,-0.11974699795246124,-0.37948599457740784,1.1640340089797974,0.6895530223846436,0.7362269759178162,-0.8600640296936035,-1.056988000869751,-0.4298200011253357,0.7475090026855469,-1.1590420007705688,-1.1621019840240479,-0.3772889971733093,-1.278818964958191,-0.6968399882316589,-0.6137239933013916,-0.8459960222244263,-0.5322290062904358,0.9787449836730957,-1.0220329761505127,-0.63954097032547,-0.7888529896736145,0.42290300130844116,-0.14386600255966187,-0.030175000429153442,0.4049220085144043,-0.8546450138092041,2.2731170654296875,-0.7328460216522217,-1.1886240243911743,0.7028120160102844,1.1884870529174805,-0.5052490234375,-0.9899449944496155,-0.9807479977607727,-1.0801810026168823,0.8524199724197388,-0.13377399742603302,-0.1473730057477951,1.039720058441162,2.2455410957336426,-0.9464280009269714,1.6792629957199097,-1.0270459651947021,-0.8423460125923157,1.1220959424972534,-0.6598430275917053,2.627574920654297,0.8429399728775024,1.2378259897232056,-1.4267749786376953,-0.0274059996008873,0.020163999870419502,-1.171265959739685,0.45583799481391907,0.08977100253105164,-0.2525539994239807,0.708541989326477,0.7242739796638489,-0.4154190123081207,-1.1385749578475952,2.427241086959839,2.3453450202941895,0.6398550271987915,-0.0892219990491867,1.4313230514526367,1.2408490180969238,0.9690250158309937,0.14499600231647491,1.7320259809494019,-0.5637999773025513,2.3121039867401123,0.015176000073552132,0.7460479736328125,0.11520200222730637,2.058155059814453,0.7906680107116699,-1.1026999950408936,-1.2323989868164062,0.8001459836959839,0.5642240047454834,-0.6922990083694458,-0.24616999924182892,-0.3889699876308441,0.6974499821662903,-2.1001288890838623,-1.9467849731445312,-1.8794139623641968,2.8838388919830322,2.4291529655456543,-2.051137924194336,0.7394350171089172,-1.1836589574813843,-1.1824790239334106,-0.07605499774217606,1.2333530187606812,0.3325690031051636,1.0740389823913574,1.0180330276489258,-0.2589989900588989,-0.8257589936256409,0.5206760168075562,0.008356000296771526,-1.7309999465942383,-0.3628999888896942,-0.8714600205421448,1.7455650568008423,0.3385019898414612,-0.044047001749277115,1.1008960008621216,-1.6189119815826416,-0.17048799991607666,0.5832120180130005,0.6957039833068848,0.18999500572681427,-0.11095800250768661,-0.6647589802742004,0.05130000039935112,-1.3955509662628174,0.9150519967079163,-0.13265399634838104,-2.1071369647979736,-1.966163992881775,-0.6458209753036499,0.8567960262298584,0.924547016620636,0.9119150042533875,0.8844320178031921,0.879863977432251,0.9085260033607483,2.4895479679107666,0.8666380047798157,0.6294990181922913,0.8945469856262207,0.8473169803619385,-0.9467930197715759,0.18885600566864014,2.6752219200134277,0.5472739934921265,1.2859610319137573,0.3953169882297516,0.7555649876594543,-0.3036229908466339,-0.2982479929924011,-0.3937639892101288,-0.24626900255680084,-1.947182059288025,1.8951259851455688,-1.010125994682312,-0.5764830112457275,2.451509952545166,-0.9582200050354004,1.2160120010375977,1.1420880556106567,0.06879399716854095,2.338054895401001,-0.23198600113391876,-0.7443230152130127,-0.51870197057724,-1.3261280059814453,-1.212677001953125,-0.6412929892539978,1.1965769529342651,-1.138381004333496,0.6454359889030457,-1.173187017440796,1.0988630056381226,-0.8986700177192688,-2.459336996078491,-0.9361169934272766,-0.7855790257453918,1.918045997619629,1.163411021232605,-0.7533869743347168,0.39736101031303406,1.7012330293655396,2.1263010501861572,2.655103921890259,0.21217699348926544,-0.1620209962129593,-1.1360470056533813,0.7146400213241577,-0.0028979999478906393,-1.2294800281524658,-0.8937910199165344,-0.12145800143480301,0.292059987783432,0.3429209887981415,0.4058530032634735,-0.6279940009117126,0.2689320147037506,-0.9499880075454712,0.7342489957809448,0.5336210131645203,1.3099859952926636,1.3266910314559937,2.0313169956207275,2.251262903213501,-0.47186601161956787,1.1117969751358032,1.953719973564148,-1.0009130239486694,-0.9770879745483398,0.37629398703575134,1.8909380435943604,1.257256031036377,2.023988962173462,-1.092926025390625,-0.409498006105423,-0.8970789909362793,-0.188400000333786,-0.8702340126037598,0.8103809952735901,-0.014113999903202057,-0.010803000070154667,0.0015569999814033508,-0.2646409869194031,-0.006680000107735395,1.1176270246505737,-0.45225900411605835,1.063122034072876,1.0269650220870972,0.23806600272655487,1.054321050643921,-1.192613959312439,0.4707149863243103,2.7037808895111084,-0.6033170223236084,-1.2334929704666138,-0.29638099670410156,1.736976981163025,0.8056849837303162,-0.7166889905929565,-1.3398200273513794,-0.4927380084991455,0.5481100082397461,-1.0335559844970703,0.01819700002670288,0.7402729988098145,-0.7718510031700134,-1.137848973274231,-0.952826976776123,1.3626869916915894,0.5484139919281006,-1.4293819665908813,0.6688910126686096,-0.20902599394321442,-0.5564540028572083,-1.7752530574798584,0.030897000804543495,-1.101199984550476,0.9411470293998718,-0.38903799653053284,0.6914550065994263,0.09931100159883499,0.6918410062789917,-0.7937279939651489,-1.2540730237960815,-1.5474779605865479,0.6152349710464478,0.6257780194282532,1.0161269903182983,0.8745309710502625,-0.8351050019264221,0.7960469722747803,0.4549739956855774,-1.225404977798462,0.2588379979133606,-0.8315650224685669,-0.44452399015426636,-0.30829501152038574,1.5122100114822388,-1.037037968635559,-1.1100250482559204,-0.9544010162353516,0.4362249970436096,0.4884980022907257,-0.10653000324964523,-0.6520460247993469,-0.6593400239944458,0.07672800123691559,-0.8861349821090698,-0.9348750114440918,-1.211819052696228,0.9215999841690063,1.0321040153503418,-0.6668720245361328,-0.23256100714206696,0.028243999928236008,0.4828140139579773,-1.0501519441604614,2.0370030403137207,-1.057770013809204,1.214074969291687,1.211959958076477,-1.1135250329971313,-1.0711400508880615,1.503499984741211,0.4799500107765198,0.5560299754142761,-2.1706769466400146,-0.5473589897155762,-0.3927159905433655,-1.1749589443206787,-0.06550300121307373,-0.29886600375175476,0.3919149935245514,-0.12971100211143494,0.05741000175476074,-1.0282009840011597,-1.1167949438095093,1.1098589897155762,-2.0218660831451416,0.6366069912910461,1.225443959236145,0.4816739857196808,-1.351773977279663,0.21000899374485016,0.25667300820350647,-1.1102830171585083,-1.1708370447158813,-0.8814579844474792,-0.9179360270500183,-0.8859480023384094,-0.968861997127533,0.5001389980316162,-1.8869099617004395,-0.093640998005867,-0.7248619794845581,-1.2297519445419312,-0.8046919703483582,-0.9600939750671387,-0.8597739934921265,-0.06834699958562851,-0.5619760155677795,1.7270090579986572,-1.233096957206726,-0.6130139827728271,-1.3376959562301636,1.4164429903030396,-1.7549439668655396,-0.5572080016136169,-1.9633790254592896,2.544517993927002,-0.5339400172233582,-0.6485819816589355,0.697055995464325,2.6043529510498047,-1.1212610006332397,-0.8901979923248291,-0.15003199875354767,1.7693120241165161,0.11862599849700928,-1.1940540075302124,0.9314780235290527,0.8708119988441467,0.37023499608039856,-0.7507879734039307,2.1500070095062256,0.013078000396490097,0.313618004322052,-0.24507400393486023,-1.0948330163955688,-1.1194610595703125,0.8195649981498718,0.8355630040168762,0.755649983882904,0.7773240208625793,0.7370920181274414,-0.8988530039787292,-0.7299259901046753,2.8306429386138916,-0.9958930015563965,-1.038727045059204,-1.0680619478225708,-1.049515962600708,-0.8475049734115601,2.3993170261383057,0.46221300959587097,-0.7403879761695862,1.9220260381698608,0.9520530104637146,-1.0411020517349243,0.19083499908447266,0.4212149977684021,0.019650999456644058,0.9426079988479614,1.9966069459915161,-0.7900599837303162,2.098803997039795,-0.6240919828414917,0.6756240129470825,-0.24382999539375305,0.014053000137209892,1.0835570096969604,-2.1641039848327637,0.0823879987001419,-0.8897550106048584,-1.2913850545883179,0.5421440005302429,0.3852829933166504,-0.15383900701999664,-0.16904699802398682,-0.13748900592327118,1.24714994430542,-0.46894600987434387,-1.23219895362854,-0.2952379882335663,-0.29005399346351624,2.4310638904571533,-1.3187060356140137,1.135221004486084,-0.1480730026960373,1.0025670528411865,2.2021329402923584,-1.3485980033874512,-0.9610559940338135,0.06607799977064133,-0.4555310010910034,1.7529430389404297,2.6257100105285645,-1.029750943183899,-0.15000499784946442,0.9757140278816223,-1.0704209804534912,0.20194600522518158,-0.32439300417900085,-1.9027099609375,1.1487009525299072,1.253829002380371,-0.8911839723587036,-0.8812130093574524,-0.4823780059814453,-0.7691569924354553,-1.085587978363037,-0.1597069948911667,-2.3788869380950928,-2.4398000240325928,0.3736119866371155,0.4262849986553192,-0.6962419748306274,0.7730690240859985,1.2755889892578125,0.20799100399017334,-0.6305040121078491,-1.1574219465255737,1.1409169435501099,-0.5644040107727051,0.38590699434280396,1.2479480504989624,0.550508975982666,1.2075040340423584,2.676909923553467,2.7630770206451416,-0.6039270162582397,-0.4175429940223694,-0.12815499305725098,-1.1766560077667236,0.4206579923629761,0.550029993057251,0.4300200045108795,1.6421469449996948,2.0545830726623535,-0.14731000363826752,0.280133992433548,0.916890025138855,-0.5602269768714905,1.19684898853302,-0.24585500359535217,1.5671149492263794,0.670179009437561,0.11815900355577469,-0.632191002368927,0.4604020118713379,-1.2318919897079468,1.0481679439544678,-1.3653130531311035,0.11443399637937546,-0.3241260051727295,-0.5195770263671875,2.838263988494873,-1.2880899906158447,-0.24678699672222137,-0.9230409860610962,-0.3733519911766052,-0.7171429991722107,-1.1222519874572754,-0.4999240040779114,-0.7504879832267761,0.5647429823875427,0.6759420037269592,-0.9349520206451416,-0.9437869787216187,-0.8176670074462891,-1.1909840106964111,-0.6173710227012634,0.00992400012910366,1.2289069890975952,-0.6257140040397644,-0.5399810075759888,-0.16188299655914307,-1.3103200197219849,0.36669400334358215,0.49242499470710754,-1.2177790403366089,-1.8499670028686523,0.05983300134539604,1.333901047706604,1.0299149751663208,2.8870699405670166,-2.070444107055664,-0.44090399146080017,-0.6864619851112366,2.8589999675750732,0.9465060234069824,1.9885480403900146,-0.9267119765281677,-0.9521539807319641,-0.5551220178604126,1.2374550104141235,-0.0822020024061203,-0.7593740224838257,-2.1705210208892822,-2.061005115509033,-1.0376009941101074,-1.2789679765701294,1.7740249633789062,-2.4151461124420166,2.0121359825134277,-1.7835179567337036,-0.7745169997215271,-0.6733239889144897,-1.483638048171997,-1.101902961730957,-0.4353269934654236,-0.2785640060901642,-0.6487669944763184,0.7774919867515564,-1.069654941558838,-0.7675409913063049,1.2848689556121826,-1.5275260210037231,-0.43950098752975464,-0.7465879917144775,2.5617659091949463,-1.1970839500427246,-0.46269500255584717,-0.03509100154042244,2.0150279998779297,2.4121549129486084,1.1074520349502563,0.3206540048122406,0.3342539966106415,-1.5281599760055542,-0.4353879988193512,-1.3065379858016968,-1.328644037246704,1.7967499494552612,-0.5823100209236145,0.30222201347351074,-1.015259027481079,-1.0928089618682861,0.697708010673523,-1.0392529964447021,0.6154320240020752,0.3919509947299957,-0.5836719870567322,-0.32140299677848816,-1.3197269439697266,1.2233699560165405,2.2432401180267334,-2.236989974975586,0.9217529892921448,1.7049859762191772,0.2660300135612488,1.460252046585083,-0.8795980215072632,-0.5769799947738647,0.038612000644207,0.41436299681663513,0.4177379906177521,1.171043038368225,-0.405460000038147,-0.21892699599266052,1.345818042755127,0.3774459958076477,-1.161803960800171,-0.9831089973449707,1.6198649406433105,-0.9544829726219177,-2.0237200260162354,-1.3805079460144043,0.6484400033950806,0.8742769956588745,-1.2593380212783813,-1.0253690481185913,-1.3104850053787231,0.06440400332212448,-0.01652899943292141,-0.42204898595809937,-0.6241629719734192,2.8066329956054688,-1.5128710269927979,-0.386013001203537,-0.5947350263595581,0.8278229832649231,-1.2160190343856812,-1.1457680463790894,-1.056339979171753,-0.7221779823303223,2.019011974334717,-1.186279058456421,-0.963467001914978,1.0620919466018677,1.0595250129699707,-0.7831439971923828,-0.984703004360199,1.540634036064148,-0.4752669930458069,0.5676730275154114,-0.5520730018615723,-0.18020200729370117,0.15729199349880219,-0.39664098620414734,-0.4242570102214813,-1.2556049823760986,0.43770501017570496,0.4129129946231842,0.40231698751449585,0.1253969967365265,0.4209609925746918,0.6266440153121948,-1.067389965057373,-1.1102290153503418,-0.6755290031433105,2.040637969970703,-1.3158140182495117,-1.3065149784088135,-0.9049170017242432,0.9722830057144165,-0.745947003364563,-0.3655039966106415,-0.9911739826202393,0.8712589740753174,-0.2536270022392273,0.5624319911003113,0.5697960257530212,0.8722839951515198,2.2124290466308594,-0.5070509910583496,-2.492583990097046,2.219696044921875,0.5031539797782898,0.2770000100135803,-1.0956419706344604,-0.25348201394081116,1.5929869413375854,0.5467529892921448,-0.9644299745559692,2.818787097930908,-0.8403059840202332,-0.8646649718284607,0.6684650182723999,-1.8422499895095825,-0.6249539852142334,-0.6095380187034607,-0.9399870038032532,-1.194445013999939,-0.30842599272727966,1.9167399406433105,-1.2664090394973755,-0.9798179864883423,-0.30338698625564575,0.48108598589897156,-1.4802550077438354,-0.4312469959259033,0.7909610271453857,0.7571420073509216,-0.10164699703454971,-0.9922569990158081,0.11036700010299683,0.4746429920196533,-0.23923400044441223,-1.102020025253296,-0.652114987373352,-0.3939409852027893,0.5093870162963867,-0.5028250217437744,-0.757781982421875,-0.7364360094070435,0.1662749946117401,1.0500609874725342,0.6796600222587585,0.10589399933815002,0.6584259867668152,0.5840929746627808,-0.7485420107841492,-0.7042379975318909,-1.0596790313720703,0.9002400040626526,-1.0636670589447021,-1.1189810037612915,0.4560610055923462,-1.1423660516738892,-0.2728559970855713,-1.1469810009002686,-1.0018080472946167,-0.9730679988861084,2.643035888671875,2.689789056777954,0.007639000192284584,-0.5249940156936646,-0.22250600159168243,-0.8362330198287964,-1.424468994140625,-0.07656700164079666,0.7412099838256836,-0.12319900095462799,-0.8492209911346436,-0.17046800255775452,2.168030023574829,0.004815000109374523,-0.7931820154190063,0.23351900279521942,-0.6645939946174622,-0.4862290024757385,-1.1142139434814453,-0.4980719983577728,-0.44207999110221863,-0.4526599943637848,-0.24278299510478973,0.761896014213562,-1.6688679456710815,-1.0836570262908936,-1.2692509889602661,1.1045420169830322,2.2149219512939453,-1.8995620012283325,-0.8032990097999573,-1.125777006149292,-1.1576390266418457,0.13241900503635406,-0.8690779805183411,0.44334301352500916,-0.6881160140037537,-0.25878700613975525,0.25028398633003235,0.901718020439148,-0.5384029746055603,1.0511469841003418,1.0067659616470337,-0.5652520060539246,0.6755269765853882,1.0819510221481323,0.8279759883880615,0.8384050130844116,1.9025449752807617,0.40855899453163147,-0.33250200748443604,1.018447995185852,1.2341419458389282,-0.7992730140686035,-1.344270944595337,0.13090500235557556,-1.1800819635391235,-0.9826989769935608,2.4027600288391113,-0.24665500223636627,1.071660041809082,0.7298700213432312,0.8577489852905273,0.6830139756202698,-1.2440799474716187,1.4668240547180176,-1.0405579805374146,-1.1766129732131958,0.2690959870815277,-0.500128984451294,0.8057649731636047,1.8503680229187012,0.7784730195999146,2.270111083984375,1.1725419759750366,1.4971309900283813,1.130836009979248,-1.1190890073776245,0.45365801453590393,-0.50382000207901,0.2023870050907135,-0.29208698868751526,-1.0027610063552856,1.6014859676361084,-0.22664999961853027,2.2584080696105957,1.7569119930267334,2.335222005844116,1.249392032623291,2.723294973373413,-1.675842046737671,-1.3352919816970825,-1.0293580293655396,1.7432359457015991,-2.2363669872283936,-0.2248079925775528,2.684403896331787,-0.7392200231552124,-0.8363069891929626,2.340423107147217,-0.8378000259399414,-0.48242801427841187,-0.09824799746274948,-0.7867950201034546,-0.5398569703102112,-2.114409923553467,0.18046100437641144,0.1869869977235794,0.09565100073814392,-1.87923002243042,0.10734199732542038,0.18282200396060944,0.2246440052986145,-0.3380340039730072,0.2087399959564209,-0.9509950280189514,1.0524510145187378,-0.8911290168762207,-1.8763940334320068,-0.37742799520492554,0.6068390011787415,2.560770034790039,-0.671754002571106,0.01964700035750866,1.1673539876937866,0.6700199842453003,-0.5219259858131409,-0.8490599989891052,1.0895860195159912,0.8533650040626526,0.8502309918403625,0.9087679982185364,-1.2038650512695312,1.4509960412979126,-1.0355910062789917,-0.9892290234565735,-0.07593300193548203,0.4226070046424866,0.7990779876708984,-0.6627039909362793,2.6942009925842285,-0.6549490094184875,-0.5730730295181274,-1.3755569458007812,-0.8475009799003601,1.5315179824829102,1.602023959159851,1.639747977256775,-0.8366090059280396,2.7410740852355957,0.9183899760246277,0.9270079731941223,-1.1921340227127075,1.1592659950256348,-1.1799750328063965,2.7637879848480225,1.147968053817749,-0.6824110150337219,-0.9522650241851807,-0.6430990099906921,1.1546859741210938,2.5134739875793457,-0.661620020866394,0.9952300190925598,-1.1053869724273682,0.9831900000572205,1.7840410470962524,-0.8808670043945312,2.401726007461548,-1.0727360248565674,2.230048894882202,-0.3523690104484558,-0.8288900256156921,0.792701005935669,2.0867919921875,-0.4082230031490326,0.7820590138435364,0.8046759963035583,1.6385890245437622,-0.8296650052070618,-0.28060001134872437,-0.906033992767334,-1.1732759475708008,0.7768359780311584,0.012261999770998955,0.08876000344753265,0.06927700340747833,0.5298320055007935,1.4494019746780396,0.048190999776124954,2.208739995956421,-0.245605006814003,0.10798700153827667,1.2194830179214478,1.7079119682312012,-1.1438519954681396,0.2977229952812195,-1.0727499723434448,0.49502798914909363,1.2383170127868652,2.5731170177459717,1.9034620523452759,0.05724899843335152,-1.0886919498443604,-1.0943100452423096,0.01993199996650219,0.03646399825811386,0.04360999912023544,2.08902907371521,2.1144280433654785,0.9931579828262329,-0.8136410117149353,-0.9691510200500488,0.7203670144081116,-0.310467004776001,0.9004259705543518,0.6877589821815491,-0.8434649705886841,-1.1976170539855957,-0.8185210227966309,-1.22781503200531,-0.6723170280456543,0.15320199728012085,0.6427919864654541,-0.578715980052948,-0.6145939826965332,0.6471750140190125,-0.6770570278167725,-0.8939440250396729,0.1751919984817505,-0.5707039833068848,-0.6283619999885559,-1.4624329805374146,-0.3089739978313446,-0.36648499965667725,-0.4819140136241913,-0.07933100312948227,1.245074987411499,-0.7653049826622009,-0.6879100203514099,-1.2257519960403442,-1.182252049446106,-1.0107699632644653,-1.1650300025939941,2.806382894515991,-1.1137930154800415,0.9971320033073425,-2.254477024078369,0.9639869928359985,-1.2223080396652222,-1.0788190364837646,-0.9153239727020264,2.3416900634765625,-0.5938370227813721,0.9082369804382324,0.7323579788208008,-0.4474250078201294,-0.35074299573898315,-0.9553160071372986,-1.068532943725586,-1.3056889772415161,1.0546209812164307,0.284960001707077,0.4444819986820221,1.831084966659546,0.4240559935569763,-0.8698899745941162,-0.9478809833526611,0.6183429956436157,0.6366999745368958,-0.019206000491976738,-1.160843014717102,-1.924183964729309,-0.013797000050544739,2.2134060859680176,1.7789649963378906,0.25648999214172363,-0.17530399560928345,1.2652690410614014,-0.6144790053367615,0.5919250249862671,-0.4259740114212036,-0.4644030034542084,-0.05865100026130676,0.7330219745635986,1.0666099786758423,-1.8078540563583374,-1.4233570098876953,0.29679399728775024,-1.2422289848327637,-1.1442790031433105,0.5770869851112366,0.07787500321865082,-1.1822049617767334,-0.7830280065536499,-0.13934199512004852,-0.6205520033836365,-0.1767510026693344,-0.8026180267333984,-1.4314650297164917,-0.17256200313568115,0.5824170112609863,-0.2688960134983063,-0.7078670263290405,0.6565539836883545,1.999284029006958,-0.07282599806785583,-1.0082149505615234,2.425719976425171,2.429133892059326,0.023027999326586723,1.7905399799346924,0.9107149839401245,-1.2221369743347168,-0.011122999712824821,-1.1017580032348633,-0.20297999680042267,-0.016474999487400055,0.8308669924736023,-0.002219999907538295,-0.5120599865913391,2.0331079959869385,1.1653269529342651,-0.49200698733329773,1.1010860204696655,-0.20365899801254272,-0.6358489990234375,1.064046025276184,-0.11270800232887268,2.772900104522705,1.648669958114624,-0.2493470013141632,-0.494717001914978,0.3730910122394562,0.7876129746437073,-0.6086410284042358,-1.1473000049591064,0.6794779896736145,-2.4287869930267334,0.791159987449646,0.41966500878334045,0.6065369844436646,-1.8394060134887695,-1.0088499784469604,-0.5515519976615906,0.7834879755973816,-0.4475640058517456,-0.5336199998855591,-1.8453710079193115,-0.40339699387550354,0.7124210000038147,-0.058876000344753265,1.8279720544815063,-1.263200044631958,2.0295870304107666,-1.1915340423583984,2.093024969100952,0.5963590145111084,-1.225659966468811,0.16620300710201263,-1.1520040035247803,-0.2739120125770569,-0.18759100139141083,0.984932005405426,1.79156494140625,-0.6978610157966614,-0.5975069999694824,-0.055755000561475754,-0.07348199933767319,-1.145990014076233,-0.6326580047607422,-0.6852149963378906,0.43249499797821045,-0.9649680256843567,2.6887009143829346,-0.30013298988342285,1.174564003944397,-0.06956800073385239,-0.9593679904937744,-0.6167979836463928,0.9638689756393433,-0.2356570065021515,-0.250357985496521,0.4930880069732666,0.6242600083351135,-0.5271649956703186,0.7021170258522034,0.2879030108451843,1.0780940055847168,-0.31789499521255493,0.47690001130104065,1.102921962738037,-0.917460024356842,-1.1554410457611084,-1.1655429601669312,-1.179137945175171,-1.1039479970932007,-1.137882947921753,-0.5806009769439697,-0.07857900112867355,-1.5550880432128906,-0.7565770149230957,-0.6343590021133423,-1.1283429861068726,-0.20024900138378143,-1.215082049369812,-0.4263400137424469,0.3363479971885681,-0.8151100277900696,-0.7927320003509521,-1.1949080228805542,1.183426022529602,-0.912680983543396,2.8347930908203125,0.9496840238571167,0.24564699828624725,1.1814090013504028,-0.08283200114965439,1.8086340427398682,-0.9068149924278259,0.39681899547576904,-1.094565987586975,-1.3279889822006226,2.2240450382232666,1.4685879945755005,-1.4472579956054688,-1.5552849769592285,-1.0518800020217896,1.7479859590530396,-0.5730869770050049,-2.4512939453125,0.2240069955587387,-0.9100840091705322,0.38550201058387756,0.5094910264015198,1.836987018585205,0.2505030035972595,-1.1817100048065186,-0.06259900331497192,0.36636701226234436,-0.13168799877166748,-0.3229750096797943,-0.01617399975657463,-1.3551709651947021,-1.2436100244522095,1.258085012435913,1.0624209642410278,1.764968991279602,0.5172039866447449,-2.3510279655456543,-1.3825249671936035,-0.16391000151634216,-2.2265779972076416,-1.0226750373840332,-1.0285919904708862,0.5792239904403687,-0.19587500393390656,-1.6920050382614136,-0.346125990152359,1.0258469581604004,-0.5828920006752014,0.046709999442100525,-1.2569700479507446,1.6372179985046387,-0.5854550004005432,-1.2711149454116821,-0.9082639813423157,-0.030834000557661057,-0.33454999327659607,1.132585048675537,-1.203570008277893,1.3000940084457397,-0.8418449759483337,-0.7468600273132324,-0.525879979133606,-1.636281967163086,-0.645887017250061,-0.37886500358581543,1.106456995010376,-0.402415007352829,-0.9923539757728577,1.1640009880065918,-0.11920499801635742,-0.1118139997124672,-1.2405469417572021,-0.33213698863983154,2.341559886932373,1.1336020231246948,1.054118037223816,2.450171947479248,-0.6936089992523193,1.0500849485397339,-0.37845200300216675,-1.2754520177841187,0.10593000054359436,-0.11563199758529663,2.5673139095306396,-0.5068439841270447,0.3123379945755005,0.6368979811668396,0.9264299869537354,-0.2198760062456131,1.990813970565796,-0.3341499865055084,-0.7936409711837769,1.1367980241775513,-1.5401359796524048,0.8676369786262512,-0.9960169792175293,-2.3498148918151855,-1.0196219682693481,2.2388219833374023,-0.5887699723243713,0.9177430272102356,-1.234043002128601,-0.5672969818115234,0.03574800118803978,-1.0884250402450562,0.20603600144386292,0.4842369854450226,0.4617219865322113,0.05253399908542633,2.1686289310455322,-0.8440899848937988,0.5957249999046326,-0.10826800018548965,0.3723999857902527,-1.11257803440094,0.9152389764785767,0.001715000020340085,2.6984100341796875,-0.6416680216789246,-0.050144001841545105,0.5973299741744995,0.16006599366664886,-0.19954100251197815,0.15071499347686768,0.679485023021698,2.5027360916137695,-0.9951270222663879,-1.850113034248352,-1.182541012763977,-1.16839599609375,0.689191997051239,-0.6990709900856018,-1.2102060317993164,1.2395009994506836,1.4860639572143555,0.15623700618743896,-0.9180499911308289,1.031479001045227,0.8365910053253174,-1.0168999433517456,-1.3841580152511597,0.3952310085296631,-1.169381022453308,2.382390022277832,-0.6126030087471008,0.7109450101852417,-0.5254549980163574,0.002650999929755926,0.20408999919891357,-0.10360900312662125,-0.1747169941663742,0.3178350031375885,-1.1837079524993896,0.7196429967880249,0.7708699703216553,0.9046779870986938,-1.1891720294952393,-0.34411999583244324,-0.3255789875984192,-0.978797972202301,2.693492889404297,0.21875299513339996,-1.1822400093078613,1.320233941078186,-0.8802379965782166,0.05860599875450134,1.1958450078964233,0.6951879858970642,-1.384060025215149,-0.2119230031967163,1.095531940460205,1.0502170324325562,-0.583620011806488,1.9893529415130615,0.8705080151557922,-0.6145809888839722,-0.6041939854621887,-0.7749459743499756,2.6876680850982666,-0.0022529999259859324,0.06196599826216698,0.44900599122047424,0.4839000105857849,-0.6783940196037292,-0.09623599797487259,-0.9687809944152832,2.6954689025878906,-0.9298210144042969,0.6269040107727051,0.7448449730873108,1.2659159898757935,-0.9255459904670715,0.7265589833259583,-1.4725619554519653,-0.9694920182228088,1.091299057006836,2.789275884628296,-0.12832899391651154,-0.7457429766654968,-1.239577054977417,-0.07435599714517593,-0.15174999833106995,0.03893100097775459,2.428636074066162,-0.10276799649000168,-0.9652590155601501,-0.9794740080833435,-0.9292029738426208,0.26005199551582336,0.5429689884185791,1.2850090265274048,2.610564947128296,2.6031649112701416,0.3540950119495392,0.5786439776420593,-1.1022779941558838,-0.542087972164154,1.663802981376648,0.20024099946022034,1.0701980590820312,-2.2982940673828125,0.7807480096817017,0.8082680106163025,1.2532449960708618,-0.9320350289344788,-0.005762999877333641,1.7438100576400757,-0.5586810111999512,-0.8619139790534973,-0.14523300528526306,1.3224749565124512,1.666867971420288,-0.4949359893798828,-0.7255100011825562,-1.1950329542160034,-0.37097200751304626,1.7435909509658813,-0.7474830150604248,-0.28745999932289124,-0.9369140267372131,1.7365820407867432,0.8897519707679749,-0.8942109942436218,-0.17482499778270721,0.5845059752464294,-0.7148360013961792,1.933853030204773,-0.9272099733352661,-0.8817750215530396,-1.4096570014953613,0.12965799868106842,-1.6092660427093506,0.9814950227737427,0.956059992313385,-1.019821047782898,-1.0177839994430542,0.841385006904602,0.11007200181484222,1.3984450101852417,2.034595012664795,-0.6531569957733154,0.9017170071601868,0.9050890207290649,0.6684619784355164,-1.5895040035247803,-0.6234750151634216,-0.9189550280570984,-0.4599969983100891,-0.6122140288352966,1.8233180046081543,-0.8627039790153503,0.8119410276412964,-1.039273977279663,-0.36375701427459717,0.19574899971485138,2.343061923980713,0.7999699711799622,0.6215900182723999,-0.20188499987125397,-1.2309459447860718,-0.36052799224853516,1.4119069576263428,0.937595009803772,0.028558999300003052,-1.2715950012207031,0.9363710284233093,0.9765639901161194,-1.2219699621200562,-1.1928249597549438,-1.2229000329971313,-0.7586359977722168,0.3773939907550812,-2.3029348850250244,-1.2122089862823486,-1.2774699926376343,-1.2734999656677246,-1.918990969657898,-1.736111044883728,0.6102790236473083,-0.5495110154151917,1.2015210390090942,-0.11646900326013565,-1.232686996459961,0.0017930000321939588,0.3209629952907562,-0.042711999267339706,2.7104620933532715,0.3327299952507019,-2.255790948867798,2.202564001083374,0.368941992521286,-0.6376680135726929,0.7532939910888672,-0.5205709934234619,0.7546280026435852,1.6380430459976196,2.1390769481658936,1.1755520105361938,0.4082610011100769,0.8398450016975403,-1.1633529663085938,0.9130110144615173,2.8261349201202393,-0.26137301325798035,-2.488898992538452,-1.3275409936904907,-1.2817020416259766,1.950165033340454,-0.802981972694397,0.8947420120239258,-1.148455023765564,-0.408596009016037,1.5098799467086792,-1.211804986000061,0.021088000386953354,-1.2281240224838257,-1.1962100267410278,0.2437169998884201,-0.8896269798278809,-0.5909950137138367,1.0947860479354858,2.215545892715454,0.031158000230789185,-0.6999589800834656,0.9681379795074463,-1.0186699628829956,-0.5944219827651978,-0.922461986541748,1.7872240543365479,0.12591800093650818,0.13539400696754456,-0.9529470205307007,-0.31028199195861816,1.2819390296936035,-1.6811619997024536,-1.755262017250061,0.0717030018568039,-1.094316005706787,0.8016650080680847,0.7600600123405457,1.2135460376739502,0.8229320049285889,0.7894909977912903,0.06713899970054626,-1.1282919645309448,0.40930500626564026,-0.8173220157623291,-1.0140190124511719,0.7962110042572021,2.23545503616333,-0.723812997341156,0.7068229913711548,2.24180006980896,-0.8302419781684875,-0.6656410098075867,-1.2595009803771973,-1.238752007484436,1.1545579433441162,-1.590345025062561,2.068917989730835,-2.119476079940796,-1.1813770532608032,-1.554476022720337,1.0675770044326782,-0.025224000215530396,-1.054540991783142,-1.353240966796875,0.5810750126838684,0.6418020129203796,-0.4935449957847595,-1.8937840461730957,-0.2249229997396469,-0.700901985168457,0.7264270186424255,-0.9000639915466309,1.3894200325012207,0.6783429980278015,0.5698559880256653,1.242445945739746,2.306497097015381,0.08282499760389328,2.115731954574585,-0.7178980112075806,-1.1602230072021484,0.06999099999666214,0.9924349784851074,2.0791549682617188,1.0138579607009888,1.0906219482421875,-0.6727380156517029,-0.42144399881362915,1.1105639934539795,1.0539000034332275,-0.6970199942588806,-0.7688450217247009,-0.3208810091018677,-2.1169660091400146,-0.7732189893722534,-1.2916059494018555,-0.48539701104164124,-0.4695590138435364,1.548684000968933,0.06722299754619598,0.2910099923610687,1.0029879808425903,0.28169599175453186,-0.21367600560188293,0.10803800076246262,-0.5097190141677856,-0.9570789933204651,1.8739169836044312,1.847269058227539,-0.7128210067749023,-0.9829409718513489,-0.8968549966812134,1.4407860040664673,-1.0150760412216187,-1.512760043144226,-0.6984919905662537,-1.0928499698638916,-2.0889511108398438,1.857964038848877,-0.8754010200500488,-1.627310037612915,0.15200699865818024,0.3524560034275055,0.19637000560760498,0.6350250244140625,-1.1604160070419312,-0.8992490172386169,1.2688499689102173,0.3922879993915558,2.4718210697174072,-1.3300590515136719,0.8172709941864014,-0.7822819948196411,-0.796733021736145,-0.7771700024604797,1.0004429817199707,-0.8814619779586792,1.1360280513763428,-0.8843520283699036,0.7319589853286743,-0.2643660008907318,2.094676971435547,-0.34123799204826355,0.6902430057525635,-1.3318289518356323,0.7082859873771667,-1.0774580240249634,-0.45956599712371826,-1.006314992904663,-1.182800054550171,-0.3819490075111389,-0.4662039875984192,1.615697979927063,-1.3381810188293457,0.19453799724578857,0.208529993891716,0.09326999634504318,-0.23028400540351868,-0.6485099792480469,1.1966270208358765,-0.5488250255584717,0.4305900037288666,-2.252228021621704,-1.0859990119934082,1.078029990196228,1.2659070491790771,0.4629859924316406,1.343196988105774,1.7114280462265015,0.5610439777374268,-0.2723580002784729,1.0418720245361328,-0.8114510178565979,0.6276640295982361,1.228044033050537,-0.658653974533081,1.0083470344543457,1.0097500085830688,0.8522800207138062,0.9012150168418884,-1.0508480072021484,-1.0651090145111084,0.09455099701881409,0.07917799800634384,0.3382610082626343,-0.509306013584137,0.42379599809646606,-0.18668299913406372,0.742347002029419,-0.4741419851779938,-0.48626700043678284,0.13206100463867188,-1.1706629991531372,0.956853985786438,-1.0335719585418701,-1.0595899820327759,-1.2462639808654785,1.8232460021972656,1.598073959350586,-1.3312410116195679,0.06149299815297127,-1.2979609966278076,-0.5676299929618835,0.4324379861354828,-0.0411980003118515,0.4990920126438141,-0.01711999997496605,0.7670980095863342,-1.0053789615631104,-1.1795320510864258,-1.0134880542755127,2.167725086212158,0.010215000249445438,-0.2652139961719513,-0.5126410126686096,-0.779990017414093,-0.4306820034980774,-1.0758520364761353,0.7882040143013,0.12664300203323364,-1.1889879703521729,0.605368971824646,1.5018030405044556,-0.18441499769687653,-0.2190379947423935,1.3090440034866333,-0.5885419845581055,-1.5449680089950562,0.014216000214219093,2.6550419330596924,-0.2734229862689972,-2.00136399269104,-0.7202889919281006,-0.9882670044898987,-0.3531720042228699,1.356281042098999,2.2292139530181885,1.8167879581451416,0.4550960063934326,0.4750329852104187,0.48625698685646057,0.8016549944877625,1.0571329593658447,-0.7232779860496521,0.022909000515937805,-0.22074800729751587,-1.71710205078125,2.838711977005005,-0.9792219996452332,1.7506589889526367,-0.9866830110549927,1.0433189868927002,0.6458060145378113,-0.15481199324131012,2.8381900787353516,-0.5679609775543213,-0.8246880173683167,-0.6476680040359497,-0.6101740002632141,-1.087123990058899,1.0071890354156494,0.9961559772491455,1.1335870027542114,1.6956629753112793,1.1969029903411865,1.0327249765396118,-0.4254229962825775,-0.7469239830970764,0.9262819886207581,2.5591959953308105,2.0605950355529785,1.0842570066452026,0.1584949940443039,0.0842289999127388,0.207846000790596,-0.1589909940958023,0.2862820029258728,0.7254859805107117,1.0180779695510864,1.1091020107269287,0.3536530137062073,-0.6486210227012634,-0.3177820146083832,-1.451454997062683,1.7634090185165405,1.2713849544525146,1.2306580543518066,-0.8973000049591064,0.20363600552082062,0.21869400143623352,2.3506979942321777,2.390225887298584,-0.9991970062255859,-1.2276990413665771,-0.3083859980106354,1.6903380155563354,0.9407200217247009,-1.050889015197754,-0.06998699903488159,0.7560049891471863,0.9369350075721741,0.7071679830551147,0.9454039931297302,0.7778480052947998,2.6717069149017334,1.090744972229004,-0.8666970133781433,1.0106350183486938,0.944167971611023,-0.8129240274429321,0.1692499965429306,0.09183400124311447,-0.1489109992980957,-2.4849400520324707,1.3050220012664795,-0.7107200026512146,-1.0450479984283447,-0.7372050285339355,-0.4117720127105713,-1.264451026916504,-0.7676860094070435,1.1207369565963745,-1.1337740421295166,1.6475770473480225,-0.2034049928188324,0.32289600372314453,0.6406300067901611,-0.8371890187263489,2.8504180908203125,0.11408499628305435,0.2048330008983612,1.2363859415054321,0.21070000529289246,-0.23917099833488464,-0.1863030046224594,0.6625149846076965,-0.6077790260314941,-0.9651769995689392,-0.2026599943637848,-1.1037919521331787,-0.31172600388526917,0.02068600058555603,-1.124163031578064,0.05948200076818466,1.0689200162887573,2.0709190368652344,0.5663250088691711,0.541034996509552,-1.328881025314331,-0.5366089940071106,-0.9573410153388977,-0.3446219861507416,0.997331976890564,-0.9339159727096558,-1.6480790376663208,0.8077690005302429,-1.1738369464874268,-0.7608039975166321,0.08304800093173981,-1.539212942123413,-1.628937005996704,0.45824500918388367,-0.4270319938659668,-0.4974699914455414,-0.05335000157356262,1.8971580266952515,-1.8436150550842285,-0.9098659753799438,-0.02838899940252304,-1.2270920276641846,-0.22631099820137024,-0.8262330293655396,0.6451870203018188,-0.7962520122528076,0.893546998500824,-1.0864900350570679,1.2420259714126587,-0.5899119973182678,2.79345703125,2.8039400577545166,1.177767038345337,0.20624199509620667,-2.1408538818359375,1.1375800371170044,0.05102499946951866,1.7326090335845947,-0.9546359777450562,2.300555944442749,2.678925037384033,-2.363161087036133,0.7560909986495972,-2.2548370361328125,-0.8819220066070557,-1.7730560302734375,-1.20927894115448,-0.48100998997688293,-0.4703710079193115,0.4960399866104126,-0.3971579968929291,-1.4263310432434082,0.8427860140800476,0.6049969792366028,-0.9615790247917175,-0.9523530006408691,-0.902463972568512,-0.9887940287590027,-0.4683449864387512,-0.49855300784111023,-0.9964749813079834,0.7661269903182983,-1.3189979791641235,-1.184954047203064,-1.1293909549713135,1.0650049448013306,0.8278700113296509,-1.2074790000915527,-0.029464999213814735,0.5268359780311584,0.8698989748954773,0.2764120101928711,0.2606329917907715,0.21196000277996063,0.19555699825286865,0.12145999819040298,0.31508201360702515,0.46299898624420166,0.8407449722290039,0.5686249732971191,1.2114800214767456,-0.43231201171875,-1.1806219816207886,-0.20919600129127502,1.1557949781417847,-0.918927013874054,0.548412024974823,-1.8555890321731567,-0.7846800088882446,-1.9983370304107666,0.7286790013313293,-0.9983369708061218,-1.3409919738769531,-1.300158977508545,-1.185250997543335,2.032921075820923,-0.9004510045051575,-0.8914549946784973,0.9960449934005737,-0.8642969727516174,-1.3209960460662842,0.9303619861602783,0.9314320087432861,-1.0520780086517334,-0.9001320004463196,2.7671680450439453,0.9159899950027466,-0.550125002861023,-0.3701170086860657,-0.649403989315033,-0.19616100192070007,-1.1652569770812988,-1.188012957572937,0.18822699785232544,-0.3153440058231354,-0.787684977054596,0.9133650064468384,-0.7702479958534241,1.6890809535980225,0.2526229918003082,-0.9020749926567078,-2.2325289249420166,-0.6148200035095215,-0.21276900172233582,-0.06436099857091904,1.4247839450836182,-0.28426501154899597,-0.07381299883127213,-0.47457000613212585,-0.9972149729728699,0.48180100321769714,0.4405759871006012,-1.0785620212554932,0.7679600119590759,0.053856998682022095,2.8103408813476562,0.022836999967694283,-0.751937985420227,-0.21202799677848816,1.14472496509552,0.30601200461387634,1.9970200061798096,-0.7614269852638245,1.3725130558013916,0.9247940182685852,1.1440240144729614,-0.67194002866745,1.2001190185546875,1.1404379606246948,0.22721900045871735,-1.245864987373352,2.2430570125579834,-0.14175599813461304,-0.12101700156927109,-0.3767940104007721,-1.0719300508499146,0.05347200110554695,1.3735140562057495,1.3828779458999634,-1.2132949829101562,-1.465967059135437,0.40615901350975037,-1.4781650304794312,0.42564401030540466,0.44718900322914124,0.2583400011062622,0.8110610246658325,0.9683480262756348,1.158931016921997,-0.31231701374053955,0.4386120140552521,0.35442399978637695,0.4426479935646057,0.7394469976425171,0.7159039974212646,-0.09096799790859222,-0.581978976726532,-1.242684006690979,0.37494298815727234,-1.9518359899520874,1.456563949584961,-0.0694350004196167,0.005760000087320805,-1.251675009727478,-0.9774619936943054,1.9850419759750366,1.0023349523544312,-0.06474599987268448,-0.30897900462150574,1.1646770238876343,-1.318801999092102,-0.6292030215263367,0.6994770169258118,-0.16278499364852905,1.8412339687347412,1.2097710371017456,-0.584883987903595,1.2704609632492065,-0.36403000354766846,-0.22947999835014343,0.7484220266342163,-0.06301899999380112,-1.8551559448242188,0.44422900676727295,-2.1865460872650146,-0.14381000399589539,-0.8208739757537842,2.726850986480713,-0.8034300208091736,0.606777012348175,1.0780489444732666,0.46845901012420654,-0.4717409908771515,0.7631000280380249,-0.49461400508880615,-0.4708530008792877,0.07837499678134918,-0.8038020133972168,-0.5931050181388855,0.07176999747753143,1.8625659942626953,0.6181859970092773,-1.2395819425582886,1.2182999849319458,-1.0470279455184937,0.25837698578834534,-1.2913750410079956,-0.2630090117454529,0.1292019933462143,-0.501105010509491,2.2050540447235107,2.2200469970703125,0.9132159948348999,-0.16025200486183167,0.3935140073299408,-0.4643239974975586,0.35332098603248596,-0.4188539981842041,2.8285369873046875,-0.7485330104827881,0.2682879865169525,0.3035629987716675,0.5908399820327759,-0.21651999652385712,-0.8792830109596252,-0.6373940110206604,-1.004802942276001,0.6499300003051758,-1.1732449531555176,-1.1468919515609741,1.0045429468154907,1.8086090087890625,-0.859466016292572,-1.5001239776611328,-0.01202400028705597,0.8507599830627441,2.7475740909576416,2.1988649368286133,0.27008798718452454,-0.4932360053062439,-0.6345009803771973,1.075747013092041,-2.1217689514160156,0.6531980037689209,-0.610729992389679,-2.1623730659484863,-0.28032100200653076,-1.387869954109192,1.8344149589538574,-0.045340001583099365,0.3666450083255768,-0.4453490078449249,0.2990710139274597,1.2889280319213867,1.2839620113372803,-0.7655450105667114,-1.0762189626693726,0.9792690277099609,0.9366809725761414,-1.1688719987869263,1.1850249767303467,0.7572569847106934,1.7780059576034546,1.591189980506897,-0.2690660059452057,0.582925021648407,0.13149699568748474,0.4795530140399933,-0.6982719898223877,2.7504119873046875,-1.4811960458755493,-1.0669430494308472,-1.0172719955444336,0.07649599760770798,-0.6197119951248169,2.216826915740967,1.178750991821289,-1.3739290237426758,-0.5423769950866699,-0.08282399922609329,-1.4887540340423584,1.7267990112304688,-0.20663900673389435,-0.3692159950733185,0.36073100566864014,-0.6322839856147766,2.155487060546875,-0.2629869878292084,-0.2775920033454895,-0.2403320074081421,0.1589989960193634,-0.7543839812278748,0.7995179891586304,-0.7896270155906677,-1.099416971206665,-0.9985809922218323,-1.272091031074524,0.22827200591564178,-0.3535110056400299,0.6219980120658875,-1.279121994972229,0.4799180030822754,-0.6035299897193909,-0.6430429816246033,0.9622290134429932,-1.2700209617614746,-0.5613120198249817,2.826235055923462,2.8462910652160645,1.0794399976730347,-1.0389560461044312,1.2512550354003906,2.2537078857421875,0.1070220023393631,0.41307300329208374,-1.0511770248413086,-1.249047040939331,-1.1096800565719604,-0.08362500369548798,-0.0400100015103817,0.5129799842834473,-1.2477940320968628,1.2612229585647583,-1.3284120559692383,1.6152149438858032,1.0476789474487305,-0.8496540188789368,-0.8933320045471191,0.8967009782791138,1.2483999729156494,-0.9890890121459961,-0.24571500718593597,0.37788400053977966,0.5430759787559509,0.14261099696159363,-0.1934880018234253,0.17019300162792206,0.8968020081520081,0.7051759958267212,-0.4821929931640625,0.07263900339603424,0.03248700127005577,-0.24706999957561493,1.232903003692627,1.6056890487670898,0.9297109842300415,0.4474639892578125,0.0401110015809536,-1.9118770360946655,-1.9475430250167847,-0.2735750079154968,-0.22133399546146393,0.7638970017433167,0.47353601455688477,0.15984199941158295,0.32851099967956543,0.9563639760017395,-1.4421499967575073,0.01385900005698204,-1.4950770139694214,-1.1042799949645996,0.7009720206260681,-0.4749689996242523,0.5982339978218079,-1.9343210458755493,-0.9892380237579346,2.287230968475342,0.5197020173072815,2.0822598934173584,1.9489439725875854,0.24872300028800964,0.627892017364502,-1.2857060432434082,0.9747920036315918,-0.546002984046936,-0.5402979850769043,-0.6346740126609802,0.5670350193977356,2.033629894256592,-0.6076679825782776,-0.1935579925775528,-0.013690999709069729,0.5517209768295288,0.7282760143280029,0.9584959745407104,-0.4985640048980713,-0.7479429841041565,1.24310302734375,0.22680999338626862,1.0795669555664062,1.7669399976730347,0.9519810080528259,2.0185320377349854,-0.35135000944137573,0.5716230273246765,-0.701878011226654,-1.6330870389938354,0.15190699696540833,-1.1305079460144043,-1.1382180452346802,1.160802960395813,1.1316419839859009,-0.9335089921951294,-0.5182979702949524,0.7565839886665344,-2.123716115951538,-1.1443959474563599,0.22659699618816376,1.704437017440796,0.6916970014572144,0.5770490169525146,1.198071002960205,2.1208550930023193,1.010606050491333,1.6642550230026245,-0.2799859941005707,-1.1098649501800537,-1.0330159664154053,-1.57743501663208,0.3461480140686035,0.4779930114746094,0.19733400642871857,-0.4122770130634308,1.725322961807251,1.1587109565734863,1.2269179821014404,1.2387570142745972,-2.091581106185913,-0.6604689955711365,0.788873016834259,-0.3175719976425171,0.75108402967453,-1.3567509651184082,-0.2658480107784271,0.8107330203056335,-1.1739130020141602,2.64815092086792,-0.09701500087976456,-0.3109320104122162,1.2083710432052612,1.175544023513794,0.9976630210876465,0.10127999633550644,-1.2645000219345093,-1.2287349700927734,1.3578070402145386,2.2992401123046875,0.7369509935379028,0.4065209925174713,-1.0187530517578125,-0.8582749962806702,-1.2909289598464966,-0.9221349954605103,-0.9624350070953369,-0.4990530014038086,1.56973397731781,0.8240479826927185,0.6146519780158997,0.6090390086174011,-1.3214240074157715,-2.124195098876953,-0.41962799429893494,1.8625110387802124,-1.815384030342102,-0.20699700713157654,-1.0695559978485107,1.028630018234253,1.2568819522857666,-0.37655600905418396,1.2974879741668701,0.016293000429868698,2.40162992477417,2.802001953125,0.18845300376415253,-0.5062440037727356,1.047232985496521,0.9889090061187744,-1.2999470233917236,0.10759100317955017,0.9248279929161072,1.2376660108566284,2.316070079803467,-0.03133999928832054,0.8262029886245728,0.28897199034690857,1.1118320226669312,-0.16415399312973022,-0.022357000038027763,-0.808135986328125,1.4884190559387207,0.4320479929447174,2.1175079345703125,-1.5270609855651855,0.027230000123381615,2.5132861137390137,-0.7632399797439575,-0.49498000741004944,0.9025700092315674,-0.490572988986969,0.7533109784126282,-0.9415590167045593,-0.5490170121192932,1.2659339904785156,-1.1178569793701172,1.2696659564971924,-0.8490260243415833,-1.174312949180603,-1.1935290098190308,-0.8125990033149719,0.18818700313568115,-1.6052470207214355,-0.7418479919433594,-0.6812630295753479,0.04554000124335289,0.3631010055541992,-1.1784100532531738,-1.1621630191802979,-1.1187289953231812,2.8407139778137207,2.859833002090454,-1.1908719539642334,-1.260303020477295,-2.204385995864868,-0.8349279761314392,0.8243100047111511,-0.4022800028324127,0.01628500036895275,2.8229739665985107,-0.5451449751853943,1.3924020528793335,-1.0548690557479858,2.4266281127929688,-1.1322599649429321,-0.7296749949455261,-1.1928470134735107,0.9640740156173706,-1.1276170015335083,0.7160580158233643,0.9061359763145447,0.2591930031776428,-0.39326098561286926,-0.9746090173721313,0.696590006351471,0.61114901304245,1.1549309492111206,0.9216489791870117,-0.10004399716854095,-0.06746400147676468,0.24355800449848175,0.3456040024757385,-0.7239050269126892,1.7235640287399292,0.5475640296936035,-1.2636909484863281,1.0191349983215332,1.0882099866867065,-1.9731370210647583,0.4068810045719147,0.5483360290527344,1.2838590145111084,2.1359291076660156,1.2110979557037354,1.2751699686050415,0.015589999966323376,2.4766669273376465,0.04936999827623367,-0.7904620170593262,1.256577968597412,2.5448529720306396,1.758965015411377,-0.9545549750328064,0.8200070261955261,1.5620559453964233,0.4085640013217926,0.4733459949493408,1.2278850078582764,-0.06774000078439713,-0.8738970160484314,-1.0171669721603394,-0.14232900738716125,-0.052306000143289566,1.2747689485549927,-0.06530600041151047,1.32505202293396,1.453842043876648,-0.6384440064430237,-0.6158750057220459,1.344514012336731,0.6671680212020874,0.5142139792442322,-1.1758960485458374,0.07105900347232819,0.8712220191955566,-1.1907039880752563,-0.3684239983558655,1.2426459789276123,-1.2100820541381836,0.9651989936828613,2.6129579544067383,0.19231800734996796,0.7463380098342896,0.7889099717140198,0.6863849759101868,0.9575690031051636,1.0387389659881592,-1.9330179691314697,-0.8009020090103149,1.3290189504623413,-0.740809977054596,0.8109049797058105,-1.229066014289856,-0.7368519902229309,0.4139910042285919,0.0680060014128685,-0.47593700885772705,-0.2925660014152527,-0.5034610033035278,1.5730170011520386,0.9464470148086548,1.6002190113067627,2.117882013320923,0.001715000020340085,-0.09620899707078934,0.6294100284576416,0.5189999938011169,0.7195190191268921,-0.11506500095129013,0.8606439828872681,-0.856145977973938,-0.89369797706604,0.14980100095272064,0.1397400051355362,-0.5806530117988586,2.7929699420928955,-0.9077780246734619,1.2822229862213135,0.5984560251235962,-1.4214799404144287,-1.3040809631347656,-0.605597972869873,1.9643449783325195,-1.1188369989395142,-1.077254056930542,-1.6075270175933838,-0.7857990264892578,-0.7624830007553101,0.49363499879837036,-0.5175600051879883,-2.455108880996704,0.8205909729003906,0.8706510066986084,1.2060799598693848,-0.17508700489997864,-1.7785700559616089,0.15600599348545074,2.8864660263061523,-1.0791209936141968,1.8365329504013062,-1.3050669431686401,-0.507079005241394,-1.080680012702942,1.0326340198516846,-1.2028069496154785,0.10213299840688705,-1.5012450218200684,0.7043870091438293,-0.610489010810852,-1.6510159969329834,1.8759900331497192,-0.2813200056552887,-0.26049700379371643,2.0105650424957275,0.369845986366272,0.13481199741363525,0.18598200380802155,-0.8155649900436401,-1.2316639423370361,0.3642140030860901,1.2031370401382446,0.4195519983768463,0.1187869980931282,0.9302579760551453,-1.1306780576705933,-1.2545490264892578,1.2022910118103027,-1.9863280057907104,0.8317700028419495,0.9033200144767761,-1.7970709800720215,0.12495999783277512,0.9236770272254944,-1.126423954963684,-2.480134963989258,-0.41343098878860474,2.1831839084625244,0.1329919993877411,0.5151519775390625,0.7809540033340454,-0.5580049753189087,-1.4508899450302124,-0.5420979857444763,-0.9116529822349548,-1.2310019731521606,0.5145130157470703,-0.8330439925193787,2.582611083984375,1.2832629680633545,-1.2838549613952637,1.0181729793548584,0.42024001479148865,0.9967399835586548,-0.3680959939956665,0.6417440176010132,2.3058600425720215,2.6649630069732666,1.8569250106811523,1.6008150577545166,-1.0402439832687378,-1.0497299432754517,-0.1770399957895279,-0.9652569890022278,-1.000188946723938,1.628113031387329,-1.2520300149917603,-1.2134770154953003,1.4099329710006714,1.280890941619873,-0.9332090020179749,-0.36592501401901245,0.8778629899024963,-0.6485639810562134,-0.6601420044898987,0.069302998483181,2.797974109649658,0.7446630001068115,2.2289578914642334,1.449234962463379,0.021057000383734703,-0.3150709867477417,-1.1272399425506592,-0.16551899909973145,-1.063392996788025,-1.0822340250015259,1.9802089929580688,1.0954370498657227,-0.3231230080127716,0.8210409879684448,-1.263335943222046,-0.14459599554538727,2.226288080215454,-2.312649965286255,-0.5999339818954468,-1.4914699792861938,0.25350600481033325,-2.1203689575195312,-1.02633798122406,0.0064500002190470695,1.001507043838501,1.060425043106079,1.3991400003433228,-0.8791210055351257,0.10861200094223022,0.22590899467468262,-0.6901630163192749,0.14350399374961853,-0.2756560146808624,2.207916021347046,1.1641980409622192,0.6045179963111877,-0.3203110098838806,2.1276350021362305,0.39576900005340576,-1.1609359979629517,-1.1587220430374146,-1.0732569694519043,0.9879360198974609,0.6017299890518188,-0.8670089840888977,0.8983790278434753,-1.0626100301742554,-0.15521200001239777,0.13052399456501007,0.12830500304698944,-0.8418139815330505,0.8173320293426514,-0.9352880120277405,1.1712520122528076,0.3252590000629425,-0.7706320285797119,1.352594017982483,-1.310278058052063,0.8932560086250305,-0.7746000289916992,-0.794173002243042,1.0340349674224854,-0.8330280184745789,-0.9597020149230957,-0.52252197265625,-1.099071979522705,1.0020819902420044,0.9670990109443665,-0.3189319968223572,0.9979439973831177,1.0105849504470825,0.32814499735832214,0.7353119850158691,-0.9051399827003479,-0.285861998796463,-1.2435630559921265,-1.1787869930267334,-0.4410629868507385,1.6941089630126953,-1.1981350183486938,-0.38413500785827637,2.3365330696105957,-1.1068780422210693,-1.0245029926300049,-1.0256110429763794,-1.1596699953079224,-1.0483119487762451,-0.027021000161767006,-0.49294498562812805,0.9156789779663086,-1.5260549783706665,-0.41719499230384827,1.1780519485473633,-0.547078013420105,-0.5410090088844299,-0.16898299753665924,1.2040890455245972,-0.3189069926738739,-0.8262850046157837,0.2842009961605072,-0.7383930087089539,-0.8887770175933838,-1.096066951751709,0.49547699093818665,-1.9313809871673584,0.2868100106716156,-0.2311359941959381,-0.6225889921188354,-0.6165630221366882,0.9183599948883057,1.284345030784607,0.7992929816246033,-0.05116499960422516,-1.063202977180481,-0.8661620020866394,0.340813010931015,1.067628026008606,-0.9830939769744873,-1.0689380168914795,1.4854199886322021,-1.2949270009994507,0.7669199705123901,1.1841939687728882,1.1235569715499878,0.025939999148249626,0.9794049859046936,-1.2608489990234375,0.03435700014233589,0.5473009943962097,1.700166940689087,1.6203140020370483,-1.3837840557098389,-1.1172460317611694,-0.4241650104522705,0.07624799758195877,-0.24154700338840485,0.48530301451683044,0.5293430089950562,2.421649932861328,-0.16343499720096588,-1.0285190343856812,-1.0099689960479736,-0.28791600465774536,-0.3357129991054535,-0.9061340093612671,2.1656720638275146,0.7896909713745117,-0.32752299308776855,0.7836390137672424,1.2150249481201172,-1.1395419836044312,-1.2055890560150146,-1.0673530101776123,-0.3228049874305725,0.5230249762535095,0.9102450013160706,1.1340800523757935,1.0466430187225342,-1.8782689571380615,-1.1162129640579224,-0.602645993232727,-1.3216240406036377,-0.22323599457740784,-1.0062010288238525,0.6829479932785034,2.561609983444214,0.5649110078811646,0.5752480030059814,0.9044650197029114,0.03579000011086464,0.5287600159645081,1.7261090278625488,1.7268940210342407,-0.9512220025062561,1.041949987411499,0.5550690293312073,2.2989211082458496,0.7299190163612366,-0.06608100235462189,1.2371840476989746,-1.3688349723815918,1.2353730201721191,0.11175200343132019,0.12927700579166412,-0.6445689797401428,-1.124461054801941,-1.1398390531539917,-1.9229810237884521,-0.8771920204162598,-0.3392769992351532,-0.47018399834632874,-0.4868679940700531,0.6657750010490417,2.3995139598846436,2.7892680168151855,0.4157620072364807,0.1638440042734146,0.6572949886322021,-1.0664769411087036,-0.07722900062799454,0.6695029735565186,-1.5231930017471313,-0.5793949961662292,-0.9672260284423828,1.036476969718933,2.1294100284576416,-0.734158992767334,-1.325829029083252,-1.322100043296814,-0.7485920190811157,-0.7452920079231262,-1.0952340364456177,-0.7197409868240356,1.1679129600524902,0.9067689776420593,-1.0239850282669067,-1.307865023612976,-0.9035639762878418,0.9167690277099609,-0.24339799582958221,1.542538046836853,0.47883298993110657,-0.7441210150718689,-0.741720974445343,1.2177330255508423,-1.6896389722824097,-1.227118968963623,0.41609999537467957,-1.1110609769821167,0.07349199801683426,-0.06949099898338318,0.24358999729156494,-0.49110400676727295,-0.526648998260498,0.12554100155830383,-0.9908360242843628,-1.2703050374984741,1.2924339771270752,-0.8979669809341431,-0.8558670282363892,-0.006647000089287758,1.0554909706115723,0.11016199737787247,-1.768875002861023,1.5477590560913086,0.5210080146789551,0.3512130081653595,0.40171799063682556,-1.1130900382995605,0.5322570204734802,-0.6596069931983948,-1.0190290212631226,1.1352479457855225,-1.2196550369262695,0.853335976600647,-1.2480030059814453,-2.0369040966033936,1.0158840417861938,0.8260729908943176,0.8969089984893799,0.49248600006103516,0.2541140019893646,-0.10449200123548508,-0.06757400184869766,-0.2824989855289459,-1.1313589811325073,-0.4599039852619171,1.0079419612884521,-0.9418489933013916,-1.263442039489746,-0.23607900738716125,0.9928709864616394,-0.047377001494169235,0.9402160048484802,1.24126398563385,-0.9810140132904053,1.3650330305099487,1.3482400178909302,-0.5569769740104675,0.8014249801635742,-0.5742340087890625,-0.401078999042511,2.2911300659179688,-0.7395099997520447,0.5372099876403809,-0.9227049946784973,-0.9066470265388489,-1.2118240594863892,2.2639760971069336,1.0040069818496704,-0.2029149979352951,-0.5374799966812134,-0.4645389914512634,1.6746410131454468,1.9189540147781372,0.11131399869918823,1.24064302444458,0.33813199400901794,1.2667789459228516,-0.7358329892158508,0.8623620271682739,1.2285130023956299,-0.2232930064201355,0.11406999826431274,-0.11153800040483475,0.7701190114021301,1.2414970397949219,1.8748359680175781,2.117971897125244,-1.6771949529647827,-0.7268540263175964,-2.195617914199829,0.2010049968957901,1.525907039642334,-1.4332150220870972,-1.6357369422912598,2.3071839809417725,1.7903289794921875,2.258150100708008,-0.32319900393486023,-0.8374530076980591,0.6565930247306824,0.6859319806098938,-0.9214940071105957,-1.2743370532989502,-1.0317059755325317,1.1805369853973389,-0.2332720011472702,2.3990330696105957,0.974839985370636,1.320525050163269,2.8632349967956543,-1.1129800081253052,-1.878309965133667,-0.09408599883317947,-0.22901000082492828,-2.05155611038208,0.24063000082969666,0.1164729967713356,1.8211040496826172,0.9210150241851807,-1.1796460151672363,-0.544448971748352,-0.3102079927921295,2.541032075881958,-0.3735879957675934,-1.4289929866790771,0.10339699685573578,-0.38460099697113037,-0.1624639928340912,1.9005969762802124,0.5549960136413574,-0.3596769869327545,0.4515100121498108,-2.126631021499634,-2.148864984512329,-0.6752030253410339,-1.331861972808838,-0.02472200058400631,1.7716569900512695,1.7084709405899048,0.32317298650741577,-1.1178499460220337,1.1094779968261719,0.9759969711303711,0.8346989750862122,-1.3858400583267212,0.7131749987602234,-1.3371089696884155,0.15649500489234924,-0.26996299624443054,1.2951699495315552,0.13580000400543213,-0.46454599499702454,-1.3686089515686035,-0.3243919909000397,-1.2058570384979248,-0.1822730004787445,2.7962069511413574,-2.4310050010681152,2.7963390350341797,2.6090750694274902,1.1644270420074463,2.346112012863159,1.1013380289077759,-1.116076946258545,-1.0271650552749634,-1.0802240371704102,-1.181061029434204,-1.6229439973831177,1.0511469841003418,-0.4240039885044098,0.5339940190315247,-1.6539690494537354,-0.10979799926280975,1.0668020248413086,1.1840230226516724,-1.1760920286178589,1.2155100107192993,-1.0605820417404175,-0.7232660055160522,-0.8947380185127258,0.7737810015678406,-0.5231590270996094,0.9224389791488647,-1.238258957862854,-0.5892040133476257,-0.5765810012817383,-0.6811100244522095,-0.7071089744567871,-0.9197930097579956,-1.298820972442627,-1.1603699922561646,0.27643999457359314,0.37274399399757385,-0.6778600215911865,0.1492059975862503,-0.9106900095939636,0.2803890109062195,-1.0129389762878418,-1.0160189867019653,-0.7313339710235596,-1.3401340246200562,-1.0277860164642334,-0.923596978187561,1.023339033126831,-1.3988590240478516,0.20669600367546082,-1.678171992301941,1.8692320585250854,-1.0537400245666504,-1.038707971572876,-0.7327929735183716,0.8041499853134155,1.8024669885635376,-1.265197992324829,-0.0898590013384819,-0.10655199736356735,2.51985502243042,1.041795015335083,-0.36692899465560913,-0.34882599115371704,-1.1679860353469849,-1.1727889776229858,-0.8711469769477844,0.2788180112838745,2.1374869346618652,-0.5276489853858948,0.5035709738731384,2.1102139949798584,1.2531529664993286,-0.5384960174560547,-1.3280940055847168,-0.5857300162315369,-1.1426600217819214,-0.7777249813079834,-0.18442800641059875,-0.5175319910049438,-0.6603140234947205,0.7298619747161865,1.6272540092468262,-0.5843650102615356,-0.8511250019073486,1.0580780506134033,0.7168650031089783,2.2931790351867676,-0.7701389789581299,-0.8759080171585083,-0.4446670114994049,0.19889500737190247,-1.4815980195999146,-1.644469976425171,-1.3461060523986816,1.270725965499878,1.2586220502853394,-0.6701149940490723,2.7767179012298584,1.939803957939148,-0.4771620035171509,1.1658519506454468,0.9526820182800293,0.9667360186576843,0.14966900646686554,0.4245449900627136,-1.2119020223617554,-0.08707799762487411,0.8432390093803406,-1.4435420036315918,1.1136770248413086,-0.19767799973487854,1.1503950357437134,-1.4115949869155884,-1.3986599445343018,1.2770999670028687,1.1423649787902832,0.6735979914665222,-1.2901370525360107,-0.2064480036497116,0.6949080228805542,-1.0382080078125,-0.2507300078868866,2.4075028896331787,-0.8478649854660034,-1.3277959823608398,-0.47674399614334106,0.9717329740524292,0.2638019919395447,-0.4761810004711151,-0.9653159976005554,-0.31571999192237854,0.42791101336479187,2.2521839141845703,-0.3214130103588104,-1.3125829696655273,1.5414960384368896,2.861452102661133,0.031314998865127563,-1.2268099784851074,1.009423017501831,-1.2593239545822144,-0.45166799426078796,0.6848790049552917,-0.16966700553894043,-0.007197000086307526,-0.44538000226020813,1.1690590381622314,-0.2209559977054596,1.317945957183838,-0.05264100059866905,-0.326090008020401,-1.035323977470398,-1.2491819858551025,-0.7241960167884827,1.0575640201568604,1.4863959550857544,1.1685680150985718,2.7418439388275146,-1.1621489524841309,-0.6891480088233948,0.12314999848604202,0.3383840024471283,1.2875399589538574,-0.5048440098762512,1.0204509496688843,-0.622668981552124,-1.1981749534606934,1.4811760187149048,-1.2339370250701904,-1.2619750499725342,1.2814350128173828,-0.43432900309562683,0.23833000659942627,2.1188089847564697,0.7894570231437683,0.6359459757804871,0.6154670119285583,1.7645610570907593,2.261199951171875,1.722991943359375,-0.8756219744682312,-0.6508319973945618,-1.6157000064849854,0.28145501017570496,-0.36660298705101013,-0.8814470171928406,0.2916159927845001,-0.7489230036735535,0.44094499945640564,1.0800549983978271,-0.8530769944190979,-1.3115819692611694,1.039330005645752,-1.409240961074829,0.236968994140625,-1.6743160486221313,2.287079095840454,2.2814080715179443,-1.250229001045227,-1.2480360269546509,1.1630569696426392,-0.8854359984397888,-1.0166579484939575,0.8998640179634094,0.9050899744033813,0.9692990183830261,1.1015069484710693,-1.417809009552002,-0.23414500057697296,1.8909300565719604,-1.0296930074691772,-1.3001339435577393,1.1188819408416748,0.870352029800415,2.3707120418548584,-1.3201580047607422,0.3935999870300293,-1.881193995475769,-0.8679429888725281,-1.2331509590148926,-0.9972259998321533,-1.3307420015335083,-0.05640700086951256,-1.0282319784164429,-1.0472899675369263,0.9781069755554199,0.04808099940419197,-1.6393640041351318,1.186236023902893,-1.3250210285186768,-1.3872469663619995,1.0915440320968628,-0.5838779807090759,0.6050189733505249,0.35241198539733887,1.6691219806671143,-0.03712400048971176,0.555965006351471,-0.44191598892211914,-1.084223985671997,0.052994001656770706,0.02751700021326542,2.3710498809814453,2.358275890350342,0.3746350109577179,-1.0327069759368896,0.7516700029373169,0.8317469954490662,0.38372400403022766,0.33830899000167847,-0.46662700176239014,-0.7593960165977478,-0.7627789974212646,-0.12112999707460403,0.9864240288734436,-1.7690730094909668,1.2539050579071045,-1.206503987312317,-1.4152599573135376,2.889435052871704,0.36959800124168396,-0.9772809743881226,-1.0682560205459595,0.9794960021972656,0.12104800343513489,0.1918559968471527,0.3433989882469177,0.9534400105476379,-0.8376129865646362,0.9844149947166443,-0.0482029989361763,2.2504351139068604,0.07553800195455551,0.19263100624084473,-0.9461870193481445,-0.9492869973182678,-0.7264009714126587,-0.7188720107078552,-1.4472919702529907,0.8320609927177429,-1.3254859447479248,0.5895609855651855,0.7967489957809448,-0.060398999601602554,1.0162849426269531,-0.961650013923645,-0.9485200047492981,-1.1220979690551758,-0.8853870034217834,2.122131109237671,0.9254760146141052,-1.2298909425735474,2.584656000137329,-1.5897749662399292,0.30814000964164734,-1.263396978378296,0.10742200165987015,1.763260006904602,2.8093819618225098,2.2569730281829834,0.4697059988975525,-1.4117399454116821,-1.1973450183868408,1.2589739561080933,-1.2221519947052002,-0.15935200452804565,-0.9886990189552307,-0.505843997001648,0.6394389867782593,-0.8409519791603088,1.1242409944534302,-1.8238329887390137,-1.4912350177764893,-0.9292060136795044,1.5170639753341675,0.1119839996099472,-0.10744199901819229,2.0823659896850586,2.1155309677124023,-0.2642439901828766,-1.1090600490570068,1.6481859683990479,0.8913149833679199,0.41849198937416077,0.41559600830078125,-0.2705230116844177,-0.15470899641513824,0.949974000453949,1.9924010038375854,1.0207300186157227,-1.7062840461730957,-1.705814003944397,0.7425919771194458,1.2322640419006348,2.1796491146087646,-0.6626240015029907,-1.234354019165039,0.05029299855232239,-0.33785998821258545,-2.243644952774048,-0.8789960145950317,1.5333729982376099,-2.482116937637329,-1.0132590532302856,-0.3344840109348297,-1.2342519760131836,-1.7359919548034668,-0.2757610082626343,1.3008270263671875,-0.9952399730682373,-1.2106389999389648,-1.8422579765319824,-1.1710890531539917,-0.1176299974322319,0.9716690182685852,1.03466796875,0.9631180167198181,-0.2619999945163727,0.7264590263366699,-0.03357800096273422,2.1501200199127197,-1.3350579738616943,-0.18328799307346344,-1.407505989074707,-0.8147850036621094,-0.6768490076065063,-0.07513400167226791,-0.03449999913573265,-0.5357059836387634,-0.5406309962272644,1.8344470262527466,-0.6224150061607361,-0.36052098870277405,-0.1016329973936081,0.8586239814758301,-1.2255820035934448,0.945372998714447,2.563385009765625,-0.8440809845924377,1.1070489883422852,-0.8028929829597473,-0.7960699796676636,-0.9785889983177185,-1.0486739873886108,-1.2232409715652466,0.37633100152015686,0.3745889961719513,0.741241991519928,0.9457499980926514,-1.2252089977264404,0.6963719725608826,-1.0636980533599854,1.7667659521102905,0.6443219780921936,-1.240198016166687,0.0526450015604496,-0.580062985420227,-2.3402099609375,-1.6800689697265625,-0.6139770150184631,0.33101001381874084,1.1878490447998047,0.07484900206327438,-0.8487910032272339,0.9413380026817322,0.9214439988136292,-1.3385119438171387,-0.7636340260505676,0.2837109863758087,1.8725889921188354,1.7545429468154907,1.6997029781341553,-0.9233850240707397,-1.0924320220947266,1.9787449836730957,-0.7717610001564026,1.4790359735488892,1.572044014930725,-1.307131052017212,-1.5084539651870728,0.3684220016002655,1.3817189931869507,-1.1803590059280396,-0.739874005317688,1.5822529792785645,0.10495500266551971,0.2593109905719757,-0.9659140110015869,-1.2932469844818115,-0.8124099969863892,-0.1879040002822876,1.144906997680664,-0.617455005645752,-0.7073429822921753,1.10822594165802,-0.7847669720649719,0.9282450079917908,0.8384550213813782,1.152675986289978,-0.6358039975166321,1.0370559692382812,-0.6712419986724854,0.109436996281147,-1.1824179887771606,0.4455600082874298,-0.7975389957427979,1.0545810461044312,1.7858660221099854,-1.1793620586395264,0.7411370277404785,1.2892149686813354,-1.0385589599609375,-1.523300051689148,-0.12255299836397171,-0.8421729803085327,-1.006862998008728,-1.0946990251541138,-1.1843210458755493,-1.1914629936218262,0.7003480195999146,-1.4647530317306519,0.9348059892654419,-0.027621999382972717,-1.3981159925460815,-1.0750809907913208,0.5179949998855591,1.7676509618759155,0.5535140037536621,-0.2749289870262146,-1.087746024131775,-0.216156005859375,1.6337460279464722,0.06070699915289879,1.2353479862213135,-0.1651429980993271,-0.5541920065879822,1.1819109916687012,-0.6988530158996582,1.1518809795379639,2.468329906463623,-0.20683099329471588,-1.944221019744873,-1.9131009578704834,-1.0989910364151,2.017064094543457,1.1209299564361572,0.9894490242004395,-0.7758110165596008,-1.0084680318832397,0.7108640074729919,-0.7734379768371582,-1.1004279851913452,-0.3245919942855835,-1.06187903881073,0.927361011505127,-1.8813250064849854,-0.8240879774093628,0.7813950181007385,0.17550399899482727,0.8287069797515869,0.3602519929409027,-0.7995679974555969,-0.8430669903755188,-0.6768479943275452,-0.9477090239524841,2.1112771034240723,-0.869500994682312,0.8208889961242676,-0.01592100039124489,-1.3168959617614746,-0.7345709800720215,-1.199280023574829,-1.2051730155944824,1.81673002243042,0.05313200131058693,0.9195989966392517,-1.7848299741744995,0.20051999390125275,-0.31613901257514954,1.1876360177993774,1.1757819652557373,-1.1781409978866577,-0.8612189888954163,-0.7972559928894043,-0.09357000142335892,-1.2483140230178833,0.4831570088863373,0.4441860020160675,-0.2598010003566742,-0.798005998134613,0.23940099775791168,1.6372129917144775,0.5664219856262207,-1.5799870491027832,-1.6344490051269531,-0.7885890007019043,-0.9341030120849609,0.9485099911689758,-1.1566050052642822,1.3847310543060303,1.6433019638061523,1.8529659509658813,0.9974139928817749,-0.4624449908733368,-1.3198390007019043,-0.7549890279769897,1.404209017753601,1.0720289945602417,0.42818599939346313,0.36483800411224365,0.5494160056114197,-0.3732450008392334,0.26839199662208557,-1.2683759927749634,-1.0575369596481323,0.15095500648021698,-1.1732540130615234,2.799910068511963,1.7459410429000854,1.1712820529937744,1.2143830060958862,-1.1053279638290405,2.4139819145202637,-0.13706600666046143,-0.8971740007400513,1.014577031135559,0.6696659922599792,2.7362210750579834,1.268712043762207,0.38998401165008545,0.3847599923610687,-0.675599992275238,-0.9629279971122742,-0.8735700249671936,-0.2683199942111969,0.5173789858818054,1.9710619449615479,-0.40058600902557373,0.26556599140167236,0.7229189872741699,0.024011999368667603,-1.436329960823059,1.1803090572357178,0.45665600895881653,2.476867914199829,-0.6717590093612671,-0.5203009843826294,-0.19110099971294403,-0.5441420078277588,1.0547159910202026,-0.21457399427890778,-1.411376953125,0.201432004570961,-0.9398040175437927,-0.9379270076751709,-0.5277479887008667,-0.5173609852790833,2.242119073867798,1.8268510103225708,-1.0347150564193726,-1.0594019889831543,-1.2067029476165771,0.4556350111961365,0.0064039998687803745,1.0005329847335815,-0.6912930011749268,-0.816116988658905,0.7249969840049744,0.7055420279502869,1.542531967163086,-0.12015199661254883,2.232775926589966,0.05625300109386444,0.7967299818992615,2.465704917907715,-0.8850970268249512,-1.339689016342163,0.9725289940834045,-1.2216600179672241,-0.46366000175476074,-2.013688087463379,0.5094209909439087,0.8607850074768066,-0.03838299959897995,0.12446899712085724,0.12486699968576431,-1.297734022140503,1.6817950010299683,-1.0524239540100098,-1.0652159452438354,-0.7676770091056824,0.8047059774398804,-0.9219149947166443,-1.1001830101013184,1.1745009422302246,2.020915985107422,-0.8804569840431213,-0.9063029885292053,1.022807002067566,1.0875400304794312,0.8425840139389038,-1.2339279651641846,2.0039548873901367,2.492237091064453,1.34940505027771,0.18111400306224823,0.16643500328063965,-2.0047760009765625,-0.045207999646663666,1.2312159538269043,2.4143600463867188,0.2818950116634369,0.3066270053386688,-1.2834969758987427,1.0491869449615479,-0.6972200274467468,-0.037668000906705856,0.895330011844635,-1.068397045135498,-1.082000970840454,0.549547016620636,0.5382320284843445,-0.3584589958190918,0.8230900168418884,0.42205798625946045,0.2843169867992401,-1.1485719680786133,1.097965955734253,-1.2912460565567017,-0.1809840053319931,0.39361798763275146,-1.2523759603500366,0.8672559857368469,0.0569939985871315,-0.008926999755203724,-1.1388070583343506,1.243453025817871,-0.16471900045871735,-0.9872400164604187,-0.9922320246696472,1.4401400089263916,1.3223240375518799,0.14415499567985535,1.2256009578704834,-0.31154900789260864,0.14920200407505035,1.0396720170974731,-1.42084801197052,2.4281818866729736,1.197672963142395,1.202059030532837,-1.2134870290756226,-1.3217140436172485,-1.2485599517822266,0.9347379803657532,0.9906619787216187,0.11911600083112717,-0.9618970155715942,-0.05870399996638298,-0.027282999828457832,0.6544359922409058,0.7475529909133911,1.5971299409866333,0.8575900197029114,0.1254729926586151,-0.8908510208129883,0.8321689963340759,2.496161937713623,-0.18121199309825897,-1.323269009590149,0.9921510219573975,2.715574026107788,-0.7612069845199585,1.1436630487442017,1.1547030210494995,1.052922010421753,0.5466769933700562,-1.7534350156784058,0.9601330161094666,-0.9390619993209839,0.36208799481391907,0.41076499223709106,-1.2467010021209717,0.9782009720802307,-0.06842400133609772,-0.33899301290512085,-1.0778199434280396,1.1571199893951416,-1.5531760454177856,2.733001947402954,1.3202279806137085,-0.927191972732544,1.99971604347229,1.3351980447769165,-1.1306630373001099,0.5605610013008118,0.5016229748725891,-0.8255379796028137,0.7540749907493591,0.41231998801231384,0.9959089756011963,0.5745279788970947,2.5617780685424805,0.9688299894332886,-1.3155269622802734,1.8786790370941162,-0.8773549795150757,-0.7120710015296936,-0.5685719847679138,-0.24174900352954865,-1.7486339807510376,0.5260909795761108,-0.8734819889068604,2.7007598876953125,-0.7365229725837708,0.9311140179634094,0.9830459952354431,0.9917889833450317,-0.7813379764556885,-1.8477940559387207,-0.9900559782981873,-0.1800989955663681,-1.4707709550857544,0.28968799114227295,0.34619200229644775,0.9206849932670593,0.9129030108451843,-0.9181370139122009,1.0170190334320068,-0.1868939995765686,0.652521014213562,1.142591953277588,1.2789169549942017,0.9815419912338257,-0.6866980195045471,0.188291996717453,0.8848109841346741,-1.9660429954528809,-0.03988200053572655,1.0452419519424438,1.0675499439239502,1.3842300176620483,-1.1943910121917725,-0.6391569972038269,0.09616400301456451,0.11595600098371506,-1.8139950037002563,-0.039423998445272446,-1.2348829507827759,-0.31391799449920654,-1.1972500085830688,-1.1903530359268188,-0.43100500106811523,-2.1526389122009277,0.8868979811668396,-1.7884219884872437,-0.5247520208358765,-1.104092001914978,-0.18004199862480164,1.7480089664459229,0.10324499756097794,-0.09857100248336792,-1.7994999885559082,0.3330230116844177,0.6329690217971802,-1.1920679807662964,1.8115390539169312,-0.2611269950866699,0.223812997341156,0.7287960052490234,-0.08424399793148041,1.5095959901809692,0.6886739730834961,2.0396599769592285,-2.0676870346069336,-0.09294500201940536,0.9888619780540466,-1.8769570589065552,1.6871949434280396,0.6567080020904541,0.5975390076637268,-1.0949859619140625,-0.10197199881076813,0.5410339832305908,1.0555859804153442,-0.4871020019054413,1.0634180307388306,2.4608728885650635,0.7919780015945435,1.3125590085983276,2.6608378887176514,-2.0588231086730957,0.03931400179862976,1.0529049634933472,0.026000000536441803,-1.330625057220459,1.8408700227737427,0.9038800001144409,-1.2857179641723633,-1.181427001953125,-0.31458398699760437,-1.2449899911880493,-0.8856229782104492,-0.880843997001648,0.44671300053596497,-2.3920440673828125,-0.22439700365066528,1.9494630098342896,1.1165269613265991,0.3046090006828308,2.4478790760040283,-1.3210389614105225,0.3253970146179199,-0.5739409923553467,-0.5615609884262085,0.9509850144386292,2.6666181087493896,-0.91177898645401,0.7085270285606384,-0.48031601309776306,-1.0241270065307617,0.8707839846611023,-1.5626640319824219,0.2278060019016266,-0.033562999218702316,-1.1547390222549438,-1.1409449577331543,-0.16949999332427979,-0.853983998298645,0.04426199942827225,0.16313199698925018,-1.043302059173584,-0.192438006401062,-1.0411779880523682,2.7568819522857666,-0.22761200368404388,-0.11137399822473526,0.6809309720993042,2.5972740650177,0.12026499956846237,-0.043460000306367874,-2.4157779216766357,1.1914490461349487,-1.9657349586486816,-0.483817994594574,-0.4650520086288452,0.318246990442276,1.2689820528030396,1.2693760395050049,0.8976929783821106,2.346864938735962,-0.23560599982738495,1.566498041152954,0.7210249900817871,0.09425199776887894,0.9491329789161682,0.14350399374961853,2.6751139163970947,2.1252589225769043,1.1120070219039917,1.0422459840774536,0.8139790296554565,2.4390580654144287,-0.6659160256385803,0.9338679909706116,0.9249420166015625,-1.1835010051727295,0.7898560166358948,-0.8677520155906677,-1.4281690120697021,-1.4140549898147583,0.3341139853000641,1.900894045829773,-1.3595349788665771,1.067229986190796,1.1551510095596313,1.154144048690796,0.9128310084342957,0.5389599800109863,2.0582540035247803,2.3781299591064453,2.248624086380005,2.3706789016723633,0.9232900142669678,-0.4637869894504547,-1.032080054283142,0.13939400017261505,-0.5362150073051453,0.9503809809684753,0.5600129961967468,0.5658720135688782,-0.2952350080013275,-0.9722399711608887,2.373737096786499,2.2307379245758057,-0.4645079970359802,0.583961009979248,-1.64068603515625,0.8011509776115417,-1.2547489404678345,1.6781649589538574,-1.379742980003357,1.5356019735336304,0.17088200151920319,0.05403599888086319,1.1328380107879639,1.0819289684295654,-0.24276499450206757,2.781147003173828,0.2369929999113083,1.0020389556884766,0.658420979976654,-1.097012996673584,0.8940039873123169,-0.4388279914855957,-0.3103019893169403,-1.611670970916748,0.8043109774589539,-0.8267279863357544,0.7645990252494812,1.5944910049438477,-0.21368199586868286,0.3984200060367584,1.8039590120315552,-0.4932680130004883,0.09945199638605118,-0.21885700523853302,2.6348419189453125,-1.198117971420288,0.9464089870452881,0.22245000302791595,-1.286010980606079,-2.5078580379486084,-0.8894190192222595,-0.9215009808540344,-1.3550260066986084,0.595067024230957,0.43388301134109497,1.5883020162582397,2.762842893600464,-1.6786350011825562,-0.059477999806404114,-0.7081739902496338,-0.9878230094909668,-1.0269750356674194,1.1267609596252441,-1.3142969608306885,-0.6207119822502136,-0.3562619984149933,2.230499029159546,1.155750036239624,-2.127192974090576,0.34086400270462036,-0.7682939767837524,1.060731053352356,2.720221996307373,-0.5172110199928284,-1.0483369827270508,-1.1370760202407837,0.9668269753456116,0.9568790197372437,-1.245337963104248,0.1566530019044876,2.8144690990448,-0.8367400169372559,0.9222170114517212,-0.7915189862251282,1.06591796875,1.0710840225219727,-1.321982979774475,0.354995995759964,-0.8679350018501282,0.9408040046691895,0.1919180005788803,-0.44018399715423584,-1.9522089958190918,0.5215280055999756,-0.8991379737854004,-0.5170189738273621,-1.1894960403442383,-1.1033910512924194,1.0304110050201416,0.14491300284862518,1.0174609422683716,-1.2334519624710083,0.5554069876670837,-0.6957859992980957,0.5805090069770813,0.2013069987297058,1.8114780187606812,-1.9249550104141235,-1.13080894947052,-0.6320229768753052,-1.0919870138168335,-1.248062014579773,1.5197279453277588,0.025056999176740646,-0.9845809936523438,2.1023709774017334,1.0480799674987793,1.0483649969100952,-0.4389150142669678,0.4545400142669678,-1.0347959995269775,0.638064980506897,-1.1881710290908813,1.4925750494003296,-0.540037989616394,0.6507989764213562,1.2281030416488647,-0.9066720008850098,-0.6190810203552246,-1.076097011566162,-1.3848580121994019,1.0866010189056396,0.5165200233459473,0.515434980392456,-1.1116069555282593,-0.44235900044441223,2.023047924041748,-1.6709439754486084,-1.1631419658660889,0.2850770056247711,0.7915040254592896,0.4667850136756897,1.0869640111923218,-1.1216479539871216,1.0415480136871338,0.81358802318573,-0.07897300273180008,-0.4824120104312897,-0.7616810202598572,-1.1972650289535522,0.3343549966812134,0.46898800134658813,-1.3607330322265625,0.2885439991950989,0.8778820037841797,-0.6001690030097961,-0.8787789940834045,-0.7241359949111938,0.7747650146484375,0.5441060066223145,0.041496001183986664,1.6780619621276855,-0.5123339891433716,-1.739272952079773,0.7213780283927917,-1.5950390100479126,-1.6382789611816406,-0.9844650030136108,1.0563960075378418,-1.5805070400238037,-0.6256710290908813,-0.9995129704475403,-0.7189300060272217,0.3236599862575531,-0.4262149930000305,-0.44592800736427307,-1.7324719429016113,-0.7364259958267212,-1.190276026725769,-1.4908369779586792,0.3145909905433655,1.133998990058899,0.02879299968481064,-0.6038939952850342,0.9502220153808594,-0.04099100083112717,0.34996700286865234,0.8675670027732849,1.275804042816162,-0.18554900586605072,0.650177001953125,2.3696820735931396,0.936191976070404,0.9269989728927612,-0.9004210233688354,-0.8499910235404968,0.23571699857711792,-1.0645289421081543,0.08689399808645248,1.678797960281372,1.3387709856033325,-0.24263300001621246,-0.11578600108623505,-0.5768510103225708,0.3526569902896881,-0.9052240252494812,1.0214500427246094,0.6972320079803467,-1.0584739446640015,1.0353389978408813,-0.7791290283203125,-0.4977869987487793,-1.1644330024719238,0.43659499287605286,-0.03960400074720383,0.4057219922542572,1.6180720329284668,-0.4677889943122864,-0.46154800057411194,0.3686729967594147,1.7948490381240845,0.04738600179553032,0.8162059783935547,-1.262110948562622,-0.5522329807281494,-0.98649001121521,-0.7944999933242798,-1.8606040477752686,-0.8568450212478638,-0.14269499480724335,-1.2980769872665405,1.9710370302200317,-1.2720179557800293,-0.3365119993686676,-1.1710360050201416,-0.08592499792575836,-0.1736219972372055,-1.658126950263977,2.1722640991210938,0.8701289892196655,2.2555480003356934,2.264404058456421,0.39175501465797424,0.4267430007457733,0.35819101333618164,0.20466899871826172,-1.0050630569458008,1.2210129499435425,-0.6029350161552429,-1.207131028175354,0.23975400626659393,1.4502259492874146,2.592711925506592,0.6504799723625183,-0.26641398668289185,-0.4238480031490326,-1.4945189952850342,0.29745200276374817,-1.058163046836853,1.0452040433883667,-0.7147340178489685,0.44479700922966003,-0.3312839865684509,-1.0142459869384766,1.33536696434021,-1.4467589855194092,-0.45615699887275696,0.560791015625,-1.0474380254745483,0.8337010145187378,0.5931119918823242,-1.273959994316101,1.0519410371780396,-0.7013360261917114,-0.33208799362182617,0.25659599900245667,0.42778900265693665,1.502369999885559,-0.11341600120067596,-0.5884749889373779,-1.9716800451278687,-0.7554119825363159,2.4192121028900146,-1.217311978340149,0.5391749739646912,0.5625690221786499,-0.8377389907836914,1.080502986907959,-0.5869029760360718,0.26396501064300537,-1.2203420400619507,-1.1981350183486938,0.3728489875793457,-0.20583699643611908,0.8628759980201721,0.3459410071372986,-1.1225789785385132,0.17823299765586853,1.8501659631729126,-1.2661800384521484,2.074810028076172,0.8797479867935181,0.8610590100288391,-0.6848940253257751,-1.1007390022277832,1.78118896484375,1.7926939725875854,-0.575760006904602,0.5497949719429016,0.5340780019760132,-1.289834976196289,-1.7413640022277832,-0.4329560101032257,-0.049171000719070435,-0.03976399824023247,-0.8209019899368286,0.21862399578094482,0.56740802526474,1.9855380058288574,1.0631170272827148,1.501052975654602,-0.9346920251846313,1.7209800481796265,-1.3330609798431396,-1.3429440259933472,2.3510210514068604,-0.3662770092487335,-1.0202189683914185,-1.3017640113830566,0.40490999817848206,-1.458801031112671,1.332597017288208,1.0310970544815063,1.0044560432434082,0.9814760088920593,-0.8298580050468445,-0.3756139874458313,-0.6517800092697144,1.2376580238342285,-0.938368022441864,1.5486030578613281,0.2636660039424896,-0.6172199845314026,0.24401900172233582,0.3427869975566864,1.1391969919204712,-0.1340630054473877,1.0697020292282104,-1.213649034500122,-0.004120999947190285,-1.7100160121917725,2.135071039199829,0.462554007768631,1.0539400577545166,-1.6079180240631104,-1.3067320585250854,0.8602820038795471,-1.3125619888305664,-1.2243930101394653,-0.30363601446151733,2.3141560554504395,1.1761469841003418,-0.8183240294456482,1.1087950468063354,-0.3946940004825592,1.004309058189392,2.7917330265045166,0.607354998588562,1.4296389818191528,0.548600971698761,-0.5039899945259094,0.6333699822425842,-1.202422022819519,-0.7287899851799011,-0.5515720248222351,-0.7500619888305664,0.8975870013237,-1.5137619972229004,0.9767889976501465,-0.45680099725723267,0.6743620038032532,-0.11969800293445587,-0.8722419738769531,-0.3536660075187683,0.16939400136470795,-0.5394920110702515,-0.09620700031518936,2.073699951171875,0.21996599435806274,-0.5794219970703125,2.612739086151123,2.6042630672454834,0.3088569939136505,1.0530409812927246,-1.37778902053833,-0.8560730218887329,-0.7819790244102478,-1.2652039527893066,-0.5598919987678528,1.672853946685791,2.030998945236206,2.0455780029296875,-1.2484420537948608,-0.14048700034618378,0.1658799946308136,2.6835129261016846,1.034930944442749,1.1571910381317139,-0.5380589962005615,-0.760191023349762,0.41483598947525024,2.253204107284546,-1.0317269563674927,-0.9743649959564209,0.6054790019989014,0.4766559898853302,0.8031600117683411,1.012495994567871,-0.915224015712738,-1.2918620109558105,-1.6532410383224487,1.5173150300979614,0.28377699851989746,0.1749269962310791,2.586060047149658,0.16039200127124786,1.1245440244674683,-0.8614280223846436,-1.0016629695892334,-1.17535400390625,0.9418849945068359,-0.6039180159568787,-0.1102219969034195,-0.8450300097465515,1.2106859683990479,-1.1911749839782715,-0.8660249710083008,-0.6628130078315735,0.7031360268592834,2.317650079727173,0.5422049760818481,-1.2616219520568848,-1.0005340576171875,1.6206510066986084,-0.31691399216651917,-2.230731964111328,-0.019734999164938927,0.5220350027084351,-0.9790650010108948,-0.9306790232658386,1.7702059745788574,1.2154690027236938,1.77777898311615,0.17207400500774384,-0.382656991481781,-0.863224983215332,-0.4755460023880005,-0.5219539999961853,-0.48524999618530273,-0.2975809872150421,0.4891209900379181,-1.2385549545288086,-0.7456129789352417,-1.2514649629592896,0.8434360027313232,1.2307020425796509,-1.6635890007019043,-0.8706200122833252,1.1188180446624756,2.327733039855957,2.664794921875,-0.13234500586986542,-1.200232982635498,2.876410961151123,2.8179240226745605,-0.4757919907569885,0.9314169883728027,0.8478999733924866,0.8891649842262268,-0.6994159817695618,-0.4708229899406433,2.404345989227295,0.807578980922699,0.8605030179023743,-0.6503559947013855,0.8350890278816223,1.3667149543762207,1.014719009399414,-1.6239720582962036,-0.8901529908180237,0.8972030282020569,1.1699639558792114,-0.918274998664856,-0.937004029750824,0.9457830190658569,0.5105360150337219,0.6018360257148743,-0.782489001750946,0.47819599509239197,1.3304309844970703,-1.073114037513733,0.17879000306129456,-0.3684209883213043,1.6949169635772705,1.0434420108795166,-1.0429149866104126,-0.8823570013046265,-0.2323099970817566,-0.29804500937461853,-0.4801110029220581,0.29687801003456116,-0.6737629771232605,0.5186880230903625,-0.6542389988899231,2.890923023223877,-1.1824250221252441,2.746016025543213,-0.5748140215873718,0.53997802734375,0.5638759732246399,-0.02265400066971779,0.8830289840698242,0.04639799892902374,0.750656008720398,-1.949478030204773,-1.1448520421981812,-1.300408959388733,-1.2170259952545166,-1.179947018623352,-1.8691409826278687,2.571624994277954,2.069082021713257,-1.0428080558776855,-1.2702189683914185,-1.1501649618148804,-0.47680699825286865,-0.39063000679016113,-1.2567909955978394,0.06073400005698204,0.18464499711990356,-1.037922978401184,-0.4014450013637543,-0.9675350189208984,0.832614004611969,1.1492290496826172,1.1388180255889893,-0.9730679988861084,-0.2864130139350891,0.4823859930038452,0.27959001064300537,-0.7455080151557922,2.1245150566101074,-0.055027998983860016,-1.6156619787216187,0.8975430130958557,0.9326320290565491,0.056001998484134674,1.2157419919967651,-1.1609280109405518,1.0488719940185547,0.2735210061073303,0.014655999839305878,-0.33840999007225037,0.42886099219322205,1.438791036605835,0.8241130113601685,0.9763339757919312,-1.2965630292892456,-0.29837000370025635,-0.9090059995651245,-0.8225110173225403,-0.8130099773406982,-0.6855430006980896,0.2763479948043823,0.35565701127052307,0.478083997964859,1.757720947265625,-0.6723300218582153,2.827454090118408,0.07854700088500977,0.20810900628566742,1.0127110481262207,0.37734100222587585,0.13937999308109283,-0.5789120197296143,-1.4980219602584839,0.6659839749336243,-1.6053849458694458,-0.5619810223579407,-0.11752299964427948,1.0623509883880615,0.2719759941101074,-1.3126050233840942,-1.1022030115127563,-1.2837250232696533,1.7655140161514282,-1.7962510585784912,0.01982700079679489,-0.7684959769248962,1.9051209688186646,1.3195760250091553,-0.7207850217819214,-0.839368999004364,-1.2392840385437012,-1.2348339557647705,1.0162960290908813,-0.7063770294189453,0.923816978931427,-0.5425289869308472,0.16064999997615814,0.16283400356769562,1.8003560304641724,1.1617549657821655,-1.4894659519195557,-0.003370000049471855,-0.8843399882316589,1.6367180347442627,-0.39567598700523376,-1.186229944229126,-1.1554529666900635,-0.558364987373352,-1.1810569763183594,-1.1656800508499146,-0.4334520101547241,-1.8074649572372437,0.9127079844474792,-1.1015119552612305,-1.1961239576339722,-1.212345004081726,0.415692001581192,0.37849900126457214,2.637389898300171,1.1583329439163208,-0.3603219985961914,0.24584899842739105,-0.948976993560791,0.5382949709892273,-1.0775829553604126,1.3244129419326782,0.15610000491142273,-0.9091529846191406,-0.13649199903011322,2.262573003768921,0.08068399876356125,-0.1755550056695938,-1.2353359460830688,-0.897121012210846,-1.1552890539169312,-1.1271029710769653,-1.1394959688186646,2.846190929412842,0.7820129990577698,1.148501992225647,0.3487370014190674,1.0988359451293945,-0.6925389766693115,0.6694679856300354,1.078577995300293,0.0531029999256134,0.10053999722003937,1.827201008796692,-2.1034998893737793,-0.5692620277404785,0.03659199923276901,-1.3374650478363037,-1.3253170251846313,-1.2933390140533447,-1.384140968322754,-0.46257200837135315,0.14967399835586548,-1.2930940389633179,-1.2599279880523682,-2.1372270584106445,-0.09688399732112885,-1.1712549924850464,-0.35790500044822693,-1.1785670518875122,-0.17382299900054932,0.25136798620224,-1.3754470348358154,-0.5810089707374573,-0.6015009880065918,-0.5890719890594482,-1.315498948097229,2.381441116333008,2.3592069149017334,0.29805201292037964,0.15850399434566498,-0.25503501296043396,0.39590200781822205,2.692473888397217,0.15954500436782837,-0.19687800109386444,0.636322021484375,1.103363037109375,-0.8272299766540527,-0.8122339844703674,1.4717450141906738,-2.38423490524292,-1.5152820348739624,-0.47722500562667847,0.025131000205874443,-0.5486950278282166,-0.9402160048484802,-0.9368190169334412,-0.5220739841461182,0.7910839915275574,2.5948710441589355,0.7214999794960022,2.182405948638916,2.2968339920043945,0.8862869739532471,-1.1800049543380737,-0.553026020526886,-0.08239100128412247,-1.1168220043182373,-1.1187069416046143,0.6577209830284119,0.969406008720398,-0.9971010088920593,1.0588710308074951,-0.7061629891395569,0.5660210251808167,-0.5551909804344177,-0.3116550147533417,0.6269800066947937,0.844635009765625,1.8546979427337646,2.765075922012329,-0.7543299794197083,2.077086925506592,-1.133208990097046,0.5426989793777466,-1.2079319953918457,1.1629209518432617,-0.48173901438713074,-0.9270780086517334,2.2169339656829834,-0.7859339714050293,-0.05056700110435486,-0.1357080042362213,1.2368550300598145,-0.544963002204895,-0.963138997554779,-0.6069939732551575,-0.6443470120429993,-0.6530380249023438,-0.9830319881439209,-0.9980859756469727,1.802947998046875,1.0831799507141113,-0.37278398871421814,1.2506890296936035,-0.44865500926971436,-0.7320020198822021,0.7069990038871765,0.8036350011825562,1.8293089866638184,0.8074460029602051,0.57151198387146,-0.34063398838043213,-0.4112910032272339,0.24166899919509888,-1.5125269889831543,0.7033159732818604,0.7688350081443787,-0.20203299820423126,-1.1970809698104858,0.26997900009155273,-1.013759970664978,1.013754963874817,1.332793951034546,0.27629199624061584,1.2633709907531738,1.2353450059890747,-0.80172199010849,1.5567469596862793,-0.7406650185585022,-1.2488770484924316,1.0000909566879272,-0.8856920003890991,-1.2274399995803833,-0.6275699734687805,-1.2500439882278442,-1.6366790533065796,-1.4864239692687988,-0.42583999037742615,-0.1733669936656952,-1.307731032371521,1.373687982559204,-1.221060037612915,-1.0190279483795166,1.0381770133972168,1.0324230194091797,-0.28786298632621765,0.5899019837379456,0.5749199986457825,-0.12597300112247467,-1.6929930448532104,2.770081043243408,2.790221929550171,-0.19924800097942352,1.0717380046844482,0.25036099553108215,-0.7220330238342285,-1.0257270336151123,-1.0760129690170288,-0.839434027671814,-0.13027100265026093,1.6940809488296509,0.027153000235557556,0.376583993434906,-0.7360360026359558,-0.8192960023880005,-0.5462089776992798,-0.6656950116157532,-1.100545048713684,0.9011359810829163,-0.46936100721359253,2.8594820499420166,-0.9167060256004333,0.08025799691677094,-0.1388850063085556,-0.16502399742603302,1.2917040586471558,0.8012199997901917,-1.1389559507369995,0.6985629796981812,-1.8444989919662476,1.4334659576416016,0.5087029933929443,-1.0266720056533813,-0.052744001150131226,1.98090398311615,-1.7272299528121948,0.5381479859352112,0.20806600153446198,-1.124832034111023,2.0587120056152344,0.43223199248313904,-1.1749390363693237,0.9681779742240906,-0.694625973701477,1.78815495967865,0.2073110044002533,1.0972750186920166,0.32611599564552307,1.150913953781128,0.8836079835891724,-0.8918870091438293,1.5252439975738525,-0.9142429828643799,-0.9687730073928833,0.4618909955024719,0.459526002407074,-0.07002100348472595,1.4230420589447021,-0.7614020109176636,-0.23167599737644196,-1.2705730199813843,1.7298250198364258,-2.179692029953003,1.5007209777832031,-1.8860470056533813,1.8307009935379028,0.2510730028152466,-0.12060800194740295,-1.055299997329712,-1.1202600002288818,-1.1750160455703735,-0.8117939829826355,-0.6749250292778015,0.814507007598877,1.0040160417556763,-2.032042980194092,-0.8823660016059875,-0.5959770083427429,0.22058500349521637,-1.1202720403671265,2.4041900634765625,-0.7822989821434021,2.4427969455718994,-0.24050000309944153,2.2550339698791504,-1.4852429628372192,1.0405080318450928,-0.5249019861221313,-1.9917980432510376,0.860260009765625,0.3381890058517456,1.8127269744873047,1.6696679592132568,0.009480999782681465,-1.2022709846496582,1.8085980415344238,-0.781033992767334,0.1334809958934784,-1.1558289527893066,-0.4102639853954315,1.8636250495910645,2.843384027481079,-0.07450299710035324,-0.7347699999809265,-0.6738920211791992,0.8423519730567932,0.7289890050888062,-0.33125999569892883,-0.8578870296478271,-0.33543699979782104,0.3749220073223114,0.93128901720047,-0.9003369808197021,2.744997978210449,0.6385589838027954,-1.3391720056533813,1.7116849422454834,0.4077030122280121,1.6874239444732666,-0.8367459774017334,0.3976750075817108,1.0945889949798584,1.0766550302505493,0.785148024559021,-0.7877780199050903,-0.5104550123214722,0.09626799821853638,1.2972990274429321,-1.0829559564590454,2.0598111152648926,0.323513001203537,-0.148716002702713,-0.5769360065460205,1.3713010549545288,-1.8254899978637695,1.1910370588302612,-1.1746410131454468,-0.3583100140094757,0.8453890085220337,-0.2528499960899353,-0.2832520008087158,0.22154399752616882,-0.7177770137786865,-0.06201700121164322,0.12622100114822388,-1.0753660202026367,-1.2063380479812622,-0.1142290011048317,1.043915033340454,0.653594970703125,-1.0537110567092896,0.8745729923248291,-0.7555189728736877,0.1141280010342598,-0.2634190022945404,-0.23880800604820251,-1.24104905128479,0.8712499737739563,0.05731600150465965,2.3825910091400146,0.8354319930076599,-0.9465889930725098,-1.0863109827041626,1.1494580507278442,0.0012009999481961131,-0.11936499923467636,-1.502506971359253,-1.474890947341919,-0.05964500084519386,-0.7886109948158264,-1.2939419746398926,-0.4483279883861542,1.766268014907837,0.5228949785232544,0.4083069860935211,0.8562039732933044,1.0026010274887085,-0.7904409766197205,-1.1894570589065552,-1.1923459768295288,-1.3456339836120605,-0.08846700191497803,-1.288072943687439,0.1644189953804016,1.3691960573196411,-0.033066000789403915,-1.2195980548858643,0.912227988243103,0.825747013092041,-1.3445600271224976,-1.8288730382919312,-1.2253049612045288,-0.9592069983482361,0.3030889928340912,-0.05236700177192688,-1.142333984375,-0.8507490158081055,1.1797499656677246,1.0950230360031128,-0.04490499943494797,-1.009032964706421,0.30309799313545227,0.2927510142326355,-1.342278003692627,-1.154312014579773,-0.21452699601650238,1.2570830583572388,0.0225210003554821,-0.3967750072479248,-1.1028629541397095,1.0647590160369873,0.30315399169921875,1.6036709547042847,0.729610025882721,-0.8632010221481323,0.2774060070514679,-0.10459499806165695,-0.5681890249252319,-1.434041976928711,1.0002720355987549,-1.2195080518722534,-0.803604006767273,-0.7788699865341187,1.962352991104126,1.23539400100708,0.15533700585365295,0.8672559857368469,-1.218032956123352,-1.2072449922561646,-0.9972379803657532,-0.10510600358247757,-0.5457119941711426,-0.8475840091705322,-0.43301698565483093,-0.09350600093603134,0.504489004611969,-1.464269995689392,-1.4223560094833374,-0.8156319856643677,-1.2943660020828247,0.5819849967956543,2.62390398979187,1.1307799816131592,-0.744271993637085,-0.3989369869232178,-0.6626549959182739,1.114074945449829,-0.02565399929881096,0.9924650192260742,0.34597501158714294,1.1202160120010376,1.203421950340271,-0.5510709881782532,-0.3974890112876892,0.2896830141544342,-2.0873639583587646,-0.36357998847961426,-0.9205930233001709,-1.0528260469436646,-1.0575870275497437,-0.14248499274253845,0.8314949870109558,-0.6248980164527893,-0.48904499411582947,-0.5159509778022766,0.5077360272407532,-1.1682779788970947,1.1813390254974365,-0.11987800151109695,0.31385400891304016,-1.2540290355682373,1.6472049951553345,-0.5798199772834778,0.7333340048789978,-1.1867899894714355,-0.25936898589134216,0.21072299778461456,-1.0811100006103516,0.6439499855041504,0.8743129968643188,-1.2257699966430664,1.1865190267562866,-1.1793040037155151,0.4598050117492676,0.584663987159729,-0.7941740155220032,-0.9519280195236206,-1.204300045967102,0.25274500250816345,-0.9729530215263367,2.366797924041748,-2.1494181156158447,-0.7688689827919006,0.939221978187561,1.1714279651641846,-0.8804829716682434,-1.3534389734268188,-1.4456700086593628,2.176331043243408,1.1686060428619385,-0.846314013004303,-0.7264770269393921,1.1119719743728638,-1.0958659648895264,0.6596829891204834,0.865909993648529,2.7351839542388916,-0.263698011636734,-1.0107120275497437,-0.3880620002746582,0.45696601271629333,-0.37165799736976624,-0.9841910004615784,2.1445939540863037,-1.0793509483337402,1.562762975692749,-0.22597700357437134,-0.1085050031542778,-0.1253660023212433,0.7689740061759949,-0.8167960047721863,-2.1964340209960938,-0.19911199808120728,-0.17772400379180908,-0.05275899916887283,2.202332019805908,0.9578319787979126,0.9978150129318237,-0.35568100214004517,-1.2143069505691528,-1.2717900276184082,-1.292557954788208,-1.8539769649505615,0.9624369740486145,-1.4601479768753052,0.3833709955215454,1.425063967704773,0.7666820287704468,1.1485329866409302,0.9939780235290527,0.5370780229568481,-0.3344680070877075,0.9075379967689514,-0.043515000492334366,2.3149490356445312,-0.5067020058631897,2.2182159423828125,1.8682769536972046,-0.6865019798278809,-1.4065699577331543,1.1942260265350342,0.27224698662757874,-0.7632060050964355,1.042354941368103,0.0503849983215332,1.090728998184204,-1.8259849548339844,-0.9679629802703857,-0.7932479977607727,1.8891769647598267,-0.12696799635887146,-1.0829299688339233,-2.4296109676361084,-0.06370799988508224,0.9365519881248474,1.1813240051269531,0.8518959879875183,1.0781580209732056,-0.5069040060043335,1.902948021888733,-0.6291959881782532,-0.6885070204734802,-0.13203300535678864,0.7902299761772156,-1.0642110109329224,-1.1293230056762695,0.4762580096721649,-0.9396700263023376,-0.9193130135536194,-1.18551504611969,-1.18361496925354,-0.12830400466918945,-0.9485520124435425,0.18280400335788727,-2.1139469146728516,-1.1821589469909668,-2.035128116607666,-1.509032964706421,0.5930460095405579,-1.2822099924087524,-1.7952330112457275,1.1914830207824707,-1.167441964149475,-1.1374560594558716,-0.25654399394989014,1.2066680192947388,1.6526509523391724,1.0891189575195312,0.8690659999847412,-0.5464739799499512,-0.4688909947872162,-1.1436400413513184,-1.0429160594940186,-1.0785330533981323,0.4261470139026642,-0.6946920156478882,-0.8127179741859436,1.6615519523620605,0.10575799643993378,1.1403419971466064,2.750809907913208,1.7866590023040771,-0.9460949897766113,-0.5796409845352173,0.009827000088989735,-1.154144048690796,0.21745699644088745,1.8113980293273926,0.9087979793548584,2.6569459438323975,2.5782320499420166,0.19917599856853485,1.5900039672851562,1.3094769716262817,1.0451970100402832,0.8988770246505737,0.5082100033760071,-1.3883899450302124,-0.46115899085998535,0.537401020526886,1.7878539562225342,0.1854339987039566,-0.44835400581359863,2.355091094970703,0.26580798625946045,-0.795091986656189,-0.8554689884185791,-0.7020639777183533,-0.6101740002632141,-0.6311119794845581,-0.6815440058708191,0.11165300011634827,1.6789590120315552,1.0941309928894043,0.4825440049171448,-1.2795079946517944,0.9301409721374512,-1.2508089542388916,-1.3613280057907104,2.067729949951172,0.3750860095024109,1.7900429964065552,-0.7331259846687317,-1.108430027961731,0.8901600241661072,-1.014389991760254,1.0737930536270142,-1.060718059539795,-1.4330370426177979,-0.6299440264701843,-1.7585779428482056,-0.6575459837913513,-1.2380410432815552,-1.1627049446105957,-1.7387319803237915,0.9099820256233215,-0.8966410160064697,0.5425869822502136,-0.8383219838142395,0.3387809991836548,-1.4111549854278564,0.7542099952697754,0.9999210238456726,0.6700609922409058,0.16304999589920044,-1.2504730224609375,1.4760420322418213,-1.1732250452041626,0.55765300989151,-1.2132869958877563,0.6210169792175293,-0.24215100705623627,-0.9111359715461731,2.0207059383392334,-0.4325149953365326,0.9591910243034363,0.1131730005145073,-0.369143009185791,1.7855149507522583,0.7993630170822144,0.13694800436496735,1.0514880418777466,-1.116834044456482,-1.8268959522247314,1.4428880214691162,0.183228000998497,-0.17174600064754486,0.6351450085639954,0.46907201409339905,0.6199259757995605,-0.5094590187072754,-0.2471410036087036,0.057753000408411026,2.5174360275268555,2.770020008087158,-1.1281590461730957,1.0561829805374146,-1.264003038406372,0.21011699736118317,-1.4798580408096313,0.21085700392723083,-0.09840600192546844,0.5036320090293884,-0.2615950107574463,-1.3415030241012573,-0.7622560262680054,-0.7244359850883484,-0.2859160006046295,-0.3092710077762604,0.4896549880504608,2.5656468868255615,1.1423490047454834,1.6939769983291626,-0.9342150092124939,-0.5254470109939575,-0.14291399717330933,0.9514309763908386,1.005081057548523,1.0184329748153687,0.9516909718513489,2.1410300731658936,1.138416051864624,2.7144129276275635,0.5266119837760925,1.1755859851837158,-0.9932249784469604,1.2943459749221802,-1.3675110340118408,-1.1182290315628052,-1.4349210262298584,-0.2530370056629181,1.168619990348816,1.717803955078125,2.4860270023345947,0.3385539948940277,0.22606800496578217,-1.2359930276870728,-2.1046769618988037,-1.1882469654083252,-0.266525000333786,-0.716323971748352,-0.7623400092124939,2.0216219425201416,-1.2612290382385254,-1.3597559928894043,-1.4475699663162231,0.11060400307178497,-1.3743289709091187,0.32662999629974365,-1.0040149688720703,1.5399229526519775,0.9563480019569397,-0.3327060043811798,1.8106019496917725,-1.7898249626159668,-1.7735439538955688,0.601311981678009,0.9080569744110107,-0.24096299707889557,0.14904800057411194,0.5391290187835693,-1.020158052444458,1.0114630460739136,-0.4577069878578186,0.694038987159729,-2.38592791557312,-1.2979120016098022,0.9850450158119202,0.6017720103263855,-0.11007100343704224,-0.09475100040435791,-1.136320948600769,-0.36032000184059143,0.5843160152435303,-2.4904630184173584,0.21243900060653687,-1.3597760200500488,2.124785900115967,-1.2162330150604248,-0.8745319843292236,1.7280290126800537,2.3418970108032227,1.7621500492095947,0.8169959783554077,0.9210749864578247,0.7459790110588074,0.3238829970359802,-0.011067000217735767,1.7655030488967896,-1.194551944732666,1.5332579612731934,-0.5860159993171692,-1.0469399690628052,-0.12116900086402893,-1.1211090087890625,-0.696382999420166,-0.28536200523376465,0.4455299973487854,0.9313570261001587,0.6140829920768738,-2.070183038711548,-1.3398669958114624,-1.2843929529190063,-1.8349800109863281,-0.9194369912147522,-1.1088639497756958,-1.084625005722046,1.60841703414917,0.019958000630140305,1.2620760202407837,-1.1339370012283325,0.3044860064983368,1.2015429735183716,-0.43546798825263977,2.4192490577697754,-1.3752440214157104,-0.34766799211502075,0.44234800338745117,-0.8640220165252686,-0.9796720147132874,0.373414009809494,-1.2167500257492065,-0.5664190053939819,0.8656610250473022,0.4168330132961273,0.41223499178886414,-0.388278990983963,-0.3374600112438202,0.7805799841880798,0.28751900792121887,-0.5489420294761658,-0.2658829987049103,-0.6301000118255615,-0.580551028251648,0.33668801188468933,0.34644800424575806,1.3332560062408447,-0.8948820233345032,0.6387709975242615,-2.291198968887329,0.9463459849357605,-1.2002259492874146,2.5611510276794434,-1.1773370504379272,-1.1571389436721802,-0.9194719791412354,2.1193599700927734,0.9297749996185303,-1.3689719438552856,-1.1100399494171143,-0.37429800629615784,-1.1700359582901,1.6974660158157349,-0.6335980296134949,0.8802120089530945,0.8208450078964233,1.564031958580017,-0.06576099991798401,-2.438447952270508,-0.8999019861221313,-0.9644619822502136,-1.1228729486465454,-0.4963189959526062,-0.757535994052887,1.4592390060424805,-0.29398098587989807,0.7533090114593506,0.08320300281047821,0.5597289800643921,-0.6582109928131104,0.33317700028419495,-0.6017209887504578,2.177522897720337,1.7635879516601562,0.2159699946641922,0.9067270159721375,-0.7810080051422119,-0.7205250263214111,-0.7937650084495544,1.1697800159454346,-1.016998052597046,-1.1255340576171875,-0.024327000603079796,1.6550110578536987,-1.2466299533843994,-2.2499420642852783,-1.1127359867095947,-1.0730830430984497,-2.22885799407959,0.4399150013923645,1.0713779926300049,-1.261826992034912,0.6168980002403259,-1.17181396484375,0.2165990024805069,-0.8233619928359985,0.31538501381874084,2.699126958847046,-1.1355639696121216,-1.494094967842102,1.4544819593429565,1.5839500427246094,1.5427210330963135,0.40867000818252563,1.1308599710464478,-1.1835269927978516,-1.2727960348129272,1.5344510078430176,-1.090041995048523,2.2661869525909424,1.7040690183639526,-1.3099370002746582,-1.4303139448165894,-1.3328160047531128,-1.3463670015335083,-0.1313450038433075,1.716048002243042,0.91218101978302,-1.14752197265625,-0.7512180209159851,1.0809530019760132,0.48240700364112854,-0.3531090021133423,2.22053599357605,1.8499640226364136,-0.20482699573040009,-0.7581940293312073,-0.7310370206832886,0.6893619894981384,-1.049407958984375,-1.1426090002059937,-1.163040041923523,-1.2780630588531494,0.7218260169029236,-1.1727370023727417,-0.37187400460243225,0.25717198848724365,0.4148600101470947,-0.35664498805999756,0.098191998898983,0.1269569993019104,-1.1172809600830078,-0.08173099905252457,1.8585319519042969,1.7157700061798096,-1.9489339590072632,1.7070709466934204,0.9872440099716187,1.1651040315628052,0.3432280123233795,-0.2513979971408844,1.1226500272750854,0.6526719927787781,-0.07695300132036209,0.8860170245170593,-1.3270800113677979,-1.613031029701233,-1.1855909824371338,1.1139370203018188,0.25823500752449036,-1.1468449831008911,-0.3596929907798767,-0.3346250057220459,-0.34094399213790894,-1.3011759519577026,0.7977499961853027,-0.842274010181427,-2.2471470832824707,-2.203932046890259,1.1555490493774414,0.18646499514579773,-0.9523720145225525,-0.9423900246620178,0.9140080213546753,0.9400479793548584,0.8921589851379395,-0.24235500395298004,-0.71561598777771,0.35343000292778015,-0.16212999820709229,0.4147459864616394,-0.5880569815635681,-0.27816200256347656,-0.2528040111064911,-0.9647229909896851,0.7841330170631409,1.160338044166565,0.8855220079421997,-0.2199299931526184,-0.16615599393844604,-0.5254520177841187,0.12358599901199341,-0.32103800773620605,0.31061500310897827,-0.22585299611091614,-0.21541200578212738,0.08031900227069855,-0.7750729918479919,-0.9840949773788452,-0.6996390223503113,-0.7489929795265198,-0.21126100420951843,-0.1696619987487793,-1.1153839826583862,-0.9670810103416443,0.2607490122318268,2.584197998046875,0.4768329858779907,0.10482800006866455,-1.6920469999313354,-1.6301560401916504,-1.7683390378952026,-0.675121009349823,-1.0878510475158691,-0.2856769859790802,-0.8265069723129272,-1.1357460021972656,-1.2125240564346313,-2.2839279174804688,0.5146219730377197,0.17666800320148468,0.9663609862327576,0.3421280086040497,-1.011929988861084,-0.42189300060272217,-1.3070119619369507,0.39796799421310425,2.1305930614471436,-0.44311800599098206,1.252195954322815,0.089198999106884,1.9684350490570068,1.1085079908370972,-0.3173550069332123,-0.04888800159096718,-1.6786210536956787,0.6109390258789062,-1.0113190412521362,1.13844895362854,1.1411190032958984,-0.3415760099887848,-0.757157027721405,0.032503001391887665,-0.229543998837471,0.8865519762039185,1.02873694896698,-1.1135690212249756,0.19282600283622742,0.3454110026359558,1.2730129957199097,1.3317890167236328,0.6921809911727905,0.7322080135345459,0.37887200713157654,-0.1446869969367981,-0.8264870047569275,1.0554330348968506,-0.8116419911384583,0.08310099691152573,-0.8485609889030457,-0.5945079922676086,-0.7079359889030457,2.724548101425171,-0.16047799587249756,2.0762929916381836,-1.3041119575500488,0.06406199932098389,1.7763220071792603,0.12730300426483154,-1.337211012840271,0.007486999966204166,-0.7768959999084473,-0.3040179908275604,-1.2044169902801514,1.8384170532226562,1.1560920476913452,1.1246099472045898,-0.768921971321106,1.2898989915847778,-1.1443179845809937,1.348052978515625,1.1868740320205688,0.412432998418808,-1.3095719814300537,-0.6029940247535706,-0.09587100148200989,-0.8936449885368347,-0.3480350077152252,0.868852972984314,0.8361629843711853,-0.35305699706077576,1.2347619533538818,-0.06191999837756157,-0.9837599992752075,0.8574060201644897,0.5273309946060181,0.9432950019836426,-0.5187730193138123,-1.8456120491027832,-0.634194016456604,0.27684900164604187,-1.222756028175354,0.8772259950637817,0.7177889943122864,-0.24730999767780304,-1.8036830425262451,-0.9359970092773438,1.9157099723815918,0.7340480089187622,-0.7135099768638611,-0.13262900710105896,0.7862250208854675,0.6179770231246948,-1.1959400177001953,-0.5653240084648132,-0.2603189945220947,-1.130942940711975,1.7623779773712158,1.5501099824905396,-0.31647199392318726,1.7089259624481201,-1.0516599416732788,0.8040019869804382,-0.7424780130386353,0.06759600341320038,-0.7433170080184937,-0.7031689882278442,-0.6468899846076965,-0.9558449983596802,2.0835459232330322,0.10390499979257584,-0.8664100170135498,-0.795993983745575,-0.954043984413147,1.1130659580230713,-1.1965689659118652,-0.23431000113487244,0.37168699502944946,-0.40911900997161865,-1.0586669445037842,-0.438603013753891,1.082062005996704,-1.3837319612503052,0.032159000635147095,0.6603999733924866,0.7393079996109009,1.1883230209350586,1.739027976989746,-0.8172299861907959,-0.2749679982662201,-0.2746500074863434,-1.1040199995040894,-0.31745800375938416,-0.2579619884490967,0.17065200209617615,0.9594709873199463,0.9569569826126099,-0.08180300146341324,1.325065016746521,-0.9586319923400879,-1.1362760066986084,-0.13754500448703766,-0.04324299842119217,0.36048099398612976,-0.874343991279602,-1.1538219451904297,1.8394169807434082,0.01902800053358078,-1.0255329608917236,-1.3244930505752563,-1.3236689567565918,0.3445209860801697,-1.32259202003479,0.8105769753456116,-0.7425090074539185,-0.7224699854850769,0.7025370001792908,-0.802718997001648,0.6786869764328003,0.7601780295372009,-1.0511260032653809,-1.3322269916534424,-1.0929789543151855,-0.6472870111465454,-0.6110730171203613,-0.9315189719200134,0.3401300013065338,-0.543811023235321,0.005171000026166439,-2.4922099113464355,-2.495511054992676,0.8946740031242371,-0.23231500387191772,-1.0057899951934814,-0.27876800298690796,-0.6009529829025269,-1.2816189527511597,-0.6299020051956177,0.33002498745918274,1.0651799440383911,0.7282649874687195,2.4898149967193604,-0.24276000261306763,0.797336995601654,0.7689819931983948,-1.8883850574493408,0.3881340026855469,2.3010098934173584,-0.2834320068359375,-1.857146978378296,0.5577089786529541,-0.2486339956521988,-0.013016000390052795,-1.0369659662246704,-0.2579140067100525,0.7389659881591797,-0.9907299876213074,1.0314539670944214,0.4095039963722229,-1.3213390111923218,-0.9018549919128418,-0.5656880140304565,1.0109790563583374,-0.999970018863678,1.2549359798431396,0.524948000907898,-0.8584460020065308,-0.8674600124359131,-1.1131949424743652,1.8192520141601562,-0.10334199666976929,2.3842411041259766,-0.17835700511932373,-0.45326000452041626,1.4699000120162964,-1.686508059501648,-0.5382199883460999,1.0450249910354614,-0.5195040106773376,-0.2761029899120331,-0.2676210105419159,-1.2603490352630615,0.5279030203819275,1.3783299922943115,0.860605001449585,-0.6103270053863525,1.902999997138977,-0.9489589929580688,-0.8325799703598022,-1.1349819898605347,-0.439054012298584,-1.1987290382385254,1.8830339908599854,1.7592350244522095,-0.450206995010376,1.1647510528564453,0.6557760238647461,-1.7971500158309937,-0.5990139842033386,0.4065600037574768,0.8046590089797974,-1.2406530380249023,0.9220659732818604,0.20663100481033325,-0.8247069716453552,0.9222059845924377,-0.7419779896736145,0.7211300134658813,2.5930891036987305,0.09133400022983551,0.7094659805297852,0.2131039947271347,1.7093160152435303,1.745779037475586,-0.7065200209617615,-0.15229499340057373,0.2511940002441406,-0.5642939805984497,2.0917320251464844,1.8462519645690918,-1.0975359678268433,2.680649995803833,1.1861310005187988,0.7494879961013794,0.49577298760414124,-0.29232800006866455,2.4780399799346924,-1.116631031036377,1.0640759468078613,0.7546250224113464,-1.1887420415878296,0.3538840115070343,1.6345319747924805,0.7717170119285583,0.7285839915275574,-0.49486199021339417,0.3137040138244629,-1.3004150390625,0.558800995349884,-1.2472959756851196,-1.3084180355072021,0.1606220006942749,0.13889899849891663,0.6528319716453552,0.768106997013092,0.7542449831962585,-1.287322998046875,0.5413209795951843,0.016834000125527382,0.3340269923210144,0.1615999937057495,-0.037133000791072845,0.3838860094547272,0.6605079770088196,1.6897850036621094,-0.7858579754829407,-0.8108639717102051,-0.4991460144519806,0.7597439885139465,-1.604019045829773,0.5497360229492188,-1.2022680044174194,0.8780270218849182,0.9110209941864014,-0.9536809921264648,-0.6065599918365479,1.2139780521392822,-0.5199400186538696,-0.5569919943809509,1.115280032157898,-0.22722400724887848,-0.2611809968948364,-1.1884870529174805,0.5472999811172485,0.6413140296936035,0.37994199991226196,2.138500928878784,-0.39510300755500793,-2.1076509952545166,0.27357399463653564,-0.6951479911804199,-0.3290730118751526,-0.016112999990582466,-1.241358995437622,-0.33259499073028564,1.6383780241012573,-0.73226398229599,0.5233460068702698,-0.9758679866790771,1.0663310289382935,2.2506558895111084,1.0858919620513916,2.7137908935546875,-0.9322159886360168,0.29489099979400635,-0.615539014339447,2.4482059478759766,2.2618939876556396,-1.280635952949524,-0.910984992980957,0.15458199381828308,0.3682459890842438,-0.5342220067977905,0.9102950096130371,2.260193109512329,2.1563189029693604,-0.5248439908027649,2.2172811031341553,-1.858947992324829,-0.997393012046814,2.6872899532318115,1.7392879724502563,-0.1420239955186844,-0.03788600116968155,-0.900255024433136,0.675171971321106,-0.37290799617767334,-1.1915860176086426,0.6769400238990784,-0.8122680187225342,0.3431459963321686,2.0077130794525146,-1.2496390342712402,-1.181380033493042,-0.9851809740066528,2.0744779109954834,-1.0232080221176147,1.3021429777145386,-0.7882810235023499,-0.7917960286140442,-1.3354339599609375,-0.3254629969596863,2.2457430362701416,0.3672190010547638,-0.01486200001090765,0.34799298644065857,-1.0074210166931152,1.4427119493484497,0.8994899988174438,-1.3040399551391602,0.456712007522583,-1.406393051147461,0.06136700138449669,-1.473417043685913,-1.4372409582138062,0.9455900192260742,0.22023700177669525,0.2816930115222931,-0.9345700144767761,2.0821609497070312,2.8677899837493896,0.7155969738960266,-1.0504419803619385,0.7533910274505615,0.40818899869918823,-0.18695199489593506,0.14000999927520752,-0.6908109784126282,-0.1972229927778244,1.0523279905319214,-0.5242000222206116,0.40362098813056946,0.069752998650074,-1.479416012763977,-2.142467975616455,-0.19034400582313538,-0.8484950065612793,0.2572470009326935,2.201080083847046,-0.2980000078678131,-1.1024550199508667,0.5988190174102783,0.17015700042247772,0.6866009831428528,-0.947288990020752,-0.9893990159034729,1.5413340330123901,0.004360000137239695,1.9958529472351074,-0.5725100040435791,-0.5520280003547668,-1.153427004814148,-0.3373520076274872,-1.1769670248031616,1.238124966621399,-1.1621119976043701,-0.4857479929924011,-1.1144219636917114,0.7100870013237,-1.3386019468307495,1.4838579893112183,2.0671629905700684,-1.0207480192184448,2.543761968612671,2.5003769397735596,1.699965000152588,-1.2444180250167847,-0.6476870179176331,0.7973759770393372,-1.963062047958374,0.398144006729126,0.9501209855079651,1.5616589784622192,1.5828700065612793,2.5850980281829834,1.520840048789978,-1.1459009647369385,0.4878009855747223,-0.7004629969596863,-1.2647830247879028,-0.9418730139732361,1.4954530000686646,0.4753910005092621,0.4501650035381317,-0.19656799733638763,1.002413034439087,0.9319559931755066,0.9256449937820435,0.9694139957427979,-1.0779110193252563,1.3996310234069824,-1.105815052986145,-0.5835739970207214,0.9476050138473511,0.6237630248069763,0.2109529972076416,-1.1306060552597046,-0.19929499924182892,0.6535859704017639,-1.610321044921875,-0.19407600164413452,-0.42638298869132996,1.191290020942688,-2.4267849922180176,1.1184149980545044,0.9937199950218201,1.7158290147781372,-1.9858249425888062,0.8737130165100098,-0.3930230140686035,0.6120510101318359,-0.5877259969711304,-0.6542080044746399,0.5051299929618835,-1.8544130325317383,-1.1990890502929688,1.071033000946045,-0.9708099961280823,-2.068387031555176,0.6269720196723938,-1.05308198928833,-0.7238219976425171,0.5683450102806091,0.13954199850559235,-0.6360399723052979,1.667665958404541,1.4093300104141235,0.38934698700904846,-1.463866949081421,-0.06450700014829636,0.7200989723205566,0.4726560115814209,-1.0579830408096313,-1.0005520582199097,-1.7094899415969849,1.054887056350708,-0.9286959767341614,-1.0351829528808594,1.234266996383667,-0.6046130061149597,-2.472809076309204,-1.9016669988632202,-0.12479899823665619,2.7197420597076416,0.8285329937934875,0.06855999678373337,-0.7884759902954102,-1.311249017715454,0.0795380026102066,-1.1827889680862427,1.8582919836044312,1.1051870584487915,1.0298559665679932,-1.1338000297546387,-0.5955590009689331,-0.80035001039505,-0.4776360094547272,0.1912200003862381,-1.0908509492874146,-2.3864989280700684,-0.27448898553848267,-0.5646160244941711,-1.098734974861145,0.8560389876365662,-0.40728700160980225,-0.43975698947906494,1.9477519989013672,1.4617840051651,-0.49678999185562134,0.4762209951877594,-1.214050054550171,-0.5189489722251892,2.793596029281616,-1.2345470190048218,-0.362529993057251,-0.833512008190155,-0.8035129904747009,-0.8626899719238281,2.009582996368408,-1.0960019826889038,1.6216700077056885,-0.02047000080347061,0.14078600704669952,-1.183588981628418,2.4365999698638916,2.8629000186920166,0.7715870141983032,0.8315979838371277,-1.0282020568847656,-1.2000069618225098,-1.1095240116119385,0.05342699959874153,-0.2122340053319931,-0.7847449779510498,1.6625770330429077,2.2984790802001953,1.1243849992752075,-0.4000619947910309,0.1629980057477951,1.4800920486450195,0.47494998574256897,-0.9338870048522949,-1.1160579919815063,-1.233361005783081,1.1673489809036255,-0.8884649872779846,0.9302430152893066,-0.8676409721374512,-0.7671290040016174,-0.7660260200500488,0.8151209950447083,0.5816320180892944,-0.8303220272064209,-0.9463199973106384,-1.0002909898757935,1.8220210075378418,1.0962270498275757,-0.4704279899597168,-0.9859640002250671,-1.0981899499893188,0.4524860084056854,1.686184048652649,2.5659639835357666,1.2680970430374146,-0.376257985830307,1.11605703830719,-1.5019760131835938,-0.9328600168228149,-0.96738600730896,-0.9585869908332825,-0.6894400119781494,-1.1973110437393188,0.22446900606155396,0.21113599836826324,2.8746190071105957,1.225350022315979,0.14402900636196136,-0.9941589832305908,-1.8098560571670532,-0.8940070271492004,0.08085700124502182,1.1734730005264282,-0.6221740245819092,-0.7972120046615601,1.2033189535140991,0.9670330286026001,-2.2176270484924316,-0.5090600252151489,-1.6726289987564087,0.9702349901199341,-1.3730950355529785,1.1164929866790771,-0.6811749935150146,1.607375979423523,-1.3188749551773071,-0.9142389893531799,-0.5777850151062012,-0.46459999680519104,0.8861950039863586,2.4149250984191895,0.6398320198059082,0.7293859720230103,-0.2164749950170517,-0.32828399538993835,-1.278568983078003,-0.43410301208496094,-0.2783370018005371,-1.3334490060806274,-0.6080039739608765,-0.6234049797058105,1.7644000053405762,2.7949039936065674,-0.43507400155067444,-1.1121220588684082,0.9810469746589661,-2.4175570011138916,0.6037430167198181,-0.8879029750823975,0.7675099968910217,2.57865309715271,-2.1614990234375,0.5311740040779114,-1.0102980136871338,1.7288479804992676,0.33921799063682556,0.760496973991394,-0.9796130061149597,-0.1404470056295395,-0.7195510268211365,-0.8467249870300293,-0.698091983795166,-0.3917970061302185,-1.409301996231079,-0.11161299794912338,0.6528220176696777,-1.1534119844436646,-1.1457619667053223,-0.99652099609375,0.4674310088157654,-1.1544729471206665,1.1168060302734375,2.2768380641937256,-0.4484579861164093,-1.1469190120697021,0.3841550052165985,2.2286219596862793,0.7348819971084595,0.7599769830703735,1.6707110404968262,0.6712819933891296,-0.6095240116119385,1.7033460140228271,0.14482100307941437,-0.08966100215911865,-0.3027830123901367,-0.30636999011039734,0.539035975933075,-0.7016980051994324,0.47245100140571594,-1.5400309562683105,-0.8197230100631714,-0.9047930240631104,0.1936510056257248,-0.5022789835929871,0.834289014339447,-0.050050001591444016,-1.342391014099121,0.13684700429439545,-1.2566640377044678,0.6954650282859802,0.27691999077796936,-0.009801000356674194,-0.7382969856262207,-0.7561169862747192,-0.7221450209617615,0.12690599262714386,-0.03842199966311455,-0.07964099943637848,-0.07258900254964828,-0.023235000669956207,-1.3275619745254517,-1.06638503074646,-0.6935870051383972,0.5740860104560852,0.3534429967403412,0.26854100823402405,1.3243060111999512,0.11640899628400803,-1.0032089948654175,0.847690999507904,-1.0427370071411133,-0.6923410296440125,0.10902400314807892,1.4569640159606934,-0.3848879933357239,0.12022300064563751,-0.008227000012993813,-1.1083049774169922,0.14998500049114227,0.8524379730224609,0.15609000623226166,-0.7791290283203125,-0.1123809963464737,-0.7654979825019836,0.6007329821586609,-0.032120998948812485,-0.7395960092544556,1.8502010107040405,-0.7811520099639893,-0.23333700001239777,-0.12648800015449524,-0.6631990075111389,0.2380799949169159,1.054885983467102,-1.3468819856643677,-2.0250210762023926,2.385833978652954,-2.0324270725250244,2.446532964706421,-0.6195970177650452,0.702701985836029,1.2199859619140625,-0.4874190092086792,-1.0133869647979736,-0.34337499737739563,0.8454089760780334,-0.618698000907898,2.682068109512329,-0.6310510039329529,0.6863530278205872,0.8430299758911133,0.8693280220031738,1.1073189973831177,1.119570016860962,0.32755500078201294,2.100127935409546,-1.7169209718704224,-0.39364200830459595,-0.9832410216331482,1.0388020277023315,1.0488320589065552,0.25563400983810425,-1.3706309795379639,-1.11381995677948,0.9255489706993103,-2.2455830574035645,-0.46751099824905396,-0.05938199907541275,-0.42900699377059937,-0.2596920132637024,1.042512059211731,0.8887500166893005,1.7885600328445435,0.029719000682234764,1.714553952217102,1.7354389429092407,-1.181373953819275,0.5530239939689636,1.6862130165100098,-0.9555590152740479,-0.7622929811477661,-1.2713940143585205,0.04368799924850464,-0.5834839940071106,-1.236374020576477,0.1922989934682846,0.9174060225486755,-0.5054680109024048,-1.1838300228118896,-1.3222030401229858,-0.8988530039787292,-0.3776710033416748,-0.9104390144348145,1.2192490100860596,-0.375203013420105,1.7734570503234863,-0.17152799665927887,-0.7974119782447815,-1.1695280075073242,2.1508519649505615,-0.4718329906463623,-0.9875280261039734,1.7048540115356445,-0.7798219919204712,2.2343289852142334,0.7497509717941284,-0.21786299347877502,0.8096320033073425,1.3621809482574463,-0.611266016960144,-1.2817649841308594,-0.42809799313545227,2.2369771003723145,-1.004984974861145,-0.8699719905853271,1.2574429512023926,-0.6133880019187927,-1.0891269445419312,-0.9108219742774963,0.9160739779472351,-1.2583659887313843,-0.35870400071144104,0.58433598279953,-1.8301939964294434,-1.1957180500030518,-0.49540600180625916,-0.20331799983978271,-1.2437399625778198,-2.2707200050354004,-1.3241130113601685,1.8470070362091064,-0.7257329821586609,0.7518420219421387,0.73683100938797,-1.084826946258545,0.07270599901676178,-0.20899400115013123,-1.073302984237671,1.053447961807251,1.0362119674682617,0.1461540013551712,-1.2660809755325317,2.3968141078948975,-1.5603899955749512,-1.281491994857788,0.9334290027618408,0.04977799952030182,2.8072779178619385,-1.162829041481018,-1.6976779699325562,-0.7867239713668823,0.6996250152587891,1.5241400003433228,1.6120439767837524,0.3940249979496002,-0.6202470064163208,-0.6010400056838989,-1.269389033317566,0.36471301317214966,1.0539389848709106,-0.5031740069389343,-0.7269269824028015,-0.10817500203847885,-0.10170599818229675,0.004732999950647354,2.5936150550842285,-0.9667209982872009,-0.3948670029640198,-0.36698898673057556,1.27367103099823,0.3888629972934723,-0.6547279953956604,-0.6328110098838806,0.5775859951972961,-0.8297550082206726,-1.1949959993362427,-1.0955710411071777,-0.9676229953765869,-0.8833119869232178,1.537384033203125,-1.1825300455093384,-0.20318299531936646,0.15314899384975433,-0.006424999795854092,-0.17322100698947906,2.632567882537842,-0.2682900130748749,-0.5629379749298096,-1.2897260189056396,0.7028679847717285,2.176136016845703,2.1449289321899414,2.0283970832824707,-1.9399570226669312,-0.5994330048561096,0.17086100578308105,-0.8610820174217224,1.4771850109100342,0.283500999212265,-1.008890986442566,1.3242219686508179,0.3732360005378723,-1.336806058883667,1.9733519554138184,-1.0845489501953125,-0.3654640018939972,-0.6047589778900146,0.43656599521636963,0.7453309893608093,1.4912919998168945,0.7769320011138916,0.010079000145196915,0.1310890018939972,2.557898998260498,-0.9754959940910339,0.7303709983825684,2.2545011043548584,0.03551999852061272,1.5920909643173218,0.49889200925827026,0.06349699944257736,-0.2928619980812073,0.2817409932613373,1.8236219882965088,-1.0946869850158691,0.786486029624939,-2.1406729221343994,-2.151603937149048,0.751213014125824,-0.09512999653816223,0.9771270155906677,0.04041900113224983,-1.074396014213562,2.2807040214538574,-1.1178719997406006,-1.1012459993362427,1.754423975944519,-0.09120599925518036,0.17016300559043884,-0.0740870013833046,-0.07388100028038025,-0.029205000028014183,-0.017702000215649605,-1.8633270263671875,-0.5590779781341553,-1.3087619543075562,0.06788499653339386,1.24207603931427,-1.0020170211791992,0.7159109711647034,1.5103000402450562,1.540308952331543,-0.6557639837265015,0.336885005235672,-0.6391440033912659,2.0980451107025146,-1.7325409650802612,-1.728214979171753,1.0876920223236084,0.39508700370788574,-1.1626039743423462,2.363898992538452,-0.39882001280784607,-1.8622180223464966,-0.5219500064849854,1.0258179903030396,0.3789600133895874,1.2495640516281128,-1.1344050168991089,0.3783450126647949,0.7137839794158936,-0.7542880177497864,1.592864990234375,-0.9631810188293457,0.29903000593185425,0.10862600058317184,2.639770030975342,2.5415730476379395,2.5297698974609375,-0.866873025894165,-0.2313539981842041,-0.038008999079465866,0.9371640086174011,0.7988939881324768,-0.7207890152931213,0.910286009311676,0.9260709881782532,-0.8854799866676331,-0.6522600054740906,1.9127039909362793,0.7722039818763733,1.0500129461288452,-0.9295309782028198,-0.37608200311660767,-0.3203809857368469,0.5168390274047852,0.7827550172805786,1.7953499555587769,2.53552508354187,-0.6618649959564209,-0.4670740067958832,-1.0607019662857056,0.11551500111818314,1.2003469467163086,1.6680409908294678,-1.5681990385055542,-1.1249959468841553,1.1043469905853271,-2.2981069087982178,-1.8653340339660645,1.732645034790039,-0.3346959948539734,-0.21452300250530243,-0.2566530108451843,-1.2441129684448242,-0.6667140126228333,-0.20123200118541718,2.279961109161377,-1.284317970275879,2.3083949089050293,0.5780789852142334,0.5919110178947449,0.2008109986782074,2.871074914932251,2.4682250022888184,-1.1718039512634277,-1.7950470447540283,1.246716022491455,-0.7256720066070557,-1.2995760440826416,-0.3569830060005188,-0.8346030116081238,0.6913849711418152,-1.4952549934387207,1.0775419473648071,-0.08624599874019623,-1.3553980588912964,0.25405800342559814,-0.922012984752655,0.044217001646757126,1.8216019868850708,-0.9985479712486267,-1.0223610401153564,-0.7932209968566895,-1.6147860288619995,-0.3381290137767792,-2.2872540950775146,1.0115760564804077,0.16261300444602966,0.09981100261211395,-1.0149999856948853,0.20874899625778198,0.756945013999939,-0.010340999811887741,2.1844120025634766,-0.5292750000953674,-0.5492579936981201,-1.6836930513381958,-0.5626299977302551,-0.3839299976825714,-0.3719339966773987,0.043469998985528946,1.0147210359573364,0.7714189887046814,-1.164823055267334,0.7654610276222229,2.150330066680908,-1.044842004776001,-1.135388970375061,1.4659169912338257,-1.35772705078125,1.0239499807357788,-0.38510099053382874,-1.9468539953231812,0.4913659989833832,1.2402329444885254,-0.7309209704399109,-0.9711809754371643,0.9095190167427063,0.6829829812049866,1.619513988494873,0.30525800585746765,1.6213200092315674,2.575279951095581,2.067065954208374,-1.9636859893798828,0.7256019711494446,-0.13579200208187103,1.5868090391159058,0.9192839860916138,-0.582912027835846,0.4605570137500763,-0.5718539953231812,0.7094129920005798,0.3642039895057678,-0.7600399851799011,-1.4919710159301758,-1.239227056503296,0.7149350047111511,-0.5821899771690369,1.8698179721832275,0.8438330292701721,0.838263988494873,1.6349669694900513,0.0011769999982789159,-1.3200440406799316,0.5386199951171875,0.6578829884529114,-0.621658980846405,0.5921750068664551,0.8738729953765869,0.32195401191711426,-2.154258966445923,-0.5038909912109375,-0.9564020037651062,-1.0952190160751343,-1.091299057006836,2.7045819759368896,2.1925220489501953,-0.6573619842529297,-0.5945479869842529,-0.07739099860191345,-1.178189992904663,-0.781482994556427,0.2756839990615845,-0.5283610224723816,2.4775030612945557,0.7860270142555237,-0.5500280261039734,-0.5498759746551514,0.37564098834991455,2.2674710750579834,1.6106970310211182,0.2934820055961609,0.7820429801940918,0.945127010345459,2.104408025741577,0.3545530140399933,0.9715740084648132,-0.7007259726524353,0.42584800720214844,-0.7740110158920288,1.0801630020141602,-1.2859359979629517,1.5192699432373047,-1.284553050994873,1.2441890239715576,-0.13446499407291412,-0.8484789729118347,0.23211100697517395,-0.1372849941253662,-1.1718289852142334,-0.4957450032234192,-1.0699859857559204,1.221305012702942,0.2196190059185028,-1.0859620571136475,-0.36434900760650635,-0.23265600204467773,1.2602189779281616,1.1424959897994995,0.7364670038223267,-0.5281969904899597,0.8706960082054138,0.14169299602508545,-0.5892390012741089,0.5499969720840454,-0.5610700249671936,-0.3402769863605499,-1.1955230236053467,-1.1950429677963257,-1.4671850204467773,-1.551758050918579,-1.4795140027999878,0.4488149881362915,0.4837999939918518,-1.055001974105835,1.8014819622039795,0.9888359904289246,0.9847139716148376,0.4864619970321655,-0.4722209870815277,0.5458289980888367,-0.9878849983215332,-0.96527099609375,-0.4636709988117218,-1.2405940294265747,0.479422003030777,0.43624499440193176,2.6060640811920166,1.9081569910049438,1.1638669967651367,-0.9895619750022888,-1.0046230554580688,-0.9971920251846313,-1.0485299825668335,0.2865599989891052,-1.6177059412002563,-0.636909008026123,-1.013522982597351,1.1067910194396973,-1.167605996131897,1.5698139667510986,-1.2100919485092163,-0.7720289826393127,1.6979609727859497,2.496238946914673,0.21908600628376007,-0.11044500023126602,-0.0700410008430481,0.9639430046081543,2.6026790142059326,-0.35308098793029785,-0.05206200107932091,0.0942310020327568,0.20687100291252136,-1.181128978729248,2.3092880249023438,-0.7531390190124512,-2.0001258850097656,-0.21648100018501282,-0.8983010053634644,-0.9141190052032471,-0.09792400151491165,1.500180959701538,1.8576350212097168,1.886978030204773,1.7258139848709106,1.2618910074234009,-1.2292330265045166,-0.53261399269104,0.6905379891395569,-0.27440300583839417,-1.5416979789733887,1.5545309782028198,-0.5837399959564209,0.5833699703216553,-1.2179640531539917,0.10305199772119522,-0.11366300284862518,-0.10045900195837021,1.1713019609451294,-1.005478024482727,-1.330644965171814,0.014391999691724777,-1.893936038017273,-0.13414299488067627,-0.4851750135421753,-0.16800899803638458,1.0556340217590332,-1.1894609928131104,-0.24834999442100525,-0.3198469877243042,-0.6657530069351196,2.1130518913269043,-1.0695680379867554,-0.07618000358343124,0.5162209868431091,0.11597099900245667,-0.7890170216560364,1.0871570110321045,-1.0560410022735596,-0.39381998777389526,1.8850990533828735,1.0022410154342651,0.5064569711685181,1.5831520557403564,-0.006213999819010496,0.4579260051250458,0.2435780018568039,0.7595170140266418,2.0826079845428467,-0.7770540118217468,2.484755039215088,-2.4992411136627197,0.191538006067276,0.3732529878616333,0.34394600987434387,-0.5296710133552551,2.5259459018707275,-0.2659730017185211,-1.0373669862747192,1.6591949462890625,1.2412910461425781,-0.5223339796066284,-0.9811099767684937,-1.9323660135269165,0.5503110289573669,1.0418089628219604,-0.623494029045105,0.9014099836349487,-1.1785999536514282,1.7458800077438354,-1.9009339809417725,0.5509539842605591,-0.3042519986629486,-0.8318150043487549,0.24238599836826324,0.6948609948158264,-1.4239259958267212,1.4212360382080078,1.3444080352783203,-0.7162070274353027,-0.3007979989051819,0.09746000170707703,-0.9387400150299072,-0.804947018623352,1.6542359590530396,0.3802880048751831,-1.2695850133895874,-0.06386999785900116,0.3527039885520935,-0.5043439865112305,0.45269399881362915,-0.170414999127388,0.22671100497245789,-1.1508170366287231,-0.9555230140686035,-0.036208998411893845,-0.15033699572086334,-0.9305999875068665,-1.1789400577545166,0.6167619824409485,0.25677698850631714,1.645043969154358,1.1988589763641357,0.8300719857215881,-0.3798440098762512,0.7136489748954773,1.1840519905090332,0.9540709853172302,-0.9926260113716125,-0.582056999206543,-0.650888979434967,1.1996599435806274,-0.12422899901866913,0.886618971824646,1.1718369722366333,1.4846750497817993,-0.10671400278806686,0.6529459953308105,1.031033992767334,0.7306519746780396,-1.1321940422058105,1.6945569515228271,2.071647882461548,0.5916910171508789,-2.358520984649658,-1.0332260131835938,1.3834689855575562,-1.1873090267181396,-0.5545669794082642,-0.5919359922409058,0.8443599939346313,1.6801550388336182,1.540809988975525,1.2511529922485352,1.1875669956207275,-0.9934269785881042,-0.22614100575447083,-1.275776982307434,2.0497829914093018,1.6941570043563843,-0.006258000154048204,-0.08499400317668915,1.1443580389022827,0.19691899418830872,0.21390800178050995,1.4470009803771973,0.6811500191688538,0.06856299936771393,0.02452700026333332,0.03956200182437897,-0.22369399666786194,-0.8736379742622375,-1.3292280435562134,0.7595980167388916,-1.9756009578704834,1.1428430080413818,-1.1304429769515991,1.1752500534057617,-1.8934630155563354,1.4870680570602417,1.0095069408416748,1.0098650455474854,-1.31244695186615,-1.828644037246704,0.8047950267791748,0.3438900113105774,-0.28326600790023804,1.9796370267868042,-0.09846200048923492,0.9886199831962585,-0.442984014749527,1.9343249797821045,-0.5984339714050293,1.462913990020752,-0.43417200446128845,-1.2326509952545166,1.386502981185913,1.4559149742126465,0.7197489738464355,1.1728780269622803,0.5840830206871033,-0.5384020209312439,-0.8611969947814941,1.2421590089797974,-0.37300100922584534,1.7224349975585938,1.3917540311813354,-1.0491820573806763,0.3989869952201843,-1.5231679677963257,2.670701026916504,1.0209790468215942,-1.0678349733352661,0.627403974533081,0.9853919744491577,0.4784039855003357,-0.5610079765319824,0.5997819900512695,-0.09095700085163116,-0.08218400180339813,-0.43503499031066895,0.2557539939880371,-1.226294994354248,2.346160888671875,-0.7114840149879456,-0.28609699010849,-0.9432550072669983,0.9244210124015808,0.9885720014572144,2.6172258853912354,2.6519010066986084,1.2176599502563477,1.2185590267181396,1.967581033706665,-0.29487600922584534,0.0032099999953061342,0.9103350043296814,0.9094730019569397,0.8244370222091675,-1.3261829614639282,1.169556975364685,-1.3560810089111328,1.2666970491409302,-0.4946579933166504,-1.0526440143585205,-0.03928900137543678,-0.3776000142097473,0.6598420143127441,-0.15487399697303772,-0.6445670127868652,-0.6705170273780823,1.5508350133895874,2.0002379417419434,-0.1808609962463379,-1.3121589422225952,0.9368510246276855,-1.1570160388946533,-0.5313019752502441,-1.266942024230957,1.5430690050125122,-0.4124149978160858,-0.4855560064315796,-0.7102360129356384,-2.0232810974121094,0.7315229773521423,-0.704442024230957,-0.69377601146698,-2.212462902069092,0.1835940033197403,0.13180400431156158,0.1649779975414276,-0.5100659728050232,1.0223209857940674,0.8906159996986389,-1.1025639772415161,-0.5664179921150208,-0.5759459733963013,0.6107310056686401,-0.5608829855918884,-2.1345009803771973,1.5448909997940063,0.7720680236816406,0.9789810180664062,-1.3883819580078125,-0.6835430264472961,2.290442943572998,-0.5642200112342834,-0.7148020267486572,-0.5582339763641357,-0.4786910116672516,-0.26758500933647156,-0.3441550135612488,0.6768980026245117,0.3700940012931824,0.587306022644043,-0.15455199778079987,-0.28793200850486755,-1.1141510009765625,1.0329129695892334,0.14056499302387238,0.6819819808006287,-1.8384649753570557,-1.5833740234375,-0.7949299812316895,2.3128890991210938,1.7050399780273438,-0.6673799753189087,-0.6578810214996338,-1.127405047416687,-0.7494950294494629,-0.5321239829063416,0.7816020250320435,0.844344973564148,0.5500640273094177,-0.4955340027809143,1.1229619979858398,0.3064189851284027,-1.2102429866790771,1.098459005355835,-0.29252898693084717,-1.32988703250885,-0.2986080050468445,-0.3695569932460785,-2.340912103652954,0.12596799433231354,0.8558710217475891,-0.32851800322532654,2.021941900253296,0.12527599930763245,-1.313357949256897,-1.067628026008606,0.9360849857330322,0.3842490017414093,1.8960520029067993,1.6779550313949585,-0.6845149993896484,1.7588189840316772,1.8007450103759766,-0.37802499532699585,1.0866039991378784,1.6245739459991455,-0.7986149787902832,1.1166659593582153,-0.26052001118659973,0.8084560036659241,-0.893671989440918,-0.7166209816932678,1.3601349592208862,-0.12162499874830246,0.9268739819526672,-2.0982439517974854,0.014783999882638454,0.0030580000020563602,-1.850059986114502,0.7899879813194275,-0.8421400189399719,0.946757972240448,-0.3062100112438202,0.08314000070095062,-0.11088600009679794,-0.6112380027770996,0.7836089730262756,-0.6420159935951233,-0.5892639756202698,-0.9270240068435669,0.5376380085945129,0.8662909865379333,-1.1057230234146118,1.361989974975586,0.25017398595809937,1.0704870223999023,-0.6069179773330688,-0.10225699841976166,-0.23111200332641602,-0.42134401202201843,-1.7179529666900635,-1.1240229606628418,2.8487660884857178,-0.6060789823532104,-0.9937030076980591,-0.33999499678611755,2.815601110458374,0.34925898909568787,-1.027466058731079,0.4367600083351135,1.0163320302963257,0.3978630006313324,1.4168230295181274,1.2747440338134766,-1.123458981513977,-0.48161301016807556,-0.9261469841003418,-0.9908469915390015,-0.09228499978780746,0.2959330081939697,-0.3598580062389374,0.3119710087776184,0.3000040054321289,-1.159816026687622,-1.0340379476547241,-0.9052039980888367,1.2267580032348633,0.8343769907951355,0.3084709942340851,0.3570860028266907,-0.4579150080680847,-0.3777270019054413,0.3104569911956787,0.15139000117778778,-1.149224042892456,0.09978000074625015,1.9249520301818848,-0.4588190019130707,-0.9122790098190308,0.7022110223770142,0.6488909721374512,-1.1389449834823608,-0.7373890280723572,0.3982959985733032,0.8915370106697083,-0.6884379982948303,-0.40525099635124207,0.8736370205879211,-0.0515579991042614,-1.4975169897079468,0.5953580141067505,0.2681019902229309,-1.0558849573135376,0.9087129831314087,0.8708069920539856,1.720602035522461,2.5542409420013428,-1.6412960290908813,-1.3384790420532227,0.6078490018844604,0.42321598529815674,0.6758779883384705,0.6915389895439148,-2.0939290523529053,1.7391279935836792,1.734508991241455,-2.1286699771881104,0.9827330112457275,1.3066600561141968,-1.2006770372390747,-0.9867479801177979,0.9126030206680298,1.8565119504928589,-0.6098549962043762,0.2003670036792755,-0.2013009935617447,-0.926010012626648,-0.7887880206108093,2.6057379245758057,-1.3388210535049438,-0.04399299994111061,-0.03375300019979477,-0.4366230070590973,-0.39527401328086853,-0.385888010263443,0.2491839975118637,0.7251740097999573,1.3129810094833374,-1.176956057548523,0.9578909873962402,0.4517729878425598,0.2958129942417145,2.664336919784546,-1.2300260066986084,1.076678991317749,-0.08222600072622299,2.417541980743408,2.21132493019104,0.15080299973487854,1.906473994255066,-1.4601670503616333,-1.4744950532913208,-1.2693819999694824,2.0140790939331055,-1.006324052810669,-0.7593610286712646,-0.40891700983047485,1.0636240243911743,-1.2047940492630005,0.06406500190496445,-0.29397401213645935,0.37460601329803467,0.9121779799461365,0.14302000403404236,-1.0014439821243286,-1.1052650213241577,0.8367530107498169,1.4514100551605225,-1.1530840396881104,1.71881103515625,0.9023510217666626,0.1880829930305481,0.4109500050544739,1.112339973449707,-0.36624300479888916,-2.3599090576171875,-1.1631239652633667,-0.3299669921398163,-0.029544999822974205,0.34616100788116455,0.3386380076408386,1.7884279489517212,-0.8899980187416077,0.9018149971961975,-1.7926640510559082,0.5622100234031677,2.3371269702911377,-0.5649170279502869,-0.39346298575401306,-1.2280230522155762,0.33411699533462524,-1.1012409925460815,0.9762330055236816,-1.212265968322754,1.081568956375122,0.5291839838027954,0.23259800672531128,-1.4971539974212646,-1.545654058456421,0.9183639883995056,0.8724499940872192,1.1721960306167603,1.1883280277252197,-1.1944580078125,0.24891699850559235,-1.2050950527191162,1.7239760160446167,0.6650500297546387,-0.8524720072746277,-0.851885974407196,2.2245330810546875,0.7201840281486511,-1.137990951538086,0.8718640208244324,-0.3537060022354126,0.5902500152587891,-1.016845941543579,-1.0722119808197021,-1.5878299474716187,0.4328539967536926,0.15461499989032745,-0.6472340226173401,-0.6575469970703125,0.8147209882736206,1.545667052268982,1.5780940055847168,2.084723949432373,2.129304885864258,-0.5635089874267578,0.5888479948043823,-0.15638799965381622,1.2450350522994995,-1.0099459886550903,-0.9947490096092224,0.8089730143547058,-0.4718320071697235,0.9563900232315063,-0.7919769883155823,0.48037201166152954,-1.0450600385665894,0.7602810263633728,1.0718239545822144,-1.0201419591903687,-1.0143049955368042,-0.0857509970664978,1.8872020244598389,-0.9319790005683899,0.7376710176467896,-0.8044379949569702,-0.2720159888267517,-0.31801000237464905,-2.1173930168151855,0.7553330063819885,1.0854270458221436,2.039839029312134,0.6381070017814636,-1.2784509658813477,0.274848997592926,0.8605129718780518,-0.22397999465465546,-0.5881670117378235,1.7906190156936646,2.87473201751709,1.1506500244140625,0.521947979927063,-0.5992180109024048,0.09993600100278854,-0.5718510150909424,-0.6528819799423218,-0.9552249908447266,-1.193464994430542,-0.8195459842681885,-0.22185200452804565,-0.17603500187397003,-1.2487850189208984,1.303514003753662,-1.20613694190979,-0.4263089895248413,-1.6505910158157349,0.47717300057411194,-0.3816530108451843,-0.3797149956226349,2.1870269775390625,-1.3794699907302856,-1.3245129585266113,1.111961007118225,2.2212369441986084,-1.5536060333251953,-0.07631699740886688,1.631492018699646,-0.025956999510526657,2.6056740283966064,1.6905779838562012,2.2841720581054688,-1.1618520021438599,0.13384899497032166,-1.1040430068969727,-0.29683199524879456,-0.8325219750404358,-0.9528229832649231,2.6102070808410645,-0.4698440134525299,-1.1364779472351074,-0.8434069752693176,1.0493520498275757,1.3184449672698975,2.881908893585205,0.9213359951972961,1.0317109823226929,-0.23665499687194824,0.5667279958724976,0.05993599817156792,0.2741990089416504,0.3468169867992401,-0.49106600880622864,-0.9482920169830322,-0.17410099506378174,-0.1904750019311905,0.5517100095748901,-0.12070900201797485,0.42544201016426086,-1.1736509799957275,-0.8829830288887024,-1.2039029598236084,0.025477999821305275,0.6699180006980896,-1.8309119939804077,0.015030999667942524,-0.6292930245399475,0.7173089981079102,-2.0564990043640137,0.37319400906562805,0.43129199743270874,0.6218870282173157,-1.2325210571289062,-0.951977014541626,-1.2427979707717896,0.9146550297737122,-0.41078001260757446,-0.5360239744186401,-0.6248049736022949,-0.5775229930877686,-0.3851749897003174,0.1448020040988922,-1.6952669620513916,-0.9391940236091614,-1.352977991104126,0.2709279954433441,0.24128000438213348,-1.0227810144424438,0.639506995677948,0.6813910007476807,-0.8152269721031189,-0.8684009909629822,0.254036009311676,-0.03393099829554558,-0.013158000074326992,-0.5376269817352295,-1.683791995048523,-1.2580499649047852,-1.2807739973068237,-0.4457649886608124,-0.8449190258979797,-0.5988159775733948,1.1706910133361816,-0.05243400111794472,0.1263200044631958,0.9881380200386047,-0.843284010887146,-1.638198971748352,-1.223831057548523,-0.7642109990119934,-0.9443339705467224,-0.9793000221252441,-0.9926769733428955,-0.48721399903297424,1.3702640533447266,-0.8279500007629395,1.1928969621658325,-0.6858059763908386,1.8198410272598267,-1.352735996246338,-0.16466499865055084,-0.11040899902582169,-0.8003010153770447,-0.6579310297966003,-0.8023679852485657,1.2019050121307373,1.5241669416427612,1.2620539665222168,1.4946850538253784,-1.5634080171585083,0.13603200018405914,0.08946400135755539,-1.1391199827194214,-1.523177981376648,-0.7165070176124573,0.8713679909706116,-1.7391469478607178,-2.167733907699585,-1.0477540493011475,-0.3839940130710602,1.9500160217285156,2.687309980392456,0.3643989861011505,1.5268360376358032,0.6318079829216003,1.7048720121383667,0.6538540124893188,-0.6575530171394348,-1.083968997001648,0.7571899890899658,0.973563015460968,0.628616988658905,0.41124698519706726,-1.7857359647750854,0.6343169808387756,0.7961090207099915,-1.56843900680542,-1.5397640466690063,0.34171199798583984,-0.10553000122308731,-0.11295700073242188,0.8596670031547546,1.547752022743225,-0.7268980145454407,1.253262996673584,-1.1791050434112549,-1.3932210206985474,-0.9631810188293457,-0.93572998046875,2.0156919956207275,-1.2443660497665405,0.3985480070114136,-0.7583109736442566,0.5463209748268127,-0.9761729836463928,-0.6959530115127563,0.4919930100440979,0.2508929967880249,-0.81489497423172,-0.05544300004839897,-1.0408960580825806,0.684319019317627,-0.36310699582099915,0.8379020094871521,0.6186800003051758,-0.6303619742393494,2.137101888656616,2.895111083984375,1.2504559755325317,-0.3992350101470947,1.2408230304718018,-0.9399369955062866,-0.8013210296630859,1.7862969636917114,-2.3594870567321777,-1.0528199672698975,0.49477899074554443,2.5239410400390625,0.5620239973068237,0.2983739972114563,0.676235020160675,-1.139726996421814,1.964257001876831,-0.24409300088882446,0.17269399762153625,-0.10205599665641785,-1.3401789665222168,-1.4594730138778687,-0.8519260287284851,-0.6249459981918335,-1.0569740533828735,-1.2058429718017578,0.31804901361465454,0.35593700408935547,0.349916011095047,0.3509620130062103,-0.2591409981250763,-0.404338002204895,-1.4630229473114014,0.4678939878940582,-1.3643800020217896,-0.11914599686861038,-0.77223801612854,-0.41130098700523376,-0.5049499869346619,1.108031988143921,1.1022800207138062,-0.7657660245895386,1.876626968383789,0.3278380036354065,1.0344589948654175,-0.584417998790741,-0.1370829939842224,0.8202670216560364,0.8189240097999573,-0.3558120131492615,-0.04704099893569946,-0.33222898840904236,0.7325050234794617,-0.5233029723167419,0.8522999882698059,0.9633319973945618,2.259674072265625,-0.5162010192871094,1.2265599966049194,-0.40560901165008545,0.2748669981956482,1.0474590063095093,-0.059404000639915466,2.2186429500579834,-0.6402850151062012,1.9729759693145752,-1.112481951713562,1.8626279830932617,0.5861070156097412,0.2694059908390045,1.837844967842102,-0.9814580082893372,0.20818999409675598,-1.4817719459533691,0.24796800315380096,-1.1121059656143188,0.7529069781303406,-0.5978389978408813,-0.13623200356960297,1.6844019889831543,-0.8980870246887207,-1.2023359537124634,-0.04993800073862076,1.177008032798767,2.0608370304107666,-0.8141720294952393,-0.5845659971237183,-0.9768000245094299,0.5444830060005188,-1.1077649593353271,1.2338550090789795,0.9463670253753662,-1.0900919437408447,-0.5085750222206116,0.9288330078125,-0.8844460248947144,-2.023711919784546,0.8124300241470337,0.9262040257453918,-0.11258000135421753,-1.7558289766311646,-0.13652899861335754,-0.9115560054779053,-0.9405930042266846,-1.1479820013046265,-0.2831119894981384,-1.0488250255584717,1.1888610124588013,1.4152679443359375,0.6057209968566895,2.073539972305298,0.42660999298095703,0.4367069900035858,2.0463180541992188,1.1455620527267456,-0.05424100160598755,0.04152600094676018,-1.0686910152435303,0.7060840129852295,0.23187699913978577,-0.6776469945907593,-0.6831740140914917,0.22532999515533447,0.9225829839706421,-0.3565410077571869,1.7620849609375,-0.39178499579429626,-0.8565729856491089,2.5388169288635254,-1.6595380306243896,-0.5644329786300659,1.0528539419174194,-1.2538150548934937,-1.373033046722412,1.0742809772491455,1.3009610176086426,-1.1802330017089844,-0.07040899991989136,0.8667190074920654,-1.1847139596939087,1.0126310586929321,0.6046990156173706,-0.7124649882316589,-1.5631450414657593,-0.8457030057907104,0.3356829881668091,-1.2094260454177856,-0.1492290049791336,0.9560390114784241,-1.188423991203308,-1.299515962600708,-0.3337230086326599,-1.1780469417572021,0.9207980036735535,0.9094489812850952,-1.149124026298523,-1.147063970565796,-0.41223499178886414,-0.4582020044326782,-1.8745919466018677,-1.0965299606323242,2.404884099960327,-0.3494400084018707,-0.3534199893474579,-1.8237420320510864,0.44564899802207947,0.060088999569416046,-0.9405949711799622,-1.6379849910736084,2.3402419090270996,2.151360034942627,0.18849100172519684,1.1003539562225342,2.1719820499420166,2.0894010066986084,0.5533120036125183,0.28513801097869873,-0.7034310102462769,0.5934249758720398,-0.038798000663518906,0.447068989276886,0.2960349917411804,1.083922028541565,0.969946026802063,1.0263619422912598,1.180580973625183,-0.11498600244522095,-0.3813770115375519,2.3239901065826416,-1.3205870389938354,0.4282410144805908,-1.1930609941482544,-0.7967290282249451,-0.8541569709777832,-2.224932909011841,-1.1811330318450928,0.8445839881896973,1.1556090116500854,0.6023250222206116,0.612555980682373,0.2763740122318268,-1.3817559480667114,1.0846730470657349,-1.0501559972763062,-0.1204340010881424,-0.9824450016021729,-1.6874849796295166,0.4734160006046295,-1.2239530086517334,-1.0318989753723145,-1.094696044921875,-1.0920690298080444,-1.080502986907959,0.9434199929237366,0.7716839909553528,-0.9352869987487793,-0.3611469864845276,-1.1485209465026855,-0.6485069990158081,0.06921800225973129,2.494347095489502,-0.7545620203018188,-0.7619400024414062,-1.068740963935852,2.128814935684204,-1.568084955215454,-1.619354009628296,1.1492409706115723,1.2983100414276123,-1.8532559871673584,2.5655910968780518,-0.3119339942932129,-1.2062309980392456,-0.6940839886665344,0.8141800165176392,-0.044319998472929,-1.2302759885787964,-0.3073810040950775,1.2603189945220947,-0.6385769844055176,0.02220899984240532,0.1593170017004013,0.1366329938173294,0.05449200049042702,-0.9469410181045532,0.5107920169830322,-0.3596999943256378,-0.6169310212135315,-0.07055100053548813,-0.7057309746742249,1.4423710107803345,-0.6777039766311646,-0.3557890057563782,-1.3206980228424072,0.010425999760627747,-0.6078400015830994,1.2055530548095703,-0.1513720005750656,-1.2443629503250122,-0.7377049922943115,-1.8641380071640015,-0.26012399792671204,-0.27590399980545044,-0.5839229822158813,0.24717499315738678,2.0297300815582275,0.9238539934158325,-0.876908004283905,-0.13337400555610657,-1.2469810247421265,-1.2945020198822021,0.7628920078277588,-0.4972760081291199,-0.9373260140419006,-0.7749750018119812,0.9976750016212463,-0.8404629826545715,1.0285999774932861,0.5423619747161865,-1.262181043624878,0.5491430163383484,-0.9857180118560791,1.181831955909729,-0.058451998978853226,0.6574140191078186,0.7371829748153687,-0.058612000197172165,-0.9412710070610046,-0.3024440109729767,0.8535590171813965,1.969115972518921,1.2295360565185547,1.2123839855194092,1.7416080236434937,-2.097579002380371,-0.12817400693893433,-0.7846559882164001,0.24219200015068054,0.8137720227241516,0.2979770004749298,-0.7992950081825256,0.7153210043907166,-0.377591997385025,-2.0814359188079834,-0.06695900112390518,2.832202911376953,-1.05901300907135,-0.4849039912223816,-0.4856080114841461,-1.64034104347229,-0.3625530004501343,1.685742974281311,-0.06281299889087677,-0.08654399961233139,0.48316699266433716,-0.9519969820976257,-0.6909360289573669,1.934717059135437,-1.3335800170898438,-0.9886929988861084,-1.0296430587768555,-1.7875230312347412,2.797075033187866,-2.2417829036712646,-0.4975219964981079,0.9910129904747009,-1.9962929487228394,-1.0004429817199707,0.9101449847221375,-2.3335299491882324,2.030561923980713,-0.9173439741134644,0.8396790027618408,-0.45469000935554504,0.985185980796814,-0.4798159897327423,-0.2013390064239502,1.3187869787216187,0.4852539896965027,-1.5656859874725342,0.5123800039291382,2.8054049015045166,0.5570809841156006,0.22819499671459198,-0.9886810183525085,-0.09630399942398071,-0.9946359992027283,-0.6431859731674194,-1.0324690341949463,0.922169029712677,-1.287943959236145,-1.1009039878845215,1.4106420278549194,0.559257984161377,0.9263280034065247,1.8633110523223877,-0.05663000047206879,-0.8542079925537109,-1.3735710382461548,-0.19713599979877472,-1.296043038368225,-1.1662830114364624,-1.2335740327835083,0.3347789943218231,-1.6619900465011597,0.6266210079193115,-0.6679760217666626,-0.6750010251998901,-1.825584053993225,-0.784400999546051,-0.6520569920539856,0.5601440072059631,-0.47269999980926514,-0.6524310111999512,0.7047420144081116,-2.0858919620513916,-0.5180630087852478,0.10583899915218353,0.2505429983139038,-0.09941399842500687,-0.9394689798355103,-0.5838639736175537,1.5767970085144043,1.1263279914855957,-0.778419017791748,-0.9430670142173767,1.6904749870300293,-0.4117009937763214,1.273157000541687,2.1923398971557617,0.6267240047454834,0.4181300103664398,0.8452110290527344,-0.9889219999313354,-0.9402999877929688,-0.18448099493980408,-0.9864040017127991,-0.7829059958457947,-0.7580999732017517,0.8361200094223022,1.1261980533599854,-1.0010759830474854,-0.0777750015258789,0.9052960276603699,0.7884020209312439,-0.09931600093841553,1.0484470129013062,0.5982720255851746,1.1872060298919678,-1.8014370203018188,-0.4466789960861206,-0.4241639971733093,-0.9248030185699463,-0.521681010723114,-0.8769530057907104,-0.845583975315094,-0.03974200040102005,1.0813089609146118,-1.2652620077133179,-0.04387800022959709,-0.7031720280647278,1.0427709817886353,-0.14507700502872467,0.420320987701416,0.3998279869556427,-0.19449500739574432,0.07269900292158127,-1.027999997138977,-1.8391209840774536,-1.206874966621399,-1.3718489408493042,-0.2963699996471405,1.7677350044250488,-1.1548899412155151,-1.1922760009765625,-1.1525609493255615,1.177698016166687,0.5572760105133057,-0.7524409890174866,-0.6908450126647949,0.9952070116996765,-1.1585930585861206,-1.091318964958191,0.39357200264930725,0.9660530090332031,1.027866005897522,-0.2174610048532486,-1.0601730346679688,0.34205299615859985,1.681488037109375,-1.2520220279693604,-1.0162010192871094,1.13577401638031,0.07670599967241287,-0.19206100702285767,-1.3986140489578247,0.01746400073170662,0.5751950144767761,-1.0299400091171265,0.6583269834518433,-1.0047839879989624,2.4143099784851074,2.2319839000701904,-0.26183998584747314,-0.8899819850921631,-0.5583999752998352,0.233364999294281,0.7621849775314331,-1.1584899425506592,-1.1343319416046143,0.8870059847831726,-0.38481900095939636,-0.8794350028038025,-1.2301130294799805,0.43384799361228943,-0.8856179714202881,0.29815900325775146,0.5924450159072876,0.5796779990196228,-0.6915770173072815,-1.295881986618042,-0.8053590059280396,-0.08141999691724777,-1.0409189462661743,-0.6815500259399414,-0.6104519963264465,-0.6192640066146851,1.2289299964904785,-1.2036190032958984,-1.2104190587997437,0.061503998935222626,2.8013079166412354,0.31320899724960327,-1.215103030204773,-0.8225989937782288,1.2527799606323242,-0.8830329775810242,-0.8792330026626587,0.8286740183830261,-0.9650499820709229,-1.031538963317871,-0.0940219983458519,-0.19160999357700348,1.2724909782409668,1.8725199699401855,0.31214699149131775,-0.9458310008049011,0.19359900057315826,-1.7076280117034912,0.607433021068573,0.1978680044412613,-1.0510770082473755,-0.6044840216636658,-0.730105996131897,0.8060929775238037,0.8861650228500366,1.750035047531128,2.752095937728882,2.2506558895111084,0.31350499391555786,0.3087640106678009,1.0518079996109009,0.2491600066423416,-2.013374090194702,0.6546779870986938,1.8215999603271484,-1.0430829524993896,-0.14649100601673126,-1.1402829885482788,0.6618819832801819,1.0209660530090332,-0.5862240195274353,-0.2469329982995987,-1.1672359704971313,-1.1679350137710571,1.3318040370941162,0.5611810088157654,-1.0370019674301147,0.9662430286407471,-1.835616946220398,-1.327072024345398,0.3675679862499237,-0.5226969718933105,1.494271993637085,1.0871469974517822,1.2255799770355225,0.9437829852104187,1.0456210374832153,-0.579666018486023,-0.6160839796066284,-0.6427549719810486,0.08146499842405319,-0.20005500316619873,-0.6618760228157043,0.9770870208740234,1.149688959121704,-2.2842960357666016,-0.43826499581336975,-0.010224999859929085,-1.2090339660644531,-0.9621760249137878,0.738315999507904,-1.1494790315628052,-1.851883053779602,1.2838189601898193,-0.17391200363636017,-0.24806800484657288,1.2416210174560547,-0.6721240282058716,-1.9801499843597412,-0.7764440178871155,-1.4656070470809937,-1.6408389806747437,-0.7427390217781067,-0.3053559958934784,-2.1874239444732666,-0.8880919814109802,0.8622000217437744,0.2855679988861084,-0.029860999435186386,-0.025119999423623085,-1.1488590240478516,-1.018854022026062,1.071578025817871,-0.9281929731369019,1.4629310369491577,0.23487700521945953,-0.11704599857330322,0.6673470139503479,-0.7173420190811157,-1.1051379442214966,-0.6983069777488708,0.6050950288772583,-0.9329190254211426,0.9523299932479858,0.696196973323822,-0.9221659898757935,-0.419405996799469,-0.37457001209259033,0.9080600142478943,1.0419100522994995,-0.4824010133743286,-0.2035219967365265,-0.2447659969329834,-0.23374900221824646,0.5730929970741272,0.20580899715423584,0.9266510009765625,1.0055869817733765,0.10068800300359726,0.11936099827289581,-0.7951409816741943,-0.3792949914932251,-0.9735029935836792,0.2166139930486679,-1.489927053451538,-0.5825510025024414,-1.0991339683532715,0.015456999652087688,-2.150705099105835,-1.237293004989624,-0.2107509970664978,0.8980169892311096,0.2352290004491806,1.301921010017395,1.2051329612731934,0.3916989862918854,1.1108150482177734,1.1775569915771484,-0.913375973701477,-1.0550709962844849,0.4101639986038208,-0.4569610059261322,-0.9565119743347168,-0.19951799511909485,-0.20074500143527985,-1.0397230386734009,0.9452980160713196,-0.5629289746284485,2.140381097793579,-1.8524630069732666,-1.2216949462890625,0.8993440270423889,1.1948089599609375,1.2129329442977905,0.2533800005912781,-0.3912090063095093,1.6205780506134033,0.9607769846916199,1.0438690185546875,-1.317255973815918,0.8747590184211731,-0.7855610251426697,-1.21157705783844,0.26907798647880554,1.8637750148773193,1.033856987953186,0.7326949834823608,-1.048166036605835,-0.6817020177841187,2.884613037109375,-0.05481800064444542,0.6397590041160583,2.3274030685424805,-2.142875909805298,1.6270259618759155,1.0229300260543823,1.1755679845809937,1.184852957725525,-1.1986180543899536,-0.931551992893219,-0.9395939707756042,-0.2935259938240051,-1.662322998046875,0.1077359989285469,-0.1951880007982254,0.36879000067710876,0.303276002407074,-0.6302160024642944,0.5015109777450562,-1.1707969903945923,-1.141564965248108,-0.5234799981117249,-0.7965750098228455,-0.6522189974784851,0.7237809896469116,0.868149995803833,-0.6684939861297607,2.8564751148223877,-1.515436053276062,-1.107895016670227,2.073493003845215,-0.3755680024623871,0.7841920256614685,0.36172398924827576,1.0192949771881104,0.5789750218391418,0.20765499770641327,-0.4055260121822357,-0.4613339900970459,1.8035459518432617,1.761652946472168,-0.7408469915390015,-0.9427549839019775,-0.4107950031757355,1.7649379968643188,2.715514898300171,2.6695399284362793,1.656553030014038,0.8013989925384521,0.8967400193214417,0.8517410159111023,-0.8051660060882568,-0.5477089881896973,-0.5307779908180237,1.6580679416656494,1.0031260251998901,1.0253289937973022,0.8510770201683044,0.8106170296669006,0.8745579719543457,-1.6764520406723022,1.904561996459961,0.7842339873313904,-0.5451449751853943,-0.56939697265625,1.7734220027923584,1.7274110317230225,2.315835952758789,1.0228359699249268,-1.2315160036087036,1.1865570545196533,0.9067749977111816,-1.187459945678711,-0.3253859877586365,-1.186566948890686,0.2656790018081665,-1.0905300378799438,0.6066499948501587,-0.5892199873924255,-0.1464180052280426,-0.1889680027961731,-1.128857970237732,-0.6974120140075684,0.3301379978656769,-0.10299400240182877,1.135543942451477,-1.1328320503234863,1.139611005783081,0.34388700127601624,-0.6583020091056824,-0.2589600086212158,1.330212950706482,0.5479739904403687,-0.12164399772882462,0.6373419761657715,0.12946699559688568,1.4589719772338867,0.9524710178375244,2.4075279235839844,0.22194699943065643,-0.6900960206985474,-0.06852699816226959,-0.11716300249099731,1.9034329652786255,-0.3029339909553528,0.7972019910812378,-0.6993510127067566,-0.6707469820976257,1.5964479446411133,0.9040089845657349,0.8785849809646606,-0.15965799987316132,0.95243901014328,1.512374997138977,-0.9605410099029541,1.0800060033798218,1.2668230533599854,2.101257085800171,-0.8090779781341553,-2.2073230743408203,-0.28665199875831604,-0.6080970168113708,-0.4152809977531433,-1.1951340436935425,1.0306769609451294,1.9710580110549927,2.188364028930664,2.1922531127929688,-0.26612499356269836,-2.3106930255889893,0.8068240284919739,0.714447021484375,2.432231903076172,1.0013890266418457,0.3595989942550659,0.04986000061035156,-0.5453979969024658,-1.1786099672317505,-0.05755599960684776,-1.2072910070419312,-1.1425060033798218,-0.05058800056576729,-0.2894819974899292,-0.2633430063724518,-1.4002799987792969,1.0557889938354492,1.0842570066452026,1.0964970588684082,1.1846779584884644,0.40357300639152527,2.13897705078125,-0.8788449764251709,-0.9033049941062927,-1.2388089895248413,0.08738499879837036,-1.1884310245513916,1.1431159973144531,1.6700429916381836,0.01690799929201603,-0.2531079947948456,-1.1506799459457397,-1.0368280410766602,-0.5207129716873169,0.025810999795794487,1.8215299844741821,-1.4618690013885498,0.02047399990260601,0.029735000804066658,-0.5093790292739868,1.6889230012893677,-0.965690016746521,-0.5941050052642822,0.16326099634170532,0.949550986289978,-0.5613049864768982,-1.8307340145111084,-0.5136370062828064,0.5093070268630981,-1.4850120544433594,-0.4102869927883148,-0.16104599833488464,-0.2799989879131317,-0.2781200110912323,1.1340579986572266,-0.5013120174407959,-0.644661009311676,2.3645710945129395,-0.29777199029922485,0.891048014163971,-1.019963026046753,-1.0332540273666382,1.840831995010376,0.6854249835014343,0.6537349820137024,-0.12553100287914276,0.8228449821472168,-0.12643100321292877,-0.15154899656772614,-0.20094099640846252,0.6560099720954895,-0.9107670187950134,-1.086361050605774,0.8569939732551575,1.7110960483551025,-0.8518589735031128,0.23858700692653656,0.25175800919532776,-1.061642050743103,1.731948971748352,1.3987250328063965,-0.9446020126342773,-1.1475199460983276,0.27056199312210083,1.2670860290527344,-1.0632719993591309,-1.2901690006256104,1.2169510126113892,0.07498899847269058,-1.3129459619522095,-1.2747540473937988,-0.9696360230445862,0.6391050219535828,-0.12244399636983871,-0.9609320163726807,-1.0074690580368042,-0.7791900038719177,-0.22923199832439423,-1.1945019960403442,0.8458790183067322,0.44224199652671814,-0.586883008480072,0.8146029710769653,0.8239139914512634,1.0797879695892334,1.7941210269927979,1.7665719985961914,1.0637569427490234,0.13283899426460266,1.5106589794158936,-0.5310400128364563,0.3602890074253082,-0.2114659994840622,-1.2519559860229492,0.9709889888763428,1.1116609573364258,-0.18701699376106262,-0.754073977470398,-0.6295310258865356,-1.2562179565429688,0.8446660041809082,-0.15508000552654266,0.7468870282173157,0.4931580126285553,-0.2128710001707077,0.6538389921188354,0.8054929971694946,-0.4492189884185791,0.23625999689102173,-1.0688079595565796,-0.8830479979515076,-1.3236210346221924,-1.3214130401611328,1.0340420007705688,-1.4497829675674438,-1.3970489501953125,0.5116230249404907,-0.9656339883804321,-0.17967000603675842,-0.15311500430107117,1.5823609828948975,0.7921890020370483,1.179352045059204,1.1189019680023193,-1.081220030784607,2.7477190494537354,0.3506839871406555,0.9413269758224487,-1.1396089792251587,0.8422110080718994,-1.150177001953125,1.775918960571289,-1.2572940587997437,-0.9949830174446106,-0.8285490274429321,1.0541160106658936,0.3472200036048889,2.6792550086975098,1.0910990238189697,1.0885239839553833,1.1326830387115479,-0.11358699947595596,-1.213386058807373,2.3740739822387695,1.6314289569854736,0.5792019963264465,-1.4790040254592896,-1.1092499494552612,1.1220810413360596,-0.22656700015068054,-0.9068719744682312,0.4127660095691681,-0.6116049885749817,0.8077939748764038,-0.18193300068378448,0.2967990040779114,0.6395779848098755,-0.5902400016784668,-0.5654320120811462,2.0057830810546875,-1.032127022743225,0.6128609776496887,1.7353459596633911,-1.058817982673645,-1.0926530361175537,1.52195405960083,0.3436119854450226,0.34007298946380615,2.4808099269866943,0.5247820019721985,2.2359490394592285,2.3765950202941895,-1.0162370204925537,-0.7907029986381531,-0.7862340211868286,0.8886529803276062,-1.7487109899520874,0.8437309861183167,2.7744059562683105,0.8682129979133606,0.04623600095510483,-1.2854080200195312,-1.6998870372772217,-0.029589999467134476,-0.76214200258255,0.8196409940719604,-0.6886039972305298,1.520447015762329,0.8396750092506409,-1.0911990404129028,-1.6957629919052124,-1.0636509656906128,1.6144980192184448,-1.7022019624710083,-0.2840859889984131,0.8845930099487305,-1.2718340158462524,-0.07245799899101257,1.784749984741211,0.07176399976015091,-1.2034779787063599,2.233546018600464,2.210861921310425,-2.046999931335449,-0.0009950000094249845,-0.6179249882698059,-0.7526829838752747,2.147881031036377,-0.9394429922103882,-1.089156985282898,0.8745419979095459,0.2896040081977844,0.40792199969291687,-1.992050051689148,-1.4596710205078125,0.7537040114402771,-0.30360299348831177,-1.3804329633712769,-1.2785439491271973,0.9725430011749268,-1.1618390083312988,-1.223230004310608,-1.4579119682312012,0.805400013923645,1.6320439577102661,0.7244579792022705,-1.0577130317687988,-0.28743401169776917,-0.7518969774246216,-0.8336459994316101,1.0166749954223633,1.0024399757385254,-1.2043960094451904,0.16774000227451324,0.5590569972991943,0.5665599703788757,0.18650700151920319,1.1906780004501343,0.19718900322914124,-1.0969929695129395,0.02709599956870079,-0.3682529926300049,0.5012829899787903,-0.01572299934923649,2.446981906890869,-0.9489049911499023,-0.7777900099754333,-0.25914299488067627,0.9715890288352966,1.2748759984970093,1.1785869598388672,-1.1173850297927856,2.2752609252929688,-0.019432999193668365,-0.0755620002746582,-0.5189679861068726,-0.36949101090431213,0.24712899327278137,0.20812499523162842,-0.9933720231056213,0.3068169951438904,0.716401994228363,-0.6360020041465759,-0.5603029727935791,-1.3474880456924438,-0.1899780035018921,2.394458055496216,0.36939001083374023,-0.43657100200653076,2.0776209831237793,2.0693359375,0.4525980055332184,-0.2930409908294678,-0.9379969835281372,-0.6821439862251282,1.638489007949829,-0.2803960144519806,-0.3846279978752136,2.8549959659576416,-0.9562619924545288,-1.1668729782104492,0.7002210021018982,0.6893320083618164,0.5942379832267761,-0.6142500042915344,-0.5634639859199524,1.0044399499893188,0.9961090087890625,-0.5290300250053406,-1.2609460353851318,1.0191559791564941,0.3974660038948059,0.39408600330352783,-1.1403889656066895,-0.006173000205308199,-0.7296090126037598,-0.7723609805107117,0.9260219931602478,1.0388489961624146,1.6950080394744873,1.9272229671478271,-0.48997899889945984,1.9036329984664917,-0.5811799764633179,-0.18056699633598328,-0.3566649854183197,-0.020016999915242195,-0.8302090167999268,-0.931656002998352,-0.9212039709091187,-0.9180600047111511,0.5949400067329407,-1.2546089887619019,0.04977700114250183,0.16333000361919403,-0.2601499855518341,-0.9748129844665527,-0.6657080054283142,0.5808489918708801,-0.7140920162200928,2.1356890201568604,0.5185840129852295,-0.8472319841384888,-0.25196900963783264,-1.1640419960021973,-0.1933079957962036,-0.21219100058078766,0.17048600316047668,-1.1309560537338257,-0.3951070010662079,-0.4729349911212921,-0.43355199694633484,0.6836339831352234,-1.1795690059661865,-0.516497015953064,-0.3982279896736145,-2.3389580249786377,1.1737619638442993,-0.48888400197029114,1.974661946296692,-1.1352930068969727,-0.9487469792366028,-0.8416560292243958,-0.2719550132751465,1.4622410535812378,-0.4001309871673584,0.16765600442886353,1.2305389642715454,-0.486737996339798,-0.6166250109672546,2.7248170375823975,-1.6163179874420166,0.6481249928474426,-0.9552389979362488,1.630107045173645,1.4479650259017944,-0.9479519724845886,1.0971100330352783,0.9368699789047241,2.166930913925171,-0.6803140044212341,-1.164520025253296,-0.5109620094299316,-0.5380060076713562,0.8412780165672302,1.198328971862793,0.2674500048160553,-1.168990969657898,-0.36784499883651733,-0.8758689761161804,-0.6345670223236084,0.5319979786872864,-1.1838740110397339,-1.381592035293579,-0.2866800129413605,1.0159690380096436,-0.9993209838867188,-1.0500969886779785,-0.25405099987983704,0.9330539703369141,0.9760950207710266,-0.11428499966859818,-0.8751829862594604,0.06353799998760223,1.9496610164642334,-0.5882449746131897,1.191243052482605,0.03165699914097786,0.853190004825592,-1.7448389530181885,0.6177099943161011,0.29919400811195374,-2.177759885787964,0.7291769981384277,0.6360909938812256,1.8735350370407104,-1.6209030151367188,-0.9361079931259155,0.5327450037002563,0.381972998380661,-0.7970759868621826,2.11387300491333,1.866929054260254,1.55765700340271,0.8959839940071106,1.514477014541626,2.578010082244873,-1.9431229829788208,-1.1003689765930176,-0.019471000880002975,2.021296977996826,-0.5915820002555847,1.8714280128479004,-0.8071810007095337,-1.2340749502182007,-1.4284520149230957,0.6340330243110657,-0.7782149910926819,1.2531160116195679,-1.065801978111267,0.132874995470047,1.8247530460357666,1.0512930154800415,-0.8695070147514343,-1.0319459438323975,-0.8559489846229553,-0.2706480026245117,0.7786470055580139,0.47757700085639954,0.772695004940033,0.054237000644207,-1.0771939754486084,0.8994510173797607,-1.4329379796981812,-1.4930570125579834,-0.8777750134468079,-1.5470080375671387,0.5575910210609436,0.8549730181694031,-0.3708820044994354,0.9329969882965088,-0.3639949858188629,-0.28984400629997253,-0.053672999143600464,-0.15067100524902344,-1.2054330110549927,0.40779298543930054,2.6127500534057617,0.9832339882850647,0.8809970021247864,-1.147447943687439,0.674239993095398,0.05487100034952164,2.036663055419922,2.1299819946289062,1.121999979019165,-1.196207046508789,-1.2054649591445923,0.7472739815711975,2.1970059871673584,-0.08146700263023376,-0.7025269865989685,-1.4408799409866333,0.2181839942932129,0.9722539782524109,-0.9324179887771606,-0.15689000487327576,-0.8121430277824402,2.436856985092163,-1.018908977508545,-0.8962270021438599,-0.9285749793052673,-0.7278929948806763,-1.2056310176849365,0.600924015045166,-1.5984419584274292,-0.9307429790496826,1.4482920169830322,-0.9575499892234802,2.4788269996643066,1.1218429803848267,-0.271807998418808,0.8775439858436584,-0.690654993057251,2.461548089981079,-1.0053240060806274,-0.053727999329566956,-1.4830780029296875,-1.2132569551467896,-1.48955500125885,-0.2304220050573349,-0.5269780158996582,-1.3366990089416504,-0.2583940029144287,-0.6315820217132568,0.10352300107479095,0.09545700252056122,-1.0234379768371582,-1.2502330541610718,-1.0954229831695557,0.9491869807243347,0.9725469946861267,-1.234771966934204,-0.04443499818444252,-1.13018798828125,0.5631549954414368,-0.9450730085372925,-0.557623028755188,1.111253023147583,0.12236600369215012,1.0528349876403809,2.218108892440796,0.963267982006073,0.8886470198631287,0.8587470054626465,-1.4135500192642212,1.203125,0.6029559969902039,0.44171300530433655,2.711071014404297,-0.28765198588371277,1.1574549674987793,0.8228570222854614,0.25714200735092163,0.2631939947605133,0.04316699877381325,-0.060454998165369034,-0.9365450143814087,0.23744800686836243,1.1998939514160156,1.1509820222854614,-1.4356119632720947,1.0912050008773804,1.9248310327529907,-0.7645040154457092,2.1684410572052,-0.6713060140609741,0.65972900390625,0.6525149941444397,0.6711199879646301,-1.241245985031128,0.9296910166740417,1.7398070096969604,2.0807909965515137,-0.3916110098361969,0.21005000174045563,-2.016326904296875,1.8252179622650146,0.18035399913787842,0.13481900095939636,-1.0438979864120483,-0.4816280007362366,0.33639299869537354,-0.3636719882488251,1.1131609678268433,-1.2309889793395996,-2.455626964569092,0.9014490246772766,0.7654410004615784,-0.2000100016593933,-0.1849370002746582,0.4853230118751526,1.0514559745788574,-1.0175950527191162,-0.027202999219298363,1.046839952468872,-1.5791130065917969,-1.181136965751648,0.09662999957799911,0.027521999552845955,-1.166121006011963,1.2462639808654785,-0.3048819899559021,-1.7647390365600586,-2.2890779972076416,-0.8810610175132751,-0.6371279954910278,-0.06976799666881561,-0.23010000586509705,0.44655799865722656,-1.216526985168457,0.7487930059432983,2.0687448978424072,-1.135903000831604,-0.9512010216712952,-1.4451780319213867,-0.9671990275382996,1.9938160181045532,0.49735599756240845,1.5660849809646606,-0.2864829897880554,0.6254109740257263,-1.6871260404586792,-2.471703052520752,-0.693701982498169,0.43407899141311646,-0.970363974571228,0.49624601006507874,0.764805018901825,-0.47954198718070984,-0.1878949999809265,1.4836499691009521,2.0696730613708496,-1.5390230417251587,0.5398820042610168,-0.49031099677085876,-0.5847020149230957,-0.4958209991455078,-0.9305570125579834,-1.0083750486373901,-0.9801599979400635,-0.9689729809761047,0.42149800062179565,0.15569399297237396,-0.8038269877433777,-1.063891053199768,-0.6953359842300415,-1.7732429504394531,0.641077995300293,-1.03084397315979,-1.0080260038375854,-2.362273931503296,-0.8390200138092041,-0.14857199788093567,1.0171149969100952,0.9540860056877136,0.9910150170326233,-0.6056659817695618,-0.5791370272636414,0.950302004814148,1.1223000288009644,0.2742150127887726,-1.1135120391845703,-0.582319974899292,0.3305259943008423,0.4883289933204651,0.5075060129165649,-0.6959199905395508,2.1146719455718994,0.8210530281066895,2.490617036819458,-0.7024570107460022,-0.22597600519657135,0.3299660086631775,2.3900649547576904,0.7213519811630249,-0.5796170234680176,-1.3760910034179688,-0.8824499845504761,-0.8963339924812317,0.022704999893903732,-0.5586119890213013,0.8461729884147644,-1.072914958000183,-0.9801639914512634,-0.0077669997699558735,-0.07514200359582901,-0.7712780237197876,-1.1409989595413208,-1.1265699863433838,-0.14119400084018707,-0.13130299746990204,-0.3866199851036072,0.7517099976539612,-0.14572300016880035,-1.2451269626617432,-1.2530380487442017,-0.004230999853461981,1.0068169832229614,-1.106147050857544,0.6828759908676147,-0.2273849993944168,-0.9889900088310242,-0.205376997590065,-0.5713199973106384,-0.9458469748497009,0.015100999735295773,0.34556999802589417,-0.8094789981842041,1.3748010396957397,-0.06284599751234055,-1.2921630144119263,-0.4800119996070862,0.017284000292420387,2.2408030033111572,0.38166698813438416,0.3322339951992035,-0.2778170108795166,0.7635970115661621,2.53302001953125,-1.9038009643554688,-2.129089117050171,-0.8198890089988708,0.39777401089668274,-0.9716870188713074,-0.9644970297813416,-0.7669669985771179,0.5227900147438049,-0.6610190272331238,0.09955000132322311,-0.3776629865169525,0.544169008731842,0.9128400087356567,-0.8524249792098999,-0.06362900137901306,-1.0749510526657104,-1.0383909940719604,2.3608949184417725,-1.3078140020370483,-1.1566619873046875,-0.6046609878540039,1.7619880437850952,0.4079500138759613,-0.3868350088596344,-0.7096160054206848,1.2843129634857178,0.9543460011482239,-1.1438319683074951,0.6916120052337646,-1.0807080268859863,-1.1443179845809937,-0.004987000022083521,-1.3059600591659546,0.6898769736289978,0.8517829775810242,0.094821996986866,0.06335099786520004,-1.1671600341796875,-1.1988639831542969,-1.3433380126953125,-0.08206299692392349,-0.04942300170660019,-0.717270016670227,0.49384599924087524,0.21953800320625305,-0.1967889964580536,0.7562710046768188,0.7556300163269043,-1.6323519945144653,-1.6740750074386597,-1.212844967842102,0.4852460026741028,-2.449889898300171,-0.8907619714736938,-0.61599200963974,2.711954116821289,0.21753600239753723,0.8958740234375,0.8927000164985657,-1.8391400575637817,0.4732910096645355,-1.0076290369033813,0.2928229868412018,1.3171110153198242,1.77094304561615,2.769774913787842,-0.5073850154876709,-1.277683973312378,0.7467190027236938,1.2441610097885132,-0.4874649941921234,2.0633299350738525,-1.7627450227737427,0.9581350088119507,-0.7268810272216797,-0.9171029925346375,2.866576910018921,1.7918870449066162,0.05516799911856651,1.0555180311203003,-1.1660979986190796,-1.2144780158996582,-1.02265202999115,-1.050657033920288,-0.8505839705467224,-0.28216999769210815,1.8475840091705322,0.6550700068473816,2.222476005554199,1.240975022315979,-1.0560909509658813,-0.9851760268211365,0.9340109825134277,-1.2828389406204224,-0.14230899512767792,0.7066689729690552,-0.6192759871482849,0.41848400235176086,-1.1998209953308105,-0.7147359848022461,0.8450769782066345,-0.25040099024772644,-1.0130620002746582,-1.2499300241470337,0.2587830126285553,-0.705223023891449,-1.2950479984283447,-1.1315009593963623,1.987529993057251,2.113107919692993,0.1113009974360466,-0.921097993850708,-0.3258090019226074,-0.971526026725769,1.0805360078811646,1.17815101146698,-1.7181860208511353,-1.1921119689941406,-0.7679039835929871,-0.45648300647735596,-0.453916996717453,2.020143985748291,0.11006700247526169,1.463034987449646,0.36267900466918945,0.19719700515270233,-1.4729119539260864,1.8907699584960938,1.569843053817749,1.1654969453811646,-2.0637049674987793,-1.621917963027954,-0.1415019929409027,-1.384585976600647,-0.5611720085144043,-0.6688640117645264,-0.6980530023574829,0.7370010018348694,-0.8694620132446289,0.4897179901599884,2.316394090652466,-0.43086400628089905,0.8351699709892273,-0.21126100420951843,0.881650984287262,-0.7029910087585449,-0.7194219827651978,-1.1438599824905396,1.4878389835357666,-1.3490480184555054,-0.09252200275659561,-1.4009870290756226,0.29943299293518066,-1.3622280359268188,-0.6797130107879639,0.9377340078353882,-0.7272049784660339,-0.7278239727020264,-0.8051530122756958,-0.8949900269508362,-0.9065070152282715,1.1902689933776855,-0.8985469937324524,0.03536999970674515,0.006058000028133392,-1.1903330087661743,0.15484300255775452,1.7324520349502563,0.9419270157814026,2.1942899227142334,-0.7493119835853577,-1.1026250123977661,-1.1128389835357666,-1.1171419620513916,-1.1400450468063354,0.5860350131988525,0.31182798743247986,-1.1542789936065674,-1.1860729455947876,0.5592210292816162,0.5710030198097229,0.7796419858932495,0.9658920168876648,-1.0790050029754639,-1.0805009603500366,0.7103210091590881,-0.9239810109138489,1.6532249450683594,-1.6150660514831543,-1.6204990148544312,-1.5764009952545166,-0.8353310227394104,-1.3138190507888794,0.0657769963145256,0.6597719788551331,-1.0675640106201172,0.19950899481773376,1.2344880104064941,0.961093008518219,-0.21641400456428528,0.8118469715118408,1.135915994644165,0.571412980556488,-1.0182149410247803,-0.8321400284767151,-1.2008429765701294,0.8885390162467957,-0.6385229825973511,2.189085006713867,2.126339912414551,1.7256829738616943,-0.8908209800720215,-0.41343098878860474,-0.22405099868774414,-1.0006259679794312,-1.1172139644622803,0.1470790058374405,-1.1803339719772339,-0.9135590195655823,0.02311900071799755,-1.0556529760360718,-0.5550040006637573,-0.9005730152130127,-0.9364330172538757,0.12644800543785095,-0.5195289850234985,-0.9924839735031128,-1.129470944404602,-1.2173069715499878,-0.9225919842720032,-0.37424901127815247,-0.9552919864654541,-1.1890150308609009,1.0921440124511719,-0.18970400094985962,-0.38796600699424744,-0.18556100130081177,0.1735759973526001,-0.5180429816246033,-0.08426900207996368,-0.14348599314689636,-1.1917040348052979,1.653357982635498,1.791977047920227,1.7396769523620605,-0.2290239930152893,-0.037356000393629074,-1.3831520080566406,-1.3642120361328125,-1.3237379789352417,1.1563290357589722,1.3461480140686035,1.7375680208206177,-0.21527700126171112,1.157673954963684,1.7648780345916748,-1.7098939418792725,-0.8429650068283081,-1.238690972328186,-0.7915999889373779,-1.0195870399475098,-1.0785369873046875,-0.1683879941701889,1.1066889762878418,1.0041630268096924,1.4505380392074585,0.6469420194625854,-2.1776890754699707,0.1231279969215393,1.3399369716644287,0.9123520255088806,-0.9229180216789246,-0.9342679977416992,0.11393799632787704,0.7634239792823792,0.7280610203742981,-1.3002170324325562,0.8286740183830261,-0.07843100279569626,-1.2215839624404907,0.8799440264701843,-1.0052950382232666,1.1983460187911987,1.8424279689788818,-0.3988479971885681,-0.2061460018157959,0.7075870037078857,-0.26225098967552185,-0.701990008354187,-0.11405999958515167,-1.0405789613723755,1.734145998954773,-1.1612730026245117,-0.8716490268707275,0.8441810011863708,-0.2967900037765503,0.8961840271949768,0.2820970118045807,-0.5484660267829895,1.880823016166687,0.006537000183016062,0.4838919937610626,0.057773999869823456,-0.5350239872932434,2.8140599727630615,2.8307859897613525,-0.0011129999766126275,-1.3150140047073364,-1.2544809579849243,-1.0068789720535278,-0.1083730012178421,-0.9498329758644104,-2.307343006134033,0.32190200686454773,-1.1161459684371948,0.852187991142273,0.8504030108451843,-1.9187469482421875,-0.45784199237823486,1.2391010522842407,-1.57817804813385,-1.0627529621124268,-1.1998159885406494,1.2641609907150269,0.6849319934844971,0.837643027305603,2.830169916152954,-1.3351349830627441,0.1594659984111786,-0.9720479846000671,0.7898939847946167,1.1940710544586182,0.6728079915046692,-0.18764400482177734,-0.23749199509620667,-1.093804955482483,0.6608330011367798,-1.0660489797592163,-0.020969999954104424,0.20550300180912018,0.4625070095062256,-1.7048300504684448,-0.3516170084476471,0.5408099889755249,1.231292963027954,-0.22097399830818176,-1.3838729858398438,-1.1730530261993408,0.16001899540424347,-0.323496013879776,0.7833369970321655,-0.9238830208778381,-1.1192320585250854,2.0110790729522705,1.9718830585479736,-0.6923990249633789,-0.6940410137176514,0.7194740176200867,2.190056085586548,2.4496560096740723,0.8766599893569946,-1.5972319841384888,0.10294000059366226,0.2799850106239319,-1.198369026184082,0.9325289726257324,1.2385090589523315,-1.2911039590835571,-0.49250999093055725,-0.5036770105361938,-1.681820034980774,-1.9323879480361938,-1.8038519620895386,-1.3387739658355713,-1.3258130550384521,-0.8884339928627014,-0.6418300271034241,-1.0606950521469116,-0.7334880232810974,0.10770399868488312,-0.08162300288677216,-1.2001969814300537,-1.3448410034179688,-0.974897027015686,-0.16572199761867523,1.402209997177124,-0.7490159869194031,-0.5327399969100952,2.2418670654296875,-1.440453052520752,-0.49060600996017456,0.6176530122756958,2.16131591796875,0.9667270183563232,-1.5534820556640625,1.173354983329773,-0.4868920147418976,-0.9911659955978394,-0.394879013299942,-2.2938430309295654,0.18519000709056854,-0.00876499991863966,2.186534881591797,-0.22133299708366394,-0.24015499651432037,-1.325927972793579,0.9828230142593384,1.0217050313949585,-0.34272301197052,0.09206300228834152,-0.9730669856071472,-0.86319500207901,1.8421900272369385,-2.2016029357910156,0.3378340005874634,-0.5093939900398254,1.108836054801941,1.8228089809417725,-1.2271039485931396,-0.8349050283432007,-0.872651994228363,0.9627969861030579,-1.7574230432510376,-1.7666499614715576,2.3983609676361084,-0.3912320137023926,-0.7479050159454346,-1.1264920234680176,-1.877303957939148,2.0428550243377686,-1.408215045928955,-1.2962019443511963,0.7357329726219177,-2.4064879417419434,0.37950399518013,-0.45746201276779175,-1.185034990310669,0.04455000162124634,0.40445101261138916,-0.8079839944839478,-1.7133409976959229,-0.7335360050201416,0.8289690017700195,-1.2274160385131836,1.7641860246658325,2.168174982070923,0.5653529763221741,-0.915058970451355,1.259456992149353,1.7254979610443115,1.7252579927444458,0.835627019405365,-0.9761859774589539,-1.0435190200805664,-2.2856218814849854,-0.2521890103816986,-0.4882049858570099,-1.1053589582443237,-1.3339749574661255,-0.7527689933776855,-1.3913079500198364,0.10186000168323517,-0.43710198998451233,-0.15143999457359314,-0.9459260106086731,1.9818120002746582,0.899806022644043,0.022258000448346138,-0.9228919744491577,-0.29877999424934387,-1.4566370248794556,-1.1358840465545654,-0.7446770071983337,0.3664639890193939,-0.4102979898452759,0.9737910032272339,0.6895239949226379,-1.0111240148544312,-1.4779210090637207,-1.3043849468231201,1.0360020399093628,0.7230179905891418,0.6619859933853149,-0.3826180100440979,-2.3008689880371094,0.13073599338531494,-1.2689110040664673,-1.1755620241165161,0.6657919883728027,-0.928301990032196,-1.1510579586029053,0.4422990083694458,1.146973967552185,0.10416799783706665,1.1279300451278687,1.1508430242538452,0.4710879921913147,-0.8445069789886475,2.1843819618225098,-1.1810760498046875,-0.2600330114364624,-0.7784370183944702,1.190850019454956,-0.8240799903869629,1.2222800254821777,-0.9677829742431641,-1.1635479927062988,0.6329259872436523,1.2274160385131836,0.2266329973936081,-0.7004849910736084,-1.0978529453277588,-0.1466670036315918,-1.0407040119171143,-0.4814850091934204,2.2859270572662354,-0.06498699635267258,-0.40760400891304016,-0.8326770067214966,0.8926090002059937,0.3238239884376526,-0.879709005355835,0.22832399606704712,-0.9001370072364807,1.0335999727249146,1.9469150304794312,-1.426216959953308,-0.9079170227050781,-0.8912090063095093,-0.8621090054512024,1.4744149446487427,1.3414310216903687,0.936152994632721,0.17664000391960144,-1.1087820529937744,2.199341058731079,2.1898860931396484,2.013370990753174,0.702659010887146,-1.1797540187835693,0.10647600144147873,-0.9876289963722229,0.24156899750232697,1.062811017036438,1.179226040840149,1.075302004814148,-0.09512200206518173,-0.5957670211791992,0.7885969877243042,0.6798310279846191,-1.6755180358886719,0.05544799938797951,0.08004000037908554,-1.0240370035171509,-0.5606300234794617,-0.69828200340271,0.5806260108947754,0.07193099707365036,0.6993290185928345,1.2833499908447266,1.130416989326477,0.9102209806442261,0.539027988910675,-0.04298600181937218,0.3501949906349182,-0.9101349711418152,-0.7714560031890869,-1.6514209508895874,0.07117100059986115,0.0024649999104440212,0.48590898513793945,-1.3059560060501099,-1.2995779514312744,-1.293002963066101,0.37522900104522705,-0.0013409999664872885,-0.36579400300979614,0.6355869770050049,1.0337810516357422,1.0079710483551025,0.3666679859161377,-1.2332329750061035,-0.07894899696111679,-1.1097270250320435,-1.1560360193252563,-1.08290696144104,-1.0587680339813232,-0.5968610048294067,-0.9361839890480042,-0.6701549887657166,-1.0799529552459717,-0.13679499924182892,-0.1577419936656952,1.5826239585876465,0.22134900093078613,-1.393686056137085,-1.3378599882125854,-1.762241005897522,-1.2119489908218384,-0.7156599760055542,0.8947280049324036,2.1036109924316406,0.6650279760360718,-0.26888400316238403,1.1956030130386353,0.6711120009422302,0.6617130041122437,0.7462120056152344,0.3240779936313629,1.981637954711914,-1.1138019561767578,-1.168092966079712,-0.022526999935507774,-1.3322550058364868,0.5859450101852417,-0.6923230290412903,-1.1318039894104004,1.1348390579223633,-1.533310055732727,0.5396350026130676,-1.2472529411315918,1.0685590505599976,-1.0961140394210815,1.1588250398635864,-1.638564944267273,-0.9568079710006714,1.476951003074646,0.24902300536632538,-0.10400500148534775,0.9650729894638062,0.9282839894294739,0.8898559808731079,-0.49768099188804626,2.076630115509033,0.4864349961280823,1.6637909412384033,1.6181520223617554,-0.7308380007743835,-0.11934900283813477,0.5144410133361816,-0.0076489998027682304,-0.12631100416183472,0.08672100305557251,-1.5312000513076782,0.30348899960517883,0.3070949912071228,0.2590720057487488,-0.3076910078525543,-0.9594500064849854,1.198564052581787,-0.679984986782074,-0.616703987121582,1.8038380146026611,-1.2360949516296387,1.8946460485458374,0.9873660206794739,2.1584889888763428,0.7781230211257935,-0.07343100011348724,0.9994630217552185,2.6638219356536865,2.6674349308013916,1.882491946220398,-0.10192800313234329,0.3867819905281067,0.015457999892532825,0.2760399878025055,-0.5711280107498169,0.364327996969223,-0.8491969704627991,2.492516040802002,2.464684009552002,1.0189180374145508,-1.9122710227966309,-0.9959840178489685,-0.5105410218238831,-0.7470539808273315,1.3052419424057007,0.9253569841384888,-0.8576449751853943,-0.7850229740142822,0.01843300089240074,-0.4078660011291504,-1.1354999542236328,-1.0858720541000366,-0.892507016658783,0.10903300344944,0.1701440066099167,1.4783350229263306,-0.6771240234375,1.8541150093078613,-0.5890269875526428,0.10760100185871124,-0.45631399750709534,-1.0333869457244873,-0.13366800546646118,-0.15232199430465698,0.01117399986833334,1.2088780403137207,-0.32101699709892273,-1.6716760396957397,0.2962140142917633,-1.2219090461730957,-0.6948779821395874,-0.09040799736976624,-0.4301300048828125,0.15645599365234375,0.6393640041351318,0.33400198817253113,1.3851079940795898,-1.5302050113677979,-0.16324299573898315,0.7654370069503784,-1.5914109945297241,0.6112300157546997,1.451812982559204,-0.4056839942932129,0.542140007019043,1.633067011833191,-0.9948769807815552,1.4076319932937622,-0.7191929817199707,-1.2745130062103271,1.0020289421081543,0.8920959830284119,-1.171478033065796,1.193897008895874,0.6326709985733032,-0.12339799851179123,0.5219680070877075,-0.26117101311683655,-0.8596289753913879,-0.5743870139122009,-0.8286899924278259,1.244513988494873,-0.9857119917869568,1.682492971420288,-0.7362939715385437,0.4586830139160156,1.9872809648513794,2.0045220851898193,-1.1452080011367798,-0.6500930190086365,2.308084011077881,1.1509000062942505,0.2625899910926819,-1.2553579807281494,0.04531800001859665,-1.0274980068206787,0.2709540128707886,-1.120987057685852,-0.32932499051094055,0.821943998336792,-1.0553640127182007,-1.0260009765625,-0.7366250157356262,0.010071000084280968,0.6227250099182129,-0.34923601150512695,-1.1484630107879639,0.8974509835243225,-1.2092280387878418,2.3982670307159424,-1.1727310419082642,0.31441500782966614,-0.9052450060844421,-0.37602999806404114,-0.15646399557590485,-0.32686299085617065,-1.644402027130127,-0.42737099528312683,0.4293319880962372,-0.08970099687576294,-0.12152499705553055,0.09760899841785431,-1.877105951309204,-0.07756000012159348,-0.8317720293998718,-0.7282099723815918,-0.66184002161026,2.2565600872039795,0.30018600821495056,-1.0160290002822876,0.17558400332927704,-0.7263050079345703,-0.4776099920272827,1.2329670190811157,0.05865500122308731,-0.7283520102500916,-0.7285040020942688,-0.9977549910545349,0.9550150036811829,-0.7177810072898865,1.6800429821014404,-1.0960309505462646,-1.1683499813079834,1.169396996498108,0.3117179870605469,0.810932993888855,-1.051259994506836,-0.5074689984321594,-0.9905779957771301,-1.2172060012817383,1.9494210481643677,1.9168239831924438,0.2560630142688751,1.1079169511795044,1.1275080442428589,0.5862870216369629,-1.475741982460022,-1.336387038230896,1.5243799686431885,1.0672760009765625,0.5345399975776672,-1.1096479892730713,-1.215188980102539,1.052696943283081,-0.4465020000934601,0.6271510124206543,-0.9215049743652344,-0.9259889721870422,1.0472220182418823,2.6937479972839355,-0.012505999766290188,-1.246142029762268,-1.1180369853973389,1.5635390281677246,-0.9341689944267273,-0.6971759796142578,0.24428899586200714,0.25136899948120117,-0.17029699683189392,-0.25662198662757874,-0.7535939812660217,1.935060977935791,2.143739938735962,0.944167971611023,0.9644169807434082,0.9461979866027832,-1.0115200281143188,-0.9912850260734558,-1.0150760412216187,-1.0426030158996582,-0.23386099934577942,-0.36570799350738525,-0.6736339926719666,0.04856700077652931,2.6567718982696533,0.2752000093460083,0.9870589971542358,-0.7928130030632019,0.3416860103607178,1.7307360172271729,-0.9757940173149109,0.14909499883651733,-1.205744981765747,-0.16844399273395538,0.4827499985694885,-0.7156280279159546,-0.5691710114479065,-0.5792880058288574,0.8812639713287354,2.2353289127349854,-0.013629999943077564,0.06250099837779999,-0.2223919928073883,-1.9267879724502563,-1.2682050466537476,-1.0408940315246582,-0.6465550065040588,-1.2832319736480713,0.34055501222610474,0.923026978969574,0.8238030076026917,1.0914340019226074,0.9765700101852417,-0.4044570028781891,0.6500239968299866,1.85419499874115,-1.5376299619674683,-1.4261130094528198,-0.7172240018844604,-1.1822069883346558,-1.7722549438476562,0.42663800716400146,-0.16524000465869904,0.1433199942111969,0.09316600114107132,-0.24282599985599518,1.9037070274353027,-0.9553400278091431,-0.041489001363515854,-1.3601679801940918,0.7503049969673157,1.1508870124816895,0.7358949780464172,-0.5449339747428894,-1.8499009609222412,-0.6503400206565857,-0.6459140181541443,-0.2813589870929718,-0.02352200075984001,1.1465590000152588,-0.8398299813270569,1.319854974746704,-2.1350948810577393,-2.1066370010375977,-2.0978310108184814,0.7100750207901001,1.056777000427246,1.041003942489624,0.5691270232200623,0.32833901047706604,-0.9335989952087402,0.7448999881744385,0.7222440242767334,1.6897430419921875,-0.6401370167732239,-0.4159800112247467,-0.7732970118522644,-1.7445600032806396,0.6897330284118652,2.8051629066467285,2.7588579654693604,0.9750210046768188,-0.767520010471344,0.18456999957561493,-1.1814709901809692,-0.7652890086174011,0.5165330171585083,-0.5222089886665344,-0.6630560159683228,-0.13886399567127228,-0.19668200612068176,1.2480720281600952,-0.9310299754142761,0.23545999825000763,2.214569091796875,0.9653499722480774,1.253553032875061,2.484394073486328,0.09717000275850296,-1.0412499904632568,-0.9983109831809998,1.6767369508743286,-1.1139090061187744,-0.9124969840049744,-0.03576099872589111,-1.2677040100097656,0.36840900778770447,0.1350650042295456,0.0970970019698143,-0.31144601106643677,-0.6592010259628296,-1.3916629552841187,-1.139907956123352,0.6720709800720215,0.9420310258865356,1.846318006515503,0.9259889721870422,-0.977948009967804,-0.5572829842567444,0.9555739760398865,-1.0563509464263916,1.7482670545578003,-2.342686891555786,-0.6007170081138611,0.3028259873390198,-2.4490699768066406,-1.1501049995422363,0.5706520080566406,-0.6169869899749756,-1.677582025527954,1.6973719596862793,0.5200279951095581,1.3657679557800293,2.146294116973877,-1.223803997039795,1.562880039215088,1.5552990436553955,-1.2590529918670654,-1.204064965248108,0.21570199728012085,0.48567700386047363,-0.7979509830474854,-1.4219169616699219,-0.7988439798355103,-0.9628170132637024,2.5353031158447266,-0.6896359920501709,-0.7381899952888489,2.2508130073547363,1.0834660530090332,1.897771954536438,-2.2034990787506104,-1.1868740320205688,-0.958361029624939,2.154284954071045,-0.5433909893035889,0.029117999598383904,1.890030026435852,0.83958899974823,1.931857943534851,0.8644620180130005,0.9422399997711182,-0.4274260103702545,1.195518970489502,-1.8213549852371216,0.6611179709434509,0.8225330114364624,1.2506929636001587,-1.193045973777771,0.7055040001869202,-0.9474959969520569,0.8650969862937927,-0.7509390115737915,1.431427001953125,1.2961790561676025,1.2457020282745361,0.8819770216941833,0.28139400482177734,-1.176574945449829,-1.1713709831237793,-0.2956309914588928,1.4608319997787476,2.5516819953918457,-0.31397899985313416,-1.396759033203125,0.1379469931125641,0.2742309868335724,0.7117429971694946,-0.2818329930305481,-0.9504939913749695,-1.395287036895752,0.17562299966812134,0.1672459989786148,-0.42351800203323364,0.3979159891605377,-1.1884050369262695,-0.4123240113258362,-0.14906899631023407,2.2366790771484375,0.8923519849777222,-0.10718400031328201,0.4241749942302704,1.1029189825057983,-1.0570069551467896,1.5857529640197754,2.630784034729004,-1.1105049848556519,0.7301480174064636,0.10441800206899643,-0.2447499930858612,-0.1886499971151352,0.8118169903755188,-0.675262987613678,-1.0577729940414429,0.48634999990463257,0.7604470252990723,0.7220150232315063,0.9482880234718323,0.9503679871559143,1.1196249723434448,-1.3406239748001099,0.0946580022573471,0.8683469891548157,-1.8654199838638306,1.1760050058364868,0.8466179966926575,-1.1890939474105835,-0.755944013595581,-1.02230703830719,-0.6722670197486877,-0.5953840017318726,-0.6419069766998291,0.15290500223636627,1.9365290403366089,1.080307960510254,1.545922040939331,-2.340485095977783,2.255479097366333,0.9042459726333618,-0.7710469961166382,0.7743980288505554,-1.2406100034713745,0.42618700861930847,0.7114840149879456,-1.052947998046875,1.989503026008606,-0.9516209959983826,0.5753390192985535,-0.3217160105705261,0.2313690036535263,0.7969480156898499,0.6095240116119385,-0.4522939920425415,-0.6972050070762634,1.1906019449234009,1.263396978378296,-0.4191260039806366,2.4662060737609863,-1.7008830308914185,-0.23565000295639038,-0.10621599853038788,0.892756998538971,-0.10000000149011612,0.4377270042896271,-0.3911080062389374,-0.38408398628234863,-0.9436650276184082,0.7635949850082397,-1.1043800115585327,0.406715989112854,1.231760025024414,-0.49775901436805725,-0.7753300070762634,-0.9572409987449646,1.3011549711227417,1.0406869649887085,-1.2926429510116577,-0.7169569730758667,0.33723801374435425,-1.5349459648132324,-1.5146759748458862,1.967326045036316,-1.1113059520721436,0.8325319886207581,0.5739030241966248,0.29214099049568176,2.3987960815429688,1.4127370119094849,-1.5926250219345093,-0.3100590109825134,-1.3299659490585327,-0.6440500020980835,-1.1725929975509644,1.5104620456695557,0.36618900299072266,-0.9882509708404541,1.747607946395874,2.2001020908355713,-0.7061309814453125,0.8419319987297058,-0.47546398639678955,-0.988735020160675,-1.0496890544891357,-0.05954600125551224,0.18378899991512299,-0.3981280028820038,-0.6582710146903992,0.30679699778556824,-2.074402093887329,-0.003234999952837825,0.7080199718475342,-2.1068949699401855,-0.7036439776420593,-0.9052219986915588,1.2361559867858887,-1.736415982246399,1.0776950120925903,-0.7537000179290771,0.940667986869812,0.9805639982223511,0.7520260214805603,-0.6535620093345642,-0.7620049715042114,1.6795480251312256,0.5512819886207581,-1.1564639806747437,1.074072003364563,-0.5503330230712891,-1.215453028678894,0.9151600003242493,-0.12587599456310272,0.782414972782135,0.7909280061721802,1.2180910110473633,-0.07562900334596634,-1.389145016670227,-0.44962599873542786,-0.6885010004043579,-0.751583993434906,2.7809460163116455,-1.1566580533981323,-0.34541401267051697,-0.5342959761619568,0.7905319929122925,1.7493900060653687,-1.0299240350723267,-1.0203850269317627,-2.017883062362671,-1.0111750364303589,0.21088199317455292,-0.35791999101638794,0.7773650288581848,0.03733000159263611,-0.4250029921531677,-1.0094670057296753,2.3600640296936035,0.04835899919271469,-0.23891499638557434,-0.1152309998869896,-1.2351069450378418,1.6633379459381104,-1.7912689447402954,-1.2449660301208496,0.7901920080184937,1.845047950744629,-0.8339999914169312,-1.021401047706604,0.9739949703216553,2.2241830825805664,-0.03647699952125549,1.4845069646835327,-0.13698099553585052,-0.5491719841957092,-0.5680840015411377,-0.6920779943466187,2.7962570190429688,0.0009430000209249556,-0.5224239826202393,-0.037939999252557755,-0.723343014717102,-1.064937949180603,1.1486409902572632,1.1455570459365845,0.8476250171661377,0.04362399876117706,-0.16852399706840515,1.7764209508895874,2.7005960941314697,0.39858999848365784,1.0681710243225098,-0.4565359950065613,-0.45408400893211365,1.2333190441131592,0.11141999810934067,-1.249045968055725,0.7749840021133423,0.15494300425052643,-0.2092909961938858,-0.4011709988117218,1.0431519746780396,-0.4906750023365021,-1.1015820503234863,0.5243759751319885,0.6048579812049866,1.947253942489624,-0.5398679971694946,-0.6231880187988281,0.5141220092773438,1.3802390098571777,0.5390170216560364,0.6649770140647888,1.097748041152954,2.082434892654419,2.111340045928955,-2.106132984161377,0.0291569996625185,1.0648159980773926,1.058953046798706,1.0502979755401611,-0.8445969820022583,-0.8941860198974609,0.13549000024795532,-0.5585629940032959,-1.3580689430236816,0.07944799959659576,-2.432698965072632,1.1638790369033813,0.2226870059967041,1.4735150337219238,-0.37960100173950195,-0.5710650086402893,-0.6405410170555115,0.27225399017333984,1.567633032798767,0.15629899501800537,-1.2902840375900269,-0.5860499739646912,0.8499050140380859,2.09853196144104,-1.1177810430526733,-0.722923994064331,-0.8313999772071838,1.0953340530395508,-2.3997271060943604,0.8749920129776001,2.308743953704834,0.7526130080223083,1.1700799465179443,0.9438850283622742,1.0167770385742188,-0.44441699981689453,0.8589320182800293,-1.2036370038986206,2.6543080806732178,0.5358579754829407,-0.03932400047779083,-1.0659890174865723,-0.9717720150947571,1.6633299589157104,0.7003419995307922,1.495751976966858,1.1464899778366089,1.578879952430725,0.9184049963951111,0.6295719742774963,0.43981799483299255,-0.0382159985601902,1.1243480443954468,-0.05433100089430809,0.5739920139312744,-0.7846530079841614,0.19749000668525696,1.0193079710006714,-0.6686829924583435,-0.29493600130081177,-0.7913960218429565,-0.49323099851608276,-0.7830349802970886,0.87608802318573,1.0862640142440796,-1.3591690063476562,0.8501110076904297,-1.153913974761963,1.014309048652649,-0.9372310042381287,-0.7083219885826111,-2.3487770557403564,-1.115447998046875,0.8002279996871948,0.11922600120306015,2.431497097015381,0.7082480192184448,0.5512470006942749,0.025157999247312546,2.385895013809204,0.44602298736572266,1.3627370595932007,0.3957670032978058,0.4285370111465454,-1.0847129821777344,-0.18225200474262238,-0.1416510045528412,-0.5637239813804626,0.06756699830293655,2.159018039703369,0.8740299940109253,1.198928952217102,-0.8228920102119446,-1.188223958015442,0.49598100781440735,-0.27141401171684265,0.5405740141868591,-1.0142799615859985,0.6746839880943298,-0.18985499441623688,-0.544920027256012,0.13767200708389282,0.7006239891052246,1.7235490083694458,-0.3653410077095032,0.8022879958152771,0.8161489963531494,0.5589709877967834,-1.054334044456482,0.9577310085296631,1.2019590139389038,0.17399199306964874,-0.6203259825706482,-1.1221410036087036,-2.457123041152954,0.09275999665260315,-0.8386369943618774,0.8187599778175354,-1.1883230209350586,-1.1693580150604248,0.47186198830604553,-1.1879329681396484,-0.8465399742126465,-0.8365449905395508,1.1505500078201294,-1.290168046951294,2.2918319702148438,-1.5219759941101074,-0.09119100123643875,-0.06879399716854095,0.13511300086975098,-0.7268440127372742,0.17714199423789978,-0.9584659934043884,-1.8162649869918823,-1.277959942817688,1.6759790182113647,1.2457200288772583,1.587677001953125,0.8984130024909973,2.117677927017212,-0.9347059726715088,-0.7854040265083313,0.7894300222396851,-1.0551029443740845,0.8646360039710999,-0.5533469915390015,-0.09765099734067917,1.117596983909607,0.8933600187301636,-1.2117969989776611,2.464996099472046,0.6944199800491333,2.2558441162109375,-1.260329008102417,-0.8495190143585205,-1.1396340131759644,1.2104740142822266,1.769858956336975,-0.7263389825820923,1.1514780521392822,1.1137959957122803,-0.5331360101699829,-0.962556004524231,0.8653209805488586,0.8632670044898987,0.8434749841690063,1.1362760066986084,-0.7705529928207397,0.5388110280036926,-1.1330300569534302,-0.7128909826278687,-0.7614009976387024,-0.8339589834213257,-1.2593079805374146,-1.352800965309143,-1.1119099855422974,-0.13391099870204926,-0.29767298698425293,-0.07611099630594254,-0.6611019968986511,0.17405599355697632,-0.7761769890785217,-0.7078740000724792,1.1254260540008545,0.3393250107765198,1.138672947883606,0.5568919777870178,-1.964858055114746,0.7752529978752136,-1.30458402633667,-0.47974899411201477,0.37454700469970703,-0.2835310101509094,-1.3664560317993164,-1.0908559560775757,-1.0953580141067505,2.1462628841400146,-0.3533790111541748,0.6586210131645203,0.8030700087547302,0.7845460176467896,-1.0691930055618286,1.268362045288086,-0.5069609880447388,0.3789159953594208,1.3696600198745728,-0.3242030143737793,-1.1427099704742432,-1.714709997177124,-1.0966949462890625,0.9635149836540222,0.36614999175071716,0.9224349856376648,-0.491007000207901,-2.3472509384155273,2.2475979328155518,-0.40915700793266296,-1.2716890573501587,0.5501130223274231,-0.17325299978256226,0.9052429795265198,0.9416189789772034,1.0119240283966064,0.8244699835777283,-1.1975719928741455,-0.7799180150032043,-0.4949580132961273,-0.7436680197715759,0.5061900019645691,0.5147079825401306,2.6241350173950195,-0.1843090057373047,-0.5971760153770447,-0.20682400465011597,-0.2720719873905182,-0.03857799991965294,0.2889229953289032,-0.5036159753799438,0.17683500051498413,-0.443136990070343,0.28881800174713135,-1.0425230264663696,-0.847104012966156,1.2144759893417358,0.795009970664978,-1.5891799926757812,2.086982011795044,-0.05593499913811684,2.796549081802368,0.21995599567890167,2.0419909954071045,-1.2558380365371704,-0.8507099747657776,0.5267099738121033,0.14709900319576263,-1.1706960201263428,1.1447629928588867,0.9533079862594604,-2.3841309547424316,-0.13395999372005463,-0.5393689870834351,-1.2510050535202026,1.0238189697265625,-1.7260700464248657,1.4708939790725708,1.1141929626464844,-1.302832007408142,-1.0752060413360596,1.974573016166687,-1.0185840129852295,0.8643689751625061,-0.2850799858570099,-0.9755060076713562,-0.6176289916038513,-1.1235929727554321,-1.2431509494781494,0.5690230131149292,-1.1429840326309204,-1.1291029453277588,-0.4845130145549774,0.05377199873328209,0.06240899860858917,1.0964460372924805,-1.1596850156784058,0.9081950187683105,-0.4807699918746948,0.4495239853858948,0.45697900652885437,1.0127110481262207,-1.1501359939575195,0.3132080137729645,0.7204899787902832,-1.1892549991607666,-0.5736380219459534,-0.8111230134963989,0.178507000207901,-1.2211140394210815,1.7026890516281128,0.4124540090560913,1.624493956565857,-0.9106670022010803,2.8131790161132812,2.0774049758911133,1.8787920475006104,-0.0295570008456707,0.7411839962005615,1.0190160274505615,-2.0464320182800293,-0.8281570076942444,1.2342129945755005,1.7792860269546509,2.6746931076049805,1.4265060424804688,-1.1035950183868408,-0.6722589731216431,-1.0722559690475464,0.3452160060405731,1.9815219640731812,-1.1314990520477295,0.17290499806404114,-0.8026109933853149,-0.6484119892120361,0.8124809861183167,1.9435280561447144,0.6259340047836304,-0.9695950150489807,-0.7105860114097595,-1.2745029926300049,-0.4154359996318817,1.2808239459991455,-0.24220900237560272,-0.20870399475097656,1.2701799869537354,-0.441197007894516,0.8865770101547241,0.8376110196113586,-0.368708997964859,0.9240090250968933,-1.098402976989746,-0.9921320080757141,-0.8256829977035522,-1.1746129989624023,-0.5652689933776855,-1.1974409818649292,-0.05178999900817871,-0.8894309997558594,-1.1896560192108154,2.1410748958587646,-0.4204530119895935,-1.1622049808502197,-1.0787529945373535,-1.9391330480575562,-0.860044002532959,1.2291109561920166,0.9061220288276672,-0.2987839877605438,-2.3675360679626465,0.5214549899101257,0.46143999695777893,-0.9944700002670288,0.2032659947872162,0.326570987701416,0.3000720143318176,-0.7666919827461243,0.8652970194816589,-1.2138060331344604,0.4764379858970642,0.8935710191726685,1.209488034248352,1.3205480575561523,0.7514050006866455,0.63857102394104,-0.8547850251197815,-1.1553740501403809,1.4773060083389282,1.2869869470596313,1.3125309944152832,-0.32686200737953186,-1.744480013847351,0.589614987373352,-0.20384499430656433,2.654921054840088,0.1395149976015091,-1.3303630352020264,-0.7696719765663147,0.2400279939174652,-0.6230930089950562,-0.5992929935455322,0.5425379872322083,0.8762419819831848,0.8979840278625488,-1.3094669580459595,-0.9819560050964355,-1.4252649545669556,-0.46561399102211,1.115826964378357,-0.2703210115432739,0.34340301156044006,2.5150959491729736,0.9917219877243042,-0.8342519998550415,0.6998329758644104,-0.30067700147628784,-0.9836350083351135,-1.1741759777069092,0.3151189982891083,1.0909639596939087,-0.8722059726715088,1.0994579792022705,0.36660200357437134,0.21915799379348755,1.1182039976119995,1.7529449462890625,-0.8878200054168701,-0.21025900542736053,-0.9548810124397278,-0.04420199990272522,-0.592182993888855,-1.147305965423584,-0.7145460247993469,-0.8483629822731018,-0.41114699840545654,1.509552001953125,-2.3565518856048584,0.9554299712181091,0.6712689995765686,-1.2456669807434082,1.1678409576416016,1.5995750427246094,0.2593429982662201,0.28870099782943726,2.2241361141204834,-0.19553899765014648,-0.9591820240020752,-1.1188160181045532,-0.7367290258407593,0.42736199498176575,1.7683110237121582,-0.9763069748878479,-0.8004630208015442,0.26926401257514954,0.23726999759674072,0.753745973110199,-1.146875023841858,-0.7608529925346375,0.38530001044273376,-1.395758032798767,-1.2950810194015503,-1.3126800060272217,0.270579993724823,0.5007709860801697,0.32984501123428345,1.0489670038223267,-1.029446005821228,-0.06508000195026398,0.3685489892959595,0.34858399629592896,0.33089199662208557,0.11168300360441208,0.2524319887161255,0.14366799592971802,0.4454149901866913,-1.8522529602050781,-0.7773969769477844,-0.4796139895915985,-0.997530996799469,-0.041822999715805054,0.17214399576187134,-0.41715800762176514,0.9713820219039917,-0.23644199967384338,-0.7312849760055542,-1.3025070428848267,2.3887650966644287,-0.09804300218820572,0.11079300194978714,0.15216800570487976,-0.786316990852356,2.5260159969329834,0.8543469905853271,-1.1967380046844482,-1.070019006729126,-1.300639033317566,0.8898440003395081,-0.2267950028181076,1.0147769451141357,0.7326430082321167,0.9079899787902832,2.2514569759368896,-2.4992830753326416,0.222121000289917,-0.589834988117218,1.198199987411499,-0.3438979983329773,2.795732021331787,1.827759027481079,0.8890860080718994,0.8474159836769104,1.853039026260376,0.25507399439811707,-0.6198819875717163,2.7639899253845215,-0.35334500670433044,-0.6209779977798462,-1.0892399549484253,1.8319740295410156,-1.148887038230896,1.0340880155563354,0.7909529805183411,2.1307830810546875,-1.692633032798767,2.4091179370880127,2.3287010192871094,2.20884108543396,-0.9051910042762756,-0.4320659935474396,-0.2019450068473816,-0.5071370005607605,-0.796513020992279,0.19997000694274902,2.411761999130249,0.6857420206069946,0.1930920034646988,-1.5657349824905396,-1.9857540130615234,-1.3123159408569336,-0.38071098923683167,2.8168869018554688,0.9472050070762634,-0.940854012966156,1.371724009513855,1.2593259811401367,1.3078850507736206,-0.13125599920749664,-0.7564150094985962,-1.389441967010498,0.690106987953186,-1.1929539442062378,-1.083948016166687,-1.0905699729919434,-1.1102759838104248,0.2538970112800598,-0.19017300009727478,-1.7093119621276855,0.46590399742126465,0.3345719873905182,-0.559844970703125,-0.7218779921531677,0.5462110042572021,1.6422090530395508,0.5445640087127686,1.794301986694336,-1.2499350309371948,0.4145050048828125,1.8327410221099854,0.8999350070953369,0.889208972454071,0.8996400237083435,0.19661100208759308,-1.1938469409942627,-0.789687991142273,2.5729830265045166,-1.1996279954910278,1.6673890352249146,-1.3610589504241943,1.2671380043029785,1.0371969938278198,-0.5357670187950134,1.4090650081634521,-0.2790069878101349,0.7804380059242249,-0.4202499985694885,-0.6789720058441162,-0.3199689984321594,1.4469980001449585,-1.3599090576171875,-1.619197964668274,-1.1910099983215332,-0.28588300943374634,-0.3509790003299713,-1.0665240287780762,-1.1313719749450684,-0.419189989566803,0.7012079954147339,1.5654319524765015,0.12533199787139893,0.7237100005149841,-1.4181259870529175,-1.1574209928512573,1.3070590496063232,-0.017965000122785568,-0.1099419966340065,-0.31839001178741455,-0.3222990036010742,0.1608240008354187,0.10852199792861938,2.4035189151763916,2.400554895401001,0.4501909911632538,-1.164870023727417,0.1646530032157898,-0.7068930268287659,0.8355979919433594,0.003863000078126788,-0.8730970025062561,-0.9459530115127563,0.919668972492218,-2.2083590030670166,-1.1134870052337646,-0.6690070033073425,-0.9321060180664062,0.5847769975662231,0.24577799439430237,-1.5058820247650146,-0.051371000707149506,-0.05322299897670746,-0.7603539824485779,-0.7479779720306396,-0.6912919878959656,0.5810480117797852,0.3844430148601532,-0.11962199956178665,-1.2618869543075562,-0.9939879775047302,0.6976519823074341,0.8462979793548584,2.343635082244873,0.887024998664856,-1.396973967552185,1.1406069993972778,0.5086380243301392,-1.3973519802093506,-1.2279469966888428,1.896988034248352,0.14016999304294586,-0.17080700397491455,0.8219760060310364,0.9702649712562561,-0.2608630061149597,1.5498709678649902,1.2779309749603271,-1.0048249959945679,-1.2575680017471313,0.6551719903945923,-1.2912379503250122,0.19737200438976288,1.165969967842102,-0.9642980098724365,-0.5447499752044678,1.1548789739608765,0.20188100636005402,2.712857961654663,0.40740901231765747,-0.9754030108451843,-0.6143029928207397,0.9398009777069092,0.42671999335289,1.0554159879684448,-1.1810760498046875,-1.1708040237426758,2.0326690673828125,1.340034008026123,-0.4803850054740906,0.374985009431839,1.074774980545044,0.34108200669288635,1.0572079420089722,-0.3680739998817444,0.606552004814148,0.36827901005744934,-1.5439380407333374,0.05367099866271019,0.2050440013408661,0.9464870095252991,-1.16349196434021,0.43536099791526794,0.27061599493026733,-0.3451460003852844,-0.7070900201797485,0.4022209942340851,0.4554150104522705,0.237404003739357,-1.15591299533844,-0.6500399708747864,1.7177050113677979,-0.7018510103225708,-0.04078099876642227,-0.5153520107269287,0.9781820178031921,-0.8555960059165955,-1.116698980331421,-0.2880229949951172,-1.217157006263733,-1.2168920040130615,2.075861930847168,-0.786732017993927,0.4612770080566406,-0.45726698637008667,0.462772011756897,0.7749249935150146,0.7989749908447266,-1.0994999408721924,-0.9618070125579834,-0.012463999912142754,-0.2984760105609894,0.7184749841690063,1.2260719537734985,-1.2501959800720215,1.0479869842529297,2.4482529163360596,0.9561539888381958,-0.7648259997367859,-0.04436099901795387,-0.042819999158382416,-0.975471019744873,-1.1704679727554321,0.7927960157394409,1.1031609773635864,-0.3948819935321808,-1.054429054260254,-0.4257949888706207,-0.35653701424598694,-1.2113029956817627,-0.4283069968223572,-0.6872040033340454,2.071650981903076,-0.5795810222625732,-1.1083439588546753,-0.05812399834394455,-1.2769620418548584,-1.2470589876174927,1.1646219491958618,-0.5482940077781677,-1.0721739530563354,-0.24460099637508392,1.0182980298995972,-0.4791330099105835,0.8351500034332275,0.4717540144920349,-0.15677599608898163,-1.1152540445327759,2.071837902069092,-0.46033498644828796,0.4944460093975067,0.47769200801849365,-0.2556689977645874,0.5320619940757751,1.8628649711608887,0.7944459915161133,0.8096470236778259,-0.9121800065040588,-0.7263979911804199,-1.4816590547561646,0.004898000042885542,0.9377899765968323,-1.129938006401062,-1.177569031715393,-0.9767109751701355,-0.3180989921092987,1.1456880569458008,-0.7271249890327454,1.4103319644927979,-1.3200470209121704,-0.6558189988136292,0.07390499860048294,0.11647599935531616,-1.2590830326080322,-0.8694980144500732,-1.1862950325012207,-1.0426609516143799,-1.3230140209197998,-0.1816989928483963,-0.12476500123739243,2.4442899227142334,-0.19166800379753113,-0.4052119851112366,0.12464199960231781,0.3751929998397827,-0.4824860095977783,1.3127360343933105,-1.2063909769058228,-1.2428059577941895,-1.2632559537887573,-1.1271049976348877,-0.708532989025116,-0.9739890098571777,-1.290168046951294,0.9745630025863647,-0.7058889865875244,0.858879029750824,0.07103700190782547,-0.444707989692688,-0.44670599699020386,0.6426770091056824,-0.009819000028073788,-0.7732279896736145,-0.07999400049448013,-0.6432179808616638,1.9383560419082642,0.3668999969959259,1.6292229890823364,-1.3636629581451416,-0.4395819902420044,-1.0640150308609009,0.8675739765167236,0.7842069864273071,-0.8057219982147217,0.7082819938659668,0.6961439847946167,0.8588110208511353,-0.30903398990631104,-0.29832199215888977,-0.2337770015001297,2.377530097961426,-0.7020379900932312,0.149167999625206,-0.7556830048561096,-0.7931410074234009,1.0475889444351196,-1.1586359739303589,-0.4814690053462982,-0.28609699010849,0.12368299812078476,1.6799260377883911,0.367561012506485,1.8189339637756348,2.3002970218658447,-0.7451120018959045,-2.0568220615386963,2.3839569091796875,-0.5762230157852173,0.9637519717216492,-0.32418298721313477,1.2272369861602783,-0.29968300461769104,1.1451020240783691,1.1394259929656982,-0.9276779890060425,0.6654620170593262,-0.6967970132827759,-0.0002809999859891832,-0.6649209856987,-0.301937997341156,0.27024000883102417,-1.1336270570755005,-1.2365700006484985,0.5618669986724854,-0.14958499372005463,0.7918689846992493,-1.1210780143737793,0.8019779920578003,2.0443758964538574,0.39214301109313965,-0.9485650062561035,-1.111340045928955,2.6421749591827393,1.1396420001983643,2.668384075164795,0.696986973285675,0.7268909811973572,0.04214499890804291,-0.3932360112667084,0.39585599303245544,0.21127299964427948,0.5650339722633362,-0.748714029788971,2.316999912261963,0.43740400671958923,0.2273470014333725,-1.563979983329773,-0.6509130001068115,0.9913480281829834,0.17843100428581238,0.667855978012085,0.2510400116443634,0.08228100091218948,-0.5214840173721313,-0.007884999737143517,0.9925850033760071,1.7313940525054932,0.8382790088653564,0.9519349932670593,-1.0582640171051025,2.145111083984375,-1.910560965538025,-1.18435800075531,0.9622499942779541,0.9725340008735657,0.2972800135612488,0.8037480115890503,-1.418172001838684,-0.3248409926891327,-0.2981660068035126,1.9488070011138916,-0.10383900254964828,-1.0264450311660767,0.6993870139122009,0.9337319731712341,-2.2615809440612793,0.454818993806839,-1.1605550050735474,-1.2638319730758667,1.9289159774780273,-0.0940369963645935,-0.9491699934005737,0.2609649896621704,2.096497058868408,1.030648946762085,1.0896589756011963,-1.281214952468872,-1.5942089557647705,0.9085909724235535,-1.333387017250061,-2.0455760955810547,0.36772099137306213,-2.4167230129241943,-0.6560819745063782,-0.8074910044670105,1.241845965385437,1.8079359531402588,-1.2596889734268188,-1.2349309921264648,1.1768490076065063,-1.012374997138977,-0.6179540157318115,-1.4868160486221313,2.8509581089019775,-0.9793689846992493,-0.6180729866027832,-0.13990899920463562,-0.6212530136108398,0.6928060054779053,-0.7858409881591797,-0.9041439890861511,1.0356899499893188,-1.1816940307617188,0.6407719850540161,-0.4602139890193939,-0.31553301215171814,-1.8036160469055176,-1.0733059644699097,-0.966372013092041,1.0194519758224487,1.0296130180358887,0.7771649956703186,0.46574100852012634,2.5764238834381104,1.6706609725952148,-0.7885990142822266,-0.40760600566864014,-0.0647369995713234,0.2921279966831207,0.8678579926490784,-0.7819769978523254,0.6133649945259094,-1.207427978515625,0.9370099902153015,0.48638400435447693,-0.3709299862384796,-0.34549999237060547,1.2446670532226562,0.9785060286521912,-1.32784903049469,0.8196600079536438,-0.19383099675178528,2.7400050163269043,2.744508981704712,0.719245970249176,-0.721123993396759,-0.1823440045118332,2.4376070499420166,-0.7837849855422974,2.2156178951263428,1.1325479745864868,2.8368279933929443,-1.2367709875106812,0.8273289799690247,0.22412100434303284,0.18036599457263947,1.1716569662094116,-0.12918700277805328,-1.3309600353240967,0.527866005897522,-0.1432339996099472,-0.1621289998292923,-1.2360600233078003,-0.3870599865913391,-0.7835879921913147,0.0021899999119341373,-1.849513053894043,-0.7499570250511169,-1.1231060028076172,-1.9139679670333862,1.5909650325775146,1.5811879634857178,1.2626639604568481,-0.8376560211181641,-0.1291709989309311,1.7012629508972168,1.1199970245361328,-0.993287980556488,-0.7255539894104004,-0.8659110069274902,-0.5254679918289185,-1.0089770555496216,-0.20987699925899506,0.8207030296325684,0.2968519926071167,0.8509690165519714,0.9652209877967834,-0.6866660118103027,1.1320550441741943,1.9418669939041138,-1.368698000907898,2.0167160034179688,0.371955007314682,-1.195605993270874,0.08530300110578537,0.5380979776382446,-0.017841000109910965,-1.987887978553772,1.7638850212097168,-0.476514995098114,1.6512099504470825,1.6084469556808472,1.456799030303955,1.0296399593353271,-2.1833341121673584,-0.85760498046875,0.7699440121650696,-0.46726199984550476,-1.1339850425720215,-1.1266069412231445,-1.806365966796875,0.9312040209770203,-0.5000830292701721,-1.179345965385437,1.7169690132141113,-0.7520340085029602,1.6027599573135376,-1.1457380056381226,-0.48616600036621094,-0.5024160146713257,0.15727899968624115,0.7777159810066223,1.2088600397109985,0.7450159788131714,0.7232710123062134,-1.3827710151672363,0.9504759907722473,-0.14565399289131165,1.1359059810638428,2.668503999710083,1.1706600189208984,0.16378000378608704,2.5908730030059814,-0.03824999928474426,-1.2337219715118408,2.1589200496673584,0.46500301361083984,-2.0951039791107178,0.18048299849033356,-1.2313810586929321,-0.9542490243911743,-0.009607000276446342,-1.1492749452590942,1.6497459411621094,1.0141570568084717,2.811505079269409,0.4894450008869171,-0.922885000705719,-1.1804200410842896,0.7352629899978638,1.1449910402297974,-1.8558919429779053,1.424865961074829,-0.29515698552131653,-1.0710749626159668,-1.4702450037002563,-0.5469610095024109,0.4858759939670563,-0.9343240261077881,-0.17506399750709534,1.0428869724273682,-1.2989130020141602,1.0518189668655396,1.1165920495986938,-0.31367701292037964,0.29800400137901306,2.218050003051758,1.1953580379486084,-0.3175869882106781,0.41875898838043213,0.37709400057792664,0.6181859970092773,0.616686999797821,0.18857599794864655,-1.1135530471801758,-0.27884700894355774,-1.0176730155944824,0.9193040132522583,-0.3046570122241974,0.3017120063304901,2.405611991882324,-2.017754077911377,0.3418950140476227,0.40350601077079773,-1.7641910314559937,-0.5053430199623108,0.4667010009288788,-0.8775129914283752,-0.3917739987373352,-0.39023101329803467,0.28126999735832214,-1.1176589727401733,-0.540041983127594,0.9506250023841858,-1.4126590490341187,-1.4496229887008667,-1.2241400480270386,0.5221840143203735,-1.1976330280303955,0.18669100105762482,-0.7637150287628174,-1.247244954109192,0.3303369879722595,1.3585009574890137,-0.7479590177536011,-1.012578010559082,0.031031999737024307,0.742680013179779,1.5210649967193604,1.4944339990615845,0.7790150046348572,-0.20174799859523773,-0.9011229872703552,-0.5397610068321228,-1.0958609580993652,-0.5225359797477722,0.4167790114879608,-1.0783940553665161,-1.0773119926452637,0.18332000076770782,0.06956899911165237,-0.6797699928283691,-0.9659309983253479,-1.4488919973373413,1.1822359561920166,-0.40997299551963806,-1.0973809957504272,-1.6188180446624756,-1.5415799617767334,2.7494239807128906,-0.32353800535202026,0.2403869926929474,-0.48041200637817383,-1.1659590005874634,0.10924699902534485,-0.9496060013771057,-1.2276430130004883,0.16546699404716492,0.9000890254974365,-1.0889049768447876,1.252851963043213,0.6461589932441711,0.0921429991722107,1.7707819938659668,1.952731966972351,0.3534669876098633,-1.4574179649353027,2.7879180908203125,-0.12359900027513504,0.38428598642349243,1.0768589973449707,1.4831969738006592,0.48860201239585876,-1.0883179903030396,0.943701982498169,-0.6219689846038818,0.1423099935054779,-1.2310069799423218,-0.5276870131492615,-0.5243539810180664,1.10624098777771,-1.0229569673538208,-1.0295790433883667,-2.3302950859069824,-0.5295450091362,1.93265700340271,-1.237805962562561,-0.21993499994277954,-1.23580002784729,-0.5901880264282227,2.1168370246887207,2.1796998977661133,-1.1159980297088623,-1.2489629983901978,-1.252606987953186,-0.4361009895801544,0.7741479873657227,-1.7156139612197876,0.7178459763526917,0.24969899654388428,-1.7283799648284912,1.7175580263137817,-1.4551630020141602,-1.0586689710617065,-1.0279730558395386,-0.7515140175819397,-1.286810040473938,-1.725944995880127,1.817322015762329,-0.5960739850997925,0.7353940010070801,-0.7461280226707458,-0.44308900833129883,-0.6127470135688782,0.8646929860115051,-0.9319159984588623,0.8317030072212219,-0.5460690259933472,-1.1831209659576416,1.1059269905090332,1.134261965751648,1.4524680376052856,-1.5056209564208984,-1.4987950325012207,-0.7130470275878906,0.9931920170783997,-2.032428026199341,-1.1456149816513062,-1.0129549503326416,0.4892530143260956,-1.3848910331726074,-1.0294179916381836,-2.1952130794525146,-1.0914289951324463,-1.065140962600708,-0.8721640110015869,-0.015337999910116196,-0.9051769971847534,1.240826964378357,0.8261359930038452,2.4683148860931396,0.10546299815177917,0.5479739904403687,-0.20202699303627014,-1.1612169742584229,1.2463619709014893,-1.1116290092468262,-1.0974520444869995,0.07811400294303894,0.9552919864654541,-0.7854210138320923,0.3397650122642517,1.316174030303955,1.080124020576477,0.3956409990787506,-1.2109659910202026,-1.2163699865341187,-1.185196042060852,0.6693879961967468,-0.639631986618042,-0.8630480170249939,-2.4381260871887207,0.4950149953365326,1.592574954032898,1.174908995628357,-0.39531201124191284,0.6490060091018677,0.5971009731292725,0.335752010345459,0.9225059747695923,0.16600599884986877,-0.6713910102844238,0.2881450057029724,-1.0817489624023438,-1.0852299928665161,-0.6889879703521729,-0.729324996471405,-0.9896299839019775,0.16220100224018097,-0.6906049847602844,2.1523358821868896,0.5408899784088135,0.3433170020580292,-0.6040310263633728,-0.6907870173454285,0.11368899792432785,-0.7724040150642395,1.1969759464263916,0.5330299735069275,0.295974999666214,-0.45434999465942383,-0.20033299922943115,-0.33723899722099304,0.01051000040024519,-0.9383059740066528,0.8108429908752441,1.190024971961975,0.26020801067352295,1.0066829919815063,-0.6517819762229919,-1.7510550022125244,-1.022125005722046,0.10959599912166595,-0.005009999964386225,-1.2027759552001953,0.3309130072593689,1.7444839477539062,-1.2332539558410645,-0.6666520237922668,-0.6495180130004883,-1.103700041770935,0.35461699962615967,-0.30377399921417236,0.8139169812202454,0.5092250108718872,0.04550899937748909,-1.6984349489212036,-0.7802950143814087,0.4233590066432953,-0.4080750048160553,0.5035610198974609,-0.15159299969673157,-0.5000460147857666,0.9289019703865051,-0.8864539861679077,-0.9302849769592285,0.2255299985408783,-1.011191964149475,-0.622035026550293,1.8042449951171875,-0.27174898982048035,2.508600950241089,2.4745709896087646,1.1638259887695312,0.24826699495315552,1.1337859630584717,-1.3331979513168335,-0.36990201473236084,-1.411350965499878,1.0547380447387695,-0.5463640093803406,0.514706015586853,0.4517059922218323,0.5704799890518188,-0.506164014339447,-0.31685999035835266,-0.5073480010032654,-0.12442699819803238,0.0792739987373352,-0.2660819888114929,0.30936700105667114,-1.1796660423278809,-0.7922400236129761,0.2958950102329254,-1.186378002166748,-2.215981960296631,0.720100998878479,0.5674200057983398,-0.3670960068702698,2.6128931045532227,-0.22924700379371643,-0.5937460064888,0.9644899964332581,0.3259280025959015,-0.9045640230178833,1.194079041481018,-0.4994350075721741,-0.4891360104084015,0.5348389744758606,-1.1645430326461792,-0.31237301230430603,-0.15239299833774567,-0.10324600338935852,0.9812080264091492,0.6632140278816223,-0.4822849929332733,0.7076050043106079,0.6574810147285461,1.0485990047454834,1.0426260232925415,-1.1512130498886108,1.738927960395813,2.172028064727783,-0.7707989811897278,1.6047320365905762,-1.1186180114746094,2.0582869052886963,-0.06702200323343277,-0.5899850130081177,2.0346789360046387,-0.6263750195503235,-0.002630000002682209,0.2883470058441162,1.1560829877853394,-1.9298629760742188,2.0737760066986084,0.7996569871902466,-1.7678910493850708,-1.7542589902877808,-0.9812759757041931,-0.12374900281429291,1.3157360553741455,-0.527629017829895,-0.5824019908905029,2.224395990371704,0.9145650267601013,0.8712220191955566,0.8140019774436951,1.0721930265426636,-0.3409369885921478,-0.5772690176963806,0.7426239848136902,-2.0652480125427246,-1.0938140153884888,-1.2089630365371704,2.1670989990234375,2.0670430660247803,-0.663873016834259,-1.1040990352630615,-0.938709020614624,-0.8780490159988403,1.9271529912948608,1.884945034980774,-0.7638930082321167,-0.9078220129013062,-0.8110030293464661,0.665880024433136,0.7293620109558105,-0.9764329791069031,1.036007046699524,1.0768020153045654,0.5839999914169312,-0.045368000864982605,-1.699280023574829,-0.43245500326156616,-1.8287290334701538,-0.07588499784469604,-1.056061029434204,-1.0074989795684814,2.274070978164673,1.2186909914016724,0.9006940126419067,-0.818585991859436,1.6252119541168213,-1.3058290481567383,-1.290789008140564,0.3186889886856079,-0.33055898547172546,2.6454789638519287,0.7989910244941711,1.6804430484771729,-1.0761419534683228,0.9081419706344604,0.8498309850692749,-0.7406119704246521,-0.6687859892845154,1.5725359916687012,0.716946005821228,-0.7464609742164612,-0.27201199531555176,1.851647973060608,0.971714973449707,1.1094820499420166,-0.3354170024394989,1.9663029909133911,-2.1660029888153076,1.9999730587005615,-0.9479010105133057,-1.1108759641647339,0.6599860191345215,-1.2749810218811035,0.8397669792175293,-1.1014180183410645,0.40796801447868347,2.2076640129089355,-1.589393973350525,0.3184700012207031,-1.1600760221481323,-1.0618339776992798,-0.09266100078821182,-1.965569019317627,-1.1782679557800293,-1.8580739498138428,1.3407089710235596,1.2625720500946045,0.6506530046463013,2.0189669132232666,1.0759769678115845,1.1963900327682495,-1.0840760469436646,-1.0613080263137817,1.0993330478668213,0.2603349983692169,1.178933024406433,0.2752839922904968,0.04679600149393082,-0.46054399013519287,0.9741060137748718,1.7293009757995605,-2.068932056427002,-1.2568140029907227,-0.48054999113082886,-0.8525580167770386,1.7619839906692505,1.2978030443191528,-1.31905198097229,1.1852309703826904,0.8621019721031189,0.04797299951314926,-0.23361800611019135,-0.7042850255966187,-0.4525910019874573,-0.2732529938220978,1.0928800106048584,-0.266525000333786,0.6097239851951599,1.7135000228881836,-0.4049150049686432,0.5630699992179871,-0.48139500617980957,1.8891370296478271,-1.3800220489501953,1.7222750186920166,-2.129300117492676,-1.2875089645385742,1.2485339641571045,0.6256759762763977,0.257627010345459,0.38197898864746094,-0.328328013420105,-1.1644059419631958,-1.1034890413284302,-0.6687769889831543,2.07908296585083,-0.6531829833984375,-0.05720999836921692,-0.551925003528595,-0.5038380026817322,2.03420090675354,1.1613479852676392,0.3818170130252838,1.092816948890686,-0.5632320046424866,0.13912199437618256,2.02095103263855,2.2012290954589844,0.014453999698162079,-0.15094299614429474,0.9695510268211365,-0.9837390184402466,-0.5150200128555298,-1.1081349849700928,-1.2020059823989868,1.5808390378952026,-1.1298789978027344,-1.158560037612915,0.24160100519657135,2.3869779109954834,2.406933069229126,-0.941182017326355,-1.8728729486465454,1.195688009262085,-1.4572410583496094,-1.3730829954147339,1.0388760566711426,0.3543109893798828,1.157891035079956,-0.29416200518608093,-0.5629310011863708,-1.0746840238571167,-0.22484999895095825,0.5947679877281189,1.4992350339889526,0.5492990016937256,-1.0853580236434937,2.7272279262542725,-0.5893229842185974,-1.029528021812439,-0.7599980235099792,-1.3161319494247437,1.2923109531402588,-0.033233001828193665,0.45151299238204956,2.2705209255218506,0.5912240147590637,-0.020222999155521393,-0.09474000334739685,0.7636759877204895,-0.33654099702835083,1.6289750337600708,-2.436933994293213,0.7534710168838501,1.998445987701416,1.0528310537338257,1.0616569519042969,-0.3634510040283203,-1.2269740104675293,-0.32493600249290466,-1.2024790048599243,-0.9584739804267883,2.5496480464935303,-1.2237969636917114,0.6575109958648682,-0.5071629881858826,0.22584299743175507,1.1129300594329834,2.019402027130127,-1.8285059928894043,0.5667719841003418,-0.8029800057411194,1.2215960025787354,-0.9199519753456116,-0.7427660226821899,0.08277899771928787,1.0653820037841797,-0.7055820226669312,-1.7009350061416626,-0.7478449940681458,-0.5059329867362976,-0.48076099157333374,-0.33845698833465576,1.146577000617981,-0.38367798924446106,-0.5865169763565063,-0.06290200352668762,1.3744159936904907,-0.7876219749450684,-1.2727930545806885,0.31925201416015625,-0.8501129746437073,-2.0060269832611084,0.7369750142097473,-0.874405026435852,-0.8881149888038635,-1.2419730424880981,-1.2080750465393066,-0.9960110187530518,1.051071047782898,2.088897943496704,-0.5422260165214539,-1.4234809875488281,-0.21796199679374695,2.313762903213501,-0.8081949949264526,0.9731349945068359,-1.0789790153503418,-1.1086159944534302,1.7824649810791016,1.1622960567474365,0.22974200546741486,-0.5900290012359619,0.12321999669075012,-1.6483609676361084,-1.0369230508804321,1.9899369478225708,1.1414589881896973,-0.747901976108551,-0.004095000214874744,0.2001120001077652,-1.5000649690628052,-0.5316179990768433,1.3070770502090454,1.3416119813919067,2.1716179847717285,2.207885980606079,-1.2127150297164917,-2.374907970428467,0.8699060082435608,0.7414979934692383,1.724437952041626,1.1894290447235107,-0.7441189885139465,-1.304414987564087,0.6804460287094116,0.9270679950714111,-0.49957698583602905,-0.3598890006542206,0.8538450002670288,-0.08762100338935852,1.3202630281448364,0.9467419981956482,-0.6750640273094177,-0.16559800505638123,0.5086579918861389,0.5803409814834595,-0.8170989751815796,-0.16262799501419067,-0.8942570090293884,0.6101710200309753,0.9262120127677917,1.9379709959030151,1.2406740188598633,-0.0989530012011528,1.1319630146026611,0.47875601053237915,1.2365520000457764,0.12956300377845764,-1.1252110004425049,-0.008174000307917595,-0.49268001317977905,-0.28877899050712585,0.3008190095424652,-0.6023650169372559,-1.151597023010254,-0.45297300815582275,-0.46140700578689575,0.2750749886035919,-1.0904899835586548,-0.5106639862060547,-0.4529950022697449,1.037781000137329,2.0868449211120605,-0.9738280177116394,0.7387880086898804,-1.0093450546264648,-0.41985899209976196,-0.4204399883747101,0.8865000009536743,-0.3524479866027832,-0.3972240090370178,0.9909980297088623,1.0179059505462646,0.5219709873199463,-0.5119220018386841,-0.48802000284194946,0.5027340054512024,-1.232161045074463,-1.2295620441436768,1.4726660251617432,-0.6051939725875854,-1.4967190027236938,-1.4677200317382812,-0.8274409770965576,0.14400799572467804,-1.5134259462356567,-0.45065298676490784,-1.0292799472808838,1.073227047920227,0.7367420196533203,-1.0158580541610718,1.1639399528503418,-1.816375970840454,-1.8205909729003906,0.04668800160288811,0.8776789903640747,-0.47773298621177673,-0.4588170051574707,0.8974900245666504,0.44573500752449036,2.1477808952331543,-0.9343569874763489,0.7208830118179321,1.1343599557876587,-0.3529520034790039,1.5896220207214355,1.5238879919052124,-0.10367999970912933,-0.8938140273094177,2.6666579246520996,-0.8318399786949158,0.11116000264883041,-0.6609619855880737,0.5381010174751282,-1.1430670022964478,-0.716251015663147,1.8572700023651123,0.30788499116897583,-0.6368139982223511,2.1230740547180176,-1.0595669746398926,-0.8286169767379761,-0.9697350263595581,0.6036689877510071,0.08131500333547592,0.25557398796081543,-2.127070903778076,-0.054058000445365906,-0.4617510139942169,1.0597490072250366,1.08154296875,-0.5083789825439453,2.7628540992736816,-0.7728210091590881,-1.7875750064849854,0.04033000022172928,0.2599659860134125,-1.1902199983596802,-0.9548479914665222,-0.6912879943847656,-0.40628498792648315,0.3190000057220459,0.7525100111961365,0.8568140268325806,-0.37785398960113525,2.4277830123901367,0.12306699901819229,0.09095100313425064,1.1778340339660645,0.09485000371932983,0.11985799670219421,0.9820250272750854,0.9486389756202698,1.2783390283584595,1.166463017463684,0.07996200025081635,1.1930429935455322,1.1600420475006104,-0.1497180014848709,0.7702950239181519,-1.229660987854004,0.8250349760055542,-0.7504569888114929,-0.7387170195579529,-0.2598469853401184,-1.0887219905853271,1.8642899990081787,0.12176799774169922,-1.2220569849014282,-0.4145199954509735,1.0223970413208008,1.0461180210113525,-0.31712600588798523,-1.1288620233535767,0.3375830054283142,0.36169499158859253,2.074920892715454,-1.0437380075454712,-0.631076991558075,1.2242540121078491,-0.4506100118160248,1.1651870012283325,-0.04557599872350693,-1.5744860172271729,0.27525201439857483,0.10016199946403503,1.099882960319519,1.325989007949829,1.2967569828033447,0.4795779883861542,-0.5040730237960815,1.512037992477417,2.0232110023498535,2.700068950653076,0.19288399815559387,-0.45048901438713074,0.09995000064373016,0.29195401072502136,0.9127179980278015,1.1532249450683594,-1.1630079746246338,-0.7353640198707581,0.9656609892845154,-1.0536350011825562,-0.36844199895858765,-0.44982001185417175,0.8215939998626709,0.9076439738273621,-0.7541670203208923,0.9385679960250854,-0.238646999001503,-0.7401289939880371,-0.7182689905166626,1.2316360473632812,0.0839809998869896,0.07923100143671036,0.3525890111923218,-0.4077889919281006,1.2558870315551758,-1.1913180351257324,-0.7978119850158691,-0.26864901185035706,-0.34573501348495483,-0.02201800048351288,-0.977840006351471,-0.28555700182914734,1.5341490507125854,1.1129430532455444,1.2728439569473267,0.6752979755401611,-1.3556209802627563,0.19461099803447723,0.6399989724159241,-1.840999960899353,-0.6937379837036133,1.458333969116211,1.4004629850387573,-0.8646389842033386,-1.8387659788131714,-0.04789400100708008,-0.680433988571167,0.09096699953079224,-0.28957700729370117,0.09489399939775467,1.145691990852356,0.9308609962463379,1.923259973526001,-0.9755240082740784,-0.7267739772796631,-0.6915799975395203,2.209218978881836,-0.9990540146827698,-0.7024850249290466,-0.46324899792671204,1.3766599893569946,-1.1695879697799683,0.44374099373817444,0.2869719862937927,1.7911510467529297,1.9793649911880493,1.987197995185852,0.32120001316070557,0.04632600024342537,-0.38178300857543945,-1.0537910461425781,2.6055829524993896,-0.06780000030994415,-0.39408600330352783,-0.5192720293998718,-0.28679001331329346,1.4210729598999023,1.0020639896392822,-0.574521005153656,-0.3221839964389801,-0.8290470242500305,-1.1208100318908691,-1.7786870002746582,-0.21569299697875977,1.0190390348434448,-0.08451300114393234,1.5582200288772583,-1.1381089687347412,-0.3538930118083954,-2.467987060546875,0.15500199794769287,-0.7564389705657959,-0.26753100752830505,0.27875301241874695,-1.1225149631500244,0.1574680060148239,0.960578978061676,1.2951469421386719,0.4455089867115021,1.1331160068511963,-0.15732599794864655,1.4793790578842163,-1.7847900390625,-0.40357398986816406,-0.9948620200157166,-0.39441001415252686,-0.26493799686431885,0.4584139883518219,-0.7681220173835754,1.1216169595718384,0.9607260227203369,-1.9847949743270874,0.20373199880123138,-0.22480599582195282,-0.5458189845085144,-0.6191849708557129,0.9864410161972046,-0.7931110262870789,-0.14145299792289734,0.30843499302864075,0.1140500009059906,-2.273711919784546,1.710137963294983,-0.7034299969673157,-0.4781000018119812,-1.7781749963760376,1.2306050062179565,-0.11293400079011917,-1.19766104221344,-1.279934048652649,1.6514270305633545,1.6413170099258423,-0.9844710230827332,0.6149060130119324,0.7336810231208801,-0.009169000200927258,-0.13258199393749237,0.841579020023346,1.9460680484771729,-0.813916027545929,-0.10006800293922424,-0.3210099935531616,-1.759192943572998,0.7953310012817383,1.2654750347137451,-0.5016630291938782,-1.5354499816894531,-1.3081860542297363,-1.7776219844818115,-1.0401279926300049,1.5494040250778198,-0.2642509937286377,-0.424452006816864,1.2156310081481934,-0.9429309964179993,0.8867459893226624,1.1726529598236084,-1.2393310070037842,2.357853889465332,0.8663489818572998,-1.416519045829773,0.31781500577926636,0.9800209999084473,-0.16371899843215942,-0.7795889973640442,-0.8233669996261597,0.9857739806175232,1.0771729946136475,-1.0223369598388672,-0.014592999592423439,-1.2422330379486084,-0.7825329899787903,1.234315037727356,1.0649579763412476,1.1016089916229248,-0.8753640055656433,-0.2999059855937958,0.32793599367141724,0.30030500888824463,0.5455359816551208,0.5542320013046265,-1.3063280582427979,0.3925800025463104,1.0714210271835327,-0.011113000102341175,0.7662739753723145,-0.06799899786710739,0.038405999541282654,-0.93094402551651,-0.06424999982118607,0.650763988494873,-0.7532449960708618,-0.7762609720230103,0.3491309881210327,-0.8222609758377075,-0.972195029258728,0.5059570074081421,-0.18238699436187744,1.160295009613037,1.1608049869537354,1.4161369800567627,1.769927978515625,1.802852988243103,0.9281010031700134,1.032600998878479,0.5560640096664429,-0.20581600069999695,-0.8480479717254639,-0.27089500427246094,-0.17305999994277954,1.2702579498291016,-1.501446008682251,-0.0646509975194931,2.881021022796631,-0.19448700547218323,-1.1689800024032593,-0.5933489799499512,0.717868983745575,0.6013069748878479,-1.1935590505599976,-0.344310998916626,-0.11872799694538116,1.3631789684295654,2.7354280948638916,-0.1301179975271225,1.229630947113037,-1.2799160480499268,-1.2958259582519531,0.9915390014648438,1.1368540525436401,-2.3644559383392334,-2.3652191162109375,1.103790044784546,-0.036747001111507416,0.8880000114440918,-1.2931549549102783,1.100466012954712,-0.8357629776000977,0.5785290002822876,0.8440250158309937,0.338685005903244,-0.5397350192070007,-1.143576979637146,2.4441258907318115,2.390993118286133,-0.8606420159339905,0.6321229934692383,2.5054309368133545,-0.19696299731731415,0.26238998770713806,-1.2338409423828125,-0.28148698806762695,0.6398659944534302,-1.095993995666504,-1.3243980407714844,-0.2565479874610901,-0.15883800387382507,0.9452360272407532,0.44197699427604675,1.1850370168685913,-0.3902519941329956,-0.31921398639678955,-1.7043299674987793,2.374572992324829,1.6073739528656006,0.7230889797210693,-0.8265039920806885,-0.8440290093421936,-1.228140950202942,-0.5096819996833801,-0.43642300367355347,0.36289000511169434,0.10186599940061569,0.8739820122718811,-0.19144099950790405,-1.2466299533843994,1.4031410217285156,-0.13411100208759308,-0.35784900188446045,1.6508359909057617,-1.1663130521774292,1.9208309650421143,1.1677030324935913,1.0917129516601562,-0.19979900121688843,-0.9195449948310852,-0.31400400400161743,1.1556810140609741,0.4327700138092041,-0.702709972858429,0.8432790040969849,0.41470301151275635,0.2615779936313629,0.761713981628418,-1.1742719411849976,0.8166810274124146,1.8758900165557861,-0.5260940194129944,0.9741129875183105,-2.0841920375823975,0.6467970013618469,-0.09283600002527237,-0.7609819769859314,0.5401870012283325,0.5650479793548584,-1.6978479623794556,-0.5436130166053772,0.4393540024757385,0.761916995048523,-1.1126559972763062,-1.1038609743118286,-1.1573430299758911,-0.6017709970474243,-0.4844839870929718,0.9522650241851807,0.7181140184402466,0.6699749827384949,-0.9185770153999329,-0.9541260004043579,-0.5723090171813965,0.45511001348495483,-1.8819340467453003,-1.194633960723877,-0.20017899572849274,0.5395479798316956,-0.8946400284767151,0.44501298666000366,2.6723859310150146,2.6382980346679688,1.523764967918396,2.6070969104766846,-1.066283941268921,-0.8673760294914246,0.923812985420227,1.802649974822998,1.068107008934021,-1.390179991722107,1.0670989751815796,1.329437017440796,-0.38199299573898315,1.2665959596633911,-0.7461649775505066,-1.0132299661636353,-1.019204020500183,-0.38414299488067627,-0.7528989911079407,-0.5157009959220886,1.2175170183181763,-1.2329620122909546,-0.5946769714355469,1.9003980159759521,-2.3118629455566406,0.9997940063476562,-1.1004300117492676,-0.6679080128669739,1.1815210580825806,-1.904114007949829,0.7071999907493591,-1.0586580038070679,0.25191500782966614,1.7204020023345947,-0.983830988407135,-1.0416059494018555,-0.005237999837845564,-0.544219970703125,0.3719629943370819,0.4447749853134155,0.7676659822463989,-1.181190013885498,-1.1833900213241577,1.9029040336608887,0.652275025844574,-0.621703028678894,-1.2803620100021362,-0.5482079982757568,-0.0965220034122467,1.99612295627594,2.6487810611724854,-1.1495230197906494,0.7777640223503113,-1.330909013748169,-1.0881290435791016,-0.5212470293045044,-0.5024629831314087,0.9049400091171265,-0.3854840099811554,-1.733383059501648,0.2757749855518341,1.117779016494751,1.1528029441833496,-1.2042969465255737,0.7391059994697571,2.124994993209839,1.5847469568252563,-0.3175790011882782,-1.8057860136032104,2.1447980403900146,0.8086370229721069,1.708541989326477,1.1672379970550537,0.4773640036582947,1.0436550378799438,-1.0261030197143555,0.2856009900569916,0.11895599961280823,0.9467769861221313,-0.9788740277290344,-0.07691200077533722,2.458348035812378,-0.7562170028686523,2.238646984100342,-0.7544710040092468,0.6187859773635864,1.7451130151748657,0.7790049910545349,-1.2109429836273193,0.9020659923553467,0.3295139968395233,1.5489319562911987,0.34465500712394714,1.2024840116500854,1.1040079593658447,-0.6463140249252319,1.911594033241272,-0.6783450245857239,-0.37848201394081116,-0.3169170022010803,-0.0949459969997406,0.43845799565315247,2.4007151126861572,-1.1511379480361938,-1.2808070182800293,-0.3316029906272888,-0.30117300152778625,0.35425901412963867,0.673337996006012,2.025296926498413,-0.6217449903488159,0.5077040195465088,1.1343510150909424,0.0422700010240078,-1.0013890266418457,-1.1584320068359375,-1.151824951171875,-1.1378120183944702,-0.35860300064086914,-0.3330869972705841,0.8797760009765625,-0.4523789882659912,0.5842000246047974,0.7581940293312073,1.1569709777832031,-0.37799501419067383,-0.9355739951133728,0.883201003074646,1.2732130289077759,1.2742459774017334,-0.7647510170936584,0.5494369864463806,-1.1268839836120605,0.9939249753952026,-1.1361900568008423,2.8323090076446533,0.1927260011434555,2.563452959060669,-1.207474946975708,-0.153328999876976,-0.8726980090141296,0.3947780132293701,0.36823898553848267,-0.8690149784088135,-1.1066889762878418,-1.0793910026550293,-0.157027006149292,2.026036024093628,0.48179399967193604,-0.7657210230827332,-0.48371100425720215,0.36954501271247864,-0.3614960014820099,-0.8404459953308105,-1.3762669563293457,0.17518199980258942,0.8396490216255188,-0.9990739822387695,-0.07777199894189835,-1.542273998260498,-1.8676639795303345,-0.5344200134277344,-1.8736549615859985,-0.9456480145454407,0.10061399638652802,0.6528720259666443,-0.6011419892311096,1.5021439790725708,1.0687010288238525,-1.2506660223007202,0.09300100058317184,-0.965919017791748,2.6929469108581543,1.1197680234909058,-0.0737989991903305,0.7353180050849915,-0.19084900617599487,-0.6767479777336121,-1.0738699436187744,-1.0874019861221313,-0.1804330050945282,1.007248044013977,0.9972739815711975,-0.5851439833641052,-0.6863139867782593,1.9494420289993286,0.24370600283145905,-0.7794420123100281,-1.2997649908065796,-0.7943480014801025,-0.8612310290336609,2.797126054763794,0.02803800068795681,-1.0528219938278198,0.7335050106048584,-1.3306829929351807,0.17943599820137024,0.797793984413147,0.07864899933338165,-2.3367159366607666,-0.6869350075721741,-1.15699303150177,1.1858899593353271,1.1703890562057495,-0.26954901218414307,-0.6988509893417358,1.490386962890625,2.4626219272613525,1.299767017364502,-2.2914810180664062,1.2795170545578003,0.06616300344467163,1.0425519943237305,-0.6055259704589844,1.9125629663467407,2.6177139282226562,2.4976959228515625,-0.9409419894218445,-0.43258699774742126,1.5272200107574463,1.471392035484314,2.142883062362671,-0.4639340043067932,-1.1368329524993896,-0.8938699960708618,-0.6909310221672058,0.50245600938797,0.8388050198554993,1.1819959878921509,0.3112010061740875,-1.147994041442871,-1.1023609638214111,-0.9510779976844788,0.6358829736709595,1.7019619941711426,0.5957949757575989,-1.4277570247650146,-0.7295479774475098,2.0066089630126953,-0.11214900016784668,1.1924289464950562,-1.4506880044937134,0.6304110288619995,0.019527999684214592,1.463636040687561,2.394505023956299,1.6642910242080688,-1.1494120359420776,-0.4478819966316223,-0.6855199933052063,-0.0386510007083416,1.0269310474395752,1.0914759635925293,-0.16987000405788422,1.6119740009307861,-1.5404469966888428,-0.1276800036430359,0.14736099541187286,1.2163729667663574,-0.5804790258407593,-0.027350999414920807,1.08856999874115,1.2012850046157837,-0.4857420027256012,-0.641040027141571,-1.3164459466934204,0.6511210203170776,1.491191029548645,-1.0050760507583618,2.8393049240112305,-1.131935954093933,0.0459819994866848,-0.6692190170288086,1.5959030389785767,1.9298529624938965,-0.13356000185012817,1.3009589910507202,1.2509609460830688,2.1743619441986084,-0.8435230255126953,0.06747599691152573,1.8384929895401,0.42652300000190735,0.21197399497032166,-0.9273800253868103,1.6598360538482666,1.4558500051498413,1.1037559509277344,-0.27535998821258545,-1.9720189571380615,0.12116999924182892,1.0485810041427612,-1.14765202999115,-1.2255020141601562,-0.7302169799804688,0.8732069730758667,0.7946410179138184,-0.6542609930038452,-1.224660038948059,1.4579620361328125,1.630107045173645,1.9751739501953125,-1.7919650077819824,-2.226978063583374,0.014418999664485455,-1.8670710325241089,-0.0009590000263415277,0.8050379753112793,-2.263145923614502,-0.6107199788093567,0.20905299484729767,-1.3017959594726562,-0.7463809847831726,-0.8002200126647949,-1.0293760299682617,-1.047423005104065,0.13118599355220795,0.02767300046980381,2.8366739749908447,-0.8868229985237122,-2.2721939086914062,1.5784850120544434,0.08348499983549118,-0.8280100226402283,0.03595000132918358,0.08422800153493881,1.6091769933700562,-0.14093199372291565,-0.03972399979829788,-1.179142951965332,-0.4697130024433136,0.9651569724082947,0.9943389892578125,2.6004090309143066,1.1343309879302979,1.1671680212020874,0.5583810210227966,0.5608789920806885,0.1407109946012497,-0.5053060054779053,-1.64397394657135,-0.8114889860153198,0.5488290190696716,0.3471669852733612,0.7214509844779968,-0.4042690098285675,-0.7424769997596741,0.09739600121974945,0.1482120007276535,2.2231290340423584,-1.0134079456329346,2.701406955718994,0.08892299979925156,0.6844729781150818,-0.6768040060997009,0.15329599380493164,1.7175159454345703,-0.44753798842430115,0.19038799405097961,-1.1552890539169312,0.31922900676727295,-1.8255560398101807,-1.0862549543380737,0.7287070155143738,-1.951522946357727,-0.6041560173034668,-0.6462479829788208,-0.7517489790916443,0.08710499852895737,1.507552981376648,0.5242180228233337,1.8574559688568115,1.792799949645996,-1.2197140455245972,-1.2069300413131714,-1.2215629816055298,0.14043499529361725,-1.0506399869918823,0.15168699622154236,0.7461599707603455,0.6381719708442688,0.9000300168991089,1.1814169883728027,-1.1495590209960938,0.5218150019645691,0.1501529961824417,1.0114669799804688,-0.8312749862670898,1.0943069458007812,0.9988669753074646,-0.7016559839248657,-1.3281359672546387,-1.1367650032043457,-1.1368080377578735,0.0048489999026060104,-0.9008749723434448,-0.8714900016784668,1.0468519926071167,2.2582058906555176,0.20912300050258636,0.7540130019187927,-1.0277689695358276,0.535843014717102,-0.21733300387859344,1.74468994140625,1.0203410387039185,0.9873849749565125,0.7561110258102417,-0.07312300056219101,-0.8916469812393188,0.13518300652503967,0.6101289987564087,2.132836103439331,-0.6240270137786865,0.4361889958381653,0.2311359941959381,0.9583799839019775,-0.7809249758720398,-1.0852299928665161,1.0295259952545166,0.07968399673700333,-0.9708210229873657,-0.32585498690605164,-1.2300269603729248,0.4868679940700531,0.4521639943122864,-0.019632000476121902,1.6228840351104736,-0.08294700086116791,-0.14799800515174866,1.3692320585250854,0.32092300057411194,2.258574962615967,-1.036676049232483,0.30460798740386963,-0.7340549826622009,2.1074249744415283,1.2061580419540405,0.46529000997543335,-0.7526209950447083,-1.203158974647522,0.19090700149536133,2.2577669620513916,-0.5665850043296814,-1.047531008720398,1.9963680505752563,0.07278899848461151,-0.7137849926948547,-0.7335129976272583,-0.5714460015296936,-1.2199770212173462,0.658905029296875,2.476167917251587,0.22897599637508392,0.874675989151001,-0.830892026424408,-1.0470130443572998,-1.0253139734268188,0.5679969787597656,-1.0865579843521118,-0.5564219951629639,-0.34270399808883667,-1.8193559646606445,1.7306649684906006,2.2351930141448975,1.1851049661636353,-1.4600050449371338,0.5796849727630615,1.3857320547103882,-1.1029590368270874,-0.9528290033340454,1.0755000114440918,-0.6379370093345642,-1.2702929973602295,0.5445250272750854,-0.9142839908599854,1.8086010217666626,-0.6560440063476562,-0.6481930017471313,0.7768290042877197,0.12830500304698944,-0.5949689745903015,-0.09007299691438675,-0.8953250050544739,-0.5618759989738464,-1.7168519496917725,-0.8608899712562561,-1.3003920316696167,-0.12706799805164337,-2.1331629753112793,-0.9205679893493652,-2.277292013168335,2.2646710872650146,-2.123595952987671,1.140707015991211,-0.5488989949226379,-0.5476400256156921,1.0892950296401978,1.8412439823150635,-0.6330469846725464,-0.9599379897117615,-1.1552380323410034,-0.9865300059318542,-0.7119359970092773,-0.024721000343561172,2.4744420051574707,-0.1453399956226349,-0.021480999886989594,-0.5203099846839905,-0.7453399896621704,-0.03788100183010101,1.373062014579773,1.7147109508514404,-0.9579370021820068,-0.5665969848632812,-0.6319980025291443,-0.7652739882469177,0.8836619853973389,-0.8291419744491577,0.540457010269165,0.5185220241546631,0.5473139882087708,-0.2409379929304123,-1.1684819459915161,-1.1920139789581299,2.4550459384918213,-1.0325130224227905,1.9666130542755127,-0.8010010123252869,-1.1225110292434692,-1.1297329664230347,-0.9245079755783081,-0.5592960119247437,-1.0644949674606323,2.6731529235839844,0.5810660123825073,1.2294670343399048,1.214015007019043,-0.054003000259399414,0.2840679883956909,-0.47498300671577454,0.18323199450969696,0.2874230146408081,-0.2089180052280426,-0.9620460271835327,-0.9836959838867188,-0.6508790254592896,0.4847019910812378,1.8030240535736084,-0.5870649814605713,1.1416339874267578,-0.5020869970321655,0.6888570189476013,0.043912000954151154,-0.6021749973297119,-0.6274840235710144,-0.5883280038833618,-0.6613379716873169,1.2392710447311401,0.6024190187454224,-1.2939499616622925,-0.9174280166625977,2.8172340393066406,-0.5284029841423035,-1.595978021621704,-1.2345609664916992,-1.2534329891204834,-1.2890360355377197,2.7603759765625,2.791594982147217,-0.0922200009226799,-1.2315009832382202,0.3907400071620941,0.4849799871444702,1.3225250244140625,2.5158400535583496,1.9877320528030396,-1.1651049852371216,-1.0263550281524658,-2.265260934829712,-1.3232920169830322,-1.718230962753296,0.3669379949569702,-1.3201329708099365,0.1967799961566925,0.7753750085830688,-1.1510930061340332,-0.593097984790802,-1.407196044921875,2.156599998474121,1.1227229833602905,0.4347760081291199,0.055736999958753586,-0.6401140093803406,1.841209053993225,0.32816800475120544,1.6387460231781006,1.2499699592590332,-0.5408639907836914,-1.3353919982910156,1.2138340473175049,1.73431396484375,-2.2231030464172363,-0.6498270034790039,0.1077599972486496,-0.2568170130252838,0.9242460131645203,-0.8050990104675293,-0.2774159908294678,1.1951459646224976,1.6075170040130615,-0.2653200030326843,-1.4657800197601318,0.12389200180768967,-0.9821959733963013,1.5816459655761719,-0.20364299416542053,-0.6758530139923096,0.5682500004768372,-0.45377400517463684,0.9160000085830688,1.0235819816589355,1.2584619522094727,-0.8647119998931885,-1.4272079467773438,-1.0328370332717896,2.4662859439849854,0.48581600189208984,1.0029640197753906,-0.3008190095424652,1.0049870014190674,-2.4685590267181396,1.3205970525741577,1.2629640102386475,-1.2000709772109985,-1.183406949043274,-1.1808849573135376,1.8333510160446167,1.3567620515823364,-0.650475025177002,-1.9789960384368896,-1.7730560302734375,1.0577889680862427,-0.10538899898529053,1.789991021156311,-1.240954041481018,1.8558319807052612,-1.0222270488739014,-0.7676609754562378,-1.1362179517745972,-0.9018750190734863,0.18954099714756012,1.0658470392227173,-0.35664600133895874,-0.6367329955101013,-0.6799200177192688,-1.0156199932098389,0.7534130215644836,-2.310767889022827,2.18871808052063,2.272981882095337,0.22689400613307953,-1.3321759700775146,0.3480969965457916,-0.8421440124511719,2.065026044845581,0.9467179775238037,0.9258400201797485,-0.3523310124874115,-1.128430962562561,-1.0741729736328125,-0.3606170117855072,2.018381118774414,-0.9446160197257996,0.44121599197387695,0.4729810059070587,1.4451220035552979,1.1150239706039429,0.9130570292472839,0.8464400172233582,-0.6527739763259888,0.31229498982429504,0.3434680104255676,0.5859779715538025,-1.243088960647583,0.4863249957561493,0.14412400126457214,-0.0381149984896183,0.882565975189209,-1.472486972808838,-0.5178160071372986,-1.1670299768447876,0.856095016002655,-0.9218119978904724,0.9677129983901978,-0.5244550108909607,1.5123859643936157,-0.6649929881095886,1.4570469856262207,1.1966179609298706,0.8428570032119751,2.3475968837738037,0.0173799991607666,-0.039528001099824905,0.9382690191268921,0.7726389765739441,-0.5119479894638062,-0.8803449869155884,-0.8878650069236755,1.4027099609375,2.687052011489868,-0.42840299010276794,0.9535589814186096,-0.24296699464321136,-0.19463500380516052,-0.9329519867897034,-0.6164429783821106,0.976597011089325,-0.1784210056066513,0.3384850025177002,1.9474949836730957,-1.188310980796814,0.16307100653648376,0.7343119978904724,0.7003960013389587,1.0618000030517578,0.4307279884815216,0.4181559979915619,1.156849980354309,2.2922210693359375,-0.8985750079154968,0.4611310064792633,0.510470986366272,-0.7538080215454102,-1.0716229677200317,-1.1592249870300293,0.997310996055603,0.084647998213768,1.7703930139541626,1.9373339414596558,0.09960799664258957,-1.0624140501022339,0.8487499952316284,-0.9968259930610657,0.3784849941730499,-0.9083399772644043,-0.8728179931640625,-1.2100980281829834,-0.1435369998216629,0.5543670058250427,2.196078062057495,-2.301697015762329,0.9122620224952698,-2.278057098388672,2.0466771125793457,1.1523979902267456,2.3280179500579834,1.463381052017212,-1.492210030555725,-0.6759120225906372,0.27796900272369385,-0.513962984085083,-0.5066869854927063,-0.8064770102500916,-0.8501070141792297,1.0281469821929932,-0.7036420106887817,0.7392929792404175,0.7666550278663635,-1.159032940864563,1.0832480192184448,0.9608960151672363,-1.1929550170898438,1.1082630157470703,1.6443480253219604,0.571258008480072,1.110474944114685,-0.700797975063324,0.686568021774292,2.022252082824707,-0.5792809724807739,0.40012699365615845,-1.9910229444503784,-1.9328099489212036,-0.9266489744186401,-1.1759639978408813,1.667876958847046,0.23983100056648254,0.5808510184288025,-0.7270969748497009,-0.31873199343681335,1.8258910179138184,-0.5390480160713196,-0.7865139842033386,2.3782200813293457,0.8697350025177002,-0.46470001339912415,-0.45571500062942505,-0.9281690120697021,1.739583969116211,1.3382070064544678,-1.028499960899353,-0.5686039924621582,-1.005782961845398,1.7144639492034912,0.8653029799461365,0.5820770263671875,1.4783610105514526,-0.5886269807815552,-1.233651041984558,1.464843988418579,-0.6451749801635742,1.6281429529190063,1.7220449447631836,-0.12025800347328186,-1.167281985282898,-1.036512017250061,2.745300054550171,-1.1857190132141113,-0.7358289957046509,0.13144800066947937,0.2559419870376587,0.48430100083351135,1.0508079528808594,0.07029899954795837,-1.7512589693069458,-1.3383009433746338,-0.7442209720611572,-0.9780439734458923,-1.2090129852294922,-0.636309027671814,-0.180185005068779,-1.7065659761428833,-1.1975619792938232,-0.1059660017490387,2.1505980491638184,-0.08680800348520279,-0.5464400053024292,-0.5255439877510071,0.8479210138320923,-0.11202099919319153,-0.11531800031661987,-1.0825879573822021,-1.3018499612808228,1.2017439603805542,0.642657995223999,-1.8610119819641113,1.1709389686584473,-1.5436170101165771,-0.5757669806480408,1.3797800540924072,-0.9230359792709351,1.241014003753662,0.45468100905418396,-0.3184239864349365,0.0978040024638176,-1.1727980375289917,0.6299290060997009,1.075145959854126,-1.229477047920227,-0.8326860070228577,0.1775369942188263,-0.6382870078086853,1.0290460586547852,1.0471220016479492,-0.253152996301651,-0.5728200078010559,-1.711778998374939,-1.1366419792175293,-0.768280029296875,-0.769216001033783,0.6538419723510742,0.6419450044631958,-0.5050240159034729,-1.4829859733581543,-0.6290900111198425,0.4467430114746094,2.678740978240967,2.7578721046447754,-0.9855599999427795,-0.5976740121841431,1.000535011291504,2.00980806350708,-1.0913469791412354,0.1205039992928505,-0.6376190185546875,-0.5939069986343384,-0.5779939889907837,-0.2528989911079407,1.253242015838623,0.01909399963915348,-0.12284199893474579,1.269294023513794,-2.500910997390747,-1.0544450283050537,-0.10293500125408173,-0.962602972984314,-0.07773599773645401,0.07912600040435791,-2.0088419914245605,-1.407729983329773,-1.2861299514770508,-0.5390589833259583,-1.1617870330810547,1.5817409753799438,2.6039199829101562,-1.1270910501480103,0.3799479901790619,0.6887969970703125,0.8989930152893066,-1.1337709426879883,-0.5737829804420471,-1.4097880125045776,-1.4236890077590942,1.0261340141296387,-0.546218991279602,-0.28616800904273987,-0.24755899608135223,0.2961289882659912,0.6942600011825562,-0.25790300965309143,0.441444993019104,-0.8676999807357788,-0.07090499997138977,0.8394590020179749,0.9299020171165466,2.212820053100586,0.8947420120239258,-0.11271700263023376,-0.920117974281311,0.9100649952888489,-0.47378501296043396,-0.47801199555397034,-0.48446500301361084,-0.48840799927711487,-0.17715699970722198,-0.5431579947471619,1.606961965560913,-0.9593930244445801,-1.137362003326416,0.502219021320343,-2.0388851165771484,1.8297899961471558,1.1619919538497925,0.17746500670909882,-1.1188000440597534,-0.610867977142334,-0.12318799644708633,2.2261509895324707,-2.2788949012756348,-0.5439959764480591,0.3540189862251282,2.2349700927734375,0.4995119869709015,-0.807021975517273,1.9178049564361572,2.1727070808410645,1.5213390588760376,-0.672469973564148,2.062041997909546,0.9119679927825928,-1.1750990152359009,-1.1871010065078735,0.5942509770393372,2.470702886581421,0.9517390131950378,-1.20420503616333,-1.5729060173034668,-1.507552981376648,1.0170270204544067,-0.8180239796638489,1.2016799449920654,-0.3960669934749603,-0.39956700801849365,-0.4939729869365692,-1.0652920007705688,-0.39228299260139465,0.15647900104522705,-0.9358279705047607,0.9920229911804199,-1.3439069986343384,-1.787073016166687,-1.881719946861267,2.137099027633667,-1.9894870519638062,-0.2549560070037842,1.1307259798049927,-1.1823259592056274,-0.4139559864997864,-0.432327002286911,-0.6244750022888184,0.13004299998283386,-0.11069399863481522,1.9834729433059692,1.035228967666626,-2.4505228996276855,1.1972910165786743,0.8813490271568298,1.0974129438400269,-1.2286310195922852,-0.36774998903274536,-0.17453600466251373,1.763942003250122,-0.56740802526474,-0.038701001554727554,-1.4015029668807983,2.775726079940796,-0.022771000862121582,-0.23860099911689758,-0.1281149983406067,0.2851870059967041,0.058736998587846756,0.11029300093650818,-1.7659209966659546,-2.3305530548095703,0.6031190156936646,0.7808459997177124,-1.1385940313339233,-0.1683180034160614,0.5185080170631409,-0.41195398569107056,-0.8079550266265869,0.6565350294113159,2.005768060684204,0.7898250222206116,-1.1877139806747437,1.2656680345535278,0.6744610071182251,0.11700399965047836,-0.32183098793029785,1.653656005859375,0.309349000453949,1.585371971130371,-1.3100529909133911,0.8298940062522888,-0.858227014541626,1.2253190279006958,1.1866099834442139,1.8285410404205322,1.4579529762268066,1.5589079856872559,-0.9845820069313049,0.5176299810409546,0.7913550138473511,-0.5782510042190552,-0.451431006193161,-0.830623984336853,-0.8413029909133911,-0.985260009765625,-0.9599900245666504,-0.7000809907913208,-0.6736549735069275,-0.5828700065612793,-2.144666910171509,1.257148027420044,-0.20684799551963806,-0.6366729736328125,-1.359434962272644,-1.5423699617385864,-0.035743001848459244,1.232280969619751,0.6674849987030029,0.6285750269889832,-0.9720759987831116,-0.9757099747657776,-0.9753109812736511,0.23063300549983978,-0.12302900105714798,1.2367370128631592,-0.9653509855270386,-1.521988034248352,1.287719964981079,1.358199954032898,-1.0858139991760254,2.016792058944702,1.1051180362701416,1.6563949584960938,-1.1694999933242798,-1.251155972480774,0.8096140027046204,2.6209280490875244,0.46674400568008423,0.10614100098609924,0.16698899865150452,-0.6142119765281677,0.5599669814109802,2.1911120414733887,-0.9382140040397644,-1.119415044784546,-1.459328055381775,1.1693979501724243,0.04714300110936165,0.6509249806404114,-1.8643790483474731,-0.9823970198631287,-1.049739956855774,-1.0007489919662476,-1.144273042678833,0.5237190127372742,0.9214270114898682,1.2908070087432861,-0.4748010039329529,0.3831399977207184,1.0503449440002441,0.1141040027141571,-0.996321976184845,0.8651890158653259,0.3313159942626953,-0.1662680059671402,-1.633180022239685,2.030487060546875,-1.7205510139465332,1.7457770109176636,-0.38492199778556824,0.5739240050315857,-0.8542919754981995,-0.8472030162811279,0.5768880248069763,-0.7450950145721436,0.2895430028438568,0.9395970106124878,-0.955489993095398,1.9753340482711792,-0.6513640284538269,-1.1853469610214233,-0.7516760230064392,2.2000269889831543,-1.590304970741272,-0.21801699697971344,-0.7871549725532532,0.6532610058784485,-0.016224000602960587,-0.6643379926681519,-1.0542529821395874,-1.1657119989395142,1.9285470247268677,0.9994210004806519,-1.0715999603271484,-0.7326400279998779,-1.3361480236053467,-1.1122490167617798,2.8600780963897705,-1.1059290170669556,-0.3891099989414215,-2.025959014892578,2.2478649616241455,1.2605270147323608,0.8581110239028931,1.1357580423355103,-0.14190800487995148,-0.1771080046892166,0.5712010264396667,-0.5072519779205322,-0.6950820088386536,-0.8542540073394775,0.526095986366272,1.095654010772705,-1.3103410005569458,1.1278209686279297,0.8900899887084961,-0.5311220288276672,-1.1075739860534668,-1.0873680114746094,0.31530898809432983,-0.028046000748872757,-0.04129000008106232,2.011918067932129,-1.2835290431976318,1.716096043586731,-1.0008959770202637,0.3575670123100281,-0.5608639717102051,-1.0344229936599731,2.8904190063476562,-1.2467440366744995,-1.1774029731750488,1.987030029296875,-0.1684730052947998,2.1997790336608887,2.147392988204956,1.7017689943313599,0.13317100703716278,-0.6806169748306274,-1.197646975517273,1.0275909900665283,-1.7816059589385986,-0.07324299961328506,-0.7537660002708435,-1.2367360591888428,-0.7092670202255249,-0.3336940109729767,0.8140630125999451,-0.4361799955368042,-0.05281699821352959,0.8516079783439636,-0.2900649905204773,-0.3873539865016937,2.4371490478515625,2.501569986343384,-2.0937230587005615,-2.0361790657043457,0.8992130160331726,0.8737729787826538,-0.13128100335597992,1.1576319932937622,-1.3378980159759521,-0.9901279807090759,-0.965158998966217,0.6198430061340332,-0.7521650195121765,-1.1605039834976196,0.9624729752540588,0.5151500105857849,-0.7807009816169739,0.515513002872467,-0.025673000141978264,-1.0163170099258423,0.5161250233650208,2.1279220581054688,-0.18377499282360077,0.6816999912261963,-0.17042100429534912,1.1376960277557373,-0.6176170110702515,-0.455128014087677,-0.46414899826049805,0.3122979998588562,-0.8057079911231995,0.9442009925842285,-0.604764997959137,1.436187982559204,-0.5698019862174988,1.197422981262207,-0.522750973701477,1.1420730352401733,2.8181231021881104,-0.06437700241804123,0.889339029788971,0.30420398712158203,-0.7491790056228638,-1.258376955986023,-0.6756590008735657,1.4266929626464844,-0.6870989799499512,-1.2339060306549072,-0.2395399957895279,0.9482750296592712,-1.2756340503692627,0.24822600185871124,-0.3057279884815216,0.7922040224075317,1.0154139995574951,1.9442440271377563,1.1781810522079468,-0.846746027469635,0.17980200052261353,2.059478998184204,-1.645751953125,-0.56181401014328,1.078490972518921,-0.21042799949645996,-1.1013360023498535,2.4485089778900146,-0.4690690040588379,-1.5832819938659668,-1.1258339881896973,-0.41187599301338196,1.7212250232696533,-0.9313600063323975,-0.6145439743995667,-0.12867499887943268,-1.2758790254592896,-1.8036259412765503,-2.326601028442383,-1.0908219814300537,0.9213830232620239,-1.1635429859161377,-0.13495799899101257,0.4793590009212494,-0.6323239803314209,-1.1399890184402466,2.603679895401001,0.44897499680519104,1.1696419715881348,-1.4048190116882324,-0.0814329981803894,-1.5531539916992188,0.2864989936351776,-1.9296989440917969,0.9218900203704834,1.7370729446411133,-0.7623249888420105,1.7765129804611206,2.119079113006592,1.8447149991989136,0.196942999958992,-0.5497369766235352,-0.5620909929275513,-0.4548099935054779,2.4442899227142334,-0.832846999168396,1.938838005065918,2.526489019393921,0.2937209904193878,0.4266889989376068,1.2701499462127686,1.1881680488586426,1.1112689971923828,0.9276459813117981,-1.0275050401687622,-0.7361369729042053,0.9718700051307678,-1.8962819576263428,0.6238399744033813,-1.081555962562561,-0.04909300059080124,-0.7712349891662598,0.34990501403808594,-0.6025999784469604,0.5490109920501709,1.5083969831466675,1.641234040260315,-1.3880770206451416,0.5450069904327393,1.9487500190734863,-1.423354983329773,-1.4010159969329834,-0.3893589973449707,-1.2807730436325073,-0.8407210111618042,-1.1276930570602417,-0.2466769963502884,1.2172490358352661,-0.9273200035095215,-0.8113510012626648,-1.0166720151901245,2.2610020637512207,-0.543632984161377,1.9437010288238525,2.3115921020507812,0.25450098514556885,-0.2569600045681,-0.47150498628616333,0.7226660251617432,-0.654541015625,2.421328067779541,0.9110130071640015,0.7843400239944458,-1.1804829835891724,-0.8418620228767395,0.7136290073394775,0.941673994064331,-0.5017129778862,-1.5024429559707642,1.7124979496002197,0.9056410193443298,-1.243499994277954,-1.2650150060653687,2.201050043106079,-0.8072819709777832,0.6778550148010254,-0.6129699945449829,-0.21212400496006012,-2.392548084259033,1.1789549589157104,1.1395339965820312,-1.776455044746399,0.7390959858894348,1.1099029779434204,2.3790130615234375,0.9918919801712036,-1.1827160120010376,-1.6158219575881958,0.06272400170564651,-0.6947159767150879,0.32834601402282715,2.6388590335845947,-1.2268409729003906,-0.2815670073032379,-0.005007000174373388,1.051622986793518,1.331151008605957,-1.6010899543762207,0.9334719777107239,1.1015009880065918,-0.38655900955200195,-1.3411710262298584,0.74891597032547,-0.5382059812545776,-1.5889849662780762,-0.6308519840240479,-0.1577959954738617,-0.5826110243797302,-1.1426169872283936,0.04984299838542938,-1.556141972541809,0.7250789999961853,-0.4170989990234375,0.7403879761695862,1.1907060146331787,1.4669309854507446,-0.3923119902610779,-1.1272079944610596,-0.5143539905548096,-1.3169300556182861,0.9545530080795288,-1.2125550508499146,-1.109928011894226,1.0249630212783813,1.832718014717102,-0.629531979560852,0.08934000134468079,1.7259429693222046,-1.2490359544754028,-0.9926630258560181,0.8648329973220825,-0.5584920048713684,2.4921460151672363,2.5215909481048584,1.0987670421600342,-0.22081300616264343,0.4560390114784241,0.8787530064582825,0.18032099306583405,0.07152199745178223,2.153693914413452,1.6513019800186157,0.6097790002822876,-0.2350980043411255,0.6944440007209778,0.5025629997253418,0.979649007320404,1.1641390323638916,-2.230170965194702,1.743996024131775,0.8353229761123657,-0.8454229831695557,1.4451680183410645,1.1401519775390625,2.5496599674224854,-1.1845730543136597,-0.21154999732971191,-1.3756409883499146,-0.3232569992542267,-0.9920349717140198,-0.11537700146436691,-1.0500390529632568,-1.7563060522079468,-1.2058919668197632,0.5422040224075317,-0.05990999937057495,-0.5576769709587097,-0.8865529894828796,-1.2557369470596313,-0.1875700056552887,-2.1059579849243164,-0.5927910208702087,0.47684600949287415,-0.21759800612926483,-0.5463430285453796,0.42044198513031006,0.7230150103569031,-1.2571779489517212,-0.22483399510383606,2.2451930046081543,0.7804179787635803,-1.2352080345153809,0.9568020105361938,-0.5346050262451172,0.17033199965953827,0.4607889950275421,0.4309700131416321,0.4957970082759857,-0.6593989729881287,0.03660399839282036,-2.0760529041290283,-0.4119719862937927,-0.3459610044956207,1.1036200523376465,1.6965839862823486,2.85898494720459,0.19433699548244476,0.923416018486023,1.1853179931640625,2.761554002761841,-0.7902370095252991,-2.300316095352173,0.46667200326919556,0.9925079941749573,0.9469149708747864,0.4735879898071289,0.5579540133476257,1.584859013557434,-0.6240400075912476,-0.2573310136795044,-0.7610030174255371,-0.17592599987983704,-1.321416974067688,0.9604650139808655,0.472214013338089,-1.4718430042266846,-0.17312000691890717,0.9935910105705261,1.5197399854660034,0.9610170125961304,0.7791410088539124,-0.9890289902687073,-0.8205770254135132,-0.07009900361299515,-1.6662390232086182,2.4792990684509277,-0.6574879884719849,-0.1387310028076172,-0.10416000336408615,1.128000020980835,0.19880400598049164,0.2040109932422638,-0.4335930049419403,1.5928499698638916,-0.7172999978065491,-1.657781958580017,-0.9262890219688416,-1.8150269985198975,-0.3971079885959625,-1.9663050174713135,-0.4190810024738312,-0.30789199471473694,-1.1089099645614624,-0.37986600399017334,0.7904819846153259,2.5793840885162354,-1.4371529817581177,1.1188030242919922,0.9872050285339355,0.7124890089035034,2.320625066757202,0.0746610015630722,0.4538919925689697,0.17680400609970093,-0.7179059982299805,0.9184529781341553,-0.9627060294151306,-0.44228899478912354,-2.113537073135376,-0.8666719794273376,-0.29511401057243347,-1.2534459829330444,-0.633001983165741,1.2964529991149902,0.7112330198287964,-0.18005099892616272,0.6449580192565918,-0.30973801016807556,-0.2812579870223999,1.1578999757766724,0.006479999981820583,0.05385199934244156,-0.29326099157333374,1.835582971572876,-0.4939430058002472,-0.5431640148162842,-1.612064003944397,-0.6590319871902466,0.9650260210037231,0.9929860234260559,1.3169950246810913,-1.205165982246399,-1.183372974395752,-0.4871090054512024,0.4574880003929138,1.2619049549102783,-1.211711049079895,-0.1693200021982193,0.23596599698066711,-0.6465460062026978,-0.550046980381012,0.6547229886054993,0.07458300143480301,-0.5854460000991821,-1.4667240381240845,-1.4460370540618896,-0.70619797706604,-0.7302600145339966,0.22795799374580383,1.2239229679107666,0.4816400110721588,0.025154000148177147,2.2195470333099365,-0.7670369744300842,-0.3710019886493683,2.538348913192749,2.445981025695801,0.9915069937705994,-0.11164499819278717,0.6097040176391602,-1.0748120546340942,1.6515599489212036,-0.32609298825263977,1.1565330028533936,-0.7672479748725891,0.8151749968528748,0.7601320147514343,1.0270769596099854,-0.7560120224952698,0.8788549900054932,-1.9163529872894287,-1.2075779438018799,2.759093999862671,-1.0049649477005005,0.5599489808082581,-0.2834340035915375,-0.9075779914855957,2.4107229709625244,-1.2752610445022583,0.11727499961853027,-2.0982439517974854,2.414252996444702,-0.54790198802948,0.2835789918899536,1.4437190294265747,1.1733649969100952,2.5293660163879395,-0.784850001335144,-1.6598190069198608,-1.0134119987487793,0.3016360104084015,0.04219900071620941,1.6343350410461426,-1.7542400360107422,-1.0041199922561646,0.06068599969148636,0.9842829704284668,-0.6077960133552551,-1.22536301612854,-1.7316919565200806,-0.33623701333999634,0.102012999355793,-0.9191740155220032,-0.9100890159606934,-0.5990509986877441,0.13157899677753448,-1.4326210021972656,2.6254589557647705,-0.4571189880371094,-0.3790439963340759,-0.39392900466918945,-0.10417699813842773,-0.04949000105261803,-0.3779340088367462,0.22291900217533112,1.009781002998352,-1.2028290033340454,1.2890000343322754,-0.7389510273933411,0.6257399916648865,-1.1747369766235352,0.3483079969882965,-1.1897519826889038,-0.1788800060749054,-0.9422150254249573,-0.16931700706481934,-0.29712799191474915,-1.2065529823303223,1.050521969795227,0.7652199864387512,0.9286400079727173,-0.7359309792518616,-1.1347730159759521,-0.876052975654602,-1.0834039449691772,-0.8469390273094177,-1.1579949855804443,-1.0355889797210693,-0.6704339981079102,-0.6549339890480042,-1.0290850400924683,-1.4730420112609863,-0.7028449773788452,-1.1506069898605347,0.7893369793891907,0.49880701303482056,-0.16984699666500092,-2.1234591007232666,0.05859199911355972,-0.2441519945859909,1.915282964706421,-1.3219480514526367,-0.20470400154590607,0.18791000545024872,-0.7241939902305603,-1.951706051826477,2.1762850284576416,-0.9796199798583984,1.1060500144958496,1.7621099948883057,-0.9710080027580261,0.6084449887275696,-1.1723740100860596,-1.0638129711151123,-1.1850589513778687,-0.7096490263938904,1.3884739875793457,2.389708995819092,-1.180114984512329,-1.3932689428329468,1.010532021522522,-0.32942599058151245,-0.03116700053215027,-0.8447819948196411,-0.01575399935245514,-0.03382499888539314,2.814953088760376,-0.24269400537014008,-1.1322230100631714,-0.7977880239486694,-0.30011099576950073,0.7369070053100586,0.7316319942474365,0.4761199951171875,1.0680030584335327,-0.5009859800338745,-0.539588987827301,-1.119292974472046,-1.18441903591156,1.9815189838409424,-0.8776410222053528,0.857168972492218,1.3553680181503296,-0.19236800074577332,-0.6667810082435608,-0.37951400876045227,0.12413199990987778,-0.945605993270874,0.7489550113677979,2.0133790969848633,-0.7500529885292053,-0.5022220015525818,-0.12278000265359879,0.8210110068321228,-0.20385000109672546,-0.31201601028442383,0.08232899755239487,-1.0035059452056885,-0.4362030029296875,-1.3321490287780762,1.275028944015503,-0.6557289958000183,-0.9065750241279602,-0.9012089967727661,-0.6542630195617676,-0.6460109949111938,-1.1156009435653687,0.3221220076084137,-0.8079000115394592,1.0730500221252441,1.0096449851989746,1.1983109712600708,-1.1664340496063232,-0.7637389898300171,1.116075038909912,-0.1952349990606308,-0.8633630275726318,-0.944150984287262,-0.9587519764900208,-0.4626440107822418,1.4227980375289917,-0.8162620067596436,-1.0283260345458984,1.4242899417877197,-1.2434179782867432,0.3731839954853058,1.2258950471878052,1.0770870447158813,-1.4573630094528198,1.0192019939422607,0.21414799988269806,-2.434562921524048,-1.2641040086746216,-1.0879000425338745,-0.9635649919509888,-0.9381279945373535,-0.4156639873981476,-1.492522954940796,-1.4730180501937866,-1.4615670442581177,0.8246260285377502,-0.9337360262870789,-0.4988020062446594,-0.23808400332927704,-0.5111830234527588,1.2698019742965698,1.2433589696884155,-1.0158629417419434,-0.3791019916534424,0.24800899624824524,-1.0509949922561646,-1.0201590061187744,0.1351969987154007,-1.1339130401611328,-0.24759699404239655,2.080435037612915,-0.36102500557899475,2.5052928924560547,-0.2965179979801178,1.1176400184631348,0.7834929823875427,-0.5424529910087585,-0.9928489923477173,1.2805949449539185,-1.108275055885315,0.38276299834251404,0.4903410077095032,0.16492800414562225,0.025256000459194183,-0.4823339879512787,1.0158849954605103,2.3643949031829834,1.7020570039749146,0.7674869894981384,0.8922770023345947,-0.8707069754600525,-0.6956520080566406,-0.7094290256500244,0.22564400732517242,0.08047199994325638,-0.5143669843673706,0.9238690137863159,2.3383710384368896,-0.4201579988002777,-0.40984201431274414,-0.4401249885559082,0.04503700137138367,0.8796669840812683,0.2689400017261505,-1.4636080265045166,2.5123751163482666,0.07405400276184082,1.7900389432907104,1.805251955986023,0.06721699982881546,-1.255439043045044,-0.9994660019874573,0.14850999414920807,0.951839029788971,-0.50102299451828,-0.3666769862174988,0.27018600702285767,-1.1143109798431396,-0.04135100170969963,-1.616858959197998,1.0453239679336548,-0.9869639873504639,-1.0284899473190308,-0.8835129737854004,-0.5201489925384521,-0.10644499957561493,1.5723949670791626,-1.9269870519638062,-1.7695000171661377,-0.21109500527381897,-0.696457028388977,-2.1738359928131104,0.3859640061855316,-1.2990809679031372,0.020741000771522522,-0.20186099410057068,-1.5336949825286865,-0.025915000587701797,-0.6797930002212524,1.9332330226898193,-1.0783120393753052,0.3816159963607788,0.5697180032730103,0.5544350147247314,-0.4558280110359192,-1.23090398311615,-1.2210179567337036,0.34243300557136536,1.08747398853302,-0.05694999918341637,-0.619683027267456,0.26426899433135986,-0.958981990814209,-0.9232640266418457,2.4465789794921875,-1.1695159673690796,-1.2921160459518433,-1.6497459411621094,1.6252590417861938,1.594594955444336,-1.2428929805755615,2.7350780963897705,-0.7243229746818542,-0.3982050120830536,0.4803760051727295,-1.0850540399551392,2.128343105316162,-1.775581955909729,-0.4655340015888214,0.47560200095176697,1.629433035850525,0.2803089916706085,-1.2894200086593628,-1.574607014656067,1.1062469482421875,1.0713820457458496,2.4268040657043457,0.30587199330329895,-1.084233045578003,-1.2982779741287231,0.772258996963501,-2.070849895477295,-1.3711459636688232,0.7672520279884338,-0.5813369750976562,1.330901026725769,-0.5806379914283752,-0.18078400194644928,-2.1160199642181396,-0.3927919864654541,0.4057449996471405,-0.7038050293922424,0.5588499903678894,-0.45981401205062866,0.8263700008392334,-0.8838229775428772,-0.07252500206232071,0.686227023601532,0.689939022064209,2.546715021133423,2.0488739013671875,0.15311600267887115,-0.7043089866638184,-0.04732000082731247,-0.5576130151748657,1.821437954902649,0.48012301325798035,0.929161012172699,1.1158679723739624,0.9056090116500854,0.7270150184631348,0.46045801043510437,1.356842041015625,-0.7503150105476379,-0.6934999823570251,0.5692160129547119,0.022724000737071037,1.0317020416259766,-0.5119600296020508,1.6015169620513916,-1.235967993736267,0.15004000067710876,-0.7345319986343384,-0.4283750057220459,-1.2478150129318237,-1.2787439823150635,1.0394890308380127,2.794339895248413,-0.7540730237960815,2.068070888519287,1.7169510126113892,-1.433014988899231,-1.21356201171875,-0.7971529960632324,-1.1927369832992554,0.40153899788856506,0.8727719783782959,0.47639000415802,-1.1866300106048584,0.955901026725769,-0.15545399487018585,-1.5590120553970337,-0.6598359942436218,0.5132009983062744,-0.3356100022792816,1.7105439901351929,1.007114052772522,0.5387049913406372,-1.2282040119171143,-0.14070600271224976,0.3286919891834259,0.9723899960517883,-0.6839759945869446,-0.3316099941730499,-0.7227370142936707,1.416923999786377,-1.2079509496688843,-0.2378319948911667,0.3056809902191162,0.6415860056877136,-0.4724859893321991,-1.025918960571289,-1.294152021408081,2.2520639896392822,-1.2921210527420044,1.0356539487838745,0.7197970151901245,0.36399298906326294,-0.5980370044708252,0.811555027961731,-0.4254760146141052,1.1841470003128052,0.2839840054512024,1.649914026260376,1.0501079559326172,0.8813080191612244,0.8996580243110657,-1.187479019165039,0.4727729856967926,0.14155499637126923,2.0428531169891357,-1.2844109535217285,-0.8360980153083801,-1.1793529987335205,0.9017770290374756,-0.5041599869728088,-0.30708301067352295,-0.8391339778900146,-1.2449849843978882,-0.9301639795303345,-1.165573000907898,-0.9028400182723999,-1.2187700271606445,-0.930679976940155,0.28636300563812256,0.4348689913749695,0.12116199731826782,-1.0644739866256714,-0.7451189756393433,-0.6964300274848938,1.1272519826889038,-0.7063480019569397,-0.2842249870300293,2.201447010040283,-0.936676025390625,0.12048400193452835,-0.2858319878578186,-0.9332900047302246,-1.0812530517578125,0.21199099719524384,0.17739099264144897,-1.1760519742965698,0.09830400347709656,-0.18463100492954254,0.40358200669288635,0.49960899353027344,-0.2829749882221222,0.49270099401474,0.9866089820861816,1.9695639610290527,0.7897840142250061,1.8288320302963257,-0.8251950144767761,-1.006160020828247,0.02812799997627735,0.33451101183891296,-0.01905200071632862,1.5812300443649292,1.8334380388259888,0.03833499923348427,2.193877935409546,1.9822540283203125,-1.152886986732483,-1.238023042678833,-0.9057149887084961,-0.0817589983344078,-0.7863079905509949,-0.15140900015830994,0.06579399853944778,-1.3173749446868896,-1.0491520166397095,0.4822460114955902,-0.4195930063724518,-0.6483269929885864,0.6303070187568665,0.71527498960495,1.8436429500579834,-1.2606439590454102,0.3341600000858307,-0.6265940070152283,2.0180680751800537,-1.7480889558792114,0.8383179903030396,-1.1726139783859253,-0.6571199893951416,0.2153719961643219,1.613427996635437,-0.44687700271606445,-1.188513994216919,-0.6618009805679321,-1.3594950437545776,-1.1678969860076904,-1.2338670492172241,-0.8036900162696838,0.9255310297012329,2.209275960922241,1.2016409635543823,1.4984380006790161,-0.2815999984741211,-0.3038269877433777,-1.6666450500488281,0.907958984375,0.04947299882769585,1.0073360204696655,1.2405109405517578,1.6979789733886719,0.7603319883346558,2.1686549186706543,-0.9468950033187866,1.1626670360565186,-0.5408650040626526,-0.5598469972610474,0.2995170056819916,1.2158010005950928,-0.21726399660110474,-0.6673189997673035,0.062477998435497284,-0.2992970049381256,2.183357000350952,1.1213159561157227,-0.5061159729957581,-0.8797990083694458,-0.6471689939498901,-0.4449569880962372,0.31745800375938416,-0.06990300118923187,1.1393409967422485,1.1736429929733276,0.40480801463127136,2.242522954940796,0.2511729896068573,0.3167960047721863,0.36034899950027466,-0.06300699710845947,-0.6232010126113892,-1.319877028465271,-1.3353240489959717,-2.079200029373169,0.4898419976234436,0.9366090297698975,-0.0971670001745224,2.173064947128296,0.4746670126914978,1.2773159742355347,-1.5038800239562988,-1.2122730016708374,1.0624370574951172,-0.39249300956726074,-1.2013169527053833,1.0532640218734741,2.8904170989990234,2.8951029777526855,1.1295030117034912,0.5100259780883789,0.4484019875526428,-1.4239959716796875,1.106876015663147,2.4537620544433594,-0.6352789998054504,-0.5375030040740967,0.3316200077533722,0.013027000240981579,0.813148021697998,1.091873049736023,0.8830339908599854,-0.827206015586853,0.566182017326355,-1.2751820087432861,-1.172076940536499,-0.13920700550079346,1.002303957939148,-0.8503199815750122,-0.6962080001831055,0.03403199836611748,-1.1244430541992188,0.6032710075378418,-0.7064589858055115,-1.0509949922561646,0.4690069854259491,-0.09777200222015381,1.4472049474716187,0.538008987903595,-1.829345941543579,1.4912149906158447,1.9118659496307373,0.9010869860649109,-1.1835750341415405,0.046966999769210815,-1.3349590301513672,0.796413004398346,-0.5383909940719604,-1.25142502784729,0.828823983669281,-0.31978198885917664,-0.2515789866447449,2.2387540340423584,2.228538990020752,-0.8213710188865662,-0.8143770098686218,0.6309009790420532,1.7477660179138184,-1.2821199893951416,0.37384501099586487,-0.6695650219917297,-0.32545599341392517,-1.1511540412902832,-0.6532109975814819,-2.365792989730835,0.8051829934120178,-0.27620700001716614,-1.31414794921875,-1.0414530038833618,-0.24037599563598633,0.07829999923706055,0.5177130103111267,0.6032480001449585,-0.3488819897174835,0.15402300655841827,-0.44581300020217896,0.39444899559020996,-0.17188699543476105,1.1528040170669556,-0.12682700157165527,-0.000014999999621068127,-0.6114159822463989,0.0896809995174408,-0.23794999718666077,-0.7778059840202332,-0.39782699942588806,-0.04068300127983093,-1.3477929830551147,2.530358076095581,0.5363810062408447,1.1108020544052124,-1.505450963973999,0.7721099853515625,0.32978400588035583,-0.6822569966316223,-0.6947370171546936,-1.8164459466934204,1.2740260362625122,-1.9716639518737793,-2.038757085800171,-2.0627100467681885,1.185439944267273,1.149749994277954,-0.32626500725746155,0.2615779936313629,-0.7232900261878967,-0.3587470054626465,-0.3789539933204651,0.2000190019607544,-0.7507839798927307,-1.4246729612350464,-0.26923298835754395,2.674138069152832,0.0019280000124126673,0.3381739854812622,-1.0380359888076782,-0.4875180125236511,0.914080023765564,2.5239639282226562,-1.0223180055618286,1.191580057144165,-0.3244520127773285,0.9579700231552124,0.5792620182037354,0.5373799800872803,-0.9245030283927917,-1.1035959720611572,-1.2596650123596191,-0.25134098529815674,-0.688202977180481,0.6240389943122864,-0.34994301199913025,1.0746610164642334,-0.6510379910469055,0.9099569916725159,-0.7117710113525391,1.2705169916152954,0.17590700089931488,0.19527499377727509,-0.1757970005273819,-1.0041300058364868,-0.2972410023212433,-1.12575101852417,-0.799839973449707,-1.20523202419281,2.679172992706299,-0.8285459876060486,0.05635400116443634,1.0442579984664917,0.10639700293540955,0.6664090156555176,-1.3577510118484497,-0.5055130124092102,1.1643340587615967,1.9684979915618896,1.742805004119873,0.916068971157074,2.501750946044922,1.5903539657592773,-1.1379849910736084,0.5225070118904114,-1.0196030139923096,-1.2378909587860107,-0.6424890160560608,-1.0032349824905396,0.1943880021572113,-1.1750839948654175,0.8095030188560486,0.5644019842147827,-0.6323239803314209,-1.1323790550231934,-1.1514639854431152,2.0719430446624756,0.6863539814949036,1.3623080253601074,-0.6639779806137085,-0.13872399926185608,-1.2345279455184937,-1.1801990270614624,-0.7394099831581116,0.6988930106163025,1.1119699478149414,-0.08944100141525269,-0.15883800387382507,-0.9351450204849243,-0.2317579984664917,0.347214013338089,-0.2846119999885559,0.5855500102043152,1.0190000534057617,-2.113215923309326,0.1960269957780838,-0.6061040163040161,-1.5319479703903198,1.0990190505981445,0.35926398634910583,-1.211145043373108,-1.2967170476913452,-0.9069550037384033,0.18330200016498566,0.17975899577140808,-0.9280549883842468,-0.28053098917007446,0.1871190071105957,1.6551820039749146,1.0591739416122437,1.0683950185775757,0.3716840147972107,-1.2380479574203491,-0.4169520139694214,-1.5380079746246338,0.22325399518013,0.23021699488162994,0.24752099812030792,0.6653940081596375,-0.8163999915122986,0.7868059873580933,-0.6546900272369385,0.25526800751686096,-1.2432620525360107,0.07681900262832642,1.1248090267181396,-0.2252569943666458,-0.7219769954681396,-0.7553250193595886,0.7807440161705017,0.06800899654626846,0.5485129952430725,1.0630340576171875,-1.4021910429000854,0.18589800596237183,-0.4196009933948517,-0.17822100222110748,1.145753026008606,-0.378387987613678,0.9103230237960815,1.0756059885025024,0.07845400273799896,0.17194800078868866,-1.211279034614563,-1.1224570274353027,0.9102830290794373,-0.7199339866638184,-1.0538150072097778,0.22090500593185425,-1.2874070405960083,0.23026999831199646,-0.9948930144309998,-0.8317450284957886,-1.139572024345398,2.261229991912842,-0.4303460121154785,-1.8279949426651,-1.234863042831421,2.607542037963867,-1.394866943359375,1.007794976234436,-0.7238619923591614,-0.5490189790725708,-0.5449619889259338,-1.0895400047302246,1.160964012145996,-0.8465359807014465,-0.19592800736427307,0.2122039943933487,0.6086879968643188,0.3533259928226471,0.042204998433589935,-0.9967820048332214,1.3209960460662842,0.08759699761867523,0.3970029950141907,0.4518679976463318,-1.1502799987792969,-1.1797330379486084,-1.1593780517578125,-1.0350630283355713,1.0688819885253906,-0.32696300745010376,2.1965489387512207,2.1760940551757812,-1.659566044807434,1.474753975868225,-0.9017279744148254,-1.0743180513381958,-0.772711992263794,-0.5744889974594116,0.5819290280342102,1.757524013519287,-0.5760740041732788,0.3200890123844147,-1.3278319835662842,-1.3322370052337646,0.17955799400806427,1.7144780158996582,-0.46774300932884216,0.7745029926300049,0.9085549712181091,1.110321044921875,-0.07756400108337402,-1.0682369470596313,1.2353390455245972,-0.8754889965057373,0.6019189953804016,-1.1521459817886353,-0.4742429852485657,-2.413846969604492,2.42667293548584,0.4914340078830719,-0.1804099977016449,-1.3161360025405884,-0.3735809922218323,-1.180022954940796,-1.1294859647750854,-0.03011699952185154,0.7781199812889099,-1.1598050594329834,-0.623885989189148,-0.14812900125980377,1.2888959646224976,0.4946019947528839,0.7690050005912781,2.234771966934204,-1.4347540140151978,-0.7081720232963562,0.7670170068740845,-1.0208929777145386,-0.30885499715805054,1.1339600086212158,-0.9674450159072876,0.1741590052843094,0.18705099821090698,-0.8249220252037048,0.5987079739570618,0.10693000257015228,-0.4310719966888428,0.49928298592567444,-0.572098970413208,1.1636860370635986,-0.4931989908218384,0.40076199173927307,1.2734450101852417,2.141185998916626,2.123260021209717,0.032653000205755234,-0.8650360107421875,-2.1560308933258057,1.1803029775619507,1.7219200134277344,1.250100016593933,-1.2177939414978027,0.1568010002374649,0.01647300086915493,-0.8598250150680542,2.6947169303894043,0.8273730278015137,-0.5896980166435242,1.1653250455856323,-0.791562020778656,-0.44832900166511536,-2.103754997253418,0.47680699825286865,-0.656013011932373,-0.9849910140037537,0.5317040085792542,-1.0822809934616089,0.8936049938201904,1.4149680137634277,-1.1719410419464111,-1.2439579963684082,-1.203734040260315,1.11034095287323,1.6667150259017944,-1.21697998046875,-0.8676239848136902,1.0485789775848389,-0.13632799685001373,-1.9728169441223145,-2.2417759895324707,-0.9820860028266907,0.5925130248069763,-0.33261799812316895,-0.3528609871864319,-0.7698969841003418,0.10216599702835083,-1.1364400386810303,2.6511969566345215,2.6155240535736084,-0.540224015712738,1.0436500310897827,-0.3245150148868561,-1.8783760070800781,0.6921539902687073,-1.2896449565887451,-0.8754820227622986,0.3257890045642853,2.3756558895111084,0.04688800126314163,-1.0654300451278687,1.9882680177688599,-0.6578609943389893,1.0784879922866821,-0.9281569719314575,2.559417963027954,2.5786969661712646,0.10034800320863724,0.96355801820755,-1.224287986755371,-1.2021260261535645,0.10764099657535553,-1.1715329885482788,-1.0255450010299683,0.9054589867591858,-0.8162260055541992,-0.02903899922966957,-0.504876971244812,0.32814499735832214,-1.485144019126892,-0.2991499900817871,-1.051300048828125,1.1554449796676636,-1.5281490087509155,0.07954200357198715,0.6924539804458618,-0.7770540118217468,-0.461234986782074,-0.7414669990539551,-1.1991440057754517,0.3323970139026642,0.10784699767827988,1.4183460474014282,-0.9741020202636719,0.5588380098342896,-1.207036018371582,-0.525672972202301,-0.5077769756317139,-1.1475579738616943,-0.8114539980888367,-2.0114269256591797,-0.1543159931898117,0.5826600193977356,-1.8899990320205688,-0.5572890043258667,-1.1406699419021606,0.927977979183197,0.13902300596237183,0.19801899790763855,0.19596900045871735,-0.7699829936027527,-1.8190230131149292,0.7819370031356812,-1.8063640594482422,-1.4812779426574707,-1.309093952178955,-1.602707028388977,0.8801270127296448,-0.8127899765968323,-0.34898701310157776,-1.2341769933700562,-0.019934000447392464,-1.0917329788208008,0.765362024307251,-1.6180419921875,0.7689880132675171,-0.8642619848251343,2.0540809631347656,2.0591280460357666,1.359457015991211,-1.4102799892425537,-1.5001579523086548,-1.4472730159759521,-0.9527130126953125,0.8295390009880066,-0.2778719961643219,-0.8842949867248535,-0.5140380263328552,-0.31043699383735657,1.721979022026062,-1.0794750452041626,-0.05569300055503845,-1.3553160429000854,2.011260986328125,-0.7177579998970032,-1.0413910150527954,-0.6480559706687927,-1.0497709512710571,-1.1496520042419434,0.17271199822425842,2.008289098739624,-0.5431560277938843,2.244286060333252,1.4306319952011108,0.4265559911727905,-1.2026469707489014,0.8471909761428833,0.43193501234054565,0.4048219919204712,0.11861100047826767,0.0881199985742569,2.2649381160736084,2.120513916015625,2.4568231105804443,-0.1263429969549179,0.4257729947566986,1.0535149574279785,1.7657699584960938,-0.9602720141410828,-0.4334560036659241,-0.4364449977874756,-0.9902799725532532,1.3284460306167603,1.00456702709198,0.21753999590873718,0.08625700324773788,-1.2265750169754028,1.4509329795837402,1.2328189611434937,1.0642139911651611,-0.34619900584220886,1.011443018913269,1.0001800060272217,-0.7737799882888794,-0.7911739945411682,-0.39388200640678406,0.09151200205087662,-0.6102259755134583,1.1155049800872803,-0.9072719812393188,-0.8991389870643616,0.07438299804925919,1.7813299894332886,0.8469020128250122,0.8040189743041992,0.18820999562740326,-0.021594999358057976,-1.4554439783096313,0.5485990047454834,-0.9856749773025513,-2.2141799926757812,-2.228576898574829,-0.1037599965929985,-0.7054619789123535,1.502074956893921,-1.1172529458999634,2.2561519145965576,0.7915639877319336,-1.816872000694275,-1.0088249444961548,0.6205440163612366,-0.13567399978637695,-0.9056640267372131,1.1625490188598633,1.0218019485473633,-0.8183050155639648,-2.429260015487671,2.8668079376220703,2.8711469173431396,2.0037078857421875,-0.5378310084342957,-0.9716830253601074,-1.0052399635314941,0.9830080270767212,0.9423779845237732,1.0845040082931519,-0.6642829775810242,-1.0364869832992554,-1.0719820261001587,-1.2445640563964844,-0.8740230202674866,-1.6738239526748657,0.8350750207901001,-1.0286109447479248,0.15221799910068512,-0.4781610071659088,-1.1172640323638916,0.9790340065956116,-0.9375489950180054,0.6994159817695618,0.5441409945487976,0.31456801295280457,-1.1961679458618164,0.8223270177841187,1.0380369424819946,1.1970109939575195,2.6731410026550293,0.7754830121994019,1.2196969985961914,1.3023450374603271,1.1829639673233032,1.3539669513702393,0.23210099339485168,0.3517270088195801,-2.180828094482422,-1.0801329612731934,0.23013700544834137,1.2707500457763672,-1.2601430416107178,0.3835639953613281,0.10997200012207031,2.7808759212493896,0.6129729747772217,1.018280029296875,0.3967970013618469,1.844364047050476,-0.7325209975242615,-1.2772510051727295,0.25113698840141296,-2.18035888671875,-0.8953239917755127,-1.389214038848877,2.8028719425201416,-0.2654019892215729,-0.6892240047454834,-1.6414790153503418,1.2801330089569092,-0.5626760125160217,-0.05205199867486954,0.7548859715461731,-1.8235820531845093,0.7260940074920654,-0.25196099281311035,0.7423719763755798,2.039767026901245,1.9861799478530884,-1.3401750326156616,1.8546559810638428,2.4764249324798584,-0.9658719897270203,-0.6760920286178589,-0.25196999311447144,-0.657925009727478,0.6567909717559814,-0.8912950158119202,-0.6899049878120422,-0.6106449961662292,-0.004515000153332949,1.8508939743041992,-0.7708359956741333,-0.767566978931427,-1.1547679901123047,-0.45867300033569336,-1.2844539880752563,0.6828809976577759,0.6660969853401184,-0.18606500327587128,0.7891659736633301,0.6864669919013977,0.6315330266952515,-1.1686179637908936,-1.0364049673080444,-2.005587100982666,-0.07758200168609619,-1.2616089582443237,0.28023698925971985,0.23614099621772766,-1.3389099836349487,-0.5700259804725647,0.5990080237388611,0.5066829919815063,2.3865890502929688,-0.1850609928369522,-0.8919879794120789,0.31552499532699585,-1.5599100589752197,2.250153064727783,-1.1581770181655884,-1.0351109504699707,0.7585660219192505,0.8628510236740112,1.1607969999313354,1.1944700479507446,0.3211050033569336,-0.03386399894952774,0.5484179854393005,0.23731599748134613,0.38410699367523193,1.206827998161316,-0.5308989882469177,-0.5059040188789368,-0.7793790102005005,1.7046630382537842,1.2622300386428833,1.2243900299072266,-1.088165044784546,-0.761879026889801,1.0383960008621216,-0.6205790042877197,0.6231309771537781,-0.15287600457668304,-0.14456799626350403,0.8346329927444458,-0.003217000048607588,2.603760004043579,2.649933099746704,-1.4272379875183105,0.6446629762649536,-1.2173919677734375,-1.1877059936523438,-0.013333999551832676,0.8285220265388489,-1.2309859991073608,-0.7431920170783997,0.8640339970588684,2.0443170070648193,-0.6193429827690125,-1.1923129558563232,0.4126479923725128,-1.5572470426559448,1.249114990234375,0.1019740030169487,1.9131089448928833,-1.1500600576400757,1.1398940086364746,1.3173600435256958,0.7155889868736267,-0.43401899933815,-0.42745599150657654,-0.9247410297393799,-0.5558720231056213,-1.8758610486984253,-0.1428859978914261,-0.0980750024318695,-0.9997400045394897,1.2053190469741821,-1.1920469999313354,-0.4998689889907837,0.4923970103263855,-1.1998569965362549,-0.06728000193834305,0.6427260041236877,0.9681090116500854,-1.2205369472503662,-1.0263919830322266,0.022978000342845917,0.7936639785766602,1.727982997894287,1.0738270282745361,-0.10327500104904175,-0.8150839805603027,0.43985700607299805,-0.9357759952545166,-1.3484430313110352,-0.199180006980896,-0.34942200779914856,-0.024001000449061394,0.4574210047721863,-0.016908999532461166,0.053909000009298325,0.0572660006582737,-0.8019099831581116,0.37067800760269165,-2.366015911102295,0.7673869729042053,-1.0047179460525513,0.3044719994068146,0.35225600004196167,1.0173109769821167,-0.7665470242500305,-0.9615439772605896,-1.4821319580078125,-0.28618600964546204,-0.8007410168647766,-0.5046489834785461,0.6146600246429443,-1.868996024131775,1.182446002960205,1.0317970514297485,1.18408203125,-0.8165439963340759,-0.5736460089683533,0.5177770256996155,1.1430230140686035,-1.495270013809204,-1.4478950500488281,-1.3045239448547363,1.0344799757003784,0.4080049991607666,0.4398849904537201,0.28013598918914795,-0.47727298736572266,-0.7680230140686035,-0.750935971736908,1.005370020866394,-1.0050499439239502,-0.8960949778556824,0.26689401268959045,0.8782389760017395,1.0001529455184937,0.9333189725875854,-1.0116560459136963,1.0796970129013062,1.1125949621200562,-1.856421947479248,1.862625002861023,0.8226799964904785,0.5181480050086975,0.5368980169296265,-1.9245450496673584,-1.7440110445022583,-0.9019129872322083,-1.1468850374221802,-0.5419750213623047,2.0536201000213623,-1.1727910041809082,-1.175842046737671,-0.3016600012779236,1.245898962020874,0.09895800054073334,-0.3372650146484375,-0.7901769876480103,-0.8379480242729187,1.0561619997024536,-1.592581033706665,0.545009970664978,-0.6160719990730286,1.5806349515914917,1.268165946006775,1.3281710147857666,0.8870310187339783,1.2660939693450928,2.253782033920288,-0.6252189874649048,-0.03750000149011612,-0.7484830021858215,-0.5688869953155518,-0.6791170239448547,-1.1155550479888916,0.7473059892654419,0.7645009756088257,-0.6417539715766907,0.8744810223579407,0.24224600195884705,0.7366269826889038,0.6895440220832825,-0.9287390112876892,-1.139793038368225,1.0223840475082397,-1.317417025566101,-1.3053200244903564,-0.8138890266418457,-1.3027950525283813,-0.8858649730682373,-0.51248699426651,-1.127060055732727,2.8402860164642334,-1.2354450225830078,-1.2253379821777344,-1.0828160047531128,1.0849130153656006,-0.14350099861621857,1.7002259492874146,0.40699300169944763,1.117508053779602,-1.7375030517578125,1.7085800170898438,0.5639299750328064,2.7185211181640625,-1.3161720037460327,-1.9019919633865356,2.3606019020080566,1.9373019933700562,-0.13576099276542664,0.5864490270614624,0.2482990026473999,1.0697729587554932,-0.768867015838623,0.48370200395584106,0.4516589939594269,0.9579319953918457,0.10531699657440186,-0.4230790138244629,-0.41483500599861145,1.9446070194244385,1.1373560428619385,-0.8299790024757385,0.9747040271759033,2.13816499710083,-1.2646290063858032,-0.3042930066585541,0.9075419902801514,-2.2658610343933105,0.44186100363731384,0.9500110149383545,0.8828110098838806,-1.7108629941940308,1.0543849468231201,-1.2075270414352417,2.7252819538116455,0.8527920246124268,-0.3947469890117645,1.1331559419631958,0.7616879940032959,-0.9592530131340027,1.276955008506775,-0.9213460087776184,0.3930470049381256,-1.2512409687042236,-0.7912420034408569,-1.2026580572128296,0.31941699981689453,0.3349800109863281,1.0705740451812744,-0.5689560174942017,-0.625823974609375,0.6596069931983948,0.3679809868335724,1.0839699506759644,0.25289198756217957,0.8664140105247498,-0.03878200054168701,0.7444729804992676,-0.6214380264282227,1.1175169944763184,-1.081068992614746,0.15386800467967987,-0.2930229902267456,-0.7036489844322205,-0.9599090218544006,1.319862961769104,-0.6700549721717834,2.2150189876556396,-0.006887999828904867,-0.500465989112854,2.1732730865478516,0.15587300062179565,-0.014829999767243862,-1.082200050354004,0.028808999806642532,-1.0461030006408691,0.5466809868812561,-0.6480200290679932,-0.6911050081253052,-0.7415149807929993,-1.9849929809570312,0.08036399632692337,0.4182949960231781,-0.845615029335022,-0.617838978767395,0.8231620192527771,1.0551849603652954,-0.1575089991092682,-0.1156029999256134,-0.44411298632621765,-0.23630300164222717,0.7176420092582703,1.293848991394043,1.1336599588394165,-1.194000005722046,-0.04489000141620636,0.33326199650764465,-1.0176620483398438,2.042912006378174,-1.1919130086898804,-0.8396340012550354,0.2034980058670044,-1.659466028213501,0.27945300936698914,0.07293800264596939,0.4691399931907654,0.04619299992918968,-0.5224940180778503,-1.3115190267562866,1.0049129724502563,1.017217993736267,2.471337080001831,-1.218101978302002,0.9911069869995117,1.030653953552246,1.6332650184631348,1.11018705368042,-1.1863349676132202,0.4370479881763458,-1.0826369524002075,-0.5316609740257263,-0.6218760013580322,-0.03152500092983246,2.7736589908599854,0.5308330059051514,0.8454350233078003,-0.7832909822463989,-1.6736639738082886,1.5644400119781494,1.2248409986495972,-0.40182000398635864,1.73232102394104,0.8842759728431702,-0.028717000037431717,0.8878359794616699,-0.03731999918818474,2.0060911178588867,-0.7516400218009949,-0.86394202709198,-0.9088129997253418,1.4230469465255737,2.6447489261627197,-0.10656899958848953,2.3257739543914795,-1.2722020149230957,0.8123549818992615,1.4577480554580688,1.0199700593948364,1.0513980388641357,2.3641231060028076,0.13729000091552734,-1.0078409910202026,-1.070222020149231,-0.9623309969902039,-1.4834589958190918,-1.4725019931793213,-0.4821780025959015,-0.4771769940853119,1.1135139465332031,1.795496940612793,-0.3013080060482025,-0.7530670166015625,-1.2175010442733765,1.1070929765701294,-0.4475399851799011,-1.2949769496917725,0.9160289764404297,1.8600690364837646,-0.2732889950275421,2.7648699283599854,-0.561710000038147,-0.7311490178108215,1.6638330221176147,-1.3641990423202515,-1.4211649894714355,-0.734827995300293,0.1354600042104721,0.380856990814209,-1.0668519735336304,1.0453770160675049,2.582007884979248,0.7687230110168457,0.7675619721412659,0.6389020085334778,1.025454044342041,-0.09108000248670578,-1.2746330499649048,0.6313740015029907,-2.0324249267578125,0.5082820057868958,-0.0989689975976944,1.6394959688186646,-0.0814329981803894,0.6920940279960632,-0.9452990293502808,0.7816420197486877,-0.32756900787353516,-1.0499340295791626,-0.4924449920654297,0.6245030164718628,1.556604027748108,-0.6737970113754272,-1.2587310075759888,0.23354299366474152,-0.9025239944458008,1.2695330381393433,0.43087199330329895,0.5264170169830322,-0.7984750270843506,2.213097095489502,-0.27752000093460083,-1.2294460535049438,-1.0596940517425537,-0.22129200398921967,-1.395089030265808,-0.4958930015563965,0.9649699926376343,1.4104379415512085,-0.6410850286483765,0.1022069975733757,-0.9515230059623718,-0.05526300147175789,-1.1637370586395264,1.712296962738037,1.2364330291748047,1.2862720489501953,-0.3038890063762665,0.6440830230712891,1.4056799411773682,-0.21236899495124817,1.108132004737854,0.9659309983253479,-0.801826000213623,1.351654052734375,-0.5971850156784058,1.7041319608688354,0.09362799674272537,-0.37000301480293274,-1.211434006690979,-0.28452399373054504,-0.1613059937953949,2.181588888168335,1.1750819683074951,0.9051380157470703,1.0990070104599,0.09060599654912949,-1.069923996925354,-1.0478529930114746,-0.9600840210914612,-0.10960900038480759,0.03879300132393837,0.7309420108795166,0.847868025302887,-1.4658199548721313,-0.33726099133491516,-1.0415339469909668,0.15195800364017487,0.1275479942560196,1.9488179683685303,0.6937220096588135,1.1066789627075195,-1.1958160400390625,0.8673570156097412,1.004341959953308,-0.4986959993839264,1.7124249935150146,1.6933239698410034,-0.38093701004981995,-1.254984974861145,-1.235901951789856,-0.08582799881696701,-0.08798299729824066,0.11143700033426285,-0.49179598689079285,0.2809920012950897,0.30507901310920715,0.9191830158233643,-1.9392399787902832,0.22920599579811096,-1.3143789768218994,-0.730288028717041,1.0154500007629395,-0.9071679711341858,-0.5946739912033081,-1.0301059484481812,-1.3275090456008911,1.1239089965820312,1.1042159795761108,-0.0422930009663105,-0.3296090066432953,0.7947819828987122,1.0244790315628052,0.9725009799003601,1.8860050439834595,0.21506400406360626,0.06676699966192245,0.9190829992294312,-0.9340639710426331,0.4398230016231537,0.44940900802612305,0.25978198647499084,-0.20026199519634247,-1.1351089477539062,-1.2632859945297241,0.006657999940216541,-0.16445399820804596,0.7860959768295288,-0.06597399711608887,0.8712509870529175,2.18231201171875,-1.0532280206680298,0.8740959763526917,1.3553279638290405,1.4128520488739014,1.382125973701477,-1.1142820119857788,2.214111089706421,2.126044988632202,1.014585018157959,1.0626399517059326,-1.1482739448547363,2.0493319034576416,-1.0559049844741821,1.7537070512771606,-0.5480579733848572,1.2089229822158813,1.1827869415283203,-0.0018129999516531825,2.262350082397461,-0.99235600233078,-0.6646689772605896,0.9137600064277649,-0.49690601229667664,0.10655499994754791,0.13458099961280823,-0.5514580011367798,0.4991219937801361,0.6762080192565918,-1.6417770385742188,-0.3521580100059509,-0.3171769976615906,1.6167199611663818,0.6554719805717468,-1.2846879959106445,-0.23426100611686707,0.9821869730949402,0.9183120131492615,0.5061060190200806,2.170197010040283,1.5902279615402222,-0.8735380172729492,2.2567598819732666,-0.3459089994430542,-1.71077299118042,-0.6949480175971985,-0.561381995677948,0.7214459776878357,0.6273350119590759,0.7592009902000427,0.35581499338150024,0.9027180075645447,-0.0928959995508194,-1.23881196975708,-0.1389790028333664,1.3766659498214722,0.8536149859428406,2.226500988006592,1.3191310167312622,-1.185505986213684,-0.5581920146942139,0.9440889954566956,0.1678130030632019,-1.211395025253296,-1.249114990234375,-1.154060959815979,-1.0762710571289062,0.7901740074157715,0.7817689776420593,1.7507929801940918,-0.7833750247955322,0.11852999776601791,-0.032781001180410385,-1.1655269861221313,0.5764610171318054,1.6997679471969604,-0.9186639785766602,-0.7025039792060852,0.1935890018939972,0.8653420209884644,-0.5559999942779541,1.0020289421081543,0.6326239705085754,0.1616230010986328,-0.9122849702835083,-0.74065101146698,-0.6456469893455505,-0.8682180047035217,2.6619908809661865,-1.060731053352356,0.3554399907588959,0.616940975189209,-0.7451130151748657,1.2807539701461792,-1.218945026397705,0.5407270193099976,1.7202810049057007,0.43753400444984436,1.8432680368423462,0.7423220276832581,0.841064989566803,-1.2403969764709473,-1.131971001625061,2.7449278831481934,-1.031715989112854,-1.0230439901351929,-1.1290630102157593,-1.1439110040664673,0.9616060256958008,1.0184370279312134,-0.4919010102748871,1.098140001296997,0.16996200382709503,-0.47995999455451965,-0.6338639855384827,2.2691750526428223,-0.9358959794044495,0.23369599878787994,-1.2528530359268188,-0.9266449809074402,-0.05858999863266945,-0.14729399979114532,0.07021299749612808,-1.2836079597473145,-2.3027760982513428,0.07455399632453918,-0.7786750197410583,-0.4003300070762634,-1.1698230504989624,0.9628480076789856,-1.0368599891662598,2.0628809928894043,1.5343199968338013,-0.7634829878807068,-0.931656002998352,-1.890805959701538,-1.8440760374069214,-0.5273759961128235,1.445512056350708,-0.8737940192222595,-0.8465189933776855,-2.010185956954956,-0.9124979972839355,0.41998299956321716,0.8251680135726929,-1.1373159885406494,0.1290079951286316,0.19425900280475616,-0.031275998800992966,-0.4844520092010498,-1.666949987411499,-0.5939249992370605,-1.2668249607086182,0.7783989906311035,-2.234596014022827,-0.13522900640964508,-0.021494999527931213,1.6802959442138672,0.28510698676109314,2.483931064605713,-0.7864980101585388,-1.2085299491882324,-0.4892849922180176,0.9257969856262207,-2.1833529472351074,-2.2395780086517334,-1.2298469543457031,0.9936649799346924,-0.4826509952545166,-0.4686580002307892,-0.6014329791069031,-0.022902999073266983,-0.6508690118789673,1.1386239528656006,-0.03643300011754036,-0.5721409916877747,0.7869960069656372,1.3076330423355103,1.0712460279464722,0.8840649724006653,0.17339399456977844,1.064376950263977,-1.7219040393829346,-1.4071439504623413,0.3707050085067749,-0.401078999042511,-1.8297250270843506,-1.0583709478378296,-0.13474300503730774,1.0461690425872803,-0.9147229790687561,-1.0141600370407104,1.0392309427261353,0.6663309931755066,0.8814449906349182,1.4060720205307007,1.158352017402649,-1.2955060005187988,0.7247490286827087,-1.3553370237350464,-0.054322000592947006,-0.829816997051239,-0.464819997549057,-0.05186599865555763,0.42493098974227905,0.17475999891757965,-0.33717700839042664,1.776136040687561,-0.41185399889945984,0.9722390174865723,-0.7326750159263611,2.7824249267578125,0.45731401443481445,-0.9501829743385315,0.8228279948234558,-1.7942010164260864,0.10392999649047852,-1.1972359418869019,-0.9700120091438293,-0.9707639813423157,1.1416189670562744,-1.4697190523147583,-0.7295140027999878,0.33801600337028503,-1.5913530588150024,0.3971709907054901,-0.6221960186958313,0.42201998829841614,-1.0058139562606812,-1.0081249475479126,1.3247530460357666,0.7812700271606445,1.129480004310608,0.7427700161933899,-1.5794750452041626,-0.5308870077133179,-1.0742199420928955,-0.4195350110530853,1.0156949758529663,-0.7674220204353333,0.9575160145759583,-1.20135498046875,-0.12194400280714035,-1.2328250408172607,-0.2701379954814911,1.8571850061416626,-0.5590199828147888,0.7460470199584961,0.8448699712753296,1.3174289464950562,0.32927098870277405,-0.4910160005092621,2.718780040740967,-0.7320719957351685,-0.3623479902744293,-0.5361610054969788,-1.0297960042953491,0.4440169930458069,-1.213104009628296,-0.11844400316476822,0.46835699677467346,-1.6708250045776367,1.20974600315094,1.2883579730987549,-0.33205899596214294,-0.6153479814529419,-0.6017109751701355,-0.7349650263786316,-1.2577979564666748,-1.0946040153503418,-0.8244010210037231,-0.3345380127429962,-0.40371501445770264,-1.020218014717102,-0.7917810082435608,-1.182070016860962,-1.219285011291504,0.586421012878418,-1.908782958984375,0.7938600182533264,-1.3508960008621216,-1.3256230354309082,-1.0553239583969116,-0.10613299906253815,-0.0924379974603653,-1.7389179468154907,0.7682859897613525,-1.0573240518569946,-1.635864019393921,0.8429840207099915,-1.1131939888000488,-1.001209020614624,-1.3516459465026855,-1.278622031211853,-1.316696047782898,-0.7915989756584167,1.7774449586868286,0.5056759715080261,2.1661219596862793,0.053874000906944275,2.680164098739624,-0.24630199372768402,0.33821699023246765,-1.240792989730835,0.8068810105323792,0.32677799463272095,-0.1932079941034317,-1.237056016921997,-0.9902889728546143,-1.568539023399353,1.9237350225448608,1.3104660511016846,-1.0754810571670532,0.19056600332260132,-0.33390000462532043,0.21431300044059753,-1.1833909749984741,2.0416109561920166,-1.1595619916915894,-0.36806100606918335,1.2340389490127563,-0.7483879923820496,1.4177860021591187,-0.2544969916343689,-0.8837590217590332,-1.3157989978790283,-0.06755100190639496,-0.03348499909043312,-1.0593279600143433,0.9640799760818481,-1.2728170156478882,-1.2981339693069458,1.249282956123352,-0.856905996799469,1.3936439752578735,-0.08000200241804123,0.4364570081233978,0.16280800104141235,-1.150974988937378,-1.1665970087051392,-0.07304400205612183,2.249134063720703,-0.7903810143470764,1.1845929622650146,1.0093610286712646,-0.0026740001048892736,1.0421329736709595,1.2818349599838257,-0.07187400013208389,1.917098045349121,-0.9155579805374146,0.44126299023628235,-0.6734809875488281,-0.36573800444602966,-1.1244380474090576,-0.583545982837677,-0.9094989895820618,-0.7430800199508667,0.9392380118370056,-0.7185990214347839,-1.0210239887237549,0.3063200116157532,0.8790330290794373,-0.8170030117034912,0.5644230246543884,0.6830989718437195,0.5319560170173645,0.8768919706344604,-0.24754199385643005,1.377890944480896,0.1611730009317398,-1.0376559495925903,-0.5540419816970825,0.3698900043964386,-1.017704963684082,1.042572021484375,0.8986430168151855,-1.2821810245513916,-0.720005989074707,-0.6701909899711609,2.263885021209717,0.005698999855667353,0.7571719884872437,0.8418459892272949,-0.9607489705085754,-0.6681810021400452,-1.1739959716796875,-0.9882400035858154,1.9997390508651733,0.027122000232338905,-1.2601059675216675,-0.13321299850940704,0.09969799965620041,-0.9855279922485352,0.10717800259590149,-0.8756920099258423,-0.18877899646759033,-1.2321590185165405,0.9802169799804688,0.611952006816864,-1.9947589635849,-0.5946679711341858,-1.138427972793579,0.226624995470047,1.0332549810409546,1.2948590517044067,0.6812210083007812,0.9931120276451111,-0.4241369962692261,1.5163910388946533,-0.43195900321006775,0.5561360120773315,2.0072779655456543,-1.3386249542236328,0.5432130098342896,0.9262890219688416,-0.8060799837112427,0.08534300327301025,-0.778361976146698,0.6757969856262207,0.3989410102367401,2.56174898147583,-0.5661470293998718,0.38406699895858765,2.113312005996704,2.121551990509033,1.2045589685440063,-0.36599001288414,-1.0454000234603882,1.0978460311889648,-1.1891050338745117,1.3469469547271729,1.2894890308380127,1.284952998161316,2.7059779167175293,-1.2778619527816772,-1.282135009765625,0.6517410278320312,-1.1609059572219849,0.8310440182685852,0.8469849824905396,0.8382109999656677,-0.47339800000190735,-0.5966770052909851,-0.5727369785308838,0.41598498821258545,-0.4208019971847534,-0.7393760085105896,2.111974000930786,1.3929970264434814,0.6226040124893188,-0.474031001329422,-2.322113037109375,-0.15783700346946716,-0.9401659965515137,0.6168829798698425,-0.6090750098228455,-2.5005199909210205,0.07547800242900848,1.6434500217437744,-0.9772340059280396,-0.18580099940299988,0.19338299334049225,2.3439619541168213,-0.2600100040435791,0.02131200022995472,-0.9348909854888916,-0.9595800042152405,1.8762520551681519,1.8658219575881958,0.10772500187158585,1.30594801902771,-0.15903699398040771,1.0846060514450073,-0.4200179874897003,1.837280035018921,-1.1303839683532715,-0.7025709748268127,1.8357510566711426,-1.3935589790344238,0.9623929858207703,-1.371034026145935,-0.9035829901695251,-0.1460680067539215,-0.3476540148258209,0.4855630099773407,0.5442399978637695,0.9447429776191711,-0.9996190071105957,-1.2458510398864746,0.5385259985923767,-0.7537829875946045,-1.10030198097229,-0.9867290258407593,1.0524929761886597,-1.1086870431900024,-2.456305980682373,-1.1206719875335693,0.4508970081806183,0.4367560148239136,0.44038501381874084,0.5769019722938538,0.15720899403095245,1.6422439813613892,2.8714981079101562,-0.8825830221176147,1.1355429887771606,-0.5595250129699707,-1.208219051361084,2.7194058895111084,-1.0525310039520264,-1.0536739826202393,-0.8940610289573669,-1.1421680450439453,-0.6865280270576477,-1.1781079769134521,-0.08461400121450424,0.836292028427124,2.546576976776123,1.145632028579712,2.559065103530884,-0.8427720069885254,1.1943210363388062,-0.24875600636005402,0.2122109979391098,-1.5581049919128418,0.8602160215377808,-0.11169999837875366,-0.9782729744911194,-0.10881199687719345,-1.2000700235366821,-1.022191047668457,-1.0614880323410034,-0.9517059922218323,-0.6692010164260864,2.041930913925171,2.000786066055298,1.8000719547271729,-1.1499969959259033,1.742522954940796,-1.3885400295257568,1.0400869846343994,0.10743699967861176,-1.478667974472046,-0.8375849723815918,-0.9389920234680176,-0.3993139863014221,-1.0097379684448242,-1.019873023033142,0.7268639802932739,1.9350659847259521,1.134518027305603,0.5822510123252869,-0.8141760230064392,-2.2644810676574707,-1.186913013458252,-0.8271899819374084,-0.323978990316391,-0.5198969841003418,1.0122120380401611,-1.3552860021591187,-0.9772419929504395,0.5063509941101074,0.5831980109214783,1.979583978652954,0.5544250011444092,1.7832889556884766,0.5902460217475891,-0.1378609985113144,-0.9914550185203552,-0.029109999537467957,0.2675899863243103,0.10846299678087234,-1.2675659656524658,-0.837365984916687,0.15620499849319458,-0.5598790049552917,0.3267050087451935,-0.25318899750709534,-0.35593101382255554,0.8794919848442078,-0.5805150270462036,1.138092041015625,-1.1198309659957886,1.1240309476852417,-0.08738700300455093,0.16932199895381927,0.09959399700164795,-1.8697470426559448,-1.8668370246887207,1.4102519750595093,0.08555199950933456,0.8534389734268188,-0.7898070216178894,-1.1056050062179565,-0.3245350122451782,0.7265130281448364,-0.06924399733543396,0.09015700221061707,0.08867400139570236,1.0726720094680786,0.8335480093955994,-1.1891939640045166,1.2818700075149536,1.1622940301895142,0.3692820072174072,-0.993012011051178,1.1742780208587646,-0.5481089949607849,2.597282886505127,-0.6454079747200012,-0.9752699732780457,-1.0025089979171753,0.9411929845809937,0.05870100110769272,-0.46366000175476074,-1.2388399839401245,-1.429690957069397,-0.6242240071296692,0.9301859736442566,-0.41269999742507935,-1.289760947227478,-1.0992710590362549,-1.0481150150299072,0.11396300047636032,1.5930500030517578,0.17385800182819366,1.087568998336792,1.251127004623413,0.13954199850559235,-0.06140799820423126,-0.40031400322914124,-2.0971579551696777,-0.7660210132598877,-0.7910810112953186,0.34739500284194946,0.860709011554718,0.15957599878311157,0.6856279969215393,0.882269024848938,0.4709030091762543,-0.12623800337314606,-0.5988529920578003,-0.6204860210418701,-2.3414270877838135,0.3549320101737976,0.3401379883289337,-0.7148550152778625,1.5734100341796875,-0.7593470215797424,-0.21870499849319458,1.3004579544067383,0.6631940007209778,0.6648430228233337,2.84906005859375,-0.7768830060958862,-0.18764999508857727,0.002776999957859516,-0.5099999904632568,0.9732419848442078,1.4546509981155396,0.3374269902706146,-1.58548104763031,0.3709140121936798,-1.7592929601669312,0.7742720246315002,-1.1693730354309082,1.272616982460022,1.274027943611145,1.0061030387878418,-1.1948250532150269,0.7079430222511292,-0.49462899565696716,0.07497899979352951,0.5210440158843994,1.998824954032898,1.5509799718856812,-0.1291940063238144,-0.4504129886627197,-0.9037190079689026,-2.16371488571167,-0.8646469712257385,-0.9144290089607239,-1.208732008934021,-1.2548760175704956,-1.2201310396194458,0.42783400416374207,-0.9181650280952454,0.040043000131845474,0.9194179773330688,-0.6493229866027832,-1.2337069511413574,1.146947979927063,-0.5265250205993652,0.3514440059661865,0.721405029296875,0.7401620149612427,1.6046329736709595,-0.8097140192985535,1.4058270454406738,-1.5103280544281006,2.176331043243408,0.8523100018501282,1.3161430358886719,-0.4799700081348419,-0.40792199969291687,-0.41716599464416504,-0.5131739974021912,-0.5555989742279053,0.25800999999046326,2.015213966369629,-1.0092450380325317,-1.0111219882965088,-2.2474629878997803,1.2589019536972046,-1.0065350532531738,2.7720448970794678,-1.137768030166626,1.2511420249938965,-0.8696560263633728,-0.1539359986782074,0.8729469776153564,-0.6134899854660034,1.2679120302200317,-1.0728100538253784,0.2571380138397217,2.866745948791504,0.5186660289764404,-0.5050770044326782,0.8546299934387207,0.13708500564098358,2.3770220279693604,-1.1334259510040283,0.07538600265979767,1.9478230476379395,-1.4892430305480957,-0.9320709705352783,0.891165018081665,0.5764470100402832,1.4873909950256348,0.9481989741325378,-0.5099470019340515,-0.7189930081367493,2.1452980041503906,2.1648099422454834,1.2735099792480469,2.473479986190796,0.548412024974823,0.7117170095443726,-1.0969430208206177,-0.2948499917984009,-1.132686972618103,0.7157800197601318,0.07401999831199646,-0.888592004776001,-0.8859750032424927,0.17496800422668457,1.7289539575576782,2.2394449710845947,2.555285930633545,-1.122351050376892,-1.0757030248641968,1.1079230308532715,0.8768290281295776,2.21856689453125,-1.6410260200500488,2.1637840270996094,-1.908735990524292,1.0174200534820557,0.989454984664917,0.15672199428081512,-1.4716240167617798,-1.0629730224609375,-1.0663830041885376,0.6933609843254089,1.1196370124816895,0.6374359726905823,0.7011110186576843,0.0474729984998703,0.7553250193595886,-0.3855389952659607,-1.1572459936141968,-0.4646640121936798,0.7950839996337891,-0.23859700560569763,-0.5579149723052979,0.10317400097846985,-0.40904700756073,2.8494319915771484,1.063014030456543,0.8161159753799438,0.5173810124397278,-1.5202480554580688,-0.6820030212402344,1.0723240375518799,-1.1244430541992188,-1.1131739616394043,-0.6979529857635498,0.28642499446868896,-0.8543729782104492,-0.7487599849700928,-1.304895043373108,0.9786739945411682,0.5104150176048279,1.1905269622802734,0.41684699058532715,-1.0269360542297363,-1.0369529724121094,-1.6401710510253906,0.9937440156936646,0.028338000178337097,-0.5128499865531921,1.1786580085754395,-1.036249041557312,1.840988039970398,-1.1575579643249512,0.1032710000872612,-0.4842970073223114,1.4650399684906006,-0.898705005645752,-1.140576958656311,2.4378199577331543,0.7517409920692444,0.8152710199356079,-1.7501699924468994,2.5495200157165527,-0.15761199593544006,-0.7186099886894226,0.8032630085945129,0.2141209989786148,0.9811099767684937,1.2516969442367554,2.238055944442749,0.244486004114151,-1.3744269609451294,0.26798200607299805,-0.11101599782705307,0.13034799695014954,-0.5916619896888733,1.0311449766159058,-0.8659830093383789,0.41394901275634766,-1.2326480150222778,-1.0885469913482666,-1.0763070583343506,-1.8513410091400146,0.9017289876937866,0.7819799780845642,-0.08343499898910522,-0.17061899602413177,-1.9031519889831543,1.6648190021514893,-1.3491519689559937,-0.8952230215072632,1.1336549520492554,0.8079379796981812,0.7171720266342163,-0.4300979971885681,1.0781350135803223,0.13802100718021393,-0.5517230033874512,-1.3970179557800293,-0.22068199515342712,-0.9372990131378174,2.7838099002838135,-2.030972957611084,0.09849300235509872,-2.428895950317383,-1.1918840408325195,-1.826179027557373,-1.3455510139465332,0.281466007232666,0.32656198740005493,-0.1458359956741333,2.593187093734741,1.2722359895706177,-1.5678329467773438,-0.574275016784668,1.2771509885787964,-0.7109299898147583,-1.2607049942016602,0.6809459924697876,0.8273000121116638,1.752539038658142,1.838027000427246,0.8896909952163696,-1.5849740505218506,0.7346900105476379,1.8505539894104004,-0.5145909786224365,-0.07032500207424164,0.9398390054702759,-0.9710890054702759,0.3514550030231476,0.581836998462677,2.7128820419311523,0.12090200185775757,0.07529599964618683,-0.9514439702033997,2.324424982070923,-1.1676019430160522,-0.1523739993572235,2.4032249450683594,-1.2609750032424927,-0.9077579975128174,-1.0229710340499878,2.212064027786255,-0.5909379720687866,-0.7125399708747864,-0.6902649998664856,0.034671999514102936,1.1854560375213623,1.1813009977340698,1.2129520177841187,0.43763700127601624,0.9997140169143677,0.7369459867477417,0.6689000129699707,1.2149959802627563,1.177304983139038,0.8557919859886169,0.8917629718780518,2.7187349796295166,-0.19168700277805328,-1.0617480278015137,-1.379897952079773,0.08563199639320374,-0.12565599381923676,0.7718369960784912,0.26317599415779114,-0.3519439995288849,-0.290897011756897,2.4294919967651367,0.5972999930381775,-0.786109983921051,2.2102949619293213,0.018681000918149948,0.9020460247993469,-0.17959600687026978,-1.1826319694519043,-0.6994779706001282,-1.407958984375,-1.0146390199661255,-0.7925000190734863,1.8603359460830688,-0.15972900390625,0.6346279978752136,-1.4802500009536743,-0.06390000134706497,0.897130012512207,-0.3962399959564209,-0.8017809987068176,-1.1921980381011963,-0.9491000175476074,-1.1272859573364258,-0.20271199941635132,2.1605379581451416,-1.2470990419387817,-0.14527900516986847,-0.184006005525589,-0.15825900435447693,-1.079063057899475,-0.5152890086174011,-0.4403730034828186,0.7258039712905884,1.8065190315246582,1.1091070175170898,0.3282279968261719,-0.8475069999694824,-0.05957699939608574,-0.08493199944496155,-0.06928999722003937,1.2272059917449951,0.34555599093437195,-0.7701129913330078,2.552194118499756,0.9624170064926147,-1.2345939874649048,1.7342970371246338,0.5192639827728271,0.20659500360488892,-0.4228160083293915,1.039816975593567,-0.6691399812698364,-0.5078619718551636,0.8887079954147339,-0.5689859986305237,-0.6460989713668823,-1.3429529666900635,1.5991270542144775,-0.8172860145568848,0.29054298996925354,1.2083649635314941,-0.498759001493454,-0.603568971157074,-0.7922880053520203,0.6531140208244324,-0.4319869875907898,-1.1834299564361572,-1.779770016670227,-1.3462599515914917,-0.2650029957294464,-0.10935699939727783,0.848347008228302,-0.28762200474739075,0.15795199573040009,-0.5702710151672363,-0.90105801820755,1.0951390266418457,1.1489009857177734,-0.47405698895454407,-0.3225899934768677,-1.3248130083084106,-1.2194349765777588,0.9132480025291443,0.0052280002273619175,1.1515010595321655,1.566161036491394,1.5341730117797852,0.5522540211677551,-1.1213079690933228,1.3571339845657349,0.8784180283546448,-0.007685000076889992,0.6040800213813782,-0.7576709985733032,-0.7728880047798157,0.19481700658798218,-1.202049970626831,-2.1818768978118896,-1.1841390132904053,-1.1679810285568237,0.20396800339221954,-1.0991359949111938,0.9545080065727234,-1.0611460208892822,0.6752820014953613,-0.3280560076236725,0.7132430076599121,2.470942974090576,-0.0432329997420311,0.11872000247240067,-2.211127996444702,1.2066760063171387,1.086305022239685,-0.6570429801940918,-0.7705150246620178,0.8027499914169312,-0.8425750136375427,0.8864449858665466,2.8445839881896973,-2.1601450443267822,1.503087043762207,-0.7499939799308777,-1.3284759521484375,-1.3366260528564453,1.2301440238952637,1.2594259977340698,-0.9715740084648132,-0.07175999879837036,-0.9997050166130066,-0.7832340002059937,0.2375209927558899,0.479667991399765,1.0415890216827393,0.959460973739624,-0.8616219758987427,0.09250400215387344,1.70830500125885,0.03946499899029732,0.8091650009155273,0.4678120017051697,-1.0748460292816162,-0.896481990814209,0.11345600336790085,0.47950100898742676,0.8700069785118103,-0.298211008310318,0.7982169985771179,0.4215649962425232,-0.757420003414154,-0.6935139894485474,0.15795700252056122,0.189300999045372,0.16430500149726868,-1.8881529569625854,-1.5061620473861694,-0.8077800273895264,-1.1589670181274414,2.3265039920806885,1.003250002861023,1.0149409770965576,-0.07002899795770645,-0.9992370009422302,-1.0106350183486938,-1.0446170568466187,1.6767959594726562,1.0734230279922485,-2.353200912475586,1.9502259492874146,1.861443042755127,0.5222039818763733,0.11233799904584885,0.993677020072937,0.1616480052471161,1.0038950443267822,2.036884069442749,0.4073440134525299,0.4253939986228943,-0.6218439936637878,2.779876947402954,2.760915994644165,-0.39839598536491394,1.7909239530563354,2.8053510189056396,-1.0568259954452515,1.2098239660263062,1.2497119903564453,0.16913500428199768,1.4893490076065063,0.14273099601268768,0.12216699868440628,1.3652729988098145,0.3441619873046875,-0.6160560250282288,1.7281039953231812,2.1574130058288574,-0.5729060173034668,-1.2741090059280396,-0.5348399877548218,0.3466460108757019,-0.8206040263175964,-1.0255769491195679,0.6518309712409973,-0.7932900190353394,0.6468170285224915,1.8383209705352783,-2.371880054473877,-0.31288599967956543,-1.733854055404663,-0.45526599884033203,-0.38610801100730896,-0.39739999175071716,2.111660957336426,-0.890362024307251,0.5085449814796448,0.6261199712753296,-0.6264299750328064,1.0155099630355835,-1.403939962387085,-1.280635952949524,-0.2694779932498932,2.107151985168457,0.7097790241241455,0.9496610164642334,1.6428370475769043,0.7505040168762207,-0.25016701221466064,0.45159000158309937,1.0417920351028442,-0.6312950253486633,1.168375015258789,-0.3579849898815155,-0.36746299266815186,0.7633389830589294,-0.10781899839639664,1.3704949617385864,-0.49244698882102966,-0.5585690140724182,-1.8635560274124146,-1.2334929704666138,-1.058258056640625,-0.6186490058898926,-0.6138200163841248,0.24971100687980652,1.008998990058899,-1.1264230012893677,-0.34360599517822266,-0.10860799998044968,-0.09646700322628021,-1.1670860052108765,0.5531139969825745,-0.12258099764585495,2.688230037689209,-0.91703200340271,-0.2453020066022873,0.7071769833564758,-1.0366899967193604,-0.14336100220680237,1.275434970855713,0.29060098528862,1.9699130058288574,1.8753010034561157,0.9359149932861328,-0.43406400084495544,-0.43469300866127014,-0.7738829851150513,0.6337069869041443,1.8230899572372437,2.121985912322998,-0.510267972946167,0.005843000020831823,0.10765700042247772,-1.3666510581970215,-0.0579570010304451,0.38666999340057373,1.3511890172958374,-1.2472660541534424,-2.272080898284912,-0.9635050296783447,-0.7375699877738953,2.8242950439453125,2.7421329021453857,1.2893489599227905,1.8977409601211548,0.9009580016136169,0.29852598905563354,-1.7964320182800293,-0.17605699598789215,-1.2258390188217163,-1.2212409973144531,-2.386077880859375,-0.5320159792900085,-1.3060849905014038,1.4344379901885986,-0.9944819808006287,0.1884319931268692,-2.200531005859375,1.250048041343689,-1.2703219652175903,-1.020887017250061,-1.3269950151443481,0.8822829723358154,1.3991659879684448,-0.795333981513977,0.8220829963684082,0.8344879746437073,0.3306019902229309,-0.6852650046348572,1.2589190006256104,0.5641520023345947,-1.20654296875,-1.0747209787368774,-0.5668950080871582,-0.31849798560142517,-0.4036810100078583,-0.662784993648529,0.5277230143547058,-1.127364993095398,-0.06610000133514404,1.0286740064620972,-0.005044999998062849,1.6009600162506104,2.445013999938965,-0.6820430159568787,-0.9210619926452637,1.2847169637680054,1.218021035194397,-0.41900399327278137,-0.6815729737281799,-1.1206949949264526,-1.2884149551391602,0.36469700932502747,-0.43351098895072937,-1.4722399711608887,-1.1545350551605225,0.33823901414871216,0.3319920003414154,-0.22673200070858002,0.9475169777870178,0.4595339894294739,1.1234740018844604,1.0155060291290283,0.9066960215568542,2.0651700496673584,0.47512099146842957,0.4776209890842438,0.2554929852485657,-1.166146993637085,-0.5657809972763062,-0.5503010153770447,-1.4742779731750488,-0.8102949857711792,-0.6331179738044739,-0.8765820264816284,-1.22782301902771,-1.2504019737243652,-0.7524870038032532,-1.1134589910507202,1.8644750118255615,-1.8910410404205322,-1.3362239599227905,-1.9606950283050537,1.0355379581451416,1.2629220485687256,1.8752139806747437,-0.15934400260448456,-0.920087993144989,-0.5575709939002991,1.8145259618759155,-1.2026220560073853,1.2152019739151,-0.8290179967880249,-0.8011320233345032,0.7677109837532043,0.061225999146699905,1.190883994102478,0.9950140118598938,-1.0220789909362793,-1.2459709644317627,-1.8627129793167114,0.6085270047187805,0.10721799731254578,-1.0538229942321777,-1.1784909963607788,2.2812159061431885,-0.16316600143909454,-0.42861199378967285,0.471235990524292,-0.5513880252838135,2.8025739192962646,1.4038130044937134,2.018646001815796,1.9131369590759277,2.193114995956421,-0.36065399646759033,1.6773220300674438,0.9125329852104187,-1.2043739557266235,0.9678850173950195,-0.6511250138282776,0.5727069973945618,-0.22660799324512482,0.5640820264816284,-1.284060001373291,1.001507043838501,-0.6620069742202759,-0.056713998317718506,1.3430240154266357,0.20306499302387238,2.3375089168548584,-0.790116012096405,-0.12409000098705292,1.864738941192627,2.0959219932556152,-0.5100839734077454,0.7043899893760681,-1.0661239624023438,0.34690698981285095,-0.7862319946289062,-1.2375719547271729,-1.160390019416809,-0.36489999294281006,0.3356029987335205,1.891139030456543,-1.5482029914855957,-1.1532059907913208,2.075469970703125,1.6113890409469604,-0.5668299794197083,0.6320109963417053,-0.5223979949951172,0.9975090026855469,2.1244430541992188,-0.8288270235061646,1.3250700235366821,0.4647809863090515,1.0410929918289185,-1.129202961921692,1.0542759895324707,0.38304099440574646,2.0927278995513916,1.6586589813232422,2.508810043334961,-2.462078094482422,-0.5988379716873169,2.8133931159973145,2.809101104736328,2.785784959793091,-2.2378458976745605,-1.218353033065796,-1.9805150032043457,-1.056792974472046,-0.2472030073404312,2.2117559909820557,0.6946219801902771,0.7106930017471313,0.8831300139427185,-0.7184969782829285,-1.2398920059204102,2.719999074935913,0.720134973526001,-1.1681369543075562,-1.1820839643478394,-1.2068849802017212,1.1168440580368042,-0.5107970237731934,0.2260179966688156,-1.0222020149230957,0.06167199835181236,0.7303109765052795,-1.9984509944915771,0.6400070190429688,-1.0129669904708862,-0.8471450209617615,-0.21636800467967987,2.3573110103607178,-1.3059879541397095,-0.3702149987220764,0.9560220241546631,1.5836869478225708,-0.7399790287017822,-1.1489919424057007,-1.0459970235824585,0.036341000348329544,-0.24117499589920044,-2.054579019546509,1.0608799457550049,0.20103999972343445,-1.184777021408081,-1.0395129919052124,1.526487946510315,-0.7728819847106934,0.42086899280548096,-0.5306559801101685,-0.530460000038147,1.0621869564056396,-0.536014974117279,0.7724599838256836,-1.00334894657135,0.7900760173797607,-0.22900700569152832,0.03596600145101547,-1.2119640111923218,0.7575790286064148,0.2981039881706238,0.25651198625564575,-1.3510140180587769,-0.08741199970245361,0.31272798776626587,0.31141000986099243,-0.2586260139942169,-0.753275990486145,-0.7443299889564514,0.4308739900588989,-0.9006149768829346,-0.49021899700164795,-0.7058339715003967,2.75770902633667,2.675997018814087,1.3707040548324585,-0.9091089963912964,-0.9148399829864502,1.1885570287704468,1.1896740198135376,-0.842536985874176,-0.5540909767150879,0.21207399666309357,-1.3475550413131714,-2.034411907196045,-0.48756399750709534,-0.5365909934043884,-0.7681940197944641,-0.9318869709968567,-1.3127650022506714,0.13243700563907623,-0.457720011472702,-0.5061240196228027,0.21268199384212494,-1.1177560091018677,-1.2336989641189575,-1.0881789922714233,1.1040840148925781,-1.2001539468765259,-0.7539520263671875,2.7134649753570557,-0.33479300141334534,-0.11590299755334854,1.80629301071167,2.581149101257324,-0.032281000167131424,0.07359299808740616,0.01584099978208542,0.5919650197029114,0.21943299472332,0.2069920003414154,-0.5873069763183594,1.1454650163650513,-0.6700339913368225,-0.09394799917936325,2.0664238929748535,0.8710470199584961,-0.3181940019130707,0.24831999838352203,0.7036960124969482,-1.186629056930542,1.7808419466018677,0.4709570109844208,0.5109840035438538,-0.17020000517368317,-0.5472319722175598,1.005321979522705,1.059509038925171,2.7511041164398193,0.20135900378227234,-0.08005200326442719,0.29945701360702515,-1.2829090356826782,1.6750530004501343,-0.6499249935150146,-0.98573899269104,0.21389099955558777,2.5840868949890137,2.169800043106079,-0.9998999834060669,-0.4152129888534546,1.6775439977645874,-0.5427950024604797,-1.876710057258606,-0.37595298886299133,0.5777660012245178,-1.6761549711227417,-0.006132000125944614,1.8797229528427124,1.1112719774246216,-1.308076024055481,0.5350340008735657,0.6752219796180725,0.9910849928855896,0.06529200077056885,-0.49078598618507385,0.4417699873447418,-0.201214000582695,-0.2351990044116974,2.5463199615478516,-1.5293899774551392,0.6553760170936584,0.1894489973783493,1.2677439451217651,-0.9890739917755127,1.2149579524993896,2.1301310062408447,1.0157560110092163,0.07928799837827682,-0.5162140130996704,1.4196339845657349,-0.5563859939575195,-0.7357500195503235,0.49455299973487854,2.6508660316467285,-0.08444999903440475,0.46553799510002136,0.46807900071144104,-1.3155059814453125,1.1549530029296875,1.2330169677734375,-1.307831048965454,-1.0508270263671875,1.8465230464935303,-0.5090979933738708,-1.0227420330047607,-0.783765971660614,0.21206499636173248,-0.013929000124335289,0.5897240042686462,-0.5402669906616211,-1.3434909582138062,-0.5528209805488586,1.0213940143585205,-0.44827601313591003,-0.14557500183582306,1.7505359649658203,2.7733309268951416,0.508957028388977,-0.7273139953613281,0.037679001688957214,0.5246289968490601,0.7834240198135376,1.5797450542449951,-0.44915300607681274,-0.43658700585365295,1.068511962890625,0.16571800410747528,0.5863339900970459,-1.0755120515823364,0.4180409908294678,1.0708110332489014,1.0690970420837402,0.9379460215568542,2.6096270084381104,1.2257659435272217,-0.44408801198005676,-0.9506869912147522,-2.189789056777954,1.3967640399932861,0.34057000279426575,-0.09572300314903259,0.7118809819221497,-0.7298009991645813,-0.7373600006103516,-0.45294201374053955,1.1615710258483887,-0.5296869874000549,0.6968200206756592,-0.7290650010108948,0.514428973197937,1.0474530458450317,-0.14920000731945038,-1.9496649503707886,1.6321159601211548,0.04743599891662598,-1.97406804561615,-0.650081992149353,1.1122649908065796,1.0981969833374023,-0.34185001254081726,-1.2705470323562622,0.15209299325942993,1.0534080266952515,0.77538001537323,1.1963649988174438,-0.9111229777336121,-0.8712120056152344,-0.20056700706481934,-0.4106520116329193,-0.6501529812812805,0.9009889960289001,1.114104986190796,1.7975690364837646,2.17236590385437,1.1605819463729858,2.2558538913726807,-1.0375419855117798,-1.7010960578918457,-1.7529369592666626,1.228348970413208,2.3012290000915527,-1.803657054901123,-2.3072729110717773,2.0180740356445312,0.15607300400733948,-0.03757699951529503,0.31668901443481445,1.6524109840393066,-1.163100004196167,2.5917820930480957,-0.897009015083313,-2.192986011505127,-0.09758999943733215,-0.4268859922885895,0.6709439754486084,1.933205008506775,-0.19370399415493011,-0.07624799758195877,-0.44658398628234863,-1.0501919984817505,-0.6052529811859131,-1.0907360315322876,-2.3988189697265625,-1.0490570068359375,-0.885860025882721,0.991491973400116,-0.7384250164031982,-0.7432720065116882,1.9919129610061646,1.1455990076065063,0.8641499876976013,-0.6840999722480774,-0.8186060190200806,-1.3398209810256958,-0.859935998916626,-1.1746619939804077,1.0817450284957886,-0.6750990152359009,-1.9447749853134155,0.49986299872398376,0.6372299790382385,-1.8350369930267334,-1.7547229528427124,0.8873900175094604,-2.3351669311523438,-0.6431729793548584,-1.6662750244140625,-0.8201860189437866,-2.162522077560425,1.043563961982727,0.3912090063095093,0.9408720135688782,0.9766539931297302,-0.4516580104827881,-1.3363189697265625,0.1653430014848709,1.04920494556427,-1.2506959438323975,-1.2377220392227173,2.6581249237060547,-0.6103519797325134,0.25554099678993225,1.7360190153121948,-0.40794599056243896,0.9833499789237976,0.9526910185813904,-2.033231019973755,0.6691809892654419,-1.4245870113372803,-1.9906920194625854,-1.0243480205535889,-1.1800169944763184,-1.001734972000122,-0.1374109983444214,1.0862979888916016,-1.2347400188446045,-0.47040900588035583,-0.6827890276908875,1.812270998954773,-0.5049899816513062,1.847188949584961,-1.936310052871704,0.29824098944664,2.1048390865325928,0.9769129753112793,1.7107449769973755,-1.0223040580749512,0.5148550271987915,0.9988909959793091,-1.0590009689331055,0.05797100067138672,0.625461995601654,-0.2955789864063263,2.2171709537506104,-0.6352689862251282,0.7245010137557983,-1.4388409852981567,-0.6562680006027222,-0.7794700264930725,-1.1784039735794067,-0.28008198738098145,2.4347000122070312,-0.2087710052728653,-0.7476509809494019,2.0284910202026367,-0.6997219920158386,2.732836961746216,-0.788437008857727,0.029549000784754753,-0.8113999962806702,-1.6994479894638062,-1.6704570055007935,-0.6331890225410461,-0.6314529776573181,-0.12339100241661072,-0.9019839763641357,2.693974018096924,-1.1962120532989502,-0.5090360045433044,1.5899330377578735,-1.0838390588760376,1.079375982284546,-0.021523000672459602,-0.9089869856834412,0.5602319836616516,-1.8822940587997437,-0.9712219834327698,-1.9590229988098145,0.8648970127105713,-1.0389209985733032,0.06498400121927261,-1.101963996887207,-0.8140389919281006,-0.37623900175094604,1.2380590438842773,-0.8169400095939636,-0.23121599853038788,-0.6230890154838562,1.0062899589538574,-0.3899790048599243,1.3164479732513428,1.123600959777832,-0.27479100227355957,-1.3223400115966797,-1.8372269868850708,0.9309599995613098,-0.7796559929847717,-0.5781090259552002,0.8739029765129089,-1.105404019355774,0.035989999771118164,-0.0845789983868599,-0.07329399883747101,0.8720179796218872,1.040814995765686,-0.40302300453186035,-0.21846799552440643,-1.8601529598236084,-0.7212669849395752,-1.1975489854812622,-1.5996630191802979,1.5432100296020508,-0.8358179926872253,0.7995129823684692,-0.24361999332904816,-0.8145440220832825,2.3358139991760254,0.06908699870109558,0.38088199496269226,0.9896010160446167,1.0774840116500854,-0.4193820059299469,0.28189799189567566,-1.2349270582199097,1.1728110313415527,1.049041986465454,-2.352863073348999,1.0307129621505737,-2.2259340286254883,-1.2930619716644287,-0.9281229972839355,-0.582298994064331,1.1498080492019653,2.4680440425872803,2.4956700801849365,-0.6396260261535645,0.9842879772186279,-0.9437059760093689,2.5063629150390625,-0.1434040069580078,-0.20740899443626404,2.531677007675171,1.4428280591964722,0.691402018070221,-0.9202659726142883,0.32232698798179626,-0.5846019983291626,-1.0502829551696777,2.5672709941864014,0.4984950125217438,0.30106499791145325,0.4527679979801178,0.37471699714660645,0.6778780221939087,-0.7856690287590027,-1.3182710409164429,0.6810230016708374,1.557800054550171,1.5410269498825073,-1.1474469900131226,-1.037811040878296,-0.29211199283599854,-0.6679480075836182,-0.7590479850769043,0.6913350224494934,-0.23998600244522095,-0.08651600033044815,-1.2395700216293335,1.2718100547790527,2.876725912094116,1.659561038017273,-0.5881929993629456,-1.0044870376586914,2.1237339973449707,-0.9970129728317261,0.8032280206680298,0.548803985118866,-0.7736539840698242,-0.8629530072212219,-1.1571040153503418,1.1607439517974854,-0.5306379795074463,1.216168999671936,1.301393985748291,-0.5419920086860657,-0.4532020092010498,1.2835079431533813,-1.0747159719467163,-0.06744100153446198,1.354660987854004,-2.4872260093688965,-1.209280014038086,-0.596992015838623,0.9149709939956665,0.01807600073516369,-0.021126000210642815,1.090541958808899,1.6890720129013062,0.7175809741020203,1.0514450073242188,-0.15676499903202057,0.9307140111923218,-0.8777809739112854,-0.6997219920158386,-0.5221149921417236,-0.3338850140571594,0.02051600068807602,0.5445089936256409,0.8960250020027161,0.7342829704284668,1.1907110214233398,0.6601560115814209,-0.5991860032081604,-0.27260899543762207,-0.5573599934577942,0.5900359749794006,0.9618300199508667,1.1450610160827637,-2.2620389461517334,0.8578150272369385,1.2522799968719482,0.5320889949798584,-0.2171279937028885,-0.2446330040693283,0.9494630098342896,-1.2048050165176392,-1.1945159435272217,1.0270400047302246,0.23816099762916565,0.6060709953308105,0.7299289703369141,-0.38172098994255066,0.9511010050773621,0.1262589991092682,-0.2309579998254776,0.7792519927024841,2.368375062942505,-2.190958023071289,2.083556890487671,0.5497909784317017,1.803699016571045,-0.7001399993896484,-1.5063140392303467,2.7166519165039062,-1.1979320049285889,-1.5084760189056396,-1.0070749521255493,-1.0770070552825928,0.616985023021698,0.20503799617290497,1.6570429801940918,0.004997000098228455,-0.9511079788208008,0.2915340065956116,-0.7869549989700317,-1.0832439661026,-1.1317369937896729,1.1665699481964111,-1.0248689651489258,-1.242624044418335,-1.511875033378601,-0.1288750022649765,-1.1377259492874146,0.5224230289459229,0.149058997631073,-0.1686059981584549,2.2339789867401123,1.0608559846878052,1.245529055595398,-1.6606940031051636,0.844406008720398,1.0677909851074219,-0.8007550239562988,0.5946429967880249,0.8722190260887146,-0.018658999353647232,1.4522910118103027,0.8373039960861206,2.3464159965515137,0.15048299729824066,-0.724698007106781,0.12583699822425842,1.5395450592041016,-0.8841609954833984,1.946593999862671,-1.1291849613189697,-2.2292399406433105,-0.2943570017814636,-1.173205018043518,-0.34961599111557007,-0.8008959889411926,-0.7543910145759583,0.26664999127388,2.087311029434204,1.7353839874267578,-0.568792998790741,-0.24000099301338196,-0.5827609896659851,-1.253074049949646,0.986661970615387,0.2936989963054657,2.6153340339660645,-1.0988399982452393,-1.113299012184143,-0.05260799825191498,0.6873999834060669,-1.342434048652649,-0.7650719881057739,-0.6973469853401184,-0.7590330243110657,-0.7932590246200562,0.8833079934120178,-2.1677820682525635,-1.067262053489685,-0.6545799970626831,2.8753509521484375,-1.1233659982681274,-0.3930149972438812,-0.7482500076293945,1.223796010017395,-1.2427140474319458,1.8194350004196167,2.684607982635498,-1.4375840425491333,1.3071420192718506,-0.9535139799118042,-0.9112399816513062,-0.9126840233802795,0.6512629985809326,-0.2608700096607208,0.9065229892730713,-0.921409010887146,0.851963996887207,0.09598799794912338,0.08011099696159363,-0.6159819960594177,0.8495650291442871,-0.02181199938058853,0.9546890258789062,0.9549490213394165,2.556662082672119,-1.0558500289916992,-1.4604450464248657,-1.155616044998169,1.7327489852905273,-0.6949009895324707,-0.6766359806060791,-0.6766660213470459,-1.0615789890289307,0.8454909920692444,1.1023060083389282,0.9649569988250732,0.6648780107498169,1.9128340482711792,-1.5102479457855225,0.5893139839172363,-2.268402099609375,-1.1757140159606934,-1.966647982597351,1.0528359413146973,-0.6436049938201904,0.06931000202894211,0.09311799705028534,-1.0943089723587036,-1.124377965927124,-0.8899919986724854,-0.2500680088996887,1.7259529829025269,1.1642990112304688,-0.7239829897880554,-0.2599180042743683,0.4475710093975067,1.794273018836975,2.364284038543701,1.1966689825057983,-0.7377070188522339,0.5981670022010803,1.6850320100784302,-0.8194730281829834,2.8399970531463623,1.7486820220947266,1.6949009895324707,1.1205849647521973,-0.7000200152397156,2.6206490993499756,-0.44094398617744446,0.7091910243034363,0.12605300545692444,0.3131529986858368,0.9162139892578125,-0.7782760262489319,-1.3700029850006104,-0.1265600025653839,-0.4894219934940338,-0.27663299441337585,0.05965700000524521,0.9101790189743042,-0.6935200095176697,-0.7486889958381653,-0.4293400049209595,1.3148499727249146,0.1729539930820465,1.2956310510635376,-0.8725529909133911,1.0970900058746338,-1.1758519411087036,-1.1005619764328003,-1.0927029848098755,0.22008800506591797,-0.9064379930496216,-0.5126259922981262,0.2544650137424469,0.7218319773674011,-0.9368860125541687,-0.47854599356651306,0.023041000589728355,-0.6605389714241028,-1.107051968574524,-0.5606269836425781,1.6112619638442993,0.34059301018714905,-2.404059886932373,-0.49251899123191833,2.549767017364502,1.0856260061264038,0.5813329815864563,-2.103240966796875,-1.1528079509735107,0.24413500726222992,0.9459519982337952,-1.1768440008163452,-0.16797900199890137,-0.32162100076675415,-0.4223499894142151,-0.8250659704208374,-0.5288509726524353,-0.008457000367343426,-0.4960939884185791,1.1455990076065063,-0.8243809938430786,1.0391839742660522,0.9753419756889343,-0.6729140281677246,1.019500970840454,-0.2137569934129715,-0.1857990026473999,0.8207780122756958,0.5170140266418457,-0.16116300225257874,1.196666955947876,0.7932490110397339,-0.647255003452301,0.15242899954319,1.2109630107879639,0.5327150225639343,0.6317970156669617,1.8356870412826538,-0.6211709976196289,-0.7075859904289246,0.9395750164985657,0.6455709934234619,1.1692060232162476,1.1770780086517334,1.170943021774292,-0.6080700159072876,-1.0964889526367188,-0.7279499769210815,-0.967270016670227,2.7343978881835938,-1.90972900390625,-0.7573890089988708,-0.16740000247955322,0.6798400282859802,-1.090235948562622,1.8265609741210938,1.2449740171432495,-0.9469019770622253,-0.0529480017721653,-0.4238939881324768,0.8064249753952026,-1.0890949964523315,2.199460983276367,-1.125669002532959,-0.5368509888648987,1.0760819911956787,-1.6514780521392822,0.8535879850387573,0.3315410017967224,1.6779119968414307,-0.882997989654541,-0.5197749733924866,-0.9022219777107239,0.49207401275634766,0.7513309717178345,-0.8558329939842224,-1.3129470348358154,1.2080800533294678,-0.6551960110664368,-0.35105299949645996,1.8526300191879272,-0.2648810148239136,-0.1769299954175949,-0.01350099965929985,0.17250800132751465,2.428636074066162,-0.7939860224723816,-0.8024979829788208,-0.15876199305057526,-0.6370279788970947,0.2617650032043457,1.1627490520477295,1.2378439903259277,-0.9209520220756531,-1.672866940498352,-0.12373299896717072,1.040513038635254,-0.9721580147743225,2.7693920135498047,-0.3079400062561035,-1.1036299467086792,-0.7525560259819031,0.8636410236358643,0.9047639966011047,-0.9325640201568604,-1.2611149549484253,0.3586539924144745,1.2084729671478271,0.7954210042953491,0.3015199899673462,-0.24966099858283997,0.33454999327659607,-0.9810400009155273,0.7135519981384277,-1.172076940536499,-0.6483849883079529,-0.7747060060501099,-1.2238889932632446,-1.3211779594421387,-1.2895879745483398,0.19534599781036377,0.14125199615955353,-0.7262960076332092,-0.4361940026283264,-0.36585700511932373,0.5214999914169312,0.8503450155258179,0.33748599886894226,0.9735000133514404,-1.2368860244750977,0.13205300271511078,-0.156359001994133,-1.2198489904403687,-0.41912099719047546,-2.349479913711548,0.9216740131378174,-0.2699179947376251,0.968254029750824,0.2538909912109375,-1.1973240375518799,0.2925480008125305,1.2182459831237793,0.5058310031890869,-0.17696799337863922,-1.1737409830093384,1.662179946899414,0.06587299704551697,1.0335309505462646,0.3486280143260956,-0.8537539839744568,-1.931151032447815,-1.1408499479293823,0.9353749752044678,0.9071000218391418,1.292354941368103,-0.7175800204277039,-0.9468910098075867,-1.1638489961624146,-1.098494052886963,2.5882489681243896,-0.09063199907541275,-1.159932017326355,1.2143510580062866,-1.3595279455184937,0.3127659857273102,-0.6979799866676331,-0.5719829797744751,-0.3641529977321625,2.21525502204895,-1.0343589782714844,-0.1442520022392273,-1.2507710456848145,2.220611095428467,-0.5338360071182251,-0.05008900165557861,1.712857961654663,2.172333002090454,2.1870570182800293,-1.2705539464950562,-0.48066699504852295,-0.18454299867153168,1.0183579921722412,0.4117180109024048,-0.7526739835739136,-1.1426399946212769,-1.1784789562225342,0.17000199854373932,-1.360092043876648,0.9696760177612305,-0.8144919872283936,1.247676968574524,-0.3848170042037964,0.4684999883174896,-0.9260709881782532,-0.8760430216789246,0.8497189879417419,-0.4179759919643402,2.839970111846924,-0.17684000730514526,-1.106477975845337,1.182865023612976,-1.1931949853897095,-0.6989920139312744,-1.096662998199463,0.8540419936180115,-1.6213380098342896,-1.0694890022277832,-1.1090730428695679,0.834505021572113,-0.47948700189590454,-1.242900013923645,0.9248440265655518,-0.1841839998960495,-0.8906540274620056,-1.0090659856796265,1.1447219848632812,1.1334609985351562,-1.187296986579895,-2.3040668964385986,2.196042060852051,2.2347331047058105,0.35731199383735657,-0.7375329732894897,-0.265377014875412,0.03599200025200844,-1.1880090236663818,-0.0068720001727342606,-1.1799770593643188,-1.1845309734344482,-1.0297540426254272,-0.9724550247192383,1.183843970298767,-0.20705699920654297,-0.11938200145959854,1.0189510583877563,-0.11834999918937683,2.6120529174804688,-0.6106669902801514,-0.11172699928283691,0.8172569870948792,-1.080814003944397,-1.1051199436187744,-0.7709649801254272,0.3704949915409088,-1.1403019428253174,-0.8866180181503296,1.0261319875717163,-0.3401240110397339,1.400285005569458,-0.4476419985294342,1.3137010335922241,0.6032080054283142,-1.2714450359344482,-0.7480379939079285,0.36833199858665466,-0.8802729845046997,-0.34966200590133667,-0.7187790274620056,2.2645230293273926,0.5307430028915405,-1.6757960319519043,-1.0542739629745483,1.2216320037841797,-1.0759849548339844,1.6790159940719604,0.39681801199913025,0.14269499480724335,-0.7242749929428101,-0.4820989966392517,-0.06063999980688095,-0.8930670022964478,-1.0975489616394043,1.1162890195846558,-0.2949199974536896,-1.0050439834594727,-0.38066399097442627,0.00912499986588955,-1.5671770572662354,0.9850180149078369,1.419739007949829,-0.8819460272789001,-1.2158210277557373,-1.1021219491958618,-1.094133973121643,0.7284839749336243,1.0340640544891357,-0.9485009908676147,-0.8549060225486755,1.942458987236023,-0.608922004699707,0.8034740090370178,0.6446740031242371,-0.9177340269088745,-1.5580790042877197,-1.5976639986038208,0.14524100720882416,-1.0803550481796265,-0.6188960075378418,-0.45454999804496765,0.4128569960594177,0.936227023601532,-0.31487300992012024,2.715178966522217,-0.811394989490509,-0.54960697889328,-0.8100420236587524,1.6206380128860474,-1.3459850549697876,2.0982439517974854,-0.3143340051174164,0.8655850291252136,0.6424810290336609,2.7592339515686035,0.6559669971466064,-1.0054850578308105,-1.9191559553146362,-1.983185052871704,-2.106981039047241,1.2415119409561157,-1.2972029447555542,2.5908470153808594,-0.9535530209541321,0.9987339973449707,1.0982940196990967,-0.4747830033302307,-0.3173370063304901,-1.180899977684021,-0.2773610055446625,-0.6796640157699585,0.5700410008430481,-0.6113179922103882,-0.6095470190048218,1.8897110223770142,1.914039969444275,-0.7016909718513489,0.49263298511505127,1.029647946357727,1.0390470027923584,-1.0848959684371948,0.5567150115966797,-0.7091450095176697,0.13269999623298645,-0.28975799679756165,1.1353679895401,1.278290033340454,-0.05131499841809273,1.528560996055603,-0.24632300436496735,2.78289794921875,-0.24277600646018982,-1.3610589504241943,-0.25754499435424805,0.41975000500679016,-1.1521450281143188,0.7217339873313904,-1.2297769784927368,1.5451370477676392,1.0381519794464111,-0.8660929799079895,-0.7011989951133728,-1.3288040161132812,1.591812014579773,1.919739007949829,1.2558289766311646,0.44634801149368286,0.8779680132865906,-1.2132110595703125,0.18835300207138062,-0.4317980110645294,-1.0231319665908813,-1.1460429430007935,2.056363105773926,0.9234380125999451,-1.2099510431289673,1.0044859647750854,1.0834790468215942,0.580627977848053,-0.2721650004386902,-1.398926019668579,0.8789370059967041,-0.02921300008893013,0.6587330102920532,-1.202901005744934,1.218140959739685,1.2031149864196777,-1.1604499816894531,-1.3017100095748901,-1.793470025062561,1.2338440418243408,0.6944400072097778,-0.8279299736022949,-0.23102399706840515,0.24402600526809692,0.9537850022315979,-1.8581769466400146,-0.042541999369859695,0.001041000010445714,-0.7761120200157166,1.4744720458984375,-0.3162569999694824,-0.7954999804496765,0.7458029985427856,-0.4885140061378479,-0.17144399881362915,0.899711012840271,1.669150948524475,1.505964994430542,0.42652198672294617,2.2466659545898438,-0.04370899870991707,0.2229820042848587,-0.3839609920978546,-0.8154320120811462,-0.7175099849700928,-1.157181978225708,-0.4748840034008026,0.5587239861488342,0.6677460074424744,0.14821100234985352,-0.5651739835739136,1.9463729858398438,-0.4385400116443634,-0.40629899501800537,0.6042789816856384,-1.9217610359191895,0.18167899549007416,-1.0360039472579956,-2.323914051055908,0.7280099987983704,-1.5080569982528687,0.09534899890422821,-0.9650290012359619,0.10081099718809128,2.7006070613861084,1.1984200477600098,1.2654060125350952,-0.7521740198135376,1.5595920085906982,0.5809620022773743,-0.6884589791297913,-0.06997700035572052,1.6437909603118896,1.2626080513000488,-0.4714980125427246,-0.4642789959907532,0.2094459980726242,-0.057142000645399094,-0.7130429744720459,1.0766240358352661,-0.9606410264968872,-0.5431770086288452,0.29787200689315796,-1.587272047996521,0.6938179731369019,-1.2812819480895996,-0.14518499374389648,0.9351760149002075,0.1870270073413849,0.176938995718956,0.44598400592803955,-0.9863929748535156,-1.093032956123352,-1.239650011062622,-1.1705249547958374,-1.0830299854278564,0.11793000251054764,-1.17488694190979,1.1939680576324463,-1.2015390396118164,-0.5542410016059875,0.897695004940033,1.3009190559387207,-0.6037660241127014,-1.0085170269012451,-1.2652720212936401,-1.3863110542297363,-0.6996470093727112,-1.230576992034912,0.21427999436855316,2.6302568912506104,0.7964509725570679,0.7499520182609558,-1.4202120304107666,-1.4408440589904785,0.8904269933700562,-0.2610960006713867,-0.4378510117530823,-0.25186699628829956,-2.0398330688476562,-0.7609220147132874,-0.775475025177002,0.5011940002441406,-0.011165999807417393,0.5871099829673767,-1.0169719457626343,-0.9504029750823975,0.4129070043563843,2.183250904083252,-0.7972559928894043,0.9485440254211426,-1.1358389854431152,-0.36838600039482117,0.42842599749565125,-2.006366014480591,-1.2854570150375366,1.6252189874649048,0.4470199942588806,1.7219330072402954,0.6345890164375305,1.2795649766921997,-0.8555240035057068,-0.3264009952545166,0.44514501094818115,0.467523992061615,0.4203839898109436,-0.7755630016326904,-1.0572580099105835,-1.1710150241851807,-1.2836960554122925,-0.5127220153808594,1.0985300540924072,1.955849051475525,-0.719851016998291,0.1659030020236969,-1.2040380239486694,-1.368433952331543,0.6104379892349243,-0.04935700073838234,0.5624330043792725,0.8140299916267395,1.595770001411438,0.9203469753265381,-0.8263310194015503,0.27364400029182434,-0.9987229704856873,0.21766400337219238,-1.1949830055236816,-0.8130170106887817,-0.966575026512146,-0.038054000586271286,-1.2172240018844604,-0.7450550198554993,0.9025949835777283,0.08451099693775177,-2.219733953475952,-1.1741019487380981,-0.7699739933013916,-0.1289529949426651,-0.08685600012540817,-1.469336986541748,-1.7599220275878906,-0.5265769958496094,-0.08979299664497375,-0.7305870056152344,0.007961000315845013,0.03398299962282181,-0.7647370100021362,0.33381399512290955,0.9572179913520813,-0.8096699714660645,-0.6739270091056824,-0.3933750092983246,0.9874280095100403,-0.08786799758672714,-0.39355000853538513,0.5941140055656433,1.2595419883728027,-1.0629860162734985,-0.005311000160872936,-0.46249398589134216,-1.2215290069580078,1.6020660400390625,-0.6966109871864319,2.712584972381592,-1.0588860511779785,0.6520689725875854,0.6745989918708801,0.1649470031261444,0.5650920271873474,-2.331943988800049,-0.7926639914512634,0.9637150168418884,0.2974799871444702,1.0389389991760254,-0.7234650254249573,-2.1501500606536865,2.1173551082611084,1.520885944366455,-0.5551519989967346,-0.21942900121212006,1.6295830011367798,0.9759830236434937,0.33427101373672485,-0.42869600653648376,-0.5680379867553711,-1.2101809978485107,0.07692699879407883,-0.7600560188293457,-1.2121009826660156,-0.05834700167179108,-1.1859970092773438,1.8628159761428833,-0.9350950121879578,1.9257659912109375,1.1995890140533447,0.19972899556159973,0.18873299658298492,-1.2310949563980103,0.031560998409986496,0.6723120212554932,-1.0836570262908936,-0.08400300145149231,-0.37281501293182373,1.1935149431228638,0.6999260187149048,0.9920179843902588,-0.7712600231170654,0.3415980041027069,-0.7308549880981445,0.10318999737501144,0.1436309963464737,2.2540390491485596,-1.222499966621399,-1.140017032623291,1.165671944618225,0.26151299476623535,1.713271975517273,-0.7322580218315125,-1.240831971168518,0.647944986820221,-0.46129900217056274,1.2504719495773315,-0.9111440181732178,1.041430950164795,-1.4434070587158203,-0.17987999320030212,-2.2631800174713135,-0.4599809944629669,0.29846200346946716,-0.9872289896011353,-0.4173220098018646,-0.43518000841140747,0.9695209860801697,-1.1582659482955933,-1.3886409997940063,-1.3773330450057983,-0.5100399851799011,-1.211676001548767,1.630031943321228,-0.1020049974322319,0.5401970148086548,-1.3784600496292114,-0.3828060030937195,-1.0592199563980103,0.17242400348186493,1.2333389520645142,2.228616952896118,2.2251970767974854,-0.8216919898986816,0.7835999727249146,-1.138843059539795,0.7537840008735657,-1.4061579704284668,0.9662089943885803,0.6935099959373474,0.6778969764709473,-1.1897189617156982,-0.14113500714302063,0.08559799939393997,0.15747399628162384,1.1819959878921509,-1.118533968925476,-1.1943659782409668,1.652791976928711,2.2825028896331787,-0.6814669966697693,1.1597000360488892,-0.07025700062513351,-1.306149959564209,1.0995179414749146,0.26879799365997314,0.3321230113506317,1.4337680339813232,-1.0068609714508057,2.540818929672241,0.7969419956207275,-0.19156500697135925,-1.174936056137085,0.44399601221084595,-0.7368990182876587,-0.7420949935913086,0.6655369997024536,-0.754630982875824,0.9228540062904358,0.6376500129699707,-0.4714969992637634,-0.8663039803504944,0.8894640207290649,-1.829437017440796,-0.7734860181808472,0.6948509812355042,-1.127547025680542,0.46206799149513245,2.0908029079437256,-1.2001110315322876,-0.6534950137138367,2.683043956756592,-1.0710699558258057,-1.1551140546798706,0.5579190254211426,0.8451520204544067,0.9095810055732727,0.6538509726524353,0.6510409712791443,-0.2969000041484833,-1.3158080577850342,-0.5140780210494995,-0.5984950065612793,0.5303189754486084,-0.24547499418258667,2.1328160762786865,2.206805944442749,0.5331900119781494,-0.6255260109901428,-0.6304060220718384,-0.6840980052947998,1.9392290115356445,2.794616937637329,0.895671010017395,-0.017278999090194702,0.04737599939107895,1.1885889768600464,-0.9202420115470886,1.4660359621047974,-2.3719289302825928,-2.2694170475006104,0.2667759954929352,1.256121039390564,0.19974499940872192,-0.025304999202489853,0.10622899979352951,-0.8268229961395264,1.6605730056762695,-1.8813199996948242,-0.6879270076751709,-0.7024539709091187,-0.7607190012931824,-0.9814260005950928,-2.3889400959014893,0.05257900059223175,1.5424809455871582,1.1120749711990356,1.0945279598236084,1.0182039737701416,-2.011928081512451,0.30812498927116394,-1.0444400310516357,-0.62677001953125,-0.5692729949951172,-0.7732260227203369,1.6278799772262573,-1.151350975036621,-0.3347780108451843,1.794219970703125,-0.19240599870681763,-0.21464000642299652,-0.4731679856777191,-0.6813049912452698,-0.38972800970077515,-0.9710649847984314,-0.8982849717140198,-0.47122499346733093,-1.1061739921569824,-1.4319310188293457,-0.2685120105743408,-0.8913949728012085,-0.06750699877738953,-0.3019070029258728,0.40272200107574463,1.0932209491729736,1.1798549890518188,0.16740399599075317,-2.2750589847564697,-1.2670129537582397,-1.0914870500564575,-0.2516170144081116,-1.0903359651565552,2.4538040161132812,-1.2224329710006714,0.8195139765739441,2.2319869995117188,-0.8679789900779724,0.2299879938364029,-0.1197810024023056,-0.11518900096416473,-0.4914320111274719,-0.6823790073394775,-0.8166729807853699,-0.3344379961490631,-0.24707800149917603,1.1130139827728271,-1.2142610549926758,2.251331090927124,2.2503039836883545,-1.4929280281066895,1.960332989692688,-0.2061150074005127,-0.2999339997768402,-0.8172529935836792,-0.020930999889969826,-1.0751210451126099,-1.0754890441894531,-0.7909740209579468,-0.40429699420928955,-1.3501770496368408,-0.3349519968032837,-1.1914269924163818,0.14153900742530823,-0.7484179735183716,-0.8811820149421692,0.09604199975728989,0.3804349899291992,-1.1553419828414917,0.6712049841880798,0.7199109792709351,-0.6318240165710449,-1.1216809749603271,0.4717150032520294,0.5022649765014648,1.8931729793548584,1.0268709659576416,0.9891359806060791,-0.13037599623203278,0.7661619782447815,0.6004359722137451,1.2415560483932495,-1.2562580108642578,1.1052550077438354,0.7410749793052673,0.6605259776115417,-0.7612000107765198,-1.202254056930542,-0.7469800114631653,-1.0930559635162354,-0.9087939858436584,0.028387999162077904,-1.1824610233306885,-1.6084070205688477,0.1159759983420372,0.4769499897956848,-1.8194060325622559,1.2405270338058472,-1.2365520000457764,1.5217909812927246,-0.36528000235557556,0.9357069730758667,1.0721319913864136,-1.0173419713974,1.2143419981002808,0.4339120090007782,0.38351699709892273,0.5648580193519592,2.4148409366607666,1.9050140380859375,-1.960571050643921,1.7520960569381714,2.6129279136657715,-1.0566630363464355,-1.1409529447555542,-1.0337920188903809,0.07183600217103958,-1.2074739933013916,-1.1924970149993896,-1.2396199703216553,-0.22688600420951843,1.6243230104446411,1.124891996383667,-0.9550819993019104,0.06270500272512436,-1.1515480279922485,0.8164259791374207,1.2051869630813599,-1.0611729621887207,-1.086717963218689,-0.9394890069961548,-1.026669979095459,2.0444490909576416,2.023266077041626,0.09014099836349487,-1.0358450412750244,1.8903809785842896,-1.001242995262146,-0.9940360188484192,-1.3093270063400269,-1.1991389989852905,0.2835110127925873,-1.8160170316696167,-1.8094099760055542,1.4663389921188354,-0.47255998849868774,0.9372100234031677,0.9783329963684082,-0.4472860097885132,-1.3920660018920898,1.1318110227584839,1.8648029565811157,1.9919220209121704,-1.2508490085601807,1.193753957748413,1.0247340202331543,-1.1889790296554565,-0.8086169958114624,-1.1723769903182983,-1.2143809795379639,-0.3353689908981323,-1.0146820545196533,-0.20872099697589874,-0.7174659967422485,1.384768009185791,-1.1405919790267944,0.8714560270309448,2.0699570178985596,1.7220239639282227,0.36969101428985596,0.22536900639533997,-0.3641799986362457,0.37290000915527344,-0.675815999507904,-1.0701780319213867,1.1031739711761475,-0.7959139943122864,-0.6167600154876709,2.152168035507202,2.1564829349517822,-0.690900981426239,-0.15378700196743011,1.12677001953125,-0.5816190242767334,-1.2511110305786133,1.0241700410842896,0.8724820017814636,-0.6043099761009216,2.5763399600982666,1.95443594455719,1.974784016609192,0.7379429936408997,0.6552929878234863,0.056791000068187714,-0.28908899426460266,-0.8386579751968384,-0.7304919958114624,0.9548490047454834,-0.8822100162506104,-0.9747189879417419,0.9116619825363159,0.9283930063247681,-1.0352979898452759,-0.07904200255870819,-0.17878200113773346,-0.8571959733963013,0.44628098607063293,0.3805310130119324,-1.1954660415649414,0.8659039735794067,0.9829409718513489,0.9885439872741699,-1.614333987236023,0.07746800035238266,-0.9784409999847412,-0.9909110069274902,-0.4299600124359131,-0.6744109988212585,-0.6017100214958191,-0.12164899706840515,1.2328089475631714,-0.8897839784622192,-0.6800640225410461,0.7500079870223999,0.7816050052642822,2.196777105331421,2.2052690982818604,2.2257750034332275,-0.9646859765052795,1.9293609857559204,-0.7087169885635376,-0.6665080189704895,0.8324429988861084,0.24398699402809143,-2.296623945236206,0.13607700169086456,0.5036709904670715,1.0256890058517456,-0.3013109862804413,0.7979369759559631,0.1033179983496666,-0.07419099658727646,-1.1407140493392944,0.3371720016002655,-0.8567590117454529,0.4197919964790344,0.7574290037155151,-1.3719749450683594,-0.75729900598526,-1.1814470291137695,-0.7742869853973389,-0.667527973651886,-1.4438209533691406,0.797078013420105,2.5881869792938232,0.7664380073547363,-0.8077759742736816,-0.700875997543335,0.17801900207996368,-0.9245700240135193,-1.2588599920272827,-0.936273992061615,-0.9014049768447876,0.9809330105781555,-0.2143629938364029,-0.13500399887561798,0.14221200346946716,-0.4636639952659607,-0.23342299461364746,-0.36302900314331055,1.831969976425171,-1.1408799886703491,0.4437499940395355,-0.9979119896888733,0.3969390094280243,0.5681399703025818,0.8033890128135681,0.044808998703956604,-0.42414799332618713,2.8403420448303223,-1.4597339630126953,1.743283987045288,-0.3996039927005768,-0.23276600241661072,-0.5166620016098022,1.9562610387802124,-1.0363919734954834,-1.1386810541152954,2.538239002227783,-0.7432799935340881,1.1749060153961182,0.9245269894599915,0.8313069939613342,-1.2298610210418701,-1.0512499809265137,-1.3232920169830322,-1.0720009803771973,-0.24200400710105896,0.9339839816093445,-0.9266129732131958,1.2343080043792725,-1.213657021522522,-0.07784999907016754,0.1318970024585724,-0.45858800411224365,-0.43904098868370056,-0.4244230091571808,-1.04156494140625,2.6038239002227783,0.8473659753799438,0.4196000099182129,-1.9207839965820312,1.6358129978179932,2.714232921600342,2.68168306350708,-0.13812300562858582,-1.1417620182037354,-1.0638480186462402,-0.6040220260620117,-0.18149900436401367,0.6983150243759155,-1.597344994544983,-0.4967840015888214,-0.1376660019159317,-0.49932199716567993,-0.4942989945411682,-0.6195899844169617,-0.09212200343608856,0.0424560010433197,-1.2617499828338623,-0.5497829914093018,0.9610440135002136,-1.1094050407409668,-0.6750820279121399,-0.791500985622406,-0.526540994644165,0.14029499888420105,0.43885698914527893,1.7556610107421875,-0.9060609936714172,-1.3978099822998047,-0.564041018486023,0.6784189939498901,0.5127750039100647,0.7959439754486084,-0.811290979385376,2.528687000274658,-0.7769690155982971,1.1567460298538208,-1.2939599752426147,0.6957110166549683,1.2787630558013916,0.7022489905357361,0.9626280069351196,0.3970530033111572,0.9352359771728516,2.4087369441986084,0.19627399742603302,-1.0709350109100342,-1.5851069688796997,1.066290020942688,1.197769045829773,2.5454020500183105,-1.5843089818954468,-1.1675679683685303,-0.9578400254249573,-0.16007299721240997,-0.7776640057563782,0.42758700251579285,-1.0808240175247192,-1.5789179801940918,-1.123304009437561,1.2837070226669312,-1.0756059885025024,-0.5712100267410278,0.5685549974441528,0.7364159822463989,0.26052799820899963,2.4422760009765625,-0.7888270020484924,-0.8974300026893616,-0.9008030295372009,-0.8954060077667236,2.3643569946289062,1.3679009675979614,2.236931085586548,2.248579978942871,2.247802972793579,-1.4972079992294312,0.2625499963760376,-0.7219820022583008,1.2093080282211304,-1.0013680458068848,2.652951955795288,1.8958970308303833,-0.6241419911384583,-0.8763070106506348,0.3139910101890564,-0.5030829906463623,-0.17954300343990326,1.049926996231079,1.0224380493164062,1.066038966178894,1.7019579410552979,1.1111739873886108,1.5066070556640625,-1.5797410011291504,0.2883380055427551,2.090251922607422,1.2125170230865479,0.4300130009651184,2.0650179386138916,-0.5841559767723083,-1.2364740371704102,-0.05523199960589409,-1.2989510297775269,1.1539620161056519,-0.2766619920730591,-1.3372410535812378,0.19439099729061127,-2.1877059936523438,-1.335541009902954,-0.4826050102710724,-1.098870038986206,-0.23333700001239777,0.9211350083351135,-0.25916600227355957,1.2027679681777954,-1.0677289962768555,-0.5237269997596741,2.5332720279693604,1.4015779495239258,-0.9712629914283752,-0.6830490231513977,0.8008549809455872,0.8845630288124084,-0.0013719999697059393,-0.6625900268554688,-1.1666419506072998,1.2628649473190308,0.5359950065612793,-0.0525129996240139,-1.179157018661499,-1.0553330183029175,1.4081740379333496,0.6958249807357788,-1.1885689496994019,-0.7663660049438477,0.3007049858570099,2.589262008666992,2.5129430294036865,2.6020851135253906,2.770669937133789,-1.154721975326538,-0.63748699426651,-0.5488669872283936,1.1198680400848389,-0.06717099994421005,-1.1468679904937744,-0.27047199010849,-0.6362339854240417,-1.4255290031433105,-1.4147260189056396,-0.9856470227241516,-0.24770300090312958,-0.8870480060577393,0.7962949872016907,1.694187045097351,0.6785510182380676,-0.4988130033016205,0.9964359998703003,2.5342769622802734,-1.2180049419403076,1.4728339910507202,0.5516210198402405,0.18224699795246124,-0.7581139802932739,1.2571680545806885,-0.5684530138969421,0.8481789827346802,1.7747000455856323,-0.34160900115966797,0.6299059987068176,0.8513950109481812,-1.1638940572738647,-0.09136299788951874,-1.318418025970459,0.9474999904632568,0.9520459771156311,1.115828037261963,-0.6046910285949707,-0.9589210152626038,1.1432499885559082,0.49915099143981934,2.351409912109375,0.3287459909915924,-0.3012790083885193,-0.29789599776268005,-0.2766599953174591,0.058469999581575394,-1.135740041732788,-1.891903042793274,-1.8753809928894043,1.0305379629135132,0.8356789946556091,-0.5488669872283936,0.8017160296440125,2.498533010482788,-1.1800789833068848,0.059891000390052795,2.1671109199523926,0.22878000140190125,-1.8706669807434082,-0.9938290119171143,-0.33275800943374634,0.9876800179481506,0.973114013671875,2.7308850288391113,-1.2377740144729614,-1.6647859811782837,-1.6709009408950806,0.747672975063324,-1.3962860107421875,-1.2718549966812134,-0.7959229946136475,-0.75969398021698,0.4191400110721588,1.7498530149459839,0.9863809943199158,0.04890400171279907,0.6082469820976257,-0.3866190016269684,-1.3866419792175293,-0.3127000033855438,0.2962769865989685,-0.33386000990867615,0.36566999554634094,-0.947970986366272,-0.9255480170249939,-0.8337849974632263,-0.42351698875427246,-0.3719010055065155,1.81973397731781,-0.9334719777107239,0.17593400180339813,0.1755560040473938,-1.0349969863891602,0.046411000192165375,-0.8057349920272827,0.43508899211883545,0.47960299253463745,-0.39649298787117004,-0.6522359848022461,1.3790040016174316,2.056741952896118,-0.14295099675655365,-1.1551870107650757,2.581157922744751,-0.26791900396347046,-0.25950899720191956,-1.153725028038025,-1.96880304813385,-0.8450160026550293,-0.6116420030593872,-1.1312600374221802,-1.0304510593414307,-0.3427349925041199,0.8409960269927979,0.5194929838180542,-0.5169739723205566,1.2909760475158691,1.266273021697998,1.2308440208435059,-1.648758053779602,-1.1505130529403687,-1.1356860399246216,-1.231341004371643,0.6961629986763,0.4625700116157532,-1.284754991531372,-1.5995370149612427,0.9213759899139404,-0.3711549937725067,-0.3872990012168884,-1.215116024017334,-2.409636974334717,-0.3554910123348236,-2.4572300910949707,-1.7345139980316162,-0.5859150290489197,-0.6971660256385803,-0.768451988697052,1.6330510377883911,-1.1146539449691772,-0.7300260066986084,-1.260269045829773,-1.1084109544754028,-2.1720499992370605,1.5532020330429077,0.04695099964737892,1.2738020420074463,-1.0017579793930054,0.7492129802703857,0.928164005279541,0.06401199847459793,0.16622400283813477,1.9692230224609375,2.1442370414733887,-0.48341599106788635,-1.6951459646224976,0.06345199793577194,-1.0633660554885864,-0.33991798758506775,2.8103010654449463,-1.0835119485855103,-1.1456090211868286,0.24612699449062347,2.097503900527954,0.18033500015735626,0.8885130286216736,0.571590006351471,0.7155640125274658,-0.6785380244255066,1.8022170066833496,2.718040943145752,0.999737024307251,-0.1560720056295395,0.10514699667692184,0.9701539874076843,1.8150479793548584,-1.1360280513763428,-0.09025099873542786,0.4465329945087433,0.4754379987716675,1.7300610542297363,0.7527179718017578,-1.223857045173645,-1.1319769620895386,-1.0838689804077148,0.36858201026916504,-1.0835989713668823,-0.7100419998168945,-0.7549239993095398,0.1977590024471283,2.0505518913269043,0.4372580051422119,1.5793609619140625,-1.0216599702835083,-1.058421015739441,-0.7267199754714966,-0.16164499521255493,1.174720048904419,-0.8422350287437439,-1.1032880544662476,-0.6750329732894897,-0.7071390151977539,1.0762939453125,-2.305968999862671,1.7192480564117432,0.9040120244026184,-0.5191559791564941,2.0121960639953613,1.4130860567092896,1.411208987236023,-0.679082989692688,-1.0463049411773682,1.7863270044326782,1.1627559661865234,1.1609840393066406,0.49617999792099,0.7092170119285583,-0.6084380149841309,0.3452349901199341,1.059494972229004,-0.34546399116516113,1.945801019668579,0.5597749948501587,-0.396697998046875,-2.1308441162109375,-0.566087007522583,1.111538052558899,-1.0681530237197876,-0.28974100947380066,-0.4262090027332306,0.718629002571106,-2.0400729179382324,0.12331599742174149,0.790490984916687,-0.9017320275306702,-0.0645660012960434,0.816228985786438,-0.0994269996881485,-1.2646640539169312,-0.47538599371910095,-0.8517360091209412,2.318974018096924,-1.4118419885635376,-1.3100190162658691,-1.4864729642868042,-0.758745014667511,1.7683789730072021,-0.8317170143127441,-0.8242530226707458,-1.3122249841690063,-1.364730954170227,-0.7373110055923462,0.03249699994921684,0.9775090217590332,-0.420289009809494,-2.2144720554351807,-1.2818650007247925,2.625931978225708,-1.0447540283203125,-1.0591720342636108,-1.0489569902420044,-1.0380669832229614,-2.043937921524048,0.5975509881973267,0.6260830163955688,0.8394119739532471,1.6332550048828125,-1.0674599409103394,1.7982640266418457,0.26021501421928406,-1.4084110260009766,-0.5843740105628967,1.7215499877929688,-0.6875360012054443,-0.6580659747123718,1.2893680334091187,1.3071019649505615,1.2831159830093384,-0.3382839858531952,-1.1371769905090332,0.8793849945068359,1.3705120086669922,0.10935399681329727,0.023166000843048096,0.9639189839363098,1.1449259519577026,2.7974090576171875,-1.230389952659607,-1.1360390186309814,0.9579449892044067,0.6351100206375122,0.6586580276489258,-0.7020599842071533,-0.8148710131645203,-0.44574400782585144,-1.806854009628296,-0.8552709817886353,-1.253783941268921,0.08950799703598022,0.7441790103912354,0.03461499884724617,-1.77878999710083,-0.661545991897583,-1.4206700325012207,-1.2839239835739136,-1.2312289476394653,-0.028977999463677406,2.137573003768921,0.37836501002311707,-1.0543429851531982,-0.7059080004692078,0.43209800124168396,0.7523099780082703,-1.2746870517730713,0.610450029373169,1.0486149787902832,-2.3130900859832764,-1.0436760187149048,0.32853299379348755,-1.0686240196228027,0.9354860186576843,0.5429040193557739,-0.6012430191040039,0.6934199929237366,-0.7602229714393616,-0.7870180010795593,-1.2277820110321045,-1.5440579652786255,0.5216060280799866,2.403014898300171,0.26388001441955566,-0.6489920020103455,-0.6718069911003113,-0.5285419821739197,-1.34414803981781,0.6413779854774475,1.0030289888381958,-0.09690000116825104,-1.416229009628296,0.21389000117778778,-1.2253299951553345,-1.0531140565872192,-0.4581510126590729,-0.4322800040245056,-0.42769500613212585,-2.2208139896392822,-1.0173039436340332,2.240417003631592,-0.29211199283599854,-0.31118398904800415,-0.7620630264282227,-0.7660329937934875,-0.7340120077133179,2.26118803024292,-0.7165219783782959,0.7520949840545654,1.0863879919052124,-1.2264950275421143,-0.830640971660614,1.3474080562591553,1.0033379793167114,-0.8576570153236389,1.2431390285491943,0.40303000807762146,-0.9757170081138611,-1.811187982559204,1.2205790281295776,0.9282799959182739,0.9104369878768921,-0.43764299154281616,-0.9169549942016602,2.288572072982788,-0.5847769975662231,0.13686199486255646,0.3132230043411255,1.2447789907455444,-0.48288801312446594,1.6669390201568604,0.7167239785194397,-1.2945209741592407,1.6612639427185059,-1.0984879732131958,-1.1337909698486328,2.309070110321045,-0.21286199986934662,2.0876541137695312,-2.110521078109741,2.0669710636138916,1.2171800136566162,1.2862420082092285,1.2784359455108643,-1.3377989530563354,0.7032619714736938,1.2312179803848267,0.6684749722480774,-0.6481519937515259,-0.8008350133895874,1.0422940254211426,1.496304988861084,1.0836399793624878,-0.9609169960021973,-0.9261940121650696,1.5201239585876465,0.5347800254821777,1.944558024406433,-1.0394690036773682,-0.24088600277900696,-0.25240498781204224,-0.27423399686813354,-1.051887035369873,0.2842180132865906,1.0310699939727783,-1.6354060173034668,-0.7540289759635925,-0.31168198585510254,1.4663200378417969,-0.9626790285110474,0.027396999299526215,0.8214830160140991,1.6885160207748413,-1.1433049440383911,-0.9353119730949402,0.17331500351428986,0.2232609987258911,-0.09799499809741974,-0.11342199891805649,-0.7376049757003784,1.1765990257263184,-0.11003100126981735,1.5173100233078003,1.5285639762878418,-0.39947599172592163,-1.5417979955673218,1.6998790502548218,1.2522729635238647,-0.5114820003509521,0.14843200147151947,0.18237300217151642,0.7986819744110107,0.7030749917030334,-1.3084110021591187,-0.7703139781951904,0.33746200799942017,0.7438079714775085,0.210657000541687,-0.05482099950313568,-0.1422400027513504,0.7658169865608215,-0.6445009708404541,0.9814379811286926,0.39599600434303284,-0.3240230083465576,0.8139200210571289,-2.201819896697998,-2.2555289268493652,0.19256199896335602,1.1400259733200073,-0.7803990244865417,-0.9405059814453125,-1.889296054840088,0.8341829776763916,2.8889689445495605,0.5101670026779175,0.444707989692688,-0.4920940101146698,-0.3488079905509949,-0.414249986410141,1.172579050064087,-0.8789309859275818,0.9701859951019287,2.11387300491333,2.171931028366089,0.24890999495983124,0.41297900676727295,1.2621150016784668,-0.6046019792556763,0.6925119757652283,-0.8957819938659668,0.5619649887084961,-0.9893969893455505,2.51153302192688,-1.7436599731445312,-1.127102017402649,0.3679080009460449,-0.1791670024394989,-1.6824259757995605,0.4450779855251312,-1.1685919761657715,0.030256999656558037,0.298211008310318,0.7361689805984497,-1.2061270475387573,1.6054630279541016,-1.2493089437484741,0.9860529899597168,-0.20564299821853638,-2.179992914199829,-2.1922760009765625,0.9102979898452759,-1.445114016532898,-1.4357260465621948,-2.2385809421539307,-0.5669100284576416,-1.3122379779815674,0.36364999413490295,0.3638420104980469,1.08617103099823,-2.3194620609283447,0.6401820182800293,0.6583669781684875,-0.2658100128173828,1.1304019689559937,-1.1747020483016968,-0.47647398710250854,-0.0853239968419075,1.0182549953460693,-0.5458980202674866,-0.9526370167732239,-1.1201419830322266,1.0391809940338135,0.6512629985809326,-1.151028037071228,0.9199180006980896,2.422278881072998,2.441620111465454,-0.4662629961967468,0.813073992729187,-0.9536290168762207,-1.0940669775009155,1.0025490522384644,-1.0345760583877563,0.5747110247612,-1.244979977607727,1.545138955116272,0.2355470061302185,1.2083319425582886,1.715978980064392,-0.5528540015220642,-1.493278980255127,1.0480400323867798,-1.1669650077819824,-0.4630439877510071,-0.5725679993629456,-1.1218119859695435,1.871137022972107,1.8061280250549316,0.43718600273132324,-1.5971109867095947,-0.9300060272216797,0.7345240116119385,0.9300079941749573,-0.664900004863739,-0.14557600021362305,2.2445530891418457,-1.135470986366272,-1.1179900169372559,2.665785074234009,0.21205900609493256,2.308698892593384,-0.23779700696468353,0.020450999960303307,0.22098499536514282,-0.8947240114212036,2.1815109252929688,-0.06953799724578857,-1.1335870027542114,0.8101450204849243,1.4914909601211548,0.6649399995803833,-1.1152369976043701,-1.0987989902496338,-0.11001300066709518,-1.1047990322113037,1.367087960243225,-0.37176600098609924,-0.43682900071144104,-0.9875289797782898,-1.2235519886016846,-1.6671350002288818,1.112197995185852,0.39254000782966614,-0.29523900151252747,0.8842099905014038,0.4196850061416626,1.2284009456634521,-2.1256940364837646,-0.46867600083351135,1.3675769567489624,1.6627850532531738,-1.2928390502929688,-0.9060310125350952,-0.8858150243759155,-1.41874098777771,0.31359800696372986,-0.0215000007301569,-0.6902850270271301,-1.196789026260376,-1.1950680017471313,0.9751999974250793,0.5794270038604736,-2.0807759761810303,1.8616859912872314,-1.1291500329971313,-0.41192200779914856,-0.2511439919471741,-0.7524530291557312,-0.5295510292053223,-1.4487500190734863,-1.4308470487594604,-1.5415339469909668,-1.6124149560928345,-1.4835129976272583,-0.7525110244750977,0.6521829962730408,2.2473831176757812,2.254578113555908,-1.2314590215682983,0.13942000269889832,1.7558900117874146,1.9122309684753418,-1.0439510345458984,0.8055670261383057,-0.2054480016231537,-0.11799000203609467,1.0557949542999268,1.0866680145263672,-0.9805830121040344,0.8037620186805725,-0.6552420258522034,1.0758349895477295,-0.9455209970474243,1.1723480224609375,0.8822969794273376,0.8899080157279968,0.5937299728393555,-1.7379109859466553,0.8001160025596619,0.5834090113639832,0.10516099631786346,-1.7840269804000854,-0.7838559746742249,-0.7861019968986511,-0.7944520115852356,0.5123839974403381,1.1610679626464844,1.0570600032806396,-0.24022500216960907,-0.38790199160575867,-0.19168099761009216,-1.8788390159606934,-0.9003509879112244,0.9715629816055298,1.790166974067688,0.408407986164093,2.621764898300171,0.24148300290107727,-0.7200620174407959,-0.8738020062446594,-0.5530890226364136,-0.661378026008606,-0.8341310024261475,1.937865972518921,2.32478404045105,-1.0312639474868774,-0.7923719882965088,-2.071769952774048,0.9398660063743591,0.8950539827346802,1.4659559726715088,-0.3596169948577881,-0.6337329745292664,0.2606090009212494,-0.5006499886512756,-1.1585760116577148,-0.8225989937782288,-0.7833589911460876,0.6495879888534546,2.2113940715789795,-0.19866299629211426,-0.8946660161018372,1.194601058959961,1.5352580547332764,-0.5111799836158752,1.0086649656295776,2.7975358963012695,-0.04831099882721901,-1.1728990077972412,0.6027830243110657,2.072510004043579,0.5122820138931274,0.014547999948263168,-0.7094900012016296,0.8870000243186951,-0.6569560170173645,1.3159029483795166,-0.002139999996870756,-1.1664810180664062,-2.281403064727783,-0.23118199408054352,0.812267005443573,0.31718799471855164,0.7288370132446289,-0.7356280088424683,-0.775888979434967,-1.0536359548568726,0.8857380151748657,0.4495199918746948,-0.473131000995636,-1.690024971961975,2.564966917037964,-1.217257022857666,0.4327569901943207,0.801842987537384,1.0349990129470825,-1.8740090131759644,-0.09079000353813171,0.5265960097312927,0.6935020089149475,1.5527000427246094,-1.263198971748352,1.0302159786224365,-0.8451899886131287,1.56591796875,-1.67078697681427,0.22880500555038452,-1.1669039726257324,-0.9343339800834656,-0.22110000252723694,1.5200790166854858,0.24074900150299072,1.5900559425354004,0.4239799976348877,-1.5188289880752563,0.43690600991249084,0.7333009839057922,1.7546459436416626,0.533070981502533,2.797102928161621,-1.915563941001892,-1.3134740591049194,-0.31084099411964417,2.3768820762634277,2.6449429988861084,-0.24084599316120148,-0.9150030016899109,0.3796539902687073,-1.3262319564819336,0.30199599266052246,-1.2502139806747437,-0.02861800044775009,-1.972344994544983,-1.937870979309082,1.2732640504837036,0.832489013671875,-0.4617840051651001,2.0351409912109375,0.9115210175514221,-0.28522199392318726,1.937404990196228,0.7975209951400757,0.979777991771698,1.2221219539642334,-0.4610710144042969,-0.9115049839019775,-0.9447709918022156,0.9019929766654968,-0.4368399977684021,-0.09174799919128418,0.954056978225708,-0.18174700438976288,2.3956429958343506,1.0592039823532104,-0.94725501537323,-1.2127679586410522,0.9783170223236084,0.33286499977111816,-0.2842229902744293,1.3832930326461792,-1.127331018447876,1.9839849472045898,-0.8524190187454224,-0.8349599838256836,-0.406717985868454,-1.3470619916915894,-0.08532299846410751,-0.5385670065879822,-1.0016039609909058,1.6106640100479126,0.6577050089836121,-1.0261069536209106,-0.5649459958076477,1.2721370458602905,-0.8956030011177063,0.26023799180984497,0.23444899916648865,0.18173299729824066,-0.9973840117454529,-0.15854200720787048,0.4464940130710602,1.1841399669647217,-1.6845929622650146,1.0381850004196167,0.3880220055580139,0.47808098793029785,-0.6763399839401245,-1.2603930234909058,-1.1674189567565918,1.1551200151443481,0.11807099729776382,-1.1503909826278687,-0.42293599247932434,-0.921347975730896,2.0014801025390625,0.05831800028681755,-0.5134329795837402,1.197510004043579,-0.6053730249404907,-1.0513490438461304,-1.2190459966659546,-1.3179630041122437,-1.282863974571228,1.1651690006256104,0.33342599868774414,-1.537032961845398,-1.2204129695892334,0.16389100253582,0.7744749784469604,0.1036510020494461,-1.5382030010223389,-0.40750598907470703,-0.8206070065498352,2.4799349308013916,2.2474160194396973,-0.22445900738239288,0.5187680125236511,-0.5146080255508423,-0.6128280162811279,2.7070200443267822,-0.7555390000343323,-0.5727229714393616,1.847743034362793,0.31699299812316895,-1.0691649913787842,1.458124041557312,-0.7156080007553101,-1.2028859853744507,0.687017023563385,-1.4783250093460083,-1.4873559474945068,0.06606300175189972,0.32740798592567444,-0.08956699818372726,0.9782270193099976,0.9652559757232666,0.9197220206260681,-0.126227006316185,-1.8070919513702393,-0.2131119966506958,-1.7818759679794312,0.5521169900894165,-0.8124939799308777,-1.1101160049438477,0.430976003408432,-0.2171259969472885,-1.2953649759292603,1.581969976425171,-0.8124290108680725,-1.9289950132369995,0.07791700214147568,-0.1482349932193756,0.8966190218925476,-1.0423990488052368,-1.0108259916305542,-1.0342880487442017,-1.155102014541626,0.8089230060577393,-1.37785005569458,0.5479660034179688,1.5016770362854004,-1.1253010034561157,-0.19760799407958984,-0.7440620064735413,-2.384953022003174,0.660519003868103,-0.14001299440860748,-0.324537992477417,1.1798650026321411,1.2713160514831543,0.48458200693130493,-0.6342470049858093,-1.3499159812927246,1.128909945487976,0.8930460214614868,0.9348689913749695,0.5883169770240784,-0.5592640042304993,-1.243541955947876,-0.6784870028495789,-1.148969054222107,-1.0884100198745728,2.2378830909729004,2.323359966278076,-0.6497849822044373,-0.1940069943666458,-0.7871549725532532,-0.9536740183830261,2.7113239765167236,2.851775884628296,1.021690011024475,-1.134842038154602,-1.2746620178222656,1.4442859888076782,0.7657009959220886,-1.2143419981002808,-0.4486809968948364,-1.71635103225708,-1.6625560522079468,2.2256970405578613,0.8221089839935303,-0.21953999996185303,-1.5580699443817139,0.5564420223236084,0.06771700084209442,1.334954023361206,-0.23458099365234375,1.5332599878311157,0.12984900176525116,-0.6048060059547424,-0.3163740038871765,-0.9314190149307251,1.1383299827575684,0.7752869725227356,0.2079789936542511,-0.6015250086784363,0.9009280204772949,2.153014898300171,1.3199230432510376,-1.158877968788147,1.541854977607727,0.1880040019750595,-0.7640129923820496,0.0041669998317956924,-1.048477053642273,-0.7175549864768982,-0.3654170036315918,0.8078489899635315,0.6001420021057129,0.4226120114326477,1.1648919582366943,0.7254049777984619,-1.2992099523544312,-1.319849967956543,-0.979049026966095,-0.9733520150184631,-0.7559369802474976,1.6099179983139038,-0.4727639853954315,-0.7509099841117859,0.4531039893627167,0.1045989990234375,1.0811519622802734,-0.8380780220031738,1.08331298828125,1.048416018486023,1.0457439422607422,1.044253945350647,1.0433650016784668,1.0487979650497437,2.0325050354003906,0.7837820053100586,-0.9656270146369934,-0.708899974822998,-0.8276190161705017,0.9071009755134583,0.35739898681640625,1.600229024887085,-0.7569130063056946,0.02229899913072586,-1.3429700136184692,-1.1108319759368896,2.651926040649414,-1.7504429817199707,-1.2624679803848267,0.1493770033121109,0.1764020025730133,0.5799909830093384,0.26349401473999023,-1.1102590560913086,-2.2056620121002197,0.9768339991569519,-1.0009620189666748,-1.0581870079040527,0.012911999598145485,-1.210055947303772,2.8050310611724854,1.9623470306396484,-0.1545100063085556,-0.18483799695968628,2.2548940181732178,-0.35354000329971313,0.02026199921965599,-0.5092329978942871,2.157409906387329,2.103698968887329,0.3161579966545105,-2.0974879264831543,-1.1279410123825073,-1.2342220544815063,0.9456629753112793,-1.647210955619812,-1.4977259635925293,1.183514952659607,1.4393889904022217,-0.2740519940853119,0.04226800054311752,0.8391109704971313,-0.03766600042581558,-0.1648149937391281,0.6780400276184082,-0.31898701190948486,0.47936001420021057,-1.1555730104446411,-1.0340609550476074,1.686110019683838,-0.7989699840545654,-0.7561389803886414,1.1496800184249878,-1.418956995010376,-1.2223910093307495,1.2074429988861084,2.555340051651001,0.936913013458252,-1.2603240013122559,-1.479580044746399,-1.89785897731781,1.5514949560165405,-0.002283999929204583,-0.8837980031967163,-0.21102100610733032,-0.20696599781513214,-0.26480600237846375,-0.3632420003414154,1.108199954032898,0.16980400681495667,-0.9299250245094299,-1.728646993637085,-0.6296690106391907,-0.6490650177001953,-0.08097799867391586,1.1191279888153076,0.3827190101146698,-1.3795160055160522,1.1594430208206177,-0.21000899374485016,-0.5308470129966736,-0.08433499932289124,0.9996510148048401,2.3113861083984375,0.7486690282821655,-0.4992460012435913,-0.8431360125541687,-0.5556489825248718,-0.6027309894561768,-1.654481053352356,-1.0168219804763794,-0.16445200145244598,-1.1775109767913818,-2.3916471004486084,-1.44828200340271,-1.3433899879455566,-0.07388199865818024,0.8273910284042358,-0.8785709738731384,-0.43439099192619324,0.03824099898338318,2.4244799613952637,-1.2955939769744873,-0.6471369862556458,-0.03304800018668175,1.9026919603347778,-1.383810043334961,2.5581650733947754,1.1448639631271362,0.24144800007343292,-1.2939000129699707,-0.4227370023727417,-0.4439089894294739,-0.06152699887752533,1.1706440448760986,1.9956129789352417,-0.8587849736213684,-0.9591439962387085,-0.9640349745750427,-0.49552398920059204,-0.13353900611400604,0.9433799982070923,0.9481350183486938,-0.29085901379585266,0.3412100076675415,0.307904988527298,-0.9352570176124573,-0.523082971572876,0.01005600020289421,-0.5342320203781128,0.6746159791946411,-1.0176399946212769,-0.5100399851799011,-0.7149659991264343,-1.8733750581741333,-0.01345099974423647,-0.29808199405670166,-1.1853009462356567,1.1031579971313477,-1.0052989721298218,0.6956290006637573,-0.7773609757423401,-1.0746079683303833,-1.091670036315918,-0.38648200035095215,0.5602449774742126,0.482897013425827,1.1296570301055908,0.7225340008735657,-0.6026399731636047,1.5021589994430542,1.4211000204086304,-0.39498400688171387,-0.4712960124015808,-1.1257109642028809,0.760828971862793,0.46229198575019836,1.0587769746780396,-0.8570020198822021,-0.6645579934120178,-0.7960500121116638,-1.217331051826477,1.4658160209655762,-1.593513011932373,1.2198870182037354,1.2453680038452148,-0.8679159879684448,-1.1349949836730957,-0.018539000302553177,-0.024460000917315483,-0.5730599761009216,-0.7277809977531433,-0.47370898723602295,1.295632004737854,-0.6996539831161499,0.9414129853248596,-2.034332036972046,1.0586220026016235,-1.6164250373840332,2.3609459400177,-0.8085780143737793,-0.9663439989089966,-1.0550709962844849,1.8486640453338623,-0.3081440031528473,-0.5313439965248108,-0.5240520238876343,-1.335777997970581,1.0006330013275146,-0.3469710052013397,1.0309499502182007,0.4871729910373688,1.5782400369644165,0.29176801443099976,1.0975639820098877,0.1055459976196289,-1.213276982307434,1.8369369506835938,-0.6159150004386902,-0.1891220062971115,0.8078770041465759,-0.9374740123748779,-1.3325239419937134,-0.28505998849868774,-0.4841490089893341,0.6160100102424622,-0.48279500007629395,-0.5043370127677917,0.9681860208511353,-1.4963250160217285,0.3940489888191223,-1.354632019996643,1.699563980102539,-0.45354801416397095,-0.606112003326416,-1.128182053565979,2.1945269107818604,-1.2414649724960327,-1.2689670324325562,-1.2994199991226196,0.6613669991493225,2.5281829833984375,-0.11014000326395035,-0.9374359846115112,0.659063994884491,-1.166159987449646,-0.1019740030169487,0.4614560008049011,0.22506999969482422,-0.43698498606681824,-0.48003798723220825,0.6072630286216736,0.6186429858207703,-0.6761620044708252,-1.0920950174331665,-1.7380520105361938,2.7890710830688477,-0.9383450150489807,-0.8639119863510132,0.20924299955368042,-0.51214599609375,1.8433929681777954,1.6931560039520264,0.10326399654150009,0.9762399792671204,0.17899799346923828,0.9530159831047058,-0.6811079978942871,-0.6893690228462219,-0.5936959981918335,0.15634900331497192,-0.6351280212402344,-0.97530198097229,-0.22879500687122345,1.9662020206451416,1.933987021446228,0.6588029861450195,1.9367289543151855,-0.3613010048866272,-0.7682449817657471,-0.7655379772186279,-0.3610459864139557,1.1376830339431763,-0.9298779964447021,-0.3334810137748718,-0.3957290053367615,0.4017690122127533,2.122812032699585,0.8571789860725403,0.3001660108566284,0.13274100422859192,0.648705005645752,-2.234153985977173,-2.1097259521484375,-1.0544129610061646,-1.0855480432510376,-1.2460700273513794,0.7348480224609375,0.7301480174064636,0.16274499893188477,0.1306149959564209,-2.4864580631256104,-0.39779698848724365,0.9793710112571716,0.9377319812774658,-1.9065250158309937,-0.9349809885025024,-1.9432059526443481,-1.252606987953186,2.0265660285949707,0.19026599824428558,-1.2800220251083374,-0.9956150054931641,-0.2833240032196045,1.4246079921722412,0.11261399835348129,0.1254419982433319,0.33381301164627075,-1.4257620573043823,-0.3384439945220947,-0.8110920190811157,-0.9002320170402527,-0.510981023311615,1.8268369436264038,0.3560520112514496,-0.6613960266113281,1.0963209867477417,-0.5184910297393799,-0.5207250118255615,1.196066975593567,1.142511010169983,-1.013975977897644,-1.7154890298843384,1.2371059656143188,0.7522690296173096,0.14887499809265137,-0.9955739974975586,-1.0036239624023438,0.3950270116329193,-0.6544730067253113,-0.5571029782295227,-1.0996650457382202,0.37334299087524414,2.8633270263671875,1.9484000205993652,0.19076700508594513,-0.5849900245666504,-0.7664809823036194,-0.7612959742546082,1.4661389589309692,0.42149001359939575,0.40063801407814026,0.03850499913096428,-0.42625299096107483,-0.8623499870300293,-0.7363089919090271,-0.8148379921913147,-0.0659170001745224,-1.1821939945220947,1.7942609786987305,1.0366220474243164,-0.9313259720802307,-0.2967100143432617,-0.9667969942092896,-0.9787359833717346,0.5683760046958923,1.218047022819519,0.7989510297775269,-0.4071959853172302,-0.93544602394104,1.31781804561615,0.4288960099220276,-0.6402819752693176,0.9119009971618652,-0.09062600135803223,0.1645510047674179,-0.835303008556366,-0.11420600116252899,-0.3031980097293854,2.340569019317627,0.13792599737644196,1.3977710008621216,-0.17580799758434296,0.7149450182914734,0.1981150060892105,-0.1371839940547943,-0.14902999997138977,-0.920333981513977,-0.5873900055885315,-2.4976160526275635,-2.451414108276367,0.5982940196990967,-0.06886599957942963,-0.16980700194835663,2.291429042816162,-1.2209219932556152,1.8886679410934448,1.8336809873580933,1.5191359519958496,1.4349499940872192,0.8512380123138428,-1.1723259687423706,2.0074689388275146,1.673017978668213,-0.9560220241546631,-0.24556399881839752,-0.24447299540042877,0.0837320014834404,0.24859599769115448,-0.9243190288543701,0.02557400055229664,0.9635639786720276,0.2643040120601654,-0.5998600125312805,-0.5050579905509949,-0.5647770166397095,-0.8586230278015137,0.1216759979724884,-1.0090399980545044,0.9252020120620728,0.8712080121040344,0.08768299967050552,-0.1625870019197464,-1.1752469539642334,2.4051759243011475,0.6090369820594788,-0.6483229994773865,0.9587590098381042,-0.330159991979599,1.856449007987976,-0.3596529960632324,0.3461909890174866,-0.4978249967098236,-1.2061870098114014,1.5445330142974854,0.7649449706077576,0.9392399787902832,0.9427769780158997,-0.6531350016593933,-1.5394740104675293,-0.15357600152492523,1.2624460458755493,-0.47367000579833984,-0.42672199010849,0.7752839922904968,0.7555729746818542,0.9306889772415161,-0.8978279829025269,2.367111921310425,-1.0439610481262207,-1.01031494140625,0.9038509726524353,1.7216869592666626,-0.7578819990158081,-1.2004539966583252,0.2156360000371933,-1.204442024230957,0.4089199900627136,0.22245900332927704,1.0491830110549927,-0.5221850275993347,-0.5186640024185181,-0.052971001714468,-0.5052800178527832,-1.2265069484710693,-0.4949679970741272,-0.7767230272293091,1.1458840370178223,-0.9053040146827698,1.2566989660263062,-0.5179460048675537,0.4044620096683502,-1.4497580528259277,-1.0079989433288574,-1.5829249620437622,0.7766370177268982,2.779097080230713,-0.10675399750471115,0.8532320261001587,-1.15910804271698,0.048448000103235245,2.1364290714263916,0.7320449948310852,2.243927001953125,0.0919089987874031,-0.6560620069503784,0.149384006857872,0.791903018951416,1.2424900531768799,2.62909197807312,1.2149310111999512,-0.5132960081100464,0.6432340145111084,2.373992919921875,2.6388049125671387,0.95865797996521,0.9253060221672058,-0.8307920098304749,-1.991500973701477,0.6077330112457275,-0.28775399923324585,-0.16500499844551086,-0.5339900255203247,2.2375171184539795,0.21527199447155,-0.9147639870643616,0.06973399966955185,-2.4955289363861084,0.6966559886932373,-0.8492550253868103,-1.094925045967102,0.32907500863075256,-0.9339079856872559,-1.2795690298080444,1.2091870307922363,-1.4613419771194458,-1.0098819732666016,-0.7536770105361938,1.9590810537338257,-0.06529899686574936,-1.982058048248291,1.1818430423736572,0.522845983505249,0.3065139949321747,0.8607779741287231,-2.243067979812622,-1.3196109533309937,0.27356600761413574,-0.968438982963562,-1.8230669498443604,0.9987620115280151,-1.1957290172576904,1.1775139570236206,1.2385410070419312,-0.4568380117416382,-1.180251955986023,-1.1385040283203125,1.806857943534851,0.33827000856399536,2.028917074203491,0.8243910074234009,-0.559315025806427,-1.1288249492645264,1.2633119821548462,1.184136986732483,0.7634469866752625,-1.0722800493240356,0.8963180184364319,-1.1038670539855957,-0.3325729966163635,2.5993800163269043,2.5046839714050293,0.07442999631166458,-0.9543780088424683,-1.484974980354309,-1.873005986213684,0.7059140205383301,0.009677000343799591,-0.8189820051193237,0.35294899344444275,-0.6092389822006226,-1.0500290393829346,-1.2051639556884766,0.354544997215271,0.33858001232147217,0.45431798696517944,0.7709890007972717,-0.5357699990272522,0.18032999336719513,0.8473970293998718,-1.1334229707717896,-1.0023460388183594,-1.2806700468063354,0.26712000370025635,0.5617070198059082,-1.3881189823150635,0.9609379768371582,0.2794019877910614,-1.1739469766616821,-0.7740539908409119,-0.5190340280532837,-1.094383955001831,1.3053799867630005,-0.9785850048065186,-1.1576160192489624,1.0317050218582153,1.0408910512924194,-0.31697800755500793,-1.3073279857635498,1.7370350360870361,-1.4233779907226562,2.160011053085327,2.4943020343780518,1.0293630361557007,0.9996359944343567,1.084223985671997,-0.19775600731372833,0.91874098777771,-0.5395560264587402,-0.5889869928359985,-0.620926022529602,0.84579998254776,-1.3273439407348633,-0.023409999907016754,1.734802007675171,1.3971179723739624,-0.9824090003967285,0.8412320017814636,2.0467190742492676,-0.7906259894371033,-0.5540919899940491,0.4014509916305542,1.1175179481506348,-1.7818050384521484,-0.9178979992866516,-0.15027199685573578,-0.13533799350261688,-1.2291250228881836,-1.2276229858398438,2.093909978866577,0.7963259816169739,0.3989439904689789,-0.9145969748497009,0.6395750045776367,-0.863910973072052,-0.5656870007514954,1.5168670415878296,0.617900013923645,0.4684680104255676,-0.42568299174308777,1.1927189826965332,0.2647710144519806,0.3581019937992096,1.7571510076522827,-0.34674400091171265,-1.3480290174484253,-1.043787956237793,0.6397320032119751,-0.1789119988679886,-0.2287759929895401,0.3662880063056946,-1.1320929527282715,0.4391700029373169,-1.428128957748413,0.45431798696517944,2.526160955429077,-0.4507899880409241,-0.8264369964599609,0.6723790168762207,1.0158389806747437,0.7219070196151733,-1.0707279443740845,1.1235439777374268,1.6727310419082642,0.7415220141410828,-0.06667999923229218,0.5908120274543762,0.36880698800086975,-2.4708309173583984,-0.18478399515151978,-0.47264501452445984,-0.2584800124168396,2.451630115509033,-1.2657749652862549,-1.2559740543365479,-0.4396589994430542,-0.2290000021457672,1.482954978942871,-0.8485829830169678,-0.889549970626831,2.0487139225006104,0.6846339702606201,0.686378002166748,0.6674500107765198,-0.36270201206207275,-0.8612509965896606,2.8812708854675293,2.7470550537109375,-1.13748300075531,-1.1341320276260376,-0.0034570000134408474,0.7865210175514221,-1.1002639532089233,-0.7399140000343323,-1.3954490423202515,-0.6609489917755127,0.46716201305389404,-0.18170300126075745,2.7835240364074707,2.7777099609375,-0.5788670182228088,-0.24640700221061707,1.1040760278701782,-0.841247022151947,-0.7478229999542236,0.17262199521064758,-0.5834100246429443,0.9033960103988647,-1.771535038948059,-1.7568659782409668,0.7538700103759766,-0.14095599949359894,0.5718969702720642,0.5706790089607239,-0.8950960040092468,-0.15871499478816986,-0.7546089887619019,-0.731827974319458,1.601006031036377,0.9598600268363953,1.1895250082015991,1.4184939861297607,1.7633440494537354,0.39287400245666504,2.079551935195923,-1.0210670232772827,-1.2896440029144287,-1.2776190042495728,-1.1102180480957031,1.4015389680862427,-0.9188249707221985,2.229918956756592,-0.36906498670578003,0.2273769974708557,0.9789819717407227,-0.016008999198675156,1.5153239965438843,2.436753988265991,0.5205690264701843,-0.6798499822616577,0.8425400257110596,-1.0784549713134766,1.4835139513015747,0.12031599879264832,2.512814998626709,0.279574990272522,-0.7976769804954529,-0.09519000351428986,0.531686007976532,-1.4197030067443848,-1.1357829570770264,-0.12318400293588638,-1.0207040309906006,-0.529600977897644,1.4372409582138062,1.4599299430847168,2.6283860206604004,-0.7445870041847229,-0.42427998781204224,-0.8847320079803467,1.11348295211792,-1.305999994277954,-2.070528030395508,-1.5095139741897583,0.9301570057868958,-0.8936610221862793,-0.8358049988746643,0.8834710121154785,-0.04879099875688553,-1.3270410299301147,0.9830489754676819,-1.3296120166778564,0.733178973197937,-0.22032800316810608,0.04910299926996231,-1.0438179969787598,-1.054260015487671,-0.12383099645376205,0.9230700135231018,0.02999499998986721,1.7095760107040405,-1.0892879962921143,1.159896969795227,-0.006359000224620104,1.2272289991378784,-1.1073960065841675,-1.2640689611434937,0.5200120210647583,0.9941689968109131,-0.9847279787063599,0.6609050035476685,1.250506043434143,-0.19926199316978455,1.3068469762802124,-1.7895560264587402,-0.7738630175590515,-1.3257299661636353,0.32630300521850586,0.4000769853591919,-1.2350900173187256,0.7523769736289978,0.526544988155365,-0.7994319796562195,0.49164900183677673,-0.7084370255470276,0.42564401030540466,-1.1463249921798706,0.07272999733686447,0.0939980000257492,1.571624994277954,1.0988149642944336,0.16767899692058563,-0.8293570280075073,-0.8693879842758179,-0.845687985420227,0.5260900259017944,-0.9972509741783142,-1.062703013420105,-0.9815220236778259,1.285256028175354,0.8308619856834412,0.8691890239715576,1.3791630268096924,0.6588019728660583,-0.7558659911155701,-1.315582036972046,2.2451419830322266,0.7763140201568604,-1.0704649686813354,0.5601320266723633,-0.8098289966583252,-2.4149649143218994,-2.328105926513672,0.6502919793128967,0.25550898909568787,-0.3730979859828949,0.7804719805717468,-0.6084740161895752,-0.3169800043106079,-0.9694129824638367,1.962664008140564,-0.6139789819717407,1.882323980331421,-0.9659219980239868,-0.33691900968551636,0.20099599659442902,-0.024397000670433044,0.46246299147605896,0.5147820115089417,0.9362220168113708,-1.837738037109375,1.1666580438613892,-1.2207460403442383,1.1901689767837524,1.8136800527572632,-0.8787739872932434,-0.0703829973936081,0.7299799919128418,2.1228179931640625,0.3931959867477417,1.0223489999771118,-0.4488529860973358,-1.1262760162353516,-1.1028000116348267,0.8551509976387024,0.38940200209617615,-2.265544891357422,0.5240809917449951,-1.5031739473342896,-1.0499509572982788,0.6130269765853882,-1.1799319982528687,0.04541600123047829,0.43764200806617737,1.9501169919967651,-1.2958070039749146,0.6961759924888611,0.10795299708843231,0.7327370047569275,0.17998799681663513,-0.04930499941110611,0.045609001070261,0.6787970066070557,1.3172030448913574,-0.441430002450943,-0.3101769983768463,-0.23213699460029602,-0.022866999730467796,-0.5357509851455688,-2.203437089920044,1.02006995677948,-0.4721989929676056,-0.5225329995155334,-0.5243890285491943,-0.7644799947738647,0.43746599555015564,1.4543650150299072,-2.4159090518951416,0.4659940004348755,-0.973347008228302,2.8004798889160156,-1.2226619720458984,0.9812139868736267,2.0914649963378906,-1.14314603805542,0.07056699693202972,-0.6158580183982849,-1.0751010179519653,-0.5170210003852844,-0.5679630041122437,-0.8743979930877686,-0.5256620049476624,1.1873290538787842,-0.9878330230712891,0.7269570231437683,0.764011025428772,-1.2889460325241089,0.4032619893550873,-1.0095620155334473,2.513292074203491,-2.385488986968994,1.2822550535202026,-0.5988389849662781,0.5842610001564026,0.5875120162963867,1.614806056022644,-0.5904729962348938,2.1373980045318604,0.08091399818658829,0.7038599848747253,-0.017750000581145287,-0.34345901012420654,-1.0190049409866333,0.04508399963378906,-0.7128890156745911,2.2301619052886963,-0.596697986125946,-0.5510039925575256,1.0789049863815308,-0.34491801261901855,0.5139039754867554,0.7250869870185852,-1.0028250217437744,-0.45720601081848145,-1.3064769506454468,1.2652610540390015,0.9321799874305725,1.8097000122070312,-0.6546090245246887,1.7782750129699707,-0.13089600205421448,-1.1988999843597412,1.7781260013580322,-0.6747000217437744,-0.21109800040721893,-0.1277109980583191,-1.1318119764328003,0.8177520036697388,-1.1523669958114624,-1.8435499668121338,-0.7482990026473999,0.5070819854736328,1.59722900390625,1.6280020475387573,0.4470269978046417,0.21898500621318817,0.6155200004577637,-0.03225700184702873,1.1993720531463623,-0.979761004447937,-0.564848005771637,0.8042839765548706,-1.038964033126831,0.5953099727630615,0.5743589997291565,-0.5717620253562927,1.551730990409851,-0.9195470213890076,-0.9498029947280884,0.9070979952812195,-1.4154599905014038,0.39917200803756714,-0.4353730082511902,-0.5365679860115051,2.6256089210510254,0.5165899991989136,-0.7486720085144043,2.6889870166778564,-1.1899800300598145,-1.1560059785842896,-1.630242943763733,-1.394029974937439,-0.22174499928951263,-1.170395016670227,-0.4248940050601959,-0.21583899855613708,0.7966449856758118,-1.2485350370407104,-1.1357090473175049,0.9611089825630188,-0.24640999734401703,0.7423480153083801,0.8149769902229309,-0.9723020195960999,-0.044927000999450684,0.07503300160169601,-0.5193179845809937,-0.5088390111923218,0.8073769807815552,-1.1752309799194336,-1.5872600078582764,-1.0146340131759644,1.046509027481079,-0.8616030216217041,-0.41168200969696045,-1.037762999534607,-0.40036800503730774,-1.4579739570617676,-1.1325329542160034,-1.1446720361709595,-0.3437879979610443,1.0766520500183105,-0.04635100066661835,-0.04988899827003479,0.11455900222063065,-0.6776180267333984,0.986191987991333,-1.2389349937438965,0.3901839852333069,-1.2858389616012573,-0.5299950242042542,0.22592900693416595,-1.1720459461212158,0.1435990035533905,1.298082947731018,0.7122939825057983,2.170197010040283,-0.34199801087379456,1.6981730461120605,-0.7521950006484985,-0.046156998723745346,-1.106153964996338,-1.2202990055084229,-0.22249600291252136,1.1077189445495605,-1.2671359777450562,-1.2816059589385986,0.1786320060491562,-1.0546389818191528,1.8618409633636475,0.5827640295028687,0.20893600583076477,-0.7433850169181824,0.8481600284576416,-0.968455970287323,-0.06261800229549408,-0.9201350212097168,-0.967619001865387,0.34341898560523987,1.298753023147583,-0.3360700011253357,-1.11000394821167,-0.3661249876022339,2.1669769287109375,0.0793289989233017,-1.3167760372161865,-1.1081169843673706,-0.12742599844932556,2.075171947479248,0.8272550106048584,-0.9489409923553467,0.15535299479961395,-0.8510980010032654,1.3448870182037354,-1.2104049921035767,-0.027713999152183533,0.8392230272293091,2.643294095993042,2.621514081954956,0.826786994934082,0.7534409761428833,0.5805780291557312,0.12341400235891342,1.2049360275268555,-0.5523759722709656,-1.4803160429000854,-1.1998690366744995,2.5890769958496094,0.4167250096797943,-0.7609279751777649,0.9472659826278687,-1.0454119443893433,-1.3383979797363281,1.0823129415512085,0.3368380069732666,-0.47824999690055847,1.2132610082626343,1.8051869869232178,-0.780834972858429,-0.7858499884605408,-1.315750002861023,-0.17821800708770752,-0.5584499835968018,-0.5373719930648804,-0.5227649807929993,0.6765900254249573,0.16890700161457062,-0.6413919925689697,-2.105560064315796,1.7812190055847168,-0.05764500051736832,0.9567059874534607,0.4753299951553345,-0.7611920237541199,0.06509900093078613,0.12283799797296524,-2.069000005722046,0.354979008436203,-0.9415630102157593,-0.2993299961090088,-0.602698028087616,-1.1034799814224243,1.9161969423294067,-1.2948110103607178,1.2476420402526855,0.9253770112991333,0.6603080034255981,-1.2537620067596436,-0.4891740083694458,0.08440099656581879,0.5100430250167847,0.7724249958992004,0.34578099846839905,-1.0662590265274048,1.0518920421600342,-1.0977330207824707,-0.5162540078163147,0.17036400735378265,0.9179990291595459,-0.461762011051178,-1.1920570135116577,-0.5725250244140625,-0.5695040225982666,-1.318411946296692,-1.367324948310852,0.14334699511528015,-0.31210100650787354,-0.016044000163674355,-0.4296630024909973,-1.820044994354248,0.36881500482559204,1.6280670166015625,-0.4528439939022064,-1.1526789665222168,0.827430009841919,1.6359050273895264,0.022678999230265617,0.2326660007238388,-1.3378750085830688,-0.9982759952545166,0.019456999376416206,0.560329020023346,-0.5948100090026855,-0.44995900988578796,-1.6051039695739746,-0.003469000104814768,0.5217000246047974,-1.0598729848861694,-1.0200350284576416,1.5608669519424438,1.2498430013656616,-0.08219099789857864,-1.2810319662094116,0.9590479731559753,-1.045164942741394,2.1837921142578125,0.6726909875869751,-0.4606249928474426,-0.21383999288082123,1.229701042175293,1.0317820310592651,1.8566360473632812,-0.8947280049324036,-1.0531790256500244,1.0762180089950562,1.1281739473342896,0.17253099381923676,-0.6953449845314026,-0.7334269881248474,-1.6001919507980347,-2.4437100887298584,-0.8602439761161804,-0.012644999660551548,-0.2755500078201294,-1.0470050573349,0.7580980062484741,0.772612988948822,0.8539509773254395,0.17350299656391144,0.6899330019950867,-0.8260489702224731,-0.37846100330352783,-1.0229949951171875,-0.9189450144767761,1.3162150382995605,0.24230599403381348,0.7478520274162292,-1.3152120113372803,0.4124029874801636,-2.0443789958953857,0.3622249960899353,-0.6174619793891907,0.3028160035610199,0.7826129794120789,2.111968994140625,2.16538405418396,1.294600009918213,0.17981000244617462,0.5288689732551575,-1.097161054611206,-0.8286740183830261,-0.21600300073623657,1.7396810054779053,-0.23644700646400452,-1.1446000337600708,-1.2028659582138062,0.2584080100059509,-1.80458402633667,-2.0286450386047363,1.0606329441070557,-0.07891999930143356,-0.0854019969701767,-0.7421389818191528,-0.07006599754095078,-0.2996329963207245,1.1023199558258057,1.1390039920806885,-1.7337299585342407,1.18913996219635,-1.2005690336227417,0.6260089874267578,2.0256950855255127,0.09473299980163574,0.06071700155735016,-1.2793740034103394,-1.1756000518798828,-0.3905789852142334,1.172003984451294,0.49254199862480164,-0.7816590070724487,0.07774200290441513,0.2425609976053238,0.5344470143318176,0.1770170032978058,-1.383486032485962,0.691586971282959,0.6623589992523193,1.68585205078125,1.3728660345077515,0.6331530213356018,-1.2769819498062134,1.3838499784469604,-1.0620909929275513,0.42608699202537537,-1.001052975654602,-2.499135971069336,0.6383500099182129,-0.7792530059814453,0.512910008430481,0.11873999983072281,1.0417530536651611,1.1501530408859253,-1.9322199821472168,-1.0322719812393188,-0.18267500400543213,1.114408016204834,-0.3410260081291199,-0.3158920109272003,-0.6213150024414062,1.836549997329712,-1.3152110576629639,-1.529446005821228,-0.5856599807739258,0.6269069910049438,1.005676031112671,0.7480419874191284,2.1368699073791504,-0.27675899863243103,-1.279310941696167,0.5119959712028503,-0.9939889907836914,-0.9633610248565674,1.0195369720458984,1.2677439451217651,-0.6498680114746094,-0.9061430096626282,0.7319809794425964,0.7368929982185364,2.3185670375823975,1.9623490571975708,-0.254956990480423,1.129330039024353,2.5050699710845947,-0.7781649827957153,-0.2217019945383072,0.6159589886665344,-1.1782989501953125,-0.05859399959445,-0.6727269887924194,-1.1171879768371582,1.821997046470642,-0.7808030247688293,-1.0314899682998657,-1.1961489915847778,1.0641030073165894,-0.8543319702148438,1.2775009870529175,-0.7650700211524963,0.20342400670051575,-0.680105984210968,-1.0863399505615234,-1.9596290588378906,-0.5469509959220886,2.6975080966949463,-0.17395000159740448,-1.3242499828338623,2.630810022354126,0.7292870283126831,2.8320770263671875,1.14900803565979,1.6773170232772827,0.7778530120849609,-0.0722770020365715,-0.5010219812393188,0.1321980059146881,0.2888619899749756,-0.14626799523830414,-0.7794589996337891,1.4790979623794556,1.7511889934539795,2.040070056915283,2.804516077041626,-0.7907869815826416,-0.6992250084877014,0.5885699987411499,-1.176872968673706,0.1406410038471222,-0.4437260031700134,-0.9652550220489502,-1.3295530080795288,-0.5420359969139099,-0.6534900069236755,-1.2229030132293701,-0.8510950207710266,2.0485379695892334,-0.9219340085983276,-1.1166839599609375,-0.9619479775428772,-1.2387210130691528,-1.2243950366973877,1.524237036705017,-1.7725939750671387,-1.115211009979248,1.552685022354126,-0.9608910083770752,2.664400100708008,0.9742699861526489,-0.9167410135269165,1.0540339946746826,0.6665070056915283,0.8886849880218506,0.8167809844017029,-1.7324190139770508,0.5294240117073059,0.49030399322509766,1.4133869409561157,-0.3754729926586151,-0.6798400282859802,2.1270179748535156,0.15715500712394714,0.5623250007629395,1.4930499792099,0.6214410066604614,-0.08771400153636932,1.035560965538025,-1.8665310144424438,0.7906100153923035,1.0050510168075562,-1.2072030305862427,0.4768790006637573,-0.7164270281791687,1.058624029159546,0.2355390042066574,-0.1358889937400818,-0.850417971611023,2.0484390258789062,1.2753230333328247,1.2691500186920166,1.965034008026123,0.5706110000610352,-1.2804880142211914,-0.8304280042648315,0.576545000076294,0.21514500677585602,0.5918340086936951,-0.9016939997673035,0.5809080004692078,0.0067980000749230385,-0.4429759979248047,-1.2304539680480957,-1.0534770488739014,0.23744000494480133,0.3376710116863251,0.8592939972877502,0.32749301195144653,-1.0665940046310425,0.5746039748191833,0.40537500381469727,2.8282320499420166,0.6616340279579163,-1.2340749502182007,1.2683809995651245,-1.1586300134658813,-0.7618719935417175,1.7909090518951416,-1.1548540592193604,-1.999480962753296,-1.137768030166626,0.22540299594402313,2.359631061553955,-0.4432930052280426,1.195986032485962,-0.2809300124645233,0.03545499965548515,0.01292600017040968,-1.3118419647216797,-1.6082760095596313,-0.38359498977661133,-0.16685199737548828,0.7967150211334229,-0.7374569773674011,1.0630090236663818,-1.0389200448989868,1.2061469554901123,-1.320736050605774,0.7431700229644775,2.379610061645508,2.4247360229492188,1.7882479429244995,-0.6714800000190735,-1.3292570114135742,0.09732799977064133,0.3316960036754608,-1.315582036972046,2.249389886856079,0.2317429929971695,0.9922829866409302,1.0750750303268433,-0.6363440155982971,1.219411015510559,-0.28335699439048767,-1.021841049194336,-0.5464900135993958,-0.5617679953575134,0.5073710083961487,0.39454299211502075,1.200307011604309,-0.20189900696277618,0.8929970264434814,-1.2000370025634766,-1.0564500093460083,-1.1933820247650146,0.8862940073013306,-2.4502360820770264,0.8021519780158997,0.18561699986457825,0.5130730271339417,-2.323071002960205,-0.08023200184106827,-0.9433310031890869,1.0416970252990723,-0.3585579991340637,0.1018809974193573,1.2430169582366943,2.7310080528259277,1.8784480094909668,-1.1259369850158691,0.5779510140419006,2.0382189750671387,-0.2513220012187958,-0.3130260109901428,-0.2573849856853485,-1.2268680334091187,-0.5257499814033508,-0.48234298825263977,0.3309760093688965,-0.32706499099731445,0.3453510105609894,-0.7215690016746521,2.2778549194335938,-0.979220986366272,0.4917069971561432,-1.0228149890899658,-1.0079269409179688,0.2759459912776947,1.1787279844284058,-1.6480660438537598,1.1859129667282104,-1.3426610231399536,-0.34863001108169556,-1.4947450160980225,2.0567378997802734,2.05786395072937,-1.1890419721603394,-1.3231899738311768,-1.2355289459228516,0.5139409899711609,0.5577160120010376,-1.0812050104141235,0.18439100682735443,2.5987401008605957,0.45900699496269226,-1.53023099899292,-0.6098880171775818,-0.20811499655246735,1.5407569408416748,0.8565539717674255,-0.10484299808740616,1.033539056777954,0.5774610042572021,-0.9161829948425293,-0.9333130121231079,-1.020779013633728,-0.8640249967575073,1.3969910144805908,0.9827389717102051,-1.759788990020752,-0.5135260224342346,-1.1123239994049072,-0.42381399869918823,-1.2338260412216187,0.20975999534130096,-0.567916989326477,0.653357982635498,0.4753180146217346,0.8304229974746704,-0.007400999777019024,0.8112069964408875,0.0964680016040802,2.2185211181640625,2.233215093612671,0.7778649926185608,-0.8446810245513916,0.9123020172119141,-0.9628239870071411,-0.8675990104675293,0.7625190019607544,-1.2176200151443481,-0.1557680070400238,1.7858279943466187,-0.9084069728851318,0.7910270094871521,-0.8223040103912354,0.9296420216560364,0.5830749869346619,1.0695099830627441,-1.476241946220398,-0.7341769933700562,-0.3466779887676239,2.251983880996704,1.7872140407562256,-0.8245300054550171,-0.22297100722789764,-0.8344339728355408,1.6192270517349243,1.4632699489593506,-0.4454500079154968,-1.0472990274429321,0.9599859714508057,0.597428023815155,-0.7193179726600647,0.909824013710022,0.7236319780349731,2.0166471004486084,-1.1700819730758667,0.5267059803009033,0.4409080147743225,-1.7672690153121948,0.8725630044937134,-0.06626000255346298,0.8469489812850952,-1.2513940334320068,-1.8189280033111572,-0.8272889852523804,1.0246959924697876,-0.6249390244483948,-1.149780035018921,-0.4560549855232239,-1.5290210247039795,-1.8036420345306396,2.221405029296875,1.0976550579071045,1.1270020008087158,0.6414790153503418,0.8900790214538574,0.8190839886665344,-0.6980819702148438,-1.8856960535049438,-0.6250619888305664,-1.0443240404129028,-0.9364579916000366,-1.1343270540237427,-1.3049010038375854,0.30195000767707825,-0.9199119806289673,-1.3221629858016968,0.6046270132064819,-1.143447995185852,-1.1540069580078125,-0.004106000065803528,0.5590360164642334,0.5319560170173645,-0.7205489873886108,-1.314998984336853,-1.1217010021209717,0.27466800808906555,-0.39178401231765747,-2.2406890392303467,1.2367709875106812,1.322479009628296,0.6776760220527649,-1.3195730447769165,-0.7205219864845276,-0.5251160264015198,-0.7823699712753296,0.21652500331401825,0.2649959921836853,-0.7526000142097473,0.8263840079307556,1.170456051826477,-0.9500809907913208,1.347951054573059,-1.2607159614562988,-0.9406890273094177,1.1187289953231812,-0.7436550259590149,-0.721081018447876,-1.2169729471206665,-0.649511992931366,-0.49060699343681335,-1.2339240312576294,0.6968399882316589,-1.133072018623352,-0.5031610131263733,1.1924370527267456,1.9735009670257568,-1.1059750318527222,-0.3043859899044037,-0.052925001829862595,-0.11568800359964371,0.32264700531959534,-0.9345059990882874,-1.138754963874817,2.6557939052581787,0.09271900355815887,-0.07529100030660629,-0.054249998182058334,-0.8548769950866699,-1.8618049621582031,-1.293634057044983,-0.6553500294685364,1.200842022895813,2.6856420040130615,2.668771982192993,1.3406139612197876,-0.9857839941978455,0.311616986989975,1.1417080163955688,1.1167140007019043,1.2823070287704468,-1.6746829748153687,-0.691012978553772,-2.1692349910736084,0.6125010251998901,2.745232105255127,0.6988229751586914,1.194998025894165,-0.22380100190639496,-0.2249619960784912,-0.8403940200805664,-0.7793880105018616,-0.32201001048088074,-1.2042089700698853,-0.7147809863090515,1.582082986831665,-1.358157992362976,-1.3899359703063965,1.2682700157165527,1.4348750114440918,-1.3668450117111206,-0.7813900113105774,-0.5137360095977783,-0.40167298913002014,-1.2143499851226807,0.8142930269241333,0.8063840270042419,-2.213654041290283,0.5705959796905518,-0.5856850147247314,-1.4429600238800049,0.7281889915466309,-0.38160499930381775,1.2133179903030396,0.9484530091285706,-0.8889819979667664,-0.7329440116882324,2.5776419639587402,-1.15788996219635,-0.3922809958457947,-1.106788992881775,-0.28672999143600464,-1.1155840158462524,2.66094708442688,1.3044240474700928,-0.33547499775886536,-0.800387978553772,-0.8045840263366699,-0.7319790124893188,0.9174339771270752,2.205673933029175,-0.11346299946308136,-1.3484020233154297,-1.3224329948425293,1.2410119771957397,0.2385299950838089,2.1915130615234375,-0.5685619711875916,-1.254852056503296,-1.6667729616165161,0.6673970222473145,0.6584680080413818,0.64615797996521,0.03182600066065788,-0.828669011592865,-2.333935022354126,2.394439935684204,0.7594169974327087,0.5837460160255432,-0.3457050025463104,0.2271610051393509,0.7629600167274475,0.4789060056209564,-0.8822529911994934,-0.6112350225448608,1.9159239530563354,2.076862096786499,0.8956180214881897,0.9165499806404114,0.9221190214157104,-0.917818009853363,-0.21690499782562256,-1.6528780460357666,1.1795430183410645,-1.2149360179901123,0.4999159872531891,1.132822036743164,0.022281000390648842,0.9250199794769287,1.109055995941162,-1.2197099924087524,-0.7277569770812988,-0.61074298620224,-0.15502099692821503,0.31926700472831726,1.9260369539260864,-1.666321039199829,-0.9795070290565491,-0.9115009903907776,0.4071640074253082,0.4056670069694519,-1.139704942703247,-1.1428940296173096,-0.6810899972915649,-0.8296359777450562,-1.4718810319900513,-0.6982300281524658,-0.9372100234031677,-1.1775939464569092,-1.1638699769973755,1.9707740545272827,1.9161419868469238,-0.1861719936132431,0.5095900297164917,-0.5692399740219116,0.40388599038124084,-1.2674399614334106,-2.415587902069092,0.8287960290908813,-1.2535840272903442,-0.3647170066833496,-1.1518969535827637,0.9946669936180115,2.3310930728912354,-1.3126640319824219,-0.6341840028762817,-1.0576720237731934,-0.541234016418457,0.09814999997615814,-1.1234689950942993,-1.1881510019302368,-1.195523977279663,-0.10475900024175644,2.128814935684204,-2.4997711181640625,-0.4706610143184662,-1.855191946029663,0.27026599645614624,-0.5531039834022522,-1.7189480066299438,-0.4206779897212982,-1.6641080379486084,-1.7674100399017334,2.892993927001953,-1.036133050918579,0.974032998085022,0.8850169777870178,-0.8925430178642273,-0.0972059965133667,0.31147500872612,0.01823499985039234,1.0238929986953735,-0.762444019317627,-1.2525899410247803,-0.2520669996738434,2.4355030059814453,1.0006279945373535,-0.4005430042743683,1.791651964187622,0.05515899881720543,-0.5315110087394714,-0.3005169928073883,-0.7710959911346436,-0.9341089725494385,-0.5451200008392334,0.8286510109901428,-1.1914479732513428,-1.0423870086669922,-0.43799498677253723,-1.007099986076355,0.4943850040435791,-0.21787799894809723,-1.5899310111999512,-0.09852699935436249,-1.0256839990615845,1.0955040454864502,0.17487399280071259,-0.6221619844436646,0.11018399894237518,0.9527590274810791,0.9467769861221313,1.0194849967956543,0.9565280079841614,1.203650951385498,0.7990379929542542,-0.6528270244598389,-1.8990939855575562,0.021933000534772873,0.6518930196762085,-0.06901499629020691,-1.084257960319519,2.189734935760498,-1.5032429695129395,-0.9798319935798645,-1.213634967803955,-1.2419970035552979,0.449660986661911,-1.3767039775848389,0.56113201379776,-0.8530769944190979,-0.05100899934768677,-0.9212920069694519,0.17545799911022186,0.5807300209999084,0.0038850000128149986,-1.9689639806747437,-2.0536038875579834,-0.5198670029640198,-0.5160040259361267,-1.039950966835022,1.53125,0.9341959953308105,1.0762170553207397,0.8148850202560425,-0.8990359902381897,-1.1106990575790405,-0.34125399589538574,-0.9219470024108887,-0.23193100094795227,-1.6108529567718506,-1.3375229835510254,-0.9995480179786682,-1.2897969484329224,-1.6301300525665283,-2.0524749755859375,0.49583399295806885,0.4976159930229187,0.8604829907417297,-2.2150440216064453,-0.00012199999764561653,0.9109029769897461,1.9991660118103027,1.2172479629516602,-0.921006977558136,-1.49727201461792,-1.9960989952087402,-0.3292889893054962,-0.7718960046768188,-0.6522179841995239,2.0389630794525146,-1.0137989521026611,1.173064947128296,0.04346200078725815,-0.2502020001411438,-1.2010020017623901,0.9674429893493652,-0.4969939887523651,-1.870455026626587,-0.9451590180397034,-0.8759289979934692,-0.6328830122947693,-1.0866219997406006,-1.0650219917297363,0.9204930067062378,-1.055459976196289,-0.8561499714851379,0.5700629949569702,-0.5539079904556274,-0.9769870042800903,-0.16299399733543396,-1.3107459545135498,2.5912699699401855,-0.40814998745918274,0.05045200139284134,2.164520025253296,1.0045989751815796,-0.6743350028991699,-1.327666997909546,2.487291097640991,0.11546900123357773,0.5903779864311218,-0.9659500122070312,0.7668610215187073,-0.9140239953994751,0.9403359889984131,-1.4056780338287354,-0.6474239826202393,0.36990299820899963,0.9617369771003723,-0.42110100388526917,0.9364690184593201,-1.1089099645614624,0.5335639715194702,-0.3816260099411011,-0.9489730000495911,-1.736915946006775,-0.5322189927101135,-1.9712519645690918,0.16985900700092316,0.9716989994049072,-0.8570550084114075,-0.8035799860954285,-0.5435889959335327,-0.024303000420331955,-1.3289270401000977,-1.0442850589752197,-2.4458351135253906,0.893576979637146,-1.1783180236816406,-0.3016510009765625,0.8246840238571167,-0.8962410092353821,-0.6600260138511658,0.08366899937391281,0.5653200149536133,-1.2516920566558838,-1.7993069887161255,0.36023300886154175,1.4459229707717896,-0.6725630164146423,0.44353601336479187,-1.2171390056610107,-1.0009000301361084,0.6517369747161865,-0.3254980146884918,1.1497780084609985,-0.11034300178289413,1.5146909952163696,0.5352450013160706,0.5556780099868774,0.06672699749469757,0.9067080020904541,1.1640080213546753,1.1919070482254028,-1.248669981956482,-1.0865269899368286,-0.12423299998044968,0.20538300275802612,0.5258679986000061,-1.3019189834594727,-0.2526499927043915,2.600466012954712,0.6306890249252319,1.0692590475082397,-1.1661800146102905,-0.035333000123500824,1.5525000095367432,2.297924041748047,-0.8137339949607849,-1.1783820390701294,0.7124750018119812,-1.2555389404296875,-1.2218780517578125,-0.25122201442718506,-1.284369945526123,0.45708900690078735,-0.9867280125617981,-0.1955229938030243,1.3558039665222168,1.0491820573806763,1.2719420194625854,-0.47178900241851807,-0.49213099479675293,-0.4318529963493347,-0.6602330207824707,2.151550054550171,-0.7699390053749084,1.4508509635925293,0.08734700083732605,1.0445020198822021,-1.523527979850769,-1.1938380002975464,-0.7975479960441589,0.5254970192909241,2.575216054916382,-0.7855169773101807,-0.8504970073699951,-1.7475249767303467,-0.4973909854888916,-1.2015800476074219,-0.15734800696372986,1.1244800090789795,-0.6917589902877808,0.26092401146888733,1.837291955947876,-0.4644170105457306,1.0454360246658325,1.0668359994888306,0.971418023109436,2.548322916030884,-1.8667759895324707,-0.7923870086669922,-0.4228590130805969,-0.2983889877796173,-0.30772799253463745,-2.329164981842041,-2.3305981159210205,0.5253009796142578,-0.8369939923286438,-1.1249079704284668,-0.04338600113987923,-0.3632600009441376,-0.09432200342416763,0.5779569745063782,-0.16075199842453003,-1.306758999824524,0.9102370142936707,-0.960877001285553,0.6718050241470337,0.7109339833259583,-0.7921029925346375,0.9133740067481995,0.12892499566078186,0.2720640003681183,0.22543500363826752,-0.5170810222625732,0.02536799944937229,-0.5880209803581238,0.863103985786438,-1.0907440185546875,-0.8824620246887207,-1.6756969690322876,-1.4764540195465088,0.8873140215873718,0.6620069742202759,1.8800280094146729,0.028237000107765198,0.037728000432252884,-0.1016789972782135,-0.09969300031661987,-0.8919270038604736,1.3379460573196411,-1.3963290452957153,-1.4072719812393188,-0.6453740000724792,-0.11365800350904465,-0.059891000390052795,0.9908480048179626,-0.17859600484371185,-0.3058609962463379,2.2949419021606445,-0.44454899430274963,1.363165020942688,0.6099600195884705,-0.4992290139198303,0.9402940273284912,-0.6220009922981262,1.623391032218933,-1.0992100238800049,-1.0631550550460815,0.6530860066413879,0.32030200958251953,0.6290889978408813,-1.3222049474716187,0.4383929967880249,-0.5131369829177856,0.21074999868869781,1.6127129793167114,0.8822330236434937,0.25318899750709534,0.9114009737968445,-1.1948939561843872,2.8544669151306152,-0.8658419847488403,0.4027009904384613,0.4726499915122986,1.7237019538879395,-1.374919056892395,1.2663880586624146,2.0516409873962402,-0.3271619975566864,1.3328319787979126,0.8000059723854065,0.10367999970912933,-2.4492030143737793,-0.9127349853515625,-1.0742919445037842,1.056615948677063,0.8091920018196106,0.8118680119514465,-0.6735090017318726,-1.1980500221252441,0.11864200234413147,-1.112676978111267,0.2098429948091507,1.9848229885101318,1.2587720155715942,0.4095659852027893,1.008653998374939,1.0249489545822144,1.02423095703125,-1.0405809879302979,0.8235139846801758,1.815883994102478,-0.06342700123786926,-0.5826849937438965,-1.0241010189056396,1.8351049423217773,0.7014260292053223,0.7134979963302612,-0.565401017665863,-1.5540269613265991,-1.761260986328125,-0.07519900053739548,2.156191110610962,-0.08268599957227707,1.0736550092697144,1.4607670307159424,-0.053467001765966415,1.3548959493637085,2.124016046524048,-0.07272899895906448,-0.4466269910335541,0.07767800241708755,0.6095010042190552,0.05422599986195564,0.055629998445510864,0.4535219967365265,-1.3268049955368042,-0.9303590059280396,-0.3501720130443573,-0.7448779940605164,0.9820719957351685,1.3249210119247437,-0.6096320152282715,-0.3984749913215637,1.6902400255203247,2.7888340950012207,0.3201650083065033,2.2602078914642334,1.9472930431365967,-0.6665099859237671,0.3331829905509949,-0.08425299823284149,0.8813570141792297,1.4429429769515991,-2.1323471069335938,-2.032409906387329,0.3730500042438507,-1.7278399467468262,0.8439260125160217,-1.2291179895401,-0.9383620023727417,-0.3919999897480011,-0.570451021194458,0.3594050109386444,1.5674149990081787,-0.5741729736328125,0.4584369957447052,-0.32534000277519226,2.1028389930725098,0.033737000077962875,-0.5653679966926575,-0.8983659744262695,0.4758729934692383,1.1130939722061157,-1.403663992881775,-1.2118819952011108,1.0614049434661865,-0.9253249764442444,-0.5664910078048706,0.8016229867935181,-0.22686399519443512,0.9917449951171875,-0.5360209941864014,-0.9522110223770142,-1.291538953781128,-1.9087779521942139,-0.09512300044298172,-1.2364200353622437,-1.2041820287704468,0.6717749834060669,-0.2380629926919937,0.14104999601840973,-0.28835299611091614,-1.3142249584197998,-0.6846089959144592,0.2644129991531372,0.774948000907898,2.146428108215332,-0.48411300778388977,-1.012734055519104,1.1900919675827026,-1.0609099864959717,-0.13878799974918365,-1.220160961151123,1.0149719715118408,-0.9968900084495544,-1.1825710535049438,-0.0029070000164210796,-0.23956499993801117,1.0318150520324707,1.0277400016784668,-0.5449619889259338,-1.1259100437164307,-0.7467640042304993,-1.302657961845398,-0.7920910120010376,-0.03128800168633461,1.0672310590744019,1.1320159435272217,1.1316540241241455,0.8332669734954834,0.9885900020599365,0.9917600154876709,-0.020607000216841698,-2.407655954360962,1.0114690065383911,-0.04933299869298935,0.9100499749183655,1.8914920091629028,1.3584450483322144,-0.15912799537181854,-0.938094973564148,1.0219589471817017,-1.6469080448150635,-1.0255850553512573,-0.9234539866447449,0.12028100341558456,-0.9481689929962158,0.026041999459266663,2.2875421047210693,0.9281960129737854,0.22989800572395325,0.8994699716567993,2.2645909786224365,0.6670380234718323,0.5296480059623718,-1.6700290441513062,2.058903932571411,-1.6595230102539062,-0.3760850131511688,0.98294997215271,2.170474052429199,2.2315731048583984,0.8010280132293701,-0.9635930061340332,-0.07604999840259552,-1.152398943901062,-1.1517499685287476,-0.1402290016412735,-1.0559229850769043,0.2651199996471405,-0.7617719769477844,1.1821529865264893,1.8870350122451782,-0.2274170070886612,-0.23336000740528107,0.43296098709106445,-1.2402570247650146,0.9063979983329773,-0.7906569838523865,-0.16872599720954895,-1.352728009223938,0.264849990606308,-1.4625190496444702,0.403003990650177,1.2213059663772583,-0.8891869783401489,-1.2972639799118042,1.4821619987487793,-0.2569960057735443,-0.24274900555610657,0.8608610033988953,-0.21733400225639343,0.16204200685024261,1.5017640590667725,-0.07234299927949905,1.2757899761199951,0.026871999725699425,0.12461800128221512,-0.5933459997177124,-0.29442599415779114,1.8859020471572876,2.486298084259033,-1.144806981086731,1.8821840286254883,2.000549077987671,2.250080108642578,-0.9821959733963013,0.9833009839057922,0.6899769902229309,1.6228450536727905,2.6811749935150146,1.2239689826965332,0.9284030199050903,0.9061179757118225,1.8779410123825073,0.5387880206108093,-2.18955397605896,-2.3488080501556396,-1.2250980138778687,0.33883899450302124,-0.7673130035400391,-0.44497498869895935,0.01583399996161461,-1.0520009994506836,0.822953999042511,-0.48799100518226624,-0.4216580092906952,0.6342939734458923,0.6784729957580566,-0.8003569841384888,-0.8446149826049805,-2.250133991241455,1.2631820440292358,-1.014022946357727,2.0695650577545166,-1.3109569549560547,0.1718290001153946,2.534421920776367,0.20361299812793732,1.2320560216903687,0.09965799748897552,-0.0568699985742569,-0.08478400111198425,-0.9560790061950684,0.6671000123023987,-0.968392014503479,2.756891965866089,-1.1668779850006104,1.13618004322052,1.2024409770965576,-0.7743989825248718,0.21591000258922577,0.4073689877986908,0.34964001178741455,-0.700357973575592,-0.2719169855117798,-0.2510420083999634,-0.7073779702186584,-0.7965160012245178,0.7396960258483887,-0.7486720085144043,0.9570379853248596,0.9547010064125061,0.8200590014457703,0.052306000143289566,-0.048298999667167664,-0.9091500043869019,-1.837967038154602,-0.800661027431488,-0.9892950057983398,-0.9393889904022217,-0.5362730026245117,1.1799850463867188,-1.3283050060272217,-0.37716901302337646,0.44007501006126404,2.020915985107422,0.48916101455688477,0.49869298934936523,-1.4964590072631836,0.006635999772697687,-0.7533550262451172,-0.8479080200195312,1.1904770135879517,-0.7274640202522278,0.2645080089569092,-0.5755919814109802,-0.9862369894981384,-0.9967820048332214,0.4834139943122864,-0.5125200152397156,0.957735002040863,1.0920929908752441,2.5400009155273438,-1.322680950164795,-1.3306859731674194,-0.10423599928617477,-0.07709699869155884,-0.6656129956245422,-0.22558000683784485,-0.4807150065898895,2.02435302734375,1.1270740032196045,1.7544100284576416,0.6377670168876648,1.885741949081421,0.2395869940519333,-0.5465070009231567,-0.8316529989242554,2.294403076171875,-2.1146581172943115,0.5267019867897034,1.6399999856948853,-0.07126600295305252,0.938156008720398,1.810696005821228,-0.02989399991929531,-0.12179099768400192,0.9560970067977905,-1.11354398727417,-0.4178769886493683,-1.2694129943847656,-1.3503819704055786,1.9471310377120972,-1.2026220560073853,-0.16879700124263763,0.8143770098686218,-1.0450119972229004,2.4517130851745605,-0.5567470192909241,0.8323230147361755,-1.221750020980835,1.5624849796295166,0.8257319927215576,0.796576976776123,-0.7575929760932922,2.2002720832824707,2.6322710514068604,1.1614609956741333,-1.1580920219421387,0.9872109889984131,-0.6403290033340454,0.14963200688362122,1.5749200582504272,0.3630389869213104,-0.8903710246086121,0.0403669998049736,1.6569279432296753,-0.08630099892616272,0.4292910099029541,-0.8211749792098999,0.7297040224075317,-2.173064947128296,-1.168916940689087,-0.4825330078601837,-0.9700599908828735,-1.0620750188827515,-0.3494029939174652,0.19535799324512482,0.12878400087356567,-2.2972240447998047,1.1232130527496338,0.113086998462677,-1.1109139919281006,0.15531599521636963,0.7408750057220459,1.4172090291976929,-0.7257540225982666,1.7533589601516724,-1.1108249425888062,-0.4575119912624359,-1.2003870010375977,0.9328870177268982,0.9526749849319458,-0.3421800136566162,1.8719940185546875,0.8741909861564636,0.844573974609375,0.37912800908088684,0.2579349875450134,1.3593989610671997,1.3597029447555542,-0.8704900145530701,0.12813100218772888,-0.984387993812561,0.9967330098152161,-0.18421900272369385,2.8068931102752686,2.7562479972839355,-1.2676869630813599,0.5687220096588135,1.0479899644851685,1.0471830368041992,0.053426001220941544,-0.9004110097885132,0.13959400355815887,1.7147749662399292,1.4076390266418457,-0.09600000083446503,-0.12503699958324432,-1.2796289920806885,1.842635989189148,-2.1741790771484375,1.0935590267181396,-0.9715690016746521,-0.5898730158805847,0.49303799867630005,-0.7762979865074158,0.4833039939403534,-1.701843023300171,0.5699790120124817,-0.46108800172805786,-0.7131189703941345,-0.7567999958992004,-1.2007369995117188,1.2386850118637085,0.8358759880065918,0.33707401156425476,0.9538879990577698,-0.09295099973678589,1.6127320528030396,-0.928409993648529,-0.4603149890899658,0.6199809908866882,1.052090048789978,-0.4180870056152344,-1.2416130304336548,-0.8187860250473022,2.6129260063171387,-0.7786499857902527,-0.9447919726371765,-1.4287259578704834,-1.3549070358276367,1.046085000038147,-1.225404977798462,-1.2174429893493652,-0.5952150225639343,-0.6921960115432739,-0.37126898765563965,-0.3385069966316223,-0.1894720047712326,-1.6282119750976562,-1.1602760553359985,-0.9890329837799072,-0.4546610116958618,1.0323309898376465,1.2293349504470825,-0.5452790260314941,-0.7277209758758545,0.5104550123214722,1.2288360595703125,0.7102760076522827,-0.9485880136489868,-1.2516050338745117,-0.9810680150985718,-0.9820979833602905,2.5393779277801514,-0.26207399368286133,-1.1292109489440918,-0.5492749810218811,0.500868022441864,1.0463889837265015,0.2831610143184662,-1.5835859775543213,-1.3299440145492554,0.24531300365924835,-0.009127000346779823,0.1800210028886795,-1.8679349422454834,-0.6108919978141785,-0.618395984172821,-0.5967839956283569,1.4143569469451904,0.05349700152873993,0.7209230065345764,2.088366985321045,1.0797489881515503,-1.053665041923523,-2.343346118927002,-0.9487320184707642,0.2762809991836548,0.2826870083808899,-0.9881479740142822,2.8796839714050293,0.6856499910354614,0.8299509882926941,0.7936019897460938,0.2308499962091446,0.13677699863910675,1.1253809928894043,1.481503963470459,0.34989601373672485,-0.15518400073051453,-0.968621015548706,-0.8875880241394043,-1.724586009979248,-0.2979219853878021,-0.9091190099716187,-0.31868699193000793,-0.29296600818634033,-1.2724909782409668,2.669123888015747,1.286666989326477,2.4906179904937744,1.0476839542388916,0.6954190135002136,0.952750027179718,-0.756138026714325,-0.2638390064239502,-2.084412097930908,1.080014944076538,-1.2173759937286377,-1.3001619577407837,0.38784798979759216,-1.1195180416107178,0.47197699546813965,-0.20870499312877655,1.2063020467758179,0.018144000321626663,-0.7050459980964661,-0.3645699918270111,0.17805099487304688,-0.8833019733428955,-1.0536160469055176,-1.3087559938430786,-0.6806870102882385,0.22367499768733978,-1.0035250186920166,-0.8253679871559143,2.284528970718384,2.2827510833740234,0.25991201400756836,1.2097820043563843,0.034651998430490494,0.13489200174808502,-2.496001958847046,2.7270359992980957,-0.3876189887523651,1.2857880592346191,-1.2691470384597778,0.6887969970703125,0.8581470251083374,-0.0421999990940094,1.9238970279693604,0.7164689898490906,1.2097649574279785,-0.7728419899940491,-2.142119884490967,1.397284984588623,0.0006259999936446548,-0.9074400067329407,-1.6173139810562134,-0.18580299615859985,-0.23547199368476868,-0.7935609817504883,-1.2394319772720337,-0.6277649998664856,-0.6465259790420532,2.6645328998565674,0.15586499869823456,-0.6532930135726929,-1.270043969154358,0.501954972743988,-0.4984549880027771,-0.23150500655174255,1.0611109733581543,-2.0169410705566406,-1.1703189611434937,1.4434109926223755,2.768481969833374,-0.637237012386322,0.08487699925899506,-0.7361360192298889,-0.16695399582386017,1.0752630233764648,1.3022609949111938,0.32394400238990784,1.6805380582809448,2.8266139030456543,-1.0244439840316772,-1.0870219469070435,-1.1549359560012817,-0.7947930097579956,-0.5337420105934143,1.6437519788742065,-1.2269309759140015,-0.9287099838256836,-2.130934000015259,-0.4074530005455017,0.13650600612163544,-0.6661819815635681,2.3448469638824463,1.2621090412139893,-1.8899990320205688,1.0588150024414062,1.2274589538574219,0.8111029863357544,1.4889830350875854,1.510543942451477,1.5755000114440918,-1.1481120586395264,-1.2550270557403564,0.6095749735832214,0.5874850153923035,0.5971760153770447,1.3389509916305542,1.452335000038147,0.08720400184392929,-0.0859759971499443,1.5033429861068726,-0.7921980023384094,-0.3128949999809265,-1.0669289827346802,-0.6481090188026428,-0.33493098616600037,0.4797689914703369,0.2462249994277954,0.2369610071182251,1.3837389945983887,-0.8130999803543091,2.6105029582977295,2.271962881088257,-0.6065239906311035,0.8571990132331848,1.8902970552444458,1.8132469654083252,-1.987009048461914,-0.4118959903717041,-0.9451799988746643,0.8118739724159241,-1.9910049438476562,0.38050299882888794,1.7657920122146606,1.709784984588623,-0.5102239847183228,1.0612050294876099,-0.9243220090866089,0.7711640000343323,0.8535959720611572,-1.1179519891738892,0.7393879890441895,0.9632220268249512,0.06187500059604645,-0.9844020009040833,-1.0696159601211548,-1.1888320446014404,0.7185829877853394,-1.1603569984436035,1.7798429727554321,-0.34600499272346497,-0.9721980094909668,-0.1888969987630844,0.8545470237731934,-0.7292720079421997,0.11410500109195709,0.7460029721260071,1.8594989776611328,0.6480590105056763,0.014520999975502491,-0.6285629868507385,-0.5998209714889526,-0.604354977607727,0.23841899633407593,0.21699699759483337,-0.10208900272846222,-0.11293400079011917,-0.1684039980173111,0.16340899467468262,-2.475123882293701,-1.3092299699783325,-0.6474199891090393,-0.8471829891204834,-0.8397409915924072,1.64342200756073,1.981490969657898,-0.5511289834976196,2.1936910152435303,-1.2296019792556763,-1.1067830324172974,0.10015100240707397,0.35255399346351624,-0.9303280115127563,0.38461700081825256,0.03988000005483627,0.9355840086936951,0.6193050146102905,-1.1753610372543335,-0.05665599927306175,-0.7483800053596497,1.7577509880065918,-1.2011280059814453,0.5399550199508667,-0.03821900114417076,0.5778229832649231,-0.27153798937797546,2.1864469051361084,-1.0570679903030396,-0.7695000171661377,1.4544010162353516,-0.870203971862793,0.7402089834213257,-0.30466100573539734,-1.053096055984497,0.3845439851284027,1.5553669929504395,1.5577820539474487,1.5183639526367188,0.0937969982624054,0.8603240251541138,0.8294569849967957,-0.6153900027275085,1.645095944404602,1.7636350393295288,0.7319290041923523,-0.802416980266571,-1.3264620304107666,-0.9232749938964844,0.1942799985408783,1.525393009185791,-0.9657819867134094,-0.9752200245857239,0.6274309754371643,-0.6543840169906616,-1.1338200569152832,-1.1787699460983276,1.191074013710022,-1.016603946685791,0.5545200109481812,1.9894369840621948,-0.5686900019645691,-0.4790489971637726,1.4550820589065552,-0.3308739960193634,-0.49356400966644287,0.42322400212287903,1.546064019203186,-0.9927449822425842,1.331845998764038,0.357681006193161,-0.09524399787187576,-0.905197024345398,-1.8727259635925293,1.158553957939148,1.096369981765747,1.6484949588775635,-1.3528189659118652,0.6572020053863525,1.2229000329971313,-1.0159859657287598,-0.9974769949913025,1.7924070358276367,-1.1813960075378418,-1.1816569566726685,-1.1130059957504272,0.20007799565792084,1.68477201461792,0.45632699131965637,-0.9440720081329346,1.8512799739837646,0.5856559872627258,-2.100027084350586,-2.055504083633423,0.8321400284767151,-0.4849649965763092,1.0153659582138062,-1.7864420413970947,2.3499910831451416,-0.27244099974632263,1.7883150577545166,0.34798601269721985,-0.45265498757362366,-1.211663007736206,-0.6141149997711182,-1.192291021347046,-0.9652519822120667,0.576416015625,0.0022380000445991755,-0.4927220046520233,-1.4878380298614502,0.22393199801445007,-0.7751290202140808,0.14455600082874298,1.8019599914550781,0.9404950141906738,-1.176885962486267,-1.0052239894866943,-0.32883501052856445,0.662667989730835,1.1058900356292725,1.6203349828720093,1.6426539421081543,0.5756869912147522,0.1332789957523346,-1.1249560117721558,-2.4056239128112793,0.5636019706726074,-0.48713698983192444,-1.9516220092773438,-0.6016290187835693,1.595816969871521,-1.4004909992218018,-0.12954899668693542,0.2716670036315918,1.028717041015625,-0.9373779892921448,-0.9288640022277832,-0.9359769821166992,0.5063170194625854,1.7031409740447998,1.6716409921646118,1.1464409828186035,-0.7005959749221802,0.5684589743614197,-0.4500020146369934,0.2928510010242462,0.32877200841903687,1.0141299962997437,-1.1714869737625122,-2.1980700492858887,-0.3126260042190552,0.9008790254592896,2.6485819816589355,-0.8560760021209717,1.6822420358657837,-0.2185799926519394,-0.988735020160675,1.1994999647140503,1.567571997642517,0.5580520033836365,-1.2763609886169434,-0.5688769817352295,1.1403499841690063,-0.9477999806404114,0.330282986164093,-1.2376680374145508,-0.6482290029525757,1.8310459852218628,-0.004778000060468912,0.8204270005226135,2.464569091796875,2.4756178855895996,0.13119499385356903,-1.1738979816436768,-1.2022809982299805,-1.6336779594421387,-0.7970989942550659,2.140717029571533,-0.5090450048446655,0.5537620186805725,2.1663360595703125,-1.4726719856262207,2.2129969596862793,-0.8656619787216187,-0.8470879793167114,0.876317024230957,3.856964111328125,3.8569180965423584,3.856995105743408,0.3223240077495575,2.126072883605957,2.2003509998321533,2.1976521015167236,0.059073999524116516,-0.03173999860882759,-1.4966249465942383,0.8050619959831238,-0.5676159858703613,2.0777149200439453,1.003255009651184,1.5101710557937622,1.4306410551071167,-1.8274389505386353,1.288701057434082,1.7386929988861084,-0.9506760239601135,-1.6893359422683716,0.7212669849395752,0.137922003865242,-0.01990400068461895,2.0024209022521973,-1.529500961303711,2.2344629764556885,-1.578292965888977,-0.7016029953956604,1.9285039901733398,-0.9489399790763855,-0.9089549779891968,-0.44857001304626465,1.4666290283203125,1.4221669435501099,1.4309979677200317,-1.4075469970703125,1.1783909797668457,1.7891080379486084,-1.4332070350646973,1.0004990100860596,0.9682329893112183,1.0016590356826782,0.9783629775047302,0.8052099943161011,1.2959439754486084,2.150383949279785,-0.8642070293426514,1.5935360193252563,-0.8238239884376526,-0.8785820007324219,-0.8224909901618958,-0.9456940293312073,-1.9257349967956543,-1.102843999862671,2.0772440433502197,-0.12942500412464142,0.010596999898552895,-0.5079879760742188,1.917490005493164,-0.40929099917411804,1.962339997291565,0.644582986831665,0.06790900230407715,-1.021386981010437,-0.2662070095539093,-2.083739995956421,-0.19815300405025482,0.5053560137748718,0.7805259823799133,-0.942458987236023,1.3471059799194336,2.6686251163482666,0.10338400304317474,1.1399259567260742,1.1147379875183105,0.45134401321411133,-1.098855972290039,1.174414038658142,-0.7351549863815308,-1.135166049003601,1.1605379581451416,0.1947309970855713,0.07392500340938568,0.5921149849891663,-0.6504189968109131,-0.054085999727249146,1.2755780220031738,0.9990479946136475,1.1970080137252808,-0.7963979840278625,-0.2363480031490326,-1.3847049474716187,-0.5243269801139832,0.5689619779586792,-0.8534209728240967,-0.14357399940490723,2.025113105773926,0.10520900040864944,-1.2732930183410645,1.1411819458007812,-0.8090559840202332,0.3939799964427948,0.21819299459457397,-1.7347270250320435,-1.1412349939346313,0.9430480003356934,1.1578830480575562,0.6049649715423584,0.5271220207214355,-1.2876700162887573,0.5505509972572327,-1.923935055732727,1.6785639524459839,0.7637439966201782,0.7187600135803223,-1.5026710033416748,-2.039391040802002,-1.2797750234603882,-1.2667219638824463,1.3095359802246094,2.891408920288086,-1.021083950996399,0.8890619874000549,-1.512313961982727,0.043535999953746796,1.5669310092926025,0.6448929905891418,2.037108898162842,-0.5604580044746399,-1.197085976600647,-0.012715999968349934,1.6716020107269287,1.9402409791946411,-0.7642980217933655,0.07290499657392502,-0.04518299922347069,0.7451130151748657,0.796180009841919,0.5580440163612366,-0.0717030018568039,-1.0316879749298096,0.14570699632167816,-0.27858999371528625,1.013260006904602,0.24635399878025055,1.0210959911346436,0.5902460217475891,-0.4703829884529114,-0.786791980266571,2.394531011581421,-1.405819058418274,0.36101099848747253,-0.49314698576927185,0.06174200028181076,1.8728899955749512,-0.9687269926071167,0.21473200619220734,-1.254917025566101,-0.5986480116844177,-1.2431479692459106,-1.1895530223846436,1.2286980152130127,1.009310007095337,0.18469400703907013,-0.20948800444602966,1.4662400484085083,1.815412998199463,-1.1189260482788086,-0.19564299285411835,0.02996799908578396,-0.265067994594574,-0.08846999704837799,-1.3101229667663574,2.0394480228424072,1.6574970483779907,0.7776179909706116,-1.2024179697036743,-1.398313045501709,-0.8861539959907532,-1.94588303565979,2.4811439514160156,-0.8294450044631958,-1.1168140172958374,2.289515972137451,1.215319037437439,-1.2263679504394531,1.1096359491348267,0.6512060165405273,-0.10458400100469589,0.62431800365448,0.4973909854888916,-2.0897979736328125,-1.0117579698562622,-1.0647330284118652,1.3431440591812134,1.3285859823226929,1.710724949836731,0.20601299405097961,2.0317330360412598,0.5534290075302124,-2.2317299842834473,-1.2934659719467163,-0.6781359910964966,-0.2485550045967102,-0.6754819750785828,1.036998987197876,-0.11987700313329697,1.0976489782333374,-0.5032780170440674,1.6525800228118896,2.344594955444336,-0.5356109738349915,-0.5137839913368225,1.30131196975708,1.9657360315322876,0.8633099794387817,-0.4726110100746155,-0.9604849815368652,-1.039692997932434,1.2722580432891846,0.5567629933357239,0.4130150079727173,0.1809079945087433,1.1302529573440552,-1.0941239595413208,-1.0502599477767944,-0.749131977558136,0.7996950149536133,2.2391281127929688,0.43534401059150696,2.6821630001068115,1.1260030269622803,0.08305200189352036,2.0444259643554688,0.3909910023212433,0.8943939805030823,0.012910000048577785,-0.42564401030540466,0.10118500143289566,-0.13616900146007538,-0.8927879929542542,-0.5886380076408386,0.6480969786643982,0.648497998714447,-1.2730250358581543,-1.1881099939346313,-2.473090887069702,-2.079751968383789,-1.4122259616851807,-1.2131719589233398,1.1978739500045776,-1.3768680095672607,-0.6141359806060791,-0.2092680037021637,-0.017309999093413353,0.9401450157165527,2.6062018871307373,-0.9301589727401733,-0.8513990044593811,-0.8532199859619141,1.7230830192565918,0.8298900127410889,-1.5568790435791016,-0.5354419946670532,-1.1812039613723755,0.9276660084724426,0.48192599415779114,0.31792399287223816,2.950969934463501,-0.11182399839162827,-0.8032150268554688,1.7493820190429688,1.1173399686813354,0.7266309857368469,0.9221270084381104,2.7611849308013916,-0.26565900444984436,-0.16404199600219727,0.8359270095825195,-1.0812230110168457,-0.6577079892158508,1.4312900304794312,-1.3911900520324707,0.9716929793357849,-1.3784910440444946,1.6112140417099,-0.7824370265007019,0.2718200087547302,-0.7182310223579407,-1.2988409996032715,0.9761260151863098,0.3809509873390198,2.091507911682129,-1.257830023765564,-1.322134017944336,-1.2179889678955078,0.6292269825935364,0.7804030179977417,-1.034533977508545,0.6140999794006348,-0.9793729782104492,0.47353699803352356,-0.2748839855194092,0.5303540229797363,-0.04345199838280678,-0.4604499936103821,1.0764039754867554,-0.15995900332927704,0.851186990737915,-0.7089220285415649,-0.6869270205497742,1.0525130033493042,-1.143435001373291,0.1816830039024353,2.720482110977173,-1.1576249599456787,2.5201199054718018,-0.8603119850158691,0.2819939851760864,1.2740130424499512,0.9190980195999146,1.0578570365905762,2.1580350399017334,1.0351660251617432,-1.1320500373840332,0.07549300044775009,-1.377269983291626,2.294814109802246,-1.135208010673523,-0.674468994140625,0.9397799968719482,-0.4528680145740509,0.07845400273799896,0.822704017162323,1.1431959867477417,-0.7002339959144592,-2.4138638973236084,0.22437700629234314,0.3781130015850067,-0.41622599959373474,-1.9933240413665771,-1.2658300399780273,-0.1348550021648407,-1.302780032157898,2.4715280532836914,0.5603269934654236,-0.31759899854660034,-0.4895879924297333,0.4396519958972931,-0.48170700669288635,-1.2343369722366333,1.6689260005950928,0.2584429979324341,-1.1708120107650757,1.4555939435958862,1.9208049774169922,-0.6468989849090576,-0.12955999374389648,1.716475009918213,-0.696448028087616,-1.4867939949035645,-0.6339679956436157,1.101722002029419,-0.9190919995307922,0.2386229932308197,1.035470962524414,-0.2700200080871582,-0.33284899592399597,0.2180120050907135,-1.061310052871704,-0.5671949982643127,1.9985049962997437,-0.7525950074195862,1.7883000373840332,0.6501169800758362,-0.2378080040216446,0.07200200110673904,1.951874017715454,-0.9774259924888611,1.6759610176086426,-0.8545870184898376,-1.0486279726028442,2.140631914138794,1.6606600284576416,2.8478879928588867,-0.5943019986152649,1.2826859951019287,0.9912109971046448,2.1657330989837646,-0.5156670212745667,0.21118199825286865,-1.487030029296875,-0.7810090184211731,0.24218299984931946,-1.27701997756958,0.1457429975271225,0.21805700659751892,-1.1186130046844482,-0.5644840002059937,-1.280763030052185,1.5290679931640625,-0.43634000420570374,-0.17962199449539185,0.33221200108528137,1.0208410024642944,2.4743499755859375,1.1438560485839844,1.13542902469635,-0.4193499982357025,2.4583261013031006,-1.236693024635315,0.06937400251626968,1.0251699686050415,-1.2228180170059204,-0.2503640055656433,-0.8679999709129333,-0.692637026309967,0.5521619915962219,-0.05889900028705597,0.5502409934997559,1.4157979488372803,2.1994218826293945,0.38840100169181824,0.13481199741363525,-0.27678799629211426,1.2205849885940552,1.0249780416488647,-0.382207989692688,-1.3178410530090332,-1.357990026473999,0.8925510048866272,1.7841030359268188,-1.3527990579605103,0.3253139853477478,0.8299859762191772,1.1993440389633179,0.7795910239219666,-1.5663069486618042,0.2257390022277832,-1.243185043334961,0.9132999777793884,-1.0064460039138794,0.338809996843338,-0.7868760228157043,0.19209399819374084,0.29792100191116333,-0.0266369991004467,1.5067410469055176,-1.3293479681015015,-2.4866199493408203,-2.1145129203796387,0.15475599467754364,-0.8296700119972229,0.933525025844574,-0.5828909873962402,-0.5936189889907837,0.3492540121078491,1.0942280292510986,-0.20224200189113617,1.2260080575942993,-1.4000669717788696,2.2163240909576416,-0.3628990054130554,1.793159008026123,2.0556180477142334,1.6856369972229004,1.237318992614746,-0.30329200625419617,-1.5216120481491089,-1.464352011680603,-1.5607969760894775,-2.375977039337158,1.1791789531707764,-0.23929500579833984,1.042235016822815,0.6477599740028381,-0.5963220000267029,0.14185799658298492,-0.8493220210075378,0.2116899937391281,0.90105801820755,-0.9632869958877563,-0.6450999975204468,0.24643699824810028,1.0392060279846191,-1.2280609607696533,-0.523410975933075,-1.0413399934768677,2.028799057006836,0.24815300107002258,0.3645919859409332,-0.1408350020647049,-0.3350600004196167,0.12799300253391266,0.7512189745903015,-1.074625015258789,1.0918259620666504,1.7085230350494385,-0.5763159990310669,-0.49481600522994995,-1.533413052558899,-1.3655500411987305,0.09972000122070312,1.77196204662323,-1.8750649690628052,1.0151549577713013,0.8623120188713074,0.536861002445221,1.6862109899520874,0.8619269728660583,1.2081530094146729,-0.6231679916381836,-0.5603640079498291,1.3296300172805786,1.9779449701309204,-1.3113590478897095,-1.314386010169983,-1.3477330207824707,-0.09675300121307373,0.098471999168396,0.7139840126037598,0.9267839789390564,-0.16591599583625793,1.5473250150680542,1.1724660396575928,-0.5900909900665283,-0.28879600763320923,-0.2784759998321533,-0.7096310257911682,0.14328600466251373,0.11857900023460388,-0.6865820288658142,-0.13219399750232697,0.8550779819488525,-0.20483499765396118,1.6902920007705688,1.7456669807434082,-0.23989899456501007,-0.4231469929218292,0.38388800621032715,-0.9526849985122681,1.9661250114440918,1.1755260229110718,1.17181396484375,2.877258062362671,-0.9891740083694458,-0.9024869799613953,2.0745890140533447,-1.1457899808883667,0.20001499354839325,0.8732150197029114,-1.64752995967865,-1.6121530532836914,0.5551679730415344,0.06790900230407715,0.3071030080318451,-1.3411070108413696,-1.2501859664916992,-1.3582450151443481,-1.3647719621658325,1.0032010078430176,-1.3383289575576782,0.4186849892139435,-0.09473200142383575,1.9789010286331177,-1.254343032836914,-1.0999339818954468,1.9116690158843994,-1.3219929933547974,1.842795968055725,-2.2733559608459473,1.2597960233688354,-1.046957015991211,-0.23552599549293518,0.22993899881839752,1.8444019556045532,-1.0948569774627686,0.21104200184345245,-0.27805399894714355,2.644727945327759,1.0687309503555298,0.2994230091571808,-0.5931580066680908,1.92146897315979,0.3180469870567322,0.7060840129852295,0.6144520044326782,-0.997003972530365,-1.3095769882202148,-0.3397290110588074,-1.3047900199890137,2.6315228939056396,1.796802043914795,0.019876999780535698,-0.64410799741745,-0.2822270095348358,-1.4147800207138062,-1.5267629623413086,-0.7229040265083313,-1.0888240337371826,-0.23286999762058258,0.49894899129867554,1.5744589567184448,1.928272008895874,-1.0261679887771606,-1.1195499897003174,-0.7076629996299744,1.4987720251083374,1.063302993774414,-1.9244869947433472,-0.6039080023765564,0.8305559754371643,-1.6656039953231812,0.40543699264526367,1.367825984954834,1.1927679777145386,2.083738088607788,-0.7761369943618774,0.9128130078315735,0.07961300015449524,1.8904540538787842,0.7798839807510376,0.9088969826698303,-0.7125210165977478,1.213428020477295,1.6680129766464233,0.35575300455093384,-0.6890770196914673,2.8980960845947266,1.0536609888076782,0.742546021938324,-0.65932297706604,-0.38473498821258545,-0.3687010109424591,2.3716959953308105,-0.652213990688324,1.310418963432312,0.8211920261383057,0.8975639939308167,-2.148021936416626,-1.5070569515228271,-1.6458239555358887,1.2873890399932861,-0.14111100137233734,0.684611976146698,-0.23847100138664246,0.5549659729003906,-2.329137086868286,0.40800100564956665,0.776636004447937,0.16334199905395508,-0.9498969912528992,1.0454180240631104,-0.4363099932670593,-1.1609989404678345,0.6902980208396912,1.1090290546417236,-0.6740170121192932,1.2151459455490112,-0.4660690128803253,0.7728530168533325,-0.009816999547183514,-1.8421850204467773,-0.40018799901008606,-2.143202066421509,-1.3560400009155273,-0.6815199851989746,0.7446010112762451,-0.6244490146636963,2.8175981044769287,0.29834800958633423,-0.5799239873886108,-1.2604750394821167,2.2863659858703613,-2.501866102218628,-0.17607800662517548,-0.2337229996919632,0.4053489863872528,0.9165149927139282,0.9363470077514648,-0.12400200217962265,-0.5318999886512756,1.1318440437316895,1.7822099924087524,-1.7312010526657104,-1.3686109781265259,0.3895680010318756,-0.47108298540115356,-0.09856200218200684,0.18097199499607086,-1.5571210384368896,-1.2556610107421875,0.48990899324417114,0.6185910105705261,0.9496930241584778,-2.3191449642181396,-2.264954090118408,0.2823989987373352,0.09772799909114838,2.0742270946502686,0.5217239856719971,-0.4207080006599426,-0.3049440085887909,1.1833909749984741,1.2095049619674683,-0.44147300720214844,-1.1983669996261597,-1.9400789737701416,0.4247260093688965,-0.5924190282821655,0.42725199460983276,2.8092880249023438,2.785552978515625,1.096869945526123,-1.381019949913025,-0.47448399662971497,0.08132299780845642,0.9919750094413757,0.3080559968948364,2.03912091255188,0.7530180215835571,0.7399640083312988,-1.6786550283432007,1.101196050643921,-0.8626989722251892,-0.9771850109100342,-1.7038500308990479,0.982903003692627,-1.0191680192947388,0.3033539950847626,-1.7280000448226929,2.1162109375,-1.227918028831482,-2.1895179748535156,1.4752880334854126,-1.3242629766464233,0.5269759893417358,0.006965000182390213,-1.2379640340805054,-0.5754719972610474,0.020894000306725502,-1.3182059526443481,-0.810342013835907,-1.4470020532608032,-0.1631779968738556,0.14618399739265442,-1.141353964805603,2.632935047149658,1.3014949560165405,-0.49791499972343445,-0.19545100629329681,-1.1548360586166382,-0.6574879884719849,1.3568079471588135,-1.4319169521331787,-0.7493529915809631,-0.6844379901885986,-1.010185956954956,1.5024709701538086,-0.8440309762954712,-2.5176470279693604,-0.3082520067691803,-1.2268520593643188,-2.2558670043945312,2.8584399223327637,-0.41770198941230774,-0.543969988822937,-0.8194959759712219,-1.0522979497909546,2.2556989192962646,0.0182109996676445,-1.2510449886322021,-1.2459050416946411,1.133808970451355,0.4613560140132904,-1.3854470252990723,-1.2942399978637695,1.1641279458999634,0.6112849712371826,0.8836579918861389,2.872447967529297,2.640907049179077,1.1053149700164795,0.20022499561309814,-0.22840100526809692,-1.1344640254974365,1.0234789848327637,-0.08920899778604507,1.1097270250320435,0.9504830241203308,1.0333269834518433,-0.6813809871673584,-0.29653799533843994,-0.13751700520515442,-0.7395169734954834,0.05054499953985214,0.7488510012626648,-1.0794600248336792,-1.047937035560608,1.1347370147705078,0.21324600279331207,-0.9551029801368713,-1.148468017578125,-1.0508849620819092,-0.4076879918575287,-1.0504900217056274,-1.9345250129699707,-1.2981820106506348,0.5137990117073059,0.6601939797401428,-0.06932800263166428,0.8481839895248413,-0.3519110083580017,0.6876159906387329,1.2521100044250488,-0.13328200578689575,0.0031129999551922083,1.4096299409866333,-1.1153559684753418,-0.1177309975028038,1.8159099817276,-0.18140999972820282,0.1623149961233139,-1.21076500415802,0.5392330288887024,0.6725109815597534,1.2959100008010864,-0.06344600021839142,0.7411119937896729,1.317652940750122,1.7843329906463623,-0.8985199928283691,-0.012082000263035297,0.4296559989452362,-0.04473400115966797,-0.46529701352119446,-1.2625559568405151,-0.7518349885940552,0.8598120212554932,1.8232769966125488,-1.0093770027160645,0.9999690055847168,-0.729790985584259,-0.34495800733566284,0.7193549871444702,0.32992199063301086,1.2237080335617065,-2.246812105178833,-0.05368499830365181,-0.009266999550163746,-0.8318390250205994,-0.29276201128959656,-2.0871729850769043,-0.05493300035595894,-0.05239500105381012,-1.2284209728240967,-1.2432290315628052,2.273103952407837,0.04279800131917,-1.1616719961166382,-0.9565960168838501,1.2419049739837646,-1.5561469793319702,1.0085949897766113,-0.6051200032234192,1.0232850313186646,0.2602980136871338,1.742089033126831,-0.5546720027923584,0.03156200051307678,1.5456000566482544,-0.035624999552965164,2.2069549560546875,0.7698299884796143,2.4471359252929688,-1.1800299882888794,1.2878769636154175,-0.8006229996681213,0.16814400255680084,-0.7817419767379761,-1.036160945892334,2.8420870304107666,1.9639149904251099,1.1447349786758423,0.359375,0.23621700704097748,0.41052699089050293,0.11877100169658661,-1.2341530323028564,-1.3255510330200195,-1.6933870315551758,-1.0453640222549438,-1.4918500185012817,-1.0414930582046509,1.294603943824768,2.1828160285949707,-2.367492914199829,0.5955970287322998,2.504051923751831,0.14841899275779724,1.0427050590515137,-0.6371920108795166,-0.4927699863910675,-1.1406149864196777,-0.8050810098648071,0.13698899745941162,0.5503330230712891,-1.2296589612960815,0.8163089752197266,0.11811599880456924,-1.377336025238037,0.1404149979352951,0.4992609918117523,1.79852294921875,0.3180150091648102,-0.6007490158081055,-0.2252659946680069,-0.6507689952850342,-1.2163820266723633,1.912384033203125,2.703310012817383,-1.178375005722046,-1.0361050367355347,0.0024109999649226665,-1.142943024635315,-1.0891770124435425,-0.9810590147972107,-0.6223559975624084,0.2939339876174927,0.08354000002145767,-1.4356319904327393,-0.14481699466705322,-0.21835699677467346,-0.2687090039253235,-0.4355260133743286,-0.5929719805717468,0.6035339832305908,0.19474799931049347,0.8609610199928284,-2.0554280281066895,1.6984100341796875,-1.002676010131836,0.4997679889202118,1.0196549892425537,1.5260469913482666,1.3808679580688477,2.7372100353240967,-0.509647011756897,1.2004690170288086,1.5173029899597168,-0.7130659818649292,-1.852038025856018,1.110131025314331,-0.3071900010108948,2.0124049186706543,0.3238399922847748,-0.6714680194854736,-0.9856539964675903,2.324615001678467,0.8758270144462585,0.25297099351882935,-0.567671000957489,-0.5675190091133118,0.44834399223327637,-1.2247380018234253,1.048388957977295,2.4778690338134766,-0.6181250214576721,-0.3051359951496124,-0.37970399856567383,0.18524900078773499,1.7319480180740356,-1.3554869890213013,-0.37779900431632996,-1.269597053527832,-0.9939789772033691,-0.10008600354194641,-0.7668280005455017,0.9384379982948303,0.4644240140914917,-0.7848870158195496,-0.8284710049629211,-2.0807149410247803,-2.102658987045288,1.0218310356140137,1.037950038909912,-1.3555350303649902,0.7912960052490234,2.663707971572876,-0.6245539784431458,1.9332469701766968,1.3329750299453735,1.6024680137634277,1.5868409872055054,0.4034160077571869,0.2975200116634369,-0.7100200057029724,-1.859982967376709,0.5760070085525513,-1.0160349607467651,-1.0471470355987549,0.7640500068664551,0.11338599771261215,-0.7257949709892273,0.3583410084247589,1.0788300037384033,1.855167031288147,-1.9206819534301758,0.3057030141353607,1.319553017616272,-1.0862380266189575,-1.0825730562210083,-1.8853240013122559,-0.476828008890152,-1.5681300163269043,0.7914249897003174,0.6874390244483948,-1.3484950065612793,1.1450159549713135,-2.2628231048583984,-2.2287139892578125,2.2404708862304688,0.1348859965801239,0.6009420156478882,-0.7134969830513,-1.26220703125,-0.5350419878959656,-1.2428309917449951,1.0469199419021606,-1.393602967262268,-1.196563959121704,1.1265790462493896,1.1095060110092163,0.7194790244102478,2.383629083633423,0.7694680094718933,1.9995909929275513,-0.4063490033149719,1.273074984550476,-0.744225025177002,-0.4079259932041168,-1.1286749839782715,0.973770022392273,1.0698870420455933,1.0947949886322021,2.677903890609741,1.8192230463027954,0.5358650088310242,-0.7898409962654114,-1.3819819688796997,1.7466950416564941,-0.984279990196228,-0.09464000165462494,-0.16021299362182617,1.2105929851531982,1.079298973083496,0.7387660145759583,-0.1828629970550537,-1.020859956741333,-1.2429980039596558,0.6790580153465271,-0.4959610104560852,1.2032259702682495,-0.622177004814148,0.1171799972653389,-0.5029090046882629,-0.5124329924583435,-1.0214990377426147,-1.183887004852295,2.1499860286712646,2.0946810245513916,2.1926729679107666,0.3881619870662689,-0.4412049949169159,0.6844980120658875,0.4647180140018463,0.2128240019083023,0.6849979758262634,-1.096832036972046,0.905489981174469,0.05047599971294403,-1.5920449495315552,-0.6904730200767517,-1.0644019842147827,0.8643180131912231,2.848576068878174,1.8509880304336548,-0.9244949817657471,0.31494998931884766,0.29309800267219543,-0.9159089922904968,1.0748599767684937,-0.14776399731636047,0.7919170260429382,0.8982200026512146,0.9790549874305725,1.1415319442749023,1.290052056312561,1.1581850051879883,0.6896430253982544,-0.7862780094146729,0.8058919906616211,-0.6895700097084045,0.1188490018248558,-0.5860009789466858,-2.5481390953063965,1.954468011856079,0.46857699751853943,-0.7727259993553162,-1.9495660066604614,-1.2444909811019897,0.9063439965248108,2.015388011932373,-2.0250511169433594,-0.6172999739646912,1.2261849641799927,0.6254400014877319,0.8540409803390503,1.4459819793701172,0.2706260085105896,-0.7773900032043457,1.03603994846344,-0.8608739972114563,-1.7263339757919312,-0.01843699999153614,-0.705187976360321,-0.0909309983253479,1.851112961769104,-0.11487200111150742,-2.39569091796875,1.2910120487213135,0.9269160032272339,-0.9264659881591797,-1.1146899461746216,-1.503811001777649,-0.24785999953746796,-0.6467069983482361,0.8735190033912659,-1.0705360174179077,-1.1198270320892334,-0.9959409832954407,0.9597960114479065,-0.296968013048172,1.1396950483322144,1.348418951034546,-1.642657995223999,-1.682345986366272,1.087196946144104,-1.1262929439544678,0.9480900168418884,0.34005099534988403,-0.19489100575447083,0.5462750196456909,0.9239429831504822,-0.9123950004577637,-0.5586249828338623,1.7436070442199707,1.5207140445709229,0.4949910044670105,-1.9614559412002563,-1.2167270183563232,-1.1281429529190063,-0.6371219754219055,0.6946790218353271,2.609924077987671,2.653553009033203,-0.41436201333999634,0.4875839948654175,1.7888480424880981,-0.19391800463199615,-1.3394229412078857,-0.1690170019865036,-1.916746973991394,-0.7349079847335815,-1.7954939603805542,-1.9432109594345093,-0.9520289897918701,-0.9561179876327515,-2.219048023223877,-2.1738851070404053,-0.8181290030479431,-1.0433369874954224,1.0765810012817383,0.26756998896598816,-0.5774629712104797,-0.4760110080242157,-0.5747320055961609,0.7273780107498169,0.8766850233078003,-0.12015099823474884,-0.13600599765777588,-0.5240330100059509,1.0370880365371704,-1.364117980003357,-0.5987949967384338,0.7814009785652161,-0.240680992603302,1.569108009338379,1.2235660552978516,1.3578200340270996,-1.4350930452346802,0.6478840112686157,1.0869239568710327,-1.2769639492034912,1.1334350109100342,0.6312990188598633,-1.2749520540237427,-1.4147030115127563,-1.3947819471359253,1.7371660470962524,-1.3388290405273438,-1.0404499769210815,-1.3576710224151611,2.4384939670562744,-0.7666320204734802,1.0842729806900024,1.252616047859192,0.8330000042915344,-1.2668839693069458,-1.0352460145950317,-1.4597840309143066,0.7292400002479553,-1.3030120134353638,0.6567800045013428,1.2706079483032227,-0.020236000418663025,1.1294840574264526,1.6507229804992676,0.6507390141487122,-1.1059010028839111,-1.2251449823379517,-0.8903840184211731,-0.24271799623966217,-0.40800800919532776,-0.46493300795555115,1.1179920434951782,-1.0743069648742676,-1.3788880109786987,-0.9670510292053223,0.6929399967193604,-1.099668025970459,0.7190920114517212,1.1658949851989746,-1.0039210319519043,-2.4605870246887207,-0.28668200969696045,1.199097990989685,-0.9255710244178772,0.43943899869918823,-0.43460801243782043,-1.9997479915618896,-1.0096110105514526,0.32826098799705505,0.5625280141830444,-0.5929139852523804,-1.1066609621047974,0.6827930212020874,-0.6445329785346985,-0.3522050082683563,-0.24176399409770966,0.7419509887695312,1.1561429500579834,0.571628987789154,-0.8013859987258911,-0.2885249853134155,1.297489047050476,-1.2118370532989502,1.0164140462875366,-0.6349679827690125,0.6523979902267456,-2.3440020084381104,-0.46920499205589294,1.0433199405670166,1.9748950004577637,0.8723559975624084,0.018005000427365303,0.3488270044326782,-1.1338980197906494,-1.3917169570922852,-0.2042669951915741,-0.43605801463127136,-0.06209700182080269,0.02728700079023838,1.1532219648361206,-0.8411769866943359,-0.3899169862270355,0.5823900103569031,-0.3929849863052368,-0.5682970285415649,-0.355320006608963,-0.9023110270500183,1.3314510583877563,-0.7721890211105347,-0.9488580226898193,-1.058892011642456,1.3261510133743286,1.1306530237197876,1.5252989530563354,0.8721470236778259,-0.29970601201057434,2.1149749755859375,0.06380999833345413,-0.45943498611450195,-0.9564210176467896,1.730239987373352,0.2229599952697754,1.325937032699585,0.9675130248069763,-1.1465309858322144,0.8834130167961121,-0.0596110001206398,0.01261799968779087,-0.6405199766159058,0.23384900391101837,-0.5342810153961182,2.2165110111236572,-0.6872580051422119,-1.9307899475097656,-0.8603270053863525,0.8183860182762146,0.9842659831047058,0.999297022819519,-0.5025169849395752,-0.6543530225753784,-1.7994400262832642,1.989158034324646,-0.5139489769935608,1.2028950452804565,-1.220744013786316,-0.6792359948158264,1.2299150228500366,0.6205829977989197,-0.46929898858070374,-1.6073460578918457,1.0859689712524414,1.4334110021591187,1.0471440553665161,-0.7771070003509521,-0.6752539873123169,-0.7959809899330139,0.512952983379364,0.31187599897384644,1.7535170316696167,-1.9628289937973022,0.5822939872741699,1.038187026977539,-1.4358259439468384,-1.2387219667434692,-0.019554000347852707,0.9078609943389893,-0.8465250134468079,0.22133399546146393,-1.0322099924087524,0.5062280297279358,0.46819400787353516,1.8562400341033936,-1.6901220083236694,-0.41575101017951965,-1.2311320304870605,-0.03125299885869026,-0.35451799631118774,2.32302188873291,-1.8129500150680542,2.092681884765625,0.26925599575042725,1.41839599609375,1.6080089807510376,-0.3808940052986145,2.395688056945801,0.5730469822883606,-0.2938539981842041,-0.7053890228271484,0.1854739934206009,-1.0670770406723022,1.6064529418945312,0.30896100401878357,-1.231760025024414,2.200974941253662,-0.5636199712753296,-0.08465100079774857,-1.4717129468917847,0.026038000360131264,-0.3171679973602295,1.3300880193710327,-0.40024200081825256,-0.4917449951171875,-0.020951999351382256,-1.5700080394744873,0.9660069942474365,-0.6737899780273438,0.9363629817962646,-1.6925849914550781,-1.1245360374450684,-0.7819010019302368,-0.10469000041484833,-1.2089799642562866,-1.4381740093231201,-1.4494500160217285,0.3695339858531952,-0.7058680057525635,0.0545319989323616,0.744966983795166,0.48498299717903137,0.30844101309776306,-0.5207899808883667,1.4289920330047607,0.44831499457359314,-1.207463026046753,0.8847309947013855,0.25505301356315613,-0.7448480129241943,-0.7545170187950134,-1.1211220026016235,1.2157200574874878,-1.3360040187835693,1.026082992553711,-0.4586179852485657,-1.1257669925689697,0.15085700154304504,-0.3692049980163574,-0.21191400289535522,-0.1931540071964264,1.035660982131958,1.1957130432128906,-0.48095598816871643,0.5969989895820618,0.5868859887123108,1.0970940589904785,0.08435399830341339,2.7629621028900146,2.224453926086426,0.5705059766769409,0.8610770106315613,-1.770751953125,0.4239409863948822,0.012817000038921833,-0.06391499936580658,-0.8358229994773865,0.5160660147666931,-1.1452980041503906,-1.3622889518737793,-2.4224319458007812,1.2558870315551758,2.294524908065796,2.239733934402466,-2.1351358890533447,-1.072016954421997,-1.3042850494384766,-1.300887942314148,-0.06027799844741821,-0.8420860171318054,0.7625799775123596,-1.1574549674987793,1.2118409872055054,-1.11639404296875,-1.2251280546188354,-1.2990130186080933,-1.4951930046081543,-0.18745499849319458,-1.274379014968872,0.6927030086517334,-0.17253999412059784,2.9125940799713135,-0.22232100367546082,-0.9954100251197815,-1.001613974571228,1.0942970514297485,-1.8731650114059448,0.9919360280036926,-1.3432660102844238,-0.5779950022697449,0.4474549889564514,0.15720100700855255,-0.20823700726032257,-0.11933600157499313,1.7294169664382935,1.181607961654663,-0.7020649909973145,1.4413460493087769,-0.4265710115432739,0.4821619987487793,-0.5054810047149658,-1.1116880178451538,0.7107419967651367,0.7183359861373901,1.1264840364456177,-0.8437020182609558,-0.10988599807024002,1.512302041053772,-0.24661099910736084,-1.0167889595031738,1.2833080291748047,-0.5263649821281433,-1.2625360488891602,2.865330934524536,0.7929189801216125,-0.1685130000114441,-0.6446099877357483,2.6094679832458496,1.2332580089569092,2.2051079273223877,0.2460930049419403,-0.9845569729804993,1.0152790546417236,-1.305243968963623,0.8289290070533752,0.5925859808921814,-1.0063539743423462,-1.1591800451278687,1.184414029121399,1.8147449493408203,-1.4407960176467896,0.1344970017671585,0.23831500113010406,2.204375982284546,-0.5807250142097473,-0.5868039727210999,0.8741090297698975,-1.3350540399551392,-0.45451799035072327,-1.3628499507904053,-0.8093569874763489,0.866927981376648,-0.5194820165634155,-1.001682996749878,0.9583359956741333,0.5022429823875427,2.0349879264831543,-0.570704996585846,-0.11172500252723694,0.18314999341964722,-1.2792609930038452,-0.725579023361206,-1.4737950563430786,1.811498999595642,0.9867269992828369,1.2480700016021729,1.2083970308303833,0.6610209941864014,0.7004380226135254,0.4812450110912323,-1.0992799997329712,1.0018399953842163,0.15357699990272522,-0.7437599897384644,-1.1768380403518677,-0.9673069715499878,1.2082289457321167,0.15486599504947662,2.792418956756592,-1.188817024230957,-1.3599220514297485,-0.9092910289764404,-0.29888400435447693,-0.37950998544692993,0.6009309887886047,-1.1975589990615845,-0.6324149966239929,-1.7544059753417969,0.2970289885997772,1.3255380392074585,-2.237122058868408,2.1018970012664795,-1.8315229415893555,0.9874299764633179,0.2963019907474518,0.6170579791069031,1.1305880546569824,-1.4039920568466187,-1.0332740545272827,2.531872034072876,0.8280529975891113,-0.6069329977035522,-0.5420680046081543,-0.4006359875202179,-0.5559290051460266,-0.5712379813194275,-1.1106480360031128,0.3562999963760376,-0.6148489713668823,2.1334691047668457,1.967877984046936,-0.5953969955444336,2.8936328887939453,1.4416409730911255,-0.5598899722099304,0.573868989944458,-2.5389509201049805,-1.2538260221481323,-1.1926310062408447,0.6702809929847717,0.12216199934482574,-1.7174530029296875,-0.44228100776672363,-0.7956920266151428,-0.7454360127449036,-0.30605098605155945,0.5676130056381226,0.9942669868469238,-0.30972298979759216,-1.1613889932632446,0.15556600689888,-1.3411569595336914,1.0777299404144287,-1.1503230333328247,0.8875799775123596,-0.39219599962234497,-1.3403739929199219,0.39784398674964905,-1.8786159753799438,-0.9508910179138184,-1.9807779788970947,-0.7499629855155945,-0.5623949766159058,0.7634249925613403,-0.1206360012292862,2.8242878913879395,-0.7477949857711792,-1.3291670083999634,-0.6674289703369141,-1.083325982093811,-0.47577300667762756,0.7350919842720032,-0.6825649738311768,1.3448599576950073,-1.008702039718628,-0.6036970019340515,-1.155776023864746,-1.1028640270233154,-1.9875930547714233,1.2506519556045532,-1.3083029985427856,0.6316369771957397,-1.3289250135421753,0.5742149949073792,0.5925250053405762,2.0445919036865234,-0.066211998462677,2.5484719276428223,-1.544350028038025,-1.2469860315322876,0.15644299983978271,0.326555997133255,0.25283199548721313,1.4369959831237793,-1.3375680446624756,0.08956100046634674,-0.8242189884185791,-1.1988749504089355,1.2473440170288086,0.879006028175354,-1.170071005821228,-1.0699650049209595,-1.921718955039978,0.0849670022726059,-0.15556399524211884,-2.046721935272217,-1.1683499813079834,-0.35721999406814575,-1.121062994003296,0.38573500514030457,-0.14878199994564056,-0.8278419971466064,-1.2439090013504028,0.02082199975848198,-0.7266989946365356,0.4739510118961334,0.9079549908638,1.0934029817581177,1.1012660264968872,0.9919090270996094,0.7507950067520142,-1.2391120195388794,2.8299660682678223,-1.0791829824447632,-0.4425159990787506,-0.34535300731658936,0.4014270007610321,1.1648750305175781,-1.0640310049057007,-1.7159579992294312,0.1697389930486679,-1.2566519975662231,-0.751803994178772,-1.6698650121688843,-0.7956309914588928,-1.2398090362548828,-1.3964810371398926,-0.815106987953186,0.41113901138305664,0.07379200309515,0.8905159831047058,-1.2510780096054077,-1.3473360538482666,0.18621499836444855,-0.7917479872703552,-1.2331310510635376,0.8502079844474792,0.028548000380396843,-1.0996869802474976,1.838230013847351,-1.7082979679107666,-0.7190849781036377,1.1595269441604614,0.9374390244483948,1.9141689538955688,1.7231019735336304,-0.27393999695777893,-1.1178549528121948,0.8336449861526489,0.6218019723892212,-1.3878979682922363,-1.4999630451202393,2.1932389736175537,-0.6908010244369507,0.05206200107932091,-1.5096579790115356,-1.8425649404525757,-0.5658360123634338,0.8565179705619812,1.5139410495758057,-0.7037609815597534,0.41758298873901367,-0.5865330100059509,-0.768651008605957,-0.25976601243019104,-0.4289099872112274,0.6646209955215454,-1.6972049474716187,-1.1346360445022583,-1.2794619798660278,0.2818419933319092,-0.6617239713668823,-1.033547043800354,-0.04846600070595741,-0.6666939854621887,0.9675890207290649,-0.0013010000111535192,-0.63543301820755,-1.242400050163269,-0.20247699320316315,-0.3062730133533478,0.5137839913368225,-0.9783310294151306,-1.1170690059661865,1.4290590286254883,1.0930180549621582,1.2660119533538818,-1.3312259912490845,-1.3914330005645752,-0.009367000311613083,-0.03447800129652023,1.3075560331344604,-0.634818971157074,1.0016720294952393,2.2687840461730957,-0.6777909994125366,0.39256900548934937,0.7872859835624695,-2.251128911972046,-0.44805100560188293,-0.1383109986782074,0.8299440145492554,-0.8715050220489502,2.6208651065826416,-0.6499509811401367,0.34962499141693115,0.2508249878883362,-0.6018009781837463,2.1790618896484375,0.9693989753723145,-1.008178949356079,0.7606130242347717,1.0991679430007935,-1.024487018585205,-0.9775789976119995,-0.9374240040779114,-0.7620840072631836,1.148414969444275,-0.7820289731025696,-0.9623110294342041,-0.09952700138092041,-0.6612849831581116,-0.8083500266075134,1.7930409908294678,0.47952800989151,0.5387359857559204,0.8723509907722473,0.03246400132775307,0.27793899178504944,0.34049299359321594,0.9501780271530151,-0.3168509900569916,0.06175199896097183,-0.4214720129966736,-0.25692400336265564,-0.29041099548339844,1.2841769456863403,2.563952922821045,-0.5400040149688721,0.4311879873275757,1.0967350006103516,-1.2845100164413452,-0.8753049969673157,-2.386681079864502,2.542736053466797,0.4984489977359772,-0.7867050170898438,-0.8348659873008728,-0.5240129828453064,0.03777800127863884,0.3273009955883026,0.5048180222511292,-1.042065978050232,-1.1385070085525513,1.1528079509735107,0.8462039828300476,0.1059660017490387,-0.2300579994916916,-0.5830199718475342,-0.013159000314772129,-0.8492580056190491,-0.04718400165438652,0.8375399708747864,1.8058029413223267,-0.2165679931640625,-0.779308021068573,0.0696830004453659,0.02348499931395054,-1.1674250364303589,0.8701850175857544,1.7055660486221313,-0.9599840044975281,0.2674660086631775,1.074666976928711,-0.07208599895238876,-2.058661937713623,0.04476900026202202,-1.0327099561691284,0.15725499391555786,-0.23156100511550903,1.0178699493408203,0.5107399821281433,-1.7821229696273804,0.635558009147644,-1.3652739524841309,-1.0052900314331055,1.2769700288772583,-1.2729660272598267,2.0783839225769043,-0.825543999671936,1.2796189785003662,-0.8966959714889526,-0.7830179929733276,-0.3485260009765625,0.5878739953041077,-0.6048460006713867,-0.3508569896221161,-0.3242090046405792,-0.6480050086975098,0.02908400073647499,0.5252150297164917,-1.2374809980392456,0.33761200308799744,-1.4093619585037231,0.24448299407958984,-0.8282290101051331,-0.6029019951820374,-0.9365540146827698,0.27706000208854675,-0.3245700001716614,-0.09292799979448318,-1.8472440242767334,-0.6268870234489441,-0.18593299388885498,-1.0290189981460571,-1.0033990144729614,-0.7884600162506104,-1.3882520198822021,-1.2229570150375366,0.016228999942541122,0.95524001121521,1.529358983039856,0.4893909990787506,1.1526570320129395,0.6704350113868713,0.45856401324272156,-0.03350000083446503,-1.0540950298309326,-0.3258819878101349,-0.06666900217533112,0.4485439956188202,1.2881089448928833,-0.33640798926353455,0.38299399614334106,0.4962790012359619,-0.16889899969100952,-0.9449750185012817,1.9601449966430664,-1.2806999683380127,-0.584729015827179,-0.629023015499115,2.527466058731079,-0.5511770248413086,-1.4142080545425415,0.6613619923591614,1.1620450019836426,-0.5679529905319214,-0.10135900229215622,2.865596055984497,-0.7418310046195984,-1.2990529537200928,-0.887781023979187,-1.1515320539474487,-1.1593669652938843,-1.4265520572662354,-0.6983820199966431,-0.11403699964284897,1.2226680517196655,1.3406070470809937,-0.6433039903640747,-0.6406409740447998,-0.9766209721565247,1.8162380456924438,0.3940120041370392,-1.3468619585037231,-0.8897500038146973,-0.07733000069856644,0.13781200349330902,-1.0524330139160156,2.354029893875122,1.3974260091781616,0.489327996969223,-0.4953930079936981,2.3984169960021973,-1.269827961921692,-0.39088499546051025,-0.48888900876045227,-1.315242052078247,0.7000030279159546,-0.12480700016021729,-1.9343819618225098,-1.1456409692764282,0.8520110249519348,1.3414909839630127,1.0413990020751953,2.0680959224700928,2.6351850032806396,-1.3454159498214722,2.9326319694519043,-0.20872299373149872,-1.3181320428848267,-1.3334460258483887,0.3044759929180145,0.5891919732093811,-1.8835029602050781,-0.18028199672698975,-0.29848700761795044,-0.817035973072052,0.9415439963340759,0.928525984287262,0.9481189846992493,1.9006199836730957,-0.21722500026226044,0.6344000101089478,-0.08989299833774567,-1.1333739757537842,1.4211349487304688,-1.009714961051941,-0.7198989987373352,-0.9363110065460205,1.8318250179290771,-0.8403199911117554,0.38886600732803345,1.1028740406036377,2.1313250064849854,1.0584280490875244,1.2206979990005493,1.172793984413147,1.7754180431365967,0.7017470002174377,1.0277730226516724,-1.2213150262832642,-1.2300130128860474,-0.9796450138092041,-0.5974850058555603,0.7125149965286255,-1.3918370008468628,0.9889929890632629,-0.304190993309021,1.743453025817871,1.1613340377807617,1.1672539710998535,-0.9729250073432922,1.1250510215759277,-0.4310010075569153,0.49769601225852966,-0.046427998691797256,2.4225010871887207,0.910955011844635,0.931755006313324,0.04930099844932556,0.03185899928212166,-0.05778300017118454,2.0988008975982666,-0.22903500497341156,-2.522602081298828,1.010591983795166,0.9594910144805908,0.05972300097346306,0.6072390079498291,1.4851679801940918,-0.8588489890098572,-1.4920430183410645,-0.6578980088233948,-1.277732014656067,-0.6786980032920837,0.9367790222167969,-1.2033319473266602,1.9734309911727905,0.9241600036621094,-0.085377998650074,-2.167649984359741,-0.15614700317382812,0.12877899408340454,0.9841560125350952,-0.9260929822921753,1.219696044921875,2.902506113052368,-1.2634329795837402,-0.6357420086860657,0.9647939801216125,-1.8722230195999146,2.532860040664673,-0.9727920293807983,2.271188974380493,0.6428359746932983,0.8649899959564209,-0.8631250262260437,-0.6163179874420166,-1.1120469570159912,1.239395022392273,1.28131902217865,0.7491160035133362,0.29460299015045166,1.205960988998413,-0.05490799993276596,-1.5820499658584595,1.2830979824066162,0.576341986656189,-0.6775919795036316,0.11500699818134308,-0.5200340151786804,-1.166803002357483,0.14890199899673462,1.1115789413452148,0.9672380089759827,-0.15470999479293823,-0.13408100605010986,1.4239840507507324,-0.35973700881004333,1.1521159410476685,1.0056179761886597,-1.3277009725570679,-1.2241450548171997,1.8408429622650146,-0.9216949939727783,-0.009875000454485416,2.318387985229492,1.569180965423584,1.0677030086517334,-0.7209709882736206,-1.5603059530258179,1.8499640226364136,1.1143330335617065,-0.44163501262664795,1.4573240280151367,-0.8935080170631409,0.8327699899673462,2.6503140926361084,-0.06644099950790405,0.23869599401950836,0.25829800963401794,0.8995350003242493,0.44098299741744995,-0.9286249876022339,-0.5409200191497803,0.7000600099563599,2.279426097869873,0.5346930027008057,2.618140935897827,-1.5197069644927979,-0.6109030246734619,-0.11974599957466125,2.6239469051361084,1.4033269882202148,1.0024800300598145,1.0548369884490967,0.14366300404071808,-0.3095700144767761,-0.22460000216960907,-0.812379002571106,-0.7549759745597839,0.1674329936504364,-0.18392899632453918,1.2535200119018555,1.1062769889831543,-0.654013991355896,-1.2619049549102783,0.06822700053453445,0.08105500042438507,-0.03532699868083,-1.0113710165023804,-1.469107985496521,1.8041759729385376,0.36553800106048584,-0.4234220087528229,0.3430419862270355,-1.0789239406585693,0.7149969935417175,1.6244200468063354,0.965149998664856,1.3954050540924072,0.7378299832344055,2.525986909866333,-0.1759209930896759,-0.9368969798088074,1.0875329971313477,-1.3814469575881958,0.7134289741516113,0.7114989757537842,1.7937159538269043,0.2759169936180115,-1.1217479705810547,-0.004290999844670296,-1.591107964515686,2.124574899673462,2.1723380088806152,-0.33591601252555847,-0.5682240128517151,1.7319220304489136,2.120421886444092,0.45805299282073975,-1.8175029754638672,0.9129170179367065,0.22015400230884552,-1.121654987335205,-0.9034919738769531,-1.3869080543518066,-1.188156008720398,-0.8389260172843933,-1.0276329517364502,-0.8338220119476318,-1.5427030324935913,-1.2433099746704102,0.766560971736908,-0.4159109890460968,-0.9670559763908386,0.8012329936027527,0.2872309982776642,0.9314630031585693,0.866894006729126,0.5384870171546936,-0.9901440143585205,2.107451915740967,0.4417420029640198,1.7132920026779175,0.21976399421691895,-0.4377000033855438,0.9735580086708069,1.6352119445800781,-0.8293910026550293,0.20340900123119354,-0.637024998664856,0.5227280259132385,0.5028060078620911,2.1589579582214355,-0.5413770079612732,-0.23077799379825592,-0.6647170186042786,-0.994255006313324,-0.1878499984741211,0.7048490047454834,0.21404500305652618,-1.236456036567688,-1.645095944404602,-0.00393499992787838,-1.3509440422058105,0.32665300369262695,-1.133754014968872,2.0285279750823975,1.4236899614334106,0.4064770042896271,-1.1891380548477173,0.28467699885368347,-0.671068012714386,-1.13058602809906,-0.7283400297164917,-1.225195050239563,-1.1471270322799683,0.2899169921875,2.571388006210327,-0.632203996181488,-1.1943379640579224,-0.24940800666809082,-0.9629679918289185,1.0066419839859009,-0.44431498646736145,-0.25391098856925964,-0.41025200486183167,-0.10977300256490707,0.7455589771270752,-0.47118398547172546,-1.6091680526733398,1.1040149927139282,1.2120059728622437,-1.3154540061950684,-0.3826499879360199,1.229086995124817,0.21312400698661804,1.1209590435028076,0.3473820090293884,2.7803919315338135,0.6367390155792236,-1.4898829460144043,-0.7735400199890137,-0.6184269785881042,-1.3411240577697754,0.4324119985103607,-0.29215699434280396,0.2128559947013855,-0.33413100242614746,2.0159189701080322,0.7864490151405334,-1.7849270105361938,-0.09213300049304962,0.6838539838790894,-0.5038509964942932,0.6295890212059021,0.5764960050582886,-0.047331999987363815,-0.5695040225982666,-1.1109089851379395,-0.7457990050315857,-1.9940470457077026,1.1188100576400757,-2.278167963027954,-0.362760990858078,1.5399169921875,-1.1881749629974365,-0.9411249756813049,-1.095592975616455,-0.0286640003323555,0.37540799379348755,-1.5072959661483765,0.05816499888896942,1.2918310165405273,-0.5148739814758301,1.7571990489959717,-0.49260398745536804,-0.10712400078773499,2.3461759090423584,-1.071679949760437,-1.2530670166015625,0.2050050050020218,1.1419110298156738,1.7487380504608154,1.820304036140442,1.6868269443511963,-0.8910260200500488,-1.9753090143203735,-0.8165479898452759,0.5779899954795837,1.1603950262069702,0.4864650070667267,-1.0737019777297974,-1.076225996017456,0.6015620231628418,-0.31678101420402527,-1.2651009559631348,-1.6657429933547974,2.4136550426483154,-0.4822160005569458,0.3016510009765625,0.4253840148448944,2.615385055541992,1.8783190250396729,2.2628560066223145,-2.060235023498535,-0.8861439824104309,0.32904601097106934,-1.2806179523468018,-0.7812860012054443,-0.7791979908943176,-0.8902789950370789,-1.5318909883499146,-1.442451000213623,0.7886509895324707,-0.19004899263381958,-0.26882800459861755,2.109055995941162,0.9011009931564331,-0.9729350209236145,0.5552570223808289,1.9033809900283813,1.0201029777526855,-0.9240819811820984,-0.9743379950523376,1.186331033706665,0.49529600143432617,1.051406979560852,1.0695940256118774,0.2647460103034973,1.3021169900894165,0.8063449859619141,0.05205899849534035,-1.3846280574798584,-1.0152759552001953,-1.2379029989242554,-1.5779390335083008,-0.9293969869613647,-1.2945820093154907,-1.139374017715454,0.43450599908828735,-0.24832700192928314,0.568481981754303,-0.6645529866218567,-0.4467200040817261,-0.799301028251648,-1.7357820272445679,-1.069430947303772,-0.43569499254226685,0.314877986907959,-0.2263299971818924,-0.40186598896980286,-0.421548992395401,1.7979120016098022,-0.4889810085296631,-0.674767017364502,-1.9049910306930542,2.320770025253296,1.20455002784729,-1.3452320098876953,-1.9468920230865479,-1.0993380546569824,1.2066290378570557,2.4426660537719727,-0.7375199794769287,0.051747001707553864,0.176269993185997,-1.5831079483032227,1.0960619449615479,1.140347957611084,2.240540027618408,1.3514790534973145,-0.8821859955787659,1.0654280185699463,-0.25723201036453247,0.1455869972705841,1.2528239488601685,0.2483779937028885,-0.1975259929895401,0.1988140046596527,-2.0681800842285156,-0.12870100140571594,0.43278399109840393,-0.2385919988155365,0.6845890283584595,1.1104099750518799,1.188431978225708,-1.0553890466690063,1.3063640594482422,-1.1561700105667114,0.6830679774284363,0.8410379886627197,-0.3066540062427521,-1.1055810451507568,0.29983800649642944,0.948062002658844,0.33732399344444275,1.0901010036468506,1.4437350034713745,-0.7210249900817871,-0.9271979928016663,1.4637110233306885,1.798935055732727,0.12317699939012527,0.5908979773521423,1.123716950416565,1.1326309442520142,0.26295000314712524,-1.1322959661483765,1.8645349740982056,-1.1585500240325928,1.7118940353393555,-1.1480530500411987,-1.6995660066604614,1.9101430177688599,2.81524395942688,-1.3934730291366577,1.2192800045013428,1.5050909519195557,0.17258499562740326,-0.9244329929351807,-0.39313799142837524,1.170704960823059,0.04620800167322159,-0.7440599799156189,-0.4321439862251282,-1.809272050857544,0.800944983959198,1.0385080575942993,-0.5707399845123291,-0.7729640007019043,1.6375269889831543,-0.9941520094871521,-1.1706960201263428,-0.5779110193252563,0.3162580132484436,0.43064001202583313,-1.196813941001892,0.28728199005126953,-0.1866459995508194,-0.1540749967098236,1.318189024925232,1.1462819576263428,-1.0940810441970825,1.6834750175476074,-1.8590929508209229,0.9561089873313904,-0.9527580142021179,-1.7564090490341187,-0.8322669863700867,1.0135999917984009,2.553662061691284,0.6807850003242493,-0.9337499737739563,1.405329942703247,1.2088539600372314,-2.1558799743652344,0.23455199599266052,-0.7665929794311523,1.3084089756011963,0.31373199820518494,-1.325692057609558,-0.6823179721832275,-0.6587979793548584,1.6707639694213867,-1.126994013786316,-0.19376400113105774,-0.470753014087677,0.8721389770507812,-0.6043220162391663,-2.1263771057128906,-0.9822530150413513,0.047178998589515686,-0.851302981376648,-1.9127600193023682,-0.2439669966697693,0.9479460120201111,-1.2930879592895508,-0.5035629868507385,-0.5707269906997681,1.1519670486450195,-1.7184300422668457,2.9281370639801025,-0.4318920075893402,1.6482009887695312,1.568938970565796,2.274822950363159,-0.1433430016040802,2.1657938957214355,0.4909290075302124,-2.028212070465088,-0.05984099954366684,-1.0796749591827393,0.09735099971294403,-1.8211719989776611,1.0918259620666504,0.26180300116539,1.220494031906128,0.40761300921440125,0.6285250186920166,-1.1183559894561768,-0.9849960207939148,-0.2093210071325302,0.3683130145072937,-0.39674100279808044,1.0504759550094604,2.28889799118042,0.9439679980278015,-0.7951099872589111,-1.1628459692001343,-0.9057999849319458,-1.925318956375122,-0.8798289895057678,1.502979040145874,-1.3934160470962524,1.201051950454712,-0.9153519868850708,-1.3599610328674316,0.17508399486541748,1.2872200012207031,-1.3316949605941772,0.7602130174636841,0.9151809811592102,-0.8435549736022949,1.2313499450683594,1.9987059831619263,0.44328299164772034,-0.8247219920158386,-0.6827160120010376,0.22576899826526642,-0.3827899992465973,2.338654041290283,2.358246088027954,0.2350340038537979,1.2263009548187256,1.0122959613800049,1.6881500482559204,0.9849460124969482,0.9547160267829895,-0.8844119906425476,-0.31680700182914734,-0.3466069996356964,-1.1975330114364624,-1.4707340002059937,-1.23186194896698,1.1884809732437134,-1.4778939485549927,-1.161911964416504,0.06494999676942825,1.6751879453659058,-1.178223967552185,1.180564045906067,1.7809679508209229,0.520238995552063,-1.065587043762207,1.7652959823608398,1.6611989736557007,2.6067190170288086,2.067080020904541,1.1867860555648804,-0.16527700424194336,0.8263069987297058,0.006622999906539917,-1.1104940176010132,-2.4805450439453125,-1.3368419408798218,-1.1468119621276855,-0.6824420094490051,-1.4443509578704834,-0.024309000000357628,0.19431300461292267,0.5420899987220764,1.162065029144287,0.5428599715232849,-1.2252089977264404,-0.733788013458252,-0.3125,2.0672760009765625,1.9755020141601562,2.002208948135376,2.2287139892578125,1.3263700008392334,-0.4352419972419739,1.0695290565490723,-1.2643699645996094,-0.6797199845314026,-1.3849090337753296,-0.6649940013885498,0.6120150089263916,0.18041199445724487,-0.8925979733467102,0.903535008430481,-1.0424309968948364,-0.8939369916915894,0.3934119939804077,-0.5160890221595764,0.43647098541259766,2.6989400386810303,2.6898748874664307,0.49181899428367615,-0.9818570017814636,0.9565600156784058,-0.39417898654937744,0.2404710054397583,0.2098589986562729,0.3658519983291626,-1.8421330451965332,1.7932699918746948,0.9625800251960754,-0.9749529957771301,-1.3224600553512573,1.070052981376648,0.3581629991531372,-0.5659480094909668,-0.6773449778556824,-2.5115509033203125,-0.8653320074081421,-0.2608489990234375,0.19957299530506134,-1.688541054725647,1.054429054260254,0.773501992225647,0.06230099871754646,-2.3217620849609375,-2.3181300163269043,2.365813970565796,0.011959999799728394,0.7897229790687561,-1.3635530471801758,0.20637500286102295,-0.46428999304771423,-1.2016960382461548,1.6401389837265015,-0.5975069999694824,-0.19964900612831116,-1.2763550281524658,-1.6019220352172852,-1.255350947380066,1.3153040409088135,1.201712965965271,-1.356598973274231,0.01856599934399128,2.5377790927886963,0.930321991443634,1.5246449708938599,-1.3333139419555664,0.0032500000670552254,-1.2869449853897095,0.4606480002403259,-0.2691330015659332,-0.2554109990596771,-0.5801830291748047,-0.7218999862670898,-0.6178100109100342,0.19940100610256195,-1.2801040410995483,1.2796109914779663,1.9070559740066528,0.8683800101280212,2.2992780208587646,0.5827869772911072,0.3309459984302521,-1.7480770349502563,-0.08559200167655945,-0.8525159955024719,-1.0909260511398315,-1.2234909534454346,2.2551419734954834,-1.6407170295715332,1.120332956314087,2.7471160888671875,0.001408000010997057,-0.5442789793014526,-0.35888800024986267,0.15290600061416626,-0.3393220007419586,1.053186058998108,0.41626501083374023,0.3210870027542114,0.12271200120449066,-1.0999950170516968,-0.21097399294376373,1.1298489570617676,-2.100198984146118,0.6638619899749756,0.21762199699878693,1.7741039991378784,-0.6639500260353088,-0.49902400374412537,0.6037949919700623,0.04531500115990639,-0.7460409998893738,1.2451080083847046,1.152974009513855,0.4645580053329468,0.7681670188903809,1.714563012123108,-0.05730700120329857,1.7653449773788452,-1.2271209955215454,-1.289652943611145,-0.47332099080085754,0.092180997133255,-1.3817269802093506,-0.7831689715385437,-1.2444380521774292,-1.0184210538864136,2.749795913696289,-1.5222129821777344,-1.0060579776763916,0.6710699796676636,-0.7430599927902222,1.244493007659912,-0.7786470055580139,2.4814600944519043,1.1749409437179565,1.8375170230865479,-1.1983469724655151,-0.5687639713287354,-1.3547970056533813,0.8360239863395691,-1.667904019355774,0.7166829705238342,-1.3656359910964966,0.439426988363266,-0.6046379804611206,2.054905891418457,0.36337000131607056,-0.09308599680662155,2.1017909049987793,1.2886810302734375,1.792822003364563,-1.1910320520401,-0.27537599205970764,-1.360921025276184,2.8008038997650146,1.554460048675537,0.5175790190696716,0.5079950094223022,-1.3393570184707642,-1.232010006904602,-0.439628005027771,-0.4184490144252777,-1.2609310150146484,-1.3490639925003052,0.17642900347709656,1.4549139738082886,-2.412261962890625,0.6983029842376709,-0.7496730089187622,1.7092280387878418,1.177955985069275,1.061684012413025,0.6516559720039368,0.8684210181236267,-0.53233402967453,0.7981870174407959,-1.287768006324768,-0.8191760182380676,-1.0058720111846924,0.3424749970436096,-0.638126015663147,-1.5948560237884521,-0.29482901096343994,-1.2578059434890747,-1.007768988609314,1.0848939418792725,-1.2773690223693848,-0.8815060257911682,-0.7719519734382629,-1.3258219957351685,-0.8107349872589111,0.16905200481414795,0.04540399834513664,0.24518999457359314,-0.582718014717102,-1.2345030307769775,-0.6332949995994568,-0.05890199914574623,-1.0484349727630615,-0.6549109816551208,-1.0465550422668457,-0.5066409707069397,-0.18685199320316315,-0.47591400146484375,0.3073500096797943,-1.0081559419631958,-0.4454990029335022,0.43260499835014343,-1.1554689407348633,-0.8867279887199402,-1.4655760526657104,-1.1149749755859375,0.37475401163101196,-0.25103700160980225,1.1294690370559692,-1.2349809408187866,-1.1548930406570435,-0.42052701115608215,0.705968976020813,-0.19933700561523438,-0.4438669979572296,1.9267300367355347,-1.1085050106048584,-0.11146499961614609,1.2369240522384644,1.4858109951019287,0.6914510130882263,1.137773036956787,-1.116407036781311,-1.4112390279769897,0.5354049801826477,1.6211429834365845,0.15425899624824524,-1.3533459901809692,-0.7341189980506897,2.4321670532226562,-1.267251968383789,-0.7870810031890869,0.7987589836120605,-0.3930310010910034,-0.1951179951429367,-0.30052199959754944,-0.1329910010099411,2.8566861152648926,0.02881699986755848,-0.8760849833488464,-0.1441829949617386,-1.048745036125183,-0.13817299902439117,0.3068870007991791,-0.7831889986991882,-0.7378050088882446,0.5128729939460754,-0.04885600134730339,-0.6433550119400024,-1.0873260498046875,0.2721880078315735,-1.3756489753723145,1.2570610046386719,-1.6608179807662964,-1.6271510124206543,1.999282956123352,-0.39111900329589844,2.315016031265259,-1.5439109802246094,2.1180150508880615,-1.145576000213623,-0.830623984336853,-0.2643530070781708,-0.21516500413417816,0.868831992149353,-0.37275299429893494,-0.11093000322580338,0.49073800444602966,1.8531030416488647,0.7815700173377991,0.38397398591041565,-0.23815099895000458,0.16878899931907654,0.9015200138092041,-0.8765569925308228,-0.6650540232658386,-0.8108760118484497,-0.7134580016136169,0.276962012052536,0.2958570122718811,1.0706089735031128,-0.26688098907470703,-1.0952759981155396,1.905210018157959,-1.1622350215911865,-1.151911973953247,1.997352957725525,0.48132699728012085,2.8651490211486816,-0.738789975643158,-1.2182589769363403,-0.35316699743270874,-0.43683499097824097,-0.6711050271987915,-0.5098729729652405,-0.3059470057487488,-1.195019006729126,-1.696619987487793,2.1489529609680176,-0.6782019734382629,-0.6330609917640686,0.6875690221786499,0.3673889935016632,-0.1954279989004135,0.14509999752044678,-0.2294279932975769,-0.7714449763298035,-0.5871239900588989,-0.0009869999485090375,1.2297970056533813,-1.6191370487213135,-1.5192430019378662,-0.2635959982872009,1.474133014678955,-0.887444019317627,-0.7628539800643921,0.3124200105667114,1.197733998298645,-1.3313239812850952,1.3799769878387451,-1.6862579584121704,2.7515640258789062,-0.8964880108833313,0.22466899454593658,0.39349600672721863,2.466681957244873,2.384124994277954,-0.16685199737548828,-0.5956649780273438,0.48290300369262695,0.8139439821243286,-0.17779800295829773,1.0087850093841553,-0.5656329989433289,0.4166010022163391,-0.3377149999141693,-0.015558999963104725,1.2285950183868408,1.1859350204467773,-0.14221300184726715,-0.5920400023460388,2.0798110961914062,-1.3508620262145996,1.0305019617080688,1.5304319858551025,0.6828269958496094,-0.01104000024497509,0.0418969988822937,-1.2455589771270752,-1.3754359483718872,-1.3455580472946167,1.9078409671783447,-0.8677769899368286,-0.019005000591278076,0.7843970060348511,1.1649270057678223,1.2483619451522827,1.966752052307129,-0.3496699929237366,1.0388070344924927,-0.2055480033159256,0.7010959982872009,0.4179230034351349,-1.0746430158615112,-1.3100080490112305,-0.6341519951820374,-0.6725980043411255,1.0316989421844482,0.7011910080909729,0.8357419967651367,-0.3718790113925934,1.1193599700927734,-1.3300650119781494,-0.6951599717140198,0.8011299967765808,-1.0005040168762207,-0.42344099283218384,-1.2881040573120117,2.263209104537964,-1.9326339960098267,-0.5860729813575745,0.9202529788017273,0.9474689960479736,1.61427903175354,1.2610529661178589,1.284011960029602,-0.5554280281066895,-0.020949000492691994,0.032037001103162766,-0.5288190245628357,-0.8469849824905396,0.3241010010242462,0.6058130264282227,0.10492900013923645,1.5368839502334595,0.35295701026916504,1.2384519577026367,-0.26954901218414307,0.7939339876174927,0.17868199944496155,1.8433760404586792,-2.089905023574829,0.08898399770259857,-1.8046150207519531,1.8130379915237427,-0.46786901354789734,-0.997767984867096,0.2863349914550781,-1.7101589441299438,1.569687008857727,1.6510790586471558,-1.348147988319397,0.8027650117874146,1.3236720561981201,0.2691569924354553,-1.8165249824523926,0.844855010509491,1.7301290035247803,-2.2705190181732178,1.5834490060806274,0.7860530018806458,-0.8644059896469116,-1.4914970397949219,0.9695889949798584,-0.7651249766349792,-0.11878100037574768,1.2445189952850342,2.864880084991455,0.8124160170555115,-0.15346600115299225,1.1863399744033813,2.6862430572509766,-1.8265000581741333,2.2970309257507324,1.9031070470809937,0.9414470195770264,1.01760995388031,-0.7897679805755615,-2.489164113998413,-0.6443179845809937,2.2309999465942383,0.3413040041923523,0.8669130206108093,-1.1116650104522705,2.4929049015045166,-1.0195599794387817,2.6304609775543213,-0.966742992401123,-0.48657500743865967,-0.17298300564289093,-1.0894169807434082,-0.9202479720115662,0.05880900099873543,0.5474089980125427,1.8073619604110718,-1.263321042060852,-0.9926760196685791,0.8542029857635498,1.7042219638824463,0.30285200476646423,-1.9637720584869385,1.262184977531433,-0.3781220018863678,-0.9091349840164185,-0.5729770064353943,-0.9330300092697144,1.7485040426254272,-0.738286018371582,0.7374669909477234,1.813323974609375,0.835129976272583,0.07112299650907516,0.5329710245132446,0.8562849760055542,1.2561750411987305,-0.691972017288208,0.37441399693489075,1.7476129531860352,-2.3950018882751465,-0.6253200173377991,-0.1402440071105957,0.37356600165367126,0.9125819802284241,0.7788699865341187,-1.2279770374298096,1.125825047492981,-0.14894700050354004,1.3107930421829224,-1.3046009540557861,2.597027063369751,0.3352240025997162,0.03755300119519234,0.3829450011253357,-1.3691350221633911,-0.552852988243103,0.16233299672603607,2.2851099967956543,1.6406079530715942,2.7725830078125,-0.7803580164909363,-1.498749017715454,-1.3779489994049072,-1.8502999544143677,0.2834640145301819,-0.6574919819831848,1.7728079557418823,0.15139900147914886,0.7414320111274719,0.9232779741287231,1.0821870565414429,0.670261025428772,-0.5103470087051392,1.156620979309082,0.057624999433755875,2.153235912322998,-0.7045450210571289,-0.18260200321674347,0.8210200071334839,0.7544509768486023,-1.9992209672927856,2.1310269832611084,1.1297260522842407,-1.8208470344543457,0.42875298857688904,-0.43585601449012756,-0.6547889709472656,-1.3473529815673828,-1.3311690092086792,0.6759020090103149,1.4647619724273682,0.4441959857940674,1.0762629508972168,-0.4794529974460602,1.5055229663848877,1.214279055595398,1.1355210542678833,-0.5603169798851013,0.6030709743499756,1.6056629419326782,-1.2166409492492676,0.557548999786377,-0.8131510019302368,-0.3844529986381531,-1.2324999570846558,0.6634269952774048,-1.0879149436950684,-0.1988839954137802,-0.4938879907131195,-1.5064849853515625,-0.9410880208015442,-0.5756070017814636,-0.5294830203056335,1.1900899410247803,0.5017639994621277,2.296341896057129,-0.14243699610233307,-0.46176400780677795,-0.4144020080566406,-0.4247809946537018,0.5053790211677551,-0.14775599539279938,1.8665920495986938,2.0564489364624023,-1.0138030052185059,-1.122431993484497,0.9189180135726929,0.2832539975643158,0.19421599805355072,-0.29722100496292114,1.1305370330810547,0.23193199932575226,0.4830150008201599,0.32968899607658386,-0.7131310105323792,0.6850320100784302,0.6539750099182129,0.43538200855255127,-0.4210030138492584,1.1279319524765015,0.3671810030937195,-1.0934280157089233,-1.131289005279541,1.333739995956421,-0.9392129778862,-0.804606020450592,-0.3201749920845032,-0.3711549937725067,0.19504299759864807,-1.1830519437789917,-1.2076150178909302,-1.4398330450057983,-0.8564209938049316,0.9066569805145264,2.268035888671875,0.5782009959220886,2.4150209426879883,1.3270859718322754,1.5176299810409546,0.7721899747848511,1.6794400215148926,-0.04973800107836723,-1.3190280199050903,-0.09027799963951111,-0.5136640071868896,-2.0594170093536377,1.2526700496673584,1.0336090326309204,1.0681439638137817,-1.9250030517578125,-1.0747419595718384,1.0842089653015137,0.045506998896598816,-0.16460800170898438,0.5846430063247681,0.43650099635124207,2.698859930038452,-0.44675999879837036,-0.9113649725914001,-0.510138988494873,-0.6601639986038208,2.832832098007202,-1.1782989501953125,0.10509700328111649,-1.3534690141677856,-1.3910330533981323,-0.6993129849433899,1.1476579904556274,0.21287399530410767,-0.39621999859809875,-0.5168110132217407,1.4622540473937988,0.30173900723457336,1.4664809703826904,-1.1271779537200928,-0.33331701159477234,1.940379023551941,-0.28248798847198486,-0.9977570176124573,0.13701200485229492,-0.9193199872970581,0.24234800040721893,1.557703971862793,2.9230380058288574,-0.6083530187606812,-0.48415398597717285,2.309446096420288,2.314769983291626,0.8790760040283203,1.0713330507278442,0.26425901055336,0.974032998085022,1.7937580347061157,0.5793949961662292,-0.6602410078048706,-1.1333539485931396,2.305114984512329,-0.13883699476718903,-1.2276999950408936,-1.2267709970474243,-1.878769040107727,-0.5165169835090637,-0.8247389793395996,2.2781589031219482,0.9470540285110474,-1.2873280048370361,-0.013957000337541103,0.014465999789536,-1.1535029411315918,-0.8025559782981873,0.7413539886474609,-1.4994219541549683,-1.2464410066604614,-1.1237900257110596,1.4460220336914062,-0.9193480014801025,1.8369899988174438,-2.374490976333618,2.2294960021972656,1.458704948425293,-1.0701910257339478,-0.06216200068593025,1.182682991027832,-0.5247669816017151,-0.06002800166606903,-0.7446479797363281,-0.28598299622535706,-0.9439250230789185,-1.5219839811325073,-0.42820000648498535,1.0176270008087158,0.04188000038266182,0.938060998916626,-0.5009999871253967,-1.622009038925171,2.333271026611328,-0.7845799922943115,-0.9831799864768982,-0.30675598978996277,-0.7966160178184509,-1.2832030057907104,0.11271999776363373,-0.5916439890861511,-0.2822650074958801,0.08739200234413147,-0.659250020980835,-0.28617799282073975,1.2547520399093628,2.1176509857177734,-2.4609758853912354,-0.40383800864219666,-1.2028679847717285,0.8150699734687805,-1.355437994003296,-1.738685965538025,-0.996330976486206,-1.1157310009002686,1.0252519845962524,-0.9407870173454285,-1.4005600214004517,-1.7872769832611084,1.339879035949707,0.20600299537181854,0.2784770131111145,1.3106889724731445,1.1545579433441162,1.2677229642868042,-1.0506670475006104,-0.960902988910675,-1.8030849695205688,0.2381870001554489,-0.8087829947471619,-0.8586410284042358,-0.8595669865608215,2.846151113510132,2.108177900314331,1.2630709409713745,-0.0031679999083280563,0.01347300037741661,-0.633404016494751,-1.271507978439331,1.2018909454345703,1.1924580335617065,2.045893907546997,0.13787800073623657,1.00456702709198,-0.6323599815368652,-1.8383359909057617,0.23993100225925446,0.9455069899559021,-0.23104999959468842,-0.048204001039266586,2.603645086288452,1.117838978767395,0.5776910185813904,0.8436059951782227,1.4885250329971313,-0.4151740074157715,-0.5247970223426819,2.2415380477905273,-0.12646499276161194,-0.6733670234680176,-0.7063699960708618,2.9139599800109863,-1.3046760559082031,-0.18878699839115143,1.2069510221481323,-1.1488300561904907,-1.1835709810256958,-1.310871958732605,-0.3196839988231659,0.07936599850654602,0.6451460123062134,-1.255707025527954,-1.000177025794983,-0.2425370067358017,0.03479800000786781,-0.40275800228118896,2.7398719787597656,-1.381909966468811,-0.8741409778594971,-1.7430800199508667,-0.43328800797462463,2.159127950668335,-1.288074016571045,2.122241973876953,-1.0755219459533691,0.4572399854660034,2.052536964416504,0.7498030066490173,-0.9769449830055237,0.9858070015907288,-0.4406279921531677,2.222472906112671,-0.5914880037307739,-1.0328960418701172,0.7685199975967407,0.1156029999256134,-0.24021099507808685,-0.7084699869155884,-0.518796980381012,1.086074948310852,1.386376976966858,-1.666198968887329,1.2837920188903809,-0.4415850043296814,1.709157943725586,-0.3407900035381317,0.04572699964046478,-0.1847739964723587,-0.3049980103969574,0.45037099719047546,-1.1052039861679077,-0.9248999953269958,0.552960991859436,0.5536190271377563,1.369246006011963,-0.6838260293006897,-1.3421109914779663,0.5512570142745972,1.264032006263733,-1.2317529916763306,-0.3438810110092163,-0.6425759792327881,-2.392760992050171,2.5783040523529053,2.5422959327697754,-1.2419439554214478,-0.495184987783432,0.3194369971752167,-0.6953970193862915,-1.401252031326294,-1.3214279413223267,0.5140969753265381,2.361851930618286,2.099616050720215,-1.0271509885787964,0.1501390039920807,-0.514398992061615,1.2215980291366577,-0.7723190188407898,-0.7387480139732361,-1.5688220262527466,-2.475670099258423,0.07742500305175781,-1.2078989744186401,-0.7149050235748291,-0.8437299728393555,-0.22014500200748444,1.0248969793319702,-0.6489449739456177,-0.7246599793434143,-1.360906958580017,-0.863165020942688,0.858020007610321,-1.2354919910430908,0.7387620210647583,0.4653480052947998,2.016191005706787,-2.2277469635009766,0.771353006362915,0.9881929755210876,-1.1157360076904297,0.7993969917297363,-1.4359439611434937,-1.895292043685913,2.237169027328491,1.5963740348815918,-1.3349709510803223,-1.541854977607727,1.0251489877700806,-0.05996900051832199,1.9463460445404053,0.9732789993286133,-1.9375749826431274,0.9919419884681702,-0.9220370054244995,0.9966030120849609,-0.7929990291595459,-1.0456570386886597,-1.3268790245056152,-0.5234339833259583,-1.0114150047302246,2.3151419162750244,-0.09337999671697617,-1.2141549587249756,-1.1906280517578125,-0.49521100521087646,1.2489290237426758,1.7989050149917603,-0.8159289956092834,-0.8281819820404053,0.2577599883079529,-0.566789984703064,0.42360299825668335,0.7096070051193237,-0.5278850197792053,-0.8896920084953308,-1.0692219734191895,1.3482660055160522,-0.42843401432037354,2.0733718872070312,0.4478139877319336,-1.1260130405426025,0.08941300213336945,0.5201579928398132,-1.2082029581069946,-0.12282499670982361,-1.1043230295181274,2.279114007949829,0.09730199724435806,-0.4401269853115082,1.7138760089874268,-2.181804895401001,0.3200109899044037,1.874959945678711,-1.9495240449905396,-1.019881010055542,2.348647117614746,0.8009849786758423,0.6387420296669006,-0.013942999765276909,-0.48966100811958313,-1.4931559562683105,0.22613400220870972,0.7637919783592224,-2.0452919006347656,-0.6972370147705078,-0.29381999373435974,0.495963990688324,0.9663310050964355,2.1048710346221924,1.0635679960250854,1.7755169868469238,1.5995999574661255,-1.392714023590088,1.8119850158691406,-0.21434900164604187,-1.049644947052002,1.1428680419921875,0.7774320244789124,2.8875579833984375,0.05121999979019165,-1.2371150255203247,-0.6469039916992188,0.7164940237998962,2.1288681030273438,0.27222299575805664,-0.6644129753112793,-0.5203850269317627,-0.11209399998188019,-1.0659940242767334,-0.6580150127410889,-0.9247890114784241,1.9225859642028809,0.14436399936676025,-0.18330100178718567,1.0714449882507324,-0.6625819802284241,2.7238919734954834,-0.5262079834938049,0.9399620294570923,0.142753005027771,-0.8261899948120117,0.2663849890232086,-1.3949049711227417,-0.20736299455165863,-0.22282899916172028,-0.6370090246200562,0.08271399885416031,0.005291000008583069,1.251889944076538,-0.6862789988517761,1.1899570226669312,-1.255741000175476,-1.7360670566558838,1.792691946029663,-0.6730110049247742,-0.5250930190086365,-0.4318389892578125,-0.13245800137519836,-0.6690959930419922,-0.564041018486023,-0.5268849730491638,-0.6281740069389343,-0.33952900767326355,-0.8642140030860901,1.6752699613571167,1.6813499927520752,-0.8925110101699829,-1.7050549983978271,-1.5924760103225708,0.2008569985628128,-1.1102039813995361,-1.3867650032043457,0.9662399888038635,0.25259798765182495,-1.5917760133743286,-1.0226689577102661,-1.3665709495544434,-0.11432100087404251,-0.4897170066833496,0.4386880099773407,1.0202980041503906,-1.3711179494857788,-0.08647199720144272,-0.1124119982123375,0.9275869727134705,1.76774001121521,-0.22674700617790222,-0.441785991191864,1.2938250303268433,-0.7361180186271667,-0.34939301013946533,1.885051965713501,-0.9604809880256653,1.4983630180358887,-0.8089900016784668,-0.7407799959182739,2.0442280769348145,-0.43102800846099854,0.2904190123081207,-1.3670300245285034,-0.9420030117034912,1.2312599420547485,-0.10290300101041794,-0.3604480028152466,2.445930004119873,-1.080014944076538,-0.4603999853134155,-1.1279590129852295,2.466157913208008,-1.2318739891052246,-0.7664250135421753,2.6022980213165283,2.3306961059570312,2.337153911590576,-0.317782998085022,-0.3738099932670593,2.806601047515869,0.3363330066204071,0.4255949854850769,-0.09296499937772751,-1.106909990310669,1.34238600730896,-1.2195899486541748,-1.1943780183792114,-0.03478800132870674,-1.0746510028839111,0.44423601031303406,-0.4592660069465637,-0.715516984462738,-0.40878498554229736,0.717868983745575,-0.4159579873085022,-0.032735999673604965,-0.6686360239982605,-0.8012850284576416,-0.7119359970092773,-0.4112190008163452,0.7800279855728149,1.0853179693222046,1.9159409999847412,-1.1449990272521973,-1.2953530550003052,-1.00832200050354,1.2275470495224,-0.966156005859375,0.5419260263442993,-0.6785410046577454,-0.4262610077857971,-0.6138030290603638,-1.1680389642715454,0.4938260018825531,0.48651498556137085,-1.1193959712982178,-0.7036229968070984,2.5825729370117188,-1.7307920455932617,-0.8628290295600891,1.2193950414657593,0.799127995967865,2.3410260677337646,1.2186169624328613,-1.5704180002212524,0.10376899689435959,0.5855630040168762,-0.8665890097618103,-0.7819210290908813,-1.0123729705810547,0.060440000146627426,1.0206940174102783,0.03953700140118599,-0.2090419977903366,-1.2584669589996338,0.08230700343847275,1.7907999753952026,-1.1309549808502197,-0.5222190022468567,1.5925140380859375,-0.9818260073661804,0.3368229866027832,-0.6169989705085754,0.8130419850349426,0.08864700049161911,-1.2616209983825684,1.1123360395431519,1.1156179904937744,-0.5268970131874084,0.21359799802303314,-1.0362839698791504,-0.1855269968509674,-0.2409140020608902,-0.14491499960422516,-0.8772619962692261,-0.03483999893069267,1.5448529720306396,-2.1546900272369385,-1.0775840282440186,1.7873539924621582,0.7912899851799011,-0.31448501348495483,0.9777299761772156,-0.7931860089302063,0.12644700706005096,1.0233629941940308,1.3345539569854736,1.4102330207824707,1.4295040369033813,-1.2531700134277344,-0.896569013595581,1.0654829740524292,1.6475549936294556,-1.0372430086135864,-0.7796519994735718,-1.8558579683303833,-0.4982289969921112,-0.5518659949302673,1.7432479858398438,-0.6460559964179993,-0.33823099732398987,-0.2565459907054901,-0.9127609729766846,-0.7944129705429077,2.2646610736846924,-0.7279589772224426,-0.7223010063171387,-1.3675260543823242,0.12598800659179688,0.3472979962825775,1.6265720129013062,1.8208990097045898,-1.1636830568313599,2.196815013885498,2.178740978240967,0.1972070038318634,0.17868199944496155,-0.20017799735069275,1.0622750520706177,-0.793274998664856,0.679332971572876,1.028857946395874,1.0281280279159546,1.0710430145263672,0.5469220280647278,1.01118803024292,0.14999400079250336,-0.80526202917099,2.259403944015503,-0.3835020065307617,-0.5286779999732971,0.6183059811592102,0.8897070288658142,-0.7213720083236694,-0.5843780040740967,-0.5334169864654541,-1.1529990434646606,-0.21877099573612213,-1.3520020246505737,-0.5294659733772278,0.8574299812316895,0.8917080163955688,-1.852645993232727,1.2540420293807983,1.3047139644622803,2.666404962539673,-1.7481149435043335,1.3979380130767822,0.7511870265007019,-0.8301370143890381,-0.6714619994163513,0.6527180075645447,0.9547410011291504,1.1104350090026855,-0.4001060128211975,-1.007876992225647,0.21386399865150452,1.5166239738464355,2.1991350650787354,0.8668079972267151,1.7723389863967896,1.3562639951705933,-1.969573974609375,2.752830982208252,-1.2449909448623657,-0.4477820098400116,-1.2733919620513916,-0.8304600119590759,2.214850902557373,1.319545030593872,-0.8852930068969727,-0.09855200350284576,1.2816580533981323,0.02930700033903122,-1.0582120418548584,-0.37548598647117615,0.36322999000549316,-0.49240899085998535,-0.4908890128135681,0.45889800786972046,0.001474000047892332,1.1995999813079834,0.9672660231590271,-1.1745719909667969,-1.020758032798767,-0.8980219960212708,-0.45749199390411377,1.1445850133895874,1.1673489809036255,1.2875360250473022,-1.858165979385376,-0.49764901399612427,2.700005054473877,-0.5378950238227844,-0.7946739792823792,-0.839326024055481,0.7913060188293457,0.7408819794654846,-1.3402880430221558,2.253995895385742,-1.3864710330963135,-1.4155100584030151,0.1850609928369522,0.22731399536132812,0.45685601234436035,-0.7333880066871643,-1.8309969902038574,0.036687999963760376,1.5891250371932983,-1.437872052192688,-1.1233279705047607,-0.7302939891815186,1.9174599647521973,-1.1953450441360474,1.123749017715454,-0.5910900235176086,-0.5946769714355469,0.14116400480270386,-0.825203001499176,-1.0288649797439575,0.34266701340675354,0.7453179955482483,-1.613176941871643,1.254173994064331,-0.38161501288414,-0.6931859850883484,-1.7759850025177002,0.3230389952659607,2.2398879528045654,-0.3347049951553345,0.992904007434845,-0.6881440281867981,0.1957319974899292,0.7518320083618164,1.8833370208740234,-1.3340699672698975,-2.0528030395507812,-0.5366830229759216,-1.326856017112732,-0.4579800069332123,1.2971320152282715,0.3599640130996704,-1.2127840518951416,-0.26105600595474243,2.7995619773864746,-1.241886019706726,1.9664969444274902,1.9167499542236328,-1.2173160314559937,-1.1973459720611572,-1.0512700080871582,-1.2227380275726318,-1.6776540279388428,1.950523018836975,0.37769100069999695,1.1233079433441162,-0.4960860013961792,0.13985499739646912,-1.457716941833496,-1.2464309930801392,-1.1298370361328125,-2.3935389518737793,-1.706176996231079,-0.7758079767227173,-1.0753209590911865,0.7045289874076843,-1.3008090257644653,-0.6095979809761047,0.22179900109767914,-0.8689680099487305,2.749691963195801,-1.7598570585250854,0.00010199999815085903,1.493710994720459,-0.22352099418640137,-0.6655769944190979,0.2798280119895935,-0.7374619841575623,0.3503659963607788,-0.7203530073165894,0.9730460047721863,0.9682459831237793,-2.0127029418945312,-0.6663240194320679,-2.0135040283203125,0.9109510183334351,-0.2078009992837906,-0.7085570096969604,-1.5823899507522583,1.9556299448013306,0.5772250294685364,0.6047099828720093,1.5214660167694092,-0.48367801308631897,-1.3794879913330078,-0.3503580093383789,1.7930959463119507,1.1488829851150513,-1.1025439500808716,-2.1776700019836426,1.237818956375122,0.4461059868335724,0.3336549997329712,-1.1389919519424438,0.31085601449012756,0.7673410177230835,0.8036530017852783,-1.2342989444732666,0.002618999918922782,-1.1937370300292969,-1.4684909582138062,-1.0073820352554321,-1.219925045967102,-1.172813057899475,2.1933369636535645,2.169020891189575,-0.7291309833526611,0.33960700035095215,0.5110129714012146,-1.7839640378952026,-1.7160179615020752,-1.6220890283584595,1.6086299419403076,-0.12905700504779816,0.5777469873428345,0.5770149827003479,1.329483985900879,-2.3223719596862793,-0.9543570280075073,-0.696038007736206,-0.25828999280929565,1.0353009700775146,0.773045003414154,2.2032620906829834,1.3617390394210815,1.952679991722107,-0.1283770054578781,-0.1277489960193634,-0.8420680165290833,0.6761360168457031,0.5937719941139221,1.1382780075073242,-1.003538966178894,-1.3004070520401,1.788774013519287,2.1380040645599365,-1.0302950143814087,-0.6834489703178406,1.7125699520111084,1.7583039999008179,2.1702020168304443,-0.7785800099372864,0.1167529970407486,-1.7257800102233887,-0.7620940208435059,0.568572998046875,-0.8811500072479248,-0.8417230248451233,-0.7123939990997314,2.107701063156128,0.4052489995956421,0.3527269959449768,-1.414687991142273,0.4873040020465851,0.19761699438095093,-0.7713609933853149,0.7943750023841858,1.0847450494766235,0.9532049894332886,1.2526090145111084,-0.8919829726219177,-1.1197329759597778,-0.3044140040874481,-0.9910129904747009,-1.0381430387496948,-1.151170015335083,-0.08800099790096283,-0.8574640154838562,1.3000340461730957,-0.5409590005874634,0.3877379894256592,0.6170579791069031,2.071903944015503,2.134366989135742,0.8697540163993835,-1.428001046180725,-1.028493046760559,-1.2202409505844116,-1.2747950553894043,-1.284885048866272,0.7774659991264343,-0.9007560014724731,0.5330889821052551,-0.9609839916229248,0.495292991399765,1.1859300136566162,-1.223114013671875,-0.6851500272750854,1.155377984046936,-0.3088099956512451,-0.9196209907531738,0.7922109961509705,1.1534210443496704,1.1760369539260864,1.445647954940796,0.9165549874305725,-0.8987470269203186,1.6601569652557373,-0.6724219918251038,0.2620829939842224,-0.6390669941902161,-0.8277469873428345,0.061462000012397766,1.7014470100402832,0.39750999212265015,-1.367292046546936,0.08582700043916702,-0.35869500041007996,0.7337409853935242,-1.0263299942016602,0.04806600138545036,0.8638420104980469,0.6579819917678833,-0.4159129858016968,-1.2932230234146118,-0.009339000098407269,-1.4767509698867798,-0.24788199365139008,0.07002399861812592,-1.3439220190048218,-1.3305569887161255,1.1149410009384155,-1.7950940132141113,-0.4133259952068329,-0.3623960018157959,-2.261077880859375,-1.2709829807281494,2.2807869911193848,2.3024699687957764,-0.6196290254592896,0.9030740261077881,0.09156700223684311,-1.880236029624939,0.5143709778785706,1.8893100023269653,-0.05313799902796745,0.9986670017242432,-0.9621710181236267,-1.147987961769104,2.576019048690796,-1.1438610553741455,-1.289059042930603,-2.1343350410461426,-1.2784039974212646,-0.3464359939098358,-0.331030011177063,-0.8148990273475647,0.8834480047225952,-0.30902299284935,0.6455199718475342,-1.1811460256576538,1.0356249809265137,-1.7450050115585327,-0.5923420190811157,-0.6594030261039734,-0.08040600270032883,0.8413609862327576,-0.9969369769096375,0.03681600093841553,0.321476012468338,0.21901999413967133,-0.8759580254554749,-0.015735000371932983,1.1083999872207642,-1.0016160011291504,2.9338490962982178,1.1715680360794067,0.7997099757194519,0.8823860287666321,1.5171289443969727,-0.8828459978103638,1.5199739933013916,1.7380369901657104,-0.9984440207481384,-0.9611139893531799,-1.2913360595703125,-1.1216559410095215,-1.3844749927520752,1.73055100440979,0.4746539890766144,0.9290350079536438,-0.29963499307632446,-1.6423850059509277,-1.2833499908447266,0.6574310064315796,-0.6144130229949951,-1.4758529663085938,0.9602180123329163,0.589631974697113,-1.0816110372543335,0.7060549855232239,0.24492500722408295,0.6365200281143188,0.7193909883499146,-1.303009033203125,-1.3307169675827026,1.1728639602661133,1.668800950050354,0.9872570037841797,1.7661069631576538,0.08685799688100815,0.6717100143432617,0.35885199904441833,-0.3684230148792267,-1.3898940086364746,0.7699000239372253,-1.5862430334091187,0.14860300719738007,-0.5257430076599121,-1.2052940130233765,0.11648699641227722,0.6003029942512512,0.029899999499320984,-0.8369479775428772,-1.318956971168518,0.5991899967193604,1.6519629955291748,0.04890099912881851,0.1589139997959137,-0.06609500199556351,-0.08976399898529053,-0.8118900060653687,1.2321170568466187,-1.2547329664230347,-0.07229799777269363,-0.3359149992465973,-0.27847498655319214,1.9590120315551758,-0.8294000029563904,-0.7723760008811951,-0.6707289814949036,0.5882419943809509,-1.1634409427642822,1.2527179718017578,0.6647610068321228,0.25316599011421204,-0.8280779719352722,-1.7819600105285645,0.793516993522644,-0.3105340003967285,-1.2405619621276855,0.03210899978876114,0.12885600328445435,0.14228999614715576,-0.34289899468421936,-0.8075699806213379,-0.6650350093841553,-2.4167139530181885,-1.381240963935852,-1.2382529973983765,1.7505489587783813,1.088657021522522,0.08767499774694443,-0.4050329923629761,-1.3540339469909668,2.575745105743408,-0.7553009986877441,1.2050600051879883,2.841217041015625,2.3857650756835938,0.589726984500885,-0.8993759751319885,-1.6454520225524902,0.15776099264621735,-0.5978440046310425,1.7784039974212646,0.603896975517273,-0.08023600280284882,1.784432053565979,-1.4984610080718994,-0.5736140012741089,-1.3340729475021362,0.799036979675293,1.4115519523620605,1.1923719644546509,-0.07044800370931625,0.597241997718811,-1.075551986694336,1.0775320529937744,2.2892990112304688,0.6539080142974854,-0.08076400309801102,-0.6352319717407227,-0.05491400137543678,2.194753885269165,2.928960084915161,-0.14382199943065643,-0.8849850296974182,-0.18227000534534454,-0.7558860182762146,-0.2780359983444214,-1.9029619693756104,-0.026195000857114792,-0.5950999855995178,-1.4151159524917603,1.2513049840927124,0.20256400108337402,-0.8205609917640686,1.524590015411377,2.105081081390381,0.9875810146331787,-0.8431379795074463,-0.9312310218811035,0.8529769778251648,-1.1730879545211792,0.042135000228881836,1.0619659423828125,-0.9356840252876282,-1.1057239770889282,-0.2929379940032959,-0.9757959842681885,-1.2291409969329834,-0.41781699657440186,-1.2622710466384888,0.29868799448013306,-1.0107640027999878,2.9393999576568604,-1.43149995803833,0.9780009984970093,0.024058999493718147,1.2840310335159302,2.044745922088623,-1.0646430253982544,0.021456999704241753,-0.8229569792747498,0.4387269914150238,-0.44456300139427185,-1.3019260168075562,1.8742140531539917,-0.719868004322052,-1.1854089498519897,-0.97120600938797,0.8443040251731873,2.156738042831421,-0.9950500130653381,-1.9251279830932617,-1.0631409883499146,-0.4859650135040283,0.04350699856877327,-0.8916720151901245,0.03176200017333031,1.8562849760055542,0.3720319867134094,0.300588995218277,-0.7560120224952698,1.7168560028076172,-0.1494320034980774,-0.33194398880004883,1.160125970840454,-1.716583013534546,0.03178400173783302,1.2274409532546997,-0.5836849808692932,-1.7396390438079834,2.2254691123962402,0.312857985496521,2.515813112258911,-1.4841419458389282,2.1080470085144043,0.8607640266418457,-0.15161700546741486,2.219196081161499,0.06853999942541122,-1.1825610399246216,0.7573990225791931,-0.8015959858894348,-0.5958560109138489,0.13193699717521667,-2.159126043319702,-0.9064599871635437,1.8715180158615112,-1.5288749933242798,-1.473680019378662,-0.9454450011253357,-1.894866943359375,-0.5971130132675171,-1.210448980331421,-0.04206699877977371,-1.9372260570526123,-0.6960480213165283,0.7384899854660034,0.14014099538326263,1.124961018562317,1.0266879796981812,1.3160099983215332,-1.0151629447937012,-0.31846699118614197,-0.13032199442386627,0.07216700166463852,-0.3175179958343506,-1.1813369989395142,0.5177990198135376,0.16572099924087524,-0.8538359999656677,-1.3206870555877686,-1.348781943321228,-1.3703199625015259,2.1896510124206543,-1.1140400171279907,1.2184499502182007,0.8569859862327576,-0.1269569993019104,-0.21756300330162048,0.9757840037345886,2.2285470962524414,-0.343284010887146,2.692207098007202,-1.0612640380859375,0.7767940163612366,1.4547820091247559,-0.18411600589752197,1.4916470050811768,-0.07561100274324417,1.0805250406265259,-0.02433899976313114,0.3986400067806244,0.3356820046901703,-0.528469979763031,-0.5789989829063416,0.8674110174179077,-1.2681750059127808,1.7874759435653687,-2.2041420936584473,-1.6501959562301636,-0.7902969717979431,-0.09153900295495987,0.22571000456809998,0.20860299468040466,-1.3575509786605835,1.1140899658203125,0.4580169916152954,2.312592029571533,1.5048069953918457,-0.8415949940681458,0.892769992351532,-1.2800929546356201,-1.1344339847564697,0.3953459858894348,-1.338958978652954,0.5116119980812073,0.13258300721645355,-0.4430829882621765,-0.4562300145626068,-0.7949720025062561,1.6374590396881104,0.49518701434135437,-0.868336021900177,-0.02708500064909458,-2.5433669090270996,2.8271610736846924,0.5601009726524353,0.7477210164070129,-0.10710100084543228,-1.3147250413894653,0.7449439764022827,-2.2691988945007324,1.9898309707641602,-1.6259770393371582,2.049957036972046,2.7582550048828125,0.20133699476718903,-0.4713830053806305,-0.7669299840927124,1.6715550422668457,1.6906510591506958,-1.0865249633789062,-1.393578052520752,1.2517019510269165,0.6901199817657471,-0.9039710164070129,-0.9829170107841492,-0.22215500473976135,2.7039260864257812,-0.25332701206207275,-0.72148197889328,-0.4730440080165863,-1.219851016998291,0.924697995185852,2.3288118839263916,1.7142829895019531,1.3083380460739136,0.23945599794387817,-1.145975947380066,0.916746973991394,1.024595022201538,-0.7700300216674805,1.3084789514541626,-0.3794710040092468,1.2834609746932983,-1.6173570156097412,-0.21390999853610992,-0.8919979929924011,1.0207890272140503,-2.362968921661377,-0.0323759987950325,-1.0239839553833008,0.5154309868812561,0.8574600219726562,-0.5541970133781433,-1.3316630125045776,-0.19734999537467957,0.5331360101699829,1.6787470579147339,-0.9007329940795898,-0.6326619982719421,1.7151169776916504,0.0090549997985363,-2.0391499996185303,-1.128622055053711,0.22699899971485138,-0.9202460050582886,-0.0582600012421608,-1.394497036933899,-1.454437017440796,0.7261279821395874,0.14125299453735352,-1.6403729915618896,-1.397887945175171,-0.9983059763908386,1.2615970373153687,1.4300730228424072,-1.1541270017623901,0.14493100345134735,0.3255060017108917,0.30322501063346863,0.595615029335022,2.853734016418457,0.754489004611969,0.14511099457740784,-0.8223270177841187,-1.1292649507522583,2.3158109188079834,0.0034600000362843275,0.09554299712181091,-1.0993280410766602,-0.43418601155281067,0.7962790131568909,0.5969380140304565,-0.3854230046272278,1.3297410011291504,1.1457489728927612,2.2891600131988525,0.5908460021018982,1.1794730424880981,-0.29782500863075256,-0.8456310033798218,0.5542880296707153,-0.26351600885391235,2.005084991455078,-1.4872679710388184,2.331818103790283,0.0839729979634285,-0.5014309883117676,-0.5156400203704834,-1.9516680240631104,0.8166390061378479,1.8434809446334839,-0.902239978313446,0.9514219760894775,0.5390120148658752,0.04650900140404701,-1.1602410078048706,-0.3169209957122803,-0.25808200240135193,1.1799570322036743,2.2244679927825928,1.8319029808044434,0.6279770135879517,0.6666150093078613,-1.3417069911956787,-0.2953239977359772,1.4390970468521118,-1.3480679988861084,-1.828415036201477,0.1596509963274002,-1.2736289501190186,-0.328125,-0.5984519720077515,-2.518209934234619,-1.3848060369491577,-1.7949700355529785,1.1012259721755981,1.5848309993743896,-0.8139780163764954,-0.8604410290718079,0.37443798780441284,1.1953660249710083,0.2744449973106384,-1.584110975265503,-0.8247380256652832,0.4272899925708771,-1.172184944152832,0.8156279921531677,1.317080020904541,-1.291659951210022,0.7266380190849304,0.28855499625205994,-1.2251559495925903,0.02874399907886982,-1.8018720149993896,0.37876299023628235,-0.25402000546455383,-1.021507978439331,0.8426070213317871,-0.17506100237369537,-1.0883369445800781,-0.954472005367279,-0.7678920030593872,-0.8119519948959351,-0.9741640090942383,-0.29747700691223145,2.29646897315979,0.978643000125885,0.2877810001373291,-1.415774941444397,-0.9508600234985352,0.13774999976158142,1.5304700136184692,0.5755249857902527,0.3115079998970032,0.7931659817695618,0.008321999572217464,2.5273330211639404,0.8164259791374207,0.5864989757537842,2.2955000400543213,2.2124691009521484,1.1846270561218262,1.1465439796447754,-0.06799100339412689,-0.34258899092674255,0.29881200194358826,1.166991949081421,-0.0816740021109581,-0.9046819806098938,1.9097440242767334,0.0791269987821579,1.3481019735336304,1.085657000541687,0.65276700258255,2.489898920059204,0.9929829835891724,0.0654740035533905,-0.1397480070590973,1.5868480205535889,-0.9740210175514221,-0.20366300642490387,-1.757194995880127,-0.13202300667762756,0.11896300315856934,1.8544319868087769,-1.6680150032043457,0.053780000656843185,-0.36692601442337036,-1.6217900514602661,-1.7661429643630981,-0.9371200203895569,-1.0544459819793701,-0.9538289904594421,-0.640271008014679,-1.2168710231781006,-1.4938240051269531,-1.408355951309204,0.09164699912071228,-0.5622209906578064,0.2822670042514801,0.37906599044799805,-0.24264299869537354,1.9507859945297241,-0.5485630035400391,-1.0177040100097656,-0.7427399754524231,0.8167759776115417,0.5487520098686218,0.15620200335979462,1.230355978012085,-0.2097329944372177,-1.3319319486618042,-0.16097499430179596,-0.2271610051393509,1.4368209838867188,-2.161181926727295,-1.048388957977295,0.07052899897098541,2.831408977508545,-1.829403042793274,-0.06904199719429016,-0.08344700187444687,-1.3573110103607178,1.0467289686203003,-0.21781300008296967,-0.23011000454425812,-2.396656036376953,-0.1278579980134964,1.2718950510025024,2.247303009033203,-1.422305941581726,-0.7378450036048889,-0.984145998954773,-1.2404509782791138,-1.3388910293579102,0.9262639880180359,0.5362190008163452,0.9557690024375916,2.7134299278259277,-0.842585027217865,0.31037598848342896,0.6910060048103333,2.773477077484131,1.786460041999817,0.7990630269050598,-2.0627589225769043,1.9537409543991089,1.2444920539855957,0.16367900371551514,0.0010939999483525753,-1.8306200504302979,-1.103322982788086,-0.6472569704055786,-0.5816609859466553,0.8840640187263489,-1.0382850170135498,-0.3057900071144104,1.98164701461792,-0.25722500681877136,-0.5481340289115906,-0.8905140161514282,1.477952003479004,-0.319566011428833,1.215461015701294,-0.7075710296630859,0.2756730020046234,1.2949470281600952,-0.9974250197410583,-0.16006599366664886,0.30649200081825256,0.16601400077342987,-0.5984609723091125,0.6467639803886414,-0.5600410103797913,-1.3893849849700928,0.5521739721298218,-0.46654900908470154,0.03829500079154968,-0.5097159743309021,-0.21039600670337677,1.9161169528961182,-0.5944820046424866,-1.9058979749679565,-0.23623299598693848,0.6779559850692749,0.4687559902667999,1.0098999738693237,-0.6854379773139954,-0.6856229901313782,2.805727005004883,-0.6990470290184021,0.9872009754180908,-1.1385639905929565,0.042059000581502914,1.9831750392913818,1.1025530099868774,-1.042382001876831,2.002634048461914,-0.6186439990997314,0.27037501335144043,0.4207339882850647,-1.7533199787139893,0.40775999426841736,0.15674099326133728,-0.7418980002403259,1.7296439409255981,-0.7553099989891052,-0.711135983467102,0.9155369997024536,-0.7127209901809692,-2.2231080532073975,-1.7322030067443848,-0.8720729947090149,-0.327335000038147,0.5253469944000244,-1.2477409839630127,1.1083680391311646,-0.6402080059051514,0.7023469805717468,-1.2426029443740845,0.7473030090332031,1.5413010120391846,2.6783430576324463,2.69256591796875,-0.2627609968185425,-0.034317001700401306,-0.9456120133399963,-0.8501589894294739,-0.6691799759864807,0.4618769884109497,0.39020800590515137,0.9407359957695007,1.4051810503005981,-0.9737510085105896,-0.17260199785232544,0.5399079918861389,0.5263059735298157,1.6653480529785156,1.6881259679794312,-1.5877690315246582,-1.2960909605026245,2.6332709789276123,0.5922819972038269,1.1015830039978027,0.3577269911766052,-0.9229850172996521,-2.0872650146484375,-1.5715199708938599,-1.527114987373352,-1.2510219812393188,-1.3201810121536255,-0.011137000285089016,-1.6538699865341187,2.4215099811553955,-0.8213369846343994,-1.5990519523620605,-0.3080489933490753,-1.9219880104064941,0.9827569723129272,-0.5911070108413696,-1.5294079780578613,-0.8305050134658813,-0.9554389715194702,-1.3884819746017456,-0.8738139867782593,-0.8963159918785095,-0.8614540100097656,2.4473419189453125,-1.341784954071045,2.3772199153900146,-1.1082309484481812,2.353158950805664,-1.208528995513916,-1.239791989326477,-1.3636269569396973,2.1075708866119385,-0.8289430141448975,-1.0865399837493896,-2.013025999069214,-0.2622460126876831,-1.076545000076294,-1.044631004333496,1.8414440155029297,-0.4566429853439331,1.2715480327606201,0.8768180012702942,-1.02367103099823,2.6133809089660645,-0.8089659810066223,0.49911999702453613,-0.3836840093135834,-0.40202298760414124,-0.9262089729309082,-0.34061598777770996,-1.3309669494628906,-1.168573021888733,-0.7914369702339172,0.4877740144729614,-0.8086360096931458,-0.5016369819641113,1.0824799537658691,0.9797620177268982,0.30521801114082336,-0.11401999741792679,0.10444600135087967,-0.058382999151945114,-0.6884310245513916,0.9208679795265198,-0.8216829895973206,1.203233003616333,1.1509289741516113,-1.0567870140075684,1.2065800428390503,-1.2447290420532227,-1.2411270141601562,-1.928447961807251,-0.6927409768104553,0.6405529975891113,1.2101919651031494,1.5485990047454834,-1.843093991279602,1.4592210054397583,-0.4128879904747009,-1.4206089973449707,1.2011940479278564,0.3578769862651825,-0.8892480134963989,-0.8492159843444824,-0.3225249946117401,-1.2056009769439697,-1.2801549434661865,-0.2540439963340759,0.507194995880127,0.6154710054397583,0.660323977470398,-0.8546159863471985,-0.9365149736404419,-1.1905289888381958,0.9923760294914246,-0.33539700508117676,-0.8010179996490479,0.9137169718742371,-1.3168799877166748,-1.5207669734954834,0.19952599704265594,0.777114987373352,1.7899279594421387,1.0567519664764404,-0.07643900066614151,1.5535210371017456,2.374692916870117,0.05305499956011772,-0.5000839829444885,-0.12184300273656845,-0.10132399946451187,-0.8515639901161194,2.4414379596710205,1.6375809907913208,-1.1896699666976929,1.2541639804840088,-1.030290961265564,-0.5024200081825256,0.48630398511886597,-0.541271984577179,0.5126579999923706,-0.6045070290565491,-0.5799279808998108,1.546913981437683,-0.31848999857902527,-1.506659984588623,-0.4499650001525879,0.8050670027732849,1.2066750526428223,0.5187600255012512,-1.2338709831237793,0.8953419923782349,-0.06400399655103683,0.13427799940109253,-1.2943880558013916,2.4975008964538574,0.480881005525589,-0.6625409722328186,1.9027609825134277,0.8940560221672058,2.291538953781128,1.2657109498977661,0.10961200296878815,-0.19337399303913116,1.8105460405349731,0.3895750045776367,-0.6461560130119324,1.5034899711608887,2.121337890625,1.4987139701843262,1.596351981163025,-0.27708500623703003,0.8570320010185242,-0.5350790023803711,0.2523350119590759,1.3760989904403687,0.8348810076713562,0.20766399800777435,1.2219150066375732,1.1648989915847778,-0.11390499770641327,-0.08397199958562851,0.9307330250740051,0.24182100594043732,0.6781420111656189,-0.5134140253067017,1.8323709964752197,1.2901639938354492,-2.41845703125,0.3227689862251282,0.600629985332489,0.7859539985656738,-1.0039149522781372,1.046623945236206,-1.4290579557418823,1.5854660272598267,-1.2412110567092896,0.8417149782180786,1.9404850006103516,-0.155457004904747,-0.9178130030632019,-0.7443839907646179,2.2962191104888916,0.21119999885559082,1.0964380502700806,2.3506500720977783,1.511320948600769,0.7439579963684082,0.8649749755859375,-1.2499710321426392,-0.5342599749565125,-0.20803800225257874,1.154595971107483,1.715440034866333,-1.3004230260849,0.09777899831533432,-0.4024989902973175,-0.37663400173187256,0.5538830161094666,-1.7698780298233032,-0.5805320143699646,-0.32367900013923645,2.716135025024414,1.1008700132369995,-1.5795040130615234,0.7252990007400513,-0.5267120003700256,-0.27685898542404175,-1.2464790344238281,-0.8163909912109375,0.7565100193023682,0.7796930074691772,-1.4836269617080688,1.6186319589614868,0.8824359774589539,-0.3044860064983368,-0.2625400125980377,1.8099960088729858,1.3998279571533203,1.8897769451141357,1.8460240364074707,-1.2213410139083862,-1.8597999811172485,-0.7972670197486877,1.063269019126892,-1.2155309915542603,1.1476049423217773,-0.7279520034790039,-0.2440750002861023,0.811581015586853,1.2703880071640015,2.5288589000701904,-1.1933499574661255,0.4259589910507202,1.3324569463729858,-0.4626860022544861,0.21185000240802765,0.27364400029182434,1.6820600032806396,-0.9674050211906433,-2.1364870071411133,1.0914310216903687,-0.7666270136833191,0.9025710225105286,0.32649099826812744,1.1210269927978516,-1.625885009765625,-0.8999919891357422,-0.7612680196762085,1.0620460510253906,1.517001986503601,0.2817800045013428,1.8572160005569458,-1.1013920307159424,0.5946909785270691,0.9124230146408081,-0.8093529939651489,2.1763229370117188,0.1992260068655014,-0.9692479968070984,1.515923023223877,-0.7268040180206299,-1.82989501953125,-0.32704201340675354,-0.8519319891929626,-1.2640049457550049,1.097100019454956,1.0998239517211914,2.725250005722046,1.3057069778442383,2.781714916229248,0.9983519911766052,-0.08304300159215927,-1.3087120056152344,-0.8092399835586548,0.6156370043754578,-0.029236000031232834,0.4684390127658844,-0.08705999702215195,-0.94302898645401,-0.589959979057312,0.10201200097799301,1.1095459461212158,-1.460265040397644,0.32421600818634033,-0.7972279787063599,0.6393020153045654,-0.7835639715194702,1.7692689895629883,0.968455970287323,0.9708970189094543,0.7556310296058655,0.017906999215483665,2.3138198852539062,1.907565951347351,-0.8596979975700378,-0.2641879916191101,-0.9989749789237976,1.0207209587097168,1.0739929676055908,-1.0759299993515015,2.2278289794921875,-1.1958160400390625,-1.232666015625,0.17158299684524536,0.2374659925699234,-2.3709869384765625,0.8226280212402344,2.731682062149048,-0.9336079955101013,-1.3457399606704712,-0.025377999991178513,0.6721609830856323,-1.732550024986267,-0.8843380212783813,1.0580430030822754,2.172260046005249,-0.19397500157356262,0.7529489994049072,-2.2188260555267334,1.552909016609192,-1.145259976387024,-0.9973739981651306,-0.5409089922904968,1.2931610345840454,-0.2531670033931732,-1.9122790098190308,-1.6453930139541626,-0.8603039979934692,-0.7996469736099243,-0.3121050000190735,2.6458280086517334,0.638841986656189,0.1499360054731369,1.996124029159546,-1.197206974029541,-0.46496400237083435,-1.1987080574035645,1.6597859859466553,-0.4301609992980957,-1.5620520114898682,-1.4990010261535645,-1.7257280349731445,0.8589580059051514,-1.0367590188980103,-0.8492019772529602,-1.1569819450378418,0.09304600208997726,0.3089900016784668,1.4433269500732422,-0.5395449995994568,2.008481025695801,1.701138973236084,-1.1848160028457642,0.6223480105400085,0.22158199548721313,0.5494449734687805,-1.8545750379562378,-0.022765999659895897,-0.0020719999447464943,0.9127240180969238,-0.28916099667549133,-0.6378369927406311,-0.7044309973716736,-1.132154941558838,0.785781979560852,-1.0751299858093262,0.9452000260353088,-1.827530026435852,-1.1030800342559814,-0.38603800535202026,1.8869869709014893,0.027666000649333,2.161566972732544,-0.6139600276947021,-2.3966240882873535,-0.8218029737472534,-1.2979520559310913,0.008413000032305717,2.7784268856048584,0.668258011341095,0.732774019241333,-0.7104730010032654,0.10295599699020386,0.1012670025229454,-2.1934850215911865,-0.6560919880867004,0.9633640050888062,-0.21014399826526642,-1.6682569980621338,0.13500399887561798,-0.8006740212440491,2.332559108734131,0.43998000025749207,0.7993050217628479,0.7415059804916382,0.7774389982223511,1.7114720344543457,1.8037140369415283,-0.6864349842071533,-0.8881620168685913,0.11306499689817429,0.494284987449646,1.4323810338974,2.2888410091400146,2.284393072128296,-2.275536060333252,0.8606789708137512,1.0647130012512207,1.1106499433517456,-0.8502219915390015,-1.1856720447540283,1.935986042022705,-0.6976280212402344,-0.6176419854164124,-1.0906970500946045,-0.35583600401878357,-1.2911150455474854,-0.19774499535560608,2.0321500301361084,1.2351280450820923,1.2536530494689941,0.8906149864196777,-1.3490790128707886,-0.5204020142555237,-1.1990209817886353,-0.9654399752616882,-0.9776719808578491,1.8347430229187012,0.7328739762306213,-0.7880640029907227,-1.1920369863510132,1.1862280368804932,-0.3043929934501648,0.322066992521286,1.3285850286483765,-1.109805941581726,-1.1661180257797241,0.16987000405788422,-0.8275049924850464,2.4265999794006348,0.16524800658226013,-0.7193599939346313,0.9224550127983093,-0.03787200152873993,1.0796120166778564,1.3210419416427612,0.34268298745155334,0.04795299842953682,0.8342519998550415,0.446492999792099,1.345134973526001,0.5445560216903687,-1.3885420560836792,0.5925340056419373,-0.6066060066223145,-1.5401049852371216,-1.205543041229248,-1.305299997329712,-0.14827300608158112,1.5473519563674927,0.5533490180969238,-0.9994400143623352,1.7052810192108154,0.7568619847297668,-0.29221999645233154,1.2282660007476807,1.1754469871520996,0.2753300070762634,0.9223769903182983,2.042577028274536,0.9453030228614807,-0.14278799295425415,-0.4032739996910095,-0.5509750247001648,-1.049536943435669,-1.1994800567626953,-0.11198700219392776,-1.1679749488830566,-1.2023420333862305,2.6294329166412354,2.2077410221099854,-1.2102810144424438,-0.8542180061340332,-1.088894009590149,1.8857790231704712,-0.5172839760780334,-0.9040910005569458,1.0029009580612183,-1.2921960353851318,1.7470569610595703,1.7876429557800293,-0.9261509776115417,-2.113924980163574,1.248731017112732,-1.0089830160140991,0.3454670011997223,-1.2447890043258667,-0.6492000222206116,-0.680836021900177,-0.4113920032978058,-2.425507068634033,0.654109001159668,-0.17474700510501862,-0.694258987903595,-1.94405996799469,-1.1629749536514282,1.1058789491653442,-0.6755139827728271,2.278496026992798,0.5406439900398254,-0.9739999771118164,1.5985159873962402,0.7304139733314514,0.9918580055236816,0.9986109733581543,0.46725699305534363,0.8456079959869385,-0.19146299362182617,-0.40696001052856445,-0.4294869899749756,-1.8654210567474365,0.12270499765872955,-0.8954200148582458,1.130929946899414,-1.338273048400879,0.0062939999625086784,-0.9892299771308899,0.4754680097103119,-1.110579013824463,0.8015890121459961,0.8058260083198547,-1.2912969589233398,0.25405898690223694,0.24695199728012085,-0.5832480192184448,-1.176764965057373,0.7973039746284485,1.926833987236023,-1.0654449462890625,0.784171998500824,0.8502579927444458,2.0096280574798584,0.34123000502586365,-1.2436109781265259,1.8641279935836792,-1.029945969581604,0.8901479840278625,1.2908329963684082,2.644979953765869,1.6343610286712646,0.49602100253105164,-1.3415640592575073,-0.957518994808197,0.8860459923744202,0.2866800129413605,-1.0103299617767334,-0.9829909801483154,-1.0006539821624756,-1.1729340553283691,-1.1281429529190063,0.5498250126838684,-0.3376440107822418,0.5134980082511902,1.092479944229126,-0.7887099981307983,-0.2111009955406189,-0.013019000180065632,-0.4707520008087158,-1.3020039796829224,1.0986130237579346,-1.2201930284500122,0.6225919723510742,-0.6083490252494812,1.0159449577331543,-2.083540916442871,-1.0281959772109985,-1.1997530460357666,-0.3617120087146759,-0.36017900705337524,0.4066779911518097,-0.6482809782028198,0.25992798805236816,1.0745309591293335,0.3119199872016907,0.1927890032529831,1.618988037109375,-0.9325500130653381,-1.0917149782180786,-0.12759000062942505,0.6102920174598694,-0.8148810267448425,-1.0149470567703247,-0.6855890154838562,2.302032947540283,2.2916829586029053,-0.6704270243644714,1.2756069898605347,-1.4960459470748901,1.2939809560775757,-0.07194200158119202,-0.6815440058708191,0.8037970066070557,1.0168659687042236,0.07523100078105927,1.002271056175232,-0.3307090103626251,-0.779807984828949,0.28001898527145386,-0.6859350204467773,1.7228389978408813,-1.1191760301589966,-1.390787959098816,-1.1742479801177979,-1.0020159482955933,1.0584839582443237,-0.08635299652814865,1.065209984779358,2.5132269859313965,-0.9061260223388672,-0.8786219954490662,-0.9916939735412598,-1.0485949516296387,1.240231990814209,0.04478900134563446,-1.4983899593353271,0.41579899191856384,-1.066383957862854,1.2718249559402466,0.20115600526332855,-0.6911240220069885,0.6455590128898621,0.3436340093612671,-0.6588010191917419,1.8372390270233154,0.5832980275154114,0.2885049879550934,1.1558690071105957,0.5003299713134766,-0.07691600173711777,-0.6675230264663696,0.05911000072956085,2.335922956466675,-0.3249329924583435,2.109855890274048,-1.1401989459991455,-0.48205599188804626,-1.1938179731369019,0.12325599789619446,-0.784587025642395,0.13799899816513062,0.5619999766349792,-1.9375840425491333,-0.4255090057849884,1.0109679698944092,0.6247580051422119,-1.3335800170898438,1.4917089939117432,0.1291240006685257,2.0038609504699707,0.37494999170303345,0.051430001854896545,-1.0208990573883057,1.0069259405136108,-0.44204801321029663,-0.405458003282547,-0.09405999630689621,-1.3156429529190063,0.9360219836235046,-0.5060089826583862,0.9337159991264343,1.2153569459915161,1.1323250532150269,-0.8380749821662903,-0.010425999760627747,0.3371640145778656,0.929286003112793,-1.892652988433838,2.4591140747070312,2.0279979705810547,0.6964790225028992,0.03610699996352196,1.0202759504318237,0.8614259958267212,-0.1744229942560196,-0.49180200695991516,1.3358910083770752,0.9680629968643188,1.7238160371780396,0.8405900001525879,-2.0459139347076416,1.8930280208587646,1.03302800655365,-0.6931890249252319,-0.058958999812603,-0.6432039737701416,-0.6096150279045105,0.9987450242042542,-0.5849059820175171,-1.2977030277252197,-0.5825139880180359,-0.6773070096969604,1.456969976425171,-1.2625210285186768,0.9622030258178711,1.6132060289382935,0.7026039958000183,0.1642729938030243,-0.8442410230636597,-0.8062350153923035,0.5106809735298157,-1.1529200077056885,1.3274580240249634,0.37659600377082825,-0.3964259922504425,0.014174999669194221,-0.4345020055770874,1.4009859561920166,0.8378080129623413,-0.649832010269165,0.49645501375198364,-0.883948028087616,2.205152988433838,0.6049900054931641,-0.39831000566482544,0.1427849978208542,-0.32035499811172485,1.8222730159759521,0.05140500143170357,0.8314689993858337,0.6202539801597595,-0.09270499646663666,0.4615370035171509,-0.004685999825596809,-1.6675870418548584,0.8059260249137878,0.7799429893493652,1.2610280513763428,0.7604560256004333,2.945525884628296,2.311218023300171,-0.9128249883651733,-1.2110719680786133,-0.986312985420227,2.8423879146575928,-0.6404280066490173,1.9448930025100708,-0.3029569983482361,-1.3699239492416382,0.6431130170822144,0.8134739995002747,2.2992959022521973,1.4434239864349365,-0.010854999534785748,-0.39712101221084595,0.4162060022354126,1.7812190055847168,-0.11771699786186218,-0.04885900020599365,2.1169779300689697,-0.8958759903907776,0.39212900400161743,-0.47280898690223694,-1.2350159883499146,-1.183938980102539,0.6691060066223145,-1.1576859951019287,-1.796233057975769,2.203536033630371,-1.2384419441223145,-0.551675021648407,2.0674099922180176,0.6534159779548645,-0.23726199567317963,1.0129890441894531,-1.6542719602584839,2.366446018218994,-0.18198400735855103,-0.45980000495910645,0.632004976272583,-1.27093505859375,0.6527619957923889,-1.1901240348815918,1.0239739418029785,0.46296700835227966,-0.8389260172843933,-0.3250269889831543,1.0470730066299438,1.0883389711380005,-1.167165994644165,-1.1948659420013428,-1.2024929523468018,0.49911201000213623,-0.8308659791946411,0.03018300049006939,-1.4654220342636108,-0.6408429741859436,2.786113977432251,0.3831939995288849,-1.2255510091781616,0.010141000151634216,-0.9266120195388794,-0.19273999333381653,-0.7784460186958313,1.6560120582580566,0.3557470142841339,-0.8505529761314392,-0.48281899094581604,-0.4471060037612915,-0.989100992679596,0.30410701036453247,0.9523659944534302,-0.3111720085144043,0.25725600123405457,0.22011999785900116,-1.411249041557312,1.4158170223236084,-0.9035360217094421,1.9015029668807983,-0.8031700253486633,-1.0570590496063232,0.10403800010681152,0.13620199263095856,-0.00711200013756752,0.14841599762439728,-0.9396790266036987,0.2522769868373871,-0.6511170268058777,0.6892549991607666,1.7472920417785645,-0.18026499450206757,1.7719110250473022,-0.011454000137746334,-0.8625280261039734,-0.15166999399662018,-1.7881280183792114,-1.2260669469833374,0.04876900091767311,-1.191025972366333,-1.0417970418930054,-1.982409954071045,-0.16762199997901917,1.5379600524902344,-0.7815250158309937,2.2039639949798584,-0.41857001185417175,-0.18862099945545197,-0.30857500433921814,0.437936007976532,-0.9029729962348938,0.8356459736824036,-0.7886099815368652,-1.1524460315704346,0.3393220007419586,0.5364469885826111,1.8841710090637207,1.917404055595398,2.4710350036621094,-0.4167729914188385,-1.0203520059585571,-0.8238490223884583,-0.3810479938983917,-0.5423709750175476,-0.5073739886283875,0.8289030194282532,1.2240179777145386,0.604416012763977,-1.3674869537353516,-0.27217400074005127,0.8375499844551086,-1.5508079528808594,-0.965694010257721,-0.8965979814529419,0.45063701272010803,-0.6152380108833313,0.20508599281311035,0.30679601430892944,-0.061514001339673996,2.2518160343170166,-1.2126660346984863,-0.8187729716300964,-0.8442929983139038,0.5526559948921204,-2.12335205078125,-0.49681100249290466,-1.1317780017852783,-2.4779210090637207,0.08062899857759476,-1.4158329963684082,-2.246613025665283,-2.2095489501953125,0.020733000710606575,0.9888110160827637,-0.9387670159339905,-0.9428079724311829,1.5706260204315186,2.311126947402954,-0.4065310060977936,1.7167290449142456,1.1178690195083618,2.679738998413086,-2.140125036239624,-0.7941989898681641,-1.0675790309906006,0.43187499046325684,1.1650789976119995,0.7346180081367493,0.6805340051651001,-0.8675619959831238,-0.6183750033378601,-0.7691590189933777,1.1648279428482056,1.7775189876556396,1.2917120456695557,2.6726338863372803,-1.0818320512771606,-1.0824240446090698,-0.7685649991035461,0.304843008518219,-0.5761899948120117,0.11302600055932999,0.944242000579834,-0.29480400681495667,-0.061487000435590744,0.26603999733924866,-2.43996000289917,-1.9184420108795166,-2.186167001724243,2.647160053253174,0.043838001787662506,1.2415519952774048,-1.1750520467758179,0.18011100590229034,0.4916990101337433,-0.8896780014038086,0.6228790283203125,0.8919450044631958,-0.07395999878644943,-0.8126909732818604,-0.8634369969367981,-0.7412289977073669,2.3556571006774902,0.16863800585269928,-0.7867779731750488,-0.3912540078163147,0.990809977054596,2.0954670906066895,-0.7489050030708313,1.483456015586853,1.4254289865493774,2.181988000869751,-0.7192829847335815,-1.3814899921417236,0.9126020073890686,-0.3418169915676117,0.3064970076084137,-1.2791980504989624,-1.2012499570846558,-0.6222869753837585,2.2932469844818115,-0.015814000740647316,-0.46781399846076965,-1.6545029878616333,2.713982105255127,2.712064027786255,-1.0957059860229492,-1.1339529752731323,0.3322800099849701,-0.0008769999840296805,1.2862540483474731,2.608942985534668,0.5165420174598694,2.945007085800171,1.5597079992294312,-0.4119519889354706,-1.1154810190200806,1.3163330554962158,0.5721089839935303,-0.2140370011329651,-1.03745698928833,1.8871079683303833,0.06769199669361115,-0.6660709977149963,1.0975040197372437,1.2611830234527588,-1.2576899528503418,-1.9992599487304688,0.06863299757242203,-1.1130260229110718,-1.9684070348739624,-1.33576500415802,-0.5702379941940308,0.9353280067443848,-2.2384910583496094,-0.18019099533557892,1.0505330562591553,2.225615978240967,-0.1783680021762848,-0.642087996006012,1.1079519987106323,-1.265388011932373,0.635549008846283,0.09145700186491013,-0.41631901264190674,-2.4475479125976562,1.0944119691848755,0.9115719795227051,-0.2876189947128296,-0.7829189896583557,-0.8921200037002563,0.5885850191116333,-1.4838969707489014,0.8520280122756958,-1.0645849704742432,-1.1308159828186035,-0.4907880127429962,1.9613380432128906,2.907996892929077,2.8751220703125,-1.0471229553222656,1.1676729917526245,1.804772973060608,-0.06615599989891052,-0.06464599817991257,0.6723849773406982,-0.4470849931240082,-1.7542879581451416,2.782857894897461,-2.108336925506592,-1.1491219997406006,-0.7951909899711609,0.9813690185546875,0.9701709747314453,1.1235079765319824,-0.6256300210952759,-1.084902048110962,2.574147939682007,-1.2830909490585327,-2.2792348861694336,-0.8274959921836853,2.0798139572143555,-0.07369600236415863,0.1979289948940277,0.46572500467300415,-0.2653990089893341,2.860443115234375,1.0460360050201416,-1.070039987564087,0.3059200048446655,1.6836400032043457,-1.531967043876648,0.7758269906044006,1.2587469816207886,2.144618034362793,-0.5548089742660522,0.5749710202217102,0.44276800751686096,0.38214099407196045,1.1009310483932495,-0.45780301094055176,2.341200113296509,-0.07421000301837921,-1.3071980476379395,-1.4964280128479004,-0.33300599455833435,0.1970909982919693,-0.8403689861297607,-2.4883880615234375,0.5241400003433228,-0.8539800047874451,-0.17128199338912964,-0.1282469928264618,1.0873130559921265,-0.9704170227050781,0.05044399946928024,1.0591579675674438,-1.482875943183899,2.481566905975342,1.6197509765625,-0.3301849961280823,-1.0736860036849976,0.9769709706306458,-0.42262500524520874,2.690042018890381,-1.280081033706665,2.0688490867614746,-1.3128340244293213,0.428276002407074,-1.136144995689392,-1.1830840110778809,-1.3753830194473267,0.5655069947242737,-0.20882399380207062,-0.26039499044418335,2.2534990310668945,-1.3315399885177612,-1.344596028327942,-0.25699999928474426,-2.3196260929107666,-0.02349100075662136,-0.5751749873161316,0.25019899010658264,2.4739599227905273,-1.2338659763336182,-0.45683300495147705,-0.6074519753456116,-0.9978229999542236,-1.1237900257110596,0.8400570154190063,-0.6510530114173889,0.2827489972114563,0.707252025604248,2.9476940631866455,-1.0679470300674438,0.8752250075340271,-0.6474120020866394,-0.9546970129013062,-2.2467710971832275,2.7872090339660645,0.25239598751068115,0.6081820130348206,1.7906559705734253,1.1113200187683105,1.6413609981536865,-1.882552981376648,1.2105979919433594,0.5906450152397156,-0.15085600316524506,-1.492568016052246,-0.238427996635437,-0.6161490082740784,0.49018800258636475,0.05876599997282028,-0.8974660038948059,-1.3121960163116455,-0.7423350214958191,1.8290250301361084,-0.9888610243797302,-0.8818150162696838,-1.4677430391311646,-0.9682409763336182,2.4329259395599365,0.4656910002231598,-0.7249569892883301,-1.092684030532837,1.8766939640045166,0.4643070101737976,2.0586609840393066,-1.0034630298614502,-0.14116600155830383,0.6554480195045471,1.234604001045227,-0.695218026638031,1.0311880111694336,0.479885995388031,1.3032890558242798,0.2476309984922409,-0.5447220206260681,-0.517973005771637,-0.10119999945163727,2.7814040184020996,1.9926739931106567,-0.7776240110397339,1.4067679643630981,0.21882399916648865,-1.4037410020828247,-0.020906999707221985,0.19621500372886658,2.4335269927978516,-0.8153730034828186,0.8997510075569153,0.7635179758071899,-0.7001129984855652,1.2994890213012695,2.1133289337158203,-1.2275300025939941,0.6001489758491516,1.8082900047302246,-1.073246955871582,-0.0030789999291300774,-0.5234310030937195,0.6120309829711914,1.5596810579299927,-0.2542800009250641,2.294506072998047,-2.361726999282837,0.43540599942207336,-1.0964280366897583,-1.3414859771728516,1.7707099914550781,0.9296650290489197,0.8370839953422546,-1.070997953414917,-1.5499730110168457,-1.8840670585632324,-1.886031985282898,0.11133000254631042,-0.812050998210907,-0.8186100125312805,-1.1241949796676636,0.2500059902667999,0.5405219793319702,1.1184229850769043,-0.5453429818153381,-1.8534929752349854,1.3750710487365723,-1.6104810237884521,-1.6555709838867188,-2.467205047607422,-0.8775749802589417,1.0495610237121582,-0.6938819885253906,-0.9064840078353882,-1.2972489595413208,-1.878859043121338,-1.0734939575195312,-0.5711179971694946,-2.1845250129699707,-1.1179219484329224,1.204187035560608,0.03195900097489357,-1.2727179527282715,2.5375919342041016,1.983530044555664,2.162450075149536,-0.9976130127906799,2.798309087753296,2.4022059440612793,-0.25267499685287476,-0.7292150259017944,-1.006363034248352,0.9253770112991333,0.2839910089969635,0.16465400159358978,-0.8560370206832886,1.8579410314559937,-0.2797189950942993,-1.0534089803695679,0.1832139939069748,0.70973801612854,-0.7110859751701355,0.750203013420105,-1.2153090238571167,-0.9746990203857422,-0.4561240077018738,0.8935040235519409,1.1383179426193237,-0.25451600551605225,-1.1058030128479004,0.25292399525642395,-1.1379820108413696,-1.9333020448684692,1.4562640190124512,0.7436599731445312,1.210273027420044,0.8037729859352112,-1.96327805519104,0.9564800262451172,0.4256739914417267,0.8970909714698792,2.3893229961395264,-0.5003629922866821,0.14039599895477295,-0.6561170220375061,0.5449349880218506,1.8852540254592896,1.0109699964523315,-1.1036629676818848,-1.218317985534668,-1.0085910558700562,-1.1110650300979614,0.02169400081038475,1.0318909883499146,-0.16229400038719177,-0.17369399964809418,-1.095574975013733,-1.0138570070266724,-1.451809048652649,-0.9593510031700134,-0.076603002846241,-1.1246249675750732,-1.2396910190582275,0.2070460021495819,1.4841560125350952,0.790922999382019,-0.7091919779777527,2.685950994491577,-0.9910889863967896,-2.5360488891601562,-1.267894983291626,2.7869670391082764,2.83626389503479,1.2722320556640625,1.2633819580078125,-1.225193977355957,-1.1798930168151855,-0.453779011964798,-1.622238039970398,2.719067096710205,-1.1331160068511963,-0.8922550082206726,2.5645899772644043,1.9724630117416382,-1.0653150081634521,-0.40005001425743103,0.7222939729690552,-1.1340759992599487,1.235595941543579,1.860239028930664,-1.1467679738998413,1.839614987373352,-0.9550619721412659,0.4652389883995056,0.7633799910545349,0.6086519956588745,0.661611020565033,2.0126969814300537,-0.4371489882469177,-0.04043800011277199,-0.7471479773521423,-0.8639169931411743,-1.1337510347366333,-1.2367949485778809,-0.22248700261116028,2.0297069549560547,-0.4473870098590851,0.36375701427459717,-1.2030340433120728,0.308925986289978,0.7074339985847473,1.3283460140228271,1.2308629751205444,-1.1106679439544678,-0.06120099872350693,0.0060339998453855515,-1.0780529975891113,-0.5700039863586426,-1.3728289604187012,-0.00419300002977252,0.9094039797782898,0.6992189884185791,-0.7681419849395752,-0.9173910021781921,2.01782488822937,2.506072998046875,0.47203800082206726,-1.3069519996643066,2.6681981086730957,0.4288249909877777,1.2249410152435303,0.051961999386548996,1.0210260152816772,0.9584580063819885,-1.072558045387268,1.3429139852523804,0.6753990054130554,2.037339925765991,2.247246026992798,2.499077081680298,-0.9389979839324951,2.101762056350708,0.9558650255203247,1.6732269525527954,-0.018007000908255577,0.5913680195808411,-0.02556999959051609,0.6754299998283386,0.7183340191841125,-1.3474349975585938,1.1936500072479248,-0.5236759781837463,1.148926019668579,2.8265879154205322,0.6092529892921448,-0.8166339993476868,-1.2428719997406006,-0.5019879937171936,0.9492809772491455,2.005331039428711,0.8310940265655518,-1.2657099962234497,0.2788729965686798,-0.33792200684547424,0.06961800158023834,-0.28528401255607605,-1.065790057182312,-1.8985470533370972,2.129443883895874,-0.6181889772415161,-0.3834399878978729,2.202056884765625,-1.363855004310608,-0.997044026851654,-1.6115870475769043,0.2648429870605469,2.7272870540618896,0.7667790055274963,0.5586860179901123,-0.0036090000066906214,-1.2261040210723877,-0.0831499993801117,-1.0553439855575562,-0.6956319808959961,-0.723671019077301,-0.0742650032043457,-0.07588499784469604,-0.07957199960947037,-0.48045700788497925,-1.350100040435791,0.4514710009098053,-1.0034259557724,-0.8887109756469727,-0.06965599954128265,1.2373980283737183,-1.5379329919815063,-1.2655760049819946,-0.9397569894790649,0.4754439890384674,2.8386359214782715,1.2689290046691895,0.6824340224266052,-1.0587890148162842,-0.3540070056915283,-1.5250580310821533,-1.3697090148925781,-0.6629089713096619,0.49970000982284546,1.0354729890823364,-0.4329729974269867,0.5306469798088074,-0.8597800135612488,-2.356416940689087,-1.080960988998413,-0.30631300806999207,2.6375958919525146,-0.2469329982995987,-0.9316660165786743,0.8864009976387024,-1.0907330513000488,-1.3157689571380615,0.3145819902420044,-0.9088060259819031,0.1904820054769516,0.3433380126953125,0.7202699780464172,0.4087049961090088,-0.040282998234033585,-0.6297000050544739,-2.4969089031219482,0.002939000027254224,1.3143500089645386,1.1123199462890625,-2.0039288997650146,-2.402534008026123,0.5253589749336243,0.46789300441741943,-0.5431780219078064,1.112786054611206,-0.46574801206588745,-0.9442200064659119,0.47246500849723816,-0.5943139791488647,-1.625586986541748,0.11098799854516983,-0.34422600269317627,-0.6564099788665771,-1.07840096950531,0.3122499883174896,0.872527003288269,1.484274983406067,-0.6328960061073303,0.5112119913101196,0.9994950294494629,0.2122039943933487,-0.6899070143699646,0.5326820015907288,-1.2100869417190552,1.7327959537506104,-0.8092139959335327,-0.2317509949207306,1.0580029487609863,1.6707860231399536,2.6748650074005127,-1.045604944229126,-0.652737021446228,2.0972321033477783,0.07868000119924545,0.5156800150871277,-0.6648989915847778,0.4697149991989136,-0.09724699705839157,-1.6556659936904907,0.1143610030412674,1.9369620084762573,2.278515100479126,-1.5819129943847656,0.12287499755620956,2.8506619930267334,0.09783600270748138,1.636612057685852,-1.8743129968643188,-1.285323977470398,1.7015060186386108,-0.37594300508499146,-0.25300800800323486,2.242949962615967,-1.96812105178833,1.076416015625,1.0408029556274414,0.04227700084447861,1.4738390445709229,-0.09256699681282043,2.752250909805298,0.5405579805374146,-0.9304890036582947,2.6329569816589355,-0.8486390113830566,0.18307100236415863,-0.7027699947357178,-0.7375490069389343,-0.7413660287857056,0.4353039860725403,0.05063999816775322,0.3253990113735199,-0.4176029860973358,0.921172022819519,1.8231090307235718,1.4066179990768433,1.3589730262756348,-0.8423979878425598,-0.47279900312423706,-0.134893000125885,0.6027759909629822,0.40321600437164307,2.187896966934204,0.8945590257644653,-0.5628700256347656,-0.0685259997844696,0.6962389945983887,-0.8447070121765137,0.9263499975204468,0.16720199584960938,0.5584369897842407,2.286041021347046,-0.23862899839878082,-0.8313120007514954,2.7044999599456787,1.011051058769226,0.5022580027580261,-2.3063929080963135,2.27921199798584,2.0034279823303223,0.6196730136871338,0.45775100588798523,0.8409919738769531,0.12948399782180786,-0.9530969858169556,-0.9831169843673706,-0.18954899907112122,0.664480984210968,-0.07518299669027328,1.1456090211868286,-0.8036879897117615,1.1228280067443848,0.4526289999485016,0.9811800122261047,0.46177101135253906,-0.09604600071907043,0.11409900337457657,0.685958981513977,-2.3503050804138184,0.9463800191879272,0.29412001371383667,0.8822759985923767,1.0449680089950562,1.0547499656677246,0.30823299288749695,1.780758023262024,-0.12224099785089493,-0.4515720009803772,-1.7868690490722656,0.8300470113754272,0.6493070125579834,1.4279119968414307,-0.5762770175933838,-1.0447440147399902,2.442060947418213,-1.0885310173034668,1.4174569845199585,-1.9265140295028687,0.6480640172958374,-0.07726799696683884,1.4615490436553955,-1.9366309642791748,-1.226712942123413,0.5658220052719116,0.6872079968452454,2.349457025527954,0.5689280033111572,-1.3348979949951172,0.5617830157279968,-2.3699870109558105,0.008294999599456787,0.33832499384880066,0.4017939865589142,-0.7587050199508667,2.5118141174316406,-0.933584988117218,1.0220030546188354,0.1953890025615692,-1.295151948928833,1.222661018371582,-1.2315750122070312,0.8700720071792603,0.214368999004364,2.03485107421875,2.400765895843506,0.9172790050506592,0.7340840101242065,-0.6607810258865356,0.8408839702606201,0.09318400174379349,-2.0081369876861572,2.61346697807312,0.903232991695404,0.003785999957472086,0.423444002866745,2.915339946746826,0.6510469913482666,-0.9522979855537415,0.5917479991912842,-0.19403700530529022,-0.49496299028396606,0.765483021736145,-0.1887349933385849,-0.0805089995265007,-1.273252010345459,1.8676069974899292,0.334073007106781,-1.0107250213623047,-1.2346969842910767,1.0835310220718384,-0.4692560136318207,-0.7021229863166809,0.5310249924659729,0.9104340076446533,-0.41915398836135864,-0.676052987575531,1.803542971611023,0.26894500851631165,2.9029541015625,0.9116430282592773,-1.3071320056915283,-0.09248899668455124,-1.883208990097046,0.801177978515625,-2.4151079654693604,-1.3034909963607788,1.7174949645996094,0.43914300203323364,0.40554100275039673,-1.1347659826278687,0.7769119739532471,-1.3729690313339233,-1.3110339641571045,1.5346989631652832,1.020954966545105,-0.4746699929237366,-1.1802380084991455,1.9294129610061646,2.746182918548584,0.9516459703445435,-0.6963890194892883,-0.4402390122413635,-1.0875400304794312,-1.1189199686050415,1.2952899932861328,-0.06103000044822693,0.12114399671554565,-1.214779019355774,-1.0401849746704102,-1.0640430450439453,-0.06731799989938736,-0.0696140006184578,-0.4186460077762604,0.6966410279273987,-0.7073060274124146,-0.7918859720230103,2.8591959476470947,0.7578269839286804,1.2192310094833374,-0.6882169842720032,-0.03976700082421303,-2.0818400382995605,0.9970769882202148,-0.9777780175209045,-0.22083699703216553,1.3265780210494995,-0.957656979560852,-0.6050080060958862,1.8962270021438599,0.8405719995498657,0.6620529890060425,-1.2442259788513184,-0.8314669728279114,-1.126471996307373,-0.04315200075507164,0.5482419729232788,0.709447979927063,0.020452000200748444,-0.4940989911556244,-0.1818230003118515,-1.0088139772415161,-1.3693439960479736,0.6379929780960083,2.418945074081421,-0.488552987575531,2.500415086746216,-1.216689944267273,1.126373052597046,-1.1414860486984253,-0.94753497838974,-0.7826250195503235,0.9182829856872559,-1.3986510038375854,0.079694002866745,-0.8661540150642395,-0.8283500075340271,0.03829500079154968,0.7907490134239197,0.7399730086326599,0.8330550193786621,-1.1163979768753052,-1.3140729665756226,0.4076470136642456,0.9485139846801758,0.08080100268125534,-1.2524269819259644,0.5373179912567139,0.8095510005950928,-1.240738034248352,1.2779450416564941,1.306717038154602,0.7890260219573975,-0.6189240217208862,1.3180290460586548,0.011533999815583229,-1.149314045906067,-0.79510498046875,-0.8774219751358032,-0.8123959898948669,-0.28276801109313965,-0.7699909806251526,-0.7685509920120239,0.7311779856681824,-0.8639580011367798,-1.3945260047912598,-0.7221980094909668,-0.28643500804901123,0.8959349989891052,-0.34931299090385437,-0.9383469820022583,-1.2591359615325928,-0.6292189955711365,-0.5733280181884766,0.31563401222229004,-0.9160630106925964,1.7240920066833496,0.3489130139350891,-0.032207001000642776,1.0478969812393188,-0.4853360056877136,1.3111040592193604,-0.24774500727653503,2.008781909942627,0.7015600204467773,-0.08286300301551819,-0.08968000113964081,-0.24776700139045715,-0.9210940003395081,-1.1600110530853271,0.5125859975814819,1.1149580478668213,2.229767084121704,-0.8574609756469727,0.4037359952926636,-0.4625830054283142,-2.012938976287842,0.9713410139083862,1.3515050411224365,-0.7298610210418701,1.2540040016174316,-1.4743369817733765,1.8104020357131958,-0.4340839982032776,1.1297320127487183,0.54128098487854,2.394390106201172,0.3384590148925781,-1.4198039770126343,-1.6791930198669434,-0.9308120012283325,-0.8331339955329895,-1.0332870483398438,-0.9480109810829163,1.0333110094070435,-1.2040530443191528,1.2746230363845825,-0.6429780125617981,-1.1147979497909546,2.1973350048065186,-1.8380889892578125,0.9930210113525391,1.0751819610595703,-0.7774999737739563,1.8208709955215454,0.07848499715328217,-1.1501330137252808,-0.5879660248756409,-0.6187210083007812,-1.1706860065460205,1.6925410032272339,0.5288280248641968,2.056478977203369,-1.569957971572876,1.2330119609832764,2.213162899017334,1.3316570520401,-1.1253010034561157,0.6516050100326538,1.1666200160980225,0.9024119973182678,-0.511605978012085,-0.6043069958686829,0.27578699588775635,-0.39546701312065125,-0.5067030191421509,-1.2958530187606812,1.3144140243530273,1.8790440559387207,0.4518359899520874,-0.896701991558075,-0.9014840126037598,0.2526229918003082,-1.2640379667282104,1.1732120513916016,2.1487081050872803,1.416396975517273,-0.2250470072031021,-0.5018069744110107,1.2886029481887817,-0.3565309941768646,-0.6901789903640747,1.2079650163650513,-0.7264149785041809,-1.2057629823684692,-0.6563400030136108,-0.46021801233291626,-0.06169699877500534,-0.7859429717063904,-0.11288399994373322,-1.2417830228805542,-0.15094399452209473,-0.8146899938583374,-1.5277860164642334,1.0303599834442139,1.1236649751663208,1.0635520219802856,0.6950240135192871,-0.6903089880943298,0.40379598736763,-0.5035279989242554,1.6940499544143677,1.2582459449768066,0.14940600097179413,-0.30311399698257446,0.871396005153656,-0.7051470279693604,0.22926299273967743,-0.28079700469970703,-0.717769980430603,1.9901009798049927,0.7247599959373474,-1.1759569644927979,0.5300639867782593,-0.09143500030040741,0.5275139808654785,0.5070940256118774,1.4701180458068848,-1.2858279943466187,0.144896999001503,-1.7897800207138062,1.8315809965133667,-1.729248046875,-0.5886499881744385,0.8116440176963806,-0.8492209911346436,-1.0152599811553955,0.8708459734916687,-1.8563660383224487,0.9554470181465149,-0.3529300093650818,-2.4445650577545166,-1.3354589939117432,-1.336379051208496,-0.41501501202583313,0.3840799927711487,0.25636300444602966,-0.8054090142250061,0.6679880023002625,2.607943058013916,0.8965240120887756,1.203616976737976,-1.0117690563201904,0.22915500402450562,-2.133991003036499,-2.1394619941711426,-0.6291890144348145,1.2474900484085083,-0.30368998646736145,-0.8388649821281433,0.09626500308513641,1.0131620168685913,-1.1353570222854614,0.38664400577545166,1.8602449893951416,-0.35896098613739014,0.9516149759292603,0.1560550034046173,0.4071600139141083,-1.2296799421310425,0.8799890279769897,-0.6453440189361572,0.6039980053901672,1.1034289598464966,0.1790349930524826,0.24162499606609344,-0.842274010181427,-0.05140399932861328,0.26370400190353394,0.6159740090370178,1.2907780408859253,0.6165750026702881,-1.3866690397262573,2.908684015274048,-1.0666899681091309,0.9838029742240906,2.7080960273742676,-1.1302560567855835,-0.5958250164985657,-1.2389769554138184,-0.8219280242919922,0.48663800954818726,-1.5944520235061646,-0.45273900032043457,-0.7918440103530884,0.8133180141448975,-0.9609500169754028,-1.3124560117721558,-2.3976120948791504,1.0639020204544067,-0.8839790225028992,-0.804893970489502,0.3747810125350952,-0.8875870108604431,1.08331298828125,-1.366245985031128,0.9967780113220215,-0.6023330092430115,0.0486299991607666,0.07475300133228302,-0.6920390129089355,-0.8044120073318481,1.210360050201416,2.5404601097106934,2.2751100063323975,-1.2098309993743896,-1.1636029481887817,1.5998859405517578,-1.0625569820404053,-0.7378119826316833,0.2748819887638092,-1.0405349731445312,-0.6332380175590515,-2.2777209281921387,-2.2996599674224854,1.6732369661331177,-0.7446380257606506,1.566290020942688,-1.5099220275878906,0.3582099974155426,0.27448299527168274,1.8078609704971313,-2.242182970046997,-1.2285490036010742,-0.918205976486206,0.3019160032272339,-1.1270469427108765,0.9615020155906677,-1.0017529726028442,0.23298999667167664,-0.442097008228302,-0.04594000056385994,-1.2622270584106445,0.26482099294662476,-0.8637809753417969,0.34270599484443665,1.111536979675293,0.03464699909090996,-1.1305550336837769,-0.29699400067329407,-1.24373197555542,1.0981800556182861,0.7129349708557129,-0.35582199692726135,-0.5180569887161255,-1.0848159790039062,-1.084306001663208,2.0506479740142822,0.7816470265388489,-0.1688549965620041,-0.49412500858306885,-0.5665140151977539,0.7313590049743652,1.0661660432815552,-2.0804269313812256,1.9356149435043335,0.6459720134735107,1.8505460023880005,0.5174620151519775,-1.006464958190918,-1.010625958442688,-1.3925780057907104,-0.06986699998378754,1.7904280424118042,1.2982029914855957,-0.7603560090065002,-0.7057449817657471,0.5941089987754822,-0.37562501430511475,1.2421009540557861,2.145508050918579,-1.1693370342254639,0.701088011264801,0.5132309794425964,-0.8377289772033691,0.6999109983444214,-1.0696220397949219,0.2932089865207672,0.2128719985485077,2.228543996810913,-0.7290329933166504,-0.36194100975990295,-0.71595698595047,-0.5410209894180298,-1.2486389875411987,0.525285005569458,2.018496036529541,-0.23700900375843048,0.7422959804534912,1.029500961303711,2.4679388999938965,1.282742977142334,1.1233320236206055,-0.5190269947052002,-0.7149389982223511,-0.7338590025901794,-0.14226900041103363,-1.296170949935913,2.058881998062134,2.7661900520324707,2.7396419048309326,2.0636279582977295,2.018105983734131,0.881928026676178,-0.34074199199676514,-0.8376079797744751,-0.05266600102186203,-2.060175895690918,-1.116042971611023,0.022770000621676445,0.04510999843478203,1.7114280462265015,-0.21562199294567108,-0.4815579950809479,1.9274959564208984,1.8554389476776123,-0.6079180240631104,-0.7568150162696838,-0.6113119721412659,0.2724449932575226,1.0367759466171265,1.5918200016021729,0.10908900201320648,-0.8233410120010376,0.7577589750289917,-0.4306829869747162,1.5680389404296875,2.0450479984283447,0.681352972984314,-0.9648020267486572,1.0788040161132812,-1.4914530515670776,-0.8899949789047241,2.1586248874664307,-0.9341189861297607,1.2004239559173584,1.1979550123214722,-0.4983850121498108,-0.45222100615501404,-0.8169940114021301,-1.8092190027236938,-0.7339649796485901,-0.16337600350379944,0.5028539896011353,0.21592700481414795,-0.26694899797439575,-1.1045409440994263,1.2291890382766724,2.777008056640625,-0.3834249973297119,-0.6474239826202393,-0.3335379958152771,-0.4914669990539551,0.8933759927749634,-0.37223300337791443,0.48215600848197937,0.4726099967956543,0.3999890089035034,-0.1670749932527542,-0.5956950187683105,2.514914035797119,1.1018569469451904,2.2450520992279053,2.392975091934204,2.6703031063079834,-0.7676849961280823,-0.7538610100746155,-1.032696008682251,-0.18121199309825897,0.5950139760971069,0.620123028755188,1.0455780029296875,-0.24205300211906433,0.10759899765253067,-1.7336410284042358,0.23697499930858612,-2.229274034500122,0.8617269992828369,0.31271201372146606,1.633010983467102,0.9674680233001709,0.9634789824485779,1.7539010047912598,-1.2341300249099731,-1.3612020015716553,0.7717480063438416,1.7836439609527588,1.0355149507522583,1.6185380220413208,-0.3023679852485657,1.5127010345458984,-0.43650099635124207,-0.7912780046463013,-0.6004940271377563,0.24357999861240387,0.6578059792518616,0.10366400331258774,-1.3228460550308228,-1.3000390529632568,-1.3724499940872192,1.9125659465789795,-2.307739019393921,1.864730954170227,-0.5710899829864502,-0.11902199685573578,2.1852378845214844,0.1781029999256134,-0.708961009979248,1.408493995666504,-0.8039659857749939,0.4631649851799011,-1.6188329458236694,-1.5831459760665894,1.2374299764633179,1.6082589626312256,-0.9395279884338379,0.8884170055389404,-1.0007569789886475,-0.17025700211524963,-0.39012300968170166,0.49809199571609497,1.2893650531768799,0.6646440029144287,-1.2238880395889282,-1.9228999614715576,-0.5719799995422363,-0.0379600003361702,0.6587619781494141,2.179502010345459,1.1292140483856201,-0.39348098635673523,-0.2816050052642822,-1.4424580335617065,-0.1250150054693222,-1.441014051437378,-1.2908329963684082,0.82157301902771,2.902184009552002,2.9190099239349365,1.1037299633026123,1.2797139883041382,-1.099877953529358,-0.23528699576854706,-0.3081440031528473,1.1095010042190552,0.689935028553009,1.2474429607391357,1.1301950216293335,-0.6267690062522888,-1.759855031967163,1.3977090120315552,0.9048420190811157,0.43554699420928955,0.18472300469875336,0.9395670294761658,-0.6444000005722046,1.9069139957427979,1.5143619775772095,0.7340790033340454,2.487312078475952,0.7567499876022339,-1.239920973777771,-1.25455904006958,-0.7301660180091858,0.11510500311851501,-1.5612289905548096,0.4392400085926056,-0.6209030151367188,1.12568998336792,-0.41475000977516174,0.6396089792251587,0.3964430093765259,0.8766270279884338,0.6300070285797119,2.2771220207214355,0.5406349897384644,0.4791409969329834,-0.6477590203285217,1.6255919933319092,2.0353810787200928,-1.2622339725494385,-0.7350559830665588,-0.5955809950828552,0.25501900911331177,2.3581809997558594,2.3957629203796387,2.4158360958099365,-0.2785469889640808,2.4092791080474854,0.7167209982872009,0.5626569986343384,1.858981966972351,-0.0717800036072731,-1.5622060298919678,0.3341369926929474,-0.6088020205497742,2.1005361080169678,0.7004860043525696,1.0414409637451172,1.9547920227050781,0.6747350096702576,0.1472810059785843,-0.3122200071811676,-0.5884699821472168,1.2372649908065796,0.7055969834327698,-1.0918079614639282,-0.8978679776191711,0.9820839762687683,2.2475240230560303,2.1512579917907715,1.1223219633102417,-2.471184015274048,0.7653059959411621,0.6844990253448486,-0.9979029893875122,-0.6782900094985962,-0.20410500466823578,-0.7304779887199402,1.216966986656189,0.5128849744796753,-0.6324840188026428,1.178406000137329,-1.393164038658142,-0.07659699767827988,-0.5643090009689331,2.763813018798828,1.102368950843811,1.121140956878662,0.25546199083328247,-1.0786590576171875,-1.2189639806747437,-0.3486340045928955,2.2220540046691895,2.6879119873046875,2.7441790103912354,2.7007899284362793,1.5214240550994873,-0.29725000262260437,-1.9075469970703125,-0.7873780131340027,1.0457860231399536,2.650202989578247,0.15333400666713715,0.4274199903011322,-0.017328999936580658,1.3774139881134033,1.1707459688186646,2.6098670959472656,-0.5734760165214539,-1.3219950199127197,-0.07582899928092957,-0.8655620217323303,-0.7698450088500977,1.586859941482544,-1.8298799991607666,0.2773739993572235,0.13517799973487854,-0.39229199290275574,-1.3618940114974976,0.18942299485206604,-2.054905891418457,0.2932499945163727,-1.3601880073547363,-0.4231719970703125,0.8707659840583801,-1.1294080018997192,0.45751699805259705,2.2649118900299072,1.360023021697998,1.3034230470657349,0.6671310067176819,2.86525297164917,1.2065110206604004,-1.0612529516220093,2.4307870864868164,0.9900029897689819,-1.0897129774093628,-0.3787020146846771,-0.4078510105609894,-0.9312059879302979,-0.09099700301885605,-0.8174129724502563,0.45735299587249756,-0.7839670181274414,2.651686906814575,0.960129976272583,0.11920200288295746,1.338523030281067,-0.9031410217285156,2.4174211025238037,-0.32249900698661804,0.08581399917602539,-1.1112669706344604,0.0803069993853569,0.9763280153274536,0.25992199778556824,0.831833004951477,0.8575860261917114,-1.1084740161895752,0.34888601303100586,0.4749389886856079,0.3332560062408447,-0.5918089747428894,0.7668409943580627,0.15264900028705597,2.0252530574798584,-1.8242290019989014,0.998062014579773,-0.6120190024375916,-0.9525089859962463,-0.7145479917526245,1.8649020195007324,-0.005206000059843063,0.6068419814109802,0.6739580035209656,0.8330960273742676,1.0100460052490234,0.33572301268577576,-0.5556120276451111,1.0225030183792114,0.5769760012626648,0.671172022819519,0.07575800269842148,-0.12296699732542038,-0.8596339821815491,1.806907057762146,-0.09347400069236755,-1.388888955116272,-1.3397669792175293,-1.4395220279693604,-0.8535370230674744,0.3810029923915863,0.7417770028114319,-1.3093429803848267,-1.2031519412994385,0.7303509712219238,-1.2237030267715454,-0.48590800166130066,1.342985987663269,-0.2644430100917816,1.7614229917526245,0.040490999817848206,-0.2378309965133667,1.0798530578613281,0.1831820011138916,-1.0638270378112793,-1.5524669885635376,1.2719850540161133,-0.5633519887924194,0.7901440262794495,1.094696044921875,2.7755939960479736,-1.0457730293273926,0.4022350013256073,-1.2274490594863892,1.1697969436645508,-2.252898931503296,-0.06525000184774399,1.821890950202942,-1.1178940534591675,-2.187659978866577,-2.2097020149230957,0.5441619753837585,-1.3506649732589722,-0.7746120095252991,-0.6890209913253784,2.240211009979248,0.7782589793205261,-0.3538599908351898,-0.4233269989490509,-0.823108971118927,-1.3257670402526855,0.2287369966506958,-1.6781469583511353,-1.4084919691085815,0.9588249921798706,-0.03956599906086922,-1.8724720478057861,-0.03753700107336044,-0.8883370161056519,-0.868798017501831,-0.2540769875049591,0.46538498997688293,-1.579666018486023,-0.3883970081806183,1.0919350385665894,2.480492115020752,1.6933289766311646,0.25153398513793945,-1.8011250495910645,0.3210029900074005,-1.1400690078735352,1.2239710092544556,0.9041789770126343,-1.2511500120162964,0.3447229862213135,0.18396200239658356,-0.1568789929151535,-0.18131999671459198,-0.4596250057220459,1.223343014717102,2.120476007461548,-0.6624910235404968,-0.6914070248603821,-0.8816429972648621,-0.2335679978132248,-0.6384400129318237,0.8465089797973633,-1.195613980293274,-1.60760498046875,-1.561946988105774,1.635040044784546,-0.9654660224914551,1.1689809560775757,-0.4080980122089386,0.16732600331306458,-0.730800986289978,0.9693639874458313,1.2250579595565796,0.639398992061615,-0.7141169905662537,0.868598997592926,-1.2847930192947388,1.0641729831695557,1.8174870014190674,1.7784110307693481,1.731384038925171,1.741415023803711,1.235967993736267,0.5640730261802673,1.5609849691390991,-0.7815809845924377,-0.642857015132904,-1.214324951171875,-0.03849799931049347,-0.03903299942612648,1.5813930034637451,0.8866069912910461,-1.3438409566879272,0.057374998927116394,0.507781982421875,-0.4820750057697296,0.19614900648593903,0.9860460162162781,0.028574999421834946,-1.0627540349960327,2.136881113052368,-0.7553099989891052,-0.45090898871421814,1.1748100519180298,0.46252501010894775,2.9443509578704834,-0.03786100074648857,2.339354991912842,1.4001460075378418,-0.26369500160217285,-0.4357469975948334,-1.260604977607727,1.063217043876648,1.2849390506744385,-0.8852159976959229,1.9836879968643188,0.7621960043907166,-0.6398159861564636,0.8333039879798889,0.6262990236282349,-0.9587810039520264,2.6307220458984375,-0.7066370248794556,1.807337999343872,-0.9010859727859497,1.191810965538025,-0.7668190002441406,-1.3697350025177002,0.6200780272483826,2.706329107284546,-0.8843470215797424,-1.0938060283660889,1.9305109977722168,2.3047940731048584,1.763260006904602,2.60868501663208,-0.15143799781799316,-0.47423601150512695,1.281622052192688,-0.7926530241966248,-0.27306100726127625,1.2709859609603882,1.9729000329971313,-0.6310629844665527,-0.9175249934196472,0.8762400150299072,0.9419379830360413,2.282938003540039,-0.6457599997520447,0.6365320086479187,0.12284299731254578,1.282984972000122,-0.7934669852256775,-1.3474960327148438,0.4450719952583313,-1.1180919408798218,-1.0033520460128784,-0.02151699922978878,-1.2379909753799438,0.6514289975166321,-1.2270359992980957,-1.2792969942092896,1.0385420322418213,1.8917410373687744,2.345521926879883,-0.6348530054092407,-0.1414790004491806,1.1177970170974731,-0.39399299025535583,2.9258460998535156,-0.9768829941749573,-0.24830499291419983,-0.3883560001850128,-0.7534499764442444,1.2304270267486572,-0.454585999250412,-1.2661939859390259,-0.05275699868798256,0.10447400063276291,2.831583023071289,-0.337693989276886,0.4429149925708771,-0.38484999537467957,-0.1549219936132431,-0.8197709918022156,-0.21920999884605408,-0.801895022392273,-0.14265500009059906,-0.3993450105190277,0.182436004281044,-0.27381399273872375,-0.9679009914398193,2.130232095718384,1.295253038406372,1.7205350399017334,-1.4481149911880493,1.2386629581451416,2.1581640243530273,-0.8838980197906494,1.853384017944336,1.6401710510253906,-1.3846429586410522,-0.1798969954252243,-1.0717710256576538,-0.3172299861907959,-0.9807829856872559,0.3565570116043091,-1.2719060182571411,0.8763539791107178,-1.240394949913025,-1.8747429847717285,1.214229941368103,-0.13489599525928497,-1.1423779726028442,-0.872422993183136,-2.0068020820617676,1.8935240507125854,-1.3903720378875732,1.1868170499801636,-1.2503529787063599,-1.3740650415420532,-1.9652479887008667,-1.8813550472259521,-1.1642769575119019,-1.9819810390472412,-0.4161120057106018,-1.1468919515609741,0.3985399901866913,-1.257614016532898,2.569420099258423,0.7019330263137817,2.5643160343170166,-0.2825849950313568,-0.6253920197486877,1.184844970703125,-0.8451600074768066,2.78460693359375,1.7413140535354614,-0.8750550150871277,0.031158000230789185,0.0011889999732375145,2.7343509197235107,-0.2963770031929016,-0.6090419888496399,0.7198010087013245,0.6924800276756287,-0.49663498997688293,-2.098165988922119,-0.816897988319397,-0.14410999417304993,0.7274360060691833,-1.3357059955596924,-2.534559965133667,-0.8854129910469055,-1.1817660331726074,-1.3013720512390137,-0.09522199630737305,1.618162989616394,-1.1687359809875488,0.562129020690918,1.9600789546966553,0.09246200323104858,0.06376300007104874,0.3768160045146942,-0.2080560028553009,-1.3765920400619507,-0.23892199993133545,-1.9842220544815063,2.0372769832611084,0.44349899888038635,-1.1790499687194824,2.2027509212493896,0.591323971748352,0.16019199788570404,0.09941399842500687,-0.484934002161026,-1.0910780429840088,0.4631569981575012,-1.1193419694900513,1.0219579935073853,1.4613250494003296,-1.1028209924697876,-0.046323999762535095,-0.3864000141620636,-1.0855519771575928,-2.4418509006500244,1.1562039852142334,-0.08973000198602676,-0.9279220104217529,-1.5847779512405396,0.8239319920539856,-0.987975001335144,1.7846640348434448,-0.32296499609947205,-1.172916054725647,1.785053014755249,1.4847400188446045,0.0354669988155365,1.324903964996338,-1.1891770362854004,2.034414052963257,-0.5046499967575073,-0.43957701325416565,2.885654926300049,1.624822974205017,1.4696029424667358,-2.157562017440796,-1.1688660383224487,0.0742570012807846,-0.7455120086669922,-0.3974139988422394,0.49757298827171326,-1.6118470430374146,0.11647699773311615,-0.18285399675369263,-2.0991439819335938,0.20899200439453125,1.437466025352478,0.3123849928379059,0.6445189714431763,-0.023966999724507332,1.3008350133895874,0.11765699833631516,2.098961114883423,-1.7877459526062012,0.17802999913692474,1.7712440490722656,0.48784199357032776,-1.2149399518966675,-0.9150670170783997,0.4000239968299866,0.3420029878616333,-1.121230959892273,0.602200984954834,0.5029029846191406,1.1817409992218018,-1.0749399662017822,-0.5649870038032532,-1.3171859979629517,-0.5587440133094788,2.0399320125579834,1.0511469841003418,1.0655139684677124,1.2554110288619995,1.1786390542984009,0.27819499373435974,0.5064619779586792,0.3223229944705963,-0.6482120156288147,2.882277011871338,-1.1736890077590942,0.36936599016189575,-0.9018099904060364,1.0551600456237793,-0.5961419939994812,0.19116200506687164,2.4659740924835205,1.1887520551681519,1.3315240144729614,0.640733003616333,-0.5472009778022766,2.126220941543579,-0.8692860007286072,0.31703200936317444,0.7752529978752136,0.6117439866065979,-0.020515000447630882,-1.0249359607696533,2.725097894668579,-1.1514760255813599,0.6537650227546692,0.458640992641449,1.9371000528335571,-2.4254250526428223,0.3613409996032715,0.35564398765563965,0.9317589998245239,2.2690811157226562,1.3300329446792603,0.07139100134372711,0.40588000416755676,1.0238690376281738,-0.9685099720954895,-0.2355480045080185,1.0003999471664429,-0.7360249757766724,0.23369699716567993,2.7097458839416504,-0.8754040002822876,0.4300079941749573,-1.5299750566482544,1.1833120584487915,2.1961989402770996,-0.920166015625,-0.8352140188217163,0.041586000472307205,0.2844659984111786,-0.18296800553798676,2.3846819400787354,-0.7481430172920227,2.7598440647125244,-1.1505320072174072,1.0918190479278564,0.9841099977493286,-0.0790330022573471,1.9251129627227783,-0.6630070209503174,2.7172930240631104,1.179049015045166,0.4254930019378662,1.7404290437698364,0.19461099803447723,2.232269048690796,-0.9021880030632019,-2.279175043106079,0.09144999831914902,0.11708799749612808,2.054189920425415,-0.2309270054101944,-0.7414609789848328,-0.18675300478935242,-0.9855440258979797,-0.2395170032978058,-0.00980599969625473,1.0095189809799194,0.6186069846153259,1.5959869623184204,-0.3684769868850708,-0.011083999648690224,0.21232500672340393,0.9543690085411072,-0.48732900619506836,-1.0940649509429932,0.5853000283241272,-1.0491570234298706,-1.2256660461425781,1.9826769828796387,0.5860620141029358,-0.25237399339675903,2.1766738891601562,2.841372013092041,-0.295646995306015,-1.6344799995422363,-1.3248430490493774,-1.2853440046310425,0.17955400049686432,2.321141004562378,-1.2344510555267334,0.3559190034866333,-0.6265439987182617,-1.4098819494247437,0.875216007232666,0.22306999564170837,0.6583139896392822,-0.9783009886741638,-1.073667049407959,1.2778140306472778,-1.8622089624404907,2.5714399814605713,1.2615050077438354,-0.8767539858818054,2.113759994506836,1.2598509788513184,1.249479055404663,-0.33801698684692383,-2.1531929969787598,-0.7493709921836853,0.3157329857349396,1.873898983001709,1.2067530155181885,1.1482709646224976,-0.21287700533866882,-2.4950990676879883,0.5903090238571167,-0.45086801052093506,0.147830992937088,-1.249459981918335,0.9688420295715332,0.9217569828033447,0.4427730143070221,-1.3069080114364624,0.34628400206565857,-1.9229769706726074,-1.929489016532898,-0.6291620135307312,-0.06755100190639496,-0.12472999840974808,-1.3915389776229858,2.2235488891601562,2.318268060684204,-0.5970079898834229,-0.9681220054626465,0.5054190158843994,-1.378296971321106,1.3189769983291626,-0.4138520061969757,0.06592900305986404,-0.009080000221729279,0.024178000167012215,-0.7997609972953796,0.8460419774055481,-0.6747909784317017,-1.082658052444458,1.1884750127792358,1.1139919757843018,1.3210300207138062,2.630513906478882,1.1174949407577515,0.7269480228424072,0.7643849849700928,-2.0849509239196777,-1.1353859901428223,0.0016720000421628356,1.0070149898529053,-0.9423869848251343,-1.1594090461730957,1.1644710302352905,1.1409599781036377,0.9301990270614624,-2.035094976425171,-0.5246930122375488,-0.5999360084533691,2.1800310611724854,-0.6676160097122192,-0.7796390056610107,-0.8864420056343079,-1.2852150201797485,0.9157540202140808,0.8615949749946594,0.65448397397995,2.416882038116455,-1.5641939640045166,-1.6465610265731812,-1.1587220430374146,1.2361749410629272,-0.9775210022926331,-0.6937029957771301,-0.5339440107345581,-1.166720986366272,0.1393290013074875,-1.0053600072860718,-0.6039850115776062,0.9602299928665161,0.945393979549408,-1.9108389616012573,-1.298449993133545,-1.4951930046081543,-0.20077399909496307,-0.04981999844312668,-0.5641070008277893,-1.405797004699707,-1.113250970840454,-1.2990779876708984,1.7344410419464111,1.677659034729004,1.6167850494384766,-1.6211190223693848,-1.0781209468841553,-0.2729400098323822,-0.28870099782943726,1.335415005683899,-0.7007139921188354,-0.12312299758195877,-0.9628689885139465,-1.1859170198440552,2.36565899848938,-0.00023099999816622585,0.39726099371910095,0.44620901346206665,-0.13402800261974335,0.4121130108833313,-1.7385029792785645,-0.5437269806861877,0.35610899329185486,-0.272258996963501,0.34003299474716187,-1.2840590476989746,-1.0963679552078247,-1.2819069623947144,-1.2197619676589966,-0.6390470266342163,1.8467210531234741,-0.4176790118217468,-2.0796620845794678,2.579369068145752,-0.8659129738807678,-1.5551029443740845,-0.9332429766654968,1.5962920188903809,1.6286909580230713,-1.1340279579162598,1.8834140300750732,0.8825280070304871,-1.4530969858169556,-0.7756080031394958,-1.2880569696426392,0.4474389851093292,-1.371080994606018,-0.7070450186729431,-1.1802289485931396,2.3631479740142822,2.7818069458007812,-1.2191699743270874,-0.8067520260810852,-1.3941960334777832,1.1976360082626343,0.6460570096969604,1.1480439901351929,-0.8120750188827515,1.5585700273513794,0.6808090209960938,0.6160820126533508,0.37392398715019226,0.4516719877719879,0.9014559984207153,1.367553949356079,0.7440829873085022,-0.14279499650001526,0.7545480132102966,0.37119200825691223,1.795936942100525,0.7371190190315247,1.420868992805481,1.8426270484924316,1.6483149528503418,1.1642539501190186,2.3038330078125,-2.3751490116119385,-1.4167619943618774,1.0043150186538696,0.543940007686615,-0.5477960109710693,-0.857450008392334,-0.08392699807882309,-0.2994990050792694,-0.3211590051651001,-0.7960010170936584,-1.4748879671096802,0.20827700197696686,0.5188090205192566,-0.5221629738807678,-1.0887019634246826,-1.6693919897079468,-1.4620059728622437,0.9865909814834595,-0.2786180078983307,-1.7693419456481934,-1.8824310302734375,1.8884119987487793,0.8649290204048157,-0.4641279876232147,1.4907970428466797,2.421967029571533,1.173609972000122,0.5532979965209961,-1.3827550411224365,0.3954850137233734,-1.2902679443359375,0.5428820252418518,0.4011920094490051,0.012294000014662743,1.1794480085372925,-1.3993760347366333,2.8860299587249756,-0.0209989994764328,-1.8004610538482666,-1.7481590509414673,0.3997040092945099,-1.8571170568466187,1.2413090467453003,1.1187210083007812,0.5794479846954346,-2.1862590312957764,1.197532057762146,-1.612328052520752,-1.5183780193328857,-0.5509099960327148,0.7895209789276123,-1.1171109676361084,0.6775670051574707,-1.3792979717254639,-1.928665041923523,-0.9507830142974854,-0.7809680104255676,-0.4045960009098053,-2.0554840564727783,-1.2466109991073608,1.0012359619140625,-1.1970429420471191,-1.2399580478668213,1.3518600463867188,0.18425899744033813,0.7023079991340637,-0.8959069848060608,-0.7544839978218079,-0.8219760060310364,-0.7563160061836243,-0.975346028804779,1.0474879741668701,-1.0153290033340454,2.1517930030822754,0.9795070290565491,-1.0883870124816895,-1.6393109560012817,1.102249026298523,-0.633499026298523,0.2981390058994293,0.32171300053596497,-1.3693159818649292,0.006066999863833189,1.9040299654006958,1.9673190116882324,0.24683399498462677,1.9060050249099731,-0.4327400028705597,-0.6188740134239197,-0.2758849859237671,-1.1881749629974365,0.49818098545074463,-1.5434370040893555,1.508376955986023,0.7884250283241272,0.538864016532898,1.1855319738388062,0.9556649923324585,0.6530460119247437,-0.10699599981307983,-1.831771969795227,-0.2021780014038086,0.9025729894638062,-0.23064999282360077,0.27257001399993896,-1.02041494846344,-0.3729099929332733,-0.8954399824142456,2.509514093399048,0.08590199798345566,-0.33881399035453796,0.7096819877624512,2.225219964981079,0.2456279993057251,0.1301880031824112,-1.252627968788147,0.658722996711731,0.044137999415397644,-1.0476200580596924,0.7151470184326172,2.802259922027588,-0.09000200033187866,-0.13884900510311127,-0.8744249939918518,-1.3870259523391724,-0.8139119744300842,2.5611650943756104,0.5709760189056396,-0.257845014333725,-1.3202439546585083,-0.8824759721755981,-0.5543599724769592,0.7928760051727295,-1.1221979856491089,0.5938109755516052,0.7864760160446167,-1.180662989616394,0.7449569702148438,0.6544690132141113,-1.2357690334320068,-0.7101519703865051,-0.28778401017189026,-1.4288389682769775,0.9651470184326172,0.3540860116481781,-0.6887789964675903,0.9944549798965454,-1.6346930265426636,-0.08170899748802185,0.8522220253944397,-1.8553730249404907,-1.7611240148544312,-0.7132220268249512,0.37592899799346924,1.2977449893951416,0.4118030071258545,2.864819049835205,-2.4217000007629395,0.1357630044221878,-1.2187520265579224,1.9135589599609375,0.8126530051231384,0.17948199808597565,0.5682569742202759,0.350257009267807,-0.41905099153518677,-1.1267280578613281,0.9804289937019348,1.445937991142273,-1.413604974746704,1.1726759672164917,-0.7310670018196106,2.096782922744751,-1.7950210571289062,-0.9914690256118774,-0.7462069988250732,-1.3357839584350586,-0.10248100012540817,-0.855774998664856,-0.37463000416755676,1.3755240440368652,-1.0521149635314941,-1.3391720056533813,-0.555092990398407,1.9220279455184937,-1.2424830198287964,-1.0589449405670166,-1.623811960220337,-1.5825860500335693,-0.3085390031337738,2.606903076171875,-1.6308059692382812,1.6278870105743408,0.6824259757995605,0.41390201449394226,1.0742850303649902,1.5761749744415283,0.7033720016479492,0.6863560080528259,1.832062005996704,0.3324739933013916,1.2205560207366943,0.3934760093688965,-2.341315984725952,1.2148489952087402,-0.2117460072040558,0.5379430055618286,-0.6309990286827087,0.9213820099830627,-0.9188230037689209,0.12330199778079987,1.32567298412323,-0.7526400089263916,0.8836979866027832,1.2791279554367065,-0.2833400070667267,1.2838330268859863,-1.3840479850769043,-1.4426000118255615,0.23990599811077118,-2.5445330142974854,-0.7493659853935242,0.8497369885444641,1.7128700017929077,-2.547677993774414,1.115921974182129,-0.31032198667526245,2.221808910369873,-0.04806799814105034,-1.1254609823226929,0.5274009704589844,-1.36115300655365,0.5546039938926697,0.6951820254325867,-0.9076169729232788,2.2149009704589844,-0.288439005613327,-1.3649400472640991,0.7810750007629395,0.5958139896392822,-0.41667699813842773,-1.8229429721832275,0.8170650005340576,-0.23282599449157715,2.3614630699157715,0.15444999933242798,2.0827479362487793,2.00189208984375,0.2425220012664795,-0.8968210220336914,-1.087062954902649,-1.0889209508895874,-1.2682210206985474,-1.0518310070037842,-0.4176569879055023,0.280692994594574,-0.6053829789161682,0.08546099811792374,0.45244601368904114,1.0097509622573853,0.26549801230430603,0.12429399788379669,1.7014089822769165,0.3645539879798889,-1.4035539627075195,1.842926025390625,-1.1519720554351807,1.485779047012329,0.44223499298095703,1.0965909957885742,1.2838619947433472,-0.6695089936256409,0.6094300150871277,0.5360180139541626,0.34273600578308105,1.2630339860916138,-0.24026499688625336,-1.1475809812545776,1.5383150577545166,1.2742270231246948,1.2671960592269897,-1.1023679971694946,-1.2732449769973755,0.6390939950942993,-0.17118200659751892,-0.6960960030555725,1.3987900018692017,-2.449249029159546,1.622167944908142,-2.3803460597991943,2.65883207321167,1.2495269775390625,-0.9259809851646423,1.750862956047058,-1.1213300228118896,-0.3171730041503906,0.571179986000061,-0.14324599504470825,2.2397000789642334,1.8410489559173584,0.12836800515651703,-0.7994850277900696,0.9251940250396729,1.2720760107040405,-0.393775999546051,1.0097010135650635,0.7682520151138306,1.0498700141906738,0.38586899638175964,2.257833957672119,-1.3523939847946167,0.6108480095863342,-0.6315029859542847,-1.0120869874954224,0.8518120050430298,-1.2995020151138306,-0.19182699918746948,0.189083993434906,1.8451809883117676,0.2922520041465759,2.8758840560913086,0.8323709964752197,1.8737980127334595,0.0016840000171214342,-1.0878299474716187,1.1042170524597168,1.6311719417572021,2.8853509426116943,-1.2873289585113525,0.6409909725189209,-0.9739469885826111,2.6421260833740234,-1.8929519653320312,-1.4064910411834717,-0.06867200136184692,1.0494500398635864,-0.24118199944496155,-0.9011679887771606,-1.3623830080032349,0.6690109968185425,0.7949789762496948,0.8222169876098633,-0.8889009952545166,-1.4378199577331543,-0.1128619983792305,2.848328113555908,1.8220360279083252,0.49820399284362793,-1.1610209941864014,1.450400948524475,-1.009505033493042,-1.3139630556106567,1.1824649572372437,-1.3068870306015015,0.8604109883308411,-0.811568021774292,1.0866889953613281,-1.7866450548171997,-1.036607027053833,1.4556750059127808,0.5527439713478088,0.8960379958152771,-1.4039779901504517,1.8336910009384155,-0.6039909720420837,0.23283399641513824,-1.2382869720458984,2.058135986328125,-0.7511019706726074,0.679049015045166,2.4225409030914307,2.292725086212158,0.07336100190877914,0.6515560150146484,-1.374822974205017,-1.8123699426651,0.674830973148346,1.0310059785842896,1.7373889684677124,0.8397790193557739,1.3698580265045166,1.1655700206756592,1.1689729690551758,-1.1345369815826416,2.3176429271698,0.3389680087566376,-1.0477770566940308,-0.8807579874992371,-1.7498300075531006,0.8721470236778259,-0.8484299778938293,-0.2568419873714447,1.8838169574737549,-0.5859630107879639,-0.23954099416732788,-0.21677599847316742,0.5422859787940979,-0.9020479917526245,-0.5671160221099854,-1.0083650350570679,0.7446140050888062,-1.5246069431304932,0.2955020070075989,0.21346600353717804,-1.1812759637832642,0.9915840029716492,1.322092056274414,0.9887750148773193,2.269922971725464,1.0192830562591553,2.405050039291382,0.5239800214767456,-0.11341000348329544,2.45161509513855,-1.5178569555282593,-1.6860430240631104,2.0561020374298096,2.100933074951172,1.2354309558868408,-0.1336050033569336,0.6051700115203857,-0.2739869952201843,-1.7936190366744995,-1.154742956161499,0.06880500167608261,-0.13504000008106232,0.8293349742889404,0.9037420153617859,1.3268439769744873,1.8927639722824097,-0.26467400789260864,-1.582031011581421,-0.7602490186691284,-1.042512059211731,1.1078109741210938,-2.3550119400024414,2.1017110347747803,1.3093219995498657,-0.12843400239944458,-0.28348299860954285,-1.2045040130615234,1.614253044128418,0.5759440064430237,-1.0271650552749634,-0.9320849776268005,-0.2445629984140396,-0.5515199899673462,-2.4973530769348145,-0.02436700090765953,0.2837510108947754,0.7675729990005493,1.3154610395431519,2.7427220344543457,0.02848700061440468,1.7940030097961426,-1.239549994468689,-0.46894600987434387,-0.35542500019073486,1.7177029848098755,2.766824960708618,1.9835970401763916,0.9988549947738647,1.0024340152740479,2.353487014770508,-0.5999690294265747,-1.2913739681243896,-1.2989749908447266,-1.926048994064331,0.24852900207042694,-1.319417953491211,1.1260119676589966,-1.0745929479599,1.1759730577468872,2.1258320808410645,-1.2214909791946411,-0.6707000136375427,-0.7446200251579285,0.5354269742965698,-1.0844789743423462,0.3231090009212494,-1.362673044204712,0.32963499426841736,-0.37398800253868103,1.7371269464492798,2.704087972640991,-1.936607003211975,2.69992995262146,1.8200229406356812,-0.18253999948501587,0.8003079891204834,-0.1254809945821762,0.9457619786262512,1.849532961845398,-1.0305800437927246,-0.7743309736251831,-0.7854160070419312,-0.8173159956932068,-2.4863970279693604,1.775215983390808,-0.4471839964389801,-0.14969100058078766,-0.8219829797744751,0.7780680060386658,-0.6991789937019348,0.08550100028514862,-0.6331790089607239,0.9102640151977539,-1.1165200471878052,2.6988139152526855,2.7034149169921875,-0.5558609962463379,0.3909060060977936,0.1141199991106987,-1.7071969509124756,2.628401041030884,0.17340999841690063,-0.25345900654792786,0.7883059978485107,0.9014639854431152,1.0398850440979004,-1.0927640199661255,2.430327892303467,-0.25967100262641907,-1.1799559593200684,-0.5575910210609436,-0.5844489932060242,-1.0534720420837402,0.6834329962730408,-1.3256690502166748,-0.18453200161457062,1.4354619979858398,-0.3066389858722687,-0.9791010022163391,0.946861982345581,-0.1755640059709549,-1.0584969520568848,0.6293359994888306,-0.5849859714508057,1.7010960578918457,0.4854840040206909,-0.7007930278778076,-1.4498100280761719,-0.05670100077986717,-0.23239900171756744,1.8367160558700562,2.019244909286499,-0.835191011428833,-0.2972539961338043,-1.7378079891204834,-0.5322459936141968,1.5251309871673584,0.7827069759368896,-0.5347639918327332,-1.1460590362548828,-0.24894000589847565,1.7196999788284302,-0.592270016670227,-0.6285920143127441,0.8216069936752319,1.936745047569275,1.065788984298706,0.681663990020752,-0.21260899305343628,-0.5334630012512207,-1.197092056274414,0.2376289963722229,0.8060879707336426,0.5709859728813171,-0.3167400062084198,-1.2118860483169556,-0.613165020942688,-2.5569379329681396,-0.951088011264801,-1.8821179866790771,-1.8557050228118896,-0.9707170128822327,0.02821500040590763,-0.5052139759063721,1.9370189905166626,-0.6789180040359497,-0.45759299397468567,2.1144330501556396,-0.8483449816703796,-0.015425999648869038,0.46968701481819153,0.9925540089607239,-1.044113039970398,-1.9540859460830688,-0.9222790002822876,-2.183681011199951,-2.1960370540618896,-0.9547560214996338,0.9878929853439331,0.37803199887275696,-0.9963750243186951,-1.2994450330734253,-0.06391099840402603,0.5384190082550049,-0.9979410171508789,1.5663069486618042,1.6376550197601318,0.37893301248550415,-1.2559659481048584,1.5750659704208374,0.11351999640464783,2.8431930541992188,0.13203400373458862,-1.2870219945907593,0.3496350049972534,-0.3411960005760193,0.5027300119400024,-1.0118340253829956,-0.542834997177124,1.8256609439849854,-0.4920249879360199,-0.18536600470542908,-0.45441699028015137,0.7166889905929565,-0.4508650004863739,-0.1553409993648529,1.1190789937973022,1.904750943183899,0.599049985408783,1.9440670013427734,2.38525390625,-1.420140027999878,-0.22493299841880798,-1.909896969795227,-0.9587349891662598,2.147663116455078,2.1019229888916016,0.9427239894866943,1.3880289793014526,-0.4064149856567383,-1.841431975364685,1.0223770141601562,1.4896800518035889,-0.2719169855117798,-0.8538169860839844,-1.782127022743225,-1.3937419652938843,1.2861789464950562,-0.7111759781837463,0.5368959903717041,1.1185760498046875,1.0783809423446655,1.0957449674606323,-0.5437600016593933,1.1885199546813965,-0.09526299685239792,-1.0695539712905884,0.250575989484787,0.11690299957990646,2.723520040512085,0.12258099764585495,1.1216069459915161,-1.1405110359191895,2.2830429077148438,-0.7589619755744934,-0.2990100085735321,-0.8944029808044434,-0.725616991519928,-1.806522011756897,-0.11995799839496613,0.9752810001373291,-0.7449190020561218,-0.698593020439148,-0.6286510229110718,0.31541499495506287,0.3888790011405945,-0.5173400044441223,-2.011868953704834,-0.9411439895629883,-0.8753200173377991,-0.7561399936676025,0.3215230107307434,1.1747020483016968,-0.3328160047531128,2.6602799892425537,0.21000100672245026,1.7855490446090698,1.0825090408325195,-0.616457998752594,1.2109739780426025,-1.039255976676941,0.7986590266227722,0.7795659899711609,-0.33368098735809326,2.2214810848236084,-1.3465980291366577,-0.19416500627994537,0.5674129724502563,0.13716299831867218,0.9350619912147522,-1.3042449951171875,0.5982069969177246,-0.07616300135850906,-1.0542240142822266,-1.2043739557266235,0.44516900181770325,-0.004083999898284674,0.07275599986314774,1.1408400535583496,0.6691650152206421,-1.287682056427002,-1.4005869626998901,-0.5797119736671448,-2.175935983657837,-0.8166429996490479,-1.2154109477996826,0.5109699964523315,0.7568070292472839,-1.0712109804153442,-0.9399440288543701,0.6761900186538696,-1.3339099884033203,0.40554699301719666,1.3556900024414062,-1.752197027206421,-1.0154169797897339,-0.48027899861335754,-0.5155820250511169,0.14667099714279175,2.6834158897399902,0.48978400230407715,0.9259570240974426,0.6848819851875305,-1.277006983757019,1.1359330415725708,-0.8132609724998474,-1.9076000452041626,1.2465629577636719,1.7291769981384277,2.3106839656829834,-1.2144609689712524,-1.6486610174179077,-0.8408700227737427,-1.8760830163955688,0.5540390014648438,-2.207642078399658,-1.088644027709961,1.2927290201187134,-0.7535290122032166,0.14469100534915924,-1.1256810426712036,1.4879709482192993,0.7987409830093384,0.22431600093841553,-2.2918999195098877,0.9183239936828613,-0.9817090034484863,1.3326220512390137,-1.3287990093231201,1.1119600534439087,-1.0298089981079102,1.0061839818954468,1.234913945198059,0.20819500088691711,-1.2746039628982544,1.6314749717712402,0.6366940140724182,2.5035738945007324,0.27864599227905273,-0.8322349786758423,0.9627379775047302,-0.33176499605178833,-1.7326480150222778,0.2215840071439743,1.0778720378875732,1.2552239894866943,0.7570930123329163,-0.8697999715805054,-0.9121249914169312,2.679900884628296,-1.3249239921569824,-0.04754599928855896,-0.48611998558044434,1.1619869470596313,-0.844871997833252,-1.0160620212554932,-1.5566600561141968,0.15579600632190704,-0.22147299349308014,-0.7773569822311401,0.13632099330425262,1.8812919855117798,-0.39343199133872986,-1.0609740018844604,0.12961800396442413,1.8691730499267578,2.5301170349121094,-1.914330005645752,2.476440906524658,-0.7385709881782532,0.7603740096092224,1.312919020652771,0.9688680171966553,0.5492299795150757,0.12829099595546722,-0.9250659942626953,-1.7563899755477905,-1.1085859537124634,-0.23251000046730042,0.27607399225234985,0.764244019985199,0.37011799216270447,-0.029829999431967735,0.7722939848899841,0.772163987159729,1.9761309623718262,-0.2679949998855591,-0.9175260066986084,-0.0908140018582344,0.17610999941825867,-1.0208300352096558,1.0259040594100952,-0.812762975692749,0.4116849899291992,-1.7925180196762085,1.623831033706665,-0.1395229995250702,-1.2716530561447144,0.43387699127197266,1.426535964012146,0.27910199761390686,0.8588889837265015,1.1074140071868896,1.8195569515228271,0.4674609899520874,0.9172059893608093,0.4625509977340698,1.9735180139541626,0.8831130266189575,0.2922160029411316,-0.07295499742031097,1.2069660425186157,-0.14249399304389954,-1.1347370147705078,-1.2506259679794312,-0.42569500207901,1.045451045036316,-0.1475220024585724,1.0029879808425903,-1.1746649742126465,-0.2905319929122925,1.5155260562896729,-0.6985780000686646,-0.539339005947113,-0.8819379806518555,0.5866450071334839,-1.3372859954833984,1.3064069747924805,-0.5353710055351257,-0.4311729967594147,-0.3847529888153076,1.223209023475647,-0.6145470142364502,0.8914179801940918,-0.007406999822705984,0.6668720245361328,-0.23270200192928314,0.1477620005607605,-0.9329140186309814,1.7449489831924438,1.9147659540176392,-0.3067049980163574,2.549793004989624,-0.4335629940032959,0.04066000133752823,-1.3076900243759155,-1.3364980220794678,0.4765470027923584,0.6563270092010498,-1.0418670177459717,2.0375959873199463,0.3802590072154999,1.0665589570999146,1.3878949880599976,0.21289600431919098,-1.4690899848937988,-0.9939360022544861,-0.6025580167770386,2.1237640380859375,-0.8800439834594727,-0.17946100234985352,-0.44935598969459534,-0.7452790141105652,-0.30794501304626465,2.121238946914673,0.9239159822463989,-0.2570759952068329,-0.17834900319576263,-0.7105100154876709,2.520880937576294,0.14780400693416595,-1.3606369495391846,-0.16993600130081177,-0.16648900508880615,-2.060096025466919,-0.1362069994211197,0.22576899826526642,-1.0307090282440186,-0.41735899448394775,-0.5297939777374268,-0.19182200729846954,-0.28787800669670105,-1.686432957649231,-1.0932010412216187,-1.294293999671936,-1.0282820463180542,2.0972900390625,-1.322013020515442,1.0934189558029175,-0.9038649797439575,1.1285300254821777,-0.660906970500946,1.2154079675674438,1.2615959644317627,0.9850199818611145,-0.1790979951620102,-0.33005398511886597,1.2585480213165283,-0.6138420104980469,0.09269099682569504,2.61468505859375,-1.0805859565734863,2.658843994140625,-0.15195100009441376,0.95660799741745,-0.1522900015115738,2.0249478816986084,1.9856970310211182,0.9531769752502441,0.9550809860229492,-0.740896999835968,-2.080357074737549,0.7511100172996521,1.287471055984497,-0.8576080203056335,-0.7553859949111938,1.0590189695358276,-1.239738941192627,1.9243789911270142,-1.972823977470398,-1.115231990814209,-0.3012309968471527,0.2667959928512573,0.8603410124778748,0.8502039909362793,-0.6455600261688232,-0.48519301414489746,-0.33842501044273376,-2.2641069889068604,0.7057610154151917,-1.022305965423584,-1.0579990148544312,-0.2949869930744171,-0.07478400319814682,-1.1749199628829956,-1.7389719486236572,2.261107921600342,-0.278439998626709,1.1546800136566162,0.6125149726867676,2.7555909156799316,-1.3005069494247437,-2.147313117980957,-0.2887420058250427,0.7584260106086731,0.8448529839515686,0.2708660066127777,1.1809840202331543,2.0155539512634277,-0.32922598719596863,0.459322988986969,2.343216896057129,0.2451310008764267,0.7178760170936584,-0.6079220175743103,-0.6669020056724548,1.2855080366134644,2.8714890480041504,-0.5422210097312927,-1.368577003479004,-1.3571330308914185,0.04513299837708473,0.45488500595092773,2.6459720134735107,-0.6449429988861084,0.41708800196647644,1.0753090381622314,0.28883200883865356,-1.2115230560302734,0.3055109977722168,0.6718289852142334,1.050842046737671,-0.6491420269012451,-1.431259036064148,0.2073660045862198,-1.2381219863891602,-1.2335530519485474,-1.124277949333191,0.6770319938659668,-0.9969409704208374,1.0302820205688477,-0.2584950029850006,0.8823450207710266,0.12518900632858276,-0.18099699914455414,1.8604090213775635,1.0068180561065674,-1.2499920129776,0.5463600158691406,0.7286660075187683,0.012807999737560749,-0.8663439750671387,1.1978440284729004,1.0361369848251343,-1.0131100416183472,2.7474050521850586,1.585571050643921,0.22451800107955933,-2.3917269706726074,-2.434645891189575,0.8665909767150879,0.8860620260238647,-1.2855499982833862,-0.27267301082611084,-1.996420979499817,-1.0390620231628418,-1.1833620071411133,0.9807329773902893,-0.13147899508476257,0.5366929769515991,-0.026750000193715096,-1.043853998184204,0.5594249963760376,-0.5776469707489014,1.1769260168075562,1.1203850507736206,-1.2463990449905396,0.9299889802932739,0.18564599752426147,-0.9435610175132751,1.214468002319336,-1.9273450374603271,0.0055680000223219395,0.9884160161018372,0.12418399751186371,0.6931520104408264,-0.34616100788116455,-0.6941829919815063,-1.020324945449829,2.7794029712677,0.33361101150512695,0.47905200719833374,-1.1310310363769531,1.1367290019989014,-0.7144110202789307,-0.7982320189476013,-1.3766239881515503,0.8759139776229858,1.6866910457611084,1.125025987625122,0.9679999947547913,-1.123710036277771,0.07134599983692169,2.15214204788208,0.5608400106430054,-0.043150998651981354,1.0505330562591553,-0.053658001124858856,0.8540279865264893,-0.11559800058603287,-0.8033080101013184,-1.813019037246704,-2.122180938720703,1.474133014678955,-0.0976409986615181,1.6876729726791382,-2.153738021850586,1.5429309606552124,-0.10525999963283539,1.7762099504470825,1.1511950492858887,-0.4807269871234894,2.83400297164917,-1.1614689826965332,-1.6899950504302979,0.9587939977645874,1.8857289552688599,-0.7726640105247498,1.9524610042572021,-0.813880980014801,0.9275439977645874,-2.179955005645752,1.761713981628418,-1.0478490591049194,-2.168524980545044,-1.0692329406738281,-1.8617219924926758,-0.8322939872741699,-0.8043950200080872,1.5118769407272339,0.18166600167751312,1.1912260055541992,-0.5957130193710327,1.24760103225708,-0.7423840165138245,-0.6109129786491394,-0.1795639991760254,-1.074524998664856,-1.08645498752594,-1.216737985610962,0.808089017868042,2.3099141120910645,0.9397379755973816,-1.3437650203704834,2.3272509574890137,2.200653076171875,2.2133750915527344,-0.7379350066184998,-0.6772059798240662,0.8431270122528076,0.9579740166664124,-0.6042370200157166,0.9630749821662903,-0.9111469984054565,-0.8340060114860535,1.1548360586166382,0.9013590216636658,1.2368559837341309,0.9932680130004883,-1.341444969177246,-1.0965590476989746,1.3559110164642334,-0.1902330070734024,-1.1601239442825317,2.900604009628296,-1.251541018486023,-1.2009739875793457,-1.1960970163345337,2.5157620906829834,-1.233201026916504,0.014228999614715576,1.3424149751663208,1.1626930236816406,2.103389024734497,-0.7295680046081543,1.2953200340270996,1.3090159893035889,-0.584522008895874,-0.8639960289001465,-0.9950760006904602,0.08128499984741211,1.1603480577468872,1.0109859704971313,-0.10023699700832367,-0.3209089934825897,0.16679500043392181,0.4769339859485626,1.1864069700241089,-0.3400779962539673,-1.1135859489440918,-0.15873299539089203,-0.7560970187187195,-1.454543948173523,-0.8461490273475647,-0.02773899957537651,-0.5509849786758423,-1.440330982208252,-0.06562399864196777,1.970471978187561,-2.488342046737671,2.315155029296875,-1.0823949575424194,1.8840579986572266,-1.1499730348587036,0.6445980072021484,-0.9251999855041504,1.508236050605774,-0.505420982837677,0.553695023059845,-0.4903450012207031,-1.2668240070343018,-0.880295991897583,0.758978009223938,-0.32363998889923096,-1.291506052017212,-1.108199954032898,-1.1015549898147583,2.668260097503662,-1.0384559631347656,-2.0340120792388916,-1.2018040418624878,2.802794933319092,2.070341110229492,-1.93641996383667,-0.4493570029735565,-0.3685010075569153,0.2235410064458847,-1.7774930000305176,0.580901026725769,-0.6422709822654724,0.8407440185546875,-1.2940700054168701,-0.2325109988451004,-0.9078689813613892,-1.2780630588531494,1.2515790462493896,-1.2578619718551636,-0.6345160007476807,1.2111990451812744,0.061066001653671265,-0.6168889999389648,-0.9586449861526489,-0.7292630076408386,-1.127074956893921,1.339674949645996,-0.3812769949436188,1.8841359615325928,-0.1460849940776825,0.7017310261726379,0.0498259998857975,0.9048590064048767,-2.4500958919525146,-0.9767670035362244,0.6147940158843994,-0.47385498881340027,-0.7810450196266174,-1.8137019872665405,0.7816100120544434,-1.0717320442199707,-1.0607450008392334,0.5860499739646912,0.8133640289306641,-0.2411780059337616,0.058132998645305634,-0.9170349836349487,1.3208969831466675,0.20529499650001526,-0.4099990129470825,1.2995669841766357,-0.07356899976730347,-0.601186990737915,-1.9517669677734375,-0.4824100136756897,0.050634000450372696,0.7698310017585754,0.7140880227088928,-1.648360013961792,-0.5524010062217712,-1.375311017036438,-0.290226012468338,1.4586880207061768,-0.7138959765434265,-1.1291279792785645,-0.14113500714302063,1.779567003250122,0.6262540221214294,1.0682799816131592,0.15095800161361694,2.472235918045044,-1.175989031791687,1.1768449544906616,1.0749109983444214,-0.6080800294876099,-0.12481199949979782,-1.895298957824707,0.7462769746780396,0.8830459713935852,1.2372599840164185,1.1808240413665771,1.812633991241455,1.9369579553604126,-0.8577380180358887,1.1395659446716309,-0.007404999807476997,2.1591949462890625,-0.39531999826431274,-0.9781209826469421,-1.0300660133361816,-1.0212550163269043,1.1923290491104126,-1.766113042831421,0.7991799712181091,-0.4547699987888336,1.2448760271072388,-1.2359939813613892,1.0087510347366333,0.26369500160217285,-0.6328819990158081,-0.3396120071411133,-0.7707239985466003,-0.8536930084228516,0.7913249731063843,1.5597829818725586,1.143381953239441,0.9920039772987366,-1.0106430053710938,-1.173166036605835,0.9841279983520508,1.1242519617080688,0.47201499342918396,-0.832726001739502,-0.803246021270752,0.5581219792366028,-1.3806229829788208,-2.077476978302002,-2.4290618896484375,1.5957609415054321,1.2717889547348022,0.7648169994354248,-0.26975101232528687,0.8006420135498047,1.2492719888687134,-1.098497986793518,-1.4600199460983276,0.5176200270652771,0.6668959856033325,-1.125910997390747,-0.8975800275802612,0.9202209711074829,0.7887769937515259,-0.6767420172691345,-1.299090027809143,-0.9022639989852905,1.3988540172576904,0.9128040075302124,-1.0857009887695312,1.5819929838180542,-0.0263689998537302,-0.7773550152778625,-0.3714680075645447,-0.30567899346351624,0.44645801186561584,1.3254350423812866,1.5352020263671875,-0.5481910109519958,0.7189329862594604,1.1615350246429443,1.5159300565719604,-0.2309270054101944,-0.6552090048789978,-0.3637239933013916,1.3401230573654175,0.10846100002527237,-0.8084909915924072,0.7706300020217896,-1.1540340185165405,-0.1764020025730133,-0.7104200124740601,-0.6983420252799988,-1.1068799495697021,-0.7472419738769531,-0.6482239961624146,1.3659189939498901,1.6770939826965332,-0.18783700466156006,-0.23546400666236877,0.1418910026550293,0.964389979839325,-0.3937070071697235,0.096560999751091,-1.1443250179290771,-0.2957409918308258,-0.2549299895763397,1.3589199781417847,2.764069080352783,-1.2111599445343018,-1.8258299827575684,-0.638480007648468,0.6184689998626709,0.008624999783933163,-0.15558399260044098,-0.07067299634218216,-2.4118330478668213,-0.4600830078125,0.25846898555755615,0.8645930290222168,0.031394001096487045,-1.9703749418258667,-0.4157769978046417,-0.378803014755249,0.20101800560951233,-1.7303160429000854,-0.3328689932823181,-0.3679639995098114,-0.34990400075912476,-1.146718978881836,-1.8725889921188354,-0.15894900262355804,-0.1356479972600937,-1.185196042060852,1.7641030550003052,0.3338150084018707,1.464887022972107,-1.5837199687957764,-0.01042800024151802,1.024672031402588,-1.4938299655914307,1.875920057296753,-1.1192630529403687,-1.093979001045227,1.5750679969787598,2.1057279109954834,0.9175699949264526,0.9347109794616699,-0.8295819759368896,0.9355959892272949,-1.2722280025482178,-1.1134059429168701,1.0136439800262451,2.187480926513672,0.8277320265769958,-1.1405409574508667,0.3524250090122223,2.0680348873138428,1.8057769536972046,2.2714390754699707,-0.0033209999091923237,-0.7480319738388062,-0.7896400094032288,1.701583981513977,-0.6010890007019043,0.2629320025444031,-0.7117339968681335,0.6355980038642883,0.05365400016307831,1.254325032234192,-0.4888249933719635,2.622066020965576,-0.3922269940376282,0.6442109942436218,0.7815790176391602,0.6119999885559082,-0.04746299982070923,1.1802970170974731,-1.1023459434509277,-0.6799309849739075,1.7652289867401123,2.8285460472106934,-0.7826150059700012,0.9489859938621521,0.2831119894981384,-0.3474990129470825,-0.14094799757003784,-0.5725190043449402,0.9135519862174988,0.3467769920825958,-0.968654990196228,-1.098281979560852,-0.24552099406719208,-1.0692009925842285,-0.7228699922561646,-0.1461859941482544,0.4381760060787201,1.9200530052185059,0.9835799932479858,-1.241760015487671,1.1695770025253296,1.0836149454116821,0.16915899515151978,0.5156170129776001,1.250216007232666,0.32972100377082825,-0.1939540058374405,-0.8505719900131226,-0.9741550087928772,1.333225965499878,1.0236740112304688,0.9513429999351501,-0.6611059904098511,-1.4855389595031738,2.2281949520111084,0.28873100876808167,0.36914798617362976,-0.5604770183563232,-0.7651829719543457,-1.2246860265731812,-1.049468994140625,-0.7886369824409485,-1.1945689916610718,0.1386370062828064,0.20874500274658203,-0.3009609878063202,-1.2522770166397095,-0.3966139853000641,-1.950073003768921,-0.2296610027551651,1.1091610193252563,1.4098360538482666,-1.0173419713974,2.315619945526123,-2.2449300289154053,0.8259580135345459,0.5511720180511475,-1.4250110387802124,1.1196919679641724,0.8688960075378418,-0.7984809875488281,0.1056789979338646,0.24738100171089172,-1.3277260065078735,0.056908998638391495,-0.8901770114898682,0.8365820050239563,-0.46504101157188416,2.0470409393310547,-1.4410359859466553,2.326284885406494,2.3666040897369385,2.2701029777526855,-0.31740400195121765,0.10937300324440002,-0.6232500076293945,-0.14611800014972687,-1.143252968788147,-1.256261944770813,-1.433701992034912,0.2666569948196411,1.0668790340423584,-0.6059049963951111,1.1201339960098267,-0.8559470176696777,1.4679830074310303,-0.8769609928131104,1.147832989692688,-0.8546069860458374,-1.199733018875122,-0.9662690162658691,-1.2422330379486084,1.255344033241272,-0.9410459995269775,-2.159857988357544,-0.3835119903087616,2.8887100219726562,-0.7762050032615662,1.3239259719848633,0.9386029839515686,0.7076719999313354,-0.28099799156188965,0.7150120139122009,-1.1986119747161865,1.694545030593872,-0.8754420280456543,-0.6195150017738342,-1.5989530086517334,0.9564999938011169,-1.1927130222320557,-1.068302035331726,-0.9356229901313782,1.9539680480957031,1.1167559623718262,-1.265144944190979,0.18167899549007416,2.223165988922119,-0.7552409768104553,2.155566930770874,-1.0515090227127075,1.7264020442962646,0.2948150038719177,2.688524007797241,-1.4491839408874512,1.4848840236663818,-0.2380400002002716,0.5767520070075989,2.8197169303894043,-1.4109920263290405,-2.010313034057617,-0.7703629732131958,0.5478379726409912,1.4555749893188477,-0.4717409908771515,1.082677960395813,-0.41421398520469666,-0.9117550253868103,-0.061726998537778854,-1.2267489433288574,0.6348559856414795,-0.9199110269546509,1.1520119905471802,-0.33521899580955505,2.713128089904785,-1.2265570163726807,2.8737690448760986,-0.6800850033760071,1.7015630006790161,2.020850896835327,1.450579047203064,-1.3826919794082642,-1.259876012802124,-1.2311559915542603,-0.060610998421907425,-1.1514660120010376,0.9920030236244202,-0.6911969780921936,-1.0397119522094727,1.091886043548584,-1.7319480180740356,1.040403962135315,-1.2182159423828125,0.20099300146102905,0.095380999147892,-0.19919699430465698,-1.2864700555801392,2.608275890350342,-1.6688770055770874,-0.7790679931640625,-0.6182640194892883,-0.9477419853210449,1.2833399772644043,1.2854559421539307,-1.0203230381011963,-1.3033720254898071,-1.2624009847640991,-1.1531749963760376,-1.2846599817276,0.056405000388622284,-1.893165946006775,0.83297199010849,0.2990649938583374,-0.6334969997406006,-1.008633017539978,1.0372129678726196,-1.3488919734954834,0.10344099998474121,1.9543609619140625,-1.188096046447754,-1.4662879705429077,1.9543689489364624,2.0094308853149414,1.0065460205078125,-1.7667540311813354,0.8963980078697205,1.0989270210266113,0.69582599401474,-1.3658310174942017,-0.18814900517463684,0.5108460187911987,-1.3354660272598267,0.6631379723548889,-1.0820809602737427,-0.5391299724578857,-0.5751969814300537,-1.191709041595459,-1.5094690322875977,-1.2299809455871582,-2.5041561126708984,0.4436340034008026,0.15901300311088562,0.7690340280532837,-1.5755499601364136,2.1948130130767822,-0.35107100009918213,0.8244100213050842,-2.031920909881592,1.2186989784240723,-0.31957900524139404,0.21541200578212738,-1.0238239765167236,2.574738025665283,1.7260949611663818,-0.24887099862098694,-0.2558709979057312,1.6498759984970093,0.12402299791574478,0.3674739897251129,0.3772909939289093,-1.2472269535064697,1.24071204662323,-0.22942599654197693,-1.3431780338287354,1.289106011390686,0.07603900134563446,-1.3201969861984253,0.12041100114583969,0.04026800021529198,0.8312299847602844,-1.451812982559204,-1.341086983680725,0.24827800691127777,-1.9180209636688232,-0.7585920095443726,0.8384090065956116,-0.5730010271072388,-0.35337498784065247,0.841467022895813,0.19579899311065674,0.01193000003695488,-0.9875109791755676,0.05720100179314613,0.6309509873390198,-0.35897400975227356,-1.2873519659042358,-2.1711039543151855,-1.3135969638824463,-0.36597099900245667,-1.1129909753799438,-0.6169149875640869,0.5292490124702454,-1.3338429927825928,-0.16272899508476257,0.9165130257606506,-0.8837260007858276,0.614791989326477,-2.329435110092163,-1.2016119956970215,0.09513899683952332,1.1881330013275146,-1.077322006225586,-1.3135830163955688,-1.196418046951294,-0.46215400099754333,1.0935540199279785,-1.2172900438308716,1.122285008430481,0.6851500272750854,-2.270642042160034,-1.2260669469833374,1.1194729804992676,-0.936152994632721,1.1031650304794312,-1.2597399950027466,-1.3574509620666504,-0.20443500578403473,0.28733399510383606,-1.1928939819335938,1.0203629732131958,2.2211151123046875,-0.6834579706192017,0.46075698733329773,-1.3646310567855835,-1.156345009803772,-0.7886649966239929,0.6642040014266968,-0.15994200110435486,0.12346500158309937,-1.0013209581375122,-1.3589760065078735,1.2730779647827148,0.4327160120010376,1.5002809762954712,-1.3024040460586548,-1.3240660429000854,0.8257520198822021,1.1606910228729248,-0.4321669936180115,-0.7703790068626404,1.072268009185791,-1.3847969770431519,0.9803500175476074,-0.11614800244569778,-1.6931079626083374,-0.4514240026473999,2.039634943008423,-1.1269270181655884,1.4514789581298828,-1.3988369703292847,0.31015899777412415,2.4685399532318115,-0.18446899950504303,-1.057724952697754,1.113150954246521,0.960964024066925,-0.2701199948787689,-1.2112449407577515,1.3224109411239624,-0.2137569934129715,0.7132179737091064,0.7801010012626648,0.9116439819335938,-0.43318700790405273,-2.081660032272339,-1.6022800207138062,-0.3569610118865967,0.06568899750709534,-0.7202839851379395,1.8028759956359863,0.33941200375556946,1.0157359838485718,1.0269049406051636,0.3272339999675751,-2.3365941047668457,-1.0800470113754272,-1.0844459533691406,-1.2218780517578125,2.8055779933929443,-1.078631043434143,-1.4604259729385376,-0.331479012966156,-1.1861350536346436,0.6432750225067139,-0.0662899985909462,-1.18914794921875,-0.699429988861084,1.1725130081176758,0.44523799419403076,-0.04110100120306015,-1.2384469509124756,-0.5519350171089172,-0.7619069814682007,1.4764269590377808,-0.25527700781822205,-1.1639230251312256,0.768060028553009,-1.711333990097046,0.4878999888896942,2.1472020149230957,1.8089220523834229,-0.037393998354673386,1.3338149785995483,0.9962649941444397,-0.47905001044273376,0.6051409840583801,-1.1706620454788208,-1.1641429662704468,0.4770289957523346,1.5333329439163208,1.215859055519104,-0.6775209903717041,-0.8096619844436646,-1.1630409955978394,0.028994999825954437,-1.2981480360031128,-1.1337169408798218,0.057735998183488846,-0.21338599920272827,0.41533198952674866,2.0650510787963867,-0.9055749773979187,0.5807200074195862,-1.62322998046875,0.305076003074646,2.0597519874572754,0.9886630177497864,-0.809116005897522,1.1944849491119385,0.6254280209541321,-0.970425009727478,0.2732050120830536,-1.179563045501709,-0.9170169830322266,-0.9944409728050232,0.8718760013580322,0.6123030185699463,1.3487550020217896,0.21424600481987,0.47607100009918213,-1.1460340023040771,0.7365099787712097,-0.852446973323822,1.8834949731826782,-0.7218539714813232,0.6801450252532959,0.6642339825630188,-1.2437770366668701,-1.3760759830474854,0.7370219826698303,-1.153283953666687,0.5005279779434204,-0.2226179987192154,-0.5389209985733032,1.0093179941177368,1.0022510290145874,-1.9754949808120728,1.0518850088119507,-0.6832180023193359,0.8790079951286316,-0.04913400113582611,-0.04579700157046318,0.9307100176811218,-0.8401439785957336,-0.927532970905304,-1.1861530542373657,-0.23505400121212006,1.1512409448623657,-1.449141025543213,0.26827698945999146,-1.1686700582504272,2.8204500675201416,0.26537400484085083,-0.7403280138969421,-0.5552690029144287,1.1760879755020142,0.8317109942436218,-0.8220440149307251,-1.0730600357055664,0.7732099890708923,-0.32972899079322815,1.8804850578308105,-1.0838550329208374,-1.219789981842041,-0.7750830054283142,-0.0048859999515116215,-0.2926340103149414,-0.3292349874973297,0.37776899337768555,-0.5047450065612793,0.13873200118541718,-0.3669329881668091,2.8454370498657227,-0.17524300515651703,-0.8867869973182678,-1.2472690343856812,0.042628999799489975,-2.245116949081421,-0.09255699813365936,1.5571709871292114,0.23040400445461273,-0.04284900054335594,1.0468189716339111,-1.686972975730896,-1.8233540058135986,2.405225992202759,0.7255309820175171,0.6390720009803772,0.7468069791793823,1.6643500328063965,0.620606005191803,0.3424299955368042,0.9770709872245789,-0.4389539957046509,-0.75661301612854,1.9702990055084229,0.6285520195960999,-1.0807160139083862,1.2178479433059692,1.0690820217132568,-1.0922030210494995,-0.06393399834632874,-0.014921999536454678,0.26345598697662354,-0.7452830076217651,-1.0725950002670288,-0.7038289904594421,-0.7228559851646423,0.7350729703903198,0.7887189984321594,-0.4365749955177307,1.3115689754486084,0.7538449764251709,0.7340369820594788,1.4565839767456055,2.2837750911712646,-0.0752590000629425,0.5133479833602905,-0.59928297996521,0.9159359931945801,2.825500011444092,-0.5659980177879333,2.534761905670166,1.073551058769226,-0.45065298676490784,1.0172829627990723,0.3918519914150238,-0.3965719938278198,0.6619150042533875,1.5002100467681885,-0.4823229908943176,0.14250800013542175,1.9513319730758667,0.09942299872636795,1.2523189783096313,0.5268599987030029,-0.7190499901771545,-0.8473719954490662,1.1335320472717285,1.7653239965438843,-0.9351029992103577,-1.5290000438690186,2.1946558952331543,-0.733672022819519,-0.4897879958152771,-1.4778189659118652,0.5284450054168701,1.0254360437393188,2.266105890274048,0.299470990896225,0.24939599633216858,1.851928949356079,-0.3538669943809509,-0.946382999420166,-1.4502149820327759,2.3185839653015137,0.7971450090408325,-0.777849018573761,1.7170250415802002,2.242218017578125,-0.6485620141029358,-0.7614750266075134,1.8848400115966797,-0.645156979560852,-0.7091739773750305,-1.840988039970398,2.086242914199829,1.052278995513916,-1.3193449974060059,1.03268301486969,-0.9280070066452026,-1.0607810020446777,-1.5459580421447754,-1.224565029144287,-1.1423020362854004,-1.25348699092865,-0.020416999235749245,-0.26058200001716614,0.9288229942321777,-0.03973099961876869,0.42016300559043884,-0.4316369891166687,1.7190070152282715,1.4855619668960571,-2.4555768966674805,0.7625809907913208,0.9786440134048462,-0.8602380156517029,0.21649999916553497,-0.29339998960494995,-0.7690719962120056,-1.3958359956741333,1.7707899808883667,1.6711219549179077,-0.49166399240493774,0.6682010293006897,0.6688669919967651,0.9203630089759827,-1.1836249828338623,-2.314181089401245,-0.6064990162849426,1.0071810483932495,1.0433549880981445,-0.8952440023422241,2.306709051132202,-0.09216699749231339,0.9391199946403503,0.6749250292778015,0.3166399896144867,-0.7829170227050781,0.47648200392723083,-1.1990200281143188,0.46602100133895874,-0.7725260257720947,-0.6092219948768616,-0.5563549995422363,-0.050436001271009445,2.4593520164489746,-1.8285950422286987,-0.6464580297470093,-1.0059340000152588,2.2543790340423584,-1.2996989488601685,-0.8484150171279907,0.32440000772476196,-0.2549090087413788,-1.2115780115127563,0.7753949761390686,1.342376947402954,1.2839889526367188,0.169514998793602,-1.5943830013275146,1.9388530254364014,-0.647346019744873,-1.127822995185852,0.7031580209732056,-0.7427060008049011,-0.11305300146341324,0.9148939847946167,-0.5277310013771057,1.7343319654464722,-1.264801025390625,-0.971563994884491,-0.5786899924278259,1.7696499824523926,0.4197919964790344,0.18890699744224548,-1.8441050052642822,-1.3683160543441772,1.7416080236434937,-0.02450600080192089,0.8441159725189209,0.40008801221847534,-1.0047320127487183,0.924992024898529,0.8079259991645813,-0.6731439828872681,-0.6014909744262695,-0.6631789803504944,-0.8791540265083313,0.06577400118112564,1.421625018119812,-1.190582036972046,1.1251720190048218,0.6783090233802795,1.4827409982681274,-0.24865299463272095,-0.6182219982147217,1.0095100402832031,1.0132520198822021,1.1101839542388916,0.41038501262664795,-0.4920940101146698,-0.526295006275177,2.3138210773468018,0.18670299649238586,-1.0028289556503296,0.41822800040245056,1.3202420473098755,1.8612140417099,-1.3729569911956787,-0.6744809746742249,2.708220958709717,1.3846739530563354,-0.39188098907470703,0.36994901299476624,0.7507519721984863,1.7633049488067627,-0.9724799990653992,-0.1705169975757599,-0.476859986782074,-0.563165009021759,-0.9571760296821594,1.876189947128296,2.7138350009918213,1.2400009632110596,0.3711189925670624,1.031980037689209,0.37277698516845703,-0.27599599957466125,0.01962999999523163,-1.310060977935791,0.1465200036764145,2.290087938308716,-0.18544700741767883,-1.3119659423828125,0.20013800263404846,0.8067139983177185,0.17844000458717346,-0.8848739862442017,0.6131229996681213,-0.4391010105609894,0.6908360123634338,0.34637999534606934,0.5391169786453247,0.6988930106163025,-1.1722090244293213,-1.1363110542297363,-1.1739540100097656,-0.06477399915456772,-0.2778869867324829,-0.6782150268554688,1.2696809768676758,0.6155070066452026,-1.2525440454483032,-0.5323870182037354,1.743185043334961,-0.28642401099205017,-1.1165599822998047,-0.5448189973831177,-0.5081809759140015,-1.2457059621810913,1.1944489479064941,-1.204002022743225,0.3873310089111328,1.8711739778518677,-1.1583110094070435,-0.5934069752693176,1.548846960067749,0.782630980014801,-1.2862169742584229,-0.8158419728279114,-1.2534300088882446,-0.7621579766273499,2.6536691188812256,-0.15101300179958344,-0.3309290111064911,1.3419740200042725,-0.466933012008667,2.2278261184692383,-1.336169958114624,-1.679540991783142,-0.9114540219306946,-0.7172499895095825,-1.261085033416748,-1.6883699893951416,-0.7333970069885254,-0.6669269800186157,-1.390395998954773,-0.9014649987220764,0.28551799058914185,-0.8633440136909485,2.303344964981079,0.1375119984149933,1.4638099670410156,-0.8664789795875549,0.5993760228157043,-0.963811993598938,-0.23098699748516083,-0.30521899461746216,-1.2511379718780518,-0.8491950035095215,-0.6107739806175232,2.2665350437164307,0.634335994720459,1.9260729551315308,-0.1447400003671646,-1.1959400177001953,-1.2406779527664185,-0.6918200254440308,-0.43872299790382385,0.5351700186729431,1.3588069677352905,0.32768699526786804,0.1735049933195114,-0.56243497133255,0.6745439767837524,0.7511039972305298,-1.2567789554595947,-0.9270939826965332,1.3600610494613647,-0.9843180179595947,-0.04989900067448616,-0.4742929935455322,-0.9582579731941223,-0.15699100494384766,0.952305018901825,-0.7427080273628235,-0.1254899948835373,-0.44649800658226013,2.3284780979156494,-0.13885900378227234,0.005303000099956989,2.221160888671875,-0.685994029045105,-0.47954198718070984,2.9158101081848145,0.7514349818229675,-1.1024270057678223,0.11270499974489212,1.0897870063781738,0.6562740206718445,1.6605889797210693,-1.687319040298462,-1.1509120464324951,0.8169569969177246,-0.20058399438858032,1.1235519647598267,-0.317658007144928,-0.8760380148887634,-1.3709770441055298,-0.2523230016231537,-1.059494972229004,1.2601100206375122,-1.0484609603881836,-0.8732309937477112,0.6080589890480042,-1.0484189987182617,1.0380779504776,-0.5335559844970703,0.5000920295715332,-0.9333609938621521,1.273226022720337,-0.1829340010881424,1.6202930212020874,-1.0302890539169312,-0.13328999280929565,-0.2144870012998581,-1.173313021659851,1.281574010848999,0.2564859986305237,-1.3594679832458496,1.3263200521469116,-0.9975280165672302,-0.7756540179252625,-0.6491339802742004,-0.02323400042951107,-1.3894740343093872,-0.18967099487781525,0.45070600509643555,0.46696901321411133,1.5463639497756958,-2.0670759677886963,-1.6275019645690918,-0.20869800448417664,0.39478498697280884,0.12877799570560455,0.19377100467681885,0.10366799682378769,-1.2889209985733032,-0.6129680275917053,0.4688490033149719,2.1954240798950195,-0.05661899968981743,0.6624299883842468,-0.534358024597168,-1.5159449577331543,0.6959400177001953,2.289119005203247,0.45844799280166626,1.1782230138778687,0.0652260035276413,-0.07691200077533722,-1.2980819940567017,-2.4580230712890625,0.9083399772644043,1.8293379545211792,-0.6180419921875,2.725243091583252,1.982177972793579,1.413045048713684,-1.1424750089645386,-0.47755101323127747,1.377737045288086,1.3065940141677856,1.210868000984192,1.306449055671692,-1.1602799892425537,-0.20470799505710602,-2.0321269035339355,-0.8614969849586487,-0.7834320068359375,-0.9012969732284546,-0.29048600792884827,1.1519290208816528,-0.0927010029554367,-0.11927799880504608,-1.175745964050293,0.1618890017271042,0.8199290037155151,-1.405890941619873,-1.4421639442443848,0.08877799659967422,1.378119945526123,-1.880614995956421,-0.3477100133895874,-0.6810640096664429,-0.8349499702453613,2.003822088241577,1.058190941810608,1.317255973815918,1.3074630498886108,2.683306932449341,-0.8865579962730408,2.773314952850342,-1.0690380334854126,0.8207070231437683,0.1179559975862503,2.2978498935699463,0.3012549877166748,-1.0963759422302246,0.8164529800415039,-0.9672110080718994,1.2454149723052979,-0.6769949793815613,2.1566429138183594,1.9889049530029297,-1.3802189826965332,-0.9445090293884277,-0.390529990196228,-0.8299810290336609,0.9676929712295532,-1.3792320489883423,0.4307290017604828,-1.1023509502410889,-1.818930983543396,0.046512000262737274,1.1865789890289307,1.064985990524292,2.425863027572632,2.7769739627838135,0.7119920253753662,-0.8870279788970947,-0.4859809875488281,-1.6186280250549316,-1.458240032196045,-1.378579020500183,0.7734889984130859,2.1807479858398438,-0.972055971622467,0.9559360146522522,-0.2015029937028885,-1.1059859991073608,1.4052460193634033,-0.7948139905929565,1.6632729768753052,0.11027199774980545,0.1482830047607422,-0.8772109746932983,-1.1799670457839966,-1.4020559787750244,0.29682400822639465,-1.3911969661712646,2.2369461059570312,0.7120640277862549,-0.5473899841308594,-0.49546098709106445,-1.2033079862594604,-1.152135968208313,1.8745100498199463,0.5095639824867249,0.8564320206642151,1.2697739601135254,-1.6665430068969727,-0.337787002325058,1.7093809843063354,1.3243169784545898,-1.2987149953842163,-0.4482690095901489,-1.0241889953613281,-0.3344390094280243,-0.5891619920730591,-1.0614529848098755,1.6034369468688965,0.9172890186309814,-0.1089939996600151,-1.560142993927002,1.5941050052642822,0.7954859733581543,2.2961230278015137,1.2372440099716187,1.277642011642456,-1.1010849475860596,2.4656450748443604,1.974392056465149,-0.7171859741210938,-0.09135700017213821,-0.6648139953613281,-1.1579819917678833,-1.1786019802093506,-2.110369920730591,1.263988971710205,0.11184599995613098,1.0050790309906006,-1.0055789947509766,-1.381404995918274,-0.525983989238739,-2.4954659938812256,0.4027929902076721,-0.6545789837837219,1.2514879703521729,-1.1208219528198242,1.6646610498428345,1.704679012298584,1.5337799787521362,0.9511610269546509,-0.7115330100059509,2.474376916885376,0.2717919945716858,0.2758429944515228,2.229796886444092,-0.8254340291023254,0.6259300112724304,2.9176790714263916,0.21806199848651886,2.6801528930664062,-0.4083069860935211,1.284775972366333,-1.7711910009384155,1.0925120115280151,1.2877700328826904,0.4113970100879669,0.8326420187950134,1.0290939807891846,-0.40911298990249634,0.9695429801940918,-2.1993520259857178,-2.1577908992767334,-2.259186029434204,-2.291066884994507,-0.9745799899101257,0.2802810072898865,-2.0075221061706543,2.8476009368896484,2.2258379459381104,-0.452021986246109,1.8684539794921875,-0.06751500070095062,0.3378320038318634,0.4154820144176483,-0.0787070021033287,0.777554988861084,1.1457480192184448,1.3211100101470947,1.7910959720611572,-1.1159199476242065,-0.0659639984369278,2.8201329708099365,-0.4674299955368042,0.12406300008296967,-1.1954350471496582,-1.3383300304412842,-0.4833720028400421,-0.9377440214157104,1.6969959735870361,0.7248409986495972,-0.750236988067627,-0.34848999977111816,0.7103279829025269,-0.21307900547981262,0.5098919868469238,-0.8076429963111877,-0.056255001574754715,-1.3264670372009277,0.15122100710868835,0.816847026348114,1.114758014678955,0.367220014333725,-0.9198459982872009,-0.16738900542259216,-0.6581810116767883,0.11941500008106232,-1.0301649570465088,-1.3716360330581665,-1.9791259765625,0.30344700813293457,0.2688780128955841,-0.7392619848251343,1.4425300359725952,0.835777997970581,-1.461300015449524,-1.3022569417953491,-0.5867829918861389,1.7724610567092896,-1.4910210371017456,0.3870460093021393,0.476036012172699,-1.2026820182800293,0.0782649964094162,-1.1469680070877075,1.327422022819519,2.3462729454040527,1.496291995048523,2.2975199222564697,-0.3748779892921448,0.9835919737815857,-1.160802960395813,-0.8405110239982605,-1.9330439567565918,1.8360249996185303,-0.12799899280071259,0.7466319799423218,1.0906180143356323,-1.3957029581069946,0.158037006855011,-1.218492031097412,2.8007988929748535,-0.8839290142059326,0.44680801033973694,-1.8259329795837402,-0.5896940231323242,0.4807870090007782,0.4523659944534302,-0.024240000173449516,-0.9691280126571655,-0.3046180009841919,0.7511500120162964,1.490280032157898,1.1993639469146729,0.8576549887657166,-1.2246589660644531,-1.3824000358581543,0.3355979919433594,-1.2692439556121826,-0.919634997844696,-0.7933700084686279,-1.1351909637451172,-0.14216099679470062,0.8312839865684509,1.682536005973816,-0.3631260097026825,-1.8644280433654785,1.7280149459838867,-0.5117059946060181,-1.1124550104141235,1.1973010301589966,-0.30494698882102966,0.03322499990463257,0.010088999755680561,-0.6786320209503174,-0.5539010167121887,-1.948760986328125,-1.891618013381958,1.0041389465332031,-1.085682988166809,0.020760999992489815,-1.1902159452438354,1.260787010192871,-1.755642056465149,-1.355584979057312,-0.2811009883880615,-0.28484100103378296,1.700863003730774,1.8526979684829712,-0.8444650173187256,-0.7300140261650085,-1.2934410572052002,-1.205124020576477,-2.0303189754486084,0.2956160008907318,1.1666020154953003,0.48159798979759216,0.7529619932174683,1.673643946647644,2.2172129154205322,-0.13010799884796143,1.061674952507019,-1.0480890274047852,-0.9598979949951172,-0.515188992023468,-2.230496883392334,2.445525884628296,-0.20855799317359924,1.0575729608535767,0.8581129908561707,1.2819010019302368,1.3248779773712158,-0.17926600575447083,-0.13936099410057068,2.030323028564453,-1.1673049926757812,-1.2857630252838135,-0.039827000349760056,-0.47559699416160583,1.8067890405654907,-1.3857229948043823,0.5222659707069397,1.024211049079895,0.8734679818153381,1.2805780172348022,0.05067500099539757,0.3078809976577759,-0.9306309819221497,-1.0715960264205933,2.7484641075134277,2.0308361053466797,-1.5362299680709839,0.21331599354743958,0.7267090082168579,-0.6128219962120056,1.7912030220031738,-0.9713410139083862,-1.1393159627914429,1.3843779563903809,-1.7001160383224487,1.0375200510025024,-1.1190719604492188,1.1612739562988281,-0.546684980392456,0.4018140137195587,-1.0445139408111572,2.0616109371185303,-1.1162489652633667,-0.0924839973449707,-0.15580999851226807,1.7570929527282715,-0.38083699345588684,1.3261959552764893,0.3839839994907379,0.43450599908828735,-0.08102100342512131,2.9469339847564697,2.020787000656128,0.6070749759674072,-1.3187570571899414,1.5726619958877563,-0.5931259989738464,0.6718670129776001,-0.8875589966773987,1.1961729526519775,-0.9134290218353271,-2.0022308826446533,-1.1449660062789917,-1.2165809869766235,0.6644729971885681,-1.572564959526062,-1.8108500242233276,-0.80205899477005,0.29026100039482117,1.2745219469070435,-0.5454260110855103,-0.1263429969549179,1.5200519561767578,2.57989501953125,1.04579496383667,1.3646689653396606,0.7905269861221313,-0.12276700139045715,0.8498839735984802,-1.9340399503707886,-0.9085310101509094,2.313994884490967,-1.5133299827575684,0.5206509828567505,-0.5493220090866089,0.3366219997406006,0.2490220069885254,-1.0682690143585205,0.33194899559020996,0.888034999370575,2.0804760456085205,0.8873040080070496,-0.14405399560928345,-1.0052540302276611,0.5119969844818115,0.7175549864768982,-1.4619920253753662,-0.4795610010623932,-1.2943609952926636,-1.3655829429626465,-0.8523240089416504,-1.007436990737915,2.1295928955078125,-1.353201985359192,-0.7056800127029419,0.33294200897216797,0.14609700441360474,1.195227026939392,1.3359249830245972,2.1773109436035156,2.4095230102539062,-1.261415958404541,-1.0314370393753052,-1.43300199508667,1.2991160154342651,-1.4358969926834106,-1.1498249769210815,0.8459619879722595,2.815192937850952,1.6445939540863037,2.384592056274414,0.967510998249054,2.593108892440796,-0.19628900289535522,1.0593299865722656,1.1245369911193848,0.016259999945759773,0.5057129859924316,-0.9188889861106873,-1.2310149669647217,-0.5829830169677734,-0.996025025844574,-0.22822299599647522,-0.4300589859485626,1.108191967010498,0.5750579833984375,-0.9744570255279541,2.4062860012054443,-0.9192699790000916,-1.9163509607315063,-1.4006459712982178,2.9490890502929688,1.264240026473999,-1.6181219816207886,-0.21498200297355652,-1.2085750102996826,-2.4207310676574707,1.1625759601593018,-1.0552239418029785,-2.49760103225708,-0.804722011089325,1.3170469999313354,-0.023242000490427017,-0.14122100174427032,-0.194255992770195,-1.1038730144500732,-0.7004989981651306,2.7525839805603027,0.6319429874420166,0.6768019795417786,0.535942018032074,-1.205381989479065,-1.7939260005950928,1.2903820276260376,-0.9415540099143982,-0.9297749996185303,2.5063750743865967,-1.1987090110778809,-1.894698977470398,-1.239825963973999,2.8590610027313232,-0.651157021522522,-0.21603800356388092,-1.4846270084381104,0.17773599922657013,2.0614519119262695,1.1599500179290771,-0.5063030123710632,1.7243529558181763,-0.6445710062980652,-1.6249799728393555,0.12054900079965591,-0.706184983253479,-1.3021249771118164,2.4218239784240723,0.15919899940490723,1.891548991203308,-1.065224051475525,2.0499870777130127,-0.5725299715995789,0.4990159869194031,0.2229910045862198,0.8190950155258179,-0.3118729889392853,-1.6719969511032104,-1.726794958114624,-1.2181860208511353,-1.3781369924545288,1.082885980606079,1.2641489505767822,2.161602020263672,2.520827054977417,0.1208060011267662,-1.3606369495391846,-1.146312952041626,-0.9322080016136169,0.44932499527931213,-1.1465760469436646,0.5181310176849365,2.809844970703125,1.1328129768371582,0.7293559908866882,0.7413020133972168,0.1297059953212738,1.483978033065796,-0.2648009955883026,1.5390130281448364,1.0595359802246094,-0.17257599532604218,-1.3494689464569092,2.555185079574585,2.0563459396362305,-0.00292599992826581,-1.163153052330017,-1.4585800170898438,-1.4121429920196533,-0.06260699778795242,0.31530800461769104,-1.498339056968689,0.5436649918556213,1.0064870119094849,-1.1637179851531982,0.01669500023126602,-0.015459000132977962,-1.0538469552993774,-0.17170600593090057,0.7518619894981384,-1.3240259885787964,-0.9549570083618164,0.6058989763259888,-0.2901720106601715,0.48333001136779785,-0.7789890170097351,0.04288199916481972,-0.8276519775390625,-0.7071449756622314,1.7854540348052979,0.3318449854850769,-0.8759070038795471,1.2474969625473022,-1.1271779537200928,-1.062824010848999,-0.9505910277366638,1.1010860204696655,0.16929399967193604,0.9134380221366882,-0.2508310079574585,-0.17481200397014618,1.2873649597167969,1.0507279634475708,-0.8561660051345825,-0.813319981098175,0.9577670097351074,-1.030295968055725,-1.703307032585144,1.6247869729995728,1.6870160102844238,-1.4090659618377686,-0.5280299782752991,-0.5287320017814636,0.1778459995985031,1.521949052810669,1.6789590120315552,-0.38107800483703613,-0.7612760066986084,-0.3999289870262146,1.751999020576477,-0.6079080104827881,1.3076939582824707,-0.0611799992620945,-1.0277819633483887,0.9689199924468994,-1.476863980293274,-0.42204999923706055,0.4810299873352051,1.150712013244629,-1.1689300537109375,1.0110470056533813,0.10075599700212479,-0.6896359920501709,0.9329599738121033,1.465440034866333,-0.20191100239753723,-0.07624000310897827,1.0643539428710938,-1.0117449760437012,-1.1205240488052368,-0.8029839992523193,0.5350450277328491,2.1710360050201416,-1.361744999885559,1.0285999774932861,-0.8641560077667236,-1.0541349649429321,-0.04969799891114235,1.806030035018921,1.3100340366363525,-0.7606959939002991,0.904670000076294,0.19696199893951416,1.1385459899902344,-1.242684006690979,0.23543299734592438,2.307343006134033,1.254263997077942,1.8075590133666992,-0.293614000082016,1.2371000051498413,-1.0747870206832886,1.8866690397262573,1.1310629844665527,-0.6973350048065186,-1.4464939832687378,-0.38631999492645264,-0.4177829921245575,-1.3314059972763062,-2.267756938934326,2.803025960922241,-0.5802180171012878,-0.5347959995269775,-0.7079020142555237,0.40897101163864136,-0.6476669907569885,-0.6261600255966187,-0.07113199681043625,-0.5780680179595947,-1.8262560367584229,-0.07806199789047241,-2.3426129817962646,-1.2234840393066406,-0.2800010144710541,-0.6904600262641907,1.3416060209274292,-2.0501248836517334,-0.6378880143165588,-0.3049739897251129,-0.8040940165519714,-0.2912690043449402,0.7926740050315857,-1.289891004562378,2.5093960762023926,0.22744199633598328,0.2086849957704544,-1.0354080200195312,1.1351850032806396,-0.9704070091247559,0.2053229957818985,-0.8400089740753174,-0.9251850247383118,-0.048576001077890396,-1.391366958618164,1.7870559692382812,-0.6153020262718201,-0.5622770190238953,0.5732539892196655,-1.1207239627838135,1.2678760290145874,1.1615010499954224,-2.5097429752349854,0.512802004814148,0.6014320254325867,0.46926501393318176,0.5381159782409668,0.12579399347305298,0.4472689926624298,2.36895489692688,-1.126554012298584,0.9616510272026062,0.7559859752655029,0.5912250280380249,-1.3385000228881836,0.2468010038137436,0.9351810216903687,-1.2103220224380493,-0.05552799999713898,-0.8273079991340637,2.3842759132385254,-1.384436011314392,-0.6089810132980347,-0.10935000330209732,0.7353529930114746,0.7946900129318237,-1.2590689659118652,-1.7165069580078125,0.6559969782829285,-1.897284984588623,-0.21729600429534912,-0.12746399641036987,-0.2082899957895279,-0.5266559720039368,0.8005040287971497,1.5509190559387207,1.1215920448303223,1.4942619800567627,-2.1587069034576416,-1.065477967262268,0.800786018371582,-0.852886974811554,0.4338189959526062,-1.066079020500183,0.01951799914240837,-0.013403999619185925,1.7299540042877197,-0.5977910161018372,-0.039299000054597855,0.6196780204772949,1.4318690299987793,0.20890800654888153,-0.7651110291481018,-2.354588031768799,-2.226807117462158,-1.392124056816101,-0.7702429890632629,1.3752739429473877,-0.5636759996414185,0.969668984413147,0.2530460059642792,1.524783968925476,-1.5151530504226685,1.7311830520629883,1.8928420543670654,-0.816681981086731,0.25153499841690063,2.0564210414886475,-1.6773509979248047,-0.5402979850769043,1.0804719924926758,0.719402015209198,0.7475759983062744,0.8609480261802673,-1.3284510374069214,1.246556043624878,-0.6050400137901306,-0.37446799874305725,1.6057699918746948,0.9897329807281494,-0.8653389811515808,-0.7535660266876221,1.5730899572372437,1.1220049858093262,-1.9330060482025146,1.0800269842147827,2.193537950515747,0.7841939926147461,-0.5867890119552612,0.6549659967422485,0.9140049815177917,1.0474309921264648,1.5594830513000488,-0.554718017578125,-0.9160060286521912,-0.25451400876045227,-0.33903199434280396,-0.11017599701881409,-0.08795999735593796,0.24520200490951538,2.819962978363037,0.6963239908218384,1.018854022026062,-0.14641700685024261,1.723222017288208,2.5024220943450928,0.6899570226669312,-1.2639329433441162,1.8884719610214233,1.0306570529937744,0.05651099979877472,0.5678269863128662,1.276440978050232,0.1584630012512207,1.1970560550689697,-1.2675249576568604,-1.2554099559783936,-1.2398929595947266,-0.16653600335121155,2.4299468994140625,2.052593946456909,0.35293498635292053,-1.0957390069961548,0.32221299409866333,1.7994580268859863,0.135685995221138,-0.3316499888896942,-0.9003400206565857,0.82573401927948,-0.15229099988937378,-1.1011240482330322,1.7632689476013184,1.9885749816894531,-0.029503999277949333,0.5582050085067749,0.3605630099773407,1.208461046218872,0.8095470070838928,-1.3168829679489136,-1.2272499799728394,-0.17038799822330475,1.9921740293502808,1.9070149660110474,1.2490119934082031,1.2828700542449951,-1.3749150037765503,1.7849860191345215,-1.2480690479278564,-0.32630300521850586,-0.9083579778671265,-1.2056360244750977,1.1710920333862305,-0.24592000246047974,0.4001210033893585,-2.158785104751587,0.3514600098133087,0.8038269877433777,2.297985076904297,0.23355799913406372,2.071291923522949,0.3019559979438782,-0.5381799936294556,2.3648219108581543,1.662781000137329,1.1770230531692505,-1.276419997215271,-1.1802400350570679,2.126250982284546,-0.5998830199241638,1.1368800401687622,0.38911300897598267,1.0521090030670166,-1.3033020496368408,-0.6722949743270874,-0.9823489785194397,0.9981139898300171,1.1045030355453491,1.0697799921035767,1.0969140529632568,-2.0867199897766113,-1.3160239458084106,0.4923659861087799,1.112365961074829,-1.1690089702606201,-0.5574079751968384,1.9189300537109375,-0.9000729918479919,-0.8684880137443542,1.7847570180892944,-1.3914929628372192,-0.9018459916114807,0.18002299964427948,-1.93150794506073,-0.9965929985046387,0.48072999715805054,-0.868120014667511,-0.4688970148563385,-0.6481350064277649,1.1705230474472046,1.354043960571289,0.600380003452301,1.4404619932174683,-0.3357979953289032,0.050282999873161316,0.47593700885772705,1.6656090021133423,-0.29875901341438293,-0.927357017993927,-2.0795159339904785,0.9976720213890076,0.3459239900112152,-0.8595839738845825,-1.2231800556182861,1.8808629512786865,1.8835530281066895,1.0845589637756348,2.2608070373535156,-0.20600199699401855,0.9616770148277283,0.9037460088729858,0.3026619851589203,1.1259340047836304,0.003963999915868044,-0.9780740141868591,-1.1981539726257324,-0.08355499804019928,0.8488630056381226,2.888174057006836,-0.6432790160179138,-1.9278110265731812,-0.9750120043754578,2.863996982574463,0.9073699712753296,-0.44227299094200134,-1.3745100498199463,-1.1320730447769165,0.8002030253410339,-1.6943819522857666,1.064532995223999,0.8350899815559387,-1.4403860569000244,-0.9965980052947998,2.412986993789673,0.9456080198287964,0.9498929977416992,0.9084709882736206,1.819532036781311,1.283337950706482,1.827895998954773,0.8789659738540649,1.2820680141448975,2.1006619930267334,-1.1230729818344116,0.9195550084114075,0.17670099437236786,-0.7527890205383301,0.017721999436616898,-0.67678302526474,-0.6456530094146729,-1.240373969078064,-0.48552200198173523,2.8399510383605957,0.6825870275497437,-1.1615279912948608,-1.1516449451446533,0.7153189778327942,-0.02300800010561943,0.8733310103416443,0.9366369843482971,-0.33707600831985474,1.6761469841003418,1.586658000946045,0.5446959733963013,-0.3991999924182892,0.5287399888038635,-1.5575330257415771,0.7878029942512512,-0.7546290159225464,1.1465790271759033,1.0004980564117432,1.1584739685058594,-1.2028930187225342,-0.5928030014038086,-1.372262954711914,1.0329550504684448,2.3336310386657715,1.1309490203857422,-1.3709330558776855,0.585303008556366,-0.8178300261497498,0.07886400073766708,-0.6196690201759338,-0.33229100704193115,-0.40610000491142273,1.1052390336990356,0.37629300355911255,-0.20547400414943695,-0.18372300267219543,-1.273587942123413,2.6587579250335693,0.8891680240631104,1.3601839542388916,-1.359969973564148,1.267822027206421,0.3818809986114502,1.1106250286102295,-1.256721019744873,-0.0913190022110939,0.016447000205516815,0.37981900572776794,2.2517850399017334,2.513087034225464,0.4022130072116852,-1.3892430067062378,-0.6727409958839417,-0.5158389806747437,2.008068084716797,-2.4235880374908447,0.43974098563194275,-0.7716730237007141,-0.7418349981307983,-0.5086899995803833,-0.4255770146846771,0.8122559785842896,2.0797150135040283,2.067126989364624,-0.23290500044822693,0.525879979133606,-0.516294002532959,-1.2055549621582031,-0.14573200047016144,1.9703060388565063,-1.2735240459442139,-1.596168041229248,-1.0660159587860107,0.8830749988555908,0.21255700290203094,-1.0629010200500488,0.6180940270423889,0.345907986164093,0.9702739715576172,0.3618429899215698,-1.1771609783172607,0.6879500150680542,-2.2969439029693604,-0.8878470063209534,0.48384401202201843,-0.1066029965877533,-0.355338990688324,2.9234890937805176,0.3873699903488159,0.9314060211181641,-0.7321149706840515,1.8044459819793701,-0.3548319935798645,-1.6640470027923584,-0.8917999863624573,-1.114650011062622,-2.459594964981079,-1.4069559574127197,-0.4837839901447296,-0.9745280146598816,0.27189400792121887,0.3414340019226074,1.0354080200195312,-1.1434329748153687,1.0617949962615967,0.2619349956512451,0.3052879869937897,0.6264320015907288,0.9827499985694885,0.31807398796081543,-1.246379017829895,1.7602219581604004,-1.0842020511627197,0.25796398520469666,2.370048999786377,-2.057415008544922,1.7669260501861572,-0.22401000559329987,2.1682839393615723,2.8067169189453125,-1.032080054283142,1.2801259756088257,-1.040979027748108,-1.2592350244522095,0.645380973815918,-0.6814150214195251,0.2709690034389496,0.4003300070762634,-0.3949269950389862,-0.36804500222206116,-0.8059390187263489,-0.0646200031042099,-1.5043129920959473,0.21763700246810913,-1.9024959802627563,2.03210711479187,0.6059849858283997,2.485687017440796,-0.45173099637031555,1.1255500316619873,1.6296839714050293,2.369407892227173,-0.648285984992981,0.402209997177124,-0.39001700282096863,-0.48197901248931885,-1.9586199522018433,-1.073644995689392,-0.8311460018157959,-0.8235170245170593,1.3583799600601196,1.798326015472412,-0.19909800589084625,-0.22651700675487518,-1.3770350217819214,0.7326350212097168,1.2559829950332642,0.9506160020828247,-0.29589399695396423,0.5350490212440491,-0.5574659705162048,-1.3862839937210083,-1.2437740564346313,2.251585006713867,0.3362559974193573,-1.217898964881897,1.8419699668884277,-1.0536479949951172,-1.1350480318069458,0.2455739974975586,-0.8083040118217468,1.6417909860610962,-1.8868249654769897,-1.1498349905014038,-0.4474329948425293,-0.1665389984846115,1.2398439645767212,0.23785699903964996,2.3083949089050293,2.3086090087890625,-0.09498599916696548,-0.8461300134658813,-1.2976609468460083,-0.9639949798583984,-0.02466600015759468,-0.9421190023422241,-0.1220650002360344,-0.15679900348186493,-1.7743840217590332,2.302016019821167,0.49967899918556213,-0.9221649765968323,0.735450029373169,1.7428669929504395,-1.112913966178894,-0.3279379904270172,0.41157200932502747,0.8120859861373901,-1.8158040046691895,-1.2209539413452148,-0.468315988779068,-0.7018740177154541,-0.5192090272903442,-1.2715259790420532,0.3224340081214905,0.6767380237579346,-0.30215999484062195,1.2692489624023438,-1.2218769788742065,0.39778101444244385,0.28179898858070374,-0.025033999234437943,-0.18943999707698822,1.1613850593566895,0.624925971031189,-0.6296290159225464,2.4877090454101562,1.194206953048706,-0.2251259982585907,1.3100630044937134,-0.3666270077228546,-1.2692019939422607,-1.2955889701843262,0.4836750030517578,-0.13250499963760376,0.4435270130634308,-0.5985490083694458,-0.22209399938583374,0.33887800574302673,-1.3850059509277344,-0.5671280026435852,-1.9327850341796875,0.9868890047073364,-0.013682999648153782,1.895730972290039,0.16539999842643738,1.0858659744262695,0.9999399781227112,-1.143367052078247,-0.6754590272903442,1.00341796875,-0.7217429876327515,1.263685941696167,2.1781280040740967,-0.7849249839782715,-0.14983899891376495,-1.9211030006408691,-1.9169310331344604,-0.2750430107116699,0.9459130167961121,-0.27096500992774963,-0.6774449944496155,-0.29291999340057373,0.17899200320243835,-0.5018979907035828,-1.4385989904403687,-1.3606040477752686,1.595924973487854,-1.2078510522842407,1.2067079544067383,1.2283660173416138,-0.7455829977989197,-1.149459958076477,1.797173023223877,-0.7995110154151917,1.4139900207519531,2.780426025390625,1.1769349575042725,-0.6759420037269592,-0.7324259877204895,1.7933599948883057,-0.6235359907150269,-0.7699699997901917,-1.792145013809204,-2.2174339294433594,1.9060670137405396,-0.9738649725914001,-0.5360220074653625,0.16955600678920746,-1.057731032371521,-0.9547619819641113,-0.19681400060653687,0.21937599778175354,2.5619540214538574,0.9032790064811707,0.7602890133857727,0.6794080138206482,1.004958987236023,0.6560360193252563,0.8204190135002136,-1.070101022720337,-1.285552978515625,1.3111690282821655,-0.20409800112247467,0.3890720009803772,2.7564570903778076,-0.8513420224189758,-1.289101004600525,-0.8227279782295227,-2.12791109085083,1.1884820461273193,-0.05690599977970123,0.5002149939537048,0.4788140058517456,-0.38038399815559387,1.3040980100631714,0.8071960210800171,0.9257829785346985,-1.0855820178985596,-0.8845080137252808,-0.4329819977283478,1.0617890357971191,-1.1776269674301147,1.2664140462875366,-0.04053200036287308,0.49881500005722046,-1.3651050329208374,0.6099510192871094,0.3254280090332031,1.644750952720642,2.011734962463379,0.395565003156662,-0.0911249965429306,0.7433949708938599,-1.2252659797668457,-0.20430000126361847,-0.33573099970817566,0.06352599710226059,-0.1660030037164688,1.3294219970703125,0.3871929943561554,1.254809021949768,-1.1875150203704834,-0.031230999156832695,1.2583999633789062,-1.5187439918518066,-1.383782982826233,0.3876349925994873,0.6499459743499756,-0.5563660264015198,-0.009739000350236893,0.830473005771637,0.3280720114707947,-0.5602210164070129,-0.14852100610733032,-0.4654240012168884,0.8096429705619812,-1.0424649715423584,-2.1882710456848145,-1.4155269861221313,-1.8162310123443604,0.41752898693084717,0.7263519763946533,-0.3006899952888489,0.9196329712867737,-0.4403980076313019,1.2914650440216064,-0.25862500071525574,1.2352420091629028,-1.1009670495986938,-0.47909098863601685,2.0060160160064697,-1.1707439422607422,1.6041690111160278,-1.7858660221099854,0.8451640009880066,1.8782570362091064,1.3115249872207642,0.44880300760269165,0.26840099692344666,1.151216983795166,0.20419999957084656,-1.4164409637451172,0.05925299972295761,-1.2691220045089722,-0.45155298709869385,-2.1804258823394775,-0.767566978931427,0.5224840044975281,1.1202679872512817,1.8980109691619873,0.6538329720497131,1.7566449642181396,-0.7350540161132812,1.2422970533370972,1.2387620210647583,0.15001200139522552,1.4155689477920532,-0.6573140025138855,-1.2883800268173218,0.6303589940071106,1.4751110076904297,1.5573569536209106,-1.887935996055603,1.129032015800476,1.5503989458084106,2.043945074081421,0.9138510227203369,-0.7251350283622742,0.4044319987297058,-0.36296600103378296,0.9889670014381409,-1.7185499668121338,1.3435269594192505,-0.6413699984550476,-0.7092729806900024,-0.7888569831848145,-0.6275269985198975,0.877472996711731,-0.5119529962539673,1.35098397731781,-1.034466028213501,-0.9495030045509338,-0.8641899824142456,-0.24545399844646454,0.40748798847198486,1.2129210233688354,0.3755840063095093,0.8834080100059509,1.876768946647644,0.7919989824295044,2.623037099838257,-0.2934989929199219,0.9530270099639893,-1.6658480167388916,-1.2412110567092896,-0.4191820025444031,-0.6906949877738953,1.29264497756958,-1.6569520235061646,-1.0185760259628296,-1.0166740417480469,1.0930490493774414,1.7988779544830322,2.0167078971862793,1.0494029521942139,2.138967990875244,0.5478090047836304,-0.12302300333976746,0.260998010635376,0.659138023853302,-0.24740399420261383,-0.11375000327825546,-0.0008679999737069011,1.0530920028686523,0.7452880144119263,-0.9872750043869019,0.7124040126800537,0.5763469934463501,-0.9530310034751892,-1.4755460023880005,1.6523549556732178,-1.025123953819275,-0.8223339915275574,-0.9860020279884338,-1.2085330486297607,1.2129939794540405,1.3806079626083374,-1.2610139846801758,-1.3580950498580933,-1.615386962890625,0.8154609799385071,1.4187719821929932,-0.5849609971046448,-0.36420801281929016,-1.254148006439209,-1.7629139423370361,2.1148970127105713,-1.2435050010681152,-2.207789897918701,2.3042550086975098,2.309441089630127,-1.0914779901504517,-1.1626449823379517,0.9957429766654968,0.9808470010757446,0.10135699808597565,-1.4527050256729126,0.761210024356842,0.321476012468338,2.1758880615234375,-0.07253299653530121,-1.7473139762878418,1.05805504322052,-1.901481032371521,1.3410389423370361,-0.9706940054893494,-1.056043028831482,0.5445659756660461,-1.0074470043182373,0.5405340194702148,-1.294374942779541,-1.2162669897079468,-0.49741700291633606,2.3123629093170166,-0.6643760204315186,0.15198999643325806,0.930836021900177,0.45667898654937744,0.49162399768829346,0.20066599547863007,-0.12542299926280975,-1.6334420442581177,0.07154300063848495,0.1710209995508194,0.9886299967765808,0.998645007610321,1.8687310218811035,0.43838098645210266,-1.013092041015625,2.674290895462036,0.9079139828681946,-0.649757981300354,-0.8688600063323975,-1.3764870166778564,1.3227839469909668,0.7182400226593018,-0.31981098651885986,-0.8587890267372131,0.43842101097106934,0.11213099956512451,-0.7108820080757141,0.7400389909744263,-0.4650140106678009,-0.7808640003204346,0.8498380184173584,1.0861760377883911,1.0568209886550903,-1.9884239435195923,-1.884896993637085,0.11246100068092346,-0.8211389780044556,1.3090879917144775,-1.1378229856491089,0.630308985710144,0.7544919848442078,-0.9063420295715332,-2.398869037628174,0.6054710149765015,0.4684610068798065,-0.2921999990940094,2.010101079940796,1.2671940326690674,2.1741878986358643,-0.9734950065612793,0.6005529761314392,-1.4030569791793823,1.3340189456939697,-2.474379062652588,-0.6989259719848633,0.02531999908387661,0.5017489790916443,0.41581299901008606,0.5481320023536682,0.7865080237388611,0.8925899863243103,-0.6232600212097168,2.1249680519104004,2.1735498905181885,-1.2168179750442505,-0.023148000240325928,2.4530410766601562,1.7359009981155396,0.2383120059967041,-0.5998550057411194,-0.7247560024261475,1.5538760423660278,-0.09760600328445435,-1.1278220415115356,1.5700130462646484,0.10377500206232071,2.8402180671691895,-2.3007431030273438,0.08984900265932083,-2.0471529960632324,-1.422996997833252,1.2539249658584595,-1.0563509464263916,-0.3107669949531555,0.03672799840569496,-1.0162819623947144,-0.12681899964809418,1.3120030164718628,2.5859429836273193,1.4257969856262207,-0.9366689920425415,0.08636999875307083,0.49134600162506104,0.8064820170402527,2.8296430110931396,-0.9435610175132751,-0.6006810069084167,2.4515299797058105,2.5782690048217773,-1.9073350429534912,0.39831599593162537,-1.113582968711853,-0.9779379963874817,-0.6675350069999695,0.7952269911766052,1.0117069482803345,1.425258994102478,-0.3135159909725189,1.064789056777954,1.138427972793579,-0.04148700088262558,-1.3661919832229614,-1.3082729578018188,-0.05720600113272667,1.1970150470733643,0.6321449875831604,1.5536550283432007,-0.5232849717140198,-1.290969967842102,1.2244700193405151,0.8674349784851074,-2.4610979557037354,-0.693386971950531,2.8276569843292236,-0.6803910136222839,-0.8366069793701172,0.6085969805717468,0.7772979736328125,-0.9717389941215515,-1.3096580505371094,-1.5498809814453125,1.0867990255355835,-0.6062890291213989,1.1501120328903198,0.8779889941215515,2.155348062515259,1.731806993484497,1.324262022972107,0.5071049928665161,0.28793200850486755,-0.9046760201454163,0.9883919954299927,-1.0058050155639648,-1.0008690357208252,-0.620809018611908,2.600990056991577,-0.003323999932035804,0.2903519868850708,-1.3011620044708252,1.1818920373916626,-0.717402994632721,-0.25793901085853577,-0.2647089958190918,-1.30423903465271,-0.9855539798736572,0.6856189966201782,-0.6269109845161438,-0.17542900145053864,1.1645469665527344,-0.8764780163764954,0.03749600052833557,-0.2649720013141632,1.075543999671936,-1.2633990049362183,-0.8955910205841064,0.3038780093193054,1.1429489850997925,1.9199429750442505,0.30765900015830994,-0.09446600079536438,-1.258396029472351,0.6411470174789429,-0.247966006398201,-1.0271170139312744,-0.1403460055589676,-0.7544779777526855,-1.3109240531921387,-1.0048149824142456,2.214164972305298,-1.2407629489898682,-0.8206989765167236,0.8828330039978027,0.7733539938926697,0.4191739857196808,0.7139970064163208,2.507927894592285,0.8583980202674866,-0.2313690036535263,0.35894399881362915,-1.2840420007705688,-1.0942280292510986,1.1806600093841553,-0.8512089848518372,-0.8866720199584961,0.4686810076236725,1.3152689933776855,-1.204246997833252,2.2609620094299316,-0.5741090178489685,-0.02013999968767166,2.6913020610809326,0.6499559879302979,-1.0343480110168457,-1.2839080095291138,-1.2252570390701294,1.4261070489883423,1.1140329837799072,1.32669997215271,-1.2608610391616821,0.8784869909286499,-1.2734220027923584,0.004621000029146671,1.3015539646148682,-0.5828260183334351,2.676208972930908,1.2999629974365234,2.8556320667266846,2.503937005996704,1.0293099880218506,1.7522870302200317,-1.3407260179519653,2.248481035232544,-0.7430229783058167,0.9105859994888306,0.4332039952278137,-0.4164060056209564,0.8035889863967896,0.23834699392318726,0.30017098784446716,-1.194530963897705,-0.9281309843063354,1.0238419771194458,0.934349000453949,-0.6077730059623718,-0.5940880179405212,0.18503600358963013,1.5977020263671875,1.5066529512405396,0.7440580129623413,1.6553399562835693,-0.570110023021698,1.2900569438934326,0.6204829812049866,-1.0672659873962402,-0.2640739977359772,2.2201058864593506,0.6116060018539429,1.0491379499435425,-1.4822369813919067,-1.0950390100479126,-0.46872198581695557,-1.0661660432815552,-1.0995670557022095,-1.1841059923171997,1.0308539867401123,0.7181299924850464,-2.526550054550171,-0.035656001418828964,0.8959100246429443,1.86775803565979,-1.2108310461044312,-0.4697909951210022,-1.2777179479599,0.4296010136604309,-0.6803770065307617,2.2006990909576416,-0.6842619776725769,-1.3780640363693237,1.1253440380096436,-1.1060329675674438,1.9374029636383057,1.1831849813461304,1.898972988128662,-1.201166033744812,-2.0925230979919434,0.19611799716949463,2.7617781162261963,0.561244010925293,-0.04038799926638603,-1.9630659818649292,1.026263952255249,0.7977539896965027,-0.4229449927806854,-1.9940799474716187,-0.37021300196647644,-2.0008609294891357,-0.7737600207328796,0.20509199798107147,0.3695620000362396,-1.3265490531921387,1.0583209991455078,1.126889944076538,-0.461683988571167,0.6947169899940491,0.7023580074310303,-1.1698269844055176,-0.6133090257644653,-0.23120500147342682,2.254987955093384,-0.49799200892448425,-1.1775670051574707,0.0007130000158213079,0.4854229986667633,1.0621800422668457,-0.35788100957870483,-1.1606279611587524,-0.7753450274467468,0.8893619775772095,0.1468220055103302,-0.8100889921188354,2.2671799659729004,-0.9982950091362,0.34718599915504456,-0.552623987197876,-2.1914350986480713,-1.2169790267944336,0.8485109806060791,1.1748360395431519,0.7073670029640198,0.4817329943180084,0.19808299839496613,-1.3222620487213135,0.3846319913864136,0.8647810220718384,1.8061219453811646,-1.203305959701538,0.93470698595047,-0.47249099612236023,-0.4190169870853424,2.5300939083099365,0.37793201208114624,1.955085039138794,-0.4817120134830475,-0.4878999888896942,-1.5086749792099,1.8375129699707031,0.7200170159339905,0.9508140087127686,1.301306962966919,1.7494280338287354,-0.37751200795173645,0.04651699960231781,1.3227030038833618,-0.6677790284156799,2.2076950073242188,-1.1598730087280273,-0.06253500282764435,1.0424439907073975,1.8484270572662354,1.9141390323638916,-0.5574129819869995,-1.6533679962158203,2.576598882675171,0.043108001351356506,0.043118998408317566,1.0835410356521606,1.2933340072631836,0.31728699803352356,-1.3292579650878906,-2.096714973449707,-1.0919920206069946,2.4327969551086426,0.4541090130805969,0.6964859962463379,1.4410550594329834,2.140022039413452,2.4108119010925293,1.262336015701294,0.21653400361537933,2.913696050643921,0.028857000172138214,0.07377000153064728,-1.0999720096588135,-0.05953399837017059,-0.3389190137386322,2.337959051132202,-0.19785499572753906,1.083644986152649,1.3982700109481812,-0.9671890139579773,1.767685055732727,-0.47657400369644165,-0.8442379832267761,0.1746309995651245,0.6108160018920898,0.27893999218940735,0.6368409991264343,-0.8637980222702026,2.3297500610351562,0.5152429938316345,2.279392957687378,1.6607259511947632,1.093088984489441,-1.1571060419082642,-1.7519019842147827,-0.1343110054731369,0.11372999846935272,0.5278400182723999,1.7639429569244385,-1.1983799934387207,1.1328810453414917,-1.2462890148162842,2.1777501106262207,-1.2483450174331665,1.2661759853363037,1.254984974861145,-1.05839204788208,0.23387299478054047,1.0123859643936157,2.065532922744751,-1.0291539430618286,0.5819439888000488,1.0858629941940308,0.32437801361083984,-0.14244799315929413,-0.5197700262069702,1.6541880369186401,-1.0180490016937256,-0.40779298543930054,-1.7398730516433716,-1.7894940376281738,-1.2613439559936523,1.552353024482727,-0.20563699305057526,-0.8076810240745544,2.4417500495910645,1.0670100450515747,1.0886310338974,-1.0087449550628662,-0.0750729963183403,1.482131004333496,0.7162789702415466,-1.3202970027923584,-1.1895240545272827,0.9833179712295532,-0.30887600779533386,-1.1302579641342163,1.2081220149993896,1.549865961074829,1.5995559692382812,-1.4439849853515625,-1.1444549560546875,0.4321970045566559,2.148066997528076,0.8717650175094604,2.915321111679077,-0.11357399821281433,-0.4600299894809723,-0.5386599898338318,-1.2791270017623901,-1.2300070524215698,2.5941519737243652,-1.4744659662246704,-1.230605959892273,-1.2140170335769653,-0.9683939814567566,-0.06530400365591049,0.7892150282859802,1.9308550357818604,-1.28861403465271,-0.5764960050582886,0.739096999168396,-1.3074599504470825,1.6518440246582031,0.8833270072937012,-0.8264539837837219,2.659698009490967,2.364238977432251,0.1500129997730255,1.1030139923095703,2.5626299381256104,2.619410991668701,0.1580599993467331,-1.3491129875183105,-0.43961000442504883,-0.3607589900493622,-2.4497530460357666,1.0864030122756958,0.23801900446414948,2.059699058532715,1.18368399143219,0.24705800414085388,-0.4627560079097748,1.5391919612884521,0.7924960255622864,-0.6923519968986511,-0.7484750151634216,1.6468379497528076,1.642719030380249,-0.5525429844856262,-0.2275799959897995,0.8213329911231995,-0.7488830089569092,-1.0695799589157104,-1.060595989227295,1.5119990110397339,1.5071920156478882,1.2617390155792236,0.695592999458313,0.6061099767684937,0.20425400137901306,-1.2828350067138672,0.9808250069618225,0.865909993648529,-1.3593039512634277,0.39896801114082336,0.6742960214614868,-0.9242439866065979,1.829967975616455,0.15477700531482697,-0.5909690260887146,-0.1568710058927536,-0.1697780042886734,0.7720289826393127,-0.6968209743499756,0.4379909932613373,-0.9041100144386292,-0.13457299768924713,-0.6922410130500793,-0.6366220116615295,-0.622452974319458,1.184980034828186,-0.8556849956512451,-1.231956958770752,-0.854079008102417,0.4215239882469177,-0.6294180154800415,0.4599510133266449,0.9161750078201294,1.4924160242080688,0.03864400088787079,0.6914950013160706,2.269896984100342,-1.198093056678772,0.49666398763656616,1.1343810558319092,0.9522500038146973,-1.5071909427642822,-0.9299290180206299,0.375124990940094,0.30392900109291077,-1.439864993095398,0.5889890193939209,2.549109935760498,-0.8687210083007812,0.2026209980249405,-1.3639030456542969,1.1246860027313232,1.9266680479049683,-0.8486019968986511,-0.3213079869747162,-0.804190993309021,-1.3953900337219238,1.0217599868774414,0.11261100322008133,-0.3709160089492798,-1.0065549612045288,-0.9280089735984802,-0.8466969728469849,0.05348199978470802,0.8610389828681946,-1.3308000564575195,-0.21939599514007568,0.5127009749412537,0.61844801902771,0.575760006904602,1.2592560052871704,0.5172920227050781,1.0674970149993896,-1.049278974533081,1.4450689554214478,-1.28957200050354,-1.0408960580825806,0.5657489895820618,0.015564000234007835,-1.2522250413894653,0.46556800603866577,-0.7354710102081299,0.4716919958591461,-0.5781069993972778,-0.5323749780654907,0.2807919979095459,-0.013655999675393105,0.5797759890556335,-1.2935210466384888,-1.3183139562606812,-1.0805710554122925,1.2434699535369873,1.136315941810608,-1.098652958869934,0.5640270113945007,0.05536799877882004,-0.2124139964580536,-1.254554033279419,-1.1462140083312988,1.3091449737548828,-1.97052001953125,0.9265689849853516,1.238800048828125,-0.3664489984512329,-0.8108789920806885,0.503915011882782,1.028291940689087,1.9690250158309937,-0.14203600585460663,-0.19702500104904175,-0.21323099732398987,-0.2246599942445755,2.7679100036621094,2.7386319637298584,0.663320004940033,1.8351140022277832,1.1165469884872437,-0.9024919867515564,-0.6890230178833008,0.13354100286960602,1.7210659980773926,2.66554594039917,-1.5680320262908936,2.0361709594726562,-0.9547290205955505,2.197601079940796,0.6642640233039856,0.8764989972114563,-0.7228860259056091,0.90140300989151,-1.049164056777954,1.1445180177688599,-1.3599580526351929,2.037364959716797,2.883758068084717,1.4380700588226318,0.6481599807739258,1.7582639455795288,-1.1198430061340332,1.5262680053710938,0.9929199814796448,-1.3420289754867554,-0.9163659811019897,-0.7111210227012634,0.8730840086936951,0.8948609828948975,-1.9961570501327515,-0.7318689823150635,-0.7555999755859375,-1.237665057182312,0.5780799984931946,-0.6926220059394836,1.4797860383987427,0.8489050269126892,-0.12086799740791321,-1.7597960233688354,-0.3282400071620941,1.0878269672393799,0.08884900063276291,0.043963998556137085,-1.1256940364837646,-1.8994289636611938,-2.506117105484009,0.2115429937839508,0.3092449903488159,-0.655610978603363,0.379595011472702,1.0084099769592285,0.5625200271606445,-0.18952900171279907,-0.9425539970397949,0.7378690242767334,-0.31560900807380676,2.8510169982910156,-0.6455550193786621,-1.6592639684677124,0.9429910182952881,0.9299010038375854,0.5973770022392273,1.6261379718780518,1.2444020509719849,-1.1532280445098877,0.2892090082168579,-1.1839829683303833,0.3073970079421997,-1.884294033050537,-1.0584830045700073,0.6637129783630371,-1.2772220373153687,-0.034359000623226166,-1.376404047012329,0.8801159858703613,0.8682039976119995,-0.2635419964790344,-1.0870319604873657,-1.1084940433502197,0.9843050241470337,-1.2278980016708374,-1.2126259803771973,1.6275769472122192,-0.8780530095100403,2.553632974624634,1.5385609865188599,-1.0835440158843994,-0.43469300866127014,0.2302819937467575,-0.05875600129365921,-1.3771179914474487,0.8786280155181885,1.1976280212402344,2.570067882537842,-1.3530110120773315,0.7642189860343933,1.8139649629592896,1.130707025527954,-1.3734819889068604,0.04255399852991104,1.079063057899475,1.1806859970092773,-1.6093629598617554,-0.06450600177049637,1.5792560577392578,-0.8734620213508606,-0.9905549883842468,-1.3210649490356445,-2.2035369873046875,-0.31149300932884216,0.1491439938545227,-0.5484009981155396,2.612157106399536,-1.1511750221252441,2.2459940910339355,-1.1646519899368286,-0.12112700194120407,-1.3487969636917114,-0.3532559871673584,0.11755499988794327,2.705548048019409,-1.3579729795455933,0.4669489860534668,-1.2863240242004395,-2.5012190341949463,0.9175509810447693,1.8327709436416626,1.4830490350723267,-0.3852840065956116,1.0822319984436035,-1.086925983428955,-1.1156200170516968,-0.3880090117454529,0.7028660178184509,-0.2763479948043823,0.7020710110664368,-0.2035679966211319,-0.18180499970912933,0.9348030090332031,-1.972059965133667,0.20266099274158478,0.3423739969730377,-0.8888599872589111,1.300673007965088,-0.9803140163421631,1.1441069841384888,-1.426980972290039,0.6240360140800476,1.3122800588607788,-1.1103709936141968,0.5140900015830994,0.05546199902892113,0.5111110210418701,-1.060142993927002,-1.166530966758728,-0.7396010160446167,1.2275010347366333,0.5370990037918091,-1.2998570203781128,1.2774510383605957,1.2948780059814453,0.7039459943771362,-0.6729570031166077,-0.44751501083374023,-0.4814609885215759,-0.4159240126609802,-0.3532220125198364,0.7742630243301392,-0.15511000156402588,-1.2191280126571655,2.565692901611328,0.5055689811706543,1.2746950387954712,2.3094329833984375,2.168757915496826,-0.7256579995155334,-0.9294080138206482,-0.9732339978218079,2.773392915725708,-2.1056320667266846,1.5972980260849,-1.2199989557266235,-1.0032960176467896,-0.7082480192184448,-1.9445359706878662,0.7299060225486755,-1.1243369579315186,-0.0635169968008995,-0.08170299977064133,1.0793499946594238,-0.29259100556373596,-0.36102500557899475,-0.0659250020980835,-0.399057000875473,2.49977707862854,-0.6686279773712158,0.9282810091972351,-0.4112820029258728,-0.36928799748420715,-0.32377898693084717,0.6508030295372009,1.072363018989563,-0.3980270028114319,1.0263919830322266,-0.4472930133342743,-1.3504639863967896,0.9383820295333862,-0.2661849856376648,0.7120010256767273,0.544875979423523,-1.0420910120010376,0.3650209903717041,-0.6178990006446838,-1.3521499633789062,-0.09108900278806686,0.5427129864692688,0.16532599925994873,0.9801049828529358,0.41111600399017334,0.36792799830436707,0.377018004655838,-1.206697940826416,-0.9072020053863525,1.244946002960205,0.006390000227838755,0.5749499797821045,0.36184701323509216,1.9158070087432861,1.9218980073928833,-1.9119490385055542,-1.9746129512786865,0.8930870294570923,-1.3479479551315308,-1.3795809745788574,-0.9584360122680664,-0.9062349796295166,0.832368016242981,-1.7291769981384277,-0.34946298599243164,-1.0623929500579834,1.437250018119812,0.6035730242729187,1.737758994102478,1.731603980064392,-1.37214994430542,0.8091570138931274,0.9058640003204346,0.9007319808006287,-1.7182979583740234,-0.32879599928855896,-0.3566589951515198,0.02582699991762638,-0.20911100506782532,-1.1032049655914307,0.693809986114502,0.42826101183891296,-0.716729998588562,1.3038229942321777,0.21679000556468964,0.23330900073051453,-1.2225799560546875,2.1787030696868896,-0.9995920062065125,-0.9558010101318359,-2.053222894668579,1.2869679927825928,1.7866289615631104,-0.23152600228786469,-2.3804171085357666,1.1894880533218384,-0.9491249918937683,-1.258929967880249,-1.9245589971542358,-0.7584440112113953,2.114837884902954,-0.7590510249137878,-0.7271140217781067,0.7108590006828308,-1.5079439878463745,0.33921200037002563,-0.4312269985675812,-1.2682340145111084,-0.00922400038689375,-0.8388599753379822,1.7008529901504517,-0.7178919911384583,-0.3939259946346283,-0.5201410055160522,-1.0403189659118652,-0.9862459897994995,0.9637320041656494,0.15255500376224518,0.19882699847221375,1.6625549793243408,-1.3486239910125732,0.9570350050926208,-0.6232609748840332,0.707027018070221,-1.1164989471435547,-0.7256230115890503,-0.4684999883174896,-1.0033910274505615,2.5506110191345215,2.333620071411133,0.5632020235061646,1.060204029083252,2.0874860286712646,-1.125156044960022,-1.5499169826507568,2.0070230960845947,-0.8691669702529907,-1.6902999877929688,0.12483900040388107,-2.2050089836120605,0.8627089858055115,-1.2948249578475952,-0.7544159889221191,0.1488959938287735,-1.0640560388565063,0.007321000099182129,-1.418233036994934,-0.6148650050163269,-1.2734919786453247,-0.2214449942111969,1.091133952140808,-1.2763710021972656,-2.334160089492798,0.7993630170822144,-1.2491819858551025,0.764153003692627,2.734778881072998,0.5771600008010864,1.4449570178985596,1.0450910329818726,0.04862599819898605,0.5229189991950989,0.8410080075263977,1.0194710493087769,0.7759749889373779,-0.5847780108451843,2.1564838886260986,-2.0975050926208496,2.4006810188293457,-1.7679749727249146,-1.2436790466308594,1.8820019960403442,-0.42148399353027344,0.14527300000190735,0.2594040036201477,-0.8196240067481995,-1.0320340394973755,2.193073034286499,-0.7161470055580139,1.3868590593338013,0.6579170227050781,0.4593830108642578,1.4298759698867798,0.5886960029602051,-2.4075849056243896,-0.14301200211048126,-1.3377139568328857,0.2837429940700531,-0.8261730074882507,1.0170209407806396,-0.59934002161026,0.9302340149879456,0.1813959926366806,-0.9445440173149109,-0.732716977596283,-0.2422720044851303,1.2838109731674194,-0.44674399495124817,0.3895620107650757,-2.481015920639038,-1.9958339929580688,-0.18445099890232086,0.7746790051460266,0.5128239989280701,2.471407890319824,0.9616870284080505,0.9634479880332947,0.17515499889850616,1.3040510416030884,-0.2322559952735901,-1.6884870529174805,-0.8778910040855408,-1.0319169759750366,-0.1115339994430542,0.34520798921585083,0.9736729860305786,-0.3032959997653961,0.012906000018119812,1.2183970212936401,0.4095650017261505,-1.0620709657669067,0.31346800923347473,-0.8091970086097717,0.29742100834846497,2.7529430389404297,0.9775099754333496,-0.21952800452709198,-0.6100450158119202,-1.1183209419250488,-1.361098051071167,-1.369884967803955,-0.824114978313446,-1.3702629804611206,0.652396023273468,-0.6942909955978394,1.3713010549545288,1.3349109888076782,-0.8491380214691162,0.9286230206489563,-1.0662469863891602,-0.6438140273094177,-1.5742859840393066,-1.6344300508499146,-0.6883860230445862,-0.43902599811553955,1.7333070039749146,-0.6645749807357788,2.0105059146881104,-0.2191610038280487,0.8311859965324402,0.011307000182569027,1.0677069425582886,1.7991260290145874,-1.0047509670257568,-0.4913550019264221,-0.542264997959137,-0.6858260035514832,0.5872880220413208,0.10259599983692169,2.6312739849090576,-0.08012499660253525,1.0149539709091187,1.0708669424057007,-1.4022190570831299,-0.3713870048522949,-0.9438170194625854,0.9222260117530823,0.9435089826583862,-0.26631999015808105,-0.7829329967498779,1.1532280445098877,-1.2890859842300415,0.37607601284980774,2.0513319969177246,-0.9251899719238281,-0.9583740234375,2.2141849994659424,2.198817014694214,-1.8792569637298584,-1.0587480068206787,0.3311749994754791,-1.0948150157928467,-2.19159197807312,1.3081779479980469,-1.2712290287017822,-0.5275449752807617,-0.12198200076818466,-0.8876659870147705,-1.042193055152893,-0.6112620234489441,-0.5530369877815247,-1.2070749998092651,-1.3713459968566895,0.7716479897499084,-1.27823805809021,0.7411410212516785,-1.8810440301895142,-2.31370210647583,1.4509409666061401,0.6207110285758972,-1.2743560075759888,-1.3659110069274902,-0.6207180023193359,0.43047499656677246,-1.1160659790039062,-1.2587510347366333,-1.2722020149230957,-1.2503149509429932,-1.1312400102615356,-0.14794200658798218,0.4063290059566498,-0.0674080029129982,-0.20551300048828125,-0.6780149936676025,-0.8444200158119202,-1.2087889909744263,0.8395119905471802,2.8717689514160156,-0.6625840067863464,0.27024200558662415,-0.9521239995956421,-0.27463099360466003,-1.31448495388031,0.3042680025100708,-1.2166939973831177,-0.7882900238037109,-0.21088600158691406,-0.3022820055484772,-0.11637400090694427,0.3134540021419525,0.8243610262870789,-1.104483962059021,1.1389390230178833,-1.2450400590896606,0.11250100284814835,-0.285988986492157,-0.9937250018119812,-0.33229100704193115,-1.1023859977722168,-0.43432700634002686,0.07561500370502472,0.19661900401115417,-0.25453799962997437,-0.9413959980010986,0.3654789924621582,-0.967024028301239,-0.20791099965572357,0.6867759823799133,-2.1047120094299316,-0.8747360110282898,-0.9014459848403931,-0.8523370027542114,-1.1108299493789673,0.7606719732284546,0.3146049976348877,-0.3855670094490051,-0.7740139961242676,2.3689959049224854,1.0444519519805908,0.27458998560905457,-0.9431639909744263,-0.6650559902191162,2.307774066925049,-1.3284339904785156,0.7149509787559509,-1.219789981842041,-1.3026390075683594,-1.5013539791107178,0.40138399600982666,0.2205660045146942,2.3313119411468506,-0.3011719882488251,-0.02485400065779686,-1.8429739475250244,2.01922607421875,1.6725579500198364,-1.0075370073318481,-1.1716489791870117,1.7820650339126587,0.38895198702812195,-1.0030570030212402,-1.1821329593658447,1.0259259939193726,0.7213870286941528,0.8176850080490112,-1.0518510341644287,1.4139920473098755,1.48505699634552,-1.6262550354003906,-1.3875479698181152,0.7737110257148743,1.8815380334854126,1.2575290203094482,2.715492010116577,1.9310859441757202,0.5239980220794678,0.8439980149269104,0.5973110198974609,2.097472906112671,-0.5238010287284851,0.23837700486183167,-1.1955729722976685,2.144148111343384,-0.025989999994635582,-0.9156820178031921,-0.9695339798927307,1.5778559446334839,0.2214049994945526,0.6837530136108398,1.7533199787139893,0.324737012386322,0.98956698179245,0.7147650122642517,0.6399359703063965,0.4406140148639679,1.4705990552902222,-0.37569499015808105,1.0004140138626099,1.1247210502624512,-0.6050429940223694,1.1065330505371094,-1.0867700576782227,-1.0633389949798584,0.36910200119018555,0.5761160254478455,-0.3858819901943207,0.26111900806427,-0.6948879957199097,1.6693559885025024,0.3544839918613434,1.1484589576721191,0.280474990606308,-1.2493590116500854,-0.7872470021247864,1.667206048965454,-1.1395130157470703,1.1657559871673584,1.154039978981018,-1.3007179498672485,0.10063599795103073,-0.8893769979476929,1.1213979721069336,1.7733559608459473,-0.19601300358772278,2.088202953338623,0.47051799297332764,-1.1797300577163696,-0.8790109753608704,-0.6264070272445679,-0.8433570265769958,0.046619001775979996,-0.39769500494003296,0.8734909892082214,-0.46356400847435,1.205693006515503,0.1624400019645691,1.9277340173721313,-1.9442800283432007,0.0796080008149147,-0.08782699704170227,-0.8781650066375732,-1.3245429992675781,-2.1461141109466553,-0.637857973575592,-0.4634360074996948,-0.25679001212120056,-1.1591960191726685,1.1776200532913208,-1.8622950315475464,-0.1127220019698143,1.1512140035629272,1.2252119779586792,-0.005096999928355217,0.041425999253988266,1.433487057685852,-1.42124605178833,-1.4368870258331299,-0.9309960007667542,2.8518331050872803,-0.9002919793128967,-0.5087869763374329,-0.43731600046157837,0.0634159967303276,0.7905200123786926,-0.5500680208206177,-1.3601380586624146,1.1248220205307007,-0.9146749973297119,-0.2386859953403473,1.1912829875946045,1.2280009984970093,-2.353271007537842,1.322890043258667,-0.3478440046310425,2.0513229370117188,-1.555191993713379,0.21142899990081787,-0.8274099826812744,-0.6257780194282532,0.6092209815979004,0.6340939998626709,-0.1553869992494583,2.8776450157165527,-1.619799017906189,-0.06504999846220016,2.1779770851135254,1.3638060092926025,1.2456669807434082,0.7151150107383728,1.9994750022888184,0.7006700038909912,1.72114098072052,-1.0968049764633179,0.9082940220832825,1.0560510158538818,-1.0298160314559937,-0.9535589814186096,-1.1560620069503784,0.6948339939117432,1.8206980228424072,0.9361760020256042,1.0894670486450195,-0.34036698937416077,0.4228149950504303,1.2657749652862549,0.6639479994773865,0.730301022529602,0.7052000164985657,-0.018025999888777733,1.2260600328445435,0.9225220084190369,-0.6611419916152954,0.839942991733551,1.249047040939331,0.7741090059280396,-0.30709901452064514,-0.7387040257453918,-1.883147954940796,-1.5902270078659058,2.2322919368743896,2.23716402053833,-0.4791629910469055,0.7134919762611389,-1.6676019430160522,0.7744219899177551,-2.4901440143585205,1.2343859672546387,-1.1891590356826782,-0.44860801100730896,0.9515460133552551,1.306928038597107,-0.9635999798774719,-0.39004600048065186,-0.45422598719596863,0.48561498522758484,-1.7685270309448242,0.99652498960495,0.8176770210266113,-0.15675899386405945,1.4191370010375977,-1.309069037437439,0.927718997001648,-1.266616940498352,-1.381011962890625,0.1790439933538437,-0.36374300718307495,1.2366349697113037,-0.12709000706672668,0.9021989703178406,0.5239449739456177,0.5511639714241028,1.8099980354309082,1.632815957069397,0.5808839797973633,2.279217004776001,-1.1779940128326416,-0.5576050281524658,-0.9319919943809509,0.8261129856109619,0.9896439909934998,1.000072956085205,1.1456029415130615,-1.166383981704712,-0.8457369804382324,0.0770220011472702,2.2107698917388916,-0.48840999603271484,2.2966530323028564,0.054673999547958374,-0.8961099982261658,1.676867961883545,2.390122890472412,-0.6312100291252136,0.008766000159084797,-0.30240699648857117,0.27494001388549805,-0.2754420042037964,-0.8087800145149231,-1.201653003692627,-0.10097499936819077,-1.211840033531189,-1.7076820135116577,0.5186780095100403,-0.8785889744758606,-0.31662899255752563,0.7616369724273682,0.962548017501831,1.2139769792556763,-0.16457100212574005,-1.2728610038757324,-1.1380480527877808,-1.2064080238342285,-0.7180719971656799,-0.7003750205039978,-0.7988430261611938,-0.2229049950838089,-0.6182370185852051,-1.0571889877319336,2.217664957046509,-1.338122010231018,-0.9462159872055054,0.6165990233421326,-0.9575290083885193,-0.8181210160255432,0.5336959958076477,-1.429144024848938,-1.4134180545806885,0.9510849714279175,1.2958879470825195,-0.4239870011806488,-0.017295999452471733,2.0156540870666504,-2.3007030487060547,0.3852590024471283,0.8858960270881653,-0.488411009311676,0.513355016708374,-1.116152048110962,-1.1080379486083984,0.5329210162162781,-0.20216000080108643,0.9604799747467041,2.7404439449310303,-0.5532000064849854,0.2654379904270172,0.18158100545406342,-1.3156909942626953,1.0317519903182983,1.1411809921264648,-0.68995600938797,0.3608739972114563,-1.4904489517211914,-0.9195070266723633,-1.1469039916992188,-1.3103870153427124,-0.3297330141067505,0.2040569931268692,1.8069339990615845,-1.2440040111541748,-1.084123969078064,-0.02660599909722805,0.44894999265670776,-0.514752984046936,-0.9235039949417114,-0.28085198998451233,1.3210489749908447,-0.9554669857025146,1.214493989944458,1.0283900499343872,-1.1959999799728394,-0.19752199947834015,-1.1388570070266724,-0.1180730015039444,-0.6903420090675354,1.1873990297317505,1.061566948890686,0.7851079702377319,-0.27839499711990356,0.8058720231056213,0.5573539733886719,-0.987625002861023,-0.15636800229549408,-0.21031899750232697,-0.21545499563217163,0.5951420068740845,-0.7753999829292297,-2.076133966445923,-1.3435560464859009,-0.738502025604248,-1.2989239692687988,1.9735759496688843,2.31996488571167,2.015064001083374,-0.34113699197769165,-0.19244399666786194,2.533885955810547,0.20578999817371368,1.6256250143051147,1.1569139957427979,-1.3486080169677734,-2.4960761070251465,1.1327400207519531,-1.4501760005950928,0.8946189880371094,0.7592740058898926,-1.8175419569015503,-1.1551949977874756,1.600098967552185,-0.891834020614624,-0.5170750021934509,-1.4859989881515503,-0.13776299357414246,-0.712440013885498,0.9677280187606812,0.8052539825439453,0.7657210230827332,-0.16748400032520294,-1.6571660041809082,0.98191899061203,2.2985100746154785,-1.94691801071167,-0.4384090006351471,0.5943830013275146,-1.6885379552841187,-0.7951380014419556,-0.7922170162200928,1.1054309606552124,0.6085209846496582,-0.7822129726409912,-1.0940840244293213,0.5947210192680359,2.301409959793091,-1.1695590019226074,1.4890480041503906,-1.1763819456100464,-1.4003440141677856,0.4040209949016571,0.3350279927253723,0.7979360222816467,-2.4493141174316406,2.6647989749908447,-2.4243009090423584,-1.8210140466690063,-1.7550009489059448,0.42243099212646484,0.9039689898490906,-0.8615549802780151,-1.1604039669036865,0.6016259789466858,-0.1916079968214035,-1.4466170072555542,0.7640010118484497,-1.0934189558029175,2.271172046661377,-0.7286339998245239,-0.6996819972991943,-0.7727720141410828,-1.2661160230636597,-0.7710520029067993,1.0993249416351318,-1.0390150547027588,0.04139700159430504,-1.5662230253219604,0.31787699460983276,0.46323901414871216,-1.0250940322875977,0.7198470234870911,1.6585710048675537,0.9813879728317261,1.3274489641189575,1.3514310121536255,-1.574313998222351,0.6517519950866699,0.5880380272865295,1.2114009857177734,0.6825460195541382,0.9880149960517883,1.046617031097412,-1.0248080492019653,1.1360520124435425,0.9931520223617554,-0.7545379996299744,-0.6816229820251465,-0.7449340224266052,1.0957889556884766,1.1025079488754272,-0.7406870126724243,2.727813959121704,-0.11051400005817413,-1.614043951034546,-1.6241300106048584,1.8802800178527832,1.815153956413269,1.4795809984207153,-0.49771198630332947,-1.0418150424957275,-0.2071239948272705,-1.192600965499878,0.2710550129413605,1.137449026107788,0.36898601055145264,-2.183799982070923,0.7336210012435913,-0.4208900034427643,-0.996770977973938,-1.0545849800109863,1.378262996673584,-0.7103790044784546,1.2974649667739868,1.8035579919815063,-0.633446991443634,0.3978880047798157,-0.5812730193138123,-1.0185569524765015,2.306267023086548,-0.0335640013217926,-0.3618429899215698,1.7770179510116577,-0.6301699876785278,0.5390480160713196,0.5805820226669312,0.4775730073451996,1.4078749418258667,1.362470030784607,-0.7222530245780945,0.8615120053291321,1.8140350580215454,-1.101462960243225,0.26619699597358704,-0.2537379860877991,-0.721966028213501,2.5871469974517822,0.9777169823646545,1.2850569486618042,0.7114650011062622,-0.9667220115661621,0.8274139761924744,2.798552989959717,-0.8529620170593262,0.30393099784851074,1.8182719945907593,-0.7535060048103333,-1.3269779682159424,1.2026640176773071,-0.7760390043258667,0.9131659865379333,-1.2581020593643188,-0.40727999806404114,0.1203719973564148,-0.7413790225982666,-1.2335419654846191,1.3695390224456787,-0.9629480242729187,-0.778963029384613,1.257917046546936,-0.014968999661505222,-0.5835769772529602,0.162432000041008,-0.3820149898529053,-0.3868100047111511,0.5441629886627197,0.2862339913845062,-0.9914900064468384,-0.3907549977302551,-0.42459699511528015,-0.36258000135421753,-1.3672490119934082,0.7861570119857788,0.7779949903488159,0.7966390252113342,2.569601058959961,2.569185972213745,-1.1664470434188843,-0.1279039978981018,0.967930018901825,0.3060950040817261,0.9667720198631287,2.3456919193267822,-1.0440449714660645,1.6456509828567505,1.6506500244140625,1.1180440187454224,1.2910100221633911,-1.0558019876480103,-1.1474369764328003,-1.2201919555664062,1.2580039501190186,1.329501986503601,0.4663090109825134,0.16398200392723083,-1.2540220022201538,1.3265759944915771,-1.0278329849243164,-0.04208499938249588,0.08951900154352188,-0.25224900245666504,-1.5652309656143188,-0.0827689990401268,1.9623639583587646,1.9783519506454468,-0.33047598600387573,-0.9931889772415161,-1.004565954208374,-0.9985979795455933,1.242825984954834,0.5802540183067322,0.025759000331163406,1.6350289583206177,0.16882599890232086,0.3440859913825989,0.5669400095939636,1.2383990287780762,0.8692650198936462,0.5152410268783569,-0.26218798756599426,-1.3208999633789062,-0.04248899966478348,2.2316811084747314,1.451812982559204,0.16663099825382233,-0.21431399881839752,-0.7496169805526733,2.2073090076446533,-1.0600329637527466,-1.0396649837493896,-1.4786289930343628,1.1967220306396484,0.22053499519824982,0.24687500298023224,2.6593739986419678,0.8416060209274292,1.002331018447876,-0.5205609798431396,0.5855590105056763,0.38759198784828186,1.013463020324707,1.3437379598617554,-0.350585013628006,0.6993229985237122,-0.186599999666214,0.1387850046157837,0.5359410047531128,1.9783920049667358,-1.1947970390319824,-2.199345111846924,-0.4281359910964966,-1.5475540161132812,-0.04162599891424179,0.7038300037384033,-1.9257349967956543,0.782135009765625,-0.8047000169754028,1.2724419832229614,-2.364161968231201,-1.265455961227417,0.8227580189704895,-0.2619189918041229,0.056432001292705536,-0.5277770161628723,-0.6477230191230774,0.45924800634384155,1.1974070072174072,-1.5995579957962036,-0.3114260137081146,1.4151819944381714,-1.4939310550689697,-0.11652400344610214,-1.270117998123169,0.6362940073013306,-0.7534220218658447,-0.3712559938430786,0.011559000238776207,0.026819000020623207,1.0800280570983887,-0.10616400092840195,1.4177340269088745,1.191467046737671,-0.03849799931049347,-0.06129499897360802,-0.5354080200195312,0.14210499823093414,0.4611150026321411,1.437103033065796,1.1533119678497314,0.7426530122756958,-2.1749699115753174,-2.003135919570923,1.362902045249939,0.8665339946746826,-0.9288560152053833,-1.2341639995574951,-1.7594759464263916,2.3414809703826904,2.602855920791626,-1.4886629581451416,2.044970989227295,1.7541589736938477,-1.3575730323791504,0.7760469913482666,-1.9567580223083496,0.878898024559021,-1.1432360410690308,-1.1890219449996948,0.02870899997651577,-2.4644970893859863,-0.11604999750852585,0.23826000094413757,1.2484190464019775,0.9461470246315002,-1.1239629983901978,-0.4852370023727417,0.421317994594574,-1.0764410495758057,0.5408110022544861,-1.4460760354995728,0.33566999435424805,-0.08309700340032578,0.24029499292373657,-1.2863069772720337,1.3095389604568481,-1.3249419927597046,0.975458025932312,1.2445850372314453,-0.7050480246543884,1.5407639741897583,-1.0714479684829712,1.742427945137024,-1.622549057006836,0.20157599449157715,0.9288960099220276,-0.3847559988498688,-0.6461099982261658,1.6527329683303833,-0.2266480028629303,1.295259952545166,-1.7128429412841797,-0.8630639910697937,1.2951719760894775,-0.7681490182876587,0.7876830101013184,-0.46408501267433167,1.002763032913208,-1.1140899658203125,1.1735060214996338,1.079653024673462,0.5119150280952454,0.42801499366760254,0.08077199757099152,0.13021600246429443,0.8319929838180542,0.44708698987960815,-0.2292490005493164,-0.8198360204696655,1.0850859880447388,2.52829909324646,1.085893988609314,-0.5910630226135254,1.0637949705123901,1.0544110536575317,-0.7698590159416199,0.36472299695014954,1.0580320358276367,0.4772309958934784,-0.2558650076389313,0.744458019733429,-1.3879319429397583,1.6565090417861938,-0.18884199857711792,-0.30882900953292847,0.9366310238838196,-1.755303978919983,1.8844759464263916,-1.776893973350525,1.8729989528656006,0.8467519879341125,-0.24055400490760803,-1.252432942390442,-1.2616080045700073,1.316540002822876,0.7378860116004944,0.5474069714546204,1.3078720569610596,-0.1010269969701767,-1.9415889978408813,1.7651000022888184,1.84682297706604,-1.0577720403671265,-0.7784870266914368,-0.5018680095672607,1.8175530433654785,2.662796974182129,-1.2638070583343506,-0.344882994890213,-0.32826900482177734,0.6575949788093567,-1.043218970298767,-1.4699549674987793,-0.5271160006523132,0.6817910075187683,2.5791590213775635,2.8725240230560303,1.026615023612976,2.820702075958252,-1.926237940788269,1.2358239889144897,0.7950019836425781,1.1521220207214355,0.570110023021698,-1.2150009870529175,0.3296859860420227,-1.316283941268921,-0.06996999680995941,1.0930370092391968,-0.31143298745155334,-0.7402840256690979,-0.2515920102596283,1.498718023300171,1.1632150411605835,0.37370601296424866,-1.897413969039917,1.0105639696121216,-0.40491199493408203,-1.1741650104522705,-0.9145110249519348,-0.26220598816871643,-1.178760051727295,-1.2742559909820557,2.2186310291290283,1.9436670541763306,1.0051029920578003,-2.3659090995788574,1.2759120464324951,0.13837499916553497,-0.11374799907207489,-2.4191529750823975,-1.5484310388565063,0.4381130039691925,0.225491002202034,1.011813998222351,-0.9850729703903198,-0.9841780066490173,-0.468394011259079,-0.2186809927225113,-0.2090200036764145,0.14813099801540375,1.0652920007705688,0.4188019931316376,-1.7747989892959595,-0.703781008720398,-0.7640860080718994,0.6378859877586365,0.8523529767990112,0.9193379878997803,1.2907040119171143,0.172993004322052,0.4371100068092346,0.9631180167198181,1.1127300262451172,0.9031890034675598,-1.8882520198822021,1.6475160121917725,-0.38819900155067444,1.6488980054855347,0.4968990087509155,1.5589749813079834,-0.4802510142326355,-1.2312029600143433,-1.240954041481018,-1.2150030136108398,-0.1926400065422058,-1.3271640539169312,0.10714899748563766,0.23503099381923676,1.3087669610977173,-0.3557620048522949,-1.5404130220413208,0.8528839945793152,-0.6238809823989868,-1.2604529857635498,2.451491117477417,-1.7701330184936523,0.8443030118942261,-0.3224489986896515,2.3820109367370605,-1.3451169729232788,2.2003331184387207,1.1440739631652832,-1.5182249546051025,1.0160980224609375,0.5867959856987,1.2885949611663818,-0.3283660113811493,0.8580750226974487,0.025714000687003136,1.2476979494094849,-1.360314965248108,0.7215059995651245,-0.7454450130462646,-1.3098030090332031,-1.3627849817276,-0.844173014163971,-0.23092199862003326,1.1184240579605103,1.0802940130233765,0.4740230143070221,-0.7398290038108826,-1.1435279846191406,0.18129700422286987,0.1346839964389801,-1.4002779722213745,-1.278710961341858,1.0283470153808594,-0.7161639928817749,-0.3358980119228363,2.3058090209960938,0.9776300191879272,0.11865100264549255,-1.0444159507751465,0.8001400232315063,0.9608759880065918,0.783536970615387,0.007728999946266413,-0.575069010257721,0.3442479968070984,0.9661070108413696,2.7065300941467285,0.8715019822120667,1.070024013519287,0.8852980136871338,-0.3963930010795593,-0.8239359855651855,-0.44269201159477234,-1.0109390020370483,-0.2125770002603531,-1.6754460334777832,-1.2474980354309082,-1.234387993812561,-0.9355239868164062,1.076954960823059,-1.7036399841308594,0.911424994468689,0.31665000319480896,-1.6789699792861938,1.2761119604110718,-0.08232499659061432,-0.20254500210285187,-0.8650749921798706,0.9381099939346313,1.0014079809188843,1.310168981552124,-1.340561032295227,0.870963990688324,-1.050281047821045,-1.2597850561141968,-0.9372649788856506,-1.062932014465332,1.7398810386657715,-2.555682897567749,0.3112089931964874,-0.4761109948158264,-0.18403899669647217,0.2572709918022156,1.1836429834365845,-1.3708970546722412,0.721327006816864,2.776901960372925,0.4179050028324127,-1.6974109411239624,-1.1407840251922607,2.756493091583252,-0.22119300067424774,-0.08021000027656555,2.24406099319458,-0.20360800623893738,1.876204013824463,-1.0383379459381104,0.03323899954557419,-0.06880000233650208,0.5681300163269043,0.314534991979599,0.027854999527335167,-0.004310999996960163,1.886343002319336,2.1680150032043457,-0.6509789824485779,-1.255079984664917,1.572769045829773,-0.3420970141887665,-1.1327589750289917,-1.0256099700927734,0.589231014251709,-1.5793629884719849,0.6430580019950867,-0.34253400564193726,-0.5311710238456726,1.9005680084228516,-2.5094149112701416,-1.5211600065231323,-0.40344199538230896,1.8037049770355225,0.3404279947280884,-1.4163299798965454,0.6233670115470886,-0.7647020220756531,-0.6249729990959167,-0.7257689833641052,0.7739080190658569,0.5066050291061401,-0.03398900106549263,-0.849029004573822,0.9535840153694153,-0.5815849900245667,-0.47894901037216187,0.3613109886646271,2.346587896347046,0.28977999091148376,2.6041619777679443,2.6929171085357666,0.15568000078201294,0.759037971496582,0.006359000224620104,-1.4509799480438232,-0.5670199990272522,-0.5215910077095032,1.2175040245056152,0.16867299377918243,-0.6023179888725281,-0.4326690137386322,-0.3280940055847168,1.002524971961975,-1.0146249532699585,-1.1954090595245361,0.6632869839668274,-0.9401050209999084,-0.7443040013313293,1.8419040441513062,1.0015790462493896,-1.4461979866027832,1.6331119537353516,-0.6102759838104248,0.8735759854316711,-0.6712599992752075,0.8468480110168457,-1.4916269779205322,0.5953249931335449,-1.8860219717025757,1.6379270553588867,-1.2267040014266968,2.4404289722442627,0.10343500226736069,-0.9972580075263977,2.1300039291381836,-2.4199910163879395,-1.1061129570007324,-0.1794230043888092,-0.9715020060539246,-1.2190090417861938,-1.56106698513031,0.9131929874420166,2.146826982498169,2.4572579860687256,-1.02565598487854,0.5275620222091675,0.14374400675296783,0.7249389886856079,1.1956110000610352,2.206592082977295,0.03909999877214432,-0.2772369980812073,1.033987045288086,-1.1868059635162354,0.5554140210151672,-2.2821500301361084,1.2783509492874146,1.2732499837875366,2.0005300045013428,-0.7209010124206543,-0.4321660101413727,-0.7137560248374939,-0.4829480051994324,1.3714410066604614,0.2628929913043976,1.1872060298919678,-0.5463820099830627,1.0497610569000244,0.19244100153446198,0.6790300011634827,0.07481300085783005,-1.3405250310897827,-0.7865830063819885,-0.5783830285072327,0.8674820065498352,0.9423660039901733,0.5731260180473328,-1.4853969812393188,-0.6486859917640686,-0.8891329765319824,-0.06719899922609329,-0.32741400599479675,-1.2368019819259644,-1.1624350547790527,2.454577922821045,2.5311429500579834,-0.4951170086860657,2.624562978744507,-0.8485490083694458,-1.274137020111084,0.5882070064544678,0.0007939999923110008,0.8059849739074707,-1.656906008720398,-0.47297099232673645,1.7644460201263428,-1.3626329898834229,-1.3446589708328247,-1.404615044593811,-0.7371529936790466,-0.17704500257968903,-2.2816309928894043,0.4137459993362427,-0.5537570118904114,0.7807949781417847,-0.7795400023460388,1.1910539865493774,-0.7269840240478516,-2.3891279697418213,0.5972139835357666,-0.7700700163841248,1.0221339464187622,0.28673499822616577,-0.511991024017334,0.7282400131225586,-0.21155500411987305,1.2223509550094604,1.2123390436172485,-1.1353809833526611,1.8024719953536987,1.735813021659851,-0.3153429925441742,0.7217940092086792,0.13222800195217133,0.38926100730895996,1.2238999605178833,0.8637019991874695,1.9249459505081177,2.2678990364074707,-0.1398490071296692,-0.42248499393463135,-1.3256709575653076,-1.361124038696289,2.0295159816741943,-2.471687078475952,-1.1506370306015015,-1.020616054534912,-1.0298869609832764,2.6194889545440674,-0.513588011264801,-1.507369041442871,2.2916719913482666,-1.1779229640960693,-0.90522700548172,2.100684881210327,-1.0261820554733276,-1.2871580123901367,0.22169199585914612,-0.19469499588012695,-0.7146660089492798,-0.6908270120620728,-1.239266037940979,0.3516649901866913,-0.7382090091705322,-0.6830530166625977,-1.2963520288467407,0.9053149819374084,0.9444659948348999,-1.1392749547958374,0.23792999982833862,0.17479799687862396,1.978888988494873,0.24184800684452057,-1.1771470308303833,-0.5724369883537292,1.1915040016174316,-0.21083800494670868,-0.7230679988861084,-0.8029299974441528,0.9740380048751831,-0.9992809891700745,0.487746000289917,-0.44041499495506287,2.5155251026153564,0.005090999882668257,0.4809879958629608,-0.9530249834060669,-0.8099719882011414,-0.011421999894082546,-1.4833760261535645,1.1435530185699463,1.9754010438919067,2.207329034805298,2.252192974090576,-0.4683310091495514,-0.7458720207214355,0.27994298934936523,-2.2320499420166016,-0.2763980031013489,1.7972370386123657,1.2917629480361938,1.2350939512252808,2.9321210384368896,-0.7319790124893188,0.696457028388977,-0.2766979932785034,-0.9076690077781677,1.0946580171585083,-0.5936319828033447,-0.7823179960250854,-1.3128759860992432,-1.276550054550171,-0.05612900108098984,1.5388150215148926,-0.033574000000953674,-0.055633001029491425,2.864964008331299,-0.42955800890922546,2.0819718837738037,-0.18067200481891632,-2.1417689323425293,1.1102579832077026,-0.8578799962997437,-1.1947859525680542,0.8825510144233704,-0.01142599992454052,-0.03453399986028671,0.7714750170707703,-0.13887900114059448,0.02634499967098236,-0.013656999915838242,1.1770859956741333,-0.5458760261535645,-1.0686650276184082,-1.035722017288208,-0.03220900148153305,-0.4322670102119446,-0.48009398579597473,0.42943400144577026,-0.4558430016040802,0.45888999104499817,2.9002139568328857,0.3516780138015747,0.7381020188331604,-0.6678429841995239,-1.3887330293655396,1.076138973236084,0.842644989490509,-1.324908971786499,-1.0376850366592407,-1.048619031906128,-0.47075700759887695,1.6917500495910645,1.202625036239624,-0.5651810169219971,-1.0743249654769897,-2.2590930461883545,0.8448259830474854,0.510837972164154,1.9031109809875488,-1.280635952949524,-1.2689839601516724,-0.8421519994735718,-0.7350280284881592,0.9266549944877625,-0.6579470038414001,-1.0071899890899658,-1.9663150310516357,0.3699150085449219,0.932187020778656,-2.554810047149658,1.1140480041503906,0.8519039750099182,1.9609110355377197,-0.3051689863204956,0.48684900999069214,0.07507500052452087,0.6479099988937378,-0.15606200695037842,-1.3058140277862549,0.8562920093536377,1.1734520196914673,1.345123052597046,0.7448269724845886,0.24629700183868408,-0.42432498931884766,-0.7854700088500977,0.9020709991455078,-0.8280370235443115,1.4719239473342896,0.1698160022497177,2.5915560722351074,-1.8301600217819214,0.8602290153503418,-0.9921960234642029,0.1372860074043274,0.2832520008087158,-1.1728639602661133,-0.9273449778556824,1.0131319761276245,1.1491539478302002,0.7687069773674011,-1.107772946357727,0.9268329739570618,0.4937469959259033,-0.5929380059242249,-2.319456100463867,2.306173086166382,1.2208820581436157,-1.6656789779663086,0.32234200835227966,-0.7224379777908325,0.07040400058031082,-2.437285900115967,2.2119369506835938,0.5196160078048706,-0.8454149961471558,-2.090049982070923,-0.4502770006656647,1.4558720588684082,2.491194009780884,0.3697049915790558,0.16183599829673767,0.28766098618507385,1.8033130168914795,-0.7825829982757568,-1.1208020448684692,-0.8867030143737793,1.1112309694290161,1.726544976234436,0.05552000179886818,1.1503839492797852,0.8031790256500244,-0.17695499956607819,0.9668880105018616,0.49007099866867065,-1.221392035484314,-1.3133330345153809,-0.9520249962806702,1.583196997642517,2.2880918979644775,1.3147000074386597,-0.29483601450920105,-1.1739360094070435,2.458777904510498,1.8298189640045166,2.2696220874786377,-0.37052199244499207,-1.1571459770202637,2.202744960784912,-1.349707007408142,1.2685890197753906,-0.6408759951591492,1.7600140571594238,0.6487500071525574,-1.2507749795913696,-0.1089320033788681,-0.9122070074081421,0.6216130256652832,-1.1366829872131348,0.6952049732208252,-1.310752034187317,1.723281979560852,-1.3456859588623047,0.1319279968738556,-1.2622439861297607,-0.6442819833755493,1.1269350051879883,0.9287179708480835,-0.9416519999504089,1.0115820169448853,2.102509021759033,0.23247399926185608,-1.2378380298614502,0.8609070181846619,-0.8373929858207703,1.3845980167388916,0.8546270132064819,0.6326310038566589,1.4801369905471802,-0.10589899867773056,-1.6187549829483032,2.6005969047546387,0.8454210162162781,-0.3597109913825989,-1.2572569847106934,-1.3183000087738037,2.248450994491577,0.6100019812583923,2.3245849609375,-0.49636998772621155,-1.120265007019043,0.18142899870872498,0.8018649816513062,2.6900789737701416,0.25092899799346924,-0.4054349958896637,-0.4945180118083954,2.820863962173462,2.812980890274048,1.065250039100647,-0.42635101079940796,0.8983010053634644,-0.7593860030174255,0.9050099849700928,-0.6936540007591248,0.8572989702224731,-0.5118209719657898,-0.12427599728107452,-1.7645100355148315,2.360590934753418,-0.45165199041366577,-0.003785999957472086,-0.7986299991607666,-1.218322992324829,2.1660730838775635,2.1883089542388916,-1.4264719486236572,0.1417890042066574,-1.7718290090560913,-1.7757560014724731,-0.6699230074882507,1.3807059526443481,1.2488410472869873,-2.284075975418091,0.19362999498844147,-1.6169140338897705,0.3594219982624054,-0.8567379713058472,-2.0414810180664062,-0.7825509905815125,2.5161209106445312,0.0977960005402565,-0.6202939748764038,-1.2244189977645874,0.2739869952201843,-1.244143009185791,0.7593430280685425,-1.0770570039749146,1.3524869680404663,1.3225129842758179,-0.5422580242156982,0.653656005859375,-1.2016539573669434,-0.3217729926109314,-1.3200349807739258,1.2380770444869995,1.8917540311813354,0.9948559999465942,-0.7154710292816162,-0.5894389748573303,0.5572419762611389,-0.35524699091911316,0.3514780104160309,-1.0246659517288208,1.805791974067688,1.5916030406951904,-2.3836400508880615,-2.398711919784546,1.2607510089874268,-0.5027899742126465,-0.9897400140762329,0.9143059849739075,-0.03569899871945381,1.2437829971313477,-0.2812039852142334,-0.14559699594974518,0.2477789968252182,-0.9496189951896667,-0.9357450008392334,-0.07442200183868408,-0.828249990940094,-1.7970279455184937,0.4505560100078583,1.2774970531463623,1.056594967842102,-0.2688699960708618,-0.054016999900341034,-1.0155479907989502,-1.0306830406188965,-1.3097139596939087,-1.2344210147857666,0.7372419834136963,1.9095289707183838,0.4966509938240051,1.6132999658584595,1.3983919620513916,2.6544570922851562,-0.9837610125541687,-1.2402820587158203,1.667631983757019,2.064587116241455,-0.027967000380158424,0.1921049952507019,1.877892017364502,0.3430140018463135,2.450927972793579,-0.11821399629116058,-1.9306679964065552,-1.9347419738769531,-0.49942100048065186,1.9461560249328613,0.8794140219688416,-0.6422680020332336,-0.8377299904823303,-1.2414510250091553,-0.09530600160360336,-0.745864987373352,-0.22927699983119965,0.9367169737815857,0.9014300107955933,0.12261199951171875,-1.2877119779586792,-1.3068389892578125,-1.1073310375213623,-0.8314129710197449,-0.6164950132369995,-0.32089900970458984,-0.9102939963340759,0.5704079866409302,1.6025580167770386,-1.5297579765319824,0.5077379941940308,-1.3946950435638428,1.8504650592803955,0.129598006606102,0.13749699294567108,-1.650081992149353,-0.4172529876232147,0.3052479922771454,1.1634440422058105,1.0287469625473022,2.747180938720703,0.9818710088729858,2.809501886367798,-1.023645043373108,-0.5753160119056702,1.0905410051345825,0.409280002117157,-0.6597800254821777,-1.2287570238113403,1.105718970298767,1.0912920236587524,0.5122290253639221,-0.8628129959106445,-0.3199940025806427,0.3768770098686218,-1.4481199979782104,-0.4482089877128601,-1.15726900100708,-0.8666030168533325,-0.6614149808883667,0.45925500988960266,-1.0902390480041504,-1.0436320304870605,1.0180050134658813,-1.5785720348358154,-0.7414590120315552,-0.6874939799308777,-2.3384740352630615,0.35465800762176514,-0.5099949836730957,-1.1685620546340942,-1.5375659465789795,1.2354769706726074,-1.1911120414733887,-0.02291800081729889,-1.1288789510726929,1.3866349458694458,0.3985860049724579,-0.6636220216751099,2.854224920272827,-0.7309460043907166,-0.7821239829063416,-1.058387041091919,0.16518400609493256,-0.4047439992427826,-0.12426800280809402,0.9741060137748718,0.4433259963989258,-0.4232659935951233,-1.9199579954147339,2.3421781063079834,-0.7165560126304626,-0.936614990234375,-1.2939159870147705,-0.7044479846954346,-0.12483099848031998,2.6783909797668457,1.933122992515564,0.9997860193252563,1.0748900175094604,1.905627965927124,-1.3215179443359375,0.6194490194320679,1.0965379476547241,-0.7975720167160034,-0.15179499983787537,-0.871891975402832,0.89342200756073,-1.090831995010376,0.9044520258903503,-0.7123039960861206,-1.1816539764404297,0.3451400101184845,-1.4060269594192505,1.1574889421463013,-0.5807740092277527,-0.23286400735378265,0.10770600289106369,-0.4641300141811371,1.9910320043563843,1.9115070104599,-1.029468059539795,-1.1787259578704834,1.715772032737732,-0.939320981502533,0.6689289808273315,1.0517189502716064,0.595553994178772,-0.9773070216178894,0.3585579991340637,-1.665207028388977,1.6737669706344604,0.6742110252380371,-2.5493619441986084,-0.6495320200920105,0.20061999559402466,0.9219620227813721,0.737962007522583,0.4219439923763275,-1.376742959022522,-1.3620920181274414,-1.2381319999694824,-0.23550400137901306,-0.7577670216560364,-0.9565939903259277,1.1592140197753906,-1.1044379472732544,-1.4749350547790527,1.146757960319519,-0.031116999685764313,-0.3353320062160492,0.17853499948978424,0.30266499519348145,2.8475799560546875,-0.14501599967479706,1.2146979570388794,-0.24328599870204926,0.9329460263252258,0.5150460004806519,-0.5646380186080933,-0.2641749978065491,-0.19800299406051636,-0.10373099893331528,-0.8280619978904724,1.5010210275650024,1.7526910305023193,0.9257689714431763,1.007912039756775,1.5443580150604248,0.674530029296875,-0.03649900108575821,0.8365650177001953,0.38441601395606995,2.7987799644470215,2.7701640129089355,-1.668571949005127,0.83365797996521,1.665511965751648,0.8312950134277344,1.0510649681091309,-0.5674880146980286,1.4446779489517212,-0.16632799804210663,2.436553955078125,-0.76944899559021,0.9021459817886353,0.2859970033168793,-0.653823971748352,-1.092007040977478,-0.5080069899559021,0.11240000277757645,1.106961965560913,2.072998046875,-1.8393019437789917,0.5744869709014893,1.103113055229187,-1.5299949645996094,2.451327085494995,0.3393149971961975,1.542294979095459,0.7926819920539856,0.8448669910430908,-1.1179850101470947,1.8412539958953857,0.22338899970054626,0.3933370113372803,-0.8328760266304016,-0.4148370027542114,0.26267001032829285,-0.522284984588623,0.1636040061712265,2.5111899375915527,1.8179329633712769,-0.31363698840141296,0.9775540232658386,1.773921012878418,1.8299870491027832,-0.010009000077843666,-1.7064130306243896,-1.1346089839935303,1.2933969497680664,-0.12115900218486786,-0.23252099752426147,0.868008017539978,0.5594180226325989,0.07143999636173248,1.1019840240478516,1.5786479711532593,2.309274911880493,1.230968952178955,-1.907371997833252,-1.3942409753799438,-0.15748199820518494,0.028828000649809837,-1.3491179943084717,-2.089829921722412,-2.439079999923706,-1.3132699728012085,0.7747820019721985,0.5825589895248413,-1.2469110488891602,-1.504425048828125,1.8429080247879028,-1.0239499807357788,-1.118947982788086,-0.4395729899406433,-1.1114959716796875,-1.0993989706039429,0.19110600650310516,-0.5326780080795288,1.0170559883117676,1.6849260330200195,-1.0074009895324707,0.7442399859428406,-1.443969964981079,1.1789610385894775,0.6378269791603088,0.5612080097198486,-0.8334940075874329,0.34129598736763,1.0437419414520264,1.9134800434112549,-1.2936979532241821,0.8881909847259521,2.7997279167175293,-1.3281480073928833,-0.6868900060653687,2.3255739212036133,0.858797013759613,-0.7522410154342651,-0.172325998544693,0.0297200009226799,-0.5457379817962646,-0.7758619785308838,0.8169580101966858,2.262765884399414,-0.19085900485515594,-0.14401200413703918,-0.17259599268436432,0.8321920037269592,-0.9379270076751709,2.6153039932250977,0.8663640022277832,0.215256005525589,2.597223997116089,1.9274810552597046,-0.22344499826431274,0.47898200154304504,0.009353999979794025,1.2390639781951904,-0.49116799235343933,0.1391099989414215,2.5251541137695312,0.6974380016326904,-1.1801379919052124,-1.1833430528640747,0.9413459897041321,1.1945220232009888,-0.4101870059967041,-0.11054100096225739,-0.12779800593852997,-0.23817500472068787,-2.07647705078125,0.4198789894580841,-1.0832749605178833,0.4269010126590729,-1.2427419424057007,0.23590399324893951,0.11382800340652466,-1.3771690130233765,2.4029700756073,-0.3772990107536316,0.6822630167007446,-1.424468994140625,-1.8897110223770142,-2.013062000274658,1.853888988494873,-0.4878160059452057,1.2987990379333496,-0.3320539891719818,1.4737869501113892,0.06671900302171707,-0.23998099565505981,-1.777312994003296,-0.9278159737586975,1.095559000968933,-1.465090036392212,-0.16679100692272186,0.5087419748306274,-1.641914963722229,-0.8855590224266052,0.46533599495887756,0.08556400239467621,1.7132459878921509,-0.10984300076961517,0.9443560242652893,0.5963670015335083,0.6028370261192322,0.20417499542236328,0.27040499448776245,2.092315912246704,-1.2243709564208984,0.4430049955844879,0.07608699798583984,-0.4401879906654358,-0.3935379981994629,0.47900301218032837,-0.4217680096626282,2.091193914413452,2.5600740909576416,0.9730319976806641,2.8311541080474854,-0.384458988904953,0.9885690212249756,-0.6087830066680908,-0.9546409845352173,-0.9779149889945984,0.6278409957885742,0.29710400104522705,-0.7334640026092529,-0.8947979807853699,0.373445987701416,0.6616759896278381,2.952670097351074,-0.16246800124645233,-1.1984139680862427,-0.009402000345289707,0.07969100028276443,2.0623250007629395,2.370194911956787,2.484697103500366,-1.1662449836730957,0.8340910077095032,-1.2781829833984375,0.35740798711776733,-0.7383700013160706,-1.1847859621047974,0.2960659861564636,-0.9283909797668457,1.3915090560913086,-0.21320199966430664,1.1226149797439575,2.760451078414917,-1.0993880033493042,-0.16731299459934235,-1.0046080350875854,-0.5666760206222534,0.5527799725532532,0.28738999366760254,-1.175529956817627,-0.7290260195732117,-1.3646999597549438,-0.8157140016555786,0.3246540129184723,-0.4209290146827698,0.8919119834899902,-0.8101059794425964,-0.8159549832344055,-0.2620460093021393,1.0091450214385986,0.9920780062675476,-0.9200339913368225,0.03180300071835518,-1.1321710348129272,0.640362024307251,0.4385380148887634,0.5517730116844177,-0.1690559983253479,0.08782300353050232,1.2433949708938599,-0.5942950248718262,-0.3359209895133972,-0.7609599828720093,1.1805729866027832,-1.1450140476226807,0.7841240167617798,-0.5305539965629578,-0.9371010065078735,1.0514529943466187,-1.0293500423431396,0.3806380033493042,2.2826740741729736,2.401844024658203,1.833927035331726,-0.760138988494873,-0.5535119771957397,0.4373660087585449,0.932673990726471,0.9608200192451477,-0.7665190100669861,-1.0421080589294434,0.7665020227432251,-1.7051349878311157,1.0836149454116821,0.5017009973526001,-1.1430000066757202,-0.2614000141620636,0.056439001113176346,-1.154513955116272,1.782749056816101,-0.8716999888420105,-2.4963550567626953,-1.3689500093460083,-1.0234299898147583,-0.04607899859547615,-0.6228259801864624,1.2212899923324585,0.9078570008277893,1.86285400390625,0.8511520028114319,-1.6161450147628784,-1.347864031791687,1.755010962486267,-0.5505369901657104,-0.6786059737205505,-0.5972009897232056,-0.7952690124511719,-1.2879339456558228,0.8430479764938354,2.7457640171051025,0.16454200446605682,-1.061797022819519,2.9441449642181396,0.3676230013370514,1.4022799730300903,-1.0223599672317505,-0.7383580207824707,1.3111120462417603,0.6776400208473206,1.5261399745941162,1.0468900203704834,-0.6497340202331543,-2.2909469604492188,-1.1043750047683716,0.004246000200510025,-0.935617983341217,1.59853196144104,1.4294960498809814,0.4640809893608093,-0.9438740015029907,0.25493699312210083,-0.1517000049352646,0.7209540009498596,-0.8638619780540466,0.9542509913444519,-1.450350046157837,-0.19709500670433044,-1.350479006767273,0.3605799973011017,1.249640941619873,-0.842395007610321,2.577040910720825,-0.6660879850387573,0.993632972240448,0.007065999787300825,-0.8375790119171143,-0.34061399102211,-0.593904972076416,1.5848309993743896,0.219310000538826,1.3345630168914795,-0.8641179800033569,-1.1692219972610474,-1.6678409576416016,0.3276210129261017,-1.1232800483703613,1.003501057624817,0.3500309884548187,0.37773099541664124,1.9707870483398438,-1.2430870532989502,1.0148019790649414,-0.346466988325119,0.1818079948425293,1.6561779975891113,-1.6970670223236084,0.9815899729728699,-0.7212839722633362,1.1166839599609375,1.350348949432373,0.2772490084171295,1.7376060485839844,0.5833420157432556,-0.996097981929779,0.008124000392854214,-0.643513023853302,-1.0430400371551514,0.42107298970222473,1.2380919456481934,-1.1388239860534668,-0.5490599870681763,1.0046459436416626,-0.6675350069999695,2.2501490116119385,-0.6562269926071167,-0.4919170141220093,-1.5126889944076538,-1.7949199676513672,-1.2596839666366577,0.5477929711341858,0.8604170083999634,-0.6059790253639221,-1.7307510375976562,0.5569249987602234,-1.4121439456939697,0.25871700048446655,-0.6030970215797424,-0.7081400156021118,-0.8979799747467041,-1.1113430261611938,0.7395200133323669,-1.231199026107788,2.522998094558716,-0.511663019657135,-1.2021039724349976,-1.4625109434127808,-1.390436053276062,-1.366318941116333,0.6065859794616699,0.44887199997901917,1.871124029159546,-0.564395010471344,1.9408849477767944,-0.5535470247268677,0.3521369993686676,-0.2366500049829483,0.32464098930358887,0.38484498858451843,0.592428982257843,-1.2353589534759521,1.244568943977356,-0.6794829964637756,-1.4862140417099,-2.253261089324951,-2.286137104034424,-1.1506760120391846,1.0367540121078491,1.1460820436477661,1.2473599910736084,-0.7875990271568298,0.827314019203186,0.424778014421463,-0.557906985282898,-0.4990699887275696,1.0035020112991333,-0.47307199239730835,-0.5627390146255493,0.3832559883594513,-2.246356964111328,2.7972259521484375,0.01157199963927269,2.0528440475463867,-0.3508090078830719,-0.5451899766921997,-0.20686499774456024,-0.07735200226306915,1.0507140159606934,-1.2616159915924072,1.0625009536743164,0.6654319763183594,1.0774840116500854,-1.232956051826477,-0.446615993976593,-0.346453994512558,-0.5368030071258545,-1.2210700511932373,-1.2261199951171875,0.5329549908638,-0.5412319898605347,0.3220599889755249,1.020490050315857,-1.3027880191802979,1.5070250034332275,0.3120740056037903,1.312304973602295,1.5519239902496338,-0.29020699858665466,-1.2983310222625732,-1.8156909942626953,0.5369070172309875,0.07052300125360489,1.263098955154419,0.9530220031738281,1.1339260339736938,-2.454102039337158,-2.4609169960021973,-1.5575720071792603,1.1277539730072021,-0.3502199947834015,-1.2423820495605469,1.0969359874725342,-1.3840559720993042,0.5020949840545654,1.6766070127487183,-0.8030189871788025,-0.8265780210494995,-1.1196550130844116,0.6823229789733887,0.35531601309776306,2.128365993499756,-0.3501879870891571,1.2046010494232178,-0.4749259948730469,1.534155011177063,-1.8223530054092407,1.0520479679107666,-1.7391819953918457,0.27180299162864685,1.1396679878234863,-0.28669899702072144,1.3291410207748413,-1.3171360492706299,1.7294080257415771,-0.0722069963812828,-0.057819999754428864,0.04121600091457367,-0.6264780163764954,1.3553739786148071,2.7967069149017334,-0.9819629788398743,0.1430329978466034,-0.6651409864425659,-0.9128360152244568,0.9765369892120361,-1.0212359428405762,1.1859279870986938,1.234009027481079,-1.1203670501708984,0.9359850287437439,1.1841050386428833,-1.2549450397491455,1.1476290225982666,0.2891339957714081,0.28256601095199585,1.0988860130310059,-1.4974329471588135,-0.7423089742660522,0.4637869894504547,-1.4746880531311035,1.7702499628067017,0.6276040077209473,2.4556119441986084,1.1602129936218262,1.1678190231323242,-0.5046259760856628,-1.0074900388717651,0.0031820000149309635,-1.4756790399551392,1.5872039794921875,-1.8947490453720093,-0.5388339757919312,-0.2939780056476593,-0.34102699160575867,-0.34123700857162476,1.2584240436553955,2.463603973388672,0.6525120139122009,0.6597570180892944,-1.2970050573349,2.2529408931732178,2.2742600440979004,-1.1338770389556885,-1.1032179594039917,-0.292138010263443,0.6647149920463562,0.9164320230484009,0.33294299244880676,0.12105999886989594,-1.3152110576629639,2.2281429767608643,1.072911024093628,2.2908360958099365,-0.8269749879837036,2.5793509483337402,0.9146429896354675,-1.7097320556640625,2.7475740909576416,0.4865280091762543,1.6688460111618042,1.777614951133728,-0.17586499452590942,1.1897900104522705,-1.772657036781311,-1.3138940334320068,1.3279609680175781,-0.11285900324583054,0.7174059748649597,2.3334178924560547,-0.9555469751358032,0.45788198709487915,-0.4980440139770508,0.781682014465332,0.2770189940929413,1.8207370042800903,1.6847150325775146,0.6799629926681519,-0.03990799933671951,-0.4238879978656769,1.9263989925384521,1.1920479536056519,-0.4398350119590759,1.6249669790267944,-0.5345600247383118,-0.8962029814720154,-0.8516160249710083,-0.5835019946098328,-0.9072930216789246,-1.3160840272903442,-1.6159180402755737,-0.6212040185928345,-0.4982759952545166,0.6624749898910522,0.10010799765586853,0.9555469751358032,-0.10534299910068512,1.0920510292053223,2.543549060821533,2.450126886367798,0.9842079877853394,-0.900750994682312,-0.9029099941253662,0.6269779801368713,-0.7074699997901917,0.010405000299215317,1.07908296585083,1.4350680112838745,-2.163731098175049,0.19199399650096893,-1.3413950204849243,-1.0367540121078491,-1.407034993171692,-0.23322699964046478,0.9878699779510498,-0.2933329939842224,0.8473979830741882,2.0116329193115234,-1.9191360473632812,2.5286409854888916,-1.1292320489883423,-0.6317930221557617,-1.0342170000076294,-1.1201139688491821,-1.1570149660110474,-0.1389079988002777,-0.21679699420928955,1.3010940551757812,1.2906399965286255,0.2597939968109131,-1.1933120489120483,0.655003011226654,-0.8550940155982971,-0.819786012172699,-0.7206010222434998,-0.04595300182700157,-0.3541640043258667,1.0542340278625488,1.0341980457305908,0.8116459846496582,1.4943009614944458,2.0478720664978027,-0.6700789928436279,0.7657619714736938,0.5428239703178406,1.6062140464782715,-0.8155350089073181,-1.282241940498352,0.4192669987678528,-0.14508099853992462,2.790081024169922,0.981220006942749,-0.2587589919567108,-0.5841169953346252,0.6730849742889404,1.8671560287475586,-0.30041199922561646,2.579906940460205,1.3235089778900146,0.6137290000915527,0.5213950276374817,-1.6173559427261353,-0.12681199610233307,1.2972220182418823,-0.238319993019104,2.3164288997650146,-0.9884240031242371,1.0176069736480713,-0.6221590042114258,-0.08651000261306763,0.15143199265003204,1.0449179410934448,-1.3584949970245361,-0.7407370209693909,-1.918091058731079,-1.9099270105361938,1.6262749433517456,-0.5045040249824524,-2.5034079551696777,1.9099810123443604,-1.2421000003814697,-1.34122896194458,-1.283897042274475,2.075951099395752,-1.140866994857788,-2.0055689811706543,-0.88400799036026,-1.059196949005127,-2.5232560634613037,0.9007239937782288,0.2697330117225647,0.7802349925041199,0.9394639730453491,2.368575096130371,-0.8366789817810059,-1.0938420295715332,0.3025369942188263,-0.02051199972629547,-1.431915044784546,-1.4682040214538574,-1.5396729707717896,1.013617992401123,0.2942259907722473,-0.5502139925956726,-1.2688699960708618,-1.5781480073928833,2.257628917694092,0.9771230220794678,0.745290994644165,-0.8407480120658875,-0.8310109972953796,-0.5496010184288025,-1.1022089719772339,-0.49118199944496155,1.2996920347213745,-0.36665400862693787,2.602154016494751,-0.12039700150489807,1.3352489471435547,-0.3597419857978821,-2.232928991317749,1.3164629936218262,-0.8129540085792542,-0.16673900187015533,0.6027550101280212,-1.2076510190963745,1.3254280090332031,-0.6689350008964539,-0.15567100048065186,0.5613359808921814,1.5859429836273193,-1.0438530445098877,-1.059378981590271,0.6565229892730713,0.9763489961624146,1.964290976524353,-0.08911500126123428,2.1164989471435547,2.3155980110168457,-0.35399100184440613,-1.534072995185852,0.8238300085067749,-0.8125460147857666,-0.4427340030670166,0.30270400643348694,-0.5301340222358704,1.045531988143921,1.1048749685287476,-1.046854019165039,1.0543789863586426,0.41298800706863403,-1.3047250509262085,-1.1034079790115356,2.422137975692749,-1.1133519411087036,-0.8047530055046082,-0.8612800240516663,-2.150402069091797,-0.4414139986038208,-0.9241960048675537,2.5362279415130615,1.1849980354309082,1.9403820037841797,0.9923549890518188,1.2669110298156738,0.27326500415802,-0.9766380190849304,0.3444100022315979,-0.7183759808540344,0.5233309864997864,-1.3327339887619019,-1.3315010070800781,-0.8602859973907471,-0.20153799653053284,-0.12173400074243546,-1.1398760080337524,0.8289579749107361,0.42558300495147705,-0.6991869807243347,1.1486870050430298,-0.8980309963226318,-0.9372619986534119,0.5604100227355957,1.1141469478607178,-1.0118780136108398,-1.1877670288085938,-0.6390460133552551,1.0963809490203857,-0.19061900675296783,-0.3990330100059509,-1.3299260139465332,0.2981190085411072,1.241534948348999,2.0063109397888184,2.0881810188293457,1.8749500513076782,-0.3969799876213074,2.37882399559021,2.3254759311676025,1.2946979999542236,-2.1399080753326416,0.0851690024137497,-0.9375920295715332,-1.2386399507522583,-1.3928380012512207,-1.249148964881897,0.5711429715156555,-0.7068819999694824,2.4376349449157715,0.36073601245880127,-1.1865270137786865,-0.10839299857616425,0.5021790266036987,-1.2383530139923096,1.329280972480774,-0.2864989936351776,0.16661100089550018,2.539146900177002,2.308197021484375,-1.1274709701538086,0.536325991153717,-0.17231200635433197,0.5504090189933777,0.9528560042381287,2.183363914489746,-0.42330700159072876,-0.5703200101852417,1.7274930477142334,-2.343506097793579,1.2024919986724854,-1.1121189594268799,-0.35816898941993713,-2.325748920440674,-1.300868034362793,-0.7859370112419128,0.04707000032067299,0.11462400108575821,-0.5221250057220459,1.992920994758606,2.1111109256744385,2.7954249382019043,0.5977830290794373,0.7276139855384827,-2.1023941040039062,1.5448399782180786,-0.49330800771713257,-0.8641809821128845,0.4481180012226105,-0.7971330285072327,0.5640829801559448,1.2223470211029053,-0.7585309743881226,0.39758700132369995,-0.8242390155792236,-1.2362960577011108,1.385910987854004,-0.48797398805618286,0.013573000207543373,-0.01975799910724163,0.3788110017776489,-0.4048770070075989,-0.398157000541687,-1.249508023262024,0.16956299543380737,-0.6176130175590515,-1.2438980340957642,-1.3769880533218384,-2.4349210262298584,-0.3016589879989624,0.14548900723457336,0.466962993144989,1.2652649879455566,0.0165180005133152,-0.25122401118278503,0.7905480265617371,-0.5776129961013794,1.242148995399475,-2.4376070499420166,0.032905999571084976,-0.20738999545574188,-0.03206999972462654,1.2425040006637573,-1.252810001373291,-1.4789429903030396,0.3688899874687195,2.816193103790283,0.4739159941673279,1.1285020112991333,0.2982270121574402,-1.6284430027008057,-1.2298170328140259,-0.4488919973373413,-1.2108110189437866,-0.8937180042266846,-1.9376699924468994,-0.553987979888916,0.5036849975585938,-0.2881999909877777,1.2168999910354614,-1.1978600025177002,2.636871099472046,0.6965569853782654,0.33703601360321045,1.175271987915039,-1.717782974243164,1.3036309480667114,-0.6448490023612976,-1.3202149868011475,0.4527060091495514,-1.255491018295288,0.9062790274620056,1.0337769985198975,1.9292579889297485,-1.8656489849090576,0.9665369987487793,-0.9430919885635376,-0.23187999427318573,0.30168798565864563,0.7020350098609924,0.9307600259780884,1.198775053024292,-0.43584999442100525,-0.38301101326942444,-1.3886300325393677,-0.2984769940376282,0.19683000445365906,-0.32791900634765625,-0.5442870259284973,-1.2478200197219849,1.9207240343093872,-0.5985379815101624,1.2043030261993408,-1.2523900270462036,-0.244718998670578,-1.0888340473175049,-0.12454299628734589,-0.6811789870262146,1.1222050189971924,-0.7569040060043335,2.309458017349243,2.2762889862060547,-0.453141987323761,1.6965850591659546,-0.3281779885292053,-0.7865219712257385,0.17608599364757538,-1.0223499536514282,-0.31874600052833557,1.934581995010376,1.0051419734954834,0.06727399677038193,2.5844130516052246,0.4147379994392395,0.8723139762878418,-1.1683369874954224,0.5333899855613708,-0.4984630048274994,-1.4467469453811646,2.5481839179992676,2.5008749961853027,0.1250009983778,-1.320626974105835,1.4911270141601562,1.349876046180725,1.3052070140838623,-1.0033689737319946,-1.1753029823303223,2.080686092376709,0.169405996799469,-0.8361660242080688,-0.9103879928588867,-1.044213056564331,-0.27677199244499207,0.9881629943847656,1.072456955909729,0.8302590250968933,0.7966330051422119,-1.843284010887146,1.2715879678726196,0.6185759902000427,-1.8264349699020386,0.9233739972114563,1.1732029914855957,-1.6475600004196167,-0.6791849732398987,1.2188299894332886,1.0104800462722778,-1.0780149698257446,-1.0161420106887817,2.212229013442993,-1.316243052482605,-0.46340298652648926,-1.3588169813156128,-0.8765130043029785,-0.8804669976234436,-1.3602089881896973,-1.1234079599380493,0.4279020130634308,1.4781670570373535,-0.15006999671459198,0.30069801211357117,1.036275029182434,-1.211501955986023,-0.6901749968528748,0.5074489712715149,2.8905510902404785,-0.41773200035095215,0.5300499796867371,0.7327889800071716,1.235111951828003,-1.1776620149612427,-1.268887996673584,-0.35330599546432495,0.7430199980735779,-1.1762499809265137,-1.3333640098571777,-0.11509399861097336,0.8658909797668457,0.32458800077438354,-0.8944129943847656,-1.0171339511871338,-0.1760849952697754,0.9817309975624084,-0.8032990097999573,1.211866021156311,0.2358890026807785,0.2685900032520294,-1.2247040271759033,-0.591060996055603,-1.0982669591903687,-1.3405859470367432,-0.3556770086288452,-1.1926499605178833,0.3856239914894104,-0.17779800295829773,-2.412482976913452,-0.8921530246734619,-0.864126980304718,1.1780550479888916,0.16531600058078766,1.226904034614563,-0.9611610174179077,0.5712379813194275,0.21895700693130493,-0.9290159940719604,0.6279339790344238,-0.683788001537323,-0.7041249871253967,1.7540090084075928,-0.9261019825935364,0.6484360098838806,2.552385091781616,-1.854712963104248,-0.2710990011692047,0.6629239916801453,0.7186989784240723,-1.6252939701080322,-1.3833409547805786,-0.38388100266456604,-0.4641779959201813,0.7598080039024353,-0.8296449780464172,-1.9372600317001343,-0.5069850087165833,-0.2529039978981018,-0.362542986869812,-1.2479150295257568,0.5161569714546204,-0.3281930088996887,2.4939539432525635,1.2655589580535889,0.9751459956169128,2.0035769939422607,-0.6216359734535217,0.24817000329494476,-0.8646249771118164,-1.355666995048523,0.12420900166034698,-0.17360399663448334,0.192438006401062,-0.8530830144882202,-0.17966599762439728,-1.8975869417190552,-1.9101710319519043,2.184875011444092,0.8444479703903198,-1.5053130388259888,-1.3590949773788452,-0.611922025680542,0.21852900087833405,-0.06902199983596802,0.820563018321991,-1.7241569757461548,0.9463589787483215,0.8487120270729065,1.3768919706344604,0.6414790153503418,1.1850559711456299,2.1149039268493652,0.8183730244636536,-1.7194490432739258,-1.295644998550415,0.607903003692627,-0.9860699772834778,-0.20420099794864655,0.4272080063819885,0.08324699848890305,-1.0139950513839722,1.0990129709243774,1.4131430387496948,-0.3959429860115051,-1.2082250118255615,-0.059741999953985214,0.7244110107421875,-1.4757959842681885,1.1321179866790771,-1.1704570055007935,-0.7709580063819885,-1.387529969215393,-0.5856969952583313,-0.6139450073242188,1.3318430185317993,-0.7762399911880493,1.005046010017395,-0.6718159914016724,2.2685389518737793,2.4366989135742188,-0.9466969966888428,0.770583987236023,-1.0780110359191895,0.4867900013923645,1.7397730350494385,1.1635910272598267,-0.7666040062904358,-1.4794260263442993,0.881193995475769,1.9891060590744019,-1.0799139738082886,-0.5755789875984192,-0.9564599990844727,0.18525299429893494,-1.3583489656448364,1.108983039855957,2.0241339206695557,2.902182102203369,-0.16312499344348907,0.27245399355888367,1.3507230281829834,-1.2581709623336792,-1.2524410486221313,-0.7060070037841797,2.469135046005249,-1.434717059135437,-1.2733440399169922,-0.7468140125274658,-0.6266689896583557,-1.0093029737472534,-1.5697510242462158,1.902603030204773,0.8359889984130859,-1.690081000328064,0.3784230053424835,-1.049896001815796,-0.9060029983520508,2.0318760871887207,-1.7717969417572021,1.103930950164795,1.1890640258789062,2.15146803855896,0.5575259923934937,0.5527880191802979,0.25416499376296997,1.827867031097412,-0.8098639845848083,-0.2557699978351593,-0.8175740242004395,2.2937660217285156,-1.5162559747695923,0.6083430051803589,-0.42635300755500793,0.3838379979133606,-0.018122000619769096,0.8467000126838684,-1.633991003036499,-1.579440951347351,-0.6881049871444702,1.960178017616272,1.242596983909607,0.2993699908256531,0.049063000828027725,-0.4014750123023987,2.45255708694458,2.933677911758423,-1.3720630407333374,-1.242182970046997,-1.287727952003479,0.21290600299835205,-1.0565370321273804,0.3700149953365326,-1.0340759754180908,-0.04911400005221367,1.1766619682312012,0.718421995639801,1.7130509614944458,1.2167589664459229,1.3931920528411865,-1.4672659635543823,-0.9951140284538269,-0.1619970053434372,2.3971099853515625,2.408447027206421,-0.3830069899559021,-0.9454399943351746,2.5859150886535645,1.8618680238723755,-1.1913620233535767,2.108820915222168,1.0486489534378052,1.054779052734375,1.0562189817428589,-1.0392110347747803,-1.2321890592575073,1.5751270055770874,0.40733298659324646,0.43039199709892273,-0.3372969925403595,1.606753945350647,-1.0392210483551025,-0.4672299921512604,1.3181829452514648,-0.37458500266075134,-1.2512379884719849,-0.569238007068634,0.2048490047454834,-1.2912909984588623,-1.0798059701919556,0.001867000013589859,-1.2051969766616821,0.2545450031757355,-1.9300040006637573,-1.2013850212097168,0.7063810229301453,1.5005489587783813,1.2667210102081299,-1.7579519748687744,1.0745320320129395,-0.8159520030021667,-1.0704439878463745,1.4767719507217407,1.4426519870758057,-1.6399610042572021,-0.6432279944419861,-1.0130430459976196,0.15517300367355347,-1.3294429779052734,2.0144779682159424,2.0368568897247314,0.19030800461769104,0.6445670127868652,-1.3546379804611206,1.7093679904937744,0.811253011226654,0.8457340002059937,-2.3742809295654297,0.4891200065612793,1.771854043006897,1.726883053779602,0.07969699800014496,-1.1844069957733154,1.2234480381011963,0.829587996006012,-0.29003700613975525,-0.23440000414848328,-1.2241289615631104,0.1787630021572113,-1.1085970401763916,-2.0478711128234863,-0.15395399928092957,-1.2785969972610474,-0.2412630021572113,2.6802170276641846,-0.32495900988578796,-0.4231109917163849,-0.4508360028266907,2.2389559745788574,1.5378999710083008,-0.8640220165252686,-1.4675270318984985,0.8515170216560364,2.3943490982055664,1.6818310022354126,-1.5581049919128418,-0.8004760146141052,1.0559539794921875,-1.2429009675979614,1.1884310245513916,-1.2084490060806274,-1.3756409883499146,1.9799439907073975,-0.9699810147285461,-1.2388579845428467,-1.297124981880188,-1.3570979833602905,-1.204468011856079,-1.3521900177001953,1.2978880405426025,-2.2264750003814697,-0.17952600121498108,-0.2808550000190735,-1.7503950595855713,-0.8259440064430237,-1.1290539503097534,1.0970970392227173,0.063571996986866,-0.9037669897079468,0.424235999584198,-0.16190899908542633,-1.1291040182113647,-0.8490099906921387,-1.1795350313186646,-1.4778779745101929,2.443169116973877,0.6597779989242554,-0.9266589879989624,-0.9794049859046936,1.0367549657821655,-1.0268720388412476,-1.295557975769043,-0.6214069724082947,1.0283130407333374,0.9846950173377991,1.6529719829559326,1.3445030450820923,0.4711019992828369,-0.07709500193595886,2.6191389560699463,-0.1843869984149933,-1.913707971572876,1.8301010131835938,-0.49137499928474426,-1.2314729690551758,-1.0555059909820557,-0.4436990022659302,1.0274529457092285,-1.2074320316314697,-0.18515799939632416,0.6988059878349304,0.19989800453186035,0.5290089845657349,0.13948599994182587,-0.7228699922561646,-1.3995490074157715,1.183182954788208,-0.18874399363994598,-0.9941269755363464,-0.25877299904823303,1.472885012626648,-0.6824629902839661,-0.21390500664710999,1.6418360471725464,-0.3729870021343231,-0.25782299041748047,0.26946398615837097,-0.5474439859390259,-1.151440978050232,0.3372499942779541,-0.4683240056037903,-1.2004599571228027,-0.6526129841804504,-1.5035669803619385,-0.040449999272823334,-1.3567719459533691,0.4249339997768402,-0.6174250245094299,0.5944709777832031,-0.5007349848747253,-1.9693260192871094,1.5415359735488892,-0.8015559911727905,2.7300798892974854,-2.1484949588775635,-0.4172869920730591,-0.5393239855766296,-0.641933023929596,2.4154109954833984,0.6888189911842346,-1.6129570007324219,1.5116419792175293,-0.7299020290374756,1.554656982421875,0.0103150000795722,0.41848599910736084,-0.596668004989624,-2.2602269649505615,0.749550998210907,0.15445199608802795,1.024765968322754,0.6531370282173157,-0.04393099993467331,0.16629299521446228,2.2804110050201416,0.2798500061035156,1.016535997390747,0.9144260287284851,2.7270638942718506,1.7603789567947388,1.270169973373413,1.7733160257339478,-0.5114570260047913,0.6168860197067261,0.27516600489616394,0.761309027671814,0.19162100553512573,1.707685947418213,-2.035407066345215,0.9070640206336975,2.023314952850342,1.0047730207443237,0.7008510231971741,1.2099909782409668,-1.4191349744796753,-0.42770901322364807,0.20970100164413452,-0.31418299674987793,-1.061229944229126,1.9052180051803589,-1.343353033065796,-1.1584279537200928,-0.6486160159111023,1.2859309911727905,-0.6957060098648071,0.9290300011634827,-1.2612639665603638,1.779250979423523,0.047286998480558395,-0.7537339925765991,-0.758758008480072,-0.17224200069904327,-1.0614490509033203,0.03925300016999245,1.2404539585113525,1.8321880102157593,-0.894228994846344,0.921422004699707,1.0745060443878174,-1.0286179780960083,1.7936630249023438,0.7388650178909302,0.9718779921531677,2.5576579570770264,-0.08735200017690659,0.6590049862861633,-0.023336000740528107,2.1565439701080322,-0.8533740043640137,1.3016890287399292,0.05126100033521652,0.947501003742218,-1.267598032951355,1.9772189855575562,-0.7091109752655029,1.9963099956512451,-0.747331976890564,-1.6959459781646729,2.887968063354492,0.11323100328445435,-0.9720180034637451,-1.0667669773101807,0.3137019872665405,2.10760498046875,-1.977843999862671,2.168276071548462,0.9642390012741089,-1.3690489530563354,1.0402909517288208,-1.7530670166015625,0.765362024307251,0.6764640212059021,-0.6136429905891418,2.7705841064453125,-1.4589229822158813,-2.220529079437256,-0.624567985534668,-1.13652503490448,0.6273769736289978,0.2763980031013489,-0.2741459906101227,-1.1626009941101074,-0.8744969964027405,-1.3404289484024048,-0.1769839972257614,-1.4884949922561646,-1.2521950006484985,0.28702300786972046,0.37696099281311035,0.86216801404953,2.57151198387146,-1.3555430173873901,-1.0484960079193115,0.5762829780578613,-0.8385810256004333,0.4897159934043884,-0.8410680294036865,-0.6714500188827515,-1.3412820100784302,-0.6652439832687378,-1.2326840162277222,-0.6118199825286865,1.0839409828186035,-1.1396759748458862,-1.3503530025482178,-0.7177680134773254,-1.409276008605957,-1.0628169775009155,-1.008489966392517,2.212268114089966,-2.0729410648345947,1.419646978378296,0.7849850058555603,-1.02504301071167,0.14714500308036804,1.7701239585876465,-0.6253640055656433,0.7328680157661438,1.1653870344161987,-1.3102020025253296,-0.7119449973106384,-0.7859830260276794,-1.073328971862793,-1.1321330070495605,-2.1455159187316895,-1.31728196144104,0.8155239820480347,1.658843994140625,-2.390393018722534,0.02632099948823452,-0.8373770117759705,-0.4910370111465454,-0.29762598872184753,1.2309479713439941,-1.1999850273132324,1.2736159563064575,1.7876750230789185,-1.0850319862365723,0.216622993350029,-0.8214820027351379,-1.7798269987106323,-0.6788600087165833,1.7029780149459839,-1.474822998046875,-0.6735079884529114,0.46183401346206665,-0.732912003993988,-0.6421319842338562,1.1904959678649902,-0.6713809967041016,-1.0851600170135498,-0.6547589898109436,-0.09186399728059769,-1.0924040079116821,-0.623013973236084,-1.6452330350875854,-1.921280026435852,-0.12894800305366516,-0.20774400234222412,-1.3083570003509521,-0.0414620004594326,0.7969189882278442,-1.3276180028915405,-1.3036420345306396,-1.5711359977722168,0.35222700238227844,1.3257670402526855,1.1201560497283936,-2.317349910736084,-1.3824779987335205,0.38523098826408386,1.4913179874420166,2.072566032409668,1.3193659782409668,-1.1946640014648438,2.1552700996398926,1.7362639904022217,1.7120649814605713,0.44376298785209656,-0.13294300436973572,-0.0921420007944107,-0.5423550009727478,0.4790950119495392,0.5322009921073914,-0.8035209774971008,1.5952759981155396,2.8721370697021484,-0.6299769878387451,-1.3643170595169067,0.3841550052165985,-0.36793801188468933,1.8202359676361084,-0.19010700285434723,-0.4853129982948303,-2.2898271083831787,-0.30208098888397217,-0.9868469834327698,1.948307991027832,-0.12406499683856964,0.0158270001411438,-0.4819670021533966,-0.49163100123405457,0.941806972026825,-0.39917701482772827,1.9250520467758179,-0.8991150259971619,-1.0513540506362915,2.5078279972076416,-1.3495210409164429,-1.2043180465698242,1.3675270080566406,0.8674060106277466,1.6595749855041504,1.7435699701309204,-0.2806769907474518,-1.0750900506973267,-2.011262893676758,-1.762573003768921,2.5769081115722656,1.1159069538116455,-0.23125000298023224,-0.8493019938468933,0.013643999584019184,1.6398570537567139,-1.391787052154541,-1.38583505153656,-0.8523539900779724,-1.1991839408874512,0.4770910143852234,1.576393961906433,-0.37578698992729187,0.7660549879074097,0.1982100009918213,-1.009835958480835,-1.3723809719085693,-2.3289620876312256,0.09948399662971497,0.26034900546073914,1.4385780096054077,-0.7061780095100403,-0.09537799656391144,1.8781009912490845,-1.3906439542770386,-1.2313079833984375,-1.2374060153961182,0.059783000499010086,0.13192899525165558,0.5158219933509827,0.3689430058002472,1.2244490385055542,0.5554929971694946,0.10623899847269058,2.8473188877105713,-0.18523600697517395,-0.093299001455307,0.14752699434757233,0.5186010003089905,1.2986329793930054,-1.9821759462356567,-0.012853999622166157,0.6663879752159119,0.4801290035247803,0.9524170160293579,-0.005086999852210283,0.9822250008583069,-1.1844309568405151,-1.8653260469436646,-1.2155859470367432,2.3545939922332764,1.365591049194336,-0.18412500619888306,1.2240320444107056,1.0245840549468994,-1.1237599849700928,-0.39467599987983704,1.6078369617462158,2.3665599822998047,0.42585399746894836,-1.317788004875183,0.2730480134487152,0.5596910119056702,-1.1192690134048462,2.6418280601501465,-0.4917370080947876,-1.1644489765167236,2.7839009761810303,-0.4090839922428131,-0.05213899910449982,1.2614690065383911,0.4209980070590973,-0.20945100486278534,0.4627540111541748,-1.1641709804534912,0.7318649888038635,0.5570470094680786,-1.689728021621704,2.160409927368164,1.0934109687805176,-0.5050659775733948,0.4827730059623718,-0.8068140149116516,-1.1117240190505981,0.7407600283622742,2.45306396484375,-0.04835600033402443,1.3465780019760132,0.49626898765563965,1.8018460273742676,1.1386840343475342,1.0283650159835815,0.08364400267601013,-0.7795929908752441,-0.8872420191764832,-0.4574759900569916,-0.46355998516082764,0.07197599858045578,0.14587199687957764,-0.9224590063095093,0.6447209715843201,0.5049200057983398,-1.3753819465637207,2.190295934677124,-0.562201976776123,2.331667900085449,-1.2738879919052124,-0.5982120037078857,0.23896799981594086,2.823961019515991,0.41408199071884155,0.9949870109558105,1.0975379943847656,1.1973810195922852,-0.6085330247879028,-0.3735789954662323,0.8264690041542053,-0.6855409741401672,1.3120830059051514,-1.1747360229492188,0.23333300650119781,-1.039613962173462,-0.789093017578125,2.4691789150238037,-1.374961018562317,-2.455259084701538,-1.1463030576705933,1.81699800491333,-0.18317000567913055,0.8006669878959656,1.1631319522857666,-0.35934799909591675,-0.5794489979743958,-1.1655199527740479,0.08025400340557098,-0.5000380277633667,0.9906079769134521,1.7415410280227661,1.2513580322265625,-0.38638201355934143,0.014588999561965466,1.0941619873046875,-1.2896009683609009,0.8262730240821838,1.2965569496154785,-1.3869160413742065,-0.5411610007286072,-1.1917669773101807,-0.24255000054836273,-0.26027101278305054,0.04105599969625473,2.1179111003875732,0.10032200068235397,0.12482599914073944,0.3609980046749115,-0.6192010045051575,-1.1182650327682495,0.4925830066204071,1.0397779941558838,1.2822279930114746,0.8789899945259094,-1.8969229459762573,1.2957849502563477,-1.5913259983062744,1.1889770030975342,-0.8524479866027832,0.8204150199890137,2.731471061706543,0.8086889982223511,-0.3257249891757965,1.2922099828720093,-0.19013400375843048,-1.3302539587020874,-0.5696579813957214,1.1259909868240356,-0.41328999400138855,1.00490403175354,-1.2256449460983276,-0.047784000635147095,0.32675600051879883,-1.1082990169525146,0.43796300888061523,-1.0488330125808716,0.07772400230169296,1.63510000705719,-1.7151089906692505,-0.9857789874076843,-0.47366300225257874,-0.4577789902687073,0.799468994140625,-0.2569499909877777,-0.4563109874725342,2.7171859741210938,-1.387307047843933,-1.100451946258545,0.8664669990539551,1.2354199886322021,1.0092589855194092,-0.838994026184082,0.8213459849357605,-0.6998900175094604,1.840325951576233,0.6931840181350708,1.7948859930038452,1.769497036933899,2.110568046569824,-1.3845030069351196,1.2472269535064697,2.42313289642334,-2.0490570068359375,-1.5193469524383545,0.3461509943008423,-1.2844990491867065,0.7323830127716064,-0.14395800232887268,-0.769582986831665,-0.7434859871864319,1.1379599571228027,2.2445290088653564,2.230621099472046,-0.702892005443573,0.5239940285682678,1.9953620433807373,-0.3114069998264313,-1.0414680242538452,-0.7545469999313354,-1.2380919456481934,-0.13140800595283508,1.1937199831008911,0.14417700469493866,-1.3726919889450073,0.013863000087440014,0.9577699899673462,0.986365020275116,-2.154876947402954,-0.5616170167922974,0.2533380091190338,-1.091488003730774,-0.9009950160980225,1.826127052307129,1.861449956893921,-1.9355659484863281,-1.079048991203308,-0.5765259861946106,-1.8915129899978638,-1.7446290254592896,-0.8422999978065491,2.7955589294433594,1.1105120182037354,-1.6226140260696411,-0.7898409962654114,-0.8777689933776855,-1.2277699708938599,-0.6703299880027771,0.9800670146942139,1.4470369815826416,0.8408430218696594,-0.41537100076675415,0.6634830236434937,2.183314085006714,2.1194839477539062,0.11111299693584442,-0.48571300506591797,0.32522299885749817,2.515758991241455,-1.0659129619598389,0.3451389968395233,-0.7132830023765564,-0.736374020576477,-0.8942019939422607,-0.716143012046814,2.0343170166015625,-0.9129449725151062,0.8620849847793579,1.1866600513458252,-0.8006920218467712,-0.2747650146484375,-1.5450210571289062,-1.6139219999313354,-1.2662220001220703,-1.2740579843521118,-0.6634060144424438,-1.6660000085830688,0.7742769718170166,-1.3131630420684814,-1.3307199478149414,1.0325360298156738,-1.9260059595108032,2.2261059284210205,-0.7587820291519165,-0.5862200260162354,-1.834259033203125,-1.3450020551681519,-2.06964111328125,0.6688600182533264,2.025657892227173,1.1249890327453613,0.9308469891548157,1.7622530460357666,-1.075577974319458,0.5146790146827698,-1.3035609722137451,-1.3098000288009644,0.933106005191803,-0.9813780188560486,-0.47003600001335144,-1.5550750494003296,0.6401370167732239,-0.3081130087375641,0.6882990002632141,-0.21377399563789368,1.1919900178909302,1.1907340288162231,0.00812199991196394,1.0754749774932861,0.6602360010147095,0.6614580154418945,0.8098199963569641,-0.9028580188751221,0.8597080111503601,-0.7065439820289612,-0.6932870149612427,-1.0869289636611938,-1.0554200410842896,1.199869990348816,-0.09773500263690948,-0.24304799735546112,-0.8036220073699951,-0.8955900073051453,-0.9872559905052185,0.7934110164642334,-0.296332985162735,0.5031499862670898,0.2682430148124695,-0.661171019077301,1.065809965133667,-0.4667780101299286,-0.11126700043678284,-0.4832800030708313,-0.3798139989376068,2.263453960418701,2.7009670734405518,1.2352559566497803,0.7583860158920288,0.22253799438476562,-1.3807430267333984,-0.28232699632644653,-0.4724330008029938,-0.9346659779548645,0.2530770003795624,-1.8504400253295898,1.0755560398101807,-1.0882229804992676,2.0692520141601562,1.2054500579833984,-1.1353219747543335,0.30095601081848145,-0.8749939799308777,1.1466809511184692,0.771373987197876,-0.18028099834918976,-0.8755630254745483,0.407941997051239,1.7079930305480957,0.5960959792137146,1.0446209907531738,-1.1740930080413818,-1.5153499841690063,-0.39612600207328796,-0.35286200046539307,1.2442079782485962,1.6100460290908813,-0.814395010471344,0.4993070065975189,-0.1746390014886856,-1.8952029943466187,0.876541018486023,-0.7721689939498901,-1.0278739929199219,-0.9089300036430359,0.17638400197029114,1.310595989227295,0.2452470064163208,-1.5904309749603271,-0.4041860103607178,-1.1005580425262451,-0.9466140270233154,-1.2971960306167603,0.9556509852409363,-0.6989439725875854,-1.2969969511032104,1.3206859827041626,-0.6382380127906799,-0.6222169995307922,-0.6894400119781494,0.7129819989204407,-1.1009390354156494,-1.0128810405731201,-0.8476769924163818,1.715438961982727,2.1968839168548584,-1.252621054649353,0.5860769748687744,0.692287027835846,0.7683809995651245,-0.7270619869232178,0.6723210215568542,-0.4952999949455261,-0.5923669934272766,0.5077409744262695,0.9481920003890991,1.2799140214920044,-0.49681898951530457,-0.7491340041160583,-1.1113009452819824,-0.7718009948730469,-1.1716079711914062,-0.9255589842796326,-2.065737009048462,1.2902300357818604,-1.0755590200424194,-1.9782240390777588,1.1905829906463623,0.750868022441864,0.9649019837379456,1.2328009605407715,0.8142160177230835,1.992624044418335,0.43834999203681946,2.2731800079345703,2.200932025909424,2.1472549438476562,-0.12324599921703339,-0.5697770118713379,-0.5298839807510376,-1.0518529415130615,2.3159220218658447,1.3052539825439453,0.5779950022697449,-0.691241979598999,2.9436089992523193,1.6021100282669067,2.1877379417419434,1.0479300022125244,-1.1037859916687012,1.7717759609222412,1.2587169408798218,-1.6680970191955566,-1.6857759952545166,-0.3536120057106018,0.16128499805927277,1.1197580099105835,-1.1647919416427612,1.0736960172653198,-1.8094919919967651,-0.8054280281066895,-0.7338939905166626,2.37664794921875,-1.0409090518951416,-1.1464179754257202,-0.4501349925994873,0.9076740145683289,-0.04550199955701828,1.122573971748352,-1.2908610105514526,-0.395363986492157,2.547111988067627,0.16340500116348267,-2.144524097442627,1.645848035812378,-0.4417470097541809,-1.0180059671401978,-1.390529990196228,-1.261700987815857,-2.344780921936035,-0.9771580100059509,-1.1116290092468262,2.449753999710083,-0.9170780181884766,0.6368250250816345,2.1106410026550293,0.7195529937744141,-0.4837940037250519,1.5784529447555542,1.1083110570907593,-0.21866199374198914,-1.1398619413375854,1.238664984703064,0.7039909958839417,-0.44276899099349976,0.32604900002479553,-0.27342599630355835,-0.5488380193710327,2.860761880874634,0.7996100187301636,0.31141000986099243,0.0382240004837513,-0.709712028503418,2.044689893722534,-0.9894409775733948,-1.267367959022522,0.17726199328899384,0.863502025604248,-1.111528992652893,0.7664989829063416,-1.3590830564498901,-1.2089040279388428,1.695544958114624,0.8261299729347229,-0.6156209707260132,0.19736699759960175,-0.646477997303009,1.5750019550323486,-0.014088000170886517,-0.603522002696991,-1.5527340173721313,2.849163055419922,-0.08019900321960449,-1.1472740173339844,-0.7481189966201782,0.7596570253372192,2.6345911026000977,-0.497420996427536,-2.354633092880249,-0.17860500514507294,0.5314980149269104,-1.4323689937591553,2.596069097518921,0.37353500723838806,0.2663170099258423,-1.9715770483016968,0.4166260063648224,1.7840310335159302,0.7582659721374512,-0.4001309871673584,0.3711090087890625,0.09999100118875504,1.5045289993286133,-0.3302690088748932,-0.5769850015640259,1.325018048286438,1.333287000656128,1.3002829551696777,-0.9285770058631897,-1.0556620359420776,0.9096570014953613,0.9430670142173767,0.967058002948761,0.8791499733924866,0.6218850016593933,1.2093119621276855,1.3226070404052734,-0.38980698585510254,0.9895899891853333,-1.63987398147583,1.144976019859314,-0.5670170187950134,-0.5832059979438782,-1.1377140283584595,-0.01706399954855442,-1.2289890050888062,-1.3751360177993774,-0.9543480277061462,-2.1093060970306396,0.42873600125312805,0.4090630114078522,-0.42102599143981934,-0.601298987865448,-1.3012980222702026,-1.235273003578186,1.2401410341262817,-0.29991498589515686,-1.121075987815857,-0.5579339861869812,0.7509139776229858,0.3212229907512665,-1.0351459980010986,-0.6035609841346741,-0.5972470045089722,0.9874160289764404,-0.46422499418258667,-1.5634469985961914,0.9556689858436584,-1.389003038406372,-0.879601001739502,1.0062899589538574,-1.9326889514923096,-1.3904860019683838,-1.116420030593872,-1.1563509702682495,0.7097259759902954,-0.416483998298645,1.0917279720306396,-0.3541029989719391,-1.2520979642868042,0.05584799870848656,-0.7432230114936829,2.7445180416107178,-1.6747510433197021,-1.8098750114440918,2.209852933883667,-1.3001899719238281,-1.1354409456253052,2.216881036758423,0.6257690191268921,2.574871063232422,-0.5458199977874756,-1.6419509649276733,-1.1037880182266235,0.7295429706573486,0.9938660264015198,0.3459089994430542,-0.06152699887752533,1.1379109621047974,-0.5296670198440552,0.7678009867668152,-0.6117110252380371,0.603896975517273,-0.982463002204895,-0.55833899974823,0.987680971622467,-0.2639920115470886,-0.9769200086593628,0.7907059788703918,1.5385390520095825,1.9247050285339355,-1.207442045211792,0.4912019968032837,-1.3717670440673828,-0.2756139934062958,-0.6474649906158447,1.9081530570983887,-0.5644490122795105,0.2972480058670044,0.3910430073738098,-0.7323319911956787,0.3958570063114166,0.9856979846954346,2.5441930294036865,2.5865440368652344,1.722048044204712,-0.9046779870986938,-0.9379760026931763,-0.5899270176887512,0.45667600631713867,1.1979329586029053,-0.4010309875011444,-0.8842769861221313,-2.067157030105591,2.6647489070892334,2.150470018386841,1.5780370235443115,-0.43233299255371094,-2.043523073196411,-1.20134699344635,-0.6132739782333374,-1.3054529428482056,-0.5611519813537598,-1.3411699533462524,-1.2601439952850342,2.9304370880126953,2.739967107772827,-0.16720600426197052,-0.01332900021225214,1.0736709833145142,0.8105319738388062,1.4372179508209229,-0.07571499794721603,0.43157199025154114,-0.7898899912834167,1.3283569812774658,-1.0947840213775635,0.8186150193214417,0.6459370255470276,0.6226159930229187,0.920628011226654,1.178447961807251,-0.2807210087776184,-1.012112021446228,-1.1606570482254028,-0.7395899891853333,-0.44093599915504456,1.9004310369491577,-1.5047249794006348,0.9947239756584167,-1.0304980278015137,0.9968720078468323,0.08723200112581253,2.7599289417266846,0.9698960185050964,0.9732239842414856,-0.39390599727630615,-0.8226600289344788,1.033568024635315,-2.403287887573242,1.2087500095367432,-0.8996790051460266,-0.5065979957580566,0.5640640258789062,-0.7010610103607178,-0.207054004073143,-0.20339199900627136,-1.0148990154266357,0.5063480138778687,-0.5502470135688782,0.10534100234508514,-0.8028339743614197,-1.1471079587936401,-0.9426569938659668,0.9866309762001038,-0.14399799704551697,-0.9436370134353638,0.609604001045227,0.6453909873962402,-0.2526969909667969,-1.4005990028381348,-0.6929559707641602,-2.1646270751953125,-0.28853198885917664,-1.0916399955749512,0.5289319753646851,-0.8242949843406677,-0.7806190252304077,-1.0174230337142944,-1.850417971611023,-1.9085010290145874,0.9381549954414368,-1.2323579788208008,-1.0567690134048462,-0.03450800105929375,1.3559800386428833,-1.1559009552001953,-0.3958989977836609,0.7431759834289551,1.2193429470062256,0.8252410292625427,0.9323179721832275,0.9340220093727112,-1.2741810083389282,0.3385069966316223,0.10714100301265717,1.045423984527588,0.7704640030860901,-1.0286710262298584,-2.5033459663391113,-1.1797029972076416,0.4816960096359253,-0.952489972114563,-0.2673479914665222,-0.9879860281944275,0.49829599261283875,-2.060576915740967,-0.6719629764556885,-1.1051379442214966,-0.06348700076341629,1.7255640029907227,0.5758110284805298,0.5610229969024658,0.6181290149688721,-0.8856580257415771,1.2795389890670776,-1.1777780055999756,0.5711759924888611,-2.2333528995513916,-1.1990809440612793,-0.7917810082435608,2.2428131103515625,-0.5130929946899414,-0.4783549904823303,1.0542529821395874,1.466168999671936,-1.3042999505996704,-1.1574790477752686,1.210121989250183,0.20390300452709198,-0.440436989068985,-0.17060700058937073,1.704375982284546,-0.07332500070333481,2.288654088973999,-1.016584038734436,-0.3401010036468506,-0.8102899789810181,-0.969406008720398,1.7955440282821655,2.051961898803711,-0.6344529986381531,1.1277920007705688,0.8392620086669922,-0.04532599821686745,-0.14595499634742737,-0.8111310005187988,-2.2953128814697266,-1.356806993484497,-0.18667300045490265,-0.6989780068397522,-0.7739610075950623,-0.7818909883499146,-0.8972820043563843,1.2353589534759521,-1.0226500034332275,1.6275750398635864,-1.3488010168075562,1.546370029449463,0.8979030251502991,-1.9045380353927612,0.17077100276947021,-0.9566479921340942,0.7249029874801636,2.465575933456421,0.23343999683856964,0.5516989827156067,-1.6458040475845337,0.4247739911079407,-1.8049060106277466,1.775573968887329,-1.0093460083007812,0.10273999720811844,-1.3133829832077026,-0.6773620247840881,-0.31873199343681335,0.49345698952674866,-1.9344149827957153,-0.6615189909934998,0.18709500133991241,0.9904869794845581,1.255321979522705,1.6028859615325928,-1.0188590288162231,-2.3806049823760986,0.8387309908866882,0.4165099859237671,-1.001291036605835,0.18470700085163116,-0.22068999707698822,-0.16950899362564087,0.5893399715423584,2.2197999954223633,1.4333879947662354,0.9945030212402344,1.0745849609375,2.2461910247802734,0.4485819935798645,-0.4613969922065735,0.32440000772476196,-0.44832199811935425,1.0837459564208984,0.6235139966011047,-1.0445339679718018,-1.0439300537109375,-0.2789669930934906,-0.7723349928855896,-2.2873339653015137,2.1069679260253906,-1.5100250244140625,-1.3088749647140503,1.045501947402954,2.199302911758423,-1.3317819833755493,-1.0746690034866333,2.1958770751953125,0.3841089904308319,-0.7521659731864929,1.0587610006332397,-1.590688943862915,1.3178989887237549,0.6149569749832153,-0.9394099712371826,-1.014389991760254,1.234563946723938,0.7727010250091553,0.7620490193367004,1.2239940166473389,-1.3813480138778687,-1.2958810329437256,-0.017069999128580093,0.737384021282196,0.8006749749183655,0.782463014125824,0.810293972492218,0.30602899193763733,2.4467170238494873,-0.6605650186538696,0.1927880048751831,-0.6488959789276123,-1.3117649555206299,0.5463169813156128,-0.828561007976532,-0.8177189826965332,2.1200098991394043,2.024651050567627,-0.6678259968757629,-0.12793299555778503,-1.1226359605789185,-1.2009730339050293,-0.4200440049171448,0.9515389800071716,-0.8018720149993896,-1.1328370571136475,-0.12175799906253815,-2.2818760871887207,-1.1818690299987793,-0.7339900135993958,-0.7523810267448425,0.3756060004234314,-1.437019944190979,-1.2812180519104004,1.0601630210876465,0.3230850100517273,1.2171440124511719,2.0411550998687744,2.9070990085601807,1.2509809732437134,-2.377716064453125,-0.8161720037460327,-0.8191900253295898,1.6605960130691528,1.467339038848877,-1.193595051765442,1.1410900354385376,0.5968689918518066,-1.093999981880188,2.294527053833008,-1.5072380304336548,0.051357001066207886,-0.9496889710426331,-0.8343930244445801,-1.3122880458831787,-0.42914798855781555,0.09223300218582153,1.9187450408935547,0.16360899806022644,-0.9574620127677917,1.867158055305481,0.047892000526189804,2.520263910293579,-1.0845390558242798,-1.9014509916305542,-1.3806029558181763,-1.2436480522155762,0.444566011428833,-0.7417960166931152,2.112713098526001,0.9720180034637451,1.359300971031189,1.198788046836853,-0.8172140121459961,-0.053456999361515045,-1.4328540563583374,-1.864778995513916,-2.1420629024505615,0.6093360185623169,-1.2958979606628418,-0.40664801001548767,-1.306480050086975,-0.042396001517772675,-0.7030760049819946,1.3720060586929321,-0.890388011932373,-0.01107100024819374,-0.8908839821815491,0.18719600141048431,0.8648070096969604,-0.9739689826965332,0.9953759908676147,-0.4185140132904053,1.0348730087280273,-1.4845960140228271,-0.9845489859580994,-0.4566349983215332,-0.40865400433540344,1.85943603515625,0.2321469932794571,-0.2898389995098114,-0.21642599999904633,-0.3117839992046356,-2.160979986190796,-1.6699520349502563,-1.0696560144424438,-0.5622050166130066,-0.12350299954414368,-0.8238080143928528,-1.9607540369033813,-1.9811099767684937,-1.3146580457687378,-0.6575340032577515,-1.3074920177459717,0.0012760000536218286,0.057169001549482346,0.3601599931716919,-0.15356500446796417,-0.5724179744720459,-0.7777799963951111,-0.3083769977092743,0.7733280062675476,-0.594793975353241,1.8079990148544312,-1.2048920392990112,0.7176780104637146,1.723351001739502,1.6775130033493042,0.21615800261497498,-1.3598860502243042,-0.24111700057983398,0.15160399675369263,0.30756399035453796,0.7662720084190369,-1.5855790376663208,-0.24663500487804413,-0.8024740219116211,0.3949199914932251,-0.9065250158309937,-0.2969279885292053,1.2283940315246582,1.4137380123138428,-0.941012978553772,1.0481929779052734,1.0083309412002563,1.6336950063705444,-0.5985329747200012,1.073740005493164,-0.44821301102638245,0.38474300503730774,-1.269489049911499,-0.22123000025749207,-1.0463600158691406,-0.35103800892829895,-0.9101639986038208,0.6204360127449036,-2.219372034072876,-0.8377010226249695,-1.166648030281067,2.350548028945923,0.9486700296401978,0.9597470164299011,2.0069539546966553,1.210332989692688,1.1672810316085815,-0.9366739988327026,2.8693768978118896,1.2736380100250244,-0.6579800248146057,0.5664129853248596,0.7958279848098755,1.5004509687423706,-0.5184789896011353,-1.224105954170227,-0.7337610125541687,0.42706701159477234,-0.8205509781837463,2.1122899055480957,-1.3877819776535034,-0.777305006980896,-0.34158700704574585,-0.297078013420105,2.0894320011138916,0.10592299699783325,1.7663090229034424,0.9484390020370483,-0.7976909875869751,0.311381995677948,1.978247046470642,1.4091969728469849,-1.0807139873504639,-1.359434962272644,-0.21057599782943726,1.0890400409698486,0.7077410221099854,0.5421900153160095,0.5745660066604614,1.2091050148010254,0.8237230181694031,2.818187952041626,0.38414499163627625,1.232347011566162,1.6240730285644531,-1.9128799438476562,1.2831389904022217,-0.2231380045413971,1.3768960237503052,0.8592020273208618,-1.2553930282592773,1.3119289875030518,-1.0675840377807617,-1.0691590309143066,-1.3272219896316528,-1.4085570573806763,0.6142470240592957,0.8034080266952515,0.3729560077190399,2.7038118839263916,0.1826999932527542,2.5468640327453613,2.549743890762329,0.9414550065994263,1.0584089756011963,-0.9628069996833801,1.0625749826431274,-0.5193309783935547,0.7897509932518005,0.959526002407074,1.9807590246200562,-0.3610990047454834,2.0591959953308105,1.2355730533599854,0.5149760246276855,2.0574779510498047,-1.1797759532928467,-1.1299359798431396,-1.15414297580719,1.637253999710083,0.7040339708328247,-0.9773380160331726,-0.9785699844360352,0.13311199843883514,-0.9183560013771057,-0.7582579851150513,0.7756789922714233,1.075909972190857,0.6209160089492798,0.481999009847641,-0.48889899253845215,-1.137910008430481,-0.9102169871330261,-1.1542439460754395,1.4035999774932861,-1.1305830478668213,0.2783049941062927,0.13061800599098206,0.7376559972763062,-0.028658999130129814,0.1199830025434494,0.19766299426555634,0.8506770133972168,1.7475409507751465,-1.255018949508667,-0.3011780083179474,-1.9342880249023438,0.19533999264240265,-0.7519400119781494,-1.2564020156860352,1.8315080404281616,1.3518069982528687,0.9913679957389832,-1.7212450504302979,-0.9441739916801453,-0.8525239825248718,2.1931610107421875,0.17782600224018097,-0.9646530151367188,-1.8990939855575562,2.2623438835144043,0.4637100100517273,-0.018372999504208565,-0.1507900059223175,-2.1469500064849854,1.8625249862670898,-0.7412369847297668,1.1273829936981201,-0.2807239890098572,0.4025779962539673,-0.7319909930229187,-1.7475069761276245,1.3285059928894043,-0.9647150039672852,0.9184619784355164,0.2552419900894165,-0.0885939970612526,-0.46913498640060425,-1.671288013458252,-1.1289299726486206,1.2349820137023926,0.16988599300384521,-0.18249200284481049,1.7384569644927979,2.4658520221710205,-0.7974169850349426,-2.0690829753875732,-0.8058149814605713,0.22164900600910187,0.1653289943933487,-1.9924659729003906,-2.051476001739502,-1.6913470029830933,0.9490169882774353,-0.9710959792137146,2.244652032852173,1.0584369897842407,-0.5801399946212769,1.4397039413452148,-1.3051029443740845,-0.9621530175209045,1.0590900182724,2.318358898162842,-1.3567049503326416,0.08843900263309479,-0.34583601355552673,-0.36132198572158813,0.308120995759964,0.4930399954319,1.2321170568466187,-2.460045099258423,0.22985400259494781,-2.0103609561920166,0.2527349889278412,0.33108600974082947,-2.373505115509033,-0.9213709831237793,-0.07505399733781815,-0.5829330086708069,-0.8517150282859802,-0.7688519954681396,-0.5684009790420532,0.6546559929847717,-1.7510379552841187,0.09341999888420105,1.0682259798049927,-1.3818809986114502,-1.067322015762329,-1.2134369611740112,0.4727869927883148,-1.0614670515060425,1.7665859460830688,0.12903599441051483,-1.065951943397522,0.07550500333309174,-0.07007600367069244,2.361475944519043,1.1806119680404663,-0.10423299670219421,-1.5882240533828735,-2.116292953491211,-1.5777209997177124,-0.8860380053520203,0.88680100440979,-1.8181300163269043,1.5298470258712769,0.23210200667381287,-1.2721070051193237,0.04951100051403046,2.867337942123413,1.0591189861297607,-0.404774010181427,-0.34876999258995056,2.9398350715637207,-0.7668750286102295,1.1692670583724976,-0.5754920244216919,1.205834984779358,0.6976540088653564,-0.4945800006389618,-0.5124710202217102,-1.2420730590820312,1.1067169904708862,-1.84709894657135,-0.13406899571418762,0.08120600134134293,-0.9352369904518127,0.6080039739608765,-0.5401570200920105,-0.9009220004081726,-0.7351710200309753,-1.0814969539642334,1.2435489892959595,0.5453050136566162,0.8284860253334045,0.9587299823760986,1.8067779541015625,2.604590892791748,-1.3576970100402832,1.0458250045776367,-1.297240972518921,-1.2377430200576782,-0.3219209909439087,-1.1543450355529785,0.655925989151001,-0.8242689967155457,-1.279513955116272,-0.692209005355835,-0.7727429866790771,0.663079023361206,1.4998259544372559,2.174992084503174,1.1530539989471436,-2.389137029647827,1.0342580080032349,-2.3172690868377686,0.1106870025396347,-0.09921400249004364,-0.9355469942092896,-0.34673699736595154,1.0659860372543335,1.1810250282287598,-1.2962470054626465,1.196300983428955,-1.2482670545578003,-0.7731620073318481,-0.7784850001335144,-0.403670996427536,-0.3536509871482849,-1.139754056930542,0.31260600686073303,0.5263630151748657,0.5181049704551697,-0.40883299708366394,-1.2348500490188599,-1.5027899742126465,0.7135710120201111,-1.663262963294983,-0.898082971572876,-1.0852890014648438,0.5392159819602966,0.8511090278625488,0.8972340226173401,-1.0284899473190308,0.55765700340271,0.5259100198745728,1.2952120304107666,-0.8010290265083313,-0.5455780029296875,-0.5048140287399292,0.8823930025100708,-0.6493279933929443,2.1917049884796143,-1.1324180364608765,-0.9480879902839661,-0.2925319969654083,0.35962700843811035,1.2238850593566895,-0.730102002620697,0.3495039939880371,-1.873378038406372,-0.9658340215682983,0.9041410088539124,-1.2202459573745728,1.144690990447998,1.2771830558776855,0.6159700155258179,0.6890869736671448,-1.3793350458145142,-1.2655810117721558,1.9667710065841675,-0.8482639789581299,0.8953179717063904,1.0243699550628662,-1.1672580242156982,1.0359050035476685,0.2004929929971695,1.0688860416412354,0.07862100005149841,-1.517848014831543,-0.9074320197105408,-1.0899699926376343,-1.2325359582901,0.43942201137542725,1.9232640266418457,-0.23758600652217865,-0.30034399032592773,0.3151730000972748,-0.8259490132331848,0.5330809950828552,0.46452900767326355,0.29905301332473755,1.3372679948806763,2.6372640132904053,-0.6270110011100769,1.0584009885787964,2.121480941772461,2.061393976211548,-1.2774889469146729,1.1417690515518188,0.6557440161705017,0.7309640049934387,0.8535079956054688,0.5230799913406372,2.462718963623047,-0.8526840209960938,2.161303997039795,1.6268399953842163,0.0011899999808520079,-2.0168609619140625,0.7185450196266174,-1.1819700002670288,0.06882599741220474,-0.26669299602508545,0.22838200628757477,-0.1335339993238449,-1.3419270515441895,1.67529296875,0.9501760005950928,0.902550995349884,-0.2817020118236542,-0.6103259921073914,2.920612096786499,-2.265523910522461,-1.722741961479187,-0.14875899255275726,-0.4069179892539978,0.8864349722862244,-0.445935994386673,-0.22481800615787506,-1.1649479866027832,-2.011399984359741,-0.508430004119873,0.05154100060462952,0.007282000035047531,2.5162200927734375,-1.1077840328216553,-0.4889119863510132,-0.39777201414108276,0.3789980113506317,-0.03766600042581558,-1.1523890495300293,-1.4050990343093872,0.1869959980249405,1.1950609683990479,2.4170401096343994,0.7919309735298157,0.09246399998664856,-0.5346980094909668,-0.3297930061817169,-1.3724850416183472,1.7940709590911865,-0.1851709932088852,0.831279993057251,-0.22630099952220917,-1.098675012588501,1.3211029767990112,-1.1532299518585205,-0.4672119915485382,0.5972390174865723,-0.7860400080680847,-0.5743920207023621,-0.12424500286579132,0.09622299671173096,0.11848700046539307,-0.9455860257148743,-0.9548839926719666,0.7354549765586853,-2.0746090412139893,1.9782650470733643,-0.8130789995193481,2.781383991241455,2.7932510375976562,-1.9176980257034302,-1.893646001815796,2.230926990509033,1.1683889627456665,1.4954530000686646,-0.8941230177879333,-0.773123025894165,0.8438220024108887,0.7754089832305908,0.48755601048469543,2.7254750728607178,1.136536955833435,-1.1025530099868774,-1.0374300479888916,-0.9750310182571411,-0.621192991733551,0.3862920105457306,-1.3391660451889038,0.8289530277252197,0.9334390163421631,1.2917020320892334,-0.04505699872970581,0.5435190200805664,-1.0299880504608154,0.4388270080089569,1.787356972694397,2.090881109237671,2.0829429626464844,-1.1862939596176147,-0.49383801221847534,-1.2260630130767822,-0.5770120024681091,1.2719570398330688,0.41355299949645996,-0.26437899470329285,0.6693959832191467,0.25514501333236694,-1.1854280233383179,0.8918179869651794,-0.1688389927148819,-0.9880920052528381,-1.394076943397522,2.2502899169921875,-0.9929220080375671,-0.12924200296401978,-0.2112489938735962,1.304082989692688,0.8824719786643982,-0.5068759918212891,1.8957439661026,-0.06849700212478638,0.710794985294342,0.8040019869804382,-0.1878809928894043,-2.1149179935455322,-1.0128380060195923,1.2113549709320068,1.9010310173034668,0.5207899808883667,-1.275238037109375,2.724714994430542,2.753844976425171,1.2361929416656494,-2.1309919357299805,-0.8237580060958862,-0.7466869950294495,1.998500943183899,-1.0323050022125244,-0.46962499618530273,-0.9063559770584106,-1.355443000793457,-0.7939320206642151,0.5671030282974243,2.454090118408203,-1.1511160135269165,-0.030174000188708305,-0.06932099908590317,0.5431020259857178,-2.2909770011901855,0.6044319868087769,-0.08017700165510178,-1.0665090084075928,-0.9575729966163635,1.1365940570831299,0.7147570252418518,-1.9365919828414917,-1.0020450353622437,-1.347970962524414,2.341486930847168,-0.5098299980163574,2.5291600227355957,2.57066011428833,-0.4095720052719116,-1.38503098487854,0.9530209898948669,2.422697067260742,-0.07323499768972397,-0.11375399678945541,-0.13707700371742249,-0.3104720115661621,0.9475319981575012,0.922927975654602,0.9252600073814392,-1.3466219902038574,0.19398599863052368,0.1496569961309433,-0.24123799800872803,1.7870030403137207,-1.1236720085144043,0.053575001657009125,-1.220602035522461,0.6762250065803528,-0.7800350189208984,-2.0208280086517334,-0.9978749752044678,0.693340003490448,-0.8330690264701843,-0.37305399775505066,-1.0525720119476318,-1.3100810050964355,2.238593101501465,0.1253329962491989,-1.2102210521697998,1.5073410272598267,-0.9491130113601685,-0.30643799901008606,0.8897590041160583,0.4650160074234009,0.4335780143737793,-1.2583359479904175,0.6248980164527893,-0.32540199160575867,0.7437270283699036,0.2072950005531311,1.331004023551941,-1.3162230253219604,0.2462960034608841,0.763267993927002,-1.2494330406188965,-1.6491700410842896,0.9058499932289124,1.2714790105819702,-1.306954026222229,0.8044999837875366,-1.6115800142288208,-0.728721022605896,-1.4400180578231812,-1.4256089925765991,-1.446632981300354,0.734013020992279,1.0493730306625366,-1.3332090377807617,-0.24278999865055084,-0.23655399680137634,1.7177259922027588,0.4291119873523712,-1.4148030281066895,0.4784359931945801,-1.0420299768447876,2.2092440128326416,-1.3672120571136475,0.026832999661564827,-0.7417020201683044,2.3420488834381104,-0.7999870181083679,-0.7359030246734619,-0.07130999863147736,-1.0140039920806885,-0.7732160091400146,-0.7832170128822327,0.45931199193000793,-0.9021610021591187,1.8744360208511353,1.3155100345611572,0.9322929978370667,0.8022249937057495,-1.925534963607788,-1.8767449855804443,1.244784951210022,-0.390857994556427,-1.0466539859771729,-1.3149559497833252,1.9166259765625,0.4787060022354126,0.7257800102233887,1.1233160495758057,-1.2428539991378784,1.3974570035934448,-1.024243950843811,-0.5047039985656738,1.0570069551467896,0.5429890155792236,-1.273095965385437,-0.8926590085029602,0.6313959956169128,-0.2600890100002289,-0.5297099947929382,0.2913700044155121,2.6928160190582275,-2.2502729892730713,0.9787920117378235,-0.9592130184173584,-1.4998860359191895,1.015184998512268,-0.5031729936599731,0.7633470296859741,1.2279759645462036,-0.6965450048446655,1.1200339794158936,1.1368759870529175,-0.9982929825782776,1.221431016921997,0.6502349972724915,-0.3259960114955902,2.6342499256134033,-0.40589600801467896,-0.18731699883937836,1.8614389896392822,1.5068399906158447,0.8770809769630432,1.2094320058822632,1.2374629974365234,0.6468390226364136,2.921226978302002,1.0612519979476929,0.06487999856472015,-0.9998840093612671,0.04292000085115433,-1.1977590322494507,2.0919599533081055,-0.10144300013780594,-0.8894259929656982,0.056320998817682266,0.7203760147094727,0.7207080125808716,-2.339181900024414,-2.291203022003174,-0.3619160056114197,1.2633789777755737,1.340258002281189,0.6094629764556885,1.0346579551696777,-1.3867319822311401,-1.3745290040969849,-1.223101019859314,1.735914945602417,1.0225249528884888,0.6347939968109131,0.22278200089931488,-2.219151020050049,-0.21694500744342804,-0.9469730257987976,-0.9709280133247375,-0.9912390112876892,1.2790600061416626,-0.014705000445246696,-0.48873499035835266,-1.0454879999160767,-0.2922210097312927,-0.6027219891548157,-0.5578190088272095,-0.26746299862861633,-0.0946969985961914,0.6058880090713501,1.0121710300445557,1.7745779752731323,1.0962300300598145,-1.0459940433502197,0.4258579909801483,-0.1746399998664856,-0.7303429841995239,-1.0831780433654785,-0.9390890002250671,-0.2508539855480194,0.7726989984512329,-0.9544299840927124,-1.3030890226364136,-1.2777019739151,0.43037599325180054,-0.7695490121841431,1.1742119789123535,-1.1191270351409912,1.0805000066757202,-0.2081490010023117,0.7249209880828857,-0.09258799999952316,-0.27619901299476624,-0.04975900053977966,2.1128199100494385,-2.06638503074646,0.04591900110244751,0.7471150159835815,-1.2648680210113525,0.33917099237442017,1.3187429904937744,-1.1820319890975952,1.168666958808899,-0.5974360108375549,-1.0543169975280762,-0.5424240231513977,-0.11365800350904465,-0.900413990020752,0.18920299410820007,2.4963760375976562,2.4821009635925293,0.9896199703216553,-1.5938329696655273,-0.8644769787788391,2.3074710369110107,-1.1429569721221924,0.49984100461006165,-0.2788569927215576,-0.8118360042572021,1.2369660139083862,1.2211840152740479,2.110222101211548,0.07296399772167206,-2.262115955352783,1.4861509799957275,1.253985047340393,2.849522113800049,2.817241907119751,-1.319591999053955,-0.3590199947357178,-1.1520349979400635,-2.136404037475586,0.29639801383018494,0.14879199862480164,1.0093530416488647,-0.16288000345230103,-1.122009038925171,-0.6032559871673584,2.6736979484558105,-1.4594279527664185,1.648635983467102,-1.3546340465545654,1.7869420051574707,1.7287060022354126,0.042002998292446136,-1.3281519412994385,0.8802949786186218,-1.3304879665374756,1.3897089958190918,-1.034477949142456,1.2886309623718262,-0.8604199886322021,0.9946650266647339,1.7469290494918823,-1.0456160306930542,-0.7930480241775513,-1.3921829462051392,1.5562859773635864,0.30060499906539917,1.2287240028381348,-0.8944470286369324,-0.8276389837265015,1.2509709596633911,-1.0276789665222168,2.1875178813934326,-0.07474900037050247,0.04461999982595444,0.9359319806098938,0.12908799946308136,0.8753550052642822,0.6602609753608704,-1.259883999824524,0.7964890003204346,2.5325770378112793,-0.18606099486351013,2.143857955932617,1.0652580261230469,0.4934299886226654,0.6028860211372375,0.49771401286125183,-1.0018680095672607,0.07479800283908844,0.9318770170211792,0.31664299964904785,-0.20238299667835236,-0.481112003326416,-0.5839759707450867,-0.9140499830245972,-0.7676560282707214,-0.6939240097999573,0.5186730027198792,-0.9675999879837036,0.03421200066804886,-0.8137249946594238,-1.2836250066757202,1.387058973312378,-0.8009870052337646,0.9624519944190979,2.448375940322876,-0.059365998953580856,-0.5855739712715149,-0.43630900979042053,-0.7669579982757568,-1.0657639503479004,-0.5753430128097534,-0.7455829977989197,-0.6180760264396667,-0.33992698788642883,-0.9830629825592041,-1.7452239990234375,-1.1538209915161133,-1.7692790031433105,-0.4492639899253845,0.5320479869842529,1.3209600448608398,-1.0539699792861938,1.3725589513778687,-0.2013929933309555,-2.1711599826812744,-0.19527499377727509,-0.7711520195007324,-0.6806079745292664,1.3082350492477417,0.8774499893188477,-0.3415220081806183,-0.3691500127315521,2.445852041244507,1.6198879480361938,1.8837120532989502,1.9078760147094727,-0.20579199492931366,0.3639709949493408,0.4685400128364563,0.9129279851913452,0.32151898741722107,0.43648600578308105,0.5998179912567139,1.6156959533691406,-1.199280023574829,-1.2305439710617065,-0.7067540287971497,1.0709840059280396,1.4558069705963135,-1.878391981124878,-0.6777629852294922,-0.7319949865341187,1.678737998008728,-0.6675209999084473,0.3739359974861145,-1.3810629844665527,0.8799239993095398,0.886929988861084,1.2867339849472046,1.2434250116348267,1.3208680152893066,-1.0097910165786743,0.2274859994649887,-1.0895609855651855,-1.0375640392303467,-1.0201460123062134,0.8403779864311218,-0.13593800365924835,-0.20658400654792786,-0.9952160120010376,1.7234339714050293,-0.12329299747943878,-0.12907099723815918,-1.1849700212478638,1.6437840461730957,0.18948400020599365,0.29750099778175354,-0.17649400234222412,-0.46132999658584595,-0.6359999775886536,-0.9990890026092529,0.6279100179672241,-0.08781799674034119,1.17890202999115,-1.1283090114593506,-0.8109359741210938,-2.1857709884643555,0.4180760085582733,-1.3462389707565308,0.4809280037879944,-1.470317006111145,0.9155880212783813,-1.9128069877624512,-1.785946011543274,1.2033319473266602,1.091012954711914,-0.49831798672676086,0.5472350120544434,0.47202301025390625,-1.5241119861602783,1.230044960975647,1.15248703956604,-1.0723309516906738,2.8451390266418457,-0.017371999099850655,0.595687985420227,-0.861266016960144,0.3812429904937744,-0.4412829875946045,1.236050009727478,-0.09770999848842621,0.35564398765563965,-0.8606089949607849,-0.25352099537849426,-0.8704569935798645,0.010095000267028809,-0.5466539859771729,-0.6312519907951355,1.516440987586975,0.32302799820899963,-0.7791939973831177,-0.014809000305831432,-0.058407001197338104,0.1447169929742813,-0.6549180150032043,-1.3380850553512573,0.5999109745025635,1.697180986404419,2.4907679557800293,-0.9847249984741211,-0.4845440089702606,-0.5451679825782776,2.725670099258423,-0.9816780090332031,2.3158040046691895,2.3926661014556885,1.0484199523925781,1.1813809871673584,-0.8310880064964294,-0.5204290151596069,-1.23328697681427,0.9102479815483093,0.3276369869709015,-1.1247249841690063,-0.9207500219345093,-1.3735640048980713,2.4849469661712646,0.5473319888114929,-1.0684789419174194,-1.378208041191101,1.9783329963684082,-1.1600149869918823,-1.11387300491333,0.1392260044813156,0.1282079964876175,1.0280050039291382,-0.7446439862251282,-0.03047100082039833,2.116128921508789,2.0660300254821777,-0.38670000433921814,-0.9725300073623657,-0.8107249736785889,-1.6517930030822754,1.8449130058288574,1.4259140491485596,-0.7655460238456726,-0.9607040286064148,-0.9483000040054321,-1.1889760494232178,2.9476470947265625,0.24348899722099304,0.5189020037651062,0.20917600393295288,1.7953490018844604,0.3206540048122406,-0.9162219762802124,-0.6315609812736511,0.5262069702148438,-0.7544490098953247,-1.9011839628219604,-0.6106590032577515,-0.5838069915771484,-0.35396599769592285,0.8677430152893066,2.828887939453125,-0.7885149717330933,-0.2922149896621704,0.39099401235580444,-0.30612999200820923,0.530273973941803,-0.6780620217323303,-0.020620999857783318,1.7350460290908813,-0.12251099944114685,1.9804099798202515,-0.9337940216064453,-0.0975240021944046,-0.41607901453971863,2.6112899780273438,1.1590869426727295,2.170775890350342,2.852508068084717,-1.7105209827423096,-1.0442399978637695,-0.8330780267715454,1.2834910154342651,-2.1780619621276855,-1.505308985710144,-1.1855570077896118,2.1816558837890625,0.7535939812660217,-1.3751800060272217,0.27021801471710205,-0.7417500019073486,1.437582015991211,-1.3644920587539673,1.2341610193252563,0.21418200433254242,-0.8863229751586914,-0.9973480105400085,-0.2897779941558838,-1.0979540348052979,2.5941131114959717,-1.1016169786453247,0.1317169964313507,-0.7908480167388916,1.0806570053100586,1.4964749813079834,-0.8185489773750305,-0.7113760113716125,1.0788650512695312,0.9242550134658813,-1.8650670051574707,-0.08003400266170502,2.6516571044921875,1.8929840326309204,0.5320919752120972,0.4622650146484375,-0.10033199936151505,0.7180280089378357,0.3747430145740509,-0.6131690144538879,1.2145769596099854,-0.4270150065422058,0.7980390191078186,-0.0712210014462471,-0.15077200531959534,-0.13467399775981903,0.19609799981117249,0.2573240101337433,-1.2553889751434326,-0.7969549894332886,-0.5040519833564758,-1.1207720041275024,-0.5141299962997437,-1.5413589477539062,1.5846829414367676,2.0429739952087402,0.26450300216674805,-0.523635983467102,-1.0539120435714722,-0.522150993347168,0.038189999759197235,-1.0654059648513794,-1.0613420009613037,0.6654000282287598,0.6792140007019043,2.0524230003356934,2.1265790462493896,-0.5284810066223145,1.0085599422454834,0.5473080277442932,-1.5411380529403687,1.001315951347351,0.195032998919487,1.590772032737732,-0.9024900197982788,-1.2335970401763916,0.6108700037002563,-1.8779410123825073,-0.8380740284919739,1.2827420234680176,1.3162590265274048,-0.05106699839234352,-0.31513500213623047,-0.7566959857940674,-1.1004149913787842,-0.49125900864601135,1.1099929809570312,0.926173985004425,-0.4414590001106262,-0.11926200240850449,-0.5103530287742615,-1.2587120532989502,-0.5497390031814575,1.7640379667282104,0.11553200334310532,1.0663390159606934,1.6794509887695312,-0.6085540056228638,0.960735023021698,1.2873469591140747,1.757362961769104,0.45238998532295227,-1.6830379962921143,-1.6137479543685913,-0.24764299392700195,-0.6967909932136536,-0.9145640134811401,2.0092930793762207,0.22973500192165375,0.1665000021457672,0.19930100440979004,1.182168960571289,-0.8885189890861511,-0.6072090268135071,0.25979799032211304,0.07151100039482117,-0.9949589967727661,-1.653056025505066,-1.6430619955062866,-0.6712650060653687,-0.46783098578453064,-0.48115500807762146,-0.8679749965667725,-0.07131899893283844,2.2305450439453125,-1.3254519701004028,-0.30264899134635925,1.1450790166854858,-1.40802001953125,-0.028870999813079834,-1.6742019653320312,0.00447099981829524,0.17700199782848358,2.9368600845336914,0.8416529893875122,1.0761460065841675,-0.4380829930305481,-0.7723479866981506,1.1236950159072876,0.9310929775238037,-0.9862300157546997,-0.8509349822998047,1.9783519506454468,-0.8338630199432373,-1.1537259817123413,0.4836390018463135,-1.0798989534378052,0.2999339997768402,0.951121985912323,0.34264400601387024,0.9497759938240051,-0.5060240030288696,2.26910400390625,1.9490339756011963,0.07875599712133408,1.4548250436782837,1.355841040611267,-1.1997129917144775,-1.1425689458847046,-0.058869000524282455,-0.07361599802970886,2.271148920059204,0.918304979801178,0.00763599993661046,-1.1041450500488281,-0.7308629751205444,1.810148000717163,0.43485599756240845,0.9312419891357422,-1.250512957572937,1.1833009719848633,-0.664825975894928,-0.024000000208616257,0.2593350112438202,0.94964998960495,0.5461999773979187,0.35071098804473877,0.058720000088214874,-1.2559620141983032,-0.07232499867677689,-1.303313970565796,0.8268150091171265,0.6506810188293457,2.4143869876861572,2.4270401000976562,-0.761430025100708,0.6753900051116943,-1.1847310066223145,1.6699329614639282,-1.0012160539627075,-1.3467459678649902,-0.3879300057888031,0.2327989935874939,0.3166539967060089,2.313416004180908,-0.38270699977874756,-0.7919269800186157,-0.35728099942207336,-0.4283599853515625,0.7863919734954834,-0.5090199708938599,-0.598921000957489,2.164246082305908,-0.8692880272865295,-1.108523964881897,-0.29990801215171814,0.5651580095291138,1.3125519752502441,1.3549129962921143,-1.059918999671936,-0.4789299964904785,-1.1403019428253174,2.2692909240722656,-1.548550009727478,-1.0081419944763184,1.3519459962844849,-0.5187770128250122,0.39678001403808594,1.8568120002746582,-0.9623420238494873,-0.34867799282073975,-0.6255419850349426,0.2329770028591156,0.378493994474411,0.42947399616241455,-0.6732169985771179,0.6077439785003662,0.5950120091438293,-1.3952449560165405,0.9974550008773804,-1.1373569965362549,-0.7834200263023376,0.7152519822120667,0.6617900133132935,-1.1492420434951782,0.9817889928817749,-0.8237230181694031,-1.9303770065307617,-0.36184200644493103,0.1496729999780655,1.1793160438537598,-1.171023964881897,0.4803769886493683,-0.8882709741592407,-1.1501120328903198,-0.050269998610019684,0.11937499791383743,-0.9347280263900757,-0.7644019722938538,-0.7956600189208984,0.11529099941253662,1.2325730323791504,0.7127839922904968,-0.24903899431228638,-2.415282964706421,-0.09745600074529648,-1.0933120250701904,-1.101269006729126,-0.8998219966888428,1.065472960472107,-0.8373159766197205,2.4620769023895264,1.059669017791748,-0.02201100066304207,2.8558669090270996,-0.13297900557518005,-0.5544660091400146,0.3506850004196167,-2.3064379692077637,-0.38318800926208496,-0.04832100123167038,-0.13846799731254578,-0.08195900171995163,-1.2003990411758423,-0.4383929967880249,-0.15306200087070465,-0.2691879868507385,-1.9516350030899048,0.6028209924697876,-0.029083000496029854,-0.2238990068435669,-1.3371039628982544,-1.822543978691101,0.43962499499320984,2.738960027694702,1.9580270051956177,0.11915799975395203,0.202457994222641,-0.5532450079917908,0.0002789999998640269,-1.267024040222168,-1.4646060466766357,-1.4769389629364014,2.311284065246582,-0.6749770045280457,2.045793056488037,-0.5251160264015198,1.8486570119857788,-0.6927189826965332,1.6987080574035645,-0.20829999446868896,-1.2033519744873047,-1.4238100051879883,-1.3292789459228516,-2.3888070583343506,-0.08688700199127197,-0.023468000814318657,1.1956369876861572,0.6202239990234375,1.2142529487609863,1.4560790061950684,-0.8591430187225342,1.3894319534301758,-1.3320870399475098,0.14739400148391724,-0.8864330053329468,-0.14754000306129456,-0.8636999726295471,0.9190170168876648,1.8004399538040161,-0.6313279867172241,-0.9523540139198303,-0.7813220024108887,-0.7578970193862915,0.00876499991863966,-1.2154430150985718,1.1044139862060547,0.6821370124816895,1.486860990524292,2.289470911026001,0.03179800137877464,-0.4705440104007721,-0.056703001260757446,1.184319019317627,0.4150499999523163,2.17352294921875,1.5095020532608032,1.575145959854126,1.3706539869308472,1.2029180526733398,1.2285740375518799,2.3182709217071533,2.8860509395599365,0.1240449994802475,0.09141600131988525,0.877581000328064,0.9373170137405396,-1.703927993774414,-1.357017993927002,-1.3132610321044922,-1.619284987449646,-1.9137649536132812,0.4042719900608063,1.371749997138977,-1.2862440347671509,1.170760989189148,2.397692918777466,1.0813829898834229,0.10212100297212601,0.17084699869155884,0.3921259939670563,0.2014009952545166,1.0285459756851196,-1.5797079801559448,-0.4503690004348755,1.2637929916381836,-1.0874589681625366,2.1134679317474365,-1.1733429431915283,0.19067400693893433,0.9073020219802856,-2.1543960571289062,0.3768790066242218,0.8773400187492371,-0.4536899924278259,0.4053559899330139,-1.8704570531845093,-1.7312999963760376,-0.37442201375961304,-0.6877430081367493,1.0885089635849,-0.31171301007270813,0.6537060141563416,-0.6213120222091675,-0.3230710029602051,-1.383010983467102,1.6523109674453735,-1.25416898727417,-1.0968070030212402,-1.4711469411849976,-2.0631260871887207,0.7972220182418823,-0.24387399852275848,-1.276453971862793,0.7204480171203613,0.24764500558376312,-0.27650898694992065,1.7958110570907593,-0.6308130025863647,-0.09953299909830093,0.7718290090560913,0.8991519808769226,1.6018869876861572,0.8377180099487305,-1.6568759679794312,0.042746998369693756,0.576324999332428,-0.6062920093536377,0.9252089858055115,-1.0378979444503784,-0.8593810200691223,1.5234910249710083,2.182796001434326,1.6002960205078125,-0.6806790232658386,0.8324000239372253,-0.9446179866790771,1.2761310338974,0.337024986743927,-1.4449659585952759,-0.4582740068435669,-1.4277379512786865,0.3858419954776764,1.9479060173034668,0.6767330169677734,-1.3767770528793335,0.15638099610805511,-1.894906997680664,-0.33466199040412903,-1.2764769792556763,1.3057910203933716,0.8782349824905396,2.091238021850586,-0.06535699963569641,-0.5886520147323608,2.0684618949890137,2.068092107772827,-0.5122640132904053,0.8570340275764465,-0.7612249851226807,1.0613830089569092,-0.41589298844337463,1.8332200050354004,0.811381995677948,-0.3755129873752594,-1.140315055847168,2.8098831176757812,0.29354798793792725,-0.719989001750946,-0.7152439951896667,0.8312199711799622,0.06981000304222107,-0.7758939862251282,1.2762759923934937,1.254019021987915,-0.678039014339447,1.1146299839019775,1.2837790250778198,-1.3317370414733887,-0.8189659714698792,-1.5724380016326904,2.2844579219818115,1.2012510299682617,-0.6539099812507629,2.638823986053467,2.0013699531555176,0.3497050106525421,-0.43091699481010437,1.012442946434021,-0.15560199320316315,-0.14766299724578857,-0.9440919756889343,-0.5608789920806885,1.7150919437408447,0.3415069878101349,-0.2573719918727875,0.9166070222854614,1.4387669563293457,-1.3806300163269043,-1.6588590145111084,1.8555450439453125,1.4185609817504883,-0.9864590167999268,-1.1781009435653687,-0.28202900290489197,1.2379080057144165,-2.0971860885620117,-1.026703953742981,1.0494120121002197,0.5953080058097839,0.14989399909973145,0.43318700790405273,1.2117459774017334,-1.4842569828033447,-1.314039945602417,-0.5959799885749817,-0.2661930024623871,-2.2352449893951416,-0.7124180197715759,-0.7161350250244141,1.9293709993362427,1.1899880170822144,-0.29966700077056885,-1.0154670476913452,2.026500940322876,0.8288090229034424,2.055398941040039,-0.34271299839019775,0.9416829943656921,-0.28941500186920166,2.6688311100006104,0.14860199391841888,0.08669999986886978,-0.5271570086479187,0.6563339829444885,-1.4200899600982666,-2.0874359607696533,-0.8819469809532166,-0.723343014717102,-1.4667530059814453,-2.0476510524749756,-0.7378169894218445,0.07540100067853928,-0.9039250016212463,-0.2636759877204895,-0.6423860192298889,0.3080430030822754,-1.3097330331802368,0.9321320056915283,0.34040799736976624,-1.1375420093536377,0.9474350214004517,0.6077880263328552,0.213128000497818,0.6795960068702698,2.022412061691284,-2.3047571182250977,-0.6724709868431091,-0.4639360010623932,-2.0270609855651855,-1.1728119850158691,0.5803679823875427,-0.9207670092582703,0.7399430274963379,1.6871429681777954,-0.8227949738502502,-1.219303011894226,0.9459090232849121,1.2003090381622314,0.3450239896774292,1.6085280179977417,2.51658296585083,-2.3948099613189697,0.6648529767990112,-1.1868189573287964,-0.6309019923210144,2.4095869064331055,2.2533469200134277,-0.6524350047111511,2.3946990966796875,1.0987809896469116,1.0605469942092896,-0.10191799700260162,0.7407619953155518,-1.3749580383300781,0.13282500207424164,-0.031178999692201614,-0.9295650124549866,-1.403419017791748,-0.4362710118293762,1.1056129932403564,-1.180053949356079,-0.6564180254936218,-1.3236709833145142,-1.5247490406036377,0.2645759880542755,-1.4173330068588257,1.732800006866455,0.4982759952545166,-1.2619129419326782,1.9506629705429077,-0.8567709922790527,1.848343014717102,-1.3807599544525146,0.6108120083808899,-1.070786952972412,-2.468080997467041,-0.4796459972858429,-0.47136399149894714,-1.1736910343170166,1.7916560173034668,-1.411628007888794,-2.231895923614502,-0.8052830100059509,2.91497802734375,2.3323750495910645,1.8210949897766113,1.548969030380249,-0.6523370146751404,-1.233855962753296,2.580883026123047,1.242737054824829,-0.9386169910430908,0.7343289852142334,0.9117810130119324,1.5807249546051025,0.1031859964132309,-0.8347640037536621,0.09179499745368958,-0.6583359837532043,1.5396000146865845,-1.0124050378799438,1.4723050594329834,0.6759430170059204,-0.36579400300979614,0.008426000364124775,0.06112699955701828,-1.000573992729187,-1.0053329467773438,-1.0192309617996216,-0.7238349914550781,1.1042100191116333,-0.7504460215568542,1.7583270072937012,-2.5447158813476562,-2.1188321113586426,-1.6084589958190918,-1.17399001121521,-0.5528560280799866,-1.529371976852417,-0.9931259751319885,0.2232159972190857,1.0419319868087769,1.8068870306015015,-0.5901070237159729,1.187190055847168,-0.8692370057106018,0.7584609985351562,-2.294456958770752,-0.8820040225982666,1.662032961845398,1.0737669467926025,1.0976810455322266,0.4751029908657074,0.62192302942276,1.987563967704773,-0.7902650237083435,-0.7681519985198975,1.4346979856491089,-0.7748420238494873,0.3304789960384369,1.273717999458313,-1.0193439722061157,0.2788099944591522,-0.5954970121383667,0.49997198581695557,2.1244781017303467,2.229185104370117,0.031511999666690826,-1.7241079807281494,0.4495289921760559,2.9503400325775146,-1.287490963935852,-1.2071080207824707,1.1534359455108643,-1.2554800510406494,0.8772310018539429,0.367917001247406,0.6892639994621277,1.6490709781646729,1.2272100448608398,-1.2336490154266357,0.05760600045323372,0.6244059801101685,0.018660999834537506,-0.07487499713897705,-1.924636960029602,0.08019799739122391,0.4620409905910492,1.1600810289382935,1.079226016998291,0.8433719873428345,-1.2162450551986694,0.7330639958381653,-1.707595944404602,0.8119350075721741,-0.08923999965190887,0.030990999191999435,0.7370619773864746,-1.1727139949798584,-1.1358449459075928,1.2402429580688477,2.3545069694519043,1.3303109407424927,-0.39747199416160583,-1.8880620002746582,-0.8724619746208191,1.1882389783859253,-0.3469969928264618,-1.0168839693069458,-1.2067760229110718,2.3515710830688477,-0.8506979942321777,-0.6570109724998474,-2.0137391090393066,0.417167991399765,-2.487407922744751,0.9037759900093079,1.1913069486618042,0.2501569986343384,-0.09630999714136124,0.8894429802894592,-0.33217599987983704,-1.15277898311615,-0.25427699089050293,-0.6928930282592773,-0.9021940231323242,-0.5678979754447937,-1.0781530141830444,-1.1609790325164795,-0.6539760231971741,2.1368870735168457,-0.6637899875640869,0.10179000347852707,1.6055999994277954,0.3278689980506897,0.4875369966030121,-0.41480499505996704,-0.5368980169296265,-1.3578720092773438,-1.1014790534973145,-0.8877959847450256,1.2053719758987427,-0.5121350288391113,0.8935089707374573,-0.8324400186538696,-1.3137279748916626,-1.2737829685211182,0.31463098526000977,1.293146014213562,0.10742799937725067,0.443325012922287,2.690717935562134,2.6642000675201416,-1.100208044052124,0.002193999942392111,1.6213330030441284,-1.20136296749115,1.1885830163955688,-0.08301900327205658,-0.8494160175323486,1.5456889867782593,-1.1563299894332886,0.5472990274429321,-1.2521589994430542,-0.23362000286579132,1.150900959968567,-2.191200017929077,-0.6270059943199158,2.2633581161499023,-0.2787329852581024,-1.2601690292358398,1.3358570337295532,0.36360201239585876,0.7508540153503418,0.8256109952926636,1.3890960216522217,-1.4871530532836914,1.6354670524597168,1.9781320095062256,0.1514900028705597,0.21863700449466705,-0.2958019971847534,-2.1342320442199707,0.4124940037727356,0.6114220023155212,0.3527980148792267,0.39529499411582947,-0.6007980108261108,1.3224879503250122,-0.710174024105072,1.7788280248641968,-0.5712640285491943,-1.4553380012512207,1.313770055770874,0.20203199982643127,0.5136740207672119,-0.9581159949302673,1.2758229970932007,-0.5496860146522522,0.9597139954566956,1.1858750581741333,-1.7888929843902588,1.0685009956359863,2.4281859397888184,-0.6356279850006104,1.9780960083007812,2.6183619499206543,0.17746399343013763,0.16887900233268738,-1.8403819799423218,-0.7659299969673157,0.6280410289764404,-0.07190699875354767,-0.5705839991569519,-0.6102989912033081,-1.3847800493240356,0.6696460247039795,-1.2078429460525513,-1.3126850128173828,-0.26304200291633606,-1.4174540042877197,-0.27430999279022217,0.298088014125824,-0.39740800857543945,0.3852880001068115,1.589905023574829,1.5664900541305542,1.7195069789886475,-0.07763200253248215,2.4435999393463135,1.7911299467086792,-1.5010509490966797,-1.3851009607315063,2.296833038330078,-0.10778000205755234,0.5640109777450562,-0.6207669973373413,1.0614969730377197,-1.8934190273284912,-1.2828489542007446,-0.33061400055885315,0.22814999520778656,-1.3819069862365723,-1.0572600364685059,-0.5703660249710083,0.9318569898605347,-0.3796960115432739,-2.0659101009368896,0.7058410048484802,1.701509952545166,-1.1708680391311646,-0.8336129784584045,-2.105797052383423,-0.9172279834747314,-0.7279819846153259,-0.26272299885749817,-1.548248052597046,0.32282400131225586,-0.9461489915847778,-1.2952569723129272,-1.2000060081481934,-0.9749150276184082,-0.6335210204124451,1.3067649602890015,0.15964800119400024,0.11486800014972687,-0.9715560078620911,1.215019941329956,1.0404839515686035,0.09289799630641937,-0.12713199853897095,2.777311086654663,-0.9799450039863586,0.8214420080184937,-0.9507520198822021,2.3485500812530518,-0.7085819840431213,1.0518980026245117,-0.3178369998931885,0.7904319763183594,-0.9398760199546814,0.8043720126152039,0.42633700370788574,0.5944250226020813,0.29884299635887146,-0.31392601132392883,-1.1280360221862793,-1.936385989189148,-1.9596840143203735,-0.29531899094581604,2.1865899562835693,-0.044610001146793365,-0.8502950072288513,0.8043670058250427,-1.1239099502563477,-1.9763129949569702,-0.8756210207939148,0.6381719708442688,0.6526939868927002,-1.3001840114593506,0.2026669979095459,-0.16412900388240814,-1.2033660411834717,2.0372300148010254,-1.7435530424118042,2.6809840202331543,0.7697510123252869,0.9975879788398743,0.4213939905166626,-1.1903090476989746,-0.6078770160675049,0.1801230013370514,1.0131109952926636,-0.7261679768562317,-0.8736590147018433,-1.0288469791412354,-0.6874160170555115,-0.8437349796295166,-0.70107501745224,1.131600022315979,-0.8381639719009399,1.525007963180542,2.3179359436035156,2.3998219966888428,-1.366866946220398,-0.9772729873657227,0.6801450252532959,0.2511110007762909,-0.7237020134925842,0.8235399723052979,-1.6269910335540771,0.8929200172424316,1.1503009796142578,0.4291439950466156,1.0505290031433105,-1.0310399532318115,2.761543035507202,-0.8335109949111938,0.7512580156326294,0.9208589792251587,-1.308892011642456,-1.3829540014266968,0.0855029970407486,-1.1648080348968506,-0.24722999334335327,0.020718000829219818,0.8143470287322998,-0.7808730006217957,-1.5896929502487183,1.7406009435653687,-1.1760480403900146,-1.2347970008850098,-1.1907559633255005,0.8663820028305054,1.0269559621810913,-0.1137939989566803,0.08643999695777893,-0.8556100130081177,0.18921400606632233,-0.8966919779777527,-0.8916800022125244,-1.286633014678955,0.08300399780273438,0.9686509966850281,0.9764630198478699,1.1576629877090454,1.2559469938278198,-1.8576279878616333,0.6767619848251343,2.842741012573242,-2.036652088165283,-1.1555880308151245,-1.0926909446716309,-0.5623810291290283,-0.03556099906563759,-1.4553600549697876,0.8990359902381897,-1.0384739637374878,-0.915107011795044,-1.377864956855774,2.7315549850463867,-0.7055360078811646,-0.5254819989204407,-0.5739060044288635,-0.6602180004119873,-0.17291299998760223,0.259986013174057,0.9173740148544312,-0.3273319900035858,0.3835259974002838,0.9403380155563354,2.303961992263794,0.7956770062446594,0.6578869819641113,-0.15468400716781616,-1.644927978515625,0.8109999895095825,1.0108150243759155,-0.707414984703064,-1.0065350532531738,1.652405023574829,-1.3945389986038208,0.6993439793586731,-1.2438910007476807,-1.2774970531463623,0.9490659832954407,0.5301589965820312,0.9476950168609619,-0.38770198822021484,0.8575180172920227,-0.10313399881124496,-0.8936039805412292,-0.7976319789886475,1.8347699642181396,-1.2442749738693237,-1.1026990413665771,-0.15859299898147583,0.47360101342201233,1.3208609819412231,0.19319400191307068,-1.4350229501724243,0.9514179825782776,0.6991429924964905,-0.5777930021286011,-0.4279260039329529,0.6960750222206116,0.7164000272750854,1.9441859722137451,-0.6083809733390808,2.231842041015625,-0.7705309987068176,-0.6571040153503418,2.319304943084717,2.320617914199829,-0.7879469990730286,0.024521000683307648,-2.5581610202789307,-0.49046701192855835,2.120210886001587,2.290709972381592,2.089647054672241,2.6641180515289307,-0.818763017654419,1.165024995803833,2.213860034942627,1.1555529832839966,1.2433960437774658,-0.6029729843139648,-1.2464070320129395,-0.16563299298286438,-0.7219280004501343,-0.9060760140419006,-1.543030023574829,1.7997349500656128,0.5675470232963562,-1.3916490077972412,1.1712629795074463,-1.2869189977645874,-0.5740929841995239,1.1918829679489136,1.0993269681930542,0.5144320130348206,-1.200827956199646,-0.8410260081291199,-1.159872055053711,0.722212016582489,1.3461530208587646,-0.5905150175094604,-0.9959369897842407,2.142822027206421,-1.0254770517349243,-0.14727400243282318,-1.3808120489120483,0.21991199254989624,1.9797769784927368,-1.0921080112457275,-0.03820899873971939,-1.0952789783477783,2.054689884185791,-2.3732259273529053,1.0873949527740479,0.11617899686098099,1.7926349639892578,1.958770990371704,2.138592004776001,-1.2215960025787354,0.4221949875354767,-0.5668830275535583,-1.0303879976272583,-0.9450950026512146,2.8103930950164795,0.709613025188446,-1.8750560283660889,0.06418900191783905,1.1613140106201172,-0.41794800758361816,0.2164520025253296,-0.34001100063323975,-0.01570199988782406,0.1229960024356842,-0.7813779711723328,1.2806930541992188,-1.4265769720077515,-0.6437289714813232,-0.6348350048065186,1.5664889812469482,1.0272560119628906,2.2173209190368652,-1.6565860509872437,-0.8513339757919312,0.3780589997768402,-1.1384199857711792,0.34223899245262146,0.12289399653673172,-1.1750990152359009,-1.913498044013977,0.05942999944090843,-0.8164299726486206,0.7485690116882324,0.21046599745750427,0.6618009805679321,-0.4359770119190216,-0.27486398816108704,-0.16784100234508514,1.9434939622879028,0.5043370127677917,-0.5629299879074097,-1.063696026802063,0.3398660123348236,-0.1688610017299652,-0.675652027130127,-0.5502129793167114,-1.946344017982483,-0.9566429853439331,0.06624200195074081,0.017833000048995018,0.002237000036984682,1.259840965270996,-0.35159099102020264,-0.9247999787330627,1.0689220428466797,-0.3423750102519989,-0.1417199969291687,1.338636040687561,-0.6051480174064636,-1.9316020011901855,0.46935299038887024,2.301867961883545,0.14088599383831024,-1.3109840154647827,-1.275169014930725,-0.20432999730110168,-1.137529969215393,0.86530601978302,0.23008300364017487,-0.9664509892463684,-0.26965001225471497,-1.1969490051269531,0.11749300360679626,0.6892390251159668,2.919564962387085,-0.2897930145263672,-0.644536018371582,2.7034430503845215,0.2416429966688156,-0.9401419758796692,-0.6549969911575317,-1.3860419988632202,-0.6083549857139587,1.5915050506591797,-1.1570600271224976,-1.1836930513381958,-0.11730299890041351,1.228201985359192,1.3142060041427612,1.4455809593200684,2.5084259510040283,-0.36686500906944275,0.35484999418258667,-1.3446249961853027,1.1795159578323364,0.5997769832611084,-0.5839589834213257,-1.3924269676208496,0.9497249722480774,1.3127249479293823,0.6795769929885864,-1.795272946357727,0.21937799453735352,1.1051520109176636,-0.21194100379943848,-0.2278590053319931,0.6947649717330933,0.933692991733551,1.5014619827270508,-0.9646919965744019,-0.7191449999809265,-0.28317099809646606,-1.5161219835281372,-0.19675800204277039,-1.0481840372085571,-1.453521966934204,0.0843999981880188,2.4669480323791504,1.2079370021820068,-1.3760490417480469,1.4247750043869019,0.5637350082397461,-0.2059839963912964,-0.13457700610160828,0.5697020292282104,0.14393499493598938,-0.6193860173225403,-0.7228360176086426,1.3253170251846313,0.8818449974060059,-1.311195969581604,-0.41352400183677673,-1.5786429643630981,1.9597569704055786,0.0771230012178421,1.284114956855774,-1.0939199924468994,1.1157699823379517,-0.912617027759552,1.4878699779510498,-1.1657390594482422,1.2099920511245728,-0.38311800360679626,-0.594539999961853,0.320948988199234,-1.0991740226745605,1.084414005279541,-1.1900769472122192,-1.2836569547653198,2.1277410984039307,-1.296368956565857,1.2769030332565308,1.0058549642562866,1.1040600538253784,2.0627288818359375,-0.9615100026130676,1.4623500108718872,-0.6844350099563599,-1.1874769926071167,0.01998399943113327,0.24669399857521057,0.4064520001411438,-0.5103849768638611,-1.0385700464248657,0.2331250011920929,-0.7831900119781494,-0.8779289722442627,-0.8160830140113831,-0.9272390007972717,-0.9125350117683411,-1.295403003692627,1.9016799926757812,-0.8863949775695801,-1.8906749486923218,-2.0176849365234375,-1.0641679763793945,-0.956354022026062,-0.95551997423172,-0.5855749845504761,1.8416670560836792,1.165281057357788,1.053354024887085,-0.5158920288085938,-0.4686239957809448,0.10924500226974487,-0.485522985458374,-1.319551944732666,1.2364269495010376,2.2836570739746094,0.05009299889206886,0.5475999712944031,-1.274906039237976,1.0020689964294434,-0.09169600158929825,2.521174907684326,-1.8782999515533447,-0.4064820110797882,-0.7574229836463928,0.23451000452041626,2.032989025115967,1.1452560424804688,2.2945940494537354,-0.013492999598383904,0.9150090217590332,2.6533970832824707,2.865880012512207,-1.516821026802063,2.015960931777954,1.154062032699585,1.121891975402832,-0.35114800930023193,-1.0246429443359375,1.6696619987487793,0.5777829885482788,-1.055722951889038,1.1316649913787842,1.7564749717712402,-0.7848730087280273,-0.6910489797592163,-0.9898989796638489,-1.2572859525680542,1.0612390041351318,1.7447010278701782,0.5940399765968323,0.122250996530056,-0.8199669718742371,2.168160915374756,0.8512399792671204,-0.5080540180206299,0.8803499937057495,-1.1226500272750854,0.4911479949951172,-0.3723349869251251,0.697052001953125,1.5909149646759033,-1.6029510498046875,-0.5783230066299438,-1.2935819625854492,1.670030951499939,2.780668020248413,-0.32432401180267334,-0.09813699871301651,-1.168131947517395,-0.2190990000963211,1.3739670515060425,0.7648490071296692,0.7727259993553162,-0.9161829948425293,1.954638957977295,1.6759109497070312,-0.9467620253562927,0.4430829882621765,2.089782953262329,2.532320022583008,1.1495939493179321,2.854767084121704,0.20045900344848633,0.19953800737857819,0.7871180176734924,-1.1042180061340332,-1.0798959732055664,-0.7167969942092896,1.6846469640731812,0.9366949796676636,-0.09976000338792801,1.1491550207138062,-0.6879630088806152,1.0646389722824097,-0.0636420026421547,-0.9287710189819336,-0.9984760284423828,0.09947899729013443,2.3785150051116943,-1.180590033531189,1.6008440256118774,1.8500579595565796,-0.573157012462616,0.19967499375343323,-0.2931390106678009,0.8860049843788147,1.8214459419250488,-0.7561280131340027,-0.8294410109519958,1.7140729427337646,-0.4820359945297241,-0.695510983467102,-0.9631220102310181,0.0699089989066124,0.009456999599933624,0.3643530011177063,0.9575859904289246,1.852180004119873,0.3381649851799011,2.3475589752197266,2.269365072250366,-0.5008270144462585,1.206305980682373,-1.041586995124817,-0.5115079879760742,-0.7204939723014832,0.3334670066833496,-0.866159975528717,-1.1446080207824707,1.488245964050293,-0.7170299887657166,-1.306799054145813,1.1028330326080322,-0.5068820118904114,0.536421000957489,-1.2855299711227417,-1.1382579803466797,0.8709549903869629,-1.1383010149002075,-1.2580419778823853,1.017043948173523,-0.45508700609207153,0.24874700605869293,1.236812949180603,-0.5853769779205322,-0.6393049955368042,0.34361401200294495,0.057822998613119125,0.6022589802742004,2.348262071609497,-0.3875490128993988,2.4274749755859375,0.6176450252532959,1.1296730041503906,0.1782039999961853,-2.1341590881347656,-1.3105119466781616,0.36461499333381653,1.1245880126953125,1.113158941268921,-1.501052975654602,-1.1626490354537964,0.31553900241851807,-0.23233099281787872,-0.4188460111618042,0.9417719841003418,-0.6155570149421692,0.4068079888820648,-2.454490900039673,-0.10591199994087219,-0.36386600136756897,1.1745589971542358,-1.36155104637146,-0.37082499265670776,0.05515100061893463,-1.6581569910049438,-1.3845690488815308,1.26248300075531,-0.18033599853515625,-0.6226180195808411,2.341639995574951,2.4099059104919434,-0.24457399547100067,0.39530399441719055,0.8401439785957336,-0.5341489911079407,0.2144249975681305,0.3709070086479187,1.322849988937378,-0.26500898599624634,2.1335220336914062,1.009621024131775,-0.49977099895477295,1.1226160526275635,2.0957870483398438,-0.7122600078582764,-1.7511199712753296,0.2275329977273941,1.017346978187561,0.1745550036430359,0.21765899658203125,-0.4832080006599426,-0.8669009804725647,-1.0748900175094604,-0.5359230041503906,-1.2343440055847168,1.8077789545059204,-1.4077399969100952,-0.3203429877758026,1.0405969619750977,-0.45459800958633423,-1.1532340049743652,1.4830889701843262,-0.07057400047779083,0.27807000279426575,-1.1804159879684448,-1.2200709581375122,2.224682092666626,-1.2707810401916504,0.07062900066375732,0.19220000505447388,-1.6156009435653687,-1.1468780040740967,0.17179900407791138,0.8668109774589539,-0.6438639760017395,0.11901500076055527,-0.8873130083084106,-1.0579750537872314,1.1851179599761963,-1.1689200401306152,-1.1227060556411743,0.3513909876346588,0.9901080131530762,-0.42528998851776123,2.6772379875183105,-2.4333200454711914,0.8509789705276489,0.5875260233879089,-0.9471740126609802,-0.1324930042028427,-0.08894599974155426,-2.1394550800323486,-2.1580810546875,-0.4269860088825226,-0.4504129886627197,0.7542110085487366,-1.3796319961547852,2.2716259956359863,2.212214946746826,-0.35202500224113464,-0.7956240177154541,-0.3065490126609802,2.0713160037994385,2.1441729068756104,-0.7509179711341858,-0.6305069923400879,-1.1665140390396118,-0.6857810020446777,-1.21173095703125,-1.2573189735412598,-0.2040330022573471,-1.7887589931488037,1.5597059726715088,0.0333699993789196,-1.2600289583206177,1.3153539896011353,1.5931060314178467,1.0670479536056519,0.4867120087146759,0.2987009882926941,0.6091539859771729,-0.07746399939060211,-0.00007899999764049426,2.889465093612671,-1.124413013458252,2.022895097732544,-0.6396120190620422,1.082123041152954,-0.3999980092048645,0.9126359820365906,-1.1400710344314575,0.012512000277638435,-1.0876580476760864,-1.1998900175094604,1.6699509620666504,2.726224899291992,0.23936499655246735,0.2834410071372986,0.6169530153274536,0.5177189707756042,-1.2316900491714478,2.1495931148529053,-0.7957000136375427,1.1144429445266724,-0.9607530236244202,2.871367931365967,1.1251599788665771,0.3494260013103485,-0.9558089971542358,-2.267982006072998,-0.5317630171775818,-2.1862308979034424,0.9842299818992615,-0.6371679902076721,0.05603399872779846,-1.0055290460586548,0.057110998779535294,-1.1699060201644897,-0.3056130111217499,-1.323259949684143,-1.728863000869751,-0.8706700205802917,-1.9709850549697876,2.048327922821045,1.8586879968643188,-1.650115966796875,0.5783190131187439,1.009026050567627,0.18005000054836273,0.5412420034408569,1.187777042388916,-1.226971983909607,1.223013997077942,-0.3048669993877411,0.622672975063324,0.2126699984073639,0.7643070220947266,2.5690081119537354,-0.9251459836959839,1.0870380401611328,0.6599349975585938,0.6154869794845581,-0.41663700342178345,0.007679999805986881,-0.408486008644104,-1.1034049987792969,1.218261957168579,1.3525919914245605,2.5509510040283203,0.30956199765205383,-1.601246953010559,1.930021047592163,0.5112370252609253,-1.427960991859436,-1.9335520267486572,-1.0004669427871704,1.7063109874725342,1.6373599767684937,0.13842999935150146,0.9835219979286194,0.9453480243682861,0.90870201587677,-0.9356139898300171,1.2364250421524048,0.08647000044584274,-0.106734998524189,2.3620920181274414,-0.18493099510669708,-1.070978045463562,-0.7245709896087646,0.10778199881315231,0.6115490198135376,0.6518549919128418,-0.8058450222015381,0.9842240214347839,-0.7209029793739319,0.12414000183343887,-0.7182239890098572,-1.0181519985198975,0.05538500100374222,1.0643199682235718,-0.6853460073471069,0.3805469870567322,-0.6272280216217041,-1.8572310209274292,-0.3053860068321228,-1.0827100276947021,1.0252749919891357,-0.5188140273094177,-0.8303809762001038,-0.8553860187530518,-0.5518940091133118,-1.3170069456100464,-1.1841739416122437,0.2704490125179291,1.0570329427719116,-0.9450139999389648,-0.1136770024895668,-0.004391000140458345,-0.011132000014185905,0.1300549954175949,1.736132025718689,2.0307769775390625,0.08679000288248062,0.7023059725761414,0.7801899909973145,1.8314800262451172,2.233376979827881,-0.9264490008354187,-0.5906109809875488,-0.2620930075645447,-0.20401999354362488,2.391287088394165,-0.12168200314044952,0.10310400277376175,-2.2319319248199463,-2.1415369510650635,-0.16970999538898468,-0.9255030155181885,2.800863027572632,2.8404619693756104,1.362815022468567,1.1676510572433472,2.5845489501953125,0.5177580118179321,1.8371050357818604,0.4720720052719116,-0.6684370040893555,-0.7026159763336182,-1.1267869472503662,-1.4313819408416748,-1.409335970878601,0.22523300349712372,-0.2685239911079407,1.2142629623413086,0.25332799553871155,-0.7297400236129761,-0.7648959755897522,-0.09348200261592865,-0.17034399509429932,1.3302090167999268,-1.3555539846420288,0.9230750203132629,-0.993336021900177,-1.5299739837646484,-1.0000489950180054,-1.2789130210876465,0.2982029914855957,-1.005944013595581,1.700253963470459,-2.0860159397125244,0.47063198685646057,-1.2616039514541626,0.5575079917907715,1.2962629795074463,0.1056549996137619,-0.5160220265388489,-1.2164150476455688,-0.704820990562439,0.6660959720611572,2.8226020336151123,-1.1742130517959595,-0.8738330006599426,-0.8742179870605469,-1.31003999710083,-1.1054279804229736,-2.252830982208252,-0.061528000980615616,-1.3741170167922974,0.9751060009002686,1.0174709558486938,0.05418400093913078,-0.6176220178604126,-1.22141695022583,-1.3664180040359497,0.06364399939775467,-0.40323299169540405,-0.7190669775009155,0.06862500309944153,2.6624860763549805,-0.2728700041770935,-0.6424040198326111,1.7245179414749146,-1.1325479745864868,-1.3838690519332886,-1.2076560258865356,-1.1331579685211182,-0.16135700047016144,2.428028106689453,-0.24385599792003632,2.3027849197387695,-0.3796960115432739,-0.3133629858493805,-1.0096009969711304,0.971002995967865,0.4283289909362793,1.3093889951705933,-1.1830240488052368,2.045989990234375,-0.19534100592136383,-1.377506971359253,0.22768600285053253,-0.2844429910182953,-0.9122049808502197,-0.6255030035972595,-1.7894209623336792,0.6313260197639465,-0.5476130247116089,-0.41977599263191223,2.700956106185913,2.4237520694732666,-1.5178489685058594,1.098757028579712,1.2423039674758911,-0.9904969930648804,2.7836029529571533,-1.5583360195159912,-1.2548450231552124,-1.977905035018921,-1.2969399690628052,1.8642300367355347,1.8060389757156372,2.0281989574432373,1.6789599657058716,2.4918479919433594,2.49835205078125,-0.4247489869594574,0.7207300066947937,1.3586119413375854,1.4254039525985718,-0.6808249950408936,-0.1280370056629181,-1.1650999784469604,0.4210509955883026,0.41736599802970886,0.5780429840087891,0.8825690150260925,1.3263399600982666,1.3094819784164429,-1.2002110481262207,-0.9429669976234436,-0.733555018901825,-1.1747870445251465,1.7118070125579834,-1.1954580545425415,-1.027048945426941,1.7830419540405273,-0.26847898960113525,0.04746200144290924,0.06494899839162827,2.6050710678100586,-0.6631979942321777,-0.33695098757743835,0.7545809745788574,0.07492800056934357,-0.41769200563430786,-2.31351900100708,-2.325316905975342,1.320533037185669,1.0280870199203491,2.8094520568847656,0.11407099664211273,1.7481670379638672,2.3366310596466064,1.23465895652771,0.8014580011367798,0.8136829733848572,0.012439999729394913,1.0480539798736572,1.9947340488433838,1.8111820220947266,-0.6879649758338928,-1.5084400177001953,-0.5918880105018616,1.2109730243682861,-0.6432129740715027,-0.6006420254707336,1.9369959831237793,-1.214074969291687,2.1309471130371094,0.20463599264621735,0.06042100116610527,1.4356030225753784,-1.1981840133666992,-1.1718560457229614,0.29511499404907227,-0.5859599709510803,-0.5314329862594604,1.2362899780273438,-0.6109780073165894,0.1562269926071167,0.15609200298786163,-1.0636340379714966,-1.0555510520935059,1.2967259883880615,0.5681689977645874,-0.30447500944137573,-0.37673500180244446,-0.9426649808883667,1.2809009552001953,1.9801440238952637,0.13079999387264252,-0.7990959882736206,1.3025840520858765,-0.14741000533103943,1.0519579648971558,0.3477509915828705,-0.4133799970149994,-1.2872519493103027,1.1110279560089111,0.4436730146408081,-1.097923994064331,0.3786889910697937,-0.31595900654792786,0.2491230070590973,-1.1627650260925293,0.5513200163841248,2.886378049850464,1.13864004611969,0.4961329996585846,-0.4702030122280121,-0.6572420001029968,-1.640144944190979,-0.8296160101890564,-0.31209298968315125,-0.26162099838256836,0.24226699769496918,1.3176499605178833,-0.5100169777870178,-1.0113790035247803,0.4623199999332428,1.3926039934158325,-0.6886410117149353,-0.7153080105781555,1.0298839807510376,1.968582034111023,1.6526169776916504,-2.470205068588257,-0.5024849772453308,0.6156910061836243,-2.1435699462890625,-0.928176999092102,-1.0905940532684326,-0.11562799662351608,0.3018220067024231,-0.8319690227508545,0.08730199933052063,1.1713930368423462,0.8919829726219177,0.9121559858322144,1.2498170137405396,0.6650189757347107,0.5109360218048096,1.2157549858093262,-1.862009048461914,-0.09570100158452988,-0.03660599887371063,-1.316267967224121,0.9548050165176392,-0.2721570134162903,0.7011809945106506,-1.5653849840164185,1.011551022529602,-1.2369049787521362,-0.46546900272369385,-2.086756944656372,-1.8581390380859375,0.9439089894294739,1.0476679801940918,0.7941300272941589,1.0328619480133057,0.8342790007591248,-0.39061498641967773,1.2133100032806396,0.3752500116825104,2.246182918548584,1.9781160354614258,-1.5166239738464355,2.2490389347076416,-1.8689579963684082,-0.5775600075721741,-0.9361050128936768,1.1733349561691284,-1.1783519983291626,-0.9004489779472351,-0.8485280275344849,-1.3613380193710327,0.7257769703865051,-1.0326249599456787,0.06132499873638153,-0.4745729863643646,-0.8096969723701477,1.2618529796600342,-1.753937005996704,-1.1077250242233276,0.5720210075378418,2.169934034347534,0.8025929927825928,1.7242809534072876,-1.359755039215088,2.369960069656372,-0.5726289749145508,-0.18461599946022034,1.3308240175247192,-0.45788300037384033,1.3559859991073608,1.4377399682998657,0.1941159963607788,2.5627670288085938,0.2941890060901642,0.8967990279197693,1.8053439855575562,-0.08375599980354309,0.9011650085449219,0.15819600224494934,1.0874630212783813,0.46091899275779724,2.9541680812835693,0.329228013753891,0.5806469917297363,1.1732759475708008,1.188843011856079,1.8673930168151855,-1.1885249614715576,-0.7010130286216736,-0.4934700131416321,2.4965059757232666,0.6133120059967041,-1.1900429725646973,-1.4133110046386719,-0.24112799763679504,1.056805968284607,-0.41448500752449036,-0.6207380294799805,1.0542500019073486,-1.8110920190811157,2.255553960800171,1.3048789501190186,1.0277669429779053,-1.4052120447158813,0.37077799439430237,-0.9219840168952942,0.9399229884147644,-1.0221970081329346,2.6195600032806396,-0.8635810017585754,0.05543600022792816,-0.10292799770832062,1.7246530055999756,0.33389899134635925,1.3942660093307495,2.263932943344116,0.1799989938735962,-0.13658100366592407,0.06391800194978714,-0.2653310000896454,-0.67467200756073,-0.1514360010623932,-0.5702670216560364,2.244201898574829,-1.2718110084533691,-1.2574620246887207,2.334618091583252,-1.3200589418411255,1.2739770412445068,-0.5005199909210205,-1.2818410396575928,1.6573389768600464,-0.8195779919624329,1.0566380023956299,0.11196299642324448,1.6356780529022217,0.8301720023155212,0.1009640023112297,-1.3702930212020874,0.006976000033318996,1.018326997756958,0.6476340293884277,-1.7319409847259521,-2.3206920623779297,1.9092119932174683,2.911926031112671,2.4936110973358154,-2.1678850650787354,1.1693689823150635,-0.7386090159416199,0.8671709895133972,-1.7824889421463013,-0.4296790063381195,-0.6306859850883484,-0.6251599788665771,0.26085299253463745,-0.985131025314331,-0.8299329876899719,1.5036519765853882,0.9301000237464905,0.32864001393318176,0.5109879970550537,-1.618530035018921,-1.0931769609451294,-1.181678056716919,-1.84211003780365,-0.6692579984664917,1.5922600030899048,-0.9202269911766052,1.2167110443115234,-0.20207899808883667,-0.6719980239868164,-1.94970703125,-2.264233112335205,-2.3104441165924072,0.8264369964599609,0.11785399913787842,-0.43758800625801086,-1.7643500566482544,2.0921950340270996,0.4961340129375458,-2.2244949340820312,0.4640209972858429,-1.168576955795288,-1.169895052909851,1.2898750305175781,-1.3282159566879272,-2.439110040664673,1.820268988609314,-1.083575963973999,-1.5218100547790527,-1.755849003791809,-0.8411160111427307,-0.9750509858131409,2.240241050720215,-2.1034390926361084,-2.210521936416626,2.674715995788574,-0.4675529897212982,0.6099780201911926,-0.9329550266265869,-0.6610940098762512,-0.9281209707260132,1.3438169956207275,1.4686009883880615,0.21689200401306152,-0.8157879710197449,1.0217210054397583,0.29848501086235046,1.7695269584655762,0.050829000771045685,-0.30698099732398987,-0.6221429705619812,0.9970070123672485,0.7704470157623291,1.2330529689788818,-0.34967198967933655,0.852715015411377,0.22249799966812134,-1.0888170003890991,-0.3610529899597168,0.4365139901638031,-1.1604269742965698,-0.8572999835014343,-1.771854043006897,2.000946044921875,-0.7018550038337708,2.509092092514038,-0.4142560064792633,-2.52549409866333,2.5618131160736084,-0.9446560144424438,0.5903469920158386,-0.13999700546264648,-1.0390340089797974,0.2444400042295456,-1.5490490198135376,0.9269199967384338,-0.5134559869766235,-0.7701420187950134,-1.5494519472122192,-0.7673699855804443,0.45902499556541443,-0.2516480088233948,0.9985229969024658,-0.10105200111865997,-0.9940490126609802,-1.3632969856262207,0.8774409890174866,1.8218079805374146,0.5403590202331543,2.0578649044036865,-0.8575670123100281,2.823668956756592,0.37498900294303894,-1.0254709720611572,-0.6499009728431702,-0.7378939986228943,-1.9386099576950073,2.6955270767211914,1.7809029817581177,-0.9992960095405579,1.1907429695129395,1.040653944015503,1.0857620239257812,-0.5853599905967712,-0.34000998735427856,-0.559391975402832,-0.32252898812294006,-0.6209290027618408,0.38516199588775635,-1.1840200424194336,2.5411150455474854,1.7253220081329346,-0.4969390034675598,2.015221118927002,-0.5545459985733032,-1.8934630155563354,0.5980139970779419,-1.1034480333328247,-0.7774119973182678,-1.1279330253601074,-1.4424669742584229,1.5141229629516602,1.4145809412002563,-0.7194610238075256,-0.4812929928302765,-0.9510189890861511,0.700626015663147,-1.0503610372543335,1.0122109651565552,-1.1104910373687744,1.070044994354248,2.809319019317627,-0.7208250164985657,1.0969599485397339,0.4428409934043884,-1.314128041267395,-1.2410550117492676,-1.1594760417938232,0.611657977104187,-1.067520022392273,0.6303650140762329,-1.175678014755249,-1.1646310091018677,1.4025399684906006,0.1755100041627884,2.376224994659424,1.8194340467453003,0.0025420000310987234,0.9648129940032959,-0.6881260275840759,-1.4496769905090332,-1.4525760412216187,1.5616730451583862,0.47989100217819214,0.9340670108795166,-1.2097530364990234,1.2712550163269043,1.3048919439315796,-1.824658989906311,-1.358165979385376,-1.0903760194778442,-1.2131450176239014,-0.2988100051879883,1.0115009546279907,1.1347090005874634,-0.9017320275306702,-1.205623984336853,-0.3861899971961975,1.3219150304794312,-1.9150619506835938,2.541835069656372,1.3909169435501099,0.47942399978637695,0.004188000224530697,-0.0921579971909523,-0.7442529797554016,-1.2766109704971313,0.09910199791193008,-0.20552299916744232,-1.2929359674453735,-1.8529349565505981,0.24387000501155853,-1.1637639999389648,1.647156000137329,-0.8464009761810303,0.360958993434906,-1.0539499521255493,0.4424639940261841,0.9765260219573975,1.1644649505615234,-0.6269050240516663,0.1545419991016388,0.2494170069694519,1.011559009552002,-0.13829700648784637,0.48523399233818054,1.79447603225708,-0.4304470121860504,-2.368664026260376,-0.8030840158462524,0.9707310199737549,0.26416701078414917,-0.7970389723777771,1.1665370464324951,-0.6642959713935852,-0.023048000410199165,1.6884729862213135,-1.4871269464492798,0.3655160069465637,-0.8388820290565491,-0.5111240148544312,-1.0747870206832886,0.3008899986743927,0.11437799781560898,-1.021178960800171,0.7684770226478577,-0.11948200315237045,0.2985309958457947,-0.700892984867096,-0.7153739929199219,1.3655489683151245,0.9837530255317688,-1.11033296585083,1.9712549448013306,-1.2814350128173828,-0.2629460096359253,-2.24462890625,1.2500760555267334,-0.9247170090675354,1.1361850500106812,-0.038123998790979385,1.8693660497665405,1.2190539836883545,-1.1992989778518677,0.9047160148620605,-1.0886950492858887,-0.10770100355148315,-0.5660459995269775,-2.4007110595703125,-1.7270280122756958,0.34713101387023926,-0.7077509760856628,1.1493459939956665,-1.2851979732513428,-0.9658390283584595,-0.2520430088043213,-0.4532049894332886,0.2540439963340759,0.5370470285415649,0.012019000016152859,-0.41292300820350647,1.2697609663009644,1.3347729444503784,1.0749529600143433,-1.3567780256271362,-0.6985160112380981,-1.1459870338439941,-1.9435499906539917,1.6934959888458252,-0.7061049938201904,-1.7247200012207031,-0.8628770112991333,-0.36547601222991943,0.7022449970245361,0.07452999800443649,-0.5826200246810913,-0.08256000280380249,-0.812362015247345,-0.7390570044517517,-0.010339000262320042,0.4750800132751465,0.6422839760780334,2.749267101287842,-0.5200650095939636,0.7545379996299744,-0.4864619970321655,0.6222500205039978,-0.7804470062255859,0.4006649851799011,-0.0471000000834465,-0.5128139853477478,0.988044023513794,-0.5477060079574585,2.0416600704193115,1.7709779739379883,1.3947609663009644,0.9586730003356934,-1.7786409854888916,1.7829649448394775,-0.905584990978241,-0.6684589982032776,0.04393799975514412,-0.5995820164680481,-1.242563009262085,0.05841999873518944,-0.9150360226631165,-0.9517729878425598,-1.043591022491455,-2.1470630168914795,2.239988088607788,-0.3653860092163086,1.0079940557479858,-0.6131939888000488,-1.214468002319336,-0.4193730056285858,1.0171760320663452,0.47672000527381897,1.0686570405960083,-0.3499529957771301,-0.11592099815607071,-1.1098179817199707,1.103018045425415,-0.42879799008369446,1.6192259788513184,0.9885339736938477,0.1039389967918396,2.7414019107818604,-0.058166999369859695,1.070268988609314,-2.287806987762451,-2.342132091522217,0.35117900371551514,0.1637990027666092,0.23779499530792236,0.021736999973654747,2.6060450077056885,0.9068650007247925,-2.4508399963378906,1.053596019744873,-1.2429859638214111,1.1354689598083496,1.9752850532531738,-2.2037770748138428,-1.6675740480422974,-0.192111998796463,2.460468053817749,0.287308007478714,0.27972400188446045,-0.9303600192070007,0.7742480039596558,0.19902999699115753,-1.2356599569320679,2.456265926361084,-0.7831140160560608,0.4725959897041321,0.8289510011672974,1.108227014541626,1.294363021850586,-0.5869060158729553,0.6180620193481445,0.0952019989490509,-0.5238699913024902,-0.3043310046195984,-0.4796060025691986,0.7360339760780334,1.331292986869812,1.1246099472045898,1.6260770559310913,2.7437689304351807,-0.053589001297950745,-1.2975519895553589,-1.1795419454574585,-2.3439788818359375,0.4947820007801056,-1.405344009399414,-1.4340590238571167,-2.333177089691162,-0.24031999707221985,-0.6591089963912964,0.38499000668525696,-0.8176069855690002,0.41143399477005005,1.2534949779510498,0.5664139986038208,1.3245769739151,-1.2968930006027222,-1.0679199695587158,2.778949022293091,-0.49534499645233154,-0.4428040087223053,-0.4899260103702545,-2.4231820106506348,-2.357024908065796,-0.9381960034370422,2.265160083770752,2.230164051055908,1.7089669704437256,-1.2819299697875977,-1.3387720584869385,-1.0617220401763916,1.2060619592666626,1.2989180088043213,-0.8587719798088074,-1.1561520099639893,0.344074010848999,0.7733629941940308,-1.0249730348587036,0.7457090020179749,1.3288309574127197,-0.9657049775123596,-1.2679500579833984,0.37049901485443115,-1.2396329641342163,-0.47599801421165466,-0.49418601393699646,-0.2889440059661865,-0.3088740110397339,-1.1573909521102905,-1.6575160026550293,1.2654839754104614,-0.41506901383399963,0.9684039950370789,0.9731720089912415,0.42710599303245544,0.38604000210762024,0.6673849821090698,1.065474033355713,-1.043220043182373,2.6431660652160645,1.0820369720458984,0.8577889800071716,2.091912031173706,-0.2037699967622757,-0.20993000268936157,-1.529013991355896,0.694579005241394,-0.8058019876480103,0.6327170133590698,2.8675270080566406,-0.48651400208473206,1.6245499849319458,2.161768913269043,-0.3789229989051819,-0.11938700079917908,2.737170934677124,0.511214017868042,0.38316598534584045,2.041534900665283,0.3596020042896271,-1.3042060136795044,-1.8117369413375854,-1.8478970527648926,-0.8368009924888611,-0.829912006855011,1.8321009874343872,1.905642032623291,-0.48101699352264404,-1.162803053855896,-1.1670119762420654,1.9651800394058228,-0.21425800025463104,-0.6180570125579834,-2.2917280197143555,2.149616003036499,-0.25003498792648315,-1.3475699424743652,0.8451610207557678,0.5503919720649719,1.7890169620513916,1.1555930376052856,1.211595058441162,-0.9391800165176392,1.6396150588989258,-0.2713240087032318,-1.0521559715270996,0.024461999535560608,1.0767619609832764,-0.527957022190094,0.3065260052680969,0.24350400269031525,-1.2438509464263916,-1.391273021697998,0.8539770245552063,1.8710589408874512,0.16792400181293488,1.1986349821090698,-1.0755319595336914,-0.9713079929351807,-2.423017978668213,-0.10664799809455872,-0.18177799880504608,-0.16086100041866302,1.0718940496444702,2.1300289630889893,0.6234980225563049,1.0451200008392334,-0.864018976688385,-1.3389060497283936,-0.5542740225791931,0.3467180132865906,1.992722988128662,-1.3918219804763794,-1.41314697265625,0.08845099806785583,-0.8124079704284668,2.449640989303589,2.4054059982299805,1.299644947052002,-1.2677019834518433,-0.19648699462413788,-1.2603329420089722,1.211063027381897,-0.8322449922561646,-0.21299000084400177,0.713271975517273,1.865906000137329,-0.16669100522994995,-0.8651430010795593,1.2488950490951538,1.2849880456924438,1.319566011428833,-1.2312480211257935,0.7229660153388977,-1.332977056503296,0.535302996635437,-0.30872899293899536,0.3510349988937378,1.8237969875335693,-0.13327300548553467,-1.074046015739441,-0.41244998574256897,1.9605900049209595,0.5172669887542725,2.29351806640625,-0.9035699963569641,2.2801969051361084,-1.651252031326294,-0.25792399048805237,-0.25786998867988586,-0.8963810205459595,2.1474769115448,-1.2118990421295166,1.9307810068130493,-1.7192649841308594,1.7957789897918701,-0.7980300188064575,-1.2169270515441895,0.9809629917144775,1.9456820487976074,-0.8520510196685791,-0.7833979725837708,-1.0914779901504517,-1.863090991973877,1.560804009437561,-0.40841200947761536,1.5079959630966187,2.9034640789031982,-1.0613900423049927,-0.5948150157928467,0.8411880135536194,-0.6645510196685791,1.1384249925613403,0.4652389883995056,-0.7690079808235168,-0.6823089718818665,-0.12333100289106369,-0.41781800985336304,0.9993770122528076,-0.46057599782943726,0.7300480008125305,-0.006000999826937914,0.007668000180274248,-2.1330130100250244,-1.178576946258545,1.3275530338287354,-0.7167059779167175,-0.6425079703330994,0.8906099796295166,-0.8393579721450806,-0.9780150055885315,-0.3598639965057373,-0.3768869936466217,-0.306425005197525,-0.12153200060129166,-0.07319100201129913,0.4401400089263916,0.948852002620697,0.766867995262146,-0.21382099390029907,-0.4136640131473541,1.1033289432525635,2.4771649837493896,0.04660499840974808,-1.108157992362976,-2.0321269035339355,-2.026063919067383,1.2925299406051636,1.8662500381469727,-0.7989850044250488,-1.1304149627685547,1.0081640481948853,-1.529541015625,0.8803489804267883,0.9728469848632812,-1.2139719724655151,0.6132389903068542,0.5262759923934937,1.8990099430084229,-0.23020200431346893,0.14872699975967407,0.1891849935054779,0.6148639917373657,1.973323941230774,0.051872000098228455,-0.2624799907207489,-1.0990639925003052,-0.4779059886932373,-1.0453150272369385,-0.2893809974193573,-0.19912000000476837,-1.719467043876648,-0.7133070230484009,1.0908230543136597,1.060966968536377,0.8710020184516907,0.722212016582489,-1.652480959892273,0.36089399456977844,-1.7329410314559937,0.9270560145378113,1.1587640047073364,2.5185940265655518,-0.18378899991512299,-0.6350719928741455,-1.2661420106887817,-0.30670300126075745,-1.3719840049743652,1.292857050895691,-1.2889209985733032,0.00622399989515543,-1.4032570123672485,2.0901260375976562,0.8848410248756409,0.8200240135192871,1.234254002571106,2.4585230350494385,2.3890531063079834,-0.6295989751815796,-0.7902079820632935,0.25778499245643616,-1.2105790376663208,2.898682117462158,0.7131800055503845,-0.15032200515270233,0.27120500802993774,1.8583569526672363,-0.1623069941997528,-1.8338350057601929,-0.10856600105762482,-1.4385279417037964,1.574489951133728,0.4047139883041382,-0.5188800096511841,0.9187020063400269,1.0465699434280396,-0.7203490138053894,-0.6438729763031006,0.03876600041985512,-2.1227810382843018,-0.7102569937705994,1.2876919507980347,0.7541189789772034,1.4460279941558838,-1.0105270147323608,0.7433779835700989,-1.1127569675445557,-1.015328049659729,-0.7314959764480591,1.7270139455795288,-0.312404990196228,1.690379023551941,-0.07357600331306458,-0.877124011516571,-1.231727957725525,-0.24640800058841705,-1.1065540313720703,-0.036031998693943024,-0.7108380198478699,0.6493960022926331,-1.480046033859253,0.40230798721313477,-0.4788599908351898,-0.9438629746437073,-0.1308629959821701,-0.11067599803209305,0.15611900389194489,-0.5148659944534302,-0.7587839961051941,0.9844390153884888,0.4310150146484375,0.5547710061073303,0.1267009973526001,2.765079975128174,-0.40793800354003906,0.6123489737510681,0.5150700211524963,-0.9540169835090637,2.0469210147857666,2.595818042755127,1.1494879722595215,0.6793180108070374,0.2672570049762726,-1.0191960334777832,-0.8318179845809937,0.9815239906311035,-0.6583139896392822,-1.0942720174789429,-1.3783249855041504,0.7007179856300354,-1.085448980331421,1.281229019165039,-1.216405987739563,-1.3789750337600708,0.6483150124549866,0.3835580050945282,2.2003231048583984,-0.042312998324632645,-1.0597529411315918,2.656451940536499,0.44746100902557373,0.32659199833869934,-0.15471899509429932,-0.6978229880332947,0.8347259759902954,1.7750149965286255,-1.648008942604065,2.2007040977478027,-0.13412299752235413,-1.3165819644927979,1.6555440425872803,-0.4548499882221222,-0.7122589945793152,1.662951946258545,-0.8454710245132446,0.10406900197267532,-0.056947000324726105,0.9546430110931396,-0.3923029899597168,-0.05740499868988991,1.240578055381775,2.3963088989257812,-1.1751350164413452,1.1782159805297852,1.2132790088653564,0.9981390237808228,-0.7558379769325256,-1.3484059572219849,2.429435968399048,0.18661099672317505,-0.08728499710559845,0.06853000074625015,1.556758999824524,1.2814160585403442,1.2135239839553833,2.398314952850342,1.3718780279159546,2.0301380157470703,0.38905099034309387,-0.5503860116004944,-1.157052993774414,-1.7260890007019043,1.2007280588150024,-0.789031982421875,0.6485520005226135,0.7151359915733337,0.8986290097236633,-0.7872179746627808,-1.1319810152053833,-0.9406560063362122,-1.5906720161437988,-0.8299570083618164,-0.8202620148658752,0.8201389908790588,-0.9576860070228577,0.4703119993209839,-1.2458800077438354,-1.194746971130371,-0.13735799491405487,1.0305509567260742,-0.23752200603485107,-0.8297079801559448,-0.05483200028538704,1.1348979473114014,0.8845040202140808,0.8503569960594177,-2.148505926132202,-2.185370922088623,0.82743901014328,1.1201879978179932,2.9169259071350098,-1.289505958557129,-0.47092199325561523,0.3800719976425171,-0.6523709893226624,1.263638973236084,-2.233438014984131,0.519087016582489,1.2038220167160034,-0.3949179947376251,0.8285419940948486,-1.3311409950256348,0.3794269859790802,0.8152859807014465,-1.1328719854354858,-0.3620069921016693,-1.0667649507522583,2.4891960620880127,-0.22534599900245667,1.7773489952087402,0.7429519891738892,-0.0015950000379234552,0.4129689931869507,-1.0239030122756958,0.5975710153579712,-0.0953269973397255,2.28118896484375,0.7272120118141174,-0.7136750221252441,-1.887573003768921,0.024886999279260635,0.6890079975128174,0.658627986907959,0.34893798828125,2.192473888397217,0.4126940071582794,-1.3310680389404297,2.6493730545043945,-1.4162369966506958,0.5495910048484802,0.9379460215568542,-1.426116943359375,0.7993639707565308,0.7560619711875916,1.6912779808044434,-0.47898200154304504,-0.6648740172386169,-0.8075559735298157,-0.8136900067329407,-0.866923987865448,-1.0836859941482544,0.9948149919509888,1.6454349756240845,1.6664090156555176,0.5946379899978638,1.7481839656829834,0.5674970149993896,-0.7550719976425171,-0.5468649864196777,-1.206413984298706,1.1314400434494019,1.1091820001602173,1.5948280096054077,1.3282270431518555,-0.26194000244140625,0.46846699714660645,-1.1669050455093384,-1.1310919523239136,-1.5000540018081665,0.006165000144392252,-0.182327002286911,-0.4558990001678467,-1.8769739866256714,1.1431039571762085,0.7010610103607178,2.1337931156158447,2.8403780460357666,-0.2529039978981018,-2.0927579402923584,0.8111780285835266,-1.2946829795837402,-1.2723519802093506,-1.067046046257019,-1.868209958076477,-0.8205549716949463,2.4356069564819336,-0.6049489974975586,0.9660879969596863,-1.061993956565857,1.9547580480575562,0.1485549956560135,1.1707830429077148,-0.2530899941921234,0.8222180008888245,2.20334792137146,1.2807810306549072,-1.258154034614563,2.744127035140991,2.802293062210083,-1.1156129837036133,-1.1027920246124268,1.108847975730896,-0.31120601296424866,-1.4495309591293335,1.1926310062408447,0.740676999092102,-1.304000973701477,-0.3294230103492737,0.43295401334762573,1.8185080289840698,1.0177860260009766,-0.8244779706001282,-1.4195350408554077,-0.3449710011482239,1.7451930046081543,-1.354841947555542,-0.372063010931015,0.05605499818921089,-1.2851099967956543,-0.40721601247787476,-0.7337949872016907,2.301513910293579,-0.8353620171546936,-0.6599900126457214,0.9260540008544922,1.4897539615631104,1.3885769844055176,0.8746179938316345,0.8447279930114746,0.4873279929161072,-2.538567066192627,-0.19523699581623077,2.569425106048584,-2.5129640102386475,-1.773476004600525,-0.8712620139122009,-0.9519760012626648,-1.016234040260315,2.578666925430298,0.35568898916244507,-1.3145250082015991,0.29499900341033936,0.14824000000953674,1.0747959613800049,0.5535889863967896,-2.3041610717773438,-1.7236789464950562,0.33697500824928284,-1.8767240047454834,0.6552510261535645,1.178868055343628,-0.8606340289115906,-0.8658279776573181,-0.9151149988174438,1.7585879564285278,-2.4655280113220215,-0.5642449855804443,-0.5724980235099792,-1.430709958076477,1.6395260095596313,-1.0815839767456055,0.14178399741649628,-2.1581990718841553,-0.7900189757347107,0.6354889869689941,1.9622399806976318,0.4374600052833557,2.018829107284546,-0.47099000215530396,0.4841519892215729,-1.643646001815796,-1.013329029083252,0.939965009689331,-0.17786000669002533,-1.0236270427703857,0.41045498847961426,2.1417620182037354,2.108086109161377,0.20833800733089447,0.5727760195732117,-0.9457100033760071,-1.336413025856018,0.9513559937477112,1.8104100227355957,-0.7103509902954102,-0.4510209858417511,-0.4013719856739044,0.7917439937591553,0.7646340131759644,2.081325054168701,1.6486669778823853,0.14427199959754944,1.8212189674377441,1.8600410223007202,0.7649589776992798,1.0401630401611328,0.7491379976272583,0.7138130068778992,-1.2196459770202637,-0.08393000066280365,-0.1657789945602417,0.21710099279880524,-1.2496720552444458,1.5524100065231323,-1.1769369840621948,0.19039300084114075,-0.7369160056114197,-0.10190500319004059,0.6074299812316895,-0.5856429934501648,0.9161450266838074,-1.3392390012741089,0.03382100164890289,-0.826583981513977,-0.7681829929351807,0.965158998966217,1.0269889831542969,-2.3322319984436035,0.4135969877243042,-0.04910700023174286,2.522800922393799,-0.5099869966506958,-0.5736650228500366,-2.2155649662017822,1.454437017440796,-0.7290710210800171,1.8361200094223022,2.5363519191741943,0.2885969877243042,0.12001699954271317,1.2630170583724976,-1.1724539995193481,0.6564069986343384,0.596215009689331,2.311439037322998,1.277480959892273,2.6142849922180176,-2.184295892715454,2.4891350269317627,-0.5758510231971741,-0.6464139819145203,-1.1445189714431763,-0.12429100275039673,-1.3097189664840698,2.266235113143921,2.2455830574035645,0.2308879941701889,2.3592000007629395,-1.0546619892120361,0.8993039727210999,2.1191980838775635,-0.2728169858455658,0.7313960194587708,-0.9788029789924622,1.2378079891204834,-1.2672020196914673,-1.225559949874878,-0.6787329912185669,0.06844300031661987,0.8444240093231201,-0.5158489942550659,-1.3693020343780518,-1.3298569917678833,0.7914119958877563,-0.5372300148010254,-0.6265900135040283,0.9341070055961609,-0.6822770237922668,1.0554909706115723,0.9110100269317627,1.3398280143737793,0.974128007888794,0.643123984336853,0.9348700046539307,0.32809698581695557,1.6422879695892334,1.0024679899215698,0.6622350215911865,0.7147240042686462,-0.7538970112800598,-0.4408339858055115,-0.34525901079177856,-0.5675510168075562,-0.028255999088287354,2.9313580989837646,1.3350499868392944,0.9987999796867371,-0.43771201372146606,1.1272319555282593,-0.9839680194854736,1.2062950134277344,-1.8726040124893188,-0.3514460027217865,0.5653280019760132,0.8004760146141052,1.305426001548767,-1.3519259691238403,1.5755829811096191,1.1994520425796509,-0.5551199913024902,1.0028729438781738,-0.3233009874820709,0.26468798518180847,0.05493700131773949,0.6148470044136047,-0.8466449975967407,0.6865649819374084,-0.8178560137748718,-0.6619279980659485,-0.8107439875602722,-0.8195030093193054,1.255836009979248,-1.5913540124893188,-1.7240689992904663,-1.1323020458221436,1.2671619653701782,1.1435320377349854,-1.3366999626159668,-1.2061610221862793,1.2116940021514893,2.1347999572753906,1.382567048072815,-0.20392200350761414,-1.035789966583252,-0.28194400668144226,-0.9893029928207397,-0.5067510008811951,1.252763032913208,0.6204109787940979,-0.8800809979438782,-1.2099590301513672,0.5365750193595886,2.584136962890625,2.542968988418579,2.3145599365234375,0.6650609970092773,-1.1238000392913818,-0.14361299574375153,-0.6598749756813049,0.7058410048484802,-1.3828799724578857,1.5609749555587769,-0.45868200063705444,2.1098709106445312,0.7645840048789978,0.9603239893913269,0.12901100516319275,-2.256844997406006,-0.3940170109272003,-2.2469899654388428,-1.0704269409179688,-2.0982439517974854,0.09233500063419342,-0.2772830128669739,-0.12994499504566193,0.9398099780082703,1.264404058456421,-0.4391759932041168,-0.055546000599861145,-1.2771999835968018,-1.053344964981079,0.5415480136871338,0.4944530129432678,1.2295399904251099,-0.12905900180339813,-0.019930999726057053,-0.8236780166625977,-0.049153998494148254,-1.1494619846343994,-0.2836909890174866,-0.2795979976654053,-0.8151410222053528,2.220323085784912,0.11239700019359589,0.07269799709320068,-1.789391040802002,-1.7655789852142334,-0.9154220223426819,-1.224364995956421,-0.6646509766578674,1.7580339908599854,1.7214030027389526,-1.208899974822998,-1.08673894405365,-0.8944090008735657,-1.1434019804000854,-2.2107388973236084,1.3877830505371094,1.2030539512634277,-0.3626129925251007,-0.4698779881000519,0.9548090100288391,0.9794390201568604,-0.6937299966812134,0.665211021900177,-1.2953959703445435,-0.5218449831008911,-0.9656850099563599,-0.17068499326705933,-0.30491000413894653,1.8581249713897705,-0.06577400118112564,-1.1558419466018677,1.6846749782562256,-1.3442039489746094,-1.0772639513015747,1.0493320226669312,-0.3763889968395233,-0.4484480023384094,-0.9000570178031921,0.7418209910392761,-2.1151769161224365,0.33956000208854675,1.2618060111999512,-1.1891909837722778,-0.3136120140552521,0.6977559924125671,1.107224941253662,-1.1847079992294312,0.8673459887504578,-1.1231869459152222,-1.112488031387329,0.6398490071296692,-0.08763899654150009,-1.0131280422210693,0.4805760085582733,-0.05124799907207489,-0.8247969746589661,-1.5697170495986938,0.9017639756202698,-0.8167709708213806,-0.07660499960184097,0.6851209998130798,-1.1561510562896729,-0.7636129856109619,0.3793709874153137,-1.315176010131836,2.0546441078186035,-0.10700199753046036,-0.5718820095062256,1.7393920421600342,2.8399510383605957,2.8740038871765137,1.5351190567016602,1.2373720407485962,0.9270380139350891,-0.1741359978914261,0.09929399937391281,0.2409050017595291,-0.9948959946632385,0.8499040007591248,2.8970530033111572,0.8453059792518616,0.35540199279785156,1.0114209651947021,-1.4387190341949463,-1.301867961883545,-1.193789005279541,-1.2411580085754395,-1.0091899633407593,-0.2908869981765747,-1.4982370138168335,0.8250749707221985,-1.1444629430770874,-0.17289699614048004,-1.7165640592575073,-0.3681029975414276,-1.3732889890670776,-0.017777999863028526,1.7219959497451782,0.5390239953994751,2.338226079940796,-1.206231951713562,-1.0736969709396362,0.9527689814567566,-2.2374420166015625,-2.3198089599609375,0.9402250051498413,-0.8254619836807251,-0.1891629993915558,-2.2250099182128906,-0.8247169852256775,0.16398899257183075,-0.7938730120658875,-1.3982059955596924,-0.6229100227355957,0.6325160264968872,0.30567899346351624,-1.1316519975662231,0.76944899559021,-0.6896460056304932,-1.058887004852295,0.8139299750328064,1.4146829843521118,-1.8560030460357666,-1.136605978012085,-0.9851840138435364,0.5808860063552856,2.4573440551757812,-0.4792560040950775,0.6302919983863831,-2.35268497467041,-1.7047879695892334,-1.2897160053253174,-0.5373209714889526,1.0743180513381958,1.0468579530715942,-0.5667340159416199,0.5535129904747009,0.5306239724159241,-0.2802959978580475,-0.2759000062942505,-1.1962790489196777,0.9927719831466675,0.9704319834709167,1.772847056388855,-0.1796170026063919,0.9098889827728271,2.7186920642852783,0.24871699512004852,-1.1873780488967896,0.007720999885350466,-0.9963700175285339,0.6389979720115662,1.429630994796753,-0.3840950131416321,-0.973701000213623,0.342862993478775,1.2080270051956177,-0.5007860064506531,-2.1613500118255615,0.36387598514556885,1.8119829893112183,-1.4719979763031006,-0.25398901104927063,2.941257953643799,-2.04111909866333,-1.2675139904022217,0.8714489936828613,-0.9611290097236633,-0.8580319881439209,0.7896869778633118,0.7106360197067261,-1.8015880584716797,1.8849560022354126,0.7126920223236084,1.1658179759979248,1.5198440551757812,-0.11346500366926193,-0.3268809914588928,-0.2509860098361969,-0.44451799988746643,-0.1961980015039444,-0.5921930074691772,-1.434540033340454,2.3051609992980957,-0.8076670169830322,-0.2377849966287613,0.1463019996881485,2.0795609951019287,1.80377197265625,1.8096009492874146,-1.2533190250396729,-0.7452380061149597,-0.2179110050201416,-2.0182039737701416,1.127647042274475,0.3561899960041046,0.2241480052471161,-0.29905200004577637,1.5693429708480835,-0.20189699530601501,0.8570820093154907,-0.3838289976119995,1.1409410238265991,-0.0753289982676506,0.988461971282959,-1.01139497756958,1.9664080142974854,1.2244000434875488,0.6528609991073608,0.26205599308013916,-1.1424510478973389,0.13376900553703308,-1.675873041152954,1.072445034980774,1.1773749589920044,0.6409299969673157,0.4150089919567108,1.7797729969024658,-1.2085950374603271,1.9014999866485596,-0.6709290146827698,-1.01397705078125,0.8405870199203491,-1.2408779859542847,2.036457061767578,0.5492010116577148,0.4475780129432678,1.1707550287246704,0.0032160000409930944,-2.249445915222168,-0.6812739968299866,-0.044054001569747925,-0.9137089848518372,-1.2031840085983276,0.07708600163459778,-0.8433279991149902,-0.7709299921989441,0.8443040251731873,2.8835480213165283,2.1757891178131104,0.7072129845619202,-0.5581420063972473,1.3917460441589355,1.3684890270233154,-0.0249790009111166,-0.44244900345802307,1.1806340217590332,1.1092640161514282,2.26778507232666,0.2557530105113983,-2.3267579078674316,-0.8340870141983032,-0.011663000099360943,-0.13124600052833557,0.6859470009803772,-1.3811149597167969,-0.6118339896202087,1.2887829542160034,0.8740620017051697,-0.9544810056686401,-1.7408519983291626,-1.065682053565979,-1.0378700494766235,2.765038013458252,-0.11878599971532822,1.2487980127334595,1.589089035987854,-1.2469940185546875,2.5106871128082275,1.2223459482192993,1.4619699716567993,0.1915079951286316,0.8172119855880737,-0.9375770092010498,-0.8698599934577942,0.8015419840812683,0.8229569792747498,-1.3837699890136719,-0.6123629808425903,-1.2747939825057983,0.10374999791383743,-0.804423987865448,-1.2191660404205322,-0.22886399924755096,1.2969939708709717,1.7064189910888672,-0.5415210127830505,-0.8957319855690002,-2.5513880252838135,0.9936490058898926,0.3475149869918823,0.3151000142097473,-1.2858580350875854,-0.2831859886646271,-0.7958679795265198,0.8574709892272949,0.3139500021934509,2.790397882461548,-1.1838769912719727,1.1703170537948608,-0.8356019854545593,-0.825747013092041,-1.1569629907608032,0.8878880143165588,0.9651730060577393,-0.38346800208091736,-0.07801699638366699,1.198546051979065,1.492398977279663,2.307542085647583,-1.5028879642486572,-1.5116280317306519,2.4185550212860107,-0.4994739890098572,-1.0041760206222534,-1.5879629850387573,-1.3784070014953613,-1.3400709629058838,-1.1266820430755615,-1.2401679754257202,-0.7175430059432983,0.2476859986782074,-0.3107990026473999,0.5685510039329529,0.7584999799728394,0.6667249798774719,-0.4069089889526367,0.15573599934577942,-0.02177399955689907,0.0897509977221489,1.6759819984436035,1.1798039674758911,0.9115530252456665,1.0934580564498901,-2.452281951904297,2.556678056716919,0.72331702709198,-0.9149050116539001,-0.6005380153656006,1.914520025253296,1.8089599609375,2.066965103149414,0.06842599809169769,-0.3050540089607239,-1.4233980178833008,-0.8994969725608826,2.628645896911621,-0.5868610143661499,-0.020062999799847603,1.1471110582351685,-1.3526610136032104,0.19758500158786774,0.5424129962921143,-0.6184769868850708,-1.7591209411621094,-1.2540680170059204,-0.40319299697875977,-0.47315600514411926,1.7823890447616577,0.0559380017220974,1.375,-1.3565080165863037,0.7166249752044678,0.746649980545044,0.19366799294948578,2.245068073272705,-0.500357985496521,-0.8999019861221313,-1.2589609622955322,-0.1818840056657791,0.6807929873466492,0.7995949983596802,-0.6026970148086548,-0.8010510206222534,-0.5507550239562988,-0.8764640092849731,0.33271899819374084,-0.22379200160503387,-0.2630409896373749,-0.9139819741249084,1.5093189477920532,1.2888009548187256,-1.4376410245895386,-1.30663001537323,-1.7684019804000854,-1.490267038345337,2.014497995376587,1.951084017753601,1.72919499874115,1.5994620323181152,-0.7993130087852478,-1.1073050498962402,1.3733630180358887,-1.1629559993743896,-1.8614729642868042,-1.8268660306930542,1.3661550283432007,-1.8907660245895386,-0.7984340190887451,-1.463487982749939,-1.1446679830551147,-0.538802981376648,-0.5755900144577026,0.09928199648857117,-0.7154009938240051,-0.26673200726509094,0.2573089897632599,0.6033629775047302,-0.04549900069832802,1.1394610404968262,0.1882690042257309,1.1533010005950928,0.44575899839401245,-0.08896800130605698,-0.15751700103282928,-1.0243899822235107,-1.3141249418258667,0.9454799890518188,1.0505069494247437,1.2648379802703857,-1.4121179580688477,0.9270709753036499,-0.6842060089111328,1.3000199794769287,1.2437429428100586,-2.1446080207824707,-0.23806899785995483,2.2988240718841553,-0.26260799169540405,-1.3698769807815552,2.36887788772583,-0.6810070276260376,2.137923002243042,1.2979209423065186,-0.9426550269126892,0.996749997138977,-1.321146011352539,0.06691800057888031,2.7825489044189453,-1.0929780006408691,-0.5626819729804993,-1.5829620361328125,-1.5849499702453613,0.5813739895820618,-0.9487529993057251,-0.2715260088443756,1.194493055343628,-0.5106850266456604,-0.5003039836883545,-0.13030299544334412,-1.2898969650268555,-0.37581300735473633,-1.0584880113601685,1.0062609910964966,0.6461210250854492,0.6183099746704102,0.8343420028686523,0.9021660089492798,-2.4860570430755615,0.8421440124511719,2.202393054962158,-0.4599039852619171,0.21086199581623077,0.8205559849739075,-0.5805400013923645,-1.2455350160598755,-0.7105900049209595,-1.2528810501098633,-0.7397329807281494,0.4174579977989197,0.39885300397872925,-0.5396130084991455,1.5285700559616089,1.5452150106430054,-0.8436369895935059,0.8436809778213501,1.7018409967422485,-1.015259027481079,-2.3252620697021484,0.553708016872406,-0.6490970253944397,-0.5959579944610596,1.1029850244522095,0.823760986328125,-0.11845699697732925,-1.2880140542984009,-0.15232700109481812,1.4986670017242432,1.4494179487228394,-0.7379149794578552,-0.7326949834823608,0.2574769854545593,1.0353200435638428,-1.1553980112075806,0.20695599913597107,-1.5719159841537476,-1.2411609888076782,0.8389739990234375,1.1036239862442017,-0.3429720103740692,-1.1121519804000854,0.5054640173912048,1.9060970544815063,1.4731090068817139,1.3793710470199585,0.23493100702762604,-1.090090036392212,-2.2402870655059814,0.5724359750747681,-0.8092899918556213,-0.047040000557899475,-0.20885899662971497,-1.2977030277252197,0.8483669757843018,-0.8599929809570312,-0.40470001101493835,1.423840045928955,-0.2711929976940155,1.145369052886963,0.711965024471283,2.1969070434570312,2.154205083847046,2.0218350887298584,-1.8031209707260132,-2.222588062286377,-0.6058599948883057,-0.9327980279922485,1.9237060546875,-0.20500299334526062,-0.8952170014381409,0.9022979736328125,2.3585898876190186,-0.2943280041217804,-0.4475870132446289,-1.7665480375289917,2.0753750801086426,0.037289999425411224,0.37716999650001526,-0.37486499547958374,-1.211771011352539,1.3277729749679565,-1.1122490167617798,-1.4506579637527466,0.9985780119895935,1.5918500423431396,1.3311699628829956,0.25082600116729736,-0.9395959973335266,-1.7440669536590576,-0.7252780199050903,-0.9277999997138977,-0.727403998374939,0.4643169939517975,1.0830899477005005,0.10146600008010864,-0.719635009765625,-0.7177129983901978,-0.9526659846305847,-0.1383029967546463,-0.166594997048378,1.4954990148544312,0.2834070026874542,-0.047839999198913574,1.083616018295288,0.8838499784469604,0.8193280100822449,0.9456179738044739,0.8725559711456299,2.7661900520324707,2.145832061767578,0.2875089943408966,-1.1685980558395386,0.21303099393844604,1.8210959434509277,1.4197139739990234,2.5912280082702637,0.20152300596237183,-0.9603769779205322,-0.11630800366401672,1.8534129858016968,-1.187242031097412,-0.9677469730377197,-1.2296379804611206,-2.3548429012298584,2.1503350734710693,2.443325996398926,-0.9966830015182495,-1.3286269903182983,-1.238057017326355,-0.5713409781455994,-0.14105699956417084,2.845211982727051,-0.8000040054321289,0.7495480179786682,-0.56427401304245,0.5381919741630554,0.3717010021209717,-1.080314040184021,-0.7116420269012451,-0.09495700150728226,0.04055599868297577,-1.9180680513381958,0.016502000391483307,0.3554629981517792,-2.1701650619506836,-1.0772680044174194,0.18372799456119537,0.77776700258255,-0.38940298557281494,0.8313030004501343,2.9417879581451416,-1.3224300146102905,0.6935499906539917,-0.15183000266551971,-0.9271150231361389,0.25416699051856995,-0.9540560245513916,-0.8851929903030396,1.0557589530944824,-0.9928990006446838,-1.0823290348052979,-1.5867919921875,-1.1162660121917725,1.0512150526046753,1.0660680532455444,0.5265780091285706,-1.1690490245819092,-0.6827849745750427,-1.4081230163574219,-1.2874720096588135,-1.7069510221481323,0.25693100690841675,0.16588999330997467,-0.4148100018501282,-0.3704650104045868,1.249343991279602,-0.4237709939479828,0.5592510104179382,2.0589990615844727,0.15005500614643097,-0.8252180218696594,-0.8547070026397705,2.4230799674987793,2.3116230964660645,-0.882099986076355,0.4837070107460022,-0.5555509924888611,-0.5639209747314453,0.3108919858932495,0.8055400252342224,1.8235859870910645,-0.32404398918151855,2.2469100952148438,1.1460740566253662,-1.5786429643630981,0.8756870031356812,-0.9750900268554688,-0.3058890104293823,-0.36797401309013367,-1.1747390031814575,1.1403000354766846,0.6131770014762878,0.8706700205802917,0.019310999661684036,-0.4986959993839264,-0.6421769857406616,0.7223989963531494,0.06634200364351273,-0.96390700340271,0.9928349852561951,-1.1336400508880615,0.28457701206207275,0.42955100536346436,0.38121598958969116,2.5421628952026367,0.460970014333725,-0.9118890166282654,-0.6875230073928833,-0.7395129799842834,-1.0163910388946533,-1.9176980257034302,1.003512978553772,-0.9712730050086975,0.4714429974555969,-0.5538430213928223,-0.23067599534988403,1.4599299430847168,2.764008045196533,1.1890180110931396,1.19691801071167,-0.23298600316047668,-0.4368070065975189,-0.27198800444602966,1.303642988204956,2.173121929168701,-0.44535601139068604,-1.0170040130615234,0.9751350283622742,1.0027790069580078,0.714497983455658,-2.26214599609375,1.0048580169677734,0.8910980224609375,0.8896420001983643,2.085426092147827,-0.9409229755401611,-1.2966480255126953,0.19432799518108368,-1.2832709550857544,-1.3077360391616821,-0.97182297706604,0.9807339906692505,0.11885900050401688,-1.414823055267334,-1.433182954788208,1.0959910154342651,0.3596769869327545,-0.7206000089645386,-1.3266890048980713,-0.22310200333595276,-1.6503369808197021,-0.34666699171066284,-1.326369047164917,1.9747920036315918,-1.7413790225982666,-0.5747219920158386,-1.2303760051727295,1.2843010425567627,0.928417980670929,0.8566039800643921,0.029769999906420708,0.7164499759674072,0.9171299934387207,-0.9262629747390747,-0.6338880062103271,-1.1477069854736328,0.9614859819412231,1.7518919706344604,-1.1239039897918701,0.18472300469875336,0.1720539927482605,-1.383594036102295,-1.3896989822387695,-0.2486570030450821,1.3500920534133911,-2.137511968612671,-0.46682998538017273,2.156611919403076,-1.2247819900512695,0.19648100435733795,-1.5168839693069458,-0.32157599925994873,-0.1032240018248558,-0.35075700283050537,-0.37102898955345154,0.3056339919567108,-1.1430820226669312,-1.2056920528411865,-1.2226330041885376,-0.33656901121139526,-0.04848400130867958,1.014145016670227,1.1759849786758423,-0.8719519972801208,1.349923014640808,2.2227590084075928,-1.669592022895813,0.9771339893341064,2.878143072128296,-0.11277800053358078,0.9253079891204834,2.452380895614624,0.32846799492836,0.8464170098304749,-1.1989389657974243,0.5447940230369568,-0.7959020137786865,0.04550199955701828,-1.2101839780807495,0.7702109813690186,1.210165023803711,-1.2395360469818115,1.1398420333862305,0.9934599995613098,-0.7906540036201477,-0.8273770213127136,-1.1541550159454346,0.24640700221061707,0.08155900239944458,-0.6835319995880127,-1.0876820087432861,2.2231290340423584,-0.8044430017471313,-1.207097053527832,0.682440996170044,1.6332800388336182,0.9281139969825745,-1.041198968887329,1.448518991470337,-0.012745000422000885,-0.8584910035133362,-0.8805369734764099,-0.3898929953575134,-0.1217460036277771,-0.3867659866809845,1.1092369556427002,-0.3108220100402832,0.0636570006608963,-1.5849790573120117,-1.175521969795227,-2.2123610973358154,1.9841079711914062,-0.3923340141773224,-1.3208309412002563,1.0469210147857666,1.548814058303833,-1.5078749656677246,1.7541539669036865,-1.2314410209655762,-0.31312599778175354,0.8085939884185791,-0.4738900065422058,0.8945689797401428,2.627192974090576,0.013988000340759754,-1.3240779638290405,-0.47770899534225464,-0.5719079971313477,0.1263280063867569,-1.2493590116500854,1.8434300422668457,1.308290958404541,1.3597400188446045,1.6878479719161987,-1.4761430025100708,2.3014369010925293,-0.7151939868927002,-0.7567830085754395,1.1803549528121948,-1.202728033065796,2.7355170249938965,-1.1977089643478394,2.3377530574798584,1.2715590000152588,0.9638609886169434,0.9125540256500244,0.275534987449646,1.4145690202713013,0.12613500654697418,-1.1862770318984985,-1.224058985710144,-0.9254069924354553,-1.142130970954895,1.1831740140914917,-0.5014650225639343,1.0009520053863525,-0.8258810043334961,-1.2043100595474243,2.136770009994507,2.054255962371826,1.1875289678573608,0.10788600146770477,0.8352890014648438,0.2824240028858185,-0.7822059988975525,-0.8483200073242188,-1.0504039525985718,0.34663400053977966,-1.29692804813385,0.8910130262374878,-2.306195020675659,0.25101399421691895,0.29219600558280945,1.027359962463379,-1.5740540027618408,1.2518179416656494,2.5985050201416016,1.510174036026001,-1.2018849849700928,0.695186972618103,-0.12012200057506561,2.757138967514038,0.8770599961280823,2.670408010482788,0.7032049894332886,1.1919289827346802,-1.0130289793014526,1.0168230533599854,1.0872900485992432,-1.258726954460144,0.9316440224647522,-0.7708050012588501,2.6145520210266113,1.2256159782409668,-0.5986179709434509,-0.8280720114707947,-0.8999549746513367,0.35771599411964417,0.23104999959468842,0.38567399978637695,-0.516185998916626,-0.5730710029602051,-0.46791601181030273,-1.0591989755630493,-1.0390299558639526,-0.3775140047073364,1.5201430320739746,0.8421810269355774,-0.6517850160598755,0.30823400616645813,0.6582450270652771,-1.1901530027389526,-0.3151699900627136,0.6496869921684265,-0.7714099884033203,0.49138501286506653,0.28209298849105835,0.17294299602508545,-0.8636069893836975,0.35461100935935974,0.41040799021720886,-0.7290509939193726,-0.19891099631786346,1.1386209726333618,2.1543118953704834,-0.4873740077018738,0.8329910039901733,1.9929430484771729,-0.3977450132369995,0.8540109992027283,-0.6913909912109375,-2.2725510597229004,1.3855420351028442,-1.9062190055847168,-1.0585240125656128,-1.0976730585098267,-0.719111979007721,1.325755000114441,0.6889950037002563,0.6603320240974426,-0.48914098739624023,-1.7756390571594238,-0.9657229781150818,-0.15842799842357635,2.381484031677246,-0.10828600078821182,-1.1967339515686035,1.118904948234558,-1.0208909511566162,-1.0397800207138062,1.520827054977417,1.0135819911956787,-0.6030349731445312,1.378453016281128,-0.7200340032577515,-1.8498040437698364,2.0489959716796875,-0.9630619883537292,-2.0543599128723145,2.8509769439697266,0.2509880065917969,-0.23808200657367706,0.8426269888877869,-0.26792800426483154,2.592384099960327,0.8440150022506714,-1.361920952796936,-0.027014000341296196,-1.0413990020751953,-2.274432897567749,-0.2962599992752075,-2.500499963760376,-0.9956259727478027,1.2265679836273193,0.5455120205879211,1.8077119588851929,0.7243080139160156,0.7559620141983032,-1.3935589790344238,1.1104860305786133,-1.1221840381622314,-0.7890819907188416,-0.9085130095481873,-0.4891819953918457,0.9825559854507446,0.28596800565719604,0.6269699931144714,0.6730459928512573,0.7108989953994751,-0.8834720253944397,1.0939359664916992,-1.1958210468292236,1.5946890115737915,1.3227829933166504,1.28256094455719,-0.6721370220184326,0.2003750056028366,-1.4353309869766235,-1.0931400060653687,1.1209440231323242,2.801539897918701,2.826792001724243,0.50872802734375,0.5354920029640198,0.1694519966840744,-1.8115839958190918,-0.6458979845046997,2.001594066619873,0.7951430082321167,0.9622349739074707,2.107055902481079,-0.3549889922142029,-0.4215160012245178,-0.19573800265789032,1.612112045288086,1.2122360467910767,0.20823000371456146,-1.0523589849472046,-1.3636879920959473,1.247359037399292,0.07477600127458572,1.651242971420288,2.190640926361084,1.0932680368423462,-1.3803459405899048,-1.0653539896011353,1.7779510021209717,0.9829400181770325,-0.3569119870662689,2.3116610050201416,1.5533469915390015,2.4644699096679688,2.4846949577331543,0.7257189750671387,-0.755478024482727,-0.8118590116500854,1.4339979887008667,-0.8240360021591187,-0.6071450114250183,0.7369880080223083,-0.6901649832725525,0.25552698969841003,2.077601909637451,0.39610999822616577,2.510535955429077,2.017453908920288,-1.3408230543136597,-0.23082700371742249,-2.263308048248291,-2.1207540035247803,-0.16452400386333466,0.9863809943199158,1.1770319938659668,1.5379619598388672,-0.9613869786262512,-0.1156269982457161,-1.1096800565719604,2.437659978866577,0.027049999684095383,0.7313590049743652,-0.5200260281562805,0.4426349997520447,-0.8516160249710083,-0.2352679967880249,-1.4390950202941895,0.9363830089569092,0.07333099842071533,1.2761809825897217,1.482334017753601,-1.1000440120697021,0.04984800145030022,2.792198896408081,-1.4756770133972168,-1.4949339628219604,1.986996054649353,2.036195993423462,1.6686910390853882,-0.1511089950799942,-0.1400430053472519,0.6104919910430908,-0.7438110113143921,1.9619749784469604,0.5814390182495117,1.2334719896316528,-1.0446319580078125,2.1605849266052246,1.932908058166504,-0.17578700184822083,0.016388000920414925,1.0267210006713867,1.3674949407577515,0.27653199434280396,-1.443796992301941,0.27122899889945984,-0.45473501086235046,-0.7631819844245911,0.47512099146842957,-1.14295494556427,0.5466300249099731,-0.6884700059890747,-1.1747020483016968,0.030889000743627548,-0.2214130014181137,-0.7578129768371582,0.0729369968175888,1.9365450143814087,-1.8385430574417114,0.5966830253601074,0.6419379711151123,0.6013309955596924,1.9452860355377197,0.3811259865760803,2.28485107421875,-0.030417999252676964,-0.4167580008506775,-0.6406559944152832,-0.9453669786453247,-0.2940340042114258,-1.3690489530563354,1.9276390075683594,1.744462013244629,0.19934099912643433,0.37843701243400574,-0.37757301330566406,-1.2736790180206299,0.9146980047225952,-0.026141000911593437,0.23569799959659576,0.03666200116276741,1.11850905418396,1.8184130191802979,0.8559169769287109,-0.8684719800949097,-0.45061400532722473,0.6809539794921875,1.302412986755371,-0.21638700366020203,2.0130960941314697,1.2934000492095947,0.4694570004940033,-1.2254940271377563,-1.4953980445861816,-0.18122300505638123,-1.0399949550628662,0.489113986492157,0.6935349702835083,0.028508000075817108,-1.4322199821472168,2.5452959537506104,1.1132769584655762,-0.8643059730529785,0.19942200183868408,0.9870610237121582,-1.1744749546051025,-1.3409650325775146,0.1128460019826889,-0.7018210291862488,1.1344009637832642,1.1609280109405518,0.1682790070772171,-0.6461459994316101,1.40071702003479,-0.8441950082778931,-1.3107759952545166,-0.07362300157546997,-1.1151390075683594,0.16122199594974518,-0.870041012763977,-1.1137690544128418,1.2884529829025269,1.2748459577560425,-0.2482450008392334,-0.8473269939422607,0.6306189894676208,0.5886809825897217,-0.05103499814867973,-0.7781379818916321,-1.3275359869003296,-0.6097229719161987,0.9683629870414734,0.5604869723320007,-1.0255080461502075,-0.9627760052680969,-0.7606009840965271,2.530116081237793,1.2435870170593262,-1.1446939706802368,1.1914809942245483,-1.0824240446090698,-0.3107999861240387,0.6834020018577576,0.7859470248222351,-1.8856329917907715,1.9684239625930786,-1.3965610265731812,1.071774959564209,2.27724289894104,-0.5704879760742188,1.1369019746780396,-0.29269400238990784,0.7049450278282166,1.5997170209884644,-2.364104986190796,1.8560609817504883,-0.04039100185036659,0.24894699454307556,0.04189800098538399,-2.172137975692749,0.9667559862136841,-0.2679600119590759,-0.9304069876670837,-1.1797369718551636,0.40999600291252136,0.5441939830780029,2.882416009902954,-1.0120240449905396,1.7243109941482544,-0.3542959988117218,0.9914249777793884,-1.3090330362319946,-0.9439929723739624,-0.9815689921379089,2.2666900157928467,0.9653099775314331,-0.4287930130958557,-1.0044699907302856,-0.8122609853744507,-0.38784798979759216,-1.7088119983673096,-1.432873010635376,-0.19835300743579865,0.257764995098114,0.3352319896221161,0.7603970170021057,-0.16470199823379517,0.979220986366272,-0.6954190135002136,-1.1015599966049194,0.7315700054168701,1.0147910118103027,0.34764599800109863,0.11419200152158737,-0.284960001707077,0.09355100244283676,-1.0027559995651245,-0.6897410154342651,0.11233799904584885,0.055105000734329224,0.5115129947662354,-2.173095941543579,-0.44937101006507874,-1.148026943206787,0.21925200521945953,-0.4502849876880646,-1.1569819450378418,-1.5029929876327515,0.07962699979543686,-0.4685870110988617,1.0658440589904785,-1.0145330429077148,-0.8624609708786011,-0.0010479999473318458,-1.269718050956726,0.5779079794883728,-1.133998990058899,0.1336210072040558,-0.7031800150871277,-1.3373210430145264,0.8528940081596375,2.940385103225708,0.77606201171875,1.3654999732971191,-0.29663899540901184,-1.2480549812316895,-1.4099880456924438,-0.8066790103912354,0.16216899454593658,-1.858780026435852,-1.4848719835281372,-0.11101499944925308,0.5433610081672668,0.44876399636268616,1.2066919803619385,-1.1565550565719604,-1.2741780281066895,0.5139009952545166,0.11140900105237961,-1.2856930494308472,-1.877890944480896,-1.874904990196228,-0.5921649932861328,-1.3507879972457886,0.18555200099945068,0.9539269804954529,0.8413079977035522,-1.4629770517349243,-1.535336971282959,1.0804309844970703,0.2846199870109558,-1.3664909601211548,-1.0335700511932373,0.954338014125824,0.941739022731781,0.9429619908332825,-2.0464251041412354,1.326328992843628,2.6651670932769775,2.072273015975952,-2.004805088043213,0.43138301372528076,0.5010110139846802,0.9652060270309448,0.9754809737205505,1.3025670051574707,2.934324026107788,-0.8169270157814026,-1.1192950010299683,-1.6998709440231323,-0.27897900342941284,0.1978060007095337,-0.6648709774017334,1.2597429752349854,-1.285325050354004,1.217445969581604,1.1058449745178223,-0.9596949815750122,-0.9772120118141174,-0.12273299694061279,-0.790444016456604,-0.705420970916748,-1.159472942352295,1.5809370279312134,-1.2129080295562744,-1.1669390201568604,0.8106849789619446,-0.3174000084400177,0.23149099946022034,2.652172088623047,1.1228820085525513,-0.1784069985151291,1.815654993057251,0.027653999626636505,-2.431549072265625,0.5040820240974426,-0.494953989982605,0.5645719766616821,-1.166105031967163,1.9440900087356567,-0.18841999769210815,-1.3009899854660034,-0.5135250091552734,1.9909260272979736,0.11460500210523605,0.7717670202255249,1.011391043663025,-1.0340429544448853,-1.2269459962844849,-0.3272469937801361,-0.3058589994907379,0.5609390139579773,1.3137749433517456,-1.367156982421875,1.13190495967865,-1.3987879753112793,-1.0992439985275269,-0.8779019713401794,2.5244290828704834,0.1844629943370819,-0.16839000582695007,-0.44607099890708923,0.14404700696468353,0.4056200087070465,-0.6973620057106018,-1.841480016708374,1.6576310396194458,0.05618999898433685,-2.3196868896484375,0.19974200427532196,-0.6281989812850952,-1.000661015510559,-0.8195070028305054,2.3517439365386963,-1.0081839561462402,-1.3611129522323608,-0.8456400036811829,2.4190239906311035,1.176185965538025,2.9382290840148926,-1.2570810317993164,0.9843059778213501,0.7127670049667358,0.6935740113258362,-0.5008540153503418,-1.213392972946167,0.24040000140666962,-0.726498007774353,-0.2356790006160736,-0.2560639977455139,0.8793889880180359,-0.8879370093345642,-1.3086529970169067,1.1261190176010132,-0.37213099002838135,0.024209000170230865,2.736603021621704,0.21390500664710999,-0.8087329864501953,-1.6219830513000488,2.1487390995025635,-0.5546240210533142,-1.9304410219192505,-2.4661829471588135,-0.23365400731563568,-0.8846989870071411,0.03474700078368187,0.4645630121231079,0.8070930242538452,1.0183559656143188,0.4293909966945648,0.5276229977607727,1.0002609491348267,2.482866048812866,-0.809594988822937,-1.3880130052566528,0.7973330020904541,0.30593499541282654,0.36040499806404114,-0.0029929999727755785,0.08359099924564362,0.10441599786281586,0.5900319814682007,1.327072024345398,-0.32994401454925537,-0.9589110016822815,2.807979106903076,-0.23701000213623047,0.04758699983358383,-0.2161010056734085,-0.2846989929676056,-0.5906509757041931,-1.1747970581054688,-0.7373679876327515,0.2609950006008148,0.3648799955844879,-2.084743022918701,-0.28227001428604126,0.7529699802398682,-1.2158809900283813,-1.3201110363006592,1.2089990377426147,1.2420040369033813,0.06105000153183937,0.03264300152659416,0.9067680239677429,0.6517829895019531,-1.3392260074615479,0.7112849950790405,0.22673299908638,1.2241679430007935,-1.5374679565429688,0.7731170058250427,0.46792998909950256,0.3709949851036072,1.1048849821090698,0.08211199939250946,-0.7989630103111267,-1.8811650276184082,1.1535179615020752,-1.8916699886322021,-1.3403240442276,1.6734659671783447,1.681107997894287,1.4006199836730957,-1.128533959388733,1.1179800033569336,1.550436019897461,0.10989300161600113,0.9721459746360779,-1.050163984298706,1.1338200569152832,-1.1104600429534912,-0.10926400125026703,-0.1085280030965805,-0.8075190186500549,-0.8554239869117737,-0.775754988193512,-0.9041860103607178,-1.5745240449905396,1.0560760498046875,0.061264000833034515,0.12753300368785858,2.2000269889831543,2.1802830696105957,-0.9695649743080139,-0.2109449952840805,0.04303399845957756,2.7605059146881104,2.0545270442962646,-0.9686890244483948,-0.26458099484443665,-2.3884809017181396,-0.2730709910392761,0.6737959980964661,0.5930290222167969,-0.352167010307312,-0.004668999928981066,0.9421979784965515,2.0593318939208984,-0.8853859901428223,1.1683659553527832,0.1898290067911148,-0.9001359939575195,-0.7395920157432556,-2.008697986602783,-1.2452830076217651,0.12185300141572952,0.5854600071907043,2.7847940921783447,2.6840639114379883,0.33083799481391907,2.631804943084717,1.164618968963623,1.4178940057754517,-0.37293198704719543,2.285552978515625,1.7962219715118408,-1.889809012413025,1.7032480239868164,-1.2297710180282593,0.6687660217285156,0.3125999867916107,0.2179500013589859,1.7401330471038818,-0.4577319920063019,-1.1271710395812988,0.14985999464988708,0.5195130109786987,-1.5201250314712524,-0.6807569861412048,1.6820679903030396,-0.046339001506567,0.3558390140533447,1.3161170482635498,-1.2117639780044556,-0.9541800022125244,-0.8412010073661804,1.1298940181732178,1.2346919775009155,-1.451807975769043,-1.8158420324325562,1.006775975227356,0.7050459980964661,-0.41068801283836365,1.0308959484100342,0.6901000142097473,0.8407689929008484,2.404521942138672,-0.9028069972991943,0.3448289930820465,1.1053390502929688,-1.7941069602966309,1.0467809438705444,-1.024588942527771,-0.3499760031700134,-0.384319007396698,0.9627739787101746,0.7312269806861877,0.6249309778213501,0.443338006734848,-0.1315860003232956,0.8481069803237915,-1.295624017715454,0.03834100067615509,-1.2240500450134277,-1.0607550144195557,-0.49884599447250366,1.300449013710022,-2.2729949951171875,-0.10786599665880203,-0.8969789743423462,1.2190899848937988,1.3416800498962402,-0.4575690031051636,0.2558929920196533,-0.5292590260505676,-0.5431900024414062,-1.072031021118164,1.5320589542388916,1.216878056526184,0.863756000995636,0.4172329902648926,-0.6326320171356201,2.8692779541015625,-0.056092001497745514,-1.1950780153274536,-1.0279749631881714,-1.1109130382537842,0.07450799643993378,0.33792099356651306,1.2144850492477417,0.5325390100479126,0.7967789769172668,0.019388999789953232,2.2501609325408936,-0.912418007850647,-0.018343999981880188,-1.4251840114593506,1.3360209465026855,1.739385962486267,0.7462509870529175,-0.8755220174789429,0.49191999435424805,1.3060669898986816,1.5496189594268799,-0.35543400049209595,-0.38423898816108704,0.5780860185623169,1.8548369407653809,2.5004310607910156,1.837399959564209,-0.0035830000415444374,1.0801429748535156,0.10457699745893478,1.3122789859771729,0.6087170243263245,0.6907879710197449,0.6853060126304626,2.2814340591430664,0.08663900196552277,-2.1612799167633057,-1.309725046157837,0.27088600397109985,-1.0337519645690918,1.0595530271530151,0.16764800250530243,-0.47964099049568176,-1.2665339708328247,-0.8899869918823242,-0.11137399822473526,-1.1351369619369507,-0.45552098751068115,0.444597989320755,0.5505179762840271,-1.4836809635162354,-0.3490009903907776,-2.2508740425109863,-0.7253410220146179,-1.1078829765319824,1.1659369468688965,-1.3325459957122803,-1.0893019437789917,1.7606799602508545,-2.519500970840454,-0.010932999663054943,-2.369652032852173,-1.379621982574463,-0.6667370200157166,1.6294419765472412,2.856055974960327,-1.2158509492874146,1.0755189657211304,-1.235159993171692,1.8989030122756958,-0.35960400104522705,-0.3043479919433594,0.4832780063152313,-2.0582120418548584,-2.11456298828125,-1.6959919929504395,1.0714659690856934,0.08885200321674347,2.623584032058716,-1.2894569635391235,-1.3571569919586182,-1.2768069505691528,1.268754005432129,-0.230320006608963,-0.3620949983596802,-2.1985630989074707,0.01726900041103363,0.414108008146286,1.2743970155715942,-1.5548529624938965,-0.27317801117897034,2.256859064102173,0.4920940101146698,0.07884400337934494,-1.135877013206482,0.2090110033750534,-1.810528039932251,-0.29024800658226013,1.158437967300415,1.2700519561767578,-1.1613730192184448,-0.9611510038375854,1.4613770246505737,-0.9897249937057495,0.8480790257453918,0.842644989490509,-0.4673919975757599,-0.7857199907302856,-0.5068299770355225,0.06614299863576889,1.320391058921814,-0.5715720057487488,-1.2911700010299683,-0.3070070147514343,0.18348699808120728,0.8657670021057129,0.22906899452209473,-0.4184490144252777,-1.0022759437561035,-1.4735469818115234,-1.0582549571990967,-0.8655880093574524,-1.0653530359268188,-1.1286200284957886,-0.6758019924163818,0.9241930246353149,0.07489799708127975,1.3246270418167114,0.26710501313209534,-0.9093090295791626,-1.1807409524917603,-2.071990966796875,-0.5502820014953613,0.8698940277099609,0.12966500222682953,0.3881309926509857,-0.4891969859600067,-0.8531870245933533,1.8122659921646118,0.9080650210380554,-0.3119400143623352,-0.8640869855880737,-1.7088240385055542,1.1207369565963745,1.1273980140686035,0.43164899945259094,-1.2459989786148071,-1.149649977684021,-0.2869899868965149,-1.0920209884643555,-0.40949198603630066,-0.5875089764595032,-0.09403800219297409,-1.5190880298614502,-1.4749430418014526,-0.19322699308395386,-0.7732089757919312,0.7088469862937927,0.35725298523902893,-1.8032070398330688,1.1903489828109741,-0.4310620129108429,-1.1932790279388428,-1.9810559749603271,1.8354159593582153,-1.8634450435638428,0.9389330148696899,-1.394271969795227,-0.014113999903202057,2.5159029960632324,2.548218011856079,-0.43003401160240173,-0.06752099841833115,-0.73614901304245,-1.8752939701080322,0.0819849967956543,2.147059917449951,-0.9212740063667297,-0.7857760190963745,-1.8913229703903198,-1.0949000120162964,-0.7764019966125488,0.856689989566803,0.5468890070915222,-2.1768798828125,-1.091284990310669,-1.0934970378875732,-1.2099419832229614,0.5986670255661011,1.056257963180542,-0.3782770037651062,-0.704712986946106,-0.8437650203704834,0.44583699107170105,-0.5674899816513062,-1.3312829732894897,0.410768985748291,-1.1487209796905518,-1.1676009893417358,0.04682600125670433,-0.20423899590969086,-2.271332025527954,-0.47417598962783813,-1.190412998199463,1.1041280031204224,1.049312949180603,-0.16764800250530243,0.7758749723434448,-0.07465799897909164,0.7180759906768799,-1.3813550472259521,-1.2089669704437256,1.5789109468460083,-1.8996280431747437,1.2287640571594238,-0.11177600175142288,0.8156129717826843,0.35796400904655457,-0.13957500457763672,1.62717604637146,0.5669450163841248,-0.829246997833252,-0.7860710024833679,1.0061089992523193,1.7701849937438965,-0.453574001789093,2.3098220825195312,1.3241419792175293,1.852584958076477,0.028471000492572784,-2.2141880989074707,-1.235901951789856,0.8077059984207153,-1.5722179412841797,0.023739000782370567,1.0212910175323486,-0.1042179986834526,-0.760794997215271,1.4485889673233032,-2.1142120361328125,1.6197969913482666,1.1003249883651733,0.9037889838218689,1.10234797000885,-0.032051000744104385,2.467782974243164,-1.255275011062622,1.7290010452270508,-0.3186520040035248,-0.3006590008735657,-0.7915430068969727,-1.100788950920105,0.8358619809150696,-0.357558012008667,-0.09643399715423584,-0.798583984375,-0.6451740264892578,-0.9146890044212341,-1.2006670236587524,1.2201429605484009,-0.9046419858932495,-1.1120359897613525,0.15006999671459198,1.5687259435653687,0.3967989981174469,-0.5063989758491516,2.3957901000976562,0.952796995639801,0.9840180277824402,2.051738977432251,0.5701580047607422,-1.1866190433502197,-0.8673779964447021,2.508086919784546,0.17036299407482147,-1.1033309698104858,0.2539980113506317,-0.17913000285625458,-0.36204400658607483,0.11666200309991837,-0.9309880137443542,2.9247970581054688,-1.6663919687271118,1.78793203830719,1.7513339519500732,-1.2637399435043335,-0.5201820135116577,1.0536500215530396,-1.0829319953918457,-1.3466349840164185,1.3170169591903687,0.9685609936714172,0.20754599571228027,1.1763349771499634,0.5445259809494019,-0.667756974697113,-0.019744999706745148,1.0828150510787964,-2.143019914627075,-1.7321970462799072,1.7055280208587646,0.27298998832702637,0.40067699551582336,-0.18027600646018982,-1.1393530368804932,1.1441680192947388,2.8938369750976562,0.06767900288105011,-0.9400439858436584,-0.14940300583839417,0.9007419943809509,-0.9203230142593384,0.19070999324321747,-0.09230799973011017,-1.9354779720306396,2.36757493019104,1.8151500225067139,-1.2807140350341797,-0.9724950194358826,0.990746021270752,-0.74344801902771,-0.20115700364112854,2.3824539184570312,1.9449009895324707,-1.3267290592193604,0.028629999607801437,-1.6462420225143433,-0.10858900099992752,-0.46347299218177795,2.1264419555664062,-0.2885020077228546,0.5894309878349304,-1.8904800415039062,0.8719239830970764,0.875669002532959,-1.125959038734436,-1.8064310550689697,-1.9199930429458618,-0.4575980007648468,-0.8800849914550781,-0.11297599971294403,2.0706140995025635,1.8914389610290527,-0.04094000160694122,-1.3209229707717896,-1.7736680507659912,1.1694450378417969,0.17979399859905243,-0.21490700542926788,0.5415989756584167,-2.3037989139556885,-1.2798269987106323,0.9441530108451843,0.1252260059118271,-0.4132649898529053,2.0366640090942383,0.434810996055603,0.9362210035324097,0.9285150170326233,1.1459029912948608,-0.3360370099544525,1.1543879508972168,-1.7502330541610718,0.09974899888038635,-1.6186970472335815,-1.528872013092041,1.2127130031585693,0.6162220239639282,-1.4310929775238037,-0.9924370050430298,1.0038909912109375,0.9906960129737854,2.247642993927002,-0.31588900089263916,-0.7568240165710449,0.2493409961462021,0.7139120101928711,1.1982860565185547,-2.079051971435547,-2.0966989994049072,-0.5120750069618225,-1.0990190505981445,-1.0768200159072876,1.1838109493255615,1.9679640531539917,-0.9452930092811584,-0.34487900137901306,-1.327625036239624,0.53404301404953,-1.0398249626159668,0.908141016960144,-0.8251609802246094,0.6967920064926147,-0.8818470239639282,0.7069240212440491,-2.0619049072265625,0.5738000273704529,1.786147952079773,-0.870714008808136,-0.6281939744949341,-1.5281959772109985,2.3460869789123535,0.15839600563049316,2.09830904006958,0.006641000043600798,-0.8922070264816284,0.22512300312519073,-0.22033700346946716,-0.2561649978160858,0.49498701095581055,-1.3875689506530762,-0.8241320252418518,-0.9665560126304626,-1.0411219596862793,1.9674509763717651,2.439208984375,-1.2009450197219849,-0.47196701169013977,-0.7427170276641846,0.8293179869651794,-0.9580079913139343,0.1954669952392578,-0.1032940000295639,0.8579450249671936,1.1663060188293457,-1.5544029474258423,-0.8728799819946289,-0.002498999936506152,1.6563760042190552,-0.7269319891929626,-1.8495310544967651,-2.180000066757202,-2.2637479305267334,-1.186885952949524,1.3174769878387451,1.2689499855041504,0.9826380014419556,2.627937078475952,-1.0871700048446655,-1.4354549646377563,-0.6776480078697205,-0.48289498686790466,-1.3675520420074463,-1.1942410469055176,-1.3945200443267822,1.309164047241211,-0.4065380096435547,-0.24558599293231964,-1.7845460176467896,0.16307100653648376,1.0620160102844238,1.7736250162124634,-0.12001500278711319,-0.935267984867096,0.15393200516700745,0.3108769953250885,-2.0204410552978516,-1.2610019445419312,0.2418770045042038,0.3950220048427582,-0.9938210248947144,0.9818530082702637,0.6162949800491333,-1.2780139446258545,-0.7778059840202332,0.3844519853591919,2.5254759788513184,0.5124809741973877,-1.2781089544296265,-2.147675037384033,-0.9556990265846252,-0.36567699909210205,-0.8673779964447021,-0.6115210056304932,2.166045904159546,-0.6186469793319702,-0.22067800164222717,-0.006012999918311834,0.6935799717903137,-1.2588549852371216,-0.9287409782409668,1.516497015953064,-0.3120410144329071,1.3111460208892822,1.072458028793335,-1.0661460161209106,-0.6879670023918152,-0.5721650123596191,-1.385064959526062,-1.7022860050201416,0.5527049899101257,-1.146738052368164,-0.2707729935646057,-1.2045880556106567,-0.5928379893302917,-0.3650189936161041,2.1970629692077637,1.5865000486373901,0.4379599988460541,1.233773946762085,0.579692006111145,-0.5918300151824951,1.7541879415512085,1.2630319595336914,-1.26386296749115,-0.7733910083770752,-1.2336280345916748,0.420524001121521,-2.0189669132232666,-1.2137529850006104,-0.5264480113983154,-1.9119869470596313,-1.8461649417877197,0.9555209875106812,0.13860300183296204,-0.9143750071525574,1.7521549463272095,-0.38925901055336,-0.2559100091457367,0.412104994058609,0.34851500391960144,-0.942782998085022,-0.7831029891967773,-0.053909000009298325,-1.2838950157165527,-0.07910899817943573,-1.4587249755859375,-0.5044400095939636,-0.1402679979801178,-0.9086779952049255,-1.351322054862976,0.4387679994106293,2.3551878929138184,1.150292992591858,-0.5294489860534668,-0.723816990852356,-0.5705659985542297,0.987405002117157,-0.23987999558448792,-1.9955979585647583,-1.0762779712677002,-0.7236980199813843,-0.2120320051908493,-0.7688909769058228,1.287966012954712,-1.488679051399231,2.643502950668335,0.37963199615478516,1.9634170532226562,-1.449903964996338,-0.7229620218276978,1.3819999694824219,-0.5374829769134521,1.038727045059204,-0.07406199723482132,-1.0325130224227905,-1.455862045288086,-1.2376630306243896,-0.15053200721740723,-0.3520900011062622,-0.4655759930610657,-1.3039510250091553,-2.131721019744873,1.1589269638061523,-0.23451200127601624,-1.9360460042953491,0.0922819972038269,-0.1900310069322586,-1.1237469911575317,-0.21942199766635895,1.121055006980896,1.0470240116119385,0.2281550019979477,2.253840923309326,-1.0537970066070557,-1.1638849973678589,-0.2098899930715561,0.3538550138473511,0.14412599802017212,-0.02196500077843666,2.4011270999908447,1.0753569602966309,-0.676048994064331,1.319700002670288,0.39476698637008667,-1.1331349611282349,1.4387580156326294,-1.6015870571136475,0.46639999747276306,-1.08161199092865,0.09453000128269196,-1.3156739473342896,-0.14243300259113312,0.6462969779968262,1.0495320558547974,0.9344540238380432,1.2275539636611938,0.9648370146751404,0.8542479872703552,0.41899898648262024,-1.156048059463501,1.1088180541992188,-0.33335599303245544,-1.5472110509872437,-1.2277170419692993,1.6087809801101685,1.690132975578308,-0.036883000284433365,-0.717743992805481,-0.7843170166015625,0.9131889939308167,1.8505580425262451,2.287062883377075,1.8299410343170166,-0.11060100048780441,0.7501220107078552,0.6734240055084229,-1.9025729894638062,-1.3754470348358154,0.6964269876480103,-0.848537027835846,1.1543879508972168,0.7468820214271545,-0.051364000886678696,1.8336089849472046,-1.074002981185913,-1.397379994392395,-0.7923480272293091,-0.4664500057697296,-0.8057479858398438,-0.15304900705814362,0.6674460172653198,0.21932099759578705,-1.1870310306549072,0.7737079858779907,0.9829639792442322,-0.4088760018348694,2.1065850257873535,0.0451509989798069,0.5579760074615479,-0.9997959733009338,1.2526400089263916,1.3461320400238037,-1.3300650119781494,0.30630698800086975,-1.1571600437164307,0.888159990310669,-0.6991940140724182,0.06317699700593948,-0.7040010094642639,1.0993050336837769,2.0360069274902344,-1.1402029991149902,-0.8850370049476624,-0.45296400785446167,1.1994359493255615,0.04060700163245201,0.8099070191383362,0.481550008058548,0.23346799612045288,-0.9519410133361816,0.07018499821424484,-0.5849379897117615,0.22549700736999512,-0.13070400059223175,1.1358599662780762,-0.8833730220794678,-0.08479999750852585,1.1559059619903564,2.029388904571533,-1.0194079875946045,1.566264033317566,-1.3482749462127686,0.6439149975776672,-0.6869329810142517,-1.28643798828125,-0.5839740037918091,-0.998769998550415,-1.9455859661102295,-0.05072300136089325,-0.7502639889717102,-0.8473140001296997,-0.5630059838294983,-1.095978021621704,1.001109004020691,1.025426983833313,-1.934852957725525,2.2036690711975098,0.7158200144767761,0.7369800209999084,-1.4661870002746582,-1.521312952041626,-1.2727220058441162,-1.7269439697265625,-1.0799000263214111,0.6991350054740906,0.9747999906539917,-1.0140550136566162,2.644252061843872,2.171539068222046,-1.2278529405593872,-0.20183700323104858,0.11925899982452393,0.06420999765396118,-0.6056820154190063,-0.9333310127258301,-0.17819499969482422,-1.2435840368270874,-0.8984240293502808,2.3152809143066406,0.36257898807525635,1.1897189617156982,1.9422509670257568,-0.7495560050010681,-0.033385999500751495,2.293592929840088,-2.283039093017578,-0.9986609816551208,0.6676449775695801,-0.24438999593257904,2.2951149940490723,-0.682774007320404,-0.6964930295944214,-1.0647579431533813,2.0887250900268555,0.09488800168037415,0.19650499522686005,0.5459929704666138,0.14721600711345673,0.5809609889984131,2.2702560424804688,-0.9871619939804077,0.8864529728889465,2.145052909851074,-0.4664590060710907,-0.9201620221138,0.11159999668598175,-0.21432900428771973,0.47267699241638184,-1.2642439603805542,0.8756870031356812,0.9263790249824524,0.03717400133609772,-1.723052978515625,0.10162699967622757,1.0936709642410278,-0.8585090041160583,-0.4969800114631653,1.1689260005950928,-1.4647459983825684,-0.8943470120429993,2.667267084121704,-0.04547400027513504,-0.6967319846153259,0.43035000562667847,-1.2312970161437988,-0.4579649865627289,0.8856199979782104,-0.07849899679422379,2.2863829135894775,-1.9060269594192505,-1.3039510250091553,-1.2942249774932861,0.9437119960784912,0.8872339725494385,-0.02454400062561035,0.993353009223938,-0.5123370289802551,-0.7003120183944702,0.9461860060691833,-0.29577600955963135,-0.6264100074768066,-0.8884270191192627,-1.1119489669799805,-1.5301239490509033,-1.5166560411453247,1.665276050567627,1.6928579807281494,0.3817470073699951,0.6648899912834167,1.6472779512405396,2.0319409370422363,0.8480939865112305,0.959613025188446,0.22284099459648132,0.8191819787025452,-1.3522520065307617,2.6839399337768555,-0.2524920105934143,-1.9376720190048218,0.41047900915145874,1.2171779870986938,-0.42452800273895264,-0.018482999876141548,0.9749940037727356,0.9023280143737793,-0.4603700041770935,-0.40320900082588196,-1.0427429676055908,1.18893301486969,-0.10899300128221512,2.856231927871704,-2.308098077774048,-0.46814998984336853,-0.45859798789024353,0.2647239863872528,0.6170399785041809,2.5739619731903076,-1.2436699867248535,-0.8898090124130249,-0.3674109876155853,-0.602707028388977,-2.014008045196533,0.5087370276451111,-1.2848759889602661,-2.0156400203704834,2.8926849365234375,1.6163330078125,1.5470730066299438,1.0600650310516357,-1.302968978881836,-0.3047029972076416,0.7870370149612427,-0.34281399846076965,-0.3983199894428253,0.489890992641449,0.5403249859809875,-0.3524070084095001,0.5234529972076416,2.1797900199890137,-1.45906400680542,-0.08861800283193588,-0.5588629841804504,0.29169198870658875,1.0841330289840698,1.3703160285949707,1.1468700170516968,0.2379540055990219,-0.4993149936199188,-0.7663459777832031,-0.6581370234489441,0.3193660080432892,0.4916209876537323,-0.8606889843940735,2.718251943588257,-0.3930400013923645,1.1252199411392212,-0.3651680052280426,-0.7635250091552734,1.7494369745254517,0.16360199451446533,0.12560999393463135,0.7213029861450195,-0.8277090191841125,0.5606809854507446,1.0962480306625366,0.7598599791526794,-0.9530019760131836,-0.882552981376648,1.176496982574463,-0.1145630031824112,0.6821140050888062,2.3912200927734375,-0.8360559940338135,1.1310559511184692,1.9465869665145874,2.0797119140625,0.5308150053024292,-0.17155300080776215,-0.47090598940849304,1.25307297706604,0.40611401200294495,0.946183979511261,-0.2332720011472702,-0.49365198612213135,-1.4151870012283325,2.304784059524536,-0.5103870034217834,-0.8098490238189697,-1.0771379470825195,-0.7773230075836182,-2.16156005859375,1.178508996963501,2.6736791133880615,1.020287036895752,0.02555599994957447,-0.3632409870624542,0.07751099765300751,1.4968279600143433,-0.872668981552124,-1.7063870429992676,1.5577770471572876,1.1549869775772095,-0.6114910244941711,1.6330980062484741,0.11292199790477753,-0.884194016456604,0.756335973739624,1.0880780220031738,-0.3666529953479767,0.6124110221862793,-1.377040982246399,2.7362899780273438,0.14130899310112,-1.0087549686431885,0.7536110281944275,1.405930995941162,-0.6503450274467468,0.878259003162384,0.3429569900035858,-2.228576898574829,2.152451992034912,1.2151869535446167,-0.1783760040998459,-2.2461540699005127,-0.6636189818382263,-1.2243080139160156,-1.4018670320510864,0.29415300488471985,2.7899370193481445,1.1822550296783447,0.9625880122184753,0.7306749820709229,0.009747999720275402,1.9250199794769287,0.8033689856529236,-1.225229024887085,0.6136749982833862,-1.275014042854309,1.4465069770812988,-0.6273419857025146,0.7639120221138,1.842195987701416,0.6028199791908264,-0.7926899790763855,-1.2781230211257935,0.5208060145378113,-0.7429869771003723,0.05678800120949745,0.24140200018882751,-0.006556000094860792,0.9449790120124817,-0.3619979918003082,-1.2997920513153076,1.1358519792556763,1.2267040014266968,0.6411809921264648,0.6823539733886719,2.288321018218994,-1.0597460269927979,0.01703999936580658,-0.39865198731422424,-1.0286600589752197,-1.8260120153427124,-1.8008270263671875,-1.9637030363082886,2.7167739868164062,-0.8620390295982361,1.2402310371398926,1.2839200496673584,-0.42022499442100525,-0.9686229825019836,0.33241501450538635,1.3321210145950317,1.5684109926223755,1.6586790084838867,1.49651300907135,2.5030019283294678,1.4162650108337402,-1.332190990447998,-1.2884360551834106,-1.065121054649353,0.3387100100517273,1.1694450378417969,-1.0558229684829712,-1.0173219442367554,-0.8357380032539368,-0.7681570053100586,1.5542449951171875,1.5453389883041382,-0.2972320020198822,-0.7894120216369629,-1.3269530534744263,-1.0302029848098755,-0.20403599739074707,-1.0959709882736206,0.2970919907093048,-1.2662550210952759,-1.2895419597625732,-1.0243639945983887,-1.442378044128418,2.4087750911712646,2.0471739768981934,-1.1288150548934937,-1.2763420343399048,-0.498883992433548,-0.7051510214805603,-0.607761025428772,-0.9029480218887329,-0.507860004901886,0.5253829956054688,1.8704190254211426,0.1692270040512085,-0.9476069808006287,1.1033999919891357,1.586029052734375,-0.3034850060939789,-1.619920015335083,2.953819990158081,2.1251220703125,1.4899829626083374,-0.11300499737262726,1.439568042755127,-0.35916900634765625,1.4631160497665405,0.3459320068359375,1.7177560329437256,1.5809520483016968,0.06539999693632126,2.4112930297851562,-1.931725025177002,0.7212799787521362,0.9747269749641418,2.7935140132904053,-1.178617000579834,-1.4500889778137207,0.40435999631881714,-0.6790080070495605,-0.7908589839935303,-0.7424799799919128,-2.495995044708252,-0.07731500267982483,-0.18929900228977203,1.4423110485076904,0.3139530122280121,-0.7563599944114685,0.4899330139160156,1.6878900527954102,1.2608360052108765,2.3037381172180176,2.4884960651397705,-1.267632007598877,-2.541121006011963,0.4176979959011078,0.8068259954452515,0.2535490095615387,-0.3884199857711792,-2.428287982940674,1.1099610328674316,1.0453490018844604,0.9891049861907959,1.7356820106506348,0.9726999998092651,-1.1063120365142822,0.8780570030212402,1.027387022972107,0.9519370198249817,2.840117931365967,-1.240738034248352,-1.2845419645309448,-0.9281079769134521,-1.5677800178527832,-0.005779999773949385,1.2751599550247192,-1.6654969453811646,-1.250815987586975,-1.2935349941253662,-0.9265379905700684,1.5543040037155151,2.4104011058807373,-1.3990360498428345,0.018769999966025352,-2.317605972290039,-2.2523770332336426,-1.0747779607772827,-1.0520780086517334,-0.7145280241966248,1.0367679595947266,-1.268805980682373,0.580256998538971,0.004825999960303307,0.8687289953231812,0.8478469848632812,2.8996660709381104,1.1104209423065186,-0.010332000441849232,0.9175429940223694,-1.3333439826965332,1.4098089933395386,1.4913259744644165,-0.08881299942731857,1.7827719449996948,0.8515170216560364,-1.2602519989013672,0.9130250215530396,-0.9599000215530396,0.9461590051651001,0.8989899754524231,-0.4005340039730072,-0.04355299845337868,-0.5985940098762512,-0.7277529835700989,-1.2099870443344116,0.44460299611091614,-1.4545739889144897,1.3253400325775146,0.858843982219696,-0.4161899983882904,1.6061179637908936,-1.3228789567947388,0.6759759783744812,2.8233370780944824,-1.5931659936904907,2.4257431030273438,2.3643369674682617,-1.422518014907837,-0.5750700235366821,0.7431570291519165,-1.3716100454330444,-0.9514279961585999,1.4081300497055054,0.8856210112571716,-1.3313020467758179,1.3506369590759277,0.27784401178359985,-1.2658330202102661,-0.6642910242080688,0.9865700006484985,2.14188289642334,-1.2358360290527344,1.945356011390686,0.4671129882335663,-0.0444829985499382,-2.0369069576263428,0.028821000829339027,-0.14722800254821777,-2.070465087890625,-2.096606969833374,1.7120510339736938,-1.0102579593658447,-1.094864010810852,-0.9878219962120056,0.7705079913139343,-1.1476930379867554,-1.2373069524765015,0.8002009987831116,1.0066399574279785,2.7094409465789795,-0.08868499845266342,0.9345809817314148,-0.26628199219703674,0.36538198590278625,1.8097480535507202,-1.2609299421310425,-0.7500529885292053,-0.782247006893158,0.06088599935173988,0.7060850262641907,-1.010462999343872,1.9172250032424927,2.8493878841400146,0.23826999962329865,-0.2000429928302765,1.736956000328064,-0.655659019947052,-0.7389770150184631,0.7422289848327637,1.6964190006256104,2.732208013534546,0.7954099774360657,1.2518709897994995,2.42615008354187,0.3941439986228943,1.1416130065917969,-0.4627229869365692,1.837015986442566,-1.5132169723510742,-1.1641639471054077,-0.05629200115799904,0.7500879764556885,-0.9359599947929382,-0.3096109926700592,1.8790949583053589,2.2154541015625,2.708796977996826,-1.0041500329971313,1.0043070316314697,1.197113037109375,0.8302350044250488,1.4240700006484985,-1.0479199886322021,0.19289299845695496,0.689507007598877,-0.06966900080442429,-1.331244945526123,-0.679161012172699,2.470309019088745,-1.9253569841384888,0.869924008846283,-0.41793501377105713,-1.4038920402526855,-0.5640450119972229,1.8316880464553833,-0.6165680289268494,0.22895799577236176,1.0851340293884277,-1.0212169885635376,0.6547060012817383,-1.630221962928772,1.990797996520996,-0.9555969834327698,-0.5246279835700989,-0.514290988445282,0.4264160096645355,1.5644129514694214,-1.0976829528808594,1.425441026687622,0.39267000555992126,-0.019874999299645424,-1.0146030187606812,1.1472389698028564,-0.7477419972419739,1.123777985572815,0.19170300662517548,-0.5191689729690552,1.3464809656143188,1.6964529752731323,-0.11358699947595596,0.6140120029449463,-1.2398170232772827,0.5333570241928101,0.49050700664520264,1.0502229928970337,-0.43162399530410767,1.069970965385437,-1.1865609884262085,-0.25450798869132996,-0.6219639778137207,-0.4217180013656616,-1.2181570529937744,2.4917829036712646,-1.4116079807281494,1.3643369674682617,-0.828354001045227,0.7127580046653748,0.2256850004196167,-1.2052350044250488,0.5889739990234375,0.06869000196456909,-0.754347026348114,-0.7788310050964355,1.8008999824523926,-1.5175139904022217,2.205656051635742,0.5702059864997864,0.42248499393463135,-0.46660199761390686,1.1410349607467651,1.6520999670028687,-0.45138099789619446,-1.5249559879302979,-0.5019869804382324,-1.2116470336914062,-2.40214204788208,0.5218930244445801,-2.018455982208252,0.0036720000207424164,0.8278909921646118,-0.36689600348472595,-1.0710580348968506,-0.9644070267677307,-0.7122039794921875,-0.2176620066165924,-0.6173530220985413,-0.010579000227153301,0.7754920125007629,0.3307349979877472,0.5742849707603455,-1.7320799827575684,-0.2521530091762543,1.0104889869689941,0.33793699741363525,0.9471129775047302,1.1560410261154175,0.25568100810050964,-1.0521780252456665,-0.16918900609016418,1.1762150526046753,0.38304099440574646,0.27641600370407104,-0.6448079943656921,0.6372280120849609,-0.591454029083252,-0.6556850075721741,-1.4119000434875488,-1.2219040393829346,0.8608729839324951,0.07978899776935577,0.1488189995288849,-0.6372159719467163,0.7664790153503418,-0.9475409984588623,-2.5244059562683105,0.7734659910202026,-2.2928149700164795,-1.0878219604492188,-1.9289840459823608,2.0239269733428955,1.8906019926071167,-1.9186710119247437,-0.92290198802948,-1.932026982307434,2.2552359104156494,2.229675054550171,1.475944995880127,3.8574678897857666,3.8574979305267334,3.857422113418579,0.37030598521232605,2.1718900203704834,0.14529100060462952,-1.1236469745635986,0.468764990568161,-1.6067249774932861,1.2777080535888672,0.9889900088310242,2.2920680046081543,1.3748869895935059,-1.6422580480575562,-0.010799000039696693,1.9771729707717896,1.5075169801712036,2.2273149490356445,1.087689995765686,-1.5398039817810059,-1.7604199647903442,-1.8396220207214355,1.8637980222702026,0.627593994140625,0.5492209792137146,2.287511110305786,-1.1689260005950928,0.7773920297622681,0.8985909819602966,-0.3380579948425293,1.802230954170227,-1.5363620519638062,-0.47113001346588135,-0.3829379975795746,0.922469973564148,0.9226379990577698,1.1387020349502563,1.1712039709091187,1.1449589729309082,1.174164056777954,-1.3597869873046875,-1.3488620519638062,1.7857060432434082,1.7546080350875854,1.7631380558013916,1.816375970840454,1.7612760066986084,1.7995610237121582,1.7459559440612793,-1.39593505859375,-1.4487149715423584,-1.3924410343170166,-1.4019780158996582,-1.4538880586624146,-1.4058070182800293,-1.3973850011825562,-1.407439947128296,-1.400696039199829,-1.4072569608688354,1.564931035041809,1.5283199548721313,1.5761510133743286,1.4124150276184082,1.4246059656143188,1.3792879581451416,1.3981479406356812,1.715041995048523,1.7190860509872437,-1.3836669921875,-1.3495179414749146,-1.404312014579773,-1.3604739904403687,-1.361435055732727,-1.3603520393371582,-1.3687289953231812,-1.367553949356079,1.0739909410476685,1.0460820198059082,1.0140379667282104,1.0419739484786987,1.048095941543579,1.1478580236434937,1.1971739530563354,1.3895870447158813,1.3962860107421875,1.4380040168762207,1.3746800422668457,0.9847260117530823,0.9521179795265198,0.9915469884872437,-1.395583987236023,-1.4561309814453125,1.2663569450378418,1.2699129581451416,1.304656982421875,1.7415770292282104,1.7342530488967896,1.7984919548034668,1.796051025390625,1.7439119815826416,1.7494659423828125,-1.429947018623352,-1.374603033065796,-1.380584955215454,-1.4443049430847168,-1.444061040878296,-1.450165033340454,-1.2614569664001465,-1.242279052734375,-1.2560420036315918,-1.2642669677734375,1.230188012123108,-0.500901997089386,-1.7209700345993042,-1.1653319597244263,1.010146975517273,-1.4541629552841187,-1.400467038154602,-1.4541319608688354,1.3879410028457642,0.691519021987915,0.6023719906806946,0.9794840216636658,1.8771049976348877,1.840235948562622,-1.3540159463882446,2.19425106048584,-1.825773000717163,-1.3956270217895508,-1.2126209735870361,-1.4160770177841187,-1.423279047012329,0.7222560048103333,-1.8088500499725342,-1.41109299659729,0.9835270047187805,0.6097170114517212,1.452666997909546,1.7851229906082153,-1.4597289562225342,-1.4607239961624146,1.3601620197296143,1.1383719444274902,-0.03881699964404106,-1.274116039276123,-1.8678619861602783,-1.9274230003356934,1.587218999862671,-1.8031870126724243,-0.4666289985179901,1.7492369413375854,-1.6084870100021362,-1.4156650304794312,-1.4433590173721313,-1.392333984375,2.242249011993408,1.395637035369873,0.4098770022392273,-1.8965259790420532,0.6577860116958618,1.7317670583724976,-1.3773390054702759,2.194101095199585,0.8288249969482422,-0.17903700470924377,1.7926939725875854,-1.870373010635376,-0.8751649856567383,-1.4518580436706543,-1.4341119527816772,-1.457718014717102,-1.4063260555267334,-1.4026789665222168,-1.1045290231704712,-0.9818450212478638,-1.5793429613113403,1.732177972793579,-1.2130279541015625,2.1657190322875977,-1.6213430166244507,1.3792239427566528,1.076064944267273,0.8971070051193237,-1.3308579921722412,0.48125600814819336,1.8145140409469604,1.7631069421768188,-1.4100040197372437,-1.2467800378799438,-0.9560660123825073,-1.439102053642273,2.275207042694092,-1.3491239547729492,-1.3534539937973022,2.087380886077881,-0.9279159903526306,-0.6144989728927612,1.7507339715957642,-1.2908450365066528,1.7114410400390625,0.07407700270414352,1.402886986732483,1.372228980064392,1.308197021484375,1.686182975769043,-1.4160239696502686,-1.079079031944275,0.21838299930095673,0.8657940030097961,1.4199579954147339,1.9810669422149658,1.1483479738235474,-1.0676039457321167,1.7965309619903564,-1.8695930242538452,1.7822200059890747,1.6838840246200562,0.863798975944519,1.5395809412002563,-1.5658620595932007,0.2283799946308136,2.180946111679077,-1.3979190587997437,-0.9033039808273315,-0.8503720164299011,-0.883437991142273,2.230252981185913,1.5568339824676514,2.099376916885376,-1.911087989807129,2.2167110443115234,2.2837440967559814,2.228135108947754,2.2212040424346924,-1.8569639921188354,-0.5760040283203125,2.25115704536438,-1.000491976737976,-1.0435739755630493,2.1160390377044678,-1.122738003730774,-1.484570026397705,-0.4966380000114441,2.2106480598449707,0.9244260191917419,-0.5905879735946655,-1.3027499914169312,2.1323559284210205,1.795788049697876,2.067816972732544,2.237668037414551,-0.48503100872039795,-0.4846949875354767,2.2937870025634766,-1.359173059463501,2.1918609142303467,1.7695480585098267,-1.8604580163955688,1.8772850036621094,-1.5720030069351196,0.8962380290031433,0.6210110187530518,-1.8765629529953003,1.6404149532318115,1.8178420066833496,0.6252049803733826,0.5621500015258789,0.10246600210666656,-0.4088610112667084,1.828245997428894,1.3133490085601807,0.5234370231628418,-0.8802350163459778,-0.8845829963684082,2.2155439853668213,-0.8092089891433716,2.163757085800171,-1.1925050020217896,2.1835830211639404,2.2469050884246826,-0.6460999846458435,-0.6360369920730591,0.15543299913406372,0.21095000207424164,-1.4421230554580688,-1.4769550561904907,0.4593150019645691,1.8261460065841675,2.164577007293701,-0.5398560166358948,-1.1305229663848877,1.2071330547332764,-1.3378410339355469,0.6908000111579895,-0.39690101146698,-1.4611140489578247,0.4225560128688812,-0.3665980100631714,-0.507673978805542,-0.6492499709129333,-1.3070800304412842,0.3695870041847229,0.2555069923400879,-0.4554150104522705,-0.3414449989795685,-1.458806037902832,-0.31572601199150085,-1.287503957748413,-0.6093239784240723,-0.6968010067939758,0.4621819853782654,0.33047598600387573,-1.1823209524154663,-1.3977969884872437,-1.431594967842102,0.8951299786567688,-1.2629159688949585,0.7893419861793518,-1.0189449787139893,-1.3220880031585693,0.47157400846481323,-1.3170750141143799,0.6826189756393433,0.5164340138435364,0.43573400378227234,0.0838479995727539,-0.6919649839401245,0.28299498558044434,0.5345699787139893,0.06066400185227394,-1.3518840074539185,-0.4807179868221283,-1.4603149890899658,-0.2178560048341751,-0.3356519937515259,0.15961700677871704,-0.38510000705718994,-0.7928469777107239,0.4819290041923523,-1.4926170110702515,-1.2579400539398193,0.552981972694397,-1.4971259832382202,0.6302880048751831,-1.4298310279846191,-1.4327199459075928,0.42935600876808167,-1.2546240091323853,-1.4507789611816406,0.4640659987926483,-0.6148849725723267,0.42558398842811584,0.8942400217056274,0.5620539784431458,-1.3293089866638184,0.5440220236778259,-0.1408029943704605,-1.3433549404144287,-1.2222260236740112,-0.37715399265289307,-1.2922940254211426,0.43860799074172974,-1.3623160123825073,-1.4527230262756348,-0.24027800559997559,0.612637996673584,-1.4189070463180542,-1.2740240097045898,0.11404599994421005,0.41660600900650024,-1.3719780445098877,0.5195019841194153,-0.9549819827079773,-0.6048460006713867,-0.9576039910316467,0.014987999573349953,0.9028279781341553,-1.3815840482711792,-0.6331570148468018,-0.6730120182037354,-1.4950690269470215,-1.3677140474319458,-0.6559110283851624,0.8207470178604126,-0.06866300106048584,-0.3348489999771118,0.8002610206604004,0.07424499839544296,0.6494860053062439,0.6014710068702698,0.7737330198287964,-1.0518310070037842,-0.6607159972190857,0.40514999628067017,-1.4145610332489014,-0.992326021194458,0.8469399809837341,-1.2665070295333862,-1.4470750093460083,-0.2851310074329376,-1.332584023475647,-1.3444459438323975,-0.02790299989283085,0.7288359999656677,-1.4604870080947876,-0.6554790139198303,-1.3062629699707031,-1.3526229858398438,-0.36485499143600464,0.7652209997177124,-1.3116999864578247,-0.36036500334739685,-1.2782670259475708,0.398501992225647,-0.6371189951896667,-0.520238995552063,0.5494629740715027,-1.5414780378341675,0.7116519808769226,0.6845340132713318,-0.3748979866504669,-1.0348420143127441,-0.169187992811203,-0.7947850227355957,-1.4608360528945923,0.7519609928131104,0.6921539902687073,-0.6539440155029297,-0.3093610107898712,0.4958679974079132,-0.39978599548339844,0.9416459798812866,-0.6923490166664124,0.8827469944953918,0.05180000141263008,-0.8526859879493713,0.5184080004692078,-1.4840890169143677,0.48629000782966614,-1.4698950052261353,-1.2292170524597168,-1.3002469539642334,-0.6498749852180481,-1.0741569995880127,-0.6057320237159729,-1.362673044204712,-1.3302839994430542,0.367590993642807,-0.4143329858779907,-1.07504403591156,0.48858898878097534,-1.4980340003967285,-1.5443450212478638,0.29244399070739746,-1.3166389465332031,-1.4055269956588745,-0.6870160102844238,0.5066249966621399,-1.3594319820404053,0.4414860010147095,-1.0177429914474487,-1.2080049514770508,-1.2360299825668335,0.3824470043182373,-0.15926800668239594,-0.679847002029419,-1.506050944328308,0.8641260266304016,0.7213169932365417,0.9028909802436829,0.7624149918556213,-1.4635510444641113,-1.4785619974136353,0.3673129975795746,0.5677260160446167,-0.6342899799346924,-0.32774001359939575,0.5824779868125916,-1.4703160524368286,0.6068390011787415,-0.7812460064888,-0.9167240262031555,-0.7466509938240051,-1.3354970216751099,0.4462670087814331,-0.5484679937362671,-0.7465800046920776,-0.051323000341653824,0.8287850022315979,0.6446149945259094,0.5947610139846802,0.9368849992752075,0.9052510261535645,-1.388159990310669,0.8070369958877563,0.9357270002365112,-1.2435270547866821,-1.4499510526657104,-0.702888011932373,-1.4294580221176147,0.7612349987030029,-0.28470999002456665,-0.8870419859886169,0.5258269906044006,0.5361089706420898,-0.6645119786262512,-1.2794029712677002,-1.0630320310592651,-1.4350680112838745,-0.7478449940681458,0.03833699971437454,-1.5156209468841553,0.16989199817180634,0.2702789902687073,0.4509440064430237,-1.1224700212478638,-1.448240041732788,-1.304895043373108,0.4790689945220947,0.5992890000343323,-1.3227909803390503,0.4418329894542694,0.5060669779777527,0.84586501121521,-0.22104300558567047,-1.3495670557022095,-1.4051179885864258,-1.354915976524353,-0.24814899265766144,0.5884180068969727,-1.4491620063781738,0.8896520137786865,-1.445924997329712,0.20523899793624878,-0.6994720101356506,-1.4071060419082642,-1.402235984802246,0.43492400646209717,-1.29966402053833,-1.2883410453796387,0.1656399965286255,-1.3853269815444946,-1.3865089416503906,-1.2991119623184204,-0.6820359826087952,-1.3560359477996826,-1.4483850002288818,-1.4236329793930054,0.6637499928474426,0.17459000647068024,0.8047339916229248,0.3024519979953766,0.6210629940032959,0.5652539730072021,0.7006629705429077,0.7523180246353149,0.8139150142669678,0.9091860055923462,-0.3419489860534668,0.6072499752044678,-1.4106249809265137,-0.7051810026168823,0.5176720023155212,0.82191401720047,-1.4191819429397583,-1.4464360475540161,-1.2039610147476196,-0.04418399930000305,-1.126960039138794,-1.180271029472351,0.7075769901275635,0.7568740248680115,-1.2503540515899658,-1.235205054283142,0.7225220203399658,-1.3829569816589355,-1.3698309659957886,-0.3239080011844635,-1.5336920022964478,0.41509300470352173,-1.2249749898910522,-1.1980149745941162,0.5939180254936218,0.608331024646759,0.8137230277061462,-1.4256969690322876,-1.5005669593811035,0.4202579855918884,-0.3011470139026642,0.17668600380420685,-1.3984609842300415,0.8652009963989258,-0.3551670014858246,0.45482200384140015,-1.4397259950637817,-0.7133060097694397,-0.08269199728965759,-0.41825100779533386,-0.5930269956588745,0.6409080028533936,-0.5973989963531494,0.22926799952983856,0.5171210169792175,0.518222987651825,0.06457199901342392,-1.4757230281829834,-0.6721720099449158,-1.0703719854354858,-1.188370943069458,-0.31877601146698,-1.4437179565429688,-1.4140260219573975,-1.369452953338623,0.5680099725723267,-1.399549961090088,-1.2722870111465454,-1.2960879802703857,0.6556050181388855,0.6379680037498474,-1.3750989437103271,-1.4409669637680054,-0.46455299854278564,-1.076537013053894,-1.4190690517425537,-0.3861680030822754,-1.4945590496063232,-1.4394949674606323,0.5270349979400635,0.4476790130138397,-0.3325769901275635,-0.41258499026298523,-0.8838080167770386,-0.28555500507354736,-1.4279049634933472,-1.4415370225906372,-0.33535099029541016,0.07904600352048874,-0.5213509798049927,-0.23514600098133087,-1.3023710250854492,-0.37811899185180664,-1.4144940376281738,-1.5022120475769043,0.8577319979667664,0.6844109892845154,-1.2578589916229248,-1.4383230209350586,0.5060629844665527,-1.292330026626587,-0.6834160089492798,-0.4785420000553131,-1.398563027381897,0.0056119998916983604,-0.83787602186203,0.09627900272607803,-0.664454996585846,0.2334270030260086,-0.6844499707221985,0.7235540151596069,-0.47621700167655945,0.7749660015106201,-1.5393450260162354,-1.1215239763259888,0.7452999949455261,-1.2566579580307007,0.4700169861316681,0.8771510124206543,-1.3760720491409302,-1.1278660297393799,-1.2691149711608887,-1.3765389919281006,-1.3209069967269897,-0.6870089769363403,-0.07026100158691406,0.796239972114563,-1.3195929527282715,0.5888140201568604,0.013264999724924564,-0.31822699308395386,0.6791210174560547,-1.2802200317382812,-0.21498799324035645,0.44579699635505676,0.5051940083503723,-0.5590739846229553,0.4946250021457672,-1.4190529584884644,-0.6798620223999023,-0.6284199953079224,-0.3120949864387512,-1.4031929969787598,0.4766499996185303,-0.6672260165214539,-1.3082289695739746,-1.48374605178833,-0.5851770043373108,-1.3275949954986572,-1.2722580432891846,-0.7441369891166687,0.4902440011501312,0.46401599049568176,-0.5453659892082214,-1.2656389474868774,-0.5361760258674622,-0.983240008354187,-0.5800970196723938,0.20436200499534607,0.8468480110168457,-0.37539300322532654,-1.4038009643554688,0.4679569900035858,-1.2188539505004883,0.8737030029296875,-0.07345999777317047,-0.33139100670814514,-0.6083379983901978,-1.4512380361557007,0.24200400710105896,0.4237140119075775,0.4329110085964203,0.16158199310302734,-0.6940799951553345,0.8250439763069153,-1.2505619525909424,0.8659020066261292,-0.8284670114517212,-1.2797189950942993,-0.3251760005950928,-1.4692929983139038,-1.4863070249557495,-1.2116930484771729,-1.2978999614715576,-0.4012640118598938,-1.2282170057296753,-0.37445199489593506,-0.692920982837677,-0.36202600598335266,-0.3444710075855255,-0.6177759766578674,0.5327799916267395,-0.8033310174942017,0.5962929725646973,0.8100029826164246,-1.4930479526519775,0.7565829753875732,-1.3344529867172241,-1.4289779663085938,-1.3078700304031372,0.5294299721717834,-1.4278719425201416,-1.4735369682312012,-1.2121740579605103,-0.2124210000038147,-0.8544759750366211,-0.731436014175415,-0.9244009852409363,-0.4068390130996704,-0.5003920197486877,-1.442201018333435,0.6610029935836792,-1.5243560075759888,-1.4637370109558105,0.5033720135688782,-1.4105770587921143,-0.6580169796943665,0.9076449871063232,-1.3893589973449707,0.49357300996780396,0.06493400037288666,-0.13243600726127625,-1.3288029432296753,0.43725699186325073,-1.3159860372543335,0.8807740211486816,0.1000479981303215,0.43297499418258667,0.7644990086555481,-1.3075900077819824,0.5132970213890076,-1.2455459833145142,0.8497599959373474,0.8091049790382385,-0.18842999637126923,-0.35269200801849365,-1.4879579544067383,0.34491100907325745,0.7194399833679199,-0.8928790092468262,-1.4595279693603516,0.6505299806594849,0.9466009736061096,0.6568300127983093,-1.345805048942566,0.5614550113677979,0.45678600668907166,-1.3746360540390015,-0.6457750201225281,0.7093729972839355,-0.16573099792003632,-0.3966520130634308,-0.6510779857635498,-0.3989599943161011,-0.4155159890651703,0.7322279810905457,0.681734025478363,0.6951339840888977,-0.673429012298584,-0.09878599643707275,-0.8136320114135742,0.2746860086917877,-0.17042599618434906,0.43081799149513245,0.6496449708938599,0.6566259860992432,-0.6135240197181702,-0.6279529929161072,0.4135650098323822,-0.322735995054245,-1.3442859649658203,0.3474709987640381,0.4670819938182831,-0.2559790015220642,0.7573000192642212,0.4536440074443817,0.014700000174343586,-1.2405049800872803,-0.4339219927787781],"y":[-3.654154062271118,-3.6496200561523438,-3.6157400608062744,-3.6001598834991455,-3.6119279861450195,-3.7038469314575195,-3.6993539333343506,-3.7208080291748047,-3.7244200706481934,-3.711045026779175,-3.738226890563965,-3.7624011039733887,-3.7509400844573975,-3.7399659156799316,-3.6387240886688232,-3.656795024871826,-3.729062080383301,-3.5556960105895996,-3.6095569133758545,-3.6577260494232178,-3.67107892036438,-3.6625170707702637,-3.6796250343322754,-3.688370943069458,-3.7010951042175293,-3.7364919185638428,-3.7370920181274414,-3.660398006439209,-3.6539928913116455,-3.673454999923706,0.7166489958763123,0.758571982383728,0.7419899702072144,0.7371540069580078,-1.2220619916915894,1.1919679641723633,-2.742053985595703,-1.1553430557250977,2.912363052368164,-3.155029058456421,-3.1716809272766113,-0.16089500486850739,-1.630882978439331,-1.3399180173873901,-3.6004130840301514,-0.049518000334501266,-0.5145890116691589,2.879185914993286,-3.170762062072754,1.6949820518493652,1.6167269945144653,-1.765197992324829,-1.7497329711914062,-2.092526912689209,-3.1377859115600586,-1.9996349811553955,-0.20075400173664093,-1.1171280145645142,-1.1425809860229492,-2.497586965560913,-0.863519012928009,-2.6797211170196533,-2.6189069747924805,-1.7732369899749756,-2.8815600872039795,1.160483956336975,0.7956590056419373,1.760558009147644,1.2851979732513428,2.4866371154785156,1.3947099447250366,0.3869670033454895,2.557703971862793,1.0955760478973389,-3.5097439289093018,-4.23203706741333,-3.4150209426879883,-1.2131069898605347,-1.896327018737793,-0.6141679883003235,0.745756983757019,-3.129098892211914,1.1626060009002686,-2.529979944229126,-1.7891080379486084,-1.1425420045852661,-1.4685920476913452,2.2815160751342773,1.2272989749908447,-1.3752549886703491,0.528892993927002,1.1857670545578003,-1.3862440586090088,-4.16956901550293,-2.1653430461883545,2.3066210746765137,0.6270970106124878,-0.4304890036582947,0.20151199400424957,-0.21800599992275238,1.5406399965286255,1.2297990322113037,-0.05614899843931198,2.3130080699920654,-1.757863998413086,-3.3639609813690186,-0.4292159974575043,3.146841049194336,1.9255449771881104,1.3470360040664673,-0.732105016708374,0.5351510047912598,-3.1759250164031982,-2.1068339347839355,-1.155493974685669,-3.2523069381713867,2.2072958946228027,-1.2970540523529053,0.7528700232505798,1.6153290271759033,2.912492036819458,-1.5854580402374268,-0.33942100405693054,-2.083743095397949,-0.6712939739227295,-3.1513359546661377,-0.9251329898834229,-1.3668080568313599,-3.1618590354919434,-2.217773914337158,-3.1349289417266846,-1.241381049156189,-1.508857011795044,3.2267398834228516,-1.417659044265747,-3.1809780597686768,-0.66218501329422,0.1379919946193695,0.49249398708343506,2.727264881134033,2.786263942718506,-4.111151218414307,0.10806100070476532,-3.6160600185394287,2.770430088043213,2.7039780616760254,0.7732059955596924,0.12018600106239319,2.833134889602661,2.573709011077881,-1.0120929479599,3.201724052429199,0.6007949709892273,-3.2176079750061035,-1.731660008430481,-1.0584520101547241,-0.9603000283241272,-0.8087499737739563,1.3308650255203247,2.374129056930542,2.536720037460327,-0.4905099868774414,-0.7831869721412659,3.0411970615386963,1.1175010204315186,-1.5930180549621582,2.46228289604187,1.6717449426651,-3.9990499019622803,-0.43742600083351135,1.2566709518432617,0.8556709885597229,0.7483959794044495,-3.263796091079712,2.1012370586395264,-4.204831123352051,1.9131850004196167,0.4918290078639984,2.818819046020508,2.2553510665893555,-3.1748740673065186,-1.4601889848709106,-1.5189659595489502,-0.5238170027732849,-0.7253389954566956,0.15428799390792847,-1.6323790550231934,-2.6089839935302734,0.5318920016288757,2.003485918045044,-1.3235780000686646,1.2885669469833374,0.7462829947471619,-1.0299279689788818,0.13868500292301178,-3.2174251079559326,2.7433769702911377,-3.9284210205078125,-3.157963991165161,0.6715080142021179,1.1432640552520752,2.8490779399871826,2.709214925765991,-0.9938820004463196,1.2523599863052368,-4.587027072906494,2.684109926223755,1.7271549701690674,-3.507143974304199,-0.31839901208877563,1.1454449892044067,-3.1344799995422363,-3.674743890762329,-2.934309959411621,0.11754599958658218,-1.371495008468628,-4.117402076721191,2.5282459259033203,2.5446410179138184,-0.6086069941520691,-2.915045976638794,0.3912760019302368,2.2644989490509033,2.5513410568237305,2.5786499977111816,2.671617031097412,-0.6657339930534363,-0.9700559973716736,2.243320941925049,-0.9053590297698975,3.1523690223693848,-4.433719158172607,-2.287554979324341,1.8681139945983887,-1.5944520235061646,2.407984972000122,1.1864709854125977,-2.2395710945129395,1.2492990493774414,-3.2481939792633057,-4.45468282699585,-1.120347023010254,-2.3373680114746094,2.922171115875244,-0.8631619811058044,-0.8075259923934937,-1.2271829843521118,2.2139101028442383,2.5222270488739014,0.7668960094451904,2.502016067504883,-4.4059858322143555,-1.519976019859314,2.3891849517822266,-3.891613006591797,0.963578999042511,1.3199900388717651,3.0536580085754395,2.1355628967285156,-3.096390962600708,1.7075059413909912,1.0868690013885498,3.234766960144043,-0.24259400367736816,1.1280419826507568,1.1131449937820435,1.5615220069885254,1.5001959800720215,2.8466711044311523,2.1517369747161865,-3.2205350399017334,2.234257936477661,2.788996934890747,-2.3884940147399902,-3.1619210243225098,-3.984363079071045,0.8325639963150024,-1.1731029748916626,-4.181643009185791,-4.128030776977539,2.629956007003784,1.0043809413909912,1.1607619524002075,-0.4533109962940216,1.6418230533599854,2.4901089668273926,2.1358110904693604,-2.7653040885925293,-0.20216700434684753,3.177165985107422,1.2148230075836182,2.3919360637664795,-3.1944479942321777,2.838252067565918,-2.5942389965057373,2.370961904525757,2.8156259059906006,0.8380209803581238,-3.019834041595459,-3.0520079135894775,2.7378480434417725,-0.8138369917869568,-4.194438934326172,-1.6943520307540894,-2.2289559841156006,1.7427409887313843,1.0914779901504517,-1.5790549516677856,-1.6228619813919067,2.181360960006714,0.06685400009155273,-3.1867339611053467,0.9815139770507812,2.923382043838501,-1.2590670585632324,2.182328939437866,1.2443679571151733,0.3603059947490692,-2.1842288970947266,2.0811209678649902,2.0048930644989014,2.519443988800049,1.7402260303497314,-3.204025983810425,0.7025330066680908,1.0051740407943726,1.5589710474014282,0.13450300693511963,2.612649917602539,2.6627700328826904,1.9221290349960327,2.76055908203125,2.915349006652832,0.8987730145454407,-1.0308459997177124,-3.1894969940185547,1.9416799545288086,0.29236099123954773,1.0380020141601562,-0.4134550094604492,2.228977918624878,-0.3380430042743683,2.5555949211120605,-4.618913173675537,-1.5319249629974365,3.096590042114258,-1.0764869451522827,3.2196149826049805,-1.8809369802474976,-1.3556649684906006,1.158262014389038,1.1135380268096924,2.2300760746002197,2.318002939224243,1.4439599514007568,-4.172779083251953,1.0237419605255127,-3.566925048828125,-0.9939169883728027,2.8575689792633057,0.25560998916625977,3.168565034866333,1.4774320125579834,-3.1765339374542236,2.7220449447631836,1.2295000553131104,2.561378002166748,0.7622740268707275,-3.362056016921997,-3.1504409313201904,2.3647871017456055,2.546334981918335,1.1791950464248657,3.252518892288208,-2.5791680812835693,-1.8414690494537354,2.653801918029785,2.7888948917388916,-3.1636650562286377,2.5916330814361572,2.758635997772217,0.4371260106563568,3.2488269805908203,2.2550160884857178,-0.7617470026016235,-1.003743052482605,-0.8446379899978638,-3.6656529903411865,0.9459429979324341,1.0712699890136719,-3.534709930419922,-3.3495140075683594,1.8221620321273804,-2.231740951538086,1.9868589639663696,2.896994113922119,0.22104400396347046,3.248605966567993,1.2657510042190552,1.124079942703247,1.7636940479278564,0.7082849740982056,-2.7576730251312256,-0.477088987827301,-1.9587689638137817,-1.9733949899673462,-2.079408884048462,2.1801769733428955,1.227036952972412,1.6946990489959717,1.3536250591278076,2.6849329471588135,2.863656997680664,-3.1792120933532715,-0.49365898966789246,-4.357438087463379,-1.6666849851608276,-4.1759161949157715,2.4803900718688965,-0.4628159999847412,-1.5352269411087036,0.09063400328159332,1.1711000204086304,-3.151671886444092,1.9622169733047485,1.4044519662857056,1.9126269817352295,-1.6825059652328491,-0.6649240255355835,-3.252681016921997,-0.4191550016403198,-0.4302330017089844,-3.1364541053771973,1.2102999687194824,-0.1441359966993332,3.2287240028381348,-1.3513380289077759,-1.1180059909820557,-0.19352300465106964,-1.124619960784912,2.503053903579712,2.4771668910980225,-1.8510420322418213,-1.4467929601669312,2.851660966873169,-0.2086549997329712,-3.1633739471435547,-3.6972579956054688,1.2846070528030396,2.2776639461517334,2.8259329795837402,-3.065761089324951,2.9462859630584717,-2.4771769046783447,-2.473468065261841,2.662338972091675,3.1839370727539062,-0.6060109734535217,3.0890889167785645,-3.172581911087036,1.1245830059051514,-3.9993350505828857,2.243691921234131,2.955573081970215,-4.332239151000977,-1.6856039762496948,1.552163004875183,-0.9914489984512329,0.9507830142974854,0.7537369728088379,-2.2451870441436768,2.166264057159424,0.7591450214385986,-3.2487330436706543,-1.0575939416885376,-4.395055770874023,0.9913740158081055,-0.45205000042915344,-0.4163379967212677,-3.1142849922180176,-1.0440139770507812,3.1620280742645264,2.5957980155944824,1.106848955154419,-2.6337718963623047,-2.3833889961242676,0.7825559973716736,-3.964540958404541,2.755383014678955,1.2590620517730713,2.287307024002075,0.20955400168895721,-4.111224174499512,-4.113090991973877,-1.3066829442977905,-4.142054080963135,-1.0872509479522705,-3.9976420402526855,-3.3495869636535645,2.4325010776519775,0.7674970030784607,2.737696886062622,1.1739280223846436,-1.5051259994506836,-1.6810319423675537,0.12856300175189972,0.95660799741745,-0.6679229736328125,-2.933811902999878,-3.4807169437408447,2.8715250492095947,2.3650739192962646,0.45702001452445984,-1.7555030584335327,2.611417055130005,-2.2087719440460205,0.5883499979972839,2.8772919178009033,-3.2096478939056396,1.1676039695739746,1.1709729433059692,3.1472458839416504,-3.252716064453125,0.6553329825401306,-1.3110309839248657,2.94631290435791,2.39158296585083,-3.8331470489501953,0.06847800314426422,-0.1252789944410324,-3.7386980056762695,2.9690749645233154,-2.0304040908813477,1.9816830158233643,-1.016260027885437,1.029757022857666,1.1522250175476074,-0.44544899463653564,1.1385539770126343,-1.9346100091934204,-3.9728450775146484,-1.356963038444519,-1.7527040243148804,1.0125939846038818,2.6960999965667725,1.1469910144805908,-2.9980010986328125,-2.997267961502075,2.9023399353027344,-0.2551819980144501,-1.813634991645813,-2.460952043533325,2.2992000579833984,-1.4574370384216309,-4.080144882202148,1.8903189897537231,-1.2517319917678833,-2.3243510723114014,-3.85288405418396,-3.8977160453796387,2.470841884613037,-1.7618869543075562,-1.0827369689941406,1.1919989585876465,3.0266120433807373,3.065540075302124,-2.8244049549102783,-3.8440139293670654,-4.295241832733154,-2.761470079421997,-4.124297142028809,2.3510279655456543,-3.1431009769439697,-2.109412908554077,-1.1568080186843872,0.9055529832839966,-0.6570889949798584,0.2519879937171936,1.374210000038147,-1.6526130437850952,-1.5973680019378662,-1.3760230541229248,1.559412956237793,-2.4186370372772217,-4.185388088226318,3.018317937850952,1.2067890167236328,-3.145047903060913,-4.276299953460693,-3.748133897781372,-3.7247068881988525,2.548945903778076,3.2504189014434814,0.9765869975090027,0.8856369853019714,1.2931079864501953,2.6896491050720215,-3.1516690254211426,-3.2714970111846924,1.0247199535369873,-3.8257229328155518,-3.9065639972686768,0.09321700036525726,0.2180889993906021,2.6950230598449707,-1.438297986984253,-4.552637100219727,-4.427140235900879,-3.1721088886260986,2.677095890045166,0.22407999634742737,1.6079670190811157,1.1046030521392822,1.3708289861679077,0.5007990002632141,-0.37445399165153503,3.2371389865875244,-2.3327300548553467,-1.4569250345230103,-1.3707239627838135,-1.6782710552215576,-0.7567330002784729,1.4540610313415527,2.4715769290924072,2.304176092147827,2.359989881515503,-0.22457900643348694,2.53767991065979,2.5796260833740234,-1.1151200532913208,0.08085499703884125,-0.9924740195274353,-2.132491111755371,-3.184103012084961,-1.1266789436340332,2.9090940952301025,1.1367579698562622,-1.172827959060669,2.38940691947937,2.7420849800109863,2.148097038269043,-1.5536229610443115,-1.2566460371017456,-3.8826498985290527,2.915649890899658,-1.0632120370864868,-2.9121930599212646,-2.413757085800171,2.8228189945220947,1.507431983947754,2.7107110023498535,0.7746899724006653,-4.181768894195557,1.2960469722747803,0.5781189799308777,0.476624995470047,-3.139007091522217,2.0859339237213135,-1.5142929553985596,2.0779929161071777,1.7714329957962036,-1.9500709772109985,1.6394740343093872,2.107419013977051,-1.6938190460205078,-1.3229000568389893,-3.1306209564208984,2.2070400714874268,1.5762189626693726,2.6926159858703613,2.7304439544677734,1.1777160167694092,-3.2006309032440186,-3.2144970893859863,-1.3365039825439453,1.7718689441680908,1.0253169536590576,2.746211051940918,2.8754119873046875,1.1324290037155151,1.6473439931869507,1.713047981262207,2.824429988861084,1.1303550004959106,-2.739906072616577,1.8091239929199219,2.0223000049591064,-0.6437540054321289,-3.7146410942077637,2.144429922103882,1.731287956237793,0.6739599704742432,1.0400439500808716,-0.7650820016860962,0.8173040151596069,3.0203421115875244,0.7635700106620789,1.5131950378417969,1.0806119441986084,2.3708019256591797,-1.2758469581604004,0.5291730165481567,2.095376968383789,0.502439022064209,0.5626320242881775,2.8867061138153076,-3.688797950744629,-3.828794002532959,1.2511670589447021,1.2532190084457397,-1.4077670574188232,0.9448400139808655,3.2117879390716553,1.0165879726409912,1.0179810523986816,2.921302080154419,-3.1510651111602783,2.594794988632202,2.611435890197754,-0.904420018196106,2.172952890396118,0.8742730021476746,2.4948511123657227,2.292330026626587,-0.5838620066642761,1.0262659788131714,-3.668839931488037,1.8281439542770386,2.442115068435669,-1.3968019485473633,-3.175757884979248,0.4622020125389099,0.4308210015296936,1.9553300142288208,-1.1839430332183838,-4.651904106140137,-3.184079885482788,1.2918920516967773,2.0992300510406494,-0.12848199903964996,0.6049320101737976,0.03131600096821785,0.059932999312877655,1.1394389867782593,2.8864870071411133,2.9591879844665527,-1.1297550201416016,-3.172347068786621,2.131838083267212,-1.1094939708709717,-1.0992070436477661,-0.9943479895591736,-0.9684349894523621,-0.6656659841537476,0.7624620199203491,-2.2377378940582275,-3.2166049480438232,0.5250399708747864,-3.935483932495117,0.140174999833107,2.1541318893432617,-3.551126003265381,-0.35125499963760376,-3.342144012451172,3.136315107345581,-3.1655170917510986,-1.6582729816436768,2.627887010574341,-2.6602509021759033,-2.3635590076446533,2.5876920223236084,1.1943470239639282,-3.554637908935547,1.7103420495986938,2.9902050495147705,1.1579749584197998,1.153743028640747,-3.8281280994415283,0.5579209923744202,-3.527164936065674,2.3681681156158447,1.0057859420776367,1.110874056816101,0.9886729717254639,2.546386957168579,1.6223249435424805,1.2428029775619507,1.1680070161819458,3.213536024093628,0.1989320069551468,-3.2695250511169434,-2.491425037384033,-2.3946011066436768,-4.184764862060547,0.9135379791259766,1.3877639770507812,1.3912630081176758,-3.2302980422973633,-4.21781587600708,2.9226880073547363,-2.360992908477783,0.11341699957847595,2.1260690689086914,-1.6918580532073975,-1.5471789836883545,-0.5953189730644226,-1.1910810470581055,-0.2136020064353943,-0.7022770047187805,0.13158300518989563,-2.938957929611206,0.957161009311676,0.9935510158538818,0.526528000831604,2.3739659786224365,-1.179819941520691,-0.20915700495243073,-0.4346050024032593,-1.8422060012817383,-2.160198926925659,1.2050939798355103,-0.353738009929657,-2.0876901149749756,-0.9225829839706421,-0.8094689846038818,0.7112450003623962,0.6726909875869751,-0.4805949926376343,2.899470090866089,2.8197031021118164,1.4207810163497925,-1.6762429475784302,1.0345799922943115,-4.653000831604004,-4.180171012878418,2.2756500244140625,1.305256962776184,1.370548963546753,-0.2774749994277954,2.609961986541748,-0.12605099380016327,0.5506190061569214,-1.7574310302734375,0.4061099886894226,0.6574130058288574,2.306462049484253,2.723099946975708,2.327488899230957,-0.4127820134162903,-1.0708969831466675,2.762742042541504,-3.176408052444458,-0.5682139992713928,2.2404050827026367,-1.0341089963912964,-1.2290949821472168,0.7214879989624023,1.2637699842453003,-1.2294349670410156,-1.0796480178833008,-3.2802820205688477,-3.13688588142395,-3.153808116912842,-4.066007137298584,1.0140010118484497,-2.146646022796631,-0.055344000458717346,-1.4084559679031372,-0.5119209885597229,0.4004729986190796,2.6308679580688477,1.2158520221710205,-4.186543941497803,2.4115889072418213,1.920956015586853,-1.369778037071228,-3.595496892929077,0.3367370069026947,-0.4774869978427887,1.8822829723358154,0.907787024974823,1.7454969882965088,-2.0502688884735107,0.5393270254135132,-3.043390989303589,1.4014209508895874,2.9246349334716797,3.0221409797668457,-4.149167060852051,-0.13112500309944153,3.1345620155334473,-4.027135848999023,-3.199068069458008,-1.246317982673645,-0.15821999311447144,2.874885082244873,1.2230600118637085,1.2741210460662842,1.2567030191421509,-2.594011068344116,-1.0002679824829102,2.5772039890289307,2.6566100120544434,-1.8934110403060913,0.14080600440502167,-4.64914608001709,2.6815268993377686,-1.2538429498672485,-1.3395880460739136,-1.7259019613265991,-2.0110650062561035,0.577521026134491,2.531585931777954,-1.6538679599761963,1.961197018623352,2.62620210647583,1.4224870204925537,1.3725990056991577,-3.7366180419921875,1.5214029550552368,2.9704580307006836,-3.152113914489746,-1.1412960290908813,0.31324300169944763,2.8140640258789062,-2.8862199783325195,1.8638590574264526,-0.640209972858429,-2.8762340545654297,1.1139110326766968,0.4768730103969574,0.466605007648468,-2.0717248916625977,0.17801399528980255,2.151357889175415,-3.4040160179138184,-1.2392950057983398,-4.637698173522949,2.3334410190582275,-3.1698238849639893,1.9478230476379395,2.9129788875579834,0.44314900040626526,1.1425809860229492,-1.6556220054626465,-0.1919569969177246,-1.718189001083374,3.036159038543701,-3.1516809463500977,-0.9787629842758179,-1.3541909456253052,-0.8945029973983765,2.5990149974823,1.3143930435180664,1.3327159881591797,-3.1436870098114014,-3.3689000606536865,-0.0845630019903183,-1.2337709665298462,-0.38270899653434753,1.2186059951782227,2.660094976425171,0.14962999522686005,-2.7235050201416016,-3.830173969268799,0.46574801206588745,1.0578819513320923,-0.6325860023498535,2.640146017074585,-3.267225980758667,-3.1762969493865967,2.8594601154327393,2.8286919593811035,-1.8032490015029907,1.049921989440918,-0.7672110199928284,-0.46379101276397705,-3.0878000259399414,-1.3745839595794678,1.0498030185699463,-4.10916805267334,0.9921830296516418,1.6253910064697266,2.9672698974609375,-3.6490299701690674,1.5517020225524902,-2.3543479442596436,-2.1886489391326904,3.1421329975128174,1.7373119592666626,-1.44473397731781,2.953428030014038,-0.32111701369285583,-3.1770200729370117,-4.579771995544434,0.5476379990577698,0.9028559923171997,2.164760112762451,-2.8447089195251465,1.2337759733200073,-1.8850489854812622,0.7553300261497498,1.946418046951294,-0.1002810001373291,-0.29118698835372925,-3.1606359481811523,1.9949229955673218,0.9347320199012756,-2.74220609664917,-4.206531047821045,1.797482967376709,-2.7840418815612793,-2.350172996520996,0.9618030190467834,3.132349967956543,0.9944739937782288,-1.0566539764404297,2.894747018814087,2.3558731079101562,-3.144481897354126,1.2333470582962036,2.6892991065979004,2.596575975418091,-3.160607099533081,-1.1908589601516724,-4.540761947631836,-3.150826930999756,2.125741958618164,1.0344829559326172,2.398205041885376,-1.2501440048217773,-3.8573129177093506,1.9796390533447266,-3.1703948974609375,-3.1751279830932617,-3.869987964630127,2.51288104057312,-0.9979339838027954,-0.9674010276794434,3.2590129375457764,1.5082499980926514,1.0414669513702393,0.6361619830131531,-2.776426076889038,1.2420270442962646,2.2446420192718506,0.8905090093612671,-0.9675170183181763,-2.3661320209503174,2.582529067993164,2.3987460136413574,3.106182098388672,-1.5971050262451172,2.2289819717407227,-1.4031020402908325,2.2033889293670654,0.8337299823760986,2.0570340156555176,1.031404972076416,1.2732750177383423,3.170820951461792,3.1005818843841553,2.885317087173462,3.2794029712677,0.003286000108346343,-1.153831958770752,2.5167109966278076,-3.831480026245117,0.030369000509381294,-3.025779962539673,2.8193910121917725,2.875520944595337,-1.7059290409088135,2.086522102355957,-3.1712419986724854,2.2826709747314453,-2.356520891189575,-2.233346939086914,-2.487905979156494,2.0781209468841553,-0.9655789732933044,-0.920403003692627,2.257143974304199,-1.90175199508667,-1.3481390476226807,2.1313910484313965,-1.8489609956741333,-3.1588261127471924,0.19668099284172058,-2.841742992401123,1.1261759996414185,-2.8453660011291504,2.667588949203491,2.6592888832092285,2.561768054962158,2.493788003921509,-4.185410976409912,0.6592410206794739,2.805924892425537,-4.218023777008057,-3.546329975128174,-0.9483439922332764,1.275169014930725,-1.0903029441833496,-3.738039016723633,2.939393997192383,2.688805103302002,-3.1515610218048096,-3.1448988914489746,-1.399548053741455,-0.018036000430583954,3.0543830394744873,1.1359130144119263,-1.3273169994354248,-2.2332990169525146,0.9739500284194946,2.750814914703369,2.98203706741333,1.3482279777526855,1.3039259910583496,0.7269750237464905,-4.2912068367004395,-3.193727970123291,-3.2914719581604004,1.1235079765319824,1.1291589736938477,-4.16933012008667,3.186450958251953,0.873769998550415,-3.184988021850586,-4.046421051025391,0.719914972782135,0.059696998447179794,-4.079164981842041,-4.0675859451293945,2.819149971008301,2.8203749656677246,-3.226814031600952,2.5306079387664795,-1.6302130222320557,-1.5982459783554077,-1.0084789991378784,-0.8156960010528564,1.1996179819107056,-3.190269947052002,-0.5719299912452698,1.2343130111694336,2.859226942062378,-0.9779170155525208,-3.126197099685669,1.5043660402297974,-1.9294780492782593,2.5350499153137207,-1.5548019409179688,0.7812359929084778,1.5486990213394165,2.8531060218811035,2.022711992263794,-1.0684059858322144,-2.5498290061950684,-1.0465140342712402,-1.9448449611663818,2.2050259113311768,1.8786920309066772,-0.787194013595581,1.8580420017242432,1.9228270053863525,2.5680348873138428,0.16026900708675385,-1.9913580417633057,-0.9855009913444519,-4.537923812866211,1.2399970293045044,-2.7960801124572754,1.8847980499267578,1.3865890502929688,3.1810219287872314,2.936800003051758,1.7276010513305664,2.8784520626068115,-1.4528809785842896,-3.357619047164917,1.0932259559631348,-3.143325090408325,2.4374849796295166,2.735172986984253,2.7829439640045166,-4.146355152130127,3.192462921142578,-0.7872520089149475,1.4856890439987183,-1.6731419563293457,1.0107150077819824,2.6992080211639404,0.4874190092086792,0.9170029759407043,2.2311809062957764,2.382925033569336,1.473230004310608,-1.042943000793457,-0.5714759826660156,-0.6014170050621033,1.97736394405365,-1.1637760400772095,3.1304500102996826,0.5740669965744019,-0.6991590261459351,-1.0790669918060303,2.8690381050109863,1.2338809967041016,-2.11955189704895,-3.149014949798584,-3.8971240520477295,-3.176258087158203,-2.61238694190979,-2.3801229000091553,-3.1354589462280273,0.11276999861001968,-1.4286470413208008,2.289057970046997,-0.5917680263519287,-0.045928001403808594,-1.4078999757766724,-1.4820879697799683,-3.131901979446411,1.508970022201538,-3.138066053390503,1.4993510246276855,-1.1951080560684204,2.705116033554077,1.4726049900054932,0.6338149905204773,-4.059370040893555,-1.8474990129470825,-0.9058459997177124,0.6060400009155273,0.6107050180435181,2.144089937210083,3.0797619819641113,2.401859998703003,0.48423099517822266,1.9726979732513428,0.5069479942321777,-0.3534669876098633,-1.632761001586914,0.04233299940824509,0.968317985534668,0.7509570121765137,1.7386339902877808,1.823598027229309,2.3892099857330322,-0.04424599930644035,-0.9663770198822021,2.2533469200134277,-1.7921040058135986,2.8745579719543457,2.58634090423584,-3.258613109588623,0.10401999950408936,1.9445699453353882,-3.874627113342285,1.9270130395889282,-3.28908109664917,0.6551769971847534,0.9546219706535339,-4.422323226928711,2.8166089057922363,-0.055998001247644424,-3.1888248920440674,-0.8460729718208313,-1.4407349824905396,2.8360300064086914,2.74332594871521,-0.5990579724311829,2.2409000396728516,1.2194139957427979,1.4256999492645264,2.360177993774414,-1.4515600204467773,2.96759295463562,-0.664795994758606,-3.144368886947632,-3.1645638942718506,-3.1647109985351562,-2.1830060482025146,0.6767939925193787,-0.36841100454330444,2.4988090991973877,1.187857985496521,-0.34856298565864563,-2.3910880088806152,2.999361038208008,2.7869200706481934,2.398608922958374,-3.1801180839538574,-2.967761993408203,0.2092750072479248,1.4135860204696655,1.163303017616272,-2.2803709506988525,-1.3323090076446533,-0.191088005900383,-3.158621072769165,-0.5172749757766724,1.6918690204620361,0.9339349865913391,-0.13424700498580933,-2.74059796333313,-1.804334044456482,0.21472099423408508,-1.0343060493469238,2.422818899154663,-0.8912180066108704,-1.0833280086517334,-2.874882936477661,-1.7038359642028809,1.8968839645385742,-1.1631829738616943,2.0996100902557373,-3.202025890350342,1.8428950309753418,2.1167829036712646,2.8101930618286133,-4.40595817565918,1.7324559688568115,-0.5260329842567444,-0.6034070253372192,-0.26627200841903687,-0.7317519783973694,-0.17105600237846375,-1.4929629564285278,-3.157895088195801,-1.1475540399551392,0.322627991437912,1.6269270181655884,-2.0167880058288574,0.02416899986565113,0.5505480170249939,-0.9529629945755005,-3.916409969329834,0.9224609732627869,2.9033091068267822,-3.125217914581299,-0.2668139934539795,3.282850980758667,-3.1468939781188965,-0.39937201142311096,-1.387017011642456,-1.5513509511947632,-4.434214115142822,-0.4957599937915802,-0.034669000655412674,2.1171131134033203,-4.0962982177734375,-1.1585429906845093,-1.8472989797592163,-1.441220998764038,0.4961169958114624,-2.264380931854248,-1.718045949935913,-3.148411989212036,-3.1478769779205322,-1.3657089471817017,-1.085392951965332,-1.129045009613037,2.7672688961029053,2.7080020904541016,2.3560400009155273,2.8209729194641113,1.8109710216522217,0.17447200417518616,1.1492689847946167,-1.232030987739563,-1.5690269470214844,2.0992770195007324,2.4655020236968994,0.3619830012321472,-1.1350500583648682,-3.1296000480651855,1.9957849979400635,0.7796779870986938,0.4382160007953644,0.5890970230102539,0.4949969947338104,-1.6061999797821045,-2.958432912826538,-1.5680030584335327,-0.040116000920534134,3.00675892829895,1.4138469696044922,-4.156271934509277,-1.7772209644317627,0.9084330201148987,-3.145401954650879,-1.5852069854736328,-2.8896820545196533,-4.332583904266357,3.1137030124664307,3.1043360233306885,-0.29314500093460083,2.403826951980591,-2.8348629474639893,-2.181723117828369,2.9485769271850586,-1.440209984779358,0.5357469916343689,2.8490400314331055,2.0677859783172607,-1.5639450550079346,2.2769811153411865,2.6566050052642822,-3.285167932510376,2.919703960418701,-2.948179006576538,2.6923859119415283,0.872052013874054,2.9359281063079834,-3.971168041229248,0.4765770137310028,1.1956510543823242,0.12571999430656433,2.0065879821777344,1.7210819721221924,-1.0208230018615723,-2.2545809745788574,1.8177030086517334,2.25832200050354,-3.766956090927124,3.004945993423462,2.695262908935547,0.9827799797058105,-4.388899803161621,2.052454948425293,0.5180249810218811,2.333564043045044,1.8960880041122437,1.800469994544983,2.9122109413146973,2.4909720420837402,1.4478689432144165,-1.561951994895935,1.5223339796066284,2.232701063156128,1.2453680038452148,1.9837559461593628,-3.305704116821289,3.0688459873199463,0.3516409993171692,2.6025118827819824,-0.9666910171508789,-2.969640016555786,1.2428410053253174,1.0126320123672485,-3.9482669830322266,-2.860311985015869,-1.8196380138397217,-1.054643988609314,-3.7794349193573,-0.4452739953994751,1.0253950357437134,0.7432649731636047,-1.6397409439086914,0.6841049790382385,2.417212963104248,-3.1474690437316895,-1.3393019437789917,-0.799252986907959,-0.7120749950408936,-4.362332820892334,2.107470989227295,1.4067219495773315,-1.4947099685668945,0.10094799846410751,2.0763120651245117,-1.5437580347061157,-0.9596549868583679,-0.9477660059928894,-1.0642110109329224,2.7620749473571777,-2.352307081222534,0.9332990050315857,-2.2250499725341797,-1.5969359874725342,-1.0375699996948242,1.0850600004196167,-1.204226016998291,1.256343960762024,3.226008892059326,-1.7325220108032227,-1.1051939725875854,-0.5889679789543152,-3.088637113571167,-3.0968689918518066,0.6571170091629028,1.7342569828033447,-3.1627490520477295,1.5380070209503174,0.6278619766235352,-3.1442151069641113,-1.6750359535217285,-1.2990210056304932,-1.3754899501800537,0.9286419749259949,2.723836898803711,-0.5543749928474426,1.8282910585403442,-2.3486170768737793,2.01601505279541,-0.44088301062583923,-1.2667100429534912,-0.5741890072822571,-0.7530279755592346,-0.12347999960184097,-2.7024459838867188,3.149686098098755,-0.5271220207214355,1.6552449464797974,0.5062369704246521,2.7038230895996094,-3.8774850368499756,-3.1881279945373535,2.0676209926605225,-2.97692608833313,-4.3280768394470215,2.7813470363616943,-1.356768012046814,-1.9999539852142334,-3.5015830993652344,2.7380518913269043,2.658940076828003,1.9450229406356812,0.13016000390052795,-1.1180109977722168,0.878337025642395,-3.1625449657440186,1.0032659769058228,1.0358779430389404,1.0771509408950806,0.6050900220870972,2.076327085494995,-4.167006969451904,-0.9888749718666077,-3.6294970512390137,-2.8587770462036133,1.225443959236145,-3.134826898574829,-3.913299083709717,1.3052810430526733,0.2372409999370575,-1.2862099409103394,1.1375579833984375,1.7314740419387817,-3.064218044281006,-3.0936338901519775,1.0315500497817993,1.1028130054473877,2.4847469329833984,2.0078060626983643,2.240262985229492,2.273026943206787,1.1163649559020996,-3.1614320278167725,-1.0736199617385864,-3.1443591117858887,-0.40658000111579895,-1.8872710466384888,0.44455599784851074,2.7306549549102783,-3.1839330196380615,3.2030301094055176,-2.0379180908203125,-1.3045159578323364,1.2001910209655762,2.8929009437561035,2.7802960872650146,-1.6585739850997925,-0.8439949750900269,2.191930055618286,2.446650981903076,-3.135528087615967,-3.133565902709961,1.1251519918441772,0.048197001218795776,-3.156388998031616,2.786025047302246,2.404331922531128,-1.7554800510406494,-2.049082040786743,2.7860031127929688,-1.1074609756469727,3.113621950149536,1.0443120002746582,-0.334075003862381,2.5903899669647217,-3.518019914627075,2.2951769828796387,2.584691047668457,3.240346908569336,0.5077279806137085,-1.1549040079116821,2.223020076751709,2.8864729404449463,1.331874966621399,1.2309670448303223,2.999058961868286,-1.5334060192108154,-3.1532421112060547,-0.9876800179481506,2.318073034286499,-1.5470529794692993,-1.5654189586639404,2.6735219955444336,-1.5051779747009277,-0.03159099817276001,-0.01707099936902523,2.5423688888549805,2.0674030780792236,-4.188648223876953,0.8596490025520325,-0.9716119766235352,2.502466917037964,-2.377466917037964,3.0755560398101807,3.060883045196533,1.2798000574111938,0.4630360007286072,-1.230502963066101,2.7945809364318848,2.559119939804077,-4.266994953155518,2.391468048095703,1.2221200466156006,0.946802020072937,2.919287919998169,-1.8499120473861694,-0.766480028629303,-3.78997802734375,1.4913330078125,0.39555999636650085,-0.012622999958693981,-4.6507391929626465,-3.0168709754943848,3.166121006011963,0.4847109913825989,-3.797492027282715,0.6699749827384949,-1.8036199808120728,2.6691389083862305,0.3176890015602112,-1.544219970703125,1.365767002105713,2.800183057785034,-0.5792149901390076,-3.027367115020752,1.0316129922866821,0.5086770057678223,-0.9958410263061523,1.896934986114502,-1.4794989824295044,0.17503400146961212,-0.6658589839935303,-3.161586046218872,2.358120918273926,2.814379930496216,-0.2745319902896881,-1.113103985786438,1.2696189880371094,2.3008930683135986,1.5092270374298096,-2.661400079727173,3.191970109939575,0.9088540077209473,2.6523070335388184,-0.5560439825057983,-2.949531078338623,-1.5591449737548828,-3.2713210582733154,-1.4433280229568481,-0.29338398575782776,-2.104698896408081,-3.1746160984039307,-3.185636043548584,-3.108592987060547,-1.3422110080718994,0.6898840069770813,-1.7453720569610596,0.4858880043029785,1.223510980606079,2.1308650970458984,0.4577209949493408,-0.7269920110702515,1.164773941040039,1.1645499467849731,1.1707849502563477,1.873960018157959,1.2539750337600708,3.1489500999450684,1.171362042427063,-0.47196000814437866,1.0874689817428589,2.4109749794006348,2.514302968978882,-1.2386640310287476,1.143118977546692,-3.359976053237915,-2.44384503364563,2.530535936355591,-3.1372339725494385,-1.7354179620742798,-0.13086199760437012,2.101180076599121,2.7586259841918945,2.725158929824829,-2.510359048843384,-2.588660955429077,1.0221879482269287,0.5443800091743469,-3.1309289932250977,-1.9332720041275024,-1.1421409845352173,3.2437338829040527,-1.5167930126190186,0.542227029800415,2.360582113265991,1.2465740442276,-3.0769879817962646,-3.027566909790039,-3.1610820293426514,1.8720990419387817,-0.703715980052948,2.2298240661621094,2.2452499866485596,-0.9904000163078308,1.220473051071167,-3.511502981185913,-1.6721240282058716,0.38362300395965576,-3.158294916152954,2.2046990394592285,2.601706027984619,-1.7110739946365356,-4.073770999908447,-4.214785099029541,0.34817901253700256,2.8559460639953613,-1.3588110208511353,2.6526939868927,2.0608620643615723,1.9531409740447998,-4.3919548988342285,-4.452242851257324,0.66389000415802,3.053554058074951,2.8609049320220947,-2.156125068664551,0.11916200071573257,-4.051012992858887,-3.8624229431152344,0.08597300201654434,2.451601982116699,-0.6199949979782104,-3.1657650470733643,-1.303171992301941,0.5381190180778503,2.068959951400757,-1.702180027961731,0.8216000199317932,2.5190329551696777,-3.887101888656616,-3.193408966064453,1.6867649555206299,-0.38938799500465393,-3.1270248889923096,-3.901038885116577,-2.1282029151916504,-2.378338098526001,-1.1278460025787354,1.2165180444717407,-1.202396035194397,-2.7147059440612793,1.0253340005874634,3.1150689125061035,-3.167638063430786,2.969125986099243,-2.695573091506958,-3.6919569969177246,-1.0572309494018555,-0.8223320245742798,2.3551549911499023,0.9241859912872314,1.5687400102615356,0.1067809984087944,-0.5289450287818909,-2.8947489261627197,-0.07814399898052216,0.0002739999908953905,2.763400077819824,0.7732890248298645,2.3614280223846436,-1.5298579931259155,-3.9387900829315186,0.689411997795105,-3.192945957183838,-1.4040180444717407,1.4573500156402588,2.0095810890197754,-4.182019233703613,1.96002995967865,-1.7364590167999268,1.5362249612808228,1.6034489870071411,0.7542889714241028,2.4838809967041016,-3.1536428928375244,0.09970899671316147,-3.18599009513855,-1.6704460382461548,-0.8356019854545593,0.991864025592804,-4.156805992126465,-3.838287115097046,2.8460309505462646,2.927759885787964,2.1613171100616455,1.3451520204544067,2.418687105178833,-4.488255977630615,0.9276589751243591,1.018583059310913,-4.180234909057617,-0.8599720001220703,-3.9287049770355225,2.1643099784851074,-0.9458479881286621,-4.194927215576172,1.2717839479446411,-2.5649759769439697,0.9209370017051697,2.1802799701690674,-1.4217859506607056,1.9930230379104614,2.713170051574707,-3.8135080337524414,-4.05586576461792,0.804777979850769,0.43281200528144836,1.8447870016098022,-1.0854649543762207,0.6284419894218445,2.338392972946167,3.20988392829895,-0.9812960028648376,-0.156918004155159,1.6252390146255493,-3.282896041870117,-0.31074100732803345,-0.74794602394104,1.6164380311965942,-2.863986015319824,2.8501100540161133,1.3391590118408203,2.669727087020874,2.663203001022339,2.2776949405670166,0.09699299931526184,2.0499958992004395,2.4268839359283447,-4.191590785980225,-0.17966100573539734,-1.3435380458831787,-1.2069200277328491,-3.3632850646972656,1.995134949684143,2.405751943588257,-0.3327710032463074,2.4136300086975098,3.2472410202026367,2.5179378986358643,2.0310161113739014,1.9240169525146484,1.8758280277252197,2.835033893585205,-1.1886500120162964,0.10746800154447556,-2.0012009143829346,0.1052979975938797,-2.0852160453796387,2.3168749809265137,-0.9575920104980469,-1.5981249809265137,-3.1948208808898926,1.0715789794921875,1.9404460191726685,-4.488370895385742,-2.3971269130706787,-0.18721599876880646,3.197021007537842,1.4452890157699585,1.4674880504608154,-3.4578208923339844,-0.43879398703575134,3.1079750061035156,-3.1370110511779785,-2.608520984649658,-2.7725989818573,1.6822010278701782,2.8918819427490234,2.711688995361328,-4.162108898162842,-1.3400779962539673,1.5121959447860718,-0.2108680009841919,-1.4119839668273926,-0.7397170066833496,2.244960069656372,-0.5854099988937378,0.2928979992866516,-4.0969672203063965,0.10891000181436539,-0.5791419744491577,2.9835450649261475,1.8693079948425293,3.062596082687378,3.0860390663146973,-3.1745519638061523,-3.1862099170684814,2.245198965072632,2.0255990028381348,-0.8806359767913818,-1.2627049684524536,1.5523560047149658,3.1688339710235596,-3.008913993835449,-3.173861026763916,-0.49050500988960266,1.9610780477523804,-3.1366961002349854,-3.183887004852295,-4.153189182281494,-1.0240620374679565,-4.20200777053833,3.148668050765991,0.4814540147781372,-1.39936101436615,1.7849470376968384,0.6138120293617249,1.174144983291626,1.6842060089111328,0.6188750267028809,-4.530537128448486,-4.045628070831299,-4.17868709564209,0.49212199449539185,2.0652530193328857,0.41419199109077454,0.7219560146331787,-0.43443799018859863,0.9462180137634277,2.3436288833618164,2.350512981414795,-0.988690972328186,1.393347978591919,-1.510941982269287,1.2663429975509644,1.4846680164337158,1.138949990272522,2.1723790168762207,-1.0188510417938232,-4.136744022369385,-1.0076709985733032,1.7017780542373657,2.238656997680664,2.2403149604797363,0.4820359945297241,-2.601151943206787,3.085961103439331,-2.7568368911743164,0.694229006767273,2.613173007965088,-1.6769720315933228,-0.7088080048561096,1.1280360221862793,-1.4412330389022827,0.5651609897613525,2.650994062423706,1.0736639499664307,0.053321000188589096,-3.145746946334839,-1.744771957397461,2.2842600345611572,-0.996973991394043,1.2502720355987549,-1.5383249521255493,2.757819890975952,-1.9483970403671265,-0.8505690097808838,-0.5094389915466309,-0.03984000161290169,1.9604829549789429,-3.12705397605896,-1.3385909795761108,0.5153639912605286,3.280241012573242,2.839538097381592,1.7924120426177979,2.283155918121338,0.9074860215187073,2.9160139560699463,2.6109509468078613,-0.4727819859981537,2.7701730728149414,1.0756579637527466,1.1610519886016846,-0.23587200045585632,2.761441946029663,2.8643479347229004,1.2312469482421875,1.1785860061645508,1.2595210075378418,-3.395301103591919,-0.47957301139831543,-1.952692985534668,-3.095228910446167,-2.9882779121398926,2.0579841136932373,-1.2754290103912354,-1.2623480558395386,1.1894240379333496,-4.2826337814331055,2.305959939956665,-3.16611909866333,-0.11045899987220764,2.6726999282836914,3.033458948135376,-1.1468570232391357,2.4849090576171875,2.7360599040985107,2.757899045944214,0.21381700038909912,-1.8788529634475708,-1.146968960762024,2.6459569931030273,2.520040988922119,-2.1417300701141357,2.2774620056152344,0.9720709919929504,0.8000149726867676,0.9142230153083801,-0.1755180060863495,-0.32406800985336304,1.0760289430618286,-2.6610279083251953,-2.6209640502929688,2.130614995956421,-0.6339529752731323,1.5705959796905518,2.7237820625305176,-2.4074490070343018,1.2773669958114624,-0.8977500200271606,3.11849308013916,3.0994269847869873,2.082900047302246,1.1671669483184814,-1.0599650144577026,-1.7983020544052124,-0.09660200029611588,-1.6190799474716187,0.5901190042495728,-1.1684050559997559,2.430941104888916,1.221308946609497,-1.2259639501571655,1.9480600357055664,-0.9752979874610901,-0.8639730215072632,-1.014976978302002,-3.136488914489746,-2.800158977508545,2.6390879154205322,-1.486807942390442,-0.6042320132255554,1.9188679456710815,-3.53315806388855,2.767159938812256,1.8971120119094849,-1.6345009803771973,0.9861350059509277,2.763819932937622,2.5871999263763428,3.0491549968719482,2.421581983566284,-1.7175339460372925,2.8060860633850098,-3.1654069423675537,-3.851027011871338,-1.0371840000152588,-3.4791998863220215,-1.775046944618225,-1.2889089584350586,1.5174670219421387,1.557837963104248,2.517582893371582,-2.7814979553222656,0.5660279989242554,1.3822280168533325,2.8057239055633545,2.8013529777526855,1.2822649478912354,-1.190688967704773,2.1493821144104004,0.012601000256836414,1.1301599740982056,-3.163559913635254,-3.224236011505127,0.9597390294075012,-3.5265109539031982,2.656013011932373,-3.186018943786621,-0.9927060008049011,0.705348014831543,0.697376012802124,-3.038620948791504,-3.06204891204834,2.5454249382019043,-1.359755039215088,2.744997978210449,2.2896718978881836,-1.8549820184707642,0.7224609851837158,2.9130849838256836,3.1115500926971436,2.9078359603881836,1.99747896194458,1.2559059858322144,-1.829846978187561,-3.127840995788574,3.214116096496582,-2.7708899974823,-3.1105620861053467,2.912698984146118,-3.9205679893493652,2.929471015930176,1.0899649858474731,-2.4885799884796143,1.7210129499435425,2.4935309886932373,1.0349739789962769,0.826574981212616,-1.3790340423583984,-1.5175780057907104,0.0006430000066757202,-3.1611690521240234,1.5996320247650146,2.502721071243286,-4.192413806915283,0.8128820061683655,1.0760200023651123,3.0521090030670166,1.67855703830719,2.675755023956299,0.4844459891319275,-3.1530110836029053,-4.064792156219482,2.525001049041748,2.549881935119629,-4.607077121734619,-3.773685932159424,-1.211603045463562,1.4053020477294922,-3.149574041366577,-3.70524001121521,-2.1934149265289307,2.2755520343780518,1.3056880235671997,2.6879289150238037,-1.8440649509429932,-2.5836269855499268,1.9185049533843994,2.5984060764312744,2.767997980117798,2.697282075881958,1.9343080520629883,1.941992998123169,-3.676055908203125,1.936305046081543,1.9686000347137451,2.3958311080932617,-3.2518460750579834,3.1401479244232178,2.1056718826293945,-4.289377212524414,-3.180553913116455,2.713484048843384,0.5684660077095032,-4.069296836853027,2.6180219650268555,1.298346996307373,2.4679789543151855,2.28944993019104,2.42753005027771,-0.2546510100364685,-3.986509084701538,-4.018302917480469,0.6594799757003784,-3.562148094177246,-0.12280700355768204,-0.6749709844589233,-0.6252520084381104,2.778175115585327,1.7970919609069824,-2.233588933944702,2.9642229080200195,-3.156665086746216,2.6975390911102295,-1.4566129446029663,3.137096881866455,-0.47323501110076904,1.9143060445785522,-0.12988799810409546,1.3545030355453491,-3.0526599884033203,1.5132089853286743,2.7718379497528076,-3.1370739936828613,-2.0064749717712402,-1.898887038230896,-1.2959790229797363,3.219238042831421,3.223681926727295,1.5613540410995483,-4.141670227050781,-1.3232530355453491,0.8443599939346313,1.481539011001587,1.5652459859848022,-3.137160062789917,0.6564260125160217,2.6329638957977295,-0.43073999881744385,-2.6269969940185547,1.6553970575332642,-4.021985054016113,2.0891060829162598,-0.02639099955558777,2.3670270442962646,-0.11500699818134308,2.6705379486083984,-1.9363269805908203,-1.9670549631118774,-0.4919529855251312,-0.9419289827346802,1.189721941947937,1.2307859659194946,1.8957240581512451,2.5482640266418457,-1.2541719675064087,-0.9931809902191162,-0.8381320238113403,-0.5494959950447083,1.821908950805664,2.499746084213257,2.4571468830108643,-0.2554109990596771,3.04777193069458,-1.4364659786224365,2.313800096511841,0.5366179943084717,-3.109297037124634,-3.134511947631836,-3.1342580318450928,-0.958981990814209,-4.202569961547852,1.2506370544433594,1.5376960039138794,0.6603569984436035,-1.1868209838867188,2.3294169902801514,2.0483129024505615,-4.571207046508789,-0.3602159917354584,3.228827953338623,-4.152620792388916,1.1334500312805176,-0.7946180105209351,2.992053985595703,-1.4629260301589966,0.2191839963197708,0.10698799788951874,-3.190294027328491,1.649487018585205,2.541322946548462,0.5462080240249634,-4.184308052062988,-1.4996140003204346,-2.4622130393981934,2.343208074569702,2.2834560871124268,0.14995600283145905,-2.739737033843994,1.4163559675216675,2.5969231128692627,1.5316779613494873,1.8481990098953247,1.1688259840011597,2.3008999824523926,-1.2067439556121826,-2.6756069660186768,0.6656829714775085,2.8705248832702637,2.969609022140503,2.639475107192993,0.9862239956855774,2.196415901184082,2.081101894378662,-3.5614590644836426,-4.21842098236084,-2.468816041946411,2.222069025039673,-0.3106229901313782,2.562819004058838,-1.2064720392227173,-2.231934070587158,-4.178271770477295,-2.7471818923950195,-4.033692836761475,0.6414309740066528,-4.651255130767822,2.4520440101623535,-0.8265200257301331,2.9298670291900635,0.6827290058135986,-0.3688009977340698,-3.164383888244629,1.162194013595581,-2.5806350708007812,-2.9765470027923584,1.9295680522918701,2.2669739723205566,-4.571025848388672,-3.9280459880828857,0.4841519892215729,-0.4470840096473694,0.8374320268630981,2.6695148944854736,1.4485180377960205,-3.1191489696502686,-0.3610599935054779,-1.2095259428024292,0.4525899887084961,-4.502019882202148,2.967890977859497,1.9587969779968262,-2.345418930053711,3.0281059741973877,-1.0717339515686035,-3.308051109313965,0.1895820051431656,3.0545289516448975,3.0100479125976562,-1.2862370014190674,2.5393259525299072,1.9544860124588013,0.9965800046920776,-3.138727903366089,1.0187610387802124,-4.423262119293213,0.3457620143890381,-0.4220559895038605,1.3590919971466064,2.4818150997161865,-0.20617400109767914,2.7855141162872314,-3.4409899711608887,-2.201253890991211,2.777388095855713,0.06746900081634521,0.8869010210037231,3.070913076400757,-3.1559360027313232,-1.4722180366516113,1.7274800539016724,1.6809250116348267,-2.184112071990967,-3.000009059906006,2.5006470680236816,-3.182785987854004,1.1889649629592896,0.8406270146369934,-3.1300508975982666,-1.3847860097885132,0.7552629709243774,-3.900146007537842,0.735942006111145,3.004307985305786,1.2480390071868896,-3.164788007736206,-1.42091703414917,-1.2575880289077759,2.605504035949707,2.2791080474853516,2.2616829872131348,2.2398500442504883,-4.261326789855957,0.8206179738044739,0.7508220076560974,-1.4102610349655151,0.9538120031356812,3.114001989364624,2.8735949993133545,0.00903599988669157,1.771934986114502,-3.2104690074920654,-1.0308879613876343,-1.7288750410079956,2.937268018722534,-4.187372207641602,2.2089879512786865,0.13685199618339539,1.2670979499816895,-1.8671430349349976,-0.45283499360084534,2.6324760913848877,-1.4517780542373657,-1.4968830347061157,1.9752190113067627,-1.2470710277557373,0.9679800271987915,0.9272130131721497,-3.9668610095977783,0.02933499962091446,2.4253909587860107,2.7332661151885986,2.350507974624634,-0.9164180159568787,2.3146510124206543,2.099260091781616,-2.7279040813446045,-0.937965989112854,-3.1446731090545654,0.9091119766235352,0.4854069948196411,2.869654893875122,2.726555109024048,0.21018700301647186,1.756561040878296,0.8964959979057312,0.3778750002384186,1.1030620336532593,2.6508429050445557,-3.287877082824707,-2.2675490379333496,-2.909621000289917,-1.8911139965057373,2.208622932434082,2.5857760906219482,-1.8209190368652344,-0.5244659781455994,-0.5235829949378967,-0.7159000039100647,-1.8084019422531128,2.8957719802856445,2.866947889328003,0.41574499011039734,-4.210287094116211,3.0639359951019287,-3.971860885620117,2.4421799182891846,2.3669509887695312,-0.9735220074653625,-0.6753759980201721,-2.9914910793304443,0.8234900236129761,2.083311080932617,1.9266109466552734,-3.8931400775909424,-3.1990180015563965,3.0682759284973145,0.16021999716758728,0.6474400162696838,-3.0096139907836914,-0.4770199954509735,-2.1986730098724365,-0.021781999617815018,1.567209005355835,-1.0865600109100342,2.732628107070923,1.825490951538086,-1.3122390508651733,2.8252201080322266,2.5945589542388916,2.0322420597076416,-0.9895039796829224,2.089848041534424,2.1398160457611084,2.410506010055542,2.44765305519104,2.9728410243988037,1.2215310335159302,0.8198869824409485,-1.1644680500030518,2.9875450134277344,-1.486778974533081,2.401963949203491,1.5212039947509766,1.5787789821624756,-3.0612740516662598,1.4226239919662476,-2.0768959522247314,1.3055620193481445,-1.2788859605789185,2.3821771144866943,1.1227810382843018,-0.4890809953212738,1.7750680446624756,2.5001139640808105,-0.7825570106506348,2.9980618953704834,2.7259819507598877,0.970395028591156,1.4227629899978638,-1.5513370037078857,1.9007409811019897,1.172271966934204,1.465317964553833,0.06195899844169617,2.6850950717926025,-3.1338980197906494,2.448728084564209,-4.03427791595459,-2.648844003677368,-2.5325980186462402,1.07567298412323,2.0438530445098877,2.767806053161621,1.9278119802474976,0.5712990164756775,-1.8429299592971802,-3.1457359790802,2.6524879932403564,1.770158052444458,-2.8372089862823486,1.0246609449386597,-1.988502025604248,1.1332440376281738,-1.2050009965896606,-3.1477410793304443,0.9923089742660522,2.7728989124298096,-1.3940880298614502,-3.1520628929138184,0.11849299818277359,-3.740852117538452,-2.380753993988037,0.8842840194702148,1.0740410089492798,-0.925836980342865,0.6747940182685852,1.8672490119934082,-0.5959140062332153,-1.667449951171875,-2.385735034942627,0.630378007888794,2.8101210594177246,-1.0830919742584229,2.2852649688720703,2.2933499813079834,-4.196697235107422,-3.146480083465576,-1.0674630403518677,3.0899689197540283,-0.8810830116271973,-1.1967229843139648,-4.25560998916626,-1.6328330039978027,-2.913872003555298,1.4699130058288574,0.049035001546144485,1.1526219844818115,-1.7671810388565063,-0.47527799010276794,-2.3329648971557617,-0.6258029937744141,2.4981648921966553,3.116831064224243,-2.2894198894500732,-0.5371469855308533,-0.019543999806046486,1.4350680112838745,2.5583200454711914,-2.2743380069732666,2.8227880001068115,-2.1985559463500977,-1.801535964012146,2.673957109451294,2.61055588722229,-3.5041210651397705,2.836544990539551,-3.0039870738983154,-2.315596103668213,-3.002739906311035,1.093911051750183,-2.5080370903015137,-1.6156189441680908,1.1366599798202515,2.6651360988616943,2.680979013442993,-0.4633669853210449,-4.130623817443848,3.0474228858947754,-2.8957419395446777,-0.27921101450920105,-4.480280876159668,3.0497329235076904,2.0434811115264893,-0.49984198808670044,2.406913995742798,1.2045639753341675,2.340075969696045,1.3104569911956787,-1.8691589832305908,0.01318500004708767,-1.9187719821929932,1.3018109798431396,2.9362449645996094,2.7446250915527344,-2.9768319129943848,-4.137683868408203,1.904088020324707,0.1295740008354187,2.3700509071350098,1.3133230209350586,2.4568240642547607,-1.0288079977035522,2.8615689277648926,2.4549310207366943,0.46384701132774353,-3.535132884979248,-4.490262031555176,2.283843994140625,2.630887985229492,2.7958579063415527,-4.179694175720215,1.0378689765930176,-2.265712022781372,-4.121094226837158,-0.6467210054397583,0.09954900294542313,-3.9263360500335693,-3.215691089630127,2.8181610107421875,-3.354732036590576,3.1089839935302734,-1.5852429866790771,2.371182918548584,2.424880027770996,2.7134668827056885,0.35933300852775574,1.0798640251159668,-1.2199100255966187,1.807682991027832,1.3213809728622437,-1.1210440397262573,1.7802640199661255,2.59688401222229,1.1727930307388306,1.002568006515503,1.108098030090332,-1.2613309621810913,-3.147705078125,1.298218011856079,1.6056760549545288,-2.5830860137939453,3.039886951446533,1.3719849586486816,3.1790459156036377,1.834328055381775,-1.482064962387085,-1.261283040046692,-3.1785929203033447,0.29410699009895325,-1.3972660303115845,2.741178035736084,-4.030602931976318,0.9488800168037415,0.9463779926300049,0.9646289944648743,2.1179609298706055,-4.583282947540283,1.8108710050582886,2.167664051055908,-0.3949579894542694,-3.9005630016326904,1.7032870054244995,0.1689949929714203,2.969177007675171,2.733238935470581,-0.3449620008468628,0.7899969816207886,-0.5398820042610168,0.7480530142784119,0.840828001499176,0.8191440105438232,0.8281599879264832,-3.4552910327911377,1.6074329614639282,-0.9883459806442261,1.5780919790267944,1.7112250328063965,2.7296390533447266,2.2603330612182617,2.79182505607605,2.9709830284118652,2.9185919761657715,-1.1463760137557983,-0.47486698627471924,-4.0781049728393555,-0.19068799912929535,-3.702721118927002,1.8679269552230835,2.6851229667663574,-3.4441709518432617,-3.1414589881896973,2.685570001602173,0.2490919977426529,-0.9652280211448669,3.1654770374298096,2.3632431030273438,-1.1136130094528198,1.6304019689559937,-3.5586609840393066,-2.1218760013580322,2.9718940258026123,-1.370542049407959,1.6441110372543335,-1.4867759943008423,-3.128854990005493,1.1253490447998047,1.9909839630126953,2.1052238941192627,2.9058189392089844,1.909701943397522,-0.8116750121116638,-3.1756820678710938,1.1153600215911865,2.7651140689849854,-0.42824798822402954,2.26718807220459,0.5848940014839172,2.7705540657043457,-2.429128885269165,-0.9068570137023926,0.600691020488739,0.7233060002326965,2.5795819759368896,1.7421139478683472,2.989116907119751,1.5075199604034424,-1.1355010271072388,-3.1783790588378906,0.15912200510501862,0.15572300553321838,-3.286186933517456,2.405869960784912,2.4226880073547363,1.4036760330200195,-4.21367883682251,2.290968894958496,-3.81815505027771,-3.0498499870300293,1.8911240100860596,-4.17076301574707,-4.204477787017822,-1.0036029815673828,0.4641290009021759,2.8598439693450928,-3.7788479328155518,-1.8420219421386719,-4.162312984466553,1.38542902469635,0.45856499671936035,-0.5146290063858032,-0.9747089743614197,-0.8466179966926575,0.03937600180506706,-1.5847599506378174,1.2149959802627563,2.7417759895324707,1.0064589977264404,2.2526021003723145,2.844774007797241,-1.2430490255355835,1.0717459917068481,2.395440101623535,-1.5375430583953857,-1.4835070371627808,1.126121997833252,-1.6986199617385864,-2.2341740131378174,-1.1129649877548218,-2.7378740310668945,-0.1332080066204071,2.4243650436401367,-3.1852378845214844,-3.1827518939971924,-3.2500529289245605,-4.164580821990967,1.376459002494812,-0.21239499747753143,3.193356990814209,0.7887549996376038,-4.4617109298706055,1.23340904712677,0.7749729752540588,2.4896440505981445,3.1230030059814453,-1.9297579526901245,0.962365984916687,0.9514560103416443,3.189889907836914,2.9054269790649414,-0.968176007270813,1.3726099729537964,1.4217679500579834,0.30127400159835815,-3.7845230102539062,2.764799118041992,0.5748059749603271,-0.5386469960212708,-0.5256630182266235,1.0592609643936157,1.0364489555358887,0.467615008354187,-0.9208850264549255,-3.1697349548339844,-0.40206900238990784,1.6011790037155151,2.260883092880249,-3.3201980590820312,-2.2352449893951416,-0.9686400294303894,-0.8489789962768555,-0.605292022228241,-0.5198799967765808,-1.2441539764404297,1.3278729915618896,2.4807939529418945,-4.015964984893799,0.11814899742603302,-1.8866950273513794,0.220427006483078,0.21133999526500702,-3.181736946105957,-4.210525989532471,1.5266660451889038,-2.502218008041382,1.2419019937515259,2.5886659622192383,-3.1519570350646973,-0.8467350006103516,-0.40153199434280396,-3.1818249225616455,1.5500210523605347,-3.1536030769348145,-3.1520369052886963,0.6002539992332458,-1.4222389459609985,-1.450808048248291,-1.9554059505462646,3.1531178951263428,2.9707179069519043,-2.9273390769958496,2.708336114883423,0.958952009677887,2.640763998031616,-2.7509610652923584,1.8861600160598755,-4.207118034362793,-1.8485560417175293,3.1180551052093506,-3.5708858966827393,-2.6808691024780273,1.5710229873657227,-4.649744987487793,0.830111026763916,-3.153243064880371,1.1603690385818481,-1.4733940362930298,0.9487580060958862,-0.6138030290603638,-1.146841049194336,2.223794937133789,2.2535970211029053,1.0575690269470215,2.3495559692382812,3.2606289386749268,-0.9262480139732361,-1.1716710329055786,0.6364849805831909,-3.195404052734375,-3.2691240310668945,-2.8120439052581787,1.2173960208892822,-3.144131898880005,-3.168982982635498,-1.8520959615707397,-1.8599950075149536,0.6771309971809387,3.060353994369507,3.0566389560699463,0.18851499259471893,2.9970650672912598,-3.651010036468506,-0.5830879807472229,0.052230000495910645,1.2500439882278442,-1.2340110540390015,2.2092130184173584,-4.023149013519287,-0.8016359806060791,0.6717240214347839,-0.11856099963188171,-0.12475699931383133,-0.08991999924182892,-4.1389851570129395,-1.1705310344696045,2.293365955352783,1.969243049621582,1.7279629707336426,-2.2117650508880615,-3.3631579875946045,1.836087942123413,1.9381459951400757,-0.36770498752593994,2.7982940673828125,-1.2016279697418213,0.8097910284996033,1.4021999835968018,0.9161220192909241,-1.223770022392273,-3.238218069076538,-4.242670059204102,-4.6509528160095215,1.347828984260559,1.730347990989685,2.7023439407348633,2.755635976791382,-0.14311300218105316,-3.169745922088623,-3.1264870166778564,-4.308115005493164,-1.584975004196167,-2.6675291061401367,2.7512118816375732,1.2421480417251587,0.1342329978942871,2.3614680767059326,2.596069097518921,2.5893681049346924,2.054388999938965,-1.6332299709320068,-4.069180965423584,3.226125955581665,2.921746015548706,2.909985065460205,-2.1508629322052,-0.7766680121421814,2.5150749683380127,2.518065929412842,1.3585959672927856,-1.8070460557937622,-3.2179150581359863,-1.0700629949569702,0.751164972782135,1.8591010570526123,2.349677085876465,2.3834049701690674,3.024017095565796,-1.3833509683609009,-1.8822250366210938,-1.8756450414657593,2.0721869468688965,-1.7682100534439087,-1.3770250082015991,1.1463550329208374,0.9678080081939697,-0.7434430122375488,-2.344835042953491,2.092097043991089,-1.23191499710083,0.886493980884552,-3.7721750736236572,1.6803359985351562,-1.191506028175354,2.977618932723999,-4.650896072387695,-4.472835063934326,-3.134727954864502,2.719183921813965,-0.5221449732780457,-3.199856996536255,-1.656033992767334,2.4198169708251953,-1.2005189657211304,0.7800859808921814,0.6296629905700684,0.6395189762115479,-0.20284199714660645,-0.46584999561309814,2.7912850379943848,-0.1515980064868927,-4.131158828735352,-0.728426992893219,-4.081346035003662,0.16396300494670868,2.909943103790283,1.7420610189437866,2.893389940261841,-4.280337810516357,0.017108000814914703,-1.89608895778656,3.043509006500244,-1.2090330123901367,0.659034013748169,1.3048230409622192,-0.8918390274047852,2.805530071258545,-1.7401009798049927,-0.9677870273590088,2.4465930461883545,-1.0563609600067139,-1.164113998413086,2.472043037414551,3.175678014755249,-0.8703489899635315,2.2810020446777344,-3.5626349449157715,-0.6553789973258972,3.1078529357910156,-2.8165409564971924,0.70107501745224,-0.09881799668073654,0.9954919815063477,-3.869683027267456,2.8332359790802,1.7877639532089233,2.215394973754883,-0.522724986076355,-1.097717046737671,-3.394300937652588,2.4523730278015137,2.551050901412964,3.0846118927001953,-3.453636884689331,-4.149717807769775,-2.1286699771881104,2.3909060955047607,-4.168686866760254,-1.2931180000305176,-1.4209150075912476,1.7156620025634766,0.48272401094436646,2.22065806388855,2.1920011043548584,-2.4098498821258545,-3.260145902633667,2.667160987854004,1.2842110395431519,-0.005960999988019466,-1.5643119812011719,2.105720043182373,-2.343381881713867,3.1308610439300537,-1.163593053817749,-1.4065099954605103,1.1756099462509155,2.9236879348754883,3.252082109451294,1.1887329816818237,-1.6504780054092407,1.0468820333480835,-0.7412310242652893,2.7207601070404053,-1.8565720319747925,1.7822740077972412,-0.8472840189933777,-0.9107300043106079,-4.50820779800415,2.9139089584350586,2.810478925704956,-3.5624330043792725,-1.3126879930496216,-0.9162629842758179,-1.3494399785995483,2.9790570735931396,2.776263952255249,2.7606260776519775,2.75532603263855,0.14182500541210175,-1.7551109790802002,1.8600349426269531,0.4423759877681732,-3.1821110248565674,2.8163959980010986,1.313601016998291,2.8655200004577637,0.23879200220108032,-1.0947370529174805,1.2975729703903198,-1.713819980621338,1.2834299802780151,-0.20881299674510956,-0.19088999927043915,1.4718799591064453,0.6846309900283813,0.8319839835166931,1.2342900037765503,2.358788013458252,-3.1379830837249756,1.102874994277954,2.827286958694458,2.621890068054199,-2.7802889347076416,-0.0023769999388605356,2.283281087875366,-2.7418599128723145,-4.189085960388184,-1.4606349468231201,-4.3899102210998535,-3.088162899017334,0.993366003036499,2.544745922088623,2.6115870475769043,-2.6448230743408203,0.7850019931793213,1.1691190004348755,-2.7071468830108643,1.3950350284576416,-4.475165843963623,-3.162998914718628,-3.167407989501953,-2.6437079906463623,-3.1451809406280518,-1.6376409530639648,-1.3847589492797852,-2.528573989868164,3.023313045501709,-1.7632449865341187,0.8563230037689209,2.443434000015259,-3.9115118980407715,1.1925179958343506,2.8313910961151123,-1.5200309753417969,-1.1284539699554443,2.9889540672302246,2.9675419330596924,2.979680061340332,-3.1815989017486572,-3.1455960273742676,2.8367350101470947,-1.7900530099868774,-2.045588970184326,-1.961521029472351,-3.0114779472351074,1.2589579820632935,0.3663719892501831,3.102658987045288,-4.173627853393555,-1.848091959953308,-1.3045909404754639,-0.8837779760360718,2.5506439208984375,-0.7834429740905762,3.0655879974365234,-0.3667359948158264,-3.1533849239349365,2.433887004852295,1.6176129579544067,-4.2813639640808105,-1.6477680206298828,3.083735942840576,1.4373379945755005,-0.595100998878479,-1.1993319988250732,-1.2712759971618652,-3.6988680362701416,-3.729651927947998,1.6291999816894531,-3.3681700229644775,1.371142029762268,2.3608880043029785,2.833672046661377,2.789783000946045,2.613701105117798,1.0783360004425049,-1.1631829738616943,2.2395050525665283,-1.3740910291671753,-0.5442109704017639,0.8126670122146606,-1.2538789510726929,-3.491586923599243,2.2045838832855225,0.118538998067379,2.076946973800659,-1.5712130069732666,0.6149880290031433,2.907881021499634,-3.129715919494629,-4.048264026641846,-1.323531985282898,-1.5668809413909912,-1.4451520442962646,-1.8411309719085693,-2.5680110454559326,2.896333932876587,2.596925973892212,-3.1681010723114014,-1.3434280157089233,-2.6210451126098633,-3.0469911098480225,-3.071621894836426,3.0708470344543457,2.0444419384002686,-1.5156010389328003,-1.548414945602417,-4.156899929046631,-0.9781619906425476,-0.7055630087852478,0.5068820118904114,-1.337414026260376,0.2489439994096756,-2.2121520042419434,-2.841280937194824,-2.237426996231079,2.5887510776519775,0.4813080132007599,-3.1297860145568848,-3.1324470043182373,-3.1305739879608154,-3.217703104019165,-0.5404319763183594,2.394144058227539,2.381783962249756,2.2269070148468018,-3.15145206451416,0.5200139880180359,-4.60289192199707,2.0534040927886963,-0.41483598947525024,-0.4107719957828522,-4.0576171875,0.04202499985694885,2.7174999713897705,-3.8002030849456787,-4.109508991241455,1.2015689611434937,0.42941200733184814,-2.326591968536377,2.7090680599212646,1.8138090372085571,-0.40174299478530884,-4.030490875244141,-3.151700973510742,1.2046070098876953,1.255126953125,-0.9050149917602539,1.6113359928131104,1.006140947341919,2.8258719444274902,2.3552370071411133,-2.7673020362854004,-1.146474003791809,-3.1910979747772217,-1.6189689636230469,-3.1057310104370117,-0.8049430251121521,-3.599173069000244,-3.803056001663208,1.288573980331421,1.3861069679260254,-3.1116790771484375,-3.898391008377075,-2.1641499996185303,1.937803030014038,1.1602330207824707,2.853105068206787,2.8128819465637207,3.1833550930023193,-2.635806083679199,2.635035991668701,1.9776309728622437,-3.270387887954712,2.1552040576934814,-4.167243003845215,2.4100799560546875,1.2817109823226929,2.777859926223755,2.3705859184265137,-1.9535969495773315,2.1913249492645264,-4.413930892944336,2.5768799781799316,-1.4816490411758423,0.21296299993991852,-1.1970770359039307,-0.897704005241394,3.1627159118652344,-3.1389379501342773,2.016144037246704,-1.1729099750518799,1.9870860576629639,-0.2641049921512604,0.5729740262031555,2.9562580585479736,-1.8175050020217896,-1.298367977142334,0.11906100064516068,2.8296799659729004,-1.2253979444503784,0.6873660087585449,-2.4951870441436768,-0.907139003276825,0.490323007106781,1.0782439708709717,1.1430350542068481,-0.6461560130119324,-1.9444940090179443,-1.3774679899215698,1.142683982849121,2.8165600299835205,-2.562150001525879,3.197103977203369,-3.157633066177368,-2.8669300079345703,2.4061360359191895,-1.6231650114059448,-1.4370859861373901,2.878619909286499,1.3183610439300537,1.3064719438552856,3.002208948135376,1.601302981376648,-1.206928014755249,-3.059705972671509,-3.088001012802124,1.281141996383667,0.4107840061187744,3.254879951477051,3.2503890991210938,3.2473440170288086,-2.3651230335235596,-1.4161659479141235,-1.2734249830245972,1.8805309534072876,1.1473679542541504,-0.58365797996521,-2.332273006439209,1.1495029926300049,-3.9542300701141357,1.8685280084609985,2.242806911468506,-0.04499699920415878,1.6843329668045044,-0.8598260283470154,2.242475986480713,2.555037021636963,-4.19328498840332,-3.1710100173950195,-0.7757959961891174,-1.4420620203018188,1.777798056602478,-1.1765209436416626,0.9471520185470581,3.0030078887939453,-1.6869640350341797,2.3471179008483887,0.16233600676059723,-0.21353499591350555,2.5907890796661377,-2.376549005508423,-1.6613229513168335,1.1136620044708252,-3.8313920497894287,-1.3901000022888184,-3.9790029525756836,2.181917905807495,-0.6260740160942078,0.05653899908065796,-0.22455500066280365,-0.2105949968099594,-1.892596960067749,-3.0372660160064697,0.983102023601532,0.3297570049762726,0.6670169830322266,1.8486770391464233,2.4267899990081787,-0.38657599687576294,-0.5407840013504028,1.1017659902572632,0.1536020040512085,-3.1722559928894043,2.7947089672088623,-1.4707659482955933,0.9947450160980225,0.6706979870796204,1.0584700107574463,0.9393810033798218,0.456932008266449,-0.18692700564861298,1.511713981628418,-3.207909107208252,2.2713849544525146,1.867097020149231,2.792573928833008,2.242846965789795,-0.44004198908805847,-0.5490580201148987,-0.521573007106781,0.6774190068244934,-4.2844672203063965,-1.4108259677886963,-1.393733024597168,2.451035976409912,0.11166100203990936,2.8769900798797607,1.9848660230636597,2.4649319648742676,2.633755922317505,-1.5934300422668457,-1.8103820085525513,0.11047899723052979,-3.1319949626922607,2.8487660884857178,-1.0533390045166016,-0.5581610202789307,3.2168080806732178,-1.1523970365524292,2.579235076904297,1.3597749471664429,0.5957159996032715,1.6766749620437622,1.256181001663208,1.2767759561538696,-1.7139370441436768,-0.36574700474739075,-1.6183329820632935,2.704310894012451,-0.24031999707221985,-1.2092770338058472,1.7462329864501953,0.602370023727417,2.002979040145874,-1.1066279411315918,-1.273013949394226,0.3818899989128113,-4.170287132263184,3.2259209156036377,2.7265310287475586,-1.7171430587768555,1.0496519804000854,-3.7605319023132324,-4.646842002868652,2.89326810836792,0.933559000492096,-1.5695799589157104,-1.6328680515289307,-2.3993780612945557,0.7794489860534668,-0.8294780254364014,-0.7470239996910095,0.774944007396698,-3.8156700134277344,1.0527149438858032,-1.167999029159546,-1.8691630363464355,-4.541932106018066,-0.131740003824234,2.2604739665985107,2.407459020614624,2.401310920715332,0.7016639709472656,1.5501970052719116,-3.6981189250946045,0.9764630198478699,2.1604249477386475,-2.0979158878326416,-2.7962639331817627,-3.128056049346924,-0.42390599846839905,-2.5960450172424316,-3.9867570400238037,2.83728289604187,0.9722689986228943,1.14034903049469,1.6246800422668457,-4.1305251121521,1.5021859407424927,2.579869031906128,1.3216170072555542,2.914655923843384,-3.1821129322052,-4.16893196105957,-4.167899131774902,1.288972020149231,2.68979811668396,2.51642107963562,1.4705079793930054,-2.7230710983276367,-1.3122849464416504,2.0830540657043457,-2.6145310401916504,0.003653000108897686,-1.2642920017242432,-0.36771300435066223,-1.681522011756897,-2.7325000762939453,0.8307030200958252,-2.669809103012085,-2.7305870056152344,-1.043383002281189,2.978055953979492,-3.1082990169525146,-3.4910318851470947,2.4575510025024414,2.18805193901062,-1.7049620151519775,2.4370779991149902,0.03687699884176254,-1.3785300254821777,-0.32127800583839417,2.408596992492676,-2.9095981121063232,3.172532081604004,1.4977049827575684,-0.9083790183067322,-1.8796780109405518,-1.3138140439987183,-3.978982925415039,-4.064053058624268,-2.3702280521392822,2.2240099906921387,0.5632169842720032,-1.679419994354248,1.5401949882507324,-1.0086729526519775,0.4772999882698059,-3.2042689323425293,-4.136209964752197,2.2689859867095947,1.2681180238723755,-0.24180899560451508,-2.5082058906555176,2.5840280055999756,1.2751879692077637,1.020570993423462,1.9139950275421143,2.9610180854797363,1.032470941543579,1.4868340492248535,-2.1925759315490723,-0.46387699246406555,0.044766999781131744,2.5535879135131836,1.2296420335769653,-3.16300892829895,-3.1629180908203125,2.4164650440216064,-4.120344161987305,0.6171339750289917,-4.461785793304443,-1.5456290245056152,1.6505049467086792,0.3883509933948517,-1.9702709913253784,2.204106092453003,2.8404290676116943,-1.656237006187439,2.4592440128326416,-1.207550048828125,1.2550630569458008,-1.6354990005493164,-0.14031000435352325,-2.028994083404541,-2.90263295173645,2.9712541103363037,-4.363204002380371,-2.5588090419769287,-1.3045940399169922,-1.2604639530181885,0.914106011390686,1.284379005432129,0.9171929955482483,0.21771599352359772,-1.7359540462493896,-1.4893020391464233,-0.7333909869194031,-2.7384140491485596,-2.33217191696167,-1.0197299718856812,0.36081600189208984,2.491468906402588,-1.5004240274429321,-1.4207090139389038,-1.221068024635315,-0.3603149950504303,-2.46948504447937,1.6492869853973389,0.6455479860305786,-1.9202059507369995,2.5616629123687744,-4.282388210296631,1.1066310405731201,-1.2072010040283203,-3.127995014190674,-0.6864140033721924,-3.169584035873413,-0.3543199896812439,1.5300710201263428,-3.1396050453186035,-1.6466259956359863,1.5589540004730225,-1.2562940120697021,2.847346067428589,-0.7964180111885071,2.1784119606018066,2.14978289604187,-3.798474073410034,-0.16335700452327728,0.9107890129089355,-0.22542500495910645,-3.1663239002227783,-3.9862329959869385,1.0018850564956665,1.1412140130996704,1.2253199815750122,1.2133409976959229,0.23455899953842163,2.698744058609009,3.0592570304870605,2.157104969024658,-3.158195972442627,2.4529619216918945,1.659885048866272,-1.1007720232009888,-1.1131260395050049,-1.2863409519195557,3.0101969242095947,1.4920270442962646,1.9887700080871582,-1.0564639568328857,3.1194210052490234,1.7934060096740723,2.8550000190734863,0.5340859889984131,-1.09586501121521,-3.148535966873169,-2.0737578868865967,-3.1524999141693115,2.1440999507904053,1.0628600120544434,1.999642014503479,1.7435799837112427,2.476346969604492,-1.2763429880142212,-1.3330689668655396,-1.244899034500122,2.099730968475342,2.731955051422119,3.0991220474243164,0.3950650095939636,2.5718801021575928,0.5052379965782166,-1.1070740222930908,-1.0723309516906738,2.8591148853302,-3.145145893096924,-3.7743968963623047,2.898655891418457,-0.9894409775733948,2.9345901012420654,-3.1718099117279053,-3.137972116470337,-4.339162826538086,2.785770893096924,0.05694499984383583,1.830786943435669,1.4840459823608398,-3.3362460136413574,-3.1432409286499023,2.577420949935913,2.9307169914245605,-1.455075979232788,-1.5082039833068848,-4.293814182281494,0.9898620247840881,0.15636900067329407,0.173225998878479,-0.161080002784729,-2.8477070331573486,-1.6941219568252563,-0.9957680106163025,-1.8692489862442017,-0.15232199430465698,2.65761399269104,1.0577189922332764,-2.2603600025177,-0.36215901374816895,2.9855151176452637,2.7729508876800537,-0.5634599924087524,1.590230941772461,-3.1545801162719727,-1.362665057182312,3.1064679622650146,-4.3935418128967285,-1.209941029548645,1.7737239599227905,2.955198049545288,0.41272100806236267,1.9529969692230225,1.9355700016021729,0.9269300103187561,-4.128170967102051,2.8668019771575928,-4.6505022048950195,1.894866943359375,-1.0285700559616089,-2.5338640213012695,-4.52318000793457,2.5561680793762207,1.0261139869689941,2.2551090717315674,0.40254300832748413,-0.9853360056877136,-1.2544790506362915,1.1902660131454468,-4.179327011108398,-3.1468610763549805,-2.3990490436553955,2.5328779220581055,2.71323299407959,-3.1203670501708984,-0.940883994102478,0.6545029878616333,2.5315020084381104,-1.442770004272461,1.2570040225982666,0.5081239938735962,1.946969985961914,-0.3943130075931549,-4.066744804382324,2.349414110183716,-4.1781182289123535,-0.9560580253601074,2.071505069732666,1.967527985572815,-1.5919840335845947,-0.4444600045681,2.505392074584961,2.508378028869629,1.7026629447937012,-4.108644008636475,1.1581000089645386,2.5133249759674072,-4.081202983856201,-4.107937812805176,3.1877639293670654,-3.140839099884033,-3.055500030517578,1.190582036972046,-0.6939949989318848,1.8411589860916138,-2.1370019912719727,-0.8689699769020081,-1.8760559558868408,-3.107470989227295,2.765839099884033,-1.5224299430847168,-1.5435400009155273,1.0705549716949463,-0.05027100071310997,-1.098497986793518,-1.0933929681777954,1.2106260061264038,1.1423779726028442,-2.2978570461273193,1.632789969444275,2.1820919513702393,-1.4182159900665283,-0.019826000556349754,-1.9879640340805054,1.704543948173523,-0.2729380130767822,-1.26659095287323,2.720060110092163,2.6707069873809814,-4.169486999511719,-4.1855950355529785,3.1020050048828125,-0.780718982219696,0.8226670026779175,-4.149540901184082,-1.790550947189331,-3.3169939517974854,-0.9549090266227722,-3.149894952774048,-1.3057219982147217,2.9496779441833496,-3.1840391159057617,-2.8481979370117188,2.2220489978790283,1.5252150297164917,-4.160501956939697,0.8698430061340332,0.8730409741401672,2.6020700931549072,-4.651607036590576,-3.781708002090454,0.7622990012168884,0.8658049702644348,2.216571092605591,0.5971369743347168,-4.037332057952881,-2.0046520233154297,-0.11153300106525421,-3.172398090362549,-3.1711390018463135,-2.2611780166625977,-3.9614620208740234,-1.6974170207977295,0.4422970116138458,2.8728339672088623,0.5875099897384644,-3.6483469009399414,1.528615951538086,3.216275930404663,2.461599111557007,2.9900929927825928,-3.197561025619507,2.7168519496917725,2.15812611579895,-0.8580330014228821,0.023914000019431114,-0.1959799975156784,-0.2628079950809479,-2.786216974258423,2.7347710132598877,1.4097269773483276,3.1196799278259277,-1.8542959690093994,2.8246819972991943,-1.4544349908828735,-1.084102988243103,0.31345799565315247,-1.6621299982070923,1.2319480180740356,1.2497869729995728,0.39218300580978394,-0.8526999950408936,2.1249001026153564,-0.48997798562049866,-0.869700014591217,0.9962930083274841,-4.0277628898620605,2.62821102142334,2.3430819511413574,1.777748942375183,-2.5565268993377686,1.343103051185608,3.0684380531311035,-0.9628840088844299,2.8205599784851074,2.8567988872528076,2.429471969604492,2.3948259353637695,-3.037942886352539,-3.3967649936676025,-4.169196128845215,-3.262531042098999,2.1436469554901123,-3.7721669673919678,0.38758599758148193,0.889968991279602,1.1017810106277466,-4.239047050476074,2.4873030185699463,1.6461700201034546,2.193847894668579,-0.6501629948616028,-3.8227529525756836,-2.3485310077667236,1.8517980575561523,1.1539709568023682,2.6531269550323486,0.592956006526947,2.481379985809326,0.6065729856491089,-0.6709579825401306,-1.016890048980713,-4.189176082611084,1.7267459630966187,-0.2883569896221161,1.4647020101547241,2.890141010284424,1.8453470468521118,-1.4911799430847168,-2.4855690002441406,0.4592840075492859,-0.6857219934463501,-1.7595009803771973,2.4700090885162354,2.470686912536621,2.675935983657837,-3.9619269371032715,-4.523149013519287,0.49627700448036194,1.2152570486068726,-3.33132004737854,2.8717079162597656,3.026945114135742,2.3622419834136963,1.5913619995117188,-1.4886599779129028,0.4735029935836792,1.6099430322647095,2.172961950302124,-0.7432810068130493,0.7235710024833679,2.4085729122161865,-1.807832956314087,-2.8961338996887207,2.732248067855835,3.098504066467285,3.0988290309906006,-2.2169508934020996,1.9826020002365112,-0.9478340148925781,2.6445839405059814,-0.06025800108909607,0.6690750122070312,0.6286829710006714,0.7959110140800476,-2.536329984664917,0.04354799911379814,3.025167942047119,0.14547699689865112,-3.135485887527466,-3.160676956176758,-2.4671590328216553,-2.5238189697265625,-3.172430992126465,2.456310987472534,1.2462129592895508,-3.0085930824279785,-0.6982849836349487,2.6548640727996826,2.488356113433838,-3.137455940246582,-2.277437925338745,-4.0753021240234375,0.1363999992609024,-2.5054540634155273,-2.1216509342193604,0.8825830221176147,2.6713550090789795,1.4027620553970337,1.794842004776001,0.3098039925098419,-3.3352200984954834,1.8832370042800903,-2.8496620655059814,-3.139209032058716,0.9580410122871399,-2.527327060699463,-0.47738999128341675,0.4446350038051605,3.099168062210083,-1.5211089849472046,2.6442670822143555,-1.1800860166549683,2.2766969203948975,1.1678839921951294,2.7094779014587402,-0.3767459988594055,-3.1657590866088867,1.7276500463485718,-4.069601058959961,-1.351483941078186,-1.3030940294265747,-4.016313076019287,0.4958460032939911,-4.194368839263916,1.090438961982727,-3.1821939945220947,2.497921943664551,-0.6251890063285828,2.6634199619293213,-3.170305013656616,-3.030385971069336,-3.0808560848236084,1.3551939725875854,1.4259059429168701,-1.3471590280532837,-0.5499680042266846,-4.174048900604248,-4.174773216247559,-4.20189094543457,2.0332601070404053,-1.548585057258606,2.6377339363098145,1.033197045326233,-0.11025000363588333,-3.138972043991089,2.6251370906829834,2.1216230392456055,-3.1308250427246094,0.38125699758529663,-4.165346145629883,2.810784101486206,-2.8152740001678467,-0.6277949810028076,1.7405420541763306,2.273866891860962,2.947258949279785,-1.0401920080184937,-1.044711947441101,-3.6655960083007812,-1.0227789878845215,-1.5458389520645142,0.4341599941253662,-1.902343988418579,3.266140937805176,1.1840840578079224,-1.5827289819717407,-1.3861780166625977,-0.6091700196266174,-4.248993873596191,-1.5398839712142944,0.9897040128707886,1.480098009109497,1.0618159770965576,2.6466031074523926,2.6528680324554443,2.858419895172119,-2.0855860710144043,3.085536003112793,0.4839020073413849,0.7225390076637268,1.0099400281906128,-2.534008026123047,-4.2039971351623535,1.9399770498275757,-3.0468668937683105,-0.6499750018119812,3.2713699340820312,2.5109670162200928,-2.1776959896087646,-2.2326390743255615,-1.3254810571670532,1.3478610515594482,-0.20455299317836761,1.2043440341949463,2.5687549114227295,2.6309220790863037,-3.139806032180786,0.03426700085401535,-1.0443049669265747,0.6738849878311157,0.41399499773979187,2.2302210330963135,2.7103099822998047,-0.008857999928295612,2.4120500087738037,-0.9291269779205322,1.9108079671859741,-2.0377609729766846,-1.7201850414276123,2.472691059112549,2.7666449546813965,0.39451199769973755,-1.382377028465271,-1.3541899919509888,-4.163105010986328,-2.3472299575805664,-2.5667738914489746,1.0311709642410278,1.0278010368347168,-2.34709095954895,1.3451679944992065,1.06181800365448,1.0394459962844849,2.369318962097168,-3.0874791145324707,0.7364550232887268,1.3887909650802612,2.2525250911712646,1.8414729833602905,2.033642053604126,-1.1859300136566162,-0.1686049997806549,1.2749580144882202,1.7182170152664185,1.5622899532318115,-3.556356906890869,-0.21709099411964417,2.424532890319824,2.7033650875091553,-3.1756250858306885,1.5876710414886475,2.19085693359375,3.1659529209136963,1.0509610176086426,-3.1359329223632812,0.05347200110554695,1.549780011177063,1.1602530479431152,2.5661680698394775,1.1083970069885254,-3.178647994995117,-1.0507980585098267,0.38644298911094666,1.3040590286254883,0.6622869968414307,1.2522079944610596,0.9391670227050781,-4.205830097198486,-2.6445600986480713,-4.000391006469727,-4.0019659996032715,-1.8078980445861816,0.6686750054359436,-4.244564056396484,2.7942988872528076,1.6329540014266968,1.1009999513626099,-1.9491239786148071,-3.8507609367370605,-2.4286139011383057,-0.7902860045433044,-3.172969102859497,1.3443880081176758,-1.8867039680480957,1.888442039489746,2.2930259704589844,-1.7397220134735107,-2.7753310203552246,-1.2258800268173218,-3.556709051132202,1.4495630264282227,-4.183990001678467,-0.7954300045967102,-0.9881349802017212,-2.286302089691162,-0.554947018623352,-3.0814359188079834,-0.20423899590969086,-1.2617019414901733,2.7249770164489746,-2.7173359394073486,-1.0458099842071533,-2.4082109928131104,-2.1669681072235107,2.7858879566192627,-2.1818039417266846,-1.4850289821624756,-2.6513960361480713,0.8480700254440308,1.2346400022506714,2.6491150856018066,1.938817024230957,-0.09607599675655365,-1.6420559883117676,3.1229000091552734,-2.18776798248291,-2.8492751121520996,1.680961012840271,-0.6077690124511719,2.838447093963623,-2.608764886856079,2.0620410442352295,2.6694118976593018,-1.3966439962387085,-4.423044204711914,-1.6063170433044434,1.8807380199432373,-3.1636359691619873,-0.5703399777412415,0.8700960278511047,0.4200490117073059,-1.4370629787445068,-4.164463043212891,2.462246894836426,-0.2732140123844147,-2.692344903945923,2.0580990314483643,-0.9214360117912292,0.541595995426178,0.12267599999904633,-0.020298000425100327,1.2420690059661865,-3.1844940185546875,-3.7854199409484863,-3.14634108543396,1.499055027961731,2.914757013320923,-3.925144910812378,1.913148045539856,-1.064795970916748,0.4209839999675751,3.0768020153045654,-3.520850896835327,-1.9588969945907593,1.2915840148925781,2.4753100872039795,2.4487240314483643,2.528636932373047,-3.613495111465454,2.22255802154541,0.3825649917125702,0.12441500276327133,2.290127992630005,3.1790850162506104,3.1564741134643555,-1.4641430377960205,2.883223056793213,-0.32335400581359863,-4.642873764038086,2.1371779441833496,1.287240982055664,0.5203530192375183,-1.608760952949524,1.411118984222412,0.5611680150032043,-1.7341530323028564,2.746864080429077,-4.593268871307373,2.72625994682312,-1.1863490343093872,-3.0012989044189453,1.1039940118789673,-4.652795791625977,-2.450629949569702,-2.071424961090088,2.4050440788269043,2.400597095489502,-2.1518940925598145,-2.4505279064178467,0.02918500080704689,-4.453892230987549,-3.640062093734741,2.1315720081329346,0.8450390100479126,-1.585191011428833,-1.128451943397522,2.5299479961395264,1.2185460329055786,-3.1820690631866455,-3.3887100219726562,2.2253990173339844,-1.4317790269851685,-3.33455491065979,-3.8308749198913574,-1.5105220079421997,-2.353976011276245,2.939950942993164,1.3131380081176758,2.926647901535034,-2.4179699420928955,3.12774395942688,2.078205108642578,-1.9817049503326416,-0.6075279712677002,2.061383008956909,-3.3060901165008545,2.5487570762634277,2.4820010662078857,2.903625011444092,3.1479899883270264,3.181018114089966,-0.6024609804153442,-4.624547004699707,0.1764719933271408,2.748286008834839,3.19589900970459,-4.29025411605835,0.8748369812965393,2.0812149047851562,2.828773021697998,2.1627299785614014,1.0618339776992798,1.0824029445648193,-0.9896640181541443,-4.120848178863525,2.165221929550171,2.8759450912475586,-0.5853019952774048,-3.1446940898895264,-1.4704910516738892,2.6577041149139404,-1.9162509441375732,1.2749689817428589,-1.9308090209960938,0.7340959906578064,1.2030839920043945,1.0168689489364624,2.694135904312134,-1.8676639795303345,-1.1105819940567017,3.022568941116333,-1.4108870029449463,-3.7615931034088135,2.790747880935669,2.4537649154663086,2.4007890224456787,1.2528619766235352,2.443057060241699,1.3674180507659912,0.8477550148963928,0.8045790195465088,2.5323939323425293,-2.969691038131714,1.0790009498596191,-1.9206819534301758,0.9499260187149048,-4.52345085144043,2.620124101638794,-4.362070083618164,0.43818399310112,2.774946928024292,-2.584041118621826,3.1000399589538574,-2.5434019565582275,0.47592398524284363,1.894523024559021,0.7378460168838501,-3.504034996032715,0.9096680283546448,2.7950310707092285,-2.1832540035247803,0.9187160134315491,-0.9150540232658386,0.733564019203186,1.1856729984283447,1.1485739946365356,1.1611510515213013,-1.985625982284546,-4.218451976776123,-1.3465930223464966,2.14933705329895,1.2992780208587646,-3.155590057373047,-0.09411100298166275,-1.9576619863510132,-4.22294282913208,1.2501699924468994,1.2754499912261963,-1.172956943511963,1.2294780015945435,-2.694650888442993,2.5902719497680664,-4.484466075897217,-3.181988000869751,-0.4966369867324829,-0.03238699957728386,2.2624549865722656,-1.1077189445495605,-0.0524430014193058,-0.9341890215873718,3.2138960361480713,3.2121329307556152,1.8582979440689087,-3.7447659969329834,-4.20064115524292,-0.4976949989795685,2.744385004043579,1.1635459661483765,2.6012818813323975,2.799916982650757,2.9934070110321045,1.7295910120010376,1.3056080341339111,-3.4882099628448486,-0.8425400257110596,2.867244005203247,2.496875047683716,-0.4047360122203827,-3.6008880138397217,1.8732869625091553,-4.523721218109131,3.1169440746307373,1.4486989974975586,-3.160490036010742,-0.5367439985275269,2.7458560466766357,2.1667799949645996,2.613614082336426,-0.9471560120582581,-0.9455040097236633,-3.1706199645996094,2.5864760875701904,1.6478999853134155,2.2706189155578613,1.2279809713363647,1.1731159687042236,2.4124948978424072,2.446845054626465,0.8360769748687744,1.4606319665908813,1.0491149425506592,-1.820701003074646,-3.108259916305542,2.6175129413604736,-2.437143087387085,2.5566859245300293,-0.04845000058412552,-0.47952601313591003,2.1377151012420654,-3.2507050037384033,-0.893405020236969,2.314579963684082,-0.7103390097618103,-1.3629740476608276,1.0559899806976318,0.08636300265789032,-1.7939109802246094,-1.262666940689087,1.8468300104141235,2.2672390937805176,0.8249509930610657,-2.0609569549560547,1.2106250524520874,0.09092999994754791,0.9621340036392212,0.9538519978523254,-1.064494013786316,2.040328025817871,-3.1173319816589355,-4.161346912384033,-0.8434529900550842,2.7831320762634277,3.1790781021118164,-0.8071489930152893,-2.4525890350341797,-0.11751099675893784,-3.6804239749908447,2.860568046569824,1.583299994468689,-3.6124460697174072,1.1990200281143188,0.5858250260353088,0.30527499318122864,-1.1628589630126953,-2.612060070037842,2.6799910068511963,-4.1971588134765625,0.027269000187516212,-3.1507411003112793,-2.968601942062378,2.873991012573242,0.09312500059604645,-1.4289000034332275,-0.6241390109062195,2.474790096282959,1.810351014137268,-1.7923309803009033,1.4713079929351807,-1.8725080490112305,-2.544311046600342,-2.483027935028076,1.9720360040664673,1.9837820529937744,1.1885689496994019,1.2099369764328003,3.2460649013519287,-1.5685240030288696,-4.114404201507568,2.0546059608459473,-1.1726219654083252,-0.7739189863204956,2.877976894378662,1.1506229639053345,-0.6542559862136841,-1.265997052192688,-1.829403042793274,1.839866042137146,1.1818050146102905,-1.7934889793395996,0.2123430073261261,-2.2928690910339355,-2.383759021759033,-2.9702420234680176,0.9262359738349915,-2.811661958694458,-3.14894700050354,-0.1693660020828247,0.6523550152778625,-0.7377619743347168,-1.3842740058898926,2.6171350479125977,-2.2210569381713867,-3.1445140838623047,2.7375640869140625,0.6593890190124512,-0.931073009967804,-1.8588069677352905,-3.950809955596924,-0.796766996383667,1.2319459915161133,-1.3567529916763306,0.9878060221672058,-1.6983050107955933,2.420675039291382,-3.1349399089813232,-1.89363694190979,-1.0551609992980957,-3.461843967437744,-0.803246021270752,2.603447914123535,0.027406999841332436,-2.437459945678711,-2.543768882751465,2.9031479358673096,-2.7076830863952637,1.1084760427474976,-3.177515983581543,2.600248098373413,2.575144052505493,-4.271050930023193,-4.2350568771362305,-3.3190360069274902,1.2517509460449219,1.2249510288238525,2.31801700592041,2.2958669662475586,-0.61455899477005,2.5324089527130127,-3.1622750759124756,3.0916690826416016,-1.4566680192947388,-0.3764669895172119,-0.6442689895629883,-3.7198328971862793,2.3036160469055176,2.7179970741271973,0.830955982208252,2.0452849864959717,0.7208120226860046,-0.6662759780883789,2.2343480587005615,0.7809069752693176,1.3785029649734497,-0.2136169970035553,2.9952359199523926,-4.133944988250732,-1.2835450172424316,2.131964921951294,-1.8697220087051392,-1.6955690383911133,-1.47810697555542,-1.2878949642181396,-1.2766410112380981,-1.469169020652771,1.2816510200500488,-1.2221180200576782,2.7947399616241455,-4.070672035217285,-4.110519886016846,2.246098041534424,-1.5367820262908936,1.2984540462493896,-3.608973979949951,-3.1447300910949707,1.1342509984970093,2.9290409088134766,2.921674966812134,2.235959053039551,-2.723510980606079,-3.1360390186309814,-1.6629539728164673,-2.0508370399475098,2.4672329425811768,0.175927996635437,2.397423028945923,-0.9481520056724548,1.1316980123519897,2.079569101333618,-3.9613869190216064,1.2077540159225464,0.9376320242881775,0.9258549809455872,-1.020995020866394,-1.690850019454956,0.44658800959587097,-4.216458797454834,-1.8712060451507568,-0.6957060098648071,0.45012301206588745,-3.243947982788086,-3.0719399452209473,-2.0605170726776123,-0.6694179773330688,0.7292559742927551,-4.651970863342285,2.926708936691284,2.29801607131958,2.386794090270996,2.226043939590454,2.6250009536743164,1.18687903881073,2.4062719345092773,3.1654489040374756,2.2485830783843994,1.3356709480285645,2.7339351177215576,0.3496600091457367,2.9776270389556885,-1.4073389768600464,-1.7253179550170898,-1.7482589483261108,2.8443729877471924,1.0830260515213013,-0.6614140272140503,0.10549599677324295,3.009568929672241,1.4841639995574951,-0.99344801902771,2.3877410888671875,-0.47795501351356506,-1.3427599668502808,2.4642720222473145,3.210892915725708,-1.3070919513702393,-1.3485690355300903,3.1021299362182617,-0.23239299654960632,2.664486885070801,2.6626501083374023,-3.68532395362854,2.5914459228515625,-3.174983024597168,-0.9201949834823608,2.59006404876709,2.109977960586548,3.2221620082855225,2.297914981842041,-0.4618380069732666,-1.9827150106430054,0.19222000241279602,0.16091500222682953,2.4015390872955322,3.1029410362243652,1.0597679615020752,0.07609099894762039,0.05195999890565872,2.281809091567993,-3.1556010246276855,-4.212001800537109,0.44580399990081787,3.251508951187134,-1.1274900436401367,2.4460699558258057,2.888417959213257,1.964547038078308,1.933127999305725,-3.271315097808838,1.6722350120544434,0.7357959747314453,2.9958438873291016,1.1837249994277954,-1.8581409454345703,-3.3864450454711914,0.7702969908714294,-1.9893029928207397,-1.9616329669952393,-4.179017066955566,-3.1689350605010986,-2.518376111984253,2.8034420013427734,2.1064679622650146,1.5155500173568726,2.5316760540008545,1.15372896194458,1.9884819984436035,0.6430150270462036,2.130934953689575,0.404449999332428,0.4547179937362671,1.3590610027313232,0.406823992729187,-0.032040998339653015,2.5940239429473877,-3.1537909507751465,0.6286090016365051,-1.408066987991333,1.279283046722412,-1.1863820552825928,0.38789498805999756,0.6391080021858215,-1.6523070335388184,-0.3406580090522766,0.8709210157394409,-0.8991169929504395,-1.4002699851989746,-1.0118260383605957,0.19545499980449677,-3.1364169120788574,-0.4851529896259308,-1.5717240571975708,-4.191995143890381,-4.19373083114624,-4.1939191818237305,2.58292293548584,-1.8228349685668945,-1.2341289520263672,-1.2105350494384766,-3.826169013977051,-3.8779640197753906,-4.173995018005371,-4.188601016998291,3.237452983856201,0.3004649877548218,-1.865365982055664,0.9034649729728699,-1.1002470254898071,3.0384418964385986,0.4021179974079132,-3.24777889251709,-1.4920330047607422,3.0981099605560303,-3.154289960861206,2.112484931945801,-0.6633899807929993,2.9420480728149414,3.077846050262451,3.0227549076080322,3.0380940437316895,2.0457069873809814,-2.808535099029541,2.466978073120117,0.3019370138645172,0.7978010177612305,0.7956699728965759,1.0506980419158936,-1.8839470148086548,-3.1301169395446777,-0.7323150038719177,1.2486389875411987,-2.166590929031372,3.1529979705810547,3.0087969303131104,-0.8095600008964539,2.5989561080932617,2.6284220218658447,2.451766014099121,2.6503520011901855,-3.1722090244293213,3.156322956085205,-0.444256991147995,0.20894399285316467,-1.905282974243164,-0.010858999565243721,1.2580759525299072,3.2152020931243896,0.6472989916801453,-0.3396050035953522,2.223604917526245,2.2737929821014404,2.2079238891601562,-4.198726177215576,1.1463600397109985,2.2247860431671143,-1.9438539743423462,-0.6037489771842957,-4.1969780921936035,2.606874942779541,0.37507298588752747,2.7917239665985107,-3.306152105331421,2.1280620098114014,0.5465800166130066,-3.149847984313965,3.140291929244995,2.419167995452881,-1.4738049507141113,-0.62391597032547,-0.9728450179100037,-3.6036720275878906,2.9057929515838623,-0.25799399614334106,2.8661699295043945,-1.6791950464248657,2.3202459812164307,1.8313289880752563,0.23295100033283234,1.7121590375900269,1.6585229635238647,0.04940300062298775,1.1859450340270996,2.6340138912200928,0.8932710289955139,2.226162910461426,1.6033560037612915,0.640421986579895,-1.1443300247192383,2.8460440635681152,2.504772901535034,-2.408341884613037,-4.167178153991699,2.924896001815796,1.4111000299453735,2.6805179119110107,1.9450169801712036,1.1810790300369263,1.1628680229187012,-4.377194881439209,-0.9609950184822083,-4.131011962890625,0.9048399925231934,-1.3068490028381348,-1.2579790353775024,-0.5097439885139465,2.4651339054107666,1.0281440019607544,2.686255931854248,-1.1468329429626465,2.8623950481414795,-3.1687419414520264,0.7482690215110779,-0.649715006351471,-1.2134530544281006,0.0737610012292862,-0.6130620241165161,1.0866119861602783,0.6155660152435303,-0.16433599591255188,1.4004420042037964,-2.6554388999938965,-1.0886729955673218,-4.475016117095947,-1.049446940422058,-0.4084630012512207,-0.42889198660850525,-1.741358995437622,1.3817839622497559,-1.6520359516143799,-2.3894410133361816,-3.578500986099243,0.6174499988555908,-4.190116882324219,-0.8781980276107788,-1.1090049743652344,1.7582730054855347,2.4026260375976562,-0.052724000066518784,-4.194048881530762,-1.3437230587005615,-4.207324981689453,2.8237969875335693,3.2609729766845703,-0.19702500104904175,0.37639400362968445,-2.5671019554138184,2.5034050941467285,1.9329969882965088,-3.1307590007781982,0.8440340161323547,-1.1079809665679932,2.7969260215759277,1.9740389585494995,2.767025947570801,2.7819700241088867,0.3819290101528168,-3.9545180797576904,-1.2069300413131714,0.3723990023136139,-2.422071933746338,-0.8335279822349548,-1.1110639572143555,1.8272570371627808,2.4074440002441406,-2.189107894897461,1.459115982055664,2.724484920501709,2.8273589611053467,2.88871693611145,-1.3663250207901,2.171457052230835,1.1747839450836182,-0.4501529932022095,2.3674569129943848,-1.8698519468307495,0.4638949930667877,2.468086004257202,3.1432108879089355,1.1303609609603882,-1.6372079849243164,2.487762928009033,2.9770419597625732,1.5061559677124023,1.1273269653320312,-0.24172699451446533,-0.6255249977111816,-3.852350950241089,-0.40851399302482605,-1.5325779914855957,-3.980036973953247,-1.139847993850708,-4.271514892578125,2.7132420539855957,2.710966110229492,1.137699007987976,0.5071539878845215,1.0172539949417114,2.058311939239502,-2.7540619373321533,-2.7927188873291016,-3.1493918895721436,1.9345070123672485,-0.9811379909515381,2.461272954940796,-0.9080690145492554,0.09574200212955475,2.7966039180755615,0.7256410121917725,-4.573854923248291,-3.988682985305786,0.7348380088806152,1.258389949798584,1.250849962234497,2.2493948936462402,-2.0641510486602783,2.99383807182312,2.3235480785369873,2.6095681190490723,1.4716720581054688,2.772742986679077,-3.028597116470337,-3.661595106124878,3.022486925125122,2.6152260303497314,3.067164897918701,0.3972730040550232,3.239816904067993,3.2454450130462646,-2.0896589756011963,1.7139869928359985,1.9161330461502075,-1.4310170412063599,2.8016059398651123,0.9537839889526367,-1.500195026397705,-0.9733570218086243,2.8340559005737305,-0.8735460042953491,0.5160620212554932,-2.3997819423675537,-0.9719840288162231,2.3106019496917725,3.179673910140991,-2.4832699298858643,-1.0321459770202637,1.0913130044937134,-4.20504093170166,2.9416720867156982,-0.15970900654792786,-3.154350996017456,-3.1539599895477295,2.0803658962249756,1.53376305103302,-1.1322330236434937,2.551081895828247,-3.17192006111145,-3.1766319274902344,1.2496939897537231,1.2377010583877563,0.7921379804611206,1.2707170248031616,1.2630679607391357,0.9323639869689941,1.142096996307373,1.1841150522232056,0.22782699763774872,-4.020967960357666,0.9645500183105469,-2.790505886077881,1.145624041557312,-0.9740920066833496,2.2658560276031494,2.792052984237671,-2.082758903503418,2.3327980041503906,2.2847180366516113,-1.3626229763031006,1.0395070314407349,0.2305770069360733,-0.09229200333356857,1.4191639423370361,-1.797366976737976,1.0179469585418701,0.854574978351593,-2.037724018096924,1.316715955734253,-1.3835270404815674,-0.9378650188446045,-1.6142469644546509,1.1625579595565796,-0.5971239805221558,1.0725560188293457,1.066810965538025,-2.2774839401245117,2.4136641025543213,1.8823599815368652,-1.3796260356903076,2.969197988510132,-3.3626110553741455,-2.779323101043701,2.9498629570007324,-1.4322409629821777,-4.175110816955566,3.0469770431518555,-3.196305990219116,-2.743626117706299,2.449721097946167,0.015603999607264996,-4.095008850097656,2.31825590133667,2.403611898422241,-4.064877986907959,2.3512790203094482,-2.486067056655884,-1.2144240140914917,3.1787290573120117,-4.274621963500977,0.693107008934021,1.9330830574035645,2.131493091583252,3.114285945892334,-1.0407060384750366,-0.6468870043754578,1.4373869895935059,0.0480320006608963,-3.1790618896484375,1.2874640226364136,2.2440919876098633,2.561574935913086,-2.6747190952301025,2.65224289894104,2.6421968936920166,1.2424969673156738,0.46713200211524963,0.48905399441719055,-2.8953189849853516,-0.8098909854888916,0.8189740180969238,1.9925559759140015,-3.7801320552825928,-3.0696520805358887,1.1959199905395508,2.6837399005889893,3.0149269104003906,-0.9970759749412537,-1.015123963356018,1.301265001296997,-1.8037580251693726,-0.8824340105056763,2.7637810707092285,-3.1756629943847656,2.388956069946289,2.7600231170654297,1.7333120107650757,-1.7166670560836792,3.1740589141845703,-3.6266210079193115,-1.1959320306777954,-0.21849699318408966,-0.9114030003547668,-3.900162935256958,-4.332746982574463,0.5416300296783447,0.054110001772642136,-0.05437599867582321,-3.139147996902466,1.1307350397109985,2.6744799613952637,1.0590959787368774,1.437229037284851,-1.3508960008621216,-1.3014839887619019,-2.840162992477417,-4.1699628829956055,-1.9225950241088867,-1.8271009922027588,-0.02303200028836727,0.620235025882721,-0.03578199818730354,-0.02762500010430813,0.8060489892959595,-1.6601500511169434,0.5245310068130493,-4.273754119873047,-1.245162010192871,1.4548319578170776,0.4951249957084656,0.11954300105571747,2.774614095687866,1.6485459804534912,2.8782920837402344,2.6796340942382812,2.531186103820801,2.4196219444274902,-2.088956117630005,-1.0362169742584229,1.472790002822876,-0.7074810266494751,-0.8845319747924805,-0.02882399968802929,-3.487618923187256,-0.5545840263366699,-4.24067497253418,1.5970230102539062,-4.052190780639648,-2.9195380210876465,-2.6364240646362305,-3.922801971435547,0.8684290051460266,-4.105968952178955,-3.4703168869018555,-2.7081899642944336,-1.8303979635238647,0.8336060047149658,2.449841022491455,-1.5770310163497925,2.6816349029541016,-4.191708087921143,-4.132760047912598,0.3016499876976013,-1.1033780574798584,1.6307719945907593,0.46421200037002563,0.6972159743309021,2.7495861053466797,-1.6292439699172974,-1.0413899421691895,0.5039560198783875,-2.1459200382232666,-0.48501700162887573,2.8003909587860107,0.5732520222663879,-1.4300819635391235,-0.22044600546360016,-2.467526912689209,0.6335600018501282,0.6315799951553345,1.1046069860458374,1.0503710508346558,2.280817985534668,0.5894140005111694,-1.535290002822876,3.2034690380096436,2.60457706451416,2.6648669242858887,1.107862949371338,-1.3260279893875122,1.2700769901275635,2.6634249687194824,2.7012128829956055,-2.4839820861816406,-4.4064531326293945,1.9816819429397583,3.0133519172668457,-0.7093799710273743,2.9542698860168457,2.402834892272949,-4.093119144439697,-2.4340200424194336,1.0176550149917603,-3.174854040145874,2.780320882797241,2.675652027130127,1.035742998123169,-3.144340991973877,-1.2929120063781738,2.6385350227355957,1.2569580078125,-4.109461784362793,2.2545080184936523,1.3089489936828613,-3.164555072784424,-4.137854099273682,1.1245959997177124,-1.3126859664916992,2.5377180576324463,1.071969985961914,-1.3936450481414795,-2.448697090148926,1.8770840167999268,-1.1862529516220093,-2.0579590797424316,0.5268340110778809,2.025254964828491,2.2549679279327393,3.250885009765625,2.1104140281677246,0.5718479752540588,0.562379002571106,-2.1553421020507812,2.5012130737304688,1.2580020427703857,-2.896752119064331,-0.8908050060272217,-3.417409896850586,2.8595290184020996,1.0535269975662231,-1.8202760219573975,-4.209847927093506,-0.013685000129044056,1.835284948348999,2.5220890045166016,1.1715129613876343,-1.9308819770812988,-2.30922794342041,-2.3739819526672363,1.0758579969406128,0.8526350259780884,2.324079990386963,-0.37260499596595764,2.3417251110076904,-3.166501998901367,-3.1787760257720947,1.1315280199050903,2.8516359329223633,3.2242300510406494,0.6532300114631653,-0.6768900156021118,-2.5319430828094482,0.040091998875141144,2.6427340507507324,0.9726340174674988,1.7920140027999878,2.875746965408325,-1.2460390329360962,2.94179105758667,-1.2748349905014038,2.8511788845062256,2.6329500675201416,-1.121567964553833,2.8036460876464844,-1.3941010236740112,0.893090009689331,-3.1368329524993896,0.5957580208778381,-3.1941380500793457,-3.2050600051879883,-3.1460349559783936,2.3042659759521484,-1.5920310020446777,2.4262969493865967,-1.077133059501648,-1.2493200302124023,-1.0953880548477173,-0.5615860223770142,-0.5904790163040161,-2.8668429851531982,0.6734219789505005,1.4592039585113525,2.288917064666748,-2.6693830490112305,3.1895670890808105,-1.1030069589614868,0.417387992143631,-3.159898042678833,-1.5655219554901123,-3.1845169067382812,2.877758026123047,-3.1474549770355225,-0.9465709924697876,-3.3886098861694336,3.016969919204712,-3.6719748973846436,-4.18390417098999,2.734052896499634,3.0375919342041016,-1.1023889780044556,-4.044565200805664,-1.334313988685608,0.642749011516571,2.9246621131896973,-0.5956500172615051,-3.542593002319336,0.737762987613678,-0.4806169867515564,2.1620960235595703,2.6427910327911377,-2.364798069000244,-2.487023115158081,0.3720250129699707,2.223134994506836,1.596055030822754,2.164789915084839,-4.1843671798706055,2.578126907348633,2.5872459411621094,-0.7037789821624756,-0.5732889771461487,-0.8320680260658264,0.2759389877319336,-3.1281139850616455,-3.1280720233917236,2.660054922103882,-0.17511999607086182,0.9904549717903137,-1.1547579765319824,-1.3309919834136963,0.6117600202560425,-0.9028670191764832,-3.1813859939575195,-2.3563740253448486,2.829169988632202,-1.5457589626312256,-3.1554830074310303,2.4336841106414795,2.686264991760254,-3.734647035598755,-2.7555630207061768,1.8377259969711304,1.8756539821624756,1.7936140298843384,0.18590900301933289,2.024380922317505,-2.903083086013794,2.7260079383850098,-0.9807019829750061,-0.947924017906189,-3.846360921859741,2.246062994003296,-1.7006880044937134,2.622792959213257,-3.940911054611206,-1.2373859882354736,-1.2068769931793213,0.2594340145587921,2.963162899017334,-3.156728982925415,0.7678359746932983,2.380232095718384,2.81488299369812,-1.4361129999160767,-1.1937860250473022,-0.5685459971427917,-1.010275959968567,2.3391189575195312,-3.158514976501465,-1.433562994003296,-1.177706003189087,0.3508259952068329,-3.403233051300049,2.22468900680542,-1.8016740083694458,-1.7942429780960083,-2.4788239002227783,-3.161494016647339,0.7931230068206787,0.8391169905662537,2.0657129287719727,2.307435989379883,2.4825470447540283,0.03100699931383133,1.5435309410095215,-1.397549033164978,-3.217871904373169,-3.193082094192505,-1.5463930368423462,-2.864164113998413,1.1686220169067383,1.677459955215454,-1.9837100505828857,-1.1911430358886719,1.1758630275726318,2.1932950019836426,1.0121270418167114,1.0215519666671753,2.320683002471924,-0.013394000008702278,-1.1032060384750366,1.2219539880752563,2.661134958267212,1.2109520435333252,2.0061089992523193,2.3388819694519043,1.1667040586471558,-0.6106730103492737,-1.0366230010986328,-3.938399076461792,0.28999900817871094,0.0002579999854788184,-2.104374885559082,1.7446459531784058,-1.8667199611663818,1.0813900232315063,1.1851880550384521,1.1295180320739746,3.1060121059417725,-0.08965399861335754,1.467352032661438,-3.1497960090637207,2.3965089321136475,0.17875699698925018,2.7445850372314453,1.005679965019226,1.0005849599838257,-4.164004802703857,1.1439859867095947,-3.530129909515381,2.4789021015167236,2.4653398990631104,-2.0746870040893555,2.4761619567871094,2.336678981781006,2.947917938232422,-3.5794260501861572,1.3371679782867432,-2.270236015319824,-2.0350658893585205,0.4464769959449768,2.866434097290039,-4.129604816436768,-4.1595330238342285,2.697510004043579,2.8365750312805176,2.8053770065307617,-0.8724489808082581,-3.1568150520324707,-1.7631759643554688,1.3595279455184937,2.8501861095428467,-1.324038028717041,0.7827860116958618,-1.292862057685852,-2.171952962875366,-0.6600949764251709,1.0295699834823608,-4.037300109863281,-1.8858989477157593,-1.8885040283203125,-3.138983964920044,-1.7285300493240356,3.1086349487304688,-4.567233085632324,-1.841025948524475,3.18505597114563,-2.298892021179199,2.87929105758667,2.200484037399292,-2.1052589416503906,-0.5820850133895874,1.5847619771957397,-3.878943920135498,0.46449899673461914,-1.2235169410705566,-2.228027105331421,-2.178708076477051,3.167603015899658,-0.21419000625610352,-0.9669039845466614,-2.8770289421081543,-1.1671429872512817,-4.3293280601501465,-0.2388859987258911,-1.1507329940795898,-1.1332030296325684,3.061511993408203,-1.3632359504699707,2.525631904602051,-1.2184480428695679,2.293087959289551,-3.149574041366577,-3.0212960243225098,0.570152997970581,1.7342309951782227,1.3879979848861694,2.3430991172790527,-1.055719017982483,-3.1376020908355713,3.155834913253784,2.2499990463256836,2.8380939960479736,2.543565034866333,2.738938093185425,-1.2576429843902588,2.564328908920288,-2.2706758975982666,2.4351329803466797,-2.284327983856201,-0.5700669884681702,1.7902899980545044,2.6656320095062256,1.2522380352020264,-1.140028953552246,2.679263114929199,-3.7598230838775635,2.667860984802246,-4.378967761993408,1.152353048324585,1.1163710355758667,3.2024691104888916,-1.6378179788589478,0.33935898542404175,-3.137371063232422,1.7643409967422485,-3.157301902770996,1.314005970954895,-3.2020010948181152,3.1827919483184814,2.6456069946289062,-0.653672993183136,-0.7040550112724304,2.7549219131469727,2.7851340770721436,-4.185953140258789,-4.184444904327393,1.6105730533599854,-0.054513998329639435,3.208275079727173,0.32602500915527344,-1.1446239948272705,-3.190606117248535,-1.585523009300232,-2.2304511070251465,0.9374600052833557,2.444453001022339,2.636715888977051,-4.016217231750488,1.908607006072998,2.3460469245910645,-4.1622819900512695,1.1015759706497192,2.0077970027923584,-3.121185064315796,-1.3008099794387817,0.45654499530792236,1.164551019668579,-2.8949921131134033,-4.359923839569092,-0.9571290016174316,-4.150335788726807,-4.177684783935547,1.1866999864578247,-3.0226049423217773,0.23871299624443054,1.465582013130188,-4.165359973907471,-1.7365280389785767,1.047705054283142,2.693289041519165,0.8045679926872253,1.7239580154418945,1.9284579753875732,-0.46667400002479553,-0.04793500155210495,-0.05699000135064125,-3.1929330825805664,2.558094024658203,2.5331499576568604,-1.1514489650726318,1.9048830270767212,-3.1906399726867676,2.7984180450439453,-1.0337530374526978,3.072813034057617,1.448436975479126,-1.3073559999465942,0.08368200063705444,2.9357380867004395,-0.8961629867553711,3.1936678886413574,-2.0671629905700684,-3.122809886932373,-0.8156989812850952,-0.5404919981956482,-0.5459629893302917,-3.461669921875,-1.9351409673690796,1.5627650022506714,1.5256019830703735,-1.9769610166549683,-3.132136106491089,-0.8200179934501648,-2.8981289863586426,0.9654830098152161,-4.516441822052002,-1.516427993774414,2.5880210399627686,1.873553991317749,-1.5918329954147339,1.7299360036849976,1.918619990348816,0.42925700545310974,-2.109123945236206,-1.2545069456100464,-1.2778929471969604,-1.4057090282440186,-1.6494100093841553,0.09872700273990631,-3.16860294342041,-4.191307067871094,2.9454450607299805,2.5879619121551514,2.9436869621276855,2.124901056289673,0.10839899629354477,1.0136009454727173,-2.412405014038086,-2.265014886856079,2.0648438930511475,-1.198976993560791,1.0794140100479126,-3.112713098526001,2.7394440174102783,0.1151290014386177,-3.635754108428955,-4.189449787139893,-0.7111189961433411,-1.2904859781265259,-1.10704505443573,3.077747106552124,0.8028560280799866,1.1363790035247803,-3.1543490886688232,-1.137334942817688,2.4511399269104004,3.1398229598999023,0.5259870290756226,0.4926379919052124,-1.6409950256347656,3.0379979610443115,0.3945080041885376,-1.1108360290527344,-1.4736180305480957,2.867443084716797,-3.1733179092407227,-2.6699910163879395,2.5662379264831543,2.8817639350891113,-4.200051784515381,-4.195157051086426,1.0128509998321533,-1.7651560306549072,1.2218819856643677,0.008229999803006649,1.2118840217590332,-1.4499609470367432,2.08274507522583,1.0655980110168457,-3.0052330493927,0.01758500002324581,-1.8275569677352905,1.3117530345916748,-0.04555099830031395,2.9896140098571777,-2.3511719703674316,-2.63564395904541,-3.1518259048461914,2.0720300674438477,2.592708110809326,1.0607919692993164,1.9812359809875488,-3.187833070755005,2.073925018310547,-1.5138219594955444,1.1251020431518555,1.2903649806976318,1.2824150323867798,2.58644700050354,2.4846479892730713,0.5758249759674072,0.48726901412010193,0.1077359989285469,2.4287290573120117,0.38025200366973877,1.1944860219955444,1.1761749982833862,2.3024001121520996,-0.923583984375,0.4343949854373932,2.2500650882720947,-3.1939539909362793,2.760787010192871,-2.295517921447754,2.3982110023498535,-4.38171911239624,2.4147579669952393,-1.3791790008544922,0.843267023563385,-0.5816779732704163,1.0542620420455933,-2.52667498588562,1.0857770442962646,2.803352117538452,2.903251886367798,-3.626189947128296,1.6588419675827026,-2.4820990562438965,-2.3024799823760986,2.9105560779571533,-2.1810009479522705,2.1612958908081055,-4.0760297775268555,-4.183345794677734,-3.0416150093078613,-3.1878108978271484,-0.9024369716644287,0.9894620180130005,-3.950838088989258,-2.5933759212493896,-3.147852897644043,-1.9522730112075806,3.173414945602417,2.892319917678833,1.2084909677505493,-4.202906131744385,-4.045897960662842,-1.9297109842300415,0.9298509955406189,1.012665033340454,-2.2236030101776123,-2.382513999938965,2.761185884475708,-1.309061050415039,-3.2064290046691895,-1.4465500116348267,-0.8235489726066589,-0.41135600209236145,-3.308861017227173,-3.932234048843384,2.9087140560150146,1.3993589878082275,-3.184277057647705,0.33084601163864136,-1.3103049993515015,2.5041449069976807,0.9715219736099243,-0.016241999343037605,2.970531940460205,0.042865999042987823,-3.214163064956665,1.1628769636154175,-3.155632972717285,0.430527001619339,-1.9375360012054443,3.1452109813690186,2.3439700603485107,2.0030810832977295,-3.827306032180786,1.291821002960205,2.4435698986053467,-0.5201690196990967,-0.9083399772644043,-1.5304360389709473,-3.233633041381836,-0.8296579718589783,1.0315200090408325,-4.002651214599609,2.492495059967041,2.712630033493042,-2.833188056945801,1.2871949672698975,0.9399849772453308,2.8637609481811523,2.8037660121917725,-0.5864400267601013,3.0846691131591797,-0.0264040008187294,-2.9530019760131836,-4.1679301261901855,-1.5515719652175903,-1.6624799966812134,-1.6647510528564453,-1.4174729585647583,1.6809409856796265,2.570162057876587,-3.1604459285736084,2.657291889190674,-0.3005230128765106,-0.9557629823684692,-3.151940107345581,-3.837235927581787,-3.151154041290283,2.07131290435791,-1.5275019407272339,1.6714370250701904,-0.4164060056209564,-0.5280029773712158,1.2940340042114258,0.7506219744682312,0.7261369824409485,-0.5179439783096313,1.5783950090408325,2.218996047973633,2.2327520847320557,1.4602550268173218,2.555504083633423,-2.3871378898620605,0.08348699659109116,0.07154499739408493,-4.168796062469482,2.3044400215148926,-1.302569031715393,-4.184237003326416,-2.4497790336608887,2.962815046310425,1.674180030822754,-2.8481080532073975,2.3461689949035645,-4.166351795196533,1.3326330184936523,-4.3838701248168945,-2.4813709259033203,2.905611038208008,-0.5252839922904968,-2.425391912460327,-0.3251979947090149,2.605557918548584,0.5028550028800964,2.095318078994751,2.027513027191162,-2.258596897125244,2.2013509273529053,-1.108512043952942,-3.1772849559783936,2.9985170364379883,2.3445749282836914,0.0057230000384151936,-2.310762882232666,2.8511829376220703,2.78574800491333,-3.1887900829315186,3.035027027130127,0.8068249821662903,-4.187871932983398,2.2407140731811523,2.8855459690093994,1.991713047027588,1.9802559614181519,-3.144109010696411,-4.074687957763672,0.5351430177688599,1.2471599578857422,-0.5902280211448669,1.3850009441375732,-1.2512370347976685,0.5185499787330627,2.2301828861236572,3.1615800857543945,-3.1449320316314697,1.2416160106658936,3.152050018310547,-2.2155940532684326,2.6922380924224854,0.5101690292358398,0.6872779726982117,1.2697800397872925,1.1595920324325562,-3.0335280895233154,1.0102909803390503,2.1380159854888916,-0.6320340037345886,3.203629970550537,-0.37869900465011597,-1.8096009492874146,-4.175923824310303,1.1115200519561768,-2.540318012237549,1.068464994430542,-3.153801918029785,2.4666860103607178,-1.1747549772262573,-3.1854259967803955,2.2953250408172607,2.2393360137939453,0.10510099679231644,-0.9800969958305359,-1.0744249820709229,-3.1247220039367676,1.7138550281524658,-2.0971639156341553,0.6560909748077393,-0.6736729741096497,-0.6772950291633606,-0.6983129978179932,0.5613499879837036,-1.1994409561157227,0.6261900067329407,2.413301944732666,3.184351921081543,-1.038993000984192,1.841750979423523,-0.24342499673366547,0.09040900319814682,-1.6091970205307007,-4.1722540855407715,1.4589580297470093,-1.1898430585861206,-4.286354064941406,-0.6113110184669495,0.6083170175552368,-4.18692684173584,2.0853209495544434,1.2562010288238525,1.221487045288086,-4.199601173400879,-0.9424430131912231,1.6644760370254517,-1.2935129404067993,-1.5618070363998413,1.4737130403518677,0.21478399634361267,2.2539150714874268,-3.1303889751434326,-0.6929879784584045,-4.100800037384033,2.9872989654541016,3.0778160095214844,-2.1196649074554443,-0.42867401242256165,-1.686297059059143,1.8905470371246338,2.319201946258545,0.5786749720573425,-0.39375200867652893,-3.378840923309326,-1.2652709484100342,1.0539079904556274,0.6901460289955139,0.3026379942893982,-1.082308053970337,0.940746009349823,-0.9958620071411133,1.8458269834518433,-3.6034181118011475,-1.857833981513977,-4.086371898651123,1.9969019889831543,-3.587368965148926,2.516288995742798,2.383121967315674,-3.136223077774048,2.5051870346069336,-1.3430520296096802,-2.550363063812256,-3.8059558868408203,1.5526670217514038,0.018434999510645866,-0.21272799372673035,-0.13729199767112732,2.125910997390747,-3.1524269580841064,-1.0537669658660889,1.7481989860534668,1.7230910062789917,-0.22662000358104706,-3.145181894302368,-1.1647800207138062,-1.7534279823303223,2.5052199363708496,-3.3212080001831055,-1.6231950521469116,-1.5928800106048584,-0.11017899960279465,-3.1437199115753174,-4.187655925750732,-0.7843999862670898,-3.2286810874938965,2.874821901321411,-2.428083896636963,-0.23559699952602386,-0.4025590121746063,-4.007875919342041,-4.2091169357299805,-1.4380309581756592,0.5537660121917725,-3.1567509174346924,2.715662956237793,-3.199565887451172,2.1003808975219727,2.305248975753784,0.6963800191879272,-1.7737070322036743,1.549088954925537,2.531996011734009,2.5317258834838867,1.8907010555267334,-0.9426599740982056,-1.0997200012207031,1.1593890190124512,1.2785229682922363,-3.2608189582824707,1.4925390481948853,3.2545459270477295,-0.7107419967651367,1.8637239933013916,2.541369915008545,-1.5965310335159302,-1.5184370279312134,2.3980889320373535,-1.8183139562606812,0.6448209881782532,2.419564962387085,1.8756730556488037,-1.2006080150604248,1.3267509937286377,-4.1280198097229,1.1435450315475464,2.932950019836426,1.3785849809646606,-4.027218818664551,0.6238489747047424,-0.9615330100059509,1.7563910484313965,3.057476043701172,2.921794891357422,-1.7870559692382812,1.4939110279083252,-2.584151029586792,0.8768259882926941,0.7052839994430542,0.8523250222206116,3.008263111114502,2.4800310134887695,-1.76904296875,2.8987669944763184,-0.9790890216827393,1.1227229833602905,-2.555691957473755,2.904103994369507,2.3665659427642822,-2.4641098976135254,2.2304790019989014,-3.144368886947632,-3.7385408878326416,2.5575389862060547,-2.76400089263916,-2.1585988998413086,0.7093210220336914,0.9507200121879578,-4.207815170288086,2.6498448848724365,-2.2442610263824463,0.11298999935388565,2.2692530155181885,-3.1736369132995605,-1.1473749876022339,1.2570669651031494,0.5950120091438293,-0.06540200114250183,-3.1524770259857178,-1.2380009889602661,2.4556078910827637,-0.2827500104904175,1.9714200496673584,-2.3700950145721436,-2.2024641036987305,1.004263997077942,-3.383146047592163,0.5296559929847717,-4.086175918579102,-1.732272982597351,2.0035760402679443,-2.8735690116882324,-1.3887460231781006,-1.374426007270813,2.357353925704956,-1.1460059881210327,-0.5098220109939575,2.925997018814087,-3.155277967453003,2.490870952606201,0.747639000415802,0.8876919746398926,-0.26882800459861755,2.648142099380493,0.6983399987220764,2.172260046005249,0.957597017288208,2.1912670135498047,0.1474969983100891,-0.4376859962940216,-1.1937719583511353,1.0014280080795288,2.2151811122894287,-3.1349620819091797,1.0846409797668457,-2.7723000049591064,-1.119739055633545,-2.021728992462158,-0.752161979675293,3.1232240200042725,1.1601929664611816,0.5446889996528625,-0.8584150075912476,-1.933076024055481,0.6002839803695679,1.6182379722595215,2.526632070541382,2.136245012283325,2.4146130084991455,-4.126601219177246,3.0758309364318848,1.3048269748687744,1.2788970470428467,1.0489259958267212,0.11174800246953964,1.2214950323104858,-2.814505100250244,-3.1884419918060303,-1.9046519994735718,0.519773006439209,2.253567934036255,-1.4060100317001343,-2.4119958877563477,-2.6298470497131348,1.9482380151748657,0.6845059990882874,2.7958760261535645,-1.2143210172653198,3.2343499660491943,2.51261305809021,1.9947160482406616,0.1995439976453781,2.4660050868988037,1.4248310327529907,3.135507106781006,-1.0284240245819092,-3.1680779457092285,1.4710110425949097,0.9567319750785828,2.955280065536499,-1.1274579763412476,-0.9964619874954224,-2.910176992416382,2.6790380477905273,-1.2833269834518433,-3.31494402885437,2.923758029937744,-2.0766260623931885,-4.177529811859131,3.0027990341186523,-1.0633200407028198,-0.5725950002670288,0.9465540051460266,1.050271987915039,-2.6730029582977295,1.9614139795303345,2.3994150161743164,-3.334947109222412,0.30670300126075745,-3.173142910003662,2.2547390460968018,3.2334539890289307,1.71458899974823,0.8135179877281189,0.16879400610923767,-3.2115120887756348,-3.153930902481079,-0.8199639916419983,-3.189255952835083,1.200111985206604,-3.2616469860076904,-3.2733519077301025,1.9617489576339722,-0.5565310120582581,-2.8851521015167236,2.766390085220337,-1.2150850296020508,-4.170619010925293,2.704807996749878,2.2827610969543457,-0.9385430216789246,-3.400300979614258,-3.8834879398345947,0.4381139874458313,-0.6531689763069153,-0.6476629972457886,-1.4618010520935059,-4.385022163391113,-2.0231120586395264,-1.9342759847640991,2.5043420791625977,2.6573750972747803,2.675755023956299,2.3655409812927246,-1.6712199449539185,2.798675060272217,-2.3375449180603027,2.195188045501709,2.84208607673645,2.839668035507202,1.1278589963912964,-3.7573111057281494,2.631922960281372,0.9406840205192566,-2.124474048614502,-0.9254940152168274,2.5935959815979004,-3.9120469093322754,2.680720090866089,-2.2348709106445312,-2.245265007019043,2.853856086730957,2.863615036010742,-3.273984909057617,-3.173672914505005,-1.775825023651123,2.021573066711426,3.1496989727020264,1.3539680242538452,-2.1538329124450684,2.854314088821411,-3.120142936706543,-1.0619560480117798,-2.4209370613098145,-2.286130905151367,1.0552690029144287,2.454050064086914,-4.124447822570801,-1.0777770280838013,1.6421329975128174,2.6039459705352783,-0.39977699518203735,2.167133092880249,-4.195653915405273,0.4758870005607605,-1.6910840272903442,2.4350368976593018,-3.552639961242676,-3.5979549884796143,2.0264039039611816,-3.023175001144409,-2.0278968811035156,-3.4276459217071533,2.794248104095459,2.0882580280303955,-1.2890729904174805,-3.747868061065674,2.9413840770721436,-4.244095802307129,-0.4430930018424988,-4.163747787475586,2.6003329753875732,1.3290319442749023,-2.871936082839966,1.831423044204712,-4.59656286239624,2.3287479877471924,-3.173460006713867,1.7080800533294678,-0.8499029874801636,0.6847890019416809,0.8418880105018616,0.7737389802932739,-0.9243869781494141,1.9876710176467896,0.5394700169563293,2.8291749954223633,1.8487110137939453,-1.9109599590301514,-2.521476984024048,-4.177618980407715,-2.039494037628174,-1.3555400371551514,1.12369704246521,2.7947559356689453,-4.027556896209717,1.234145998954773,-0.5052909851074219,-0.8917790055274963,-1.0579739809036255,0.8458790183067322,1.877081036567688,-0.5758299827575684,-1.6955989599227905,-4.615744113922119,0.0961180031299591,0.770317018032074,-1.2281980514526367,-0.662693977355957,2.7223129272460938,-1.4053980112075806,-3.9731099605560303,3.1372768878936768,2.327310085296631,-0.6211199760437012,0.5671190023422241,2.801682949066162,2.783008098602295,2.334800958633423,2.324130058288574,-2.3565189838409424,2.6240100860595703,-2.091865062713623,2.582258939743042,-3.924729108810425,-3.8635940551757812,-1.5021729469299316,2.1024351119995117,2.4880189895629883,-0.4964680075645447,1.851652979850769,3.2188329696655273,-4.073606014251709,1.3916640281677246,0.6398090124130249,1.1583460569381714,1.341156005859375,-1.4521390199661255,2.66823410987854,1.8379249572753906,1.2790340185165405,2.51711106300354,-0.6030979752540588,0.16975100338459015,0.5445510149002075,-1.2998069524765015,2.033478021621704,2.4081149101257324,-0.5901029706001282,2.049428939819336,-4.399631977081299,-3.208069086074829,0.010873000137507915,-0.00027200000477023423,1.532228946685791,2.1223349571228027,2.4135100841522217,2.265536069869995,3.1725571155548096,-4.172420978546143,-2.1836349964141846,2.785620927810669,2.8195300102233887,2.352778911590576,2.368108034133911,2.2220349311828613,2.6948649883270264,0.3018360137939453,-1.024006962776184,3.054280996322632,2.7798609733581543,2.774883985519409,-0.5795950293540955,-1.1279230117797852,-0.08600500226020813,-3.2421159744262695,2.0289371013641357,0.9835479855537415,0.898842990398407,-1.6832410097122192,2.3751330375671387,1.9995650053024292,1.7310320138931274,-2.015117883682251,-0.6986290216445923,-3.0017549991607666,0.17063799500465393,1.2123949527740479,2.1453070640563965,0.44087401032447815,-1.219269037246704,-3.1465859413146973,3.205132007598877,0.9551360011100769,2.8289289474487305,1.047111988067627,0.9869570136070251,-1.0482289791107178,2.7761709690093994,-1.4022870063781738,-4.163588047027588,-4.216733932495117,-1.7273459434509277,-4.076447010040283,-0.07761800289154053,0.8152790069580078,-3.1175050735473633,0.8743199706077576,3.029426097869873,2.95633602142334,-4.328619003295898,-1.0026839971542358,2.7793190479278564,-1.9390219449996948,-0.8643640279769897,-2.1529080867767334,2.839740037918091,0.0816430002450943,0.39359501004219055,0.32813000679016113,-4.5716657638549805,1.8230890035629272,1.704908013343811,-2.7288119792938232,-2.8113760948181152,-2.8810770511627197,-4.082828998565674,-4.136488914489746,2.319209098815918,3.2031660079956055,-2.5644869804382324,2.219291925430298,0.8943970203399658,0.9381300210952759,2.5446410179138184,-1.04237699508667,-0.9915800094604492,0.831155002117157,0.49904298782348633,-2.9230260848999023,2.5396950244903564,-0.827642023563385,-1.0761749744415283,-1.0739330053329468,1.54584801197052,2.99806809425354,2.1849470138549805,-1.1961289644241333,1.3653290271759033,-1.6061749458312988,-0.7569990158081055,-3.223604917526245,2.803813934326172,-0.2929840087890625,-0.331838995218277,2.5860888957977295,3.0757710933685303,-3.4505391120910645,-0.24891400337219238,0.3119029998779297,-0.8249840140342712,-0.7501059770584106,-0.7398430109024048,0.5282440185546875,2.4997329711914062,1.2538429498672485,0.9361839890480042,-2.625530958175659,1.7192579507827759,2.171236991882324,-2.859386920928955,0.07653100043535233,-2.973613977432251,-1.5852409601211548,2.929349899291992,-1.9920480251312256,2.21425199508667,-3.5526061058044434,1.317855954170227,-2.873997926712036,-3.916985034942627,-0.28819701075553894,2.8255510330200195,-1.4556210041046143,2.917654037475586,0.24163299798965454,-0.8933489918708801,2.318424940109253,0.20157000422477722,0.2543730139732361,2.3659698963165283,2.1880409717559814,1.1515250205993652,-1.0541460514068604,-3.5358290672302246,2.4564449787139893,-1.0056999921798706,-2.1347548961639404,1.1279510259628296,1.1174839735031128,2.793478012084961,-4.190607070922852,1.6983729600906372,-3.1606709957122803,-3.777667999267578,2.96185302734375,2.7463560104370117,-4.2976179122924805,2.0806939601898193,2.0726840496063232,1.6976699829101562,2.9313409328460693,0.3658669888973236,0.4325680136680603,-1.802183985710144,1.376768946647644,-2.283566951751709,-1.970141053199768,1.5160930156707764,1.5103780031204224,-4.107761859893799,-3.131303071975708,-1.1296440362930298,-1.156641960144043,2.132972002029419,0.8291890025138855,3.195924997329712,2.1883161067962646,-4.187452793121338,2.753127098083496,0.367467999458313,-3.799699068069458,-3.1441969871520996,-1.1010849475860596,2.170305013656616,-3.1666030883789062,1.8796499967575073,-1.3884910345077515,2.5843920707702637,2.6278860569000244,1.1327489614486694,2.6638081073760986,3.015866994857788,-1.297139048576355,3.1274049282073975,1.9795459508895874,0.48131200671195984,0.45830899477005005,2.8126189708709717,-0.5955349802970886,2.1863460540771484,1.8036160469055176,2.490272045135498,2.5856239795684814,2.5311388969421387,3.172856092453003,-3.852165937423706,-1.1794110536575317,-1.1710209846496582,-1.1638660430908203,-1.2046489715576172,-1.5640779733657837,-3.130373001098633,0.6108930110931396,-3.785628080368042,2.95570707321167,-4.494006156921387,0.0778139978647232,1.2359739542007446,-0.5932250022888184,-3.2396581172943115,2.811682939529419,1.0222409963607788,1.061668038368225,-2.0868520736694336,1.8432400226593018,2.743030071258545,0.030479000881314278,-3.6000170707702637,0.8166260123252869,0.8039050102233887,-1.6614199876785278,-4.16799783706665,0.9971950054168701,-4.191981792449951,3.256150007247925,1.2545169591903687,-0.984283983707428,2.7065420150756836,0.8053380250930786,3.241913080215454,-1.6541279554367065,0.8727210164070129,-1.3962559700012207,-3.5320279598236084,3.099163055419922,2.911303997039795,-3.1882870197296143,0.9925529956817627,-3.07830810546875,1.9516819715499878,-3.6915268898010254,0.5989909768104553,2.8611481189727783,2.8668758869171143,0.8650609850883484,-3.1741180419921875,1.2861000299453735,0.3715899884700775,2.835642099380493,-3.1430439949035645,1.466649055480957,2.9300429821014404,-4.1802778244018555,-1.4221949577331543,-4.268633842468262,2.7188549041748047,-3.194145917892456,1.5729199647903442,-4.650244235992432,-4.538768768310547,-4.00197696685791,-1.6364920139312744,1.9116250276565552,-3.1418399810791016,3.1044790744781494,-3.613276958465576,3.2258920669555664,2.5131850242614746,2.198734998703003,-1.8402810096740723,-1.2299699783325195,-2.1895899772644043,2.5644419193267822,-0.5375509858131409,-0.6113200187683105,0.15987400710582733,-0.7967450022697449,2.2302660942077637,2.4129090309143066,-1.901023030281067,2.8290669918060303,-2.043194055557251,1.264404058456421,-2.0896339416503906,1.230483055114746,2.1276919841766357,-2.0407769680023193,-2.064223051071167,-1.189231038093567,2.1865150928497314,0.9256359934806824,1.2626440525054932,-1.183434009552002,-4.134057998657227,-1.958817958831787,2.079164981842041,2.9327940940856934,2.9707930088043213,-2.846513032913208,-2.761897087097168,-1.9435559511184692,-2.4774420261383057,2.499553918838501,-1.4382660388946533,2.1506340503692627,-0.5288900136947632,-1.0135339498519897,-3.116300106048584,-4.451651096343994,-2.9324729442596436,2.682893991470337,2.1356849670410156,-1.2999540567398071,-0.18561500310897827,-0.5832970142364502,2.674729108810425,-4.200188159942627,-1.3479429483413696,-3.1115670204162598,-1.6649010181427002,1.44016695022583,-4.110650062561035,-3.1401939392089844,-3.151431083679199,-0.6413319706916809,1.7385159730911255,-4.147308826446533,0.5195329785346985,2.409960985183716,-0.9390000104904175,-2.7297279834747314,-0.977512001991272,-1.0166560411453247,-4.168959140777588,-1.4505870342254639,1.1753989458084106,-0.8060680031776428,-0.7941679954528809,2.2335879802703857,-0.5680029988288879,2.723954916000366,-0.8460729718208313,-0.8414869904518127,-0.47188299894332886,0.7974860072135925,2.3900818824768066,1.3130669593811035,-0.6437669992446899,-0.6508619785308838,2.3782010078430176,2.662825107574463,0.751459002494812,-0.23277999460697174,2.090980052947998,-1.031227946281433,0.35231098532676697,1.1171740293502808,-0.787684977054596,-4.165567874908447,-3.1379520893096924,-0.1449979990720749,-1.8336540460586548,-1.089985966682434,-4.181900978088379,0.4098939895629883,-3.1700639724731445,1.198943018913269,2.4951789379119873,2.886507034301758,-0.6438019871711731,-4.395476818084717,2.9434449672698975,-1.1255860328674316,3.021151065826416,2.5296499729156494,1.0040240287780762,2.480928897857666,-0.7371500134468079,0.06639000028371811,0.9603040218353271,3.02679705619812,3.0377960205078125,1.438796043395996,-0.7210140228271484,-1.6630959510803223,2.667512893676758,2.7277910709381104,-1.0924439430236816,-1.5825120210647583,2.4560189247131348,-4.114130973815918,-1.7194160223007202,-1.6963289976119995,0.6515780091285706,-1.2852740287780762,-4.0996928215026855,0.644756019115448,-3.535305976867676,-1.652994990348816,2.5398800373077393,-0.33635199069976807,-3.170336961746216,0.49939098954200745,2.6609199047088623,2.6868209838867188,-0.9926390051841736,0.2135239988565445,2.5484869480133057,-3.2674880027770996,2.202164888381958,-4.318222999572754,-3.1423819065093994,-3.1454598903656006,1.2455600500106812,-2.6882870197296143,0.1165200024843216,-4.192512035369873,-4.186654090881348,-4.191582202911377,-0.9311370253562927,2.1597659587860107,-4.5516462326049805,-2.6694180965423584,2.434113025665283,2.6041719913482666,2.8671600818634033,2.1585569381713867,-2.3129239082336426,3.0187089443206787,1.070889949798584,1.228247046470642,1.235509991645813,-2.6346490383148193,1.8852460384368896,-0.30063098669052124,-4.18734884262085,2.9139420986175537,-0.5051630139350891,0.9263070225715637,0.7992119789123535,-0.37661200761795044,-0.16080699861049652,2.990708112716675,-0.5833950042724609,-2.8432559967041016,2.100238084793091,-3.1754848957061768,-1.6585370302200317,-0.8947049975395203,2.517904043197632,-4.086524963378906,1.905601978302002,-2.5330541133880615,0.8672670125961304,0.8318629860877991,1.7320319414138794,-0.042569998651742935,2.648228883743286,0.1548449993133545,2.4509029388427734,-4.597898006439209,2.652998924255371,-3.115664005279541,2.7645440101623535,-2.9154748916625977,1.199442982673645,-1.5619440078735352,-1.5459929704666138,0.12281200289726257,-3.1604061126708984,-2.4722390174865723,0.9767199754714966,0.09060800075531006,0.844277024269104,-0.37908801436424255,1.926313042640686,0.7595980167388916,1.7754030227661133,1.748872995376587,-2.7640979290008545,-1.037904977798462,-1.2144219875335693,-3.1793360710144043,2.9125449657440186,2.9528141021728516,-4.1931328773498535,-4.535733222961426,2.800391912460327,-0.505478024482727,-0.8682600259780884,-2.4132800102233887,-1.2138969898223877,2.3322560787200928,1.7848360538482666,-0.459416002035141,-4.374709129333496,-4.160974979400635,0.6897479891777039,-3.132128953933716,0.9011489748954773,2.6842429637908936,2.988814115524292,-1.3833509683609009,-1.7598880529403687,-3.140139102935791,-1.5474679470062256,-2.9580979347229004,-4.300536155700684,-2.0820319652557373,-2.4037790298461914,-1.3806400299072266,2.872215986251831,-3.131256103515625,2.4233570098876953,3.2928969860076904,1.8768819570541382,1.2592029571533203,2.0091710090637207,2.726020097732544,-1.3668559789657593,-0.8096169829368591,-1.2529100179672241,1.3445440530776978,-4.651014804840088,3.179440975189209,2.8837599754333496,-3.7533628940582275,3.1604158878326416,-2.2241220474243164,1.317831039428711,-2.534298896789551,-1.4422709941864014,1.915774941444397,0.13428600132465363,-4.513195991516113,2.886320114135742,2.5527091026306152,-3.018800973892212,-1.4531530141830444,2.038404941558838,-0.7701290249824524,-3.158914089202881,-1.943132996559143,2.543236017227173,-4.007569789886475,0.039243001490831375,0.04623899981379509,0.07244600355625153,0.09475799649953842,0.6346120238304138,-1.6281059980392456,1.2534489631652832,0.6368029713630676,1.9159140586853027,1.484889030456543,-3.1316781044006348,1.1863360404968262,-1.4166359901428223,2.7092111110687256,1.0577189922332764,2.482172966003418,1.7889089584350586,2.8619959354400635,-0.49297600984573364,-0.5256170034408569,3.246840000152588,-2.0398929119110107,-3.1519289016723633,2.784269094467163,-3.9481730461120605,-2.241420030593872,2.728714942932129,1.4674060344696045,1.2641520500183105,2.341662883758545,-3.1443910598754883,3.2534101009368896,2.4148879051208496,3.037539005279541,-3.5418291091918945,-0.9896090030670166,0.9780229926109314,1.0613189935684204,2.3159589767456055,1.9247820377349854,0.8640000224113464,-3.7619879245758057,1.0019479990005493,-2.13639497756958,2.8632559776306152,2.184520959854126,-3.969904899597168,2.5070319175720215,-0.7601839900016785,2.6783359050750732,-3.992579936981201,-1.9621440172195435,-1.3959189653396606,-0.8914830088615417,1.2329020500183105,1.3301719427108765,-1.9057459831237793,2.5519309043884277,1.198714017868042,0.3624489903450012,2.5194339752197266,2.2209091186523438,-0.9527300000190735,-3.139523983001709,-3.455379009246826,-4.181640148162842,-0.9037799835205078,1.4318820238113403,-0.7531690001487732,-3.3574459552764893,-3.292732000350952,-4.160216808319092,-4.644856929779053,0.451649010181427,-0.2934289872646332,-4.033914089202881,-0.9832059741020203,-4.1841278076171875,-0.912194013595581,-1.480908989906311,-2.28363299369812,-3.130645990371704,0.6478469967842102,3.201141119003296,-3.157618999481201,0.06136300042271614,2.9298949241638184,-3.1820180416107178,2.830828905105591,2.8413310050964355,2.8468539714813232,-2.8376760482788086,1.7146879434585571,-1.2450560331344604,2.565040111541748,-3.162724018096924,1.4472700357437134,0.5115450024604797,-3.8040709495544434,-3.2233290672302246,0.6135730147361755,-2.9664580821990967,-2.5186660289764404,2.435811996459961,2.4246530532836914,-0.9785640239715576,0.1972929984331131,-0.4713900089263916,-1.2807780504226685,-1.2650699615478516,1.7268389463424683,1.0417120456695557,-0.5792049765586853,0.4772399961948395,-0.056373000144958496,-1.0079150199890137,-1.466001033782959,-0.8604350090026855,2.9635019302368164,-1.4019060134887695,2.9877638816833496,-3.6312100887298584,0.8533650040626526,-1.3864719867706299,3.1866719722747803,0.5983049869537354,0.026599999517202377,-0.5842210054397583,2.9741129875183105,1.1973960399627686,0.8605819940567017,0.685791015625,1.621359944343567,-2.278270959854126,2.9465999603271484,2.9293580055236816,-0.06457400321960449,-1.8892649412155151,2.8601698875427246,-1.4030929803848267,2.7539660930633545,-1.000633955001831,2.168519973754883,2.972783088684082,2.7067110538482666,2.8826119899749756,-0.8672639727592468,0.8193600177764893,0.5252709984779358,-1.626660943031311,3.017781972885132,3.0088961124420166,-1.7048569917678833,-1.5468649864196777,-1.593135952949524,-0.9519360065460205,2.1401360034942627,2.1837799549102783,1.3865890502929688,0.8833690285682678,0.8696240186691284,1.2398020029067993,3.0457348823547363,0.6390900015830994,2.731539011001587,0.519336998462677,-3.1751339435577393,0.4924890100955963,2.3149569034576416,0.7770299911499023,2.030107021331787,0.3140209913253784,-3.9568259716033936,-1.0300949811935425,-0.9936950206756592,-2.3984029293060303,-0.45841699838638306,-0.2655870020389557,-1.0332269668579102,-0.6987130045890808,-4.45028018951416,2.742319107055664,-0.5908039808273315,2.824526071548462,2.4856278896331787,0.645317018032074,1.0327930450439453,-1.3478399515151978,2.162170886993408,-3.174328088760376,-2.967833995819092,-3.55885910987854,-0.9670850038528442,-0.8587459921836853,1.5896979570388794,2.353355884552002,1.2126630544662476,1.2485660314559937,1.2419450283050537,2.3409230709075928,-0.14983099699020386,-1.7659529447555542,-3.0168540477752686,-0.18184399604797363,1.240067958831787,-0.0852380022406578,0.3981260061264038,-0.9561409950256348,1.9589680433273315,-0.13397899270057678,-1.5241739749908447,2.408622980117798,-3.1384029388427734,-3.513079881668091,-1.0264400243759155,-4.6009039878845215,-0.2776019871234894,-1.8707469701766968,-3.1807289123535156,2.965864896774292,3.030205011367798,-0.5866090059280396,-1.7397279739379883,0.9367740154266357,-0.8442410230636597,-3.1358659267425537,-2.2082459926605225,-0.7347239851951599,-3.3496100902557373,2.794981002807617,2.8446381092071533,2.2332160472869873,2.9958040714263916,-1.117164969444275,2.702514886856079,-1.1341949701309204,-3.7647759914398193,1.9366810321807861,1.9275050163269043,-1.5580849647521973,-1.5120489597320557,-1.5765019655227661,-1.5891369581222534,-1.553022027015686,1.180114984512329,-0.2055010050535202,-1.7449439764022827,0.43340298533439636,0.3953239917755127,2.1601901054382324,-4.011323928833008,1.1964679956436157,-3.0426270961761475,2.417186975479126,-0.8024479746818542,-2.398387908935547,2.7073659896850586,0.5152050256729126,-1.066532015800476,-4.181053161621094,3.0702641010284424,1.332468032836914,-1.111204981803894,3.0107250213623047,-4.182703971862793,-1.3180019855499268,-3.497191905975342,1.3973900079727173,3.2554879188537598,-4.436647891998291,-1.4142069816589355,-2.0255448818206787,2.598360061645508,-3.144763946533203,2.9015350341796875,1.9762150049209595,-0.29594698548316956,2.721426010131836,2.7228150367736816,1.7267409563064575,0.3951619863510132,1.2671380043029785,0.011490000411868095,0.03276799991726875,-1.5119349956512451,2.0235910415649414,2.5390400886535645,-2.5314390659332275,2.706022024154663,-1.603682041168213,-3.5833730697631836,1.1724159717559814,1.170212984085083,3.1969590187072754,-2.0941669940948486,-2.3675711154937744,0.9300730228424072,3.048072099685669,2.7843029499053955,0.5968329906463623,2.511075973510742,-0.6155570149421692,-1.60344398021698,2.410062074661255,1.9486850500106812,2.889277935028076,2.8924100399017334,-1.9613150358200073,2.402923107147217,0.9659850001335144,-2.517564058303833,-1.8324309587478638,-1.7643150091171265,3.089322090148926,2.7568390369415283,1.4087870121002197,2.315208911895752,-3.4052469730377197,2.3357999324798584,-1.9651930332183838,-1.0446360111236572,-1.332932949066162,-1.2079099416732788,3.0467638969421387,1.5126240253448486,0.5284720063209534,-4.394626140594482,-2.4966180324554443,-2.5271689891815186,0.10918000340461731,-3.157588005065918,3.119771957397461,2.3900070190429688,2.2343320846557617,2.1379048824310303,0.22420500218868256,-3.2910170555114746,-4.3564958572387695,2.8175230026245117,3.1584389209747314,0.9210860133171082,0.4806930124759674,2.025223970413208,2.115078926086426,-4.0978899002075195,-1.9001569747924805,1.0131770372390747,-1.8675730228424072,-1.277197003364563,-1.1785670518875122,1.5290069580078125,-3.639940023422241,2.736243963241577,1.7577810287475586,-2.093027114868164,-2.3817360401153564,2.3373780250549316,-3.160609006881714,-3.9293410778045654,2.8858280181884766,2.4719479084014893,1.24823796749115,-0.10775099694728851,2.186645984649658,0.8749160170555115,2.3014309406280518,0.06937900185585022,0.9779379963874817,-0.9084200263023376,-0.9919970035552979,3.0659990310668945,-1.8982460498809814,2.242233991622925,-1.673684000968933,2.3511788845062256,-0.8369529843330383,2.275399923324585,-0.38051900267601013,-1.093453049659729,1.7560420036315918,-1.2912139892578125,2.9666481018066406,1.081455945968628,1.1298140287399292,-1.764430046081543,-3.1488289833068848,2.6741979122161865,-1.3050620555877686,-1.5154370069503784,0.0329429991543293,-4.180551052093506,-1.2397769689559937,-1.2383689880371094,-1.8837039470672607,-3.201507091522217,2.8546509742736816,2.2336299419403076,-3.1454899311065674,-3.145289897918701,0.19190900027751923,2.237924098968506,-3.7144899368286133,-2.4843909740448,-4.087833881378174,-1.1887810230255127,-0.29618901014328003,-1.5027849674224854,-3.8915350437164307,2.2055699825286865,0.6828669905662537,-1.5164190530776978,-1.0457730293273926,-3.7073819637298584,-0.7802540063858032,-3.903172016143799,-0.629709005355835,-1.1061880588531494,-0.6299690008163452,-1.24727201461792,-1.3056089878082275,2.47920298576355,0.4616389870643616,2.348031997680664,-1.622879981994629,-1.6234229803085327,-1.0066670179367065,2.5114850997924805,0.15312500298023224,-3.9427640438079834,0.04084299877285957,-1.2744569778442383,-1.3024380207061768,-3.125236988067627,0.47340500354766846,2.9533491134643555,-3.098987102508545,2.606555938720703,2.940566062927246,-0.6983050107955933,2.438689947128296,-1.0615880489349365,1.837164044380188,0.843953013420105,-3.4263319969177246,1.832571029663086,-3.1785008907318115,-2.558656930923462,0.872759997844696,-3.4778590202331543,2.826409101486206,-3.7551798820495605,-0.872842013835907,-0.6909980177879333,3.251957893371582,-3.548949956893921,-3.5927889347076416,2.168881893157959,-4.068972110748291,3.038239002227783,-0.9207429885864258,1.2787879705429077,1.3294919729232788,-4.297814846038818,-3.8438169956207275,-4.5485029220581055,-3.1058950424194336,-3.691615104675293,-4.010453224182129,1.322862982749939,-1.0978929996490479,-0.8940479755401611,1.7224899530410767,-1.970626950263977,-2.087402105331421,1.9340120553970337,0.6521270275115967,-1.549509048461914,-3.9893620014190674,-1.3030860424041748,-2.3055500984191895,0.7343930006027222,1.196012020111084,-1.918099045753479,2.6411991119384766,-2.0715420246124268,-3.1557118892669678,1.1384479999542236,2.85191011428833,-0.06807199865579605,-0.05270100012421608,1.3377289772033691,1.4055960178375244,-2.641303062438965,2.3028619289398193,-4.190083980560303,2.242647886276245,-0.5968869924545288,2.829813003540039,-0.5837200284004211,2.7523460388183594,-1.1723949909210205,-0.7986519932746887,-0.788444995880127,-0.7236260175704956,-3.002701997756958,-0.757411003112793,-2.873936891555786,1.1150859594345093,-3.133613109588623,2.230236053466797,-4.4455718994140625,1.9152699708938599,1.8915380239486694,0.7123460173606873,1.9750750064849854,1.6688209772109985,2.8090200424194336,2.4637610912323,2.5081570148468018,-3.0640039443969727,1.9182440042495728,1.9254659414291382,1.8629679679870605,-4.3515238761901855,0.37864598631858826,-1.7447329759597778,-2.3977439403533936,-3.9938058853149414,-0.638126015663147,2.1481781005859375,-1.8093680143356323,-2.151942014694214,-3.1522250175476074,0.44056200981140137,-1.6835949420928955,1.1901639699935913,1.1863629817962646,1.9126629829406738,-4.208885192871094,2.416853904724121,2.435965061187744,0.9554640054702759,-4.33514404296875,0.5218750238418579,-3.9568769931793213,2.2117180824279785,-1.207990050315857,-1.218775987625122,-4.201930999755859,-4.632406234741211,2.9016730785369873,2.9120800495147705,2.9379758834838867,-1.1152269840240479,0.03277900069952011,-1.6800750494003296,2.9973208904266357,0.3482300043106079,1.7442549467086792,-2.046236991882324,-1.8816089630126953,-0.13788899779319763,-1.878782033920288,2.18034291267395,2.1392359733581543,0.7263410091400146,-0.02939699962735176,2.98038911819458,1.194591999053955,-3.2629659175872803,-3.3031070232391357,-1.0544010400772095,-1.077502965927124,0.4858250021934509,2.876720905303955,0.5636150240898132,-1.106814980506897,3.0670969486236572,2.636051893234253,-3.141551971435547,1.1078989505767822,0.04451499879360199,-1.1444560289382935,-1.9861220121383667,-1.985321044921875,0.9583230018615723,2.9889400005340576,-3.4765989780426025,-0.5890809893608093,-3.1329619884490967,1.2163740396499634,1.0074690580368042,-3.1404590606689453,2.9482429027557373,1.2744319438934326,-2.0771501064300537,3.2042579650878906,0.26807901263237,2.323306083679199,2.837347984313965,-2.8249781131744385,0.818306028842926,-2.769083023071289,-0.1032550036907196,-3.6540780067443848,-3.2347500324249268,-1.138429045677185,-4.098577976226807,-1.0979390144348145,0.9341040253639221,1.2079529762268066,-2.5302510261535645,-1.4593039751052856,2.239535093307495,1.1536530256271362,1.1849069595336914,1.0530970096588135,0.7684919834136963,-0.7675489783287048,-3.2867469787597656,-1.8548309803009033,-3.5444130897521973,0.8813120126724243,0.44446998834609985,-0.021940000355243683,2.7453579902648926,3.0177180767059326,-3.2243950366973877,2.169179916381836,2.052165985107422,0.749210000038147,-3.9889309406280518,3.026063919067383,-0.31509000062942505,-1.162775993347168,-3.656564950942993,2.8395330905914307,1.9953290224075317,2.398837089538574,1.1411659717559814,1.9079760313034058,-1.2463339567184448,1.221021056175232,1.118257999420166,2.7301790714263916,2.822455883026123,0.4169760048389435,2.098829984664917,-4.115673065185547,2.145948886871338,1.2729400396347046,3.1546030044555664,1.161571979522705,-0.3517960011959076,-4.098155975341797,0.46843698620796204,-1.1522040367126465,-0.4775350093841553,-2.1860439777374268,1.205765962600708,-3.169774055480957,3.0583999156951904,-2.182342052459717,2.1421539783477783,2.170603036880493,0.9304370284080505,-2.8880770206451416,-1.922428011894226,-4.512868881225586,-3.9345059394836426,-3.189100980758667,1.994933009147644,-1.451990008354187,-3.1396169662475586,2.1812729835510254,-1.2099970579147339,-4.1277689933776855,-1.3625739812850952,-0.21993300318717957,-1.4096790552139282,-2.1589200496673584,2.8215160369873047,-1.981758952140808,0.6668409705162048,0.4418320059776306,3.1779539585113525,-2.9006900787353516,1.7348400354385376,-1.4109270572662354,-0.9595549702644348,2.495598077774048,-0.6475679874420166,-4.244019985198975,2.711916923522949,-1.4676940441131592,-0.9251189827919006,2.593998908996582,-1.5192710161209106,2.856178045272827,2.6181740760803223,-2.986211061477661,-4.513214111328125,-0.9683359861373901,-4.059391975402832,-2.780663013458252,2.3296420574188232,-2.239119052886963,2.4046549797058105,-1.9539779424667358,2.4100449085235596,-4.474020957946777,-0.6379219889640808,-3.3470540046691895,-3.729710102081299,0.8402490019798279,-3.476655960083008,-4.187726974487305,0.7677119970321655,0.7569370269775391,1.1516239643096924,2.2314019203186035,-0.4696919918060303,-0.9977390170097351,-2.8168869018554688,2.7237370014190674,2.993561029434204,-1.8082499504089355,-1.1792750358581543,-1.0384479761123657,-3.154592990875244,-3.1492021083831787,2.340714931488037,-2.0019431114196777,2.7491800785064697,0.44540101289749146,-1.1510009765625,1.6941449642181396,2.2934629917144775,-1.4063739776611328,2.4917540550231934,-3.162075996398926,-0.08938399702310562,0.8730530142784119,1.5540250539779663,-3.2142229080200195,1.3640990257263184,-0.314642995595932,2.6771700382232666,-0.009744999930262566,-1.830696940422058,-0.256879985332489,-3.1777830123901367,1.1274299621582031,-3.1827011108398438,-0.85453200340271,-4.162178039550781,-0.52121901512146,-4.1216020584106445,0.16853199899196625,2.9327878952026367,2.9311859607696533,-4.172599792480469,2.5851919651031494,-0.508525013923645,1.0787450075149536,-1.0649360418319702,2.322226047515869,2.6365880966186523,-1.5459200143814087,-1.667052984237671,-0.1302269995212555,-3.166421890258789,1.8989429473876953,-1.1233240365982056,-1.353119969367981,-1.8049900531768799,1.7235599756240845,-3.3134961128234863,-4.018836975097656,1.8444730043411255,-1.6186619997024536,2.352224111557007,2.1829490661621094,-3.055767059326172,-1.7166320085525513,3.152466058731079,1.2773000001907349,0.5055840015411377,-1.0555440187454224,2.783255100250244,2.8002400398254395,-4.175152778625488,-4.158029079437256,2.2569570541381836,-1.409809947013855,1.0215280055999756,-1.9875849485397339,3.2427780628204346,2.811371088027954,-0.7392020225524902,2.9036049842834473,-1.0326019525527954,1.1917870044708252,1.3049180507659912,2.5093719959259033,-1.132794976234436,-2.770822048187256,3.0647408962249756,-4.148952007293701,0.04237800091505051,-0.004143000114709139,0.25157400965690613,3.190556049346924,-0.6060799956321716,1.033903956413269,-4.082456111907959,0.42296600341796875,2.614574909210205,-0.45751500129699707,-0.5454000234603882,1.277467966079712,0.6562449932098389,2.4050281047821045,-4.012364864349365,1.1611969470977783,2.358928918838501,1.530122995376587,-1.9926810264587402,0.896323025226593,1.6997309923171997,-1.3867889642715454,2.5892109870910645,1.3353019952774048,-2.2723350524902344,2.8743419647216797,-3.1755669116973877,2.5001749992370605,1.443716049194336,-1.5295679569244385,2.828895092010498,2.689279079437256,0.5433670282363892,0.4446749985218048,-3.2675681114196777,1.0502660274505615,-0.3636229932308197,2.689600944519043,-1.718034029006958,-3.6511120796203613,2.8006739616394043,-1.1418780088424683,-0.6630190014839172,-1.5576519966125488,0.9669780135154724,1.1934340000152588,-1.2472150325775146,3.1733338832855225,-2.880511999130249,-4.1937150955200195,-0.34183499217033386,3.1749660968780518,-0.6370750069618225,-2.149151086807251,2.8779211044311523,-0.8149210214614868,-0.8484119772911072,-2.087394952774048,1.7712270021438599,1.90481698513031,-2.928642988204956,-1.1734410524368286,3.004863977432251,-1.990270972251892,-2.118077039718628,-0.21028199791908264,-2.6203720569610596,1.2079529762268066,2.5395569801330566,1.2012499570846558,2.5620169639587402,2.656838893890381,0.8105530142784119,-3.1573050022125244,-1.557196021080017,-3.7205419540405273,-0.799901008605957,0.22268599271774292,-3.8642160892486572,-4.177267074584961,2.6113510131835938,0.3759410083293915,-3.066899061203003,-3.01446795463562,1.2033480405807495,-0.9496700167655945,1.367540955543518,-3.133673906326294,2.796722888946533,-1.207463026046753,-2.899167060852051,-3.6875410079956055,1.0216039419174194,2.5858500003814697,-2.0107030868530273,-3.1830270290374756,-3.1998860836029053,2.6461451053619385,-0.22497299313545227,-2.095205068588257,-1.7663389444351196,2.6259379386901855,1.1241029500961304,-2.4122660160064697,-3.1420369148254395,1.5157610177993774,0.05877299979329109,3.135387897491455,0.05724700167775154,-0.9953140020370483,2.3133881092071533,2.1660709381103516,-1.5713920593261719,2.851818084716797,2.821342945098877,3.029336929321289,-4.655313014984131,1.4822700023651123,-3.0334889888763428,2.227302074432373,2.7674190998077393,2.743690013885498,-4.585683822631836,-4.197230815887451,0.2262749969959259,3.013580083847046,-2.715230941772461,2.349716901779175,-1.8463120460510254,1.3742480278015137,-1.5428450107574463,-2.354825019836426,-3.1280550956726074,-1.6723970174789429,0.7008069753646851,-0.6165559887886047,-0.6050580143928528,2.281857967376709,-2.8934950828552246,-3.1380629539489746,-3.1384260654449463,2.8549270629882812,3.0797629356384277,1.1503000259399414,-0.508978009223938,1.0115970373153687,2.874587059020996,2.2039380073547363,-1.7537920475006104,0.9796590209007263,-2.788254976272583,-1.0734039545059204,-1.4243780374526978,-1.183109998703003,0.6861670017242432,-1.4814380407333374,-1.5886930227279663,-1.6936160326004028,0.10484600067138672,-0.9146270155906677,0.7967550158500671,-2.1083710193634033,1.260195016860962,2.999006986618042,2.928049087524414,0.8604750037193298,2.6698551177978516,1.2756479978561401,1.2599430084228516,1.250519037246704,1.945755958557129,1.9675589799880981,0.13430200517177582,-1.4499269723892212,-1.5249170064926147,0.1881060004234314,2.6604979038238525,2.5721919536590576,1.5118199586868286,-3.2546730041503906,2.8098831176757812,2.35315203666687,-1.3191980123519897,-1.7081329822540283,1.1707619428634644,-0.8409820199012756,-0.6267229914665222,-2.3855130672454834,0.11886599659919739,2.3841819763183594,1.8638240098953247,-0.5549730062484741,-4.16947603225708,1.9860880374908447,-3.8881239891052246,-0.813389003276825,1.9245580434799194,-4.182021141052246,-3.757091999053955,-4.5605340003967285,-1.2154589891433716,1.087996006011963,-4.196651935577393,1.6828500032424927,-1.9320000410079956,-0.09934700280427933,1.0346189737319946,2.4307379722595215,1.7216720581054688,-3.8795580863952637,2.944793939590454,1.2053600549697876,1.1170220375061035,1.9357600212097168,2.9199039936065674,-2.0347158908843994,2.7058188915252686,-3.129683017730713,-3.1300148963928223,1.2819010019302368,2.611377000808716,-2.133739948272705,-0.040435999631881714,-3.0467610359191895,-3.6458330154418945,0.6060960292816162,-2.940680980682373,2.135457992553711,2.139112949371338,-4.178757190704346,2.8980519771575928,-1.3313369750976562,2.5036659240722656,0.5904150009155273,3.1299240589141846,1.7785760164260864,1.9373680353164673,-0.9379259943962097,2.2690000534057617,1.8674499988555908,2.7595300674438477,2.987238883972168,2.5231549739837646,2.1166369915008545,-1.0109750032424927,-1.450631022453308,2.3110909461975098,1.0331859588623047,1.0180219411849976,-4.073133945465088,-2.874406099319458,3.046497106552124,1.6004769802093506,0.4480449855327606,2.6671040058135986,-0.45150500535964966,0.12100499868392944,2.4445159435272217,-2.62910795211792,-0.654338002204895,-1.7679979801177979,1.1449530124664307,2.3460469245910645,-1.2332919836044312,2.6259100437164307,-4.196681022644043,2.650726079940796,-3.5254530906677246,0.8588590025901794,1.6173980236053467,-2.7449400424957275,2.495120048522949,0.548334002494812,2.3361918926239014,-3.278218984603882,-4.15818977355957,-1.3081300258636475,0.5272420048713684,-1.2958190441131592,-1.973904013633728,-1.5420750379562378,1.323799967765808,0.9709650278091431,-1.5585110187530518,0.14067000150680542,-1.5470499992370605,-0.9799829721450806,0.9563940167427063,1.355808973312378,-0.48124799132347107,-3.138896942138672,0.9894319772720337,2.5788209438323975,2.986433982849121,2.990161895751953,-4.33229398727417,-4.614936828613281,1.1859519481658936,2.978178024291992,2.656224012374878,3.1228160858154297,-1.0346770286560059,0.894914984703064,3.247400999069214,-2.924675941467285,0.9667279720306396,-1.855301022529602,1.8743760585784912,2.64766001701355,-2.622796058654785,2.5515429973602295,-1.3365520238876343,-1.267382025718689,-0.9297459721565247,-3.13647198677063,1.2800780534744263,1.2570209503173828,0.29187700152397156,2.445446014404297,1.0857330560684204,2.173198938369751,-1.732977032661438,1.37369704246521,-0.16098299622535706,0.06322000175714493,0.8667579889297485,2.594944953918457,-3.153446912765503,1.8722349405288696,-3.946578025817871,-3.1711978912353516,-0.7435619831085205,1.9496389627456665,-3.158860921859741,0.7438169717788696,1.4019889831542969,-3.173469066619873,-3.165908098220825,1.348351001739502,0.7568380236625671,2.2906858921051025,2.2578470706939697,-2.668931007385254,0.9102969765663147,3.0753469467163086,2.631618022918701,2.763662099838257,-2.636202096939087,2.6792540550231934,-1.2084159851074219,1.10104501247406,-2.913753032684326,2.88457989692688,2.2813949584960938,0.26885899901390076,-3.172410011291504,-1.6620999574661255,-4.652102947235107,-4.536181926727295,0.42837199568748474,-1.3474630117416382,1.5851609706878662,0.10556399822235107,0.11686400324106216,0.3666059970855713,-2.0406711101531982,3.153203010559082,3.149923086166382,3.0905890464782715,3.0875871181488037,-2.2648510932922363,3.1383941173553467,1.764793038368225,-1.487475037574768,2.5061259269714355,2.7535080909729004,2.818027973175049,1.8967130184173584,-1.018908977508545,-1.6831589937210083,-1.111611008644104,-1.1806299686431885,1.8049609661102295,-2.1755220890045166,-0.7385990023612976,-0.5423930287361145,1.2712299823760986,2.4418060779571533,2.4880220890045166,-2.1477930545806885,-1.2134000062942505,-3.1234450340270996,2.842120885848999,2.812983989715576,2.745237112045288,-0.35901400446891785,0.6200019717216492,-0.7182689905166626,-3.0280940532684326,-3.1207520961761475,2.6372129917144775,0.210984006524086,0.6608009934425354,-0.6084100008010864,-4.531376838684082,-1.105631947517395,-1.0711150169372559,-2.310791015625,0.8674839735031128,0.18248000741004944,2.0614559650421143,-1.1163400411605835,2.459299087524414,-4.158218860626221,2.9400150775909424,1.4095790386199951,3.277323007583618,-4.138364791870117,-3.168466091156006,-2.464855909347534,-4.19752311706543,1.9979289770126343,-3.13993501663208,-3.667426109313965,2.1327719688415527,2.57732892036438,1.2275810241699219,-3.5635058879852295,1.3805569410324097,-1.1253559589385986,2.830564022064209,-1.319558024406433,-0.24247899651527405,-4.193315029144287,2.4707040786743164,0.00496299983933568,-3.1676928997039795,2.794980049133301,-3.184835910797119,2.7645161151885986,2.7999351024627686,0.5539529919624329,0.5572410225868225,-0.4866029918193817,1.2698450088500977,-4.155289173126221,-3.178128957748413,-0.12019100040197372,0.8183159828186035,0.7780010104179382,0.14216899871826172,-1.1564069986343384,-0.0994110032916069,2.8932700157165527,0.4879879951477051,0.4445280134677887,-3.0809168815612793,1.258236050605774,2.6017160415649414,2.672316074371338,2.490678071975708,0.8102350234985352,-1.2366859912872314,0.7407000064849854,2.0208470821380615,3.243072986602783,1.2270100116729736,2.645585060119629,-1.4891129732131958,2.5571000576019287,0.9855430126190186,1.6162910461425781,-3.1230669021606445,2.0481739044189453,1.1646239757537842,1.1888580322265625,1.2079789638519287,-0.23924900591373444,-0.889752984046936,-2.1198880672454834,-3.626507043838501,1.94337797164917,1.9976660013198853,-3.1357829570770264,-1.8174049854278564,-0.525367021560669,0.5935789942741394,1.3050249814987183,3.295186996459961,-1.019927978515625,3.1959140300750732,-0.971904993057251,-3.15775203704834,-1.4004230499267578,1.960224986076355,-2.1101410388946533,-4.176605224609375,-0.5245140194892883,0.8013460040092468,2.14984393119812,1.051164984703064,1.8716570138931274,-1.1189080476760864,-1.7785630226135254,1.064160943031311,3.123037099838257,1.9259209632873535,1.9623899459838867,1.5768729448318481,-1.4855940341949463,-1.5146420001983643,-1.9695450067520142,2.2007648944854736,2.1054699420928955,-1.1906379461288452,2.4166479110717773,0.8696230053901672,2.620215892791748,2.861180067062378,-4.613516807556152,0.8679749965667725,0.7479270100593567,2.5171470642089844,2.5679690837860107,-0.4247109889984131,2.9164490699768066,0.5064719915390015,2.00689697265625,-4.5686821937561035,-3.1388769149780273,-1.8505209684371948,1.0545899868011475,0.3731749951839447,0.4506070017814636,-0.1664630025625229,-2.8752551078796387,2.4065821170806885,2.4133219718933105,1.207993984222412,2.24971604347229,-2.2855629920959473,-1.1999770402908325,-1.2371610403060913,2.425342082977295,1.8990880250930786,-2.4403059482574463,-4.186279773712158,-1.349642038345337,0.062088001519441605,0.0792120024561882,-3.820383071899414,1.1691310405731201,0.1109360009431839,2.9966259002685547,-4.585525989532471,2.867211103439331,-2.8125500679016113,-1.440071940422058,2.760664939880371,-2.711822032928467,2.3261280059814453,0.72120600938797,2.353085994720459,2.335649013519287,-3.662400007247925,-1.1283169984817505,-3.182478904724121,-3.1424059867858887,-3.302381992340088,-4.183363914489746,-4.247826099395752,1.5128400325775146,-1.0149890184402466,-2.500555992126465,-3.891871929168701,-3.9873480796813965,1.0867910385131836,-3.145493984222412,2.6757891178131104,2.8622889518737793,2.0547640323638916,0.3589879870414734,-3.6592769622802734,-3.176788091659546,1.9070030450820923,1.1828240156173706,-2.043247938156128,2.5866940021514893,-2.8766849040985107,-1.3486900329589844,1.2752749919891357,3.034390926361084,0.871711015701294,-2.1645491123199463,-3.687412977218628,-2.3334219455718994,-1.3592840433120728,2.808306932449341,-1.1442899703979492,2.2590529918670654,-0.3762510120868683,-1.8236780166625977,2.675658941268921,-1.8920799493789673,-0.3451099991798401,1.2932209968566895,-1.1534479856491089,-1.2181700468063354,-0.824679970741272,2.66585111618042,-0.9243000149726868,2.264841079711914,3.1583359241485596,-1.2314499616622925,-0.9968039989471436,3.1167550086975098,-1.3259940147399902,-3.1572980880737305,-1.1706030368804932,-0.6726920008659363,-1.206997036933899,2.8583619594573975,-1.234078049659729,-1.1964839696884155,-1.4957269430160522,-1.745203971862793,-3.7423789501190186,-3.073601007461548,-2.9118170738220215,0.225381001830101,-3.155663013458252,2.797408103942871,-0.9463739991188049,3.0750629901885986,2.542926073074341,-1.942337989807129,-1.6973650455474854,-4.083180904388428,2.9655559062957764,-1.5744349956512451,2.1347808837890625,1.2856090068817139,2.2349750995635986,2.2279539108276367,2.5902099609375,-4.197140216827393,2.812640905380249,2.4849660396575928,2.721000909805298,-4.139983177185059,2.295888900756836,-2.609744071960449,2.437485933303833,-2.430111885070801,1.9019880294799805,-0.5808339715003967,-1.1108310222625732,3.1749119758605957,-0.8687490224838257,-0.9491360187530518,2.7753849029541016,2.353569984436035,-4.031682968139648,-1.8183679580688477,0.20638200640678406,1.123837947845459,-1.1310149431228638,1.5837370157241821,2.9006459712982178,1.2684320211410522,3.0888030529022217,0.7420799732208252,-3.1641690731048584,0.5790809988975525,2.365859031677246,-2.1104249954223633,-3.1618568897247314,-1.3887269496917725,-3.6213769912719727,1.89724600315094,2.485814094543457,-0.14929799735546112,1.7743159532546997,2.6592330932617188,2.0598509311676025,3.0506269931793213,0.8861330151557922,0.9268230199813843,0.5829200148582458,0.5569760203361511,0.6376630067825317,0.7609249949455261,0.759302020072937,0.6922640204429626,-2.2848479747772217,-2.0646140575408936,2.2677760124206543,0.11122100055217743,0.43933001160621643,-1.7442740201950073,-1.791159987449646,-1.0659350156784058,-1.1307220458984375,2.5278680324554443,-1.0186059474945068,-3.178973913192749,2.417591094970703,-4.09714412689209,-1.2177939414978027,-1.3194249868392944,2.442323923110962,-3.171583890914917,1.0969059467315674,3.0376229286193848,2.2523300647735596,-0.2548840045928955,0.6921870112419128,1.3285119533538818,-1.1244239807128906,2.378108024597168,2.771174907684326,-3.192234992980957,0.9929909706115723,0.8791249990463257,-0.15629999339580536,0.08216100186109543,-0.2534349858760834,0.3445749878883362,-3.063477039337158,1.0617339611053467,2.2960479259490967,-0.04334000125527382,-0.9445449709892273,2.675826072692871,2.690335988998413,-2.6490490436553955,-0.09015300124883652,-3.13018798828125,0.17533700168132782,-3.2053539752960205,2.63303804397583,-1.4155299663543701,0.26386699080467224,1.7395689487457275,0.7769389748573303,-2.234626054763794,-4.270965099334717,-2.8223209381103516,-0.20367500185966492,2.353053092956543,2.379081964492798,2.1772398948669434,1.2734320163726807,-1.4937050342559814,-3.150012969970703,-1.1847599744796753,-1.5647029876708984,-2.11216402053833,2.5525569915771484,-0.8927050232887268,2.569406032562256,0.029343999922275543,2.8718318939208984,-4.460814952850342,-1.4972070455551147,0.7642509937286377,0.9430599808692932,1.2280340194702148,1.2054979801177979,1.3541690111160278,-3.254369020462036,-0.5456259846687317,-1.04156494140625,-2.3145010471343994,1.7134339809417725,1.6352770328521729,-4.429835796356201,1.1126110553741455,-4.180730819702148,-2.107714891433716,-1.0399219989776611,0.7468889951705933,-4.120190143585205,-4.440704822540283,3.1788740158081055,2.8408079147338867,-1.870458960533142,2.7692010402679443,-3.9344310760498047,-3.703623056411743,0.21670199930667877,0.4827449917793274,0.876911997795105,-1.4377800226211548,-3.6357929706573486,-3.1019139289855957,-0.8081780076026917,2.906299114227295,1.3188819885253906,-0.4017989933490753,-1.9385550022125244,-1.8518719673156738,0.05337899923324585,1.5409090518951416,3.005765914916992,-1.0000319480895996,0.7758179903030396,2.4753410816192627,1.9272480010986328,2.8953049182891846,0.7628120183944702,1.5994340181350708,0.7947720289230347,2.8451271057128906,-2.2834579944610596,2.554131031036377,0.6890680193901062,0.7564389705657959,0.7620350122451782,0.7341769933700562,1.669746994972229,2.518320083618164,2.6236300468444824,-2.0317718982696533,-0.6784520149230957,-1.17923104763031,0.8443149924278259,2.8039000034332275,1.5724409818649292,2.238516092300415,2.3549859523773193,0.6609659790992737,1.9663139581680298,-3.3325960636138916,0.07521100342273712,-0.714663028717041,1.873458981513977,-2.3927080631256104,-1.5247000455856323,-0.45374101400375366,-0.4000680148601532,1.6462939977645874,2.2627060413360596,-1.2456079721450806,2.903531074523926,2.7987918853759766,-1.6243400573730469,0.05040299892425537,-3.177912950515747,1.3683669567108154,-0.6542189717292786,-0.5639370083808899,1.9899489879608154,2.101828098297119,2.636514902114868,-1.0806729793548584,2.4770219326019287,2.4911859035491943,1.779006004333496,-2.0425119400024414,0.5939840078353882,-1.7824419736862183,0.12289299815893173,-1.1705989837646484,-4.047420024871826,-4.181390762329102,-0.9826020002365112,-0.09713099896907806,2.7624459266662598,-1.652750015258789,-2.949902057647705,1.9501839876174927,-0.5380690097808838,2.4779109954833984,3.2842519283294678,-2.137099027633667,-1.4171500205993652,-3.1729679107666016,3.1694231033325195,1.691498041152954,-2.558228015899658,-2.300276041030884,2.85573410987854,1.1847480535507202,-1.1143829822540283,2.6566829681396484,0.9448360204696655,1.6656880378723145,-2.1753199100494385,-2.1085729598999023,1.9102720022201538,1.201238989830017,-1.3311870098114014,0.7142360210418701,-4.403326034545898,-4.185243129730225,2.8374340534210205,-3.047882080078125,-3.1463019847869873,-2.5065629482269287,2.5186829566955566,-2.648279905319214,-1.1613579988479614,-4.179937839508057,-0.9822540283203125,-2.512259006500244,-2.437861919403076,-1.6148990392684937,-0.15108700096607208,-3.9903030395507812,2.9155759811401367,2.9876019954681396,2.7927749156951904,2.81623911857605,-0.4580700099468231,2.6410460472106934,-2.3149540424346924,-2.400491952896118,1.6664220094680786,0.4899590015411377,2.1073360443115234,2.4227828979492188,2.418994903564453,1.1838220357894897,1.1778680086135864,1.984671950340271,-2.1285130977630615,1.1517599821090698,0.49220898747444153,0.13371700048446655,0.11364000290632248,0.10689400136470795,0.10336600244045258,-0.10205099731683731,3.1020290851593018,3.0415940284729004,2.6412410736083984,2.7442140579223633,1.6249020099639893,-2.6214890480041504,-3.6603739261627197,-1.5788730382919312,1.7909499406814575,0.8765630125999451,-0.14492599666118622,-4.430936813354492,2.8212831020355225,-2.3162240982055664,1.0546610355377197,1.2399909496307373,-3.2407989501953125,1.2924569845199585,1.0591429471969604,-3.150444984436035,1.1388570070266724,1.0776790380477905,1.2243540287017822,2.9371869564056396,-1.3150659799575806,0.03914999961853027,0.041095998138189316,0.29902100563049316,2.886960983276367,-1.4583840370178223,0.6088820099830627,0.43295300006866455,-1.5209720134735107,0.8242549896240234,2.9296391010284424,0.763480007648468,0.7463340163230896,1.3774620294570923,-4.1178388595581055,-1.0882899761199951,0.59198397397995,-3.1360270977020264,-1.6582939624786377,3.1709420680999756,1.0520869493484497,-3.148358106613159,2.5349531173706055,2.5457019805908203,2.613867998123169,-3.1211659908294678,2.841020107269287,-2.9441111087799072,2.0615499019622803,2.76959490776062,-4.182459831237793,2.6370420455932617,-4.151080131530762,0.479000985622406,2.6568500995635986,-1.4520679712295532,2.755958080291748,-3.4421279430389404,2.5774199962615967,2.518786907196045,2.0099499225616455,-3.140604019165039,0.9727709889411926,-1.6376760005950928,1.7414469718933105,2.4833168983459473,1.1433279514312744,-2.8193140029907227,-2.8076930046081543,1.4604740142822266,1.4060389995574951,-4.177787780761719,0.07806400209665298,0.07266099750995636,-4.1827192306518555,-4.078709125518799,2.951608896255493,-0.8828549981117249,-0.9076679944992065,2.418210983276367,-3.149113893508911,2.1878750324249268,-3.157625913619995,-3.1698451042175293,-3.166459083557129,-3.730787992477417,0.12081500142812729,0.5570150017738342,-0.5362229943275452,0.49897301197052,-3.4724509716033936,-1.6868619918823242,-1.5982979536056519,-4.1953349113464355,-4.275026798248291,2.6893179416656494,2.3793060779571533,1.7349109649658203,2.4919869899749756,-1.397739052772522,-3.9131019115448,-0.9252700209617615,-2.3314950466156006,2.109360933303833,1.0176160335540771,-4.1589860916137695,-1.9795639514923096,1.1992000341415405,-3.4472761154174805,0.9197989702224731,2.196610927581787,-0.00647500017657876,-0.6076769828796387,-2.9910991191864014,-3.1682589054107666,1.871711015701294,-0.546612024307251,1.776381015777588,1.2749940156936646,0.3471370041370392,-2.1091461181640625,-0.4835900068283081,-1.2450259923934937,-3.7210030555725098,-2.0261290073394775,-2.9188199043273926,1.1848429441452026,-1.3874479532241821,0.2717840075492859,2.7950339317321777,0.7115020155906677,2.2499821186065674,-0.26035499572753906,2.883924961090088,0.4557349979877472,0.4820599853992462,3.1725869178771973,-0.3539170026779175,-1.8096129894256592,0.3554460108280182,-3.1263558864593506,1.1551940441131592,1.632820963859558,2.0098869800567627,0.5550850033760071,2.3349010944366455,2.3177690505981445,-2.7356410026550293,0.1974949985742569,2.443526029586792,-4.183070182800293,-4.185323238372803,1.3590409755706787,3.165915012359619,2.8726539611816406,2.662748098373413,2.8812220096588135,0.004141999874264002,-1.4831390380859375,2.2854020595550537,-3.4096899032592773,-3.46218204498291,0.9119899868965149,2.966038942337036,-0.5204499959945679,-2.8413360118865967,1.827651023864746,0.22113099694252014,2.068063974380493,2.095055103302002,2.72530198097229,-1.6174310445785522,2.770709991455078,-3.156846046447754,1.3141260147094727,0.4576539993286133,-2.7778429985046387,-1.113163948059082,-1.7816599607467651,3.1180150508880615,1.1660939455032349,1.556107997894287,-1.8149880170822144,2.9495530128479004,-1.7218430042266846,-3.0938119888305664,1.2262970209121704,-1.0484000444412231,-4.165798187255859,-3.9792089462280273,2.837188959121704,-0.6698390245437622,2.357274055480957,-0.673209011554718,-0.6987360119819641,-0.7846689820289612,2.6590569019317627,-2.8948841094970703,0.9934530258178711,0.8448190093040466,1.8311439752578735,1.1668050289154053,-4.095862865447998,-1.906730055809021,-4.185959815979004,-0.7125309705734253,3.186923027038574,2.7455270290374756,0.5959020256996155,-2.7699429988861084,-3.1531710624694824,-1.1117500066757202,-1.1907219886779785,-2.670691967010498,-2.341291904449463,-3.165290117263794,-0.5280609726905823,-3.741666078567505,1.990983009338379,-0.44878700375556946,-1.3203840255737305,-3.192734956741333,3.182115077972412,1.1392790079116821,-0.9707890152931213,-4.1947150230407715,-4.414361953735352,-1.9567710161209106,-2.002600908279419,-1.9704660177230835,2.3128600120544434,0.6780670285224915,-4.121880054473877,-2.5845680236816406,2.0146710872650146,-1.2302989959716797,2.0775270462036133,1.2137349843978882,2.201021909713745,-4.2249298095703125,2.3212668895721436,2.325676918029785,2.393173933029175,0.48132801055908203,1.2850830554962158,2.209887981414795,-1.930703043937683,-1.8329099416732788,-2.332411050796509,-4.183248996734619,1.7365360260009766,-3.9356539249420166,-4.231156826019287,-1.6147949695587158,-3.720820903778076,1.2051620483398438,1.3098130226135254,0.6910380125045776,-2.5193819999694824,3.179884910583496,2.8008909225463867,-1.0136590003967285,-0.6784449815750122,2.2156760692596436,-3.3967220783233643,-0.13300000131130219,1.256795048713684,1.2630889415740967,2.654222011566162,1.901656985282898,-1.1194590330123901,-1.8255900144577026,-4.287831783294678,2.4256479740142822,3.145704984664917,1.3238409757614136,3.168689012527466,0.8477510213851929,0.4579559862613678,2.460469961166382,2.788935899734497,2.927309036254883,3.1201000213623047,-2.1891589164733887,-0.8571329712867737,0.07995100319385529,3.0643250942230225,2.71512508392334,-1.9364089965820312,-1.8198440074920654,0.040828999131917953,2.7438418865203857,2.6098289489746094,2.087898015975952,-1.131142020225525,3.1406819820404053,-4.256715774536133,-2.0205960273742676,0.12940199673175812,-1.5599980354309082,2.1574440002441406,-1.3955680131912231,3.1455399990081787,0.12155699729919434,-1.3389519453048706,2.599903106689453,-2.874880075454712,1.966860055923462,-3.159104108810425,-3.1536331176757812,2.941560983657837,0.15790900588035583,0.9729040265083313,0.7917420268058777,1.6653800010681152,-1.8780169486999512,-3.43817400932312,1.9141219854354858,-4.290864944458008,2.093808889389038,0.7145119905471802,2.827409029006958,3.0650100708007812,2.40161395072937,0.7926300168037415,3.1877779960632324,-1.3055490255355835,-3.1331770420074463,-0.5839899778366089,-0.7511489987373352,-1.4999480247497559,0.16555899381637573,-4.214414119720459,2.7480709552764893,1.5455169677734375,-1.398589015007019,-1.3305230140686035,3.082127094268799,0.760254979133606,0.7971100211143494,0.7422829866409302,0.7114269733428955,2.2168219089508057,0.4168519973754883,-2.130095958709717,-1.4768600463867188,-4.52531623840332,1.1182860136032104,-4.082095146179199,0.22083699703216553,2.420093059539795,1.9300520420074463,-1.080826997756958,-1.305717945098877,-3.92413592338562,1.2417429685592651,-1.0416769981384277,-1.0425790548324585,-2.866029977798462,2.797318935394287,-2.114924907684326,0.11372999846935272,-1.8204540014266968,-3.527493953704834,1.51118803024292,2.103775978088379,2.0487060546875,-2.0285699367523193,-2.989003896713257,0.10431399941444397,2.820223093032837,-0.560018002986908,-3.211668014526367,-2.338599920272827,2.8942670822143555,2.5988309383392334,-1.6446239948272705,-1.8166379928588867,-3.6567869186401367,1.2967029809951782,1.291322946548462,1.9744830131530762,-1.4185270071029663,1.0487539768218994,-1.210047960281372,-1.8924829959869385,-2.382172107696533,2.9402620792388916,-1.8377050161361694,0.8143389821052551,-0.8539609909057617,1.971161961555481,2.8945870399475098,2.87567400932312,2.606062889099121,-0.8361809849739075,2.845729112625122,2.986994981765747,2.9969921112060547,2.2660019397735596,-1.3312939405441284,-1.0478700399398804,-4.218465805053711,-2.3330740928649902,3.084765911102295,0.5187739729881287,2.4191439151763916,-3.2171900272369385,2.536497116088867,1.1884499788284302,1.1918660402297974,-2.972882032394409,-2.1001861095428467,3.219088077545166,-1.7893749475479126,0.6939060091972351,2.5549399852752686,1.668179988861084,-1.044819951057434,2.4457080364227295,-4.652774810791016,-3.1596689224243164,-1.6863269805908203,-1.4141780138015747,-0.9703440070152283,-4.37119197845459,-1.0961699485778809,-4.183765888214111,-2.731379985809326,-1.5481679439544678,2.1073689460754395,-4.19095516204834,-1.1203320026397705,-1.6575709581375122,-3.176664113998413,2.439362049102783,-4.6137871742248535,0.9356840252876282,-1.9364689588546753,-1.5017460584640503,2.881324052810669,2.6088759899139404,-0.6185430288314819,1.1912569999694824,1.9993230104446411,-0.575872004032135,2.368865966796875,-2.966346025466919,-2.787220001220703,-1.6234049797058105,-1.6926770210266113,-0.6711900234222412,-0.6067309975624084,-1.1389050483703613,2.134031057357788,0.7314620018005371,-2.910928964614868,-1.1024880409240723,-1.7700040340423584,-1.8618290424346924,-3.127387046813965,-3.2034800052642822,-1.3594540357589722,-0.35466501116752625,-2.7127649784088135,3.0013680458068848,-1.9272420406341553,-1.9370529651641846,0.9019050002098083,-3.1272621154785156,-1.1388590335845947,-1.2402679920196533,2.590733051300049,-0.23649199306964874,-1.5364140272140503,2.6903820037841797,1.7695130109786987,1.1899280548095703,-1.505005955696106,-1.0242639780044556,2.792025089263916,2.8135759830474854,-2.8010339736938477,2.8009259700775146,1.4538949728012085,1.2773560285568237,3.16145396232605,-2.5290069580078125,3.0318961143493652,0.13037599623203278,2.7156989574432373,-3.150352954864502,2.2987499237060547,1.002087950706482,0.012602999806404114,1.4984289407730103,-1.7357490062713623,-0.9626190066337585,-4.541484832763672,-0.6939719915390015,-3.1828839778900146,0.826807975769043,-3.117324113845825,-1.2793869972229004,-1.7361689805984497,1.813675045967102,0.15237699449062347,1.701151967048645,-3.177280902862549,-3.179932117462158,2.831247091293335,0.5086359977722168,-1.234213948249817,2.664396047592163,-1.180222988128662,-0.9993060231208801,-0.7675830125808716,-1.1827670335769653,2.1334400177001953,1.1359939575195312,0.934611976146698,1.8067009449005127,2.740133047103882,-3.1842339038848877,-3.1011979579925537,-0.21051500737667084,-1.6019469499588013,1.188454031944275,-2.330343008041382,-4.068709850311279,-3.2557079792022705,1.2088559865951538,-1.4017189741134644,-1.1012040376663208,0.9187819957733154,2.1617419719696045,-2.007905960083008,1.3249160051345825,-1.3509529829025269,2.1381449699401855,-0.38888299465179443,-1.54761803150177,2.752042055130005,-4.171144962310791,-4.167416095733643,-1.4123409986495972,2.622303009033203,-1.1451959609985352,-3.818495988845825,-4.1518378257751465,1.836819052696228,2.259315013885498,-1.9160740375518799,2.6558189392089844,-4.180497169494629,-2.0590438842773438,-2.0483760833740234,-3.178380012512207,0.912617027759552,-3.627254009246826,-4.533748149871826,-0.5105569958686829,0.07393600046634674,-3.810220956802368,-4.171738147735596,-0.5993679761886597,0.2200700044631958,1.3915469646453857,0.7266380190849304,0.7106369733810425,3.1617000102996826,3.1633460521698,2.5594449043273926,-1.6910070180892944,-0.20300699770450592,-1.1745879650115967,-0.6874169707298279,-1.8331849575042725,1.6473000049591064,3.1062591075897217,-4.092270851135254,-1.1058189868927002,2.138698101043701,-3.15499210357666,3.023332118988037,1.2133779525756836,-3.1620450019836426,-2.0515289306640625,-2.2987940311431885,0.570438027381897,0.5670890212059021,-4.1770100593566895,0.5480949878692627,-3.022887945175171,-0.7654539942741394,-1.9344669580459595,1.9085839986801147,-3.1380770206451416,1.9067310094833374,3.0337350368499756,0.4314950108528137,2.1170530319213867,2.4510281085968018,-1.0559979677200317,-3.9878480434417725,0.7107110023498535,-1.2355589866638184,-1.761214017868042,-0.9531279802322388,-3.267575979232788,3.195272922515869,-1.264119029045105,0.21239900588989258,3.2060539722442627,1.058953046798706,2.39213490486145,2.453001022338867,-0.4836679995059967,1.6390539407730103,0.2247219979763031,3.2110860347747803,-0.4634459912776947,1.2072889804840088,-4.46068000793457,1.1032589673995972,-3.0961649417877197,2.668160915374756,0.04374000057578087,-1.709414005279541,3.2251200675964355,-4.16900110244751,1.107854962348938,-1.9003479480743408,1.4394559860229492,-1.1600780487060547,-3.772855043411255,-2.5250608921051025,-3.2757320404052734,2.4120349884033203,-3.155014991760254,2.902406930923462,0.8170400261878967,1.2648899555206299,2.8898050785064697,0.9523910284042358,-2.1984810829162598,-0.6435390114784241,1.5295000076293945,0.030131999403238297,-0.4877299964427948,0.6961249709129333,2.877103090286255,-1.3031009435653687,-2.080796957015991,-3.12795090675354,-1.1070560216903687,-0.8358539938926697,0.5503309965133667,0.567363977432251,-1.1498689651489258,-1.0425829887390137,-1.058184027671814,-3.1630771160125732,1.2453900575637817,1.9356679916381836,-3.542320966720581,0.9088389873504639,0.15957899391651154,1.3699220418930054,-1.5945299863815308,2.615354061126709,2.611922025680542,-4.144103050231934,-2.1283700466156006,-0.8177739977836609,-4.368961811065674,-3.4834980964660645,0.9045069813728333,-2.4208130836486816,2.5164549350738525,-3.8263959884643555,0.7723050117492676,1.0468629598617554,-2.5324699878692627,1.234645962715149,-3.302417039871216,-2.6759560108184814,-2.8462650775909424,-0.27547499537467957,-1.9354759454727173,-2.291656017303467,3.0837628841400146,-1.7391459941864014,-1.0929750204086304,-2.9634759426116943,-1.0880769491195679,0.16277000308036804,-0.7345790266990662,-4.155251979827881,-0.6998909711837769,2.0593950748443604,-3.145822048187256,-3.1427409648895264,-2.684053897857666,2.6825931072235107,0.539559006690979,-3.1879959106445312,1.395490050315857,3.007183074951172,-0.4483500123023987,-1.709164023399353,2.1216049194335938,-1.1420459747314453,-1.1218730211257935,1.4841350317001343,2.7666420936584473,1.0483200550079346,2.2529079914093018,0.05609700083732605,2.536525011062622,-0.45176801085472107,0.10488700121641159,0.10713999718427658,1.4252840280532837,0.7366160154342651,2.8564960956573486,1.7147480249404907,-0.3323709964752197,-2.2331979274749756,-3.806030035018921,1.9002699851989746,0.7485439777374268,1.0111089944839478,1.022223949432373,1.145656943321228,-3.7383840084075928,2.2119240760803223,2.449759006500244,-1.0039169788360596,-0.21627399325370789,-0.2066819965839386,-1.5559300184249878,2.744663953781128,2.732391119003296,2.675132989883423,0.3952850103378296,-0.6650829911231995,2.15569806098938,1.5552699565887451,1.000730037689209,2.6204230785369873,-3.707284927368164,2.5144948959350586,1.0661770105361938,-1.2662620544433594,2.1594491004943848,1.0269370079040527,1.0480270385742188,2.4805009365081787,2.1563899517059326,2.6865251064300537,-0.38377198576927185,-0.2443860024213791,-4.142226219177246,2.9670140743255615,0.8982449769973755,0.4084169864654541,0.38874998688697815,2.440155029296875,-3.8564438819885254,2.160048007965088,2.9198789596557617,-0.40255099534988403,2.90014910697937,0.67535799741745,1.6692160367965698,2.8659660816192627,-1.5290579795837402,2.4867610931396484,-3.9458799362182617,-1.4830989837646484,-1.5237139463424683,2.788839101791382,1.252689003944397,0.14351099729537964,-1.3491419553756714,0.4066239893436432,0.3469170033931732,2.563016891479492,1.7172980308532715,0.6918630003929138,0.8560870289802551,-0.9766319990158081,1.162145972251892,2.2812719345092773,1.522462010383606,1.489645004272461,-0.5320519804954529,-1.3173329830169678,2.3430979251861572,-0.9746230244636536,-0.7143139839172363,-1.3661750555038452,-0.9263650178909302,-3.175355911254883,2.55108904838562,-0.5862110257148743,3.1090939044952393,-1.3279969692230225,0.23856499791145325,0.20986199378967285,-3.1704819202423096,3.1884639263153076,2.7788069248199463,-0.6622440218925476,2.675818920135498,0.06692299991846085,2.592590093612671,-2.3910739421844482,0.07108300179243088,2.982100009918213,0.3090820014476776,2.257755994796753,-0.9648249745368958,1.5320099592208862,-1.2463289499282837,1.7134519815444946,2.2166171073913574,1.520712971687317,1.2494549751281738,2.6913259029388428,-4.321216106414795,0.9861940145492554,0.48847299814224243,2.1024019718170166,3.109204053878784,0.7655609846115112,0.9856500029563904,-1.3828949928283691,2.911410093307495,2.9158120155334473,-2.400404930114746,0.09645400196313858,-1.083685040473938,-3.3452770709991455,-3.322232961654663,1.0714950561523438,0.9863219857215881,1.3611539602279663,-3.178973913192749,-2.3135650157928467,0.0768280029296875,1.9909839630126953,-2.2779700756073,2.1134350299835205,3.044039011001587,3.042794942855835,2.7574009895324707,1.0596309900283813,1.2517119646072388,-3.0630569458007812,-3.442049980163574,-0.07643800228834152,2.5411670207977295,2.182102918624878,0.3440620005130768,-1.1796050071716309,-2.3113949298858643,2.3300790786743164,-0.9893209934234619,-0.6505990028381348,1.1434199810028076,1.1799629926681519,2.9930999279022217,-4.177225112915039,-4.182419776916504,-2.5367391109466553,-3.169313907623291,-2.2257769107818604,2.9912850856781006,-4.056764125823975,-4.008355140686035,-0.6931790113449097,-0.7611820101737976,-0.9532120227813721,-0.4036650061607361,0.8410170078277588,0.9689509868621826,1.635964035987854,-1.063689947128296,1.210584044456482,1.8722970485687256,1.0610909461975098,-3.2132198810577393,2.0118870735168457,2.680717945098877,2.711332082748413,0.7773060202598572,-2.981590986251831,-1.090656042098999,0.23833000659942627,0.649590015411377,-1.0814319849014282,-1.5979390144348145,2.655766010284424,-2.9762918949127197,-3.023392915725708,2.5576651096343994,0.5406630039215088,-1.0590089559555054,-0.6865900158882141,-3.9519760608673096,0.9741039872169495,1.9507819414138794,0.5877599716186523,-1.0413299798965454,-1.3129680156707764,-1.2114510536193848,-1.065255045890808,1.0286619663238525,-3.1417970657348633,0.6327049732208252,-2.5089480876922607,-1.485787034034729,2.082253932952881,-0.5231850147247314,2.525861978530884,2.8885350227355957,1.5151350498199463,-1.303987979888916,-1.1905310153961182,-1.7802950143814087,0.9901649951934814,1.7117359638214111,2.674704074859619,-2.152121067047119,-2.088999032974243,2.8954310417175293,1.8928149938583374,2.4220120906829834,-3.2054970264434814,-3.137732982635498,1.2680989503860474,3.2082440853118896,2.5826520919799805,1.4132859706878662,-2.743612051010132,0.8834409713745117,-3.2855749130249023,1.060899019241333,1.0753870010375977,2.2558510303497314,2.9147279262542725,-1.5908889770507812,0.2858000099658966,-3.1804471015930176,-0.3089880049228668,2.869144916534424,-3.791184902191162,-0.994841992855072,-4.073594093322754,-1.1394929885864258,0.5464640259742737,1.4360209703445435,-2.408946990966797,-0.029385000467300415,-2.1355090141296387,-0.9689900279045105,-4.181828022003174,1.9078320264816284,0.7616369724273682,1.8831260204315186,-0.36706000566482544,0.4498499929904938,2.2860000133514404,-3.993278980255127,-4.08650016784668,0.3073219954967499,1.5182440280914307,1.6698249578475952,-3.933535099029541,-1.4185750484466553,-4.521389961242676,2.290163040161133,-3.0270090103149414,-0.4166879951953888,-0.9275109767913818,-3.8763198852539062,-1.4435549974441528,-1.159214973449707,-4.29792594909668,-1.1426589488983154,-3.2188069820404053,-1.070734977722168,-3.040225028991699,-3.028419017791748,2.249113082885742,1.2367509603500366,2.70993709564209,0.9442870020866394,1.838212013244629,-3.195580005645752,-0.09561800211668015,-3.16684889793396,-2.013932943344116,2.1637918949127197,-4.199522972106934,1.0816030502319336,-1.4944939613342285,-1.3894280195236206,-0.5116649866104126,2.7365829944610596,-1.7823289632797241,2.501462936401367,-1.1119999885559082,-0.1451749950647354,-4.142876148223877,-3.1994519233703613,-0.621632993221283,-3.1612660884857178,-1.1543010473251343,2.753735065460205,-1.3564269542694092,-1.0199509859085083,1.7314050197601318,0.05247199907898903,2.395082950592041,-2.8099288940429688,-2.693950891494751,2.919806957244873,-3.2749381065368652,0.2856940031051636,-0.9696890115737915,-0.9302549958229065,-0.9416300058364868,1.1412320137023926,2.46895694732666,1.587609052658081,2.8743479251861572,-1.327731966972351,1.3565700054168701,-3.305428981781006,-0.4482710063457489,-0.5770660042762756,1.2770580053329468,2.548769950866699,0.5603920221328735,-1.220497965812683,2.832674980163574,1.447126030921936,1.6343859434127808,-2.462696075439453,-2.2592010498046875,-2.5940639972686768,-1.3590890169143677,-4.173807144165039,-1.3121919631958008,-1.0393450260162354,1.3351620435714722,-3.1647109985351562,-3.1673290729522705,-3.1307148933410645,-4.067379951477051,-3.132718086242676,-0.5727369785308838,3.074867010116577,-2.7646679878234863,-2.8704779148101807,1.1657660007476807,2.2066709995269775,2.336160898208618,1.70238196849823,-1.5473949909210205,2.1796600818634033,0.942221999168396,0.4856550097465515,2.5197041034698486,-0.7654250264167786,2.2158288955688477,2.92962908744812,-0.17445999383926392,2.903986930847168,2.8766040802001953,0.43021300435066223,2.1775588989257812,-1.7491860389709473,-3.765580892562866,-3.7472031116485596,-2.9426960945129395,-3.3230550289154053,2.180479049682617,-0.42968299984931946,0.7104529738426208,0.7374100089073181,-0.8637539744377136,-3.1288280487060547,2.1632490158081055,0.09119000285863876,1.0887229442596436,-4.500089168548584,0.40953999757766724,-4.20201301574707,-1.0558279752731323,0.6250889897346497,0.5895770192146301,0.10187699645757675,0.9314730167388916,-4.013986110687256,-4.276200771331787,1.2705039978027344,1.2793840169906616,-1.4158929586410522,0.6003710031509399,2.6075329780578613,2.5360538959503174,2.342466115951538,2.349153995513916,2.3399219512939453,3.125802993774414,-1.0558979511260986,3.119368076324463,-1.9541330337524414,-1.1504429578781128,1.2437609434127808,-1.6308419704437256,-3.317888021469116,1.078024983406067,-3.1612699031829834,1.1821030378341675,2.7479140758514404,-3.1336309909820557,0.7977979779243469,-0.05189500004053116,-2.372061014175415,0.3433310091495514,-3.176846981048584,-0.09565699845552444,0.3451409935951233,-1.364812970161438,0.1076039969921112,-0.8085119724273682,2.3739728927612305,3.0510289669036865,-2.3471710681915283,-3.1595230102539062,-1.2364009618759155,1.2644599676132202,-1.5703500509262085,-4.177295207977295,-1.8252569437026978,-2.3363699913024902,-1.9631860256195068,-4.393217086791992,0.8534489870071411,0.876928985118866,0.27610498666763306,-1.6188080310821533,1.2884089946746826,-3.183018922805786,0.0766569972038269,-3.8103370666503906,-0.4565719962120056,-1.600816011428833,0.7621539831161499,-1.2708590030670166,-1.264404058456421,-4.2128400802612305,1.9757720232009888,-2.2438340187072754,2.3404810428619385,3.1252880096435547,1.7352319955825806,-4.419764041900635,-0.48891299962997437,-1.91736900806427,2.0903210639953613,-1.1416709423065186,2.9992330074310303,2.777179002761841,-1.0911389589309692,2.5280749797821045,2.0355629920959473,-2.735429048538208,2.347954034805298,-2.841507911682129,-3.1673390865325928,-3.748908042907715,-3.1671249866485596,-1.9164390563964844,2.6369869709014893,2.356532096862793,2.040709972381592,0.9002580046653748,2.7711501121520996,1.2569589614868164,2.1828598976135254,2.2063629627227783,-4.060597896575928,1.3809759616851807,-1.0962170362472534,-0.6763749718666077,3.0527451038360596,2.9563028812408447,2.819648027420044,-1.070783019065857,0.6479730010032654,-2.5808370113372803,-3.4962210655212402,-3.164001941680908,-1.8376009464263916,0.7934240102767944,3.0091850757598877,-0.9806470274925232,2.547075033187866,-4.112329006195068,2.5533668994903564,-3.4752049446105957,2.5430800914764404,1.219182014465332,-1.0832680463790894,1.1273720264434814,-3.962337017059326,-1.3421430587768555,2.9633231163024902,-0.8055419921875,-4.127167224884033,2.9404120445251465,2.3234848976135254,2.4101810455322266,-1.0145360231399536,-3.144726037979126,-4.1963419914245605,2.8320329189300537,-1.716331958770752,-1.7017639875411987,-3.2079169750213623,0.11001600325107574,2.909398078918457,2.553283929824829,2.687467098236084,2.329833984375,0.9406530261039734,0.6747710108757019,1.267598032951355,0.05625800043344498,-2.6572909355163574,-4.155351161956787,-4.224948883056641,-2.202162027359009,-2.30948805809021,2.418976068496704,2.4301469326019287,-0.4249959886074066,2.9225881099700928,0.5337510108947754,0.9448580145835876,0.9480050206184387,0.607026994228363,1.191741943359375,-3.0660409927368164,-3.869497060775757,-3.1737780570983887,2.178989887237549,1.9789320230484009,1.1966650485992432,-3.134800910949707,-1.9601110219955444,1.832213044166565,-2.342046022415161,-1.2464900016784668,0.7243360280990601,-1.2316360473632812,1.0307339429855347,1.034993052482605,2.845608949661255,0.3466250002384186,-0.8591309785842896,2.776405096054077,1.3814419507980347,-1.252174973487854,2.3196680545806885,-4.399763107299805,-4.4659528732299805,2.0826950073242188,2.016634941101074,0.13604499399662018,0.15103599429130554,-1.6595309972763062,2.8585379123687744,-3.080216884613037,-2.3058629035949707,2.376270055770874,2.898305892944336,2.7337920665740967,-2.7389800548553467,-2.9155309200286865,2.302130937576294,1.5080389976501465,2.458822011947632,-3.086432933807373,-3.219136953353882,1.0667779445648193,0.3340989947319031,1.0072540044784546,-1.698133945465088,3.045952081680298,1.0346879959106445,-1.4932960271835327,-0.6105239987373352,1.7561219930648804,-3.7586851119995117,-1.8263800144195557,3.1301109790802,1.0975199937820435,2.378840923309326,-1.1083159446716309,3.0158960819244385,1.9009640216827393,2.130189895629883,1.0641939640045166,-1.0126240253448486,0.03210499882698059,-2.166914939880371,-4.584255218505859,-2.1779520511627197,3.1630640029907227,0.5761839747428894,0.5458430051803589,-0.3907899856567383,-0.08661799877882004,-1.0709689855575562,0.14467500150203705,-3.1835598945617676,2.7451870441436768,1.130645990371704,1.573580026626587,1.075543999671936,0.6869040131568909,0.7403960227966309,0.6619219779968262,2.2530009746551514,-1.9337749481201172,-2.1439449787139893,2.379702091217041,-2.9353671073913574,-1.5099819898605347,-2.9075369834899902,-2.0193090438842773,-1.2007269859313965,-3.147139072418213,-1.6410499811172485,-4.497189044952393,1.9172070026397705,-3.1319680213928223,2.118997097015381,1.7112369537353516,2.513266086578369,-1.3340870141983032,0.9191650152206421,-0.07515499740839005,2.948668956756592,1.7598010301589966,-4.1062188148498535,-4.374039173126221,-1.27469801902771,1.9722670316696167,-0.8610180020332336,0.27425599098205566,2.4552860260009766,-1.1048439741134644,-1.045801043510437,0.5098689794540405,-1.063344955444336,-1.4783819913864136,-2.455773115158081,2.984035015106201,2.9653279781341553,-0.9402989745140076,-1.6997400522232056,0.6230279803276062,-1.1428229808807373,2.7039029598236084,-4.219327926635742,-4.418676853179932,0.22203600406646729,1.9891469478607178,-4.160216808319092,-1.7222280502319336,2.484637975692749,-0.677869975566864,1.9121750593185425,-3.140510082244873,0.9752280116081238,-1.7208340167999268,-2.0730719566345215,-1.7612019777297974,-2.912166118621826,1.9117649793624878,-2.306159019470215,1.1198309659957886,1.227998971939087,-0.7952579855918884,-1.1540809869766235,-2.1000208854675293,-3.5136749744415283,-4.1827569007873535,0.865414023399353,0.7095119953155518,2.5075910091400146,2.469038963317871,0.13581299781799316,3.2783169746398926,-4.174621105194092,-3.256566047668457,-1.9424079656600952,-3.8915350437164307,0.33382299542427063,-2.4187819957733154,-1.7872300148010254,-1.715548038482666,-0.025391999632120132,2.4728751182556152,-3.1334080696105957,3.1340510845184326,0.980758011341095,-1.093256950378418,2.208534002304077,1.346323013305664,-0.44296300411224365,-2.5989160537719727,-1.1843479871749878,-3.3076350688934326,2.245137929916382,2.2453091144561768,-1.1478949785232544,-1.1911979913711548,1.4780189990997314,3.103419065475464,3.0748860836029053,-0.570019006729126,0.998075008392334,1.2155489921569824,2.555246114730835,2.023792028427124,-4.65235710144043,-4.020449161529541,-2.35471510887146,2.3017361164093018,-4.173370838165283,-2.9136080741882324,-1.5899360179901123,2.6401619911193848,2.501626968383789,-4.208236217498779,2.8693881034851074,2.952157974243164,1.4594210386276245,1.5285240411758423,-3.1304590702056885,2.228071928024292,3.0396950244903564,-1.6043330430984497,-3.195409059524536,-3.2089340686798096,-0.8671159744262695,0.5251399874687195,-4.081698894500732,1.1725579500198364,-2.2109880447387695,-2.2850160598754883,1.3045179843902588,-1.0913939476013184,3.1058900356292725,-2.6788079738616943,2.3663899898529053,-0.22292199730873108,-0.9708020091056824,2.6183149814605713,2.7968719005584717,-3.818941116333008,1.6252549886703491,-1.483747959136963,2.3631250858306885,2.531687021255493,-1.830090045928955,-2.134942054748535,2.453376054763794,-1.1953760385513306,-3.141242027282715,-3.1393730640411377,-0.38648200035095215,2.273277997970581,0.04991300031542778,-0.22347700595855713,0.9896050095558167,2.301405906677246,0.7975350022315979,-0.42228201031684875,-1.1122239828109741,-1.3186780214309692,1.9789760112762451,2.6953890323638916,-3.660451889038086,0.39945200085639954,-1.8177069425582886,-2.532810926437378,-2.9818670749664307,2.5827040672302246,-1.1341700553894043,2.4143459796905518,2.4044790267944336,-1.5989160537719727,-1.460710048675537,0.03170900046825409,-1.9177910089492798,-3.163050889968872,0.5469120144844055,-1.1810139417648315,-3.1688759326934814,2.9033560752868652,-1.3021409511566162,2.533389091491699,-4.284377098083496,-4.152644157409668,1.333631992340088,1.7586270570755005,-3.0239551067352295,-4.529902935028076,1.1623799800872803,-1.470911979675293,1.6587820053100586,-1.3240230083465576,-1.5593960285186768,-3.0706589221954346,-3.062192916870117,0.6235100030899048,-1.0620570182800293,-3.1332828998565674,0.9795860052108765,1.1693929433822632,-1.1018439531326294,-1.474586009979248,-0.19207699596881866,-1.142536997795105,2.971437931060791,1.5291379690170288,0.550121009349823,-2.205631971359253,-1.2455379962921143,0.653984010219574,0.9301239848136902,1.818444013595581,1.8969980478286743,-4.116250991821289,-0.2972300052642822,0.4831109941005707,-1.1369140148162842,-4.163304805755615,1.5120240449905396,2.6475419998168945,2.4377129077911377,2.1946299076080322,2.922400951385498,-1.1829910278320312,2.4797890186309814,-1.0454540252685547,2.963555097579956,0.8883519768714905,-2.480329990386963,-3.1384599208831787,0.38640400767326355,1.4688689708709717,1.4163730144500732,1.8981269598007202,1.7525980472564697,-1.993886947631836,-4.062273979187012,2.3784549236297607,-0.8005030155181885,-0.8001800179481506,1.1165080070495605,-1.066519021987915,-2.619611978530884,-3.2991650104522705,2.7817070484161377,-3.1390790939331055,-3.141624927520752,2.721740961074829,-3.1679201126098633,2.0147080421447754,-0.9110109806060791,-0.7043989896774292,-0.8390169739723206,-2.4128220081329346,0.054294001311063766,2.660202980041504,-3.5673019886016846,-4.034684181213379,-0.7137129902839661,2.578927993774414,0.6896860003471375,0.6832849979400635,0.12588399648666382,-3.154550075531006,1.9869029521942139,1.2698760032653809,1.2902439832687378,-1.7967989444732666,2.426913022994995,-2.3304479122161865,-3.1453800201416016,1.1812269687652588,1.935049057006836,1.1565029621124268,-3.173943042755127,-3.388356924057007,2.3595290184020996,2.5800299644470215,1.1023290157318115,-2.161012887954712,-0.9393110275268555,3.0843400955200195,3.0939509868621826,-0.320932000875473,2.2765920162200928,-1.0169579982757568,3.2079999446868896,0.8186569809913635,-2.1866629123687744,-3.8634419441223145,-1.3444279432296753,0.22105500102043152,3.2305400371551514,-1.4557069540023804,2.098762035369873,2.2804219722747803,-3.1883139610290527,2.6882739067077637,-1.1854809522628784,0.02855999954044819,0.3829759955406189,2.4725000858306885,-1.830976963043213,-3.996181011199951,1.062930941581726,2.2387750148773193,2.222295045852661,-2.05705189704895,2.991511106491089,-3.1652169227600098,-3.163300037384033,2.755120038986206,2.731411933898926,-2.0855329036712646,-0.2797220051288605,-1.2536829710006714,2.730649948120117,1.2465410232543945,-3.2618229389190674,2.6972169876098633,2.723947048187256,-1.0958590507507324,-3.152949094772339,-4.552987098693848,-1.17284095287323,-3.1614561080932617,-1.606680989265442,2.8825340270996094,-1.2621920108795166,-3.469357967376709,1.2528680562973022,-2.4447379112243652,-2.5815610885620117,2.214570999145508,2.06638503074646,2.880829095840454,2.3000259399414062,3.0128369331359863,2.28825306892395,-2.7893710136413574,0.9979919791221619,0.8409489989280701,-2.785696029663086,-0.44535699486732483,-0.6777200102806091,-4.190371990203857,1.9450709819793701,-2.4515459537506104,-3.190751075744629,-2.2807300090789795,-1.4789860248565674,1.2167249917984009,2.5327329635620117,2.0913829803466797,-4.173274040222168,-2.8639578819274902,1.0738860368728638,-0.9204090237617493,-0.9417399764060974,-2.2043039798736572,-3.1373109817504883,-4.2049360275268555,-1.3081649541854858,0.8625609874725342,1.1399990320205688,1.9122940301895142,1.7060840129852295,1.231773018836975,1.198922038078308,-1.3602019548416138,0.554813027381897,0.5403419733047485,1.9046390056610107,1.8821250200271606,1.949605941772461,2.8753249645233154,-1.0822269916534424,-2.1133251190185547,1.1998080015182495,0.685401976108551,-3.5079920291900635,0.05160500109195709,-4.000998020172119,1.6123700141906738,2.301831007003784,0.9649230241775513,0.959496021270752,-1.0909830331802368,1.8182109594345093,-2.205871105194092,2.8866209983825684,2.872957944869995,-3.794574022293091,-4.169651031494141,1.316897988319397,0.847927987575531,0.524179995059967,2.6226630210876465,2.3613359928131104,-1.343716025352478,-1.2875850200653076,-4.015138149261475,-3.2481400966644287,2.1679399013519287,1.127634048461914,1.2273310422897339,-4.542212009429932,-4.5497918128967285,2.877908945083618,2.195162057876587,2.3798720836639404,3.066230058670044,-0.4593749940395355,-0.46411600708961487,-2.472203016281128,1.2066580057144165,0.15494300425052643,2.5380609035491943,1.2031450271606445,-1.7975549697875977,2.495677947998047,2.2279999256134033,2.4741220474243164,-1.5463800430297852,2.8818259239196777,1.247040033340454,1.2740230560302734,1.179489016532898,-3.1342670917510986,-4.207903861999512,-2.4887959957122803,2.185821056365967,1.2998470067977905,2.944183111190796,2.379628896713257,0.9833340048789978,2.777780055999756,-0.9312599897384644,0.718051016330719,1.6450769901275635,-3.188405990600586,-1.4111599922180176,1.260354995727539,0.9876620173454285,-4.040081977844238,-4.651340007781982,1.357869029045105,3.0279030799865723,0.2082580029964447,-4.192511081695557,2.949270009994507,3.0828700065612793,0.8847860097885132,-3.219470977783203,-1.3152450323104858,-0.25627401471138,-3.4986050128936768,-0.9591050148010254,-0.0050860000774264336,3.0711400508880615,1.2031220197677612,0.1614300012588501,-2.1965761184692383,-2.9334609508514404,1.319991946220398,-1.4060330390930176,1.0680710077285767,-3.1311800479888916,-0.2042980045080185,1.3178130388259888,0.00494900019839406,-4.399380207061768,1.2015520334243774,2.5662410259246826,-1.2197370529174805,-3.1593449115753174,0.22266900539398193,0.7248020172119141,0.724416971206665,1.8060840368270874,-1.2611349821090698,3.016442060470581,-0.3161099851131439,2.2402729988098145,-2.540354013442993,0.935437023639679,-0.7562010288238525,2.799838066101074,0.15778599679470062,-2.0625159740448,2.869662046432495,-2.2511770725250244,-4.200255870819092,-0.9493979811668396,-4.203399181365967,0.3223179876804352,2.475135087966919,2.500619888305664,-1.4995969533920288,2.746351957321167,2.025554895401001,3.178816080093384,1.2036629915237427,1.1835600137710571,-2.6524810791015625,-2.413870096206665,0.6421269774436951,-3.1727049350738525,-1.9697270393371582,0.5763930082321167,2.530287027359009,-3.1864099502563477,3.192430019378662,1.3694640398025513,-3.1339290142059326,-4.271307945251465,0.8039789795875549,1.2651569843292236,-3.1648900508880615,2.9404280185699463,-1.0744290351867676,1.4938499927520752,-1.1835930347442627,-3.7099430561065674,-0.3698999881744385,-1.2428020238876343,-1.2975549697875977,2.995979070663452,2.6366000175476074,-4.196694850921631,-3.178283929824829,-2.8428890705108643,2.5730879306793213,2.5080690383911133,-0.4875069856643677,1.9893109798431396,0.9282060265541077,3.117002010345459,1.8985190391540527,-1.391219973564148,2.4726579189300537,-1.164175033569336,-1.3640249967575073,-3.1489241123199463,3.0343940258026123,2.67828106880188,-4.178932189941406,-1.167512059211731,-3.936418056488037,0.6220489740371704,-4.211155891418457,-2.0527760982513428,3.1599740982055664,2.409630060195923,-0.5800920128822327,2.086862087249756,-0.36117398738861084,-2.6919209957122803,-1.9897220134735107,-1.4595129489898682,1.794126033782959,2.461833953857422,-1.5135149955749512,1.8362090587615967,2.4187259674072266,2.8669469356536865,2.1928460597991943,1.7101550102233887,-2.2601850032806396,0.8949199914932251,-1.5828380584716797,-3.1323909759521484,2.7357189655303955,2.1171820163726807,-3.9899470806121826,-1.4970170259475708,-0.937690019607544,1.9183859825134277,1.906106948852539,2.9907829761505127,-3.340825080871582,2.162684917449951,2.7927420139312744,1.3050769567489624,2.751331090927124,1.2653470039367676,-1.8267099857330322,-2.0510659217834473,1.2039510011672974,0.03599200025200844,-1.4406230449676514,-1.0323070287704468,3.123378038406372,-2.499429941177368,1.9769489765167236,-1.2628740072250366,0.26820600032806396,0.22154299914836884,2.0091350078582764,1.740365982055664,1.6946099996566772,0.09017399698495865,-1.1857680082321167,-1.2549649477005005,-3.160367012023926,0.6176559925079346,1.088034987449646,0.7361670136451721,1.884026050567627,-2.7909700870513916,-4.151976108551025,1.1398429870605469,-3.3007140159606934,1.6576639413833618,-2.6054179668426514,2.9749350547790527,0.9829069972038269,2.062077045440674,-1.0303080081939697,1.2777609825134277,-2.6313529014587402,-1.4518259763717651,-1.4266690015792847,2.0349459648132324,-3.0408759117126465,-3.5273849964141846,1.297171950340271,1.2589069604873657,1.2584880590438843,0.4435249865055084,-3.2820000648498535,-3.1462509632110596,-2.4439749717712402,-1.3906769752502441,-1.455435037612915,2.84066104888916,-0.6460490226745605,0.3703869879245758,2.5353190898895264,-1.4019789695739746,0.8668980002403259,2.323421001434326,2.326939105987549,3.0440869331359863,2.7359139919281006,-1.2203929424285889,-1.3454890251159668,-2.8531410694122314,2.8076019287109375,-1.3062150478363037,0.760021984577179,1.396854043006897,-2.3795320987701416,-3.162893056869507,-0.794871985912323,-1.0049320459365845,-2.1761560440063477,1.3128340244293213,0.9971150159835815,0.08771199733018875,-2.0205190181732178,-0.7263389825820923,0.9811260104179382,-3.292694091796875,0.44446900486946106,-0.387719988822937,-1.1210260391235352,1.1933749914169312,-2.113178014755249,2.6940689086914062,0.5282080173492432,-3.137761116027832,-0.9331309795379639,-1.7855310440063477,0.9364299774169922,-1.015463948249817,0.3731369972229004,2.551171064376831,-4.544149875640869,-3.195173978805542,1.470123052597046,2.2445991039276123,-4.412240982055664,1.3157800436019897,-1.8954110145568848,2.3520259857177734,-0.002707999898120761,-2.9436910152435303,2.52054500579834,0.8843880295753479,-3.5929689407348633,-2.0770928859710693,-2.245297908782959,2.748940944671631,-1.4390909671783447,-2.1469318866729736,0.9705759882926941,1.43430495262146,1.2566089630126953,0.6336849927902222,1.9550600051879883,-4.640195846557617,-3.162079095840454,-2.476515054702759,-0.30258700251579285,-2.821650981903076,1.8419729471206665,-2.9472930431365967,1.1188709735870361,0.5458329916000366,-1.8647639751434326,0.022029999643564224,0.033876001834869385,2.2131459712982178,2.358588933944702,-1.9513070583343506,2.8502299785614014,0.04486199840903282,0.47407200932502747,0.7103009819984436,0.8535789847373962,2.1532540321350098,-0.8688740134239197,2.318463087081909,0.457273006439209,-1.1258089542388916,1.5184049606323242,-1.273537039756775,-3.5486910343170166,0.6823959946632385,-0.02480899915099144,1.0537079572677612,0.586601972579956,-0.18515199422836304,3.0497028827667236,0.1279579997062683,2.4058120250701904,1.923658013343811,2.345276117324829,1.8984830379486084,-3.439646005630493,-1.8943580389022827,-3.151115894317627,0.6808779835700989,1.2330429553985596,2.66328501701355,2.3573670387268066,-0.8975120186805725,1.203969955444336,-3.6265809535980225,-3.15535306930542,-0.8419610261917114,-0.7929090261459351,2.7256228923797607,2.3342370986938477,2.714231014251709,2.920835018157959,-0.9955940246582031,-0.8227260112762451,2.3939321041107178,-3.152796983718872,2.08902907371521,1.1590379476547241,0.43931299448013306,0.5370219945907593,-3.947770118713379,-0.16500599682331085,2.073978900909424,-1.2823580503463745,-2.602555990219116,-0.9258189797401428,-2.464832067489624,-2.1303811073303223,1.0067360401153564,2.783982992172241,2.394213914871216,-1.255202054977417,-2.025062084197998,-3.128906011581421,0.054933998733758926,-0.40204301476478577,-3.2780680656433105,1.5844440460205078,-0.467195987701416,2.3006999492645264,0.7272260189056396,2.0323519706726074,-3.0322699546813965,-2.2204959392547607,2.1707348823547363,2.524329900741577,1.7053519487380981,2.351483106613159,-1.529636025428772,-2.895869016647339,3.1895198822021484,-4.160511016845703,0.6505489945411682,-2.134572982788086,0.41423499584198,-3.1597468852996826,-3.1565470695495605,-2.978450059890747,-2.31235408782959,-4.20285701751709,-3.1338610649108887,1.9707549810409546,0.036981001496315,0.1903419941663742,2.9838290214538574,2.9721670150756836,-1.4464110136032104,-2.5466880798339844,2.5721890926361084,-1.2619110345840454,-0.8938639760017395,2.5185129642486572,-0.2315019965171814,2.871082067489624,1.5117030143737793,2.7126801013946533,2.5329999923706055,2.583390951156616,2.091507911682129,-2.8963160514831543,-3.224709987640381,-3.1919350624084473,0.3534319996833801,0.23749199509620667,-1.2821650505065918,-1.3362599611282349,-3.885775089263916,2.167747974395752,0.10610099881887436,-3.19205904006958,-1.8848860263824463,0.383186012506485,-0.3557099997997284,-0.25572100281715393,2.953258991241455,2.8710620403289795,2.4629099369049072,-3.1970410346984863,1.1110570430755615,2.6737160682678223,1.7576630115509033,-2.898092031478882,-0.9657040238380432,-3.160953998565674,-2.8864328861236572,-3.1476941108703613,-3.4775550365448,2.7455849647521973,2.726322889328003,2.9041459560394287,-4.477222919464111,2.7455921173095703,2.9061241149902344,1.4787429571151733,2.7379310131073,2.806920051574707,1.0229589939117432,-4.5871100425720215,0.26425498723983765,-1.189497947692871,2.1404099464416504,-0.996487021446228,-3.3095569610595703,3.2450969219207764,2.45184588432312,-0.5292840003967285,-2.689763069152832,-1.5899649858474731,-2.136504888534546,0.1633239984512329,-4.18158483505249,-4.186685085296631,2.6487979888916016,2.6611080169677734,2.650012969970703,3.208911895751953,0.7880679965019226,-0.5923590064048767,0.7566909790039062,1.989456057548523,-2.3709909915924072,-3.1841070652008057,-1.6333719491958618,1.9289929866790771,-4.187563896179199,-0.6366329789161682,-1.478005051612854,2.2532711029052734,0.6265900135040283,-1.6325099468231201,2.927807092666626,-3.542656898498535,3.188122034072876,-1.149798035621643,-0.7848100066184998,-1.073138952255249,3.006227970123291,-0.100723996758461,2.152606964111328,0.8401889801025391,2.492522954940796,2.168837070465088,1.301669955253601,3.049320936203003,-2.686431884765625,-2.283968925476074,2.5684139728546143,-0.9558659791946411,-1.038396954536438,0.890982985496521,-2.497973918914795,2.002223014831543,-2.1001830101013184,-1.1419579982757568,-0.7488549947738647,-0.7339910268783569,2.701777935028076,1.1281390190124512,-1.8155750036239624,3.167715072631836,2.4746170043945312,-2.883604049682617,-2.828627109527588,-0.6288130283355713,0.8544890284538269,3.062464952468872,0.6743869781494141,3.1196060180664062,-3.1495230197906494,-3.729820966720581,-1.1801929473876953,1.8150479793548584,1.78049898147583,-0.1903430074453354,-4.531182765960693,-3.1839098930358887,-3.1794490814208984,2.3930270671844482,-1.3274259567260742,-1.3695039749145508,2.098512887954712,-4.113256931304932,0.4765990078449249,0.08222100138664246,0.0778219997882843,0.12112200260162354,-1.0916880369186401,2.3535819053649902,-4.168378829956055,0.9516540169715881,-1.9649100303649902,-2.648879051208496,-1.3526370525360107,-3.2313950061798096,2.0587069988250732,-1.562453031539917,1.1285300254821777,-3.166363000869751,-1.2693920135498047,2.1383650302886963,-3.139543056488037,-1.0006239414215088,0.8696759939193726,0.8642399907112122,0.815841019153595,1.4226269721984863,-4.180915832519531,-0.36188599467277527,2.15664005279541,2.8638980388641357,-1.1407380104064941,-1.215142011642456,0.818684995174408,-3.1500139236450195,-3.1500420570373535,1.2204560041427612,3.2633750438690186,-1.087401032447815,2.078890085220337,1.2101409435272217,-4.413644790649414,-4.21709680557251,2.7284231185913086,-1.845134973526001,-4.073408126831055,-3.0503129959106445,2.7093520164489746,2.1059799194335938,1.2078239917755127,2.4909379482269287,-1.2223939895629883,2.279158115386963,0.829695999622345,2.557687997817993,-2.8976690769195557,-4.335580825805664,-1.892333984375,0.5701119899749756,-1.752729058265686,-3.1350231170654297,0.2896449863910675,2.3295040130615234,1.1020569801330566,-1.3658009767532349,3.0324819087982178,-0.8292850255966187,1.1801940202713013,-4.217124938964844,1.3990260362625122,2.7814149856567383,-1.4587490558624268,2.3142640590667725,2.3123230934143066,2.224292039871216,2.6689751148223877,-1.0579659938812256,0.13614599406719208,-4.541546821594238,2.8301589488983154,-3.1395750045776367,-3.20940899848938,-3.214179039001465,-3.1402928829193115,-2.228346109390259,-1.274021029472351,0.13787800073623657,-0.9573709964752197,-3.2243900299072266,3.104801893234253,-3.6255791187286377,-4.651031017303467,-4.180716037750244,1.4013999700546265,3.2072739601135254,-2.155050039291382,-1.3706270456314087,-3.164336919784546,-1.3104239702224731,-0.03327900171279907,-1.4632329940795898,1.9341310262680054,-4.36969518661499,0.9930130243301392,1.0579509735107422,2.900315046310425,2.2778968811035156,1.2877529859542847,-3.751173973083496,-3.5847699642181396,-3.1875669956207275,-1.152114987373352,-4.2193779945373535,0.12960000336170197,-0.8412230014801025,-2.8224799633026123,-3.164608955383301,2.473151922225952,0.046643998473882675,0.41043099761009216,-3.8100390434265137,0.6664980053901672,-1.7283159494400024,0.1378439962863922,1.119560956954956,-0.6818779706954956,1.1197919845581055,-1.3384089469909668,-2.1254639625549316,-1.450247049331665,-3.192909002304077,1.882222056388855,-1.043025016784668,2.2562339305877686,-2.082824945449829,-4.241939067840576,-2.0365490913391113,0.26279398798942566,-3.134876012802124,-4.172834873199463,-4.177046775817871,-3.6599209308624268,1.2289149761199951,-3.1619980335235596,3.159806966781616,-0.5981159806251526,2.869051933288574,-4.4083051681518555,-4.380834102630615,0.37716400623321533,-0.7591279745101929,2.5105249881744385,1.3583099842071533,2.394174098968506,1.1943930387496948,2.8793749809265137,-3.762799024581909,-4.197339057922363,2.8874289989471436,0.8048710227012634,-1.8553249835968018,-3.2070279121398926,2.6614439487457275,2.157360076904297,-1.6574699878692627,-1.8824700117111206,-3.354090929031372,-3.2548060417175293,2.307133913040161,0.8667569756507874,-0.4256809949874878,-0.7845720052719116,-1.7468080520629883,-1.2126129865646362,-0.4194589853286743,3.09843111038208,0.7400529980659485,-2.584700107574463,1.961825966835022,-4.038304805755615,0.9837779998779297,-1.8148690462112427,1.9928749799728394,1.5080950260162354,0.34251898527145386,0.8011130094528198,-0.7628570199012756,2.6735920906066895,2.070781946182251,2.833858013153076,-3.17891788482666,2.6943230628967285,2.2648630142211914,-3.631256103515625,-3.260380983352661,-3.2134439945220947,-1.1017040014266968,2.7602310180664062,-0.6176819801330566,-0.6165800094604492,2.919835090637207,3.110793113708496,-0.31924399733543396,1.890913963317871,0.5329350233078003,-1.9225009679794312,1.3052359819412231,-1.4585020542144775,-1.6330699920654297,0.1982319951057434,0.23265400528907776,-0.42792999744415283,-1.540187954902649,-0.43151700496673584,0.3748309910297394,-3.1430630683898926,-3.3279919624328613,1.7958550453186035,0.9872990250587463,-0.9900109767913818,-4.5656418800354,-3.1919240951538086,-4.15945291519165,2.154618978500366,2.2478599548339844,1.4872310161590576,-2.576077938079834,2.298551082611084,1.6688979864120483,-0.8976699709892273,-0.9095360040664673,0.9437419772148132,3.0336620807647705,2.831228017807007,2.8019580841064453,-0.6245089769363403,-0.6113749742507935,-4.055511951446533,0.22971799969673157,2.316215991973877,-0.3661719858646393,1.1557890176773071,-1.2223589420318604,3.1864240169525146,-4.33112907409668,2.8511059284210205,-1.29140305519104,2.594403028488159,1.2752269506454468,1.217074990272522,1.5066269636154175,-2.0605499744415283,3.002485990524292,2.4236950874328613,2.7583301067352295,-4.4004669189453125,1.402124047279358,2.780663013458252,1.978240966796875,2.7915239334106445,-3.5617830753326416,-3.4700229167938232,2.600486993789673,1.1835429668426514,-4.388899803161621,-0.7639880180358887,2.3749420642852783,-3.1688590049743652,2.614906072616577,-1.4651689529418945,-1.0488779544830322,3.0560801029205322,0.09497000277042389,3.0122408866882324,3.222287893295288,2.128308057785034,-1.1759779453277588,-0.1913670003414154,-1.9033290147781372,-0.06771700084209442,1.150805950164795,1.451809048652649,2.4415481090545654,2.271554946899414,0.5544400215148926,1.2147899866104126,-4.164587020874023,-4.652606964111328,-0.4789479970932007,-0.8336679935455322,-4.3663330078125,-0.7613469958305359,-0.3619610071182251,0.4891909956932068,2.4757161140441895,2.4811840057373047,-3.8764190673828125,2.4797489643096924,2.820763111114502,-1.3031330108642578,2.8781659603118896,2.8766469955444336,-3.757183074951172,-0.8278560042381287,-2.068260908126831,1.234294056892395,-1.2514569759368896,-3.619847059249878,-4.2494587898254395,1.432800054550171,1.8109840154647827,0.032875001430511475,0.9367610216140747,0.919297993183136,1.8331949710845947,-4.194558143615723,0.9424729943275452,-1.0033299922943115,-3.929810047149658,-2.3494338989257812,1.2086290121078491,1.228153944015503,-2.3142309188842773,2.2960479259490967,3.106813907623291,3.162144899368286,2.7375121116638184,-1.295793056488037,0.35033801198005676,-3.1579360961914062,2.5137290954589844,-0.868664026260376,2.4740829467773438,-4.372679233551025,2.9672799110412598,0.8702369928359985,1.2335710525512695,-0.965973973274231,1.233916997909546,1.2579519748687744,1.2978570461273193,-2.104541063308716,-1.3403149843215942,-1.872251033782959,2.1357851028442383,1.0204969644546509,-2.2326669692993164,-0.6324210166931152,1.2030179500579834,0.9828230142593384,0.9990339875221252,-1.2862670421600342,-1.3760789632797241,-0.8585569858551025,-0.8253589868545532,2.1207120418548584,-1.429772973060608,-1.3912299871444702,-1.331697940826416,2.97189998626709,1.146435022354126,1.1608320474624634,1.1655869483947754,-3.1520750522613525,-0.6376529932022095,1.371198058128357,-2.1814839839935303,1.6008219718933105,2.7367160320281982,0.09351100027561188,-3.63093900680542,0.4672529995441437,0.48183101415634155,0.47499701380729675,2.1936850547790527,-1.1974109411239624,-1.1935700178146362,-1.3680249452590942,-0.4348070025444031,2.1464040279388428,0.19313499331474304,-2.3135669231414795,3.0453460216522217,2.8484389781951904,1.907749056816101,1.4994560480117798,-3.4088590145111084,-3.4835550785064697,-2.295922040939331,-1.7505799531936646,-3.9471850395202637,-0.6611049771308899,-1.0037649869918823,0.12912000715732574,-0.9379439949989319,-0.9390329718589783,-1.9278169870376587,0.35102900862693787,-1.4816629886627197,2.489192008972168,-1.0893909931182861,-2.6483139991760254,0.8489720225334167,2.4758150577545166,2.409471035003662,1.2074660062789917,2.3748929500579834,-3.18376088142395,2.986172914505005,0.7659879922866821,-0.7638720273971558,2.3136560916900635,-1.7258909940719604,2.801395893096924,-0.6224420070648193,-1.996649980545044,-1.0853129625320435,-3.848176956176758,-4.014745235443115,-2.5233569145202637,1.1237560510635376,-4.148295879364014,-2.420478105545044,-1.3046859502792358,0.886709988117218,0.8744170069694519,-3.158531904220581,-4.18521785736084,-3.1263489723205566,-0.37926098704338074,-3.4908220767974854,1.5312130451202393,-1.709164023399353,-1.9137669801712036,-0.6753870248794556,2.1716690063476562,2.1815199851989746,2.2149031162261963,2.6032700538635254,2.599958896636963,-3.162846088409424,-0.21838800609111786,3.1663150787353516,1.771427035331726,-0.688431978225708,0.06892000138759613,1.8734220266342163,-1.8610659837722778,-3.9942779541015625,-0.3747349977493286,-0.014777000062167645,2.7365169525146484,2.8139379024505615,2.348242998123169,-4.606504917144775,1.7929929494857788,1.8633569478988647,3.256762981414795,2.389694929122925,-3.4418489933013916,0.16664500534534454,1.0434969663619995,-1.0402909517288208,2.381192922592163,2.0266640186309814,1.746055006980896,2.8222529888153076,-0.823432981967926,-1.5181219577789307,-1.4221580028533936,-2.926265001296997,-1.0814390182495117,2.4064199924468994,2.3547990322113037,2.1586360931396484,-1.596040964126587,-1.3501579761505127,0.5743489861488342,-3.498166084289551,-3.955997943878174,-4.4854350090026855,-3.7739620208740234,2.690603017807007,1.8715410232543945,1.8695579767227173,2.8689050674438477,0.03507699817419052,-3.1571030616760254,-3.19166898727417,-2.6461970806121826,-2.585966110229492,-2.4762229919433594,-1.7218090295791626,1.5177030563354492,3.2002220153808594,-1.5583490133285522,-1.1463589668273926,-1.1607730388641357,2.6218760013580322,1.0032860040664673,-4.044442176818848,-0.37391600012779236,2.1380059719085693,-0.04261000081896782,-1.3393019437789917,-0.15477299690246582,-4.384551048278809,2.6830639839172363,1.7405550479888916,1.9090169668197632,-2.197052001953125,-0.8121179938316345,-0.3692930042743683,0.05526600033044815,0.05902700126171112,1.282114028930664,0.7050110101699829,0.6183559894561768,2.8176090717315674,-3.1349940299987793,-0.9979990124702454,2.7512569427490234,-2.9332621097564697,1.1437280178070068,-2.068126916885376,-1.9732639789581299,-1.1209379434585571,3.1775190830230713,-0.9363530278205872,-1.0387259721755981,0.15398600697517395,1.0570780038833618,1.9063140153884888,-1.368975043296814,-3.180799961090088,2.4282689094543457,1.2580339908599854,0.6321229934692383,2.354991912841797,2.854048013687134,2.78495192527771,-4.124176979064941,-3.206882953643799,-0.5764989852905273,1.702707052230835,-1.1385869979858398,2.5386099815368652,-0.8450419902801514,0.7099530100822449,-0.173226997256279,1.2309930324554443,-4.160950183868408,-1.3671679496765137,-2.6391499042510986,-2.7128679752349854,-3.152574062347412,3.1659250259399414,-3.1585299968719482,0.49576300382614136,-1.0710680484771729,-1.0655180215835571,-1.2087830305099487,-0.35379600524902344,-4.179215908050537,1.1048580408096313,-2.7983689308166504,1.1343430280685425,2.422394037246704,2.981581926345825,0.6455050110816956,-2.4882891178131104,0.20261499285697937,-2.467700958251953,-2.028740882873535,-2.0614659786224365,-3.1615231037139893,-0.6493499875068665,-4.19664192199707,-1.274075984954834,-4.467290878295898,1.7411110401153564,-3.975745916366577,-4.1915411949157715,2.9086620807647705,-3.1246390342712402,-2.4046120643615723,2.6615829467773438,3.0405290126800537,-1.237936019897461,3.0417048931121826,-2.6135759353637695,-2.0587220191955566,3.2300970554351807,-2.126038074493408,2.832443952560425,2.2443830966949463,0.4483489990234375,0.9645439982414246,-4.518385887145996,3.175312042236328,2.1750669479370117,0.5058490037918091,-0.2140980064868927,-2.320175886154175,2.713320016860962,-3.1984848976135254,-3.902463912963867,-1.1446330547332764,-2.6405539512634277,0.4176509976387024,-3.1574809551239014,2.5850799083709717,2.610466957092285,1.6479860544204712,-0.8968369960784912,-0.19014300405979156,1.9095979928970337,-0.7397270202636719,0.4060269892215729,-1.1012159585952759,2.4019060134887695,-1.1201989650726318,1.177922010421753,-0.7821980118751526,-1.4725090265274048,-0.950764000415802,0.9004120230674744,2.925347089767456,2.484694004058838,2.7429709434509277,2.7286128997802734,3.1709330081939697,1.9015979766845703,0.9976130127906799,-2.937648057937622,0.638683021068573,1.1923840045928955,-4.651426792144775,0.6651210188865662,2.69464111328125,1.1094180345535278,2.5142390727996826,2.250680923461914,3.195462942123413,-1.7502789497375488,-3.3861780166625977,-4.212038040161133,-3.155885934829712,-0.8680490255355835,-3.074700117111206,1.1113760471343994,0.5688980221748352,0.4366550147533417,1.780400037765503,0.30757901072502136,-1.7021390199661255,-1.4666099548339844,-1.4727389812469482,0.10144899785518646,2.45273494720459,-3.88783597946167,-3.0590670108795166,-3.666698932647705,-3.365751028060913,2.857883930206299,2.6389200687408447,0.6499189734458923,0.16417500376701355,2.2853329181671143,2.262681007385254,-1.2927149534225464,-3.7335588932037354,1.9514859914779663,1.1010459661483765,-4.17349910736084,2.8901689052581787,1.2433199882507324,2.609415054321289,-0.35223498940467834,1.9870339632034302,-3.094122886657715,1.2536489963531494,-3.1237080097198486,2.829606056213379,1.0018030405044556,-3.0028979778289795,-1.2995280027389526,1.7569340467453003,1.297255039215088,2.828313112258911,-0.9737669825553894,2.616339921951294,2.6058270931243896,-3.1598799228668213,-3.1637439727783203,3.020970106124878,-4.200738906860352,1.8144350051879883,3.0211710929870605,-3.12937593460083,0.8618549704551697,2.890346050262451,-4.192728042602539,-0.5563420057296753,2.781196117401123,2.2301270961761475,2.519757032394409,2.913214921951294,-3.979724884033203,0.930903971195221,1.4534590244293213,-4.570810794830322,2.2599759101867676,-1.7936530113220215,1.644698977470398,2.2978880405426025,-2.07961106300354,1.2527079582214355,1.2557790279388428,0.6023799777030945,-3.145678997039795,1.128061056137085,2.1784191131591797,-0.033521998673677444,0.06715500354766846,-4.17948579788208,-4.201035022735596,-4.261898994445801,-4.197409152984619,2.1790759563446045,0.32717299461364746,-1.4287480115890503,2.5017600059509277,2.939167022705078,2.517880916595459,0.49346399307250977,2.2690019607543945,2.242147922515869,1.8181860446929932,1.6766910552978516,-3.252470016479492,-3.2328710556030273,-0.48133599758148193,0.39006999135017395,-1.9890960454940796,-3.142245054244995,0.02711400017142296,-1.2061899900436401,2.622546911239624,2.6098790168762207,-0.14894099533557892,-2.165904998779297,-0.2482679933309555,-2.010629892349243,-1.9876370429992676,-0.7893149852752686,1.6161689758300781,-3.671679973602295,1.236732006072998,0.2232999950647354,1.9099819660186768,-3.158730983734131,2.553865909576416,0.6172980070114136,1.09489905834198,3.235856056213379,2.692392110824585,1.1439599990844727,2.319493055343628,-0.5248630046844482,0.862097978591919,1.2328389883041382,2.4529271125793457,-0.11951100081205368,2.6989240646362305,1.2548589706420898,0.9894750118255615,1.7116279602050781,-1.6746350526809692,0.9848549962043762,-3.0680160522460938,-2.9836819171905518,-3.710721015930176,0.9352800250053406,1.929366946220398,0.1410609930753708,-2.1108040809631348,-1.7082569599151611,-4.389535903930664,1.1583720445632935,-3.121711015701294,-0.8234620094299316,2.3418378829956055,0.5294719934463501,-4.429487228393555,0.03858200088143349,-2.8880701065063477,0.05962499976158142,0.3119809925556183,-2.6454830169677734,-0.19485299289226532,-2.7059409618377686,2.609210968017578,-1.1355140209197998,2.110369920730591,-2.559731960296631,1.2446000576019287,0.063400998711586,0.059567999094724655,-1.4683070182800293,2.601684093475342,-2.0973429679870605,0.09427300095558167,0.07686100155115128,2.6268670558929443,-3.0142860412597656,1.2833219766616821,-3.1392951011657715,2.5380430221557617,1.2701430320739746,-3.4305570125579834,-3.422722101211548,-4.233675956726074,-2.6851119995117188,-3.1630680561065674,0.12643100321292877,-3.039863109588623,2.087430000305176,1.9087640047073364,0.8979560136795044,-1.8046430349349976,-0.6424869894981384,1.059033989906311,1.0805319547653198,-2.8788371086120605,-1.3840980529785156,-4.169658184051514,-4.383166790008545,-3.020745038986206,-3.16913104057312,1.588678002357483,-3.8467719554901123,-0.22964000701904297,-1.2761130332946777,1.0024340152740479,-2.0825159549713135,-4.1795220375061035,0.5637239813804626,-3.9879560470581055,-4.1395158767700195,-2.0098841190338135,0.9365559816360474,-2.092461109161377,2.6398770809173584,-3.6137290000915527,0.9887809753417969,1.7952940464019775,0.9872720241546631,-2.3752939701080322,-4.120028018951416,-4.199498176574707,-4.200135231018066,-1.142285943031311,-0.5501919984817505,0.9471629858016968,0.6314380168914795,0.23318499326705933,-1.2371280193328857,-1.241618037223816,0.9572200179100037,0.985031008720398,-1.9821360111236572,0.8956159949302673,2.761159896850586,-1.3224949836730957,1.3002979755401611,-2.201164960861206,-4.125976085662842,-0.7803559899330139,1.6303590536117554,-4.3246917724609375,-1.0871310234069824,2.37150502204895,0.665378987789154,-0.733394980430603,1.7903740406036377,-3.8916659355163574,2.3337290287017822,0.04873599857091904,0.7219640016555786,-3.134507894515991,1.1644690036773682,0.7257270216941833,0.7168020009994507,-1.8842569589614868,2.2857038974761963,2.9771299362182617,-2.4371089935302734,-1.025771975517273,1.3249789476394653,-2.638585090637207,-2.612423896789551,-2.6016929149627686,-1.9267330169677734,-2.3242719173431396,1.5691670179367065,2.5142650604248047,-3.174431085586548,1.4639049768447876,-2.1256449222564697,-2.2893729209899902,3.196502923965454,-3.1810779571533203,1.2565079927444458,-0.012701000086963177,0.6223629713058472,1.0697360038757324,-3.7867040634155273,-2.1350650787353516,2.874260902404785,-3.8344709873199463,-1.5312379598617554,0.907397985458374,-1.380005955696106,1.2279009819030762,0.9693139791488647,0.736598014831543,1.5631890296936035,2.2048580646514893,2.9075911045074463,0.4980340003967285,3.223707914352417,-2.704835891723633,1.2169239521026611,0.6980500221252441,-1.2860180139541626,0.9191070199012756,2.3790318965911865,-3.7113590240478516,-1.0724960565567017,2.647233009338379,-1.5960040092468262,1.130316972732544,2.2375829219818115,0.9024220108985901,-3.714721918106079,1.2396459579467773,1.0889170169830322,-3.8204898834228516,-1.285675048828125,-4.166202068328857,2.8059840202331543,2.4821360111236572,-4.2061309814453125,-3.129322052001953,0.46342599391937256,2.836034059524536,-0.8367350101470947,-4.162313938140869,-0.3072659969329834,-1.233922004699707,2.822938919067383,1.6960469484329224,2.8548130989074707,3.2152819633483887,-1.0676770210266113,-1.112889051437378,1.0048999786376953,-0.6303309798240662,-2.2502310276031494,1.0431129932403564,-1.2022420167922974,2.863771915435791,-4.107089042663574,-0.8920750021934509,2.155653953552246,-0.2795490026473999,3.2128679752349854,-1.183305025100708,-3.2337698936462402,0.6345679759979248,-0.5204290151596069,0.998898983001709,-1.2270629405975342,-1.024217963218689,3.0056800842285156,-1.6144239902496338,1.928393006324768,-4.104783058166504,1.231544017791748,2.884460926055908,2.7777280807495117,0.9860110282897949,-2.9339210987091064,-1.4140100479125977,0.7546939849853516,-3.036602020263672,1.8197649717330933,1.1868070363998413,-1.4921720027923584,-1.7569080591201782,-1.1281880140304565,0.2289460003376007,3.0601799488067627,-2.3667449951171875,3.016834020614624,3.0452349185943604,0.016705000773072243,3.0206079483032227,-2.7342870235443115,-2.4148659706115723,1.2265950441360474,-1.7327009439468384,2.8572499752044678,1.199874997138977,-3.0286500453948975,0.7322900295257568,0.7281190156936646,0.6901770234107971,0.7306680083274841,-1.4091440439224243,-3.1823949813842773,-2.3896470069885254,-3.6431961059570312,1.0673880577087402,-3.8277359008789062,-0.7321119904518127,-3.6017720699310303,-1.0210239887237549,-4.097540855407715,2.6771419048309326,2.0514540672302246,-4.081543922424316,-1.2584229707717896,-2.9607999324798584,-4.092964172363281,-1.297315001487732,-2.2562739849090576,1.2277319431304932,-0.005565000232309103,3.071065902709961,3.0457100868225098,-1.9616860151290894,2.3673880100250244,-3.6798019409179688,-3.129564046859741,3.2176589965820312,-3.673064947128296,-0.9892470240592957,2.5356650352478027,-3.1639249324798584,0.7933639883995056,0.4145669937133789,-0.9194579720497131,-3.152129888534546,-3.151587963104248,2.9726409912109375,1.2894359827041626,2.9869539737701416,-1.626220941543579,1.9426740407943726,-0.9559270143508911,-0.09614899754524231,-1.8554719686508179,2.249392032623291,-1.8521759510040283,-3.2197461128234863,0.6431170105934143,0.0920569971203804,0.9971699714660645,1.0437769889831543,2.451097011566162,-1.4158389568328857,-2.8630518913269043,-1.8236579895019531,3.088728904724121,-3.861865997314453,-2.4944589138031006,2.5255320072174072,-0.1928420066833496,-2.691512107849121,-1.2882599830627441,-2.8111441135406494,0.6067240238189697,-3.1571030616760254,2.5719521045684814,-1.0268690586090088,2.1554579734802246,-4.419773101806641,1.2427419424057007,-1.7591140270233154,0.5578659772872925,0.5648279786109924,0.4467029869556427,1.1214029788970947,2.950840950012207,2.521728992462158,1.291275978088379,0.7434309720993042,2.966315984725952,-1.8450839519500732,-1.2391070127487183,-1.0968259572982788,-4.171961784362793,-1.8264780044555664,-0.9761409759521484,-0.9888520240783691,-3.1970319747924805,2.806652069091797,1.9335240125656128,2.2807281017303467,3.1740870475769043,1.019487977027893,-3.807497978210449,-3.198251962661743,-4.412343978881836,-0.8860989809036255,-3.404345989227295,1.0739099979400635,1.140910029411316,3.1302390098571777,1.4118239879608154,3.15960693359375,2.8877320289611816,2.7188560962677,2.0036239624023438,-1.8727829456329346,-1.880174994468689,2.809438943862915,1.1603840589523315,2.4656059741973877,2.534648895263672,2.8787989616394043,2.900679111480713,-1.035714030265808,-3.5481979846954346,-4.177021026611328,-2.5858049392700195,-0.03665199875831604,-2.125580072402954,0.102292999625206,-2.1366260051727295,-1.6011569499969482,0.8593720197677612,0.8196640014648438,-2.0211451053619385,-2.6930150985717773,2.2293829917907715,-1.039674997329712,1.0331039428710938,-2.58912992477417,-1.8130240440368652,-3.633553981781006,0.4713749885559082,0.6426159739494324,2.3000900745391846,-4.651276111602783,0.08321300148963928,-2.4852499961853027,2.183434009552002,2.2108559608459473,-3.625101089477539,-2.5780739784240723,-1.1250050067901611,-2.200221061706543,-4.1964850425720215,-3.1386499404907227,-1.798761010169983,0.6857590079307556,2.6634368896484375,2.234153985977173,-1.884706974029541,-1.9086120128631592,-1.0640939474105835,2.3486380577087402,-2.5268099308013916,2.2342309951782227,-3.7533130645751953,2.9205739498138428,0.9731119871139526,-2.9714601039886475,-3.1326119899749756,-0.5216190218925476,-0.8814489841461182,2.3892860412597656,-1.3708020448684692,0.5888839960098267,2.621272087097168,-1.3757109642028809,2.5959689617156982,0.6981179714202881,-1.1476399898529053,2.93745493888855,1.1357389688491821,-1.6656570434570312,1.2795120477676392,1.096066951751709,-3.02687406539917,-1.0311310291290283,-4.215794086456299,-1.4279489517211914,-1.4464730024337769,-1.4248499870300293,-1.332718014717102,1.241178035736084,2.196476936340332,2.1528730392456055,-3.181879997253418,2.697458028793335,-1.8503650426864624,-1.4231339693069458,-3.476975917816162,-1.3474270105361938,-1.3905260562896729,-4.246210098266602,2.5269880294799805,-3.8771209716796875,0.4224120080471039,-3.129878044128418,1.1602569818496704,1.2240560054779053,2.2222180366516113,1.2687900066375732,-1.203819990158081,-3.176698923110962,1.5076160430908203,1.2659449577331543,1.26384699344635,-2.3955929279327393,1.1537590026855469,1.234352946281433,1.24400794506073,1.5379979610443115,-1.5466710329055786,-0.9719319939613342,0.6232249736785889,-3.1414101123809814,-3.768289089202881,2.748915910720825,2.962675094604492,2.9767470359802246,2.3000330924987793,-2.7829489707946777,-3.9000539779663086,-3.3673629760742188,-3.1459081172943115,-3.1303670406341553,0.017990000545978546,1.2524069547653198,-0.3221369981765747,-1.6763789653778076,2.1739649772644043,0.2235659956932068,1.0981119871139526,-0.00023299999884329736,-3.118138074874878,-3.166274070739746,1.762531042098999,2.4792990684509277,2.591362953186035,2.2984519004821777,0.5139619708061218,0.5159779787063599,0.5172539949417114,-2.3891079425811768,2.633784055709839,-3.6965830326080322,-1.7565490007400513,-1.722790002822876,1.123162031173706,-0.9070889949798584,0.8372960090637207,0.8731729984283447,0.9768999814987183,1.400907039642334,1.8027119636535645,-2.8992691040039062,-0.6308169960975647,-0.9516819715499878,-3.145298957824707,0.5165449976921082,-1.8772480487823486,-1.607625961303711,1.3006080389022827,1.537848949432373,-4.183050155639648,-4.050885200500488,2.163719892501831,-0.6003749966621399,-0.5846120119094849,-2.9534289836883545,2.5403950214385986,-1.6106990575790405,3.143170118331909,0.6472430229187012,-2.752194881439209,2.3497259616851807,-3.2265939712524414,0.6628689765930176,3.0539889335632324,1.741603970527649,-3.33857798576355,0.04794200137257576,1.1544469594955444,1.9566630125045776,1.185217022895813,-1.4834870100021362,0.8558589816093445,-1.0485819578170776,-1.1676939725875854,-1.5567129850387573,-4.651698112487793,2.7469489574432373,2.6262550354003906,0.7455629706382751,2.3830819129943848,-0.8961949944496155,1.2690340280532837,-1.690153956413269,1.939013957977295,3.1802070140838623,2.6162619590759277,2.1727399826049805,-2.1877830028533936,1.3670289516448975,-3.2430670261383057,3.1143910884857178,-4.186819076538086,3.136570930480957,1.6645539999008179,0.9786980152130127,-4.168459892272949,1.7004059553146362,1.1785039901733398,-0.14829899370670319,-3.1501529216766357,-0.7096359729766846,1.5629899501800537,2.084882974624634,1.7886940240859985,-4.487861156463623,1.0014909505844116,0.4171290099620819,2.7158820629119873,0.7212100028991699,0.0370590016245842,-1.1255789995193481,3.1780149936676025,2.050571918487549,-4.168523788452148,0.9533190131187439,-2.8731470108032227,-2.809662103652954,-2.095004081726074,2.3273870944976807,1.3532990217208862,0.5712980031967163,2.4024510383605957,-2.004570960998535,2.380681037902832,1.4501140117645264,-0.2950659990310669,-2.9328770637512207,1.153784990310669,-1.2123240232467651,2.2216110229492188,3.238698959350586,-1.8992350101470947,-0.7749469876289368,-3.3396670818328857,-0.5119240283966064,2.647665023803711,3.1200990676879883,0.9269130229949951,-2.923043966293335,2.4695329666137695,1.3637839555740356,1.0817519426345825,-0.8077870011329651,0.9844800233840942,-4.194585800170898,-4.599355220794678,2.4807300567626953,2.1708810329437256,3.132457971572876,2.2343668937683105,-1.2085599899291992,-1.698809027671814,0.7364460229873657,0.6877650022506714,-1.7389559745788574,-3.5966169834136963,0.13430799543857574,2.187256097793579,2.8803460597991943,0.2240229994058609,0.9435039758682251,0.40920400619506836,-4.290248870849609,2.9415550231933594,2.7094171047210693,-1.0393669605255127,0.6639080047607422,0.4121420085430145,2.4687960147857666,-4.182294845581055,2.748974084854126,-2.655297040939331,2.8510589599609375,1.1651959419250488,-4.192314147949219,2.596100091934204,2.521541118621826,2.5646369457244873,2.77409291267395,0.8426219820976257,2.3025400638580322,-4.6083879470825195,-3.9036030769348145,-3.7749979496002197,-4.3659868240356445,-1.134505033493042,1.2432739734649658,-1.3660210371017456,-0.9953960180282593,-1.4356529712677002,-1.5146119594573975,1.261929988861084,0.3733240067958832,-4.107840061187744,3.2230000495910645,-1.6335710287094116,-1.624588966369629,-0.9050080180168152,2.549345016479492,2.3971428871154785,-2.2701311111450195,2.9283759593963623,0.963690996170044,1.9520390033721924,-3.7891950607299805,1.2711390256881714,-1.8096619844436646,0.9125350117683411,-1.4302029609680176,-3.2338650226593018,2.2941958904266357,-3.499692916870117,-1.5200129747390747,-0.3593449890613556,-3.210329055786133,1.1409339904785156,-2.8492910861968994,0.4954020082950592,2.723634958267212,0.5484380125999451,0.595022976398468,2.8478410243988037,1.2228740453720093,2.6753740310668945,-0.9187859892845154,1.0340770483016968,-3.140043020248413,2.881225109100342,-3.1227290630340576,0.8531349897384644,-4.221198081970215,3.021817922592163,0.5515949726104736,1.21697199344635,1.1844420433044434,-1.0048580169677734,1.2495759725570679,-3.152780055999756,3.0501608848571777,3.038964033126831,0.8829410076141357,-2.2692909240722656,2.8273890018463135,-0.617576003074646,2.7046709060668945,1.2347970008850098,-4.564029216766357,-1.0305320024490356,0.16450800001621246,-1.174491047859192,2.138500928878784,0.9663689732551575,-2.1987969875335693,-2.0097620487213135,-1.9488970041275024,2.341878890991211,-3.137847900390625,0.6980149745941162,-4.651281833648682,-0.5850690007209778,2.095541000366211,-1.5588059425354004,-3.232234001159668,0.797104001045227,1.995358943939209,-3.1408960819244385,-0.6118339896202087,2.939879894256592,2.9472289085388184,-1.2343989610671997,2.128247022628784,-3.1512300968170166,-1.3565659523010254,-2.601027011871338,1.9694910049438477,-1.3482589721679688,-2.9656319618225098,-4.045601844787598,-2.5271029472351074,1.1272790431976318,2.8008151054382324,0.8649590015411377,-0.9644050002098083,1.8746440410614014,-3.4965479373931885,2.625108003616333,-1.908821940422058,-1.9549720287322998,-0.6339730024337769,2.8081700801849365,2.9559130668640137,2.9614219665527344,0.5892429947853088,-2.882033109664917,-1.0983150005340576,-3.1823999881744385,-1.3577710390090942,-2.9865059852600098,-3.168596029281616,-4.456056118011475,-0.6201580166816711,0.045591000467538834,0.3981480002403259,-1.4785410165786743,-1.3545680046081543,-3.4897239208221436,-3.1645450592041016,-3.7042129039764404,1.2923439741134644,-0.4168350100517273,-4.160397052764893,2.8607819080352783,2.38393497467041,1.6277300119400024,2.4104459285736084,-1.739881992340088,-3.910430908203125,-3.8734829425811768,-2.7345879077911377,-2.1460909843444824,2.0121400356292725,-4.284540176391602,-1.5230629444122314,1.14055597782135,2.896683931350708,1.5941970348358154,0.7240700125694275,0.16700400412082672,2.23736310005188,0.05411599949002266,-0.128371000289917,-1.599714994430542,-1.3426549434661865,2.040738105773926,2.7224700450897217,2.0081090927124023,-3.977900981903076,-4.0436577796936035,-0.3585290014743805,2.642590045928955,3.172224998474121,-0.9985250234603882,-4.3827900886535645,-4.528870105743408,0.6310499906539917,-1.3638629913330078,-3.1685709953308105,1.8576359748840332,0.14161300659179688,-2.998321056365967,-2.6799449920654297,1.9646459817886353,1.1645029783248901,-1.641139030456543,2.5017330646514893,0.6122999787330627,-1.013023018836975,0.9265180230140686,0.8721839785575867,0.42010799050331116,2.454195022583008,-3.132338047027588,1.9202649593353271,-1.448794960975647,1.2987029552459717,-2.935368061065674,-2.8571128845214844,2.3673360347747803,2.9271459579467773,2.9331769943237305,-1.27128005027771,-1.6020179986953735,1.8795679807662964,2.1426379680633545,-0.9946020245552063,0.11693699657917023,2.598905086517334,1.663246989250183,-3.9010651111602783,1.178056001663208,1.191351056098938,-3.128948926925659,-0.7126830220222473,-4.183369159698486,-1.1984670162200928,2.3149468898773193,2.5930590629577637,1.969620943069458,0.5382429957389832,-2.9355180263519287,1.327739953994751,2.6947739124298096,-2.157500982284546,-4.1717400550842285,2.5907270908355713,-1.2850040197372437,2.5646018981933594,1.9249409437179565,-0.6609449982643127,-1.5218700170516968,-1.2601059675216675,-3.1036019325256348,-2.708401918411255,3.0559639930725098,-1.6542749404907227,-0.6087419986724854,-1.294437050819397,1.4994549751281738,3.1511240005493164,-3.414858102798462,2.4639151096343994,-0.6973459720611572,-4.387040138244629,-0.08917099982500076,-4.183739185333252,1.2536530494689941,-2.6927690505981445,2.7551960945129395,0.11573600023984909,-3.9955360889434814,-2.9954049587249756,-2.097810983657837,1.5603679418563843,-3.1241331100463867,-3.211069107055664,2.200066089630127,-1.7657740116119385,0.19526199996471405,-4.400121212005615,-4.148348808288574,2.4476780891418457,-2.7085440158843994,-4.2802348136901855,2.8517239093780518,-2.4403839111328125,-3.7209360599517822,3.102725028991699,3.2309279441833496,-0.19200800359249115,-0.6298779845237732,0.5058940052986145,2.5244860649108887,2.9433510303497314,2.823899030685425,3.0109028816223145,-1.5265719890594482,2.417581081390381,2.4267759323120117,1.2064059972763062,-3.182539939880371,-3.797722101211548,-4.32441520690918,1.2622950077056885,1.217695951461792,-4.212345123291016,0.9150750041007996,-4.242929935455322,3.1492629051208496,-3.165376901626587,-0.15254800021648407,0.5946090221405029,-1.779587984085083,-0.35605499148368835,2.07637095451355,2.2296030521392822,-1.4054930210113525,-0.022698000073432922,-1.43887197971344,-1.2752059698104858,1.6193389892578125,2.455073118209839,1.1040420532226562,2.4204509258270264,-1.094670057296753,-1.86101496219635,1.9650449752807617,0.7184140086174011,2.6021199226379395,3.0749199390411377,-0.47103801369667053,-1.0959620475769043,-0.6610080003738403,2.4812819957733154,-0.014554999768733978,2.6213650703430176,2.123713970184326,2.434422016143799,-1.157628059387207,-1.3495539426803589,2.973783016204834,-2.220125913619995,1.8147310018539429,-4.547300815582275,-3.1411540508270264,0.6102150082588196,-1.3400969505310059,3.20198392868042,0.22665700316429138,-3.323188066482544,-0.8892340064048767,-4.429021835327148,3.17755389213562,-1.0389310121536255,-4.173529148101807,-2.864103078842163,-1.7397520542144775,3.1060709953308105,2.5311179161071777,-2.9222710132598877,-0.9803699851036072,-4.2197980880737305,-3.218390941619873,2.96759295463562,2.1232779026031494,-0.7628780007362366,-1.4743210077285767,0.14922000467777252,-1.5222270488739014,-1.564749002456665,-4.188566207885742,1.9778590202331543,0.06916700303554535,1.3410760164260864,-2.726944923400879,1.6318830251693726,1.1691009998321533,-1.435811996459961,-1.4836130142211914,-2.6752359867095947,-1.5620440244674683,-3.444063901901245,-1.5544719696044922,2.1943509578704834,-1.0365469455718994,-1.0948439836502075,-4.065972805023193,-2.280208110809326,-2.19022798538208,-2.690509080886841,-1.3951020240783691,0.16255499422550201,0.17468999326229095,0.15257400274276733,0.5558140277862549,-1.116150975227356,-0.9341949820518494,-1.9101300239562988,2.4383389949798584,-0.6211209893226624,0.6181259751319885,2.158160924911499,-0.6031380295753479,2.7879021167755127,-3.1305758953094482,2.681641101837158,-2.377768039703369,1.285140037536621,-1.7782230377197266,-1.4810839891433716,-0.050755999982357025,-1.2000789642333984,-2.707228899002075,0.5521219968795776,2.835310935974121,-1.6272850036621094,2.3721559047698975,-1.130592942237854,0.4334549903869629,-2.1030349731445312,-3.133876085281372,-0.11136700212955475,2.615971088409424,-2.179271936416626,-1.7624050378799438,2.4817280769348145,-0.19484800100326538,2.9796481132507324,2.8501060009002686,-2.0756869316101074,-3.4136080741882324,-1.706557035446167,-0.9502969980239868,-4.186402797698975,2.813070058822632,-1.3703140020370483,-3.1500539779663086,-0.8234400153160095,2.1735808849334717,-1.248528003692627,2.031158924102783,-3.1341960430145264,0.5425959825515747,-0.5590929985046387,-0.8940569758415222,-1.6817950010299683,-1.409085988998413,2.3591270446777344,-2.4728379249572754,2.6332008838653564,2.611449956893921,0.17612800002098083,2.2784619331359863,1.608747959136963,-0.9560459852218628,-3.1771960258483887,0.7297980189323425,1.0235819816589355,-0.944212019443512,-0.774478018283844,2.4695310592651367,2.7111830711364746,2.5862720012664795,-1.1106200218200684,-2.6310760974884033,1.2427350282669067,2.7107350826263428,-1.112678050994873,2.358016014099121,3.197901964187622,-0.06953500211238861,-4.344941139221191,-0.7861170172691345,3.1889870166778564,3.0489389896392822,1.2054369449615479,-0.6775969862937927,-1.4444999694824219,1.4542059898376465,-0.6085839867591858,0.19215400516986847,-1.8218450546264648,-0.1271120011806488,-1.179805040359497,-1.467278003692627,-1.041754961013794,3.1528000831604004,3.132596015930176,1.1248149871826172,-1.6275479793548584,-2.224735975265503,0.6745229959487915,2.7724990844726562,-1.015800952911377,2.548780918121338,2.543571949005127,2.4060630798339844,0.04904500022530556,1.9119269847869873,-2.407689094543457,-2.1245810985565186,1.0269520282745361,2.7540769577026367,2.7882471084594727,-0.9943339824676514,0.3806770145893097,2.41656494140625,1.9137450456619263,1.3545470237731934,1.244974970817566,-0.9052649736404419,0.6912800073623657,-0.2363169938325882,-0.28619998693466187,-0.3879010081291199,-0.01779700070619583,0.9802600145339966,-0.8754180073738098,-3.1203720569610596,-3.2218921184539795,-4.279266834259033,-1.183007001876831,-2.322391986846924,2.4851620197296143,2.643873929977417,2.1431360244750977,-1.7028570175170898,-3.196017026901245,1.9374229907989502,-1.2323520183563232,1.6633360385894775,-3.927661895751953,1.2350629568099976,1.2434320449829102,1.2312129735946655,-0.404803991317749,-1.122323989868164,2.7641189098358154,2.754560947418213,-1.5786329507827759,-0.7435500025749207,3.2188079357147217,1.1552269458770752,-2.423567056655884,-1.4447460174560547,2.9218780994415283,-3.2632980346679688,3.019710063934326,1.2044060230255127,1.58919095993042,-0.3729349970817566,-1.6001460552215576,-3.5612130165100098,-1.4333059787750244,2.708643913269043,-1.3279260396957397,-1.0168720483779907,-4.278285026550293,-3.5099120140075684,1.7962419986724854,1.1593129634857178,-1.4250869750976562,0.3805989921092987,2.7516820430755615,-2.621664047241211,0.14470000565052032,2.7048490047454834,3.1855530738830566,-0.8114510178565979,-3.1926651000976562,2.7452991008758545,1.6916899681091309,2.1502110958099365,0.3977609872817993,0.3841800093650818,-3.698580026626587,-1.4371509552001953,2.929241895675659,0.7132350206375122,-0.05998700112104416,-1.5309489965438843,-1.1871219873428345,0.9286280274391174,0.030903000384569168,-3.186269998550415,-2.9851369857788086,0.9495909810066223,1.2968380451202393,-3.4827239513397217,2.365457057952881,1.2288249731063843,2.808746099472046,-2.468384027481079,-0.19522599875926971,-0.5385810136795044,2.201896905899048,0.5437740087509155,-2.6179800033569336,0.685018002986908,0.939005970954895,1.2820390462875366,1.3240410089492798,-4.189650058746338,-0.998557984828949,1.8766820430755615,-0.4977160096168518,-3.19012188911438,2.6069540977478027,-4.285874843597412,-3.0534799098968506,-4.372855186462402,-0.49921199679374695,-0.5388590097427368,-4.030675888061523,0.1074960008263588,1.925130009651184,-2.2650349140167236,3.1779630184173584,-3.1545701026916504,1.678778052330017,1.613142967224121,-2.816265106201172,-2.3101329803466797,2.7627499103546143,-2.811089038848877,-1.4182569980621338,-4.283542156219482,-1.4925450086593628,-0.7656760215759277,2.8977720737457275,1.0412269830703735,-3.619131088256836,1.4969669580459595,1.4659689664840698,2.9878990650177,-0.4784409999847412,3.020862102508545,-2.497551918029785,2.4755849838256836,2.5047569274902344,-0.3311629891395569,2.480860948562622,2.5024240016937256,2.5061399936676025,2.4805281162261963,2.2094829082489014,0.9757310152053833,-2.4413750171661377,0.29083698987960815,-1.7115240097045898,-1.7551259994506836,-1.8371540307998657,2.2429590225219727,-1.0341399908065796,0.977217972278595,-1.0794730186462402,-2.187885046005249,3.2054810523986816,-3.8366808891296387,-2.464735984802246,0.12392199784517288,-1.2368119955062866,2.086639881134033,2.5405709743499756,0.8524580001831055,-3.018419027328491,2.262237071990967,2.4020330905914307,2.241305112838745,1.9737279415130615,1.3711110353469849,2.540903091430664,-3.1764190196990967,-3.2430460453033447,-3.1402459144592285,-3.1403911113739014,1.1023269891738892,-2.2593250274658203,1.1529959440231323,-3.2235031127929688,-1.4983140230178833,-3.1599090099334717,-1.3870279788970947,-2.308588981628418,2.4635870456695557,2.0758941173553467,2.306818962097168,0.016604000702500343,-0.8997910022735596,-0.5158560276031494,2.1365840435028076,1.7267260551452637,-2.9621670246124268,-1.641003966331482,2.5093469619750977,-1.3662070035934448,-1.3571029901504517,-0.9778220057487488,2.069545030593872,0.269989013671875,-3.0162301063537598,-1.1667230129241943,-2.8771779537200928,2.1784000396728516,1.7902029752731323,2.520081043243408,-0.9331880211830139,-3.1925699710845947,2.592073917388916,0.05447399988770485,-3.002859115600586,-0.09288299828767776,-0.3853200078010559,0.43084898591041565,2.6814990043640137,0.9994450211524963,-0.39851799607276917,-4.1138529777526855,1.2161890268325806,-1.0751780271530151,-3.484915018081665,2.371117115020752,1.966217041015625,-3.1741130352020264,2.379673957824707,-4.141262054443359,-1.2558460235595703,2.5266339778900146,1.1768380403518677,1.2022160291671753,-2.1340250968933105,1.272670030593872,-2.2787630558013916,-1.0020300149917603,-4.226384162902832,2.935142993927002,1.0197190046310425,1.5854239463806152,2.3462860584259033,0.5036010146141052,-2.6677889823913574,-2.798203945159912,2.2206149101257324,2.538332939147949,-4.647695064544678,3.019162893295288,-1.5739569664001465,-1.3038979768753052,-3.290571928024292,-4.19120979309082,2.917552947998047,0.8710409998893738,1.688825011253357,-4.080069065093994,-3.1882219314575195,-2.0992000102996826,2.5273830890655518,-4.182247161865234,2.3179399967193604,2.8884470462799072,1.8480310440063477,-0.31869998574256897,2.164362907409668,0.7379879951477051,-0.4209290146827698,-2.9960670471191406,0.5030630230903625,3.0438930988311768,-3.1531810760498047,2.507283926010132,-3.4523470401763916,2.374980926513672,1.0221129655838013,-2.2687840461730957,2.097683906555176,-2.43916392326355,-3.26267409324646,0.4548409879207611,0.4377560019493103,1.9763139486312866,2.378026008605957,2.2217888832092285,-1.7296799421310425,-1.659870982170105,0.7670109868049622,1.2508970499038696,1.8959859609603882,-1.6172089576721191,-4.154879093170166,2.35127592086792,-0.3960590064525604,2.755197048187256,-2.3893489837646484,2.562066078186035,-4.191649913787842,-4.045183181762695,-1.4797090291976929,-3.376120090484619,-3.549077033996582,-0.841579020023346,-1.2583760023117065,2.8412649631500244,1.6681549549102783,2.450758934020996,1.0324419736862183,3.184056043624878,-0.25841501355171204,2.0480549335479736,-1.12663996219635,2.9317920207977295,-2.839700937271118,2.717808961868286,-0.018130000680685043,-0.018766000866889954,-0.6605790257453918,0.9732620120048523,0.09969399869441986,0.11610499769449234,-0.04322800040245056,2.445378065109253,1.9042359590530396,2.4210400581359863,0.7892860174179077,2.915199041366577,-1.8383009433746338,0.9598259925842285,-3.743997097015381,2.9253950119018555,1.1464259624481201,-3.154279947280884,-2.604367971420288,-3.815656900405884,2.4317948818206787,1.0847309827804565,0.665818989276886,-1.0944050550460815,-1.0674409866333008,-4.168031215667725,-1.4148579835891724,-1.810271978378296,2.97940993309021,-0.8279370069503784,-0.7622529864311218,-1.165313959121704,1.0931099653244019,-0.9022179841995239,2.695617914199829,-3.1974830627441406,-1.0396759510040283,0.5567839741706848,3.0404140949249268,3.0168941020965576,3.000417947769165,2.6302220821380615,-3.173949956893921,1.5910730361938477,-3.16805100440979,-3.153872013092041,-2.191236972808838,2.229851007461548,-0.6339870095252991,-4.242080211639404,1.1439399719238281,-1.1413370370864868,-1.9980740547180176,-0.6262170076370239,-2.565087080001831,-1.002290964126587,-3.8383700847625732,-3.2444839477539062,2.8057260513305664,-1.366318941116333,-1.354830026626587,2.8365190029144287,0.4306029975414276,-3.06488299369812,-1.6934419870376587,2.5787720680236816,-3.1879489421844482,0.7026739716529846,1.4290560483932495,-3.2088990211486816,-3.1530120372772217,2.868704080581665,-1.2215219736099243,-1.0639660358428955,-1.0528349876403809,-1.0332119464874268,-1.7199939489364624,2.5138070583343506,2.1996688842773438,0.1561650037765503,1.698441982269287,-0.891431987285614,1.887740969657898,-4.172123908996582,-4.159512042999268,3.0907859802246094,2.8350069522857666,-0.7894179821014404,-3.18544602394104,-1.5618220567703247,-1.5467859506607056,-0.5982660055160522,-0.69172602891922,2.141563892364502,-1.7028039693832397,-0.22906799614429474,-2.985548973083496,0.383635014295578,1.2229130268096924,-1.943930983543396,-0.5809969902038574,-3.2173900604248047,2.7820489406585693,-0.37406399846076965,0.35885700583457947,-3.3134679794311523,1.7210320234298706,-0.1610649973154068,1.106274962425232,-1.903691053390503,-1.8469610214233398,-1.9517840147018433,2.912885904312134,-2.502100944519043,-1.4209949970245361,0.940621018409729,1.436735987663269,2.2784199714660645,-3.082688093185425,-3.0325028896331787,2.8878390789031982,-1.7401779890060425,-3.986701011657715,1.7468160390853882,-0.04860199987888336,2.2271840572357178,3.154463052749634,-3.370738983154297,0.4855319857597351,2.366347074508667,-4.160464763641357,-2.6828110218048096,-3.8859689235687256,-2.626521110534668,1.316946029663086,1.2082469463348389,1.3866380453109741,-2.7215499877929688,-4.4200592041015625,-1.0801249742507935,-1.6016830205917358,-1.8967490196228027,-2.24770188331604,-1.0182280540466309,2.7040510177612305,-3.154205083847046,-3.1527481079101562,-3.2642199993133545,-0.361178994178772,1.6786240339279175,-2.133208990097046,-3.3148200511932373,-2.2346949577331543,-1.3814170360565186,-0.6981139779090881,-3.5098989009857178,-1.798002004623413,-1.9038740396499634,1.250167965888977,-4.2094807624816895,2.248708963394165,1.477592945098877,-2.3797359466552734,2.999314069747925,-1.0281269550323486,0.2380169928073883,-1.7455940246582031,1.0917840003967285,-2.5708229541778564,-1.0735069513320923,2.311000108718872,-4.189599990844727,3.257750988006592,-2.828119993209839,2.6698179244995117,2.6257050037384033,2.637708902359009,-4.033588886260986,-2.3872649669647217,-3.1431009769439697,2.726839065551758,-2.7968740463256836,-4.180922031402588,0.9954689741134644,-4.18114709854126,1.536402940750122,3.1695010662078857,-1.1351439952850342,2.462764024734497,1.5843709707260132,-4.182912826538086,-0.5926510095596313,-4.159392833709717,-4.184158802032471,-2.8201279640197754,-3.19187593460083,0.4527190029621124,-0.918953001499176,-2.972891092300415,-4.173247814178467,-1.0345820188522339,-3.805769920349121,-0.965831995010376,-1.1924799680709839,1.5276590585708618,2.5713419914245605,-1.9662129878997803,-0.6893280148506165,-3.5155038833618164,2.440937042236328,2.590610980987549,2.589492082595825,-2.7901060581207275,-1.8475149869918823,2.3842520713806152,-4.096921920776367,-3.1886448860168457,-1.966884970664978,-3.138679027557373,2.956273078918457,3.2547829151153564,-3.4345829486846924,0.042458999902009964,-1.6924020051956177,2.07210111618042,-3.2900071144104004,1.8329529762268066,-2.1080870628356934,-0.11328399926424026,-1.4268070459365845,1.2062159776687622,-1.1715199947357178,0.7898679971694946,-4.143970966339111,-0.023826999589800835,-2.5883231163024902,-0.8496879935264587,-4.405516147613525,1.1169910430908203,1.8765889406204224,-1.4374350309371948,-0.21704299747943878,0.7530289888381958,-0.12018900364637375,1.368602991104126,-2.2739739418029785,-3.2842509746551514,0.33038800954818726,1.3221789598464966,1.2976670265197754,-1.453044056892395,-1.1787279844284058,2.4195830821990967,2.5214920043945312,0.06872899830341339,2.5395898818969727,0.2912049889564514,-2.803766965866089,-1.310312032699585,-1.445356011390686,2.2820560932159424,1.1610900163650513,1.1432989835739136,3.144767999649048,-1.9988679885864258,-2.9422669410705566,2.6476049423217773,-4.652349948883057,0.4474720060825348,-3.1802079677581787,-0.4189150035381317,0.8991659879684448,-3.1160950660705566,1.7709709405899048,2.2396841049194336,2.0190200805664062,-1.1940490007400513,-3.309451103210449,1.2528409957885742,-0.8029990196228027,3.1710309982299805,1.2740199565887451,2.7066400051116943,-3.159411907196045,-0.9754130244255066,-0.5692139863967896,1.7353860139846802,-4.102713108062744,1.1356589794158936,0.5603129863739014,-2.3321540355682373,-1.8921869993209839,-0.7645059823989868,0.8125540018081665,2.7390620708465576,3.0691559314727783,-3.474263906478882,-0.5948929786682129,-0.6407690048217773,2.2453200817108154,0.9656810164451599,1.1288779973983765,-0.967287003993988,-0.9860450029373169,-3.148284912109375,-3.1507070064544678,-3.1489169597625732,2.7249739170074463,2.7125511169433594,0.5305100083351135,-0.9270179867744446,1.7105400562286377,1.6724539995193481,-3.6872498989105225,-1.4613289833068848,3.0057690143585205,-1.3397910594940186,-1.269934058189392,-0.9694030284881592,2.3437459468841553,-1.0021289587020874,-0.9701480269432068,-1.471382975578308,-3.153646945953369,0.8932859897613525,1.0749609470367432,1.1044379472732544,1.0460749864578247,2.6620419025421143,2.1954760551452637,-2.289172887802124,2.4992220401763916,-1.193971037864685,1.3753260374069214,1.1624410152435303,-1.0418410301208496,1.9164559841156006,-3.849463939666748,-0.8567469716072083,-1.254384994506836,2.344801902770996,2.812535047531128,3.144547939300537,2.792222023010254,-3.1812479496002197,-2.438946008682251,2.623997926712036,-4.193230152130127,-4.202250003814697,1.9760220050811768,-3.1626949310302734,-0.5123199820518494,-1.2780810594558716,1.9562599658966064,0.5953620076179504,0.5892840027809143,2.7364249229431152,-1.5207380056381226,-2.7853620052337646,-2.736452102661133,-4.611361026763916,0.9240440130233765,-1.6518219709396362,-0.5260360240936279,-3.3992919921875,-0.6876000165939331,-1.1071439981460571,-3.754009962081909,-2.863312005996704,-3.7423479557037354,2.5253279209136963,1.061951994895935,2.58320689201355,2.5633819103240967,2.2236340045928955,-1.0257370471954346,-4.108088970184326,-3.1518259048461914,-3.143397092819214,3.2189629077911377,-2.294358015060425,3.2238149642944336,0.028807999566197395,-1.125831961631775,0.2820050120353699,0.3046039938926697,1.0953949689865112,-4.37284517288208,2.261207103729248,-1.6194180250167847,-0.1690710037946701,-1.9973889589309692,-0.22073200345039368,2.400620937347412,-3.179603099822998,-1.790431022644043,-2.860280990600586,1.5774500370025635,-0.7726280093193054,-4.651312828063965,-4.178454875946045,2.7066009044647217,1.4324560165405273,1.2041009664535522,-1.7436749935150146,-2.636873960494995,-2.3643219470977783,-1.888023018836975,-2.7590620517730713,2.1049740314483643,2.156810998916626,-1.4807870388031006,-1.2668370008468628,2.7559680938720703,0.34266701340675354,-4.054758071899414,1.8254690170288086,2.982011079788208,-1.181452989578247,-1.2495839595794678,2.699026107788086,-0.10745800286531448,-1.656736969947815,0.7804809808731079,1.1220060586929321,-3.703594923019409,-1.4112119674682617,0.024237999692559242,-3.1600749492645264,0.5788490176200867,-1.467149019241333,-0.6220070123672485,-1.3894410133361816,-3.212433099746704,-3.218677043914795,-3.2341299057006836,0.24036599695682526,2.724241018295288,-4.162176132202148,2.9121570587158203,-1.9054219722747803,2.956125020980835,1.2936420440673828,0.15492700040340424,2.1601929664611816,3.0482559204101562,2.90173602104187,-3.884593963623047,2.2717020511627197,-1.0083529949188232,-0.611054003238678,1.873641014099121,2.692086935043335,2.5634210109710693,1.1102739572525024,2.8362770080566406,2.8083879947662354,-0.8457469940185547,1.1351690292358398,0.6494770050048828,0.9665780067443848,2.687376022338867,-0.5741750001907349,2.422485113143921,2.2165958881378174,-2.596769094467163,0.1248520016670227,0.8771970272064209,1.031048059463501,1.8819609880447388,-1.3356369733810425,-3.642362117767334,1.687999963760376,-4.277031898498535,0.07819399982690811,-2.90419602394104,2.6494839191436768,-2.7376129627227783,-3.1859829425811768,1.504343032836914,-2.8564419746398926,2.510364055633545,-4.2870402336120605,1.4233109951019287,-0.16412299871444702,-0.1759900003671646,-3.1406989097595215,-3.2002921104431152,-3.932528018951416,-3.124768018722534,1.31032395362854,0.8823410272598267,0.4836939871311188,1.5864579677581787,-1.5504909753799438,-0.855243980884552,0.1479489952325821,-0.6101769804954529,2.5187599658966064,2.8536970615386963,2.8594889640808105,-0.9428830146789551,2.8779749870300293,3.229135036468506,3.2143568992614746,3.2003049850463867,2.7595160007476807,1.5168639421463013,-1.9409730434417725,2.8241379261016846,-2.2264089584350586,1.1725939512252808,2.6236801147460938,2.0492019653320312,-3.1169140338897705,-3.727031946182251,-4.050848007202148,-4.0945868492126465,-1.3829410076141357,-2.8774800300598145,-4.190455913543701,-0.8643410205841064,-1.064039945602417,-3.1391210556030273,2.7689530849456787,0.4568530023097992,1.25313401222229,-1.8420929908752441,-1.637410044670105,-1.6869699954986572,-3.1394529342651367,0.8835269808769226,-3.2759249210357666,-3.3010289669036865,2.058300018310547,2.34950590133667,2.0733540058135986,-0.6230739951133728,-3.8155770301818848,-3.1918270587921143,-0.29302701354026794,-3.047677993774414,-2.435832977294922,2.1263389587402344,-2.898509979248047,-4.202086925506592,-1.9296189546585083,1.0477499961853027,2.694490909576416,2.048551082611084,1.1201659440994263,-1.0345920324325562,2.7128500938415527,-0.6981549859046936,-0.8252379894256592,-0.8817030191421509,-1.6760079860687256,-3.027340888977051,1.2479610443115234,-3.159153938293457,-4.075692176818848,2.846066951751709,2.8876140117645264,-3.136871099472046,-0.4589340090751648,-3.0106289386749268,-3.081305980682373,2.160841941833496,2.1759679317474365,-1.0018349885940552,-1.8599350452423096,0.16604100167751312,-3.670269012451172,2.147578001022339,2.116276979446411,2.1150009632110596,-0.5620719790458679,-2.8073620796203613,-3.298258066177368,-2.8596019744873047,0.9742990136146545,2.9407460689544678,-0.6587730050086975,-3.166304111480713,-4.182300090789795,2.7988500595092773,2.645071029663086,-1.0755480527877808,-3.1818768978118896,2.760425090789795,1.0724879503250122,-0.3251410126686096,0.6937829852104187,0.39607200026512146,-4.6507768630981445,-3.8076000213623047,2.8187921047210693,3.034245014190674,-1.1496989727020264,-2.106266975402832,2.439081907272339,-2.455336093902588,1.0559040307998657,-2.26242995262146,3.164757013320923,2.5726521015167236,-1.7876640558242798,-1.9519319534301758,1.25894296169281,1.7683700323104858,2.3406999111175537,-0.17647099494934082,-0.1891389936208725,2.9077389240264893,3.008805990219116,-1.6040669679641724,-4.282182216644287,1.3518439531326294,-3.362557888031006,-2.3715200424194336,-1.7031689882278442,-1.281677007675171,2.6693689823150635,2.582617998123169,0.4528129994869232,2.880748987197876,0.0333079993724823,3.246830940246582,1.9949209690093994,2.5760889053344727,1.6216490268707275,0.6716470122337341,-0.8553500175476074,2.2817909717559814,0.8692790269851685,-0.2086309939622879,2.652055025100708,-4.415125846862793,-4.041057109832764,-1.4354579448699951,-1.8523329496383667,-2.136104106903076,1.4344780445098877,-0.4294869899749756,1.5029269456863403,2.3949079513549805,-1.7905000448226929,0.29626399278640747,0.10490600019693375,-1.163450002670288,1.3617290258407593,1.312345027923584,1.7908300161361694,1.4040310382843018,-0.5210829973220825,3.2321619987487793,2.0239338874816895,2.9429049491882324,-0.4063259959220886,-2.6390459537506104,1.118319034576416,-4.101871967315674,1.0175700187683105,-3.15920090675354,1.5534440279006958,1.8016330003738403,2.048741102218628,-0.01090100035071373,3.0947930812835693,-1.5216389894485474,-0.9157469868659973,-0.7415369749069214,-1.9222010374069214,-1.9687830209732056,-2.2148139476776123,1.255640983581543,-3.3388381004333496,1.9770230054855347,1.3696880340576172,1.3070650100708008,2.701596975326538,-0.43768298625946045,3.023292064666748,-0.6931890249252319,3.0528500080108643,0.6112319827079773,-3.0014829635620117,-0.975721001625061,-0.9367380142211914,-4.507815837860107,1.1786479949951172,-2.7538440227508545,0.785938024520874,1.5065929889678955,3.1436190605163574,1.2807199954986572,1.977856993675232,-1.0893440246582031,2.524761915206909,-2.060120105743408,-0.823523998260498,3.02976393699646,0.44705501198768616,-1.06877601146698,-3.3876230716705322,-0.0033539999276399612,2.086980104446411,-0.2193319946527481,3.0901479721069336,3.215728998184204,-0.6741639971733093,-2.038517951965332,1.3134709596633911,-1.9902700185775757,0.2329760044813156,-3.7792201042175293,2.459423065185547,-1.7669709920883179,-1.0303479433059692,1.1614470481872559,-3.2037549018859863,-4.650355815887451,-2.7533600330352783,-4.165409088134766,-3.7483270168304443,-1.2689000368118286,-2.497128963470459,-0.017266999930143356,2.757472038269043,3.183276891708374,3.1831929683685303,1.1890590190887451,3.1581809520721436,-4.041191101074219,-1.137900948524475,1.346532940864563,-1.1896460056304932,1.511214017868042,2.740664005279541,-0.8810150027275085,2.152574062347412,2.671165943145752,3.2204320430755615,-0.32322001457214355,0.31704699993133545,2.5854620933532715,-0.3946380019187927,-4.0711541175842285,0.4318239986896515,-0.8578540086746216,-1.298084020614624,-1.197695016860962,2.154905080795288,0.7289850115776062,1.4692399501800537,2.7836780548095703,-4.174397945404053,-2.302021026611328,1.2924439907073975,1.2298309803009033,-4.177256107330322,-3.366511106491089,2.4210729598999023,-1.0067319869995117,0.8652790188789368,0.76357501745224,-1.7652029991149902,-1.4832290410995483,-1.3855379819869995,-1.1338720321655273,-4.1904520988464355,-0.1947930008172989,2.8088130950927734,2.7740039825439453,-2.249876022338867,-3.2351300716400146,-3.240741014480591,-2.0923008918762207,2.042119026184082,-0.7733049988746643,-0.9705269932746887,-2.477423906326294,0.9222850203514099,-0.944599986076355,-0.9111120104789734,2.701972007751465,2.6774070262908936,-3.0601770877838135,-0.8384209871292114,-1.4894100427627563,1.9169869422912598,0.7104420065879822,0.4368689954280853,1.7370860576629639,2.6647839546203613,-0.6844729781150818,-2.9661450386047363,-0.5832840204238892,-3.1614909172058105,1.200577974319458,-0.01564599946141243,-1.1473989486694336,0.9979130029678345,-1.5383260250091553,1.245987057685852,1.0450429916381836,3.1600210666656494,-2.2091939449310303,-4.220984935760498,1.0088750123977661,-1.2725600004196167,-3.8578319549560547,-3.8654448986053467,2.360896110534668,-1.0714399814605713,0.44492900371551514,-0.2799980044364929,-4.4333648681640625,1.3642879724502563,-1.5898540019989014,-1.2146550416946411,2.6908140182495117,-1.1131759881973267,0.12729699909687042,-2.596004009246826,2.8578689098358154,-4.2015790939331055,0.5430139899253845,-1.2664649486541748,-3.517106056213379,-3.6207950115203857,-2.780797004699707,2.4995760917663574,2.703918933868408,0.9863010048866272,1.192497968673706,-1.5956640243530273,-1.0921030044555664,0.6034749746322632,-3.920746088027954,2.1205379962921143,2.121332883834839,-3.7326478958129883,1.3925119638442993,-1.313027024269104,-4.2039008140563965,-3.1521620750427246,-1.1671819686889648,0.1840440034866333,-4.172036170959473,1.2581210136413574,2.8138229846954346,2.165998935699463,1.763053059577942,-3.2764430046081543,0.8669319748878479,2.8572559356689453,2.871381998062134,-1.608528971672058,-1.7041829824447632,2.8454830646514893,1.040410041809082,1.8590459823608398,-0.548114001750946,2.388144016265869,3.00163197517395,2.5550920963287354,-3.2086598873138428,-4.099512100219727,-3.538590908050537,0.9428899884223938,-4.191125869750977,0.3812260031700134,2.546268939971924,1.8685489892959595,3.069662094116211,2.831821918487549,2.560992956161499,-2.2687599658966064,-2.365557909011841,-3.0651729106903076,0.4202759861946106,-0.2885560095310211,-0.30916500091552734,0.5647850036621094,-2.2177999019622803,-2.0473220348358154,-2.1003119945526123,-2.120820999145508,2.5792179107666016,0.14918799698352814,2.4480130672454834,-1.9266589879989624,2.8085310459136963,2.836879014968872,1.8584610223770142,-2.4358839988708496,-0.31038999557495117,3.0114190578460693,2.598733901977539,0.542523980140686,-1.4669090509414673,1.3299169540405273,2.87831711769104,2.8588240146636963,1.261834979057312,-3.92146897315979,2.090980052947998,-3.0523951053619385,-1.244778037071228,2.8722400665283203,2.8261001110076904,-1.8667670488357544,-4.048730850219727,-0.3609040081501007,-4.579294204711914,-1.4596389532089233,-1.0380640029907227,-4.599939823150635,2.9017550945281982,-2.2773330211639404,3.1315600872039795,-2.6361329555511475,-1.5828839540481567,0.6971200108528137,-1.053110957145691,-3.565545082092285,3.1325080394744873,3.101217031478882,3.062743902206421,0.7810519933700562,-3.359473943710327,2.2111949920654297,1.2719579935073853,1.2584960460662842,-2.7320199012756348,-0.986437976360321,-1.0192229747772217,2.6266520023345947,-4.388776779174805,-1.2155630588531494,-2.7091619968414307,-2.7678520679473877,-2.0107059478759766,-4.6506829261779785,-4.650937080383301,2.2867538928985596,-3.1861300468444824,-1.1565510034561157,-4.175878047943115,-3.1299750804901123,3.137052059173584,-1.320127010345459,-3.1075439453125,-2.3638319969177246,2.3550961017608643,1.2028980255126953,2.6368179321289062,3.228585958480835,2.9268269538879395,1.0230449438095093,-1.6846790313720703,-0.650189995765686,0.6616259813308716,0.5464540123939514,-0.09645699709653854,-0.7348549962043762,-1.9607880115509033,1.3198440074920654,1.9707039594650269,-3.1695969104766846,2.953700065612793,0.22307999432086945,-0.9765719771385193,-0.9089429974555969,1.479383945465088,1.1599969863891602,0.047276001423597336,0.04646899923682213,-0.08284199982881546,3.2746779918670654,2.335249900817871,-3.1308979988098145,0.3086180090904236,1.01084303855896,-3.5851519107818604,0.20475099980831146,-4.170726776123047,3.1765189170837402,-1.9930239915847778,0.5423290133476257,-2.398024082183838,1.4838279485702515,-4.161333084106445,0.34721699357032776,1.2169740200042725,-2.111121892929077,1.2294039726257324,0.9799950122833252,-2.723947048187256,-2.240104913711548,1.386644959449768,3.141916036605835,-1.5731110572814941,3.1168160438537598,-2.171557903289795,2.8832859992980957,-3.2095561027526855,1.153926968574524,1.141724944114685,0.9365789890289307,0.8184279799461365,2.311638116836548,-0.8494920134544373,-0.07129199802875519,0.10665100067853928,3.206134080886841,3.2159500122070312,2.8648080825805664,-4.181243896484375,1.9754389524459839,1.9452110528945923,0.01606599986553192,-1.1758489608764648,1.1916470527648926,0.8549020290374756,1.8357080221176147,-0.4475420117378235,0.1352750062942505,2.545274019241333,-4.181355953216553,-3.9063069820404053,2.1628520488739014,-1.6621359586715698,0.7751280069351196,0.7775179743766785,2.5695788860321045,-1.5631630420684814,-3.129775047302246,0.9488360285758972,-1.6187629699707031,-3.7988710403442383,-3.139141082763672,-2.263200044631958,-2.1878581047058105,-1.3574739694595337,1.6038910150527954,2.916232109069824,2.154794931411743,-0.7537980079650879,1.832358956336975,-3.13039493560791,-4.194328784942627,-1.5385440587997437,-0.4897319972515106,2.0346410274505615,-1.6826130151748657,0.08916399627923965,1.2062619924545288,-4.317580223083496,-2.624385118484497,0.9528070092201233,-0.5840529799461365,-4.452415943145752,-1.390895962715149,0.18631300330162048,-3.2449469566345215,1.5969959497451782,-3.16902494430542,1.8412450551986694,-2.1784870624542236,-0.7866389751434326,-0.3995549976825714,2.5145249366760254,2.359055995941162,-1.3072669506072998,-4.226831912994385,-0.5077379941940308,2.912034034729004,-3.161608934402466,-3.162961959838867,-2.5680689811706543,-1.598026990890503,-1.6848679780960083,-0.4128899872303009,-3.613616943359375,-1.0036449432373047,1.8253790140151978,1.810600996017456,-1.2425940036773682,2.221405029296875,2.2336299419403076,-1.0249619483947754,-2.6484110355377197,2.7239480018615723,2.8430819511413574,0.1394280046224594,2.193903923034668,2.886507034301758,1.4505889415740967,-3.1423280239105225,2.61061692237854,-2.1040968894958496,1.8063679933547974,-0.8781049847602844,3.1492810249328613,-3.1960020065307617,-0.026782000437378883,0.7341030240058899,-4.172176837921143,-1.8003900051116943,1.2490630149841309,2.9248011112213135,-0.6070050001144409,-3.6501500606536865,-0.7130500078201294,-0.9851930141448975,-1.4557080268859863,-0.9454609751701355,2.080353021621704,-2.4032199382781982,2.661355972290039,0.09002599865198135,-4.13834285736084,2.5897469520568848,-1.2128880023956299,0.027424000203609467,3.2097370624542236,2.739531993865967,-3.12868595123291,-3.135010004043579,-1.114130973815918,0.5610290169715881,-3.365617036819458,-1.067891001701355,0.11352100223302841,0.1300099939107895,0.11271599680185318,2.1598639488220215,1.6601999998092651,3.116492986679077,-1.1412309408187866,-0.3928160071372986,-4.271347999572754,0.09101799875497818,2.1153199672698975,-4.198811054229736,-4.180972099304199,1.2717570066452026,1.279114007949829,-0.22414599359035492,-1.027340054512024,-0.14158500730991364,0.05111600086092949,-3.2091140747070312,-3.2998459339141846,1.262004017829895,1.2294909954071045,3.2045700550079346,-1.0968170166015625,3.034930944442749,2.71330189704895,2.5716099739074707,1.1087520122528076,1.1786420345306396,-4.355327129364014,-4.143188953399658,1.4346760511398315,-2.672353982925415,2.998872995376587,-3.2354791164398193,1.026872992515564,-1.5905779600143433,-1.6110620498657227,-0.9987409710884094,0.8675330281257629,-1.8908300399780273,2.9370861053466797,-4.167142868041992,-0.9106730222702026,1.5811129808425903,-0.45864400267601013,-1.5441830158233643,-3.1554579734802246,0.7329559922218323,0.39682701230049133,1.7983529567718506,-0.6784530282020569,-3.1658918857574463,-1.7608020305633545,2.49783992767334,-1.448881983757019,2.427567958831787,-3.1784849166870117,-1.3715670108795166,2.6688499450683594,2.7911291122436523,-3.1551530361175537,0.6023529767990112,1.5599440336227417,0.7907950282096863,0.8500739932060242,-3.1381890773773193,-1.708299994468689,-1.1961970329284668,-1.843533992767334,2.88896107673645,-1.2819050550460815,0.38429999351501465,-1.3281049728393555,0.42618098855018616,-0.9510359764099121,-0.9652029871940613,1.7091120481491089,0.40786001086235046,2.168315887451172,1.2287089824676514,-2.884834051132202,-2.7167630195617676,-4.489573001861572,2.2647109031677246,2.2218730449676514,-3.1811439990997314,1.349241018295288,-1.4060909748077393,-1.4871089458465576,-2.40812611579895,-3.2039380073547363,-4.330111980438232,-0.9124919772148132,-0.8281760215759277,-1.3911139965057373,0.07350900024175644,3.2202370166778564,-3.640566110610962,2.898206949234009,1.0181310176849365,-1.2876909971237183,-4.158298969268799,1.725327968597412,1.7863620519638062,-3.1597259044647217,-3.157918930053711,1.1599459648132324,-3.6493899822235107,1.1174910068511963,3.0151500701904297,2.9123620986938477,2.3407559394836426,2.2663800716400146,3.0423779487609863,-0.19397400319576263,-3.9715158939361572,2.9067959785461426,2.606168031692505,1.8151789903640747,-2.299596071243286,0.6384779810905457,1.2753859758377075,2.2293519973754883,3.0273969173431396,1.1714190244674683,0.979416012763977,0.9709839820861816,1.3604660034179688,1.383700966835022,2.7172470092773438,-4.140316963195801,-4.284064769744873,2.402801036834717,-1.6802159547805786,3.1260359287261963,3.1181390285491943,-1.3074840307235718,2.753730058670044,0.7902190089225769,-3.990902900695801,-4.171875,-3.184019088745117,-2.196712017059326,3.1486339569091797,1.1605960130691528,-2.3326570987701416,-4.373134136199951,2.847372055053711,-3.6706669330596924,2.571847915649414,2.248744010925293,3.1880059242248535,2.0087099075317383,2.920485019683838,2.6193668842315674,0.8429849743843079,-0.09664600342512131,-3.1620280742645264,-1.0906410217285156,3.2203409671783447,-2.015429973602295,1.874356985092163,2.9129490852355957,1.3282300233840942,2.4849040508270264,0.06668400019407272,-1.4316649436950684,2.5602691173553467,-0.6433299779891968,2.4312100410461426,-0.041152000427246094,-3.088193893432617,2.1304309368133545,-4.008775234222412,1.1609829664230347,-3.069122076034546,2.888727903366089,0.9203870296478271,-3.134860038757324,1.406896948814392,1.1586300134658813,1.6424390077590942,-2.760701894760132,0.6161080002784729,1.212486982345581,0.7711269855499268,-3.8512461185455322,2.3309381008148193,2.8296539783477783,1.001315951347351,2.977526903152466,0.7008529901504517,-1.5048580169677734,-0.5268700122833252,-0.4846380054950714,1.330968976020813,-2.281816005706787,-2.930443048477173,-2.887083053588867,0.907729983329773,-0.7208899855613708,-1.7428419589996338,-1.3056540489196777,0.2793610095977783,-3.5383870601654053,2.5765340328216553,2.796924114227295,1.2314770221710205,-3.227605104446411,1.3049949407577515,-0.9029449820518494,-2.400693893432617,2.5503599643707275,1.0952249765396118,1.201235055923462,-1.0500010251998901,2.7305190563201904,2.460675001144409,-4.187681198120117,2.3328659534454346,0.2388239949941635,2.9604640007019043,-0.7257180213928223,-0.3300729990005493,-3.2952089309692383,2.2086849212646484,-2.5679268836975098,-0.47760701179504395,-0.5404109954833984,-1.2603570222854614,0.8673189878463745,-3.157802104949951,-1.2997430562973022,1.4326950311660767,1.514917016029358,2.9510130882263184,-0.9036920070648193,-4.123291969299316,1.3752820491790771,2.8920888900756836,0.0641700029373169,2.139676094055176,-3.19943904876709,0.31347399950027466,-3.0104780197143555,2.178699016571045,-0.1344899982213974,0.6902719736099243,2.973207950592041,0.049539998173713684,-1.2396910190582275,2.2784628868103027,2.2677929401397705,0.985073983669281,2.313570022583008,1.4664579629898071,0.5659480094909668,2.9184069633483887,3.1932320594787598,-0.11314599961042404,-4.160953998565674,0.7814970016479492,-4.15486478805542,-3.754606008529663,-1.8713550567626953,-3.676330089569092,-1.3577419519424438,3.2167038917541504,-0.785493016242981,2.624277114868164,-1.8880009651184082,2.265733003616333,2.963956117630005,-0.8438289761543274,-3.699043035507202,-3.138308048248291,0.9990940093994141,-1.9340239763259888,1.6851860284805298,-0.6475359797477722,-0.6248599886894226,-4.04301118850708,-1.8442460298538208,-3.8205270767211914,1.2595419883728027,1.2791019678115845,0.18847300112247467,2.7939329147338867,0.08579999953508377,-2.006063938140869,-1.5530149936676025,2.197105884552002,0.23833799362182617,-1.4535800218582153,-1.8213330507278442,-1.9429130554199219,0.4572559893131256,-0.1847209930419922,-1.4408570528030396,0.2019599974155426,-1.4961199760437012,-2.937217950820923,-2.3934121131896973,2.752608060836792,0.8839589953422546,-3.220918893814087,1.379451036453247,-2.0743908882141113,-1.1541459560394287,-4.0994648933410645,-3.993511915206909,-1.9359849691390991,-3.142116069793701,-2.0353610515594482,-3.986922025680542,-1.858780026435852,-3.1961851119995117,3.131546974182129,0.408627986907959,-0.38464799523353577,1.1214580535888672,-2.2175209522247314,2.307360887527466,0.7303670048713684,-4.044548034667969,-1.7237730026245117,2.8326361179351807,-0.9695619940757751,3.1693379878997803,2.9185829162597656,-3.190443992614746,-3.1373209953308105,-2.9367029666900635,-4.420703887939453,-4.572797775268555,3.1459810733795166,-4.129161834716797,-3.1515300273895264,0.4978350102901459,0.49559399485588074,-2.727816104888916,3.016279935836792,0.5474939942359924,2.2453699111938477,2.7250330448150635,0.5579710006713867,-0.3093299865722656,-1.854159951210022,3.177042007446289,-1.8685630559921265,-1.9737379550933838,1.8669240474700928,-1.0238369703292847,2.556196928024292,-4.189855098724365,-0.9803329706192017,2.900254011154175,2.3269660472869873,-3.2178919315338135,-3.764336109161377,-0.6300979852676392,-1.4155429601669312,-1.2907650470733643,2.554572105407715,0.8452919721603394,0.5562390089035034,0.5418329834938049,0.9700220227241516,-1.204934000968933,-1.2245440483093262,-1.2753219604492188,2.573482036590576,1.0318210124969482,0.45045799016952515,1.0084470510482788,-1.826902985572815,2.791059970855713,-2.610018014907837,-0.21349799633026123,0.660053014755249,0.9082149863243103,-4.2340168952941895,0.452333003282547,0.45736798644065857,-2.679914951324463,-0.6839100122451782,-2.995558023452759,-3.11639404296875,-1.0675300359725952,2.5416600704193115,-0.9932349920272827,-0.07452300190925598,2.533900022506714,2.6636009216308594,0.2739270031452179,3.106329917907715,-0.2793479859828949,-1.1621190309524536,2.825303077697754,0.7726010084152222,-4.1844658851623535,1.3525710105895996,-3.1815481185913086,3.1058349609375,-3.1803319454193115,-3.1803479194641113,-1.0247759819030762,1.4286240339279175,-4.076931953430176,-2.2057759761810303,-0.775780975818634,2.852231025695801,0.8685259819030762,2.2746129035949707,-0.9667189717292786,-2.670320987701416,-2.9883949756622314,-3.022526979446411,-4.466982841491699,0.3005070090293884,-3.1461238861083984,-4.270978927612305,-1.987550973892212,0.2947719991207123,1.383905053138733,3.1889190673828125,2.79020094871521,-1.4368239641189575,-3.74324893951416,1.9094280004501343,-0.934814989566803,1.7737610340118408,-1.6163009405136108,-3.178956985473633,-4.621243000030518,1.2055360078811646,2.3142809867858887,0.9453849792480469,2.8967199325561523,-1.4754339456558228,2.156187057495117,2.1410160064697266,0.2085610032081604,-4.277149200439453,1.5741499662399292,1.824787974357605,-3.2511539459228516,-3.1694109439849854,-1.4402910470962524,0.44841301441192627,0.514369010925293,-0.2681950032711029,2.119065046310425,2.5410170555114746,2.5089449882507324,1.421409010887146,-0.054058000445365906,0.9173380136489868,0.4644539952278137,2.1709189414978027,1.2092909812927246,1.2026100158691406,-2.322052001953125,-1.9283770322799683,3.095228910446167,1.1995999813079834,-0.8159700036048889,2.037938117980957,-0.9330679774284363,2.307284116744995,-0.3142029941082001,0.8604030013084412,1.5224729776382446,-0.44780999422073364,2.7449989318847656,1.1533050537109375,-3.9342150688171387,1.9300930500030518,-4.202307224273682,-0.15194599330425262,-1.176813006401062,-1.1709660291671753,-4.620108127593994,0.5286110043525696,1.2098959684371948,-1.3233189582824707,2.2538321018218994,0.7774109840393066,-3.1761550903320312,-2.3406190872192383,-4.253083229064941,-0.9832199811935425,-0.9451149702072144,2.352977991104126,1.0965310335159302,-1.6172620058059692,0.1249149963259697,-4.399549961090088,0.47958800196647644,2.5079240798950195,1.1300009489059448,1.4472119808197021,2.5377180576324463,2.6769769191741943,-0.606652021408081,2.554387092590332,2.548219919204712,-3.1999800205230713,1.4791460037231445,0.9083729982376099,2.7709810733795166,-4.2034149169921875,-3.1285109519958496,2.144092082977295,-2.2568271160125732,-2.0461089611053467,-0.38964301347732544,2.0263519287109375,0.06456200033426285,1.1717000007629395,0.43908700346946716,2.480994939804077,2.462902069091797,-1.0280870199203491,-2.0865590572357178,2.8626530170440674,0.5720130205154419,0.8316770195960999,-1.5065040588378906,-0.5703930258750916,1.4978610277175903,1.0189789533615112,-0.5633869767189026,-2.511470079421997,1.3279789686203003,-2.173801898956299,1.1807760000228882,3.2450571060180664,2.689621925354004,-3.1613399982452393,-1.7960519790649414,-3.155797004699707,2.9875659942626953,-1.4477640390396118,-4.0626749992370605,-2.3944098949432373,-1.3162829875946045,-2.149928092956543,1.182358980178833,2.4725730419158936,-1.722720980644226,-1.4729620218276978,-1.4189000129699707,-0.9094849824905396,-0.9292320013046265,1.8516900539398193,2.893001079559326,-2.5021090507507324,2.723992109298706,-2.6829030513763428,-1.801000952720642,-1.0590980052947998,-0.914002001285553,1.1624319553375244,-0.08160699903964996,-1.09573495388031,-0.06677299737930298,0.23404599726200104,1.0530840158462524,3.0686559677124023,3.097166061401367,-4.071300029754639,2.4182839393615723,1.1588269472122192,2.242875099182129,1.8989909887313843,1.9242990016937256,2.134732961654663,-0.9176149964332581,1.9171119928359985,1.1092760562896729,2.745410919189453,2.743865966796875,-3.955069065093994,-2.5534238815307617,-0.7545620203018188,-3.1411631107330322,-1.3218200206756592,2.910741090774536,2.6095449924468994,-2.126451015472412,-3.14737606048584,1.1883050203323364,-0.8249109983444214,2.157371997833252,-2.5660970211029053,-1.3063429594039917,-1.9134429693222046,0.7016749978065491,-1.9284440279006958,1.2922470569610596,2.353085994720459,0.5439820289611816,2.1576969623565674,1.0356309413909912,1.1451289653778076,-0.44936901330947876,-2.983459949493408,0.615086019039154,-1.4016480445861816,-4.072694778442383,-4.446714878082275,-4.3680009841918945,1.1777629852294922,2.8433279991149902,-1.009742021560669,-0.9488630294799805,1.6600749492645264,-3.3617498874664307,-3.9765610694885254,-0.9888569712638855,-2.6287848949432373,1.9048110246658325,0.8592720031738281,-0.8415409922599792,1.929466962814331,3.1193079948425293,-1.06980299949646,0.880158007144928,-0.5702049732208252,2.7309930324554443,2.566512107849121,-2.059156894683838,-0.5830990076065063,2.9621920585632324,-1.255849003791809,-2.941272020339966,-0.8733050227165222,-3.806777000427246,2.4746930599212646,2.4283249378204346,1.3150780200958252,-3.201632022857666,-3.22326397895813,-3.136962890625,-2.284558057785034,3.0884320735931396,-4.043105125427246,2.2067298889160156,-1.6961159706115723,3.0489189624786377,-4.2772369384765625,0.7487710118293762,-2.7434709072113037,-3.176666021347046,3.004868984222412,0.7242799997329712,-3.2490549087524414,2.64123797416687,1.0992579460144043,-1.8851159811019897,-2.7025809288024902,-1.0980520248413086,-1.40706205368042,-3.27634596824646,0.2083580046892166,-3.233933925628662,-3.587805986404419,2.3802859783172607,1.8618589639663696,1.3602759838104248,0.14079800248146057,-2.369760036468506,-2.346261978149414,-3.9479050636291504,0.820294976234436,2.2248780727386475,-3.169384002685547,-1.3691329956054688,-1.4001879692077637,-3.2616798877716064,-0.31335800886154175,1.2153760194778442,2.7181060314178467,1.8798919916152954,-1.7683290243148804,1.0616769790649414,-1.56135094165802,1.2573779821395874,1.2947380542755127,2.898521900177002,2.9021220207214355,1.2407740354537964,-1.2041499614715576,-1.9239089488983154,-0.3813669979572296,-0.14257900416851044,-0.14520399272441864,-1.7240370512008667,-1.7988849878311157,-1.2017790079116821,2.515850067138672,2.3312840461730957,-1.2067819833755493,0.42261800169944763,2.562213897705078,2.524980068206787,1.234876036643982,-1.0052390098571777,-3.111851930618286,2.3701539039611816,-0.514743983745575,-2.353013038635254,2.1069929599761963,-3.673197031021118,-4.533055782318115,2.7719850540161133,2.8289361000061035,-0.6471480131149292,2.1599628925323486,-4.651834011077881,3.1481969356536865,-0.42953500151634216,0.09206099808216095,-3.629462957382202,0.8452979922294617,2.7167139053344727,2.882596969604492,1.0500609874725342,-4.648807048797607,-0.5222169756889343,-2.5896708965301514,3.1826260089874268,2.7019031047821045,-0.4964999854564667,-0.4927409887313843,-4.136940956115723,3.009294033050537,2.2515430450439453,3.0430679321289062,-1.5247169733047485,-3.1757359504699707,1.2595839500427246,1.245803952217102,1.1090240478515625,0.6539350152015686,-4.205550193786621,0.99031001329422,1.1438289880752563,2.0548739433288574,-4.591744899749756,0.3124159872531891,-2.347877025604248,-1.4081850051879883,-2.888633966445923,-1.6159470081329346,-4.186633110046387,-0.5812619924545288,-3.17582106590271,-4.645909786224365,-4.34239387512207,3.1234889030456543,-3.1243109703063965,-3.4946930408477783,-2.862581968307495,-1.3318439722061157,2.7589809894561768,-0.9252679944038391,2.87685489654541,2.969719886779785,-1.3223589658737183,2.0293190479278564,-1.7089600563049316,-4.149503231048584,2.808281898498535,-0.12400499731302261,-0.18293699622154236,-1.3834220170974731,2.6616299152374268,2.619399070739746,1.1939380168914795,1.668063998222351,2.12166690826416,-4.5980610847473145,2.2405920028686523,2.2450060844421387,2.492496967315674,-3.606544017791748,1.2018300294876099,0.9106600284576416,-1.0002909898757935,2.548358917236328,2.6553330421447754,0.7124339938163757,0.5819249749183655,-0.5458710193634033,-3.3548390865325928,-0.9469079971313477,-1.493319034576416,1.3698010444641113,1.4343429803848267,3.1345229148864746,-3.1867899894714355,-0.8560580015182495,1.4385709762573242,2.5862250328063965,-1.9204570055007935,-0.15219099819660187,-2.5864999294281006,-2.1550309658050537,-3.3292059898376465,-3.1339330673217773,2.618177890777588,3.131603956222534,2.770490884780884,2.7788751125335693,1.2384370565414429,0.4024609923362732,-3.175715923309326,-1.2373379468917847,3.063215970993042,0.6770960092544556,2.1386899948120117,2.1495680809020996,-4.288691997528076,1.4684280157089233,2.665393114089966,2.6911239624023438,2.101409912109375,2.995374917984009,1.3425129652023315,0.6659590005874634,1.6257859468460083,1.2598830461502075,-3.0268430709838867,1.5590169429779053,-3.294097900390625,-3.868551015853882,2.761686086654663,2.2091379165649414,-2.6945040225982666,-2.6205430030822754,-0.9019349813461304,2.7647759914398193,2.4482109546661377,2.884438991546631,2.024513006210327,1.5483759641647339,-4.434057235717773,0.8028119802474976,2.822834014892578,2.1413118839263916,-2.57076096534729,0.9256389737129211,0.34131500124931335,0.12536999583244324,2.687187910079956,-1.8792120218276978,1.2619279623031616,-0.7794510126113892,1.0167759656906128,1.2582570314407349,2.5543770790100098,3.0876269340515137,1.2620960474014282,1.2294169664382935,-0.16558100283145905,-1.8121240139007568,-1.0384759902954102,-1.3695759773254395,2.089139938354492,-3.2340710163116455,-1.8390419483184814,2.927170991897583,0.11219900101423264,1.6273959875106812,0.01169000007212162,-1.3602559566497803,1.1839350461959839,-3.6253230571746826,2.9855499267578125,-1.1938610076904297,0.06062699854373932,0.14527200162410736,-0.34820500016212463,0.11662600189447403,-1.5986039638519287,2.2426109313964844,2.0753800868988037,-3.1404290199279785,2.429802894592285,0.7841789722442627,-0.2512899935245514,-4.19172477722168,-3.261392116546631,0.9864550232887268,-1.4300700426101685,-1.376189947128296,1.179142951965332,0.9069240093231201,1.1295139789581299,1.1653889417648315,-4.19371223449707,2.253092050552368,2.3585970401763916,1.1799639463424683,1.9445040225982666,-1.4283829927444458,2.9281399250030518,0.9876850247383118,1.2130210399627686,1.5292459726333618,0.98710697889328,-2.4976980686187744,-3.8448119163513184,2.8046560287475586,0.3700680136680603,2.1057229042053223,0.5419949889183044,-1.8018089532852173,0.9762830138206482,-1.6967090368270874,-1.6891059875488281,3.226490020751953,1.2113070487976074,-1.2153539657592773,-0.8455280065536499,2.573941946029663,-1.9737910032272339,-3.283924102783203,2.5697879791259766,2.576240062713623,2.6061770915985107,-1.5058209896087646,0.3439730107784271,2.3325610160827637,2.832580089569092,2.3199639320373535,2.850287914276123,-3.228426933288574,-3.2167580127716064,-3.04482102394104,0.6014260053634644,2.8833799362182617,-1.0945429801940918,2.1614410877227783,2.184997081756592,-2.842426061630249,2.1061160564422607,2.121920108795166,-2.606157064437866,2.347914934158325,-4.183286190032959,-3.1872689723968506,1.2361489534378052,0.542818009853363,0.961251974105835,2.853631019592285,-2.7158620357513428,0.681734025478363,-1.4869840145111084,0.6702719926834106,2.8940320014953613,1.2800819873809814,-1.5895940065383911,3.065445899963379,-3.450956106185913,1.6986229419708252,-3.1538050174713135,-1.6903070211410522,-3.622248888015747,2.142819881439209,-4.102078914642334,0.5020210146903992,-1.5989819765090942,-2.488399028778076,0.3330720067024231,0.09454300254583359,1.2739390134811401,2.1939399242401123,-1.3484179973602295,-3.1404550075531006,2.035904884338379,-1.0946359634399414,-1.0905539989471436,-3.1504759788513184,2.8468821048736572,2.9736549854278564,1.0845619440078735,-1.7953840494155884,2.797327995300293,1.9428290128707886,2.6779251098632812,-4.176083087921143,-4.169987201690674,-3.145427942276001,-2.4041221141815186,-0.9069709777832031,2.6199469566345215,-3.805665969848633,1.5345410108566284,0.08839300274848938,0.7355549931526184,2.4353950023651123,-2.2361559867858887,0.43518999218940735,-3.8852169513702393,-1.4702210426330566,-3.1335060596466064,-1.1341309547424316,2.3870279788970947,0.4440859854221344,1.1545209884643555,2.217067003250122,-1.062999963760376,2.9088950157165527,-1.271008014678955,-1.297302007675171,2.7790629863739014,0.7758920192718506,0.11748600006103516,-1.8465629816055298,1.568801999092102,2.9303689002990723,2.7688260078430176,-2.5950839519500732,-3.1700398921966553,0.7072929739952087,2.4203670024871826,-4.004944801330566,0.9003360271453857,-1.4435269832611084,2.432805061340332,-0.9441540241241455,-2.2334179878234863,2.548367977142334,1.427163004875183,2.9859321117401123,-0.9568700194358826,0.3317210078239441,2.621680974960327,2.818614959716797,3.0822529792785645,1.7407310009002686,-3.1545040607452393,-3.1528260707855225,-3.0909759998321533,-0.9018099904060364,-1.1913039684295654,2.6220450401306152,0.6693630218505859,-4.113578796386719,-4.09914493560791,-3.197873115539551,0.5064499974250793,2.7484068870544434,-1.6477680206298828,-2.1435959339141846,-3.1359589099884033,-3.1341049671173096,-2.238603115081787,1.140910029411316,1.8500299453735352,-0.7314159870147705,0.09547100216150284,-2.771428108215332,2.962454080581665,2.9240760803222656,-0.024071000516414642,-0.036348000168800354,1.1002229452133179,2.1619670391082764,2.442840099334717,0.22997400164604187,0.2160390019416809,-1.1112710237503052,1.219925045967102,-0.5201900005340576,1.2882599830627441,1.2835830450057983,1.1421630382537842,-3.2704029083251953,-0.9678580164909363,0.13787299394607544,-4.004599094390869,2.566648006439209,3.179655075073242,2.297800064086914,3.168839931488037,-0.08340200036764145,-1.1787470579147339,-1.177827000617981,-1.195646047592163,-4.186870098114014,1.2922170162200928,2.879065990447998,0.921455979347229,-1.0605649948120117,1.1099770069122314,2.6141550540924072,2.8920810222625732,-4.56025505065918,-3.182065963745117,2.999423027038574,1.4862289428710938,-0.469976007938385,2.3993279933929443,3.136439085006714,-0.43664801120758057,2.663203001022339,0.9014769792556763,-4.502530097961426,2.9859559535980225,3.006875991821289,0.36626601219177246,1.1751970052719116,-0.13060800731182098,-2.545397996902466,-3.116244077682495,2.226314067840576,-1.8368810415267944,-2.558306932449341,2.1262290477752686,-4.028749942779541,0.2127149999141693,-1.8095020055770874,-1.2348439693450928,2.4400479793548584,1.822914958000183,-0.9222549796104431,2.8186891078948975,-3.8755970001220703,-1.4330120086669922,-1.6345380544662476,-1.463400959968567,-3.8968238830566406,-1.230065941810608,-1.8519870042800903,-0.008852999657392502,2.4388511180877686,0.033528998494148254,-1.076928973197937,-0.5015339851379395,-0.9844260215759277,-2.535125970840454,-2.628931999206543,-1.1487979888916016,2.3599259853363037,-2.3692710399627686,-2.1713290214538574,2.5440149307250977,2.5063769817352295,-1.5566200017929077,-3.102055072784424,-0.9601160287857056,-1.6482210159301758,-2.8774030208587646,2.5167200565338135,0.09786400198936462,2.5855538845062256,-2.191180944442749,0.3889240026473999,2.418070077896118,-2.1323928833007812,-0.9001200199127197,-2.25791597366333,-2.113600015640259,2.4413130283355713,2.246083974838257,1.4918709993362427,2.7778360843658447,-1.4831980466842651,-1.33291494846344,2.4956040382385254,-1.3558839559555054,-1.1564639806747437,0.10023099929094315,-2.5245211124420166,-3.0809249877929688,0.8582209944725037,-1.9697669744491577,-2.0165278911590576,-0.5901910066604614,-3.185153007507324,-3.17956805229187,-1.7755990028381348,0.9327049851417542,-3.1297850608825684,-2.2451279163360596,-2.6382060050964355,-4.187318801879883,2.7745139598846436,-4.1622419357299805,-1.1438119411468506,-4.004548072814941,-1.2567399740219116,-1.0929549932479858,-1.3133620023727417,-1.6991039514541626,-4.184743881225586,-0.921675980091095,-1.349763035774231,2.3462109565734863,-3.1686670780181885,1.9679280519485474,-1.8823540210723877,0.5550869703292847,-0.5159059762954712,-1.6304069757461548,2.6992409229278564,-2.350848913192749,0.5730699896812439,-2.9578380584716797,0.6662070155143738,-2.7669270038604736,-4.188827037811279,-4.190011024475098,-0.9448670148849487,-4.184199810028076,1.9117980003356934,-2.889216899871826,-0.01749500073492527,0.9540920257568359,-2.9814059734344482,0.9235979914665222,-3.2490921020507812,-3.780045986175537,2.3942511081695557,3.0665690898895264,-3.1811978816986084,2.5338170528411865,-0.033918000757694244,1.1462479829788208,-0.6340600252151489,-3.1365790367126465,-2.386828899383545,-2.173233985900879,-2.1158969402313232,1.081210970878601,1.1285439729690552,0.5566779971122742,-4.1781392097473145,2.4925990104675293,0.8194720149040222,-3.148895025253296,2.432307004928589,0.6393210291862488,1.2039120197296143,0.9162309765815735,-1.282670021057129,-1.6052229404449463,-2.0126309394836426,1.3479650020599365,1.377871036529541,2.668644905090332,1.4967149496078491,2.2227048873901367,-4.161202907562256,2.0534660816192627,-1.6575629711151123,2.848478078842163,-2.0845980644226074,-0.5446630120277405,-4.651525020599365,-1.4355219602584839,1.8006190061569214,-1.4708679914474487,0.7512630224227905,-3.7446389198303223,-3.9187099933624268,1.2043349742889404,-4.062376976013184,-0.6397960186004639,-0.09442500025033951,-3.8804619312286377,2.840709924697876,0.1853259950876236,2.6649789810180664,3.2335379123687744,1.1135480403900146,2.408622980117798,0.6333950161933899,1.0747400522232056,1.0999000072479248,-3.1287989616394043,-4.161133766174316,-3.1267969608306885,-1.9142069816589355,2.8133950233459473,2.437825918197632,2.2384519577026367,3.2165799140930176,0.690330982208252,-1.2367000579833984,-3.1416780948638916,2.7180540561676025,2.4305660724639893,-3.8236188888549805,1.0165770053863525,-1.2490429878234863,-0.08676599711179733,-2.0350120067596436,3.232973098754883,-0.3811430037021637,0.8236389756202698,-0.9072210192680359,-0.9027450084686279,-3.1376121044158936,-3.1374399662017822,-0.5126870274543762,0.2171110063791275,-4.530900001525879,-4.556934833526611,-3.7962141036987305,2.6047279834747314,-4.420196056365967,-0.9834349751472473,-1.3141649961471558,0.8330010175704956,0.9033499956130981,0.8088210225105286,0.8886820077896118,2.0800540447235107,0.2972300052642822,-3.02778697013855,-4.1616740226745605,-3.464103937149048,-3.1917240619659424,-1.3390450477600098,-1.3746390342712402,-1.1125890016555786,-0.0606050007045269,0.6055349707603455,0.7755089998245239,-4.608607769012451,0.5187109708786011,1.3408819437026978,1.357893943786621,-1.9787520170211792,2.78560209274292,2.7730770111083984,-3.2049620151519775,-3.2262699604034424,2.4352049827575684,-0.22135299444198608,2.4338550567626953,1.822613000869751,2.1223530769348145,-3.1298089027404785,0.9779369831085205,1.0276050567626953,1.03855299949646,2.112557888031006,2.161921977996826,0.459293007850647,-1.1879090070724487,-2.3877830505371094,1.0443609952926636,3.0813040733337402,1.2092609405517578,-1.8495429754257202,2.4592700004577637,-0.9828810095787048,0.9735999703407288,-1.1870160102844238,0.6607019901275635,-1.2395700216293335,-1.3986660242080688,2.814393997192383,-3.1058390140533447,-2.844705104827881,-3.1670279502868652,2.221250057220459,2.7227389812469482,-4.083279132843018,-2.1664888858795166,-0.3166149854660034,1.8774570226669312,2.17467999458313,-1.3642610311508179,2.9478139877319336,-2.477545976638794,-1.743623971939087,-0.8877130150794983,-2.2210049629211426,-4.205115795135498,-1.457144021987915,-3.0005691051483154,-3.132383108139038,-4.124931812286377,-1.2057650089263916,-1.1668790578842163,0.6421040296554565,1.0740269422531128,2.125722885131836,1.157263994216919,0.9602429866790771,-3.850287914276123,-1.6913310289382935,-3.1528639793395996,1.3574910163879395,0.5889930129051208,0.6225000023841858,-2.3649990558624268,2.7652740478515625,1.351897954940796,-0.45330899953842163,0.1563819944858551,-3.7191970348358154,-0.1586650013923645,-0.13844400644302368,-3.224536895751953,1.2231119871139526,0.11548499763011932,-1.108590006828308,2.8163719177246094,-1.6210440397262573,1.9557180404663086,1.9190620183944702,-1.3568400144577026,-1.0470279455184937,1.1757049560546875,-3.1843268871307373,2.3087570667266846,-3.0158329010009766,-2.125808000564575,-2.0302700996398926,2.863342046737671,-0.6055930256843567,-3.963587999343872,0.600413978099823,0.681098997592926,-0.3858349919319153,2.3968849182128906,2.8693149089813232,2.5305230617523193,1.1972049474716187,2.705636978149414,-4.619584083557129,2.4935379028320312,1.0604350566864014,1.0380009412765503,1.9316140413284302,2.798198938369751,1.859231948852539,2.492013931274414,2.6798501014709473,1.2176289558410645,1.218513011932373,-0.6205369830131531,1.256937026977539,2.654750108718872,-0.48156699538230896,-0.5433350205421448,0.2740800082683563,3.14620304107666,1.64833402633667,-0.8703140020370483,3.118762969970703,-2.9936699867248535,-0.11631300300359726,-1.4802130460739136,2.859523057937622,-1.297305941581726,2.734365940093994,3.246295928955078,-4.577632904052734,2.448179006576538,2.4649229049682617,-0.6230379939079285,2.9612131118774414,-1.5257519483566284,-1.4301190376281738,-2.5886099338531494,2.7685070037841797,-2.058842897415161,0.08696500211954117,0.09783600270748138,3.027992010116577,1.7964320182800293,3.0199520587921143,-4.100232124328613,-2.8266260623931885,-0.09125299751758575,1.5999009609222412,2.9378581047058105,-0.9486510157585144,-3.128848075866699,-3.1320159435272217,-1.2945899963378906,2.1514699459075928,-1.4931260347366333,-0.17339399456977844,-0.8972030282020569,2.7075939178466797,2.2875499725341797,1.3000750541687012,-4.119880199432373,0.504755973815918,0.6733689904212952,-2.5596439838409424,2.1641030311584473,1.2978719472885132,2.743863105773926,1.7242720127105713,0.21688500046730042,0.5128089785575867,3.126758098602295,3.1105740070343018,1.829010009765625,1.849573016166687,-1.3142160177230835,3.0567739009857178,3.063107967376709,2.3085389137268066,-0.7725610136985779,0.853630006313324,1.6114089488983154,0.46007800102233887,0.4635539948940277,-1.1791960000991821,-1.1737899780273438,1.2650840282440186,1.8171019554138184,-1.6581519842147827,0.4719870090484619,-1.5935200452804565,-2.410583019256592,1.0634150505065918,0.9294310212135315,0.9231510162353516,-1.5963799953460693,-3.235625982284546,1.126878023147583,3.0760200023651123,-2.359503984451294,-2.968441963195801,-2.726931095123291,-2.10699200630188,-1.2508909702301025,0.45773398876190186,1.8545609712600708,2.207205057144165,-2.3818418979644775,-1.3592309951782227,-3.75669002532959,0.8360109925270081,2.891746997833252,-1.5606869459152222,-1.074046015739441,2.537667989730835,-3.6255030632019043,-1.3854409456253052,1.2221310138702393,1.0940309762954712,1.5078109502792358,-3.2808310985565186,2.9238030910491943,-0.956840991973877,0.2999480068683624,-1.2632770538330078,1.474066972732544,0.7852050065994263,-1.1753339767456055,0.9734569787979126,-3.2323219776153564,-1.2779840230941772,2.874005079269409,0.6952720284461975,-1.1185519695281982,-4.499291896820068,0.08593100309371948,2.727915048599243,-2.924345016479492,1.088135004043579,2.391180992126465,-3.1640570163726807,3.0166919231414795,1.899994969367981,1.0413609743118286,-4.047994136810303,-1.3758599758148193,-1.0338679552078247,-0.09406299889087677,-1.5903970003128052,1.9907809495925903,1.2413150072097778,1.198598027229309,-3.157111883163452,2.3955700397491455,1.144484043121338,2.7538959980010986,2.7593159675598145,-4.058705806732178,-3.9784529209136963,-0.9316049814224243,2.1250228881835938,-4.234835147857666,-2.6939380168914795,-3.174345016479492,-3.195866107940674,2.263948917388916,-2.053689956665039,-3.1346609592437744,0.11966200172901154,-3.1699650287628174,0.47907400131225586,-0.3153209984302521,-0.30316200852394104,2.659285068511963,-0.9852870106697083,2.89080810546875,-1.3061599731445312,0.7514240145683289,-3.1709868907928467,2.7247390747070312,2.06317400932312,2.602842092514038,2.585418939590454,1.2206000089645386,-1.1212799549102783,-3.205512046813965,-0.22360199689865112,-3.720388889312744,-0.9506340026855469,-3.5819039344787598,2.27902889251709,1.469459056854248,1.0679219961166382,1.1046279668807983,-3.1270580291748047,2.874774932861328,2.8740289211273193,-1.660006046295166,-0.8675330281257629,1.1953120231628418,1.2031710147857666,-0.982683002948761,2.080785036087036,-1.570773959159851,1.998242974281311,-2.2190070152282715,2.3588480949401855,2.559407949447632,-0.9983000159263611,2.155478000640869,2.3197410106658936,1.8927780389785767,2.7883999347686768,-4.1029767990112305,1.1141250133514404,2.3284430503845215,2.3352890014648438,-1.5468560457229614,-0.024469999596476555,0.9541329741477966,0.9668819904327393,0.250465989112854,2.8794009685516357,-4.347185134887695,-3.139353036880493,-3.127835988998413,-3.1118929386138916,2.895253896713257,2.1591880321502686,-1.7372939586639404,-3.2648940086364746,2.7070810794830322,1.6165080070495605,1.0929960012435913,1.9002660512924194,1.296301007270813,-1.4371490478515625,0.8935490250587463,-4.114127159118652,1.7811369895935059,-1.1324130296707153,1.2031519412994385,0.1457819938659668,2.3973889350891113,-2.045814037322998,-4.191936016082764,-4.138143062591553,1.9134169816970825,0.04670400172472,2.616848945617676,-3.1334478855133057,-3.1311569213867188,-4.363475799560547,1.1901220083236694,-4.095191955566406,3.1823360919952393,-1.107875943183899,1.1326940059661865,0.9746090173721313,-1.976120948791504,2.4430620670318604,3.1455628871917725,-0.8893340229988098,0.6113860011100769,1.6824860572814941,-1.1884709596633911,2.7133378982543945,-3.1344900131225586,1.3355560302734375,2.576720952987671,-3.2928969860076904,0.9281229972839355,-1.217628002166748,2.3946290016174316,2.3717238903045654,2.980736017227173,-2.0828421115875244,1.4256620407104492,-2.9509189128875732,-3.1737489700317383,-3.18117094039917,2.604253053665161,2.4063830375671387,-4.202631950378418,-4.209527969360352,-3.185102939605713,1.250458002090454,-2.1588659286499023,-4.054251194000244,3.231034994125366,-3.3931450843811035,-4.08615779876709,-4.653927803039551,1.0928399562835693,-3.1747050285339355,-3.6566638946533203,0.35209500789642334,1.8302210569381714,3.2618069648742676,2.3573529720306396,1.0639970302581787,-2.795552968978882,-1.408627986907959,-2.7550220489501953,-0.4000209867954254,-3.8810739517211914,0.0833510011434555,1.0100040435791016,1.017591953277588,-2.6491899490356445,2.653175115585327,2.7017080783843994,-3.130506992340088,-4.540640830993652,-1.354477047920227,-3.3127388954162598,-4.604698181152344,-2.729940891265869,1.8283480405807495,-1.6540069580078125,-3.0018529891967773,-1.8257299661636353,2.4089980125427246,-1.7760820388793945,-3.1278469562530518,2.38543701171875,-3.180449962615967,-4.157686233520508,2.402282953262329,1.4314630031585693,2.9201090335845947,2.4619970321655273,0.18319900333881378,-0.8053590059280396,-2.2488110065460205,-0.9471219778060913,2.320723056793213,1.1319990158081055,2.8390309810638428,-3.765575885772705,-2.039868116378784,-2.0701730251312256,-1.2731029987335205,-2.525789976119995,2.1421539783477783,0.48700299859046936,3.100198984146118,-2.5092599391937256,-1.6213769912719727,3.018079996109009,1.7263749837875366,1.50381600856781,1.483091950416565,-2.517530918121338,-3.186232089996338,2.0897738933563232,-3.0702900886535645,0.45465898513793945,-4.043921947479248,1.7785899639129639,2.7733240127563477,2.3380448818206787,-2.433929920196533,2.14418888092041,3.014833927154541,-0.005716999992728233,-0.11957699805498123,1.1314239501953125,0.6738600134849548,1.7132560014724731,1.7509520053863525,2.1598010063171387,2.9866890907287598,-0.9075859785079956,3.1276800632476807,-1.9509429931640625,-0.501010000705719,-3.1474530696868896,2.482254981994629,-1.561297059059143,-2.455256938934326,1.730762004852295,-3.7064900398254395,1.0886329412460327,2.819830894470215,3.2208869457244873,-2.347748041152954,1.001816987991333,2.294235944747925,-1.3058199882507324,-1.254721999168396,0.4505060017108917,-0.039684001356363297,2.182966947555542,-4.2142438888549805,-2.217499017715454,2.7839300632476807,-4.655468940734863,0.9801329970359802,1.1812180280685425,1.2979509830474854,-0.1271670013666153,1.987089991569519,2.0937249660491943,-1.9836000204086304,-1.9784849882125854,-3.150438070297241,-3.1489551067352295,-4.469180107116699,1.9446229934692383,1.952981948852539,2.4381840229034424,-0.4306510090827942,2.224634885787964,-0.5113239884376526,1.3805110454559326,2.182349920272827,-3.8311870098114014,-1.147799015045166,2.799345016479492,1.3113950490951538,-3.1927459239959717,-0.44817399978637695,3.0968539714813232,-4.180861949920654,-3.1291890144348145,-3.171314001083374,2.893873929977417,-4.368776798248291,-1.2261110544204712,-3.158484935760498,-0.42447298765182495,1.991225004196167,2.621819019317627,-0.9331560134887695,-1.5767730474472046,2.6317780017852783,-1.660364031791687,-4.173386096954346,0.034226998686790466,0.030364999547600746,1.922145962715149,2.760324001312256,2.70975399017334,-1.7208900451660156,2.971977949142456,1.3192030191421509,-0.16794300079345703,-1.0755709409713745,-2.668509006500244,-4.162199020385742,1.626863956451416,0.8188560009002686,-3.169084072113037,1.441925048828125,2.6946818828582764,-2.3272929191589355,1.390647053718567,-2.06392502784729,-1.2687859535217285,-3.2008049488067627,-3.160191059112549,2.7098889350891113,0.7624580264091492,-4.234288215637207,-2.7277169227600098,-3.150743007659912,-3.8972909450531006,0.277660995721817,-2.6953060626983643,2.5601730346679688,-1.0523749589920044,1.1754449605941772,0.28147000074386597,-0.25641700625419617,1.0289720296859741,-1.257498025894165,-1.1125680208206177,2.5272789001464844,-3.357743978500366,-0.9422900080680847,-2.657989978790283,-2.600390911102295,2.1439430713653564,1.3065119981765747,-3.476365089416504,-3.407089948654175,0.09024599939584732,-1.203552007675171,-1.1766380071640015,-2.6037039756774902,1.7488130331039429,2.088170051574707,2.540256977081299,-1.4849499464035034,-0.0695900022983551,-1.1242790222167969,-3.155332088470459,-0.5791149735450745,0.7509809732437134,2.1775031089782715,-4.174129009246826,2.8008899688720703,2.467863082885742,2.8332669734954834,2.7920219898223877,-1.433830976486206,-3.4082329273223877,2.9930191040039062,-3.168148994445801,2.9501190185546875,1.5611779689788818,0.5065829753875732,1.096161961555481,-1.50826895236969,2.1400649547576904,-0.13489100337028503,2.772627115249634,2.8961679935455322,2.317189931869507,-2.0263309478759766,-0.9702709913253784,2.3710269927978516,2.400635004043579,2.0792510509490967,-3.9988760948181152,2.2632460594177246,2.072208881378174,1.683961033821106,-1.0592329502105713,1.7099159955978394,1.3968230485916138,1.692451000213623,2.8945999145507812,-3.1727349758148193,1.133213996887207,-2.1249940395355225,3.0326170921325684,0.9579660296440125,2.305824041366577,1.6473770141601562,-0.7984279990196228,0.7615450024604797,3.0199480056762695,-0.8066890239715576,-4.176708221435547,2.561208963394165,2.6689839363098145,-1.7789490222930908,2.432931900024414,0.541363000869751,-3.183448076248169,2.5660719871520996,3.19201397895813,2.8098020553588867,-4.665798187255859,-3.8743228912353516,2.709846019744873,-1.537634015083313,0.8021780252456665,1.805446982383728,-1.5700210332870483,-3.9277260303497314,0.0009430000209249556,-0.07609999924898148,-1.2747689485549927,-2.3806190490722656,-2.7199950218200684,-3.312371015548706,-2.0868968963623047,2.105484962463379,-2.7530760765075684,-2.8386809825897217,-2.968700885772705,2.0172359943389893,2.236485004425049,-1.1776009798049927,-3.9462430477142334,3.128735065460205,-3.9875049591064453,-4.000584125518799,-0.2813049852848053,-1.3199759721755981,-1.7872339487075806,-3.298952102661133,-3.3136789798736572,-1.9770859479904175,2.4511659145355225,2.4410738945007324,2.7697269916534424,-1.930866003036499,-3.233949899673462,2.998526096343994,2.594494104385376,0.5623800158500671,-3.8121750354766846,-0.3980160057544708,0.9305679798126221,1.404695987701416,3.143976926803589,-0.8939539790153503,-1.1517390012741089,2.1684110164642334,-2.6845040321350098,0.44534799456596375,0.380295991897583,2.6845710277557373,1.6725469827651978,1.630748987197876,-3.1305150985717773,2.118911027908325,3.0365569591522217,-0.8721179962158203,-1.3889509439468384,1.12254798412323,1.1238219738006592,-2.4857380390167236,1.7841999530792236,3.0607850551605225,1.2471849918365479,1.2650519609451294,1.058601975440979,1.039773941040039,0.9719269871711731,0.7861649990081787,-1.4756669998168945,1.0905929803848267,-1.1159789562225342,-1.1294080018997192,-3.141047954559326,2.8757729530334473,-3.7113490104675293,1.892791986465454,-4.564443111419678,1.1805200576782227,0.9937210083007812,2.019162893295288,-3.03090500831604,0.10731100291013718,-0.607869029045105,-3.3113510608673096,2.8976759910583496,2.9159140586853027,-3.6619389057159424,-1.6727230548858643,-4.1151251792907715,-1.151515007019043,0.7506629824638367,-1.4084960222244263,1.9047110080718994,1.55458402633667,0.05396699905395508,2.60174298286438,1.4692620038986206,-2.4344658851623535,-2.749790906906128,1.2261470556259155,-4.168484210968018,-1.057142972946167,1.0137139558792114,-1.231719970703125,0.7625240087509155,-1.3649179935455322,-0.38229700922966003,-0.5648689866065979,0.03096500039100647,0.0452749989926815,0.9113060235977173,-2.481381893157959,-2.2949349880218506,-1.2341550588607788,-4.132246017456055,-4.143467903137207,1.2500419616699219,-1.1550439596176147,1.6567059755325317,-0.46131598949432373,3.155219078063965,2.8651039600372314,-1.9219889640808105,2.995687961578369,2.9810380935668945,1.6613409519195557,-1.5799809694290161,1.2755329608917236,0.9360100030899048,-1.918807029724121,-0.580020010471344,-3.950015068054199,-3.431394100189209,-4.076932907104492,0.9833629727363586,-3.1526780128479004,-4.173044204711914,2.7858729362487793,0.07093799859285355,-1.595494031906128,-1.6914589405059814,-3.1706790924072266,1.29196298122406,-1.0710539817810059,2.782315969467163,0.16217300295829773,-3.1526970863342285,-0.5837910175323486,0.48426398634910583,-1.5494199991226196,-1.5776820182800293,-0.20061099529266357,-1.244549036026001,-0.9822239875793457,3.0448479652404785,2.1854140758514404,-0.6659070253372192,2.6714251041412354,2.546020030975342,2.386194944381714,0.22462600469589233,-0.2777419984340668,1.9440879821777344,-3.1669440269470215,-1.1394649744033813,-3.972259998321533,-4.025479793548584,-1.1466280221939087,-0.4608989953994751,-2.5661630630493164,2.5745739936828613,-0.7352780103683472,2.522787094116211,0.7828289866447449,2.6872119903564453,2.6847410202026367,-1.8635729551315308,-3.0400331020355225,0.5167790055274963,-1.6488490104675293,1.0746740102767944,-4.651434898376465,-1.7425199747085571,-1.0859370231628418,0.09003099799156189,1.4105600118637085,-0.39966198801994324,2.7294580936431885,-2.4151198863983154,-4.593200206756592,2.7024059295654297,1.0859659910202026,-1.3834220170974731,-0.6441029906272888,-3.8762660026550293,-2.4525890350341797,0.05703900009393692,-2.2219879627227783,2.094491958618164,-3.1675829887390137,-0.9792249798774719,2.205143928527832,0.6861770153045654,2.247009038925171,2.096544027328491,0.9622740149497986,-0.10507100075483322,3.175468921661377,-4.189888954162598,-3.167146921157837,-0.6308410167694092,3.1509029865264893,-2.8385610580444336,2.1516129970550537,2.2993249893188477,-2.508125066757202,2.770742893218994,2.9970529079437256,-4.090734004974365,-4.122035026550293,1.0868719816207886,0.5875710248947144,-1.5690399408340454,1.3628360033035278,1.050642967224121,1.6785039901733398,-0.49037599563598633,2.7835988998413086,-2.734074115753174,-3.127574920654297,3.1871349811553955,2.060749053955078,-1.091838002204895,-3.697479009628296,-0.45750701427459717,-2.0069069862365723,0.051263000816106796,3.217787981033325,2.312747001647949,0.8353610038757324,1.2492079734802246,-2.7452070713043213,2.4684829711914062,3.149672031402588,0.3776730000972748,-1.7901719808578491,1.0957560539245605,-1.862879991531372,-4.142755031585693,2.821942090988159,0.13643699884414673,1.0095800161361694,-3.6562819480895996,2.969871997833252,-4.534789085388184,1.1881680488586426,0.01039700023829937,0.32400399446487427,0.426952987909317,-1.4587229490280151,1.2186219692230225,-3.343766927719116,3.188081979751587,2.247929096221924,3.070470094680786,1.5841749906539917,3.1684141159057617,1.5831079483032227,1.5411440134048462,-1.1112710237503052,0.0055519999004900455,-4.1573920249938965,-1.0340969562530518,0.9397010207176208,1.2428959608078003,1.7703590393066406,3.1076550483703613,2.90848708152771,0.5809149742126465,-0.9834219813346863,0.3967599868774414,1.0897910594940186,-2.494641065597534,-2.5392229557037354,2.292862892150879,1.2800639867782593,1.3109179735183716,-1.1778329610824585,-1.5077869892120361,1.9555480480194092,-3.1698720455169678,0.9783300161361694,2.2703640460968018,-3.897197961807251,-1.21492600440979,1.1441479921340942,0.891389012336731,-2.416656017303467,1.3365010023117065,1.3483959436416626,-3.1461799144744873,-1.5190279483795166,-0.9883080124855042,1.2201720476150513,2.1546969413757324,-3.829538106918335,2.6767990589141846,-1.961063027381897,2.4230079650878906,2.4238181114196777,-0.9658510088920593,-2.26127290725708,1.9481879472732544,-1.6436350345611572,-1.3705519437789917,0.8030930161476135,0.819337010383606,0.80765300989151,0.6467710137367249,0.6207600235939026,0.6212379932403564,0.6121169924736023,2.848094940185547,0.7621440291404724,3.0638279914855957,-4.182958126068115,-1.352573037147522,-4.069396018981934,-0.26427000761032104,2.6069419384002686,-0.8087149858474731,-3.1792850494384766,-0.581076979637146,0.15388700366020203,2.517199993133545,3.0441811084747314,2.6770849227905273,-0.44342198967933655,1.0090409517288208,0.9572759866714478,0.6228820085525513,-1.3018380403518677,-3.107119083404541,1.9339380264282227,0.48202699422836304,-3.1471879482269287,2.00229811668396,0.9590960144996643,0.03424200043082237,-1.250709056854248,2.2129600048065186,0.958191990852356,-3.673053026199341,1.8970669507980347,-0.8549309968948364,3.0861189365386963,1.1885379552841187,-3.989720106124878,-2.6339919567108154,-2.588109016418457,1.2555170059204102,-1.083117961883545,-1.6883859634399414,3.079509973526001,1.3926329612731934,-3.1366469860076904,-3.1374590396881104,2.852113962173462,-1.277271032333374,-3.4831600189208984,-1.5501610040664673,-3.642914056777954,-4.1299638748168945,2.254246950149536,-3.0253450870513916,-3.705724000930786,-4.5658860206604,-0.27746498584747314,-0.2832860052585602,-1.5692329406738281,-0.9728000164031982,-0.46126800775527954,-4.0316290855407715,-1.9753810167312622,-1.7499890327453613,-1.7198270559310913,-1.6703269481658936,-4.442240238189697,1.6210930347442627,-3.18277907371521,1.8941919803619385,2.9167239665985107,-4.418479919433594,-1.507997989654541,-1.513411045074463,-0.9420570135116577,-0.08309700340032578,0.2279209941625595,2.173034906387329,-4.31774377822876,0.17433500289916992,-1.5798890590667725,-1.5306730270385742,1.5126910209655762,-3.897104024887085,-1.192863941192627,2.0170350074768066,1.0538330078125,-3.146826982498169,2.1129720211029053,-0.5189399719238281,-1.0576210021972656,-1.1025220155715942,2.0618669986724854,2.2346079349517822,2.53220796585083,-3.15877103805542,-3.165864944458008,1.5664440393447876,-1.3254330158233643,2.850080966949463,-3.128300905227661,2.7661080360412598,-3.664983034133911,2.4275169372558594,-1.213068962097168,-3.877142906188965,1.6075550317764282,3.0910279750823975,2.173280954360962,2.160231113433838,-3.5392069816589355,-0.4821619987487793,-3.1764609813690186,0.9840440154075623,-2.582390069961548,2.5791730880737305,-0.923524022102356,0.18921400606632233,-0.613910973072052,-0.6913310289382935,-1.3763940334320068,0.48505899310112,-1.3135319948196411,-3.1435189247131348,3.1377670764923096,2.513089895248413,-2.3372011184692383,1.3193559646606445,2.8298261165618896,2.366374969482422,-2.8066909313201904,-2.363826036453247,2.670145034790039,-3.7580349445343018,-3.0732600688934326,1.2130080461502075,-2.52872896194458,-2.6467230319976807,1.8642690181732178,2.333836078643799,3.1782169342041016,-3.945482015609741,1.563141942024231,-4.089653968811035,2.3656680583953857,2.220395088195801,-1.452214002609253,-0.33141401410102844,-0.3086639940738678,-1.181954026222229,2.127113103866577,-1.5451849699020386,-1.492792010307312,1.3465429544448853,0.7977110147476196,-1.132943034172058,0.5800449848175049,0.8799809813499451,-3.1635260581970215,1.4260040521621704,-2.2191789150238037,1.9825390577316284,2.8236520290374756,-1.7708309888839722,2.1325249671936035,-4.184020042419434,-3.1866190433502197,0.779466986656189,2.1588099002838135,2.521541118621826,-0.5713250041007996,1.0824379920959473,-1.048933982849121,-0.6280670166015625,-2.553884983062744,-0.8992779850959778,-1.502163052558899,0.9857900142669678,-0.7445809841156006,1.1338529586791992,1.1344330310821533,-3.1489999294281006,-4.188953876495361,-1.4934029579162598,3.1812520027160645,-3.172614097595215,2.4634931087493896,1.253227949142456,-3.1547129154205322,-3.7114250659942627,-0.790490984916687,-3.130220890045166,3.194272994995117,3.0482890605926514,2.8731229305267334,2.9365060329437256,-3.972892999649048,2.7485198974609375,-1.2239240407943726,-4.630214214324951,0.8379160165786743,2.7132599353790283,-0.9451509714126587,-0.8115299940109253,-3.3174169063568115,-3.779911994934082,-1.7046359777450562,1.1012940406799316,-1.4989570379257202,-1.0581419467926025,-1.8507570028305054,3.104321002960205,0.6640210151672363,2.3466498851776123,2.1740291118621826,-0.7957220077514648,0.7606459856033325,0.6722139716148376,0.8100249767303467,0.8070480227470398,1.1548140048980713,1.16315495967865,-1.0588819980621338,-1.7208110094070435,-3.1512858867645264,2.4199581146240234,0.48496100306510925,1.0898749828338623,1.2744630575180054,2.5293490886688232,-3.9320180416107178,2.4974770545959473,2.556612014770508,0.20309099555015564,-1.1479430198669434,-2.5096840858459473,-3.5212390422821045,-3.1391820907592773,-1.8828059434890747,-0.45064499974250793,-2.4495480060577393,2.5341598987579346,0.871662974357605,2.6963720321655273,1.6154650449752808,1.1266310214996338,-4.49891996383667,1.0051829814910889,-0.008886000141501427,2.5445799827575684,-2.067995071411133,0.7811499834060669,0.9427580237388611,-3.1054139137268066,2.118602991104126,-0.6570339798927307,1.758787989616394,0.34501901268959045,-2.019351005554199,-4.503619194030762,-1.2588609457015991,-4.138614177703857,-2.6260108947753906,3.243635892868042,0.5464019775390625,-3.1615140438079834,-3.175571918487549,2.1710169315338135,-1.4718220233917236,1.674710988998413,-0.8442260026931763,1.4881060123443604,2.2858080863952637,-4.459366798400879,-1.038593053817749,1.0234169960021973,0.8100870251655579,-3.513685941696167,-1.9675229787826538,-2.345942974090576,-1.1523940563201904,-1.2037509679794312,-2.612967014312744,0.5329300165176392,-1.4516910314559937,2.1776840686798096,-1.1171690225601196,-1.6391539573669434,-1.8365809917449951,-3.159853935241699,-4.35514497756958,1.903946042060852,1.2399749755859375,-0.9626860022544861,-0.7818920016288757,2.069035053253174,0.7154710292816162,-2.592283010482788,-3.1865410804748535,-1.41156804561615,-3.796217918395996,-0.09999799728393555,-0.6276749968528748,0.9497449994087219,-1.1573870182037354,1.030877947807312,2.854917049407959,-0.9454590082168579,3.149466037750244,-3.1476850509643555,1.751791000366211,-1.4072500467300415,-3.144726037979126,2.2894530296325684,-1.9461289644241333,-0.628250002861023,-4.193089962005615,2.2455410957336426,-0.011909999884665012,-1.7722899913787842,-1.7772330045700073,2.6765129566192627,2.9203081130981445,-0.10704000294208527,-2.9212210178375244,-0.6738680005073547,-3.2097229957580566,0.745913028717041,0.35145699977874756,2.1957569122314453,-4.65165901184082,0.8080769777297974,2.1949539184570312,2.165666103363037,2.205281972885132,-0.6338739991188049,-1.359207034111023,2.243035078048706,-0.2960360050201416,2.957519054412842,-1.4564119577407837,0.7004439830780029,2.819355010986328,2.111335039138794,1.8785209655761719,-3.598572015762329,1.0782179832458496,1.092890977859497,-3.147006034851074,2.4323060512542725,-1.0316799879074097,-4.651436805725098,1.2933909893035889,-1.1148840188980103,-0.4744260013103485,-1.0805959701538086,-1.7787549495697021,-1.0633859634399414,2.4342639446258545,-1.249292016029358,-1.042896032333374,-3.2364161014556885,-3.151427984237671,2.1743040084838867,-0.5301709771156311,-0.9642109870910645,2.9446330070495605,-4.197041034698486,-1.227391004562378,-1.1524560451507568,-0.43452900648117065,-2.972640037536621,0.29117700457572937,-1.7261170148849487,-1.722669005393982,1.9896639585494995,-2.178334951400757,3.165252923965454,2.7678909301757812,3.2894349098205566,-0.2812100052833557,1.0237410068511963,1.3299570083618164,1.2810150384902954,2.8111610412597656,1.2143759727478027,-0.4028860032558441,-2.9862589836120605,-2.6408040523529053,-2.5792601108551025,1.2078429460525513,-0.6135010123252869,-0.63605797290802,1.307191014289856,-1.0420780181884766,1.7190239429473877,-2.5478808879852295,2.886173963546753,-0.07124499976634979,3.206516981124878,0.03699500113725662,2.402754068374634,-3.2035329341888428,2.7046709060668945,-2.017467975616455,-1.24994695186615,0.4024389982223511,2.6553330421447754,2.4850480556488037,-3.2325799465179443,0.8668810129165649,0.21798400580883026,-2.015259027481079,-3.162724018096924,-3.131186008453369,-2.607335090637207,1.1985160112380981,-0.0605739988386631,-0.050939999520778656,-3.71749210357666,-3.139219045639038,-3.1321630477905273,2.5418760776519775,2.89825701713562,-1.3497339487075806,-1.08753502368927,-2.30545711517334,-0.4046719968318939,0.07409100234508514,-2.489727020263672,2.475358009338379,2.953748941421509,1.2256840467453003,0.6410639882087708,-4.074522018432617,-0.961063027381897,1.8250750303268433,0.4162220060825348,0.6313570141792297,-2.2091190814971924,2.2267398834228516,2.7703099250793457,1.0437779426574707,2.3538010120391846,-2.4563539028167725,2.270965099334717,-1.4883019924163818,2.6651740074157715,2.3238890171051025,-4.044460773468018,1.8561240434646606,2.7454330921173096,0.8360180258750916,0.82088702917099,-2.995265007019043,-0.9194560050964355,2.941967010498047,0.9800519943237305,0.48638200759887695,-1.844099998474121,1.4502480030059814,-1.5894559621810913,-2.040432929992676,-1.5737979412078857,0.8765169978141785,-4.183891773223877,2.0191240310668945,-4.47612190246582,2.2768781185150146,-0.5283219814300537,2.9982850551605225,-3.131882905960083,-4.1780500411987305,0.7999259829521179,1.013617992401123,2.0009889602661133,-1.0189900398254395,2.624229907989502,2.210752010345459,2.0691630840301514,1.1781560182571411,-1.3746310472488403,-0.3586989939212799,2.16206693649292,0.623760998249054,2.6477620601654053,0.8806350231170654,-1.5932040214538574,0.8094919919967651,-2.2298290729522705,1.7569210529327393,-1.6227799654006958,2.7310259342193604,0.33937400579452515,-2.788933038711548,-3.169203042984009,2.9652230739593506,-1.4134550094604492,-4.178839206695557,-4.171525001525879,0.7921839952468872,2.6845080852508545,3.119117021560669,-2.207956075668335,2.5339701175689697,-1.591670036315918,-0.30294299125671387,1.7499099969863892,-0.3059000074863434,2.147963047027588,-0.7752509713172913,0.412647008895874,2.975893974304199,-0.7630109786987305,2.8523221015930176,-0.5464590191841125,-2.5384039878845215,3.0625178813934326,2.9601070880889893,-3.1787400245666504,2.437351942062378,1.060567021369934,1.107319951057434,-2.276757001876831,-1.823443055152893,2.354192018508911,1.9343600273132324,-2.849142074584961,-2.632685899734497,0.822180986404419,-2.2269980907440186,0.4236130118370056,1.9629089832305908,1.3292570114135742,1.349071979522705,1.3396480083465576,2.020522117614746,-0.9565690159797668,-3.2251319885253906,-3.207034111022949,-0.8467239737510681,1.2808820009231567,-2.2848498821258545,-4.4928178787231445,2.692030906677246,2.6864569187164307,-2.30456805229187,1.7778160572052002,3.1138129234313965,1.4557909965515137,-1.2388440370559692,2.073551893234253,-3.8044919967651367,-0.5934330224990845,-1.6775449514389038,0.9079840183258057,-4.644402980804443,2.275355100631714,-1.3358960151672363,2.30885910987854,2.6643240451812744,1.9157170057296753,1.9371529817581177,-4.147014141082764,0.6562190055847168,-0.6614620089530945,-1.0048530101776123,-1.617516040802002,-0.8144919872283936,-4.244823932647705,1.4905099868774414,-0.8608859777450562,-0.8860070109367371,-1.8592419624328613,-3.1756350994110107,2.304152011871338,-1.7526580095291138,0.7379149794578552,2.4406731128692627,-1.0561619997024536,2.764158010482788,2.773361921310425,2.81439208984375,-1.1541379690170288,1.3217120170593262,2.954406976699829,-1.1699130535125732,-0.3510200083255768,2.285348892211914,1.2648890018463135,1.6457200050354004,-3.4992098808288574,2.1407899856567383,1.0766639709472656,-0.3775860071182251,2.4336700439453125,2.841398000717163,2.616908073425293,-3.1778719425201416,-1.4721020460128784,1.2396130561828613,-1.4036929607391357,2.3645870685577393,-0.73710697889328,-2.409846067428589,0.4694859981536865,2.0730910301208496,0.011675000190734863,2.1755781173706055,0.8223620057106018,-3.575076103210449,2.2549519538879395,2.3062400817871094,-4.366765975952148,0.13803400099277496,-2.052678108215332,0.48140498995780945,0.47863999009132385,0.9014580249786377,1.2762709856033325,-2.259896993637085,2.839200973510742,-3.093034029006958,-3.159351110458374,2.213193893432617,-4.121607780456543,-1.6725330352783203,-0.24177199602127075,-1.6295089721679688,-0.1835470050573349,-2.2444961071014404,-1.7332570552825928,-4.6464362144470215,1.054144024848938,2.179595947265625,-3.1624040603637695,3.184804916381836,0.08801499754190445,1.1852840185165405,-0.3870460093021393,0.8313509821891785,1.244331955909729,-0.5824099779129028,0.3748440146446228,-2.056541919708252,-0.722711980342865,-0.7429569959640503,-1.386641025543213,1.8719370365142822,-2.2339110374450684,0.37127798795700073,2.9886980056762695,3.1701269149780273,3.008146047592163,0.40970200300216675,2.9500019550323486,1.9943970441818237,-1.7049469947814941,2.7388689517974854,0.8199480175971985,1.7380720376968384,-4.179241180419922,-2.5720479488372803,-1.0711259841918945,2.3295910358428955,-2.0126891136169434,-1.8732160329818726,-1.6926310062408447,1.4274189472198486,2.7096939086914062,2.3048200607299805,-4.263614177703857,0.8056010007858276,-0.8947190046310425,0.8450530171394348,-1.5185279846191406,0.7418509721755981,3.02895188331604,1.8398849964141846,-2.4047470092773438,-1.6842429637908936,-3.332559108734131,-2.5345189571380615,-3.157423973083496,-1.6867870092391968,-2.6641180515289307,2.7504889965057373,0.6362630128860474,1.542286992073059,-2.788256883621216,-4.1196208000183105,2.15706205368042,2.3658549785614014,-1.3541460037231445,1.212399959564209,2.4961330890655518,0.4472399950027466,0.09404899924993515,0.10751199722290039,1.2150969505310059,1.2224550247192383,0.0659639984369278,-3.191848039627075,-0.8218569755554199,-0.8200439810752869,0.8954759836196899,2.601317882537842,2.9402480125427246,0.46872198581695557,-1.016584038734436,2.6590559482574463,2.7884581089019775,0.9890260100364685,1.9550080299377441,-4.296545028686523,3.101224899291992,-1.1271330118179321,-3.145236015319824,-2.1829779148101807,-4.1485161781311035,-1.7342900037765503,3.034691095352173,2.3020401000976562,0.11421900242567062,-1.3953189849853516,1.9298620223999023,-2.1490659713745117,-4.248114109039307,-1.4162050485610962,-1.617400050163269,-3.186048984527588,-0.7545790076255798,2.328115940093994,-4.063640117645264,-1.9668060541152954,2.637042999267578,2.2881081104278564,-0.7570279836654663,-0.969415009021759,-0.07880199700593948,-1.1146440505981445,2.9379079341888428,1.597661018371582,1.071370005607605,1.6640870571136475,-1.413457989692688,0.9898959994316101,-3.169816017150879,-3.1723430156707764,1.298583984375,2.8041470050811768,2.8667590618133545,-1.8612630367279053,2.4040279388427734,2.8387980461120605,-0.9880030155181885,1.0945019721984863,-1.065498948097229,2.338426113128662,-0.1093360036611557,2.2591500282287598,1.3303780555725098,-1.4890799522399902,2.563214063644409,-2.3970799446105957,-1.8665889501571655,2.493757963180542,-1.132154941558838,-1.4178229570388794,2.709165096282959,2.29596209526062,-4.42539119720459,0.4226059913635254,-2.6785171031951904,-1.247228980064392,0.5318830013275146,-3.2214159965515137,0.4492909908294678,3.1011359691619873,3.1126840114593506,1.7350800037384033,1.2294869422912598,-4.094513893127441,2.8089139461517334,0.4284979999065399,-1.3524099588394165,-1.2702699899673462,-1.623002052307129,-1.262349009513855,2.244020938873291,-3.2500228881835938,-2.1099109649658203,-4.188849925994873,-4.280741214752197,-1.7687920331954956,-4.652337074279785,-1.3521699905395508,-3.2652950286865234,-1.4335980415344238,1.1484040021896362,-3.23144793510437,2.2988181114196777,-3.1408419609069824,-1.550950050354004,-1.6091150045394897,0.9806010127067566,0.7266889810562134,0.7673789858818054,-2.0271871089935303,-1.8471959829330444,-1.4171910285949707,2.622328996658325,2.534852981567383,-1.5292259454727173,-1.630282998085022,-1.3736330270767212,0.7404999732971191,1.1903640031814575,1.4091140031814575,0.5219699740409851,-2.4069418907165527,1.1678169965744019,-0.9175260066986084,-0.4504089951515198,-0.24314500391483307,0.7305729985237122,-4.104734897613525,2.768059015274048,-2.279345989227295,-0.9012960195541382,2.5117130279541016,-3.137126922607422,2.6996850967407227,2.967205047607422,0.9011660218238831,0.7111819982528687,0.7530040144920349,2.295954942703247,-3.9967548847198486,-1.1989649534225464,-2.9598751068115234,1.1144850254058838,2.8246850967407227,2.366302013397217,-0.7170479893684387,-3.1347289085388184,-0.901885986328125,-0.8990190029144287,-4.176029205322266,2.9354488849639893,2.4122729301452637,2.4805290699005127,-3.380223035812378,0.5780190229415894,-4.391561031341553,1.8037110567092896,3.0010499954223633,1.7430520057678223,1.7143980264663696,-4.297966003417969,-0.9456930160522461,-0.11434999853372574,3.086982011795044,-1.1267900466918945,2.30698299407959,2.2538559436798096,2.259268045425415,-1.7144169807434082,-1.923346996307373,-4.510265827178955,2.1660819053649902,2.845015048980713,-0.9307199716567993,-0.9312310218811035,-0.5345579981803894,-3.1503710746765137,-0.5450559854507446,-3.152514934539795,-1.0271070003509521,-3.1514101028442383,2.2075490951538086,-0.5626630187034607,2.6670548915863037,-0.6002629995346069,1.2401200532913208,-2.20448899269104,-1.2402549982070923,2.682180881500244,-4.464416027069092,1.9402480125427246,-1.7354249954223633,-0.5745890140533447,2.8646581172943115,2.874850034713745,0.44190698862075806,-2.7333528995513916,-0.428384006023407,2.3364450931549072,0.6211649775505066,-4.007693767547607,-4.177165985107422,-0.6273009777069092,-1.371271014213562,2.8542280197143555,1.3182669878005981,-3.1763041019439697,-1.9605239629745483,2.7665300369262695,-0.05623999983072281,2.053040027618408,2.9594900608062744,-1.4583970308303833,-1.9689929485321045,1.0965089797973633,1.074563980102539,-1.4550750255584717,2.8719310760498047,-3.1755239963531494,-1.5228919982910156,2.6760199069976807,-0.5345969796180725,2.3960700035095215,-3.8287229537963867,1.2407280206680298,1.9423929452896118,2.8842949867248535,-4.147891044616699,-1.802489995956421,-1.292598009109497,-1.1768319606781006,-1.9814759492874146,1.384328007698059,-1.2032829523086548,-2.349242925643921,-1.9588849544525146,0.22167399525642395,3.166400909423828,-1.2613569498062134,2.443977117538452,-2.2172091007232666,-4.009370803833008,-1.935547947883606,1.7326409816741943,1.141389012336731,-2.046578884124756,2.6091830730438232,0.7604629993438721,-3.165426015853882,-3.167591094970703,-0.7429350018501282,-0.44163599610328674,-0.7682620286941528,-3.142282009124756,2.4925479888916016,2.558773994445801,0.6090379953384399,0.6608440279960632,0.6684370040893555,-0.4521229863166809,-4.128942966461182,-4.138390064239502,-0.3059230148792267,0.34930500388145447,-4.17658805847168,-3.1346569061279297,2.5553829669952393,-3.181468963623047,-3.1426730155944824,-1.0626980066299438,1.1047450304031372,2.75197696685791,-1.4220340251922607,2.336371898651123,2.673474073410034,0.7385590076446533,-0.24142399430274963,-4.1922831535339355,2.1824090480804443,-1.5011509656906128,-0.9665549993515015,-3.288386106491089,-3.7610039710998535,-3.6406760215759277,0.82504802942276,3.1603000164031982,-2.1390600204467773,1.3362950086593628,1.96915602684021,2.4588210582733154,-1.0226420164108276,2.5448529720306396,-0.7979000210762024,-3.6180529594421387,-2.24613094329834,1.340330958366394,-0.42380398511886597,0.9969850182533264,-3.9684391021728516,1.9695990085601807,3.0221590995788574,2.397202968597412,-3.247421979904175,-4.256214141845703,-3.8929901123046875,-1.6153370141983032,2.3964080810546875,1.1828160285949707,-0.4290989935398102,-0.5767229795455933,2.508284091949463,2.47672700881958,-0.9702069759368896,-2.7388219833374023,-2.813570976257324,-2.889163017272949,1.004533052444458,2.3371338844299316,-1.1040780544281006,-0.8207430243492126,2.205683946609497,2.963779926300049,-0.4125779867172241,-4.056681156158447,-0.3490050137042999,-1.3462140560150146,-0.982105016708374,2.6750121116638184,-3.483367919921875,-0.7126690149307251,2.822666883468628,-1.7728300094604492,-1.3641400337219238,-1.4385069608688354,2.2238008975982666,2.193937063217163,0.22736400365829468,1.7104109525680542,3.107211112976074,2.3304800987243652,-1.2116780281066895,-0.8251029849052429,2.148200035095215,-2.5117149353027344,-2.2868330478668213,1.2818020582199097,-3.6982100009918213,1.6273280382156372,2.782378911972046,-3.780543088912964,1.5651580095291138,-4.210872173309326,0.18113300204277039,-1.1299819946289062,0.2270279973745346,1.648306965827942,-0.05130600184202194,-1.372910976409912,-0.6957589983940125,-1.184973955154419,-4.21032190322876,1.8604459762573242,-4.207634925842285,0.8952599763870239,1.660871982574463,0.7176330089569092,1.0471609830856323,1.0130419731140137,-2.7338600158691406,-2.3312580585479736,2.8150949478149414,2.83376407623291,2.9712750911712646,1.0163379907608032,2.673213005065918,-0.1809290051460266,1.2009719610214233,1.1429640054702759,-3.180828094482422,-1.1470060348510742,-1.533931016921997,0.8023840188980103,0.7477080225944519,-1.1421420574188232,-1.982714056968689,-1.70552396774292,-2.930972099304199,3.0908210277557373,-4.188840866088867,-4.185483932495117,-3.683748960494995,2.519810914993286,2.4639780521392822,-1.4323400259017944,-1.5214450359344482,-4.375698089599609,1.1377530097961426,0.17315100133419037,0.1642879992723465,3.1799309253692627,2.0423049926757812,-1.5172539949417114,-2.2294259071350098,-1.342566967010498,-1.0247830152511597,-2.2254559993743896,0.8437179923057556,2.931581974029541,-2.6214230060577393,-1.530701994895935,0.950543999671936,1.2492129802703857,-1.6130030155181885,2.2566819190979004,-0.5544670224189758,0.22059500217437744,3.0169711112976074,-1.5336530208587646,2.3845999240875244,0.6253820061683655,1.2706340551376343,2.998755931854248,3.1971399784088135,-0.29073700308799744,2.1664750576019287,2.3363521099090576,1.1448349952697754,-1.3220820426940918,-0.043439000844955444,2.4663660526275635,-3.1497530937194824,-3.150333881378174,-3.7284960746765137,0.7521209716796875,1.0480459928512573,-0.34456899762153625,-3.170891046524048,0.5885519981384277,0.11047100275754929,0.0715079978108406,2.2347168922424316,3.1612789630889893,2.85280704498291,-4.275444030761719,3.076246976852417,0.6543430089950562,-1.1913080215454102,-2.530738115310669,-2.4964919090270996,2.491589069366455,2.7146379947662354,-0.7596160173416138,3.141817092895508,0.5232740044593811,-2.8539350032806396,1.2034900188446045,1.07511305809021,-2.1537768840789795,0.62391597032547,-4.121941089630127,-2.930087089538574,-0.02952600084245205,-0.14982600510120392,2.4467110633850098,2.7617509365081787,-4.299188137054443,2.405082941055298,2.3658030033111572,-0.9670360088348389,1.8716570138931274,-1.2428770065307617,-1.7705910205841064,-4.555100917816162,-3.964432954788208,2.554490089416504,2.18021297454834,-2.1786439418792725,2.226799964904785,-1.342689037322998,-3.811466932296753,1.9077500104904175,-3.1683549880981445,1.1993249654769897,1.177353024482727,1.2710440158843994,-3.789473056793213,1.5250970125198364,1.010880947113037,2.0086450576782227,-3.164220094680786,2.6458969116210938,-3.155071973800659,-3.1506710052490234,-3.134799003601074,1.959535002708435,2.4936559200286865,0.4159089922904968,-0.8194299936294556,2.480631113052368,1.7292120456695557,2.322603940963745,1.031479001045227,2.416996955871582,0.10479500144720078,1.2510370016098022,2.0062289237976074,-1.4397929906845093,-1.5709929466247559,3.0627589225769043,-1.0724220275878906,3.1855831146240234,-0.7677779793739319,-4.262513160705566,-0.6085299849510193,-4.192246913909912,1.617671012878418,-2.621932029724121,1.7203739881515503,-1.9816360473632812,-1.156803011894226,2.7947070598602295,1.7357779741287231,2.7753820419311523,0.4529170095920563,1.4172940254211426,0.3884260058403015,0.36619699001312256,0.7555950284004211,2.807529926300049,2.8507120609283447,0.27456599473953247,-3.189985990524292,1.2596880197525024,2.8113350868225098,-4.6500468254089355,-4.65106201171875,2.648041009902954,0.9731069803237915,-4.1877760887146,-2.4864981174468994,2.601224899291992,-3.3303940296173096,-2.4105489253997803,-1.2184720039367676,-1.9316840171813965,1.6278400421142578,-2.6857640743255615,-2.9129629135131836,-1.694875955581665,2.2727980613708496,3.234447956085205,1.3839459419250488,0.5074040293693542,1.5598570108413696,0.7774410247802734,-0.8654959797859192,2.943197011947632,1.0028270483016968,2.7064950466156006,3.0981380939483643,3.1925880908966064,2.2903099060058594,0.6888250112533569,-1.0430259704589844,-3.2518599033355713,2.6621758937835693,2.4194490909576416,2.6123640537261963,-0.40463200211524963,-4.1202239990234375,1.819357991218567,1.2667219638824463,2.670375108718872,-1.4016549587249756,0.7970079779624939,-1.450340986251831,0.18045200407505035,-1.463974952697754,-4.174723148345947,-0.6318110227584839,1.718189001083374,-4.1734747886657715,2.927638053894043,-3.1776909828186035,-1.3334670066833496,2.603626012802124,-0.9815570116043091,-4.220448970794678,-1.8672369718551636,-1.1972990036010742,-4.173277854919434,1.8207650184631348,2.320327043533325,2.8633110523223877,1.977674961090088,-1.412227988243103,-0.584850013256073,-3.212352991104126,-0.041815001517534256,-3.7186219692230225,1.0763150453567505,-1.5824170112609863,-1.3767069578170776,0.8678320050239563,0.926006019115448,0.8717280030250549,-0.9538620114326477,2.371772050857544,-1.5664559602737427,-1.8008450269699097,-1.699321985244751,-1.7620699405670166,2.757046937942505,2.7518069744110107,-1.2482459545135498,2.162153959274292,-3.1510748863220215,-2.3204760551452637,-1.0634000301361084,-3.801666021347046,-1.2386219501495361,-1.6778969764709473,0.7446550130844116,2.1836049556732178,-2.415726900100708,2.693542003631592,1.2193289995193481,1.7801430225372314,-1.4441399574279785,1.2770979404449463,-1.872979998588562,-1.88047194480896,3.003148078918457,-2.27048397064209,-1.1903749704360962,0.1702830046415329,1.4939789772033691,-4.163300037384033,1.7076189517974854,1.055237054824829,-3.132244110107422,2.7562179565429688,-0.4668950140476227,-3.054642915725708,-1.5468599796295166,1.162911057472229,0.4790169894695282,2.2278449535369873,0.6822249889373779,1.9105780124664307,-0.8103269934654236,2.2442030906677246,-2.2031500339508057,2.3809309005737305,-2.1742138862609863,2.3509650230407715,2.335005044937134,-4.330995082855225,0.8786810040473938,-1.0682140588760376,2.720684051513672,2.7025740146636963,2.9450039863586426,-1.12916100025177,-3.185149908065796,-4.092304229736328,2.711374044418335,2.509972095489502,2.762047052383423,-0.38882899284362793,1.5092300176620483,1.4929989576339722,3.0149729251861572,1.9127260446548462,1.897871971130371,-1.1985379457473755,-0.025138000026345253,-0.012098999693989754,1.6172829866409302,-3.6645660400390625,2.080965042114258,1.4503599405288696,0.46525201201438904,-2.5420100688934326,-2.4215660095214844,0.9069039821624756,-0.34355801343917847,2.449676036834717,-1.59238600730896,2.228785991668701,-2.223910093307495,0.865218997001648,-2.1559810638427734,-3.2136850357055664,-1.984941005706787,0.15283599495887756,0.14664100110530853,2.3068180084228516,-0.6353110074996948,-3.6836819648742676,-1.0577269792556763,2.527060031890869,-2.6020259857177734,2.489345073699951,0.597038984298706,2.231545925140381,-2.46281099319458,-3.1343190670013428,1.0469950437545776,0.9576240181922913,-2.038892984390259,-3.2166390419006348,-4.409224987030029,-0.7209799885749817,0.8896530270576477,1.1762239933013916,-3.228260040283203,1.2936969995498657,-0.9178850054740906,-0.47749900817871094,-4.108434200286865,-0.23219600319862366,2.727915048599243,3.0590789318084717,2.8600409030914307,1.9082330465316772,-1.4752269983291626,-0.1366489976644516,1.083096981048584,-0.37803399562835693,-1.351850986480713,-3.669084072113037,-1.9085750579833984,-0.30059999227523804,-4.126655101776123,2.8311100006103516,-2.340770959854126,2.491708993911743,-3.052673101425171,-2.9853110313415527,-4.088788986206055,-3.6325790882110596,-3.6305360794067383,-0.8080340027809143,1.102378010749817,-2.213942050933838,2.2846410274505615,2.3510069847106934,1.2539479732513428,2.3623950481414795,2.3443799018859863,-2.245208978652954,0.2842769920825958,3.1687049865722656,1.9614540338516235,-3.178471088409424,-0.0646589994430542,-4.163142204284668,-4.619922161102295,-2.4425740242004395,-2.17118501663208,2.352653980255127,0.2340179979801178,1.5300209522247314,2.5893709659576416,2.617630958557129,-3.165565013885498,0.8711950182914734,-2.5692780017852783,1.2728710174560547,-1.4384310245513916,-1.8217899799346924,-0.10777399688959122,-1.308853030204773,-3.144118070602417,1.1987940073013306,-2.5374770164489746,3.1016650199890137,-3.147449016571045,-0.971451997756958,1.560371994972229,2.466629981994629,-3.874145984649658,2.4092350006103516,-1.615231990814209,1.3154549598693848,-1.4616949558258057,-2.388390064239502,-3.85634708404541,0.7396559715270996,1.2419990301132202,1.133139967918396,-1.5418659448623657,-3.7376039028167725,0.042027998715639114,0.33797499537467957,-3.130445957183838,2.4524989128112793,2.94099497795105,0.6345580220222473,-1.4832710027694702,1.1138139963150024,-1.01220703125,1.1036399602890015,-3.1666719913482666,2.9834070205688477,-1.6977790594100952,-1.1526910066604614,2.3637540340423584,2.951107978820801,2.792757987976074,-4.173687934875488,2.933619976043701,2.92484188079834,-3.146752119064331,-3.5197880268096924,2.9402430057525635,2.8290209770202637,0.16308000683784485,2.5534110069274902,3.05902099609375,-1.2040669918060303,-3.138859987258911,2.0895891189575195,0.21675199270248413,-3.0942320823669434,1.5774120092391968,-1.5504460334777832,-3.6517820358276367,0.09608999639749527,0.0676489993929863,2.8848369121551514,0.5385929942131042,2.930814027786255,-0.3333899974822998,-1.2014700174331665,-1.1909509897232056,1.283818006515503,2.0391759872436523,2.549896001815796,0.10369600355625153,-1.3980389833450317,1.1642760038375854,2.7327160835266113,1.1471649408340454,2.1573588848114014,2.244170904159546,3.2412281036376953,0.675728976726532,-2.8350141048431396,-2.872797966003418,0.11982599645853043,2.7798941135406494,-4.200232028961182,-2.134922981262207,-3.5981109142303467,-0.6380079984664917,-1.0253419876098633,2.702578067779541,2.7163820266723633,1.3937640190124512,2.8803350925445557,-0.17133499681949615,0.42064499855041504,-1.218561053276062,-2.1941730976104736,3.142033100128174,0.4729599952697754,-2.3255319595336914,-2.3435370922088623,-2.5243520736694336,2.7250730991363525,-0.3669640123844147,-1.3771369457244873,-1.6915080547332764,3.0537009239196777,-2.2685110569000244,1.2714589834213257,-1.0334229469299316,0.19262200593948364,-2.0753800868988037,1.5759880542755127,2.317091941833496,-3.191528081893921,-2.275175094604492,-3.1263489723205566,-1.0208630561828613,-3.9244909286499023,-1.4430480003356934,2.7090470790863037,0.12881599366664886,-4.173540115356445,-2.420909881591797,-4.426943778991699,2.5047171115875244,2.688905954360962,-3.3570780754089355,2.732395887374878,-2.8103010654449463,1.4925090074539185,1.450780987739563,1.161337971687317,-3.1267480850219727,-3.127408981323242,-1.4027440547943115,3.172597885131836,-2.21854305267334,1.1874109506607056,0.04052300006151199,1.342771053314209,2.576988935470581,-3.144089937210083,-3.144176959991455,0.7515109777450562,1.717229962348938,1.7730679512023926,-0.07596799731254578,1.1934419870376587,-1.3118419647216797,2.5357210636138916,-3.1392059326171875,-4.135400772094727,-3.171086072921753,-3.8611209392547607,0.2625179886817932,0.13695000112056732,2.9097559452056885,2.0514309406280518,-1.1669620275497437,-3.0889220237731934,-0.20625899732112885,0.4531579911708832,-1.9889580011367798,-3.1352601051330566,-3.132875919342041,-2.0595970153808594,2.6212410926818848,-2.5981409549713135,3.1588408946990967,1.1715550422668457,1.1800249814987183,-2.4336040019989014,-3.231637954711914,-1.4754589796066284,-1.4919040203094482,-2.5635440349578857,0.7924519777297974,-2.032025098800659,0.689736008644104,1.5916179418563843,2.81166410446167,-4.20681619644165,-1.1352200508117676,-3.125814914703369,2.6089069843292236,2.651289939880371,-3.948791980743408,3.281723976135254,1.6425650119781494,-1.5414249897003174,-1.7871520519256592,-1.393090009689331,0.26222699880599976,-2.989758014678955,1.2759209871292114,-1.0355900526046753,2.24514102935791,1.7872580289840698,1.7627700567245483,-2.4772911071777344,2.76772403717041,0.10937599837779999,3.055306911468506,-2.141057014465332,2.425616979598999,-0.4494430124759674,1.1807700395584106,1.2020800113677979,1.1691310405731201,-2.713840961456299,-0.8083570003509521,2.167185068130493,-2.4725968837738037,1.9721430540084839,-1.9473669528961182,1.6768959760665894,2.3240718841552734,2.007101058959961,-3.134572982788086,-3.492841958999634,1.6801810264587402,2.1276490688323975,-1.7419040203094482,1.273447036743164,-1.1724799871444702,-1.1466389894485474,2.9083430767059326,2.964884042739868,-3.4109768867492676,-2.3449769020080566,-3.431123971939087,-3.157824993133545,1.979910969734192,-0.9412999749183655,-0.9195290207862854,-3.5352959632873535,3.106184959411621,2.582334041595459,2.386284112930298,0.1107029989361763,-0.9754490256309509,1.5996149778366089,-1.4123660326004028,3.0956079959869385,2.9707839488983154,1.6353789567947388,1.7758439779281616,2.164836883544922,-1.8067710399627686,0.7779920101165771,3.0617148876190186,-2.0305581092834473,0.5946609973907471,2.7213590145111084,2.3641669750213623,1.2126109600067139,3.1034369468688965,-4.502317905426025,2.489240884780884,-0.2424200028181076,-0.25884899497032166,-0.9333800077438354,1.1320290565490723,-2.2056620121002197,0.7169319987297058,2.268778085708618,-4.170064926147461,-3.095518112182617,-0.0453529991209507,1.8857229948043823,0.507174015045166,2.207412004470825,-0.5457360148429871,-3.1734700202941895,-4.191681861877441,-2.111828088760376,-0.15018999576568604,-4.132796764373779,2.5860960483551025,2.5434350967407227,-4.283367156982422,1.237995982170105,-3.1942670345306396,-3.1925621032714844,-1.4291499853134155,-0.38740798830986023,-1.3788379430770874,1.8683099746704102,-2.0542991161346436,-1.5427050590515137,2.652082920074463,-4.3993239402771,2.9679720401763916,-3.1467509269714355,-1.1111619472503662,-0.5299100279808044,2.992238998413086,-3.189060926437378,1.7551709413528442,2.5080859661102295,3.0245590209960938,2.5990359783172607,1.3095849752426147,-4.190302848815918,0.015243999660015106,2.3397469520568848,-2.8917360305786133,-3.181688070297241,-0.7227299809455872,-4.197872161865234,-1.444586992263794,2.6899750232696533,-1.6436580419540405,0.6213150024414062,3.1341230869293213,-0.8205490112304688,-0.7565479874610901,-2.894227981567383,-2.8899219036102295,3.0720629692077637,-1.5910199880599976,0.11022700369358063,2.9557769298553467,-1.0625900030136108,2.2961459159851074,-4.478722095489502,2.071259021759033,2.5944340229034424,2.552886962890625,0.9287260174751282,1.8599770069122314,1.0597440004348755,-3.8122479915618896,-2.6261138916015625,1.539773941040039,-3.2901949882507324,2.5581979751586914,-4.644700050354004,-1.6329690217971802,-1.6794830560684204,-2.027859926223755,0.49714499711990356,1.466568946838379,-4.036749839782715,2.446974992752075,-3.1480939388275146,-2.6290459632873535,0.4723140001296997,-4.393948078155518,-4.467031955718994,2.196924924850464,3.2675909996032715,-1.2516419887542725,-1.2394499778747559,2.4771010875701904,-4.174991130828857,1.3182599544525146,1.224763035774231,1.0872960090637207,-0.18577000498771667,-2.546473979949951,-1.8846900463104248,2.9035420417785645,-1.3167550563812256,-0.9588559865951538,1.2265470027923584,-4.176768779754639,-1.959643006324768,0.6890910267829895,1.0571210384368896,0.7658179998397827,0.7477530241012573,-3.1408560276031494,-3.144763946533203,3.0250089168548584,-1.2036019563674927,2.6146509647369385,2.89980411529541,-2.0732839107513428,-1.7557040452957153,2.6705989837646484,2.6040549278259277,-1.236976981163025,-3.174320936203003,-4.287405014038086,2.4278180599212646,-1.5351159572601318,2.4558730125427246,0.5977050065994263,2.4028730392456055,-3.187253952026367,-1.0506030321121216,2.7604899406433105,0.39284801483154297,-0.8190900087356567,2.241067886352539,2.340859889984131,2.7777349948883057,1.1479640007019043,-2.9449169635772705,0.7890040278434753,-1.7769689559936523,1.291234016418457,-1.3728690147399902,-1.3468890190124512,1.6503469944000244,1.316673994064331,-3.6673219203948975,-2.598747968673706,0.9614620208740234,1.4013680219650269,-1.0646220445632935,1.1409590244293213,-4.284915924072266,0.6278970241546631,-4.162726879119873,-2.48600697517395,-4.165142059326172,-3.1280479431152344,1.4146219491958618,0.5824049711227417,2.3616909980773926,2.9287331104278564,2.1536591053009033,3.0900750160217285,-1.7481030225753784,-4.188248157501221,-2.7173140048980713,-3.7231791019439697,0.9425039887428284,-2.547149896621704,-2.5114080905914307,1.147698998451233,-2.461066961288452,-1.0507609844207764,-0.9867960214614868,0.4132849872112274,-3.1802940368652344,1.115831971168518,-0.8964120149612427,-0.983057975769043,-0.941461980342865,-0.5062159895896912,2.4794468879699707,1.2759599685668945,0.7975220084190369,2.6616899967193604,-1.8122040033340454,0.804902970790863,-3.170849084854126,-1.773764967918396,1.570989966392517,-2.285295009613037,-0.9003829956054688,-4.034882068634033,-0.8707529902458191,2.2594969272613525,-3.2073090076446533,-3.276909112930298,0.15557099878787994,0.044592998921871185,2.7940499782562256,-2.676321029663086,-0.6430760025978088,-1.1141550540924072,2.457995891571045,1.0933949947357178,-3.4346671104431152,-0.5691879987716675,2.604423999786377,2.5924570560455322,-3.173353910446167,-1.1958060264587402,-2.9538609981536865,-1.338758945465088,1.2755719423294067,2.0372700691223145,2.92653489112854,2.2789230346679688,2.1051669120788574,2.761718988418579,-3.752155065536499,-3.728595018386841,-0.2978439927101135,-1.0628130435943604,-1.5183420181274414,0.2012449949979782,2.9403560161590576,-1.2282040119171143,-1.4635610580444336,-2.2238640785217285,-2.9600350856781006,-0.19310100376605988,-0.5888140201568604,-2.2867300510406494,-1.6014020442962646,-3.1819350719451904,2.8142879009246826,-0.6082000136375427,-0.8534939885139465,-1.1000189781188965,-0.10218799859285355,1.3010669946670532,-1.4986530542373657,-3.471036911010742,-2.4693679809570312,2.4199180603027344,2.65197491645813,-2.3651249408721924,-2.3459999561309814,2.2405099868774414,-4.585444927215576,1.1623870134353638,-1.821835994720459,-3.6079180240631104,-0.6292840242385864,2.528625011444092,1.6745779514312744,3.1539180278778076,-3.4741408824920654,-0.9223139882087708,-2.054680109024048,1.7492729425430298,-1.0573530197143555,2.64250111579895,2.6485769748687744,-2.797194004058838,2.8007359504699707,2.7802770137786865,-1.1128660440444946,-1.8897639513015747,-4.14192008972168,-1.0893549919128418,-0.8075309991836548,-1.5958269834518433,-0.056825000792741776,2.915069103240967,2.9357080459594727,-4.460759162902832,1.678786039352417,-1.0152839422225952,-2.1722450256347656,-2.643151044845581,-2.8540749549865723,-1.1008750200271606,0.7181259989738464,2.720712900161743,-2.229780912399292,0.1149509996175766,2.2869160175323486,2.114696979522705,-2.379281997680664,-4.39905309677124,2.802669048309326,2.966599941253662,2.524595022201538,-2.7356040477752686,-1.2222039699554443,-2.2113289833068848,2.812047004699707,-1.3518650531768799,-1.520369052886963,2.9057040214538574,-0.9495400190353394,2.9747910499572754,-0.5182740092277527,-2.045119047164917,-4.18738317489624,-1.4685020446777344,3.0973188877105713,3.194161891937256,1.729856014251709,2.529205083847046,2.9164209365844727,2.5466909408569336,2.8493640422821045,-1.976485013961792,0.070872001349926,1.1703710556030273,-1.3108220100402832,2.3464860916137695,-3.148087978363037,0.9962210059165955,-4.643486976623535,-0.6813870072364807,1.212630033493042,1.2034300565719604,2.6733269691467285,-0.0919170007109642,-3.189474105834961,2.1678550243377686,-1.4873310327529907,-1.6853899955749512,-1.1477669477462769,-4.486041069030762,-0.7664309740066528,2.152266025543213,2.136837959289551,-3.143299102783203,2.2573540210723877,0.14357300102710724,2.4440269470214844,2.8845670223236084,-4.179837226867676,0.47790101170539856,-1.6190860271453857,2.3953120708465576,2.404301881790161,-0.8901280164718628,1.76261305809021,-4.31676721572876,-0.6594190001487732,-4.405576229095459,-1.728729009628296,-4.190659999847412,-4.193328857421875,-3.7764720916748047,-1.9828150272369385,0.18780599534511566,-4.006109237670898,-2.004923105239868,2.0664830207824707,2.221245050430298,1.6095249652862549,-3.8540871143341064,2.620124101638794,3.0798540115356445,3.2258920669555664,0.40045198798179626,2.6332390308380127,-4.552460193634033,0.02928199991583824,0.2626990079879761,-0.4954969882965088,-0.5354790091514587,-0.9400799870491028,2.877441883087158,2.721259117126465,0.6323559880256653,1.9709270000457764,0.13588100671768188,-4.115335941314697,-0.5884010195732117,1.7733290195465088,-3.7748639583587646,2.491421937942505,1.0455490350723267,-4.153346061706543,1.516563057899475,2.556704044342041,2.828450918197632,-0.7891759872436523,-3.167217969894409,0.45402801036834717,0.9670469760894775,0.40184101462364197,0.3895440101623535,2.47284197807312,0.4241369962692261,-4.541698932647705,-4.476050853729248,0.6818370223045349,-1.6836400032043457,2.81541109085083,0.1104699969291687,2.6067049503326416,2.8471999168395996,2.8708739280700684,0.7937830090522766,-1.5193639993667603,-1.5312930345535278,2.3381741046905518,2.328437089920044,1.9018659591674805,-3.7039029598236084,1.4458539485931396,3.0275869369506836,1.2089630365371704,1.2011239528656006,-2.7927560806274414,-1.8810110092163086,-3.1472349166870117,-3.145998001098633,1.3280459642410278,2.6103789806365967,-1.456125020980835,-4.552971839904785,1.0404369831085205,1.2828229665756226,-3.1609489917755127,2.0673420429229736,-1.6159709692001343,-4.4271721839904785,-4.555381774902344,1.7065800428390503,2.8908660411834717,-0.4330649971961975,0.3896619975566864,2.6257879734039307,-1.0093859434127808,-4.581236839294434,2.8820230960845947,-0.4488619863986969,-1.1178220510482788,2.8412599563598633,-2.9660251140594482,-2.9348270893096924,2.161022901535034,2.000828981399536,-1.3808430433273315,0.04964200034737587,3.017591953277588,0.882535994052887,-3.7728049755096436,-1.1860029697418213,-0.2131509929895401,-3.151581048965454,2.1689159870147705,3.100583076477051,-2.219719886779785,0.7820190191268921,2.8435800075531006,-1.5893789529800415,-1.3577460050582886,2.865039110183716,3.1581270694732666,-2.360382080078125,3.2868568897247314,1.8121789693832397,-1.07280695438385,-1.069000005722046,0.814661979675293,-1.5017329454421997,2.5156900882720947,-2.1924819946289062,1.3038049936294556,1.5403980016708374,2.5267140865325928,2.8734419345855713,1.5394209623336792,2.666969060897827,-2.3238179683685303,-0.15107199549674988,2.8481509685516357,-1.0285520553588867,-1.2193089723587036,-1.1801949739456177,-1.1848299503326416,1.18756103515625,3.10522198677063,3.10919189453125,0.004503000061959028,0.02045699954032898,-4.161577224731445,-4.151340007781982,0.5939580202102661,1.3020310401916504,-1.2646900415420532,3.01808500289917,0.08383200317621231,-1.0373740196228027,2.8400468826293945,-1.1189299821853638,-1.1686179637908936,-1.8643790483474731,-3.9126780033111572,-4.519711017608643,2.5556979179382324,1.2367889881134033,-3.117629051208496,0.7441009879112244,0.7031630277633667,0.06258600205183029,2.281338930130005,2.414670944213867,2.4048750400543213,-4.19074821472168,-1.425732970237732,0.4649460017681122,2.2167959213256836,-1.1002860069274902,-0.6594229936599731,-2.900623083114624,-4.42802095413208,0.15467099845409393,-3.8611810207366943,1.0979199409484863,-1.2725709676742554,-1.297732949256897,2.321249008178711,2.6793880462646484,-3.5430550575256348,-2.18731689453125,-2.8981900215148926,1.1139780282974243,2.9513399600982666,1.201596975326538,1.7493280172348022,2.463658094406128,0.888392984867096,2.4860379695892334,-0.9383820295333862,2.7695059776306152,1.0156450271606445,-1.750730037689209,-0.5041109919548035,2.8518478870391846,2.5508620738983154,-0.5073379874229431,0.7407640218734741,2.266248941421509,-1.6469440460205078,-3.142348051071167,2.1382029056549072,-2.5338330268859863,2.769507884979248,2.111849069595337,-4.141656875610352,-3.026492118835449,0.9189559817314148,2.852638006210327,1.7562559843063354,1.8206510543823242,-2.6287589073181152,-1.173393964767456,-1.859963059425354,-3.1592159271240234,0.985480010509491,-4.190288066864014,-4.1843180656433105,-1.2839950323104858,-1.823227047920227,1.336683988571167,-4.556808948516846,-0.7365310192108154,-4.095790863037109,-4.105978012084961,2.7571709156036377,-1.313567042350769,1.3877589702606201,2.7452690601348877,-3.750844955444336,2.5068700313568115,-3.8071420192718506,1.2273329496383667,0.3959670066833496,-4.314921855926514,2.7283689975738525,2.167484998703003,2.406641960144043,-1.4895060062408447,-2.625124931335449,0.9903969764709473,-2.1550660133361816,-3.9279239177703857,1.138880968093872,-3.132957935333252,-1.6902929544448853,-4.002468109130859,-1.0899840593338013,-1.1123360395431519,2.58229398727417,-1.0481330156326294,3.066193103790283,0.5291489958763123,-2.875298023223877,-4.027884006500244,3.1124460697174072,3.1819748878479004,3.1454789638519287,-1.931481957435608,2.040144920349121,-3.5560970306396484,2.303544044494629,1.214171051979065,0.9532380104064941,-2.225421905517578,2.506243944168091,2.3901450634002686,2.407728910446167,-3.140183925628662,2.5791730880737305,-0.6007980108261108,-1.748656988143921,1.5009009838104248,-0.32987499237060547,0.017142999917268753,2.062072992324829,1.2062230110168457,3.1155738830566406,-2.079674005508423,1.2369129657745361,2.869309902191162,1.4047290086746216,-1.7711360454559326,-3.419610023498535,-2.3301539421081543,-0.9809409976005554,-1.532588005065918,2.3148200511932373,-2.6431920528411865,-0.6875450015068054,-4.1870551109313965,2.3062589168548584,0.9596620202064514,-3.1476359367370605,-3.943018913269043,-1.8121370077133179,-2.3578898906707764,-1.3817360401153564,2.1407859325408936,0.5503460168838501,-0.4075779914855957,-2.203216075897217,1.5566600561141968,-2.9506540298461914,-1.1887420415878296,0.525771975517273,0.4282410144805908,-2.544222116470337,2.2857930660247803,1.310286045074463,1.317126989364624,2.3250339031219482,-3.2045679092407227,-3.2296369075775146,0.7592459917068481,-2.219611883163452,2.950579881668091,0.10043899714946747,-3.5573999881744385,0.6397330164909363,-2.6889359951019287,2.605870008468628,-3.6798899173736572,-2.4676449298858643,-4.228147029876709,0.9978410005569458,2.0148770809173584,-2.84152889251709,-3.1623449325561523,2.1482059955596924,-3.1567800045013428,-3.6576321125030518,-2.4340479373931885,1.9927020072937012,2.777992010116577,-4.418886184692383,1.1814830303192139,0.6368200182914734,-2.8206849098205566,1.2231160402297974,-1.1782879829406738,2.321985960006714,-1.616832971572876,-3.918440103530884,1.16635000705719,2.3160030841827393,1.5978590250015259,2.445513963699341,0.03430299833416939,0.6955249905586243,1.1058650016784668,2.865341901779175,2.412703037261963,3.030900001525879,1.9745279550552368,1.4076939821243286,0.8195269703865051,2.6921260356903076,3.1540510654449463,-1.9654359817504883,2.688354969024658,1.9240200519561768,1.8932850360870361,1.6782820224761963,0.14570799469947815,-0.4137420058250427,0.15408900380134583,-3.843738079071045,0.1487949937582016,2.617769956588745,-0.14645199477672577,2.7940680980682373,1.1084649562835693,2.3474690914154053,2.259165048599243,-0.3164680004119873,0.9444339871406555,0.8760179877281189,2.0174689292907715,-2.0400009155273438,1.2584279775619507,-0.5757700204849243,-3.2447869777679443,-4.1123809814453125,-4.1409687995910645,-3.181541919708252,-3.1864469051361084,1.898419976234436,1.4124139547348022,2.8786299228668213,3.2332539558410645,1.035222053527832,1.978276014328003,-4.174437046051025,0.09191499650478363,-1.6179590225219727,2.4689390659332275,2.418951988220215,-3.1919500827789307,2.5875730514526367,-0.6914899945259094,-0.9742680191993713,0.22347599267959595,-1.0256060361862183,-0.7676389813423157,-1.3985830545425415,1.2806570529937744,1.710731029510498,1.7440539598464966,1.7669789791107178,0.46703600883483887,2.3744781017303467,-2.9617700576782227,-2.955833911895752,-1.810318946838379,-0.8099780082702637,0.599511981010437,2.2758140563964844,-0.4371579885482788,-1.2088210582733154,-1.2948050498962402,-1.2501280307769775,2.8715999126434326,2.771388053894043,-2.8967459201812744,-1.363955020904541,-1.3206419944763184,0.38199499249458313,2.991960048675537,-1.465522050857544,2.635067939758301,1.3816629648208618,1.227813959121704,-2.3126020431518555,2.9297099113464355,2.6360690593719482,1.2721999883651733,0.4885770082473755,3.262563943862915,0.7045040130615234,0.8900139927864075,2.259119987487793,3.0448009967803955,-0.28895899653434753,-4.589475154876709,-1.4335559606552124,-0.836562991142273,0.8985900282859802,-0.7303339838981628,-0.7576770186424255,1.219717025756836,1.9005839824676514,-3.6560258865356445,-2.6855220794677734,2.5903611183166504,0.6136689782142639,1.8580909967422485,2.4255549907684326,-1.2327029705047607,1.6187620162963867,-0.015647999942302704,-4.07881498336792,1.2182459831237793,-4.1663031578063965,-0.7543219923973083,-3.7987380027770996,-4.169567108154297,2.2420620918273926,-3.8910601139068604,-3.2408699989318848,2.8670170307159424,1.3623110055923462,-0.3117299973964691,-1.7598119974136353,2.9614648818969727,0.40491899847984314,1.2153589725494385,-2.88317608833313,-4.103104114532471,-2.3524129390716553,0.9749119877815247,-3.124361038208008,0.10423699766397476,-3.3870129585266113,-3.537803888320923,2.927030086517334,2.932439088821411,-4.167562961578369,-1.3446520566940308,-4.2017011642456055,0.7799839973449707,2.6282129287719727,-1.9792109727859497,-2.0189449787139893,1.2098129987716675,2.7478818893432617,1.92256498336792,2.9012160301208496,2.9243578910827637,-1.2235289812088013,-1.0340850353240967,-2.26653790473938,-2.04606294631958,-3.1354761123657227,-3.2497220039367676,0.10842099785804749,2.9883480072021484,2.317763090133667,1.817870020866394,-2.700985908508301,-2.6741530895233154,-1.6259280443191528,-1.5398110151290894,-4.192194938659668,-1.0970510244369507,0.2649970054626465,-2.851418972015381,2.377094030380249,-2.317209005355835,2.371035099029541,-2.055919885635376,-2.757395029067993,1.890220046043396,2.515166997909546,0.6252279877662659,0.6316499710083008,2.2581748962402344,-0.44554200768470764,2.442112922668457,1.6656140089035034,2.185206890106201,-1.4216660261154175,-2.914057970046997,-3.0853610038757324,2.634856939315796,0.4582740068435669,-0.2564859986305237,1.524925947189331,-2.1234679222106934,0.9961550235748291,-3.1917450428009033,-1.4306639432907104,-3.310802936553955,2.8632869720458984,1.2327380180358887,-4.086612224578857,2.823512077331543,-3.1496450901031494,-3.1497058868408203,0.4979090094566345,1.976641058921814,1.981416940689087,-1.0092040300369263,-1.2394490242004395,-3.299916982650757,2.303065061569214,1.5276050567626953,2.719594955444336,-1.013403058052063,-2.3713529109954834,0.9461159706115723,1.2210489511489868,1.9852609634399414,2.6190059185028076,-1.71869695186615,-1.6996779441833496,-3.173715114593506,2.7920498847961426,-2.671947956085205,-0.8357880115509033,-0.972590982913971,-0.9214699864387512,-1.0013409852981567,1.6818419694900513,-1.1964080333709717,-1.9987410306930542,-0.0015069999499246478,-2.7753450870513916,-2.888132095336914,1.9140859842300415,-1.1702860593795776,1.462906002998352,-2.1297619342803955,1.0750240087509155,0.5427759885787964,1.1660330295562744,-4.184154987335205,0.7885919809341431,0.7495790123939514,2.304486036300659,-1.2768659591674805,-0.4345740079879761,-4.266343116760254,-0.3767719864845276,-2.19663405418396,-4.326785087585449,-1.5047969818115234,1.535951018333435,2.616194009780884,-3.855926990509033,-3.117516040802002,2.1410770416259766,2.2428998947143555,2.0683860778808594,0.4109790027141571,-4.477927207946777,-0.798445999622345,-0.7620130181312561,-0.6843230128288269,2.455826997756958,1.173630952835083,-2.224245071411133,0.95203697681427,-1.2913659811019897,1.0982170104980469,1.0934100151062012,-3.1452701091766357,0.4873329997062683,-1.0731309652328491,1.033808946609497,0.10984800010919571,2.3500800132751465,-0.9006050229072571,0.33327099680900574,1.2344590425491333,1.2083959579467773,1.2026489973068237,2.920804977416992,2.9526379108428955,2.8880839347839355,2.499413013458252,1.052970051765442,0.14915500581264496,0.8846150040626526,2.9948830604553223,-0.5904960036277771,0.575884997844696,-0.7764710187911987,-0.7277950048446655,-2.60591197013855,2.8930490016937256,2.555428981781006,0.9362429976463318,2.5237069129943848,-1.78084397315979,2.589647054672241,-1.3160890340805054,-0.9910889863967896,0.029606999829411507,0.9974740147590637,2.209480047225952,2.179969072341919,1.0212949514389038,1.0217599868774414,1.017822027206421,3.2028539180755615,-1.4477280378341675,2.6170849800109863,3.015108108520508,-3.2062060832977295,-0.2902210056781769,0.041992999613285065,-1.5558910369873047,-3.6569321155548096,0.40654999017715454,2.331615924835205,0.8572840094566345,-4.1832990646362305,-3.9581480026245117,-4.460305213928223,2.7291460037231445,-4.428898811340332,2.86810302734375,3.059528112411499,0.7244269847869873,-0.44472500681877136,-3.1587159633636475,-3.510221004486084,1.4062830209732056,2.9062139987945557,-4.4461259841918945,-3.0731871128082275,-1.527008056640625,-4.272991180419922,0.9339020252227783,-3.422163963317871,3.0895280838012695,0.46279001235961914,0.4974679946899414,-3.8196370601654053,1.0665149688720703,1.0585800409317017,0.676181972026825,-0.460997998714447,-2.380354881286621,-4.481988906860352,-2.185312032699585,1.8605279922485352,-0.8017950057983398,-4.141300201416016,-1.9154340028762817,-2.8368759155273438,2.145392894744873,2.858059883117676,-3.216856002807617,3.207724094390869,-3.089456081390381,2.1846909523010254,-2.5148189067840576,1.0934369564056396,1.283339023590088,-3.5959010124206543,2.360308885574341,3.0313050746917725,3.0662169456481934,-4.43930196762085,-3.1862709522247314,1.0089880228042603,-3.1469030380249023,-0.6562020182609558,-1.2096149921417236,-0.047210000455379486,0.9731950163841248,-3.153568983078003,-2.289278984069824,-1.6484169960021973,2.859074115753174,1.8330249786376953,-3.0371971130371094,-0.7210389971733093,-4.1462249755859375,-0.55628901720047,2.5265650749206543,-1.1515250205993652,-0.49063900113105774,0.9203450083732605,2.7531158924102783,0.836804986000061,0.15041999518871307,1.323498010635376,-0.9996500015258789,-0.929095983505249,-4.552834987640381,-4.646399021148682,0.18105700612068176,-2.1451830863952637,3.055704116821289,-1.1982239484786987,-1.431928038597107,-0.6426590085029602,-1.484254002571106,-1.8945039510726929,2.865886926651001,-0.7214019894599915,-1.9611760377883911,-1.8559260368347168,2.2966630458831787,0.12945200502872467,2.6337890625,-2.1937499046325684,1.0812970399856567,-4.019927024841309,0.5119209885597229,-0.8016020059585571,-4.46316385269165,2.7787680625915527,2.84291410446167,-3.500377893447876,-1.690248966217041,1.7935400009155273,1.3148210048675537,1.2753649950027466,1.208765983581543,-0.18952199816703796,-3.2242720127105713,2.8523430824279785,-3.807508945465088,0.8849769830703735,-1.9093940258026123,-1.1095809936523438,-3.450756072998047,-2.02388596534729,-1.3184700012207031,-2.8094279766082764,-2.7697970867156982,-0.7833999991416931,-3.0120630264282227,-4.219182014465332,0.7347729802131653,-0.5723890066146851,-1.103214979171753,-3.331845998764038,0.1446940004825592,2.8576529026031494,-3.068027973175049,-0.7392479777336121,2.025367021560669,3.2317800521850586,-3.1628270149230957,-1.0095659494400024,1.2286100387573242,0.6654180288314819,1.3253370523452759,-1.0069990158081055,-0.4410179853439331,-0.686011016368866,0.4910149872303009,-0.9840289950370789,-2.891334056854248,-3.9386889934539795,-3.1808199882507324,-4.162960052490234,-2.112252950668335,1.2052559852600098,-1.393367052078247,0.30819401144981384,2.9313910007476807,-1.4511760473251343,0.4805479943752289,1.9865880012512207,2.0123391151428223,2.8781349658966064,-0.8097310066223145,2.7623839378356934,2.6718499660491943,1.1605770587921143,2.458082914352417,-2.316380023956299,2.8487510681152344,-1.4189260005950928,-0.8857960104942322,2.638179063796997,2.1311659812927246,0.10328999906778336,0.19323000311851501,-4.208948135375977,2.9964818954467773,-3.0043179988861084,2.3952419757843018,-0.22310799360275269,-4.652535915374756,-4.504505157470703,-1.4003440141677856,-1.0074520111083984,-1.006121039390564,2.7586510181427,2.9777040481567383,3.1226890087127686,-3.4219589233398438,-4.224854946136475,1.7969980239868164,2.808938980102539,1.5858089923858643,1.8858710527420044,-0.6329190135002136,-0.2042270004749298,1.0290249586105347,1.1677559614181519,-4.607625961303711,1.9155360460281372,-1.419448971748352,-3.1972250938415527,2.545624017715454,3.089508056640625,-1.0760279893875122,-3.5782320499420166,2.8234760761260986,2.0679450035095215,-2.7880640029907227,-2.912240982055664,-1.2593050003051758,-0.9126629829406738,0.09193699806928635,-1.5346310138702393,-0.273483008146286,-0.4097070097923279,2.3191540241241455,-4.538514137268066,-1.659690022468567,2.1799850463867188,-4.1859130859375,-4.186950206756592,1.289842963218689,1.272407054901123,-2.5528550148010254,-1.514760971069336,-2.47257399559021,2.580754041671753,1.1716500520706177,1.9336559772491455,1.2971630096435547,-1.1791759729385376,2.4024620056152344,-2.9932780265808105,-0.652675986289978,1.3150670528411865,0.4269779920578003,2.183151960372925,1.1236640214920044,-0.4248499870300293,2.2308928966522217,1.2633299827575684,1.2882260084152222,-4.112907886505127,2.2428629398345947,2.2341649532318115,2.5677499771118164,-2.7405030727386475,-1.53164803981781,0.20985500514507294,0.813630998134613,2.0504848957061768,2.0533881187438965,-1.471742033958435,-2.3433380126953125,-2.4217441082000732,0.19803699851036072,0.7512519955635071,2.2901499271392822,-1.0719549655914307,2.651397943496704,-2.533073902130127,-3.2585289478302,-1.2437419891357422,-2.007828950881958,0.8595820069313049,-0.7088890075683594,1.0111379623413086,-0.9603490233421326,-0.48899900913238525,2.718440055847168,1.4113520383834839,-0.9933130145072937,-1.244650959968567,-1.1866830587387085,2.477924108505249,-3.2471539974212646,-1.817242980003357,-1.8727619647979736,-3.19431209564209,-3.5409979820251465,-2.613162040710449,1.9498399496078491,-3.911864995956421,-0.3111819922924042,-2.753720998764038,1.0968190431594849,-2.3259079456329346,-0.564454972743988,1.5838489532470703,2.3498098850250244,-4.495176792144775,2.591217041015625,1.4253569841384888,-4.077363967895508,2.7372360229492188,-0.33270299434661865,-0.47422999143600464,0.12134800106287003,2.259000062942505,-2.8727641105651855,-2.5188639163970947,3.058137893676758,2.677860975265503,-0.34953001141548157,2.759706974029541,2.7939400672912598,0.8129569888114929,1.0024540424346924,3.1670498847961426,-0.5759119987487793,-1.2777659893035889,-1.1366770267486572,-4.469376087188721,2.3914530277252197,-1.2889289855957031,-0.5741850137710571,-1.0391370058059692,0.9189010262489319,2.842292070388794,-3.5648720264434814,1.7001429796218872,-1.1354219913482666,-0.7366840243339539,2.5619399547576904,-2.7943859100341797,-4.030210018157959,-0.09436599910259247,1.1664079427719116,-2.01977801322937,-0.4195280075073242,-1.983165979385376,2.7344980239868164,-0.005917000118643045,-4.210578918457031,1.266103982925415,1.8545180559158325,0.08770500123500824,-2.1920220851898193,-0.09046600013971329,-2.1849429607391357,-1.1559950113296509,-3.147566080093384,-1.2044609785079956,2.7347209453582764,2.725446939468384,1.154109001159668,-1.0856000185012817,-1.866448998451233,0.1367509961128235,-0.917930006980896,0.2541249990463257,2.5974280834198,-1.3387229442596436,-1.2786099910736084,2.609778881072998,0.09277000278234482,-2.2391889095306396,2.236840009689331,3.020328998565674,-3.1543569564819336,-3.5927019119262695,1.1529029607772827,-1.7690459489822388,-0.4234890043735504,-1.5704729557037354,-0.37383899092674255,-3.6135640144348145,1.4692039489746094,1.5225850343704224,1.4254189729690552,1.016414999961853,-3.8867321014404297,-3.9385409355163574,-1.2098779678344727,2.7317490577697754,-1.0010700225830078,3.013916015625,0.59825599193573,2.231170892715454,2.8290069103240967,1.06666898727417,-0.9452030062675476,-2.6331160068511963,-1.5069270133972168,-4.192720890045166,1.5294820070266724,-1.9189109802246094,3.179965019226074,-3.4992570877075195,3.011720895767212,1.6818430423736572,-2.437609910964966,1.0061650276184082,1.0160980224609375,-4.622025012969971,2.264235019683838,-3.1724600791931152,0.07710599899291992,1.7417880296707153,2.4533870220184326,-0.620648980140686,0.17732200026512146,0.4512859880924225,0.44960200786590576,2.8321781158447266,-1.9454560279846191,-0.6193339824676514,1.480430006980896,1.7197209596633911,-3.2469170093536377,-1.6268680095672607,2.632603883743286,-4.310863971710205,1.226817011833191,-2.1722280979156494,1.6359039545059204,-2.7633259296417236,-2.6361260414123535,-4.170536041259766,1.236657977104187,-1.2041360139846802,2.9085819721221924,-1.2062740325927734,-1.5242630243301392,-1.5794719457626343,2.078238010406494,1.3078279495239258,-2.813652992248535,1.1268390417099,-4.102585792541504,3.0178799629211426,-3.21636700630188,2.6575779914855957,-2.74064302444458,1.3086700439453125,-1.0825480222702026,-3.1320528984069824,-1.639415979385376,1.9805920124053955,2.5804638862609863,-3.5365750789642334,-3.2043299674987793,-0.9453780055046082,1.6399610042572021,-1.4513909816741943,1.6367930173873901,2.5777080059051514,2.1834468841552734,1.9685399532318115,-1.6676839590072632,-3.1447908878326416,-0.35889899730682373,-3.3051319122314453,-3.9417591094970703,2.566232919692993,2.2425410747528076,1.9269330501556396,-1.230133056640625,-4.556847095489502,-1.3725119829177856,-4.012074947357178,3.134166955947876,0.5944749712944031,-3.358609914779663,0.392100989818573,-2.050847053527832,-0.08283399790525436,3.019244909286499,-2.174743890762329,-2.1239399909973145,-0.61776202917099,2.2013869285583496,-1.3890680074691772,0.5475299954414368,-2.0761120319366455,2.630742073059082,-4.045576095581055,-2.122673988342285,2.7448010444641113,-2.1587181091308594,-3.5412960052490234,-3.552953004837036,-0.954945981502533,1.109565019607544,1.1852539777755737,-3.169184923171997,-3.309175968170166,1.816362977027893,-3.0801448822021484,-2.71412992477417,1.6762499809265137,0.03679399937391281,-3.1768410205841064,2.4604499340057373,-4.163506984710693,2.701003074645996,-1.5590790510177612,0.7755209803581238,-0.5144370198249817,0.24304500222206116,-1.1369680166244507,-2.2250120639801025,1.0122480392456055,1.0002180337905884,1.873162031173706,2.6982240676879883,-2.6140339374542236,-3.149005889892578,-3.16080904006958,1.9042819738388062,1.8056010007858276,0.11088799685239792,0.6247519850730896,-2.496458053588867,2.8187038898468018,2.830143928527832,2.986985921859741,2.376678943634033,-1.8064069747924805,-3.1896889209747314,-3.1840569972991943,1.0586090087890625,-0.2885279953479767,1.7717000246047974,-3.6789770126342773,2.55068302154541,0.5315819978713989,-4.059360027313232,-1.7307519912719727,3.0370049476623535,-2.7829558849334717,0.8342670202255249,-1.182682991027832,2.990957021713257,-3.1368720531463623,-3.1366829872131348,2.4732871055603027,-1.6720290184020996,0.9048929810523987,-1.0899569988250732,-3.0323901176452637,-1.05098295211792,0.5507850050926208,-0.5138819813728333,-3.2645649909973145,0.05850499868392944,-3.3936429023742676,1.3343989849090576,-0.6846969723701477,-1.6383910179138184,-2.672034978866577,-2.649238109588623,1.2428920269012451,2.310080051422119,-3.1251819133758545,2.845923900604248,2.8397369384765625,-4.285376071929932,-2.1296510696411133,-3.1558709144592285,-3.6564459800720215,-0.3021929860115051,-0.25995901226997375,-2.6246531009674072,0.7602099776268005,0.7965739965438843,2.6241281032562256,-1.185742974281311,-3.175581932067871,1.2990570068359375,2.457158088684082,0.064410001039505,-3.4298698902130127,-0.3788689970970154,0.13714699447155,0.11487600207328796,2.1409881114959717,-1.2672319412231445,2.8926310539245605,1.3781139850616455,1.328389048576355,1.3390460014343262,1.1946359872817993,1.2765460014343262,-4.189568042755127,0.10721000283956528,-3.193308115005493,-4.171695232391357,2.3543429374694824,0.8395310044288635,2.8072121143341064,0.5488409996032715,2.9927260875701904,1.7845289707183838,1.847946047782898,1.9295940399169922,-4.65225887298584,-0.7420269846916199,-1.1948120594024658,-2.7806320190429688,-0.2933860123157501,-2.422518014907837,-2.6306350231170654,2.510915994644165,-1.7265160083770752,-4.1546549797058105,-1.193585991859436,-1.4843560457229614,-2.5687460899353027,0.39288100600242615,0.37580400705337524,2.165131092071533,-1.2702360153198242,0.9688760042190552,-1.4950759410858154,1.8923289775848389,-0.5524939894676208,0.6789439916610718,1.6231399774551392,2.568355083465576,1.0714449882507324,1.0696940422058105,-1.396162986755371,2.5074350833892822,-0.24185200035572052,-0.4084630012512207,1.3873629570007324,-3.0215940475463867,-0.13419300317764282,1.1343239545822144,-1.3414629697799683,-1.33364999294281,-4.437656879425049,2.546720027923584,-3.1865179538726807,-3.2380309104919434,-1.5068559646606445,-1.237866997718811,2.4421470165252686,-3.900367021560669,0.4299669861793518,-3.1303160190582275,-2.3077659606933594,1.2335089445114136,-0.30038100481033325,-0.5038989782333374,-1.2129110097885132,-2.2314229011535645,1.1557749509811401,0.3405120074748993,1.1377660036087036,0.9095420241355896,-3.8019280433654785,-2.908750057220459,1.8963199853897095,-1.8644479513168335,0.39280200004577637,2.4077489376068115,-4.476075172424316,-0.7204189896583557,-2.623342990875244,-0.9883729815483093,2.401884078979492,1.7823400497436523,-1.1365330219268799,-1.6265610456466675,-0.9717990159988403,0.1021450012922287,2.50646710395813,2.7910099029541016,1.9224300384521484,2.672818899154663,3.052885055541992,-2.8744730949401855,-2.7078609466552734,-1.3381609916687012,0.5212780237197876,1.5071799755096436,1.1225249767303467,-1.7778160572052002,-1.6951349973678589,1.5072790384292603,0.9486340284347534,-1.12083899974823,-3.9602880477905273,-3.6135458946228027,2.534337043762207,2.238502025604248,2.639923095703125,2.6501901149749756,-4.372776985168457,1.3108999729156494,-3.1396470069885254,-2.118802070617676,-4.5110650062561035,1.246662974357605,-4.371883869171143,3.0354979038238525,-4.121635913848877,2.8455469608306885,2.2038280963897705,-2.4051620960235596,-1.1927130222320557,3.2299931049346924,2.5556640625,0.4911380112171173,-2.114116907119751,-3.128922939300537,-3.5823659896850586,1.232964038848877,-1.6605360507965088,1.8719719648361206,1.895563006401062,2.8776841163635254,3.160831928253174,-3.1678149700164795,-2.859560966491699,0.01812800019979477,-0.0002859999949578196,2.8672120571136475,2.874000072479248,-2.41989803314209,-1.898535966873169,2.8244030475616455,-1.3807560205459595,-1.6099929809570312,-2.487765073776245,0.5896570086479187,-1.957198977470398,1.5148320198059082,-1.4939119815826416,0.5823060274124146,1.729714035987854,-4.475995063781738,2.5667340755462646,-3.3301899433135986,-1.2917920351028442,1.7942869663238525,3.058227062225342,2.5079030990600586,1.0756269693374634,-1.8655940294265747,0.577538013458252,-1.2604990005493164,-0.9067909717559814,-1.5730910301208496,2.7213048934936523,-2.7598609924316406,-1.3774670362472534,0.9475870132446289,-1.9949849843978882,-4.19650411605835,-2.852755069732666,-1.3515210151672363,-1.0899579524993896,-0.36055299639701843,-1.3517340421676636,2.195533037185669,2.2986578941345215,-3.1777920722961426,-1.0699900388717651,-1.0648109912872314,2.671631097793579,-0.1458279937505722,2.609877109527588,2.5939579010009766,0.5393440127372742,2.875709056854248,3.099463939666748,2.9806129932403564,-1.277282953262329,2.7718770503997803,2.6692779064178467,-1.3748209476470947,-2.2905960083007812,0.7001910209655762,-0.5160639882087708,0.5332599878311157,0.3167400062084198,0.4104749858379364,0.37881898880004883,0.38011598587036133,0.36615100502967834,1.9012609720230103,-3.1932239532470703,-3.183777093887329,-0.8835240006446838,-0.8905779719352722,3.0576720237731934,-1.8009949922561646,-2.692523956298828,0.7160189747810364,-0.6162580251693726,1.950971007347107,1.3336620330810547,1.016998052597046,-3.157454013824463,-1.435899019241333,2.6914889812469482,2.0943069458007812,-2.189218044281006,1.493453025817871,0.25131699442863464,-3.0874838829040527,-2.29036808013916,-1.955435037612915,-1.5241609811782837,-4.171913146972656,0.6532909870147705,1.2205350399017334,1.2148350477218628,3.0279109477996826,-2.3178179264068604,1.6629359722137451,-1.1335439682006836,-1.8000580072402954,-1.8696260452270508,1.6940549612045288,-2.921144962310791,1.5472830533981323,-1.1258020401000977,-1.0912599563598633,-1.8221290111541748,-0.9644020199775696,-3.9543330669403076,-1.5733619928359985,2.340743064880371,1.055101990699768,-1.2107479572296143,-4.476093769073486,-1.939993977546692,-1.2995209693908691,-1.761262059211731,-1.481444001197815,-2.999742031097412,1.3356349468231201,3.1525421142578125,-3.1539928913116455,0.8747950196266174,2.7983930110931396,2.641468048095703,-4.141694068908691,-0.8714889883995056,-1.620568037033081,-3.710268974304199,0.7166900038719177,-0.43995100259780884,2.0797770023345947,-3.230098009109497,-0.7969840168952942,-3.189418077468872,2.8955020904541016,3.0995430946350098,-1.2994199991226196,-1.725682020187378,-0.6754710078239441,-4.196133136749268,-4.186592102050781,2.979624032974243,-1.0073089599609375,2.9678568840026855,-4.155303001403809,-1.8063069581985474,3.010627031326294,0.5846940279006958,0.9715880155563354,0.061771001666784286,-0.5094149708747864,-0.7820460200309753,3.004762887954712,0.13559499382972717,-2.566138982772827,-3.454911947250366,1.236469030380249,1.2992750406265259,1.248708963394165,1.6785409450531006,-1.8886510133743286,-3.1768059730529785,0.4703899919986725,-0.8872969746589661,2.2573819160461426,1.5671420097351074,-3.764493942260742,-0.952422022819519,-0.9710829854011536,-4.050652980804443,-0.7938079833984375,-0.8321200013160706,-4.113523960113525,2.1630849838256836,-2.01385498046875,1.3646210432052612,1.0511269569396973,1.1825779676437378,1.1868679523468018,0.9852370023727417,0.9888499975204468,-1.144906997680664,-1.1423310041427612,-1.6939539909362793,-2.1162259578704834,2.109623908996582,0.9847469925880432,2.3381690979003906,-1.1086540222167969,-2.0975399017333984,0.16288399696350098,1.8286919593811035,0.09861399978399277,2.4785609245300293,2.204551935195923,2.2079660892486572,2.2096099853515625,2.690545082092285,2.745054006576538,-1.319777011871338,-0.911978006362915,-2.417356014251709,-3.1748499870300293,-3.1619529724121094,2.692225933074951,-4.53008508682251,-0.43461599946022034,-4.598630905151367,1.1524790525436401,-1.140647053718567,0.07597099989652634,-2.1725950241088867,0.7857800126075745,1.2401280403137207,1.2330089807510376,-0.6245740056037903,-2.649688959121704,-1.840258002281189,-0.12282399833202362,1.2899249792099,-2.829179048538208,1.8515609502792358,1.200247049331665,-3.1392300128936768,-1.9548710584640503,2.349402904510498,-3.3659679889678955,-3.171070098876953,-1.106186032295227,2.0674960613250732,-3.1604530811309814,-3.843878984451294,3.0453929901123047,2.2791969776153564,0.8827430009841919,2.9728569984436035,-3.147589921951294,1.2944140434265137,-0.9680749773979187,2.6853010654449463,-1.1539429426193237,-2.816028118133545,-4.543263912200928,-0.9238830208778381,-0.5897970199584961,-0.7127429842948914,2.857621908187866,2.873471975326538,0.11084000021219254,-0.5871970057487488,-3.1401610374450684,0.4399310052394867,-0.09142599999904633,-2.437376022338867,2.538196086883545,1.2576370239257812,-0.5918329954147339,-3.166543960571289,-2.0490670204162598,-1.8337739706039429,2.4882819652557373,-3.5237579345703125,-1.6241580247879028,-1.7705349922180176,-2.2184619903564453,2.040985107421875,-1.4111599922180176,0.9393749833106995,-0.934050977230072,2.466480016708374,2.134361982345581,2.170135021209717,-2.231339931488037,2.5956499576568604,1.6479519605636597,-3.139986991882324,-4.1759772300720215,0.9092400074005127,0.6854159832000732,-0.4281120002269745,-1.763403058052063,-1.8050049543380737,2.969399929046631,3.055354118347168,2.835089921951294,2.9549291133880615,2.220525026321411,-3.2345190048217773,2.190598964691162,2.050173044204712,2.766580104827881,-0.30263999104499817,1.3782509565353394,-2.2273879051208496,0.12955699861049652,2.699359893798828,2.704440116882324,-4.16887903213501,1.6681269407272339,-0.8900780081748962,1.1257829666137695,-4.189764022827148,2.52790904045105,2.713545083999634,-1.9988009929656982,2.254601001739502,-1.1376839876174927,-4.576962947845459,-1.299692988395691,-1.2692739963531494,-1.2833659648895264,-3.3270440101623535,-1.2524340152740479,0.03226500004529953,1.1819950342178345,2.5977680683135986,-3.1317501068115234,2.4544920921325684,1.575835943222046,-3.149724006652832,-0.39259201288223267,1.2888269424438477,1.1631900072097778,2.649846076965332,2.167160987854004,0.3317109942436218,0.5169640183448792,3.1952450275421143,-3.199026107788086,-3.2046918869018555,-2.929347038269043,-3.00061297416687,2.540189027786255,2.5497899055480957,2.6486480236053467,0.8054810166358948,-3.552014112472534,-2.9400150775909424,-2.9318740367889404,-1.449512004852295,2.6714038848876953,1.3000199794769287,-0.13270500302314758,1.0893800258636475,0.015258999541401863,2.187869071960449,2.6396400928497314,1.4694470167160034,2.197077989578247,-2.164335012435913,-1.6725300550460815,1.1502599716186523,1.1158440113067627,1.623034954071045,3.1126139163970947,-2.2285430431365967,-2.3261139392852783,2.9263269901275635,2.234360933303833,2.7876460552215576,-0.5738930106163025,-4.628057956695557,1.7366089820861816,2.2698590755462646,2.7440810203552246,0.9556499719619751,-2.4827680587768555,-4.120046138763428,1.9984079599380493,3.033215045928955,-3.2967329025268555,2.2549450397491455,-1.6845569610595703,-4.212882995605469,-3.99104905128479,2.034212112426758,2.684715986251831,2.789803981781006,-1.2353500127792358,1.8284889459609985,-3.174038887023926,1.7482949495315552,2.657130002975464,-2.441541910171509,-0.50907301902771,2.9502170085906982,3.190850019454956,-2.7125539779663086,-1.6110479831695557,-1.746654987335205,1.1907680034637451,-1.0345920324325562,2.6451900005340576,-3.0845611095428467,-3.1661200523376465,-2.9308810234069824,2.3064069747924805,1.324571967124939,-3.261914014816284,1.4801219701766968,1.185520052909851,-1.276968002319336,-1.2384870052337646,-4.166204929351807,-1.4415090084075928,0.6244720220565796,0.538316011428833,1.0804179906845093,2.164797067642212,2.3358991146087646,0.0535850003361702,-0.987841010093689,-3.1945979595184326,0.10995399951934814,2.3291730880737305,-2.075187921524048,0.08050599694252014,-4.580412864685059,-3.1441309452056885,-1.470108985900879,2.8459830284118652,-3.1740241050720215,-1.9021860361099243,-0.923596978187561,-1.0457299947738647,-2.4686880111694336,3.1639299392700195,-3.906045913696289,-2.0515289306640625,2.499737024307251,-2.8577919006347656,-0.25201699137687683,-3.187958002090454,-2.894589900970459,3.15814208984375,-0.8210790157318115,1.8046400547027588,-4.197536945343018,-4.19674015045166,0.19032099843025208,2.1372408866882324,1.0417399406433105,-2.3783390522003174,-2.6071250438690186,-3.37678599357605,0.9074500203132629,-2.6464359760284424,2.268731117248535,-0.6173250079154968,-1.7836450338363647,2.19136905670166,-3.5688960552215576,-0.8165799975395203,-3.175295114517212,-0.7426180243492126,-4.010006904602051,-3.808681011199951,-3.749988079071045,-1.2201859951019287,-3.623042106628418,-1.3777110576629639,-1.2317479848861694,-1.4179580211639404,1.3593440055847168,-1.1459779739379883,2.9315409660339355,-1.426712989807129,-2.066967010498047,-0.513683021068573,-1.4316710233688354,-1.9754339456558228,0.5905770063400269,-2.136730909347534,-3.8539559841156006,-3.214050054550171,2.509390115737915,-1.4114400148391724,-1.441862940788269,-3.166759967803955,1.0903799533843994,-0.3904919922351837,2.9351930618286133,2.813524007797241,-0.891569972038269,-4.070635795593262,-3.169559955596924,-0.4556269943714142,-1.0819590091705322,-1.130998969078064,-2.5843091011047363,1.5711909532546997,2.372775077819824,-0.7007409930229187,0.9336889982223511,-2.714970111846924,1.2813550233840942,1.2326070070266724,-1.197059988975525,-3.9480679035186768,1.1139299869537354,-2.841309070587158,2.519131898880005,-4.279391765594482,-4.442750930786133,0.872875988483429,-0.749625027179718,-1.672116994857788,-1.8448879718780518,1.1801300048828125,-2.3968849182128906,2.510576009750366,-1.1208020448684692,1.212522029876709,-4.008082866668701,-2.0164709091186523,-3.20688796043396,1.2460789680480957,-2.259800910949707,0.4743579924106598,2.9501030445098877,-2.7002570629119873,1.29796302318573,1.7302130460739136,-3.131319999694824,-1.1018199920654297,0.9561060070991516,-1.1265250444412231,2.93245005607605,-1.8191330432891846,1.9431450366973877,2.218535900115967,-0.7444130182266235,-1.9078569412231445,0.6210049986839294,3.1634469032287598,-1.0159779787063599,0.03736799955368042,1.206055998802185,-4.053699970245361,-0.02183300070464611,-4.661579132080078,-3.1111249923706055,2.0371220111846924,-3.2923851013183594,-1.688405990600586,2.1136209964752197,2.6595070362091064,2.446908950805664,-2.2470901012420654,-2.1046578884124756,-0.9537259936332703,3.2177960872650146,2.6124000549316406,-3.8329930305480957,1.9998929500579834,-0.6541309952735901,-1.4873850345611572,-3.5456960201263428,-2.5354878902435303,2.7477519512176514,-0.6234959959983826,2.015829086303711,1.342939019203186,-3.156466007232666,-3.142061948776245,-3.964447021484375,2.353749990463257,2.6572821140289307,-3.0483601093292236,2.301928997039795,-1.3275070190429688,-0.9637669920921326,-2.6908340454101562,-3.6705589294433594,-4.56921911239624,2.8117220401763916,3.1956210136413574,0.5339019894599915,-1.3942010402679443,1.503288984298706,-0.7975559830665588,-2.3111460208892822,2.4158060550689697,-0.8544849753379822,2.397228956222534,2.670219898223877,-1.49611496925354,0.8837040066719055,2.7672300338745117,1.6288729906082153,3.0129330158233643,2.7323899269104004,-0.2382030040025711,1.9119579792022705,-0.7534369826316833,-4.185135841369629,2.683953046798706,2.064418077468872,0.895389974117279,3.172400951385498,-3.659010887145996,1.9782060384750366,1.9667550325393677,3.0909790992736816,-0.5586559772491455,-3.150333881378174,-1.6320209503173828,-3.9851009845733643,-3.9483799934387207,1.1189780235290527,-1.5051259994506836,-1.541424036026001,2.259100914001465,1.192633032798767,-2.3785719871520996,-1.7726249694824219,1.2376070022583008,-1.7199000120162964,2.8666579723358154,0.018657999113202095,0.02697400003671646,0.22096599638462067,2.039803981781006,-4.1747050285339355,0.5703619718551636,-1.4595259428024292,-1.4995989799499512,0.8244190216064453,-1.4240469932556152,1.7890759706497192,-2.5203380584716797,-4.5606608390808105,-4.044594764709473,-4.2756028175354,-0.8933939933776855,2.2210030555725098,-0.3923789858818054,1.0893340110778809,-0.3571769893169403,-1.6393710374832153,-1.2861889600753784,-1.271798014640808,2.3832919597625732,-3.1567869186401367,-1.0909570455551147,-3.4661760330200195,2.765320062637329,2.7626469135284424,2.330327033996582,-4.056693077087402,-3.124406099319458,-4.132894992828369,2.7885470390319824,-2.293184995651245,-1.6537649631500244,-2.214608907699585,-2.0447070598602295,-0.9076520204544067,1.2652180194854736,1.9139430522918701,-2.7757608890533447,-1.989333987236023,-1.3322240114212036,2.150300979614258,0.1383640021085739,2.7802209854125977,-1.2050470113754272,-1.8689420223236084,-2.8284010887145996,-2.691282033920288,0.9951969981193542,0.21752600371837616,2.279387950897217,2.5457780361175537,-3.1414999961853027,1.2026129961013794,3.2323710918426514,0.9302999973297119,-3.718224048614502,-3.725050926208496,-1.5639610290527344,0.2335910052061081,-0.9221540093421936,-2.924499988555908,1.0781129598617554,2.475404977798462,-0.32986798882484436,-0.4920929968357086,0.014267000369727612,-2.840641975402832,2.2126688957214355,0.07862599939107895,-4.38363790512085,-1.7828799486160278,0.8973180055618286,0.929885983467102,-0.9362310171127319,2.211426019668579,2.2766311168670654,-0.5625259876251221,2.4357969760894775,1.8948899507522583,-2.0129079818725586,-0.7480499744415283,1.7577409744262695,2.7786319255828857,-0.7649359703063965,2.2823588848114014,-1.5337419509887695,3.051970958709717,-1.7338980436325073,-1.760288953781128,2.813239097595215,2.7700929641723633,2.2135140895843506,1.9569400548934937,-0.9764209985733032,-0.49863100051879883,-4.1704840660095215,2.4063239097595215,0.5246689915657043,-1.3856079578399658,-1.3625240325927734,0.03515699878334999,3.2589449882507324,2.7062339782714844,-2.365633010864258,-3.263690948486328,-1.009013056755066,-0.4968020021915436,-0.6665329933166504,-3.16098690032959,1.9011319875717163,0.04891499876976013,-2.867098093032837,0.5363079905509949,-2.3894600868225098,1.5585440397262573,-1.7321339845657349,0.23889300227165222,0.11071299761533737,-3.5911710262298584,0.9608510136604309,-3.1660540103912354,-1.936980962753296,-1.0225019454956055,-2.343329906463623,-1.8327330350875854,3.017543077468872,-0.4752439856529236,-3.575263023376465,1.652853012084961,-3.177027940750122,0.11557599902153015,-1.909067988395691,0.09538000077009201,0.37501901388168335,-1.5945420265197754,-3.1889150142669678,-1.2497040033340454,2.7850189208984375,-0.9543099999427795,2.0875959396362305,0.5585060119628906,2.5222020149230957,-4.180462837219238,-0.6215609908103943,-2.1364829540252686,-2.901247978210449,-0.4814319908618927,-2.431796073913574,-0.8788639903068542,-1.5596129894256592,-1.497357964515686,2.535696029663086,2.7373340129852295,2.750566005706787,3.217941999435425,3.2031970024108887,-1.1532529592514038,-1.5826749801635742,1.0049190521240234,-0.9947149753570557,-4.037134170532227,-0.7051939964294434,0.20559200644493103,2.5364880561828613,3.097853899002075,2.5082640647888184,-1.566311001777649,-2.05708909034729,0.12659099698066711,1.2231019735336304,1.2037349939346313,-1.5724389553070068,2.3608500957489014,1.4949589967727661,-0.13698899745941162,-3.3762331008911133,-0.5638009905815125,-1.085705041885376,2.914742946624756,-0.9376199841499329,2.796639919281006,2.4315640926361084,2.446903944015503,2.8196420669555664,-4.136631965637207,-1.5253119468688965,2.145458936691284,-3.1543619632720947,-0.24404899775981903,-1.5368640422821045,-3.145235061645508,-0.48714500665664673,-2.7669620513916016,-1.3146569728851318,-1.3539509773254395,-1.7606409788131714,1.2516900300979614,-3.199737071990967,-3.1471869945526123,-4.1591291427612305,-1.047395944595337,1.2141410112380981,-1.251947045326233,-0.8820679783821106,-0.6897789835929871,2.507723093032837,-3.450835943222046,1.0055179595947266,2.5111939907073975,-0.7288410067558289,-1.261504054069519,1.163936972618103,-1.9430749416351318,1.5156279802322388,2.5684280395507812,2.0222859382629395,2.42484188079834,1.2658360004425049,0.9694569706916809,-1.6177140474319458,0.4814929962158203,1.0626980066299438,-0.8062390089035034,0.17916299402713776,0.7376629710197449,0.6795049905776978,-3.0202009677886963,-0.9153140187263489,3.0886929035186768,3.0579450130462646,0.7432669997215271,2.3309850692749023,-1.8557929992675781,0.7625030279159546,-0.44417598843574524,-3.9833319187164307,-4.321087837219238,0.036357998847961426,-0.7784119844436646,-3.516005039215088,2.8528850078582764,0.5203689932823181,-1.0148869752883911,-0.35802701115608215,1.7364469766616821,-3.1512560844421387,1.9538710117340088,-3.6679511070251465,-1.1304010152816772,0.5357130169868469,0.7400519847869873,0.08094500005245209,2.0413670539855957,-4.193860054016113,3.1146080493927,2.8709568977355957,2.8691859245300293,2.926111936569214,2.9111781120300293,2.4943840503692627,1.125769019126892,2.9878859519958496,1.1909739971160889,1.6631779670715332,1.0965529680252075,-1.1551120281219482,2.8766930103302,2.569551944732666,-3.1147470474243164,-3.135807991027832,0.8915860056877136,0.8912569880485535,0.4797559976577759,-4.282752990722656,2.981132984161377,-2.5705080032348633,-3.131977081298828,1.0265209674835205,-0.28075098991394043,2.263313055038452,1.2760989665985107,-1.082955002784729,0.8337079882621765,-1.5038880109786987,-2.426248073577881,-3.9393460750579834,1.0990040302276611,2.7779181003570557,2.8077030181884766,1.266389012336731,-1.5267959833145142,-1.514678955078125,-1.5420329570770264,-0.4536060094833374,1.078673005104065,-0.4945850074291229,3.135145902633667,2.5169179439544678,0.935912013053894,0.9229900240898132,2.781369924545288,1.6982250213623047,3.1749489307403564,-3.23429799079895,-3.2626969814300537,3.080889940261841,2.155306100845337,-2.8346168994903564,-4.103700160980225,-4.359848976135254,-3.1977460384368896,2.5955309867858887,-0.2917949855327606,-1.3521289825439453,3.0853350162506104,-4.201408863067627,-1.1188230514526367,-1.7558070421218872,-1.2155519723892212,-2.182785987854004,3.1778769493103027,2.908186912536621,2.725058078765869,-1.5378470420837402,-3.190211057662964,-3.042609930038452,-1.5934439897537231,0.3208000063896179,2.4686501026153564,1.6126049757003784,0.925055980682373,-1.7186700105667114,3.2102839946746826,-1.8017899990081787,0.8010159730911255,-1.9701119661331177,-0.046946000307798386,-0.04735499992966652,-0.06884399801492691,2.5224990844726562,-0.4190619885921478,-0.577455997467041,-4.206593990325928,-3.1717960834503174,3.0416738986968994,-4.035021781921387,-4.068106174468994,1.266806960105896,1.4010579586029053,0.6170430183410645,0.06930600106716156,0.6212790012359619,-2.582882881164551,1.1016039848327637,2.902355909347534,-1.5744030475616455,0.40628400444984436,-1.9466359615325928,1.8523869514465332,-0.003926000092178583,0.9326450228691101,-0.24279600381851196,2.634010076522827,-3.0705409049987793,-3.3093020915985107,-2.7721550464630127,-3.165010929107666,-1.136504054069519,-0.3235369920730591,-2.6717870235443115,2.520050048828125,1.6894199848175049,0.49618399143218994,-2.405726909637451,-4.07635498046875,-1.0426939725875854,-1.0521739721298218,-4.161975860595703,-4.114645004272461,-1.8409940004348755,1.9219679832458496,1.9366830587387085,2.477475881576538,2.3606998920440674,-1.0785130262374878,2.234304904937744,1.453631043434143,3.255068063735962,-0.5087209939956665,-4.176910877227783,0.8361650109291077,-1.1771399974822998,-1.5674760341644287,2.2348999977111816,1.7311019897460938,-4.371226787567139,-4.648938179016113,-4.1324238777160645,2.1815459728240967,-1.3952629566192627,2.4639010429382324,3.0395309925079346,2.7637829780578613,1.1546119451522827,-1.0716619491577148,-1.2938660383224487,1.901239037513733,-0.4135049879550934,-2.4543559551239014,-0.9346500039100647,1.5705139636993408,-1.3111499547958374,0.7242010235786438,1.2584069967269897,-1.2453529834747314,2.160461902618408,2.273098945617676,2.315324068069458,-1.5135129690170288,-1.3397239446640015,-1.352776050567627,2.088021993637085,0.6669449806213379,-0.8304039835929871,-0.014787999913096428,-0.6009629964828491,-2.3008859157562256,-0.37828099727630615,-1.8017100095748901,-0.9414640069007874,3.0368690490722656,2.8442039489746094,-3.1531450748443604,-2.6039879322052,-1.5164790153503418,0.32354098558425903,0.404339998960495,-2.023811101913452,-2.972944974899292,-1.3876370191574097,3.096057891845703,-4.008278846740723,2.7030301094055176,-1.0048530101776123,2.0330231189727783,-4.274481773376465,-4.013995170593262,-4.497592926025391,0.44476398825645447,-4.101016998291016,-4.213091850280762,-0.8289290070533752,1.4384829998016357,2.6937990188598633,3.241581916809082,2.0339999198913574,2.890501022338867,-3.163815975189209,1.2892669439315796,-2.7581660747528076,2.8095510005950928,-3.5404210090637207,1.0513310432434082,1.0972820520401,0.6107100248336792,-1.5885369777679443,2.3413000106811523,-4.161571025848389,-3.4533419609069824,-1.154919981956482,1.2061079740524292,-0.8348309993743896,-1.0056020021438599,0.5709239840507507,-1.6833900213241577,0.11079700291156769,-3.1278579235076904,2.8230230808258057,-1.079617977142334,-1.4374619722366333,-0.649366021156311,-3.2281370162963867,3.052597999572754,-0.8982939720153809,-1.467419981956482,-3.654136896133423,1.2270779609680176,-1.7550439834594727,0.20434600114822388,0.6425920128822327,3.0179150104522705,-0.7875720262527466,2.9540820121765137,-3.685115098953247,-1.0403850078582764,1.251420021057129,2.1535019874572754,2.762800931930542,2.6619460582733154,1.2243189811706543,-4.184700965881348,-4.242640018463135,1.8678139448165894,1.240967035293579,0.33584100008010864,2.8581080436706543,2.9913039207458496,0.5746319890022278,-2.362771987915039,-4.221223831176758,-0.6109750270843506,-3.122627019882202,-0.2831070125102997,0.6205099821090698,0.670989990234375,1.2942769527435303,-3.290853977203369,-3.881990909576416,-1.3833290338516235,1.257614016532898,-1.9497259855270386,1.1693350076675415,0.29205000400543213,1.408390998840332,-4.207728862762451,0.35279399156570435,2.4362220764160156,0.4927150011062622,-4.213828086853027,2.9061670303344727,-1.5632259845733643,2.828058958053589,2.963918924331665,2.079987049102783,-4.610668182373047,0.5567179918289185,-0.11483000218868256,-3.4044110774993896,0.7728809714317322,-1.8404200077056885,-1.89649498462677,-3.189399003982544,2.8276050090789795,1.8575400114059448,2.5878310203552246,2.6045138835906982,-1.107848048210144,-3.1019680500030518,-0.42578399181365967,1.8782869577407837,-0.46751999855041504,1.5544120073318481,-0.42773500084877014,3.0094809532165527,2.7676239013671875,2.1693758964538574,0.03845199942588806,-0.9967160224914551,1.5104520320892334,-3.180666923522949,-2.657892942428589,0.35743600130081177,-0.7042199969291687,0.1367570012807846,2.828273057937622,-2.351300001144409,-1.4356980323791504,-1.1761820316314697,-3.18483304977417,-4.2010040283203125,0.6578230261802673,2.14047908782959,1.1799319982528687,-3.2129080295562744,0.10329999774694443,3.244055986404419,-0.9962720274925232,1.89227294921875,0.697691023349762,3.0840439796447754,2.7801480293273926,2.4268081188201904,1.4227639436721802,-0.3833000063896179,-3.1586709022521973,1.480821967124939,3.1735830307006836,-0.514627993106842,-1.0196659564971924,-3.1443159580230713,0.6049550175666809,2.5707039833068848,-1.6469789743423462,1.1534219980239868,-4.2493791580200195,-4.096660137176514,2.07592511177063,1.6563940048217773,2.0325660705566406,2.4016029834747314,0.9227880239486694,0.4430580139160156,0.6450520157814026,-1.4720020294189453,-2.350248098373413,-2.08872389793396,-3.1765329837799072,-3.4147729873657227,-1.1735140085220337,-4.196084022521973,3.0168259143829346,1.7526090145111084,-3.1882190704345703,-1.236909031867981,-3.1581308841705322,-4.622959136962891,2.7247819900512695,1.2245409488677979,3.185688018798828,-0.6198229789733887,2.526092052459717,-4.651055812835693,-0.6956560015678406,2.473797082901001,2.8029539585113525,3.2076330184936523,-1.4466880559921265,-1.852655053138733,0.22833700478076935,-4.206809043884277,-1.5131289958953857,2.5586349964141846,-0.925661027431488,-0.5483570098876953,-3.1113998889923096,-3.13299298286438,1.0187430381774902,-2.2007999420166016,2.7446300983428955,2.495335102081299,1.1013380289077759,-0.5669569969177246,0.8565599918365479,1.3074840307235718,-1.2239279747009277,-2.5737059116363525,2.8722031116485596,0.4314030110836029,-1.6928290128707886,-4.447072982788086,-4.581597805023193,-2.5320661067962646,-4.652468204498291,2.494694948196411,1.0524250268936157,-0.7250540256500244,-1.0456949472427368,1.5870749950408936,-1.8453220129013062,-1.8474500179290771,-1.7612190246582031,1.984328031539917,-1.546983003616333,-3.1704869270324707,-1.1143670082092285,-2.838016986846924,0.488647997379303,3.143501043319702,1.271875023841858,-1.0301640033721924,2.8829290866851807,-1.0316050052642822,2.7058379650115967,2.0562069416046143,2.821597099304199,2.2943220138549805,1.3219389915466309,0.8805339932441711,0.7271000146865845,2.1261699199676514,2.8595950603485107,2.611180067062378,-1.0635199546813965,2.9762520790100098,-4.386783123016357,-1.8686059713363647,1.060420036315918,3.0300769805908203,-4.16949987411499,2.020936965942383,-1.8157570362091064,-3.218548059463501,-4.183356761932373,2.412122964859009,-1.1768779754638672,2.8617451190948486,-1.028120994567871,2.910141944885254,-1.8989089727401733,0.9610040187835693,0.07049500197172165,3.1835169792175293,-3.129534959793091,-4.1712799072265625,-4.172245979309082,0.44804900884628296,0.46282199025154114,3.0086710453033447,-3.562807083129883,-1.0916320085525513,2.898926019668579,-3.137547016143799,-2.746201992034912,1.296908974647522,-0.6305469870567322,-2.2854559421539307,2.918515920639038,-3.071742057800293,-1.4690899848937988,0.34984999895095825,1.9332590103149414,-3.0931270122528076,-0.7688729763031006,1.3667370080947876,2.3585519790649414,2.972620964050293,-0.06934499740600586,1.9687579870224,-4.195176124572754,0.777014970779419,2.9688570499420166,-1.7083200216293335,2.403014898300171,2.882519006729126,-0.5142369866371155,-0.4428989887237549,-1.7631369829177856,2.67661190032959,-3.204102039337158,-1.2917569875717163,-3.1386449337005615,1.1102590560913086,-3.1504030227661133,-1.502351999282837,-1.254364013671875,-0.2664709985256195,-0.6882860064506531,-1.3439099788665771,-1.1528400182724,-1.9776439666748047,-2.0165810585021973,-1.9606510400772095,-3.14054799079895,-1.2266960144042969,2.9475719928741455,-0.9123479723930359,0.5616520047187805,-0.007321000099182129,0.0015670000575482845,2.072252035140991,-0.32329899072647095,-3.771177053451538,0.6878139972686768,-3.1970129013061523,-3.151937961578369,-0.9530969858169556,-2.7780990600585938,-4.413593769073486,2.637911081314087,-1.5608129501342773,2.179110050201416,1.325850009918213,0.6682000160217285,-0.3911040127277374,-1.703444004058838,-1.7535690069198608,-3.1774590015411377,0.9324470162391663,1.4300110340118408,2.6293179988861084,0.844103991985321,1.0389959812164307,3.2351269721984863,-0.12918199598789215,3.1032729148864746,2.291491985321045,0.504984974861145,-0.6657860279083252,3.1256790161132812,3.1147429943084717,-1.4368900060653687,2.8514370918273926,-2.51216197013855,-0.8712130188941956,0.5173010230064392,2.3707499504089355,-3.0509510040283203,0.743116021156311,0.789434015750885,-2.820067882537842,0.9513970017433167,1.884482979774475,-1.0377990007400513,-2.674290895462036,0.7635809779167175,-3.16225004196167,-2.5004310607910156,-2.28656005859375,-1.3228269815444946,-0.8356860280036926,-1.0613540410995483,-4.2467851638793945,-0.9872289896011353,1.3701000213623047,-0.7250589728355408,0.5741440057754517,2.858680009841919,2.4258968830108643,1.1974270343780518,-1.2854599952697754,-0.030554000288248062,2.046194076538086,-1.1422250270843506,-3.0284860134124756,2.765536069869995,-3.6185450553894043,2.413567066192627,1.8018380403518677,-3.139172077178955,-3.1455190181732178,2.2133500576019287,-4.175893783569336,1.2170130014419556,-2.411473035812378,2.869029998779297,0.9820870161056519,0.8963289856910706,-3.695996046066284,-0.963936984539032,3.006261110305786,0.7070789933204651,-1.4421499967575073,3.198249101638794,-1.8589990139007568,-1.6824779510498047,-1.6965800523757935,3.117806911468506,2.0176079273223877,-3.6977920532226562,0.583869993686676,1.0508610010147095,1.0818829536437988,-0.6237260103225708,2.5312139987945557,2.847282886505127,-2.528870105743408,-3.1661570072174072,-3.1640329360961914,3.1438779830932617,2.2357540130615234,3.048274040222168,-4.091455936431885,-3.1775500774383545,-3.1647789478302,3.1674070358276367,-1.0539699792861938,0.39237698912620544,1.6762620210647583,-1.6100660562515259,3.1502959728240967,2.4380950927734375,-1.2095710039138794,-0.9925169944763184,2.5995240211486816,-4.421620845794678,-4.274413108825684,1.1072789430618286,2.866487979888916,0.4066919982433319,1.3206900358200073,-3.172635078430176,-4.478783130645752,2.6835219860076904,-2.4650959968566895,1.7080730199813843,-0.028989000245928764,-3.5784640312194824,-1.9933650493621826,-0.13043299317359924,2.045397996902466,1.3789769411087036,1.1067609786987305,0.6402810215950012,2.68326997756958,1.6679730415344238,-0.49821001291275024,-3.136728048324585,0.18913599848747253,-1.2103999853134155,2.2938671112060547,-3.2403059005737305,-4.473252773284912,3.181870937347412,-3.167180061340332,2.501657009124756,-1.4508229494094849,-4.110658168792725,-0.48661598563194275,2.399168014526367,0.2342739999294281,0.19121399521827698,-1.0223720073699951,2.4207160472869873,-0.20468899607658386,-1.1264890432357788,1.1180299520492554,-3.1395111083984375,2.7017738819122314,3.1837000846862793,2.1582999229431152,-1.5258489847183228,-2.1496760845184326,-1.542894959449768,-1.523684024810791,1.1263320446014404,0.7107250094413757,0.7019100189208984,-1.4507789611816406,-1.3409630060195923,2.556356906890869,-1.9405510425567627,-4.368290901184082,-1.1493250131607056,-1.584197998046875,-1.282492995262146,0.9630420207977295,1.1380670070648193,0.8685169816017151,-0.6695290207862854,-1.7709909677505493,2.649009943008423,2.495378017425537,2.094804048538208,2.0975821018218994,0.22532899677753448,-4.5922651290893555,-2.0940349102020264,-3.9618821144104004,-3.15493106842041,-3.1591579914093018,1.5665830373764038,0.6149600148200989,1.583536982536316,-1.2805429697036743,-1.158439040184021,1.9271589517593384,1.8053189516067505,-1.5930700302124023,-3.1911959648132324,2.831346035003662,2.70474910736084,-1.3295270204544067,0.515093982219696,-3.1440439224243164,-3.104935884475708,1.93607497215271,-4.111845970153809,2.3928940296173096,0.4913620054721832,-2.6671319007873535,-1.8800519704818726,0.5299440026283264,-3.144160032272339,-4.177055835723877,-3.1634490489959717,2.729901075363159,0.47815701365470886,0.7840350270271301,-3.135287046432495,1.2732959985733032,-3.176284074783325,0.32234999537467957,-2.0299830436706543,-0.6405569911003113,-3.6420230865478516,2.1568410396575928,-3.893929958343506,2.109489917755127,0.5935810208320618,1.7392300367355347,-3.9902069568634033,2.2015380859375,2.099385976791382,-3.1489710807800293,-3.151431083679199,2.6566929817199707,-1.1031049489974976,-3.146277904510498,1.231819987297058,-3.5445919036865234,-3.980976104736328,1.2327079772949219,-3.7210710048675537,3.1394660472869873,-3.1412289142608643,-1.7103710174560547,2.167156934738159,-0.565110981464386,1.2152190208435059,-3.1763648986816406,0.9956520199775696,-1.385295033454895,-1.4543780088424683,-4.060673236846924,-1.5304640531539917,2.7244019508361816,1.1004600524902344,0.1818149983882904,-3.4867560863494873,-1.0976979732513428,1.308351993560791,2.1525819301605225,1.2513389587402344,-1.0652190446853638,2.3018438816070557,-1.0747079849243164,1.2846390008926392,-2.933398962020874,-1.2804169654846191,-3.0564699172973633,-4.027829170227051,2.9129960536956787,-0.8076379895210266,3.1735339164733887,-3.0449719429016113,-1.0552380084991455,0.8394669890403748,-1.9889819622039795,-2.0015809535980225,-0.03439199924468994,1.0460360050201416,2.876889944076538,-4.447123050689697,0.12902800738811493,2.2811179161071777,-0.9298920035362244,-3.1573379039764404,-1.7290979623794556,-0.7650409936904907,2.501518964767456,-1.008470058441162,-0.719605028629303,2.6198880672454834,1.116582989692688,-3.2153120040893555,-3.20605206489563,3.2225759029388428,0.9892820119857788,1.2286479473114014,1.2188999652862549,1.2627500295639038,-1.6701469421386719,2.3289949893951416,0.8093159794807434,2.600032091140747,2.41715407371521,0.4314129948616028,2.629127025604248,-4.399548053741455,0.016168000176548958,0.6902040243148804,1.1709870100021362,-4.2516021728515625,-1.0327919721603394,0.119889996945858,0.23800699412822723,0.590158998966217,1.0844180583953857,1.414222002029419,3.0522849559783936,2.743459939956665,-3.857959032058716,-1.1924840211868286,-1.6130820512771606,1.6260679960250854,2.9576048851013184,2.9307050704956055,1.9309790134429932,2.576575994491577,-3.1499240398406982,-0.9396269917488098,2.8007380962371826,-2.8835179805755615,-0.5789510011672974,-1.4623600244522095,0.7682399749755859,-2.0681989192962646,-2.497205972671509,-2.4563159942626953,2.3581960201263428,-2.011569023132324,-3.005829095840454,-1.8702960014343262,-1.4247980117797852,1.7898499965667725,-4.219296932220459,0.057356998324394226,-1.0755599737167358,1.9258220195770264,-1.016814947128296,1.660971999168396,-0.830394983291626,-0.29702600836753845,-2.85744309425354,0.837037980556488,-0.562283992767334,-4.170687198638916,-4.185457229614258,-4.142683982849121,-4.1890668869018555,-4.190187931060791,-4.189940929412842,0.9740170240402222,1.7412450313568115,3.073241949081421,2.2984859943389893,-2.3737010955810547,0.7790899872779846,-3.768204927444458,-3.446953058242798,-3.2452590465545654,-1.2609009742736816,-3.1835010051727295,-0.9120519757270813,0.36801400780677795,2.349802017211914,0.41836100816726685,1.2391010522842407,-2.341249942779541,-4.063901901245117,-0.4765540063381195,-4.179286956787109,-0.8003439903259277,-0.24352900683879852,2.496332883834839,0.08900699764490128,2.8560190200805664,2.857628107070923,2.695904016494751,1.1760300397872925,-2.2776880264282227,-3.1306910514831543,-1.5822479724884033,-1.700042963027954,3.0181710720062256,-0.057041000574827194,-1.6642249822616577,-3.1874799728393555,-3.193789005279541,-2.2932450771331787,0.12270800024271011,-1.6902669668197632,0.8407559990882874,3.029473066329956,2.1104400157928467,-1.8645679950714111,-3.153348922729492,1.5920820236206055,-0.4196459949016571,-2.8613131046295166,1.8077030181884766,1.7849849462509155,-0.11390700191259384,3.018960952758789,0.13111400604248047,-0.9426500201225281,-1.9502760171890259,2.5736050605773926,-2.8451249599456787,-2.8856749534606934,-3.164324998855591,-1.9925789833068848,0.8194069862365723,1.9670250415802002,-3.765467882156372,-0.6533719897270203,-2.414370059967041,0.7108569741249084,0.7514529824256897,-2.540153980255127,-2.428946018218994,-0.06572899967432022,3.0601320266723633,-2.554331064224243,2.6234469413757324,-1.4136849641799927,2.928752899169922,-1.2730120420455933,2.8513970375061035,1.3083289861679077,-2.254586935043335,1.282912015914917,-3.065476894378662,0.5991420149803162,0.5480890274047852,-2.550157070159912,-1.739406943321228,-1.5981969833374023,-4.15988302230835,0.4294869899749756,2.1273560523986816,2.129028081893921,2.4724628925323486,1.9464739561080933,1.2572020292282104,2.157485008239746,0.6552050113677979,0.6513869762420654,1.2316910028457642,0.7604780197143555,-1.456110954284668,2.8668808937072754,-1.2545119524002075,1.1260160207748413,-0.8312479853630066,-4.0481438636779785,0.5815939903259277,2.3685109615325928,-0.40602099895477295,2.9403319358825684,-3.1379339694976807,1.4073350429534912,-0.4666529893875122,1.1414060592651367,1.4322530031204224,-3.1953389644622803,-0.4456920027732849,1.7549649477005005,-2.091475009918213,1.9197139739990234,-4.068747043609619,-3.126966953277588,-3.1521859169006348,-2.9157159328460693,1.5272090435028076,3.203993082046509,-3.6703150272369385,1.246425986289978,3.0211129188537598,1.034775972366333,-1.4992860555648804,-3.65071702003479,-0.010390999726951122,-2.426798105239868,-1.1418060064315796,-1.0391119718551636,2.1916770935058594,0.20458699762821198,-2.4742159843444824,-0.9498760104179382,-3.1292150020599365,-2.023582935333252,-2.5540080070495605,-1.4729080200195312,-1.7692500352859497,-0.7036539912223816,-0.5447289943695068,-1.099800944328308,1.7168539762496948,-4.172696113586426,0.7451639771461487,3.2434749603271484,0.8066160082817078,-1.3639450073242188,-4.308020114898682,-3.4662740230560303,-3.1409571170806885,-1.8406859636306763,-0.876130998134613,0.5215229988098145,-3.1474740505218506,2.9827098846435547,0.11317700147628784,2.85296893119812,-0.426146000623703,-0.33249199390411377,0.08880099654197693,-1.4856070280075073,0.987559974193573,-1.3065229654312134,-4.150957107543945,3.187117099761963,2.0274150371551514,2.5210111141204834,2.5550410747528076,1.0999079942703247,1.8302570581436157,2.555483102798462,-3.434602975845337,1.759930968284607,-0.919393002986908,-2.3888349533081055,3.264080047607422,1.2165420055389404,2.9412920475006104,3.175088882446289,-1.4560120105743408,1.172732949256897,0.22628599405288696,-3.8785340785980225,-1.541059970855713,3.0327939987182617,1.26317298412323,2.293998956680298,-3.9704179763793945,-4.32236909866333,-3.7661190032958984,0.8781750202178955,-1.5174740552902222,0.5119779706001282,-1.1605340242385864,1.204813003540039,-0.40446001291275024,1.282351016998291,1.8153940439224243,3.150299072265625,-0.16417600214481354,1.06700599193573,-0.133215993642807,3.1565639972686768,2.9967610836029053,-1.9739569425582886,-4.169967174530029,-4.1749701499938965,-3.813875913619995,-0.15265899896621704,1.320099949836731,-2.7507948875427246,-1.4026490449905396,-0.6061689853668213,-0.5880650281906128,2.258749008178711,2.509282112121582,-1.9741239547729492,-1.769286036491394,-4.181872844696045,-2.4127469062805176,-0.9624680280685425,-0.9404379725456238,2.3006539344787598,0.2774290144443512,-3.109294891357422,2.460136890411377,0.6209480166435242,-1.4038130044937134,-1.3936599493026733,1.1924489736557007,3.0984370708465576,-3.1379199028015137,-2.712280035018921,-3.13952898979187,-3.151215076446533,1.2549329996109009,-4.192756175994873,-3.1574199199676514,-1.8408650159835815,3.0509490966796875,3.032670021057129,-1.009302020072937,0.8756049871444702,-4.2028350830078125,1.0556440353393555,3.27551007270813,0.5289450287818909,1.9980390071868896,0.8055310249328613,0.3494890034198761,-2.654223918914795,-0.9910380244255066,-2.7834300994873047,-0.4855259954929352,-1.4386169910430908,1.8454179763793945,0.5678799748420715,-0.4402410089969635,2.195159912109375,-3.430389881134033,1.1174869537353516,1.5018819570541382,1.6167629957199097,-1.1996690034866333,-0.019910000264644623,-3.228900909423828,3.2132580280303955,0.052866000682115555,2.9871199131011963,-0.228084996342659,2.9364778995513916,2.362246036529541,2.3646481037139893,-1.0165150165557861,-0.8632370233535767,-1.6805529594421387,0.09047699719667435,-1.3797869682312012,-1.0727380514144897,-1.075551986694336,1.953503966331482,0.8954660296440125,1.1808290481567383,-4.189497947692871,-3.717061996459961,0.7435150146484375,2.7807140350341797,2.8878419399261475,-4.301762104034424,2.1165430545806885,2.687329053878784,-1.6067930459976196,-1.3442469835281372,1.2540459632873535,1.6027719974517822,1.098371982574463,-3.02949595451355,-2.920536994934082,1.8577899932861328,2.351771116256714,-1.6127760410308838,0.46182000637054443,0.18277500569820404,2.6755549907684326,2.4338879585266113,2.4176700115203857,0.6543999910354614,0.573593020439148,-3.1043620109558105,0.9205589890480042,-0.4230690002441406,0.7422699928283691,0.7334840297698975,-1.2978750467300415,1.1905829906463623,1.2093160152435303,-1.325281023979187,-3.1776371002197266,2.7532401084899902,2.034409999847412,1.9863649606704712,-3.1336379051208496,-1.437188982963562,2.902707099914551,1.971405029296875,2.163356065750122,-2.2839250564575195,-1.0986039638519287,-1.1012120246887207,2.9401299953460693,1.555569052696228,2.3206520080566406,0.5148169994354248,2.493567943572998,-0.04178600013256073,-0.05462300032377243,-4.002016067504883,-0.733676016330719,-0.11194899678230286,-3.940495014190674,1.9475079774856567,1.9963699579238892,0.5743100047111511,1.9190080165863037,-4.1830267906188965,2.945997953414917,3.0701050758361816,-0.3728809952735901,0.9621080160140991,0.10168100148439407,0.6465709805488586,0.32582899928092957,-0.4822010099887848,-3.0784149169921875,-4.291897773742676,2.84061598777771,0.10753899812698364,2.9767849445343018,2.892087936401367,-2.5951640605926514,-4.174458026885986,1.8268439769744873,1.7361409664154053,-1.2641030550003052,-2.8567559719085693,2.4633491039276123,1.009672999382019,-0.9965699911117554,-1.8049720525741577,-3.8808820247650146,2.3247880935668945,-3.284701108932495,-3.1572349071502686,-1.752882957458496,-3.145946979522705,1.2186310291290283,2.5497629642486572,-1.2055970430374146,-4.464498043060303,-2.3648159503936768,-2.2234950065612793,1.791267991065979,-1.2619620561599731,-2.11125111579895,-4.109182834625244,0.9762060046195984,3.010629892349243,-2.6647040843963623,1.6186740398406982,-1.2544679641723633,2.9601640701293945,2.9569520950317383,1.073604941368103,2.2436509132385254,0.5120859742164612,2.5089070796966553,-1.045393943786621,-0.4829829931259155,0.9686480164527893,-3.9922969341278076,-4.1634321212768555,1.7974909543991089,-1.5566120147705078,1.252493977546692,-2.010451078414917,0.6954429745674133,-3.769845962524414,-4.549007892608643,-3.1589980125427246,-0.02379399910569191,1.1727160215377808,-1.3962459564208984,2.272861957550049,-1.7619869709014893,2.543971061706543,2.749166965484619,-3.5559349060058594,-3.1795051097869873,1.0716509819030762,-1.418652057647705,2.383615016937256,2.642322063446045,1.9687939882278442,2.5161430835723877,2.5449769496917725,1.6510779857635498,-1.944586992263794,-3.1399269104003906,-2.9167819023132324,-2.003743886947632,1.0601919889450073,-1.7182389497756958,0.3849700093269348,1.4328629970550537,-1.9692410230636597,-0.42535701394081116,-3.8606810569763184,1.9175169467926025,-0.1569949984550476,-3.140626907348633,0.8104109764099121,0.24826599657535553,-3.1995110511779785,-4.112829208374023,-4.473377227783203,0.9635810256004333,2.122451066970825,-2.5309839248657227,3.104362964630127,0.8720970153808594,0.7737389802932739,-1.2805249691009521,2.7050750255584717,3.0048699378967285,1.0079489946365356,-1.2214939594268799,-0.4485900104045868,-2.9874589443206787,-0.4194929897785187,-3.488948106765747,-0.3119249939918518,2.381833076477051,0.6637120246887207,1.329126000404358,-1.907235026359558,2.593669891357422,-0.5542569756507874,1.1629899740219116,2.9575679302215576,-3.234736919403076,2.518393039703369,2.3796889781951904,2.9542510509490967,0.21129600703716278,2.5716469287872314,-4.156607151031494,-1.259984016418457,-4.2799601554870605,-2.157280921936035,-1.703029990196228,0.11030399799346924,-3.170974016189575,0.12359999865293503,2.4339120388031006,2.625101089477539,1.9551199674606323,0.008976999670267105,0.008914999663829803,-1.2700209617614746,-1.069682002067566,0.656673014163971,0.6691269874572754,-3.219261884689331,-3.2014830112457275,2.282731056213379,1.9403400421142578,-0.9287440180778503,2.0414910316467285,1.5836950540542603,0.07992400228977203,-2.554492950439453,2.0167269706726074,0.6431490182876587,2.5229239463806152,-1.4104020595550537,-3.1321310997009277,1.7979700565338135,2.4171009063720703,-4.648423194885254,0.06349000334739685,-2.8399460315704346,2.838473081588745,1.112339973449707,-1.056117057800293,-1.8732450008392334,-3.1128950119018555,2.214185953140259,-3.217505931854248,-1.5773780345916748,2.445833921432495,-3.1672298908233643,2.318049907684326,-2.9386379718780518,-1.9207689762115479,0.6630809903144836,0.6763539910316467,-1.1864149570465088,1.2565710544586182,2.569459915161133,2.5163679122924805,1.3382389545440674,-1.466655969619751,-1.4621520042419434,-2.3531880378723145,-2.4103689193725586,-3.1715340614318848,-3.8052189350128174,-1.0462260246276855,2.070128917694092,2.1401588916778564,-3.1869750022888184,1.1385259628295898,-1.2418440580368042,2.8302359580993652,-3.164715051651001,2.925771951675415,-2.407327890396118,-3.160904884338379,-0.48376598954200745,-4.177012920379639,-4.0866379737854,-4.1153669357299805,1.0283739566802979,2.25919508934021,2.4744811058044434,1.1227970123291016,-0.39055100083351135,-1.3384480476379395,-1.5912630558013916,-1.5652320384979248,0.17067000269889832,0.06406500190496445,1.0222409963607788,-3.1607539653778076,2.682758092880249,-1.6273339986801147,2.991779088973999,0.06959299743175507,-4.4484148025512695,-0.4517480134963989,2.9679019451141357,2.6683900356292725,2.2837278842926025,3.22125506401062,1.3568259477615356,1.1319069862365723,1.6769709587097168,-3.556204080581665,-0.35213398933410645,-1.2734830379486084,-1.6998909711837769,0.7203620076179504,-0.6349250078201294,-4.1359381675720215,-2.1258389949798584,0.6294839978218079,-2.0563158988952637,-3.517754077911377,-3.115017890930176,0.5068420171737671,3.1643199920654297,-1.0955699682235718,0.32343000173568726,-1.194898009300232,-0.693198025226593,0.49722498655319214,-4.1791300773620605,-4.213406085968018,0.8990700244903564,0.996628999710083,-0.8678929805755615,-3.4206180572509766,-3.4206631183624268,-0.9010499715805054,2.7504689693450928,-0.749550998210907,0.05677900090813637,-4.149066925048828,0.7149310111999512,-0.49498501420021057,-3.1603329181671143,2.7772998809814453,-2.983680009841919,0.3461889922618866,-0.6655830144882202,1.1747959852218628,2.966207981109619,2.7283830642700195,-1.1028389930725098,-0.5566099882125854,2.305063009262085,1.2472889423370361,2.740118980407715,-0.9917719960212708,-1.0005899667739868,0.9511139988899231,1.1492689847946167,3.073596954345703,-1.0355459451675415,1.5300920009613037,-3.1658599376678467,3.175286054611206,-0.9098190069198608,-2.4407529830932617,-1.032331943511963,-4.475215911865234,2.9102749824523926,1.4386990070343018,2.400991916656494,2.408233880996704,0.4991700053215027,2.247298002243042,-2.861522912979126,-2.9499800205230713,0.1572750061750412,1.8600720167160034,1.8958159685134888,2.356632947921753,2.328083038330078,1.0021699666976929,-3.9309260845184326,-1.2233879566192627,-0.9608920216560364,1.1123579740524292,-1.4728959798812866,2.0027079582214355,1.6794929504394531,0.5882359743118286,1.6100629568099976,0.6310889720916748,-0.4649069905281067,2.146259069442749,2.2182540893554688,-1.0854380130767822,-1.064857006072998,-1.0203930139541626,2.2231359481811523,1.7576019763946533,-1.9682129621505737,2.7882800102233887,-3.1796889305114746,-3.2727580070495605,-3.281601905822754,-0.6981040239334106,2.8101320266723633,-0.7396659851074219,-4.4433979988098145,-2.0397300720214844,2.7530980110168457,0.6057569980621338,1.2172249555587769,3.101979970932007,1.011080026626587,-0.5245400071144104,1.191836953163147,2.798975944519043,-4.611481189727783,0.9830819964408875,2.5960590839385986,-2.4001479148864746,-4.050998210906982,-4.1833882331848145,1.2879879474639893,-4.588932991027832,-4.161266803741455,-0.0037640000227838755,-0.8463600277900696,1.245622992515564,-2.87807297706604,-1.0125490427017212,-3.5903170108795166,0.3001500070095062,-1.6093460321426392,1.1870280504226685,1.221593976020813,-1.4367690086364746,1.025913953781128,-0.17734800279140472,1.1893739700317383,-1.956719994544983,-1.0390969514846802,-1.0396809577941895,-0.7152190208435059,-3.138822078704834,1.445965051651001,-3.151202917098999,-1.5092079639434814,-1.5471010208129883,-3.359302043914795,2.9090800285339355,-3.2585110664367676,3.2071659564971924,0.9434149861335754,-4.1910719871521,-2.2757620811462402,-4.159451961517334,-1.0000029802322388,-1.0944340229034424,-4.56639289855957,-1.859112024307251,-3.12103009223938,-0.3739350140094757,-0.8487910032272339,1.1054790019989014,1.7839080095291138,-1.2973439693450928,-2.5491559505462646,-1.2727739810943604,1.414309024810791,1.230422019958496,1.283619999885559,-0.7787230014801025,-0.25983598828315735,-4.19907283782959,-0.9697510004043579,-1.0783380270004272,2.337968111038208,0.012593000195920467,2.7848849296569824,1.2019799947738647,1.2520220279693604,1.1689690351486206,-1.4779499769210815,1.2124669551849365,1.2520760297775269,-4.316421031951904,0.3004690110683441,1.000359058380127,1.2024439573287964,2.381535053253174,-1.3740099668502808,-4.200555801391602,2.8654839992523193,-3.162132978439331,-0.9445189833641052,0.20215299725532532,-0.033208999782800674,-1.122786045074463,-2.1369690895080566,2.657783031463623,-3.0148301124572754,1.1113250255584717,0.9331830143928528,1.010185956954956,-2.075122117996216,2.743727922439575,-4.406123161315918,-1.1196680068969727,2.5149219036102295,1.2049119472503662,-1.2204689979553223,2.5142369270324707,-3.2407829761505127,-1.4746630191802979,-2.1554300785064697,0.7621070146560669,0.9672250151634216,-3.1658010482788086,-3.1623001098632812,-2.244724988937378,1.9281339645385742,1.951701045036316,0.7415199875831604,0.733227014541626,-0.049872998148202896,2.064337968826294,1.539862036705017,1.0282959938049316,0.12892700731754303,2.6497108936309814,2.175487995147705,-1.1200419664382935,0.8423510193824768,1.3392970561981201,-1.9680659770965576,-1.783931016921997,-3.1371591091156006,-3.1352529525756836,-3.013145923614502,-1.028607964515686,-1.807947039604187,1.4393980503082275,0.027016999199986458,2.4284579753875732,1.7384320497512817,0.04435500130057335,-2.919435977935791,-4.14779806137085,-4.160525798797607,-3.197648048400879,2.903496026992798,-2.966110944747925,-3.0274078845977783,-3.9901039600372314,-1.4904509782791138,2.411797046661377,-2.80438494682312,-1.2750569581985474,-4.553810119628906,-1.614527940750122,-0.36628299951553345,1.9463269710540771,0.9106469750404358,-1.115409016609192,2.287437915802002,2.410876989364624,-3.1612770557403564,2.380856990814209,2.0182809829711914,2.367759943008423,-3.1504759788513184,3.2421460151672363,-3.060710906982422,-1.2800110578536987,2.630887985229492,-2.6174209117889404,0.9737269878387451,2.180605888366699,-0.5464749932289124,-2.8610661029815674,-2.812833070755005,-2.751569986343384,1.2430859804153442,0.7572280168533325,-2.6927990913391113,-2.735758066177368,0.17755599319934845,-3.139146089553833,-1.5193079710006714,-0.34751299023628235,0.15334300696849823,0.3566960096359253,1.820235013961792,-3.9766159057617188,1.6171950101852417,1.6510390043258667,2.1932239532470703,1.2101609706878662,-4.27125883102417,-1.5270830392837524,-0.7558929920196533,-0.8267229795455933,-4.168300151824951,0.9395769834518433,-2.2048420906066895,0.017026999965310097,1.3164969682693481,1.2478710412979126,2.6858808994293213,-4.054869174957275,0.28324100375175476,-0.9304819703102112,-2.6257050037384033,-2.311671018600464,0.4277139902114868,-1.0413639545440674,1.2160589694976807,2.333254098892212,-0.548695981502533,-0.4801259934902191,-0.978456974029541,-0.6680759787559509,-0.6052280068397522,-1.4382989406585693,2.7859129905700684,-4.006711006164551,-0.3004010021686554,-1.8969089984893799,-3.6207830905914307,2.583156108856201,0.8139240145683289,-3.149949073791504,-1.0529839992523193,1.229274034500122,2.1735379695892334,2.156219005584717,-0.35242098569869995,-4.489569187164307,3.0606539249420166,0.16276699304580688,-4.131140232086182,2.1125540733337402,0.6117860078811646,2.0931379795074463,2.7948250770568848,-0.6915119886398315,-4.214550971984863,2.035037040710449,-2.0275518894195557,-1.5302900075912476,-3.146962881088257,3.078847885131836,2.671027898788452,3.138761043548584,-0.1569959968328476,-4.539187908172607,-0.2734200060367584,-2.651585102081299,3.2621569633483887,1.3509249687194824,-0.2563000023365021,-1.9918179512023926,3.1775670051574707,0.20213599503040314,0.8363929986953735,-2.5451619625091553,2.9082000255584717,2.5047459602355957,-1.4135839939117432,1.0158569812774658,-1.1099929809570312,1.1290719509124756,2.731468915939331,2.0569350719451904,1.201794981956482,2.7578248977661133,-0.8163779973983765,-4.462046146392822,2.3165090084075928,-0.6664159893989563,-0.9474009871482849,-4.5310797691345215,1.8651469945907593,-1.6737710237503052,-3.720160961151123,-3.138129949569702,-3.0544679164886475,-1.7670849561691284,-1.8387960195541382,2.1752090454101562,2.636944055557251,1.2575160264968872,2.445744037628174,-0.7082890272140503,-3.105285882949829,1.384605050086975,-3.18595290184021,-3.1889569759368896,0.8797950148582458,-4.477157115936279,-4.305490970611572,-2.38460111618042,0.6271269917488098,0.7831630110740662,-2.6243960857391357,-2.0286378860473633,2.1548070907592773,0.9763870239257812,-2.4625160694122314,-2.4890260696411133,-1.1188429594039917,-1.0677340030670166,-3.8113839626312256,2.005078077316284,-4.5308098793029785,3.2403481006622314,-2.1408140659332275,-3.2855160236358643,-2.308656930923462,0.8881450295448303,2.318902015686035,-0.2552329897880554,1.0801830291748047,-3.179171085357666,0.7427160143852234,-3.183712959289551,-1.109078049659729,1.1635379791259766,-0.8225229978561401,-0.5300300121307373,-0.0020729999523609877,3.1823010444641113,2.557328939437866,-3.0497310161590576,0.7373530268669128,2.7673261165618896,-0.6285579800605774,2.55794095993042,-3.158715009689331,-3.8688390254974365,0.5136190056800842,2.127336025238037,1.242501974105835,-1.4004100561141968,0.8450919985771179,-4.134336948394775,-1.274857997894287,-1.3041839599609375,-1.255321979522705,2.491421937942505,-0.6807739734649658,-1.6370609998703003,-3.1740450859069824,2.7911429405212402,1.2717770338058472,1.243533968925476,2.7252509593963623,-4.18228006362915,-0.22971199452877045,2.3853280544281006,-1.5280539989471436,-3.14095401763916,-1.1761540174484253,-0.6650710105895996,2.9499669075012207,-4.027094841003418,2.208617925643921,-0.8389490246772766,2.4567179679870605,-2.65539288520813,-1.0481740236282349,2.508357048034668,0.9517340064048767,-0.3478649854660034,2.529242992401123,1.0898120403289795,2.3104090690612793,-1.829287052154541,-4.118434906005859,2.359713077545166,2.992264986038208,0.5633029937744141,2.831684112548828,-0.3907110095024109,2.8813788890838623,-3.6968328952789307,-1.878317952156067,-0.9653419852256775,2.4950881004333496,3.1379458904266357,2.2949979305267334,-3.108520030975342,1.8314000368118286,2.155808925628662,1.0156420469284058,1.0228159427642822,-2.2653141021728516,-1.9102599620819092,-2.4720261096954346,2.3481249809265137,0.9055489897727966,2.3303020000457764,-3.1843600273132324,-3.3447580337524414,-3.1739320755004883,-1.0712599754333496,1.7008310556411743,2.0974090099334717,1.1885780096054077,0.6588420271873474,-2.2964329719543457,1.627835988998413,-1.0537209510803223,1.9749070405960083,0.660148024559021,-3.0266239643096924,-1.527569055557251,3.043515920639038,0.7749390006065369,-0.9005889892578125,-1.0287359952926636,-4.158514976501465,-1.5097270011901855,2.623176097869873,-1.8424149751663208,-0.8258680105209351,2.71069598197937,-1.1054879426956177,-2.270966053009033,-3.7828969955444336,-2.1169068813323975,-3.1977739334106445,3.0059800148010254,3.1758949756622314,-2.6709039211273193,1.9574700593948364,-3.1690990924835205,-2.510972023010254,-1.8895339965820312,-1.0481560230255127,-2.279705047607422,-2.207453966140747,1.916524052619934,-4.176061153411865,0.45871400833129883,-0.2351830005645752,0.7727590203285217,-4.302426815032959,-0.7104560136795044,-0.6897630095481873,-2.146030902862549,2.276906967163086,2.264030933380127,-2.619765043258667,0.7484850287437439,1.2894920110702515,1.273192048072815,1.2326749563217163,-3.1525769233703613,-1.6591839790344238,-1.674746036529541,-1.0560189485549927,3.199064016342163,2.46989107131958,-1.1032370328903198,-1.2069389820098877,2.6247799396514893,2.861799955368042,-2.405441999435425,-3.8965020179748535,2.6793229579925537,2.7441959381103516,1.77436101436615,-1.847406029701233,3.178960084915161,-3.17661190032959,2.6282451152801514,1.7923649549484253,2.6542859077453613,-2.422286033630371,0.5655099749565125,2.4110848903656006,2.206760883331299,2.2059130668640137,-3.8945870399475098,-1.0179779529571533,-0.8521280288696289,-0.7125239968299866,3.2339179515838623,-0.24507200717926025,1.4160690307617188,-1.1705329418182373,0.6202930212020874,2.8517019748687744,-3.945755958557129,-1.3447060585021973,2.103179931640625,-1.2643970251083374,-1.188099980354309,2.597177028656006,2.5738139152526855,-1.0583269596099854,-1.1218160390853882,-4.183652877807617,-4.097150802612305,1.8065749406814575,2.0259299278259277,-1.355465054512024,0.5089499950408936,-0.9351270198822021,2.006324052810669,0.6519680023193359,-1.6877360343933105,0.6493160128593445,2.2524590492248535,2.245516061782837,2.269829034805298,-0.736706018447876,1.2920830249786377,-3.9735889434814453,-2.109067916870117,2.6672189235687256,2.118220090866089,-2.3203649520874023,1.5852999687194824,-1.592602014541626,2.4379849433898926,2.451857089996338,-3.6705799102783203,2.147679090499878,1.113374948501587,1.4174009561538696,2.3744750022888184,1.3692140579223633,-2.2667629718780518,2.050956964492798,-1.4511590003967285,-0.6452620029449463,-4.116508960723877,1.9475539922714233,-0.9115269780158997,-1.5850859880447388,0.7163010239601135,2.694061040878296,-0.8868079781532288,2.6699609756469727,-0.9571369886398315,-1.6896660327911377,1.5820430517196655,0.17199499905109406,2.5039920806884766,-2.115257978439331,-2.1184709072113037,-2.9050610065460205,2.52167010307312,-0.8794969916343689,-3.6771700382232666,1.5512739419937134,-1.0328799486160278,-1.5165599584579468,-2.426542043685913,-0.6627839803695679,-0.04092999920248985,2.7355589866638184,2.7251219749450684,0.5306730270385742,-2.4477570056915283,-4.504239082336426,2.5969250202178955,0.38622498512268066,-1.8033709526062012,-0.9588410258293152,-4.417415142059326,0.4340119957923889,-2.4628140926361084,0.9386640191078186,-4.18005895614624,-3.5785880088806152,-1.062072992324829,1.8926559686660767,-3.1792991161346436,0.2183540016412735,-2.3198490142822266,0.22181299328804016,1.6975419521331787,-1.8000459671020508,-3.1403989791870117,-3.2233359813690186,-3.047110080718994,1.733436942100525,2.9802780151367188,3.0481770038604736,-0.38189199566841125,-3.1574690341949463,-4.297275066375732,-0.6096140146255493,2.88726806640625,2.4409019947052,0.7978219985961914,0.5406439900398254,-0.34101301431655884,2.765005111694336,3.2147819995880127,-2.7389578819274902,-4.409419059753418,-4.295124053955078,-1.701738953590393,1.2887510061264038,-2.305222988128662,-0.9184010028839111,0.6739479899406433,2.4550399780273438,1.92323899269104,-1.1616510152816772,-0.43741700053215027,-0.46216899156570435,1.2910549640655518,0.7056149840354919,1.2025920152664185,-0.680662989616394,0.8459150195121765,-0.9493970274925232,1.0947669744491577,-3.189167022705078,2.9477550983428955,-2.142815113067627,-1.4640159606933594,-3.162811040878296,1.21847403049469,0.7426300048828125,-1.4103549718856812,0.30947399139404297,2.3671669960021973,-2.7323169708251953,1.9211900234222412,2.358302116394043,-0.044523999094963074,-3.2713470458984375,-0.9835590124130249,-0.9772650003433228,2.8120179176330566,-1.1062649488449097,0.19710800051689148,1.3883860111236572,1.6141560077667236,-3.0517730712890625,-0.011440999805927277,3.2105679512023926,-1.3619890213012695,2.8067409992218018,-0.3477410078048706,2.427086114883423,0.796051025390625,-1.9912300109863281,1.523048996925354,-3.1580169200897217,1.333474040031433,2.818005084991455,0.03812199831008911,0.03413800150156021,-3.1142868995666504,2.1212379932403564,3.1206769943237305,-0.4403330087661743,-4.324184894561768,1.4057960510253906,-3.0848920345306396,-3.7775139808654785,0.1408270001411438,0.12315399944782257,-1.709136962890625,-0.2779110074043274,3.170866012573242,0.10075899958610535,-3.33866810798645,2.7480719089508057,-3.166105031967163,3.1245079040527344,-1.1295779943466187,-3.3108971118927,-4.207302093505859,2.625598907470703,1.942247986793518,-3.261981964111328,-3.5678820610046387,1.0700050592422485,2.3637681007385254,2.948491096496582,0.43927401304244995,2.730381965637207,-1.548609972000122,-2.224350929260254,-2.4713408946990967,3.2630341053009033,0.2742150127887726,-2.2314870357513428,-2.1546919345855713,-2.5759899616241455,-2.5939650535583496,1.076401948928833,-3.3247148990631104,-3.376574993133545,-4.535044193267822,0.6156190037727356,-2.1646440029144287,0.7149310111999512,2.4562549591064453,2.4922471046447754,0.9581140279769897,1.0643980503082275,-0.2763819992542267,-1.4476029872894287,2.940376043319702,-3.168450117111206,0.6957949995994568,-1.5740289688110352,-3.1316580772399902,-4.176530838012695,-0.8145660161972046,-1.8456939458847046,0.9318950176239014,2.7972559928894043,-3.9310879707336426,0.40836700797080994,-1.1220389604568481,3.1821630001068115,-1.0305780172348022,2.112312078475952,2.1092898845672607,-2.28951096534729,-0.753557026386261,-3.514925956726074,-1.4192689657211304,1.1858869791030884,1.2817989587783813,-2.1003830432891846,3.144257068634033,-3.9611589908599854,0.060166001319885254,-0.807886004447937,1.0202059745788574,-1.4921419620513916,-1.597061038017273,0.1945520043373108,0.372624009847641,-3.8970770835876465,2.1954290866851807,-2.063710927963257,1.9810279607772827,-4.169342041015625,-1.724228024482727,-2.542283058166504,0.724901020526886,-0.3408209979534149,2.712167978286743,-1.3267979621887207,0.16593100130558014,1.3410160541534424,-1.0359200239181519,-1.4654170274734497,-1.5352280139923096,-0.7270690202713013,-3.033910036087036,-2.9367120265960693,0.09586499631404877,0.6025559902191162,2.2822039127349854,1.7759970426559448,-1.4392549991607666,-0.4748130142688751,0.6232839822769165,0.6489740014076233,3.025078058242798,-3.2668280601501465,-4.357085227966309,-1.3718550205230713,1.3582409620285034,-4.449479103088379,-1.7073969841003418,0.05259200185537338,-4.2068657875061035,-1.277614951133728,-4.271886825561523,-1.2862600088119507,1.9214069843292236,1.9500470161437988,0.6806889772415161,-3.942657947540283,0.5516350269317627,0.5726079940795898,-1.3038820028305054,0.785968005657196,-1.747367024421692,-1.6816630363464355,2.857451915740967,-1.7326250076293945,0.3239170014858246,1.9857540130615234,-3.142544984817505,-0.5694659948348999,0.10422199964523315,-2.230379104614258,2.7979888916015625,3.0715079307556152,-1.5032039880752563,2.429248094558716,-0.4728330075740814,-1.8872270584106445,-1.3893909454345703,-0.1402669996023178,2.598004102706909,-2.1441099643707275,-2.1867849826812744,1.138008952140808,0.20307399332523346,2.9185678958892822,-0.15381799638271332,2.123616933822632,2.5821750164031982,0.1225150004029274,1.2742960453033447,-2.6735589504241943,1.9424070119857788,1.9568990468978882,-4.212856769561768,0.8270729780197144,2.4374890327453613,2.759619951248169,-1.0608199834823608,1.1014100313186646,-2.830724000930786,0.7948740124702454,-3.1462550163269043,-2.0771639347076416,-3.95661997795105,-0.8539010286331177,-3.17051100730896,-3.201395034790039,-3.576090097427368,-3.539639949798584,-1.3289949893951416,-1.6895769834518433,2.689779043197632,-1.0950809717178345,1.2937500476837158,-0.9024890065193176,0.9019920229911804,-1.748481035232544,-4.361114025115967,2.0943329334259033,-3.7267160415649414,0.6274960041046143,-2.3761560916900635,1.2591949701309204,0.5121819972991943,1.2019530534744263,2.263463020324707,-0.16768300533294678,1.0173310041427612,-0.8314030170440674,-0.7876150012016296,-2.894381046295166,1.972777009010315,-0.7895569801330566,-1.7732770442962646,-1.8327850103378296,-2.9320449829101562,-4.167141914367676,-2.794351100921631,2.8327651023864746,2.4866790771484375,-4.1855621337890625,-4.1669697761535645,3.1953001022338867,-1.1703499555587769,2.2783069610595703,1.5225850343704224,-3.751568078994751,2.668998956680298,-2.54809308052063,-1.5822670459747314,-1.2839059829711914,2.9295740127563477,-2.555422067642212,1.1703449487686157,-1.2147259712219238,-1.2663170099258423,-0.9570519924163818,-4.649900913238525,-4.246624946594238,-2.5046439170837402,-0.8825139999389648,-3.1323649883270264,1.1579869985580444,1.941208004951477,-0.8171669840812683,-1.7682139873504639,0.9461939930915833,-0.4918319880962372,-4.166223049163818,-0.9368910193443298,-0.20513099431991577,-4.000321865081787,2.703519105911255,-3.162379026412964,-1.7901250123977661,-0.9177430272102356,2.7501308917999268,0.5595700144767761,-0.992588996887207,-4.167109966278076,-1.8522380590438843,2.6724460124969482,2.6959919929504395,2.1914350986480713,-3.108009099960327,1.3715410232543945,3.014930009841919,-3.1862850189208984,-2.186789035797119,2.7841410636901855,1.151311993598938,-1.697651982307434,0.6115379929542542,2.4611120223999023,-3.176481008529663,2.466196060180664,1.3017020225524902,-1.6147739887237549,-1.5675580501556396,-0.9731389880180359,1.6036039590835571,-0.10253000259399414,0.28280800580978394,0.943979024887085,0.9681040048599243,2.3719279766082764,2.31927490234375,-2.9142839908599854,-2.818675994873047,1.1972999572753906,-3.137049913406372,-3.1409389972686768,1.214689016342163,2.4425909519195557,-1.6364339590072632,2.436068058013916,-4.512270927429199,-2.744446039199829,2.2041590213775635,-1.9913400411605835,-1.2678619623184204,-0.12105300277471542,-0.04380200058221817,-2.143531084060669,1.1955300569534302,2.1683640480041504,-3.164109945297241,2.1487081050872803,-0.1197739988565445,-2.9090960025787354,2.627387046813965,0.7010729908943176,-1.495242953300476,0.13367100059986115,-1.3204289674758911,2.426285982131958,0.3259660005569458,1.1587330102920532,0.9841880202293396,2.147454023361206,3.061490058898926,-4.578111171722412,2.42875599861145,0.3744780123233795,2.570497989654541,2.5693249702453613,2.214627981185913,-2.5200068950653076,2.7407350540161133,-3.6277859210968018,-2.935465097427368,1.7565699815750122,-0.9246789813041687,-0.8174899816513062,3.1388590335845947,3.1440200805664062,3.1435720920562744,1.9129879474639893,-0.858036994934082,-0.9279450178146362,-1.484138011932373,2.6642119884490967,1.215703010559082,-2.7429730892181396,-3.4871160984039307,-4.180033206939697,0.9197810292243958,-1.0600130558013916,-0.45426100492477417,-3.1095340251922607,1.3293499946594238,2.32623291015625,-1.4022090435028076,-1.2962909936904907,-3.6997299194335938,-0.7973179817199707,0.1624460071325302,-0.6019729971885681,2.6421120166778564,2.343986988067627,-0.3780139982700348,-3.1531569957733154,3.182194948196411,2.518702983856201,-4.582376956939697,-3.9985079765319824,3.2482988834381104,3.1845450401306152,-1.8207319974899292,2.8493130207061768,2.3447160720825195,-1.9778159856796265,-1.2089409828186035,1.6837069988250732,-0.7710139751434326,-1.8360340595245361,-2.55519700050354,2.0732500553131104,2.447721004486084,-0.06615000218153,-1.050394058227539,-2.0792179107666016,-3.8779408931732178,-3.8312079906463623,2.1124379634857178,2.6068880558013916,-1.2969870567321777,-1.6005710363388062,1.3882100582122803,-0.26444199681282043,-1.3862069845199585,-0.3354099988937378,3.189713954925537,0.9379950165748596,-1.8149149417877197,1.106134057044983,2.271476984024048,-3.311527967453003,0.6025440096855164,-1.520076036453247,0.5163030028343201,0.3915860056877136,3.2285830974578857,-4.4027509689331055,-2.4220681190490723,2.6512351036071777,3.1176509857177734,-2.1846261024475098,1.4405879974365234,-3.8542349338531494,-3.1353209018707275,-3.1325271129608154,-2.28662109375,-2.0375521183013916,-1.3376450538635254,-1.4890069961547852,-3.141601085662842,-1.0248539447784424,1.4056390523910522,1.2240359783172607,2.1373579502105713,1.4305540323257446,-0.6228979825973511,1.2171640396118164,-1.4317569732666016,2.5174639225006104,-1.8931100368499756,3.013293981552124,-0.7862319946289062,2.564739942550659,-0.028077000752091408,-4.182331085205078,-0.41802701354026794,-3.1398630142211914,2.4642069339752197,0.08558899909257889,2.9240899085998535,1.6247049570083618,2.7636210918426514,-2.8597519397735596,-1.0080180168151855,1.0752509832382202,0.6402699947357178,0.4015040099620819,2.5795199871063232,3.000727891921997,-1.5502580404281616,1.0208719968795776,1.0501220226287842,1.0334930419921875,-3.140779972076416,-4.099201202392578,-0.6774799823760986,1.0507539510726929,-1.1803569793701172,0.005791000090539455,0.018463000655174255,3.115072011947632,-0.8863289952278137,-1.181043028831482,-1.1568119525909424,-3.5549991130828857,2.3451180458068848,-3.13795804977417,-2.2989749908447266,-2.259469985961914,-3.171427011489868,-1.0514849424362183,-0.42592599987983704,-0.06116899847984314,1.490123987197876,-1.1289219856262207,-0.8734300136566162,-1.097646951675415,-1.10874605178833,-2.2871670722961426,-2.4055368900299072,-3.1537320613861084,-3.0167601108551025,-2.5187699794769287,1.0630359649658203,-4.3166022300720215,-4.277569770812988,-0.25754299759864807,-3.161926031112671,1.354632019996643,1.4920439720153809,-3.164293050765991,-2.1818768978118896,2.0733048915863037,-0.8600940108299255,-2.9337759017944336,2.5363929271698,-1.2321410179138184,0.3215169906616211,2.9776298999786377,1.3677639961242676,1.9184880256652832,-3.2083089351654053,-1.0652519464492798,3.00398588180542,-4.191728115081787,-2.5366621017456055,2.6459789276123047,-4.185286045074463,-3.5614778995513916,-2.513706922531128,-2.500053882598877,-1.1648650169372559,2.4024200439453125,2.593005895614624,-0.16414299607276917,2.8459439277648926,1.1706180572509766,-1.0494060516357422,1.3099479675292969,3.014714002609253,-1.0903669595718384,0.11172399669885635,-3.1334619522094727,-3.771851062774658,-3.7930850982666016,-3.5949690341949463,0.3194279968738556,0.03238299861550331,-3.6321001052856445,1.2358759641647339,2.5297389030456543,2.544250011444092,2.0006461143493652,1.96526300907135,-3.9995529651641846,-0.006672999821603298,2.6051340103149414,-4.244519233703613,1.226364016532898,-1.3749959468841553,3.0567259788513184,3.064857006072998,3.045295000076294,1.0196119546890259,2.6144919395446777,-0.5832769870758057,-1.6352900266647339,-1.5958410501480103,1.0722099542617798,2.7851450443267822,1.1878080368041992,-1.5860979557037354,2.8935229778289795,2.8461830615997314,2.9001359939575195,0.7810900211334229,3.0924971103668213,-0.6377360224723816,3.124207019805908,-1.1323750019073486,-1.1265629529953003,1.5768070220947266,0.5075250267982483,-4.186324119567871,0.45211198925971985,-3.143707036972046,-1.0314290523529053,-2.186750888824463,-0.5003439784049988,1.4068679809570312,2.6042320728302,-3.1946709156036377,-3.831134080886841,2.0999720096588135,-4.1656341552734375,1.8021149635314941,-2.55399489402771,-2.992095947265625,2.695456027984619,-2.425410032272339,-1.390259027481079,-1.374526023864746,-3.1802029609680176,-0.38196900486946106,2.973712921142578,-3.1422579288482666,2.738081932067871,1.224321961402893,1.2023580074310303,-2.5567450523376465,-3.0266549587249756,1.0220680236816406,-4.174435138702393,0.7509430050849915,3.041898012161255,-1.365138053894043,-0.6347249746322632,1.857164978981018,1.1922869682312012,-1.0252469778060913,1.3336139917373657,-3.621777057647705,1.1824510097503662,1.2183970212936401,1.2020800113677979,2.8138840198516846,-1.4056810140609741,-0.5915589928627014,0.39785298705101013,1.246541976928711,0.576770007610321,0.05721199885010719,0.005061999894678593,-2.123136043548584,-3.5104129314422607,-0.040123000741004944,-1.022402048110962,0.9905480146408081,1.6932719945907593,0.965382993221283,-4.195223808288574,-1.417153000831604,0.4468030035495758,-1.5850820541381836,-0.8625419735908508,-0.8397169709205627,3.1939148902893066,-1.462062954902649,-3.5514750480651855,2.298464059829712,-3.4075660705566406,-0.3407079875469208,-4.21040678024292,2.573267936706543,1.0918149948120117,1.1124900579452515,2.739967107772827,2.7214789390563965,0.6161090135574341,-0.5825740098953247,-3.160536050796509,0.2545259892940521,-3.1577088832855225,-0.7289630174636841,-0.7659990191459656,-1.7236210107803345,1.6114749908447266,2.526945114135742,3.0041470527648926,-1.5582849979400635,-3.7965950965881348,-1.7349289655685425,2.247347116470337,2.4879150390625,0.9323199987411499,-2.605695962905884,2.5963869094848633,-2.6491589546203613,-3.146591901779175,-1.0444589853286743,-2.1256189346313477,-1.1489239931106567,1.182252049446106,-2.7829320430755615,-0.5480660200119019,0.5669620037078857,-2.868053913116455,-1.2421799898147583,1.9818769693374634,-4.058413028717041,0.48361700773239136,2.2054409980773926,2.810131072998047,2.4536819458007812,-0.8853359818458557,-2.082990884780884,0.5833430290222168,2.426403045654297,-4.207649230957031,3.0144119262695312,0.20032599568367004,0.4795050024986267,1.1518809795379639,-2.52436900138855,2.479948043823242,-0.8359500169754028,2.038806915283203,-1.0488369464874268,-1.4911160469055176,-2.289560079574585,-3.157560110092163,-3.9462640285491943,-1.7270569801330566,3.2235989570617676,-4.393085956573486,1.6300660371780396,1.2709670066833496,0.9102640151977539,2.316330909729004,-1.2089600563049316,-2.3347909450531006,-1.174185037612915,-1.0096319913864136,1.4098219871520996,0.7540540099143982,0.07662700116634369,-3.542881965637207,-3.8831989765167236,-1.1758290529251099,2.677293062210083,2.7488749027252197,-2.5209579467773438,-4.181758880615234,-1.1085280179977417,2.3056869506835938,0.8514209985733032,1.8454660177230835,-1.2367420196533203,1.6335279941558838,-3.281759023666382,0.6453350186347961,2.392632007598877,-1.3793590068817139,-3.0751841068267822,2.3743269443511963,-4.165262222290039,-1.370347023010254,-1.833230972290039,3.0267629623413086,-2.3133950233459473,0.6678550243377686,-4.205926895141602,-1.4664809703826904,-1.7950340509414673,-0.533719003200531,1.7551319599151611,1.2121590375900269,1.7584060430526733,-2.268338918685913,-3.1612300872802734,-3.844583034515381,-2.7457449436187744,-2.2421910762786865,-1.8405050039291382,-2.113389015197754,-2.2271180152893066,-2.3359320163726807,-1.9255059957504272,1.6452809572219849,-2.5870540142059326,-3.158673048019409,0.24281099438667297,-2.008219003677368,2.7562010288238525,2.7332019805908203,0.48360899090766907,2.6067941188812256,2.3167080879211426,-1.979235053062439,-1.39205801486969,1.9288740158081055,1.9304059743881226,1.9407470226287842,-1.4524450302124023,1.293133020401001,2.4672470092773438,1.1390180587768555,1.316552996635437,1.6954959630966187,-3.1424529552459717,2.082210063934326,-1.036661982536316,-1.3114429712295532,2.764190912246704,-1.158236026763916,2.161492109298706,3.052509069442749,0.5415149927139282,-0.780663013458252,-1.5875840187072754,1.2983590364456177,-1.5364559888839722,-1.0285760164260864,2.598289966583252,-1.429218053817749,1.3683569431304932,1.770885944366455,2.410309076309204,-1.0306010246276855,-0.8458170294761658,-1.0651580095291138,-0.8285970091819763,-1.969864010810852,-1.9647530317306519,-0.21091899275779724,-1.9437990188598633,2.9473249912261963,-3.1270930767059326,2.9433860778808594,2.9644761085510254,-3.5190649032592773,-4.199264049530029,2.8226358890533447,2.4902870655059814,0.5857679843902588,-1.3562519550323486,0.7806529998779297,-0.2216459959745407,-0.29073700308799744,-1.2429540157318115,-0.5293319821357727,-0.5401690006256104,-1.6050750017166138,-0.9250540137290955,2.388922929763794,-2.0968940258026123,-1.9324300289154053,-2.8006880283355713,-3.9068350791931152,2.9207890033721924,2.916948080062866,2.050183057785034,2.0278639793395996,2.5385589599609375,1.019327998161316,2.6071460247039795,-3.738116979598999,-2.179737091064453,-2.713732957839966,-2.4584269523620605,-0.21285800635814667,-0.11813399940729141,2.255136013031006,3.1675870418548584,3.0938220024108887,-0.5701850056648254,-4.185904026031494,2.5709829330444336,1.8181910514831543,0.964218020439148,-4.062847137451172,2.391221046447754,2.923943042755127,-1.4632140398025513,-0.4979499876499176,1.2811540365219116,-1.086326003074646,-1.306185007095337,1.2189940214157104,0.18631799519062042,1.2169580459594727,-1.2557599544525146,1.3888169527053833,1.3756539821624756,0.10668999701738358,1.1536370515823364,2.3283920288085938,0.14601300656795502,-1.3068530559539795,2.023798942565918,0.5930820107460022,1.5878809690475464,1.8706790208816528,2.3248329162597656,-3.945441961288452,-2.666330099105835,-2.7125930786132812,0.00520200002938509,2.5893239974975586,-2.7331669330596924,-2.7476980686187744,-2.2197060585021973,1.3532769680023193,-4.19730281829834,0.6910399794578552,1.5491989850997925,-4.564288139343262,-4.094461917877197,-0.8732929825782776,-1.7110249996185303,-2.304965019226074,-3.1529979705810547,-1.2018510103225708,-1.3207999467849731,-4.178844928741455,-4.248098850250244,-4.4379777908325195,-2.079694986343384,-0.4331510066986084,-3.1294260025024414,2.8928890228271484,-3.080399990081787,-0.4843980073928833,-3.607530117034912,-1.3162930011749268,-1.3659110069274902,1.9076770544052124,1.2548749446868896,-2.1233420372009277,-1.046962022781372,-1.4149550199508667,-1.398805022239685,-1.2985260486602783,-1.1617779731750488,0.21789300441741943,1.5199450254440308,2.008512020111084,-0.0008570000063627958,1.2017500400543213,-2.3754730224609375,2.444145917892456,1.8123459815979004,-1.7261170148849487,-1.8032540082931519,-1.778151035308838,1.4864109754562378,2.373706102371216,-2.7552289962768555,-0.13350500166416168,-2.84260892868042,-2.7170050144195557,-1.2716130018234253,-2.2930688858032227,-1.9494489431381226,2.2363901138305664,0.2377150058746338,-1.4931069612503052,2.853971004486084,-2.312235116958618,-0.43251100182533264,2.9677999019622803,0.17066900432109833,-3.1418540477752686,2.7990829944610596,-3.1304430961608887,3.1764519214630127,1.1373239755630493,-0.06666100025177002,2.6353399753570557,-3.2142510414123535,-2.7156870365142822,2.332612991333008,1.5840489864349365,3.038239002227783,-0.7558280229568481,0.5120909810066223,-1.194648027420044,0.8316559791564941,3.080354928970337,1.7773720026016235,-1.706712007522583,-0.026386000216007233,0.552299976348877,2.6261420249938965,1.1124390363693237,0.8700209856033325,0.366225004196167,-1.445320963859558,-1.6152000427246094,-2.5499680042266846,-1.1863600015640259,-3.146298885345459,-0.7910460233688354,-3.18723201751709,-0.7636330127716064,2.5120689868927,-0.43669000267982483,-0.3948560059070587,-2.739212989807129,-1.0788639783859253,2.312480926513672,-0.42824798822402954,-4.206070899963379,2.914341926574707,-3.731081962585449,2.9851109981536865,-3.136106014251709,-3.1841139793395996,1.277474045753479,-3.136838912963867,0.4432550072669983,1.2749409675598145,1.247128963470459,2.775352954864502,1.2589720487594604,1.0760890245437622,-4.19194221496582,-0.536903977394104,1.5345150232315063,0.6574370265007019,-1.1358250379562378,-4.083181858062744,2.5146820545196533,0.47812598943710327,2.7373170852661133,1.5793989896774292,-3.7398829460144043,-1.0669900178909302,2.453927993774414,-1.7728099822998047,2.393631935119629,-2.4586479663848877,-2.5107951164245605,2.1314361095428467,-1.3550560474395752,-4.578813076019287,-1.383020043373108,-4.513812065124512,2.7057108879089355,-1.572648048400879,0.10822399705648422,-3.364490032196045,-0.9605860114097595,-2.707617998123169,-0.7557070255279541,-1.45756196975708,0.0938429981470108,3.166980028152466,-1.2922179698944092,-3.158257007598877,2.6771950721740723,2.876154899597168,2.8960120677948,2.7402920722961426,-0.14048700034618378,-2.1988799571990967,-1.489135980606079,0.7254989743232727,2.1742711067199707,0.9345510005950928,3.0665459632873535,2.6167759895324707,-2.3689539432525635,1.3716930150985718,0.09149599820375443,-3.3166370391845703,2.914923906326294,-3.2825510501861572,0.5569419860839844,2.4466469287872314,-2.246403932571411,-1.4333720207214355,-2.218703031539917,2.186357021331787,1.0066050291061401,-4.282739162445068,-4.130515098571777,2.3130340576171875,-2.6433000564575195,2.702409029006958,-4.181303024291992,1.6421259641647339,-1.3798539638519287,0.8567410111427307,2.570962905883789,0.7959700226783752,0.8191900253295898,2.6724390983581543,-3.6339199542999268,2.355135917663574,1.151595950126648,2.024940013885498,1.9556210041046143,-1.4962389469146729,0.49127399921417236,-0.369049996137619,-2.0399010181427,-3.7072949409484863,0.4659709930419922,-0.3029929995536804,-1.3907849788665771,1.886262059211731,-2.0912749767303467,-2.28117299079895,1.0402380228042603,-1.815176010131836,-1.155163049697876,-1.9524019956588745,2.501512050628662,-1.2369370460510254,0.4731990098953247,1.2609080076217651,-4.572442054748535,-2.7769899368286133,-4.6503682136535645,-3.1388630867004395,2.9824299812316895,-4.519073009490967,0.4764060080051422,-4.443297863006592,2.537437915802002,2.9764790534973145,2.1717069149017334,0.8286780118942261,3.2035529613494873,-1.5354729890823364,3.17126202583313,-3.1866750717163086,-1.3794009685516357,2.7145180702209473,-1.0657310485839844,-2.5347399711608887,1.1582540273666382,-1.0534679889678955,3.242218017578125,-2.371018886566162,-1.5088080167770386,-0.646232008934021,-3.189116954803467,-0.08968000113964081,-1.4454269409179688,2.4415459632873535,3.0779900550842285,-1.152627944946289,-4.184886932373047,-4.184730052947998,-0.24083800613880157,-0.2343679964542389,2.4586429595947266,2.312346935272217,-1.805981993675232,1.040897011756897,-2.1287569999694824,-0.9585220217704773,0.7034749984741211,1.1046110391616821,-1.4657909870147705,1.2839319705963135,0.9619579911231995,-2.7967369556427,-1.0195759534835815,-3.153641939163208,2.8705780506134033,2.5892539024353027,3.198884963989258,-1.1145679950714111,-0.30597200989723206,1.4742510318756104,-1.1354219913482666,1.5146750211715698,-1.4390130043029785,-2.6013131141662598,0.6623589992523193,2.231782913208008,-3.7071049213409424,-3.968168020248413,3.0240540504455566,2.226593017578125,-2.4338109493255615,1.273555040359497,2.8776679039001465,-2.053107976913452,0.26585400104522705,-3.1501190662384033,2.9422190189361572,1.271725058555603,1.2259520292282104,-1.4900039434432983,0.5714719891548157,-2.7679920196533203,-1.3870409727096558,-4.483550071716309,2.8983120918273926,2.541177988052368,-4.164275169372559,-0.7790340185165405,2.2354249954223633,0.8043490052223206,-1.3186269998550415,2.905996084213257,-2.9765050411224365,-1.1693990230560303,-3.1419899463653564,-4.13925313949585,-4.12689208984375,1.0264819860458374,-1.852957010269165,-3.2305710315704346,1.2684849500656128,0.005067999940365553,-2.1377270221710205,-0.4060699939727783,-1.9623509645462036,-3.3138809204101562,-3.3148350715637207,3.0853350162506104,2.1107780933380127,-2.1461598873138428,-2.106679916381836,2.262265920639038,1.8145899772644043,1.1318399906158447,-3.026413917541504,2.387259006500244,2.42520809173584,-3.001439094543457,-1.175104022026062,-0.16447800397872925,-3.8455870151519775,-0.9970200061798096,3.147794008255005,-4.240032196044922,-1.2933030128479004,2.9821689128875732,2.5031659603118896,-3.1720099449157715,3.13162899017334,2.520404100418091,-3.3849539756774902,2.15368390083313,2.0161280632019043,-4.03859281539917,-3.991771936416626,1.9691699743270874,0.42723700404167175,3.1736528873443604,-0.5214639902114868,-0.7885429859161377,0.11837500333786011,-2.4664390087127686,0.09775999933481216,2.189897060394287,1.906891942024231,-1.768846035003662,-2.6070408821105957,2.976938009262085,1.6169489622116089,-4.1429290771484375,-2.268512010574341,2.2792279720306396,2.975856065750122,1.175624966621399,2.9046270847320557,-2.511531114578247,0.8692160248756409,-2.779803991317749,-0.5128390192985535,-2.6443910598754883,-3.3633129596710205,3.1141750812530518,-0.8394550085067749,1.0510669946670532,1.0831780433654785,-1.0088640451431274,-1.792417049407959,1.2609399557113647,-4.276636123657227,1.7591350078582764,2.109929084777832,2.1408629417419434,1.7254509925842285,-4.022200107574463,2.8201029300689697,2.5733940601348877,0.046856001019477844,-0.9084780216217041,0.4322580099105835,-1.5934549570083618,-0.8064789772033691,-3.6116631031036377,-3.967366933822632,0.10792600363492966,-3.4231600761413574,-1.4097039699554443,1.245972990989685,-1.1005749702453613,-3.146461009979248,2.48319411277771,-0.6712629795074463,3.0323150157928467,-0.9309750199317932,2.516576051712036,-2.667160987854004,-3.15071702003479,2.113982915878296,1.0782430171966553,1.1358929872512817,0.04851600155234337,0.7993180155754089,1.4334360361099243,1.3761529922485352,0.9687899947166443,1.101567029953003,1.4205620288848877,-1.6309139728546143,1.3491430282592773,2.715456962585449,-0.8972089886665344,-3.1980679035186768,-1.7073060274124146,-3.1833229064941406,-2.974411964416504,-1.2103480100631714,-0.3650510013103485,-0.9504010081291199,-2.3625640869140625,-3.9073550701141357,-2.6730549335479736,1.263496994972229,-3.9166181087493896,0.19550299644470215,0.6080780029296875,2.944869041442871,2.8896780014038086,-1.7291359901428223,2.399657964706421,2.189033031463623,-4.202173233032227,-0.8652729988098145,-2.3598170280456543,-2.3160500526428223,0.728859007358551,2.573184013366699,-4.477909088134766,-3.9149980545043945,2.4090640544891357,-2.238097906112671,-4.6225690841674805,3.223160982131958,-1.0705740451812744,-1.1238460540771484,-0.1596910059452057,-0.6403340101242065,-3.1598548889160156,0.2889299988746643,-3.1593880653381348,0.36351698637008667,2.8981070518493652,-0.17780500650405884,3.0362091064453125,-2.0601389408111572,1.311933994293213,-2.7496089935302734,2.511845111846924,2.4276199340820312,2.4897899627685547,-2.9926950931549072,0.845533013343811,-2.640994071960449,-1.0476020574569702,-2.24613094329834,-2.659166097640991,-4.025021076202393,2.6577680110931396,-4.303092002868652,-4.2459869384765625,2.296128034591675,-1.8185280561447144,-4.190799236297607,2.0150959491729736,0.1032480001449585,2.042710065841675,-1.5141810178756714,2.698378086090088,1.0342479944229126,-1.3274530172348022,2.5584399700164795,1.190567970275879,-0.5205299854278564,1.6962250471115112,-3.831857919692993,-0.7016370296478271,-2.1353349685668945,1.2619349956512451,1.258105993270874,2.3343589305877686,-1.75143301486969,-0.8770899772644043,3.0744400024414062,-2.1548960208892822,-3.8374218940734863,3.201931953430176,1.1668920516967773,1.5218919515609741,-1.1924920082092285,-2.1221489906311035,-1.4238120317459106,-3.130682945251465,-3.1906349658966064,1.924306035041809,-1.222931981086731,-1.2329280376434326,-0.5219500064849854,2.314802885055542,-1.397534966468811,0.9777950048446655,2.905113935470581,3.03568696975708,3.0047080516815186,1.990746021270752,1.2071880102157593,0.08144000172615051,2.4882359504699707,2.519049882888794,-1.3575079441070557,1.9934020042419434,-1.7478439807891846,2.5256359577178955,-3.436431884765625,1.9271759986877441,1.985008955001831,1.9683899879455566,0.863116979598999,2.4245738983154297,-1.2025460004806519,0.785260021686554,-4.142912864685059,-3.160425901412964,-1.9773509502410889,-1.224395990371704,-2.343353033065796,2.585268974304199,-1.4967219829559326,0.6610280275344849,2.4685840606689453,-1.6226990222930908,-1.583912968635559,-1.1559940576553345,1.3595199584960938,0.4779509902000427,-2.2168469429016113,-3.3314380645751953,0.941457986831665,2.3147470951080322,-0.6624040007591248,2.7598330974578857,-3.7695119380950928,-1.1744860410690308,-2.1742069721221924,3.0159339904785156,2.587614059448242,-1.0990240573883057,-0.5057370066642761,-1.4860490560531616,-3.1581180095672607,-3.160377025604248,2.108042001724243,-1.302685022354126,-1.4363429546356201,-0.0327490009367466,-3.1366260051727295,2.8556699752807617,-0.4564560055732727,-4.18462610244751,-3.79488205909729,-1.8079979419708252,1.428642988204956,-1.270611047744751,-1.8641539812088013,-0.4575900137424469,2.496306896209717,-0.34921199083328247,0.9833980202674866,-4.190455913543701,-2.7763750553131104,3.221545934677124,-2.8729751110076904,1.1554429531097412,1.1646349430084229,2.029863119125366,0.6376760005950928,0.629584014415741,3.056879997253418,0.9809709787368774,-2.381584882736206,3.1576719284057617,-1.202286958694458,1.0743650197982788,-3.904167890548706,3.1214749813079834,1.5458539724349976,-2.0398809909820557,2.2883660793304443,-4.377994060516357,2.5545380115509033,-1.543774962425232,3.1794209480285645,-1.5703589916229248,2.616652011871338,2.8389298915863037,-2.176793098449707,0.8069279789924622,-0.6824259757995605,0.13304300606250763,1.5832079648971558,2.993536949157715,3.0883140563964844,1.0919580459594727,-1.7271900177001953,-2.920958995819092,3.1957240104675293,-1.642011046409607,-3.7006680965423584,-0.49283498525619507,-0.04305399954319,-0.036653000861406326,0.9586430191993713,-0.04227599874138832,3.254560947418213,3.2579879760742188,0.36881300806999207,0.5703949928283691,2.4805710315704346,-0.5410739779472351,0.6415389776229858,1.0569679737091064,3.1698789596557617,2.253887891769409,0.14872699975967407,0.11677099764347076,-4.152360916137695,-0.026225000619888306,-0.2904520034790039,-1.3146770000457764,0.7367830276489258,2.4917280673980713,2.4693470001220703,2.483896017074585,1.337460994720459,1.479017972946167,0.4259819984436035,2.717603921890259,-1.8315949440002441,-1.506314992904663,-0.21685899794101715,-0.3471910059452057,1.7704449892044067,2.5212368965148926,-2.0840530395507812,1.7187880277633667,1.1749910116195679,-3.1626670360565186,0.34720900654792786,2.151679039001465,2.039777994155884,-2.013370990753174,-1.0912619829177856,3.1764791011810303,-1.0883610248565674,-4.106558799743652,-3.7040960788726807,-0.8667190074920654,-3.1341540813446045,0.08945400267839432,-0.6717860102653503,-4.192698955535889,0.1770399957895279,2.5294189453125,2.7172129154205322,1.037956953048706,1.3937900066375732,-1.472717046737671,2.970771074295044,-1.000427007675171,2.6169021129608154,1.2868080139160156,-1.5340549945831299,2.4420669078826904,-2.2996339797973633,2.2510929107666016,2.2499170303344727,-1.6655429601669312,2.7023980617523193,-0.9573119878768921,-2.8754959106445312,-2.9131360054016113,2.841542959213257,-2.3383920192718506,-0.5613620281219482,0.03814300149679184,0.1579670011997223,-1.5520060062408447,2.654961109161377,-2.1509509086608887,-1.3504589796066284,-4.00045919418335,-4.035587787628174,-3.425379991531372,1.4458069801330566,-1.7392300367355347,2.208930015563965,1.5592319965362549,-4.102187156677246,1.260200023651123,2.8935840129852295,2.768562078475952,2.543445110321045,1.0362639427185059,0.9999539852142334,-1.407127022743225,2.455625057220459,-3.1624059677124023,-3.165688991546631,-0.4594520032405853,-0.4771279990673065,-3.1371240615844727,-0.04849100112915039,-4.035645961761475,3.011993885040283,-0.49185100197792053,1.477666974067688,-1.720484972000122,2.131287097930908,-0.3498860001564026,-3.176909923553467,2.003669023513794,-2.9583899974823,-3.014615058898926,1.344599962234497,-1.4384809732437134,0.5682399868965149,2.3148701190948486,2.304769992828369,3.015644073486328,1.5773619413375854,-3.5023560523986816,-4.189190864562988,2.591154098510742,-2.0206940174102783,2.5243489742279053,0.0586480014026165,2.142775058746338,-0.033681999891996384,-1.245553970336914,2.5717029571533203,-0.3200879991054535,-0.33197399973869324,0.8986110091209412,2.8332600593566895,0.018794000148773193,1.7119840383529663,-3.4116690158843994,-2.435270071029663,-1.741433024406433,2.5513598918914795,1.6557530164718628,-4.142290115356445,3.124281883239746,1.3727519512176514,-4.088809013366699,3.138430118560791,-1.9628850221633911,-3.976768970489502,0.09698399901390076,-4.139386177062988,-1.329077959060669,0.64376300573349,-0.864408016204834,-3.7073891162872314,-4.555185794830322,-4.601064205169678,-1.092919945716858,0.9536179900169373,3.0020129680633545,2.719588041305542,-0.7883849740028381,-1.5244710445404053,2.617682933807373,0.7729939818382263,-2.065782070159912,-1.3303120136260986,-0.01271199993789196,0.3820349872112274,-0.5749359726905823,0.027434999123215675,1.525833010673523,-2.6568210124969482,-2.6560659408569336,0.5653160214424133,-3.3685200214385986,-2.2759768962860107,-3.631047010421753,2.630445957183838,2.3889119625091553,1.190392017364502,-0.25894200801849365,1.4137029647827148,2.620539903640747,-2.245208978652954,0.8688549995422363,0.8916450142860413,-0.3569769859313965,-2.0471909046173096,0.8774120211601257,2.5579230785369873,2.144200086593628,-1.2690370082855225,-1.257370948791504,1.17821204662323,1.2161240577697754,1.2438050508499146,-3.1427009105682373,-1.0943360328674316,-1.1068919897079468,2.622277021408081,-4.004677772521973,2.9165050983428955,-1.1010849475860596,0.7580029964447021,-1.3514280319213867,1.2825369834899902,1.2859879732131958,-3.4479711055755615,-1.0804020166397095,2.3693289756774902,3.1525189876556396,0.9032599925994873,-3.13240909576416,-1.1526509523391724,-2.080599069595337,2.4953560829162598,0.07982999831438065,1.159464955329895,1.115710973739624,1.1761189699172974,2.5795490741729736,0.4107460081577301,1.8576610088348389,-3.163330078125,2.4048941135406494,1.5816309452056885,-1.072350025177002,2.3992600440979004,-0.6964309811592102,2.115467071533203,1.7709189653396606,2.9951300621032715,-2.3067660331726074,-1.2294529676437378,2.8132519721984863,-3.6207950115203857,-1.1499929428100586,-3.8674569129943848,-4.084628105163574,1.812695026397705,2.2010440826416016,-4.288832187652588,-0.9432979822158813,2.1296780109405518,-3.9252140522003174,-1.5159430503845215,3.1776061058044434,3.2368290424346924,1.3134289979934692,1.939102053642273,1.1867640018463135,-3.8308849334716797,0.14740000665187836,-0.5486310124397278,3.0736889839172363,-1.1658960580825806,1.188485026359558,-3.4727659225463867,2.7512569427490234,-4.06931209564209,0.6817470192909241,0.6798930168151855,2.8631110191345215,-1.4302409887313843,0.4218679964542389,2.368863105773926,-4.59239387512207,1.2558000087738037,-1.6833100318908691,-3.1563570499420166,-3.160114049911499,-1.3473659753799438,-1.3457109928131104,-1.1523209810256958,2.5890719890594482,-2.7666409015655518,0.09531500190496445,0.11702100187540054,1.284769058227539,-2.328221082687378,-1.4443960189819336,2.9801900386810303,1.1538059711456299,-3.122344970703125,-1.3085709810256958,-2.6215269565582275,-3.088813066482544,3.14044189453125,0.8172910213470459,1.4238330125808716,-1.9769059419631958,1.4130580425262451,2.156615972518921,-1.3745659589767456,-1.3847310543060303,-1.972754955291748,-2.018963098526001,-1.1658949851989746,-3.1731619834899902,1.4441449642181396,1.046144962310791,-3.486910104751587,3.191477060317993,2.7540910243988037,2.0812880992889404,-1.445991039276123,-3.181994915008545,-3.1679561138153076,-3.1589949131011963,-2.969851016998291,-1.4345149993896484,-1.389907956123352,-0.4882729947566986,0.8979060053825378,0.8631970286369324,0.8675100207328796,0.6461250185966492,-3.8105080127716064,0.2504279911518097,3.211786985397339,2.4059510231018066,-3.1608738899230957,-3.1645560264587402,-1.5122100114822388,-3.3925058841705322,3.013434886932373,-1.8549779653549194,3.0828070640563965,-1.8519320487976074,3.213860034942627,0.8395529985427856,-1.0725970268249512,0.11514099687337875,1.2262649536132812,-0.8333430290222168,1.694901943206787,-1.3346649408340454,-4.117821216583252,1.9036329984664917,-3.1645588874816895,-2.8315069675445557,1.2865949869155884,0.3271990120410919,2.879189968109131,-1.8864870071411133,2.7429749965667725,-0.5572519898414612,1.9354660511016846,2.383618116378784,-4.172177791595459,2.8464019298553467,1.2811700105667114,1.8566639423370361,-0.4817410111427307,-3.1902871131896973,-1.3217979669570923,-3.7375640869140625,-2.5306460857391357,1.184682011604309,-3.7226850986480713,-3.16764497756958,1.1691269874572754,1.1363630294799805,1.6748449802398682,1.9073920249938965,-1.1982159614562988,2.207279920578003,2.8060340881347656,2.5444259643554688,3.1655609607696533,2.5689480304718018,2.677809953689575,-4.304687023162842,1.0200389623641968,1.0212010145187378,0.38860198855400085,-3.571934938430786,1.6229649782180786,-0.391292005777359,2.6282870769500732,1.7018400430679321,-2.7793169021606445,2.6037371158599854,-2.849581003189087,-3.1573169231414795,-0.5036219954490662,-1.2046539783477783,-2.496267080307007,0.10744799673557281,-2.394551992416382,-4.132984161376953,-0.7405400276184082,1.206123948097229,-2.1362359523773193,-0.11595799773931503,-0.5479109883308411,0.46143800020217896,-0.5993630290031433,-1.5762369632720947,-0.6486110091209412,1.5013350248336792,2.9715490341186523,-2.8933420181274414,-1.356958031654358,2.519860029220581,-2.553647994995117,-1.5431640148162842,-4.4624409675598145,0.185480996966362,1.15768301486969,-0.9812570214271545,-3.044732093811035,1.3957279920578003,-1.7795970439910889,-2.668447971343994,-3.728626012802124,-0.07280199974775314,0.38787999749183655,-0.3487820029258728,-4.187105178833008,-0.6097670197486877,-0.8387010097503662,-0.8057910203933716,-0.6500999927520752,2.359941005706787,-1.5239100456237793,-3.415739059448242,2.725756883621216,1.9204180240631104,1.585479974746704,-4.1350321769714355,2.819828987121582,-4.189037799835205,0.5818780064582825,2.5185959339141846,-0.5706210136413574,-0.7135689854621887,2.8794779777526855,-3.164870023727417,1.9938160181045532,-1.3822540044784546,-1.3483879566192627,1.2007520198822021,-3.24515700340271,0.802016019821167,1.2748240232467651,0.8617879748344421,-4.241206169128418,-4.1642889976501465,-1.0658949613571167,2.7514541149139404,0.8056989908218384,1.8044869899749756,-3.1339690685272217,-1.4198110103607178,1.1986310482025146,2.366039991378784,-3.178924083709717,0.19709999859333038,-4.176733016967773,-4.492238998413086,-4.391034126281738,0.8795239925384521,-0.6862220168113708,-2.7100648880004883,3.064517021179199,-3.1184589862823486,2.293699026107788,2.2416820526123047,-1.5565190315246582,0.38114801049232483,-1.4925609827041626,0.9282699823379517,0.39635199308395386,2.2531089782714844,-2.0434160232543945,-4.096529960632324,-1.6185940504074097,-1.4303059577941895,2.5474019050598145,2.2572309970855713,-1.2752130031585693,1.828086018562317,-3.7138259410858154,2.199289083480835,-1.114171028137207,1.5291310548782349,2.046962022781372,0.45184800028800964,1.970384955406189,2.9182589054107666,2.9159529209136963,2.931107997894287,-0.2894110083580017,0.4969030022621155,1.4334239959716797,1.6547709703445435,-4.063813209533691,1.9604179859161377,-3.176604986190796,1.4132080078125,2.730086088180542,2.4948909282684326,-4.191359043121338,-0.34572699666023254,3.165942907333374,1.1778459548950195,1.0342960357666016,-3.17653489112854,2.796605110168457,2.9864180088043213,-0.9073929786682129,-0.9444559812545776,-1.0650360584259033,-4.127068996429443,0.977537989616394,2.7193820476531982,2.692305088043213,1.2202930450439453,-0.4005909860134125,-3.1647748947143555,2.7227890491485596,-1.711696982383728,1.047508955001831,-2.472079038619995,-0.6903690099716187,-0.7185689806938171,-4.28197717666626,-2.9712328910827637,-3.619499921798706,1.3986279964447021,-1.2088220119476318,2.602264881134033,1.3705120086669922,2.771164894104004,3.133776903152466,1.5731480121612549,-0.9889870285987854,-0.31256601214408875,0.5975490212440491,2.755074977874756,-1.2955830097198486,-3.164496898651123,-0.46932101249694824,-3.8061509132385254,1.9219269752502441,1.3973499536514282,2.6647870540618896,1.9515409469604492,-1.8953380584716797,2.61444091796875,-2.996601104736328,0.5364500284194946,-0.6484799981117249,2.2267849445343018,2.7919769287109375,-2.747267007827759,-1.4286739826202393,-1.1020890474319458,-0.3069069981575012,2.297769069671631,-0.304872989654541,-2.2132649421691895,-1.3377439975738525,-1.892691969871521,-4.192803859710693,3.1588709354400635,3.1270909309387207,-4.009568214416504,2.59721302986145,-1.0052380561828613,-1.2888410091400146,2.227142095565796,1.1859829425811768,-4.0605387687683105,-0.017511999234557152,-1.0211390256881714,0.994488000869751,1.1224420070648193,-2.9536020755767822,-3.220082998275757,-2.9430649280548096,2.2591919898986816,3.0812149047851562,-4.185561180114746,2.1353418827056885,3.232300043106079,-1.2552410364151,-1.2397630214691162,-1.0832959413528442,-0.5244899988174438,-2.560412883758545,-3.147186040878296,-0.15173299610614777,2.6058170795440674,3.0949220657348633,2.8455960750579834,-3.149332046508789,-3.1545329093933105,-4.178761005401611,1.2558809518814087,2.2753829956054688,2.378530979156494,-3.154561996459961,-3.231553077697754,0.05148699879646301,2.4858040809631348,0.9381229877471924,2.244697093963623,1.6701970100402832,2.8898210525512695,1.9342750310897827,-1.4626909494400024,-1.687356948852539,-3.1463370323181152,2.786418914794922,-1.685289978981018,-1.2151679992675781,3.2033190727233887,3.191514015197754,0.634319007396698,-1.032047986984253,-1.3220640420913696,-1.2645150423049927,-4.282690048217773,-1.1034250259399414,-0.8554400205612183,-2.8141250610351562,2.5793449878692627,-1.3817349672317505,1.2255020141601562,0.6847800016403198,2.8894410133361816,1.3054529428482056,-3.033806085586548,-3.1356201171875,2.63417911529541,2.3413949012756348,2.0895559787750244,-3.1541481018066406,-2.9710800647735596,1.4288909435272217,1.8783719539642334,1.8698639869689941,0.8880900144577026,2.9003210067749023,2.969857931137085,1.9570640325546265,2.173837900161743,-2.5249969959259033,-2.4981629848480225,-1.5022250413894653,-1.1226270198822021,-1.1804590225219727,1.9035090208053589,3.2923409938812256,-3.1556100845336914,2.3660459518432617,-3.137017011642456,-3.1391639709472656,-0.8981549739837646,2.466855049133301,-1.7729580402374268,2.915894031524658,1.0573110580444336,1.245609998703003,-0.9229859709739685,0.9975990056991577,1.0387279987335205,1.748576045036316,-0.718641996383667,2.7609341144561768,-4.258609771728516,2.2173941135406494,-1.2474349737167358,-3.1947898864746094,-1.3649300336837769,-0.09616400301456451,0.4608980119228363,-3.4688730239868164,-0.7951909899711609,-2.289011001586914,-4.531181812286377,0.5962560176849365,-2.408812999725342,0.6204289793968201,1.2373930215835571,2.55963397026062,0.785627007484436,1.6399849653244019,-0.655692994594574,-0.6434900164604187,1.8313319683074951,2.006683111190796,-0.845583975315094,-1.3042819499969482,2.1418800354003906,0.4440760016441345,-4.1352338790893555,-2.253434896469116,2.9941930770874023,-1.8603440523147583,-1.8429980278015137,-1.7829129695892334,-1.718345046043396,-2.637197971343994,1.2677299976348877,-0.45693400502204895,-0.46257901191711426,0.9601879715919495,-3.1299619674682617,-1.2161580324172974,-2.286104917526245,-1.3824290037155151,3.1437060832977295,-4.198360919952393,0.026464000344276428,-1.0563910007476807,1.138519048690796,2.30287504196167,-4.16428279876709,-1.2289880514144897,-1.6310670375823975,-1.570721983909607,0.49802500009536743,-0.8576580286026001,-1.4852590560913086,2.5768918991088867,-4.1488142013549805,1.2525279521942139,1.2602289915084839,-2.8491098880767822,-3.14436411857605,-4.488866806030273,-0.903659999370575,2.026663064956665,-1.7084909677505493,0.20023000240325928,-0.9094449877738953,1.0351569652557373,-4.275123119354248,-1.6299690008163452,2.856376886367798,2.5988969802856445,0.6283969879150391,0.5330880284309387,2.474558115005493,2.0432560443878174,-0.9295870065689087,-2.6565639972686768,0.5862110257148743,-3.170654058456421,2.552480936050415,-0.8547390103340149,-1.0387059450149536,2.9991209506988525,2.3946468830108643,-3.168800115585327,1.5847209692001343,-0.9571970105171204,-1.4808080196380615,-3.381540060043335,0.8971859812736511,-1.4725209474563599,0.9779279828071594,-3.186389923095703,2.437350034713745,0.4942910075187683,-4.427342891693115,-2.7445409297943115,2.3500120639801025,2.655672073364258,2.6729888916015625,-2.1968119144439697,-0.19795900583267212,-0.4144800007343292,2.874950885772705,-4.454403877258301,2.5711569786071777,1.227687954902649,-4.647149085998535,-4.646963119506836,-3.129504919052124,-2.9555320739746094,2.6254680156707764,2.6267929077148438,-1.3450629711151123,-0.24376200139522552,2.1298909187316895,2.138375997543335,-2.5012929439544678,-0.32645300030708313,-1.1458899974822998,-0.9286310076713562,-1.2006289958953857,2.2027270793914795,2.4191460609436035,2.799424886703491,2.2967519760131836,-4.063300132751465,1.9074419736862183,2.69376802444458,2.6833910942077637,-2.9535939693450928,-3.297386884689331,3.0767810344696045,2.939984083175659,-4.053225040435791,0.8284279704093933,0.847898006439209,3.1358680725097656,2.8211328983306885,2.77919602394104,1.6444979906082153,2.3344390392303467,-1.7524420022964478,0.4407390058040619,0.22127099335193634,-0.383884996175766,2.291085958480835,1.1922359466552734,1.6217379570007324,2.1657650470733643,2.7069671154022217,1.2473880052566528,-1.9977209568023682,2.598288059234619,-0.7983559966087341,-4.208695888519287,-3.895380973815918,1.6459929943084717,-2.1110379695892334,2.9109389781951904,2.2417469024658203,-1.9112659692764282,0.7558320164680481,-0.839477002620697,-0.8086580038070679,-0.8078269958496094,1.9282000064849854,-2.9861700534820557,-3.172982931137085,-2.4197490215301514,-2.0496559143066406,-3.200417995452881,2.6551361083984375,2.575778007507324,2.6802220344543457,-3.4337399005889893,1.2205439805984497,1.2012499570846558,1.2213250398635864,1.092790961265564,-4.492243766784668,1.4513750076293945,-1.7242660522460938,1.3930100202560425,0.9450439810752869,2.1330909729003906,-1.3405120372772217,0.5799109935760498,0.6002150177955627,0.998166024684906,0.44861599802970886,-1.9984639883041382,-2.071518898010254,2.8930718898773193,0.5674639940261841,-2.7089860439300537,1.1331570148468018,0.7820339798927307,-1.5156199932098389,2.34844708442688,2.1059200763702393,-4.275926113128662,-4.361509799957275,-4.160975933074951,-0.06393200159072876,0.8373839855194092,0.8476359844207764,2.839148998260498,-1.401162028312683,1.2463270425796509,-1.336503028869629,-4.04079008102417,-3.440793037414551,1.2716679573059082,2.2467939853668213,1.7850650548934937,-0.564939022064209,1.862841010093689,1.2130149602890015,-0.6129429936408997,-0.9070950150489807,-3.5176570415496826,2.2833991050720215,-2.290458917617798,1.0416890382766724,-2.396636962890625,-4.178153991699219,-3.2424230575561523,-3.8238489627838135,3.170797109603882,-4.651449203491211,2.1897289752960205,-4.476208209991455,0.6632239818572998,1.182060956954956,-2.120244026184082,2.678312063217163,-4.223690032958984,-4.287818908691406,2.9691219329833984,-1.1013469696044922,2.500401020050049,2.3855481147766113,1.5855000019073486,0.7073370218276978,-4.27596378326416,2.6956288814544678,-1.5914989709854126,-1.0097379684448242,-1.0123740434646606,1.4496519565582275,-0.08910100162029266,-3.169847011566162,-2.7557570934295654,-0.8269739747047424,0.35886499285697937,0.8400840163230896,-3.020550012588501,-0.8372889757156372,-0.15207499265670776,-0.1094139963388443,1.037405014038086,1.0199209451675415,0.25607800483703613,-0.3915039896965027,2.846906900405884,1.643470048904419,1.2623510360717773,-1.0538020133972168,-3.1369760036468506,-3.1486361026763916,-4.1831231117248535,1.7066019773483276,0.92324298620224,0.9424480199813843,2.6181800365448,1.8502750396728516,-1.57219398021698,2.3924660682678223,1.5793609619140625,-0.9958429932594299,-0.7059580087661743,-2.408189058303833,-2.3556370735168457,-4.492227077484131,-4.283071994781494,-4.270133018493652,-0.9647409915924072,-4.1614251136779785,-1.5631730556488037,-0.7302579879760742,2.6620590686798096,3.1937479972839355,-1.396725058555603,1.1112159490585327,2.1553399562835693,2.6753990650177,-3.140033006668091,2.666558027267456,-0.7054790258407593,2.696621894836426,2.1699039936065674,-3.9537711143493652,-3.169847011566162,-2.4351189136505127,2.946316957473755,-4.393299102783203,-3.7179489135742188,-1.1168919801712036,2.5213680267333984,2.412317991256714,-1.3330470323562622,0.17153300344944,-1.4369210004806519,2.55177903175354,0.8079090118408203,-3.757654905319214,1.3449369668960571,-3.3875019550323486,1.9981169700622559,0.9069690108299255,0.894137978553772,0.5110170245170593,-0.03097200021147728,-0.12742699682712555,1.6323399543762207,1.6314330101013184,2.4691619873046875,-0.6210690140724182,-4.601128101348877,0.7447050213813782,3.081937074661255,0.7375190258026123,2.590806007385254,2.2317960262298584,0.558568000793457,2.980884075164795,2.5323259830474854,-1.6321059465408325,-1.4335219860076904,-3.2189691066741943,2.8949649333953857,-0.3789049983024597,-0.4986869990825653,-1.8851900100708008,-4.219697952270508,2.60396409034729,-2.8618249893188477,-0.9892939925193787,1.2437360286712646,1.5557130575180054,2.3357489109039307,-1.0415500402450562,0.5639849901199341,1.8135230541229248,2.1582789421081543,-0.952189028263092,1.8320109844207764,2.9000461101531982,-1.2728899717330933,-4.013689041137695,-1.9807159900665283,-4.538219928741455,-2.5151500701904297,-2.5016369819641113,-2.4607150554656982,1.6147819757461548,-2.5038421154022217,-3.1373510360717773,-2.5337820053100586,-1.6628739833831787,-3.166090965270996,-1.4120899438858032,-1.4303760528564453,2.642148017883301,2.5127789974212646,1.165498971939087,-0.7065730094909668,-2.192401885986328,2.5079469680786133,-1.2065260410308838,0.4493989944458008,-3.1353020668029785,-2.333996057510376,-2.246021032333374,2.93458890914917,2.639509916305542,2.730257987976074,2.3709359169006348,1.0362449884414673,2.2645459175109863,0.6297230124473572,-3.156825065612793,-3.1625940799713135,-3.245898962020874,2.726792097091675,2.9404799938201904,-3.1771469116210938,-1.3228470087051392,-3.710088014602661,2.6224660873413086,2.40639591217041,-1.1357439756393433,2.2017710208892822,-1.159397006034851,-1.9543730020523071,2.984261989593506,1.5894570350646973,-3.773437976837158,-1.3093340396881104,-2.596350908279419,-0.48255598545074463,0.6265379786491394,-0.3499299883842468,0.6415290236473083,-3.1912810802459717,-0.432763010263443,1.9970990419387817,-4.108811855316162,1.1812649965286255,0.8847219944000244,-1.317054033279419,-1.6564069986343384,1.2358629703521729,-2.039999008178711,0.05518700182437897,-1.0873490571975708,1.0841439962387085,1.8198479413986206,-3.1532199382781982,-1.099195957183838,-0.6471310257911682,2.386030912399292,0.4229229986667633,-3.473655939102173,-3.3073179721832275,-0.9115089774131775,-2.6742289066314697,0.8822649717330933,2.2248189449310303,2.2057600021362305,2.1628239154815674,-1.2233010530471802,-3.9470129013061523,-4.195901870727539,-4.171781063079834,-4.192266941070557,-2.0775198936462402,-0.9230430126190186,1.2494800090789795,-0.917343020439148,1.228916049003601,-2.16513991355896,-4.283679962158203,-0.2415580004453659,-0.8485320210456848,1.426774024963379,0.7097089886665344,2.45870304107666,-4.259230136871338,-4.420269012451172,1.3820350170135498,-3.4784719944000244,1.1557259559631348,-4.361791133880615,-4.570463180541992,0.7549089789390564,-4.127344131469727,0.862758994102478,-0.18742099404335022,-4.15103006362915,-0.7316849827766418,1.2010680437088013,-1.2287559509277344,1.9508860111236572,2.2309329509735107,2.5834250450134277,-1.0611599683761597,-3.144956111907959,-1.9566359519958496,1.9449570178985596,-2.8222570419311523,2.2571370601654053,-1.6143590211868286,-0.05162600055336952,2.226624011993408,1.4093559980392456,1.2040640115737915,1.8472880125045776,-2.2168149948120117,-3.1876649856567383,2.7967889308929443,2.7378809452056885,0.43595001101493835,0.5206329822540283,-4.190454006195068,-1.5605980157852173,2.3859429359436035,1.6291190385818481,-2.207242965698242,-2.0451509952545166,1.0251530408859253,0.5757110118865967,-1.2650389671325684,2.1914169788360596,2.501481056213379,-3.161107063293457,0.8593559861183167,-1.8697409629821777,-1.8423409461975098,-1.6964290142059326,-2.096621036529541,1.6395879983901978,-3.1679999828338623,-3.172023057937622,-3.291651964187622,2.892096996307373,-1.567823052406311,2.5019140243530273,-1.249945044517517,-1.703747034072876,-1.7776000499725342,-1.9329750537872314,0.1915699988603592,2.9161159992218018,-4.440430164337158,-2.4823410511016846,0.18778499960899353,-0.747219979763031,2.111037015914917,-1.2785780429840088,1.2813479900360107,-3.3325860500335693,-4.082963943481445,0.13424600660800934,-0.27201300859451294,-3.351771116256714,0.6755750179290771,2.862442970275879,-3.6755409240722656,2.678170919418335,-0.8208439946174622,0.1723400056362152,1.3675440549850464,-3.923140048980713,1.7203340530395508,2.6372129917144775,0.6023169755935669,1.2279659509658813,-1.6423330307006836,-0.044440001249313354,-4.124425888061523,2.4266281127929688,-3.0707430839538574,1.1222209930419922,-0.5013499855995178,-4.091389179229736,-4.055574893951416,1.1711829900741577,0.6624979972839355,-1.6886990070343018,-1.6419780254364014,2.6726419925689697,2.7182960510253906,-2.018887996673584,2.7276740074157715,-1.342771053314209,1.9611519575119019,-1.214123010635376,-2.7604410648345947,3.172157049179077,-4.20867395401001,0.8523960113525391,-0.10736600309610367,-3.876913070678711,1.0058890581130981,-2.1070079803466797,1.1646599769592285,-1.15631103515625,-1.1577420234680176,-2.8339099884033203,-3.1290009021759033,2.2140090465545654,0.9138060212135315,0.8913879990577698,2.7263410091400146,-3.642472982406616,0.7350450158119202,-4.59800910949707,1.9200119972229004,-3.1548550128936768,-2.2164111137390137,1.2851920127868652,1.5867090225219727,2.37654709815979,2.532273054122925,2.875153064727783,2.89729905128479,-1.7540030479431152,-3.482922077178955,-2.304318904876709,-0.9782329797744751,-1.3824759721755981,2.8295249938964844,2.5537149906158447,0.9736790060997009,2.96003794670105,1.139907956123352,0.45981600880622864,0.5045260190963745,2.3850579261779785,0.501954972743988,-1.9618810415267944,-1.1245850324630737,-0.5137559771537781,2.597301959991455,-3.019787073135376,3.1845459938049316,3.1693429946899414,1.3215930461883545,-3.1474978923797607,-3.044969081878662,0.4163379967212677,0.6725839972496033,-3.7550671100616455,-3.139493942260742,-0.10992799699306488,1.4636529684066772,0.5313159823417664,1.2531830072402954,1.2668349742889404,1.2561659812927246,-4.194715976715088,1.3100500106811523,1.3157659769058228,-1.042654037475586,0.21565300226211548,-1.804880976676941,-3.6431119441986084,-3.1319310665130615,-0.008980000391602516,-2.5364599227905273,-2.599453926086426,2.4306480884552,-2.084836006164551,0.85624098777771,-2.0493690967559814,-3.132282018661499,-0.22340700030326843,1.2572449445724487,2.8338210582733154,-2.3135170936584473,-0.8590090274810791,-2.673218011856079,1.2277319431304932,-1.0423280000686646,-2.2965080738067627,-3.603296995162964,-2.598803997039795,2.0907959938049316,-0.8549399971961975,2.346031904220581,2.1172890663146973,-3.927722930908203,0.11525899916887283,-2.94907808303833,-1.1496930122375488,-1.8063600063323975,-4.210903167724609,-0.5178920030593872,-4.168913841247559,-3.0688469409942627,-1.4785540103912354,0.6129400134086609,1.090662956237793,1.9249579906463623,-4.46343994140625,-3.442002058029175,2.605988025665283,1.897933006286621,0.8241459727287292,-0.3506830036640167,-3.171515941619873,-1.7676830291748047,2.449862003326416,2.2395730018615723,-1.382681965827942,-2.5604569911956787,-4.605769157409668,-3.6892430782318115,2.820094108581543,1.686959981918335,2.9778881072998047,-3.249946117401123,-2.016541004180908,1.2520960569381714,0.891897976398468,-3.3683269023895264,2.152475118637085,-0.9957529902458191,-1.6407639980316162,-1.2613630294799805,2.352449893951416,-4.209672927856445,2.870443105697632,-2.2535910606384277,1.7796640396118164,1.1904380321502686,1.333704948425293,2.8404269218444824,2.4659810066223145,1.377500057220459,0.9645469784736633,-3.7114241123199463,3.0386528968811035,-0.8964570164680481,-2.72638201713562,-3.7156689167022705,0.8873460292816162,3.041533946990967,-2.621467113494873,-3.758894920349121,-3.7286789417266846,2.0454750061035156,2.525986909866333,-0.8843479752540588,2.302427053451538,1.8449130058288574,-2.4733340740203857,-3.0497570037841797,-0.22427000105381012,2.5909790992736816,1.0594500303268433,0.400083988904953,-2.0239338874816895,-3.59355092048645,0.5099719762802124,-2.8345589637756348,-0.0354899987578392,-0.5714190006256104,0.5317779779434204,-0.5553730130195618,-3.185969114303589,1.079514980316162,-2.5296690464019775,2.39253306388855,2.741797924041748,-1.0920569896697998,3.101357936859131,2.740061044692993,3.126430034637451,-2.748610019683838,-1.8740630149841309,2.8492259979248047,-1.8005549907684326,-2.954252004623413,-3.210613965988159,-2.605302095413208,2.9662139415740967,-4.519801139831543,2.9301609992980957,2.7388010025024414,-1.8842799663543701,-4.5742340087890625,-2.4022560119628906,0.45153099298477173,2.780690908432007,1.4631190299987793,-1.8282040357589722,2.329164981842041,-1.3670940399169922,0.6073020100593567,0.5540860295295715,0.5720139741897583,0.589214026927948,-2.285033941268921,2.9825589656829834,0.9140809774398804,0.6590679883956909,-2.5263071060180664,-0.9265409708023071,-1.3916209936141968,-3.150439977645874,-1.136186957359314,-1.8488719463348389,-3.08134388923645,-4.138233184814453,1.9448699951171875,-0.7467049956321716,-0.7662100195884705,-0.7540510296821594,-4.114498138427734,1.2854820489883423,1.944254994392395,-0.7480829954147339,-0.9412800073623657,-0.6687470078468323,2.471039056777954,1.5690950155258179,-2.608107089996338,-1.009740948677063,1.5466430187225342,1.2169090509414673,1.8752930164337158,2.3962719440460205,1.7098079919815063,-2.918174982070923,2.5854790210723877,-1.8827569484710693,-2.035006046295166,-3.1858649253845215,-2.909127950668335,-4.189732074737549,-3.069960117340088,-1.2244399785995483,2.775887966156006,-3.1133038997650146,-1.1891570091247559,-1.1514719724655151,-1.1262480020523071,-3.162166118621826,0.37308600544929504,-3.1626040935516357,2.7258880138397217,-3.1355669498443604,-1.4391059875488281,-4.0483078956604,-3.9668800830841064,-4.206531047821045,-3.1516659259796143,0.3625980019569397,2.5833609104156494,0.3777120113372803,1.42072594165802,1.888738989830017,-0.144337996840477,-3.154146909713745,2.2071659564971924,0.9828389883041382,1.9910049438476562,-2.2210590839385986,-2.0311920642852783,-1.6448500156402588,1.0866270065307617,-1.7567750215530396,1.1768070459365845,-0.30722200870513916,-3.1950860023498535,1.9056570529937744,-1.192742943763733,2.645296096801758,-3.751152992248535,-1.7293139696121216,-1.0251929759979248,1.8240230083465576,3.0141611099243164,3.013350009918213,3.183964967727661,-1.8858020305633545,2.772784948348999,-1.9914439916610718,0.07366099953651428,0.05518500134348869,0.48260700702667236,0.5692510008811951,0.4877200126647949,-4.188716888427734,-4.216818809509277,2.9417080879211426,2.5727341175079346,1.1985520124435425,-1.1516530513763428,-2.9350039958953857,-1.1700190305709839,0.3943510055541992,-3.945283889770508,-4.4423089027404785,2.635190010070801,-3.1440470218658447,-2.8520760536193848,0.653702974319458,0.6266220211982727,1.0704050064086914,0.8123080134391785,-1.2351499795913696,-2.3616809844970703,0.03982200101017952,3.1781980991363525,2.120745897293091,2.953187942504883,-3.1345930099487305,0.36045700311660767,-1.1820650100708008,-3.5016019344329834,-4.21452522277832,-4.306787014007568,-1.1773170232772827,-1.0106840133666992,-2.2935569286346436,-2.4893798828125,-2.3646390438079834,-0.5575349926948547,-0.697022020816803,-0.6785169839859009,-4.511829853057861,0.22191199660301208,1.1162279844284058,-2.0464439392089844,2.818959951400757,-2.2564210891723633,1.0068269968032837,-1.4746090173721313,0.641402006149292,1.076375961303711,1.0293940305709839,-4.139087200164795,-1.235841989517212,-3.1397390365600586,1.1208009719848633,2.5256779193878174,2.502518892288208,2.5180470943450928,-1.0787620544433594,1.4329780340194702,-4.182805061340332,-4.49118709564209,1.9291460514068604,2.623034954071045,-3.181278944015503,-1.001546025276184,-3.1398940086364746,1.5944420099258423,-3.934514045715332,2.439021110534668,2.217207908630371,-0.5994489789009094,-0.6111429929733276,3.0423219203948975,3.030626058578491,-0.5626609921455383,2.206331968307495,0.06482800096273422,-3.638300895690918,-3.6620090007781982,2.9467549324035645,-1.2817050218582153,-3.169066905975342,2.1584041118621826,-2.2553420066833496,3.226660966873169,-4.3769378662109375,2.271193027496338,2.988837957382202,-1.210265040397644,2.2678918838500977,-0.996628999710083,2.2267239093780518,3.1459579467773438,-2.379460096359253,-2.337416887283325,-1.543931007385254,-4.173027038574219,1.3565210103988647,0.2226029932498932,-0.11472799628973007,1.3074259757995605,-2.345555067062378,-2.2234389781951904,-0.400736004114151,0.9200639724731445,3.026724100112915,0.05866299942135811,-1.2743459939956665,-0.38433000445365906,-1.7115600109100342,2.193186044692993,2.558029890060425,2.266381025314331,1.1532930135726929,3.1324169635772705,0.7285739779472351,1.1909639835357666,0.8497480154037476,-1.2679150104522705,-1.237678050994873,3.1742300987243652,2.0981578826904297,-1.6279510259628296,0.8315439820289612,2.9673080444335938,2.829767942428589,-1.4957549571990967,1.3442749977111816,-1.525527000427246,-3.1522998809814453,-2.0732169151306152,2.3254001140594482,-1.4781520366668701,-2.2143659591674805,2.4474050998687744,-1.096837043762207,2.7013940811157227,2.5403199195861816,2.858565092086792,1.222872018814087,-4.157370090484619,1.087373971939087,0.965641975402832,-1.5407689809799194,-1.6387590169906616,-1.5420420169830322,2.7758710384368896,-3.1619150638580322,-3.1666529178619385,-2.6398019790649414,-3.1321330070495605,1.7824389934539795,2.0954489707946777,2.1159250736236572,-0.5631769895553589,-1.8635920286178589,-2.77667498588562,-2.6612329483032227,-3.4244730472564697,1.1364580392837524,-3.4567320346832275,2.5094070434570312,1.1540470123291016,0.9640610218048096,1.437047004699707,-4.283132076263428,2.179090976715088,-0.15380099415779114,1.7698580026626587,2.16487193107605,2.586735963821411,-3.2040369510650635,-3.1899309158325195,-0.5883169770240784,1.075186014175415,-0.06332500278949738,1.1152499914169312,2.7354109287261963,-4.631402969360352,2.947572946548462,1.5107289552688599,-3.325500965118408,0.22099000215530396,-0.5638620257377625,-0.9356309771537781,1.1722400188446045,-3.143996000289917,-0.482371985912323,2.3744709491729736,2.7686469554901123,1.5946999788284302,-1.5086630582809448,-4.650580883026123,-4.1939520835876465,2.8811800479888916,-4.474820137023926,-1.1241199970245361,-4.651019096374512,1.9340829849243164,-0.3127000033855438,-1.33513605594635,-4.188141822814941,1.829321026802063,1.8772289752960205,-1.7363049983978271,-1.4010980129241943,-3.1566779613494873,2.9371140003204346,0.8231310248374939,-0.4016749858856201,2.1286020278930664,-4.234007835388184,-1.888031005859375,0.6101059913635254,0.0923369973897934,-3.218648910522461,2.5707099437713623,2.1338179111480713,2.161310911178589,1.2711379528045654,-1.0696630477905273,-2.067682981491089,-2.078691005706787,-2.215023994445801,-1.0633100271224976,-1.4218939542770386,-4.211566925048828,2.5254359245300293,-0.8892070055007935,-0.6149830222129822,0.04388200119137764,-0.47748199105262756,-1.8343420028686523,-1.5880520343780518,3.044840097427368,-1.334036946296692,-3.319248914718628,2.282902956008911,2.2571520805358887,2.8866279125213623,-3.8284270763397217,-0.5181570053100586,0.8749409914016724,2.7538530826568604,1.2378610372543335,1.2252520322799683,1.6911590099334717,2.032219886779785,-2.4574990272521973,-4.1562700271606445,-2.9410290718078613,0.030646000057458878,-1.2100659608840942,1.1587740182876587,0.15532299876213074,-3.139228105545044,-3.142388105392456,-3.144639015197754,-3.143605947494507,-3.1390159130096436,2.3463990688323975,2.912036895751953,-4.49825382232666,-4.475868225097656,1.3087379932403564,-3.566662073135376,-3.7106170654296875,-3.1021249294281006,0.5443369746208191,2.1935958862304688,-4.129899024963379,-1.4640909433364868,2.569195032119751,1.371824026107788,0.039712000638246536,0.5102239847183228,2.981951951980591,2.4582130908966064,1.350504994392395,-0.415446013212204,0.4856480062007904,-1.310757040977478,2.9947590827941895,-2.1529910564422607,0.49791499972343445,-0.704367995262146,-0.017277000471949577,-4.351093769073486,2.1990089416503906,2.187927007675171,0.6388469934463501,-2.2457499504089355,-0.4812670052051544,-1.8072969913482666,2.384903907775879,3.207612991333008,1.9658830165863037,-4.290034770965576,2.920604944229126,-2.829054117202759,-3.8977909088134766,2.2263410091400146,-2.9199910163879395,-3.613732099533081,3.0813119411468506,-4.602575778961182,2.3362629413604736,0.5870140194892883,0.41165998578071594,-3.1742570400238037,-1.336217999458313,2.5480270385742188,-0.2851260006427765,-2.7122879028320312,2.8308119773864746,-1.9384640455245972,-0.8180270195007324,2.696526050567627,-0.7125380039215088,-1.4854270219802856,3.170659065246582,-1.095965027809143,2.9206080436706543,2.9335620403289795,1.9158450365066528,-1.2481800317764282,0.7547460198402405,-1.3090300559997559,1.2036750316619873,-3.2226788997650146,2.0393660068511963,-1.57219398021698,-1.614524006843567,-1.5578930377960205,0.738427996635437,2.9820199012756348,-2.0226809978485107,-0.3452889919281006,2.8604021072387695,2.976289987564087,1.2566250562667847,0.10273200273513794,-1.980996012687683,-2.6742570400238037,-3.5719010829925537,-3.16497802734375,-3.136564016342163,0.01547900028526783,3.1024539470672607,-3.1490859985351562,1.172569990158081,1.1840569972991943,2.7014288902282715,0.4337390065193176,-4.649971008300781,0.6863570213317871,-4.268962860107422,-1.471519947052002,1.3292349576950073,1.5024900436401367,1.2648710012435913,-4.1258978843688965,-4.5019450187683105,-1.0037540197372437,1.5942330360412598,2.789473056793213,-3.372931957244873,-1.788308024406433,2.212393045425415,-3.1311559677124023,-1.8674529790878296,-1.3922040462493896,3.172683000564575,2.3521409034729004,-0.5562080144882202,1.1863549947738647,-1.7731820344924927,-2.077209949493408,-1.0254950523376465,2.65480899810791,-2.736738920211792,-1.0637539625167847,-4.043006896972656,-3.205655097961426,2.015299081802368,-2.6181840896606445,-3.140571117401123,2.2899439334869385,0.8257150053977966,-1.342363953590393,-3.194753885269165,-4.175777912139893,-1.2872600555419922,0.05252600088715553,1.968695044517517,2.3866190910339355,2.127840042114258,-1.9920510053634644,-1.3973150253295898,-1.4085049629211426,1.850013017654419,-3.388627052307129,-2.264281988143921,-4.106596946716309,1.3352110385894775,-2.092924118041992,-4.573434829711914,1.633687973022461,-2.0267739295959473,0.8447089791297913,-2.1863059997558594,2.853621006011963,2.843925952911377,2.8536150455474854,2.332324981689453,2.089503049850464,2.7581911087036133,-1.4791690111160278,-1.510180950164795,-0.0006319999811239541,2.8788790702819824,2.2590279579162598,2.1650309562683105,-0.9830560088157654,2.3475589752197266,-0.8692020177841187,-4.197903156280518,-4.159204959869385,2.2462379932403564,2.1992011070251465,2.639017105102539,-3.421968936920166,2.5236361026763916,-2.664340019226074,0.4565199911594391,-3.2153279781341553,3.004059076309204,0.5409610271453857,-2.741763114929199,-0.6647019982337952,-0.5347880125045776,-1.0137909650802612,-1.055938959121704,1.1567109823226929,2.4980618953704834,3.2598509788513184,3.097878932952881,0.8807209730148315,-4.07500696182251,-0.8006190061569214,-3.141472101211548,-3.143371105194092,3.043689012527466,-1.1692099571228027,0.7701230049133301,2.5109100341796875,2.935797929763794,2.3294270038604736,-0.6030120253562927,2.867341995239258,-2.4955739974975586,2.870194911956787,2.9233970642089844,-0.8565269708633423,-4.210840225219727,-1.6406619548797607,-1.004593014717102,2.252224922180176,2.2271571159362793,1.1331290006637573,-1.230517029762268,-4.109154224395752,1.2383630275726318,2.9932119846343994,-1.5664949417114258,-2.166109085083008,-1.5676980018615723,2.490083932876587,-0.1465270072221756,-1.6119229793548584,-3.1627469062805176,-1.2323089838027954,-4.040272235870361,-2.0212368965148926,-0.05651799961924553,-1.690256953239441,-0.5754420161247253,-3.107180118560791,-3.847991943359375,2.909738063812256,-3.6635279655456543,-3.2702529430389404,3.0637168884277344,1.1967600584030151,-0.3796350061893463,-3.164496898651123,-3.160599946975708,0.3025279939174652,-1.5716630220413208,-1.4936879873275757,2.3584580421447754,2.4477250576019287,0.9556270241737366,3.2261879444122314,-4.465034008026123,2.6904830932617188,-1.553853988647461,2.3560891151428223,0.7774509787559509,-1.1561260223388672,0.0010310000507161021,-0.6270849704742432,1.6757559776306152,-3.235534906387329,1.2638399600982666,-3.1501479148864746,1.233420968055725,-3.2481191158294678,2.816732883453369,1.2906290292739868,0.5578470230102539,0.5469610095024109,0.8066499829292297,-1.4919339418411255,-4.053884983062744,0.780771017074585,-3.6796820163726807,1.6530870199203491,-1.7843070030212402,2.9559600353240967,-1.4676419496536255,-1.349295973777771,-2.4237990379333496,0.02167299948632717,2.4716010093688965,-4.169562816619873,2.354011058807373,2.499500036239624,2.0800580978393555,-0.3102239966392517,-0.2402999997138977,-0.2137259989976883,-0.03408600017428398,2.573641061782837,2.4741570949554443,0.5035939812660217,1.2980539798736572,-1.055374026298523,-1.0961910486221313,-1.6969490051269531,1.2282390594482422,-1.6366289854049683,-2.730799913406372,-0.9046509861946106,-1.3897440433502197,-1.7829970121383667,0.07043900340795517,1.192531943321228,1.5621910095214844,-4.030754089355469,-3.1401970386505127,1.1755870580673218,2.883445978164673,-1.9133989810943604,-1.9662330150604248,-2.4097740650177,-4.401438236236572,0.10299599915742874,-2.5009279251098633,1.2740050554275513,0.059459999203681946,-4.183551788330078,0.8199779987335205,-3.147351026535034,1.0333160161972046,-1.129526972770691,-4.160278797149658,-2.695020914077759,2.291193962097168,2.7312300205230713,3.0168089866638184,-1.8867499828338623,0.5779139995574951,-2.4811079502105713,-0.9443889856338501,0.9917449951171875,-0.7566319704055786,-1.4367079734802246,2.856842041015625,2.9963369369506836,-3.179598093032837,-0.42794400453567505,-1.6208970546722412,2.7653310298919678,2.9581799507141113,-2.322082996368408,2.360416889190674,2.511013984680176,2.2840518951416016,2.0404469966888428,1.3311140537261963,1.335379958152771,-0.665431022644043,-0.8788579702377319,-0.21452300250530243,0.03414899855852127,2.0528008937835693,2.54974102973938,2.6085190773010254,0.549098014831543,2.603005886077881,2.646446943283081,0.7815390229225159,-0.13039599359035492,-0.08139900118112564,-0.08334200084209442,-2.4380838871002197,2.113771915435791,-1.1953320503234863,-1.5965009927749634,0.9003599882125854,-3.1351308822631836,-0.9384959936141968,-3.0459280014038086,-1.4305499792099,1.0963269472122192,1.8704919815063477,-3.1321699619293213,-3.195034980773926,-2.4363150596618652,2.322550058364868,-3.1381380558013916,-3.157773971557617,1.9583170413970947,-0.9075220227241516,-3.1864418983459473,-1.5446499586105347,0.6332219839096069,2.7310550212860107,1.3503650426864624,-1.031798005104065,-3.5722548961639404,-2.5889079570770264,-2.5525920391082764,-2.0617079734802246,-2.088473081588745,-1.2972919940948486,-2.6297590732574463,3.1262850761413574,-4.190728187561035,-3.1676080226898193,-3.1670548915863037,0.2776469886302948,-3.006891965866089,1.1073839664459229,1.3556729555130005,1.8440279960632324,-4.310288906097412,-3.9651870727539062,-0.56809002161026,-3.6558830738067627,3.1079349517822266,1.6557420492172241,-2.4972269535064697,3.255765914916992,2.9450531005859375,-1.7643799781799316,0.7145479917526245,2.4669029712677,1.967811942100525,0.5194939970970154,-2.655606985092163,-0.8904520273208618,-0.89969402551651,1.429440975189209,-1.3913639783859253,2.439099073410034,-3.3956570625305176,-1.4161139726638794,0.03032200038433075,-3.655311107635498,-2.829564094543457,-1.2598639726638794,-0.8194630146026611,-2.7543840408325195,2.8743278980255127,0.5790539979934692,0.5186070203781128,-3.191617965698242,-3.1562891006469727,-3.1616740226745605,-0.011886999942362309,2.713994026184082,-4.166705131530762,-1.6744400262832642,-2.6816399097442627,0.06946799904108047,1.6801320314407349,-2.0100960731506348,-3.711426019668579,1.3280980587005615,-2.1629409790039062,1.0382310152053833,-1.7242419719696045,1.082806944847107,-3.189613103866577,2.210146903991699,-2.0740180015563965,2.7754499912261963,3.1331000328063965,-1.0713460445404053,-3.1726489067077637,0.29414400458335876,-1.581583023071289,-3.179229974746704,-1.514286994934082,-3.975527048110962,-1.035295009613037,3.0631370544433594,-0.4296390116214752,1.2570300102233887,-3.2832651138305664,2.81707501411438,-2.1238009929656982,-3.2392449378967285,3.03072190284729,0.09039100259542465,-0.9560689926147461,-4.033350944519043,-2.0559349060058594,1.9408270120620728,-4.0981831550598145,-3.353518009185791,-2.8802149295806885,-2.797395944595337,2.8953630924224854,-0.5872290134429932,-3.1486289501190186,2.9257290363311768,2.619297981262207,2.6256189346313477,2.604952096939087,3.212523937225342,0.7914639711380005,0.7887639999389648,1.2063050270080566,2.899625062942505,2.9234941005706787,2.2393269538879395,2.988621950149536,-1.2117639780044556,3.0889360904693604,1.1692670583724976,1.3304530382156372,-2.1959550380706787,2.8622570037841797,-1.5893909931182861,1.8794150352478027,-1.685148000717163,2.026916027069092,-0.5265030264854431,-2.499094009399414,2.6616768836975098,0.021762000396847725,0.9627659916877747,-1.0404109954833984,2.356935977935791,2.0017659664154053,1.5801960229873657,-0.30562400817871094,0.44062599539756775,-1.8050220012664795,-4.194269180297852,-4.197403907775879,1.882773995399475,2.504446029663086,-1.3159279823303223,2.400800943374634,2.621809959411621,-1.2475969791412354,2.897286891937256,-1.309075951576233,2.2655301094055176,2.1078081130981445,-4.147294998168945,-2.553431987762451,-2.298520088195801,2.2257320880889893,0.8577399849891663,-1.055780053138733,2.8629419803619385,2.8218040466308594,0.36798301339149475,2.5905439853668213,-3.2252259254455566,1.290578007698059,1.1400129795074463,2.3482959270477295,-2.8600358963012695,1.1032639741897583,-1.131930947303772,-2.2086479663848877,1.2350449562072754,2.758423089981079,-0.9706770181655884,-1.2028650045394897,-2.546281099319458,2.9853010177612305,2.9818809032440186,-3.980868101119995,-1.8002309799194336,-0.6361340284347534,-3.200622081756592,-3.7110021114349365,-3.9842379093170166,1.1282490491867065,2.5647079944610596,-3.6304900646209717,1.4811370372772217,-4.360885143280029,1.234462022781372,3.1626999378204346,-1.547381043434143,2.853951930999756,2.206347942352295,2.668673038482666,-2.0790491104125977,2.976300001144409,0.5823060274124146,0.6150360107421875,1.0978959798812866,-1.0870569944381714,2.2273919582366943,-3.183751106262207,-0.8637459874153137,-0.5509340167045593,1.2117739915847778,2.607877016067505,-4.45174503326416,1.584594964981079,1.618736982345581,2.0517361164093018,0.1844779998064041,-3.196981906890869,-0.6593440175056458,-0.6520749926567078,-0.6586520075798035,1.2708280086517334,-3.877274990081787,0.10580699890851974,-1.0137360095977783,2.730081081390381,1.843608021736145,2.0229949951171875,2.128957986831665,2.9793310165405273,1.9401249885559082,-4.225648880004883,-1.4255479574203491,-0.12498900294303894,2.7474169731140137,2.8401710987091064,-2.232844114303589,-4.131710052490234,-1.542472004890442,-0.05215400084853172,-0.4871389865875244,-4.178668975830078,-0.4773840010166168,0.6287919878959656,-3.1552770137786865,-3.1736700534820557,-1.083171010017395,0.6206049919128418,1.0484219789505005,-1.7024099826812744,-3.179218053817749,-3.1827950477600098,2.905457019805908,-4.053701877593994,2.9542620182037354,2.440584897994995,2.460645914077759,2.1233139038085938,1.1954710483551025,0.7347549796104431,3.128462076187134,-2.462380886077881,0.043699998408555984,-2.8597140312194824,-0.5640379786491394,-0.982915997505188,2.9771180152893066,-0.6268140077590942,-1.8086479902267456,-3.137125015258789,-2.683279037475586,-2.7098679542541504,2.176563024520874,2.8595070838928223,2.8623979091644287,-1.0103950500488281,-1.0111349821090698,-1.738468050956726,2.9854509830474854,-3.215277910232544,-3.235363006591797,-2.415642023086548,2.7497799396514893,-1.2859580516815186,1.304671049118042,-2.3869669437408447,0.4977189898490906,1.6903270483016968,-2.450474977493286,2.4326930046081543,-2.0874900817871094,3.1596240997314453,3.174710988998413,-0.8753460049629211,-3.1635708808898926,-0.39305898547172546,-0.939624011516571,-0.2120330035686493,-1.5665500164031982,-4.186287879943848,1.0800440311431885,2.9350240230560303,0.7782089710235596,3.1845850944519043,3.1732430458068848,1.1148630380630493,1.8888579607009888,0.6330869793891907,-4.141811847686768,-3.441765069961548,-1.61216402053833,-0.9276909828186035,0.7613300085067749,1.8230669498443604,0.7808600068092346,2.7312629222869873,-1.8768099546432495,-0.8153280019760132,-1.0509480237960815,-1.5639179944992065,-1.018813967704773,2.1998519897460938,2.5234010219573975,1.1456420421600342,2.2081689834594727,-3.1394009590148926,-1.0336400270462036,-1.0031059980392456,-0.6459730267524719,2.926222085952759,2.22633695602417,0.08232299983501434,-4.072894096374512,-4.098617076873779,2.264888048171997,-1.0016130208969116,0.826225996017456,1.1109650135040283,-0.06934099644422531,-3.189054012298584,-3.1744799613952637,2.634052038192749,1.9527770280838013,2.21915602684021,-2.427489995956421,2.8315939903259277,1.1777399778366089,-2.181673049926758,1.0692880153656006,0.3852500021457672,1.3140239715576172,0.10813900083303452,1.712448000907898,-2.6252479553222656,-1.5884939432144165,-1.6583889722824097,-1.1693140268325806,-3.5861740112304688,-2.2463231086730957,-1.3656359910964966,-1.9830859899520874,1.141834020614624,1.1303859949111938,0.13745200634002686,2.504607915878296,-1.7784279584884644,-1.818640947341919,-4.170312881469727,2.0217831134796143,1.7706400156021118,-1.1871910095214844,1.8871010541915894,-4.030008792877197,-4.029007911682129,-3.1965088844299316,-3.2038118839263916,-1.9277390241622925,2.227174997329712,-4.421605110168457,-3.229702949523926,-2.2227439880371094,1.2651540040969849,2.8843400478363037,2.992363929748535,3.165117025375366,2.802617073059082,1.2053240537643433,2.6276779174804688,2.2552649974823,2.7055699825286865,-3.798243999481201,-1.0230350494384766,2.5164670944213867,3.235867977142334,0.8902429938316345,2.0155088901519775,1.699342966079712,1.5071020126342773,1.718850016593933,0.8461300134658813,-1.2453930377960205,1.8473750352859497,3.0536301136016846,2.790205955505371,3.0140130519866943,-4.387763023376465,-2.6100549697875977,-4.50692081451416,0.37203800678253174,2.5149099826812744,-2.0561470985412598,-0.5517290234565735,-0.5846650004386902,-0.08594600111246109,2.607805013656616,-1.3812830448150635,2.648453950881958,0.9936500191688538,0.6112719774246216,0.5980340242385864,0.4745810031890869,1.9631860256195068,0.08452700078487396,-4.650485038757324,-2.663638114929199,1.003967046737671,1.01426100730896,-0.39025700092315674,-3.1946051120758057,2.3563170433044434,2.0742030143737793,2.782819986343384,1.3016339540481567,2.325896978378296,-0.3946619927883148,1.2334020137786865,2.852926015853882,2.834120988845825,1.3996150493621826,-2.6751821041107178,1.2255020141601562,-2.5717549324035645,-0.0680909976363182,-0.40477800369262695,-0.48377901315689087,2.0859220027923584,-2.490514039993286,2.1079580783843994,-3.8236711025238037,-2.1534879207611084,-4.042287826538086,-1.550812005996704,-2.3196380138397217,-1.1910769939422607,-3.1474099159240723,2.1213700771331787,0.9500190019607544,-1.864909052848816,1.3131450414657593,-2.470379114151001,-3.1402719020843506,3.104377031326294,0.6350340247154236,-1.9276479482650757,2.0295650959014893,-1.3390510082244873,-0.625186026096344,3.0249080657958984,0.3007279932498932,-2.545927047729492,-2.5483949184417725,0.6263459920883179,0.6188549995422363,2.8388969898223877,-1.4910889863967896,1.9594930410385132,-0.6418989896774292,3.0974690914154053,-2.0506749153137207,-1.1407380104064941,2.9200079441070557,-0.8516240119934082,2.579737901687622,-1.783398985862732,-0.6139529943466187,-0.4347740113735199,-1.0123679637908936,-3.6278820037841797,0.0903870016336441,2.1560449600219727,1.3259559869766235,-1.4798500537872314,-1.2164839506149292,0.38729000091552734,-4.029518127441406,-1.101410984992981,-1.3741110563278198,1.1519110202789307,1.8957879543304443,2.8622219562530518,2.596798896789551,-1.3735020160675049,-1.6751680374145508,3.1919350624084473,1.6664119958877563,-1.4679839611053467,2.7368879318237305,2.455894947052002,-2.454227924346924,-2.45092511177063,-0.07476300001144409,-1.1740100383758545,1.474905014038086,-2.8871939182281494,-1.5269019603729248,-4.177458763122559,-2.409224033355713,1.8629380464553833,-0.9888089895248413,-0.7544569969177246,-4.1673359870910645,-0.3502799868583679,2.460669994354248,0.8842520117759705,2.420938014984131,1.0119520425796509,-3.114284038543701,-3.005953073501587,-1.2225309610366821,2.7456650733947754,-1.5317330360412598,-4.651450157165527,1.3077110052108765,-1.2473829984664917,-1.311324954032898,0.854898989200592,-3.260082960128784,2.042541027069092,-3.727189064025879,-3.1547160148620605,-3.166800022125244,3.075817108154297,1.4342600107192993,-0.9907870292663574,-2.5922698974609375,1.301287055015564,0.7424190044403076,-3.1881749629974365,-4.189177989959717,1.973978042602539,0.5905740261077881,-1.228714942932129,-2.188530921936035,-1.3268179893493652,2.1244421005249023,-1.3556649684906006,3.1783289909362793,0.5927690267562866,1.284263014793396,2.4211459159851074,1.2915669679641724,2.702025890350342,2.6714980602264404,-1.9726719856262207,1.7447060346603394,-2.3167290687561035,-3.153970956802368,-1.1689720153808594,-1.5379799604415894,2.70387601852417,2.736646890640259,0.9178599715232849,-1.0905619859695435,2.551455020904541,-2.033534049987793,2.4148099422454834,2.3940389156341553,2.3612399101257324,2.171220064163208,-0.4149250090122223,-3.6271090507507324,-2.8441760540008545,2.8157238960266113,0.5875830054283142,-2.849940061569214,2.246083974838257,2.7324459552764893,-1.2865140438079834,2.4218039512634277,-3.135514974594116,-0.05673300102353096,-4.319186210632324,-4.416903018951416,1.2563029527664185,1.2840520143508911,-2.6714460849761963,-4.184020042419434,-1.1187800168991089,0.9261900186538696,2.6040709018707275,1.3369640111923218,2.627084970474243,-2.7623789310455322,-1.3692549467086792,2.0528059005737305,-4.189986228942871,-3.620676040649414,-3.3103930950164795,-3.3808250427246094,-3.648087978363037,-0.021304000169038773,-1.3252160549163818,0.6591010093688965,-3.2432758808135986,2.7475080490112305,0.6250330209732056,2.143187999725342,0.8547260165214539,-0.3968389928340912,-3.8014469146728516,0.058719001710414886,-3.150393009185791,-3.8499929904937744,-1.594491958618164,2.9732611179351807,0.5426080226898193,-0.5298410058021545,2.3855080604553223,2.3340489864349365,-3.744020938873291,0.43421900272369385,2.640033006668091,-1.2744139432907104,3.1175639629364014,-1.7962859869003296,-1.6579450368881226,-4.160420894622803,2.6837620735168457,-2.7542550563812256,1.238023042678833,-1.3145380020141602,2.294764995574951,2.327091932296753,-1.1848289966583252,2.6357529163360596,2.6012179851531982,-4.587666034698486,-0.3654719889163971,-0.04841199889779091,-0.028738999739289284,1.55964195728302,0.6266239881515503,-2.130311965942383,-2.848944902420044,1.3366849422454834,1.3206449747085571,2.046830892562866,2.506412982940674,0.7532529830932617,-1.3468010425567627,-2.8746678829193115,1.051164984703064,-3.3431670665740967,-1.810657024383545,-2.260854959487915,-2.256865978240967,-0.46324700117111206,-1.4117950201034546,-0.3753710091114044,-1.136201024055481,1.136144995689392,-3.8336589336395264,0.6288819909095764,1.2535680532455444,-4.465226173400879,-4.379580020904541,0.5333279967308044,-0.6065760254859924,2.045443058013916,-0.857496976852417,0.8679810166358948,2.0498011112213135,-0.44094398617744446,-0.44832998514175415,-3.189239978790283,2.3593060970306396,-0.6024749875068665,-0.8527529835700989,-3.1865670680999756,1.5657069683074951,-3.156981945037842,0.47310400009155273,1.6125329732894897,-1.0058929920196533,0.6110950112342834,-1.1481349468231201,0.5809130072593689,-1.166121006011963,2.687098979949951,0.9815750122070312,0.026944000273942947,-1.3555790185928345,-4.5310587882995605,-2.544174909591675,2.2232019901275635,2.8888559341430664,-3.223423957824707,1.8901129961013794,-4.010383129119873,-3.130786895751953,-1.2612760066986084,1.1768029928207397,-3.250128984451294,-1.886834979057312,3.0081589221954346,-1.2415709495544434,-4.18779182434082,1.172584056854248,1.0098340511322021,-2.0786468982696533,-4.211166858673096,-4.317633152008057,-1.3326770067214966,-0.3639320135116577,2.2070300579071045,-2.5010979175567627,-3.916208028793335,2.2810940742492676,-2.833528995513916,-1.4930649995803833,-2.498121976852417,2.233504056930542,1.8283649682998657,2.8726630210876465,2.6862409114837646,1.9362380504608154,0.9165120124816895,1.9811480045318604,-2.6515729427337646,0.07991799712181091,-2.188148021697998,2.1640679836273193,2.1649069786071777,1.2602070569992065,0.1398240029811859,0.5261620283126831,-1.2364979982376099,1.103005051612854,-3.4273459911346436,2.945394992828369,2.2905681133270264,0.9105730056762695,-3.1356348991394043,-2.046441078186035,-0.2718439996242523,2.6457130908966064,-1.8796310424804688,-0.8298429846763611,-0.4904470145702362,-3.1391749382019043,-1.5158599615097046,-3.1378629207611084,2.2238409519195557,2.3112809658050537,3.065109968185425,-3.5697178840637207,-1.2331160306930542,-4.0780720710754395,1.060907006263733,2.5538530349731445,2.4863500595092773,-3.114496946334839,1.4580880403518677,-1.6567150354385376,-1.6664730310440063,-3.1799960136413574,1.0532859563827515,-3.1397790908813477,-0.8954960107803345,-1.111528992652893,-1.1438380479812622,1.8046940565109253,2.172679901123047,-0.9550769925117493,-1.0317989587783813,-3.2354331016540527,0.06011100113391876,0.06984800100326538,-3.813059091567993,2.990267038345337,-1.5188989639282227,2.230525016784668,-2.617495059967041,2.8892500400543213,0.406482994556427,2.6536049842834473,2.9504919052124023,-2.3823928833007812,-3.0805139541625977,2.2779600620269775,-4.005735874176025,2.1296980381011963,-1.579071044921875,-0.18821799755096436,-1.8649870157241821,-3.9051849842071533,-4.01556921005249,0.02064500004053116,-3.1682450771331787,2.4991629123687744,3.232008934020996,-0.9831429719924927,-3.134768009185791,1.2669689655303955,1.219254970550537,0.035714998841285706,-4.5247650146484375,0.9656109809875488,1.2801289558410645,0.891389012336731,-2.581312894821167,-0.8489350080490112,-0.8930180072784424,0.5137119889259338,-3.0322179794311523,0.5674110054969788,0.09409300237894058,-2.5908749103546143,1.363239049911499,1.354161024093628,1.3309710025787354,2.0789120197296143,-3.047940969467163,2.2205209732055664,-1.1321439743041992,2.356368064880371,-1.8308789730072021,2.3486289978027344,-3.1807689666748047,0.9625170230865479,-4.180111885070801,-1.0851860046386719,-4.160796165466309,-3.150183916091919,-1.7858250141143799,2.8037049770355225,-4.469185829162598,-4.554992198944092,2.1060760021209717,-3.2141358852386475,-0.17807699739933014,-4.076577186584473,-3.08223295211792,2.0750069618225098,-2.3147060871124268,-2.023983955383301,2.716593027114868,-1.3200589418411255,-0.11908099800348282,-0.1295730024576187,0.10751800239086151,-3.414067029953003,-3.9076850414276123,-2.5766279697418213,2.7142999172210693,2.1808929443359375,-2.1357979774475098,-0.994396984577179,2.7001800537109375,-4.134340763092041,1.6150230169296265,1.2613370418548584,3.0036120414733887,2.1172800064086914,0.05814899876713753,-2.6840639114379883,-1.6383429765701294,0.08917699754238129,-0.6250470280647278,1.016435980796814,2.357180118560791,2.3342349529266357,-4.578487873077393,-0.2783760130405426,2.60499906539917,-1.3660310506820679,-2.8138349056243896,-0.6438390016555786,-0.19896799325942993,2.644299030303955,-1.0471969842910767,-0.9671949744224548,-0.4792720079421997,-4.182300090789795,-1.0455050468444824,2.4811389446258545,-0.4308840036392212,0.6479009985923767,1.1651949882507324,1.2077369689941406,-2.924386978149414,-4.646714210510254,-1.4974030256271362,-1.521317958831787,1.282783031463623,3.022106885910034,2.6493101119995117,2.7187259197235107,-1.0458660125732422,3.1424999237060547,1.888124942779541,0.8858889937400818,2.43574595451355,-1.872238039970398,2.953679084777832,-2.129054069519043,2.268893003463745,1.2093349695205688,-3.1736180782318115,0.4931879937648773,-2.068449020385742,-1.5854120254516602,1.441167950630188,-3.610663890838623,-1.4302079677581787,-3.150352954864502,-1.2181270122528076,2.2502329349517822,-3.195528984069824,-3.1662309169769287,-0.8637980222702026,2.6375670433044434,-2.979408025741577,-1.4607399702072144,1.5687140226364136,2.80997896194458,1.0065720081329346,2.701572895050049,2.3505659103393555,-3.1387150287628174,2.7871510982513428,-2.773094892501831,-3.476222038269043,2.1386539936065674,2.13211989402771,0.1228950023651123,-1.488705039024353,1.7851999998092651,0.47769901156425476,0.6597030162811279,-1.484768033027649,1.9807889461517334,-0.31943100690841675,-1.3743699789047241,2.568023920059204,2.6124889850616455,-3.151163101196289,-1.312764048576355,0.12275499850511551,0.8132920265197754,1.5116759538650513,2.8156208992004395,0.7455689907073975,2.1817820072174072,1.3809549808502197,-1.829048991203308,1.1090149879455566,2.912621021270752,0.6949549913406372,2.8479130268096924,-0.33926600217819214,0.5368559956550598,-2.6628611087799072,-2.632349967956543,-2.2117130756378174,2.3687520027160645,-1.4669229984283447,0.999862015247345,-0.007921000011265278,0.7983099818229675,-2.6107289791107178,2.139065980911255,2.8528950214385986,-4.019482135772705,2.4325621128082275,0.960066020488739,-2.9977710247039795,1.5697510242462158,2.441251039505005,2.470136880874634,-2.3763210773468018,-0.286202996969223,1.639454960823059,0.8840579986572266,1.7204359769821167,-2.099822998046875,1.3558039665222168,-0.9577329754829407,1.2330889701843262,2.9950668811798096,1.1205710172653198,2.34574294090271,-2.4709410667419434,0.3196370005607605,-2.117733955383301,0.9929389953613281,2.5869500637054443,-0.9641050100326538,2.038590908050537,-1.844696044921875,0.8065040111541748,-3.15268611907959,-3.1888771057128906,-0.9970840215682983,0.4843429923057556,-2.847071886062622,-1.3288090229034424,2.3423759937286377,-0.42265599966049194,-0.3860369920730591,0.0419900007545948,3.0562610626220703,-4.184286117553711,-4.149971961975098,2.413288116455078,-0.652338981628418,0.0844850018620491,1.9678679704666138,-3.2003750801086426,-3.1852169036865234,1.6827830076217651,1.9829790592193604,-1.1002670526504517,-1.4613679647445679,-3.1717820167541504,0.5642349720001221,1.1865589618682861,2.4705429077148438,1.1916600465774536,1.218122959136963,-0.9756140112876892,1.6320420503616333,2.929095983505249,-1.4466999769210815,-1.4524580240249634,2.890727996826172,0.6766570210456848,-1.1276110410690308,2.959994077682495,-0.5190510153770447,-3.433357000350952,-3.870522975921631,2.5303969383239746,-1.5966709852218628,-2.5311989784240723,-1.0192869901657104,2.4612739086151123,2.6932320594787598,2.0096399784088135,1.2165989875793457,-3.141042947769165,-0.596668004989624,-4.14919900894165,-0.8931599855422974,-0.622967004776001,-0.6764690279960632,1.9220789670944214,-1.7896640300750732,0.9350410103797913,0.9712259769439697,-0.05442899838089943,-1.4810580015182495,0.8570529818534851,0.5018519759178162,-3.1446330547332764,-2.757030963897705,1.0585819482803345,1.020387053489685,-0.6218550205230713,-2.570878028869629,2.7823550701141357,3.1605780124664307,-1.8132569789886475,2.143563985824585,0.8565670251846313,-0.614674985408783,2.6875879764556885,1.9188499450683594,-1.0237950086593628,2.149665117263794,1.6600450277328491,-4.124162197113037,1.8406569957733154,-3.174649953842163,-4.187431812286377,-0.8482879996299744,2.7357289791107178,2.1686720848083496,3.032288074493408,0.6218850016593933,2.46726393699646,0.6218730211257935,-2.0669360160827637,-0.4203149974346161,0.2390030026435852,3.0513410568237305,2.354254961013794,2.913274049758911,2.933568000793457,2.228698968887329,-3.078049898147583,0.9789369702339172,1.9962149858474731,-1.0102490186691284,2.3017990589141846,-4.340694904327393,2.239406108856201,-2.0050721168518066,-0.5965099930763245,1.38189697265625,1.532052993774414,-1.2657270431518555,-0.7758340239524841,-0.020556999370455742,-3.1340720653533936,-2.5478808879852295,2.875044107437134,2.614042043685913,-0.6887750029563904,-0.9339839816093445,-1.4134039878845215,1.2025970220565796,2.3836588859558105,0.5378959774971008,0.5159509778022766,-4.567352771759033,-2.0516390800476074,2.856729030609131,-1.1693370342254639,2.307616949081421,-3.932507038116455,-2.069627046585083,2.8500030040740967,-2.3483669757843018,2.6298129558563232,-0.5479410290718079,-3.2800240516662598,-4.056424140930176,-2.1429829597473145,-0.9125549793243408,1.2879929542541504,1.2552629709243774,-4.187310218811035,-0.23320600390434265,1.2225589752197266,-4.182733058929443,-1.9466710090637207,2.8745460510253906,1.4034429788589478,2.953387975692749,-1.9504129886627197,0.17781999707221985,0.13454200327396393,0.8347529768943787,-0.37887799739837646,2.8260490894317627,-1.0246249437332153,-3.178708076477051,-1.1588599681854248,-1.198483943939209,1.2562220096588135,2.145535945892334,0.4535810053348541,1.1972500085830688,0.2790670096874237,-1.5305780172348022,-4.650088787078857,-1.773192048072815,-4.447874069213867,-2.1787219047546387,-2.065608024597168,-2.0031509399414062,-4.422915935516357,-4.145296096801758,-1.926481008529663,-0.8144940137863159,-0.32541799545288086,-1.1918079853057861,-2.4957480430603027,-1.14260995388031,-2.2696380615234375,-2.2463529109954834,1.0277440547943115,-1.7816540002822876,-2.4637510776519775,2.101564884185791,0.14030100405216217,0.15136000514030457,-0.9773749709129333,-2.453028917312622,-3.1478519439697266,-0.35877299308776855,2.211987018585205,-4.109498977661133,-2.662053108215332,1.6918020248413086,2.216464042663574,-4.304825782775879,-0.39048099517822266,2.3942830562591553,1.8152300119400024,1.4206290245056152,0.36635398864746094,1.2692409753799438,-3.148906946182251,2.44246506690979,0.9822379946708679,2.9865779876708984,2.6858670711517334,-1.627411961555481,-4.172245025634766,2.9581658840179443,2.9694089889526367,-2.54006290435791,-1.0924040079116821,2.9824140071868896,1.0449880361557007,-2.562690019607544,1.6060919761657715,-0.8605899810791016,1.8905420303344727,-1.9498059749603271,-3.793872117996216,-1.1766079664230347,-0.438960999250412,0.1936420053243637,2.0582330226898193,-3.0714850425720215,-2.999629020690918,-0.9504290223121643,0.8145040273666382,2.4041800498962402,1.6743370294570923,2.269942045211792,-2.539757013320923,-1.672866940498352,2.2095909118652344,-2.177773952484131,2.4985790252685547,2.429753065109253,1.1764839887619019,1.2366420030593872,-1.1316709518432617,2.75700306892395,2.21225905418396,-0.1319340020418167,0.8998399972915649,0.8804119825363159,-0.07414700090885162,1.9637060165405273,-1.5030080080032349,2.1757090091705322,-0.5804139971733093,-0.5770009756088257,-3.1838650703430176,-2.7623469829559326,3.146904945373535,-4.0789899826049805,-1.391903042793274,0.7953810095787048,2.7818620204925537,0.17547200620174408,1.530998945236206,-1.5465500354766846,0.6133520007133484,1.451969027519226,-3.798398971557617,2.514125108718872,0.15692800283432007,0.9849399924278259,1.7712010145187378,-3.3396170139312744,-1.6214779615402222,-3.332667112350464,-3.9589550495147705,1.2511789798736572,2.6537320613861084,-2.886168956756592,0.2599709928035736,-2.8138489723205566,2.888782024383545,2.213205099105835,-2.6978909969329834,-1.5237749814987183,-2.2024319171905518,1.1087620258331299,-1.0853699445724487,2.1869609355926514,2.6841869354248047,-2.257244110107422,-0.4312640130519867,2.276634931564331,-0.24664099514484406,1.1191589832305908,-3.187969923019409,-3.0452721118927,-1.787680983543396,-1.9710110425949097,-4.197566986083984,2.4989800453186035,-1.9630110263824463,0.6999310255050659,-1.5525579452514648,-3.1573939323425293,-0.8922439813613892,-1.3425019979476929,-4.029997825622559,2.334861993789673,-3.8631839752197266,2.9531500339508057,-2.171875,-2.7750210762023926,1.0377520322799683,2.7022409439086914,-1.1168040037155151,1.385565996170044,-3.183669090270996,-4.201056957244873,-2.460347890853882,-4.506383895874023,2.6965179443359375,-2.3284220695495605,2.775538921356201,2.892982006072998,-1.4344630241394043,1.8563179969787598,0.39686301350593567,-0.5028730034828186,-4.440237998962402,2.5836899280548096,-0.4585370123386383,-4.525545120239258,-1.8711620569229126,3.0734829902648926,-3.1848530769348145,-0.9278510212898254,-4.337460994720459,-3.1549580097198486,0.50655597448349,2.9663350582122803,0.0738930031657219,-4.581107139587402,2.8555550575256348,-0.9126189947128296,1.3598239421844482,1.2065930366516113,2.2279629707336426,-2.791066884994507,1.0551300048828125,2.7165091037750244,2.4469640254974365,-4.093946933746338,-0.6235209703445435,-0.6444889903068542,-2.7284209728240967,2.873223066329956,1.527204990386963,-0.5461329817771912,-3.0459330081939697,1.6941139698028564,2.349174976348877,-1.232151985168457,0.18339399993419647,1.202226996421814,-2.4396259784698486,1.7745029926300049,-3.992279052734375,-3.193892002105713,-3.212563991546631,1.6846259832382202,-4.139634132385254,2.3323628902435303,2.7088730335235596,2.8731958866119385,-1.5195809602737427,1.3124300241470337,-0.999413013458252,1.8860349655151367,0.8179770112037659,-0.6091579794883728,-3.177700996398926,2.5486299991607666,-3.136384963989258,1.5528539419174194,2.9588279724121094,-1.7263100147247314,-3.7339720726013184,-2.481261968612671,2.9305338859558105,2.012938976287842,3.096035957336426,1.6756139993667603,-4.565299034118652,2.927793025970459,3.0639851093292236,-2.6042699813842773,-2.30126690864563,-3.3845911026000977,1.4541970491409302,2.0482370853424072,1.9694550037384033,2.752089023590088,-1.7372260093688965,-1.8104640245437622,-1.5118160247802734,-0.4709799885749817,1.7899529933929443,3.079310894012451,-1.9106069803237915,-3.307107925415039,-4.180650234222412,-1.7375489473342896,-3.5955090522766113,1.0246119499206543,2.5836949348449707,-0.86810702085495,0.10156600177288055,2.533811092376709,-4.190720081329346,-4.198170185089111,1.8867110013961792,2.3658339977264404,-3.856203079223633,0.03950899839401245,1.6937459707260132,-3.1314799785614014,0.5205410122871399,-0.9489449858665466,-3.247400999069214,-2.2649760246276855,-1.464095950126648,-1.935755968093872,-4.4576191902160645,-3.030694007873535,2.4314210414886475,2.778078079223633,-2.0766780376434326,3.064905881881714,2.785543918609619,-0.8783810138702393,-1.5271400213241577,-2.733159065246582,1.1577579975128174,-0.19572000205516815,-1.0251330137252808,2.5073390007019043,-1.4171479940414429,-1.4298410415649414,1.961387038230896,-0.46701499819755554,-0.0954969972372055,2.508363962173462,2.492345094680786,2.530247926712036,2.0339949131011963,-1.5078669786453247,1.1716129779815674,-1.2184749841690063,1.1981300115585327,1.1827830076217651,-0.9946939945220947,2.0223910808563232,-1.5004570484161377,2.3409841060638428,1.8596140146255493,-2.3586490154266357,-4.20896577835083,-4.163650035858154,-4.158792018890381,1.5198630094528198,-1.5140869617462158,-0.9885389804840088,0.7542809844017029,1.1046910285949707,1.4602030515670776,-1.75068199634552,-1.3368949890136719,2.876607894897461,-3.9357728958129883,2.9424450397491455,-4.613012790679932,-3.142843008041382,0.49706900119781494,1.209123969078064,-2.509197950363159,-2.65620493888855,-1.1002620458602905,-1.0757269859313965,2.179847002029419,1.742318034172058,-3.333483934402466,1.2755450010299683,-1.1898980140686035,-0.6315609812736511,1.1510330438613892,1.6533420085906982,2.4366509914398193,3.048466920852661,-0.19640600681304932,-1.960515022277832,-1.3298419713974,0.5914379954338074,-3.1867189407348633,0.1224450021982193,-0.5069800019264221,-4.484450817108154,-4.515246868133545,0.9194039702415466,-3.131498098373413,2.855978012084961,1.2531479597091675,-3.2759950160980225,0.47402799129486084,2.441035032272339,2.563383102416992,-3.1508750915527344,1.0194419622421265,-4.08892297744751,0.5774989724159241,0.8890489935874939,-1.2413439750671387,1.303305983543396,-2.1676249504089355,-3.154741048812866,-4.190475940704346,-4.388115882873535,-1.1818039417266846,-3.1573901176452637,2.1656439304351807,-1.101181983947754,-1.7488540410995483,-3.175112009048462,-1.637984037399292,0.45377999544143677,0.5595589876174927,-3.1512649059295654,-1.7678619623184204,-3.405256986618042,2.9817020893096924,-1.7918260097503662,1.111943006515503,1.9478709697723389,1.458961009979248,-2.8266239166259766,-0.4424870014190674,1.173253059387207,2.0776000022888184,-3.6247410774230957,-1.6276979446411133,2.369462013244629,-4.07482385635376,-2.260854959487915,-2.1038410663604736,1.4141000509262085,-2.394742012023926,-4.561295032501221,-1.6737220287322998,0.7589489817619324,0.8287349939346313,0.04181300103664398,-1.0724300146102905,2.4304358959198,-2.75291109085083,-1.5573290586471558,-0.5910859704017639,2.2674338817596436,-1.0549499988555908,0.9777950048446655,2.1922640800476074,2.0889999866485596,0.731751024723053,-4.341909885406494,-3.8583900928497314,1.611657977104187,1.474094033241272,3.273838996887207,-2.454396963119507,-2.627013921737671,1.1317349672317505,-3.4056589603424072,2.513545036315918,2.7269060611724854,2.801048994064331,-3.145127058029175,-1.5793770551681519,-1.5409159660339355,0.5164579749107361,2.081183910369873,0.47713398933410645,-0.8410069942474365,2.963270902633667,2.562627077102661,2.5321929454803467,2.5694448947906494,2.4210660457611084,-4.289632797241211,1.0544300079345703,-0.69336998462677,0.869422972202301,-2.6946780681610107,1.527114987373352,2.69690203666687,2.7032670974731445,0.8274760246276855,-0.26245298981666565,-0.643094003200531,1.3401429653167725,1.0627779960632324,0.8788830041885376,1.75081205368042,0.9565460085868835,-4.1378631591796875,2.6826210021972656,3.1324079036712646,-2.699479103088379,-0.9417960047721863,-2.0551888942718506,0.66559898853302,2.205054998397827,-1.4288619756698608,3.2462010383605957,-1.140699028968811,-1.1453629732131958,-4.246607780456543,-4.190776824951172,-4.034517765045166,2.5300910472869873,2.218592882156372,-1.4144099950790405,-1.392838954925537,-2.817919969558716,1.3176640272140503,-0.506604015827179,1.2601209878921509,1.253290057182312,-4.191511154174805,-4.560557842254639,-1.000054955482483,-1.7477869987487793,1.2259420156478882,-1.6744229793548584,1.2268610000610352,2.212754964828491,2.5273239612579346,2.5070559978485107,2.5482139587402344,1.2639410495758057,2.6246159076690674,1.320997953414917,-3.5775721073150635,-3.287813901901245,-1.3708200454711914,-1.409011960029602,-0.8634459972381592,-0.9622420072555542,-3.183574914932251,2.8989739418029785,-2.17889404296875,2.597878932952881,-1.0210460424423218,-0.9642149806022644,-0.9348459839820862,-2.6153879165649414,-0.7023969888687134,-4.044466972351074,-4.055534839630127,-1.531680941581726,3.2057058811187744,1.2832529544830322,1.3183159828186035,-0.07936699688434601,-1.8168879747390747,-2.5742640495300293,1.932286024093628,0.7977439761161804,1.116245985031128,-2.969575881958008,2.357882022857666,-1.368332028388977,-3.1747169494628906,-1.6512340307235718,-1.3804229497909546,-1.4186220169067383,-0.7298300266265869,0.6936320066452026,-1.1698960065841675,3.235419988632202,-1.2689870595932007,1.7581249475479126,1.947281002998352,-1.2676199674606323,-4.189499855041504,-0.16159500181674957,-4.284701824188232,-1.3584070205688477,1.8313790559768677,1.7974879741668701,1.8340920209884644,0.5861629843711853,2.470158100128174,-2.7483999729156494,-3.193279981613159,2.8404009342193604,0.2320210039615631,3.057537078857422,-0.3897640109062195,0.6060649752616882,2.195159912109375,-1.6732900142669678,2.955497980117798,-3.1794240474700928,-4.144394874572754,0.6269840002059937,0.86006098985672,0.8490890264511108,2.493709087371826,-0.28769099712371826,-1.6082119941711426,2.4567830562591553,1.2668739557266235,0.19256600737571716,1.7919319868087769,-0.5490450263023376,0.7287110090255737,1.2494419813156128,2.1951539516448975,-1.4318079948425293,0.24971899390220642,1.536281943321228,2.954190969467163,-2.6659200191497803,-1.8648240566253662,1.025236964225769,-0.8480119705200195,3.097872018814087,3.1019349098205566,1.8495539426803589,-3.6025309562683105,0.056853998452425,-1.4227819442749023,-1.4054460525512695,-4.184435844421387,-0.773406982421875,1.2229039669036865,1.1974689960479736,-1.1701899766921997,-1.1649550199508667,-0.6217449903488159,2.121105909347534,3.0091750621795654,2.106384038925171,1.7911189794540405,-2.603419065475464,-1.2736150026321411,1.6427079439163208,3.233717918395996,1.2147430181503296,0.6466330289840698,-2.187446117401123,1.7579309940338135,-0.8365370035171509,0.7109619975090027,-0.40928399562835693,0.09987299889326096,0.7332620024681091,0.8828510046005249,0.8706390261650085,1.1712570190429688,-3.1795289516448975,-1.9103599786758423,-2.132719039916992,-2.811924934387207,3.1345889568328857,-0.1162630021572113,-2.9555420875549316,1.5824609994888306,-3.070844888687134,-3.046844959259033,-1.7994320392608643,0.28773000836372375,-0.8265920281410217,-0.7922160029411316,1.940271019935608,-2.0741209983825684,2.735896110534668,1.2523629665374756,-4.164381980895996,0.24510399997234344,-2.928554058074951,0.9137259721755981,-2.509674072265625,2.3017780780792236,0.8361070156097412,-2.43493390083313,3.1238229274749756,2.9718830585479736,3.08911395072937,-1.4867099523544312,2.3160860538482666,-1.8678719997406006,1.167456030845642,2.521148920059204,-0.8024770021438599,0.5097399950027466,-0.7635390162467957,-2.587986946105957,-0.5659030079841614,-1.2005120515823364,3.2618091106414795,-3.156536102294922,1.1863360404968262,2.803889036178589,2.638607978820801,-3.3936638832092285,0.7867749929428101,0.7816920280456543,0.7601640224456787,0.782604992389679,2.134737014770508,0.7407130002975464,-0.521685004234314,-2.639707088470459,3.172729015350342,-3.763490915298462,-1.569808006286621,-1.0006519556045532,-3.17901611328125,-1.5460530519485474,-4.0876688957214355,1.2271180152893066,-3.683351993560791,2.022861957550049,-3.822050094604492,1.894703984260559,-0.20809200406074524,0.8219010233879089,0.9681050181388855,2.6914870738983154,0.17022299766540527,3.2330379486083984,-3.008286952972412,-2.9057700634002686,-2.144300937652588,0.9097480177879333,0.4579229950904846,-4.425806999206543,-3.551740884780884,2.5934460163116455,0.8200230002403259,2.8961520195007324,2.1609749794006348,3.075911045074463,-2.7347218990325928,2.809659957885742,-1.8369200229644775,2.0032360553741455,0.7671579718589783,-4.1805009841918945,-1.5865730047225952,-3.147839069366455,2.7648708820343018,2.772439956665039,0.9443020224571228,-1.3622729778289795,-1.7348530292510986,0.6104120016098022,-1.038869023323059,-0.663441002368927,-1.062777042388916,-1.2698140144348145,-1.2742650508880615,-0.7126240134239197,1.0510029792785645,-3.2297170162200928,-4.0781378746032715,-4.189154148101807,2.393022060394287,-1.8869750499725342,-1.9993540048599243,1.209280014038086,-0.012160000391304493,2.6447720527648926,-2.026163101196289,1.5284479856491089,2.909804105758667,-0.5407599806785583,-1.045192003250122,-1.0469119548797607,1.8596299886703491,1.3825249671936035,2.938767910003662,2.2830920219421387,1.1062719821929932,-0.0341310016810894,-3.100445032119751,-1.201848030090332,-1.6315330266952515,3.001012086868286,-1.0271610021591187,-2.8041110038757324,0.6466779708862305,0.07166499644517899,2.17391300201416,-1.2447700500488281,-1.0467720031738281,2.394033908843994,-1.1600309610366821,1.3726420402526855,-1.074336051940918,-0.1453610062599182,-2.7590279579162598,0.4341239929199219,2.801168918609619,-0.418844997882843,2.7813498973846436,0.7488340139389038,2.6751880645751953,-0.09826300293207169,-1.1796729564666748,2.732309103012085,-1.5442789793014526,-3.137341022491455,-1.6187520027160645,-1.451153039932251,0.7222849726676941,-3.162933111190796,-0.4228059947490692,1.0996969938278198,-1.2159359455108643,1.9768019914627075,1.9737130403518677,-2.3957839012145996,0.4931040108203888,-4.604788780212402,-3.902400016784668,-0.8703569769859314,-0.00800700020045042,-0.02157600037753582,0.14526300132274628,1.2872220277786255,2.2478139400482178,-1.1971909999847412,2.1774818897247314,-1.9871200323104858,-2.512687921524048,3.1016790866851807,1.153359055519104,0.9325799942016602,-2.348745107650757,-0.6284610033035278,2.1101250648498535,-0.43661901354789734,-0.7757520079612732,1.8857539892196655,1.904229998588562,-2.384967088699341,0.926904022693634,2.401819944381714,-0.4887630045413971,1.1806910037994385,-4.144175052642822,-1.554468035697937,-3.571225881576538,2.1697750091552734,-4.205906867980957,2.578542947769165,-2.6559560298919678,1.9638550281524658,0.938497006893158,2.396466016769409,2.720000982284546,-4.170755863189697,-1.755202054977417,-1.1779470443725586,-4.182127952575684,-3.1341099739074707,-4.182052135467529,-4.207681179046631,0.9948750138282776,1.3063629865646362,2.9838409423828125,-3.9801669120788574,2.4345200061798096,-3.445590019226074,1.3774620294570923,-1.4055110216140747,-0.09342499822378159,-0.0880960002541542,1.650583028793335,0.519798994064331,-4.203245162963867,-0.043255001306533813,-2.686263084411621,-1.0493719577789307,-3.1057660579681396,-3.9649219512939453,-2.377624988555908,0.06097700074315071,-0.5274310111999512,-1.3747800588607788,-1.6687500476837158,2.9441869258880615,-1.5651930570602417,0.722091019153595,-3.2947330474853516,2.787264108657837,-3.218079090118408,-1.074334979057312,0.9316580295562744,-1.5701199769973755,-1.1262660026550293,0.9860439896583557,1.1456910371780396,0.9428650140762329,-1.5005290508270264,-2.5098369121551514,1.1267470121383667,-0.9688169956207275,-3.0754799842834473,-1.8074589967727661,-3.1657299995422363,-3.1479990482330322,3.0631051063537598,2.4034249782562256,1.5786410570144653,0.16516199707984924,0.5230469703674316,-0.4492959976196289,-2.5330100059509277,1.4783480167388916,-2.2794198989868164,0.8210660219192505,1.1452059745788574,-1.3910549879074097,2.638056993484497,2.24241304397583,2.840507984161377,-1.6261910200119019,2.3779470920562744,2.3609249591827393,2.321671962738037,-1.2732809782028198,-0.04559199884533882,2.512845039367676,0.5664889812469482,2.8742330074310303,-4.127530097961426,-4.15045690536499,2.35823392868042,2.600332021713257,-3.994494915008545,1.2000889778137207,1.1804360151290894,1.1325310468673706,1.1022650003433228,-3.714418888092041,-3.260638952255249,-3.761833906173706,-3.768558979034424,0.23972199857234955,-1.8658709526062012,-1.8281229734420776,0.14351500570774078,-0.6022670269012451,0.3728260099887848,-2.0147271156311035,-0.009701999835669994,-3.134766101837158,0.023182999342679977,-2.539484977722168,-3.879157066345215,-0.07627800107002258,-0.9456470012664795,-1.071189045906067,-1.0413609743118286,0.4458490014076233,2.709897041320801,0.2956419885158539,-1.1399610042572021,-2.4684560298919678,-3.136904001235962,1.9281270503997803,-1.4000450372695923,-3.177535057067871,-4.506853103637695,1.3414889574050903,1.1117839813232422,-1.523300051689148,2.9036240577697754,2.294128894805908,0.09634000062942505,-3.8452110290527344,-1.0401029586791992,2.0014030933380127,-3.133162021636963,-2.6816608905792236,-0.8372700214385986,-0.5105260014533997,2.859158992767334,-2.363352060317993,2.9166951179504395,0.9144700169563293,-1.3948030471801758,0.7722619771957397,0.8028299808502197,-0.37738001346588135,-4.182977199554443,3.0420000553131104,-1.9691840410232544,-0.2028059959411621,-2.1889989376068115,1.3100459575653076,2.5589780807495117,1.0921390056610107,1.117737054824829,1.1164350509643555,0.9467939734458923,0.5358669757843018,-3.1517961025238037,0.6004989743232727,-0.695904016494751,-1.3049629926681519,-3.1556448936462402,-4.292294979095459,1.8473880290985107,-4.122745990753174,-1.4005179405212402,-4.271531105041504,3.1136200428009033,-3.1826059818267822,1.0442509651184082,2.6285400390625,-2.976963996887207,2.790482997894287,-4.643796920776367,-4.159952163696289,2.7846169471740723,2.755402088165283,-1.0559920072555542,2.943105936050415,-0.5214250087738037,2.8856749534606934,-4.3077239990234375,-3.9460630416870117,2.688654899597168,0.014580000191926956,-1.2069050073623657,-4.1885600090026855,-3.000119924545288,2.3812739849090576,0.480459988117218,-4.192337989807129,-1.7479490041732788,-1.3047529458999634,-4.36756706237793,-1.4800939559936523,0.5037069916725159,2.857222080230713,0.08459199965000153,1.1283190250396729,-1.7987760305404663,-2.432800054550171,-1.4110430479049683,3.11183500289917,-3.1568350791931152,2.846205949783325,1.1964069604873657,2.8724899291992188,2.7799370288848877,2.9546890258789062,2.097222089767456,-3.268019914627075,-0.3542479872703552,2.703603982925415,1.2008930444717407,-4.159913063049316,1.2139860391616821,3.142503023147583,-0.14060699939727783,2.992516040802002,-1.9447489976882935,-1.0551960468292236,1.1389880180358887,2.3073530197143555,2.8723649978637695,2.71818208694458,2.012701988220215,1.2483479976654053,-1.7152429819107056,1.2667820453643799,2.655618906021118,1.8055609464645386,-3.1647119522094727,2.084192991256714,-1.248129963874817,-1.21623694896698,1.0224850177764893,2.641150951385498,-0.4494979977607727,-2.76206111907959,-1.593634009361267,1.2995929718017578,-0.25902900099754333,-2.525808095932007,-1.0641069412231445,-1.6069790124893188,2.7743170261383057,1.294985055923462,0.5351099967956543,0.22780999541282654,-1.0789350271224976,2.487154006958008,1.1781259775161743,1.134883999824524,-2.4124350547790527,-2.4733309745788574,0.8542860150337219,0.8732370138168335,-1.949728012084961,2.3675150871276855,2.8205790519714355,1.7613849639892578,-0.7795600295066833,-3.6317429542541504,-3.1587491035461426,-1.638403058052063,-1.6072959899902344,2.8317630290985107,0.9800199866294861,1.0068570375442505,-1.0988719463348389,-2.621722936630249,0.9345759749412537,3.247908115386963,-0.36709699034690857,-4.181471824645996,-1.4271520376205444,0.43071699142456055,1.88018798828125,1.1376529932022095,-2.1472160816192627,-4.161655902862549,-1.8696759939193726,2.4843380451202393,-2.3412439823150635,2.6922619342803955,-2.530616044998169,2.576206922531128,2.329900026321411,0.8591629862785339,-1.2603119611740112,-1.350625991821289,2.527005910873413,-2.7855019569396973,-1.5904350280761719,-4.547235012054443,-1.9571609497070312,-1.2699309587478638,-1.15413498878479,-3.0060060024261475,0.7079049944877625,-2.7762370109558105,-1.4998610019683838,-1.0021170377731323,2.480998992919922,3.1992270946502686,-2.129560947418213,-0.234156996011734,2.2169270515441895,-1.386788010597229,-4.052154064178467,1.6953500509262085,-2.7384440898895264,2.6993041038513184,1.2527070045471191,-0.5954430103302002,-0.2956770062446594,-0.7880489826202393,-1.3598690032958984,2.7149670124053955,-3.155158042907715,2.8274500370025635,1.2894539833068848,0.9501299858093262,-3.369668960571289,-4.651548862457275,0.5003529787063599,0.5750859975814819,1.9751759767532349,2.3118560314178467,1.2193729877471924,-4.172529220581055,-2.272007942199707,1.9295790195465088,1.0564420223236084,2.124138116836548,0.8570849895477295,1.0315849781036377,-2.759871006011963,-1.236510992050171,0.886821985244751,-1.6667779684066772,-1.755748987197876,-1.9090570211410522,-0.9418690204620361,2.070180892944336,0.19028699398040771,-1.2270450592041016,-3.1293718814849854,-1.4732019901275635,0.7159619927406311,0.7068290114402771,-3.174251079559326,0.17541299760341644,-1.350970983505249,-2.199528932571411,0.8834450244903564,1.4361740350723267,2.27949595451355,2.6628940105438232,2.8405110836029053,2.7291719913482666,0.6385179758071899,-2.569611072540283,2.557471990585327,2.1583449840545654,-1.7028529644012451,0.20818400382995605,-1.9726530313491821,-2.744687080383301,1.9291809797286987,-4.184226989746094,-2.488102912902832,2.0649759769439697,-1.2148979902267456,-3.206176996231079,-1.2808109521865845,-3.163439989089966,-0.8118990063667297,0.5310909748077393,0.5234280228614807,-1.0318599939346313,-0.5980870127677917,0.40187200903892517,-1.414005994796753,1.572018027305603,2.043397903442383,1.8826179504394531,2.753293991088867,2.478914976119995,2.18475604057312,1.5343470573425293,2.9126338958740234,-0.632794976234436,2.7334959506988525,-4.19550085067749,-4.279049873352051,0.4625749886035919,0.12129899859428406,2.5483860969543457,2.5544180870056152,2.9072670936584473,2.9639179706573486,-1.0076240301132202,1.4592009782791138,-3.145925998687744,1.1864800453186035,0.9681209921836853,-0.08021900057792664,1.554671049118042,-3.708332061767578,2.019731044769287,0.4138610064983368,-3.1375279426574707,-2.9106509685516357,0.13798899948596954,-1.1991230249404907,-1.4945939779281616,-3.6826260089874268,0.7297989726066589,-0.10334400087594986,-0.46359899640083313,2.303209066390991,-1.9959629774093628,2.802164077758789,2.693671941757202,0.5244500041007996,-0.17740799486637115,3.170099973678589,2.4972739219665527,-1.0035059452056885,-2.6351420879364014,2.1907858848571777,2.181781053543091,3.218441963195801,0.5816529989242554,-0.8371589779853821,-1.1641290187835693,-0.6368449926376343,-4.140495777130127,1.406214952468872,-1.8363640308380127,1.5325000286102295,-3.1470398902893066,-1.929069995880127,-2.2784910202026367,0.07383599877357483,-3.097745895385742,-2.083275079727173,2.4399049282073975,-1.7123429775238037,-0.836804986000061,-0.2743310034275055,-2.7587549686431885,0.09605100005865097,-1.0763310194015503,2.789000988006592,1.5892540216445923,-1.2327229976654053,-1.1510009765625,-3.500123977661133,-1.04196298122406,1.2387089729309082,2.554819107055664,2.6762349605560303,-3.5796658992767334,-3.1806089878082275,-0.5726240277290344,1.64329195022583,1.5999189615249634,-2.709136962890625,-3.158519983291626,-3.1717529296875,-1.4114240407943726,-4.1823930740356445,-1.3720550537109375,2.401787042617798,0.9671429991722107,1.2542760372161865,0.45006200671195984,-2.5709071159362793,-4.122043132781982,1.213729977607727,-1.474411964416504,-1.2709629535675049,-3.2234530448913574,3.195713996887207,2.2073841094970703,-3.1576879024505615,-3.5122029781341553,-2.902074098587036,-0.9998040199279785,-2.356231927871704,1.3348710536956787,0.5090000033378601,-2.794404983520508,0.6935449838638306,0.6836040019989014,-2.513979911804199,1.9499130249023438,-4.411683082580566,2.615860939025879,1.8027340173721313,-1.7121429443359375,-3.983022928237915,-0.8368759751319885,-1.448254942893982,-0.9927530288696289,-3.142549991607666,1.8409860134124756,0.8373510241508484,0.6714969873428345,-2.087308883666992,-4.161826133728027,-4.18228816986084,-4.1818342208862305,-2.4170939922332764,-2.4874799251556396,-2.889677047729492,-2.9604430198669434,0.888929009437561,2.7407259941101074,2.6657159328460693,0.9635419845581055,2.6408989429473877,-2.051440954208374,-1.5937670469284058,2.015558958053589,-0.3930540084838867,-4.364309787750244,1.9916579723358154,-0.4835990071296692,1.1935299634933472,-0.373989999294281,-2.4398889541625977,-4.592985153198242,-3.4916350841522217,2.019340991973877,2.337855100631714,-4.53508186340332,-3.142548084259033,2.2800920009613037,1.0486749410629272,-3.063451051712036,3.039339065551758,-3.155224084854126,1.9770729541778564,-1.370316982269287,-1.1096889972686768,2.454943895339966,2.6499440670013428,2.532917022705078,-3.4760890007019043,1.4674530029296875,-0.026789000257849693,0.5960789918899536,0.004654000047594309,-0.6663389801979065,-3.835365056991577,1.790917992591858,-0.5495010018348694,1.5722780227661133,-0.4718869924545288,1.733165979385376,-1.0520809888839722,-0.32047200202941895,-1.3636829853057861,2.6502280235290527,-1.2000089883804321,-2.996443033218384,-3.586353063583374,-0.05174800008535385,1.3278950452804565,1.2906980514526367,-0.6461319923400879,-0.5481340289115906,-1.9990960359573364,2.3598060607910156,-0.7007480263710022,-4.569827079772949,-1.0858139991760254,1.1388700008392334,2.7517828941345215,0.020711999386548996,2.302489995956421,2.871246099472046,2.8653459548950195,-1.2307289838790894,-1.6785730123519897,-1.557129979133606,2.8541269302368164,-1.0331590175628662,1.1414610147476196,1.1594799757003784,-1.2982139587402344,2.060296058654785,-3.127847909927368,1.074018955230713,-3.134269952774048,2.200690984725952,1.513530969619751,-1.118962049484253,-1.8403279781341553,3.0413410663604736,0.6482610106468201,1.1295119524002075,-2.5184810161590576,1.0693130493164062,1.0438929796218872,1.029662013053894,-2.2336740493774414,-2.1130518913269043,0.9852920174598694,-1.0605629682540894,2.248150110244751,-4.600566864013672,-2.4719479084014893,1.1799590587615967,2.193773031234741,2.1724190711975098,-2.0715529918670654,-2.0344510078430176,2.9717609882354736,-0.48637500405311584,-0.5009130239486694,0.6422309875488281,0.5284969806671143,-0.2898400127887726,-1.985764980316162,2.7719650268554688,0.5283439755439758,0.77183598279953,0.8239690065383911,-1.5204590559005737,2.6797080039978027,0.13513700664043427,-2.290342092514038,-2.315774917602539,1.600327968597412,-1.4204519987106323,1.1185489892959595,-3.179539918899536,-3.689754009246826,-3.1383841037750244,1.2455500364303589,3.014657974243164,3.248297929763794,-3.107116937637329,1.8344080448150635,-3.200637102127075,-1.5567140579223633,-0.26507100462913513,0.6466709971427917,2.284137010574341,2.9415619373321533,1.353044033050537,-2.202677011489868,-0.18739299476146698,3.048206090927124,2.2615950107574463,-1.8794620037078857,0.4598749876022339,1.7972790002822876,-4.077067852020264,2.7982308864593506,0.9624239802360535,2.9157190322875977,-1.783370018005371,-1.8562259674072266,-0.16609400510787964,-0.5166190266609192,-0.49529901146888733,0.12140200287103653,-1.9367239475250244,-1.6702649593353271,-2.2658889293670654,1.2564990520477295,2.275257110595703,-0.7872800230979919,-0.8073350191116333,-1.1123130321502686,-3.1781609058380127,-1.907789945602417,2.3281540870666504,-3.0515499114990234,-2.448122024536133,-3.157351016998291,-1.684960961341858,-3.091593027114868,-1.5298420190811157,3.247826099395752,3.251913070678711,0.3821919858455658,1.4480079412460327,2.304090976715088,-1.6352089643478394,-1.4195950031280518,2.744040012359619,0.4897739887237549,1.8284759521484375,-2.358346939086914,-3.1386029720306396,0.995697021484375,1.0901700258255005,-2.643441915512085,1.273813009262085,-1.5208059549331665,-2.3353209495544434,-1.5067440271377563,2.2120230197906494,-1.3108019828796387,-1.5773869752883911,1.3992689847946167,0.946789026260376,-1.4112709760665894,-4.1155171394348145,-2.4391028881073,2.70434308052063,1.5287450551986694,1.3650360107421875,2.9821949005126953,1.0785629749298096,-4.197886943817139,-3.2992169857025146,0.6734219789505005,-2.6503310203552246,-3.2732059955596924,-0.5476620197296143,1.4712790250778198,-1.4574040174484253,1.6768519878387451,-2.092637062072754,0.010431000031530857,-1.9939850568771362,2.170746088027954,-3.1347029209136963,-3.137065887451172,-0.8520339727401733,2.004378080368042,1.225324034690857,0.14000000059604645,-0.882656991481781,-0.7969470024108887,-4.473561763763428,-3.1938350200653076,-1.0086389780044556,1.365267038345337,-4.076397895812988,1.8637850284576416,0.9555439949035645,2.7120120525360107,2.7773048877716064,-1.0117319822311401,2.9368600845336914,-3.180479049682617,-3.1630918979644775,-0.7074310183525085,2.999933958053589,-1.7116930484771729,-1.1817389726638794,3.114142894744873,0.050259001553058624,-1.3015259504318237,-3.1743690967559814,-2.926234006881714,0.018038000911474228,1.2519210577011108,-1.4013769626617432,-1.3097349405288696,0.46950799226760864,-3.194413900375366,-1.8891270160675049,2.5492100715637207,2.201509952545166,-3.133012056350708,-4.280553817749023,-4.368754863739014,2.4581480026245117,-2.761665105819702,0.160863995552063,-4.024997234344482,-0.9260349869728088,-0.950219988822937,2.5585849285125732,2.1666390895843506,-3.136687994003296,-1.004884958267212,2.819114923477173,2.6184470653533936,2.208570957183838,0.904026985168457,-0.76944899559021,1.987352967262268,-3.9246060848236084,-3.943021059036255,0.10522100329399109,1.2745740413665771,2.4240269660949707,2.4991679191589355,2.4891600608825684,-1.0626239776611328,-1.0303419828414917,-1.1413029432296753,-1.1006430387496948,-1.200011968612671,-0.7226880192756653,-2.0507891178131104,1.6827219724655151,-0.5123779773712158,-4.626594066619873,-4.1816630363464355,-3.7902050018310547,-4.478610992431641,0.9582139849662781,-2.134145975112915,1.2981020212173462,0.6489980220794678,2.7319459915161133,-3.0842790603637695,-3.1300981044769287,2.9888110160827637,3.2546119689941406,-1.2736159563064575,1.1540499925613403,1.1331119537353516,-3.3010671138763428,2.190247058868408,-3.0280981063842773,-1.0115350484848022,0.46577098965644836,2.8757290840148926,2.9218571186065674,-2.0199708938598633,-4.159684181213379,1.192903995513916,-0.7249019742012024,-0.7318540215492249,-1.0498939752578735,-1.53718101978302,-1.749688982963562,2.212728977203369,-1.3596689701080322,-4.298317909240723,-4.18858003616333,-4.291274070739746,3.2288761138916016,0.8454099893569946,0.8217009902000427,1.557973027229309,-1.8261549472808838,-0.8762959837913513,-1.5618430376052856,-4.188563823699951,-1.862746000289917,2.648071050643921,3.12549090385437,-4.044528007507324,0.3976309895515442,0.3513680100440979,2.2315640449523926,2.3252370357513428,0.7057049870491028,1.3517249822616577,-3.2143959999084473,2.0298550128936768,-1.562945008277893,-2.0314509868621826,-2.160573959350586,-0.5293700098991394,-2.6512670516967773,-4.183873176574707,-0.37109100818634033,1.3194530010223389,-0.7922049760818481,2.175555944442749,-3.3885350227355957,-1.5728000402450562,0.0657690018415451,-0.6829779744148254,-3.146183967590332,-3.352349042892456,1.8838649988174438,-3.1651690006256104,-3.193056106567383,0.15302500128746033,2.2649309635162354,0.7401689887046814,0.7406839728355408,-3.1354238986968994,1.2153769731521606,1.171975016593933,-1.077043056488037,2.8306539058685303,-3.153723955154419,0.2309889942407608,0.4233750104904175,-3.00839900970459,1.6842490434646606,-3.1483330726623535,-3.1434578895568848,0.8194530010223389,-4.198648929595947,-0.35819900035858154,-4.183043003082275,-2.8529579639434814,-3.2356910705566406,-3.8499789237976074,2.414134979248047,3.1998510360717773,-1.0651010274887085,2.202759027481079,-1.0122690200805664,1.3221880197525024,-4.290250778198242,-1.3259190320968628,-0.062467001378536224,-1.4754639863967896,2.723522901535034,-1.8357900381088257,2.3829689025878906,-3.146959066390991,-1.936508059501648,1.0862400531768799,2.533051013946533,-1.3864150047302246,3.0080389976501465,2.3493170738220215,-2.790477991104126,-2.699215888977051,-0.3046000003814697,-1.0020710229873657,1.3682990074157715,-2.051676034927368,-0.11035700142383575,-2.5669960975646973,-2.8247361183166504,2.686613082885742,-0.8034650087356567,-1.0511369705200195,-1.508754014968872,0.24558000266551971,-1.6273629665374756,-0.5174490213394165,-0.5127320289611816,1.3340250253677368,0.8630250096321106,-3.2080800533294678,-3.205841064453125,-3.179213047027588,2.6468629837036133,-0.6196060180664062,-0.7376530170440674,3.0399699211120605,2.1512210369110107,-3.170056104660034,1.1870100498199463,-1.3703750371932983,-2.416364908218384,0.021133000031113625,-3.196506977081299,2.5887579917907715,-3.170356035232544,-3.164947986602783,-1.1899620294570923,1.406345009803772,-4.095506191253662,0.1540440022945404,-1.1472899913787842,1.1909840106964111,0.6885610222816467,2.1643569469451904,0.9656379818916321,1.8691949844360352,-0.8786349892616272,-4.213223934173584,-3.1930689811706543,0.6041880249977112,-2.9122250080108643,-3.0572540760040283,-1.7201110124588013,2.1201109886169434,0.81318598985672,-1.3333979845046997,-0.298909991979599,-2.14178204536438,-0.07524500042200089,-4.651086807250977,-4.644481182098389,-4.652958869934082,-4.60874080657959,-4.643157958984375,-4.635035991668701,-4.651554107666016,-5.848169803619385,-5.848169803619385,-5.848169803619385,-4.6533308029174805,-4.6490349769592285,-4.641435146331787,-4.646565914154053,-4.652299880981445,-4.652112007141113,-4.653507232666016,-4.650547027587891,-4.650376796722412,-4.651550769805908,-4.652720928192139,-4.650289058685303,-4.650632858276367,-4.579023838043213,-4.651461124420166,-4.619728088378906,-4.612926006317139,-4.653090000152588,-4.655110836029053,-4.653034210205078,-4.650921821594238,-4.6510701179504395,-4.654507160186768,-4.642640113830566,-4.54909610748291,-4.649312973022461,-4.651196002960205,-4.609827995300293,-4.655135154724121,-4.651155948638916,-3.719182014465332,-3.562525987625122,-3.5441200733184814,-3.6703739166259766,-3.681658983230591,-3.6255710124969482,-3.6569719314575195,0.7793160080909729,0.6805999875068665,0.774062991142273,0.7337350249290466,1.2878470420837402,-0.5411710143089294,-1.0960160493850708,-1.1059410572052002,-3.9516990184783936,-2.9576809406280518,-4.591352939605713,2.483513116836548,2.9272570610046387,-1.8089230060577393,-3.6024649143218994,-3.215143918991089,-1.4297540187835693,-0.5670520067214966,0.3574889898300171,-2.1938529014587402,-0.056102998554706573,-2.7644639015197754,1.8179229497909546,-1.6819230318069458,-0.013686999678611755,2.5322649478912354,-3.1670780181884766,-2.7205469608306885,-3.2032060623168945,1.4153560400009155,0.5875769853591919,-1.550889015197754,-2.12985897064209,3.2539360523223877,-3.2374229431152344,-0.2848080098628998,-1.3959569931030273,0.3477259874343872,0.9913660287857056,-3.655155897140503,-1.0809459686279297,1.01637601852417,1.9190089702606201,-3.7301158905029297,-1.2467750310897827,1.0790419578552246,-3.2704050540924072,1.2287319898605347,0.7200430035591125,1.07436203956604,-1.394819974899292,-3.626446008682251,-2.7841339111328125,2.2315030097961426,0.28581199049949646,2.2977631092071533,-1.1179989576339722,-4.004055976867676,-3.2044310569763184,1.9254800081253052,2.464040994644165,-0.21244999766349792,0.2301889955997467,-1.580137014389038,-1.4002089500427246,-2.596998929977417,0.6309239864349365,1.1579049825668335,1.2183159589767456,1.320523977279663,-1.8027149438858032,-1.1930270195007324,-1.5253740549087524,-1.0686110258102417,2.3243730068206787,1.702744960784912,-1.0354020595550537,-1.5444920063018799,1.332800030708313,1.6530669927597046,2.1219658851623535,-1.7615859508514404,2.5429201126098633,1.0916310548782349,-1.6366239786148071,1.2120720148086548,-0.7692109942436218,-3.317495107650757,-4.006042957305908,-3.1802101135253906,2.6362900733947754,-0.5738040208816528,-3.4726829528808594,-1.9423619508743286,-1.287032961845398,3.2782769203186035,2.05605411529541,0.24445800483226776,0.5269960165023804,-3.402851104736328,2.4734909534454346,-3.193389892578125,2.9089810848236084,-3.1621909141540527,-0.6182720065116882,2.4757080078125,-0.01897300034761429,-0.5254049897193909,2.726778030395508,-0.508795976638794,-1.1258089542388916,-4.063191890716553,3.0601649284362793,3.25109601020813,3.288361072540283,-3.1004550457000732,-3.608872890472412,-0.46389898657798767,1.1735399961471558,-3.195996046066284,1.1646560430526733,1.1355819702148438,1.8202999830245972,2.00940203666687,1.1203190088272095,3.046941041946411,-1.1102800369262695,-1.5714390277862549,0.6111509799957275,3.3153600692749023,-1.616987943649292,-3.2239930629730225,-1.461912989616394,1.8400739431381226,-4.4287590980529785,-1.1536049842834473,-2.998892068862915,-0.879584014415741,-3.2766458988189697,-4.0853800773620605,-2.7578060626983643,-3.0117790699005127,-0.050951000303030014,-1.8362669944763184,-4.247058868408203,-0.5805630087852478,1.6042439937591553,2.214956045150757,2.7278850078582764,1.9133050441741943,0.08356200158596039,3.03570294380188,-3.2003469467163086,0.8236830234527588,1.1476329565048218,1.275730013847351,1.2643239498138428,-1.133800983428955,1.07356595993042,-1.7639379501342773,1.5695550441741943,-1.4046330451965332,2.070233106613159,2.7128050327301025,-1.1476540565490723,-4.053682804107666,0.9581609964370728,3.31685209274292,-0.036942001432180405,2.2071430683135986,-0.8212220072746277,-1.600337028503418,0.48385199904441833,-0.021438000723719597,-0.5974770188331604,-3.2203850746154785,-1.381438970565796,0.32100099325180054,2.908329963684082,2.725224018096924,-0.8513129949569702,3.128899097442627,3.0844850540161133,-0.9090980291366577,-0.12255500257015228,-3.282944917678833,0.545399010181427,2.1569809913635254,-4.108331203460693,-2.3935739994049072,-0.7636330127716064,-1.3426430225372314,1.0521609783172607,-4.169159889221191,-1.4872629642486572,-4.501668930053711,-0.7580599784851074,2.637732982635498,-1.7063430547714233,-2.0912699699401855,3.1068389415740967,-2.6264450550079346,3.207685947418213,0.2518340051174164,2.1676530838012695,2.141000986099243,-0.8708660006523132,-2.6414198875427246,-2.875699043273926,-3.779244899749756,-0.9176530241966248,2.3515360355377197,1.8772850036621094,0.7013459801673889,-0.6832290291786194,1.5386639833450317,2.3768680095672607,-1.3316739797592163,-0.2806189954280853,0.2418760061264038,1.2071750164031982,-3.9767630100250244,-3.2032508850097656,-2.211052894592285,-1.4892059564590454,1.5008529424667358,2.280242919921875,2.470716953277588,2.4559319019317627,-1.824684977531433,-4.14149284362793,-0.5038380026817322,-2.480215072631836,1.1581109762191772,-0.19673100113868713,-3.2188210487365723,-2.84826397895813,2.414315938949585,2.8071560859680176,2.8932299613952637,1.5667849779129028,0.40367600321769714,-3.644947052001953,-3.0144460201263428,-3.938744068145752,1.866294026374817,-1.8939759731292725,-0.7565659880638123,-2.910835027694702,-1.683377981185913,-1.6494879722595215,-2.0586190223693848,-2.3491640090942383,-1.0191940069198608,1.702417016029358,1.8064130544662476,-3.756042003631592,-2.377377986907959,-1.6224969625473022,2.3587329387664795,-1.361464023590088,0.9564080238342285,0.3301199972629547,0.49749499559402466,3.120342969894409,-2.212667942047119,0.3991219997406006,0.7967129945755005,-1.6794530153274536,0.3323650062084198,3.1372780799865723,2.8722610473632812,-0.036531001329422,0.8324480056762695,-2.3165929317474365,-2.9668960571289062,2.459451913833618,-1.2098309993743896,2.726759910583496,1.1590800285339355,1.0457810163497925,-2.7933990955352783,2.54567289352417,-4.289445877075195,-3.6352388858795166,1.8353970050811768,-4.073832035064697,2.174453020095825,-4.153983116149902,-3.1855149269104004,0.6968560218811035,0.6381160020828247,1.8543469905853271,0.2473450005054474,-1.1038240194320679,1.4479830265045166,-0.38789498805999756,-1.5511929988861084,2.4953160285949707,1.4381380081176758,3.0052919387817383,-3.06848406791687,1.8671989440917969,-1.180609941482544,2.4312610626220703,-1.1977620124816895,2.7793331146240234,0.64301997423172,-0.6888880133628845,1.7653419971466064,-2.0157580375671387,0.8646860122680664,-3.2821359634399414,2.8683218955993652,2.6534640789031982,-4.150869846343994,-3.9970579147338867,-3.6696629524230957,-3.8092188835144043,-1.3602449893951416,1.1998330354690552,-4.036922931671143,2.7553648948669434,-3.2852261066436768,1.1090840101242065,3.230452060699463,2.8026299476623535,-4.181025981903076,2.636960029602051,2.627696990966797,1.6920549869537354,-1.993880033493042,-3.9571330547332764,3.097568988800049,-2.641606092453003,2.261652946472168,1.2268359661102295,1.2654269933700562,-4.0525221824646,2.6999289989471436,-3.5725290775299072,-0.8777719736099243,2.2937960624694824,-1.3593130111694336,-2.948812961578369,-1.5805959701538086,2.9724690914154053,-1.8391369581222534,2.8277740478515625,-4.255353927612305,2.4201619625091553,-0.9976029992103577,-1.9483319520950317,-0.46358901262283325,-0.5005049705505371,-3.187786102294922,1.9231480360031128,0.15968899428844452,0.8473860025405884,-0.8043389916419983,1.2589800357818604,-0.7621070146560669,-1.4143589735031128,3.22344708442688,1.6559029817581177,2.224777936935425,-1.6217759847640991,2.498318910598755,2.4437239170074463,-0.1575469970703125,-2.8087480068206787,2.224539041519165,-0.6105939745903015,1.879971981048584,2.5622599124908447,-1.0333679914474487,-1.2088600397109985,0.6650000214576721,2.5011041164398193,-3.19547700881958,2.7118570804595947,-0.697808027267456,-1.1436959505081177,3.0008668899536133,-1.1157350540161133,-1.3216049671173096,-2.845221996307373,0.1788569986820221,-2.2215380668640137,-4.5457658767700195,-4.278645992279053,2.917447090148926,-3.334059953689575,-1.0545259714126587,2.5961759090423584,1.1597980260849,1.3352400064468384,0.23388299345970154,-4.2874250411987305,1.0176969766616821,-2.0479249954223633,-1.0393290519714355,-0.10803399980068207,-3.946876049041748,-4.512083053588867,-4.090641021728516,1.3558650016784668,2.9129090309143066,-0.6743929982185364,1.0166070461273193,-1.6956939697265625,-1.3074820041656494,3.288754940032959,-3.1478049755096436,-3.1995770931243896,2.3376290798187256,2.373302936553955,-3.3143820762634277,1.7598119974136353,2.207882881164551,1.3188040256500244,-3.351146936416626,-4.367099761962891,2.3132729530334473,-1.5507429838180542,-3.240971088409424,-3.2390480041503906,2.4922990798950195,2.17781400680542,-1.0369139909744263,-4.110104084014893,-1.0571149587631226,-2.8730990886688232,2.2001190185546875,0.8936700224876404,2.6158149242401123,2.7963240146636963,0.28356000781059265,-0.9533349871635437,0.13115699589252472,-2.0441300868988037,-1.8723349571228027,-2.9151179790496826,0.6221339702606201,-3.3638129234313965,2.3530189990997314,2.3726189136505127,1.0643930435180664,0.33844101428985596,-1.3160330057144165,2.838608980178833,3.1569840908050537,3.2216529846191406,-3.580533981323242,3.087346076965332,2.57586407661438,-1.0871950387954712,0.08277300000190735,-3.419895887374878,2.6530399322509766,2.9659149646759033,-2.74766206741333,1.7876780033111572,-1.0736680030822754,-3.69861102104187,-1.6107020378112793,0.7159839868545532,1.4416669607162476,-3.8907310962677,-3.2255780696868896,1.2802000045776367,1.1626700162887573,-2.236840009689331,-2.030087947845459,-0.6181640028953552,-4.017139911651611,1.4075649976730347,1.458212971687317,1.6038140058517456,2.8919999599456787,-0.4977940022945404,3.0292539596557617,1.1984390020370483,1.060858964920044,-3.2332849502563477,0.801118016242981,0.06901499629020691,2.778212070465088,2.7563419342041016,3.061218023300171,3.097604990005493,3.1020219326019287,-1.6577110290527344,-0.6329280138015747,-3.794965982437134,3.141494035720825,-0.9863079786300659,-1.0358619689941406,0.41901400685310364,-3.7017459869384766,-2.882819890975952,1.6303939819335938,-2.3256380558013916,1.9849040508270264,2.018035888671875,-2.2972679138183594,2.798069953918457,2.879271984100342,-1.324794054031372,0.9407719969749451,-0.9550380110740662,-4.006783962249756,-4.155395030975342,-4.138807773590088,-4.428178787231445,2.1167380809783936,-0.25737398862838745,-1.2562919855117798,2.3496789932250977,1.2082560062408447,1.2683130502700806,0.45651599764823914,1.76528799533844,1.9379940032958984,-1.3286620378494263,-4.022037982940674,1.2414560317993164,1.6429870128631592,-1.169437050819397,1.4473880529403687,-2.797415018081665,-1.3466099500656128,-1.556496024131775,0.06734299659729004,1.101201057434082,3.1401538848876953,-4.1508870124816895,0.7154759764671326,1.724179983139038,-1.2135419845581055,-1.456576943397522,1.958441972732544,0.8094949722290039,2.870805025100708,-3.8627049922943115,1.90891695022583,2.8415040969848633,-3.226099967956543,0.7169579863548279,2.00469708442688,3.24249005317688,1.3898930549621582,-2.0727930068969727,-3.49113392829895,2.653230905532837,1.1862260103225708,-1.389320969581604,2.0576539039611816,-4.047492980957031,0.07111000269651413,-2.2511229515075684,-0.66498202085495,0.7660650014877319,-3.2771289348602295,-3.901386022567749,-0.8255890011787415,0.9262199997901917,-0.44561800360679626,-3.314816951751709,2.3414549827575684,-4.177416801452637,-0.5212960243225098,2.971402883529663,-4.331859111785889,1.6440409421920776,-4.0730719566345215,2.44057297706604,-4.127213001251221,2.0342280864715576,1.9069019556045532,-3.2921390533447266,-3.8340179920196533,1.1036319732666016,-2.5300240516662598,1.710868000984192,-1.9923349618911743,-0.9565449953079224,-1.3641380071640015,-0.4094499945640564,-1.782392978668213,1.0082000494003296,0.6936950087547302,-1.8033250570297241,-1.4772579669952393,-1.5499099493026733,-3.2304069995880127,-3.8265419006347656,-2.032839059829712,2.974698066711426,0.08375799655914307,-1.9516270160675049,-3.2076759338378906,-3.209486961364746,1.4144879579544067,2.3666141033172607,-0.6062290072441101,1.8530809879302979,0.27208200097084045,-1.943418025970459,-1.7746529579162598,1.6786669492721558,2.2124550342559814,2.5315349102020264,2.7888550758361816,1.958974003791809,2.660583972930908,0.22849300503730774,0.5597059726715088,2.9406189918518066,1.1537100076675415,-0.015533999539911747,1.0251049995422363,0.8788899779319763,-4.1849260330200195,2.6566081047058105,-1.2721120119094849,-1.1650960445404053,0.40323400497436523,3.0355849266052246,-3.210944890975952,-1.383612036705017,2.086193084716797,2.6444900035858154,-4.2415618896484375,-4.2674031257629395,-1.8128809928894043,0.5021259784698486,-0.9322010278701782,3.1774449348449707,2.632797956466675,1.9100309610366821,0.05228300020098686,1.1857130527496338,0.8959190249443054,-3.812613010406494,-2.6383209228515625,1.663864016532898,-1.1215200424194336,-3.659558057785034,-1.8593790531158447,-3.740238904953003,-3.879628896713257,-3.1416919231414795,1.5406229496002197,-0.4725779891014099,2.8243660926818848,-1.7189799547195435,-1.7291029691696167,-4.606480121612549,1.129410982131958,-0.9890180230140686,1.5902040004730225,-2.0972330570220947,0.12869200110435486,2.523228883743286,-3.9691929817199707,0.4254159927368164,-0.9379199743270874,-2.3849120140075684,0.19052700698375702,-0.2895449995994568,2.144519090652466,-2.5159270763397217,-2.5540969371795654,-0.4540570080280304,-1.143530011177063,2.368774890899658,-0.9363179802894592,1.0029079914093018,2.748163938522339,-3.0584349632263184,0.5472729802131653,0.4912070035934448,-4.652952194213867,2.2703089714050293,1.3254469633102417,1.5502419471740723,-1.8367830514907837,-1.6812490224838257,0.9870179891586304,2.2538979053497314,-1.5472790002822876,-1.1197420358657837,2.4427359104156494,-1.7219949960708618,-4.2817888259887695,2.3923449516296387,2.4812870025634766,-0.4349829852581024,1.0927029848098755,3.203476905822754,0.5062190294265747,1.5617090463638306,-0.7577909827232361,-4.248775005340576,1.2326849699020386,2.648668050765991,-1.0382150411605835,-2.6761839389801025,-2.5302999019622803,-1.3407180309295654,-1.2436590194702148,-1.917145013809204,-1.2974179983139038,-0.6596029996871948,-3.6410470008850098,-0.44337400794029236,-0.5640199780464172,2.1592938899993896,-1.5632649660110474,2.2113211154937744,-1.8612409830093384,1.8370620012283325,-0.9738280177116394,-2.4592649936676025,-2.2215681076049805,-3.194808006286621,-3.209989070892334,3.0375030040740967,-4.106409072875977,-2.493046998977661,-1.6638330221176147,1.9799519777297974,1.9987610578536987,1.9165489673614502,1.862138032913208,2.0110840797424316,2.2365050315856934,1.0989500284194946,0.8980839848518372,1.4589279890060425,-2.5044069290161133,-2.845613956451416,-0.14980800449848175,2.177838087081909,1.5364969968795776,-0.9455670118331909,0.49567198753356934,-1.394266963005066,2.3728740215301514,2.8711159229278564,0.6793990135192871,3.136854887008667,2.7231640815734863,-1.320834994316101,1.4446159601211548,-1.032251000404358,0.22193199396133423,2.519965887069702,2.6236960887908936,0.6845149993896484,2.277920961380005,-1.174765944480896,-0.9590349793434143,2.8263649940490723,-1.9843610525131226,-0.8948270082473755,-2.4427990913391113,2.1355319023132324,0.21663999557495117,-0.0238489992916584,-1.0649720430374146,1.940999984741211,1.5477780103683472,-2.266740083694458,-0.5119460225105286,-1.5942699909210205,0.18551300466060638,-2.000312089920044,-3.4354779720306396,-0.6541069746017456,-1.6167019605636597,-1.6409189701080322,2.7802159786224365,-3.356139898300171,-0.37059998512268066,-1.6636379957199097,2.188391923904419,-0.17210300266742706,-2.0746920108795166,-0.7234740257263184,-3.220500946044922,2.0530920028686523,-0.9593809843063354,0.21187199652194977,2.2488958835601807,3.065582036972046,1.4592119455337524,-3.3615529537200928,-4.011291027069092,-4.255682945251465,1.518097996711731,-3.7290499210357666,1.2866079807281494,-0.6692829728126526,-0.4638400077819824,2.7665979862213135,-0.8173819780349731,-1.7856650352478027,3.294625997543335,1.0061759948730469,-1.1126699447631836,0.13821400701999664,-2.9922571182250977,1.040626049041748,1.2914530038833618,1.5317130088806152,1.4840489625930786,-4.2261199951171875,3.0213420391082764,-3.691706895828247,-2.103569984436035,-0.4448859989643097,-1.4651800394058228,1.7735480070114136,1.9800779819488525,0.5407670140266418,-0.5725970268249512,-0.8395879864692688,-1.6023240089416504,1.0197449922561646,-1.1571619510650635,1.0817970037460327,-4.20036506652832,2.481760025024414,-2.924494981765747,-3.2231340408325195,-2.5919110774993896,0.42427799105644226,-2.4228479862213135,2.6615450382232666,2.4878039360046387,-1.7642439603805542,-2.710275888442993,-1.0213919878005981,-2.37992000579834,-2.412645101547241,-0.342833012342453,-3.773941993713379,2.2660748958587646,-3.7158141136169434,-1.1036750078201294,-4.430808067321777,-3.22290301322937,1.329807996749878,2.0199379920959473,-1.0903019905090332,-3.0389740467071533,2.6581709384918213,-1.443331003189087,1.7635990381240845,1.3029069900512695,1.0403690338134766,-0.6041200160980225,1.6696009635925293,1.9991569519042969,2.607522964477539,-0.33980101346969604,1.2954250574111938,0.6742309927940369,2.052335023880005,2.025942087173462,-1.022845983505249,-1.227828025817871,-3.215161085128784,2.5843288898468018,0.3676449954509735,-2.870166063308716,3.1826748847961426,1.9695669412612915,-2.9730429649353027,-3.2491040229797363,2.622926950454712,1.7412819862365723,0.8626859784126282,-1.0397510528564453,1.1128959655761719,0.8521239757537842,-1.8013969659805298,3.2133469581604004,2.552004098892212,-3.791516065597534,-1.47844398021698,3.2200419902801514,1.5878080129623413,-1.7370909452438354,2.868201971054077,3.0474960803985596,-2.1987879276275635,2.4508469104766846,-3.015984058380127,-2.1218509674072266,-3.689384937286377,2.5708320140838623,2.3938019275665283,-4.019689083099365,-4.025619983673096,-1.3450260162353516,-2.0741488933563232,1.3327150344848633,-0.910565972328186,2.971013069152832,-4.3333001136779785,1.2856630086898804,-1.660241961479187,-1.9757200479507446,3.027440071105957,0.9403030276298523,-0.046911001205444336,-1.6979639530181885,2.6193339824676514,1.8251140117645264,2.7898480892181396,0.30546799302101135,0.8393170237541199,0.7308099865913391,0.6189979910850525,-1.282600998878479,0.5302240252494812,-4.652914047241211,-4.586744785308838,-1.4291880130767822,-0.9442489743232727,2.1415019035339355,-3.218769073486328,-1.1761560440063477,-1.0991510152816772,3.239459991455078,0.8650820255279541,-3.2409980297088623,0.8765130043029785,3.051887035369873,2.547447919845581,-1.4507789611816406,-1.3987540006637573,2.108315944671631,2.127368927001953,1.7322319746017456,2.2693819999694824,-3.2366371154785156,-2.05997896194458,-0.9303730130195618,2.0799078941345215,-0.9329959750175476,-0.9186919927597046,-1.4830290079116821,-1.590000033378601,1.1027159690856934,-4.242280006408691,2.6901919841766357,-4.605745792388916,2.4627249240875244,-1.9318729639053345,0.9604849815368652,2.587924003601074,-1.0544400215148926,-4.17433500289917,-0.9655240178108215,-1.4135550260543823,-3.8312079906463623,-3.2205169200897217,0.5304700136184692,0.5286350250244141,-1.334177017211914,-0.05630600079894066,-4.031542778015137,2.1575241088867188,0.6933689713478088,1.9705109596252441,2.6219680309295654,-2.6198959350585938,-3.2019479274749756,-2.931140899658203,3.2817180156707764,-4.158687114715576,3.056464910507202,-4.208930969238281,0.40978801250457764,-3.9961791038513184,1.9119559526443481,-4.168169021606445,1.5185920000076294,-0.09163899719715118,1.445106029510498,0.08234400302171707,-3.2273600101470947,2.707814931869507,-2.575916051864624,-3.192992925643921,1.9431790113449097,-4.35415506362915,1.259513020515442,2.6950249671936035,0.7797020077705383,-1.7052810192108154,-1.6679589748382568,-3.2535150051116943,-3.1666789054870605,2.804579973220825,-1.4650620222091675,2.236794948577881,-3.5824639797210693,1.8192449808120728,-0.6090350151062012,-0.6493210196495056,0.7615159749984741,2.103616952896118,-0.8153960108757019,-1.167768955230713,1.187973976135254,2.395587921142578,2.6572389602661133,0.5948039889335632,-1.6578550338745117,3.1281440258026123,-1.9447710514068604,3.091705083847046,0.7271890044212341,-3.8048489093780518,2.5814390182495117,-4.462972164154053,-4.557488918304443,-4.59996223449707,2.548654079437256,-3.209733009338379,-0.5557140111923218,2.891108989715576,0.43523499369621277,2.7383639812469482,-0.9475970268249512,0.22387699782848358,2.7778780460357666,-4.101622104644775,3.1376070976257324,2.6605770587921143,1.564018964767456,-1.8504029512405396,-0.992326021194458,0.9419080018997192,3.2261109352111816,2.9038679599761963,-2.9642229080200195,-4.537479877471924,-2.92535400390625,1.5669039487838745,-2.075129985809326,1.32292902469635,1.3005599975585938,1.427351951599121,2.5947470664978027,-2.175477981567383,-0.17653599381446838,-3.200390100479126,2.8097589015960693,2.5801689624786377,1.0466899871826172,-1.7442339658737183,-4.211559772491455,2.4054760932922363,1.3047360181808472,-1.2124660015106201,1.0994739532470703,-0.5836910009384155,-2.1437439918518066,-1.2199280261993408,1.8496370315551758,1.9282729625701904,2.44303297996521,2.6302309036254883,-2.7914600372314453,0.29870301485061646,2.919727087020874,-4.078744888305664,-3.090131998062134,-1.1859430074691772,2.1583449840545654,1.9514340162277222,3.156783103942871,-3.8128418922424316,-1.144497036933899,-2.5000760555267334,-0.541903018951416,1.5734590291976929,2.710136890411377,1.3771179914474487,-3.88720703125,-3.2841479778289795,-0.5711079835891724,0.6953669786453247,2.7396891117095947,-4.015489101409912,1.5382130146026611,0.47606900334358215,-1.6905770301818848,-0.5580919981002808,-1.5200010538101196,-3.2121670246124268,-3.208648920059204,-3.2112770080566406,-3.940666913986206,-2.7965269088745117,3.070831060409546,2.3032970428466797,-3.9223110675811768,1.8567140102386475,1.236395001411438,2.4345290660858154,-2.387192964553833,-3.2665040493011475,-0.309906005859375,-3.059627056121826,-1.0985050201416016,2.3254599571228027,0.434671014547348,-2.822563886642456,-1.6107100248336792,-1.8247610330581665,-0.918146014213562,-1.1226370334625244,-3.857908010482788,-1.258165955543518,1.0920740365982056,1.2675100564956665,-4.156476020812988,-0.3487519919872284,-2.963207960128784,-3.199157953262329,2.3100430965423584,2.3994219303131104,-2.688838005065918,-2.239849090576172,-0.12114199995994568,0.611778974533081,0.5183240175247192,-0.9069889783859253,-1.535498023033142,-2.9123001098632812,0.4450399875640869,0.30294299125671387,-3.255673885345459,2.802438974380493,2.793987989425659,-0.03230699896812439,0.17887799441814423,1.9401249885559082,2.558152914047241,-3.8303890228271484,-1.1176860332489014,-0.74760502576828,2.3900930881500244,1.001451015472412,-3.687285900115967,3.062648057937622,1.1251929998397827,-3.213740110397339,-0.8870239853858948,2.6338939666748047,-3.3565409183502197,-3.5012331008911133,-3.282697916030884,-0.8184289932250977,-3.188654899597168,2.667128086090088,1.8717689514160156,-1.7520960569381714,-1.0302380323410034,1.6260310411453247,2.3836519718170166,-1.1862390041351318,1.4374819993972778,2.1005430221557617,-4.6528639793396,3.035629987716675,-4.162460803985596,-3.2107810974121094,2.299015998840332,-0.5465859770774841,-2.9671239852905273,-3.798600912094116,1.5277570486068726,1.478214979171753,2.285522937774658,2.9682281017303467,3.1022510528564453,-0.6568189859390259,0.08420799672603607,1.349573016166687,0.7788059711456299,2.2434589862823486,2.9405479431152344,-2.862267017364502,0.7013729810714722,2.0187389850616455,0.6290429830551147,2.7125909328460693,-2.501343011856079,-0.3487490117549896,0.8939279913902283,-0.013434999622404575,0.24537500739097595,1.567633032798767,-1.8387759923934937,0.9939249753952026,2.115689992904663,-0.4721519947052002,0.9859399795532227,0.5305560231208801,-1.0619620084762573,-1.835479974746704,2.7088069915771484,-2.0005578994750977,1.5014150142669678,-1.8355779647827148,2.8204801082611084,1.427731990814209,-3.2129299640655518,1.9044729471206665,0.9584000110626221,2.788809061050415,2.46384596824646,0.34530800580978394,-2.1050570011138916,-2.081851005554199,1.6870750188827515,-2.9708240032196045,-3.215329885482788,2.4238109588623047,3.2076849937438965,-1.0014309883117676,-1.0667829513549805,2.361833095550537,2.6789050102233887,-0.6293540000915527,0.4362330138683319,-3.8281679153442383,2.6688249111175537,-3.9909861087799072,1.0506759881973267,1.3041590452194214,-2.221975088119507,-1.9503220319747925,-3.291672945022583,-3.2213799953460693,-2.3903210163116455,-1.0477490425109863,1.3510140180587769,0.9699869751930237,-0.21642599999904633,-3.6080150604248047,2.373389959335327,0.5182250142097473,-1.2558449506759644,-3.9875309467315674,2.9524118900299072,-0.5755559802055359,-2.0048069953918457,0.6015070080757141,-0.8336290121078491,1.3833630084991455,0.92194002866745,0.4175559878349304,2.5251779556274414,2.385370969772339,-1.7298970222473145,-0.5239070057868958,-3.1435420513153076,-2.328450918197632,-1.6720219850540161,-4.2070841789245605,-0.7730280160903931,2.256941080093384,0.4803270101547241,0.5138180255889893,-0.680188000202179,-0.5903859734535217,-4.6528639793396,-1.2168610095977783,2.888278007507324,1.4018080234527588,1.6666029691696167,-4.652925968170166,2.301815986633301,0.5291879773139954,0.9003170132637024,-1.0679559707641602,2.04429292678833,-3.2437970638275146,-3.3802549839019775,-0.5221009850502014,-0.606453001499176,1.2084219455718994,2.678114891052246,-2.259671926498413,-4.201376914978027,-1.4636039733886719,-3.1941330432891846,0.05298500135540962,-1.3021999597549438,2.5407159328460693,-2.0974481105804443,2.8356049060821533,2.169754981994629,1.082779049873352,-0.6744130253791809,-0.7031289935112,-0.731473982334137,-3.7829699516296387,-4.061551094055176,0.07249400019645691,1.1497759819030762,-1.6083600521087646,3.1640260219573975,-1.230375051498413,-4.088581085205078,-1.7801899909973145,2.0349960327148438,-3.21685791015625,-2.1410179138183594,-1.8069219589233398,-1.1365809440612793,1.1591739654541016,1.2803380489349365,2.1022799015045166,0.18096399307250977,2.827436923980713,-1.9333250522613525,3.216392993927002,2.1969690322875977,-3.243438959121704,3.2066030502319336,-3.217848062515259,-3.788006067276001,1.311527967453003,-3.245224952697754,2.1158719062805176,-0.677079975605011,3.250783920288086,-0.9762769937515259,-3.8926150798797607,2.155040979385376,-0.48666998744010925,2.077960968017578,-2.8236610889434814,2.712517023086548,-3.2220349311828613,2.456249952316284,1.2069740295410156,-1.2570459842681885,-1.2869110107421875,0.22557300329208374,-2.2419919967651367,-1.2743010520935059,1.24434494972229,-3.72377610206604,0.023607999086380005,-0.6525700092315674,-4.383504867553711,2.1114540100097656,2.0112900733947754,1.5848530530929565,-3.191411018371582,-2.1892409324645996,2.884984016418457,0.42727500200271606,0.9063990116119385,1.202265977859497,-0.9414259791374207,2.27661395072937,0.6514549851417542,3.2497520446777344,1.306764006614685,1.9441879987716675,2.009114980697632,2.3407349586486816,-2.8122239112854004,1.5745279788970947,-0.12358400225639343,3.0571129322052,-4.150146007537842,1.7115529775619507,-1.5250179767608643,-4.11336612701416,-1.2873950004577637,2.9546449184417725,-4.436677932739258,3.130676031112671,3.2905468940734863,3.2944118976593018,-2.781169891357422,-3.1889119148254395,-3.19035005569458,-3.188654899597168,-2.5302700996398926,0.7859359979629517,-4.177684783935547,-4.142926216125488,-1.290963053703308,-3.8528780937194824,1.6685220003128052,1.7033900022506714,1.1108390092849731,0.10521200299263,0.7280259728431702,-3.322314977645874,1.2492380142211914,-3.101922035217285,-1.0845199823379517,-4.193909168243408,-1.4064489603042603,2.4636189937591553,2.467909097671509,2.8098199367523193,2.392432928085327,-1.5758270025253296,-3.496530055999756,-4.162672996520996,-4.219663143157959,2.683919906616211,-4.138936996459961,1.515470027923584,2.1053030490875244,1.970062017440796,-3.2078609466552734,2.5087649822235107,-4.558870792388916,3.0603599548339844,-1.1508949995040894,-3.220242977142334,-3.3294949531555176,-0.9452210068702698,0.6267549991607666,3.0174760818481445,-0.5826889872550964,0.4601939916610718,2.013237953186035,1.9402929544448853,1.2565209865570068,-0.2712169885635376,-1.3063009977340698,-4.093780040740967,0.12691399455070496,-3.3068840503692627,2.017151117324829,2.7717020511627197,1.1435680389404297,-1.9781479835510254,-0.888401985168457,2.8966031074523926,-3.957859992980957,-1.3777409791946411,0.9229379892349243,-4.166996955871582,2.334881067276001,2.896390914916992,1.627055048942566,-3.4347128868103027,2.6127779483795166,0.24450400471687317,-3.888432025909424,-3.848541021347046,1.787922978401184,-3.7765700817108154,-3.118889093399048,3.1768720149993896,2.877161979675293,-4.366360187530518,2.289271116256714,0.16295799612998962,0.2421880066394806,1.5121400356292725,3.1999359130859375,2.116811990737915,-3.582535982131958,-4.204833984375,2.52420711517334,0.3494740128517151,-1.2806789875030518,0.17009399831295013,-3.2386200428009033,2.1873741149902344,1.0679240226745605,1.4229340553283691,1.7492270469665527,-0.1744309961795807,-3.8114430904388428,-3.616697072982788,-1.4352220296859741,0.953499972820282,-0.3638730049133301,-0.5684599876403809,-0.5272499918937683,2.1448700428009033,-1.0774760246276855,0.03257700055837631,-0.9048110246658325,-0.7280849814414978,-1.0203670263290405,2.3664419651031494,1.6519180536270142,1.6397720575332642,-2.2401700019836426,0.9239469766616821,2.247999906539917,-1.0235689878463745,0.5778650045394897,-0.018617000430822372,-3.231555938720703,1.3671879768371582,2.54323410987854,-3.174830913543701,1.1120250225067139,2.018101930618286,-2.2760000228881836,-1.0795530080795288,-1.4820549488067627,2.4148499965667725,-0.37720200419425964,-1.3327330350875854,1.0245059728622437,-1.2515989542007446,2.680026054382324,-2.9646260738372803,0.703561007976532,3.078558921813965,-3.2096590995788574,-0.6444470286369324,-0.5429580211639404,1.0253620147705078,1.3328959941864014,0.9217889904975891,0.7235280275344849,-3.241054058074951,-2.2124459743499756,-3.89839506149292,-1.4896910190582275,-1.3046029806137085,3.2259058952331543,1.6098229885101318,-2.0497748851776123,2.137101888656616,2.619368076324463,-0.11393100023269653,1.1196869611740112,-1.6620490550994873,2.571424961090088,1.645895004272461,1.5476579666137695,-1.0905050039291382,1.6092510223388672,0.1939850002527237,-4.067183017730713,1.4093459844589233,0.9593849778175354,2.1587719917297363,2.471724033355713,0.5842270255088806,0.45868000388145447,-1.756639003753662,1.560049057006836,2.7836968898773193,-3.0025079250335693,-2.1992080211639404,-1.432108998298645,2.540057897567749,-2.176729917526245,2.956451892852783,-1.0336849689483643,-1.6704020500183105,-2.4431819915771484,-0.9712510108947754,-3.487534999847412,-3.184382915496826,-0.6242759823799133,1.7748559713363647,1.1329280138015747,1.1188360452651978,0.3729580044746399,-2.2625069618225098,1.2714149951934814,0.8776580095291138,-3.20576810836792,-2.6985809803009033,-3.2173049449920654,3.0063459873199463,-3.3041930198669434,-2.630255937576294,2.6275570392608643,-4.039982795715332,-2.1695399284362793,-3.2112491130828857,-4.590123176574707,-3.4091451168060303,-1.0235450267791748,1.5843050479888916,-1.9139790534973145,-2.279360055923462,1.1669490337371826,-0.36302700638771057,-0.3689669966697693,1.542222023010254,1.4007140398025513,0.3786810040473938,-3.8229029178619385,-3.8168349266052246,-4.15810489654541,-0.3948119878768921,3.307760000228882,-3.052820920944214,1.2718230485916138,3.299920082092285,2.684778928756714,-1.1564730405807495,2.788638114929199,2.434783935546875,0.7676669955253601,-0.19588199257850647,-0.24195599555969238,-0.516294002532959,2.906606912612915,2.686911106109619,2.6624820232391357,0.11674799770116806,2.1481239795684814,-1.3110270500183105,-1.538789987564087,2.78902006149292,-3.351402997970581,-3.2946290969848633,1.3450230360031128,1.0584609508514404,0.2956779897212982,-4.026088237762451,-1.636607050895691,2.490847110748291,2.5554630756378174,-1.0913889408111572,-2.260042905807495,1.2815020084381104,1.928115963935852,0.6009510159492493,1.715643048286438,-1.3884179592132568,2.4196200370788574,-1.0484269857406616,-1.861037015914917,2.9955809116363525,-1.4291080236434937,1.8230969905853271,-1.990286946296692,3.1274900436401367,-3.7344260215759277,-1.8548829555511475,-4.348178863525391,-1.7890870571136475,2.237705945968628,-3.1264350414276123,-2.009253978729248,-3.2235100269317627,0.6040999889373779,0.5036860108375549,-2.359544038772583,2.553570032119751,1.799815058708191,-1.062417984008789,-1.0254919528961182,1.3740520477294922,3.152829885482788,-1.415343999862671,-1.1727099418640137,1.4353209733963013,1.3142659664154053,-0.7679349780082703,-1.540058970451355,-3.612381935119629,1.8930699825286865,2.611320972442627,3.298661947250366,-1.7797479629516602,0.5691630244255066,-2.258439064025879,0.33893799781799316,2.0011470317840576,2.753143072128296,1.638085961341858,1.0218329429626465,1.0786950588226318,2.887104034423828,0.7999730110168457,0.006082000210881233,1.1527680158615112,2.171308994293213,-1.720229983329773,0.06514500081539154,-0.42287999391555786,2.898519992828369,0.805853009223938,-1.150521993637085,0.07764600217342377,-4.652888774871826,2.1718099117279053,2.0313100814819336,-3.072756052017212,-3.207742929458618,-1.484197974205017,-3.2132740020751953,0.13322100043296814,-4.348635196685791,0.9876310229301453,2.7293701171875,1.9172019958496094,-2.091078996658325,-2.146167039871216,2.9202089309692383,0.6094970107078552,0.37046000361442566,-1.29939603805542,-3.266900062561035,2.9779820442199707,2.9572179317474365,-3.7541069984436035,-1.7766300439834595,1.6502180099487305,-1.8217040300369263,0.514805018901825,1.5816080570220947,-0.8414239883422852,-0.8007889986038208,0.29917800426483154,1.202273964881897,-0.355567991733551,3.0269649028778076,-4.377864837646484,-1.0991230010986328,1.0295740365982056,0.01117900013923645,-4.1297712326049805,-0.5456439852714539,-0.42749500274658203,1.0832439661026,-2.0861129760742188,-0.8683369755744934,3.2032439708709717,2.104192018508911,2.6836740970611572,1.189249038696289,1.3901959657669067,-0.6782739758491516,1.3516329526901245,2.2396790981292725,-2.871890068054199,2.3196349143981934,3.1212069988250732,1.4810060262680054,-2.517788887023926,0.21754400432109833,-2.0791420936584473,-2.347222089767456,-3.1956229209899902,-0.4818280041217804,-0.4387589991092682,2.8664588928222656,0.07634200155735016,-3.532504081726074,-3.4659509658813477,1.8044970035552979,-3.973006010055542,2.59785795211792,2.287935972213745,-3.133924961090088,2.703407049179077,-0.9281359910964966,-1.0920599699020386,-0.3985620141029358,1.6844099760055542,0.9790269732475281,-3.0258960723876953,-2.052457094192505,3.103173017501831,0.6924200057983398,-0.5702099800109863,0.8812530040740967,1.2665430307388306,-4.533435821533203,0.34521299600601196,1.7422959804534912,2.74530291557312,-2.4220519065856934,-3.2071499824523926,2.8363990783691406,2.821269989013672,2.7937049865722656,-0.6775649785995483,1.5174590349197388,2.7699129581451416,-1.4993230104446411,-0.05138999968767166,-3.1281330585479736,-1.5763720273971558,-3.9412989616394043,1.5721429586410522,-4.0348639488220215,-1.3313900232315063,-3.3060050010681152,0.3193869888782501,3.099276065826416,-0.35618001222610474,2.338438034057617,-2.416227102279663,-0.7104610204696655,-0.6867960095405579,2.9994630813598633,-0.558892011642456,1.0116349458694458,2.0748119354248047,1.2393059730529785,-1.2515480518341064,3.1040759086608887,-0.2986370027065277,3.1934919357299805,2.4119279384613037,2.689517021179199,-4.126636028289795,-1.5197789669036865,-2.757901906967163,-0.4950380027294159,3.316602945327759,-0.8311629891395569,-0.8081690073013306,-1.7763420343399048,-3.326004981994629,1.2683730125427246,3.330441951751709,0.8734830021858215,-3.2110109329223633,3.1321749687194824,-0.4033539891242981,1.7553999423980713,-4.036602020263672,-0.8412489891052246,1.1116820573806763,-2.5482330322265625,2.339365005493164,1.51590895652771,-3.9858529567718506,0.8321229815483093,-0.35595300793647766,-1.261314034461975,3.244710922241211,1.0184210538864136,-2.651911973953247,1.1835360527038574,1.0365740060806274,-2.0545849800109863,-3.0359959602355957,-4.652936935424805,-1.8145270347595215,0.8831130266189575,-0.24138300120830536,1.090155005455017,2.851651906967163,-1.4407190084457397,-1.421394944190979,1.3974529504776,2.946324110031128,0.611536979675293,0.8349990248680115,-3.21789288520813,0.6194800138473511,2.992588996887207,2.395240068435669,-4.607701778411865,3.0160930156707764,-1.3927539587020874,-3.1885058879852295,-3.677520990371704,-0.17681699991226196,-1.159296989440918,3.0010619163513184,1.7645280361175537,-3.381817102432251,-0.911404013633728,-1.1595649719238281,-0.8410369753837585,1.92637300491333,3.0669219493865967,-1.8519649505615234,1.1986939907073975,2.9786229133605957,0.41151800751686096,1.3904290199279785,-3.232944965362549,-0.660647988319397,-4.652928829193115,1.9091739654541016,-4.083017826080322,1.2734520435333252,-0.10464700311422348,-2.307307004928589,-3.25268292427063,2.3339149951934814,-2.1468310356140137,0.0909539982676506,1.7833629846572876,1.6367239952087402,-0.41961801052093506,1.5471819639205933,-2.247292995452881,2.7499840259552,2.8594019412994385,-0.182219997048378,2.319082021713257,2.607919931411743,2.8987159729003906,-3.081662893295288,1.8963110446929932,-3.972825050354004,3.2457339763641357,1.9713579416275024,-2.8789889812469482,0.7507179975509644,0.7519279718399048,1.3867369890213013,-3.689850091934204,-0.41600900888442993,-0.823839008808136,2.036376953125,-4.073370933532715,1.2480759620666504,2.1550889015197754,-1.1643520593643188,-0.8258190155029297,1.9059230089187622,2.6980440616607666,1.30302894115448,0.8970119953155518,2.622657060623169,-0.1268720030784607,2.973314046859741,1.8878610134124756,2.837249994277954,3.2967300415039062,-3.2278199195861816,1.4780629873275757,1.5362780094146729,0.5356810092926025,-0.08266100287437439,-0.5724179744720459,-4.427937984466553,1.2049829959869385,-3.2495789527893066,0.6631709933280945,0.466946005821228,3.2962450981140137,-3.57968807220459,2.9995710849761963,-2.9925270080566406,0.3933350145816803,-2.0644168853759766,2.826472043991089,1.8345470428466797,-2.5860509872436523,-2.969834089279175,-3.9840190410614014,-0.7859029769897461,-2.1751279830932617,2.090195894241333,1.9258650541305542,2.5018930435180664,0.5749580264091492,1.5496740341186523,-3.9626379013061523,2.1859118938446045,1.1891030073165894,-1.293624997138977,3.1612660884857178,2.5245189666748047,1.5930769443511963,-1.2873300313949585,2.2599029541015625,-1.4930399656295776,1.6864099502563477,-2.682866096496582,0.9029849767684937,-2.730926990509033,-3.227107048034668,-1.117851972579956,-2.7995150089263916,-1.3564670085906982,0.45377999544143677,0.11575999855995178,-2.3717989921569824,2.013740062713623,-0.4513159990310669,-0.5156729817390442,0.8142349720001221,-2.7800168991088867,1.2118819952011108,2.878667116165161,-4.502735137939453,-1.0923000574111938,1.9601600170135498,2.676424980163574,-3.7532100677490234,-0.8564929962158203,0.6862840056419373,-0.9042580127716064,-0.3652079999446869,-1.2397949695587158,0.1539659947156906,-1.6883900165557861,-2.274625062942505,3.270653009414673,-4.1423468589782715,-0.22413699328899384,1.608849048614502,1.1355589628219604,-1.9684209823608398,-1.591675043106079,-3.210263967514038,-1.2472729682922363,-3.2685329914093018,-4.055307865142822,2.5962629318237305,-3.9776360988616943,-2.7519619464874268,2.6362340450286865,2.2112679481506348,-1.134497046470642,1.2640780210494995,-1.4884400367736816,-1.9141199588775635,-3.0283761024475098,1.0760079622268677,2.1205410957336426,2.699035882949829,2.4825189113616943,2.2289071083068848,-3.366895914077759,-0.028106000274419785,-1.0965240001678467,2.9820380210876465,-2.993518114089966,-4.06709098815918,-0.6461939811706543,2.624413013458252,-2.3930909633636475,-0.6371570229530334,0.4370169937610626,2.1783790588378906,-2.517430067062378,-3.1935060024261475,2.3918979167938232,0.9464719891548157,1.0232490301132202,2.89792799949646,-1.19541597366333,1.74298095703125,-1.7940980195999146,3.139914035797119,-3.239607095718384,-4.652859210968018,-4.4410719871521,1.7493040561676025,-0.5984569787979126,-3.8822131156921387,-3.2355480194091797,3.171025037765503,2.9702770709991455,1.1992980241775513,-1.6608409881591797,2.5751240253448486,-3.3795359134674072,1.75764000415802,-1.9641879796981812,0.2173909991979599,-1.1960710287094116,1.4714809656143188,1.1776419878005981,1.5313019752502441,-2.6569039821624756,-4.104340076446533,2.399354934692383,-2.5563619136810303,1.5355119705200195,1.3494869470596313,2.6267309188842773,-1.0622260570526123,-0.9974070191383362,-1.0708669424057007,-0.6664829850196838,-0.44572898745536804,-3.100346088409424,-2.6838109493255615,0.40801501274108887,-1.3587219715118408,0.18251599371433258,0.9423699975013733,-1.1084009408950806,2.2068490982055664,-1.215404987335205,-0.8939459919929504,2.4861350059509277,0.06177400052547455,1.205957055091858,-3.949903964996338,2.3343000411987305,-2.995934009552002,2.27095103263855,0.08286400139331818,1.5145100355148315,2.8843679428100586,-0.21261000633239746,-4.133020877838135,2.96423602104187,-1.1996699571609497,-4.06373405456543,-1.7690579891204834,-3.2835569381713867,1.3333829641342163,-3.81729793548584,-1.1191790103912354,-3.5257771015167236,3.0617289543151855,2.4870951175689697,-0.6366530060768127,-2.7312679290771484,-2.6620259284973145,-4.089159965515137,-1.4323480129241943,2.751051902770996,0.40756601095199585,-3.1870830059051514,3.2763500213623047,0.47551900148391724,3.0743789672851562,1.1260889768600464,-2.5157079696655273,-2.0038270950317383,1.6164250373840332,-1.737210988998413,1.0159120559692383,-0.9584649801254272,-1.1966559886932373,0.9092620015144348,2.2848920822143555,1.9868539571762085,-0.20554900169372559,1.3630889654159546,-0.22111600637435913,-1.0387729406356812,0.5299379825592041,0.48923200368881226,-2.724910020828247,0.10756999999284744,-0.9160879850387573,0.2230300009250641,-1.1955339908599854,1.6167919635772705,1.1974029541015625,0.5444579720497131,2.773277997970581,-3.3043980598449707,-0.38448500633239746,2.9073069095611572,-1.3591639995574951,-1.9619810581207275,-1.4606059789657593,1.9425530433654785,1.1207369565963745,1.6311860084533691,1.7709649801254272,0.951062023639679,-4.160833835601807,-2.8024330139160156,3.0476250648498535,-2.064399003982544,-0.19203999638557434,1.591621994972229,-4.543550968170166,-1.0647989511489868,-0.8487880229949951,-3.1894659996032715,0.38725998997688293,-1.9914580583572388,0.2806299924850464,-1.5564570426940918,-4.290414810180664,2.2561070919036865,0.22217200696468353,2.0835580825805664,2.0113580226898193,-3.3313310146331787,0.3396340012550354,-0.7103779911994934,3.1140990257263184,-1.3860470056533813,-0.11597400158643723,-1.6431080102920532,-1.93026602268219,-2.9383530616760254,2.175143003463745,1.1929800510406494,2.6629409790039062,-0.9997010231018066,2.192845106124878,-1.186697006225586,0.233474999666214,1.9995089769363403,-2.9606080055236816,-3.5059258937835693,-1.8672980070114136,-1.9663029909133911,-3.115709066390991,-4.003736972808838,2.0981240272521973,2.435189962387085,1.084995985031128,-1.1339349746704102,-1.102066993713379,-4.04843807220459,1.478432059288025,-2.6509039402008057,-0.43560999631881714,1.86011803150177,-1.3694809675216675,1.5975580215454102,-1.055101990699768,2.567172050476074,-2.9620730876922607,0.48161399364471436,1.3629759550094604,-1.5723220109939575,-1.2945760488510132,-4.1872758865356445,-1.6059809923171997,-1.1458419561386108,-1.2899800539016724,-2.667145013809204,-2.2013161182403564,-1.234078049659729,0.4753040075302124,-0.8485410213470459,-3.329763889312744,-4.652923107147217,-0.2999430000782013,-3.753293991088867,-2.619680881500244,-2.5583600997924805,-3.0441999435424805,2.8813910484313965,1.0983250141143799,-1.7264389991760254,2.4492011070251465,-3.273993968963623,-3.839548110961914,-0.9338240027427673,-2.3897039890289307,2.941488027572632,2.10079288482666,-3.936889886856079,3.0502851009368896,-3.220647096633911,0.6922270059585571,1.7535719871520996,-0.8573139905929565,2.987936019897461,-3.8055429458618164,-3.451308012008667,0.28239700198173523,1.1777980327606201,-3.138669013977051,-0.807843029499054,2.0130529403686523,-2.774683952331543,1.9995479583740234,-3.218348979949951,2.4671599864959717,0.569936990737915,-0.6810449957847595,-2.454576015472412,-1.5190620422363281,-0.9524239897727966,-1.7593300342559814,3.211513042449951,-4.339735984802246,-2.439682960510254,-1.7537180185317993,-3.6072399616241455,0.5520560145378113,2.8404910564422607,-4.401189804077148,-4.372698783874512,2.490504026412964,-3.3546950817108154,-2.232211112976074,0.39926499128341675,-3.2270450592041016,-1.1732089519500732,0.932220995426178,-1.9263060092926025,1.0698280334472656,-2.3665831089019775,0.7512270212173462,-4.473948001861572,-3.2366440296173096,-3.2406129837036133,0.030549999326467514,0.4968259930610657,1.951390027999878,2.5357110500335693,-0.5672630071640015,-0.4322330057621002,2.8448169231414795,-0.4711030125617981,-3.1265718936920166,-4.0034260749816895,2.850389003753662,-4.052000999450684,3.0213749408721924,-1.4832160472869873,2.3111178874969482,2.56473708152771,1.7587840557098389,1.2378239631652832,2.3820390701293945,1.1952999830245972,2.8087589740753174,2.4834930896759033,2.3436169624328613,-3.611726999282837,2.376147985458374,0.6558300256729126,-3.2124838829040527,0.5290549993515015,-0.6144750118255615,-1.6493330001831055,-2.0853240489959717,-0.7629299759864807,1.854882001876831,1.613955020904541,1.5504709482192993,2.638221025466919,-0.9492499828338623,-0.8577280044555664,0.571412980556488,-0.8321700096130371,0.6600000262260437,-4.223031044006348,-4.119015216827393,-1.8131129741668701,1.9965649843215942,2.5133659839630127,-3.334644079208374,2.9406371116638184,0.06632699817419052,0.23458300530910492,2.371005058288574,-3.0823450088500977,0.2727909982204437,3.2489349842071533,-1.444242000579834,-3.2181689739227295,1.148252010345459,-2.7600150108337402,-4.134427070617676,-0.8850679993629456,2.1111960411071777,-1.8372490406036377,-0.8413779735565186,-1.0213860273361206,2.8886919021606445,1.1733280420303345,2.9673900604248047,2.3155899047851562,3.0772390365600586,-1.1170099973678589,1.385746955871582,2.437814950942993,-3.811640977859497,-2.8956410884857178,2.6751139163970947,-0.7229620218276978,-1.127161979675293,-3.2371110916137695,2.8141369819641113,-2.1753408908843994,0.2957009971141815,-3.0369980335235596,-3.1084020137786865,1.2666130065917969,-3.1907169818878174,-0.9606379866600037,2.851083993911743,0.9252259731292725,-0.017967000603675842,1.625156044960022,2.8072829246520996,-1.8589969873428345,-0.7709220051765442,2.6442410945892334,-1.118798017501831,-1.0801490545272827,0.21644499897956848,-0.6013039946556091,-2.67568302154541,1.1698490381240845,2.6707570552825928,0.6851029992103577,-4.172677993774414,2.548794984817505,1.8207210302352905,2.035460948944092,-1.9529839754104614,0.3664110004901886,0.8330780267715454,-3.214812994003296,-1.5646469593048096,-0.12928800284862518,-0.8370169997215271,-4.278793811798096,-1.7552380561828613,-1.0931570529937744,-1.5059289932250977,1.958400011062622,-1.226101040840149,1.1777640581130981,1.3770359754562378,-1.8100550174713135,-1.2357959747314453,-3.1677188873291016,3.2501280307769775,1.2833889722824097,0.280813992023468,0.9337769746780396,2.398145914077759,-0.5125060081481934,0.6530740261077881,2.5146920680999756,3.0394439697265625,2.6581339836120605,-3.0721640586853027,2.855360984802246,1.0464669466018677,0.7065659761428833,-3.330185890197754,-4.160262107849121,2.959522008895874,-3.215174913406372,2.1229820251464844,2.4493141174316406,0.8804870247840881,1.6717820167541504,3.1451029777526855,-4.526899814605713,2.085603952407837,2.0976500511169434,-1.3978790044784546,0.04498400166630745,1.228073000907898,-2.5452730655670166,-1.588047981262207,2.475696086883545,-4.084287166595459,-1.243764042854309,0.1249530017375946,-2.8932199478149414,-2.7464349269866943,-3.351840019226074,1.018435001373291,0.7923110127449036,-3.4104740619659424,0.39068400859832764,-4.122006893157959,-0.7785990238189697,-0.9104470014572144,-0.9444950222969055,1.0270830392837524,-4.282186985015869,2.3122310638427734,-1.4903520345687866,-2.5038909912109375,1.2061760425567627,0.7413330078125,-4.150702953338623,2.450416088104248,-0.45429399609565735,-3.355465888977051,-3.210448980331421,-0.7205650210380554,-3.242405891418457,-0.8825590014457703,-1.3643590211868286,-3.24065899848938,-0.8767030239105225,0.07952100038528442,0.5746939778327942,2.360656976699829,-3.220324993133545,-2.4661951065063477,-1.2016979455947876,0.3957659900188446,2.580735921859741,-3.7397348880767822,2.6102190017700195,0.31889501214027405,0.04792499914765358,-0.5038139820098877,2.8867108821868896,2.4348230361938477,-1.5243220329284668,2.9034740924835205,-1.9899770021438599,-3.1846890449523926,-3.1463470458984375,-4.446885108947754,1.7245090007781982,-0.29953500628471375,2.2139930725097656,1.4904409646987915,-4.164546012878418,2.179490089416504,-0.1805019974708557,3.0731849670410156,3.2615671157836914,1.6460189819335938,2.549652099609375,2.1651360988616943,-0.11826799809932709,-2.1506869792938232,-3.7451469898223877,-1.1665120124816895,-1.3764179944992065,-1.3942149877548218,-4.004733085632324,-2.172430992126465,-1.3075400590896606,3.2855119705200195,-3.6630749702453613,3.27553391456604,0.8139430284500122,-2.6520609855651855,-2.699384927749634,0.4058539867401123,-3.233236074447632,2.2521939277648926,-1.9958239793777466,-0.40507400035858154,-0.8711709976196289,-0.39199298620224,-1.6374939680099487,2.8510220050811768,-2.479620933532715,3.0375750064849854,-1.490196943283081,1.831725001335144,-0.4594799876213074,-1.0635390281677246,-2.531688928604126,-1.434108018875122,-2.299910068511963,1.2808740139007568,0.3777239918708801,2.1660690307617188,-1.63543701171875,-2.84114408493042,-0.8734880089759827,-3.9642319679260254,-2.644392967224121,-1.2856379747390747,-1.1058650016784668,-1.618062973022461,-1.0651450157165527,-0.7224670052528381,-1.7497279644012451,1.7875510454177856,-3.4320359230041504,-2.634711980819702,0.09964500367641449,-3.22804594039917,1.2505630254745483,3.299294948577881,1.2039940357208252,1.667382001876831,-1.676496982574463,-1.6152230501174927,2.9077370166778564,1.2061729431152344,1.4488630294799805,-3.556313991546631,1.2616239786148071,1.7720530033111572,-3.9467151165008545,1.509361982345581,-4.565234184265137,1.348580002784729,3.076625108718872,-1.256464958190918,2.3419840335845947,0.6050450205802917,0.7320700287818909,2.295525074005127,-4.445493221282959,-4.4257330894470215,-0.6013370156288147,-1.4248700141906738,1.993765950202942,-3.6290180683135986,-4.148712158203125,1.1146399974822998,1.2114050388336182,0.9233930110931396,0.10747700184583664,2.269207000732422,0.24128100275993347,1.2929580211639404,-1.6495920419692993,-4.123414993286133,-1.3424350023269653,2.4433679580688477,2.7484610080718994,-3.6085660457611084,2.753303050994873,1.3135499954223633,-0.17133699357509613,1.1770130395889282,2.352571964263916,-3.1821179389953613,-3.1783289909362793,1.1780309677124023,-0.6700469851493835,-3.213970899581909,-3.7999579906463623,-3.8401639461517334,1.0721839666366577,1.4690569639205933,0.8145189881324768,2.302180051803589,-3.727768898010254,-0.3929100036621094,1.1371920108795166,2.3473949432373047,-1.3395110368728638,-2.0132880210876465,-1.3976969718933105,2.472438097000122,0.4746899902820587,2.3413209915161133,-1.3277889490127563,-3.242908000946045,1.1622220277786255,-4.285707950592041,2.220089912414551,-3.359250068664551,2.2011780738830566,1.093832015991211,-4.1018548011779785,2.6452059745788574,-4.165049076080322,2.445180892944336,2.9145851135253906,-1.1533410549163818,-0.2140430063009262,-3.72721004486084,-2.318121910095215,-1.608826994895935,-2.808777093887329,1.704321026802063,2.238970994949341,1.6133990287780762,-1.3755149841308594,-1.1054819822311401,-1.1982489824295044,3.0294270515441895,2.0956320762634277,-1.1090970039367676,3.000886917114258,2.9800119400024414,-1.6510850191116333,-1.6874760389328003,-0.3078629970550537,-3.224260091781616,-2.800117015838623,2.9442861080169678,0.9104549884796143,-4.60628604888916,2.1590280532836914,1.6807090044021606,1.4120800495147705,0.5178099870681763,2.401731014251709,3.0077149868011475,2.441667079925537,-1.3902109861373901,0.9526540040969849,-0.6957780122756958,0.401731014251709,-1.1187230348587036,-0.6759340167045593,-3.9329919815063477,2.8407139778137207,-4.249199867248535,1.696254014968872,-2.2148489952087402,-2.1824560165405273,-3.1570980548858643,-4.160067081451416,1.4909549951553345,-4.146401882171631,3.2426929473876953,-2.9382400512695312,-3.596580982208252,-0.7344779968261719,1.3855459690093994,1.5941920280456543,-0.6667180061340332,0.2503040134906769,-4.2835869789123535,2.9332799911499023,-2.5470380783081055,-1.135895013809204,-2.047286033630371,3.1049649715423584,3.16416597366333,0.6154800057411194,-1.2301750183105469,-1.0194480419158936,-2.2863268852233887,2.04488205909729,-0.6992049813270569,0.8530660271644592,2.5358760356903076,-1.2506279945373535,-1.6819260120391846,0.8008019924163818,1.2040690183639526,-0.23613999783992767,-3.8846700191497803,0.6840599775314331,-2.5483450889587402,-2.2238810062408447,-2.4868600368499756,-1.4463880062103271,2.100045919418335,0.2579450011253357,-3.648793935775757,3.0245859622955322,-3.2448599338531494,-0.5526340007781982,2.285290002822876,2.2684879302978516,-3.248724937438965,1.3830649852752686,3.0693929195404053,0.6053450107574463,-0.615867018699646,1.3277950286865234,1.5841480493545532,-4.048299789428711,-1.9752670526504517,-0.7821909785270691,-0.1041560024023056,3.2113399505615234,1.2469509840011597,1.8220850229263306,-1.3844740390777588,0.7493069767951965,0.810230016708374,-1.2703139781951904,0.3213370144367218,-0.4966740012168884,-2.0050249099731445,-0.9662449955940247,1.7960319519042969,2.264378070831299,-1.2915010452270508,-1.2123199701309204,-2.0757670402526855,0.16607999801635742,-1.0864909887313843,-1.093080997467041,-1.6502399444580078,2.689763069152832,-0.41995999217033386,1.297160029411316,-1.777830958366394,1.8569010496139526,-1.293468952178955,2.8055739402770996,0.10687500238418579,-1.2064169645309448,-3.1887359619140625,-0.4986250102519989,-2.306169033050537,0.2628050148487091,0.30768999457359314,-0.6502950191497803,-2.413814067840576,-0.9751589894294739,-1.4762840270996094,-3.4663538932800293,-0.31015101075172424,1.6029939651489258,2.0102360248565674,0.990917980670929,-4.39908504486084,-1.5029749870300293,0.620809018611908,-4.345016002655029,-1.0945969820022583,-2.0158560276031494,-3.1473639011383057,2.5093629360198975,2.8064138889312744,-2.0677080154418945,0.48738598823547363,0.36004599928855896,1.142590045928955,2.6408169269561768,-3.185904026031494,-1.037145972251892,3.1619150638580322,2.8677890300750732,-4.131093978881836,0.5062710046768188,0.26497501134872437,-3.21956205368042,1.560492992401123,2.9434499740600586,-3.1853830814361572,3.207542896270752,-0.5544509887695312,-1.5930269956588745,-1.5407140254974365,2.9066340923309326,-4.150464057922363,-3.21144700050354,0.36183100938796997,1.1613229513168335,2.3729560375213623,1.5429589748382568,-4.103044033050537,-1.5041040182113647,-2.8289530277252197,-2.005331039428711,2.271243095397949,-0.17128099501132965,-2.016486883163452,-1.95004403591156,2.494292974472046,-3.952285051345825,-1.1630849838256836,0.20184199512004852,-1.2548019886016846,0.8765109777450562,-0.5442230105400085,-4.107548236846924,-3.195298910140991,-3.9951040744781494,-3.419753074645996,-1.8577359914779663,-3.292781114578247,2.8171169757843018,-2.2726850509643555,1.7427849769592285,2.1326849460601807,-1.6616829633712769,1.093574047088623,-3.1989099979400635,-3.1960020065307617,0.8829010128974915,2.2783100605010986,1.307394027709961,-0.9088209867477417,2.5747249126434326,-1.832895040512085,0.3968439996242523,-0.23162999749183655,-3.148024082183838,-4.103968143463135,1.979161024093628,0.9206860065460205,-3.8517539501190186,0.3731670081615448,1.2548760175704956,2.1056790351867676,1.60417902469635,2.594053030014038,0.3021959960460663,-4.001340866088867,-3.0344269275665283,-3.2101550102233887,2.9166250228881836,-0.0934159979224205,-3.0718939304351807,2.2228119373321533,2.933763027191162,-2.0478129386901855,-2.974073886871338,1.3330039978027344,-1.0436999797821045,-2.00068998336792,3.180677890777588,2.5872559547424316,-1.228355050086975,-4.181107044219971,1.4204959869384766,1.4707870483398438,-4.071482181549072,-0.9228789806365967,2.7758688926696777,3.2410590648651123,-0.5338839888572693,2.418360948562622,2.5001869201660156,3.2484169006347656,-1.499758005142212,0.021810000762343407,2.461005926132202,2.605772018432617,-4.033121109008789,-0.8973709940910339,-1.8665310144424438,-2.1408228874206543,1.8479020595550537,-4.218723773956299,-3.234200954437256,2.879117965698242,1.1871559619903564,2.496095895767212,-3.0866620540618896,-1.9097470045089722,-3.5288279056549072,1.643867015838623,1.9597560167312622,1.7813550233840942,0.33184999227523804,-4.57089376449585,-3.2890379428863525,-1.6520249843597412,-2.7783870697021484,-0.7863929867744446,2.9333689212799072,0.4697659909725189,-1.1046370267868042,0.7032740116119385,-0.46396899223327637,0.02281000092625618,1.336184024810791,-1.9239360094070435,2.885211944580078,0.4096980094909668,-2.7631959915161133,-1.5010080337524414,-4.16851806640625,-1.0770009756088257,-3.9791500568389893,2.4897730350494385,0.6036720275878906,-0.16074100136756897,-2.166126012802124,0.8927580118179321,-1.9459539651870728,-3.916369915008545,2.7963850498199463,0.45205798745155334,-3.210563898086548,-1.1431759595870972,-3.2516798973083496,-0.4557180106639862,-2.399988889694214,-0.88577800989151,-1.0430539846420288,2.9641220569610596,2.956545114517212,-4.541816234588623,-3.5998740196228027,-1.1279710531234741,-0.8577190041542053,0.9812809824943542,-3.2803080081939697,2.0269460678100586,-1.200057029724121,1.4944419860839844,-1.6794049739837646,2.8449490070343018,2.7983410358428955,-0.10945899784564972,-3.75533390045166,2.9823410511016846,1.6140860319137573,-4.393004894256592,1.6579359769821167,-0.7175970077514648,1.7098619937896729,-3.0864200592041016,1.0021649599075317,2.0304789543151855,-0.8248879909515381,-0.8180710077285767,-1.9137400388717651,-3.7516980171203613,1.9063010215759277,-1.7978140115737915,0.6042330265045166,2.9899649620056152,1.2032040357589722,1.8151099681854248,0.14096899330615997,1.52926504611969,2.1805920600891113,-1.4871859550476074,2.207190990447998,3.2496469020843506,-0.36539098620414734,-3.321671962738037,-0.8530129790306091,3.242682933807373,-3.2462220191955566,-3.860819101333618,-1.6259100437164307,2.534151077270508,-3.2054059505462646,2.114108085632324,-1.888625979423523,2.1368119716644287,-2.17519211769104,-2.528676986694336,2.837312936782837,-0.9584429860115051,2.8861570358276367,0.6526690125465393,2.466223955154419,-1.7021030187606812,2.3294999599456787,2.6731300354003906,-3.203835964202881,0.801934003829956,-0.17664800584316254,1.4990559816360474,2.870310068130493,-1.2820409536361694,-4.067584991455078,1.1070940494537354,-1.971763014793396,2.4807519912719727,3.1230878829956055,1.3659600019454956,-0.9924089908599854,-4.154477119445801,1.8001179695129395,-3.2332398891448975,1.8067350387573242,2.3871850967407227,0.06390299648046494,-0.7085890173912048,-0.9696199893951416,-0.9768270254135132,2.631934881210327,1.1643359661102295,-3.925884962081909,2.418071985244751,2.5332770347595215,-1.194154977798462,-0.5091720223426819,2.1610610485076904,-3.928402900695801,0.14281900227069855,-0.41638100147247314,-1.0650919675827026,-2.9779200553894043,2.008613109588623,-3.693260908126831,2.927922010421753,1.5165619850158691,1.4106990098953247,-1.1819679737091064,2.7271900177001953,-3.1653599739074707,-3.1099181175231934,0.44508400559425354,-0.6424310207366943,2.8559410572052,-2.8188889026641846,-1.61347496509552,-0.6143059730529785,1.0921629667282104,-0.12022300064563751,-0.7688189744949341,-0.7775589823722839,-2.1255059242248535,-0.7449110150337219,2.8232309818267822,2.6278350353240967,1.4430090188980103,-1.5596760511398315,0.28119999170303345,0.21142199635505676,0.7690110206604004,2.906712055206299,-0.3271990120410919,-4.062228202819824,-0.8675969839096069,0.9569429755210876,-0.6610260009765625,0.7809540033340454,-0.130854994058609,-1.8191620111465454,-3.198158025741577,-1.004220962524414,1.0374699831008911,-1.06107497215271,-2.1224730014801025,1.7869329452514648,1.656633973121643,-3.1453781127929688,-0.13633300364017487,-1.1592329740524292,-3.6453750133514404,-2.8527700901031494,-2.228455066680908,-3.195966958999634,-1.9597619771957397,1.250512957572937,0.7559069991111755,-1.8963890075683594,-1.2524230480194092,2.1643619537353516,0.08241300284862518,0.847366988658905,-1.807832956314087,2.751260995864868,1.0089240074157715,0.943219006061554,-0.20971600711345673,2.4908509254455566,1.3776229619979858,-2.042098045349121,1.3709440231323242,2.367130994796753,-0.7545269727706909,-1.5393099784851074,-2.371870994567871,1.3156059980392456,2.5465829372406006,2.3215699195861816,-1.7627960443496704,0.4504239857196808,1.1410449743270874,2.2032620906829834,-4.156929016113281,0.8021690249443054,-0.7626630067825317,-3.9963419437408447,-3.675868034362793,2.7269999980926514,2.6194310188293457,-3.237381935119629,3.1507439613342285,-2.3130099773406982,-0.4985550045967102,0.8985130190849304,-1.7095439434051514,-4.119500160217285,-2.2059218883514404,-1.3162480592727661,2.35296893119812,-4.653038024902344,-4.569128036499023,2.841403007507324,1.0923320055007935,0.10548499971628189,2.0122110843658447,-3.2309000492095947,0.4477289915084839,-0.47307300567626953,1.203678011894226,-3.2454540729522705,3.2563788890838623,1.8678220510482788,0.7287769913673401,-4.156938076019287,0.031096000224351883,-0.033218998461961746,-1.0729299783706665,0.48921000957489014,1.2965710163116455,-0.4903720021247864,-4.140021800994873,0.9489520192146301,3.041656970977783,-3.775960922241211,-4.19754695892334,-3.669938087463379,-0.830814003944397,-1.0574220418930054,0.6994919776916504,-2.167135000228882,-1.4540510177612305,-1.0424519777297974,-2.8832569122314453,2.6032090187072754,3.3508119583129883,1.128491997718811,1.1192090511322021,2.602294921875,-0.10884299874305725,-1.7597700357437134,1.1313420534133911,-1.8946369886398315,-1.3488019704818726,0.5634289979934692,2.01206111907959,-2.514725923538208,2.869741916656494,-3.1289188861846924,-3.096987009048462,-3.2738840579986572,1.2771600484848022,-0.28022900223731995,-0.8080440163612366,1.0767300128936768,-1.0326039791107178,3.1297130584716797,-1.9691749811172485,1.1442179679870605,-0.6652780175209045,-1.4774600267410278,-3.3072359561920166,-1.422577977180481,-1.9093849658966064,3.2547240257263184,-1.0854439735412598,-0.439860999584198,-1.5881149768829346,-4.593801021575928,2.7526910305023193,1.546233057975769,-3.2079639434814453,1.0977729558944702,-3.2516770362854004,-1.1575390100479126,-3.865216016769409,0.5185589790344238,-0.08518599718809128,1.8035680055618286,1.683459997177124,-3.6598589420318604,-2.440727949142456,0.6629459857940674,-1.3846019506454468,1.7557090520858765,-0.807483971118927,-0.8318960070610046,3.0122859477996826,-2.4976630210876465,-1.1006050109863281,2.3848578929901123,2.6515209674835205,-3.133836030960083,3.1974270343780518,2.3418970108032227,1.9635119438171387,2.0163919925689697,-1.1809910535812378,-3.198729991912842,1.0532230138778687,0.1600790023803711,-1.158499002456665,3.2404680252075195,1.0984020233154297,-0.7418389916419983,2.956624984741211,-3.2527029514312744,2.4326670169830322,-2.105983018875122,2.9245550632476807,-3.2201180458068848,-0.564391016960144,-1.2420870065689087,-1.373945951461792,-4.182092189788818,-0.024795999750494957,-1.7322160005569458,-1.5651979446411133,-3.5372250080108643,2.8056459426879883,1.291761040687561,-0.9742820262908936,2.67043399810791,1.5980290174484253,-0.5407000184059143,-0.9518319964408875,1.6590609550476074,2.530355930328369,1.4467010498046875,3.0771069526672363,2.141590118408203,3.2126669883728027,-1.7736730575561523,1.9419820308685303,2.302764892578125,-4.180188179016113,2.3510279655456543,-1.5959969758987427,1.1890490055084229,-4.075596809387207,0.65420001745224,-1.2184840440750122,-1.3292410373687744,0.2911800146102905,-3.2100679874420166,1.2249300479888916,2.0719730854034424,-1.2031919956207275,-1.0930659770965576,-3.1861178874969482,-2.3103981018066406,2.643435001373291,-2.61376690864563,3.137346029281616,-1.6950069665908813,-1.0633699893951416,-3.1519811153411865,-3.1882729530334473,1.3779770135879517,3.2409911155700684,-3.2149240970611572,-1.3083959817886353,3.2506520748138428,2.121591091156006,2.2512130737304688,-1.1752920150756836,0.5548229813575745,-3.156019926071167,1.4620009660720825,1.4039770364761353,-0.9880189895629883,-1.7567449808120728,1.6154710054397583,-1.344364047050476,1.2938339710235596,1.3739069700241089,-0.6622750163078308,1.316635012626648,-2.63529896736145,-2.889180898666382,-2.876631021499634,1.1236870288848877,2.655863046646118,-0.8872169852256775,2.7248950004577637,1.8794519901275635,1.9043530225753784,2.635143995285034,-1.1128020286560059,-4.183420181274414,2.78664493560791,2.390984058380127,-0.3409329950809479,2.3186819553375244,-0.04841100051999092,3.108383893966675,-3.942646026611328,-2.5315918922424316,3.283600091934204,2.394021987915039,-1.6007100343704224,1.3814300298690796,3.156728982925415,1.7634999752044678,0.4945409893989563,2.9430019855499268,-3.22249698638916,-1.0271060466766357,-3.2741758823394775,2.3527588844299316,-1.141348958015442,2.9813880920410156,-1.657539963722229,-2.4689409732818604,1.5015950202941895,1.3262770175933838,2.5375189781188965,-3.1949260234832764,-3.6754660606384277,-4.416928768157959,-2.6595070362091064,-0.7775570154190063,2.3157730102539062,-3.221147060394287,2.804064989089966,2.2362658977508545,-1.40304696559906,0.8585000038146973,-2.1159629821777344,0.057785000652074814,2.930793046951294,-0.02006099931895733,-0.7195240259170532,0.259535014629364,1.9939019680023193,2.0975170135498047,-1.5238920450210571,-2.7920730113983154,1.4982869625091553,0.6931610107421875,0.5837849974632263,0.34903600811958313,1.9880989789962769,-3.2321701049804688,-0.06917200237512589,3.049593925476074,0.18365700542926788,0.36617401242256165,2.5815269947052,2.6827640533447266,-1.2095329761505127,1.8974560499191284,1.7224329710006714,-0.6024569869041443,0.012229000218212605,-3.0608930587768555,2.960494041442871,0.6901609897613525,-2.0856730937957764,2.8790578842163086,1.0685479640960693,3.313843011856079,-4.093589782714844,-1.0552940368652344,3.2780210971832275,-3.765170097351074,-0.8234800100326538,-1.7886710166931152,-0.1065870001912117,-3.783442974090576,-2.1044020652770996,0.8738120198249817,-1.179785966873169,2.9492990970611572,3.0620720386505127,-0.7626129984855652,-3.802433967590332,-3.2118940353393555,-3.211754083633423,-2.1027989387512207,-3.197782039642334,2.721893072128296,3.2705130577087402,0.6992290019989014,0.08747600018978119,-1.1607890129089355,2.742722988128662,-4.276104927062988,-3.5155510902404785,-3.3930981159210205,-2.2853269577026367,1.1462700366973877,0.7614669799804688,-1.019495964050293,0.13908499479293823,-2.2704010009765625,0.46338701248168945,-3.4689788818359375,-4.273064136505127,1.4107730388641357,-4.067375183105469,-3.2930688858032227,-1.3323830366134644,-0.5423420071601868,2.34265398979187,0.28034698963165283,3.1441330909729004,1.0488009452819824,-3.8602030277252197,2.1527740955352783,-3.711761951446533,2.1407630443573,-2.686368942260742,-1.768226981163025,-3.9529030323028564,0.522059977054596,2.359023094177246,-0.2462729960680008,2.475904941558838,-4.094006061553955,3.2104620933532715,1.7597349882125854,-1.8470849990844727,2.644550085067749,2.4500789642333984,1.242671012878418,0.44121798872947693,-4.285935878753662,-1.1415150165557861,-4.045364856719971,-3.728408098220825,0.017090000212192535,-1.5234700441360474,-1.6150000095367432,-1.4947539567947388,2.2826390266418457,-1.6100610494613647,2.8732550144195557,-1.3934760093688965,2.963085889816284,-3.194025993347168,-4.24453592300415,-4.449318885803223,1.002081036567688,-3.1917989253997803,-1.736286997795105,2.9887468814849854,2.078871011734009,-3.19215989112854,0.7674030065536499,-1.0226750373840332,-1.0739779472351074,1.3725299835205078,-4.573659896850586,2.602992057800293,3.1841650009155273,-1.3357770442962646,2.632127046585083,2.1353139877319336,-3.7448360919952393,-1.0390629768371582,2.7575109004974365,-4.591545104980469,2.837678909301758,1.7640800476074219,1.4802650213241577,0.4948199987411499,-1.0990040302276611,-3.886591911315918,-0.22598600387573242,-0.6977109909057617,-1.7166399955749512,-1.751939058303833,-4.579215049743652,2.795161008834839,2.9188640117645264,1.296004056930542,0.6249719858169556,2.397423028945923,1.9615529775619507,3.2495710849761963,-2.735353946685791,1.9135940074920654,0.17487899959087372,2.697097063064575,-1.1693819761276245,2.0224449634552,2.5629689693450928,-1.245743989944458,-2.0083680152893066,-1.0919380187988281,0.27851900458335876,2.8699469566345215,-1.5018869638442993,-3.1042659282684326,-3.1742749214172363,0.20312699675559998,2.4398701190948486,1.0286840200424194,-4.034057140350342,-3.2118709087371826,2.3677918910980225,-0.8607479929924011,0.2691740095615387,2.7436060905456543,-1.4907360076904297,2.764275074005127,0.15448300540447235,2.6996750831604004,2.3584558963775635,2.6721909046173096,-0.417138010263443,0.4431140124797821,-3.3580870628356934,0.7242439985275269,-0.20480599999427795,-0.9018980264663696,-0.9253960251808167,-1.0903019905090332,-0.8264870047569275,-0.5056359767913818,-0.6519910097122192,-4.0211920738220215,0.6560720205307007,-2.8679819107055664,0.3908199965953827,1.0227090120315552,2.6595709323883057,-0.8483390212059021,2.6799280643463135,1.1904560327529907,-3.204298973083496,-4.189137935638428,0.6796870231628418,2.4606540203094482,0.6803370118141174,-1.5734119415283203,2.013806104660034,-3.219794988632202,2.920064926147461,-4.14257287979126,3.0363690853118896,-1.639240026473999,2.8460710048675537,0.3792400062084198,-3.5647060871124268,-0.5949199795722961,2.9395411014556885,1.9385650157928467,-0.5393999814987183,-3.4348769187927246,2.73840594291687,2.59995698928833,-2.1822168827056885,0.5076839923858643,-4.2718329429626465,-0.5441470146179199,1.2288299798965454,-1.004114031791687,1.5423719882965088,1.845020055770874,0.5764480233192444,-3.4565908908843994,-0.4653089940547943,0.6503139734268188,-3.02604603767395,2.1313469409942627,3.0696699619293213,-0.7313929796218872,1.8890290260314941,-1.0465060472488403,-2.594583034515381,0.6717299818992615,-3.2329649925231934,-1.5180070400238037,-2.8424229621887207,-0.05210600048303604,-3.6762290000915527,2.438277006149292,2.3736019134521484,-3.3645238876342773,-3.2360360622406006,-4.098575115203857,1.1812909841537476,1.715162992477417,-4.124835014343262,-1.4674919843673706,0.28478100895881653,-0.9004610180854797,-3.209505081176758,0.547648012638092,3.2139639854431152,-2.813894033432007,2.953104019165039,-3.932647943496704,-0.681240975856781,-3.1095049381256104,0.9341250061988831,-3.2407538890838623,-1.1613409519195557,-0.4144650101661682,2.299453020095825,3.158935070037842,-2.717288017272949,-3.699090003967285,-3.8137500286102295,-1.0858399868011475,-4.403767108917236,-4.2187819480896,3.275563955307007,-1.0488109588623047,-1.7404329776763916,0.12638600170612335,-0.47193801403045654,-3.6347498893737793,-0.2969000041484833,-0.3557319939136505,-4.050789833068848,2.1462929248809814,1.6832740306854248,2.049520969390869,-1.4613759517669678,-1.4547230005264282,-4.136929035186768,2.9050750732421875,-2.1628830432891846,-0.337691992521286,-4.182954788208008,0.7563269734382629,1.943084955215454,1.8534810543060303,-0.6963559985160828,1.5926220417022705,-2.4305579662323,0.0502999983727932,0.004728999920189381,-4.2856879234313965,-1.1253349781036377,-1.0988019704818726,-2.2818260192871094,-1.3410550355911255,-2.9960811138153076,0.40149998664855957,0.7251409888267517,-0.6627659797668457,2.0106890201568604,0.9659000039100647,-0.37962600588798523,-0.2383970022201538,1.6474679708480835,2.60835599899292,-1.258847951889038,-3.2401061058044434,0.17743399739265442,-3.7331459522247314,-3.890281915664673,-2.6594290733337402,-1.6550110578536987,2.2857439517974854,1.1341760158538818,-4.574371814727783,-4.336541175842285,-3.2268691062927246,2.090157985687256,1.1244479417800903,2.079334020614624,-0.5790640115737915,-0.38307198882102966,-2.4391698837280273,-0.5666570067405701,2.8588719367980957,-3.2080790996551514,-3.0735409259796143,2.65425705909729,2.2166121006011963,2.4632980823516846,0.7953619956970215,-1.6450190544128418,2.8000059127807617,-2.7389891147613525,2.04345703125,0.8959019780158997,0.6522499918937683,2.3237409591674805,-4.121914863586426,3.1767539978027344,-2.4374799728393555,3.073564052581787,-0.7255820035934448,-0.7621250152587891,1.0420620441436768,1.027021050453186,2.1777639389038086,-1.151608943939209,-3.9174699783325195,-3.9032809734344482,-0.46973198652267456,-0.4380730092525482,-1.6011929512023926,1.7116960287094116,-4.494080066680908,1.691586971282959,-0.7742699980735779,-3.759150981903076,0.8218050003051758,1.457489013671875,-2.6251919269561768,1.2144969701766968,2.482224941253662,-0.5818849802017212,3.2123539447784424,2.486375093460083,-0.359935998916626,0.4175199866294861,-3.2399868965148926,-1.5547749996185303,-3.942223072052002,-0.6365259885787964,-1.6858489513397217,-0.6856510043144226,-1.1944739818572998,2.6456139087677,-3.2086570262908936,-2.263468027114868,-0.1158749982714653,-2.8545989990234375,2.844521999359131,2.9776270389556885,-3.9678239822387695,-3.5334270000457764,-3.2060561180114746,3.036402940750122,-1.8178080320358276,1.0691250562667847,1.1374499797821045,-4.407188892364502,-2.1860671043395996,2.9801719188690186,-1.4590599536895752,-1.1734999418258667,-0.9376620054244995,-1.9639639854431152,0.9685029983520508,1.761916995048523,1.7477519512176514,1.4181480407714844,-4.007303237915039,-4.302853107452393,3.079901933670044,-2.1005289554595947,2.7662739753723145,2.864612102508545,-1.092115044593811,-3.1859939098358154,-3.1850221157073975,-2.914702892303467,-2.4026339054107666,-0.3900870084762573,1.2393399477005005,-0.9343709945678711,1.49447500705719,-4.1265950202941895,-3.25142502784729,2.476732015609741,-1.397676944732666,-3.212562084197998,2.5350210666656494,-1.9055249691009521,2.8266220092773438,0.7339590191841125,2.820375919342041,1.2647420167922974,2.4467949867248535,3.0032460689544678,1.3508050441741943,1.4462800025939941,-2.1298470497131348,2.1896328926086426,-2.482142925262451,-4.023097991943359,2.8126730918884277,-3.196165084838867,-4.042035102844238,-1.0615919828414917,1.3592979907989502,1.4300390481948853,-4.081791877746582,2.7513389587402344,-1.2023969888687134,3.291002035140991,-3.5243899822235107,0.982820987701416,-3.815476894378662,-1.3384610414505005,2.3986549377441406,-3.2241768836975098,-0.995278000831604,1.7950199842453003,-4.171109199523926,1.6474629640579224,1.662593960762024,1.326550006866455,0.0916920006275177,2.343808889389038,-3.2135980129241943,2.8492929935455322,-2.379462957382202,1.0293710231781006,-1.3469970226287842,-1.3750929832458496,1.0937319993972778,0.2802579998970032,0.5907179713249207,-1.1292940378189087,-1.2926969528198242,-2.677212953567505,-1.0506830215454102,0.46186500787734985,0.009917999617755413,-0.29971200227737427,2.0992119312286377,-2.615557909011841,-0.7243959903717041,2.8874659538269043,0.6261669993400574,1.2533069849014282,2.042433977127075,-1.9810320138931274,-3.425787925720215,-3.235069990158081,3.1902849674224854,1.1876009702682495,-1.2105050086975098,-1.3304270505905151,-0.5952609777450562,2.0097239017486572,-0.7226099967956543,1.2312029600143433,-3.2599680423736572,-2.2140769958496094,2.8474109172821045,-0.5672129988670349,-3.345755100250244,-3.297555923461914,-1.0368670225143433,-0.18045499920845032,-2.290921926498413,-4.041669845581055,-0.8532819747924805,-3.2058730125427246,-0.4927870035171509,-0.4350360035896301,2.8364109992980957,-4.134407043457031,-3.1871209144592285,-3.1438961029052734,-3.663783073425293,1.7270710468292236,-0.35869500041007996,1.9438040256500244,2.6398940086364746,2.2235770225524902,1.6895090341567993,1.3400579690933228,-0.3270609974861145,2.7094130516052246,-1.6191810369491577,-4.28889799118042,-1.8538349866867065,2.6723520755767822,0.4516189992427826,0.03372399881482124,1.7697689533233643,0.5792520046234131,1.5371990203857422,3.059252977371216,-0.9793369770050049,-0.9895939826965332,-3.1835780143737793,-1.9179229736328125,2.656795024871826,0.7480980157852173,0.8449010252952576,-3.4771690368652344,-2.5122439861297607,2.96553111076355,-2.881938934326172,0.713657021522522,-2.283202886581421,2.5751469135284424,0.9200369715690613,1.6798030138015747,1.2919549942016602,2.4814538955688477,-1.822761058807373,1.9043810367584229,2.379560947418213,2.570535898208618,-3.0690550804138184,-3.7707459926605225,-4.160560131072998,-4.100235939025879,2.1643359661102295,1.6608619689941406,-2.320688009262085,-0.3397729992866516,0.7715319991111755,-2.6436750888824463,-3.960987091064453,-3.217060089111328,1.1389620304107666,-0.29060399532318115,0.37984201312065125,0.2955859899520874,1.0714850425720215,-3.2348079681396484,2.9563400745391846,-3.2120730876922607,1.2239550352096558,3.2255420684814453,-1.0732500553131104,2.9365649223327637,2.6354548931121826,2.2534000873565674,2.3037309646606445,1.0340909957885742,-4.078551769256592,2.0824849605560303,-2.4376659393310547,-3.023874044418335,-2.33280611038208,-1.8070290088653564,-1.8891509771347046,-3.9195199012756348,2.8263819217681885,1.2092020511627197,-4.172239780426025,2.7045540809631348,-3.231985092163086,2.2695209980010986,-0.8017439842224121,0.6776660084724426,0.9256669878959656,-1.5173330307006836,1.3357429504394531,1.6882970333099365,-3.200566053390503,1.6005610227584839,-1.5561599731445312,3.055690050125122,1.1305960416793823,0.721331000328064,0.10429900139570236,1.9358370304107666,0.7851179838180542,0.6543539762496948,-4.047029972076416,-1.936560034751892,-0.1338610053062439,-1.009598970413208,-4.125047206878662,-1.1428359746932983,3.0336289405822754,-2.5513839721679688,-2.602353096008301,-2.0560550689697266,2.05275297164917,-2.99520206451416,0.6020029783248901,-2.126737117767334,1.6091220378875732,-1.7336740493774414,-2.0600109100341797,-3.1772139072418213,-3.5012850761413574,-2.2186670303344727,-2.0878589153289795,2.551244020462036,2.5968799591064453,-0.9660999774932861,1.185289978981018,2.2033560276031494,-2.6719040870666504,2.2531039714813232,-3.1660280227661133,-2.250596046447754,-1.0938990116119385,1.798962950706482,2.890064001083374,2.5602080821990967,-1.6400140523910522,-3.162339925765991,3.110927104949951,-0.7469900250434875,2.86059308052063,1.1849629878997803,-1.381824016571045,-1.3794959783554077,-3.283143997192383,-2.3644559383392334,1.9471009969711304,-3.260956048965454,1.0301610231399536,-0.8172320127487183,-0.5855100154876709,1.1992809772491455,-1.1347990036010742,-0.6599990129470825,1.9382200241088867,2.9037508964538574,-1.4074130058288574,3.129702091217041,3.18571400642395,1.413243055343628,-1.1044670343399048,-1.3657159805297852,3.2520511150360107,0.03594899922609329,2.3416380882263184,2.7569758892059326,-3.2368509769439697,-1.018880009651184,-0.13861900568008423,2.8433589935302734,-0.4473069906234741,-2.7720720767974854,1.077396035194397,2.3691558837890625,-4.584135055541992,-1.7572660446166992,-1.4646919965744019,-1.203104019165039,-0.43402498960494995,-3.3203930854797363,1.1748230457305908,-0.15954799950122833,0.933942973613739,2.092103958129883,1.3591279983520508,-3.2031021118164062,2.966115951538086,-1.626755952835083,0.22652100026607513,-4.047759056091309,2.308548927307129,3.1891109943389893,1.4698890447616577,-0.45594900846481323,3.0341460704803467,-0.12924900650978088,0.5178009867668152,-2.6939949989318848,2.2221529483795166,1.176967978477478,-2.5315730571746826,1.4416160583496094,-1.8429160118103027,3.1474850177764893,-3.1868340969085693,-1.5777239799499512,-3.0913379192352295,1.7769919633865356,-2.2653589248657227,-2.334765911102295,-3.186532974243164,2.493375062942505,-1.9654539823532104,-2.6927270889282227,0.8753910064697266,-1.1216570138931274,-4.154008865356445,0.1750040054321289,-0.8477410078048706,-3.215190887451172,-3.831221103668213,2.203171968460083,2.7438430786132812,-4.102120876312256,2.0525588989257812,-0.6175159811973572,-3.8851969242095947,2.7423601150512695,1.59243905544281,-4.634697914123535,0.7590550184249878,-0.615460991859436,-1.3830560445785522,2.6974620819091797,-1.1239069700241089,-1.899554967880249,-2.1712019443511963,2.388784885406494,-2.2318689823150635,-0.16442400217056274,-3.382291078567505,-4.1504387855529785,3.124375104904175,0.26540300250053406,2.011275053024292,-4.210235118865967,2.2620699405670166,-0.2586669921875,-3.625040054321289,-1.0032809972763062,0.8351680040359497,-0.8651289939880371,-2.948843002319336,2.0068631172180176,2.3390400409698486,3.301007032394409,-3.242048978805542,-1.1327409744262695,0.9147199988365173,1.005558967590332,2.128667116165161,1.2077349424362183,-3.2938690185546875,-0.9886450171470642,3.0493199825286865,2.597417116165161,-1.6101750135421753,-1.0176609754562378,0.5540900230407715,1.1431900262832642,-0.5494800209999084,-1.0129029750823975,2.1412088871002197,2.874764919281006,2.0008459091186523,3.059356927871704,2.4944210052490234,-3.970820903778076,-1.1190810203552246,-1.6455880403518677,2.6323819160461426,0.26517999172210693,-2.139633893966675,-2.0956668853759766,-3.22248911857605,-1.2977060079574585,-1.2975929975509644,-1.7495930194854736,-3.6895720958709717,-0.5820819735527039,0.6242730021476746,-3.973361015319824,-3.203295946121216,-3.208043098449707,-4.4670209884643555,-3.9960598945617676,2.9326040744781494,0.5651980042457581,-4.097761154174805,-3.2039670944213867,3.107912063598633,-3.530303955078125,2.936929941177368,-4.2747907638549805,-1.047821044921875,2.49424409866333,-1.1863319873809814,-3.760190010070801,-1.19691801071167,-0.7654060125350952,1.1236200332641602,-4.269575119018555,-4.097776889801025,1.0512210130691528,0.943947970867157,0.8006470203399658,-1.372715950012207,-2.1544089317321777,-1.4273430109024048,2.8490960597991943,-1.4684499502182007,-4.0179362297058105,-4.00860595703125,2.866780996322632,-4.525195121765137,-0.4962329864501953,1.3036400079727173,1.231387972831726,-4.190414905548096,-1.0422029495239258,-2.1142730712890625,3.2070629596710205,2.624483108520508,-4.276464939117432,-4.187623977661133,1.2352319955825806,-2.744926929473877,-3.0274250507354736,3.307755947113037,0.11502499878406525,1.088595986366272,1.6720069646835327,2.422153949737549,2.975543975830078,1.160627007484436,1.156896948814392,1.9543119668960571,-2.3391571044921875,2.7479350566864014,-1.1644279956817627,2.8949038982391357,-2.141541004180908,-2.124856948852539,-4.293039798736572,-1.4023419618606567,1.8658959865570068,-1.576545000076294,0.7709130048751831,0.3619059920310974,-1.8891960382461548,-3.19502592086792,-1.6910250186920166,1.752221941947937,-3.2144429683685303,3.2373569011688232,-0.6092519760131836,-0.6532089710235596,-4.137477874755859,-0.7187079787254333,2.968148946762085,-0.9309179782867432,-3.5021910667419434,-2.1115400791168213,-1.3585400581359863,-0.04500100016593933,-3.482745885848999,3.0577149391174316,1.8182100057601929,2.084351062774658,-0.7193509936332703,-0.0534139983355999,-4.476734161376953,-3.3873701095581055,1.1042989492416382,-0.22228600084781647,1.320152997970581,-0.8914409875869751,2.4798219203948975,2.1212329864501953,-1.3814719915390015,3.2810330390930176,-2.3024730682373047,-2.3518760204315186,-3.248110055923462,-1.1212519407272339,0.05162600055336952,2.2596418857574463,0.5120469927787781,-1.982316017150879,-1.5316779613494873,-3.7256479263305664,0.44040098786354065,3.1126370429992676,-1.4303139448165894,2.031327962875366,-2.253535032272339,-0.9405040144920349,-4.635359764099121,-4.082359790802002,-2.393127918243408,0.8087120056152344,0.7049270272254944,-3.188652992248535,-2.6039888858795166,-2.686568021774292,-2.225142002105713,1.9315299987792969,1.9922300577163696,1.6138299703598022,-0.36088699102401733,1.9132479429244995,3.28212308883667,-2.6056039333343506,-3.197396993637085,-0.11405099928379059,2.9932730197906494,2.0608999729156494,-1.6247340440750122,-1.5196659564971924,-0.9147289991378784,-1.1496930122375488,-1.703631043434143,0.5774959921836853,2.9198319911956787,2.8069190979003906,0.0696209967136383,-3.096985101699829,-0.965831995010376,-3.0421929359436035,-4.062127113342285,1.0573559999465942,2.1567471027374268,2.285900115966797,-1.5369950532913208,-1.36102294921875,0.37794798612594604,0.5904189944267273,0.14405900239944458,0.08946099877357483,2.3787529468536377,-3.1795361042022705,3.0023810863494873,-4.085343837738037,2.880985975265503,-1.7598979473114014,-1.646960973739624,1.5685780048370361,-2.5865590572357178,-1.4584779739379883,0.659512996673584,2.960010051727295,1.4630370140075684,-2.808809995651245,-2.6324520111083984,-4.078135013580322,-4.149673938751221,-1.3312129974365234,-4.253459930419922,2.8967249393463135,-2.268367052078247,-0.731332004070282,0.43329599499702454,0.8976609706878662,3.1295969486236572,-0.38017499446868896,2.5366599559783936,-1.6051219701766968,0.16688700020313263,-4.363673210144043,1.0129259824752808,0.5268679857254028,-4.497797966003418,2.385957956314087,-2.865138053894043,2.011082887649536,1.04550302028656,2.7926909923553467,2.907154083251953,-0.6510559916496277,1.9894119501113892,1.2609909772872925,-1.056805968284607,2.964777946472168,2.0941851139068604,-1.487637996673584,2.2499210834503174,2.3458359241485596,2.8280489444732666,-1.8469749689102173,-4.391687870025635,-2.547329902648926,-0.512598991394043,-2.454468011856079,-2.5062360763549805,-2.432888984680176,2.9797260761260986,-1.9647740125656128,1.1249370574951172,2.502087116241455,2.7043230533599854,-3.073875904083252,2.6966440677642822,0.45593300461769104,-2.5650839805603027,1.7581449747085571,-1.0341659784317017,-3.0609679222106934,-0.09958700090646744,2.6367549896240234,2.2085299491882324,2.9577701091766357,-1.0261260271072388,-4.1705098152160645,-2.6409149169921875,3.1036360263824463,1.2667150497436523,-1.6525429487228394,-4.051569938659668,-1.6459139585494995,2.1443839073181152,-3.2094759941101074,1.5266000032424927,-3.3931241035461426,-0.5003690123558044,-0.34021100401878357,-0.4374080002307892,-1.0645869970321655,-1.6010819673538208,-3.918600082397461,-4.279905796051025,3.1784238815307617,1.0285660028457642,2.0843610763549805,1.7236030101776123,1.1972249746322632,-0.647445023059845,3.0071709156036377,0.7288900017738342,-3.253257989883423,-4.128983020782471,-0.45887500047683716,0.40000998973846436,-1.7356230020523071,0.5265460014343262,0.5231540203094482,1.215520977973938,0.6410260200500488,-1.5337649583816528,2.891200065612793,-1.201104998588562,-1.386836051940918,-4.152322769165039,1.835015058517456,1.2231229543685913,-1.1039060354232788,2.8934850692749023,1.2397710084915161,-3.9096500873565674,-2.3237791061401367,-1.6245039701461792,2.8685669898986816,-0.11558999866247177,-3.1590020656585693,2.4973669052124023,2.0896151065826416,-1.131216049194336,-1.0856380462646484,0.7197279930114746,0.6508520245552063,3.0716400146484375,0.6942790150642395,-0.4235120117664337,1.5175700187683105,1.0787379741668701,0.11218299716711044,-1.5766030550003052,-0.540693998336792,-0.6693289875984192,0.9125239849090576,3.016777992248535,-2.908514976501465,-4.384623050689697,-0.46306198835372925,-2.323936939239502,-4.121942043304443,0.8061389923095703,-3.417454957962036,-3.190294027328491,2.209151029586792,2.9215729236602783,-3.8695080280303955,-2.212207078933716,-1.3629230260849,1.3175090551376343,-4.015883922576904,-1.2577099800109863,2.137842893600464,-3.2743799686431885,-0.08822900056838989,1.1529059410095215,-0.9411090016365051,-2.9358019828796387,-3.013406991958618,0.15993300080299377,3.1076760292053223,2.4510529041290283,-0.3516690135002136,-1.9802930355072021,-0.9763960242271423,-3.204720973968506,2.18572998046875,1.7846310138702393,0.9350060224533081,-2.708751916885376,3.2731990814208984,1.7454979419708252,-0.34981998801231384,1.9117519855499268,-1.2395919561386108,3.262411117553711,-1.4682250022888184,-1.7851979732513428,1.0856130123138428,0.2420700043439865,-2.340847969055176,-4.117952823638916,-0.7891619801521301,-1.889794945716858,1.6259560585021973,0.6024289727210999,-1.5356279611587524,3.0878570079803467,-1.4598439931869507,2.078157901763916,1.5261709690093994,-4.370541095733643,-3.59220290184021,-0.45383399724960327,0.956650972366333,-0.921720027923584,1.639991044998169,0.586463987827301,-2.909518003463745,0.6067829728126526,-1.3504120111465454,1.9946889877319336,2.6392109394073486,2.9168779850006104,-1.4722460508346558,-0.8975819945335388,0.13781599700450897,-3.1494390964508057,-1.326915979385376,-4.036002159118652,-0.34233200550079346,3.258186101913452,-2.210974931716919,1.1275759935379028,0.551239013671875,-2.126046895980835,-3.3954899311065674,0.8455610275268555,0.7608649730682373,-1.1407560110092163,3.116262912750244,3.0197479724884033,-1.7965739965438843,-4.037598133087158,-4.0342278480529785,1.0681509971618652,0.9494889974594116,3.2263031005859375,1.4654200077056885,-2.8203580379486084,-0.3609209954738617,-2.849065065383911,2.4055309295654297,-4.219749927520752,2.333456039428711,2.49599289894104,1.7949470281600952,0.5628389716148376,2.752732992172241,-1.1097960472106934,-3.075556993484497,3.3143630027770996,-4.087399959564209,1.3774189949035645,-1.3863919973373413,-1.5740000009536743,-3.218700885772705,2.7390599250793457,1.3751269578933716,-0.06863199919462204,-1.776792049407959,-1.4140280485153198,1.6325750350952148,0.915278971195221,-4.173518180847168,-3.216707944869995,-4.145819187164307,-1.080610990524292,2.662990093231201,-1.46493399143219,3.0454039573669434,2.723520040512085,3.0326619148254395,-1.542070984840393,-1.1310149431228638,-0.5491939783096313,2.536349058151245,-4.652906894683838,1.6414910554885864,2.6876180171966553,-3.9509949684143066,3.0223159790039062,-2.7772440910339355,-1.159911036491394,0.10976900160312653,1.041991949081421,-4.0201640129089355,1.7289990186691284,0.7834720015525818,-1.8659299612045288,-0.5871350169181824,2.3323819637298584,-0.2284349948167801,-3.3787360191345215,-2.768496036529541,-2.9494640827178955,1.1109709739685059,2.7032361030578613,-2.5457959175109863,-2.6376140117645264,0.6566449999809265,-1.7470940351486206,0.17044700682163239,2.6415960788726807,-2.723615884780884,2.4329559803009033,-0.7416920065879822,-2.3513059616088867,-2.4592249393463135,-1.774899959564209,-1.7682520151138306,-2.002737045288086,-3.208981990814209,-1.2671209573745728,1.5422639846801758,0.6741520166397095,-1.2193260192871094,1.0079729557037354,-1.2421280145645142,-4.18035888671875,-4.157792091369629,-3.369075059890747,2.007858991622925,3.279844045639038,-2.802464008331299,-1.7497199773788452,2.6425960063934326,-4.131346225738525,2.914789915084839,-4.401068210601807,0.04466899856925011,0.9883679747581482,-3.2106759548187256,-2.324984073638916,-0.21818099915981293,-3.8435280323028564,-0.8487030267715454,-0.8172019720077515,-0.8185939788818359,-1.2949459552764893,2.31986403465271,-1.2459839582443237,-1.7019139528274536,-1.1085909605026245,1.4540220499038696,-3.4931108951568604,2.012795925140381,-2.97196888923645,-0.85896897315979,0.42615899443626404,-3.2007219791412354,-0.5440080165863037,1.683758020401001,1.0030039548873901,-3.704684019088745,0.783939003944397,-0.8836060166358948,0.7858920097351074,2.1206870079040527,-3.2353949546813965,-1.320024013519287,2.9958438873291016,-0.3988949954509735,-0.4592539966106415,2.911850929260254,-3.1704249382019043,2.384207010269165,0.646685004234314,-0.504118025302887,2.9397900104522705,-1.0672310590744019,3.1925690174102783,1.0920970439910889,2.4690370559692383,-0.40231600403785706,1.1009730100631714,-1.5244790315628052,3.2803590297698975,0.7443429827690125,-0.061834998428821564,0.6706299781799316,2.513406991958618,2.5133581161499023,-3.248784065246582,2.465285062789917,0.8819419741630554,0.8213019967079163,-1.2384949922561646,-0.4018999934196472,1.8877819776535034,2.4605629444122314,-3.2215850353240967,-4.48404598236084,-3.046638011932373,-0.6947110295295715,-1.1832410097122192,1.9200170040130615,1.6908979415893555,-1.3629499673843384,1.5992369651794434,-0.1956920027732849,0.9761719703674316,-4.080582141876221,-1.9482009410858154,1.4221769571304321,-0.9779149889945984,-2.787271022796631,-3.6015379428863525,-3.6232080459594727,-3.18766188621521,-2.9649229049682617,2.3595969676971436,-0.130280002951622,-0.9222519993782043,1.6922390460968018,-1.2918909788131714,-0.622048020362854,-0.7947700023651123,-3.2570700645446777,2.04966402053833,1.158782958984375,-3.3047420978546143,-2.1916279792785645,-1.2202049493789673,-3.3500380516052246,2.881875991821289,0.31871700286865234,2.2380011081695557,-1.1993130445480347,-3.767254114151001,2.3141069412231445,1.2888580560684204,-2.392047882080078,0.10173799842596054,-0.46557900309562683,2.444127082824707,-0.6909629702568054,2.1462950706481934,2.1147119998931885,-4.0954389572143555,0.08020500093698502,-3.9163780212402344,2.5613319873809814,2.306586980819702,1.3050810098648071,2.2606019973754883,0.9678620100021362,2.1650118827819824,0.21080699563026428,2.8919169902801514,-1.0817220211029053,-1.1885509490966797,0.21078500151634216,1.1705429553985596,-1.3856470584869385,-0.3791849911212921,-4.141154766082764,-0.7592039704322815,-2.966981887817383,-0.6933879852294922,-1.0355420112609863,2.9336400032043457,3.1303300857543945,-2.2998769283294678,-2.635875940322876,-2.164062023162842,-2.2265050411224365,-1.7130450010299683,2.449049949645996,-4.090177059173584,-2.1428050994873047,-2.848299026489258,0.2924320101737976,2.7894420623779297,2.5204310417175293,2.2273108959198,-1.2681750059127808,-1.226410984992981,-1.2520380020141602,2.0141210556030273,0.9089869856834412,-4.170186996459961,-3.9938879013061523,-4.178133964538574,-1.7115750312805176,1.0428709983825684,-3.5692009925842285,0.9451169967651367,-1.2120029926300049,2.14785099029541,-4.0540618896484375,-3.2159409523010254,-2.134536027908325,2.6915149688720703,-3.9774580001831055,2.8708879947662354,-0.28908398747444153,-0.2942369878292084,-4.173946857452393,-0.7381269931793213,0.8144320249557495,-1.2153739929199219,-3.999174118041992,0.22272400557994843,-1.1182490587234497,1.8091360330581665,0.8050050139427185,-0.6801739931106567,2.098741054534912,-4.1817498207092285,2.4967288970947266,1.0983599424362183,2.8050320148468018,2.8810439109802246,0.2032260000705719,-4.281235218048096,2.91068696975708,-0.37483298778533936,-2.5202689170837402,-1.3392289876937866,-3.9868040084838867,-0.5077369809150696,-0.7524189949035645,0.6498469710350037,1.1021449565887451,1.206089973449707,0.7886630296707153,-3.952230930328369,-3.197222948074341,-2.7255001068115234,2.514194965362549,2.416018009185791,-0.6725220084190369,-0.830411970615387,-1.0654959678649902,-1.677353024482727,-1.6567469835281372,2.4258570671081543,-4.177544116973877,-1.3115530014038086,0.6964899897575378,-3.308588981628418,1.566586971282959,1.5722899436950684,1.1982059478759766,2.6106109619140625,1.6125849485397339,-1.2706869840621948,1.2169909477233887,1.2460349798202515,1.8131630420684814,-2.242047071456909,-3.803406000137329,2.2006800174713135,-3.8954379558563232,1.110321044921875,-1.2733789682388306,0.8556650280952454,2.835536003112793,-1.0344899892807007,1.1352169513702393,1.3349699974060059,-4.08915901184082,1.1996660232543945,2.334861993789673,2.2746970653533936,-3.240684986114502,2.4111580848693848,-3.2189478874206543,-0.8666999936103821,3.0513179302215576,1.1815259456634521,0.30857300758361816,-2.635840892791748,-3.2015299797058105,-1.1803139448165894,-1.1340190172195435,2.550765037536621,-2.5357320308685303,2.688391923904419,2.9894790649414062,2.0628390312194824,1.0263439416885376,0.9676470160484314,-2.639400005340576,-4.094573020935059,-2.411374092102051,2.157776117324829,2.533052921295166,2.4256060123443604,1.1252330541610718,2.4122259616851807,2.9859790802001953,0.8937370181083679,-1.1838840246200562,0.9656040072441101,1.0954240560531616,-3.2043299674987793,1.2558690309524536,-4.178042888641357,2.098149061203003,-1.3481520414352417,2.9447500705718994,0.1699800044298172,-1.876863956451416,0.1191449984908104,0.22462500631809235,2.3925859928131104,-1.1727169752120972,-4.341358184814453,-4.142916202545166,-3.9393579959869385,1.758844017982483,-4.14097785949707,2.347342014312744,1.5066369771957397,0.7725830078125,-4.555727005004883,0.7425569891929626,0.8161479830741882,3.1946771144866943,3.197521924972534,-2.488905906677246,-0.46898698806762695,-1.626554012298584,-1.0577590465545654,2.1506690979003906,3.1849958896636963,1.302894949913025,-4.061672210693359,-0.3343909978866577,-0.28694701194763184,-2.058353900909424,3.1294119358062744,2.6578359603881836,-2.9176559448242188,-0.7739760279655457,1.620453953742981,1.3005889654159546,-0.6844810247421265,1.9499549865722656,0.08702799677848816,-4.155210018157959,-1.7570910453796387,-4.557783126831055,2.4122679233551025,-1.490900993347168,-1.2773319482803345,-3.239300012588501,2.698986053466797,-1.1283129453659058,-1.0355969667434692,-1.7631109952926636,0.7373780012130737,-0.8431040048599243,1.8120659589767456,-2.6143100261688232,-2.2296879291534424,-1.242812991142273,2.7271130084991455,-0.03894999995827675,2.6581549644470215,-3.2211410999298096,-0.35984599590301514,0.45013999938964844,-0.6401950120925903,0.589909017086029,-0.9929569959640503,-1.9111239910125732,-1.0277099609375,-1.4014990329742432,-0.32719099521636963,-1.7754559516906738,-4.2022271156311035,-1.0770490169525146,-1.0290559530258179,1.127642035484314,-1.6208269596099854,2.992888927459717,2.93853497505188,0.8832330107688904,0.4183480143547058,1.0366040468215942,2.8859848976135254,-1.2695560455322266,0.6086530089378357,-4.159938812255859,-4.133007049560547,1.4305830001831055,-1.014441967010498,0.9854530096054077,-1.5955480337142944,-0.6867939829826355,1.414255976676941,-1.8905600309371948,-2.2289750576019287,0.263141006231308,0.25717398524284363,-1.307790994644165,0.05133200064301491,2.941459894180298,-2.848022937774658,0.729718029499054,0.8372550010681152,2.5253849029541016,-1.2716460227966309,1.340759038925171,-0.44357800483703613,-2.9994471073150635,-2.3697469234466553,-1.4971389770507812,1.0740760564804077,1.0944770574569702,-4.150505065917969,-3.689940929412842,-4.152202129364014,2.610930919647217,-0.9386039972305298,2.9660749435424805,-1.2115989923477173,-4.459176063537598,-4.524908065795898,-2.212531089782715,0.8392930030822754,0.8036670088768005,2.689671039581299,1.5380799770355225,2.22074294090271,-0.9018089771270752,3.140889883041382,2.73954701423645,-0.8959310054779053,-0.036017999053001404,1.954287052154541,0.37006598711013794,-0.9712870121002197,-4.0970139503479,1.5095750093460083,2.9096310138702393,1.0122270584106445,-0.6272379755973816,1.8060590028762817,2.7811219692230225,2.749427080154419,-2.8901519775390625,2.8586950302124023,-0.23690800368785858,-3.7787749767303467,-1.1300690174102783,3.200618028640747,-1.7032530307769775,1.1684579849243164,0.575859010219574,2.6976330280303955,-0.3752390146255493,-3.2207019329071045,-1.154844045639038,1.188722014427185,0.525924026966095,0.08418399840593338,-0.9937300086021423,2.697606086730957,1.9348909854888916,2.6268560886383057,-4.160008907318115,1.0548369884490967,0.8485739827156067,-1.0145529508590698,-3.306900978088379,1.9033390283584595,-3.2306220531463623,0.7779340147972107,-1.4955830574035645,-1.0646799802780151,1.5951789617538452,-1.001338005065918,-3.2462639808654785,0.896228015422821,2.772196054458618,-3.106832981109619,0.6278210282325745,-1.3351709842681885,1.1537799835205078,-0.2954629957675934,-0.8918139934539795,-0.3519429862499237,-4.129374980926514,0.6096199750900269,-1.372107982635498,2.249300956726074,3.1817409992218018,2.7946319580078125,1.903823971748352,-3.9549949169158936,2.616386890411377,2.5810229778289795,-1.4871400594711304,-4.222725868225098,0.8227459788322449,0.19354699552059174,2.562757968902588,-1.0593969821929932,-1.8235390186309814,-4.057804107666016,-1.217507004737854,-3.7490029335021973,-3.7850329875946045,-3.798435926437378,2.077497959136963,-1.5997649431228638,2.174583911895752,2.4179039001464844,-2.0239219665527344,-2.0018160343170166,0.8782070279121399,-3.1518259048461914,3.2714309692382812,-2.9319310188293457,2.9599289894104004,-1.1680430173873901,2.855081081390381,-1.382119059562683,-0.8140389919281006,-0.20406800508499146,-1.248811960220337,-4.205664157867432,-0.33689799904823303,-3.365241050720215,-3.2346739768981934,2.4315760135650635,0.503944993019104,0.46186399459838867,3.141714096069336,-3.656477928161621,-1.1279339790344238,1.1227630376815796,-3.259373903274536,-2.0939691066741943,-1.5586260557174683,0.7464879751205444,-1.7270530462265015,-3.2484800815582275,3.1280150413513184,-0.8589709997177124,-3.203695058822632,-3.8632140159606934,-2.9688398838043213,-3.2216479778289795,1.2405060529708862,-0.20942500233650208,-0.14875100553035736,2.631092071533203,-0.9980990290641785,-0.6980249881744385,-3.9207708835601807,-4.621860980987549,2.5501151084899902,2.2985620498657227,-3.2416958808898926,0.610168993473053,1.3620020151138306,-1.0147769451141357,0.3632360100746155,0.2442139983177185,-3.232883930206299,-1.3826830387115479,-1.6925150156021118,-0.567359983921051,2.0220069885253906,1.05915105342865,1.2914719581604004,2.523521900177002,2.6748030185699463,2.679227113723755,1.066959023475647,-1.0315059423446655,-4.5670881271362305,1.8634229898452759,3.074521064758301,3.147012948989868,-0.03448399901390076,1.1159509420394897,2.4074769020080566,3.0820178985595703,-0.6061559915542603,2.4175260066986084,2.1818339824676514,2.6262340545654297,-1.2584470510482788,1.085919976234436,2.7297050952911377,-1.500707983970642,-4.027213096618652,2.5155909061431885,3.09458589553833,3.1240859031677246,-0.19836300611495972,-0.7686290144920349,-3.9740729331970215,2.699613094329834,-4.490170001983643,2.582144021987915,-2.6993350982666016,2.1496360301971436,2.1074330806732178,-4.55286979675293,-0.7547659873962402,-0.3246909976005554,-0.8465520143508911,2.9942729473114014,-1.6151729822158813,-1.5269429683685303,-0.5752930045127869,-3.639827013015747,-1.3128999471664429,1.9563549757003784,0.18225400149822235,2.7879130840301514,2.8736579418182373,-1.6439900398254395,2.8195559978485107,-0.43288901448249817,-3.3420848846435547,-4.093010902404785,-0.5788310170173645,-0.32526201009750366,-2.353545904159546,2.6687281131744385,-3.614670991897583,2.5155680179595947,0.8665729761123657,-3.141649007797241,2.7205190658569336,2.5159831047058105,-1.4236619472503662,-2.8352389335632324,-3.6049180030822754,0.6015949845314026,1.0787969827651978,-3.2185781002044678,2.5065860748291016,-2.4411110877990723,1.3007500171661377,0.6248340010643005,2.120120048522949,-1.0859390497207642,-2.458146095275879,0.16298800706863403,2.366550922393799,0.9665089845657349,-4.216932773590088,0.3113059997558594,2.9218430519104004,-3.220304012298584,-0.23286400735378265,-1.3619849681854248,-4.146005153656006,-0.6928290128707886,-1.1482479572296143,3.1133830547332764,-4.373507022857666,2.6279549598693848,-1.6111420392990112,1.2801339626312256,1.0364890098571777,2.2472150325775146,3.009568929672241,-1.3373370170593262,-4.34902811050415,0.8932949900627136,0.7099729776382446,2.344409942626953,2.358757972717285,-3.244663953781128,-1.586892008781433,-1.2131179571151733,2.3374719619750977,-2.06984806060791,-3.0559868812561035,2.49023699760437,3.142071008682251,3.1681900024414062,2.941514015197754,2.2696969509124756,0.10191500186920166,2.258960008621216,-1.7642420530319214,-3.735377073287964,2.5334930419921875,3.056757926940918,3.085875988006592,-2.9096879959106445,0.11278600245714188,-1.200314998626709,-1.9351600408554077,-1.6738309860229492,0.6112819910049438,2.731055974960327,-1.4934289455413818,2.964121103286743,1.1298409700393677,1.8575489521026611,-0.6754990220069885,-3.191732883453369,-2.480626106262207,0.5242959856987,-1.9798389673233032,-3.2101171016693115,2.790666103363037,2.599395990371704,3.2452449798583984,2.000361919403076,1.9317749738693237,-0.6678699851036072,0.7001209855079651,-0.9508829712867737,3.054119110107422,-0.7483400106430054,-4.283291816711426,-0.9894880056381226,-1.9258290529251099,-1.1420179605484009,1.848188042640686,-0.2660660147666931,-0.4756219983100891,-0.4529060125350952,-4.277792930603027,1.1008310317993164,1.8341330289840698,0.19908200204372406,2.995676040649414,1.013748049736023,-2.598745107650757,-0.976036012172699,2.8389461040496826,0.3929769992828369,2.9235448837280273,-0.810329020023346,-1.0561200380325317,-0.4221470057964325,1.7461719512939453,-0.4702779948711395,3.195586919784546,-3.907716989517212,-1.174064040184021,-2.170290946960449,1.5192209482192993,-0.02731800079345703,2.646423101425171,-0.5728240013122559,-1.1863720417022705,0.42823898792266846,0.4251059889793396,0.981115996837616,-2.013292074203491,-1.9579180479049683,-2.1726419925689697,2.97428297996521,1.076117992401123,0.34734201431274414,-2.132002115249634,2.2749600410461426,-3.2337119579315186,2.9004719257354736,2.1758110523223877,1.9923880100250244,0.40113601088523865,-4.142375946044922,-1.50114905834198,2.8580660820007324,2.331507921218872,2.351457118988037,-0.9490560293197632,0.2635140120983124,-3.197801113128662,-1.1481950283050537,2.8028640747070312,-1.014238953590393,-0.31825900077819824,1.103572964668274,0.7455059885978699,0.003289999905973673,0.6639530062675476,-4.1633710861206055,-2.7769389152526855,1.2162970304489136,0.8795030117034912,-2.9282500743865967,-2.630357027053833,-3.2113280296325684,-0.29618099331855774,-3.9916460514068604,-1.6319910287857056,-2.326288938522339,-2.1677980422973633,-1.3000370264053345,2.470690965652466,2.991386890411377,-0.8665170073509216,2.692919969558716,1.1439369916915894,-3.2018508911132812,3.147372007369995,0.600409984588623,0.7134079933166504,0.5152519941329956,0.9714589715003967,1.0406960248947144,3.074467897415161,2.80138897895813,-2.8746230602264404,-4.502760887145996,1.1761640310287476,-1.6733050346374512,2.848320960998535,-0.9348239898681641,2.8229820728302,-0.2892870008945465,1.397678017616272,2.6975080966949463,-0.872173011302948,-1.7393829822540283,3.0481209754943848,0.13566899299621582,0.10456400364637375,2.642224073410034,2.705267906188965,0.6426270008087158,-4.451679229736328,2.291102886199951,2.3622119426727295,-3.2345950603485107,-4.287459850311279,-0.7818719744682312,-2.8742311000823975,2.70265793800354,1.5309369564056396,1.5193699598312378,1.4848710298538208,1.8207550048828125,0.16323800384998322,-0.784650981426239,2.397747039794922,2.5102620124816895,-2.703608989715576,-1.737318992614746,-3.1985421180725098,-3.9400389194488525,-1.708819031715393,-0.8721089959144592,1.9670610427856445,-4.093260765075684,0.7826319932937622,-0.45490598678588867,0.6511009931564331,0.6946719884872437,-1.9063689708709717,-0.7143149971961975,-3.9468820095062256,-0.1750359982252121,-1.8864250183105469,0.9618960022926331,-3.195962905883789,3.1400210857391357,-0.32577401399612427,-2.145658016204834,-3.182636022567749,3.035183906555176,0.852653980255127,-1.2201210260391235,3.030647039413452,-2.9124090671539307,-2.9175779819488525,-2.1278750896453857,-0.28545600175857544,2.1954588890075684,-3.194262981414795,-3.760003089904785,2.738867998123169,-2.563088893890381,-1.5213240385055542,2.3778820037841797,-4.583233833312988,1.6658610105514526,2.474484920501709,1.7679530382156372,-2.0719730854034424,2.269944906234741,2.8658339977264404,1.925413966178894,1.195389986038208,-0.4769890010356903,0.9119160175323486,2.7545289993286133,-2.1041219234466553,1.979341983795166,3.060887098312378,2.7932000160217285,3.034282922744751,-1.5122419595718384,3.1458659172058105,0.562254011631012,-2.104482889175415,3.2949109077453613,-3.204411029815674,-1.3788429498672485,-1.4299060106277466,1.0806809663772583,1.877243995666504,-0.9715909957885742,0.9060800075531006,-1.0241680145263672,-4.245398998260498,3.1680819988250732,-3.249213933944702,2.467916965484619,-1.6758760213851929,-3.2059030532836914,-0.8826749920845032,2.8212521076202393,-2.733534097671509,1.2066819667816162,0.18985700607299805,-2.9388198852539062,2.833127975463867,0.3748050034046173,-0.23784199357032776,1.6602909564971924,-1.9959080219268799,-2.825930118560791,-2.3535990715026855,1.306264042854309,0.8956480026245117,0.38457199931144714,-1.0515270233154297,1.5765949487686157,-0.30969101190567017,2.775275945663452,-2.2116410732269287,-2.5209319591522217,2.344233989715576,-1.8248629570007324,-4.585981845855713,-1.8633569478988647,-3.1966700553894043,3.139055013656616,2.4776580333709717,-3.9131650924682617,2.9210760593414307,-1.9574509859085083,0.7687360048294067,-0.1732109934091568,1.1771270036697388,-0.9083170294761658,-0.5539169907569885,-3.6472179889678955,-1.0953609943389893,-1.1897120475769043,2.5386369228363037,-3.491580009460449,-1.6313910484313965,1.2782800197601318,-4.270264148712158,2.611846923828125,-1.7151410579681396,-0.7364010214805603,-2.577833890914917,0.6117290258407593,-3.2107319831848145,1.191452980041504,3.268825054168701,2.8509159088134766,2.2773020267486572,2.422434091567993,2.4400360584259033,-1.7419719696044922,-0.592257022857666,-2.078361988067627,-2.0645151138305664,-2.2721660137176514,-1.41080904006958,2.731252908706665,1.9854919910430908,2.649585008621216,2.575376033782959,2.2544798851013184,-1.279505968093872,-1.1860990524291992,-1.7774180173873901,-3.190993070602417,-1.1068209409713745,0.9731019735336304,1.9978630542755127,2.8511428833007812,-1.942641019821167,0.3101640045642853,-3.231513023376465,1.4155819416046143,-1.1741859912872314,2.691382884979248,-3.2773211002349854,2.0267388820648193,-3.200640916824341,2.4650259017944336,2.102940082550049,-3.205717086791992,2.2291409969329834,1.14342200756073,0.2036910057067871,-3.198051929473877,-1.3672330379486084,2.393913984298706,-4.419480800628662,3.041827917098999,-1.0123080015182495,1.6751749515533447,1.9033019542694092,1.270002007484436,1.2921379804611206,-0.671841025352478,-2.77901291847229,0.018022999167442322,2.3559091091156006,-2.0723960399627686,0.3199479877948761,-0.8024629950523376,0.12499699741601944,-1.351891040802002,2.196722984313965,-0.7363380193710327,2.7488958835601807,-2.256747007369995,-1.582177996635437,-2.200140953063965,-2.2040278911590576,2.82448410987854,-0.2328909933567047,-3.2348520755767822,2.989320993423462,2.979435920715332,2.3470818996429443,0.8120530247688293,-1.3464570045471191,-1.8512760400772095,-1.2565120458602905,2.6781539916992188,3.095465898513794,0.26210901141166687,0.2808310091495514,2.6250040531158447,-0.6426029801368713,2.32210111618042,-1.252161979675293,2.4819579124450684,-3.1900339126586914,-2.459764003753662,-2.130215883255005,1.6507060527801514,-3.0018041133880615,-0.14814700186252594,2.485335111618042,-2.106174945831299,1.8109500408172607,0.6077979803085327,2.1601130962371826,-1.864678978919983,-1.5890580415725708,-2.645395040512085,-1.814432978630066,-0.992576003074646,2.4563241004943848,-0.6972630023956299,-4.437544822692871,-4.382566928863525,1.8843690156936646,1.9422359466552734,-3.0648789405822754,0.5736389756202698,2.425370931625366,-1.1903890371322632,-2.4461090564727783,2.94897198677063,2.519763946533203,-2.3165628910064697,-3.7968130111694336,-2.0513229370117188,-0.6796640157699585,-0.660643994808197,2.6000139713287354,-0.5695279836654663,-3.5838849544525146,0.9024839997291565,-1.6287490129470825,-3.080713987350464,-1.9813050031661987,2.594369888305664,1.0839879512786865,2.198988914489746,-0.6303060054779053,-1.466357946395874,1.1044219732284546,-4.652864933013916,2.3871259689331055,-0.7692729830741882,-3.669135093688965,0.700340986251831,1.9194799661636353,0.9559900164604187,0.15470600128173828,-0.07139799743890762,-1.2336570024490356,1.9420369863510132,1.9495919942855835,-0.7768610119819641,-3.0862820148468018,-1.8153959512710571,-0.5341060161590576,-3.941127061843872,-1.1562540531158447,-4.336686134338379,-4.079204082489014,3.1949310302734375,0.5766289830207825,-0.87916499376297,1.2303869724273682,3.116364002227783,-4.136541843414307,0.10554300248622894,-1.7212090492248535,-3.180087089538574,0.5453069806098938,-0.21198700368404388,1.4460049867630005,-1.3200969696044922,-1.8485820293426514,0.5149059891700745,0.10705599933862686,-3.1826720237731934,-0.036483000963926315,-2.172990083694458,-3.105397939682007,-3.0380659103393555,-1.513458013534546,-1.926529049873352,-3.777601957321167,-3.184767007827759,-3.8095970153808594,-1.4170210361480713,1.3991169929504395,-4.160855770111084,2.1517629623413086,3.09148907661438,-4.504255771636963,0.07774099707603455,-0.5574129819869995,-3.155606985092163,-0.18500900268554688,-2.875399112701416,2.4772629737854004,2.894798994064331,0.9313719868659973,-2.52355694770813,1.4489749670028687,-1.6070959568023682,-1.1316570043563843,3.2959659099578857,-0.022128000855445862,-1.2595560550689697,-1.5746949911117554,2.7724061012268066,2.7905030250549316,2.1862680912017822,-0.8711360096931458,-2.0822560787200928,-3.762234926223755,-0.5632230043411255,-1.4564670324325562,-3.983098030090332,-0.7066590189933777,-0.6562690138816833,2.8078739643096924,2.0170700550079346,3.247833013534546,-0.9840660095214844,-1.197803020477295,-3.215873956680298,2.878532886505127,0.4749619960784912,0.6093459725379944,1.812399983406067,-2.0411150455474854,1.2469229698181152,2.2534849643707275,-3.9389050006866455,2.0219979286193848,-3.701345920562744,-0.6963670253753662,2.734863042831421,-1.142109990119934,2.2477269172668457,-1.0993789434432983,-1.3766980171203613,-0.2975350022315979,1.401847004890442,1.7013839483261108,-3.192099094390869,0.1666949987411499,1.5379689931869507,-1.0103650093078613,-2.7132580280303955,-4.584514141082764,-4.652937889099121,-0.6813480257987976,1.0730940103530884,-2.8776819705963135,0.4044170081615448,2.506989002227783,1.214161992073059,2.124835968017578,-0.1049560010433197,-1.9793970584869385,-0.6459130048751831,-4.157605171203613,-4.167512893676758,-2.4947450160980225,-2.947195053100586,-3.8994760513305664,2.251616954803467,1.3817050457000732,1.3103140592575073,-1.4357670545578003,2.4626660346984863,2.12037992477417,-2.764254093170166,0.7635359764099121,-0.6756929755210876,-0.6259779930114746,-3.4461379051208496,-1.2211350202560425,-1.03712797164917,-4.129047870635986,1.1339290142059326,-2.7943179607391357,-1.5573290586471558,3.06176495552063,1.1892609596252441,-1.423454999923706,2.417397975921631,3.028557062149048,3.0384480953216553,1.9615730047225952,-4.071639060974121,2.790432929992676,0.4527220129966736,2.0676369667053223,1.1513869762420654,2.1957321166992188,2.9997239112854004,2.3377199172973633,2.0584781169891357,0.542398989200592,2.5098400115966797,1.0372940301895142,0.15805000066757202,2.6411330699920654,-0.8849449753761292,2.7269489765167236,-4.193371772766113,-3.522052049636841,0.15564100444316864,2.2312049865722656,2.9950571060180664,-1.6942050457000732,0.8120020031929016,0.7043790221214294,0.3649910092353821,-1.1720319986343384,2.7865800857543945,1.9934849739074707,1.5620909929275513,-1.2320590019226074,-1.7532780170440674,2.098036050796509,2.7314798831939697,2.373055934906006,-4.388219833374023,-4.290265083312988,2.837938070297241,-3.2728641033172607,2.7438719272613525,-0.6673529744148254,-1.8209019899368286,1.0376499891281128,-4.021228790283203,-3.5353469848632812,-1.1818699836730957,0.8874790072441101,1.1509660482406616,-0.6909300088882446,-0.8887959718704224,0.9869539737701416,-3.2424991130828857,-2.6628758907318115,2.333087921142578,-1.7298940420150757,1.27572500705719,-1.4225859642028809,-1.4401400089263916,-0.8117499947547913,-0.7855859994888306,-3.534588098526001,1.0593270063400269,-0.37836700677871704,-3.154690980911255,-3.2290029525756836,0.3411850035190582,2.680349111557007,-3.2542219161987305,-0.9739469885826111,2.3926830291748047,3.106355905532837,-1.6635379791259766,2.6487629413604736,-4.395132064819336,-3.897702932357788,0.9872919917106628,-3.8371529579162598,0.6180269718170166,-2.0299971103668213,-2.182647943496704,2.805449962615967,-1.5337320566177368,-2.3416988849639893,-0.8458719849586487,0.9274070262908936,2.065295934677124,3.0137081146240234,-3.2961080074310303,1.4350680112838745,2.4827680587768555,-1.0621739625930786,0.4664570093154907,-1.5844509601593018,1.7060190439224243,-0.415677011013031,2.2122581005096436,-2.263576030731201,1.9865150451660156,0.8444030284881592,-2.0547690391540527,-2.1416869163513184,0.7976080179214478,0.20888400077819824,-1.1357940435409546,-1.0330259799957275,0.6877679824829102,-0.2927590012550354,-1.9437259435653687,2.186868906021118,-1.3396220207214355,-1.4861550331115723,-0.03871700167655945,0.9629619717597961,-2.013298988342285,3.164789915084839,-2.6378109455108643,1.1345889568328857,-0.35141998529434204,-0.364670991897583,1.4037070274353027,1.1865049600601196,-3.8466570377349854,-4.144721031188965,-1.5611250400543213,-3.0805649757385254,0.817592978477478,-1.0460389852523804,1.3538860082626343,-2.8484110832214355,-1.3963639736175537,-2.652782917022705,1.120705008506775,0.34116700291633606,1.379093050956726,-1.3033939599990845,-3.248760938644409,1.227990984916687,-0.23257899284362793,-2.3032679557800293,3.036953926086426,-0.5690600275993347,1.1331650018692017,0.023437000811100006,0.6954039931297302,-1.415429949760437,0.02283399924635887,2.27036190032959,-0.8600980043411255,2.3715269565582275,-2.3760359287261963,-0.9373649954795837,0.8414679765701294,-4.587571144104004,-4.093111038208008,-0.8984910249710083,-2.882091999053955,-1.2114310264587402,1.6785550117492676,2.8622260093688965,-1.1160229444503784,3.0828769207000732,-2.6105270385742188,0.2355390042066574,-3.210866928100586,1.182286024093628,-3.1859099864959717,-4.114549160003662,0.43109700083732605,1.1155680418014526,-3.1927549839019775,2.896135091781616,3.1356959342956543,-0.16258500516414642,2.731537103652954,1.8387969732284546,1.4748179912567139,2.6305630207061768,1.2504249811172485,-0.2498749941587448,2.064112901687622,-4.2010650634765625,2.499998092651367,0.6598929762840271,3.11747407913208,-1.8616399765014648,1.9406449794769287,-3.1214349269866943,-4.113605976104736,2.077333927154541,-1.4800089597702026,2.056025981903076,2.7080609798431396,-3.6050519943237305,-3.6373839378356934,3.2165510654449463,1.172834038734436,-1.6368370056152344,-1.3623390197753906,-0.7861700057983398,0.4635330140590668,-2.5217649936676025,2.7067790031433105,2.620574951171875,2.8059558868408203,-3.3341970443725586,1.23478102684021,-0.41422799229621887,2.7005650997161865,-0.9557409882545471,-4.3184661865234375,0.0840499997138977,1.930830955505371,1.9186160564422607,-1.9375519752502441,-1.865604043006897,2.52354097366333,-3.1884961128234863,2.645711898803711,-3.2064359188079834,-3.0225789546966553,2.3429460525512695,2.0435540676116943,1.6033209562301636,0.6835500001907349,2.9953320026397705,-0.9274910092353821,-0.017897000536322594,2.2261478900909424,-1.079393982887268,3.027271032333374,2.481265068054199,0.665539026260376,0.44707000255584717,3.2359700202941895,0.7445870041847229,-3.218226909637451,1.5074290037155151,2.086348056793213,2.741511106491089,0.21533499658107758,-1.2343610525131226,2.5278549194335938,2.593635082244873,-4.081745147705078,-0.3448610007762909,1.1575629711151123,0.5265300273895264,-0.870913028717041,-1.323377013206482,2.824228048324585,3.080069065093994,-0.9779970049858093,3.2100679874420166,0.8489050269126892,3.0124080181121826,-0.5091099739074707,2.7953059673309326,-1.5180339813232422,0.06806100159883499,-2.117753028869629,-1.5264480113983154,-4.0118021965026855,-3.5293378829956055,-1.512753963470459,2.7809200286865234,-3.187824010848999,-2.893786907196045,1.3003050088882446,-3.753101110458374,-2.630553960800171,-3.0701000690460205,-4.603377819061279,-3.195030927658081,-0.12128099799156189,-0.013040999881923199,-2.1835389137268066,-3.2004048824310303,-3.422840118408203,-2.940087080001831,0.712431013584137,-3.188318967819214,-1.535897970199585,-0.11247099936008453,2.633742094039917,1.441627025604248,1.556344985961914,2.7334280014038086,3.1493330001831055,3.3135459423065186,2.9563488960266113,0.09202300012111664,0.9043840169906616,-3.229253053665161,-1.417889952659607,-1.3921140432357788,2.7885780334472656,0.49695900082588196,-0.7407810091972351,-1.2697839736938477,-0.37276801466941833,-4.096165180206299,2.6847939491271973,2.959578037261963,-4.1577582359313965,-1.8031439781188965,-2.884221076965332,-0.18988199532032013,-1.0480639934539795,-0.017351999878883362,-4.366937160491943,-1.6142419576644897,0.025079000741243362,-1.997277021408081,-0.3970859944820404,-0.9921709895133972,-3.2028300762176514,-4.154963970184326,-4.076587200164795,1.6117440462112427,3.139961004257202,1.814700961112976,3.2838010787963867,1.774387001991272,2.5044360160827637,0.1792670041322708,2.860650062561035,-1.3150949478149414,-3.702159881591797,-0.544215977191925,1.3603949546813965,0.6862350106239319,0.9139639735221863,-1.109259009361267,2.403075933456421,1.6744669675827026,1.026847004890442,-1.8576890230178833,-3.8970019817352295,-0.39923200011253357,1.8049479722976685,-3.1104800701141357,-0.4202220141887665,1.446452021598816,-3.53615403175354,2.721914052963257,-2.906712055206299,-4.65291690826416,0.84825199842453,-4.5538458824157715,-4.652976036071777,-0.4024159908294678,-2.551156997680664,-3.189255952835083,-1.7612119913101196,-1.4795559644699097,-3.0865800380706787,-0.0857049971818924,2.2628300189971924,-1.6317670345306396,-4.301600933074951,-2.112489938735962,2.8055789470672607,-0.9240800142288208,-2.1431119441986084,3.0229849815368652,1.4949480295181274,-1.3835270404815674,-2.044480085372925,3.0860650539398193,0.17882700264453888,-3.3702540397644043,-0.288426011800766,-1.3073829412460327,1.2871710062026978,-2.1765949726104736,-2.4781739711761475,1.8787109851837158,-1.1099779605865479,-4.567625045776367,-0.5138120055198669,3.2415781021118164,-3.2354519367218018,-1.1714990139007568,0.7615150213241577,0.15671999752521515,2.250377893447876,0.3999040126800537,3.236888885498047,-1.3404020071029663,-1.3501830101013184,2.9441020488739014,-0.49025198817253113,2.250335931777954,-2.2286760807037354,1.7217329740524292,-1.266968011856079,-3.335793972015381,0.26827099919319153,-3.872138023376465,2.758234977722168,-1.8781529664993286,0.47188299894332886,1.9554990530014038,-0.8706669807434082,1.1015410423278809,2.7826900482177734,1.150750994682312,0.07886999845504761,-0.8959919810295105,0.6105139851570129,0.7107329964637756,0.4286389946937561,3.1227450370788574,-0.0498960018157959,-1.1051809787750244,1.4330120086669922,-2.1677510738372803,1.0751420259475708,1.7127039432525635,3.332211971282959,-2.7293500900268555,2.8821449279785156,-2.7627930641174316,1.1991080045700073,-1.1243619918823242,1.884902000427246,-0.4241659939289093,0.861702024936676,3.0184381008148193,1.9271459579467773,-0.9569460153579712,-0.8769940137863159,1.9477900266647339,1.5832029581069946,1.5358669757843018,-4.031775951385498,-1.563778042793274,0.8419730067253113,1.3438949584960938,2.8300580978393555,1.1891230344772339,0.6215479969978333,1.2301889657974243,1.338230013847351,3.2738049030303955,-1.0456360578536987,-0.8560619950294495,-0.8580150008201599,0.6857569813728333,2.797693967819214,-0.7535520195960999,-1.5677299499511719,-0.38097599148750305,0.7273190021514893,-1.593701958656311,-3.937587022781372,1.309941053390503,-1.8252739906311035,0.13989900052547455,-1.2504329681396484,0.7216089963912964,1.1511509418487549,-4.652867794036865,2.0241920948028564,1.6539469957351685,2.392307996749878,-0.9228519797325134,-2.462533950805664,1.899515986442566,1.1386209726333618,-4.586118221282959,2.1434988975524902,3.312824010848999,-2.2704029083251953,-1.5413559675216675,2.4433319568634033,3.2476470470428467,-2.29961895942688,-1.087043046951294,-1.2605270147323608,2.0885159969329834,-1.414801001548767,-2.751776933670044,-2.4485089778900146,-1.686735987663269,-4.214878082275391,2.087646961212158,-1.1743320226669312,-1.404798984527588,2.6949589252471924,-2.5149331092834473,2.841722011566162,2.803973913192749,-0.09366899728775024,1.221519947052002,0.24970999360084534,2.1066319942474365,2.910531997680664,2.0967249870300293,-0.9867900013923645,-0.12025699764490128,0.15087300539016724,2.613914966583252,1.8382869958877563,2.1630780696868896,2.615147113800049,-4.0121870040893555,1.201619029045105,-0.5919010043144226,-4.496538162231445,0.46150898933410645,1.7407629489898682,0.9362249970436096,1.0671989917755127,-1.7976620197296143,-1.666053056716919,-0.3642129898071289,-1.7588770389556885,3.0805909633636475,3.063386917114258,-0.05079000070691109,-0.5410019755363464,-3.5853190422058105,-3.257282018661499,-1.3153619766235352,-4.641201019287109,-1.1948180198669434,-3.186321973800659,-4.606864929199219,3.067018985748291,2.262120008468628,-0.900406002998352,-1.6639879941940308,-3.248270034790039,1.9277750253677368,3.178699016571045,-0.5072460174560547,-0.6137549877166748,-3.1418919563293457,2.273066997528076,-3.9701170921325684,2.628026008605957,1.6585689783096313,1.5708520412445068,-1.8929369449615479,2.9873030185699463,-2.0803160667419434,-0.8576269745826721,1.7904460430145264,-2.2182700634002686,0.9650279879570007,-3.2541890144348145,2.3236958980560303,-2.1682169437408447,-3.047982931137085,-3.8054420948028564,0.33900898694992065,-3.7775259017944336,-2.2338950634002686,-0.9643470048904419,2.4013209342956543,2.3857100009918213,2.6857030391693115,-1.6684670448303223,1.5661959648132324,-4.351816177368164,-1.1196279525756836,-0.1982160061597824,-2.7246479988098145,-1.185210943222046,2.935275077819824,2.8043971061706543,0.9111300110816956,2.0198240280151367,-1.2258199453353882,1.9276210069656372,-2.0628130435943604,-4.1929779052734375,2.6091980934143066,-3.906255006790161,-3.7885029315948486,-4.049357891082764,2.4129269123077393,2.5201070308685303,-3.3067750930786133,1.034741997718811,2.6291699409484863,-3.266839027404785,-0.22889700531959534,-1.2783420085906982,-4.169823169708252,2.347429037094116,-3.231144905090332,-1.842811942100525,-1.3928769826889038,3.0559799671173096,2.507826089859009,0.7534040212631226,1.1799169778823853,1.121904969215393,0.731544017791748,2.295665979385376,0.42645999789237976,-1.6174629926681519,2.1414380073547363,-2.415213108062744,-2.4309659004211426,1.3039230108261108,1.8174619674682617,1.087317943572998,-3.2007639408111572,1.1977390050888062,-4.0904860496521,-3.6218791007995605,2.6604349613189697,-1.9000179767608643,-0.5377169847488403,0.04604500159621239,3.003446102142334,-4.059845924377441,0.4611699879169464,-1.6160629987716675,-3.200279951095581,-3.1983249187469482,3.167715072631836,-0.035062000155448914,2.9341979026794434,1.950484037399292,-4.60536003112793,3.0660910606384277,-4.479794025421143,-0.5110219717025757,-3.283850908279419,2.5216379165649414,2.588083028793335,-0.052032001316547394,1.443472981452942,0.03008599951863289,-0.7877359986305237,-1.7155179977416992,0.5463430285453796,-0.5691270232200623,2.920923948287964,-0.25754600763320923,-3.205530881881714,1.4367189407348633,-1.7324960231781006,-3.083359956741333,1.9528909921646118,-2.3311541080474854,-0.24296200275421143,3.287911891937256,-0.39331701397895813,2.028549909591675,-2.0352749824523926,1.7544180154800415,-3.164361000061035,-2.222707986831665,-3.665587902069092,-2.1431119441986084,0.9379299879074097,-2.872162103652954,-0.4225890040397644,-0.9599599838256836,2.619607925415039,-4.158617973327637,1.8676199913024902,2.3444321155548096,-2.7099690437316895,2.0832040309906006,2.0996410846710205,-1.8287309408187866,3.044771909713745,-4.508677005767822,2.0298519134521484,2.9608891010284424,-1.5501049757003784,2.585062026977539,-0.7172369956970215,2.757603883743286,1.3303519487380981,-3.158561944961548,-3.1355090141296387,1.628424048423767,-3.5066471099853516,2.03143310546875,0.05480499938130379,3.1825270652770996,1.892822027206421,0.9113900065422058,-2.526503086090088,-3.235814094543457,-0.8218550086021423,-4.0060601234436035,-1.7097179889678955,-1.2749700546264648,2.546180009841919,0.6909540295600891,-0.6900749802589417,-1.0946979522705078,-3.2054250240325928,1.9160480499267578,0.24303899705410004,-1.4976860284805298,-1.2461719512939453,-4.044993877410889,0.6911929845809937,-0.6028339862823486,2.6788759231567383,1.728171944618225,-1.926211953163147,0.6953179836273193,1.7553139925003052,-2.3476030826568604,2.353302001953125,2.41975998878479,-0.9706249833106995,-0.03773399814963341,2.3562710285186768,-2.9868199825286865,-2.259316921234131,2.157963991165161,2.562880039215088,0.7429540157318115,1.250506043434143,-1.6478159427642822,0.5707510113716125,-0.40400099754333496,1.1364020109176636,0.1587119996547699,-3.1929049491882324,2.709122896194458,1.2002719640731812,2.629162073135376,-0.24955900013446808,-4.404029846191406,-4.332380771636963,-0.3305709958076477,2.3368589878082275,1.9670089483261108,-2.599052906036377,-3.083451986312866,1.1789809465408325,0.9398519992828369,-4.391623020172119,-0.8602269887924194,-1.6967580318450928,2.774569034576416,1.3114670515060425,2.7048850059509277,-2.554311990737915,-2.6659650802612305,-1.3895169496536255,3.0837581157684326,-4.043743133544922,-3.9784109592437744,0.7886679768562317,2.0117909908294678,-3.7055020332336426,-1.3139760494232178,2.0858728885650635,-0.2660140097141266,3.1916630268096924,2.5729620456695557,-1.0686359405517578,2.8955729007720947,-3.197406053543091,2.534316062927246,-2.0946199893951416,1.2903380393981934,0.16820399463176727,2.714869976043701,3.1520469188690186,0.9639779925346375,-0.05973299965262413,1.9072959423065186,-1.649420976638794,1.7603379487991333,2.5029590129852295,-1.537392020225525,3.254178047180176,-0.07539799809455872,0.12412600219249725,0.21907499432563782,-3.212239980697632,0.47119399905204773,2.7372870445251465,-2.088710069656372,0.39006200432777405,2.750195026397705,-2.592339038848877,-1.3886079788208008,-0.9158179759979248,2.93925404548645,-4.017809867858887,1.8535820245742798,-0.6930090188980103,-1.0290509462356567,-4.275821208953857,2.825476884841919,-3.0710909366607666,1.6789439916610718,-0.7059130072593689,3.1420679092407227,-1.4209799766540527,3.228760004043579,2.426270008087158,-2.4362990856170654,2.37030291557312,-1.294327974319458,-1.2262159585952759,2.193011999130249,-2.5974879264831543,-2.3594889640808105,-1.3304200172424316,1.42597496509552,-4.111396789550781,2.9742679595947266,-0.6663010120391846,3.034342050552368,3.156693935394287,1.7246179580688477,2.5766310691833496,-2.5378010272979736,2.5446770191192627,0.15839500725269318,0.5601760149002075,-1.477504014968872,-3.980288028717041,-0.7607240080833435,2.3328890800476074,-0.16309800744056702,-0.17242400348186493,-1.0290600061416626,2.11517596244812,-4.145356178283691,-2.592617988586426,-2.5177860260009766,-4.117570877075195,-4.102985858917236,-0.33886000514030457,-3.470663070678711,0.413673996925354,3.1785459518432617,-1.2336570024490356,0.2862190008163452,-1.0208100080490112,-0.9951609969139099,-3.6509320735931396,-2.9926159381866455,1.4251270294189453,-3.223897933959961,-3.225127935409546,-1.5688300132751465,0.2348089963197708,-1.8617420196533203,-3.2669360637664795,0.9423750042915344,-2.0605831146240234,2.576169967651367,-0.2423419952392578,1.798874020576477,-4.266870021820068,-1.9862509965896606,-1.8726739883422852,1.8387889862060547,-2.629765033721924,-2.2278199195861816,-1.39335298538208,-1.2125829458236694,-1.0451430082321167,-1.968845009803772,1.8097230195999146,1.7830289602279663,-0.26509299874305725,0.41316500306129456,-0.27170100808143616,-2.7559990882873535,-0.30307498574256897,-1.3714410066604614,-0.17134100198745728,2.159682035446167,0.3419620096683502,0.5685459971427917,1.659034013748169,-1.4272769689559937,-1.5627989768981934,2.5219359397888184,-2.493825912475586,2.714495897293091,1.2268279790878296,2.5559918880462646,-0.20844100415706635,-0.1773959994316101,1.2005560398101807,3.229775905609131,-2.8955180644989014,-2.2643589973449707,2.046159029006958,-2.2756381034851074,-1.696921944618225,-2.213449001312256,-2.925575017929077,-0.948183000087738,-1.1522979736328125,3.1010169982910156,2.566610097885132,2.5748729705810547,-0.1621280014514923,1.1799529790878296,1.0853749513626099,-1.8734040260314941,1.998731017112732,-1.3237890005111694,0.6396790146827698,2.3683269023895264,-3.4667670726776123,-2.850296974182129,0.9681410193443298,-2.758718967437744,0.8422729969024658,1.3071529865264893,1.2486159801483154,-4.031473159790039,0.5974209904670715,-1.8257420063018799,-4.190948009490967,-3.776603937149048,1.0350780487060547,1.376378059387207,-0.49583500623703003,-4.652993202209473,1.5928130149841309,-2.6330230236053467,2.133781909942627,1.0376930236816406,1.752274990081787,-1.0302790403366089,-1.5594439506530762,-1.7347569465637207,-4.147690773010254,0.10476700216531754,-1.4088070392608643,2.949553966522217,2.067828893661499,-0.7487949728965759,0.6585119962692261,2.298798084259033,-1.2997490167617798,-1.2645959854125977,1.8357770442962646,-0.9033420085906982,-1.17289400100708,-1.5058590173721313,-2.624044895172119,-0.8496299982070923,2.3674259185791016,2.8781750202178955,1.562211036682129,0.19578100740909576,0.7064859867095947,-4.562631130218506,3.163593053817749,2.6615710258483887,-2.11395001411438,-1.1473100185394287,0.6834750175476074,-1.368533968925476,-2.48215389251709,-1.4851000308990479,-2.0243539810180664,-3.9632349014282227,2.2284040451049805,0.25883200764656067,-2.3428709506988525,-2.2347729206085205,-4.154807090759277,-3.899986982345581,1.1833889484405518,2.4492568969726562,-0.6720250248908997,0.9218569993972778,-3.5567378997802734,1.1455320119857788,-3.625718116760254,2.5939619541168213,-1.1413849592208862,-3.2698159217834473,-3.314034938812256,-4.27584981918335,3.1989810466766357,0.797012984752655,0.6835780143737793,-2.5479049682617188,-3.8783209323883057,-0.7250990271568298,-3.1760950088500977,1.871256947517395,1.3152740001678467,1.3715029954910278,-0.6655629873275757,-1.1058449745178223,-1.0950889587402344,-3.066409111022949,2.6167869567871094,0.8346030116081238,-0.9565529823303223,0.1627269983291626,2.190042018890381,-3.632110118865967,0.6064079999923706,-2.8539841175079346,1.8698580265045166,0.20164699852466583,-1.5041919946670532,-3.560220956802368,-2.6793160438537598,0.9506440162658691,2.99413800239563,1.7186650037765503,2.5599329471588135,-2.459213972091675,-2.583772897720337,-2.5153400897979736,-3.4819960594177246,-2.2351369857788086,-1.3324799537658691,2.6127068996429443,-2.587991952896118,0.8955900073051453,-3.157485008239746,3.1960999965667725,1.7454969882965088,-4.162747859954834,0.018611999228596687,2.759821891784668,-2.707408905029297,1.5173530578613281,3.158905029296875,3.239224910736084,-0.0034749999176710844,0.7746850252151489,0.2728250026702881,-1.012431025505066,2.3891000747680664,0.11256600171327591,-1.233085036277771,-1.029149055480957,-1.2392669916152954,-2.597506046295166,-1.020596981048584,0.047589998692274094,2.2897980213165283,-0.9057729840278625,0.665103018283844,3.0631210803985596,1.556462049484253,3.0635108947753906,-2.265618085861206,2.556191921234131,-3.3310599327087402,1.5968190431594849,3.0387580394744873,-1.4399930238723755,2.3450639247894287,2.262753963470459,1.0098819732666016,-2.660830020904541,2.6283769607543945,0.6895210146903992,-2.0688860416412354,-1.7816489934921265,-1.851533055305481,-1.6618119478225708,-0.9772089719772339,-3.702601909637451,-1.7381080389022827,2.344419002532959,1.9812450408935547,-1.2820179462432861,-0.9203889966011047,-1.0397909879684448,-1.1760640144348145,-1.8656120300292969,-0.25979700684547424,-1.7284519672393799,2.562998056411743,-4.0174970626831055,-3.9117400646209717,-1.8808189630508423,2.577716112136841,-0.7809879779815674,-4.394598007202148,0.5793799757957458,0.263467013835907,-3.45237398147583,2.29054594039917,-1.5157289505004883,-1.2366060018539429,3.214042901992798,-3.3608410358428955,-2.3252880573272705,-1.2266680002212524,0.6657299995422363,2.919867992401123,-4.537848949432373,-4.049737930297852,1.5457589626312256,0.06212899833917618,-2.0232350826263428,1.3861550092697144,1.1003559827804565,-1.3235050439834595,-3.3137130737304688,2.4982359409332275,2.3876121044158936,1.8978170156478882,0.04747699946165085,-4.1333417892456055,-2.5657730102539062,2.148297071456909,0.5822719931602478,-1.3229999542236328,0.9468809962272644,1.4257080554962158,2.033082962036133,-0.7965480089187622,-3.197995901107788,-0.14104799926280975,3.1897709369659424,0.23195099830627441,-4.025030136108398,-4.558286190032959,-3.2036969661712646,-2.6034460067749023,-2.710958957672119,-1.1070419549942017,-0.9802500009536743,-1.2498159408569336,3.1200668811798096,1.1072510480880737,2.9734809398651123,-0.4032459855079651,-2.2549989223480225,-4.135359764099121,-1.42386794090271,2.088088035583496,2.9467029571533203,-1.3156030178070068,-3.7578840255737305,2.761646032333374,1.1093859672546387,2.7871620655059814,0.9579759836196899,0.005332999862730503,2.9159040451049805,-1.7596889734268188,-2.1213440895080566,-0.060687001794576645,-1.410048007965088,-1.6172250509262085,0.8834699988365173,-2.1200621128082275,-3.235949993133545,2.7467050552368164,-3.18743896484375,-3.187052011489868,-4.510464191436768,-1.3584970235824585,-1.0165079832077026,0.3786660134792328,2.2444210052490234,2.163748025894165,2.342176914215088,1.9096759557724,-0.732554018497467,-0.6480399966239929,-0.6649640202522278,-0.936182975769043,1.7026289701461792,-3.2119081020355225,0.565850019454956,-4.377097129821777,1.4605660438537598,-3.989625930786133,1.4356950521469116,0.762004017829895,0.7254490256309509,1.1121480464935303,-1.4054559469223022,-3.4688661098480225,2.2003700733184814,2.580322027206421,2.4562621116638184,-2.3428289890289307,0.9261429905891418,-2.4367659091949463,2.0583250522613525,-2.7761080265045166,-2.6651530265808105,0.9727299809455872,1.1080310344696045,-0.45758500695228577,2.9688448905944824,-1.9624569416046143,-0.4165549874305725,3.2826108932495117,3.2522389888763428,-0.0047240001149475574,1.4963639974594116,-1.7757999897003174,-3.2121710777282715,2.008570909500122,0.5589560270309448,0.0830250009894371,-1.5032049417495728,-4.49973201751709,-1.1595929861068726,-1.173761010169983,-0.9794840216636658,-1.9443449974060059,-4.470283031463623,-4.10706901550293,1.9796359539031982,-3.2383310794830322,-3.663994073867798,2.1810100078582764,-4.194544792175293,-0.8821650147438049,2.6582250595092773,2.058353900909424,1.368764042854309,2.5607869625091553,2.913201093673706,3.222956895828247,-1.8931759595870972,-1.961630940437317,0.06128299981355667,-0.9592739939689636,-1.8736289739608765,2.656261920928955,-3.829287052154541,2.962908983230591,-2.9919869899749756,-0.40865400433540344,2.2851600646972656,1.750108003616333,-3.217820882797241,-3.2145800590515137,-3.58827805519104,0.8756420016288757,2.3101959228515625,-1.302145004272461,3.071805000305176,1.9947149753570557,2.7979331016540527,1.9517329931259155,-0.04816100001335144,-4.652964115142822,2.6720290184020996,-1.4811650514602661,0.7337599992752075,-1.2344930171966553,-1.2796599864959717,-1.890552043914795,-3.2255380153656006,2.2902750968933105,1.8396110534667969,-0.7076510190963745,1.5440150499343872,-0.5696280002593994,2.6334280967712402,-3.2414329051971436,2.8471689224243164,-2.47189998626709,1.907433032989502,-1.0914009809494019,0.2100200057029724,3.0978550910949707,-0.1305990070104599,3.2360999584198,-0.6502929925918579,2.9231679439544678,2.1380109786987305,-2.8531999588012695,-1.466217041015625,-0.6692540049552917,2.331265926361084,2.549272060394287,-1.7693519592285156,-0.6188070178031921,-1.8774930238723755,-1.7412279844284058,-3.823577880859375,1.4476120471954346,1.7365540266036987,2.5859498977661133,-3.797508955001831,-0.6226009726524353,-4.204584121704102,-2.7338619232177734,-1.3473039865493774,-0.36709800362586975,0.5545340180397034,2.6886138916015625,-2.3071019649505615,0.5716320276260376,-3.579097032546997,1.2040749788284302,-4.652915000915527,-1.0144929885864258,1.1214410066604614,-1.3094830513000488,-3.1066129207611084,-3.981468915939331,1.1248079538345337,-1.263914942741394,-4.387980937957764,-3.230802059173584,-2.139043092727661,1.2176649570465088,-2.054064989089966,1.314710021018982,-0.4874660074710846,-1.5132999420166016,0.9027090072631836,-3.2389729022979736,0.6181280016899109,0.8170980215072632,-1.5705080032348633,1.4514000415802002,-4.268220901489258,-0.6528279781341553,1.0942679643630981,-1.2702879905700684,2.1209089756011963,-0.28666600584983826,-2.5623860359191895,-1.5152920484542847,0.7267169952392578,0.832397997379303,2.6758580207824707,1.1590689420700073,0.48495298624038696,-2.7519900798797607,-2.8267788887023926,2.2544450759887695,-2.274319887161255,-3.1951780319213867,3.1410939693450928,-1.676184058189392,1.893852949142456,0.5030310153961182,-1.8130509853363037,2.8095409870147705,-0.24945500493049622,2.6427230834960938,-2.6635990142822266,2.286540985107422,2.8098599910736084,1.1149049997329712,0.16516700387001038,1.1534479856491089,-1.9414910078048706,-3.909142017364502,0.9205499887466431,-2.96288800239563,3.321276903152466,-0.49210798740386963,-1.7643049955368042,-4.461888790130615,3.1485400199890137,-1.7702709436416626,-3.9994900226593018,-0.6767449975013733,1.3270699977874756,-0.9904569983482361,2.2301700115203857,-4.558450222015381,-1.0077879428863525,2.1148359775543213,-4.121133804321289,-3.156873941421509,-1.313992977142334,-2.4481730461120605,-4.03443717956543,-4.135729789733887,2.8025450706481934,-1.7314419746398926,0.314657986164093,2.7015559673309326,1.3392599821090698,2.0162339210510254,1.0304750204086304,-1.1633880138397217,1.6331470012664795,2.9336578845977783,2.111186981201172,1.1319890022277832,-1.5846140384674072,-0.9599519968032837,2.1574230194091797,-3.3071420192718506,1.344565987586975,-2.2365078926086426,-1.6805009841918945,-1.576377034187317,1.5168659687042236,-1.4982190132141113,-0.9482709765434265,-1.1740950345993042,2.573401927947998,-4.0607709884643555,-1.9322359561920166,0.05451599881052971,-1.2265009880065918,3.126904010772705,2.9193460941314697,2.382711887359619,2.72340989112854,-1.940345048904419,-3.4024479389190674,3.021070957183838,0.5138630270957947,-1.040308952331543,-1.4584200382232666,-1.2933390140533447,-2.3296380043029785,0.4691149890422821,-3.8197879791259766,0.9676309823989868,-2.3027420043945312,-2.006279945373535,3.3096790313720703,-2.0378029346466064,2.245934009552002,-1.7101839780807495,0.36973100900650024,-1.127892017364502,-3.686005115509033,1.479315996170044,-2.0684850215911865,1.3677419424057007,2.2418689727783203,-3.9181039333343506,-0.555308997631073,-0.5459480285644531,-0.555154025554657,1.4656319618225098,2.0873260498046875,3.146285057067871,-1.570304036140442,-4.577855110168457,0.5553269982337952,2.396343946456909,-4.582513809204102,-3.0845189094543457,-0.8340449929237366,3.085526943206787,3.006614923477173,1.8128600120544434,2.5237770080566406,1.059906005859375,-0.052326999604701996,-1.2186449766159058,-3.18664288520813,2.933929920196533,-3.51147198677063,2.7063539028167725,-1.4993259906768799,-1.6673259735107422,1.150670051574707,2.6495308876037598,-4.216471195220947,2.3696908950805664,2.9137959480285645,-3.2013609409332275,2.1625750064849854,-4.050426006317139,-3.8991498947143555,-0.7537040114402771,0.59934002161026,1.8886799812316895,-0.9148979783058167,-1.9636000394821167,-1.2826950550079346,-1.2928650379180908,-1.5176379680633545,-1.5613629817962646,-3.239301919937134,-2.6998229026794434,-3.5085830688476562,-2.7252769470214844,2.7760860919952393,-1.1559350490570068,0.4439530074596405,-4.308574199676514,2.599113941192627,2.2457330226898193,-3.026573896408081,3.1720359325408936,-4.20183801651001,-1.4815080165863037,2.1704258918762207,-0.6322240233421326,1.2675429582595825,2.9627230167388916,-2.900063991546631,-4.082372188568115,1.5860929489135742,-4.167693138122559,-1.1203739643096924,0.8756409883499146,-2.4944519996643066,-3.1999480724334717,-3.199798107147217,2.6517860889434814,-1.4412750005722046,-2.4849259853363037,1.3294719457626343,2.0913949012756348,1.480517029762268,1.584030032157898,1.5306999683380127,-4.306254863739014,-1.183732032775879,0.07885000109672546,1.1600370407104492,-1.1560020446777344,2.705207109451294,2.7452340126037598,2.573193073272705,-0.45279499888420105,-1.688060998916626,0.5158510208129883,-4.103175163269043,-3.1893880367279053,1.7821749448776245,-1.5090839862823486,-2.127293109893799,-1.3626279830932617,0.7947189807891846,1.0445970296859741,2.4495129585266113,-1.5687949657440186,-3.2132210731506348,2.355154037475586,-0.5221310257911682,-3.587937116622925,-3.053689956665039,2.983398914337158,-1.0836540460586548,-1.6460609436035156,0.6593390107154846,0.7591879963874817,0.4366289973258972,-0.9387810230255127,-2.155458927154541,0.7495999932289124,-1.613319993019104,2.8043179512023926,-2.6815810203552246,1.7254379987716675,2.6478219032287598,-3.660659074783325,0.6889809966087341,-0.15936799347400665,-1.2524789571762085,1.4049400091171265,3.1463170051574707,-1.9546810388565063,-1.3736900091171265,1.5278149843215942,-2.5346789360046387,-1.0575499534606934,-0.4483020007610321,-1.4406720399856567,-4.111677169799805,1.425799012184143,-0.5795980095863342,-2.4896929264068604,-2.248538017272949,-1.131890058517456,1.115170955657959,-1.5590929985046387,2.5876801013946533,-3.318065881729126,2.7226219177246094,-1.9979209899902344,-3.1694529056549072,-4.1830058097839355,-1.3868600130081177,-0.30829599499702454,2.692423105239868,-0.8511930108070374,-2.7953391075134277,-1.8427280187606812,2.965177059173584,-2.9400908946990967,0.8797249794006348,0.8058789968490601,-1.1359020471572876,1.8206650018692017,2.935518980026245,2.6239750385284424,-2.753710985183716,0.0040339999832212925,2.2580409049987793,0.4812929928302765,1.8562220335006714,-2.8760180473327637,0.6111080050468445,0.28720200061798096,2.7045230865478516,1.6260960102081299,3.2179059982299805,2.3832550048828125,0.8274009823799133,-0.8956360220909119,2.2353720664978027,-1.390254020690918,2.0727169513702393,-1.846811056137085,-4.546020984649658,-1.8507649898529053,-0.5235329866409302,-2.587038040161133,1.2272189855575562,1.2344210147857666,2.574039936065674,-1.8609880208969116,-2.2246479988098145,-1.6378949880599976,2.7507619857788086,-3.2308459281921387,-2.9931859970092773,3.251800060272217,2.777740001678467,2.9132349491119385,-3.2220749855041504,1.8257490396499634,-4.50399112701416,-3.222939968109131,-1.0431300401687622,2.817030906677246,-2.1713650226593018,1.5342320203781128,2.2523000240325928,-0.666487991809845,-2.0989770889282227,2.171757936477661,0.4507580101490021,-1.0426729917526245,0.7219089865684509,0.664484977722168,-1.5800520181655884,-2.15726900100708,0.9554830193519592,1.2676039934158325,2.700124979019165,2.4440629482269287,-0.5913810133934021,-0.5481799840927124,1.8311760425567627,2.3648509979248047,-3.702331066131592,-2.968204975128174,-2.695363998413086,1.1446870565414429,2.6968960762023926,-3.2459890842437744,-3.6774680614471436,-3.215492010116577,-4.400619029998779,-2.2538909912109375,0.10776499658823013,0.3726089894771576,-3.171786069869995,-3.2156100273132324,2.0037178993225098,-3.210840940475464,-3.2100958824157715,2.267245054244995,-0.17827700078487396,0.9104130268096924,-3.8972010612487793,1.3336739540100098,-2.8731820583343506,1.3789290189743042,1.7570710182189941,-2.7284669876098633,1.0682259798049927,2.596457004547119,2.53078293800354,-2.376784086227417,-0.7619600296020508,0.7148429751396179,2.831533908843994,1.9127800464630127,-3.2039859294891357,2.2714149951934814,2.3016529083251953,1.5154540538787842,-2.2608180046081543,-3.1923511028289795,-0.5920789837837219,-1.0240329504013062,-3.864954948425293,-3.8504369258880615,0.45629599690437317,1.2954150438308716,2.7599849700927734,-2.8994219303131104,-1.8686310052871704,-1.3756459951400757,-2.3109569549560547,-3.2177019119262695,0.5468959808349609,-1.5074230432510376,-0.8267359733581543,-4.1333770751953125,-1.9475090503692627,0.5928000211715698,0.3803440034389496,2.0348610877990723,1.106539011001587,-0.16484199464321136,0.853971004486084,-1.4422520399093628,-1.1908730268478394,-3.7835168838500977,-1.0900870561599731,-0.47579100728034973,3.163064956665039,-1.3241889476776123,-2.421844005584717,1.7400219440460205,-3.253628969192505,-3.309612989425659,-3.305234909057617,-1.1683800220489502,-4.4461469650268555,-0.4719949960708618,-1.721783995628357,-0.6196860074996948,0.4063040018081665,-3.198681116104126,2.7964930534362793,0.8887479901313782,-1.1756579875946045,0.9939010143280029,-1.085556983947754,-1.7075879573822021,3.3225491046905518,3.1739819049835205,-4.162542819976807,-1.6640859842300415,2.6306300163269043,-1.2520639896392822,-0.5497869849205017,2.3661699295043945,-1.1607099771499634,0.8721979856491089,1.5277880430221558,-1.8675739765167236,-4.122203826904297,-1.7112489938735962,-2.219575881958008,-1.413465976715088,-0.21402999758720398,-4.6043548583984375,-1.9235620498657227,-3.0076980590820312,-2.903254985809326,0.7293140292167664,-4.164449214935303,2.731048107147217,-3.7617580890655518,-1.0514999628067017,-1.046044945716858,-1.8366609811782837,2.2597899436950684,1.1590160131454468,-1.0131479501724243,-3.213131904602051,-1.8017539978027344,0.8288620114326477,-4.117623805999756,-1.961177945137024,1.3564670085906982,0.6587479710578918,-0.22287100553512573,2.7118239402770996,-3.378906011581421,2.628957986831665,-0.6532509922981262,-2.7987589836120605,-2.8264129161834717,2.5268518924713135,-2.9322919845581055,-0.2629989981651306,2.7215089797973633,-0.33611899614334106,2.422888994216919,-0.9696199893951416,2.0257599353790283,-3.263319969177246,-1.2909170389175415,-2.4572958946228027,-3.4551920890808105,-3.142673969268799,-1.7223180532455444,-0.9924950003623962,-0.15361200273036957,-4.134774208068848,-2.188433885574341,-0.32356399297714233,2.3773550987243652,-1.7886250019073486,-1.7275149822235107,-3.1934869289398193,-2.6872599124908447,1.3516390323638916,3.1438229084014893,-2.254793882369995,2.7769649028778076,-3.9902520179748535,-3.1175589561462402,-4.132291793823242,-3.8124969005584717,-2.0129709243774414,-2.023099899291992,-3.231937885284424,-0.2991519868373871,-3.039184093475342,-3.1869590282440186,-1.9779980182647705,2.3087050914764404,-0.6881179809570312,1.8507330417633057,-2.4069008827209473,1.943269968032837,-4.114727973937988,-1.019212007522583,-0.9757739901542664,1.2167600393295288,-4.452352046966553,-1.655918002128601,3.0418999195098877,-3.1143360137939453,-3.150899887084961,0.25651800632476807,-3.2060959339141846,1.101580023765564,0.5998820066452026,-3.1571249961853027,-1.3080190420150757,-1.3284740447998047,-3.201819896697998,-3.2025139331817627,-0.7885379791259766,2.4904539585113525,-1.021196961402893,0.48345300555229187,-1.218932032585144,-3.2064208984375,-4.097272872924805,-1.6926740407943726,-2.4661850929260254,-1.3474620580673218,2.368472099304199,-3.883204936981201,2.5548970699310303,-1.0361460447311401,-2.6506550312042236,3.233715057373047,1.811601996421814,1.0301510095596313,-0.4036639928817749,-0.3690190017223358,-3.232522964477539,-0.011214000172913074,1.0626449584960938,0.6479250192642212,-1.9209719896316528,-2.09060001373291,-3.388953924179077,-1.4298009872436523,-3.2013049125671387,-1.3359730243682861,1.0006300210952759,-0.9869130253791809,-3.1885569095611572,-4.210944175720215,-3.1610889434814453,-3.107111930847168,2.649815082550049,-1.334455966949463,3.0235230922698975,-0.20645399391651154,3.17836594581604,0.5958399772644043,2.412864923477173,-1.2272870540618896,-0.8462089896202087,2.6362199783325195,-2.8247439861297607,-2.363647937774658,2.3526370525360107,-1.806751012802124,-0.4963560104370117,-4.5881781578063965,2.4767301082611084,-2.431447982788086,-3.244513988494873,-0.9711549878120422,2.6702969074249268,-1.4837219715118408,0.6383200287818909,-2.8887109756469727,-0.726826012134552,1.9184819459915161,2.330199956893921,-4.380948066711426,-4.483132839202881,-4.539062976837158,-3.2188799381256104,3.0725460052490234,-0.8931660056114197,0.005311999935656786,0.20001600682735443,-1.7415599822998047,-1.7624469995498657,-0.3982059955596924,-0.07779400050640106,2.237484931945801,0.8301950097084045,-2.576512098312378,0.46006301045417786,2.833548069000244,1.554705023765564,-1.2381819486618042,-0.6044560074806213,1.4280370473861694,0.718824028968811,-0.8266249895095825,-0.8734009861946106,2.1165690422058105,-0.9021160006523132,2.433832883834839,-3.2637391090393066,3.09230899810791,1.3848639726638794,-1.0533130168914795,2.484708070755005,1.2886979579925537,0.7109739780426025,-0.6253759860992432,-1.0858370065689087,3.011643886566162,0.03104499913752079,-4.147630214691162,-1.5829919576644897,-2.0468530654907227,0.7075620293617249,-2.369581937789917,2.581094980239868,-2.345020055770874,-1.4566609859466553,-1.0052820444107056,-1.5053739547729492,-1.539289951324463,2.5633931159973145,2.2140300273895264,-1.4780009984970093,0.9708669781684875,0.05897299945354462,-0.7968189716339111,2.568603992462158,-2.823744058609009,-2.492988109588623,-2.8847079277038574,0.5420609712600708,-4.05059289932251,-4.079329013824463,-3.807152032852173,2.431062936782837,-1.2948859930038452,3.2469189167022705,-1.1896549463272095,1.0522539615631104,-3.697978973388672,2.6180949211120605,-1.184723973274231,-1.7293720245361328,-4.520516872406006,2.556490898132324,0.3291569948196411,-1.6882139444351196,-1.735314965248108,-0.6046710014343262,-2.4708340167999268,-1.0745129585266113,-3.7328670024871826,-1.5645949840545654,0.9623510241508484,1.9104559421539307,-0.8172609806060791,0.8453130125999451,1.0864189863204956,-3.227396011352539,-3.4377689361572266,2.349817991256714,-0.06666199862957001,-2.370163917541504,2.4458179473876953,-4.284698963165283,0.240788996219635,0.9559659957885742,-1.3404569625854492,0.4637340009212494,-3.1973071098327637,1.9349390268325806,-1.4870460033416748,2.097649097442627,-1.2104109525680542,-2.6885550022125244,-1.8618110418319702,-2.9233760833740234,-2.934735059738159,-3.199064016342163,-1.8191039562225342,2.2243878841400146,0.8163340091705322,-1.693856954574585,-1.7947360277175903,1.753396987915039,2.313060998916626,-2.849271059036255,-1.1272350549697876,0.7854430079460144,2.842797040939331,-3.2636029720306396,-1.2214349508285522,0.5515149831771851,1.5271929502487183,-1.0215849876403809,0.18337100744247437,1.8790830373764038,-0.7985609769821167,-0.13815200328826904,2.491703987121582,-2.4698240756988525,2.210555076599121,-1.416524052619934,-1.250427007675171,3.218132972717285,-3.2394959926605225,-3.2351810932159424,1.283424973487854,1.7590999603271484,1.9038909673690796,1.7414369583129883,2.5164780616760254,-1.030081033706665,2.7376959323883057,2.5658140182495117,-0.6392390131950378,0.34480300545692444,3.158282995223999,-0.46670401096343994,-0.4444110095500946,-0.9263169765472412,-0.7967829704284668,2.5612919330596924,2.050571918487549,-2.303903102874756,2.590941905975342,-0.752377986907959,3.1571969985961914,2.6034018993377686,-0.8780670166015625,0.4437510073184967,1.0436370372772217,0.16744300723075867,-0.7949579954147339,1.9780429601669312,-1.402871012687683,1.109490990638733,-2.0525400638580322,1.0871200561523438,-0.9422580003738403,0.5433890223503113,1.1243280172348022,-0.3038640022277832,-1.1156970262527466,0.43045899271965027,-3.3414270877838135,-2.7385408878326416,-3.8051819801330566,-2.953192949295044,-1.431056022644043,-0.4797019958496094,0.5569409728050232,-2.2930710315704346,1.230154037475586,-2.126847982406616,0.03127799928188324,-4.418095111846924,-3.223381996154785,-3.222795009613037,2.565819025039673,-1.264557957649231,1.7374780178070068,1.9611070156097412,2.722541093826294,-0.7013890147209167,-3.226077079772949,-3.4616899490356445,-4.125984191894531,-1.0574229955673218,1.9222520589828491,0.47945401072502136,-1.0578370094299316,2.7666211128234863,0.7316359877586365,1.6358070373535156,0.9839900135993958,0.676708996295929,-2.085345983505249,-2.2083868980407715,-1.457556962966919,0.7814599871635437,-3.1515519618988037,-0.4047529995441437,-4.124646186828613,0.9976570010185242,-2.590703010559082,-1.5678980350494385,2.0782299041748047,-2.3170371055603027,2.1358280181884766,-1.310318946838379,-3.2037060260772705,-1.2324800491333008,-3.1248059272766113,-1.4168729782104492,-1.7076339721679688,-3.1018528938293457,2.159809112548828,2.7359189987182617,-3.822659969329834,-3.8748769760131836,-1.8355309963226318,-3.0664141178131104,2.528568983078003,-2.642256021499634,-3.231023073196411,2.279417037963867,-1.024330973625183,-1.5986230373382568,-1.4273829460144043,1.2609870433807373,-1.718526005744934,-3.4348208904266357,2.067852020263672,2.94132399559021,2.405226945877075,-4.11173677444458,0.02767300046980381,-0.9247080087661743,-3.0946969985961914,0.09844700247049332,2.081279993057251,-4.089526176452637,-1.9515889883041382,-4.3307318687438965,1.3119529485702515,-3.236646890640259,2.8195528984069824,2.9986770153045654,-2.0756940841674805,-2.2201130390167236,-1.005321979522705,-3.1601240634918213,2.068336009979248,-4.193542003631592,2.7877449989318848,-2.494702100753784,-3.861851930618286,1.3764300346374512,-3.228503942489624,1.7577919960021973,1.6694869995117188,0.7414169907569885,-1.1374499797821045,2.853537082672119,2.4000160694122314,-1.316741943359375,-4.5140299797058105,-1.1396230459213257,-4.1482977867126465,-1.1542760133743286,-0.900933027267456,-2.390995979309082,2.6501879692077637,0.16351599991321564,-2.8603639602661133,1.3277920484542847,1.9841450452804565,0.8749269843101501,-4.377988815307617,-1.1418269872665405,0.2776489853858948,-3.158478021621704,0.7158700227737427,-1.1764709949493408,1.6443779468536377,0.9720649719238281,-1.2904729843139648,0.8647810220718384,-1.730787992477417,3.0594398975372314,-3.7918379306793213,-1.3294199705123901,-3.9249300956726074,-4.420000076293945,-1.0853190422058105,-1.0863709449768066,1.708577036857605,-0.1574849933385849,-0.13917599618434906,3.25022292137146,-3.1878530979156494,0.5566520094871521,-0.5082600116729736,1.3841700553894043,-3.724142074584961,-4.148754119873047,1.888962984085083,-3.1850719451904297,1.4454360008239746,-2.3594870567321777,-0.46607300639152527,2.336082935333252,0.00202700006775558,-3.1432929039001465,-1.1914340257644653,1.957340955734253,3.188900947570801,-1.5411649942398071,1.1298799514770508,-0.9559310078620911,2.228195905685425,-0.02519799955189228,0.8084790110588074,3.3111488819122314,-1.8127950429916382,-1.9494730234146118,2.391632080078125,3.078176975250244,2.252835988998413,-1.1560369729995728,-1.3599849939346313,-4.131092071533203,-1.8375630378723145,-2.009572982788086,1.0441139936447144,2.7864160537719727,-0.801127016544342,-2.9665191173553467,-1.4519180059432983,-3.9400229454040527,0.6346629858016968,-1.413586974143982,2.1464641094207764,-2.510530948638916,2.2193150520324707,-1.4353699684143066,-0.9731119871139526,-3.548002004623413,2.0528550148010254,-1.3188430070877075,1.2930450439453125,-3.243062973022461,-0.9415000081062317,-1.659788966178894,-3.8335280418395996,2.844285011291504,2.716392993927002,-3.0068631172180176,2.256890058517456,-1.177947998046875,0.36686399579048157,-1.0980600118637085,-1.833096981048584,-4.203423976898193,-2.1770870685577393,-3.9677250385284424,2.7480061054229736,2.994749069213867,1.1587729454040527,1.2571920156478882,-4.406595230102539,0.6291620135307312,0.5368679761886597,0.46690401434898376,3.057008981704712,-1.5590120553970337,-0.8729109764099121,-1.798503041267395,2.443669080734253,0.9919859766960144,0.6472399830818176,-0.10468900203704834,1.8219339847564697,1.2931560277938843,1.6494489908218384,1.095913052558899,-2.78975510597229,-2.8764259815216064,-2.9487500190734863,2.8200299739837646,-4.133584022521973,-1.6118719577789307,-2.3110620975494385,3.063978910446167,-4.002668857574463,1.1562559604644775,0.3974980115890503,2.473628044128418,-0.8811190128326416,-2.416585922241211,0.11026900261640549,1.066586971282959,-1.8447810411453247,-1.82328200340271,2.6224958896636963,2.9911909103393555,2.1971919536590576,-3.231250047683716,-0.8012419939041138,3.0892269611358643,1.6390169858932495,2.2059879302978516,-0.8265200257301331,-0.610372006893158,2.869101047515869,-3.4378550052642822,-3.227125883102417,0.19104799628257751,0.8623989820480347,-3.1974120140075684,1.4201689958572388,2.9344470500946045,-4.028293132781982,-3.1955699920654297,-0.6854959726333618,2.8288309574127197,-4.652918815612793,-3.2306458950042725,-2.2916550636291504,-3.3114349842071533,-3.8476669788360596,0.4328719973564148,0.672199010848999,-4.394597053527832,-0.01711600087583065,-0.05418799817562103,1.5552259683609009,-0.9338300228118896,2.0452399253845215,-3.1965649127960205,1.9869379997253418,-2.6855249404907227,1.9226820468902588,-0.653751015663147,2.954792022705078,1.7982770204544067,1.668383002281189,1.1046600341796875,-0.7607439756393433,-1.8560450077056885,2.3617260456085205,-2.482219934463501,-2.406301975250244,0.0018759999657049775,1.4258760213851929,0.5396559834480286,-2.7217888832092285,-1.3994940519332886,-3.1844100952148438,-1.457442045211792,-2.4070510864257812,0.9026150107383728,3.0981969833374023,-0.4118489921092987,0.01218899991363287,-3.123929977416992,-3.88702392578125,-2.4753201007843018,-2.4212329387664795,-0.6750280261039734,2.8093180656433105,1.8141130208969116,-1.5962380170822144,2.440380096435547,1.989406943321228,0.1547359973192215,2.8063321113586426,-2.6997010707855225,-0.7515249848365784,-2.9602019786834717,2.3129138946533203,-3.238107919692993,-4.122582912445068,-2.1980268955230713,-1.144731044769287,-0.9397860169410706,-3.9754528999328613,-1.3771380186080933,2.5119130611419678,2.7553799152374268,0.022549999877810478,-1.4483109712600708,-0.6273180246353149,-0.0513789989054203,3.247037887573242,-0.0053010000847280025,-2.590137004852295,-1.6399810314178467,2.002243995666504,-4.652910232543945,2.921694040298462,-1.242527961730957,-3.1887550354003906,-3.227778911590576,1.270956039428711,-4.148843765258789,0.3816939890384674,-3.210520029067993,-3.212707996368408,1.3786389827728271,-1.566053032875061,0.9828510284423828,-1.7355270385742188,-3.37465500831604,-2.5570340156555176,-0.6519950032234192,0.7932620048522949,-2.1703948974609375,-3.2465569972991943,-3.1665780544281006,2.7995240688323975,-1.248317003250122,-2.019573926925659,-3.156074047088623,-3.1868350505828857,0.005803999956697226,-3.145328998565674,2.3913400173187256,1.4027559757232666,1.472251057624817,2.7907559871673584,-1.3474340438842773,-2.384814977645874,-3.875817060470581,-2.702533006668091,-3.2239930629730225,2.356157064437866,2.511507034301758,1.748579978942871,-1.3760720491409302,-2.149264097213745,2.1755869388580322,-2.2179150581359863,-1.365900993347168,-3.193955898284912,-3.191838026046753,2.195836067199707,-3.8593080043792725,1.011929988861084,-2.3391311168670654,2.9739649295806885,-0.32158899307250977,2.735582113265991,-0.8953679800033569,2.5307579040527344,-2.1622540950775146,-3.1645209789276123,-2.7685561180114746,-4.4574408531188965,-3.254249095916748,0.6048799753189087,2.1275930404663086,0.7330300211906433,0.792510986328125,0.8579490184783936,-0.7626429796218872,-2.3528969287872314,-3.499727964401245,0.3724600076675415,0.6198999881744385,3.2424728870391846,0.010111999697983265,-3.3440349102020264,2.353358030319214,3.1985960006713867,-2.834101915359497,1.2495759725570679,-2.404542922973633,-4.405693054199219,3.2052879333496094,2.583369016647339,-3.2565529346466064,2.298957109451294,1.8470690250396729,-1.6920750141143799,-2.34621000289917,-1.409276008605957,-1.9980449676513672,-0.6976270079612732,-1.8790099620819092,2.110344886779785,2.7959189414978027,-0.7526649832725525,-3.6086180210113525,-3.185805082321167,-2.9309279918670654,-4.288290977478027,2.707123041152954,-1.7911159992218018,1.3474349975585938,-3.0498239994049072,-1.6110639572143555,1.9156800508499146,2.3593010902404785,-3.1741719245910645,2.243129014968872,-0.15119799971580505,0.9795359969139099,-4.507803916931152,0.9222069978713989,-0.8822469711303711,-4.184629917144775,2.5186009407043457,-4.16949987411499,-3.817291021347046,-2.603334903717041,-2.585974931716919,-2.287182092666626,2.400604009628296,2.2382938861846924,0.13237400352954865,-1.9341399669647217,1.0531439781188965,-4.121181011199951,1.7807060480117798,-2.3218209743499756,-1.432742953300476,-0.27454501390457153,-4.6115570068359375,1.2532440423965454,2.1914761066436768,0.6163139939308167,0.2044530063867569,-0.0773100033402443,-1.7851250171661377,2.557248115539551,1.044551968574524,-1.726181983947754,2.478985071182251,-3.0020999908447266,-0.5967580080032349,-0.3995029926300049,-2.6105101108551025,-2.6631150245666504,-1.1108219623565674,-2.2917399406433105,1.3275740146636963,2.145127058029175,0.9429420232772827,-0.3094150125980377,-0.3673569858074188,-3.077868938446045,1.3376070261001587,0.12828899919986725,1.148622989654541,2.6130549907684326,2.7676780223846436,1.2846139669418335,-4.051376819610596,2.4840149879455566,3.1874101161956787,0.39734598994255066,2.8485119342803955,-3.205091953277588,2.5854830741882324,2.502427101135254,2.6484808921813965,-3.9856009483337402,-1.3823440074920654,-4.542365074157715,-2.7171740531921387,0.844635009765625,-1.377182960510254,-1.2231459617614746,1.7197580337524414,-4.052743911743164,-1.3515039682388306,2.9265871047973633,-4.056222915649414,0.4775640070438385,3.2027440071105957,1.3569380044937134,-3.196722984313965,-3.83735990524292,0.1404220014810562,1.4765690565109253,1.5568599700927734,-3.2333180904388428,2.324820041656494,-0.881646990776062,3.1670849323272705,1.2767260074615479,-0.8907920122146606,2.3017220497131348,-3.1723060607910156,-0.766044020652771,-1.412207007408142,-4.125525951385498,2.8436439037323,1.2849969863891602,-0.8110430240631104,-1.7476999759674072,-2.964992046356201,0.5294479727745056,-2.7837560176849365,-2.980767011642456,-1.517356038093567,2.4596478939056396,1.9825769662857056,-0.9279699921607971,-0.8138539791107178,-1.187188982963562,0.24851399660110474,1.210981011390686,3.320902109146118,1.7385989427566528,-3.7449569702148438,2.533895969390869,-1.820518970489502,2.0046730041503906,0.9299929738044739,0.9495530128479004,1.190500020980835,-4.27702522277832,-4.296391010284424,-4.064982891082764,-0.9188899993896484,1.9425469636917114,1.9043790102005005,2.044279098510742,0.7912790179252625,-1.8017679452896118,-1.8275090456008911,0.711650013923645,-0.6533870100975037,-4.2765398025512695,-1.0433399677276611,2.2993929386138916,-1.053460955619812,2.731765031814575,2.933372974395752,-3.23701810836792,-4.066391944885254,-2.383819103240967,-1.7701599597930908,-3.2836570739746094,-0.9425600171089172,2.1414120197296143,1.6953229904174805,3.0936050415039062,-1.3869470357894897,-1.1337469816207886,-1.2226530313491821,-1.888396978378296,0.5841609835624695,-1.2295700311660767,2.6967248916625977,-3.2239739894866943,-0.09921299666166306,-1.0092929601669312,-4.519485950469971,-1.2138609886169434,-1.1749720573425293,-3.198654890060425,1.2265160083770752,0.15163999795913696,-2.152129888534546,2.8406119346618652,3.291145086288452,-3.441304922103882,0.5034459829330444,-1.230376958847046,0.045239999890327454,1.5952759981155396,2.9904229640960693,-1.6077669858932495,-1.43899405002594,3.254364013671875,-2.2212929725646973,-1.0921250581741333,3.190984010696411,2.174870014190674,-3.7740349769592285,0.024701999500393867,-4.144653797149658,0.5930709838867188,2.438889980316162,-2.5436410903930664,-3.0752410888671875,2.247591018676758,0.8673819899559021,2.6603870391845703,-3.3622429370880127,3.1363039016723633,1.1243259906768799,2.2347280979156494,0.2773120105266571,-2.1891069412231445,3.1079649925231934,1.390197992324829,-1.7623649835586548,3.0661230087280273,-2.8382890224456787,0.8442609906196594,-2.8918468952178955,2.2665419578552246,-2.473676919937134,-1.3299280405044556,-4.0447998046875,-4.045917987823486,2.6950790882110596,2.8128550052642822,-0.38025400042533875,-1.3100429773330688,2.4633569717407227,1.8997650146484375,1.122081995010376,-0.478890985250473,1.3001179695129395,1.6845430135726929,-4.576016902923584,-3.01739501953125,-0.8630750179290771,-1.374426007270813,-1.004112958908081,2.1386868953704834,-1.6837199926376343,2.405128002166748,-0.612417995929718,-1.7849600315093994,-2.0208680629730225,-1.8809700012207031,0.311955988407135,2.035238027572632,-0.7124170064926147,0.8729659914970398,1.6694860458374023,-2.6850268840789795,-4.125988006591797,-0.6689130067825317,1.696429967880249,0.1974799931049347,-1.3584959506988525,1.3676680326461792,-1.4009469747543335,-2.743726968765259,0.03958800062537193,-0.38412898778915405,-1.4943020343780518,-3.702543020248413,-2.366472005844116,3.2864060401916504,-1.2599300146102905,-1.8388910293579102,-0.9242159724235535,-3.324043035507202,-1.2223540544509888,-0.6018170118331909,-4.122880935668945,-1.8991130590438843,-2.015850067138672,-1.349457025527954,1.623553991317749,-1.1265360116958618,2.044631004333496,-1.6859409809112549,0.1792449951171875,1.131311058998108,-1.0052599906921387,-1.095499038696289,-4.013359069824219,2.6011829376220703,2.998075008392334,-1.174103021621704,1.16348397731781,-3.6544179916381836,1.99263596534729,-0.9307500123977661,2.593100070953369,2.572885036468506,2.9650070667266846,2.9181809425354004,2.057049036026001,2.1890010833740234,-1.8265269994735718,0.8521310091018677,-0.6671299934387207,-3.886370897293091,0.8147730231285095,-0.9901679754257202,-0.26983898878097534,-4.653101921081543,-2.244359016418457,-0.7750719785690308,1.1820679903030396,-1.451727032661438,2.2909231185913086,-1.3979610204696655,-1.5393650531768799,-2.9960970878601074,-1.3906420469284058,-1.4364080429077148,2.3022589683532715,2.3644559383392334,-1.0192660093307495,1.1479250192642212,-3.155189037322998,-2.76426100730896,1.7317390441894531,0.8857470154762268,-0.30147498846054077,-3.6307449340820312,-0.7166439890861511,1.9964569807052612,2.3859059810638428,-3.2684218883514404,1.8456729650497437,-1.1966179609298706,-0.9939820170402527,2.734368085861206,-1.493204951286316,-0.5299999713897705,-0.3954010009765625,-4.603547096252441,-1.0052160024642944,0.21547499299049377,-0.5569319725036621,1.1573760509490967,-2.101641893386841,-0.6077790260314941,2.1114161014556885,-1.6533470153808594,-3.0822980403900146,-3.7778830528259277,-2.889270067214966,1.89969003200531,3.022075891494751,-2.172666072845459,-1.2823729515075684,2.9306399822235107,-2.519824981689453,-0.5138540267944336,-4.104211807250977,-4.570129871368408,-2.537816047668457,-1.1767189502716064,3.078084945678711,2.309546947479248,-1.236204981803894,-1.4853960275650024,0.6021170020103455,-1.3500449657440186,-0.33234700560569763,-2.6948130130767822,-2.4128010272979736,-4.401978969573975,-0.9049819707870483,-0.8340920209884644,-1.7112970352172852,-3.1953189373016357,3.039583921432495,-3.2648050785064697,-1.0622819662094116,2.866847038269043,-1.4561229944229126,-2.8367319107055664,-2.7437429428100586,-1.414376974105835,-3.8767409324645996,-2.2140278816223145,-2.5409109592437744,2.1339271068573,-3.514777898788452,-1.2813810110092163,-4.115732192993164,1.0428030490875244,-1.2813019752502441,0.4219230115413666,-4.652832984924316,-1.23307204246521,-0.7586759924888611,-1.6445109844207764,2.2232720851898193,1.8858569860458374,2.9828219413757324,2.31060791015625,2.233431100845337,0.02432899922132492,2.904378890991211,0.3328709900379181,-0.9703670144081116,-3.8834140300750732,1.730607032775879,-1.6358710527420044,0.6441580057144165,-2.394153118133545,-1.3351140022277832,-2.2154030799865723,-2.2755959033966064,2.8034069538116455,1.0447160005569458,2.5506300926208496,-3.8365819454193115,-2.0420219898223877,2.6300880908966064,-0.8094050288200378,-0.7929450273513794,-0.6811280250549316,-0.27859801054000854,1.3726650476455688,1.1349560022354126,-3.310309886932373,2.8004279136657715,-3.2025609016418457,0.9363399744033813,-1.6694279909133911,-2.1201369762420654,-0.9351400136947632,-4.1121392250061035,1.3559329509735107,-1.6346739530563354,1.5201619863510132,3.307904005050659,-0.6398109793663025,1.8925310373306274,-1.3952699899673462,-1.9950629472732544,-4.153590202331543,-4.131800174713135,-4.301701068878174,0.01871900074183941,1.26937997341156,2.940990924835205,-0.33354800939559937,1.5697890520095825,3.2270429134368896,-1.5356440544128418,2.52708101272583,3.0499699115753174,0.8234040141105652,-0.6700770258903503,1.811390995979309,2.78882098197937,-0.45721301436424255,-3.732248067855835,-3.803658962249756,2.6806859970092773,1.9073150157928467,-3.649327039718628,-0.8022199869155884,-1.1595159769058228,-2.504868984222412,-4.35835599899292,-3.3637850284576416,-2.1234049797058105,-1.0692659616470337,-3.8081600666046143,0.9175019860267639,-2.230670928955078,-0.612280011177063,2.8540608882904053,-0.6772609949111938,1.311447024345398,1.434514045715332,2.482846975326538,2.8077430725097656,-1.1349120140075684,-2.244697093963623,-1.157655954360962,-1.4024460315704346,2.0343151092529297,-1.2890939712524414,1.7262389659881592,-1.490017056465149,-1.727789044380188,-4.213057994842529,3.0533859729766846,-1.996880054473877,-1.176514983177185,-2.363131046295166,-0.3564710021018982,-0.99201899766922,-0.19471000134944916,2.338937997817993,-0.20397700369358063,-4.143672943115234,2.4324300289154053,-1.30348801612854,-1.2031569480895996,2.770364999771118,-1.6582119464874268,3.3071630001068115,2.559640884399414,1.719285011291504,-2.497169017791748,1.2095940113067627,-0.797950029373169,3.2407050132751465,-3.93745493888855,2.9833359718322754,3.011647939682007,-3.156636953353882,-0.3949880003929138,-1.5560389757156372,0.918690025806427,0.279913991689682,-0.8556489944458008,-3.7602479457855225,-4.536334991455078,1.8213449716567993,0.16810199618339539,0.07068599760532379,-1.437412977218628,-2.1877388954162598,0.22853699326515198,3.173218011856079,2.9482150077819824,2.02484393119812,3.091059923171997,-2.73095703125,-3.184839963912964,3.3501389026641846,3.213109016418457,-3.205410957336426,-2.1721479892730713,2.563467025756836,-1.942571997642517,-1.9708659648895264,-4.036860942840576,1.0547699928283691,-3.892591953277588,2.7068440914154053,-4.512260913848877,0.43950700759887695,0.8353360295295715,-3.1872289180755615,-3.291390895843506,-0.02502099983394146,2.711461067199707,-1.0861079692840576,-1.3772879838943481,-0.8536440134048462,1.2128959894180298,2.580923080444336,0.8640109896659851,-3.2230300903320312,-1.1769729852676392,-1.1739100217819214,0.10190600156784058,2.4712560176849365,1.1946239471435547,-3.7474870681762695,-2.6605889797210693,0.24084700644016266,1.3110079765319824,-2.472996950149536,-4.12874698638916,-2.781550884246826,2.4609758853912354,-1.2106009721755981,-2.9258780479431152,2.5707108974456787,-1.9674839973449707,-4.064859867095947,3.2476189136505127,1.8915220499038696,1.057790994644165,1.9814590215682983,-3.1216259002685547,-1.373926043510437,-1.6977579593658447,2.2992470264434814,-3.0369009971618652,-3.4639530181884766,-3.774341106414795,-3.817289113998413,-0.1398240029811859,-0.5306820273399353,2.0557730197906494,0.1873590052127838,-1.9404749870300293,1.5644550323486328,-1.2591609954833984,-1.3479570150375366,-0.6546099781990051,-1.0244970321655273,-2.8144619464874268,-2.8279290199279785,-3.630985975265503,-1.5652250051498413,0.605758011341095,-2.0120980739593506,1.4196439981460571,-0.44815701246261597,-1.0025420188903809,-3.707005023956299,2.4511220455169678,3.027998924255371,-1.1797829866409302,-0.7282440066337585,0.8100919723510742,-3.423487901687622,2.7529120445251465,1.7922049760818481,2.9350249767303467,-3.507477045059204,2.7928309440612793,1.0293539762496948,-1.2971370220184326,2.5904829502105713,1.7642649412155151,3.213701009750366,2.75758695602417,2.177812099456787,0.9171249866485596,-1.9652140140533447,-1.6081739664077759,0.7487509846687317,-3.213660955429077,-4.411787033081055,1.013368010520935,-1.8131639957427979,-1.1667239665985107,-0.7140880227088928,2.3403639793395996,-0.5748729705810547,-0.5447390079498291,0.43880900740623474,-1.0758559703826904,-0.21028299629688263,1.2351969480514526,-3.156419038772583,1.890745997428894,0.433694988489151,-0.6094769835472107,-0.9847840070724487,3.2884600162506104,3.2648580074310303,-2.9331250190734863,0.6909999847412109,-2.1159400939941406,1.600579023361206,-1.1191409826278687,-1.269068956375122,-3.382524013519287,1.1353039741516113,-2.32283091545105,1.2794270515441895,-1.2508950233459473,0.3402009904384613,0.4150730073451996,0.35036700963974,0.11544899642467499,0.04879499971866608,-2.4967219829559326,-3.077877998352051,-1.8407119512557983,2.879534959793091,3.0729219913482666,-3.2073349952697754,-0.729013979434967,2.9712820053100586,1.009013056755066,-1.3171789646148682,3.1932570934295654,-1.8074430227279663,0.19659100472927094,2.696645975112915,-3.078402042388916,2.1925039291381836,2.277323007583618,-3.0383729934692383,-2.023340940475464,0.26177701354026794,-3.862562894821167,-4.1507978439331055,2.869817018508911,0.026969999074935913,-3.214725971221924,-4.11112117767334,-3.189318895339966,-3.1880478858947754,-4.050594806671143,-4.517023086547852,1.3848539590835571,-3.517728090286255,-0.3860209882259369,1.114799976348877,1.3298640251159668,0.6821420192718506,2.8068530559539795,-2.3652820587158203,-3.2487740516662598,-1.337162971496582,0.1125980019569397,-2.0735859870910645,-1.5497740507125854,-4.47267484664917,2.42179799079895,-3.464092969894409,2.213279962539673,-3.2316219806671143,-0.6003559827804565,-2.9472970962524414,3.009018898010254,-0.23267999291419983,-0.5503110289573669,0.8659440279006958,0.2908490002155304,-1.2834299802780151,-1.073598027229309,0.4419350028038025,1.9476100206375122,1.909801959991455,2.315661907196045,2.284893035888672,-3.251091957092285,0.19198699295520782,-3.605609893798828,-1.8091330528259277,2.3752329349517822,2.8976058959960938,-1.9207450151443481,0.06229399889707565,2.652730941772461,-2.0169339179992676,1.2861160039901733,0.27046000957489014,-0.10095400363206863,0.22595900297164917,3.3043630123138428,1.1049259901046753,-0.17948099970817566,-1.2876620292663574,1.1898410320281982,-3.898015022277832,1.1549819707870483,1.0687559843063354,-2.0541200637817383,1.0198299884796143,1.7038849592208862,-0.1806190013885498,1.242480993270874,3.0470590591430664,0.5414419770240784,1.1723819971084595,0.9337729811668396,1.9379119873046875,1.0574439764022827,1.7246060371398926,0.8443869948387146,-1.731484055519104,-4.24679708480835,1.8411749601364136,2.1220319271087646,-0.6766160130500793,2.9769749641418457,2.570888042449951,0.21439999341964722,0.9907910227775574,0.6515809893608093,2.420957088470459,-2.6889638900756836,3.301820993423462,-1.3653490543365479,-2.693635940551758,-1.3110320568084717,1.1973789930343628,1.2908530235290527,-0.6572539806365967,1.1499830484390259,-4.55056619644165,-2.0611820220947266,-4.18437385559082,-1.6038089990615845,-1.164355993270874,2.6182680130004883,2.958559036254883,-1.3034900426864624,-0.12218599766492844,-0.39781099557876587,-3.407443046569824,2.8784570693969727,2.0389928817749023,0.18295599520206451,-1.8660839796066284,-1.037574052810669,-3.2203330993652344,-2.712233066558838,-2.8970069885253906,-4.400804042816162,-3.211728096008301,2.576046943664551,-1.4113479852676392,-1.951380968093872,-4.003355026245117,2.4488160610198975,-3.692106008529663,-1.4688600301742554,0.9267889857292175,3.1445391178131104,0.7456849813461304,2.370918035507202,-2.3755381107330322,0.5596160292625427,-3.549072027206421,-0.03973200172185898,0.9689339995384216,1.1877269744873047,0.9666320085525513,2.273056983947754,-0.44500499963760376,-3.1925230026245117,0.09475299715995789,-2.142780065536499,3.01016902923584,-1.0971829891204834,2.852263927459717,-2.233046054840088,-1.182616949081421,0.09886100143194199,0.6657840013504028,-3.8707780838012695,-0.7520520091056824,3.17903208732605,-3.1901469230651855,0.853609025478363,1.129855990409851,0.7089409828186035,0.3980009853839874,-4.367293834686279,0.8687250018119812,1.3482919931411743,0.09576199948787689,-1.682034969329834,-0.3747580051422119,-1.3150969743728638,0.3004840016365051,-3.229001998901367,-4.085231781005859,-2.214585065841675,-1.3788820505142212,-0.7371389865875244,1.605396032333374,1.1551250219345093,-1.7161970138549805,-3.7454121112823486,-2.713789939880371,-2.303828001022339,2.9109880924224854,-0.6630880236625671,-1.8407549858093262,1.1134389638900757,-2.375938892364502,0.7140769958496094,0.5471969842910767,-1.0777709484100342,-0.4227910041809082,0.8206369876861572,1.2285059690475464,2.9841060638427734,-2.3449409008026123,1.3699140548706055,-2.1134440898895264,-1.6704250574111938,-2.720496892929077,-1.0000250339508057,-0.9816269874572754,1.901731014251709,2.541594982147217,2.567223072052002,-0.9615610241889954,2.212337017059326,1.4049509763717651,0.5131350159645081,-3.696047067642212,1.2868520021438599,-4.102964878082275,1.9446899890899658,2.5781679153442383,1.852288007736206,2.8774430751800537,2.688755989074707,2.528662919998169,-1.810181975364685,-3.1881508827209473,1.2729359865188599,3.172698974609375,-4.103544235229492,-1.5753090381622314,1.2436230182647705,-0.889182984828949,1.6233359575271606,-1.7523690462112427,0.6466559767723083,-2.2779459953308105,-0.2506900131702423,-1.5068880319595337,1.4610389471054077,2.390872001647949,0.9423159956932068,-1.2466109991073608,1.8004529476165771,-3.8436379432678223,0.7395939826965332,-1.5912790298461914,2.4766790866851807,-1.1098910570144653,-4.233157157897949,-0.9552900195121765,0.6762890219688416,-1.1863460540771484,1.1451350450515747,2.1960370540618896,1.4495879411697388,-1.2261639833450317,0.48160699009895325,2.727566957473755,1.7396299839019775,-1.8359869718551636,1.7673029899597168,2.5711710453033447,2.250044107437134,2.267827033996582,-1.035207986831665,-1.0011199712753296,-2.315110921859741,-1.129804015159607,-1.9924579858779907,0.16702499985694885,-3.2178409099578857,-1.7296710014343262,0.4658829867839813,0.419046014547348,-2.4046690464019775,2.383150100708008,-0.713392972946167,-3.7642529010772705,2.8569130897521973,-2.0146660804748535,-2.6504549980163574,-1.5089609622955322,-1.4515860080718994,-3.674185037612915,-2.7137060165405273,-1.0526820421218872,-1.0900779962539673,1.4313329458236694,0.9639949798583984,-0.4606980085372925,1.5336999893188477,-4.025387763977051,3.0112359523773193,1.799502968788147,-2.9976398944854736,-3.050179958343506,-2.023766040802002,-2.986877918243408,-2.9521260261535645,1.4624329805374146,-1.1829830408096313,0.6106849908828735,-1.3757109642028809,3.001089096069336,-0.7378720045089722,-3.145556926727295,3.2622671127319336,-0.35846298933029175,1.0934369564056396,1.9153200387954712,-0.8665770292282104,-0.6796810030937195,-3.5492069721221924,-2.199639081954956,-4.214057922363281,0.4856399893760681,-1.5513709783554077,0.3613319993019104,0.5138120055198669,2.222393035888672,2.5903730392456055,1.4599970579147339,-1.177569031715393,2.990480899810791,-3.1932530403137207,2.1130099296569824,3.27681303024292,-2.4942750930786133,2.491239070892334,-3.174288034439087,1.2504780292510986,-1.0462590456008911,2.5589959621429443,0.9661489725112915,0.8757749795913696,-3.1953771114349365,-2.5938119888305664,1.9336509704589844,1.1960430145263672,2.92826509475708,-0.055139001458883286,1.205886960029602,-3.254615068435669,-0.6747549772262573,0.35119199752807617,-3.4337430000305176,0.46704399585723877,-2.5246191024780273,1.9780550003051758,-0.7258909940719604,-3.7785849571228027,-2.6160600185394287,1.0326290130615234,2.8581650257110596,2.505963087081909,3.1078948974609375,2.1223180294036865,1.9288469552993774,1.6951329708099365,-0.9658250212669373,-0.6922190189361572,1.3970119953155518,1.4843699932098389,2.392350912094116,1.879446029663086,2.347620964050293,2.989564895629883,0.6844800114631653,1.7190749645233154,0.7234249711036682,-0.4816719889640808,-4.196132183074951,-0.6119880080223083,-2.0775179862976074,-0.9523230195045471,-0.6492570042610168,1.867853045463562,3.2299818992614746,-3.202286958694458,-0.5665339827537537,0.8076859712600708,2.3318209648132324,-4.065980911254883,2.6747360229492188,-4.189507961273193,1.8512669801712036,-1.3993550539016724,1.323248028755188,1.7707079648971558,2.924696922302246,2.7499840259552,-2.6381590366363525,-4.581153869628906,-1.8293650150299072,2.726876974105835,-0.11069700121879578,-1.0154399871826172,-1.9423049688339233,0.4075300097465515,0.43042901158332825,2.525583028793335,-2.143627882003784,2.127021074295044,-3.1325979232788086,-3.1588668823242188,-1.4456919431686401,-4.1827287673950195,-2.9787139892578125,0.7629500031471252,2.1151700019836426,-0.08664699643850327,2.7769229412078857,-3.2736260890960693,-1.5797929763793945,2.584494113922119,-0.7431100010871887,0.22352099418640137,-2.9816761016845703,-2.644547939300537,2.1833488941192627,-2.299285888671875,-4.14850378036499,-0.8834810256958008,2.912368059158325,-4.476795196533203,-0.2538450062274933,-1.8744029998779297,-1.0395569801330566,-0.8350260257720947,-3.524796962738037,-3.984736919403076,-0.5938349962234497,-0.9679530262947083,-1.824416995048523,2.388029098510742,-0.4186669886112213,-1.1724220514297485,-0.5133579969406128,-1.735079050064087,-0.44708898663520813,0.8907930254936218,-0.5635899901390076,2.411175012588501,-1.726760983467102,2.482774019241333,-0.517920970916748,2.04065203666687,-1.863515019416809,2.943260908126831,2.51676607131958,-4.429088115692139,-1.9273430109024048,-2.007143974304199,-2.899374008178711,-0.5996869802474976,-1.8275829553604126,2.2504019737243652,2.739677906036377,3.2099030017852783,2.682276964187622,-1.1292660236358643,-0.8520100116729736,0.8531569838523865,0.013012999668717384,-0.9196249842643738,1.9123179912567139,-3.222385883331299,1.3593369722366333,2.7953550815582275,0.8862980008125305,-3.233591079711914,2.8919060230255127,-2.37916898727417,-2.4538960456848145,2.3754830360412598,-1.814573049545288,-1.577828049659729,2.431612968444824,2.4071691036224365,-3.5550448894500732,-0.6260300278663635,2.559351921081543,0.0792590007185936,-1.9657659530639648,0.5035250186920166,0.8038489818572998,1.1353590488433838,2.949841022491455,3.0625059604644775,0.015060000121593475,2.8380119800567627,-0.40128499269485474,0.9874070286750793,-2.677320957183838,2.4503300189971924,-3.8825199604034424,2.6219890117645264,2.1909210681915283,-2.701606035232544,2.6688919067382812,-1.477283000946045,3.1176669597625732,2.3763198852539062,0.4006960093975067,-3.4487850666046143,0.5104889869689941,0.7060340046882629,-3.3709769248962402,-1.229151964187622,2.531569004058838,1.2547990083694458,-0.6311060190200806,-3.9273838996887207,-1.58303701877594,1.2979240417480469,-0.3365679979324341,-1.9617849588394165,3.1229429244995117,-1.6210910081863403,-1.9141689538955688,0.6234790086746216,0.936486005783081,-2.718425989151001,2.2841880321502686,-2.2039220333099365,-1.0422769784927368,-0.9057419896125793,1.5778119564056396,3.0584139823913574,0.7485049962997437,-1.1044479608535767,-4.652906894683838,-3.191335916519165,2.328550100326538,-1.1333789825439453,-1.1086030006408691,-4.136895179748535,1.580275058746338,-1.6753389835357666,1.3576849699020386,3.20135498046875,2.4952468872070312,-4.112513065338135,-3.529210090637207,1.5261310338974,1.7874170541763306,1.4019479751586914,2.7793331146240234,-2.865910053253174,3.2010059356689453,2.587354898452759,-1.2323789596557617,-1.0560749769210815,-2.2013440132141113,2.3711719512939453,-2.4041030406951904,-2.407560110092163,3.070249080657959,0.9278280138969421,-2.858819007873535,-2.7987449169158936,-3.250746011734009,-3.1811859607696533,-2.612168073654175,-2.1166040897369385,-1.0555340051651,-4.171432018280029,-2.3333749771118164,1.4747790098190308,-1.274170994758606,1.3628560304641724,-1.2995409965515137,0.764801025390625,3.0521819591522217,0.32394400238990784,2.8766860961914062,-3.4180099964141846,0.745635986328125,-2.193108081817627,-0.9278180003166199,-0.6149970293045044,-4.546407222747803,3.126389980316162,1.0653749704360962,1.2865240573883057,2.6488890647888184,-3.30195689201355,2.937516927719116,-1.4417810440063477,-3.2097320556640625,0.4868600070476532,2.539271116256714,-1.1540850400924683,1.6571509838104248,0.8325669765472412,-2.351546049118042,-4.113215923309326,2.9048240184783936,-2.9903910160064697,-3.1412360668182373,-3.5406410694122314,-3.6802918910980225,-1.3044120073318481,2.3121800422668457,-3.8783481121063232,-3.153533935546875,-3.2446229457855225,-1.8466750383377075,-1.4950850009918213,-0.9452930092811584,-1.451719045639038,-1.412287950515747,-4.2255377769470215,-4.563107013702393,-1.140213966369629,1.467290997505188,0.12067999690771103,-1.1033780574798584,-0.9478859901428223,-1.5299979448318481,2.617526054382324,1.9453099966049194,2.412938117980957,0.42498600482940674,-2.2231040000915527,0.36667099595069885,1.7302639484405518,2.9692471027374268,0.9488660097122192,-0.9699659943580627,-0.6889809966087341,-2.4109549522399902,-3.282866954803467,0.6680150032043457,2.460052967071533,-0.8988320231437683,-0.3883259892463684,1.8064830303192139,1.929574966430664,-1.5064829587936401,-4.0023112297058105,-1.731091022491455,-0.9805279970169067,-0.8891209959983826,1.6910560131072998,1.4433740377426147,-2.1315689086914062,-0.49999600648880005,1.0516639947891235,1.5907460451126099,-3.1768269538879395,-4.652943134307861,2.7090229988098145,0.22937799990177155,-0.03097900003194809,-1.0567229986190796,-2.33003306388855,-4.481287956237793,0.9804620146751404,2.24721097946167,-0.4068320095539093,1.0031390190124512,-0.7752289772033691,1.1292530298233032,-3.2234370708465576,-1.2981220483779907,-0.6289380192756653,1.9424270391464233,-4.291921138763428,1.584077000617981,-3.061534881591797,1.2235039472579956,-0.6711580157279968,0.9249089956283569,-4.174901962280273,-4.28113317489624,-4.329736232757568,-1.071984052658081,-3.976464033126831,-1.2888619899749756,-0.008414000272750854,0.32629698514938354,2.767503023147583,-0.363523006439209,3.143239974975586,0.15525199472904205,2.6948440074920654,-3.952078104019165,1.2009559869766235,-2.254117012023926,0.5084260106086731,-2.7815210819244385,-4.065577983856201,-0.5676469802856445,-1.4332690238952637,-4.1919379234313965,-0.9204599857330322,-1.2516390085220337,-0.5085600018501282,2.4646670818328857,2.8129420280456543,0.12035199999809265,0.3626059889793396,-0.45017799735069275,-3.1708459854125977,-0.4504159986972809,2.435662031173706,-3.961909055709839,-0.8893939852714539,-1.7519420385360718,-2.1322391033172607,2.0822439193725586,-0.9491339921951294,-1.1796660423278809,0.9709410071372986,1.576367974281311,-1.6910450458526611,-1.6729129552841187,-2.632035970687866,-1.735273003578186,-1.7612589597702026,-1.7905709743499756,-1.2211329936981201,0.43634599447250366,-3.1960110664367676,-2.1247360706329346,-3.209709882736206,1.9952739477157593,1.462623953819275,-3.174360990524292,-0.6174719929695129,-1.8357219696044922,0.49844300746917725,2.748260974884033,-3.964538097381592,2.895829916000366,2.677314043045044,-0.9520890116691589,-0.9627230167388916,2.8946590423583984,-4.543300151824951,-1.3168020248413086,1.5698210000991821,-1.0050749778747559,2.669015884399414,0.6162779927253723,-0.4217190146446228,-4.4534149169921875,1.842303991317749,3.2561540603637695,-4.556941986083984,-1.1920000314712524,-3.189903974533081,1.51242995262146,0.5677099823951721,-2.935127019882202,2.222470998764038,-1.531512975692749,1.4637670516967773,2.958211898803711,2.2001841068267822,3.034298896789551,1.6575429439544678,-0.9448580145835876,1.6449220180511475,2.3196771144866943,0.1843239963054657,-3.236891984939575,-3.155816078186035,-3.556519031524658,-1.1810400485992432,2.320693016052246,-2.5327770709991455,-3.3192648887634277,-3.2553200721740723,1.7325439453125,2.692025899887085,-2.182929039001465,1.1226489543914795,2.55023193359375,0.8360080122947693,-3.3800439834594727,-0.9042419791221619,-4.163716793060303,-1.6305409669876099,-0.7909849882125854,1.2642539739608765,1.4547150135040283,0.29065999388694763,0.973809003829956,2.5146830081939697,-2.1252849102020264,-1.6189420223236084,0.9503690004348755,-1.9408589601516724,-1.7558640241622925,-2.172959089279175,1.5292749404907227,-4.036086082458496,-3.171175003051758,3.101433038711548,1.098796010017395,-4.53532600402832,-3.1539878845214844,-3.235836982727051,1.9964300394058228,1.0098559856414795,3.1685149669647217,-4.024356842041016,-4.502871990203857,1.029109001159668,-3.35036301612854,-1.4882190227508545,0.21386000514030457,-0.1917569935321808,2.961796998977661,-0.8063629865646362,2.523340940475464,2.5870189666748047,1.1538649797439575,-4.172682762145996,-3.398397922515869,-0.9037690162658691,2.0393009185791016,2.53528094291687,2.451698064804077,-2.491668939590454,-0.006585000082850456,-3.5499119758605957,-4.379868984222412,0.1774200052022934,-0.9825009703636169,-3.2247800827026367,-0.08384200185537338,1.2395139932632446,1.4916460514068604,-0.3926129937171936,-0.6100299954414368,-0.48013201355934143,-1.0644530057907104,-2.3582890033721924,-0.0010140000376850367,1.2095179557800293,2.071645975112915,-1.4629780054092407,0.7246339917182922,-1.8321369886398315,-2.5477850437164307,-1.570613980293274,-2.433290958404541,-4.530572891235352,3.1251471042633057,-1.2185800075531006,-1.761072039604187,1.9703119993209839,0.6573629975318909,-1.0639159679412842,2.708138942718506,2.1183528900146484,-3.4222829341888428,-4.589738845825195,2.257050037384033,2.773822069168091,2.462322950363159,1.644392967224121,-2.6647799015045166,-2.1949989795684814,2.278398036956787,0.9862490296363831,1.9862550497055054,1.8147530555725098,0.6226289868354797,0.9626849889755249,-1.449977993965149,-1.1497349739074707,-0.08064799755811691,2.9303410053253174,-2.3775010108947754,2.3930130004882812,-0.4958510100841522,3.308056116104126,-4.407663822174072,-0.7728639841079712,0.184239000082016,0.87363201379776,-0.9466480016708374,2.217344045639038,0.4181160032749176,-1.2234840393066406,2.0043649673461914,2.6930909156799316,-0.29830101132392883,-1.6461549997329712,-0.8844019770622253,2.0215160846710205,3.3064019680023193,2.078773021697998,-0.931551992893219,-1.7050620317459106,-3.1829469203948975,-4.550681114196777,-4.077910900115967,-0.7471370100975037,0.21470299363136292,-1.8309459686279297,-1.907410979270935,2.4179680347442627,-1.9685449600219727,-2.197732925415039,-3.2395880222320557,-1.4228780269622803,-1.5239909887313843,-1.8862539529800415,-2.3404459953308105,2.7305469512939453,-4.652810096740723,2.7580809593200684,-1.2060799598693848,2.707977056503296,-3.855541944503784,2.3602750301361084,-1.7405019998550415,0.264955997467041,-1.223544955253601,-3.6184918880462646,-2.8407399654388428,-4.434117794036865,-0.6334440112113953,-2.2104170322418213,-0.26857298612594604,-1.1552289724349976,1.5287400484085083,1.2429499626159668,2.2571749687194824,-3.1699330806732178,2.6541199684143066,-2.2127668857574463,3.0352869033813477,-0.19189099967479706,0.8576809763908386,2.962904930114746,-0.267657995223999,-1.6018940210342407,-1.6770060062408447,1.5067989826202393,1.9590009450912476,1.161020040512085,-1.2732160091400146,-1.244928002357483,-2.4585559368133545,-4.303077220916748,-4.275506019592285,-1.5785789489746094,-0.7131869792938232,2.202099084854126,-1.5938570499420166,1.3138890266418457,1.8993010520935059,-0.5648800134658813,-1.744724988937378,1.9832090139389038,-2.4894299507141113,1.5154240131378174,2.66601300239563,2.7114291191101074,-1.1570359468460083,3.1882259845733643,2.466214895248413,2.877600908279419,2.797063112258911,1.3763680458068848,-1.1995999813079834,-4.093346118927002,-1.2679320573806763,2.2141120433807373,2.8821420669555664,2.024322032928467,2.5186541080474854,1.4515490531921387,1.869724988937378,2.649959087371826,-1.0513479709625244,-1.328834056854248,2.290152072906494,-3.64609694480896,1.0846240520477295,-1.1503490209579468,-1.371809959411621,0.10785199701786041,0.1846970021724701,2.950040102005005,-1.4653129577636719,-1.4481539726257324,2.0569419860839844,2.1043660640716553,-4.095516204833984,1.450078010559082,0.470878005027771,3.0164220333099365,0.5295370221138,-4.126340866088867,1.8431910276412964,-2.37282395362854,2.7139930725097656,0.6881700158119202,-0.32591599225997925,1.1916359663009644,-3.2502050399780273,2.64876389503479,-1.256721019744873,-4.441747188568115,0.04204599931836128,0.14997300505638123,-2.2555930614471436,-3.142941951751709,2.665908098220825,-1.5679850578308105,2.150876045227051,2.9530189037323,1.7535309791564941,-1.2057889699935913,3.129319906234741,-2.1712379455566406,1.8970190286636353,-3.8147220611572266,-1.162979006767273,1.508175015449524,-1.5744600296020508,3.2248411178588867,-0.8310120105743408,-1.4596840143203735,2.095536947250366,-0.9311760067939758,-1.7892639636993408,-3.2476489543914795,-3.2161550521850586,-4.139967918395996,-0.7388790249824524,-0.7288680076599121,1.831037998199463,-1.7897579669952393,-0.9975450038909912,-1.5956790447235107,-0.3831619918346405,-0.09279300272464752,-0.8786290287971497,0.8619459867477417,-1.273015022277832,1.611719012260437,2.486319065093994,-0.3497470021247864,-1.1154990196228027,-3.9855339527130127,-3.580267906188965,-1.9731320142745972,-2.853231906890869,-4.4927849769592285,-1.010727047920227,0.7750430107116699,-3.5119500160217285,-3.5901620388031006,-1.5323760509490967,2.7692439556121826,-1.5642460584640503,-2.6388609409332275,-3.201231002807617,2.984977960586548,-1.1319069862365723,1.459159016609192,2.9767589569091797,-2.0300350189208984,-4.1042280197143555,-1.7767059803009033,1.1736949682235718,1.1664470434188843,-4.127970218658447,0.9340350031852722,1.7094630002975464,-1.0673160552978516,-0.017867999151349068,1.6472599506378174,2.461160898208618,2.4795620441436768,-2.9924631118774414,-3.0136489868164062,-2.8732409477233887,-2.8045480251312256,-0.8190529942512512,-0.022679999470710754,-1.2578010559082031,-1.6042050123214722,-2.525576114654541,-4.038753986358643,-4.280074119567871,2.0292680263519287,0.26344001293182373,0.28672200441360474,-1.536402940750122,2.7822439670562744,1.7275099754333496,-3.251718044281006,-4.495922088623047,1.2863359451293945,1.9466320276260376,-2.6013801097869873,2.6761879920959473,-1.0899419784545898,-4.513782978057861,-3.257805109024048,-2.483232021331787,-0.06946499645709991,-3.9806389808654785,0.08586499840021133,-0.297791987657547,1.5894110202789307,2.81864595413208,0.09848099946975708,-0.1190750002861023,-1.3825160264968872,-2.7058539390563965,1.737494945526123,-1.4960349798202515,2.445338010787964,-3.6155591011047363,-0.9585019946098328,1.8800220489501953,2.6890969276428223,2.779400110244751,-3.038362979888916,0.1545110046863556,-3.7342209815979004,-2.5258688926696777,-0.47780901193618774,-3.5254709720611572,-2.540242910385132,-1.352154016494751,2.794631004333496,-1.2212949991226196,2.2035250663757324,-2.2056660652160645,-2.338778018951416,-1.7992990016937256,-3.199655055999756,-3.201556921005249,0.9760929942131042,2.2340519428253174,1.3675260543823242,-1.525884985923767,-2.0663158893585205,-3.80764102935791,-2.0823049545288086,-2.460103988647461,0.3920249938964844,-1.2741539478302002,2.2280399799346924,-4.266071796417236,-3.234462022781372,-0.4225339889526367,1.538540005683899,1.1098480224609375,-3.2418479919433594,-3.312074899673462,2.501668930053711,-1.4853650331497192,2.6033990383148193,1.5953530073165894,-1.1441479921340942,1.449105978012085,2.21048903465271,2.1862189769744873,0.16211700439453125,-0.8260290026664734,2.3849759101867676,2.5691750049591064,-3.213115930557251,-0.9175080060958862,2.1882851123809814,1.2761659622192383,1.7582459449768066,2.8923089504241943,2.506514072418213,2.164109945297241,-3.6132969856262207,0.7417550086975098,3.3175649642944336,-1.0664360523223877,-3.692326068878174,3.293498992919922,-4.652810096740723,-3.4579060077667236,-1.7024650573730469,1.1612509489059448,1.8332829475402832,2.734827995300293,-1.1024030447006226,-1.1138230562210083,1.8839720487594604,3.230545997619629,-3.193319082260132,-3.1937620639801025,-1.2953890562057495,-1.2138739824295044,2.070035934448242,0.8588690161705017,1.1969480514526367,-2.797698974609375,1.948593020439148,2.380974054336548,2.4317500591278076,-1.3176560401916504,-3.738842010498047,1.5795860290527344,2.7592899799346924,2.1282999515533447,-0.907804012298584,-1.3172550201416016,3.1948249340057373,2.499746084213257,-1.716588020324707,-0.7433559894561768,-3.181360960006714,-4.652703762054443,-0.6915590167045593,2.75899600982666,-1.500777006149292,0.9902240037918091,0.044491998851299286,-1.3514729738235474,-2.550081968307495,0.9156919717788696,0.904308021068573,1.6289050579071045,-0.6050999760627747,-0.6586049795150757,0.9852020144462585,1.7774569988250732,-1.875596046447754,-2.982974052429199,-2.9760470390319824,2.871476888656616,-3.459645986557007,-3.825413942337036,2.115633010864258,3.0875589847564697,-1.596305012702942,1.6691490411758423,1.9529650211334229,-0.9943439960479736,-2.3098180294036865,-4.02557897567749,0.2815859913825989,-1.3434250354766846,-4.113455772399902,-3.1876919269561768,-1.9978410005569458,-0.5110049843788147,2.8992509841918945,-3.246772050857544,-1.5487940311431885,-0.7641879916191101,-1.2563170194625854,-4.078385829925537,-3.8125650882720947,-3.188724994659424,-3.4291820526123047,3.215001106262207,-3.433434009552002,-2.163198947906494,-3.1781630516052246,-0.9335610270500183,-0.6279399991035461,-1.3459409475326538,-3.6493899822235107,0.036687999963760376,-0.6252790093421936,1.0233269929885864,1.0216469764709473,-0.7801340222358704,-1.8823250532150269,-1.2912219762802124,-0.07501299679279327,1.9026910066604614,-3.707612991333008,-0.17246800661087036,0.949845016002655,2.753000020980835,1.309440016746521,-0.5898249745368958,-1.3860059976577759,-1.0623079538345337,-1.0181560516357422,-0.04053200036287308,-4.157008171081543,-1.1824170351028442,0.6941760182380676,-1.369307041168213,1.8762810230255127,3.0882411003112793,-2.8597779273986816,-3.2283289432525635,-1.649873971939087,-0.9164999723434448,1.083503007888794,-0.5700129866600037,1.5966349840164185,-0.6686229705810547,-4.516035079956055,-3.1835169792175293,-4.242185115814209,-1.0360499620437622,-1.3026349544525146,0.6999610066413879,2.212080955505371,-1.53364098072052,1.1827059984207153,2.4169020652770996,2.8542089462280273,-1.0152490139007568,0.8757609724998474,-3.136981964111328,2.899014949798584,2.91709303855896,0.40611299872398376,-3.210447072982788,2.0723519325256348,-1.0990370512008667,2.2095460891723633,2.985366106033325,-0.8275129795074463,-2.044128894805908,2.0033679008483887,3.1227190494537354,-0.9988999962806702,3.2771849632263184,2.3117079734802246,-1.6540499925613403,-3.244515895843506,-1.6898740530014038,-3.2921149730682373,-2.289853096008301,-4.125339984893799,2.189013957977295,-3.8953969478607178,-3.2700679302215576,2.959760904312134,-1.714326024055481,-3.3449978828430176,-1.3847190141677856,-0.31069499254226685,-1.8750799894332886,0.04492099955677986,0.6502040028572083,2.540877103805542,2.914642095565796,-3.4597439765930176,0.19447700679302216,1.0284409523010254,2.506171941757202,2.7749500274658203,-4.133163928985596,0.17012399435043335,2.1400949954986572,-3.19084095954895,0.42505699396133423,-1.228564977645874,-0.31113800406455994,-4.283367156982422,-3.3751420974731445,-1.7421530485153198,1.3905620574951172,-4.419787883758545,1.30901300907135,-1.0690419673919678,-2.00034499168396,0.7478539943695068,-0.8432289958000183,-2.019131898880005,2.534229040145874,1.7060749530792236,-2.7957520484924316,1.1183689832687378,-2.679738998413086,2.155611991882324,-0.4267590045928955,-2.6936089992523193,-1.3925800323486328,-1.453315019607544,-0.6374549865722656,1.1975669860839844,-2.3356919288635254,2.306830883026123,-1.234123945236206,2.338690996170044,-1.1762629747390747,1.7931890487670898,-1.5261640548706055,1.099560022354126,-1.64643394947052,-0.5781400203704834,0.4992069900035858,-1.6963050365447998,3.051398992538452,-3.2237040996551514,-0.8667280077934265,1.4857139587402344,-1.519260048866272,2.84708309173584,-3.2060770988464355,3.2804551124572754,-1.7641940116882324,1.8447550535202026,-1.9259300231933594,-2.5744550228118896,-4.039706230163574,-3.1015570163726807,-0.9813290238380432,3.0873169898986816,-0.7571660280227661,-4.139970779418945,1.5810120105743408,-4.097679138183594,-4.130116939544678,-4.136972904205322,2.592003107070923,2.09037709236145,-1.8006069660186768,-1.699903964996338,-4.11972713470459,-1.9883090257644653,3.2736380100250244,2.128994941711426,-3.7339589595794678,-0.15771299600601196,2.2568159103393555,-0.7875739932060242,-4.594278812408447,-1.843580961227417,1.993688941001892,2.898026943206787,-2.7138009071350098,0.2677209973335266,-3.476046085357666,1.6862759590148926,-3.5132529735565186,-0.166361004114151,1.6150100231170654,-3.2124290466308594,-3.2487430572509766,-2.3900349140167236,-3.1991779804229736,1.4953420162200928,-3.2194390296936035,-3.2274169921875,-2.0348711013793945,-2.105401039123535,-1.4523169994354248,2.9333040714263916,0.5057870149612427,0.5055959820747375,0.22732700407505035,0.2286210060119629,1.4644279479980469,2.2692980766296387,-2.5604660511016846,2.380434036254883,-1.1791820526123047,3.1070098876953125,-3.0083529949188232,-2.2153160572052,2.559520959854126,2.7472870349884033,-1.325234055519104,0.3517090082168579,-3.2807118892669678,0.5279470086097717,-0.987076997756958,1.2989749908447266,1.3294719457626343,1.8216559886932373,-3.9410269260406494,-2.395193099975586,-1.0310720205307007,1.7363239526748657,3.307913064956665,-1.8251490592956543,-1.4288029670715332,-4.108609199523926,2.5473198890686035,2.214808940887451,2.5182650089263916,-4.404858112335205,-4.6529221534729,-3.218514919281006,-3.9339759349823,-3.956171989440918,-1.75764799118042,-3.9257969856262207,1.1469119787216187,-3.9728360176086426,-3.3394529819488525,2.8133699893951416,-0.24606899917125702,1.995519995689392,-1.8101609945297241,2.3519649505615234,1.8660809993743896,3.243541955947876,1.8704710006713867,0.8547980189323425,-3.206295967102051,-0.5944010019302368,0.28460198640823364,1.2854100465774536,2.5591959953308105,2.6896989345550537,2.420396089553833,-2.967967987060547,1.7821320295333862,-1.1002869606018066,3.0672450065612793,2.6653599739074707,1.0468729734420776,1.0692850351333618,0.4860439896583557,-0.4802379906177521,2.2772951126098633,-3.149837017059326,1.8111330270767212,0.6435419917106628,2.1711349487304688,1.311890959739685,-1.1871219873428345,-3.564723014831543,1.6390290260314941,-0.5600190162658691,2.3227579593658447,-4.171018123626709,1.800294041633606,1.9805079698562622,-4.11378288269043,-3.2208259105682373,1.100937008857727,-0.8759549856185913,3.065937042236328,1.3043019771575928,1.0260909795761108,-2.777570962905884,2.6448090076446533,-0.6998639702796936,-1.0212750434875488,-1.6391910314559937,-1.683905005455017,-1.8342399597167969,-1.3704930543899536,-2.2369139194488525,0.4027400016784668,0.3223539888858795,2.6485750675201416,2.535907030105591,-2.950731039047241,-2.8469901084899902,2.317662000656128,-2.4375081062316895,-3.1938230991363525,-0.09978099912405014,-2.755748987197876,-1.0693570375442505,-0.5349060297012329,-0.784263014793396,-2.502469062805176,-1.7590769529342651,1.1011979579925537,2.782562017440796,-0.2427459955215454,2.641515016555786,-3.3846819400787354,2.0857250690460205,-2.4184420108795166,-2.795393943786621,-0.7388849854469299,0.4314199984073639,-2.2846031188964844,0.978206992149353,2.736180067062378,0.9359380006790161,2.5881168842315674,-0.6174589991569519,2.0121190547943115,-0.855991005897522,2.8085830211639404,2.829413890838623,-1.2160450220108032,-2.1767489910125732,-2.3304080963134766,-1.1128089427947998,-1.6175669431686401,-2.104614019393921,3.0554049015045166,-2.95563006401062,-2.97971510887146,2.858414888381958,-0.7490779757499695,-3.177233934402466,0.8687520027160645,2.441162109375,0.6590579748153687,-1.9175629615783691,1.674088954925537,2.241218090057373,-4.447882175445557,1.5978440046310425,1.8433059453964233,0.09557600319385529,-3.2476439476013184,-3.262465000152588,2.9411230087280273,2.8171451091766357,2.7149360179901123,-0.4387179911136627,-4.160775184631348,-2.4186389446258545,-1.4041680097579956,-2.326421022415161,3.3169450759887695,0.1990409940481186,-0.5844489932060242,2.2718660831451416,-1.8443020582199097,-2.6169750690460205,-1.324465036392212,-3.567326068878174,-2.473453998565674,0.4582360088825226,1.9755150079727173,1.0178380012512207,-1.0418590307235718,2.802968978881836,2.931781053543091,2.5739619731903076,-2.8771049976348877,2.991774082183838,1.6035150289535522,1.8080710172653198,-3.2269439697265625,-1.9054349660873413,3.0773379802703857,-2.7810568809509277,-2.383275032043457,-1.8716939687728882,2.9714860916137695,-4.155045986175537,2.7809159755706787,0.5260239839553833,1.4097590446472168,-3.6955349445343018,-1.4582949876785278,-3.2341060638427734,-0.9447129964828491,1.1517210006713867,2.4332358837127686,-1.6710669994354248,-1.0962519645690918,-1.4483319520950317,-0.013660999946296215,2.914931058883667,2.9998281002044678,1.3945770263671875,1.8501360416412354,1.032623052597046,2.3159520626068115,1.947679042816162,-3.689107894897461,0.5289459824562073,2.283864974975586,2.720041036605835,-4.149960994720459,1.0167160034179688,-2.840029001235962,2.72000789642334,-4.126680850982666,1.0479480028152466,2.738893985748291,2.39205002784729,1.9894089698791504,0.4795840084552765,-0.7242149710655212,-1.6080679893493652,2.0474350452423096,-1.2398420572280884,0.6205769777297974,-1.2154300212860107,-1.2521519660949707,3.2107350826263428,-2.567413091659546,1.5002349615097046,0.19354499876499176,0.40362799167633057,-3.6836960315704346,-2.120738983154297,1.5485600233078003,-0.981905996799469,-4.2418951988220215,2.581022024154663,1.6249669790267944,1.4190130233764648,1.1205639839172363,-2.0162150859832764,1.0651259422302246,2.152540922164917,2.1400959491729736,2.6083009243011475,-1.5343539714813232,-2.3263630867004395,-0.9705820083618164,-0.8380839824676514,-4.1472859382629395,2.2352750301361084,-1.9483389854431152,-2.1652779579162598,-3.196202039718628,2.9473938941955566,2.1608800888061523,3.245089054107666,-4.066918849945068,-3.752898931503296,-4.221621036529541,-2.395915985107422,-1.5801249742507935,3.1774210929870605,-0.5179589986801147,0.12909699976444244,-1.2414549589157104,0.7545740008354187,2.439318895339966,-3.224065065383911,-2.412045955657959,0.9842259883880615,-4.138060092926025,-3.222299098968506,-3.4352359771728516,0.9857169985771179,3.2777810096740723,-0.24325500428676605,1.9537550210952759,1.1668829917907715,-0.8714579939842224,2.4379971027374268,-1.5618890523910522,2.9819650650024414,1.337028980255127,-1.2255669832229614,-1.1468600034713745,-1.0818769931793213,-3.0457680225372314,2.6166629791259766,-1.878046989440918,-2.227004051208496,1.957049012184143,1.2655789852142334,1.5375540256500244,-3.108325958251953,-0.8744249939918518,2.03568696975708,-0.8114740252494812,-2.2964398860931396,1.4996989965438843,-3.118901014328003,-0.9027389883995056,2.3719229698181152,1.3980339765548706,-0.44600600004196167,-0.41903600096702576,-1.360319972038269,1.4111779928207397,-4.138233184814453,2.542834997177124,-0.9177700281143188,3.134639024734497,-3.215545892715454,0.6026319861412048,-0.9222319722175598,-3.3170390129089355,1.899893045425415,-0.11301799863576889,-0.88127601146698,-1.3419439792633057,1.7517980337142944,0.9722790122032166,1.8769290447235107,-1.9471689462661743,-0.803479015827179,1.3643250465393066,-3.6879780292510986,-2.7497060298919678,-0.6897919774055481,-1.5705159902572632,3.235722064971924,-1.507789969444275,-4.025362968444824,-1.9612029790878296,-3.328809976577759,-1.2865840196609497,0.7513579726219177,-0.8825770020484924,2.8444559574127197,1.501865029335022,-1.984158992767334,-1.9021650552749634,-3.947777032852173,-2.543445110321045,0.4589020013809204,0.1138480007648468,0.5813660025596619,0.16159500181674957,2.0767130851745605,2.8211159706115723,2.8385090827941895,1.2912119626998901,-3.3747830390930176,1.7687309980392456,-2.0870940685272217,0.23246100544929504,-4.370005130767822,-3.7561140060424805,-1.815335988998413,0.12860900163650513,-3.5890140533447266,2.135754108428955,0.9399449825286865,1.059664011001587,-1.7805559635162354,0.6820889711380005,1.901487946510315,-3.216111898422241,-0.8900859951972961,-1.1206979751586914,2.4494709968566895,1.0260030031204224,1.2112020254135132,-3.62267804145813,1.521028995513916,-3.6549670696258545,2.7729530334472656,1.5041840076446533,-4.603747844696045,1.6914219856262207,2.5421719551086426,0.2477719932794571,0.33701398968696594,1.6034090518951416,-2.855180025100708,-2.870965003967285,1.5907659530639648,0.45851001143455505,-2.2970728874206543,-1.19650399684906,2.1033599376678467,-4.143637180328369,1.8130719661712646,-0.8885390162467957,0.6844289898872375,2.8227179050445557,-0.915897011756897,-4.280091762542725,-4.345180034637451,-1.2894099950790405,-2.26092791557312,-3.040503978729248,-4.132576942443848,2.9478631019592285,0.7293810248374939,2.5973219871520996,-2.301692008972168,0.7817999720573425,-4.168344974517822,1.3483829498291016,-1.0814650058746338,0.5556660294532776,-2.1603450775146484,2.167495012283325,1.7843669652938843,2.2763729095458984,-0.1455489993095398,-0.9635729789733887,-0.9238119721412659,-1.4969429969787598,-1.080549955368042,1.0864009857177734,1.732293963432312,0.12945500016212463,2.985779047012329,2.10268497467041,-1.5286420583724976,0.01996999979019165,-3.220067024230957,-1.2484560012817383,-3.2278220653533936,1.162503957748413,1.0937060117721558,1.1959160566329956,3.2097980976104736,0.1645980030298233,0.2812249958515167,-4.194887161254883,-1.5298570394515991,3.1134541034698486,2.2121310234069824,-0.597212016582489,-0.9886549711227417,-1.0225019454956055,-2.829663038253784,-0.8656190037727356,-0.2362159937620163,3.082824945449829,2.436039924621582,-4.4348931312561035,-1.3343299627304077,-4.03053617477417,-4.029512882232666,2.7960000038146973,-2.9957079887390137,-1.9755009412765503,-1.6016459465026855,2.395543098449707,-3.9841859340667725,-3.6100099086761475,-1.092872977256775,-0.6428200006484985,1.145954966545105,-1.6804829835891724,-2.755750894546509,1.7292729616165161,-0.7360470294952393,-2.800692081451416,2.756649971008301,-3.597912073135376,-3.001758098602295,-2.3472979068756104,3.017362117767334,3.1365199089050293,-3.875153064727783,-0.6614069938659668,-1.6283999681472778,2.1355020999908447,-1.2964849472045898,2.6894431114196777,-0.8973469734191895,0.5204470157623291,-4.083972930908203,-4.620213985443115,2.1058731079101562,-2.600529909133911,-3.5318350791931152,2.1623079776763916,2.6000208854675293,-3.825300931930542,-3.885651111602783,0.8586819767951965,0.5577449798583984,1.2464959621429443,3.0968079566955566,3.214380979537964,2.2784249782562256,-2.4307820796966553,-0.9825990200042725,2.4109010696411133,-1.075888991355896,0.3168410062789917,-0.44512099027633667,-1.8102879524230957,-1.2316349744796753,-2.2261829376220703,0.4639489948749542,-4.652759075164795,-1.511361002922058,0.6492570042610168,-1.8973159790039062,1.4754209518432617,1.2664010524749756,0.8296160101890564,-0.2034039944410324,-1.083022952079773,-1.925402045249939,0.5525839924812317,0.5852689743041992,-0.09284699708223343,-2.5127060413360596,-1.456246018409729,-0.5726730227470398,-4.2337260246276855,-4.117860794067383,0.1800139993429184,-1.6061229705810547,2.158099889755249,2.641746997833252,-2.8342320919036865,-2.8924999237060547,3.0482840538024902,-0.43705299496650696,1.1604260206222534,-4.546885013580322,-3.15179705619812,2.8294119834899902,0.5003669857978821,0.4657779932022095,-0.5991550087928772,-4.0902299880981445,0.12008100003004074,-3.605118989944458,2.0620501041412354,-3.047597885131836,1.9133390188217163,2.2726941108703613,2.8944919109344482,-1.5840389728546143,-0.674813985824585,-2.381148099899292,1.041856050491333,-4.5926008224487305,-1.2822070121765137,-1.0133559703826904,-2.911468982696533,-0.9105759859085083,2.546772003173828,-2.1040210723876953,2.1798670291900635,-3.1506741046905518,-1.3066840171813965,2.634711980819702,2.66011905670166,-3.275070905685425,-1.2773220539093018,3.0077219009399414,-4.586867809295654,-4.624658107757568,-1.3409010171890259,-4.4630351066589355,2.4625089168548584,-2.7104721069335938,-1.2728400230407715,1.1234270334243774,0.8311730027198792,0.7367129921913147,-3.2048089504241943,-2.0360240936279297,2.7912139892578125,2.7361319065093994,3.0088629722595215,-3.114314079284668,0.5084900259971619,2.4462199211120605,-3.7200419902801514,0.12706400454044342,-2.829814910888672,-2.464411973953247,2.2982709407806396,-0.30103200674057007,-2.1300148963928223,-0.9626529812812805,0.20859399437904358,3.042393922805786,-3.195291042327881,-1.9589070081710815,2.466970920562744,-1.5745500326156616,-0.8739269971847534,-2.8962159156799316,0.10507100075483322,-0.48015299439430237,-0.07468599826097488,3.008249044418335,-2.1335830688476562,-3.2830970287323,-1.340865969657898,1.5652539730072021,1.2234539985656738,1.4201220273971558,1.598093032836914,1.028676986694336,-0.5175880193710327,-4.090252876281738,-3.087670087814331,-4.163160800933838,1.346680998802185,2.1129260063171387,-2.195089101791382,-4.329492092132568,-0.200314000248909,-1.0208890438079834,-4.482142925262451,3.165255069732666,0.7626579999923706,2.0592598915100098,1.9207910299301147,-1.9247349500656128,0.7899100184440613,-1.5865169763565063,2.212264060974121,-1.0349990129470825,2.734355926513672,3.275238037109375,-4.447659015655518,-4.504284858703613,-1.1723129749298096,0.6735209822654724,3.1115078926086426,-0.49906501173973083,-0.12025800347328186,3.2708098888397217,-0.7808480262756348,-3.715559959411621,2.0650100708007812,-0.8801779747009277,2.453684091567993,0.9113379716873169,0.9245880246162415,-1.6190760135650635,0.5012239813804626,-2.19498610496521,-0.2541170120239258,-4.05251407623291,-1.6087089776992798,-3.091974973678589,-0.26657700538635254,-2.338655948638916,-3.479811906814575,2.487710952758789,0.08853600174188614,-4.430753231048584,-2.611862897872925,-3.2118260860443115,1.3029340505599976,2.3060669898986816,-0.08246000111103058,-4.552303791046143,-4.501692771911621,-0.6145830154418945,-1.4131120443344116,-3.025196075439453,2.0353128910064697,-0.3989950120449066,2.7069079875946045,2.5276501178741455,-0.49234598875045776,2.965167999267578,0.9030420184135437,-4.090970039367676,1.8212430477142334,3.303054094314575,1.2750910520553589,-1.8490389585494995,-0.9569050073623657,-2.662522077560425,2.8718080520629883,-1.3069839477539062,-0.3165830075740814,-2.07794189453125,2.9034059047698975,2.9131240844726562,3.1683590412139893,1.6995739936828613,-0.08579599857330322,-3.213402032852173,0.8950080275535583,1.4158589839935303,-3.2142550945281982,2.4644129276275635,-3.619481086730957,2.2241220474243164,-0.5909990072250366,2.107887029647827,-4.342886924743652,-4.105471134185791,0.08098699897527695,-4.1123528480529785,-1.1422319412231445,-3.4540140628814697,-3.680803060531616,-0.12588800489902496,0.7634469866752625,-4.4249491691589355,1.6392979621887207,2.8315091133117676,3.2911179065704346,1.8134560585021973,-0.38863998651504517,1.3809070587158203,-2.889612913131714,-0.10236799716949463,-0.7952640056610107,-4.131013870239258,-3.292417049407959,2.2392640113830566,3.0654919147491455,1.8462170362472534,-0.06620000302791595,2.4941470623016357,1.7561630010604858,0.024775000289082527,-1.1644500494003296,-0.6960830092430115,2.986877918243408,0.39263200759887695,-2.957813024520874,-3.6934258937835693,-1.7070300579071045,2.614422082901001,-3.2067248821258545,0.3240480124950409,0.6180629730224609,-4.085635185241699,1.441804051399231,-1.578652024269104,-3.6006131172180176,1.0034610033035278,2.662242889404297,-4.028555870056152,0.8122119903564453,-1.381646990776062,-4.5492730140686035,-0.40793299674987793,-0.867264986038208,-0.7684890031814575,-2.905327081680298,-3.203779935836792,1.3231970071792603,0.3926840126514435,-3.6162478923797607,-0.825007975101471,2.498552083969116,-2.494926929473877,-3.197770118713379,-2.470194101333618,-3.213624954223633,0.8474910259246826,-0.9798129796981812,0.07660400122404099,-3.2058041095733643,-0.7713339924812317,1.2242519855499268,1.2012399435043335,-3.5850069522857666,-3.0149240493774414,0.02579299919307232,1.3370100259780884,2.5972070693969727,-3.542130947113037,-3.563117027282715,-3.1971089839935303,2.139009952545166,-3.433187961578369,-3.239314079284668,0.5253999829292297,-0.9307330250740051,-0.26658201217651367,3.221730947494507,0.08507300168275833,-4.130008220672607,-3.5920450687408447,-0.43042001128196716,-0.9864370226860046,-0.9608489871025085,-0.5403990149497986,2.9618940353393555,2.635617971420288,-1.3777480125427246,-1.906054973602295,-1.950145959854126,2.938091993331909,0.7462810277938843,3.1491739749908447,-0.3653919994831085,3.0011448860168457,-1.7258820533752441,-3.236377000808716,2.692995071411133,-1.2914719581604004,3.2273290157318115,0.9302809834480286,-3.146959066390991,1.0828239917755127,-4.088584899902344,-0.048204999417066574,1.434391975402832,-1.0879720449447632,-0.8833649754524231,2.820233106613159,-1.8900820016860962,-3.212357997894287,-3.238450050354004,0.7746909856796265,-2.326586961746216,2.893522024154663,3.32726788520813,-1.5635950565338135,0.12723299860954285,-1.5425219535827637,-1.4441289901733398,3.246135950088501,2.7055370807647705,1.4696409702301025,-1.9791929721832275,1.0466229915618896,-2.382704973220825,-3.235822916030884,-3.764056921005249,-0.7896010279655457,0.5106750130653381,-0.4294230043888092,-0.15643399953842163,2.6313400268554688,2.4325931072235107,-0.7012789845466614,1.181283950805664,-3.2437500953674316,-1.2851810455322266,0.9792349934577942,-3.8080430030822754,-3.1903460025787354,2.981872081756592,1.1792229413986206,-3.184907913208008,-4.090282917022705,1.137807011604309,-3.2062950134277344,-4.18986177444458,-4.2551469802856445,1.5877840518951416,0.6104009747505188,0.7577109932899475,-4.043450832366943,0.7089239954948425,-3.1880040168762207,2.040864944458008,-0.8279430270195007,-2.2576770782470703,3.214111089706421,-2.8261799812316895,-4.08525276184082,-1.694823980331421,-0.6840069890022278,-1.2362639904022217,2.7796730995178223,-0.1830199956893921,0.5073019862174988,2.3057680130004883,-3.248505115509033,-4.077597141265869,2.805690050125122,-4.450638771057129,-0.13698899745941162,-3.18046498298645,2.8327720165252686,-2.597594976425171,-2.701457977294922,0.8182079792022705,-1.8066649436950684,-1.3814549446105957,-2.4382588863372803,-2.4221060276031494,0.06168099865317345,0.05075199902057648,-1.3945740461349487,-4.568241119384766,0.6926890015602112,-1.3388550281524658,1.7718149423599243,2.6846089363098145,-1.8743690252304077,-3.2434730529785156,-3.7967379093170166,2.139554023742676,1.488502025604248,3.028455972671509,2.917479991912842,3.015739917755127,1.9951200485229492,2.6496078968048096,-1.5187289714813232,0.48813799023628235,0.36685800552368164,0.027602000162005424,0.012400000356137753,-1.2115139961242676,-4.134512901306152,-4.41218900680542,2.19624400138855,-1.7701239585876465,2.1826419830322266,2.8341379165649414,2.9812610149383545,-1.6608530282974243,-1.8066350221633911,-3.1996960639953613,3.0647759437561035,0.9214190244674683,-4.153716087341309,-3.7189900875091553,-1.5470730066299438,-3.025576114654541,0.17313799262046814,-4.166285037994385,-0.7682769894599915,-2.247056007385254,2.457679033279419,-1.3946399688720703,-4.1539998054504395,3.1824419498443604,1.8054269552230835,1.2163729667663574,0.9439809918403625,-4.218606948852539,-1.048295021057129,-2.5088160037994385,2.1308341026306152,0.8171070218086243,-1.1673389673233032,-3.786952018737793,-3.6017510890960693,2.695420980453491,0.03851800039410591,-1.3644119501113892,3.300394058227539,0.7023900151252747,-0.7149360179901123,-2.197788953781128,-1.7856390476226807,-2.0487759113311768,3.1586339473724365,-1.4133199453353882,-4.142827033996582,-2.0740489959716797,0.18931099772453308,1.0021549463272095,2.6983280181884766,1.1279089450836182,0.36704200506210327,1.221925973892212,-1.8144299983978271,-3.7750511169433594,0.34508800506591797,2.883342981338501,-3.953205108642578,2.9999239444732666,-2.026102066040039,-0.2582100033760071,-2.8530209064483643,-1.7408610582351685,-1.2780170440673828,-4.56766414642334,-0.7759039998054504,0.6042490005493164,-0.05515500158071518,1.1417889595031738,-2.2674150466918945,0.7325209975242615,-3.9809188842773438,3.079092025756836,-4.5835490226745605,-4.3718180656433105,2.723752021789551,-3.205022096633911,-2.861207962036133,2.4258310794830322,2.2031540870666504,1.3446890115737915,-0.8760579824447632,-2.45408296585083,1.0503380298614502,2.1655139923095703,1.9557219743728638,-2.389277935028076,-1.0657860040664673,-2.044811964035034,0.4380030035972595,3.0553739070892334,0.44144898653030396,-0.32679200172424316,2.5801520347595215,1.0944349765777588,-1.3436640501022339,2.41913104057312,1.3184759616851807,-1.0359870195388794,2.1365249156951904,-4.113405227661133,-3.265312910079956,-0.6061639785766602,1.0582389831542969,2.7950310707092285,-1.2618399858474731,-3.482558012008667,-1.209995985031128,-1.1863000392913818,1.8027549982070923,-2.2650880813598633,3.3254549503326416,-3.1983389854431152,2.3903939723968506,1.0148940086364746,1.2991039752960205,-2.217437982559204,-2.3057589530944824,1.8020620346069336,2.4852659702301025,0.795710027217865,0.8786829710006714,-3.2449700832366943,0.9293889999389648,-1.1804519891738892,3.2580559253692627,2.835858106613159,2.733577013015747,2.2369489669799805,-3.064234972000122,1.3335529565811157,0.96219801902771,-3.018296003341675,2.1346070766448975,-1.4635779857635498,1.5079940557479858,-0.43727999925613403,2.890233039855957,0.0876849964261055,-1.0736969709396362,-0.6932370066642761,0.9525250196456909,2.5973880290985107,-3.2234508991241455,1.2556190490722656,-0.44241800904273987,2.5708398818969727,-2.5979950428009033,3.1551120281219482,2.821126937866211,-1.3516050577163696,-1.6446540355682373,-4.4694318771362305,-3.2040960788726807,-1.960927963256836,-1.4197980165481567,1.34483802318573,-1.3212169408798218,2.325623035430908,2.8904271125793457,-2.4749250411987305,2.144702911376953,-1.9061490297317505,-3.5058279037475586,3.2889699935913086,-1.308210015296936,0.6660159826278687,0.5050879716873169,1.8323359489440918,-1.011922001838684,-1.707859992980957,2.6121110916137695,1.81535005569458,1.2207070589065552,-3.910649061203003,1.2106289863586426,0.9487230181694031,2.0278480052948,-3.622241973876953,-1.376512050628662,-2.0749990940093994,-1.910323977470398,-3.195971965789795,-3.284475088119507,-3.239886999130249,-3.282217025756836,-1.2497060298919678,-0.5536680221557617,0.45322099328041077,2.0029029846191406,1.6843889951705933,0.19540399312973022,-0.47155100107192993,1.9786750078201294,0.7596380114555359,-2.665656089782715,-0.8281069993972778,-0.7637180089950562,-1.8711650371551514,-1.9244979619979858,-4.56304407119751,-3.2386510372161865,-3.9364519119262695,0.5680869817733765,-4.2033610343933105,-0.6647639870643616,1.068547010421753,1.9854960441589355,2.8226680755615234,1.2017719745635986,-4.652963161468506,-0.5562099814414978,2.620532989501953,-3.2201991081237793,-2.6402549743652344,-3.6574230194091797,0.3551360070705414,0.47264400124549866,1.150212049484253,2.6163649559020996,-1.5016239881515503,-2.1725869178771973,2.0068581104278564,2.1220459938049316,-4.109158039093018,-0.9034960269927979,-1.4672930240631104,1.4261670112609863,2.4134130477905273,2.468846082687378,-4.105967044830322,-1.1175459623336792,-1.3020520210266113,-3.245826005935669,0.7123990058898926,-1.4516550302505493,0.9966220259666443,-1.4922579526901245,1.036931037902832,-1.5300430059432983,2.860672950744629,-1.5275059938430786,-0.6547020077705383,3.0949740409851074,-1.2819629907608032,1.0782109498977661,-4.123302936553955,-4.183679103851318,-3.203382968902588,3.1449029445648193,-3.1964690685272217,-2.4206430912017822,2.4116039276123047,-3.282093048095703,-3.7864530086517334,2.106466054916382,1.8458919525146484,0.32095399498939514,-1.7780859470367432,1.3844959735870361,1.7759859561920166,3.038947105407715,-1.4156060218811035,-1.20414400100708,-2.5909769535064697,-0.9791550040245056,-1.9460660219192505,1.2269259691238403,-0.1443520039319992,0.9832350015640259,0.9571710228919983,2.2517600059509277,0.13623300194740295,2.802889108657837,-3.91587495803833,-1.3390589952468872,-0.6986550092697144,0.6115689873695374,2.5592830181121826,-3.176966905593872,-1.2763700485229492,0.5961220264434814,-1.8837100267410278,0.20916800200939178,1.2504040002822876,0.9179880023002625,-3.616837978363037,-1.1570279598236084,-1.3418060541152954,-4.04954195022583,2.4947750568389893,-1.3569719791412354,-0.7091709971427917,-0.710440993309021,-1.6902389526367188,3.1750059127807617,-1.6862709522247314,1.3306200504302979,-3.3895609378814697,-4.328887939453125,-3.212110996246338,-0.5171170234680176,0.9019790291786194,1.64792799949646,-3.0426809787750244,2.6884870529174805,0.22646799683570862,-0.6125450134277344,-0.47996699810028076,-4.116532802581787,2.33069109916687,-0.6052420139312744,-3.7716290950775146,-3.2077200412750244,-3.2097721099853516,2.76541805267334,-2.299551010131836,-1.5603729486465454,-1.1730910539627075,-0.854058027267456,1.0734659433364868,1.5368449687957764,3.232135057449341,-3.9205429553985596,-1.3778109550476074,-3.6465110778808594,-1.23015296459198,-4.249663829803467,-2.9567370414733887,-3.573944091796875,-2.219367027282715,-3.237067937850952,1.9225150346755981,0.7316640019416809,-1.9112470149993896,-0.3374580144882202,-2.889177083969116,0.20047099888324738,-3.512692928314209,-3.279331922531128,-2.2211530208587646,1.2250889539718628,-3.216902017593384,-3.223604917526245,1.0268770456314087,-3.227099895477295,-1.9603819847106934,-3.1876749992370605,-3.1948280334472656,-1.4041780233383179,-4.144721984863281,-2.1075708866119385,1.8056269884109497,-3.169361114501953,-0.3858470022678375,-1.1319819688796997,-1.5248709917068481,-3.243046998977661,1.0164589881896973,-1.154649019241333,-0.30306801199913025,0.8918160200119019,-3.204853057861328,-1.785194993019104,-3.18176007270813,-2.4193549156188965,1.0641130208969116,-4.094624042510986,1.22838294506073,1.6830739974975586,1.6588629484176636,-0.615028977394104,-0.9648690223693848,0.7818999886512756,-4.244515895843506,2.280548095703125,2.87909197807312,2.0537779331207275,2.789271116256714,-2.063563108444214,3.1079089641571045,-3.6291959285736084,-3.218549966812134,1.6700769662857056,-1.2014110088348389,-1.2167550325393677,-1.3104549646377563,-4.653134822845459,-4.187994003295898,2.7006590366363525,-2.543647050857544,1.7858339548110962,1.8620150089263916,0.4381749927997589,-0.5047019720077515,-1.515058994293213,0.1925950050354004,-1.0973299741744995,1.1582460403442383,2.6010749340057373,-2.08145809173584,2.411971092224121,-1.0436530113220215,-4.205195903778076,-4.19506311416626,-4.410085201263428,1.3059190511703491,2.9516470432281494,-4.620165824890137,1.0513750314712524,-1.8346869945526123,2.9356160163879395,-1.5880160331726074,-0.6556850075721741,-4.128442764282227,1.5704840421676636,-2.67789888381958,-3.204603910446167,0.9984549880027771,1.8950300216674805,2.1699841022491455,-1.0221949815750122,-2.860279083251953,-3.2024641036987305,1.6456849575042725,3.013108015060425,2.794347047805786,1.9541620016098022,-1.3599400520324707,2.2208120822906494,-0.24527199566364288,-1.3277629613876343,-1.2242790460586548,-3.19484806060791,2.6899139881134033,-1.5156949758529663,-1.5486279726028442,-3.699821949005127,-3.8610990047454834,3.1842169761657715,3.2026329040527344,-2.061145067214966,0.9573569893836975,3.222048044204712,-1.1051839590072632,0.842993974685669,0.16282899677753448,-3.8433949947357178,-4.072289943695068,2.9848179817199707,-1.8210680484771729,-1.03119695186615,-0.8015530109405518,-2.937501907348633,-0.8761579990386963,0.1166440024971962,-3.751128911972046,3.060426950454712,1.8475970029830933,1.7840230464935303,-2.728339910507202,-2.6176540851593018,1.3622260093688965,-0.6326419711112976,-0.7086449861526489,1.1550439596176147,2.2375330924987793,2.2696011066436768,0.11838600039482117,-1.3378469944000244,-1.518468976020813,-4.004679203033447,2.4827380180358887,-0.8906199932098389,-1.0578190088272095,-1.526911973953247,3.1595358848571777,1.075476050376892,0.8883090019226074,0.10112500190734863,3.1183838844299316,1.7068730592727661,3.0436179637908936,-0.6723899841308594,0.6739969849586487,3.129331111907959,-1.0183429718017578,0.8622419834136963,2.5388290882110596,1.2169610261917114,-1.5869590044021606,-2.1793770790100098,1.9452379941940308,1.5141409635543823,-3.1640779972076416,3.0019690990448,2.5216689109802246,-2.4178099632263184,-2.6812009811401367,-2.031451940536499,-3.228455066680908,2.5282819271087646,-4.554971218109131,2.846895933151245,2.518625020980835,-1.465353012084961,-2.6343960762023926,-3.485805034637451,-1.3012830018997192,-3.2156260013580322,-2.5118370056152344,-3.564894914627075,1.181928038597107,-4.030332088470459,-0.474604994058609,3.2679619789123535,-0.6865019798278809,2.1086130142211914,-1.686123013496399,-0.9679359793663025,3.273283004760742,2.732927083969116,-1.7735209465026855,-0.9547449946403503,-3.197772979736328,1.2472740411758423,1.3208409547805786,-3.0642969608306885,2.2160909175872803,3.0891900062561035,3.1061689853668213,-0.5022130012512207,1.8644130229949951,1.457887053489685,-0.0009319999953731894,-4.126162052154541,-1.136881947517395,2.7821319103240967,2.0003349781036377,-4.053544998168945,2.323514938354492,3.1281700134277344,3.142069101333618,0.16898199915885925,3.1726760864257812,-3.195560932159424,2.4721639156341553,1.3916560411453247,-0.78398197889328,-3.2467639446258545,-3.2284998893737793,2.771768093109131,1.3265459537506104,2.649312973022461,-0.7059820294380188,-1.4495949745178223,2.863574981689453,0.005683000199496746,1.398298978805542,2.6822500228881836,1.5638409852981567,-1.5403410196304321,0.2854120135307312,2.329322099685669,0.46632298827171326,-2.9763119220733643,-3.27384090423584,1.0331820249557495,-2.8715250492095947,-1.243028998374939,1.207793951034546,-0.9600129723548889,3.1381518840789795,-2.255084991455078,-2.167804002761841,-3.9736289978027344,-1.3776249885559082,-0.04093499854207039,1.2116609811782837,0.4710640013217926,2.6727230548858643,-0.8094059824943542,-1.33119797706604,-3.2054460048675537,-2.1767539978027344,-3.311053991317749,-4.482834815979004,1.4070229530334473,0.716575026512146,2.5350759029388428,0.851157009601593,2.4754819869995117,1.37984299659729,-3.7068870067596436,-3.118727922439575,-1.7800819873809814,-0.9083660244941711,2.9179329872131348,-1.0501060485839844,2.1812829971313477,-2.8324151039123535,0.8972830176353455,1.8588850498199463,2.5085740089416504,-1.3445509672164917,0.22675099968910217,2.921778917312622,-1.2272939682006836,-4.277729034423828,-4.205203056335449,-0.9529950022697449,-1.877771019935608,-3.211854934692383,-2.1435089111328125,0.8909170031547546,-1.9824069738388062,-2.503480911254883,0.329365998506546,2.7252180576324463,-3.1960840225219727,2.9106509685516357,0.3511039912700653,-2.580885887145996,-1.7750149965286255,-1.4617869853973389,-1.3662489652633667,2.3628249168395996,-4.154200077056885,2.15864896774292,-0.19249199330806732,-1.3847099542617798,-1.1321159601211548,-0.8695340156555176,-4.652908802032471,-2.310189962387085,2.97782301902771,-3.0690789222717285,1.9418179988861084,1.9851499795913696,2.164339065551758,-3.411802053451538,1.504052996635437,1.4187610149383545,1.5994559526443481,-1.0567829608917236,1.8587290048599243,-1.188912034034729,-3.191725969314575,2.812587022781372,2.057884931564331,2.6448049545288086,-3.125339984893799,0.1359429955482483,0.19137099385261536,-4.276357173919678,-0.8478549718856812,-0.9033769965171814,2.497973918914795,0.8543059825897217,-4.219436168670654,-1.6003930568695068,0.8599519729614258,-3.238318920135498,-4.1431097984313965,0.3295080065727234,2.927791118621826,0.8632519841194153,3.303560972213745,1.2537460327148438,0.42326998710632324,2.4920029640197754,-1.4961169958114624,2.0274479389190674,1.9014019966125488,-0.9764639735221863,-2.699186086654663,1.7767549753189087,0.14230699837207794,-3.0696399211883545,1.7462270259857178,-3.9377939701080322,1.3775140047073364,-1.2791049480438232,-3.9999749660491943,0.583965003490448,-4.148640155792236,-3.1481199264526367,3.0009961128234863,2.9036920070648193,-3.210062026977539,-1.2776850461959839,2.575221061706543,-1.6758769750595093,-1.1543869972229004,-0.8694509863853455,2.260500907897949,3.004136085510254,1.008005976676941,-1.3113080263137817,-3.4252970218658447,3.1424810886383057,1.2666829824447632,-1.601881980895996,2.715045928955078,-1.3288320302963257,-3.209925889968872,-3.192323923110962,0.10563799738883972,-0.9125540256500244,-0.904017984867096,2.8461549282073975,-0.6953669786453247,-2.139331102371216,0.15164099633693695,0.8154810070991516,0.8614569902420044,-3.7141129970550537,-3.181835889816284,-0.9344720244407654,0.8522329926490784,2.582731008529663,-0.5728769898414612,1.7914340496063232,1.669105052947998,-4.140917778015137,0.16020900011062622,1.7399439811706543,-1.764132022857666,-4.174605846405029,2.9337821006774902,-2.323762893676758,-1.0520390272140503,2.2297699451446533,-4.55275297164917,2.1398260593414307,3.0488779544830322,0.8792080283164978,-3.2227680683135986,-0.812358021736145,0.3435330092906952,2.383455991744995,-2.513396978378296,-1.4493440389633179,-1.4955910444259644,-3.038702964782715,0.14163899421691895,0.7569310069084167,1.0849649906158447,-1.510125994682312,1.8814539909362793,1.026913046836853,-2.684070110321045,-2.1872549057006836,-1.017886996269226,0.7354660034179688,0.3307340145111084,-1.3910479545593262,-3.191581964492798,-2.053586006164551,-1.5178519487380981,-0.022384999319911003,3.115989923477173,-2.3207590579986572,2.0333189964294434,-1.0827510356903076,-1.3364039659500122,-0.9499170184135437,1.6501009464263916,3.2936630249023438,-1.1212600469589233,-0.6602830290794373,-1.248782992362976,-1.1764479875564575,0.5570579767227173,1.8718680143356323,1.0750149488449097,3.029175043106079,-1.0806360244750977,-2.0035340785980225,2.7195370197296143,-0.6335629820823669,2.5637640953063965,2.4256598949432373,-1.6413179636001587,2.662015914916992,3.1596460342407227,2.9345428943634033,0.26183199882507324,2.6940200328826904,-1.5516910552978516,1.0653120279312134,1.8810700178146362,-0.6429200172424316,1.7026230096817017,-2.0549750328063965,2.6859970092773438,-1.1978169679641724,-0.012101000174880028,0.04053699970245361,1.341181993484497,-0.16965700685977936,2.398358106613159,0.04881700128316879,-1.8907849788665771,-1.9808239936828613,-1.836711049079895,-1.9020650386810303,-2.4974610805511475,-2.6047890186309814,1.429618000984192,1.5470809936523438,-3.6035680770874023,0.6991170048713684,-0.49042201042175293,-3.972088098526001,-1.1071230173110962,1.9620640277862549,0.721235990524292,-3.245270013809204,1.8762259483337402,-4.10178279876709,-4.125082969665527,2.2755579948425293,-0.426613986492157,-3.231722116470337,-2.888258934020996,-1.1168229579925537,3.1428720951080322,-2.8576669692993164,-3.24812388420105,3.2865350246429443,2.783051013946533,3.0577549934387207,1.1588740348815918,1.8122639656066895,1.165565013885498,3.193176031112671,3.186479091644287,1.121906042098999,-2.1957380771636963,2.3817861080169678,-1.0799130201339722,-2.1687281131744385,2.097075939178467,-3.6163170337677,0.9641439914703369,-3.13156795501709,-3.64599609375,-2.049514055252075,-3.1343190670013428,-4.329607009887695,2.6955180168151855,-4.070775985717773,-1.8647780418395996,1.488219976425171,-1.5765559673309326,-3.8562440872192383,1.4702470302581787,2.3541510105133057,-0.9761499762535095,0.5868539810180664,-0.5979570150375366,-4.051364898681641,2.717297077178955,0.6001179814338684,-1.9291080236434937,-3.8737239837646484,2.847322940826416,1.470160961151123,3.2709391117095947,2.747725009918213,-1.505674958229065,1.2492320537567139,0.03858400136232376,-2.0064709186553955,-3.7129321098327637,0.5477049946784973,-0.3739829957485199,1.6492019891738892,-0.5110999941825867,-3.2520759105682373,-1.999675989151001,-4.652875900268555,0.720907986164093,-1.0256539583206177,-0.9182770252227783,-3.9380810260772705,-4.35798978805542,2.8280251026153564,-4.282711982727051,-3.190013885498047,-2.16860294342041,2.5010030269622803,0.9020770192146301,-1.4343229532241821,-1.0742169618606567,0.43911999464035034,-2.650106906890869,-1.3226970434188843,-0.04297100007534027,1.269608974456787,-3.0954580307006836,2.106450080871582,1.599784016609192,-2.404921054840088,0.5892750024795532,2.411777973175049,2.8301239013671875,-2.033046007156372,1.74918794631958,-3.2114999294281006,0.4451119899749756,-4.332377910614014,-1.344202995300293,2.9379470348358154,2.313512086868286,3.016294002532959,-3.1906039714813232,-1.0770280361175537,-1.769811987876892,-2.0578980445861816,-4.2205729484558105,2.3561270236968994,-2.071410894393921,0.37932300567626953,1.1054409742355347,-0.4393100142478943,1.6869529485702515,-0.7054889798164368,-4.116936206817627,-1.076583981513977,-0.7632560133934021,1.3624030351638794,1.6770570278167725,-3.1838130950927734,-1.9215489625930786,-2.3815131187438965,2.642652988433838,1.597561001777649,3.2221179008483887,2.4214999675750732,-3.699110984802246,-0.0829320028424263,0.8346710205078125,-4.227460861206055,2.147083044052124,0.9358810186386108,-1.5567790269851685,2.019408941268921,0.29399800300598145,-1.2200419902801514,-2.4298250675201416,-2.950568914413452,-2.8807260990142822,-2.403109073638916,2.9141321182250977,-1.9885669946670532,0.46400800347328186,-0.8874940276145935,2.584662914276123,-3.280010938644409,2.673743963241577,-3.209054946899414,2.549161911010742,-0.8718389868736267,-2.226262092590332,-1.3978500366210938,1.5429329872131348,-3.776979923248291,2.948370933532715,2.007986068725586,-0.5751870274543762,2.7470669746398926,-0.15766100585460663,2.4619319438934326,-0.8837400078773499,-1.4177299737930298,-0.44972899556159973,3.199557065963745,1.6886769533157349,-1.0655560493469238,1.7223910093307495,1.7680530548095703,2.96409010887146,2.225121021270752,1.03860604763031,-0.23176999390125275,-1.6681779623031616,-0.6271780133247375,-0.14712099730968475,1.178259015083313,2.6248819828033447,-2.4933249950408936,-2.1405351161956787,-2.222846031188965,2.7458369731903076,-2.7580599784851074,-3.208329916000366,0.6113600134849548,-4.019278049468994,3.254462957382202,2.9815049171447754,-4.077866077423096,0.9526069760322571,-0.8515499830245972,0.47303301095962524,2.818941116333008,2.808695077896118,-0.5702069997787476,0.23198699951171875,3.178028106689453,-3.2164430618286133,3.1137759685516357,-4.403514862060547,-4.412543773651123,2.0666520595550537,0.7907209992408752,-4.555656909942627,2.642637014389038,2.631580114364624,3.305389881134033,-1.2346489429473877,-0.18282699584960938,2.4220030307769775,-2.669318914413452,-4.076478958129883,0.4652000069618225,0.4653970003128052,-3.172435998916626,-3.1894850730895996,-4.437909126281738,0.22691400349140167,3.159693956375122,0.5672760009765625,-3.2013919353485107,-2.3847200870513916,-1.1802459955215454,2.261415958404541,-0.4034000039100647,0.05343199893832207,0.6368589997291565,2.261322021484375,-2.749324083328247,1.2692060470581055,-1.2505749464035034,-0.37018799781799316,-1.028756022453308,1.0411690473556519,-4.131311893463135,-2.909503936767578,-4.00885009765625,2.6236720085144043,2.1946089267730713,-3.2870500087738037,-0.5969560146331787,-2.0871849060058594,0.7985659837722778,-1.0234659910202026,-1.0513099431991577,1.297294020652771,1.500609040260315,2.30302095413208,2.7661280632019043,-1.57989501953125,-1.5409280061721802,0.7589420080184937,-3.2651679515838623,-1.1047370433807373,2.7660369873046875,-1.6582239866256714,-1.736171007156372,2.7559618949890137,2.882375955581665,3.2113759517669678,2.4077439308166504,-3.179992914199829,-3.582489013671875,-3.1925549507141113,-0.29398199915885925,2.860053062438965,2.4253909587860107,2.411684989929199,0.8659409880638123,2.2385199069976807,1.2463690042495728,2.4098269939422607,-3.9043219089508057,-2.8574728965759277,-2.017443895339966,3.3062729835510254,2.7135159969329834,3.047386884689331,-2.09962797164917,-4.235489845275879,-1.7698429822921753,0.7435960173606873,3.159065008163452,2.803896903991699,1.7725059986114502,3.047497034072876,-2.045393943786621,-3.2513790130615234,2.127877950668335,2.127779006958008,-1.4512959718704224,2.6947579383850098,2.6609230041503906,2.566577911376953,3.096916913986206,-1.2471050024032593,0.7450230121612549,2.9934780597686768,-1.314092993736267,0.6603469848632812,-4.355412006378174,-1.2119489908218384,-0.040908001363277435,1.3066420555114746,2.4465510845184326,-4.594799995422363,3.0145978927612305,0.3103350102901459,-1.7516260147094727,-1.7665810585021973,2.5196919441223145,-1.2383040189743042,-3.2173540592193604,-1.0874240398406982,2.2284560203552246,2.140856981277466,-4.0969390869140625,2.1109609603881836,2.8743600845336914,-4.0335798263549805,2.0460309982299805,-1.5672980546951294,1.4959520101547241,0.8833879828453064,-3.683303117752075,-3.656061887741089,-3.164928913116455,2.203723907470703,1.870972990989685,-4.416077136993408,1.0817910432815552,-2.7133049964904785,-3.9215450286865234,-1.6074789762496948,-1.44650399684906,-4.074174880981445,-4.081169128417969,-0.16093599796295166,-3.0151379108428955,0.8246309757232666,-4.14440393447876,-3.637068033218384,1.9613840579986572,1.9089070558547974,-3.3345069885253906,-0.19645600020885468,2.9504289627075195,-1.173719048500061,2.7755279541015625,0.7016130089759827,-4.177720069885254,2.4759039878845215,2.1183059215545654,-4.652921199798584,2.768470048904419,2.7495999336242676,2.6205739974975586,3.1460421085357666,2.6510939598083496,-0.9845449924468994,-0.9229000210762024,1.3403359651565552,2.685034990310669,3.1166889667510986,3.2533071041107178,-0.25464901328086853,-3.849785089492798,2.127579927444458,-4.107694149017334,3.0637528896331787,1.420611023902893,-0.6850979924201965,-3.0658340454101562,1.707381010055542,-4.206552982330322,-4.171483993530273,-3.2553820610046387,-1.5091450214385986,-0.35096800327301025,0.9411560297012329,-4.0079731941223145,2.4360411167144775,-4.065299034118652,-1.1641900539398193,-3.204732894897461,1.0771629810333252,0.43559300899505615,0.10270100086927414,-2.8765780925750732,2.6567089557647705,2.586545944213867,3.1923329830169678,2.107532024383545,-2.695950984954834,-4.007968902587891,-1.2404530048370361,0.43037500977516174,2.6366920471191406,-3.504486083984375,-3.181865930557251,-1.737975001335144,-1.4260389804840088,-2.992314100265503,-1.805912971496582,1.5728559494018555,-1.948652982711792,-3.1865780353546143,0.8417109847068787,0.9311689734458923,-0.8821840286254883,-1.978013038635254,1.2524470090866089,-3.2197940349578857,-3.567270040512085,-3.6239800453186035,1.2621550559997559,-2.13045597076416,1.155527949333191,-1.1949150562286377,2.7960100173950195,-1.3095569610595703,-1.780946969985962,1.8931430578231812,-2.5400989055633545,-0.3461660146713257,-2.523447036743164,-1.364645004272461,-3.9619789123535156,-3.221266984939575,-1.6383450031280518,1.8603320121765137,2.855837106704712,-2.7877249717712402,-1.6735999584197998,3.256525993347168,0.5052210092544556,-3.344698905944824,-2.8738839626312256,-2.7527201175689697,-0.6335560083389282,-2.46555495262146,-4.0008392333984375,2.5064680576324463,-1.0839420557022095,-1.0481150150299072,1.1617389917373657,0.6514480113983154,-1.8663760423660278,0.760595977306366,-1.4681650400161743,-0.997776985168457,-1.2848470211029053,2.7563390731811523,-1.6418310403823853,-1.613487958908081,2.1764919757843018,1.7634650468826294,-1.1351439952850342,-0.8066949844360352,1.6900420188903809,2.5790319442749023,-0.6421489715576172,1.0475419759750366,-1.6838150024414062,-1.6665929555892944,-1.632174015045166,-1.928421974182129,1.2334790229797363,1.0061180591583252,-1.3060359954833984,1.2184560298919678,0.8096299767494202,-2.454149007797241,2.9677000045776367,-0.06373800337314606,-2.934109926223755,-4.02747917175293,-4.168272972106934,-4.153923988342285,1.2196869850158691,2.535187005996704,-4.6529622077941895,0.5115929841995239,-1.555448055267334,-0.4200499951839447,2.1562910079956055,-0.03415000066161156,-0.09966699779033661,2.0081539154052734,-3.957134962081909,0.2806580066680908,0.2895840108394623,-2.4259109497070312,-3.1627559661865234,0.6538410186767578,-0.21178899705410004,2.681739091873169,-0.6495490074157715,-3.82661509513855,-4.195653915405273,2.347126007080078,-3.665558099746704,2.401144027709961,-2.756196975708008,2.414206027984619,1.22502601146698,1.2798370122909546,-3.0707058906555176,-3.169506072998047,-2.897274971008301,-0.7941110134124756,-0.5564119815826416,-4.12959098815918,1.2883410453796387,-0.687624990940094,-2.3174710273742676,1.8769479990005493,1.4619450569152832,1.1780250072479248,-0.35611799359321594,1.0968190431594849,-4.652926921844482,2.998871088027954,-4.414181232452393,2.9287269115448,-2.8723158836364746,-3.227062940597534,-0.215598002076149,-0.8636710047721863,-2.1168479919433594,-0.30611199140548706,1.4888139963150024,-1.7995589971542358,-2.6638920307159424,-0.45600101351737976,2.642322063446045,-1.0452419519424438,3.1817989349365234,-3.3225369453430176,-4.169576168060303,2.450294017791748,0.29278498888015747,-0.7156720161437988,0.2887130081653595,0.15819500386714935,1.646867036819458,3.1959099769592285,-2.362212896347046,-4.346912860870361,2.4478700160980225,-0.55348801612854,-1.0719510316848755,1.9263279438018799,1.0214790105819702,0.9127249717712402,0.3848330080509186,-2.6950290203094482,2.3171000480651855,2.200407028198242,-4.014917850494385,2.128983974456787,-0.5045570135116577,2.7658259868621826,-1.5055270195007324,-1.0746020078659058,-3.344578981399536,2.162889003753662,-0.6435269713401794,-4.392577171325684,-3.1866679191589355,-2.2414209842681885,-3.1929690837860107,1.349223017692566,3.0341899394989014,2.576827049255371,1.0032379627227783,1.0606520175933838,-1.0520880222320557,1.4946249723434448,-0.03244199976325035,-2.678431987762451,2.4808099269866943,-0.8267499804496765,2.6649410724639893,-0.9757469892501831,1.5466469526290894,-0.4243510067462921,-1.7729099988937378,2.0051798820495605,-1.5864299535751343,2.9361629486083984,2.721281051635742,-3.0386319160461426,-2.3265180587768555,2.761401891708374,-2.518312931060791,2.589785099029541,-3.984527111053467,2.934389114379883,2.0258309841156006,2.9696390628814697,-0.23964199423789978,-0.6740469932556152,-3.2070438861846924,1.8576949834823608,0.7104430198669434,0.7139700055122375,2.2833878993988037,-1.9154319763183594,2.706281900405884,-1.758726954460144,0.11574000120162964,1.024852991104126,2.413922071456909,2.999577045440674,-4.373544216156006,0.15613900125026703,3.120388984680176,-0.03080200031399727,0.0035359999164938927,-0.03857899829745293,1.2327580451965332,-0.6243889927864075,1.2198460102081299,-1.6090149879455566,2.356520891189575,-0.5269590020179749,2.1676979064941406,-1.0398900508880615,-3.229948043823242,-1.1046420335769653,1.425441026687622,-1.8145920038223267,-2.087225914001465,-0.2784999907016754,-4.140216827392578,-0.29276299476623535,-1.3862500190734863,-2.4970569610595703,-1.4079999923706055,-4.111137866973877,-3.6906380653381348,-3.2915918827056885,-1.466755986213684,-0.8863310217857361,-3.171247959136963,-0.35022100806236267,2.1268579959869385,-3.934112071990967,1.754384994506836,2.9293060302734375,0.9013850092887878,1.2619359493255615,2.908919095993042,-0.6512699723243713,-2.689121961593628,2.750641107559204,-4.472723960876465,-1.904492974281311,0.42516300082206726,-1.425068974494934,-4.009488105773926,2.6304819583892822,2.603508949279785,0.7924799919128418,1.692870020866394,2.985074996948242,1.1105550527572632,-1.2926889657974243,-4.652976036071777,1.091176986694336,-3.1430768966674805,1.0154609680175781,1.9620150327682495,-0.37365400791168213,2.125546932220459,1.1045939922332764,-2.7712879180908203,-1.5836559534072876,-2.2491989135742188,-1.5757479667663574,-1.5880969762802124,-0.027185000479221344,-2.9698100090026855,3.0309669971466064,-1.0398160219192505,2.6108510494232178,-2.2834620475769043,-1.10999596118927,-3.657815933227539,-1.1149979829788208,-4.546850204467773,-1.6513229608535767,-1.72803795337677,-0.6366369724273682,0.8406530022621155,0.007668000180274248,0.850504994392395,1.1683440208435059,-4.5557332038879395,-2.4123849868774414,0.2118230015039444,-0.6988289952278137,0.5923489928245544,-0.35249900817871094,-4.071128845214844,2.1259219646453857,1.762341022491455,-0.7473829984664917,-1.9409500360488892,-2.2562739849090576,-2.257474899291992,2.218195915222168,2.4828860759735107,-0.9986010193824768,1.4399919509887695,1.1886459589004517,2.430859088897705,-0.05783199891448021,-2.154690980911255,-1.9725220203399658,-0.4942080080509186,1.9326720237731934,2.0074379444122314,-3.9514780044555664,-2.967255115509033,-3.181662082672119,-2.9459660053253174,-3.085736036300659,-3.2288620471954346,-3.2271690368652344,-0.7554489970207214,-0.16923700273036957,0.6942999958992004,2.782205104827881,1.0189399719238281,0.18536600470542908,1.6174520254135132,-0.6411129832267761,-1.3180429935455322,1.8764489889144897,2.6358449459075928,1.2012059688568115,0.7740659713745117,-0.9049450159072876,2.464984893798828,1.4743380546569824,-2.4210729598999023,3.0688180923461914,-1.9940099716186523,1.2041850090026855,0.5561829805374146,-4.580009937286377,-3.1760599613189697,-2.335397958755493,-2.458765983581543,0.6882010102272034,2.397907018661499,-0.28669801354408264,-3.4126830101013184,-2.3856239318847656,-2.424705982208252,-0.7529670000076294,1.278357982635498,-0.895425021648407,-0.6993269920349121,2.766573905944824,2.499572992324829,0.11294800043106079,-2.4256739616394043,0.7010310292243958,-2.1818079948425293,-0.1279660016298294,-0.7607100009918213,0.12310700118541718,-2.509145975112915,-2.809678077697754,0.234498992562294,-3.2353498935699463,2.8301870822906494,-1.559522032737732,-3.3323450088500977,-1.3716729879379272,0.5908719897270203,1.2238399982452393,3.115968942642212,0.493941992521286,-0.2960839867591858,2.5154809951782227,1.1472599506378174,-1.162660002708435,-1.2189099788665771,1.887732982635498,-1.9925990104675293,-2.0390450954437256,2.928713083267212,1.9003599882125854,1.765228033065796,2.9360580444335938,3.239619016647339,1.2383240461349487,0.40325599908828735,0.4163939952850342,-1.7302130460739136,-3.499134063720703,0.4617449939250946,0.3326359987258911,2.4599249362945557,-1.2255280017852783,-1.2282880544662476,-0.965719997882843,-3.663835048675537,-0.2182839959859848,0.04113899916410446,-2.362123966217041,-1.4436249732971191,-3.349308967590332,-1.2834240198135376,-1.220932960510254,1.9518150091171265,1.58187997341156,-0.9215520024299622,2.639143943786621,0.7284330129623413,1.2411390542984009,-1.2317609786987305,3.140949010848999,-2.223383903503418,1.2663429975509644,1.8044780492782593,2.2402539253234863,-4.167913913726807,-4.030968189239502,2.905390977859497,-2.8932058811187744,-0.690388023853302,-2.4446709156036377,-2.494035005569458,1.0831300020217896,0.07034000009298325,0.2701849937438965,0.4980739951133728,1.0300120115280151,-1.2526439428329468,3.195852041244507,-3.228611946105957,2.139082908630371,-0.8483390212059021,-2.5188379287719727,-1.006538987159729,0.7641649842262268,-1.2036479711532593,1.2962850332260132,-1.1239880323410034,3.2277588844299316,-2.5909039974212646,-0.67848801612854,-4.052162170410156,2.572396993637085,-1.9016300439834595,-1.479688048362732,0.13572299480438232,0.6601340174674988,-3.7785470485687256,1.0891170501708984,-1.8321490287780762,2.1710660457611084,-1.2847460508346558,-4.073380947113037,2.297877073287964,-0.9982439875602722,-3.707603931427002,-4.0350470542907715,-0.1807910054922104,-1.348283052444458,3.2222800254821777,0.14580799639225006,3.105786085128784,-0.9397929906845093,2.7343270778656006,-3.9547390937805176,0.8392239809036255,-1.962110996246338,1.5966949462890625,-1.3474069833755493,-3.110642910003662,2.611398935317993,-3.2054049968719482,-1.7135169506072998,2.561413049697876,-0.49886301159858704,-1.387550950050354,-1.2933119535446167,-3.609199047088623,-3.684757947921753,-1.0264389514923096,3.00061297416687,2.9889700412750244,-3.123584032058716,1.7176929712295532,-3.188793897628784,2.27278208732605,-4.135959148406982,-2.5787808895111084,-0.6475309729576111,1.9468859434127808,3.0159800052642822,-0.35971298813819885,1.2088570594787598,-3.195441961288452,-3.942199945449829,2.7325689792633057,-1.5379129648208618,-1.3949769735336304,2.277276039123535,0.39728298783302307,0.4830990135669708,-1.1285059452056885,1.2739909887313843,-0.32256901264190674,-3.455396890640259,-0.41871801018714905,0.16225099563598633,-1.641348958015442,-1.4094070196151733,1.2023890018463135,1.020967960357666,-4.427616119384766,-3.1780219078063965,-1.1281960010528564,-1.2877830266952515,-2.076775074005127,-2.3782899379730225,-0.9799789786338806,-4.057592868804932,1.3139300346374512,-2.3303639888763428,-1.2279369831085205,1.7233070135116577,1.5447880029678345,-0.9477099776268005,2.9182069301605225,-1.5023679733276367,3.2827870845794678,-1.1242140531539917,2.222245931625366,1.990921974182129,-1.4841059446334839,1.0210750102996826,3.0343821048736572,1.6248890161514282,-3.2085978984832764,-3.1868369579315186,0.7422429919242859,1.2842639684677124,-1.5501190423965454,-1.5540059804916382,2.0874838829040527,-3.314600944519043,0.9727510213851929,-0.5443990230560303,-0.7576289772987366,-1.78233003616333,2.86429500579834,-3.6959939002990723,-1.4592030048370361,2.1618759632110596,2.260857105255127,-3.571012020111084,3.187061071395874,-1.6552510261535645,-0.5026299953460693,0.9845259785652161,-4.512484073638916,-1.204692006111145,2.168562889099121,-0.26292699575424194,2.823915958404541,-3.5305440425872803,2.571523904800415,-2.0987091064453125,2.087007999420166,0.11285799741744995,-3.9620909690856934,-1.4490050077438354,2.3815219402313232,2.3758320808410645,1.8422470092773438,-3.9121038913726807,2.79571795463562,2.3236188888549805,1.8599480390548706,-1.2092549800872803,0.711001992225647,-0.7484310269355774,-0.8794019818305969,0.06343899667263031,2.7436649799346924,1.5031620264053345,2.5566980838775635,-3.8608999252319336,0.9243519902229309,1.9165669679641724,1.8967620134353638,-3.2349510192871094,3.1427080631256104,0.4515959918498993,2.3630499839782715,-4.173585891723633,-3.217353105545044,-3.21323299407959,-3.2217860221862793,1.3492540121078491,3.018968105316162,-3.236124038696289,2.3804240226745605,-3.017554998397827,3.0260679721832275,-0.08776400238275528,2.173379898071289,-2.192681074142456,-2.3503780364990234,-2.0940299034118652,-3.706515073776245,2.583893060684204,1.040140986442566,2.781775951385498,-1.4842129945755005,-1.433163046836853,1.897233009338379,1.0701169967651367,-0.6339219808578491,-0.3569140136241913,2.118504047393799,-3.188671112060547,0.2813990116119385,2.8859848976135254,-2.9115219116210938,-1.4946060180664062,2.2075159549713135,-2.4274470806121826,-4.173151969909668,0.8292179703712463,2.84814190864563,-0.8067910075187683,-1.5467300415039062,1.825600028038025,3.230323076248169,-3.868504047393799,3.252307891845703,2.504467010498047,-0.23030899465084076,-4.390439033508301,2.8774280548095703,-1.0053789615631104,-3.910275936126709,-0.7783060073852539,-3.190092086791992,1.3190070390701294,1.6390219926834106,1.1730690002441406,0.26791900396347046,3.017411947250366,0.7625749707221985,2.539257049560547,-1.1069660186767578,-1.114197015762329,-0.020011000335216522,-3.1938369274139404,1.3369050025939941,1.1633479595184326,-2.2318999767303467,-2.333055019378662,-1.79209303855896,2.7278709411621094,1.3861949443817139,1.325124979019165,1.0380380153656006,1.0140210390090942,-3.106515884399414,0.5959129929542542,0.5987949967384338,-0.9007880091667175,-1.4926600456237793,2.9320790767669678,-4.317921161651611,-4.107958793640137,-4.14146614074707,-3.8779709339141846,-2.5892579555511475,-2.4046740531921387,1.8147350549697876,2.880002975463867,0.6129310131072998,2.462831974029541,2.4048519134521484,-0.24498499929904938,-4.16549015045166,-0.7883909940719604,0.9735900163650513,-0.7973060011863708,2.359976053237915,-0.7331389784812927,2.704056978225708,1.7490919828414917,1.765476942062378,0.7221760153770447,1.1354190111160278,-3.7395119667053223,2.7565701007843018,0.3762890100479126,1.7685519456863403,-1.0356539487838745,-1.0999740362167358,-1.4537529945373535,-1.9026830196380615,1.8140180110931396,-1.5922470092773438,-3.20975399017334,2.4086809158325195,-4.355988025665283,-3.0705831050872803,-3.6013600826263428,-3.244709014892578,-0.4865880012512207,-4.142416954040527,1.1516120433807373,-0.17392300069332123,1.8776099681854248,-3.6260271072387695,0.5199639797210693,2.647847890853882,-3.413938045501709,2.3323469161987305,1.2568119764328003,2.2582569122314453,2.3272409439086914,2.280733108520508,0.3903520107269287,-2.8836920261383057,2.2914280891418457,0.7272660136222839,-0.7658519744873047,0.4613809883594513,-1.031803011894226,2.8636879920959473,-3.4773809909820557,1.9637600183486938,2.508578062057495,0.8064209818840027,-0.07857300341129303,-3.208440065383911,-4.169900894165039,-4.652918815612793,3.227963924407959,-1.9519660472869873,0.6824520230293274,2.071881055831909,0.7836250066757202,-1.8762630224227905,-3.570117950439453,-0.10570000112056732,2.887573003768921,-1.3197890520095825,-0.6308689713478088,0.7871400117874146,1.2949670553207397,-4.445769786834717,-1.3854299783706665,-0.479746013879776,1.1956369876861572,2.3800690174102783,-1.6825660467147827,2.5340590476989746,2.5620648860931396,0.9451419711112976,0.671317994594574,-1.6988379955291748,1.9450809955596924,-2.1233670711517334,-1.4419349431991577,2.3617351055145264,0.21223600208759308,3.2342569828033447,3.004301071166992,-1.3573579788208008,-1.2047150135040283,-1.066493034362793,2.1630361080169678,2.9106130599975586,1.9295779466629028,-1.7325160503387451,-1.2566369771957397,-1.257308006286621,-3.6223440170288086,-1.780711054801941,0.36907801032066345,-0.8036140203475952,-3.2168169021606445,-0.354420006275177,1.2382279634475708,1.728930950164795,-3.423382043838501,-2.6189498901367188,2.8241240978240967,-1.3595410585403442,-4.1434550285339355,-2.413938045501709,3.3125369548797607,-0.7325649857521057,-4.2681121826171875,2.8045361042022705,-4.048041820526123,2.064479112625122,-3.219999074935913,-0.29420900344848633,-1.9859910011291504,3.060136079788208,-3.000854969024658,-3.060328960418701,-1.1607359647750854,-1.1907620429992676,2.724392890930176,-3.2749879360198975,-3.21756911277771,2.780348062515259,0.6742140054702759,1.5021820068359375,0.8878800272941589,-4.1151862144470215,-0.6047700047492981,2.793700933456421,1.745290994644165,-1.2902990579605103,-2.3387949466705322,-3.1878280639648438,-3.0274930000305176,-0.9297739863395691,1.8153289556503296,-3.5271201133728027,-0.00519599998369813,-0.3816710114479065,0.6091470122337341,-1.7190330028533936,0.0510299988090992,2.8676528930664062,-0.4339269995689392,1.038817048072815,1.4604270458221436,-0.09363500028848648,-0.13965800404548645,0.4154300093650818,-2.9238500595092773,-3.3733890056610107,-1.2850600481033325,-3.130768060684204,3.1826910972595215,2.009850025177002,3.046113967895508,-3.699626922607422,-4.198812961578369,-2.6772420406341553,0.9362729787826538,-0.6340919733047485,0.39653700590133667,0.7166939973831177,-1.7803239822387695,1.3081740140914917,2.6395440101623535,0.9829310178756714,2.980570077896118,2.826529026031494,0.8645880222320557,-2.8775439262390137,-1.9815950393676758,-1.3106759786605835,-0.9407849907875061,-0.6868450045585632,1.9882500171661377,-0.6967660188674927,-2.343606948852539,-3.0882909297943115,0.34468701481819153,-1.1691479682922363,-0.927416980266571,2.359463930130005,-3.2277920246124268,-0.7784379720687866,0.3015280067920685,-1.1248849630355835,-2.97674298286438,1.7106939554214478,2.721569061279297,-1.5573580265045166,1.32401704788208,-1.1669299602508545,0.49521899223327637,-1.5952140092849731,-1.1747080087661743,-0.6613379716873169,3.1067519187927246,-0.9649140238761902,3.0264320373535156,-0.8116809725761414,-1.3466750383377075,-1.9955830574035645,-1.6434650421142578,-3.1942389011383057,0.6485639810562134,-1.286532998085022,-1.729071021080017,1.37369704246521,1.4116770029067993,-2.2383830547332764,0.5847219824790955,0.49731799960136414,-3.689915895462036,3.13087797164917,-0.8088849782943726,-0.1325010061264038,-0.7810720205307007,2.0552539825439453,1.3718039989471436,3.180811882019043,3.044213056564331,-4.187070846557617,2.0617289543151855,-2.5894789695739746,1.0473819971084595,2.9398910999298096,-0.15930500626564026,2.15310001373291,-2.735506057739258,-2.7492198944091797,0.983951985836029,-4.107726097106934,0.1324000060558319,2.1367690563201904,-0.8946419954299927,-1.7639859914779663,-1.6290429830551147,-4.401220798492432,-3.2366480827331543,-0.8130059838294983,1.3141839504241943,3.0687360763549805,-4.175152778625488,0.33073699474334717,-1.2114330530166626,-3.249537944793701,-3.2117509841918945,-1.179618000984192,1.7057470083236694,-3.461920976638794,-0.4168739914894104,3.091784954071045,-3.0679709911346436,2.1611289978027344,-1.5939509868621826,0.2649109959602356,-1.1303130388259888,2.091212034225464,2.8529388904571533,-2.1285269260406494,-2.9183781147003174,-0.36374199390411377,-1.2692559957504272,3.2203779220581055,-0.02029299922287464,2.2761828899383545,-2.4945850372314453,1.1406539678573608,1.1074559688568115,2.308988094329834,-4.134476184844971,-4.142755031585693,0.09640099853277206,-4.369972229003906,-3.676785945892334,-3.1687939167022705,-0.6114910244941711,0.5586829781532288,-3.938277006149292,-4.131711959838867,-0.2505669891834259,-2.2938098907470703,1.7745579481124878,2.3113770484924316,-4.428146839141846,-2.6451079845428467,2.71989107131958,1.8070869445800781,1.8697199821472168,-2.216007947921753,3.0162320137023926,-3.8589460849761963,-4.618529796600342,2.6284079551696777,0.1455180048942566,-3.2251811027526855,1.1282340288162231,1.3247489929199219,2.737905979156494,-0.7168639898300171,-0.09081300348043442,-2.141508102416992,-1.1609959602355957,0.5389299988746643,-3.557229995727539,-3.6056079864501953,-1.9939169883728027,-1.907654047012329,-1.8070060014724731,-2.5284359455108643,-1.7274030447006226,-0.6038519740104675,-1.742272973060608,-1.4688559770584106,-4.127172946929932,2.8636810779571533,-0.49480998516082764,0.5374760031700134,-0.9873530268669128,2.162302017211914,2.7929370403289795,2.3472070693969727,3.049393892288208,-2.7364420890808105,-2.95430588722229,0.7372159957885742,-1.210010051727295,0.1533070057630539,-1.4603849649429321,2.080954074859619,-3.1877570152282715,-2.62507700920105,-2.628693103790283,-1.0572149753570557,-1.0893460512161255,3.144078016281128,-0.8144879937171936,2.8631858825683594,-3.1899290084838867,1.5021799802780151,-3.927377939224243,1.846771001815796,-3.2527430057525635,-2.0730020999908447,-0.9402589797973633,-3.196597099304199,-0.44047001004219055,-1.1863709688186646,0.5653640031814575,2.669118881225586,-4.275187015533447,-3.641227960586548,1.917212963104248,3.08557391166687,-2.007688045501709,3.0107719898223877,3.0286569595336914,-2.202662944793701,2.141922950744629,-4.096593856811523,1.4173489809036255,-2.5468199253082275,-3.401431083679199,2.868614912033081,-4.57536506652832,-4.122613906860352,3.088947057723999,3.122836112976074,2.3170089721679688,1.0555750131607056,3.194791078567505,-1.6615469455718994,-2.141977071762085,0.5000879764556885,1.2357679605484009,1.156451940536499,0.3789139986038208,0.5677539706230164,2.923203945159912,1.5888890027999878,-2.8009090423583984,2.5848538875579834,-1.7423189878463745,-4.020132064819336,0.747560977935791,-0.9388189911842346,1.992879033088684,0.749468982219696,1.6334530115127563,-2.1167690753936768,1.700260043144226,1.658249020576477,-1.3846230506896973,-3.4660511016845703,-4.389676094055176,0.33605900406837463,1.0057100057601929,-3.1962459087371826,2.713442087173462,-1.491157054901123,-0.991873025894165,2.2609009742736816,2.2383670806884766,0.24721400439739227,-3.214498996734619,-3.361901044845581,-1.2796610593795776,2.8181440830230713,-1.375385046005249,-0.8209350109100342,1.1452419757843018,-1.9281259775161743,-4.652888774871826,-4.4252848625183105,-4.063401222229004,0.41838300228118896,0.5502750277519226,-1.0754079818725586,-1.496785044670105,-1.1481479406356812,1.4767969846725464,0.38842400908470154,0.8394110202789307,-1.2781829833984375,-1.6084500551223755,-0.5360299944877625,-2.726212978363037,0.8079000115394592,2.901578903198242,2.7622010707855225,-2.090790033340454,-2.108506917953491,-1.390339970588684,-1.2573050260543823,0.24833199381828308,-0.14686399698257446,-1.7371740341186523,-1.649495005607605,1.1770429611206055,-0.25777700543403625,2.6132519245147705,1.179993987083435,0.2989349961280823,-3.53302001953125,0.6996740102767944,2.672003984451294,0.9091389775276184,-2.0234360694885254,-1.0699189901351929,1.1741180419921875,-4.011877059936523,-1.5902179479599,2.446310043334961,2.7168569564819336,-2.7035861015319824,-2.1249239444732666,3.095201015472412,0.2939009964466095,-1.6364480257034302,0.3594689965248108,-0.8138650059700012,-3.2348690032958984,1.3706070184707642,1.4407459497451782,3.1531949043273926,-1.0608030557632446,0.19155000150203705,2.7290189266204834,-1.8364830017089844,2.0896589756011963,-1.020835041999817,-2.4978859424591064,0.9523119926452637,0.27244600653648376,1.3492720127105713,1.044242024421692,2.1391749382019043,-3.836790084838867,1.678529977798462,1.3500189781188965,-0.7825350165367126,-2.597683906555176,1.5481250286102295,1.5228610038757324,1.9737839698791504,-3.2497570514678955,-3.2265429496765137,-4.135979175567627,0.3710770010948181,-4.363937854766846,-2.0234580039978027,-1.1689460277557373,1.2894569635391235,2.0922789573669434,-4.405541896820068,-1.4344730377197266,1.2965359687805176,-4.08430814743042,-0.6472870111465454,0.36192798614501953,-0.9007689952850342,2.658400058746338,1.7732939720153809,-4.03628396987915,1.596595048904419,1.5499650239944458,1.122393012046814,2.3370420932769775,0.8846070170402527,0.39218801259994507,2.6848840713500977,-1.2348250150680542,-4.207704067230225,1.177090048789978,-0.9562069773674011,0.4860590100288391,-0.018590999767184258,-3.4339499473571777,1.0243090391159058,0.22697600722312927,-3.2820160388946533,-0.8545460104942322,-1.0685230493545532,-2.698740005493164,-0.3694179952144623,0.8385980129241943,-3.1888420581817627,1.7150919437408447,-3.2344329357147217,2.9699840545654297,-2.2507619857788086,-1.6711159944534302,1.9556859731674194,-1.0578680038452148,-0.9987390041351318,-2.3319289684295654,2.92795991897583,1.467108964920044,-1.9578479528427124,-2.7480549812316895,-2.788145065307617,-3.190310001373291,1.1974250078201294,2.6143739223480225,-0.28963300585746765,0.10078699886798859,-3.3176209926605225,1.166314959526062,0.6841049790382385,-3.9616711139678955,-1.7991039752960205,-1.1275089979171753,-2.9883439540863037,1.7844680547714233,-3.0246920585632324,0.7352870106697083,-4.102613925933838,-4.104205131530762,-3.211008071899414,-0.5197589993476868,-4.132819175720215,-4.145431995391846,2.287584066390991,-1.1856729984283447,1.0623669624328613,-2.0383450984954834,-2.1954870223999023,-3.973968982696533,2.794938087463379,2.4195749759674072,-1.9132879972457886,3.0394279956817627,-2.3900909423828125,1.362617015838623,-0.6383730173110962,1.314620018005371,-0.9229000210762024,1.5025540590286255,2.6984028816223145,0.1484380066394806,-0.7065060138702393,1.7061879634857178,3.206001043319702,-0.7952010035514832,-0.9127029776573181,-0.8914620280265808,1.433743953704834,1.833407998085022,-1.4549720287322998,2.2470970153808594,-4.167764186859131,-3.197490930557251,2.570594072341919,-4.489415168762207,2.272260904312134,-0.0412449985742569,-1.003499984741211,-0.836601972579956,-3.1654551029205322,-3.1234309673309326,1.8025490045547485,-3.973970890045166,2.887233018875122,0.7477239966392517,1.47440505027771,1.2245539426803589,-3.1941781044006348,2.8384480476379395,3.235882043838501,-3.651707887649536,-4.284482002258301,1.1910450458526611,2.5781619548797607,-2.8905880451202393,-0.40005001425743103,0.8292350172996521,0.0726419985294342,-0.4914799928665161,2.9392900466918945,-3.9454400539398193,-3.8923230171203613,1.4803450107574463,2.4915599822998047,2.4686150550842285,-1.6861129999160767,1.926151990890503,-3.252415895462036,-1.926448941230774,-1.713974952697754,-0.8277890086174011,2.590564012527466,-3.607862949371338,-4.102709770202637,-1.0719770193099976,-1.035707950592041,-3.0103759765625,-1.3157570362091064,-2.9955499172210693,2.980786085128784,-4.572737216949463,-4.55026912689209,-0.5193679928779602,-2.8130640983581543,-0.31682199239730835,-1.9556100368499756,0.07498600333929062,1.091096043586731,-1.4169659614562988,0.26420000195503235,0.9459760189056396,1.3505760431289673,1.3003640174865723,-1.4310539960861206,-1.1495720148086548,-1.1696979999542236,0.5516849756240845,0.7613229751586914,1.2134629487991333,2.936094045639038,0.29739201068878174,1.7173370122909546,-0.7766609787940979,-1.9878970384597778,2.8193891048431396,-3.398627996444702,-3.748522996902466,0.19725699722766876,-1.8443690538406372,-1.6149400472640991,-0.5553759932518005,-3.4054439067840576,-0.810204029083252,1.6365530490875244,-1.3414920568466187,2.375062942504883,-2.774509906768799,2.859714984893799,-4.652854919433594,1.1922060251235962,2.7332239151000977,1.1671160459518433,1.1697889566421509,-0.153780996799469,1.706915020942688,-4.106698036193848,2.054435968399048,0.4657990038394928,-1.150609016418457,-1.581557035446167,-0.6313719749450684,0.6417369842529297,-0.37672099471092224,1.1615519523620605,-1.675961971282959,-1.0451890230178833,2.6482160091400146,-4.5055928230285645,-1.5432039499282837,1.1585040092468262,1.805649995803833,-2.8569459915161133,2.0925910472869873,-2.5870161056518555,2.0214200019836426,-1.5017319917678833,2.4204139709472656,1.1123080253601074,-1.072111964225769,0.8357700109481812,-1.6755750179290771,3.12650990486145,-3.219244956970215,-1.7247259616851807,-0.690106987953186,-0.29260799288749695,-0.8878210186958313,-2.296035051345825,3.2632789611816406,-3.209188938140869,-1.7811959981918335,-2.1802868843078613,-3.2041070461273193,-1.7397769689559937,-2.0977959632873535,0.9085339903831482,2.1642088890075684,2.385080099105835,2.8802099227905273,0.11912000179290771,-1.3022710084915161,-1.1468989849090576,-4.198722839355469,-4.259472846984863,-4.097031116485596,-2.5449368953704834,-0.6081200242042542,1.0870569944381714,-3.180222988128662,2.2830770015716553,1.95968496799469,1.6966949701309204,-0.6713600158691406,-3.9673678874969482,2.3487908840179443,1.8808549642562866,-3.216439962387085,-3.56160306930542,2.1584649085998535,2.4596779346466064,-1.7141220569610596,2.9752249717712402,-2.9177980422973633,-2.22428297996521,-4.300230026245117,2.7260780334472656,2.620620012283325,-3.187140941619873,-0.9143400192260742,1.4695459604263306,1.510998010635376,-3.2087090015411377,2.1275219917297363,3.190027952194214,-2.902829885482788,-4.151389122009277,-3.3237268924713135,-1.9263559579849243,-1.1779429912567139,3.2447431087493896,1.3041410446166992,2.2016069889068604,-3.341820001602173,1.9039180278778076,1.9149669408798218,1.5021330118179321,-0.7351890206336975,3.093874931335449,2.6474599838256836,1.340880036354065,0.9117029905319214,-1.3851900100708008,0.9369019865989685,-1.657209038734436,0.1241149976849556,0.87322598695755,2.867095947265625,-2.200756072998047,2.3538548946380615,-3.8853540420532227,-3.210097074508667,2.7583179473876953,0.022520000115036964,3.2213079929351807,-4.595416069030762,-4.652972221374512,3.2190520763397217,-1.0665169954299927,-0.7806529998779297,-3.2687439918518066,1.2381529808044434,2.7269279956817627,-0.9411349892616272,-0.711903989315033,-4.262111186981201,-1.9087510108947754,1.7231589555740356,-1.3653939962387085,-1.3528310060501099,-4.360866069793701,0.44704800844192505,-3.2261290550231934,-3.211132049560547,1.764981985092163,-2.174578905105591,-1.7911850214004517,-0.9094060063362122,-2.9320321083068848,-0.19635899364948273,-3.8464410305023193,2.968596935272217,0.25750499963760376,0.7125800251960754,2.770380973815918,3.2404139041900635,-0.4813869893550873,-4.070040225982666,-4.3511128425598145,1.8632539510726929,0.7545160055160522,-3.8613998889923096,-2.0371038913726807,2.8449339866638184,-4.413173198699951,1.716873049736023,0.47068798542022705,2.642164945602417,-0.9169700145721436,-0.9077619910240173,-4.18864107131958,2.1298410892486572,3.0925118923187256,2.358398914337158,-1.266098976135254,2.710707902908325,-1.2775499820709229,-3.6858959197998047,-3.8804819583892822,-3.6993610858917236,-3.24755597114563,-2.937519073486328,2.7513649463653564,-2.664491891860962,0.8968210220336914,-0.5819609761238098,-0.9714699983596802,-0.8830580115318298,2.348349094390869,-1.707885980606079,2.318803071975708,1.7419250011444092,-3.7595670223236084,-1.1804139614105225,-0.5573899745941162,-2.8176300525665283,1.961650013923645,-0.652521014213562,-4.104282855987549,-1.8514549732208252,-1.9720439910888672,-2.2992329597473145,1.6550740003585815,0.43840500712394714,0.26663899421691895,1.9035450220108032,-3.032634973526001,-0.8717389702796936,1.1086729764938354,2.614989995956421,0.39773300290107727,0.36213400959968567,0.3081650137901306,2.9656639099121094,-0.57464998960495,2.6422739028930664,-3.2710890769958496,0.5522649884223938,3.0161330699920654,-3.6793038845062256,-3.77065110206604,-2.2154181003570557,3.052700996398926,-0.3962930142879486,1.1681629419326782,-3.7217230796813965,-3.2081680297851562,1.3624160289764404,-0.5751799941062927,-2.4806408882141113,2.2971389293670654,-1.7938710451126099,-3.217082977294922,1.697922945022583,-0.290567010641098,2.4696030616760254,3.247828960418701,2.7979021072387695,2.7399849891662598,2.6503000259399414,-2.3106160163879395,2.732125997543335,-2.088486909866333,-2.1629159450531006,2.963470935821533,0.1384650021791458,-1.4582569599151611,-1.9757989645004272,0.21457600593566895,-1.2694319486618042,-0.9002839922904968,1.4295159578323364,-1.0896250009536743,-2.4897398948669434,1.2299619913101196,-0.6905490159988403,-0.8059539794921875,-1.6433080434799194,1.9750440120697021,0.9298099875450134,1.1894220113754272,0.7842079997062683,-0.6829890012741089,2.797034978866577,1.9714959859848022,1.1273200511932373,2.8082730770111084,-3.205872058868408,2.8259990215301514,2.7294681072235107,0.6654970049858093,-1.1574490070343018,2.678863048553467,-0.6519790291786194,1.209293007850647,-2.4883759021759033,-2.1030468940734863,-0.3705480098724365,-3.6548280715942383,-4.391292095184326,-3.0118050575256348,-2.9958930015563965,-4.041018962860107,1.4720180034637451,-1.7390520572662354,-0.7527419924736023,-1.761191964149475,-3.9671950340270996,-2.2921319007873535,2.456171989440918,0.6453629732131958,-3.207345962524414,0.07960599660873413,3.1350860595703125,-4.65294885635376,1.3662660121917725,-2.0965309143066406,-4.539257049560547,-4.119915962219238,0.6191350221633911,-1.6546770334243774,0.7926070094108582,-1.4129359722137451,0.5028039813041687,3.259566068649292,-1.924968957901001,-3.9362568855285645,3.1093831062316895,-1.1077779531478882,-2.6671791076660156,-0.6445500254631042,3.1599769592285156,-1.6286870241165161,-2.6474781036376953,-2.4560420513153076,0.4551900029182434,-1.8069360256195068,0.6103879809379578,2.78303599357605,-0.35230201482772827,-3.8209660053253174,-3.8893299102783203,-1.295693039894104,2.3203659057617188,0.5329499840736389,2.3460590839385986,2.4569239616394043,-2.5675458908081055,-1.689579963684082,-1.4929009675979614,-1.0291470289230347,-1.1794830560684204,-1.1280930042266846,-4.614958763122559,-1.6869089603424072,-1.292212963104248,0.6871749758720398,1.0057170391082764,1.0645140409469604,-4.129045009613037,0.6611229777336121,1.0348910093307495,0.5869190096855164,0.530102014541626,-3.172792911529541,2.7315690517425537,2.657144069671631,-1.3438420295715332,0.3346410095691681,-3.0106399059295654,-1.7288939952850342,-0.47808700799942017,3.055479049682617,3.194434881210327,0.5306040048599243,2.9596540927886963,-3.6061251163482666,2.9418320655822754,3.0927491188049316,-4.274714946746826,-0.6277850270271301,0.1393599957227707,0.0904569998383522,2.3425490856170654,0.742385983467102,2.8164169788360596,-4.151090145111084,3.1299819946289062,-3.5359389781951904,-4.227481842041016,-1.019608974456787,-1.027637004852295,1.724856972694397,2.9238429069519043,-0.5506510138511658,1.0717699527740479,2.2461891174316406,2.8987820148468018,-2.175978899002075,1.4043550491333008,2.2243850231170654,0.39826199412345886,2.4795479774475098,-1.6042309999465942,-1.3165680170059204,3.1961960792541504,-4.1576972007751465,-1.2056599855422974,-0.8783100247383118,1.4693280458450317,3.197422981262207,2.674164056777954,-3.443342924118042,2.6468350887298584,-2.1147940158843994,0.9859319925308228,0.2584649920463562,-3.2056710720062256,-0.1286730021238327,-4.533600807189941,2.462028980255127,3.190093994140625,2.7118101119995117,-2.7632479667663574,-3.459907054901123,0.9382479786872864,-2.4375970363616943,1.6804310083389282,-3.1849710941314697,1.023290991783142,0.5448219776153564,2.2706708908081055,2.4308369159698486,-1.3974759578704834,0.652351975440979,-1.131142020225525,-1.0957800149917603,-3.2313120365142822,-2.52070689201355,2.5884900093078613,-2.5353500843048096,-1.8699530363082886,2.3442258834838867,-2.483988046646118,-1.4121639728546143,-2.8572580814361572,-0.8538839817047119,-1.7252689599990845,3.203144073486328,-3.2596631050109863,-1.6859240531921387,-2.521397113800049,1.6313090324401855,2.1329100131988525,-0.9008730053901672,2.744009017944336,-3.064819097518921,-3.129415988922119,2.695096015930176,3.315329074859619,2.954885959625244,-4.000575065612793,-3.895853042602539,-3.0108470916748047,-0.8499389886856079,-3.1952219009399414,1.232856035232544,1.4689600467681885,1.65830397605896,0.8628489971160889,-3.957047939300537,1.1030819416046143,-1.928732991218567,3.1211419105529785,-2.1017439365386963,2.9933300018310547,-1.2467700242996216,-0.7481610178947449,1.6803829669952393,-3.1973750591278076,-0.6581249833106995,0.9362639784812927,3.0263431072235107,-3.496272087097168,3.0321578979492188,1.9221229553222656,2.3739209175109863,-1.7017840147018433,-4.5217390060424805,-3.5188629627227783,1.1643290519714355,1.7195570468902588,1.2492890357971191,1.8741029500961304,-1.9352389574050903,1.3984090089797974,-2.719559907913208,1.5014439821243286,-2.328502893447876,-3.3328959941864014,-1.935191035270691,-0.5720660090446472,-3.5430779457092285,0.9847670197486877,-2.5741019248962402,-0.9370409846305847,-2.57846999168396,-0.1587029993534088,1.5982450246810913,2.4801530838012695,-0.6300839781761169,2.172579050064087,-1.5469529628753662,2.1619579792022705,-4.275415897369385,0.8891609907150269,2.5429248809814453,3.1201539039611816,-4.156369209289551,-3.186979055404663,-3.194645881652832,-1.0398199558258057,-2.0486350059509277,1.1919130086898804,-3.9811971187591553,0.695592999458313,-0.5693240165710449,-2.975419044494629,2.1990950107574463,-1.1262840032577515,0.979889988899231,-3.7062840461730957,-3.746587038040161,-2.1061151027679443,0.6246910095214844,0.5563079714775085,2.3460021018981934,-3.2530291080474854,-0.865185022354126,1.3003679513931274,-1.2726199626922607,1.8912320137023926,1.8464280366897583,-3.8260350227355957,-3.2047181129455566,-1.062417984008789,-0.5586069822311401,-1.1974259614944458,0.6638079881668091,2.5172228813171387,-0.2600879967212677,3.070797920227051,2.813997983932495,-0.6275050044059753,1.2936320304870605,-3.8151400089263916,0.43553200364112854,-1.3694850206375122,-2.952528953552246,-2.4304230213165283,2.283592939376831,2.717087984085083,-3.1921849250793457,-3.190778970718384,-1.6348899602890015,-0.4283759891986847,-2.982724905014038,-1.5894650220870972,2.9694669246673584,0.597108006477356,-1.821370005607605,-1.1319119930267334,3.1304540634155273,-2.406090021133423,-1.6797360181808472,-0.6588109731674194,-1.117764949798584,0.28819599747657776,-0.5656769871711731,0.05810200050473213,-1.053467035293579,0.14934900403022766,1.7604819536209106,0.14664599299430847,2.5730690956115723,1.7517269849777222,1.636944055557251,-1.949478030204773,1.689844012260437,2.37968111038208,1.028027057647705,0.7877060174942017,0.44804200530052185,-1.6446739435195923,1.3827389478683472,1.9217979907989502,-1.1761480569839478,-1.4641079902648926,-3.9931728839874268,1.0804990530014038,-3.4760758876800537,2.6448559761047363,2.408514976501465,-4.412281036376953,-2.1924920082092285,0.22092999517917633,1.2899550199508667,2.2349750995635986,-1.828415036201477,-2.717633008956909,-2.718858003616333,-3.917332887649536,-0.1714330017566681,-2.553212881088257,1.1892859935760498,-0.08250699937343597,2.1871509552001953,0.8712019920349121,-4.116110801696777,2.1878280639648438,3.0637478828430176,-3.8925371170043945,3.0462958812713623,2.7801671028137207,-1.1538200378417969,2.895937919616699,-0.3657959997653961,-0.5180079936981201,-0.8240470290184021,-3.073280096054077,-3.234776020050049,-4.4577507972717285,-4.031744003295898,-0.14250800013542175,-0.7384740114212036,-0.9951429963111877,-1.386546015739441,-0.7983710169792175,-2.502372980117798,-0.994255006313324,-1.081346035003662,2.751923084259033,-0.7344030141830444,-2.0610780715942383,-3.246385097503662,-4.1352338790893555,2.612668991088867,2.938317060470581,1.142907977104187,-1.1581120491027832,-4.178654193878174,-4.250655174255371,-0.7500979900360107,-3.756510019302368,-0.6156730055809021,0.7884799838066101,-0.5491989850997925,-0.9908990263938904,-1.0558830499649048,0.03353700041770935,-3.7963991165161133,0.5547530055046082,3.0390799045562744,-3.848684072494507,-4.328166961669922,-0.6033710241317749,-2.8315629959106445,1.1505869626998901,1.1373779773712158,-0.6978849768638611,2.317758083343506,3.143805980682373,-1.5058740377426147,-3.8689699172973633,-2.4206058979034424,-0.6011769771575928,2.999941110610962,2.249044895172119,-1.8852410316467285,-0.8541229963302612,-1.2443729639053345,-1.3475279808044434,-1.3604090213775635,0.8516219854354858,-1.1082420349121094,-1.1220920085906982,-0.983784019947052,0.3482230007648468,3.218477964401245,-1.5807050466537476,1.8441009521484375,-2.2637939453125,-3.2623469829559326,1.9332330226898193,-4.127409934997559,-1.9433929920196533,-1.1864219903945923,1.5128159523010254,-1.243183970451355,1.4270009994506836,-2.31514310836792,-1.9111560583114624,2.827302932739258,-2.1350479125976562,-3.491347074508667,1.866683006286621,-0.5849019885063171,-4.0855278968811035,-4.053316116333008,-0.737405002117157,2.7611730098724365,0.497404009103775,-2.6278510093688965,-1.837630033493042,1.7380000352859497,-0.6552309989929199,-1.5699830055236816,-1.303786039352417,-3.229343891143799,-3.235758066177368,0.6709179878234863,0.12384799867868423,-0.7765899896621704,-3.102174997329712,-0.5788490176200867,2.961369037628174,-4.020398139953613,-4.0195488929748535,-2.123004913330078,0.18417799472808838,2.960452079772949,2.893383026123047,1.4396259784698486,-3.967708110809326,0.7725880146026611,3.21819806098938,3.046933889389038,1.5163270235061646,-4.09947395324707,1.2203359603881836,-0.263621985912323,-3.2531039714813232,-3.2444889545440674,1.487563967704773,0.4060870110988617,0.4358460009098053,2.9374449253082275,0.662388026714325,-0.9793919920921326,-0.04150199890136719,-3.211638927459717,-2.8258779048919678,2.830343008041382,1.8363900184631348,2.64947509765625,-1.4541959762573242,-0.07037799805402756,0.653967022895813,0.2573069930076599,1.3318419456481934,-2.7824599742889404,-4.191634178161621,-1.5077320337295532,-0.8835499882698059,-1.8189829587936401,2.582021951675415,2.209265947341919,-1.0031529664993286,2.776566982269287,-1.4114830493927002,-4.059662818908691,-4.085100173950195,0.9090210199356079,1.2805190086364746,-0.04019299894571304,-1.239927053451538,-0.27782300114631653,0.8705909848213196,-1.0538909435272217,1.6700739860534668,1.3500679731369019,1.3220549821853638,-2.5261619091033936,-2.4646880626678467,-2.873953104019165,-1.7339730262756348,2.9154748916625977,-1.288243055343628,-3.0825719833374023,2.3979239463806152,1.4054369926452637,-3.512134075164795,-0.6387969851493835,-1.6112099885940552,2.2070670127868652,-2.134932041168213,2.020092010498047,2.7449910640716553,-0.9110209941864014,3.228971004486084,-1.2488360404968262,-3.404503107070923,2.842353105545044,-0.025172000750899315,-3.1823599338531494,-0.7000349760055542,-1.420307993888855,3.0253140926361084,-4.505557060241699,-0.15366800129413605,0.9155930280685425,-1.4899710416793823,-1.1729799509048462,3.2602078914642334,0.665382981300354,-0.975134015083313,-2.043776035308838,-4.199929237365723,-4.206491947174072,-3.2749691009521484,3.232285976409912,-2.392786979675293,-3.8392140865325928,1.2683570384979248,2.0408759117126465,2.4690821170806885,-4.432343006134033,-1.0458869934082031,-3.206310987472534,-1.411160945892334,-1.071241021156311,-2.133449077606201,-4.562871932983398,-1.2651989459991455,-4.0443220138549805,0.7179200053215027,-1.1153910160064697,-4.487246990203857,2.1083478927612305,0.8910319805145264,1.1606570482254028,-1.322464942932129,-1.333367943763733,-1.4050769805908203,0.9727090001106262,-0.43654099106788635,2.4026710987091064,1.6480779647827148,-4.313974857330322,-4.171785831451416,-1.475348949432373,-4.003129005432129,-1.522596001625061,2.687160015106201,-0.6211400032043457,-3.257417917251587,-3.5632050037384033,-1.7495540380477905,2.612471103668213,-3.1679179668426514,-0.6726199984550476,1.9402409791946411,3.296462059020996,-1.4290519952774048,-4.550570011138916,1.7388269901275635,-0.5167009830474854,-0.9035080075263977,1.248824954032898,-0.6137740015983582,-1.2377879619598389,2.7747299671173096,-0.6539549827575684,-3.2401790618896484,1.0961380004882812,0.4048979878425598,2.006330966949463,0.16392000019550323,-4.078796863555908,1.832334041595459,-4.1375322341918945,-4.316281795501709,-0.16123799979686737,-2.3290059566497803,-1.7840299606323242,-0.9182860255241394,-0.629019021987915,2.7788829803466797,-4.543274879455566,0.6961889863014221,2.6496620178222656,2.603580951690674,-0.6395120024681091,2.505676031112671,-1.1527249813079834,1.0885030031204224,-3.081928014755249,2.5556869506835938,3.0455949306488037,-3.866286039352417,-3.1770780086517334,-4.431375980377197,-0.47210198640823364,-2.635324001312256,-1.5914360284805298,-0.9148510098457336,-3.3033559322357178,-2.9218809604644775,3.1534080505371094,2.9266140460968018,2.5583689212799072,1.5154039859771729,-0.22954800724983215,1.8708440065383911,-3.519692897796631,1.5735290050506592,-1.803164005279541,-1.612007975578308,2.7132809162139893,-0.7155179977416992,-2.2139570713043213,-2.0411911010742188,2.633974075317383,2.8682689666748047,1.80354905128479,-1.3724249601364136,-0.056453000754117966,0.7126460075378418,-1.0073490142822266,2.458847999572754,-1.0332289934158325,-1.6250020265579224,2.727689027786255,-2.83398699760437,-2.2555251121520996,2.0896739959716797,-3.0247230529785156,-1.2098209857940674,-1.075821042060852,-0.22761699557304382,-1.32955002784729,-1.3333749771118164,2.103437900543213,-2.9252140522003174,3.1543068885803223,-1.3721040487289429,2.5575881004333496,-3.0970840454101562,-1.0272279977798462,-1.7129950523376465,-1.0934820175170898,-1.5051239728927612,2.3863160610198975,-3.6591129302978516,3.0231189727783203,-1.8963210582733154,-1.5561670064926147,-3.2338409423828125,1.744884967803955,2.587364912033081,-1.2273390293121338,-4.289133071899414,1.113571047782898,1.3279969692230225,0.20810799300670624,1.2241970300674438,1.2920650243759155,-4.192819118499756,2.899513006210327,-2.308089017868042,-3.229841947555542,-2.3283650875091553,-0.6247640252113342,2.355742931365967,0.4624449908733368,-1.3473329544067383,2.4597229957580566,1.020313024520874,-3.8701019287109375,2.4837090969085693,2.7227580547332764,-2.1667280197143555,-2.1063120365142822,-2.853940010070801,2.8454411029815674,0.37404000759124756,-3.195754051208496,-1.3309669494628906,-0.5649459958076477,0.2795110046863556,2.8614399433135986,-0.48927900195121765,-3.065268039703369,-3.792789936065674,2.4620680809020996,2.865017890930176,-1.5663210153579712,2.3983519077301025,-2.5820229053497314,-0.9076939821243286,-2.1550729274749756,-2.23260498046875,2.071647882461548,-2.494473934173584,-3.6601200103759766,0.9133970141410828,3.0988149642944336,2.299099922180176,1.4289089441299438,-1.053609013557434,-2.3916289806365967,3.0686700344085693,-2.4720330238342285,-1.184973955154419,1.3530230522155762,-3.7427010536193848,3.0470991134643555,0.7585340142250061,3.0728979110717773,1.463392972946167,-2.857095956802368,-1.7832659482955933,-3.9368109703063965,3.2235310077667236,1.1708970069885254,2.497533082962036,-3.188668966293335,-1.0986789464950562,-2.676745891571045,-3.1436259746551514,2.360840082168579,-1.6182219982147217,-1.0966500043869019,2.408586025238037,-1.65933096408844,1.7742929458618164,3.0081679821014404,-3.198564052581787,1.7402369976043701,-0.9313939809799194,-3.195164918899536,-3.2291009426116943,0.9031209945678711,-2.848033905029297,2.52189302444458,-2.44423508644104,-2.5298879146575928,-1.1086729764938354,-3.236392021179199,0.4012739956378937,2.298969030380249,-3.068100929260254,-3.5505480766296387,0.7900779843330383,1.9813129901885986,-1.4323099851608276,-2.0779531002044678,-0.495261013507843,-0.8113890290260315,2.800781011581421,2.0600409507751465,1.0339540243148804,2.9177539348602295,1.428009033203125,2.72863507270813,-2.055424928665161,-3.526386022567749,-2.6262381076812744,0.8870859742164612,-2.921452045440674,-2.235891103744507,1.5951889753341675,-0.9781690239906311,0.3882400095462799,2.1704399585723877,-1.0452519655227661,3.2299649715423584,-3.572115898132324,-0.36807501316070557,3.154771089553833,1.6950290203094482,0.46733298897743225,-2.1508679389953613,-2.1601319313049316,3.1309149265289307,-3.2398760318756104,3.294951915740967,-1.3702590465545654,-1.3736740350723267,0.8107140064239502,-3.078325033187866,-2.8796510696411133,0.7967159748077393,3.26481294631958,-1.2529560327529907,-1.0722730159759521,-4.369494915008545,0.6778960227966309,-0.7654629945755005,-1.9361549615859985,-1.7449949979782104,-2.2436389923095703,-2.19854998588562,2.948868989944458,-2.7013659477233887,-4.124317169189453,-0.6950880289077759,2.1810359954833984,1.7378029823303223,-2.9228549003601074,-1.5598020553588867,-3.2102859020233154,-0.3428789973258972,1.9487730264663696,-3.652642011642456,2.01595401763916,2.7489349842071533,2.7134430408477783,0.46777498722076416,2.657334089279175,-3.1932339668273926,-0.6535580158233643,-2.6207358837127686,-1.8549189567565918,2.0336360931396484,-2.81197190284729,-2.4057600498199463,0.9198729991912842,-1.2285590171813965,1.8215299844741821,-1.1090539693832397,-0.8373950123786926,-1.206684947013855,-1.145555019378662,-0.6225190162658691,-4.122513771057129,-1.3566089868545532,1.1479710340499878,1.8666549921035767,1.4604040384292603,2.241976022720337,-4.099015235900879,-1.9914849996566772,-3.3205089569091797,-1.8395359516143799,-3.085094928741455,2.8999710083007812,-3.2420260906219482,-1.6146379709243774,-2.2190170288085938,-3.2577579021453857,2.8643569946289062,-3.835153102874756,2.42077898979187,1.3374459743499756,-1.7234450578689575,1.0779500007629395,1.4919040203094482,-1.2340400218963623,-1.5780580043792725,-2.7807788848876953,2.471748113632202,0.8158950209617615,-1.853445053100586,2.8799049854278564,0.3458409905433655,1.2599719762802124,-0.4622719883918762,2.967442035675049,-0.8356990218162537,1.7518010139465332,-3.2386550903320312,1.9321520328521729,-1.2130860090255737,0.20624800026416779,-0.9123849868774414,-0.09019699692726135,-2.082202911376953,-2.971134901046753,-3.0016400814056396,-3.1347439289093018,-1.7916879653930664,-3.2271358966827393,2.408082962036133,-3.186063051223755,1.0204720497131348,3.121393918991089,-1.2156929969787598,-1.258810043334961,1.482234001159668,-1.5573539733886719,-4.356368064880371,1.0531649589538574,3.0409939289093018,-1.4337639808654785,-1.4047520160675049,-2.4015450477600098,2.967039108276367,-1.614230990409851,-4.172723770141602,-1.8561639785766602,-0.9761980175971985,-0.9857079982757568,0.8797850012779236,-0.7808799743652344,-4.24280309677124,1.846627950668335,1.1479049921035767,-0.6976649761199951,1.0544730424880981,2.6564650535583496,2.729506015777588,-3.2246620655059814,-0.5010570287704468,1.5590029954910278,-4.1223320960998535,1.9150830507278442,-1.1857149600982666,0.16138799488544464,-1.7623380422592163,-3.413336992263794,-4.109982013702393,-0.4918600022792816,2.188446044921875,3.209256887435913,-4.180243968963623,-4.1866607666015625,-4.482664108276367,-2.0199010372161865,-3.828202962875366,-4.084207057952881,2.299926996231079,2.513169050216675,2.445178985595703,0.40081700682640076,-3.187917947769165,0.9071800112724304,1.0844680070877075,-0.7124530076980591,0.16307899355888367,2.4143080711364746,-3.177227020263672,0.47898000478744507,-4.114643096923828,-4.461814880371094,0.8582289814949036,-1.2484480142593384,-0.5335609912872314,0.5274670124053955,0.5702980160713196,0.6604480147361755,-3.7282259464263916,-0.8495799899101257,2.493021011352539,-1.8489680290222168,3.309053897857666,-2.89224910736084,-1.3943020105361938,-0.1927330046892166,1.992777943611145,-2.6497550010681152,1.9420349597930908,-4.146879196166992,-4.164817810058594,1.8127260208129883,1.649580955505371,2.6791579723358154,2.4415459632873535,-2.695039987564087,-1.210070013999939,-2.4638960361480713,0.2083909958600998,-0.7028639912605286,-4.3675150871276855,-3.93099308013916,-4.078849792480469,-0.356781005859375,-1.4172409772872925,1.1741130352020264,-0.9430369734764099,2.6321909427642822,2.8542349338531494,1.1442400217056274,0.142193004488945,1.8481379747390747,-0.8894829750061035,-4.213062763214111,-2.3577020168304443,0.5749030113220215,0.2703849971294403,-3.217545986175537,2.059951066970825,1.9240009784698486,-3.2824020385742188,-1.5961110591888428,-3.8377389907836914,1.1987489461898804,3.100882053375244,2.824536085128784,1.8826580047607422,-1.0572940111160278,-3.2311549186706543,1.2439249753952026,-4.00615119934082,2.885334014892578,1.2891969680786133,1.0580459833145142,-1.735656976699829,-2.6511309146881104,1.5451209545135498,-0.9400439858436584,-1.238638997077942,1.0583829879760742,1.125488042831421,1.1208189725875854,-3.2157890796661377,-0.46600499749183655,1.6782339811325073,-0.4454460144042969,-4.23146915435791,-2.882798910140991,-2.1702280044555664,-0.3375549912452698,3.151106119155884,-3.437808036804199,0.9394019842147827,-3.199841022491455,-3.1972908973693848,0.37732499837875366,-4.478747844696045,1.2297619581222534,3.1170198917388916,3.3145968914031982,1.2401009798049927,-2.2429139614105225,-2.159264087677002,-2.2176620960235596,1.0744869709014893,1.1678069829940796,-1.3304200172424316,0.6665880084037781,-3.2035810947418213,2.858112096786499,3.203334093093872,2.558171033859253,-4.11381196975708,-4.274991989135742,1.3415100574493408,-0.6355050206184387,-3.8118529319763184,0.14160500466823578,-3.916908025741577,-3.1060190200805664,-2.9663949012756348,3.034533977508545,-0.866985023021698,-1.3182439804077148,-2.3734068870544434,2.543632984161377,-3.2400410175323486,0.6878309845924377,0.7191349864006042,0.11849600076675415,2.809364080429077,0.8939449787139893,-3.802156925201416,-3.197709083557129,2.238006114959717,0.07610800117254257,-2.2943129539489746,0.3881880044937134,-0.6366379857063293,1.8124370574951172,2.547451972961426,1.637449026107788,-0.7513260245323181,0.3747349977493286,1.9961450099945068,-1.092486023902893,1.6503640413284302,-1.3942780494689941,-2.0305070877075195,-4.475168228149414,1.2075309753417969,0.7167289853096008,-3.2168970108032227,1.759634017944336,-4.577559947967529,-3.531783103942871,-3.44950795173645,2.4196510314941406,-1.3588989973068237,-1.3020470142364502,-1.789363980293274,1.984902024269104,2.8192639350891113,0.7763919830322266,-3.7885000705718994,-1.066256046295166,-1.562019944190979,-4.514204978942871,2.9446780681610107,1.8318779468536377,-2.541826009750366,-3.165764093399048,-3.115833044052124,-2.536478042602539,-2.3996310234069824,-4.594989776611328,-4.627503871917725,-2.2274019718170166,0.6472470164299011,-3.582479953765869,0.7389050126075745,3.0829219818115234,3.093986988067627,1.1127029657363892,-3.283874034881592,2.7425200939178467,-1.5808600187301636,-1.585402011871338,1.2381850481033325,3.0954720973968506,-1.3134679794311523,1.182289958000183,1.8371219635009766,1.892138957977295,-1.899683952331543,-3.0386040210723877,-0.39396700263023376,-3.7427079677581787,2.949326992034912,-1.2015860080718994,-2.847982883453369,-2.062264919281006,2.9907209873199463,0.7263339757919312,-0.9914349913597107,-4.612655162811279,1.3236240148544312,-3.2008659839630127,-4.132087230682373,-1.1404730081558228,-0.9063850045204163,1.4581780433654785,1.6957260370254517,-3.0804049968719482,1.8949049711227417,1.5810680389404297,-2.1632680892944336,-4.161303997039795,3.3031020164489746,-1.1224910020828247,-0.43924999237060547,0.6838769912719727,1.0787370204925537,1.3219510316848755,-0.7391800284385681,-0.8761489987373352,2.156553030014038,1.3041880130767822,0.7315559983253479,-2.6486990451812744,-1.2620209455490112,-2.117702007293701,-3.7444660663604736,-0.8069679737091064,-0.8510760068893433,-1.787392020225525,0.8560109734535217,2.407032012939453,-2.977160930633545,1.7161400318145752,0.004844000097364187,-1.2432490587234497,1.004372000694275,2.5688090324401855,-2.782768964767456,-1.2783299684524536,-1.7394030094146729,-4.269123077392578,-0.9534720182418823,1.2452470064163208,0.9465039968490601,2.8697431087493896,0.6354789733886719,0.614329993724823,0.6621119976043701,-3.8143980503082275,1.882673978805542,2.0426158905029297,1.870255947113037,-3.331886053085327,1.6337430477142334,2.1220030784606934,2.572221040725708,-2.7246220111846924,2.762583017349243,1.1693849563598633,-2.889090061187744,0.42231300473213196,-0.999646008014679,-3.8696980476379395,-3.186110019683838,0.6558099985122681,1.1536790132522583,-2.2962210178375244,-4.1533098220825195,2.3117780685424805,3.22691011428833,0.6438930034637451,0.42216700315475464,-1.7834030389785767,-2.202548027038574,1.9857840538024902,-1.2014909982681274,-0.10170499980449677,1.904270052909851,0.7010250091552734,-3.1744260787963867,-0.7558649778366089,0.6865500211715698,-2.513853073120117,-1.8482739925384521,2.2864139080047607,-4.121085166931152,-4.111355781555176,-1.1585969924926758,2.2951340675354004,-3.9491569995880127,-1.0902220010757446,-2.7344419956207275,-1.0723179578781128,-0.5442000031471252,3.1814889907836914,-3.5098979473114014,-2.7175660133361816,1.1856000423431396,3.2275619506835938,-1.3712069988250732,1.1491349935531616,-4.477250099182129,1.1148990392684937,-4.6099348068237305,-1.0295219421386719,0.5465859770774841,2.735200881958008,-1.368327021598816,-3.47692608833313,-0.9388960003852844,-3.5678789615631104,2.8472490310668945,2.4216809272766113,0.23302599787712097,-0.4776400029659271,2.400736093521118,-3.326836109161377,-1.4791109561920166,1.5296519994735718,-4.190898895263672,2.82832407951355,1.5645979642868042,1.143326997756958,-3.225121021270752,0.3919549882411957,2.6588261127471924,-1.0188720226287842,2.0698750019073486,-4.177745819091797,-1.2193089723587036,-2.479775905609131,3.0652740001678467,-4.158627986907959,3.06614089012146,0.6727330088615417,1.4838180541992188,-3.336522102355957,0.08168700337409973,-1.9658839702606201,2.183806896209717,1.712514042854309,2.3219850063323975,2.4114770889282227,1.4430170059204102,-3.7165520191192627,0.7382590174674988,-4.1723809242248535,0.9273049831390381,-2.6954729557037354,-1.392354965209961,-0.5333560109138489,-1.866454005241394,-1.3777559995651245,-1.8848580121994019,2.676171064376831,2.1796209812164307,-2.689642906188965,0.8666059970855713,-3.2637391090393066,-0.9457839727401733,-3.2450339794158936,2.4582529067993164,-2.3376829624176025,0.4330950081348419,-0.9449229836463928,0.49327999353408813,-2.0573630332946777,-1.9943130016326904,-0.5268290042877197,-0.11158400028944016,2.0579299926757812,-3.8779819011688232,-2.776310920715332,-2.179582118988037,-2.7160470485687256,-0.2690899968147278,-1.2359509468078613,2.5812699794769287,-3.0877931118011475,-0.4449779987335205,0.16598300635814667,2.6271820068359375,-1.9915540218353271,-3.1932170391082764,-1.31482994556427,0.0879950001835823,-0.9330329895019531,-2.858583927154541,3.1049718856811523,3.058566093444824,2.590588092803955,-0.3330569863319397,1.0121020078659058,2.9659619331359863,-1.2272310256958008,-0.9986749887466431,-4.076952934265137,2.6814489364624023,2.6734509468078613,-1.2405400276184082,2.1843719482421875,0.4098680019378662,3.0829179286956787,1.8995510339736938,-2.312350034713745,2.047913074493408,1.6498509645462036,-2.934684991836548,-4.024960994720459,-3.665158987045288,-0.02079099975526333,-2.2226030826568604,-1.0861990451812744,1.8124220371246338,1.7867339849472046,-3.730794906616211,1.4162590503692627,-0.08137399703264236,-1.067410945892334,-3.205735921859741,-4.54033088684082,-4.368404865264893,0.17944200336933136,0.1355309933423996,-3.581149101257324,2.592245101928711,1.385411024093628,2.283442974090576,-1.1739579439163208,-0.3958689868450165,2.789072036743164,2.736891984939575,0.4582259953022003,-1.266605019569397,1.294754981994629,-1.4392659664154053,-3.19132399559021,-1.5225889682769775,-2.09973406791687,-1.9325549602508545,-1.8339970111846924,-4.082592964172363,-4.161798000335693,1.9692070484161377,1.4689810276031494,-3.5550429821014404,0.8948789834976196,3.2382431030273438,2.272723913192749,-4.1852641105651855,-2.42103910446167,-3.11484694480896,-4.407077789306641,-4.625308990478516,2.296741008758545,0.005187000147998333,0.07274100184440613,1.7222520112991333,-0.9855660200119019,0.7292929887771606,-1.9195810556411743,1.3246970176696777,2.6543939113616943,-0.47079500555992126,-4.311416149139404,-4.2439069747924805,-2.670315980911255,0.07621599733829498,1.2307419776916504,-1.2369539737701416,2.386776924133301,-2.2892820835113525,-2.2124741077423096,-4.106112003326416,2.7386090755462646,1.9053399562835693,1.0762670040130615,-2.8122169971466064,1.1302729845046997,2.6585419178009033,-3.8842360973358154,-4.0410871505737305,-4.208020210266113,2.6274220943450928,-1.6733150482177734,-0.8709059953689575,-0.8610479831695557,2.618927001953125,2.958448886871338,2.9533510208129883,-4.382098197937012,0.3136020004749298,0.956728994846344,-4.169315814971924,-3.2197940349578857,-1.66178297996521,-0.8845959901809692,2.1614999771118164,-4.197906970977783,-1.6312470436096191,-1.6464669704437256,1.5711820125579834,3.020226001739502,-1.8140909671783447,-3.876616954803467,-4.550477027893066,-3.986315965652466,-1.8770760297775269,1.2329959869384766,2.6291120052337646,3.054529905319214,-2.171260118484497,3.2632060050964355,-2.212721109390259,2.17520809173584,0.6023629903793335,-2.0618340969085693,-1.1930030584335327,-0.9896029829978943,-3.5224859714508057,-3.3020811080932617,-4.542130947113037,-2.1976780891418457,3.1411170959472656,2.57348895072937,-3.0728559494018555,-2.732430934906006,-3.116987943649292,0.9288899898529053,1.947064995765686,0.23529000580310822,3.161015033721924,-4.0487380027771,2.1224820613861084,2.1036300659179688,-1.447471022605896,0.7954879999160767,0.20177799463272095,-1.5329099893569946,-2.169264078140259,2.7483859062194824,1.2920680046081543,-0.01658100076019764,1.6737439632415771,-2.653970956802368,1.5960570573806763,1.9371700286865234,-3.1945788860321045,-0.16634899377822876,2.6937289237976074,-1.0139700174331665,1.7974950075149536,0.8194119930267334,0.901203989982605,-1.463974952697754,-1.4655330181121826,0.6986849904060364,2.181256055831909,2.2382960319519043,0.34866800904273987,-0.9361050128936768,-2.419593095779419,-3.138727903366089,-1.4302719831466675,2.978071928024292,2.7943038940429688,1.3091809749603271,-1.785027027130127,-1.760975956916809,2.2069849967956543,-0.7097370028495789,1.2348109483718872,2.7795839309692383,2.3604469299316406,1.3000479936599731,-4.363372802734375,0.9575179815292358,-1.1249480247497559,-1.0890350341796875,-0.43612900376319885,-0.9318029880523682,-4.12929105758667,0.7727199792861938,-3.9969871044158936,-3.2814290523529053,-3.2459940910339355,2.0911319255828857,1.6095349788665771,-3.0987420082092285,3.007560968399048,0.8105180263519287,-1.3048629760742188,-2.894624948501587,-0.8986110091209412,-2.124269962310791,-3.113147020339966,2.564210891723633,1.449995994567871,0.9840999841690063,2.68087100982666,-3.7007040977478027,2.689491033554077,-3.3475890159606934,2.4117610454559326,-4.1468048095703125,-2.1925649642944336,1.3619439601898193,-3.2856979370117188,1.3215179443359375,1.3141939640045166,-3.4597198963165283,1.4310239553451538,-3.0087249279022217,2.741420030593872,-0.6827980279922485,2.9274280071258545,-3.2435150146484375,2.6143550872802734,-2.9229989051818848,2.59226393699646,1.5074830055236816,-3.80635404586792,2.830825090408325,-0.9150869846343994,-1.67250394821167,-1.5948870182037354,1.8073110580444336,-1.1118990182876587,-0.7071110010147095,1.821424961090088,-2.417880058288574,0.3674359917640686,-1.9671050310134888,-2.5706229209899902,-1.4760069847106934,3.2601189613342285,-1.397832989692688,2.9902329444885254,2.832956075668335,2.453918933868408,1.6081980466842651,3.1020820140838623,0.7519469857215881,1.630473017692566,-1.1977139711380005,2.0660459995269775,-1.153009057044983,-0.8405699729919434,-1.1063820123672485,-3.188302993774414,-2.387140989303589,1.922063946723938,-2.347728967666626,-4.509055137634277,-2.242685079574585,2.6132090091705322,-0.18973900377750397,-1.1280269622802734,3.1611950397491455,-0.9862539768218994,1.3196970224380493,-3.485400915145874,-2.9492719173431396,-3.507524013519287,-0.886040985584259,-2.0341620445251465,-2.961582899093628,-0.541163980960846,2.723867893218994,1.560407042503357,0.6530240178108215,2.177839994430542,-3.78944993019104,3.1810250282287598,2.3655519485473633,-1.7792710065841675,-1.7633839845657349,0.15102100372314453,-1.0294229984283447,1.0983599424362183,-0.8716089725494385,0.3416230082511902,1.1376160383224487,-4.3744611740112305,-3.671786069869995,0.9893419742584229,1.7832969427108765,-1.3294739723205566,-4.567248821258545,1.7589139938354492,-4.372684001922607,1.4528239965438843,2.5209848880767822,2.20202898979187,-1.3994810581207275,1.8723139762878418,0.5275239944458008,2.2052340507507324,-2.5447170734405518,-1.3621749877929688,-0.05632700026035309,1.5472949743270874,3.173326015472412,-2.0884790420532227,-3.1844539642333984,2.358242988586426,0.16578400135040283,-3.234307050704956,-1.2268869876861572,-0.6543020009994507,-3.210028886795044,-4.652904033660889,-3.190984010696411,-0.16590499877929688,-2.4564619064331055,-2.482775926589966,0.24941399693489075,-2.7792510986328125,-0.10357800126075745,-1.5548670291900635,-3.283795118331909,-4.451373100280762,2.5601329803466797,1.2621300220489502,1.5110000371932983,2.9636940956115723,0.14528000354766846,-4.477643966674805,-1.7558259963989258,-0.233365997672081,-1.8444520235061646,-1.7697900533676147,-1.0180710554122925,2.2344110012054443,2.099500894546509,-3.2269999980926514,-2.735685110092163,-1.0334409475326538,1.021170973777771,2.481787919998169,1.971235990524292,3.158806085586548,-0.24215200543403625,-0.21176600456237793,-0.4684920012950897,-4.167419910430908,-4.193179130554199,-2.3893840312957764,-0.4444960057735443,-4.054201126098633,0.17084600031375885,2.895210027694702,-0.894752025604248,-4.157584190368652,1.3417929410934448,2.4874730110168457,0.8795199990272522,-1.008131980895996,-1.5082679986953735,2.114485025405884,-1.2875829935073853,-3.058893918991089,-3.1906580924987793,2.9465320110321045,-1.081102967262268,1.9242719411849976,-2.693624973297119,-4.305848121643066,-2.0505518913269043,2.116070032119751,-0.4418419897556305,-2.0936279296875,-1.970093011856079,-1.3121379613876343,-2.6321799755096436,1.8112740516662598,-3.2151060104370117,-0.47461599111557007,2.9039130210876465,2.596198081970215,-3.4336891174316406,0.6449609994888306,-3.4724040031433105,-0.09910500049591064,-1.7336770296096802,-3.1583220958709717,-4.147723197937012,-1.3984529972076416,2.7523910999298096,2.3503150939941406,-3.1939899921417236,-3.215878963470459,-1.3951319456100464,-2.425971031188965,1.0338939428329468,-1.5780479907989502,-0.028147999197244644,-0.30083200335502625,-3.2332639694213867,-1.4478299617767334,1.8347560167312622,2.52236008644104,-0.40576601028442383,1.0308459997177124,-1.843377947807312,-1.8265990018844604,1.2568069696426392,1.8087550401687622,0.36262500286102295,-2.934398889541626,-2.22721791267395,0.9540410041809082,2.378528118133545,1.0140000581741333,-1.9581810235977173,-1.2813279628753662,-0.5116329789161682,-0.6720799803733826,-1.1907219886779785,0.9593870043754578,-3.1362431049346924,2.5407700538635254,-4.101138114929199,-0.8321899771690369,-0.5062130093574524,-2.8689188957214355,0.48109200596809387,2.945897102355957,1.2128759622573853,-1.2222850322723389,0.7236639857292175,-0.17878399789333344,0.24929200112819672,-1.4768190383911133,-1.7882699966430664,-4.1074700355529785,-4.136537075042725,1.2403550148010254,0.83086097240448,0.8528850078582764,-0.9624379873275757,-0.5992419719696045,-1.4445240497589111,3.041445016860962,0.5089840292930603,0.9103310108184814,-3.485243082046509,2.4229071140289307,-0.44086000323295593,0.14737099409103394,0.030014000833034515,1.082656979560852,3.079835891723633,-2.503324031829834,2.9169390201568604,-0.8306980133056641,-4.072864055633545,-0.13215500116348267,2.9550859928131104,-0.7300339937210083,-0.8942739963531494,-1.1225110292434692,-0.06631699949502945,-1.7827579975128174,-1.498034954071045,0.3335169851779938,1.551833987236023,-2.0503079891204834,-1.4026010036468506,-1.4298529624938965,0.3673569858074188,2.103661060333252,-1.1040229797363281,2.4921340942382812,-2.673952102661133,2.1653640270233154,2.7025930881500244,-4.165278911590576,-0.24768899381160736,-4.244503021240234,-4.531353950500488,1.0834629535675049,2.653757095336914,1.2438950538635254,0.736391007900238,1.0061440467834473,-3.1477599143981934,1.9988130331039429,-2.253230094909668,2.062917947769165,-2.2596850395202637,-2.5738840103149414,1.2485430240631104,1.874587059020996,-2.8647119998931885,-1.6818989515304565,2.8870420455932617,1.7796390056610107,-3.21995210647583,3.0343780517578125,-3.1645801067352295,-2.6568241119384766,-1.906790018081665,2.095025062561035,-1.4906200170516968,-3.213123083114624,-1.141198992729187,-1.3299620151519775,1.6596150398254395,-3.6570050716400146,-1.1991569995880127,2.745002031326294,2.5003440380096436,-3.208122968673706,-0.9870250225067139,1.3078980445861816,-3.196276903152466,2.432853937149048,1.619057059288025,2.223926067352295,2.198967933654785,2.2014760971069336,0.8994060158729553,2.745526075363159,-0.10390099883079529,3.0286800861358643,-3.532650947570801,-3.224679946899414,2.5105490684509277,-0.6956909894943237,0.09073899686336517,2.1828830242156982,-2.258729934692383,-3.508254051208496,0.4581339955329895,3.046380043029785,-3.1928040981292725,-3.275233030319214,-0.6914860010147095,-3.2102789878845215,2.432379961013794,-2.0450439453125,0.6217020153999329,2.6146600246429443,-0.2954609990119934,-3.191075086593628,0.8776410222053528,2.4368019104003906,-2.992079019546509,2.1380929946899414,0.2024330049753189,1.520432949066162,2.1981019973754883,-3.240633010864258,-3.9618380069732666,-1.108157992362976,-4.137831211090088,-4.113152980804443,-4.106943130493164,0.1446159929037094,-0.28443199396133423,-1.673187017440796,-2.212222099304199,-4.283690929412842,0.9514229893684387,0.7303940057754517,2.253890037536621,-2.0487849712371826,-1.0828189849853516,-1.2517590522766113,1.0489259958267212,0.5626969933509827,-3.3689780235290527,-3.252971887588501,-4.01598596572876,-4.039064884185791,2.4200100898742676,-1.222875952720642,1.4009310007095337,1.2620480060577393,2.632344961166382,-3.188744068145752,1.5861860513687134,-0.44207999110221863,-2.6495299339294434,2.6898069381713867,0.6594939827919006,2.557523012161255,0.38797900080680847,2.256472110748291,-0.209074005484581,1.8031829595565796,3.2296340465545654,-3.243562936782837,3.020047903060913,-2.9231019020080566,-3.9349169731140137,2.806519031524658,0.6006669998168945,-3.5665760040283203,1.1762369871139526,-1.4261850118637085,-2.889461040496826,-2.919503927230835,-1.3123799562454224,-0.1613759994506836,0.8302729725837708,-2.2057669162750244,1.1445319652557373,2.3966829776763916,-3.226984977722168,2.504477024078369,1.087103009223938,-0.8053799867630005,0.8492370247840881,-4.469706058502197,-2.22285795211792,2.9968459606170654,-2.2829859256744385,2.798490047454834,-2.5898349285125732,-3.6831390857696533,3.072861909866333,-1.0609430074691772,0.4404120147228241,-1.022544026374817,-3.261647939682007,1.3113059997558594,-1.3224040269851685,-3.570344924926758,2.74626088142395,0.2684659957885742,-0.9807239770889282,-0.8969280123710632,-4.347996234893799,1.2741049528121948,-0.5362899899482727,1.179766058921814,-3.4113340377807617,-0.7083460092544556,2.85652494430542,1.109768033027649,-4.395864009857178,-1.419042944908142,2.0723869800567627,0.6377149820327759,-1.534085988998413,1.8475919961929321,-3.1997389793395996,2.4868760108947754,-2.4291629791259766,3.0404210090637207,2.1977529525756836,-3.6178970336914062,-3.217297077178955,-2.398202896118164,-3.207566976547241,-1.4868559837341309,0.2840540111064911,-2.5049350261688232,-1.5113780498504639,-3.4550180435180664,-2.7838571071624756,-0.3063879907131195,-4.371531009674072,-2.5647990703582764,-0.6159030199050903,1.8011740446090698,1.0992790460586548,1.6755009889602661,-1.0897079706192017,2.0914759635925293,-2.268986940383911,0.2098580002784729,0.20321400463581085,-4.468000888824463,-3.371001958847046,-2.994616985321045,-1.9702329635620117,-0.716048002243042,-2.684070110321045,-4.13388204574585,1.2214499711990356,-1.3439040184020996,-0.5967559814453125,0.41883501410484314,3.342595100402832,-2.630284070968628,2.0935590267181396,0.9412850141525269,-3.135833978652954,-4.575310230255127,-4.443346977233887,-1.2477929592132568,-1.4815289974212646,2.415982961654663,1.07224702835083,-1.8494759798049927,-1.3689550161361694,2.467468023300171,-0.5766260027885437,-3.2617499828338623,0.24724599719047546,2.299299955368042,-0.05068900063633919,-1.937757968902588,2.847806930541992,-0.8368260264396667,-1.169724941253662,-0.44844600558280945,-0.9849410057067871,-1.9413210153579712,-0.11969099938869476,-4.1741719245910645,1.8685410022735596,0.9561240077018738,-1.0678139925003052,-3.147455930709839,3.2007319927215576,0.7590360045433044,-4.288373947143555,-4.4370269775390625,0.8712189793586731,-0.7790729999542236,-3.1112658977508545,-3.1978249549865723,-3.202254056930542,-1.0452929735183716,1.7387349605560303,2.6700799465179443,-3.1496529579162598,1.9229140281677246,-1.2610889673233032,-3.161310911178589,-3.9662699699401855,2.0499401092529297,-1.5989700555801392,-1.9399349689483643,-1.0217159986495972,1.3157670497894287,2.610297918319702,3.1239640712738037,2.7438580989837646,2.5557808876037598,-4.195279121398926,2.8629519939422607,1.2451419830322266,0.1802539974451065,-4.297704219818115,1.3885120153427124,2.1655519008636475,-3.2220919132232666,-1.7632490396499634,-1.0631999969482422,3.0898261070251465,-4.130622863769531,3.162348985671997,1.218667984008789,-4.652988910675049,-3.0010950565338135,-1.4074430465698242,-1.3358999490737915,3.1341710090637207,3.1899139881134033,-1.366610050201416,-2.265242099761963,-2.253580093383789,-3.5970640182495117,0.6373909711837769,2.9524528980255127,0.34988999366760254,3.067289113998413,-3.2118849754333496,-2.769788980484009,-0.2518570125102997,-1.763174057006836,-3.0137128829956055,-3.2407419681549072,-4.4722747802734375,2.376250982284546,-1.3289320468902588,1.6134669780731201,-3.196624994277954,2.168149948120117,2.843322992324829,-1.0103260278701782,1.237941026687622,-1.5675450563430786,-2.4158740043640137,-0.5044320225715637,-2.263370990753174,-0.05987799912691116,0.2872549891471863,-4.2493767738342285,-1.7993830442428589,2.7712149620056152,-1.6681569814682007,2.1165480613708496,1.2566289901733398,2.7177889347076416,-3.200597047805786,-3.205425977706909,-3.1954519748687744,-3.0222339630126953,0.45739901065826416,1.9654090404510498,-1.08262300491333,-0.4918549954891205,-3.9742870330810547,-1.1333940029144287,-1.5243220329284668,0.38133999705314636,1.0470620393753052,-1.891211986541748,0.1215519979596138,-1.3763190507888794,1.1748369932174683,1.2288789749145508,-2.8154571056365967,-3.379826068878174,-4.0279130935668945,-1.4131920337677002,2.495626926422119,-3.238847017288208,2.3247740268707275,-1.9438560009002686,-0.5440149903297424,0.7142260074615479,0.8245450258255005,2.1129190921783447,-2.515968084335327,-2.8318660259246826,2.9063050746917725,2.431520938873291,0.7459819912910461,-3.1892709732055664,2.0001730918884277,-1.6560319662094116,-2.7570059299468994,-1.3071930408477783,2.582962989807129,-2.8864099979400635,-3.478584051132202,2.393328905105591,-3.2068939208984375,-2.516554117202759,0.27333399653434753,1.933042049407959,-0.29367199540138245,-0.9452080130577087,2.1418509483337402,-2.2777299880981445,-2.2938320636749268,1.2682230472564697,2.6115739345550537,-1.1341739892959595,1.2229210138320923,-1.794605016708374,1.9322810173034668,3.091073989868164,2.299837112426758,-0.3832319974899292,-2.773185968399048,2.483422040939331,2.730652093887329,0.829164981842041,-0.38340699672698975,3.11483097076416,0.8546850085258484,2.7873010635375977,2.7818849086761475,-2.2515978813171387,-3.1873230934143066,-2.8640689849853516,2.1246960163116455,2.6210999488830566,2.755213975906372,1.7680649757385254,-3.169631004333496,0.860293984413147,2.6197071075439453,-1.203516960144043,-1.616454005241394,2.222309112548828,2.324681043624878,-2.0861639976501465,-0.34774500131607056,1.5049779415130615,1.9875439405441284,0.5044959783554077,-3.206576108932495,1.3550479412078857,-1.544693946838379,-2.7346489429473877,-0.5594130158424377,1.936890959739685,-2.0460638999938965,-3.6132569313049316,0.9815040230751038,-1.3218469619750977,1.3182029724121094,-0.10981500148773193,1.512465000152588,-3.212414026260376,-2.9752650260925293,0.8351460099220276,-4.131989002227783,0.02542099915444851,-0.6219589710235596,2.339998960494995,-3.1621758937835693,-1.6135879755020142,-2.5553689002990723,-1.6153260469436646,1.1934289932250977,1.7812529802322388,-1.0301469564437866,1.6673569679260254,-0.6809549927711487,-1.3633270263671875,-3.664876937866211,1.2057689428329468,2.6311850547790527,-2.7889420986175537,-2.8761050701141357,-0.6913220286369324,-3.0889790058135986,-0.8351680040359497,-4.2903571128845215,-4.2148261070251465,-3.2005460262298584,-1.798166036605835,-4.166083812713623,-0.225164994597435,0.9319120049476624,-0.8522310256958008,-1.8503949642181396,2.497438907623291,0.2824600040912628,-1.8890999555587769,0.3773060142993927,-1.2753750085830688,-3.412951946258545,2.847460985183716,-1.000939965248108,0.896016001701355,0.5148259997367859,-0.6767659783363342,1.8259010314941406,-4.440410137176514,-2.373133897781372,2.3342690467834473,-4.0821309089660645,-0.4695050120353699,-1.6087960004806519,2.9089341163635254,-2.5813329219818115,2.2356889247894287,2.544142007827759,-2.494580030441284,1.1402909755706787,-1.4944900274276733,0.18708300590515137,-0.09762100130319595,-1.0524779558181763,-1.5850830078125,-3.5929648876190186,-1.551015019416809,-1.0686049461364746,1.0880980491638184,2.6402130126953125,-0.18306100368499756,-0.6888560056686401,1.1097270250320435,1.8249620199203491,0.8662869930267334,-1.0620139837265015,1.9367300271987915,-1.5249240398406982,-2.7969679832458496,-4.062935829162598,-4.096069812774658,-3.292504072189331,0.1016400009393692,-4.104544162750244,1.5209749937057495,-3.483586072921753,-4.650530815124512,0.7053560018539429,-1.2627789974212646,1.5326160192489624,-2.773437976837158,2.059849977493286,2.991447925567627,1.2092959880828857,2.864590883255005,1.2568609714508057,2.8837881088256836,2.890221118927002,1.2902719974517822,-3.3574559688568115,2.442641019821167,1.0238499641418457,2.99590802192688,2.3935089111328125,-1.299800992012024,-0.33173200488090515,3.2114388942718506,-1.2816740274429321,3.1099679470062256,-1.0279179811477661,3.0469319820404053,2.352449893951416,2.6609439849853516,0.4512209892272949,-2.710042953491211,-1.8010799884796143,-1.2411539554595947,-0.5360450148582458,-1.0832899808883667,1.8958510160446167,2.2446670532226562,-0.8072670102119446,1.587393045425415,-0.334755003452301,-1.644454002380371,-3.209446907043457,-2.9500010013580322,-3.2395119667053223,0.990185022354126,1.050542950630188,1.1440249681472778,-1.0021770000457764,2.2626519203186035,1.4154119491577148,3.1795389652252197,1.874582052230835,-0.9729390144348145,-1.860245943069458,1.2603579759597778,-1.4137799739837646,-0.26209399104118347,-3.5195350646972656,-3.1178719997406006,-3.182581901550293,1.0634490251541138,1.3032629489898682,1.4562820196151733,0.4092920124530792,-4.205376148223877,-1.0409369468688965,-3.306199073791504,-0.2403929978609085,-0.627232015132904,-3.2344439029693604,1.3179850578308105,3.1213459968566895,-1.0399620532989502,0.954882025718689,1.0746619701385498,-3.756481885910034,0.3000980019569397,-1.9218599796295166,2.783942937850952,-1.2869889736175537,2.2648580074310303,-0.9569270014762878,-0.3095479905605316,-1.4631680250167847,-4.055260181427002,0.6757389903068542,-2.039602041244507,-1.9379539489746094,-0.6315690279006958,-0.29295599460601807,-2.3865768909454346,-4.123015880584717,-2.0912299156188965,2.94460391998291,-4.285610198974609,2.4491610527038574,-4.27702522277832,-3.6370880603790283,-2.096008062362671,-1.8541820049285889,2.525860071182251,0.8029670119285583,-2.556619882583618,-1.676527976989746,-2.605700969696045,-2.2534139156341553,0.8106200098991394,-3.1919760704040527,0.41993799805641174,-2.797727108001709,-3.4966299533843994,-2.170867919921875,1.062343955039978,-4.003117084503174,0.11148999631404877,-3.5411579608917236,-0.6615570187568665,1.0656989812850952,-2.643394947052002,-2.005286931991577,0.08093199878931046,2.6751530170440674,-3.059396982192993,0.19576099514961243,-2.7968780994415283,-2.8427441120147705,-0.956496000289917,0.8251969814300537,1.3422249555587769,0.42155200242996216,2.6245689392089844,2.077462911605835,0.14605599641799927,-1.8673570156097412,-4.152449131011963,3.2859320640563965,1.3289730548858643,3.210444927215576,-3.230151891708374,1.6225130558013916,-1.5403950214385986,-1.269292950630188,-4.653182029724121,-0.8026440143585205,1.6979780197143555,-2.119626998901367,0.3349129855632782,-1.037438988685608,0.3312459886074066,-3.2080581188201904,-1.7837810516357422,0.24468499422073364,3.182981014251709,-1.4495480060577393,-1.8669129610061646,2.334146022796631,-1.8060929775238037,-0.5890100002288818,0.9200459718704224,-1.1612590551376343,-0.7610470056533813,-1.7305740118026733,2.19677996635437,-1.213271975517273,-1.802157998085022,-1.036939024925232,3.006519079208374,0.7697229981422424,1.4692610502243042,-3.0940799713134766,-0.6525939702987671,-3.2069220542907715,0.10704100131988525,1.0275510549545288,-2.401515007019043,-4.241621971130371,-4.555981159210205,-2.425987958908081,-4.014023780822754,-4.002013206481934,-4.056734085083008,-1.6583000421524048,2.314176082611084,1.4088170528411865,2.727638006210327,1.464982032775879,-0.6734790205955505,2.9484500885009766,1.0237339735031128,-1.6905239820480347,2.6184980869293213,3.0739400386810303,-1.6485689878463745,2.165411949157715,2.8260860443115234,2.8255910873413086,-0.8038949966430664,-4.09872579574585,-3.990648031234741,-3.4557900428771973,0.6567919850349426,-3.1162350177764893,-3.9388558864593506,-0.9584919810295105,-3.1896300315856934,0.2807619869709015,-3.325525999069214,2.743117094039917,2.3129940032958984,0.43421098589897156,-0.6633359789848328,-3.658616065979004,1.2067279815673828,0.5510920286178589,-1.8590339422225952,-0.7920209765434265,1.7220209836959839,-2.2942490577697754,-4.426175117492676,2.290869951248169,-4.103869915008545,-0.8318979740142822,0.43340200185775757,-1.0116909742355347,1.6074260473251343,1.1917320489883423,2.7353930473327637,1.8248000144958496,-1.3041050434112549,3.066426992416382,2.97597599029541,2.9199318885803223,-2.0746700763702393,3.1759231090545654,-3.0921149253845215,-3.1763908863067627,-0.34005698561668396,-0.4543890058994293,-1.9056349992752075,0.6346070170402527,1.4020169973373413,2.4211668968200684,0.0867059975862503,-4.439732074737549,-4.276145935058594,-4.422513961791992,2.4401960372924805,1.5832099914550781,-1.4701989889144897,2.568864107131958,-4.214770793914795,2.0006020069122314,-1.6490529775619507,2.003925085067749,2.9057528972625732,2.8463780879974365,-4.652950763702393,-1.6049590110778809,0.03797199949622154,2.5964760780334473,0.7672939896583557,-0.07517900317907333,2.087894916534424,-3.197688102722168,-0.9800739884376526,0.34011000394821167,0.4575519859790802,-4.071800231933594,1.8127069473266602,-3.0219149589538574,1.8564269542694092,2.628612995147705,-2.5913169384002686,-3.2035229206085205,-3.1009509563446045,-3.5077950954437256,-4.4631428718566895,-3.3480560779571533,-1.4356969594955444,-3.1901040077209473,2.685879945755005,1.9701039791107178,2.584306001663208,-1.3913949728012085,-4.149813175201416,2.3034310340881348,-1.1236050128936768,-2.3955540657043457,-2.397308111190796,-3.2430500984191895,3.2225959300994873,0.3292919993400574,-4.33148717880249,-4.401721000671387,3.158086061477661,-2.1440069675445557,-0.9359279870986938,-1.2786099910736084,-3.2131049633026123,1.1171530485153198,2.217834949493408,0.7922080159187317,-0.44408300518989563,-3.720644950866699,-3.2025339603424072,-0.6138430237770081,-0.8090050220489502,2.925096035003662,2.716546058654785,-2.362760066986084,-3.192728042602539,-2.1532440185546875,2.7212650775909424,2.1491549015045166,2.05259108543396,-0.25101399421691895,-3.509603977203369,-1.5130560398101807,2.0731489658355713,-3.198806047439575,-3.2170610427856445,-3.067949056625366,-3.1325531005859375,-2.029258966445923,-2.0776689052581787,-1.122359037399292,0.13141199946403503,2.828594923019409,-4.525437831878662,-0.7354030013084412,-0.5535119771957397,-3.845689058303833,-1.710163950920105,-1.184728980064392,0.7827839851379395,-4.367067813873291,-3.1982600688934326,-1.1828240156173706,-3.7641170024871826,3.158961057662964,-0.4871070086956024,3.060007095336914,-4.4752349853515625,-1.517822027206421,2.8602259159088135,-1.9615349769592285,0.48878300189971924,3.1470260620117188,-2.6931099891662598,-4.197294235229492,-0.26375898718833923,-0.76487797498703,-4.217031955718994,-2.859384059906006,-1.5699830055236816,-3.2768919467926025,-4.1009039878845215,3.036586046218872,2.743216037750244,1.8088220357894897,-1.5969719886779785,1.206766963005066,1.0165870189666748,-3.6684179306030273,-3.597482919692993,0.7987549901008606,-2.3047239780426025,0.8047429919242859,-0.637811005115509,-1.2730820178985596,1.008594036102295,3.1358659267425537,-1.0938140153884888,-2.5794360637664795,-3.1937360763549805,-3.3976120948791504,0.3831160068511963,-2.8817849159240723,-3.203989028930664,2.5755488872528076,2.499397039413452,2.9753129482269287,-2.0718460083007812,0.8453649878501892,-0.6720860004425049,2.056644916534424,-1.8264989852905273,-0.7646039724349976,1.837744951248169,-2.3412179946899414,2.2260959148406982,-2.006520986557007,2.8411920070648193,3.2326018810272217,-1.0756809711456299,-1.1097509860992432,-2.4969229698181152,0.8937519788742065,-2.567884922027588,0.40443000197410583,1.2694710493087769,-0.5975229740142822,2.2718849182128906,2.90008807182312,-1.8428759574890137,1.8647799491882324,2.0432519912719727,1.9539860486984253,2.3735311031341553,-4.609621047973633,-1.490162968635559,-0.974515974521637,1.0400689840316772,0.9610229730606079,-3.7369940280914307,2.6987640857696533,-1.4201680421829224,-4.054818153381348,1.9125850200653076,-1.09483003616333,-1.6834650039672852,-3.189579963684082,-0.5610659718513489,-3.2587430477142334,-1.5528240203857422,1.9502270221710205,-2.1857290267944336,1.866819977760315,-3.198523998260498,-3.0861868858337402,-1.6151410341262817,-4.124635219573975,-0.09156399965286255,-1.3673629760742188,0.809203028678894,-0.951915979385376,-2.2614340782165527,2.579637050628662,-0.394320011138916,3.036313056945801,-1.7858320474624634,1.7354480028152466,-1.1295939683914185,2.1236929893493652,-3.196269989013672,-3.1968228816986084,2.078788995742798,-1.045335054397583,-3.2078490257263184,-1.5003230571746826,-4.534274101257324,-1.2858209609985352,-2.509453058242798,2.4820399284362793,0.1206279993057251,0.2399049997329712,2.9022529125213623,-3.2074708938598633,3.1387829780578613,-0.5771970152854919,-0.12177400290966034,-4.422196865081787,-4.415252208709717,1.0019919872283936,0.8914330005645752,-4.152353763580322,2.1028130054473877,2.26240611076355,0.6869180202484131,-4.578914165496826,1.4205410480499268,0.8706290125846863,-1.4397350549697876,-1.2731430530548096,1.7993199825286865,2.3153679370880127,2.164170980453491,-0.1661210060119629,-3.8547019958496094,-1.0334320068359375,-1.07561194896698,2.2123379707336426,-3.220494031906128,-0.9212660193443298,0.4657540023326874,1.0933209657669067,1.4367300271987915,1.910931944847107,0.9254059791564941,-3.862318992614746,-2.840157985687256,0.9601569771766663,-1.4335980415344238,-1.254526972770691,-3.18988299369812,-3.18900990486145,-0.3766149878501892,-3.2196450233459473,1.3434720039367676,3.246371030807495,3.1641769409179688,-0.44999998807907104,-4.246664047241211,-4.194927215576172,2.8157310485839844,-4.406499862670898,-3.246187925338745,1.5706520080566406,-1.194314956665039,-3.054687023162842,-3.1222269535064697,-3.192779064178467,1.0030360221862793,-4.125342845916748,-4.122082233428955,0.14039300382137299,-4.070393085479736,-2.9063880443573,2.0300419330596924,-1.0035669803619385,-3.2315430641174316,-2.076301097869873,-2.5153379440307617,-4.050059795379639,1.0152299404144287,2.94320011138916,-1.424103021621704,2.8938159942626953,3.035367012023926,-1.4187079668045044,-1.4350450038909912,-3.2206270694732666,-3.222938060760498,-2.838265895843506,1.0988759994506836,-1.6694669723510742,-3.171952962875366,-3.1562790870666504,1.0018529891967773,2.921957015991211,2.7532920837402344,0.011963999830186367,-1.2199549674987793,1.3287489414215088,-1.3662290573120117,3.2058379650115967,-0.7465490102767944,-0.7226439714431763,-1.819573998451233,0.6650859713554382,2.8869409561157227,0.0655059963464737,-2.4739999771118164,-1.5248860120773315,0.8864610195159912,-3.232844114303589,-4.479800224304199,1.6832159757614136,-1.1486320495605469,0.5509669780731201,-0.16769300401210785,2.0141539573669434,-0.4578920006752014,-3.2417309284210205,-3.497497081756592,1.3755379915237427,-2.0758719444274902,0.15294800698757172,1.6653419733047485,1.6256910562515259,-1.0854010581970215,3.226608991622925,-1.3202190399169922,2.3693289756774902,0.2181529998779297,2.865669012069702,2.253369092941284,2.2677440643310547,2.716541051864624,2.734092950820923,-3.719296932220459,-1.3436399698257446,-4.146100044250488,-3.918370008468628,-2.907193899154663,-2.8867619037628174,-4.212287902832031,-4.2022480964660645,-4.341506004333496,-1.4223790168762207,-1.5632179975509644,-1.2529540061950684,1.083238959312439,2.9559249877929688,0.3405660092830658,2.935849905014038,-2.1448519229888916,-0.5294489860534668,1.3954730033874512,-0.7541670203208923,2.2720210552215576,-2.479630947113037,1.2305200099945068,1.2719719409942627,0.2908630073070526,-3.2143149375915527,1.564452052116394,1.5275039672851562,-1.2113209962844849,1.593893051147461,1.1248220205307007,-3.036181926727295,-2.8109290599823,-2.734947919845581,1.623242974281311,1.988163948059082,2.200463056564331,1.4986499547958374,2.3372459411621094,1.2020390033721924,3.030445098876953,3.0557780265808105,1.5782999992370605,1.3536499738693237,-0.0980129987001419,-2.641540050506592,0.6829789876937866,-3.2766060829162598,-4.126483917236328,-0.5091170072555542,-1.9506670236587524,-2.048006057739258,1.6588770151138306,1.5420769453048706,2.645761013031006,-4.220239162445068,0.0734580010175705,0.2397570013999939,0.46672800183296204,-4.153714179992676,-3.204906940460205,0.942529022693634,1.1802400350570679,-1.01010000705719,-0.23959699273109436,1.2304110527038574,-1.9008660316467285,-1.7259900569915771,1.2069729566574097,-1.3353159427642822,2.5789620876312256,-3.793926954269409,-1.3142670392990112,0.7361310124397278,0.8670309782028198,-0.7982760071754456,2.154787063598633,-0.7261130213737488,3.0798521041870117,-2.9010109901428223,-1.0570919513702393,-2.7191948890686035,-2.6374380588531494,1.0666589736938477,-3.0205740928649902,2.97782301902771,-4.652894020080566,-3.0170440673828125,1.0374640226364136,1.1492329835891724,0.24129199981689453,-4.447859764099121,-3.191649913787842,2.304625988006592,-1.089136004447937,2.2808189392089844,-2.0442609786987305,-1.962854027748108,2.2183690071105957,2.051218032836914,2.855933904647827,-3.2147140502929688,-4.439578056335449,-4.477687835693359,-2.6050169467926025,-0.992684006690979,2.882601022720337,0.7461429834365845,-1.0932600498199463,2.215977907180786,0.19643299281597137,0.1698630005121231,2.9671239852905273,-3.638788938522339,-0.9103490114212036,2.545391082763672,0.985289990901947,0.8045470118522644,0.2655789852142334,-1.8848949670791626,0.6394500136375427,0.15938399732112885,0.23374700546264648,-1.6908880472183228,-4.04570198059082,2.3895208835601807,-1.2929450273513794,-1.1558300256729126,2.5508079528808594,-3.8268890380859375,-1.223330020904541,-0.02823599986732006,-1.181846022605896,-1.036532998085022,-1.6632250547409058,1.6057310104370117,2.795685052871704,2.5178000926971436,1.814602017402649,-2.0341479778289795,2.087143898010254,-1.1100499629974365,1.8420690298080444,-2.9612441062927246,2.213886022567749,-4.223139762878418,0.10459599643945694,1.5603469610214233,1.7171599864959717,-0.3311449885368347,-2.8465991020202637,-3.2147560119628906,-3.1874139308929443,-1.2811169624328613,-4.156797885894775,2.7473080158233643,1.2523969411849976,1.9651789665222168,-0.3646619915962219,0.16443000733852386,-3.704055070877075,-3.5803189277648926,-1.193753957748413,1.3811359405517578,-4.133665084838867,-2.466660976409912,1.623049020767212,-2.580615997314453,-0.5220069885253906,-3.2374560832977295,-0.9135220050811768,-0.8859189748764038,-0.5873709917068481,0.9209790229797363,-0.18039800226688385,3.0727810859680176,-0.2912119925022125,-3.5605390071868896,-3.802638053894043,-3.9644320011138916,0.2815980017185211,2.544858932495117,-3.1530261039733887,-1.2447930574417114,2.368165969848633,2.9222381114959717,0.11044900119304657,1.4347089529037476,-4.2881340980529785,-0.2888450026512146,0.9719989895820618,1.0031510591506958,1.8886330127716064,-3.2155399322509766,-0.8386930227279663,-1.402806043624878,-0.7768809795379639,0.2531619966030121,-3.724752902984619,-0.352088987827301,2.8434269428253174,-3.314640998840332,2.734783887863159,1.4556920528411865,-1.3172659873962402,-3.1812820434570312,0.5455759763717651,-1.0072259902954102,-2.430068016052246,-0.5403509736061096,-0.4519059956073761,1.2997850179672241,1.874595046043396,2.8843250274658203,1.1292749643325806,1.403149962425232,2.2179269790649414,2.5092740058898926,0.5263800024986267,-1.375641942024231,-1.3440409898757935,2.737281084060669,-1.526847004890442,-4.407462120056152,-0.8120689988136292,0.7902460098266602,1.507200002670288,1.5051029920578003,-3.0179309844970703,-1.7542649507522583,2.4485080242156982,-2.2106339931488037,-0.945813000202179,2.59748911857605,-1.0935920476913452,-1.0074750185012817,-2.367630958557129,2.760201930999756,1.8033109903335571,-0.4121040105819702,-0.42912501096725464,-3.1239259243011475,-3.1489930152893066,2.501391887664795,1.7073060274124146,-2.1255760192871094,0.2742699980735779,-1.0078120231628418,1.9182209968566895,1.988021969795227,1.1240060329437256,-0.962224006652832,1.002323031425476,-2.3100619316101074,0.23950600624084473,-2.4384710788726807,2.3208630084991455,2.7571849822998047,2.7801480293273926,1.2651879787445068,-1.2870359420776367,3.3414220809936523,-3.4855940341949463,2.8736770153045654,-1.5494879484176636,-0.6016589999198914,-0.6277250051498413,0.9685149788856506,-1.0551270246505737,-1.9715349674224854,0.8346980214118958,-3.231390953063965,2.449821949005127,-1.4715969562530518,-2.0615971088409424,-1.8334360122680664,3.010819911956787,2.7906129360198975,2.887054920196533,-2.071125030517578,-0.4325990080833435,1.5701099634170532,-4.018355846405029,-3.967116117477417,3.131053924560547,-1.2694460153579712,1.2758820056915283,-4.075949192047119,2.1398439407348633,-2.382462978363037,2.5441739559173584,2.1593689918518066,-1.566267967224121,3.311506986618042,-3.243366003036499,-2.5334770679473877,2.6027920246124268,1.290755033493042,1.4944729804992676,2.9485509395599365,1.948199987411499,2.5484719276428223,1.8031469583511353,1.6548880338668823,2.7275450229644775,3.2412900924682617,3.0931429862976074,2.9743330478668213,-3.4661591053009033,-2.847327947616577,-2.8456079959869385,2.8588430881500244,-3.919940948486328,1.1604679822921753,-4.652997016906738,-3.757030963897705,-0.07320000231266022,0.3770569860935211,-4.037487983703613,-1.0857850313186646,-2.282728910446167,-3.2354938983917236,3.0248630046844482,-1.3307679891586304,-0.9196280241012573,1.1042660474777222,-2.1205379962921143,-1.7609599828720093,-2.0755109786987305,0.4521610140800476,1.1735819578170776,-1.6612069606781006,-0.6385070085525513,-0.4421739876270294,0.198061004281044,-0.6538349986076355,0.27335500717163086,-3.1954729557037354,-1.931259036064148,-4.126358985900879,-1.1191730499267578,2.184530019760132,-2.866802930831909,-3.0308609008789062,2.238226890563965,-3.141709089279175,0.23148100078105927,1.6171530485153198,-2.4196770191192627,-3.5594489574432373,1.6189219951629639,-2.8699328899383545,0.44255000352859497,-3.235646963119507,0.732820987701416,-1.3850029706954956,-3.8386011123657227,-4.292520046234131,-3.7032649517059326,2.4269421100616455,-0.9239029884338379,-0.7580710053443909,2.0427379608154297,0.5901209712028503,-1.0203499794006348,-2.7630090713500977,-2.787559986114502,-1.4905879497528076,2.298696994781494,-2.3042919635772705,-0.5296540260314941,-0.9586290121078491,2.8513309955596924,-1.249511957168579,-2.5532219409942627,-1.0638810396194458,1.0448620319366455,-0.27488499879837036,3.0687389373779297,2.5274510383605957,-1.1692149639129639,2.359644889831543,0.743503987789154,2.0632259845733643,-1.633193016052246,-3.7189700603485107,2.6450490951538086,-0.8770530223846436,-0.882938027381897,-2.3123879432678223,-1.57669997215271,1.1319979429244995,3.1762239933013916,0.8781059980392456,0.8511729836463928,-3.6205170154571533,-1.4584310054779053,-3.246803045272827,-2.289757013320923,-0.7425280213356018,0.5747169852256775,2.888679027557373,0.6886690258979797,1.899034023284912,-0.9494889974594116,-0.4155449867248535,-0.6408969759941101,1.1443740129470825,-3.1317760944366455,-2.6876139640808105,0.9760059714317322,-1.390220046043396,-1.7608400583267212,1.7846649885177612,1.8210020065307617,0.03615500032901764,-4.563138961791992,-1.330517053604126,-2.1117711067199707,3.238755941390991,-0.7743849754333496,-1.677899956703186,1.9970120191574097,0.5962160229682922,0.45536699891090393,-2.30446195602417,-1.1981170177459717,-0.7485600113868713,-3.8448429107666016,-3.8593790531158447,0.20344999432563782,2.826035976409912,2.0105140209198,-1.384071946144104,-0.42283299565315247,-0.31455498933792114,0.2527279853820801,-3.902780055999756,-4.359768867492676,-1.5993540287017822,0.07573399692773819,0.6780629754066467,-1.2645299434661865,-1.3305360078811646,-3.058861017227173,-2.117218017578125,-1.9310050010681152,-3.510849952697754,1.4690619707107544,2.033750057220459,-3.7968249320983887,0.49428999423980713,1.578503966331482,2.2775959968566895,1.9339760541915894,-4.000875949859619,2.8164799213409424,2.8260200023651123,-1.1305049657821655,2.400693893432617,-0.11089300364255905,0.2861210107803345,-1.752953052520752,-2.114569902420044,-3.2038700580596924,1.7249009609222412,1.5822290182113647,2.053431987762451,-2.064079999923706,2.506164073944092,-2.5758039951324463,2.8330180644989014,-4.107522010803223,0.7924320101737976,2.8901100158691406,2.3798410892486572,0.973127007484436,0.9264490008354187,2.3997349739074707,1.0080150365829468,-1.991839051246643,3.0855889320373535,2.3621389865875244,0.5613420009613037,-3.7322349548339844,-4.653059005737305,-1.377835988998413,-3.2068328857421875,2.5507030487060547,1.9065459966659546,-2.8200418949127197,-1.8789570331573486,-1.8674099445343018,-4.170742034912109,-3.2378220558166504,1.251546025276184,-1.1813199520111084,-1.4804550409317017,2.8898680210113525,1.2537310123443604,-3.6874959468841553,2.5637478828430176,-0.6565330028533936,-3.2418010234832764,-0.650143027305603,-1.9647489786148071,0.19630399346351624,-0.7020339965820312,0.3222540020942688,-0.4776209890842438,1.8186479806900024,-1.6003010272979736,-1.7588690519332886,-0.5553339719772339,-4.061882972717285,2.4805760383605957,2.3869380950927734,3.1382501125335693,3.1619091033935547,2.2365710735321045,2.015789031982422,-4.141822814941406,-1.554738998413086,1.4130090475082397,-0.6655960083007812,1.1257309913635254,-2.4330849647521973,-0.8232709765434265,-2.3559908866882324,-2.3949339389801025,-0.9765329957008362,2.414447069168091,-4.0828399658203125,2.5315558910369873,2.4609310626983643,-2.9084370136260986,-0.038114000111818314,-2.284507989883423,-1.1475809812545776,-3.298624038696289,-1.5448269844055176,1.9080159664154053,-0.784430980682373,-2.4216270446777344,-4.33504581451416,1.8178880214691162,-3.2251648902893066,1.3152559995651245,1.3597639799118042,-0.19232499599456787,-1.4805010557174683,-1.2652080059051514,-4.113889217376709,-4.106533050537109,0.4361230134963989,-1.1976059675216675,2.179955005645752,-1.6661449670791626,-2.61997389793396,-4.064610004425049,1.7185109853744507,2.4508891105651855,-0.9669079780578613,-1.0144129991531372,-1.8298449516296387,2.3824880123138428,-1.4297499656677246,2.3502840995788574,-3.2208900451660156,-1.108536958694458,-4.030717849731445,1.1407170295715332,-0.4776870012283325,-2.692534923553467,-1.1975950002670288,-2.477644920349121,2.6126930713653564,2.5090630054473877,0.7971270084381104,-1.7418819665908813,2.5971860885620117,1.8435419797897339,3.1784420013427734,3.174330949783325,0.7871729731559753,1.9397159814834595,-2.8224399089813232,-4.634160995483398,0.5756270289421082,-2.375335931777954,1.6736880540847778,2.51476788520813,3.260317087173462,-1.9832030534744263,2.477638006210327,-3.0699679851531982,-2.6256139278411865,-4.038177013397217,2.849423885345459,-0.7146490216255188,2.0820600986480713,-2.574915885925293,-1.4024239778518677,-0.9162020087242126,-4.265768051147461,2.960679054260254,1.7959760427474976,-2.5600008964538574,-1.4745090007781982,-0.7830929756164551,-1.463526964187622,1.5160599946975708,-1.5405869483947754,-1.1361290216445923,-0.11707299947738647,3.16438889503479,2.294279098510742,-1.249295949935913,1.4393060207366943,2.2079920768737793,-0.5656769871711731,-0.37537500262260437,-1.8531450033187866,1.154350996017456,-1.526384949684143,1.2547119855880737,2.130192995071411,-2.560281991958618,-4.030005931854248,-1.6422990560531616,-3.221853017807007,3.0450029373168945,1.9242360591888428,-1.7853690385818481,3.0116710662841797,0.5702090263366699,0.4231730103492737,2.4256880283355713,0.26743799448013306,1.8647840023040771,-0.5624420046806335,-1.7679020166397095,-1.8227440118789673,-0.004236000124365091,-0.04204000160098076,-1.9312829971313477,-2.0157411098480225,-1.734557032585144,-4.043605804443359,1.1284860372543335,-1.868312954902649,-3.583055019378662,-1.0562889575958252,-1.6801789999008179,2.3563170433044434,-1.796731948852539,2.3451380729675293,0.2887119948863983,-1.9463560581207275,-1.6457749605178833,2.0902841091156006,2.1432459354400635,-4.00968599319458,-4.259728908538818,0.30381399393081665,0.8286830186843872,-0.5855609774589539,-3.045041084289551,2.153532028198242,-4.166903972625732,-3.348036050796509,-4.172237873077393,1.030102014541626,2.6934049129486084,-4.5992279052734375,-0.2560279965400696,-3.4217910766601562,-3.5115959644317627,3.227073907852173,-0.8513180017471313,-1.0458439588546753,0.4993929862976074,3.2341110706329346,1.2459629774093628,-4.4384660720825195,2.841500997543335,-1.0571889877319336,0.9030089974403381,1.5738730430603027,0.960204005241394,-3.000114917755127,0.3380599915981293,1.7969000339508057,-0.7933679819107056,2.848897933959961,2.3136160373687744,2.1384220123291016,-3.7014029026031494,0.22966299951076508,-1.173933982849121,-3.953794002532959,2.7769439220428467,2.640561103820801,-3.9073479175567627,-4.475115776062012,2.4334099292755127,2.647710084915161,2.652456045150757,1.3988169431686401,2.987945079803467,1.0467859506607056,-3.434269905090332,1.0359200239181519,-0.5531740188598633,-1.2577179670333862,-1.2313179969787598,-0.5082380175590515,-2.1564769744873047,-2.3277640342712402,-2.0853800773620605,2.842911958694458,-2.8845980167388916,2.0160090923309326,2.2690839767456055,2.0039830207824707,-4.5756659507751465,-3.1964468955993652,-1.9399969577789307,-4.216972827911377,-3.197376012802124,-1.6451770067214966,1.6992950439453125,-1.8553210496902466,-2.6699819564819336,0.11866199970245361,1.1236820220947266,-0.6827290058135986,0.2952530086040497,0.18904800713062286,-2.5093719959259033,1.680946946144104,1.0200560092926025,-2.309319019317627,1.2270350456237793,-1.973459005355835,-3.1891140937805176,-3.198415994644165,-3.430593967437744,-3.1953630447387695,-4.614628791809082,-3.236588954925537,-0.011466000229120255,-4.015689849853516,-2.3840620517730713,2.0317580699920654,0.5647590160369873,3.190601110458374,-0.6134750247001648,-4.61679220199585,1.044329047203064,1.147029995918274,2.1295061111450195,2.6209049224853516,-3.5741519927978516,0.05025099962949753,0.820592999458313,1.4247599840164185,-1.574887990951538,2.8676040172576904,1.170166015625,-2.365199089050293,1.162207007408142,-3.1970651149749756,-3.1968350410461426,-0.6704149842262268,-3.1895830631256104,2.1565840244293213,-1.2388230562210083,-0.4170610010623932,-4.12407112121582,-2.8353769779205322,-2.9093070030212402,2.463423013687134,1.5901360511779785,-3.372189998626709,-3.3662660121917725,2.276637077331543,1.2709660530090332,-0.008396999910473824,2.9200570583343506,-1.00649094581604,-4.56996488571167,-1.8891459703445435,1.0946060419082642,3.133932113647461,2.850752115249634,-1.2755919694900513,0.3192160129547119,2.9805259704589844,-4.112051963806152,0.8128309845924377,0.8349609971046448,-0.9855480194091797,0.7544739842414856,-0.9268550276756287,1.2157620191574097,2.1853549480438232,2.534559965133667,2.419368028640747,-1.153190016746521,-3.9083869457244873,2.66861891746521,-1.7654269933700562,2.704261064529419,1.9786670207977295,-2.21724796295166,2.131342887878418,-0.9397600293159485,-4.0976691246032715,2.937019109725952,1.6254379749298096,2.844312906265259,2.9979209899902344,3.019918918609619,3.027311086654663,-3.3047900199890137,1.9778640270233154,1.276553988456726,1.078974962234497,-4.144627094268799,0.42097100615501404,-2.5171189308166504,2.0506269931793213,2.484971046447754,-3.184735059738159,1.3705350160598755,0.6705219745635986,-1.9094840288162231,-0.8972600102424622,-1.469622015953064,0.9102460145950317,-3.2206931114196777,2.604444980621338,3.288856029510498,-3.709038019180298,-0.7244179844856262,-0.752485990524292,0.6289680004119873,-4.147488117218018,-0.7621790170669556,2.987056016921997,-2.6602959632873535,-1.0299259424209595,0.5740789771080017,0.6447029709815979,0.5185239911079407,-0.10885900259017944,2.9803740978240967,-1.149744987487793,-3.2243380546569824,-3.1938090324401855,-1.4289799928665161,-1.3076859712600708,1.3473329544067383,-3.7726480960845947,-1.8462209701538086,2.3659279346466064,-3.224713087081909,-3.2168710231781006,-1.5077509880065918,1.089843988418579,-3.181934118270874,3.0044960975646973,0.4800789952278137,-2.9461660385131836,-0.03604099899530411,1.8203339576721191,3.0807249546051025,1.5085129737854004,-3.014369010925293,-1.5590929985046387,-2.2505290508270264,-3.929779052734375,-0.6654419898986816,2.09094500541687,3.036259889602661,-0.6145309805870056,1.6195570230484009,-1.8584760427474976,-1.6740950345993042,-4.1697797775268555,-0.5987409949302673,-1.3546639680862427,-0.5944470167160034,-3.226810932159424,-4.652956008911133,-1.808648943901062,3.2438340187072754,-3.7587180137634277,-3.7198729515075684,-3.2119500637054443,-3.134495973587036,-3.1955349445343018,-3.1973628997802734,-0.3171980082988739,2.0467920303344727,-0.581279993057251,-3.945802927017212,-1.0873479843139648,-3.9417080879211426,-1.2218140363693237,2.1981000900268555,-3.159348964691162,-1.8881579637527466,-0.2843100130558014,2.9035110473632812,-3.2297070026397705,0.9383909702301025,-1.2201000452041626,2.859605073928833,-0.9350320100784302,3.0116848945617676,1.4906049966812134,2.6904690265655518,1.9994059801101685,-0.8656489849090576,-3.1885530948638916,1.820188045501709,3.1030828952789307,1.1536979675292969,-1.2927409410476685,0.1691180020570755,-2.3348751068115234,-4.559359073638916,-4.524007797241211,1.0975069999694824,1.3215810060501099,1.4199639558792114,-3.2190699577331543,-1.79680597782135,2.143641948699951,2.1923820972442627,0.8136399984359741,-2.9847140312194824,-4.1238908767700195,-3.2339999675750732,-3.240873098373413,-4.077737808227539,-1.6093109846115112,2.032823085784912,-4.256783962249756,-3.93367600440979,2.5904788970947266,-1.1632750034332275,-2.0701980590820312,1.2152040004730225,0.23520000278949738,2.9656100273132324,-2.9641458988189697,2.0161080360412598,-3.20517897605896,2.699228048324585,1.3180060386657715,2.7332499027252197,-3.239382028579712,1.9182920455932617,0.036316998302936554,0.7991520166397095,-3.00964093208313,-1.4064120054244995,-4.118884086608887,-1.759263038635254,-0.7993379831314087,-4.2204718589782715,-4.481201171875,0.07133299857378006,3.072007894515991,2.3667850494384766,-0.5954520106315613,0.2647109925746918,-4.531993865966797,-0.6696590185165405,-4.064717769622803,-0.9821590185165405,2.5151569843292236,1.604477047920227,-1.1925710439682007,-1.8140469789505005,0.7378110289573669,-0.8487719893455505,-1.0261549949645996,3.0440800189971924,-0.9537460207939148,-2.1783089637756348,-3.231506109237671,2.1480860710144043,-4.306450843811035,-0.04686100035905838,2.034809112548828,-1.4016799926757812,0.6414690017700195,-2.7207460403442383,3.0847458839416504,3.011104106903076,0.35385701060295105,-2.0037930011749268,0.984345018863678,2.9574859142303467,-4.147605895996094,-4.47162389755249,-4.569596767425537,0.9022250175476074,2.3186099529266357,1.729104995727539,-2.799489974975586,1.9748879671096802,-3.208026885986328,0.9463179707527161,-3.58473801612854,2.299021005630493,-1.0703150033950806,2.513345956802368,2.2382400035858154,-0.5794550180435181,-4.141942977905273,-0.737591028213501,2.0316340923309326,-0.6528699994087219,-2.511789083480835,-1.0600719451904297,-1.0602680444717407,-2.8193089962005615,-2.375339984893799,-2.469841957092285,-0.5933250188827515,2.935157060623169,-0.3075209856033325,-3.850600004196167,-1.7631980180740356,-0.9349849820137024,-1.4666370153427124,-0.715910017490387,0.8584079742431641,-2.3862760066986084,1.580307960510254,-1.1290760040283203,-1.0970619916915894,2.0374600887298584,3.151190996170044,-0.30815601348876953,2.2930989265441895,2.3762829303741455,-3.9696710109710693,0.8249469995498657,2.3057971000671387,2.3669729232788086,-0.24642600119113922,-4.652835845947266,-4.187653064727783,2.16975998878479,2.5784270763397217,-3.0693020820617676,-4.004303932189941,-0.8535850048065186,-2.858942985534668,2.542335033416748,2.7043840885162354,2.7050909996032715,0.8915489912033081,-3.0582709312438965,-2.34820294380188,-1.8118139505386353,-2.683867931365967,-0.4253639876842499,-2.1331288814544678,-3.339040994644165,-2.8868870735168457,-2.7195370197296143,-3.6798200607299805,2.415426015853882,-1.5917240381240845,-0.6971740126609802,1.195044994354248,-1.2607389688491821,2.8455820083618164,-3.061177968978882,2.7980659008026123,-2.0134050846099854,3.0106050968170166,2.476407051086426,-4.165984153747559,1.4633070230484009,2.542941093444824,2.745764970779419,-1.6880760192871094,-0.6760339736938477,-0.7601659893989563,-1.464136004447937,-3.251099109649658,-1.1347630023956299,-3.394045114517212,-3.197525978088379,2.6048378944396973,-3.1731719970703125,2.7559421062469482,0.1290919929742813,2.746706008911133,-3.2486159801483154,-2.3706369400024414,-2.390856981277466,3.1570019721984863,-2.9389960765838623,-2.291037082672119,-3.184575080871582,-0.7723870277404785,-0.3426409959793091,-4.482388019561768,-1.7294549942016602,-3.3716940879821777,-1.046699047088623,2.5514070987701416,-2.533444881439209,-0.36212998628616333,-3.612636089324951,2.4205100536346436,-3.227900981903076,0.3642280101776123,0.6350089907646179,-0.44474300742149353,0.2241470068693161,2.210179090499878,0.03796200081706047,-0.9597399830818176,-1.395588994026184,0.19537200033664703,2.6710479259490967,-2.778270959854126,2.644368886947632,-2.703768014907837,2.4351720809936523,2.964524030685425,-3.765242099761963,-0.1646450012922287,0.7531790137290955,0.848114013671875,2.3245038986206055,-0.9881560206413269,-1.7512270212173462,-1.2268539667129517,-2.4159059524536133,-3.188004970550537,2.6651461124420166,0.9428759813308716,-2.325874090194702,-1.3678300380706787,-3.231142044067383,-2.4167559146881104,0.005047000013291836,-1.7501569986343384,2.8921120166778564,1.3992539644241333,1.9000550508499146,-0.5099120140075684,3.2784059047698975,0.9940770268440247,-3.4726619720458984,1.3995189666748047,1.0117239952087402,0.5871829986572266,-0.1029060035943985,-3.35280704498291,-1.4249039888381958,0.8269320130348206,-1.289093017578125,-3.2403910160064697,1.686279058456421,-1.2498910427093506,-1.2300230264663696,0.366210013628006,-3.2086620330810547,-1.3086210489273071,-3.6099050045013428,0.6924769878387451,-1.6100640296936035,2.719849109649658,0.6623589992523193,1.2458349466323853,-3.190946102142334,-1.305050015449524,-1.5131670236587524,0.06190099939703941,-2.193809986114502,-2.3289999961853027,-3.885361909866333,-1.1772160530090332,1.055601954460144,1.3809460401535034,-2.381848096847534,-4.103774070739746,-0.23148900270462036,-3.0349109172821045,0.7050979733467102,-3.880476951599121,-1.1180100440979004,-2.125282049179077,2.088960886001587,3.10595703125,-2.3522090911865234,-1.67302405834198,-2.434030055999756,2.901186943054199,-3.196445941925049,-2.9865760803222656,-3.013848066329956,0.19860400259494781,0.16092699766159058,-2.4924440383911133,0.5437440276145935,0.025064000859856606,2.9516279697418213,-3.3668410778045654,-1.9312729835510254,-2.3445050716400146,-1.2545989751815796,2.5934860706329346,-1.147047996520996,-1.4885059595108032,-0.6574580073356628,2.6727709770202637,0.1664460003376007,-4.5148138999938965,0.40499401092529297,1.4501739740371704,0.36665600538253784,0.27721598744392395,-1.7783900499343872,-4.278674125671387,-4.064407825469971,0.9458540081977844,2.5373260974884033,-0.8065149784088135,3.071234941482544,-3.2378029823303223,-0.07801000028848648,-0.18681800365447998,-0.6640719771385193,-3.290644884109497,-1.1410499811172485,2.328282117843628,-1.7744100093841553,-3.2340989112854004,3.16402006149292,2.9770209789276123,-1.006566047668457,-1.8243809938430786,0.1980780065059662,-1.5452680587768555,2.9282898902893066,-1.8296140432357788,-1.1561260223388672,-1.1351759433746338,0.7654039859771729,1.3992359638214111,1.216225028038025,1.0905859470367432,-2.693869113922119,-3.2012500762939453,2.073206901550293,-0.9177449941635132,-2.793212890625,1.8827780485153198,-2.0782740116119385,-2.1435530185699463,-4.296130180358887,1.2723360061645508,-0.6532859802246094,1.2027649879455566,0.789330005645752,-2.2476649284362793,1.634093999862671,-2.593477964401245,-4.090672969818115,2.9591259956359863,-1.0951850414276123,-1.12997305393219,0.14900200068950653,0.7534019947052002,0.6882420182228088,2.4022738933563232,-2.029512882232666,-3.719269037246704,-0.6490430235862732,-4.160942077636719,2.9871339797973633,-1.2040590047836304,-2.1059179306030273,1.1657730340957642,1.269454002380371,-1.127832055091858,2.887995958328247,2.7950439453125,-1.215378999710083,-0.2513059973716736,-2.383765935897827,-4.101931095123291,1.1908760070800781,-0.7035359740257263,-4.201067924499512,2.37282395362854,2.970160961151123,1.7538050413131714,3.187747001647949,-1.7014319896697998,1.4840480089187622,-2.4871199131011963,-1.2485519647598267,1.627782940864563,1.7176239490509033,-3.0191400051116943,0.04975900053977966,2.7995190620422363,-1.4117889404296875,2.1468029022216797,1.4797979593276978,2.348633050918579,3.0975189208984375,-3.40326189994812,1.4558990001678467,-0.017581000924110413,-2.651052951812744,-1.9084210395812988,-4.292440891265869,-3.183458089828491,2.0773561000823975,-1.0957579612731934,-3.6190121173858643,0.8584690093994141,-1.6856149435043335,3.073004961013794,-2.519170045852661,-2.6491360664367676,-0.8058540225028992,3.2749528884887695,-0.9170219898223877,2.0634350776672363,2.540719985961914,1.871759057044983,2.7755279541015625,-2.4573280811309814,1.260414958000183,0.21558000147342682,-1.0062220096588135,-1.6527340412139893,1.3009350299835205,-2.280155897140503,0.9570680260658264,-1.0772429704666138,-0.6847739815711975,2.5679290294647217,-0.6051740050315857,-0.25539499521255493,-1.4329919815063477,-1.3875700235366821,-4.652707099914551,-1.2162599563598633,-3.2266740798950195,-2.124742031097412,-3.2457690238952637,-3.2932488918304443,1.6646419763565063,-1.960847020149231,3.1707029342651367,0.6768159866333008,3.0490689277648926,-1.304298996925354,-1.1537660360336304,-3.219552993774414,2.500473976135254,-1.737637996673584,1.7874720096588135,-3.2125959396362305,-0.7741000056266785,2.665138006210327,0.21506600081920624,2.7241530418395996,-0.6302809715270996,0.33741098642349243,2.8460450172424316,-0.35786300897598267,-4.083867073059082,2.760690927505493,-2.076632022857666,3.168060064315796,-1.7035510540008545,-2.57861590385437,1.811426043510437,-3.7977709770202637,-4.164828777313232,-1.794661045074463,2.7335000038146973,0.8312950134277344,1.291213035583496,2.7680039405822754,-3.219994068145752,1.9113140106201172,2.6441268920898438,-1.1978050470352173,1.5031239986419678,-3.5698320865631104,-2.410562038421631,3.2140679359436035,-0.7803260087966919,2.878139019012451,-3.2227160930633545,-3.21950101852417,-0.7997609972953796,-1.3882139921188354,-2.622483015060425,-3.2612669467926025,-2.1531848907470703,2.0033349990844727,-4.355037212371826,2.702014923095703,-0.9072359800338745,-0.2621850073337555,-2.495137929916382,-3.1565608978271484,1.1749509572982788,2.294274091720581,3.2439000606536865,-3.402103900909424,0.5946530103683472,1.2002639770507812,2.322535991668701,3.2788169384002686,-2.801387071609497,-1.7445260286331177,-3.5280048847198486,-1.5155140161514282,-1.745419979095459,-2.4921228885650635,2.7051351070404053,-0.10264600068330765,-1.3274480104446411,-1.4533979892730713,0.24630500376224518,2.318655014038086,1.2089630365371704,-2.088857889175415,0.7145580053329468,-1.1700390577316284,1.7494330406188965,1.0331369638442993,-0.3716689944267273,2.2166249752044678,1.899683952331543,2.305011034011841,1.314520001411438,2.909255027770996,-2.9568569660186768,2.917768955230713,1.619799017906189,-2.40993595123291,-1.7537779808044434,0.9968090057373047,-1.0920720100402832,-2.3496620655059814,0.18886899948120117,1.5202109813690186,0.0566370002925396,-0.18189799785614014,2.7603280544281006,2.1863770484924316,2.679286003112793,-0.7615929841995239,-2.872107982635498,-2.912316083908081,2.983077049255371,-3.203130006790161,-0.47152701020240784,-0.7633429765701294,0.5176529884338379,2.3960390090942383,-1.2009470462799072,-0.8971750140190125,1.2039510011672974,1.1331379413604736,-1.0531829595565796,1.6383719444274902,1.2174049615859985,1.1395390033721924,-4.056509017944336,-4.211940765380859,-2.6040499210357666,0.2811119854450226,2.53973388671875,-0.47302699089050293,1.441362977027893,2.7209360599517822,3.254028081893921,2.7543818950653076,-0.4182249903678894,0.869763970375061,0.26617199182510376,2.14689302444458,0.003186000045388937,0.8824300169944763,1.3011629581451416,3.008958101272583,-3.677604913711548,-3.2402589321136475,-3.2443981170654297,-2.1675050258636475,-0.18765300512313843,-1.9728000164031982,-4.136819839477539,-1.7320170402526855,-2.195728063583374,-4.112246990203857,2.8856821060180664,1.8733680248260498,-1.0353399515151978,-3.466891050338745,-3.230684995651245,-2.9813361167907715,-2.0268430709838867,1.3479059934616089,2.6324400901794434,2.39369797706604,-3.195120096206665,-3.1991639137268066,2.646101951599121,1.1130579710006714,2.232193946838379,0.4787920117378235,-0.19868500530719757,-3.1826930046081543,-2.9868850708007812,-1.4533170461654663,1.5164400339126587,1.3607170581817627,2.064908981323242,1.6833970546722412,3.2082579135894775,1.937688946723938,0.28742900490760803,-0.42142099142074585,-0.7816939949989319,-4.4498090744018555,1.1692769527435303,3.3045670986175537,-3.678725004196167,-3.5908830165863037,2.4348959922790527,2.122765064239502,-2.8434159755706787,1.959568977355957,-1.4319729804992676,-3.095853090286255,1.296146035194397,2.7253808975219727,2.19195294380188,2.8009800910949707,-1.0144599676132202,2.8578109741210938,1.1928399801254272,-0.8116409778594971,1.127007007598877,-1.3824779987335205,-0.5143330097198486,-4.551004886627197,-4.532185077667236,0.375575989484787,-4.112973213195801,3.0309441089630127,0.9614899754524231,-2.0467710494995117,2.93198299407959,-1.6337909698486328,-1.0970970392227173,-3.220629930496216,-3.2122979164123535,3.074265956878662,-1.1341559886932373,-1.8159630298614502,-3.251668930053711,-3.1880669593811035,0.043195001780986786,-4.539775848388672,2.1663670539855957,0.02373499982059002,1.1099799871444702,2.475461959838867,-3.2157559394836426,2.19826602935791,-1.5605159997940063,0.4997110068798065,0.5595830082893372,-0.6376960277557373,-0.37361401319503784,-0.26010099053382874,-3.9152579307556152,0.9738249778747559,0.8598250150680542,-1.430006980895996,2.8066749572753906,0.922855019569397,3.1389529705047607,-1.490699052810669,-1.5739389657974243,3.0312390327453613,-4.112305164337158,3.2615039348602295,-4.280702114105225,-4.1788129806518555,-3.226533889770508,-0.09595099836587906,-1.0526340007781982,-3.190747022628784,-3.1935410499572754,-4.479325771331787,-4.361670970916748,1.4586809873580933,-2.4265389442443848,-1.8237559795379639,-4.15736198425293,-4.449429988861084,-4.51577091217041,-4.374690055847168,-1.9636340141296387,-0.9969620108604431,2.357806921005249,-2.11887788772583,2.5774519443511963,1.5998259782791138,1.0562679767608643,-3.2179629802703857,2.5490241050720215,-0.49401000142097473,-0.38782998919487,-1.6625310182571411,-3.6242740154266357,-0.13414600491523743,1.8159819841384888,0.6303210258483887,1.3794339895248413,-0.3504120111465454,-1.5204230546951294,-1.5972009897232056,2.5565900802612305,1.6973129510879517,2.675769090652466,0.9324250221252441,2.4282619953155518,-0.6950740218162537,2.627624034881592,-0.7472010254859924,-3.1517200469970703,0.08270300179719925,1.3308420181274414,1.9718550443649292,1.065783977508545,-1.5340269804000854,1.5272510051727295,2.923475980758667,-1.1453570127487183,-0.996849000453949,-3.1942310333251953,-0.09216900169849396,-0.0484669990837574,-1.5314580202102661,-3.0386409759521484,-4.089231014251709,-4.569118022918701,3.164011001586914,-3.2683420181274414,2.118882894515991,2.8129630088806152,-2.3847270011901855,2.9394710063934326,-1.2142510414123535,-0.959538996219635,-4.505126953125,-3.2128469944000244,2.623537063598633,-3.2125329971313477,3.3034160137176514,1.9378770589828491,-3.207932949066162,-4.277332782745361,-1.1990619897842407,2.0857529640197754,-1.892874002456665,-0.9633550047874451,-0.23505200445652008,-2.84519100189209,-4.423470973968506,1.3813190460205078,3.029015064239502,1.4732940196990967,-2.938131093978882,-4.603464126586914,2.5128660202026367,-2.2302510738372803,-1.1072720289230347,-1.018563985824585,2.929414987564087,3.1085259914398193,-1.8811689615249634,-3.53214693069458,-0.1712139993906021,-4.00077486038208,-2.3127880096435547,-4.123137950897217,-0.3043400049209595,2.2201900482177734,-0.520825982093811,-0.6577929854393005,-4.123398780822754,-1.8183740377426147,-3.206557035446167,1.0364229679107666,-1.0237599611282349,-1.1185569763183594,2.725841999053955,1.011970043182373,-0.5210239887237549,-1.1749869585037231,0.8436909914016724,2.5421900749206543,1.3913079500198364,-3.9743800163269043,2.647289991378784,-4.2038798332214355,0.2777029871940613,-4.65297794342041,0.2503089904785156,-1.258612036705017,-1.2607680559158325,2.867953062057495,1.5910730361938477,0.28569701313972473,3.050791025161743,2.884876012802124,-0.08492100238800049,2.5968799591064453,2.4586050510406494,-1.477781057357788,-2.0310699939727783,0.3831599950790405,-0.31255000829696655,-1.499464988708496,-3.8827900886535645,2.9443728923797607,2.23616099357605,1.9723169803619385,0.3201729953289032,-4.018362998962402,0.9547820091247559,1.0259900093078613,3.3369300365448,-4.0545549392700195,-0.60630202293396,-1.1674220561981201,-2.8038699626922607,2.63234806060791,-0.8011980056762695,-3.9973409175872803,-0.36410200595855713,-2.450221061706543,1.8553040027618408,-3.2087910175323486,0.8780800104141235,-1.3522449731826782,-0.5637249946594238,-3.200460910797119,2.9234960079193115,-3.9835920333862305,-2.7772200107574463,-2.8153719902038574,0.06451199948787689,-4.13375186920166,-3.1050500869750977,0.03359000012278557,0.6134480237960815,-1.1928369998931885,-3.829413890838623,-2.4741129875183105,0.73403400182724,-1.3559679985046387,-1.7794350385665894,-1.9065109491348267,-0.5382239818572998,1.72816801071167,-3.6087069511413574,2.054753065109253,-3.3210198879241943,-3.3540470600128174,0.36456501483917236,1.1866099834442139,0.05787999927997589,-3.4477620124816895,1.2077560424804688,0.5506539940834045,-3.913710117340088,0.42242100834846497,-1.1503289937973022,-3.240657091140747,2.5485830307006836,-0.8257870078086853,-2.0032310485839844,-4.025646209716797,2.2755630016326904,-3.7443490028381348,-3.5245420932769775,2.443448066711426,-0.29331499338150024,-2.7322609424591064,1.070080041885376,-0.7751839756965637,2.727097988128662,0.8169069886207581,2.02138090133667,-3.204051971435547,-3.8761720657348633,-3.197849988937378,-3.203455924987793,2.590367078781128,-3.215878963470459,-3.0914900302886963,-0.7609350085258484,1.070924997329712,1.2889009714126587,3.1749908924102783,-1.6638950109481812,0.17699700593948364,-2.182121992111206,2.562717914581299,2.5287458896636963,-3.7017738819122314,2.1849920749664307,-0.793865978717804,2.0375070571899414,0.03858000040054321,0.9417939782142639,-2.5519111156463623,0.553026020526886,-3.2048161029815674,-3.205230951309204,-3.939054012298584,0.619720995426178,0.9160199761390686,-2.862602949142456,-1.197996973991394,-3.756875991821289,1.0485919713974,0.11072500050067902,0.0986270010471344,-0.4493519961833954,-2.6727020740509033,2.3728129863739014,-2.3811120986938477,-3.24161696434021,0.8921269774436951,-4.182779788970947,0.8600850105285645,-2.0030040740966797,1.2629059553146362,-2.5503690242767334,-4.144863128662109,0.44974398612976074,-1.5830169916152954,-0.5779110193252563,-4.0853590965271,1.2191389799118042,-2.5057740211486816,-1.226222038269043,0.7208189964294434,-2.371105909347534,-1.4621210098266602,-1.7259349822998047,-3.21572208404541,1.1024399995803833,0.8460879921913147,3.2852320671081543,0.02968600019812584,-4.432342052459717,2.6409189701080322,-0.6096559762954712,2.5704240798950195,-3.342740058898926,2.1387970447540283,2.3142640590667725,0.36145201325416565,1.2234740257263184,-0.5398110151290894,-3.385586977005005,-1.3586759567260742,-3.8612060546875,3.0519440174102783,-2.891577959060669,1.940742015838623,3.2312750816345215,0.9376850128173828,0.819907009601593,1.6531469821929932,-2.2604379653930664,-1.4417489767074585,-1.2278649806976318,-3.0490059852600098,0.1206509992480278,1.8732969760894775,-0.9350540041923523,-2.417006015777588,-1.5203709602355957,2.6389238834381104,2.6646780967712402,1.6712859869003296,-0.8708329796791077,0.24728600680828094,0.3481000065803528,-1.5403469800949097,-3.903764009475708,-2.4292120933532715,-3.189897060394287,-2.3184289932250977,-3.219377040863037,-2.7364509105682373,2.2164649963378906,-2.178083896636963,-3.501059055328369,-2.592137098312378,0.9264799952507019,-3.13639497756958,-3.16668701171875,-0.692458987236023,-3.2419350147247314,0.47632700204849243,2.2499520778656006,-1.4453999996185303,-0.5854179859161377,2.4823570251464844,-1.2280110120773315,-1.1284960508346558,-1.0928939580917358,-1.0210039615631104,-1.1046639680862427,2.646044969558716,-0.7259809970855713,-0.876416027545929,0.49003300070762634,-0.8881319761276245,2.6580159664154053,0.17865100502967834,-1.1614489555358887,1.1663340330123901,1.0521429777145386,-2.724824905395508,-1.935958981513977,-4.281157970428467,-3.180294990539551,-3.4221689701080322,0.7717779874801636,-0.26044198870658875,2.8837809562683105,-0.8983979821205139,-1.5975699424743652,-3.2476460933685303,-3.245882034301758,0.6803960204124451,1.3467990159988403,-3.76499605178833,-0.5789250135421753,-4.026668071746826,-2.6972711086273193,0.7508820295333862,0.4277620017528534,-1.419160008430481,2.6490299701690674,1.3651429414749146,1.1774929761886597,-2.7069339752197266,-2.0143089294433594,2.3092451095581055,-1.376512050628662,-0.08194199949502945,2.4598920345306396,2.4788930416107178,-4.275972843170166,-0.6376349925994873,-0.2357330024242401,-4.289474010467529,-4.380210876464844,-4.391922950744629,-0.06903699785470963,-1.7827600240707397,0.7669820189476013,-1.791640043258667,-0.5284770131111145,-2.2063279151916504,-1.2297489643096924,1.1002470254898071,2.313260078430176,-2.2624900341033936,1.839769959449768,3.0753579139709473,2.4230918884277344,-2.7226510047912598,-3.796103000640869,-4.535871982574463,0.6781650185585022,-0.8549150228500366,2.2246510982513428,1.5592659711837769,-4.035973072052002,2.94254994392395,-1.6338419914245605,2.657543897628784,3.0432229042053223,1.0474250316619873,-4.653119087219238,-2.038361072540283,-2.5110371112823486,-3.18757700920105,-4.652895927429199,1.6045409440994263,3.1838839054107666,2.283945083618164,-1.3714239597320557,-1.413694977760315,-1.3298009634017944,1.008442997932434,2.8152379989624023,-3.190218925476074,-0.9694499969482422,-1.0475599765777588,1.9827289581298828,0.43714699149131775,-2.3518450260162354,-1.9373680353164673,-0.21014100313186646,-2.287584066390991,-3.19760799407959,0.5325909852981567,-1.2268749475479126,3.0223000049591064,0.9957579970359802,-0.4923650026321411,-0.4648610055446625,-3.2229669094085693,-0.16958999633789062,-3.187067985534668,-0.6076319813728333,-3.1870229244232178,-3.11655592918396,-3.4379360675811768,-1.860082983970642,1.209223985671997,-0.8212270140647888,-4.652768135070801,-2.8013930320739746,-0.5457839965820312,2.1053390502929688,1.167572021484375,1.189558982849121,-1.1149009466171265,-1.1888020038604736,2.587568998336792,-1.8036420345306396,-4.637749195098877,0.6215850114822388,-1.836935043334961,-1.3987540006637573,-0.5422989726066589,2.3524699211120605,-3.703305959701538,0.6080750226974487,1.1254589557647705,-3.2514939308166504,2.04052996635437,-2.4654319286346436,0.38135001063346863,3.2617440223693848,-1.475667953491211,-1.4479910135269165,0.7469930052757263,2.8973519802093506,-1.1520359516143799,-0.7569069862365723,-0.7136399745941162,-3.172645092010498,-3.150585889816284,0.34659600257873535,-2.7988500595092773,0.8645859956741333,2.0697720050811768,-1.0782990455627441,-1.630511999130249,2.813307046890259,2.6494810581207275,-4.007811069488525,-2.990856885910034,-2.623610019683838,-1.114480972290039,0.43470901250839233,-2.110260009765625,0.6918479800224304,-3.4978749752044678,1.0223419666290283,-3.2547149658203125,-2.5003809928894043,-0.8177319765090942,1.1649930477142334,-1.8336390256881714,-0.6841670274734497,-4.104160785675049,-1.3205759525299072,1.1122779846191406,0.16443200409412384,-1.5889370441436768,3.2641348838806152,3.25565505027771,-2.3539140224456787,2.4391870498657227,-3.2352280616760254,2.2257139682769775,-1.0863070487976074,0.9182649850845337,2.2735750675201416,0.9683600068092346,-2.6692910194396973,-2.1081600189208984,-2.145771026611328,-2.2376461029052734,-3.114574909210205,-2.942039966583252,3.178802013397217,-1.630547046661377,-1.7182790040969849,2.458085060119629,-2.007014036178589,1.1624749898910522,2.6456549167633057,0.9790530204772949,-2.121673107147217,1.9311449527740479,-1.1014900207519531,2.842315912246704,-3.1937100887298584,0.6652460098266602,-1.3310459852218628,0.855135977268219,0.43890199065208435,-0.8421229720115662,2.452086925506592,-1.2346819639205933,0.6405770182609558,-0.5041009783744812,-1.251742959022522,-4.58516788482666,-1.2972700595855713,-1.2206120491027832,-4.005931854248047,-4.574584007263184,-2.365889072418213,2.9266109466552734,-4.178574085235596,-4.057062149047852,-3.5480899810791016,-1.2940679788589478,1.1534030437469482,1.8792870044708252,0.07150600105524063,3.0977210998535156,-0.4616430103778839,-3.1788690090179443,-1.34122896194458,-2.889564037322998,-2.8742709159851074,-4.44901704788208,2.227263927459717,0.23879100382328033,1.15556001663208,3.1373980045318604,1.9623420238494873,2.5053679943084717,-4.109344959259033,-1.3654589653015137,-0.3966439962387085,-3.216017007827759,-2.4549989700317383,0.9629819989204407,-1.8409069776535034,-4.377267837524414,2.919140100479126,-2.031140089035034,-2.1079421043395996,2.771536111831665,1.8271119594573975,1.7450449466705322,-0.4108000099658966,2.269521951675415,1.7647199630737305,-0.09623199701309204,0.40330201387405396,-1.4850770235061646,-3.194489002227783,0.9778379797935486,-3.9149909019470215,3.2847890853881836,0.29857000708580017,1.0535290241241455,2.3672749996185303,0.9725350141525269,-3.777445077896118,-0.9140310287475586,-2.5922179222106934,-0.5530400276184082,-0.40842100977897644,0.6869379878044128,-0.43793898820877075,0.17180199921131134,0.4277850091457367,-2.3134310245513916,2.5686440467834473,2.7641730308532715,0.16388900578022003,-1.6789699792861938,2.9152939319610596,2.9040310382843018,-2.040239095687866,-1.1967469453811646,-3.1940410137176514,1.0537179708480835,0.4756689965724945,2.102407932281494,1.412369966506958,2.3143720626831055,2.302886962890625,3.0614089965820312,-3.8916609287261963,-4.030794143676758,-2.9264109134674072,-4.151688098907471,-4.145174980163574,-3.198570966720581,-4.140414237976074,2.7958550453186035,-2.1919829845428467,2.6630899906158447,-1.9914549589157104,-2.9453999996185303,1.2747360467910767,-0.522816002368927,-2.00373911857605,-1.7857929468154907,3.1858930587768555,0.7861369848251343,-1.3985309600830078,-2.504146099090576,-3.2235829830169678,1.3203020095825195,-3.018381118774414,3.0382540225982666,-3.225667953491211,2.9512479305267334,3.058867931365967,-0.5552729964256287,-2.37526798248291,-1.0035500526428223,-0.9965929985046387,-1.4927040338516235,-3.1938979625701904,2.3461380004882812,-0.3401789963245392,-0.5038120150566101,-2.2093029022216797,0.14537100493907928,-0.7857789993286133,1.9127000570297241,2.117666006088257,2.36057710647583,0.2931390106678009,-3.193725109100342,2.8361589908599854,1.5597150325775146,-1.7030349969863892,0.6467519998550415,-3.1769979000091553,-1.6837220191955566,0.7807940244674683,0.9956520199775696,3.0590240955352783,1.8325220346450806,2.5204920768737793,-1.5986219644546509,-2.55678391456604,2.5291759967803955,0.275858998298645,-1.558588981628418,0.9401230216026306,0.5310819745063782,3.015997886657715,-4.0468220710754395,0.3924050033092499,-3.204646110534668,-0.499563992023468,-1.1757069826126099,1.6731749773025513,0.5214390158653259,-2.6161179542541504,-4.277500152587891,1.0539629459381104,1.03091299533844,2.1296119689941406,3.052294969558716,0.9876750111579895,2.165980100631714,-1.3231680393218994,-0.6710129976272583,-0.8063139915466309,-1.5678980350494385,1.315593957901001,-4.0200982093811035,-3.2164599895477295,0.5232089757919312,2.465769052505493,-1.1480870246887207,1.387681007385254,-3.2079029083251953,1.0186339616775513,0.8936390280723572,-0.10558000206947327,0.20938800275325775,1.399224042892456,1.5553719997406006,2.680018901824951,-2.4788129329681396,-4.035067081451416,1.8344650268554688,-4.016689777374268,-3.049928903579712,-0.5687299966812134,3.1908040046691895,-1.5067429542541504,-0.5868650078773499,-0.05073000118136406,1.329563021659851,-1.9206420183181763,-3.135345935821533,-1.2756849527359009,2.6397149562835693,2.2615549564361572,-1.0866739749908447,-2.6292788982391357,-3.883380889892578,1.2532789707183838,-3.1117429733276367,1.5327529907226562,-4.097880840301514,-4.075260162353516,-4.248734951019287,-1.7026599645614624,-2.25541090965271,-2.326972007751465,3.064023971557617,-4.5068159103393555,-2.0656769275665283,-2.0847339630126953,2.5422470569610596,2.353653907775879,-2.282011032104492,-1.507290005683899,-2.699723958969116,2.981184959411621,2.9138569831848145,1.9921129941940308,2.0566821098327637,-3.112178087234497,0.8453620076179504,2.665802001953125,-3.2962679862976074,-2.4376718997955322,-3.966027021408081,2.6398940086364746,-4.148163795471191,2.3093221187591553,-0.5524070262908936,2.7941699028015137,-3.2455179691314697,3.1110880374908447,1.277232050895691,1.1651619672775269,-1.5425399541854858,-0.8760480284690857,-3.0594310760498047,-3.005673885345459,0.9163039922714233,1.072803020477295,-1.4236830472946167,2.1964900493621826,-4.484097003936768,-1.127545952796936,2.372220993041992,3.0034339427948,-0.5797479748725891,3.2346370220184326,-3.7943429946899414,-1.095600962638855,-2.025357961654663,-0.819471001625061,-3.1903369426727295,-3.990886926651001,-4.129586219787598,0.8666509985923767,2.711667060852051,-4.112785816192627,2.444027900695801,-1.1072490215301514,1.6572719812393188,3.089003086090088,-0.6526430249214172,-0.9820910096168518,-3.23180890083313,-3.764482021331787,-2.671915054321289,-2.622828960418701,-1.60623300075531,-2.55833101272583,-0.6771960258483887,-0.7205860018730164,1.3293139934539795,1.3002049922943115,1.627540946006775,-0.16453899443149567,-1.5294760465621948,-1.7775590419769287,2.9672141075134277,-3.1660919189453125,-1.7457590103149414,0.4519760012626648,2.8836100101470947,1.7111289501190186,3.14137601852417,-3.949444055557251,-0.15022100508213043,2.9396140575408936,-1.1360230445861816,0.8343219757080078,-1.1242810487747192,1.6320120096206665,3.0944900512695312,-3.4511380195617676,0.7934730052947998,0.6837009787559509,1.4981130361557007,-1.4579559564590454,2.1438519954681396,0.25898900628089905,-4.143190860748291,-1.257280945777893,-4.188648223876953,-3.735732078552246,3.025386095046997,-1.800115942955017,1.5323799848556519,-2.8708291053771973,-2.315216064453125,-0.9996830224990845,-3.333906888961792,-1.191349983215332,1.5401959419250488,-3.0552430152893066,0.58815598487854,-1.9091299772262573,-4.383508205413818,-1.5839849710464478,3.2377450466156006,2.879686117172241,-2.1763041019439697,-1.2530839443206787,0.7833390235900879,-3.2057158946990967,-0.36235499382019043,1.3390519618988037,0.9416049718856812,2.544743061065674,0.2906759977340698,0.3806940019130707,-0.5284519791603088,3.075615882873535,0.1977269947528839,2.5344789028167725,-4.364138126373291,-2.453028917312622,-2.4457640647888184,2.36871600151062,0.22882099449634552,-0.9143019914627075,0.016801999881863594,-3.20947003364563,-2.7827959060668945,-3.250559091567993,-2.5504000186920166,-1.8516429662704468,-1.4852550029754639,1.8223249912261963,1.6054370403289795,2.0431289672851562,1.6842269897460938,-2.9014639854431152,-2.55036997795105,-0.4329349994659424,2.9592978954315186,-1.9910869598388672,-1.3799430131912231,-3.209836959838867,-2.142080068588257,-2.1882829666137695,-0.682066023349762,-4.187551975250244,1.068814992904663,-3.226444959640503,2.7520980834960938,2.8086869716644287,1.0098539590835571,-0.9804279804229736,0.48355498909950256,-1.5687999725341797,2.4472150802612305,0.10246100276708603,-2.910515069961548,-2.5220980644226074,0.4637480080127716,2.2009971141815186,-1.261104941368103,-3.981071949005127,-1.1967639923095703,2.092780113220215,-1.4790300130844116,-0.6664170026779175,-2.958184003829956,-0.6190159916877747,-0.3912700116634369,-3.74462890625,-3.787271022796631,-0.5143179893493652,-2.11006498336792,-0.23859000205993652,0.20898599922657013,-2.811474084854126,3.1200079917907715,-1.710312008857727,-0.38264000415802,0.9208750128746033,3.08290696144104,-1.916409969329834,2.3034911155700684,2.42586088180542,1.0184969902038574,1.0709669589996338,-2.9254820346832275,1.3911420106887817,1.566625952720642,-0.9532780051231384,-2.8758199214935303,-0.6053230166435242,1.0861910581588745,-1.3132879734039307,0.5766850113868713,0.03779599815607071,3.037616014480591,2.8966689109802246,0.5997920036315918,-1.5236250162124634,-4.58264684677124,2.056104898452759,1.3869409561157227,-3.571368932723999,2.161811113357544,-0.014631999656558037,-0.2756339907646179,2.8496830463409424,-2.4593429565429688,1.1302069425582886,-3.176845073699951,-1.7188169956207275,-4.272103786468506,3.1827449798583984,-4.472521781921387,-1.910652995109558,-0.04377000033855438,0.013980000279843807,-0.6361470222473145,-0.7571049928665161,3.115752935409546,2.513190984725952,0.6403440237045288,-4.55479621887207,-1.065024971961975,-2.7869410514831543,-2.8402740955352783,-1.0551849603652954,1.6439980268478394,0.9246460199356079,-2.4013500213623047,-0.7556779980659485,-1.450868010520935,-0.5677419900894165,-4.1012349128723145,-3.25502610206604,0.17656899988651276,-2.0494699478149414,-1.2247060537338257,3.0619609355926514,-0.036208998411893845,-1.4244070053100586,-2.978238105773926,-1.4698940515518188,-1.6003450155258179,-2.2581241130828857,-1.355178952217102,-1.4744939804077148,1.4529210329055786,-0.3109489977359772,2.698137044906616,-4.161465167999268,-2.025075912475586,2.6170899868011475,2.6558940410614014,1.61919105052948,-1.1932480335235596,1.3260090351104736,-0.966314971446991,-3.7018849849700928,2.691443920135498,0.10201700031757355,-2.9141108989715576,-0.9555630087852478,-1.0524990558624268,-1.4971339702606201,0.4759640097618103,-1.6411069631576538,-1.01882803440094,2.459541082382202,-1.234611988067627,-0.09335800260305405,-1.190356969833374,-1.3216700553894043,-1.3348259925842285,0.3861590027809143,1.191514015197754,-2.4756391048431396,-1.8427929878234863,-2.7479050159454346,1.0548930168151855,-2.081839084625244,0.34684300422668457,1.813122034072876,-3.44052791595459,-0.5329700112342834,2.0929648876190186,-2.5470969676971436,-1.3298859596252441,2.1017849445343018,-4.6529059410095215,-1.277271032333374,2.9148080348968506,1.9818120002746582,-1.1608070135116577,-2.737416982650757,-3.0167930126190186,-1.2996350526809692,1.8000919818878174,2.1619880199432373,2.6018850803375244,1.2761460542678833,-1.213534951210022,-2.7808749675750732,-2.6228320598602295,-1.8958879709243774,-3.3654799461364746,0.5100600123405457,1.6840980052947998,-0.9234690070152283,0.23327699303627014,3.1883668899536133,0.42055198550224304,0.15566200017929077,-2.806823968887329,2.472909927368164,-3.8404250144958496,-1.0837359428405762,1.6957670450210571,2.700813055038452,0.3184080123901367,2.9274609088897705,0.6870560050010681,1.7175179719924927,-4.19032621383667,-4.603833198547363,2.969064950942993,-1.1904410123825073,1.1102930307388306,-2.202176094055176,-1.6525019407272339,-3.1969029903411865,3.007617950439453,0.9634720087051392,-3.274801015853882,3.22810697555542,-3.0954220294952393,0.6787449717521667,2.520340919494629,-3.0594680309295654,-4.3758978843688965,-0.9816319942474365,-4.137787818908691,-1.6658539772033691,1.2530410289764404,-4.056302070617676,2.4440839290618896,-2.6483969688415527,2.7126519680023193,-2.4937450885772705,-1.172368049621582,-3.1355741024017334,0.5507760047912598,-1.932008981704712,-2.2555251121520996,1.9871779680252075,2.621680974960327,1.1923710107803345,-1.3213649988174438,-3.2303059101104736,-1.4408819675445557,1.4593149423599243,-2.3843040466308594,0.9686859846115112,1.0316309928894043,-3.8860158920288086,-1.8123799562454224,-2.1175520420074463,-1.486510992050171,-3.1998050212860107,-0.8985520005226135,-1.063001036643982,-2.49141788482666,-3.098069906234741,1.903663992881775,-3.983738899230957,-3.213597059249878,-3.201601028442383,2.85657000541687,0.6511039733886719,-0.4296970069408417,0.84169602394104,-4.193083763122559,-0.7168939709663391,-1.5718259811401367,3.1421070098876953,-3.190606117248535,1.0781439542770386,-1.934941053390503,-1.084388017654419,2.669548988342285,-0.9328749775886536,1.6967339515686035,-2.17706298828125,-4.0781989097595215,0.8278170228004456,0.7874019742012024,1.4153720140457153,-1.8777199983596802,1.6764780282974243,-0.11725399643182755,1.925253987312317,2.672576904296875,2.404232978820801,1.129006028175354,-3.9943530559539795,2.5919411182403564,-3.0663859844207764,-4.119038105010986,0.36360499262809753,0.12485399842262268,-4.38663911819458,-3.701021909713745,-3.715675115585327,-2.3506810665130615,-3.3088979721069336,-2.667668104171753,1.6865299940109253,1.1542840003967285,-0.8191909790039062,-3.206902027130127,1.8991910219192505,2.70072603225708,2.515744924545288,-3.1952579021453857,0.5336909890174866,-1.1559009552001953,-3.8537139892578125,2.2967140674591064,-3.8169710636138916,-3.9335670471191406,-4.392550945281982,-1.3419140577316284,-0.7329689860343933,3.147336006164551,1.040145993232727,3.198291063308716,0.7494329810142517,1.549530029296875,2.8009719848632812,-0.5106300115585327,0.8923529982566833,-1.1595690250396729,2.8659510612487793,1.7417579889297485,-3.224095106124878,-1.759719967842102,-0.3788459897041321,-1.5944819450378418,-0.457612007856369,2.383622884750366,2.428236961364746,0.9699710011482239,0.43312299251556396,2.1255970001220703,0.6244069933891296,-3.591646909713745,-0.24907700717449188,-2.269184112548828,1.5053030252456665,-2.571291923522949,2.4088549613952637,2.722003936767578,2.740206003189087,-2.6688289642333984,2.5380289554595947,-2.671113967895508,-0.35395199060440063,-4.1724090576171875,-3.774167060852051,-2.1451330184936523,-2.343161106109619,-0.8286129832267761,2.6026809215545654,1.063704013824463,-3.162574052810669,-4.285603046417236,-3.1567060947418213,0.962099015712738,2.2701659202575684,-1.6178439855575562,-0.5456420183181763,-0.9248639941215515,2.56210994720459,1.9923700094223022,-0.9638500213623047,-1.4097720384597778,1.194782018661499,-3.1238889694213867,-0.5799570083618164,-1.2775280475616455,-4.285229206085205,-3.5386579036712646,-0.8869969844818115,1.193956971168518,0.7850800156593323,-2.750264883041382,0.8180369734764099,-4.021934986114502,-0.0882750004529953,-2.6303350925445557,-2.886765956878662,3.2374179363250732,2.9576220512390137,0.9137849807739258,1.4947259426116943,-3.2831320762634277,-0.6289070248603821,-2.7160520553588867,0.21710699796676636,-1.4815980195999146,-2.400909900665283,2.5621659755706787,2.2360799312591553,-4.023317813873291,1.122642993927002,-1.161749005317688,0.2543340027332306,2.6667098999023438,-1.1919690370559692,-1.55862295627594,1.3052489757537842,-2.6185719966888428,0.5582060217857361,-0.06732700020074844,2.97222900390625,1.7864240407943726,2.8140270709991455,1.0370409488677979,-4.0006818771362305,1.3989989757537842,2.975625991821289,3.1196999549865723,-0.35311201214790344,-1.71977698802948,-0.2196349948644638,1.8200900554656982,-2.0040180683135986,1.486130952835083,2.466315984725952,-3.758310079574585,2.741352081298828,-2.349745035171509,-0.14872600138187408,2.852881908416748,-3.2056169509887695,-1.282256007194519,-1.4384490251541138,0.7591760158538818,-2.8698160648345947,-1.9280339479446411,2.601608991622925,-1.2252670526504517,2.6475110054016113,2.9676709175109863,2.0321619510650635,1.3540029525756836,2.352552890777588,2.679685115814209,2.7671959400177,-1.3275150060653687,-1.489084005355835,1.8262020349502563,1.5350300073623657,3.200050115585327,0.9871429800987244,-0.7010369896888733,1.2313050031661987,1.8198139667510986,2.7512331008911133,-3.217756986618042,-1.3584189414978027,1.9651670455932617,2.3728580474853516,3.2523019313812256,-1.7969000339508057,0.48554301261901855,-2.1205220222473145,-3.1010289192199707,-0.6963099837303162,1.0257469415664673,-1.3407269716262817,-1.3760889768600464,2.3276491165161133,3.272665023803711,3.2506771087646484,-3.277458906173706,-1.911864995956421,-3.602109909057617,-2.6032400131225586,-0.6908659934997559,-0.9749079942703247,1.1876519918441772,-2.9626479148864746,-2.2489469051361084,-1.310312032699585,-4.033923149108887,-2.4328479766845703,-4.2157721519470215,-4.389307975769043,1.9605560302734375,-3.1996009349823,3.1110079288482666,0.776540994644165,-1.4732179641723633,2.8613080978393555,1.9378019571304321,-0.4908809959888458,-4.018327236175537,1.9130959510803223,0.6089619994163513,1.9683740139007568,2.093441963195801,-2.77880597114563,-1.9044950008392334,2.844630002975464,-0.6104940176010132,2.0911219120025635,0.7345179915428162,-0.9763829708099365,-1.3871339559555054,-3.3227651119232178,1.6236640214920044,1.646144986152649,-1.9139970541000366,2.5910069942474365,-1.280661940574646,-1.3120570182800293,-1.6755880117416382,0.03242700174450874,2.4027819633483887,2.620296001434326,1.1248489618301392,1.7045470476150513,-3.8895370960235596,2.6028339862823486,2.044588088989258,2.4736039638519287,2.2859559059143066,-1.4519109725952148,3.0645511150360107,3.078320026397705,3.0683369636535645,-1.8288730382919312,-1.7791470289230347,-0.9412969946861267,-2.9854989051818848,-3.068229913711548,-4.102974891662598,-4.454132080078125,-4.430324077606201,-4.27462100982666,1.261762022972107,-0.9521300196647644,1.2458059787750244,2.0908350944519043,-1.7006750106811523,-3.212601900100708,-0.06060099974274635,1.85248601436615,1.9815820455551147,0.6305299997329712,1.1575169563293457,2.36183500289917,0.9800959825515747,0.8091890215873718,0.823045015335083,-2.31646990776062,-2.934907913208008,-2.446568012237549,-2.815774917602539,1.9636820554733276,3.1005189418792725,-3.185508966445923,-3.170241117477417,0.44078201055526733,-3.197032928466797,2.920332908630371,1.1542799472808838,2.502492904663086,-1.7643500566482544,1.8022810220718384,1.9416329860687256,-1.2446659803390503,1.0444890260696411,-2.7648990154266357,-1.5178799629211426,1.7333940267562866,-0.6602820158004761,-4.423851013183594,-1.5565680265426636,2.234133005142212,-3.219088077545166,-3.230319023132324,-3.643515110015869,1.1130249500274658,-3.0411009788513184,2.998018980026245,-3.8168671131134033,-1.1937930583953857,-4.6528000831604,-3.271034002304077,-1.3033360242843628,-1.3550560474395752,2.6666250228881836,-3.304486036300659,-2.3599600791931152,-4.081978797912598,3.153395891189575,2.133172035217285,2.1488959789276123,-0.9914429783821106,-2.111280918121338,-1.2760289907455444,-1.8799430131912231,-4.077513217926025,-1.5800689458847046,-1.610582947731018,-3.457026958465576,3.060749053955078,-2.1427109241485596,-0.9467039704322815,0.8574519753456116,-3.191082000732422,-0.880577027797699,3.3054490089416504,2.2636220455169678,-0.14605100452899933,-0.16255199909210205,-0.490123987197876,-2.5088469982147217,0.0023670000955462456,-4.141601085662842,-3.2251949310302734,0.7605040073394775,-3.838253974914551,2.6248319149017334,2.0669760704040527,-1.2104480266571045,-0.7833790183067322,-1.4427390098571777,1.388537049293518,2.115726947784424,0.882938027381897,2.3129160404205322,-4.248556137084961,3.076308012008667,-2.7990710735321045,1.6351139545440674,2.286731004714966,3.226707935333252,-4.424789905548096,-4.07576322555542,-0.9869760274887085,-2.2927119731903076,-0.9735710024833679,-0.030654000118374825,-2.19856595993042,-2.092334032058716,1.8179320096969604,2.561511993408203,-1.166079044342041,-2.053071975708008,0.9778609871864319,-0.8486179709434509,2.032042980194092,-0.5304200053215027,-2.4767611026763916,3.2801589965820312,-2.949462890625,-3.197978973388672,2.157167911529541,1.2413909435272217,-4.169783115386963,-1.1827579736709595,-3.435753107070923,-1.3498589992523193,-1.4817639589309692,3.0312130451202393,-3.2212629318237305,-0.5512199997901917,0.763933002948761,-1.0214749574661255,-4.1280131340026855,-3.180649995803833,-4.418537139892578,-2.8321139812469482,-4.459083080291748,-4.05626916885376,2.9076929092407227,-4.4555439949035645,-0.4568699896335602,-1.2269940376281738,1.1207319498062134,-4.139173984527588,-4.303818225860596,-4.319756031036377,-0.35444700717926025,-1.7202800512313843,1.9356460571289062,-3.9054179191589355,-1.3861440420150757,-2.5013930797576904,-3.169558048248291,-3.2042529582977295,-2.65085506439209,-0.8986899852752686,-3.4823551177978516,-1.529649019241333,0.07033500075340271,1.149001955986023,0.1666260063648224,-2.9335689544677734,-0.2908160090446472,3.1131179332733154,1.5986000299453735,1.7455259561538696,3.0782909393310547,2.8770389556884766,0.8139989972114563,3.168026924133301,-0.8022149801254272,1.2610780000686646,1.3137199878692627,-2.478142023086548,1.593912959098816,-2.259273052215576,-2.416520118713379,0.9799910187721252,0.5506619811058044,-0.3423439860343933,1.7646340131759644,-0.8754050135612488,-0.7105290293693542,0.028470000252127647,-4.1510162353515625,-2.9611260890960693,2.713982105255127,2.2961480617523193,2.851963996887207,-1.3410550355911255,-2.5744099617004395,-1.9028650522232056,-2.508234977722168,-4.166314125061035,0.8120989799499512,-2.443434953689575,-2.3154659271240234,1.6345289945602417,-4.1415300369262695,-0.6309769749641418,0.409171998500824,0.9640070199966431,-1.7140170335769653,2.0850749015808105,2.8645761013031006,1.0638240575790405,-2.757946014404297,2.313765048980713,-2.796794891357422,-2.252811908721924,-2.296550989151001,-1.4358880519866943,-2.268022060394287,-2.5593209266662598,-3.5221049785614014,-4.133982181549072,-3.22011399269104,-2.0629289150238037,2.369680881500244,-1.2713890075683594,-0.6547459959983826,-1.3464709520339966,-0.2663879990577698,-1.306792974472046,2.2648398876190186,0.5482879877090454,-3.2361180782318115,-1.365968942642212,3.0972869396209717,-1.4204440116882324,2.50056791305542,-3.154247999191284,-1.4094640016555786,-3.499382972717285,-0.024739999324083328,-1.0145080089569092,-0.6779729723930359,1.6741050481796265,1.2703909873962402,1.2605630159378052,-0.6820499897003174,-3.2146589756011963,-4.14881706237793,0.79408198595047,0.4713349938392639,2.4294819831848145,-1.811352014541626,-1.987602949142456,-0.1517380028963089,-0.46558699011802673,2.542433023452759,2.019624948501587,-1.8704830408096313,-3.209958076477051,3.314286947250366,0.2579129934310913,-3.1894500255584717,0.8619940280914307,-3.1441829204559326,-4.079864978790283,-1.3376590013504028,-3.980319023132324,2.8830299377441406,-2.8130929470062256,0.9676110148429871,-4.421103000640869,1.917754054069519,-1.5376650094985962,-1.1841180324554443,-1.8707480430603027,-0.6876279711723328,2.287808895111084,1.6052559614181519,-4.191112995147705,-0.9322479963302612,-0.5695449709892273,-0.8980749845504761,1.4056600332260132,3.035140037536621,-3.8276870250701904,-3.1982688903808594,-1.6334949731826782,2.7607200145721436,-3.225809097290039,1.0326100587844849,2.4136669635772705,1.8959660530090332,2.445075035095215,2.7591969966888428,2.2613279819488525,-1.452247977256775,0.8674749732017517,3.240004062652588,-3.458401918411255,-0.08904699981212616,-0.049522001296281815,1.622586965560913,1.5726070404052734,-0.25407901406288147,0.42067500948905945,2.389374017715454,2.0826940536499023,1.8898730278015137,-1.3453999757766724,2.5211501121520996,2.8156869411468506,-3.2335660457611084,-1.1449799537658691,-1.8067330121994019,-2.7762489318847656,-3.6946170330047607,-3.6501359939575195,1.07184898853302,1.7218509912490845,-0.10959099978208542,1.5422389507293701,-2.2914540767669678,2.615902900695801,1.7370469570159912,1.2786020040512085,-2.8462440967559814,-1.2247610092163086,-3.9689080715179443,-3.235718011856079,1.0003180503845215,2.2755138874053955,-1.1187160015106201,-1.8690049648284912,-2.579961061477661,-2.4662179946899414,-2.529542922973633,2.6815779209136963,2.614104986190796,-0.8166369795799255,-4.652915954589844,-0.9083529710769653,-1.1496119499206543,-1.102679967880249,-2.388540029525757,-3.195157051086426,-1.8927769660949707,-2.089473009109497,-3.2098329067230225,-1.8087639808654785,-3.8855578899383545,1.697754979133606,-0.006541000213474035,0.23605500161647797,0.2862800061702728,-2.9762489795684814,1.2746880054473877,-2.885524034500122,1.1613030433654785,1.3593289852142334,-0.45570701360702515,0.6259440183639526,2.0459699630737305,1.8324609994888306,-3.248776912689209,-0.06219799816608429,2.5591089725494385,2.973918914794922,-3.8419809341430664,1.8296680450439453,0.8932260274887085,-2.734057903289795,-3.2923130989074707,-4.161118030548096,1.0649960041046143,3.237485885620117,-1.0761419534683228,-4.074521064758301,2.5407979488372803,-0.31324100494384766,-3.450822114944458,2.6976640224456787,2.9187099933624268,0.768526017665863,0.7383689880371094,0.9035660028457642,-2.141355037689209,-0.056060001254081726,-0.050533000379800797,2.999034881591797,-0.15033100545406342,-4.155970096588135,1.2344599962234497,1.8724390268325806,2.558166027069092,1.3326079845428467,-3.9632480144500732,-0.44792601466178894,3.016752004623413,1.1649819612503052,-3.1921660900115967,-3.348134994506836,-3.118453025817871,-3.1155459880828857,1.9612059593200684,1.4947069883346558,-1.5275369882583618,2.4991259574890137,2.4733169078826904,2.5952420234680176,2.9971330165863037,0.9458479881286621,-1.9124929904937744,0.2767769992351532,1.4283119440078735,2.891779899597168,-0.35590699315071106,2.2112820148468018,0.12144400179386139,2.696371078491211,-3.1800711154937744,0.03636400029063225,0.34952500462532043,-1.2287570238113403,2.183012008666992,-3.29596209526062,0.21803000569343567,-3.759516954421997,1.8190909624099731,1.8163399696350098,-2.1507740020751953,-2.097506046295166,-4.626029968261719,2.824955940246582,-3.220388889312744,-1.1780600547790527,2.8202030658721924,-1.478806972503662,-1.4000400304794312,0.8960639834403992,-2.204545021057129,2.8882970809936523,-1.1534379720687866,-3.2537879943847656,-3.9220130443573,0.8912410140037537,2.154632091522217,-1.6459050178527832,-4.4407758712768555,-4.529997825622559,-2.444704055786133,-3.8848509788513184,2.6499850749969482,-0.30568501353263855,-0.3353370130062103,0.6554350256919861,0.771124005317688,0.9259430170059204,-3.2073099613189697,-3.2047550678253174,-3.467336893081665,-2.39001202583313,-0.8042780160903931,-0.4129360020160675,2.6794209480285645,1.319398045539856,-1.134513020515442,-1.12397301197052,-3.7049059867858887,1.752323031425476,-2.9691898822784424,0.9326649904251099,1.1171619892120361,-3.042725086212158,-3.825124979019165,0.14821000397205353,3.317673921585083,0.36184900999069214,-4.1894659996032715,0.7876830101013184,-1.0408669710159302,-3.1946890354156494,-2.231231927871704,3.157309055328369,-2.9530720710754395,0.9003419876098633,2.3079049587249756,2.441157102584839,-3.743185043334961,-1.6622029542922974,-0.258432000875473,-1.2592580318450928,-2.141288995742798,-0.42579999566078186,0.19617600739002228,-4.477392196655273,3.2737560272216797,1.1004730463027954,2.845165967941284,-4.135426998138428,-4.315115928649902,2.209934949874878,1.6569180488586426,-2.0749239921569824,-2.065201997756958,-0.7720450162887573,2.5127499103546143,0.885906994342804,-2.4107658863067627,-3.1757800579071045,2.2229690551757812,-2.820568084716797,-3.186110019683838,2.3857529163360596,2.777435064315796,-3.6449480056762695,0.7298640012741089,-0.0024850000627338886,-2.192070960998535,2.38559889793396,-4.212600231170654,-2.029989004135132,-2.977994918823242,-2.150650978088379,-1.932088017463684,0.458063006401062,2.4109840393066406,-4.248263835906982,2.8999528884887695,2.5938949584960938,2.8719770908355713,-4.20345401763916,-2.1972320079803467,1.1111290454864502,1.1294230222702026,0.4421809911727905,-2.0806820392608643,-1.4996570348739624,-2.9598379135131836,-2.264080047607422,-3.2018990516662598,-3.025391101837158,-0.24291899800300598,0.9872410297393799,-3.2478039264678955,-4.137887954711914,1.728950023651123,2.2150650024414062,-3.8481900691986084,2.3379828929901123,1.5350010395050049,-1.4916739463806152,-4.209958076477051,-3.199249029159546,-4.340385913848877,2.7027809619903564,2.1374640464782715,-3.2499020099639893,2.630995035171509,-4.290690898895264,-3.1662800312042236,-2.092108964920044,0.8626239895820618,1.4167629480361938,-1.4217289686203003,-2.185149908065796,-0.8314710259437561,-0.44152700901031494,-2.3654370307922363,2.179018974304199,-0.19569000601768494,-1.0818129777908325,-3.2473649978637695,-2.9687860012054443,-1.7425459623336792,-2.9871768951416016,-3.9795479774475098,0.7984700202941895,0.6275579929351807,-3.9011459350585938,-0.9189969897270203,2.2289209365844727,-4.371781826019287,-4.45773983001709,-3.4378409385681152,1.8356679677963257,0.33664199709892273,1.5987210273742676,2.5722579956054688,-3.2279419898986816,-0.5005990266799927,0.5505809783935547,0.453453004360199,0.9519109725952148,2.635576009750366,-0.9935669898986816,-0.7930489778518677,-1.4896190166473389,-4.652939796447754,-4.652921199798584,-1.4569239616394043,0.05240299925208092,-3.509423017501831,-3.4351460933685303,1.2014189958572388,0.9877889752388,1.0329890251159668,2.320502996444702,-1.0810129642486572,-2.2333340644836426,2.2650680541992188,-3.9133880138397217,1.2502440214157104,2.3086869716644287,0.956279993057251,3.1294519901275635,2.539849042892456,-4.173871994018555,-2.723433017730713,-4.272775173187256,-4.265038013458252,0.5780079960823059,-0.8458589911460876,-2.710750102996826,0.24553699791431427,-0.3887769877910614,-1.5491700172424316,3.119452953338623,3.0717270374298096,-3.0972959995269775,-3.739748001098633,2.097407102584839,-0.8485900163650513,-2.816534996032715,0.6481419801712036,0.2531389892101288,1.0872210264205933,-1.3127349615097046,-3.7169039249420166,-3.781982898712158,-3.2400200366973877,-1.9467639923095703,-2.0859689712524414,-2.82650089263916,-1.2452419996261597,0.020500000566244125,-1.3234659433364868,-3.324152946472168,2.6267309188842773,-2.7628650665283203,-4.283658981323242,-4.213755130767822,-3.1971991062164307,-1.8588839769363403,2.539252996444702,2.257930040359497,-4.1287760734558105,2.805288076400757,2.527822971343994,-3.699856996536255,2.2125890254974365,1.1700730323791504,1.1701040267944336,0.5553500056266785,2.3734960556030273,0.5337809920310974,1.6913419961929321,-1.8430160284042358,-1.9103480577468872,0.8648759722709656,1.271705985069275,-3.2069919109344482,2.76595401763916,-0.5330479741096497,1.7228540182113647,2.9093899726867676,-0.957643985748291,2.6754109859466553,0.9490360021591187,0.6872379779815674,-3.213186025619507,-2.5213301181793213,-3.0574541091918945,-0.5570930242538452,-0.4991689920425415,-2.6163170337677,0.7055310010910034,0.8818830251693726,0.17425799369812012,-0.6028339862823486,-1.721032977104187,-0.7401049733161926,1.1046680212020874,-4.057011127471924,0.9540169835090637,0.21111999452114105,0.6921520233154297,-1.808284044265747,2.5807650089263916,2.9407150745391846,0.7644010186195374,2.2458410263061523,2.1321990489959717,-4.080832004547119,1.559960961341858,3.128369092941284,1.2105560302734375,-2.1981968879699707,-1.8346539735794067,-0.08532100170850754,-1.7698390483856201,-2.9267420768737793,2.411324977874756,-0.8490039706230164,-0.025735000148415565,-1.1456520557403564,1.8570489883422852,1.5692780017852783,-1.6822370290756226,-1.5741239786148071,2.7417380809783936,1.337116003036499,-0.15475499629974365,2.3341119289398193,1.469048023223877,1.6701910495758057,-3.220324993133545,-2.276205062866211,1.6526930332183838,0.6519920229911804,-0.8296380043029785,0.3503369987010956,-1.9271169900894165,1.2455339431762695,-3.9251599311828613,-4.282297134399414,-0.914339005947113,2.981498956680298,-1.4740469455718994,-1.4797019958496094,-2.2848610877990723,3.0600249767303467,0.36198198795318604,-3.5719358921051025,-1.7148009538650513,-3.2136340141296387,-3.263061046600342,-1.606619954109192,3.2580459117889404,-4.096697807312012,2.900521993637085,1.0765080451965332,-1.83742094039917,-1.8565540313720703,-0.11758500337600708,-3.1437509059906006,2.8030130863189697,-3.059591054916382,-3.8260679244995117,0.05609099939465523,0.6754559874534607,0.9555760025978088,2.013385057449341,0.03462100028991699,0.7026879787445068,1.1825599670410156,-3.0153279304504395,2.2134780883789062,2.2382960319519043,-3.929637908935547,-1.1847419738769531,1.2342790365219116,2.2815918922424316,-1.9119679927825928,1.0623079538345337,-1.3547569513320923,3.0122570991516113,-0.9208829998970032,-1.1766239404678345,-2.826021909713745,-1.1966179609298706,-4.395763874053955,-4.419290065765381,2.9294118881225586,-2.8614020347595215,-2.573848009109497,-1.4682379961013794,-3.408963918685913,-4.276488780975342,0.187391996383667,2.104372978210449,-4.116150856018066,-2.5592100620269775,-1.0637860298156738,-0.3462829887866974,-3.956480026245117,-3.913525104522705,0.5769270062446594,0.6404640078544617,2.3405239582061768,-2.048933982849121,1.3349570035934448,3.222740888595581,-2.6392691135406494,-4.448760986328125,-0.07595700025558472,-3.1943359375,3.3352530002593994,1.915979027748108,-3.2472620010375977,-4.013946056365967,0.43484100699424744,-4.11193323135376,-1.4081699848175049,-1.357951045036316,1.2794740200042725,0.870576024055481,-1.259552001953125,-1.0489439964294434,1.631788969039917,2.475800037384033,3.239993095397949,2.9008209705352783,0.9015830159187317,-4.287016868591309,1.8856910467147827,-1.0110629796981812,-0.9813590049743652,2.700824022293091,0.12778300046920776,2.5708460807800293,-2.7170350551605225,-3.996709108352661,0.2898249924182892,-1.276474952697754,-2.1997170448303223,-0.35963600873947144,2.792814016342163,3.056281089782715,0.7263200283050537,2.208622932434082,2.6354029178619385,2.2715671062469482,-2.422758102416992,-2.2813758850097656,-2.103454113006592,-3.872796058654785,-2.6361639499664307,-2.462028980255127,-1.0186949968338013,1.917857050895691,1.9495340585708618,3.259147882461548,1.0662920475006104,-0.9142389893531799,0.046751998364925385,2.841417074203491,-1.5148899555206299,2.3930370807647705,2.239414930343628,-1.0461950302124023,-3.2265989780426025,2.4429540634155273,2.654649019241333,2.460469961166382,-3.154170036315918,0.668624997138977,-1.0265140533447266,-1.5643689632415771,-2.056467056274414,-1.3906669616699219,-2.186661958694458,1.3700909614562988,2.288511037826538,3.022334098815918,-1.7486239671707153,-0.7258679866790771,-3.2336819171905518,1.1319520473480225,-1.5462980270385742,1.5272979736328125,-1.5588769912719727,-1.6020100116729736,0.8098809719085693,2.6124820709228516,-1.540917992591858,-1.6560519933700562,-0.7544360160827637,2.3255159854888916,0.09467999637126923,1.906561017036438,-3.1185851097106934,1.5771490335464478,-2.035914897918701,0.5513179898262024,-0.1129319965839386,2.83856201171875,-3.5533649921417236,2.855175018310547,-0.831305980682373,-1.166282057762146,-1.1123119592666626,-4.2842278480529785,1.9177069664001465,-3.220707893371582,-0.643293023109436,-0.39522600173950195,-3.188386917114258,-3.1095850467681885,1.158473014831543,0.05846099928021431,-3.1833369731903076,2.7731399536132812,1.581799030303955,-2.520603895187378,-2.5833048820495605,-3.108997106552124,3.269260883331299,0.8809859752655029,1.92877197265625,1.9449909925460815,-1.3477530479431152,-1.0731799602508545,0.6662480235099792,-1.7123119831085205,-1.3794599771499634,0.5738970041275024,-1.7794740200042725,-4.0682549476623535,-1.3528900146484375,-2.0374739170074463,-2.0276999473571777,-1.0462969541549683,-0.8578979969024658,0.8616369962692261,0.01580600067973137,-1.6062519550323486,3.221529960632324,-4.0086350440979,-1.3567010164260864,-1.1752409934997559,-1.6920750141143799,-1.5450960397720337,-3.862262010574341,-3.1950340270996094,2.2163219451904297,-1.385056972503662,0.14714999496936798,0.29777100682258606,-3.2126200199127197,-4.176248073577881,-2.713144063949585,0.9893929958343506,-2.103271961212158,-0.635528028011322,-0.6757640242576599,-1.1922119855880737,0.07224500179290771,-1.4947409629821777,0.036111000925302505,-3.2004311084747314,-4.499216079711914,2.2754359245300293,-1.4835070371627808,-3.606081962585449,-4.303521156311035,-3.6744279861450195,-3.6921279430389404,2.3430700302124023,-0.006390000227838755,-4.076900005340576,-1.6876850128173828,-3.196743965148926,-0.3104409873485565,2.5043039321899414,1.7820889949798584,-3.835479974746704,-3.6643309593200684,1.0474820137023926,0.7485719919204712,1.342844009399414,2.907636880874634,2.8628149032592773,-0.8870720267295837,-4.082518100738525,-0.3885450065135956,-3.21087908744812,0.5552970170974731,2.500622034072876,-0.029752999544143677,-3.1708219051361084,-1.860625982284546,1.2810389995574951,1.6678119897842407,1.555662989616394,-3.233504056930542,-1.369307041168213,-3.1949191093444824,3.1696250438690186,-3.16817307472229,-0.5590919852256775,2.423980951309204,-2.605654001235962,-1.4554790258407593,-0.2540520131587982,-1.6205589771270752,1.8763689994812012,-1.3054330348968506,-1.6845159530639648,-3.210110902786255,-0.7634180188179016,0.7172629833221436,1.0067130327224731,2.9774529933929443,3.002584934234619,1.5808160305023193,-1.9130100011825562,-1.006983995437622,2.126396894454956,3.2281060218811035,-3.7909131050109863,-3.8339219093322754,-2.4663429260253906,-0.42990198731422424,-4.377665996551514,-4.437417030334473,-2.035024881362915,-4.168820858001709,-3.1831679344177246,1.524325966835022,0.672993004322052,-3.1934590339660645,-3.211210012435913,1.7766309976577759,-0.6448699831962585,1.7526450157165527,-0.858165979385376,-0.232014998793602,-4.321052074432373,-4.155115127563477,-4.132660865783691,-2.731950044631958,-1.034980058670044,1.3301160335540771,-1.8101060390472412,-3.2246499061584473,-2.6548030376434326,1.9937130212783813,-1.7703969478607178,-2.029665946960449,1.794288992881775,0.9078220129013062,-3.188375949859619,-2.1276071071624756,1.2265429496765137,1.8024120330810547,3.182426929473877,1.3128889799118042,2.564863920211792,-0.17302300035953522,-4.078889846801758,0.77982497215271,-3.7216439247131348,-3.22761607170105,-0.7033140063285828,-1.1902860403060913,-1.8433959484100342,0.918910026550293,2.459566116333008,2.5116209983825684,2.128925085067749,1.9186880588531494,-0.31707000732421875,-3.3846170902252197,0.7835710048675537,-2.9001851081848145,2.5767838954925537,-3.2221760749816895,-0.04138699918985367,-0.18934300541877747,1.5422550439834595,2.934040069580078,2.8515210151672363,2.2844600677490234,0.36321601271629333,1.9486600160598755,-0.7941820025444031,-1.4214979410171509,-1.1399070024490356,-1.1570780277252197,-1.4491230249404907,2.666395902633667,2.874876022338867,-3.188662052154541,-3.9921860694885254,-3.954617977142334,2.2354400157928467,2.0775279998779297,-1.703125,1.3282300233840942,2.008939027786255,-2.9613499641418457,0.4761030077934265,-1.7298250198364258,2.6929829120635986,-0.2130109965801239,-0.20201699435710907,3.111762046813965,-1.0372949838638306,-0.5210469961166382,1.0408960580825806,-0.8098629713058472,-1.4696400165557861,-1.2565020322799683,0.2797220051288605,1.6139990091323853,0.7716079950332642,-3.237632989883423,-3.2325990200042725,-2.412461042404175,2.924647092819214,-3.617922067642212,-1.359961986541748,1.1268600225448608,-1.4241909980773926,-3.24912691116333,0.16421200335025787,2.2886528968811035,1.7202249765396118,2.8410019874572754,-1.513841986656189,-0.6311749815940857,-1.7342820167541504,2.2924671173095703,0.09783399850130081,1.5098869800567627,-0.819907009601593,1.0136070251464844,-3.212541103363037,-1.5171740055084229,1.6720809936523438,1.69451904296875,-1.6544209718704224,-3.2209010124206543,-1.1497019529342651,2.9244799613952637,2.211014986038208,0.4437670111656189,3.030426025390625,0.9330000281333923,2.5049870014190674,-0.5803599953651428,-3.139451026916504,2.2316229343414307,2.9661049842834473,-1.283229947090149,-3.2110350131988525,1.3988310098648071,-3.282166004180908,1.7325979471206665,-1.3619190454483032,2.201611042022705,-2.0927679538726807,-3.2187259197235107,-1.6571680307388306,-4.0221710205078125,-2.1359899044036865,-4.154262065887451,1.2476129531860352,0.47305798530578613,-0.817978024482727,0.48583099246025085,-4.530839920043945,-1.5706969499588013,1.1226600408554077,-3.209367036819458,1.204453945159912,-3.840596914291382,2.601562976837158,2.643568992614746,-0.5126240253448486,1.2311190366744995,-2.360836982727051,1.057168960571289,3.154684066772461,0.7642530202865601,2.138010025024414,1.5006790161132812,-1.1910159587860107,1.2187459468841553,-1.243211030960083,3.0160090923309326,-2.4253640174865723,-3.6140151023864746,-3.222482919692993,-0.9588029980659485,-0.9224510192871094,1.4181840419769287,2.0663790702819824,-3.124969959259033,-3.609895944595337,-0.5521289706230164,2.0549490451812744,-2.3172171115875244,2.358091115951538,-4.3585638999938965,0.4701249897480011,2.061260938644409,-1.7199939489364624,1.2195199728012085,-3.2368059158325195,-0.893140971660614,1.2397489547729492,0.1281770020723343,1.5151209831237793,3.2576799392700195,-2.1546630859375,-0.8554620146751404,3.0520830154418945,-2.4399139881134033,-2.5104880332946777,-0.6532629728317261,-1.715325951576233,0.7877560257911682,1.5538899898529053,-0.72359699010849,-0.6834909915924072,1.0536450147628784,1.8410730361938477,-4.1307759284973145,-1.1127159595489502,-3.2019569873809814,-0.08508499711751938,-0.1273539960384369,2.762671947479248,0.5400410294532776,-2.5595970153808594,1.0115000009536743,-2.501965045928955,2.79557204246521,3.223944902420044,1.990380048751831,1.0959579944610596,2.301637887954712,-0.48024600744247437,2.5100839138031006,0.8012769818305969,-2.2958760261535645,-2.2690930366516113,0.267551988363266,-0.7170810103416443,-0.7352619767189026,-3.174082040786743,-0.1848209947347641,-3.497205972671509,1.3212679624557495,-1.3643159866333008,-1.1040480136871338,0.9161900281906128,3.1493730545043945,-0.10262899845838547,2.1517319679260254,2.336625099182129,2.192897081375122,3.269474983215332,-3.2243430614471436,-4.16978120803833,0.17619599401950836,-0.023132000118494034,-3.1996350288391113,0.8157050013542175,0.548524022102356,3.2572309970855713,-1.5014009475708008,0.8006880283355713,-4.292850017547607,1.1082489490509033,-0.7000719904899597,-3.195328950881958,-1.8358609676361084,-2.775999069213867,-1.1861430406570435,-1.0221660137176514,-0.949891984462738,-3.1946818828582764,-1.4634859561920166,2.0351860523223877,2.759018898010254,-1.0042840242385864,0.42628800868988037,1.3696999549865723,-1.236314058303833,-1.2024680376052856,0.09607599675655365,-4.3791279792785645,0.8602160215377808,1.411331057548523,0.2660599946975708,-1.7718000411987305,-3.2257308959960938,-2.0710949897766113,-1.1402859687805176,-3.0092039108276367,0.6485589742660522,1.121595025062561,-4.442427158355713,3.175424098968506,-0.27289700508117676,-2.5124878883361816,-3.203403949737549,-2.5857350826263428,3.2463529109954834,-3.2115800380706787,-4.062363147735596,-0.26421600580215454,2.428692102432251,-4.360891819000244,2.438169002532959,-0.7546960115432739,0.8167030215263367,-1.3336149454116821,0.020215999335050583,-2.493443012237549,-0.7210749983787537,-1.0892269611358643,2.9459950923919678,-1.4356390237808228,-0.5406579971313477,0.6752510070800781,2.9882960319519043,2.3624680042266846,-3.2191929817199707,0.2044920027256012,-1.91770601272583,3.1384260654449463,1.5001310110092163,-2.802042007446289,-2.0838301181793213,-3.1176810264587402,3.118741989135742,-1.7083300352096558,2.421670913696289,-2.6726489067077637,-2.74760103225708,2.889971971511841,2.94767689704895,-2.4766509532928467,-4.38324499130249,1.2992990016937256,1.423933982849121,0.9905790090560913,-3.790518045425415,-0.7372040152549744,-2.619702100753784,-0.4364210069179535,2.5241539478302,2.12123703956604,-3.178025007247925,0.7643430233001709,0.6810610294342041,1.2311259508132935,-2.276045083999634,-1.2886760234832764,-1.1700780391693115,2.9049129486083984,2.020498037338257,-1.026684045791626,-0.5702270269393921,-2.4487550258636475,-2.0689189434051514,1.7513680458068848,-3.211782932281494,2.5736351013183594,3.0152928829193115,2.953166961669922,2.5529661178588867,2.9698479175567627,-3.1910130977630615,2.5295729637145996,-1.6064610481262207,1.8815840482711792,-0.3510099947452545,-1.368757963180542,0.8983790278434753,1.2232789993286133,0.41251900792121887,2.842777967453003,2.317038059234619,-2.040985107421875,-4.443045139312744,0.016450000926852226,-1.111312985420227,-3.2657289505004883,-2.0363829135894775,-0.5083919763565063,-0.3823379874229431,-1.226207971572876,-1.1291459798812866,2.7965331077575684,-2.528533935546875,0.5410259962081909,1.861564040184021,1.9520339965820312,2.8786349296569824,0.8606470227241516,0.312949001789093,-3.4545950889587402,-1.0803669691085815,-4.4352850914001465,2.458944082260132,3.283668041229248,2.845278024673462,2.9527719020843506,-2.1423990726470947,-3.9139089584350586,2.4356350898742676,-1.3552089929580688,-1.8954319953918457,2.1855580806732178,2.1826798915863037,-2.2208800315856934,-1.962736964225769,2.975492000579834,-0.5062289834022522,3.040118932723999,3.0251529216766357,0.276077002286911,1.3590070009231567,-0.9669640064239502,-0.6958230137825012,-2.2496540546417236,2.596097946166992,-3.917484998703003,-1.540436029434204,2.8975648880004883,2.7099568843841553,-0.8340680003166199,1.1595029830932617,1.7531780004501343,2.389975070953369,-0.4499509930610657,3.161029100418091,2.2487189769744873,1.2356369495391846,1.2085059881210327,2.4204020500183105,-1.1046030521392822,1.6482789516448975,-1.917114019393921,-0.45887699723243713,-0.7451639771461487,0.2307170033454895,-1.20210599899292,1.0866639614105225,2.754815101623535,2.361264944076538,-1.5688560009002686,0.5723990201950073,-1.9635440111160278,-0.4465239942073822,-3.986217975616455,1.364104986190796,-0.6430730223655701,3.242680072784424,-2.6835310459136963,-2.0322320461273193,1.1643049716949463,-0.31881800293922424,-3.1960670948028564,-2.388434886932373,0.845687985420227,1.493988037109375,-2.8792569637298584,-0.5140349864959717,-2.16753888130188,1.313207983970642,-3.432539939880371,-3.245943069458008,-1.8147460222244263,-3.2627649307250977,-4.054605007171631,0.37952300906181335,-2.3964428901672363,2.89660906791687,1.2320369482040405,3.2345499992370605,2.1678149700164795,2.0674819946289062,-2.5708870887756348,0.07317200303077698,3.203460931777954,-3.2270500659942627,-3.2211809158325195,-3.439249038696289,1.0579760074615479,2.9598588943481445,1.446532964706421,-1.6894689798355103,-4.1509480476379395,1.1716140508651733,2.3768200874328613,-2.636396884918213,-4.075850009918213,-4.100142955780029,1.1556060314178467,-3.437824010848999,2.7484800815582275,2.8279008865356445,-3.3285109996795654,2.9949350357055664,0.16803599894046783,-0.8387560248374939,2.7926199436187744,1.1269069910049438,1.9669389724731445,-2.6260149478912354,2.2855730056762695,2.48416805267334,-1.2764919996261597,1.7452679872512817,2.025286912918091,1.3817509412765503,-3.194040060043335,-3.075103998184204,2.9158120155334473,-4.555181980133057,1.1586090326309204,0.25084200501441956,-1.745345950126648,2.645503044128418,2.8601789474487305,2.1856820583343506,2.146653890609741,-1.7393549680709839,1.4162369966506958,2.315176010131836,1.5654230117797852,2.747852087020874,-3.2017738819122314,1.7297120094299316,2.0591490268707275,1.9457659721374512,1.2084499597549438,-2.041574001312256,-1.1337389945983887,2.583462953567505,-2.4038689136505127,-2.5820560455322266,2.8784639835357666,-1.5654330253601074,-1.068761944770813,-0.688621997833252,2.608232021331787,2.625201940536499,-0.1010579988360405,-4.599408149719238,2.6111369132995605,0.3416669964790344,1.525838017463684,-0.9785060286521912,0.6144800186157227,0.3328309953212738,2.4649360179901123,1.95387601852417,0.5624949932098389,-3.1595540046691895,3.039647102355957,2.948529005050659,0.4056429862976074,-3.0101990699768066,-1.327214002609253,2.323523998260498,-0.5528600215911865,-0.7864969968795776,1.783046007156372,-4.1670122146606445,-2.9671359062194824,1.5135020017623901,2.9475929737091064,2.9355380535125732,-2.690566062927246,-1.270387053489685,-2.5513370037078857,2.2883710861206055,1.1360650062561035,-0.3974219858646393,-1.334591031074524,-0.8395289778709412,-2.922250986099243,-2.4143989086151123,0.664559006690979,1.6616020202636719,2.247051954269409,-4.163649082183838,-3.8891029357910156,-3.226609945297241,-1.4550429582595825,3.293394088745117,0.8504490256309509,-2.7642879486083984,-0.3521130084991455,-2.718169927597046,1.4094560146331787,2.0460150241851807,-3.237842082977295,1.683575987815857,0.533174991607666,1.163983941078186,-3.19106388092041,2.130326986312866,-0.7807499766349792,-1.6100380420684814,-4.204977035522461,-2.2724409103393555,2.672840118408203,2.6326849460601807,-4.0312981605529785,0.6877800226211548,-1.4985460042953491,2.6623411178588867,-3.245043992996216,-0.5634629726409912,0.19023700058460236,0.6688290238380432,0.6392989754676819,-2.7035229206085205,-2.6313679218292236,1.820235013961792,-3.227250099182129,2.8024990558624268,-1.014760971069336,-1.9852110147476196,-3.022953987121582,1.0048259496688843,0.38193899393081665,1.1794819831848145,-2.522205114364624,-4.031328201293945,1.2256909608840942,-0.23065200448036194,-0.9269009828567505,0.10074099898338318,2.5905439853668213,-1.2919349670410156,-3.201814889907837,-1.503998041152954,-1.0440280437469482,2.66377592086792,-1.3369879722595215,-0.44133299589157104,3.1700000762939453,2.788741111755371,-1.0727969408035278,-2.467318058013916,-1.5549789667129517,-3.15911602973938,1.4831140041351318,0.9955120086669922,-1.035328984260559,-1.5305060148239136,-2.4130001068115234,-1.6305609941482544,-0.995199978351593,-4.145275115966797,2.74725604057312,2.447957992553711,-3.268078088760376,0.9058579802513123,0.8684049844741821,-0.5070090293884277,-3.084852933883667,-0.45118099451065063,-1.431175947189331,0.8589109778404236,-1.320533037185669,1.0928850173950195,-3.198765993118286,-2.0333499908447266,-1.0563910007476807,-0.969963014125824,2.2858760356903076,2.1076979637145996,-3.230397939682007,2.0558829307556152,-0.841808021068573,-1.9572290182113647,-0.1833440065383911,2.74814510345459,2.9800679683685303,-0.9876459836959839,-2.0076520442962646,2.514961004257202,-0.33449500799179077,-2.2494759559631348,1.0964330434799194,-1.5007679462432861,2.410568952560425,-0.8028560280799866,-2.1988749504089355,3.0388619899749756,3.299448013305664,0.898298978805542,-3.032716989517212,-1.9989479780197144,2.329869031906128,-1.7804440259933472,2.4235129356384277,0.7721289992332458,0.046824000775814056,-1.9388660192489624,-2.872591018676758,-3.0221939086914062,2.821492910385132,1.2522690296173096,2.919904947280884,2.0036048889160156,0.14778299629688263,3.0030019283294678,1.1301419734954834,-3.194775104522705,-0.08698900043964386,-4.31960916519165,-1.1118119955062866,3.2916619777679443,2.348088026046753,1.1785459518432617,1.3307149410247803,-4.176207065582275,-2.7548389434814453,0.10429099947214127,-1.4711229801177979,-3.294279098510742,-1.6557199954986572,-4.136017799377441,-2.1781818866729736,-0.6285250186920166,-1.2484149932861328,-2.0391271114349365,-1.4092220067977905,0.6054109930992126,0.23462599515914917,-0.9074530005455017,-3.0872280597686768,0.14170800149440765,-3.274044990539551,1.2525889873504639,0.8741440176963806,-2.154802083969116,3.2671959400177,-1.7040669918060303,2.5741360187530518,1.3924330472946167,-0.18178699910640717,-0.8322309851646423,0.19951200485229492,2.3627688884735107,2.1465001106262207,-2.5731360912323,-3.3165578842163086,-0.208514004945755,2.907119035720825,-2.4682059288024902,0.43149301409721375,-0.8481850028038025,-0.3310149908065796,-0.47797098755836487,-2.474371910095215,0.5199999809265137,0.7545639872550964,1.3094960451126099,-0.9993569850921631,-4.652956962585449,2.076493978500366,3.1491849422454834,-2.4056169986724854,-2.8984289169311523,2.057620048522949,1.6148879528045654,-2.324903964996338,-2.2480239868164062,-2.003933906555176,-1.0438909530639648,-3.9479000568389893,-4.3811869621276855,3.16325306892395,-1.1276780366897583,0.46000000834465027,1.61359703540802,-2.6265571117401123,-0.5937749743461609,-2.1530120372772217,2.056015968322754,-3.241429090499878,-0.5552939772605896,2.9779090881347656,0.38622498512268066,1.6859500408172607,2.2877540588378906,3.3040859699249268,-3.1868550777435303,-1.0854970216751099,-3.225857973098755,-1.2245069742202759,2.1101739406585693,-3.2592411041259766,0.09170299768447876,-1.6604889631271362,-4.190980911254883,-4.533514022827148,-2.613502025604248,-2.5889201164245605,0.9361140131950378,-0.33269399404525757,2.7687981128692627,-3.2040929794311523,-0.24330799281597137,0.9563900232315063,-3.8890318870544434,-4.216865062713623,1.1360490322113037,-1.2731579542160034,3.163382053375244,-1.3401509523391724,-3.1642959117889404,1.5700180530548096,0.30483201146125793,-2.6626460552215576,-2.825392007827759,-1.0810660123825073,-2.532404899597168,2.591715097427368,-1.9176429510116577,2.14260196685791,-3.2114429473876953,0.2953549921512604,-2.744658946990967,-2.3145060539245605,-0.10136199742555618,1.4325209856033325,-2.007009983062744,2.3070669174194336,-3.205920934677124,-1.3412610292434692,1.221384048461914,0.5071039795875549,1.670788049697876,-0.8715190291404724,0.1854259967803955,-0.4898180067539215,-1.9253820180892944,-3.7520089149475098,-3.786147117614746,-2.864250898361206,-2.9184610843658447,-1.168524980545044,1.4470499753952026,0.1713940054178238,0.32934701442718506,1.3451590538024902,-4.572446823120117,-1.1859760284423828,2.3880350589752197,-4.542647838592529,-1.4372299909591675,-0.9053760170936584,-0.45480599999427795,-0.6092039942741394,2.5158190727233887,-3.198280096054077,-2.116868019104004,-3.2133278846740723,-0.9258949756622314,-0.618215024471283,2.5053389072418213,-1.8233909606933594,0.391075998544693,-4.05095100402832,2.5438809394836426,1.4047659635543823,-1.6883050203323364,-3.2090680599212646,-0.17944300174713135,3.0615389347076416,-4.652979850769043,-4.129108905792236,-3.2969110012054443,2.381247043609619,1.7778149843215942,-3.2076849937438965,-1.761178970336914,-2.1508679389953613,-3.8599910736083984,0.5919250249862671,-1.4432330131530762,2.648408889770508,2.080734968185425,1.2615200281143188,-1.0008909702301025,-3.2690699100494385,-3.956563949584961,-1.053307056427002,2.1374270915985107,1.6407279968261719,0.8416910171508789,-3.1889169216156006,3.174314022064209,0.8377950191497803,0.7889320254325867,-2.6180689334869385,2.2570319175720215,-0.7766929864883423,-2.368515968322754,-2.804018020629883,-3.2124030590057373,-1.5858949422836304,-0.9840980172157288,2.113924026489258,3.151374101638794,-3.256242036819458,-1.0597330331802368,1.92563796043396,-3.175684928894043,-4.127127170562744,0.8441029787063599,-1.6583939790725708,-3.997605085372925,-3.2304999828338623,1.008033037185669,3.0157339572906494,3.236370086669922,-4.146265029907227,-0.8298159837722778,-2.5120201110839844,2.0412309169769287,-0.11976899951696396,2.1443259716033936,2.145922899246216,0.4827049970626831,-0.4621979892253876,-3.893786907196045,0.6167070269584656,1.2962249517440796,-3.1746139526367188,-1.104429006576538,2.295095920562744,-0.08181200176477432,-1.1999739408493042,1.7477350234985352,1.7185050249099731,2.74029803276062,-1.5772360563278198,-1.842399001121521,-1.8281259536743164,-0.6014209985733032,1.3279310464859009,-1.9450089931488037,2.8350539207458496,2.5818541049957275,0.41354799270629883,-1.0312689542770386,2.8807179927825928,1.132727026939392,-1.3314440250396729,1.9711519479751587,0.516061007976532,-0.9722920060157776,1.5106979608535767,2.8740289211273193,0.19651299715042114,-1.1221319437026978,-4.226468086242676,-3.233973979949951,-3.1868929862976074,2.6212470531463623,-4.6528520584106445,-1.4991029500961304,1.2826130390167236,3.0933749675750732,-4.085951805114746,-0.84163498878479,-2.7887420654296875,-1.0892510414123535,3.145397901535034,3.2123401165008545,1.3503659963607788,-3.203639030456543,0.41142499446868896,-2.095102071762085,-0.21361500024795532,1.3656669855117798,0.45958200097084045,3.0697739124298096,-2.013140916824341,-0.9899290204048157,-0.8084610104560852,0.11553599685430527,-2.1856470108032227,1.3764979839324951,0.19534799456596375,2.09934401512146,-1.0756189823150635,0.15512099862098694,-3.2466390132904053,0.3177889883518219,0.5701779723167419,-1.6223989725112915,-3.209096908569336,-1.4475849866867065,-3.718080997467041,-2.707555055618286,-0.8181089758872986,-1.3270219564437866,2.375196933746338,1.7527199983596802,-2.0200700759887695,1.299381971359253,0.09306100010871887,-0.08438099920749664,1.4063559770584106,-1.0819109678268433,-0.6968089938163757,0.5387070178985596,2.7086870670318604,-2.1220409870147705,2.6651620864868164,-1.82111394405365,-1.5170069932937622,-3.05195689201355,-2.623081922531128,-3.415787935256958,2.8175480365753174,2.861279010772705,1.7612969875335693,-4.0054168701171875,1.0446629524230957,-2.140049934387207,-1.9275579452514648,2.890089988708496,-0.17984700202941895,2.6870839595794678,1.2144949436187744,-2.8704540729522705,-0.9137709736824036,-2.4520421028137207,-0.2577979862689972,-3.20709490776062,0.7582910060882568,-2.0102639198303223,-1.737017035484314,1.0516330003738403,1.8835649490356445,1.285539984703064,-3.8233320713043213,3.084346055984497,-4.084358215332031,-2.3684799671173096,-1.4946249723434448,-2.7635610103607178,1.8628729581832886,2.322072982788086,-4.126097202301025,-1.5662540197372437,2.0782101154327393,1.1131139993667603,-1.1080210208892822,-3.1895461082458496,-3.173621892929077,-3.186077117919922,0.34279701113700867,-3.9473330974578857,1.377424955368042,-0.3840790092945099,2.510406970977783,-1.012814998626709,-1.0432929992675781,-0.6921769976615906,2.846358060836792,-0.9750660061836243,2.4284889698028564,0.22525399923324585,0.2178249955177307,0.3817319869995117,-2.0928030014038086,1.9520790576934814,-1.4079240560531616,-3.2299070358276367,-3.19071102142334,-3.528820037841797,-3.2533979415893555,2.8732450008392334,2.6072640419006348,2.1142749786376953,-1.6636439561843872,-1.012362003326416,0.44815701246261597,-4.01760196685791,1.2283920049667358,-0.1233920007944107,-3.676521062850952,-0.5190539956092834,2.4889180660247803,-0.8523439764976501,-0.520887017250061,-0.8690940141677856,-1.1900149583816528,1.2308930158615112,3.0099639892578125,3.071712017059326,0.9305350184440613,-0.8548089861869812,-3.8824241161346436,0.7977160215377808,2.0536839962005615,1.731415033340454,-1.7862730026245117,-2.1875,1.6965450048446655,1.6934380531311035,-2.7187769412994385,-1.302109956741333,-2.865786075592041,3.0365540981292725,-0.7922210097312927,2.556380033493042,1.8984030485153198,-0.9747679829597473,-2.395019054412842,-3.2085530757904053,-4.177765846252441,-4.1647539138793945,-0.8601179718971252,1.6479350328445435,2.63327693939209,0.6392459869384766,-0.9226300120353699,-2.237255096435547,-1.487246036529541,-0.20615200698375702,1.297724962234497,2.271902084350586,-1.5425750017166138,-3.0618810653686523,-0.9782559871673584,-1.0535039901733398,-3.239557981491089,1.0127500295639038,1.2985910177230835,2.2648708820343018,2.297873020172119,2.2573320865631104,2.8146049976348877,-4.443573951721191,-1.967203974723816,3.2408409118652344,-2.9671270847320557,2.9027979373931885,-3.5388259887695312,-2.5392889976501465,3.0635159015655518,-1.1155849695205688,0.88646399974823,1.6542069911956787,-0.7125769853591919,-1.5603150129318237,-2.036747932434082,-1.6261229515075684,0.7962679862976074,0.11980699747800827,2.8602259159088135,2.904000997543335,-2.323668956756592,-1.3001919984817505,-1.914307951927185,0.3740929961204529,2.6880929470062256,0.5402699708938599,0.7492740154266357,-2.12955904006958,-1.0841310024261475,1.3086270093917847,-3.184274911880493,3.2861599922180176,-2.917327880859375,-4.131412029266357,1.538051962852478,-4.165616035461426,-1.847391963005066,-2.3681349754333496,-3.2076189517974854,-1.9400559663772583,2.7691290378570557,2.916285991668701,1.371230959892273,-0.35708001255989075,2.977855920791626,-0.859595000743866,3.1789939403533936,-3.3588199615478516,1.2771650552749634,-2.315385103225708,3.06489896774292,1.9671440124511719,0.42342400550842285,-4.448955059051514,-4.570528984069824,-1.3553340435028076,-1.98260498046875,-2.0360989570617676,-1.8162959814071655,-4.4234209060668945,0.9887999892234802,1.1484260559082031,-1.4394700527191162,-1.1589399576187134,-0.8924710154533386,-1.1692860126495361,-1.30274498462677,1.0810530185699463,-2.248492956161499,0.4228540062904358,2.8076488971710205,1.0058850049972534,-2.5568180084228516,2.5719809532165527,0.12330400198698044,2.2435059547424316,2.079925060272217,2.1455509662628174,-2.5542380809783936,0.17932699620723724,2.9550530910491943,2.878035068511963,-4.080592155456543,1.8230509757995605,2.178828001022339,-3.2349660396575928,1.2424190044403076,-2.8178811073303223,0.5570099949836731,-3.2074649333953857,-3.207832098007202,0.6275429725646973,1.0324029922485352,-3.171731948852539,-4.195435047149658,-0.48755699396133423,-4.2839460372924805,-4.096267223358154,-2.5220980644226074,-2.6104280948638916,-2.527841091156006,1.5995789766311646,2.6484711170196533,-2.5311620235443115,-0.5061129927635193,-0.09899000078439713,-1.160233974456787,-3.219069004058838,-1.135058045387268,0.7834110260009766,-1.1118760108947754,0.3397819995880127,2.9873878955841064,-3.240683078765869,2.3106539249420166,-2.225209951400757,1.159783959388733,-2.636795997619629,-2.7428529262542725,-3.0462610721588135,-2.9936769008636475,2.03603196144104,-2.6344709396362305,3.273638963699341,-2.13303804397583,-2.6915030479431152,0.1677200049161911,3.211397886276245,-3.174631118774414,2.599929094314575,0.24671399593353271,-1.938614010810852,-0.6625229716300964,-1.4438929557800293,0.7309780120849609,-3.243124008178711,2.4629549980163574,2.357714891433716,-3.905302047729492,-3.2199618816375732,1.202407956123352,-2.8771629333496094,2.5803120136260986,3.1886041164398193,-0.13368800282478333,-2.7168500423431396,-2.714553117752075,2.8235108852386475,-2.9392690658569336,1.1673389673233032,-4.149731159210205,-0.4392859935760498,-4.370608806610107,-4.105490207672119,-3.043945074081421,-3.204893112182617,1.1529890298843384,1.2319480180740356,2.451245069503784,2.548680067062378,-3.176848888397217,-2.004641056060791,-3.1905980110168457,-3.2164900302886963,-0.6857839822769165,-1.100530982017517,-4.0883588790893555,-0.9045900106430054,2.640444040298462,-2.9963629245758057,1.1530439853668213,1.2971669435501099,0.44570299983024597,0.8074079751968384,2.6558101177215576,1.1609359979629517,-3.1827940940856934,-4.272503852844238,0.4815309941768646,3.034564971923828,3.093308925628662,2.812119960784912,2.088062047958374,-1.151913046836853,-1.3324429988861084,-3.8099300861358643,3.2026429176330566,-0.21088199317455292,-4.514350891113281,0.8984760046005249,2.672178030014038,-0.5697619915008545,-1.8262519836425781,0.3059140145778656,3.0296449661254883,-4.2972259521484375,2.5068089962005615,-0.1399250030517578,2.862144947052002,-4.121017932891846,-1.752437949180603,1.210927963256836,2.6326019763946533,2.991813898086548,1.700410008430481,-3.2041571140289307,2.7478508949279785,2.431554079055786,2.4193410873413086,-0.6803380250930786,-1.063897967338562,2.2725141048431396,-4.022704124450684,0.9246320128440857,-3.9548089504241943,-2.931417942047119,1.8375760316848755,0.7564569711685181,2.924437999725342,-2.7655820846557617,-1.474261999130249,-0.3543910086154938,0.6956639885902405,1.0566869974136353,1.518684983253479,-0.42964598536491394,-1.5649160146713257,-2.4431660175323486,1.962805986404419,2.906785011291504,1.946342945098877,-1.419998049736023,2.1690430641174316,3.1175079345703125,-3.227911949157715,-2.7757248878479004,-3.542484998703003,-3.999039888381958,0.409635990858078,-2.793071985244751,-3.565061092376709,-3.227051019668579,-2.7761099338531494,-2.893095016479492,3.0593059062957764,-1.0204930305480957,-1.7211259603500366,-1.5215810537338257,2.7121551036834717,1.952070951461792,3.121098041534424,1.3177499771118164,-1.4230159521102905,-2.2095530033111572,-1.52525794506073,-4.128355979919434,2.7745940685272217,-2.971245050430298,2.351331949234009,-1.6668319702148438,0.8169190287590027,-3.5569419860839844,-1.738582968711853,3.0531649589538574,2.1723289489746094,0.6713340282440186,2.671786069869995,2.362365961074829,-2.3274059295654297,2.717849016189575,0.7895179986953735,-4.065715789794922,0.12931300699710846,-1.383978009223938,0.49515300989151,2.2836620807647705,-1.5491889715194702,-1.1345900297164917,0.4778229892253876,-1.1986500024795532,-2.2246670722961426,2.9919869899749756,-3.047075033187866,2.0184500217437744,-0.6107929944992065,-3.9025650024414062,-1.5059620141983032,0.8103460073471069,0.5852109789848328,1.3074970245361328,-2.707679033279419,-4.376798152923584,-4.513422966003418,-1.1167479753494263,-2.003376007080078,-1.8633769750595093,-2.1162490844726562,-3.221745014190674,1.155964970588684,-3.1035099029541016,-2.1778929233551025,-3.5156900882720947,1.7057559490203857,2.274183988571167,2.0796139240264893,1.0574640035629272,-1.6050440073013306,-1.187688946723938,-3.1978600025177,-3.1187219619750977,-3.9000771045684814,-2.758481025695801,-2.6414549350738525,-3.8431708812713623,0.3083679974079132,1.4478590488433838,-1.7303320169448853,-1.1363500356674194,-0.7067009806632996,-0.4489159882068634,-1.0642729997634888,-0.9013950228691101,-1.116529941558838,-3.3663949966430664,-0.0015140000032261014,-0.2902359962463379,2.941143035888672,1.659553050994873,1.1512670516967773,1.6669199466705322,2.7663490772247314,-0.6101800203323364,0.9527400135993958,2.445913076400757,3.3092470169067383,3.1099300384521484,-0.8155270218849182,2.7694060802459717,2.8440771102905273,1.3147389888763428,-1.7121950387954712,1.0323890447616577,-1.2962000370025635,-4.300299167633057,0.5393869876861572,2.315548896789551,-1.7370500564575195,-3.2043890953063965,-0.5965949892997742,2.823259115219116,-0.9696660041809082,2.5265440940856934,-1.919018030166626,-1.9867709875106812,1.2465120553970337,3.0305769443511963,-0.7770500183105469,-4.58115816116333,-0.37446099519729614,-3.208138942718506,-4.04868221282959,0.09746500104665756,1.0183570384979248,-4.039340972900391,1.3185460567474365,1.3244290351867676,2.8088788986206055,1.2879769802093506,1.9081690311431885,-4.158053874969482,2.769956111907959,-1.5176470279693604,2.722943067550659,2.7060739994049072,-3.9864389896392822,-3.9417150020599365,1.850538969039917,-0.5548520088195801,-1.9097440242767334,-0.3682189881801605,-2.7741448879241943,1.8772820234298706,-0.49181899428367615,1.1690109968185425,-1.6273219585418701,-1.63954496383667,-1.6454819440841675,2.8470590114593506,2.1881349086761475,-4.294054985046387,-1.8539899587631226,-1.8152060508728027,1.6283400058746338,3.178844928741455,-2.453366994857788,-4.436618804931641,-0.2959609925746918,-2.782763957977295,-3.4532999992370605,-2.7704060077667236,-1.5524649620056152,0.77776700258255,-4.102552890777588,2.7774930000305176,2.8771800994873047,-2.5607669353485107,2.277508020401001,2.7689619064331055,-1.0577069520950317,3.096997022628784,2.620857000350952,-2.3866989612579346,0.7387340068817139,2.9955360889434814,2.2199440002441406,2.725912094116211,2.3290278911590576,1.994534969329834,2.5864861011505127,2.553534984588623,2.450153112411499,-1.0951629877090454,-3.161655902862549,2.402297019958496,0.9033719897270203,1.9902349710464478,2.7350831031799316,-2.0254809856414795,-1.55007803440094,0.18439699709415436,-2.182662010192871,-3.46437406539917,-3.436685085296631,-2.3743700981140137,-4.202263832092285,0.9504680037498474,-2.699136972427368,-1.8541120290756226,-2.040795087814331,-0.6075929999351501,-3.309468984603882,-4.098228931427002,-4.182765007019043,-0.22118699550628662,-1.5558860301971436,-3.6386380195617676,2.875967025756836,-4.387885093688965,-0.643655002117157,-3.93599796295166,2.4690780639648438,-1.7653690576553345,1.220458984375,2.1899960041046143,-1.9444290399551392,3.267296075820923,2.5477941036224365,-2.829298973083496,2.9647579193115234,-1.0471309423446655,-2.710675001144409,-4.49465799331665,1.4190609455108643,-0.8910509943962097,0.6995419859886169,-3.2085509300231934,-1.1726930141448975,1.1573389768600464,-4.033022880554199,0.8547539710998535,-2.9952900409698486,2.135849952697754,2.5117809772491455,-3.917285919189453,-1.565116047859192,2.2904319763183594,-0.8740379810333252,2.925550937652588,2.8197948932647705,2.420522928237915,2.493159055709839,2.910562038421631,1.3610680103302002,0.6305069923400879,-2.277790069580078,0.5711269974708557,-0.9895309805870056,-3.2418949604034424,0.3278850018978119,-1.3495450019836426,-2.5184760093688965,1.8775310516357422,-1.2119009494781494,-2.7568349838256836,-3.2522358894348145,2.7561569213867188,0.4268519878387451,-2.897089958190918,-4.263424873352051,-1.2114390134811401,3.264755964279175,2.52217698097229,-1.8740650415420532,-1.5824320316314697,-1.37090003490448,-1.41743004322052,1.243878960609436,-0.06542199850082397,-1.033161997795105,-3.21669602394104,2.3435139656066895,-0.5838469862937927,0.6954089999198914,3.2490100860595703,1.4653270244598389,-3.7581350803375244,0.6224830150604248,-3.1979761123657227,0.9522899985313416,-1.452558994293213,-1.4879239797592163,-2.8875908851623535,3.2252049446105957,-1.9052269458770752,2.1973578929901123,-3.6203360557556152,2.076970100402832,-1.6904020309448242,2.5962560176849365,-0.6614810228347778,-0.6602159738540649,-2.8240349292755127,-1.326238989830017,1.5021699666976929,2.7512400150299072,-4.233870983123779,-1.2874209880828857,-3.2340760231018066,1.5213390588760376,1.211197018623352,0.6747040152549744,-0.33347299695014954,-1.9382230043411255,-2.206202983856201,-1.8404970169067383,1.6812609434127808,-0.7981590032577515,-3.9759910106658936,1.1523820161819458,0.06145400181412697,-3.2376809120178223,3.290112018585205,-1.7810050249099731,-2.7759408950805664,1.7964730262756348,1.7265989780426025,-3.242002010345459,-3.0410211086273193,-1.2271679639816284,-0.22864699363708496,0.3481230139732361,-2.1026599407196045,-4.050140857696533,-3.811846971511841,-2.3793671131134033,-1.0561189651489258,-4.577278137207031,-0.2509790062904358,0.3078089952468872,-0.14592799544334412,-0.6728079915046692,-2.2689380645751953,-2.9075570106506348,-0.6930080056190491,3.2175710201263428,0.861981987953186,-0.9634180068969727,2.305408000946045,1.6328719854354858,2.6985859870910645,1.8042659759521484,-2.811055898666382,1.2011959552764893,-1.7141879796981812,-0.5261269807815552,-1.1531070470809937,-3.8512771129608154,2.3346118927001953,-3.266083002090454,-1.0519850254058838,2.6951498985290527,0.7916309833526611,2.4800970554351807,-3.1760380268096924,2.893446922302246,-0.5197250247001648,-3.737086057662964,0.357464998960495,2.3971550464630127,-2.9571850299835205,-2.878587007522583,0.9434980154037476,0.47082701325416565,0.33282598853111267,1.1593409776687622,-3.9260339736938477,2.935589075088501,-2.4209930896759033,1.851477026939392,-1.3479859828948975,-3.221587896347046,2.890671968460083,-0.15082499384880066,-3.2643399238586426,-3.306436061859131,-2.3263139724731445,-3.2034831047058105,0.6142169833183289,-4.23756217956543,0.8047369718551636,-0.4674290120601654,-1.2130860090255737,-1.3671820163726807,-0.9741169810295105,-2.424118995666504,1.7338080406188965,1.0613960027694702,-3.1768219470977783,-1.899346947669983,-1.8750410079956055,1.9885590076446533,-1.2288899421691895,-1.1657309532165527,0.6223329901695251,1.5307749509811401,-1.823415994644165,-3.0631299018859863,1.3269380331039429,-1.9758169651031494,-1.5713469982147217,-4.151648044586182,-2.813430070877075,0.2644680142402649,-3.1216049194335938,2.8944239616394043,-0.3659929931163788,-1.1351100206375122,-0.880840003490448,-0.9930490255355835,-2.316157102584839,-0.3314250111579895,-4.120482921600342,-2.444395065307617,-2.4815258979797363,2.069364070892334,1.8521549701690674,-0.590490996837616,2.0725820064544678,-2.408200979232788,0.49127399921417236,-2.73521089553833,0.3853070139884949,-4.138272762298584,-1.6752729415893555,1.8509269952774048,1.9542030096054077,1.6159149408340454,-1.1448719501495361,-1.4920730590820312,-1.5467859506607056,0.5756009817123413,-0.5091230273246765,-4.171762943267822,0.21806100010871887,-0.04022999852895737,2.8384130001068115,2.905456066131592,-1.226377010345459,1.0974429845809937,0.26431000232696533,-3.2381420135498047,0.8489230275154114,0.09087900072336197,-2.4007580280303955,-3.643033981323242,-0.7821630239486694,3.1014809608459473,-1.305037021636963,1.8821099996566772,-3.378274917602539,-3.104530096054077,2.548804998397827,-3.2366549968719482,-0.39328300952911377,0.1813099980354309,-4.371463775634766,-3.2096190452575684,2.5890119075775146,3.298738956451416,2.348223924636841,-3.826378107070923,-3.1924169063568115,-1.8030630350112915,3.04626202583313,-1.5969140529632568,1.2948399782180786,1.07355797290802,-0.6631010174751282,2.6907360553741455,2.048825979232788,-1.4719979763031006,2.8569560050964355,-2.009721040725708,0.7387679815292358,1.2049150466918945,-2.2922489643096924,1.1093289852142334,-4.262164115905762,-1.208395004272461,2.396699905395508,1.3434970378875732,0.12453699856996536,-0.7187910079956055,-3.216902017593384,-0.5596569776535034,-3.277981996536255,-0.37859299778938293,-0.9268779754638672,-1.0571540594100952,-1.2491719722747803,-2.3709139823913574,-2.0520179271698,-2.5268709659576416,-2.4522669315338135,1.326835036277771,1.0605249404907227,-1.2653069496154785,-4.060080051422119,2.2459299564361572,3.122689962387085,2.09420108795166,2.0552330017089844,-0.5357800126075745,2.833314895629883,0.21289800107479095,1.6772079467773438,-0.43825799226760864,-1.222965955734253,3.095863103866577,1.5082099437713623,-2.3419389724731445,-2.2936289310455322,-0.17589400708675385,-2.7511041164398193,2.012691020965576,2.3877060413360596,-1.5283770561218262,2.283560037612915,1.4590749740600586,1.1966520547866821,-2.2481420040130615,0.6503360271453857,1.064195990562439,-3.336529016494751,-1.486636996269226,2.192742109298706,-4.096278190612793,-2.0368049144744873,-4.008813858032227,-3.977334976196289,-3.7287909984588623,0.2665550112724304,-3.1389710903167725,-0.4783779978752136,-2.0074210166931152,-1.7734309434890747,-3.18874192237854,-2.0609560012817383,-0.9418219923973083,-0.6563940048217773,0.4049319922924042,-1.9084620475769043,2.285051107406616,-3.202538013458252,1.1583110094070435,0.3034290075302124,-4.363264083862305,2.8624229431152344,2.542159080505371,0.5877410173416138,-0.7804570198059082,-3.880652904510498,-3.843316078186035,0.6565240025520325,-2.0037810802459717,1.6070870161056519,-1.04756498336792,-2.1669769287109375,2.7280139923095703,-0.5075430274009705,-3.1788110733032227,-2.743134021759033,1.0615990161895752,0.8309860229492188,-3.2444980144500732,3.1571590900421143,-1.2741739749908447,-1.914417028427124,-4.2185750007629395,0.48025500774383545,-0.9869149923324585,-3.20864200592041,1.951735019683838,-1.527670979499817,1.7745369672775269,2.6786959171295166,0.40720900893211365,-2.3453168869018555,0.41643500328063965,-4.098156929016113,-1.3645299673080444,-1.7634459733963013,1.0508240461349487,1.7763279676437378,-2.561805009841919,-4.115240097045898,-4.652928829193115,-1.02993905544281,1.0169880390167236,1.7002660036087036,-0.8044459819793701,0.775164008140564,-4.073566913604736,-1.9011670351028442,-3.2093420028686523,0.5250269770622253,-4.289684772491455,-4.430237770080566,-4.2915358543396,2.206109046936035,1.8238509893417358,-0.8936610221862793,-3.103637933731079,0.975570023059845,3.154067039489746,-3.7462270259857178,-1.3921910524368286,1.9551299810409546,-1.340075969696045,2.8195810317993164,0.2241230010986328,-1.4308669567108154,1.3152650594711304,-2.4635989665985107,-1.0617029666900635,1.1579519510269165,0.18761099874973297,0.3266359865665436,-2.276911973953247,1.1572890281677246,-4.425609111785889,-1.466783046722412,1.279360055923462,-2.9981279373168945,-1.519942045211792,2.6325340270996094,-0.8159390091896057,2.811717987060547,-0.4806840121746063,-2.7338340282440186,0.48813000321388245,0.7989360094070435,-1.540452003479004,0.6177830100059509,1.836089015007019,-0.7067270278930664,0.9480800032615662,-3.8015570640563965,-0.4499000012874603,2.745940923690796,-0.8670949935913086,-0.15810100734233856,3.244687080383301,-1.2656790018081665,0.25533199310302734,3.1093928813934326,1.1153689622879028,-0.9831420183181763,-1.0739949941635132,1.2080579996109009,-1.0189590454101562,2.11783504486084,-0.9571710228919983,1.7610830068588257,0.34446200728416443,0.4489060044288635,-2.1488020420074463,2.4345779418945312,-3.4963619709014893,-3.1946210861206055,-1.186650037765503,1.3627779483795166,1.8423449993133545,-1.0248210430145264,0.6390920281410217,1.105875015258789,2.786029100418091,-4.581600189208984,-4.142490863800049,0.5718539953231812,0.6356710195541382,-2.501585006713867,-2.5200140476226807,-1.060752034187317,-4.545280933380127,0.551364004611969,1.4529269933700562,0.8580009937286377,2.8540799617767334,-1.6554139852523804,-1.3237990140914917,-1.3466830253601074,-3.8624908924102783,-0.8942679762840271,-0.9225760102272034,-1.4496010541915894,0.32517799735069275,-0.6807960271835327,-1.1333969831466675,-2.875641107559204,-4.289217948913574,-1.864421010017395,1.618080973625183,-4.167938232421875,-0.3423230051994324,0.6298829913139343,-1.3933099508285522,-2.539997100830078,-4.448215007781982,-4.603711128234863,2.7423179149627686,-2.4713621139526367,-1.1637729406356812,-1.1240630149841309,-0.6699140071868896,-1.5151959657669067,0.9172840118408203,-0.6488109827041626,-0.17956200242042542,-0.6873639822006226,2.1588668823242188,-2.9668190479278564,-2.75382399559021,0.6428800225257874,-1.7202420234680176,-0.7357630133628845,1.4376879930496216,1.98015296459198,1.3736430406570435,2.7006170749664307,0.8105019927024841,-0.5012840032577515,0.6817150115966797,-1.0294779539108276,-2.262166976928711,0.1975480020046234,2.708070993423462,3.0207901000976562,2.7107369899749756,1.9912869930267334,-3.2131199836730957,0.37946000695228577,-2.9743900299072266,3.025747060775757,-1.5509849786758423,3.0672690868377686,1.0637470483779907,1.7241380214691162,-1.010553002357483,0.6278380155563354,-1.3962160348892212,-4.3859710693359375,2.429732084274292,1.5162980556488037,1.5401259660720825,2.249023914337158,-2.3188819885253906,2.7481529712677,-2.0141561031341553,2.5584189891815186,0.18188700079917908,1.0042860507965088,-2.578794002532959,0.2179339975118637,-1.0564700365066528,-3.84028697013855,-3.820125102996826,-2.034885883331299,-2.060671091079712,2.648555040359497,0.22854100167751312,-1.179226040840149,-0.9967340230941772,2.232280969619751,0.6865270137786865,-2.1472530364990234,-0.38495901226997375,2.191879987716675,-1.8793679475784302,-3.7631680965423584,-1.1920720338821411,1.4425259828567505,1.4662270545959473,2.7254650592803955,0.2354860007762909,-4.159205913543701,0.633292019367218,-2.6545379161834717,2.5881710052490234,2.7995400428771973,-1.2587690353393555,2.2270150184631348,-2.31558895111084,-2.73603892326355,-3.200659990310669,2.5951459407806396,2.551893949508667,-3.1826059818267822,-3.2481329441070557,1.2108399868011475,-3.1941978931427,3.1934969425201416,-4.43549108505249,-2.6734790802001953,-0.3298090100288391,2.4593989849090576,-1.955680012702942,-1.782515048980713,-1.8805739879608154,-1.9375790357589722,1.6199250221252441,2.3349809646606445,-2.009577989578247,0.4463909864425659,2.911470890045166,-1.721305012702942,-1.1311049461364746,2.022649049758911,0.4309050142765045,3.0872349739074707,-4.164596080780029,-1.9485909938812256,3.351823091506958,-0.05994899943470955,1.9111030101776123,-0.7605649828910828,-4.4747700691223145,1.5463720560073853,1.2656300067901611,3.0093770027160645,0.8782050013542175,2.8365819454193115,-3.178256034851074,-3.2197699546813965,-4.119684219360352,-2.3812060356140137,0.09398200362920761,-0.9412299990653992,2.7115609645843506,-1.1817150115966797,-3.1108551025390625,-2.6222140789031982,1.38999605178833,-0.4247469902038574,-1.2553479671478271,-1.2694900035858154,1.2247769832611084,0.09522199630737305,-3.3860321044921875,-0.46639499068260193,1.3417179584503174,2.4024250507354736,2.364799976348877,-3.1178948879241943,-0.7459070086479187,-3.505326986312866,-3.2118101119995117,-3.217272996902466,-3.1994130611419678,-0.82259601354599,-0.5568699836730957,1.2055590152740479,2.9713668823242188,-0.22063100337982178,-1.1197359561920166,-1.1262199878692627,-3.5229709148406982,-4.158270835876465,-3.297571897506714,-4.063086032867432,2.7703840732574463,3.1094799041748047,-1.9288090467453003,-4.558260917663574,-1.331503987312317,1.235313057899475,-2.5659849643707275,-0.6811500191688538,-2.5192389488220215,-4.050590991973877,-1.142835021018982,-2.507894992828369,-3.044174909591675,-0.5362380146980286,1.0281200408935547,-3.224241018295288,2.253774881362915,-3.215111017227173,-3.5091800689697266,0.7605260014533997,-2.5985679626464844,-0.9218479990959167,2.1956400871276855,-3.143002986907959,1.7362090349197388,1.109455943107605,-1.6899659633636475,-3.943161964416504,-2.100083112716675,-1.4593180418014526,-4.092362880706787,-3.201093912124634,-3.1702959537506104,1.683316946029663,3.115886926651001,-1.5722110271453857,2.5912740230560303,1.5967010259628296,1.8472950458526611,-2.375965118408203,-1.5673860311508179,-0.342602014541626,2.8295130729675293,-2.911259889602661,-0.5821769833564758,-1.3874809741973877,-0.5113959908485413,2.5922110080718994,-2.0311529636383057,2.390486001968384,-2.5514400005340576,-3.0522589683532715,2.9937191009521484,-3.1105270385742188,2.3059020042419434,-3.1967530250549316,1.8396790027618408,-1.1398429870605469,2.667980909347534,-2.3636770248413086,1.920544981956482,2.3191161155700684,0.1039780005812645,2.8774139881134033,2.279388904571533,0.9262959957122803,-3.2207629680633545,-2.543281078338623,-2.4126229286193848,-3.245445966720581,-0.633338987827301,-2.922873020172119,3.249558925628662,-0.5851629972457886,-2.2874128818511963,-4.304732799530029,-1.8430479764938354,-3.2223780155181885,2.8730390071868896,1.6608749628067017,-2.2012810707092285,-1.9409639835357666,0.5252019762992859,-0.7116490006446838,1.9058459997177124,-1.4539250135421753,-1.4217560291290283,-2.969050884246826,-3.230402946472168,-0.656482994556427,1.7459009885787964,1.428629994392395,2.8246400356292725,3.0036540031433105,-1.0904459953308105,0.7311519980430603,-1.3475439548492432,0.14088399708271027,2.9034581184387207,-4.218677997589111,-4.179098129272461,-0.305074006319046,2.213793992996216,0.9244189858436584,2.8454771041870117,2.8887250423431396,-1.1566280126571655,1.687533974647522,-0.9865909814834595,1.335271954536438,-2.060616970062256,-1.3129119873046875,-2.623836040496826,-1.4018909931182861,-3.1860709190368652,-1.1415250301361084,3.169224977493286,2.691960096359253,3.101612091064453,-2.630765914916992,-0.0450190007686615,-1.314605951309204,-2.8762829303741455,-1.9554170370101929,0.9183580279350281,1.88235604763031,-2.851655960083008,2.9357268810272217,-1.5580010414123535,-1.928375005722046,-1.4536160230636597,-1.9560630321502686,3.287071943283081,-2.3858931064605713,2.83473801612854,-3.9136691093444824,3.1959760189056396,-1.0667380094528198,-1.0194339752197266,2.768170118331909,-3.2320899963378906,-4.4544219970703125,-3.1908960342407227,1.2312849760055542,-1.3884140253067017,1.2562249898910522,-1.5384809970855713,-0.3269500136375427,-0.6200649738311768,-0.673039972782135,0.5392540097236633,-2.2355470657348633,-1.0109139680862427,1.2680870294570923,-1.8310999870300293,3.0958991050720215,-4.017712116241455,1.2817939519882202,-3.230012893676758,2.1933600902557373,-1.8455510139465332,-1.1892379522323608,2.302474021911621,-2.0232839584350586,-0.3050000071525574,1.2154099941253662,2.521040916442871,-2.2096309661865234,-2.226346969604492,-1.5357229709625244,2.189992904663086,0.3093400001525879,-2.8459930419921875,-4.151647090911865,-2.363840103149414,1.648864984512329,2.79113507270813,-0.73717200756073,-2.4052820205688477,-2.9862489700317383,-3.0654211044311523,1.3193989992141724,-1.4797650575637817,2.7486400604248047,-4.435784816741943,-2.2617928981781006,-4.1082987785339355,1.4319250583648682,1.3519229888916016,-2.1462860107421875,-1.7579560279846191,-3.359934091567993,-4.1090168952941895,-1.342149019241333,-1.313979983329773,0.6125829815864563,0.6105899810791016,0.46786201000213623,-1.7437340021133423,-2.606837034225464,-2.3698511123657227,-1.563493013381958,-0.4284220039844513,2.05922794342041,-1.4820040464401245,1.0784540176391602,3.1706900596618652,2.0863070487976074,-4.139979839324951,-2.1407880783081055,-4.065461158752441,-2.4438610076904297,-0.99235600233078,-0.9425539970397949,2.1452438831329346,-2.7430529594421387,-0.18076500296592712,-0.06769099831581116,2.7598249912261963,3.2595770359039307,2.791416883468628,1.0324230194091797,-2.27174711227417,2.580349922180176,-3.1951990127563477,-3.6862969398498535,-1.8975059986114502,2.1786420345306396,0.03550399839878082,-0.8036990165710449,1.5252070426940918,-0.8286539912223816,-1.395616054534912,-1.4029719829559326,-1.9939689636230469,-1.9959230422973633,-2.8503289222717285,3.064531087875366,1.750223994255066,-1.2742129564285278,-3.7553789615631104,-3.7383201122283936,2.4222218990325928,2.0151100158691406,-3.3334500789642334,-3.222709894180298,-4.653050899505615,-0.16247600317001343,0.2243109941482544,-4.144926071166992,-1.4739949703216553,-2.0037989616394043,2.98819899559021,0.20676900446414948,-2.9187140464782715,-0.43364500999450684,-0.5766779780387878,-2.28631591796875,-2.24537992477417,-1.8617470264434814,-3.1221909523010254,-3.08605694770813,1.102262020111084,-4.277033805847168,2.4976389408111572,2.366281032562256,-2.665884017944336,0.9321240186691284,-1.5677720308303833,-2.856297016143799,2.3946290016174316,2.1340749263763428,1.8842899799346924,-0.9385690093040466,1.3339459896087646,-0.08278200030326843,-0.7341989874839783,1.9348909854888916,-3.8851470947265625,2.8100860118865967,-3.9362668991088867,-1.9003180265426636,-0.9909830093383789,-1.2063690423965454,-3.3078880310058594,-2.778064012527466,-1.0406219959259033,-3.5818259716033936,-1.7301130294799805,-1.6807730197906494,1.1511930227279663,-3.186444044113159,-3.2428019046783447,-3.080004930496216,-0.597724974155426,2.96891188621521,-3.7615110874176025,-3.1738440990448,-4.100025177001953,-3.2752339839935303,-4.069788932800293,0.36988401412963867,1.0999009609222412,-1.8227410316467285,-3.2427139282226562,-1.504891037940979,-0.05314800143241882,2.8013060092926025,1.2181880474090576,2.7358899116516113,-3.3004469871520996,1.137192964553833,-0.9248449802398682,2.0059659481048584,2.901671886444092,1.220723032951355,3.0278120040893555,-1.2009949684143066,-4.652907848358154,-3.8618099689483643,3.229867935180664,-1.801900029182434,-0.22407500445842743,-0.8737710118293762,1.424164056777954,3.1726419925689697,-1.5950020551681519,0.35833799839019775,0.012606999836862087,-4.3100409507751465,-2.039098024368286,-3.1927130222320557,-0.34314799308776855,-0.3935140073299408,1.2985620498657227,-0.7407209873199463,0.5761560201644897,-3.4071578979492188,-1.5536760091781616,-0.013371000066399574,-0.755653977394104,-3.3400719165802,-3.1948719024658203,2.638366937637329,-1.160217046737671,-1.7848520278930664,-3.2147300243377686,-3.2268710136413574,-2.559098958969116,1.8902419805526733,1.1545599699020386,-1.3274919986724854,0.26207199692726135,0.641086995601654,-4.146265983581543,-0.3106920123100281,0.7392799854278564,-3.277611017227173,3.2088100910186768,3.262885093688965,1.3724650144577026,-2.7555930614471436,-4.50051212310791,-3.25291109085083,-3.187998056411743,2.262873888015747,-0.8056849837303162,-1.040992021560669,-4.290918827056885,2.0717720985412598,-3.974363088607788,-1.8072669506072998,-3.205169916152954,-4.171497821807861,-2.644408941268921,0.1712840050458908,0.043533001095056534,-2.0263819694519043,1.4558019638061523,-2.6976571083068848,2.4508719444274902,-4.271749019622803,1.7869620323181152,-2.559951066970825,-1.9998689889907837,-2.154356002807617,-2.7853400707244873,3.0202019214630127,0.2214680016040802,3.0745060443878174,0.33890101313591003,-0.4695119857788086,1.9216220378875732,2.907378911972046,-0.6204919815063477,2.2254090309143066,-1.2413760423660278,-0.8477920293807983,-0.6279090046882629,-4.162841796875,-3.199176073074341,-3.2293930053710938,2.584294080734253,0.036977000534534454,1.2709389925003052,3.2202179431915283,-0.9634150266647339,-3.2031500339508057,-1.4525760412216187,-4.288722038269043,0.9347730278968811,-0.8406050205230713,3.0235960483551025,0.8065000176429749,0.8379219770431519,-1.1501829624176025,-1.1905690431594849,0.5568659901618958,-3.2419369220733643,-1.698930025100708,2.534691095352173,0.19103999435901642,-0.9996579885482788,-2.1534390449523926,-0.4907050132751465,-2.149271011352539,1.9577709436416626,-4.652895927429199,-4.652918815612793,-4.5960869789123535,-4.652825832366943,-4.6530280113220215,-4.65289306640625,-4.652881145477295,-4.652918815612793,-4.652842998504639,-5.906394004821777,-5.906394004821777,-5.906394004821777,-4.652911186218262,-4.534546852111816,-4.65283203125,-4.65292501449585,-4.652811050415039,-4.652896881103516,-4.652987957000732,-4.652906894683838,-4.625927925109863,-4.652976036071777,-4.653051853179932,-4.652898788452148,-4.652912139892578,-4.587821960449219,-4.625247955322266,-4.652939796447754,-4.652907848358154,-4.653229236602783,-4.652918815612793,-4.653055191040039,-4.636459827423096,-4.653021812438965,-4.6528000831604,-4.619699954986572,-4.652897834777832,-4.652919769287109,-4.570466041564941,-4.627525806427002,-4.6528520584106445,-4.477970123291016,-4.652918815612793,-3.6256558895111084,-3.635706901550293,-3.59731388092041,-3.583575963973999,-3.5864510536193848,-3.601996898651123,-3.6172120571136475,-3.5831170082092285,-3.6810719966888428,-3.7255311012268066,-3.7295949459075928,-3.709566116333008,-3.7475900650024414,-3.685565948486328,-3.7044830322265625,-3.7608680725097656,-3.7382009029388428,-3.7643840312957764,-3.785801887512207,-3.761152982711792,-3.783876895904541,-3.7524430751800537,-3.7688989639282227,-3.749242067337036,-3.7564330101013184,-3.6237449645996094,-3.6618809700012207,-3.646881103515625,-3.7585370540618896,-3.737971067428589,-3.5741119384765625,-3.585541009902954,-3.593226909637451,-3.6206231117248535,-3.6854450702667236,-3.6676828861236572,-3.651869058609009,-3.6817800998687744,-3.7119638919830322,-3.6440320014953613,-3.669400930404663,-3.649416923522949,-3.65413498878479,-3.6721689701080322,-3.687371015548706,-3.6693220138549805,-3.689481019973755,-3.721980094909668,-3.7103500366210938,-3.6598730087280273,-3.636591911315918,-3.6216650009155273,-3.636806011199951,-3.6907570362091064,-3.7181179523468018,-3.7178831100463867,-3.72183895111084,-3.7162749767303467,-3.6410439014434814,-3.6698269844055176,-3.626004934310913,-3.6766068935394287,-3.6401009559631348,-3.6517040729522705,-3.660283088684082,-3.6673529148101807,-3.6911981105804443,-3.657773017883301,-3.6742329597473145,-3.6919260025024414,-3.8117690086364746,-3.814399003982544,-3.824354887008667,1.215427041053772,1.226891040802002,1.2499920129776,1.2150369882583618,-3.6909821033477783,-4.652921199798584,-4.652955055236816,-4.650733947753906,-3.671999931335449,-3.727241039276123,-3.7396628856658936,-3.7179648876190186,-3.555666923522949,-4.6530961990356445,-4.651892185211182,-3.640328884124756,-4.6529622077941895,-4.6513671875,-3.612653970718384,-4.65288782119751,-4.652879238128662,-3.722264051437378,-4.652308940887451,-3.629460096359253,-3.634845018386841,-4.653022766113281,-4.652695178985596,-3.646703004837036,-3.6902830600738525,-4.652965068817139,-3.710273027420044,-4.652556896209717,-3.7453699111938477,-3.7344319820404053,-4.646790027618408,-3.5968658924102783,-4.652692794799805,-4.6509318351745605,-4.656647205352783,-4.652955055236816,-3.641813039779663,-4.651188850402832,-4.652918815612793,-3.6910319328308105,-4.6528239250183105,-3.6939680576324463,-3.8130669593811035,-3.763957977294922,-4.648052215576172,-3.6355249881744385,-4.652169227600098,-4.652979850769043,-4.651141166687012,-3.6988120079040527,-3.672226905822754,-4.651432991027832,-4.6529221534729,-4.651878833770752,-3.7025270462036133,-4.652894973754883,-4.651637077331543,-4.651891231536865,-4.652967929840088,-3.7592270374298096,-3.784878969192505,-3.7869250774383545,-4.652927875518799,-4.6505608558654785,-4.654132843017578,-3.6534180641174316,1.201693058013916,-4.642695903778076,-4.650688171386719,-3.574449062347412,-3.671410083770752,-3.6512510776519775,-4.652919769287109,-4.651185035705566,-3.7275609970092773,-3.7293620109558105,-3.60017991065979,1.2435580492019653,-4.652915000915527,-3.6687839031219482,-4.653100967407227,-3.666985034942627,-3.687124013900757,-4.6529130935668945,-4.652917861938477,-4.651619911193848,-4.652824878692627,-4.653069972991943,-3.609527111053467,-4.652331829071045,-4.652914047241211,-4.652591228485107,-3.654788017272949,-4.650996208190918,-3.605483055114746,-4.650335788726807,-4.651917934417725,-4.652918815612793,-4.651573181152344,-4.652809143066406,-3.722414970397949,-4.655330181121826,-4.651828765869141,-4.655550003051758,-4.646643161773682,-4.652918815612793,-4.650784969329834,-3.656826972961426,-4.650442123413086,-4.654644012451172,-4.641960144042969,-4.6530351638793945,-4.652926921844482,-4.650284767150879,-4.647223949432373,-4.638750076293945,-4.652926921844482,-4.652881145477295,-4.6530070304870605,-4.645051956176758,-4.652906894683838,-4.637698173522949,-4.639363765716553,-4.651356220245361,-4.6488142013549805,-4.653007984161377,-4.655326843261719,-4.652929782867432,-4.652958869934082,-4.65057897567749,-4.655157089233398,-4.650557994842529,-4.652918815612793,-4.652904987335205,-4.652926921844482,-4.6522722244262695,-4.652915000915527,-4.6530680656433105,-4.652856826782227,-4.645968914031982,-4.6511549949646,-4.651158809661865,-4.652832984924316,-4.652896881103516,-4.652910232543945,-4.648044109344482,-4.655872821807861,-4.650981903076172,-4.652894973754883,-4.650406837463379,-4.652910232543945,-4.652592182159424,-4.652170181274414,-4.649291038513184,-4.651226043701172,-4.6512579917907715,-4.6523637771606445,-4.652960777282715,-4.644501209259033,-4.650609016418457,-4.652012825012207,-4.652956008911133,-4.640358924865723,-4.64306116104126,-4.6528730392456055,-4.644476890563965,-4.652928829193115,-4.653027057647705,-4.648254871368408,-4.646155834197998,-4.652798175811768,-4.655547142028809,-4.653013229370117,-4.652070999145508,-4.652849197387695,-4.6529669761657715,-4.652873992919922,-4.6528639793396,-4.651206970214844,-4.651217937469482,-4.652904987335205,-4.6520562171936035,1.1635299921035767,1.0951039791107178,1.0040479898452759,0.959168016910553,1.145706057548523,1.0353449583053589,1.0846799612045288,1.1970700025558472,1.1187729835510254,1.135627031326294,1.0547879934310913,0.9733930230140686,1.081900954246521,1.181650996208191,1.1107820272445679,1.0435129404067993,1.1176329851150513,0.9036750197410583,1.169301986694336,1.1908589601516724,1.039520025253296,1.0367239713668823,1.2382290363311768,1.1422090530395508,1.1762919425964355,1.2088619470596313,1.1543899774551392,1.011368989944458,1.0857419967651367,1.1086310148239136,1.0511139631271362,1.0500459671020508,1.1997829675674438,0.8856260180473328,1.1752489805221558,1.0212490558624268,1.1477539539337158,1.1250430345535278,1.0813779830932617,0.8769980072975159,1.1366310119628906,1.0831029415130615,1.1970770359039307,1.0103189945220947,1.1982699632644653,1.0755170583724976,0.9832770228385925,1.1550400257110596,1.0927319526672363,1.0130419731140137,1.1310460567474365,1.1042959690093994,1.0979650020599365,0.8489059805870056,1.1367290019989014,0.8578050136566162,0.8586270213127136,1.0533980131149292,1.1457079648971558,1.272508978843689,1.1188000440597534,1.1457270383834839,1.0629359483718872,1.1434270143508911,1.10487699508667,1.2108980417251587,1.1529020071029663,1.1454520225524902,0.8606110215187073,1.1090919971466064,1.076470971107483,1.1994349956512451,1.0584009885787964,1.07293701171875,1.1454700231552124,1.1994889974594116,1.0530669689178467,1.1875189542770386,1.0143389701843262,1.2079880237579346,1.0662330389022827,1.1543020009994507,1.1475310325622559,1.282852053642273,1.1308070421218872,1.0997639894485474,1.0658400058746338,1.0842950344085693,1.117550015449524,1.1596720218658447,1.2097339630126953,1.1758840084075928,0.9870579838752747,1.202523946762085,1.1498559713363647,1.1578210592269897,1.1191810369491577,1.2074919939041138,1.2042959928512573,1.057116985321045,1.0804460048675537,1.029299020767212,1.1924289464950562,1.2541769742965698,1.1808600425720215,1.0005749464035034,1.131181001663208,1.1233240365982056,1.0753870010375977,1.197234034538269,1.1232500076293945,1.073485016822815,0.8804609775543213,1.1328099966049194,1.1424440145492554,0.995826005935669,1.1453609466552734,1.132809042930603,1.053125023841858,1.1727160215377808,1.15482497215271,0.9191709756851196,1.0417850017547607,1.1030199527740479,1.001579999923706,1.1111760139465332,1.0943700075149536,0.9161739945411682,1.174288034439087,1.2055790424346924,1.1807349920272827,1.0867650508880615,1.2081329822540283,1.1812130212783813,1.0967119932174683,1.1065260171890259,1.0597339868545532,1.0117160081863403,1.2613149881362915,0.9735320210456848,1.2720459699630737,1.1651020050048828,1.205942988395691,0.9955459833145142,1.044363021850586,0.9729859828948975,0.8598799705505371,1.1890150308609009,1.096601963043213,1.0275360345840454,1.2105530500411987,1.0685780048370361,1.05650794506073,1.1358330249786377,1.1059800386428833,1.027940034866333,1.1515740156173706,1.0423330068588257,1.0874110460281372,1.0554430484771729,1.129520058631897,1.1530330181121826,1.0671420097351074,0.9499199986457825,1.0003210306167603,1.0772470235824585,1.0540790557861328,1.1569770574569702,1.1637870073318481,1.148071050643921,1.098660945892334,1.1407079696655273,1.0571850538253784,0.9979339838027954,1.2633709907531738,1.179945945739746,1.2135920524597168,1.209947943687439,0.9145640134811401,1.0711690187454224,1.1770950555801392,1.0485910177230835,0.9894499778747559,1.0457210540771484,1.093472957611084,1.019355058670044,1.0790820121765137,1.198470950126648,1.147779941558838,1.1310169696807861,1.1336610317230225,1.0626499652862549,1.0741469860076904,1.1806399822235107,1.1920779943466187,1.2383840084075928,1.085906982421875,1.062870979309082,1.2262990474700928,1.2262259721755981,1.0439269542694092,1.1736719608306885,1.2797009944915771,1.19936203956604,1.0597490072250366,1.1009000539779663,1.0817539691925049,1.194838047027588,1.1351779699325562,1.1646230220794678,1.0520410537719727,1.041322946548462,0.8885859847068787,1.1551430225372314,1.1666560173034668,1.092270016670227,1.1479779481887817,1.1545259952545166,1.0553230047225952,1.2006690502166748,1.188609004020691,0.9908180236816406,1.204630970954895,1.062047004699707,1.1717469692230225,1.0041630268096924,1.086866021156311,1.1214499473571777,1.0151690244674683,1.0374369621276855,1.1987099647521973,1.1984000205993652,1.155472993850708,1.0592819452285767,1.0666589736938477,1.1952580213546753,1.1256200075149536,0.9302530288696289,1.2632919549942017,1.0731019973754883,1.1848750114440918,0.8859590291976929,1.1096080541610718,1.1196630001068115,0.8655940294265747,1.1063519716262817,1.1632169485092163,1.172544002532959,1.1351770162582397,1.1089160442352295,1.1866350173950195,0.898760974407196,1.1481950283050537,1.0415760278701782,1.0207860469818115,1.1549090147018433,1.1424330472946167,1.213703989982605,1.1225780248641968,1.1013760566711426,1.0875109434127808,1.1655189990997314,1.1881769895553589,1.239382028579712,1.2538470029830933,1.0302430391311646,1.1135259866714478,1.1694300174713135,1.087986946105957,1.097033977508545,1.1675080060958862,1.1032459735870361,0.9486259818077087,1.1936229467391968,1.1454050540924072,1.1904560327529907,1.1619700193405151,1.138875961303711,1.1539820432662964,1.1420480012893677,1.1524219512939453,1.192559003829956,1.0859309434890747,1.1447739601135254,0.8783640265464783,0.9945570230484009,1.0953220129013062,1.1495720148086548,1.1442300081253052,1.1273380517959595,1.140118956565857,1.1968389749526978,1.061040997505188,0.9506379961967468,1.0660979747772217,1.157052993774414,1.1463099718093872,1.126304030418396,1.2347769737243652,0.9091399908065796,0.8771790266036987,0.8623539805412292,1.1841050386428833,1.1492880582809448,1.0719059705734253,1.0288599729537964,1.1206549406051636,1.0885339975357056,1.1395469903945923,1.0692470073699951,1.0596200227737427,1.2057549953460693,1.0759060382843018,1.1449780464172363,1.1492849588394165,1.1503089666366577,0.8767030239105225,1.0718469619750977,1.0893969535827637,1.0852710008621216,1.0332809686660767,1.100985050201416,1.1238529682159424,1.137423038482666,1.098449945449829,1.1059410572052002,1.1008529663085938,1.1230640411376953,1.0277520418167114,1.1495529413223267,1.1086269617080688,0.982437014579773,1.064389944076538,0.9970239996910095,1.093809962272644,1.002102017402649,1.1844700574874878,1.0723040103912354,1.15310800075531,1.1831719875335693,1.012192964553833,1.1668610572814941,1.0801249742507935,1.1512019634246826,1.0789589881896973,1.1739720106124878,1.150670051574707,1.1613670587539673,1.0540159940719604,1.0662959814071655,1.1865500211715698,1.1362030506134033,1.1859840154647827,0.8715490102767944,1.0487719774246216,1.1914340257644653,0.8723620176315308,1.0783549547195435,1.0801730155944824,1.2035590410232544,1.1930780410766602,1.1450430154800415,1.1580369472503662,1.1896729469299316,1.088413953781128,1.1345579624176025,1.0515880584716797,1.142652988433838,1.0430070161819458,1.19856595993042,1.1664750576019287,1.205265998840332,0.9300709962844849,1.248453974723816,1.0736240148544312,1.2062389850616455,1.2058629989624023,1.1398329734802246,1.132627010345459,1.043944001197815,1.1712180376052856,1.2300729751586914,1.1287729740142822,1.05165696144104,1.15044105052948,1.1141769886016846,1.119629979133606,1.1746490001678467,1.1444209814071655,0.9710929989814758,1.0084550380706787,1.0432339906692505,0.9616320133209229,1.1659530401229858,0.9778929948806763,1.0109080076217651,0.8943679928779602,1.1032370328903198,1.0764449834823608,1.0150259733200073,1.1528619527816772,1.0220439434051514,1.0409590005874634,1.0834619998931885,1.1616560220718384,1.129588007926941,1.084494948387146,1.070181965827942,1.032444953918457,1.1310559511184692,1.0605050325393677,1.2016140222549438,1.026432991027832,1.1402939558029175,1.2401789426803589,0.9163320064544678,1.0411399602890015,0.9448300004005432,1.1545569896697998,1.205476999282837,1.157709002494812,0.9141690135002136,1.0221500396728516,1.0273640155792236,1.1948729753494263,0.9271870255470276,0.9553070068359375,1.1548839807510376,1.1854909658432007,1.1790889501571655,1.1683199405670166,1.2141369581222534,1.1387759447097778,1.1213829517364502,0.8868870139122009,0.8690540194511414,0.9227169752120972,1.2049570083618164,1.183698058128357,1.0863959789276123,1.146880030632019,1.0286740064620972,0.9946500062942505,1.0731459856033325,1.0099530220031738,1.0815080404281616,1.0297869443893433,1.1429170370101929,1.065214991569519,1.2300269603729248,0.9371690154075623,1.1806739568710327,1.1808860301971436,1.1025179624557495,1.1184279918670654,1.0835599899291992,1.0649460554122925,1.1316030025482178,1.1931099891662598,1.1848200559616089,1.1949150562286377,1.182360053062439,1.1459829807281494,1.0390989780426025,1.0873010158538818,1.0680749416351318,1.1488569974899292,1.0084190368652344,1.0787650346755981,1.0731630325317383,1.0237629413604736,0.9752050042152405,1.215109944343567,1.065775990486145,0.9895089864730835,1.1940560340881348,1.203909993171692,1.1670279502868652,1.0091990232467651,1.173943042755127,1.1983259916305542,1.1907589435577393,0.961758017539978,1.1580090522766113,1.101606011390686,1.0045750141143799,1.1770449876785278,1.234787940979004,1.172847032546997,1.1503880023956299,0.8767290115356445,1.0072859525680542,1.178313970565796,1.190647006034851,1.2063809633255005,1.1451319456100464,1.0767359733581543,1.2442890405654907,1.1604030132293701,1.113271951675415,1.0621169805526733,1.0199819803237915,1.0530660152435303,0.9373469948768616,1.147676944732666,1.1928080320358276,1.061174988746643,0.971671998500824,1.1005979776382446,1.0891180038452148,1.1228389739990234,1.129390001296997,1.150818943977356,0.8888599872589111,1.14158296585083,1.139799952507019,1.145372986793518,1.2008899450302124,1.14335298538208,1.1367230415344238,1.164039969444275,1.0820499658584595,0.9850789904594421,1.1387330293655396,0.9660490155220032,1.076591968536377,1.1606249809265137,1.0683139562606812,1.1313600540161133,1.1362049579620361,1.012465000152588,1.202468991279602,1.195999026298523,1.0219210386276245],"z":[-1.92192804813385,-1.949571967124939,-1.7920290231704712,-1.8078290224075317,-0.2664499878883362,-0.24941299855709076,-0.2011280059814453,-0.19985200464725494,-0.2536979913711548,-0.2811200022697449,-0.23563799262046814,-0.2100359946489334,-0.30230700969696045,-0.3311389982700348,-1.405722975730896,-1.3791500329971313,-1.594396948814392,-1.5520750284194946,-0.21451200544834137,-0.7368000149726868,-0.7779279947280884,-0.21299399435520172,-0.2058349996805191,-0.1612589955329895,-1.8204139471054077,-0.7784640192985535,-0.7465459704399109,-1.688202977180481,-0.2546809911727905,-0.3312219977378845,0.17205099761486053,0.18131500482559204,0.2023710012435913,0.2635140120983124,0.4458079934120178,-0.15719099342823029,0.3399670124053955,-0.05549199879169464,0.9781799912452698,-0.11798200011253357,0.434798002243042,1.6929899454116821,-0.7245140075683594,0.6441280245780945,-1.4897370338439941,-0.9352200031280518,1.2781109809875488,-0.6964139938354492,0.47382500767707825,1.0658830404281616,0.742156982421875,1.217026948928833,-1.874493956565857,-1.9959410429000854,-2.209496021270752,0.8510040044784546,-0.7697309851646423,0.17482900619506836,-1.164438009262085,0.95939701795578,-0.19566500186920166,-1.8920010328292847,0.9926609992980957,0.6808810234069824,-1.4056400060653687,0.3801470100879669,0.38060900568962097,1.8387089967727661,-0.2294519990682602,1.9695760011672974,0.1549929976463318,1.5995080471038818,1.9360949993133545,0.7187770009040833,-1.91606605052948,-1.6565359830856323,0.9101970195770264,0.7868019938468933,-2.6323719024658203,1.0127819776535034,0.24174100160598755,-1.8669049739837646,1.1289650201797485,0.09049499779939651,-0.7899169921875,0.22165900468826294,-2.387171983718872,1.4905610084533691,0.44859400391578674,0.764680027961731,0.3855139911174774,0.5066720247268677,-0.538902997970581,-2.565825939178467,-0.05401400104165077,1.7655550241470337,0.5602610111236572,0.5658569931983948,-1.2522879838943481,-0.04566499963402748,1.2459529638290405,1.3173279762268066,0.264818012714386,0.9354199767112732,1.3423010110855103,-1.9959909915924072,0.9429960250854492,0.09990900009870529,0.012515000067651272,1.596127986907959,0.2427230030298233,-0.02937600016593933,0.2611919939517975,0.9122819900512695,-1.8970760107040405,-1.498062014579773,1.6196650266647339,0.7087590098381042,0.285427987575531,-0.2788670063018799,0.846688985824585,-2.2788479328155518,-1.3300180435180664,-2.1527960300445557,-0.6864460110664368,1.1278220415115356,0.1822880059480667,0.19671300053596497,1.112676978111267,-2.5275700092315674,-2.892822027206421,0.514119029045105,0.5986329913139343,0.22048600018024445,-1.7727110385894775,-0.007643999997526407,-0.2976740002632141,-1.1731970310211182,2.0253000259399414,-1.0417230129241943,-0.020608000457286835,-0.7662140130996704,1.7205499410629272,-1.7923409938812256,1.030418038368225,1.1610569953918457,-0.9004650115966797,1.7999149560928345,-0.5303109884262085,1.9376519918441772,-1.2441120147705078,-0.28699401021003723,0.04843100160360336,0.7270780205726624,-0.9746429920196533,0.3264470100402832,0.02024500072002411,0.5167350172996521,1.8761839866638184,-0.5433310270309448,1.9480500221252441,0.7656130194664001,-1.1615400314331055,0.7244269847869873,1.5742709636688232,0.7919179797172546,-0.603268027305603,-1.3461929559707642,-1.0032880306243896,-0.5313720107078552,1.5468839406967163,0.738565981388092,0.6406270265579224,0.9349150061607361,1.6919699907302856,0.9367330074310303,-0.6521090269088745,1.8273329734802246,1.2369619607925415,1.7585469484329224,0.9935950040817261,0.5027509927749634,0.5261430144309998,1.6319429874420166,-1.4331040382385254,1.6030299663543701,-1.3950409889221191,-1.357787013053894,-0.10175400227308273,1.244588017463684,0.8696640133857727,1.7842340469360352,0.6466400027275085,0.15809300541877747,1.111009955406189,1.0073130130767822,0.9067620038986206,0.05902300029993057,1.4006400108337402,0.35113000869750977,1.6164100170135498,0.08803699910640717,1.0179150104522705,-0.30334800481796265,1.42665696144104,-0.3839789927005768,1.6027209758758545,0.9516630172729492,-1.9887109994888306,-0.6641550064086914,1.4684499502182007,-1.6068220138549805,-0.9025779962539673,-2.88503098487854,-1.0517890453338623,-2.1617579460144043,-0.48817700147628784,1.9416699409484863,1.939587950706482,1.0857139825820923,1.1004650592803955,1.8795650005340576,0.9545360207557678,-0.23148499429225922,-0.20337900519371033,1.189857006072998,-0.5507619976997375,-0.9286410212516785,1.2124710083007812,0.23578199744224548,-0.10892099887132645,1.3520230054855347,-1.8687160015106201,1.4496259689331055,-2.042957067489624,1.9165509939193726,1.483996033668518,1.3957810401916504,0.11174000054597855,0.8674049973487854,1.0114339590072632,0.7474139928817749,-2.5767390727996826,0.42005598545074463,0.7538849711418152,0.7248579859733582,0.3275029957294464,0.40298300981521606,1.8567800521850586,-0.44958698749542236,0.07496199756860733,-2.5806610584259033,1.1575829982757568,-0.7610830068588257,-0.08348000049591064,1.4370830059051514,-1.1787550449371338,0.681617021560669,1.6135809421539307,-0.9827560186386108,-0.7401819825172424,0.11895100027322769,-0.22044900059700012,-0.7331349849700928,1.3137149810791016,1.3150800466537476,0.23895399272441864,1.893347978591919,0.2602599859237671,1.5179009437561035,-1.6707359552383423,1.6098229885101318,0.12972499430179596,0.06371399760246277,0.7037429809570312,-1.9687830209732056,1.1868560314178467,0.358038991689682,1.4944089651107788,1.0329339504241943,0.28693199157714844,0.5100870132446289,0.647284984588623,0.35384601354599,-1.354645013809204,0.7719990015029907,1.3294780254364014,-1.0300740003585815,0.026009999215602875,0.009393000043928623,1.4343769550323486,1.839424967765808,-0.7270990014076233,1.0941929817199707,-2.4806249141693115,1.790747046470642,1.133193016052246,0.3740229904651642,-0.5547429919242859,-0.3337540030479431,0.6524609923362732,-1.641065001487732,-2.026879072189331,-2.735685110092163,1.3498539924621582,-1.1451029777526855,0.4438120126724243,0.9318529963493347,0.9152089953422546,-1.2971819639205933,0.9321990013122559,1.0014950037002563,-0.3607270121574402,0.5643979907035828,-1.8879499435424805,-0.7358270287513733,-0.20923100411891937,0.4008199870586395,-0.8266379833221436,-1.1848160028457642,1.8141319751739502,1.1783900260925293,1.15687894821167,0.044241998344659805,-0.6206160187721252,-0.966618001461029,-1.1435229778289795,-0.7599639892578125,-0.30110999941825867,1.2279800176620483,0.005766000133007765,1.4541560411453247,0.6179350018501282,-0.33162999153137207,0.32084399461746216,-0.05083800107240677,-0.7662609815597534,1.6480929851531982,1.4932940006256104,-1.48676598072052,1.5428149700164795,0.6862159967422485,0.6311820149421692,-0.3681490123271942,-0.7736449837684631,0.5202059745788574,0.20302699506282806,-0.011056999675929546,-1.9816770553588867,-2.0651750564575195,-0.9153130054473877,1.3041590452194214,1.660027027130127,-0.7478049993515015,1.0015079975128174,-0.962585985660553,0.5919529795646667,-0.16625000536441803,0.4014750123023987,0.1816910058259964,0.7551890015602112,0.1768530011177063,0.7658209800720215,-0.49455899000167847,1.0057990550994873,0.3068139851093292,-0.6468579769134521,1.8056889772415161,-0.3026230037212372,-1.0370910167694092,-1.1654590368270874,0.2140370011329651,1.6088570356369019,-0.07264800369739532,1.4685399532318115,0.5655490159988403,1.4231929779052734,0.1995829939842224,-1.4080990552902222,0.49153199791908264,1.1415820121765137,-0.15622100234031677,0.19833800196647644,1.0970909595489502,-1.276893973350525,0.6881129741668701,-0.05006000027060509,0.7544170022010803,0.2328760027885437,1.5849419832229614,0.8257650136947632,0.9679239988327026,-0.42699798941612244,-0.9042400121688843,-0.7168359756469727,-0.4573709964752197,1.6040380001068115,-0.1726289987564087,-1.2824269533157349,-0.46441999077796936,-0.24933600425720215,0.12148399651050568,1.512012004852295,1.0304880142211914,0.6514149904251099,0.6668230295181274,0.688086986541748,1.0148899555206299,0.44214698672294617,1.2613240480422974,0.03980499878525734,-1.0900579690933228,1.2451339960098267,0.06701900064945221,-1.4716570377349854,-1.2237950563430786,-2.6717751026153564,-0.5054060220718384,1.658323049545288,-0.35853099822998047,0.66628497838974,0.5078619718551636,0.27780601382255554,1.506235957145691,-1.1801179647445679,1.8536479473114014,1.4999550580978394,0.9745129942893982,0.3989729881286621,0.02485699951648712,-1.3342950344085693,-1.2918529510498047,-1.898790955543518,-0.2705560028553009,1.7253990173339844,0.29025998711586,-0.6372349858283997,-1.3891149759292603,-0.33812299370765686,0.45532798767089844,1.9789730310440063,1.975411057472229,0.6250630021095276,0.3880600035190582,0.8653680086135864,-1.0402840375900269,-0.5556210279464722,0.04736199975013733,0.10101299732923508,-0.8362630009651184,-0.9551910161972046,1.116569995880127,-0.861158013343811,1.1699700355529785,1.1145939826965332,1.698091983795166,-0.3748590052127838,-0.4185290038585663,0.6054069995880127,1.3972710371017456,0.21090799570083618,-0.48707500100135803,1.627392053604126,0.9023100137710571,-2.5940959453582764,-0.8879430294036865,-1.233512043952942,0.04031899943947792,-0.30427101254463196,-0.27821099758148193,-1.2584350109100342,1.370818018913269,0.3357410132884979,0.6026759743690491,-1.064399003982544,-1.7326430082321167,-1.175083041191101,0.3991360068321228,0.5069699883460999,-0.9150050282478333,-1.6722710132598877,-0.09927699714899063,1.8383450508117676,-1.2375580072402954,-2.859186887741089,-1.0778440237045288,-0.15477900207042694,1.00928795337677,1.1967710256576538,0.3866350054740906,1.4118189811706543,-0.4260619878768921,-1.0552059412002563,-0.9423239827156067,-2.2851688861846924,-0.08449900150299072,0.35849401354789734,1.1162400245666504,-0.5658990144729614,-1.0651359558105469,-0.024167999625205994,0.11442600190639496,0.9984149932861328,0.17406700551509857,-0.5681650042533875,-0.6145319938659668,0.21076799929141998,-0.6502760052680969,-1.0757880210876465,0.46792399883270264,-0.8532119989395142,1.8144780397415161,0.5453360080718994,-2.6101388931274414,1.2872990369796753,-2.937696933746338,1.9052159786224365,0.0426190011203289,0.9024410247802734,1.4245120286941528,1.4559910297393799,0.5137330293655396,-1.446491003036499,0.07782399654388428,-2.0150980949401855,0.06172100082039833,-1.25661301612854,1.089020013809204,-0.45441100001335144,-0.1822970062494278,-0.9177219867706299,-0.029184000566601753,-2.7487149238586426,-0.9577040076255798,1.0065829753875732,0.18526500463485718,1.4573379755020142,1.7036370038986206,1.4666789770126343,-0.8972399830818176,-0.053676001727581024,-0.7616750001907349,-1.7327790260314941,1.4616899490356445,0.7992780208587646,1.5833740234375,-1.8824269771575928,-2.2745420932769775,-0.6622939705848694,-0.4574100077152252,0.5507460236549377,-2.9509871006011963,0.48016300797462463,0.748682975769043,-1.2965279817581177,0.5713229775428772,-1.1609539985656738,-2.439218044281006,-1.5506470203399658,-1.5593299865722656,1.9184850454330444,0.7050639986991882,0.3290649950504303,0.6533359885215759,-0.5220649838447571,0.726282000541687,-0.1706939935684204,0.5603910088539124,-2.430691957473755,-0.8562110066413879,1.3615740537643433,1.8418220281600952,-1.5715960264205933,1.4152870178222656,0.4331980049610138,1.5657659769058228,-0.7495309710502625,0.6409029960632324,-1.1887019872665405,-1.4325389862060547,-1.4945100545883179,-2.1234960556030273,0.2913990020751953,0.9553999900817871,-1.3949580192565918,0.4718799889087677,0.2904669940471649,1.3962279558181763,-2.139657974243164,-0.24720700085163116,-0.25425100326538086,1.998013973236084,-0.06126600131392479,1.4594290256500244,-0.7548589706420898,-0.2696950137615204,0.5370630025863647,1.1760720014572144,-1.642577052116394,1.5974349975585938,0.8667709827423096,1.0034799575805664,-0.28233999013900757,1.2038840055465698,1.6456869840621948,-1.7151190042495728,-2.5450470447540283,-2.5590810775756836,-1.0557440519332886,1.7360769510269165,0.2534709870815277,0.833670973777771,1.5832860469818115,1.1434210538864136,-0.988103985786438,0.3203490078449249,0.20045199990272522,-0.4781529903411865,0.7794510126113892,-2.392390012741089,-2.504642963409424,-0.18388700485229492,0.5241169929504395,1.5612720251083374,1.7017940282821655,1.7625679969787598,-0.7500150203704834,1.563951015472412,1.7199690341949463,0.38228198885917664,0.9288380146026611,-1.5705809593200684,0.8682090044021606,0.4220370054244995,-0.10291600227355957,-0.7533559799194336,-0.26693400740623474,0.5373070240020752,-0.05206200107932091,-0.9677259922027588,1.1745530366897583,-0.9111179709434509,-0.5770480036735535,-0.4471589922904968,0.412882000207901,-0.06363099813461304,0.7477220296859741,1.4916599988937378,-0.46703800559043884,0.2741360068321228,0.6160039901733398,-0.06938400119543076,-0.6249610185623169,0.4678879976272583,0.09213099628686905,-0.9031220078468323,-2.4121499061584473,1.7845419645309448,-0.47184398770332336,0.7587869763374329,-1.232558012008667,0.2894270122051239,-0.8769479990005493,1.309272050857544,-0.3107599914073944,-0.04223699867725372,-1.6878809928894043,-0.46131500601768494,-1.3467220067977905,1.5540599822998047,1.5410879850387573,1.6365959644317627,-0.49963998794555664,-0.6876540184020996,0.924830973148346,0.5222679972648621,0.10072100162506104,0.37849900126457214,-0.2723020017147064,-0.8669829964637756,-0.4925920069217682,-0.4808390140533447,1.1687140464782715,1.0355000495910645,-2.0764379501342773,-1.151589035987854,1.2456289529800415,1.3852790594100952,0.5575780272483826,0.7970029711723328,0.20273199677467346,-0.2719449996948242,-0.3743230104446411,-0.1467839926481247,0.22511500120162964,0.28289300203323364,-0.876990020275116,-1.1251859664916992,0.2816540002822876,1.1209039688110352,0.6678040027618408,0.541034996509552,0.1379459947347641,-0.32678401470184326,0.5211799740791321,-0.1150600016117096,0.8368840217590332,0.8712220191955566,-0.023277999833226204,-0.05553099885582924,0.8785120248794556,1.4046330451965332,0.018401000648736954,1.5393049716949463,1.5142120122909546,-0.008098999969661236,0.33308398723602295,1.4394949674606323,1.2435920238494873,0.6796579957008362,0.8767359852790833,0.5691239833831787,-1.1668130159378052,-1.2729829549789429,-1.4402060508728027,1.6024580001831055,-1.9098880290985107,-1.3257830142974854,-1.1204520463943481,0.3774600028991699,-0.7017459869384766,-0.8490139842033386,-0.905601978302002,1.815019965171814,0.4866360127925873,-0.49042001366615295,-0.8828129768371582,-0.18616600334644318,1.211940050125122,-0.847665011882782,1.7220040559768677,-0.34015700221061707,1.6238889694213867,-0.4119090139865875,0.35318899154663086,-0.0474420003592968,-0.6949989795684814,1.5589170455932617,1.5200409889221191,0.321960985660553,0.3041659891605377,0.2500689923763275,0.18616999685764313,-0.14711299538612366,1.7505040168762207,-0.33952799439430237,-1.9113670587539673,0.09776099771261215,-2.0866260528564453,-1.1644829511642456,1.2916749715805054,0.6079630255699158,0.9195340275764465,-1.9796580076217651,-0.2930240035057068,1.0754350423812866,-1.5347859859466553,1.8334280252456665,0.14192600548267365,-1.7735099792480469,0.1519870012998581,-0.07194499671459198,-2.0183980464935303,1.346081018447876,-0.7835909724235535,0.6625459790229797,0.6841369867324829,-2.1480140686035156,-1.0549290180206299,0.6092399954795837,0.9850999712944031,-0.11367099732160568,1.6616100072860718,1.4613109827041626,0.5194470286369324,1.4195280075073242,-1.2569899559020996,0.15132099390029907,-0.24250899255275726,-0.9667199850082397,0.9675269722938538,1.487928032875061,1.4798610210418701,0.04376300051808357,1.5816969871520996,-0.6496989727020264,-0.6159849762916565,-2.077117919921875,1.4072389602661133,0.49485498666763306,0.6086230278015137,0.7568690180778503,1.4051059484481812,-1.891455054283142,0.2939319908618927,-1.3885600566864014,0.7398549914360046,0.15037600696086884,-0.6100109815597534,1.8186249732971191,-0.10132600367069244,-0.040004998445510864,-0.03306400030851364,-0.8396170139312744,0.9852889776229858,0.8319860100746155,0.6404039859771729,-0.9733350276947021,-1.7814970016479492,0.8098289966583252,1.6883889436721802,1.1170459985733032,-0.1910340040922165,-0.09887900203466415,0.22613899409770966,0.24809899926185608,0.2901099920272827,-0.7245439887046814,-0.8467209935188293,-0.9255980253219604,-1.3216240406036377,0.11802999675273895,0.3289250135421753,0.39937999844551086,-0.2561019957065582,1.7202069759368896,0.7419630289077759,0.6856489777565002,0.09880699962377548,0.7542080283164978,-0.8583289980888367,-0.7223510146141052,0.7484639883041382,0.03799000009894371,0.36071500182151794,1.3184839487075806,1.3449480533599854,0.4299750030040741,1.3929810523986816,0.2913289964199066,1.3484890460968018,1.3529729843139648,-1.4980560541152954,1.7145459651947021,0.6012210249900818,0.32662200927734375,-0.30196499824523926,1.5714540481567383,0.6703360080718994,-1.4099949598312378,-0.4336549937725067,-2.0827438831329346,-1.9698890447616577,1.278417944908142,-0.3290509879589081,-2.0632219314575195,-1.288923978805542,0.5944820046424866,-1.3849220275878906,0.006062000058591366,1.789736032485962,-0.34028199315071106,1.5041489601135254,1.1063480377197266,0.6857320070266724,-2.1091299057006836,-2.078049898147583,-0.8385279774665833,0.6388949751853943,-1.0958470106124878,-0.2815609872341156,-0.6945750117301941,1.3752009868621826,0.4222779870033264,-2.5710089206695557,-0.9861940145492554,0.8491809964179993,0.752722978591919,-1.730802059173584,-0.5681660175323486,0.11204499751329422,-2.2367138862609863,-1.4460010528564453,-0.20362800359725952,1.5650789737701416,1.0112279653549194,-0.15874500572681427,-0.15277600288391113,-0.16700999438762665,-1.782533049583435,0.06741300225257874,-0.6051989793777466,0.7662240266799927,0.6303840279579163,-1.0805250406265259,0.49944600462913513,-0.18624700605869293,-0.5646359920501709,-0.5658829808235168,0.2934730052947998,-2.779263973236084,-0.15606600046157837,0.7433260083198547,-1.4531290531158447,1.2660590410232544,1.090235948562622,-0.07957199960947037,-0.09748300164937973,0.1501149982213974,1.9025779962539673,0.26618000864982605,-1.5973739624023438,0.5007290244102478,-0.9749730229377747,-0.10747800022363663,-1.4569790363311768,-1.2752549648284912,1.5295120477676392,0.10892999917268753,1.428691029548645,0.5190399885177612,0.5154709815979004,1.4411940574645996,1.2930580377578735,-0.5508570075035095,0.32351499795913696,0.5778669714927673,1.4637999534606934,1.130741000175476,-0.25404199957847595,-1.1297470331192017,-0.5869020223617554,-0.9568899869918823,0.6988840103149414,0.7939820289611816,-1.322268009185791,0.8380270004272461,0.44679000973701477,1.4903899431228638,-0.7860980033874512,-1.5075819492340088,-0.004118999931961298,0.11229299753904343,0.9823319911956787,0.9390439987182617,-0.9285979866981506,-0.25040701031684875,-1.3199880123138428,-0.37705299258232117,-1.1361429691314697,0.8116220235824585,1.6468080282211304,1.8056399822235107,-1.7927019596099854,-2.0020360946655273,1.710252046585083,1.3549580574035645,0.6819120049476624,-0.9004579782485962,-1.9576959609985352,0.9556000232696533,-0.9187999963760376,-0.9513390064239502,0.3555009961128235,0.4155389964580536,-1.1236649751663208,1.3943250179290771,0.08516799658536911,-1.867661952972412,1.6135189533233643,1.315418004989624,0.07998300343751907,-0.23638099431991577,0.36590299010276794,0.5220109820365906,0.498214989900589,-0.7334039807319641,-0.6460059881210327,-0.5050830245018005,0.875111997127533,-0.4221610128879547,0.43927499651908875,0.8935949802398682,0.9480720162391663,-2.4908370971679688,-0.34362900257110596,-0.9227349758148193,1.4229919910430908,1.0414650440216064,0.5346090197563171,0.46681898832321167,-0.6314560174942017,-0.3864539861679077,-0.9236950278282166,1.5951650142669678,0.617438018321991,-1.1834419965744019,-0.7578309774398804,1.2803430557250977,-0.9419050216674805,-0.33830299973487854,-2.1065759658813477,1.0858349800109863,1.4328919649124146,-0.03621000051498413,0.38678300380706787,-1.5149660110473633,0.06330399960279465,-1.2644749879837036,-1.884071946144104,-0.024111999198794365,-0.647150993347168,0.041717998683452606,1.3816989660263062,-1.6148380041122437,1.1204689741134644,-1.3450210094451904,0.9952369928359985,1.600458025932312,-0.4080759882926941,0.48462799191474915,-1.0207099914550781,1.572232961654663,0.7785840034484863,0.6051430106163025,-0.7057330012321472,-0.982479989528656,0.2597070038318634,0.20320700109004974,-0.10185199975967407,0.7124540209770203,1.3461600542068481,0.3468460142612457,-1.822402000427246,0.6593549847602844,1.7211649417877197,1.2724250555038452,0.22346800565719604,0.9304770231246948,-1.1194239854812622,-1.2223939895629883,0.08857499808073044,0.6790220141410828,-1.0928699970245361,-2.06735897064209,0.5669540166854858,-0.3131619989871979,1.537142038345337,0.20267200469970703,-1.3018280267715454,0.36085501313209534,0.377810001373291,0.05493000149726868,0.02927899919450283,-0.004614000208675861,0.4469720125198364,1.8684430122375488,-1.0885430574417114,-0.31706199049949646,-2.452332019805908,0.20769500732421875,0.11337699741125107,0.3066149950027466,0.2397170066833496,-1.9547309875488281,1.751328945159912,-1.1704210042953491,-1.1535049676895142,-1.1845920085906982,0.48675599694252014,-0.24727299809455872,-0.19824400544166565,1.7730079889297485,0.7537710070610046,-0.5916110277175903,1.4812179803848267,0.5831769704818726,-0.9226710200309753,-1.1157490015029907,1.5287539958953857,1.594689965248108,-0.8737519979476929,1.386733055114746,1.3952699899673462,0.4253990054130554,0.46372801065444946,-1.9434789419174194,1.594202995300293,1.2798629999160767,-1.5835679769515991,0.970229983329773,0.14789600670337677,1.8039820194244385,-1.8550959825515747,-0.747003972530365,0.6583080291748047,1.1024600267410278,-1.0874730348587036,-1.0769530534744263,-1.8133809566497803,0.5056909918785095,-0.025745000690221786,-1.044795036315918,-1.2017730474472046,0.7966359853744507,-0.05243600159883499,1.490496039390564,-0.7265809774398804,1.8449289798736572,0.4856480062007904,0.2748180031776428,0.2004060000181198,0.9264860153198242,0.01324199978262186,0.7146300077438354,0.7026370167732239,-1.7318220138549805,0.4084010124206543,-0.8401640057563782,0.9153670072555542,-0.10159999877214432,0.33952099084854126,-0.5781930088996887,0.26839199662208557,0.3526409864425659,0.4388050138950348,-0.1472250074148178,-0.6608150005340576,-0.8859630227088928,-0.11468099802732468,0.0024790000170469284,-2.081315040588379,-0.8577470183372498,1.500525951385498,-0.6754570007324219,0.4370439946651459,0.15316100418567657,1.1488300561904907,-0.553462028503418,-2.904326915740967,-0.6870480179786682,-1.0667140483856201,-0.44906899333000183,0.9349730014801025,-1.1175689697265625,-0.6618720293045044,1.2100889682769775,-0.04589200019836426,0.9277290105819702,1.3849060535430908,0.30640101432800293,0.7014120221138,1.4622819423675537,1.0464940071105957,0.6468859910964966,1.0408879518508911,1.0767790079116821,1.5445300340652466,-1.0815989971160889,0.9900810122489929,0.11496099829673767,-0.934099018573761,1.4903160333633423,-0.9340109825134277,0.21375299990177155,0.551705002784729,0.4109730124473572,0.43816500902175903,0.7842440009117126,0.4706529974937439,0.8797360062599182,-0.911736011505127,0.8952720165252686,-0.6114670038223267,-0.8043450117111206,-0.41133999824523926,0.5670700073242188,-2.3952829837799072,-0.38847699761390686,-1.2016279697418213,-1.2820310592651367,0.3228060007095337,0.5420479774475098,1.3520569801330566,-0.5994930267333984,1.5165389776229858,1.6179649829864502,0.6927549839019775,-1.1019560098648071,0.2964879870414734,-0.4613490104675293,-0.42360201478004456,1.0087720155715942,-2.2576870918273926,0.454459011554718,0.29344698786735535,0.5995420217514038,-1.120352029800415,0.6145600080490112,0.003266999963670969,0.43168899416923523,-1.6833479404449463,0.6382120251655579,-1.1821340322494507,1.4985979795455933,0.6779829859733582,-2.1694118976593018,-1.1099050045013428,0.7452849745750427,1.7085219621658325,1.138100028038025,-1.276311993598938,0.8201820254325867,0.8966670036315918,-2.6946890354156494,-0.7566109895706177,-1.6294569969177246,1.0914419889450073,0.6158930063247681,-1.0803200006484985,-0.05113000050187111,-0.22419099509716034,-2.37723708152771,-2.622349977493286,0.9244840145111084,1.5762759447097778,0.4600889980792999,1.7694159746170044,0.5091969966888428,0.7330420017242432,1.518731951713562,1.2261450290679932,1.5992610454559326,0.5806310176849365,-1.7445390224456787,-0.5583760142326355,-0.16627000272274017,-0.037450000643730164,0.29057401418685913,-0.768140971660614,1.8065680265426636,1.4447530508041382,0.6979050040245056,1.2131760120391846,0.7466380000114441,0.007772000040858984,1.833488941192627,-1.5568490028381348,-0.5465819835662842,1.5579040050506592,-1.8210229873657227,1.1072659492492676,-1.3733750581741333,-0.2535859942436218,-1.1577450037002563,-1.4045289754867554,0.29373401403427124,0.17890200018882751,-0.07458499819040298,-0.039583999663591385,0.6198340058326721,1.023529052734375,1.3684769868850708,-1.5344719886779785,0.21958599984645844,0.2821420133113861,0.6592749953269958,-1.1089789867401123,0.403221994638443,0.917576014995575,-0.18807299435138702,-1.8096879720687866,1.5670310258865356,1.1430180072784424,0.5448319911956787,1.313264012336731,1.3345259428024292,-0.44541800022125244,1.4752320051193237,0.9611089825630188,-0.746641993522644,0.1323850005865097,1.2937690019607544,-1.2378050088882446,-1.3480360507965088,0.863647997379303,1.0901520252227783,-1.088333010673523,0.35079699754714966,1.3302949666976929,0.7311739921569824,1.3908430337905884,1.5556039810180664,0.3939779996871948,0.9274380207061768,1.6026420593261719,-0.1316789984703064,1.195971965789795,-0.8392890095710754,1.1234049797058105,-0.06533899903297424,1.4054510593414307,0.3024370074272156,0.7732489705085754,-2.6977710723876953,0.6959819793701172,-0.3193340003490448,-1.2256139516830444,-0.10022599995136261,-1.8389739990234375,-0.11341799795627594,1.6162550449371338,0.8569959998130798,0.7095479965209961,0.9804520010948181,-1.3851029872894287,-1.3348640203475952,1.0865639448165894,-0.8786140084266663,-0.8352199792861938,-2.447838068008423,0.6057119965553284,-1.4630470275878906,1.591454029083252,-0.932673990726471,-2.679305076599121,1.7051500082015991,-1.0388129949569702,0.4842720031738281,1.1257489919662476,0.004304000176489353,0.17905500531196594,-2.8733010292053223,-1.3992810249328613,-0.030753999948501587,0.6266850233078003,-1.4343119859695435,0.8826799988746643,-1.5406800508499146,1.3594260215759277,-1.4320809841156006,-0.10057699680328369,-0.8255190253257751,0.7769529819488525,0.8856160044670105,-2.6846039295196533,1.0953320264816284,1.777264952659607,0.8422060012817383,-0.19729499518871307,-0.38150298595428467,-0.505266010761261,-0.6851710081100464,-0.4482190012931824,-0.49477601051330566,-0.9786509871482849,1.0387539863586426,1.1082340478897095,-0.37286001443862915,1.2154200077056885,-1.0340579748153687,1.6319570541381836,0.5643190145492554,0.8115879893302917,1.6056430339813232,1.9843690395355225,-0.6024360060691833,-1.95552396774292,-1.942018985748291,1.8012080192565918,-1.0094259977340698,1.713291049003601,0.939736008644104,1.774453043937683,-2.62837290763855,1.545593023300171,0.9407119750976562,-0.9261249899864197,0.779994010925293,1.289471983909607,1.2638460397720337,0.6339049935340881,-0.32930800318717957,-1.6231709718704224,0.238754004240036,1.5493090152740479,-0.9628490209579468,0.33308300375938416,-0.14398600161075592,-1.3855689764022827,-1.1409800052642822,-1.6196279525756836,-0.7269610166549683,0.664463996887207,0.6003879904747009,-0.019879000261425972,0.6271719932556152,-0.9266170263290405,0.4945110082626343,0.9900810122489929,1.5465970039367676,-1.4507880210876465,0.35176199674606323,1.077599048614502,0.5345879793167114,-0.3573189973831177,0.36118999123573303,0.6787570118904114,1.8887959718704224,1.6414949893951416,-0.8547099828720093,1.662350058555603,-0.5127720236778259,0.8472880125045776,-1.624979019165039,0.04516800120472908,0.3946689963340759,-0.7943230271339417,0.2645390033721924,1.647344946861267,1.3093810081481934,-0.7233269810676575,1.4936749935150146,-1.0326650142669678,1.3721330165863037,-1.2190779447555542,-1.247514009475708,0.9894700050354004,1.956900954246521,1.7826989889144897,0.49371200799942017,0.03334999829530716,1.1708840131759644,-0.3190400004386902,-0.6336860060691833,-0.7719029784202576,0.19192099571228027,1.8392009735107422,1.3584729433059692,-2.063375949859619,1.0214920043945312,1.728943943977356,0.8964490294456482,-2.1341280937194824,1.524253010749817,0.8311150074005127,0.8304479718208313,0.2632009983062744,0.6495509743690491,-0.4390850067138672,1.6404139995574951,1.083814024925232,-0.30736300349235535,1.9280380010604858,0.10382399708032608,-0.5906059741973877,-1.150154948234558,-1.2008429765701294,-2.152172088623047,-0.2110610008239746,-0.48817700147628784,0.23978500068187714,-1.1465590000152588,1.4104169607162476,-2.5147480964660645,0.8353649973869324,0.8096830248832703,0.9967619776725769,1.0540629625320435,-0.2193720042705536,0.3147670030593872,-2.703572988510132,-0.7459629774093628,-1.1397650241851807,-0.7827770113945007,0.593638002872467,-0.8054410219192505,-0.20599700510501862,-2.6688320636749268,-1.7654190063476562,1.663612961769104,-1.5518670082092285,-1.6657969951629639,1.6715459823608398,-1.3201810121536255,1.1731270551681519,-1.1517330408096313,0.07704100012779236,-2.6770570278167725,-0.4285460114479065,0.13924600183963776,0.2021380066871643,0.5467399954795837,1.423833966255188,-0.47351598739624023,-1.3485219478607178,-2.9698140621185303,-1.285194993019104,-0.8324790000915527,0.19235199689865112,1.1773840188980103,0.08198300004005432,0.35371899604797363,0.8782879710197449,-0.23180900514125824,0.7604010105133057,-1.358091950416565,-0.7322379946708679,1.6029119491577148,-0.7472040057182312,-2.073491096496582,-1.288601040840149,-2.882559061050415,-0.16647200286388397,1.421044945716858,0.9743369817733765,0.8526470065116882,-0.4627250134944916,0.13714100420475006,1.3870400190353394,0.5178120136260986,-1.0563219785690308,0.0477680005133152,1.6611050367355347,1.4792460203170776,-1.1095370054244995,1.617553949356079,1.6135380268096924,0.31734499335289,-0.16443200409412384,-0.2293200045824051,0.24927100539207458,0.26528400182724,-2.8883330821990967,1.2208080291748047,-2.8950328826904297,-0.0541829988360405,-0.6733589768409729,1.8155690431594849,0.6777549982070923,0.2798520028591156,-1.2631139755249023,-2.5164709091186523,-2.5063700675964355,-0.5334510207176208,0.27292999625205994,-0.16243299841880798,-0.22209399938583374,1.6681510210037231,1.6437469720840454,1.690593957901001,0.9483389854431152,-0.7529129981994629,-0.5451080203056335,0.3009040057659149,1.3510620594024658,0.4553689956665039,0.28873899579048157,0.5427020192146301,-0.04218500107526779,-2.244070053100586,0.3949269950389862,1.6612839698791504,1.1355489492416382,1.0796550512313843,0.33671998977661133,-1.489959955215454,1.2434020042419434,-0.6688249707221985,-1.2398560047149658,-1.344344973564148,0.5245299935340881,0.21219100058078766,-0.37418699264526367,0.6165249943733215,1.8893929719924927,-2.761949062347412,1.4400670528411865,1.239001989364624,0.9497129917144775,0.2854430079460144,1.6285909414291382,0.26535698771476746,1.6728169918060303,0.3886379897594452,1.6938530206680298,1.6760870218276978,-0.06412100046873093,0.4329870045185089,-1.6454620361328125,1.6317479610443115,-0.6591339707374573,-1.203281044960022,0.6727460026741028,0.07191800326108932,-0.29880601167678833,1.2161790132522583,0.9895769953727722,1.639670968055725,-1.582774043083191,-1.5601459741592407,1.4331769943237305,-1.630849003791809,-0.22176000475883484,-0.26362499594688416,-0.9702739715576172,0.4494769871234894,-2.1244490146636963,1.0377299785614014,0.21667499840259552,0.8295350074768066,0.8966140151023865,0.7010059952735901,0.725924015045166,0.8975849747657776,1.6670830249786377,-0.6354780197143555,0.4068489968776703,1.9599119424819946,0.14825700223445892,1.580854058265686,0.4706459939479828,-1.0225189924240112,-0.7409279942512512,-0.26169100403785706,0.5405120253562927,-0.31446799635887146,0.1687150001525879,1.8088840246200562,0.8029130101203918,-2.5063509941101074,-1.83610200881958,0.452877014875412,1.8486700057983398,-1.8225159645080566,0.9023510217666626,1.3222320079803467,0.8057180047035217,-0.8828179836273193,0.9715859889984131,1.7369639873504639,-0.9059159755706787,-1.35977303981781,1.1070560216903687,0.20249100029468536,0.441101998090744,0.10411600023508072,-0.6895040273666382,1.0376800298690796,1.3108919858932495,-1.3670389652252197,-2.092474937438965,-1.2593330144882202,-0.9325990080833435,0.18107199668884277,-1.737347960472107,-0.14682599902153015,0.01297799963504076,0.828387975692749,0.04774300009012222,-0.3493320047855377,-0.6540409922599792,1.565938949584961,-0.4133009910583496,-2.324394941329956,-2.5562539100646973,-1.8681390285491943,-0.20292000472545624,1.4766639471054077,1.1924749612808228,-1.2513580322265625,-1.1508170366287231,0.0715470016002655,0.5488150119781494,-0.9689000248908997,-0.5126630067825317,1.8169690370559692,-0.16091099381446838,1.2601300477981567,1.6963119506835938,-1.6752580404281616,1.6101020574569702,1.5775489807128906,-1.2376949787139893,1.4607590436935425,-1.1074680089950562,-0.027210000902414322,1.4723130464553833,0.30862200260162354,-0.2881850004196167,1.7440019845962524,0.9697930216789246,0.49678099155426025,1.6300230026245117,0.9620230197906494,-2.586230993270874,1.9319950342178345,-1.618710994720459,-1.356112003326416,-1.35063898563385,-1.2664690017700195,1.3155380487442017,1.3953369855880737,-0.9306349754333496,-0.9220479726791382,1.850972056388855,-0.027594000101089478,-1.6254910230636597,-2.721029043197632,-2.162945032119751,-0.234593003988266,0.8775619864463806,-0.15971100330352783,1.799494981765747,-0.3629299998283386,-2.0520730018615723,0.6774610280990601,1.1176259517669678,1.8283809423446655,0.2582840025424957,1.7046430110931396,1.7283170223236084,0.09213099628686905,1.7201900482177734,0.7409560084342957,0.667057991027832,1.9044760465621948,1.3151860237121582,1.5157610177993774,0.054388999938964844,0.7120929956436157,0.8535169959068298,-2.4406330585479736,0.9935700297355652,0.7825120091438293,0.9464210271835327,1.763079047203064,-1.3447010517120361,0.9701589941978455,-2.5887930393218994,-2.5904839038848877,1.804595947265625,0.2166759967803955,1.1982719898223877,-2.8433620929718018,-1.1596050262451172,-0.41937801241874695,-0.35770100355148315,-0.22238199412822723,0.38243499398231506,1.2438989877700806,-1.4787869453430176,-1.4968669414520264,-0.6264680027961731,0.4712370038032532,-2.7504448890686035,-0.39239200949668884,-1.190824031829834,0.9618229866027832,0.5749880075454712,1.7600959539413452,-1.4749850034713745,-2.622415065765381,-1.7215009927749634,0.7291139960289001,-2.928528070449829,-1.0816149711608887,1.6728630065917969,0.1197429969906807,-2.210810899734497,0.08848399668931961,-0.5929589867591858,1.5568280220031738,-0.8034060001373291,1.016029953956604,-1.382828950881958,0.31314700841903687,-0.4402639865875244,-0.517753005027771,-0.719560980796814,0.015862999483942986,1.7460010051727295,-0.6914299726486206,-1.7134449481964111,-1.3350379467010498,-1.2998830080032349,0.7715160250663757,0.392630010843277,-1.2522499561309814,0.1606229990720749,-2.219856023788452,-0.07515999674797058,-1.2590490579605103,-0.79414302110672,-0.9509029984474182,0.5777720212936401,-2.592927932739258,0.573199987411499,-2.1586689949035645,-0.3331409990787506,0.7650669813156128,-0.21909800171852112,1.5498299598693848,1.54511296749115,-0.5880579948425293,0.37384501099586487,-0.3534199893474579,-1.0293569564819336,1.34784996509552,1.2841529846191406,1.0722830295562744,-0.3100630044937134,-0.22791700065135956,1.5196290016174316,0.0890209972858429,-0.9894829988479614,-1.316843032836914,-0.813090980052948,-0.8523240089416504,-2.5587480068206787,-0.6304630041122437,0.9167029857635498,0.827489972114563,0.8082200288772583,1.4260419607162476,0.45925700664520264,-2.8896660804748535,1.5530860424041748,-0.019168000668287277,0.22465799748897552,0.3195030093193054,1.5210520029067993,1.0570909976959229,-1.476032018661499,-0.7768459916114807,1.6526999473571777,-0.03220900148153305,-0.8203110098838806,-1.0756609439849854,0.5627250075340271,0.1964859962463379,0.5987730026245117,1.0916990041732788,0.4743100106716156,-0.6827160120010376,0.5163660049438477,-1.1570429801940918,1.262542963027954,1.4130419492721558,-0.9150059819221497,0.20401200652122498,1.6354470252990723,1.624405026435852,1.5917079448699951,1.1017309427261353,-0.2826490104198456,-1.1588139533996582,1.432755947113037,1.2398300170898438,-1.652793049812317,0.1495410054922104,-1.8158479928970337,0.06116199865937233,1.5688999891281128,-0.026474999263882637,1.2888180017471313,0.1986909955739975,1.8671669960021973,-0.9705100059509277,-0.9670360088348389,-0.968970000743866,1.1231900453567505,0.5942530035972595,-0.8625580072402954,-2.002441883087158,-1.0050339698791504,1.4486769437789917,1.7562930583953857,-1.00655996799469,0.507394015789032,-0.5391839742660522,-0.30643099546432495,1.139407992362976,0.057388000190258026,-2.6737051010131836,1.4792189598083496,0.22185300290584564,0.7806320190429688,-1.0698970556259155,-0.9314510226249695,-1.3815909624099731,-0.5325909852981567,0.8246300220489502,-2.9613759517669678,-2.957442045211792,-1.244225025177002,0.02529500052332878,0.5591430068016052,-1.0031620264053345,-2.3468430042266846,-1.0647690296173096,0.09591100364923477,-1.7308319807052612,-1.5156350135803223,1.634971022605896,-0.6101400256156921,1.1055740118026733,-2.4059760570526123,1.6262789964675903,-0.8524439930915833,-0.034954000264406204,0.811178982257843,-0.19540999829769135,0.6375809907913208,0.5538219809532166,0.5925089716911316,0.49038800597190857,0.4877279996871948,0.002491000108420849,-0.5959399938583374,0.7948020100593567,-0.3187119960784912,1.5517359972000122,1.0399969816207886,0.9417060017585754,-0.14992499351501465,-1.5067780017852783,-1.3985960483551025,-0.48267999291419983,0.9726070165634155,1.0888639688491821,-0.3826979994773865,0.3839940130710602,-2.0001120567321777,-0.8831350207328796,1.2227230072021484,-1.2479640245437622,-0.26789700984954834,-0.9033910036087036,0.16483600437641144,0.9182890057563782,-0.9760209918022156,2.0968000888824463,-1.3426189422607422,-0.8329240083694458,-0.9214800000190735,-0.5680570006370544,-1.1466480493545532,0.8191230297088623,0.8342040181159973,0.0033130000811070204,-0.6737459897994995,0.22091400623321533,1.7244420051574707,1.2874619960784912,1.3550540208816528,0.5745400190353394,-1.6947040557861328,-1.728713035583496,0.170183002948761,-1.0303189754486084,1.5749340057373047,1.5682049989700317,0.470784991979599,1.494359016418457,-0.18004700541496277,1.0254180431365967,-0.3116360008716583,-0.7278890013694763,-0.1709820032119751,-0.021088000386953354,0.16900600492954254,0.4645389914512634,-0.332163006067276,1.1712679862976074,1.2326229810714722,1.7484509944915771,-0.7204009890556335,0.37943699955940247,1.728432059288025,-1.2144919633865356,-0.1714709997177124,0.6070520281791687,1.4325200319290161,-1.6428409814834595,-1.4703210592269897,-0.4794960021972656,1.051908016204834,-0.31294798851013184,-2.531338930130005,-0.04798800125718117,0.4285930097103119,0.04751500114798546,0.4206410050392151,-0.8525670170783997,-0.4039349853992462,-0.24383200705051422,0.4687660038471222,1.6220439672470093,0.06174900010228157,-0.9196820259094238,1.178331971168518,1.3772239685058594,-1.1172620058059692,0.7040759921073914,0.3970089852809906,0.33473798632621765,0.32241401076316833,-0.15340499579906464,0.1448650062084198,-0.6084949970245361,1.0397169589996338,-2.4925739765167236,-2.476651906967163,-0.8988360166549683,0.6078389883041382,0.6069129705429077,1.4850460290908813,-2.50479793548584,0.5151820182800293,-1.4452450275421143,-0.002724000019952655,0.7530999779701233,0.09258200228214264,0.21598899364471436,1.9284019470214844,1.3639529943466187,1.302428960800171,-1.0952860116958618,0.47631898522377014,0.38388198614120483,0.5772169828414917,1.291722059249878,1.2703059911727905,1.6109240055084229,1.6201729774475098,0.3222709894180298,0.3080250024795532,1.585880994796753,-0.5068249702453613,1.6278070211410522,-0.7636640071868896,-0.8072159886360168,0.18302400410175323,1.5743119716644287,-0.6955490112304688,1.6138030290603638,1.3758289813995361,-1.2901690006256104,0.23689299821853638,-0.5099250078201294,-0.5017669796943665,1.3394759893417358,1.6727290153503418,0.3036530017852783,-2.7981009483337402,1.3431450128555298,0.8682720065116882,1.7443180084228516,-1.185757040977478,0.5916190147399902,-0.14683599770069122,0.20147499442100525,0.512507975101471,0.7243199944496155,-0.1897909939289093,0.10911499708890915,-2.791171073913574,-1.8831690549850464,0.16668599843978882,-0.16972100734710693,1.4421050548553467,0.5567539930343628,0.8805649876594543,0.026117000728845596,-0.3842400014400482,-0.6185449957847595,-0.3883729875087738,-0.933493971824646,1.0808409452438354,-0.7170109748840332,0.5436729788780212,-2.645611047744751,1.2369749546051025,0.32048898935317993,-0.06447599828243256,0.41028401255607605,-1.8843879699707031,0.6044340133666992,-1.1562819480895996,1.7278870344161987,0.14117400348186493,1.3350310325622559,0.9123449921607971,1.8774880170822144,-0.7713559865951538,-0.814873993396759,-0.7799350023269653,1.6609350442886353,-0.16532300412654877,1.2517709732055664,-0.3143559992313385,-0.8448929786682129,-2.0384280681610107,-1.7643940448760986,0.4228520095348358,0.9391570091247559,1.2156059741973877,1.0307749509811401,0.13273899257183075,0.19751499593257904,0.16157999634742737,0.6483669877052307,0.6937080025672913,0.7432500123977661,-2.2908639907836914,-1.0563199520111084,-1.1326309442520142,0.8363029956817627,-0.15426699817180634,-0.8477489948272705,0.5943220257759094,0.6575559973716736,1.245924949645996,1.5388150215148926,0.44969600439071655,-1.8768390417099,0.27213799953460693,-1.2998290061950684,-1.8179049491882324,0.9600589871406555,-1.1513400077819824,-0.08950600028038025,1.6219760179519653,1.505139946937561,1.4257930517196655,1.6396180391311646,-1.2225960493087769,-0.6716020107269287,-2.2951650619506836,-2.4959089756011963,-0.9259920120239258,1.2772120237350464,-1.0965520143508911,1.1322200298309326,1.3330730199813843,0.17591099441051483,1.8251290321350098,-0.16695499420166016,-0.22228500247001648,-0.10629700124263763,1.8939659595489502,1.0539829730987549,-0.1339700073003769,1.9788780212402344,0.326321005821228,-0.14746199548244476,-0.40486499667167664,-1.6924200057983398,0.13644100725650787,1.1939630508422852,-1.2079839706420898,0.819150984287262,0.5034469962120056,-0.744575023651123,1.451794981956482,-2.7235701084136963,-2.0395760536193848,1.1046710014343262,1.2174919843673706,-0.7698690295219421,-0.18575899302959442,1.2647290229797363,1.2619479894638062,-0.8662530183792114,1.2415399551391602,1.232643961906433,-1.0773860216140747,-1.1569650173187256,0.26117199659347534,1.671589970588684,-2.323168992996216,-2.0601580142974854,1.4537039995193481,0.7763059735298157,-1.2073169946670532,1.0149229764938354,-0.16075700521469116,1.0470190048217773,1.3269070386886597,1.103837013244629,1.2171690464019775,-2.2874879837036133,-2.3182549476623535,-0.21982499957084656,-1.113832950592041,0.5857840180397034,0.5173540115356445,0.47838300466537476,0.5637180209159851,0.6539599895477295,-2.896265983581543,0.26060301065444946,0.10077299922704697,1.2707959413528442,-0.7792940139770508,0.40313801169395447,-0.8491690158843994,-0.02655700035393238,0.8274409770965576,0.6633589863777161,0.19670799374580383,0.6175810098648071,1.4236719608306885,1.4066590070724487,0.8493710160255432,0.8406789898872375,0.48448899388313293,0.24418500065803528,0.2735379934310913,1.426347017288208,-0.9571380019187927,-1.55001699924469,-0.5893719792366028,1.922137975692749,0.44627299904823303,-2.3902840614318848,0.5852720141410828,-0.8317899703979492,-1.2310550212860107,1.4963489770889282,1.211995005607605,0.9037190079689026,-1.3049509525299072,1.3228809833526611,1.7894320487976074,1.7313419580459595,0.5213950276374817,-1.263674020767212,-1.2366470098495483,-0.8271510004997253,0.10380099713802338,0.3748379945755005,0.3714750111103058,-1.3528259992599487,0.9903889894485474,-0.363180011510849,0.9763429760932922,-0.16730700433254242,1.403162956237793,0.4244369864463806,1.9699089527130127,1.919585943222046,0.25050801038742065,-0.5074189901351929,0.5301989912986755,1.7655110359191895,0.4039199948310852,-1.6946749687194824,-1.7069460153579712,-1.6511080265045166,0.10970299690961838,1.5035719871520996,0.39061400294303894,0.1961659938097,1.8944170475006104,0.5879780054092407,1.5172170400619507,0.19115999341011047,0.6032580137252808,1.1082780361175537,0.2576189935207367,0.5728710293769836,1.4614059925079346,-1.8271169662475586,0.4762130081653595,-2.4175310134887695,-1.1411739587783813,-1.1125839948654175,-0.1041409969329834,-1.3384150266647339,1.2295889854431152,-0.2827160060405731,-2.5817480087280273,-2.6191999912261963,-0.48751300573349,1.11101496219635,1.5487309694290161,-1.1891239881515503,1.0186549425125122,0.11107400059700012,1.7954729795455933,-0.4584220051765442,-1.0763239860534668,1.638211965560913,-1.1554150581359863,0.11352699995040894,-0.16692699491977692,0.471451997756958,-0.7127439975738525,0.7665209770202637,-1.0714679956436157,-1.0965360403060913,-0.425476998090744,1.7987359762191772,0.6759690046310425,1.5035909414291382,1.4123990535736084,1.5081809759140015,1.4115300178527832,-0.30138900876045227,-0.19835500419139862,1.1828529834747314,-1.5912480354309082,0.033215999603271484,0.08873099833726883,0.35666701197624207,0.7288089990615845,-0.39734700322151184,-0.08262299746274948,0.9970219731330872,0.31216898560523987,-1.3308420181274414,0.5127720236778259,0.006238999776542187,-0.038279999047517776,1.5621010065078735,-1.0570859909057617,1.6568889617919922,-2.5649850368499756,-1.2444590330123901,1.791435956954956,-0.7697399854660034,0.5946450233459473,1.7651309967041016,-0.4762749969959259,-0.7256439924240112,0.48067501187324524,-0.13653899729251862,1.4607189893722534,-2.189892053604126,-0.8248950242996216,-1.1194289922714233,-0.6946060061454773,-0.6625419855117798,0.22967100143432617,-2.0678019523620605,-0.9704470038414001,0.4570940136909485,0.20393599569797516,0.37690499424934387,1.97490394115448,1.1430790424346924,1.3448519706726074,-1.6019279956817627,1.3395359516143799,1.4594210386276245,-0.9389979839324951,1.5479810237884521,-1.2537380456924438,1.8312150239944458,0.24027399718761444,0.22622999548912048,-0.6331310272216797,0.8036919832229614,-0.8556529879570007,-1.0721850395202637,1.2644100189208984,-0.3438799977302551,1.4565190076828003,0.1727440059185028,0.48225098848342896,0.48514899611473083,0.924390971660614,-2.5379650592803955,1.5311169624328613,-0.8198480010032654,0.9260810017585754,0.6004760265350342,-1.6339950561523438,0.8441759943962097,1.0455759763717651,0.19291499257087708,0.9784470200538635,0.9058229923248291,0.6016730070114136,-2.1136410236358643,0.3542090058326721,-1.2715309858322144,1.7193599939346313,1.7181169986724854,1.7284799814224243,1.7236230373382568,0.2639729976654053,-0.2593129873275757,-0.7096610069274902,0.29839199781417847,-0.3028480112552643,0.34193599224090576,0.19554999470710754,0.5216990113258362,0.10866100341081619,0.9895380139350891,0.1993429958820343,-2.6164801120758057,0.18461599946022034,-2.030569076538086,-1.0751420259475708,-0.869979977607727,-0.866752028465271,1.061627984046936,1.3031749725341797,1.7865580320358276,-0.7522749900817871,-0.7376099824905396,1.218919038772583,0.4857560098171234,-0.44775500893592834,-0.4566580057144165,0.017250999808311462,-1.026239037513733,1.915871024131775,1.5682300329208374,-0.44422900676727295,-1.1253219842910767,1.5752830505371094,1.6868000030517578,0.555728018283844,-0.35958799719810486,-2.575068950653076,-0.18902899324893951,0.21373100578784943,-0.7295899987220764,-0.9678789973258972,1.815242052078247,0.8319550156593323,0.6653509736061096,-0.9124760031700134,1.578197956085205,-0.9295160174369812,0.5332729816436768,-0.2352530062198639,-0.6552940011024475,-1.0513520240783691,-1.293239951133728,-0.1306370049715042,0.5819910168647766,-0.5021200180053711,-0.5032899975776672,-0.10168000310659409,0.6282449960708618,0.09791199862957001,0.09035900235176086,0.44314301013946533,-2.0966930389404297,-0.6644700169563293,-0.8483409881591797,1.913046956062317,0.9053279757499695,-1.8205169439315796,-0.2933180034160614,-2.066504955291748,1.648339033126831,0.41869500279426575,-0.6199049949645996,0.10925000160932541,0.9887599945068359,-0.6542739868164062,-0.261586993932724,0.7677180171012878,1.496664047241211,-1.0000439882278442,0.7059959769248962,0.8710129857063293,-1.1240479946136475,0.8951069712638855,-0.556069016456604,-0.09094499796628952,0.6000750064849854,0.3950279951095581,1.875251054763794,-0.8003069758415222,0.14735400676727295,0.5892819762229919,-0.5570039749145508,1.8536629676818848,1.9176150560379028,0.4837369918823242,-0.05900700017809868,-0.3333379924297333,-1.8715779781341553,-0.7204909920692444,0.8691800236701965,1.129768967628479,-0.8659639954566956,-0.8308449983596802,1.3812140226364136,-0.7469630241394043,1.264901041984558,0.5727800130844116,0.3676449954509735,1.7885979413986206,-1.2403819561004639,0.5945240259170532,-1.3607970476150513,1.8322850465774536,0.1354150027036667,0.1520480066537857,0.4819270074367523,0.9138950109481812,0.2928909957408905,0.9167190194129944,-1.199107050895691,-0.9788200259208679,-1.2304869890213013,0.6279450058937073,1.1819299459457397,-1.6007380485534668,-0.388031005859375,-0.4914439916610718,-1.4450169801712036,-1.4050060510635376,1.5833330154418945,-1.0982129573822021,0.7322580218315125,-0.5614969730377197,1.7212129831314087,-2.653517007827759,-0.31936201453208923,1.7815790176391602,0.7358909845352173,-2.942373037338257,-0.24781200289726257,0.48901501297950745,-0.41492199897766113,0.6917330026626587,1.3488010168075562,1.3496270179748535,0.9609619975090027,0.6457279920578003,1.5705729722976685,1.430359959602356,-0.8117280006408691,-1.924489974975586,-0.9457389712333679,0.33803901076316833,-1.9839359521865845,-0.22564800083637238,-0.7205060124397278,0.8617540001869202,0.9850710034370422,0.929269015789032,-1.0008790493011475,0.10152599960565567,-1.5865750312805176,-0.10774199664592743,-0.13947899639606476,0.7584350109100342,-2.122683048248291,0.6919990181922913,0.5444210171699524,0.28259900212287903,0.8451510071754456,-1.8669840097427368,0.4632120132446289,1.5445079803466797,0.6434249877929688,1.733288049697876,-1.2431609630584717,0.8520129919052124,0.4338440001010895,-1.857943058013916,0.32788199186325073,0.6715720295906067,-0.4723159968852997,1.4178169965744019,-0.2996860146522522,-1.1707940101623535,-0.7359570264816284,1.7339270114898682,-2.3358089923858643,1.0912419557571411,-2.824162006378174,-2.143043041229248,1.6896569728851318,1.526939034461975,-2.0022389888763428,0.6787660121917725,0.4976859986782074,1.4365710020065308,1.0973800420761108,1.4451090097427368,1.4900729656219482,0.9083399772644043,1.649988055229187,0.6788640022277832,-1.070889949798584,-1.4585340023040771,-0.6823899745941162,0.6981359720230103,0.17218199372291565,0.4195840060710907,1.4861880540847778,-0.6439890265464783,-0.01779700070619583,0.47749701142311096,1.9820410013198853,-0.11262799799442291,-0.3849549889564514,-0.18618899583816528,-2.65248703956604,0.8901249766349792,1.4006619453430176,-0.15310700237751007,0.13687600195407867,1.5812710523605347,-0.4060179889202118,-0.9972450137138367,-0.6390759944915771,1.8215399980545044,1.8293490409851074,-0.1652189940214157,-0.04804899916052818,0.8422150015830994,1.1580170392990112,1.0558459758758545,-0.06763000041246414,0.0743509978055954,-1.0244640111923218,0.11266700178384781,-0.43313899636268616,0.1711380034685135,1.5005650520324707,-0.4900380074977875,0.6928949952125549,-0.39123499393463135,0.6991009712219238,0.46209201216697693,-1.9435089826583862,-1.0373220443725586,0.607338011264801,0.879148006439209,-0.25364500284194946,-1.7515109777450562,1.795727014541626,1.3775099515914917,0.3653489947319031,1.6960320472717285,1.5572110414505005,0.29385098814964294,-1.2841789722442627,-0.3121829926967621,-0.13683100044727325,-1.0776779651641846,1.2719939947128296,-1.2205369472503662,-0.3571290075778961,1.6219500303268433,-2.207465887069702,-0.17713400721549988,0.46212300658226013,0.7465180158615112,-0.8863829970359802,-0.6837530136108398,-1.295727014541626,-0.39840200543403625,1.340867042541504,0.4613359868526459,0.41182300448417664,1.0886329412460327,1.254281997680664,0.7497990131378174,1.2951940298080444,1.2396130561828613,-1.1665730476379395,-0.12415999919176102,0.49315500259399414,0.70620197057724,-2.5801050662994385,-1.3195949792861938,1.5089060068130493,0.290459007024765,-0.9187110066413879,-1.351557970046997,-1.1603269577026367,-0.6621310114860535,1.364935040473938,-0.65550297498703,0.1885010004043579,0.18850000202655792,0.20862999558448792,0.18636499345302582,0.1987690031528473,0.25685399770736694,-1.0139930248260498,1.1777199506759644,0.43006500601768494,1.2234749794006348,-0.6561840176582336,1.5906970500946045,1.6911410093307495,1.4228730201721191,-0.07689899951219559,0.5703830122947693,0.3989099860191345,-0.9885079860687256,-0.5126709938049316,0.09492500126361847,0.22572800517082214,1.6101570129394531,1.0433169603347778,0.9618600010871887,-0.37793099880218506,1.232401967048645,1.5624760389328003,0.9789630174636841,0.3792400062084198,0.9034579992294312,0.4338989853858948,-1.3181509971618652,-1.2298309803009033,1.2925599813461304,0.11465100198984146,0.5631340146064758,-0.646003007888794,0.815788984298706,-1.8598140478134155,1.5991100072860718,1.5123770236968994,1.418923020362854,-0.8687710165977478,1.2299840450286865,0.009735999628901482,0.16874399781227112,1.4353009462356567,-0.07386499643325806,-1.4190490245819092,-0.6295469999313354,1.1497470140457153,-1.03336501121521,0.10914299637079239,0.13372600078582764,1.381019949913025,1.44930100440979,-1.1628609895706177,1.7558209896087646,0.659650981426239,-1.05143404006958,0.2665640115737915,1.1136369705200195,-1.179872989654541,-1.1789900064468384,-0.2977280020713806,1.6111680269241333,1.5624200105667114,-1.2512010335922241,0.2565290033817291,1.8099579811096191,-0.6039829850196838,-1.5834590196609497,0.5877609848976135,-2.537264108657837,-2.567162036895752,0.18222999572753906,0.49541398882865906,0.43224599957466125,1.0280959606170654,-1.3111900091171265,1.4117599725723267,-1.269426941871643,1.5661929845809937,-1.4422919750213623,-1.4863979816436768,-1.273360013961792,-0.4486680030822754,-1.4520599842071533,-1.1721810102462769,1.5569000244140625,0.1731570065021515,1.542335033416748,1.1713160276412964,0.49084100127220154,0.10898599773645401,0.46661099791526794,1.1932530403137207,-1.6839020252227783,0.3075920045375824,0.6138269901275635,0.8953419923782349,-1.4803880453109741,-2.6304450035095215,1.1851580142974854,1.5268199443817139,-0.12499900162220001,-0.10263799875974655,0.4703960120677948,-2.372009038925171,0.3955039978027344,-0.8003450036048889,0.3578850030899048,-1.0523220300674438,0.882394015789032,0.9323769807815552,0.42866799235343933,0.05323300138115883,0.561191976070404,-0.44397398829460144,-0.4080840051174164,-0.4386940002441406,-0.10083100199699402,-0.7748609781265259,0.12352599948644638,0.6977739930152893,-0.8524630069732666,-0.7785050272941589,-0.7545419931411743,0.5004820227622986,-0.09249000251293182,1.0688979625701904,0.9798200130462646,0.6976209878921509,0.6912879943847656,0.49462899565696716,0.9675149917602539,0.6996350288391113,-0.5710639953613281,0.399370014667511,-1.1298019886016846,-0.6956350207328796,-2.804779052734375,-1.3077139854431152,-1.6797829866409302,0.5377020239830017,0.22973200678825378,0.91839998960495,-0.10316299647092819,-1.0801509618759155,-2.322995901107788,-1.0693960189819336,0.6275069713592529,-1.1538350582122803,-1.1221020221710205,-1.985653042793274,0.46029898524284363,-0.279231995344162,0.8195570111274719,0.2836979925632477,-0.21272699534893036,1.082921028137207,-0.42513400316238403,1.2012139558792114,1.3332600593566895,1.4956059455871582,1.2842299938201904,1.177489995956421,0.3863080143928528,0.8079379796981812,0.8152289986610413,0.6603479981422424,0.4030280113220215,0.09807900339365005,-2.3795359134674072,-0.434143990278244,-0.6646230220794678,-1.102247953414917,-1.9621310234069824,-1.3340140581130981,0.8512499928474426,-0.5575680136680603,-0.48430100083351135,-0.027439000084996223,-1.624140977859497,1.004027009010315,-2.3763389587402344,-0.8933690190315247,1.5650360584259033,-1.2179830074310303,1.0544190406799316,0.20206299424171448,-1.444530963897705,-0.09367100149393082,1.0854469537734985,1.103922963142395,-1.1965110301971436,-1.0632460117340088,0.08969999849796295,-1.9832199811935425,0.6162610054016113,0.32818299531936646,-1.9209840297698975,0.28701499104499817,-2.0595309734344482,1.5503339767456055,-0.8036310076713562,1.5772089958190918,-2.8267428874969482,-2.8317160606384277,0.48619601130485535,0.7580509781837463,0.7677199840545654,-0.8909220099449158,0.372514009475708,-2.1181089878082275,1.4064680337905884,-0.2080020010471344,-0.3091750144958496,-1.600003957748413,1.4977699518203735,-0.9341970086097717,-0.6208270192146301,-0.26251599192619324,-0.04154299944639206,-0.04234899953007698,-0.10344500094652176,1.3826810121536255,-1.3592009544372559,1.4738960266113281,1.7557790279388428,1.6478580236434937,-0.7158910036087036,-2.029723882675171,1.650617003440857,1.6631649732589722,-0.239206001162529,-0.12200800329446793,0.3805080056190491,-0.3236989974975586,-0.25343000888824463,-0.30439600348472595,-0.08683300018310547,0.9910659790039062,0.8777170181274414,1.3060599565505981,0.7459849715232849,-0.9147130250930786,-1.0753380060195923,-1.0390549898147583,0.051217999309301376,0.4350779950618744,0.4583599865436554,-1.6527739763259888,0.9236080050468445,-2.6953349113464355,-0.15909700095653534,-0.1196729987859726,1.3336199522018433,0.3395310044288635,1.644392967224121,1.664065957069397,0.995186984539032,0.34185299277305603,-0.28734999895095825,-0.11667600274085999,0.692878007888794,0.728193998336792,-2.6915500164031982,0.03752399981021881,1.937682032585144,1.94418203830719,1.6855440139770508,0.59654301404953,-0.7286189794540405,0.35901200771331787,0.3303129971027374,0.5955169796943665,0.6228349804878235,0.5665019750595093,0.7550070285797119,0.7509610056877136,0.4925299882888794,0.43706798553466797,1.5809589624404907,0.6331019997596741,0.6336240172386169,1.7790230512619019,1.5562280416488647,0.18859200179576874,-0.5426920056343079,1.426002025604248,-0.01170200016349554,-0.8838930130004883,-1.9465689659118652,-1.1780509948730469,0.4560509920120239,0.9647570252418518,1.293262004852295,1.281330943107605,-2.8172190189361572,1.1567189693450928,1.204733967781067,-1.2197530269622803,-1.5999480485916138,-1.192708969116211,0.45338401198387146,1.5919049978256226,-0.2738710045814514,-0.2878260016441345,1.6978960037231445,-1.4652669429779053,1.378870964050293,1.7157269716262817,-1.681452989578247,-1.3662190437316895,1.269726037979126,1.5606900453567505,-0.356795996427536,0.033236999064683914,0.019551999866962433,-1.374627947807312,-0.34152400493621826,1.3742090463638306,0.7784019708633423,0.5434190034866333,0.45003199577331543,-1.283342957496643,-1.179321050643921,-0.4238710105419159,-0.49022701382637024,0.8956530094146729,-1.2268489599227905,0.13722899556159973,0.956089973449707,2.0096709728240967,-0.07211299985647202,-1.4683129787445068,0.4825400114059448,-1.5439159870147705,1.448395013809204,0.46783700585365295,-1.0389690399169922,0.699974000453949,1.4528310298919678,0.40912100672721863,0.8507279753684998,0.565509021282196,1.0559070110321045,0.22922499477863312,0.3176270127296448,-0.26228800415992737,-1.9613800048828125,1.8506449460983276,0.9643219709396362,0.27032899856567383,-1.3774149417877197,-1.6855590343475342,1.4483469724655151,1.5246670246124268,-1.8393969535827637,0.6320030093193054,0.7304720282554626,1.0543099641799927,-0.37735098600387573,0.2153729945421219,0.23231199383735657,-2.9758949279785156,-2.049751043319702,1.7460800409317017,1.0616209506988525,1.2299020290374756,0.4403130114078522,1.2845779657363892,1.1685240268707275,0.18346400558948517,0.8302389979362488,0.366690993309021,0.2914299964904785,0.029738999903202057,-0.16902700066566467,-0.48278701305389404,-0.8620610237121582,-0.6025109887123108,-1.574934959411621,1.1108189821243286,-2.5062570571899414,-0.20186999440193176,0.4080289900302887,0.05254099890589714,1.0482820272445679,0.8001700043678284,-0.6388159990310669,-0.41109299659729004,-1.7215269804000854,-0.02565300092101097,-2.423799991607666,0.600409984588623,1.269808053970337,1.26323401927948,1.1164180040359497,0.2942419946193695,0.544858992099762,0.38730698823928833,1.9209890365600586,0.7547529935836792,-0.09165800362825394,0.9179509878158569,-0.0399789996445179,-0.8350639939308167,-1.8033469915390015,-0.18156400322914124,1.2449719905853271,0.18079900741577148,-1.1993980407714844,0.07692199945449829,1.1300040483474731,-0.900987982749939,-0.9734820127487183,0.6794099807739258,-1.2068790197372437,-2.552541971206665,-0.315421998500824,0.6196479797363281,-0.336885005235672,-1.532291054725647,-0.9880719780921936,1.812041997909546,-2.464266061782837,1.3495440483093262,-1.222046971321106,-2.450977087020874,0.6349120140075684,1.6409289836883545,-1.1458580493927002,-0.23962999880313873,1.09722101688385,1.5501610040664673,1.3841320276260376,-0.6922450065612793,0.4638400077819824,-1.4854480028152466,0.6673889756202698,0.6169379949569702,-0.9719600081443787,-0.9010679721832275,0.558434009552002,-0.045949000865221024,-1.5297280550003052,0.625702977180481,0.8328920006752014,0.28356799483299255,1.954355001449585,-0.1580130010843277,0.4048289954662323,-0.05324700102210045,-2.480556011199951,0.3751550018787384,-0.0629199966788292,0.8626769781112671,0.9046609997749329,0.6048480272293091,-0.663811981678009,-0.8570470213890076,-0.9547100067138672,-2.9174370765686035,-2.884182929992676,-0.7338129878044128,0.6024410128593445,-0.09969600290060043,0.6107410192489624,-0.6072670221328735,0.6711710095405579,0.30185699462890625,0.5249999761581421,1.9107580184936523,-0.29889699816703796,-0.06868799775838852,-1.237104058265686,1.0815449953079224,0.34099501371383667,1.389389991760254,-1.503883957862854,0.2633320093154907,0.08190300315618515,-0.6642159819602966,0.4687190055847168,0.47576001286506653,-2.1935501098632812,0.04279100149869919,-0.014268999919295311,0.5763800144195557,0.970005989074707,-1.2926939725875854,1.7832119464874268,0.33643099665641785,0.3628230094909668,1.6908119916915894,1.4316099882125854,0.40663400292396545,-1.2961809635162354,-1.7526849508285522,1.6778019666671753,1.9583920240402222,-0.2443930059671402,-2.0917699337005615,-0.05652900040149689,-1.0604469776153564,-0.19619199633598328,0.9266930222511292,-0.19810500741004944,-0.8939679861068726,-2.4376220703125,-0.9129250049591064,0.42479199171066284,0.4290750026702881,0.4385319948196411,0.8424779772758484,-2.856492042541504,0.5242919921875,-0.44683000445365906,1.0355279445648193,-1.3177989721298218,-0.9680129885673523,1.5442019701004028,1.5337589979171753,-0.6211680173873901,-0.6061220169067383,0.7635830044746399,0.7575830221176147,-1.5699199438095093,0.17626400291919708,-0.22940699756145477,1.1484190225601196,0.15583400428295135,0.027204999700188637,0.5680379867553711,1.0795329809188843,1.3818069696426392,1.6614530086517334,1.71327805519104,-1.482509970664978,-1.48983895778656,-1.5506470203399658,-1.4342329502105713,1.2813270092010498,0.5553320050239563,-0.06923700124025345,1.7112419605255127,-2.045811891555786,0.498212993144989,-2.2532410621643066,1.3551239967346191,-0.5954449772834778,-0.5729050040245056,0.04711199924349785,-0.47151198983192444,1.4356900453567505,-2.1689019203186035,0.6669390201568604,0.4460360109806061,0.026388000696897507,0.8212509751319885,0.4514789879322052,-1.0915429592132568,1.368975043296814,1.2146739959716797,0.3324500024318695,0.28000500798225403,-0.4637260138988495,-0.2469020038843155,-0.05658100172877312,0.244159996509552,0.3063740134239197,0.3346399962902069,0.03824999928474426,-1.8190540075302124,0.22089700400829315,-2.533205032348633,1.4891860485076904,-0.2257550060749054,-1.7851799726486206,-2.0830399990081787,-0.16282300651073456,-0.10115999728441238,-0.36434000730514526,-2.056657075881958,0.48708999156951904,1.0882630348205566,-0.6829720139503479,0.9877520203590393,1.0159300565719604,-0.3100610077381134,-1.8398760557174683,1.7263319492340088,1.2760390043258667,-0.06230200082063675,-0.5179499983787537,-2.3319380283355713,1.8713959455490112,1.6828540563583374,-0.5523499846458435,0.5948539972305298,-2.223017930984497,1.4690860509872437,1.127810001373291,-0.5273799896240234,0.10070600360631943,-1.0477579832077026,-1.21868097782135,0.1849460005760193,0.3957740068435669,-2.1724729537963867,1.16737699508667,0.5044810175895691,-1.1665910482406616,1.3719069957733154,-0.2541019916534424,0.9239569902420044,0.7393209934234619,-1.7014559507369995,-0.9415069818496704,0.8904100060462952,-2.3003690242767334,-1.0839630365371704,1.4696789979934692,-1.560750961303711,0.4444600045681,1.6387439966201782,1.6574389934539795,0.46894198656082153,0.8637920022010803,0.6659970283508301,-0.40170401334762573,0.7411640286445618,-1.2054320573806763,-0.2628200054168701,-1.5915789604187012,-1.3557289838790894,-1.1183120012283325,-2.139949083328247,-2.037832021713257,0.1819089949131012,-0.20211799442768097,-0.21491900086402893,0.1646440029144287,-1.3352030515670776,0.8147820234298706,0.763742983341217,0.7984169721603394,-1.1584550142288208,1.7372159957885742,-0.14827799797058105,-0.1266389936208725,-0.1445239931344986,-0.9757900238037109,-1.2160929441452026,0.7668790221214294,0.714102029800415,1.6630189418792725,1.0412839651107788,1.42507803440094,-1.1321630477905273,-0.429502010345459,-0.9251819849014282,1.7226049900054932,-0.9210559725761414,-0.261788010597229,-1.8878010511398315,1.2540229558944702,1.5732589960098267,1.0573049783706665,1.3167849779129028,-1.0010939836502075,1.085710048675537,1.1832000017166138,0.35258498787879944,0.3461439907550812,0.13891799747943878,-0.15236599743366241,1.781425952911377,-1.1967710256576538,1.106961965560913,-0.327021986246109,0.2197670042514801,-2.5807430744171143,0.06302099674940109,-0.4001559913158417,-2.161984920501709,-2.287890911102295,1.6044440269470215,1.5934900045394897,-0.5510920286178589,-0.7641069889068604,-0.7801269888877869,-1.3765649795532227,-1.5884790420532227,-0.35768499970436096,-0.24917100369930267,1.6994110345840454,1.3605079650878906,-0.7946190237998962,1.0564080476760864,1.0450299978256226,-1.2413289546966553,-0.7323300242424011,-1.8471519947052002,1.3568780422210693,0.3542880117893219,0.3837690055370331,0.6267169713973999,1.5706939697265625,1.15133798122406,1.6960910558700562,0.8481770157814026,-0.5657410025596619,0.7095119953155518,-0.7871710062026978,0.9438740015029907,0.9406440258026123,0.2295839935541153,1.0849920511245728,1.5464930534362793,1.5965900421142578,0.30956798791885376,-2.254757881164551,0.9024950265884399,-2.5766220092773438,-1.0225210189819336,1.7736730575561523,-0.8962900042533875,0.4271549880504608,-1.2171189785003662,1.7067420482635498,0.595071017742157,1.1302419900894165,-1.0615559816360474,-2.1750600337982178,1.0273419618606567,0.16865700483322144,-1.5562700033187866,0.24175900220870972,0.20152699947357178,1.4421629905700684,1.770076036453247,-0.09872899949550629,1.1193560361862183,0.8968160152435303,0.8996919989585876,-1.5157040357589722,-1.2804789543151855,-1.4910709857940674,1.6219240427017212,-0.9524379968643188,0.8934820294380188,-0.8601660132408142,-0.25263699889183044,-0.024734999984502792,-0.8155879974365234,-2.291425943374634,0.043421000242233276,-2.163857936859131,0.12640300393104553,-0.5921679735183716,0.6809329986572266,-0.6666560173034668,0.8948569893836975,0.3890079855918884,0.4124709963798523,-0.8749740123748779,0.8228390216827393,0.8299959897994995,1.4951809644699097,-0.661171019077301,-1.141347050666809,-1.2133389711380005,-0.324770987033844,0.2103929966688156,-0.7475910186767578,-2.316941976547241,1.154405951499939,0.6730949878692627,-0.8430629968643188,0.6232720017433167,1.8988080024719238,0.6888840198516846,0.310261994600296,-0.019426999613642693,-0.049368999898433685,-0.3240549862384796,1.299630045890808,-2.6732780933380127,-2.8910610675811768,-1.8460630178451538,-1.1912330389022827,-2.709080934524536,0.44480499625205994,-0.25501498579978943,-1.1852329969406128,0.013534000143408775,-1.3459689617156982,0.14674200117588043,1.6506320238113403,1.875831961631775,0.9419000148773193,0.3108380138874054,-0.47785699367523193,-2.048161029815674,-1.9437479972839355,1.4200090169906616,0.6829519867897034,-0.6192790269851685,0.22639100253582,1.0078530311584473,-1.3995980024337769,1.6366809606552124,-2.977725028991699,1.6396700143814087,0.4651319980621338,1.625087022781372,-0.5184270143508911,-0.9124060273170471,0.23662200570106506,1.0216339826583862,1.0426640510559082,0.8605549931526184,0.30362099409103394,1.127161979675293,-1.5800600051879883,-1.223541021347046,1.5222270488739014,0.7629619836807251,1.1666909456253052,-1.1306090354919434,0.9403780102729797,0.7888259887695312,-0.03829000145196915,-2.5762879848480225,0.4375219941139221,-0.7259569764137268,0.7489920258522034,-1.6062580347061157,-2.501904010772705,-2.071842908859253,-1.6848269701004028,-2.124492883682251,0.22280700504779816,-0.07752300053834915,-1.5861819982528687,1.7717289924621582,0.26433899998664856,0.40675899386405945,0.264833003282547,0.33683499693870544,-1.0748050212860107,0.5865539908409119,1.1757769584655762,-1.7909409999847412,1.9131230115890503,-1.3013770580291748,0.24369500577449799,1.7174869775772095,-0.8024359941482544,0.4138619899749756,1.2524410486221313,-2.7706499099731445,0.7447689771652222,-0.6103749871253967,1.307070016860962,1.6017190217971802,0.8013169765472412,0.8066999912261963,0.9644050002098083,0.9564459919929504,-0.16539600491523743,-0.23816800117492676,0.8495129942893982,-1.1485710144042969,0.7164710164070129,-1.5205849409103394,1.4742939472198486,0.5682880282402039,-1.1541789770126343,0.9077749848365784,0.4112749993801117,-0.0866440013051033,-1.225801944732666,-0.8327199816703796,-1.1728429794311523,0.43462300300598145,-0.5843250155448914,-0.46533501148223877,1.234429955482483,-0.38604700565338135,0.7402610182762146,-0.435373991727829,0.5693380236625671,0.3972809910774231,-1.2271349430084229,-0.4469130039215088,1.1166239976882935,-0.2302989959716797,1.4247950315475464,-2.953605890274048,0.11305700242519379,1.565330982208252,1.9743839502334595,-2.4007699489593506,-2.3438620567321777,0.5749559998512268,1.3718700408935547,-2.976644992828369,-0.8360729813575745,-1.0602140426635742,1.1053999662399292,0.9422879815101624,0.9554439783096313,1.6476939916610718,0.3803029954433441,-2.908508062362671,-1.6867330074310303,1.440068006515503,-0.6010739803314209,0.9935420155525208,-1.6893500089645386,-2.7027580738067627,1.8144160509109497,-0.0021810000762343407,0.9242200255393982,-0.054673999547958374,-1.2877269983291626,-1.2904020547866821,0.7400209903717041,-0.39331600069999695,1.7113980054855347,0.1171180009841919,0.7046020030975342,-1.6644450426101685,-1.1302380561828613,-1.220824956893921,-0.2058819979429245,-0.21697500348091125,0.1982399970293045,1.6402169466018677,-0.39820200204849243,1.4802149534225464,0.9216570258140564,1.929291009902954,-1.2864190340042114,0.2143239974975586,0.1018190011382103,-1.803508996963501,0.7364869713783264,0.23674599826335907,0.4382370114326477,-0.47183799743652344,0.10798600316047668,1.4901070594787598,0.2932780086994171,0.42194101214408875,-1.5769120454788208,-0.6605460047721863,-0.5921400189399719,1.554697036743164,-1.251688003540039,-1.0000430345535278,1.5691620111465454,-0.06437099725008011,1.9604580402374268,0.771435022354126,0.7467309832572937,0.7109739780426025,-1.011059045791626,-1.0321849584579468,0.6085129976272583,1.9741740226745605,0.7595599889755249,-0.24070900678634644,-0.18658100068569183,-0.16309000551700592,0.567628026008606,-2.881901979446411,-1.052852988243103,0.05318399891257286,0.8670790195465088,-0.8539209961891174,-1.0329469442367554,-1.5904070138931274,1.4584709405899048,-0.881060004234314,-0.47630399465560913,0.13264200091362,-1.00251305103302,-0.047095999121665955,-0.4938260018825531,-0.7838519811630249,0.266416996717453,-2.340785026550293,-2.3576579093933105,-0.4320389926433563,-0.9248570203781128,1.781959056854248,-0.9086930155754089,0.5082460045814514,0.8327980041503906,1.294523000717163,0.11449000239372253,-0.1122409999370575,-0.2378000020980835,1.7224440574645996,0.5316200256347656,1.1661590337753296,0.4807099997997284,0.7018489837646484,1.2245919704437256,1.1765669584274292,0.08647000044584274,-0.7563369870185852,-2.4846949577331543,-0.26273399591445923,-0.520937979221344,0.6472939848899841,1.455198049545288,0.9693750143051147,-0.006883000023663044,1.2475500106811523,1.253396987915039,0.38388898968696594,1.334833025932312,-0.906017005443573,-1.4360829591751099,1.1690419912338257,-2.0721280574798584,1.4731789827346802,-0.2866779863834381,1.4050689935684204,0.09827999770641327,1.729943037033081,1.989549994468689,0.21127299964427948,-0.42897099256515503,1.8203569650650024,1.4211879968643188,-1.3558399677276611,-1.859503984451294,-1.0648950338363647,1.6131240129470825,-2.6535890102386475,0.7938989996910095,-0.9427340030670166,1.9474899768829346,0.7202309966087341,0.8950920104980469,-1.0230549573898315,-0.21958699822425842,-0.5826349854469299,1.282731056213379,1.2716439962387085,-2.4694221019744873,-2.027247905731201,-1.1451640129089355,-1.1479740142822266,0.6938170194625854,-1.0044139623641968,-1.1498039960861206,1.902966022491455,-0.4453589916229248,-1.295593023300171,1.3756409883499146,1.8939130306243896,-2.308892011642456,-2.3783769607543945,-0.34334099292755127,-1.423583984375,0.9622840285301208,0.2721010148525238,-1.6059269905090332,1.7261179685592651,1.4605389833450317,0.862384021282196,-2.0791280269622803,-1.760053038597107,1.0547809600830078,0.16447700560092926,0.9698500037193298,1.4481970071792603,-0.5737299919128418,-0.37360501289367676,-0.41880300641059875,1.4279580116271973,0.6911280155181885,1.4055709838867188,-0.17390500009059906,1.449787974357605,-2.388530969619751,-0.8752179741859436,1.299834966659546,0.7219539880752563,0.6738380193710327,0.17230500280857086,1.2144229412078857,1.7477819919586182,-1.1138659715652466,1.5123579502105713,0.5456690192222595,-0.21307100355625153,0.22464799880981445,-0.561381995677948,-2.174199104309082,-1.8978739976882935,-2.028331995010376,0.36568599939346313,-2.3982388973236084,-0.649852991104126,0.7182049751281738,-2.503504991531372,-1.2978689670562744,1.910027027130127,-2.5289809703826904,0.15433600544929504,0.21198999881744385,0.3889630138874054,-0.9743810296058655,0.8615180253982544,-0.3292340040206909,0.3074760138988495,-0.8438010215759277,-0.32547399401664734,-0.007969999685883522,-1.1405539512634277,-1.130236029624939,0.37269699573516846,0.34955498576164246,0.42812299728393555,-1.336953043937683,0.7162179946899414,-0.13939599692821503,0.23922300338745117,0.5702559947967529,-0.30052700638771057,0.19592100381851196,-0.11215700209140778,-0.9200189709663391,0.773006021976471,-0.6100379824638367,-0.00046400001156143844,0.16709400713443756,0.4873160123825073,1.4044450521469116,-1.358253002166748,-1.3780139684677124,-2.910283088684082,0.8260400295257568,0.5914530158042908,0.550927996635437,-0.15916800498962402,1.2835960388183594,-2.5521750450134277,0.32923200726509094,-0.704604983329773,1.1717009544372559,0.8764299750328064,0.8751469850540161,-0.6990829706192017,-1.7681959867477417,0.8452150225639343,-1.3504760265350342,-1.179319977760315,0.8486639857292175,0.6936529874801636,1.4152400493621826,1.3170579671859741,-0.4826509952545166,1.3179370164871216,-1.1132639646530151,0.08272299915552139,0.17873799800872803,-0.8747659921646118,0.6447749733924866,1.8825709819793701,1.8208930492401123,0.0970500037074089,-0.4103589951992035,-1.216778039932251,0.9793040156364441,1.6078710556030273,0.06452199816703796,-0.9736760258674622,0.003889000043272972,-0.3081069886684418,-1.970231056213379,1.988948941230774,1.2573939561843872,1.6296329498291016,-0.5340510010719299,0.18498100340366364,-1.8321009874343872,-1.2531880140304565,-0.5158179998397827,-0.5251500010490417,-0.22009499371051788,1.5108040571212769,-0.1116190031170845,0.6362900137901306,-2.1214759349823,0.6168050169944763,-0.9512519836425781,0.5141919851303101,-1.140658974647522,-0.8976510167121887,1.8067140579223633,0.27780500054359436,-1.7454960346221924,1.7815330028533936,-1.1067039966583252,0.3268490135669708,1.7838070392608643,1.813088059425354,-0.6667410135269165,1.173071026802063,1.4642870426177979,-0.13308900594711304,-0.00484299985691905,-1.2826889753341675,0.7715889811515808,-0.5602570176124573,-0.025079000741243362,0.19492299854755402,-0.6257799863815308,1.620223045349121,1.4368629455566406,1.3932960033416748,0.22423900663852692,1.2258210182189941,1.6129740476608276,0.7004330158233643,-0.3961830139160156,0.8945509791374207,0.35123199224472046,0.3357979953289032,0.8891760110855103,-0.7795169949531555,-0.028220999985933304,1.6771739721298218,0.3161819875240326,1.7670079469680786,0.4144259989261627,-0.2884120047092438,1.4776710271835327,0.2060910016298294,-0.6856629848480225,-0.8270570039749146,0.7482709884643555,0.6708160042762756,-1.3488110303878784,1.2858229875564575,-0.018415000289678574,1.7565480470657349,-0.1706019937992096,-1.6351139545440674,-1.2602519989013672,0.6794599890708923,-1.1174190044403076,-2.3093109130859375,-1.1087720394134521,-0.3737980127334595,-0.9304490089416504,0.17539800703525543,-2.881175994873047,1.922760009765625,-1.0791610479354858,-0.36125001311302185,1.3748420476913452,0.7865710258483887,-0.7738800048828125,1.5600359439849854,-1.8450369834899902,-1.9989850521087646,1.4487589597702026,-1.5622600317001343,-1.145037055015564,2.0694189071655273,-0.1496260017156601,-0.4895229935646057,-1.128227949142456,-2.2875449657440186,1.3912409543991089,1.4756300449371338,0.73369300365448,0.7614709734916687,-0.39733800292015076,1.7275270223617554,-2.058742046356201,-1.6891969442367554,-1.7660579681396484,-0.025140000507235527,0.3992219865322113,1.409067988395691,1.5923750400543213,0.555840015411377,2.013334035873413,0.6311389803886414,1.7596629858016968,-1.334009051322937,-0.19748300313949585,-0.16006800532341003,1.395637035369873,1.4642549753189087,-2.5367400646209717,1.4912899732589722,-2.1624879837036133,-2.239309072494507,1.2793500423431396,1.0275750160217285,-1.5633790493011475,0.14372900128364563,0.28591498732566833,-0.8417209982872009,-1.131113052368164,1.8031209707260132,1.6638339757919312,0.5466499924659729,-0.6079609990119934,-2.09368896484375,1.3015170097351074,-1.637073040008545,-0.7561479806900024,0.7174260020256042,1.6793030500411987,0.41231900453567505,0.7913709878921509,0.7651839852333069,0.9504560232162476,0.1895589977502823,0.22682200372219086,1.893584966659546,0.8462539911270142,-0.08800199627876282,1.6112489700317383,-1.5464270114898682,-0.3465380072593689,0.45027899742126465,-2.5816500186920166,0.6588900089263916,1.6071339845657349,0.9340639710426331,0.3976440131664276,1.5070409774780273,1.5587600469589233,-0.4664359986782074,-0.232791006565094,0.6596810221672058,-0.836214005947113,-0.9907010197639465,0.6883929967880249,1.4869229793548584,-1.4718459844589233,1.2071750164031982,0.3092760145664215,0.5257779955863953,-0.020318999886512756,1.8310799598693848,-1.7771040201187134,-2.167834997177124,0.43688300251960754,-0.3424369990825653,1.031762957572937,-0.0500900000333786,-0.4170910120010376,1.2621270418167114,-0.16205599904060364,-0.32621800899505615,-1.158033013343811,0.3199560046195984,-0.0434270016849041,-0.23827999830245972,-1.0294419527053833,-1.2681039571762085,0.2951279878616333,0.17192000150680542,1.5546740293502808,-0.916458010673523,0.7485769987106323,1.2218639850616455,0.4433180093765259,1.885787010192871,0.5462610125541687,0.5392119884490967,-1.8110450506210327,1.4629369974136353,-0.5675420165061951,-0.42873498797416687,-0.4667989909648895,-1.1252219676971436,-0.5987240076065063,0.27164000272750854,0.1619040071964264,-0.905771017074585,1.5574619770050049,0.4774790108203888,-0.39110299944877625,1.273177981376648,0.2555899918079376,-0.4772680103778839,-1.4358739852905273,0.9976950287818909,-0.08219999819993973,1.548002004623413,1.5632719993591309,-0.05578700080513954,0.6226819753646851,-0.7475410103797913,1.1325809955596924,-0.12728700041770935,-0.08562800288200378,1.5504460334777832,0.16617000102996826,1.2420669794082642,-2.1698920726776123,-1.049198031425476,-0.4804770052433014,1.7032150030136108,1.9433499574661255,-0.40019699931144714,1.0573370456695557,0.27674901485443115,0.011091000400483608,0.16105300188064575,0.34144699573516846,1.496366024017334,-0.6288660168647766,1.1054099798202515,1.2975850105285645,-0.5810589790344238,-0.6682279706001282,0.8473680019378662,0.279325008392334,0.7997879981994629,0.42799800634384155,1.8317049741744995,0.6095250248908997,0.6418970227241516,1.0020760297775269,1.247899055480957,-1.8120030164718628,1.5768239498138428,1.7950329780578613,1.1769280433654785,1.0444049835205078,1.7139190435409546,0.4806300103664398,-2.9315168857574463,-0.47397398948669434,-2.0820560455322266,-0.2634199857711792,1.4979360103607178,-1.2706199884414673,-0.6042870283126831,-1.3888499736785889,0.018029000610113144,1.5527570247650146,1.3373260498046875,0.43498799204826355,0.31627699732780457,-2.9662959575653076,0.7956389784812927,1.0243380069732666,-1.0998460054397583,0.04856700077652931,-1.6222889423370361,-1.6635630130767822,0.980666995048523,0.6654539704322815,1.819957971572876,-0.7366539835929871,1.2596789598464966,1.5028170347213745,0.8040289878845215,-0.44767698645591736,0.8973389863967896,-2.1518959999084473,-0.06961599737405777,-0.10013700276613235,0.5701169967651367,-2.3306729793548584,-0.19756999611854553,0.5095970034599304,-2.507127046585083,-0.15872399508953094,0.9343330264091492,1.0704959630966187,0.8708419799804688,1.5086389780044556,1.6367859840393066,1.995169997215271,0.6818609833717346,-1.3407490253448486,0.6031370162963867,-0.10648500174283981,0.9858719706535339,-1.3397910594940186,-1.7220849990844727,0.4181729853153229,-1.1621700525283813,1.6372309923171997,-0.7534719705581665,0.6196150183677673,0.12467800080776215,-1.7772059440612793,1.8227800130844116,0.6389960050582886,-1.8248779773712158,-0.8348289728164673,-2.078864097595215,-0.8168219923973083,0.4084610044956207,-0.6889190077781677,1.2011150121688843,-0.059679001569747925,-0.5353360176086426,-0.5121350288391113,-0.51631098985672,-1.8322149515151978,1.5445350408554077,-0.4916369915008545,1.2260420322418213,1.4794559478759766,-0.41286998987197876,-0.49828898906707764,-1.6947309970855713,-0.06021500006318092,1.1796629428863525,0.1140109971165657,-0.33711299300193787,0.2080029994249344,-0.0029239999130368233,-0.28122299909591675,-0.784866988658905,-0.9588000178337097,-1.696763038635254,0.0643640011548996,0.29779601097106934,0.863211989402771,-0.7253909707069397,-1.9270730018615723,1.3478460311889648,0.09341800212860107,0.9341170191764832,0.6797019839286804,-0.5091189742088318,-0.4735170006752014,-1.7127859592437744,0.9337069988250732,0.9977859854698181,-0.345986008644104,-0.2779510021209717,-0.48629099130630493,-1.1464929580688477,-1.5039279460906982,-1.7804429531097412,0.6858140230178833,1.6896419525146484,1.020056962966919,-0.7446460127830505,1.624987006187439,-1.0610580444335938,0.29101699590682983,-0.7022299766540527,-0.7596219778060913,-0.7843679785728455,-0.009301000274717808,0.879954993724823,0.5616949796676636,-0.9596199989318848,-0.13751399517059326,1.62111496925354,-0.5094519853591919,-0.3321869969367981,-0.7376440167427063,-2.0665669441223145,0.4575510025024414,-0.8643659949302673,1.1006850004196167,0.3705750107765198,0.3604609966278076,1.225255012512207,-1.8193600177764893,-0.44973400235176086,-0.7267240285873413,0.3627009987831116,-2.5820870399475098,1.4602320194244385,1.5386220216751099,0.23225300014019012,1.3302210569381714,1.2689980268478394,1.271170973777771,-1.2568960189819336,-0.7352690100669861,1.6198920011520386,0.7999690175056458,-0.7369139790534973,-0.5083119869232178,-0.22575999796390533,1.5780179500579834,1.282654047012329,0.7100980281829834,1.1426000595092773,0.1949629932641983,-0.3695429861545563,0.36580801010131836,0.8645449876785278,1.3441649675369263,0.3825959861278534,0.8465390205383301,-1.2946059703826904,1.0296119451522827,-0.6542909741401672,0.25397399067878723,-0.6587259769439697,1.1082860231399536,-0.9136480093002319,0.44701099395751953,0.1988770067691803,0.2177249938249588,1.9066020250320435,-1.963399052619934,-1.1959190368652344,1.405303955078125,-0.27998000383377075,-1.6419529914855957,-1.1243259906768799,-0.8512439727783203,-0.6928629875183105,-0.8507019877433777,1.105963945388794,-0.03826799988746643,-1.4198379516601562,1.7081220149993896,1.5896470546722412,1.5583150386810303,-1.8086570501327515,-0.48879799246788025,0.5320410132408142,-1.0468330383300781,-1.170320987701416,-0.9694769978523254,-0.2842400074005127,1.4051239490509033,1.3757120370864868,1.3580139875411987,0.008015000261366367,-2.268531084060669,-2.317509889602661,1.5158369541168213,0.13832800090312958,-1.1507209539413452,1.6095579862594604,0.649366021156311,0.5441100001335144,-0.22635599970817566,-0.21844199299812317,0.7145990133285522,-0.19536300003528595,-1.3981939554214478,1.1015889644622803,-2.506074905395508,0.3989199995994568,1.6060069799423218,-1.2500419616699219,1.7342040538787842,0.5649070143699646,0.8109830021858215,0.058173999190330505,-0.26378199458122253,-0.26232001185417175,-0.6108769774436951,0.5117939710617065,-1.9005659818649292,-0.47415000200271606,1.5352859497070312,1.439437985420227,-0.8846790194511414,0.5629739761352539,-0.7020180225372314,-1.0734699964523315,1.7909740209579468,-0.28457099199295044,-1.8700050115585327,-0.9420139789581299,1.9739190340042114,0.6485580205917358,0.9359570145606995,1.8145300149917603,0.8804600238800049,0.4665989875793457,0.588392972946167,1.5300229787826538,-1.2392770051956177,-0.35188600420951843,-0.36449500918388367,-0.9944369792938232,0.26718199253082275,0.3009670078754425,-0.9060630202293396,0.02234799973666668,-1.0747959613800049,0.3373590111732483,1.4473810195922852,1.3517440557479858,0.8801220059394836,1.3336089849472046,0.15315699577331543,0.18540500104427338,-0.9971439838409424,1.278033971786499,0.8972020149230957,1.6458230018615723,-1.0290420055389404,0.49908700585365295,-1.3104089498519897,0.44408199191093445,1.4274300336837769,0.8426340222358704,-0.9993969798088074,-0.3366610109806061,-0.2299329936504364,0.2898559868335724,1.1205090284347534,-1.100869059562683,1.168179988861084,0.6381660103797913,-0.9455540180206299,1.7117760181427002,0.22603000700473785,-1.9892710447311401,1.711338996887207,-0.7767620086669922,1.406175971031189,1.362117052078247,-1.1939280033111572,-1.1866470575332642,0.3553450107574463,-0.8323289752006531,-1.803594946861267,-0.11684300005435944,-0.4129999876022339,-1.0218050479888916,-0.2304999977350235,-0.8733639717102051,1.020071029663086,1.1828429698944092,1.7001880407333374,0.21966800093650818,-0.6242750287055969,0.060180000960826874,0.44051000475883484,0.36320701241493225,0.9861869812011719,0.40445399284362793,1.2438479661941528,1.4268759489059448,0.3126629889011383,-2.7148659229278564,0.17359699308872223,1.6637239456176758,0.5744439959526062,-1.2930879592895508,-0.046188000589609146,-0.9859669804573059,0.8246219754219055,1.9149539470672607,0.47030600905418396,-2.426496982574463,-1.1510759592056274,1.1602590084075928,1.2037509679794312,-0.020174000412225723,-0.054802000522613525,0.0729449987411499,0.37790900468826294,-2.0188159942626953,-1.0748660564422607,-1.715451955795288,-0.8943949937820435,-0.17940400540828705,0.669215977191925,-1.6205860376358032,0.5404689908027649,-0.9840589761734009,0.36120399832725525,-1.1822589635849,-2.0493459701538086,-1.0971390008926392,-1.4875160455703735,0.9416990280151367,-2.600924015045166,-0.28982898592948914,-1.728916049003601,-1.1462290287017822,1.7089120149612427,-0.30079299211502075,0.5509470105171204,0.5200530290603638,1.4115639925003052,-2.1338160037994385,-2.1426169872283936,1.3797049522399902,-0.259442001581192,-0.1974409967660904,-0.6451249718666077,0.8621240258216858,-0.0381230004131794,0.2194949984550476,0.41278600692749023,-0.19222000241279602,0.7314029932022095,-0.5551469922065735,-2.458707094192505,-0.39713799953460693,0.4745660126209259,-1.5658810138702393,-1.1163079738616943,-0.9885540008544922,-0.9641669988632202,-1.9099559783935547,0.0554019995033741,-0.44040998816490173,0.8781300187110901,-1.1708329916000366,0.6666790246963501,-0.8517889976501465,-0.843878984451294,1.349884033203125,1.3153640031814575,0.9702410101890564,0.0318869985640049,-0.07324899733066559,-1.2672539949417114,0.3277420103549957,1.516239047050476,0.1403290033340454,0.7264660000801086,0.2012069970369339,0.6555780172348022,-1.3598350286483765,0.5104680061340332,0.9922599792480469,-0.8586300015449524,1.0851199626922607,-0.2986980080604553,-0.8274620175361633,-0.20821300148963928,0.6626399755477905,1.7002320289611816,-0.4833199977874756,1.1279170513153076,0.6976320147514343,-0.5141580104827881,0.6819499731063843,-1.1313199996948242,-0.6989179849624634,0.7252600193023682,-1.2848889827728271,0.9700919985771179,0.8138660192489624,0.6523939967155457,0.964477002620697,0.5902780294418335,-0.05183599889278412,-0.9362630248069763,-0.4849280118942261,-2.281332015991211,1.7336169481277466,-2.4787380695343018,1.1067839860916138,-1.995758056640625,-1.5192270278930664,0.3001039922237396,-0.8674169778823853,-0.8685269951820374,1.5655839443206787,-2.717411994934082,-2.5052590370178223,1.2855039834976196,-0.5621870160102844,1.8625030517578125,1.6128430366516113,0.16513100266456604,0.13224700093269348,-0.5413159728050232,1.2460219860076904,1.1327710151672363,1.624675989151001,-0.17598700523376465,-0.16461500525474548,-2.1167519092559814,0.6755290031433105,0.3800159990787506,-2.5902249813079834,-2.307102918624878,0.7113109827041626,1.0851969718933105,-0.14417900145053864,-2.618695020675659,-1.0132659673690796,-1.4620800018310547,0.2357649952173233,0.7731189727783203,0.087957002222538,-1.2805989980697632,-0.472817987203598,0.2353529930114746,1.0556449890136719,-1.2051860094070435,0.5748029947280884,0.37671399116516113,0.24464599788188934,1.1043410301208496,-0.8938829898834229,1.7836389541625977,-0.5992980003356934,-2.2614879608154297,0.3351120054721832,0.3334589898586273,-0.9012129902839661,0.09036300331354141,0.35674700140953064,-0.9703890085220337,0.46136099100112915,-1.1115399599075317,-0.03547300025820732,-0.1383650004863739,0.38118499517440796,0.8815940022468567,1.9297399520874023,-0.25458401441574097,-2.428061008453369,-2.4878389835357666,0.28586098551750183,1.5088889598846436,-1.0671579837799072,0.40370601415634155,-0.7471929788589478,-0.6499789953231812,1.035984992980957,-1.9720840454101562,1.6407239437103271,1.6221009492874146,-0.07462900131940842,0.6499279737472534,-0.7666789889335632,0.8237469792366028,-1.1567120552062988,-1.1962850093841553,1.333575963973999,0.6396300196647644,1.6603699922561646,1.685811996459961,1.6707700490951538,0.12612700462341309,-1.1789560317993164,-2.1318769454956055,1.7923840284347534,-0.15358500182628632,-0.04028400033712387,-1.0804619789123535,0.47433599829673767,1.1338449716567993,1.1515419483184814,-1.9261870384216309,-1.115828037261963,0.27191001176834106,-0.659824013710022,0.28497999906539917,0.40359699726104736,0.8397930264472961,1.6202160120010376,0.7486220002174377,0.8108580112457275,0.4437499940395355,0.44832900166511536,-2.6444129943847656,0.7115690112113953,0.4475950002670288,-0.22819100320339203,1.9415630102157593,-0.19315800070762634,-1.0121760368347168,1.815127968788147,1.636762022972107,0.3423190116882324,0.30233800411224365,-0.39220499992370605,1.7824729681015015,-0.18289700150489807,1.8808469772338867,0.44437700510025024,-0.9918670058250427,-0.6199100017547607,0.7697420120239258,0.35558998584747314,1.868461012840271,0.31903699040412903,-1.3498400449752808,0.6486759781837463,1.5542739629745483,0.891730010509491,-1.811493992805481,0.9248780012130737,1.689221978187561,-1.241042971611023,-1.3801729679107666,-1.034621000289917,1.3827329874038696,1.3705650568008423,1.3137480020523071,-0.7337629795074463,0.5755239725112915,0.6028720140457153,0.40832000970840454,-1.98989999294281,-1.5631259679794312,-0.42944300174713135,-0.3753570020198822,-0.11687800288200378,0.03473199903964996,-1.6889899969100952,-0.3334070146083832,0.14828899502754211,-0.7255640029907227,-0.8521389961242676,0.8096870183944702,0.5779770016670227,0.5925130248069763,-0.4536980092525482,1.1635710000991821,-0.6026830077171326,0.4932839870452881,0.33813899755477905,-0.7545890212059021,-0.7081180214881897,-1.3215290307998657,1.537621021270752,1.9606670141220093,1.7960480451583862,-1.1287809610366821,-1.1318080425262451,1.1871730089187622,0.4434190094470978,-1.6189600229263306,-0.2051759958267212,0.2570450007915497,0.873537003993988,-0.07871899753808975,0.8761299848556519,-1.1196869611740112,1.760882019996643,1.7563329935073853,1.6775929927825928,1.2803030014038086,1.440418004989624,-0.3919669985771179,-0.536080002784729,0.33111199736595154,0.6739420294761658,-0.9120780229568481,-0.20330600440502167,0.11812900006771088,0.39366498589515686,0.5295590162277222,1.484853982925415,1.4269490242004395,1.4063680171966553,1.4441560506820679,0.29573699831962585,1.5817229747772217,-1.7228670120239258,0.7314069867134094,1.2804419994354248,0.646930992603302,0.5421500205993652,0.27028000354766846,0.5950539708137512,1.29715895652771,-0.1501690000295639,-0.5177969932556152,0.14796599745750427,0.43423500657081604,0.3806299865245819,1.3432379961013794,-1.8959009647369385,-0.09336099773645401,0.6378620266914368,0.38725200295448303,-0.9543780088424683,-0.34723201394081116,0.7525240182876587,0.9908819794654846,1.1801609992980957,-0.3914099931716919,-0.3697960078716278,1.7738770246505737,0.39323699474334717,0.2978529930114746,-0.32444098591804504,-0.928879976272583,-1.3470319509506226,-0.28218600153923035,0.9289720058441162,0.7493839859962463,1.9760459661483765,1.2137340307235718,-2.5833370685577393,-0.04624199867248535,1.9386119842529297,1.1913249492645264,1.507761001586914,0.8012120127677917,0.8629530072212219,-2.343156099319458,-0.4968779981136322,-2.4898428916931152,-1.1226210594177246,0.7293170094490051,0.6739130020141602,-1.3969570398330688,-0.004387000110000372,1.619884967803955,-1.074476957321167,0.47574999928474426,0.5125150084495544,-0.833217978477478,-0.29044198989868164,-1.6265720129013062,-2.0671329498291016,0.7827720046043396,0.6203299760818481,-0.23879499733448029,0.5329269766807556,-1.3621699810028076,0.6835280060768127,-1.4920309782028198,-0.12168499827384949,-2.3196890354156494,-0.07860899716615677,-1.4678659439086914,-1.4578189849853516,-2.186487913131714,0.2475460022687912,0.8724949955940247,0.5450630187988281,0.8782489895820618,0.5482379794120789,-2.166994094848633,-1.1033079624176025,-0.041283998638391495,-1.179574966430664,-1.1071670055389404,-0.2803559899330139,-2.352165937423706,0.7702249884605408,0.7983180284500122,1.1953849792480469,-0.0421690009534359,0.9056280255317688,1.593858003616333,-0.3418140113353729,1.6329220533370972,1.09791898727417,-1.966838002204895,1.8762569427490234,0.40206000208854675,1.3231580257415771,-1.3391400575637817,0.5319579839706421,0.530784010887146,0.40922701358795166,-0.7584130167961121,0.8491119742393494,1.8353890180587769,-0.9920079708099365,-0.682686984539032,-0.2095309942960739,1.3982609510421753,-1.1529409885406494,-1.4212230443954468,-1.3073530197143555,1.432204008102417,-0.9107869863510132,-0.8771529793739319,0.8447989821434021,1.5556509494781494,1.3833999633789062,0.5422329902648926,0.7172110080718994,0.3212609887123108,1.7949509620666504,1.9464900493621826,-0.36471500992774963,1.4506009817123413,-1.5187089443206787,-0.4594770073890686,-0.11926999688148499,-0.4375090003013611,0.5113300085067749,1.6815240383148193,0.6180880069732666,0.7545989751815796,-0.2004999965429306,0.956633985042572,-0.8612930178642273,0.5013139843940735,1.4076950550079346,1.4682420492172241,-1.0771080255508423,0.01396500039845705,-0.949288010597229,-1.2024379968643188,0.46322399377822876,-1.5720499753952026,-1.5614659786224365,-2.0260989665985107,1.2883579730987549,-0.936568021774292,-0.112185999751091,-0.9482790231704712,-1.1029419898986816,0.7971879839897156,-0.3352679908275604,1.4900920391082764,-2.2735819816589355,0.06664600223302841,-0.8501489758491516,0.7441290020942688,0.8730819821357727,-2.095810890197754,0.9271789789199829,1.4664900302886963,1.4906820058822632,-0.2067040055990219,0.3484179973602295,0.3826479911804199,-0.2123740017414093,0.39327898621559143,-0.958670973777771,-0.5977510213851929,0.035941001027822495,0.22008800506591797,0.2202949970960617,1.3606380224227905,1.1115360260009766,1.3927839994430542,-1.4256659746170044,0.3405889868736267,0.09025199711322784,0.2389490008354187,0.7193080186843872,0.08265899866819382,-0.21329599618911743,-1.0248169898986816,0.04211200028657913,-1.659430980682373,1.7471599578857422,0.09883199632167816,0.6357210278511047,0.975400984287262,0.06718400120735168,0.6935049891471863,-0.8626319766044617,0.5835829973220825,-0.20004400610923767,-0.3031890094280243,0.11106199771165848,0.43524500727653503,0.5398210287094116,0.11403500288724899,1.2028080224990845,1.1849689483642578,1.011741042137146,0.6115949749946594,0.971560001373291,1.6790239810943604,1.0749239921569824,0.2763560116291046,0.2862609922885895,0.30874401330947876,1.6106699705123901,-2.2709169387817383,1.6652469635009766,-1.402472972869873,0.2528899908065796,-2.081479072570801,1.6571799516677856,0.9828130006790161,0.5121790170669556,1.468013048171997,1.5008879899978638,0.8577679991722107,1.6079070568084717,-1.240347981452942,1.6604269742965698,1.3696329593658447,-2.76589298248291,1.4465090036392212,-0.31231799721717834,-1.19405198097229,0.6988070011138916,-2.083962917327881,0.8244879841804504,-1.2853599786758423,-0.2304989993572235,-0.6818259954452515,1.6333099603652954,0.267984002828598,1.407418966293335,1.6309800148010254,1.0449529886245728,0.09536900371313095,-0.8244609832763672,0.3683300018310547,0.3065190017223358,0.29726099967956543,0.7717509865760803,-2.57179594039917,0.718621015548706,0.34313300251960754,-2.568276882171631,1.7369760274887085,-0.2944589853286743,0.9038699865341187,-0.6836370229721069,1.825706958770752,-1.1361160278320312,0.9305710196495056,0.9492080211639404,-2.3754079341888428,-0.2917869985103607,-2.013731002807617,-0.05564599856734276,0.5695379972457886,-0.7544580101966858,-0.35822299122810364,0.8900359869003296,-1.3174769878387451,1.4304430484771729,-0.8174920082092285,1.0310659408569336,1.7950210571289062,1.6938749551773071,-0.7088279724121094,-0.1094139963388443,1.756505012512207,0.1808760017156601,1.6741969585418701,0.4823159873485565,0.45966100692749023,1.33822500705719,-1.7646960020065308,-1.119359016418457,-0.8668360114097595,0.4912889897823334,0.8337060213088989,0.9112610220909119,1.038390040397644,0.12372899800539017,-0.9687139987945557,-0.9290149807929993,-0.6154339909553528,0.5397819876670837,-1.9334160089492798,0.8316810131072998,0.8575569987297058,1.8307139873504639,-0.008589999750256538,-0.7613490223884583,0.19520999491214752,-0.2724809944629669,1.0012890100479126,0.44248300790786743,1.5167399644851685,-1.4227499961853027,-1.478376030921936,0.4554170072078705,0.42223599553108215,1.1931029558181763,0.642524003982544,-1.2120749950408936,0.07055900245904922,-0.1775519996881485,-0.27981600165367126,0.6207200288772583,0.74925297498703,0.7092530131340027,-1.5925780534744263,-2.3381218910217285,-1.4771829843521118,-1.4524919986724854,-0.24329699575901031,-0.372514009475708,-0.22374199330806732,-0.22788900136947632,0.2620440125465393,0.8243950009346008,1.9376349449157715,1.115906000137329,-1.6911250352859497,-1.2185289859771729,0.8648480176925659,-1.0524200201034546,-0.9329630136489868,-1.3000080585479736,-0.04657899960875511,1.1751550436019897,1.949249029159546,-0.10994599759578705,-2.6056370735168457,0.012222000397741795,-0.3552500009536743,0.11617299914360046,-1.5751500129699707,-0.23760700225830078,-0.17354799807071686,-1.3909720182418823,-2.1699059009552,0.591933012008667,0.5363339781761169,1.4948740005493164,-0.8380429744720459,0.793632984161377,1.4363820552825928,-2.3433051109313965,-1.1494239568710327,-2.0851900577545166,0.0055669997818768024,-0.33020898699760437,-1.2003519535064697,1.08725905418396,-0.9947149753570557,1.254032015800476,-0.3488300144672394,-0.9457370042800903,0.33380401134490967,-1.2375199794769287,1.726680040359497,0.6288639903068542,0.35201600193977356,0.3113900125026703,0.31867799162864685,-0.20391200482845306,-2.186789035797119,0.36896198987960815,1.3956290483474731,-0.07543499767780304,-2.55417799949646,-1.2475229501724243,-1.8352769613265991,0.5151500105857849,0.5120930075645447,0.29326701164245605,-1.1011170148849487,1.0149240493774414,-1.0600310564041138,0.6563460230827332,0.27489200234413147,-0.23938700556755066,-0.2192540019750595,0.7094789743423462,-1.4349900484085083,1.2686430215835571,-0.9714099764823914,-0.9520710110664368,-2.5539801120758057,0.725039005279541,-0.11733199656009674,0.8953499794006348,-0.3063350021839142,0.31731200218200684,1.8337780237197876,1.1582839488983154,0.3571169972419739,1.31741201877594,1.2739590406417847,1.24576997756958,1.5053770542144775,0.49565500020980835,-0.44991499185562134,-1.9299579858779907,0.3785409927368164,-0.15966099500656128,-1.8480720520019531,0.6757929921150208,1.1811970472335815,1.5645719766616821,-0.6454610228538513,1.352391004562378,-1.8325049877166748,1.2807689905166626,0.2758980095386505,-2.4792299270629883,-0.7513279914855957,-1.313513994216919,0.3903709948062897,0.4036099910736084,1.753646969795227,1.1145639419555664,1.3383519649505615,-0.12860000133514404,0.9272869825363159,-0.1981620043516159,-0.1918729990720749,-0.6385459899902344,0.7916219830513,1.8043769598007202,0.7539160251617432,0.456853985786438,-2.046056032180786,0.4829240143299103,-0.3283819854259491,1.1427069902420044,1.4698090553283691,-1.036939024925232,-1.2946820259094238,1.321357011795044,-0.27215901017189026,1.281893014907837,1.354714035987854,0.4847249984741211,1.6291749477386475,-0.04053900018334389,-0.32124701142311096,0.26975899934768677,1.1895920038223267,0.4707379937171936,0.5059980154037476,-1.019955039024353,-0.9297019839286804,-0.2202800065279007,-0.3623790144920349,-0.3965739905834198,0.3068920075893402,0.8225389719009399,-0.9614179730415344,-1.0663390159606934,1.3073740005493164,1.1722500324249268,0.8214240074157715,0.8632929921150208,0.9299010038375854,0.6722300052642822,0.734516978263855,0.8711180090904236,0.1927880048751831,0.8472819924354553,-0.006694999989122152,-2.1727819442749023,0.15676599740982056,0.12035900354385376,0.12866699695587158,-0.8002619743347168,1.087736964225769,-2.5591518878936768,1.1279710531234741,0.9171710014343262,-2.3629889488220215,-1.6410679817199707,1.0644320249557495,1.0414530038833618,-1.1846200227737427,0.42966899275779724,1.0638190507888794,0.8041679859161377,1.5061160326004028,0.3110339939594269,-1.9877569675445557,1.9619239568710327,-1.9274259805679321,-1.1645729541778564,0.687686026096344,0.351502001285553,1.4345970153808594,-1.9712580442428589,-2.060910940170288,0.7554709911346436,-1.8750070333480835,-1.4280680418014526,1.414335012435913,-0.04398399963974953,0.36937201023101807,-1.243217945098877,-1.6293129920959473,1.3830829858779907,0.4679509997367859,1.4661749601364136,-1.4833550453186035,-0.6957740187644958,-1.4621959924697876,0.7118620276451111,1.1356250047683716,-2.259453058242798,-2.4049580097198486,1.271407961845398,-0.651619017124176,1.301259994506836,-0.8830429911613464,-0.036240000277757645,1.305277943611145,1.2828090190887451,-1.1763800382614136,-1.5615919828414917,0.10511499643325806,0.11958800256252289,-1.4925390481948853,-1.6340980529785156,0.8080750107765198,0.057346999645233154,-0.32269400358200073,-0.8406879901885986,-0.26862001419067383,-0.30863699316978455,0.3565889894962311,0.07419700175523758,-0.8747280240058899,1.2903679609298706,0.89581298828125,-0.689624011516571,-1.2098220586776733,0.48082399368286133,0.9322879910469055,-0.30748701095581055,-1.2065329551696777,-1.2157080173492432,-1.2109500169754028,1.7102320194244385,0.7631970047950745,0.2654779851436615,0.8394950032234192,-2.1032609939575195,-2.0377728939056396,0.9278630018234253,0.09977799654006958,0.6623669862747192,0.3050990104675293,-2.2038559913635254,0.4365699887275696,0.4567619860172272,0.5977609753608704,0.8089290261268616,1.01534903049469,1.2463430166244507,-0.07071000337600708,0.9039440155029297,-2.602463960647583,0.5520979762077332,0.6680960059165955,0.38370999693870544,-1.269592046737671,-2.51609206199646,-1.762712001800537,0.7339820265769958,1.8520539999008179,-1.0678869485855103,1.2537449598312378,0.5757330060005188,0.6428599953651428,-2.929922103881836,0.5368049740791321,0.6361240148544312,0.6448730230331421,1.2156920433044434,1.714730978012085,1.9677720069885254,-0.44505101442337036,0.07216399908065796,0.00483699981123209,-1.7357800006866455,-1.7123949527740479,-1.6992930173873901,-2.94138503074646,-0.28505998849868774,-1.076658010482788,-1.1189260482788086,0.5737599730491638,0.9083359837532043,1.4658730030059814,0.27350300550460815,1.6017149686813354,0.8589810132980347,-1.2018300294876099,0.29363200068473816,1.6934499740600586,1.7498259544372559,0.04274899885058403,-1.0408580303192139,1.6897690296173096,0.03177100047469139,1.090628981590271,0.23656900227069855,0.9738389849662781,0.20280799269676208,-0.1741970032453537,-1.4011889696121216,-0.3688249886035919,1.3771189451217651,0.7152330279350281,-0.2795499861240387,1.3752050399780273,0.5632129907608032,-0.881534993648529,-0.15175500512123108,1.5357240438461304,0.5052130222320557,0.2349569946527481,0.21502499282360077,0.23916099965572357,0.24441400170326233,-1.623839020729065,0.7037910223007202,-1.7499929666519165,1.5375189781188965,1.5614160299301147,-1.1752949953079224,-1.1098380088806152,-0.5827770233154297,0.3845910131931305,-2.0567750930786133,1.7492040395736694,-1.1114360094070435,1.4247479438781738,0.3662309944629669,0.40216898918151855,0.6595739722251892,1.4289100170135498,0.6083589792251587,1.2225919961929321,1.286236047744751,0.45799899101257324,1.1740039587020874,-0.8575379848480225,1.7663500308990479,-0.8277829885482788,0.7151089906692505,1.4916239976882935,0.8487539887428284,1.087401032447815,-1.5594669580459595,1.4854090213775635,0.2152480036020279,0.4602850079536438,0.48699501156806946,-2.7312378883361816,-0.42073699831962585,0.5046160221099854,-2.0907130241394043,-0.514913022518158,-0.2594909965991974,-0.3638870120048523,0.5936049818992615,1.5806540250778198,-0.34549999237060547,0.4352779984474182,-1.2870630025863647,0.06811700016260147,-1.0123039484024048,-1.1413110494613647,-2.5575509071350098,1.2985440492630005,-0.42261800169944763,0.7372440099716187,0.10824300348758698,-2.0798768997192383,0.5150910019874573,-2.287450075149536,-1.1622639894485474,0.594573974609375,-0.24556000530719757,-0.6855829954147339,0.7658169865608215,-0.6998299956321716,0.4542050063610077,-1.2775019407272339,-1.4775539636611938,1.1676009893417358,0.05055300146341324,1.3460979461669922,1.5702459812164307,1.7486909627914429,0.21277600526809692,-2.521728992462158,0.3173609972000122,1.660593032836914,-0.7939339876174927,-1.14491605758667,1.4701189994812012,-2.283698081970215,-1.1120389699935913,1.206732988357544,1.483036994934082,1.332474946975708,0.2491929978132248,1.208292007446289,1.036450982093811,0.5520889759063721,-0.4449720084667206,1.3996779918670654,0.03800300136208534,-0.2578909993171692,-0.907604992389679,0.3230000138282776,-0.40248098969459534,-0.25279200077056885,1.270609974861145,0.6406800150871277,-2.307724952697754,-1.3604069948196411,1.552428960800171,0.5295019745826721,-0.8334760069847107,-0.35913899540901184,-0.3859820067882538,-1.6124839782714844,-1.6351120471954346,-0.14059700071811676,-0.13651199638843536,-2.4847469329833984,-2.4567720890045166,-0.44815200567245483,1.424038052558899,0.16258899867534637,-0.5250909924507141,-1.871500015258789,0.02284899912774563,-1.0408999919891357,-2.4518280029296875,-0.2942489981651306,-0.5841209888458252,1.6067819595336914,-2.139173984527588,0.8273299932479858,1.4417849779129028,0.8153539896011353,0.5192149877548218,-0.6469600200653076,-2.830483913421631,0.7058470249176025,-0.0750960037112236,-0.440854012966156,-0.6362299919128418,-0.6220980286598206,-0.41536998748779297,-1.930873990058899,-1.9025119543075562,-1.0857809782028198,-2.3944969177246094,1.2694319486618042,-1.3187099695205688,-1.2750630378723145,-2.2166929244995117,1.6601580381393433,1.6473870277404785,0.26883000135421753,-1.0035760402679443,1.481747031211853,-0.4446040093898773,-0.17654100060462952,-0.18231600522994995,0.731069028377533,1.9501479864120483,1.9806159734725952,-1.3047009706497192,-0.0906279981136322,-0.7740389704704285,1.3245739936828613,0.6259409785270691,0.35283198952674866,-0.4532110095024109,-0.7645609974861145,1.717764973640442,-0.7610599994659424,-1.4862159490585327,-0.40263399481773376,1.2200980186462402,-2.79209303855896,-1.2706190347671509,0.42210400104522705,0.41336700320243835,-1.1164259910583496,1.3549400568008423,-1.0357789993286133,-1.003844976425171,-2.580132007598877,-2.087272882461548,-1.845674991607666,-1.423563003540039,0.19992700219154358,0.8222839832305908,0.6487079858779907,-0.19915300607681274,1.4598480463027954,-0.0076049999333918095,-0.06458699703216553,-0.8979820013046265,1.7562669515609741,-2.643325090408325,0.29103100299835205,0.32433900237083435,1.0147240161895752,-0.8182010054588318,-1.1440540552139282,1.0834590196609497,1.456089973449707,0.2930920124053955,1.394808053970337,-0.8098059892654419,1.106456995010376,-0.6765040159225464,1.622907042503357,1.4457639455795288,1.4350119829177856,1.1800990104675293,-1.533944010734558,1.4468859434127808,-1.1736860275268555,0.11111799627542496,1.6073310375213623,-1.5937939882278442,1.2326380014419556,-1.4540070295333862,-2.3955938816070557,-1.6849520206451416,0.6983929872512817,0.6084579825401306,-0.3326900005340576,1.470033049583435,-0.2610529959201813,-1.2136709690093994,-0.0492979995906353,1.6707760095596313,1.987352967262268,1.2215689420700073,-0.7313339710235596,0.16294899582862854,0.9197850227355957,-1.6976109743118286,-0.6776109933853149,1.314743995666504,0.5307379961013794,1.390876054763794,0.6240860223770142,1.343263030052185,1.343319058418274,0.6857069730758667,0.6935700178146362,0.4120889902114868,-1.010714054107666,0.45304399728775024,-2.4790940284729004,1.224714994430542,0.7163439989089966,1.4288029670715332,-1.279054045677185,1.3579390048980713,1.690032958984375,0.6137750148773193,0.013927999883890152,1.4179669618606567,-2.546797037124634,1.4010000228881836,-0.5473470091819763,-0.49020999670028687,0.429300993680954,-0.7533259987831116,-0.2040189951658249,1.2139559984207153,-2.6607210636138916,1.3714150190353394,1.7045420408248901,0.36598700284957886,1.9108259677886963,-0.9463080167770386,-0.7518560290336609,-0.7127749919891357,1.6555800437927246,1.886391043663025,1.9158389568328857,1.4330990314483643,1.4620239734649658,1.7331010103225708,0.8467710018157959,1.6862059831619263,1.5262659788131714,-0.2532550096511841,-1.0202449560165405,0.8733680248260498,1.4041240215301514,-1.8648860454559326,1.6430180072784424,-0.3833619952201843,-0.44144099950790405,-1.590723991394043,1.1528819799423218,0.9745820164680481,1.5739350318908691,0.655593991279602,1.117216944694519,-1.9304859638214111,-0.9463160037994385,0.22748999297618866,-1.5716960430145264,0.6390799880027771,-2.672574996948242,1.3264299631118774,1.277279019355774,-2.4753310680389404,1.463616967201233,1.0200879573822021,-0.5776069760322571,-0.16376599669456482,1.0374820232391357,0.4507899880409241,-0.8992279767990112,1.285823941230774,0.01773099973797798,-0.8805249929428101,0.5300300121307373,0.898052990436554,1.2437959909439087,-0.45637500286102295,1.2733290195465088,-0.5209069848060608,1.0829039812088013,-1.5040349960327148,0.6374610066413879,-0.6222350001335144,-0.27423998713493347,-1.5887819528579712,0.8504199981689453,1.1562509536743164,0.8255869746208191,-2.046847105026245,-0.8383880257606506,-0.06729999929666519,0.45579299330711365,-0.4636780023574829,-0.2964150011539459,1.9905259609222412,-0.4704020023345947,0.7478500008583069,0.26549598574638367,0.9749910235404968,1.0047390460968018,1.115893006324768,-0.922029972076416,-0.9286360144615173,-2.4813809394836426,0.19350400567054749,0.5010690093040466,0.15984000265598297,0.8187400102615356,0.5300459861755371,-0.13938799500465393,-1.4125640392303467,-1.0054739713668823,0.6878809928894043,-1.6333049535751343,-1.674854040145874,0.22612200677394867,0.6750500202178955,-1.1004899740219116,1.5804519653320312,1.0455329418182373,1.7628439664840698,0.6369079947471619,0.032381001859903336,-0.11012399941682816,-0.3140290081501007,0.6209359765052795,-0.9626669883728027,1.558534026145935,-2.2470600605010986,0.0015999999595806003,0.8317379951477051,0.8251109719276428,1.017406940460205,-0.6590700149536133,0.17663100361824036,-1.2355539798736572,0.5529320240020752,-0.6732040047645569,0.8030139803886414,1.087833046913147,-0.04851600155234337,1.1090519428253174,1.513255000114441,1.1668460369110107,-0.9965829849243164,-1.4872009754180908,-1.4948149919509888,0.6061229705810547,1.0943690538406372,1.1606049537658691,-0.007596000097692013,-0.6445429921150208,1.735795021057129,1.7228790521621704,0.07557599991559982,-1.0123850107192993,-2.9713010787963867,1.6663860082626343,0.4060850143432617,1.4658629894256592,-1.1775009632110596,-2.1048989295959473,1.4972460269927979,1.0994369983673096,-0.12421400099992752,-0.9858769774436951,-1.3232970237731934,1.8150099515914917,1.3879539966583252,0.27400100231170654,-2.430953025817871,-2.265315055847168,0.9544979929924011,-1.5042040348052979,1.1397830247879028,-1.0049810409545898,1.6706360578536987,-0.2333499938249588,-0.7333279848098755,-0.7534629702568054,-1.6530170440673828,-0.9101790189743042,-1.3299109935760498,0.5108889937400818,-0.4250189960002899,1.8011610507965088,-0.2826719880104065,-2.7654740810394287,-0.21854600310325623,-0.6990000009536743,0.6023070216178894,0.11203300207853317,-0.2551499903202057,0.9294139742851257,-1.2895729541778564,-0.896789014339447,-1.096377968788147,-1.0790220499038696,-2.3000760078430176,-0.022540999576449394,2.008104085922241,1.7018500566482544,0.5639410018920898,-1.2060869932174683,0.7016879916191101,1.9058899879455566,1.5161980390548706,0.37321901321411133,-1.4749749898910522,1.487112045288086,0.30138498544692993,-1.2815940380096436,-0.304533988237381,1.981065034866333,-0.31284698843955994,0.7775130271911621,1.6827900409698486,1.4834179878234863,0.9575589895248413,-1.3198440074920654,0.12525999546051025,-0.0078959995880723,-1.3902150392532349,1.3649959564208984,-2.486646890640259,0.043595001101493835,0.5690730214118958,0.062231000512838364,-2.0744810104370117,1.8370360136032104,0.5369210243225098,-0.3294680118560791,1.340527057647705,1.3386280536651611,1.5811610221862793,0.9858310222625732,-1.0743980407714844,-2.824544906616211,0.4320180118083954,-0.5806670188903809,-0.3948749899864197,-1.276203989982605,-1.3005000352859497,-1.2918779850006104,-0.07541300356388092,0.36556899547576904,-0.9300130009651184,1.5901509523391724,0.33160901069641113,-1.5861740112304688,1.3775769472122192,-0.6700900197029114,-0.50245600938797,0.6773779988288879,-1.590203046798706,1.7170970439910889,0.5573340058326721,-1.010915994644165,1.2787580490112305,0.3757590055465698,-0.07269799709320068,-0.4430220127105713,0.8837599754333496,0.8900520205497742,1.3388290405273438,-0.751757025718689,0.6397629976272583,0.688817024230957,1.2343109846115112,-0.7597010135650635,-1.0627449750900269,1.4558310508728027,-1.2959990501403809,0.5902519822120667,-2.1518900394439697,0.8313490152359009,-0.43143999576568604,-0.3122920095920563,0.20784799754619598,-1.917754054069519,0.44572898745536804,1.3912999629974365,2.0497970581054688,-0.6252689957618713,0.8369939923286438,-2.340053081512451,1.851688027381897,1.868772029876709,1.3113269805908203,-0.19331899285316467,-0.9599170088768005,0.6653599739074707,0.20664900541305542,0.9130160212516785,0.2968289852142334,0.8234270215034485,-0.7335910201072693,-1.5077240467071533,1.974012017250061,1.4662829637527466,-2.215837001800537,1.8567960262298584,0.9275659918785095,-2.7282280921936035,1.0677169561386108,-0.9452189803123474,-0.30022600293159485,0.4438599944114685,0.7238249778747559,-1.0468109846115112,1.5322140455245972,0.9553580284118652,-0.8256930112838745,-0.8483539819717407,-1.3784509897232056,-2.7038540840148926,-0.9736430048942566,1.0311609506607056,1.945639967918396,0.9445390105247498,1.0480060577392578,0.9147660136222839,1.404297947883606,-2.840769052505493,1.4398410320281982,-1.6674540042877197,0.7665939927101135,0.8378379940986633,-2.619779109954834,1.6944960355758667,0.7384139895439148,-1.920727014541626,-0.42374899983406067,-2.586014986038208,0.3725869953632355,1.1448869705200195,0.8298630118370056,-0.020469000563025475,-0.14137700200080872,1.2099980115890503,1.8350809812545776,1.3111729621887207,-0.2559170126914978,0.7960379719734192,-0.14007799327373505,-1.3247339725494385,0.7766590118408203,0.5481879711151123,1.5897259712219238,-0.2770659923553467,-1.5435689687728882,0.47658300399780273,-0.030584000051021576,0.1464489996433258,1.4248590469360352,1.8316099643707275,-0.3981289863586426,-0.45190200209617615,0.13707099854946136,0.46991100907325745,0.7910850048065186,1.8765310049057007,-0.8563439846038818,-1.9087049961090088,1.4503469467163086,1.3530590534210205,1.3644299507141113,0.17520299553871155,1.8719329833984375,0.8484489917755127,0.31941598653793335,-1.6605679988861084,1.0307040214538574,0.5986739993095398,0.548820972442627,-0.4274680018424988,-1.0401560068130493,-0.8357080221176147,0.22445499897003174,-0.4061560034751892,-0.26573699712753296,0.2101529985666275,0.2751779854297638,-2.2503039836883545,0.3752039968967438,0.8731290102005005,1.643347978591919,0.36581599712371826,-0.4243369996547699,1.4197109937667847,-2.4212050437927246,1.593168020248413,0.17111000418663025,-0.23545299470424652,0.30271801352500916,-1.2267179489135742,-2.8681159019470215,0.426815003156662,1.3899339437484741,0.6244519948959351,1.4831559658050537,-0.6767969727516174,1.8084299564361572,1.757262945175171,-0.37775200605392456,0.45155999064445496,0.4300509989261627,1.7888890504837036,-0.9138649702072144,-0.418953001499176,0.8404269814491272,0.4694939851760864,-0.48856601119041443,1.2257870435714722,-2.965970039367676,-2.66211199760437,1.1176520586013794,-1.2152440547943115,-0.2607029974460602,-0.3224349915981293,1.1940540075302124,0.8310819864273071,-1.5522199869155884,0.5952000021934509,0.557528018951416,1.3264609575271606,-0.8889189958572388,1.697024941444397,0.07426799833774567,1.130202054977417,1.328955054283142,-0.1728219985961914,1.94194495677948,1.0120069980621338,-0.14208200573921204,-0.2978450059890747,1.4553120136260986,-1.1449320316314697,-0.5886539816856384,-0.8467209935188293,-1.4739890098571777,-1.0399930477142334,-0.925620973110199,1.7269459962844849,-2.87687611579895,-1.1481200456619263,-0.8632339835166931,-2.2485830783843994,-1.4004770517349243,-1.772819995880127,0.0952019989490509,0.3070650100708008,0.34196901321411133,0.06034800037741661,-0.00041099998634308577,-0.5967950224876404,1.0304059982299805,0.4278720021247864,-1.1885039806365967,0.27720800042152405,-2.0642569065093994,0.6932939887046814,0.5790550112724304,0.5809429883956909,-0.1549530029296875,-1.0121639966964722,-0.9551299810409546,-0.9770150184631348,0.312034010887146,1.0306340456008911,1.2302219867706299,1.670667052268982,0.8644220232963562,0.13899900019168854,0.03698600083589554,1.1254709959030151,-0.28636500239372253,-0.8729760050773621,-2.228334903717041,-0.25278401374816895,1.735806941986084,1.2558619976043701,1.7688790559768677,1.9113919734954834,1.844202995300293,0.5174090266227722,0.23656700551509857,1.1533299684524536,0.9366649985313416,0.8359040021896362,0.9091010093688965,0.22201399505138397,-1.7043299674987793,-1.27121901512146,1.3267240524291992,-1.2456459999084473,-2.0750720500946045,-0.7246919870376587,-1.8618179559707642,-2.531290054321289,-0.09033100306987762,0.469217985868454,1.4687589406967163,-0.08413799852132797,0.6968920230865479,-0.6628649830818176,1.2575839757919312,0.39554598927497864,-0.8475779891014099,-0.6586639881134033,-0.10321400314569473,-0.20690199732780457,0.20735099911689758,-0.601032018661499,-0.3260200023651123,-0.7500680088996887,0.45800599455833435,-2.6227500438690186,-1.506512999534607,0.010995999909937382,1.6587929725646973,-1.4042259454727173,-1.3107730150222778,1.1322599649429321,0.8663679957389832,0.2093539983034134,0.43502599000930786,-0.20661599934101105,-2.0881381034851074,1.5092120170593262,-0.9814850091934204,-0.059122998267412186,0.8591870069503784,-0.22257499396800995,-0.5937229990959167,1.56666898727417,-1.4445940256118774,-0.4524550139904022,-2.1935338973999023,0.6567260026931763,-1.1096869707107544,1.9236220121383667,-1.0515799522399902,0.22716200351715088,0.6028299927711487,0.2950490117073059,-0.9464020133018494,-0.27943599224090576,0.7957620024681091,1.1053149700164795,1.1496700048446655,0.319923996925354,-0.3289330005645752,-0.30409398674964905,0.03945799916982651,0.28167200088500977,0.9163579940795898,1.922413945198059,0.8471310138702393,0.8550249934196472,0.8907709717750549,0.9071660041809082,0.0010369999799877405,0.03636600077152252,-0.23128899931907654,0.6657500267028809,0.6163790225982666,-1.299507975578308,-0.48331499099731445,1.9063849449157715,1.1494389772415161,1.2166579961776733,-1.8539869785308838,0.030952999368309975,-0.7030280232429504,-0.7351570129394531,-0.2899259924888611,-1.225195050239563,-1.532878041267395,-1.6890389919281006,-0.310698002576828,-0.2717739939689636,1.0174009799957275,-0.36557498574256897,1.1346319913864136,0.9653930068016052,-1.5763360261917114,-0.14797000586986542,0.957912027835846,1.0016779899597168,-0.43459200859069824,1.1021820306777954,0.15447600185871124,-0.11544500291347504,0.24563799798488617,-1.3310010433197021,0.628491997718811,0.602171003818512,0.3252429962158203,-0.252485990524292,-1.3351819515228271,1.3301260471343994,0.21959500014781952,1.1606470346450806,0.48396599292755127,1.0178539752960205,-1.8546960353851318,0.939736008644104,1.501451015472412,0.38420000672340393,0.8793690204620361,-1.0614490509033203,-0.3305479884147644,1.9867719411849976,-1.3822989463806152,1.7992769479751587,-0.2755570113658905,1.3163340091705322,0.6237810254096985,-0.8123499751091003,-0.9831669926643372,1.4831860065460205,1.103477954864502,-1.698984980583191,0.10380499809980392,-1.0118869543075562,-1.1347370147705078,0.39098599553108215,0.8041380047798157,0.13517500460147858,0.8010249733924866,-1.0454310178756714,0.017764000222086906,0.47358599305152893,0.2918969988822937,-0.789264976978302,-0.9456890225410461,-0.315993994474411,0.6432369947433472,-1.2746449708938599,1.6122779846191406,0.9600430130958557,0.9599140286445618,0.4255160093307495,1.785997986793518,1.2933100461959839,1.7651230096817017,-0.34176701307296753,-0.39280998706817627,1.7880820035934448,1.7555509805679321,-0.736706018447876,-1.1267720460891724,0.7030329704284668,-0.7963340282440186,-1.3315730094909668,-1.761657953262329,0.7942749857902527,1.3665859699249268,-0.678629994392395,1.638584017753601,-0.12061599642038345,0.06361299753189087,0.6175240278244019,1.5489959716796875,-0.3515779972076416,-0.35238900780677795,1.8801369667053223,-1.0740710496902466,-0.8712069988250732,-1.333171010017395,-1.1983070373535156,1.601027011871338,-1.387315034866333,1.3797359466552734,0.039657000452280045,-1.886167049407959,1.8072279691696167,1.8514989614486694,1.2439650297164917,1.5659019947052002,-0.05210199952125549,0.8693349957466125,-0.30986401438713074,-0.3075070083141327,0.38977399468421936,0.8723009824752808,-0.11321499943733215,1.3876169919967651,0.18943800032138824,-2.4927899837493896,0.6159440279006958,1.292417049407959,-0.8736029863357544,-0.3858039975166321,-0.3243130147457123,1.0574519634246826,1.6460590362548828,-0.3979189991950989,-0.7520700097084045,-0.546966016292572,1.4107379913330078,1.4025390148162842,-1.3515570163726807,0.3139280080795288,1.5519939661026,0.9798700213432312,-0.389055997133255,0.05607900023460388,1.6199020147323608,0.774848997592926,1.7560169696807861,-0.8558779954910278,-0.8675130009651184,-0.542277991771698,0.6378800272941589,0.41565200686454773,-0.8539739847183228,1.6729010343551636,0.7521439790725708,-0.9036359786987305,-0.135671004652977,-0.6535220146179199,0.04879600182175636,-0.3249500095844269,0.6822239756584167,1.6144260168075562,-0.43070998787879944,0.5783140063285828,0.8059380054473877,-1.6087340116500854,-1.74446702003479,-1.715108036994934,1.1994149684906006,-1.505534052848816,-0.13993200659751892,-0.05457200109958649,-2.9032280445098877,0.19605399668216705,0.7438639998435974,-0.556780993938446,0.6823149919509888,-1.8616969585418701,-0.8030800223350525,-2.8672549724578857,-0.05259200185537338,1.1081769466400146,1.1953109502792358,1.6504520177841187,1.992002010345459,-0.6676269769668579,1.4769020080566406,1.2721019983291626,0.822970986366272,0.16069799661636353,0.1777469962835312,-2.7229321002960205,0.9607800245285034,-2.1417620182037354,-1.2344290018081665,-0.1825290024280548,-1.6535539627075195,-0.3831210136413574,-0.412647008895874,-0.3839550018310547,1.4589860439300537,-0.3141520023345947,0.04115099832415581,1.6232600212097168,2.0478460788726807,-1.31243097782135,1.8840349912643433,-0.1407250016927719,-1.32669997215271,-1.289680004119873,1.2765940427780151,-0.3424240052700043,-1.261607050895691,-0.9596980214118958,0.7975749969482422,-0.46980801224708557,-0.24659299850463867,0.2233320027589798,0.8046219944953918,1.533316969871521,1.5000660419464111,1.2028969526290894,0.7075160145759583,-0.03702300041913986,-1.3777539730072021,1.6949900388717651,0.48809701204299927,0.4625529944896698,-0.18920299410820007,1.3991529941558838,1.7066129446029663,0.44313400983810425,0.7111889719963074,1.4895249605178833,-0.3387579917907715,1.4156850576400757,0.754243016242981,-1.1154149770736694,0.8280360102653503,1.2251540422439575,0.9508259892463684,-2.2235538959503174,1.6071230173110962,-0.9381430149078369,0.611536979675293,-2.140856981277466,1.0998400449752808,1.3629390001296997,0.5605679750442505,-1.6573569774627686,0.45380499958992004,-1.0001130104064941,0.8063989877700806,1.736562967300415,-1.0952030420303345,0.23374000191688538,0.8490520119667053,-0.11592800170183182,0.7811689972877502,-0.9761070013046265,-0.6142339706420898,1.152063012123108,-0.04618699848651886,-1.0367710590362549,-1.2241350412368774,-1.2292729616165161,1.21014404296875,1.4647719860076904,1.4425690174102783,1.0630810260772705,-2.0408449172973633,-0.7245510220527649,1.5033529996871948,-1.4576359987258911,-1.2704720497131348,0.3861989974975586,-1.164476990699768,0.8441720008850098,1.7525889873504639,1.7277530431747437,-2.5307838916778564,0.23138800263404846,-0.8920729756355286,-1.8512159585952759,1.7384589910507202,1.7637029886245728,-1.7553019523620605,-2.2114760875701904,0.0908380001783371,0.08747199922800064,-1.1787470579147339,0.2944679856300354,-0.31461599469184875,0.4891960024833679,-2.331151008605957,0.32499799132347107,0.5764049887657166,-0.9195680022239685,-2.816960096359253,-1.5712260007858276,1.6267759799957275,1.1047159433364868,-1.160452961921692,-0.3349109888076782,0.1178319975733757,0.03588699921965599,1.317868947982788,0.0006670000148005784,0.7562810182571411,-0.16171300411224365,0.018278999254107475,-1.003944993019104,1.784801959991455,1.7793439626693726,-0.7384849786758423,-0.39640799164772034,1.5280059576034546,-0.5232920050621033,0.8068230152130127,1.857239007949829,0.433322012424469,-0.3236680030822754,0.14066000282764435,0.5117390155792236,0.3943530023097992,0.38095200061798096,0.3594669997692108,0.24461700022220612,-2.070286989212036,-0.22018900513648987,-2.145663022994995,-0.5962389707565308,1.2091259956359863,-1.121108055114746,0.6571270227432251,-1.0928820371627808,-0.5840460062026978,0.9128990173339844,0.18083900213241577,0.1840990036725998,-1.5555919408798218,0.8516579866409302,1.0845329761505127,-0.36701199412345886,-1.807906985282898,0.29925599694252014,0.28402000665664673,-1.1740599870681763,-1.435763955116272,1.6337050199508667,-2.223227024078369,0.09794799983501434,-0.03989199921488762,-0.5086150169372559,0.4160290062427521,-0.9347019791603088,0.10614299774169922,0.6811800003051758,-0.8755930066108704,-0.36305001378059387,-1.8632529973983765,0.227400004863739,-0.3538750112056732,0.29007500410079956,1.4302200078964233,1.5574150085449219,-1.359138011932373,-2.050726890563965,-0.7975280284881592,0.5588970184326172,0.5639359951019287,1.7152099609375,1.5526959896087646,0.7706940174102783,-0.11316899955272675,1.288912057876587,-2.1177189350128174,0.10513000190258026,0.4100329875946045,0.3242129981517792,-0.4948349893093109,-1.5534520149230957,-0.19877499341964722,-0.6810680031776428,-1.313581943511963,-2.1974079608917236,-2.2017059326171875,1.183717966079712,1.051666021347046,-0.48089799284935,1.129742980003357,0.03303299844264984,-0.35831400752067566,0.13871000707149506,-1.1865450143814087,-0.026041999459266663,-2.190584897994995,0.7013149857521057,0.8904659748077393,1.6832289695739746,-0.43132901191711426,1.1888370513916016,-0.7682049870491028,0.5199040174484253,1.6134599447250366,-0.1093050017952919,-0.7675790190696716,-0.6221230030059814,-2.5551950931549072,-0.24087199568748474,-1.2482349872589111,0.669061005115509,1.519631028175354,1.110625982284546,1.0984009504318237,0.5662350058555603,1.6288809776306152,1.8699990510940552,0.4928300082683563,0.4630280137062073,-2.439845085144043,0.7381770014762878,1.088104009628296,-0.5957019925117493,-0.50108402967453,-1.6140220165252686,-1.5146679878234863,1.2818100452423096,-0.6893069744110107,1.4003490209579468,-2.373687982559204,1.5771139860153198,0.6773279905319214,0.7707589864730835,-0.82538902759552,-2.5670039653778076,1.0780279636383057,0.4298189878463745,0.4087649881839752,-2.485640048980713,-1.3411259651184082,-1.4742469787597656,1.6881959438323975,-0.8124319911003113,0.3196460008621216,0.9553880095481873,0.8038719892501831,-1.3300479650497437,-1.7100210189819336,-2.3477540016174316,-2.4657089710235596,-0.8380780220031738,0.9070630073547363,-0.6370760202407837,-0.007044000085443258,-0.8426730036735535,0.5309990048408508,-2.9429080486297607,0.5405020117759705,0.10197599977254868,-0.976481020450592,0.5901470184326172,-1.149852991104126,-1.698030948638916,-1.6480530500411987,1.6354399919509888,-1.1275429725646973,1.5980679988861084,0.8734989762306213,0.8721240162849426,-0.5206559896469116,-0.5504140257835388,0.9592649936676025,-0.45691001415252686,1.4141230583190918,1.4422969818115234,1.115684986114502,1.7686280012130737,0.27081298828125,0.7716379761695862,0.329926997423172,0.5377690196037292,-0.8353700041770935,0.28149598836898804,-1.539749026298523,-2.2200679779052734,-2.8840179443359375,1.419808030128479,-2.251089096069336,0.35944899916648865,0.572629988193512,0.08377700299024582,0.8509889841079712,0.4084460139274597,-0.577551007270813,0.7789490222930908,-0.5775330066680908,1.0855499505996704,0.7012770175933838,0.22612500190734863,0.19385400414466858,1.4903039932250977,1.5302430391311646,1.516213059425354,0.7608360052108765,0.737978994846344,1.5188599824905396,0.7001979947090149,0.6891949772834778,0.5793529748916626,-0.060541000217199326,-1.021401047706604,1.0872900485992432,-0.5109900236129761,0.9174429774284363,0.6788840293884277,1.9240230321884155,0.8040419816970825,0.8336020112037659,0.836650013923645,-0.9042879939079285,-1.3274970054626465,-2.2048699855804443,-0.20961999893188477,0.9886969923973083,0.9481769800186157,-1.1316529512405396,0.2319200038909912,0.6763859987258911,1.85549795627594,1.745182991027832,0.32975900173187256,0.7735480070114136,-1.2573130130767822,1.7325949668884277,-0.9360229969024658,1.6055619716644287,-2.5869550704956055,0.011857000179588795,-0.012729999609291553,0.5674830079078674,-1.786795973777771,-0.7864639759063721,0.7621110081672668,0.7024520039558411,0.9079049825668335,0.5372099876403809,-0.4728350043296814,-2.57389497756958,1.0125750303268433,0.1783899962902069,0.9963840246200562,0.4123130142688751,1.4983320236206055,-2.963937997817993,0.7874100208282471,1.02571702003479,0.09601499885320663,0.09536100178956985,1.010565996170044,0.8747040033340454,0.12353099882602692,-2.463705062866211,-0.3850809931755066,0.8294810056686401,0.1123730018734932,-0.10480500012636185,0.5247799754142761,0.41583698987960815,-0.6472409963607788,-1.5203460454940796,-2.7433550357818604,1.6237000226974487,-1.7076510190963745,-1.1041879653930664,-0.048687998205423355,0.5382559895515442,-2.3413169384002686,0.3763050138950348,0.9717209935188293,-0.07330500334501266,-0.08092900365591049,-0.6197460293769836,0.17983299493789673,-1.1181529760360718,1.7313899993896484,0.610880970954895,-0.32544198632240295,-0.6483110189437866,1.561568021774292,-0.030034000054001808,0.8030009865760803,0.5365189909934998,-2.6456100940704346,0.8071470260620117,-0.48855599761009216,1.1852070093154907,0.25146299600601196,1.6516059637069702,-1.1247539520263672,0.806177020072937,-1.4097260236740112,-1.359475016593933,-1.077191948890686,1.311830997467041,1.2916580438613892,1.0150870084762573,0.34991899132728577,0.1586659997701645,-0.6664959788322449,0.37152400612831116,1.003978967666626,1.0827879905700684,-2.2929608821868896,0.07510200142860413,-1.481456995010376,-0.14661499857902527,0.7867519855499268,-0.43515199422836304,1.7546429634094238,-1.146852970123291,0.9954959750175476,0.3025200068950653,-2.4368460178375244,0.46944400668144226,-2.3817760944366455,0.7999100089073181,1.0359450578689575,0.4841639995574951,0.8698800206184387,0.715382993221283,-2.2688379287719727,-1.2249469757080078,-0.035677000880241394,-0.6334130167961121,-0.5851879715919495,-1.2639360427856445,-2.162379026412964,-0.5258499979972839,-2.159665107727051,-0.21223300695419312,0.014026000164449215,-0.4374150037765503,-1.2561359405517578,0.7303540110588074,0.216949000954628,-2.4246768951416016,-1.1836860179901123,0.987205982208252,1.8732000589370728,-1.313717007637024,0.38613399863243103,0.6375390291213989,-0.17701399326324463,0.12389100342988968,0.9702640175819397,0.3873569965362549,0.13720999658107758,0.7933880090713501,1.485537052154541,0.40059399604797363,1.5051239728927612,-0.9217789769172668,1.6997469663619995,1.380573034286499,-0.45238399505615234,-0.967195987701416,0.5448279976844788,-0.3145270049571991,-1.9762530326843262,-0.9913280010223389,1.087954044342041,-0.44494301080703735,-0.45065900683403015,-0.4426040053367615,-0.4177600145339966,-0.48898398876190186,1.109516978263855,0.9055520296096802,-0.8712170124053955,-1.0090179443359375,1.0359770059585571,-2.17850399017334,1.6715619564056396,-0.05775900185108185,1.0368189811706543,0.1856060028076172,-1.1358120441436768,1.2425379753112793,1.2241649627685547,-1.4246259927749634,-1.393447995185852,0.129953995347023,-0.5309029817581177,-0.9833369851112366,0.2740899920463562,-2.0969018936157227,0.6354510188102722,0.8333520293235779,-0.29627400636672974,0.6570320129394531,-1.2724850177764893,0.08469299972057343,-0.0476749986410141,1.8227440118789673,-0.603646993637085,-0.19367699325084686,0.09790199995040894,1.4481760263442993,0.3035399913787842,1.2976770401000977,1.4722239971160889,0.9628689885139465,0.7630670070648193,-0.6094250082969666,-1.1423989534378052,0.47348201274871826,1.6165380477905273,-0.34838899970054626,0.13044899702072144,-1.2412209510803223,1.2099870443344116,0.3458150029182434,-1.3523509502410889,0.03496500104665756,-1.8373299837112427,-1.267825961112976,-0.19674600660800934,-2.122406005859375,-1.1721550226211548,0.27418699860572815,1.3842179775238037,-1.1843140125274658,1.6250940561294556,0.7354170083999634,-2.4826951026916504,-1.8704450130462646,-2.5985419750213623,-1.743116021156311,-1.117866039276123,0.7116659879684448,-1.5971250534057617,-1.5722229480743408,-1.44269597530365,-0.5409719944000244,1.8767950534820557,-0.5989279747009277,-0.21177099645137787,-1.9614360332489014,-2.2691709995269775,0.5703709721565247,-1.3111690282821655,1.406008005142212,-1.578382968902588,-0.2818489968776703,-0.17698299884796143,0.9078260064125061,-1.095723032951355,0.041143998503685,0.9549049735069275,1.2449519634246826,1.2287280559539795,1.2167400121688843,1.1395900249481201,1.7906839847564697,0.5875290036201477,1.9217859506607056,1.29442298412323,0.6832420229911804,-1.0074959993362427,0.8171560168266296,-1.2296669483184814,-0.9620069861412048,-0.8458170294761658,0.8037109971046448,0.4204910099506378,1.8559609651565552,0.18464599549770355,-0.9927449822425842,1.1908810138702393,-0.3586899936199188,-2.4215850830078125,1.416767954826355,-0.13067400455474854,-1.5542000532150269,0.5901960134506226,-0.2637220025062561,-1.9550549983978271,-0.027486000210046768,-1.1559590101242065,0.3880159854888916,-0.5126749873161316,0.12185300141572952,-2.066545009613037,1.9454350471496582,-1.1421029567718506,0.39186498522758484,-0.13113200664520264,-0.31068500876426697,-1.377426028251648,0.25054699182510376,1.7264469861984253,1.067736029624939,-0.6216400265693665,0.01558000035583973,-2.352155923843384,0.4297710061073303,0.4552359879016876,-0.1641640067100525,-2.022284984588623,-0.534263014793396,-1.8878469467163086,1.060006022453308,0.05369099974632263,1.6260199546813965,0.14862999320030212,1.5955519676208496,1.160109043121338,-1.0128480195999146,-0.06898900121450424,0.7089859843254089,0.07882100343704224,-0.5813069939613342,-0.5345379710197449,0.5722010135650635,0.38314300775527954,0.357450008392334,0.9625610113143921,1.4734699726104736,1.460873007774353,0.10191000252962112,0.19279900193214417,0.17797499895095825,1.571969985961914,0.7790910005569458,-1.0810660123825073,1.0396469831466675,-0.2241320013999939,-0.2762260138988495,-0.20907700061798096,-0.08353099972009659,0.23019100725650787,1.2134389877319336,0.7405080199241638,0.5543990135192871,-1.8360259532928467,-1.7537579536437988,-0.6632639765739441,-1.2228809595108032,-1.2113319635391235,0.3645850121974945,-1.7065260410308838,-2.5456840991973877,1.084460973739624,0.9452040195465088,1.208325982093811,1.2254899740219116,-0.23045000433921814,-0.08798100054264069,-2.0876529216766357,1.3872779607772827,0.8368740081787109,1.5110750198364258,-0.3270440101623535,-1.9182909727096558,-1.7843149900436401,-0.5615659952163696,1.0738129615783691,1.4843939542770386,1.506173014640808,1.4985049962997437,-0.7923759818077087,0.6612629890441895,-0.7178429961204529,-2.7772140502929688,0.24512100219726562,0.33319300413131714,0.34054601192474365,0.02192699909210205,0.05159600079059601,-1.3619550466537476,-0.8531219959259033,-1.4585750102996826,0.05258600041270256,-2.6581859588623047,-0.8024669885635376,-1.3185299634933472,-1.2533529996871948,1.605767011642456,-0.6903380155563354,-0.5362870097160339,0.8572400212287903,0.41921600699424744,0.44174501299858093,-0.8053780198097229,0.00700599979609251,-1.3060389757156372,-2.7990360260009766,1.3985199928283691,0.5328969955444336,0.12634000182151794,-0.174918994307518,-0.20865300297737122,-1.252189040184021,0.35560500621795654,-0.43137601017951965,1.4853429794311523,-2.020287036895752,0.9893659949302673,1.250764012336731,1.2493400573730469,0.8651990294456482,0.8355739712715149,0.8937010169029236,0.8918160200119019,0.9033880233764648,1.479377031326294,-0.7637289762496948,-0.37370800971984863,-0.09366399794816971,-0.11945299804210663,1.429203987121582,0.7367900013923645,1.4937479496002197,-1.3638060092926025,-1.1383990049362183,-0.10859899967908859,1.4616539478302002,0.44317999482154846,0.03220000118017197,0.695231020450592,1.4850389957427979,-0.6514149904251099,0.7574120163917542,-0.7989590167999268,-0.23686599731445312,0.20694400370121002,-2.495136022567749,-2.007093906402588,1.9296059608459473,-0.057792000472545624,-2.3781731128692627,-1.991610050201416,-2.591845989227295,-0.7639700174331665,-1.2042169570922852,-0.7006130218505859,1.517778992652893,1.6466649770736694,1.602597951889038,1.566424012184143,0.1597599983215332,1.8846139907836914,-0.05189500004053116,-0.981427013874054,-1.052649974822998,-0.8197129964828491,0.10528100281953812,-0.06073400005698204,-2.7711050510406494,-0.24711300432682037,1.21110999584198,-0.27442800998687744,1.4209179878234863,-1.268362045288086,0.0657849982380867,1.3603739738464355,-1.038638949394226,-0.11138200014829636,0.7761030197143555,0.21917499601840973,-0.22423599660396576,1.5596380233764648,0.7318360209465027,-0.9236739873886108,0.39465799927711487,-0.3659150004386902,0.28718701004981995,0.31115999817848206,0.8035640120506287,1.784952998161316,-0.13891300559043884,1.0811049938201904,-1.4604640007019043,-1.4062939882278442,0.32594001293182373,1.0784640312194824,-1.0248939990997314,1.1595699787139893,0.5163220167160034,1.7589459419250488,0.5154790282249451,0.36258599162101746,0.6601979732513428,0.1310890018939972,0.3627839982509613,-0.06483100354671478,-0.8867070078849792,-2.3136849403381348,-0.2785399854183197,-0.8618699908256531,1.7175110578536987,1.0378259420394897,-0.5883910059928894,0.9597060084342957,1.5297210216522217,1.4796240329742432,-1.207893967628479,-0.06706999987363815,-1.376662015914917,1.2825440168380737,-0.18436199426651,0.34443899989128113,-0.7830150127410889,-0.5640379786491394,1.788025975227356,-1.8665629625320435,1.1163350343704224,1.6396039724349976,0.4686039984226227,0.5277469754219055,-0.6877260208129883,-0.7922530174255371,-0.7917090058326721,1.3526519536972046,1.842918038368225,0.7958959937095642,-0.7519500255584717,0.4099529981613159,1.0785210132598877,-1.867920994758606,-0.8837980031967163,1.7966810464859009,1.300879955291748,-0.8798800110816956,1.7060229778289795,1.3538390398025513,1.2745130062103271,0.373649001121521,-0.32646501064300537,-0.09742400050163269,0.0599059984087944,0.4298720061779022,0.829816997051239,-0.07368499785661697,0.45587900280952454,1.8013579845428467,-1.8763840198516846,0.4832429885864258,-1.4411239624023438,0.5929160118103027,-0.29071998596191406,-2.071460008621216,0.9099379777908325,0.2659280002117157,0.5408440232276917,-0.23192499577999115,-0.222010999917984,1.7341010570526123,0.16785399615764618,0.22171199321746826,-0.4012089967727661,-1.5175939798355103,0.48635101318359375,0.4778890013694763,-2.765511989593506,0.6278809905052185,1.2342510223388672,1.7258449792861938,-0.9586640000343323,-1.034034013748169,0.6324229836463928,0.0322830006480217,-0.7580270171165466,-1.0617990493774414,-0.1603509932756424,-1.771217942237854,-0.7476279735565186,0.5372160077095032,-0.8164229989051819,-0.6126670241355896,-0.9645950198173523,0.8688030242919922,-2.1249899864196777,-2.020236015319824,-0.13787299394607544,0.8441789746284485,-0.7459329962730408,-1.5266629457473755,1.3067569732666016,-2.428666114807129,-0.13121099770069122,0.6531620025634766,2.011060953140259,-1.2697240114212036,1.1907000541687012,1.2702579498291016,0.3904690146446228,1.4585210084915161,-1.1648370027542114,-0.802727997303009,1.777217984199524,-0.648032009601593,-0.6267269849777222,-1.6522870063781738,1.8384439945220947,-0.7834929823875427,-2.6911699771881104,0.7555069923400879,-0.4153189957141876,-0.3249169886112213,-1.0549169778823853,0.9663709998130798,-1.1972860097885132,-1.0850399732589722,-0.8444870114326477,0.2931149899959564,-0.47753098607063293,-0.6788210272789001,0.235958993434906,-0.2705020010471344,1.0002529621124268,0.40381699800491333,-0.09005200117826462,-1.3527179956436157,-0.07090900093317032,-2.0795390605926514,-2.085911989212036,0.4436050057411194,1.1944340467453003,0.8183550238609314,0.16576899588108063,-1.243818998336792,-0.05580800026655197,1.1457020044326782,-1.378896951675415,1.15903902053833,-1.2744070291519165,-0.3103350102901459,1.165017008781433,0.9370859861373901,-0.01567400060594082,-1.5502740144729614,0.6176829934120178,0.857545018196106,0.8768309950828552,-1.2670860290527344,1.7238320112228394,-0.10137999802827835,-0.08084899932146072,0.1982100009918213,0.7020609974861145,0.3852759897708893,0.2920440137386322,0.13401900231838226,0.7577750086784363,-2.884368896484375,-1.5801310539245605,0.6998400092124939,0.19501399993896484,-0.4431850016117096,-0.38560399413108826,-0.9265109896659851,-0.6945719718933105,1.4960099458694458,1.7344399690628052,-2.557046890258789,-1.1749910116195679,1.076414942741394,1.1157540082931519,0.7134209871292114,1.4853270053863525,-0.9827100038528442,0.5380929708480835,0.5202509760856628,0.5117480158805847,1.4081499576568604,0.5105410218238831,-2.30108904838562,-0.13295100629329681,-2.539433002471924,1.6509079933166504,0.33765101432800293,0.7335900068283081,0.7600420117378235,-0.26550498604774475,-0.9129509925842285,1.727705955505371,1.3941919803619385,1.3554179668426514,-0.7639960050582886,1.2437009811401367,1.510195016860962,1.516224980354309,1.1220240592956543,-0.10455700010061264,1.9482229948043823,-1.381809949874878,1.0909030437469482,1.180521011352539,0.5392919778823853,1.427636981010437,0.600724995136261,-1.731793999671936,1.5252939462661743,-0.06843400001525879,-0.3810960054397583,-0.8400700092315674,-0.8047429919242859,1.452327013015747,-0.19354499876499176,1.9142470359802246,1.9556230306625366,-0.3015350103378296,-2.088747024536133,1.9231410026550293,-0.6597880125045776,0.004922000225633383,0.4446370005607605,-2.34586501121521,-2.5725159645080566,0.6510130167007446,1.0388950109481812,0.2509689927101135,0.26774999499320984,0.8853769898414612,0.8228620290756226,0.6956369876861572,-0.5815860033035278,1.7411010265350342,1.2113879919052124,0.5313420295715332,-2.711855888366699,0.7572810053825378,-2.743644952774048,1.61325204372406,1.620224952697754,-1.1044319868087769,-0.5312489867210388,-0.31497299671173096,1.676558017730713,0.9053189754486084,0.9194779992103577,0.0582440011203289,0.06009100005030632,-0.049630001187324524,0.11324399709701538,-0.15484599769115448,0.35037198662757874,0.12340199947357178,0.08933799713850021,-2.8784170150756836,0.2703210115432739,0.7224379777908325,0.37023699283599854,0.3400000035762787,0.20332400500774384,1.6601999998092651,0.7892500162124634,-2.038990020751953,-0.9981290102005005,-2.1177361011505127,1.6992080211639404,1.0175520181655884,-2.688426971435547,0.05723699927330017,1.7393620014190674,1.4538730382919312,0.2894130051136017,-0.2608549892902374,1.7319329977035522,1.0257370471954346,1.0435179471969604,-0.3223870098590851,1.0166219472885132,1.7306230068206787,-1.9969470500946045,-2.02720308303833,-1.7727880477905273,-0.2070789933204651,0.28340399265289307,-0.4582839906215668,0.4481840133666992,-1.4341739416122437,-1.1057590246200562,1.710252046585083,0.059154000133275986,0.016203999519348145,-1.2107429504394531,-0.41332098841667175,0.5118989944458008,-1.8169679641723633,0.46753400564193726,-2.096771001815796,0.6475189924240112,2.092226028442383,-0.21231000125408173,0.22631500661373138,0.602616012096405,-2.0061309337615967,-0.7095620036125183,-1.0487680435180664,0.631587028503418,-0.916038990020752,-0.6065279841423035,-1.283403992652893,0.5574129819869995,0.6062849760055542,-0.6206859946250916,0.47857001423835754,1.8122659921646118,0.057874999940395355,-0.8136640191078186,-0.27383700013160706,-1.2418229579925537,0.10420899838209152,0.787651002407074,0.3563860058784485,-0.7222509980201721,1.1004890203475952,0.8579069972038269,1.3214750289916992,0.14611299335956573,0.24849200248718262,1.8207000494003296,-1.2238420248031616,-1.4566869735717773,0.5378659963607788,-0.2215300053358078,-0.05484800040721893,1.3722480535507202,0.7017639875411987,0.7827370166778564,-0.45496100187301636,0.7511940002441406,-1.3112510442733765,-1.285783052444458,-0.2892419993877411,1.5334839820861816,-2.698237895965576,-0.5597339868545532,-1.2344599962234497,-0.050321001559495926,0.13542799651622772,0.06412400305271149,-1.100316047668457,0.6521170139312744,0.44801899790763855,0.5930969715118408,-1.9229990243911743,-1.2922450304031372,0.8364490270614624,0.5286110043525696,-0.586480975151062,-1.2318660020828247,-0.48815199732780457,2.0056569576263428,0.4175330102443695,0.8311269879341125,-1.2151360511779785,-2.0613269805908203,0.8954610228538513,1.6508790254592896,0.582315981388092,-0.6049370169639587,-1.0597230195999146,0.5604310035705566,0.9433220028877258,-1.1120109558105469,-2.3308839797973633,0.5293939709663391,-0.33556801080703735,0.8148509860038757,-0.5258389711380005,0.30793800950050354,1.2286579608917236,-0.2023870050907135,1.844275951385498,1.0480389595031738,-0.1775510013103485,-2.173753023147583,1.90631902217865,1.227550983428955,-1.1681710481643677,0.8142579793930054,-1.9987839460372925,0.587926983833313,0.13198800384998322,-2.1613619327545166,-0.25960099697113037,-0.24718500673770905,1.5985989570617676,1.5154039859771729,-1.198367953300476,0.06387200206518173,-0.9360449910163879,1.2951289415359497,-0.6264960169792175,-2.8011550903320312,0.2771799862384796,-1.2561689615249634,-1.3731980323791504,-1.359552025794983,1.7000370025634766,-0.8024359941482544,0.41735199093818665,-0.2653079926967621,-0.7747769951820374,0.4752190113067627,1.1390149593353271,0.5266349911689758,-0.14646199345588684,0.9104170203208923,0.8928940296173096,1.5028140544891357,-0.5802180171012878,-0.47891199588775635,-1.0565849542617798,-0.9793409705162048,0.2188429981470108,-0.27793198823928833,1.2605390548706055,0.7976880073547363,-1.3821669816970825,1.2590160369873047,0.33052200078964233,-1.8869119882583618,1.1654490232467651,0.4795359969139099,-0.26385799050331116,1.8120520114898682,0.03242199867963791,0.06107199937105179,-2.0149459838867188,1.40420401096344,-1.4255770444869995,-0.6606529951095581,-2.0555360317230225,1.1932430267333984,-1.1303410530090332,-2.399930953979492,-2.4553849697113037,1.0043220520019531,1.543571949005127,1.736122965812683,0.3281309902667999,0.8910660147666931,0.8044459819793701,0.30500999093055725,-0.3306100070476532,-1.7721199989318848,1.5969990491867065,-0.02080399915575981,1.4196159839630127,-0.19689500331878662,-0.5068809986114502,1.2216609716415405,-0.4474329948425293,-0.27194300293922424,1.0180100202560425,0.7971979975700378,1.2762260437011719,1.2458900213241577,-1.2940700054168701,-1.2284849882125854,0.8389660120010376,0.559814989566803,-0.44234898686408997,1.1639920473098755,0.217398002743721,-0.2885980010032654,0.6565269827842712,0.637902021408081,-0.22520500421524048,1.4777840375900269,0.3522540032863617,1.8411469459533691,0.6421200037002563,-2.275933027267456,-0.4687030017375946,1.2472660541534424,0.7868729829788208,1.5531280040740967,1.356147050857544,0.10807999968528748,1.395588994026184,-0.9771100282669067,-1.4805619716644287,1.7851459980010986,1.840641975402832,-1.2754499912261963,1.2187540531158447,0.5402439832687378,-0.6467189788818359,1.813302993774414,0.5417609810829163,0.4782960116863251,1.421589970588684,0.9576969742774963,-0.6953510046005249,0.35398799180984497,0.8160489797592163,-1.7190719842910767,-0.5801349878311157,0.5284669995307922,0.38074299693107605,0.48234298825263977,-0.849590003490448,1.9155290126800537,0.9086650013923645,0.8154810070991516,1.2240790128707886,1.6875929832458496,-0.0007479999912902713,1.0305140018463135,-0.8844640254974365,0.020232999697327614,-1.4456770420074463,1.1505650281906128,1.208420991897583,-2.098562002182007,0.7661749720573425,0.34762299060821533,0.48703399300575256,0.8101199865341187,-1.1904950141906738,0.00330700003542006,-1.8283649682998657,0.43429800868034363,0.6525449752807617,0.7576079964637756,1.3012549877166748,0.43326500058174133,-0.42084699869155884,0.6116290092468262,0.6543260216712952,-1.8171370029449463,-1.8899699449539185,-2.6543660163879395,1.2747730016708374,-0.7995319962501526,0.14650599658489227,-2.115001916885376,-0.6926159858703613,-2.8719630241394043,-2.9342050552368164,-1.2886630296707153,1.2643280029296875,0.2596209943294525,1.5124620199203491,1.6100929975509644,1.872413992881775,1.7424529790878296,-0.70940101146698,-0.5755419731140137,-2.5071799755096436,-2.089900016784668,-1.8278230428695679,1.5705430507659912,-2.135380983352661,0.40307098627090454,-1.1449129581451416,-0.019557999446988106,-1.3119310140609741,-1.2992819547653198,1.6834919452667236,-0.702368974685669,-0.9331750273704529,-1.3706170320510864,-1.0183429718017578,-2.3035130500793457,1.2097790241241455,1.0071109533309937,0.8165969848632812,1.7705650329589844,0.6896979808807373,0.8132359981536865,0.7024239897727966,1.705346941947937,-0.23513899743556976,-2.7475368976593018,0.6914529800415039,-0.11680299788713455,1.5889389514923096,-0.5239390134811401,-1.507308006286621,-1.3152470588684082,1.7588549852371216,0.17856299877166748,0.25082099437713623,-2.072957992553711,1.1875720024108887,1.366021990776062,-1.5272010564804077,-0.52435302734375,-0.8730419874191284,-0.15762099623680115,-0.1673240065574646,1.5480509996414185,1.0683740377426147,1.232308030128479,1.4312419891357422,1.4583660364151,-0.20666900277137756,1.4406540393829346,-0.7025719881057739,-0.748121976852417,-1.6513309478759766,0.5338770151138306,-1.377181053161621,0.7151579856872559,-1.185811996459961,-2.3084259033203125,-1.4286630153656006,0.7086830139160156,-0.30366501212120056,1.6366610527038574,1.6057770252227783,-0.7934079766273499,-1.667404055595398,-2.7395548820495605,-2.8101511001586914,-0.9556660056114197,-0.6438440084457397,-0.21108199656009674,1.5118130445480347,1.4372080564498901,0.8027089834213257,1.573322057723999,-0.6389909982681274,1.6141070127487183,1.5342040061950684,0.9898939728736877,-2.607464075088501,0.11004500091075897,0.03563399985432625,0.28435400128364563,0.29931700229644775,0.8483380079269409,-0.9434509873390198,-1.969923973083496,1.0169810056686401,1.1068459749221802,-0.5820279717445374,0.9286980032920837,0.6073529720306396,0.29613399505615234,1.052474021911621,-0.08685500174760818,-0.11694300174713135,-0.09380999952554703,1.2127660512924194,1.2189970016479492,1.7432090044021606,0.45687198638916016,-2.5349600315093994,-0.37800100445747375,-0.9141039848327637,0.6262840032577515,1.9116779565811157,0.13108399510383606,-0.9292290210723877,-1.2137969732284546,0.5617219805717468,0.23739400506019592,-0.21756799519062042,0.19678199291229248,-0.3467339873313904,-0.7472400069236755,-0.7991650104522705,1.6924710273742676,-0.5786839723587036,1.1183860301971436,0.6394969820976257,-0.9177790284156799,-2.2029330730438232,-0.3763180077075958,0.22606000304222107,-0.8800349831581116,-1.5396989583969116,0.6971840262413025,-2.13228702545166,1.2186230421066284,0.7999619841575623,1.7984780073165894,-1.3020360469818115,-1.3463000059127808,1.3529950380325317,1.4318230152130127,-1.2752059698104858,-0.2833549976348877,-0.798895001411438,0.3348270058631897,1.6243070363998413,1.5318020582199097,1.088860034942627,-2.7663230895996094,1.4791309833526611,-2.2041900157928467,-2.357707977294922,0.4996339976787567,-0.17480599880218506,-1.6348910331726074,-1.2603390216827393,-0.848022997379303,-0.5559489727020264,1.7267080545425415,-0.5623090267181396,1.3559269905090332,1.3338799476623535,1.4673010110855103,1.1168529987335205,-2.274574041366577,1.9693559408187866,0.41942501068115234,0.24463599920272827,1.753383994102478,-0.1593959927558899,0.10786399990320206,-1.154175043106079,0.9228219985961914,0.9108800292015076,0.8732190132141113,1.991381049156189,0.5965080261230469,0.2612749934196472,0.828586995601654,1.6860779523849487,1.4122689962387085,1.6302440166473389,-1.0131020545959473,0.9113050103187561,0.7713130116462708,0.5712339878082275,1.8052010536193848,0.8784090280532837,-0.6773170232772827,1.7154539823532104,1.8935209512710571,0.4606029987335205,0.6269639730453491,1.3412259817123413,-0.34784799814224243,0.66593998670578,0.24851100146770477,1.502221941947937,1.3188209533691406,1.7931339740753174,-1.0647900104522705,1.6179360151290894,-1.3422820568084717,-1.1284799575805664,1.9456900358200073,-1.0075180530548096,1.3280730247497559,0.7871760129928589,-2.5075631141662598,0.8681010007858276,1.9201849699020386,0.36543598771095276,1.2734220027923584,-0.5682929754257202,-0.9615799784660339,-0.33162999153137207,-1.4368809461593628,0.8354210257530212,-1.0696079730987549,0.11971800029277802,0.454602986574173,0.3057459890842438,0.44827601313591003,-2.722843885421753,0.06196000054478645,1.4969550371170044,0.27293500304222107,0.31132298707962036,1.5014970302581787,-1.0687710046768188,1.4091750383377075,-0.4600510001182556,1.6679999828338623,-0.3017680048942566,-2.01338791847229,0.5644930005073547,-0.06461899727582932,-0.7880499958992004,-0.9474890232086182,0.7320659756660461,1.4484399557113647,-1.0979379415512085,-2.810570001602173,-1.1768720149993896,0.6491050124168396,0.08059199899435043,0.034049998968839645,-1.5084079504013062,0.13301099836826324,0.12347900122404099,-0.7133740186691284,-1.0082039833068848,-0.4388450086116791,0.06982100009918213,-1.6426520347595215,1.8348389863967896,0.6657620072364807,-0.5217459797859192,0.7044749855995178,0.943996012210846,-0.9260720014572144,1.507889986038208,-1.6369349956512451,-1.4243179559707642,-1.5540059804916382,-1.1622669696807861,0.9731709957122803,1.661020040512085,-1.3209099769592285,1.3462200164794922,1.3219130039215088,-1.268555998802185,-0.28880900144577026,-1.0588040351867676,-1.0305759906768799,-2.0569729804992676,-0.4007120132446289,0.7277200222015381,1.8240129947662354,0.5598670244216919,-0.9515720009803772,1.2883299589157104,-0.3241029977798462,0.21458399295806885,-2.932382106781006,1.0740100145339966,-0.2536270022392273,0.5441190004348755,0.12286800146102905,0.7596129775047302,-2.367449998855591,-2.3924219608306885,2.037853956222534,-1.151540994644165,1.041769027709961,1.6907249689102173,1.7203149795532227,-0.38259899616241455,-0.8542829751968384,0.46376100182533264,0.4389359951019287,-0.3317280113697052,-0.2989729940891266,0.6541979908943176,0.5354580283164978,1.4706649780273438,-0.3405509889125824,1.3474990129470825,0.862559974193573,0.6011210083961487,-0.011513999663293362,-2.0412259101867676,0.9394720196723938,-1.8976019620895386,0.4554629921913147,-0.7544029951095581,-0.32228100299835205,-1.7520630359649658,-0.30161699652671814,-0.061110999435186386,1.9103209972381592,1.9853140115737915,0.9598029851913452,-0.008599000051617622,-2.771862030029297,-0.024815000593662262,0.010351999662816525,-0.5356600284576416,1.2685270309448242,1.3151789903640747,-0.10657099634408951,-0.5996050238609314,-0.6658980250358582,1.257030963897705,-1.1640889644622803,-0.2911129891872406,1.5606609582901,-1.9575049877166748,0.577862024307251,0.45684999227523804,-1.312608003616333,0.8230530023574829,-0.9483680129051208,-0.28196701407432556,-2.2063040733337402,1.8979320526123047,-1.8840340375900269,0.85794597864151,1.737365961074829,-0.07187999784946442,-2.1610589027404785,0.802137017250061,0.9350090026855469,1.3045799732208252,1.2078369855880737,-2.6975409984588623,-0.2876650094985962,-1.0533080101013184,1.942276954650879,-0.7102779746055603,-0.7589769959449768,0.9229580163955688,-2.231926918029785,1.27401602268219,0.9824309945106506,0.37950399518013,0.5251150131225586,1.414222002029419,1.2814229726791382,-0.3042159974575043,1.2063169479370117,0.41930699348449707,-0.12010999768972397,-0.11898499727249146,0.00012599999899975955,0.027109000831842422,0.4240869879722595,1.7867809534072876,-2.15044903755188,0.6183050274848938,-0.8541629910469055,0.6235989928245544,0.6398760080337524,0.8303539752960205,-1.3951959609985352,-0.8771650195121765,0.09444399923086166,-0.8594729900360107,1.9919689893722534,1.3436239957809448,-0.8253989815711975,-0.7528330087661743,0.7777929902076721,1.975458025932312,1.616068959236145,0.6071810126304626,0.44085100293159485,-1.19753897190094,0.10550300031900406,0.3792259991168976,1.8087600469589233,-1.578240990638733,0.6485210061073303,1.6043490171432495,0.09911900013685226,1.568160057067871,-0.9057700037956238,0.26342201232910156,0.3071329891681671,0.31435099244117737,-0.7323139905929565,0.5566620230674744,-0.9755669832229614,-1.272199034690857,-0.06432099640369415,-0.08779600262641907,-1.4155670404434204,-2.349463939666748,-1.387637972831726,-0.8540440201759338,0.5016329884529114,-0.0414000004529953,0.2374339997768402,0.32141900062561035,0.5786299705505371,1.3830209970474243,0.7693049907684326,-1.3211760520935059,-0.9252600073814392,-0.9006440043449402,-1.4902139902114868,1.6368069648742676,-1.0804510116577148,1.6012799739837646,-1.1495469808578491,-1.2555220127105713,1.3204230070114136,0.3261600136756897,-0.08236899971961975,-1.0667129755020142,1.258226990699768,0.9608790278434753,0.2948629856109619,0.9020100235939026,-1.22189199924469,0.2926329970359802,-0.0037899999879300594,-1.0340739488601685,1.7437080144882202,0.46341100335121155,0.24632899463176727,-0.9073920249938965,-2.09810209274292,-0.3265349864959717,-1.1186100244522095,0.34209999442100525,0.06332500278949738,0.771431028842926,0.1279820054769516,2.0854249000549316,0.6395999789237976,-0.10322800278663635,-2.6813390254974365,-2.8033759593963623,0.5351939797401428,-0.010094000026583672,-0.7336850166320801,0.8392540216445923,1.5279029607772827,1.8550620079040527,1.8700369596481323,-0.6610130071640015,-1.251675009727478,-1.8390610218048096,-2.0018770694732666,-1.9998890161514282,1.8983349800109863,1.2040619850158691,1.424386978149414,1.426833987236023,0.7325810194015503,-0.6747689843177795,-0.7006970047950745,-2.1758480072021484,0.170523002743721,-1.075461983680725,0.1257220059633255,-2.223586082458496,0.3475610017776489,-1.4375580549240112,0.4492189884185791,-0.7182909846305847,-1.4266890287399292,1.6919920444488525,-0.8153529763221741,0.10594599694013596,0.7594079971313477,0.676505982875824,-1.5951919555664062,0.28178900480270386,-0.29809799790382385,0.15824100375175476,-1.6655019521713257,1.3079290390014648,1.8610179424285889,0.036056000739336014,-2.5030159950256348,-2.1745901107788086,-2.2348759174346924,1.8411140441894531,-1.0243220329284668,-1.0867340564727783,0.9008579850196838,-1.1292400360107422,0.11478299647569656,-1.586838960647583,-2.0320229530334473,1.600869059562683,0.25774499773979187,-1.3096829652786255,-1.15556001663208,-1.5187859535217285,0.3336679935455322,-0.07829000055789948,0.7434790134429932,-0.49268001317977905,-1.4524049758911133,-1.8998140096664429,1.4204820394515991,0.1804089993238449,1.303380012512207,0.4409649968147278,-0.7187730073928833,-0.4836849868297577,0.3158529996871948,1.7260279655456543,-0.8844490051269531,1.2550289630889893,-0.1377819925546646,0.15562400221824646,0.16141100227832794,-0.0674699991941452,1.4745539426803589,0.9678199887275696,-0.7763599753379822,0.07092099636793137,0.7867429852485657,0.8530219793319702,0.3516939878463745,-2.4928529262542725,-0.640703022480011,-1.1246320009231567,-1.2386490106582642,0.37284499406814575,-0.42864298820495605,-1.4441139698028564,0.4087519943714142,-0.6109189987182617,0.698976993560791,0.4285379946231842,-1.2032380104064941,1.4111169576644897,0.17581099271774292,0.45103898644447327,1.2103550434112549,0.6324740052223206,-0.6009320020675659,1.115123987197876,-2.8746299743652344,-2.7462940216064453,0.9545490145683289,0.5589699745178223,1.224679946899414,0.6700080037117004,0.9427989721298218,1.717358946800232,1.6790050268173218,1.434103012084961,1.349918007850647,0.668537974357605,0.2824220061302185,-0.6421849727630615,-2.4269649982452393,1.735206961631775,1.171658992767334,1.9107110500335693,-2.2218449115753174,0.2927989959716797,0.4416069984436035,0.31063300371170044,0.24179300665855408,-0.9553350210189819,0.11751700192689896,-0.9454730153083801,1.807600975036621,-1.6627390384674072,-0.09197500348091125,-1.2374210357666016,1.6156020164489746,0.6935129761695862,-1.3253159523010254,-0.717930018901825,-0.19804300367832184,-0.451337993144989,-1.0254089832305908,-0.6425049901008606,-0.3297719955444336,0.587706983089447,1.354138970375061,-2.1011838912963867,0.7737209796905518,-0.9428160190582275,1.5783079862594604,1.9773370027542114,0.04761600121855736,1.639299988746643,0.9704480171203613,0.2785339951515198,-0.3987410068511963,0.26153498888015747,0.197612002491951,0.402523010969162,0.4104290008544922,0.12164600193500519,0.08815000206232071,-1.1229000091552734,-1.10002601146698,-2.50362491607666,0.7115240097045898,-1.2228180170059204,-1.175590991973877,0.4453029930591583,0.318338006734848,0.3443230092525482,0.7164620161056519,-0.9343339800834656,-0.6401680111885071,-0.998386025428772,0.5825499892234802,0.5500019788742065,0.39034101366996765,0.6321660280227661,-2.371730089187622,1.8886150121688843,-1.0743889808654785,1.4531760215759277,0.26672598719596863,1.704835057258606,-1.3408050537109375,1.6823760271072388,1.0713130235671997,0.3838900029659271,-0.33869698643684387,-0.06746599823236465,0.47211599349975586,1.6470450162887573,1.6842780113220215,1.666767954826355,-0.06774800270795822,1.693619966506958,0.7993729710578918,1.5652509927749634,1.6183689832687378,-0.35723599791526794,0.849032998085022,-1.1696710586547852,1.7370649576187134,1.7208119630813599,1.4992409944534302,-0.6567249894142151,-1.9772820472717285,-1.2409460544586182,-0.8986319899559021,1.8084479570388794,-1.267827033996582,1.5473580360412598,-0.7958769798278809,-1.0460000038146973,1.3826810121536255,-0.2034430056810379,1.5199580192565918,0.812628984451294,-1.1693940162658691,-1.1495399475097656,1.2086210250854492,-0.6283760070800781,0.6624659895896912,-2.7211499214172363,0.8079469799995422,-2.517749071121216,-0.6713380217552185,-0.6603170037269592,-0.083747997879982,-0.6443660259246826,-0.33468499779701233,0.6093199849128723,1.478134036064148,0.2523120045661926,1.962440013885498,1.4219399690628052,1.6310069561004639,1.6241810321807861,1.4896659851074219,0.750935971736908,-1.1239190101623535,0.345304012298584,1.413506031036377,-0.522741973400116,0.7219110131263733,-2.5142669677734375,1.385321021080017,-2.4712960720062256,-1.0421819686889648,0.07027799636125565,0.38780099153518677,-2.468863010406494,1.5029230117797852,0.2582649886608124,-0.9685530066490173,0.8870769739151001,0.682873010635376,-2.0412070751190186,-1.8469359874725342,-1.194985032081604,1.916422963142395,1.7400089502334595,-0.475273996591568,-0.5924739837646484,-1.8841110467910767,0.1256909966468811,-0.135453999042511,-1.303259015083313,1.2286920547485352,-1.1903200149536133,-1.095188021659851,0.5886610150337219,-0.017304999753832817,0.8881250023841858,-1.055222988128662,0.18993699550628662,1.1755989789962769,1.7851059436798096,0.3690359890460968,0.218983992934227,-1.167235016822815,0.2079479992389679,0.40010198950767517,-0.042103998363018036,-0.3332290053367615,-0.3135020136833191,0.2660129964351654,0.24180200695991516,1.455873966217041,1.7165939807891846,1.7429460287094116,1.8009910583496094,-1.1954890489578247,-0.8429369926452637,0.12047900259494781,-0.28439199924468994,0.9771109819412231,-1.2646440267562866,-0.08799099922180176,-0.9947389960289001,0.2795110046863556,1.2201189994812012,-0.09117300063371658,-0.9738919734954834,0.5267050266265869,1.4339460134506226,-2.9617528915405273,0.1613609939813614,1.054381012916565,0.9735980033874512,-0.40717199444770813,-1.2730849981307983,0.8365039825439453,-0.8978899717330933,-0.723846971988678,0.4679490029811859,0.4645240008831024,1.0097399950027466,-0.29515498876571655,1.5315500497817993,0.7815189957618713,-0.5822719931602478,-1.3265800476074219,-0.026926999911665916,-0.5134239792823792,1.2407180070877075,1.2514270544052124,0.44732600450515747,0.6494269967079163,-0.1914210021495819,0.35051900148391724,-0.6276580095291138,0.3562059998512268,-0.6002780199050903,-2.4938459396362305,0.17261099815368652,-0.30659401416778564,-1.040181040763855,-2.6597859859466553,0.3388589918613434,1.4852930307388306,-1.3742879629135132,1.960649013519287,0.057767000049352646,1.4211080074310303,-2.3434319496154785,0.7520089745521545,0.4560540020465851,0.8828189969062805,-2.8256430625915527,0.5564619898796082,0.6543610095977783,1.4749399423599243,0.6225770115852356,0.3651140034198761,0.21245600283145905,-1.1731619834899902,-0.7960699796676636,-0.7566140294075012,0.4134080111980438,1.6856039762496948,-1.866776943206787,0.26868999004364014,-2.592789888381958,0.8007349967956543,-0.08620300143957138,-1.436040997505188,-0.9187150001525879,-0.8856149911880493,-0.892657995223999,-1.1928280591964722,0.32315000891685486,-1.2333409786224365,-1.7709660530090332,0.9367110133171082,0.916405975818634,0.8130549788475037,-1.1454360485076904,-1.3062429428100586,0.12139999866485596,0.3374670147895813,0.5043709874153137,0.530813992023468,-0.5086709856987,0.9294379949569702,0.8988789916038513,0.9039919972419739,-0.7798879742622375,0.3390049934387207,0.8175650238990784,0.7779690027236938,1.0825109481811523,0.33554598689079285,0.9423329830169678,1.185621976852417,0.8940579891204834,-1.1489720344543457,0.4974130094051361,-1.1607780456542969,-1.1400220394134521,-1.0904890298843384,-1.1309269666671753,1.5541980266571045,0.3692840039730072,0.1612969934940338,0.7774459719657898,0.978522002696991,0.24953700602054596,0.9618719816207886,-1.3503639698028564,0.3417370021343231,-0.623645007610321,-0.2862359881401062,0.5465480089187622,-0.8914049863815308,0.8594589829444885,-1.7265019416809082,1.0647079944610596,1.5045989751815796,-0.6523720026016235,-0.2923249900341034,0.7491530179977417,0.8360210061073303,1.3460710048675537,1.3311469554901123,0.6599130034446716,-0.21040600538253784,-0.6376940011978149,-0.558264970779419,-0.4972650110721588,0.5433340072631836,-0.20862799882888794,0.22205600142478943,0.5043500065803528,1.953914999961853,-2.5558199882507324,-0.8853800296783447,1.0738879442214966,-0.43692299723625183,-0.4420340061187744,1.8143340349197388,1.296336054801941,0.1864520013332367,-0.4549329876899719,-2.751457929611206,1.163504958152771,0.03547700121998787,-0.6372439861297607,-0.8379920125007629,1.8754810094833374,1.9336960315704346,1.775974988937378,-1.8281610012054443,1.2941269874572754,-2.76609206199646,-1.2372169494628906,-0.17007499933242798,1.4877740144729614,1.1878089904785156,0.9563649892807007,0.5064470171928406,1.5135780572891235,0.3326840102672577,1.3515180349349976,-1.7835700511932373,1.9225300550460815,0.1988140046596527,-1.3227390050888062,-1.5928829908370972,1.4449909925460815,-1.6593559980392456,-0.9997010231018066,-0.2795499861240387,1.4329429864883423,-1.9078220129013062,-1.9365839958190918,-1.3263839483261108,0.2709830105304718,-0.682640016078949,-1.009803056716919,-1.0291370153427124,-2.5376169681549072,-1.9424209594726562,-0.8283179998397827,0.13478699326515198,0.17423699796199799,0.7299100160598755,-0.6719329953193665,1.590142011642456,-0.2769069969654083,-2.4866719245910645,-2.478071928024292,-2.140695095062256,-0.9068390130996704,-0.18574699759483337,-0.7432090044021606,1.794517993927002,0.9609959721565247,0.8237109780311584,0.8097929954528809,-2.5135719776153564,-2.519958972930908,1.5994410514831543,1.8722620010375977,0.869521975517273,-1.13886296749115,-2.2587180137634277,-1.6804169416427612,0.4449540078639984,1.0647399425506592,1.0022939443588257,-0.4010390043258667,-1.4855740070343018,-1.966783046722412,1.6328480243682861,0.8972960114479065,0.21391400694847107,0.2408290058374405,1.6401530504226685,0.4713189899921417,1.2674330472946167,-0.23123399913311005,0.34476301074028015,1.13776695728302,-0.23945899307727814,1.8441439867019653,-0.9100109934806824,1.236480951309204,1.5804409980773926,-1.9240339994430542,1.0208580493927002,-0.8644850254058838,1.2461689710617065,1.459136962890625,0.6909649968147278,-0.11739300191402435,0.7759140133857727,0.3123700022697449,1.476552963256836,1.6740139722824097,0.3726719915866852,1.9290950298309326,1.9280179738998413,0.401775985956192,-0.7273139953613281,0.5886039733886719,-1.001850962638855,-1.612542986869812,-1.0950499773025513,-0.11154799908399582,0.31556400656700134,0.06930600106716156,1.7289259433746338,0.28922799229621887,-2.86660099029541,-1.2700560092926025,1.9324560165405273,-0.1137470006942749,-0.17425000667572021,0.8720200061798096,-0.4860279858112335,0.8026919960975647,1.763630986213684,0.8206949830055237,-0.8221849799156189,0.32016000151634216,1.8086379766464233,-2.080254077911377,-2.0813710689544678,-1.0129679441452026,1.016126036643982,-0.712660014629364,-2.924844980239868,1.402575969696045,-1.1280280351638794,-0.5071920156478882,-0.5509899854660034,0.24048900604248047,1.1532280445098877,0.904151976108551,0.571694016456604,1.8234070539474487,0.5011969804763794,-0.8758040070533752,0.26533401012420654,0.8388569951057434,-0.4387719929218292,-1.030426025390625,0.6312670111656189,-0.9619100093841553,0.29739201068878174,0.5784649848937988,-0.4282569885253906,1.7003519535064697,-1.515815019607544,-1.7785890102386475,-2.2775039672851562,0.8466640114784241,-1.4960490465164185,1.5930629968643188,-0.13467200100421906,-0.08922100067138672,-0.19515399634838104,0.5094429850578308,1.5526399612426758,-0.6942880153656006,-0.3776180148124695,-0.5539780259132385,-0.9999499917030334,-1.5775799751281738,1.2685619592666626,-2.5540668964385986,0.5867879986763,-0.3384050130844116,1.0243229866027832,-0.7266780138015747,-0.8351709842681885,-0.464154988527298,0.41459599137306213,-0.2590700089931488,1.2805160284042358,0.691573977470398,-1.1376229524612427,0.014462999999523163,-0.16814599931240082,-1.2033690214157104,-1.4714540243148804,-0.8907880187034607,-0.14820699393749237,-0.3502190113067627,1.7243050336837769,0.6716240048408508,1.3414130210876465,-1.1152969598770142,0.6653590202331543,0.6778489947319031,0.676472008228302,1.7413599491119385,-0.6943659782409668,-2.3701329231262207,0.6799589991569519,-0.6382719874382019,0.47043099999427795,0.9788950085639954,1.7288910150527954,1.7553980350494385,-2.544395923614502,0.21095800399780273,1.4534480571746826,1.907817006111145,1.9015860557556152,0.7354050278663635,-0.12512800097465515,0.8158559799194336,-0.48608100414276123,-0.7346339821815491,-2.3822109699249268,1.367601990699768,0.7765629887580872,-0.5855270028114319,0.6278910040855408,-2.1213719844818115,-0.31826600432395935,-0.1491509974002838,-0.2931860089302063,-2.7416300773620605,-0.3903779983520508,-0.843979001045227,-1.3160029649734497,-0.9922019839286804,0.2750749886035919,0.0020989999175071716,0.013394000008702278,1.519760012626648,1.5359890460968018,0.6410509943962097,-0.37672001123428345,-2.2047669887542725,0.4367949962615967,1.5002310276031494,1.3213069438934326,0.41229501366615295,1.8675849437713623,0.37180501222610474,0.5658969879150391,0.8599579930305481,1.9697149991989136,1.2669470310211182,0.9635639786720276,-0.5334179997444153,1.3791359663009644,-0.7861179709434509,-0.8671420216560364,0.0165839996188879,1.4437659978866577,-0.5706869959831238,-0.7255129814147949,1.7556320428848267,1.5706579685211182,-0.8128929734230042,1.5339299440383911,0.5452899932861328,-0.3205690085887909,1.3577460050582886,-0.04392699897289276,-1.1787220239639282,-0.4903939962387085,1.4503469467163086,0.7062749862670898,0.31991100311279297,-0.9238809943199158,-2.1531128883361816,-0.6425970196723938,0.4721449911594391,1.5507190227508545,-1.1570329666137695,-1.085224986076355,0.8224560022354126,-1.0639890432357788,-0.47497498989105225,0.25342100858688354,-1.1972589492797852,0.7713879942893982,0.7527130246162415,1.5839040279388428,-1.4266810417175293,-1.1650580167770386,-1.0780279636383057,1.245906949043274,-0.2555060088634491,1.164844036102295,0.23619799315929413,0.1552789956331253,0.3315800130367279,-1.8567090034484863,-1.584130048751831,-1.261715054512024,1.0101640224456787,-0.8011029958724976,0.3718380033969879,-0.9857710003852844,1.3600289821624756,-2.574816942214966,-2.2826778888702393,-0.5857099890708923,-0.3393760025501251,-0.3804450035095215,0.24575400352478027,0.26715001463890076,1.616068959236145,1.9244500398635864,1.2576669454574585,-1.3184930086135864,-2.1255850791931152,1.6143440008163452,-1.6556320190429688,-1.0998680591583252,-1.0855250358581543,-0.5775049924850464,-0.3096970021724701,0.658195972442627,-1.4099750518798828,1.6505600214004517,-0.14400599896907806,-0.15610699355602264,0.3471119999885559,0.9657350182533264,1.1589330434799194,1.5538339614868164,0.5664119720458984,-0.3415200114250183,0.3637470006942749,0.2214750051498413,0.2342270016670227,-1.7613409757614136,0.9519249796867371,-0.9064120054244995,1.3635640144348145,0.5216169953346252,-0.46772500872612,0.9085190296173096,0.2628670036792755,0.04986700043082237,0.6565719842910767,-2.586124897003174,-2.0467610359191895,0.6087719798088074,0.6145610213279724,-0.8888059854507446,0.5920119881629944,-0.4379799962043762,-0.7372999787330627,-1.7430100440979004,0.9076129794120789,0.2783679962158203,0.9227259755134583,-0.3033300042152405,-1.603389024734497,0.03715299814939499,0.004368999972939491,0.025918999686837196,1.7937690019607544,-0.22168800234794617,0.3783409893512726,0.3232159912586212,0.25237900018692017,0.5156480073928833,-1.9255599975585938,0.2184789925813675,0.6351699829101562,-0.16682599484920502,-0.6483510136604309,-0.24850399792194366,0.6456789970397949,0.5846430063247681,-1.129243016242981,0.33820798993110657,-1.2781909704208374,-1.3529930114746094,-0.7800840139389038,-0.0638199970126152,0.5110560059547424,0.4255650043487549,0.5701000094413757,0.6541550159454346,0.7972850203514099,-0.7466189861297607,-2.292715072631836,-1.4641159772872925,-2.496372938156128,0.8176689743995667,0.7470679879188538,1.2842479944229126,0.8633689880371094,-2.5996930599212646,0.7306360006332397,1.004986047744751,1.5666940212249756,-1.2186260223388672,-1.4048579931259155,0.6483100056648254,-1.1690590381622314,1.7926440238952637,1.386659026145935,0.5647500157356262,0.7891680002212524,0.8927080035209656,-0.06394699960947037,1.727795958518982,-0.2348960041999817,1.248108983039856,-0.16663900017738342,-0.9501870274543762,-0.40780800580978394,-2.5166659355163574,0.753724992275238,-2.392014980316162,-0.4609540104866028,-1.205212950706482,-1.2157679796218872,0.6864680051803589,1.6541719436645508,-0.30274999141693115,0.6390209794044495,0.2933740019798279,-0.3698920011520386,-0.43801599740982056,-1.600193977355957,0.14807499945163727,-1.971835970878601,-0.6177060008049011,-2.1093389987945557,0.8386880159378052,0.845320999622345,-0.581570029258728,-0.9837380051612854,-1.8374199867248535,-2.224608898162842,-0.15029099583625793,-0.23085099458694458,0.013926999643445015,-2.664367914199829,0.36433500051498413,-0.5217329859733582,1.1005489826202393,-1.8492039442062378,0.634115993976593,1.3915849924087524,-0.05999799817800522,1.508978009223938,-0.772038996219635,-0.5411199927330017,0.8158040046691895,-0.48618999123573303,1.130985975265503,0.6543729901313782,1.415511965751648,1.2100889682769775,-1.2080589532852173,1.4022170305252075,-0.4782240092754364,-0.6644949913024902,0.5857369899749756,-0.8518930077552795,0.8284199833869934,-2.5557379722595215,-0.3077470064163208,0.4012399911880493,0.2573609948158264,1.556326985359192,0.5107769966125488,-0.9262380003929138,-1.3661030530929565,1.4753739833831787,-0.015219000168144703,-1.1439340114593506,-0.8158869743347168,0.5190659761428833,0.4327549934387207,-1.3824379444122314,1.2131030559539795,0.9688119888305664,0.25552600622177124,0.5462759733200073,-2.335397958755493,-0.7725549936294556,-1.242110013961792,1.6275420188903809,-0.17720599472522736,1.4575480222702026,0.6215969920158386,1.5573300123214722,-0.6042979955673218,0.2886109948158264,0.3143030107021332,-2.238142967224121,-2.3558290004730225,0.2068829983472824,1.7069319486618042,0.7520909905433655,-0.6045989990234375,-1.093243956565857,-0.26370298862457275,-2.9038689136505127,-0.8485810160636902,0.717868983745575,1.6306740045547485,-1.2320289611816406,0.8651840090751648,-0.7521179914474487,-2.44400691986084,-2.403764009475708,-2.2970221042633057,1.3938970565795898,0.46628400683403015,-1.9136849641799927,1.3150739669799805,-0.2719869911670685,1.7874799966812134,-2.3429110050201416,1.521422028541565,1.3708850145339966,0.7418519854545593,0.7012979984283447,-1.3252220153808594,0.3101620078086853,-1.2532680034637451,-1.2149529457092285,1.4365960359573364,-1.0445469617843628,-2.113924980163574,-2.573050022125244,0.48642098903656006,-0.9704560041427612,0.9735140204429626,1.4167900085449219,1.3833969831466675,0.3862200081348419,0.39293599128723145,1.878633975982666,-0.40433400869369507,0.8852890133857727,-1.4971630573272705,0.514045000076294,-2.7378690242767334,0.5080080032348633,0.2574769854545593,-1.1770609617233276,0.34741300344467163,1.4156349897384644,0.24289000034332275,0.07133500277996063,1.4762179851531982,1.1193499565124512,0.7268009781837463,-1.0956850051879883,0.3778809905052185,0.41514700651168823,1.1859819889068604,1.7132309675216675,0.20577099919319153,-1.7440869808197021,-0.46665000915527344,-0.6673300266265869,-1.5821579694747925,0.7889009714126587,0.7060530185699463,0.9512580037117004,0.8247690200805664,-0.1815280020236969,0.8249670267105103,-1.1242179870605469,-0.8378030061721802,0.12102799862623215,-2.4918129444122314,-0.13728100061416626,0.9009220004081726,-0.2924090027809143,0.7907919883728027,-1.186635971069336,-0.23840300738811493,-1.22011399269104,1.7035599946975708,-0.08319099992513657,-1.448580026626587,0.315079003572464,-1.2338440418243408,0.24206200242042542,-1.1158970594406128,-0.05605100095272064,0.920898973941803,0.32771098613739014,-0.08135099709033966,0.7334489822387695,-0.506184995174408,-0.6692609786987305,-0.024896999821066856,-2.4372711181640625,-0.19500300288200378,-1.260491967201233,-1.2441840171813965,-0.6049299836158752,-2.157533884048462,-2.4063920974731445,0.8546779751777649,1.9420950412750244,-0.5113149881362915,0.9561579823493958,1.3504149913787842,-0.16265499591827393,0.6449970006942749,1.4012759923934937,0.3090279996395111,-0.23941700160503387,0.5205410122871399,-0.35477301478385925,0.5235090255737305,-0.3159779906272888,1.1528689861297607,0.6082410216331482,-1.316532015800476,-0.9393929839134216,0.4150489866733551,-0.08000800013542175,-0.1889979988336563,-0.20108699798583984,0.3264699876308441,0.18240700662136078,0.2077459990978241,1.1899139881134033,-0.06889999657869339,-0.3516559898853302,0.3757239878177643,0.1950940042734146,0.2920660078525543,-1.2428460121154785,0.9089850187301636,1.6448650360107422,1.6069660186767578,-2.5080831050872803,-0.8146669864654541,0.632847011089325,-0.8236380219459534,-1.4524810314178467,-1.1701350212097168,-2.8766019344329834,0.8359919786453247,1.040563941001892,0.24180099368095398,0.046128999441862106,1.4782379865646362,-0.5316240191459656,0.8830779790878296,1.4910789728164673,-2.4782040119171143,-1.3506799936294556,1.405822992324829,-0.9259390234947205,-0.337693989276886,-2.704525947570801,-2.023159980773926,-0.34151899814605713,0.2437790036201477,-1.1986459493637085,-1.3047820329666138,1.214661955833435,-0.7998690009117126,-0.9438549876213074,1.252724051475525,1.3516279458999634,0.8044769763946533,1.3932019472122192,1.8418359756469727,0.38760799169540405,-0.4673579931259155,0.11556000262498856,1.71355402469635,1.2770960330963135,1.6475950479507446,-0.8443250060081482,-0.8326950073242188,-0.5329300165176392,0.0710730031132698,1.2779220342636108,1.620934009552002,0.08078599721193314,1.000296950340271,-1.4626799821853638,-1.134016990661621,-1.0953749418258667,-0.9130669832229614,0.6063230037689209,0.510483980178833,-0.5824940204620361,1.0285450220108032,-2.9299509525299072,-1.6996760368347168,0.16297200322151184,0.6448410153388977,1.363224983215332,1.3512190580368042,0.6546819806098938,-1.8057730197906494,1.595155954360962,1.9713170528411865,-0.8743299841880798,-0.8972510099411011,-0.9576730132102966,0.8565739989280701,-0.039955999702215195,-0.056136999279260635,1.1894229650497437,0.42746299505233765,-0.9200569987297058,1.7773489952087402,0.714451014995575,0.7175089716911316,1.793874979019165,-1.0782279968261719,0.44684499502182007,1.7190179824829102,0.7103610038757324,1.3889180421829224,-0.2952530086040497,-0.2974430024623871,0.8312280178070068,1.4643969535827637,1.5339159965515137,-1.209995985031128,0.14304199814796448,0.3616510033607483,-0.8025239706039429,0.19840200245380402,1.972108006477356,1.974223017692566,1.898972988128662,-1.866358995437622,-1.281451940536499,0.6282370090484619,-1.4547020196914673,0.7002959847450256,-0.0929419994354248,1.2275149822235107,-0.766910970211029,-1.036041021347046,-1.169985055923462,-2.217231035232544,0.20465199649333954,0.22366200387477875,-0.3001599907875061,0.4343009889125824,0.22885100543498993,0.6757010221481323,0.48572099208831787,0.07460799813270569,1.4178529977798462,0.6782150268554688,-0.24745799601078033,0.017678000032901764,0.2247990071773529,-0.42189401388168335,1.2219630479812622,0.3066140115261078,-0.6248279809951782,0.9159190058708191,0.6692990064620972,0.1749590039253235,0.9368739724159241,0.5026149749755859,-1.3803550004959106,-1.0092869997024536,-0.218640998005867,-0.2731119990348816,0.6721749901771545,-0.5773490071296692,0.872564971446991,-0.919937014579773,-0.903672993183136,-1.3848830461502075,0.4146629869937897,0.07388900220394135,-0.28090301156044006,1.7192050218582153,-1.0841139554977417,1.260951042175293,-1.4670929908752441,-0.7692829966545105,-0.8015739917755127,-0.5581089854240417,-0.17291900515556335,-1.725741982460022,-0.1258070021867752,-0.3005349934101105,1.84990394115448,1.4956480264663696,0.9504879713058472,0.5992069840431213,-0.061097998172044754,-0.6804770231246948,-0.18198400735855103,1.8794349431991577,0.3587830066680908,-0.6013039946556091,-0.0011360000353306532,1.1127439737319946,-0.337336003780365,-0.6800130009651184,-0.65904301404953,-2.0534229278564453,-1.08262300491333,0.8234760165214539,-0.4878860116004944,-0.5741350054740906,1.3352210521697998,0.08704099804162979,1.3209459781646729,-1.4572230577468872,-2.17911696434021,1.6584919691085815,0.25010401010513306,-2.578521966934204,0.1644899994134903,0.7380070090293884,0.7370449900627136,1.2472230195999146,-0.20117700099945068,1.1808799505233765,-1.4422639608383179,-1.674970030784607,1.7485389709472656,1.9406269788742065,1.7391810417175293,0.947953999042511,0.11205200105905533,-0.47362199425697327,-1.2035189867019653,0.7945650219917297,0.6505879759788513,-0.2514750063419342,1.638916015625,-0.10678800195455551,-1.712556004524231,1.3373860120773315,-2.987884998321533,1.5616810321807861,1.4700230360031128,0.4030750095844269,0.4843499958515167,0.39441800117492676,-0.2344519942998886,-0.15646399557590485,-1.7030270099639893,-1.0126609802246094,0.26443299651145935,0.5623040199279785,-0.7108579874038696,-1.2890729904174805,1.4752379655838013,1.038045048713684,-1.1951099634170532,-1.3175749778747559,1.5314710140228271,-0.8340380191802979,-0.816199004650116,0.2359369993209839,0.29390498995780945,-0.22690899670124054,-0.9549490213394165,-0.2664250135421753,0.7242119908332825,0.6929829716682434,1.3023749589920044,1.0903960466384888,1.0831880569458008,1.6400820016860962,-0.16866999864578247,-1.9586559534072876,-0.3694939911365509,0.7965869903564453,1.4083579778671265,-1.354941964149475,0.32101500034332275,0.8557919859886169,-2.1906778812408447,0.6043220162391663,0.6713799834251404,-1.165794014930725,1.2882699966430664,-0.2059130072593689,1.395300030708313,0.2722029983997345,1.3052769899368286,-0.7816939949989319,0.2839680016040802,-0.02011599950492382,0.08892399817705154,-1.5326869487762451,0.5558249950408936,-1.9976069927215576,0.713720977306366,1.4329110383987427,-1.0647239685058594,0.8744450211524963,0.8619779944419861,1.140133023262024,1.1135449409484863,-1.147987961769104,-1.8471540212631226,-1.7042759656906128,-0.058701999485492706,0.3544920086860657,0.4988810122013092,1.9095569849014282,-2.039335012435913,0.2440979927778244,0.46074700355529785,0.2567040026187897,0.2368990033864975,1.6926480531692505,0.22182999551296234,0.24065899848937988,1.8058110475540161,-1.4600850343704224,-0.03409099951386452,-0.7505249977111816,-1.7556250095367432,-2.0088651180267334,-1.7963809967041016,-0.13771800696849823,0.4477289915084839,1.9346120357513428,0.8150110244750977,1.7656749486923218,-1.6953020095825195,0.012569000013172626,-2.597085952758789,0.1849289983510971,-1.071491003036499,-0.1522900015115738,1.3238979578018188,-0.45776599645614624,0.0010450000409036875,-2.262346029281616,-2.4116530418395996,1.7019599676132202,1.1295909881591797,0.14036700129508972,-0.27976199984550476,-1.0857470035552979,0.31647199392318726,1.8068009614944458,-0.4971500039100647,-1.462807059288025,0.09584499895572662,-1.0032720565795898,-2.414577007293701,0.273283988237381,0.7273619771003723,0.32499799132347107,-2.00553297996521,-2.1571309566497803,-2.2847189903259277,-2.249846935272217,1.6328660249710083,-0.0818760022521019,-0.31435999274253845,0.34892401099205017,-1.3367769718170166,-0.12803900241851807,-0.0659250020980835,-1.6603200435638428,-0.42355599999427795,1.3561370372772217,-0.534824013710022,1.5898770093917847,0.8851540088653564,-1.3547669649124146,0.636451005935669,-1.03712797164917,1.2415709495544434,0.7825170159339905,-0.8049420118331909,-0.8013430237770081,1.3429310321807861,-0.5094799995422363,1.2403290271759033,-0.45413100719451904,0.662900984287262,1.4857170581817627,-2.3959999084472656,-0.7185279726982117,-1.2621550559997559,-1.0759700536727905,1.3970179557800293,-0.3892669975757599,-0.4603700041770935,0.8093540072441101,-0.6997089982032776,1.6803640127182007,-0.7677130103111267,-0.800583004951477,0.7818049788475037,-0.2203889936208725,0.4239020049571991,-0.9187510013580322,0.23930500447750092,-0.2727479934692383,-1.1022679805755615,-0.4606809914112091,0.9087079763412476,-1.4550219774246216,0.4051010012626648,1.6759179830551147,-0.8929100036621094,-0.2025739997625351,1.2803419828414917,-0.026815999299287796,-1.3315750360488892,-0.8084160089492798,-1.0670520067214966,-0.8300409913063049,-0.13496600091457367,-2.350130081176758,-0.6807640194892883,0.39381301403045654,-0.23235000669956207,0.8334410190582275,0.8074560165405273,-2.448946952819824,-0.18035900592803955,-1.9913430213928223,0.8884029984474182,-0.20257200300693512,0.23412199318408966,-2.7745509147644043,0.6847730278968811,0.3390839993953705,-0.4057050049304962,0.33007699251174927,-2.6708459854125977,1.6232919692993164,-0.3757689893245697,0.5303840041160583,1.9365240335464478,-1.3807259798049927,1.0164799690246582,0.8508229851722717,1.6133970022201538,0.8322640061378479,0.8277909755706787,-0.028994999825954437,0.20413799583911896,-2.7842140197753906,1.0548629760742188,1.0395020246505737,-2.917534112930298,-2.078855037689209,1.4613080024719238,-1.4530819654464722,0.05580399930477142,0.03813499957323074,-1.8585319519042969,-1.734874963760376,1.49733304977417,0.330594003200531,0.18816900253295898,0.7604209780693054,-0.9897689819335938,-1.4594919681549072,-0.8922420144081116,0.10527700185775757,0.09380999952554703,1.5262529850006104,-0.8424130082130432,0.2005009949207306,0.9148169755935669,1.716217041015625,1.7395319938659668,-0.5350769758224487,0.37999001145362854,-1.0909830331802368,-1.1430079936981201,1.0854729413986206,1.067355990409851,1.6413389444351196,0.37113600969314575,-0.06830500066280365,-0.41065001487731934,-2.289797067642212,-0.7537029981613159,0.4334790110588074,0.25443199276924133,-0.3560299873352051,-1.0254390239715576,-1.379709005355835,1.4433419704437256,1.5563180446624756,-2.079385995864868,1.5883140563964844,0.3188779950141907,1.4297269582748413,1.6957039833068848,0.9044259786605835,-0.0664760023355484,0.47170498967170715,-0.8129289746284485,1.4810880422592163,-0.17643100023269653,1.8169169425964355,0.6642410159111023,0.14004799723625183,0.10555800050497055,-0.9646239876747131,0.45430201292037964,0.959613025188446,-2.4143710136413574,-0.5796489715576172,-1.5983550548553467,0.7980729937553406,1.2553999423980713,0.26740801334381104,0.27014899253845215,-1.0096559524536133,-2.1846210956573486,-0.1290230005979538,-2.0781590938568115,-0.5470899939537048,-0.5069440007209778,-0.8225420117378235,0.7736309766769409,0.2602330148220062,-0.2666209936141968,-0.27616599202156067,1.1896660327911377,-0.6793739795684814,-2.22261905670166,0.6148859858512878,0.5731210112571716,1.2962180376052856,-2.2134289741516113,-1.4405319690704346,1.0654360055923462,1.531959056854248,-0.10261300206184387,0.8111029863357544,-0.056669000536203384,0.5959420204162598,1.9985949993133545,-0.8493930101394653,1.0606329441070557,1.4448790550231934,-1.432073950767517,1.2319940328598022,-1.1429929733276367,1.5129560232162476,-0.30205100774765015,1.5834389925003052,-0.12609200179576874,0.8922560214996338,-0.44527900218963623,1.4085279703140259,1.137853980064392,-1.3030279874801636,1.699012041091919,-2.2754530906677246,0.16716699302196503,0.32709500193595886,-0.8066179752349854,0.7657150030136108,0.9991059899330139,0.1379929929971695,-0.0026469998992979527,-0.7150650024414062,-1.9759459495544434,0.25737500190734863,1.1139600276947021,-0.6726149916648865,1.0213290452957153,0.420415997505188,0.9482740163803101,1.4178149700164795,0.9949470162391663,1.9260540008544922,-1.840177059173584,1.83896803855896,0.36639198660850525,0.3824149966239929,-0.43710801005363464,-1.5395020246505737,0.7332130074501038,-0.7856529951095581,-1.7543690204620361,-0.571931004524231,-0.2283719927072525,1.3211129903793335,1.277001976966858,-0.978289008140564,0.29375600814819336,0.8254050016403198,0.6311519742012024,0.39534100890159607,-2.57096004486084,1.0132240056991577,1.796133041381836,0.20568400621414185,-1.1412509679794312,1.2382910251617432,-1.1952619552612305,-0.09733500331640244,-0.419173002243042,-0.33252599835395813,-0.4015539884567261,0.35984399914741516,1.4340749979019165,0.31819701194763184,1.111814022064209,1.0249199867248535,-0.10246499627828598,-0.09641099721193314,-0.602878987789154,-0.11035100370645523,-0.12977899610996246,0.516776978969574,0.47749999165534973,-0.32237398624420166,0.5675190091133118,-2.1639909744262695,-2.159514904022217,0.817484974861145,1.4190349578857422,0.08245600014925003,0.6859660148620605,-2.136215925216675,1.1206640005111694,0.3022429943084717,-2.47688889503479,-1.5346790552139282,-0.3482699990272522,-0.3378239870071411,-0.3314729928970337,-0.4525049924850464,1.2248560190200806,-0.0354980006814003,-0.04764699935913086,0.24145099520683289,1.8831390142440796,-2.147934913635254,-0.2872050106525421,-1.9564000368118286,-1.8851350545883179,0.6684070229530334,-1.1918009519577026,1.0384600162506104,-1.2567729949951172,-1.562940001487732,1.2186700105667114,-2.416285991668701,-2.8818459510803223,1.2792350053787231,-0.8930140137672424,1.3922840356826782,-1.3651260137557983,-1.3976420164108276,1.5283679962158203,1.4924960136413574,-0.9400069713592529,1.5688090324401855,0.9933969974517822,1.5473580360412598,-0.7515779733657837,1.4121359586715698,0.2545120120048523,0.7966529726982117,0.7012159824371338,-0.9256319999694824,-0.44408100843429565,0.9696720242500305,-0.6943439841270447,-0.3167459964752197,0.059202998876571655,1.3598170280456543,-0.6076729893684387,0.5543339848518372,0.7608209848403931,-1.3473670482635498,1.6798570156097412,0.6624370217323303,0.09173499792814255,-0.3997200131416321,0.9096249938011169,-0.6601160168647766,1.0500400066375732,0.37947601079940796,-0.16084900498390198,-0.09835699945688248,-0.6255760192871094,-0.43082600831985474,-1.4907640218734741,-0.9020649790763855,-0.9483780264854431,-0.8356119990348816,0.972491979598999,1.8527250289916992,0.7042009830474854,-0.22896899282932281,-0.24654099345207214,-0.24966000020503998,1.6291550397872925,1.3865430355072021,1.332360029220581,0.7553939819335938,-1.07047700881958,-0.6784679889678955,-2.5411128997802734,0.10906100273132324,0.5668830275535583,-1.245350956916809,-0.35385000705718994,-0.6013910174369812,1.4688010215759277,-2.142760992050171,-0.3694790005683899,-0.19377100467681885,0.32047200202941895,0.7391359806060791,-0.11630900204181671,-1.0097270011901855,-0.4952450096607208,-0.9831950068473816,1.0870469808578491,-1.0543659925460815,-2.261760950088501,-0.8866310119628906,0.006637000013142824,1.6394330263137817,1.9336949586868286,0.3762660026550293,0.06732200086116791,1.8468040227890015,-2.063488006591797,-1.4693679809570312,1.4394489526748657,0.4814540147781372,0.5367019772529602,-2.0064918994903564,-2.573960065841675,0.4861229956150055,0.5026569962501526,0.15247300267219543,0.252921998500824,0.2542499899864197,0.3244059979915619,-0.40656399726867676,-0.3492160141468048,0.7286530137062073,0.34103599190711975,0.5699189901351929,1.8273500204086304,-0.5611310005187988,1.3533810377120972,1.1579090356826782,-1.1871000528335571,-2.7864019870758057,1.116320013999939,-0.24779100716114044,-0.09903500229120255,-1.2035009860992432,0.38079899549484253,-0.1273760050535202,-2.204193115234375,-2.057110071182251,0.20920099318027496,-2.589050054550171,-0.5445929765701294,0.3456839919090271,0.6646770238876343,1.9363420009613037,-0.9916920065879822,-0.022350000217556953,-1.1179410219192505,-0.38117000460624695,0.6977519989013672,-1.1284890174865723,-0.04294800013303757,-2.9432311058044434,0.6652969717979431,0.6543740034103394,-0.9569420218467712,1.9285069704055786,-1.626675009727478,-0.07120300084352493,1.713811993598938,0.9731400012969971,-0.9705430269241333,0.5571519732475281,-1.0748809576034546,-0.0316459983587265,-0.03604999929666519,0.6649029850959778,1.6589460372924805,1.7065850496292114,-0.22139699757099152,-0.2811320126056671,0.0129380002617836,-0.40079501271247864,-0.4916499853134155,0.5477759838104248,0.6870350241661072,0.34795400500297546,1.0417540073394775,-0.7035620212554932,0.7489989995956421,-2.2687830924987793,0.31005600094795227,-1.2762680053710938,-2.4712300300598145,-0.8140329718589783,-2.5517349243164062,1.642266035079956,1.4465240240097046,-2.325161933898926,1.1393450498580933,-0.17882399260997772,-0.9273599982261658,-0.9754670262336731,-1.3380359411239624,1.642760992050171,0.5864490270614624,1.1493630409240723,-0.7457559704780579,-0.9448440074920654,-1.224768042564392,-0.03577600046992302,-1.0576930046081543,1.4751859903335571,-1.7711009979248047,-1.7603039741516113,-0.2014250010251999,-1.7612390518188477,0.3192789852619171,-1.8321360349655151,0.9758210182189941,-0.7450129985809326,0.1860940009355545,1.553544044494629,-0.9552159905433655,0.6204820275306702,0.36451900005340576,-2.6451070308685303,1.7810640335083008,0.043740998953580856,0.7419679760932922,-2.8983399868011475,0.4663339853286743,0.16233700513839722,-1.9853589534759521,-2.065788984298706,-0.5425209999084473,1.6769909858703613,-0.3695000112056732,-0.7664780020713806,1.6324249505996704,-0.37565499544143677,-1.0412839651107788,-0.8283650279045105,0.49804800748825073,0.8037940263748169,1.171409010887146,0.8112919926643372,-1.68789803981781,-0.12249399721622467,-0.26370900869369507,-2.758496046066284,-2.924077033996582,-0.6365240216255188,0.38359400629997253,0.821615993976593,0.8604679703712463,0.8567500114440918,-0.4772149920463562,-0.08907900005578995,-2.5894320011138916,-0.751013994216919,-0.3010930120944977,0.5552150011062622,0.6164770126342773,-0.6962540149688721,0.8244869709014893,0.9396340250968933,-2.5639290809631348,0.7768639922142029,-1.3180179595947266,0.2581000030040741,-2.8227169513702393,-2.4693410396575928,0.4481860101222992,0.2646949887275696,0.4867649972438812,-0.360709011554718,0.8441439867019653,-0.013677000068128109,0.03369000181555748,-0.12901900708675385,-0.5661709904670715,-1.9542750120162964,0.3693830072879791,1.464506983757019,0.3295769989490509,0.982729971408844,1.3177549839019775,0.3742859959602356,-0.8188729882240295,1.4106700420379639,0.05213499814271927,-1.9478989839553833,0.016416000202298164,-0.7141119837760925,1.593822956085205,1.146239995956421,-1.3235859870910645,-2.2040839195251465,0.7380620241165161,1.7290960550308228,-2.234539031982422,-1.2341400384902954,1.6791620254516602,-0.6920560002326965,1.8601139783859253,0.4894390106201172,0.6553149819374084,-0.7672119736671448,0.0012499999720603228,0.2755120098590851,0.9193320274353027,0.5908370018005371,-0.051235001534223557,-2.5932579040527344,1.7659519910812378,-0.42281100153923035,-0.42520299553871155,1.054682970046997,1.5952930450439453,0.39934301376342773,-2.361764907836914,-0.07423099875450134,0.5987319946289062,0.5336269736289978,1.5739829540252686,0.1535000056028366,1.3304009437561035,-1.060718059539795,0.9156690239906311,-1.05308997631073,-0.9422450065612793,-0.7688919901847839,0.8732069730758667,1.0076930522918701,0.04573199898004532,-0.6639500260353088,-0.3178330063819885,1.4611140489578247,-0.710843026638031,1.7575440406799316,-0.9353340268135071,-2.1001501083374023,-0.5781520009040833,0.3635460138320923,-1.0096009969711304,-1.034548044204712,-1.0757399797439575,1.224694013595581,-1.3356800079345703,-0.1007549986243248,-0.36388099193573,0.8312169909477234,-0.3185490071773529,-0.7859079837799072,-1.380316972732544,0.4327459931373596,0.30984601378440857,0.00017800000205170363,-1.1615029573440552,-2.0508649349212646,1.5841150283813477,0.45411500334739685,1.1456890106201172,-0.8497049808502197,0.1671620011329651,0.29525598883628845,0.3262310028076172,-0.6632850170135498,1.555569052696228,0.12539200484752655,-0.24443399906158447,1.4318389892578125,-1.5418009757995605,-2.1063129901885986,0.5537199974060059,0.3694230020046234,-0.16145500540733337,-0.4645189940929413,0.43443000316619873,1.4760379791259766,-0.34707900881767273,-0.879613995552063,-2.337536096572876,-1.2048569917678833,1.7927069664001465,0.5507490038871765,0.4831250011920929,0.20736800134181976,1.5898499488830566,1.5407569408416748,1.5798109769821167,0.8631299734115601,0.8209829926490784,-1.2174659967422485,-0.6304420232772827,0.17617100477218628,0.1508769989013672,-2.8681929111480713,0.6067579984664917,0.48472899198532104,-0.08205699920654297,1.6766810417175293,-1.7126100063323975,0.8141229748725891,0.8174319863319397,0.4010460078716278,1.348587989807129,-0.16865399479866028,0.6812940239906311,1.222499966621399,1.2486079931259155,-0.29940301179885864,-0.21624499559402466,0.7599989771842957,-0.295740008354187,-2.8979759216308594,-0.2948090136051178,1.4977589845657349,1.1508749723434448,1.1430920362472534,1.7307690382003784,-0.7235119938850403,0.24629299342632294,1.5115410089492798,1.1928319931030273,1.2296940088272095,-2.94258189201355,0.3347260057926178,-0.8819590210914612,1.040505051612854,-0.6140570044517517,1.465885043144226,0.677914023399353,-2.9539620876312256,0.8429049849510193,0.6608870029449463,-0.7886379957199097,1.112069010734558,0.3961769938468933,-0.08124099671840668,0.2579529881477356,0.9255819916725159,0.9381229877471924,-0.5209710001945496,-2.744800090789795,1.218176007270813,-0.4587790071964264,1.5842390060424805,1.608464002609253,0.8930850028991699,-0.8109340071678162,1.4752919673919678,-1.270179033279419,0.7144569754600525,-0.22494499385356903,-0.2809469997882843,1.574267029762268,1.57560396194458,1.8219809532165527,0.2605629861354828,-1.9173680543899536,-2.512316942214966,0.20890900492668152,0.29126501083374023,-1.0050829648971558,-1.0170049667358398,1.201166033744812,0.036097001284360886,-0.925387978553772,1.642848014831543,1.6792579889297485,-0.9723590016365051,-0.3640049993991852,0.8798909783363342,0.06145299971103668,0.07821200042963028,0.4593760073184967,-2.2488229274749756,1.8101019859313965,0.2596609890460968,1.9133139848709106,1.4912760257720947,0.7208210229873657,-0.32810598611831665,-0.35354700684547424,-2.025970935821533,-1.6978009939193726,-0.27222201228141785,-0.42957499623298645,-0.06445399671792984,1.3611799478530884,1.3375869989395142,1.0445690155029297,1.4622050523757935,1.7938079833984375,0.7324889898300171,-1.2989170551300049,-1.2426990270614624,1.4575990438461304,0.8892589807510376,-1.1933419704437256,1.3543959856033325,0.9180629849433899,0.9414420127868652,1.9735419750213623,0.24114499986171722,-0.6424189805984497,-0.35853299498558044,-0.594527006149292,0.5210760235786438,0.5370830297470093,0.2420240044593811,-2.439502000808716,0.13232199847698212,1.453786015510559,1.6192859411239624,1.6239099502563477,-0.7267860174179077,0.12617899477481842,0.4002760052680969,1.4032930135726929,0.37143799662590027,0.3538709878921509,-0.6090700030326843,0.47478899359703064,0.6199979782104492,0.406125009059906,1.3540409803390503,-0.5125579833984375,1.1452759504318237,1.2099460363388062,-0.06897599995136261,-1.1474930047988892,1.2490010261535645,0.16863000392913818,0.19981800019741058,0.27540600299835205,-2.0361878871917725,0.1274300068616867,0.14733000099658966,-0.9039109945297241,-0.0031190000008791685,0.34373098611831665,0.11226999759674072,1.7872660160064697,1.7735869884490967,-0.18467700481414795,-2.429533004760742,1.7032150030136108,0.7954220175743103,1.3918529748916626,-2.0707919597625732,0.08410300314426422,-0.805774986743927,0.17683899402618408,-0.9448369741439819,-0.505424976348877,-1.161633014678955,-2.167207956314087,-2.5646591186523438,-1.2567800283432007,0.196819007396698,0.23108500242233276,-0.9049540162086487,0.6096460223197937,-0.7618299722671509,-1.2849589586257935,0.5271409749984741,-1.865818977355957,0.21848000586032867,-1.5851390361785889,1.194916009902954,0.10138099640607834,-0.5443239808082581,1.1732749938964844,1.3929599523544312,1.3228249549865723,0.200422003865242,0.9882169961929321,-0.5839859843254089,-1.2171740531921387,-1.2118510007858276,-0.9617090225219727,1.4251279830932617,1.1309939622879028,-0.3704819977283478,0.4341700077056885,0.4507879912853241,-2.9003489017486572,-0.6180030107498169,0.5664539933204651,0.2047940045595169,0.823710024356842,1.0733120441436768,1.9397790431976318,1.4126100540161133,-0.32151299715042114,-1.3164459466934204,-1.5921180248260498,1.5037009716033936,1.193019986152649,0.18755100667476654,-0.6989730000495911,-0.8413010239601135,0.6346409916877747,1.1758359670639038,0.759738028049469,-1.4547710418701172,0.386245995759964,0.7370229959487915,-1.7984750270843506,-0.7917569875717163,-0.44430598616600037,-0.741569995880127,0.19699999690055847,-2.2627739906311035,1.1154979467391968,-0.5071709752082825,-1.4625619649887085,1.5570080280303955,-0.03903299942612648,0.42639100551605225,0.71247398853302,0.9305700063705444,1.0279890298843384,0.49298998713493347,0.31707701086997986,-0.8325240015983582,0.7528460025787354,-0.057085998356342316,-2.595885992050171,-0.1329050064086914,-0.12183400243520737,0.5629339814186096,0.9075469970703125,-2.913661003112793,0.40935999155044556,-0.08793000131845474,-0.40925899147987366,1.4951239824295044,-1.4025330543518066,-0.9225630164146423,0.6991869807243347,-1.2480770349502563,-0.7310000061988831,1.5092060565948486,1.1404540538787842,0.5956550240516663,1.5482289791107178,-0.8149430155754089,-1.1833230257034302,0.9085590243339539,-0.9501429796218872,1.341670036315918,0.9272050261497498,-2.1530230045318604,-0.24187299609184265,1.1190210580825806,-0.3125990033149719,-2.3035809993743896,-1.9894930124282837,1.1055190563201904,1.1091970205307007,-0.8069199919700623,-1.6837660074234009,-1.3187979459762573,1.1903640031814575,-0.396342009305954,-1.0500099658966064,-0.4095189869403839,0.15753600001335144,-2.7509799003601074,1.6721349954605103,0.3845529854297638,0.9851679801940918,0.7765200138092041,0.5648429989814758,-0.9788910150527954,0.4037359952926636,-1.785295009613037,-0.7243390083312988,-0.739687979221344,1.5659669637680054,-0.13672100007534027,-0.11779200285673141,-0.7609829902648926,-0.1419370025396347,0.859529972076416,1.2451930046081543,0.8869540095329285,-1.2431139945983887,0.289806991815567,-1.355085015296936,-0.5805919766426086,-0.9481390118598938,-0.4078519940376282,0.7113950252532959,1.1472209692001343,-1.2910679578781128,-0.5601570010185242,0.6430760025978088,1.0538779497146606,0.3251279890537262,0.9812150001525879,-2.9685680866241455,-0.5611010193824768,-0.5460289716720581,-1.302240014076233,-1.5998539924621582,-0.5468140244483948,0.5753809809684753,0.6136260032653809,0.6048759818077087,0.45452699065208435,-2.0351109504699707,-1.5020949840545654,-1.3137849569320679,-0.9098439812660217,-0.832381010055542,-0.10627999901771545,0.46896201372146606,-0.07524300366640091,1.689808964729309,0.1800049990415573,0.12508399784564972,1.3857940435409546,1.3794159889221191,-0.7190939784049988,-0.3946020007133484,0.5078200101852417,0.9339950084686279,1.0410549640655518,0.7912060022354126,-2.2525899410247803,0.7158439755439758,0.509905993938446,-1.746543049812317,0.2748349905014038,-0.6800379753112793,0.7755879759788513,1.030972957611084,-0.49235498905181885,0.310155987739563,1.753074049949646,-0.118026003241539,0.5288069844245911,0.2612079977989197,0.8975399732589722,0.7421489953994751,-1.1447880268096924,-2.264678955078125,1.6857340335845947,-2.351146936416626,0.7413790225982666,-0.2487429976463318,-2.15462589263916,0.11251699924468994,0.4339959919452667,-1.116075038909912,-0.905381977558136,1.902940034866333,-1.1823279857635498,-2.5589818954467773,-0.8233450055122375,-0.07534399628639221,0.966480016708374,-2.5931670665740967,-0.17625199258327484,-1.2873539924621582,-0.8804000020027161,0.41459301114082336,0.5416529774665833,-1.0131089687347412,1.5200109481811523,0.10634899884462357,-0.8065339922904968,-2.1982181072235107,1.4306429624557495,0.4196079969406128,0.38611900806427,-0.07136400043964386,-0.5860900282859802,-0.30560699105262756,-0.8031060099601746,-1.2918200492858887,-0.22619600594043732,1.3898509740829468,-0.524740993976593,0.8700889945030212,0.8037390112876892,0.7440320253372192,-0.895579993724823,-1.0763200521469116,-0.04095600172877312,0.10524799674749374,-0.35692098736763,-0.39170700311660767,0.9801999926567078,1.7908719778060913,-0.614546000957489,0.6701210141181946,-0.39294201135635376,1.5085910558700562,0.4066010117530823,-0.2112710028886795,0.7133659720420837,0.8843759894371033,1.6552499532699585,-0.18856100738048553,-2.0873661041259766,-1.2462530136108398,-1.5329389572143555,-2.0599050521850586,-0.014391000382602215,1.7457799911499023,-0.39510300755500793,-0.3343760073184967,0.08054199814796448,0.6970019936561584,-0.6242790222167969,0.09440799802541733,1.5915989875793457,1.8026939630508423,1.6116969585418701,-2.086383104324341,1.2955900430679321,0.029680000618100166,0.6710699796676636,1.5706629753112793,-0.21690399944782257,-0.07976199686527252,-1.0691230297088623,1.7234389781951904,-1.6093510389328003,-1.3801519870758057,-1.3542619943618774,-1.3266969919204712,-0.9529880285263062,1.4448399543762207,0.44555699825286865,0.45082300901412964,-1.3133440017700195,-0.16798600554466248,1.8629059791564941,1.5396909713745117,-0.40163299441337585,-0.7151569724082947,1.6960560083389282,-0.28849199414253235,0.16807200014591217,-0.37338799238204956,1.5640050172805786,0.5552380084991455,-2.773953914642334,-1.986806035041809,1.4908430576324463,-2.2663650512695312,0.4697929918766022,-0.9489859938621521,1.1249070167541504,-2.0126700401306152,-1.9164040088653564,-2.532865047454834,-0.4071359932422638,-1.1718709468841553,0.9481549859046936,1.842018961906433,-0.14528200030326843,0.9932680130004883,1.5779160261154175,1.5517710447311401,0.5746830105781555,-2.5222198963165283,1.0733519792556763,1.9137569665908813,1.5913150310516357,1.7782779932022095,0.8696529865264893,1.5070029497146606,-0.34533199667930603,-1.9369369745254517,2.0327088832855225,-0.22195899486541748,0.4809440076351166,-0.07647799700498581,-0.18385499715805054,-2.787972927093506,1.4130899906158447,0.4922339916229248,-2.0077168941497803,-0.7965059876441956,1.47216796875,-1.1795530319213867,0.8729820251464844,0.8981329798698425,-2.406393051147461,-2.957077980041504,0.06222499907016754,-2.238908052444458,0.5252159833908081,0.20982399582862854,1.557621955871582,0.9789310097694397,-0.932703971862793,-1.0785759687423706,1.4286359548568726,0.8056600093841553,-0.03300600126385689,-2.826112985610962,0.9304789900779724,-0.04635800048708916,-0.07714200019836426,-0.04439200088381767,0.512578010559082,0.5463389754295349,1.1207900047302246,1.4656310081481934,-1.1481850147247314,0.026616999879479408,1.2625399827957153,1.7325259447097778,-1.405122995376587,-1.0398999452590942,-0.749921977519989,0.45960700511932373,0.6191700100898743,0.9508829712867737,-0.10456699877977371,0.11483599990606308,-1.0482850074768066,1.0666110515594482,-0.42933300137519836,-2.484416961669922,1.279984951019287,-2.5050768852233887,0.007201000116765499,-0.93989497423172,-0.9484639763832092,-0.7997360229492188,-1.8083770275115967,1.350733995437622,-0.11139699816703796,0.35082998871803284,1.3942259550094604,-0.0326480008661747,-0.81905198097229,-0.30992400646209717,1.4068440198898315,0.8213980197906494,0.15133799612522125,-0.19298399984836578,-0.07131700217723846,-0.15296100080013275,-0.24719500541687012,-1.483456015586853,-2.798933982849121,-2.5858380794525146,-1.4042789936065674,0.1267939954996109,-0.4942589998245239,-0.510578989982605,1.2349979877471924,1.212893009185791,1.2180190086364746,-0.07086899876594543,-0.059769999235868454,-0.5640220046043396,1.8371059894561768,-0.36398500204086304,1.1790189743041992,1.553966999053955,-0.7078049778938293,-1.2016409635543823,1.4614289999008179,-1.4025989770889282,-0.45575401186943054,-1.2659540176391602,0.30596300959587097,0.9757400155067444,0.6712290048599243,0.9717410206794739,0.38054099678993225,0.31618499755859375,-0.07671599835157394,-1.453832983970642,0.8214730024337769,0.9495440125465393,1.3442540168762207,0.4472559988498688,1.2027870416641235,-0.08462599664926529,0.5917090177536011,0.2355159968137741,1.0341039896011353,-2.540710926055908,1.320165991783142,0.18064400553703308,0.9554539918899536,1.7627249956130981,-1.665802001953125,-1.0749200582504272,0.8611029982566833,-2.18088698387146,0.5479779839515686,0.5461639761924744,1.1043460369110107,0.34219300746917725,0.7569429874420166,-0.1561869978904724,0.16187100112438202,0.607017993927002,1.4443140029907227,0.7552199959754944,0.4771119952201843,0.4247190058231354,-0.24950499832630157,-0.523248016834259,-1.1937240362167358,0.13772700726985931,-0.8629090189933777,1.0913029909133911,1.1080180406570435,-0.8963220119476318,-2.1613919734954834,-0.5845119953155518,-0.4910280108451843,1.895501971244812,0.5768709778785706,0.5932130217552185,0.9303569793701172,-0.624925971031189,2.0228230953216553,-1.122251033782959,-1.0819950103759766,0.1600310057401657,0.6063889861106873,1.3690710067749023,-1.5337920188903809,0.3222689926624298,1.2904560565948486,-2.977695941925049,0.8350189924240112,-0.2977460026741028,0.5952860116958618,-0.9591820240020752,-1.1621129512786865,0.7020149827003479,-0.6288059949874878,1.579807996749878,-2.0652670860290527,-1.34654700756073,0.18039299547672272,0.15369200706481934,0.14963200688362122,1.7643259763717651,-2.528064012527466,0.3112339973449707,0.08535200357437134,0.2104630023241043,0.46543699502944946,-2.1076889038085938,1.6938999891281128,1.4836629629135132,1.522284984588623,0.6846010088920593,0.0018909999635070562,0.4700410068035126,1.1694170236587524,1.634276032447815,-1.3818540573120117,-1.1697980165481567,1.0664180517196655,1.147994041442871,-1.130985975265503,-2.3251349925994873,0.6417890191078186,0.20501099526882172,0.29431700706481934,-1.1733399629592896,0.5801870226860046,-0.4059549868106842,-0.6772260069847107,-0.24484899640083313,-2.883913040161133,1.336434006690979,-0.6730200052261353,-0.8626149892807007,1.150730013847351,1.5422580242156982,1.7906819581985474,1.3259060382843018,-0.34610599279403687,0.20061300694942474,0.5796489715576172,-1.7096840143203735,-0.8620619773864746,0.6042810082435608,0.7380539774894714,1.3504259586334229,0.7789279818534851,1.7325400114059448,-0.9100800156593323,-1.2557090520858765,1.3613389730453491,0.13731899857521057,-1.1642429828643799,0.2749690115451813,1.0599360466003418,-2.7739710807800293,-0.7759420275688171,-0.7600989937782288,-2.5701029300689697,-1.9560489654541016,-0.8999379873275757,0.20676599442958832,-0.03752899914979935,0.058115001767873764,0.32863399386405945,-1.072484016418457,-1.4156919717788696,0.31670400500297546,0.5354080200195312,0.3341360092163086,-2.5678720474243164,0.6559709906578064,1.5610589981079102,0.6376919746398926,-0.9472569823265076,0.5630660057067871,1.4954719543457031,-0.6674969792366028,-0.2910799980163574,1.3502180576324463,0.566366970539093,1.4945329427719116,0.9643880128860474,0.8156870007514954,0.5575180053710938,0.16679799556732178,-1.6025739908218384,1.012004017829895,-1.0512440204620361,0.5194399952888489,-0.31919801235198975,1.4471009969711304,0.3686780035495758,1.335008978843689,0.2534179985523224,0.3641679883003235,-0.4447160065174103,0.5340930223464966,-1.2034050226211548,1.3561890125274658,-1.0637439489364624,-0.24962900578975677,0.5318250060081482,0.565962016582489,0.7855640053749084,0.088298000395298,1.5617729425430298,0.009157000109553337,-0.756488025188446,-1.7093909978866577,-2.5443220138549805,-0.9209759831428528,1.6798609495162964,-2.4716339111328125,-2.263201951980591,-2.2961790561676025,-0.51180499792099,0.3422189950942993,1.3729490041732788,-0.4566810131072998,1.1046890020370483,0.5978040099143982,1.3996870517730713,1.3833329677581787,1.907423973083496,-1.7358299493789673,1.2732160091400146,0.29349398612976074,1.8074419498443604,-0.028970999643206596,-0.1712000072002411,-1.784641981124878,0.2792460024356842,0.5523859858512878,0.3747589886188507,-1.1645410060882568,-0.9377009868621826,1.7667410373687744,-0.3546240031719208,-0.07272700220346451,-0.09548000246286392,-1.9412059783935547,0.7932739853858948,1.108620047569275,0.3705030083656311,-0.5220190286636353,-1.727952003479004,1.2108190059661865,-1.7973899841308594,-1.1450899839401245,-0.1142750009894371,0.6600859761238098,-1.8345439434051514,0.8898789882659912,-0.8385419845581055,1.3845289945602417,-1.979164958000183,0.5099369883537292,-0.8300039768218994,0.17214299738407135,0.19174499809741974,0.7869840264320374,0.9846699833869934,-1.0326950550079346,-0.8366680145263672,-1.6290650367736816,0.33154699206352234,1.7048989534378052,0.9072189927101135,-0.23595799505710602,0.7705309987068176,-0.22567600011825562,-0.6109030246734619,0.8348029851913452,0.8373079895973206,-0.8094249963760376,0.37708601355552673,0.2405019998550415,1.5696909427642822,1.6413359642028809,-0.42791399359703064,0.11410299688577652,0.11118900030851364,0.2629069983959198,-0.9014710187911987,-0.8718979954719543,-1.4757150411605835,0.8658139705657959,-1.4783790111541748,-0.6101909875869751,-1.145009994506836,0.2207850068807602,0.17858299612998962,-0.3537220060825348,-0.3763580024242401,-0.3961839973926544,-1.0789690017700195,-1.3617360591888428,1.3624509572982788,0.7703580260276794,-0.30712899565696716,0.9844509959220886,-1.2294269800186157,0.7747359871864319,0.49197399616241455,0.5201280117034912,-0.025474000722169876,0.7588809728622437,0.03521300107240677,-0.5421890020370483,-1.0469290018081665,-1.0020149946212769,-1.9839930534362793,-0.8779810070991516,1.4485210180282593,1.1696219444274902,-0.9268590211868286,0.6260989904403687,0.41437798738479614,-1.571267008781433,-0.010885000228881836,-1.7629610300064087,1.6318210363388062,0.5908629894256592,-0.02890699915587902,-0.7699769735336304,-2.5059781074523926,0.80485999584198,1.8449369668960571,1.0511109828948975,-2.167480945587158,1.0277149677276611,0.07373300194740295,0.8816419839859009,1.3981579542160034,-1.669389009475708,-1.7298879623413086,1.3643620014190674,1.4452699422836304,-2.590620994567871,-1.6684470176696777,1.4075469970703125,-0.9064369797706604,1.5848640203475952,0.27196499705314636,0.8371809720993042,-0.643625020980835,-0.6013240218162537,0.4633080065250397,-0.19763000309467316,1.729174017906189,-2.0837600231170654,0.38606199622154236,-0.28784000873565674,-0.9544669985771179,1.5986369848251343,-0.7262920141220093,1.555999994277954,0.2670210003852844,-0.06819699704647064,-0.35519400238990784,-1.8696739673614502,0.004631000105291605,1.4823859930038452,-0.14974799752235413,-1.6539030075073242,-0.12959399819374084,1.3546489477157593,1.4705580472946167,0.3030869960784912,0.3338319957256317,-1.9969730377197266,1.8158689737319946,0.24867799878120422,0.15322400629520416,1.0454150438308716,1.042968988418579,-0.6541829705238342,0.2163420021533966,-0.05530799925327301,1.7204439640045166,0.5275300145149231,-1.1658029556274414,1.4287699460983276,0.8087490200996399,-0.4890109896659851,1.7346359491348267,0.907414972782135,1.0257740020751953,-1.2727700471878052,-1.127761960029602,0.4108150005340576,0.16817300021648407,-1.5820800065994263,-2.7459781169891357,-1.2084519863128662,-1.229889988899231,0.03248399868607521,-0.44233599305152893,0.5478159785270691,0.36255401372909546,0.892753005027771,0.9293689727783203,0.6961060166358948,-1.6768430471420288,-1.1918649673461914,-1.7045910358428955,-1.2075740098953247,-0.5163390040397644,0.914788007736206,1.636132001876831,0.38915398716926575,0.09376800060272217,-0.1448110044002533,-0.15486299991607666,-0.157491996884346,-0.465844988822937,0.8042359948158264,1.1804100275039673,1.6616849899291992,0.4252389967441559,0.6331160068511963,0.552727997303009,0.657804012298584,1.6504650115966797,1.6392600536346436,0.7705199718475342,-2.0923409461975098,-1.8939030170440674,0.5066069960594177,0.4299109876155853,-0.42878100275993347,-0.4177829921245575,-0.7625579833984375,-0.7510700225830078,1.685768961906433,-0.40393298864364624,-0.34354299306869507,-0.37105798721313477,0.7099429965019226,0.9001970291137695,0.7977100014686584,0.9535719752311707,1.565708041191101,1.5082329511642456,-0.4263409972190857,1.7533830404281616,1.7447320222854614,1.7855340242385864,0.2702629864215851,-0.03837199881672859,-0.10778799653053284,0.5450329780578613,1.1837459802627563,-1.300469994544983,-1.1809040307998657,-0.9284579753875732,0.6608030200004578,-0.9551060199737549,1.4798870086669922,0.5376999974250793,0.6090570092201233,0.6307569742202759,-1.7848559617996216,-1.4970569610595703,-0.9064819812774658,-1.395393967628479,0.8792459964752197,1.7835619449615479,0.06699299812316895,0.054733000695705414,0.6602349877357483,-0.5391389727592468,1.0321190357208252,1.0909509658813477,-0.11995600163936615,0.6554170250892639,0.5702430009841919,-0.2079470008611679,1.9578520059585571,1.676516056060791,1.2099339962005615,0.48271700739860535,0.049710001796483994,0.303602010011673,-0.7525539994239807,0.6922900080680847,0.699442982673645,-0.7985799908638,-1.32109797000885,0.6649969816207886,-1.8017640113830566,-2.059864044189453,0.07356899976730347,-0.6214690208435059,-0.911486029624939,-1.3239760398864746,0.4112110137939453,0.9422630071640015,-0.4593529999256134,0.38607698678970337,1.1663429737091064,-2.2951459884643555,0.42313799262046814,-0.8002210259437561,-2.0729479789733887,-1.342553973197937,-1.761167049407959,0.7806379795074463,-0.2698110044002533,1.6943800449371338,1.6657979488372803,1.6536649465560913,-0.6568400263786316,-0.6425880193710327,-0.7760120034217834,-0.08877000212669373,0.3985370099544525,-0.3535810112953186,-1.5609619617462158,1.473620057106018,1.3721580505371094,1.1235820055007935,-1.2001019716262817,-1.193688988685608,-1.2294390201568604,1.5127439498901367,-0.9360250234603882,1.7434810400009155,0.6051539778709412,1.3218649625778198,1.256561040878296,-0.11989100277423859,0.8978880047798157,0.9753429889678955,0.9152770042419434,0.48954200744628906,-1.3817440271377563,1.6163899898529053,0.04793599992990494,-0.4231260120868683,0.822862982749939,-0.27166399359703064,0.6282640099525452,-0.38982000946998596,-2.016058921813965,-0.03309600055217743,-0.04893900081515312,1.8638900518417358,1.0041249990463257,-2.602843999862671,-2.3619890213012695,-0.9219970107078552,-2.0526010990142822,-1.4552600383758545,1.1204429864883423,0.26252201199531555,0.7754030227661133,-0.8606129884719849,-0.8628860116004944,-0.9084920287132263,1.0211180448532104,-2.0895659923553467,0.9988549947738647,-1.9798909425735474,-0.7100340127944946,-0.6705650091171265,0.6587749719619751,-0.7197909951210022,-0.03932499885559082,0.6345499753952026,-2.231358051300049,0.39209800958633423,-0.8026639819145203,1.6004019975662231,-1.5799150466918945,-1.4528239965438843,1.6499329805374146,-0.3926219940185547,0.593828022480011,-0.7636629939079285,-2.43202805519104,0.14392900466918945,-1.037369966506958,-1.2566909790039062,-0.6269400119781494,-1.0845500230789185,1.4775429964065552,-1.077530026435852,-1.0918819904327393,0.46327200531959534,0.464383989572525,0.9163680076599121,0.6712120175361633,-1.501979947090149,0.2535260021686554,0.9956099987030029,0.7179620265960693,1.5865609645843506,-1.4979679584503174,-0.3511829972267151,0.8626940250396729,-0.3917050063610077,-1.4409929513931274,-0.1978130042552948,-1.2363359928131104,0.43567100167274475,-0.9375799894332886,0.32012099027633667,-0.39680999517440796,1.7356460094451904,0.57744300365448,-1.0271450281143188,0.38403698801994324,0.19169199466705322,-0.532755970954895,-1.9712129831314087,0.6129739880561829,-0.4481939971446991,1.4530609846115112,0.9104809761047363,1.883823037147522,0.05316799879074097,-0.7161290049552917,1.6973459720611572,-0.30832698941230774,0.7013059854507446,-2.004913091659546,-1.799252986907959,-0.041457999497652054,-0.8435389995574951,0.36103901267051697,1.354822039604187,-0.19805599749088287,0.2551470100879669,0.25735101103782654,0.03422800078988075,-0.6001309752464294,-2.5107579231262207,0.6993910074234009,-1.4257889986038208,-0.7553669810295105,1.9147859811782837,-0.7588919997215271,-0.3478589951992035,0.526619017124176,-0.2952040135860443,0.44168901443481445,0.7513160109519958,-1.3474019765853882,0.5601829886436462,0.2565230131149292,1.3970140218734741,-1.8781390190124512,-2.4719440937042236,1.575387954711914,0.07357099652290344,0.8595640063285828,-0.8957840204238892,-2.4252090454101562,1.4570209980010986,1.277951955795288,0.7296259999275208,-2.3297040462493896,-0.6824529767036438,1.4834189414978027,-0.6328759789466858,-0.295289009809494,0.5070520043373108,1.0043519735336304,-0.9761049747467041,0.49741101264953613,1.6556379795074463,-2.3293120861053467,0.38734298944473267,-1.2695560455322266,-0.33308500051498413,0.8256310224533081,-0.8822219967842102,-0.8315960168838501,-0.10097099840641022,0.15872299671173096,0.5246679782867432,1.484941005706787,1.4623650312423706,1.5182939767837524,0.24210800230503082,0.2354000061750412,1.1721889972686768,-1.8766000270843506,1.6555609703063965,1.7087630033493042,-0.13215400278568268,0.8849239945411682,-0.657634973526001,1.5768460035324097,0.9172700047492981,1.4850729703903198,-0.0807190015912056,-2.422858953475952,0.23012800514698029,0.7716429829597473,1.0673010349273682,-0.8437659740447998,1.5143259763717651,1.5758609771728516,0.38913100957870483,-1.1105560064315796,1.6211520433425903,-2.6591620445251465,-0.28161799907684326,0.2707050144672394,-2.5725479125976562,0.3746599853038788,0.8672739863395691,-0.26944398880004883,0.8761659860610962,1.6886600255966187,0.2676509916782379,0.6507049798965454,-2.0283689498901367,0.9388009905815125,1.5315300226211548,-1.869089961051941,-1.393599033355713,0.8191180229187012,0.02127400040626526,0.6169260144233704,0.5059149861335754,-0.9936680197715759,0.6066510081291199,-0.44130098819732666,-0.4672139883041382,1.6759949922561646,-0.9372599720954895,0.25370100140571594,-2.8796451091766357,-0.6889740228652954,0.9343309998512268,-0.8382359743118286,0.774383008480072,0.4338119924068451,-0.11656799912452698,1.1195080280303955,1.1049619913101196,-2.3360700607299805,-2.1204540729522705,-0.019123999401926994,1.6071679592132568,-2.228705883026123,-0.921625018119812,0.47286298871040344,0.6648629903793335,0.27101200819015503,0.5511950254440308,0.15453100204467773,-0.1552799940109253,-2.7579638957977295,-0.9041129946708679,1.6371209621429443,0.6882079839706421,0.4758880138397217,0.4292689859867096,-0.5748630166053772,1.2459850311279297,-1.028249979019165,-1.0977469682693481,-1.1135159730911255,-0.9997820258140564,0.7754480242729187,0.8807539939880371,1.21281898021698,-1.3711639642715454,0.8124859929084778,-2.530531883239746,-0.10708600282669067,0.8427289724349976,0.9318180084228516,0.4221790134906769,0.8532810211181641,1.6456730365753174,1.93517005443573,0.9218109846115112,0.11921899765729904,0.14847800135612488,0.042805999517440796,-2.3572299480438232,1.7670890092849731,1.2941679954528809,0.17241999506950378,-1.2697919607162476,-2.0612480640411377,0.269336998462677,0.24452200531959534,-0.2349179983139038,-2.778686046600342,1.7977819442749023,1.5105359554290771,-0.9548850059509277,-1.0854909420013428,1.4688650369644165,0.6793599724769592,0.7350749969482422,-2.3656160831451416,0.12105199694633484,1.1582759618759155,0.9332730174064636,0.334991991519928,0.6114389896392822,1.992102026939392,1.8811359405517578,-0.5938850045204163,-1.2955440282821655,0.8810570240020752,-1.3230279684066772,0.67295902967453,0.6174730062484741,0.7798740267753601,1.831367015838623,-2.4708809852600098,-1.0964759588241577,1.7879680395126343,0.45591598749160767,0.8276000022888184,0.8159430027008057,-1.2936710119247437,1.3254300355911255,-0.6973440051078796,0.7644749879837036,0.6992189884185791,0.7975209951400757,-0.37519800662994385,-1.781491994857788,1.637850046157837,-1.2483890056610107,-0.14462000131607056,-1.2638269662857056,1.9460519552230835,0.8269720077514648,0.04131000116467476,0.011110999621450901,1.2822860479354858,1.2945289611816406,-1.097828984260559,-1.206650972366333,-0.34299299120903015,-0.15728500485420227,0.8145359754562378,1.1642500162124634,0.9961559772491455,1.519158959388733,-0.35885199904441833,-0.3242110013961792,-2.372454881668091,-0.3555830121040344,-1.40944504737854,-1.1720759868621826,0.7243720293045044,-0.6466910243034363,0.46056100726127625,1.3381240367889404,0.08914200216531754,-2.723797082901001,-1.047745943069458,-0.17009100317955017,-2.904076099395752,-0.05299999937415123,0.5081200003623962,-0.05323699861764908,1.450340986251831,0.14788299798965454,-0.8843629956245422,-0.938709020614624,1.124276041984558,0.9961270093917847,0.742808997631073,1.0378539562225342,-0.6174039840698242,-0.6492609977722168,-0.6628689765930176,1.4784870147705078,1.6053730249404907,-1.061851978302002,-1.0609029531478882,0.8755390048027039,-0.8378559947013855,-0.8367159962654114,-1.12357497215271,-1.1125890016555786,-1.1314640045166016,-1.4640300273895264,0.7325630187988281,-2.0319669246673584,1.9718070030212402,0.4768419861793518,-1.038377046585083,-0.9627919793128967,-0.2556920051574707,-2.0253241062164307,0.20458799600601196,-1.1369550228118896,1.555222988128662,-1.0970760583877563,-0.6970430016517639,0.04198100045323372,-2.179727077484131,-1.504809021949768,0.7436699867248535,1.5804150104522705,0.39739900827407837,-2.5252621173858643,-0.8345190286636353,0.6234430074691772,-2.909806966781616,-0.44449299573898315,0.34007200598716736,-2.19124698638916,-0.27521100640296936,0.6258260011672974,1.5981440544128418,1.3272119760513306,-1.0115710496902466,-0.17681199312210083,-2.0203230381011963,0.42167899012565613,0.7912700176239014,-0.24460400640964508,-1.120723009109497,1.6930789947509766,0.8084999918937683,0.28502699732780457,-1.080096960067749,0.36441901326179504,0.8728280067443848,-1.4397000074386597,1.3542100191116333,1.3269579410552979,0.88332599401474,0.49370700120925903,-0.12626099586486816,-0.3504660129547119,-1.1999770402908325,0.42953699827194214,0.4115380048751831,0.8376510143280029,0.7837269902229309,0.7683500051498413,-0.17705999314785004,1.1979360580444336,-1.7863110303878784,-0.14426499605178833,-1.7407410144805908,-1.5371309518814087,-1.5671470165252686,0.22142699360847473,0.014294000342488289,-1.4984689950942993,-0.40650200843811035,-0.38253700733184814,0.5745999813079834,-0.5174679756164551,-1.382066011428833,-0.57853102684021,-0.657800018787384,2.0035500526428223,-2.3440840244293213,1.0711549520492554,0.06106200069189072,0.07642100006341934,0.9756820201873779,1.7051080465316772,0.06794700026512146,-1.7609050273895264,0.8457059860229492,0.18122200667858124,-0.8816440105438232,-1.685600996017456,-2.9839529991149902,0.7755020260810852,-2.681072950363159,-0.36692801117897034,-1.1862939596176147,0.9821540117263794,-0.9754210114479065,0.16224299371242523,0.23318900167942047,0.02070000022649765,0.3092989921569824,0.40517300367355347,-0.24522100389003754,0.5276129841804504,-1.1245089769363403,-0.14287300407886505,0.7738369703292847,0.6894940137863159,-0.9469059705734253,-2.352442979812622,1.9093799591064453,-0.7528129816055298,-1.2596310377120972,1.4271570444107056,-0.4787810146808624,-1.0835390090942383,-1.1538360118865967,0.8714659810066223,-0.6639090180397034,0.09344100207090378,1.4963150024414062,0.15915599465370178,-0.9890390038490295,-2.344269037246704,0.6064280271530151,-0.0917230024933815,-0.16290900111198425,0.2869809865951538,1.2382580041885376,1.1394020318984985,1.4228899478912354,-0.6028469800949097,0.4867520034313202,0.5065780282020569,0.6056230068206787,-0.020262999460101128,-0.8290029764175415,0.13205599784851074,-1.186784029006958,1.09797203540802,0.34411099553108215,1.0275039672851562,-1.6905529499053955,0.054926998913288116,-0.43872201442718506,-1.6244779825210571,-2.2840499877929688,0.7996379733085632,-2.2248690128326416,0.5943120121955872,-0.8841519951820374,0.6123080253601074,-0.11338099837303162,-0.0007939999923110008,0.4214969873428345,0.6645179986953735,-1.5013489723205566,-2.7872378826141357,1.2447890043258667,-2.3217360973358154,-0.23971900343894958,-1.0502879619598389,-1.9396040439605713,0.9743130207061768,-1.4140030145645142,0.2172130048274994,-1.197672963142395,-1.9520130157470703,-1.0762319564819336,-0.994530975818634,0.07029400020837784,-1.8983449935913086,0.2851099967956543,0.7572299838066101,0.7670530080795288,1.4844820499420166,-2.42124605178833,1.2294130325317383,-0.8305739760398865,1.4541929960250854,1.6453579664230347,-1.1647180318832397,0.4951449930667877,-0.3145509958267212,-1.99140202999115,0.8955919742584229,-1.2629139423370361,-0.4785830080509186,0.8322939872741699,0.8677939772605896,-1.1967439651489258,0.7555390000343323,-2.5766050815582275,0.1394219994544983,0.13650600612163544,1.7683080434799194,0.836762011051178,-2.4479269981384277,-1.126857042312622,-0.38180598616600037,-1.5692059993743896,0.515421986579895,-1.0976099967956543,1.2916619777679443,0.27622100710868835,0.26816999912261963,0.19872599840164185,0.2768790125846863,1.051501989364624,-1.7853039503097534,-0.29075801372528076,-2.0786499977111816,0.42272698879241943,-1.7112499475479126,-1.0445170402526855,-0.6842640042304993,-1.1514250040054321,-1.5655139684677124,1.7318700551986694,0.47344401478767395,0.5077319741249084,-0.11361700296401978,1.4729230403900146,-2.425942897796631,-0.38849401473999023,-0.6120190024375916,0.16595900058746338,-1.174644947052002,-0.15735599398612976,-0.1584549993276596,1.3731460571289062,0.555741012096405,-0.2054000049829483,-2.1064980030059814,-0.14674800634384155,-0.3050380051136017,0.9314789772033691,1.1976590156555176,0.9023420214653015,0.26124000549316406,1.787889003753662,-0.48403599858283997,0.2494249939918518,0.2746640145778656,0.34710100293159485,0.8225259780883789,-0.7846729755401611,0.657522976398468,1.5863490104675293,0.10385800153017044,-0.7915769815444946,0.4983980059623718,1.2901040315628052,-1.197355031967163,-0.02556000091135502,0.4953109920024872,-1.186316967010498,-1.1881259679794312,-1.210798978805542,-0.4825510084629059,0.21390800178050995,-2.3569509983062744,-1.3026820421218872,-0.5544679760932922,0.07516500353813171,-1.5112570524215698,0.2643199861049652,1.1543450355529785,-1.7364039421081543,-0.6047620177268982,-1.7006529569625854,0.3092710077762604,-1.9453959465026855,-0.8646870255470276,-1.9213470220565796,-1.311635971069336,0.7565140128135681,-0.10003700107336044,-1.6406519412994385,-0.803417980670929,-0.23428699374198914,1.7075929641723633,0.0495310015976429,0.6199510097503662,1.9729410409927368,1.4918400049209595,-0.5245580077171326,-0.44361600279808044,-1.8930280208587646,-2.2736549377441406,-1.1649680137634277,-0.5802440047264099,0.23985399305820465,-1.2545150518417358,-1.174280047416687,1.5606410503387451,1.2522039413452148,-0.1830269992351532,-0.5316140055656433,0.1589840054512024,0.4031490087509155,0.9502019882202148,-1.3536510467529297,0.7915470004081726,-1.931607961654663,0.9530799984931946,-0.762673020362854,-0.48788198828697205,-0.002339000115171075,0.09059099853038788,0.034418001770973206,-0.0835689976811409,1.119150996208191,1.511080026626587,0.42107000946998596,0.5063470005989075,-0.6028990149497986,1.657575011253357,1.9827359914779663,-1.1594690084457397,0.925803005695343,0.9267969727516174,0.9398679733276367,0.9850370287895203,-2.2417991161346436,-2.9912519454956055,0.4373440146446228,-1.426090955734253,-0.7008370161056519,0.2286899983882904,-0.7505429983139038,-0.41782599687576294,-0.40911298990249634,0.35293200612068176,-1.525730013847351,0.9906479716300964,-1.5568770170211792,0.2038169950246811,0.9959179759025574,-2.8145639896392822,-0.14429600536823273,1.9405089616775513,0.5900959968566895,1.1149179935455322,-2.047943115234375,-1.0459630489349365,-1.0355160236358643,1.470978021621704,1.4972729682922363,-1.4262109994888306,0.9646850228309631,0.16428199410438538,1.3714109659194946,1.4654380083084106,-2.1959939002990723,0.7820839881896973,1.3063410520553589,1.493283987045288,-1.262671947479248,0.7704399824142456,-1.3026440143585205,-1.0710220336914062,1.7548680305480957,1.46035897731781,1.7484480142593384,-1.8929380178451538,-0.5014669895172119,0.24884800612926483,0.7393329739570618,-2.282594919204712,1.1454349756240845,-0.7421640157699585,0.47252899408340454,-1.8611390590667725,-0.0942310020327568,-0.38700300455093384,-1.9539849758148193,1.2707600593566895,0.35455599427223206,-0.21964100003242493,0.3569979965686798,0.33216801285743713,0.7123219966888428,-0.8829990029335022,1.5554289817810059,-0.8909419775009155,-0.10927800089120865,-1.7509139776229858,0.8406620025634766,0.9178469777107239,0.8684639930725098,0.5376549959182739,0.630299985408783,1.2022600173950195,0.9553369879722595,1.5610909461975098,0.09309999644756317,-1.2143609523773193,0.9422590136528015,-0.16675199568271637,-2.380213975906372,-2.467134952545166,-1.9360630512237549,1.9361590147018433,-1.2273550033569336,0.4484249949455261,-1.501160979270935,1.4208530187606812,0.2593129873275757,1.4915820360183716,-1.218858003616333,-0.7038189768791199,-0.004935000091791153,-1.326735019683838,1.5244419574737549,1.5332939624786377,1.394737958908081,1.3042240142822266,0.06716399639844894,0.05817599967122078,0.3559499979019165,0.9216920137405396,-0.33258000016212463,-0.9723389744758606,-2.478398084640503,-2.1389870643615723,1.4710979461669922,0.8939329981803894,0.8552960157394409,-0.5584089756011963,-2.760390043258667,-0.7970479726791382,-0.36561599373817444,-0.021599000319838524,-1.7672380208969116,-0.35186201333999634,0.5661230087280273,1.1128100156784058,0.7616549730300903,0.6199650168418884,0.9593809843063354,1.5903140306472778,-0.981469988822937,-2.2597620487213135,0.4341700077056885,0.9966809749603271,-0.37038400769233704,1.394556999206543,1.2469209432601929,1.9831700325012207,1.9681830406188965,1.9476890563964844,0.2860420048236847,0.7984750270843506,0.6596059799194336,-1.1361440420150757,-1.1312010288238525,-0.15160399675369263,0.9255899786949158,-0.1102529987692833,-0.12945899367332458,0.5953720211982727,-0.9032629728317261,-1.0475009679794312,1.1845179796218872,-0.013473999686539173,0.919734001159668,-2.814297914505005,-0.95586097240448,0.5410730242729187,0.2865619957447052,-1.2652519941329956,-0.7841399908065796,-2.5320019721984863,-2.0973660945892334,-0.9586849808692932,1.2243729829788208,1.234910011291504,-2.8970019817352295,1.6773899793624878,0.837677001953125,-0.20720699429512024,1.7470910549163818,1.138532042503357,1.769618034362793,0.6836180090904236,-0.21920299530029297,0.29441800713539124,-1.0604850053787231,0.9153220057487488,-1.0497839450836182,0.08787199854850769,1.4227780103683472,1.673205018043518,0.9842770099639893,1.4844290018081665,0.7876080274581909,-1.8989050388336182,-0.648904025554657,-1.2090059518814087,-0.8490980267524719,0.7224979996681213,1.770637035369873,1.734531044960022,-0.3630880117416382,0.5166270136833191,-1.221377968788147,1.5618319511413574,-0.30116701126098633,0.5107330083847046,1.6200510263442993,0.3861050009727478,1.870097041130066,-0.17330799996852875,0.18688499927520752,0.1401360034942627,0.42797398567199707,0.018146999180316925,1.6526379585266113,0.41226598620414734,0.587673008441925,1.6476579904556274,1.6206320524215698,0.388821005821228,0.7058730125427246,-0.7269560098648071,0.566224992275238,-0.6650239825248718,-2.5347959995269775,1.3874449729919434,-0.9993990063667297,1.621785044670105,0.6455720067024231,-0.35026100277900696,-2.168998956680298,-0.2457049936056137,1.5514010190963745,-2.2771449089050293,0.2267030030488968,-2.2278380393981934,-2.1851999759674072,-2.432792901992798,-1.2670550346374512,-0.8983370065689087,0.33628401160240173,1.7423690557479858,0.8788059949874878,1.7265260219573975,1.8367799520492554,-0.7094069719314575,-0.8876720070838928,1.6102759838104248,0.6100640296936035,0.6864309906959534,0.18501000106334686,1.2930350303649902,0.5214290022850037,-0.6512500047683716,1.3734500408172607,1.3287630081176758,-0.5359339714050293,-0.36635100841522217,-1.6319750547409058,-0.08688800036907196,0.3127239942550659,1.415336012840271,-0.007246000226587057,0.019624000415205956,1.1387640237808228,-2.3219521045684814,1.3767319917678833,0.7655959725379944,-0.1067890003323555,-1.2907179594039917,0.42132100462913513,0.7784590125083923,0.3384050130844116,0.39128199219703674,0.7154849767684937,-1.7152249813079834,-1.2242519855499268,1.5961190462112427,-0.24438199400901794,-1.1975940465927124,0.6487159729003906,2.0392889976501465,-0.9726120233535767,0.7464939951896667,1.183948040008545,-1.953197956085205,0.5854219794273376,-0.669264018535614,1.9842790365219116,-1.1523809432983398,0.8328819870948792,1.4985170364379883,0.4970279932022095,1.4814389944076538,1.4947680234909058,0.8775370121002197,1.1463290452957153,0.2679949998855591,-0.8797979950904846,1.7092349529266357,1.319512963294983,0.7548490166664124,0.427154004573822,-2.0860509872436523,0.8240020275115967,0.40717899799346924,-0.9919679760932922,0.43722599744796753,0.9942749738693237,0.1751910001039505,0.5541660189628601,1.7587239742279053,0.16532300412654877,-0.6213889718055725,0.029350999742746353,0.14526599645614624,0.19617900252342224,-1.1102770566940308,-0.214355006814003,0.8883680105209351,0.8885430097579956,0.657496988773346,-1.089480996131897,1.278283953666687,-2.0506041049957275,0.5558410286903381,-2.7963809967041016,1.631432056427002,0.9921290278434753,0.8916410207748413,0.24844400584697723,-0.5921339988708496,0.1294959932565689,-1.3422980308532715,0.9361240267753601,-0.15727800130844116,-2.8827569484710693,1.8154540061950684,1.2599669694900513,-0.06673499941825867,-0.011866999790072441,1.260004997253418,0.3518809974193573,0.9582039713859558,-0.47485798597335815,1.585495948791504,-2.140981912612915,-0.8367059826850891,-2.869633913040161,1.076097011566162,-1.7569559812545776,-0.71356600522995,0.054829999804496765,-0.3584359884262085,-0.374345988035202,0.9826250076293945,-0.32958200573921204,1.583659052848816,-0.2097409963607788,-0.2612389922142029,-0.917602002620697,-2.9403328895568848,0.6711779832839966,-1.3959709405899048,-0.2538839876651764,-0.35714098811149597,1.0605859756469727,-2.106937885284424,-0.6034039855003357,0.35555300116539,1.6756130456924438,1.6229729652404785,-2.6571719646453857,-1.2233890295028687,-1.2380009889602661,-0.8529760241508484,-2.454422950744629,0.06230499967932701,1.4505770206451416,1.3342649936676025,0.952646017074585,0.4022110104560852,0.9898970127105713,0.28034698963165283,-1.1418230533599854,-0.3373439908027649,0.9276319742202759,0.09972599893808365,0.11210700124502182,-1.8288999795913696,1.610509991645813,0.18217800557613373,0.8391090035438538,-0.06603299826383591,1.555232048034668,0.8504719734191895,-2.7391819953918457,-1.9176069498062134,1.0239850282669067,1.0563429594039917,0.023578999564051628,-0.021469999104738235,0.6849009990692139,0.6533700227737427,0.5528669953346252,1.6954139471054077,-1.9488329887390137,0.26732298731803894,-0.6877520084381104,0.8995680212974548,0.1341180056333542,0.14155800640583038,-0.08838199824094772,1.512395977973938,0.9511569738388062,-1.4063329696655273,0.7967010140419006,-2.88533091545105,1.5690710544586182,-1.4316580295562744,1.343788981437683,-0.38366198539733887,1.9453749656677246,0.8745160102844238,0.8374559879302979,0.0028039999306201935,-2.445888042449951,0.4756700098514557,0.8967990279197693,0.46943899989128113,-1.626600980758667,-0.146029993891716,1.6857539415359497,-0.5199419856071472,1.9054620265960693,-2.7775509357452393,-0.6538569927215576,-0.01728600077331066,-2.9014289379119873,1.3625810146331787,1.4577080011367798,-1.1575560569763184,-2.6119608879089355,1.5326709747314453,0.16397400200366974,-0.00843099970370531,0.19959600269794464,1.558076024055481,1.6307920217514038,-0.3464609980583191,0.024049000814557076,0.9173370003700256,0.052101001143455505,-1.3440309762954712,0.8034300208091736,1.6385879516601562,-1.421110987663269,-1.4945149421691895,-0.6472610235214233,1.7813639640808105,-0.08927399665117264,-2.068031072616577,-1.28364098072052,0.6501179933547974,-0.18211999535560608,0.5324779748916626,0.9839490056037903,1.2669600248336792,-1.1146899461746216,-2.8833959102630615,-1.235442042350769,1.2549649477005005,0.6801369786262512,0.9234430193901062,0.5884720087051392,-1.0121519565582275,-1.141139030456543,0.8801599740982056,0.9727839827537537,2.0024828910827637,-1.1758229732513428,-1.312736988067627,1.5486379861831665,-0.3704589903354645,-0.23249900341033936,-2.632323980331421,-2.6466119289398193,1.2502089738845825,-0.08777900040149689,-0.05157500132918358,-0.8163779973983765,0.8130249977111816,-1.3662970066070557,1.6461310386657715,0.7927089929580688,-1.0308619737625122,1.2982579469680786,1.3092290163040161,-1.324774980545044,1.403975009918213,1.4256479740142822,-2.8767120838165283,0.5822510123252869,-1.5959450006484985,-1.9312870502471924,0.9472240209579468,0.7759799957275391,1.0719369649887085,-0.03135799989104271,-2.910917043685913,-0.12210199981927872,-0.9380549788475037,-2.8761649131774902,-2.3731369972229004,1.9083019495010376,0.8104810118675232,0.3461419939994812,1.5647950172424316,0.5683519840240479,-2.1781539916992188,0.7716649770736694,1.158774971961975,-0.383199006319046,0.5327609777450562,0.6481840014457703,0.9664570093154907,0.6746839880943298,0.6556059718132019,-0.46259498596191406,-0.057103998959064484,1.8293819427490234,0.490092009305954,1.1495039463043213,-0.07983700186014175,-0.3870280086994171,0.485711008310318,-0.6129339933395386,0.8713139891624451,-1.0694479942321777,1.0211390256881714,-1.261376976966858,-1.3512719869613647,0.3406060039997101,-2.8233320713043213,-2.0876479148864746,1.595999002456665,0.3458220064640045,-0.2600420117378235,-0.39799201488494873,-0.4405069947242737,1.9535399675369263,0.8010370135307312,-0.8997910022735596,0.08166799694299698,-0.9549850225448608,-0.20025399327278137,0.6088089942932129,0.22651900351047516,1.0526520013809204,0.627577006816864,1.9869849681854248,0.04403100162744522,0.3025749921798706,-0.6305990219116211,-0.6512789726257324,-1.236670970916748,0.19248299300670624,0.8842800259590149,-0.5668259859085083,0.7344210147857666,0.546422004699707,1.1723560094833374,1.5635919570922852,1.4873549938201904,0.8528609871864319,-1.1069550514221191,-0.3377630114555359,0.14404700696468353,-2.1009631156921387,1.3244279623031616,0.07011199742555618,1.1852179765701294,0.25296199321746826,0.07049600034952164,-1.2178499698638916,-0.4379200041294098,1.6152069568634033,-0.6675050258636475,-0.9319480061531067,0.9097579717636108,1.6272460222244263,1.5647460222244263,-0.7961829900741577,-0.5780500173568726,-0.4160650074481964,1.3944870233535767,0.136913001537323,-0.8461080193519592,0.2282000035047531,-1.4557069540023804,0.6895610094070435,0.03186099976301193,1.9489729404449463,-0.23434799909591675,-1.0126349925994873,1.6905410289764404,1.8795160055160522,-1.26015305519104,-1.5772650241851807,0.989857017993927,0.5189520120620728,1.6301480531692505,-0.04948100075125694,-2.0911900997161865,-0.32795199751853943,0.9654989838600159,0.06415800005197525,0.8247609734535217,0.4908449947834015,-1.343724012374878,-2.0809099674224854,0.42704901099205017,-0.5422009825706482,-2.438981056213379,-2.911374092102051,-0.004077000077813864,0.5794100165367126,0.565339982509613,1.5494110584259033,-1.3271650075912476,-2.500509023666382,-1.3636239767074585,0.16783300042152405,0.4848879873752594,-0.3526900112628937,1.1023709774017334,0.5721459984779358,1.1235690116882324,1.1985599994659424,0.8373379707336426,-0.23150800168514252,1.6089030504226685,1.0477919578552246,-0.13784800469875336,1.5262900590896606,0.6979140043258667,-1.4864269495010376,-1.4999949932098389,-1.1100640296936035,-1.5611339807510376,0.23477299511432648,0.7367810010910034,-1.0926049947738647,0.025028999894857407,-2.181107997894287,0.7292600274085999,-2.4039769172668457,-2.400744915008545,1.1257799863815308,0.7193790078163147,-0.8152629733085632,-0.8235350251197815,-0.7247470021247864,0.007836000062525272,0.4161800146102905,-1.5406060218811035,0.8098840117454529,-0.7219619750976562,0.4558719992637634,-1.0605429410934448,1.3114099502563477,1.3137929439544678,0.7505840063095093,-1.8659770488739014,1.6762349605560303,-2.888000011444092,-0.2403780072927475,-1.2826189994812012,0.8439139723777771,-0.1896750032901764,-1.2667269706726074,-0.18189899623394012,0.14491400122642517,1.2343980073928833,0.8450440168380737,-1.1076899766921997,0.0854400023818016,1.312067985534668,-0.3606100082397461,-2.4212489128112793,-0.3198310136795044,-0.6612989902496338,-0.6160839796066284,0.9662179946899414,1.120036005973816,0.08515699952840805,-0.5092610120773315,-0.9356330037117004,-2.8697729110717773,-0.149508997797966,1.1055870056152344,0.7739350199699402,0.6084460020065308,-1.0017460584640503,0.8186699748039246,-2.121716022491455,-0.625232994556427,1.5492550134658813,-1.332813024520874,-0.7921199798583984,-2.334702968597412,0.2609640061855316,-0.23336699604988098,-1.9458650350570679,-1.3983789682388306,-2.322927951812744,1.7682969570159912,-0.3982729911804199,0.7817260026931763,-1.1417659521102905,-0.23617899417877197,0.4935329854488373,-1.34723699092865,0.11073700338602066,0.20455199480056763,0.38218000531196594,0.13119900226593018,-1.5283520221710205,-1.6568200588226318,1.654600977897644,1.5880769491195679,1.4950319528579712,0.3527269959449768,-1.0197340250015259,1.7533470392227173,-0.9310920238494873,-0.23946799337863922,-0.9007499814033508,-0.1258459985256195,-0.8665400147438049,0.50245600938797,-0.2855300009250641,0.12608599662780762,0.020204000174999237,0.45107901096343994,-1.385938048362732,0.45652899146080017,0.12850700318813324,1.159237027168274,0.12021999806165695,0.2962700128555298,0.46660399436950684,-0.9412029981613159,-2.633352041244507,0.3074429929256439,-0.4755280017852783,-0.5257790088653564,0.43892401456832886,1.2654019594192505,-0.6723340153694153,-0.7424759864807129,0.5428760051727295,-2.002859115600586,0.3875940144062042,0.8484939932823181,1.8333090543746948,-0.9936749935150146,-1.0476759672164917,1.434391975402832,1.152554988861084,-0.21376100182533264,1.4756289720535278,1.2023999691009521,0.2420330047607422,1.3395349979400635,1.475864052772522,-0.5681620240211487,0.36117300391197205,0.6794210076332092,-0.010075000114738941,0.3094789981842041,1.1213279962539673,-0.1931460052728653,-0.16921600699424744,0.22819699347019196,-1.0469989776611328,-1.8079370260238647,-2.773369073867798,0.4970549941062927,-1.7815829515457153,0.4897040128707886,0.919107973575592,1.3120429515838623,0.4444290101528168,1.5326800346374512,1.1908470392227173,-0.5603970289230347,-0.0035880000796169043,0.2067829966545105,-0.68122398853302,-0.2643750011920929,1.4822529554367065,1.4906599521636963,1.4675710201263428,1.4176089763641357,-0.7786049842834473,1.1585760116577148,1.1777280569076538,0.06972300261259079,0.09347300231456757,-0.22259299457073212,1.3568240404129028,-0.11122699826955795,-2.6235790252685547,0.9500259757041931,0.6244400143623352,0.5146840214729309,-0.889460027217865,-0.4637109935283661,-1.0514529943466187,-1.2553859949111938,-1.9519410133361816,-2.3954460620880127,0.3194639980792999,-0.38874998688697815,-1.477220058441162,1.3208659887313843,-1.1800119876861572,0.6256920099258423,1.4678800106048584,0.17926600575447083,1.8830070495605469,0.44087401032447815,0.3707920014858246,0.939782977104187,0.8315790295600891,0.3992849886417389,-1.8249069452285767,-1.070896029472351,1.550786018371582,-1.3277690410614014,0.4492410123348236,1.6703579425811768,1.632891058921814,-0.3465139865875244,0.40461599826812744,0.9612259864807129,-0.3673200011253357,-0.15225300192832947,-1.600450038909912,0.6344950199127197,-0.5586429834365845,-1.0962920188903809,-1.0770670175552368,-0.420758992433548,1.4044770002365112,1.5478880405426025,-0.40059399604797363,1.5319850444793701,1.0446710586547852,-0.09006399661302567,1.0389649868011475,0.17873899638652802,-0.4741530120372772,1.637887954711914,1.9579910039901733,-2.3806569576263428,-1.0798250436782837,-0.9805399775505066,-0.14572399854660034,-0.14855100214481354,-2.2629270553588867,0.7800160050392151,-0.4958359897136688,0.09689799696207047,0.21597999334335327,-1.0613960027694702,-2.1325769424438477,1.5039589405059814,-0.16850799322128296,0.3844529986381531,0.4173099994659424,0.4646260142326355,0.6799370050430298,1.756484031677246,-1.7103209495544434,0.29765400290489197,1.1441309452056885,-1.3165279626846313,-1.3067359924316406,1.4837590456008911,-2.933713912963867,1.0046130418777466,0.34992000460624695,0.5880770087242126,1.198207974433899,0.5645189881324768,0.2778869867324829,-0.27567100524902344,-1.210669994354248,-0.8894910216331482,1.795454978942871,0.30482399463653564,-0.23478099703788757,0.6373220086097717,-0.7253419756889343,-2.958527088165283,1.8195019960403442,1.8255460262298584,-1.4411989450454712,1.9232900142669678,1.9283109903335571,1.9308899641036987,1.915714979171753,0.5290709733963013,0.034102000296115875,0.6999080181121826,-0.8445029854774475,0.8285809755325317,0.83330899477005,1.205198049545288,1.6753499507904053,-0.1437399983406067,-0.8036370277404785,0.304764986038208,0.5876330137252808,-0.27189499139785767,0.47498899698257446,0.9385309815406799,-1.1650190353393555,0.4709399938583374,-0.6190829873085022,1.5975290536880493,0.4520989954471588,-2.638848066329956,1.7461739778518677,1.8372509479522705,1.754472017288208,-1.2222700119018555,-1.324491024017334,1.6122299432754517,1.2207469940185547,-1.7451510429382324,-2.6555750370025635,-2.6031079292297363,-0.975820004940033,1.1370869874954224,0.6714069843292236,-0.39689698815345764,-1.1878219842910767,-1.441851019859314,-2.1784000396728516,0.5862749814987183,1.8924520015716553,-1.1399539709091187,-0.13098900020122528,1.771589994430542,-1.6319890022277832,1.6992570161819458,-0.9962970018386841,-1.163936972618103,-0.9324650168418884,0.5483360290527344,-0.95135098695755,0.7773169875144958,0.7669810056686401,-1.43955397605896,0.604075014591217,1.4672939777374268,-1.5199990272521973,-1.6773500442504883,1.0819259881973267,1.647354006767273,0.7718539834022522,0.4929099977016449,0.8761240243911743,-0.41059601306915283,-0.24788600206375122,-0.30967000126838684,-1.0256140232086182,-0.8445389866828918,-1.4424530267715454,1.8360739946365356,1.7058370113372803,0.29021400213241577,0.30890899896621704,-1.6207669973373413,1.7280290126800537,-1.1417139768600464,-0.6551250219345093,-0.2321919947862625,-1.2322930097579956,1.5638610124588013,1.4942480325698853,-2.276937961578369,-0.6927319765090942,-1.2012180089950562,1.6691279411315918,0.2815690040588379,1.082977056503296,0.8306040167808533,0.8147429823875427,-0.25069600343704224,0.8556910157203674,0.14801999926567078,1.7175250053405762,-0.859915018081665,0.13763099908828735,1.9661099910736084,-1.6929500102996826,-2.80635404586792,1.6813689470291138,-0.11973600089550018,-1.116834044456482,-0.6931359767913818,0.010106000117957592,0.7575430274009705,0.6475650072097778,-0.19899499416351318,0.3174079954624176,1.65385103225708,1.1551660299301147,-2.0089969635009766,-1.8860269784927368,-2.7682600021362305,1.9572780132293701,-0.3386090099811554,-0.7349519729614258,-0.43329501152038574,-0.32904601097106934,1.5426570177078247,1.459318995475769,-0.04707999899983406,-1.1185389757156372,0.6225169897079468,1.8021119832992554,-0.26534798741340637,-0.08722899854183197,0.47158899903297424,-1.9414490461349487,-1.238651990890503,-0.44020000100135803,-0.886542022228241,0.7787899971008301,-1.6594489812850952,0.6940249800682068,0.5313739776611328,0.5363479852676392,-0.6728169918060303,1.796218991279602,-1.292083978652954,0.07207299768924713,1.0104190111160278,-0.21697600185871124,-1.2933670282363892,0.9705970287322998,1.2539739608764648,-1.556143045425415,0.3644849956035614,-1.105646014213562,-1.0423979759216309,-0.6374199986457825,0.5280789732933044,0.18025800585746765,0.9843860268592834,0.9888719916343689,0.1829490065574646,0.039838001132011414,0.8653870224952698,-2.432990074157715,1.0628670454025269,0.047742001712322235,-1.158079981803894,-0.48639699816703796,0.09182099997997284,-0.8444730043411255,-1.3388680219650269,0.7817860245704651,-0.8698109984397888,-1.0735180377960205,0.819254994392395,-0.9743970036506653,-0.9087889790534973,-0.8718479871749878,1.5310399532318115,1.6433429718017578,1.6877620220184326,0.9817569851875305,-0.897724986076355,1.0587899684906006,1.1375499963760376,-0.24641099572181702,-0.1665470004081726,-1.6660139560699463,-0.31863999366760254,-2.101912021636963,0.9045910239219666,-1.2586450576782227,-2.091459035873413,-1.0385849475860596,1.0080360174179077,1.975098967552185,-0.4319309890270233,0.9679830074310303,0.22029000520706177,0.13982300460338593,-1.441593050956726,-2.286386013031006,0.7466880083084106,0.8008310198783875,-1.3082200288772583,-0.804777979850769,-2.0608971118927,1.2707840204238892,0.14925800263881683,-1.0125490427017212,-0.8552640080451965,-0.6049069762229919,-0.29585498571395874,0.7924309968948364,-0.5787400007247925,0.4363679885864258,0.8786349892616272,-1.4601349830627441,-1.1148899793624878,1.3947399854660034,1.4398150444030762,-1.0799269676208496,1.5629459619522095,0.5834280252456665,-0.45593300461769104,1.5985560417175293,0.4744510054588318,-2.306583881378174,-1.6195859909057617,1.0113400220870972,0.588018000125885,-0.7853549718856812,0.34395700693130493,0.522907018661499,-2.0600509643554688,-2.0381340980529785,0.5549430251121521,-0.9776170253753662,1.5681320428848267,0.6601470112800598,0.8548840284347534,0.11405900120735168,0.5557929873466492,-0.41235700249671936,-0.4849269986152649,1.3488069772720337,1.056164026260376,0.41535601019859314,0.964851975440979,1.0039759874343872,0.9923189878463745,-2.237065076828003,1.9483309984207153,0.7229880094528198,-1.039499044418335,-0.40613099932670593,-1.4199539422988892,-1.1719980239868164,-2.128899097442627,-2.0655980110168457,0.1683499962091446,0.8919180035591125,-1.7218509912490845,0.07276099920272827,-2.5287818908691406,-2.5217549800872803,0.1822420060634613,-1.6022130250930786,1.2425090074539185,1.3088020086288452,1.698367953300476,0.09600699692964554,1.9509899616241455,0.6434410214424133,-2.3799729347229004,-0.39159199595451355,0.3405799865722656,-0.9388909935951233,-1.2772400379180908,1.5078150033950806,-1.1679500341415405,1.4930789470672607,1.3806509971618652,1.6097520589828491,-0.8552200198173523,-0.9254109859466553,-0.9958950281143188,0.4233109951019287,1.0335129499435425,0.580361008644104,0.6459400057792664,1.0664509534835815,1.7873510122299194,1.5690670013427734,1.5672630071640015,0.42911601066589355,0.7256640195846558,-0.24157600104808807,1.1992069482803345,-0.1910029947757721,1.5910370349884033,-0.4144990146160126,0.8869010210037231,-0.8821409940719604,-0.983240008354187,-1.806095004081726,-1.1752049922943115,-2.003377914428711,0.9608539938926697,1.5224119424819946,-1.2801369428634644,0.0721760019659996,-1.7800819873809814,0.5197229981422424,0.36540600657463074,-1.7797030210494995,-1.5437519550323486,-0.2799600064754486,0.24718999862670898,1.614130973815918,1.3289129734039307,1.2724159955978394,-1.0932949781417847,0.21174000203609467,-1.3318029642105103,-1.3385820388793945,-0.9678679704666138,-1.3245329856872559,0.9505680203437805,-1.5218859910964966,0.9858189821243286,-0.19971099495887756,0.9177839756011963,0.08684200048446655,0.017771000042557716,0.047547001391649246,-1.0256270170211792,-2.6249380111694336,0.8647480010986328,-2.077022075653076,0.5000830292701721,-0.29716500639915466,0.47479701042175293,1.1573220491409302,-1.3535490036010742,1.7058500051498413,-2.310995101928711,0.03753799945116043,-1.6469910144805908,0.8391090035438538,0.8742650151252747,1.372074007987976,-0.3648900091648102,0.9080569744110107,-0.8941919803619385,0.08766999840736389,-2.6277520656585693,1.4910969734191895,1.2254849672317505,1.5119459629058838,1.165686011314392,-0.4394569993019104,0.38245201110839844,1.9693889617919922,-1.1734570264816284,-1.4489719867706299,-1.3181519508361816,1.3531099557876587,1.4166820049285889,-2.7106189727783203,0.8452879786491394,0.2922399938106537,0.0636179968714714,-2.1720728874206543,-1.1540420055389404,0.1300009936094284,-1.5280569791793823,0.20068499445915222,-1.0828989744186401,-0.820717990398407,1.9144920110702515,-0.5833820104598999,0.490556001663208,0.5591830015182495,1.8306180238723755,1.1502490043640137,0.7226939797401428,-2.2309350967407227,1.2435909509658813,1.5670230388641357,-1.8035720586776733,-0.9398159980773926,1.3812899589538574,-1.3396650552749634,-0.07872000336647034,-0.08893699944019318,-1.2012020349502563,-0.4795289933681488,0.47571301460266113,1.5771479606628418,-1.8892229795455933,1.316836953163147,1.1285849809646606,-0.06709899753332138,-0.44243499636650085,0.2719689905643463,-1.8218539953231812,1.9190889596939087,-1.600003957748413,0.19057199358940125,1.4693859815597534,-0.23498199880123138,1.497094988822937,-0.4015839993953705,1.5609530210494995,0.7034140229225159,-0.6472989916801453,-0.9507690072059631,-1.0462470054626465,-1.2712550163269043,-0.6781389713287354,0.8135570287704468,0.22384199500083923,1.4895219802856445,1.4628429412841797,-0.1231520026922226,0.5210869908332825,1.8818080425262451,-1.045598030090332,-1.0906269550323486,0.0032820000778883696,1.4835749864578247,-2.563570022583008,-2.474670886993408,-0.6851239800453186,1.2208640575408936,1.559872031211853,1.6101319789886475,0.12763099372386932,1.310850977897644,1.5408780574798584,1.253777027130127,-2.495798110961914,-0.1176609992980957,0.6467599868774414,0.6089749932289124,0.23624800145626068,-2.8992578983306885,-1.3005000352859497,1.717602014541626,0.6943830251693726,-0.30582401156425476,0.1919659972190857,-0.047871001064777374,0.07846400141716003,0.44170400500297546,1.6070319414138794,1.2186789512634277,1.1019530296325684,-0.1756719946861267,0.4950009882450104,1.3040590286254883,1.021733045578003,1.6222690343856812,-0.2983880043029785,0.8726609945297241,0.6697900295257568,-1.1299270391464233,0.2925490140914917,0.7203419804573059,0.5411080121994019,-1.924293041229248,0.6146119832992554,-1.3071800470352173,1.4286500215530396,1.6821980476379395,1.651134967803955,0.15004999935626984,0.1759600043296814,0.42518600821495056,0.42300501465797424,0.48637300729751587,1.1118179559707642,1.0537229776382446,-0.05702200159430504,-0.5753970146179199,-0.8999080061912537,-0.8998680114746094,1.0018359422683716,0.20825499296188354,0.11113700270652771,-0.1524839997291565,-0.1683329939842224,-2.037921905517578,-0.04284600168466568,0.7141759991645813,0.705640971660614,1.007222056388855,-0.8167619705200195,0.3940750062465668,1.2682030200958252,1.2775540351867676,1.266592025756836,0.7328600287437439,1.6287610530853271,-2.2567310333251953,-1.0317699909210205,0.39283499121665955,-0.5870230197906494,0.3774130046367645,0.3006269931793213,1.0437029600143433,-1.9127589464187622,-0.48123300075531006,0.28103500604629517,1.7469830513000488,1.3146309852600098,-0.5449000000953674,-0.05833600088953972,-1.04209303855896,-2.8872010707855225,1.7388290166854858,-2.594312906265259,-2.5932040214538574,-0.4245370030403137,-1.414878010749817,-0.10599300265312195,-1.9248850345611572,-1.3395600318908691,-0.0802989974617958,-0.12425100058317184,1.5037039518356323,0.9850599765777588,1.5216469764709473,1.5140329599380493,0.7983790040016174,0.24159300327301025,-2.7294819355010986,0.9540839791297913,-1.9921419620513916,0.6162530183792114,-1.6074529886245728,-1.413377046585083,0.9601219892501831,1.0002800226211548,0.29470598697662354,1.6283260583877563,1.8560110330581665,1.8737549781799316,-0.46806600689888,0.0046190000139176846,0.5898370146751404,1.400589942932129,-1.1252690553665161,-0.2321459949016571,0.8516380190849304,-0.17459900677204132,-0.3087019920349121,-0.7772840261459351,1.7592699527740479,1.773210048675537,1.4333449602127075,0.19039499759674072,1.3769290447235107,0.4991750121116638,0.9198539853096008,0.8913649916648865,0.5099589824676514,0.5617640018463135,0.8019390106201172,0.6839879751205444,1.3939330577850342,0.7728080153465271,0.7972419857978821,0.9459919929504395,1.4948209524154663,-0.9728080034255981,1.751608967781067,1.052348017692566,-1.296779990196228,0.7090160250663757,0.42546001076698303,-1.2630469799041748,-2.6104109287261963,1.640028953552246,1.6877050399780273,-2.581372022628784,-0.03031099960207939,1.4897079467773438,-0.08020900189876556,-1.6522040367126465,0.19220800697803497,0.8774740099906921,0.4451630115509033,-1.723425030708313,1.04305100440979,-0.695704996585846,0.48887699842453003,0.6373130083084106,0.3376550078392029,-0.24931399524211884,-2.3358850479125977,1.103698968887329,1.265781044960022,-0.3326050043106079,0.562021017074585,0.6128379702568054,-0.3559170067310333,-1.487597942352295,-1.570444941520691,-1.798557996749878,1.7915550470352173,-1.0606640577316284,-2.225111961364746,0.5945519804954529,-1.6519629955291748,0.5969240069389343,-0.28614598512649536,-1.1771320104599,1.6348799467086792,0.6465280055999756,0.6358469724655151,-2.183044910430908,1.6768980026245117,0.12637999653816223,-0.344186007976532,-1.365530014038086,1.6402380466461182,-0.7300289869308472,-0.24959400296211243,0.7016639709472656,1.030871033668518,-0.12899799644947052,0.3593289852142334,0.5295929908752441,1.7587569952011108,0.8233780264854431,0.049254000186920166,0.810929000377655,-0.7848209738731384,0.8622050285339355,-0.5549950003623962,0.21941199898719788,1.5993659496307373,1.0855129957199097,0.6745889782905579,-1.4566140174865723,1.83365797996521,-2.5366339683532715,-0.46832001209259033,1.5381710529327393,0.0510299988090992,-1.7687859535217285,0.7232949733734131,1.3339849710464478,-0.854997992515564,1.170686960220337,-2.210114002227783,-0.10076499730348587,-0.7984300255775452,-0.8123049736022949,-2.1437180042266846,-1.0344150066375732,-1.6027090549468994,-1.892549991607666,-0.27365800738334656,-0.0726580023765564,1.7343499660491943,0.2629449963569641,1.1486910581588745,-0.11593499779701233,1.6788779497146606,0.7673050165176392,-0.03546300157904625,1.0593630075454712,1.024888038635254,0.17369399964809418,-0.5898079872131348,-0.18568900227546692,-0.21158500015735626,-0.2424360066652298,1.4825170040130615,-0.8938590288162231,-2.792011022567749,0.4978500008583069,-0.46825700998306274,0.5250309705734253,0.009566999971866608,-0.604324996471405,0.06412000209093094,0.34842100739479065,1.068539023399353,1.129755973815918,-0.42080700397491455,-1.6708710193634033,1.414106011390686,0.9013069868087769,0.3179140090942383,0.9637399911880493,1.4378830194473267,0.4088220000267029,-1.1697050333023071,1.3080569505691528,0.4089289903640747,-1.633653998374939,-2.8501169681549072,-0.47424399852752686,0.39927801489830017,0.2936600148677826,1.357820987701416,0.3464609980583191,1.4889470338821411,1.3802540302276611,0.7091259956359863,0.6539080142974854,1.6994999647140503,-1.7489360570907593,1.4412280321121216,1.2645989656448364,1.4732379913330078,0.589257001876831,-0.8357679843902588,0.17128999531269073,0.2941510081291199,1.4643219709396362,0.6345930099487305,0.8304839730262756,-0.9226959943771362,0.6732310056686401,0.5013459920883179,0.46676701307296753,0.2958190143108368,1.4631030559539795,0.30426499247550964,-1.4640229940414429,-2.181891918182373,1.2547980546951294,0.02542399987578392,-2.086606979370117,-1.0320169925689697,-1.0180950164794922,-0.9615060091018677,0.2306780070066452,0.19212700426578522,0.056446000933647156,0.52503901720047,-1.2348270416259766,0.8411300182342529,-0.9419410228729248,1.1884210109710693,0.7398329973220825,-0.7708439826965332,0.4754439890384674,0.5313320159912109,1.0473610162734985,-0.14152799546718597,0.9742419719696045,1.5102180242538452,1.553236961364746,1.480484962463379,1.1198409795761108,1.5156580209732056,0.3716279864311218,0.8820890188217163,1.471621036529541,-0.42362499237060547,0.2645770013332367,-0.40860098600387573,1.995674967765808,0.9031969904899597,0.33461499214172363,1.2682549953460693,0.7089570164680481,-2.2959229946136475,-1.8097920417785645,1.1383039951324463,0.6971970200538635,1.4070860147476196,-0.8003780245780945,0.3868919909000397,1.6158130168914795,0.8315230011940002,0.7969819903373718,0.6255829930305481,1.0402870178222656,1.3004100322723389,-0.7796149849891663,-0.7485089898109436,-0.6388919949531555,0.711063027381897,-1.1891599893569946,0.9888229966163635,-1.0675610303878784,0.7476490139961243,-2.513153076171875,0.7025120258331299,0.7371529936790466,1.6112569570541382,1.5731300115585327,1.896780014038086,-0.859362006187439,-1.053853988647461,-0.21404099464416504,1.4474530220031738,1.3490580320358276,1.370298981666565,1.7151529788970947,0.45984500646591187,1.3332879543304443,0.23655900359153748,1.5026520490646362,0.8976730108261108,-0.9877849817276001,-1.0547289848327637,0.11101999878883362,1.3227390050888062,-1.675784945487976,-1.061187982559204,1.486657977104187,-0.3869920074939728,1.782783031463623,0.4111979901790619,0.252810001373291,-0.8534550070762634,0.8980749845504761,-1.1617679595947266,0.2682130038738251,-1.332077980041504,0.05449499934911728,-0.897212028503418,0.10917799919843674,0.7492899894714355,1.0131340026855469,1.7085130214691162,-0.8129010200500488,1.6439510583877563,-2.3184030055999756,-1.1447629928588867,-0.7771279811859131,-1.3439079523086548,0.31219199299812317,1.229619026184082,-0.05157399922609329,0.35259899497032166,1.1067039966583252,0.0457880012691021,-1.3273769617080688,-1.5757529735565186,-1.564452052116394,0.8107150197029114,0.5075880289077759,-0.02463899925351143,1.6159629821777344,-0.5566089749336243,1.8553739786148071,0.6975160241127014,-0.5320069789886475,0.3454650044441223,-0.40030398964881897,0.7868589758872986,0.4637320041656494,-0.2936190068721771,0.47011101245880127,0.468425989151001,-0.23144400119781494,0.9974110126495361,0.7229040265083313,0.14864300191402435,-1.2948429584503174,-0.4844839870929718,1.703624963760376,-1.1711750030517578,0.7001659870147705,1.8713339567184448,0.5926539897918701,-0.09473700076341629,-0.40474599599838257,0.48669299483299255,-0.9188929796218872,-1.543576955795288,-1.3136340379714966,0.7327160239219666,-0.7386860251426697,-0.6344709992408752,0.31180500984191895,0.5169309973716736,-0.2824470102787018,1.3157529830932617,-0.576882004737854,-0.6084709763526917,-1.6762419939041138,-1.1760170459747314,-0.443589985370636,0.9409980177879333,1.326889991760254,0.9997919797897339,1.3238359689712524,-2.4989700317382812,-2.1861929893493652,-1.7390680313110352,-0.34162798523902893,0.9641209840774536,1.1667309999465942,0.507174015045166,0.3961549997329712,-0.015607000328600407,-1.187770962715149,-0.03966299816966057,-2.3492510318756104,-0.8984339833259583,-0.512474000453949,0.31492000818252563,-0.2409060001373291,0.6207410097122192,0.9131410121917725,1.6552419662475586,1.652730941772461,-0.19962799549102783,1.2202730178833008,1.6272410154342651,0.452470988035202,-1.484349012374878,0.07485499978065491,-0.8237320184707642,-0.05374399945139885,0.8423159718513489,0.8368679881095886,1.3336009979248047,-0.7519729733467102,-1.2822519540786743,0.3906410038471222,-2.428652048110962,0.8539890050888062,0.8956779837608337,1.7194069623947144,-1.7178289890289307,0.915831983089447,1.5878360271453857,0.1772100031375885,-0.6608989834785461,-0.6518930196762085,1.2143009901046753,1.0537019968032837,-0.99446702003479,-2.0798499584198,1.4719610214233398,-1.3458850383758545,0.6988099813461304,0.7264760136604309,-1.6324000358581543,-0.5513280034065247,-0.4677160084247589,-1.6744730472564697,0.9303380250930786,-1.0963599681854248,0.1513330042362213,-2.9817070960998535,0.5863459706306458,-0.08429700136184692,0.10981299728155136,-1.053189992904663,1.7292579412460327,-2.8315858840942383,-0.16468200087547302,-0.5182139873504639,0.5756149888038635,-1.0981459617614746,-0.9909300208091736,1.8343570232391357,1.7768950462341309,0.5548080205917358,-2.5726139545440674,0.4616970121860504,0.9940369725227356,0.35494500398635864,-0.22001400589942932,-1.9502049684524536,-1.170058012008667,0.7088639736175537,0.3126409947872162,-0.42470699548721313,0.457863986492157,-1.229567050933838,-0.1324400007724762,1.6242059469223022,-1.1859170198440552,-0.3229300081729889,-0.4616459906101227,0.44919300079345703,-0.6507850289344788,0.22756999731063843,-0.7045239806175232,1.4201899766921997,0.6177359819412231,-2.6984341144561768,-2.2408359050750732,1.6579530239105225,0.5338630080223083,0.03620800003409386,-2.6316940784454346,0.06429599970579147,1.0692349672317505,0.41561999917030334,0.6800529956817627,-1.3319929838180542,-0.23301300406455994,-2.0622949600219727,1.6081689596176147,1.149469017982483,-0.1483989953994751,1.7766720056533813,-1.6205830574035645,0.33362001180648804,1.8439220190048218,1.12636399269104,1.67323899269104,1.678745985031128,-0.4349769949913025,-0.831233024597168,0.726993978023529,-1.1750730276107788,1.5497820377349854,-0.004976999945938587,1.762768030166626,-2.5271549224853516,0.4318009912967682,-0.9086160063743591,1.300294041633606,-0.9389439821243286,0.11173699796199799,0.2844809889793396,0.7293180227279663,-0.884784996509552,-0.434594988822937,-0.3863399922847748,0.10418599843978882,0.770160973072052,0.455594003200531,-0.63469398021698,0.9051769971847534,-0.7195799946784973,0.25185900926589966,-0.8422380089759827,1.265570044517517,-1.7178800106048584,-0.6938809752464294,-0.16221199929714203,0.6064609885215759,0.6537410020828247,-1.0491679906845093,-0.6405789852142334,0.7398710250854492,1.0885679721832275,-2.955230951309204,0.07319699972867966,-2.4781529903411865,-0.9975640177726746,-0.6282200217247009,-0.6419609785079956,-0.6012889742851257,1.3950819969177246,-1.7127950191497803,1.431643009185791,1.449470043182373,-1.0249700546264648,-0.8981770277023315,-1.2114779949188232,1.2715810537338257,0.09184200316667557,0.08281999826431274,1.190142035484314,0.95278000831604,0.2397329956293106,0.0055149998515844345,1.1871099472045898,0.0014519999967887998,0.9125970005989075,0.5332800149917603,0.09950300306081772,0.09196999669075012,1.694743037223816,-0.40296700596809387,-0.858506977558136,1.5609040260314941,0.3144400119781494,-0.9189029932022095,-0.9346330165863037,-1.8167649507522583,-2.2715439796447754,0.06395900249481201,0.33891400694847107,0.955286979675293,-1.8867039680480957,-2.5853419303894043,0.10189799964427948,-2.792926073074341,-0.1650169938802719,1.4871679544448853,0.03246999904513359,0.2701590061187744,0.7561839818954468,-1.905784010887146,-0.5285249948501587,-0.31953299045562744,-0.30893999338150024,-0.19051900506019592,-1.2211819887161255,1.5612410306930542,1.644294023513794,1.6228959560394287,0.5022510290145874,0.2313620001077652,-0.036699000746011734,-1.0638669729232788,0.3682360053062439,0.9265199899673462,1.0353339910507202,1.0550379753112793,1.4276490211486816,0.7797769904136658,0.8418809771537781,0.5911070108413696,0.2986060082912445,-1.9617810249328613,-2.5863759517669678,-1.8020449876785278,0.5131289958953857,0.5331709980964661,-1.7886019945144653,-1.3596880435943604,-0.4210140109062195,-1.2790839672088623,-0.23224599659442902,0.14614300429821014,0.33840399980545044,-0.4826120138168335,-0.7486039996147156,1.5112570524215698,-0.25558099150657654,-0.21920199692249298,-0.08663500100374222,-0.25200599431991577,-0.5029140114784241,0.7867460250854492,0.844523012638092,1.2901899814605713,0.4227980077266693,1.6475390195846558,-1.8956170082092285,-1.78814697265625,1.8584599494934082,1.4332599639892578,-1.059757947921753,-1.0726590156555176,0.7259100079536438,-0.06067800149321556,1.4590660333633423,-2.4600539207458496,0.1335960030555725,-0.44660601019859314,0.9879999756813049,0.8818529844284058,-0.7806450128555298,-0.3899720013141632,-2.8449769020080566,0.8490960001945496,-0.4635930061340332,1.5743809938430786,1.4354380369186401,1.0745069980621338,0.36800700426101685,0.3969700038433075,0.37512001395225525,-0.7172960042953491,-2.8953208923339844,0.7367370128631592,-1.0869139432907104,0.22759300470352173,-2.585247039794922,0.5340650081634521,-0.1535329967737198,-0.05615900084376335,-0.6603389978408813,1.6168489456176758,1.6123180389404297,-0.08083000034093857,-0.9455459713935852,-1.077636957168579,-0.1633100062608719,0.3951779901981354,-1.0990910530090332,-0.2898229956626892,-0.23882000148296356,1.0903899669647217,-1.448801040649414,0.968487024307251,0.9259080290794373,-1.0113990306854248,0.30625998973846436,1.7092540264129639,0.377377986907959,-1.3698149919509888,1.122310996055603,-0.671396017074585,1.465831995010376,-1.5294400453567505,-1.5134069919586182,1.6093519926071167,-2.7272789478302,-0.08418600261211395,-0.1063380017876625,-1.0599180459976196,0.9956200122833252,-2.0046420097351074,0.3912070095539093,0.3057529926300049,-0.47206199169158936,-1.1454839706420898,0.9071230292320251,0.8885149955749512,0.07852800190448761,-1.1072909832000732,0.633400022983551,0.2767539918422699,-0.4333609938621521,0.02037299983203411,-1.8155510425567627,-1.6541370153427124,-2.3803069591522217,0.9304829835891724,1.2157479524612427,-2.69492506980896,-0.45198699831962585,0.8854960203170776,-1.317721962928772,-0.5165539979934692,-0.08290299773216248,0.7606490254402161,-1.5770479440689087,0.8018460273742676,1.407636046409607,-1.3168590068817139,-1.1982899904251099,1.0564080476760864,1.4151439666748047,-2.899240016937256,-0.14519700407981873,0.3371819853782654,0.6248599886894226,1.290418028831482,-2.070888042449951,0.04497100040316582,0.4267899990081787,-0.07163400202989578,-0.003108999924734235,0.09764400124549866,1.3544809818267822,-2.4942519664764404,-2.5409669876098633,0.3093090057373047,-1.3442519903182983,-2.0650670528411865,0.09601200371980667,1.018983006477356,-2.242042064666748,1.548511028289795,1.5650099515914917,-0.4689910113811493,-2.585880994796753,-0.974918007850647,-0.6504870057106018,-0.9387570023536682,1.6098690032958984,-0.675806999206543,-1.247439980506897,1.236523985862732,1.3301630020141602,0.8697389960289001,-0.7106159925460815,0.7045999765396118,0.4157029986381531,-1.9500839710235596,0.4804820120334625,1.6900310516357422,-0.014801000244915485,-0.29296499490737915,0.3351919949054718,1.0119390487670898,-0.06574899703264236,-1.6666710376739502,-0.30623701214790344,-0.8269109725952148,-1.6588890552520752,0.07394800335168839,1.5318130254745483,0.2771340012550354,-0.9343379735946655,1.45912504196167,-2.4450418949127197,-0.027546999976038933,0.6662359833717346,-1.0113179683685303,-0.19990700483322144,1.4800390005111694,-1.4378600120544434,-1.1952760219573975,0.0064860000275075436,-0.7727000117301941,0.3562830090522766,0.3193269968032837,-1.1279009580612183,-1.1432420015335083,-1.1120970249176025,1.6652770042419434,1.866021990776062,0.4835659861564636,-2.0167601108551025,-1.3937350511550903,0.806876003742218,1.6837199926376343,1.5981719493865967,-2.5221149921417236,-2.4962708950042725,0.5613549947738647,0.5561749935150146,-0.14000800251960754,0.2097409963607788,1.3582550287246704,-0.3851099908351898,-1.890990972518921,-2.046649932861328,0.9125459790229797,0.9151309728622437,-0.25420600175857544,0.4307369887828827,-0.731814980506897,-0.7517120242118835,1.8865439891815186,-0.877610981464386,-0.7668690085411072,-0.40298599004745483,-2.3869729042053223,0.021793000400066376,0.9895110130310059,0.7085430026054382,-1.8117029666900635,1.6178619861602783,-1.1130690574645996,0.41247498989105225,-0.42270898818969727,0.37950700521469116,1.3060059547424316,0.450765997171402,-2.5662879943847656,-0.30396801233291626,1.5332130193710327,-1.464108943939209,-0.4850989878177643,-2.12162709236145,0.49472200870513916,0.3475329875946045,-1.1898490190505981,-1.6693170070648193,-1.1499220132827759,0.21241800487041473,0.43313199281692505,-2.401460886001587,0.06873299926519394,0.45038101077079773,0.5152869820594788,1.5665550231933594,-0.2359289973974228,1.2034250497817993,-0.33841100335121155,-0.2573379874229431,0.22269399464130402,0.3029940128326416,-2.0347189903259277,1.0182180404663086,0.3836970031261444,-0.7883279919624329,0.20576299726963043,0.6946439743041992,-0.9619200229644775,-1.229894995689392,-0.9660760164260864,0.07400300353765488,0.10482499748468399,-0.4887630045413971,1.754768967628479,1.529229998588562,0.4047349989414215,-1.8240940570831299,-2.322788953781128,-1.3257269859313965,1.5026659965515137,1.5465489625930786,0.7464979887008667,0.2499150037765503,0.6733689904212952,0.6142230033874512,-2.9045779705047607,-2.003631114959717,1.5070359706878662,0.04851999878883362,0.037362001836299896,-2.245836019515991,-0.009304000064730644,0.06019800156354904,-0.45377498865127563,-0.8917499780654907,-0.7343890070915222,0.565650999546051,0.12810499966144562,-1.202191948890686,-0.8277260065078735,0.6651189923286438,0.6120060086250305,0.5814020037651062,0.538195013999939,0.3918589949607849,0.8215370178222656,0.09679900109767914,0.9544010162353516,0.7932909727096558,-0.23579299449920654,-0.44260498881340027,-0.6312000155448914,0.630944013595581,-1.1002240180969238,1.0017980337142944,0.9473980069160461,0.024670999497175217,0.6443859934806824,0.19669100642204285,0.8051270246505737,0.55656498670578,0.5186449885368347,0.5375319719314575,-0.20339800417423248,-0.22174100577831268,-0.9845979809761047,1.2880289554595947,-0.7585470080375671,-0.5220699906349182,-0.972357988357544,0.4889239966869354,0.5286499857902527,-2.141515016555786,1.058905005455017,-1.1358599662780762,-1.9219169616699219,-1.490522027015686,-1.4416860342025757,1.4058380126953125,0.39731699228286743,0.7123690247535706,1.2574189901351929,0.24048499763011932,-0.7554090023040771,1.020419955253601,1.611045002937317,-1.1584340333938599,0.3825240135192871,1.5134730339050293,0.8314290046691895,-0.10136900097131729,0.278546005487442,-0.09935600310564041,1.2738909721374512,-2.215991973876953,-0.024924999102950096,-1.2772680521011353,0.3104900121688843,0.6345949769020081,0.6479939818382263,1.6193510293960571,0.2577489912509918,-1.4726190567016602,0.047717999666929245,0.46956300735473633,0.3119570016860962,0.8829410076141357,-2.351223945617676,1.6110429763793945,0.2927579879760742,-0.49301400780677795,-2.659749984741211,1.1293120384216309,-0.20879800617694855,-1.7504750490188599,-1.2393629550933838,0.04745600000023842,1.4128509759902954,-2.733859062194824,-0.1491290032863617,1.3717219829559326,0.2379090040922165,0.9926589727401733,1.587123990058899,1.2871049642562866,0.3565090000629425,0.6358559727668762,1.6602129936218262,-0.7433890104293823,-0.23538599908351898,-0.16452999413013458,1.532027006149292,-1.465844988822937,-2.0155398845672607,-1.9637060165405273,0.2324959933757782,-0.23847800493240356,-0.7042809724807739,0.6012150049209595,-0.8598999977111816,-1.2412259578704834,1.635928988456726,-0.5786780118942261,1.7066140174865723,0.14618800580501556,-1.2514779567718506,-1.2730400562286377,0.7090039849281311,1.8144370317459106,1.6739840507507324,1.6957509517669678,0.799219012260437,-0.5104029774665833,-1.0947049856185913,1.4392739534378052,1.751499056816101,1.7031480073928833,0.5529329776763916,-0.6838449835777283,0.4891529977321625,-1.9867520332336426,0.5169240236282349,-2.715965986251831,1.562188982963562,-0.5957599878311157,0.33049100637435913,-0.4371879994869232,0.9577890038490295,-2.122567892074585,-1.2967720031738281,-1.3093069791793823,0.8271390199661255,0.9429770112037659,-1.1447759866714478,0.8345450162887573,0.39545100927352905,-1.0971640348434448,1.0879249572753906,0.07414799928665161,0.3002749979496002,1.0992399454116821,1.6273390054702759,0.3485569953918457,0.3121179938316345,-0.10302499681711197,-0.3845460116863251,0.958782970905304,-0.009417999535799026,1.4281179904937744,-0.3562670052051544,-0.3061409890651703,-1.3334970474243164,-0.8169220089912415,0.359499990940094,-0.33843299746513367,0.6745989918708801,-2.496285915374756,0.6352419853210449,-1.5529489517211914,0.6564419865608215,1.1965800523757935,-0.26743200421333313,-2.034332036972046,-0.3348729908466339,-1.283619999885559,1.3530299663543701,1.1406910419464111,1.6419520378112793,-0.35390201210975647,-1.5401829481124878,-2.037825107574463,-1.1734169721603394,1.6321380138397217,-0.20343199372291565,1.3384339809417725,-1.3660039901733398,-1.3519020080566406,-0.7320119738578796,0.3928549885749817,0.08680599927902222,1.7127200365066528,1.7366399765014648,-0.9409000277519226,-0.36803698539733887,1.554165005683899,1.3836450576782227,-2.633841037750244,1.495813012123108,0.49873799085617065,-2.4121079444885254,-0.5167970061302185,-1.6000950336456299,-0.8103989958763123,0.056689999997615814,-1.2169870138168335,1.0524189472198486,0.8291140198707581,-0.9309200048446655,1.502150058746338,0.8619430065155029,-0.7746559977531433,-1.9533040523529053,-0.830482006072998,0.8438169956207275,0.8165180087089539,-2.0775790214538574,-2.274507999420166,-0.22171500325202942,-2.1467909812927246,-0.777163028717041,-2.255167007446289,-2.466968059539795,0.5764340162277222,-0.5807260274887085,-0.05722599849104881,1.5069199800491333,-0.30342599749565125,1.3660420179367065,0.21968699991703033,-0.2815369963645935,0.7754579782485962,-2.1307690143585205,-0.06690499931573868,-0.6042879819869995,-0.4525600075721741,0.41551101207733154,-0.511538028717041,-2.807512044906616,-2.393805980682373,-2.1108169555664062,-2.043247938156128,0.05998799949884415,-1.2542920112609863,1.482079029083252,1.838191032409668,1.7621710300445557,-1.7510900497436523,-0.08664900064468384,1.838178038597107,-1.1713060140609741,-0.9403179883956909,1.6874630451202393,0.3694770038127899,-0.8739969730377197,-0.10983499884605408,-2.5267980098724365,0.954925000667572,-1.3654650449752808,0.15941500663757324,1.8681919574737549,0.9615949988365173,0.35336700081825256,-0.5515750050544739,1.5893770456314087,-0.12463100254535675,0.937870979309082,-0.2609429955482483,-1.0061630010604858,0.8832190036773682,1.3277510404586792,0.49046701192855835,1.2795369625091553,1.3467190265655518,1.5888780355453491,0.4452880024909973,0.1054140031337738,0.1444920003414154,0.8468719720840454,-0.18173299729824066,0.13615299761295319,1.6232210397720337,1.1217639446258545,0.5959339737892151,-2.756798028945923,0.055546000599861145,1.2177660465240479,0.37480399012565613,-0.008307999931275845,1.8492720127105713,1.829440951347351,0.6519820094108582,-1.4860730171203613,-2.9206790924072266,-2.902776002883911,-2.1705360412597656,0.3823170065879822,-1.5055780410766602,1.6368939876556396,1.6843949556350708,0.08441700041294098,1.7193230390548706,-0.3154729902744293,0.9973090291023254,0.8986589908599854,1.2107089757919312,1.2736669778823853,-1.0094300508499146,0.16085200011730194,-0.7177000045776367,-0.5553449988365173,-0.22673000395298004,-1.3306670188903809,0.30250799655914307,-0.2400760054588318,1.005728006362915,-2.314832925796509,-0.17448100447654724,0.9395530223846436,0.27581098675727844,1.2158839702606201,-0.9148460030555725,-2.4986989498138428,1.563392996788025,1.5641870498657227,1.467157006263733,0.8512769937515259,1.200584053993225,-1.9499759674072266,0.09785500168800354,1.0839669704437256,-0.528656005859375,-0.38254401087760925,1.3722089529037476,-0.45055699348449707,-2.1360270977020264,1.5927029848098755,-1.204893946647644,-1.2156939506530762,-2.7028660774230957,-0.9087809920310974,-0.19206300377845764,1.588955044746399,1.6430519819259644,1.896183967590332,0.8866159915924072,0.88817298412323,1.2544770240783691,1.3171800374984741,-0.33972999453544617,-2.528381109237671,1.6458779573440552,-0.24678899347782135,0.9650350213050842,0.8895050287246704,-2.2063660621643066,1.1659280061721802,1.2098259925842285,0.31474000215530396,0.10355699807405472,1.4881399869918823,-1.196655035018921,-0.5804939866065979,-0.5098289847373962,1.487805962562561,2.0212600231170654,0.15877600014209747,-0.1939920037984848,-0.21248599886894226,-2.6610829830169678,-0.6464390158653259,0.41862401366233826,-0.20840400457382202,-1.3461120128631592,-0.32920899987220764,0.048264000564813614,1.6492689847946167,-1.1690800189971924,-0.2683990001678467,-0.6683729887008667,-1.4724030494689941,1.5340650081634521,0.2967059910297394,-0.8493220210075378,1.5781270265579224,1.1834739446640015,1.4827970266342163,-1.5340570211410522,0.687237024307251,-2.5894250869750977,0.034265000373125076,1.5039080381393433,0.2512759864330292,-0.9983289837837219,0.32114800810813904,1.4327059984207153,-0.36956098675727844,-0.6341090202331543,0.9938780069351196,0.9755240082740784,-0.6200109720230103,1.5803409814834595,-1.0471910238265991,0.5964589715003967,-1.7766679525375366,1.1477630138397217,1.9386199712753296,0.2361530065536499,1.2327419519424438,-0.5086699724197388,-0.9389169812202454,1.1472179889678955,-0.09701099991798401,-0.05548400059342384,0.5416730046272278,1.3371469974517822,-0.2654849886894226,0.2950969934463501,-1.0225110054016113,-2.2676239013671875,1.6322929859161377,0.8014690279960632,1.3195379972457886,-0.8533840179443359,-0.4758070111274719,-0.6363289952278137,0.28111299872398376,1.728340983390808,1.903427004814148,1.890244960784912,0.5035939812660217,0.7887709736824036,-0.7431830167770386,-0.14991499483585358,0.3598020076751709,-1.432366967201233,0.9811490178108215,-1.342229962348938,-0.315436989068985,-0.38892701268196106,-2.1745920181274414,1.0479830503463745,-0.30882498621940613,0.24726800620555878,0.10253699868917465,1.7311429977416992,-1.7389459609985352,0.7220159769058228,-0.06987100094556808,0.321601003408432,-0.4947890043258667,-0.924081027507782,-2.9513449668884277,0.23254600167274475,-0.7935240268707275,1.476775050163269,0.9598720073699951,-2.367314100265503,0.532558023929596,0.515550971031189,0.0408330000936985,-0.987966001033783,-0.7852309942245483,0.03184099867939949,1.4623889923095703,1.1788890361785889,-2.7689850330352783,-2.094130039215088,-2.142859935760498,0.031259000301361084,-0.9730200171470642,0.4806919991970062,0.20296700298786163,-0.06389100104570389,0.4684329926967621,1.3284640312194824,-0.6091619729995728,-0.550475001335144,-2.2497711181640625,-0.6185910105705261,-1.1012619733810425,1.733299970626831,1.8246350288391113,1.8375760316848755,1.4606519937515259,0.895458996295929,1.029798984527588,0.5252320170402527,1.3031229972839355,1.3112289905548096,0.8741170167922974,0.9794309735298157,-0.8408889770507812,1.2883859872817993,-2.3407070636749268,0.8984090089797974,0.559552013874054,-2.6370670795440674,-0.4122380018234253,-0.23340600728988647,-1.8538049459457397,1.048684000968933,-2.583954095840454,0.6984210014343262,1.239848017692566,1.5381040573120117,1.2180140018463135,0.506492018699646,-0.8530769944190979,-0.10909000039100647,-1.2604589462280273,-1.0877439975738525,1.423079013824463,-1.4318519830703735,1.2442699670791626,0.18962299823760986,0.7156230211257935,-2.2462968826293945,-1.1585789918899536,-0.24412499368190765,0.26432499289512634,0.14044800400733948,-1.4304399490356445,-1.353314995765686,-1.3449870347976685,0.862093985080719,0.4374369978904724,-1.5288469791412354,1.4942580461502075,0.6792790293693542,0.4215939939022064,-1.7155159711837769,1.0854450464248657,0.43722400069236755,0.3195190131664276,0.2769460082054138,0.4432539939880371,0.19817300140857697,1.6598010063171387,-0.5698829889297485,0.8117740154266357,-0.4112600088119507,-0.5227410197257996,-1.2040029764175415,-0.8131899833679199,-1.9494400024414062,0.11470299959182739,0.11533500254154205,0.12432800233364105,-1.6104680299758911,-1.593230962753296,-2.835850954055786,-0.042180001735687256,0.5755119919776917,-2.3229899406433105,1.5736860036849976,-2.3364360332489014,0.45513999462127686,-2.569253921508789,-0.4185670018196106,0.5690109729766846,1.1451719999313354,-0.02781599946320057,1.6355869770050049,0.8876609802246094,0.6991490125656128,1.442808985710144,-0.48954498767852783,-2.198870897293091,0.32343798875808716,1.0462390184402466,0.8665949702262878,-1.0220969915390015,-2.071964979171753,0.7514219880104065,1.3538789749145508,-1.3484679460525513,-1.2200499773025513,-0.7498400211334229,-1.6752729415893555,-1.6950989961624146,-2.010509967803955,-0.20322999358177185,-1.232362985610962,0.4968000054359436,0.7066919803619385,0.8174489736557007,-1.0217030048370361,0.28060799837112427,0.7757779955863953,0.6355029940605164,-1.032081961631775,0.37394198775291443,-1.0524439811706543,-1.5099619626998901,0.6501790285110474,0.6161640286445618,0.11134500056505203,0.1359570026397705,0.8355590105056763,-1.3928899765014648,1.3350509405136108,-1.2326090335845947,-0.8190079927444458,-0.827235996723175,-1.4966709613800049,-1.557278037071228,0.5319949984550476,0.551701009273529,-0.07485499978065491,0.5431659817695618,-0.318558007478714,0.4021899998188019,1.9627039432525635,-0.11081700026988983,0.5636029839515686,-2.582304000854492,1.3324639797210693,0.9974129796028137,-2.7475059032440186,1.7840919494628906,0.34147998690605164,-2.411324977874756,1.0307830572128296,1.2739379405975342,0.14898799359798431,1.2954879999160767,-2.3457119464874268,0.02235499955713749,0.17868399620056152,-1.1128499507904053,-1.6370129585266113,-1.012550950050354,1.5753079652786255,-0.6149560213088989,1.6340049505233765,-2.1425468921661377,-1.1675180196762085,-1.3189589977264404,-0.37515100836753845,1.3340200185775757,1.6059269905090332,1.6213419437408447,-1.5006330013275146,-0.7841209769248962,1.1654239892959595,-0.3310840129852295,0.5055789947509766,1.5752359628677368,0.8478519916534424,0.8972539901733398,1.5798569917678833,-0.4152950048446655,-2.11250901222229,1.3273659944534302,0.09345600008964539,-0.10699599981307983,0.2158540040254593,1.461719036102295,-0.7527909874916077,0.8562939763069153,0.9461119771003723,0.2670629918575287,-2.0781149864196777,-1.1297730207443237,0.3858090043067932,-0.9941779971122742,-0.03263600170612335,0.5808749794960022,-0.868261992931366,0.8483740091323853,-2.205193042755127,0.7938719987869263,0.23565800487995148,0.7321950197219849,1.0921690464019775,0.8207989931106567,-0.37501099705696106,1.7666380405426025,-0.07953199744224548,0.8879759907722473,1.288681983947754,-1.21355402469635,-1.256018042564392,-0.5233520269393921,-0.057193998247385025,-0.08580700308084488,0.6903889775276184,0.3588080108165741,1.6574490070343018,0.13237999379634857,1.5596859455108643,1.6042050123214722,0.2880690097808838,0.9988589882850647,0.2987309992313385,0.2571670114994049,0.2306859940290451,-1.1769269704818726,1.7507760524749756,-0.3952060043811798,-0.22341899573802948,0.4496070146560669,0.9596750140190125,-0.6195080280303955,-0.5137990117073059,-1.3212180137634277,-1.3446910381317139,-0.35862499475479126,-1.0515979528427124,-1.0451170206069946,-1.1247830390930176,1.539551019668579,-1.9884049892425537,-0.8279510140419006,-1.816100001335144,0.889028012752533,-2.0409069061279297,-2.0417990684509277,1.8274120092391968,0.5454999804496765,1.4356720447540283,1.406777024269104,0.5473750233650208,1.9163180589675903,0.847474992275238,-0.36780399084091187,0.7377399802207947,0.24488699436187744,1.495790958404541,1.497383952140808,0.6636899709701538,1.2021369934082031,0.9305610060691833,1.6305919885635376,1.2225689888000488,-0.7999560236930847,-1.3012549877166748,1.734673023223877,-1.1945849657058716,1.5644259452819824,-2.632270097732544,1.049800992012024,-0.7773470282554626,-1.8705250024795532,-1.0106309652328491,1.6346720457077026,-2.8026649951934814,-1.732522964477539,0.16141000390052795,0.7015560269355774,0.9405909776687622,0.8851370215415955,-0.12815800309181213,-0.5956379771232605,-1.9929300546646118,0.2342980057001114,1.2011170387268066,0.33267900347709656,0.4086480140686035,-0.28457099199295044,-0.7695980072021484,-0.99269700050354,0.9150829911231995,-2.8483800888061523,1.6177599430084229,-1.7933290004730225,-0.285086989402771,-0.9592829942703247,-1.0651700496673584,-0.3819099962711334,0.9220110177993774,0.9109110236167908,-0.5490840077400208,-1.5132030248641968,-1.02195405960083,0.6916800141334534,1.6679699420928955,0.24663999676704407,0.5919110178947449,-0.7891839742660522,-1.1445200443267822,-0.0021869998890906572,-0.3323340117931366,0.691169023513794,1.5802220106124878,0.7066959738731384,-0.5842090249061584,-0.5036630034446716,-0.5884479880332947,-0.9716460108757019,0.3390769958496094,-1.0886390209197998,0.8296459913253784,-1.1225889921188354,1.2385950088500977,-2.772226095199585,1.640725016593933,0.07347399741411209,0.8894739747047424,-1.9658429622650146,-0.8023999929428101,0.02242800034582615,-0.49573299288749695,-0.5548999905586243,1.4036459922790527,-0.20416800677776337,1.6036479473114014,1.625722050666809,0.957843005657196,1.2389060258865356,0.2509329915046692,0.41869398951530457,1.2518140077590942,0.3313789963722229,0.732342004776001,0.5017250180244446,0.16010600328445435,1.0488959550857544,0.05830899998545647,-1.700829029083252,-1.3789470195770264,-0.1422870010137558,-0.02365499921143055,0.7962160110473633,-0.9878450036048889,-0.766668975353241,-0.306643009185791,-1.8356989622116089,-1.811702013015747,-0.2685680091381073,-0.35373300313949585,-0.2064169943332672,-0.28028300404548645,1.1222749948501587,-2.5905849933624268,-1.367624044418335,-0.014844999648630619,1.9205429553985596,1.2354769706726074,0.6556419730186462,1.652925968170166,1.113698959350586,-0.9707649946212769,1.6029210090637207,-0.6804720163345337,0.7904419898986816,0.8128830194473267,0.9880480170249939,-0.19877399504184723,0.6445479989051819,0.39589598774909973,1.4472060203552246,1.3901230096817017,1.5310410261154175,1.6911410093307495,1.6652549505233765,-1.240036964416504,-1.1460520029067993,-0.2597860097885132,-0.35184600949287415,1.4909650087356567,-0.4831100106239319,-0.8080520033836365,0.06883600354194641,-1.8661149740219116,0.6176030039787292,0.061142001301050186,0.6027849912643433,1.0260590314865112,-0.21699300408363342,-0.6806039810180664,0.7162280082702637,0.6671180129051208,1.1389659643173218,1.047381043434143,1.1188000440597534,0.8612890243530273,1.4148420095443726,-0.936784029006958,-0.09524200111627579,1.066856026649475,-2.0429039001464844,-0.8807920217514038,-0.7819749712944031,-0.1670529991388321,1.7251039743423462,0.8510800004005432,-2.157567024230957,1.1996840238571167,0.0893929973244667,0.13944700360298157,-0.17671799659729004,1.2075560092926025,-0.6135349869728088,1.4079710245132446,-1.271567940711975,0.5941140055656433,1.2425309419631958,-0.5997790098190308,-2.5885980129241943,-2.5808730125427246,-0.07474099844694138,0.19130800664424896,0.6575999855995178,1.842607021331787,-1.0261889696121216,0.41932499408721924,-0.6313830018043518,-0.40202099084854126,0.656233012676239,0.08223100006580353,-0.5386149883270264,0.28400999307632446,0.9099079966545105,-2.3884329795837402,-2.2740108966827393,1.7950359582901,-0.13678500056266785,0.6864110231399536,-0.8081439733505249,0.28443199396133423,-0.857716977596283,0.9742900133132935,0.9730119705200195,-0.9951220154762268,0.25417399406433105,-1.070592999458313,-2.8323280811309814,-1.3489429950714111,-0.853568971157074,-0.8908650279045105,1.2078919410705566,-1.2884670495986938,-0.17831000685691833,1.7556910514831543,1.162471055984497,0.19450299441814423,-1.626999020576477,0.03581000119447708,-1.372583031654358,-1.3481099605560303,1.8508089780807495,-1.3330509662628174,0.8878049850463867,-2.0257890224456787,-0.9861289858818054,-1.100532054901123,0.20821499824523926,0.44373801350593567,1.2950069904327393,1.002998948097229,1.0143790245056152,-2.248028039932251,-1.9473910331726074,0.04705899953842163,1.2631770372390747,1.9444160461425781,-0.29373899102211,-0.43816301226615906,-2.0720949172973633,1.8119440078735352,0.8660879731178284,0.7150490283966064,1.3769170045852661,-2.3083090782165527,-2.272102117538452,-0.6859109997749329,1.3535929918289185,1.0551300048828125,-1.4866249561309814,-0.9019830226898193,1.4823310375213623,-0.6422039866447449,0.9161139726638794,-0.24979600310325623,-0.22571000456809998,1.5977100133895874,-0.13663600385189056,-0.638634979724884,-1.2283509969711304,-1.2289520502090454,-0.9127439856529236,1.7238069772720337,-0.41801801323890686,1.7100390195846558,0.783270001411438,0.684840977191925,-0.8686910271644592,-0.08296500146389008,1.7890809774398804,-0.11866600066423416,1.8802980184555054,-0.41373899579048157,-1.2439559698104858,-0.4316349923610687,1.3138920068740845,0.3622409999370575,0.373088002204895,0.3852289915084839,1.4652019739151,-0.09152600169181824,-0.9218080043792725,-1.1669410467147827,-2.2090749740600586,1.3001019954681396,-0.9256860017776489,-0.6802269816398621,1.2977169752120972,0.5257890224456787,-0.5445560216903687,-0.9252700209617615,-1.4216539859771729,-0.3536210060119629,-0.5729699730873108,1.6816389560699463,1.3794100284576416,0.4193879961967468,-2.520421028137207,0.8706759810447693,0.8268229961395264,-0.7134510278701782,0.8494499921798706,-0.8046789765357971,-2.894562005996704,-0.8274189829826355,0.36654698848724365,0.41632500290870667,1.493265986442566,1.3089090585708618,-1.9637680053710938,1.4119189977645874,0.402878999710083,0.6463329792022705,1.928650975227356,1.679947018623352,0.16489699482917786,1.2316440343856812,0.9130020141601562,0.18778599798679352,-2.6072890758514404,0.953357994556427,0.6949679851531982,0.6464710235595703,1.2548630237579346,1.0907059907913208,0.5010769963264465,-0.27144700288772583,-0.21608400344848633,1.164531946182251,-0.4815109968185425,0.9321680068969727,0.9282199740409851,-1.7379469871520996,0.18192000687122345,-2.5450479984283447,-2.876718044281006,1.9610919952392578,1.4286110401153564,0.32654398679733276,-2.438417911529541,0.14348599314689636,-0.2852979898452759,-2.878026008605957,-0.5537790060043335,0.524167001247406,-0.4854629933834076,0.8299090266227722,-0.18719300627708435,0.7707639932632446,0.8666350245475769,-1.8216400146484375,-2.6510980129241943,-1.5314949750900269,1.9016189575195312,0.3338249921798706,-1.3477489948272705,-0.518733024597168,-2.4386839866638184,0.6007559895515442,1.4895999431610107,-1.9539589881896973,0.7668409943580627,-0.9719889760017395,1.4710320234298706,0.3867340087890625,-0.27648699283599854,1.1158180236816406,1.08570396900177,-1.0606969594955444,0.0012240000069141388,1.1715320348739624,1.2212899923324585,0.43542900681495667,-1.8073960542678833,-1.079990029335022,-0.15595300495624542,-2.1781840324401855,1.3619619607925415,-1.4445949792861938,-2.2867870330810547,-0.010697999969124794,0.38218098878860474,-0.15549799799919128,-2.3447659015655518,-2.0743730068206787,-2.3883280754089355,0.15030699968338013,-2.4882938861846924,1.7755910158157349,-0.3952299952507019,0.7731950283050537,0.3016110062599182,-0.1691250056028366,-0.7775589823722839,0.7994130253791809,0.7541360259056091,1.306668996810913,0.6089959740638733,1.3579250574111938,-0.3022629916667938,1.5255990028381348,-1.8332070112228394,-1.7583730220794678,0.06702300161123276,-1.6832300424575806,1.578160047531128,-2.0999178886413574,1.7821229696273804,0.37920600175857544,1.127905011177063,1.642529010772705,-2.0643129348754883,-2.1279520988464355,0.7657679915428162,-0.5035459995269775,-1.038457989692688,-0.5817710161209106,0.12878499925136566,0.033309001475572586,0.4976310133934021,-2.7023160457611084,1.4870140552520752,1.467223048210144,-1.9040149450302124,-0.41204899549484253,-0.3851729929447174,0.7100740075111389,-0.1869720071554184,1.9370280504226685,-0.8300880193710327,-0.7986869812011719,-1.2214430570602417,0.5023699998855591,1.4584779739379883,-1.1613860130310059,0.46915000677108765,1.2573039531707764,-2.901499032974243,1.7099920511245728,1.6788769960403442,-0.8595359921455383,-0.10722299665212631,1.3824360370635986,0.2791210114955902,-0.8737930059432983,1.0742700099945068,-0.14997200667858124,0.7119519710540771,-0.8325889706611633,-2.546437978744507,0.7636629939079285,-1.1233680248260498,1.0765459537506104,-0.26575300097465515,1.022279977798462,-0.9409019947052002,0.337336003780365,-1.3753420114517212,1.5009520053863525,-0.9001529812812805,-1.2749309539794922,1.3011490106582642,1.683521032333374,1.45477294921875,0.06814199686050415,1.2847410440444946,-0.08584100008010864,-0.28303098678588867,0.6211169958114624,0.5641679763793945,-1.8966020345687866,-2.539747953414917,-1.7066069841384888,1.0849239826202393,0.5517029762268066,1.9207309484481812,0.6386500000953674,-0.24119499325752258,0.3608750104904175,0.6475840210914612,-1.966825008392334,-0.5351889729499817,-0.8631119728088379,-0.9385010004043579,0.40084901452064514,0.5845289826393127,1.227215051651001,-0.8326060175895691,0.18542300164699554,-0.36986300349235535,0.5287550091743469,0.8979889750480652,0.9325839877128601,-2.695427894592285,-2.7512660026550293,-0.44573599100112915,-1.2558599710464478,1.233422040939331,1.259788990020752,-0.6363589763641357,-0.03877300024032593,-1.6209429502487183,-2.025796890258789,0.8911330103874207,1.5373380184173584,1.1591229438781738,1.1482239961624146,1.1283550262451172,-0.24809299409389496,-0.16696800291538239,1.550842046737671,-1.322746992111206,0.8710939884185791,1.036152958869934,-1.4303749799728394,0.9172109961509705,0.6408780217170715,1.5617369413375854,0.24525700509548187,-0.9783300161361694,-2.582674026489258,-0.9301030039787292,0.35860198736190796,0.5212939977645874,-1.1961779594421387,-0.4041379988193512,-0.6490610241889954,0.964605987071991,0.9488250017166138,1.3591710329055786,-0.7675930261611938,-0.6935110092163086,-1.3677639961242676,-0.7840920090675354,-1.788511037826538,0.9248510003089905,1.6032259464263916,1.5843640565872192,-0.5043860077857971,0.007849999703466892,1.7759109735488892,-1.8500230312347412,-1.2844510078430176,-0.6997659802436829,0.28629299998283386,1.6726620197296143,0.5096459984779358,1.3573449850082397,-1.443066954612732,0.9746699929237366,0.5610629916191101,0.7369639873504639,0.44915100932121277,-0.4266749918460846,-0.1763249933719635,-1.5823229551315308,-2.447197914123535,-1.3717730045318604,1.746701955795288,0.8986489772796631,-0.8059160113334656,-1.1460200548171997,-0.6839489936828613,1.4758650064468384,1.58473801612854,-2.0503010749816895,0.13078199326992035,0.9568219780921936,0.4364809989929199,0.058896999806165695,1.4623490571975708,0.5654429793357849,0.6649280190467834,1.0986599922180176,-2.2237958908081055,1.2468620538711548,0.43487900495529175,0.4378489851951599,-0.24147500097751617,-0.497173011302948,1.5792360305786133,1.6765810251235962,1.4332400560379028,-1.653975009918213,-2.7256720066070557,0.23052500188350677,1.2055070400238037,0.07479400187730789,0.07769899815320969,-1.1946330070495605,-0.6570550203323364,1.898048996925354,-0.993403971195221,-0.7626940011978149,-1.9248089790344238,-0.8324310183525085,-0.8468130230903625,-1.87118399143219,-0.4310069978237152,-1.0686019659042358,0.3621309995651245,1.1560800075531006,0.7166249752044678,1.4910110235214233,1.4725250005722046,0.220442995429039,-0.12348400056362152,0.9626280069351196,-1.2183500528335571,1.8272069692611694,-2.867396116256714,-2.483262062072754,-1.1925339698791504,-0.5698050260543823,-1.316344976425171,-1.344208002090454,-0.23195399343967438,-0.26324400305747986,1.5298969745635986,1.8982160091400146,-0.37252599000930786,-0.5039309859275818,1.417641043663025,1.51739501953125,1.4871100187301636,1.6568189859390259,0.29697099328041077,0.2813049852848053,-1.3503730297088623,1.3384530544281006,1.8306549787521362,1.0521750450134277,-1.0962560176849365,0.39916399121284485,0.4160279929637909,0.6796990036964417,-0.7507349848747253,0.3115290105342865,-1.298048973083496,-1.4516279697418213,0.3163619935512543,-0.5036960244178772,1.804947018623352,-1.4378199577331543,0.5289180278778076,-2.5193679332733154,0.379831999540329,0.8775399923324585,1.225268006324768,-0.7478770017623901,1.4908519983291626,0.12841999530792236,-0.7475699782371521,1.4375079870224,1.483731985092163,0.7744669914245605,-0.17527000606060028,-0.6822509765625,-1.165977954864502,-0.4654200077056885,0.9725980162620544,1.1193410158157349,1.078376054763794,1.1213560104370117,-0.0012069999938830733,1.4391449689865112,0.48154398798942566,1.325942039489746,1.0751760005950928,0.624879002571106,-0.9913809895515442,-0.24270200729370117,0.4368630051612854,-2.0247581005096436,-2.1997430324554443,0.7453479766845703,0.22648899257183075,-0.2299630045890808,-0.6556010246276855,-0.5206850171089172,1.1393970251083374,1.749729037284851,1.760246992111206,-2.1432108879089355,-0.23678900301456451,-0.28801199793815613,-2.2187659740448,1.3877079486846924,-0.10900499671697617,-1.0472429990768433,0.22251799702644348,-1.0990259647369385,0.4377819895744324,0.46936100721359253,0.5305740237236023,1.045889973640442,1.0270719528198242,-0.6065409779548645,0.7689449787139893,0.7516080141067505,1.7864910364151,0.5365520119667053,-1.1379719972610474,1.8766180276870728,0.44802701473236084,0.4543969929218292,-2.000535011291504,-1.9489690065383911,-0.07169000059366226,-1.2852879762649536,-1.4337559938430786,1.4071459770202637,0.43803998827934265,-0.9221680164337158,-1.2047230005264282,0.46415698528289795,0.4685089886188507,-0.8454470038414001,-2.056771993637085,1.32532799243927,-0.5293269753456116,1.4204269647598267,1.541092038154602,-0.8545609712600708,-2.860102891921997,-2.3052480220794678,0.5299729704856873,-0.3946000039577484,-1.2038949728012085,-1.5190459489822388,-2.2900209426879883,-1.958076000213623,1.4681880474090576,0.14365500211715698,0.09175900369882584,0.3592660129070282,1.762050986289978,0.7373120188713074,-2.5083329677581787,0.3049109876155853,1.2471790313720703,-0.6040999889373779,0.5927559733390808,1.078086018562317,-0.557545006275177,0.9850900173187256,0.7358139753341675,-0.16643700003623962,0.12982499599456787,0.4863860011100769,0.47547999024391174,-0.9933969974517822,0.7612940073013306,0.4367530047893524,1.7522180080413818,0.9773470163345337,-2.077528953552246,1.512086033821106,0.635221004486084,-2.869563102722168,1.2658970355987549,0.5366619825363159,1.4770760536193848,0.3774130046367645,0.08390600234270096,0.06217300146818161,-0.2907699942588806,-1.0463639497756958,-2.050818920135498,1.1074810028076172,0.2608639895915985,-0.8409349918365479,0.4039610028266907,-0.12749500572681427,0.322162002325058,0.7973849773406982,1.433608055114746,-0.9411420226097107,-0.9393079876899719,-0.5939909815788269,1.1874920129776,0.1510239988565445,-1.2756370306015015,1.507591962814331,0.3352220058441162,-0.11484000086784363,0.22248399257659912,0.40080899000167847,-0.6924530267715454,-1.847193956375122,-1.1531870365142822,0.6221280097961426,2.1053659915924072,1.452327013015747,1.400439977645874,0.834837019443512,-2.005326986312866,0.6398940086364746,0.7892600297927856,1.9217660427093506,1.5643759965896606,1.6074299812316895,1.1238009929656982,1.552183985710144,1.5774849653244019,-0.0993340015411377,-1.3521560430526733,-0.30014801025390625,1.6268340349197388,-0.6778550148010254,0.7564690113067627,-0.3882080018520355,1.6849639415740967,0.8368149995803833,1.419052004814148,1.443060040473938,-2.876085042953491,0.514510989189148,0.5070610046386719,1.0512210130691528,-1.6408419609069824,1.7215549945831299,1.719920039176941,0.20823700726032257,-1.3296509981155396,-1.4805819988250732,-0.9431970119476318,-1.4217859506607056,1.7817740440368652,-0.3264229893684387,-0.7404630184173584,1.3383790254592896,1.2697429656982422,1.6067359447479248,1.0028870105743408,-1.914747953414917,0.7635830044746399,1.3846100568771362,1.3583300113677979,0.9166229963302612,-0.21053099632263184,-0.2168329954147339,-0.18615500628948212,0.7004160284996033,0.44832301139831543,0.8848209977149963,-1.8464159965515137,-1.844992995262146,-1.9177329540252686,0.6521170139312744,0.2772909998893738,0.7284479737281799,-2.003453016281128,-0.1395290046930313,-1.3432790040969849,0.20295600593090057,0.9573289752006531,1.8275359869003296,0.8244349956512451,0.3015510141849518,-2.419620990753174,-0.741379976272583,-2.2697858810424805,-0.3345550000667572,-0.35990801453590393,1.8748689889907837,-1.359840989112854,0.16754600405693054,-1.799456000328064,1.529371976852417,1.7772330045700073,1.843567967414856,-2.519702911376953,-2.4753689765930176,1.5061099529266357,-0.17457599937915802,-2.092660903930664,-0.41499999165534973,-2.1573948860168457,-1.0609769821166992,-0.5109230279922485,-2.8876330852508545,1.7940870523452759,0.27407199144363403,-1.3667099475860596,-0.15762299299240112,0.9098169803619385,0.43443700671195984,1.577934980392456,-2.36859393119812,0.07271700352430344,0.24322299659252167,0.922340989112854,1.810021996498108,-2.3223960399627686,1.766037940979004,1.8296799659729004,0.905335009098053,0.8529300093650818,0.7494249939918518,-1.788841962814331,-0.2358980029821396,-0.07071900367736816,1.8743079900741577,-1.247117042541504,0.7711079716682434,0.8143020272254944,0.08826900273561478,0.5800859928131104,-1.8008790016174316,0.41822001338005066,-0.17889900505542755,0.6252070069313049,0.45404499769210815,0.2413800060749054,-0.7993900179862976,0.7113659977912903,-1.8048510551452637,-0.03395799919962883,1.2688130140304565,-0.11063200235366821,0.5427669882774353,0.7027559876441956,1.5273280143737793,0.9866799712181091,-0.4961720108985901,-1.4820079803466797,0.6478390097618103,-0.3340269923210144,1.3427300453186035,1.3433140516281128,-2.653398036956787,0.817516028881073,0.8220120072364807,-2.296839952468872,1.3993090391159058,0.6890169978141785,0.07060600072145462,1.3804240226745605,-2.862117052078247,0.3789309859275818,1.173799991607666,1.1228229999542236,-2.651942014694214,-1.0169470310211182,-2.637932062149048,-2.9071149826049805,1.793200969696045,-1.4973490238189697,-1.868016004562378,-0.42515599727630615,-0.8768060207366943,0.1044280007481575,1.9818439483642578,-0.8712339997291565,0.5239030122756958,0.7680280208587646,-0.27777600288391113,-1.2713500261306763,1.4468820095062256,1.1831680536270142,0.8894889950752258,-0.6894369721412659,-0.6644589900970459,-2.3084371089935303,-2.544919013977051,-0.15751799941062927,-0.1565070003271103,0.6498550176620483,-2.9820899963378906,-1.6849240064620972,0.5843200087547302,-0.545195996761322,-1.040518045425415,-1.0366519689559937,-0.2062149941921234,-1.9672470092773438,-0.34670698642730713,-1.9354530572891235,0.4395430088043213,-1.7531629800796509,-0.00039500001003034413,0.7659770250320435,1.1175819635391235,-0.7575650215148926,0.6851739883422852,0.7657949924468994,0.5671790242195129,0.26902198791503906,0.4042400121688843,-0.8521950244903564,-1.3389270305633545,-1.3324010372161865,1.3911210298538208,0.21164900064468384,-0.758774995803833,0.5282559990882874,-2.5140819549560547,0.5029429793357849,-0.5966010093688965,-1.1714539527893066,-2.0911030769348145,1.452672004699707,1.8450390100479126,-0.805450975894928,0.03402100130915642,1.2099449634552002,0.24098999798297882,1.3936870098114014,-0.4908280074596405,1.3291490077972412,-1.0911400318145752,-1.0962170362472534,-0.5708289742469788,1.5258430242538452,1.3222650289535522,-0.9821130037307739,-1.191506028175354,-0.446276992559433,0.4694739878177643,-1.1879839897155762,1.6789029836654663,0.13249599933624268,-0.9716110229492188,0.1985889971256256,0.8973690271377563,0.8082299828529358,0.8099330067634583,-0.45109501481056213,-0.3754119873046875,-0.017246000468730927,0.5989239811897278,0.6412429809570312,1.503222942352295,0.7668780088424683,1.42644202709198,-0.3738279938697815,-1.334987998008728,-1.305765986442566,-1.4596660137176514,-1.1661759614944458,0.4220080077648163,-1.2882449626922607,-1.5318549871444702,1.148149013519287,0.3857260048389435,-0.771731972694397,-1.5991740226745605,1.1507179737091064,-0.6312410235404968,0.06892099976539612,0.6307470202445984,-0.17317000031471252,-0.4212769865989685,-1.2350560426712036,1.0097119808197021,-2.001784086227417,-1.3480119705200195,1.394508957862854,0.6522560119628906,-1.0048619508743286,-1.0278079509735107,-1.0404200553894043,0.25855401158332825,0.021598000079393387,-0.010254000313580036,0.3139519989490509,0.8377609848976135,1.6197930574417114,0.5228729844093323,0.36437898874282837,-0.5593630075454712,-2.5529589653015137,-1.2036739587783813,0.303505003452301,-0.47353100776672363,0.6337860226631165,-0.7490289807319641,0.5347499847412109,0.7920719981193542,-0.2976979911327362,-2.065984010696411,-0.14353899657726288,1.2091469764709473,1.1967380046844482,-0.37953299283981323,-0.4825209975242615,1.1784390211105347,0.5183579921722412,-1.3794840574264526,-0.646651029586792,-0.952180027961731,1.3637109994888306,-2.1700279712677,0.31744998693466187,-1.0039559602737427,0.7406749725341797,-0.7956879734992981,-2.083343982696533,0.09212899953126907,0.9477499723434448,0.052055999636650085,0.0694499984383583,0.967244029045105,1.4254679679870605,-0.8806020021438599,0.542559027671814,-0.7584050297737122,-0.7173529863357544,-0.8359040021896362,0.4505769908428192,0.41629698872566223,-0.7279859781265259,1.8430639505386353,-1.2234079837799072,0.9005450010299683,-0.4137110114097595,0.12508000433444977,-1.2743159532546997,1.443796992301941,1.0955820083618164,-1.099863052368164,1.60807204246521,-1.5710819959640503,-0.31851598620414734,-1.218567967414856,-0.32574599981307983,1.3839620351791382,-0.41141200065612793,-1.3377189636230469,-0.4180319905281067,1.5026919841766357,0.9503350257873535,0.8107680082321167,0.9399719834327698,1.2717030048370361,-0.48089599609375,0.8669149875640869,-0.017914000898599625,0.6901810169219971,0.5033550262451172,1.7807769775390625,-1.4687340259552002,0.8564469814300537,0.2287050038576126,0.9214709997177124,-1.1575629711151123,0.826915979385376,1.2470380067825317,1.5753259658813477,-0.6449220180511475,0.8269090056419373,-0.6926419734954834,0.2757740020751953,-1.2864149808883667,0.5625510215759277,-1.486261010169983,0.44478100538253784,0.7905030250549316,0.07592400163412094,0.3845990002155304,1.6839510202407837,0.2078929990530014,-0.9500380158424377,-0.4101870059967041,-0.2882719933986664,-1.2137279510498047,1.5068039894104004,-0.9308540225028992,-0.015444000251591206,-2.6056809425354004,-0.6221029758453369,2.0593810081481934,-0.3478879928588867,1.8565109968185425,-0.3057219982147217,-0.6191750168800354,1.3817189931869507,-2.2032809257507324,0.9826409816741943,0.6176549792289734,-0.29256799817085266,-0.8655719757080078,1.1375839710235596,-1.1622439622879028,1.22782301902771,1.2141410112380981,0.5490670204162598,-1.792570948600769,1.5150409936904907,0.7747079730033875,1.0286179780960083,1.231889009475708,-1.4551570415496826,-1.4633760452270508,1.0353920459747314,1.4037740230560303,-0.4053730070590973,-2.185467004776001,0.7157779932022095,0.4328629970550537,0.9594489932060242,0.8988940119743347,-0.7471150159835815,0.6773790121078491,0.530115008354187,-1.949671983718872,-1.9938939809799194,-2.340169906616211,1.9167900085449219,1.9105240106582642,0.4434469938278198,0.713271975517273,0.7263720035552979,0.21684199571609497,1.6579259634017944,0.9284369945526123,-1.7696510553359985,-0.7175289988517761,0.6588850021362305,-1.216277003288269,0.4956730008125305,0.533312976360321,-2.275300979614258,-1.0258170366287231,0.1935259997844696,1.681296944618225,1.6955139636993408,-0.9774050116539001,0.5709959864616394,0.5414369702339172,-2.2967851161956787,1.673895001411438,0.7664610147476196,-1.908728003501892,0.9747189879417419,0.7023280262947083,0.6846410036087036,1.3350780010223389,0.9441689848899841,0.7642629742622375,-0.17546699941158295,-0.13901300728321075,-0.27063798904418945,-0.2807689905166626,-0.9762399792671204,-0.25927498936653137,0.41275501251220703,-0.16875100135803223,0.9505320191383362,0.9332839846611023,-1.8005750179290771,0.979623019695282,-0.3675290048122406,0.5654060244560242,0.11137200146913528,0.30098700523376465,1.4352420568466187,1.1066240072250366,0.7806320190429688,-0.9879680275917053,1.1858270168304443,-1.7004170417785645,0.3834019899368286,0.33791399002075195,0.9153149724006653,0.8240730166435242,-1.2544649839401245,0.3934909999370575,-0.40875500440597534,0.5403559803962708,0.5285220146179199,-1.221500039100647,1.5109809637069702,-0.07002899795770645,0.4255160093307495,0.15547199547290802,-2.405219078063965,0.0007639999967068434,-2.3928449153900146,0.3053880035877228,0.3139689862728119,-1.2770400047302246,-0.11760099977254868,0.7754700183868408,-1.467432975769043,1.5533180236816406,-0.38294100761413574,-0.3748529851436615,0.4522800147533417,0.9588540196418762,1.4885179996490479,0.5273470282554626,-1.8554480075836182,-1.9363340139389038,1.6353800296783447,0.84067302942276,1.4137359857559204,1.5276230573654175,0.46389999985694885,1.1374670267105103,-2.553360939025879,0.6997849941253662,0.7284259796142578,1.658033013343811,0.840054988861084,1.5588940382003784,0.22666700184345245,0.44358301162719727,1.374079942703247,-1.1494159698486328,0.04507099837064743,0.17679700255393982,0.22328099608421326,-1.500959038734436,-2.5120849609375,1.3654730319976807,-0.5079870223999023,-0.5123609900474548,-0.6074320077896118,0.45232298970222473,1.7836719751358032,0.962893009185791,-1.025555968284607,-1.1797139644622803,1.1532700061798096,0.5280460119247437,-0.14569200575351715,1.1630369424819946,1.2039220333099365,0.10671299695968628,-1.7704590559005737,0.1314840018749237,0.6703590154647827,1.670030951499939,-0.43359801173210144,-0.5219709873199463,1.3899240493774414,-0.9713649749755859,-1.0087310075759888,1.699787974357605,1.130141019821167,-1.4508899450302124,0.24504899978637695,-2.2840569019317627,-2.3349900245666504,0.46224701404571533,0.9127429723739624,1.4758210182189941,1.8726340532302856,-1.7224129438400269,1.9517799615859985,-0.07674899697303772,1.6623250246047974,1.6601550579071045,0.7958999872207642,1.5568490028381348,1.8218319416046143,-0.5780100226402283,1.5435940027236938,0.9478849768638611,0.701878011226654,0.9835299849510193,-0.7880300283432007,1.8143609762191772,-1.3007019758224487,1.111847996711731,-1.816872000694275,-1.6928449869155884,1.6184289455413818,-0.9613080024719238,-2.359550952911377,0.46997499465942383,0.5206670165061951,0.9313549995422363,-1.2230679988861084,-1.732666015625,1.3547660112380981,-1.5698809623718262,0.017274999991059303,0.9348459839820862,0.18130700290203094,-0.9349089860916138,1.2348010540008545,0.25475001335144043,0.4277609884738922,-0.4539859890937805,1.489732027053833,1.0322619676589966,-0.38337698578834534,0.22423100471496582,-2.9412689208984375,-0.1577479988336563,1.5132449865341187,-1.7656290531158447,1.0679130554199219,0.28317099809646606,-0.03395700082182884,0.08141099661588669,1.0590579509735107,1.6542710065841675,1.2052459716796875,0.22095400094985962,1.5514919757843018,0.006891000084578991,1.329977035522461,0.02778399921953678,1.3794569969177246,-1.6185380220413208,-0.29905998706817627,1.2039309740066528,0.27481600642204285,-1.5918200016021729,1.0333750247955322,0.8550450205802917,0.5992259979248047,0.20048600435256958,1.2625240087509155,0.5917969942092896,-0.020103000104427338,-1.3453480005264282,0.7254189848899841,0.06204000115394592,0.08512400090694427,0.634365975856781,1.6047519445419312,0.42233899235725403,-1.3560320138931274,-0.92781001329422,-1.0038310289382935,1.6235369443893433,-2.0908279418945312,-0.8019850254058838,-0.6212990283966064,1.6504019498825073,0.2770549952983856,1.528467059135437,1.5822709798812866,1.1088639497756958,1.6709729433059692,0.4083479940891266,-0.22119300067424774,1.6645220518112183,0.5883499979972839,0.11383900046348572,-0.41822001338005066,-1.0567079782485962,-1.0372090339660645,0.24772800505161285,-0.2699030041694641,1.21697199344635,0.3187769949436188,0.2536120116710663,0.12647299468517303,-0.5990869998931885,-0.4551759958267212,-0.050978999584913254,0.09677799791097641,0.1671070009469986,-0.018073000013828278,-0.31686800718307495,-1.6086499691009521,-1.6251879930496216,1.6893630027770996,0.18414099514484406,0.21956999599933624,0.8475649952888489,-0.5394489765167236,0.48139700293540955,0.7480440139770508,-0.3920530080795288,1.4327510595321655,-1.648144006729126,-0.849357008934021,0.5759860277175903,-1.0413609743118286,1.3895080089569092,1.6942460536956787,1.6938519477844238,1.5626729726791382,-0.385904997587204,0.997734010219574,0.43641600012779236,1.4348939657211304,-1.4577380418777466,-0.6248739957809448,0.4440630078315735,1.65625,1.635200023651123,-2.0757949352264404,0.8772460222244263,1.6609599590301514,1.1772689819335938,0.991204023361206,0.2300879955291748,0.2620620131492615,0.23949800431728363,-0.27494001388549805,-0.24459800124168396,-0.2630990147590637,-0.2636759877204895,1.2424099445343018,1.8441129922866821,-0.2828510105609894,-2.5929999351501465,0.5986940264701843,1.2878509759902954,0.1815280020236969,1.40516197681427,0.5195220112800598,-0.9402899742126465,-0.38760098814964294,-1.0467629432678223,0.37675899267196655,-0.7193869948387146,1.0627919435501099,-0.43154799938201904,1.4856810569763184,1.4906940460205078,0.4230169951915741,0.8524420261383057,1.3773859739303589,-1.3618559837341309,-0.9657859802246094,-0.9128490090370178,-0.1431490033864975,-0.05091800168156624,1.6003819704055786,-0.33848899602890015,1.5922620296478271,0.46138298511505127,-1.9902249574661255,-0.7598890066146851,-1.4054460525512695,0.5717560052871704,1.1795510053634644,-1.1106840372085571,0.25582900643348694,0.31254398822784424,1.505534052848816,0.3308979868888855,-2.3751559257507324,-0.4149650037288666,1.9337329864501953,-2.1898670196533203,-2.2229421138763428,-0.9393510222434998,0.795428991317749,0.49719300866127014,0.5611079931259155,-0.26326799392700195,1.2911299467086792,0.47564101219177246,-2.2011220455169678,-1.9711509943008423,-0.9022449851036072,-0.6943820118904114,-0.6702039837837219,0.8980370163917542,-2.0464560985565186,-0.7789710164070129,-2.044260025024414,1.306678056716919,-1.043934941291809,-1.0334110260009766,-1.0756700038909912,1.43716299533844,0.667559027671814,0.8906099796295166,1.5809880495071411,0.8093500137329102,1.1762069463729858,0.9794939756393433,1.006917953491211,-0.8794779777526855,-0.8840129971504211,-0.782060980796814,1.5823899507522583,0.16015200316905975,0.6546630263328552,-0.1780019998550415,-0.20918799936771393,-0.9026510119438171,-1.949694037437439,-2.146151065826416,1.2497169971466064,-0.8643419742584229,1.2951560020446777,-1.2001490592956543,1.383316993713379,0.922685980796814,0.8767409920692444,0.1580599993467331,1.500465989112854,-1.170204997062683,0.39733999967575073,-1.9050960540771484,-0.19248999655246735,0.7544389963150024,-0.943992018699646,-2.6345980167388916,0.46204400062561035,-0.05567000061273575,-0.5047810077667236,0.3517239987850189,-2.1994829177856445,0.13997699320316315,0.3039669990539551,1.6507480144500732,1.6704790592193604,0.9074199795722961,-1.135496973991394,-0.39278700947761536,0.03770599886775017,1.4418480396270752,-0.6097689867019653,-0.4161500036716461,-0.16016900539398193,-0.3310390114784241,-1.3914179801940918,0.699193000793457,-0.18881699442863464,-1.319964051246643,-0.8100849986076355,0.061330001801252365,-1.1534479856491089,-1.082764983177185,-0.0380139984190464,0.7922520041465759,1.8743089437484741,0.23307999968528748,-1.735584020614624,1.0457069873809814,-1.6568779945373535,-1.4912470579147339,0.35710999369621277,-1.7856889963150024,-1.7917649745941162,0.9516739845275879,0.8755660057067871,0.08058000355958939,1.141610026359558,1.7219549417495728,0.40334200859069824,1.7185250520706177,-0.8343579769134521,1.0079330205917358,0.545527994632721,0.5047450065612793,-0.479093998670578,0.6940630078315735,-1.3339489698410034,-1.3661830425262451,0.029851999133825302,-0.1339769959449768,-0.5295490026473999,2.0763349533081055,1.6289030313491821,-0.42829298973083496,-1.0293350219726562,-1.5723299980163574,1.1226069927215576,0.11346899718046188,0.33583900332450867,0.3246299922466278,-1.079584002494812,0.981656014919281,0.6930090188980103,-0.06190099939703941,-0.08398599922657013,-1.3932549953460693,-0.5299800038337708,-1.6429849863052368,-0.32658499479293823,-1.81256103515625,0.1330450028181076,0.8727399706840515,-0.7700899839401245,-1.681514024734497,0.31658801436424255,0.3292100131511688,-2.0700700283050537,1.0419310331344604,1.0642750263214111,-0.40769898891448975,-0.32989799976348877,-1.2160439491271973,1.7101149559020996,1.5718120336532593,-2.0710110664367676,-0.13535700738430023,-2.016408920288086,-0.3699040114879608,0.630711019039154,-0.8842309713363647,0.6034070253372192,0.5287500023841858,1.524569034576416,0.7965400218963623,-0.2717280089855194,0.3312920033931732,1.628154993057251,0.8819069862365723,0.268546998500824,0.35543200373649597,-1.381098985671997,-0.7130730152130127,0.17131100594997406,-1.957489013671875,0.8039069771766663,0.5386379957199097,0.5974010229110718,0.6391140222549438,1.824658989906311,1.492671012878418,0.7048720121383667,-0.7991679906845093,-0.8036010265350342,0.21250200271606445,0.23371300101280212,0.5316479802131653,-0.40528300404548645,0.847819983959198,-1.94833505153656,0.10871399939060211,0.004608999937772751,-0.5153819918632507,0.055681001394987106,-0.9513859748840332,1.1735719442367554,0.9284700155258179,1.9233330488204956,1.868312954902649,-1.2597570419311523,0.4949199855327606,-1.9615520238876343,0.16502800583839417,-0.7679880261421204,1.39621901512146,-1.1313780546188354,-2.962459087371826,-0.8550480008125305,-0.44201499223709106,1.1437640190124512,1.2592999935150146,-0.2673589885234833,-1.5059139728546143,1.3188860416412354,1.0295549631118774,1.9651789665222168,-2.5344860553741455,0.47210100293159485,1.2693760395050049,1.1334550380706787,-1.0906859636306763,-1.0416710376739502,-0.29249298572540283,1.8124339580535889,-1.094459056854248,0.26516100764274597,-2.358872890472412,1.376060962677002,1.4846049547195435,-0.08666600286960602,-0.9536489844322205,-2.01806902885437,-2.0051989555358887,1.435441017150879,0.8394669890403748,-0.5945469737052917,0.5560500025749207,0.06980299949645996,1.722208023071289,-2.3779029846191406,-0.11281300336122513,0.18713299930095673,-0.2909739911556244,-0.08257199823856354,0.4295409917831421,1.214040994644165,-1.31673002243042,-1.1603690385818481,-1.5975489616394043,0.9763780236244202,0.8039889931678772,-1.1798369884490967,0.5556970238685608,1.271934986114502,1.2394050359725952,0.15738099813461304,-2.5451130867004395,0.35948699712753296,1.5328619480133057,-1.441329002380371,-0.7663059830665588,1.5499930381774902,0.03579799830913544,1.479269027709961,0.12961900234222412,0.2650279998779297,-2.032555103302002,-0.8638730049133301,-0.47724899649620056,-0.17660899460315704,0.733473002910614,-1.2123149633407593,1.2012419700622559,-1.9981509447097778,0.21140199899673462,-0.31815698742866516,-1.3627699613571167,0.9224730134010315,-0.3061310052871704,1.812574028968811,0.31038999557495117,-0.6389399766921997,-1.3281209468841553,-0.6781489849090576,1.4270219802856445,1.0910179615020752,1.1028540134429932,0.7957320213317871,-0.6722310185432434,0.2755880057811737,1.5352569818496704,0.4804050028324127,-1.3014010190963745,0.30924299359321594,1.772258996963501,-0.3456290066242218,-2.4494729042053223,1.6602940559387207,1.2618939876556396,1.2603919506072998,0.18808799982070923,-1.5962480306625366,-0.5557429790496826,-1.2163280248641968,0.4029180109500885,-0.4884119927883148,0.29589399695396423,0.9517790079116821,1.3462040424346924,1.7536170482635498,-1.1200170516967773,-0.6933280229568481,-0.29741600155830383,-0.32767099142074585,-0.5792790055274963,-0.7109559774398804,0.7025650143623352,-2.5261900424957275,-1.040213942527771,0.4846999943256378,1.6949269771575928,-2.122836112976074,-1.0860710144042969,0.7852380275726318,1.8792990446090698,0.366131991147995,0.03788699954748154,-0.07841300219297409,0.11595799773931503,1.0829999446868896,0.44119200110435486,0.06345900148153305,0.28531700372695923,1.124866008758545,-1.7093429565429688,0.42204800248146057,-1.4834380149841309,-1.8103729486465454,-0.9521859884262085,0.3190140128135681,0.343845009803772,1.6961660385131836,-0.7766500115394592,-0.44210100173950195,-0.907522976398468,-0.019007999449968338,-0.8851230144500732,0.035833001136779785,0.17073500156402588,0.09587199985980988,-0.45707300305366516,1.706737995147705,1.6606919765472412,-1.6801789999008179,-0.5102570056915283,1.3785890340805054,-0.5737590193748474,-1.3613840341567993,-1.37773597240448,0.48360300064086914,0.8379589915275574,-0.0989919975399971,1.4504690170288086,1.016105055809021,-1.2356040477752686,-0.22691300511360168,-0.3537749946117401,1.8542159795761108,0.42036500573158264,1.0239650011062622,1.1536630392074585,0.7540940046310425,1.8156729936599731,1.5591260194778442,1.2860339879989624,0.4361349940299988,1.3993010520935059,-1.1268949508666992,1.2920830249786377,-1.535233974456787,-1.5132039785385132,-0.41772499680519104,1.646520972251892,-0.13781900703907013,-0.15901300311088562,0.7756149768829346,-1.7949800491333008,-1.78916597366333,1.661864995956421,-0.7818019986152649,-0.7135059833526611,0.7282400131225586,-1.0591319799423218,-0.20927399396896362,1.5259950160980225,-1.7995489835739136,-1.1581840515136719,-0.7081300020217896,1.6934490203857422,1.5917140245437622,-1.8138610124588013,0.519336998462677,0.07639200240373611,1.9953440427780151,0.4589020013809204,-1.4564330577850342,1.316804051399231,1.1096810102462769,1.3397890329360962,0.5676900148391724,-0.9602059721946716,1.0394619703292847,-0.9475129842758179,-0.7810729742050171,0.2952120006084442,1.0922060012817383,-0.8824139833450317,-0.9397370219230652,0.5988619923591614,-0.45515599846839905,-0.7100189924240112,0.8184940218925476,-0.856427013874054,-0.2895730137825012,-0.12703600525856018,-1.6299209594726562,1.172961950302124,1.0308040380477905,-1.880445957183838,1.0337389707565308,0.31855300068855286,1.4516990184783936,-1.2758179903030396,-2.584696054458618,-0.5481110215187073,-1.4925990104675293,-0.0035840000491589308,-1.9106600284576416,1.4936840534210205,-0.37064099311828613,-0.9620130062103271,-1.316480040550232,-2.076219081878662,1.7676249742507935,1.6564010381698608,-0.9985799789428711,0.6942740082740784,-0.6517789959907532,0.26206499338150024,1.3332799673080444,0.4797140061855316,-0.6697779893875122,-0.8572999835014343,-1.3867919445037842,0.45126500725746155,1.3547159433364868,1.7208640575408936,-0.903249979019165,0.7960820198059082,1.2192540168762207,1.2808589935302734,-1.3046610355377197,0.5345439910888672,0.8020129799842834,-2.5958590507507324,-2.5831260681152344,0.3295370042324066,1.7285740375518799,0.5678859949111938,0.6735829710960388,1.8025469779968262,1.193071961402893,0.20805199444293976,0.38588300347328186,1.1783000230789185,-0.39214199781417847,0.7979879975318909,-0.9119099974632263,0.32622599601745605,-0.6777629852294922,0.6403560042381287,-1.4652470350265503,0.8824350237846375,0.6139870285987854,0.28542599081993103,1.4794249534606934,-1.176200032234192,0.8894389867782593,0.9132739901542664,1.2887510061264038,-2.821031093597412,0.8337410092353821,0.3569290041923523,1.3774440288543701,-2.936475992202759,1.1607730388641357,-1.1150109767913818,-1.002128005027771,1.579692006111145,-1.0234739780426025,0.013969999738037586,-0.013466999866068363,1.5537279844284058,0.10804100334644318,0.6345639824867249,0.6676120162010193,-1.2930539846420288,-0.1826850026845932,-1.3415160179138184,-1.707919955253601,1.6505210399627686,1.6241099834442139,1.1153830289840698,1.7071399688720703,0.5302910208702087,-0.7633669972419739,-1.4761849641799927,-0.059213001281023026,-1.225134015083313,-0.15150399506092072,1.1331909894943237,0.5262110233306885,0.16919100284576416,1.585898995399475,0.5220209956169128,1.1331000328063965,0.6051449775695801,1.1407389640808105,1.78049898147583,-2.499695062637329,0.2852329909801483,0.42298200726509094,0.29728901386260986,1.1758060455322266,0.6761559844017029,-0.5265939831733704,0.22021299600601196,-0.1431480050086975,0.009998999536037445,-1.813169002532959,0.005313000176101923,1.7737430334091187,-1.825423002243042,0.27273398637771606,1.987380027770996,-0.15148699283599854,-0.5067179799079895,-0.518314003944397,-0.4904380142688751,-1.5732120275497437,1.7651220560073853,0.4668880105018616,-0.294981986284256,-0.43070200085639954,1.75387704372406,1.5871859788894653,0.03988000005483627,-0.45761799812316895,1.349861979484558,-1.2261769771575928,1.7034939527511597,1.8908079862594604,1.0245870351791382,1.4558229446411133,-1.7775599956512451,0.24295000731945038,0.5474159717559814,-2.1574530601501465,0.42097601294517517,0.6890869736671448,-0.33695799112319946,0.521888017654419,0.8461269736289978,-0.7574769854545593,1.5976190567016602,-1.0907870531082153,-0.5000209808349609,1.363616943359375,1.331421971321106,0.11039400100708008,1.8243910074234009,1.1777280569076538,0.4886400103569031,0.46078699827194214,0.13975700736045837,0.48531201481819153,0.9022089838981628,-0.8826190233230591,-1.8461960554122925,1.0629210472106934,-0.4843280017375946,-0.27505001425743103,0.005216999910771847,0.12675300240516663,0.7464079856872559,0.09810400009155273,0.8325430154800415,-1.2417500019073486,-0.6496269702911377,-1.1193690299987793,-0.01902100071310997,-2.4271841049194336,-0.34883999824523926,-0.9077069759368896,-0.8066359758377075,-1.0020420551300049,0.4861370027065277,-0.11679799854755402,-0.4377250075340271,1.9336800575256348,0.46112799644470215,0.4986160099506378,0.512158989906311,0.8167799711227417,-1.349105954170227,0.6702349781990051,1.7276949882507324,0.9424020051956177,0.45552000403404236,0.6517530083656311,1.9739060401916504,-0.8111429810523987,-1.2625700235366821,0.8266890048980713,0.24874499440193176,-0.6106749773025513,0.3471440076828003,1.3847440481185913,-2.1568799018859863,-0.35872501134872437,1.739035964012146,-0.7767199873924255,0.8633319735527039,1.2747279405593872,0.4601210057735443,1.0801949501037598,1.4088189601898193,-2.594295024871826,0.879073977470398,0.26797300577163696,-0.5607270002365112,-1.5544689893722534,1.6920579671859741,0.7169209718704224,-0.16564999520778656,1.434870958328247,-0.6065509915351868,0.2664870023727417,1.4721540212631226,0.6144189834594727,-2.745929002761841,-1.594601035118103,0.4639900028705597,0.21437600255012512,1.9025390148162842,-2.8773910999298096,1.1906659603118896,1.3189719915390015,-0.06068100035190582,0.9405069947242737,1.126099944114685,0.9037060141563416,2.049781084060669,-1.1134259700775146,-1.0749919414520264,0.17797300219535828,0.19004499912261963,-0.3745430111885071,1.1450300216674805,0.5876500010490417,0.6025210022926331,-0.47255799174308777,0.12031300365924835,0.7766870260238647,0.7981320023536682,0.3235599994659424,-0.9446920156478882,0.9323480129241943,1.608747959136963,-0.32650500535964966,0.8320389986038208,0.154666006565094,0.4532549977302551,-1.7080810070037842,-0.42186298966407776,-1.191094994544983,-1.4310400485992432,0.7800580263137817,-1.043091058731079,-0.5831459760665894,-2.18503999710083,-1.0044809579849243,-1.84586501121521,-1.8382610082626343,0.022464999929070473,-1.6235970258712769,-1.399880051612854,-1.6010839939117432,1.3501909971237183,-2.373922109603882,-1.460574984550476,0.1207519993185997,1.720674991607666,-1.1803460121154785,-2.0323920249938965,-1.0957369804382324,0.42221298813819885,-0.5424469709396362,-0.8077269792556763,-0.9255189895629883,0.0846169963479042,0.20220999419689178,0.1771239936351776,1.2806799411773682,1.3025219440460205,0.4607529938220978,-0.9263970255851746,0.09197399765253067,-2.030327081680298,1.8213950395584106,0.10086700320243835,-0.02797600068151951,1.3674860000610352,0.16459999978542328,1.0526390075683594,-0.878184974193573,1.087257981300354,-1.3164880275726318,-2.6489040851593018,0.37652701139450073,1.2656689882278442,0.5217459797859192,-0.25582799315452576,0.33499500155448914,-2.302385091781616,-0.7032409906387329,0.13597999513149261,1.3743690252304077,1.782446026802063,-0.8667870163917542,0.9564369916915894,-0.9403290152549744,-1.5305039882659912,-0.9954310059547424,0.32740500569343567,0.3359510004520416,1.6866990327835083,0.8598790168762207,0.7062669992446899,-0.870212972164154,0.4731670022010803,-1.6178829669952393,-1.523921012878418,0.9147679805755615,0.8710209727287292,1.63543701171875,-1.2881200313568115,1.3400460481643677,-2.270198106765747,-2.2551350593566895,-2.6503779888153076,0.15538400411605835,-1.992601990699768,0.9242010116577148,0.8831369876861572,1.6743799448013306,-0.786270022392273,1.7529230117797852,-2.3605570793151855,0.24870100617408752,0.26569798588752747,-1.0659370422363281,0.6264359951019287,0.634103000164032,-2.7712810039520264,0.2119310051202774,-0.5206279754638672,-1.0419329404830933,0.23030400276184082,0.9223870038986206,0.7321230173110962,-0.39320001006126404,-0.39555299282073975,1.4943710565567017,-1.1337560415267944,1.858726978302002,-2.9731950759887695,0.42358699440956116,0.8878560066223145,-0.8851940035820007,0.6885899901390076,0.3863230049610138,1.329190969467163,-0.9922009706497192,-1.9210560321807861,-0.6076359748840332,-0.8039330244064331,-2.862445116043091,-0.5115630030632019,0.911761999130249,1.6231670379638672,-0.3944930136203766,-0.7908250093460083,1.6624829769134521,1.108214020729065,-1.389855980873108,-0.854951024055481,-0.7493219971656799,0.6870700120925903,-0.042452000081539154,-1.1582330465316772,-1.7295969724655151,0.9310190081596375,0.9252070188522339,-0.8335430026054382,-0.8793249726295471,1.4243179559707642,-0.47864100337028503,0.6788079738616943,1.46151602268219,-1.8464109897613525,-0.8058270215988159,0.05027899891138077,-1.3359999656677246,-1.3450340032577515,1.4266879558563232,0.08637099713087082,1.3733090162277222,0.31307700276374817,-2.0195701122283936,0.3208479881286621,0.299003005027771,1.6622240543365479,0.8670660257339478,0.9567530155181885,1.3125369548797607,1.5302859544754028,1.270928978919983,0.585453987121582,0.5528420209884644,0.5455359816551208,1.4088850021362305,0.5829499959945679,1.4624500274658203,0.8904190063476562,-0.04394200071692467,1.588798999786377,0.5750870108604431,-0.46423500776290894,-1.5662380456924438,1.7457200288772583,0.8045920133590698,0.6289200186729431,1.7463560104370117,-2.39924693107605,0.8697969913482666,1.2504220008850098,1.003451943397522,1.0779279470443726,1.0371630191802979,-0.39331600069999695,-0.05463000014424324,0.3278779983520508,0.9333379864692688,0.10687199980020523,-1.5612889528274536,-2.479710102081299,1.6016520261764526,0.6953110098838806,0.5259469747543335,0.8252120018005371,-0.5770660042762756,-1.2496229410171509,1.1406439542770386,-0.9125850200653076,-0.5210819840431213,1.0144399404525757,0.3563750088214874,1.3284289836883545,0.7450780272483826,0.7918059825897217,0.990746021270752,0.9281619787216187,1.0801060199737549,-0.1640789955854416,1.7290730476379395,1.177940011024475,1.2315269708633423,-0.6684579849243164,0.10328499972820282,-0.8513950109481812,0.28654399514198303,-0.8151559829711914,-0.46434900164604187,0.7362650036811829,-0.14083200693130493,1.4247620105743408,-0.8144149780273438,-2.3532140254974365,0.9416030049324036,0.7525209784507751,-0.15784099698066711,0.3172360062599182,0.6373339891433716,-1.0144740343093872,1.1129510402679443,-0.2110549956560135,-0.6593940258026123,0.35002800822257996,-1.1626739501953125,-0.2761079967021942,0.5934110283851624,-0.025849999859929085,1.5595539808273315,1.56010901927948,-0.16692399978637695,1.638532042503357,-1.3348089456558228,-1.030771017074585,1.1253869533538818,0.1942570060491562,-0.18205000460147858,-0.2773889899253845,-0.25255900621414185,0.7063900232315063,-2.450615882873535,-1.1594970226287842,0.5724200010299683,-0.9581630229949951,-2.4782369136810303,-2.820794105529785,1.1619019508361816,1.5632230043411255,-2.4455020427703857,0.3223629891872406,-0.45478498935699463,1.0956289768218994,-1.3382329940795898,0.9598680138587952,-0.5731329917907715,0.31546300649642944,-1.4023120403289795,-2.0994060039520264,-1.0123820304870605,1.0757169723510742,0.11058299988508224,-0.14975300431251526,-0.08489900082349777,-1.7013360261917114,-0.3459030091762543,0.0874129980802536,1.3501739501953125,1.8858059644699097,1.2725260257720947,-1.1464619636535645,-2.1046040058135986,1.963088035583496,-0.9576359987258911,-0.298225998878479,-0.03312699869275093,0.06963899731636047,1.7062560319900513,1.6646230220794678,-1.7810159921646118,1.2222269773483276,0.8070359826087952,1.1836040019989014,-1.2427150011062622,1.505715012550354,1.040310025215149,-2.661652088165283,-0.44580700993537903,0.25539499521255493,1.5559370517730713,1.5345439910888672,1.9773789644241333,1.9723949432373047,0.8361170291900635,-2.661659002304077,0.22030100226402283,0.15579399466514587,-1.1239089965820312,-0.4028399884700775,0.532729983329773,-1.7768830060958862,1.1173460483551025,0.9023399949073792,-0.5573019981384277,0.8911970257759094,0.2540059983730316,-1.9598180055618286,-0.6979230046272278,1.4419430494308472,-1.626520037651062,0.5308430194854736,-0.9369860291481018,-2.6690099239349365,0.4624350070953369,0.47514599561691284,1.6761300563812256,1.700340986251831,-0.507436990737915,-1.2495900392532349,-0.2353930026292801,1.754485011100769,-0.5391839742660522,-0.9132000207901001,1.3605040311813354,-2.0898830890655518,-1.3096799850463867,0.8641440272331238,-0.5159990191459656,-0.6530619859695435,0.9455900192260742,-0.9064689874649048,0.7613760232925415,0.583141028881073,-1.2182879447937012,0.8835440278053284,-0.49135899543762207,0.8560029864311218,1.7413560152053833,0.8034110069274902,-0.023354999721050262,0.36992600560188293,0.9344990253448486,1.4394680261611938,0.8896710276603699,-1.1521509885787964,0.43639999628067017,0.038782998919487,1.699118971824646,0.40440401434898376,1.3539079427719116,-0.22435800731182098,0.9076150059700012,0.21056100726127625,0.6861460208892822,0.6435570120811462,1.1936589479446411,-0.7131360173225403,0.38331499695777893,0.40849700570106506,0.8234490156173706,-1.448989987373352,0.2319680005311966,-1.0692150592803955,0.33515599370002747,0.5260949730873108,1.2487139701843262,0.7864840030670166,1.5268620252609253,0.33264198899269104,0.48486799001693726,1.5074779987335205,1.0259029865264893,0.7375410199165344,0.7580810189247131,0.6152729988098145,0.6464580297470093,1.4394370317459106,-0.9591019749641418,-0.9862939715385437,-0.9691110253334045,-0.3431679904460907,1.2230809926986694,0.4385190010070801,1.393862009048462,0.2600330114364624,0.9000840187072754,0.7531700134277344,0.06120700016617775,0.25225698947906494,0.5272499918937683,0.26000699400901794,-0.44575199484825134,0.49355700612068176,1.2124119997024536,1.7430200576782227,-1.4958100318908691,1.7952909469604492,0.23847000300884247,0.9400089979171753,1.1232939958572388,-0.20493599772453308,-0.6782670021057129,0.8416500091552734,0.3617750108242035,-1.2401269674301147,-0.3312140107154846,0.7088580131530762,0.2080949991941452,-0.4081059992313385,-0.8906059861183167,1.806857943534851,1.2939770221710205,1.2296710014343262,-1.665287971496582,-0.40767601132392883,0.9306560158729553,-0.7352290153503418,1.1911710500717163,-0.22148899734020233,1.7968460321426392,1.7783260345458984,-0.29415300488471985,0.33321699500083923,-0.731719970703125,-1.3368330001831055,0.4260050058364868,-0.36973899602890015,0.7152169942855835,-2.5922861099243164,-2.6441140174865723,0.11024700105190277,-0.9345629811286926,-0.21583999693393707,-0.5008419752120972,0.36052000522613525,-2.8973801136016846,0.9241849780082703,-1.139538049697876,-2.7262890338897705,-0.3379260003566742,-0.1770399957895279,1.070963978767395,1.1805239915847778,1.100640058517456,-1.2052890062332153,0.9683300256729126,-1.7205909490585327,1.1064139604568481,1.1281460523605347,-1.956805944442749,1.6922930479049683,-1.0424059629440308,0.7000550031661987,-2.441741943359375,0.5889480113983154,0.5173190236091614,1.6041009426116943,-2.8365490436553955,0.5424699783325195,0.3068389892578125,-1.641517996788025,0.7057549953460693,1.0371179580688477,1.6403859853744507,1.6506450176239014,-0.3223839998245239,-1.8025649785995483,-0.21340300142765045,-0.1470309942960739,0.22869400680065155,-2.8148739337921143,1.7706149816513062,-0.22119900584220886,1.2109839916229248,-2.125814914703369,-1.3549050092697144,1.396996021270752,1.885949969291687,-0.00848700013011694,0.4957849979400635,-0.1845259964466095,0.14441600441932678,0.07263900339603424,1.7962770462036133,0.4260979890823364,-0.3603779971599579,0.9603310227394104,0.5164710283279419,-1.8982950448989868,-0.6373109817504883,0.19046400487422943,-0.23219500482082367,0.7025690078735352,-2.5892539024353027,-1.1077239513397217,-2.582710027694702,1.7916419506072998,1.5029610395431519,-1.3204690217971802,-1.681807041168213,-1.1696809530258179,-0.9357860088348389,-0.6597660183906555,-0.4701719880104065,0.2527090013027191,-0.9437869787216187,0.8049939870834351,0.8507630228996277,-0.6710140109062195,-0.9450950026512146,-0.9276300072669983,-0.9055280089378357,-0.06921499967575073,-1.0021840333938599,-0.9844859838485718,1.274549961090088,1.2548940181732178,-0.20805400609970093,-0.30361801385879517,1.402269959449768,-2.8666388988494873,1.5965529680252075,-0.20249399542808533,-2.4989869594573975,0.6572880148887634,-1.2394520044326782,1.7466470003128052,-0.30776599049568176,-1.3784019947052002,0.3192470073699951,0.9228960275650024,-0.07993700355291367,-0.07782000303268433,1.8804240226745605,-0.6132150292396545,0.29127201437950134,-1.1067650318145752,-0.44113999605178833,-0.9138609766960144,1.4658249616622925,-0.10393299907445908,0.372171014547348,-1.2570689916610718,-0.36987099051475525,0.02674099989235401,-2.0320448875427246,1.7388540506362915,-0.9417700171470642,0.506604015827179,0.30847200751304626,-0.0712060034275055,1.514456033706665,-0.7050489783287048,0.17728300392627716,-0.2661159932613373,0.3721100091934204,-0.33457401394844055,0.7068150043487549,0.796645998954773,-2.579101085662842,1.6156949996948242,1.5200059413909912,-2.591754913330078,0.553508996963501,0.7896729707717896,-0.7361469864845276,-1.0445460081100464,0.7365829944610596,0.5236639976501465,0.4474250078201294,0.5971570014953613,-2.5781800746917725,-1.2031480073928833,1.7008750438690186,-0.9305089712142944,1.785215973854065,0.6454439759254456,-1.2010469436645508,-0.2871429920196533,0.20542700588703156,-1.945462942123413,-0.2720760107040405,-1.1697930097579956,-2.248126983642578,-0.3739280104637146,0.23663100600242615,0.14723800122737885,0.7692139744758606,1.1196579933166504,-0.4054250121116638,0.36963701248168945,0.3175080120563507,-1.3991869688034058,-1.047368049621582,0.40777501463890076,-1.878311038017273,1.0012379884719849,-0.6603599786758423,-2.429518938064575,-1.0780750513076782,-1.3140829801559448,-1.1277010440826416,0.5139979720115662,0.008268999867141247,-1.2922849655151367,1.3432190418243408,0.17616699635982513,0.6234089732170105,0.056345000863075256,-0.812205970287323,0.8641809821128845,-2.833451986312866,-0.7862129807472229,0.49180299043655396,-1.166782021522522,0.1042110025882721,0.0588890016078949,0.01568000018596649,-1.8157800436019897,-0.016404999420046806,-0.33077698945999146,-1.902730941772461,-0.2714860141277313,0.30615299940109253,0.4929429888725281,0.08268500119447708,1.407768964767456,1.720960021018982,-1.2935930490493774,-0.8435389995574951,1.4200570583343506,-1.513617992401123,1.529129981994629,1.374917984008789,0.9307519793510437,1.2415599822998047,1.8051029443740845,-1.2319990396499634,-0.01648399978876114,0.21394099295139313,0.1542000025510788,0.05390600115060806,0.01673099957406521,0.051681999117136,0.9451799988746643,-1.0266220569610596,0.5872169733047485,1.1765960454940796,2.0099799633026123,-1.0348960161209106,-1.4603960514068604,1.0152050256729126,-0.989503026008606,0.20641300082206726,1.0602279901504517,0.9895539879798889,0.5309169888496399,-0.947763979434967,-0.9532690048217773,0.05838000029325485,0.8010079860687256,0.7402520179748535,-1.0536789894104004,1.714709997177124,-0.9011759757995605,-0.8976479768753052,1.0108699798583984,-0.9653300046920776,1.978621006011963,1.2452620267868042,1.655603051185608,1.2567830085754395,0.305417001247406,-0.6884400248527527,-1.1439050436019897,-2.074310064315796,-1.1853410005569458,-1.1826449632644653,-0.34331899881362915,0.7236260175704956,-1.0114059448242188,0.7166479825973511,1.9416749477386475,-2.785327911376953,0.28672000765800476,1.910899043083191,1.7075079679489136,-2.7061259746551514,-1.5151180028915405,1.3741949796676636,0.02260899916291237,-0.4856469929218292,0.1289989948272705,-2.0447700023651123,0.030626999214291573,1.4016920328140259,1.62248694896698,-0.8947849869728088,0.22748099267482758,-1.0190540552139282,-1.0625840425491333,-2.148590087890625,1.6348249912261963,0.5542250275611877,-0.699724018573761,-0.4271659851074219,-1.3287999629974365,0.805761992931366,-0.9234279990196228,-0.9537410140037537,-0.6672660112380981,0.9202719926834106,-0.27439001202583313,-1.410295009613037,1.071686029434204,0.7881510257720947,1.1918929815292358,1.3344069719314575,1.9046900272369385,-0.08685500174760818,1.5400209426879883,-2.3039159774780273,-0.012299999594688416,0.08277300000190735,-0.04596899822354317,0.27584800124168396,-0.7605550289154053,1.6544690132141113,1.1712390184402466,1.8317159414291382,-0.4487220048904419,-0.49052101373672485,-0.20929400622844696,-0.106843002140522,-0.25025901198387146,1.2600189447402954,0.12308599799871445,0.05707300081849098,-2.03234601020813,1.0158170461654663,0.9394779801368713,0.8837509751319885,1.794672966003418,-0.5858250260353088,0.22474099695682526,0.9342179894447327,0.9143049716949463,-0.8152850270271301,0.1540209949016571,1.1213639974594116,0.6294249892234802,0.8851510286331177,-1.83057701587677,1.5213810205459595,0.36754900217056274,-2.7483179569244385,0.4131070077419281,-1.48779296875,-0.241006001830101,-0.4905039966106415,0.8231070041656494,0.002814000006765127,1.3778480291366577,1.0957679748535156,1.061202049255371,1.0942460298538208,0.6387220025062561,0.3419409990310669,1.3390779495239258,-1.8023170232772827,-0.3129520118236542,-1.0456620454788208,-0.0806099995970726,-2.3405508995056152,-1.5821549892425537,-0.9224950075149536,0.6255930066108704,-1.8865940570831299,1.9783350229263306,0.5751739740371704,1.3526339530944824,-2.467700958251953,0.7066649794578552,-1.4369820356369019,0.719763994216919,1.5585139989852905,0.9672420024871826,0.8333979845046997,-0.39212700724601746,-0.033319998532533646,-0.834559977054596,0.9576240181922913,-2.5896151065826416,0.43883100152015686,0.4634320139884949,1.207332968711853,0.30631500482559204,-0.8504149913787842,0.1131569966673851,0.0034030000679194927,1.9564850330352783,-0.566116988658905,0.3494740128517151,-1.2619589567184448,-1.288648009300232,-1.1913340091705322,0.23634600639343262,-1.200435996055603,0.7150520086288452,-1.7293000221252441,1.787194013595581,1.777482032775879,-0.861615002155304,0.7788879871368408,0.9205660223960876,0.2679489850997925,-1.1110759973526,-1.1604030132293701,0.3125990033149719,1.5466029644012451,0.23702700436115265,-1.095716953277588,-2.583017110824585,-0.41450101137161255,-0.9902819991111755,0.28894099593162537,1.6369349956512451,1.493468999862671,0.16033600270748138,0.8183619976043701,-1.7976160049438477,-1.802785038948059,-1.0523899793624878,1.452805995941162,1.2126719951629639,0.6779019832611084,0.3578589856624603,1.4938709735870361,-1.8677459955215454,0.16175200045108795,0.027542000636458397,1.806107997894287,-0.925163984298706,-0.8018869757652283,-0.03412599861621857,-1.084251046180725,1.3801300525665283,0.4260280132293701,0.9250569939613342,0.02404399961233139,0.09593900293111801,-0.5585669875144958,1.5670759677886963,-1.4545040130615234,0.18294499814510345,-2.754183053970337,0.664110004901886,0.46233299374580383,0.3852959871292114,0.7403799891471863,0.06306400150060654,-2.9207420349121094,-0.08441899716854095,1.2954449653625488,1.0349169969558716,1.418876051902771,1.033545970916748,0.6058549880981445,-1.0585819482803345,0.43507999181747437,-1.0836139917373657,-1.0267360210418701,-2.3962950706481934,1.4428470134735107,-2.5690650939941406,-0.5131270289421082,-0.4783230125904083,-1.8639750480651855,-1.031535029411316,0.5515130162239075,-1.1797930002212524,-1.1602849960327148,0.03937600180506706,-1.7663650512695312,-1.7076059579849243,-1.7666460275650024,0.20963400602340698,1.440127968788147,-0.03133700042963028,-1.0587890148162842,0.44854599237442017,1.7469780445098877,-1.5166189670562744,-1.5065430402755737,-0.3270690143108368,-0.14766600728034973,-0.11853399872779846,-1.0723090171813965,1.011775016784668,-2.2193000316619873,1.0295230150222778,-2.1634631156921387,-1.0561989545822144,1.4398219585418701,-0.8572729825973511,0.6967729926109314,0.7236819863319397,-0.5791860222816467,0.9164890050888062,-1.7361329793930054,-1.6399480104446411,-0.708407998085022,0.47487300634384155,0.42291998863220215,-2.8904318809509277,-2.8853540420532227,1.2394059896469116,1.1375939846038818,-2.1005818843841553,-0.14029599726200104,0.4502379894256592,0.06559000164270401,1.4478329420089722,-1.4350019693374634,-0.4897179901599884,-0.49739301204681396,0.7367069721221924,0.015263999812304974,-1.8391809463500977,-0.37477800250053406,1.4778300523757935,0.90277099609375,0.785942018032074,0.29349198937416077,-1.023300051689148,0.6001480221748352,0.6253430247306824,-1.9261829853057861,-0.015337999910116196,1.5900930166244507,0.9166719913482666,1.0687719583511353,-0.6089370250701904,-1.0127869844436646,1.5290160179138184,1.7150640487670898,0.2259790003299713,0.0681539997458458,-0.5552579760551453,-0.5906170010566711,-2.66623592376709,0.31071099638938904,-0.1840279996395111,-0.5495089888572693,1.361354947090149,-0.4865809977054596,-1.4174259901046753,0.27357301115989685,0.29462099075317383,0.29451000690460205,-2.243391990661621,-1.782863974571228,-0.936460018157959,-1.0339410305023193,1.5139379501342773,-1.684546947479248,0.39368098974227905,1.7839109897613525,-1.1898930072784424,-2.3760340213775635,0.9768750071525574,0.953931987285614,-1.3185210227966309,0.6601079702377319,-1.2721689939498901,-0.28859201073646545,-0.27213799953460693,0.7764059901237488,0.4953019917011261,0.4470849931240082,-2.594839096069336,0.716152012348175,0.5548660159111023,1.5559639930725098,0.6815009713172913,-1.9767789840698242,-1.8431110382080078,-0.5703340172767639,-0.8838319778442383,0.09950699657201767,-1.0470210313796997,0.5563070178031921,-1.251420021057129,-2.4331729412078857,-0.5669860243797302,-0.8039720058441162,-0.8466269969940186,-1.1122870445251465,0.3867659866809845,-2.4238779544830322,-0.008930999785661697,-0.35474398732185364,-2.214488983154297,-0.24165800213813782,1.3895219564437866,-1.2622900009155273,-0.2893750071525574,0.3706510066986084,-1.8694570064544678,0.2773889899253845,-0.7513480186462402,-0.7251049876213074,-1.5961289405822754,1.5672860145568848,0.8216130137443542,0.671239972114563,1.4507100582122803,-2.5918829441070557,0.31497299671173096,0.2396640032529831,-1.2956219911575317,-0.8971490263938904,1.5394660234451294,-1.470890998840332,-1.9588539600372314,-2.449765920639038,0.4385809898376465,0.7585309743881226,1.3852620124816895,-0.5864329934120178,1.8720510005950928,-1.805798053741455,1.6221959590911865,-0.40151500701904297,-0.38298600912094116,0.8011400103569031,0.8437579870223999,0.7523279786109924,0.542506992816925,0.6818950176239014,-0.42797601222991943,0.0366239994764328,-2.47723388671875,0.45048999786376953,1.2454429864883423,0.7026129961013794,0.8967260122299194,0.9584370255470276,0.8734869956970215,-1.3571979999542236,1.8089699745178223,0.8578510284423828,1.3187700510025024,0.8348429799079895,1.2547390460968018,-1.3042429685592651,-0.27980899810791016,-0.5446609854698181,0.9834669828414917,0.603052020072937,1.450808048248291,0.9485700130462646,1.703866958618164,0.28824499249458313,-0.34585699439048767,0.2246209979057312,-0.12477900087833405,0.1426679939031601,1.065412998199463,1.0599570274353027,-0.2964879870414734,-0.1440739929676056,1.790809988975525,1.0183429718017578,0.9390779733657837,0.8276829719543457,-2.5310540199279785,1.7792609930038452,-0.8779569864273071,-0.9385280013084412,-0.4065279960632324,-0.8557459712028503,0.07652299851179123,-1.0654029846191406,-1.4731580018997192,-1.0086909532546997,0.030884999781847,0.7975360155105591,0.29437899589538574,0.5383809804916382,0.342617005109787,-1.4419670104980469,1.9632209539413452,1.8699270486831665,1.24822998046875,-0.2742939889431,-0.08728200197219849,-1.5542629957199097,0.5068550109863281,0.09764999896287918,0.13476000726222992,1.5654100179672241,-0.029662000015378,0.5827649831771851,-2.3982980251312256,1.905890941619873,-0.4797239899635315,-0.9032719731330872,-0.9194899797439575,0.876285970211029,-0.638979971408844,0.9779019951820374,0.5728330016136169,-0.45862600207328796,-1.971776008605957,-1.8162070512771606,0.5013980269432068,-1.104269027709961,-1.3902349472045898,-0.7947049736976624,0.060162000358104706,-0.07831799983978271,-0.31802898645401,-1.6007570028305054,-1.606529951095581,-0.036403000354766846,0.3608199954032898,1.3817239999771118,0.48958200216293335,1.2062430381774902,0.1635800004005432,0.19527900218963623,0.20314599573612213,0.8850129842758179,1.0569560527801514,-1.41326105594635,1.927258014678955,-0.9108309745788574,1.9184969663619995,-0.26052600145339966,1.3633949756622314,0.23525799810886383,-1.4558409452438354,-0.4349989891052246,1.4724769592285156,-0.35252299904823303,0.4512310028076172,0.5999169945716858,-0.9500030279159546,-1.1864819526672363,-0.986050009727478,0.526714026927948,1.2177220582962036,-0.31964200735092163,-1.807878017425537,-1.8352839946746826,-1.0519789457321167,-1.046623945236206,0.1760990023612976,-2.1935958862304688,-0.8502029776573181,-1.2890230417251587,-0.943693995475769,0.6973130106925964,-2.366791009902954,1.8294869661331177,-1.5630650520324707,-0.6092879772186279,-1.5133839845657349,-1.7980849742889404,-0.32646599411964417,1.0489829778671265,0.2032410055398941,0.09439300000667572,1.3625520467758179,-0.40750399231910706,1.3144960403442383,0.3973950147628784,-2.542551040649414,0.3231489956378937,0.011858000420033932,1.1372050046920776,-0.2749289870262146,0.3193590044975281,-0.15487900376319885,0.2858729958534241,0.2379480004310608,-0.75872802734375,-0.09350699931383133,0.10570099949836731,0.1999099999666214,-0.924543023109436,-0.9509950280189514,-0.8337860107421875,-1.193253993988037,0.6465920209884644,1.6019469499588013,-1.1060539484024048,0.35982298851013184,0.2539860010147095,0.9809960126876831,-1.933804988861084,0.682142972946167,0.8723130226135254,-0.08714000135660172,0.3314160108566284,0.08064000308513641,0.3493320047855377,-1.7288830280303955,-1.9148550033569336,-1.2487759590148926,-0.9800860285758972,1.0463039875030518,0.9748200178146362,0.6974020004272461,0.4285610020160675,1.9938299655914307,-1.0810619592666626,-0.32716599106788635,-1.3702529668807983,1.1107829809188843,1.8676459789276123,0.33115899562835693,-2.1672990322113037,-1.750504970550537,-1.961670994758606,-0.32464900612831116,0.12160799652338028,0.4209290146827698,1.7104649543762207,1.5809509754180908,1.4488680362701416,-1.4420020580291748,-1.511950969696045,-0.6897019743919373,-0.4114390015602112,0.4061720073223114,-0.9943000078201294,-0.725836992263794,0.15051999688148499,-1.1831250190734863,-1.8914120197296143,-2.501620054244995,-0.45125699043273926,-1.3276159763336182,-2.6004559993743896,-1.2696490287780762,-0.27801400423049927,-0.9951350092887878,0.824836015701294,0.42888200283050537,0.26550400257110596,-0.7633360028266907,-0.2211499959230423,-0.2765499949455261,0.08866199851036072,0.43655601143836975,-0.4528160095214844,-1.0852700471878052,-1.29264497756958,-1.2720509767532349,1.5901780128479004,-0.4663360118865967,0.32647600769996643,-0.1924850046634674,-0.5949580073356628,-1.2034679651260376,1.3978389501571655,-0.625993013381958,0.4382990002632141,0.7966020107269287,-1.3832000494003296,0.7668840289115906,1.3925679922103882,0.34332001209259033,1.0618720054626465,-0.2837800085544586,-0.7705479860305786,-0.873121976852417,0.102681003510952,0.19257600605487823,-0.019162999466061592,1.0513919591903687,0.849731981754303,0.815418004989624,1.2219979763031006,0.5247179865837097,1.0272480249404907,1.053810954093933,1.4210569858551025,-1.3118029832839966,0.28965601325035095,-1.190896987915039,-2.161374092102051,1.163902997970581,0.4940190017223358,0.3700309991836548,1.5455689430236816,0.2591310143470764,1.8102010488510132,1.022603988647461,-0.8344529867172241,-1.1361980438232422,0.9521570205688477,0.7311069965362549,0.8999810218811035,1.5194690227508545,1.5241750478744507,-0.9944689869880676,-0.25627401471138,0.8395689725875854,-2.5432848930358887,-1.6883139610290527,-0.07544100284576416,-1.979032039642334,-0.7949720025062561,-0.9444370269775391,0.4796769917011261,-1.4115279912948608,0.17708399891853333,0.4611630141735077,-0.0028880001045763493,-1.3146770000457764,0.14461100101470947,1.085466980934143,1.9435540437698364,1.24202299118042,-1.757086992263794,0.09966299682855606,-0.4186460077762604,-2.126358985900879,-0.9193689823150635,-0.7318950295448303,-0.9424030184745789,-2.3139820098876953,-0.9882240295410156,0.44053301215171814,0.451200008392334,0.8618710041046143,-0.6309850215911865,0.6739069819450378,1.727450966835022,-2.538512945175171,0.3883090019226074,0.07264500111341476,1.2508430480957031,0.38367998600006104,1.2669869661331177,1.2483179569244385,-1.488204002380371,-0.4883359968662262,-1.2711379528045654,1.9691870212554932,1.0190520286560059,-1.5130300521850586,-0.18361599743366241,1.1769130229949951,-0.35653600096702576,1.8269460201263428,0.47989800572395325,-1.3457809686660767,0.6262080073356628,-1.3426179885864258,-2.256277084350586,1.1100959777832031,0.03406599909067154,-0.07963799685239792,-1.3835070133209229,-1.3858009576797485,-0.9308289885520935,-2.223236083984375,-1.6262569427490234,0.37276700139045715,-1.0571459531784058,0.42178401350975037,1.0285789966583252,0.6241779923439026,0.5404090285301208,-0.2574410140514374,-0.4293760061264038,1.768589973449707,1.1571110486984253,-0.3624109923839569,1.6023290157318115,1.6560399532318115,-1.4354439973831177,-1.686607003211975,0.6552619934082031,1.6077320575714111,-0.11055199801921844,1.5140869617462158,-0.04733699932694435,-1.3510249853134155,-0.489657998085022,1.811126947402954,-1.8663229942321777,1.3020520210266113,0.23589499294757843,1.4219189882278442,1.138118028640747,1.842687964439392,-0.8848009705543518,0.5143089890480042,1.0771909952163696,2.056938886642456,1.083372950553894,1.8736369609832764,1.8656569719314575,1.5414990186691284,0.6799219846725464,1.3832600116729736,1.4052560329437256,0.4492979943752289,1.263738989830017,0.38611701130867004,-0.9564489722251892,-0.6332929730415344,-0.9096230268478394,-0.9082319736480713,0.6385200023651123,0.23648999631404877,0.23425200581550598,0.8001310229301453,0.7791990041732788,-1.265388011932373,0.8738809823989868,-1.2008459568023682,-0.4657669961452484,0.3059830069541931,0.2871930003166199,-1.8063700199127197,0.5096269845962524,-0.6747720241546631,-0.8135089874267578,1.740684986114502,-1.133767008781433,-0.47864899039268494,-2.502782106399536,1.2120529413223267,0.5846220254898071,1.5654560327529907,-0.7631289958953857,-1.7616230249404907,-0.06556499749422073,-0.08460500091314316,-1.3608429431915283,0.10338199883699417,1.6823309659957886,1.874904990196228,0.6746140122413635,0.6303139925003052,-1.1351430416107178,0.17962400615215302,-1.2488559484481812,0.40445399284362793,1.243688941001892,-1.7949949502944946,-1.8007169961929321,-1.3121609687805176,1.5037870407104492,0.7620270252227783,1.3904340267181396,0.7587810158729553,1.4783380031585693,-2.1200010776519775,-2.2673089504241943,0.3085330128669739,-0.8509569764137268,1.6288150548934937,-0.20791900157928467,-1.4498440027236938,0.10610199719667435,-0.5581340193748474,-2.6901190280914307,0.9534580111503601,1.1012190580368042,0.3600449860095978,-0.5857160091400146,0.006994999945163727,-1.2540639638900757,0.46571099758148193,0.44729799032211304,-0.9751650094985962,-0.08933400362730026,1.6290309429168701,-2.0813279151916504,-1.313127040863037,1.6957039833068848,0.15357400476932526,0.09820699691772461,1.806107997894287,1.7590759992599487,-2.516697883605957,0.3109770119190216,-0.3686409890651703,0.27024298906326294,0.4381200075149536,0.550475001335144,0.5143870115280151,-0.21922799944877625,0.5446979999542236,0.540058970451355,-0.3105489909648895,-0.2997420132160187,1.1038739681243896,1.1477930545806885,-1.062538981437683,0.5873929858207703,-1.6115449666976929,-0.7623069882392883,-0.8529580235481262,-1.2197779417037964,-0.47750499844551086,0.12187299877405167,0.16416199505329132,0.6775370240211487,0.5748850107192993,-1.709846019744873,1.6741420030593872,0.3031100034713745,-2.8749680519104004,0.2857910096645355,0.3210110068321228,-1.0749390125274658,1.3120219707489014,-1.1903020143508911,-1.184244990348816,0.25826799869537354,-2.6006410121917725,1.9474610090255737,-0.20587299764156342,-2.2397100925445557,-1.0897819995880127,-2.7505600452423096,-1.6336660385131836,-1.0326130390167236,-2.201585054397583,-0.0040350002236664295,0.6222950220108032,0.6650500297546387,1.4659579992294312,1.6279679536819458,-1.3747919797897339,1.444512963294983,-0.9197890162467957,1.605991005897522,0.9350230097770691,1.7050130367279053,1.6143089532852173,0.8779019713401794,0.3523620069026947,-0.28284600377082825,-0.02499300055205822,0.15618599951267242,0.0064650001004338264,0.7224400043487549,1.6798620223999023,0.30180999636650085,0.7593470215797424,-0.5094670057296753,0.20407499372959137,-1.2710009813308716,0.25155699253082275,-1.8871040344238281,0.14113600552082062,1.2158069610595703,1.277122974395752,1.6575950384140015,-2.4208879470825195,-1.891495943069458,-0.42597800493240356,0.7449319958686829,-1.3271820545196533,-1.3091880083084106,1.2164210081100464,0.328218013048172,0.44562798738479614,1.0198570489883423,0.31535500288009644,1.1782410144805908,1.4501019716262817,-0.2724039852619171,-2.472783088684082,-1.1486179828643799,-0.9530450105667114,-1.279729962348938,-1.9646110534667969,-2.031409978866577,0.9314110279083252,-2.1830410957336426,1.908843994140625,-0.8388040065765381,1.0423400402069092,1.9553509950637817,1.0672069787979126,0.5103520154953003,-0.023347999900579453,-1.6266200542449951,0.7478970289230347,-1.0735059976577759,-1.0264830589294434,1.1392459869384766,0.5886009931564331,1.4489049911499023,0.8741599917411804,0.6592469811439514,0.3584739863872528,-2.476984977722168,0.7709169983863831,-1.3111050128936768,0.34887900948524475,0.4093230068683624,1.3506580591201782,0.8254969716072083,0.636916995048523,-0.01538500003516674,-0.4332149922847748,-2.323878049850464,-0.5223140120506287,0.07490599900484085,-0.49501898884773254,-1.7279130220413208,-0.8776329755783081,0.8031970262527466,1.7549779415130615,1.4899790287017822,0.34197500348091125,-0.19346000254154205,-1.1933130025863647,-0.683899998664856,1.8475919961929321,-1.5806230306625366,0.5675299763679504,0.9186450242996216,-1.3487310409545898,-1.3426510095596313,-0.8328449726104736,-1.0122170448303223,1.5900390148162842,0.08006999641656876,0.5291579961776733,1.296205997467041,0.4040929973125458,0.8210430145263672,0.34096598625183105,0.6709110140800476,0.25728198885917664,-0.13443399965763092,-2.0612010955810547,-2.6640729904174805,1.7813940048217773,1.0624639987945557,-1.574668049812317,-2.3880510330200195,0.5538250207901001,-0.6275349855422974,-0.21587300300598145,-2.2592740058898926,0.5954880118370056,0.7714750170707703,-2.5452420711517334,-0.8552340269088745,1.5167540311813354,-1.4290440082550049,1.1429020166397095,1.7857290506362915,-1.01295804977417,0.5863369703292847,-0.6606929898262024,-0.8100550174713135,-1.9112650156021118,0.04492500051856041,1.8159120082855225,0.10171400010585785,0.6123729944229126,-1.099835991859436,-1.088731050491333,-0.14482900500297546,1.267861008644104,0.01913199946284294,-1.0565329790115356,0.9552050232887268,0.2722629904747009,1.4149090051651,1.4109539985656738,0.9915069937705994,0.9562069773674011,0.11991199851036072,-0.886256992816925,-0.22972999513149261,1.0497809648513794,0.4852989912033081,0.25772199034690857,0.24793800711631775,0.4514549970626831,-1.7816009521484375,-1.3223929405212402,1.4120450019836426,1.2267190217971802,1.4303959608078003,0.17245200276374817,1.539594054222107,0.42268800735473633,0.020437000319361687,1.0506160259246826,-0.34786900877952576,1.139752984046936,-0.7376070022583008,1.7356619834899902,-1.0064480304718018,1.635565996170044,-0.41762998700141907,0.4073129892349243,-0.35951998829841614,1.1893550157546997,-0.12796799838542938,0.043446000665426254,0.2192869931459427,0.6007519960403442,0.31393900513648987,1.050590991973877,-0.47463899850845337,0.9986339807510376,1.1903430223464966,1.4931910037994385,1.4670130014419556,0.30675798654556274,-1.1515400409698486,-0.9173529744148254,-1.0208669900894165,-2.08674693107605,-1.004485011100769,1.6028239727020264,0.9667990207672119,1.329666018486023,-1.0565509796142578,-1.0122920274734497,-1.0133140087127686,0.7446839809417725,1.4405750036239624,-0.2527030110359192,1.5506700277328491,-2.722076892852783,0.6343889832496643,-0.895995020866394,0.3788340091705322,0.5139679908752441,0.5535609722137451,-1.9077099561691284,-1.8466839790344238,1.5804539918899536,-1.308290958404541,-0.4792979955673218,-0.2162420004606247,1.5765379667282104,-0.20663699507713318,0.5099319815635681,-1.136343002319336,-0.058455999940633774,-1.2043360471725464,-0.43875300884246826,0.8307120203971863,0.9736409783363342,0.7069360017776489,-1.402232050895691,-0.8400869965553284,-2.1502249240875244,-0.16330499947071075,0.6742460131645203,1.7582019567489624,0.24483099579811096,0.06061900034546852,0.13619300723075867,0.4134550094604492,0.44471099972724915,-0.8721420168876648,-0.8777220249176025,-1.8700319528579712,0.5135909914970398,0.38979199528694153,0.20072199404239655,-0.8808090090751648,-2.37792706489563,-1.972203016281128,-1.7970800399780273,0.8370869755744934,-0.8921570181846619,-2.613542079925537,-0.5471869707107544,-0.5558769702911377,1.4315249919891357,0.24282099306583405,-0.6508129835128784,-1.1151920557022095,1.745972990989685,0.30375200510025024,-2.839219093322754,0.3293350040912628,-0.2607879936695099,-0.3036839962005615,1.814950942993164,0.04059100151062012,0.17317700386047363,-1.081442952156067,0.2865079939365387,0.7869430184364319,1.6949429512023926,-1.3812910318374634,1.0474649667739868,-0.6799229979515076,-0.9002270102500916,-0.2930870056152344,-0.25892600417137146,0.4261130094528198,-1.2268530130386353,0.8896669745445251,1.396077036857605,1.6456209421157837,0.5217660069465637,1.8226579427719116,0.351298987865448,0.5814520120620728,1.8611969947814941,-0.9194899797439575,-1.7164560556411743,-0.03463999927043915,0.4826180040836334,-1.197924017906189,-1.9064699411392212,1.4252159595489502,1.6214540004730225,-2.153407096862793,-1.736994981765747,0.7918909788131714,-1.0158770084381104,0.23779399693012238,0.8646299839019775,0.7683860063552856,-0.6005039811134338,0.14839600026607513,1.542240023612976,0.30847200751304626,0.8003429770469666,0.4386500120162964,-1.1764739751815796,-1.1585710048675537,0.9430990219116211,0.681551992893219,0.5348970293998718,0.5319669842720032,-1.3502299785614014,-2.506040096282959,1.4932290315628052,0.8184139728546143,0.4282509982585907,-2.8915140628814697,-2.905998945236206,1.5891820192337036,-0.9291149973869324,-0.9541090130805969,-0.5018259882926941,-0.5008730292320251,0.50456702709198,0.1724179983139038,0.7244600057601929,-2.3520469665527344,-1.4227629899978638,-1.2151720523834229,1.7610399723052979,0.22672000527381897,-0.8920400142669678,1.4717880487442017,-0.9759470224380493,-1.0292140245437622,1.0644240379333496,-0.5717980265617371,1.0878779888153076,-2.1860790252685547,-0.20215000212192535,-1.6593589782714844,-0.5845950245857239,0.1821720004081726,0.6235820055007935,1.3341870307922363,1.0401740074157715,-0.2235639989376068,1.6685680150985718,0.07442600280046463,0.0865119993686676,1.7387440204620361,-0.08657500147819519,2.0041439533233643,0.24031099677085876,1.129762053489685,0.17668700218200684,-1.6063179969787598,-0.7600299715995789,0.41710299253463745,0.8043619990348816,-0.54721599817276,-0.503849983215332,-0.41301700472831726,-0.969215989112854,0.5060780048370361,0.5531179904937744,-0.4219439923763275,0.019512999802827835,-0.3907659947872162,-2.402996063232422,-0.8755210041999817,1.501358985900879,1.5058629512786865,-0.6386920213699341,1.2275110483169556,1.2300130128860474,-0.6416820287704468,0.656266987323761,0.7512829899787903,0.587893009185791,1.83411705493927,1.5412240028381348,-0.35554200410842896,-0.06167500093579292,0.5027959942817688,0.9793360233306885,0.25852999091148376,-0.2893329858779907,0.3013780117034912,0.2912229895591736,1.0117789506912231,1.4114209413528442,0.11050800234079361,-1.75614595413208,0.3480690121650696,0.2785030007362366,0.020246999338269234,1.2526270151138306,-0.8184199929237366,1.311777949333191,-0.9728500247001648,0.08734700083732605,-1.4940190315246582,1.2005109786987305,-1.248142957687378,0.2883940041065216,-2.359637975692749,0.14502300322055817,0.026853999122977257,1.6447139978408813,1.5100040435791016,0.2300339937210083,0.015205999836325645,1.7286700010299683,-0.25293800234794617,-0.27165600657463074,-0.7436820268630981,-0.29992300271987915,-2.2618050575256348,-1.87664794921875,0.8951939940452576,0.7529230117797852,-0.6268259882926941,1.096966028213501,-1.8069490194320679,1.6280410289764404,-0.25845399498939514,-0.7119160294532776,-0.6088209748268127,0.5568540096282959,-1.7353440523147583,-1.7463760375976562,-1.599174976348877,1.9211920499801636,1.504930019378662,0.789671003818512,0.0558990016579628,-0.7288740277290344,-1.1690030097961426,-1.1834059953689575,-2.1431000232696533,0.9797800183296204,0.3182629942893982,1.4461959600448608,-1.2231049537658691,-0.4497449994087219,-1.912451982498169,1.1721149682998657,0.0414620004594326,0.027639999985694885,0.037071000784635544,-0.8676000237464905,-0.8402140140533447,0.1116970032453537,1.9812079668045044,-1.0750110149383545,-0.6678249835968018,0.3636859953403473,-0.7850610017776489,-0.6382309794425964,-0.49980399012565613,-0.016238000243902206,-0.04047200083732605,-2.958266019821167,0.6319239735603333,0.6968340277671814,0.1319500058889389,0.8066409826278687,-0.03914700075984001,-1.126343011856079,-0.0752749964594841,0.08295200020074844,-1.2225760221481323,1.3384360074996948,1.5695329904556274,1.6138650178909302,1.331732988357544,0.0696370005607605,0.05617300048470497,-0.2795589864253998,1.0704090595245361,-1.0141210556030273,0.24053600430488586,0.8582800030708313,0.9371209740638733,1.781491994857788,-2.6808700561523438,-0.7375710010528564,1.6279339790344238,1.1051429510116577,-0.05782699957489967,-2.5964250564575195,-0.4098980128765106,-0.3756200075149536,-0.9301350116729736,-0.4506840109825134,-0.004606000147759914,0.6490259766578674,1.1147710084915161,0.7399740219116211,1.2747000455856323,0.7026309967041016,0.3235729932785034,0.9860209822654724,-2.2635529041290283,-0.9122679829597473,0.8821269869804382,1.490900993347168,0.9787970185279846,0.9263070225715637,-0.004298000130802393,0.509145975112915,0.5605030059814453,-2.1417739391326904,0.1954980045557022,0.21599499881267548,1.9553639888763428,1.3919390439987183,-1.6018160581588745,1.504613995552063,-2.921555995941162,0.11498700082302094,-1.2438390254974365,-2.220874071121216,-0.6942359805107117,1.2969650030136108,-0.7179139852523804,0.49474000930786133,-0.23218800127506256,0.16123400628566742,-2.157351016998291,-1.302994966506958,-0.8407610058784485,1.4160590171813965,-0.13818100094795227,0.6279540061950684,-0.2953769862651825,0.8276240229606628,0.15579600632190704,-2.124429941177368,-1.2697629928588867,0.26284700632095337,-0.8827589750289917,-0.4165689945220947,0.6422539949417114,-0.1833759993314743,1.464825987815857,1.0944010019302368,-1.0364890098571777,1.0714210271835327,0.4870719909667969,1.8275840282440186,-1.8072760105133057,-0.5106149911880493,-0.31613799929618835,0.6377760171890259,0.7829269766807556,-0.11860600113868713,1.2716749906539917,-1.0622700452804565,-0.5983150005340576,0.2329300045967102,-1.2634730339050293,-0.12905800342559814,-0.8982440233230591,-1.829733967781067,1.453853964805603,-1.9089490175247192,-0.9088730216026306,-2.5655319690704346,-0.08048500120639801,0.6062719821929932,0.6899309754371643,-0.9801579713821411,-0.4818739891052246,-2.1707170009613037,1.149839997291565,-0.43982699513435364,-1.1494439840316772,1.2528339624404907,1.3190490007400513,1.7997349500656128,1.555029034614563,0.939706027507782,-0.5824459791183472,0.979578971862793,1.7093360424041748,-0.5648159980773926,0.5644530057907104,1.4074889421463013,1.1176270246505737,-1.7083309888839722,-2.6854259967803955,1.783539056777954,0.44827601313591003,0.5620750188827515,-1.131669044494629,-0.7996649742126465,-0.87922602891922,0.6659780144691467,-1.544471025466919,-0.27290698885917664,-0.5291190147399902,0.364886999130249,-2.0811469554901123,-2.8614330291748047,0.7444999814033508,-1.6056729555130005,-2.782057046890259,-0.04907499998807907,1.5550689697265625,-1.041949987411499,-0.5243409872055054,0.7205060124397278,-1.0389859676361084,-2.0563249588012695,-1.0480890274047852,0.5150709748268127,-1.7931699752807617,-0.7464069724082947,0.6239029765129089,0.08003000169992447,-0.06745400279760361,0.8171889781951904,-0.6257060170173645,0.9860600233078003,0.539417028427124,0.025498999282717705,0.39486199617385864,0.5375229716300964,1.7387369871139526,-1.6641680002212524,-1.8120570182800293,0.36465299129486084,0.2356490045785904,-1.0086790323257446,-0.8808069825172424,1.701462984085083,-1.2125370502471924,1.6785260438919067,0.10469800233840942,-1.4916340112686157,1.9172179698944092,-1.3451060056686401,0.07910700142383575,-0.6268669962882996,-1.41812002658844,0.4444969892501831,0.6587499976158142,-1.2654529809951782,1.894423007965088,-0.7319239974021912,0.6104239821434021,-1.8389569520950317,-0.9503399729728699,1.5332050323486328,-0.9853529930114746,-1.1491930484771729,-1.2486790418624878,-2.0236968994140625,-0.810122013092041,1.331225037574768,-0.25651299953460693,1.6744370460510254,-2.4286301136016846,-2.4185569286346436,0.8557279706001282,0.3317260146141052,0.2911030054092407,-0.8572610020637512,-0.5481060147285461,0.4920099973678589,0.8193680047988892,0.3782750070095062,-1.0197149515151978,0.8678339719772339,-1.315438985824585,1.3179130554199219,0.60173100233078,0.39249101281166077,1.6259050369262695,1.6993190050125122,-0.8606759905815125,-0.7804179787635803,0.8326889872550964,-2.090843915939331,1.1033920049667358,-0.14031599462032318,-2.066899061203003,-0.2635999917984009,-0.9046670198440552,1.6423239707946777,0.582643985748291,1.4533599615097046,-1.9871649742126465,-1.4642720222473145,-0.837602972984314,-1.0581680536270142,1.555703043937683,0.2500289976596832,1.7586660385131836,-2.592118978500366,1.0872420072555542,1.5094549655914307,0.6435229778289795,0.7269909977912903,-0.18468500673770905,-0.1745229959487915,0.4304949939250946,0.5746099948883057,-2.902453899383545,1.5727720260620117,1.0721149444580078,1.4891669750213623,0.8397499918937683,0.4817489981651306,-0.4038650095462799,-2.4363560676574707,0.5591869950294495,-0.7619310021400452,-0.10078799724578857,0.6828219890594482,0.56113201379776,-0.4876289963722229,0.3578850030899048,-0.00021499999274965376,0.005758999846875668,-2.4461588859558105,1.5560020208358765,1.5350379943847656,-0.3989189863204956,0.6669650077819824,0.5915570259094238,-1.0568560361862183,-0.007902000099420547,1.5580569505691528,-1.3212779760360718,-1.4201550483703613,-1.9838080406188965,-2.00724196434021,-0.6409580111503601,1.673632025718689,1.6483579874038696,0.5132930278778076,1.0051170587539673,-1.511875033378601,-1.8584799766540527,0.5141289830207825,-2.517806053161621,0.2078080028295517,-0.29497700929641724,1.1743650436401367,-1.462893009185791,0.9731079936027527,0.8331599831581116,1.9127529859542847,-1.3791580200195312,0.9377149939537048,0.9355959892272949,1.9129999876022339,0.017549000680446625,0.6773059964179993,0.6811890006065369,0.5221459865570068,-2.0897390842437744,-1.4088749885559082,1.3296270370483398,-2.229991912841797,-0.3802799880504608,1.01802396774292,0.23307600617408752,1.2755630016326904,-0.13610300421714783,-0.21439099311828613,1.761438012123108,-0.4054720103740692,1.7750600576400757,-0.5549650192260742,-0.9371269941329956,1.4124759435653687,0.03917599841952324,-0.026420999318361282,1.7589459419250488,0.9823899865150452,1.5213979482650757,-1.2356929779052734,0.5626320242881775,0.6517230272293091,-0.6232280135154724,0.13907000422477722,0.13081499934196472,-0.9889569878578186,-0.1812629997730255,0.17294199764728546,1.6701300144195557,-2.047379970550537,0.4942449927330017,-0.19358600676059723,0.020434999838471413,-0.920229971408844,-1.449537992477417,0.2796950042247772,-0.30422601103782654,0.5423750281333923,-1.8235150575637817,-1.1408720016479492,-0.06489899754524231,0.523531973361969,1.3110359907150269,-1.657628059387207,1.0404720306396484,1.578415036201477,1.031507968902588,-2.5772929191589355,0.6045050024986267,0.8112769722938538,0.9360160231590271,-0.6745269894599915,0.23099400103092194,1.54618501663208,0.773169994354248,-1.1261940002441406,-0.6865900158882141,0.5230550169944763,-0.9242349863052368,0.3945479989051819,-0.5862529873847961,0.5214300155639648,1.4655790328979492,1.475851058959961,0.7049469947814941,-1.0064829587936401,-2.7912919521331787,1.1663169860839844,-0.01960800029337406,1.1629639863967896,1.5695430040359497,0.5963180065155029,0.6280980110168457,1.8112239837646484,-1.1343779563903809,0.7832090258598328,1.7762889862060547,0.7988520264625549,1.1056230068206787,-0.2404329925775528,1.3996460437774658,0.5187039971351624,-1.1162220239639282,-2.684015989303589,-1.1553850173950195,0.6419780254364014,1.3498610258102417,1.3829740285873413,1.3350650072097778,1.5827250480651855,0.44842299818992615,0.477198988199234,0.02840700000524521,-0.208638995885849,-0.45655399560928345,-0.21002300083637238,-0.1160229966044426,-0.5584350228309631,-0.3920780122280121,-1.041903018951416,-0.8847640156745911,-0.40951400995254517,0.7943000197410583,1.2195019721984863,-0.4031350016593933,0.7868160009384155,0.12305600196123123,0.8415799736976624,0.7474989891052246,-1.3343689441680908,0.9891189932823181,1.3157390356063843,1.2903130054473877,-2.427316904067993,-1.1986889839172363,-0.5927690267562866,-0.6355929970741272,-0.6549680233001709,1.9873299598693848,0.5943470001220703,-1.2239949703216553,1.966884970664978,1.9735310077667236,1.1189520359039307,-2.834567070007324,-0.5795909762382507,-1.209488034248352,0.18672700226306915,0.5537649989128113,-0.2310439944267273,1.7579870223999023,-1.6034460067749023,0.46569201350212097,0.20820899307727814,0.6590210199356079,-0.8681010007858276,-0.8501440286636353,1.4475270509719849,0.35606199502944946,0.5119010210037231,-0.7140340209007263,0.5337809920310974,1.1386879682540894,1.1498039960861206,1.2369259595870972,-0.4874590039253235,-0.6483719944953918,-0.3993990123271942,-0.4901610016822815,-0.6223499774932861,-0.14452899992465973,1.3422889709472656,1.5039470195770264,-0.07532300055027008,-2.2028350830078125,0.5761799812316895,1.2289689779281616,0.5858799815177917,1.3018139600753784,-2.0912179946899414,0.7870870232582092,-0.04273200035095215,1.5984280109405518,0.9569039940834045,-0.22716300189495087,1.8545550107955933,0.6012160181999207,-0.5296459794044495,-1.5166900157928467,-0.5746129751205444,0.3970229923725128,0.9680969715118408,1.1019660234451294,0.6697630286216736,1.7462639808654785,1.8248300552368164,0.572767972946167,0.9257529973983765,0.2526620030403137,0.11851099878549576,0.44051700830459595,1.294901967048645,0.07618600130081177,-0.929934024810791,-2.870699882507324,0.7829750180244446,0.7497460246086121,1.3470079898834229,1.338109016418457,-0.3912070095539093,1.4979230165481567,-0.7033820152282715,-0.021151000633835793,-1.1181039810180664,1.118736982345581,-2.1733200550079346,-2.809972047805786,0.05753200128674507,-1.1500259637832642,-1.6210860013961792,-1.6789300441741943,0.14407199621200562,0.675258994102478,0.5990809798240662,0.5340589880943298,0.43020299077033997,1.7494479417800903,-1.3534300327301025,0.09246300160884857,0.6917240023612976,1.6632909774780273,0.1831900030374527,0.3317430019378662,0.5583199858665466,0.7309340238571167,0.19175000488758087,0.6039289832115173,-0.6353560090065002,-1.0131930112838745,0.46941500902175903,-2.862710952758789,1.4442440271377563,1.4389530420303345,-0.7637889981269836,0.7683230042457581,-0.7640759944915771,-1.4927910566329956,-1.4747159481048584,1.6389509439468384,0.553642988204956,-1.0793540477752686,1.458367943763733,-1.53928804397583,-0.06663600355386734,-0.041756000369787216,0.9072009921073914,1.1513069868087769,0.12689100205898285,0.9335730075836182,0.1327199935913086,1.3426729440689087,-1.375319004058838,-1.2892409563064575,0.3784390091896057,-0.08407700061798096,0.4756909906864166,1.152256965637207,0.7013059854507446,0.5161780118942261,-2.5271849632263184,1.3027329444885254,-2.2375850677490234,0.38359200954437256,-2.6667490005493164,-2.7512269020080566,0.932898998260498,-2.6916310787200928,-1.0060559511184692,-0.7512689828872681,-2.1117470264434814,0.16950100660324097,-0.12221699953079224,0.4923900067806244,0.21725599467754364,1.5659860372543335,-1.420915961265564,-0.2401829957962036,-1.3785489797592163,1.2697230577468872,1.2504169940948486,1.2118810415267944,-0.8321869969367981,1.1953179836273193,1.1344850063323975,0.6261439919471741,0.5990890264511108,1.101449966430664,0.06753300130367279,1.154737949371338,-1.9223929643630981,1.6800849437713623,1.6651010513305664,-2.976778984069824,1.7423490285873413,0.2752389907836914,1.8070449829101562,0.5192239880561829,-0.1424179971218109,0.7198179960250854,1.762573003768921,0.3126539885997772,0.8855310082435608,0.11207900196313858,-1.1271480321884155,-1.0935300588607788,0.49775099754333496,-0.6899070143699646,0.4417470097541809,-1.2362600564956665,-1.2137900590896606,-0.9623200297355652,1.3869730234146118,-0.15374599397182465,-2.420703887939453,-1.0805749893188477,-0.5244330167770386,-1.6340789794921875,-1.2588410377502441,-0.023259999230504036,-0.4864009916782379,-0.1645369976758957,-0.6653040051460266,1.5378990173339844,1.5646610260009766,1.117864966392517,1.477383017539978,0.6312810182571411,0.5710809826850891,-0.724232017993927,0.18574799597263336,-0.8130099773406982,1.2550560235977173,0.0012600000482052565,1.3163349628448486,-2.1068429946899414,-1.1715749502182007,0.44186198711395264,-2.5608909130096436,1.8563029766082764,1.8585549592971802,1.5536149740219116,0.5157420039176941,0.11435399949550629,0.6135680079460144,1.29619300365448,0.46821698546409607,-0.2804960012435913,0.6155750155448914,0.600875973701477,0.06998199969530106,-0.047800999134778976,0.8708779811859131,-1.0429240465164185,-0.3161559998989105,0.060322001576423645,1.1658480167388916,-1.5752370357513428,-0.8459309935569763,-1.1970369815826416,-1.4098529815673828,-1.3923920392990112,-2.289989948272705,0.024021999910473824,0.0906979963183403,0.9920809864997864,0.762129008769989,0.2565149962902069,-1.187927007675171,-0.1713789999485016,1.8576680421829224,-2.851599931716919,0.7690640091896057,0.8845980167388916,-1.17432701587677,-1.3306599855422974,-2.3583619594573975,-1.6791460514068604,0.29652300477027893,0.38295501470565796,1.4621059894561768,-0.08478099852800369,-0.009841999970376492,1.5505629777908325,-1.235456943511963,1.260679006576538,1.7207030057907104,-0.12878400087356567,1.051406979560852,-1.4984550476074219,1.485713005065918,-0.98334801197052,1.836648941040039,1.016455054283142,0.4288389980792999,-0.39601200819015503,0.013976000249385834,1.5217399597167969,1.695430040359497,-0.9728410243988037,-1.272568941116333,-0.06778600066900253,0.7020339965820312,-1.7825380563735962,0.4344860017299652,0.3455829918384552,-0.032958999276161194,-0.03990799933671951,-1.0051720142364502,0.4644089937210083,-2.4575490951538086,0.7763630151748657,1.6125210523605347,0.36942800879478455,1.1515170335769653,-1.944769024848938,1.9472440481185913,1.102362036705017,1.781473994255066,1.773319959640503,-2.181723117828369,-0.24357199668884277,-1.8361409902572632,-2.2296969890594482,-0.8359959721565247,0.45994099974632263,-1.6804120540618896,0.5285239815711975,0.9431989789009094,0.4608429968357086,0.03985000029206276,-2.442068099975586,0.24480199813842773,-0.08487100154161453,-0.016580000519752502,1.094323992729187,-1.9330450296401978,-2.3974099159240723,-1.746778964996338,-1.2824820280075073,0.41530200839042664,0.802590012550354,0.7678279876708984,1.1839319467544556,-0.07021600008010864,0.31221500039100647,0.6288459897041321,0.020906999707221985,0.10888200253248215,0.6217129826545715,0.6166830062866211,0.9368879795074463,-0.1614139974117279,1.1071100234985352,0.587228000164032,0.5989940166473389,-0.8714640140533447,0.06669300049543381,0.5483610033988953,-0.870199978351593,1.1045629978179932,-0.3043450117111206,-1.3537399768829346,1.3349859714508057,1.8015559911727905,0.7759460210800171,0.8286809921264648,0.11689099669456482,0.725937008857727,1.9433809518814087,0.23995299637317657,-1.2955399751663208,0.32855600118637085,0.7259939908981323,-1.077146053314209,0.6430580019950867,1.407824993133545,-0.19809900224208832,-0.5360599756240845,-0.4771290123462677,0.8357380032539368,0.9957640171051025,-1.7912110090255737,0.7645729780197144,-0.9493089914321899,-1.4224339723587036,-1.934540033340454,1.0322819948196411,1.3306100368499756,1.1093209981918335,-1.855700969696045,-1.768646001815796,0.2652890086174011,-0.8196499943733215,1.856057047843933,1.9094740152359009,1.5623749494552612,0.5192480087280273,-0.5815629959106445,0.49983298778533936,-0.03649299964308739,1.4257800579071045,0.742622971534729,0.7003170251846313,1.2049009799957275,-0.5648180246353149,1.6084920167922974,-0.14957499504089355,-0.2751469910144806,1.8944610357284546,1.898358941078186,1.9018930196762085,1.918715000152588,-1.3448189496994019,1.1370669603347778,0.23577900230884552,-0.019527999684214592,-0.08025799691677094,-0.0953570008277893,-0.84791499376297,1.4969209432601929,0.28110700845718384,0.573498010635376,1.1943490505218506,1.8168799877166748,1.6115670204162598,-1.4469009637832642,-1.5503829717636108,1.5791399478912354,1.6624499559402466,-1.3827300071716309,1.3985660076141357,1.4556950330734253,1.1394309997558594,-1.4471149444580078,-1.7038370370864868,0.32624098658561707,0.2811340093612671,0.34302300214767456,0.140952005982399,0.18724900484085083,-0.12213599681854248,-1.1949700117111206,-0.9689040184020996,-0.6268159747123718,-0.3316609859466553,-0.20721599459648132,0.7758619785308838,-2.9325289726257324,0.27647000551223755,-2.2730419635772705,-2.2517030239105225,0.5690039992332458,-0.9533349871635437,1.072551965713501,0.60658198595047,-0.8387259840965271,-0.6346420049667358,-0.23285500705242157,-1.1691429615020752,-2.0910439491271973,-0.9242830276489258,-2.0457820892333984,0.9225010275840759,1.557703971862793,0.03807999938726425,0.4174779951572418,1.2016940116882324,1.5345890522003174,1.2292439937591553,-1.1194950342178345,0.2333739995956421,-1.3831830024719238,-1.4745630025863647,-1.7851200103759766,-0.5951030254364014,-0.8880620002746582,1.0821629762649536,0.8845880031585693,0.5224069952964783,-0.7218409776687622,0.9407190084457397,-0.5904020071029663,-0.28786700963974,0.19737300276756287,-1.6586099863052368,1.4760890007019043,1.4880750179290771,-0.747734010219574,1.0079829692840576,0.8509960174560547,-0.26631298661231995,-1.1729110479354858,0.2939000129699707,-0.6755669713020325,0.061799000948667526,-1.0108879804611206,-1.4008690118789673,0.42216700315475464,0.12387000024318695,0.5465379953384399,1.399114966392517,-1.9591230154037476,0.6820759773254395,0.5523059964179993,1.1491910219192505,-1.3534380197525024,-2.6949050426483154,0.336762011051178,-0.971409022808075,0.014298000372946262,0.21242499351501465,-1.0713720321655273,0.6797810196876526,0.20031900703907013,0.24893899261951447,0.24149200320243835,-0.9273859858512878,-0.827538013458252,-2.0768930912017822,1.5074130296707153,1.189255952835083,1.8328139781951904,1.8353350162506104,1.402001976966858,1.4325059652328491,-0.36601099371910095,-0.3849700093269348,0.09157100319862366,0.08637099713087082,0.3709909915924072,-0.7501770257949829,-0.24628600478172302,1.5846999883651733,1.7723109722137451,-1.2714049816131592,-0.0807500034570694,-1.1882339715957642,-0.4346480071544647,-0.9562950134277344,1.2023659944534302,1.4955170154571533,1.5395530462265015,1.5284550189971924,-1.0564990043640137,1.5146429538726807,0.6701020002365112,0.0033579999580979347,-2.319058895111084,0.7603489756584167,0.946295976638794,0.2534860074520111,-1.4524550437927246,-0.8556979894638062,0.8739619851112366,0.2649259865283966,-0.3546150028705597,-0.6492879986763,-0.9961649775505066,1.4917210340499878,1.7219380140304565,1.7252620458602905,-1.2973109483718872,-2.3753650188446045,-1.2622220516204834,0.8583570122718811,1.3695299625396729,-2.218297004699707,-0.612438976764679,1.724010944366455,-2.1509640216827393,-0.5060189962387085,1.491529941558838,-1.464063048362732,-1.5617170333862305,0.33890199661254883,1.5435899496078491,1.5728830099105835,0.6626030206680298,0.6860060095787048,-1.2299449443817139,-0.05492300167679787,0.8742370009422302,-1.6144369840621948,0.8984829783439636,0.6006990075111389,1.6557300090789795,-1.8650480508804321,-1.577610969543457,0.21964900195598602,0.034832000732421875,0.899154007434845,0.7326970100402832,0.6607599854469299,0.643526017665863,-0.9690960049629211,-0.3642530143260956,-2.5274059772491455,-0.04338899999856949,0.7165349721908569,-1.5910069942474365,1.7676620483398438,-0.14121800661087036,-0.2052219957113266,-0.9121590256690979,-0.1587029993534088,0.5580869913101196,-0.9053940176963806,0.9157320261001587,0.6619120240211487,0.3909989893436432,-2.9515159130096436,1.2565360069274902,-1.2435790300369263,0.16293899714946747,-1.6562689542770386,1.8040529489517212,0.5387409925460815,-0.5854089856147766,-0.6784120202064514,0.6795799732208252,-1.2861930131912231,-1.198254942893982,-0.6736930012702942,0.23157399892807007,0.6263769865036011,0.009920000098645687,0.5368750095367432,0.5128610134124756,0.3433060050010681,-0.5533390045166016,0.9641630053520203,0.15891499817371368,1.4732860326766968,0.7055839896202087,0.24167799949645996,0.5783159732818604,-0.45462098717689514,-1.1171590089797974,1.3778480291366577,-2.9557340145111084,-1.1522419452667236,1.5216399431228638,1.5097949504852295,-1.5019210577011108,0.16386500000953674,-0.00927599985152483,1.3047770261764526,-2.5852739810943604,1.9337530136108398,-0.2858850061893463,-0.5179049968719482,0.8446440100669861,-0.247080996632576,0.43401798605918884,0.7866479754447937,0.7860950231552124,0.8316810131072998,-0.8299959897994995,-2.2249999046325684,1.5253820419311523,-0.3086490035057068,-0.40929898619651794,-1.6025580167770386,1.9089560508728027,-1.0252009630203247,-1.2726620435714722,0.7483710050582886,-1.2328159809112549,0.958528995513916,1.759937047958374,-1.3109270334243774,-0.41679999232292175,1.876950979232788,-0.28159698843955994,-0.23863500356674194,-0.4261919856071472,-0.2987099885940552,-0.18095900118350983,0.7955549955368042,0.8269919753074646,1.7916890382766724,0.37622201442718506,-0.8389859795570374,0.7517319917678833,0.7500789761543274,-2.009838104248047,1.301448941230774,0.9665799736976624,0.010734000243246555,1.406121015548706,-0.16861200332641602,1.5217889547348022,1.6533730030059814,-0.6837109923362732,1.5270459651947021,1.4607059955596924,0.4182339906692505,-1.045693039894104,1.5840500593185425,0.4951319992542267,0.16079799830913544,0.8267070055007935,0.8803380131721497,-0.8064150214195251,-0.9892309904098511,-0.1490119993686676,-1.2660859823226929,-2.161060094833374,1.7939130067825317,-0.21280300617218018,1.4290059804916382,0.3035370111465454,-0.7848150134086609,1.3456389904022217,1.1002689599990845,-0.6079710125923157,-1.7712620496749878,-0.04623899981379509,0.7314170002937317,-2.179847002029419,-2.084670066833496,1.0483299493789673,1.7292510271072388,0.12366700172424316,-2.2933061122894287,-1.3429750204086304,1.2476589679718018,1.1825770139694214,0.3282890021800995,1.4701659679412842,-0.6792050004005432,0.1877029985189438,0.0756860002875328,-1.5659430027008057,-0.5939710140228271,0.39114901423454285,0.2002280056476593,0.3617570102214813,-0.110385000705719,-1.2708990573883057,0.9535560011863708,0.37013399600982666,1.3131910562515259,1.8603270053863525,-0.3766140043735504,-0.8047670125961304,1.4608700275421143,0.7325779795646667,-0.6815099716186523,-0.3765600025653839,-1.7473260164260864,0.4623909890651703,-0.40198200941085815,-0.24670299887657166,-1.3093570470809937,1.4528039693832397,1.6262320280075073,0.005824999883770943,-1.0334910154342651,-1.0639599561691284,0.3197009861469269,-2.629086971282959,-1.0436279773712158,0.5436909794807434,1.4104739427566528,-2.276099920272827,0.11885499954223633,1.4767849445343018,-2.834969997406006,-0.6165210008621216,-0.022027000784873962,1.4671369791030884,0.36140599846839905,0.9685900211334229,0.6176599860191345,1.9992619752883911,0.05840599909424782,0.6127139925956726,1.0027730464935303,-0.20886899530887604,-0.24773100018501282,0.5434809923171997,-0.30378299951553345,1.2510969638824463,1.2875239849090576,-0.08977700024843216,1.3470909595489502,1.4246309995651245,1.4236949682235718,-0.1123879998922348,-2.0127270221710205,0.054437000304460526,-2.7426021099090576,1.780729055404663,-1.578724980354309,0.501239001750946,1.5261659622192383,0.242235004901886,-0.5425829887390137,-0.6325579881668091,0.5818290114402771,-0.7724909782409668,-0.2590450048446655,-0.30166101455688477,-2.364306926727295,-1.1111810207366943,0.040088001638650894,-0.3323630094528198,0.9035660028457642,-0.14459900557994843,-0.16557399928569794,-0.4505620002746582,-0.12574200332164764,1.2794519662857056,0.915336012840271,1.013355016708374,1.240973949432373,1.5967860221862793,-2.793524980545044,-2.0725910663604736,0.9160990118980408,1.8571289777755737,-0.7214450240135193,0.758899986743927,1.12424898147583,0.4706200063228607,-0.6598820090293884,0.326774001121521,0.08484700322151184,-1.9429190158843994,0.19298399984836578,0.6244019865989685,0.34536901116371155,-0.014480999670922756,-0.09404700249433517,0.9592009782791138,-0.9747750163078308,1.2261550426483154,-1.4349459409713745,1.5993239879608154,-0.9608650207519531,-0.004509999882429838,0.04660800099372864,-1.5737090110778809,1.0789610147476196,0.35604599118232727,-1.374014973640442,0.5932210087776184,0.9927840232849121,-1.5665709972381592,-1.1606780290603638,0.01596199907362461,0.7853230237960815,-0.8275279998779297,-0.01749200001358986,-2.850641965866089,1.8897229433059692,0.48472699522972107,0.3081830143928528,-0.5792880058288574,1.228477954864502,-1.7900129556655884,-1.198701024055481,0.18542300164699554,0.5550619959831238,0.9058650135993958,0.25382301211357117,-1.0621249675750732,-1.3395869731903076,-2.8987948894500732,0.2991519868373871,1.6465320587158203,-1.456272006034851,-0.39419499039649963,0.6484959721565247,1.347769021987915,-0.4294489920139313,-0.603564977645874,0.6558600068092346,-0.17836299538612366,0.2414100021123886,-1.5259640216827393,-0.4793440103530884,0.31377100944519043,0.7433750033378601,-0.24771299958229065,-1.749964952468872,-2.8935539722442627,1.6967439651489258,-0.5306689739227295,-0.1337829977273941,-0.7976880073547363,-0.6406270265579224,1.9452159404754639,0.51841801404953,0.5735480189323425,0.3589189946651459,0.33547601103782654,1.2120170593261719,0.933588981628418,-1.3475159406661987,-1.6501959562301636,-1.1084949970245361,-1.0858629941940308,-2.3103599548339844,1.5655009746551514,0.6117720007896423,1.5703239440917969,0.7001910209655762,-1.8060460090637207,-0.9646620154380798,0.21182499825954437,1.0924949645996094,1.200996994972229,-1.823855996131897,0.45148101449012756,-0.20676200091838837,-1.5466550588607788,-2.8232719898223877,-0.7781239748001099,1.441303014755249,-0.13562199473381042,-0.3828440010547638,-0.1723490059375763,-2.3278579711914062,-0.08264400064945221,0.7814229726791382,-2.700032949447632,-1.1105530261993408,-1.5438369512557983,0.2722240090370178,1.736901044845581,-1.2827019691467285,-0.9477840065956116,-0.9136099815368652,-1.3243420124053955,0.6692270040512085,1.1123820543289185,0.34493300318717957,-0.17349399626255035,-1.7474900484085083,-0.3527640104293823,-0.7395399808883667,1.1307560205459595,0.13643600046634674,0.06277000159025192,-2.1214981079101562,1.499385952949524,1.4939789772033691,-0.17542900145053864,0.10744299739599228,-2.125725030899048,-1.0996240377426147,-2.2010838985443115,-2.1882998943328857,0.4868510067462921,0.9997529983520508,0.15084099769592285,1.6897469758987427,-0.8344720005989075,1.4342859983444214,-0.5710679888725281,1.4943729639053345,-1.640658974647522,0.793088972568512,-0.34808799624443054,-0.3322350084781647,-1.1850110292434692,1.5660150051116943,0.8925480246543884,1.881343960762024,0.877360999584198,0.6383349895477295,-1.1223100423812866,-2.5095229148864746,0.9339029788970947,-2.4401769638061523,-1.7745870351791382,1.2248599529266357,-2.4222819805145264,0.048739999532699585,0.9533849954605103,-1.1995229721069336,-0.45736199617385864,-0.6235010027885437,0.5680279731750488,-2.197510004043579,-0.15645399689674377,1.8515050411224365,-2.788969039916992,0.9536290168762207,0.6526309847831726,1.1855659484863281,1.2114239931106567,1.772212028503418,-1.7417019605636597,-2.9129319190979004,0.026866000145673752,-0.4487519860267639,-1.9912830591201782,-2.6248650550842285,-1.826612949371338,0.6635980010032654,-1.9669990539550781,1.369521975517273,-1.282528042793274,-2.1361029148101807,-0.9622349739074707,-0.34078601002693176,-0.6440340280532837,-0.6694650053977966,0.6971949934959412,-0.3519349992275238,0.8398870229721069,-2.4713780879974365,-2.6177620887756348,1.4390770196914673,-0.22333000600337982,-0.8049309849739075,1.939761996269226,-1.1252139806747437,1.4863929748535156,-0.039087001234292984,-0.480008989572525,0.8172479867935181,0.5784000158309937,0.9341239929199219,-0.9389110207557678,-1.633965015411377,1.1371550559997559,1.592574954032898,0.1802770048379898,1.5523550510406494,-1.4834589958190918,-1.0203520059585571,1.5132290124893188,1.7192349433898926,1.7451369762420654,0.44180700182914734,0.7185350060462952,0.09654700011014938,0.07301999628543854,0.16896599531173706,-0.35631000995635986,-0.384319007396698,-1.3636269569396973,1.3671749830245972,0.11638499796390533,-2.9034669399261475,0.5689830183982849,-1.3435859680175781,1.1607580184936523,-1.6402759552001953,1.3163570165634155,0.6035500168800354,0.48328500986099243,-2.7383511066436768,-2.746217966079712,-0.7431210279464722,-0.7707419991493225,1.643723964691162,-0.423022985458374,0.8609690070152283,1.2375890016555786,-0.5436620116233826,1.7571699619293213,1.8580509424209595,0.8690329790115356,0.8713300228118896,-0.39423999190330505,0.14474999904632568,0.9515389800071716,0.4243839979171753,-0.0800200030207634,0.3268049955368042,-0.7395690083503723,-0.32086700201034546,-2.000520944595337,1.284430980682373,-0.36636999249458313,-2.9341249465942383,0.4227040112018585,-0.279013991355896,-0.1641319990158081,-0.5115950107574463,0.38591399788856506,-1.0437239408493042,-2.0398240089416504,-0.35703399777412415,-1.390516996383667,-2.866640090942383,0.827629029750824,-1.5748330354690552,1.1217269897460938,0.6342809796333313,-1.470674991607666,0.33914899826049805,-0.5748400092124939,-1.1469089984893799,-0.017669999971985817,-0.3418610095977783,0.6233050227165222,1.5238529443740845,0.6394870281219482,-1.1735260486602783,-1.3844809532165527,0.41115498542785645,0.9880319833755493,-0.8836759924888611,1.9625829458236694,0.32565900683403015,-1.3437379598617554,1.6358360052108765,1.0234789848327637,-2.9033970832824707,-0.4845939874649048,0.768189013004303,0.5101789832115173,-2.6085760593414307,-0.4815700054168701,-1.0972330570220947,1.516739010810852,1.5038549900054932,0.3011159896850586,0.30915701389312744,-2.300800085067749,-2.351325035095215,0.4817659854888916,0.21551799774169922,-1.9941240549087524,-1.2226699590682983,1.0220680236816406,0.4834290146827698,-0.43673399090766907,0.46675801277160645,0.38523000478744507,-2.9113240242004395,-1.1816730499267578,1.6702439785003662,0.46441400051116943,-1.7906889915466309,1.1773589849472046,0.8832629919052124,0.14445999264717102,0.24016200006008148,-0.7973179817199707,0.3649919927120209,0.44070300459861755,-0.10332799702882767,0.13534900546073914,1.8661710023880005,1.874819040298462,0.11976400017738342,0.44210100173950195,0.6598340272903442,1.3105809688568115,-2.1688950061798096,0.5649880170822144,0.7993029952049255,-0.3845199942588806,1.0506629943847656,1.126230001449585,0.8577179908752441,-0.41084399819374084,-2.621673107147217,1.7619329690933228,0.7516670227050781,-0.533348023891449,-0.7335630059242249,-2.0748751163482666,-0.4775640070438385,0.694566011428833,-1.2949509620666504,0.5812889933586121,0.6574469804763794,0.3605250120162964,0.864238977432251,-0.9648330211639404,-0.9113339781761169,0.6772149801254272,0.44571301341056824,-0.04765800014138222,-0.8415830135345459,1.9466760158538818,-1.3508859872817993,1.6065969467163086,1.735813021659851,1.642529010772705,0.17444799840450287,1.7613500356674194,-0.20702899992465973,-1.3933839797973633,1.799815058708191,0.8712499737739563,0.8641949892044067,1.520308017730713,0.36294299364089966,-0.5019630193710327,-0.5320659875869751,-0.3553760051727295,-0.3406749963760376,1.34449303150177,1.3838969469070435,0.3573150038719177,-1.8686339855194092,1.4734150171279907,1.5535800457000732,0.46584200859069824,0.9842039942741394,0.25940001010894775,-0.6834970116615295,-0.07145900279283524,-0.9126520156860352,1.8186700344085693,1.2966309785842896,1.1862850189208984,-2.0768580436706543,0.2693530023097992,-1.039417028427124,-0.25984901189804077,1.7781189680099487,0.71151202917099,1.1901570558547974,0.04216200113296509,-0.395671010017395,-0.4040040075778961,0.820921003818512,0.8580930233001709,0.9715859889984131,1.5994449853897095,-0.25804999470710754,0.654229998588562,-0.8794230222702026,0.4258350133895874,-0.8592900037765503,0.7445989847183228,0.07353399693965912,1.2936749458312988,-2.5545248985290527,-0.2791939973831177,-0.278001993894577,2.0618269443511963,-2.182610034942627,0.22682100534439087,0.5461400151252747,-1.7997599840164185,-0.4026600122451782,1.1486109495162964,-0.11818999797105789,0.5673400163650513,-1.5522359609603882,-0.4075390100479126,0.5721129775047302,-1.063491940498352,0.37451601028442383,-0.25317999720573425,-0.3622489869594574,-0.34231799840927124,1.838973045349121,-0.49688899517059326,-0.4927470088005066,-0.47639501094818115,-1.1685140132904053,-0.5750139951705933,1.6624979972839355,0.5402590036392212,-1.0847009420394897,0.18224699795246124,0.17960099875926971,-0.1251859962940216,-1.2958389520645142,0.3555290102958679,0.41690000891685486,0.4237149953842163,0.57253497838974,1.3220230340957642,-2.8620591163635254,-0.5195180177688599,-2.53302001953125,-0.41018998622894287,-1.1241170167922974,-0.17730000615119934,-1.877992033958435,0.42961201071739197,1.151015043258667,0.3882400095462799,-2.7876598834991455,-2.0350780487060547,1.1899909973144531,-0.2803269922733307,-0.8998579978942871,1.5789129734039307,0.8842030167579651,-0.04230400174856186,-1.776661992073059,0.9065219759941101,-0.32366499304771423,1.5140830278396606,1.7793530225753784,1.4397109746932983,0.762811005115509,-0.264382004737854,0.37632399797439575,-0.584634006023407,1.1881519556045532,-0.8605089783668518,-0.891700029373169,-0.8885729908943176,1.8403350114822388,0.36937400698661804,0.5560629963874817,0.6789990067481995,-1.2107139825820923,0.7409840226173401,-1.3922669887542725,-1.450543999671936,1.7548739910125732,0.42059698700904846,0.06288199871778488,1.5758060216903687,0.5375360250473022,-2.9122910499572754,1.6716129779815674,0.862779974937439,-0.10231900215148926,1.7033909559249878,-2.4312009811401367,-0.8412610292434692,0.6488519906997681,-0.12999899685382843,0.9826319813728333,1.7135610580444336,1.3231359720230103,0.0947209969162941,-0.06706099957227707,0.2404550015926361,0.8495479822158813,0.5379700064659119,-1.2924020290374756,-1.1222859621047974,0.2769330143928528,1.6979490518569946,0.9698659777641296,0.13712500035762787,0.8465690016746521,0.05602100118994713,-1.5857579708099365,0.8766540288925171,-2.3373870849609375,1.5556750297546387,1.5330289602279663,1.9699749946594238,-0.07520200312137604,-0.3454200029373169,1.5806490182876587,0.5476499795913696,0.12387300282716751,0.2455649971961975,-2.593842029571533,-0.24853099882602692,0.3576430082321167,1.2036819458007812,-0.44540899991989136,0.146356999874115,-1.5091619491577148,-1.9894959926605225,0.7645320296287537,1.1043130159378052,0.5803409814834595,1.8406059741973877,0.7851439714431763,1.0035040378570557,1.307945966720581,-0.2615320086479187,-2.1262240409851074,1.813858985900879,-1.3827309608459473,-1.7697440385818481,0.9466379880905151,0.510246992111206,-2.2814760208129883,0.3180850148200989,0.5890550017356873,0.5329819917678833,1.6316980123519897,-0.6233720183372498,0.26946499943733215,0.866549015045166,-1.475396990776062,-0.5096200108528137,1.3151509761810303,-0.8674960136413574,0.0050860000774264336,1.6961920261383057,-1.5484199523925781,-0.601095974445343,-1.2831740379333496,0.8917660117149353,0.01908399909734726,-0.3629299998283386,-0.8894789814949036,1.5688459873199463,0.6385700106620789,0.47297000885009766,0.8736069798469543,0.9097189903259277,-1.0144519805908203,0.9553070068359375,0.5807989835739136,0.05524099990725517,1.202193021774292,-0.9334189891815186,0.17981499433517456,1.5617899894714355,-2.4493839740753174,-2.0727880001068115,-2.45524001121521,0.6652039885520935,1.3110899925231934,-2.227540969848633,-0.1239750012755394,1.8277980089187622,1.0436359643936157,0.19940100610256195,0.8455579876899719,1.0084880590438843,1.3736339807510376,-0.2605400085449219,1.3405170440673828,-0.7192760109901428,-1.982632040977478,-0.4705120027065277,-0.45536699891090393,0.3428179919719696,0.26385799050331116,1.7664049863815308,0.12644100189208984,-0.8030189871788025,-2.0835790634155273,0.30479899048805237,-1.634544014930725,0.25734400749206543,-0.9791300296783447,-1.9296549558639526,-1.0248600244522095,-1.4933680295944214,0.08049499988555908,0.9057070016860962,-2.4299230575561523,-1.270982027053833,0.9619789719581604,0.7753430008888245,-0.6765379905700684,-1.775164008140564,0.9795979857444763,-0.09122200310230255,0.5728549957275391,-0.9964179992675781,0.4947269856929779,-0.44574201107025146,-1.7877470254898071,0.5302240252494812,-1.5664299726486206,0.2798759937286377,1.7127809524536133,1.6356430053710938,0.812171995639801,1.7604299783706665,-0.4396570026874542,-1.995244026184082,-0.4068709909915924,0.035677000880241394,-0.6808769702911377,0.6930180191993713,0.8241469860076904,0.6504909992218018,0.3509019911289215,0.8885030150413513,1.245682954788208,0.5430740118026733,-1.7956739664077759,-0.8358529806137085,0.3574259877204895,0.1892630010843277,-0.14337100088596344,0.9468349814414978,1.1159659624099731,1.003572940826416,-0.11301100254058838,-2.8666160106658936,0.039062000811100006,0.05388399958610535,1.8584040403366089,1.451454997062683,0.02014400064945221,0.22237099707126617,-0.11697600036859512,1.0087310075759888,0.4749720096588135,-0.22669099271297455,-0.38990598917007446,0.7522850036621094,1.56324303150177,-2.591317892074585,0.03610000014305115,0.19438999891281128,-1.8193459510803223,0.3687799870967865,0.37147900462150574,-2.691992998123169,0.39259299635887146,0.4633930027484894,-1.3642840385437012,1.9336600303649902,-0.7107049822807312,0.3212589919567108,1.4636069536209106,1.22524094581604,-0.44648298621177673,1.2374980449676514,-1.331460952758789,0.5570480227470398,0.16615800559520721,1.460541009902954,-1.2245509624481201,-0.7581980228424072,-0.13306300342082977,-1.095438003540039,1.2447500228881836,0.6906999945640564,0.3102099895477295,-1.7130249738693237,-1.0348420143127441,-0.9937949776649475,1.4309289455413818,0.9632700085639954,0.6678040027618408,0.3956739902496338,0.44051799178123474,-0.4027459919452667,1.0731459856033325,1.3841370344161987,-2.067363977432251,0.03509899973869324,-0.1270419955253601,-2.0364720821380615,0.23628899455070496,0.21153700351715088,-0.13478299975395203,1.4232430458068848,-1.060628056526184,-1.1819640398025513,-1.2786539793014526,-0.6830970048904419,0.580830991268158,0.1615470051765442,-1.1950089931488037,0.010844999924302101,-0.8300110101699829,0.3431040048599243,0.4882740080356598,0.6485689878463745,1.6354069709777832,0.925586998462677,1.2192139625549316,-0.43811899423599243,-1.1080830097198486,0.5465180277824402,-0.46633100509643555,-0.475477010011673,-0.315077006816864,0.3551119863986969,-1.0436949729919434,-1.8815970420837402,-1.7424410581588745,-2.03835391998291,-2.0119450092315674,-1.4685289859771729,1.3763179779052734,0.7623230218887329,0.8068259954452515,-1.7004649639129639,-1.3040440082550049,1.3016149997711182,0.04901399835944176,0.9017189741134644,0.5101010203361511,0.17247100174427032,1.4449180364608765,1.4481040239334106,1.2213159799575806,0.6173310279846191,1.8421460390090942,-1.0087239742279053,0.307904988527298,1.0970699787139893,1.161450982093811,1.783756971359253,-2.327191114425659,0.2565630078315735,1.9333159923553467,0.8341739773750305,1.3010790348052979,-1.9470109939575195,-1.9239009618759155,-1.1492849588394165,1.2183040380477905,1.1419999599456787,1.4772119522094727,-1.1962970495224,0.9441249966621399,1.6164829730987549,-0.20395100116729736,-0.17851600050926208,-0.3898000121116638,0.6863549947738647,0.4519760012626648,0.5353450179100037,-1.0603049993515015,-2.5681700706481934,1.4696840047836304,-1.7282650470733643,0.21553200483322144,0.3062930107116699,-1.6714849472045898,-0.4256179928779602,-0.7890070080757141,-0.3543330132961273,-0.3475069999694824,1.1074119806289673,1.5659910440444946,-2.142867088317871,0.010273999534547329,-1.5655670166015625,-1.2434890270233154,1.9082709550857544,-0.2963699996471405,1.6639540195465088,1.0172499418258667,-0.3883480131626129,0.4206809997558594,0.5827710032463074,-1.0015840530395508,0.8281229734420776,0.16493800282478333,0.07500199973583221,1.6275010108947754,-0.34567898511886597,-0.9541980028152466,-0.7202929854393005,-1.145853042602539,-0.8729509711265564,0.3355349898338318,-2.414238929748535,0.18341399729251862,1.4656440019607544,0.8065789937973022,-2.1706950664520264,1.5658270120620728,-0.6039220094680786,-1.3926440477371216,0.5612620115280151,0.9318109750747681,-2.2558979988098145,1.1840670108795166,-1.6817829608917236,0.213018998503685,0.7739909887313843,-0.33076998591423035,-0.7855589985847473,-0.32732701301574707,-2.865902900695801,-0.7114459872245789,-0.7830910086631775,-0.1833209991455078,-0.2513749897480011,0.1360359936952591,-0.5054420232772827,-0.04078499972820282,0.7279279828071594,-1.942188024520874,-2.8857409954071045,-0.15624499320983887,-1.2621259689331055,-0.9807249903678894,-0.2847830057144165,-2.8803420066833496,-2.5622870922088623,-0.0657460018992424,1.8218480348587036,1.4150559902191162,0.596310019493103,1.257277011871338,-1.2207770347595215,0.845874011516571,1.7444089651107788,-1.3067350387573242,1.4785430431365967,0.2367199957370758,0.9848200082778931,0.6559780240058899,1.8936840295791626,1.0309549570083618,1.6874370574951172,-0.5816680192947388,-2.6704800128936768,1.5896079540252686,-0.7504280209541321,0.09355500340461731,-2.2834360599517822,-0.37567800283432007,-0.5343599915504456,0.8553990125656128,-2.0888500213623047,-0.7336099743843079,-1.248792052268982,-2.2581920623779297,0.4542680084705353,-0.6071059703826904,-0.6813259720802307,-0.754040002822876,1.5576790571212769,-1.601989984512329,-0.8430969715118408,0.9343760013580322,1.5649759769439697,-0.9882329702377319,-1.0000649690628052,-1.333258032798767,1.307289958000183,-0.5015320181846619,-1.0482380390167236,-0.9287499785423279,1.1951630115509033,0.9228240251541138,0.6403800249099731,-2.4962639808654785,0.6383939981460571,1.080062985420227,1.4469980001449585,0.025129999965429306,1.8093889951705933,0.25682398676872253,0.8925300240516663,0.9159550070762634,-1.6362249851226807,0.03309199959039688,0.3792960047721863,1.8186290264129639,1.4925559759140015,-1.0465929508209229,-0.2233469933271408,-0.5000609755516052,-0.06986899673938751,-0.8791829943656921,-0.5922399759292603,-0.3135319948196411,0.5040950179100037,0.5140680074691772,0.33875399827957153,0.04483700171113014,-2.8772339820861816,-0.2874630093574524,-0.4241670072078705,0.7995679974555969,-0.8441219925880432,-0.577767014503479,1.6433409452438354,-1.9861680269241333,1.6344890594482422,1.4669259786605835,-1.6468559503555298,0.9828469753265381,0.25734400749206543,-0.5594239830970764,-1.7265249490737915,1.3892730474472046,-0.2915070056915283,-0.7507269978523254,-0.8589580059051514,1.4793829917907715,-1.0514329671859741,0.5425559878349304,-1.3452509641647339,0.028349999338388443,1.0400760173797607,-0.23380599915981293,0.9443719983100891,0.5664119720458984,-0.9601550102233887,-0.578091025352478,-2.1962740421295166,0.8546620011329651,0.7595469951629639,0.45905300974845886,1.857269048690796,-1.3599319458007812,-1.321578025817871,-1.3697320222854614,1.6293699741363525,-2.5419039726257324,0.10706300288438797,-2.7282700538635254,1.1740330457687378,-0.398593008518219,-1.1352239847183228,1.0236660242080688,0.3807089924812317,-0.37125399708747864,-0.1923069953918457,-1.34614098072052,-0.14512799680233002,0.7181950211524963,-2.6885440349578857,1.067181944847107,-0.16751599311828613,-0.3341419994831085,-1.1307259798049927,-0.03957200050354004,1.5939069986343384,1.5931689739227295,-0.720973014831543,1.9900280237197876,1.0694799423217773,1.461804986000061,1.1117839813232422,1.1862800121307373,0.10708300024271011,-0.17421600222587585,-0.6587200164794922,-1.3743629455566406,-2.0999159812927246,-2.1105339527130127,-0.3563329875469208,-1.7511630058288574,-0.1349020004272461,-1.1244460344314575,0.6047859787940979,0.3485429883003235,0.2886529862880707,0.6120349764823914,0.35178500413894653,1.8929940462112427,1.2979810237884521,1.2846879959106445,0.9955210089683533,1.1736010313034058,-0.8451460003852844,0.5826680064201355,-0.11401499807834625,-2.5933420658111572,1.6478840112686157,-2.781625986099243,0.5304449796676636,-0.9368720054626465,-1.9241349697113037,1.2652020454406738,1.5678600072860718,-1.3409210443496704,0.6187800168991089,1.123952031135559,0.536296010017395,1.363669991493225,-0.6674990057945251,-1.4913920164108276,-1.2669459581375122,-1.205036997795105,0.4249410033226013,-0.9525240063667297,0.2903900146484375,-0.4676530063152313,-0.3222779929637909,0.15117500722408295,0.35250499844551086,0.9777389764785767,0.5025110244750977,-1.0337879657745361,-1.0139180421829224,-0.6633769869804382,-0.6669480204582214,0.08235800266265869,-0.14455099403858185,0.5533040165901184,0.8415470123291016,-1.2357549667358398,-2.3790409564971924,1.138198971748352,-0.3948560059070587,-0.7890130281448364,0.9188529849052429,-2.6216259002685547,0.6777349710464478,0.683305025100708,1.0266070365905762,-0.42968401312828064,-0.4200980067253113,-2.627295970916748,0.66463702917099,1.9481970071792603,1.4040640592575073,0.02381099946796894,-1.7529939413070679,-1.5888710021972656,0.4979580044746399,-0.13610200583934784,1.4397180080413818,1.913673996925354,0.48364800214767456,1.2224459648132324,1.6550179719924927,1.4832760095596313,0.6547240018844604,0.6965339779853821,1.5892939567565918,-1.8990249633789062,0.8598260283470154,-2.170243978500366,1.5865190029144287,1.5574450492858887,-1.346582055091858,0.3737100064754486,-0.27595099806785583,0.5241600275039673,0.7581250071525574,-0.5220789909362793,1.8214880228042603,-1.4740359783172607,-0.22710299491882324,0.862293004989624,-1.079498052597046,-0.6909949779510498,1.8227260112762451,0.7201740145683289,0.7339550256729126,-1.3544939756393433,1.248671054840088,1.0511800050735474,1.7522460222244263,1.147271990776062,1.241260051727295,-0.9210249781608582,-2.1923089027404785,-0.7773100137710571,0.5930150151252747,1.2514150142669678,0.47749701142311096,-0.09360899776220322,-2.210555076599121,0.11497499793767929,0.6891080141067505,-1.0007280111312866,0.9624509811401367,-0.38586100935935974,-2.060966968536377,-1.3105249404907227,1.0081299543380737,-1.2286219596862793,2.061523914337158,0.46840599179267883,1.0698610544204712,1.5643179416656494,-0.09493499994277954,-1.4993469715118408,-1.5169440507888794,1.5427520275115967,-0.03291599825024605,-0.5199599862098694,-0.06674700230360031,-0.8373510241508484,0.8257030248641968,0.2857249975204468,-2.1391730308532715,-0.47352099418640137,0.8884689807891846,0.45486998558044434,-0.999796986579895,1.2364389896392822,0.4662359952926636,0.9446560144424438,1.8596810102462769,-1.426872968673706,0.639011025428772,-2.187747001647949,-0.018674999475479126,-0.9040390253067017,1.2260030508041382,-0.8954539895057678,-1.499966025352478,0.3529309928417206,-0.1777230054140091,-0.3524779975414276,0.6368809938430786,0.34301701188087463,0.9091820120811462,0.1969279944896698,0.5925130248069763,-2.796957015991211,-1.999243974685669,-1.0006150007247925,0.8194040060043335,0.527944028377533,0.47714900970458984,-0.35699599981307983,0.9120150208473206,0.85139000415802,0.544439971446991,-0.8775169849395752,-0.9281499981880188,-0.9580619931221008,0.04619799926877022,1.1984930038452148,-0.6063259840011597,-1.1224290132522583,0.634539008140564,0.01209999993443489,1.5015020370483398,1.2789700031280518,-1.7750300168991089,1.0549110174179077,-0.2634589970111847,-1.4317619800567627,0.0842289999127388,1.3363959789276123,-0.6178110241889954,-0.6548029780387878,-0.22982299327850342,0.6713259816169739,0.361750990152359,0.40264400839805603,1.7526700496673584,-0.07942300289869308,1.410328984260559,-0.6302059888839722,1.4046759605407715,1.8366730213165283,1.9305410385131836,1.2630850076675415,0.6483319997787476,-0.950838029384613,0.23733100295066833,-0.3072420060634613,-1.7038429975509644,0.8482300043106079,-0.9968780279159546,-0.3274900019168854,-0.9107540249824524,1.4265919923782349,-0.012059000320732594,0.4713810086250305,1.3364369869232178,-1.6687959432601929,0.4558489918708801,0.8201799988746643,0.9067599773406982,0.9049460291862488,0.9288089871406555,1.2498650550842285,1.4247889518737793,-0.11493799835443497,-2.019196033477783,-0.7843949794769287,0.028077000752091408,1.5868669748306274,-2.6216979026794434,0.2941240072250366,-2.584851026535034,1.2505630254745483,1.2127950191497803,1.7349309921264648,-0.40592101216316223,1.5599290132522583,-2.228972911834717,-0.4323599934577942,0.20626799762248993,0.4549039900302887,-0.6972939968109131,-2.1629579067230225,-1.295369029045105,0.03979400172829628,-1.3557260036468506,-0.06731300055980682,-1.2118339538574219,0.311271995306015,-0.8398380279541016,-0.85036700963974,0.23011599481105804,0.3157149851322174,1.004951000213623,-1.8590459823608398,-1.7506779432296753,-1.8144190311431885,1.3234670162200928,1.1316250562667847,-0.6485480070114136,1.6541639566421509,0.943697988986969,-1.0622129440307617,-0.07694400101900101,-1.4334629774093628,0.9636790156364441,-0.9145200252532959,0.04243899881839752,-1.936279058456421,-0.10900700092315674,1.8527870178222656,-0.11361899971961975,0.05010300129652023,1.1385550498962402,-0.7626919746398926,0.5294659733772278,-0.3624599874019623,-0.1380690038204193,0.9167720079421997,-0.13600200414657593,-0.9891830086708069,0.8168179988861084,0.8092650175094604,1.415132999420166,1.6261650323867798,-1.359997034072876,0.6560919880867004,-0.846593976020813,0.4782319962978363,0.33039599657058716,-0.15866300463676453,1.1734260320663452,0.6368910074234009,0.8968660235404968,0.8542129993438721,1.0074549913406372,1.084388017654419,0.0054870001040399075,-0.6669260263442993,-1.3261929750442505,-2.8345649242401123,1.1660979986190796,-0.3230690062046051,-0.9470639824867249,1.0923969745635986,0.8281580209732056,0.846002995967865,-0.17380400002002716,-0.18280799686908722,1.8252350091934204,0.5006020069122314,-2.823909044265747,0.09508000314235687,-2.941232919692993,-2.93477201461792,1.4222509860992432,1.3281869888305664,-0.7256510257720947,1.2148430347442627,1.0543509721755981,0.6339799761772156,-2.4075710773468018,-0.9629179835319519,-0.17695799469947815,-1.3068770170211792,-1.3457130193710327,1.6695330142974854,-0.023547999560832977,1.4772440195083618,-0.04781299829483032,1.039783000946045,-0.3080810010433197,-1.401553988456726,0.0996370017528534,1.228667974472046,0.9179499745368958,1.5999699831008911,-1.9360309839248657,0.4607659876346588,-0.37939000129699707,-1.0039379596710205,-0.11939399689435959,0.009681000374257565,-1.4944440126419067,-0.7700530290603638,1.38189697265625,1.3538800477981567,0.6964830160140991,1.016813039779663,0.3274030089378357,-1.1229989528656006,-0.29114800691604614,-0.2926369905471802,-0.36371299624443054,-0.34806498885154724,-0.8864259719848633,0.2574479877948761,-0.26096901297569275,1.6597989797592163,-1.8292620182037354,-1.8484770059585571,0.3784550130367279,1.5262839794158936,-1.2604360580444336,-0.6514149904251099,-2.55876088142395,0.6941009759902954,0.43916699290275574,-0.5886189937591553,-0.37855398654937744,-0.9071750044822693,-1.2006189823150635,-0.4622200131416321,-1.8076280355453491,-0.6003389954566956,0.8639469742774963,-2.594635009765625,-2.5219390392303467,-0.471576988697052,1.3486989736557007,-0.02167000062763691,-1.7089730501174927,-0.09146899729967117,0.447282999753952,1.6225199699401855,0.00016799999866634607,0.9583349823951721,-0.2720929980278015,1.3175300359725952,0.4783340096473694,-2.123392105102539,0.05370200052857399,-1.2178800106048584,-0.6456990242004395,-1.919437050819397,-1.8170030117034912,-0.19650599360466003,-2.8587279319763184,0.2931329905986786,-0.4330480098724365,-1.0169190168380737,1.0968070030212402,0.8377230167388916,1.2154170274734497,-0.9204729795455933,0.9208260178565979,0.04120099917054176,0.8969119787216187,-1.1132060289382935,-1.518504023551941,-0.34601300954818726,1.227673053741455,-0.9916920065879822,-1.5245699882507324,1.7702620029449463,-2.870767116546631,0.5706779956817627,-0.8838229775428772,-0.36231398582458496,-1.0625020265579224,-1.063647985458374,-1.0845659971237183,1.0279419422149658,1.4303309917449951,-2.4986820220947266,-2.0200910568237305,-0.03494200110435486,0.00817199982702732,1.1150610446929932,1.103240966796875,1.5909500122070312,-1.1211110353469849,1.0738550424575806,-2.013995885848999,-0.463034987449646,-0.9810140132904053,-0.4053800106048584,-0.044039998203516006,-0.055525001138448715,0.7943350076675415,-0.1817770004272461,-0.42944100499153137,1.7661930322647095,-1.152919054031372,-2.181349992752075,-0.8975629806518555,0.8324210047721863,1.5751090049743652,-1.2472189664840698,-0.7267919778823853,-0.32299700379371643,0.3547520041465759,-0.013763000257313251,0.8314710259437561,-0.5038459897041321,0.4469349980354309,0.3562740087509155,0.6658179759979248,1.7586710453033447,1.4319239854812622,0.3979339897632599,1.2597869634628296,0.39630401134490967,-0.8131979703903198,-0.3186360001564026,0.28621599078178406,1.3172999620437622,-2.283961057662964,-2.31584095954895,-1.5941849946975708,-0.2910679876804352,-0.7220929861068726,0.878288984298706,0.9486089944839478,1.4087530374526978,1.3291800022125244,1.111106038093567,1.8877179622650146,0.46571099758148193,0.5305010080337524,-1.8170340061187744,-2.2670791149139404,0.12944799661636353,0.09162300080060959,-1.2762490510940552,-0.4674679934978485,0.681194007396698,-0.9686599969863892,-0.5467119812965393,-1.1384919881820679,0.16813600063323975,0.49808400869369507,-0.02891799993813038,-1.934149980545044,1.5162049531936646,-2.2898459434509277,-1.242933988571167,0.08019500225782394,1.2588549852371216,1.2385410070419312,1.0787550210952759,0.6913949847221375,0.727895975112915,0.13896499574184418,-0.9712100028991699,-0.4639259874820709,1.5755610466003418,-0.02525000087916851,0.014192000031471252,0.34827300906181335,-0.42954400181770325,-0.7359660267829895,1.4239829778671265,0.09701800346374512,1.2261229753494263,-1.3296769857406616,-1.7902179956436157,-0.29888099431991577,0.07524999976158142,-1.4751490354537964,1.2493749856948853,-0.4395590126514435,0.7198290228843689,-1.3455610275268555,-0.972711980342865,0.5173519849777222,1.131343960762024,-0.5344060063362122,-0.2205439954996109,-0.8710780143737793,-0.7829740047454834,0.9866859912872314,-0.8639870285987854,-1.26767098903656,-1.2662270069122314,0.05287899821996689,0.5434709787368774,-1.3081430196762085,-0.8890510201454163,-2.549544095993042,0.5803040266036987,0.559535026550293,-0.8710619807243347,-0.807021975517273,1.4550089836120605,-1.7725379467010498,0.9578700065612793,-0.6649609804153442,1.3354450464248657,0.6237210035324097,-0.36263400316238403,0.39237600564956665,-0.12452799826860428,0.982092022895813,0.6058809757232666,-1.0856599807739258,-1.2566380500793457,-0.1138710007071495,-2.072377920150757,-2.1926910877227783,0.728518009185791,-0.6719380021095276,0.7582849860191345,-0.9172170162200928,-1.2578799724578857,1.7469439506530762,1.8068820238113403,1.8175150156021118,-0.14901000261306763,0.04998999834060669,0.8590369820594788,1.5677390098571777,0.3538680076599121,0.2421880066394806,0.20941700041294098,-2.4405438899993896,0.6735180020332336,0.6932650208473206,-2.202223062515259,1.0694080591201782,-0.6207290291786194,1.578354001045227,1.5579140186309814,-1.3974989652633667,-1.0140119791030884,0.11042899638414383,1.2292890548706055,-1.1975209712982178,-1.5049289464950562,-0.811676025390625,-0.8069589734077454,-0.8397909998893738,-0.13063199818134308,-1.2648539543151855,1.9301459789276123,1.6436899900436401,1.3318400382995605,-0.15296299755573273,-0.726298987865448,0.756600022315979,1.6068609952926636,0.4356659948825836,0.016333000734448433,-0.016374999657273293,0.5033220052719116,0.01691799983382225,-0.49984100461006165,0.7829819917678833,0.6903949975967407,-0.9417440295219421,1.7986869812011719,1.6187080144882202,-0.25375398993492126,0.3462670147418976,-1.2510219812393188,1.0077979564666748,1.387699007987976,1.0057920217514038,-0.757066011428833,0.18528200685977936,0.07175199687480927,0.5002679824829102,-2.421741008758545,0.2748219966888428,0.2595849931240082,-2.4468328952789307,0.5337499976158142,-0.8280159831047058,1.8757250308990479,-0.04393300041556358,-0.4513550102710724,-1.4620749950408936,-0.13275399804115295,0.32872700691223145,1.5759830474853516,0.5006899833679199,-1.3637590408325195,1.5519349575042725,0.18730700016021729,-1.4728490114212036,0.8217269778251648,1.356997013092041,-0.1282159984111786,0.679394006729126,-1.5142810344696045,-1.2757840156555176,0.19694599509239197,-1.1866929531097412,-0.06374700367450714,-2.581629991531372,0.6486690044403076,0.28508201241493225,0.5499839782714844,0.5461710095405579,0.5593000054359436,-1.2892370223999023,1.8791760206222534,-1.1289069652557373,-0.7164180278778076,0.05834199860692024,1.3709989786148071,1.0147169828414917,-1.155650019645691,-0.08829200267791748,0.8626750111579895,0.7823320031166077,-0.9807429909706116,1.4929319620132446,0.8618959784507751,1.3808799982070923,0.3084709942340851,-0.21419300138950348,0.04241599887609482,0.7330290079116821,1.0953819751739502,0.702252984046936,0.11321199685335159,0.675881028175354,-1.615043044090271,0.704138994216919,1.3592430353164673,-2.129913091659546,0.667792022228241,1.2949559688568115,1.151597023010254,1.4653609991073608,1.4433039426803589,-0.7873010039329529,0.5875009894371033,-2.890178918838501,-2.266118049621582,1.066301941871643,0.45397600531578064,0.7876549959182739,0.11871100217103958,-1.3251559734344482,-2.1261370182037354,0.36606401205062866,-1.9302760362625122,1.2383760213851929,-1.3654710054397583,1.2445100545883179,1.511423945426941,1.2338310480117798,-1.6134860515594482,-2.2653279304504395,-0.10008399933576584,1.6659560203552246,-1.2126100063323975,1.0732120275497437,0.5400310158729553,1.6329230070114136,1.2164620161056519,0.5494899749755859,0.38994699716567993,-0.4782100021839142,-0.9658790230751038,0.12741200625896454,-0.3352319896221161,-1.3977949619293213,1.4495389461517334,-2.0695619583129883,1.0510740280151367,1.8775089979171753,-0.6633880138397217,0.5952849984169006,0.6936150193214417,-1.1519969701766968,0.7924749851226807,-1.221690058708191,-0.2876029908657074,-1.6150850057601929,-0.18729400634765625,0.9077240228652954,0.942674994468689,-1.1937400102615356,-0.6117439866065979,-1.3742059469223022,-0.363988995552063,-2.3502790927886963,-2.547758102416992,-0.5111029744148254,-1.126876950263977,-2.1054329872131348,-1.1029499769210815,1.8679330348968506,1.7773610353469849,0.1334950029850006,-0.32161998748779297,-0.3166559934616089,0.5841429829597473,0.3141230046749115,0.34371399879455566,0.3444859981536865,0.03767099976539612,0.7455009818077087,1.1098400354385376,-1.2868520021438599,0.05225599929690361,-1.1960309743881226,-1.1320929527282715,-1.0789090394973755,-0.8501909971237183,-1.2328050136566162,0.3053390085697174,1.5490210056304932,-0.9868069887161255,-1.7846499681472778,0.3241029977798462,-1.1751359701156616,0.7896729707717896,-0.48204299807548523,1.2668800354003906,-0.13821299374103546,-1.24556303024292,0.26682400703430176,0.3544589877128601,-2.888317108154297,1.6116950511932373,0.40244901180267334,-0.5264269709587097,-1.2227020263671875,-1.4567430019378662,0.5591959953308105,-2.1336560249328613,1.2825380563735962,0.4909999966621399,0.4354810118675232,0.2551009953022003,1.7629679441452026,-0.6162919998168945,-0.5233950018882751,1.6554510593414307,-0.47608599066734314,-0.44585299491882324,0.9251049757003784,0.9424930214881897,0.9880080223083496,-0.8553150296211243,-2.1922221183776855,-1.0575109720230103,1.153709053993225,0.8139790296554565,1.8245869874954224,-0.8901469707489014,0.05881499871611595,-0.38945499062538147,-0.8568649888038635,-0.8626790046691895,1.1425590515136719,-0.5154139995574951,-1.9705849885940552,-1.639678955078125,-1.635612964630127,1.4113719463348389,1.6893889904022217,1.403620958328247,-0.06152600049972534,-0.9498980045318604,0.08355200290679932,0.9264379739761353,0.9398329854011536,-0.8360040187835693,-0.4321430027484894,1.6303189992904663,0.4267190098762512,0.9471589922904968,-2.060157060623169,0.23030699789524078,-1.102187991142273,0.8966299891471863,1.605813980102539,0.2499839961528778,0.9896969795227051,1.2026519775390625,-0.22378499805927277,-0.46188101172447205,-1.0864659547805786,-1.2198259830474854,-1.3034780025482178,-0.569159984588623,-0.37189099192619324,-2.3977129459381104,-0.08020199835300446,-0.13069599866867065,-2.485891103744507,1.1746729612350464,1.5038950443267822,1.3778849840164185,-2.0290279388427734,-2.3946619033813477,-0.23260299861431122,0.453247994184494,-1.938209056854248,1.8077809810638428,0.6100379824638367,-0.44446098804473877,1.8678200244903564,1.5028159618377686,1.1681549549102783,1.629431962966919,0.5525820255279541,-0.27493399381637573,-1.6773380041122437,-1.6306710243225098,-1.952010989189148,0.840719997882843,-0.3312860131263733,-1.0880939960479736,-2.316622018814087,0.29836899042129517,-0.9618260264396667,1.3681249618530273,-0.8693060278892517,1.545233964920044,1.6595120429992676,-1.5408940315246582,-0.37343400716781616,-0.8058599829673767,1.5927239656448364,-0.3261469900608063,-0.7111790180206299,0.9827769994735718,0.19317099452018738,1.3687490224838257,-0.015031999908387661,-0.06904999911785126,1.298130989074707,1.641319990158081,0.669588029384613,0.7214930057525635,-1.0482569932937622,0.12511000037193298,0.3942280113697052,-0.9746090173721313,1.174589991569519,0.8372499942779541,0.49925899505615234,0.3504529893398285,0.49820300936698914,0.9008209705352783,1.0060960054397583,0.3774150013923645,1.7094279527664185,-1.7596009969711304,-1.778833031654358,1.8169939517974854,0.9803799986839294,1.0080920457839966,1.7552080154418945,1.7398409843444824,1.633221983909607,1.014085054397583,0.5415869951248169,0.980122983455658,0.7209780216217041,-1.1148329973220825,-1.3422980308532715,0.4142119884490967,-0.6718310117721558,-0.8697440028190613,0.0036609999369829893,0.39853501319885254,1.4842649698257446,0.5251749753952026,0.38103100657463074,0.39093300700187683,0.4346640110015869,1.7471319437026978,1.1873860359191895,1.222048044204712,0.08843199908733368,0.07357800006866455,0.9767429828643799,0.968513011932373,-1.3351949453353882,-0.37121498584747314,-1.6158779859542847,-2.5744919776916504,1.0394539833068848,1.5533549785614014,0.8594200015068054,-0.3844519853591919,0.5891209840774536,-1.1927239894866943,0.41703900694847107,-1.2695369720458984,0.39898499846458435,0.006357999984174967,0.002489000093191862,0.7951939702033997,1.4300719499588013,-1.919150948524475,1.0853029489517212,-0.1813569962978363,-0.9072999954223633,-1.0827059745788574,-0.3004530072212219,0.3269850015640259,-0.04317300021648407,-1.5696669816970825,-0.10532400012016296,-0.5658019781112671,1.7668089866638184,0.9947010278701782,0.38676100969314575,1.713587999343872,-0.9503970146179199,-0.3468419909477234,-0.9164639711380005,0.7325990200042725,-2.7772140502929688,0.7971140146255493,0.7552329897880554,-1.522186040878296,-2.177215099334717,-1.1565489768981934,0.32025301456451416,-2.5432519912719727,-2.545003890991211,-1.1150670051574707,0.46172401309013367,-0.9716240167617798,-0.24404600262641907,0.31523600220680237,1.369426965713501,1.2560909986495972,-0.7829909920692444,0.2556709945201874,0.01954999938607216,-0.5096610188484192,0.6840720176696777,-1.7161149978637695,-0.6190000176429749,0.15842199325561523,1.0886030197143555,1.3804889917373657,-1.8692920207977295,-2.5131139755249023,-1.773421049118042,-1.3250269889831543,0.41034600138664246,1.6741759777069092,-1.0219260454177856,0.21004599332809448,-0.2070070058107376,0.20909200608730316,0.286668986082077,1.7991249561309814,-0.23455600440502167,1.1888070106506348,0.2948560118675232,0.3282189965248108,0.23076899349689484,-0.15120600163936615,0.9552220106124878,0.9660959839820862,0.7757710218429565,-0.32581499218940735,1.6537749767303467,1.6196939945220947,-0.4555499851703644,0.6060460209846497,0.8374300003051758,0.5156869888305664,1.0006550550460815,0.9337090253829956,-0.39660200476646423,-0.9434189796447754,-1.6309889554977417,1.212203025817871,1.396054983139038,-2.8680760860443115,1.442857027053833,1.4544310569763184,-0.703345000743866,-0.8946359753608704,0.11228600144386292,1.499824047088623,0.8255450129508972,-0.9299349784851074,0.2701210081577301,-0.7606109976768494,-1.0591779947280884,-0.7786200046539307,-2.1244990825653076,1.4074809551239014,-0.8274580240249634,0.7710630297660828,0.7254499793052673,0.7727609872817993,-0.23965300619602203,-0.7675039768218994,-0.7684400081634521,-0.3233200013637543,-0.29550299048423767,-0.12955300509929657,0.8596699833869934,-1.2107809782028198,-0.34047698974609375,-1.0621620416641235,1.7700040340423584,-1.1372580528259277,0.1707330048084259,-0.15141500532627106,-1.3027219772338867,-2.880743980407715,-2.797245979309082,-2.235675096511841,-2.1692140102386475,-2.698906898498535,-1.3331559896469116,-1.5867589712142944,-1.3386189937591553,-0.24123799800872803,1.9243760108947754,1.0254379510879517,-0.5135999917984009,0.7068319916725159,-1.2432470321655273,-2.0927650928497314,-1.7729109525680542,-0.07597500085830688,-1.5386790037155151,-1.5729089975357056,-2.1604089736938477,0.9181270003318787,1.5882190465927124,0.7440699934959412,-1.7178820371627808,1.1862030029296875,0.818111002445221,-1.2027260065078735,1.2462170124053955,-1.1679600477218628,0.6377530097961426,1.7164980173110962,1.8758740425109863,0.35804298520088196,1.8832069635391235,0.9515900015830994,1.146602988243103,-0.5842519998550415,0.23011299967765808,-2.741692066192627,0.7112489938735962,1.2851309776306152,0.18197999894618988,1.3860280513763428,-0.30654600262641907,0.9755839705467224,1.5465010404586792,-0.49449700117111206,-0.6054289937019348,0.4424540102481842,0.3253459930419922,0.9855009913444519,0.9964050054550171,1.7165429592132568,-2.318514108657837,0.46309301257133484,-0.18758900463581085,1.6888699531555176,-0.6748849749565125,1.2306079864501953,0.7740979790687561,-0.7613030076026917,-1.0361039638519287,-1.2934759855270386,0.32402899861335754,0.21687300503253937,-2.585805892944336,0.5174930095672607,-1.8553169965744019,-0.6593080163002014,-0.09771499782800674,-2.718019962310791,-0.30170100927352905,1.6653939485549927,-0.5117080211639404,-0.0893929973244667,-2.304569959640503,0.09683399647474289,-1.220850944519043,-1.9269789457321167,0.24854600429534912,0.5207639932632446,-1.7451649904251099,1.6806910037994385,1.7018309831619263,1.6613030433654785,-1.4665709733963013,0.6589310169219971,-1.655804991722107,0.8140820264816284,-1.3828530311584473,-0.9281219840049744,-2.1377320289611816,0.5676590204238892,0.007718999870121479,0.9870679974555969,-0.695106029510498,-0.7513710260391235,0.20383800566196442,0.7388569712638855,0.2380480021238327,1.4307680130004883,1.4086459875106812,-0.5126140117645264,0.6689180135726929,-0.12026800215244293,-1.0137660503387451,-1.4155030250549316,1.6032689809799194,1.8109040260314941,1.5960530042648315,0.01611500047147274,-0.5427169799804688,1.1568549871444702,1.2805149555206299,1.307508945465088,0.9892569780349731,-0.6568080186843872,0.5000090003013611,0.45422300696372986,-0.4422470033168793,0.01992800086736679,1.271685004234314,-1.0117460489273071,0.4949119985103607,-0.06563600152730942,0.4860759973526001,-1.287858009338379,1.3447010517120361,0.18443800508975983,-1.0303109884262085,0.5099120140075684,1.4714339971542358,-0.824226975440979,1.9847960472106934,0.2863970100879669,-0.8883569836616516,0.24597600102424622,1.5325369834899902,0.4304560124874115,1.5436300039291382,0.3064950108528137,1.4479440450668335,0.6725490093231201,0.3286600112915039,0.20107200741767883,-0.935155987739563,-2.014744997024536,-2.4462339878082275,1.7694050073623657,-2.7279961109161377,-1.2449359893798828,-1.5192370414733887,0.8803409934043884,0.7301629781723022,0.6573060154914856,1.5690189599990845,1.3809360265731812,-0.14570899307727814,0.10207699984312057,0.7222089767456055,-1.438783049583435,1.0689300298690796,0.6316210031509399,0.6457750201225281,-0.2925350069999695,1.4850929975509644,1.4878360033035278,-0.05604099854826927,0.7152339816093445,0.05292699858546257,-2.0693700313568115,1.210307002067566,1.2674599885940552,-0.2990790009498596,0.2961769998073578,0.3586989939212799,-1.1808079481124878,0.12240900099277496,-0.19609099626541138,-1.2477060556411743,0.06325499713420868,0.20836499333381653,-0.8964380025863647,-2.021717071533203,1.1935460567474365,-0.33281999826431274,-0.9790160059928894,1.2762019634246826,1.5737030506134033,0.3415299952030182,-0.1817059963941574,0.46448999643325806,-0.9247069954872131,0.3255699872970581,-0.5418019890785217,0.6702290177345276,1.779837965965271,0.11202699691057205,0.07942699640989304,-1.5660430192947388,1.0141689777374268,1.4376510381698608,0.000914999982342124,1.5772459506988525,0.9785950183868408,1.0453159809112549,-0.14319799840450287,0.27354100346565247,1.699215054512024,0.489001989364624,-0.01985199935734272,1.2207159996032715,-0.7056599855422974,-0.6790149807929993,0.5871090292930603,-0.8373500108718872,-0.47730201482772827,0.6000880002975464,-2.090533971786499,1.1719449758529663,-0.0693650022149086,-0.07675900310277939,-1.0661870241165161,-0.40529999136924744,1.286010980606079,0.06479699909687042,-1.794342041015625,-2.541965961456299,0.5170999765396118,-0.14193400740623474,-0.8440359830856323,-1.0229610204696655,1.472465991973877,0.6107670068740845,-1.0254290103912354,1.023790955543518,0.23620200157165527,1.9722000360488892,-0.32932600378990173,-0.6678969860076904,-0.6654350161552429,1.4038499593734741,-0.7048810124397278,-2.397247076034546,1.2257360219955444,1.718912959098816,-0.46607300639152527,0.9862840175628662,0.7877200245857239,-1.145946979522705,1.1582690477371216,-1.6146750450134277,0.8510779738426208,-0.953931987285614,1.9232020378112793,-0.09106899797916412,1.439723014831543,1.5655159950256348,1.0656869411468506,-0.059599000960588455,1.4130640029907227,1.4224909543991089,1.1098380088806152,-2.5734100341796875,1.4271780252456665,-0.931011974811554,-0.12767000496387482,1.8387190103530884,0.7344890236854553,-1.5402090549468994,0.8861560225486755,0.7690150141716003,-0.044934000819921494,1.7768069505691528,1.7169569730758667,0.07253699749708176,-2.624433994293213,-0.9139459729194641,-2.195667028427124,1.0492080450057983,-0.03166700154542923,-2.3402059078216553,-2.1617770195007324,-0.5191029906272888,-0.40725699067115784,0.9319930076599121,0.4711399972438812,-2.231990098953247,0.9537870287895203,0.4476119875907898,0.3840250074863434,-0.20593200623989105,-0.9735469818115234,0.6679419875144958,1.4551759958267212,-1.1176559925079346,-2.3046650886535645,-1.8969600200653076,0.11631400138139725,0.3523460030555725,-2.9536631107330322,1.4535709619522095,-2.498202085494995,-1.1390349864959717,0.6263279914855957,0.574072003364563,1.4763230085372925,1.4727519750595093,-0.5007169842720032,-2.5358428955078125,-0.17832399904727936,-0.5641279816627502,-0.30070701241493225,-2.2335760593414307,-0.20060700178146362,-0.1591850072145462,-0.8715770244598389,0.049153998494148254,0.039512999355793,-2.262669086456299,0.8386499881744385,0.9218869805335999,0.889972984790802,0.8889610171318054,1.1317689418792725,0.31426501274108887,0.28954899311065674,-1.8980079889297485,-0.2928360104560852,1.7667369842529297,-0.4774929881095886,0.534492015838623,1.0534789562225342,1.133146047592163,-0.8764870166778564,1.0875990390777588,-0.5654569864273071,0.9088850021362305,1.7740579843521118,-1.292019009590149,0.39945098757743835,-1.189851999282837,-0.6491420269012451,-1.349390983581543,1.361340045928955,0.7484409809112549,1.7758170366287231,-1.2504260540008545,1.4772850275039673,1.477159023284912,-0.5429570078849792,-0.7864270210266113,-1.8383879661560059,-0.31352999806404114,0.26840099692344666,-0.04177200049161911,1.8760379552841187,0.555732011795044,1.0262290239334106,-0.7284680008888245,-1.0353059768676758,-0.3459550142288208,0.9665930271148682,-0.3007490038871765,0.38832399249076843,-1.149737000465393,1.9178099632263184,0.6185809969902039,0.6250870227813721,1.3374830484390259,0.9141089916229248,0.924901008605957,1.5574829578399658,0.37773600220680237,0.6396579742431641,-1.1266579627990723,0.7873129844665527,-0.26998499035835266,-1.4030309915542603,-0.23428599536418915,1.5146820545196533,1.5243170261383057,1.5034689903259277,0.7394829988479614,-1.301116943359375,-1.5245640277862549,-0.5713909864425659,1.1159369945526123,-0.6173779964447021,0.7431809902191162,0.8481850028038025,-0.41657501459121704,1.2587189674377441,1.215330958366394,0.6038200259208679,1.2783479690551758,1.4276349544525146,0.8639379739761353,-1.2540819644927979,0.9928020238876343,0.3465479910373688,-0.6487100124359131,-0.5408310294151306,-1.0368499755859375,1.0629119873046875,-1.3309719562530518,0.9302610158920288,-0.5317149758338928,0.6394079923629761,1.6332930326461792,-1.581536054611206,1.6487820148468018,0.12100300192832947,0.08708900213241577,-0.6298530101776123,1.213212013244629,-1.002817988395691,-1.4643369913101196,-1.5003509521484375,1.5321470499038696,0.6802399754524231,-0.45339998602867126,-0.6500120162963867,0.6854320168495178,0.8085280060768127,-0.48050200939178467,0.5934839844703674,-0.7614120244979858,-0.9061880111694336,0.4917849898338318,0.4727190136909485,0.7978799939155579,-1.615211009979248,-2.351332902908325,1.1028879880905151,-0.16115400195121765,-1.11272394657135,0.14631600677967072,-2.351778984069824,1.7769609689712524,0.9657250046730042,0.029649000614881516,0.7380459904670715,0.4953109920024872,0.8684729933738708,1.6157219409942627,0.8842260241508484,-1.153588056564331,1.435062050819397,-1.1674330234527588,-1.3454569578170776,0.17987899482250214,-2.6644129753112793,-2.0796570777893066,-2.6749019622802734,0.011745000258088112,0.13312000036239624,-0.6407020092010498,-1.150879979133606,1.117192029953003,-2.557102918624878,-1.4129409790039062,0.08567100018262863,1.9719300270080566,0.2438800036907196,0.8392729759216309,-0.08154399693012238,1.445510983467102,-0.190421000123024,1.3115099668502808,-0.782709002494812,-0.8367890119552612,-1.6609920263290405,-1.307945966720581,-2.082005023956299,-0.08656100183725357,1.1526679992675781,1.922410011291504,1.3507779836654663,-2.2579290866851807,-1.4654790163040161,-1.464892029762268,0.5231900215148926,0.6192960143089294,0.29014500975608826,-0.21073199808597565,0.2153320014476776,0.7477660179138184,-0.47969600558280945,0.7355920076370239,0.9238489866256714,-1.0189390182495117,0.2118619978427887,0.8643509745597839,1.4340070486068726,0.2393849939107895,-2.3522369861602783,1.814026951789856,0.019750000908970833,-2.3030879497528076,-1.171897053718567,0.8756610155105591,-0.9283850193023682,-0.11402399837970734,0.151868999004364,0.13695399463176727,-0.997651994228363,0.4145059883594513,-1.254565954208374,0.5184040069580078,-0.021330999210476875,1.4286110401153564,1.6498899459838867,-0.06977000087499619,-2.106142997741699,-0.6759719848632812,0.7477440237998962,1.5046030282974243,0.6644350290298462,-2.552572011947632,-1.165982961654663,1.565930962562561,1.4465349912643433,-0.9961069822311401,1.6763060092926025,1.645387053489685,-0.8319960236549377,1.6832350492477417,0.2641569972038269,1.3028240203857422,0.9629520177841187,1.80513596534729,-2.8599300384521484,0.6047350168228149,-1.0331480503082275,-1.0170819759368896,-0.27081099152565,0.5931659936904907,-0.4473100006580353,-1.0597679615020752,0.8111469745635986,-0.24396400153636932,0.8348389863967896,-0.36236199736595154,-1.510820984840393,0.9605420231819153,0.11126799881458282,0.838204026222229,1.113571047782898,0.5346260070800781,0.5371360182762146,0.2520669996738434,0.9192129969596863,-0.3552800118923187,1.9820990562438965,1.4154119491577148,0.8074390292167664,-1.5337419509887695,1.4590020179748535,-0.06160899996757507,1.8018989562988281,0.48063600063323975,-1.5899829864501953,-2.9733080863952637,-2.977900981903076,-0.2872839868068695,-1.064560055732727,-1.1642570495605469,-2.5752370357513428,-0.15512199699878693,0.9862239956855774,0.2030629962682724,1.8743339776992798,0.2944360077381134,0.3643769919872284,1.6475410461425781,-1.3956429958343506,-1.9481070041656494,-0.31414300203323364,0.790132999420166,-0.5892239809036255,1.0155800580978394,-1.9994720220565796,-1.066709041595459,0.5283560156822205,-1.7505559921264648,1.9202580451965332,1.337514042854309,-2.1489899158477783,1.8792459964752197,0.12790599465370178,-0.059950001537799835,-0.42001500725746155,1.3454580307006836,1.3294119834899902,-0.8471570014953613,0.05549899861216545,0.44686800241470337,0.5107929706573486,-0.18334800004959106,0.5186160206794739,-2.9160540103912354,0.496832013130188,-2.132751941680908,1.6539119482040405,0.02589300088584423,-0.28251299262046814,0.5836640000343323,-0.05260400101542473,-0.9163519740104675,1.9058970212936401,-2.088243007659912,-1.3036270141601562,1.0127830505371094,1.2797670364379883,-2.565825939178467,-1.3830540180206299,0.24307499825954437,0.009538999758660793,-1.1216460466384888,1.0145399570465088,-1.4684840440750122,-0.787617027759552,1.8494930267333984,0.0439470000565052,1.1203349828720093,1.1594929695129395,0.032384999096393585,-0.18927299976348877,-2.4077460765838623,-0.9338889718055725,0.5201039910316467,-1.2463409900665283,1.0974470376968384,0.9489910006523132,1.1771010160446167,-0.06799899786710739,-0.04717300087213516,0.7236189842224121,-0.5038800239562988,-0.7631469964981079,0.8287690281867981,1.2729589939117432,1.07595694065094,1.0773520469665527,-0.5326949954032898,-0.8501799702644348,-1.1923290491104126,0.04811900109052658,-1.4651949405670166,0.8409990072250366,0.9253039956092834,-1.0918829441070557,-0.0820859968662262,0.08728499710559845,0.10050299763679504,0.8060879707336426,0.30915600061416626,-2.0886449813842773,-2.0271739959716797,1.1687949895858765,-2.013248920440674,1.8064860105514526,1.250885009765625,-2.878464937210083,-1.3209290504455566,1.7740780115127563,0.693149983882904,1.2214900255203247,0.6208810210227966,0.22116099298000336,0.579367995262146,0.36305901408195496,-2.2472310066223145,-0.8160250186920166,-0.8276069760322571,-0.1574060022830963,-2.9422740936279297,-2.937506914138794,1.4402509927749634,-1.195106029510498,-0.32372599840164185,0.3078620135784149,0.8457130193710327,-0.5487430095672607,-0.9854530096054077,0.4579179883003235,1.409641981124878,-0.7740229964256287,-0.7664399743080139,0.38678398728370667,0.16271600127220154,1.9151829481124878,1.3738590478897095,0.33160099387168884,-0.2878299951553345,1.5226670503616333,-0.42677798867225647,1.3160090446472168,0.8147619962692261,-1.723796010017395,-1.4446510076522827,0.5572190284729004,-1.3099499940872192,-1.9939429759979248,-1.9608440399169922,-2.2538280487060547,0.8933190107345581,1.64580500125885,0.07180699706077576,1.0174009799957275,0.9287049770355225,0.1536249965429306,1.1087570190429688,-0.22158299386501312,-1.3155289888381958,-0.9027140140533447,-1.0513930320739746,-2.7318129539489746,-1.3015379905700684,-0.7766879796981812,0.6543099880218506,-0.9340059757232666,1.2064720392227173,-0.35451701283454895,-0.4960780143737793,-0.4288119971752167,0.08254799991846085,1.0892750024795532,0.5876970291137695,0.6599220037460327,0.6691529750823975,0.024661999195814133,-1.9741319417953491,-2.38542103767395,0.6147080063819885,0.22612899541854858,-2.4921610355377197,-2.524470090866089,-0.09827899932861328,0.4832659959793091,-1.2738699913024902,-1.1714309453964233,-0.2687549889087677,1.7333760261535645,-2.983346939086914,-0.2729249894618988,-1.6251469850540161,-0.8399209976196289,-1.0060100555419922,0.2785300016403198,-1.6711050271987915,-0.2001820057630539,0.9431189894676208,1.4969359636306763,1.4815210103988647,-1.0954129695892334,0.11239799857139587,-1.933568000793457,1.7115880250930786,-0.09893500059843063,-0.014535999856889248,-2.7854559421539307,1.1129930019378662,0.4521760046482086,-1.8865410089492798,-0.16453500092029572,0.15012399852275848,-0.4367629885673523,0.8019949793815613,-0.523934006690979,0.4729729890823364,-1.9601529836654663,-0.3515479862689972,0.03785699978470802,0.9692170023918152,-2.5379490852355957,-0.7809450030326843,-1.0853710174560547,-1.0782580375671387,1.608625054359436,-1.4373819828033447,-0.11090599745512009,0.8742200136184692,-0.48115599155426025,-2.754276990890503,-0.49184200167655945,-0.36841699481010437,1.283215045928955,1.9833790063858032,-0.9961130023002625,-1.8436510562896729,1.9208279848098755,0.5686169862747192,0.9901700019836426,0.9730989933013916,0.7577739953994751,-0.8966159820556641,-1.1636459827423096,0.9172729849815369,0.18403799831867218,0.22056899964809418,1.0306049585342407,1.0061830282211304,-0.8523759841918945,-2.823230028152466,-0.2844730019569397,-1.1432559490203857,-2.504301071166992,-1.2715630531311035,1.0891820192337036,-2.3448519706726074,1.9190670251846313,1.4505469799041748,-1.2994229793548584,-1.1633429527282715,-2.8722031116485596,-0.7736740112304688,-1.3281190395355225,0.0839110016822815,0.8689420223236084,0.4148170053958893,1.6382989883422852,-0.6282870173454285,1.511348009109497,1.3321850299835205,-1.6215120553970337,1.7964969873428345,1.1508580446243286,-0.46192699670791626,1.6918590068817139,0.7297980189323425,1.9271880388259888,-0.22149400413036346,-0.2151319980621338,-0.3767080008983612,1.3157930374145508,0.7455949783325195,0.07816100120544434,0.3280549943447113,1.7099159955978394,1.917943000793457,1.9037419557571411,1.4089499711990356,0.9734619855880737,1.5315899848937988,-2.015763998031616,1.4959919452667236,0.5940420031547546,0.785942018032074,-0.18979200720787048,0.5225279927253723,0.5234010219573975,0.5162379741668701,0.2544209957122803,0.5280809998512268,-0.06485500186681747,-0.5932160019874573,-0.4625279903411865,0.4474000036716461,1.501194953918457,0.9481760263442993,-2.5966761112213135,1.868796944618225,-1.5588300228118896,0.1298229992389679,1.1296470165252686,0.8990020155906677,-1.132459044456482,0.18131999671459198,-0.8097569942474365,-1.2988619804382324,-0.21879099309444427,1.4804339408874512,-0.6386070251464844,1.7885220050811768,1.781695008277893,0.8398439884185791,1.3150110244750977,0.2578530013561249,0.5473719835281372,-1.1821210384368896,-1.4705209732055664,-0.13648700714111328,0.4133949875831604,1.1049590110778809,-0.9289420247077942,1.7694770097732544,0.589464008808136,0.4395909905433655,-0.7252129912376404,0.19826899468898773,0.39122599363327026,0.9887750148773193,0.4379979968070984,-0.1675879955291748,-0.9729819893836975,-2.133272886276245,1.3339760303497314,0.376242995262146,0.3705820143222809,-1.2087680101394653,-0.2517319917678833,0.7014269828796387,-1.895967960357666,1.9114840030670166,-1.293576955795288,0.43077799677848816,-0.7881330251693726,0.24847500026226044,-0.3512130081653595,-1.7571649551391602,0.819819986820221,-0.4402190148830414,-2.077725887298584,-0.16182400286197662,0.865697979927063,-0.12285900115966797,0.942916989326477,0.055977001786231995,-2.518857002258301,-1.219256043434143,1.647596001625061,0.5165429711341858,-0.8247470259666443,-0.33513501286506653,0.8280479907989502,-2.4250729084014893,-2.2447640895843506,1.3763020038604736,0.39936500787734985,0.7274100184440613,0.20543800294399261,-1.0644659996032715,0.2825999855995178,-0.9940829873085022,-0.36220499873161316,0.5949249863624573,-0.03311000019311905,-0.48301100730895996,1.4422270059585571,0.6872940063476562,1.2351150512695312,0.3494580090045929,0.6965010166168213,0.8100190162658691,0.44965600967407227,-0.18038100004196167,1.1928520202636719,-1.4878530502319336,1.5362639427185059,1.931859016418457,-0.8455820083618164,0.6008999943733215,1.309838056564331,-0.5709369778633118,1.351415991783142,0.6790019869804382,-0.8427870273590088,1.7869060039520264,-0.5295959711074829,1.3189059495925903,-0.3352710008621216,0.5824559926986694,1.6168479919433594,1.5964080095291138,1.6106940507888794,0.10345499962568283,0.267645001411438,-0.3439379930496216,0.07514999806880951,0.41961100697517395,-0.32031700015068054,-0.340938001871109,-0.5787140130996704,-1.4658000469207764,0.4288640022277832,0.4070580005645752,-1.016247034072876,0.6237050294876099,-0.8127570152282715,1.4516589641571045,1.4396649599075317,1.0613110065460205,0.759850025177002,-1.0253709554672241,-1.331110954284668,0.7369850277900696,-0.780119001865387,0.7117980122566223,0.9588860273361206,-2.2402780055999756,-0.8542900085449219,-0.8852599859237671,1.1481980085372925,-1.6642470359802246,-0.7753779888153076,-0.27710700035095215,1.2313729524612427,1.2072449922561646,1.4569940567016602,1.4099899530410767,-1.322229027748108,-1.34866201877594,1.5057209730148315,-2.4863369464874268,1.7248929738998413,-0.3626849949359894,-1.4836159944534302,1.947437047958374,-0.6838679909706116,1.779041051864624,-0.7195870280265808,1.7777199745178223,-0.752921998500824,0.9462130069732666,-2.1530699729919434,-0.1571200042963028,0.6822159886360168,-0.8918319940567017,1.7972619533538818,0.0610009990632534,0.859807014465332,0.9641039967536926,0.9558809995651245,-0.7966129779815674,1.537019968032837,-1.0106780529022217,-1.2479619979858398,-0.7912089824676514,-0.6725649833679199,-1.6124329566955566,-0.25353899598121643,0.8970350027084351,0.3095879852771759,-0.9757869839668274,-2.0663928985595703,-1.265305995941162,0.9677069783210754,0.9346129894256592,1.3509399890899658,-0.35808300971984863,0.7893540263175964,-0.29822200536727905,1.970952033996582,1.9814690351486206,-1.1245449781417847,1.7929190397262573,0.7471619844436646,-0.9798949956893921,-0.9988290071487427,-0.31762900948524475,0.40735501050949097,-0.21312299370765686,0.3919509947299957,0.41989201307296753,-0.6355509757995605,0.26827800273895264,-0.22710099816322327,-1.3993970155715942,0.6530590057373047,0.6641039848327637,0.3349649906158447,0.9242479801177979,1.6390889883041382,-0.4761979877948761,-0.08492299914360046,1.2811470031738281,0.3707770109176636,0.03600800037384033,-0.6493629813194275,-0.4871790111064911,0.3199610114097595,0.48150500655174255,0.44724300503730774,-0.9566360116004944,1.9299609661102295,-2.5204200744628906,-0.4390519857406616,-2.113255023956299,0.2488030046224594,1.475661039352417,0.6097419857978821,-1.3299909830093384,1.6003309488296509,-0.6081309914588928,-2.1688239574432373,1.6589640378952026,-2.214756965637207,-0.16402600705623627,-0.7331349849700928,0.7774699926376343,1.265658974647522,-0.7488560080528259,0.6262149810791016,-1.5878410339355469,0.1340779960155487,-1.1313949823379517,0.7418400049209595,-1.1121519804000854,1.5936919450759888,0.31712499260902405,0.35474199056625366,-0.9154549837112427,-2.890855073928833,-0.436367005109787,1.0218110084533691,-0.22132200002670288,0.6933879852294922,-1.9634629487991333,-0.9174010157585144,-0.04362399876117706,-0.4365369975566864,-1.621777057647705,0.9269850254058838,0.41507700085639954,1.46902596950531,0.9190700054168701,0.9184330105781555,0.9399139881134033,0.2741070091724396,-0.3909989893436432,1.209067940711975,0.14883099496364594,0.0407090000808239,1.723459005355835,-0.9961370229721069,0.7594479918479919,0.7448430061340332,1.1037830114364624,0.19764000177383423,1.6314009428024292,-0.843487024307251,1.6469500064849854,0.9381440281867981,0.9906859993934631,1.5662809610366821,0.07430300116539001,-1.2121000289916992,-1.2420810461044312,0.10640200227499008,0.3434549868106842,-1.3980560302734375,0.22488699853420258,0.9640510082244873,1.6946280002593994,0.6783249974250793,0.5428760051727295,1.5613149404525757,1.5809299945831299,1.5710430145263672,0.40020400285720825,1.4397670030593872,-0.9576110243797302,1.5694199800491333,-0.2722089886665344,-1.2319680452346802,0.49910300970077515,0.517985999584198,0.8106279969215393,-0.4138740003108978,1.907925009727478,0.7196570038795471,-0.468207985162735,-1.8535640239715576,-2.7251129150390625,1.6104040145874023,0.35575398802757263,-0.4492419958114624,0.7137079834938049,0.7287399768829346,-1.6404320001602173,-0.6849470138549805,-1.801076054573059,-0.49987998604774475,-1.6295629739761353,0.33542001247406006,1.5152499675750732,1.6381809711456299,-0.07868199795484543,0.9950029850006104,-1.2279109954833984,1.1751960515975952,-2.0755820274353027,-0.18892599642276764,1.6424479484558105,0.5942860245704651,-1.22769296169281,-1.3009430170059204,1.3099490404129028,-0.1886100023984909,-0.10453599691390991,-0.3253920078277588,0.18011300265789032,-1.0289510488510132,-0.16146600246429443,0.304533988237381,0.8143460154533386,1.9504419565200806,0.3512749969959259,1.5437999963760376,-2.147458076477051,0.32354098558425903,-1.800842046737671,-0.8915740251541138,-0.510004997253418,-1.2095530033111572,-0.07207299768924713,-1.9497519731521606,-0.9889039993286133,0.5427129864692688,0.1537339985370636,-1.0835130214691162,0.5761280059814453,0.9203289747238159,0.5940260291099548,-1.4845199584960938,-0.8173050284385681,-0.8475440144538879,-1.109536051750183,0.4581969976425171,-2.2161800861358643,0.3592489957809448,-0.8059139847755432,1.4837429523468018,-1.6496520042419434,0.18650400638580322,-2.244952917098999,1.2568639516830444,0.06614000350236893,-1.323951005935669,0.3007259964942932,0.8273839950561523,0.2073660045862198,1.855357050895691,1.5296579599380493,0.9330329895019531,0.44902101159095764,-0.4046329855918884,-1.3717900514602661,0.8199849724769592,0.6094340085983276,-0.2126380056142807,0.797107994556427,0.3373660147190094,0.15436199307441711,0.09246499836444855,1.1587940454483032,0.5002769827842712,-0.8553879857063293,0.12313300371170044,-0.8869500160217285,-2.473560094833374,-0.8889120221138,-1.3078850507736206,-1.194756031036377,-1.1164820194244385,0.6678919792175293,-0.7233480215072632,-0.7498940229415894,-0.813381016254425,-0.994346022605896,-0.19099800288677216,-0.244936004281044,0.7894520163536072,1.769731044769287,1.4079359769821167,0.7999070286750793,0.8241620063781738,0.10889600217342377,1.4882080554962158,-0.04283199831843376,0.11853600293397903,0.7891079783439636,1.1115299463272095,1.1085679531097412,1.13217294216156,-1.7073400020599365,-1.1396750211715698,1.6122850179672241,1.3072340488433838,1.8266730308532715,1.2612639665603638,-1.152122974395752,-1.1757349967956543,0.09262999892234802,0.5504410266876221,-1.027575969696045,0.13332200050354004,0.24852199852466583,0.7141280174255371,-0.29684001207351685,-0.4765860140323639,0.6738489866256714,0.054917000234127045,-0.0714149996638298,0.9690920114517212,1.9066940546035767,-1.2918970584869385,0.5826320052146912,1.6703920364379883,-0.2787359952926636,0.18609100580215454,-0.9584929943084717,0.0824119970202446,0.8392789959907532,0.8430140018463135,0.8684589862823486,0.0077749998308718204,0.8045089840888977,-0.27143800258636475,-2.674720048904419,-0.14932000637054443,-0.8139950037002563,0.9771929979324341,0.9470419883728027,0.5350660085678101,1.5088050365447998,-1.0401910543441772,-2.416472911834717,-1.1240270137786865,1.328428030014038,1.2641069889068604,0.26314398646354675,-0.4788709878921509,-0.44972899556159973,0.7757740020751953,0.01966799981892109,1.8353170156478882,-2.88858699798584,-0.7798100113868713,-0.961663007736206,-1.767084002494812,0.14515399932861328,0.17196300625801086,0.40078699588775635,0.4181869924068451,1.4646819829940796,1.7382190227508545,1.4403660297393799,-1.0247550010681152,-0.5740569829940796,1.0122369527816772,-2.9133059978485107,-0.2223140001296997,1.0145150423049927,0.23257200419902802,0.3856149911880493,-0.5259079933166504,1.630370020866394,1.5192430019378662,0.7366319894790649,0.9710389971733093,0.13279199600219727,1.0304869413375854,-0.16643300652503967,-0.5394049882888794,-0.2822990119457245,-1.4128470420837402,1.730875015258789,0.398470014333725,0.24698199331760406,1.6542049646377563,-1.2581470012664795,1.7280800342559814,-1.9434059858322144,1.781849980354309,1.80233895778656,1.725458025932312,0.397473007440567,1.8280049562454224,-1.1816489696502686,-1.0198010206222534,1.1221129894256592,-0.9884089827537537,-1.3370840549468994,1.3578740358352661,1.0271559953689575,0.08271300047636032,-2.4547119140625,-2.4295830726623535,1.7057570219039917,1.7968260049819946,1.5213119983673096,1.5267750024795532,-0.855247974395752,1.7996339797973633,1.4917269945144653,-1.0623630285263062,0.5648840069770813,0.8564119935035706,-2.2423200607299805,-1.032734990119934,0.7466509938240051,-1.0916780233383179,-1.4890340566635132,-2.3203790187835693,0.1881289929151535,0.8109089732170105,-2.4822840690612793,-0.6753050088882446,-2.801624059677124,0.45017901062965393,-1.7348690032958984,1.0824010372161865,-1.6061979532241821,-0.8114280104637146,-1.0136029720306396,0.942779004573822,0.8867499828338623,0.8995500206947327,-1.2976200580596924,0.7820559740066528,0.590034008026123,0.3035759925842285,0.273483008146286,0.17912399768829346,-2.0156829357147217,-1.1204890012741089,-1.3434619903564453,-0.011401999741792679,0.7435150146484375,0.31460198760032654,-1.485239028930664,0.6590560078620911,-1.3629709482192993,-2.6858749389648438,-1.6901769638061523,-2.7193470001220703,1.8062069416046143,1.411450982093811,-0.4603230059146881,-1.3055280447006226,1.4742649793624878,1.4356900453567505,-0.4532270133495331,1.4103599786758423,-1.8173019886016846,0.5524219870567322,0.8013820052146912,-1.3589049577713013,-0.8713610172271729,-2.964308023452759,-0.9165099859237671,0.7984020113945007,-1.2309490442276,-2.400291919708252,1.2448049783706665,-2.082993984222412,-0.02122800052165985,0.6691219806671143,-0.8356729745864868,1.7797520160675049,-0.5786889791488647,-0.8557819724082947,1.4093650579452515,1.7767540216445923,0.7485669851303101,0.7644389867782593,0.38568800687789917,0.5670379996299744,-1.02053701877594,-0.5589399933815002,-0.8029530048370361,-2.4387829303741455,0.6787710189819336,-0.055296000093221664,1.2285799980163574,-0.4878099858760834,-0.1288280040025711,-0.10380099713802338,0.9437869787216187,1.010017991065979,-2.900244951248169,0.3563869893550873,-0.500074028968811,-0.062272001057863235,-2.089885950088501,-1.7917360067367554,1.1180440187454224,1.2513049840927124,1.2958619594573975,0.9962159991264343,0.3535889983177185,-1.1615819931030273,0.38583600521087646,1.2988090515136719,0.6025429964065552,-1.898218035697937,0.9461339712142944,-1.354032039642334,1.5698189735412598,1.77544105052948,-1.3292299509048462,1.6011840105056763,0.15187899768352509,0.14997200667858124,-0.9606800079345703,-0.11557599902153015,1.6512689590454102,1.317491054534912,0.5091660022735596,-0.45665401220321655,-0.1479090005159378,-0.079864002764225,-2.3745460510253906,2.0014050006866455,1.71259605884552,-0.4717389941215515,0.5355299711227417,-0.5369359850883484,0.03931500017642975,-0.21412600576877594,-1.1820210218429565,-0.6397899985313416,0.023269999772310257,0.000311999989207834,-0.38532400131225586,0.9280620217323303,-1.1014759540557861,-1.804368019104004,0.3799059987068176,1.3390029668807983,0.682108998298645,-1.0997710227966309,-1.0186339616775513,-1.602918028831482,-1.098634958267212,-1.0523810386657715,-1.398725986480713,-1.0209670066833496,-0.3520829975605011,0.6422899961471558,-0.6465190052986145,1.721850037574768,1.2177809476852417,1.0874500274658203,0.09075400233268738,-0.6428660154342651,0.33806800842285156,-1.6191190481185913,0.17149899899959564,1.4729429483413696,0.2507689893245697,0.07480400055646896,1.4601889848709106,-1.57145094871521,-0.4898329973220825,-0.46943199634552,0.7118449807167053,-0.4793260097503662,-0.56107097864151,-0.20738500356674194,-0.29830801486968994,1.394091010093689,0.24829299747943878,-0.42536601424217224,1.5303800106048584,1.214377999305725,-1.0199910402297974,-0.864201009273529,1.0232809782028198,-1.0853300094604492,1.3919769525527954,-1.477923035621643,1.6720869541168213,-1.5132750272750854,0.19320499897003174,1.3305610418319702,0.2011370062828064,0.14883500337600708,1.7456740140914917,-0.15278300642967224,1.7853410243988037,0.6324740052223206,1.005200982093811,1.0151489973068237,-0.4112519919872284,1.8295400142669678,0.9838299751281738,1.3413599729537964,0.916471004486084,0.40115800499916077,0.20985600352287292,-2.1891300678253174,1.4592490196228027,0.01637900061905384,-0.45622900128364563,-0.07744699716567993,0.02790999971330166,0.4501500129699707,0.7447419762611389,-0.40197300910949707,-0.8306829929351807,1.976354956626892,1.7214009761810303,-1.7799550294876099,1.031149983406067,-1.7272169589996338,-1.276566982269287,0.7349230051040649,0.2112800031900406,0.39052098989486694,-1.9110640287399292,1.1370359659194946,0.36946600675582886,0.89410400390625,0.030834000557661057,-0.27608999609947205,0.7997410297393799,0.39004001021385193,-0.006868000142276287,0.16619299352169037,0.7838820219039917,-1.6434099674224854,0.7773169875144958,-0.8970029950141907,-0.5562419891357422,-0.17823000252246857,0.5567740201950073,0.318587988615036,-0.26933300495147705,0.8011029958724976,-0.4740790128707886,0.14025099575519562,1.8053439855575562,0.6451200246810913,0.16175299882888794,-1.4204349517822266,-1.4763590097427368,-0.7364370226860046,-0.7462980151176453,1.9477100372314453,1.6243120431900024,-0.7160419821739197,-0.367233008146286,0.8122779726982117,0.15780700743198395,0.08099299669265747,0.1204100027680397,-2.398792028427124,-0.7857369780540466,1.3595939874649048,0.0038389998953789473,0.15519000589847565,-0.029517000541090965,0.14315800368785858,0.9007599949836731,-0.31949201226234436,0.33329999446868896,0.6927390098571777,-1.263929009437561,0.40552300214767456,-0.9549149870872498,-2.4566409587860107,0.8278999924659729,0.4842810034751892,1.7376840114593506,-1.680901050567627,-2.017328977584839,-0.7534289956092834,0.2508409917354584,-0.14091099798679352,0.7722979784011841,0.7058519721031189,-2.854857921600342,-0.3651379942893982,-1.459671974182129,0.9419749975204468,1.723433017730713,1.684522032737732,0.814225971698761,0.34881898760795593,1.0243589878082275,0.7873420119285583,-0.3071030080318451,0.7521759867668152,0.41332799196243286,-1.5264049768447876,-0.3865419924259186,1.586629033088684,-0.7848820090293884,0.26330000162124634,0.6182370185852051,-1.415855050086975,0.4960010051727295,-2.5234549045562744,-2.3467490673065186,-2.2801918983459473,1.7934050559997559,0.8730599880218506,-1.1333860158920288,0.6113029718399048,-0.39620301127433777,-1.3303439617156982,-0.9965919852256775,-0.9564229846000671,-0.15981699526309967,-1.6059060096740723,0.37416699528694153,-0.5939540266990662,-1.1463429927825928,-1.1010940074920654,-1.108728051185608,0.9114819765090942,1.381911039352417,-0.2762709856033325,1.7943220138549805,1.852192997932434,-0.3272410035133362,0.49845901131629944,-1.2119029760360718,0.6821770071983337,0.9949859976768494,-0.1394689977169037,-2.210031032562256,0.4784669876098633,0.4216429889202118,1.4903919696807861,1.0594350099563599,-0.05752800032496452,1.1121410131454468,-1.7486929893493652,0.28070199489593506,-1.1602720022201538,0.6137499809265137,0.5583149790763855,1.1600470542907715,-0.15167300403118134,-0.4185130000114441,1.3335579633712769,-1.4524589776992798,-0.8208029866218567,-2.8269600868225098,-1.1402159929275513,-0.18050600588321686,-0.30771100521087646,-0.29162299633026123,-1.7777719497680664,0.7326970100402832,-0.7428410053253174,-0.2283789962530136,-2.9587039947509766,1.142138957977295,0.2767449915409088,1.4555599689483643,-0.4176509976387024,-2.7506558895111084,0.28189799189567566,0.9920250177383423,-0.37401100993156433,-1.8619489669799805,-1.9094350337982178,0.48290199041366577,0.04229399934411049,-0.1770150065422058,1.6090070009231567,0.25145500898361206,-1.3283699750900269,0.2408439964056015,-2.4626801013946533,0.9962760210037231,1.716225028038025,1.7241899967193604,0.6325479745864868,-1.5410560369491577,0.6219609975814819,0.39419999718666077,1.685897946357727,0.49723199009895325,-0.0357699990272522,0.6927580237388611,-1.7548229694366455,-2.029510021209717,1.1698720455169678,-1.019752025604248,0.7970150113105774,0.8308179974555969,-0.09839499741792679,0.7927650213241577,-1.9521249532699585,1.965391993522644,-1.3387279510498047,-0.30901798605918884,-1.4735230207443237,0.1765889972448349,-0.6646350026130676,-2.124239921569824,-0.2901360094547272,-1.1149770021438599,1.568856954574585,-1.074139952659607,0.20067700743675232,0.01360899955034256,0.012804999947547913,0.3417760133743286,1.5937700271606445,1.2717499732971191,0.8986769914627075,-1.231266975402832,-0.40955498814582825,-1.877681016921997,-2.0401370525360107,0.977931022644043,-1.4234189987182617,-0.4865190088748932,-0.8937289714813232,-1.35590398311615,0.04222499951720238,0.6639940142631531,-0.5212680101394653,-0.9203929901123047,-0.15250499546527863,-0.40946701169013977,0.4367380142211914,-0.24458099901676178,0.4230929911136627,0.9289609789848328,-1.6001739501953125,1.8156640529632568,1.621062994003296,1.50627601146698,-1.8245749473571777,-2.9050450325012207,-2.8609869480133057,0.26965999603271484,-0.5541139841079712,-2.0380430221557617,-0.6991649866104126,1.8368099927902222,-2.8883330821990967,-2.5588600635528564,-0.20954899489879608,0.35530999302864075,-0.25698500871658325,-0.06820199638605118,-0.8018699884414673,0.3847939968109131,0.1583320051431656,1.5194239616394043,-0.26221200823783875,0.6208999752998352,-1.0728800296783447,-0.7006340026855469,1.3232899904251099,-1.0009269714355469,-1.3797539472579956,1.6725939512252808,1.792188048362732,1.7313450574874878,1.5501619577407837,-0.3314949870109558,1.5000020265579224,-0.8678020238876343,-0.8364440202713013,-2.879709005355835,0.6279990077018738,1.7740360498428345,-2.3712399005889893,-2.3962130546569824,1.7007499933242798,-1.3241369724273682,0.8026829957962036,-1.195847988128662,-1.1427949666976929,-1.1852539777755737,-0.3120880126953125,-0.3708609938621521,1.539523959159851,0.30598199367523193,-0.3653779923915863,-0.19342799484729767,1.5340299606323242,1.288478970527649,-1.1852519512176514,-1.2068690061569214,0.5399379730224609,1.5647250413894653,1.5283420085906982,-0.8807730078697205,-1.0761229991912842,-0.016697999089956284,0.22058700025081635,-0.640779972076416,0.4592039883136749,0.13590900599956512,1.4558219909667969,0.1419609934091568,-0.6086390018463135,1.3839750289916992,0.861054003238678,-1.3876830339431763,0.5980899930000305,-0.8600839972496033,0.3736400008201599,0.38736099004745483,-1.3686120510101318,-1.2513710260391235,0.7226150035858154,-0.36910301446914673,0.08941700309515,-0.6910989880561829,-0.7519540190696716,1.7411290407180786,0.9011110067367554,-1.1101219654083252,0.7444810271263123,0.7286490201950073,0.8103079795837402,1.2656400203704834,-2.745560884475708,-0.18545299768447876,-0.523036003112793,-1.1366039514541626,-1.128972053527832,-1.1292779445648193,0.12087800353765488,1.011167049407959,-1.6199179887771606,0.09687100350856781,1.3440560102462769,-0.5443339943885803,-0.13627499341964722,-1.925961971282959,-0.8458060026168823,0.06503999978303909,-2.214677095413208,0.3346939980983734,1.889299988746643,0.634880006313324,0.6129239797592163,0.3990969955921173,-0.24378499388694763,-0.1056319996714592,0.8532140254974365,-0.6366440057754517,0.2868039906024933,-1.0425020456314087,0.6567280292510986,1.0562629699707031,-0.3667440116405487,0.18591099977493286,-1.8674919605255127,-0.37165799736976624,-0.9758579730987549,-1.198580026626587,-0.9228240251541138,0.2348569929599762,-1.0537539720535278,-1.1627860069274902,0.6408159732818604,0.1877560019493103,-0.3695540130138397,-0.8170239925384521,1.5619829893112183,1.0991859436035156,-1.4491209983825684,1.3730089664459229,0.7594050168991089,-0.12733599543571472,1.9278730154037476,0.15981900691986084,0.497171014547348,1.4388829469680786,-0.7223770022392273,0.10283099859952927,1.4344680309295654,1.4240520000457764,-1.8570079803466797,-0.08495800197124481,-1.8671259880065918,1.3646390438079834,0.10335300117731094,1.249742031097412,-0.2105640023946762,-0.1731249988079071,-0.6253589987754822,1.3748899698257446,-2.901189088821411,0.3406290113925934,-1.8384569883346558,1.3326419591903687,-2.103888988494873,-0.5373640060424805,-1.1042890548706055,0.2426609992980957,1.707658052444458,0.9262620210647583,1.3883270025253296,-1.5790640115737915,-0.12573100626468658,1.003026008605957,0.013732999563217163,0.7504240274429321,-0.6586930155754089,-0.3531849980354309,-1.6470149755477905,-0.7395619750022888,-0.3072130084037781,0.9267650246620178,-0.6088169813156128,1.7905939817428589,0.2261189967393875,1.0439670085906982,-0.30515599250793457,-2.6458990573883057,-1.8199859857559204,-0.5251839756965637,-0.19577999413013458,-0.20225000381469727,-0.9142619967460632,-0.21794800460338593,-0.09209500253200531,-0.03491099923849106,0.18601900339126587,1.3414160013198853,1.9779800176620483,-0.02687999978661537,0.6564120054244995,1.4274389743804932,0.3283439874649048,0.20826999843120575,-1.1017600297927856,-1.0260950326919556,-1.766105055809021,1.6443740129470825,0.47556599974632263,0.6832979917526245,-0.9034850001335144,0.13264200091362,0.11032500118017197,0.12449599802494049,-1.0849800109863281,1.3146849870681763,-0.5070859789848328,0.8470489978790283,0.22067999839782715,-1.037345051765442,0.45515599846839905,1.656622052192688,1.3240220546722412,0.9774749875068665,-1.5847200155258179,0.08969900012016296,1.3846230506896973,1.3663840293884277,-0.7920399904251099,1.2381290197372437,1.216812014579773,1.434386968612671,-0.8965610265731812,0.15559299290180206,0.441228985786438,-1.1630430221557617,0.8827109932899475,-1.755126953125,-1.788180947303772,0.2705540060997009,0.318354994058609,1.2010600566864014,-1.131018042564392,-0.8893120288848877,1.0179359912872314,-0.44339901208877563,-0.2169709950685501,0.23079699277877808,0.9830719828605652,-0.7149119973182678,1.8427549600601196,1.786054015159607,0.6613360047340393,1.7526949644088745,-1.2387820482254028,1.7372679710388184,1.7232439517974854,0.7053809762001038,1.4157739877700806,0.7792419791221619,-1.927996039390564,-1.8941090106964111,-0.40796199440956116,-0.017829999327659607,1.5832669734954834,-0.33545801043510437,0.37970998883247375,-0.23731599748134613,1.781872034072876,-2.9386470317840576,0.1465270072221756,-2.175787925720215,-2.2015180587768555,-1.6154890060424805,0.4796150028705597,-2.3017990589141846,-0.35041698813438416,1.1262480020523071,-2.4370501041412354,1.6833449602127075,0.8248170018196106,-0.33068498969078064,-0.9012960195541382,0.4445579946041107,1.4547970294952393,0.5010809898376465,0.5566380023956299,0.6835399866104126,0.6921610236167908,0.7955290079116821,0.8528839945793152,-2.8983030319213867,-0.9339979887008667,1.16634202003479,0.07091300189495087,-1.1855590343475342,-1.3023860454559326,1.0522860288619995,1.0394829511642456,1.4460099935531616,1.0196900367736816,1.1623159646987915,1.0991109609603882,-0.8651450276374817,0.8191279768943787,0.8530250191688538,-0.26019400358200073,1.707497000694275,-0.22997400164604187,-0.6514739990234375,-0.40958601236343384,-2.0545740127563477,1.4769649505615234,0.2908239960670471,-1.675771951675415,-1.193107008934021,-0.40085598826408386,1.65460205078125,1.3066350221633911,-1.6857490539550781,-0.161749005317688,0.21840499341487885,0.22376300394535065,0.2158920019865036,-0.7251970171928406,0.453249990940094,1.0276939868927002,0.3038870096206665,-1.0999219417572021,0.6579030156135559,-0.17164799571037292,0.28020599484443665,-1.7862080335617065,0.2965550124645233,1.8152929544448853,1.16035795211792,-0.4798780083656311,-1.3109949827194214,0.7082610130310059,1.7027000188827515,0.7573109865188599,-0.859836995601654,-0.8893330097198486,-1.8922679424285889,-0.12351199984550476,-1.0625419616699219,-1.0109620094299316,-2.039346933364868,-1.0463850498199463,-0.789555013179779,-0.04978900030255318,0.5223860144615173,0.19150499999523163,0.350147008895874,-0.4197799861431122,0.991096019744873,-0.4579710066318512,-0.8407120108604431,-0.06696300208568573,-0.33167600631713867,-1.026023030281067,-1.26780104637146,-2.9712870121002197,-2.966586112976074,0.4131540060043335,-1.9676710367202759,-0.6428269743919373,0.9613509774208069,-0.25666099786758423,-0.09891699999570847,0.4684770107269287,0.17610299587249756,1.3928020000457764,0.7854070067405701,-2.273250102996826,0.0031240000389516354,0.024831000715494156,-1.1791470050811768,0.6788570284843445,-0.4529379904270172,0.7012860178947449,-1.303989052772522,-2.439383029937744,-2.3915560245513916,0.4314810037612915,0.49428901076316833,-0.09276299923658371,-0.7164570093154907,-0.06693299859762192,-0.02685599960386753,-1.0679229497909546,0.9628559947013855,1.0882309675216675,-2.1643459796905518,-0.44090598821640015,0.5248749852180481,0.12607300281524658,0.13045600056648254,-1.503067970275879,0.20354600250720978,-0.22060400247573853,0.49640199542045593,-1.155148983001709,-2.0259149074554443,0.7688639760017395,-0.9700509905815125,1.9042409658432007,-1.118873953819275,-0.9447240233421326,1.2467119693756104,1.2667299509048462,1.4674710035324097,-0.9413830041885376,-0.5364270210266113,0.8493210077285767,0.672432005405426,-1.2927089929580688,0.3213840126991272,1.8514820337295532,-0.3725689947605133,-1.1787810325622559,0.8085880279541016,-0.3943359851837158,-2.488845109939575,-0.07642299681901932,1.375859022140503,-1.8456230163574219,-0.19714899361133575,1.0777549743652344,-0.35061100125312805,1.3245340585708618,-0.2788569927215576,1.0796699523925781,-0.9321600198745728,1.6818959712982178,1.1470279693603516,0.6552950143814087,-0.1983650028705597,-0.15346400439739227,-0.8176339864730835,1.2478879690170288,0.7027249932289124,-2.1204779148101807,0.48286598920822144,-1.3796379566192627,0.6559759974479675,-1.3377079963684082,0.6779729723930359,0.3480699956417084,-0.6258190274238586,0.6558650135993958,-0.358707994222641,-0.32013100385665894,0.4998669922351837,0.7913579940795898,-0.016634000465273857,1.647434949874878,0.5062540173530579,1.7815220355987549,-1.9677050113677979,1.2376240491867065,-1.667968988418579,-0.9453549981117249,-1.0093990564346313,0.6183590292930603,0.8039720058441162,-2.9295620918273926,1.7831720113754272,-1.0404260158538818,0.803413987159729,-2.8647849559783936,-0.0011409999569877982,0.25462400913238525,1.5063860416412354,-2.9118430614471436,-1.39171302318573,0.38628798723220825,-1.5203349590301514,0.459758996963501,0.62322598695755,1.2345900535583496,-0.0006970000104047358,1.2075539827346802,1.3732069730758667,-1.303642988204956,-1.3187350034713745,-0.8058379888534546,-1.8243629932403564,-0.099481001496315,-1.050734043121338,1.6250380277633667,0.2471490055322647,-1.792191982269287,0.10907299816608429,-0.9918280243873596,1.2371749877929688,0.25102201104164124,1.025589942932129,-2.0727651119232178,1.10508394241333,0.9813070297241211,0.9831550121307373,0.9498329758644104,1.1089919805526733,1.463176965713501,0.175587996840477,0.2206369936466217,0.10735999792814255,1.0392210483551025,-0.4815399944782257,0.15046699345111847,1.8243370056152344,1.5211050510406494,1.5463639497756958,0.4952160120010376,-1.3057869672775269,0.9016320109367371,-0.6070389747619629,0.6627560257911682,-2.798898935317993,0.2740800082683563,1.5348989963531494,-0.8356369733810425,0.33707401156425476,0.3231959939002991,-0.8644570112228394,0.7207300066947937,0.5427430272102356,1.146285057067871,0.21976299583911896,1.4223170280456543,1.347870945930481,0.4219210147857666,-0.9160590171813965,-0.09951599687337875,0.05706699937582016,1.2061189413070679,-1.3662819862365723,1.3544169664382935,-0.43130698800086975,-1.3784279823303223,-0.10901600122451782,0.2643919885158539,-0.9047539830207825,-0.8912519812583923,-2.049125909805298,0.8184829950332642,-0.7783669829368591,-2.069679021835327,1.6011699438095093,0.9691280126571655,-1.2754579782485962,0.2738029956817627,0.27848100662231445,-0.41520699858665466,0.11315300315618515,-1.8117129802703857,0.12026999890804291,0.6855739951133728,-0.8529329895973206,-0.44689100980758667,-1.1317939758300781,0.4604380130767822,-0.2801800072193146,1.5925229787826538,1.585386037826538,1.4994299411773682,-1.4423719644546509,1.8730759620666504,0.9428949952125549,-0.8311949968338013,-1.2422590255737305,1.1730339527130127,-0.6496279835700989,-1.7830519676208496,-1.4896869659423828,-1.445770025253296,0.5721989870071411,1.1084330081939697,-1.1382410526275635,0.9035980105400085,1.1098719835281372,-0.030486000701785088,1.0096139907836914,0.8430230021476746,0.87220698595047,0.42083799839019775,-1.0064020156860352,-1.3268580436706543,-1.3107539415359497,1.5614650249481201,-1.26151704788208,0.3925609886646271,-1.532310962677002,-2.2606780529022217,-0.55138099193573,-1.1502670049667358,0.9578549861907959,0.6141070127487183,-1.2495850324630737,1.418977975845337,0.9814519882202148,-0.9027760028839111,-0.26903799176216125,1.1324830055236816,0.7424219846725464,0.24261599779129028,0.9123950004577637,-0.5429970026016235,1.6039069890975952,0.8970630168914795,-0.2887290120124817,0.2735469937324524,0.31685400009155273,0.5461680293083191,1.7604119777679443,0.675927996635437,-1.7961519956588745,0.8866429924964905,-1.2077109813690186,-1.3270269632339478,0.20854899287223816,0.6551250219345093,-2.01072096824646,-1.0356299877166748,0.7512170076370239,0.6091039776802063,0.5327730178833008,0.802731990814209,0.7819700241088867,1.2268610000610352,-0.39801299571990967,-0.3641520142555237,-0.21934600174427032,-2.0805130004882812,-0.32555100321769714,0.6130390167236328,-0.3486129939556122,1.3740309476852417,-2.4613680839538574,-1.4194200038909912,-0.876554012298584,1.284021019935608,0.8502510190010071,-1.2166680097579956,0.35659098625183105,-0.3811129927635193,1.7353739738464355,-0.8054980039596558,-1.0058890581130981,-2.5116970539093018,-1.8441100120544434,-1.8187860250473022,0.4179359972476959,-1.6269450187683105,0.9874420166015625,-0.6757130026817322,-0.17726300656795502,1.7645889520645142,1.750412940979004,0.8031330108642578,-0.989346981048584,0.732250988483429,-0.05470399931073189,0.0446540005505085,1.535770058631897,1.4461580514907837,1.0548640489578247,0.9384109973907471,-2.580509901046753,1.9481879472732544,1.5089789628982544,-1.8536959886550903,0.8099319934844971,0.10392499715089798,1.5020350217819214,0.43817999958992004,1.2993049621582031,-0.1688770055770874,-0.09490299969911575,-1.3067690134048462,0.6206799745559692,0.6224309802055359,0.5951809883117676,1.2800350189208984,-0.20870999991893768,-0.18525199592113495,0.7026119828224182,1.1486599445343018,0.655364990234375,0.7874789834022522,-1.0094670057296753,-1.0326900482177734,0.125233992934227,-1.9145230054855347,0.4337649941444397,0.46276798844337463,-1.1398249864578247,0.845071017742157,0.5112280249595642,-0.24631400406360626,-0.1979220062494278,0.940276026725769,0.07151100039482117,0.5545200109481812,-1.9279069900512695,-0.7685089707374573,0.7926999926567078,1.5410820245742798,0.333873987197876,0.8123090267181396,1.1438380479812622,1.4141470193862915,-1.760679006576538,0.027814000844955444,0.6498910188674927,0.6320059895515442,0.5950520038604736,-1.7832920551300049,0.2139900028705597,0.8411830067634583,1.9254120588302612,0.19414399564266205,1.6590900421142578,1.8862680196762085,1.037248969078064,-0.25552600622177124,0.8545060157775879,0.021366000175476074,0.346235990524292,-0.9503639936447144,-0.10467600077390671,-2.346874952316284,0.998691976070404,-1.3434629440307617,0.6622679829597473,1.277569055557251,1.9014359712600708,1.7518110275268555,-0.279664009809494,-1.6682260036468506,1.5632820129394531,-0.890999972820282,0.06958000361919403,0.6046580076217651,1.3284449577331543,1.2151930332183838,-2.376837968826294,-1.7057700157165527,-2.209522008895874,0.21997399628162384,1.6185450553894043,-0.8879410028457642,-2.9189510345458984,-1.754675030708313,-1.330947995185852,0.999301016330719,0.16071400046348572,-0.5389530062675476,-1.6037700176239014,-0.5115820169448853,0.9897590279579163,-2.432220935821533,1.686622977256775,-0.2000730037689209,-2.373905897140503,-0.32784798741340637,0.2557069957256317,1.6405370235443115,0.4585629999637604,1.3671109676361084,0.5700920224189758,1.2431889772415161,-0.3104729950428009,0.545295000076294,1.5088809728622437,-0.24206200242042542,-0.09249100089073181,0.7150369882583618,-2.3507070541381836,0.9772819876670837,-1.3910930156707764,-1.9069709777832031,-2.079257011413574,0.013795999810099602,-0.8680629730224609,0.3635619878768921,-0.6689010262489319,-2.682446002960205,-2.6567211151123047,-0.5762630105018616,0.3257350027561188,-0.48703500628471375,0.29084399342536926,1.477882981300354,-0.2623929977416992,1.4649310111999512,0.30200499296188354,1.188359022140503,1.717879056930542,-0.32464900612831116,0.46731698513031006,0.7980679869651794,-0.5816130042076111,0.6865299940109253,-0.7053359746932983,-0.9243999719619751,0.8234469890594482,0.42313098907470703,0.010482000187039375,-0.06588199734687805,0.3756279945373535,-1.9974329471588135,-0.2766830027103424,-0.2437029927968979,-2.492711067199707,-1.0329079627990723,-0.7179470062255859,1.219992995262146,-1.0091170072555542,-0.578557014465332,1.8228310346603394,-0.2424120008945465,0.9794549942016602,0.578819990158081,-1.4565140008926392,-1.469939947128296,1.2717169523239136,1.1341869831085205,1.228531002998352,1.5388259887695312,-2.227644920349121,-0.881322979927063,1.4067540168762207,1.4229539632797241,-0.4343630075454712,-0.9115419983863831,0.8928880095481873,-1.3538650274276733,-0.4681830108165741,0.47237399220466614,0.4142940044403076,0.9907249808311462,0.12468399852514267,-2.3361968994140625,0.5316900014877319,-0.03121500089764595,0.5298669934272766,0.5604310035705566,-2.1880478858947754,-2.279798984527588,0.11849600076675415,1.295951008796692,-0.8831560015678406,0.22902999818325043,-1.2049239873886108,0.1625639945268631,-1.7496789693832397,1.4211629629135132,1.4027140140533447,1.323923945426941,-0.23626600205898285,0.3960629999637604,1.456441044807434,-1.2081880569458008,0.3753030002117157,0.8842480182647705,-1.2363380193710327,-0.22889100015163422,-0.7299069762229919,-1.3625129461288452,0.8197289705276489,1.4760780334472656,0.9708330035209656,-0.7682700157165527,-0.20850199460983276,-0.3046090006828308,0.0576619990170002,-1.0084739923477173,0.3634530007839203,0.9714609980583191,0.5195840001106262,0.48021200299263,1.8343219757080078,0.7969149947166443,-1.871662974357605,0.14026400446891785,1.517011046409607,1.7445030212402344,-0.49169498682022095,-1.4151389598846436,0.18991899490356445,0.766897976398468,0.7516210079193115,0.721858024597168,1.2316089868545532,-0.8315060138702393,0.8357790112495422,-1.4651800394058228,-1.475795030593872,0.3995569944381714,-2.727579116821289,0.6111890077590942,-1.2224730253219604,-1.8888299465179443,0.32133400440216064,1.2065269947052002,-1.3055419921875,0.9883000254631042,-1.260735034942627,1.6872750520706177,-1.976093053817749,-1.655743956565857,0.7172899842262268,0.6947500109672546,1.530745029449463,-1.0062899589538574,-1.638869047164917,1.6960419416427612,0.8593440055847168,0.5978170037269592,0.5939000248908997,1.5460950136184692,-0.16199299693107605,-2.587229013442993,-1.5048719644546509,-1.1604069471359253,0.43525901436805725,1.4985339641571045,-0.909600019454956,0.03591100126504898,1.44438898563385,-1.4512970447540283,1.1975409984588623,1.8899019956588745,-0.9234979748725891,1.58399498462677,1.9478880167007446,1.3952319622039795,-1.8679670095443726,-2.9077179431915283,0.5897480249404907,0.5674769878387451,1.9433950185775757,-1.1627240180969238,0.963886022567749,-0.7848430275917053,1.4381020069122314,1.5614490509033203,-0.5228710174560547,0.9545630216598511,-1.8036309480667114,-0.05443299934267998,-0.28416600823402405,0.9010069966316223,-0.1334879994392395,-0.6267489790916443,0.04735099896788597,0.4576190114021301,-0.8160820007324219,-2.9538280963897705,1.7468310594558716,1.7656890153884888,1.7582329511642456,0.8363829851150513,-0.5089830160140991,-0.755374014377594,1.1815409660339355,-2.5558109283447266,0.21772299706935883,0.00304899993352592,-0.4940190017223358,-0.42673999071121216,-1.7324689626693726,-1.5894629955291748,1.8198699951171875,1.837797999382019,0.5859389901161194,1.5795480012893677,1.4204809665679932,1.421694040298462,-2.965873956680298,-1.240386962890625,-2.111609935760498,-1.989227056503296,-0.8047389984130859,1.6521919965744019,1.788079023361206,0.7229859828948975,1.7309110164642334,1.2697349786758423,1.0823060274124146,-0.8184400200843811,-0.7959750294685364,0.9551690220832825,0.26509299874305725,-0.36961400508880615,0.5327060222625732,0.0975940003991127,0.2618510127067566,0.27278000116348267,-0.5495719909667969,0.5597310066223145,0.8223040103912354,-0.3648650050163269,0.07014299929141998,-1.851181983947754,0.5269899964332581,-0.7803279757499695,-0.12396900355815887,-0.2869809865951538,1.4662280082702637,-0.6092680096626282,1.4550750255584717,1.4773999452590942,0.18335700035095215,-0.21654300391674042,1.6199790239334106,0.55411297082901,-0.08491300046443939,0.7481279969215393,-0.14343400299549103,1.3481780290603638,-0.8772550225257874,-0.8878920078277588,-1.910560965538025,-0.11994799971580505,0.15892499685287476,0.5445389747619629,0.5209270119667053,1.545106053352356,0.020748000591993332,0.7155200242996216,-1.7227330207824707,-1.6194700002670288,-0.7488049864768982,-0.31635400652885437,-0.12746000289916992,-0.3645339906215668,0.9698879718780518,0.22563399374485016,0.21803799271583557,0.27693700790405273,1.5729349851608276,-1.9989409446716309,0.45552900433540344,0.1581059992313385,-1.332306981086731,0.4764060080051422,1.238420009613037,0.7064319849014282,-0.19841399788856506,-0.18127399682998657,1.3377000093460083,1.1707299947738647,1.3868279457092285,1.409021019935608,1.0030349493026733,0.13934700191020966,1.5168490409851074,-0.4612930119037628,-0.10188999772071838,-2.609426975250244,0.9191820025444031,1.596627950668335,-1.0937000513076782,-1.108808994293213,-2.146804094314575,-0.7965829968452454,0.16170500218868256,0.14526799321174622,-0.927245020866394,-0.6444669961929321,0.6026409864425659,-1.265449047088623,-0.6885700225830078,-1.1024069786071777,0.6456379890441895,-0.7667009830474854,-0.3874180018901825,-1.023036003112793,1.0466810464859009,0.3082279860973358,-1.4382829666137695,-1.2743209600448608,0.9323430061340332,1.7420029640197754,1.3975880146026611,-0.22129300236701965,1.4194409847259521,0.27041199803352356,-0.33583301305770874,-2.17024302482605,-0.22315600514411926,1.427528977394104,1.5907859802246094,1.3180170059204102,0.09125000238418579,0.11214900016784668,0.4779829978942871,1.5234019756317139,-1.1178139448165894,-1.1052759885787964,-0.5384640097618103,0.895238995552063,-0.3147430121898651,1.9587390422821045,0.030626000836491585,0.2477869987487793,-2.4702799320220947,1.4699490070343018,-0.6734730005264282,-0.559328019618988,-0.5276039838790894,1.1434979438781738,-1.209501028060913,1.081009030342102,-2.8764309883117676,-1.19999098777771,1.5251460075378418,0.2394219934940338,-2.9035849571228027,-0.07292699813842773,0.09982900321483612,0.04798100143671036,-0.03183500096201897,1.622094988822937,1.7387609481811523,-0.5839319825172424,0.851921021938324,-1.309244990348816,-0.13955099880695343,0.6182760000228882,-1.990157961845398,-1.922374963760376,-1.574489951133728,-1.3586130142211914,-0.2913390100002289,-0.30435699224472046,1.8289690017700195,-1.1398080587387085,-2.634805917739868,-1.2434049844741821,0.17140300571918488,0.11291100084781647,-1.2642019987106323,-2.1652629375457764,-2.1365981101989746,-0.03372599929571152,-0.9205380082130432,-0.817920982837677,-1.9200170040130615,-1.6240359544754028,0.25813499093055725,0.06316400319337845,0.7529280185699463,0.1450120061635971,-1.8370660543441772,1.628561019897461,1.5107920169830322,-0.2332489937543869,-2.7358899116516113,0.7658630013465881,0.545993983745575,1.5558680295944214,1.2928110361099243,-2.258618116378784,0.8030549883842468,-2.469135046005249,-0.1084270030260086,-1.9035509824752808,-1.8533350229263306,-2.142982006072998,1.6151280403137207,-1.047516942024231,-0.33263900876045227,-0.5676850080490112,-0.4388729929924011,0.9662560224533081,1.4256930351257324,0.7937909960746765,-1.315011978149414,0.5159540176391602,-0.1915079951286316,-0.2815139889717102,-0.3060320019721985,0.4439280033111572,1.7266789674758911,1.6775649785995483,1.7452160120010376,-1.245265007019043,-1.2007410526275635,0.6550909876823425,0.6661520004272461,-0.41546499729156494,0.055284999310970306,0.027945000678300858,-1.0766589641571045,1.4063270092010498,0.2574729919433594,-0.7984200119972229,1.9926700592041016,0.08103399723768234,-0.45489901304244995,-0.4053120017051697,1.1207740306854248,1.684075951576233,0.7526379823684692,-1.445024013519287,1.110577940940857,0.42034998536109924,-1.1488209962844849,-2.0378170013427734,0.6417760252952576,0.9111729860305786,1.1173739433288574,0.2729960083961487,-0.27003899216651917,0.3749000132083893,1.4409819841384888,0.40443000197410583,0.982342004776001,-0.07023999840021133,-1.5714800357818604,-1.6837509870529175,-2.637195110321045,1.5040030479431152,0.9319319725036621,0.9297069907188416,0.9240990281105042,-0.6783919930458069,-0.058288998901844025,-2.1268470287323,-2.4759199619293213,-2.190877914428711,0.9485359787940979,0.6764960289001465,0.755702018737793,-1.122182011604309,0.7289180159568787,1.319187045097351,-1.3574090003967285,0.8751729726791382,1.1240960359573364,-2.089607000350952,1.9555879831314087,1.3247359991073608,0.9129419922828674,0.8697839975357056,-0.6985099911689758,1.7521779537200928,-1.0655720233917236,0.6398190259933472,1.8069159984588623,-0.8509399890899658,-0.20331400632858276,1.055556058883667,0.9678620100021362,-1.9139970541000366,1.3143370151519775,-0.7220360040664673,0.15494200587272644,-2.501223087310791,-0.4315510094165802,1.7013369798660278,1.1957190036773682,0.916388988494873,1.225841999053955,-2.314167022705078,0.699400007724762,0.34752100706100464,0.43345800042152405,-1.219791054725647,0.6894969940185547,-1.8699380159378052,0.39048099517822266,0.49427199363708496,0.6262980103492737,0.5135719776153564,-0.14208999276161194,0.8537690043449402,1.241163969039917,0.11963099986314774,0.6317960023880005,0.18972499668598175,0.6858469843864441,-0.477512001991272,0.11857499927282333,0.34968599677085876,-1.029466986656189,-2.1797759532928467,1.5069849491119385,-0.6292009949684143,0.4520919919013977,0.35940900444984436,-0.2223140001296997,-0.5633299946784973,2.068727970123291,-2.0362389087677,0.8671950101852417,0.930728018283844,-1.2867640256881714,-0.775592029094696,1.4913150072097778,1.4757980108261108,1.4663640260696411,-0.2604680061340332,-1.8133200407028198,-0.7441359758377075,-0.6170089840888977,-0.6509190201759338,-2.513439893722534,0.8501880168914795,1.5851080417633057,0.18594400584697723,1.4550939798355103,-0.9412260055541992,0.5846440196037292,-0.6611620187759399,-1.2013390064239502,-1.298200011253357,2.0036489963531494,1.9757720232009888,-2.3964920043945312,-2.407459020614624,-0.7051720023155212,-0.8883519768714905,0.38231000304222107,1.0195239782333374,0.5005819797515869,-1.0886499881744385,-0.8174350261688232,0.22967199981212616,1.1643500328063965,0.0671209990978241,-1.5335750579833984,-0.017355000600218773,0.6975449919700623,0.06896000355482101,-0.5228170156478882,1.93294095993042,-1.9114789962768555,-2.62772798538208,-0.9112240076065063,0.40347200632095337,1.0332080125808716,1.3569999933242798,0.8322870135307312,0.03712200000882149,-1.275199055671692,0.10540100187063217,-0.25223299860954285,1.8033889532089233,0.43197599053382874,0.5242409706115723,-0.2797960042953491,-0.845881998538971,0.21708600223064423,0.4288389980792999,1.5105609893798828,0.577593982219696,1.028527021408081,-0.10362199693918228,1.2200720310211182,0.8548849821090698,0.07262799888849258,1.1824040412902832,0.6726610064506531,-1.1062289476394653,0.49838998913764954,0.8763920068740845,-1.1221929788589478,0.6087340116500854,0.8520640134811401,0.7396230101585388,-0.16511599719524384,1.015241026878357,0.88509202003479,0.9035639762878418,-1.758646011352539,1.1370480060577393,-2.685091018676758,1.9546719789505005,0.12036299705505371,-0.2715989947319031,-0.19324299693107605,-2.8736989498138428,-0.9076809883117676,0.017323000356554985,-2.4933650493621826,1.4506429433822632,0.6000350117683411,-1.6315510272979736,0.8975380063056946,-0.08521000295877457,-0.09777399897575378,-1.3890899419784546,-2.369680881500244,-1.2728480100631714,-0.3009209930896759,-1.6492700576782227,2.0080199241638184,0.21303699910640717,-0.5779070258140564,-1.048764944076538,-1.5705469846725464,0.1542779952287674,-0.07002799957990646,-2.2249410152435303,0.5106909871101379,-0.5391359925270081,0.376257985830307,0.503974974155426,0.33637699484825134,0.9604150056838989,-2.2390530109405518,1.3681910037994385,-1.4199910163879395,1.5936700105667114,-1.4207090139389038,1.2598739862442017,1.2160320281982422,1.6117229461669922,1.0589599609375,-0.8133339881896973,-0.8455650210380554,-0.341060996055603,0.6443880200386047,-2.83516001701355,0.6622520089149475,0.7969719767570496,1.2548409700393677,0.5023049712181091,-1.4806870222091675,0.3746680021286011,-0.810342013835907,-0.28161099553108215,-1.1750290393829346,0.9055500030517578,0.6801580190658569,-0.04543299973011017,0.0331140011548996,-1.6249920129776,-1.5679229497909546,1.524256944656372,-2.1739981174468994,0.8530300259590149,1.420238971710205,1.4325419664382935,1.113644003868103,-0.7830129861831665,0.01068899966776371,-2.590233087539673,1.4816620349884033,1.0995030403137207,0.12500500679016113,1.8410580158233643,1.6410850286483765,-1.214648962020874,-1.1218680143356323,0.18362900614738464,0.17324699461460114,-2.774785041809082,-1.9761040210723877,-2.878084897994995,-0.7071729898452759,-0.05586899816989899,1.1098649501800537,-1.1597959995269775,-0.116457000374794,0.9219070076942444,1.3676940202713013,1.4136559963226318,1.3729740381240845,1.8053100109100342,1.8374030590057373,1.3021420240402222,0.42785799503326416,-1.4551990032196045,0.40415000915527344,-1.0689070224761963,0.3817000091075897,0.4123170077800751,0.015064000152051449,-0.9557380080223083,0.8639919757843018,1.6977670192718506,-0.37644699215888977,-1.61952805519104,-2.7952539920806885,0.2039259970188141,-1.2341279983520508,2.0930209159851074,0.34335801005363464,0.3667390048503876,0.3634830117225647,-1.5142829418182373,-0.16034500300884247,-0.1809300035238266,-0.03149399906396866,0.7683640122413635,0.9230049848556519,0.022623000666499138,-1.4505289793014526,0.02196599915623665,0.969506025314331,0.9960970282554626,-0.005129000172019005,-1.2768399715423584,1.8046319484710693,-1.2250659465789795,-1.683953046798706,1.586366057395935,1.548117995262146,0.8686569929122925,-1.7490839958190918,-0.027124999091029167,0.7688249945640564,-0.019984999671578407,0.22328799962997437,-1.4979619979858398,0.1791200041770935,-2.700144052505493,-0.003441999899223447,-0.05011700093746185,1.196336030960083,1.0199300050735474,-2.245326042175293,-1.077489972114563,1.145833969116211,0.4658850133419037,0.5156729817390442,0.27719300985336304,-1.509052038192749,1.0149279832839966,-2.88086199760437,0.26445499062538147,-0.3345310091972351,0.06459499895572662,-1.343461036682129,0.22647500038146973,0.9767090082168579,0.7373470067977905,1.5944130420684814,0.9870330095291138,-0.6220229864120483,0.8451399803161621,-0.6118649840354919,-0.6655700206756592,-1.2897919416427612,-2.324481964111328,-2.0201361179351807,0.6885679960250854,-1.440817952156067,-0.9992669820785522,1.4682769775390625,0.5128089785575867,-0.66143798828125,-2.13008189201355,-0.17087000608444214,-0.31252700090408325,-1.4154490232467651,1.6934809684753418,-0.062307000160217285,0.2795029878616333,0.24014799296855927,1.7610009908676147,0.3098039925098419,0.7245429754257202,1.4082330465316772,1.3862240314483643,1.388463020324707,-0.98648601770401,1.2453529834747314,0.1349560022354126,1.7611490488052368,0.058598000556230545,-1.9026730060577393,-0.2927429974079132,-1.3800580501556396,-0.7339980006217957,-1.007694959640503,0.6274359822273254,0.5991629958152771,-1.5774790048599243,-1.6072429418563843,-1.5935540199279785,-1.1234359741210938,1.0481220483779907,-0.23218899965286255,0.3967219889163971,0.494394987821579,1.3754160404205322,-2.2284181118011475,-0.7159619927406311,-1.099810004234314,0.09568099677562714,1.7968120574951172,1.3929439783096313,-2.0595500469207764,1.8338899612426758,-1.2714389562606812,-0.9378290176391602,0.142535999417305,1.12533700466156,-1.4236489534378052,1.1637630462646484,-0.9949769973754883,-0.3621560037136078,-1.2519259452819824,-0.6686710119247437,-0.09154199808835983,0.649740993976593,-0.6534090042114258,0.5611379742622375,-2.5180680751800537,0.6187580227851868,0.649321973323822,1.3384809494018555,0.5091270208358765,-0.933193027973175,-2.2820279598236084,-0.4430620074272156,0.7505660057067871,-0.4151720106601715,1.0368529558181763,-2.843698024749756,-1.9076800346374512,0.6461730003356934,-1.0067989826202393,0.05672600120306015,1.876376986503601,-1.045943021774292,0.6402369737625122,-0.2135459929704666,0.07141000032424927,0.02832699939608574,0.06176400184631348,0.06611999869346619,-0.5237169861793518,0.30397000908851624,-0.9903789758682251,0.41743001341819763,-1.7765270471572876,-1.3193809986114502,-1.3414649963378906,1.1620639562606812,-2.0443859100341797,0.6330239772796631,1.554237961769104,-2.3084819316864014,-1.143699049949646,-0.0823889970779419,-0.08884900063276291,-0.05570400133728981,-2.3904929161071777,-0.026065999642014503,1.1058900356292725,-0.29409098625183105,-1.9377189874649048,0.5868250131607056,0.737525999546051,0.4651859998703003,-0.8422539830207825,0.21130600571632385,1.0776970386505127,0.6936780214309692,-1.2127189636230469,-1.0492390394210815,-1.0938489437103271,0.8198360204696655,1.8889989852905273,-0.5163900256156921,-2.896296977996826,0.26980000734329224,-2.6839749813079834,1.4320000410079956,-2.7188539505004883,-1.947551965713501,-0.8327749967575073,-2.1351699829101562,-0.2469789981842041,-0.23284800350666046,0.7423989772796631,-1.042963981628418,1.4475419521331787,0.7241050004959106,1.2411290407180786,-2.513293981552124,0.8433499932289124,0.5400919914245605,1.134516954421997,1.317533016204834,-0.7545589804649353,1.0307329893112183,-1.109624981880188,0.926895022392273,0.8446670174598694,1.5532699823379517,-0.9600840210914612,1.375978946685791,1.713489055633545,1.4273879528045654,-0.2742860019207001,0.006889000069350004,1.1410729885101318,1.2802879810333252,-1.2120000123977661,0.7221249938011169,-1.0062350034713745,1.6358319520950317,-0.14682699739933014,1.4682190418243408,-1.6742910146713257,1.6943960189819336,-0.6020119786262512,-2.4232139587402344,0.046445999294519424,-0.6834229826927185,-0.7116609811782837,-0.7284039855003357,0.2862730026245117,-1.0029200315475464,0.38497599959373474,1.3662840127944946,1.763754963874817,1.768196940422058,-0.48706600069999695,-0.5609419941902161,-0.5381630063056946,-0.45447999238967896,-2.4143381118774414,0.2163189947605133,0.2749510109424591,0.39887499809265137,0.2409060001373291,-1.849923014640808,0.570455014705658,-0.0047519998624920845,-1.9147299528121948,1.4948960542678833,-0.5611289739608765,-1.0237890481948853,1.5436389446258545,0.10366100072860718,0.12246599793434143,-1.1074130535125732,-0.2794780135154724,0.6090499758720398,0.7271869778633118,-1.2971199750900269,0.17363600432872772,0.10670000314712524,0.9150040149688721,-1.7067780494689941,0.7472280263900757,-0.11469999700784683,-0.10357899963855743,1.0634880065917969,1.0337259769439697,-0.26200801134109497,-2.148710012435913,1.4825559854507446,-0.4858799874782562,1.488150954246521,-0.09710299968719482,-0.023197000846266747,-0.07702899724245071,0.8315849900245667,0.42993301153182983,0.21797600388526917,-2.197525978088379,1.0698260068893433,0.5634859800338745,0.08026400208473206,-1.5326199531555176,0.3162569999694824,1.292072057723999,1.3346199989318848,-2.018018960952759,0.5498669743537903,-1.5683079957962036,1.2641160488128662,1.9884140491485596,1.9777270555496216,1.9793189764022827,0.24228399991989136,1.7052220106124878,1.2960820198059082,-1.5300140380859375,-1.0827189683914185,-1.1111559867858887,0.5359060168266296,0.13398900628089905,-2.4146430492401123,1.1293230056762695,0.2614170014858246,1.0130670070648193,-0.8685150146484375,-1.6095260381698608,-1.610103964805603,-0.7120029926300049,-0.7421010136604309,-0.0579649992287159,0.42258599400520325,-1.0921510457992554,-1.4052560329437256,-1.3992899656295776,-0.8148000240325928,-1.0439209938049316,0.8813049793243408,-0.03541100025177002,0.918175995349884,-0.06773599982261658,-2.5945260524749756,1.2002439498901367,-0.1596740037202835,-2.2341089248657227,1.760403037071228,0.9659749865531921,1.2691349983215332,-0.4323059916496277,1.0362969636917114,0.972258985042572,0.979200005531311,1.2855470180511475,0.718529999256134,-1.1971479654312134,1.7302190065383911,1.0137319564819336,-1.4287339448928833,-1.4213579893112183,1.311195969581604,0.34335198998451233,0.03323899954557419,1.1768549680709839,-1.999627947807312,-1.1949150562286377,-0.17641399800777435,1.5147039890289307,1.2822949886322021,-1.1922359466552734,1.6873630285263062,-0.4692870080471039,0.2590070068836212,1.4325859546661377,0.26663699746131897,-0.9146100282669067,-0.7894880175590515,-0.2630620002746582,1.6178510189056396,-1.7194130420684814,1.7527129650115967,0.2593660056591034,0.6237999796867371,0.7164260149002075,-0.6585289835929871,1.1545829772949219,0.21888400614261627,0.2464819997549057,-1.2186369895935059,0.7824980020523071,-0.11043199896812439,-1.1260470151901245,0.3475179970264435,-1.092471957206726,1.4207099676132202,0.5331979990005493,0.3530319929122925,-1.994027018547058,-0.35133400559425354,0.23417499661445618,-2.5047080516815186,-1.8547619581222534,-1.8885430097579956,-0.36653101444244385,-0.2306780070066452,-0.11676999926567078,-0.6354349851608276,-2.882751941680908,0.23756200075149536,1.6548540592193604,1.6705069541931152,-1.0553220510482788,-1.1238230466842651,1.4929959774017334,1.4614590406417847,0.9076269865036011,-0.04633300006389618,-1.276831030845642,-1.1039570569992065,1.628525972366333,0.0508509986102581,-1.1421500444412231,-2.2789299488067627,1.3143130540847778,0.03170999884605408,1.3551160097122192,1.2779860496520996,0.7057960033416748,-0.21235300600528717,-0.2483620047569275,1.1594109535217285,-0.9124850034713745,0.6017580032348633,0.01822900027036667,0.11140800267457962,1.0984530448913574,-0.6125540137290955,0.06169800087809563,-1.266131043434143,-1.2495909929275513,-0.5843009948730469,0.11381000280380249,1.79020094871521,-0.8382790088653564,-0.9445980191230774,-0.4408569931983948,1.3840889930725098,1.8148210048675537,-2.6537060737609863,-1.692700982093811,0.726830005645752,0.6815339922904968,0.4699530005455017,0.27909499406814575,1.425557017326355,-0.9721819758415222,-0.5748260021209717,0.7468060255050659,-0.2724669873714447,1.0890799760818481,1.132694959640503,-0.660431981086731,0.5594170093536377,-1.4760359525680542,1.051921010017395,-1.1472270488739014,1.1511739492416382,-0.9084969758987427,-0.014519000425934792,-2.5990490913391113,0.9845470190048218,-0.6050699949264526,0.29782798886299133,1.080185055732727,-0.585657000541687,-0.6253929734230042,-1.2914409637451172,0.36948999762535095,-1.7789280414581299,0.7068039774894714,-2.872041940689087,0.1998939961194992,-2.545522928237915,0.3302069902420044,0.25720199942588806,0.61217200756073,-1.491595983505249,-0.6128870248794556,-1.4222520589828491,1.1679760217666626,-1.9554849863052368,0.7086570262908936,0.7315899729728699,-0.9808679819107056,0.6559039950370789,-0.8867070078849792,-0.4099990129470825,-0.1767369955778122,-1.506417989730835,-1.1604119539260864,1.167160987854004,0.1869809925556183,0.23589999973773956,-0.9217939972877502,1.508821964263916,-0.45862799882888794,-1.7290879487991333,0.6691849827766418,-1.0402899980545044,0.8226119875907898,1.4700560569763184,-0.6843529939651489,-1.0341559648513794,-0.9632369875907898,-0.784745991230011,-0.8296080231666565,-1.0354540348052979,1.7664179801940918,-0.5522140264511108,-0.7096030116081238,-0.6468570232391357,0.38818201422691345,-2.101288080215454,-0.2812980115413666,-1.5953199863433838,0.06494499742984772,-1.0121270418167114,1.3430429697036743,-2.438167095184326,-0.3884570002555847,-0.6317970156669617,0.5344740152359009,0.4156459867954254,-0.5742790102958679,-0.44301098585128784,-0.7419189810752869,-0.3002769947052002,0.4428350031375885,0.7404000163078308,0.03434000164270401,-2.167383909225464,0.5238050222396851,0.6381829977035522,1.592579960823059,0.05112599954009056,1.6221660375595093,1.6172139644622803,-0.5683950185775757,1.2352570295333862,-0.7368980050086975,-1.8963550329208374,1.805256962776184,-0.1598079949617386,1.8117619752883911,-0.5569490194320679,0.1512030065059662,-2.0257599353790283,-1.0631029605865479,-1.2354520559310913,-0.529541015625,1.0060880184173584,0.04722600057721138,-2.315279006958008,1.7666230201721191,1.6274629831314087,-0.05482399836182594,1.022055983543396,0.8795300126075745,1.057196021080017,-0.6885079741477966,-1.4133150577545166,0.0986270010471344,1.1729459762573242,-0.0060350000858306885,1.6296230554580688,-1.3127360343933105,-2.2655820846557617,-0.16458900272846222,0.34520798921585083,0.5002859830856323,0.5123680233955383,1.4785430431365967,0.6740350127220154,1.7122089862823486,-0.05594800040125847,0.4523400068283081,0.22054700553417206,-1.2059799432754517,-1.8119419813156128,-0.30077800154685974,0.5172680020332336,-0.436257004737854,-0.398963987827301,1.400866985321045,-1.3659019470214844,1.1892939805984497,0.46667900681495667,0.8861050009727478,1.6516040563583374,-1.782796025276184,-2.728490114212036,-1.329766035079956,-0.7077000141143799,-2.140561103820801,-1.059928059577942,0.38388198614120483,-2.2253689765930176,1.4735549688339233,1.4882370233535767,0.43744000792503357,-0.38067299127578735,1.4852559566497803,1.9832489490509033,0.2876189947128296,-0.5673050284385681,0.24920900166034698,1.4915399551391602,0.9408779740333557,1.1691880226135254,-0.7062320113182068,0.4071039855480194,1.3947639465332031,-0.688696026802063,0.1331389993429184,-0.05917999893426895,0.7840359807014465,-2.7849199771881104,1.2533479928970337,-2.3513410091400146,0.383105993270874,-0.3624480068683624,-0.5855309963226318,1.5755079984664917,1.2165440320968628,1.0673749446868896,0.28508898615837097,-1.0192960500717163,0.326882004737854,0.9291409850120544,1.1745200157165527,-0.6427379846572876,1.5494129657745361,-0.8339729905128479,0.06588099896907806,0.3880769908428192,1.7647249698638916,0.862991988658905,-0.9699559807777405,-2.547792911529541,0.5159080028533936,1.3568600416183472,0.28764399886131287,-1.2079579830169678,1.075590968132019,-2.6155190467834473,-2.257524013519287,-2.2957520484924316,-0.29251301288604736,-1.9333020448684692,0.908810019493103,-0.13234399259090424,0.844694972038269,0.7760710120201111,-1.5929540395736694,-1.100188970565796,1.2544050216674805,0.252689003944397,0.8853790163993835,0.5276250243186951,0.5169919729232788,-0.10272599756717682,1.7925779819488525,1.767585039138794,-0.30242401361465454,0.8173109889030457,-0.8597880005836487,-0.25387901067733765,0.525626003742218,-0.31109800934791565,0.947055995464325,0.6692839860916138,1.7729719877243042,0.09651900082826614,1.0454399585723877,0.3349969983100891,-0.9401630163192749,-0.9559929966926575,1.7943789958953857,-0.5233700275421143,1.9257910251617432,-2.922307014465332,0.1620599925518036,-1.1750739812850952,-0.20088599622249603,0.19331400096416473,-2.924160957336426,-0.3629800081253052,-0.4432080090045929,0.7183290123939514,0.6804590225219727,1.657384991645813,-0.6619129776954651,0.1766269952058792,-0.08302800357341766,0.2452249974012375,-0.6471530199050903,0.32869499921798706,1.3903449773788452,1.3488349914550781,-0.38649600744247437,-0.4033690094947815,0.9261050224304199,0.0847420021891594,0.9064580202102661,-0.4302169978618622,1.636888027191162,0.31057700514793396,1.4924110174179077,1.1582520008087158,-0.7789620161056519,0.19441799819469452,-2.460127115249634,-2.717797040939331,0.20661599934101105,0.5058339834213257,0.15690000355243683,0.4812160134315491,0.5217270255088806,-1.4357819557189941,0.3100999891757965,-0.7467229962348938,0.9765560030937195,-2.613919973373413,-2.5846610069274902,1.9706230163574219,1.2869420051574707,1.1456990242004395,-1.3232929706573486,0.8545299768447876,-2.319333076477051,0.6912710070610046,-0.9153810143470764,-0.549871027469635,-0.42089998722076416,1.0828629732131958,-0.5028380155563354,0.8345080018043518,-1.5211819410324097,0.299780011177063,0.018314000219106674,-0.22130699455738068,-1.2819900512695312,-0.04943900182843208,-0.16845199465751648,1.6628789901733398,-2.2422759532928467,0.7122370004653931,-0.7429419755935669,-0.6946390271186829,0.6160839796066284,0.2900890111923218,-1.103721022605896,1.6706290245056152,-2.436228036880493,1.3707269430160522,1.4332170486450195,-2.2403039932250977,1.289870023727417,1.4280019998550415,0.2488510012626648,0.11606000363826752,1.5498050451278687,-0.2409379929304123,1.7171499729156494,0.9442639946937561,0.3121280074119568,-0.44683998823165894,0.05860799923539162,0.0466109998524189,-0.34578898549079895,0.8358089923858643,0.3945930004119873,1.3663100004196167,0.30080801248550415,-0.5620750188827515,0.6829670071601868,0.49307599663734436,-1.6638729572296143,0.9241030216217041,1.0062710046768188,-1.0289100408554077,0.08042199909687042,-2.2806270122528076,1.4283980131149292,1.8698649406433105,0.5415040254592896,-0.4563030004501343,0.15990999341011047,0.10644300282001495,0.5577409863471985,1.83091402053833,0.3007720112800598,1.71793794631958,-0.14197899401187897,0.2238280028104782,0.024831999093294144,-1.0780450105667114,-1.0247009992599487,0.7766579985618591,0.7425299882888794,-1.1547479629516602,0.7274379730224609,-0.35604000091552734,-0.4534040093421936,0.18458999693393707,0.6222580075263977,-1.8578039407730103,-2.10396409034729,-0.015111000277101994,-0.8637319803237915,-0.39630699157714844,-0.29458001255989075,-1.4118399620056152,1.4036810398101807,1.7595640420913696,-2.231229066848755,-1.175650954246521,-1.2808330059051514,1.1202969551086426,-1.1027189493179321,-1.5073490142822266,1.6314799785614014,0.10878100246191025,1.3763699531555176,-2.9669809341430664,-0.509876012802124,0.6995589733123779,-0.6910799741744995,0.7800859808921814,0.4003629982471466,1.1629170179367065,-1.2870429754257202,1.04053795337677,-0.4921790063381195,-2.303765058517456,-0.644927978515625,-0.7630630135536194,0.7986649870872498,0.8462730050086975,0.26861900091171265,0.6125630140304565,0.38550901412963867,1.2452460527420044,0.3597480058670044,-0.9201909899711609,0.2220270037651062,0.41587600111961365,1.6393229961395264,1.638903021812439,-0.2989160120487213,-0.8898839950561523,-1.113495945930481,-0.36508598923683167,1.5622810125350952,1.6891069412231445,0.2415039986371994,1.4737470149993896,0.24365699291229248,0.2572360038757324,-0.10636699944734573,-0.01724799908697605,-0.076105996966362,-0.11441300064325333,-1.5494450330734253,1.2666209936141968,0.4553380012512207,0.6773859858512878,-0.7239559888839722,-2.089643955230713,0.8539010286331177,1.5534930229187012,0.6315320134162903,1.5841749906539917,0.49986401200294495,-1.5335990190505981,-0.9251629710197449,-2.003706932067871,0.6829929947853088,-2.651668071746826,1.4584879875183105,1.5287230014801025,0.9545760154724121,0.7719650268554688,-1.3052680492401123,-0.05148399993777275,0.5990579724311829,-0.43876099586486816,0.9990260004997253,0.15711799263954163,-0.8195779919624329,1.4998550415039062,0.8093720078468323,0.8008610010147095,-0.7607160210609436,-2.8906469345092773,0.49515700340270996,-2.5046279430389404,-0.7233440279960632,-0.6297879815101624,-0.9771000146865845,-1.231503963470459,0.22424699366092682,0.5540819764137268,-0.9659559726715088,0.3735859990119934,-1.0520989894866943,-0.6639819741249084,-1.525331974029541,0.6007750034332275,-1.3497610092163086,1.445652961730957,-0.054795000702142715,1.0478930473327637,-2.0706770420074463,-1.0413880348205566,1.32430899143219,-0.5012009739875793,-0.058552999049425125,-1.7706899642944336,-0.12003300338983536,-0.07890799641609192,0.32095199823379517,-0.4576900005340576,0.6393669843673706,0.582889974117279,0.9276580214500427,-0.1623689979314804,-1.1874840259552002,0.4031890034675598,-1.9376139640808105,-0.8095160126686096,-2.7319159507751465,-0.401542991399765,1.7288659811019897,1.7194199562072754,0.9654030203819275,-2.8740339279174805,1.4381719827651978,1.5434490442276,-0.5486739873886108,-1.2754889726638794,0.540132999420166,-2.9387478828430176,-1.0663150548934937,0.5627340078353882,-2.399796962738037,-0.2594360113143921,-0.4092870056629181,0.8477029800415039,1.5450129508972168,-2.5395419597625732,0.5096089839935303,0.12338300049304962,-1.0700520277023315,-2.8473119735717773,0.9249230027198792,-0.27935299277305603,0.10817199945449829,0.3748140037059784,0.3805699944496155,0.4093109965324402,0.7397149801254272,-1.5812170505523682,-1.2263380289077759,-1.4337430000305176,0.7298809885978699,-1.16110098361969,1.5174390077590942,0.842926025390625,1.2330420017242432,-1.1875449419021606,-0.07643599808216095,-0.4700460135936737,-1.057818055152893,-0.07621400058269501,-1.4838249683380127,0.5172950029373169,0.5622040033340454,1.3286149501800537,-0.15914399921894073,1.0623940229415894,1.0195850133895874,-0.912443995475769,-0.8854150176048279,-1.437283992767334,-0.2740100026130676,-0.6640329957008362,-0.6606460213661194,-1.0360360145568848,-0.3238629996776581,0.19902299344539642,0.2278670072555542,-1.2249120473861694,0.8032379746437073,0.8302609920501709,1.6242049932479858,0.8375589847564697,-2.2659049034118652,-0.49280500411987305,1.1406879425048828,-0.5571720004081726,0.8767579793930054,0.8787620067596436,-2.292957067489624,1.76842200756073,-2.607455015182495,1.2451980113983154,-0.8500779867172241,0.5249080061912537,0.8665590286254883,-0.11759500205516815,1.1865370273590088,-0.9143229722976685,1.784134030342102,-1.2221330404281616,-1.2719099521636963,-0.25697600841522217,0.7528210282325745,0.7276740074157715,1.0264029502868652,1.0948669910430908,-1.2794820070266724,1.959236979484558,-0.33830100297927856,-0.9751489758491516,1.1834919452667236,0.5834940075874329,0.5234190225601196,0.1506119966506958,1.686959981918335,-0.29623299837112427,0.9266669750213623,0.16853100061416626,1.4120759963989258,0.0803539976477623,-0.5488100051879883,-0.8420220017433167,1.2122639417648315,1.258834958076477,1.7308419942855835,1.5594689846038818,0.8456249833106995,0.48356398940086365,1.441512942314148,-0.8069859743118286,-1.3928970098495483,0.06727799773216248,-1.6324820518493652,-1.2879589796066284,1.5009160041809082,-0.3706760108470917,-1.9147870540618896,0.6329709887504578,-2.882627010345459,0.8389899730682373,0.8560010194778442,0.323172003030777,-1.923321008682251,1.3514289855957031,0.8091890215873718,-2.1064701080322266,-1.6283550262451172,-1.226807951927185,-0.10486900061368942,-2.1119461059570312,0.697754979133606,0.6675209999084473,-1.052662968635559,0.46592599153518677,-1.9226930141448975,0.35791900753974915,0.2888849973678589,1.7551510334014893,0.7097030282020569,0.29101601243019104,-0.8950819969177246,-0.8979210257530212,0.6549040079116821,-1.6652640104293823,1.5492680072784424,-0.010846000164747238,-0.06430800259113312,0.7170850038528442,1.742455005645752,-0.19218499958515167,-0.985539972782135,0.020329000428318977,0.04493900015950203,0.047474998980760574,-1.0568000078201294,-1.146136999130249,-1.6399110555648804,-0.30512499809265137,0.6535410284996033,-0.08874999731779099,1.0848870277404785,-1.241426944732666,0.5387139916419983,1.5602339506149292,-1.238500952720642,1.4947409629821777,1.4300060272216797,0.517969012260437,1.2502529621124268,0.1757880002260208,0.423691987991333,0.9400240182876587,0.9446840286254883,1.0567679405212402,-2.8811469078063965,0.46707800030708313,1.034646987915039,-1.3218729496002197,-1.0669070482254028,1.506672978401184,-1.0851680040359497,-0.7569969892501831,-1.873708963394165,-1.9088129997253418,0.5222200155258179,-0.7851139903068542,1.276777982711792,0.6977099776268005,0.9767810106277466,1.0268299579620361,0.48180899024009705,-1.0726269483566284,1.0135749578475952,1.757902979850769,1.7413690090179443,-1.2765209674835205,0.0005430000019259751,1.3515379428863525,-0.5095109939575195,0.9407879710197449,-1.2760779857635498,0.8879989981651306,0.43010199069976807,0.6332160234451294,0.8152329921722412,0.4652630090713501,-1.6870609521865845,-1.1427630186080933,0.5890840291976929,0.5847989916801453,1.0303709506988525,0.45120298862457275,0.45605701208114624,0.7690799832344055,0.7865179777145386,-1.3726990222930908,-0.7920600175857544,0.8044869899749756,0.8033769726753235,-1.8000659942626953,0.7841479778289795,-2.0482630729675293,-0.11941199749708176,1.509511947631836,1.629593014717102,0.13554799556732178,-2.983902931213379,1.8870429992675781,-1.7632570266723633,0.39872199296951294,0.3793799877166748,0.8982970118522644,-0.30856698751449585,-1.3286670446395874,-1.9388890266418457,0.9374719858169556,-2.6149849891662598,0.6859269738197327,1.5491700172424316,-0.6275950074195862,0.32242199778556824,0.1560869961977005,0.14861899614334106,0.31003299355506897,0.5698279738426208,1.262742042541504,-0.13255199790000916,0.555757999420166,0.9005690217018127,0.9343069791793823,-0.1805649995803833,-0.7673320174217224,1.5482280254364014,-0.8572649955749512,0.6577630043029785,-0.1691569983959198,0.9767940044403076,0.07320199906826019,-0.5859959721565247,1.63886296749115,1.9420069456100464,1.3844139575958252,1.6796289682388306,-1.6588239669799805,0.5923159718513489,0.6200469732284546,0.600229024887085,-0.8267260193824768,1.612876057624817,-0.40869399905204773,-2.11887788772583,1.3113950490951538,1.1715079545974731,-0.8800039887428284,-0.036472998559474945,-0.6103990077972412,1.7457900047302246,0.8422679901123047,0.8448519706726074,1.071071982383728,-0.464121013879776,1.2125149965286255,0.9223930239677429,0.4915269911289215,0.32067400217056274,1.1704859733581543,1.4424669742584229,0.03278899937868118,-1.2988040447235107,-1.1322979927062988,1.6308480501174927,1.1583880186080933,0.8758410215377808,-1.0356190204620361,0.5884299874305725,-1.55069100856781,0.8933929800987244,0.7205399870872498,0.9290199875831604,1.6075639724731445,1.607030987739563,1.2728270292282104,1.9565160274505615,-1.3487939834594727,-1.2788690328598022,-2.555497884750366,-1.357125997543335,1.8301550149917603,-0.3292109966278076,-0.28720900416374207,-1.140110969543457,-1.2840969562530518,0.30999499559402466,0.4171519875526428,-2.047029972076416,1.2237780094146729,-1.4752839803695679,-0.9991170167922974,-2.94883394241333,1.6543259620666504,-0.9133790135383606,0.7936959862709045,0.3314180076122284,-0.4230569899082184,1.7170120477676392,0.5518310070037842,1.6595460176467896,1.4894989728927612,-2.027021884918213,-2.0943000316619873,1.4533799886703491,-0.07191699743270874,-0.043483998626470566,1.04407799243927,1.0514709949493408,1.8167920112609863,1.839432954788208,0.908752977848053,0.5919150114059448,1.4217770099639893,0.3475320041179657,-0.06801199913024902,-0.7584760189056396,-1.727239966392517,0.9990990161895752,-2.584120988845825,1.8981410264968872,0.40602800250053406,1.3297829627990723,0.4478220045566559,0.34745100140571594,-0.005721000023186207,1.6436870098114014,-2.368839979171753,1.7666410207748413,0.21990300714969635,2.0120859146118164,1.9578880071640015,0.4627459943294525,1.3185930252075195,-0.13283899426460266,-2.2982470989227295,0.45987701416015625,-0.2873319983482361,-0.30450400710105896,0.33271700143814087,-0.9011309742927551,1.7629209756851196,-0.37065601348876953,1.1184719800949097,0.12600800395011902,1.4750269651412964,-1.4719359874725342,0.6198109984397888,1.1260570287704468,1.157791018486023,1.9203569889068604,1.0037380456924438,-0.17684300243854523,0.9788169860839844,1.37876296043396,-0.06642699986696243,-0.5735340118408203,0.05762999877333641,0.9043340086936951,1.6187249422073364,-0.4722749888896942,-2.936863899230957,-0.1357319951057434,0.8924379944801331,-0.8392500281333923,0.37189599871635437,-2.0111138820648193,1.2449630498886108,-1.1837890148162842,1.360098958015442,-1.0778939723968506,-1.403913974761963,-2.614388942718506,0.11651600152254105,1.6475269794464111,-2.0826220512390137,-0.3740530014038086,0.22420300543308258,-0.8715689778327942,-0.6429399847984314,-0.7717099785804749,-1.3350269794464111,-0.21084700524806976,-0.3760400116443634,0.4079360067844391,0.7194259762763977,-1.1502059698104858,1.5149149894714355,1.588657021522522,-0.6237589716911316,0.8363609910011292,-0.3290430009365082,0.863411009311676,-1.4191869497299194,1.6855679750442505,-1.3274669647216797,0.5052250027656555,-0.6935700178146362,-0.9030479788780212,-2.1044600009918213,1.2162790298461914,0.018360000103712082,-0.07824499905109406,-0.4918999969959259,-0.2519719898700714,-0.443450003862381,-0.8255059719085693,0.8851829767227173,-2.1903789043426514,0.38771799206733704,1.5616379976272583,0.880357027053833,-0.6943309903144836,-1.8049099445343018,-0.20516499876976013,-0.00993099994957447,-0.8134229779243469,-2.417598009109497,0.20661099255084991,-0.19290100038051605,-1.9049700498580933,-1.8738759756088257,-0.9004290103912354,-0.8012909889221191,-0.34428098797798157,1.5312639474868774,0.6554809808731079,0.3572880029678345,-2.105307102203369,1.788472056388855,0.1600310057401657,0.05752899870276451,-2.330954074859619,-1.2313090562820435,1.1067479848861694,-0.6916900277137756,1.1195180416107178,1.6315360069274902,-1.037585973739624,-1.1805399656295776,0.525734007358551,-0.4463590085506439,-0.497189998626709,-0.6756569743156433,1.1286940574645996,0.6262699961662292,0.5519760251045227,-1.101119041442871,0.7643470168113708,1.2533600330352783,-1.3530080318450928,-2.1221020221710205,-2.1061251163482666,0.09437300264835358,1.1001169681549072,0.1476140022277832,-2.611186981201172,-0.9762639999389648,-0.32785600423812866,-1.5402610301971436,0.8480409979820251,1.6081149578094482,1.270563006401062,-1.0244050025939941,-2.0108840465545654,-2.1644670963287354,1.224099040031433,0.11421900242567062,-0.04023100063204765,-0.11359400302171707,0.4607979953289032,1.39506196975708,-0.07532399892807007,0.05502700060606003,0.0689380019903183,-2.7330400943756104,0.6613039970397949,1.421167016029358,-0.7544580101966858,-0.7345420122146606,-0.7778459787368774,0.06858299672603607,0.08341699838638306,-0.2632730007171631,-2.230046033859253,-0.6786699891090393,0.7860090136528015,1.9516609907150269,1.9019639492034912,1.1099599599838257,0.36434999108314514,-1.4663879871368408,-0.8515920042991638,1.5399830341339111,-0.14891299605369568,-0.5726150274276733,1.0660220384597778,1.6807760000228882,-0.9124199748039246,0.5200470089912415,0.46206098794937134,-1.3699020147323608,0.4686729907989502,-2.573951005935669,-2.5747859477996826,0.4348199963569641,0.439767986536026,-1.5466489791870117,1.4139620065689087,0.9343090057373047,-0.30342599749565125,-0.9291790127754211,-0.8588809967041016,-0.9691640138626099,1.517003059387207,0.9211810231208801,-1.2521350383758545,1.42159104347229,-1.756188988685608,-2.0753369331359863,-2.0687758922576904,-0.3936389982700348,-1.121593952178955,-0.38443899154663086,0.0934239998459816,0.9205039739608765,1.5492990016937256,-1.0284110307693481,1.6857340335845947,-0.318897008895874,0.5429109930992126,-0.32617300748825073,1.281864047050476,-0.4526660144329071,0.9697380065917969,-2.698261022567749,0.2525880038738251,0.38964998722076416,0.4029650092124939,1.3053569793701172,-0.5059430003166199,-1.171563982963562,0.4294860064983368,1.743237018585205,0.5749260187149048,0.22091199457645416,-1.3449569940567017,-2.563944101333618,-2.441077947616577,1.668308973312378,-1.2579180002212524,-0.09860300272703171,-2.3848791122436523,-1.2088689804077148,-1.25410795211792,0.5294749736785889,1.2431930303573608,1.278210997581482,-1.3794629573822021,-1.2847779989242554,0.3677389919757843,0.39368700981140137,-1.2801129817962646,-0.2777079939842224,-0.6147869825363159,-0.870481014251709,-0.19959400594234467,-0.17975400388240814,-1.3456519842147827,1.0017859935760498,0.4276430010795593,0.17217600345611572,-2.286761999130249,-0.9685810208320618,0.9450039863586426,0.5492259860038757,-0.8482189774513245,-0.8497570157051086,1.6017169952392578,0.8926209807395935,-0.7826259732246399,-0.007273999974131584,1.4581429958343506,-2.1874959468841553,-0.841687023639679,0.8816419839859009,-1.2179230451583862,-1.2673770189285278,0.6191089749336243,1.4934300184249878,-1.2132749557495117,-1.623621940612793,-0.3103410005569458,-1.3363029956817627,-0.5825710296630859,-0.5633969902992249,0.2002120018005371,-0.7751569747924805,-0.8076199889183044,-1.0989899635314941,-0.28030499815940857,-1.3004920482635498,-1.3044129610061646,0.06914599984884262,0.3095090091228485,-1.7190320491790771,-0.36098700761795044,0.4650770127773285,-0.1951950043439865,-0.45417898893356323,-1.0340529680252075,1.5718109607696533,-0.3859019875526428,0.5002859830856323,-2.0992159843444824,-1.289106011390686,1.4907150268554688,0.8553150296211243,0.8593689799308777,1.2513949871063232,-1.7839850187301636,-2.6722939014434814,0.4194430112838745,1.6837379932403564,0.6478930115699768,0.723438024520874,0.016385000199079514,-1.0156539678573608,-2.1496760845184326,1.6349159479141235,-0.07116500288248062,0.8280259966850281,1.0754899978637695,1.0576390027999878,0.5043290257453918,-0.6524609923362732,1.7420099973678589,0.5953099727630615,-1.9750720262527466,0.44439101219177246,-0.28216999769210815,-2.512244939804077,-2.040524959564209,1.5054529905319214,-1.000370979309082,-0.06869400292634964,1.559973955154419,0.32144200801849365,0.29664701223373413,0.3619369864463806,1.4721430540084839,1.7384250164031982,-2.6436009407043457,1.5530649423599243,1.5312269926071167,1.65071702003479,-0.19548100233078003,-1.0311379432678223,0.6600949764251709,1.212033987045288,-1.739380955696106,0.950963020324707,-0.04161199927330017,0.014069000259041786,-2.3317461013793945,-2.3044919967651367,0.16508899629116058,0.956246018409729,1.0960030555725098,0.07614400237798691,-1.446586012840271,-1.7684099674224854,-2.4647939205169678,-1.865638017654419,0.3218950033187866,1.5667860507965088,0.30699801445007324,-1.1943869590759277,0.7813649773597717,1.2680599689483643,-0.8327410221099854,-1.051727056503296,1.8344180583953857,1.5197809934616089,-0.27467700839042664,0.649387001991272,0.6627690196037292,0.39520901441574097,0.3289560079574585,-2.3143539428710938,-0.11265400052070618,-0.06334099918603897,-0.030486999079585075,-1.2668930292129517,1.5372979640960693,-0.9365659952163696,-0.1252869963645935,0.5380160212516785,-0.7216330170631409,-0.7467219829559326,0.5479739904403687,-0.33019500970840454,-2.654752016067505,0.5281829833984375,0.8165180087089539,0.31012600660324097,0.5368229746818542,1.0554239749908447,-0.3779729902744293,-1.0104910135269165,-0.7966610193252563,1.331455945968628,1.2174099683761597,1.7847219705581665,0.9606689810752869,-0.8004720211029053,0.6847169995307922,-1.8035869598388672,-0.36611101031303406,-0.6081539988517761,-0.2544249892234802,-0.7271630167961121,0.008264999836683273,0.5270910263061523,-2.75742506980896,-1.2157989740371704,-1.1762690544128418,-0.2876099944114685,-0.16255900263786316,0.27534300088882446,0.2899729907512665,0.22574099898338318,-1.670954942703247,-0.1299010068178177,-1.9243320226669312,0.7595030069351196,-1.5026099681854248,1.4909319877624512,-0.5207380056381226,0.9510459899902344,-0.26840299367904663,-0.29172199964523315,0.9581720232963562,-1.2819600105285645,-0.6549249887466431,1.5016499757766724,-1.3431949615478516,1.3681689500808716,1.0245410203933716,-0.30540698766708374,1.0524909496307373,1.5001640319824219,0.4982509911060333,-0.03195999935269356,-2.495914936065674,-2.1331429481506348,1.0322459936141968,-0.9863479733467102,1.4918229579925537,1.4996060132980347,1.3871580362319946,0.5283740162849426,1.7029839754104614,-2.3400158882141113,1.2640340328216553,1.7443079948425293,-2.8977909088134766,-1.6087440252304077,-0.1381639987230301,0.17207099497318268,-0.7664899826049805,-0.7844859957695007,-0.3391590118408203,-2.058872938156128,0.5521889925003052,-0.9765589833259583,1.0705419778823853,1.6292370557785034,-0.8087019920349121,0.07721500098705292,-0.38449200987815857,-0.9115729928016663,-0.48083698749542236,1.7415399551391602,0.5741639733314514,1.2432149648666382,-0.70940101146698,0.9069809913635254,-2.7164230346679688,1.7591270208358765,-0.9442539811134338,1.268407940864563,-1.0227930545806885,-1.0099879503250122,-1.988785982131958,1.04612398147583,0.9812769889831543,0.8303340077400208,-0.9157509803771973,-0.2491219937801361,-0.7780230045318604,-0.9361690282821655,0.8195850253105164,-1.0946229696273804,0.8492630124092102,0.07924400269985199,0.8345010280609131,1.1302410364151,-1.479496955871582,-1.0024900436401367,-0.43907201290130615,1.6458940505981445,0.8910049796104431,-0.8016459941864014,0.2035129964351654,0.21438899636268616,0.46680399775505066,0.8155750036239624,1.0640089511871338,0.8068699836730957,0.18605400621891022,-0.3977859914302826,0.17030900716781616,0.22105799615383148,0.8349480032920837,-1.5262789726257324,0.6778079867362976,1.3751200437545776,-1.288290023803711,-0.2472359985113144,-0.7726860046386719,1.7718100547790527,0.7753779888153076,0.7346310019493103,1.1411529779434204,-1.9748320579528809,-0.2831859886646271,0.1469080001115799,0.2613050043582916,-1.1947929859161377,-1.2352509498596191,-1.2613329887390137,-1.6955410242080688,1.3526510000228882,1.5378179550170898,0.5607309937477112,0.30882999300956726,0.3582809865474701,-1.0140670537948608,-0.6908069849014282,-0.6596810221672058,-2.1789679527282715,0.8796240091323853,0.9357799887657166,-1.2841570377349854,1.437978982925415,1.410742998123169,-0.3062559962272644,-0.4596549868583679,-1.309285044670105,2.026607036590576,2.0366010665893555,0.8670629858970642,1.55302894115448,-0.33325299620628357,0.7837619781494141,0.3634609878063202,0.33863401412963867,0.3861910104751587,-0.3474780023097992,1.7685450315475464,-0.4220469892024994,1.8700469732284546,1.3232890367507935,0.5448709726333618,1.052443027496338,-0.26648300886154175,1.1297600269317627,-1.206792950630188,0.3584589958190918,0.5813940167427063,0.13720999658107758,-1.4175599813461304,1.6828069686889648,1.009112000465393,0.9885740280151367,-2.109149932861328,-0.33840399980545044,-2.457284927368164,-0.29973500967025757,-0.261927992105484,-0.5070599913597107,0.9682660102844238,1.297579050064087,-0.9070370197296143,-1.315500020980835,-0.47594401240348816,0.39970698952674866,1.1446260213851929,-0.7511270046234131,1.871042013168335,1.9125969409942627,-2.6298060417175293,-0.7077929973602295,0.8290249705314636,-0.33723101019859314,-1.3099830150604248,0.13922399282455444,-1.1336849927902222,0.8137239813804626,-0.06522200256586075,0.775763988494873,0.2815130054950714,1.2158559560775757,-1.4738630056381226,-0.8411629796028137,1.3668010234832764,1.4159480333328247,1.8369790315628052,0.12860800325870514,1.1658860445022583,0.675320029258728,0.3347510099411011,0.673816978931427,0.6757209897041321,0.7527260184288025,-0.1939840018749237,1.4552509784698486,-1.9865599870681763,1.75478994846344,-0.05196699872612953,-1.183797001838684,1.041532039642334,-0.6929259896278381,1.1550790071487427,1.0449459552764893,1.5274670124053955,-0.47304800152778625,1.779291033744812,1.2483760118484497,-1.9964179992675781,0.500698983669281,1.7618980407714844,0.1942729949951172,-2.133136034011841,0.41523098945617676,-0.4273270070552826,0.2140910029411316,1.4684510231018066,1.710569977760315,1.49384605884552,0.34431999921798706,0.09866800159215927,1.8232920169830322,0.09103699773550034,0.9301609992980957,0.9628720283508301,-0.32268399000167847,-0.7691239714622498,-1.8629399538040161,-0.7984150052070618,-0.6127769947052002,-1.9108740091323853,-0.6184350252151489,0.22166000306606293,-0.6497250199317932,1.3702290058135986,0.031449999660253525,0.7752820253372192,0.47699201107025146,0.46198099851608276,0.39871901273727417,1.3577860593795776,-1.350350022315979,-2.257114887237549,-0.36090099811553955,-0.3884679973125458,-0.3320760130882263,0.1937510073184967,0.5892099738121033,1.5668909549713135,1.5801149606704712,-0.7299630045890808,0.9411680102348328,1.6052659749984741,1.918612003326416,-0.31136101484298706,-1.6824530363082886,1.5861480236053467,0.6751030087471008,0.4944080114364624,0.692907989025116,1.2772979736328125,-0.42239999771118164,-0.8814389705657959,1.6713459491729736,-0.20084500312805176,0.9557620286941528,1.5104930400848389,1.1837879419326782,0.18471099436283112,0.8975309729576111,0.07321300357580185,-2.3374319076538086,1.4058419466018677,-1.1708840131759644,1.4000600576400757,0.5038440227508545,-0.9104819893836975,1.275683045387268,-0.5960490107536316,-0.2726359963417053,-0.5316830277442932,-0.24763800203800201,0.8488739728927612,1.0467220544815063,0.0071020000614225864,-0.6285179853439331,-0.1831119954586029,0.9174339771270752,0.9062060117721558,0.2248300015926361,0.5870220065116882,-1.185979962348938,1.816202998161316,0.985168993473053,1.7359240055084229,-0.0834140032529831,1.5474209785461426,1.3243550062179565,0.5835300087928772,1.010915994644165,1.070680022239685,0.6846250295639038,0.5252360105514526,1.49406898021698,-2.237312078475952,-2.9419031143188477,1.1813009977340698,-0.9813839793205261,-1.3267359733581543,0.24128100275993347,-0.8879910111427307,1.721073031425476,1.378237009048462,0.008984999731183052,-0.019293999299407005,-2.057076930999756,1.3312419652938843,-0.9503880143165588,-1.0267729759216309,0.8745049834251404,-1.7585370540618896,1.4448800086975098,-0.6484770178794861,0.9328340291976929,1.7880769968032837,-0.4977099895477295,-1.817078948020935,-1.3126239776611328,-2.9287281036376953,-0.8441410064697266,0.5679489970207214,0.5776669979095459,1.5202319622039795,-0.9106519818305969,1.4714950323104858,-1.6007219552993774,-1.200430989265442,0.5885810256004333,1.9090319871902466,0.9926609992980957,0.23515799641609192,-0.9894869923591614,-0.9542779922485352,0.39083001017570496,-1.4646270275115967,0.6725109815597534,0.10281100124120712,0.9500679969787598,0.4104059934616089,0.3962559998035431,0.3768779933452606,-1.3082890510559082,0.4255119860172272,-0.396914005279541,1.3819530010223389,-1.1847039461135864,1.4943879842758179,0.4626840054988861,1.5025429725646973,1.3186379671096802,-1.400076985359192,-1.3505229949951172,1.1766870021820068,-2.5177268981933594,-2.2603189945220947,-0.09171299636363983,1.1073930263519287,0.8683750033378601,1.4583079814910889,0.8403099775314331,0.33660298585891724,0.28514400124549866,-1.1838020086288452,-0.6093130111694336,-1.605404019355774,-0.7627379894256592,-1.174244999885559,-1.1728500127792358,0.0002880000101868063,1.0601660013198853,-2.8735079765319824,0.02913700044155121,0.5566669702529907,-0.5563399791717529,1.5051250457763672,0.9808200001716614,-1.137194037437439,0.3607180118560791,-1.4691669940948486,-1.2497650384902954,0.015356999821960926,-0.1702670007944107,1.8175090551376343,-0.3211689889431,1.476539969444275,1.7070380449295044,1.6243829727172852,0.7395610213279724,-0.9366639852523804,0.6893460154533386,0.6808620095252991,-0.002440999960526824,-0.005615999922156334,1.462401032447815,0.3397809863090515,-0.01128700003027916,-0.47050198912620544,1.4766860008239746,1.3585760593414307,0.6419770121574402,-0.7889639735221863,-1.2513010501861572,1.008057951927185,-2.3436670303344727,0.48405200242996216,-1.2320020198822021,0.8082150220870972,1.5601489543914795,-0.004447000101208687,-1.8411439657211304,1.6796770095825195,-0.4145910143852234,1.8549220561981201,1.738988995552063,-2.936924934387207,-1.4325670003890991,0.44221198558807373,-2.423090934753418,1.955873966217041,1.242738962173462,-0.7002599835395813,1.0815210342407227,0.4255079925060272,-1.0171890258789062,0.07820100337266922,1.0477080345153809,-0.08820100128650665,-0.09711000323295593,-0.7480040192604065,-0.02339000068604946,0.34510698914527893,1.4636739492416382,0.4745990037918091,0.4975320100784302,0.0935399979352951,1.3181350231170654,0.4961419999599457,-2.159600019454956,-0.4772239923477173,-0.7394120097160339,1.414674997329712,-1.155087947845459,0.8986780047416687,-2.4470760822296143,1.6198890209197998,1.2239069938659668,-0.5655549764633179,1.5872739553451538,0.6738770008087158,-0.4212360084056854,0.7084019780158997,0.5816810131072998,1.0356570482254028,0.6556829810142517,1.1755599975585938,1.514981985092163,0.4478110074996948,-0.07693099975585938,1.77646005153656,-0.680637001991272,1.1386380195617676,0.5890650153160095,-0.3371810019016266,0.9260640144348145,-0.5177220106124878,0.35860198736190796,0.3795450031757355,-1.0451550483703613,-1.0870579481124878,0.9070889949798584,1.3545349836349487,1.6547110080718994,1.6494959592819214,1.3668550252914429,-1.4477859735488892,1.524049997329712,1.313146948814392,-0.7463979721069336,1.272902011871338,1.779378056526184,1.1308300495147705,-0.29790198802948,0.5892840027809143,-2.8710079193115234,-1.0598770380020142,-0.6518759727478027,-2.198930025100708,1.8021199703216553,0.3445430099964142,0.016630999743938446,-1.4767199754714966,-2.953011989593506,0.24162699282169342,0.8634269833564758,-2.1110289096832275,0.18674899637699127,-1.3933939933776855,-1.2327519655227661,-2.8223021030426025,0.976938009262085,0.9196599721908569,-0.968845009803772,0.2191469967365265,-0.023886000737547874,0.8054890036582947,1.4249930381774902,0.08307600021362305,0.43297499418258667,0.1909870058298111,1.1585949659347534,-1.3796470165252686,-2.1823830604553223,0.5314099788665771,-0.23795799911022186,0.23200500011444092,0.9176679849624634,1.471487045288086,1.1232930421829224,-0.8158529996871948,0.9478279948234558,-0.46388399600982666,-0.7709050178527832,0.37514999508857727,0.42595601081848145,0.12685999274253845,1.453065037727356,1.6437779664993286,1.536007046699524,1.5732569694519043,1.5866739749908447,-0.8747749924659729,-0.7496600151062012,-0.29378101229667664,-0.30710700154304504,-1.599073052406311,0.6731719970703125,0.46445798873901367,-0.4762150049209595,-2.3892199993133545,1.6793450117111206,1.3388789892196655,0.5250179767608643,-0.8801100254058838,1.6777390241622925,0.9140089750289917,-0.22798100113868713,-1.8256670236587524,-2.089898109436035,-2.0792551040649414,1.0742180347442627,1.3964699506759644,1.3722729682922363,-0.8912209868431091,0.8003519773483276,0.11809299886226654,-1.1317609548568726,0.06856799870729446,-0.054986000061035156,0.7222049832344055,-0.38072100281715393,1.3311200141906738,0.6129879951477051,-1.285364031791687,-0.40339699387550354,0.8116059899330139,1.3060849905014038,-2.0254569053649902,1.4603110551834106,-0.8535789847373962,-1.3552429676055908,-0.5968809723854065,0.5330780148506165,-1.5723340511322021,1.0441230535507202,0.7333940267562866,-2.125916004180908,0.6186929941177368,0.6953859925270081,-0.6238279938697815,-0.49941399693489075,0.7710139751434326,-0.7014520168304443,-1.0402029752731323,-1.0324980020523071,-1.4176969528198242,1.436184048652649,0.48223599791526794,0.6007030010223389,-2.407241106033325,-0.2722730040550232,-0.7135710120201111,0.8287019729614258,-1.8829929828643799,-0.014326999895274639,-0.9540420174598694,0.14980100095272064,-0.9069510102272034,-0.5779759883880615,1.380568027496338,1.3855299949645996,1.4585700035095215,1.463804006576538,0.7476180195808411,-1.0368499755859375,1.0168410539627075,-2.3501620292663574,0.37549400329589844,0.12387800216674805,-1.9037950038909912,-1.1198569536209106,0.8355330228805542,0.8876219987869263,1.479617953300476,-0.8973109722137451,1.8834149837493896,0.6553980112075806,1.316051959991455,0.6806960105895996,1.2464699745178223,0.128152996301651,-0.32121700048446655,1.5088920593261719,0.02087399922311306,0.4763999879360199,-0.12408100068569183,-1.1816569566726685,-2.475893020629883,-2.4596970081329346,1.153378963470459,1.6535680294036865,-0.8102620244026184,1.4548989534378052,1.9518749713897705,1.4391249418258667,1.6643049716949463,1.1507099866867065,1.3937629461288452,0.9448800086975098,1.3857669830322266,1.3718019723892212,0.6652650237083435,-0.5908989906311035,-2.4829089641571045,-0.1861799955368042,0.44958099722862244,-2.88053297996521,0.6411880254745483,-1.3945039510726929,-1.3845399618148804,0.8473719954490662,-0.3791469931602478,-1.6022950410842896,1.4224029779434204,1.340582013130188,-0.4883590042591095,-2.448451042175293,0.6576420068740845,-0.7819399833679199,-0.6105480194091797,0.8241029977798462,1.4664959907531738,-1.5388330221176147,0.44954898953437805,1.645292043685913,1.4633020162582397,1.443416953086853,-0.143094003200531,-0.14388200640678406,1.4857670068740845,-0.9559109807014465,-1.4927070140838623,0.6855270266532898,-1.6519169807434082,-1.3386509418487549,0.1258009970188141,1.8450180292129517,0.5202500224113464,0.6530439853668213,-1.0143200159072876,1.1425410509109497,0.5675979852676392,0.5456690192222595,-2.087244987487793,-0.5642189979553223,0.8529980182647705,-0.8878600001335144,-0.8094120025634766,-0.8731799721717834,-1.859009027481079,-0.10247799754142761,1.5381909608840942,-1.6645879745483398,0.43807700276374817,0.6936089992523193,1.9110280275344849,-1.0883539915084839,1.331441044807434,1.2120029926300049,-0.41660699248313904,0.1762930005788803,0.9233229756355286,0.5521950125694275,0.022856000810861588,1.023710012435913,1.446092963218689,-0.3149479925632477,0.5849040150642395,0.956965982913971,-1.295153021812439,0.2179110050201416,-1.620684027671814,0.6511189937591553,-2.632098913192749,-0.057610999792814255,0.46351200342178345,-2.3789689540863037,-2.7709619998931885,-1.8951799869537354,-0.21077899634838104,-1.365393042564392,0.2996140122413635,1.5710550546646118,-1.2633370161056519,0.15277299284934998,0.3799459934234619,1.640423059463501,-1.0194059610366821,0.0939669981598854,-2.3462839126586914,1.715162992477417,-2.206512928009033,0.6769649982452393,-2.929347038269043,-1.2112890481948853,0.1374790072441101,-0.018532000482082367,-1.1590189933776855,0.2972100079059601,0.26046299934387207,0.7115780115127563,-1.6512529850006104,1.0360029935836792,0.8253549933433533,-0.9485650062561035,0.16793200373649597,-0.6880080103874207,-0.02651599980890751,-0.24362699687480927,0.22236399352550507,-1.3032170534133911,-0.12143100053071976,0.8536279797554016,1.0539079904556274,1.045436978340149,0.9994339942932129,0.0026229999493807554,-2.3573479652404785,-2.401458978652954,1.4233390092849731,-0.23083199560642242,-0.3969939947128296,1.1448110342025757,1.398097038269043,-0.9516140222549438,-1.7114739418029785,-1.6497509479522705,-0.7681540250778198,0.324876993894577,1.5434190034866333,0.19659699499607086,0.4072760045528412,1.4922349452972412,-1.157628059387207,1.5076340436935425,-0.9075160026550293,1.2539130449295044,-0.5026609897613525,-0.8952320218086243,-0.4794960021972656,-2.954469919204712,0.5087540149688721,1.2684639692306519,1.277541995048523,-0.4537610113620758,1.4943180084228516,1.4385230541229248,0.4216899871826172,1.1040409803390503,0.49448099732398987,-1.240051031112671,0.19807599484920502,-1.3965489864349365,0.05864199995994568,0.509893000125885,1.2132689952850342,0.42893099784851074,-2.4679160118103027,-0.22931799292564392,-0.5131310224533081,0.8845880031585693,-0.06885600090026855,0.7958269715309143,0.7676339745521545,1.229222059249878,-0.8862169981002808,-1.6208610534667969,1.8327440023422241,-0.3851340115070343,0.1039159968495369,0.14122700691223145,1.537479043006897,-0.6341959834098816,0.5701929926872253,0.5793499946594238,0.5943580269813538,1.1857810020446777,0.3217720091342926,0.04465800151228905,-1.811540961265564,-1.1321150064468384,-0.465939998626709,-1.0725500583648682,0.29142001271247864,1.9438159465789795,1.948835015296936,1.4508860111236572,1.5449479818344116,1.8433690071105957,0.57601398229599,0.7231249809265137,-1.1937190294265747,-0.6142719984054565,-0.602882981300354,0.08701000362634659,0.21098099648952484,-0.09631100296974182,0.6632810235023499,0.8992940187454224,1.8586410284042358,0.048528000712394714,-1.5840920209884644,-1.5618089437484741,-0.606357991695404,0.5016289949417114,1.0929629802703857,0.2788569927215576,0.9341869950294495,-0.26975199580192566,0.6061350107192993,-0.86422199010849,0.43551498651504517,0.3361870050430298,-1.1197530031204224,1.2579530477523804,1.867326021194458,-0.24001799523830414,1.175652027130127,1.2595139741897583,0.689175009727478,1.5530120134353638,0.8312060236930847,0.5891159772872925,0.589031994342804,-1.2361799478530884,0.32135701179504395,-0.5499889850616455,-0.14982199668884277,-2.313014030456543,0.5672460198402405,0.16926300525665283,0.5658400058746338,-0.056797999888658524,-0.7141619920730591,-2.032663106918335,-2.305250883102417,1.3972259759902954,1.3715380430221558,1.399425983428955,1.6911430358886719,1.5741029977798462,-1.0273720026016235,-0.12344100326299667,0.45524200797080994,-1.1539080142974854,0.7519260048866272,0.9049839973449707,-0.7199829816818237,1.4946810007095337,0.15891599655151367,-0.6649190187454224,1.0178500413894653,-1.1356300115585327,0.5800719857215881,0.19054700434207916,0.23792700469493866,-0.7753940224647522,-1.328984022140503,-2.59712290763855,0.03801099956035614,-0.25353801250457764,-1.2029939889907837,0.5535690188407898,0.8322280049324036,0.26071101427078247,0.570339024066925,1.1491520404815674,0.555512011051178,1.6946150064468384,1.8933049440383911,0.7448980212211609,1.4777109622955322,-0.38581201434135437,1.2884730100631714,-1.3463000059127808,-0.19565799832344055,-0.1555899977684021,1.0792059898376465,0.29026100039482117,1.5315040349960327,0.5949680209159851,-2.4250400066375732,-2.4274449348449707,-0.9905539751052856,0.20849399268627167,0.2316109985113144,0.5334339737892151,0.5234249830245972,1.5115580558776855,1.5193569660186768,-0.6048660278320312,1.614122986793518,-0.03654399886727333,-0.9941350221633911,0.7437210083007812,-0.020276999101042747,-0.23929600417613983,0.00393400015309453,0.5001109838485718,1.01590895652771,0.3071739971637726,0.09800300002098083,-0.31475400924682617,1.6392450332641602,-1.1145399808883667,-0.38928401470184326,-0.37820300459861755,-0.36016198992729187,-1.2559839487075806,-0.26382601261138916,-1.2408180236816406,0.8671360015869141,0.045187998563051224,0.33294498920440674,-0.7119680047035217,-1.788591980934143,1.8580069541931152,-1.812008023262024,-1.6736420392990112,-0.30016401410102844,0.9649990200996399,-1.3891359567642212,-1.420300006866455,-0.9405360221862793,0.8583459854125977,1.1025999784469604,1.7336989641189575,-2.3930370807647705,1.5072749853134155,0.59654301404953,1.621137022972107,-1.2848769426345825,0.792110025882721,-1.046970009803772,-1.6905070543289185,0.4847539961338043,0.8959749937057495,0.659072995185852,0.6208419799804688,1.6035120487213135,0.7710239887237549,0.9125549793243408,0.45551300048828125,-0.11698000133037567,-0.8817170262336731,-0.17113900184631348,-2.429893970489502,1.6627609729766846,-1.2778489589691162,0.0738999992609024,-1.5557639598846436,0.39912399649620056,1.1294620037078857,-0.9398469924926758,-2.082016944885254,0.18050700426101685,0.20946699380874634,0.24363400042057037,0.23424400389194489,-0.4487000107765198,-0.7463909983634949,1.2172520160675049,-1.692587971687317,0.42580199241638184,-2.086035966873169,0.4882909953594208,-1.9553539752960205,0.43599700927734375,-0.5171250104904175,-2.032109022140503,0.31666699051856995,0.15438100695610046,1.5574860572814941,-0.03886999934911728,1.6053860187530518,1.197100043296814,1.6469030380249023,1.3713409900665283,1.3312580585479736,-1.0899330377578735,-0.17051200568675995,-0.061268001794815063,-0.2322150021791458,0.8718929886817932,1.931784987449646,-0.01129900012165308,0.9979050159454346,0.7945510149002075,0.3169519901275635,0.4553639888763428,0.4400370121002197,1.3604780435562134,0.6356080174446106,-2.958379030227661,-0.981003999710083,-2.499980926513672,0.6466559767723083,-0.27423200011253357,-1.9692679643630981,-2.5814549922943115,-0.9270889759063721,0.9913399815559387,0.9737070202827454,-0.7711939811706543,-1.8194990158081055,0.6668739914894104,0.5506420135498047,0.15782999992370605,0.05505700036883354,-2.121335983276367,-1.00429105758667,-1.592363953590393,0.5659779906272888,1.406777024269104,-1.8434189558029175,-0.6642580032348633,1.104835033416748,-0.24505099654197693,-2.551980972290039,-2.739084005355835,0.24445100128650665,-0.2523069977760315,1.7143100500106812,-0.44520899653434753,1.604248046875,0.43803301453590393,1.4680540561676025,-1.042870044708252,-1.0049329996109009,-0.9942560195922852,1.5302619934082031,0.08956599980592728,1.4101309776306152,1.734179973602295,0.6859880089759827,-2.8126909732818604,-0.12222199887037277,0.8304200172424316,-0.7612090110778809,0.9214469790458679,0.840906023979187,0.37773600220680237,-0.5216609835624695,0.29533201456069946,0.340501993894577,0.838782012462616,1.325402021408081,0.3518519997596741,1.095505952835083,0.0664990022778511,0.05262399837374687,0.4182789921760559,-0.6500639915466309,0.9480689764022827,-1.055521011352539,1.4269609451293945,0.23956400156021118,0.009983000345528126,0.6781929731369019,0.21206900477409363,-0.47448599338531494,-2.5021579265594482,-2.558444023132324,-0.9959509968757629,0.5629469752311707,0.3228890001773834,0.9157180190086365,-0.5892260074615479,1.4885129928588867,0.686610996723175,0.7186909914016724,-0.744979977607727,-1.0631719827651978,-0.4268459975719452,0.9881470203399658,1.0565550327301025,0.578220009803772,0.3722760081291199,1.5877900123596191,1.6298149824142456,1.3095120191574097,0.9186019897460938,-1.7172659635543823,1.6114660501480103,1.3020650148391724,0.7540339827537537,-0.2147269994020462,0.03073200024664402,-0.30499398708343506,1.3731340169906616,1.2955390214920044,0.5200369954109192,-1.4569319486618042,-0.6405349969863892,1.567389965057373,1.5761899948120117,1.11005699634552,0.37008801102638245,0.23116500675678253,-0.1537189930677414,0.26026099920272827,-2.063831090927124,0.7451090216636658,-2.1024060249328613,-1.2120620012283325,0.88155597448349,-1.143568992614746,-0.2009419947862625,1.4980340003967285,0.3030880093574524,0.9833449721336365,1.4613720178604126,-2.09431791305542,-1.1361639499664307,0.26475799083709717,-2.109302043914795,-2.2356560230255127,-2.0345590114593506,-2.066270112991333,1.5876840353012085,-0.1334259957075119,0.5237929821014404,-1.8713250160217285,1.880321979522705,0.4265100061893463,0.6462270021438599,0.7852830290794373,-0.8770380020141602,-0.9030500054359436,-1.2706420421600342,1.6113179922103882,0.08127400279045105,-0.08139300346374512,-1.8109129667282104,0.8143860101699829,-2.0001139640808105,-0.21097099781036377,0.3527190089225769,0.15715299546718597,0.4789330065250397,-0.28644898533821106,-2.73169207572937,-0.14420300722122192,-0.7695239782333374,-0.9457100033760071,-1.1962690353393555,1.380270004272461,0.7021269798278809,-2.1714630126953125,-1.1542019844055176,-1.394247055053711,-2.269606113433838,0.003944000229239464,0.6999469995498657,-0.6012439727783203,1.097885012626648,-1.8063340187072754,1.4335449934005737,-2.037113904953003,1.213426947593689,0.5956640243530273,-0.8087189793586731,-0.7821919918060303,-0.12507300078868866,1.652448058128357,-0.5127649903297424,-1.2205510139465332,1.9485960006713867,-1.4754199981689453,1.4111460447311401,-1.3296769857406616,-2.6578500270843506,0.6129969954490662,-0.5580170154571533,0.6668850183486938,-0.8461470007896423,1.6799700260162354,0.11265800148248672,0.6419649720191956,-1.220337986946106,-1.2339400053024292,1.7807650566101074,0.5833960175514221,-0.9152510166168213,0.9115750193595886,-0.07225599884986877,0.551239013671875,-0.05992700159549713,-1.6619230508804321,0.9994189739227295,-0.9042289853096008,-1.0377659797668457,1.6419999599456787,1.6186519861221313,1.6283279657363892,1.6085319519042969,-1.7425919771194458,0.4641059935092926,-0.23734000325202942,-0.28714099526405334,-0.5668479800224304,0.6931210160255432,0.6989079713821411,-0.6642330288887024,0.9424020051956177,-0.8816850185394287,-1.307765007019043,-0.9786679744720459,-1.7806910276412964,0.5743680000305176,0.9559379816055298,-2.0363221168518066,-0.8963950276374817,-1.0471030473709106,-0.9521390199661255,-0.9486610293388367,1.0222179889678955,1.1413179636001587,1.0418729782104492,-1.1497279405593872,1.3551470041275024,-2.8734230995178223,-1.3444199562072754,-1.444206953048706,0.9743580222129822,-2.5904600620269775,0.8773720264434814,0.06947500258684158,0.1901009976863861,0.4730739891529083,1.4987980127334595,1.2652360200881958,-1.1580100059509277,-1.4798040390014648,-0.27402400970458984,-1.585371971130371,-2.886965036392212,-1.1567599773406982,0.408037006855011,1.1155120134353638,-1.0803630352020264,0.15140999853610992,0.08996900171041489,0.7307999730110168,0.5840979814529419,0.5639110207557678,0.6524630188941956,0.915336012840271,0.7354480028152466,0.19431300461292267,1.4491490125656128,1.4380669593811035,0.5155249834060669,1.3402019739151,0.22654399275779724,0.2232470065355301,0.2518779933452606,-0.09676200151443481,0.4163840115070343,-0.9450950026512146,-1.0639710426330566,-1.4653890132904053,-0.2218340039253235,-0.7748810052871704,1.44125497341156,-1.1785800457000732,-2.3274309635162354,-0.841579020023346,-1.2629330158233643,0.605413019657135,0.532941997051239,1.6013970375061035,0.11071400344371796,1.551048994064331,1.3565239906311035,1.131566047668457,-0.07413200289011002,1.3864890336990356,1.4508310556411743,0.8386710286140442,0.3811059892177582,0.893530011177063,1.052253007888794,1.490813970565796,0.28106799721717834,0.9715290069580078,-0.8892210125923157,-2.3817241191864014,1.3482320308685303,-1.8617570400238037,1.9177470207214355,1.8047709465026855,0.8505929708480835,0.13554100692272186,0.5351340174674988,-0.5773910284042358,1.0866409540176392,1.8385430574417114,0.8548120260238647,-1.1282910108566284,0.7519000172615051,1.2101019620895386,-1.4783179759979248,-2.1686739921569824,-0.20759199559688568,0.0313199982047081,-0.41583600640296936,0.02556299977004528,0.1360979974269867,1.4374710321426392,0.9012929797172546,1.5711530447006226,0.11585800349712372,1.5978269577026367,1.1153030395507812,1.7388629913330078,-1.2659800052642822,1.684715986251831,-0.2138970047235489,1.149103045463562,0.46934500336647034,-1.888929009437561,-1.7037140130996704,-0.27854999899864197,-0.6495339870452881,-0.1113400012254715,1.4622219800949097,1.2402180433273315,-1.2600359916687012,-1.8872319459915161,-1.1168240308761597,-0.5804719924926758,0.7886509895324707,0.035592999309301376,-1.336192011833191,-0.7711340188980103,-0.8215259909629822,-1.008918046951294,-1.103324055671692,-1.4547300338745117,1.0902069807052612,-2.6730480194091797,-1.0223770141601562,-1.4045039415359497,-2.142457962036133,-0.16537900269031525,0.25911399722099304,0.3890269994735718,-0.030186999589204788,-0.2730030119419098,1.7240840196609497,-0.3875010013580322,-0.6016899943351746,-0.4596230089664459,0.4683699905872345,1.0815949440002441,1.0102189779281616,0.2515220046043396,0.24434900283813477,0.8315320014953613,1.1947309970855713,0.9436309933662415,0.6988210082054138,-0.22905200719833374,-2.098011016845703,-1.861407995223999,1.0069979429244995,0.9677730202674866,-0.47224101424217224,0.19622500240802765,0.23906299471855164,0.454912006855011,-0.9584779739379883,-0.5100420117378235,0.17003199458122253,0.27824899554252625,0.5873180031776428,-1.5783950090408325,1.7107830047607422,1.4784189462661743,-0.6271119713783264,-0.13024400174617767,-2.1576569080352783,0.25900301337242126,1.7684839963912964,-2.9648818969726562,1.4707380533218384,-1.3825960159301758,0.7097600102424622,1.7388989925384521,0.49437201023101807,0.6951640248298645,0.6407549977302551,1.2060290575027466,-1.9421709775924683,1.184182047843933,-1.4805190563201904,-2.7377030849456787,0.6348260045051575,-0.6722930073738098,0.495371013879776,0.523514986038208,0.6775500178337097,0.6441220045089722,0.17656999826431274,-0.3414889872074127,-0.3814519941806793,0.32823899388313293,1.38361394405365,1.6375809907913208,0.7654330134391785,-1.2270300388336182,-1.327873945236206,-2.8467929363250732,1.1542730331420898,0.3169659972190857,-1.262382984161377,-0.671733021736145,-1.820309042930603,-0.6855340003967285,-1.0364279747009277,0.3020550012588501,0.8545550107955933,0.5700200200080872,1.4004310369491577,-0.9286839962005615,1.0338330268859863,-0.9631459712982178,-1.0045859813690186,-1.0397980213165283,1.7402939796447754,1.7044810056686401,0.9561089873313904,0.9980859756469727,-0.25716400146484375,-1.2252509593963623,-1.3238929510116577,1.8305230140686035,-1.1602200269699097,1.4778920412063599,-0.04420199990272522,1.1115089654922485,-1.399253010749817,-1.3614330291748047,-1.2601499557495117,0.07775899767875671,0.9290890097618103,-1.0389519929885864,-1.3442130088806152,-0.9219790101051331,0.8402619957923889,0.18967099487781525,0.22054800391197205,1.1474599838256836,-0.9142600297927856,-1.9071459770202637,-0.9934239983558655,-0.4482479989528656,1.6303290128707886,1.7978260517120361,1.7582030296325684,1.220078945159912,-0.04017899930477142,0.602491021156311,0.9550899863243103,-1.1036070585250854,-1.1458489894866943,0.9332690238952637,-0.033156998455524445,0.3607819974422455,-1.1486890316009521,0.09126199781894684,-2.23362398147583,1.335118055343628,0.16062800586223602,0.5942670106887817,-0.5188260078430176,0.5812680125236511,1.559425950050354,-1.8169569969177246,1.714534044265747,-1.018784999847412,0.17116700112819672,0.44648098945617676,0.12329799681901932,0.502515971660614,0.9644169807434082,-0.6836360096931458,-0.5113130211830139,1.0615270137786865,1.5956289768218994,1.540910005569458,1.593243956565857,-0.6232680082321167,-1.5414190292358398,1.5697230100631714,1.3112430572509766,1.2624200582504272,-0.6731460094451904,1.5155199766159058,-0.608493983745575,-0.6186169981956482,-0.13274499773979187,0.8865929841995239,0.9622160196304321,-0.8302419781684875,0.13164199888706207,1.457859992980957,-0.3261469900608063,1.0510979890823364,-1.1805189847946167,0.6748250126838684,0.2799780070781708,1.8042000532150269,-2.4962410926818848,-1.5775150060653687,-0.9742220044136047,0.9670140147209167,-0.49558699131011963,-2.115328073501587,1.5096460580825806,1.275056004524231,-0.2394530028104782,1.8072880506515503,0.9887070059776306,1.1870039701461792,0.8094090223312378,-0.09536100178956985,-1.3196860551834106,0.12490200251340866,0.7122079730033875,0.3919439911842346,-1.1701409816741943,0.5263109803199768,0.5546240210533142,-0.331494003534317,1.7154239416122437,-1.8419840335845947,0.2975369989871979,1.3872430324554443,-1.3070520162582397,0.4009209871292114,-1.5483299493789673,-1.1957459449768066,-1.4070839881896973,0.9099869728088379,0.7802969813346863,0.22256000339984894,0.25104498863220215,-0.7354469895362854,1.3244999647140503,1.1933120489120483,-1.875857949256897,0.16298100352287292,1.5073939561843872,-1.2459239959716797,0.9198160171508789,0.015305000357329845,1.1679099798202515,0.1846799999475479,-0.16275599598884583,-0.6940249800682068,0.22811700403690338,0.16923600435256958,1.919258952140808,0.7576010227203369,0.4182319939136505,-1.307973027229309,0.3420090079307556,1.1084259748458862,-0.12767599523067474,1.506039023399353,1.5752290487289429,1.5628470182418823,0.6013910174369812,-0.15145400166511536,0.13350699841976166,0.32803699374198914,0.5904449820518494,0.6657249927520752,1.637935996055603,1.27389395236969,-1.9170689582824707,1.602512001991272,0.04062600061297417,-2.2902050018310547,-0.02967200055718422,0.3486819863319397,1.5605969429016113,-1.7646100521087646,0.8856300115585327,-1.1809630393981934,-0.016973000019788742,0.9034050107002258,-0.6977480053901672,-0.01157000008970499,1.0677740573883057,1.629140019416809,1.6491529941558838,-0.7878199815750122,-0.7188050150871277,-2.594230890274048,-0.13980300724506378,-1.356544017791748,0.970225989818573,-1.811547040939331,-1.806401014328003,0.9632049798965454,0.015248999930918217,-2.032219886779785,-0.3633809983730316,-0.601967990398407,0.3264240026473999,0.7456730008125305,-1.719959020614624,-2.497770071029663,-2.507312059402466,1.3000420331954956,1.278668999671936,1.5492860078811646,1.5533820390701294,1.3789780139923096,1.2922860383987427,0.88509601354599,-0.5695949792861938,1.7598210573196411,-0.7301740050315857,-0.351283997297287,-0.1688529998064041,-1.343804955482483,1.3162399530410767,-0.8079500198364258,1.3630110025405884,-0.7552520036697388,1.4175829887390137,1.443593978881836,1.0937989950180054,0.9526709914207458,-1.3515299558639526,0.2508620023727417,-1.7405550479888916,-0.4480139911174774,0.6497889757156372,-0.4884060025215149,1.0479470491409302,0.05296599864959717,-1.8086680173873901,1.5625989437103271,-1.09962797164917,0.7327640056610107,1.9445699453353882,-0.879522979259491,-0.908257007598877,-1.2311580181121826,-0.10191900283098221,0.20284099876880646,1.54469895362854,-0.25832799077033997,0.6588249802589417,0.25422701239585876,-0.8791090250015259,-1.3619379997253418,1.3214119672775269,0.1686840057373047,-1.2793710231781006,0.2948029935359955,-0.65447998046875,-0.0165219996124506,1.3615219593048096,0.49517399072647095,0.5151690244674683,-0.7753909826278687,-0.14296700060367584,0.5465350151062012,0.5280110239982605,0.1909099966287613,0.050572000443935394,0.659171998500824,1.7742040157318115,-1.6817679405212402,0.41301798820495605,0.341949999332428,1.3693660497665405,1.5531460046768188,-0.5845109820365906,0.07990899682044983,1.0403399467468262,0.8164060115814209,0.9712849855422974,1.069061040878296,0.9587529897689819,-0.06420300155878067,0.02951500006020069,1.3891370296478271,1.4095799922943115,0.02416899986565113,-1.3201550245285034,-1.9159140586853027,1.7625559568405151,-2.469296932220459,-0.761991024017334,-1.3178499937057495,-1.7042759656906128,-2.818203926086426,0.6137400269508362,1.6913520097732544,1.6545339822769165,-0.13341499865055084,1.4367239475250244,1.4491000175476074,1.4630060195922852,1.3795340061187744,0.9352989792823792,1.0348479747772217,0.21776799857616425,0.693759024143219,1.0853819847106934,-0.8699929714202881,1.4086350202560425,1.629086971282959,1.6292309761047363,0.34926700592041016,-0.5178509950637817,0.21773900091648102,0.4069119989871979,0.38910800218582153,1.611320972442627,1.658735990524292,-0.3505080044269562,-1.722506046295166,1.0334060192108154,-1.0101310014724731,-0.02545499987900257,-0.31199100613594055,-2.485960006713867,1.694653034210205,1.2926039695739746,0.861644983291626,0.8858780264854431,0.1813579946756363,-0.1621749997138977,0.20875799655914307,-1.089568018913269,-1.881140947341919,-2.243117094039917,0.702904999256134,0.32793301343917847,-0.1820330023765564,-0.2631379961967468,0.6788139939308167,0.2636820077896118,-0.3068790137767792,0.854095995426178,-0.23433299362659454,1.461434006690979,-0.866366982460022,-0.005745999980717897,1.023859977722168,-0.8331480026245117,0.7713239789009094,1.6939929723739624,-2.8411519527435303,-0.11644399911165237,0.7106069922447205,1.0907009840011597,-0.968280017375946,-0.33006200194358826,-0.4747929871082306,1.3452630043029785,1.3775299787521362,-1.369678020477295,-0.5566580295562744,1.1134719848632812,-1.072700023651123,-1.2352299690246582,0.39505499601364136,0.8351259827613831,0.43600600957870483,0.7035800218582153,-1.5228910446166992,-1.443626046180725,0.8064129948616028,0.9376389980316162,1.1316900253295898,0.17223499715328217,-2.911776065826416,-0.578328013420105,1.2795449495315552,-2.483944892883301,-2.8420050144195557,-0.6758170127868652,0.2214909940958023,0.17231200635433197,-0.3241110146045685,0.19934600591659546,1.7186510562896729,-2.677680015563965,0.8602480292320251,1.2334610223770142,1.8606740236282349,-0.019853999838232994,-2.398789882659912,1.133970022201538,-1.1670299768447876,0.09665200114250183,-0.26535001397132874,0.9108459949493408,0.9618819952011108,-0.8706449866294861,0.2311369925737381,1.6686840057373047,0.20076799392700195,0.7823079824447632,0.554813027381897,0.22342100739479065,0.5591750144958496,-1.7796460390090942,-0.7668750286102295,0.5185940265655518,-0.5337650179862976,-0.1579039990901947,-0.30456599593162537,1.5424649715423584,0.9112280011177063,-1.1368520259857178,0.03319200128316879,-0.442766010761261,-1.965893030166626,-1.5306570529937744,-1.0726879835128784,1.089434027671814,-0.06608200073242188,-0.41412898898124695,-0.27643299102783203,1.3059810400009155,1.1882699728012085,-1.7497789859771729,-1.6872680187225342,-0.8716390132904053,-0.54264897108078,-0.2400760054588318,-1.0635080337524414,0.7756680250167847,0.744363009929657,-2.2349860668182373,0.42500200867652893,0.8587459921836853,1.9061349630355835,-1.8846479654312134,1.6414339542388916,-1.1302950382232666,-0.0844699963927269,1.1975239515304565,-2.1403310298919678,-0.6784330010414124,1.0517170429229736,1.1011849641799927,-0.8580420017242432,-0.1418440043926239,-0.7847129702568054,0.502295970916748,0.23911499977111816,-0.6143730282783508,-1.2229939699172974,1.3177239894866943,-0.11186899989843369,-1.04863703250885,1.5149869918823242,0.8153499960899353,-2.043407917022705,-0.9483789801597595,-0.3887700140476227,1.280735969543457,1.940845012664795,0.7275699973106384,-2.649729013442993,-2.503516912460327,-2.475537061691284,-0.506138026714325,-2.176608085632324,-0.7409319877624512,-2.332192897796631,-1.791247010231018,-1.7813129425048828,0.20501500368118286,-1.0996589660644531,-1.4332679510116577,0.2141990065574646,1.383823037147522,1.1103260517120361,1.7473479509353638,-0.7544580101966858,-1.3766260147094727,1.6908199787139893,-2.1482999324798584,-0.9392229914665222,0.8851770162582397,1.7559679746627808,1.8788080215454102,1.9181139469146729,1.921038031578064,-2.004601001739502,-1.9846290349960327,0.37714600563049316,0.37362098693847656,0.321817010641098,-1.6999859809875488,-1.1910510063171387,0.3607900142669678,1.0710500478744507,1.2245709896087646,-2.333009958267212,0.14207999408245087,0.4450330138206482,-0.9975219964981079,1.3669270277023315,0.4425880014896393,-0.3109149932861328,1.386538028717041,-2.518136978149414,-2.0766680240631104,0.5112460255622864,0.0755779966711998,0.6805840134620667,1.2325869798660278,0.31095099449157715,-2.0598270893096924,1.6372970342636108,-1.7011220455169678,0.20575499534606934,1.2676019668579102,1.1912169456481934,0.5529130101203918,0.6956890225410461,-0.6518539786338806,1.3704639673233032,-0.2623920142650604,-0.3993780016899109,-2.113940954208374,0.9704989790916443,0.7422389984130859,-0.6896989941596985,-2.110408067703247,-2.073546886444092,-2.0730528831481934,-2.1065499782562256,0.001762000028975308,0.5651929974555969,0.5803380012512207,1.81535005569458,-1.6356120109558105,-0.3271870017051697,0.8406469821929932,-2.3773701190948486,-0.04774399846792221,-0.6847149729728699,0.47141098976135254,-1.8001999855041504,1.2820839881896973,1.2466089725494385,1.3520070314407349,1.8417409658432007,-0.35413700342178345,-0.0311489999294281,0.6498299837112427,-0.7718589901924133,0.8045989871025085,1.394773006439209,0.6518089771270752,0.7617340087890625,1.4983810186386108,-2.550692081451416,1.6727360486984253,-1.2371350526809692,-0.33291101455688477,1.4272940158843994,0.4538019895553589,-2.21596097946167,1.6598119735717773,-0.9500319957733154,0.056720998138189316,-1.7331899404525757,0.658873975276947,1.2957960367202759,-0.22970999777317047,0.8878880143165588,0.1605049967765808,-0.2801569998264313,-0.2309499979019165,-1.6590980291366577,0.5663229823112488,0.5166630148887634,0.39576399326324463,1.0836009979248047,-1.2347179651260376,-1.2110769748687744,1.327604055404663,-1.6215749979019165,1.3802850246429443,-0.2817949950695038,-0.22098399698734283,0.40733999013900757,1.415835976600647,0.16879799962043762,-0.14439600706100464,0.3282729983329773,0.9163950085639954,-0.15586000680923462,1.5114179849624634,0.17044299840927124,0.29200300574302673,1.671138048171997,-0.13082699477672577,1.6495070457458496,-2.5545849800109863,0.5586609840393066,-0.9268180131912231,-0.4616979956626892,-1.0350090265274048,-2.808351993560791,1.8301080465316772,-1.3169300556182861,1.1796749830245972,0.38833799958229065,-0.6165890097618103,0.2227720022201538,-0.2552430033683777,-0.5253509879112244,-1.7885459661483765,-1.7851829528808594,0.45981499552726746,0.8164839744567871,-0.26672500371932983,-1.111920952796936,-1.2621370553970337,0.9784839749336243,-0.08402899652719498,-0.9176909923553467,-0.4020079970359802,-1.548643946647644,0.734391987323761,1.5160889625549316,-1.8263109922409058,-0.4810889959335327,-0.5242210030555725,1.6821370124816895,-1.0401090383529663,-0.133884996175766,-0.017903000116348267,0.8520110249519348,1.464553952217102,0.4650830030441284,0.39688798785209656,0.553026020526886,1.6435359716415405,1.0416749715805054,0.368369996547699,-1.9968680143356323,0.9351800084114075,-0.9507520198822021,-0.9759200215339661,1.3161510229110718,1.561439037322998,-2.066411018371582,0.4470919966697693,-0.32223498821258545,0.7102680206298828,1.1503039598464966,-0.17982399463653564,1.5430489778518677,0.267100989818573,1.611050009727478,1.5497100353240967,-0.22089600563049316,-1.9158780574798584,0.6763870120048523,1.0244499444961548,0.2621529996395111,-1.2304929494857788,-1.2252140045166016,-2.4583919048309326,-0.4548810124397278,-0.42931899428367615,-1.0809650421142578,-0.6748790144920349,1.4680540561676025,1.7124110460281372,1.468832015991211,-1.0694270133972168,0.6610230207443237,-0.10257100313901901,-2.3197898864746094,-2.329679012298584,-2.4638569355010986,1.7978659868240356,1.7979450225830078,1.7977670431137085,-2.5833609104156494,-1.1893880367279053,-0.07349599897861481,-0.9599080085754395,1.4990730285644531,1.4913769960403442,0.6283029913902283,1.4045510292053223,1.3596570491790771,-1.3072659969329834,1.419592022895813,-2.096308946609497,-2.1642189025878906,-1.011584997177124,1.1762139797210693,-1.869047999382019,-2.265752077102661,0.2893010079860687,-2.5131499767303467,-2.5901100635528564,-2.5843420028686523,-1.473554015159607,0.5797610282897949,-0.272258996963501,-1.622920036315918,-2.4033989906311035,-1.603795051574707,1.1592110395431519,1.1853729486465454,1.4010809659957886,-1.6182910203933716,-1.6055099964141846,-1.5895800590515137,-0.14998599886894226,-1.8641810417175293,-0.2658329904079437,-0.3238869905471802,0.19853900372982025,0.19357599318027496,0.20534899830818176,0.2166460007429123,-1.0935750007629395,-0.35453999042510986,0.4882600009441376,0.2920829951763153,0.5608429908752441,-2.9862239360809326,-2.3808300495147705,1.7565640211105347,0.24126599729061127,-2.2074170112609863,-1.5491880178451538,-1.3058949708938599,0.48845401406288147,1.2718629837036133,-0.8210060000419617,-1.6392300128936768,1.8242000341415405,1.4593069553375244,1.4591360092163086,-2.5272469520568848,1.0025899410247803,-1.2321900129318237,-0.14250700175762177,-2.89188289642334,1.3942389488220215,1.1733909845352173,1.4371479749679565,1.0646480321884155,-1.0162349939346313,0.28482699394226074,0.8645399808883667,-0.8394560217857361,0.6650530099868774,1.0418440103530884,-0.14311499893665314,-1.9174540042877197,0.13683100044727325,-0.0633929967880249,1.7216739654541016,-2.198960065841675,0.7749890089035034,1.4988629817962646,1.0171879529953003,0.43393298983573914,0.4392260015010834,0.20373299717903137,0.44450700283050537,1.0070780515670776,0.5205150246620178,1.7674659490585327,1.287376046180725,-1.020495057106018,0.9433709979057312,-0.28395000100135803,1.3147670030593872,1.0922060012817383,0.5296630263328552,1.3600319623947144,-1.031538963317871,-2.4277570247650146,-2.441880941390991,0.5740630030632019,0.28947898745536804,0.6728540062904358,1.3610440492630005,1.4686390161514282,0.02135699987411499,0.6859279870986938,-0.9184520244598389,0.4739669859409332,1.2849249839782715,1.3390250205993652,-1.8252480030059814,-2.195127010345459,-0.15558800101280212,-0.28054898977279663,-0.2994779944419861,-0.4303340017795563,-0.7327669858932495,0.8343799710273743,-0.31934601068496704,1.7786259651184082,-0.25094398856163025,-2.0655479431152344,-0.3553310036659241,-2.927947998046875,0.12772400677204132,1.5259259939193726,0.02953599952161312,1.4264349937438965,0.4570229947566986,0.2590799927711487,-1.4051610231399536,-0.7541419863700867,0.7342240214347839,-2.0929830074310303,1.980800986289978,-1.637024998664856,1.1163729429244995,1.3273149728775024,-1.2950299978256226,-1.2610939741134644,-0.12316299974918365,-1.4811550378799438,1.7248990535736084,-0.42788299918174744,0.19535000622272491,0.5465899705886841,0.5988690257072449,-0.01823499985039234,-0.17850099503993988,1.3671070337295532,0.5953390002250671,-1.538856029510498,0.2392839938402176,-2.8260440826416016,0.2625100016593933,0.08566199988126755,-0.6169660091400146,1.016998052597046,1.724748969078064,0.9493799805641174,-1.4328720569610596,1.195605993270874,0.0851140022277832,-0.06181500107049942,0.7092469930648804,1.0442750453948975,0.5307850241661072,0.9664739966392517,-1.538727045059204,0.6497129797935486,1.6175789833068848,0.09685300290584564,-0.5306439995765686,-2.227544069290161,0.002489000093191862,-1.3253209590911865,-0.2738780081272125,0.19337399303913116,-0.21913500130176544,0.11413200199604034,-0.40684598684310913,0.7578110098838806,0.9859079718589783,-1.4202289581298828,1.119860053062439,0.3048950135707855,-1.0993280410766602,-0.3301120102405548,1.426131010055542,0.4063490033149719,0.48367899656295776,0.6081110239028931,1.6435010433197021,1.3676129579544067,1.4418970346450806,-1.3954930305480957,1.142691969871521,1.519605040550232,0.8447020053863525,-2.2787609100341797,0.5047439932823181,0.13981400430202484,-0.6373239755630493,1.7892709970474243,-0.8185579776763916,1.314560055732727,2.1609079837799072,-0.8821799755096436,-0.9197250008583069,-0.5611580014228821,0.8522800207138062,-0.8197500109672546,-0.20398099720478058,-0.4467799961566925,0.1690790057182312,-0.18794900178909302,-0.6196349859237671,0.5781009793281555,-0.21266800165176392,0.41843000054359436,-0.33661600947380066,-1.1318800449371338,-2.46048903465271,-1.4796680212020874,0.710470974445343,-0.2131669968366623,-0.4736360013484955,-2.6524569988250732,1.1771659851074219,-2.638537883758545,-1.4700729846954346,1.8037420511245728,0.7203840017318726,1.0736769437789917,0.8096680045127869,-3.0307579040527344,0.21718299388885498,-0.8727970123291016,1.464020013809204,1.1758500337600708,-0.3656330108642578,-0.9671990275382996,-1.4257960319519043,-0.00829899962991476,-1.5952500104904175,0.45894700288772583,0.24176999926567078,2.0351860523223877,1.6057449579238892,1.9139310121536255,1.0207569599151611,-0.3127320110797882,0.9509829878807068,1.4939899444580078,1.5956469774246216,-1.5559890270233154,-2.0467309951782227,0.07391099631786346,0.26901400089263916,1.1651259660720825,1.0616190433502197,1.4059100151062012,1.6081069707870483,-0.33583301305770874,1.5285630226135254,-0.05938899889588356,-1.7949750423431396,0.6492400169372559,-1.2718379497528076,1.3825830221176147,-0.9430670142173767,1.9715009927749634,1.5034799575805664,-0.5304740071296692,1.4937520027160645,1.979321002960205,-1.6246529817581177,0.6209989786148071,-2.1537399291992188,0.31251999735832214,1.33147394657135,-1.6038810014724731,-2.6267340183258057,0.3842250108718872,-2.7826340198516846,1.3603240251541138,-2.553070068359375,-0.5096819996833801,-0.34556299448013306,-0.10799799859523773,-1.4800180196762085,-2.3611509799957275,0.9869279861450195,1.5336600542068481,0.8860870003700256,-0.45763498544692993,1.4192099571228027,1.9437450170516968,-0.3788110017776489,1.067078948020935,2.0806829929351807,0.007412999868392944,0.5696529746055603,-0.5509439706802368,-0.01873200014233589,-0.8118370175361633,-0.05725599825382233,0.28509798645973206,1.1988049745559692,-0.6925849914550781,-0.5475239753723145,0.5273749828338623,-0.7924489974975586,-1.2955989837646484,0.17151600122451782,-2.1211600303649902,0.6001880168914795,0.2249850034713745,0.8266810178756714,1.2911900281906128,1.3907209634780884,0.7153519988059998,-0.7152019739151001,-1.6178489923477173,1.7766120433807373,-0.5632389783859253,-1.3272709846496582,-1.2685600519180298,-1.793692946434021,0.5653979778289795,0.3929370045661926,-1.6715400218963623,1.7554680109024048,1.6763960123062134,0.9723950028419495,0.017534999176859856,1.0559920072555542,-2.360966920852661,0.28812700510025024,-0.1475919932126999,1.027580976486206,1.8923330307006836,1.5961940288543701,-1.3573930263519287,0.8185589909553528,0.9218569993972778,0.03507100045681,-0.9712740182876587,0.4337629973888397,-2.2285780906677246,-1.2065240144729614,0.8615779876708984,1.105870008468628,-1.4422940015792847,1.7314729690551758,-1.511252999305725,-0.9282519817352295,-1.8415579795837402,1.3940290212631226,0.3793889880180359,0.08658500015735626,1.5202339887619019,-1.1678019762039185,-1.1636710166931152,1.4631049633026123,0.7317320108413696,-0.5901640057563782,0.21202300488948822,1.5467180013656616,-1.1822710037231445,-1.312741994857788,1.857923984527588,0.21229900419712067,-0.6735150218009949,0.050296999514102936,0.06529700011014938,1.5155320167541504,1.082129955291748,-1.8465540409088135,-0.2967199981212616,0.9156060218811035,1.283601999282837,0.13235199451446533,-1.2559670209884644,2.0215659141540527,0.8843960165977478,-0.04335600137710571,1.2604169845581055,0.7944319844245911,-1.9715570211410522,-1.41212797164917,-1.1171469688415527,0.1208060011267662,-1.9189050197601318,0.3134700059890747,-0.056373000144958496,-2.5924479961395264,0.4662350118160248,1.6736170053482056,-0.8894510269165039,-0.9498680233955383,-0.42552700638771057,-0.4968009889125824,1.7819559574127197,-1.3642209768295288,-0.42914101481437683,-1.6897629499435425,-0.965753972530365,-0.1330689936876297,-2.2640841007232666,0.050953999161720276,-0.8397060036659241,-1.1307300329208374,-2.755697011947632,-0.9869639873504639,-0.3056260049343109,-0.7736369967460632,-0.7795079946517944,0.749692976474762,0.8884729743003845,1.6014549732208252,-0.5955870151519775,-2.9257240295410156,-2.0440170764923096,-2.00996994972229,-0.2812280058860779,-0.48985400795936584,-1.2085280418395996,1.4338879585266113,1.0577830076217651,0.6226829886436462,-1.096526026725769,-1.750445008277893,-1.2481650114059448,0.2249400019645691,-1.6933039426803589,0.6513630151748657,-2.330030918121338,1.3279409408569336,-2.5385351181030273,-1.346629023551941,1.2367010116577148,-0.47300100326538086,-0.398840993642807,-1.316743016242981,-1.4443269968032837,-0.06203199923038483,-2.958620071411133,-1.9914180040359497,1.9242750406265259,1.9445650577545166,-2.126384973526001,-0.8826799988746643,-1.3584140539169312,0.4649440050125122,-0.5316849946975708,0.08794199675321579,-1.301169991493225,-1.5059839487075806,-0.056102000176906586,0.1361760050058365,0.090829998254776,-1.3434269428253174,-1.7874300479888916,0.5823950171470642,-1.5239200592041016,-1.0087610483169556,-0.6347090005874634,1.743280053138733,0.5057479739189148,0.9095839858055115,-0.7041839957237244,0.73368901014328,0.0034459999296814203,1.1053359508514404,-2.071258068084717,-2.938775062561035,2.003588914871216,-2.137186050415039,0.8303760290145874,-0.4395509958267212,1.9108190536499023,-0.16155800223350525,-1.1817810535430908,1.130174994468689,0.37387099862098694,0.47447699308395386,0.9694830179214478,-0.7063999772071838,1.0538450479507446,0.12149500101804733,-0.40829798579216003,-1.0494760274887085,1.7565900087356567,-0.844327986240387,-2.255920886993408,0.7223590016365051,0.9148780107498169,-0.11668000370264053,-0.7624890208244324,0.3761669993400574,-1.0926309823989868,1.1649099588394165,1.2398430109024048,1.043874979019165,-0.3322969973087311,0.7355350255966187,0.7311409711837769,-0.8171899914741516,-1.1050610542297363,0.3189699947834015,0.3047280013561249,0.35396701097488403,1.3001079559326172,1.4575179815292358,0.19663099944591522,0.8431739807128906,1.6290669441223145,0.6073819994926453,0.35329899191856384,1.7818629741668701,1.6063189506530762,1.650418996810913,0.47891300916671753,0.7589359879493713,0.7400379776954651,0.5412769913673401,1.2195630073547363,-2.09649395942688,-0.6660270094871521,-1.1615129709243774,-1.1713299751281738,1.8245580196380615,0.9743620157241821,1.5272389650344849,-0.9171929955482483,-1.6491700410842896,0.6110659837722778,0.6253319978713989,-0.5599920153617859,0.734637975692749,0.6517170071601868,-1.1405919790267944,0.19397200644016266,0.9579150080680847,1.1719369888305664,-1.6228690147399902,-1.6534299850463867,-2.616173028945923,-1.3823809623718262,1.417222023010254,-0.7466729879379272,0.9531000256538391,-0.4086340069770813,-0.34482601284980774,-0.06119399890303612,0.05308600142598152,-1.362099051475525,-2.4317800998687744,0.01128700003027916,0.00445199990645051,1.406743049621582,-1.1683039665222168,0.5247820019721985,-1.7046380043029785,-1.9704489707946777,-1.7598090171813965,0.9358559846878052,-1.2686409950256348,-0.5752419829368591,-1.8529939651489258,1.2833009958267212,-1.4054570198059082,0.8293669819831848,-0.5480489730834961,0.9127979874610901,-1.1697349548339844,1.1789770126342773,-0.4462380111217499,-1.3828450441360474,0.7387160062789917,1.097802996635437,-0.1028280034661293,-0.2328840047121048,-0.332722008228302,0.5505269765853882,-1.0386940240859985,-0.5751389861106873,-1.1874849796295166,1.7820299863815308,-2.51808500289917,0.5310019850730896,0.29017600417137146,-0.5537509918212891,-3.0157079696655273,1.1355739831924438,1.5382000207901,0.22218599915504456,-0.8132169842720032,-1.0252230167388916,-0.15492700040340424,1.5144330263137817,0.3315500020980835,0.8149510025978088,-0.8417779803276062,0.7849050164222717,-0.3345490097999573,-1.6011890172958374,-1.362280011177063,-2.1292529106140137,0.4252919852733612,-1.4486780166625977,-1.1291149854660034,1.1755180358886719,1.027122974395752,-0.3475610017776489,1.1167570352554321,-2.1195950508117676,-1.1578730344772339,-1.902817964553833,0.28281399607658386,-2.2040560245513916,0.528751015663147,-0.4166330099105835,-0.6137740015983582,-0.8789550065994263,0.5092160105705261,-2.6075448989868164,-2.6360459327697754,0.06439600139856339,0.9362379908561707,1.3883860111236572,-0.032710000872612,0.20239099860191345,-1.8311829566955566,0.3855920135974884,0.31504398584365845,-0.15368300676345825,-1.3195899724960327,-1.5114660263061523,-1.394408941268921,-1.1289700269699097,-0.9937049746513367,-2.361330032348633,1.3028620481491089,1.7225940227508545,1.427178978919983,0.2502540051937103,1.871621012687683,-0.10313700139522552,-0.8364790081977844,0.3084770143032074,-0.7525100111961365,0.24764999747276306,-0.8872900009155273,1.0925860404968262,-1.2232789993286133,0.04377099871635437,1.8731889724731445,-1.7799689769744873,-0.11674900352954865,1.7008490562438965,-0.21914799511432648,-1.9415249824523926,0.52156001329422,1.6496670246124268,1.8078500032424927,1.0006829500198364,-0.19294199347496033,-1.2418509721755981,-1.0590250492095947,-2.135356903076172,-0.026430999860167503,-0.7031679749488831,1.1196540594100952,1.7333769798278809,-1.1615790128707886,0.2247840017080307,0.011113000102341175,0.18143799901008606,0.47233501076698303,0.9926720261573792,-2.0556960105895996,0.7853869795799255,1.1068170070648193,-0.7342950105667114,-2.447158098220825,-1.3252389430999756,-1.416146993637085,-0.3473550081253052,-1.721560001373291,-1.792965054512024,-2.6432950496673584,1.7090489864349365,-0.31481900811195374,1.4700449705123901,0.8118820190429688,-1.1577939987182617,0.3075549900531769,0.9402509927749634,2.0954630374908447,-1.3039859533309937,-0.20849399268627167,-1.037768006324768,1.6529539823532104,1.6514899730682373,-0.8974499702453613,-0.9367390275001526,0.20144599676132202,-1.0617510080337524,1.9675439596176147,0.9558389782905579,0.5889769792556763,1.217980980873108,-1.6314589977264404,0.947055995464325,0.9699400067329407,-1.560979962348938,-0.7529810070991516,-0.9374210238456726,1.6490370035171509,-0.35122400522232056,-1.944424033164978,-0.43304499983787537,-1.3274999856948853,-0.6514689922332764,-0.8447970151901245,-0.3319309949874878,-1.0283160209655762,1.1194349527359009,0.22617000341415405,1.389309048652649,-1.5408910512924194,0.5469920039176941,-0.2126699984073639,-1.0852919816970825,0.6759309768676758,-1.5203239917755127,-1.9082469940185547,1.8033889532089233,-1.1775809526443481,0.3436639904975891,-1.1432509422302246,-1.9184249639511108,-2.5661189556121826,0.742251992225647,0.21083299815654755,0.32991498708724976,-0.3315260112285614,-0.7430440187454224,-1.1078909635543823,-1.2738310098648071,1.6314970254898071,1.0851600170135498,1.7421389818191528,-1.350682020187378,-1.379014015197754,-0.4695810079574585,-0.6589310169219971,-0.7803980112075806,-2.0880959033966064,-1.9870959520339966,0.2997489869594574,1.0334910154342651,-1.4734280109405518,-2.5352699756622314,1.227592945098877,1.2373640537261963,0.7131270170211792,1.5268540382385254,0.28253600001335144,1.053920030593872,-0.39603298902511597,-1.0672060251235962,1.0767120122909546,-0.7839030027389526,-1.1069610118865967,0.00890900008380413,1.6926770210266113,1.9674030542373657,-1.9661619663238525,0.48505899310112,0.5563039779663086,0.6707900166511536,0.26210200786590576,0.016603000462055206,-0.24568399786949158,1.7564400434494019,0.4488219916820526,1.8745579719543457,0.6987079977989197,0.4950979948043823,-0.5985770225524902,-0.6163740158081055,0.339354008436203,-1.330368995666504,0.2603909969329834,-0.8088690042495728,0.27787598967552185,-2.828403949737549,0.108815997838974,-0.16826599836349487,-0.22355200350284576,1.340067982673645,0.9323059916496277,0.4883120059967041,-1.1408599615097046,1.9506109952926636,-2.2914769649505615,-0.0502530001103878,-2.5814239978790283,1.740818977355957,1.371662974357605,0.3861840069293976,0.8754860162734985,1.21760094165802,0.6344760060310364,1.341583013534546,0.22275899350643158,-1.4353710412979126,0.977973997592926,-0.26057401299476624,-1.3928780555725098,1.2836610078811646,0.07092200219631195,1.446874976158142,-1.0099509954452515,0.5215259790420532,-1.1008570194244385,1.7640039920806885,0.8273770213127136,0.7203149795532227,0.7385540008544922,-2.2848570346832275,-1.8761889934539795,-0.8176770210266113,-1.994873046875,-1.0591139793395996,0.7421349883079529,-1.3480290174484253,1.1611390113830566,0.23191200196743011,-1.0197609663009644,-0.15532700717449188,1.703611969947815,-2.346127986907959,-1.0825940370559692,-1.3584810495376587,1.6746330261230469,1.9096699953079224,-0.2758379876613617,-0.18827900290489197,-0.13923199474811554,0.9056950211524963,0.4097119867801666,0.46809399127960205,-0.5451139807701111,-0.46288299560546875,0.9630979895591736,-1.2450400590896606,-0.2520579993724823,0.6475489735603333,0.004095000214874744,0.4755289852619171,1.6512089967727661,0.6255289912223816,-1.296509027481079,0.09896299988031387,-1.0022180080413818,-1.3892450332641602,0.586355984210968,-1.9292819499969482,-0.5022590160369873,-2.669548988342285,1.4776190519332886,1.3866150379180908,0.15254299342632294,-1.6614799499511719,-1.5531140565872192,1.3408809900283813,1.2866560220718384,1.0879969596862793,-2.2208070755004883,1.2036590576171875,0.14413799345493317,-1.5716400146484375,1.1705210208892822,0.0022219999227672815,-0.695330023765564,0.24469199776649475,0.4613569974899292,-0.7378849983215332,1.1238290071487427,-0.7765020132064819,1.7712550163269043,-0.8311480283737183,-1.0435429811477661,0.6751149892807007,1.2851959466934204,-1.1081509590148926,1.6814119815826416,-1.4148240089416504,0.05434200167655945,0.7870699763298035,-1.40871000289917,0.08020400255918503,0.8921629786491394,0.9005159735679626,-0.9105939865112305,-1.1889300346374512,2.0685739517211914,1.2562559843063354,0.07128199934959412,-0.5041390061378479,1.390671968460083,-0.9365159869194031,0.5731260180473328,-0.8292750120162964,1.6928969621658325,0.3050349950790405,1.3524789810180664,-0.3242200016975403,0.7945460081100464,0.05668500065803528,1.8727669715881348,-1.0479129552841187,0.8316799998283386,-0.4674620032310486,-1.373216986656189,0.3842799961566925,-0.8904039859771729,-0.44593098759651184,-2.6236391067504883,1.072666049003601,-0.09284999966621399,1.427772045135498,-1.7058939933776855,1.311614990234375,0.8464580178260803,0.748196005821228,0.8927800059318542,0.347135990858078,0.8977890014648438,0.2630249857902527,0.22310799360275269,0.7138460278511047,0.027494000270962715,0.6808189749717712,0.6930950284004211,1.437865972518921,0.7643579840660095,-0.9904850125312805,0.4570370018482208,1.3669519424438477,-0.7575730085372925,-1.4048969745635986,1.4161009788513184,1.8272149562835693,-1.1247349977493286,-0.4055039882659912,-0.2502950131893158,0.8136000037193298,-0.8446990251541138,-2.59892201423645,-2.582357883453369,-2.3782479763031006,-1.0398609638214111,0.9030809998512268,-2.0516629219055176,-0.09006500244140625,0.3385399878025055,0.43004199862480164,-0.8859630227088928,0.9237470030784607,-1.1380159854888916,-0.3842819929122925,-0.936519980430603,-2.1866579055786133,-2.181752920150757,-0.9252409934997559,-0.8957480192184448,0.7251359820365906,1.2990070581436157,-0.7695540189743042,-2.9247629642486572,-0.5633599758148193,-0.024555999785661697,0.23739300668239594,0.214820995926857,0.7104820013046265,0.7567859888076782,1.5010969638824463,-1.1531829833984375,1.1007050275802612,-2.2921810150146484,-0.7492030262947083,1.2128239870071411,-1.2418630123138428,-0.9760800004005432,0.9960659742355347,1.3681609630584717,0.22235800325870514,-1.0761619806289673,-2.2468740940093994,1.5841809511184692,0.13377100229263306,0.19041100144386292,-2.3228979110717773,1.816112995147705,0.15109899640083313,1.3589379787445068,1.1741529703140259,0.02671400085091591,-0.0789479985833168,-0.5687860250473022,-0.5828729867935181,0.7033630013465881,-0.22211900353431702,1.5193179845809937,-0.49226200580596924,-2.1082570552825928,-0.8372899889945984,-1.7550530433654785,0.9188470244407654,-1.9717789888381958,1.0775890350341797,-0.34639498591423035,0.6471289992332458,0.4730699956417084,-1.3063479661941528,0.8559240102767944,1.5383950471878052,-2.1273179054260254,0.3135800063610077,-2.4623630046844482,1.8994630575180054,0.4241749942302704,-0.6061559915542603,1.1406090259552002,1.1202950477600098,-0.9212620258331299,-1.6997549533843994,-0.9223570227622986,0.2185640037059784,0.5050920248031616,-0.13989299535751343,1.531093955039978,1.6042900085449219,1.6311030387878418,0.3031480014324188,0.8735640048980713,-1.5852479934692383,0.7812759876251221,-0.6410449743270874,-0.304641991853714,1.069951057434082,-0.966850996017456,-1.8325660228729248,0.35942399501800537,-2.6183390617370605,0.7391759753227234,2.067171096801758,-1.759647011756897,0.6664170026779175,0.2516840100288391,0.3609839975833893,0.15481999516487122,-1.1747180223464966,-2.034745931625366,-1.4831880331039429,-0.8649500012397766,-1.0513180494308472,0.8946959972381592,0.2033340036869049,-0.8236889839172363,1.421396017074585,-1.5517630577087402,0.1758659929037094,0.8952620029449463,-1.1188410520553589,-0.5888940095901489,0.30020999908447266,-0.6852539777755737,-0.05611500144004822,0.9657300114631653,0.862729012966156,-2.445157051086426,-2.873769998550415,1.2495440244674683,-2.1103460788726807,0.8472390174865723,0.4689750075340271,-0.029285000637173653,0.24811099469661713,1.3559659719467163,1.4142390489578247,1.6152839660644531,-0.871383011341095,-1.235267996788025,-1.0901470184326172,-1.3554149866104126,0.6014299988746643,1.457434058189392,1.8228169679641724,-1.963178038597107,0.0107810003682971,-1.3451110124588013,-1.5719530582427979,-1.8554960489273071,1.8297760486602783,0.48652100563049316,1.3378139734268188,-0.7818030118942261,1.5864859819412231,1.6106890439987183,-0.6559119820594788,-2.3369688987731934,0.9424229860305786,-1.3337559700012207,1.7825490236282349,-1.1812009811401367,0.6744359731674194,-0.9207069873809814,0.7275670170783997,-1.1839460134506226,-0.5104420185089111,1.0586830377578735,1.1197960376739502,-0.5086579918861389,-0.08013100177049637,-2.0813980102539062,1.5761100053787231,0.5577200055122375,0.6875759959220886,0.7947880029678345,-0.8464459776878357,0.09124100208282471,-2.675323009490967,-1.1070330142974854,-1.6975029706954956,-0.3044619858264923,-0.45230600237846375,-1.880499005317688,-1.7957459688186646,1.5945329666137695,-0.6629130244255066,1.80758798122406,-2.278701066970825,-1.08302903175354,1.635864019393921,2.0340869426727295,-1.782701015472412,-1.425516963005066,0.6389700174331665,0.06602299958467484,-2.225090980529785,-0.6414610147476196,1.7883809804916382,1.5748169422149658,0.9791749715805054,0.6537309885025024,-2.066960096359253,0.8096290230751038,0.07618699967861176,0.37053701281547546,-0.4751409888267517,1.8828959465026855,-0.8056380152702332,0.18973900377750397,0.26093000173568726,-1.2126120328903198,-0.9172790050506592,-0.8790630102157593,-1.3248950242996216,-0.6113079786300659,0.26058700680732727,0.013848000206053257,0.37022799253463745,0.5848699808120728,0.37117698788642883,1.1272590160369873,2.154939889907837,-0.7583439946174622,0.901091992855072,1.5373560190200806,1.5674819946289062,1.8081660270690918,-0.6329540014266968,0.09180600196123123,1.9492809772491455,1.048429012298584,0.3775869905948639,-0.6869819760322571,0.28359898924827576,0.2807120084762573,-0.8340820074081421,0.23287299275398254,0.7544659972190857,-1.2195570468902588,-1.4237990379333496,-1.0015619993209839,-1.1811219453811646,-0.5856279730796814,-0.6305819749832153,-0.05678199976682663,-1.3397719860076904,0.944566011428833,0.8063840270042419,1.2757010459899902,-2.198451042175293,0.7479820251464844,0.009297000244259834,-1.842628002166748,-0.009681000374257565,-0.8398039937019348,-1.8841049671173096,-0.24120500683784485,0.9359149932861328,1.571128010749817,0.22320899367332458,1.5789419412612915,-2.0150139331817627,0.28086400032043457,-1.2548569440841675,-0.5973039865493774,-0.4497230052947998,0.29224899411201477,0.7962459921836853,1.143591046333313,1.8576970100402832,0.6395969986915588,-0.031665999442338943,0.30219998955726624,-0.06365200132131577,-2.311539888381958,-0.21717700362205505,1.484518051147461,0.2920069992542267,-0.546172022819519,-1.0940070152282715,1.7571959495544434,0.2588939964771271,0.30608901381492615,-1.1258389949798584,-1.3183749914169312,-0.6580100059509277,-0.5031570196151733,1.7260080575942993,0.5252839922904968,1.587759017944336,0.04734800010919571,-1.833968997001648,0.5574120283126831,1.804494023323059,0.806423008441925,-1.1999520063400269,-1.9126110076904297,0.985310971736908,-1.0375230312347412,1.1434320211410522,0.19612999260425568,0.4678040146827698,-0.2409760057926178,1.9548540115356445,-0.839959979057312,-0.9370579719543457,0.8653690218925476,0.8552809953689575,-1.6453659534454346,1.4889689683914185,1.9735260009765625,0.08152399957180023,0.2745020091533661,-1.2453340291976929,1.8627510070800781,1.849261999130249,1.3985580205917358,-1.062824010848999,-1.9644629955291748,1.3927589654922485,1.1978249549865723,1.4178849458694458,-1.2788089513778687,0.8242009878158569,0.721045970916748,0.6238359808921814,1.4769669771194458,0.6914550065994263,-2.214761972427368,1.6306159496307373,0.2029220014810562,-0.6941490173339844,0.33725500106811523,1.1386770009994507,-1.0232789516448975,-1.0164730548858643,-2.3771378993988037,1.0999330282211304,-0.7708640098571777,1.389896035194397,-1.1153370141983032,0.14435499906539917,0.898688018321991,-0.455936998128891,0.4076620042324066,-1.25621497631073,1.8986560106277466,0.7169470191001892,0.7630850076675415,1.1975699663162231,-1.4930740594863892,0.4512290060520172,-0.7918519973754883,-1.4794570207595825,1.2795469760894775,-0.3422180116176605,-0.3465690016746521,1.6234660148620605,1.5411109924316406,0.1747169941663742,-1.1458309888839722,-0.9196509718894958,0.32698899507522583,-0.4226349890232086,-2.4760429859161377,-0.4131070077419281,1.2642149925231934,1.9970070123672485,-1.7403700351715088,0.8643779754638672,0.516638994216919,0.7750980257987976,0.014837999828159809,0.19352500140666962,1.6333030462265015,1.139343023300171,1.2284760475158691,0.8655549883842468,-1.0366430282592773,-2.3647780418395996,-0.2401529997587204,-0.3005639910697937,0.5443249940872192,-2.705256938934326,0.42896899580955505,1.5945709943771362,-1.2828840017318726,-0.17613999545574188,0.5550280213356018,0.5733019709587097,-0.3139150142669678,-0.08480799943208694,-1.0987739562988281,0.34044700860977173,0.7397840023040771,0.6144070029258728,-0.7228450179100037,-0.6265190243721008,1.3770719766616821,-1.385504961013794,0.9816370010375977,-1.7869770526885986,0.758463978767395,0.24971500039100647,-1.195410966873169,1.914816975593567,1.7313719987869263,-1.1360360383987427,0.043855998665094376,-1.7393239736557007,-0.2741129994392395,-0.46263301372528076,-0.1259630024433136,-0.27875199913978577,-2.1270880699157715,-0.21649900078773499,1.9198709726333618,-2.0648629665374756,-0.09956400096416473,1.653020977973938,0.05414000153541565,-2.1520020961761475,-0.5818150043487549,1.0600409507751465,0.3091619908809662,1.1433730125427246,0.3108690083026886,-0.22825099527835846,0.8570420145988464,2.0055060386657715,0.03692600131034851,-2.3747880458831787,-2.3961470127105713,-1.1338160037994385,0.7006739974021912,0.7091709971427917,-1.1231820583343506,-2.1740570068359375,1.5175329446792603,0.49310100078582764,1.1534409523010254,-1.3217699527740479,-0.5531409978866577,1.1351640224456787,-2.6228508949279785,0.6456480026245117,-0.707427978515625,1.0490870475769043,0.15393300354480743,-0.3061619997024536,0.5111140012741089,1.787966012954712,-0.08855099976062775,-0.3566040098667145,-1.2883739471435547,1.8765239715576172,-1.3919130563735962,-0.7786719799041748,-1.9745579957962036,-1.3001689910888672,1.0188360214233398,-0.0015350000467151403,1.3382689952850342,-1.4170080423355103,0.615880012512207,-0.4474569857120514,0.9790419936180115,-0.08393300324678421,-1.3867390155792236,0.25251999497413635,-0.14663399755954742,-0.22012700140476227,0.8105530142784119,-2.498110055923462,-2.3958590030670166,-2.1442549228668213,-0.8636530041694641,0.27482399344444275,-0.7423279881477356,-0.08273299783468246,-1.5204130411148071,-1.7504750490188599,0.8289340138435364,0.8554199934005737,-1.305914044380188,-0.01998100057244301,0.9884629845619202,-1.4036970138549805,0.5719680190086365,-2.6558539867401123,-0.8308470249176025,0.9630759954452515,-0.609637975692749,-1.271090030670166,0.031838998198509216,0.8051450252532959,-1.3026009798049927,0.10750599950551987,-2.101486921310425,-2.3231210708618164,-2.316493034362793,0.19123199582099915,-1.0340420007705688,-0.9745360016822815,0.9536979794502258,1.8285750150680542,1.5457689762115479,1.8136759996414185,-2.6194369792938232,0.9163860082626343,0.6537089943885803,1.2738970518112183,0.7702609896659851,0.28049400448799133,2.04292893409729,-0.6801040172576904,0.7263839840888977,-0.03920099884271622,-1.2113920450210571,-1.2319040298461914,-0.6190289855003357,1.2957379817962646,0.7828760147094727,0.9164729714393616,-1.0661890506744385,0.5041059851646423,-0.4461199939250946,1.5199170112609863,-0.32488200068473816,-0.6823179721832275,0.6968259811401367,1.265017032623291,-2.161618947982788,-0.4378400146961212,0.33575499057769775,0.09227100014686584,1.804216980934143,0.2626509964466095,-0.9784560203552246,-1.1222440004348755,0.9340479969978333,-1.214568018913269,0.7371219992637634,-1.647279977798462,0.5797640085220337,-0.15007799863815308,0.6218739748001099,0.5276659727096558,1.0932960510253906,0.12135600298643112,1.8271019458770752,1.8239949941635132,-0.905493974685669,0.5776950120925903,0.3842509984970093,0.893110990524292,0.7281389832496643,1.4522559642791748,-1.1507949829101562,0.13503099977970123,0.7477859854698181,-1.024314045906067,0.840969979763031,-1.2444959878921509,1.6458280086517334,1.8648020029067993,0.9626790285110474,1.5275119543075562,-0.9473950266838074,-0.40825900435447693,0.8744419813156128,0.39871999621391296,-0.5144879817962646,0.5966219902038574,0.5239350199699402,1.5872039794921875,0.06588099896907806,-0.2361689954996109,0.9053220152854919,-1.603274941444397,-0.8866530060768127,1.6235419511795044,0.5073860287666321,-1.4129990339279175,-0.9050319790840149,0.35631099343299866,0.4706049859523773,-2.176069974899292,1.944169044494629,1.8406059741973877,1.0531519651412964,-0.26719000935554504,1.9827979803085327,-1.7233270406723022,1.6904970407485962,-0.07339499890804291,-0.7098230123519897,0.4624190032482147,-2.4948129653930664,-0.8033789992332458,1.3256850242614746,-2.040132999420166,0.014391000382602215,-0.273703008890152,-0.5291950106620789,-1.2411179542541504,-0.7894030213356018,0.5532580018043518,1.173841953277588,0.7281860113143921,0.7547929883003235,1.914212942123413,1.5735210180282593,-1.1917740106582642,-0.9471880197525024,0.4019080102443695,1.5004889965057373,-2.126228094100952,0.15859900414943695,0.7870360016822815,0.02809399925172329,1.4422919750213623,-1.1777329444885254,-0.3813050091266632,0.5326409935951233,0.47318100929260254,1.7212929725646973,-0.5117440223693848,1.992143988609314,-1.0872420072555542,-1.1205919981002808,0.36460399627685547,-1.3024719953536987,-0.7978349924087524,1.3284649848937988,-0.3921070098876953,-1.240036964416504,0.9582470059394836,-0.6457239985466003,-0.30391600728034973,-0.5478860139846802,0.5654450058937073,0.3018740117549896,1.1267579793930054,0.17243899405002594,-3.003520965576172,-1.0977879762649536,-0.997186005115509,0.7592030167579651,-0.4717620015144348,-2.2456979751586914,-0.4504919946193695,0.7346720099449158,-1.7612279653549194,-1.9194669723510742,-2.5960209369659424,1.0671720504760742,1.3693970441818237,-1.0539510250091553,0.2396019995212555,-0.16944600641727448,0.7949380278587341,-0.2436629980802536,-0.2272620052099228,-0.21430599689483643,1.5727750062942505,0.6372590065002441,0.4216490089893341,-0.052726998925209045,-2.4421920776367188,-1.0282870531082153,-0.15357999503612518,-2.740899085998535,-1.2218830585479736,0.662024974822998,0.16090500354766846,0.6574429869651794,1.6958270072937012,0.9886580109596252,1.4577280282974243,-0.3350229859352112,1.5553309917449951,-0.15937399864196777,-0.39987900853157043,0.1652050018310547,-0.4990540146827698,0.4945699870586395,0.6079829931259155,-0.5987330079078674,-1.5416500568389893,0.11868499964475632,-0.0722460001707077,1.4122910499572754,-0.13893599808216095,0.5768240094184875,-2.071924924850464,-1.095592975616455,1.7946020364761353,-0.4311879873275757,1.6351419687271118,-0.5553500056266785,-1.5380100011825562,0.19964900612831116,-0.1886810064315796,-0.14386899769306183,-0.4249280095100403,1.3981349468231201,-0.331371009349823,-0.31939101219177246,0.3234739899635315,-2.0194571018218994,-2.0519320964813232,-1.3074790239334106,-0.03386000171303749,-0.057307999581098557,-0.6855040192604065,0.7564759850502014,0.6107550263404846,1.750596046447754,-1.7489449977874756,-2.9973769187927246,-0.32482200860977173,0.5047640204429626,-0.6320800185203552,-1.364130973815918,-2.404015064239502,-0.9297850131988525,0.2865630090236664,0.020723000168800354,-0.8470569849014282,0.20684200525283813,-0.44061601161956787,1.2585500478744507,-0.6695500016212463,0.5147799849510193,-1.5739690065383911,-1.5241420269012451,0.4264479875564575,0.6746010184288025,1.6262789964675903,1.443681001663208,-1.0969079732894897,1.8962750434875488,-0.22171099483966827,-2.169900894165039,-1.0529500246047974,0.43315398693084717,-1.9136309623718262,-0.11296900361776352,1.879626989364624,-0.6226710081100464,-0.46092700958251953,-1.9134830236434937,-1.1991159915924072,-1.0651220083236694,-0.180744007229805,0.44241398572921753,1.0520869493484497,-1.255444049835205,1.5554009675979614,-0.21659700572490692,0.5052319765090942,1.1860359907150269,-0.0035520000383257866,0.6937479972839355,1.1721800565719604,-1.0772490501403809,1.8435280323028564,-0.4281029999256134,1.6402310132980347,1.057217001914978,-0.6410840153694153,-1.3438169956207275,1.593485951423645,-0.4021719992160797,0.4954580068588257,-0.9957839846611023,-1.4280359745025635,0.31333601474761963,0.1707729995250702,-1.4770159721374512,-0.4580110013484955,1.259071946144104,-0.10026700049638748,0.6968050003051758,-2.798429012298584,1.2683470249176025,0.9579730033874512,1.0030759572982788,-0.8210639953613281,-0.09020499885082245,-1.0217440128326416,-1.0565990209579468,-1.1903630495071411,-0.8136789798736572,0.8491060137748718,1.2119090557098389,0.7002059817314148,-0.075934998691082,0.7851219773292542,-1.9106099605560303,-0.819267988204956,-0.8715050220489502,0.9214779734611511,-1.31700599193573,0.9891350269317627,0.2572380006313324,0.8982470035552979,-0.8245599865913391,-1.0584650039672852,-1.10166597366333,1.4093910455703735,1.5581029653549194,-0.8252289891242981,0.4252159893512726,-2.3389530181884766,0.7592430114746094,1.5029929876327515,1.4750880002975464,0.7378780245780945,0.5558120012283325,0.5375139713287354,0.8838369846343994,-2.6840360164642334,0.8340110182762146,-0.06413500010967255,1.1175880432128906,1.8483760356903076,-1.3356540203094482,-1.290910005569458,0.8109480142593384,1.9635610580444336,-0.1407019942998886,-0.11010699719190598,-1.2208950519561768,0.3372269868850708,-0.7935270071029663,0.44846200942993164,0.04088599979877472,-0.9919639825820923,-1.2129789590835571,-2.4285519123077393,0.9660260081291199,0.9694510102272034,1.2414970397949219,1.717149019241333,-2.1469829082489014,-2.110008955001831,-0.8112319707870483,0.7103409767150879,-0.23396599292755127,-1.034193992614746,-2.7492470741271973,1.7796440124511719,-2.0822629928588867,0.8764700293540955,-0.8406890034675598,-1.4182380437850952,-0.9217659831047058,-1.73409903049469,-2.814663887023926,-0.1775279939174652,-1.1625230312347412,1.3604199886322021,0.33655300736427307,0.9999009966850281,-1.998033046722412,-0.03614899888634682,-1.3962429761886597,-0.0767119973897934,1.1149580478668213,-0.8326449990272522,1.2962030172348022,-0.275628000497818,-1.0577529668807983,1.6372339725494385,0.844448983669281,1.0766570568084717,-2.536539077758789,0.6040499806404114,-2.30633807182312,0.08608400076627731,0.8588669896125793,-0.1364929974079132,-0.6613669991493225,0.3977760076522827,0.599141001701355,0.02523300051689148,-0.20222200453281403,-1.3761650323867798,-1.1948809623718262,0.8354910016059875,1.4272609949111938,1.2921890020370483,0.790215015411377,1.4610799551010132,-1.1608480215072632,-0.4887549877166748,1.7290630340576172,-0.22065599262714386,-0.6551100015640259,-0.5943009853363037,0.10663600265979767,1.5813239812850952,1.3461849689483643,-2.5624001026153564,0.5438759922981262,0.12432699650526047,0.7255079746246338,-0.10818800330162048,0.014077999629080296,-0.01527899969369173,0.3530229926109314,-0.366443008184433,-0.04307999834418297,-0.0179820004850626,0.48045700788497925,-1.497041940689087,-0.06036999821662903,-0.8705189824104309,1.4123400449752808,-2.4222230911254883,0.5628129839897156,1.3475459814071655,1.0562390089035034,1.8490179777145386,1.5677169561386108,-2.0311100482940674,-1.1411590576171875,1.1556329727172852,0.6064860224723816,-0.4227829873561859,1.3998260498046875,1.5521609783172607,0.013457000255584717,1.5684939622879028,0.6362890005111694,-0.1608009934425354,1.4275089502334595,-2.8446359634399414,1.2895009517669678,-0.5550609827041626,1.872967004776001,-1.0480660200119019,0.3496040105819702,0.6110960245132446,0.6026269793510437,0.529670000076294,-0.22514599561691284,1.2114739418029785,-0.6746450066566467,1.6869709491729736,1.0786880254745483,0.34416601061820984,-2.2991490364074707,-0.6505680084228516,0.39882799983024597,0.903240978717804,-0.3265950083732605,-1.4114940166473389,-0.1367429941892624,-0.2253659963607788,1.8682069778442383,1.0288560390472412,-1.918647050857544,0.5643190145492554,-1.2074559926986694,1.6144130229949951,-0.7173900008201599,-1.1799290180206299,0.3222529888153076,1.0781749486923218,2.1214330196380615,0.4820449948310852,-2.0595309734344482,1.5148930549621582,-0.5970709919929504,1.2309279441833496,1.2946369647979736,0.43967700004577637,0.08319699764251709,1.5347529649734497,-0.9019799828529358,0.3052479922771454,-0.6199529767036438,1.823928952217102,0.8665440082550049,0.11390800029039383,-1.5070029497146606,1.4194810390472412,-0.2015479952096939,1.6556090116500854,-0.9876539707183838,-0.07932999730110168,1.0485270023345947,0.8272979855537415,0.10057199746370316,-1.6605130434036255,-1.3992300033569336,1.21458899974823,-0.4054830074310303,-0.7050210237503052,-1.8832550048828125,-0.3092150092124939,-0.8739190101623535,-0.8658589720726013,-0.4004319906234741,-0.49261200428009033,-1.7718390226364136,0.8176699876785278,-0.35558199882507324,-0.7779399752616882,-0.562487006187439,-1.631814956665039,-0.14478999376296997,1.5006179809570312,-0.43876999616622925,-0.11567100137472153,-0.2670130133628845,-0.741981029510498,-0.7656450271606445,0.3751769959926605,0.28643500804901123,0.2807050049304962,0.05042300000786781,0.544448971748352,0.5389879941940308,0.5527849793434143,1.3997889757156372,-0.4516040086746216,1.7260160446166992,-2.6265668869018555,-1.332157015800476,-0.2031330019235611,0.5280320048332214,-0.46985000371932983,0.15852199494838715,-2.1543519496917725,-0.8739349842071533,0.977961003780365,1.7884869575500488,-1.2273880243301392,0.033698998391628265,1.0728659629821777,1.3099069595336914,1.5946439504623413,0.7314919829368591,-1.569525957107544,0.09876400232315063,-1.203611969947815,-0.29452601075172424,1.9093589782714844,-0.5268340110778809,-0.45052000880241394,-0.25178900361061096,1.105394959449768,1.7502089738845825,-1.982833981513977,-0.6276860237121582,-1.2646839618682861,0.9569000005722046,0.5412650108337402,-0.5216090083122253,0.21431399881839752,0.977948009967804,0.921796977519989,0.3701170086860657,-1.7886580228805542,-1.2146539688110352,0.09811700135469437,-1.4840259552001953,0.7031019926071167,0.3949820101261139,1.4693020582199097,-2.984934091567993,-0.7365620136260986,-0.6168749928474426,-0.46328699588775635,-0.9331920146942139,-2.62066388130188,0.018254000693559647,1.2819180488586426,-1.7233200073242188,0.46800801157951355,1.6138410568237305,1.602476954460144,1.108497977256775,0.30107998847961426,-0.35195600986480713,0.9711229801177979,0.13974399864673615,0.717868983745575,-1.0948810577392578,0.7530379891395569,-1.854506015777588,0.24369700253009796,1.2866179943084717,0.21943700313568115,0.15121899545192719,0.24492500722408295,-1.6106139421463013,-2.757327079772949,1.1943470239639282,0.8008360266685486,-1.351233959197998,-2.2737090587615967,1.6944169998168945,0.001728000002913177,1.5695439577102661,0.33013099431991577,-1.291229009628296,0.5492299795150757,1.7149029970169067,0.8898220062255859,-0.9395480155944824,-2.827716112136841,1.6511709690093994,1.6715539693832397,0.6992300152778625,1.440600037574768,1.6651420593261719,0.8628849983215332,0.4521870017051697,0.3845149874687195,-0.6936089992523193,-0.3889079988002777,-1.5476059913635254,-1.3732550144195557,-1.2014249563217163,-1.1461210250854492,-0.5563070178031921,-0.11503899842500687,0.9110199809074402,-2.6941089630126953,-2.2106471061706543,-1.2927390336990356,1.4859139919281006,1.4830689430236816,1.1114870309829712,0.758882999420166,0.406794011592865,1.1919059753417969,0.2812260091304779,-1.2160929441452026,1.558053970336914,1.5610589981079102,-1.4175829887390137,-0.26523301005363464,-1.1553610563278198,0.14404399693012238,0.28301700949668884,1.0608229637145996,1.7055729627609253,0.10516499727964401,-0.9654939770698547,0.12228000164031982,-1.0420140027999878,-1.8099809885025024,-0.9494820237159729,-0.007069000042974949,-1.3858020305633545,1.520324945449829,0.718878984451294,-2.5005710124969482,-2.5056910514831543,1.2662479877471924,1.536389946937561,-1.3818249702453613,-0.449631005525589,1.854287028312683,-1.6525050401687622,0.1326020061969757,-0.46515101194381714,1.088250994682312,1.6943299770355225,1.6140190362930298,-1.599452018737793,-0.9667999744415283,-2.369223117828369,-0.7164959907531738,-1.2151459455490112,0.2945150136947632,1.6677299737930298,-0.8907399773597717,-0.4839339852333069,-0.9465919733047485,0.44516000151634216,-0.93681800365448,-1.1426689624786377,1.0405919551849365,-2.2494640350341797,1.8091249465942383,1.287343978881836,1.1970210075378418,1.0087929964065552,0.19463300704956055,-2.5256879329681396,0.6231610178947449,0.37345701456069946,-0.2897869944572449,0.9639040231704712,-1.0253549814224243,-1.3642539978027344,-2.136312961578369,0.643409013748169,-1.2679979801177979,0.11111599951982498,1.7936359643936157,1.3849960565567017,-2.4957499504089355,-2.5032269954681396,-0.32265400886535645,0.24975700676441193,1.7081719636917114,-0.7222110033035278,-1.7190730571746826,0.33783799409866333,1.059777021408081,-0.7071210145950317,0.3093169927597046,0.187281996011734,0.9130949974060059,0.6356019973754883,0.8941239714622498,1.2075740098953247,-0.07312200218439102,0.6849319934844971,1.600445032119751,-0.5528380274772644,-1.3916059732437134,-0.7058179974555969,-0.4004189968109131,-0.6824769973754883,0.209525004029274,0.5277820229530334,1.6334069967269897,-1.2179969549179077,1.7768189907073975,0.17832599580287933,1.8374049663543701,0.5160390138626099,0.9205359816551208,-1.2208629846572876,-1.0539710521697998,1.5897140502929688,0.9978020191192627,-1.3237240314483643,1.176759958267212,-0.8489149808883667,1.3301039934158325,-1.7326099872589111,-0.131181001663208,-1.2185150384902954,-0.5894039869308472,-1.4023280143737793,-0.3998720049858093,1.558966040611267,-0.7416260242462158,0.31852200627326965,-2.626979112625122,-0.8319540023803711,-1.209496021270752,0.9127389788627625,0.809382975101471,0.5417810082435608,1.5194820165634155,1.8575359582901,-1.520300030708313,0.3983039855957031,-0.7072359919548035,-2.639961004257202,1.3896310329437256,-0.7830770015716553,-1.242205023765564,-1.2772150039672852,1.0074230432510376,2.0136520862579346,-0.21552099287509918,0.13364799320697784,-1.1837379932403564,-0.12577800452709198,-1.169145941734314,-2.7879700660705566,1.6032129526138306,1.327631950378418,-0.8023589849472046,0.8366990089416504,1.04197096824646,-1.3271640539169312,-1.0397310256958008,1.7125979661941528,0.27748000621795654,1.1402629613876343,-0.9231749773025513,0.6816750168800354,-2.7220370769500732,0.2707040011882782,-1.9412169456481934,-0.39794400334358215,1.804311990737915,0.03754600137472153,0.6231610178947449,0.5471450090408325,-1.7691800594329834,-0.9632850289344788,-0.08581099659204483,1.2061569690704346,1.5602140426635742,0.8266609907150269,1.5146130323410034,-0.05720999836921692,-0.5825319886207581,-2.438110113143921,1.981773018836975,0.6339979767799377,-0.5506370067596436,0.8844940066337585,1.4646040201187134,-2.3783340454101562,0.9920169711112976,0.07882499694824219,-1.6964730024337769,1.3184020519256592,-1.818585991859436,1.504971981048584,0.7948539853096008,0.07731299847364426,-2.4299559593200684,-0.948993980884552,-1.847646951675415,-2.3154959678649902,-2.4605751037597656,1.6227580308914185,1.3166199922561646,-1.2653160095214844,1.3536399602890015,-0.8990070223808289,-1.6392309665679932,-2.2175729274749756,-0.6499590277671814,1.4909950494766235,-0.249332994222641,-0.8971490263938904,0.9195430278778076,0.39278098940849304,1.3349239826202393,-0.23262999951839447,1.704118013381958,0.18199299275875092,0.16336500644683838,-2.2332730293273926,-0.25569701194763184,-0.053126998245716095,0.05107099935412407,0.5218470096588135,-1.2013590335845947,1.1124279499053955,-2.7684860229492188,-1.3468339443206787,1.085927963256836,1.3556220531463623,1.9712430238723755,0.6065670251846313,0.6970440149307251,-0.7018730044364929,-1.048037052154541,0.536529004573822,-0.3224419951438904,1.526587963104248,0.9936010241508484,0.5795819759368896,-0.8131849765777588,2.140713930130005,1.1504000425338745,-0.9555540084838867,-0.5178049802780151,-0.2803409993648529,-0.973209023475647,-0.3043630123138428,-0.13931599259376526,0.9622859954833984,-0.09464000165462494,-0.9310219883918762,-2.6298890113830566,-1.2858879566192627,0.16096000373363495,0.23180299997329712,1.3331209421157837,-0.4790570139884949,0.6231259703636169,1.4142889976501465,0.38047099113464355,-1.3884079456329346,1.7943689823150635,-0.6518309712409973,-1.513105034828186,1.4000250101089478,1.0455139875411987,-1.3057910203933716,1.27354097366333,-0.9300270080566406,1.3201489448547363,-0.018573999404907227,0.9204480051994324,-0.5321670174598694,1.2068779468536377,-0.37564799189567566,1.3900890350341797,1.2992730140686035,1.030316948890686,-1.036929965019226,-0.56768399477005,1.7218739986419678,-1.9805370569229126,1.6410720348358154,0.2332179993391037,-1.5881530046463013,1.8412829637527466,-0.2601659893989563,-1.6857249736785889,-1.670591950416565,0.5852450132369995,-1.3040820360183716,-0.7863349914550781,-0.7692490220069885,-1.1639870405197144,0.20706899464130402,-0.34717699885368347,-0.319599986076355,-0.6978679895401001,1.1919280290603638,0.39795801043510437,-1.7342690229415894,-0.6623679995536804,0.6630749702453613,-0.025008000433444977,-1.4448469877243042,1.028259038925171,0.23658399283885956,1.8748849630355835,-0.5192540287971497,1.4636839628219604,1.60698401927948,-0.2832159996032715,-0.9240270256996155,1.2728029489517212,0.7595109939575195,1.0297139883041382,1.2844239473342896,0.1332859992980957,-0.8823819756507874,0.14419099688529968,-1.9742059707641602,0.9319339990615845,0.9102470278739929,0.1812400072813034,0.8783910274505615,-1.3273930549621582,0.8628929853439331,0.5270559787750244,-0.6550490260124207,-0.6461179852485657,-1.3662209510803223,0.16695700585842133,0.6584349870681763,-0.12637099623680115,-1.5672229528427124,0.7712770104408264,-0.08127199858427048,-1.1585719585418701,-0.8205909729003906,0.8837230205535889,-1.895203948020935,-0.39716199040412903,-1.1218700408935547,0.9319049715995789,0.9952160120010376,0.19282400608062744,-1.3732080459594727,0.06774699687957764,1.2589370012283325,0.5273900032043457,-0.577826976776123,-0.38127100467681885,0.8479229807853699,0.24302199482917786,-0.839372992515564,-1.3723629713058472,-0.3111970126628876,1.4819869995117188,-1.1735270023345947,-0.6544010043144226,-0.9306219816207886,-1.2331520318984985,1.1055359840393066,1.0457719564437866,0.770799994468689,1.9212340116500854,0.432202011346817,0.10183300077915192,0.009859999641776085,-1.186769962310791,-0.9042850136756897,1.0448689460754395,1.3954859972000122,0.8492439985275269,1.210178017616272,-1.3273979425430298,-1.5767370462417603,1.7462530136108398,-0.633292019367218,0.8881210088729858,-1.337494969367981,-2.0317749977111816,0.14601099491119385,0.4056749939918518,-1.20107102394104,1.3595590591430664,-0.6360189914703369,-0.3652549982070923,-1.113394021987915,-1.198773980140686,0.9109640121459961,0.4389039874076843,0.4576669931411743,-0.2426380068063736,1.4089319705963135,0.4619629979133606,0.6136620044708252,-0.6945379972457886,-0.3747979998588562,1.0514229536056519,0.40694499015808105,0.3705480098724365,1.4172329902648926,0.6544749736785889,0.5777689814567566,-2.333606004714966,0.9876109957695007,1.3996479511260986,0.7966740131378174,0.11089500039815903,0.6312999725341797,1.5482410192489624,0.8671110272407532,1.7282259464263916,-2.3349509239196777,-2.2350029945373535,1.885722041130066,0.49239999055862427,0.575984001159668,1.02817702293396,0.4589889943599701,0.14053599536418915,-0.02369000017642975,-0.002222999930381775,-2.4709949493408203,-1.2810779809951782,0.4824660122394562,0.4397900104522705,0.294964998960495,0.7674729824066162,-0.40505799651145935,0.9371079802513123,-2.437000036239624,-0.23975799977779388,1.712623953819275,0.9290869832038879,1.1025689840316772,-0.8458880186080933,-0.7088930010795593,1.5361319780349731,-0.12048900127410889,-0.8758739829063416,-1.0144319534301758,0.9228410124778748,0.283174991607666,0.30396801233291626,-1.267279028892517,-0.7121689915657043,1.8586829900741577,-1.4746739864349365,-1.0836280584335327,-2.3339290618896484,0.7942569851875305,-1.0179380178451538,-0.2004619985818863,1.8925739526748657,-1.0578659772872925,1.2592190504074097,-0.8434100151062012,0.8037909865379333,0.935263991355896,0.7143129706382751,-0.9501199722290039,1.4528379440307617,1.0793830156326294,1.0568310022354126,-1.0774179697036743,-0.0493680015206337,-1.2817059755325317,-0.824819028377533,-0.1169549971818924,1.3801259994506836,0.4656490087509155,-1.0065679550170898,0.21921099722385406,-0.23988200724124908,-0.9888560175895691,0.9335100054740906,-0.8247609734535217,0.36591601371765137,1.2134989500045776,0.9566789865493774,0.909587025642395,0.8916429877281189,0.9177410006523132,-2.371561050415039,0.47663599252700806,0.7454100251197815,-0.21750199794769287,1.0802429914474487,-0.07632599771022797,-1.1472909450531006,-1.8720890283584595,-1.7531490325927734,0.06626000255346298,0.6984689831733704,-0.09666799753904343,1.3433749675750732,0.7389919757843018,0.22868600487709045,1.5649850368499756,-1.4686700105667114,0.8288660049438477,1.078354001045227,0.803659975528717,-0.6929810047149658,0.8939530253410339,0.47055700421333313,0.9004589915275574,-0.7096740007400513,-1.871353030204773,-1.3669949769973755,1.8796759843826294,0.443558007478714,0.2474440038204193,0.7610309720039368,1.0995169878005981,0.035989999771118164,-1.6505130529403687,0.9530969858169556,0.7344260215759277,-2.209517002105713,-2.6929869651794434,-1.0183759927749634,-1.1316219568252563,1.1739410161972046,0.16595299541950226,-2.13552188873291,-1.2630139589309692,-0.4948970079421997,0.7504159808158875,-0.18396399915218353,-0.09383700042963028,0.35583800077438354,-1.3458930253982544,0.8423810005187988,0.8742600083351135,1.1120500564575195,1.5325599908828735,1.89274001121521,-2.1594340801239014,-0.21486300230026245,-0.4871329963207245,-0.040261998772621155,1.1058930158615112,-0.24883900582790375,-1.2505029439926147,0.6181290149688721,-1.21676504611969,1.8448619842529297,1.538437008857727,-0.40141698718070984,1.2131999731063843,-0.9844059944152832,0.5108240246772766,-1.2026220560073853,0.757004976272583,1.8111389875411987,0.901656985282898,1.48580002784729,-1.3067320585250854,1.8694250583648682,-0.5570949912071228,-1.3168599605560303,1.719704031944275,-1.196194052696228,-0.4053589999675751,-2.633730888366699,1.251397967338562,-2.179049015045166,1.2887769937515259,-1.0879100561141968,-0.21936500072479248,1.432515025138855,1.9052400588989258,0.5545390248298645,1.7785120010375977,1.8376619815826416,-1.9138489961624146,-1.9789119958877563,1.565229058265686,0.6423130035400391,1.593304991722107,1.112650990486145,-1.2270870208740234,0.3298479914665222,0.03414199873805046,-1.0711820125579834,-1.335263967514038,0.010723000392317772,1.3539910316467285,0.6973990201950073,-0.8260679841041565,0.6592440009117126,-0.034547001123428345,-2.662087917327881,-1.0822819471359253,1.5981730222702026,-0.2027059942483902,-2.6000990867614746,-0.24566499888896942,0.04231400042772293,0.7616040110588074,-0.5021849870681763,-1.9609719514846802,0.16650399565696716,-0.9831479787826538,0.15934999287128448,1.0386250019073486,-1.9972939491271973,1.4524530172348022,1.051116943359375,0.6592609882354736,1.3717410564422607,-2.1801819801330566,1.5384440422058105,-1.767572045326233,1.5763880014419556,1.105262041091919,-1.329872965812683,0.48478201031684875,0.6247749924659729,0.5293999910354614,0.8612930178642273,0.5175880193710327,-0.01217500027269125,-0.8301209807395935,-0.8460890054702759,-0.8601109981536865,-0.08492399752140045,-0.1257690042257309,1.5127660036087036,0.8376749753952026,-0.9919840097427368,0.4094099998474121,-0.9084569811820984,0.9032469987869263,0.6403890252113342,-0.9092320203781128,-1.2363590002059937,0.3709790110588074,1.9762239456176758,-0.20238499343395233,0.6407089829444885,0.15955699980258942,-0.3831090033054352,-1.69746994972229,2.0501129627227783,-1.3175480365753174,1.2243280410766602,0.5067059993743896,-0.24887700378894806,1.3641550540924072,0.9291409850120544,-2.9997990131378174,-2.9799389839172363,-2.3398420810699463,1.31085205078125,-1.399672031402588,-2.6458070278167725,-0.14738300442695618,1.083785057067871,-1.3421030044555664,-1.742898941040039,1.980376958847046,1.5348399877548218,-1.3397330045700073,1.1671229600906372,-2.554495096206665,1.18134605884552,1.0224839448928833,-2.105195999145508,-2.971522092819214,0.7145360112190247,-0.3112120032310486,0.5005099773406982,0.5210980176925659,-1.4442009925842285,-2.9907588958740234,1.6022779941558838,-1.7630369663238525,0.19630999863147736,0.4964039921760559,-2.4370040893554688,0.7719900012016296,1.169862985610962,1.7162790298461914,-1.2350929975509644,-0.3593220114707947,0.22841300070285797,1.204874038696289,-1.9175740480422974,-1.8563849925994873,0.850184977054596,-0.7653409838676453,0.7906839847564697,-0.8967919945716858,0.44204699993133545,0.19975200295448303,0.8225499987602234,0.6244009733200073,-1.1229840517044067,-0.34306401014328003,0.06131400167942047,0.28164398670196533,0.797540009021759,-1.5662109851837158,-1.3472570180892944,1.9493839740753174,-2.4377870559692383,-0.7811579704284668,-1.8898650407791138,1.3432329893112183,-0.5410199761390686,1.559209942817688,-1.4198349714279175,0.607699990272522,1.5567859411239624,1.5738879442214966,0.9974009990692139,-1.040871024131775,0.40627801418304443,0.31792300939559937,0.8920050263404846,0.28601500391960144,-0.2677460014820099,-1.0496209859848022,-1.1495139598846436,-1.56073796749115,1.8747689723968506,-0.08077099919319153,-1.9715919494628906,-1.3037519454956055,-0.21112799644470215,0.8257099986076355,-1.3232699632644653,0.763027012348175,-1.1386549472808838,-2.4975240230560303,1.4969600439071655,-1.2945810556411743,0.7622630000114441,-2.2285590171813965,-1.5425180196762085,0.9702720046043396,-1.2736929655075073,-0.4456709921360016,-0.2541620135307312,-3.0000319480895996,0.12824200093746185,0.6632859706878662,-2.1432080268859863,1.394516944885254,-0.8901469707489014,1.8728179931640625,-0.038075998425483704,-1.7586450576782227,-0.1195560023188591,-0.15985499322414398,0.5329300165176392,0.7484890222549438,-0.7761489748954773,-2.956541061401367,0.7948030233383179,1.4851830005645752,0.7700070142745972,-0.7786589860916138,2.0748019218444824,1.7539600133895874,0.40609800815582275,-1.7905839681625366,-0.4105199873447418,-0.09359399974346161,1.1519240140914917,-2.5807480812072754,-1.0316280126571655,-0.9918270111083984,-2.1470119953155518,-1.385261058807373,-0.6254240274429321,-2.920677900314331,-0.48812198638916016,0.07942300289869308,-0.4788140058517456,-0.42857301235198975,1.2580950260162354,1.1017290353775024,0.9360020160675049,1.5742549896240234,1.7231190204620361,0.42162999510765076,0.2619369924068451,1.0505059957504272,-2.5642120838165283,-0.6651650071144104,0.42813101410865784,1.7544870376586914,1.355672001838684,0.9934549927711487,-1.2568989992141724,2.0169310569763184,1.0737240314483643,-2.021904945373535,-0.6571339964866638,0.8297899961471558,0.133091002702713,1.6784709692001343,1.4600030183792114,-2.907576084136963,-2.3797459602355957,-1.7597739696502686,1.2602310180664062,-2.1045520305633545,-0.9307460188865662,-1.5572140216827393,0.12680299580097198,0.9834499955177307,-1.6677980422973633,1.2455170154571533,-2.6416170597076416,-2.694399118423462,-0.5052769780158997,0.23915299773216248,-0.31481900811195374,-0.5029259920120239,1.5081340074539185,0.8354669809341431,0.5338810086250305,-0.2394150048494339,-1.952828049659729,-1.549435019493103,1.877261996269226,0.22193700075149536,1.117527961730957,1.0398180484771729,1.6438419818878174,1.445713996887207,0.039795998483896255,1.8703240156173706,1.6895370483398438,1.0919159650802612,-2.32169508934021,1.6043740510940552,-0.9439389705657959,-0.5803380012512207,0.6827449798583984,1.7189550399780273,-0.49157899618148804,0.40575799345970154,1.1694530248641968,0.48852699995040894,0.06774300336837769,-0.4360769987106323,-0.2941319942474365,-0.7420049905776978,0.7171840071678162,1.0057660341262817,0.13720400631427765,0.0934389978647232,1.2520699501037598,-2.07784104347229,1.4442499876022339,0.13815000653266907,-1.0554109811782837,-1.2519429922103882,1.28330397605896,-0.3694239854812622,-1.5947619676589966,1.4709099531173706,0.03450600057840347,-1.1924240589141846,-2.3401050567626953,0.9778820276260376,1.3555150032043457,-0.5668370127677917,1.7886600494384766,0.16393500566482544,-0.45984700322151184,-0.9388359785079956,1.5256390571594238,-1.244431972503662,-1.843927025794983,1.3322850465774536,0.09000899642705917,0.6920989751815796,1.3567099571228027,-0.016078000888228416,-1.041383981704712,-1.2561440467834473,-1.9878530502319336,1.2317169904708862,-0.5369219779968262,-0.8613659739494324,0.4076719880104065,-0.33910301327705383,-1.2392959594726562,0.3732289969921112,1.3228709697723389,1.7418179512023926,-0.3329490125179291,-0.6272670030593872,0.423678994178772,-1.0196900367736816,1.5884259939193726,-0.5076839923858643,-1.2510030269622803,0.2260259985923767,0.07820799946784973,0.9292050004005432,-0.3624280095100403,0.12474499642848969,-1.0747380256652832,-0.9904459714889526,-1.3652839660644531,-2.3030738830566406,-0.6286739706993103,-0.11877100169658661,-0.2301190048456192,0.24055799841880798,-0.7142120003700256,-0.5242239832878113,-2.9571878910064697,-2.044572114944458,0.3156140148639679,0.07456500083208084,1.026453971862793,-2.6152420043945312,-0.7178410291671753,-0.7702130079269409,-1.1560070514678955,0.8745599985122681,-0.06003899872303009,-1.3842979669570923,-1.744042992591858,0.23076100647449493,0.3585129976272583,0.7614380121231079,-0.9324550032615662,0.41197800636291504,0.019518999382853508,0.6962850093841553,1.3147989511489868,-1.8833179473876953,-1.1615320444107056,-1.8037190437316895,-1.3291809558868408,1.6269010305404663,0.41995999217033386,-1.1885859966278076,0.700016975402832,-0.4659700095653534,-1.0809760093688965,-2.0177249908447266,1.8675800561904907,-2.4065349102020264,-0.5746790170669556,0.2932929992675781,-0.0503229983150959,0.725616991519928,-1.041985034942627,-0.004645000211894512,1.0770440101623535,-0.6463050246238708,-1.327157974243164,0.3683069944381714,1.1110340356826782,-0.2408359944820404,0.2536419928073883,-0.41222599148750305,0.1589609980583191,-1.497786045074463,0.493135005235672,1.717648983001709,-0.6760129928588867,0.8194149732589722,-2.2625060081481934,-1.3583149909973145,-2.959280014038086,-1.776865005493164,1.2673310041427612,0.764182984828949,-0.27742800116539,0.4817439913749695,1.2691839933395386,0.41741299629211426,0.6094710230827332,1.6208059787750244,0.6678630113601685,1.6333309412002563,1.746480941772461,-1.1436749696731567,-0.6482329964637756,-2.119278907775879,-0.48655399680137634,0.5629940032958984,-2.256688117980957,-1.1939380168914795,0.6403639912605286,-1.1336990594863892,-1.8436959981918335,0.8819860219955444,1.4480459690093994,0.6541299819946289,1.5467369556427002,0.7632060050964355,-0.9925979971885681,-0.3435879945755005,-1.4678770303726196,-1.5149610042572021,1.851201057434082,-1.183853030204773,-1.6345360279083252,1.0413689613342285,1.290235996246338,0.36447399854660034,-1.4564659595489502,1.231685996055603,-2.255250930786133,0.6711999773979187,-1.4851839542388916,-2.2854549884796143,0.5269209742546082,-0.9682859778404236,-2.019711971282959,-0.8632720112800598,0.4723910093307495,1.4976730346679688,0.632377028465271,1.6966530084609985,-2.9290618896484375,-2.9339799880981445,2.0946719646453857,0.546159029006958,1.3354389667510986,-1.6891069412231445,1.2965949773788452,-0.6376320123672485,-0.11973799765110016,0.19560100138187408,-1.784600019454956,-1.8293880224227905,-2.875430107116699,-1.313143014907837,-1.0217900276184082,1.3019740581512451,1.7401740550994873,0.7194859981536865,1.0571609735488892,1.1091489791870117,-1.1002860069274902,-0.934677004814148,0.09413900226354599,1.3716200590133667,0.06688199937343597,1.2190730571746826,-1.00974702835083,-0.3334589898586273,0.2157839983701706,0.47082799673080444,-2.696927070617676,0.6353679895401001,0.2594349980354309,0.23798200488090515,0.1076280027627945,1.6754189729690552,1.1041810512542725,0.44355300068855286,0.6712440252304077,-0.1353839933872223,-1.7293510437011719,-1.8575509786605835,-2.212130069732666,-1.6240630149841309,-2.6835129261016846,-0.21059900522232056,-1.1768579483032227,0.8271390199661255,-1.517488956451416,0.3077569901943207,-0.29062899947166443,0.2504740059375763,-0.609794020652771,0.4695200026035309,0.14875400066375732,-1.2430050373077393,-1.3789900541305542,1.3113160133361816,-1.3020340204238892,0.31074801087379456,-1.26910400390625,-0.942903995513916,0.4037100076675415,0.6403089761734009,-0.8512129783630371,1.359555959701538,-1.2591960430145264,0.49549299478530884,-2.833425998687744,1.6423530578613281,0.07689400017261505,1.7185050249099731,-2.5863540172576904,-1.0389419794082642,0.018811000511050224,-2.3864309787750244,-1.5975010395050049,0.2846119999885559,1.977918028831482,1.0407919883728027,0.6548810005187988,-3.022502899169922,-1.562276005744934,-0.6580060124397278,-2.4700090885162354,0.9437029957771301,-0.647026002407074,-2.568619966506958,1.8813780546188354,-0.521573007106781,-0.4787609875202179,0.44076699018478394,0.5940229892730713,1.576192021369934,1.0756709575653076,-0.7904490232467651,-0.9007840156555176,1.5908399820327759,1.3995039463043213,-0.1672160029411316,-0.39605700969696045,1.0903199911117554,-0.31832799315452576,-0.24394600093364716,-0.9322029948234558,-0.04299800097942352,-0.08807600289583206,0.3372510075569153,0.4017939865589142,1.6161350011825562,1.5424870252609253,0.22973300516605377,-0.3260279893875122,1.0321760177612305,0.7300260066986084,-1.3640069961547852,0.03440700098872185,0.44602900743484497,-0.40745800733566284,-1.671897053718567,-1.7780369520187378,-0.04372800141572952,1.6006590127944946,1.063904047012329,0.04489000141620636,-0.377685010433197,1.8838080167770386,1.903427004814148,1.5292580127716064,0.8005350232124329,1.4836020469665527,-0.11206000298261642,-2.55391001701355,-0.03889099881052971,-1.4139679670333862,-2.102839946746826,-0.9286609888076782,-1.9496710300445557,-1.4949350357055664,0.7220879793167114,-0.7768920063972473,1.7517709732055664,-0.09509400278329849,-0.32018598914146423,0.9088150262832642,0.4456390142440796,0.7280640006065369,1.752977967262268,-1.5160109996795654,0.9345049858093262,-1.726457953453064,1.1607279777526855,-1.4081130027770996,0.28300100564956665,0.3560259938240051,0.477741003036499,-0.22531700134277344,0.3217949867248535,0.874584972858429,1.4255160093307495,1.604303002357483,1.3977769613265991,-0.4232119917869568,-1.4845279455184937,0.728335976600647,1.6899319887161255,1.5145050287246704,0.1277969926595688,-0.7372360229492188,-1.7868709564208984,-3.010699987411499,-0.016217999160289764,-1.036378026008606,-1.4020609855651855,-1.8313089609146118,-1.8363200426101685,0.06457000225782394,-0.8454920053482056,0.5036709904670715,0.09056299924850464,1.7834670543670654,1.4591469764709473,-0.07433299720287323,-0.16603299975395203,-0.7038429975509644,-0.7013570070266724,-1.0280890464782715,-2.5737619400024414,0.6393219828605652,-0.6654649972915649,-1.6824239492416382,-0.34904998540878296,-0.8551009893417358,0.6520259976387024,1.108788013458252,-0.6933299899101257,0.6095240116119385,-2.3502840995788574,-0.42424100637435913,1.408197045326233,-1.4275959730148315,-2.4881319999694824,-1.0133919715881348,-2.6359360218048096,1.6761620044708252,0.42132699489593506,-0.06489799916744232,0.07272599637508392,1.5328270196914673,0.14023800194263458,-0.8801820278167725,0.17768900096416473,0.01247899979352951,1.7518219947814941,1.0371589660644531,1.4055919647216797,0.1472650021314621,-0.80280601978302,0.8989610075950623,-1.3855689764022827,0.4163399934768677,-0.7320410013198853,0.6555529832839966,-0.9912850260734558,-1.4603099822998047,1.8932169675827026,-1.2470860481262207,-0.05316900089383125,-0.781482994556427,-0.1466519981622696,0.9926869869232178,1.0274770259857178,0.8398489952087402,0.8980889916419983,-0.861191987991333,-1.3195749521255493,0.7418199777603149,-2.3167479038238525,-2.6360321044921875,-2.222588062286377,-1.1810599565505981,1.1439989805221558,-0.04432399943470955,0.35852599143981934,-1.6191530227661133,-1.8948010206222534,-1.6344870328903198,-0.05830200016498566,0.26275700330734253,-1.1812059879302979,0.28130099177360535,-0.39517998695373535,1.8404910564422607,1.7977310419082642,0.592054009437561,0.30196499824523926,-2.883903980255127,-1.283305048942566,-1.273908019065857,0.31071099638938904,-2.822732925415039,0.18411700427532196,0.6511970162391663,-0.16410300135612488,-0.06860200315713882,1.6763819456100464,1.8676270246505737,-0.786674976348877,-1.1881059408187866,-1.2299330234527588,0.37278300523757935,-1.0823479890823364,0.6717870235443115,1.4577970504760742,0.507781982421875,0.9892939925193787,1.2173850536346436,0.006719000171869993,-1.424875020980835,-0.3690199851989746,1.9053529500961304,-1.2478569746017456,0.3684940040111542,-0.45708298683166504,-0.015924999490380287,-1.0192819833755493,-1.0556639432907104,-0.20881499350070953,-0.4141939878463745,0.5830649733543396,-0.9764890074729919,0.6321759819984436,-0.9720069766044617,2.1061251163482666,-0.6837729811668396,-0.9805610179901123,0.2307479977607727,0.8901389837265015,-0.32218798995018005,-1.86558198928833,0.6171640157699585,1.3139610290527344,-0.6080780029296875,-1.177495002746582,-0.91280198097229,-0.5549579858779907,-2.1686809062957764,-0.30280598998069763,-1.0003410577774048,-1.495985984802246,-0.06514099985361099,0.6821380257606506,0.09820300340652466,-0.05779299885034561,1.7692110538482666,-1.3098809719085693,0.20282399654388428,-2.022732973098755,-0.12860000133514404,-0.42440998554229736,-0.048725999891757965,-0.07708899676799774,0.2985230088233948,-0.14962799847126007,-1.269873023033142,-2.722956895828247,0.6419360041618347,-1.4043229818344116,0.920337975025177,0.8807160258293152,2.04093599319458,-0.6050819754600525,-0.251583993434906,1.426658034324646,0.14920899271965027,-1.0877219438552856,2.0850861072540283,1.3949470520019531,0.9667180180549622,0.20252400636672974,-1.0284249782562256,-0.7723829746246338,-0.7756459712982178,-0.9008229970932007,-1.6146700382232666,0.6600480079650879,-0.18942900002002716,1.0559730529785156,0.8797910213470459,-0.21098700165748596,0.08828900009393692,-2.086698055267334,0.12893599271774292,-0.25382599234580994,-2.10685396194458,-0.015951000154018402,-0.9520140290260315,-1.4030179977416992,-0.442018985748291,-0.3819569945335388,-0.3419489860534668,0.61980801820755,0.3413420021533966,-0.08554799854755402,0.6114450097084045,0.997435986995697,-0.4090630114078522,-2.146699905395508,-2.2061350345611572,-1.191815972328186,-0.9201239943504333,0.3333339989185333,-1.0513379573822021,-0.3680739998817444,0.6337080001831055,0.1423330008983612,0.8398699760437012,-1.3325059413909912,-0.7354080080986023,1.4965829849243164,-1.297813057899475,1.3314540386199951,0.44514501094818115,-0.8339200019836426,-0.750469982624054,1.7490789890289307,-1.287356972694397,1.3991400003433228,1.240952968597412,-0.6222630143165588,1.030316948890686,0.3690829873085022,-1.4014689922332764,-1.3232929706573486,0.3476859927177429,0.25336799025535583,1.3883750438690186,-0.6019799709320068,1.7162679433822632,1.0478899478912354,-0.8504670262336731,0.9005839824676514,-0.7839149832725525,-2.209429979324341,0.5265529751777649,-1.324133038520813,-0.18401899933815002,1.6843760013580322,0.6391469836235046,0.5093550086021423,1.898339033126831,0.7622820138931274,1.6899399757385254,1.9726669788360596,0.6275780200958252,1.8482600450515747,1.3095920085906982,-2.278165102005005,-0.4708150029182434,-0.9913390278816223,-0.6270149946212769,-2.6636760234832764,-2.683835029602051,-2.5295751094818115,-1.1580300331115723,0.505541980266571,1.2233829498291016,0.2671020030975342,-0.9105709791183472,-2.5546209812164307,0.9466270208358765,0.9370920062065125,1.416524052619934,-1.4161230325698853,-2.680320978164673,0.8917949795722961,1.2828129529953003,-1.2185759544372559,0.34073498845100403,0.823934018611908,-1.8241100311279297,-0.7310630083084106,-1.9917479753494263,1.9369839429855347,-0.43549299240112305,0.6292750239372253,0.5808299779891968,0.3260740041732788,1.0811150074005127,0.9387279748916626,-0.5572509765625,0.8392210006713867,1.4644429683685303,1.8907279968261719,0.052692998200654984,1.7657049894332886,0.33662399649620056,-0.1520179957151413,0.8952500224113464,-0.7350540161132812,0.3070330023765564,0.3780440092086792,-1.5232959985733032,-0.9850289821624756,-0.9118229746818542,-0.23763300478458405,-0.27910900115966797,-0.15853700041770935,1.852720022201538,-0.29624098539352417,-1.3788319826126099,-0.774957001209259,-0.8252620100975037,0.37787801027297974,0.36893099546432495,-0.5043669939041138,-0.9665189981460571,0.3009369969367981,1.3153090476989746,-0.018849000334739685,-0.9243410229682922,1.3555500507354736,-0.2602030038833618,-2.596580982208252,-2.549673080444336,-1.1606179475784302,1.3102060556411743,0.21646800637245178,0.7257149815559387,-1.360617995262146,-1.325584053993225,-1.3649890422821045,-1.1581569910049438,-1.0198760032653809,0.6822149753570557,-1.0272419452667236,0.8924620151519775,-1.0907069444656372,1.8609800338745117,1.6270229816436768,-1.025462031364441,1.7586950063705444,0.9166449904441833,0.9345049858093262,-0.846809983253479,-0.26561498641967773,-1.2589069604873657,-0.21289299428462982,-1.53615403175354,0.038624998182058334,-0.919975996017456,-2.384737968444824,1.7492669820785522,1.1300770044326782,1.7961159944534302,0.2090570032596588,-1.0564379692077637,-1.7433589696884155,0.6577929854393005,1.6876879930496216,-0.48072299361228943,0.3272629976272583,-0.6071910262107849,-0.21367700397968292,-0.8119620084762573,-1.0741480588912964,-0.6753290295600891,-0.003837000112980604,1.1024329662322998,1.5113470554351807,-0.17236000299453735,0.292508989572525,-0.19606900215148926,1.7385400533676147,0.8149359822273254,0.8937129974365234,1.1614010334014893,-0.39976099133491516,-1.6254860162734985,-0.5169169902801514,0.0852850005030632,1.9577460289001465,1.448294997215271,-0.22219699621200562,1.5618009567260742,0.4005089998245239,-1.0649420022964478,0.7077950239181519,0.8343520164489746,0.7709109783172607,0.3375900089740753,-1.9920200109481812,0.9792529940605164,0.021635999903082848,-2.911180019378662,1.8437470197677612,0.8963509798049927,-1.1935620307922363,-1.421623945236206,0.43254199624061584,-0.388247013092041,-0.1718910038471222,1.2737900018692017,-1.9953279495239258,-2.94114089012146,-0.9788720011711121,0.7683939933776855,1.9251339435577393,-0.7767770290374756,-1.6566309928894043,0.6386209726333618,0.999576985836029,0.5065400004386902,1.6541229486465454,-2.4392409324645996,1.0372960567474365,-0.09937100112438202,-0.003877999959513545,-0.04252199828624725,-0.940455973148346,0.1163719967007637,-1.8084379434585571,0.9045779705047607,-2.2570040225982666,1.3361510038375854,-2.9268240928649902,-0.8791999816894531,0.3194980025291443,-2.4165000915527344,0.182561993598938,0.4302609860897064,-0.5954310297966003,-2.59313702583313,-1.3765209913253784,-0.1010729968547821,-2.21276593208313,-1.1737170219421387,-1.2209949493408203,-0.03742000088095665,0.603393018245697,0.5582510232925415,-0.6209549903869629,-1.0792560577392578,0.9957150220870972,-1.0294359922409058,-1.0644140243530273,1.1410670280456543,1.571221947669983,0.9139860272407532,-1.402616024017334,0.642507016658783,-1.0744260549545288,-2.5754220485687256,1.1550689935684204,1.3033020496368408,0.3503359854221344,1.3668090105056763,2.038439989089966,-1.2839000225067139,-0.6331729888916016,1.492385983467102,0.3806450068950653,0.9769300222396851,0.26030200719833374,0.22041399776935577,-1.1751430034637451,0.5370879769325256,0.5005850195884705,-1.0675209760665894,-2.3575499057769775,1.612089991569519,-0.7234159708023071,-0.7425400018692017,-1.4128869771957397,-1.2516059875488281,0.7367640137672424,-0.9504730105400085,1.756438970565796,1.5655709505081177,1.5725170373916626,0.7531859874725342,-0.27942198514938354,-0.7825629711151123,-0.07479199767112732,-1.86272394657135,-1.6881200075149536,-0.5718340277671814,1.1082210540771484,1.88544499874115,-2.085702896118164,-2.420274019241333,-0.8342210054397583,-0.21369600296020508,1.4683940410614014,-1.3991930484771729,-0.5882220268249512,1.6011970043182373,0.5392429828643799,-1.4467320442199707,0.9571890234947205,1.1971750259399414,1.1783050298690796,1.2761739492416382,1.7572170495986938,-0.32038500905036926,0.6355370283126831,-0.004650999791920185,0.5785580277442932,-3.0156800746917725,1.8519920110702515,-0.16972699761390686,0.3134559988975525,0.14980599284172058,-0.4819380044937134,0.4510830044746399,-1.0362160205841064,-0.6650739908218384,-1.2657849788665771,-1.2468780279159546,-1.0004600286483765,-1.035014033317566,0.03421499952673912,0.5963209867477417,0.278099000453949,0.19552600383758545,1.3470089435577393,1.3451189994812012,-2.229736089706421,-1.1439419984817505,0.0936649963259697,1.8448610305786133,-0.8132510185241699,-0.12905099987983704,0.04314899817109108,-1.0954879522323608,1.5530730485916138,-0.26541298627853394,-0.4665530025959015,-1.3769359588623047,-0.0926700010895729,-1.2695139646530151,-0.19590799510478973,-0.21311399340629578,-2.1320269107818604,1.0065089464187622,-0.7408080101013184,0.0932610034942627,0.7060530185699463,-1.3496780395507812,-2.03802490234375,-1.144260048866272,0.44524601101875305,0.9106860160827637,0.06678400188684464,-2.9874560832977295,1.167510986328125,-0.42660999298095703,-1.2146799564361572,-0.0074280002154409885,-0.9280880093574524,0.8982750177383423,-2.8726000785827637,1.907842993736267,0.2966980040073395,1.5578639507293701,-2.912147045135498,-0.8860769867897034,-0.1059499979019165,-0.8098750114440918,-0.4836820065975189,-1.5671930313110352,1.0570149421691895,-0.5354629755020142,1.4580899477005005,-0.21388599276542664,-0.8440979719161987,0.6071860194206238,0.5028020143508911,-1.9705159664154053,-0.983788013458252,1.1993809938430786,-2.0646419525146484,-1.59129798412323,-1.7065579891204834,-0.790677011013031,0.07362999767065048,-0.42354699969291687,-0.48925700783729553,-1.698712944984436,0.050682999193668365,-2.468518018722534,1.0551979541778564,1.6559410095214844,-0.006556999869644642,-0.20101499557495117,1.9506880044937134,1.3347610235214233,-1.0494630336761475,1.8253719806671143,1.1022210121154785,1.7990119457244873,1.606753945350647,0.6302639842033386,-0.9398810267448425,-0.9843239784240723,-0.46591898798942566,-1.183609962463379,-0.2538340091705322,-2.282834053039551,-1.0722160339355469,-2.6721949577331543,-1.356044054031372,0.4462929964065552,1.3914140462875366,1.3578920364379883,-2.0358800888061523,-0.9925820231437683,-2.3048629760742188,-0.0013010000111535192,-0.7234039902687073,-0.3335520029067993,-1.681156039237976,-2.0984671115875244,-0.20529499650001526,1.0900800228118896,0.8016520142555237,1.280784010887146,-2.646013021469116,1.2951689958572388,1.253656029701233,-0.03311799839138985,-1.3189239501953125,1.2057909965515137,-0.41621801257133484,0.5392760038375854,-2.8201990127563477,0.013212000019848347,-1.0327600240707397,-1.0927059650421143,1.4656490087509155,1.5426349639892578,1.461590051651001,-1.6902090311050415,-2.3156321048736572,0.2958120107650757,0.43648698925971985,1.7669910192489624,1.1810359954833984,0.5375360250473022,0.016101999208331108,-0.6690390110015869,-1.047785997390747,1.0141539573669434,1.8413059711456299,0.7045819759368896,1.3862780332565308,1.481153964996338,0.5082780122756958,1.047091007232666,-0.5719519853591919,1.7152669429779053,0.4209490120410919,0.9429519772529602,-1.5379430055618286,0.7023339867591858,-0.12858599424362183,0.41479000449180603,-0.42257601022720337,1.5266139507293701,-0.010208000428974628,1.4797890186309814,-1.0191550254821777,-0.8412179946899414,-0.34860798716545105,-0.7964800000190735,1.1689189672470093,-0.8372989892959595,-1.9356039762496948,1.3498339653015137,-0.9169999957084656,-0.9554269909858704,-0.8169310092926025,0.278766006231308,1.5688799619674683,1.5631109476089478,-0.1947229951620102,-1.3483949899673462,1.460929036140442,1.7224860191345215,0.9401140213012695,0.8027009963989258,1.026224970817566,0.5078369975090027,0.7255889773368835,0.45420899987220764,0.7693340182304382,1.2108880281448364,0.25904300808906555,-0.16200600564479828,1.7682549953460693,0.17387999594211578,0.1937520056962967,-0.9316840171813965,1.6383919715881348,-0.36989301443099976,0.04308899864554405,-0.024349000304937363,-2.17488694190979,-0.008283000439405441,-0.6033099889755249,-0.39164701104164124,-0.42166998982429504,-1.1881580352783203,-2.2176730632781982,0.4089930057525635,1.5624510049819946,-0.0736910030245781,-2.465217113494873,0.05229000002145767,1.0352280139923096,-1.17255699634552,0.6945670247077942,-1.2474839687347412,0.3136740028858185,1.3592309951782227,-0.5435029864311218,0.18957999348640442,1.6144980192184448,-2.055901050567627,1.2628459930419922,0.7861940264701843,1.7304350137710571,-1.403149962425232,0.7435340285301208,-0.8221920132637024,-1.1909890174865723,-1.8279329538345337,1.243338942527771,0.6786739826202393,1.680791974067688,-1.329355001449585,-0.7448539733886719,-0.011392000131309032,1.6483629941940308,0.990556001663208,0.514976978302002,1.126484990119934,0.31794899702072144,-0.46110400557518005,-1.9833569526672363,1.196267008781433,-1.1963160037994385,0.05649799853563309,0.05046899989247322,0.08979800343513489,-0.7099729776382446,1.8514540195465088,0.9933289885520935,-0.4998449981212616,0.35433799028396606,-1.2589709758758545,-1.2923610210418701,1.0292710065841675,-0.5141869783401489,1.7675830125808716,-0.1523440033197403,1.1024620532989502,1.1841919422149658,1.7727370262145996,-1.435804009437561,-0.11023599654436111,-0.3919900059700012,1.1467299461364746,-0.33021900057792664,-0.20665599405765533,-0.30845800042152405,-0.17045000195503235,0.902122974395752,0.9375479817390442,1.427981972694397,0.692110002040863,-1.0344560146331787,1.555493950843811,1.1686789989471436,0.27668100595474243,-0.5676029920578003,-2.878473997116089,-0.6662350296974182,-2.2101590633392334,-2.52394700050354,0.41588300466537476,-0.8240129947662354,1.4064559936523438,1.3821330070495605,0.47565901279449463,-1.402688980102539,1.6167269945144653,-0.14409400522708893,-0.6424959897994995,0.5587739944458008,1.090391993522644,1.3298389911651611,-1.8482760190963745,-1.7610009908676147,1.452407956123352,1.4187450408935547,1.3556519746780396,1.339972972869873,-1.8188220262527466,-0.2651199996471405,0.5586479902267456,-1.8123220205307007,1.5460669994354248,-2.142163038253784,0.9196569919586182,-1.8578159809112549,1.0193389654159546,-0.7231050133705139,1.9867860078811646,-0.28165701031684875,1.622838020324707,-0.23739999532699585,-0.08301699906587601,0.7199079990386963,1.7779819965362549,-2.047990083694458,-1.9975990056991577,-1.098602056503296,0.3297399878501892,-0.7506729960441589,0.05872499942779541,0.7535120248794556,-0.21399399638175964,0.8256959915161133,-1.1572309732437134,0.9657800197601318,1.0467840433120728,0.7000510096549988,0.5015429854393005,-0.7288050055503845,-0.6248279809951782,-0.42102301120758057,1.0516749620437622,0.7952020168304443,0.686182975769043,0.32196199893951416,-0.12089300155639648,0.15729600191116333,1.0491340160369873,-1.2175610065460205,1.0360440015792847,1.5891660451889038,-1.0525670051574707,1.6809149980545044,0.8225299715995789,0.481687992811203,0.8686630129814148,-2.637976884841919,0.8047860264778137,0.32194000482559204,-1.1642429828643799,1.1490540504455566,0.722599983215332,1.6350239515304565,0.8101900219917297,-0.21616500616073608,-0.5133969783782959,-1.2113070487976074,1.5200530290603638,0.6043319702148438,-0.6242470145225525,-0.9141250252723694,-2.401700973510742,-0.38489899039268494,-0.5213519930839539,-1.405248999595642,-1.5139579772949219,-0.8256409764289856,-0.013240999542176723,2.0558431148529053,-1.04680597782135,0.25258898735046387,0.5958260297775269,-1.7954800128936768,0.681892991065979,0.8955039978027344,-0.5732960104942322,-1.4751030206680298,1.1005949974060059,1.0124770402908325,0.5230519771575928,-0.8547189831733704,0.9004009962081909,-2.459552049636841,-0.8826280236244202,-0.18471699953079224,1.388787031173706,-1.0180439949035645,-1.2380880117416382,-2.6088080406188965,1.7646360397338867,-0.06597500294446945,-0.2796989977359772,0.979619026184082,0.058476999402046204,0.7902569770812988,-2.170238971710205,-0.701994001865387,1.551743984222412,-2.2386109828948975,-0.3365910053253174,-0.8567659854888916,-0.1864590048789978,1.2710039615631104,1.1479320526123047,-2.6198348999023438,1.7507610321044922,0.5412629842758179,-0.48810499906539917,0.9361810088157654,1.715069055557251,0.9532520174980164,-0.4896239936351776,0.9611700177192688,-0.9112809896469116,0.7068079710006714,1.8093960285186768,0.5298460125923157,1.2741680145263672,1.7659870386123657,-0.6346030235290527,-1.4969680309295654,0.2149360030889511,0.2087019979953766,-0.006004000082612038,-2.9644689559936523,1.26808500289917,1.3523550033569336,0.21971899271011353,0.8747820258140564,0.3535740077495575,-0.09166000038385391,1.6777900457382202,1.4656929969787598,0.9236099720001221,0.9114609956741333,-1.9552099704742432,0.7313879728317261,1.2469810247421265,-0.0728669986128807,-1.871224045753479,0.0871329978108406,1.65829598903656,-0.1276559978723526,-0.5849819779396057,1.5411889553070068,-1.0144579410552979,-1.0809190273284912,0.4488790035247803,-1.187525987625122,-1.6369839906692505,-1.1429870128631592,0.6408730149269104,-0.20335400104522705,0.17019400000572205,1.382401943206787,-1.458132028579712,0.7840620279312134,-2.219757080078125,-2.518734931945801,0.5523859858512878,-2.182180881500244,-0.31418299674987793,-1.13776695728302,0.1812330037355423,1.5528730154037476,1.522333025932312,-2.451900005340576,-1.6052600145339966,-0.9613760113716125,-1.0378509759902954,1.1780049800872803,-0.7212929725646973,0.7558180093765259,-1.7807660102844238,-0.8193089962005615,-1.464676022529602,-0.22305899858474731,1.5745810270309448,-0.05577100068330765,-0.533132016658783,-0.9632369875907898,-1.493185043334961,1.666586995124817,0.06584399938583374,1.437356948852539,-0.3642140030860901,-0.9812930226325989,1.5137189626693726,0.22169099748134613,1.136549949645996,-2.0948119163513184,-0.5846049785614014,1.1238679885864258,0.20288300514221191,0.29516398906707764,0.6081410050392151,-0.15129700303077698,1.6603490114212036,1.0306199789047241,1.7963160276412964,-0.6940460205078125,0.11199299991130829,1.3209279775619507,-0.4933220148086548,-0.2933669984340668,1.3913630247116089,-2.3206639289855957,-0.6857960224151611,-2.9433040618896484,-2.8693130016326904,-0.0859609991312027,1.8701590299606323,0.1122409999370575,-1.330625057220459,1.8569400310516357,0.44637998938560486,-0.4652180075645447,-0.44878101348876953,0.12990400195121765,1.35800302028656,0.17338599264621735,0.5864220261573792,0.35187700390815735,-2.775218963623047,-2.835840940475464,1.4126230478286743,-1.0570839643478394,-1.3664690256118774,-0.576557993888855,-0.24937400221824646,0.6312119960784912,1.3336039781570435,-2.266103982925415,1.1975610256195068,-1.4182560443878174,1.5874840021133423,-0.38685598969459534,-1.6260679960250854,-1.670982003211975,-2.5232250690460205,0.29946500062942505,0.05647699907422066,-1.4881409406661987,-0.37853899598121643,-0.7287790179252625,-2.4108989238739014,-0.41360101103782654,-2.12516188621521,0.7645890116691589,1.7248469591140747,0.8716620206832886,-1.2970340251922607,1.325840950012207,-0.6517459750175476,-1.4536139965057373,-0.9029939770698547,-1.1571929454803467,0.5267869830131531,-1.3470920324325562,-1.2033120393753052,-0.00535399978980422,-2.11948299407959,-0.1779399961233139,0.9289569854736328,0.9580510258674622,0.7501099705696106,-1.3448359966278076,1.3227030038833618,1.7033569812774658,-1.0864609479904175,-1.200268030166626,-0.23367199301719666,1.0640679597854614,0.9317079782485962,0.7726820111274719,-2.608665943145752,1.4405039548873901,-0.7841029763221741,-0.19055500626564026,0.5370630025863647,0.09471900016069412,-0.22887200117111206,-1.1875770092010498,2.056957960128784,-1.981281042098999,-1.8346500396728516,-1.8328499794006348,0.4285210072994232,0.4277830123901367,0.40392300486564636,-1.241994023323059,-0.6156449913978577,-0.9220640063285828,-0.2092439979314804,-0.2750929892063141,-2.8954479694366455,-0.7794250249862671,-0.8237040042877197,-0.5454879999160767,1.0163379907608032,-1.0505180358886719,0.2063550055027008,-1.542855978012085,0.8814079761505127,-0.03208300098776817,-0.059039998799562454,-0.12341299653053284,1.5619310140609741,-1.9319349527359009,0.39924898743629456,-1.943120002746582,0.13264499604701996,1.6390689611434937,-0.9876689910888672,0.9317209720611572,-1.3594779968261719,0.7296550273895264,0.14119000732898712,-0.9999619722366333,-0.761784017086029,1.8309329748153687,0.18950900435447693,1.36735200881958,0.5193780064582825,-1.8947030305862427,0.6938679814338684,0.7447800040245056,-1.6038060188293457,-1.407120943069458,-0.22134000062942505,-2.6927480697631836,1.6775330305099487,-0.19549599289894104,-1.3918110132217407,-2.4189600944519043,-2.4144699573516846,1.3269070386886597,-2.6457149982452393,-0.9481430053710938,0.8576160073280334,-0.01591300033032894,1.4620269536972046,-0.19099000096321106,0.7405019998550415,-1.2237340211868286,-0.5376889705657959,-1.5182440280914307,1.2447340488433838,-0.3715670108795166,0.7048829793930054,1.5643019676208496,1.4168709516525269,0.42805299162864685,-0.4015809893608093,-1.317262053489685,1.412632942199707,-0.7731530070304871,1.9082269668579102,0.6994649767875671,-0.7522090077400208,0.8685340285301208,-0.037980999797582626,0.3694930076599121,0.025860000401735306,-0.6959649920463562,0.6408429741859436,-2.5760610103607178,1.7135319709777832,1.4430210590362549,-1.0389360189437866,1.4000879526138306,-1.8539210557937622,0.8322489857673645,-1.5980420112609863,1.0108649730682373,1.0121760368347168,-1.8325459957122803,0.1384660005569458,1.395156979560852,-0.8300889730453491,0.9029690027236938,-1.0046939849853516,-2.7776780128479004,-0.009583000093698502,1.832605004310608,-2.9244110584259033,-0.7347059845924377,0.14778199791908264,1.4873080253601074,0.9439129829406738,1.1045650243759155,0.8894249796867371,-0.9058640003204346,0.3788999915122986,0.9015200138092041,0.08445200324058533,0.6555200219154358,0.47912099957466125,0.3493860065937042,1.2015199661254883,-1.424697995185852,0.7451990246772766,0.26501500606536865,-0.8202829957008362,0.19590699672698975,-0.11194299906492233,0.6762840151786804,0.6744250059127808,0.42252999544143677,-2.3995509147644043,-0.3933280110359192,1.3133419752120972,0.11489800363779068,0.112807996571064,1.3519409894943237,-0.012992000207304955,-0.45042601227760315,0.6734300255775452,0.7936729788780212,-0.26496899127960205,1.0450539588928223,-0.10843600332736969,-1.5047260522842407,-0.9751759767532349,-2.838970899581909,0.33114001154899597,1.7678049802780151,-0.4319849908351898,1.41696298122406,0.6947699785232544,0.8146529793739319,-0.11774999648332596,0.301937997341156,-0.3608410060405731,-1.0177650451660156,1.7652920484542847,-2.123579978942871,-0.27569299936294556,-1.3571029901504517,0.5785899758338928,1.408769965171814,0.8526960015296936,0.5202429890632629,1.6665329933166504,-1.2612990140914917,1.0935709476470947,1.5528539419174194,0.52497798204422,0.40680500864982605,0.217739999294281,0.22904999554157257,0.8398129940032959,-1.0909359455108643,0.8377249836921692,-0.6801900267601013,1.6737090349197388,0.18348699808120728,-1.4161189794540405,1.0654979944229126,-0.1224220022559166,-0.46695199608802795,0.35737499594688416,-1.298017978668213,-2.484529972076416,-1.5325449705123901,-2.8089869022369385,-2.106673002243042,-0.31253600120544434,0.9829059839248657,-1.5487350225448608,-1.3571499586105347,-0.9405609965324402,-0.08688300102949142,-0.011323000304400921,0.6915249824523926,1.9292629957199097,-0.05750799924135208,-2.2134850025177,-0.947767972946167,-1.5452020168304443,1.2124429941177368,1.7286649942398071,-0.4352180063724518,-2.225064992904663,-2.3074851036071777,-1.1213769912719727,-0.5530650019645691,-1.2638479471206665,0.9218000173568726,-2.7939538955688477,-0.7009890079498291,1.1949169635772705,-0.8591910004615784,-1.1533329486846924,0.9340639710426331,-2.4737040996551514,0.02232700027525425,0.4676089882850647,-1.4367320537567139,0.9463459849357605,0.4010680019855499,0.37897300720214844,-1.6265360116958618,-0.931132972240448,-0.46367499232292175,-1.2143690586090088,-0.8649970293045044,-1.025670051574707,0.6046419739723206,-2.6802890300750732,0.5453019738197327,-0.1806109994649887,0.7660819888114929,0.854764997959137,-1.5300320386886597,-1.3887989521026611,-0.4137290120124817,-1.0079220533370972,-0.3703620135784149,1.4364739656448364,1.3746789693832397,-1.5591909885406494,0.716189980506897,0.32163000106811523,-2.493269920349121,0.5566999912261963,0.1489430069923401,-1.058359980583191,-1.1592570543289185,0.5956630110740662,-0.3298889994621277,-0.7636430263519287,0.32829999923706055,-1.2975610494613647,-1.2678760290145874,-2.1388490200042725,-1.5124529600143433,-0.2869260013103485,-0.16470099985599518,1.3705430030822754,2.0856950283050537,0.7192879915237427,0.8656219840049744,-0.10540000349283218,1.8653039932250977,-1.0473350286483765,-0.7031729817390442,-0.7451800107955933,0.3150930106639862,0.8284329771995544,1.2744569778442383,0.18371400237083435,-0.9608870148658752,0.2059199959039688,-0.05120699852705002,-2.934256076812744,1.7184089422225952,1.4931139945983887,1.8765889406204224,1.4191550016403198,-1.1606069803237915,1.9838370084762573,0.45846301317214966,1.3939909934997559,1.6298409700393677,0.6628429889678955,1.1798659563064575,-0.14332400262355804,-1.5459699630737305,-1.1743710041046143,-2.388395071029663,-2.599260091781616,1.1975940465927124,-1.0203980207443237,0.8230230212211609,-0.8237770199775696,0.6499149799346924,0.21478599309921265,-1.1510469913482666,0.4359720051288605,1.103482961654663,1.1365430355072021,0.5364879965782166,0.5221189856529236,0.9721159934997559,1.1545840501785278,0.6622409820556641,1.2803610563278198,-0.7005040049552917,-2.5770390033721924,0.5949220061302185,-1.6424989700317383,1.7961289882659912,0.8800539970397949,-1.1187529563903809,1.562451958656311,1.0900969505310059,0.560841977596283,-0.4525440037250519,-2.0113189220428467,0.13132600486278534,1.7396470308303833,1.2894259691238403,1.0228099822998047,-0.17087699472904205,0.6730700135231018,0.6612629890441895,-0.349045991897583,0.40024998784065247,0.2658739984035492,-1.0645649433135986,-1.0199929475784302,1.6494450569152832,1.678915023803711,0.651121973991394,0.7392359972000122,1.8105310201644897,-2.290349006652832,-1.0946799516677856,-0.6691049933433533,-1.8858790397644043,-0.8388069868087769,-1.8557120561599731,-2.4424140453338623,-2.4662508964538574,-1.6768460273742676,-1.6632200479507446,-0.10198300331830978,0.7314180135726929,0.4842489957809448,-1.2818429470062256,0.4344390034675598,-2.127772092819214,-0.7278670072555542,-1.7899750471115112,0.6160879731178284,0.6406469941139221,-1.2374190092086792,0.9741700291633606,0.2521739900112152,-2.0616610050201416,1.308985948562622,1.4421789646148682,0.41911301016807556,1.2501310110092163,-0.8429160118103027,-0.002845000009983778,-1.0648789405822754,-0.4202609956264496,0.632614016532898,1.0384299755096436,0.15397100150585175,0.009732999838888645,-0.015138000249862671,-0.03703400120139122,-0.5726439952850342,0.22407199442386627,-0.6300519704818726,0.10947799682617188,-0.08188600093126297,-0.27601099014282227,0.19847199320793152,0.8476600050926208,-1.5948200225830078,-0.05023999884724617,-0.2050890028476715,-0.05711900070309639,1.7459779977798462,-0.7530230283737183,-0.3866159915924072,-0.6700500249862671,2.022563934326172,0.1894800066947937,0.5148469805717468,1.483633041381836,-1.0668799877166748,0.3289409875869751,0.5990070104598999,1.7654789686203003,1.7622820138931274,0.5533139705657959,-2.931936025619507,0.35652199387550354,-0.21988700330257416,-0.37973999977111816,0.6721500158309937,-2.2745590209960938,0.341933012008667,0.25151801109313965,0.8466789722442627,0.9150320291519165,-1.292160987854004,-2.4517428874969482,-0.32391199469566345,1.696241021156311,0.18231399357318878,-0.682790994644165,-0.14915500581264496,0.4340200126171112,0.5317519903182983,0.32457399368286133,-0.41422998905181885,-0.40635401010513306,-1.4375430345535278,0.48588699102401733,1.5289499759674072,0.20900000631809235,1.4182169437408447,0.05691500008106232,-1.8803189992904663,1.3381099700927734,-2.2518839836120605,-0.7200120091438293,-1.3809210062026978,-2.629822015762329,-1.0178179740905762,-1.300318956375122,0.3571839928627014,0.7508040070533752,0.7284119725227356,-1.2987890243530273,-1.792127013206482,1.5606989860534668,-1.8121980428695679,-1.7453709840774536,-2.4413208961486816,1.6188780069351196,1.8518010377883911,0.024198999628424644,0.6035119891166687,-0.05884899944067001,-2.38386607170105,0.6406509876251221,-1.5529630184173584,-0.6545550227165222,0.9275850057601929,1.6992440223693848,-1.3683719635009766,-1.3479599952697754,0.7131329774856567,-1.9939639568328857,1.2860289812088013,1.7586979866027832,-1.024765968322754,0.6126409769058228,-1.4073230028152466,1.3434540033340454,-0.2343519926071167,-3.0296549797058105,1.8518999814987183,0.5605900287628174,-1.1780370473861694,0.7765359878540039,1.7781089544296265,1.798064947128296,-2.0577330589294434,-0.9650329947471619,-0.012663999572396278,-1.161613941192627,-1.0649980306625366,0.6652640104293823,1.5378409624099731,0.7136449813842773,-1.0248069763183594,-1.1560310125350952,1.172516942024231,-0.1618639975786209,0.44570299983024597,-1.26841402053833,1.709686040878296,-1.3448820114135742,-1.2228790521621704,-0.39641299843788147,-1.231652021408081,-2.7421069145202637,0.7382240295410156,0.42847999930381775,0.8096950054168701,0.3296560049057007,-1.8380810022354126,-1.5964269638061523,-1.8190269470214844,-1.8053840398788452,0.6068959832191467,-0.949105978012085,-2.4056849479675293,1.1724539995193481,-1.8976969718933105,0.2756029963493347,-1.0517549514770508,0.020664000883698463,-0.6642770171165466,0.6324290037155151,0.6326209902763367,-1.8200629949569702,1.688873052597046,-1.0256999731063843,-2.554184913635254,0.2859269976615906,1.2488759756088257,-1.5785150527954102,-1.246891975402832,1.0029710531234741,1.0201849937438965,0.4145210087299347,0.9402390122413635,-1.6445399522781372,-1.4018549919128418,0.27631399035453796,-0.7600380182266235,-1.064074993133545,-1.0204919576644897,1.0901470184326172,0.315667986869812,-0.2966119945049286,-1.7835639715194702,0.2551569938659668,0.7366870045661926,-1.8669639825820923,0.5387169718742371,-1.7814810276031494,1.0609019994735718,2.0365939140319824,1.3958920240402222,-0.7316660284996033,-2.0005369186401367,0.30191001296043396,1.6665129661560059,1.53261399269104,1.3090859651565552,1.285992980003357,-1.3979099988937378,-0.8572210073471069,1.7660410404205322,-1.01698899269104,-1.7466059923171997,-1.1670520305633545,0.4824410080909729,-1.7762340307235718,1.844944953918457,-0.23836499452590942,1.548248052597046,1.0361000299453735,-2.24178409576416,-1.0369319915771484,1.563338041305542,1.0074650049209595,1.9634779691696167,1.0120879411697388,-0.25306200981140137,-1.4402309656143188,-1.4729169607162476,-1.4948480129241943,-0.46830400824546814,-0.039487000554800034,0.19801199436187744,-0.3047730028629303,0.21682700514793396,-0.7287600040435791,-1.1361570358276367,1.6589610576629639,-0.8543140292167664,0.25460800528526306,0.7366369962692261,1.2290940284729004,-1.283897042274475,-0.1659429967403412,0.9484480023384094,-2.2366549968719482,-1.3471269607543945,0.35790398716926575,1.4394309520721436,-1.9301350116729736,-0.4071280062198639,1.0434030294418335,0.6593199968338013,-1.286641001701355,0.5720949769020081,0.2099049985408783,1.5384210348129272,-1.0832459926605225,0.8232970237731934,0.44962000846862793,1.7389990091323853,-0.56803297996521,-1.5293099880218506,0.015348999761044979,-0.9455950260162354,-0.4305900037288666,1.1213929653167725,1.3450629711151123,0.2980929911136627,0.585532009601593,1.8437750339508057,-1.947909951210022,-1.1344980001449585,0.3397339880466461,-0.3625040054321289,0.052935000509023666,0.0790650025010109,-1.0050280094146729,-2.2249879837036133,-0.3282470107078552,1.0261319875717163,-1.2507250308990479,0.5576050281524658,1.4873429536819458,-1.1421070098876953,-0.9017559885978699,1.5661109685897827,-2.3519229888916016,1.4156639575958252,1.6266319751739502,1.2533520460128784,-0.6476839780807495,-1.8902859687805176,1.6592299938201904,0.5791079998016357,-0.6746940016746521,1.5730940103530884,1.3463749885559082,0.052181001752614975,0.033907998353242874,-1.062567949295044,0.6067839860916138,-0.3602930009365082,-1.7640310525894165,0.9074059724807739,-1.3866660594940186,-2.3021910190582275,-0.8091220259666443,-0.8478149771690369,-0.1015470027923584,-1.080165982246399,-0.46406498551368713,-0.4894829988479614,-0.5184199810028076,-0.4466409981250763,-0.7966570258140564,0.5161169767379761,0.6166639924049377,0.25312700867652893,0.031185999512672424,0.5479720234870911,-1.1906700134277344,-0.9842829704284668,1.1358000040054321,-0.9748110175132751,1.5028949975967407,0.718638002872467,0.9457470178604126,-1.213428020477295,-0.16448399424552917,1.2768059968948364,1.6834219694137573,0.40341800451278687,0.19847199320793152,-1.0292329788208008,-0.4839699864387512,-0.34813201427459717,1.2862119674682617,1.8532580137252808,0.9177020192146301,0.3105640113353729,1.0132969617843628,1.5125819444656372,0.5777549743652344,0.3701939880847931,0.5942220091819763,1.1019710302352905,0.023049000650644302,-1.3374650478363037,0.30602800846099854,0.12914499640464783,-2.203701972961426,0.7224670052528381,0.6530429720878601,-0.8559550046920776,0.6694499850273132,-1.5188740491867065,1.611238956451416,-0.4965220093727112,2.134977102279663,-0.6109340190887451,-1.6941560506820679,0.3612399995326996,0.735168993473053,1.4549429416656494,-2.2337749004364014,0.01854100078344345,0.5225570201873779,0.5318120121955872,0.8075690269470215,0.8804759979248047,0.8400920033454895,0.8752899765968323,0.06351900100708008,0.5945839881896973,1.2494529485702515,0.015255999751389027,-1.281203031539917,0.05909699946641922,1.4877909421920776,-1.7881759405136108,1.939702033996582,0.16340099275112152,1.883147954940796,-1.3262900114059448,-0.2542630136013031,0.2152239978313446,-2.6310861110687256,-0.9108750224113464,-1.0579760074615479,-1.0149519443511963,0.38143500685691833,1.6761490106582642,1.0333499908447266,-0.3808619976043701,-0.9168409705162048,0.3434959948062897,2.003154993057251,-2.297905921936035,1.9019700288772583,-0.3395040035247803,-1.481665015220642,-2.5195019245147705,0.9366880059242249,-1.051192045211792,-1.0341700315475464,0.8881210088729858,-0.8988850116729736,1.3661470413208008,-0.8531360030174255,0.8604559898376465,0.6534299850463867,-1.5087089538574219,-0.1637060046195984,-0.13795199990272522,-0.8105850219726562,-0.8224120140075684,-0.4360649883747101,0.13694199919700623,1.7672059535980225,-0.5796260237693787,-0.3578540086746216,-0.0767190009355545,1.5335949659347534,-1.7863279581069946,1.8360819816589355,1.0371700525283813,-0.9909840226173401,0.07440900057554245,-2.274703025817871,-0.4536980092525482,-0.37355199456214905,-0.4023759961128235,-1.5101670026779175,-0.5315729975700378,0.9095540046691895,0.9658430218696594,1.5821399688720703,0.6967359781265259,0.37681299448013306,-1.5391340255737305,0.5170779824256897,-0.5106279850006104,-2.4082770347595215,0.3750700056552887,-0.2411549985408783,0.2091200053691864,-1.531412959098816,-1.7877520322799683,0.43469101190567017,1.780460000038147,1.628648042678833,0.161190003156662,1.03118896484375,-0.3603219985961914,-0.35238900780677795,1.3856120109558105,1.5558170080184937,0.9901620149612427,1.5862070322036743,0.3322570025920868,-2.0926690101623535,0.31175699830055237,-2.091017007827759,-0.973406970500946,-0.44376400113105774,-2.1610031127929688,-0.01785299926996231,0.45802199840545654,0.32381901144981384,1.4809279441833496,0.7801139950752258,1.6193100214004517,-0.8360419869422913,0.8835980296134949,-0.2249159961938858,-0.12313300371170044,0.7647309899330139,0.374112993478775,0.3956969976425171,0.17685000598430634,0.6301509737968445,1.7922810316085815,0.32440799474716187,-0.2333180010318756,-0.5514479875564575,1.2237540483474731,0.6262930035591125,0.6262339949607849,1.0340499877929688,-1.1351549625396729,1.0871649980545044,-0.0861470028758049,1.0628360509872437,0.4424389898777008,0.6615480184555054,-2.1584219932556152,0.6769700050354004,0.24372099339962006,-1.1979420185089111,-1.1010370254516602,-0.9747509956359863,-1.0682849884033203,0.3865180015563965,1.4843889474868774,1.1518280506134033,0.19569699466228485,1.8305469751358032,1.088860034942627,-0.036295000463724136,-0.8719429969787598,-0.6304320096969604,0.8765230178833008,1.092257022857666,-2.36879301071167,-0.29203298687934875,-0.7799109816551208,-2.513972043991089,-0.8464030027389526,0.562919020652771,0.5470359921455383,0.5127670168876648,-1.0693860054016113,0.018871000036597252,-0.0278329998254776,0.05691299960017204,-2.041598081588745,0.39193299412727356,-1.2116860151290894,0.9145140051841736,-2.1312830448150635,0.6608319878578186,-0.5691879987716675,1.155434012413025,-1.0029979944229126,0.6765429973602295,-1.7546379566192627,-2.1446290016174316,0.6049900054931641,-2.217540979385376,-2.0251009464263916,0.35721200704574585,1.4896340370178223,1.519144058227539,1.8303929567337036,-2.0540659427642822,-1.4889849424362183,-0.2130959928035736,1.1480040550231934,-0.9332510232925415,1.1711210012435913,0.041450999677181244,1.615373969078064,0.7843210101127625,0.33953601121902466,0.06809200346469879,-0.9276080131530762,0.7639120221138,-0.37960800528526306,1.2486480474472046,-1.5660640001296997,-0.004170999862253666,-0.6796600222587585,-1.0290290117263794,1.5670009851455688,1.0703200101852417,1.1228660345077515,-0.5480480194091797,-0.9026920199394226,1.106876015663147,1.6211320161819458,-0.781283974647522,-0.1652819961309433,-0.10241100192070007,1.4250279664993286,1.9596229791641235,0.8144230246543884,0.7932569980621338,-0.12658999860286713,0.8064420223236084,0.08685699850320816,0.9422019720077515,1.7424190044403076,0.34874799847602844,-1.1535439491271973,0.8957309722900391,0.7560529708862305,-0.7305480241775513,-0.6608530282974243,1.3173869848251343,-1.8369389772415161,-2.3633289337158203,0.28192201256752014,-2.6453139781951904,-1.2098499536514282,-1.8464479446411133,1.5081130266189575,1.3022270202636719,-2.631575107574463,-1.6171009540557861,1.3131109476089478,-1.68162202835083,-0.641202986240387,1.3176419734954834,1.2454489469528198,0.22557400166988373,0.6440460085868835,-2.4059600830078125,0.2457599937915802,-1.123939037322998,-0.9000419974327087,0.5712680220603943,1.0717380046844482,1.3268049955368042,-1.0966819524765015,0.943166971206665,-2.304987907409668,0.6222730278968811,-1.0778889656066895,-1.7869240045547485,0.7561179995536804,-0.9437990188598633,-0.45674601197242737,-0.13637299835681915,-2.059528112411499,-1.1313740015029907,0.6270750164985657,1.089948058128357,0.8021810054779053,0.6756190061569214,0.0020039998926222324,1.3296860456466675,1.185513973236084,-1.2719019651412964,0.2626729905605316,1.6482700109481812,0.04923199862241745,-0.46192699670791626,0.7588130235671997,-3.0081400871276855,-0.9811620116233826,-1.2714289426803589,1.5030460357666016,0.7624070048332214,-0.907023012638092,0.9323740005493164,1.390023946762085,0.7380589842796326,0.5194770097732544,-2.491240978240967,0.6294860243797302,-0.3704630136489868,0.7689340114593506,0.32927000522613525,0.8024299740791321,-2.6940701007843018,0.0086260000243783,1.6802539825439453,1.8216520547866821,-0.8277069926261902,0.9229599833488464,-0.6046779751777649,1.9739010334014893,0.5268459916114807,1.3859599828720093,0.6650559902191162,0.4307920038700104,0.7010179758071899,0.8184270262718201,-1.2761240005493164,0.9855219721794128,0.8423600196838379,0.7754080295562744,0.5622569918632507,0.5265960097312927,-0.9437819719314575,-0.045155998319387436,-0.5602539777755737,1.7792210578918457,1.1568800210952759,-1.8621000051498413,-0.42476600408554077,0.055052999407052994,-0.7301560044288635,-2.5916008949279785,-0.44331398606300354,-1.950166940689087,1.0856889486312866,1.3293060064315796,-0.8823069930076599,-1.1439470052719116,0.9243159890174866,-0.25922301411628723,1.6571969985961914,1.8727550506591797,-0.009984999895095825,-2.0535929203033447,1.512694001197815,-0.6577100157737732,-0.6039569973945618,-0.983585000038147,0.00928100012242794,1.722048044204712,-0.3718850016593933,1.7916710376739502,1.821023941040039,0.4010559916496277,2.067819118499756,-1.621263027191162,-0.644402027130127,0.14562800526618958,-2.2297470569610596,0.03797600045800209,1.2466959953308105,0.5877839922904968,1.4956799745559692,1.5353690385818481,-0.44095098972320557,-0.48580899834632874,-2.6267499923706055,1.2071739435195923,-0.1179329976439476,-1.114346981048584,1.043017029762268,1.692370057106018,1.0218520164489746,-1.3688210248947144,-0.6243889927864075,1.7366679906845093,0.7471150159835815,-1.7614320516586304,0.2789379954338074,-1.384695053100586,-1.3539400100708008,1.4245539903640747,0.49605000019073486,0.09851600229740143,0.5642279982566833,1.3971799612045288,1.3893229961395264,-1.3288700580596924,-1.0818380117416382,1.1874150037765503,-1.2548630237579346,0.5371739864349365,0.4964450001716614,0.23044300079345703,-2.196708917617798,-0.43911001086235046,1.2390259504318237,0.03112499974668026,0.012918000109493732,-0.10363800078630447,-0.8498460054397583,1.8347539901733398,-0.14451199769973755,1.3214550018310547,0.7732579708099365,1.5643399953842163,0.3452039957046509,-0.5055440068244934,1.035544991493225,-1.0483930110931396,1.8483500480651855,1.5467900037765503,0.23584699630737305,1.7750589847564697,-2.7041890621185303,0.604511022567749,0.9508140087127686,0.7328069806098938,1.7422330379486084,0.5968639850616455,0.5506790280342102,0.5493329763412476,-0.3080340027809143,0.1284399926662445,-1.5262999534606934,0.5698879957199097,2.002302885055542,-1.6229519844055176,-2.3527960777282715,1.33331298828125,0.24953900277614594,-0.3534789979457855,1.3340859413146973,1.0156749486923218,0.9192969799041748,0.7116529941558838,0.08734899759292603,0.4354879856109619,-0.08770699799060822,0.4451430141925812,-1.2380820512771606,-1.800616979598999,-0.6180710196495056,-0.08501800149679184,-0.09523800015449524,0.7040849924087524,0.024629000574350357,-0.4795779883861542,-0.5419340133666992,-0.7358250021934509,-2.783143997192383,0.7704640030860901,1.5533250570297241,0.4066790044307709,1.0085639953613281,0.186939999461174,-1.0679429769515991,1.0103869438171387,1.9960769414901733,1.431028962135315,-0.9801369905471802,0.9024909734725952,-0.2216150015592575,1.8495179414749146,1.867630958557129,1.2028340101242065,1.2874850034713745,0.5782979726791382,-2.6025760173797607,-1.3214160203933716,-1.2959669828414917,-0.4186530113220215,-2.258531093597412,-1.4078630208969116,1.4927359819412231,1.3182990550994873,-0.7627429962158203,1.8723169565200806,1.8682910203933716,-1.4289360046386719,-1.1170669794082642,-0.044440001249313354,-1.2813630104064941,1.9440029859542847,1.5415170192718506,-1.6013230085372925,-2.628993034362793,0.28135600686073303,0.7189890146255493,0.04400600120425224,-1.4047210216522217,-0.9923589825630188,0.8597000241279602,-1.5322469472885132,1.073883056640625,0.0071669998578727245,-0.5742419958114624,-1.8141310214996338,0.6195060014724731,-0.7544860243797302,-1.3495899438858032,1.9395109415054321,-2.788573980331421,-0.6382889747619629,1.0070420503616333,0.5281890034675598,1.621466040611267,0.3805989921092987,-0.48080798983573914,0.5792570114135742,0.3738810122013092,-1.6745359897613525,-1.6618740558624268,-1.2271490097045898,1.760923981666565,1.6119060516357422,-2.5048599243164062,1.0131690502166748,1.6225759983062744,-2.97243595123291,0.9129019975662231,0.2977199852466583,-2.602428913116455,0.512017011642456,2.0060389041900635,1.235213041305542,-0.019161999225616455,1.6348979473114014,0.7172229886054993,1.5409189462661743,1.8247489929199219,1.2260509729385376,-1.2006579637527466,-1.1175860166549683,-1.429339051246643,1.2925620079040527,-0.2506429851055145,1.048774003982544,0.28766998648643494,-1.1831350326538086,0.5424489974975586,-0.1608240008354187,-1.080214023590088,0.17822599411010742,-0.9391419887542725,-1.9963120222091675,-2.024446964263916,-1.296401023864746,1.0104399919509888,-2.0730090141296387,-0.5577099919319153,0.3970859944820404,-0.41202399134635925,-0.5394700169563293,-0.03180399909615517,-0.5300599932670593,-0.7262840270996094,-0.6031259894371033,-1.9675019979476929,0.1610639989376068,-2.5468180179595947,0.3656010031700134,0.5625309944152832,1.5991339683532715,-0.6655960083007812,1.9633630514144897,0.1453240066766739,-0.7129790186882019,1.3907190561294556,1.5985690355300903,-1.0714119672775269,-0.5103979706764221,-0.12919999659061432,-0.5328829884529114,0.9689429998397827,-1.2252860069274902,1.5542550086975098,-0.4845449924468994,-2.898277997970581,1.2114479541778564,-1.3025219440460205,-1.4827690124511719,-0.3033980131149292,-0.8865560293197632,-0.6760470271110535,0.6462939977645874,-0.006982999853789806,0.5870360136032104,1.0807210206985474,1.1654930114746094,-0.6282079815864563,-1.3210480213165283,0.9440180063247681,-2.0713489055633545,-0.1393280029296875,0.7022119760513306,-2.32055401802063,-0.4916290044784546,-1.2439789772033691,0.7279109954833984,0.8166959881782532,-0.8880820274353027,-1.431604027748108,1.6115100383758545,-1.7017099857330322,-1.0245239734649658,-1.546354055404663,-0.7973189949989319,-0.971780002117157,0.8994280099868774,0.27408599853515625,-0.9682180285453796,-0.20674599707126617,1.0871410369873047,1.9472650289535522,-1.2167860269546509,1.0749180316925049,0.8244919776916504,-0.11234000325202942,-0.9884070158004761,-0.34926700592041016,0.4079349935054779,1.2841299772262573,1.3403890132904053,-1.2254879474639893,-0.07213299721479416,-0.07239100337028503,0.6335009932518005,-0.31226301193237305,-1.7786929607391357,-2.337632894515991,-0.09580200165510178,0.06986899673938751,0.9109460115432739,0.7791119813919067,1.2318559885025024,0.3330419957637787,-1.394078016281128,0.16457000374794006,0.05921399965882301,0.6220020055770874,-0.3948409855365753,-1.1540520191192627,-1.2864789962768555,1.4602919816970825,-0.9565190076828003,0.019693000242114067,1.8514260053634644,-0.3794569969177246,-0.9859309792518616,0.4101659953594208,0.7964199781417847,0.06412699818611145,0.9802179932594299,-2.1875860691070557,0.7229840159416199,1.0636800527572632,-1.1984879970550537,1.88235604763031,1.2183719873428345,-0.9446229934692383,-0.5774329900741577,1.081699013710022,-2.8474180698394775,-0.486613005399704,-1.5977259874343872,-1.249680995941162,-2.4510459899902344,-1.0485910177230835,-0.6899440288543701,0.10803399980068207,-2.940363883972168,1.2149770259857178,-0.7021290063858032,-0.7480760216712952,0.3935770094394684,-0.385250985622406,-0.6726760268211365,1.0588550567626953,1.0828499794006348,1.3713769912719727,-1.082502007484436,-1.061095952987671,-0.7960450053215027,-1.8854639530181885,0.40724700689315796,0.06578800082206726,-0.21040399372577667,-0.2681500017642975,-0.18360699713230133,-1.3538509607315063,-0.7108569741249084,0.03754900023341179,-0.08876200020313263,-0.5778149962425232,-3.0274150371551514,-1.5155199766159058,-1.4160619974136353,1.5004830360412598,1.2609729766845703,-1.2523020505905151,-0.7762309908866882,0.9031140208244324,1.2801239490509033,1.697909951210022,1.330075979232788,-0.3875750005245209,1.5377310514450073,1.2444850206375122,0.05740400031208992,2.0395491123199463,0.7946529984474182,-2.63405704498291,-2.6412410736083984,-0.8578630089759827,-1.3183130025863647,0.3290719985961914,-1.1146990060806274,0.15730999410152435,-2.2261509895324707,1.013090968132019,-0.9020820260047913,1.6611570119857788,-1.0381449460983276,-2.1997900009155273,-2.9617350101470947,1.453354001045227,1.4112290143966675,0.4593789875507355,-0.29353201389312744,1.050076961517334,0.357589989900589,-2.730705976486206,-1.333137035369873,1.3768539428710938,1.9935369491577148,-0.38029900193214417,1.034317970275879,0.7840520143508911,-0.4520910084247589,-0.4868060052394867,-1.4722559452056885,0.7130669951438904,0.6062219738960266,-1.5361709594726562,0.5971109867095947,0.7673810124397278,-1.11353600025177,-1.212043046951294,1.7994309663772583,0.8310019969940186,-0.0911799967288971,-0.035964999347925186,0.6139529943466187,-0.9799960255622864,-2.614408016204834,0.5187770128250122,-2.3314990997314453,0.009227000176906586,-2.131572961807251,1.2990729808807373,0.24976299703121185,-0.03147900104522705,-1.6040539741516113,0.9819830060005188,0.41662201285362244,1.5479309558868408,0.9006109833717346,-0.22970899939537048,-2.6392641067504883,0.24196599423885345,1.613402009010315,-0.8643800020217896,-1.7026959657669067,0.23835499584674835,1.6623079776763916,1.1625800132751465,-1.7081669569015503,-0.5323489904403687,1.443132996559143,-1.5836600065231323,1.6150070428848267,0.8553609848022461,0.7963500022888184,-0.605305016040802,-2.915710926055908,-2.052406072616577,0.6902940273284912,1.939195990562439,-2.3832180500030518,-0.16286499798297882,0.24445299804210663,-1.8581199645996094,1.2318320274353027,-1.01738703250885,-2.149440050125122,0.6466889977455139,0.25942501425743103,-1.1713860034942627,0.9661369919776917,-0.054294999688863754,1.5297479629516602,-1.316370964050293,-1.3238580226898193,-0.1565839946269989,0.25749000906944275,0.6559640169143677,0.6796910166740417,0.4509600102901459,-0.18903300166130066,1.0923670530319214,-0.1211320012807846,0.8727610111236572,0.8179320096969604,-2.073870897293091,1.6622719764709473,-0.18150100111961365,-0.8416900038719177,-1.2666629552841187,-0.6034190058708191,1.2467420101165771,0.4829550087451935,-0.33858299255371094,0.585673987865448,-0.28315800428390503,0.9685819745063782,0.32142800092697144,-0.7503920197486877,1.7048510313034058,-0.37563198804855347,-1.4608839750289917,0.13350600004196167,1.459185004234314,-1.3213239908218384,-0.7994089722633362,1.0754330158233643,1.5340900421142578,-0.9280030131340027,-1.403771996498108,-1.3375630378723145,-0.2013549953699112,-1.7151310443878174,0.7844910025596619,-0.5790259838104248,0.08080200105905533,-1.6543539762496948,0.13962900638580322,1.1618269681930542,0.25662100315093994,0.37011200189590454,-1.0244220495224,-1.0067479610443115,0.6274849772453308,-0.9129250049591064,0.8741710186004639,0.4948030114173889,1.6597579717636108,1.461732029914856,0.787077009677887,1.750154972076416,-0.37175801396369934,-0.9143779873847961,0.4981679916381836,0.4458490014076233,-0.9512559771537781,0.8738330006599426,-2.07716703414917,1.845810055732727,-0.9104560017585754,-0.09742099791765213,-2.4431979656219482,-0.6913260221481323,-1.2484400272369385,-1.334547996520996,1.2648260593414307,-1.1795179843902588,0.7850130200386047,0.11304699629545212,0.08974999934434891,0.3735499978065491,-1.2452189922332764,1.4641720056533813,-0.9050319790840149,-0.9934369921684265,0.9371619820594788,1.641626000404358,-0.0185759998857975,-0.8783419728279114,-0.7831609845161438,0.811959981918335,-1.0577739477157593,-1.5881450176239014,1.5532280206680298,-0.2643570005893707,-1.3925130367279053,1.1924899816513062,-1.1519800424575806,-0.31908100843429565,1.1687129735946655,-0.9139739871025085,2.1191530227661133,-0.8699089884757996,-0.42394301295280457,-1.164396047592163,0.8200790286064148,0.9944210052490234,0.2296620011329651,-0.45965999364852905,-1.5521399974822998,0.6405019760131836,-0.5415520071983337,0.03458100184798241,-0.7782840132713318,0.5966100096702576,1.587311029434204,0.47413399815559387,-0.2782500088214874,1.503620982170105,1.74241304397583,-1.1762640476226807,0.6219480037689209,1.3079140186309814,0.9987969994544983,-0.26864901185035706,-0.38011598587036133,1.197648048400879,1.1261210441589355,1.320723056793213,-1.8852250576019287,-1.131376028060913,0.852895975112915,-2.8846399784088135,-0.5375080108642578,0.3669300079345703,0.5859479904174805,0.48689699172973633,0.12271899729967117,0.4526750147342682,0.5955529808998108,0.18662700057029724,1.0416909456253052,0.8069000244140625,-1.0634629726409912,1.6253830194473267,-1.3878090381622314,0.2549929916858673,0.08777900040149689,0.1480879932641983,0.1737069934606552,0.17083899676799774,-1.3306629657745361,1.1359649896621704,-1.3221659660339355,0.4850960075855255,-0.9313079714775085,0.827006995677948,1.2490839958190918,-0.547776997089386,-0.6183760166168213,1.4199440479278564,0.7933499813079834,1.0008840560913086,0.6122360229492188,-2.3646860122680664,-0.035913001745939255,0.005510000046342611,-1.0115829706192017,-0.04278799891471863,-2.4155828952789307,1.387542963027954,0.9585509896278381,0.8698940277099609,-1.6256159543991089,-1.9753570556640625,-1.2359349727630615,-1.1430519819259644,0.17739300429821014,0.35642901062965393,-0.17781999707221985,-1.2654980421066284,0.4403949975967407,-0.9277740120887756,0.8058570027351379,1.0721290111541748,1.1798789501190186,-1.16520094871521,-1.881639003753662,0.5005630254745483,-0.3819350004196167,-2.716593027114868,1.0455600023269653,-0.11405999958515167,1.8317159414291382,-2.1921091079711914,0.753603994846344,0.6542670130729675,-1.3215980529785156,0.4597190022468567,1.5321309566497803,1.034680962562561,1.1899479627609253,-1.341681957244873,-0.3459320068359375,-0.9634490013122559,-0.24804900586605072,-1.9598369598388672,-1.3186249732971191,0.2585560083389282,0.3456149995326996,-0.6744449734687805,0.28525400161743164,-2.189371109008789,0.441089004278183,-1.1553269624710083,-1.2994630336761475,1.4028379917144775,-0.6199480295181274,-0.968218982219696,1.582062005996704,0.7192299962043762,1.5072369575500488,1.6384409666061401,1.0965640544891357,-1.1895179748535156,-0.2636609971523285,0.721714973449707,1.874729037284851,-0.08420400321483612,-0.3703779876232147,0.3553760051727295,-0.37560001015663147,0.41172200441360474,1.8271939754486084,0.49636900424957275,1.1158850193023682,0.29265299439430237,-0.29395100474357605,0.9741730093955994,1.875588059425354,-2.7303199768066406,-2.1411049365997314,-0.24889600276947021,-0.17423300445079803,-0.990041971206665,-2.0378479957580566,-2.9419219493865967,0.7980629801750183,0.6072070002555847,-0.22442199289798737,-1.9984569549560547,0.6749870181083679,-0.35574498772621155,0.7013450264930725,-2.116981029510498,1.7739499807357788,-1.4428980350494385,1.4658030271530151,0.16118699312210083,1.5056489706039429,-2.8241848945617676,-0.9942579865455627,-0.6629070043563843,1.7059240341186523,-1.0110440254211426,0.040111999958753586,1.5672489404678345,1.1782629489898682,-0.8818830251693726,1.6759190559387207,0.46612998843193054,0.6737210154533386,0.5359969735145569,-0.06751900166273117,0.015053000301122665,-0.6874769926071167,-0.4972209930419922,1.6172699928283691,-2.1753079891204834,-1.3473039865493774,-2.5828850269317627,0.1312980055809021,-0.9519150257110596,1.0363049507141113,-1.9400440454483032,-0.38424500823020935,1.4801839590072632,0.2308170050382614,-1.8197059631347656,-0.030711999163031578,1.9267770051956177,-1.1343779563903809,-1.1304479837417603,-0.7986140251159668,-0.5989949703216553,0.4069269895553589,-0.1048550009727478,1.1076339483261108,1.197126030921936,-2.0100510120391846,-2.645008087158203,0.8127229809761047,1.572551965713501,1.8377909660339355,0.5985479950904846,-1.2092700004577637,-1.2537059783935547,-1.8500620126724243,-0.21092699468135834,-0.3965739905834198,-0.8895429968833923,1.4829390048980713,-1.323443055152893,-1.2465929985046387,0.3605639934539795,0.9728299975395203,0.1539289951324463,1.3262380361557007,-1.2315690517425537,-1.5928809642791748,0.8504729866981506,2.0351130962371826,1.9042190313339233,-0.25307101011276245,0.00810800027102232,0.5890989899635315,1.601660966873169,-1.1772539615631104,-1.2901300191879272,0.4460180103778839,1.6364599466323853,0.31997400522232056,1.3307160139083862,-0.1007310003042221,-1.8185490369796753,-0.06856600195169449,1.6285439729690552,0.2938910126686096,-0.9215580224990845,0.7783430218696594,-0.06653700023889542,-0.508840024471283,-0.069023996591568,-0.45989900827407837,1.5287690162658691,-0.6229299902915955,0.5624459981918335,-1.0936789512634277,-0.6119999885559082,-1.347262978553772,1.4769220352172852,-1.1064749956130981,0.05046999827027321,-2.1538100242614746,-0.11238600313663483,1.4429930448532104,1.621453046798706,-1.703104019165039,0.27965301275253296,-1.2711269855499268,-2.9516611099243164,1.3177289962768555,-1.0271430015563965,-1.3155800104141235,-0.8075240254402161,-0.8240119814872742,-2.705782890319824,-1.6196990013122559,1.0054789781570435,-0.7720980048179626,1.473675012588501,-2.075922966003418,0.9829080104827881,0.3122110068798065,-1.179947018623352,-1.109747052192688,1.8488880395889282,-0.8826389908790588,0.21611399948596954,-0.003092000028118491,-0.8588590025901794,-1.0659259557724,0.7185109853744507,-0.5147200226783752,-1.6202540397644043,-1.6325769424438477,1.0749759674072266,2.143671989440918,0.6629859805107117,0.6642150282859802,-1.4909549951553345,-0.5613970160484314,0.7439209818840027,0.9652519822120667,-2.642322063446045,1.1188850402832031,-2.9955050945281982,-1.108273983001709,-2.119385004043579,-1.3015350103378296,-0.8348850011825562,0.7373189926147461,0.06745199859142303,-0.9099720120429993,-1.1106770038604736,-1.8741660118103027,-0.8062549829483032,-0.8219389915466309,0.1893330067396164,1.4179719686508179,-0.3834570050239563,1.253039002418518,0.09480699896812439,1.5784529447555542,1.4113949537277222,-1.1448030471801758,0.7525230050086975,0.5710480213165283,0.7773740291595459,-0.30744901299476624,-0.7109040021896362,1.5617170333862305,0.5865569710731506,0.6456699967384338,1.96260404586792,-1.4118340015411377,1.246819019317627,-1.0676469802856445,-2.125596046447754,1.2937860488891602,-1.1296440362930298,1.6236530542373657,0.24165600538253784,-1.3645960092544556,-0.8355180025100708,-1.1431159973144531,1.1296600103378296,-1.330754041671753,0.849295973777771,1.5105019807815552,-2.239438056945801,1.6862939596176147,0.5997800230979919,-1.4281549453735352,0.1685349941253662,0.9971579909324646,0.11856500059366226,0.8533790111541748,-1.3524290323257446,1.1302469968795776,-0.6807810068130493,-2.926928997039795,-0.9057819843292236,0.7919260263442993,1.1737229824066162,0.36765000224113464,0.493912011384964,0.9716190099716187,-1.466122031211853,-0.7341340184211731,-1.0741699934005737,-2.120836019515991,0.3906730115413666,0.8453530073165894,-0.8564310073852539,1.4257210493087769,-2.660141944885254,-0.2352209985256195,0.4795739948749542,1.0199929475784302,0.48715999722480774,-0.3946869969367981,0.510915994644165,0.528236985206604,0.5843690037727356,0.8200690150260925,1.7616440057754517,-0.5730599761009216,-0.41393500566482544,-1.2874959707260132,0.88264399766922,0.07155700027942657,-1.5413579940795898,1.5999200344085693,-0.6981890201568604,1.413930058479309,0.4958359897136688,0.976127028465271,1.8076640367507935,1.043328046798706,0.8294370174407959,0.7336559891700745,-1.0605319738388062,1.1571170091629028,-0.43011200428009033,1.660372018814087,-0.4014959931373596,0.3181160092353821,-0.340846985578537,-2.045067071914673,1.7809209823608398,-1.0377739667892456,-0.4841040074825287,-0.6406310200691223,-0.9127479791641235,-1.1966040134429932,-1.370316982269287,-0.512382984161377,-0.8914250135421753,-0.15051700174808502,-0.08197999745607376,0.0687360018491745,0.4661230146884918,-0.8326429724693298,0.4206309914588928,-1.2907520532608032,-1.3514610528945923,-1.4729030132293701,0.2311290055513382,-0.15803299844264984,0.18126000463962555,-1.4119420051574707,0.12609000504016876,0.9995759725570679,1.905027985572815,-0.5102890133857727,-1.3096740245819092,-0.49904701113700867,0.47252601385116577,-1.1017910242080688,-0.9896489977836609,-0.4065130054950714,0.31046199798583984,0.48526400327682495,1.9543269872665405,-0.13255299627780914,0.09746500104665756,-1.2623610496520996,-1.319290041923523,-1.1484160423278809,-1.0808320045471191,-1.8352819681167603,0.9845839738845825,0.30723899602890015,-0.7859470248222351,-0.258107990026474,1.143847942352295,0.11025600135326385,-2.8545188903808594,-1.1027380228042603,-1.7607280015945435,0.5028060078620911,-0.7040719985961914,1.5227010250091553,-0.0036180000752210617,1.6193089485168457,2.000706911087036,-0.617480993270874,1.496870994567871,-1.2624870538711548,0.7672060132026672,-2.4075660705566406,-0.6962429881095886,0.1338919997215271,-2.416659116744995,0.9480400085449219,-1.300186038017273,0.09948600083589554,1.0051649808883667,0.31859299540519714,-0.6335880160331726,1.5239609479904175,1.1130499839782715,1.0818010568618774,-1.2828060388565063,-2.814718008041382,1.343366026878357,-0.6737220287322998,-0.09087099879980087,0.40752801299095154,-0.6474819779396057,-2.5365240573883057,1.292114019393921,-0.6931530237197876,-0.10920199751853943,1.7898249626159668,-0.9667630195617676,-1.1768430471420288,0.31861600279808044,1.4240570068359375,-1.3023380041122437,1.361744999885559,-0.3619289994239807,-1.207008957862854,-0.3915739953517914,1.5724610090255737,0.9649069905281067,0.661562979221344,0.3634139895439148,-0.4770979881286621,1.4735820293426514,2.138300895690918,0.03821999952197075,-1.2420730590820312,0.01821799948811531,0.36084499955177307,0.2341649979352951,1.3008610010147095,-2.6990818977355957,0.3196670114994049,0.3635619878768921,0.40483400225639343,-0.3709709942340851,-0.19165299832820892,0.7752119898796082,0.30687201023101807,-2.5188369750976562,-2.4131810665130615,-1.8130899667739868,0.9939529895782471,0.571403980255127,-1.2262959480285645,0.6286280155181885,-2.7944819927215576,-1.0211470127105713,-1.3814339637756348,0.5796329975128174,-1.1302340030670166,-1.4671440124511719,-1.9252419471740723,1.7859350442886353,-0.47246700525283813,-0.9364050030708313,1.8977409601211548,1.9260209798812866,0.7286980152130127,-0.08079499751329422,-2.983258008956909,0.8810529708862305,-0.8401859998703003,-1.4683480262756348,-0.8039789795875549,1.0380719900131226,1.8578959703445435,-1.8919219970703125,1.6267869472503662,0.6667100191116333,-0.5702260136604309,-1.8576170206069946,-2.5625510215759277,0.2510699927806854,-1.2444779872894287,0.6069669723510742,1.1010890007019043,-1.0758140087127686,-1.375892996788025,0.830161988735199,-1.9759299755096436,1.1776930093765259,-3.012450933456421,-0.19678600132465363,0.20637600123882294,0.063571996986866,0.5390049815177917,0.3333060145378113,0.17402200400829315,1.303441047668457,1.5013049840927124,-1.22365403175354,-0.6304900050163269,0.9604849815368652,-1.949789047241211,0.4580419957637787,1.9601529836654663,1.0406650304794312,0.8365229964256287,1.5191349983215332,-0.1261799931526184,-0.005812999792397022,-1.3855489492416382,-1.11661696434021,-1.7471630573272705,0.3410690128803253,0.47394800186157227,-1.8088699579238892,-0.1771879941225052,0.08495700359344482,0.39248499274253845,-0.7146160006523132,1.8749209642410278,1.5822240114212036,-1.1473239660263062,-1.2914119958877563,-0.8685250282287598,-0.1461150050163269,-0.2300100028514862,-1.707008957862854,-2.5175719261169434,-0.9005810022354126,-1.013936996459961,1.6567440032958984,-1.2818349599838257,0.0953570008277893,-0.2243659943342209,-1.6319979429244995,1.8876999616622925,0.7139790058135986,-0.22663800418376923,-0.952709972858429,0.698477029800415,1.0775339603424072,1.764680027961731,-0.06412900239229202,-1.9413779973983765,-2.0497090816497803,0.6219469904899597,1.4696489572525024,1.1899889707565308,1.2146610021591187,1.5357890129089355,-0.0756789967417717,0.6878669857978821,-1.1586309671401978,0.7331590056419373,-0.6122410297393799,1.1444979906082153,-0.8812350034713745,-1.3376359939575195,-0.813260018825531,-0.435712993144989,1.1579289436340332,1.715527057647705,-1.5353779792785645,0.2311760038137436,-1.0165619850158691,1.4309279918670654,1.9841029644012451,0.746707022190094,-1.6409310102462769,1.4858700037002563,-2.895720958709717,0.6351879835128784,-0.3056289851665497,0.5514950156211853,1.6074860095977783,1.3761440515518188,-0.23903100192546844,-2.7244250774383545,-0.11565099656581879,-0.6052119731903076,-0.11576899886131287,-1.0380409955978394,1.599187970161438,0.9965389966964722,-2.028752088546753,0.8623629808425903,-1.166383981704712,-1.0417879819869995,1.8318159580230713,-0.9965149760246277,-0.08641500025987625,-0.06751299649477005,0.46774399280548096,-0.6910300254821777,-2.6485679149627686,1.675341010093689,0.4944300055503845,-0.7225069999694824,0.8752229809761047,-1.2266340255737305,0.8493329882621765,1.8457720279693604,-1.1902079582214355,-1.1996870040893555,-1.2109839916229248,0.6321790218353271,1.8700209856033325,-0.23634099960327148,0.48659801483154297,0.9844639897346497,0.09230700135231018,1.4234750270843506,1.0692319869995117,-1.9412540197372437,1.1378849744796753,0.8110769987106323,-2.1297519207000732,-0.17328999936580658,0.4421130120754242,0.2008029967546463,-1.9048689603805542,1.6067919731140137,-1.4138610363006592,-1.3035739660263062,0.1789720058441162,0.7666069865226746,-2.457534074783325,-0.9825260043144226,-0.9569010138511658,-0.9703400135040283,0.4496600031852722,-0.5552669763565063,-0.346112996339798,-1.0200070142745972,-1.0119600296020508,1.3582960367202759,2.0264649391174316,0.15598300099372864,-0.3161419928073883,-1.2327150106430054,0.4589860141277313,0.9259210228919983,1.678697943687439,1.0179359912872314,-0.3043709993362427,-0.40950000286102295,-1.2716490030288696,0.49587100744247437,-0.4844279885292053,1.5046850442886353,-1.3117049932479858,0.9464460015296936,0.2366960048675537,-0.32281601428985596,0.6198779940605164,-1.1018970012664795,-2.6509621143341064,-2.652298927307129,1.5284500122070312,1.7942650318145752,0.5497919917106628,-1.2591240406036377,-1.509592056274414,0.1898760050535202,0.06053600087761879,1.0159900188446045,-0.985273003578186,0.3561969995498657,1.1898159980773926,-0.6544970273971558,-0.9643409848213196,-1.3156429529190063,-1.2255170345306396,0.9867770075798035,-0.3471049964427948,-1.900292992591858,-1.3055939674377441,1.6349519491195679,1.6691880226135254,-0.24108299612998962,-1.763962984085083,1.272853970527649,1.1265490055084229,0.3731899857521057,0.9566050171852112,-1.6919740438461304,0.16713300347328186,-2.16841197013855,2.0516700744628906,0.9395310282707214,0.1737940013408661,-1.1147019863128662,1.2106989622116089,0.35222598910331726,0.010862000286579132,1.674780011177063,1.2742719650268555,0.36704400181770325,1.020550012588501,0.5751789808273315,1.016463041305542,0.3178969919681549,-1.0821870565414429,0.7243189811706543,0.49015501141548157,0.8843700289726257,0.7734540104866028,1.6830389499664307,0.9077789783477783,1.9123799800872803,0.8639460206031799,1.5456160306930542,-1.2574779987335205,-0.23476700484752655,0.6227859854698181,0.31477800011634827,1.5078680515289307,-0.16035600006580353,0.26959899067878723,-1.971308946609497,1.4492379426956177,1.563269019126892,-0.42266300320625305,-1.3335579633712769,-0.17571300268173218,-2.0861570835113525,0.3808180093765259,0.13439799845218658,1.3669970035552979,-0.5320889949798584,0.9141209721565247,0.6037629842758179,1.750133991241455,-2.295681953430176,-3.0148680210113525,0.6067140102386475,-1.3839479684829712,-0.5869590044021606,-0.6311159729957581,1.143983006477356,-0.5446979999542236,0.3915190100669861,-0.38653698563575745,1.2557499408721924,-1.6347320079803467,2.0005970001220703,-0.9107530117034912,-0.21222199499607086,-0.8495839834213257,0.902321994304657,0.309783011674881,1.8736200332641602,-0.9450569748878479,-0.9235780239105225,0.44535699486732483,1.0400400161743164,-1.5121419429779053,-0.9597650170326233,-0.9860519766807556,-1.4700219631195068,-1.4636739492416382,-1.2111999988555908,0.9512180089950562,1.5366649627685547,-0.5962830185890198,-1.6157989501953125,0.8593170046806335,0.7533469796180725,0.7755410075187683,0.011114999651908875,1.3100229501724243,-1.271697998046875,-0.3992120027542114,-0.26433899998664856,0.5617349743843079,1.6013139486312866,-2.849318027496338,1.041530966758728,0.42412200570106506,-1.7737959623336792,1.804494023323059,-0.1355530023574829,1.3472520112991333,1.4791200160980225,1.367540955543518,-1.4514379501342773,1.511167049407959,0.6791509985923767,1.4491859674453735,-0.3447340130805969,0.29134899377822876,-0.43751999735832214,-2.9466819763183594,-0.7130129933357239,-0.6809819936752319,1.7263200283050537,1.9427000284194946,-0.786208987236023,-1.8654060363769531,-0.6278330087661743,0.815883994102478,-1.375838041305542,-1.3659499883651733,-0.9571340084075928,0.05955500155687332,0.40971100330352783,0.6654340028762817,0.30647900700569153,-1.0922199487686157,-2.946269989013672,1.754372000694275,0.9354419708251953,-1.1944220066070557,1.1819839477539062,1.2220629453659058,-1.2819750308990479,-0.4774189889431,-2.973275899887085,-1.2211649417877197,-0.8240010142326355,1.2962579727172852,1.360172986984253,-1.043455958366394,-2.987684965133667,0.05167200043797493,0.31343400478363037,0.796841025352478,1.2074439525604248,1.1913889646530151,-0.9129359722137451,1.6940350532531738,1.6989020109176636,-0.35138899087905884,-1.402358055114746,-2.016849994659424,0.6589670181274414,1.6942709684371948,0.11412400007247925,1.6049269437789917,-0.7477650046348572,1.5645530223846436,-0.3927539885044098,-0.28060799837112427,-1.099176049232483,-1.58514404296875,-0.051024001091718674,1.297521948814392,-2.606851100921631,-1.5966720581054688,-1.1671019792556763,1.8508299589157104,0.6464499831199646,1.5595519542694092,-1.2504479885101318,1.3468389511108398,0.9920439720153809,-0.4967989921569824,0.21048599481582642,0.3711389899253845,-1.275892972946167,-1.5117939710617065,1.4130619764328003,1.779291033744812,1.1430059671401978,0.987326979637146,-1.1728459596633911,0.009333999827504158,-0.7179489731788635,1.5516680479049683,-2.3426010608673096,-2.3169829845428467,0.44562000036239624,0.17925399541854858,0.4373460114002228,0.9164140224456787,-3.00370192527771,-1.9745689630508423,-1.2746269702911377,0.9171959757804871,0.1783130019903183,-0.885083019733429,-0.2810389995574951,-0.7961410284042358,-0.39840400218963623,1.7957019805908203,-2.290708065032959,0.6115409731864929,0.21549199521541595,-2.554877996444702,-2.9314160346984863,-0.4065319895744324,0.910673975944519,-1.3984450101852417,-0.20378799736499786,-1.0040160417556763,-0.7237750291824341,-0.6862829923629761,-2.4355270862579346,0.812762975692749,-0.34572601318359375,1.9939219951629639,0.9785450100898743,0.3961150050163269,0.9724640250205994,0.21895000338554382,-1.876824975013733,-1.0585410594940186,-1.9378299713134766,0.48593300580978394,-1.9586180448532104,1.552314043045044,0.42785900831222534,0.5712720155715942,1.9548399448394775,1.5366309881210327,0.5583810210227966,0.6912919878959656,-0.18055100739002228,-1.2179139852523804,0.04994399845600128,0.010840999893844128,-1.2973040342330933,0.5745909810066223,-1.3228780031204224,-2.5387508869171143,1.8146040439605713,-0.22260600328445435,0.37327098846435547,-0.9456250071525574,1.6627960205078125,0.9139490127563477,-0.9363960027694702,0.6828420162200928,1.556257963180542,1.374919056892395,0.5883539915084839,0.15063899755477905,-1.6349270343780518,-0.42046600580215454,0.6595219969749451,-1.2510639429092407,1.5562889575958252,-1.3979370594024658,-1.3962600231170654,-1.3724969625473022,0.9708549976348877,-1.3280919790267944,-1.9818710088729858,1.202294945716858,1.5380539894104004,-1.225121021270752,-2.0168581008911133,-0.1988310068845749,1.8405719995498657,0.33553600311279297,0.7889040112495422,0.2842569947242737,1.5258680582046509,1.3404029607772827,-0.59415602684021,-0.41176098585128784,-0.9797989726066589,0.2267100065946579,-1.1237410306930542,-2.095931053161621,1.6809910535812378,-0.2053229957818985,-0.8025509715080261,-0.3111630082130432,0.663087010383606,-0.9581329822540283,0.76603102684021,0.5917350053787231,-0.8634099960327148,0.13110800087451935,1.8005499839782715,0.409404993057251,0.41736900806427,-0.5400580167770386,0.7391819953918457,-0.17433999478816986,-0.6784060001373291,-1.4090479612350464,-0.7069290280342102,-0.22978399693965912,0.7333599925041199,0.7380989789962769,-1.2390340566635132,0.6370220184326172,0.026587000116705894,1.9192429780960083,1.4826500415802002,0.5960389971733093,0.36268898844718933,0.674560010433197,0.3132820129394531,-2.1271870136260986,-2.2703309059143066,1.8126840591430664,-0.9209439754486084,0.23722200095653534,0.8143619894981384,0.7694169878959656,0.5244309902191162,-1.7925750017166138,-0.20104800164699554,0.8700180053710938,1.9965649843215942,-1.7014130353927612,-2.292675018310547,0.376910001039505,1.6726969480514526,-0.21144999563694,-1.2343029975891113,-1.0971399545669556,1.691743016242981,-2.047437906265259,0.4613499939441681,0.6664440035820007,-1.9319380521774292,0.35669198632240295,-0.18363499641418457,0.9348369836807251,-1.8431769609451294,-0.1345440000295639,0.8662639856338501,-0.9477720260620117,-2.0851480960845947,-0.1300780028104782,-1.2282090187072754,-0.7215350270271301,0.2908940017223358,-0.4149729907512665,-0.7177379727363586,0.8110089898109436,1.2515029907226562,1.9682179689407349,-1.3355460166931152,1.3324240446090698,-2.626607894897461,0.7275509834289551,1.6230889558792114,-0.7008209824562073,-0.2435009926557541,0.5608789920806885,1.8970400094985962,-0.16694000363349915,-1.200098991394043,-0.011680000461637974,1.7822730541229248,-0.5372400283813477,0.6906279921531677,-2.423362970352173,1.4066569805145264,1.20272696018219,-2.1723530292510986,-2.1570749282836914,-2.2731010913848877,0.9847570061683655,0.9371709823608398,0.4827289879322052,1.525346040725708,0.32793399691581726,-1.5371819734573364,1.518246054649353,-1.2117029428482056,-1.8379180431365967,-1.232285976409912,0.029738999903202057,-2.5864970684051514,-0.6400309801101685,1.4912099838256836,1.3714640140533447,-0.8333699703216553,0.909650981426239,-0.1811079978942871,0.884859025478363,0.6035230159759521,1.4014869928359985,1.1271439790725708,0.8210899829864502,0.6930209994316101,-1.2096339464187622,0.5371419787406921,-0.3809329867362976,1.6769139766693115,-1.8167330026626587,-1.73471999168396,-1.9125089645385742,0.5418519973754883,0.820468008518219,0.9293400049209595,0.9655900001525879,-0.5415560007095337,-1.104174017906189,-0.5026760101318359,-1.7497990131378174,-0.1388999968767166,1.173367977142334,-0.9685720205307007,-1.418673038482666,1.3006019592285156,0.42342498898506165,-2.6527459621429443,-0.7158809900283813,-1.2478140592575073,-0.2684690058231354,2.047096014022827,0.8949509859085083,0.6259239912033081,0.13462799787521362,-1.5822060108184814,-1.3165669441223145,0.14284899830818176,-0.39825400710105896,-1.4639270305633545,1.6832289695739746,-1.740373969078064,-0.7221760153770447,-0.3875409960746765,-0.45647600293159485,-1.1364350318908691,-0.3656739890575409,-0.44158700108528137,-0.678043007850647,1.4744770526885986,-1.273368000984192,0.05833199992775917,0.10934700071811676,0.03856800124049187,0.2905910015106201,0.8942059874534607,0.22075800597667694,0.5836970210075378,0.32822999358177185,1.7285939455032349,-0.8836529850959778,1.5514299869537354,0.11446499824523926,0.09065999835729599,0.4547500014305115,-2.3887178897857666,0.6112840175628662,1.3785419464111328,0.8508309721946716,-1.0529459714889526,-1.2163020372390747,-1.3620500564575195,-1.3230210542678833,0.7215949892997742,0.7205060124397278,0.4938049912452698,1.0050489902496338,0.2143539935350418,-0.8927479982376099,0.36763501167297363,-2.728116989135742,-2.765321969985962,-0.9750080108642578,0.2988030016422272,-1.395326018333435,-0.9838759899139404,-2.025481939315796,0.349031001329422,-2.930881977081299,1.618232011795044,1.2334990501403809,1.0899419784545898,0.15115900337696075,0.24354900419712067,-1.2968850135803223,1.372009038925171,-0.5955899953842163,0.25205299258232117,0.7700780034065247,-1.1625829935073853,0.39615398645401,-0.643451988697052,0.9841949939727783,-2.4616479873657227,0.8212299942970276,-0.2759310007095337,0.2773360013961792,0.7963950037956238,0.8506569862365723,-1.6632579565048218,1.5205559730529785,0.3260369896888733,1.4996989965438843,-0.42736899852752686,-1.0706119537353516,0.30083900690078735,0.2035900056362152,1.04885995388031,1.366137981414795,-1.838243007659912,-1.1062560081481934,-2.143178939819336,-1.2970540523529053,0.013686999678611755,-1.1437259912490845,-0.24694299697875977,-1.3368459939956665,1.1577789783477783,-0.808925986289978,1.0150710344314575,0.6865059733390808,-1.6557209491729736,0.5585500001907349,1.3725379705429077,-0.2181140035390854,0.9534389972686768,1.383641004562378,-1.7457129955291748,1.0841540098190308,-1.3025790452957153,0.9911080002784729,-0.5073400139808655,0.720770001411438,-1.07014799118042,0.5551130175590515,1.5611939430236816,0.23459899425506592,0.3454900085926056,-0.9200170040130615,-0.7123079895973206,0.2511250078678131,1.8427029848098755,-0.4541049897670746,1.5657169818878174,-2.383920907974243,0.1580660045146942,-0.43253499269485474,0.6657379865646362,-0.9835000038146973,-2.051193952560425,-0.30883198976516724,-1.2496399879455566,-0.7311260104179382,1.3563209772109985,-1.093425989151001,1.7383379936218262,0.8881040215492249,0.4219459891319275,1.150750994682312,0.9372730255126953,0.26744601130485535,0.23746700584888458,2.06040096282959,-0.6002920269966125,0.964434027671814,0.9851800203323364,-0.8287929892539978,0.2215539962053299,-1.1371779441833496,-2.322906017303467,0.22709600627422333,1.359874963760376,0.4323999881744385,0.756729006767273,0.2524130046367645,-0.21449199318885803,-1.177299976348877,0.8531849980354309,-0.8620169758796692,-2.664958953857422,-2.5653328895568848,0.8894240260124207,-1.6743090152740479,0.1940470039844513,-0.31738701462745667,-2.627048969268799,0.7334380149841309,2.065359115600586,-0.18690000474452972,-0.4883579909801483,-1.3660629987716675,1.9144550561904907,0.8251439929008484,0.3911130130290985,1.4715019464492798,-0.263808012008667,-1.1213539838790894,1.7651009559631348,-0.8030120134353638,1.1296720504760742,-1.1579129695892334,1.1789699792861938,0.061726998537778854,-0.17285799980163574,0.5525559782981873,-2.4296579360961914,-0.6693450212478638,0.40400901436805725,-2.394521951675415,1.2694180011749268,1.7335389852523804,-0.12472999840974808,-0.025922000408172607,0.8926380276679993,-1.4921679496765137,0.40585899353027344,0.019620999693870544,0.9457820057868958,0.9458659887313843,-1.8266340494155884,-1.656646966934204,1.4999109506607056,0.2154719978570938,0.8216180205345154,0.1456719934940338,1.2461090087890625,0.177388995885849,1.210595965385437,0.7199339866638184,-1.7169530391693115,0.464011013507843,1.1684030294418335,1.3676409721374512,1.4223910570144653,-0.9650459885597229,-0.7634760141372681,0.5415449738502502,-1.7817599773406982,0.6875140070915222,0.22743600606918335,-2.22407603263855,-2.3912699222564697,1.2431490421295166,-1.0218089818954468,-2.121764898300171,-0.21009700000286102,1.4324949979782104,-1.8698079586029053,-1.0337879657745361,0.6497809886932373,-0.09001199901103973,-0.6724860072135925,1.0102169513702393,-0.458420991897583,1.229112982749939,0.1565999984741211,-0.19851399958133698,0.002598999999463558,1.7552380561828613,1.0064810514450073,-0.37499600648880005,0.8567360043525696,0.7739660143852234,1.0164200067520142,1.0747950077056885,-1.1105619668960571,-0.47881200909614563,-2.943027973175049,0.21575400233268738,1.2546499967575073,0.13865800201892853,-1.3587620258331299,1.4891539812088013,-2.2894670963287354,-1.2684470415115356,1.964486002922058,1.4140739440917969,1.3805099725723267,1.5408129692077637,-0.42559799551963806,0.9456419944763184,1.3389650583267212,0.5881170034408569,1.987231969833374,0.3387480080127716,-0.6557130217552185,-0.9518809914588928,0.4634360074996948,1.5219080448150635,1.1750619411468506,-1.1543270349502563,-2.4639899730682373,-1.8852330446243286,0.7806620001792908,-0.804062008857727,-0.7429839968681335,-1.1526600122451782,-0.13418200612068176,-0.060201000422239304,0.7150949835777283,-1.613355040550232,1.177314043045044,-2.056335926055908,-0.37900400161743164,-1.5321719646453857,-1.8602999448776245,1.6879689693450928,1.2712759971618652,-1.7248799800872803,1.1912729740142822,0.201992005109787,-1.4931459426879883,1.837306022644043,0.8028439879417419,-1.2862210273742676,-0.20438799262046814,1.7492380142211914,-0.15303699672222137,-1.7155699729919434,1.4359689950942993,-2.524369955062866,-2.5183210372924805,-0.0169489998370409,1.116189956665039,0.5394150018692017,-0.35448598861694336,0.32661399245262146,1.3621159791946411,1.2620619535446167,-2.3860509395599365,-0.947180986404419,-1.6854959726333618,1.7267980575561523,1.7946150302886963,-0.1695069968700409,-0.5369340181350708,-2.24338698387146,0.6955220103263855,-1.206078052520752,0.8243780136108398,0.5589939951896667,0.9977369904518127,-1.6069179773330688,-0.8665800094604492,-1.4056470394134521,-1.9394429922103882,0.6709439754486084,0.6468740105628967,0.6463350057601929,1.290531039237976,1.2738920450210571,-0.33388400077819824,0.8221340179443359,1.4434670209884644,0.55246901512146,1.3203630447387695,-1.2238420248031616,0.07401499897241592,-1.232692003250122,-1.5415829420089722,0.6049280166625977,-0.6601510047912598,0.3336699903011322,0.5709689855575562,-1.1127400398254395,1.1229419708251953,1.4743720293045044,0.6056299805641174,-0.3375439941883087,0.8568950295448303,-2.561173915863037,-1.7955479621887207,0.8686500191688538,-2.6700639724731445,-2.620569944381714,-0.7236909866333008,0.28272101283073425,0.3003149926662445,1.3211469650268555,0.29401499032974243,0.717494010925293,1.7456320524215698,0.6493669748306274,0.9471330046653748,1.6059240102767944,1.0302850008010864,-0.11430700123310089,-0.59306401014328,-0.18118900060653687,-0.9846680164337158,1.4694010019302368,0.11690100282430649,-1.0021330118179321,-1.1240719556808472,0.8669350147247314,-0.4767720103263855,-1.476093053817749,-0.09530100226402283,1.6493560075759888,-2.164060115814209,-0.43516600131988525,0.5894550085067749,-2.423604965209961,-0.9247639775276184,0.06571099907159805,1.01636803150177,-0.09579800069332123,-0.9864190220832825,1.4389580488204956,-1.3982449769973755,0.07810399681329727,-1.1251310110092163,-2.271523952484131,-1.0006400346755981,0.9671189785003662,-2.616914987564087,0.9652460217475891,0.3762190043926239,1.4835829734802246,-0.4752640128135681,0.8431879878044128,0.7462790012359619,0.48975899815559387,0.9110860228538513,-1.6528700590133667,1.3937040567398071,-0.17250299453735352,-0.6012679934501648,-1.0669009685516357,-0.6936309933662415,-2.6763739585876465,1.429811954498291,0.2719019949436188,-0.5373439788818359,-1.222067952156067,-1.1979130506515503,-0.9476500153541565,1.8899270296096802,0.8128889799118042,-1.1944910287857056,-2.9729199409484863,1.8094120025634766,1.766129970550537,-0.11801999807357788,1.5083149671554565,1.5909390449523926,-1.043612003326416,1.7355769872665405,1.3816670179367065,-1.0332640409469604,0.2766079902648926,1.397042989730835,-1.0556340217590332,-1.8549549579620361,1.2565439939498901,-1.2662980556488037,-1.266213059425354,0.7468910217285156,0.1939069926738739,-0.6227629780769348,-1.4804270267486572,-2.1902530193328857,-0.2712480127811432,-0.2823140025138855,1.7098309993743896,1.4142459630966187,0.3289729952812195,0.8753399848937988,1.467947006225586,-0.6582239866256714,-2.1657209396362305,0.02104399912059307,0.9292550086975098,-0.14134900271892548,0.8265420198440552,0.34658798575401306,-0.010565999895334244,-1.1692359447479248,-1.5058590173721313,-0.6771420240402222,-1.5047279596328735,0.28245601058006287,0.34727999567985535,0.9704650044441223,-1.7413020133972168,1.6753040552139282,-1.0261579751968384,-1.02839195728302,0.30607300996780396,0.3359510004520416,0.44386398792266846,-1.2215880155563354,1.4216220378875732,-1.2394570112228394,-1.130321979522705,-0.21652300655841827,-1.3070189952850342,-1.2952079772949219,-1.3507330417633057,0.696740984916687,1.0876590013504028,0.10727299749851227,-0.006862000096589327,1.6478290557861328,1.7080210447311401,-2.1123828887939453,-0.07703299820423126,-1.4507989883422852,-0.3937720060348511,-2.962116003036499,0.27046701312065125,1.3945790529251099,0.6793559789657593,1.2373499870300293,-1.3359869718551636,1.4483360052108765,1.4095790386199951,1.7702540159225464,0.2938700020313263,-0.8772450089454651,0.9801719784736633,-0.550478994846344,-1.9801779985427856,-0.7394329905509949,-0.2999109923839569,-1.1423269510269165,0.5157840251922607,1.0925090312957764,1.1013779640197754,-0.4127250015735626,-0.12303700298070908,-1.1678279638290405,0.2547290027141571,-0.9743689894676208,-1.4260989427566528,0.6412619948387146,0.6775869727134705,1.0236849784851074,-0.42454400658607483,-2.070312023162842,1.6250089406967163,-0.2491450011730194,-2.0634729862213135,-1.9881839752197266,-0.18203400075435638,0.34591200947761536,-0.5753700137138367,1.607915997505188,1.1629070043563843,-0.7963579893112183,0.13945400714874268,0.10657999664545059,0.5806400179862976,0.9669389724731445,-1.1260240077972412,-2.4560019969940186,0.828889012336731,-0.06988900154829025,-1.0580450296401978,-0.8927509784698486,1.7983380556106567,0.1377989947795868,0.6771529912948608,-1.0194599628448486,-0.7442970275878906,-0.5055390000343323,0.4027850031852722,1.6515909433364868,-0.4408220052719116,-0.24180899560451508,-2.939455032348633,-0.20309799909591675,-0.10970800369977951,-1.118595004081726,-1.2534329891204834,-2.1332969665527344,-2.255373001098633,-1.4923429489135742,0.421068012714386,-0.23086699843406677,1.6263530254364014,-2.689085006713867,-0.5137879848480225,-0.49733901023864746,-0.42204800248146057,-1.25580894947052,0.8913440108299255,0.9158920049667358,-0.09369000047445297,-0.12174700200557709,0.25477999448776245,-2.7298240661621094,-1.1510050296783447,0.8807299733161926,0.6037819981575012,-0.13728800415992737,0.4321019947528839,-0.48992499709129333,-0.2995240092277527,0.6236739754676819,0.6508489847183228,0.7865039706230164,-1.7734249830245972,-0.6011989712715149,0.46668100357055664,-1.7584799528121948,0.35628798604011536,-1.8550989627838135,-1.8479199409484863,0.07998000085353851,0.7012900114059448,-0.6643760204315186,-0.9121739864349365,0.2334969937801361,0.05549599975347519,-2.35994291305542,0.20213599503040314,-1.0508290529251099,-0.8164029717445374,0.11885199695825577,-0.6951109766960144,1.045822024345398,-2.350641965866089,0.04805399850010872,-0.5113019943237305,1.25382399559021,-0.6145390272140503,1.2627060413360596,-1.367771029472351,-0.9642789959907532,-1.5594849586486816,1.4985510110855103,1.5284390449523926,0.9667279720306396,-1.9044790267944336,-1.28568696975708,1.7544970512390137,-1.304008960723877,1.5852090120315552,-0.9980440139770508,1.4617429971694946,0.46498000621795654,0.8995760083198547,1.5071619749069214,0.6976270079612732,0.3556239902973175,-1.1856130361557007,-1.6193360090255737,0.13919200003147125,-2.6141281127929688,0.8075090050697327,1.2387479543685913,1.906033992767334,0.45045900344848633,0.3991389870643616,1.0151820182800293,0.4080759882926941,-1.3718960285186768,-0.20051099359989166,0.9138339757919312,-0.04618300125002861,-0.7042999863624573,-2.1800010204315186,-2.4790549278259277,-2.183089017868042,-0.2583850026130676,-0.36059999465942383,0.8163809776306152,-1.212080955505371,1.1741729974746704,-1.8213180303573608,1.1417299509048462,0.5896829962730408,0.7937570214271545,0.34168198704719543,-2.549945116043091,-0.26632800698280334,1.4514520168304443,0.6950049996376038,0.9613609910011292,0.5582110285758972,-1.9594999551773071,-0.2797839939594269,0.8945490121841431,-1.6972800493240356,-1.7520420551300049,-1.2784160375595093,-0.5060579776763916,0.4720669984817505,0.3570910096168518,-2.479875087738037,-1.5677399635314941,0.7925829887390137,-0.8307530283927917,-0.8129000067710876,-1.8914690017700195,-0.9725080132484436,0.2885630130767822,1.1296600103378296,-0.13543400168418884,-0.08581800013780594,1.086501955986023,0.31659701466560364,-2.950839042663574,-2.2216250896453857,-0.1987060010433197,0.9829649925231934,-0.21824699640274048,0.32188600301742554,1.5589699745178223,-0.43658098578453064,1.4341429471969604,1.3866089582443237,-0.532247006893158,-0.2559100091457367,0.8081560134887695,1.2118899822235107,0.7509419918060303,-0.27534499764442444,1.4525049924850464,1.379865050315857,0.4145810008049011,-0.7499989867210388,-1.8931059837341309,0.21661099791526794,1.6043020486831665,0.9987940192222595,-2.0494909286499023,1.5573409795761108,1.2510509490966797,1.1629470586776733,1.4600059986114502,0.9765499830245972,0.9354599714279175,-1.0573159456253052,0.603551983833313,1.0047290325164795,-1.1978850364685059,-2.2787671089172363,0.09179399907588959,-0.8810139894485474,1.5485399961471558,1.4905660152435303,0.9741100072860718,-2.1805570125579834,1.6884989738464355,-1.21035897731781,-1.264233946800232,1.4942959547042847,-2.0891830921173096,0.937362015247345,-0.5752840042114258,0.2851719856262207,-0.4731689989566803,-1.2674870491027832,0.6035550236701965,1.8852180242538452,-1.1255769729614258,-1.0865739583969116,1.5627959966659546,1.5621960163116455,0.5141410231590271,-0.2921069860458374,0.5495989918708801,0.6075230240821838,-0.9547709822654724,-0.5999979972839355,0.7167739868164062,1.7111899852752686,1.363455057144165,0.3646009862422943,1.4869999885559082,0.18648800253868103,1.3281869888305664,1.4709199666976929,0.1398400068283081,0.03280699998140335,0.4575740098953247,-1.1469910144805908,0.02366200089454651,-1.667235016822815,-1.6028319597244263,1.3484079837799072,-1.6482239961624146,-1.1055179834365845,0.24694299697875977,-0.3973279893398285,-1.3426979780197144,-1.3198059797286987,-0.7668690085411072,1.7300139665603638,-0.8846840262413025,0.3890959918498993,-1.5065840482711792,1.0113389492034912,-1.0993210077285767,-0.20348599553108215,-2.5511839389801025,-2.9373440742492676,1.6186720132827759,-1.9036840200424194,-1.147642970085144,-0.7980679869651794,-1.703848958015442,-2.097198009490967,-2.7083001136779785,1.184404969215393,-0.8873249888420105,-1.3482199907302856,0.8434309959411621,1.6056690216064453,-0.9684060215950012,-0.5519469976425171,0.6892799735069275,-1.8737460374832153,0.3494809865951538,1.6054309606552124,1.706652045249939,-0.3844909965991974,-0.547872006893158,0.6786209940910339,-1.0619750022888184,-2.4351019859313965,0.3817889988422394,0.1752229928970337,1.82492995262146,-1.7042299509048462,-0.6512479782104492,-0.39397600293159485,0.5718100070953369,0.6440219879150391,0.09958700090646744,-0.15042699873447418,-0.38193801045417786,-0.2978129982948303,-1.5864850282669067,-1.1738810539245605,-1.6201130151748657,0.254285991191864,0.9002220034599304,1.5846339464187622,0.8525130152702332,-0.9825149774551392,-0.9807860255241394,-1.0977829694747925,0.5338850021362305,1.0292400121688843,-0.33809998631477356,-1.3737479448318481,-0.8221960067749023,-0.1415950059890747,-2.623689889907837,-1.08686101436615,1.7876440286636353,0.7954210042953491,-0.1661369949579239,-2.643138885498047,-0.03270300105214119,0.28481999039649963,1.2137210369110107,0.6218969821929932,-2.937422037124634,1.307474970817566,0.5878599882125854,0.5545470118522644,-2.359920024871826,-1.332854986190796,1.8083670139312744,0.7796229720115662,-1.6215959787368774,-1.2910640239715576,0.7308300137519836,-1.2979209423065186,0.8225420117378235,0.692113995552063,0.042546000331640244,-0.8814769983291626,-0.1625480055809021,0.6434260010719299,-0.8589460253715515,1.7206690311431885,0.046810001134872437,1.858288049697876,0.1608780026435852,0.6742960214614868,0.5960890054702759,2.0277810096740723,-0.006492000073194504,1.3074029684066772,0.7785869836807251,-0.6924859881401062,0.40888598561286926,0.6481930017471313,0.6520749926567078,1.8238129615783691,1.641901969909668,1.3687540292739868,1.3973209857940674,0.23566900193691254,0.27791500091552734,1.6983319520950317,-1.2024760246276855,-1.4305189847946167,-1.060804009437561,-0.14749999344348907,0.31536799669265747,1.1639690399169922,1.0091229677200317,-0.31926798820495605,-1.184033989906311,0.6023169755935669,1.5039069652557373,-0.32186898589134216,-0.961480975151062,-0.345643013715744,0.41652700304985046,-1.3258769512176514,2.039539098739624,-1.1283260583877563,-1.036666989326477,0.8846579790115356,0.35932400822639465,-2.5083770751953125,-0.005379999987781048,1.3915870189666748,0.2562499940395355,0.2776930034160614,0.0900840014219284,-0.2912119925022125,0.48526298999786377,0.9505059719085693,1.6596970558166504,-1.5833940505981445,-0.9703559875488281,-1.4643900394439697,-0.9616400003433228,-0.4693720042705536,-0.13308799266815186,-0.2499769926071167,1.4812170267105103,1.4570059776306152,0.8489739894866943,1.206747055053711,-2.632460117340088,-1.2185959815979004,-0.5376060009002686,1.734915018081665,0.48354101181030273,-1.0967559814453125,-0.5298190116882324,1.7972049713134766,-1.357069969177246,1.1104389429092407,0.7804610133171082,1.5078730583190918,0.20683300495147705,0.014851000159978867,-0.8928760290145874,0.159278005361557,-0.4477039873600006,0.4884740114212036,-0.06377100199460983,1.645495057106018,1.6925580501556396,1.4465880393981934,1.2030620574951172,0.22657200694084167,-0.8298069834709167,-1.6704009771347046,-1.5384060144424438,1.0481129884719849,0.06213099882006645,-1.8401999473571777,0.19930900633335114,1.0891380310058594,-2.3412439823150635,1.5146340131759644,-0.02649099938571453,-1.0253009796142578,-2.3528850078582764,-2.8198390007019043,0.8685060143470764,-2.668498992919922,-2.9420878887176514,0.8657209873199463,-0.8780189752578735,-2.1347060203552246,-2.160654067993164,-2.8855230808258057,0.6075180172920227,1.9974249601364136,-0.8359159827232361,-0.1156110018491745,1.516895055770874,-0.9983810186386108,-1.6732399463653564,-2.6811459064483643,-0.07307399809360504,-1.8665939569473267,0.025930000469088554,1.262030005455017,-0.5869309902191162,0.7189880013465881,-1.165207028388977,0.521041989326477,-1.2800689935684204,1.6004749536514282,-1.0209389925003052,0.47999200224876404,0.5581179857254028,0.65242999792099,1.5652470588684082,-0.2467609941959381,0.4508950114250183,1.1241929531097412,-0.4545220136642456,-1.2795439958572388,1.2406059503555298,1.0318599939346313,-2.4072370529174805,0.4090920090675354,0.13495899736881256,0.8775439858436584,1.519637942314148,0.20465700328350067,1.1040799617767334,0.7817909717559814,0.6134229898452759,0.590802013874054,0.32431501150131226,-0.3467310070991516,-0.9508799910545349,-0.7671359777450562,0.5008119940757751,0.2983720004558563,-1.792065978050232,1.279770016670227,0.8833479881286621,0.0010890000266954303,0.8418390154838562,1.931306004524231,1.8262310028076172,-2.487528085708618,1.7717050313949585,-1.2584049701690674,-0.17868000268936157,-2.5708560943603516,-2.1370270252227783,-1.271003007888794,-2.6805760860443115,-0.34073200821876526,0.6598230004310608,-0.1557289958000183,0.5567520260810852,-0.8683710098266602,0.19675500690937042,1.3433150053024292,0.18715299665927887,-2.2058401107788086,0.9448019862174988,-1.1351770162582397,-1.5623090267181396,-0.8233820199966431,-0.7677180171012878,0.43747401237487793,1.734639048576355,0.9566919803619385,-0.34708699584007263,0.2947149872779846,1.0956189632415771,1.5006179809570312,-1.374163031578064,0.9710010290145874,-2.5190839767456055,0.024757999926805496,-1.6430070400238037,-1.361909031867981,-2.3680241107940674,0.8233839869499207,1.5325690507888794,-0.4492039978504181,-0.9012010097503662,0.7530120015144348,-0.38399699330329895,0.5711650252342224,0.8400530219078064,1.054013967514038,0.3137339949607849,1.5287590026855469,0.5625680088996887,-0.42989298701286316,-0.05231799930334091,-2.7998828887939453,-1.333083987236023,1.8948450088500977,-0.6866589784622192,1.3162180185317993,0.5669630169868469,0.27229198813438416,-2.6253960132598877,-1.5954539775848389,-2.9546749591827393,-1.1502330303192139,1.539059042930603,-0.11779399961233139,-0.920458972454071,-1.2971309423446655,1.0358500480651855,-0.4383780062198639,1.1268919706344604,-1.238759994506836,-2.6791799068450928,1.0040520429611206,-2.391174077987671,0.962228000164032,-1.1308519840240479,0.7720170021057129,-0.17253300547599792,0.2842940092086792,0.23265700042247772,-0.14876100420951843,0.7207009792327881,0.8878480195999146,0.9732170104980469,0.6787130236625671,1.5410710573196411,0.5496339797973633,0.5837529897689819,1.8787039518356323,0.5506719946861267,-0.8517389893531799,-0.549688994884491,-0.9815329909324646,-1.3610830307006836,-1.1222829818725586,0.1323550045490265,1.7068639993667603,0.8946189880371094,0.7455599904060364,-0.17668700218200684,-0.6708700060844421,-0.5588369965553284,0.23688000440597534,-1.5498080253601074,0.040242999792099,0.43615299463272095,2.0244739055633545,1.4810620546340942,0.9154160022735596,1.6076910495758057,-1.4211629629135132,-1.1285510063171387,-1.09026300907135,-0.08253200352191925,-0.44389501214027405,-0.5476629734039307,1.109550952911377,-0.9819719791412354,-2.6317639350891113,-0.5498939752578735,-1.1319390535354614,0.7962110042572021,1.2507729530334473,1.1103639602661133,0.5161839723587036,-0.7013199925422668,-1.667955994606018,-1.3440300226211548,-0.9936460256576538,-0.17287099361419678,0.7662540078163147,0.7861350178718567,1.115859031677246,-0.5054519772529602,0.9713450074195862,1.0368200540542603,0.09120800346136093,-0.7601349949836731,-0.888405978679657,1.0640130043029785,0.5736590027809143,-0.3304409980773926,0.7629479765892029,0.8468809723854065,1.056859016418457,-1.012369990348816,1.5910489559173584,-1.036052942276001,1.9754630327224731,-0.9501609802246094,-1.4847660064697266,-1.577252984046936,-1.2079110145568848,1.4326590299606323,-1.443444013595581,-1.9809269905090332,1.4758700132369995,0.9106770157814026,-2.115078926086426,0.6223649978637695,1.8245830535888672,-1.9896559715270996,-0.8653780221939087,-0.8382920026779175,-1.14683997631073,-0.5192999839782715,-0.894819974899292,-2.1910998821258545,-1.397515058517456,1.0410319566726685,1.2549060583114624,-1.7018649578094482,-0.4316349923610687,1.4841439723968506,-1.3721309900283813,0.25742000341415405,0.2219499945640564,-1.2688570022583008,-0.8976969718933105,-0.07055599987506866,-0.07938800007104874,0.3632679879665375,-1.403272032737732,2.151197910308838,1.5483720302581787,0.4531880021095276,-2.9202499389648438,1.1781810522079468,0.6508849859237671,1.6880079507827759,-0.5163229703903198,0.31659600138664246,0.8465830087661743,-1.4702500104904175,-1.92009699344635,-0.5051109790802002,-0.566565990447998,-0.1798820048570633,-0.3011209964752197,-1.3728389739990234,-2.757883071899414,0.2680889964103699,-1.4196900129318237,-1.2629330158233643,0.6751419901847839,1.563362956047058,-0.5803340077400208,1.5458420515060425,-0.29133298993110657,0.39642301201820374,1.502200961112976,-0.31508201360702515,-2.2261650562286377,-1.5717639923095703,-2.3575429916381836,0.2801069915294647,-1.1447149515151978,0.8201670050621033,1.812849998474121,1.0660439729690552,0.6167550086975098,-1.3043479919433594,-0.07040499895811081,-1.218917965888977,-2.961838960647583,0.5069730281829834,0.7859240174293518,0.6625819802284241,0.6918150186538696,0.8621399998664856,0.08928100019693375,-0.4546400010585785,1.8988159894943237,-0.6160100102424622,-0.10266099870204926,-1.4693739414215088,-1.3998290300369263,0.9496139883995056,1.0812959671020508,-1.1617159843444824,-0.5905629992485046,-1.8948839902877808,1.5373669862747192,1.6835739612579346,1.4717190265655518,-2.201045036315918,-0.7270519733428955,1.6122560501098633,1.197152018547058,-2.0447239875793457,-1.9649920463562012,1.6190710067749023,1.6144280433654785,-0.9029920101165771,1.6156270503997803,-1.3093390464782715,1.603732943534851,1.808763027191162,1.3948700428009033,0.7929250001907349,1.2009810209274292,0.9049779772758484,0.6225900053977966,0.31449198722839355,1.8254159688949585,2.015861988067627,-1.0129499435424805,-2.6357510089874268,-0.18369700014591217,-1.3704370260238647,1.4362709522247314,0.5344979763031006,-1.9396109580993652,-2.0119519233703613,-1.3418999910354614,-2.255388021469116,1.9422520399093628,-0.34024500846862793,0.13207100331783295,-0.6677049994468689,1.3485759496688843,0.5844699740409851,0.2507629990577698,-2.900913953781128,-1.0508290529251099,1.4331430196762085,0.8221619725227356,0.8003900051116943,2.097707986831665,-0.6043409705162048,-0.12054699659347534,-0.8750560283660889,-0.9209280014038086,-1.8571569919586182,1.280434012413025,-1.021111011505127,1.7850029468536377,1.3928929567337036,-0.3245750069618225,0.14527300000190735,-1.1041100025177002,1.423359990119934,0.5419510006904602,-2.8547189235687256,1.1019339561462402,1.3974519968032837,1.5550810098648071,0.463005006313324,-0.3443009853363037,0.9760609865188599,0.9325500130653381,0.40658798813819885,-2.7531180381774902,-0.5573930144309998,0.6446570158004761,-2.960150957107544,0.7110610008239746,-2.1570050716400146,1.472669005393982,-0.5930669903755188,0.7477880120277405,-1.130066990852356,-2.5549349784851074,1.6103010177612305,-1.4375510215759277,0.9122639894485474,0.6268119812011719,1.909479022026062,-2.7192111015319824,-0.6339989900588989,1.5524810552597046,1.0439260005950928,-2.3505630493164062,-0.3183650076389313,-0.5546190142631531,-0.8790630102157593,-0.22252100706100464,0.240323007106781,0.1349489986896515,-0.5772749781608582,-0.267302006483078,-1.6303009986877441,-1.924854040145874,-1.8485039472579956,1.480733036994934,-0.6475899815559387,-0.6686660051345825,0.12251999974250793,-0.5097969770431519,0.9417409896850586,1.2293930053710938,1.0077190399169922,1.2823760509490967,1.2181329727172852,-1.4227839708328247,0.25707900524139404,1.2073010206222534,0.3433440029621124,-0.015100999735295773,0.23912400007247925,0.3178919851779938,-0.943701982498169,1.2051290273666382,1.608394980430603,-0.2741290032863617,-1.6729249954223633,1.2774720191955566,-1.2833739519119263,0.6101419925689697,-0.9243170022964478,1.5456860065460205,1.0959570407867432,-1.6667929887771606,-2.6219279766082764,0.6810939908027649,-0.4749009907245636,1.081246018409729,-0.6065329909324646,-0.5725709795951843,-0.6674339771270752,-0.2610290050506592,-1.2945339679718018,-1.1838849782943726,-0.026988999918103218,1.1076689958572388,-0.7178869843482971,-1.4364490509033203,1.8350869417190552,-0.5871130228042603,1.5678880214691162,1.2320970296859741,-1.4117610454559326,1.9987319707870483,-0.668408989906311,1.6611109972000122,-1.2999019622802734,-0.6350449919700623,-0.8697019815444946,-1.3368099927902222,1.5449390411376953,0.9124550223350525,0.65003901720047,-1.0372580289840698,-2.4340341091156006,-2.3684189319610596,-0.29869601130485535,-0.7498109936714172,-0.26092401146888733,0.5227429866790771,1.821416974067688,-2.1335699558258057,1.1498709917068481,-1.093526005744934,1.2106070518493652,1.2697019577026367,1.008991003036499,-1.3087470531463623,0.08596199750900269,0.6321099996566772,-1.355299949645996,-1.0790120363235474,-0.8319569826126099,1.0018559694290161,0.806020975112915,-2.453636884689331,0.8988940119743347,1.4061909914016724,-0.0494609996676445,0.9043939709663391,1.2352290153503418,-2.622546911239624,0.5725470185279846,-2.0177600383758545,1.5689799785614014,0.8250430226325989,0.9997749924659729,1.6006649732589722,-0.04336699843406677,-1.5080389976501465,-2.1500580310821533,1.7639319896697998,0.689329981803894,-0.0063669998198747635,-0.6415529847145081,0.3120799958705902,-1.1817679405212402,1.200253963470459,1.8575669527053833,0.4727570116519928,0.31655898690223694,-1.2832210063934326,-2.1850059032440186,-2.484442949295044,-2.3554821014404297,-2.0022950172424316,-1.2877509593963623,0.9152870178222656,0.2007869929075241,-1.0219769477844238,0.4257330000400543,0.4585840106010437,0.2783539891242981,1.4909570217132568,-2.5253419876098633,-2.217758893966675,1.3849430084228516,0.4140630066394806,1.4549570083618164,0.47559601068496704,-0.00912300031632185,-1.4650729894638062,-2.9322519302368164,-0.9622750282287598,-2.018544912338257,-2.079962968826294,1.0866459608078003,0.7409160137176514,0.2307559996843338,0.746849000453949,0.4450010061264038,-1.0881550312042236,1.0415799617767334,0.2633120119571686,0.7188259959220886,1.3995319604873657,0.12639999389648438,1.0596400499343872,0.17601299285888672,0.3057689964771271,0.48302900791168213,-2.3637919425964355,-2.7722229957580566,1.738105058670044,1.860569953918457,1.5171639919281006,-0.45107200741767883,0.08323000371456146,-2.10578989982605,-0.751891016960144,0.6124899983406067,-1.3578170537948608,0.41099798679351807,1.0858279466629028,-2.600411891937256,-1.1777039766311646,0.369937002658844,-2.609739065170288,0.08585000038146973,-0.49113398790359497,-1.2590689659118652,1.0735869407653809,1.8320499658584595,-1.5356730222702026,-0.02487500011920929,0.6880189776420593,-3.0017659664154053,-1.5959479808807373,-0.01178400032222271,0.00019999999494757503,1.293373942375183,0.7193019986152649,0.21722300350666046,-0.24473099410533905,-0.3559420108795166,-0.02704799920320511,-2.8208749294281006,0.7961789965629578,0.10912399739027023,-2.8020079135894775,-0.7605819702148438,-0.22715799510478973,-0.35563498735427856,-0.416485995054245,-1.3430449962615967,1.509902000427246,-2.446835994720459,-0.03656399995088577,0.10009700059890747,-0.5827109813690186,-0.41927099227905273,0.5888190269470215,-2.0984039306640625,-1.028817057609558,0.24412000179290771,1.416496992111206,0.06897000223398209,-0.7925919890403748,1.0253169536590576,-1.7219539880752563,-1.502310037612915,-1.4800139665603638,0.8855969905853271,0.9602969884872437,1.2794660329818726,1.052894949913025,1.9578429460525513,1.6851270198822021,0.5307809710502625,-0.8696200251579285,1.1822179555892944,-0.12707500159740448,1.3817249536514282,0.678259015083313,1.6971999406814575,-0.5880810022354126,0.19916799664497375,-0.47904300689697266,-1.7045650482177734,0.6254540085792542,-1.017730951309204,0.7709910273551941,0.2923299968242645,-1.3217140436172485,1.1601439714431763,-1.1769700050354004,0.3903149962425232,-2.3478119373321533,-1.8714970350265503,1.534608006477356,-0.015137000009417534,0.9563090205192566,-1.2264070510864258,0.7041090130805969,-2.0418429374694824,-2.4793150424957275,1.302027940750122,-2.313080072402954,-0.07984299957752228,0.7932559847831726,-0.3092289865016937,0.5793359875679016,0.6445119976997375,1.621392011642456,-0.8230770230293274,1.7559130191802979,-1.2558619976043701,0.504522979259491,0.6795769929885864,-1.8228930234909058,1.4365769624710083,0.32451701164245605,-1.7107950448989868,1.5056270360946655,-0.784171998500824,-1.4030120372772217,-1.7737339735031128,0.4270020127296448,0.9800950288772583,0.452114999294281,0.1015470027923584,0.9621289968490601,1.8255200386047363,-2.062263011932373,1.6745109558105469,-1.742069959640503,-1.0521039962768555,0.16874399781227112,-0.10271400213241577,0.5890229940414429,-2.5715830326080322,1.1146670579910278,-1.2051609754562378,0.5531989932060242,-1.8231379985809326,-0.8316640257835388,0.04763900116086006,-1.5945039987564087,-2.6593680381774902,-1.7661689519882202,-1.670753002166748,-1.0170209407806396,-0.9662560224533081,-1.1627130508422852,1.6932270526885986,0.011003999970853329,-2.9026238918304443,-0.5607659816741943,0.6006249785423279,1.7000230550765991,-2.1348249912261963,0.6588460206985474,1.4115049839019775,-1.1814579963684082,-1.9516940116882324,0.6136599779129028,0.6205959916114807,-0.373771995306015,0.6221979856491089,0.628259003162384,-0.341823011636734,-0.5985810160636902,-0.401419997215271,-2.1751089096069336,-0.7507860064506531,0.864749014377594,-1.1286499500274658,-2.8762059211730957,0.1520729959011078,1.4116829633712769,-0.5454819798469543,1.555279016494751,1.1036299467086792,-2.732111930847168,-0.7965419888496399,0.5361480116844177,0.6074339747428894,-0.6504129767417908,0.1531360000371933,-1.8252919912338257,-1.0024349689483643,-2.4207661151885986,-2.2157459259033203,1.290734052658081,0.688497006893158,-0.453357994556427,1.8109649419784546,-1.7399330139160156,0.75730299949646,0.6353769898414612,0.7793880105018616,0.5855839848518372,0.13014400005340576,-0.436722993850708,-2.213726043701172,0.51910001039505,-0.7518159747123718,-0.992842972278595,-1.6797610521316528,-0.834771990776062,-0.7710369825363159,0.4263460040092468,1.2883529663085938,0.45677798986434937,0.6763100028038025,0.2747949957847595,0.8391649723052979,-0.9360560178756714,0.646543025970459,-1.672521948814392,1.6346490383148193,0.8582580089569092,-1.8448139429092407,-1.9193910360336304,1.281365990638733,-1.9074009656906128,1.2093640565872192,-0.011944999918341637,0.15011699497699738,-0.15629799664020538,1.1549710035324097,1.7471129894256592,0.6032040119171143,0.9469760060310364,-0.2896310091018677,1.837556004524231,1.7666579484939575,1.2284280061721802,-0.13634899258613586,0.21345700323581696,-1.6167739629745483,1.2427150011062622,-1.143206000328064,0.2515749931335449,-2.6600170135498047,1.0091949701309204,1.4305499792099,1.3604810237884521,1.1725499629974365,1.4771369695663452,1.011976957321167,0.9707840085029602,0.6568549871444702,0.6847789883613586,-1.7077410221099854,-1.6867040395736694,-1.2330739498138428,0.2540479898452759,-0.4109950065612793,-0.8065029978752136,-0.10786899924278259,0.13184300065040588,1.6053880453109741,1.6630189418792725,-2.80845308303833,-0.4522239863872528,0.1438080072402954,-2.0459771156311035,-0.23965099453926086,1.1985939741134644,0.9157360196113586,0.12714099884033203,-0.22848300635814667,0.6529470086097717,1.131098985671997,0.516435980796814,1.2315880060195923,1.1697510480880737,1.4235830307006836,1.4293979406356812,-0.7466570138931274,1.0817749500274658,0.025325000286102295,0.8857340216636658,0.4488840103149414,0.9233819842338562,1.748998999595642,0.3677299916744232,0.1748719960451126,1.1854569911956787,1.337576985359192,1.588122010231018,1.370967984199524,-0.8238930106163025,0.7961040139198303,1.7594189643859863,1.8485950231552124,-0.4336110055446625,-1.9225000143051147,0.6901519894599915,-1.049759030342102,-0.6265649795532227,-1.5175000429153442,1.4763740301132202,-0.034095000475645065,-2.1764090061187744,1.4242759943008423,-1.8276209831237793,-1.4109660387039185,0.9326900243759155,1.2815179824829102,-0.09518799930810928,1.795712947845459,1.1694849729537964,1.5033420324325562,-0.9557890295982361,-3.0093441009521484,-0.20199599862098694,0.960657000541687,-0.8326399922370911,-1.4062509536743164,-0.5249850153923035,-0.20408399403095245,1.3513449430465698,-0.7050639986991882,-0.7687270045280457,0.7181379795074463,-2.190171957015991,-0.0180830005556345,0.5202419757843018,-2.150341033935547,-1.1921650171279907,0.7825999855995178,1.749951958656311,-2.36165189743042,-0.014391999691724777,-1.6453700065612793,-2.3450889587402344,1.3960119485855103,1.1235179901123047,-0.04880499839782715,1.933843970298767,1.5906189680099487,-3.0160460472106934,-0.28616800904273987,0.07084699720144272,0.358148992061615,-1.1184600591659546,-0.9035120010375977,-0.4018990099430084,-2.7731270790100098,-1.2082040309906006,-1.4473979473114014,-0.35589998960494995,-1.1573489904403687,0.3838059902191162,0.8166289925575256,0.14094200730323792,1.305793046951294,0.9357119798660278,0.8396880030632019,0.8063780069351196,-2.17580509185791,-0.9732789993286133,0.5337110161781311,-0.2801060080528259,0.05734499916434288,0.7212719917297363,1.0917530059814453,-1.8765690326690674,-0.050919998437166214,0.15997600555419922,-0.5337830185890198,0.9348539710044861,-1.2482680082321167,-2.173537015914917,-2.2216739654541016,-1.1715730428695679,-1.107686996459961,-1.379017949104309,-1.1237659454345703,1.1294540166854858,1.7078009843826294,-0.256523996591568,-2.8529129028320312,-0.701928973197937,1.0530019998550415,-0.2510089874267578,0.797976016998291,1.0291179418563843,0.0605430006980896,-0.44986599683761597,0.5017840266227722,1.974377989768982,1.0824509859085083,-1.5987160205841064,-1.8830389976501465,-0.6175910234451294,0.11340899765491486,0.6498410105705261,-0.19309799373149872,1.559749960899353,-0.13205699622631073,0.6525560021400452,1.1922580003738403,0.086046002805233,-2.9495489597320557,1.4874149560928345,0.4842680096626282,0.7880880236625671,0.1498119980096817,-0.2962239980697632,1.2784440517425537,-0.17117899656295776,-0.6108220219612122,0.4298799932003021,-0.9580469727516174,-2.6432530879974365,0.3320469856262207,0.6522359848022461,1.8122539520263672,0.927577018737793,-2.022676944732666,-1.5330510139465332,0.8444030284881592,-0.9971489906311035,-0.45962199568748474,-0.6329659819602966,-0.16148799657821655,-1.9512239694595337,-1.3328239917755127,0.12153500318527222,0.17501799762248993,0.5971369743347168,-1.3340439796447754,-1.4584640264511108,-0.9511799812316895,0.2392749935388565,1.060349941253662,0.9474790096282959,0.8032230138778687,1.1522910594940186,-0.3074739873409271,-0.9866030216217041,-0.4662509858608246,-1.1766550540924072,-0.3909029960632324,-2.360069990158081,-1.157081961631775,0.3820880055427551,0.9120219945907593,1.3942339420318604,0.944894015789032,-0.4509660005569458,0.4749009907245636,0.5120959877967834,-0.10976900160312653,-1.4785629510879517,-1.2238520383834839,-1.116500973701477,0.4348849952220917,-1.0863440036773682,-1.3062750101089478,0.24358999729156494,1.3532090187072754,0.4011879861354828,-0.9208440184593201,1.5941400527954102,-2.1801140308380127,1.640259027481079,0.5915899872779846,0.29735299944877625,-0.08845700323581696,-1.319221019744873,-0.2545900046825409,0.5919539928436279,0.8534860014915466,0.949940025806427,-0.982496976852417,1.7882130146026611,-2.6327219009399414,-1.161363959312439,2.088650941848755,-0.5012990236282349,0.3533419966697693,0.30006399750709534,-0.25463399291038513,-2.7195959091186523,0.41177499294281006,-2.9002609252929688,1.847777009010315,0.41540899872779846,0.8638520240783691,-2.0842130184173584,0.3471300005912781,-0.9403150081634521,-0.23970499634742737,-2.1563079357147217,1.7165980339050293,-0.8679789900779724,-1.0528759956359863,-1.0715160369873047,1.7097760438919067,-0.8552560210227966,-2.937069892883301,-2.5132999420166016,-0.4937579929828644,-0.7398650050163269,-0.2661130130290985,0.5819000005722046,1.1098359823226929,-1.2654340267181396,-1.0902550220489502,0.4800339937210083,0.4374940097332001,1.8740930557250977,0.32304999232292175,0.192453995347023,-1.360826015472412,-1.3461500406265259,0.7498490214347839,-1.6764179468154907,-1.1596970558166504,0.5992419719696045,-1.7127089500427246,1.2905809879302979,-0.192221000790596,0.5680789947509766,0.5738790035247803,-2.4771170616149902,-2.536151885986328,0.7564560174942017,-1.398103952407837,-1.0281230211257935,-1.9649879932403564,0.7233520150184631,0.779350996017456,0.2077150046825409,-0.42386698722839355,0.2779589891433716,-1.5192049741744995,-2.0006821155548096,-2.5493080615997314,-1.3294299840927124,1.481605052947998,1.1823229789733887,-0.0857279971241951,1.943897008895874,-1.8623509407043457,1.802922010421753,1.4995640516281128,0.3689189851284027,1.5080829858779907,-0.5772669911384583,0.4926930069923401,1.1630719900131226,0.18019700050354004,1.8732719421386719,-0.14174899458885193,-2.302172899246216,1.1917970180511475,1.391814947128296,1.5826389789581299,-1.3371859788894653,-0.5649740099906921,-1.4806549549102783,1.716130018234253,-0.9590349793434143,-0.6255409717559814,1.830530047416687,-0.03411300107836723,-2.5268421173095703,1.835191011428833,1.8582199811935425,0.7039179801940918,-0.985722005367279,-1.2811139822006226,1.1564359664916992,0.5580229759216309,0.03690600022673607,1.330422043800354,-0.5584210157394409,0.42989298701286316,-1.25947904586792,-0.27069801092147827,-0.8373619914054871,0.4941900074481964,-1.9364010095596313,-0.5583869814872742,-1.409885048866272,1.1381100416183472,-0.2031400054693222,0.7186509966850281,1.7873179912567139,1.5477219820022583,-0.39198800921440125,-0.11613199859857559,-0.7170699834823608,-1.0655289888381958,1.758929967880249,-2.7958550453186035,-1.0670759677886963,-1.3899290561676025,-1.3357030153274536,1.3685979843139648,0.6623659729957581,0.5622550249099731,1.1249719858169556,-0.9017990231513977,0.7456390261650085,-1.301697015762329,-2.666239023208618,-0.07532399892807007,-2.5594539642333984,1.0890870094299316,-2.2243878841400146,1.6427439451217651,-0.6916229724884033,-0.8713189959526062,1.4349969625473022,-0.5343090295791626,-0.8194739818572998,-2.5475170612335205,0.8809909820556641,-1.050294041633606,-0.3433719873428345,-0.22792400419712067,0.23260100185871124,-1.4090850353240967,1.3769659996032715,-1.0481970310211182,1.231137990951538,1.5883270502090454,-0.82573002576828,0.6836789846420288,0.37986400723457336,-0.27740201354026794,0.6887540221214294,0.4172010123729706,-0.9150620102882385,1.1938899755477905,1.7438429594039917,0.38173699378967285,0.8186789751052856,-1.87505304813385,0.7557700276374817,-0.2506369948387146,0.6800119876861572,0.37932300567626953,0.38590699434280396,0.21114200353622437,1.788835048675537,-1.8535959720611572,-0.42568299174308777,0.7239919900894165,0.2430039942264557,-0.5007410049438477,1.50593900680542,0.7999579906463623,-0.23304300010204315,-0.43832099437713623,-0.3154900074005127,-0.9063019752502441,-0.7129259705543518,0.47843798995018005,-1.5038670301437378,-0.35831698775291443,1.4005119800567627,0.8511189818382263,0.5035979747772217,-0.37947601079940796,-1.4220919609069824,-0.13004299998283386,0.1518940031528473,-1.4514360427856445,-0.6926910281181335,1.1039520502090454,0.011020000092685223,1.4332029819488525,-1.6855649948120117,0.4010249972343445,0.12969300150871277,1.6301319599151611,1.3454890251159668,-0.49159398674964905,-1.0370570421218872,-0.021226000040769577,0.98089599609375,-2.5260229110717773,0.1718900054693222,-0.2951180040836334,-0.26232999563217163,-1.3820019960403442,1.413040041923523,-0.5042780041694641,-0.054864998906850815,-0.10649500042200089,0.6685640215873718,0.7468770146369934,-0.7001209855079651,-2.783442974090576,-0.6156539916992188,-2.945626974105835,-0.47660699486732483,1.77509605884552,0.044564999639987946,0.4863870143890381,-0.5420460104942322,0.1637669950723648,1.077394962310791,-0.0349700003862381,0.9234319925308228,-0.7324410080909729,0.5085949897766113,1.5573840141296387,0.2754549980163574,0.3275650143623352,0.19403700530529022,0.42164599895477295,0.45832398533821106,0.49909698963165283,-0.6434299945831299,0.8602989912033081,1.948762059211731,0.5598040223121643,0.6344259977340698,-1.2763750553131104,0.9535300135612488,-0.05976799875497818,-1.406756043434143,1.2289320230484009,1.7921890020370483,0.3409779965877533,-0.9264310002326965,-1.7905369997024536,1.7981230020523071,-0.2790229916572571,-2.2329609394073486,-1.7561910152435303,0.5511239767074585,-1.1139739751815796,0.7847409844398499,-2.842787027359009,-0.4268069863319397,-2.7828800678253174,-1.456737995147705,-2.407921075820923,1.122154951095581,-1.2717039585113525,1.6169309616088867,-0.13683100044727325,0.9332870244979858,-1.3515470027923584,-1.1773970127105713,-1.3905140161514282,-0.49452298879623413,-2.108947992324829,-1.6878650188446045,-0.44255998730659485,0.27803701162338257,-1.384047031402588,0.8584539890289307,-0.7945500016212463,1.2930190563201904,-0.12000299990177155,1.7832039594650269,-1.0133819580078125,0.04359700158238411,1.138828992843628,-0.7481120228767395,-1.1125450134277344,1.7487070560455322,1.3011280298233032,-1.5136059522628784,0.3216620087623596,-1.1185729503631592,0.9800009727478027,0.9971100091934204,-1.1269400119781494,-0.10514900088310242,1.3696069717407227,1.9506720304489136,0.4513170123100281,-0.3273639976978302,0.3939020037651062,1.5365769863128662,-2.217758893966675,-0.11259099841117859,-1.0686620473861694,1.546362042427063,0.362949013710022,0.3383829891681671,-1.3169209957122803,-2.7202179431915283,0.6556329727172852,0.6159610152244568,-0.127920001745224,0.31904199719429016,1.7473150491714478,0.5305820107460022,0.9650530219078064,0.9477319717407227,0.8960999846458435,1.470139980316162,1.4524739980697632,1.2765719890594482,-2.2601499557495117,-2.427340030670166,-1.3824440240859985,-1.7068589925765991,1.6164560317993164,0.8603690266609192,0.9396939873695374,0.6150429844856262,1.626194953918457,-0.16321900486946106,-1.509268045425415,1.4001309871673584,-1.4215919971466064,0.8137999773025513,0.6852260231971741,-1.2125300168991089,-0.6295340061187744,-2.057163953781128,2.038239002227783,-0.024375999346375465,-0.7339270114898682,-0.9657959938049316,0.9249550104141235,1.9649629592895508,-1.0442670583724976,0.21677599847316742,-0.627252995967865,-0.6980550289154053,1.2848069667816162,-0.12126699835062027,1.5235990285873413,1.278324007987976,-2.3382959365844727,1.223086953163147,-2.2631030082702637,-0.4675480127334595,0.5900110006332397,-0.08513200283050537,-2.2901430130004883,-0.5964149832725525,1.2081979513168335,0.30690300464630127,0.35291001200675964,-0.12178400158882141,-0.23596300184726715,-0.08848699927330017,0.8247429728507996,1.6092970371246338,-1.3601499795913696,0.3279019892215729,1.124014973640442,-1.193922996520996,0.8149330019950867,0.11794299632310867,-2.8086800575256348,1.4581660032272339,-0.7644739747047424,-1.255692958831787,0.6982129812240601,1.5909810066223145,0.8837900161743164,0.3383379876613617,-1.887397050857544,-0.595255970954895,0.25823599100112915,0.26215699315071106,1.176692008972168,-0.7779759764671326,-1.2653870582580566,0.6262549757957458,-0.16413499414920807,0.4892730116844177,-0.5488139986991882,-1.5189950466156006,-1.5543969869613647,-1.5047940015792847,-1.5331499576568604,-1.1532080173492432,-0.434035986661911,0.43101099133491516,0.1446409970521927,-1.3863470554351807,-1.6001520156860352,-0.26005300879478455,0.7035930156707764,-2.3400750160217285,-1.1531660556793213,1.046633005142212,-0.04096699878573418,0.37523001432418823,1.1988199949264526,-1.19382905960083,-0.12096799910068512,1.6487270593643188,-0.25641700625419617,0.5749490261077881,0.48368701338768005,1.497696042060852,-0.5602890253067017,0.36601200699806213,-2.4912021160125732,0.42915600538253784,0.4437749981880188,1.5489369630813599,-1.4577670097351074,-0.7845950126647949,-2.6807239055633545,-2.47947096824646,-0.017198000103235245,1.1509820222854614,0.5606729984283447,-1.1142929792404175,1.306496024131775,0.5346459746360779,1.536412000656128,0.3041360080242157,0.5040389895439148,-0.0853239968419075,0.6562250256538391,1.7580100297927856,-2.5504000186920166,1.0113170146942139,1.7349539995193481,1.4693490266799927,1.5072439908981323,0.10972899943590164,-0.5577989816665649,-1.5118509531021118,0.8233299851417542,-1.3774770498275757,-1.105908989906311,-1.9414349794387817,0.5501670241355896,-2.195513963699341,-1.4093960523605347,0.8581529855728149,-2.88405704498291,1.274130940437317,0.58125901222229,-1.435899019241333,-0.7435910105705261,0.597599983215332,-0.07370900362730026,0.0019239999819546938,1.109455943107605,0.4873650074005127,-2.838170051574707,1.941707968711853,1.740854024887085,1.6235020160675049,1.4086029529571533,0.39474600553512573,-1.1108659505844116,-1.665490984916687,1.0366029739379883,-1.4923019409179688,1.6119849681854248,-0.2203660011291504,1.2315740585327148,-1.2108949422836304,-0.5815640091896057,0.28430798649787903,0.0926010012626648,-0.03086400032043457,0.03631899878382683,0.7495819926261902,1.10657799243927,-1.3381719589233398,-1.402919054031372,-2.122140884399414,1.5037089586257935,0.7670930027961731,1.460121989250183,-0.08370699733495712,-0.7709180116653442,1.4498339891433716,1.4678239822387695,0.9936140179634094,-2.865504026412964,1.0076839923858643,1.1916539669036865,1.460677981376648,0.9951149821281433,-1.4093060493469238,-0.6344000101089478,-0.3177259862422943,-0.5159549713134766,0.4580569863319397,-0.928400993347168,-0.9579899907112122,1.1441730260849,0.8670979738235474,-1.0155119895935059,0.9451910257339478,-0.505944013595581,0.010862999595701694,-2.9159200191497803,-0.4543420076370239,0.07362200319766998,1.4837379455566406,1.3441100120544434,-0.886551022529602,1.384214997291565,0.3310289978981018,0.5603820085525513,-0.4833340048789978,0.5074809789657593,0.6940100193023682,-0.3288399875164032,-0.85658198595047,-2.061898946762085,0.8211029767990112,1.2187269926071167,-0.32738301157951355,-0.004217000212520361,1.2099870443344116,0.3397800028324127,-1.3057630062103271,-1.477905035018921,0.860854983329773,0.6239399909973145,0.8722220063209534,-0.7474439740180969,1.7911460399627686,1.456892967224121,0.5696510076522827,1.7948180437088013,-0.7557579874992371,0.46749600768089294,0.18216300010681152,1.781954050064087,-0.7824169993400574,0.40543699264526367,-1.8833609819412231,-1.2284469604492188,-1.4690890312194824,1.309540033340454,-1.9146770238876343,-1.8374249935150146,-2.0450220108032227,1.4067339897155762,-2.3741819858551025,0.8532230257987976,0.43691200017929077,1.8780200481414795,0.4436120092868805,-2.089087963104248,-0.725346028804779,-0.6328039765357971,0.722478985786438,0.0737989991903305,1.3287299871444702,-0.52565997838974,1.5178630352020264,0.34629198908805847,-2.179572105407715,0.682142972946167,-1.0960849523544312,-2.258842945098877,-2.2087481021881104,-0.7477200031280518,0.27829599380493164,-2.2479090690612793,-2.2628679275512695,0.44746699929237366,0.3688029944896698,-2.8100619316101074,-2.403475046157837,-2.266464948654175,-2.517254114151001,-0.8913509845733643,1.8981989622116089,-0.29833000898361206,-0.7989590167999268,0.23604199290275574,-0.5122079849243164,0.5139070153236389,-0.8761590123176575,0.7188599705696106,0.3292360007762909,-1.0355850458145142,1.153607964515686,0.05970799922943115,0.7470849752426147,-2.353355884552002,-0.11426199972629547,1.4581799507141113,1.7769030332565308,-0.013431999832391739,-0.3156850039958954,0.4318690001964569,-0.4050680100917816,0.5620449781417847,1.7018640041351318,-1.1521689891815186,-2.1718010902404785,1.4722559452056885,-0.5493559837341309,-1.4468469619750977,1.4839240312576294,1.0393160581588745,-1.6898540258407593,1.2761059999465942,-1.710657000541687,-0.6513850092887878,0.9517409801483154,1.2628129720687866,0.9020019769668579,-1.832800030708313,0.29797399044036865,0.6152539849281311,0.2681100070476532,-0.7028170228004456,0.48892199993133545,0.5430579781532288,0.06330300122499466,-1.4394869804382324,0.5996599793434143,0.3438180088996887,-0.40823501348495483,-2.3033909797668457,-1.0297859907150269,-2.628607988357544,0.05681199952960014,1.3202849626541138,0.8910679817199707,-1.0517940521240234,0.929735004901886,0.4618400037288666,1.8630989789962769,0.6535300016403198,-1.1412080526351929,0.3051320016384125,-0.6292319893836975,-0.9534299969673157,0.9249839782714844,0.2693679928779602,-0.9450640082359314,0.8053699731826782,-1.4251070022583008,1.7432090044021606,0.46037399768829346,1.1148240566253662,-1.6828809976577759,0.3754499852657318,-1.7646199464797974,-1.6755499839782715,1.0816409587860107,-0.3679499924182892,-0.894540011882782,0.5096309781074524,0.5817369818687439,0.8262500166893005,-2.8824470043182373,-0.6068339943885803,1.7953569889068604,-0.8221449851989746,0.8650069832801819,0.9477139711380005,-3.006474018096924,1.5438380241394043,0.3329490125179291,-1.2737540006637573,0.6911860108375549,1.6772270202636719,0.30101799964904785,1.6458879709243774,-1.3873790502548218,-2.2930619716644287,1.3544570207595825,-0.8873389959335327,-0.9697909951210022,0.772026002407074,-2.9705989360809326,-1.312648057937622,0.9458760023117065,1.0893839597702026,1.4820139408111572,-2.3051300048828125,-2.338120937347412,0.8568350076675415,-0.11961899697780609,0.9355790019035339,-0.8994070291519165,0.6198019981384277,0.8668599724769592,-0.5361170172691345,-0.6766129732131958,-0.9690070152282715,1.7044529914855957,0.3719229996204376,0.2540920078754425,0.5153719782829285,2.15515398979187,-1.7801899909973145,-2.4776248931884766,-1.6575720310211182,-2.463123083114624,0.8917589783668518,0.20172899961471558,0.5420269966125488,-1.3103389739990234,1.5200140476226807,-0.38611000776290894,-0.6166960000991821,-0.6269569993019104,0.37701499462127686,1.1618659496307373,0.4362980127334595,1.6939799785614014,1.2491819858551025,-1.2596499919891357,-2.8488540649414062,1.4165819883346558,1.4872809648513794,0.2786549925804138,0.34881699085235596,1.5324009656906128,-0.9657520055770874,-1.9356260299682617,-1.8842220306396484,-2.554018974304199,-2.7480289936065674,-2.7681078910827637,1.4163399934768677,0.6513230204582214,1.3454879522323608,-2.20975399017334,1.417091965675354,-0.8726149797439575,0.807515025138855,-1.1464200019836426,-0.9797769784927368,-0.4597330093383789,-2.7584710121154785,1.5708990097045898,0.8407639861106873,-1.4640740156173706,0.5433449745178223,1.8290599584579468,-2.1045289039611816,-2.1138830184936523,0.4460490047931671,0.7078570127487183,0.5908219814300537,0.37363100051879883,0.7981439828872681,0.48089298605918884,-1.072590947151184,1.7636229991912842,-2.6485769748687744,-0.17180900275707245,-0.278236985206604,-0.15935100615024567,0.8587160110473633,-1.3179290294647217,1.8243290185928345,0.7392539978027344,-2.6922359466552734,1.6712770462036133,0.8595510125160217,1.9317580461502075,-0.5604190230369568,1.6814329624176025,0.333763986825943,1.3527510166168213,-1.9438589811325073,-0.6655740141868591,1.373579978942871,-1.272171974182129,1.0001120567321777,-2.9506449699401855,0.621101975440979,-1.9598300457000732,0.9984049797058105,1.0009050369262695,-0.9093530178070068,0.9719989895820618,-0.6852740049362183,-0.997838020324707,-2.9331090450286865,0.46282100677490234,-0.0436290018260479,-0.26752999424934387,1.0179309844970703,-0.5721570253372192,-2.2021570205688477,0.5721759796142578,-0.9646679759025574,1.1454689502716064,0.6734780073165894,1.5310169458389282,-0.41475600004196167,1.8450809717178345,-1.0371639728546143,0.613349974155426,1.8177050352096558,1.3574570417404175,0.4675619900226593,-1.462028980255127,0.34879299998283386,-0.18650700151920319,-2.8826050758361816,0.3390679955482483,-0.35409000515937805,-1.5515780448913574,1.0496770143508911,-1.9030840396881104,0.25252699851989746,-0.7705299854278564,-0.4812609851360321,-2.1268150806427,-0.26623499393463135,-1.2639429569244385,0.37833499908447266,-2.7135939598083496,-0.9289739727973938,1.044003963470459,1.140408992767334,-1.9152979850769043,0.04088300094008446,-0.8958979845046997,1.542341947555542,-0.12731300294399261,0.9675250053405762,-0.04538499936461449,-1.4071470499038696,0.8244159817695618,0.8597319722175598,0.8087260127067566,1.8370130062103271,-2.1171839237213135,1.2036319971084595,-1.1127619743347168,0.9347249865531921,0.9320970177650452,-1.2658590078353882,1.1551990509033203,-0.1378529965877533,-0.531885027885437,-0.7141609787940979,-0.43437498807907104,0.9961199760437012,0.9829840064048767,1.2611989974975586,1.6733039617538452,-1.0066280364990234,0.37960198521614075,1.7568730115890503,0.7030860185623169,-1.428750991821289,0.6311249732971191,1.1659090518951416,0.08223400264978409,-0.285986989736557,0.2203429937362671,-0.34991300106048584,1.447545051574707,0.15825599431991577,0.6490139961242676,-0.20471599698066711,1.4856929779052734,-1.1756110191345215,0.4256629943847656,-0.6383159756660461,-0.7100930213928223,2.0170440673828125,-0.8132749795913696,-2.9444971084594727,0.56523597240448,0.27559399604797363,1.6527810096740723,-0.8109059929847717,0.38506999611854553,-0.34804901480674744,1.4630329608917236,0.9679570198059082,-0.19198299944400787,0.035009998828172684,1.0739820003509521,1.4063860177993774,1.6138319969177246,-0.4067870080471039,0.22208000719547272,-2.0880448818206787,-0.05978599935770035,-1.2381479740142822,-1.195902943611145,-1.2480449676513672,0.18983100354671478,-1.038444995880127,-2.351896047592163,-0.23196600377559662,-0.5816900134086609,0.04472599923610687,0.6849179863929749,-2.0118510723114014,0.7367309927940369,-0.14494599401950836,1.6462459564208984,0.9241060018539429,1.2437089681625366,-1.2570090293884277,-1.6539950370788574,-2.475799083709717,0.5722090005874634,-1.0855929851531982,0.9035729765892029,0.9101849794387817,-0.17116999626159668,-2.8959240913391113,-2.465169906616211,0.48869699239730835,0.7480120062828064,0.9930880069732666,0.7809079885482788,0.19281400740146637,-0.8561649918556213,-0.7973930239677429,1.1385769844055176,-1.648406982421875,1.5748180150985718,-2.2502501010894775,-0.05275600031018257,-1.248721957206726,-0.4304080009460449,-1.28746497631073,0.8618890047073364,-0.988834023475647,0.5563369989395142,-0.7190560102462769,-2.98667311668396,-1.2281080484390259,0.5623639822006226,-0.1786399930715561,0.5090429782867432,0.09858900308609009,-2.5490798950195312,1.9090379476547241,-0.449660986661911,-0.1965160071849823,0.0906130000948906,-0.6790879964828491,1.1264569759368896,-0.028905000537633896,-2.5620570182800293,-2.615847110748291,-0.488646000623703,-1.4125820398330688,-1.0223009586334229,-0.7584109902381897,-0.8528890013694763,-2.7295188903808594,-2.2827510833740234,-1.0788509845733643,0.8371869921684265,-1.6652599573135376,1.6897380352020264,1.2419650554656982,0.6798409819602966,0.1393129974603653,-0.27580198645591736,-0.8222060203552246,-1.0301369428634644,-0.3826040029525757,1.547497034072876,0.845753014087677,-1.1413979530334473,0.5866699814796448,-0.4052320122718811,-0.6133019924163818,-0.5868319869041443,0.8054580092430115,-0.3607249855995178,-2.458345890045166,-0.7879869937896729,-1.1970069408416748,0.22617000341415405,-0.4535309970378876,-1.3429689407348633,1.6837639808654785,0.921546995639801,0.6559640169143677,1.3009079694747925,0.36209601163864136,-2.334768056869507,-1.342743992805481,-1.844290018081665,-0.6419090032577515,0.32933399081230164,0.36542901396751404,0.6015999913215637,0.0963750034570694,-0.8640909790992737,-0.6547650098800659,-2.570528030395508,0.18140999972820282,-1.1607940196990967,-0.4391289949417114,-0.8399749994277954,-0.4300970137119293,1.0439950227737427,-0.18905800580978394,-2.248461961746216,-1.1211650371551514,1.4860080480575562,1.4883040189743042,1.7041399478912354,1.188133955001831,0.10043799877166748,-0.5963580012321472,1.3767729997634888,-0.3821820020675659,0.030861999839544296,0.7343900203704834,1.840914011001587,0.955145001411438,0.7754809856414795,0.4873580038547516,-1.4410070180892944,1.5702470541000366,-0.12771500647068024,0.3691970109939575,-2.1707630157470703,0.7486990094184875,-1.75266695022583,-0.011369000189006329,0.29587098956108093,0.24175600707530975,1.6135890483856201,0.9099289774894714,-0.020054999738931656,-0.92815101146698,-1.5489180088043213,-1.0347330570220947,-2.117974042892456,-0.2287209928035736,0.2341960072517395,1.4019700288772583,-0.6319829821586609,0.1776449978351593,0.11821100115776062,-0.7204170227050781,-1.0683850049972534,-0.7310879826545715,0.37005698680877686,1.6867979764938354,-0.9564520120620728,-0.5897349715232849,0.41545501351356506,-1.9807239770889282,-0.4817560017108917,1.8965150117874146,-1.089840054512024,0.14516299962997437,-1.551435947418213,-2.013169050216675,-1.1521940231323242,-2.5602529048919678,1.3906069993972778,-1.487017035484314,0.22643500566482544,-1.1968059539794922,-0.01020899973809719,1.0675469636917114,0.46949800848960876,0.383078008890152,0.36988699436187744,1.3799519538879395,0.8511480093002319,-0.7027249932289124,1.8338830471038818,-0.6236400008201599,-0.41063299775123596,1.4617480039596558,-0.8429639935493469,-1.2313510179519653,0.23329299688339233,0.004908000119030476,0.24893799424171448,0.2592880129814148,0.6381790041923523,-1.1374950408935547,-0.9490060210227966,2.0213029384613037,0.8850340247154236,-0.36482399702072144,-0.2801870107650757,-0.5030779838562012,-0.5720340013504028,-1.4261250495910645,1.531275987625122,-2.0668070316314697,0.28141099214553833,-1.5038700103759766,1.237686038017273,-1.816707968711853,-1.4176709651947021,-1.0368579626083374,-1.0050599575042725,0.7839720249176025,-0.7395640015602112,-0.7830049991607666,-1.6678069829940796,-1.9047800302505493,1.535794973373413,1.8437620401382446,-0.6795470118522644,-1.077712059020996,0.8541020154953003,-2.159162998199463,-0.004875999875366688,1.0153579711914062,1.2626190185546875,0.48083099722862244,0.6690340042114258,-0.4991289973258972,-1.353687047958374,-0.7585909962654114,-1.0348340272903442,1.2049529552459717,0.6321179866790771,-2.8097739219665527,0.0010470000561326742,0.6285949945449829,-0.9895250201225281,0.7661409974098206,0.9760069847106934,1.5937910079956055,-1.1570110321044922,1.3409899473190308,1.4815740585327148,0.3613319993019104,-1.148561954498291,-0.17683400213718414,0.7292940020561218,1.0463670492172241,-3.016688108444214,0.8417710065841675,0.6584830284118652,-2.3095059394836426,1.097777009010315,0.7860779762268066,-1.7561659812927246,-0.14939899742603302,1.3880330324172974,1.3488730192184448,1.1123160123825073,1.7391719818115234,-0.36823999881744385,1.030019998550415,-1.3584179878234863,0.5066090226173401,-1.395056962966919,1.0001959800720215,0.41211599111557007,-0.29593101143836975,1.7660950422286987,-0.4280790090560913,1.2653319835662842,-1.5177069902420044,1.2751250267028809,0.6590480208396912,-0.30855700373649597,-2.1364850997924805,0.7426220178604126,-0.3043830096721649,1.397779941558838,-1.3452320098876953,-1.732354998588562,-1.1901580095291138,1.5503289699554443,1.5857150554656982,1.7478259801864624,-1.6900420188903809,-1.2880020141601562,-0.9395040273666382,1.1236449480056763,-1.4176640510559082,1.2704919576644897,0.9391639828681946,0.5989199876785278,0.9454780220985413,0.40449801087379456,1.6290440559387207,-1.864292025566101,-0.261478990316391,0.17435400187969208,-1.7597850561141968,0.10989999771118164,-0.2122199982404709,-1.0924259424209595,-1.0036250352859497,0.5023499727249146,1.3996050357818604,0.5663930177688599,1.718400001525879,0.8298599720001221,0.8260080218315125,-1.2101739645004272,0.17775100469589233,-1.3846269845962524,-1.4165459871292114,-1.7918750047683716,-2.4108219146728516,-1.4044569730758667,0.4965420067310333,0.2582780122756958,0.23915700614452362,0.052726998925209045,1.9163939952850342,-1.2785669565200806,0.8825169801712036,-0.4257600009441376,1.754945993423462,1.3011959791183472,1.0597620010375977,-0.19699299335479736,-1.3471239805221558,0.32256799936294556,-0.39448198676109314,-2.258868932723999,-1.5383360385894775,1.6213840246200562,-1.1019710302352905,-1.7863579988479614,-0.05006499961018562,-0.010018999688327312,-0.5782070159912109,-1.0064979791641235,-2.027401924133301,0.5324490070343018,1.692654013633728,0.12175100296735764,1.1832109689712524,0.025544999167323112,-0.020552000030875206,-1.2456419467926025,1.8830139636993408,1.4072580337524414,0.7368890047073364,0.6698259711265564,-1.030061960220337,-2.0152909755706787,-1.0881550312042236,0.792622983455658,0.12378600239753723,1.017896056175232,-1.1204129457473755,-0.4417940080165863,1.047842025756836,1.2513949871063232,0.971331000328064,1.0961259603500366,0.7440170049667358,0.3298279941082001,-2.002345085144043,-2.5947470664978027,0.5424169898033142,1.074275016784668,-0.7219939827919006,0.09358599781990051,-0.19336199760437012,0.7455400228500366,-1.2315130233764648,-2.020124912261963,-1.547268033027649,-1.8111289739608765,-0.17038199305534363,-2.125272035598755,0.42795801162719727,-1.6188499927520752,-0.949051022529602,1.0847049951553345,0.6518129706382751,-1.0255930423736572,-0.9509789943695068,-0.8501530289649963,1.5927619934082031,1.5667569637298584,-1.9008760452270508,-0.35720500349998474,0.9618669748306274,1.0431239604949951,-0.10615800321102142,0.32279300689697266,1.6806329488754272,1.2750920057296753,1.1010960340499878,0.2047169953584671,-0.9841970205307007,-2.30885910987854,-2.176090955734253,-1.067605972290039,0.7403330206871033,0.5626350045204163,-1.9742820262908936,-0.7551950216293335,-2.2607429027557373,0.3250199854373932,-0.6222180128097534,1.2968649864196777,-1.4633079767227173,-0.8608949780464172,0.47727999091148376,0.319925993680954,0.5839890241622925,-1.3996820449829102,0.5605469942092896,-0.5062540173530579,-2.8102550506591797,-0.5268009901046753,-1.589439034461975,0.9400960206985474,-0.9791709780693054,1.665611982345581,0.7183679938316345,1.4797159433364868,1.6301820278167725,-0.4648039937019348,0.2939639985561371,-0.8087779879570007,1.386963963508606,0.0007099999929778278,0.7649700045585632,-0.7706850171089172,0.6156309843063354,-1.2971760034561157,-0.368928998708725,0.7431970238685608,-0.4314979910850525,-1.457563042640686,1.4892810583114624,0.8951680064201355,0.2144239991903305,0.878055989742279,0.16216300427913666,0.4697819948196411,1.13162100315094,0.06442900002002716,1.3471909761428833,0.1397639960050583,0.4923349916934967,0.6728410124778748,0.027879999950528145,-1.2657129764556885,0.3662639856338501,-0.28717899322509766,-0.5150070190429688,-1.197013020515442,1.0776499509811401,0.3152190148830414,-0.9776390194892883,1.7842780351638794,0.5205510258674622,0.45283499360084534,-0.9881500005722046,1.0073410272598267,0.14899900555610657,0.4417499899864197,-1.1263420581817627,0.901187002658844,-2.605120897293091,1.8661659955978394,-0.7832459807395935,-2.435638904571533,1.3853859901428223,0.7458209991455078,0.8571329712867737,-0.9091060161590576,-0.6204230189323425,-0.21884900331497192,0.0659170001745224,0.5496839880943298,1.941485047340393,0.36809098720550537,-1.4171680212020874,0.1991029977798462,-1.553096055984497,-1.1361149549484253,1.6823869943618774,-0.19366799294948578,-2.8013219833374023,-1.2991559505462646,1.1932170391082764,-0.7447010278701782,0.26276201009750366,-0.9675660133361816,0.9987199902534485,1.0023560523986816,-1.5852919816970825,0.09535499662160873,-2.099637985229492,0.07710599899291992,0.5450440049171448,1.6840169429779053,0.01815599948167801,1.0830119848251343,-0.881380021572113,0.660332977771759,-0.40605399012565613,1.0886880159378052,1.8588910102844238,-0.23631499707698822,-0.7604060173034668,0.8430370092391968,0.3337869942188263,1.9145020246505737,1.106950044631958,1.1770299673080444,0.483146995306015,0.02381500042974949,0.733489990234375,-0.212801992893219,-1.1940200328826904,1.3479809761047363,-1.4139039516448975,0.8357729911804199,-0.4997349977493286,0.5942220091819763,0.856112003326416,1.5523829460144043,1.2047679424285889,1.3829209804534912,-1.5221829414367676,-1.4450340270996094,-0.0255110003054142,0.23760199546813965,-1.9489829540252686,-1.812067985534668,-1.2179800271987915,-1.1110930442810059,0.1362140029668808,0.15014299750328064,-1.563670039176941,1.2141879796981812,1.5866069793701172,-0.38058599829673767,-2.6195759773254395,0.1748889982700348,0.739799976348877,0.6031000018119812,-2.2523488998413086,-1.0714759826660156,-1.5031770467758179,-1.3858519792556763,-1.4327199459075928,0.1381250023841858,-1.3921960592269897,0.5653809905052185,-0.7748929858207703,1.5493160486221313,-2.5417139530181885,-0.45874300599098206,-0.2131669968366623,-0.16965800523757935,0.9123380184173584,1.1780459880828857,-0.38167598843574524,-0.7619680166244507,0.3034769892692566,0.9804310202598572,-1.1962000131607056,-1.2428430318832397,-0.7493069767951965,1.7817840576171875,1.511422038078308,0.4583140015602112,0.3976440131664276,-0.17284999787807465,-2.9414100646972656,1.2767360210418701,1.6962759494781494,1.5072120428085327,0.13368800282478333,1.6321589946746826,-0.5283660292625427,-1.058853030204773,0.1804949939250946,0.6326320171356201,-0.36183300614356995,1.4218900203704834,0.8415240049362183,-2.0085489749908447,0.8470759987831116,1.1214079856872559,0.1806109994649887,-2.708340883255005,0.887624979019165,-2.4015700817108154,-0.9116140007972717,1.7812190055847168,-0.751587986946106,-2.291465997695923,-1.5143870115280151,-1.3202650547027588,-1.5345059633255005,0.307204008102417,0.5723040103912354,-2.181046962738037,1.7302069664001465,-1.8095159530639648,-0.003645000047981739,1.4881210327148438,0.2218340039253235,1.8706239461898804,1.3109649419784546,-1.172037959098816,-0.3764519989490509,0.42843401432037354,1.461279034614563,0.5546249747276306,0.4732480049133301,-1.4655029773712158,-1.2246570587158203,-0.5899549722671509,0.8449349999427795,-0.4816789925098419,1.9511679410934448,0.9977080225944519,-1.0909520387649536,0.49683699011802673,-0.7858449816703796,-1.1788009405136108,0.7061219811439514,1.3197619915008545,-0.100443996489048,1.1055049896240234,-1.2407000064849854,0.67781001329422,0.12262699753046036,0.5441219806671143,-1.0236680507659912,1.6333340406417847,0.6416199803352356,-0.6291630268096924,-0.22972500324249268,0.04351000115275383,1.1169660091400146,-2.6510748863220215,-0.7901489734649658,-0.42588698863983154,-2.5891029834747314,-1.4174580574035645,0.2849299907684326,-0.6297699809074402,-0.81038498878479,0.06719399988651276,-0.3410800099372864,1.5718519687652588,0.15982100367546082,-1.6037609577178955,-1.4120179414749146,0.8463389873504639,0.7863749861717224,0.013105999678373337,-1.5094720125198364,-0.21277600526809692,-0.8022260069847107,-0.7743510007858276,1.6174969673156738,-1.175881028175354,1.020933985710144,0.9965119957923889,1.7984449863433838,-2.982055902481079,-1.3917900323867798,1.7186839580535889,-0.6749650239944458,-0.7506800293922424,-1.499479055404663,-1.857172966003418,-1.8993799686431885,-2.0681729316711426,1.4853650331497192,1.6001050472259521,0.4279080033302307,1.9285130500793457,-2.014446973800659,-0.28022301197052,0.4853059947490692,-2.6562418937683105,0.5854690074920654,1.2874970436096191,-1.979293942451477,-0.5221490263938904,1.374735951423645,-0.8263409733772278,-0.8266400098800659,1.003579020500183,0.43739399313926697,-0.6223859786987305,1.3388789892196655,1.3361929655075073,0.7368180155754089,0.3827970027923584,-1.9130719900131226,0.481346994638443,-1.473587989807129,1.2271510362625122,0.2736929953098297,1.5666329860687256,1.585515022277832,-1.0367670059204102,0.565500020980835,-1.4919170141220093,0.18473899364471436,0.9295060038566589,0.9918180108070374,-2.2881600856781006,0.13599100708961487,1.7226680517196655,1.4252729415893555,-0.47110098600387573,-1.4289740324020386,-0.32572001218795776,-0.05076200142502785,-0.7720770239830017,0.9529110193252563,1.4547200202941895,0.8710929751396179,0.4073910117149353,0.9784079790115356,-2.1608400344848633,0.7947210073471069,-0.1763940006494522,0.15875500440597534,-1.1799900531768799,1.7187800407409668,1.817844033241272,-2.1138410568237305,1.5504250526428223,0.7699829936027527,-1.5158029794692993,-0.4573509991168976,0.12968599796295166,-1.1771329641342163,-0.8341050148010254,0.6914960145950317,0.46989598870277405,1.1337759494781494,1.9046690464019775,-1.821732997894287,-0.7437059879302979,-1.406237006187439,-1.2937710285186768,-1.5695559978485107,-2.565903902053833,-0.281156986951828,-0.6998810172080994,-0.6494020223617554,-0.008441999554634094,-0.5730040073394775,-2.2834579944610596,-0.9533759951591492,-0.43286800384521484,1.824902057647705,0.3829840123653412,-0.397038996219635,-1.0339159965515137,0.16683700680732727,-0.9423779845237732,1.7736660242080688,1.3274190425872803,-1.651548981666565,-2.634082078933716,-0.11500900238752365,-0.6184899806976318,-0.011823000386357307,1.0749009847640991,0.9333800077438354,0.2419150024652481,1.9024909734725952,-1.3473600149154663,0.25863200426101685,-0.38119301199913025,1.7317899465560913,1.415814995765686,-2.1354520320892334,0.4861060082912445,-1.6473870277404785,-0.11342199891805649,-1.1287540197372437,1.0856540203094482,1.5730689764022827,1.3620909452438354,1.1526240110397339,0.33481499552726746,-0.3718259930610657,0.33789101243019104,-0.9953380227088928,0.33200499415397644,1.9380409717559814,0.4610559940338135,0.48352301120758057,0.4245159924030304,-0.8882920145988464,1.3052680492401123,-0.7189090251922607,1.7694100141525269,-1.156298041343689,-1.1875269412994385,-1.2345939874649048,0.2107599973678589,0.6974089741706848,0.6022149920463562,-1.4047770500183105,1.403812050819397,0.20063400268554688,1.0270650386810303,-0.25455600023269653,-0.3385150134563446,-0.3607099950313568,0.23422500491142273,0.4763369858264923,0.7882519960403442,-0.15652699768543243,0.7556660175323486,-2.2366960048675537,1.6908979415893555,1.3783090114593506,-2.662760019302368,-2.5517189502716064,0.49798300862312317,-1.0960400104522705,0.4350590109825134,0.9009850025177002,-1.1136380434036255,-1.6333149671554565,1.1314489841461182,0.8700190186500549,-0.37254300713539124,-0.7788800001144409,-1.1035170555114746,-0.7264320254325867,-0.44859498739242554,2.0161430835723877,0.9977840185165405,1.5210009813308716,0.42649200558662415,-2.3293020725250244,0.2751710116863251,-0.41811299324035645,-0.2578519880771637,0.16722099483013153,1.1902129650115967,1.2716189622879028,0.6954100131988525,-2.0040500164031982,1.5284500122070312,-1.1565769910812378,0.7941030263900757,-1.1145060062408447,0.7538120150566101,0.6703159809112549,0.48374199867248535,1.542225956916809,1.9206680059432983,1.3383129835128784,1.4524869918823242,0.6213319897651672,-0.3866119980812073,1.1499830484390259,-1.5721909999847412,0.1972379982471466,-0.7894780039787292,0.9197549819946289,1.4689350128173828,0.07808399945497513,-2.9556870460510254,-1.9088950157165527,0.8718079924583435,0.6656299829483032,-1.020825982093811,-1.0064560174942017,-2.205246925354004,0.3786790072917938,1.5256370306015015,0.4981270134449005,-1.8691970109939575,0.4646260142326355,-0.6633880138397217,-0.31677699089050293,0.13062100112438202,-0.5885249972343445,0.60384202003479,1.2975629568099976,0.9560329914093018,-2.298301935195923,1.535781979560852,1.5396560430526733,1.6492459774017334,0.7106209993362427,-1.9059089422225952,-0.5808960199356079,0.588208019733429,-2.4254379272460938,-0.9124770164489746,0.3146879971027374,0.4302479922771454,0.7771360278129578,-1.7395859956741333,0.7198669910430908,-1.6934070587158203,-1.449517011642456,0.15907800197601318,0.96356201171875,0.8722800016403198,0.9564710259437561,1.418012022972107,1.38475501537323,0.9960809946060181,-1.4720419645309448,1.8243600130081177,-0.4956589937210083,0.3219209909439087,-1.3222800493240356,0.7485389709472656,1.3907109498977661,0.6112149953842163,-0.20313499867916107,-2.1177520751953125,1.2080190181732178,-0.693327009677887,-0.6538540124893188,-0.7981280088424683,-1.7718809843063354,-0.5285930037498474,-0.48421499133110046,-2.0495619773864746,0.27209800481796265,-0.11379899829626083,1.0490269660949707,-2.52551007270813,-0.028609000146389008,1.258344054222107,0.6031460165977478,0.10498999804258347,0.12630100548267365,-0.8301119804382324,0.7736489772796631,0.9115980267524719,-0.605027973651886,-0.29967600107192993,-0.48146799206733704,0.647799015045166,-0.2563839852809906,0.347476989030838,1.335183024406433,0.9035689830780029,1.6665929555892944,1.5844429731369019,1.8802629709243774,0.9567409753799438,0.9868850111961365,-0.30755800008773804,-0.9030470252037048,-0.8375759720802307,0.8878570199012756,1.3489619493484497,-2.1865100860595703,1.4005589485168457,0.5397760272026062,0.48471200466156006,0.4083079993724823,-2.086219072341919,-2.0387189388275146,-2.1219420433044434,0.9940779805183411,0.8976579904556274,1.5926300287246704,-1.709041953086853,0.3734639883041382,-0.8261929750442505,0.31589099764823914,-2.060870885848999,0.40373098850250244,-2.164508104324341,1.8869030475616455,-2.08878493309021,-0.1461620032787323,-1.3722120523452759,0.7363240122795105,0.24702799320220947,1.4780139923095703,-0.3080289959907532,0.8135910034179688,0.17338700592517853,-2.598241090774536,0.30132099986076355,0.16937699913978577,1.621088981628418,-1.0182260274887085,-0.9142289757728577,-0.323168009519577,-0.6023790240287781,-1.0640759468078613,0.9492809772491455,-0.6054409742355347,0.8793960213661194,-1.2747939825057983,0.6797900199890137,-0.17227299511432648,0.5044710040092468,-1.1320879459381104,-1.2574679851531982,-0.05627899989485741,1.2465380430221558,0.3965669870376587,0.27001500129699707,-1.3099499940872192,-2.167407989501953,-0.7396399974822998,-0.8577119708061218,-1.783884048461914,-0.6579700112342834,-0.3095720112323761,-1.1934479475021362,1.4759589433670044,-1.925394058227539,-0.5238940119743347,-0.3704659938812256,1.5988359451293945,-2.500412940979004,0.8526350259780884,-2.771385908126831,1.9315919876098633,-0.1309960037469864,-1.2746670246124268,-1.3947689533233643,-0.24199700355529785,0.9178000092506409,0.8137159943580627,0.6880519986152649,1.443053960800171,-1.729246973991394,-2.0918149948120117,1.1569349765777588,-1.439795970916748,1.6091749668121338,-0.7795479893684387,0.14557600021362305,-0.36594700813293457,1.1552159786224365,0.8965290188789368,0.015866000205278397,1.7123169898986816,0.7747529745101929,1.4904969930648804,0.08264400064945221,-1.0018479824066162,-1.3478020429611206,1.2657970190048218,1.3539129495620728,-1.0400320291519165,-0.33131301403045654,-1.2804460525512695,1.3188530206680298,1.150061011314392,1.186102032661438,0.3317739963531494,1.1268689632415771,0.6936339735984802,0.6271950006484985,-0.14783599972724915,1.4211560487747192,-2.0767979621887207,0.8483570218086243,0.9220880270004272,0.5010489821434021,-0.09395799785852432,1.2394440174102783,1.3657389879226685,-1.6994470357894897,-1.730970025062561,1.854928970336914,-1.2388499975204468,0.49294498562812805,1.3345869779586792,1.330907940864563,-0.7762089967727661,-0.018633000552654266,1.3126740455627441,-0.6489610075950623,-2.087368965148926,1.0939409732818604,2.0464749336242676,1.994441032409668,0.10029300302267075,-2.7962450981140137,-0.528240978717804,0.6994850039482117,-0.19739200174808502,-1.5258270502090454,-0.9478939771652222,1.2750760316848755,1.8258320093154907,0.23606500029563904,-1.846343994140625,-1.4547820091247559,-0.6123510003089905,-1.4763710498809814,1.8623499870300293,-2.554280996322632,-1.445963978767395,0.09030900150537491,1.556867003440857,1.5565299987792969,-0.7505859732627869,-1.76705002784729,1.8221850395202637,-2.1176979541778564,0.37426599860191345,1.6187130212783813,0.37582701444625854,1.0444380044937134,-0.9717130064964294,0.8680509924888611,1.3342969417572021,-2.6109189987182617,0.7749760150909424,-0.020471999421715736,-2.176239013671875,-0.591202974319458,1.5732120275497437,0.1454479992389679,-0.5111849904060364,1.157850980758667,1.6281230449676514,-1.851850986480713,-1.2748899459838867,0.6542590260505676,-1.1082849502563477,0.9931690096855164,0.742222011089325,0.8441900014877319,-0.6648650169372559,-0.62922602891922,0.4975059926509857,-2.4059460163116455,0.22876499593257904,-3.01230788230896,-2.38277006149292,1.4356210231781006,-1.1990760564804077,-1.1574419736862183,-0.6541100144386292,-1.3817859888076782,-0.9658920168876648,-0.7080370187759399,0.26688501238822937,-1.8164540529251099,-0.1488170027732849,1.9890960454940796,-2.183522939682007,-0.7793620228767395,0.19113799929618835,0.4549129903316498,-1.261167049407959,-1.0456880331039429,0.890500009059906,-1.3009140491485596,-1.0612119436264038,0.04444500058889389,1.3122539520263672,-1.8664829730987549,0.9022380113601685,0.8543819785118103,-1.874621033668518,-2.804887056350708,-1.0570770502090454,0.12997399270534515,0.6902989745140076,-0.6877449750900269,0.8194140195846558,0.6775739789009094,0.7617170214653015,0.024399999529123306,1.8839099407196045,0.6679829955101013,0.8115469813346863,1.5323649644851685,1.703366994857788,1.4150910377502441,1.1321519613265991,-2.6221280097961426,-1.322754979133606,0.7253289818763733,0.7583919763565063,-0.7520250082015991,-1.0365610122680664,1.0443990230560303,-1.7689909934997559,0.5638219714164734,0.2615169882774353,1.0189930200576782,1.2531750202178955,0.5382639765739441,0.20596200227737427,0.7318940162658691,-0.39719998836517334,0.23334799706935883,1.2938270568847656,-0.2401770055294037,-0.32326599955558777,-0.29202699661254883,0.8656749725341797,0.5595769882202148,0.7857180237770081,1.5551010370254517,1.7883960008621216,-0.12784899771213531,-1.8589260578155518,-0.226064994931221,0.05580100044608116,0.13768500089645386,-0.42819198966026306,0.4398379921913147,0.43173399567604065,0.3227120041847229,1.0467050075531006,1.469001054763794,-0.02469000034034252,0.9154239892959595,-0.4851830005645752,1.6175270080566406,1.5583839416503906,0.7080140113830566,-0.6581360101699829,-1.1172209978103638,-0.4752640128135681,-1.335239052772522,-0.4889560043811798,-0.8177719712257385,-0.7988690137863159,1.8403170108795166,1.604761004447937,-2.2655539512634277,-2.338366985321045,1.6945229768753052,-2.3467791080474854,-1.2005120515823364,1.1815049648284912,0.4095990061759949,0.9716039896011353,0.7277910113334656,0.48021700978279114,-0.09722399711608887,-0.06242800131440163,-1.911581039428711,0.10062400251626968,0.2419700026512146,-1.301205039024353,-0.8257820010185242,0.13898399472236633,-2.620374917984009,-0.6743370294570923,-2.0488200187683105,-0.542523980140686,0.9246360063552856,0.8589580059051514,0.8492929935455322,0.5526080131530762,0.07288599759340286,-1.1814130544662476,-1.9665030241012573,-0.3605160117149353,-0.9519649744033813,1.0484399795532227,-0.6733139753341675,0.353287011384964,0.22904400527477264,1.2128609418869019,1.5835850238800049,0.8929340243339539,-2.5344409942626953,1.5139050483703613,-2.0174100399017334,0.6230049729347229,1.0241320133209229,1.055860996246338,0.39243799448013306,0.9261789917945862,-2.6229379177093506,1.9266860485076904,-1.062150001525879,-0.17701199650764465,-0.29261401295661926,-1.4953140020370483,-0.27186501026153564,0.686905026435852,-1.3723989725112915,-1.2649229764938354,0.5600150227546692,-0.33721598982810974,1.617954969406128,0.16518500447273254,1.8538939952850342,1.6857529878616333,1.0671319961547852,1.6594619750976562,-0.9287660121917725,0.41303300857543945,1.381824016571045,-0.31376299262046814,1.2588969469070435,-1.23649001121521,-0.9466090202331543,-2.4084460735321045,1.358901023864746,1.6004639863967896,1.8246959447860718,0.29371801018714905,-2.429374933242798,0.008070000447332859,0.37679800391197205,-1.7927089929580688,-0.12098699808120728,1.8521770238876343,-1.0532599687576294,0.42407599091529846,0.9392150044441223,-1.3409450054168701,0.44281700253486633,-0.3031800091266632,0.09074199944734573,1.5498169660568237,-2.1531929969787598,0.6112669706344604,-1.049981951713562,-0.8157150149345398,-1.9099739789962769,-0.04697300121188164,0.9868620038032532,-0.4109469950199127,0.7263860106468201,1.1934479475021362,0.20861899852752686,0.24803200364112854,1.041113018989563,-1.2298840284347534,-1.7944380044937134,-0.07324899733066559,-0.11355700343847275,1.0583670139312744,-1.891530990600586,1.7068040370941162,0.5647029876708984,-1.0273170471191406,0.3867189884185791,0.2732990086078644,0.13565699756145477,0.7655609846115112,-1.3934650421142578,0.7459139823913574,0.18074600398540497,0.08417700231075287,1.2582800388336182,-0.39743998646736145,-0.08004099875688553,0.1563040018081665,0.5590760111808777,-1.2057549953460693,-2.1522719860076904,-2.094839096069336,-1.310426950454712,0.13361500203609467,-1.0827449560165405,0.8469240069389343,0.2930929958820343,0.36479899287223816,0.6850230097770691,1.8133469820022583,0.3284290134906769,-0.4036270081996918,0.7134510278701782,-2.013725996017456,1.1662880182266235,-0.8141980171203613,0.04845299944281578,-0.4669089913368225,0.5176299810409546,-1.8760980367660522,0.850068986415863,1.3298460245132446,-0.6055769920349121,-0.09823799878358841,-1.7898540496826172,-1.8347779512405396,0.5079360008239746,1.2581770420074463,-0.957190990447998,-0.09524600207805634,0.35478198528289795,1.468332052230835,-0.8125209808349609,-0.028748000040650368,0.7322940230369568,1.0580209493637085,0.8053820133209229,0.7968199849128723,0.3975819945335388,0.32952800393104553,1.2366739511489868,0.36778900027275085,1.1888710260391235,1.4301689863204956,-1.6620830297470093,-0.3349269926548004,-0.14887799322605133,-0.2974640130996704,-0.21987900137901306,0.685886025428772,0.3717060089111328,0.32775700092315674,-0.23530100286006927,-0.21805299818515778,0.00518900016322732,-0.9983059763908386,0.9980689883232117,0.5996000170707703,-2.0881989002227783,-0.8883839845657349,-0.33092400431632996,-1.6880459785461426,-0.07777699828147888,-0.017806999385356903,-0.6708530187606812,-0.6699659824371338,-0.6347209811210632,1.4582710266113281,-0.11477299779653549,0.21165400743484497,1.1767640113830566,1.7117409706115723,-1.4830180406570435,1.4240410327911377,0.8588500022888184,-1.5056010484695435,-0.5209010243415833,-1.9174660444259644,1.208446979522705,-0.7024660110473633,-0.2140430063009262,0.4376029968261719,-0.3212839961051941,0.7408210039138794,-0.2525149881839752,1.4858360290527344,0.16725000739097595,-1.950018048286438,-0.9688100218772888,-0.34294599294662476,-0.7574160099029541,-2.70955491065979,-0.4271180033683777,1.4622880220413208,1.4996049404144287,1.6744780540466309,0.7250609993934631,-2.431320905685425,1.2055009603500366,1.2527680397033691,-0.2649039924144745,-0.283719003200531,1.0210800170898438,-2.6321680545806885,-0.16754800081253052,-0.0033289999701082706,1.1433579921722412,1.6638109683990479,-2.9020140171051025,-0.16557200253009796,-1.8114500045776367,-1.180441975593567,-1.3499150276184082,0.09958399832248688,0.873553991317749,-0.8369929790496826,1.7529850006103516,-0.906004011631012,0.28934401273727417,1.5851550102233887,0.248308002948761,-0.2093770056962967,-0.14949099719524384,-1.883767008781433,-0.5639230012893677,-2.652448892593384,-1.0600420236587524,-1.8031680583953857,1.4302070140838623,0.8156920075416565,0.3634450137615204,0.21416600048542023,-1.5536680221557617,1.5941029787063599,-0.5966780185699463,-1.1891160011291504,-1.5989710092544556,0.6875439882278442,1.2367500066757202,-2.8824009895324707,-1.0144749879837036,0.8317630290985107,0.012729999609291553,-1.0298069715499878,-1.0844160318374634,0.6963819861412048,-2.628680944442749,0.08670499920845032,-1.320842981338501,1.1206200122833252,-0.8292689919471741,-2.5153980255126953,-0.562794029712677,-1.551516056060791,-0.5278720259666443,-1.2035330533981323,0.21356000006198883,0.09164100140333176,1.0631539821624756,1.6840360164642334,1.5634089708328247,0.8918200135231018,-0.1044899970293045,1.2401690483093262,-0.5561130046844482,-2.687062978744507,-0.5367349982261658,-1.5631740093231201,-0.6064119935035706,-1.1922600269317627,-1.9000799655914307,-1.892096996307373,1.0626380443572998,1.7347630262374878,1.6044219732284546,-0.5915079712867737,-1.0166709423065186,0.2907080054283142,0.8558890223503113,0.5651329755783081,0.007395000196993351,-1.0031499862670898,-2.3161089420318604,0.10840599983930588,-0.8293449878692627,0.8548399806022644,1.0311230421066284,-1.0554430484771729,-0.21987299621105194,-0.911683976650238,0.8817819952964783,0.1150989979505539,0.42847999930381775,1.490414023399353,1.4307500123977661,0.2767130136489868,0.7843610048294067,0.8480830192565918,1.3676979541778564,1.3360389471054077,1.6618870496749878,0.6880819797515869,-2.5120670795440674,1.9647589921951294,-0.5930169820785522,-1.2261790037155151,-1.134803056716919,-2.969827890396118,-0.31349098682403564,-0.5341470241546631,1.22194504737854,-1.149176001548767,-2.276854991912842,-0.08717100322246552,1.7693690061569214,-0.13767600059509277,1.2600079774856567,0.3878119885921478,-0.767831027507782,-0.3807550072669983,-0.7948399782180786,-0.6840220093727112,-1.1542240381240845,0.43091899156570435,-1.0481129884719849,-1.1660579442977905,-0.13023799657821655,-0.22647599875926971,1.5101670026779175,-1.0282399654388428,0.56843501329422,0.8201619982719421,0.5024710297584534,0.501039981842041,-1.2445509433746338,-1.147359013557434,0.10239700227975845,-2.5295660495758057,0.745028018951416,-0.18305400013923645,1.8379089832305908,-2.8783390522003174,-2.898900032043457,-0.18208999931812286,1.4268540143966675,1.2164570093154907,1.937371015548706,1.0134739875793457,0.4282830059528351,0.39083799719810486,-0.2480040043592453,1.4462759494781494,0.18745200335979462,1.1610380411148071,-2.9611430168151855,1.79298996925354,0.2245980054140091,-1.6560629606246948,1.691884994506836,0.5602759718894958,0.773597002029419,-1.3743540048599243,1.3332639932632446,1.1048049926757812,0.8680830001831055,0.032287999987602234,-0.32729199528694153,-0.7138239741325378,-1.1382919549942017,0.15109799802303314,-0.142643004655838,-0.8088449835777283,-2.2208878993988037,-0.17616499960422516,0.7870439887046814,-0.6203619837760925,1.0177669525146484,1.5237330198287964,1.2163759469985962,0.13854900002479553,-2.67193603515625,-0.5523399710655212,0.4500829875469208,1.7119699716567993,0.9125229716300964,1.5127019882202148,1.2976670265197754,1.4580999612808228,-1.9756230115890503,-0.2276960015296936,0.4074380099773407,-0.9444490075111389,1.3077540397644043,-0.29082998633384705,0.16934500634670258,1.1895899772644043,0.3877910077571869,-0.2578490078449249,-0.19027599692344666,1.068132996559143,-0.181986004114151,1.7051349878311157,-0.38014400005340576,-1.9949100017547607,-0.3240250051021576,-1.8702130317687988,-0.7123469710350037,-1.3066259622573853,0.7961289882659912,-0.09860099852085114,-0.9813039898872375,0.8755970001220703,0.07841599732637405,0.36000698804855347,1.5730199813842773,-1.3412530422210693,-0.8701249957084656,0.866428017616272,1.6558120250701904,-0.38546499609947205,-3.029120922088623,0.4489099979400635,0.5095369815826416,0.7916110157966614,0.7573390007019043,-2.649595022201538,0.3151029944419861,-1.768543004989624,-0.8197669982910156,-2.0600509643554688,-1.5454809665679932,0.2586809992790222,-1.2772270441055298,0.1847430020570755,1.804527997970581,0.06775099784135818,0.5041980147361755,0.47884801030158997,0.2055869996547699,-2.879307985305786,0.9422609806060791,1.1798629760742188,1.1629279851913452,0.16345000267028809,-0.5188379883766174,0.8906149864196777,-1.1311060190200806,-1.4102890491485596,1.1955809593200684,-1.7552930116653442,0.14108000695705414,-2.6267290115356445,0.07016599923372269,1.4968090057373047,1.9359970092773438,-0.3472360074520111,-2.351038932800293,-0.6868820190429688,0.8014339804649353,0.16477400064468384,1.1387159824371338,0.17658500373363495,1.1587799787521362,0.07492700219154358,-1.1333290338516235,1.149130940437317,-0.38937699794769287,0.6768720149993896,0.8067749738693237,-1.3795219659805298,0.6508870124816895,-2.5039689540863037,1.4831680059432983,-0.0706930011510849,-0.591454029083252,-0.01742500066757202,-3.01782488822937,-1.2934149503707886,1.0257099866867065,-1.3183670043945312,0.9013190269470215,-0.8075799942016602,1.9142969846725464,-2.1401209831237793,1.2317899465560913,-0.5616459846496582,0.7150430083274841,0.8914030194282532,0.7131789922714233,1.0422070026397705,-0.6971709728240967,0.9054009914398193,1.5407580137252808,-0.8634600043296814,-1.1879520416259766,-0.17677399516105652,-1.1006749868392944,-0.7077159881591797,1.2825349569320679,0.9158899784088135,-0.938198983669281,-0.8947589993476868,-1.0775099992752075,2.0012550354003906,-0.37042099237442017,-0.3040899932384491,-0.6952679753303528,1.2834450006484985,0.9822440147399902,-1.2685259580612183,1.646636962890625,0.07402899861335754,0.9460920095443726,0.8260120153427124,-1.6006029844284058,-0.36922499537467957,0.7544029951095581,1.4859410524368286,1.42923104763031,1.1192810535430908,-0.1695380061864853,1.2901530265808105,-1.2366440296173096,0.8885260224342346,0.7165930271148682,-0.812030017375946,0.4664759933948517,0.4175589978694916,0.11070399731397629,-1.8105340003967285,1.8501969575881958,-1.1913139820098877,-0.6114609837532043,0.7496190071105957,-0.8914430141448975,-0.5872989892959595,1.5680049657821655,-1.9935309886932373,-1.1942110061645508,-1.224951982498169,-0.9712790250778198,0.06316100060939789,-0.8023509979248047,0.5484949946403503,-1.9483920335769653,0.727944016456604,0.07911500334739685,0.19880400598049164,0.3836689889431,-2.1948230266571045,0.4780980050563812,-0.4214940071105957,-2.6347029209136963,-2.316683053970337,-1.5875200033187866,-1.5085959434509277,-0.9098439812660217,-0.5668460130691528,-1.1611690521240234,-0.535224974155426,1.6066950559616089,-2.7625069618225098,0.6301310062408447,1.022150993347168,0.9416319727897644,1.1328250169754028,1.672502040863037,1.5552300214767456,1.5310980081558228,-0.6181600093841553,0.6165350079536438,0.8590660095214844,-2.821249008178711,-2.194143056869507,1.0054290294647217,-2.6421620845794678,1.2669999599456787,-1.0524979829788208,-1.5079050064086914,-1.4464370012283325,-0.48864200711250305,-1.559486985206604,-1.8520909547805786,-0.3525039851665497,-1.4453259706497192,-1.4383519887924194,1.6754510402679443,1.312703013420105,-1.6004639863967896,0.7876740097999573,1.5042710304260254,-0.4919640123844147,-0.6739950180053711,-0.09990900009870529,0.35374200344085693,-0.5100460052490234,-0.38603100180625916,0.5940629839897156,0.2490359991788864,-1.4947359561920166,1.5591020584106445,0.8263580203056335,-0.8567320108413696,1.1230469942092896,0.918533980846405,-0.5760849714279175,0.12526200711727142,0.8643059730529785,1.9052220582962036,-2.0865209102630615,-2.0804600715637207,-2.474730968475342,-2.1367440223693848,1.5325340032577515,1.3811689615249634,-1.3598649501800537,-0.9164990186691284,-0.892179012298584,-0.2185879945755005,1.6610339879989624,1.0524890422821045,-0.8254740238189697,-0.04899299889802933,1.1503609418869019,0.7103369832038879,0.829846978187561,1.285979986190796,-1.5368969440460205,-2.157043933868408,-2.113632917404175,-1.909706950187683,1.5240830183029175,0.6879919767379761,0.2476309984922409,-0.9275889992713928,-0.43690600991249084,-0.9538040161132812,0.31748801469802856,1.6159989833831787,-2.0153520107269287,-0.33461299538612366,-1.1962920427322388,-0.7799149751663208,0.6570810079574585,1.1849479675292969,1.6805390119552612,0.9062380194664001,-2.217602014541626,-1.4992430210113525,0.8680030107498169,0.8451989889144897,-0.7553030252456665,-0.24400800466537476,-1.4756050109863281,1.147387981414795,-0.7247350215911865,-0.13620300590991974,-0.5740090012550354,-2.67228102684021,-0.028775999322533607,-0.7788540124893188,-0.6787629723548889,-2.1935219764709473,0.2609890103340149,0.46941399574279785,0.44050100445747375,-1.0660619735717773,0.4298500120639801,0.30370500683784485,-0.8718940019607544,0.2887769937515259,-1.3256959915161133,1.0348060131072998,-1.99521005153656,0.23449000716209412,0.47107499837875366,0.1857520043849945,-0.044502001255750656,1.5975379943847656,-2.015613079071045,-1.2212870121002197,-2.0884060859680176,0.3813549876213074,-0.7836459875106812,-0.7836530208587646,-1.857442021369934,-1.8570300340652466,-0.2137710005044937,0.6924290060997009,0.782800018787384,1.7196179628372192,-0.25374698638916016,-0.9163560271263123,-0.6048709750175476,-2.4875149726867676,0.7368900179862976,-2.333901882171631,-0.867106020450592,0.010343000292778015,0.8961380124092102,0.4919930100440979,0.6164029836654663,1.6281009912490845,1.0310330390930176,1.6946979761123657,0.26728901267051697,-0.9938859939575195,-0.8451030254364014,-1.4610249996185303,-0.9098680019378662,-0.45427900552749634,0.3706350028514862,1.46212899684906,0.644993007183075,1.621088981628418,0.8664159774780273,0.6940119862556458,-1.3410019874572754,1.0508079528808594,1.616150975227356,-0.8739179968833923,1.175233006477356,1.1125129461288452,-2.7302019596099854,-2.391108989715576,1.000095009803772,0.842441976070404,-1.8244420289993286,0.6862379908561707,1.4808290004730225,-2.299607992172241,0.4037559926509857,-2.093050003051758,0.837378978729248,0.9234079718589783,1.3387529850006104,-1.001330018043518,0.26490500569343567,0.19065800309181213,-0.9930319786071777,-0.2574029862880707,-0.1547670066356659,0.5832269787788391,1.1173930168151855,1.0264129638671875,0.19425399601459503,0.933551013469696,-2.8573310375213623,-2.0757999420166016,-2.317667007446289,0.9543049931526184,-0.1644739955663681,-2.9262990951538086,-1.2666020393371582,-0.12425100058317184,-0.12496399879455566,-0.6254910230636597,-1.3293030261993408,0.7449960112571716,0.7319129705429077,1.0586789846420288,-0.5210580229759216,0.5404710173606873,1.6080529689788818,-2.4614739418029785,-0.23624399304389954,-0.012853000313043594,0.02619599923491478,-1.0688079595565796,-0.35437899827957153,-2.5576529502868652,1.6361650228500366,-1.3840700387954712,0.8257219791412354,-1.1362580060958862,-1.095505952835083,0.3767090141773224,0.6121199727058411,-0.1021680012345314,-0.16722699999809265,0.79448401927948,1.2641750574111938,-1.2717969417572021,0.6931440234184265,-0.24801300466060638,-0.21385200321674347,-2.289025068283081,0.1355469971895218,0.2690570056438446,1.8546940088272095,0.9286460280418396,1.0060440301895142,-0.6918659806251526,1.3548500537872314,0.6858850121498108,1.6509569883346558,-2.1783559322357178,0.6862050294876099,-0.11499299854040146,0.06774599850177765,-2.2997329235076904,-1.3878049850463867,-0.38497498631477356,-0.8603600263595581,1.9706779718399048,1.5512950420379639,-0.28580498695373535,-0.05609799921512604,0.5368899703025818,-1.5663559436798096,0.5688109993934631,-1.1714040040969849,1.2950340509414673,0.4233250021934509,-1.0281000137329102,-0.7691519856452942,1.3576970100402832,0.5321499705314636,0.04846800118684769,1.0044469833374023,-0.482791006565094,0.2395939975976944,0.6877430081367493,0.4392229914665222,1.4622290134429932,1.5882370471954346,0.3501349985599518,-0.017638999968767166,1.5221329927444458,0.43055400252342224,-0.9930890202522278,0.019807999953627586,-2.008852005004883,1.3614850044250488,1.3506250381469727,-1.868764042854309,-2.277414083480835,1.0549499988555908,1.4157819747924805,0.8311290144920349,0.8874650001525879,-2.0596261024475098,-0.9221330285072327,0.012594999745488167,-2.1765799522399902,1.2202069759368896,0.5675089955329895,-0.03142499923706055,-1.4111939668655396,0.6165300011634827,0.602495014667511,1.930222988128662,-2.6405038833618164,1.0055160522460938,0.9785249829292297,-2.483262062072754,-0.07277700304985046,0.7361999750137329,1.5016069412231445,-0.8107079863548279,0.8773970007896423,0.42890098690986633,-1.0374640226364136,-1.0423660278320312,1.5052299499511719,-1.2494289875030518,-0.484591007232666,1.4092899560928345,-1.3904680013656616,0.14712800085544586,1.6610850095748901,-1.9180289506912231,-2.388559103012085,0.8369860053062439,-0.3104709982872009,1.8495889902114868,0.6693540215492249,-0.5439469814300537,-0.5434970259666443,1.5204269886016846,-0.8445119857788086,-0.8847879767417908,0.8083860278129578,0.9923629760742188,-2.153759002685547,-1.6126569509506226,-0.720878005027771,-1.1010349988937378,1.027232050895691,0.36734700202941895,-0.9149720072746277,-1.2030030488967896,0.2164279967546463,-0.3067300021648407,0.5395510196685791,0.27417299151420593,-0.7303709983825684,0.023680999875068665,1.4190900325775146,0.27261900901794434,-2.0054099559783936,0.684997022151947,1.7197760343551636,-2.046367883682251,-0.7157019972801208,-0.525846004486084,-1.3823809623718262,0.7862210273742676,0.9724779725074768,-0.07681600004434586,-2.026102066040039,-0.3871369957923889,-0.8702399730682373,-0.9619359970092773,1.0442090034484863,-0.04464799910783768,0.9172090291976929,-1.2228939533233643,-2.3160159587860107,-1.9984970092773438,0.7019450068473816,1.050441026687622,-1.2619940042495728,0.5146470069885254,-0.14488700032234192,0.12326200306415558,0.43742799758911133,-1.465494990348816,0.6627690196037292,-1.3578829765319824,1.6084439754486084,-2.2715110778808594,-0.5220530033111572,-1.011320948600769,-1.8269460201263428,-0.9637259840965271,-1.5391980409622192,0.8606200218200684,-0.9151239991188049,1.759477972984314,1.7233150005340576,-2.021059989929199,0.04234800115227699,0.7110739946365356,1.6352590322494507,1.4846980571746826,-0.7407919764518738,-0.9059990048408508,0.6556469798088074,0.7284849882125854,-0.9784129858016968,0.06273899972438812,0.1521649956703186,1.538635015487671,-0.9451050162315369,1.3848040103912354,0.32942500710487366,-0.619583010673523,1.3503129482269287,0.4623819887638092,-0.5717949867248535,-0.3206239938735962,1.5463910102844238,0.11256399750709534,-0.7841110229492188,1.9317350387573242,-2.9582390785217285,0.2648000121116638,0.28292301297187805,1.232224941253662,-0.7860010266304016,1.7577630281448364,0.27984699606895447,1.174090027809143,1.5178509950637817,0.23781800270080566,-1.454332947731018,1.5133899450302124,0.09882000088691711,-0.35051900148391724,0.023161999881267548,0.21215899288654327,-0.19913099706172943,1.4046640396118164,-0.17195099592208862,1.102673053741455,0.2697030007839203,-0.2489600032567978,-1.20318603515625,-2.209481954574585,0.541923999786377,0.4962430000305176,-0.8672279715538025,-0.2025579959154129,-2.348644971847534,0.7896869778633118,0.2585650086402893,-0.02080100029706955,-0.8160009980201721,1.138388991355896,-1.1953589916229248,0.990149974822998,-2.3092730045318604,-2.27512788772583,0.10897000133991241,1.6936869621276855,-0.6078410148620605,1.9975229501724243,-0.16922099888324738,0.6963689923286438,-0.5798460245132446,0.5502309799194336,1.3141050338745117,-0.4900150001049042,-2.2819859981536865,-1.0734939575195312,0.8647860288619995,-1.7266819477081299,1.477674961090088,-2.635453939437866,0.5865690112113953,0.9679629802703857,-1.36216402053833,-1.3452880382537842,-0.17073799669742584,1.2538650035858154,-0.0488010011613369,1.7147990465164185,1.1515729427337646,1.1270380020141602,1.3686330318450928,1.4032789468765259,-0.10162299871444702,-0.11498100310564041,-1.0610740184783936,0.478890985250473,-0.10772400349378586,-0.29680100083351135,-0.7921109795570374,1.1491910219192505,-1.7409119606018066,-1.361448049545288,-0.3228990137577057,-1.543550968170166,1.5648690462112427,0.7090389728546143,0.7872290015220642,0.3265079855918884,0.42908400297164917,1.016726016998291,-2.139864921569824,-1.9173640012741089,0.6425179839134216,1.1533600091934204,-2.133258104324341,0.2750920057296753,0.11909899860620499,-0.2573550045490265,1.6003780364990234,-1.1799490451812744,0.3322330117225647,0.4371280074119568,0.46754100918769836,0.07341399788856506,1.4902969598770142,1.553966999053955,-2.2507879734039307,-1.8375730514526367,-0.4103510081768036,-0.8829590082168579,-1.2194130420684814,-0.7746490240097046,0.7201570272445679,-2.9696860313415527,0.7424970269203186,-0.3383359909057617,-0.9019960165023804,-0.25951600074768066,-2.882544994354248,1.8714059591293335,1.0044389963150024,-0.9411929845809937,-1.3619970083236694,1.9280669689178467,0.10895899683237076,-1.1214439868927002,-0.3390820026397705,0.6187210083007812,1.4346389770507812,-1.02114999294281,0.847012996673584,0.6904720067977905,0.5787389874458313,0.9528369903564453,-0.24880200624465942,-1.094609022140503,1.0732779502868652,-0.2381500005722046,0.09252700209617615,-2.9096639156341553,-2.1133060455322266,0.3585900068283081,1.474426031112671,-1.317244052886963,-0.42545801401138306,-0.46438801288604736,-1.3503539562225342,-2.609508991241455,0.0007639999967068434,-0.5371519923210144,-1.9223120212554932,-0.09281399846076965,-1.5980780124664307,0.9411180019378662,-1.5590590238571167,-2.7048699855804443,-0.696245014667511,1.0317480564117432,-0.3654809892177582,0.3274039924144745,0.6106190085411072,0.21628700196743011,-2.7857470512390137,-2.447490930557251,1.7350599765777588,0.5236930251121521,1.342237949371338,-0.8295210003852844,0.8774510025978088,-1.3170679807662964,-0.764864981174469,0.8646640181541443,-0.6907150149345398,-0.8900399804115295,-1.3153539896011353,1.1606659889221191,0.42697998881340027,1.5595899820327759,-2.0980119705200195,0.18748000264167786,0.8858429789543152,-0.09971600025892258,-2.2230141162872314,-0.6558979749679565,-0.8454489707946777,1.1242380142211914,0.25689399242401123,-0.29388999938964844,-1.6199100017547607,1.9189039468765259,1.700989007949829,0.9057499766349792,-1.0696519613265991,-0.7551929950714111,-1.0064899921417236,0.1917939931154251,0.04062400013208389,1.2819600105285645,1.5407350063323975,1.6126060485839844,1.1758630275726318,-1.2272629737854004,1.8878649473190308,0.25174999237060547,-0.0937340036034584,-1.0039230585098267,-1.9731459617614746,-0.8132399916648865,0.4063720107078552,-2.6522610187530518,1.563586950302124,1.4929100275039673,0.9020100235939026,-0.4948669970035553,1.868016004562378,0.5685629844665527,-1.0012420415878296,-0.0052280002273619175,-2.8954129219055176,1.4708900451660156,-0.7952719926834106,-1.1658270359039307,-0.3946020007133484,0.5411040186882019,1.6714730262756348,-1.679880976676941,-1.1530050039291382,0.39779800176620483,-0.8862410187721252,-1.7398940324783325,-2.7754709720611572,0.6450799703598022,0.9613699913024902,1.0452890396118164,1.092594027519226,0.5461410284042358,-1.6012599468231201,0.614549994468689,1.4576690196990967,-1.0010149478912354,0.9811300039291382,-0.12192700058221817,-1.1551159620285034,-0.5244879722595215,1.847190022468567,0.40415000915527344,0.6785380244255066,0.6497830152511597,-0.5270900130271912,0.45542898774147034,-1.1029289960861206,1.5464390516281128,-1.739456057548523,-0.2929750084877014,0.3499259948730469,0.8143889904022217,0.9912970066070557,0.8411790132522583,0.010697999969124794,0.02369300089776516,-0.9047009944915771,1.0706629753112793,-1.1977579593658447,-0.8352640271186829,-0.12620000541210175,-0.3266179859638214,-0.12637799978256226,-2.503571033477783,0.23730699717998505,-0.5240859985351562,-0.23796799778938293,1.3935359716415405,1.3947490453720093,1.218425989151001,1.244953989982605,0.5043839812278748,-1.0892150402069092,0.7908700108528137,1.3939679861068726,1.3687540292739868,0.4369879961013794,1.9364310503005981,1.235252022743225,0.7677350044250488,0.7480810284614563,-0.15512900054454803,0.39267000555992126,-0.33156800270080566,0.7458860278129578,1.4592430591583252,-1.2083359956741333,1.456455945968628,1.4138749837875366,-1.5383570194244385,-1.5399179458618164,-1.0643210411071777,0.36532101035118103,-0.47759199142456055,0.009712999686598778,-0.5082809925079346,1.4884589910507202,-2.3244900703430176,-1.2466039657592773,-1.5033860206604004,0.20682699978351593,-0.30921199917793274,1.7605160474777222,-2.980854034423828,0.07503099739551544,-0.46428900957107544,-1.3110820055007935,-0.04611700028181076,1.1382139921188354,-0.6995400190353394,-0.611965000629425,0.8034690022468567,1.1442090272903442,-0.3639569878578186,-0.2206680029630661,1.1538159847259521,-2.4648079872131348,0.12102500349283218,-0.20378899574279785,-0.2829209864139557,0.08383599668741226,-0.561165988445282,1.8057039976119995,-1.0157450437545776,0.7708190083503723,0.8823590278625488,1.7301939725875854,0.68715900182724,-0.8584139943122864,0.6849669814109802,-0.382999986410141,0.5539339780807495,1.2263070344924927,-0.4312629997730255,-0.4926129877567291,0.5370240211486816,1.5457220077514648,0.27565500140190125,-2.780097007751465,1.7307469844818115,1.4040700197219849,-1.2913180589675903,1.6605499982833862,-0.8862149715423584,1.4622960090637207,0.40453699231147766,0.8166729807853699,1.2018049955368042,1.2098300457000732,0.3912220001220703,-0.22089099884033203,0.5297709703445435,-0.7918440103530884,-2.676909923553467,1.565801978111267,0.7849019765853882,1.414113998413086,-0.42994800209999084,0.8386719822883606,-1.401906967163086,-0.08824799954891205,-0.6478090286254883,0.6890919804573059,1.5511879920959473,1.6001050472259521,-0.1123410016298294,0.8809530138969421,1.3300310373306274,-1.178462028503418,-0.10495299845933914,0.7784289717674255,0.030793000012636185,-0.8286150097846985,-0.014208000153303146,-0.8759089708328247,-0.6963379979133606,-0.5677880048751831,0.4260680079460144,-0.06432700157165527,0.3481549918651581,0.7214930057525635,0.6237120032310486,1.6518000364303589,-1.1887149810791016,0.5544130206108093,1.967352032661438,-2.103425979614258,-0.7781649827957153,0.5068659782409668,1.6281729936599731,1.356307029724121,0.6488819718360901,1.7053990364074707,0.33035001158714294,-1.8915669918060303,-0.9400140047073364,0.9393460154533386,1.1562689542770386,-0.18545499444007874,0.518222987651825,0.4152680039405823,-1.921293020248413,0.6680819988250732,1.341568946838379,0.7036129832267761,0.25688499212265015,-1.0152709484100342,-0.8794680237770081,-2.187074899673462,0.8802700042724609,-2.464430093765259,-1.0307509899139404,1.7308650016784668,1.5173039436340332,-0.4948750138282776,0.2160329967737198,1.0529329776763916,1.5803300142288208,1.5264819860458374,0.20508700609207153,-1.4461309909820557,0.42514100670814514,0.6825429797172546,-1.035912036895752,0.25590598583221436,1.4992010593414307,-1.0954359769821167,1.6689800024032593,-2.2071099281311035,1.5984220504760742,0.4018090069293976,0.2795329988002777,-0.3356899917125702,0.2897469997406006,-0.9827669858932495,-1.0298759937286377,1.7084879875183105,-0.9942780137062073,0.6890159845352173,0.002974000060930848,-0.6547049880027771,0.3116759955883026,1.73969304561615,-2.35335111618042,0.6940039992332458,0.7557669878005981,-0.04835199937224388,-1.8508869409561157,-0.6380490064620972,1.3219330310821533,1.323544979095459,0.11664500087499619,0.6500149965286255,1.0653090476989746,0.2472189962863922,0.42880699038505554,1.9854069948196411,-0.1664469987154007,0.8866360187530518,0.7983419895172119,-0.8472390174865723,1.883344054222107,-0.1839819997549057,1.3913240432739258,-1.1222389936447144,0.9128339886665344,-0.4492909908294678,0.536745011806488,-2.6935439109802246,0.10971400141716003,-2.0984089374542236,-1.0627880096435547,1.8722330331802368,0.6546739935874939,-2.309786081314087,-1.9515149593353271,0.43224701285362244,1.1584290266036987,-2.713160991668701,-0.5937449932098389,1.3421210050582886,0.1989309936761856,1.7065409421920776,-0.12491700053215027,0.273173987865448,-2.6672310829162598,-1.357740044593811,1.4143160581588745,-0.42922401428222656,-0.562237024307251,1.6802740097045898,-0.8367189764976501,1.5358699560165405,-2.434468984603882,1.5890949964523315,-2.371709108352661,1.132280945777893,-1.2690999507904053,-2.5788159370422363,-0.8835020065307617,-3.0387649536132812,0.78090900182724,-2.0641820430755615,1.5697009563446045,-1.7164340019226074,0.08540699630975723,1.4220199584960938,-1.6318939924240112,-2.7422289848327637,0.13933299481868744,-0.517566978931427,0.8170999884605408,-2.4217240810394287,-2.3839519023895264,1.6467050313949585,-0.7926530241966248,-1.08685302734375,1.990144968032837,-0.5959879755973816,0.3781999945640564,0.3662079870700836,-0.8865259885787964,-1.482295036315918,-0.9479010105133057,1.0501630306243896,0.26166999340057373,0.7753490209579468,-0.1627579927444458,0.1280129998922348,0.15339499711990356,1.4053139686584473,-1.2616750001907349,0.6233789920806885,0.5269700288772583,0.7493000030517578,-1.194841980934143,0.5702260136604309,0.38207098841667175,-2.1219279766082764,-2.075247049331665,-2.080643892288208,0.9024440050125122,0.6018310189247131,0.7871670126914978,0.3455129861831665,-1.0314589738845825,0.2847450077533722,1.4857439994812012,-0.8910390138626099,1.560405969619751,0.15040099620819092,-1.2900789976119995,-1.0407520532608032,-1.017562985420227,1.881134033203125,1.1746330261230469,0.46452900767326355,0.8464630246162415,-1.5274909734725952,-0.44843900203704834,-0.5879669785499573,-1.123458981513977,-1.0367870330810547,0.20126399397850037,-1.9648480415344238,-0.8757860064506531,-0.826291024684906,1.420335054397583,0.32946300506591797,0.0961180031299591,0.3334349989891052,1.81331205368042,-0.822767972946167,-1.403074026107788,1.4310870170593262,0.8924229741096497,-1.037971019744873,-1.3062889575958252,1.114122986793518,-0.07887999713420868,-1.3353769779205322,0.9433050155639648,-2.5050899982452393,-2.5002880096435547,1.588742971420288,-0.7538440227508545,-1.513437032699585,-0.7251369953155518,1.3744269609451294,1.498047947883606,-3.0201900005340576,-1.1664979457855225,0.8624510169029236,-0.8249980211257935,0.07907699793577194,-0.3256550133228302,-2.396156072616577,-0.8566349744796753,-1.133584976196289,-0.8941230177879333,-1.48026704788208,1.0925519466400146,0.5068780183792114,0.07290899753570557,-1.3306490182876587,-1.1162610054016113,1.9241529703140259,0.5113340020179749,-2.633389949798584,-1.481423020362854,-0.9011750221252441,0.16168199479579926,0.5803769826889038,-1.3098809719085693,0.34066298604011536,1.4222710132598877,0.005762000102549791,-1.7756940126419067,-0.7125769853591919,-0.5940229892730713,-0.6257629990577698,0.5469040274620056,-2.7615840435028076,1.1039509773254395,1.0203089714050293,1.329416036605835,0.12158600240945816,-1.1208159923553467,-1.2445039749145508,-1.0144129991531372,0.25122401118278503,0.9747779965400696,0.6025350093841553,-0.9406960010528564,1.2650350332260132,-0.9195089936256409,-0.4364680051803589,-0.9605669975280762,-0.3836669921875,-1.2535090446472168,0.8305659890174866,0.11400700360536575,1.058784008026123,-2.6468069553375244,-1.623147964477539,-1.453389048576355,-2.547106981277466,1.0171420574188232,0.9046840071678162,-1.1024609804153442,0.012984000146389008,-0.04057899862527847,-1.9105329513549805,-1.3860130310058594,0.09381300210952759,-0.4695970118045807,2.0284769535064697,0.5823730230331421,1.5141249895095825,-1.3407360315322876,0.8227279782295227,-0.9291660189628601,0.762033998966217,-1.3667360544204712,-2.6950809955596924,0.3068380057811737,0.14735299348831177,-2.42787504196167,-2.9344470500946045,1.2917560338974,-1.748839020729065,0.3719269931316376,0.7812759876251221,-0.9603369832038879,1.611572027206421,-0.8213679790496826,1.1574159860610962,0.9077690243721008,-1.7233229875564575,-0.9547110199928284,0.2941359877586365,0.28827399015426636,-0.5010210275650024,0.7630869746208191,-0.07055799663066864,-2.6521990299224854,-0.5999879837036133,-0.14869600534439087,-0.7173410058021545,0.1757040023803711,1.5153379440307617,-0.7062559723854065,-0.33408400416374207,1.1587400436401367,1.7642920017242432,1.7877169847488403,-1.3142609596252441,0.5502660274505615,1.6936349868774414,-2.1127240657806396,0.2718380093574524,1.0276830196380615,1.1248739957809448,-0.8529599905014038,-1.0337899923324585,-0.9344559907913208,1.9705159664154053,0.7374539971351624,-1.1405839920043945,1.497164011001587,0.9471719861030579,-0.6897029876708984,-2.5464959144592285,-1.0241860151290894,-1.7516249418258667,-1.7751209735870361,-2.0313940048217773,-2.025592088699341,-2.4930810928344727,-1.436769962310791,-1.8479390144348145,0.9973989725112915,1.8184059858322144,-1.2423410415649414,-1.4146720170974731,-0.7188140153884888,0.6788079738616943,1.1184760332107544,0.4551500082015991,1.1094239950180054,0.2738789916038513,-0.46016600728034973,-0.22269399464130402,-0.5369020104408264,1.9669380187988281,0.9889450073242188,-0.4864470064640045,1.5033899545669556,1.5358730554580688,-0.07310499995946884,-1.3007019758224487,0.5658649802207947,-0.31197699904441833,0.8471249938011169,-0.6998980045318604,-0.15745200216770172,-1.8712830543518066,0.09080799669027328,0.5706149935722351,0.708886981010437,-1.3442870378494263,1.0664570331573486,-0.9191039800643921,0.8502119779586792,-0.968080997467041,-0.7294999957084656,-0.6341249942779541,1.3793480396270752,1.619918942451477,-0.12568199634552002,-2.136384963989258,1.1617900133132935,-2.8422439098358154,-1.2000679969787598,0.972337007522583,0.44150200486183167,-0.0848890021443367,0.7379950284957886,0.7578589916229248,-1.2417550086975098,-0.3748539984226227,1.4971129894256592,0.2529979944229126,-0.49849599599838257,1.5576709508895874,0.19812899827957153,-1.1220200061798096,-1.6524640321731567,0.01689700037240982,0.43462198972702026,-1.8709739446640015,1.0422199964523315,-0.23959200084209442,-1.1426910161972046,-2.5875871181488037,1.3972100019454956,1.3752529621124268,0.5120310187339783,-1.066256046295166,0.5727220177650452,0.7610120177268982,1.5250749588012695,0.577862024307251,0.008105999790132046,0.600570023059845,0.5542889833450317,0.9092389941215515,0.8213449716567993,0.8259199857711792,0.9957870244979858,-0.9681069850921631,1.4044890403747559,-2.0477490425109863,-1.9677029848098755,0.4527199864387512,0.4487389922142029,-0.12407100200653076,1.7416460514068604,-0.23127800226211548,1.6167559623718262,-0.20061799883842468,-1.1249899864196777,0.6378780007362366,0.5841839909553528,-2.044132947921753,1.4627079963684082,1.923253059387207,-0.7060800194740295,-0.16697099804878235,0.2384600043296814,1.880365014076233,-0.11577200144529343,1.5187549591064453,-0.5812360048294067,-2.461052894592285,-1.1356940269470215,-0.2597289979457855,-0.33751198649406433,-2.7988409996032715,0.9417949914932251,1.5208359956741333,2.0040130615234375,-1.1868220567703247,-1.3809579610824585,-2.110866069793701,-1.8692669868469238,-1.8852349519729614,-1.7319170236587524,-1.047165036201477,-0.7059370279312134,-0.38839301466941833,-1.0781099796295166,2.0380001068115234,-0.5567010045051575,-1.1889539957046509,0.2231619954109192,1.4353359937667847,0.42302200198173523,-0.07445099949836731,-0.705735981464386,-0.4912300109863281,-3.003674030303955,1.5642390251159668,0.04903300106525421,1.0696940422058105,-2.7184860706329346,0.6636409759521484,0.2631230056285858,0.5788699984550476,0.23766100406646729,0.6702399849891663,-1.085433006286621,0.26378801465034485,-0.18870900571346283,0.3290880024433136,0.40906500816345215,-2.4857840538024902,-0.526960015296936,0.9087129831314087,0.6849269866943359,-0.9239410161972046,1.885172963142395,1.8974560499191284,0.6936399936676025,0.11005699634552002,1.5916719436645508,1.9002549648284912,1.9127990007400513,0.6090530157089233,-0.9421489834785461,0.6973940134048462,0.692188024520874,1.1626700162887573,0.3935999870300293,0.5069490075111389,-1.1854549646377563,-2.1527159214019775,0.21378399431705475,-1.3565059900283813,1.4793809652328491,1.1636300086975098,0.46616101264953613,-1.4378859996795654,-1.400354027748108,0.7522810101509094,0.1193849965929985,-1.9468729496002197,0.754721999168396,0.9651089906692505,0.5467069745063782,0.7027699947357178,0.09986100345849991,-2.647397994995117,0.11090599745512009,-0.07125700265169144,-0.8324080109596252,1.5518889427185059,1.3288530111312866,1.2891279458999634,-2.1432089805603027,0.7307739853858948,-1.6665400266647339,-1.6591540575027466,1.7464200258255005,0.3513149917125702,1.286911964416504,1.3614130020141602,0.28037500381469727,0.8189730048179626,0.49293801188468933,0.6916859745979309,-1.3755730390548706,-1.816823959350586,1.466536045074463,0.34867799282073975,0.7250919938087463,0.9729790091514587,1.9347590208053589,-0.017097000032663345,-0.4564949870109558,1.0397870540618896,-0.8558310270309448,-2.468696117401123,1.986693024635315,0.4489139914512634,-1.1425739526748657,0.4668000042438507,-0.2262749969959259,-0.8141930103302002,-0.08839400112628937,0.910519003868103,1.6845879554748535,0.5595170259475708,-2.3937160968780518,-0.8784059882164001,0.22749899327754974,-2.1481308937072754,1.3283929824829102,0.17270000278949738,0.8163359761238098,-0.4489839971065521,0.9507619738578796,-0.7424610257148743,0.7764750123023987,1.072896957397461,-0.766668975353241,1.1450870037078857,-1.7552549839019775,1.9147729873657227,-2.4180920124053955,1.4309589862823486,1.0979759693145752,-0.912975013256073,-2.0612740516662598,1.6469980478286743,-0.30483201146125793,-1.825281023979187,-0.3028329908847809,-2.0375208854675293,1.017714023590088,0.9522330164909363,0.9511290192604065,-0.7032679915428162,1.586603045463562,0.5586680173873901,-1.5512590408325195,-1.3057290315628052,1.1061320304870605,0.33668598532676697,0.947426974773407,-0.3644289970397949,-0.5010470151901245,-0.5806549787521362,-1.256822943687439,-2.223839044570923,-2.330449104309082,0.07455000281333923,0.5819609761238098,0.8821930289268494,0.5384129881858826,1.7608449459075928,1.7719049453735352,0.1983329951763153,1.8540630340576172,-1.446727991104126,-1.5590749979019165,-0.894245982170105,0.46127599477767944,-1.0862699747085571,-2.305893898010254,0.3618069887161255,0.867497980594635,1.247897982597351,-2.438838005065918,-1.6484349966049194,0.9083380103111267,-1.0707520246505737,0.23469799757003784,-0.41731300950050354,0.572206974029541,-0.21285100281238556,1.448773980140686,-1.4832619428634644,-1.1306689977645874,1.3251279592514038,0.211884006857872,1.1948540210723877,-1.6066930294036865,0.3021929860115051,-2.1404190063476562,-0.4464400112628937,1.1336050033569336,-2.7063961029052734,-1.1368590593338013,0.5160580277442932,-0.7344729900360107,1.2622679471969604,0.6332100033760071,1.6417570114135742,-1.3518569469451904,-2.4002950191497803,-0.19991999864578247,0.12294600158929825,-1.0361789464950562,0.5996419787406921,-0.7269200086593628,-1.7802599668502808,-1.7096970081329346,0.08387099951505661,-0.029610000550746918,-2.532744884490967,1.6878010034561157,-0.9787669777870178,0.9514949917793274,-0.025541000068187714,-1.636523962020874,-1.4996960163116455,0.17005400359630585,0.37643399834632874,0.23491500318050385,0.08600600063800812,1.405743956565857,-0.6740139722824097,-2.0303170680999756,0.6607710123062134,-2.9873900413513184,0.666949987411499,-0.4640679955482483,1.229274034500122,-2.191689968109131,1.926071047782898,1.9161299467086792,-1.1630710363388062,1.19514799118042,1.5600899457931519,1.759232997894287,0.8183749914169312,0.2498530000448227,-0.13160599768161774,0.2584080100059509,-1.4556299448013306,-0.7209219932556152,1.2423700094223022,1.6752309799194336,-0.5652830004692078,-2.24379301071167,1.7332689762115479,1.4487730264663696,0.36088401079177856,0.3378809988498688,0.6757760047912598,-0.9881410002708435,-0.8878870010375977,0.2558149993419647,-0.5720369815826416,-0.1184379979968071,-0.42055198550224304,-1.0828700065612793,1.0301669836044312,0.34167999029159546,0.8272609710693359,1.6131830215454102,0.10043299943208694,1.16485595703125,-0.03712800145149231,0.9820770025253296,-1.8905529975891113,1.4235140085220337,-0.5204780101776123,1.174707055091858,-0.9381250143051147,1.5505980253219604,-1.460150957107544,0.9833729863166809,-0.3718090057373047,-1.2196470499038696,-1.6260470151901245,-1.3691439628601074,1.5538779497146606,-1.8863190412521362,-0.7650790214538574,-0.7067540287971497,-0.19072000682353973,0.03752300143241882,0.9656659960746765,-0.8756369948387146,-0.45947399735450745,0.28090700507164,-0.6451990008354187,0.3046700060367584,-2.1392600536346436,1.0866049528121948,-0.024313999339938164,-1.4481099843978882,0.3660309910774231,-0.5619239807128906,1.7526090145111084,1.3545490503311157,-0.991919994354248,0.3704560101032257,-2.025377035140991,-1.7495460510253906,0.14229300618171692,-0.8853110074996948,-1.341662049293518,-0.08428899943828583,0.09736499935388565,0.9990479946136475,-0.47668901085853577,0.3122749924659729,0.49477601051330566,0.5497230291366577,-0.10032200068235397,-0.7667220234870911,-0.1122480034828186,-1.3280659914016724,1.0171849727630615,-0.9303820133209229,-2.703778028488159,1.210353970527649,1.8611810207366943,0.7841060161590576,1.3546489477157593,1.377951979637146,1.191351056098938,1.8076460361480713,1.7953230142593384,-1.9657779932022095,-1.8199089765548706,-0.8401870131492615,0.24130499362945557,-2.381880044937134,-2.437964916229248,1.130681037902832,1.5312769412994385,-2.1126151084899902,0.26597800850868225,1.1564860343933105,-1.0437190532684326,-0.800682008266449,-0.6139500141143799,0.23918600380420685,-0.23189300298690796,-0.6725829839706421,1.8946709632873535,-0.7100690007209778,1.512807011604309,-0.6401600241661072,1.799685001373291,-0.43855300545692444,-0.4111050069332123,1.0272380113601685,1.6341400146484375,-1.2639939785003662,-1.1074739694595337,1.6545319557189941,0.15860700607299805,0.36875998973846436,-1.28684401512146,0.8659390211105347,0.6255900263786316,-0.3643369972705841,1.3121930360794067,0.21588699519634247,1.154567003250122,-2.601999044418335,0.2156209945678711,0.00216299993917346,0.16476699709892273,-0.898157000541687,-1.7818870544433594,-0.7846699953079224,0.8880550265312195,-0.4560199975967407,-2.096230983734131,-0.6208999752998352,1.703137993812561,0.6252279877662659,0.38615599274635315,-1.143272042274475,1.8511689901351929,-0.023514000698924065,0.5270569920539856,-0.3691900074481964,-2.9220330715179443,-0.6946290135383606,0.4569909870624542,-1.6944489479064941,-0.6493110060691833,-0.9491680264472961,-1.0117820501327515,1.038370966911316,0.6114550232887268,0.3769040107727051,0.3278140127658844,1.5942649841308594,1.2849940061569214,-0.37929800152778625,-2.486886978149414,0.3564609885215759,-2.943303108215332,0.8340110182762146,1.111433982849121,0.9536610245704651,0.8917329907417297,0.8721910119056702,1.443200945854187,-0.10568299889564514,0.6820530295372009,-1.404968023300171,-0.4003230035305023,1.0077320337295532,-2.582340955734253,0.5226879715919495,1.7507230043411255,-0.6665149927139282,1.8946930170059204,-2.605648994445801,-0.013363000005483627,-0.0643249973654747,-0.6445029973983765,-0.06439600139856339,-0.4624370038509369,-1.077489972114563,-2.5633010864257812,-0.7715590000152588,0.13625000417232513,-1.2294950485229492,-0.4219599962234497,0.28662800788879395,-1.855329990386963,-1.755431056022644,0.4156210124492645,-0.06840799748897552,0.2737269997596741,-0.8242589831352234,-0.014779999852180481,-2.505707025527954,-2.4703149795532227,-0.08882000297307968,-1.3185820579528809,-1.0256240367889404,-1.9273589849472046,-2.1074960231781006,1.4007309675216675,0.1206979975104332,0.32166099548339844,0.9394649863243103,-0.5340840220451355,1.0547640323638916,-0.9693880081176758,1.053712010383606,-0.9609090089797974,0.015186999924480915,0.6650130152702332,-0.01701200008392334,1.5818090438842773,0.35808300971984863,1.4004329442977905,-2.1404991149902344,1.6690510511398315,1.1982090473175049,-0.708200991153717,1.4307570457458496,1.4352389574050903,0.6845080256462097,-0.8691269755363464,1.5514700412750244,0.18042999505996704,1.1700199842453003,1.5837600231170654,0.06318499892950058,-0.7895730137825012,1.4280070066452026,-1.61769700050354,0.6870020031929016,-1.027197003364563,-1.2916760444641113,-1.29038405418396,-1.0782430171966553,-1.7513810396194458,1.1957199573516846,-0.8375089764595032,-1.3828949928283691,-0.4734709858894348,-1.2689659595489502,-1.0435229539871216,-0.8776400089263916,0.7212949991226196,0.3565930128097534,-0.8806220293045044,1.6448880434036255,1.395516037940979,-1.0136630535125732,-0.8085780143737793,1.766440987586975,-1.0072150230407715,-1.4684209823608398,1.0268199443817139,0.7371760010719299,-0.758080005645752,0.48002099990844727,-1.1890859603881836,-0.7954750061035156,-0.3629109859466553,-2.536475896835327,-2.9781839847564697,0.2669070065021515,-1.7039380073547363,1.9405909776687622,2.0181500911712646,-2.7189300060272217,0.7672309875488281,-0.6936119794845581,-0.21794700622558594,0.4124000072479248,0.7355139851570129,-0.9003379940986633,-1.7013260126113892,-2.036555051803589,-0.27812299132347107,0.2809709906578064,-1.5674140453338623,-1.1073750257492065,-1.6101609468460083,1.4614139795303345,-2.153402090072632,1.2610880136489868,-1.6537389755249023,0.23344199359416962,1.0942610502243042,-1.3467329740524292,-1.8662179708480835,-0.08566799759864807,0.536965012550354,-0.8799999952316284,1.3709230422973633,1.7763489484786987,-2.7396559715270996,0.9626240134239197,-2.164783000946045,-0.5296990275382996,1.2674189805984497,0.47070300579071045,-0.6845909953117371,-0.4212290048599243,0.5764579772949219,0.1620199978351593,0.262796014547348,1.0525599718093872,0.9250789880752563,-2.648473024368286,-1.9717210531234741,-0.394199013710022,0.8922650218009949,-1.0981309413909912,-0.15276400744915009,-0.22812999784946442,1.508998990058899,1.7416499853134155,2.1102828979492188,0.8296290040016174,0.5929179787635803,-1.1914759874343872,-1.4192039966583252,-1.3049949407577515,-1.2510579824447632,-0.8390100002288818,0.5170680284500122,-0.3471910059452057,1.56255304813385,-0.033233001828193665,0.7584369778633118,1.6218570470809937,-0.14964799582958221,-1.0755499601364136,1.545045018196106,-2.3274130821228027,-2.9928829669952393,1.4570599794387817,-2.560379981994629,-1.1102290153503418,-0.4431619942188263,-1.542104959487915,1.2347300052642822,1.1674829721450806,1.4547139406204224,-0.6451079845428467,-0.09247899800539017,0.24977299571037292,0.17514899373054504,1.5554670095443726,0.35445401072502136,-1.192291021347046,0.9042959809303284,-1.08809494972229,-0.10347600281238556,0.12177299708127975,-0.4156869947910309,0.13015499711036682,0.8396030068397522,-0.5498480200767517,1.6650199890136719,0.452335000038147,-1.0676889419555664,-2.3791520595550537,0.5949910283088684,1.0393619537353516,-1.3903629779815674,1.5829390287399292,1.385895013809204,0.7030190229415894,-0.35659098625183105,-0.8228409886360168,1.3294609785079956,1.1163280010223389,-0.1307930052280426,-0.14819100499153137,1.3808009624481201,-1.8992910385131836,-1.977455973625183,1.8604739904403687,1.4952510595321655,1.0820989608764648,-2.5682458877563477,-1.0563290119171143,-0.6351860165596008,-0.13563400506973267,-0.33419498801231384,1.7101540565490723,-2.937688112258911,-0.03713500127196312,0.47134700417518616,0.4783659875392914,-0.9884719848632812,0.009473999962210655,-0.8447570204734802,-0.8409219980239868,-1.1129460334777832,-0.761584997177124,-0.17289899289608002,-0.7975540161132812,-0.2534709870815277,1.4074300527572632,-0.6313989758491516,-0.5184739828109741,0.3035149872303009,1.33843994140625,0.689536988735199,-0.8759269714355469,0.639930009841919,-0.8088110089302063,1.594177007675171,0.7742930054664612,0.8207929730415344,0.1497959941625595,1.2250529527664185,1.1823450326919556,-2.8636300563812256,0.887440025806427,0.6900709867477417,-1.4449390172958374,-2.358480930328369,-2.1127820014953613,1.1980769634246826,-0.7961599826812744,1.8443069458007812,0.09286600351333618,1.669463038444519,-0.3712649941444397,-0.8493210077285767,0.47795701026916504,-2.9587860107421875,-0.04958600178360939,1.726330041885376,-2.0530149936676025,0.21417799592018127,-2.698570966720581,1.8029299974441528,-2.0789010524749756,1.556198000907898,-1.6584429740905762,-0.3649919927120209,-0.36606699228286743,-0.5563219785690308,-1.886070966720581,-0.9747170209884644,-0.473006010055542,1.9763460159301758,0.20295800268650055,0.26832398772239685,0.6699249744415283,-0.5226320028305054,-2.0728790760040283,-2.2437949180603027,-1.4654020071029663,0.4300140142440796,0.2777940034866333,-1.0000040531158447,1.3362740278244019,-1.2086199522018433,-0.3349649906158447,-0.7646059989929199,-1.7745440006256104,0.9550840258598328,0.9278820157051086,-0.40279701352119446,-1.312114953994751,-1.2834919691085815,-1.3777799606323242,-0.3900029957294464,-1.8425710201263428,-0.6246619820594788,1.0517890453338623,-2.487210988998413,0.7980219721794128,0.7560420036315918,-1.0913259983062744,-1.2809100151062012,-0.49064901471138,0.7137389779090881,-1.9418410062789917,-0.8826680183410645,-0.528535008430481,-0.5408819913864136,-1.0441030263900757,2.083811044692993,1.141893982887268,1.5837470293045044,-2.957979917526245,1.372499942779541,-0.35859501361846924,-2.4124560356140137,1.0666680335998535,-2.0876119136810303,0.42436400055885315,-0.33634600043296814,-1.1393330097198486,-2.8031840324401855,-0.8237910270690918,-0.8056730031967163,0.24705399572849274,-1.1114139556884766,1.3015639781951904,1.9630589485168457,-0.07081799954175949,-0.5529230237007141,-0.7388160228729248,0.827335000038147,-0.8506159782409668,1.067999005317688,1.1352579593658447,-0.31130799651145935,0.9934020042419434,-1.9491729736328125,-2.544950008392334,-0.36158299446105957,-2.332564115524292,0.6106719970703125,-0.8984789848327637,-1.2421720027923584,-2.423490047454834,1.4548159837722778,-1.3641899824142456,1.8417229652404785,-1.0019110441207886,-2.2031209468841553,0.9654399752616882,0.8927050232887268,0.1444219946861267,0.4618549942970276,0.17139600217342377,-1.5860869884490967,0.9712479710578918,-1.6165879964828491,1.070801019668579,-0.8305130004882812,0.23403200507164001,1.1432650089263916,1.394750952720642,1.1302599906921387,-0.5189099907875061,-2.200089931488037,-0.9828180074691772,0.921301007270813,0.8458200097084045,0.866221010684967,1.2636560201644897,0.6545799970626831,-0.6078460216522217,0.6003479957580566,0.761027991771698,-1.5173419713974,0.6350470185279846,1.1916199922561646,1.9701420068740845,-0.9435030221939087,0.11275900155305862,-0.30025601387023926,-0.2689119875431061,0.7686929702758789,-1.0650089979171753,-1.1349879503250122,-0.8799499869346619,-1.4528340101242065,0.06980399787425995,1.5040279626846313,-0.9929230213165283,1.9764659404754639,-1.1228020191192627,-1.1799720525741577,1.7035059928894043,-1.3896290063858032,0.490678995847702,0.45830801129341125,-0.46076199412345886,-0.20320500433444977,0.34140101075172424,0.8166540265083313,0.3911600112915039,1.25210702419281,-0.27793601155281067,-0.6510509848594666,1.9759360551834106,-0.7992349863052368,-1.297003984451294,-1.5559860467910767,-0.004546999931335449,-0.8437600135803223,-0.03874199837446213,-1.4578499794006348,-0.032193999737501144,-1.3657430410385132,1.3166550397872925,-0.23932799696922302,-0.264490008354187,-0.8218650221824646,-0.9195160269737244,-2.197114944458008,-1.4120769500732422,-0.1978989988565445,0.3737129867076874,-1.2131680250167847,-1.9449679851531982,-2.0580880641937256,0.6040940284729004,1.3972749710083008,-0.23316000401973724,1.2182010412216187,0.12227199971675873,1.0407639741897583,-0.1305219978094101,0.5600339770317078,0.2999100089073181,-1.4019010066986084,-0.3733370006084442,-1.1533180475234985,-0.31926798820495605,0.408407986164093,1.1764960289001465,0.6716960072517395,0.3360289931297302,-1.3182690143585205,-0.050588998943567276,0.24206599593162537,-0.17826400697231293,-1.6151729822158813,0.8943300247192383,-1.0286719799041748,-1.4770619869232178,0.5520740151405334,-1.6992100477218628,-0.050404999405145645,0.34570300579071045,-1.1336669921875,-2.3143270015716553,0.8278149962425232,-0.5785689949989319,0.5634869933128357,-1.3858280181884766,0.34634700417518616,1.2955889701843262,0.8006920218467712,0.7293260097503662,0.04980500042438507,0.9840109944343567,-1.3151719570159912,0.8099740147590637,-0.8798499703407288,-0.8635280132293701,-1.9907209873199463,1.8797370195388794,0.8456079959869385,0.1241379976272583,-0.5446760058403015,-1.885321021080017,1.0058809518814087,-0.9939939975738525,-2.3316900730133057,-0.447286993265152,-0.14368200302124023,-2.943434000015259,1.838394045829773,0.9584230184555054,0.8447510004043579,-0.8941050171852112,-0.7861260175704956,-0.8105700016021729,0.9566349983215332,-1.3352030515670776,-1.3576799631118774,1.8854769468307495,0.6088089942932129,0.17479999363422394,-0.8919370174407959,1.1701890230178833,-0.230786994099617,1.1177699565887451,1.7580870389938354,-0.6440749764442444,-0.4123600125312805,-1.2489889860153198,-1.3905010223388672,0.2857629954814911,-0.1422169953584671,0.6499069929122925,0.8564820289611816,-0.8474259972572327,0.5465660095214844,-0.15113499760627747,-0.24599400162696838,-0.31754299998283386,-1.6171120405197144,-1.4332029819488525,-2.033066987991333,0.41419801115989685,-0.5778759717941284,-1.3850300312042236,1.0060700178146362,-2.4805870056152344,-2.786562919616699,1.233978033065796,-2.5913729667663574,1.667173981666565,0.9073690176010132,0.32753700017929077,0.04323200136423111,-0.7856259942054749,-0.8264650106430054,-0.5372369885444641,1.1378649473190308,0.522695004940033,0.3745970129966736,-1.3940919637680054,-0.24529699981212616,-2.3079590797424316,-1.0512299537658691,-0.10395699739456177,0.6278799772262573,1.2475149631500244,-1.3292579650878906,1.5352669954299927,-1.8147159814834595,-1.4671599864959717,0.23936200141906738,-0.2822040021419525,1.7594339847564697,-0.9558619856834412,-1.9088300466537476,-1.8320720195770264,0.6395620107650757,-0.2297540009021759,1.1926339864730835,1.2731430530548096,-1.3300869464874268,-1.2793869972229004,1.3516769409179688,0.7580569982528687,-1.583050012588501,0.34927698969841003,-1.2386159896850586,0.1712159961462021,0.7347409725189209,0.8299720287322998,-1.6733050346374512,0.5897709727287292,0.09327699989080429,-0.9083849787712097,-0.7096149921417236,-0.6339060068130493,-1.3951289653778076,-1.6614420413970947,0.29003098607063293,0.5873939990997314,-0.06643600016832352,0.05662199854850769,0.5126169919967651,-0.5343530178070068,1.6649919748306274,-0.9947900176048279,-1.003517985343933,0.6447139978408813,-0.575776994228363,-0.5246729850769043,1.1989099979400635,1.5095829963684082,-1.1204359531402588,1.2108980417251587,1.4435579776763916,1.4699000120162964,-0.10774099826812744,-2.6178150177001953,1.0066720247268677,-0.37483298778533936,-0.7467610239982605,-1.153419017791748,0.8999429941177368,-2.6667940616607666,1.7370630502700806,-2.1351640224456787,-1.3402270078659058,0.8728960156440735,0.4539180099964142,0.8976190090179443,-0.8287540078163147,0.24684399366378784,-2.5185461044311523,0.7496669888496399,1.2057240009307861,1.5861129760742188,0.3929620087146759,-0.7324169874191284,-0.8516510128974915,-2.5527279376983643,-1.0511280298233032,1.8571879863739014,0.5805889964103699,-0.31399598717689514,0.7032259702682495,-0.10206100344657898,1.1218279600143433,-1.0825170278549194,0.8976439833641052,-0.027288999408483505,1.0187840461730957,-2.4717400074005127,-0.4932030141353607,-1.0147260427474976,-1.200732946395874,-1.071537971496582,1.704321026802063,1.0355830192565918,1.3035370111465454,-0.4977929890155792,0.012250999920070171,0.2144249975681305,0.9329190254211426,1.2502529621124268,1.1518640518188477,-0.5287309885025024,0.9307109713554382,-0.4668630063533783,0.07509399950504303,-0.6122230291366577,-1.1841349601745605,1.1862319707870483,0.22863300144672394,1.191483974456787,-1.9971309900283813,1.2406760454177856,1.2298660278320312,-0.6753110289573669,1.229848027229309,1.5142290592193604,1.5155309438705444,0.015163999982178211,-0.7814599871635437,-1.067113995552063,0.31023600697517395,-1.1156129837036133,-2.4834868907928467,-2.4490909576416016,0.4849950075149536,-2.6269779205322266,0.5198240280151367,-0.5746830105781555,-2.9231810569763184,1.7829829454421997,1.6307270526885986,1.1440869569778442,-0.32663100957870483,-2.2134170532226562,1.8728140592575073,1.1442919969558716,-2.1400740146636963,-0.8018479943275452,0.6925420165061951,1.9758390188217163,0.8045129776000977,-0.87636798620224,1.1288169622421265,-1.610713005065918,-1.7525819540023804,0.8357710242271423,-0.15334300696849823,-1.7858740091323853,-1.9722059965133667,1.3348530530929565,-0.8996660113334656,1.4591699838638306,1.648576021194458,-0.24447399377822876,-1.995954990386963,-2.0408120155334473,0.9509339928627014,-1.2667930126190186,0.16096800565719604,0.2691110074520111,0.9695640206336975,1.380632996559143,1.011476993560791,0.7287660241127014,0.8416910171508789,-0.23027600347995758,-1.8329720497131348,0.16543300449848175,1.2416419982910156,0.4679900109767914,-0.18515700101852417,-2.4906179904937744,0.1935649961233139,-2.5520761013031006,-1.0620280504226685,1.6603519916534424,1.0238349437713623,-0.8351629972457886,1.8468530178070068,0.8489530086517334,1.2563879489898682,-0.5323910117149353,-1.3077410459518433,0.2401369959115982,-2.6085879802703857,-2.6189520359039307,-0.4996669888496399,0.2645919919013977,0.023931000381708145,-0.2247209995985031,0.9366670250892639,0.3745970129966736,0.28718799352645874,0.7347450256347656,-2.645564079284668,-2.1197590827941895,-1.3763149976730347,0.5957990288734436,0.7115820050239563,0.4590359926223755,0.285878986120224,-1.2140049934387207,-2.0262811183929443,-0.938260018825531,-2.941127061843872,-1.74161696434021,-2.0932509899139404,-1.4069839715957642,-0.45724499225616455,-2.107297897338867,-0.8587629795074463,1.7331860065460205,-0.41109499335289,1.6060880422592163,0.3156909942626953,-0.9636319875717163,-0.064021997153759,0.06942400336265564,1.5289109945297241,0.44102901220321655,-0.8462380170822144,-1.2135169506072998,1.0066560506820679,1.0647629499435425,1.2785600423812866,0.39722898602485657,-0.4258809983730316,0.11308299750089645,0.7727439999580383,-2.640784978866577,-1.0586199760437012,0.7702080011367798,1.7856800556182861,0.21144700050354004,1.4687919616699219,0.777105987071991,-0.8171949982643127,-2.2196741104125977,-1.9937050342559814,-0.2605369985103607,-1.7100269794464111,-1.1183960437774658,0.21812699735164642,-0.38590800762176514,-0.059884000569581985,-2.178164005279541,-2.026839017868042,1.1682159900665283,-2.1979610919952393,1.819242000579834,0.7624980211257935,0.35451799631118774,-0.5694000124931335,-0.9220060110092163,0.07886800169944763,0.3970850110054016,1.0514789819717407,-2.5597569942474365,-2.8861849308013916,-0.6755419969558716,-1.2257529497146606,-0.0418349988758564,0.815339982509613,-1.1069689989089966,-0.41151300072669983,0.5478330254554749,-0.4950760006904602,1.4094929695129395,0.8687080144882202,2.002842903137207,0.46903300285339355,0.458746999502182,0.9369959831237793,0.609932005405426,0.5218030214309692,-1.1094059944152832,-0.2371480017900467,0.03787099942564964,-0.7372249960899353,-1.9090360403060913,-2.3265891075134277,0.22840000689029694,1.2185289859771729,-1.289687991142273,0.8560270071029663,-1.3206690549850464,0.23917999863624573,0.48728200793266296,-0.9269909858703613,0.13988399505615234,0.6863070130348206,-1.476294994354248,1.1878210306167603,-0.990136981010437,2.0328619480133057,-0.3377630114555359,1.4328110218048096,-0.8540329933166504,-0.8177419900894165,1.2271360158920288,1.7558720111846924,0.9223229885101318,0.9299610257148743,-0.053282998502254486,1.3594260215759277,1.0843039751052856,-2.1175150871276855,-1.1526570320129395,0.12038800120353699,-0.4270220100879669,1.9957000017166138,0.7237910032272339,-2.7697811126708984,0.4578689932823181,1.348613977432251,0.574524998664856,-0.9083189964294434,1.5220659971237183,0.032538000494241714,0.06914699822664261,0.6829540133476257,0.1922830045223236,-0.995622992515564,-1.4125339984893799,1.6534889936447144,1.512349009513855,-0.31759899854660034,-0.9613490104675293,0.5509849786758423,-1.0677629709243774,-0.8473680019378662,-1.1369949579238892,0.6640250086784363,-0.36862000823020935,0.702584981918335,0.8176079988479614,-1.3609880208969116,-0.26558199524879456,-0.12659500539302826,-0.02024799957871437,1.4933500289916992,-2.3352060317993164,-0.17704200744628906,0.5873000025749207,-0.03852299973368645,0.8229359984397888,-2.3172121047973633,-0.05926999822258949,1.5649850368499756,0.4067060053348541,-0.6870750188827515,1.8007069826126099,-0.12290800362825394,0.5096499919891357,1.816588044166565,1.2127009630203247,-2.650317907333374,-1.9808529615402222,1.7751719951629639,1.055171012878418,1.4044760465621948,0.9379950165748596,-1.081961989402771,-0.054427001625299454,-1.434453010559082,-1.67815101146698,-0.5348939895629883,0.8096439838409424,-2.960913896560669,-1.6371699571609497,-0.23246699571609497,0.33835500478744507,-1.6117030382156372,0.3073340058326721,0.33421701192855835,-0.5891259908676147,1.9972020387649536,0.35729700326919556,1.6456480026245117,-1.8364750146865845,-1.8770079612731934,0.7562580108642578,1.7452260255813599,1.7669310569763184,-0.9598780274391174,1.550673007965088,1.4971799850463867,-0.1747869998216629,-2.5375800132751465,-0.7313560247421265,0.767425000667572,0.7625420093536377,0.417493999004364,1.361726999282837,-0.4625470042228699,-0.21889500319957733,0.9714570045471191,-0.3441930115222931,-2.6295809745788574,1.630627989768982,-0.39979299902915955,1.6397130489349365,1.4565409421920776,-1.8763480186462402,1.7652339935302734,0.09258399903774261,0.5222569704055786,-0.04904700070619583,1.3413599729537964,0.2069060057401657,1.6990020275115967,-0.525173008441925,0.4065699875354767,0.7794010043144226,0.7480419874191284,-1.0337419509887695,0.6842939853668213,-0.617402970790863,-2.5793089866638184,0.5008770227432251,-0.39251700043678284,-0.366472989320755,1.845952033996582,0.35103899240493774,-0.16825400292873383,1.238381028175354,0.6964520215988159,0.3884109854698181,-2.599971055984497,-1.9374500513076782,-1.8785330057144165,-1.396705985069275,-0.9618759751319885,-0.6519899964332581,1.8465089797973633,-1.3159699440002441,0.9001359939575195,1.4354150295257568,-0.45647698640823364,-1.1135029792785645,2.1316919326782227,1.5007859468460083,-1.8746670484542847,-0.11883799731731415,-0.08703199774026871,-0.22258199751377106,0.6912029981613159,-0.5749179720878601,-1.0722090005874634,0.2761169970035553,1.257101058959961,-1.9540469646453857,-0.6267390251159668,0.5596439838409424,1.2849860191345215,0.44964900612831116,-0.5974590182304382,0.07175499945878983,-2.623647928237915,-0.5596569776535034,-0.5338450074195862,1.5436949729919434,0.6431019902229309,-0.7618510127067566,-0.7791169881820679,-1.069532036781311,0.36532801389694214,-1.7664999961853027,1.6956950426101685,2.122196912765503,0.4181309938430786,1.0433249473571777,-1.381579041481018,-0.7254739999771118,-2.0509049892425537,-1.1182359457015991,1.4652899503707886,0.9747980237007141,1.7786020040512085,0.9113810062408447,0.4032079875469208,-0.07228700071573257,-2.1635870933532715,-0.26758500933647156,1.4421050548553467,-1.60897696018219,-0.16384300589561462,0.20583899319171906,-1.5772260427474976,-2.8103420734405518,0.7800250053405762,-0.29117900133132935,1.4584870338439941,-1.1997580528259277,-0.22944700717926025,-2.9601709842681885,-0.9956979751586914,0.6171180009841919,-0.06468100100755692,0.010929999873042107,-1.7711549997329712,-1.7986650466918945,1.5765019655227661,-1.787227988243103,-2.192007064819336,1.7010799646377563,1.254837989807129,-1.0251890420913696,0.6496589779853821,0.22578300535678864,-1.282107949256897,0.0644259974360466,-0.5322030186653137,1.4123539924621582,0.382546991109848,-0.1363770067691803,-1.7810239791870117,0.9540820121765137,1.4481359720230103,-0.28036999702453613,-1.1792869567871094,0.7887150049209595,0.20952099561691284,-0.7890160083770752,-0.2653070092201233,1.7738829851150513,0.04610399901866913,0.4622829854488373,1.0404540300369263,-0.27624499797821045,0.9389529824256897,-1.3105800151824951,1.6038899421691895,-1.5273029804229736,-0.08507200330495834,1.5783109664916992,1.9625329971313477,-2.648797035217285,0.05330599844455719,-0.2594369947910309,0.38537099957466125,-1.8955440521240234,0.4684930145740509,1.5396980047225952,0.5947579741477966,1.5350819826126099,1.0004960298538208,-0.868179976940155,1.967782974243164,1.4719929695129395,1.5739799737930298,0.8147029876708984,0.42821499705314636,-2.2150979042053223,-1.0527119636535645,0.7511230111122131,-0.35784101486206055,-0.07966899871826172,-2.907871961593628,-2.89172101020813,-1.451509952545166,-2.248231887817383,-0.28797999024391174,-2.335153102874756,0.6994640231132507,0.985880970954895,0.33538299798965454,1.5734779834747314,-1.1320669651031494,1.6212589740753174,0.8991349935531616,0.8584499955177307,0.5078610181808472,0.27695900201797485,0.9994770288467407,1.0670700073242188,-0.43088299036026,-2.0011589527130127,-0.18871699273586273,-0.8160179853439331,0.5455269813537598,0.1932619959115982,1.1038739681243896,1.2501169443130493,-1.0646929740905762,0.8483229875564575,0.7783560156822205,2.09853196144104,1.5189590454101562,1.737421989440918,0.6421800255775452,1.0801630020141602,0.6411960124969482,0.8595219850540161,-1.8907630443572998,1.9032180309295654,-0.3494099974632263,-0.4830250144004822,-0.718737006187439,1.3770829439163208,-0.39816099405288696,-1.9142509698867798,-1.8640719652175903,-2.7805418968200684,-1.2283380031585693,-2.545280933380127,0.3016259968280792,0.9913650155067444,-0.4052860140800476,0.6662240028381348,-2.364835023880005,0.37888801097869873,-0.6734030246734619,-0.5372639894485474,-1.7503440380096436,0.5622109770774841,1.8589509725570679,0.8251000046730042,1.7946670055389404,1.021765947341919,-0.5222259759902954,-0.3480829894542694,-0.5668399930000305,-1.001554012298584,-0.9041129946708679,-0.38629600405693054,0.7057610154151917,1.911113977432251,1.9540189504623413,0.37419798970222473,0.9756850004196167,1.3814719915390015,0.326092004776001,1.7654759883880615,-0.9633169770240784,-0.5948969721794128,1.0144100189208984,1.284952998161316,0.19625699520111084,0.2601790130138397,-1.1651649475097656,0.12639400362968445,0.13678500056266785,-2.4057729244232178,-1.079563021659851,-0.09883300215005875,-0.9692689776420593,1.2181919813156128,-0.9220749735832214,-0.9472969770431519,-0.19836600124835968,-0.6488280296325684,1.0430190563201904,0.648760974407196,-0.6953269839286804,0.33316999673843384,-1.1098170280456543,0.8165299892425537,1.6807039976119995,-0.0177800003439188,-1.7404550313949585,0.13641199469566345,-1.0221580266952515,-0.8851950168609619,1.2733160257339478,-0.1495939940214157,1.7319999933242798,-1.0481770038604736,0.254595011472702,0.9496279954910278,-1.456436038017273,1.33393394947052,-0.27318599820137024,0.6435940265655518,-1.4300479888916016,-0.3617570102214813,-0.3654269874095917,1.1895500421524048,0.4941439926624298,0.8666790127754211,1.5165979862213135,-0.04104100167751312,-0.8525069952011108,0.6297490000724792,1.5449270009994507,1.745566964149475,-0.3349300026893616,0.7591869831085205,0.4760339856147766,-2.3924789428710938,-2.3662540912628174,-0.10253600031137466,0.9354159832000732,0.17087599635124207,-0.3448159992694855,0.18398499488830566,0.8370230197906494,0.7544230222702026,-0.30432000756263733,-0.3924599885940552,1.6222879886627197,0.5481510162353516,-1.050178050994873,-1.9362070560455322,0.6706770062446594,0.239096999168396,-0.46352100372314453,-0.42664000391960144,1.421517014503479,1.608443021774292,0.6398370265960693,-0.42843198776245117,0.45568299293518066,-0.1236800029873848,1.6706680059432983,1.026157021522522,1.7985320091247559,0.7379149794578552,0.20980800688266754,-0.37014099955558777,0.7965400218963623,0.7418910264968872,-0.45765501260757446,-0.4069969952106476,-0.4388040006160736,-0.9533770084381104,-0.07989999651908875,0.42736300826072693,-2.091073989868164,1.1567280292510986,-2.569797992706299,1.043172001838684,-0.15881499648094177,-0.9854540228843689,1.3004670143127441,-0.6963919997215271,1.8076139688491821,0.5747979879379272,1.027500033378601,0.020778000354766846,0.29530900716781616,0.981086015701294,-1.7651439905166626,-0.32586199045181274,1.878424048423767,-1.0644010305404663,-0.30908700823783875,0.6522729992866516,-0.01964700035750866,-1.1161750555038452,-0.806302011013031,0.7495989799499512,0.29745998978614807,1.5380020141601562,1.2101880311965942,0.9475510120391846,-2.2339870929718018,0.35119199752807617,0.24081100523471832,-0.9257829785346985,1.7436829805374146,-1.8786590099334717,-1.6517709493637085,-1.004902958869934,1.0402289628982544,0.6423550248146057,1.1812219619750977,0.5209609866142273,-0.13603000342845917,-0.7855550050735474,-0.4989829957485199,0.5700370073318481,-0.9295499920845032,1.9852290153503418,-0.3492029905319214,-0.061149001121520996,-1.4082870483398438,1.2874289751052856,1.7374399900436401,0.12731599807739258,-0.5544059872627258,-0.627905011177063,0.899124026298523,-0.10188800096511841,-0.14341400563716888,0.6662089824676514,1.6748499870300293,1.0483059883117676,-0.05155700072646141,1.0825409889221191,-0.3306399881839752,-1.036895990371704,0.831741988658905,1.074728012084961,-0.3951190114021301,-1.2924879789352417,-0.4800510108470917,1.8483539819717407,1.0776139497756958,1.341737985610962,-0.329012006521225,-0.8140490055084229,-1.3889139890670776,0.7940469980239868,1.2219769954681396,-0.6961879730224609,0.27564099431037903,1.6010760068893433,-2.5058820247650146,1.0167889595031738,1.0737500190734863,-1.2099310159683228,-0.025628000497817993,0.5438560247421265,-2.5036089420318604,0.5097230076789856,-0.9265239834785461,0.7682909965515137,-1.3671940565109253,0.733817994594574,0.7130089998245239,-2.1876659393310547,1.5143450498580933,1.1874010562896729,0.7541220188140869,0.4281820058822632,-2.0619471073150635,1.6159629821777344,1.7974029779434204,0.10451400279998779,-2.1323859691619873,1.1482720375061035,-0.4373460114002228,-0.9400920271873474,-2.8615620136260986,-1.2521690130233765,0.9449250102043152,0.0823649987578392,-0.4356519877910614,0.007532000076025724,0.5505220293998718,0.8558629751205444,1.2547659873962402,0.495481014251709,0.7246479988098145,-1.6754930019378662,-0.8303189873695374,-0.571698009967804,0.8620460033416748,-0.6255549788475037,0.5109699964523315,0.8154029846191406,0.26664799451828003,-0.3366290032863617,-1.6271289587020874,0.5308660268783569,-0.9027780294418335,-0.9523149728775024,-1.2398240566253662,-0.20322400331497192,-1.0745010375976562,-0.5089600086212158,0.7923269867897034,0.9387320280075073,0.1167759969830513,0.39477699995040894,0.016641000285744667,-0.7315040230751038,-2.6707088947296143,0.018063999712467194,-1.1320290565490723,1.4359569549560547,0.6155369877815247,1.2553969621658325,0.3698970079421997,0.04364199936389923,1.3016079664230347,1.2957329750061035,1.6344850063323975,1.6547969579696655,-0.6924290060997009,-0.7153699994087219,-0.6725209951400757,0.6654430031776428,-1.5127110481262207,2.012144088745117,0.9212350249290466,0.6125789880752563,-0.9362789988517761,0.9091330170631409,-2.312422037124634,-2.7300870418548584,-0.8520500063896179,-1.3843059539794922,0.4581480026245117,0.9092140197753906,1.191169023513794,1.9562170505523682,-1.1405960321426392,0.790539026260376,-0.09164399653673172,-0.2538459897041321,-1.3634090423583984,1.229645013809204,-1.0940760374069214,1.7185169458389282,-1.7259739637374878,0.03522000089287758,-0.8992639780044556,0.28233200311660767,1.635943055152893,0.7312279939651489,-1.3439699411392212,-0.5110430121421814,-0.20217600464820862,1.538504958152771,0.015039999969303608,-1.4314470291137695,1.8621480464935303,-1.3855520486831665,-0.401962012052536,1.7745859622955322,-2.4441850185394287,-2.0714800357818604,-2.0195939540863037,0.8937649726867676,1.1578370332717896,1.4381099939346313,0.5351390242576599,-0.3316980004310608,-0.6788060069084167,0.32822099328041077,1.4428520202636719,-0.02370999939739704,1.3118230104446411,-1.4384770393371582,1.0375570058822632,0.3197630047798157,0.8338329792022705,-1.150763988494873,-2.570233106613159,-0.40439701080322266,0.2002750039100647,-1.8100459575653076,0.01717899926006794,-1.909703016281128,1.6082079410552979,-0.524062991142273,0.11663299798965454,1.4846800565719604,-1.1291979551315308,1.0440939664840698,0.8926969766616821,-1.080225944519043,-1.0053839683532715,-2.705306053161621,0.5658730268478394,-0.10795500129461288,0.5989680290222168,1.250939965248108,0.5705940127372742,0.10873600095510483,-0.5509349703788757,-0.9779679775238037,0.9926559925079346,-0.2343129962682724,-0.041537001729011536,-0.7167119979858398,-1.1174139976501465,0.4939199984073639,0.8335520029067993,1.7758409976959229,0.5799679756164551,-2.584165096282959,0.4355959892272949,-1.637971043586731,0.8072320222854614,0.47698700428009033,-1.2669559717178345,-0.7767199873924255,-0.852994978427887,-0.3586699962615967,-1.3195680379867554,0.5753790140151978,0.026858000084757805,-0.10816100239753723,-2.2865350246429443,-1.086014986038208,0.9781550168991089,0.1517229974269867,-0.9091240167617798,1.5907829999923706,-1.4576460123062134,1.0020090341567993,-2.344517946243286,-2.7394120693206787,-1.671172022819519,1.9047919511795044,-1.2233480215072632,0.1665869951248169,-0.3361310064792633,1.3134649991989136,-1.2673720121383667,-1.0143359899520874,-1.2276560068130493,0.8680049777030945,0.1647769957780838,1.2316950559616089,0.831180989742279,0.43584999442100525,-1.3448179960250854,-1.1182199716567993,1.410575032234192,1.8408269882202148,-1.8797730207443237,-0.11113599687814713,1.4667789936065674,-2.273483991622925,-1.2766430377960205,1.6663960218429565,1.493759036064148,1.5031180381774902,-0.9025179743766785,-0.8227699995040894,0.9639739990234375,-1.1600329875946045,0.8445209860801697,1.7091519832611084,-0.09234199672937393,0.9467819929122925,-0.45688799023628235,-2.4840879440307617,0.7690569758415222,-1.0386500358581543,0.9400129914283752,0.22699399292469025,-0.23497800529003143,-1.8894230127334595,0.3135649859905243,1.0716769695281982,1.092089056968689,1.711614966392517,1.0157619714736938,-2.082735061645508,-0.40222299098968506,-0.6685490012168884,1.8633309602737427,0.8156930208206177,-2.0077080726623535,-0.9267650246620178,0.8964549899101257,1.2817150354385376,0.9881330132484436,0.010858999565243721,1.09381103515625,0.9556189775466919,0.9364370107650757,0.7195019721984863,0.2535330057144165,-0.9109429717063904,-2.5784029960632324,-2.293642997741699,0.4802109897136688,0.43824899196624756,0.6684020161628723,-2.0486340522766113,0.9222559928894043,-0.7492129802703857,-2.5287749767303467,0.6390619874000549,0.7878890037536621,-1.4318950176239014,-0.3620080053806305,0.3519720137119293,1.051542043685913,-0.06504800170660019,0.05514699965715408,1.8620829582214355,-1.81154203414917,-2.1239941120147705,-1.7742340564727783,0.4565019905567169,-0.30385300517082214,-1.028367042541504,1.3715020418167114,-1.9791719913482666,-1.7781230211257935,0.704367995262146,1.943701982498169,0.7208139896392822,1.5823789834976196,0.18918800354003906,0.5550640225410461,-0.9397600293159485,1.1151479482650757,-0.295617014169693,-1.2211970090866089,-1.4642759561538696,1.542788028717041,1.6451289653778076,-1.0684640407562256,0.12669800221920013,0.36534199118614197,-1.0459259748458862,0.7820180058479309,-0.22005799412727356,1.1069389581680298,-1.21157705783844,1.2000689506530762,0.8544399738311768,-0.2941870093345642,-0.7778670191764832,2.109639883041382,0.5369099974632263,-0.49220699071884155,0.45211800932884216,0.45591700077056885,-1.4823110103607178,0.13237999379634857,0.6968550086021423,-0.6025699973106384,-1.3904320001602173,-1.4218389987945557,-0.5830270051956177,-1.1113959550857544,0.1964000016450882,0.21076099574565887,0.6400160193443298,-0.14729399979114532,-2.9393789768218994,1.4177160263061523,0.21188700199127197,-0.2812559902667999,0.6209930181503296,-1.9952820539474487,-2.530663013458252,1.161808967590332,0.8444809913635254,-2.8370039463043213,-0.15716800093650818,-1.1850810050964355,-1.2178330421447754,-0.9162589907646179,0.5177810192108154,-2.186295986175537,-1.0491019487380981,0.056588999927043915,-0.8712059855461121,-2.659972906112671,1.241392970085144,1.4733020067214966,-0.8019869923591614,-1.0017880201339722,0.5354120135307312,-1.3790860176086426,0.4664340019226074,-0.3094770014286041,-0.6287369728088379,0.902804970741272,-1.500506043434143,-1.0771520137786865,-2.3944599628448486,-0.4627690017223358,1.1674569845199585,1.5971599817276,-2.259329080581665,1.519745945930481,0.644091010093689,0.9781799912452698,0.19935500621795654,-1.3420079946517944,-0.8180930018424988,-0.3922309875488281,0.969290018081665,-1.9170130491256714,0.08053799718618393,-0.8685489892959595,0.7503129839897156,-0.5515869855880737,-1.2884459495544434,-2.118635892868042,-2.757685899734497,1.0250600576400757,1.2094370126724243,0.7529360055923462,0.9828870296478271,1.033460021018982,-0.2139119952917099,-2.9297330379486084,1.0104680061340332,0.6591039896011353,0.7905899882316589,1.1257109642028809,-0.22061499953269958,0.38131698966026306,1.1414669752120972,-0.41934001445770264,-2.3610498905181885,0.5278180241584778,-2.154611110687256,1.5712820291519165,-0.6500549912452698,-2.900743007659912,-1.01010000705719,-0.24161900579929352,-0.9835579991340637,-0.7761539816856384,0.8915129899978638,0.9332630038261414,-0.4862239956855774,0.8721240162849426,1.34108304977417,-0.09827599674463272,-0.9058060050010681,-1.3858330249786377,1.400123953819275,0.9135670065879822,-0.8390200138092041,-2.976314067840576,-2.9559009075164795,-1.8892719745635986,1.092257022857666,-0.1738860011100769,-1.8763999938964844,-1.1422239542007446,0.5831019878387451,-2.457253932952881,-1.9989010095596313,1.8817059993743896,0.4106450080871582,0.8610460162162781,-0.7563139796257019,-0.02080800011754036,-0.6646050214767456,-1.0446230173110962,-2.915724039077759,0.36222800612449646,0.9618330001831055,0.5167530179023743,-2.863197088241577,-2.180999994277954,-2.174757957458496,-0.9417179822921753,-0.1479090005159378,-0.5594850182533264,-1.2906609773635864,-1.2756500244140625,0.6530320048332214,-0.39914700388908386,-1.0509459972381592,1.753512978553772,-1.3069299459457397,-0.5637159943580627,-1.0009989738464355,-1.5864390134811401,-1.2405649423599243,0.6293429732322693,0.04849499836564064,-0.06438899785280228,-2.14253306388855,1.4413319826126099,0.9230870008468628,1.65687096118927,-0.5431830286979675,-0.21611599624156952,-0.27371299266815186,-1.2053550481796265,-2.138590097427368,-0.27807098627090454,-1.8122169971466064,-1.1973539590835571,1.6950639486312866,-1.2921619415283203,-0.618336021900177,-1.7049540281295776,0.4776099920272827,0.9875890016555786,-0.14353199303150177,-1.213250994682312,0.4743649959564209,-1.5819779634475708,0.5759289860725403,-1.3615039587020874,0.9621300101280212,1.3950239419937134,0.5008289813995361,-1.5490670204162598,-1.0204620361328125,-1.1161060333251953,-0.1871050000190735,-1.9386670589447021,0.18404899537563324,-1.2126009464263916,0.11977700144052505,0.17138700187206268,1.594812035560608,-0.5476109981536865,-0.05965700000524521,1.3131320476531982,0.8036839962005615,0.33426401019096375,-2.521116018295288,-2.5210120677948,-0.21164800226688385,1.7911349534988403,-0.5337120294570923,-1.1128909587860107,0.8512870073318481,0.6498069763183594,-3.0353400707244873,0.4039509892463684,-0.14614099264144897,1.5439369678497314,-1.4409259557724,-2.272141933441162,0.06084199994802475,-0.5698710083961487,0.9733660221099854,-0.3109099864959717,0.9092029929161072,-0.9101740121841431,-0.7419009804725647,-1.331186056137085,0.7829710245132446,0.39542698860168457,-1.5714770555496216,-0.7481759786605835,-1.0931450128555298,-1.2161810398101807,1.3259730339050293,1.2342159748077393,1.187276005744934,0.7714239954948425,1.304069995880127,-1.1501630544662476,-0.07338400185108185,-0.26251301169395447,1.2999780178070068,-0.8757550120353699,-1.7870689630508423,0.7148839831352234,0.983555018901825,-0.6074029803276062,0.8811420202255249,1.6169730424880981,-0.8029810190200806,-1.4062139987945557,0.14899499714374542,0.6902329921722412,0.3508070111274719,-0.9490370154380798,-1.1634299755096436,-1.1957770586013794,1.6663609743118286,1.3620439767837524,-0.2917160093784332,1.9214680194854736,-0.2509180009365082,-0.7627210021018982,0.47874200344085693,-2.341581106185913,1.755584955215454,0.30438798666000366,1.019152045249939,0.8606629967689514,-0.9432610273361206,-1.0542190074920654,-0.6311960220336914,0.5889379978179932,0.3065730035305023,-0.5824090242385864,0.07720399647951126,-1.2562530040740967,0.8084700107574463,-0.6460000276565552,-2.697005033493042,0.04134900122880936,-0.004298999905586243,-2.302037000656128,-0.21325500309467316,-2.1524300575256348,0.1822880059480667,0.5131890177726746,-0.21986299753189087,1.4072320461273193,-2.0011210441589355,0.16919299960136414,-0.4034009873867035,-0.13220499455928802,0.2905769944190979,1.1797970533370972,-1.4652539491653442,-1.4407329559326172,-0.8290290236473083,-1.8419899940490723,0.8504909873008728,1.5149650573730469,0.7326350212097168,0.6732509732246399,-0.35510900616645813,-0.3767719864845276,-0.4136680066585541,-0.17627300322055817,0.7656679749488831,0.40011000633239746,-2.48431396484375,1.606652021408081,-0.9981619715690613,-1.8137940168380737,0.19044899940490723,-1.5807130336761475,0.05265500023961067,2.0443921089172363,0.9838320016860962,-1.7714519500732422,1.6740469932556152,1.0778419971466064,0.397504985332489,-1.4114450216293335,-2.611943006515503,-2.5813610553741455,-0.4280259907245636,1.1268270015716553,1.1363929510116577,1.2730909585952759,-0.5209130048751831,-1.4049580097198486,0.7741760015487671,-1.8088079690933228,-0.7274460196495056,-1.5591479539871216,-1.54863703250885,-2.5900979042053223,-1.2200859785079956,0.5318009853363037,-1.1842559576034546,0.20971299707889557,0.46498799324035645,1.2317990064620972,1.5633399486541748,0.5804089903831482,0.09793899953365326,-1.8192009925842285,-2.2260990142822266,-2.197171926498413,-0.7810239791870117,-2.4886879920959473,-1.9216190576553345,-1.969182014465332,-2.7029929161071777,-0.34787899255752563,0.6703600287437439,0.787651002407074,0.8659909963607788,0.8396250009536743,0.9553760290145874,1.0336860418319702,0.3428319990634918,-1.0176149606704712,0.8293110132217407,0.5073040127754211,-0.7550320029258728,0.6954349875450134,1.831961989402771,1.887876033782959,1.8781510591506958,1.4559669494628906,-1.8646160364151,0.879518985748291,-0.7532699704170227,0.02800000086426735,-0.4378089904785156,-1.839818000793457,-2.5430500507354736,-0.5092059969902039,0.4720019996166229,-0.2063400000333786,-2.386775016784668,-0.11877000331878662,-1.0565910339355469,0.5130689740180969,-0.12614400684833527,0.15028199553489685,0.6422790288925171,0.26047301292419434,-2.5500059127807617,0.07349599897861481,0.07322199642658234,-0.7350800037384033,1.5320500135421753,0.12267599999904633,-1.875985026359558,0.9153839945793152,0.0991239994764328,0.5391839742660522,-1.3751150369644165,-0.12327100336551666,0.9285629987716675,-1.3672289848327637,-0.34637200832366943,-0.7020999789237976,0.5780289769172668,-2.3659110069274902,0.958778977394104,-2.1413168907165527,-1.168321967124939,-1.1369680166244507,-1.9691749811172485,-0.2302979975938797,0.06500300019979477,1.062168002128601,0.8908399939537048,-0.9392899870872498,0.7549049854278564,0.30035001039505005,-1.1144609451293945,-2.8206849098205566,0.16035699844360352,-2.6729259490966797,-0.25826001167297363,-0.8792269825935364,-1.2098720073699951,-0.508197009563446,0.051989998668432236,-1.0096759796142578,0.28141701221466064,0.9734159708023071,-2.2055349349975586,-1.250736951828003,1.7075300216674805,1.620278000831604,1.0269980430603027,1.826841950416565,0.5193989872932434,0.07517199963331223,1.2113319635391235,-0.5302659869194031,1.6478760242462158,-1.8682849407196045,1.7421009540557861,-2.2267279624938965,0.38174399733543396,-2.925513982772827,-1.1011079549789429,1.7439210414886475,0.8603330254554749,1.0749260187149048,1.6777410507202148,0.3138110041618347,0.8347679972648621,1.9107459783554077,-2.7619950771331787,-2.7354419231414795,0.06976699829101562,0.5744519829750061,-0.7182130217552185,1.5932420492172241,-1.0095889568328857,-1.4110029935836792,-0.8708599805831909,1.564486026763916,-0.262241005897522,-0.8560270071029663,-1.2918109893798828,-2.4776771068573,-2.4165780544281006,-0.09192299842834473,-1.1554210186004639,-0.82355797290802,-1.3952749967575073,0.8704710006713867,-1.356753945350647,1.5375219583511353,0.17317800223827362,0.8500490188598633,-0.5300629734992981,1.1485569477081299,0.33878999948501587,0.8031250238418579,1.2904980182647705,-2.6426289081573486,1.7282910346984863,-0.8708320260047913,-2.036247968673706,0.2940810024738312,-0.6267099976539612,0.8480960130691528,-0.2513290047645569,-1.4042630195617676,-0.2507219910621643,-0.9383159875869751,1.3801339864730835,-1.1464300155639648,0.43740901350975037,1.8303240537643433,-0.0873659998178482,-1.1087130308151245,-1.0768729448318481,0.48574298620224,-0.016937000676989555,1.3251479864120483,-0.07005400210618973,0.18438400328159332,-0.9013339877128601,-1.146736979484558,-2.2480390071868896,-0.8001580238342285,0.6759729981422424,-0.49425798654556274,-2.856671094894409,0.5394330024719238,-2.3361639976501465,0.498524010181427,0.6068140268325806,-0.0759819969534874,-0.4201880097389221,-1.3319100141525269,-2.9203240871429443,1.6817070245742798,1.9042240381240845,1.4684979915618896,1.9567359685897827,-0.434565007686615,-0.7915930151939392,1.459792971611023,1.4321540594100952,-0.5104420185089111,-2.941762924194336,-1.4208879470825195,0.5945370197296143,-2.0309739112854004,-0.5662639737129211,0.8203970193862915,1.0540059804916382,-1.364956021308899,-1.5705289840698242,-0.7847980260848999,0.5930709838867188,1.013970971107483,-1.9364149570465088,-0.19798900187015533,1.5213079452514648,-0.6751149892807007,-0.13003100454807281,-0.6840280294418335,-0.1536639928817749,-0.24842700362205505,1.0291709899902344,0.5035290122032166,1.3585280179977417,-2.2766330242156982,-1.607435941696167,-0.384786993265152,1.0671559572219849,0.28186899423599243,-0.8196409940719604,0.5759459733963013,0.3402320146560669,0.41616299748420715,-0.9012110233306885,1.7902599573135376,-0.8515530228614807,-1.1966509819030762,-1.6273419857025146,1.7719509601593018,0.18664699792861938,1.5737440586090088,0.5714349746704102,-0.8041719794273376,-0.2868269979953766,-0.5652199983596802,-0.48288199305534363,1.125412940979004,-0.9307060241699219,-1.1695499420166016,1.405210018157959,1.2915350198745728,-0.7236220240592957,-0.1125200018286705,0.1943580061197281,0.12192600220441818,-0.05620799958705902,-1.0808089971542358,-2.4754199981689453,-1.0615500211715698,-1.1810170412063599,0.6190130114555359,1.1299550533294678,0.29028698801994324,-0.7093420028686523,-2.004962921142578,0.21250000596046448,0.8060830235481262,1.7815589904785156,-1.0281649827957153,-0.7053599953651428,0.5860949754714966,0.348129004240036,-0.4915600121021271,-2.2493391036987305,1.4770770072937012,1.1872659921646118,1.657446026802063,-0.22675999999046326,1.9255369901657104,1.2060970067977905,-0.6180199980735779,-2.289577007293701,-1.1109700202941895,-0.8005009889602661,0.5160800218582153,0.5060619711875916,-1.8000370264053345,-0.10182200372219086,0.9128410220146179,-1.750898003578186,-1.4143420457839966,0.9972890019416809,-2.9232120513916016,0.6598610281944275,-2.466269016265869,1.2761470079421997,-0.5631369948387146,-0.35861700773239136,-0.3333359956741333,-0.04655800014734268,0.09678900241851807,-1.048727035522461,-1.3761399984359741,0.7795600295066833,-1.8456989526748657,0.7606459856033325,-2.480863094329834,-1.2615089416503906,1.5703749656677246,-0.6619930267333984,-0.6866970062255859,0.1317169964313507,-0.26644301414489746,-2.886795997619629,1.9494190216064453,-0.4557110071182251,0.5824599862098694,-1.6345000267028809,-0.3100129961967468,-2.8390328884124756,1.8151229619979858,0.440421998500824,0.5188270211219788,1.2200770378112793,0.29163599014282227,0.27067700028419495,0.384537011384964,1.1919920444488525,-0.22220300137996674,0.2807750105857849,-0.622406005859375,-0.4004000127315521,1.308439016342163,-1.7185310125350952,-0.2864440083503723,1.2314389944076538,0.506417989730835,1.3276439905166626,0.0938669964671135,0.07599099725484848,1.3495739698410034,1.1363439559936523,1.134374976158142,1.4378509521484375,-0.969219982624054,1.4960600137710571,-2.439352035522461,1.0550520420074463,-0.3421050012111664,-2.0227510929107666,0.21601900458335876,1.5577759742736816,0.7826319932937622,-1.5124820470809937,1.9511460065841675,0.9310950040817261,-1.0359079837799072,1.1123629808425903,1.207394003868103,-0.037588998675346375,-2.7033309936523438,1.8192100524902344,-1.1058779954910278,0.8206890225410461,1.4129630327224731,-0.2827470004558563,1.4977669715881348,1.5394320487976074,-0.015073000453412533,-1.1562930345535278,-0.9060900211334229,-2.0120179653167725,-1.652819037437439,0.8758990168571472,0.9568439722061157,1.4513579607009888,0.6872490048408508,-0.63127201795578,-1.418360948562622,0.200655996799469,-1.1803040504455566,-0.028118999674916267,-1.396672010421753,-0.2604120075702667,0.5990409851074219,-1.8328020572662354,0.7032099962234497,0.6434860229492188,0.145564004778862,0.6117290258407593,-1.0780830383300781,1.0760010480880737,-2.914354085922241,0.8041210174560547,1.847648024559021,0.47872498631477356,0.41306400299072266,-0.6663830280303955,-1.4052629470825195,1.6844229698181152,-1.7269959449768066,-0.7234299778938293,1.8139530420303345,-0.9580990076065063,0.5574010014533997,0.8975340127944946,0.820110023021698,0.6703760027885437,0.6341249942779541,1.5015219449996948,1.6894010305404663,0.45156601071357727,-0.9165470004081726,-2.0355000495910645,-0.5821449756622314,-2.900135040283203,-2.4806370735168457,0.934909999370575,1.036059021949768,0.5423129796981812,-0.6941729784011841,0.7802339792251587,1.418239951133728,0.5537670254707336,0.8680729866027832,-1.094020962715149,0.9254639744758606,-0.21080900728702545,-1.124953031539917,0.5062469840049744,-0.17056000232696533,0.48732998967170715,1.7333430051803589,0.2816599905490875,1.3267420530319214,-0.456479012966156,-2.3078150749206543,0.16000400483608246,-0.29758700728416443,1.6807349920272827,0.750889003276825,1.5408309698104858,0.4784089922904968,-0.4513159990310669,-0.20222200453281403,1.1259020566940308,-1.6177150011062622,-0.028650999069213867,1.224431037902832,1.955746054649353,-0.38575100898742676,-1.195618987083435,1.8428529500961304,1.073307991027832,0.13067500293254852,0.9294180274009705,1.4163459539413452,0.29163599014282227,1.5194720029830933,0.6821449995040894,-1.9876790046691895,-1.2821619510650635,-0.9850220084190369,-1.4924319982528687,1.211838960647583,-1.383470058441162,1.63059401512146,-0.250777006149292,0.7113109827041626,-0.5164240002632141,-0.16404899954795837,-2.066849946975708,1.8265190124511719,1.8449729681015015,-1.882462978363037,-0.9758750200271606,-2.0723509788513184,0.7602570056915283,0.7286440134048462,1.6052629947662354,0.8772199749946594,0.6188979744911194,0.27550700306892395,1.2887940406799316,1.8769129514694214,-1.3291579484939575,0.48454099893569946,0.259550005197525,-0.08794599771499634,0.5216709971427917,-0.7657920122146606,0.01118599995970726,-0.6190329790115356,0.49962300062179565,-0.5276769995689392,-1.0954780578613281,1.2124240398406982,0.280131995677948,-0.27693599462509155,-0.15925200283527374,-1.862786054611206,0.3930889964103699,-2.8562018871307373,0.6246209740638733,0.16116300225257874,-0.9727389812469482,1.0936239957809448,-1.7053619623184204,1.9624840021133423,-1.221024990081787,-1.6177860498428345,0.5766130089759827,-2.1455790996551514,-0.2567310035228729,-2.1461238861083984,-2.9524130821228027,-1.9322969913482666,-0.820747971534729,1.3871899843215942,-2.941028118133545,-1.5987780094146729,-0.04713200032711029,-0.003502999898046255,-0.7570940256118774,-0.16127899289131165,-1.188828945159912,-0.3737879991531372,-0.4610300064086914,0.4975700080394745,0.46493300795555115,-1.1068040132522583,0.3074600100517273,-1.3082139492034912,-1.9406770467758179,-1.012431025505066,1.7731280326843262,-2.2277019023895264,-2.1551249027252197,0.5303369760513306,-0.45971500873565674,-1.882567048072815,-0.9685519933700562,0.2525799870491028,-1.7137809991836548,0.4424299895763397,1.5992180109024048,-1.0824520587921143,-0.2801930010318756,1.3052510023117065,1.99570894241333,-0.19944900274276733,-2.8704710006713867,-0.3427650034427643,-0.7663260102272034,0.6606799960136414,0.499332994222641,-2.0450971126556396,-2.4285879135131836,1.8715310096740723,1.5282139778137207,0.5570170283317566,0.9790899753570557,-0.2054619938135147,1.1882840394973755,0.9767389893531799,0.3891879916191101,0.9736949801445007,1.0005409717559814,0.9849749803543091,-1.0679409503936768,1.1979750394821167,1.7914459705352783,0.7268639802932739,-0.7282990217208862,1.1300560235977173,0.980659008026123,-0.2882469892501831,-0.9561160206794739,0.5583999752998352,-0.8173310160636902,1.3710110187530518,1.2990390062332153,0.44317200779914856,1.3352739810943604,1.2913600206375122,-0.36246201395988464,0.326647013425827,-0.5500779747962952,-0.06457000225782394,-0.15862399339675903,-1.667083978652954,1.5982259511947632,-0.06593000143766403,-1.2136859893798828,0.6544870138168335,-0.8956990242004395,-0.9372720122337341,-0.9145810008049011,-0.03943999856710434,0.020315000787377357,-3.004573106765747,-1.4274330139160156,-1.2445290088653564,-0.9411450028419495,0.03863200172781944,-1.9998979568481445,-2.1220479011535645,1.9624229669570923,0.24299800395965576,1.6657969951629639,-1.9064630270004272,0.709617018699646,-0.9882749915122986,0.7188969850540161,-1.226364016532898,1.1952459812164307,0.9108570218086243,-0.1019819974899292,-1.0072710514068604,1.556022047996521,0.7320799827575684,-0.3995630145072937,1.5143660306930542,-1.2745989561080933,-0.31199899315834045,-2.35498309135437,0.5855349898338318,-0.6188660264015198,-0.843533992767334,-0.18285299837589264,-0.010745000094175339,-0.5397480130195618,0.48398101329803467,0.7989820241928101,0.5596110224723816,0.4087499976158142,0.2972089946269989,0.6450369954109192,1.6137510538101196,-1.2037489414215088,-1.1583939790725708,1.4561949968338013,1.9253740310668945,-2.5847020149230957,-1.2744909524917603,-0.1069670021533966,-2.5778470039367676,1.4858659505844116,0.32783499360084534,1.3677330017089844,1.487421989440918,-0.278219997882843,0.09103599935770035,1.21356999874115,-0.30215001106262207,1.2903809547424316,-1.2377129793167114,-0.17120200395584106,-0.25797998905181885,0.2096550017595291,1.0341010093688965,1.677042007446289,0.3810099959373474,1.4123530387878418,-0.4154210090637207,0.6288440227508545,-0.6631140112876892,-2.124182939529419,-0.909525990486145,1.1961959600448608,1.4439220428466797,-1.4465219974517822,-0.4603959918022156,-0.11134500056505203,1.1832129955291748,0.26501598954200745,-1.3805789947509766,0.421546995639801,-1.7922719717025757,1.224073052406311,0.6684100031852722,-0.049768999218940735,-0.7945650219917297,-0.6326950192451477,0.7598440051078796,1.8521950244903564,-0.471560001373291,1.0811280012130737,-2.518583059310913,1.4788850545883179,1.848829984664917,0.41571199893951416,0.43369200825691223,1.0252840518951416,-1.2387839555740356,0.8351250290870667,0.26052001118659973,-0.6947429776191711,-0.7039549946784973,-1.9965380430221558,1.9145749807357788,-1.1633679866790771,0.8041520118713379,0.7814980149269104,0.5030580163002014,-0.7685850262641907,-2.909579038619995,0.7663469910621643,-1.7921710014343262,-2.1313021183013916,0.3500159978866577,1.156559944152832,0.8375070095062256,0.7897080183029175,0.1442050039768219,0.008414999581873417,0.6557989716529846,0.5135409832000732,1.9656180143356323,-1.336143970489502,1.4158689975738525,0.9061939716339111,0.8808050155639648,0.8405929803848267,1.686684012413025,-1.1488120555877686,2.032938003540039,1.048187017440796,1.5333529710769653,-1.1232490539550781,-0.04029000177979469,-0.9080960154533386,-2.254267930984497,-1.477687954902649,-0.21302999556064606,0.5709699988365173,-1.3220510482788086,-0.6461470127105713,-0.3666830062866211,-2.259243965148926,1.8654049634933472,0.5815140008926392,1.660902976989746,1.4609520435333252,-2.414721965789795,-0.7967039942741394,1.1493929624557495,-2.2271029949188232,0.8228949904441833,1.3161449432373047,-0.579351007938385,1.1131809949874878,0.3524619936943054,1.5913569927215576,-2.866180896759033,-0.48336300253868103,-1.0745569467544556,0.6885010004043579,-1.5932680368423462,-0.030764000490307808,-2.328563928604126,0.029851999133825302,-2.179253101348877,-2.207921028137207,1.6515820026397705,1.1932799816131592,-1.6855969429016113,-1.9095209836959839,0.893841028213501,-2.7400400638580322,-0.0633540004491806,-0.18089400231838226,1.7200779914855957,1.7446010112762451,1.7027980089187622,1.1823370456695557,0.2967430055141449,0.7112320065498352,-0.2718000113964081,-0.06721200048923492,-0.9128890037536621,0.5851539969444275,-1.5944210290908813,0.9347040057182312,-1.132449984550476,-2.9879109859466553,0.9688249826431274,2.1491620540618896,-0.6609579920768738,1.5845509767532349,0.8460209965705872,0.09301599860191345,1.1655809879302979,1.8516939878463745,-2.9735920429229736,-0.7411900162696838,0.7352610230445862,0.800803005695343,-1.2387570142745972,0.27480000257492065,1.3612010478973389,0.03083599917590618,-0.6293860077857971,0.7840989828109741,-1.0135250091552734,-0.492713987827301,0.9567300081253052,-0.37288999557495117,0.8586789965629578,-0.2568419873714447,-0.22495299577713013,-0.06787300109863281,1.7848750352859497,-1.157912015914917,0.493584007024765,-3.009474992752075,-0.4559650123119354,0.275765985250473,-1.0236599445343018,1.8019750118255615,-0.576511025428772,0.4905569851398468,0.895442008972168,0.6760420203208923,-0.24453499913215637,-0.7884479761123657,-1.7262879610061646,-0.9648990035057068,-1.0328450202941895,-1.2527639865875244,-2.2665419578552246,0.6144239902496338,-0.19693699479103088,-0.4201729893684387,-1.6101889610290527,-1.0605920553207397,0.7300940155982971,-1.4165469408035278,0.904994010925293,-0.15778900682926178,2.014159917831421,-0.4482490122318268,-1.350111961364746,0.01678300090134144,0.9846450090408325,-0.3490400016307831,-0.423566997051239,0.8827800154685974,-0.2709600031375885,0.4711099863052368,1.4984740018844604,-0.12901300191879272,-0.8917959928512573,0.3175570070743561,-1.5143320560455322,0.7949619889259338,0.7386760115623474,-0.6594269871711731,0.4636409878730774,-1.0223829746246338,1.5257929563522339,-1.093034029006958,-1.2177410125732422,1.5246829986572266,-0.49412599205970764,1.6415389776229858,-0.505075991153717,0.17786100506782532,-2.5808799266815186,0.889959990978241,-0.8166189789772034,0.9477249979972839,1.4730420112609863,-0.8407089710235596,-2.0689899921417236,-0.656013011932373,0.8928959965705872,1.6179649829864502,-0.6569960117340088,0.5748670101165771,-0.31307899951934814,0.6502770185470581,-2.0101699829101562,-0.14184899628162384,-1.0503530502319336,-1.4172940254211426,-0.03370499983429909,0.9247990250587463,1.089576005935669,1.6337130069732666,1.7784169912338257,-1.9223459959030151,-0.5004630088806152,1.3136019706726074,1.4959659576416016,-1.7671079635620117,0.4234809875488281,1.829576015472412,0.4383220076560974,0.6024879813194275,1.3539340496063232,-1.0885169506072998,2.0490078926086426,-0.8063669800758362,-0.8381710052490234,1.5848759412765503,-0.6615009903907776,-0.5334780216217041,1.3625719547271729,1.476770043373108,-2.313163995742798,1.4644910097122192,1.5291850566864014,0.9801759719848633,0.9292489886283875,-2.5784130096435547,-1.4920459985733032,1.095913052558899,-2.9473929405212402,1.6313329935073853,-0.32744300365448,0.31884700059890747,0.1508069932460785,0.29143598675727844,1.37398099899292,1.4444090127944946,-0.739329993724823,-0.695356011390686,-2.5270140171051025,-2.073863983154297,1.6131190061569214,-1.8423060178756714,1.544816017150879,-2.076814889907837,-1.5973320007324219,-0.5603150129318237,0.21890099346637726,1.0785009860992432,0.5830749869346619,0.0399169996380806,0.5415369868278503,0.8420230150222778,-0.46634000539779663,-0.18557000160217285,1.547929048538208,1.5527969598770142,-2.4729421138763428,0.43391600251197815,0.6570619940757751,0.39386698603630066,-1.8623080253601074,0.872514009475708,1.1800869703292847,0.9408519864082336,0.9426699876785278,-1.297279953956604,-0.8056039810180664,-0.9920949935913086,0.713916003704071,0.06933800131082535,-1.967756986618042,-1.1337419748306274,0.37572500109672546,-1.5545190572738647,0.39794299006462097,0.07341200113296509,-0.6204599738121033,0.3604370057582855,-0.012451999820768833,0.10247600078582764,-2.330233097076416,-0.4456399977207184,-0.2757599949836731,-2.5955429077148438,1.0045709609985352,-1.2209240198135376,0.0487390011548996,-0.9225810170173645,-1.1012710332870483,-1.0244970321655273,-0.2702699899673462,0.9087799787521362,-0.30726999044418335,0.5673149824142456,1.5579190254211426,0.6707019805908203,-2.935857057571411,-0.6002370119094849,1.2736150026321411,0.9730589985847473,1.266118049621582,0.7193729877471924,-1.3723269701004028,-0.28411000967025757,-0.5450230240821838,-0.7874569892883301,-1.0905580520629883,1.522819995880127,0.47690701484680176,-1.1678450107574463,-0.6098740100860596,-2.614316940307617,1.7111179828643799,-1.123420000076294,0.9045019745826721,1.3289389610290527,0.2657659947872162,0.18510599434375763,0.7674400210380554,0.6246830224990845,-1.099782943725586,-1.7417999505996704,-2.956955909729004,0.6221780180931091,0.6096140146255493,0.09564100205898285,-0.0007730000070296228,0.7713580131530762,0.5371540188789368,0.4296779930591583,-1.094120979309082,-0.3973180055618286,-0.021385999396443367,1.9982019662857056,0.3406670093536377,-1.8092340230941772,1.1124680042266846,1.2419500350952148,-0.812279999256134,-1.0515880584716797,0.5572620034217834,-2.1244139671325684,1.9729260206222534,-2.186350107192993,-0.4935320019721985,-2.6575329303741455,1.0209439992904663,1.3071939945220947,-1.9449050426483154,-0.17927899956703186,0.0475739985704422,-0.9797580242156982,-1.5087080001831055,-2.737834930419922,-0.7640079855918884,0.33365800976753235,1.1483479738235474,0.7519209980964661,-1.0056140422821045,-2.7962639331817627,-0.04575499892234802,-0.4629029929637909,-0.769133985042572,-2.1240460872650146,-2.112612009048462,-2.0344998836517334,-1.9924620389938354,1.8705079555511475,1.4586379528045654,0.3200719952583313,0.09905499964952469,-2.266026020050049,0.6118289828300476,-0.4316299855709076,-0.05627400055527687,-0.5144960284233093,-2.023071050643921,1.6942620277404785,0.7571110129356384,-0.8649219870567322,-0.8940230011940002,1.129747986793518,-1.7933499813079834,-2.2404611110687256,-1.6626410484313965,-0.094650998711586,0.7185389995574951,-1.228732943534851,-2.3177289962768555,1.0219149589538574,-1.138159990310669,-1.1792190074920654,1.554556965827942,-2.4871370792388916,1.073256015777588,1.176277995109558,1.8315579891204834,-0.46417000889778137,-2.683300018310547,-0.9809169769287109,0.5332469940185547,-3.011651039123535,-2.0334930419921875,1.156227946281433,1.24691903591156,-0.346341997385025,1.9037309885025024,-0.66594398021698,-2.9363949298858643,0.9751030206680298,1.6197760105133057,-0.2387779951095581,0.04715999960899353,1.5997240543365479,-2.054481029510498,-1.9667390584945679,-0.9502360224723816,0.296858012676239,0.2862969934940338,1.7720439434051514,1.2630720138549805,1.3153389692306519,0.8136019706726074,-1.1125730276107788,-0.22274300456047058,-2.182745933532715,0.9629080295562744,0.5975689888000488,-0.4723599851131439,1.2094240188598633,-0.6640769839286804,-0.511551022529602,0.7319260239601135,0.6872590184211731,-1.1566970348358154,-1.4717899560928345,-2.522367000579834,1.650676965713501,1.9809390306472778,0.9320319890975952,1.5042330026626587,-1.2832729816436768,1.665297031402588,-0.4712570011615753,0.7838379740715027,1.2133020162582397,-1.2339030504226685,-1.2122520208358765,1.2485469579696655,0.7847859859466553,0.1519549936056137,-0.6074060201644897,-0.9371520280838013,-0.8385699987411499,1.1246720552444458,0.2466450035572052,-1.4952629804611206,-1.41731595993042,1.8665879964828491,1.3692599534988403,-1.5710599422454834,-0.31119900941848755,-0.2777099907398224,-0.44485801458358765,-1.412377953529358,1.9266239404678345,1.3540860414505005,1.6028469800949097,-1.2045639753341675,-0.5483689904212952,0.4467499852180481,1.7101420164108276,1.7740199565887451,0.9047340154647827,-1.525776982307434,-1.618067979812622,0.6414210200309753,-0.5749059915542603,-1.1628919839859009,0.8368160128593445,-1.400738000869751,-0.2500140070915222,-1.586616039276123,-1.1130609512329102,-1.3177640438079834,-0.9717919826507568,-3.0013411045074463,-2.994029998779297,-1.1166720390319824,-1.9649540185928345,-1.4964590072631836,0.9924039840698242,0.9121800065040588,-1.545470952987671,1.1718430519104004,-0.33187898993492126,1.549962043762207,-0.35971400141716003,-1.6181509494781494,1.1428179740905762,1.6939090490341187,-1.1920349597930908,-0.24561500549316406,1.4865399599075317,-2.256350040435791,-0.35333698987960815,0.42934200167655945,0.9815149903297424,-0.4773400127887726,1.989300012588501,1.6600840091705322,-1.3442920446395874,-0.6882979869842529,0.7552859783172607,1.8461979627609253,1.2377049922943115,-0.22798100113868713,1.1557960510253906,0.042298998683691025,-0.7767090201377869,1.2528409957885742,1.416077971458435,-3.042604923248291,-1.3098009824752808,0.39863699674606323,-1.2013540267944336,-1.3128429651260376,-0.3115150034427643,1.093548059463501,-1.9502949714660645,-1.8391900062561035,0.2988719940185547,-1.2272800207138062,1.9072819948196411,-1.429337978363037,1.308701992034912,0.238087996840477,1.4794869422912598,-0.09746000170707703,-0.049160998314619064,-1.3888989686965942,0.6776769757270813,-1.174420952796936,-0.743802011013031,0.4654980003833771,0.018888000398874283,-0.3478420078754425,-0.7136960029602051,0.39686301350593567,0.4496360123157501,0.1378369927406311,-1.1013309955596924,0.3895370066165924,0.7736750245094299,0.3710919916629791,0.05623500049114227,0.45628800988197327,1.58741295337677,0.022112999111413956,0.5187829732894897,0.5824339985847473,0.596930980682373,-0.3782329857349396,-0.29772499203681946,0.5891749858856201,1.6549099683761597,-0.38347798585891724,-1.0339419841766357,-1.9291050434112549,0.3578389883041382,-0.1842840015888214,0.820343017578125,0.3634049892425537,0.5952619910240173,0.5998089909553528,0.0667399987578392,1.1404709815979004,-0.4654560089111328,0.7875350117683411,-1.3690439462661743,0.8723049759864807,0.2661899924278259,0.9891129732131958,-0.7045050263404846,1.2905540466308594,0.49698901176452637,1.0223870277404785,-0.9253960251808167,0.04108399897813797,1.2948969602584839,-1.1078039407730103,0.4048120081424713,-0.9571319818496704,-0.9615010023117065,1.637362003326416,-1.5582879781723022,0.9920780062675476,-0.8348209857940674,0.3248260021209717,-0.6830229759216309,-0.36219701170921326,-0.5068780183792114,0.6412109732627869,-1.600587010383606,-0.09370200335979462,-1.8192570209503174,-1.8529740571975708,-1.8415019512176514,-0.4310770034790039,0.5509229898452759,-1.273941993713379,-0.03217000141739845,-0.26943400502204895,-1.5606180429458618,-2.1307590007781982,0.966376006603241,-1.1514710187911987,0.24836599826812744,1.9175690412521362,-0.6500009894371033,0.39151400327682495,1.6766389608383179,1.4117710590362549,-0.5504059791564941,1.7288520336151123,0.9367139935493469,-0.11949600279331207,-1.32738196849823,0.41279101371765137,0.23522700369358063,1.095018982887268,-2.6895360946655273,-0.5188940167427063,0.16534699499607086,-1.8396929502487183,-1.9035710096359253,-0.3091129958629608,-1.4575010538101196,-2.547595977783203,-0.7817000150680542,-0.6634489893913269,-0.697583019733429,-2.073962926864624,-1.223899006843567,0.9558709859848022,-2.158061981201172,0.5981109738349915,1.316372036933899,1.5430320501327515,1.7076950073242188,-3.036397933959961,0.7856019735336304,-2.1486990451812744,-3.0145978927612305,-0.5860400199890137,-2.906230926513672,0.4030190110206604,0.46103599667549133,-1.6592979431152344,0.8855909705162048,1.871472954750061,-1.3695030212402344,1.6012840270996094,-2.0902349948883057,1.2552180290222168,1.683514952659607,-0.3792009949684143,-2.431457042694092,0.6190620064735413,1.7339930534362793,1.3783349990844727,1.528954029083252,-0.0012100000167265534,-0.01384699996560812,-1.6916049718856812,1.828212022781372,-0.19634899497032166,1.7599519491195679,1.7334129810333252,1.643699049949646,-1.2490789890289307,0.8197699785232544,-2.443506956100464,0.24702799320220947,1.1484359502792358,0.04122700169682503,1.3732860088348389,1.040050983428955,0.898822009563446,0.8169860243797302,-2.0194170475006104,0.5821040272712708,0.22675299644470215,0.8753349781036377,1.6964759826660156,0.988569974899292,-0.6967589855194092,-0.5190269947052002,0.5462650060653687,1.5503989458084106,0.048638999462127686,-2.694140911102295,0.7462800145149231,0.3092150092124939,1.2915270328521729,-0.877560019493103,0.1886419951915741,-1.7284599542617798,-0.33661800622940063,0.6498219966888428,0.8471069931983948,-2.446118116378784,0.9633669853210449,-0.15391400456428528,-0.871770977973938,-0.2027910053730011,-1.339061975479126,0.916674017906189,0.7465900182723999,-0.7463650107383728,-0.2768389880657196,0.1639460027217865,0.9271969795227051,-2.5044000148773193,-2.4956579208374023,-1.639686942100525,-2.1233279705047607,-2.1303861141204834,1.0180189609527588,0.1659429967403412,-0.15645800530910492,1.8899439573287964,1.095715045928955,1.1669789552688599,-0.5265690088272095,1.0221339464187622,0.05080899968743324,0.7359229922294617,-1.1190810203552246,0.08907599747180939,1.3074040412902832,0.3679400086402893,-0.7656810283660889,1.458717942237854,0.5785040259361267,0.07472100108861923,1.2823610305786133,-0.8564749956130981,0.2657819986343384,0.994966983795166,1.2309670448303223,-0.57948899269104,-1.8112390041351318,0.4006569981575012,-0.9082469940185547,-1.1240400075912476,0.7695860266685486,-0.7950059771537781,0.6371960043907166,1.0352710485458374,0.3149630129337311,0.6263880133628845,-0.7216780185699463,0.5769609808921814,-0.5904579758644104,1.4721330404281616,-0.9030420184135437,-0.1022609993815422,-2.5282349586486816,0.16624799370765686,0.2345689982175827,0.21078599989414215,-0.05982600152492523,-0.46982699632644653,0.7487329840660095,-0.03051000088453293,-0.2156679928302765,0.11448799818754196,0.28713101148605347,0.8629729747772217,-0.938289999961853,-0.5443570017814636,-0.269336998462677,-0.35784101486206055,-1.156708002090454,-1.0412009954452515,-2.923737049102783,-0.13968899846076965,1.9144370555877686,-1.0230590105056763,-0.42862701416015625,-1.6402740478515625,1.497833013534546,-1.5020020008087158,0.08841899782419205,-1.322383999824524,-1.24897301197052,0.7449899911880493,1.112815022468567,-0.6620759963989258,1.2194759845733643,1.5005639791488647,0.47250500321388245,-0.3580529987812042,-2.648339033126831,0.17048299312591553,1.515401005744934,1.0165890455245972,0.42089900374412537,0.6448000073432922,1.5983209609985352,-2.83213210105896,0.24466800689697266,0.006730999797582626,0.9734929800033569,0.9625099897384644,-0.6590930223464966,-2.6256959438323975,-1.4222520589828491,1.0228960514068604,1.2697299718856812,-2.157870054244995,1.52046799659729,0.8948299884796143,0.865818977355957,0.1344909965991974,0.8829169869422913,-1.4299060106277466,1.4413360357284546,-1.1595350503921509,0.3063099980354309,1.0032130479812622,1.1848089694976807,0.9702489972114563,-1.5087569952011108,-3.0288259983062744,-3.022386074066162,0.39636701345443726,0.3988960087299347,1.3773900270462036,-0.17605799436569214,-0.057909999042749405,-0.19827300310134888,1.0108100175857544,0.4962939918041229,-1.6265679597854614,-0.7480520009994507,-1.0023670196533203,-0.7321580052375793,1.8329190015792847,0.636497974395752,-1.9444609880447388,-0.8307369947433472,-0.4169430136680603,-1.3503930568695068,-0.08149000257253647,1.3136420249938965,1.0811059474945068,-2.343306064605713,-0.05798900127410889,-0.03820899873971939,-0.5045940279960632,-1.4046319723129272,1.7238179445266724,-0.15259400010108948,1.2299749851226807,-1.0970640182495117,-0.1948319971561432,0.9153180122375488,-2.6663930416107178,-2.7119638919830322,-0.4940110146999359,-0.5532190203666687,-1.4555879831314087,0.10450699925422668,-0.44464701414108276,0.00810100045055151,0.3662489950656891,-1.3610990047454834,-1.736104965209961,-2.8142740726470947,0.4127669930458069,0.26690900325775146,-0.5802929997444153,-1.1356439590454102,-2.283137083053589,-2.1383209228515625,-0.5598019957542419,-1.5626640319824219,0.2687569856643677,1.2836480140686035,-1.6143300533294678,-0.9978790283203125,-2.009392023086548,-1.0590629577636719,0.44699999690055847,-0.7411569952964783,-2.370537042617798,-1.4350780248641968,-1.8304129838943481,-2.4112789630889893,0.8999969959259033,0.3037149906158447,0.9661960005760193,-0.09155800193548203,-0.8093389868736267,-0.002116000046953559,0.3419269919395447,0.05783599987626076,1.026432991027832,-1.1875929832458496,-1.630458950996399,-0.19996699690818787,1.688433051109314,-3.0216290950775146,1.697242021560669,0.8860560059547424,0.853289008140564,-0.21238599717617035,0.7103869915008545,-1.8947240114212036,-0.33531901240348816,-1.241021990776062,0.6343569755554199,0.4346260130405426,0.20973199605941772,-1.5305240154266357,-1.2120729684829712,0.1898690015077591,-0.8956689834594727,-0.7337700128555298,0.030703000724315643,-1.6928149461746216,1.8632780313491821,-0.3809970021247864,0.00254100002348423,0.6389510035514832,0.8298249840736389,0.5549860000610352,1.2318350076675415,1.3496650457382202,0.23393699526786804,-0.6146209836006165,0.506721019744873,-0.018882999196648598,1.6857049465179443,-2.7460010051727295,-0.10468900203704834,1.3513200283050537,1.0403879880905151,-0.9808189868927002,-0.7376710176467896,0.2258169949054718,-0.5732589960098267,1.6262340545654297,1.3031120300292969,0.9597399830818176,0.7924649715423584,1.0977239608764648,-1.6843860149383545,-0.651324987411499,-0.2960059940814972,-1.4311280250549316,1.8312050104141235,-2.6595189571380615,1.3076519966125488,-1.0906699895858765,0.042539000511169434,0.4373379945755005,-1.93442702293396,0.5266519784927368,0.36191099882125854,-1.2104829549789429,0.6771330237388611,-0.9537619948387146,0.9429680109024048,-0.8887779712677002,1.488219976425171,0.7759850025177002,1.157662034034729,1.8066660165786743,0.81939297914505,0.28230100870132446,-1.4733530282974243,-1.9422420263290405,0.18507499992847443,-0.5477520227432251,-0.4400379955768585,-2.745002031326294,-1.3709989786148071,0.3934600055217743,-1.3553270101547241,-2.3538880348205566,-2.291146993637085,-1.3294700384140015,-2.109622001647949,-0.5700219869613647,0.8617119789123535,-1.5958160161972046,0.442452996969223,-2.9417150020599365,-1.1410930156707764,-0.7238879799842834,0.18489299714565277,0.08208700269460678,1.5752129554748535,-0.2804589867591858,-0.5060240030288696,0.15505699813365936,-2.5383589267730713,-2.551832914352417,-0.8855670094490051,1.7365410327911377,0.11424999684095383,1.427238941192627,-0.927003026008606,1.8583589792251587,-2.640052080154419,0.2663840055465698,1.524657964706421,-2.2435340881347656,-2.223212957382202,-0.9383800029754639,-0.9695180058479309,-0.4946100115776062,-0.48642799258232117,-1.8962719440460205,0.8684589862823486,0.8375639915466309,0.20339199900627136,0.7348729968070984,-0.3936710059642792,-0.41522300243377686,-0.9142249822616577,0.8065419793128967,-0.5966780185699463,-0.6029229760169983,-2.2721920013427734,-2.039825916290283,1.7021490335464478,-2.5322439670562744,0.37704598903656006,-2.1811649799346924,-2.1228370666503906,0.6558380126953125,-0.5203409790992737,1.9698530435562134,0.3993690013885498,0.411204993724823,-1.0139340162277222,1.5366400480270386,1.5482109785079956,-0.9954730272293091,-2.306046962738037,-0.7023950219154358,1.8710520267486572,0.6083279848098755,0.8724179863929749,0.9483230113983154,-1.3045239448547363,0.24446800351142883,-2.5812299251556396,-2.5570919513702393,0.25456899404525757,1.3639520406723022,-1.3570070266723633,1.6299899816513062,-0.08391500264406204,1.6006560325622559,0.9544079899787903,-1.6981489658355713,-2.389024019241333,1.1463220119476318,1.0467180013656616,0.9188799858093262,1.0892070531845093,0.9713069796562195,-0.37327200174331665,-1.504762053489685,1.2325780391693115,1.1466360092163086,-2.9357810020446777,1.6818549633026123,-0.22796499729156494,-0.5336859822273254,0.3831689953804016,-1.2546370029449463,1.182257056236267,0.6762700080871582,-0.9160889983177185,0.8660330176353455,1.4600080251693726,-2.2875359058380127,0.31941598653793335,-1.8500670194625854,-1.820605993270874,-1.028581976890564,0.1377359926700592,1.2139719724655151,-1.1205220222473145,1.401576042175293,-2.4968950748443604,-0.24325299263000488,-0.0815809965133667,-2.651547908782959,0.5525619983673096,-0.03279000148177147,0.7865309715270996,1.615020990371704,1.8366800546646118,1.771602988243103,-0.8826559782028198,-0.45408299565315247,-1.3712749481201172,-2.15397310256958,-1.1021859645843506,-0.7082030177116394,-0.09742199629545212,0.25381699204444885,-0.36815598607063293,0.6541590094566345,-1.056141972541809,-0.7189689874649048,1.339053988456726,1.7732620239257812,1.780027985572815,1.0751830339431763,0.9985640048980713,1.0068449974060059,-1.327536940574646,-1.6523499488830566,-2.0255939960479736,-0.8487309813499451,-0.8825820088386536,-0.29409000277519226,-0.1608320027589798,0.040667999535799026,0.8707839846611023,-1.6390680074691772,0.5582159757614136,1.4790329933166504,0.21689200401306152,0.47654300928115845,-0.7857099771499634,-0.936644971370697,-1.063763976097107,1.5621579885482788,-0.8551340103149414,-0.8968210220336914,-2.9946680068969727,1.6768189668655396,-0.1441500037908554,-0.5995919704437256,1.5818359851837158,-0.2728460133075714,-1.4007899761199951,0.8245649933815002,-0.8217509984970093,1.5789469480514526,1.585252046585083,-1.6164350509643555,-1.619724988937378,1.1182750463485718,-1.3025909662246704,1.2470769882202148,-1.2218589782714844,-0.1283389925956726,1.6319979429244995,0.9840189814567566,0.21475499868392944,-1.3944729566574097,-0.29346200823783875,-1.1083040237426758,1.1979219913482666,-0.0030219999607652426,-0.42136499285697937,-0.8466079831123352,-0.5173029899597168,0.8395599722862244,0.8345670104026794,-0.3482869863510132,1.114696979522705,1.8904579877853394,-1.777575969696045,1.7360680103302002,0.9751189947128296,0.5820689797401428,-2.627664089202881,-0.43915998935699463,1.3219690322875977,-0.025333000347018242,-0.9092339873313904,0.883778989315033,0.27750301361083984,-0.8609560132026672,0.4547869861125946,0.43506601452827454,-1.4109619855880737,-0.927249014377594,0.8599380254745483,0.9944970011711121,-0.08057600259780884,-1.0904200077056885,-1.5172959566116333,0.17464600503444672,-1.3628849983215332,-0.4137350022792816,0.1764490008354187,0.3944930136203766,1.3008619546890259,1.2604889869689941,1.4681440591812134,-1.0574790239334106,0.5032600164413452,1.5448269844055176,-2.7627129554748535,1.3922590017318726,0.7326670289039612,-1.1470589637756348,-0.6068130135536194,-2.520540952682495,0.6537140011787415,0.1679680049419403,-1.2453360557556152,0.79271399974823,0.7560489773750305,1.8052760362625122,0.7897419929504395,0.3211449980735779,-1.444903016090393,1.54802405834198,1.5428149700164795,-2.838473081588745,0.42482998967170715,0.1768770068883896,-0.6716639995574951,0.6667299866676331,0.09435400366783142,-1.089756965637207,-1.103898048400879,-0.9178109765052795,-0.24203099310398102,0.14874400198459625,1.9063700437545776,0.5590919852256775,-0.9893730282783508,-0.4777959883213043,-0.6395840048789978,1.369320034980774,-0.9496219754219055,-0.34283900260925293,0.8352649807929993,-2.028312921524048,0.5239009857177734,0.958670973777771,0.7147610187530518,0.6849660277366638,-1.6415129899978638,0.40549901127815247,1.8276540040969849,0.7346770167350769,0.9487910270690918,0.8828889727592468,0.9263430237770081,-0.849602997303009,-1.2206629514694214,-1.228078007698059,-2.608504056930542,-0.08486700057983398,-0.13370800018310547,1.701145052909851,1.6110169887542725,-0.3944840133190155,0.4919390082359314,-0.6136509776115417,-0.4291509985923767,-0.10260699689388275,-1.269906997680664,0.3900820016860962,-1.8709959983825684,-1.5991979837417603,-0.22714699804782867,-1.8923640251159668,-0.8143849968910217,0.6868090033531189,0.9511209726333618,1.7471150159835815,-1.1325199604034424,0.04125799983739853,-2.1419379711151123,-0.9695969820022583,-1.2935689687728882,-2.248537063598633,-1.516847014427185,0.4587149918079376,-2.773660898208618,1.2699309587478638,-0.6676719784736633,0.003484999993816018,0.06716799736022949,-1.6328740119934082,-0.34477001428604126,-0.7223430275917053,0.13722600042819977,0.9097980260848999,0.6435359716415405,-0.7590600252151489,-1.9818520545959473,-0.37584900856018066,1.0589599609375,0.11660300195217133,-2.14593505859375,-0.22991199791431427,1.2187060117721558,1.015228033065796,0.28470999002456665,0.6583470106124878,0.6881499886512756,-1.0215059518814087,0.2599259912967682,1.123373031616211,1.2775180339813232,-1.3678940534591675,-2.6043291091918945,-1.3880480527877808,-0.9513440132141113,-1.3575739860534668,0.9276790022850037,-0.8071669936180115,0.9625459909439087,1.6327489614486694,1.7814890146255493,0.19050399959087372,-1.012694001197815,0.517753005027771,-2.1311960220336914,-2.441761016845703,-1.2324930429458618,1.7336490154266357,-1.125175952911377,0.4742310047149658,1.0424760580062866,0.6017270088195801,0.5637919902801514,-0.8855760097503662,0.05340699851512909,-0.8863239884376526,-2.531205892562866,0.8647750020027161,1.743196964263916,0.8719220161437988,-1.8205300569534302,0.05289899930357933,0.5751270055770874,0.4011789858341217,0.3235040009021759,-2.389591932296753,-0.10495699942111969,0.728173017501831,1.1299229860305786,0.18239499628543854,-1.2273730039596558,-0.8932710289955139,-0.47471699118614197,-2.7913339138031006,1.059509038925171,-1.4241009950637817,-1.3177330493927002,-1.3136709928512573,-0.68675297498703,-0.5839530229568481,-1.2256139516830444,-0.49035799503326416,-1.8609579801559448,-1.1870909929275513,-1.5986160039901733,0.22040699422359467,0.1809460073709488,-0.4478279948234558,0.2661919891834259,0.6632540225982666,1.4187090396881104,-1.1733529567718506,-0.6102489829063416,-1.3194960355758667,-0.651373028755188,-0.5681279897689819,1.6384869813919067,0.7623170018196106,-0.04198399931192398,0.8977109789848328,0.1197500005364418,0.9281650185585022,1.1296780109405518,1.164736032485962,1.6808170080184937,0.8384220004081726,-2.2978949546813965,0.22977900505065918,1.1595840454101562,0.6444270014762878,-2.699920892715454,1.1922969818115234,0.7280930280685425,0.5962740182876587,0.4520289897918701,-0.3669779896736145,-2.8372719287872314,-1.2863110303878784,-0.8958849906921387,0.5939329862594604,0.5331550240516663,-0.4636070132255554,-2.5445809364318848,-0.5273979902267456,-2.0334930419921875,0.8562189936637878,1.0248099565505981,1.149888038635254,-1.372488021850586,-2.6080501079559326,-0.07403899729251862,0.000623999978415668,-0.2912670075893402,1.8300750255584717,1.167551040649414,-0.05126599967479706,0.8749240040779114,-0.16985799372196198,-0.34104400873184204,-0.7623850107192993,-1.2386579513549805,0.8072289824485779,0.005628999788314104,0.8294039964675903,0.20689000189304352,-2.1476409435272217,-1.2860380411148071,-1.3142659664154053,-0.056825000792741776,-0.6859660148620605,-0.901233971118927,-0.408841997385025,0.47523200511932373,1.2594399452209473,1.8111350536346436,1.0667790174484253,0.436939001083374,1.468101978302002,0.7165250182151794,0.9232010245323181,-1.9748990535736084,0.23689399659633636,0.32310599088668823,-0.24779999256134033,-0.5852500200271606,0.179967001080513,2.005711078643799,1.3186609745025635,-1.0183290243148804,0.5961170196533203,1.4541499614715576,-0.6548590064048767,1.3140939474105835,0.7400500178337097,-1.9945729970932007,0.49187201261520386,-1.8092399835586548,0.5475680232048035,0.12648199498653412,1.5855000019073486,1.6101510524749756,-1.3583149909973145,0.7039420008659363,-0.502331018447876,0.0891290009021759,1.4971280097961426,0.5157139897346497,-0.4235759973526001,0.8421030044555664,-0.2191610038280487,0.1527010053396225,-0.028954999521374702,-2.6476850509643555,-1.2552859783172607,-2.150705099105835,-2.189300060272217,-0.12368199974298477,0.13337600231170654,-1.4169590473175049,0.3823559880256653,1.3310389518737793,-0.19429700076580048,1.2848340272903442,-2.777700901031494,-1.897102952003479,1.8105449676513672,-2.1374080181121826,-1.468654990196228,0.09692700207233429,0.6319789886474609,0.6853389739990234,1.1622710227966309,0.39932501316070557,0.5296440124511719,0.9937160015106201,-0.399617999792099,1.3424910306930542,-2.3768351078033447,-1.3293089866638184,0.6753140091896057,-1.367817997932434,0.46952998638153076,-2.071355104446411,-1.0338590145111084,0.05258600041270256,0.011783000081777573,-2.992569923400879,0.8653870224952698,1.4890680313110352,0.5223919749259949,-0.8373860120773315,-0.35808199644088745,-1.6620149612426758,0.6136419773101807,0.8854960203170776,-1.302178978919983,-1.8530659675598145,-0.895999014377594,1.248304009437561,-0.7888579964637756,-0.8015940189361572,-2.106581926345825,1.4309509992599487,1.3240610361099243,1.8042000532150269,0.8901579976081848,-1.990164041519165,-0.1315310001373291,-0.9906629920005798,0.6385970115661621,1.4964059591293335,0.009356999769806862,0.8180860280990601,1.1916919946670532,0.8394860029220581,-0.6852380037307739,-0.35715198516845703,-1.7082209587097168,0.47949299216270447,0.1388999968767166,0.29254698753356934,1.9696849584579468,-2.936614990234375,-0.2119469940662384,-0.40515199303627014,-0.8523460030555725,-0.7533439993858337,1.8216259479522705,1.0688890218734741,1.613021969795227,0.788329005241394,0.7823079824447632,0.7352219820022583,-1.0616819858551025,0.4628260135650635,1.0537019968032837,-2.7673349380493164,1.674569010734558,-0.1993110030889511,0.7542340159416199,-1.2106759548187256,1.049697995185852,0.5842819809913635,-1.713096022605896,0.8110020160675049,-1.352023959159851,0.22038599848747253,0.984486997127533,0.5561349987983704,-0.3451490104198456,-0.37659400701522827,0.09929899871349335,-1.9878250360488892,1.187980055809021,0.12366999685764313,-2.3093008995056152,-0.797120988368988,-1.1629530191421509,-1.0159610509872437,0.527176022529602,-2.9875049591064453,-1.3733110427856445,1.8908170461654663,1.9336040019989014,-0.6025630235671997,-1.7600229978561401,1.774649977684021,-2.6175169944763184,1.4735980033874512,-2.471101999282837,1.9423409700393677,-0.1612280011177063,1.3862700462341309,-1.2437939643859863,0.16336899995803833,-0.5858700275421143,1.4537190198898315,-0.7857019901275635,0.4037649929523468,0.5998550057411194,1.4855999946594238,-0.6291469931602478,1.4285409450531006,-1.1398409605026245,0.2900469899177551,0.09311500191688538,-0.8784329891204834,1.1012059450149536,1.1288620233535767,1.0726289749145508,-1.8094489574432373,0.7537850141525269,0.7257320284843445,0.44098299741744995,0.39768099784851074,1.2498090267181396,-1.2169640064239502,-1.8393919467926025,1.4783669710159302,0.6547139883041382,0.7108489871025085,1.4694160223007202,1.1090259552001953,-0.007366999983787537,1.5597909688949585,-0.06407199800014496,1.5914390087127686,-1.2776659727096558,-2.7229928970336914,1.2762349843978882,-1.6175949573516846,-2.2418360710144043,-1.2791080474853516,-1.3157730102539062,0.5908089876174927,-0.1350110024213791,0.7907490134239197,-1.274891972541809,0.8780999779701233,1.279121994972229,-0.8183730244636536,1.6391489505767822,-1.1306639909744263,-0.1656389981508255,-1.2847089767456055,-1.407932996749878,-1.365731954574585,-1.5589669942855835,-0.4094020128250122,1.1349680423736572,1.9971469640731812,0.7942289710044861,1.6119550466537476,1.4818209409713745,0.43081700801849365,-0.05242300033569336,-0.8320140242576599,-0.8842710256576538,-1.317849040031433,-0.7806599736213684,0.3321239948272705,-1.647819995880127,1.2147630453109741,0.6398090124130249,-1.3733309507369995,-1.3867460489273071,-0.9638609886169434,0.3092609941959381,0.5527139902114868,-1.3440849781036377,-1.404708981513977,2.0301389694213867,0.396930992603302,1.7085069417953491,-0.4335150122642517,-1.7173500061035156,-2.068519115447998,1.7695159912109375,1.5181310176849365,0.1803240031003952,0.3122529983520508,-0.30915001034736633,1.7874970436096191,0.7136139869689941,1.8194689750671387,-0.8598819971084595,0.6233919858932495,-2.1023550033569336,-1.09164297580719,-1.4525070190429688,-3.008241891860962,-1.5058549642562866,0.8563879728317261,-1.0683380365371704,2.0278749465942383,0.466744989156723,0.21476900577545166,1.5946789979934692,1.8915410041809082,-0.3043459951877594,-0.5621050000190735,-1.0674309730529785,1.7836689949035645,1.33474600315094,0.8745269775390625,1.780029058456421,-1.6508710384368896,-0.9491239786148071,-1.2560960054397583,-0.17156200110912323,-1.015354037284851,0.4928480088710785,-1.5439510345458984,-0.8534820079803467,-0.3455910086631775,0.22164399921894073,-1.230802059173584,-0.4487130045890808,-0.43706899881362915,-0.4207710027694702,-1.8080899715423584,0.17069600522518158,0.39351001381874084,0.6466289758682251,-2.631531000137329,0.4731200039386749,-1.1060010194778442,-0.36986398696899414,-0.5272690057754517,0.7168020009994507,-2.3680620193481445,0.9840649962425232,-0.5709360241889954,1.4399759769439697,0.22354699671268463,-0.6278709769248962,1.721724033355713,-0.03261199966073036,-1.0040240287780762,-1.7437959909439087,1.5389540195465088,-2.71396803855896,-0.7364739775657654,1.1413910388946533,-0.0026420000940561295,1.3137580156326294,-0.7594329714775085,1.2075409889221191,0.23974600434303284,1.5348169803619385,-2.650722026824951,0.315095990896225,-1.0552749633789062,1.8345060348510742,0.2473990023136139,1.860164999961853,-1.1901359558105469,-1.6036750078201294,-2.673784017562866,-2.689474105834961,1.5999799966812134,1.545004963874817,-2.928154945373535,0.4839020073413849,0.38389500975608826,-1.9675110578536987,-1.1409560441970825,-2.66941499710083,-1.3852349519729614,-0.7655749917030334,-2.4429030418395996,1.9328529834747314,-2.872786045074463,1.8898110389709473,-1.0620460510253906,0.2992039918899536,-2.788912057876587,-1.2288539409637451,-1.1964449882507324,-0.4993480145931244,0.28951698541641235,1.8530269861221313,0.3264240026473999,0.5326300263404846,-2.104680061340332,-0.9258340001106262,1.5663390159606934,-1.3059879541397095,1.2662880420684814,0.5275449752807617,1.077491044998169,-0.0756400004029274,-0.6928510069847107,-1.7147220373153687,-1.7010350227355957,0.46015799045562744,-1.9833920001983643,-2.232028007507324,-0.3160659968852997,-0.15150299668312073,0.7267209887504578,-2.5106561183929443,1.393380045890808,0.8950949907302856,2.0002338886260986,-0.22939300537109375,-1.0762710571289062,1.6037689447402954,1.7128390073776245,0.8452240228652954,-0.07769399881362915,1.2182650566101074,0.9980520009994507,-0.3850669860839844,-1.0753159523010254,-1.0087180137634277,-2.0905959606170654,-0.35421499609947205,-1.080414056777954,1.6723699569702148,0.8331090211868286,0.5124710202217102,-1.2829689979553223,1.593561053276062,1.5254700183868408,0.42602500319480896,-0.14522400498390198,1.8075029850006104,1.0337220430374146,1.6576720476150513,-0.5991209745407104,-2.2825589179992676,-2.2386229038238525,0.8368669748306274,0.9285740256309509,0.9782009720802307,-2.9724040031433105,1.3779319524765015,-1.5087599754333496,-0.1826539933681488,1.7990310192108154,-0.7819179892539978,-1.946586012840271,-2.1562631130218506,-2.461275100708008,-2.648699998855591,-2.2700040340423584,-0.15738500654697418,1.207893967628479,1.2249170541763306,1.0379079580307007,1.5848209857940674,-0.5272960066795349,-1.3968559503555298,1.3302719593048096,-0.1850920021533966,1.5450750589370728,1.7263920307159424,-0.14420300722122192,1.3601950407028198,1.508705973625183,1.085886001586914,1.6179800033569336,-2.347320079803467,0.8351370096206665,1.2053810358047485,-0.08821800351142883,0.8920860290527344,1.6775310039520264,-1.9488660097122192,1.4860169887542725,1.3037179708480835,-0.369828999042511,-0.5826669931411743,-1.6733620166778564,-0.915507972240448,-0.862995982170105,1.738785982131958,1.4671649932861328,1.6480129957199097,-0.5567420125007629,-1.3276079893112183,0.4482640027999878,-0.06870000064373016,1.0376919507980347,1.126459002494812,1.7280529737472534,1.2616519927978516,0.7723259925842285,-2.1779139041900635,-2.179194927215576,0.6647729873657227,-2.2181880474090576,-1.3778020143508911,-0.18750299513339996,-1.228348970413208,1.4540369510650635,-1.4198499917984009,-1.4173109531402588,1.8777029514312744,1.3580230474472046,0.26975899934768677,-1.1406879425048828,1.5995910167694092,-0.37102600932121277,-1.1618770360946655,-0.9180089831352234,0.7873839735984802,-0.5849559903144836,0.7250630259513855,-0.9490249752998352,0.7032610177993774,1.3528289794921875,-1.9159539937973022,1.9261289834976196,0.8775650262832642,-1.0686990022659302,-0.7014369964599609,-0.059863001108169556,-2.209817886352539,1.4527759552001953,0.2492469996213913,0.33620700240135193,-0.7961580157279968,2.04183292388916,1.2598459720611572,-0.5878360271453857,-0.9590290188789368,-0.6631090044975281,1.2241649627685547,-1.0148379802703857,-1.3655320405960083,1.4915200471878052,1.5957659482955933,-2.1307590007781982,1.2725659608840942,0.9478300213813782,1.6332069635391235,0.9839839935302734,0.715707004070282,-0.5235289931297302,-0.5478670001029968,-0.45760300755500793,1.04367196559906,-0.32547399401664734,1.458413004875183,-2.5801379680633545,-0.8304880261421204,0.5247330069541931,1.0742100477218628,-0.9737650156021118,-1.454048991203308,1.9528579711914062,-1.1507660150527954,1.3130470514297485,-1.4948960542678833,-2.1681220531463623,-0.7496340274810791,0.7879700064659119,-1.215904951095581,-0.037703998386859894,-1.7843660116195679,-1.4967279434204102,-1.5479719638824463,-1.1375789642333984,1.2634559869766235,-1.5696330070495605,1.0803380012512207,-0.8317679762840271,1.010275959968567,0.15972399711608887,0.19431300461292267,-0.22897599637508392,0.08705499768257141,-0.4702880084514618,0.09282899647951126,1.1139800548553467,-2.177293062210083,0.3496209979057312,0.6349030137062073,-1.1875059604644775,1.1163549423217773,-1.6686999797821045,1.908918023109436,1.0899009704589844,1.1112289428710938,-2.5107269287109375,1.0762039422988892,1.2224080562591553,1.052698016166687,-1.016968011856079,-1.5681049823760986,1.0906089544296265,-1.4261490106582642,-0.7653260231018066,0.456153005361557,0.24297000467777252,0.85732102394104,-0.9510599970817566,-0.3349190056324005,0.6412259936332703,-1.38960599899292,0.8065549731254578,-1.6732430458068848,-0.22335800528526306,-0.08009800314903259,-2.765247106552124,-0.49318400025367737,1.424028992652893,-1.1908689737319946,0.9777780175209045,1.290086030960083,1.3696670532226562,-1.667605996131897,0.410286009311676,0.39497101306915283,-0.145455002784729,0.4453760087490082,-0.8517619967460632,-2.2566490173339844,-2.317656993865967,-0.25958800315856934,1.5561139583587646,-0.9723770022392273,0.7074499726295471,-2.30173397064209,0.7648429870605469,-0.6921730041503906,-1.363176941871643,-2.9279661178588867,0.7746340036392212,0.5692840218544006,0.14912700653076172,0.8442230224609375,1.8817830085754395,0.3852039873600006,0.973468005657196,-2.060987949371338,0.9443770051002502,0.9886109828948975,-0.09774100035429001,1.5304780006408691,-1.1792969703674316,-1.5208309888839722,-1.4287099838256836,-0.6552140116691589,1.6892420053482056,0.7343220114707947,-1.0712610483169556,-1.522055983543396,1.0884840488433838,1.0342669486999512,0.30120500922203064,-0.48228898644447327,-0.4907880127429962,0.23888400197029114,-0.02342900075018406,-1.380020022392273,-1.3600050210952759,-0.7827630043029785,-2.124098062515259,-1.4356420040130615,0.15207700431346893,0.17662300169467926,-1.412930965423584,-0.8164209723472595,1.592452049255371,1.1949520111083984,-1.596243977546692,0.12581899762153625,-0.2256609946489334,1.3848069906234741,1.8096740245819092,-1.3047139644622803,0.7547760009765625,1.491150975227356,0.9821910262107849,-0.6578519940376282,1.7981740236282349,-0.03185899928212166,0.48717001080513,0.5265809893608093,1.1654850244522095,-1.3628779649734497,0.48464199900627136,-1.255856990814209,0.6587669849395752,1.3608139753341675,0.7062010169029236,0.6375219821929932,-0.04865400120615959,0.33735600113868713,1.8406809568405151,0.4342209994792938,-0.6878439784049988,1.7299220561981201,1.125241994857788,-2.506351947784424,0.8714830279350281,-1.733212947845459,-1.1940619945526123,0.4861080050468445,-0.6955940127372742,-1.0014220476150513,-0.7572069764137268,-0.8379570245742798,-1.9856239557266235,-2.032593011856079,-0.15485499799251556,0.6179919838905334,0.8895739912986755,-0.15858599543571472,-1.218727946281433,1.5456149578094482,0.3588390052318573,-1.0675760507583618,-1.5212509632110596,0.7114089727401733,-2.097470998764038,0.7827709913253784,-0.6256790161132812,1.7912169694900513,1.2928969860076904,-0.348224014043808,-0.500415027141571,-2.176017999649048,0.17934200167655945,-2.099858045578003,-0.9723590016365051,-1.0440399646759033,-0.9489799737930298,-1.9363800287246704,1.6285459995269775,0.3687489926815033,1.9742050170898438,-0.5818930268287659,1.610854983329773,-0.970649003982544,1.2144030332565308,0.5829820036888123,0.7596549987792969,-0.8649590015411377,-1.8188660144805908,1.1932820081710815,0.029937999323010445,-2.138572931289673,-0.6906980276107788,1.0190290212631226,-2.9800729751586914,-1.5856939554214478,-1.5999170541763306,0.899728000164032,-0.37737101316452026,1.406108021736145,0.9228609800338745,0.7614380121231079,-0.7564989924430847,0.923816978931427,1.4857980012893677,-0.013104000128805637,-0.4001060128211975,1.7324450016021729,0.2604300081729889,0.22856000065803528,1.3099100589752197,0.613798975944519,-0.9664199948310852,0.17556099593639374,0.1905059963464737,1.0520780086517334,0.41282498836517334,-0.0506259985268116,0.4434340000152588,1.3383610248565674,0.6203920245170593,-0.20460399985313416,0.58297199010849,1.920807957649231,-1.0849809646606445,-0.9199609756469727,0.6698529720306396,-2.946753978729248,-0.6660130023956299,1.782865047454834,1.801826000213623,-0.38013601303100586,1.1475030183792114,1.4842959642410278,-2.440216064453125,-2.9278368949890137,-1.1836739778518677,1.408139944076538,-0.794588029384613,0.3683370053768158,-1.7024359703063965,-1.6527459621429443,1.5272059440612793,-2.766784906387329,0.7189270257949829,-0.15493400394916534,-1.5592080354690552,0.020681999623775482,1.6234960556030273,-0.8828060030937195,-2.6320290565490723,0.5694850087165833,-0.25120699405670166,0.7278429865837097,0.22475099563598633,2.003803014755249,-1.1046890020370483,-1.0963139533996582,0.10809700191020966,0.09089499711990356,-1.3515570163726807,-1.7828160524368286,-2.350466012954712,-1.6057829856872559,0.9559469819068909,-0.8441579937934875,0.9163849949836731,1.6401540040969849,-0.9421929717063904,1.6743639707565308,-0.8088700175285339,-2.6766819953918457,-2.7245430946350098,-0.5050569772720337,-2.363495111465454,0.22470000386238098,-0.15654900670051575,-1.3034590482711792,0.3366219997406006,-1.879377007484436,-0.8285409808158875,-1.8585929870605469,0.6792910099029541,1.461068034172058,1.0981719493865967,1.6085760593414307,-2.1634979248046875,0.3982299864292145,-1.9510600566864014,1.5659350156784058,-0.31059300899505615,-1.1796720027923584,1.2076339721679688,-1.3539990186691284,0.9365079998970032,-0.2553269863128662,-1.5071990489959717,-0.6211599707603455,1.8108659982681274,-1.5471400022506714,-0.04920699819922447,-2.443847894668579,1.6172009706497192,-0.48920801281929016,0.17266499996185303,0.3325830101966858,0.8130930066108704,0.3752630054950714,-0.4812319874763489,-1.9593449831008911,1.2743489742279053,-0.1679610013961792,-0.8631449937820435,1.6083589792251587,0.24790799617767334,1.5550819635391235,-1.3417789936065674,1.077186942100525,0.8633880019187927,0.793919026851654,-0.19848400354385376,-1.9426690340042114,-1.008430004119873,-1.1764169931411743,0.6853700280189514,1.0746400356292725,0.2930470108985901,1.4287760257720947,-0.7214710116386414,1.9313679933547974,0.25857600569725037,1.0394309759140015,1.6590479612350464,-0.044144000858068466,-0.47280898690223694,1.6583060026168823,-0.38643598556518555,-0.019998999312520027,1.4987210035324097,-0.2425609976053238,-1.2012089490890503,-0.2891390025615692,-1.0374289751052856,-0.6518239974975586,-2.111751079559326,-0.2509230077266693,-1.3941149711608887,1.6771810054779053,2.0733981132507324,-0.20079199969768524,1.4637160301208496,-0.48298001289367676,-1.2623850107192993,1.5089830160140991,-0.593982994556427,1.0452239513397217,-1.1669600009918213,0.6719390153884888,1.4970990419387817,0.8761630058288574,0.32056400179862976,1.144225001335144,1.1034369468688965,-2.2845458984375,0.5902029871940613,-1.6058709621429443,0.8212350010871887,0.5500540137290955,1.752357006072998,0.4589659869670868,1.4917269945144653,0.1658419966697693,1.5057799816131592,0.6744890213012695,-2.8743069171905518,-2.7938759326934814,-2.7702419757843018,1.265166997909546,1.2329649925231934,0.5860459804534912,-0.7676640152931213,-0.38972100615501404,0.727707028388977,-0.858273983001709,-1.2218300104141235,-1.6501439809799194,-1.0433130264282227,0.696986973285675,0.19112999737262726,-0.49252399802207947,-0.8134220242500305,1.4128140211105347,-0.6731119751930237,0.7953540086746216,1.8882579803466797,-0.6059709787368774,-0.17559599876403809,0.5686299800872803,-1.0684670209884644,-2.393117904663086,0.6942340135574341,0.04694399982690811,0.5232880115509033,-1.7165590524673462,-0.09256099909543991,0.9154360294342041,1.4522379636764526,1.4426579475402832,-0.3772059977054596,-1.825289011001587,0.5945900082588196,0.032767001539468765,0.22408999502658844,-2.136507034301758,0.2964870035648346,-0.7169970273971558,-0.2494869977235794,-1.304414987564087,-1.1553939580917358,-2.5977060794830322,0.7259680032730103,-0.3553810119628906,-0.6842470169067383,-0.09080199897289276,0.3228450119495392,-0.025039000436663628,-0.9975379705429077,1.6226179599761963,-2.3093340396881104,-1.4728150367736816,-0.6228110194206238,0.10782100260257721,1.3704500198364258,-1.281669020652771,0.9674379825592041,0.9570950269699097,-0.8437489867210388,-1.3652290105819702,-1.6249890327453613,-0.49664899706840515,0.39868301153182983,-2.157090902328491,-0.44899600744247437,-2.259427070617676,0.006858000066131353,-0.37689998745918274,-2.2897489070892334,-2.2701220512390137,-0.845412015914917,0.4797990024089813,0.36236000061035156,0.057656001299619675,1.254552960395813,0.6290240287780762,0.9680070281028748,-1.041653037071228,-0.31828001141548157,0.628898024559021,0.8301380276679993,1.4614379405975342,-0.04190799966454506,0.4267539978027344,-0.5921199917793274,1.295083999633789,-1.7432149648666382,-1.4334590435028076,-1.1128909587860107,-2.434684991836548,-0.39955198764801025,-1.7367500066757202,1.5486129522323608,1.106773018836975,1.1190730333328247,-0.6096220016479492,0.5690770149230957,0.7525910139083862,1.7479180097579956,0.9350939989089966,-0.22788900136947632,1.2120200395584106,-1.2093499898910522,-1.565058946609497,1.6801429986953735,1.3278230428695679,0.9907749891281128,1.7317450046539307,1.5154509544372559,1.8674319982528687,0.6851000189781189,-0.9347630143165588,1.5280779600143433,0.2633270025253296,1.5620629787445068,0.8416979908943176,1.4427239894866943,-2.887006998062134,1.02292799949646,-0.49734199047088623,1.0643190145492554,0.2548910081386566,0.7753350138664246,-0.6198359727859497,-0.14331400394439697,-0.1930759996175766,-0.6881340146064758,-0.2522819936275482,-1.1332340240478516,-0.584069013595581,0.23460200428962708,-1.4256190061569214,-0.7505689859390259,1.515673041343689,1.4410300254821777,-1.0543429851531982,-0.32838699221611023,0.6655420064926147,0.4227910041809082,-1.585260033607483,1.7074919939041138,-0.2249789983034134,0.7663580179214478,0.23356999456882477,-0.5586439967155457,-1.4485759735107422,-1.9961609840393066,-1.9355449676513672,1.1785110235214233,-2.2821600437164307,0.7969790101051331,-1.588157057762146,-2.141185998916626,-2.1363790035247803,-1.381037950515747,-0.7457200288772583,0.2068050056695938,1.3315850496292114,0.6398119926452637,0.586808979511261,0.17474299669265747,-1.6955039501190186,1.8862420320510864,-1.5733150243759155,-1.2690860033035278,-0.5429670214653015,0.05028099939227104,1.475074052810669,-0.983460009098053,-0.6590290069580078,-1.024793028831482,1.898095965385437,-0.1935330033302307,-0.6765810251235962,-0.42617300152778625,0.2104330062866211,1.0383780002593994,0.18322399258613586,-1.428285002708435,-1.1628689765930176,-1.4129539728164673,1.1344170570373535,0.002891999902203679,0.3786830008029938,1.0318809747695923,1.7043219804763794,1.8773679733276367,1.4935439825057983,0.6501060128211975,1.5290809869766235,0.3427090048789978,-0.08630199730396271,-1.371196985244751,-0.7230799794197083,1.023848056793213,0.22645600140094757,-1.890463948249817,-0.9261549711227417,1.420204997062683,1.2986990213394165,-0.52149897813797,0.529554009437561,-1.3698090314865112,-0.5485339760780334,-2.567795991897583,0.3435559868812561,-0.7727609872817993,1.7649070024490356,0.8679670095443726,1.6262520551681519,-2.0367729663848877,-1.5379600524902344,0.46554699540138245,1.822288990020752,-0.30089500546455383,-0.8152250051498413,0.03452000021934509,1.8503069877624512,-0.9394969940185547,-0.10231400281190872,-0.16532300412654877,-2.117825984954834,-1.1117099523544312,-2.7220020294189453,-2.836308002471924,-0.36882200837135315,-0.7474420070648193,-0.8285809755325317,0.8861929774284363,-0.5911200046539307,-1.147745966911316,1.678043007850647,-0.32138898968696594,-2.96856689453125,-0.035103000700473785,-2.4130420684814453,0.12030699849128723,1.6771739721298218,1.5305789709091187,-0.9159700274467468,0.5501779913902283,0.8375130295753479,1.902662992477417,1.2455730438232422,-0.8999789953231812,0.1639859974384308,-1.1607680320739746,0.59197598695755,1.3995360136032104,-1.0033349990844727,0.5653570294380188,0.9652889966964722,0.3507390022277832,-0.9030100107192993,-1.134793996810913,1.2963629961013794,-0.9267320036888123,1.6834930181503296,1.868952989578247,-0.43492400646209717,0.06134700030088425,0.040056999772787094,-0.8810369968414307,-1.5158660411834717,-1.5226529836654663,-1.3446929454803467,0.658079981803894,1.3356989622116089,-1.6289440393447876,-1.9573379755020142,-1.1794999837875366,-1.1367850303649902,0.02768000029027462,1.7784849405288696,-1.325355052947998,-0.003957000095397234,-1.1118459701538086,0.3095340132713318,-1.0709149837493896,0.7324060201644897,-0.6826559901237488,0.5959399938583374,1.1460520029067993,1.5827709436416626,-0.34019899368286133,-0.3845289945602417,0.6498299837112427,-0.7465909719467163,0.2666899859905243,-1.1810439825057983,1.44028902053833,1.5604280233383179,0.5483660101890564,-0.3533630073070526,-1.5218260288238525,-0.4791390001773834,-0.4823110103607178,-2.726531982421875,0.8490549921989441,1.2144989967346191,-2.6358489990234375,-2.819675922393799,1.407099962234497,0.29245901107788086,-0.426611989736557,0.6833279728889465,0.7308819890022278,-1.889327049255371,0.6614919900894165,-0.8441370129585266,0.4715240001678467,-1.1461679935455322,0.7879890203475952,-0.08145800232887268,-1.1460340023040771,-2.5041019916534424,0.530256986618042,1.6308540105819702,1.749472975730896,-0.6685810089111328,0.23930199444293976,-1.9541360139846802,-1.8180880546569824,-0.18441499769687653,-0.2534309923648834,1.1983519792556763,-1.0905989408493042,-0.9650830030441284,0.4866890013217926,-1.4172559976577759,-0.23481599986553192,1.4216560125350952,-0.06297200173139572,-2.3802011013031006,0.4081819951534271,0.044697001576423645,0.8826749920845032,0.8480839729309082,0.5049980282783508,0.34421899914741516,0.14940300583839417,1.5413999557495117,0.2429260015487671,-0.052080001682043076,1.47639799118042,-0.3186039924621582,1.7765660285949707,-1.0846630334854126,-1.7824790477752686,0.3872619867324829,-0.5856800079345703,-1.6378870010375977,-0.38127401471138,0.8390499949455261,0.17048799991607666,-2.540092945098877,-2.5240769386291504,1.6855380535125732,-2.5579919815063477,0.7736600041389465,-0.8130919933319092,0.796904981136322,-0.8596299886703491,-1.9434900283813477,0.307545006275177,1.2002480030059814,1.2987810373306274,-0.7813429832458496,-1.3455990552902222,1.1672190427780151,0.8501480221748352,1.0782829523086548,1.151121973991394,-2.050894021987915,0.6877440214157104,0.8295660018920898,0.4955739974975586,-0.1544100046157837,1.539489984512329,-1.2688629627227783,-1.911957025527954,-0.9800779819488525,0.5866510272026062,1.0170140266418457,-0.6828619837760925,-0.8269860148429871,-1.2008299827575684,0.8608909845352173,-0.06002800166606903,0.6540960073471069,1.0803589820861816,0.21362100541591644,-0.6054800152778625,-2.624197006225586,0.9787160158157349,0.22196699678897858,1.32389497756958,0.010177000425755978,-2.585697889328003,-2.580954074859619,1.0919239521026611,-1.0117770433425903,-0.12149699777364731,-2.243907928466797,-2.4242470264434814,-0.4595009982585907,-0.46408700942993164,-1.056427001953125,-2.7552249431610107,-1.3064689636230469,1.4533360004425049,-1.3668819665908813,-0.8185489773750305,-1.4408539533615112,-0.9475160241127014,-2.1452019214630127,0.5561699867248535,1.4732630252838135,0.28620100021362305,-0.5249540209770203,1.686777949333191,0.6291030049324036,1.9977420568466187,1.4555350542068481,-0.5036309957504272,-2.7406558990478516,-0.3193039894104004,1.0759979486465454,0.5252659916877747,0.2663309872150421,0.6116290092468262,-1.2039519548416138,-1.7708230018615723,-1.8496659994125366,1.3003389835357666,-0.5189390182495117,1.3092609643936157,-0.00855099968612194,1.2287650108337402,-0.01673799939453602,1.89546799659729,-0.985276997089386,0.7408699989318848,0.40818899869918823,-1.3584699630737305,0.7707560062408447,1.6444610357284546,-1.342532992362976,-0.6744539737701416,1.201619029045105,0.4441159963607788,0.1916700005531311,-0.7936949729919434,0.025630999356508255,-1.384052038192749,1.1609050035476685,-1.6456090211868286,-0.8370169997215271,-2.1338789463043213,0.040038999170064926,0.8531929850578308,1.4248180389404297,-0.5672550201416016,-0.917153000831604,0.4862399995326996,-2.003537893295288,0.8817639946937561,-2.403014898300171,1.2204530239105225,1.5362540483474731,1.2638599872589111,0.15751899778842926,-1.4167890548706055,1.0200059413909912,1.2565419673919678,-2.274358034133911,1.774651050567627,0.5820069909095764,-1.2456779479980469,0.20548400282859802,-1.515030026435852,-1.61284601688385,1.8273329734802246,-0.7320809960365295,1.4108779430389404,1.5307259559631348,-2.6496450901031494,0.9747329950332642,-0.25174498558044434,0.8682559728622437,-2.1867129802703857,-0.55833899974823,-0.6795610189437866,-2.2198240756988525,0.9255229830741882,-1.3156800270080566,-2.369119882583618,1.5119529962539673,1.4848530292510986,1.6826640367507935,1.5304640531539917,0.6248300075531006,0.9883999824523926,1.3054399490356445,0.7002469897270203,-0.14910000562667847,-0.6503199934959412,0.5590620040893555,0.5397289991378784,1.5700149536132812,0.3619129955768585,1.7576240301132202,0.4141649901866913,0.34029901027679443,2.035533905029297,1.99350905418396,0.8498499989509583,-1.0224720239639282,-0.416143000125885,-1.170704960823059,-0.3483999967575073,-1.2929409742355347,-2.3955419063568115,-2.407470941543579,1.3480600118637085,-0.6349009871482849,0.22786399722099304,-0.753832995891571,-0.40748199820518494,-1.2804579734802246,-0.2238530069589615,1.9043420553207397,0.8443210124969482,-0.6112819910049438,-0.9602659940719604,1.5965290069580078,-0.47448500990867615,1.1894049644470215,-0.12504999339580536,1.7202600240707397,0.7288979887962341,-0.7034279704093933,-1.8196589946746826,-0.4211370050907135,-0.4488939940929413,0.033973000943660736,-2.1845579147338867,-0.4129889905452728,0.6407809853553772,-1.2730070352554321,-1.1482239961624146,0.5768259763717651,-1.629675030708313,-0.0015010000206530094,-2.3987269401550293,-1.2573059797286987,0.4503920078277588,0.42327600717544556,-1.6362899541854858,0.6253920197486877,-1.113306999206543,1.0387070178985596,1.026015043258667,-2.9053831100463867,-2.9166259765625,0.5527080297470093,1.3768450021743774,-1.8722840547561646,0.3255020081996918,1.655089020729065,-2.3968420028686523,-0.7614820003509521,1.1086070537567139,-0.18918800354003906,-0.2776249945163727,0.8600119948387146,-1.129541039466858,-0.8940029740333557,0.5760049819946289,0.4749999940395355,1.6153420209884644,0.9755449891090393,0.9929500222206116,1.3042049407958984,1.7498749494552612,1.7486640214920044,0.7672899961471558,0.4326159954071045,-0.6030009984970093,-1.5285300016403198,2.0030109882354736,-1.1978319883346558,0.13058699667453766,-1.2449610233306885,-1.2679699659347534,-2.9610300064086914,-2.195847988128662,1.703637957572937,0.46435099840164185,-1.4283289909362793,0.28868600726127625,1.7582319974899292,0.9898319840431213,1.6203839778900146,-0.6300280094146729,0.05206099897623062,0.526902973651886,-0.3015359938144684,-1.5128530263900757,0.37383800745010376,-1.7934110164642334,1.6098519563674927,-0.41355401277542114,-1.2326970100402832,-2.8705649375915527,-1.040634036064148,-1.024554967880249,1.28752601146698,0.5679410099983215,0.837788999080658,1.446810007095337,0.9192309975624084,-0.6696310043334961,1.6529890298843384,-1.9033499956130981,1.5894219875335693,-0.13567900657653809,1.5458600521087646,1.3623210191726685,-0.49796101450920105,-1.6953070163726807,-0.315310001373291,-0.6850659847259521,-0.5793560147285461,0.7408559918403625,-0.09987799823284149,-0.3408530056476593,1.0519249439239502,-1.258165955543518,0.7910959720611572,0.22308899462223053,-0.7842530012130737,-0.8308590054512024,1.494534969329834,1.0592269897460938,0.5079540014266968,1.4932940006256104,-0.3491179943084717,1.6861079931259155,-2.620680093765259,-0.2937299907207489,1.3255540132522583,1.8492109775543213,0.32549700140953064,-0.3601840138435364,1.9525359869003296,-2.754373073577881,-1.6567480564117432,-1.3364139795303345,0.3830699920654297,0.9695299863815308,0.5730850100517273,-0.671438992023468,-1.1035109758377075,0.34549200534820557,-2.7728428840637207,-0.8920869827270508,0.2827950119972229,-0.11927200108766556,-0.06387399882078171,1.0505180358886719,-2.038939952850342,-1.0343300104141235,-0.30368998646736145,-0.3863050043582916,-0.2714950144290924,-1.0979820489883423,-1.133281946182251,1.3471970558166504,0.5397509932518005,-1.1580569744110107,-0.9212729930877686,1.0018659830093384,-2.2712440490722656,0.19511599838733673,-1.5495450496673584,1.2684040069580078,-0.27041301131248474,0.8052589893341064,0.08087299764156342,-1.3392319679260254,0.9004290103912354,0.9829109907150269,0.7244139909744263,0.47239598631858826,1.8348549604415894,1.0352940559387207,-1.1078439950942993,-0.943556010723114,0.8901100158691406,1.8637559413909912,-0.07839199900627136,-1.3862459659576416,0.21973499655723572,0.6331369876861572,0.5858169794082642,0.13761399686336517,-0.5658659934997559,-1.8167760372161865,-2.1775310039520264,-2.510637044906616,-0.8896009922027588,-1.25423002243042,-0.7016050219535828,-0.7837880253791809,1.0433499813079834,-2.6669089794158936,1.009529948234558,0.8259919881820679,0.846409022808075,-1.5298010110855103,0.09807699918746948,0.1325169950723648,-1.3464059829711914,-1.7571829557418823,1.3505229949951172,0.6560890078544617,-2.3726329803466797,0.028296999633312225,0.0042940001003444195,0.9230690002441406,0.12337200343608856,-0.011470000259578228,-0.4507409930229187,-0.17510299384593964,-0.8603100180625916,0.8933929800987244,1.8878289461135864,0.2057110071182251,0.676222026348114,1.5356260538101196,-0.8872479796409607,-1.8247469663619995,0.8492580056190491,1.3781620264053345,-2.7717909812927246,1.0273940563201904,-1.1897070407867432,1.3329780101776123,0.08112700283527374,-0.630827009677887,0.793694019317627,-0.06107499822974205,0.021383000537753105,2.083631992340088,0.2305999994277954,0.5990129709243774,0.771888017654419,-2.2126059532165527,1.4536410570144653,-0.6832640171051025,0.9246029853820801,0.9401090145111084,-0.9543759822845459,0.4198929965496063,-0.6247760057449341,1.0655690431594849,-2.357426881790161,0.8354120254516602,-2.605318069458008,0.2589919865131378,1.1481850147247314,0.7127559781074524,-2.4755749702453613,1.6764780282974243,-1.4603550434112549,1.2831649780273438,-2.5260350704193115,-2.5051538944244385,1.457077980041504,0.8415639996528625,-1.0226049423217773,1.4023239612579346,-1.4536210298538208,0.9160500168800354,-1.9887230396270752,0.1194709986448288,-1.3214490413665771,-0.5467169880867004,1.0034979581832886,-0.6404790282249451,-0.5692399740219116,1.580935001373291,-0.47058600187301636,-2.185947895050049,-1.1173139810562134,0.5489150285720825,-1.2927629947662354,1.0369210243225098,-2.276611089706421,0.749504029750824,-1.5664130449295044,1.833536982536316,0.9187089800834656,0.47834500670433044,0.8874080181121826,-2.845771074295044,-2.753844976425171,-1.7482149600982666,0.8623579740524292,0.28439798951148987,-0.6102709770202637,1.7849889993667603,-0.8851649761199951,-0.8498420119285583,0.3319169878959656,-1.2122269868850708,0.6205289959907532,-2.1747970581054688,0.6570039987564087,0.8887490034103394,0.0073819998651742935,1.8470109701156616,-1.543660044670105,-2.0250229835510254,1.7257879972457886,1.4689170122146606,0.8032190203666687,1.6539649963378906,-2.137701988220215,0.8143960237503052,0.7283750176429749,1.1917599439620972,1.1043709516525269,0.9612889885902405,1.3144439458847046,-2.0239078998565674,0.5262179970741272,-1.8962509632110596,-1.723449945449829,-0.5582659840583801,-2.746843099594116,0.7203890085220337,0.4408850073814392,-2.189157009124756,-1.8636620044708252,1.6399869918823242,-1.3629300594329834,-0.05677900090813637,-0.0964680016040802,-0.5661140084266663,-0.8231179714202881,1.8625140190124512,-2.5354061126708984,-1.6677030324935913,-0.04982899874448776,-2.5571091175079346,0.8570849895477295,0.9265000224113464,1.8787670135498047,0.7054539918899536,-0.0419280007481575,0.5426499843597412,-1.3808389902114868,1.271049976348877,-2.577630043029785,-0.19805599749088287,0.057812999933958054,0.9099869728088379,-1.6863490343093872,0.7429090142250061,0.7689430117607117,0.3985390067100525,-1.8711750507354736,-1.823786973953247,-0.2557690143585205,-0.2869560122489929,1.8891780376434326,1.083206057548523,1.0720590353012085,0.28780099749565125,-0.15755100548267365,1.3077210187911987,-1.0043890476226807,1.4516210556030273,-2.3469460010528564,1.0387710332870483,-1.5802559852600098,0.2701849937438965,1.7529159784317017,-2.9891839027404785,1.7219129800796509,0.2528829872608185,-0.41950398683547974,0.9970329999923706,0.04732900112867355,0.028534000739455223,1.7601490020751953,-2.8824799060821533,0.03793099895119667,0.8660439848899841,0.7222489714622498,-1.2201100587844849,-1.1047749519348145,0.8911569714546204,0.33099600672721863,0.3174239993095398,-0.6810889840126038,-0.565949022769928,0.8912540078163147,-1.2019070386886597,-1.6391019821166992,1.9406100511550903,1.1089190244674683,-0.36176401376724243,1.3154150247573853,0.3721039891242981,0.3126260042190552,-1.7854059934616089,-0.8509809970855713,-2.646759033203125,0.4368540048599243,0.9275360107421875,0.9578819870948792,-0.3006959855556488,-1.4272249937057495,1.5450359582901,-0.3073979914188385,-0.5360599756240845,-0.3319239914417267,-0.8117020130157471,0.9842619895935059,0.6621180176734924,-0.9696360230445862,2.0985100269317627,-1.4914109706878662,0.21006199717521667,1.840927004814148,0.5626000165939331,-0.8003749847412109,-2.3347299098968506,-0.2404170036315918,-1.4823399782180786,-0.7262189984321594,-1.4682400226593018,0.06564699858427048,-1.5176090002059937,-0.5848399996757507,-1.8150500059127808,0.10431499779224396,-0.7526410222053528,1.399925947189331,1.3709019422531128,1.0140700340270996,-1.6780970096588135,0.3884960114955902,-0.6440950036048889,1.8338600397109985,-0.24304699897766113,1.3066719770431519,-2.2633230686187744,-0.40631499886512756,-2.987483024597168,1.6062920093536377,-2.5922939777374268,1.4486700296401978,-0.8568810224533081,-1.3269540071487427,0.6190569996833801,-0.7450039982795715,0.1579110026359558,-2.2334089279174805,0.9643809795379639,-1.514294981956482,0.4943520128726959,1.5284539461135864,-1.148501992225647,-2.8199729919433594,-0.46911099553108215,0.011921999976038933,1.4005769491195679,1.427109956741333,1.4062880277633667,1.012789011001587,1.055698037147522,0.42001399397850037,1.652730941772461,0.4453200101852417,1.6452950239181519,-1.0283340215682983,-0.9853789806365967,-2.8568170070648193,1.2567989826202393,-2.0758678913116455,0.22727200388908386,1.220823049545288,1.307096004486084,-1.0374829769134521,-0.7206019759178162,-1.978219985961914,0.9442099928855896,0.8265150189399719,-0.33501601219177246,-1.5462210178375244,0.25960999727249146,0.644523024559021,-1.0704729557037354,-0.7770509719848633,-0.13144099712371826,-1.1981040239334106,0.42875000834465027,-0.7380260229110718,0.4467940032482147,0.714506983757019,0.6912130117416382,-2.908461093902588,-0.6947110295295715,-1.4228849411010742,1.6211899518966675,0.3601990044116974,1.5035719871520996,-1.382423996925354,1.8173199892044067,1.8103619813919067,-0.7560170292854309,0.2581009864807129,-0.9431999921798706,1.430614948272705,1.4938260316848755,1.4632389545440674,-1.5565780401229858,-1.0101640224456787,-0.6258710026741028,0.7236490249633789,1.8803720474243164,0.8087559938430786,-1.4495179653167725,-1.3527480363845825,1.3489450216293335,-0.8352130055427551,-0.902990996837616,0.5640959739685059,-0.46360599994659424,0.3010149896144867,-0.6531580090522766,1.5606650114059448,0.3636229932308197,-0.30970498919487,0.46066299080848694,-0.4120660126209259,-0.7868390083312988,-0.5624880194664001,1.1503390073776245,0.4690209925174713,-1.677117943763733,-1.73334801197052,0.6760920286178589,-2.1556029319763184,-0.37441200017929077,-1.505321979522705,1.4083729982376099,0.6486080288887024,-1.1016290187835693,0.6137750148773193,-0.3174790143966675,0.13262900710105896,-0.9150429964065552,-0.03968600183725357,0.57048100233078,-0.329259991645813,-0.09654299914836884,0.8851490020751953,0.019385000690817833,-1.825160026550293,-0.9292330145835876,-1.0915169715881348,-0.39062899351119995,0.08011899888515472,0.21351400017738342,1.879241943359375,0.3121100068092346,-2.755084991455078,-1.041545033454895,-1.1161450147628784,-0.35917800664901733,1.1761950254440308,-0.3847059905529022,-0.027194999158382416,-1.7793060541152954,0.41051799058914185,-0.8875489830970764,-1.5464040040969849,-2.260931968688965,0.9776679873466492,-0.10230600088834763,-2.7646069526672363,-2.5171239376068115,0.02179500088095665,-0.4480130076408386,1.7561570405960083,0.8666380047798157,1.4957250356674194,-1.3744690418243408,0.12143000215291977,1.0620269775390625,0.17642900347709656,-1.555974006652832,1.5482540130615234,0.48001301288604736,0.775081992149353,-0.29080501198768616,-1.2677010297775269,0.010173000395298004,1.9894620180130005,-1.505722999572754,1.8521289825439453,1.8295860290527344,0.8764470219612122,-0.2548139989376068,1.6112020015716553,-0.08487299829721451,0.04754500091075897,1.5333770513534546,-2.408859968185425,0.6111059784889221,1.315343976020813,1.291964054107666,-0.954541027545929,0.062123000621795654,-0.7813460230827332,0.5502820014953613,1.7889690399169922,-1.273753046989441,-0.8864129781723022,0.03568499907851219,-0.8671960234642029,-0.3861739933490753,0.29956600069999695,-0.11058100312948227,-0.9330199956893921,-0.4448019862174988,-0.14141899347305298,0.043163001537323,0.7261679768562317,-1.6986600160598755,-1.693626046180725,0.47878900170326233,-1.6475729942321777,0.6899279952049255,0.605446994304657,0.8513330221176147,1.4932290315628052,1.3966729640960693,1.393578052520752,1.9141249656677246,1.8719450235366821,-2.931596040725708,-2.2184019088745117,1.479768991470337,0.5791670083999634,-0.32814401388168335,-0.3104169964790344,-0.3321459889411926,-2.5395050048828125,-0.33474200963974,1.5121099948883057,0.2947100102901459,-1.8075729608535767,0.6369159817695618,1.138321042060852,0.8106589913368225,1.8174450397491455,1.237375020980835,1.3768240213394165,-1.000161051750183,-0.42130398750305176,1.9116179943084717,-1.083480954170227,-2.467410087585449,0.44036900997161865,-0.6211010217666626,-0.6414380073547363,0.2671720087528229,0.5602539777755737,0.5622029900550842,1.7192070484161377,-1.9548419713974,-0.2811700105667114,0.2643980085849762,-0.2448900043964386,-1.4125709533691406,-0.39199501276016235,0.8933539986610413,0.5384770035743713,1.4087790250778198,0.12624700367450714,-1.3670040369033813,-2.224790096282959,1.2251520156860352,1.8897470235824585,-0.9865729808807373,-1.649211049079895,-0.3863930106163025,-0.8007959723472595,-1.4040440320968628,-0.7118639945983887,-0.7928069829940796,0.26965901255607605,0.4893989861011505,-2.2136449813842773,-2.989208936691284,-2.980091094970703,1.0923739671707153,-2.9945030212402344,-1.739029049873352,-1.7827739715576172,-0.6060850024223328,-0.608942985534668,-0.37321600317955017,0.6344879865646362,0.862322986125946,0.5362070202827454,-0.100273996591568,-1.9260350465774536,1.3550690412521362,1.721709966659546,0.8755149841308594,-0.3534649908542633,0.6869509816169739,-2.125808000564575,1.4228780269622803,1.1560920476913452,-2.2500948905944824,0.2439029961824417,0.6166970133781433,-0.6991239786148071,-0.5968149900436401,-2.072326898574829,1.66867196559906,-0.4468959867954254,1.426650047302246,0.2789050042629242,0.7174689769744873,-1.119197964668274,-2.551774024963379,0.20677299797534943,0.5021989941596985,0.7678229808807373,1.0122900009155273,0.5004979968070984,-1.3943569660186768,-1.920982003211975,-2.9524240493774414,0.22808200120925903,-2.1098380088806152,0.6540520191192627,-1.1550639867782593,1.0220240354537964,0.5253480076789856,1.4203929901123047,0.9672170281410217,-1.5679819583892822,-0.135670006275177,0.7780770063400269,-0.6090369820594788,0.4099830090999603,-0.36429500579833984,1.394294023513794,-1.5109189748764038,1.8301470279693604,-1.2433929443359375,0.35822099447250366,0.1918410062789917,0.15450100600719452,0.005756999831646681,-0.20585300028324127,-1.0670089721679688,0.13836699724197388,-0.00925000011920929,1.1272640228271484,1.1516330242156982,0.10652799904346466,0.07945600152015686,0.4958930015563965,0.46823400259017944,0.4213789999485016,-2.067965030670166,0.29253000020980835,1.008362054824829,-0.7558720111846924,-0.8971930146217346,-1.0742050409317017,-0.9303500056266785,1.3562170267105103,-0.9320440292358398,-2.186505079269409,-2.9525299072265625,-0.7121009826660156,-0.8449869751930237,1.4698820114135742,1.0628160238265991,0.335532009601593,1.3868769407272339,-0.2213049978017807,0.3346790075302124,1.2485610246658325,0.23454299569129944,-1.3702709674835205,1.0338950157165527,1.0090440511703491,-0.4306440055370331,-1.733482003211975,-0.28248900175094604,0.6906319856643677,-1.199118971824646,1.5260180234909058,-1.9470839500427246,0.09419599920511246,-0.2040649950504303,1.515578031539917,-0.9534440040588379,-2.2655580043792725,-1.3401069641113281,0.062088001519441605,1.1985039710998535,1.5580110549926758,1.3125439882278442,-0.6580290198326111,1.7513049840927124,-1.7471669912338257,-1.690443992614746,0.8521569967269897,0.6351159811019897,-1.4555699825286865,-0.7969740033149719,-1.739670991897583,0.7398809790611267,1.1017229557037354,1.4884530305862427,0.026342999190092087,0.3027989864349365,-0.4552929997444153,-1.304705023765564,1.3990700244903564,-0.28522899746894836,-0.30188000202178955,-1.682392954826355,-0.2839120030403137,1.8583019971847534,0.2749139964580536,0.07684600353240967,0.605059027671814,-0.3563709855079651,-0.5207629799842834,1.8784470558166504,-0.20240400731563568,-0.8139269948005676,-0.8442239761352539,0.5173739790916443,-0.7817959785461426,-0.9837989807128906,0.14878199994564056,-0.8786910176277161,-0.265390008687973,1.711743950843811,1.3222819566726685,0.28725799918174744,0.30750399827957153,-1.1573569774627686,1.500458002090454,-2.764341115951538,0.7232840061187744,0.894743025302887,0.2656500041484833,1.1775599718093872,-1.330338954925537,1.6044009923934937,-1.299692988395691,-1.7163399457931519,-1.8675559759140015,-0.3201240003108978,1.9978229999542236,-0.9388120174407959,-1.0258870124816895,-2.1197829246520996,0.5978209972381592,-1.4622689485549927,-2.0665740966796875,0.23863500356674194,-1.0959680080413818,0.38240599632263184,-0.5081750154495239,0.17888499796390533,-1.2264750003814697,-2.555906057357788,0.13736900687217712,0.2813439965248108,1.011857032775879,-0.3666689991950989,0.8219519853591919,-0.8947479724884033,0.9036300182342529,-1.8645039796829224,-1.4050320386886597,1.2160249948501587,-0.6666510105133057,-0.6664760112762451,-1.2587569952011108,0.5098850131034851,0.23036299645900726,0.7824230194091797,-1.3660869598388672,0.7163739800453186,1.7664120197296143,1.7240430116653442,1.7460060119628906,-2.4131290912628174,-0.9605090022087097,-1.2941190004348755,0.9124770164489746,1.2709640264511108,1.3124929666519165,0.4133419990539551,-1.99367094039917,0.054207999259233475,-2.480562925338745,2.0613629817962646,1.188730001449585,0.21859000623226166,-0.1767919957637787,-2.4062869548797607,-0.7959700226783752,-1.6880160570144653,-1.9452159404754639,-1.8771799802780151,0.3003300130367279,-1.3357069492340088,0.9884099960327148,-2.399440050125122,1.2018530368804932,-1.1885429620742798,-1.65208101272583,-0.9700250029563904,-0.5972750186920166,0.3074969947338104,-0.493804007768631,-0.1259080022573471,-0.8923029899597168,0.9565849900245667,1.379565954208374,0.6925659775733948,-2.2804229259490967,-0.5865910053253174,-0.9217870235443115,-0.7430390119552612,-0.2514829933643341,-0.38695499300956726,0.617929995059967,-1.3194169998168945,-1.2303179502487183,1.349424958229065,1.8406720161437988,-0.0470380000770092,1.5891779661178589,1.5519870519638062,0.9521420001983643,0.6910790205001831,-0.13805599510669708,-1.391855001449585,-0.9101129770278931,-1.2818739414215088,0.5311040282249451,1.7662509679794312,-0.53302001953125,-2.229020118713379,-0.07316099852323532,-2.1805830001831055,0.7206310033798218,1.7464690208435059,0.7561339735984802,1.8581899404525757,0.8364480137825012,-0.33799299597740173,-1.0410950183868408,0.24244800209999084,0.5226200222969055,0.7773309946060181,0.33000099658966064,1.8701289892196655,-1.1313660144805908,1.071181058883667,-1.7107269763946533,0.42626601457595825,-1.243980050086975,0.4973689913749695,-0.2129330039024353,0.5323690176010132,0.5762569904327393,2.0040040016174316,-2.969398021697998,0.657135009765625,0.08467400074005127,-2.628922939300537,0.4335249960422516,0.7747660279273987,1.350142002105713,1.486778974533081,0.4639590084552765,0.761713981628418,1.528475046157837,0.7512099742889404,-1.625586986541748,-0.4913389980792999,0.0441880002617836,-2.547018051147461,-0.8639169931411743,-1.0001699924468994,1.5906569957733154,-1.2873189449310303,-0.9940659999847412,1.03842294216156,1.658689022064209,-1.9568439722061157,0.2184009999036789,0.24973100423812866,1.0152499675750732,0.771888017654419,0.7713519930839539,0.30013400316238403,1.1506370306015015,-1.845497965812683,0.015041000209748745,-1.2452470064163208,-1.8358880281448364,-1.3088669776916504,-0.7007390260696411,0.9949390292167664,-1.1267809867858887,0.8766970038414001,0.04379900172352791,-0.4209679961204529,0.00559900002554059,0.8046309947967529,-0.8067299723625183,-1.6817140579223633,0.1125819981098175,-2.1535980701446533,-0.7124199867248535,-2.2195050716400146,-2.2504239082336426,0.5461410284042358,-0.9779620170593262,0.8022260069847107,-0.8799409866333008,1.1882760524749756,-0.36126700043678284,1.5877289772033691,0.4619089961051941,0.11390399932861328,-0.6144779920578003,0.7640900015830994,1.3959059715270996,1.0898640155792236,-0.5045700073242188,-0.13288800418376923,-1.9564160108566284,1.6510159969329834,-1.4723639488220215,-1.8636109828948975,1.7520149946212769,-0.3214470148086548,-2.4857230186462402,-0.7578629851341248,-0.7841070294380188,-1.831043004989624,1.0032939910888672,-2.1072239875793457,-0.4536390006542206,0.2985149919986725,0.10611200332641602,0.1116890013217926,0.09169100224971771,0.7908250093460083,-0.29031500220298767,-2.837636947631836,-0.3182840049266815,0.5532680153846741,0.7924579977989197,1.2437050342559814,1.043302059173584,-1.9380890130996704,-0.26975399255752563,-0.4681070148944855,-0.04070800170302391,-0.10480999946594238,1.6406129598617554,-0.5728350281715393,1.5954149961471558,0.7955319881439209,1.3874499797821045,-1.5110230445861816,-0.42789098620414734,-1.8300859928131104,1.1071690320968628,-0.5762500166893005,1.384363055229187,0.31009000539779663,1.026785969734192,-2.7587649822235107,-1.4780620336532593,-0.8393459916114807,-0.4377700090408325,1.8222780227661133,-1.0577620267868042,-1.3731240034103394,0.03595399856567383,1.0215049982070923,1.1226710081100464,1.4890719652175903,-1.3161699771881104,-1.1830689907073975,1.8089300394058228,0.5419210195541382,1.2616629600524902,0.785302996635437,-0.34805798530578613,-3.000119924545288,1.6420509815216064,0.9345260262489319,-0.6952300071716309,-2.536992073059082,-3.0146639347076416,0.3428260087966919,-0.5597440004348755,1.6010689735412598,1.495589017868042,-2.3023409843444824,1.6234970092773438,1.6674989461898804,1.7415449619293213,-2.7572569847106934,1.386572003364563,0.263047993183136,0.7599509954452515,1.2897030115127563,0.14292900264263153,-0.3421109914779663,-1.2922389507293701,-1.0625619888305664,-0.8598009943962097,0.5581899881362915,-2.4185309410095215,-2.1396191120147705,-0.10817400366067886,0.5095499753952026,-0.3775230050086975,-2.127250909805298,1.2926839590072632,-2.4036550521850586,-0.7903469800949097,-1.10670804977417,0.30580800771713257,0.16114099323749542,0.8461610078811646,-0.21294300258159637,0.7079340219497681,0.5700079798698425,-1.654695987701416,1.0498470067977905,1.605252981185913,0.8345170021057129,1.1556370258331299,2.0378270149230957,-0.32490500807762146,-2.055138111114502,-0.6480929851531982,-2.245687961578369,1.6737970113754272,-0.26134398579597473,-1.8263109922409058,1.1389700174331665,-1.090775966644287,-2.0522379875183105,1.5327399969100952,-1.2084360122680664,-0.5077790021896362,1.8041059970855713,1.3713409900665283,-1.2684129476547241,-2.1241021156311035,-1.0633020401000977,-0.9087139964103699,0.16729900240898132,0.4828779995441437,-0.632656991481781,-1.159904956817627,1.371338963508606,0.8775039911270142,1.3808629512786865,-1.0152950286865234,-2.20019793510437,1.582103967666626,0.9626759886741638,0.10758999735116959,1.2739269733428955,-1.4844939708709717,-1.3637590408325195,0.9270949959754944,0.6522759795188904,0.2481759935617447,-1.6343410015106201,1.3692539930343628,0.22098499536514282,1.6743570566177368,-0.7627249956130981,-0.4621500074863434,1.9393739700317383,1.679337978363037,1.143839955329895,0.6374130249023438,-2.1028709411621094,1.2112079858779907,-1.3638900518417358,0.8653309941291809,-0.14630000293254852,0.41763100028038025,1.5995850563049316,-0.8304939866065979,1.5206680297851562,-0.14023999869823456,1.052446961402893,-2.453835964202881,1.3032079935073853,-0.6410620212554932,-0.12865599989891052,-1.6980539560317993,0.4986000061035156,-2.6733169555664062,-0.9341830015182495,-1.7967400550842285,0.19940400123596191,-1.6942100524902344,-1.6546499729156494,1.6230429410934448,0.19412599503993988,0.19873100519180298,1.025061011314392,0.7051839828491211,0.8897380232810974,-0.9121909737586975,-1.3172860145568848,0.28120800852775574,0.6407420039176941,1.2667269706726074,-0.6556370258331299,-2.3396010398864746,1.3029329776763916,-1.3237769603729248,-2.6483709812164307,-2.6487460136413574,-0.9853749871253967,-2.091707944869995,0.6175450086593628,-0.35539600253105164,1.1829049587249756,-0.7022370100021362,1.573106050491333,0.5217139720916748,1.0717109441757202,-0.4180150032043457,2.1179869174957275,1.5719749927520752,-1.3953039646148682,1.0746959447860718,-2.7624690532684326,-0.9501659870147705,-1.487218976020813,-0.1729539930820465,0.43008100986480713,0.3336400091648102,0.07728700339794159,-2.1191699504852295,-0.1268330067396164,-0.5824159979820251,-1.5751919746398926,1.2935080528259277,-0.19176100194454193,-0.24018900096416473,-1.1843149662017822,-1.2464619874954224,-1.1257319450378418,1.3877569437026978,1.4643889665603638,1.5901010036468506,-1.945847988128662,-1.0569590330123901,-0.10556299984455109,0.3205150067806244,-0.747497022151947,-0.29852500557899475,0.7856640219688416,0.7870010137557983,0.7560170292854309,-1.159168004989624,-1.1270029544830322,-2.0247440338134766,-1.5013649463653564,-1.5208929777145386,-1.9232850074768066,-2.0819239616394043,-2.026515007019043,1.1636019945144653,0.6908400058746338,0.2776719927787781,-0.9248110055923462,1.3035989999771118,0.8852630257606506,1.527251958847046,0.82955002784729,1.4207550287246704,-0.2108830064535141,-0.1262339949607849,0.3062959909439087,1.5931040048599243,0.9276080131530762,2.0273890495300293,2.028122901916504,-2.9159109592437744,-2.9432849884033203,0.4825260043144226,0.338591992855072,-0.5682119727134705,-0.6921949982643127,-2.0939619541168213,-2.1094460487365723,-0.985260009765625,-2.2680160999298096,-0.6481320261955261,-0.6965969800949097,1.3262939453125,-0.8671849966049194,0.8211860060691833,1.2326829433441162,0.8850550055503845,-1.2604540586471558,1.217360019683838,-0.4526219964027405,1.3761940002441406,-0.2502079904079437,1.516332983970642,-0.16831199824810028,-1.264577031135559,1.6159329414367676,0.6121670007705688,0.9704959988594055,1.6457159519195557,-0.9484859704971313,-0.6860349774360657,-2.2310678958892822,0.7724289894104004,1.5529630184173584,0.061813000589609146,-1.1969159841537476,-1.132544994354248,1.3426109552383423,0.6798279881477356,-1.725219964981079,0.42637500166893005,-0.5176380276679993,-0.6309940218925476,-0.6081140041351318,0.26246899366378784,0.9039869904518127,0.1903730034828186,-0.9897800087928772,-0.5255470275878906,0.7866150140762329,-2.7493209838867188,0.8901609778404236,0.14812099933624268,1.4468810558319092,0.38492101430892944,0.4011180102825165,-2.6389169692993164,-1.0465060472488403,0.20338599383831024,1.5343040227890015,-1.403059959411621,0.10976699739694595,1.7167730331420898,1.3852089643478394,-1.373175024986267,0.934145987033844,-0.8574789762496948,0.5377179980278015,-0.23691099882125854,1.631518006324768,-0.6663669943809509,-0.23257599771022797,-1.0882110595703125,-1.6180429458618164,1.9843900203704834,-1.3727370500564575,1.69611394405365,0.8086869716644287,-1.3478529453277588,-0.3267430067062378,1.5968090295791626,1.7171510457992554,0.011896999552845955,0.08548100292682648,-2.6437039375305176,-1.3631930351257324,-1.51351797580719,-2.6132938861846924,-2.0921990871429443,-0.35295599699020386,-1.2809079885482788,-1.3088719844818115,-0.42370501160621643,0.2808440029621124,0.37958699464797974,-2.914486885070801,0.15570800006389618,-1.8865699768066406,1.8629770278930664,-1.4399299621582031,-1.7155749797821045,-0.19397400319576263,-2.9874649047851562,1.6070200204849243,0.1681399941444397,0.4938980042934418,1.019063949584961,0.8563640117645264,-0.05006999894976616,0.981669008731842,0.8945170044898987,-0.7510169744491577,-0.7117220163345337,-1.576882004737854,-0.339601993560791,0.3288770020008087,-1.663653016090393,-2.513521909713745,-0.8028479814529419,-3.001905918121338,-0.8752729892730713,0.02267399989068508,-0.9679499864578247,-2.6130149364471436,-0.7719529867172241,0.848035991191864,-0.4320650100708008,0.6035040020942688,-1.5045709609985352,0.8129379749298096,-0.5595639944076538,0.01169500034302473,1.061926007270813,-0.7057390213012695,0.6165940165519714,-3.023597002029419,-2.637195110321045,-0.8004000186920166,-1.8497049808502197,-2.05263090133667,0.3279530107975006,0.17713800072669983,0.5636280179023743,1.8269120454788208,-0.6167449951171875,0.9989420175552368,-0.7659810185432434,-0.47452399134635925,1.8185889720916748,1.8082829713821411,-0.7823830246925354,1.2703269720077515,0.214137002825737,0.5048710107803345,0.720641016960144,-1.3573750257492065,-1.3737030029296875,-0.414247989654541,-0.5567650198936462,1.4529000520706177,0.7474039793014526,-1.021926999092102,0.5609679818153381,-0.5523830056190491,-0.9088929891586304,-2.0234010219573975,-1.7734739780426025,-1.2069400548934937,1.5350279808044434,-2.8311541080474854,1.2397470474243164,-0.9346529841423035,0.6459959745407104,0.3600659966468811,1.0348470211029053,-1.9589970111846924,-1.326356053352356,-2.6511459350585938,-0.4179460108280182,-1.7154799699783325,-1.7929960489273071,0.18094700574874878,0.6962069869041443,-0.08581399917602539,0.9792760014533997,0.6968650221824646,-0.2622720003128052,1.237328052520752,-0.1344660073518753,1.0264019966125488,1.5439599752426147,-1.226817011833191,1.5589699745178223,-2.865325927734375,-2.666351079940796,0.6198189854621887,-2.3566460609436035,1.5502259731292725,1.038558006286621,-2.596820116043091,0.7429689764976501,-2.9033350944519043,1.4993510246276855,-2.453403949737549,1.1837819814682007,-1.0220179557800293,-0.5939019918441772,0.709712028503418,-0.8100759983062744,0.3608430027961731,1.009850025177002,-0.895451009273529,0.49668601155281067,-0.8811900019645691,-0.8343120217323303,-1.9966189861297607,-0.7073559761047363,0.9956459999084473,-0.9440140128135681,0.26250800490379333,0.790789008140564,0.5425000190734863,0.34042298793792725,-0.03476300090551376,0.6849340200424194,-0.8737779855728149,0.34903499484062195,0.4196940064430237,0.3549709916114807,0.1655369997024536,1.190693974494934,1.2108700275421143,-0.756974995136261,0.8983280062675476,1.58058500289917,1.2892550230026245,-0.14462900161743164,-2.0724830627441406,-0.13430899381637573,-1.055482029914856,-1.633100986480713,-1.2030400037765503,0.24717900156974792,-2.493943929672241,-0.5720450282096863,0.629643976688385,0.8776050209999084,-2.9702789783477783,0.7682380080223083,-2.4604411125183105,-1.17815101146698,-2.6960620880126953,0.5698729753494263,-0.7973499894142151,-1.3075979948043823,0.008572000078856945,-1.2087149620056152,1.141827940940857,-1.9891350269317627,-1.4577820301055908,-1.709926962852478,-0.7639930248260498,0.4963870048522949,0.17094500362873077,-2.754807949066162,-1.6105350255966187,1.5824929475784302,0.8171060085296631,0.5026710033416748,-1.2790850400924683,-0.7203350067138672,1.9632539749145508,1.3225469589233398,1.3991450071334839,-0.3794899880886078,-1.1542539596557617,-0.05007199943065643,0.5874649882316589,1.7454639673233032,1.7398719787597656,1.8098959922790527,-1.27285897731781,0.29575300216674805,0.36167600750923157,1.5025399923324585,-1.2766790390014648,1.7618069648742676,0.5801690220832825,2.048048973083496,0.9299209713935852,1.0515650510787964,0.18058599531650543,-1.4254000186920166,-1.1830040216445923,-1.890584945678711,-2.101378917694092,-1.2698229551315308,1.51727294921875,-0.15740899741649628,0.922694981098175,-2.9823620319366455,-0.5077170133590698,0.38717201352119446,-1.1670119762420654,0.7193989753723145,-1.5956779718399048,-1.7380119562149048,0.03644600138068199,1.3208539485931396,-1.298429012298584,-0.7295830249786377,-2.6468379497528076,-2.9487481117248535,0.01482400018721819,-2.526968002319336,-1.1177810430526733,-1.2099159955978394,-1.9108010530471802,1.4562549591064453,-0.8028079867362976,-2.0735599994659424,-0.6626740097999573,1.0637480020523071,-1.2267390489578247,-1.7143000364303589,0.8127819895744324,1.0613490343093872,1.294219970703125,-1.9736390113830566,1.8124209642410278,1.712854027748108,-0.3141529858112335,1.865628957748413,1.3799840211868286,-0.0017940000398084521,0.34887298941612244,-0.28904101252555847,0.35016798973083496,0.003607999999076128,0.2903439998626709,1.7098000049591064,0.06704899668693542,-0.14686599373817444,-1.3943099975585938,1.9769539833068848,0.9830089807510376,0.4636560082435608,-0.4745509922504425,0.24492999911308289,-1.41641104221344,0.5058310031890869,0.4681519865989685,1.595697045326233,-0.049672000110149384,0.4054180085659027,-1.1088900566101074,0.19582800567150116,-0.3993610143661499,-2.0713798999786377,0.9133269786834717,-0.21979600191116333,-0.8071510195732117,0.03646799921989441,-0.4855470061302185,-2.4616410732269287,0.2023490071296692,0.14454099535942078,-0.1782429963350296,0.5315240025520325,1.5406609773635864,0.6805999875068665,1.10167396068573,-1.22843599319458,0.7428939938545227,1.2087769508361816,1.05268394947052,0.9587960243225098,0.32201799750328064,-2.1401150226593018,0.8796280026435852,-0.26180100440979004,-0.3402320146560669,-1.151218056678772,-0.7471039891242981,0.1115259975194931,0.2684969902038574,2.029433012008667,1.4485390186309814,0.7564030289649963,0.15782999992370605,-0.8964449763298035,-1.2268120050430298,-0.563493013381958,-0.9577460289001465,-1.2658400535583496,-0.13069699704647064,1.4641729593276978,0.8125270009040833,-2.5638558864593506,1.8463610410690308,0.3018670082092285,-0.2647460103034973,-1.351032018661499,-0.4057529866695404,0.8426610231399536,-2.20414400100708,-1.366508960723877,1.4799070358276367,1.2818219661712646,0.920976996421814,-0.14345499873161316,-0.7205299735069275,0.8835399746894836,-1.865664005279541,1.36319100856781,0.9099670052528381,0.8542839884757996,-1.183326005935669,-1.4860270023345947,-0.9059799909591675,-0.27580100297927856,-0.8067759871482849,-1.3558180332183838,-1.0962109565734863,-0.9954299926757812,-0.231454998254776,-2.5534489154815674,-2.565592050552368,1.5021859407424927,-2.166066884994507,1.6912950277328491,-0.3415229916572571,-0.31214800477027893,1.5108230113983154,0.0024309998843818903,0.6629080176353455,-1.3583639860153198,-1.3753869533538818,0.9871219992637634,1.500756025314331,-1.6664719581604004,0.08086799830198288,1.7840780019760132,-0.09619200229644775,0.5173310041427612,0.507394015789032,-1.4329710006713867,-0.13827599585056305,1.2735029458999634,-1.1533609628677368,0.13872000575065613,-2.665987968444824,-0.8626670241355896,-1.1136280298233032,0.04267700016498566,-0.8637940287590027,-0.09682200103998184,0.4272330105304718,-1.8049249649047852,-1.5528509616851807,-0.8625659942626953,-0.6192589998245239,-1.3710190057754517,-0.9169750213623047,-0.11338400095701218,0.0019330000504851341,-1.6660020351409912,-0.6959050297737122,-0.28130900859832764,-0.49511200189590454,0.6931959986686707,-1.1498810052871704,0.410304993391037,-1.6809790134429932,0.05998700112104416,-0.012670000083744526,1.39922297000885,1.4240959882736206,-1.1515860557556152,-0.29166901111602783,-0.3200420141220093,0.1442359983921051,-0.02609100006520748,-0.051600001752376556,1.1184279918670654,-0.0417260006070137,1.0076930522918701,-2.155747890472412,0.5792660117149353,1.5804979801177979,-2.320164918899536,1.9394479990005493,1.1514359712600708,-0.716933012008667,0.09346500039100647,0.0003220000071451068,0.16641800105571747,-1.274433970451355,-1.967216968536377,-2.8111000061035156,1.191499948501587,1.0982680320739746,-2.924675941467285,1.8961670398712158,1.8481990098953247,-0.3067229986190796,0.7474730014801025,-1.0337289571762085,-0.3190929889678955,-2.2053370475769043,1.4299700260162354,0.9326080083847046,1.0077170133590698,1.4384750127792358,-1.1824909448623657,0.7293639779090881,-1.1907520294189453,-1.0898489952087402,-0.9290270209312439,0.9121339917182922,0.7974179983139038,1.3354320526123047,-0.9193320274353027,1.5420629978179932,-0.07765199989080429,1.703137993812561,1.1637840270996094,-0.738851010799408,-1.2894580364227295,-1.8621790409088135,-1.4978530406951904,1.3562450408935547,-0.07007800042629242,-0.9208909869194031,-0.6657400131225586,-1.7509289979934692,1.417067050933838,-2.3725368976593018,-1.777161955833435,-1.2989469766616821,-1.0298880338668823,1.8999359607696533,-0.3638010025024414,-1.7861100435256958,0.02188899926841259,-1.514422059059143,-0.5168190002441406,1.7357419729232788,0.49869900941848755,0.5114009976387024,-2.120729923248291,1.1690850257873535,0.5119220018386841,-2.519113063812256,-0.8436189889907837,-0.2003459930419922,0.2031639963388443,-2.2678699493408203,0.1548299938440323,1.632712960243225,0.26591598987579346,0.33529898524284363,1.0352610349655151,1.5931869745254517,0.047467999160289764,0.21712200343608856,0.791126012802124,0.6991729736328125,-1.1921590566635132,-0.9686920046806335,-0.9463210105895996,-0.9550390243530273,-0.8901010155677795,0.13698899745941162,-0.23448100686073303,-2.4237759113311768,0.7742919921875,0.7238590121269226,0.952243983745575,-0.7762860059738159,-2.0455620288848877,-2.048121929168701,0.10627800226211548,1.688338041305542,1.645493984222412,1.804887056350708,0.061138998717069626,1.4620610475540161,1.3414169549942017,-2.31038498878479,-1.0483789443969727,-1.329746961593628,-1.0936460494995117,-0.4781470000743866,-0.7855749726295471,-2.0322020053863525,-2.7785658836364746,-2.4246609210968018,-2.4539709091186523,-0.4787310063838959,-1.4496020078659058,-0.6601769924163818,-1.1420949697494507,-1.5149179697036743,1.2394180297851562,0.5971999764442444,0.6324380040168762,-0.4048500061035156,-1.6434760093688965,-1.1453800201416016,-0.22842499613761902,0.023057999089360237,-1.115962028503418,-1.2292519807815552,0.41197898983955383,-2.5081570148468018,1.0334359407424927,1.0822360515594482,0.21172800660133362,1.3541029691696167,0.5129629969596863,-1.304494023323059,0.7060440182685852,-0.9601029753684998,0.25447800755500793,0.3324599862098694,1.9053959846496582,-2.552083969116211,-0.9144110083580017,-1.0000269412994385,-2.5694589614868164,1.3605849742889404,1.2554130554199219,1.1422109603881836,0.19494099915027618,1.523102045059204,-0.986840009689331,0.6227610111236572,0.36212998628616333,0.37258198857307434,0.3404659926891327,1.936498999595642,1.8892430067062378,0.30691099166870117,-1.2928869724273682,-2.8771109580993652,-2.8991470336914062,0.9650750160217285,-1.188040018081665,1.1372690200805664,0.4976840019226074,1.5323549509048462,0.8325330018997192,0.059059999883174896,-1.387591004371643,-0.5753660202026367,-1.0701990127563477,0.39566200971603394,1.1361180543899536,-1.8338299989700317,-2.090480089187622,0.4890519976615906,0.4530700147151947,-3.0149691104888916,-1.039551019668579,-1.1531399488449097,-0.7271140217781067,1.4719430208206177,-0.2742469906806946,-0.03234200179576874,0.7682870030403137,-2.3778369426727295,0.430213987827301,0.21888099610805511,0.2505800127983093,-0.5551720261573792,2.0169200897216797,0.6644729971885681,0.8826500177383423,0.031366001814603806,0.09261199831962585,0.824446976184845,0.48344600200653076,0.5194429755210876,0.7298629879951477,0.880096971988678,0.928039014339447,-1.3867169618606567,-2.1852810382843018,0.8796179890632629,-1.0991289615631104,-0.08102700114250183,-0.8729419708251953,0.31429600715637207,1.6960170269012451,0.3360379934310913,-2.7090370655059814,-2.6023359298706055,0.031213000416755676,0.5565040111541748,-0.412880003452301,0.20223499834537506,-0.3129970133304596,-0.6482160091400146,-1.043370008468628,1.4540879726409912,1.9261690378189087,-0.29271000623703003,-1.94930899143219,0.08189699798822403,0.7439640164375305,0.477169007062912,1.1743600368499756,1.2815029621124268,-0.2895199954509735,0.555528998374939,1.1381880044937134,1.1691060066223145,1.1308419704437256,-0.16107499599456787,0.9368029832839966,-2.1285879611968994,-2.794914960861206,1.3304940462112427,-0.29289498925209045,-1.6356840133666992,0.18041600286960602,-1.1571849584579468,0.5465400218963623,0.781611979007721,-2.572356939315796,-0.9677219986915588,1.7916009426116943,-0.4846299886703491,0.3851569890975952,-0.16444499790668488,1.1452460289001465,1.8176640272140503,-1.1365940570831299,-0.7784289717674255,-0.541824996471405,-0.8755660057067871,1.7483329772949219,0.3648209869861603,0.8083950281143188,1.575842022895813,1.549644947052002,-2.002737045288086,0.4358769953250885,-1.3473600149154663,1.7506129741668701,0.8870519995689392,1.195773959159851,0.8405010104179382,-0.841808021068573,0.06828700006008148,0.6589109897613525,-2.7344610691070557,0.7109709978103638,0.20570899546146393,0.2634130120277405,0.5665130019187927,0.6540160179138184,0.8621640205383301,-1.4848010540008545,-0.12604300677776337,1.0475759506225586,0.8765460252761841,-1.0043129920959473,0.9714890122413635,-0.5056570172309875,0.4400860071182251,-0.4672429859638214,1.1682809591293335,1.089005947113037,0.14186400175094604,0.12807899713516235,1.8946739435195923,-2.274125099182129,0.4557409882545471,-0.25267401337623596,-3.0305190086364746,1.5346699953079224,-1.2559410333633423,-1.6030930280685425,0.08523300290107727,-0.6308109760284424,0.06311900168657303,0.5278980135917664,0.05051400139927864,1.2694309949874878,0.26942500472068787,0.24499399960041046,1.7348090410232544,-0.9591569900512695,-1.7277779579162598,0.9964560270309448,0.315544992685318,1.0390410423278809,-0.34203100204467773,0.6638919711112976,-0.39915698766708374,-2.176858901977539,1.2210760116577148,-0.9983839988708496,-1.0592319965362549,1.0174909830093384,-1.0891950130462646,-0.7323610186576843,-2.520693063735962,1.275338053703308,-0.3853900134563446,-0.9429370164871216,-2.1158249378204346,-0.10373499989509583,1.4869710206985474,-0.1983110010623932,-0.24314899742603302,1.7802289724349976,-1.1261969804763794,0.8114179968833923,1.5481079816818237,1.049368977546692,-2.927643060684204,-1.3395450115203857,-0.7934030294418335,-0.7395480275154114,-1.3240300416946411,0.4124020040035248,1.1409670114517212,-0.2896519899368286,-1.29972505569458,1.0034749507904053,1.1938849687576294,-0.5956519842147827,0.062098998576402664,-0.9914720058441162,1.6519279479980469,-1.6460959911346436,-0.05638299882411957,0.18822099268436432,0.31509900093078613,0.8284779787063599,-2.768162965774536,-1.099426031112671,-1.7399640083312988,0.9497290253639221,0.3037869930267334,0.8290770053863525,-0.0722699984908104,-1.3082549571990967,0.36132100224494934,-0.8407260179519653,1.2713240385055542,-1.6348210573196411,-0.8505839705467224,-0.4045509994029999,0.005377000197768211,0.9979889988899231,-1.9212089776992798,-1.7836090326309204,0.5515459775924683,1.4702539443969727,-2.569242000579834,-1.887387990951538,-1.39763605594635,1.8495479822158813,-0.4239619970321655,0.3956100046634674,-2.9509189128875732,-1.264678955078125,-2.5494790077209473,-0.002512000035494566,-1.2175970077514648,-0.8478929996490479,-1.5885180234909058,0.5499910116195679,0.13884200155735016,-1.5663800239562988,-0.12667900323867798,-2.3271970748901367,1.613394021987915,-0.1452540010213852,1.1453059911727905,-1.3825279474258423,-0.8675600290298462,0.39555200934410095,-0.35761600732803345,1.807276964187622,-2.0242159366607666,0.12135200202465057,1.8804600238800049,-2.449958086013794,-2.475224018096924,-2.935983896255493,0.2947100102901459,-0.2568710148334503,-0.9952189922332764,-1.0129530429840088,0.9639009833335876,0.9362549781799316,0.47954899072647095,-0.6718209981918335,0.6147270202636719,0.9420959949493408,-2.5856149196624756,0.9958009719848633,0.9733189940452576,-1.8139339685440063,0.7332370281219482,0.25783300399780273,0.6166279911994934,0.34350499510765076,-1.0534559488296509,-2.000180959701538,0.1264999955892563,-1.4781379699707031,-0.3642910122871399,0.8200470209121704,-0.215598002076149,-1.0508249998092651,-1.5194430351257324,-2.091161012649536,1.6682289838790894,0.5984560251235962,-0.8540899753570557,1.0035959482192993,-0.0807029977440834,-1.796152949333191,-2.2822999954223633,0.45706498622894287,-1.8015110492706299,1.309870958328247,-1.702543020248413,0.8841699957847595,-1.0645689964294434,0.43502798676490784,-0.7203119993209839,-0.9657660126686096,-0.7167180180549622,1.7983280420303345,0.9134529829025269,-2.1680209636688232,0.3834019899368286,-0.26886698603630066,-0.2685059905052185,0.9301679730415344,-0.5157170295715332,1.3657020330429077,-0.848505973815918,-1.8954600095748901,1.2978429794311523,-1.2573699951171875,-1.3815720081329346,-1.5707099437713623,-2.1382029056549072,0.9330189824104309,1.9571679830551147,-0.6356809735298157,1.2400380373001099,0.11513099819421768,0.07936800271272659,0.3001280128955841,-0.30920499563217163,1.5211360454559326,-1.0916320085525513,1.0885419845581055,1.6420719623565674,-1.8439409732818604,-1.970404028892517,0.22599300742149353,-1.276097059249878,-1.353682041168213,-0.02098499983549118,-0.3002989888191223,1.2251960039138794,0.027557000517845154,-2.7454330921173096,-1.373088002204895,-0.2625409960746765,1.4444739818572998,0.7592610120773315,1.199733018875122,1.0913480520248413,-1.4259480237960815,-1.844262957572937,0.7406970262527466,1.3668179512023926,-1.1706700325012207,-0.44205600023269653,1.7037489414215088,0.48875099420547485,0.5197070240974426,1.1891390085220337,-0.581961989402771,-0.009460999630391598,1.4344340562820435,-0.11532100290060043,-1.7416900396347046,-1.7989130020141602,-2.777479887008667,-1.3674730062484741,-2.3945600986480713,-2.4304139614105225,-1.3982590436935425,1.5657039880752563,-0.6733760237693787,-1.0281989574432373,1.7479310035705566,-2.1652588844299316,1.445523977279663,0.5814769864082336,-1.47809898853302,0.28471699357032776,-1.5443819761276245,0.7145879864692688,0.31687599420547485,1.1430840492248535,1.1084920167922974,-0.6130679845809937,0.45163899660110474,-0.27775999903678894,1.2944949865341187,0.42829400300979614,-1.2929420471191406,-0.633840024471283,1.2756060361862183,1.0760910511016846,1.2742910385131836,-0.5895360112190247,-1.8651299476623535,1.3622000217437744,1.0409220457077026,0.3888320028781891,-0.1792600005865097,0.572393000125885,1.842244029045105,-0.35951000452041626,0.8116409778594971,1.7915910482406616,-1.7887719869613647,0.8875700235366821,-1.6504789590835571,-0.005874999798834324,-1.2666239738464355,-0.6641690135002136,-1.2341899871826172,-1.2151429653167725,1.131188988685608,1.884194016456604,-0.020306000486016273,-1.9857350587844849,1.6523289680480957,-0.8968330025672913,0.802852988243103,1.1155370473861694,-0.22072899341583252,-0.24707500636577606,-0.5593249797821045,-0.12894900143146515,-0.14910900592803955,1.8304369449615479,1.7559020519256592,0.584867000579834,-1.0575100183486938,-0.9900180101394653,-1.151723027229309,-1.108962059020996,-0.8787509799003601,1.8068139553070068,0.5075680017471313,-1.912811040878296,0.4296950101852417,0.4204539954662323,1.436689019203186,1.2485170364379883,0.6801360249519348,-1.3581969738006592,-1.3722829818725586,-2.471743106842041,0.8952940106391907,-2.1358089447021484,1.8266570568084717,-1.4519469738006592,-1.4175419807434082,0.6894840002059937,0.41335898637771606,-0.9147099852561951,0.8122860193252563,0.3642989993095398,-1.6214159727096558,-0.19095200300216675,0.9403179883956909,-0.9553269743919373,2.018095016479492,1.0175219774246216,0.9812719821929932,1.544374942779541,1.1785190105438232,0.9863889813423157,-0.6104559898376465,1.509775996208191,1.0341349840164185,0.8570169806480408,-1.0794440507888794,-0.6554219722747803,0.17276500165462494,1.1953480243682861,0.8554570078849792,1.5546660423278809,-0.49662700295448303,1.0795940160751343,-1.0372270345687866,-1.2940269708633423,-0.343966007232666,-1.2754089832305908,1.1067270040512085,-2.6748509407043457,-1.2297919988632202,-1.2143080234527588,-2.4724390506744385,-1.3249859809875488,-2.3839728832244873,-0.4913310110569,1.1912790536880493,1.7723850011825562,0.26533401012420654,0.9799209833145142,1.9812599420547485,-0.34272098541259766,1.18635094165802,1.6784559488296509,0.8460630178451538,0.8561930060386658,-2.0922560691833496,1.7722970247268677,0.32601699233055115,-0.44660699367523193,-0.63059002161026,1.0388009548187256,-0.1901780068874359,-0.1700890064239502,-1.3809239864349365,-1.2160910367965698,-1.7313779592514038,1.0004669427871704,1.745893955230713,0.36562401056289673,0.12272399663925171,0.9141889810562134,-1.1172469854354858,-2.4691359996795654,0.27239298820495605,-0.2154410034418106,1.590142011642456,-0.05488000065088272,-0.3588869869709015,-1.0726970434188843,0.6081479787826538,1.8314310312271118,0.7219460010528564,1.6502039432525635,0.5323529839515686,1.3814640045166016,-1.3779070377349854,-0.7223870158195496,0.6595339775085449,0.6232950091362,0.5742080211639404,-0.8583599925041199,1.0749750137329102,-1.6502439975738525,0.3526419997215271,-1.5953949689865112,-1.5018030405044556,-0.31174299120903015,0.5610730051994324,-2.1425490379333496,-1.9350990056991577,-0.38842499256134033,-0.5953980088233948,-0.5264989733695984,1.8665709495544434,-0.2321539968252182,1.898895025253296,0.15481999516487122,-1.1342259645462036,-1.073017954826355,0.6478700041770935,0.20395900309085846,-0.8234760165214539,-0.4560149908065796,0.6318619847297668,-0.3206399977207184,-0.8881130218505859,-1.4217610359191895,0.7517459988594055,-2.3281850814819336,-2.2918970584869385,0.7498909831047058,0.23273800313472748,-1.1463240385055542,-0.6440359950065613,0.43051600456237793,0.5011119842529297,1.65693998336792,-0.2522279918193817,1.4397180080413818,-2.27862811088562,-1.9401439428329468,0.890313982963562,0.8350650072097778,0.7240729928016663,0.34930500388145447,-1.0152970552444458,0.9362310171127319,1.1856499910354614,1.5454490184783936,-0.4555709958076477,1.3185720443725586,-1.1053580045700073,1.129870057106018,0.8006690144538879,0.4636029899120331,-0.8711900115013123,1.3041160106658936,1.2718160152435303,1.8386139869689941,-0.6637099981307983,-0.7707949876785278,-2.937540054321289,0.30214399099349976,-0.04158899933099747,1.6841460466384888,-1.8865749835968018,0.9236369729042053,1.6482019424438477,-0.3730210065841675,-0.0432559996843338,1.3113939762115479,1.8250559568405151,1.150575041770935,-0.33897000551223755,1.587820053100586,1.1357009410858154,1.6402629613876343,1.5778169631958008,-2.4786369800567627,0.07283399999141693,-0.08475200086832047,-0.20579899847507477,-0.5416030287742615,-0.2788499891757965,1.4608650207519531,0.2098110020160675,1.6134430170059204,-1.5184930562973022,-2.3077890872955322,-1.676619052886963,0.6798099875450134,0.34662801027297974,0.9862419962882996,0.8448579907417297,-1.3291000127792358,1.5876810550689697,1.2038439512252808,0.9721519947052002,1.7874740362167358,0.36764800548553467,0.7883110046386719,0.07776500284671783,1.8713200092315674,-2.250962972640991,1.7954950332641602,-0.6854569911956787,-1.131890058517456,1.3919810056686401,-0.7246279716491699,1.470216989517212,-1.854315996170044,-1.160526990890503,-0.9185630083084106,-0.7817270159721375,0.6440830230712891,0.6072989702224731,0.6068490147590637,1.5166189670562744,-1.49618399143219,-2.940152883529663,-0.2299010008573532,0.11752399802207947,-0.9578499794006348,1.6107889413833618,-1.2350959777832031,-2.5895659923553467,0.9813119769096375,-1.1764839887619019,-0.00419900007545948,-0.43804898858070374,-0.16252300143241882,1.5220290422439575,0.04634099826216698,0.731531023979187,0.11608099937438965,-2.473191022872925,1.1805330514907837,-0.3187519907951355,-0.596248984336853,1.4951850175857544,1.4594789743423462,-1.3060669898986816,0.49086499214172363,-0.138714998960495,-0.8767539858818054,-2.8550970554351807,-2.7916839122772217,1.6163870096206665,0.5428150296211243,-2.583138942718506,0.6696590185165405,1.5575989484786987,1.5721869468688965,-0.016496999189257622,-0.01017099991440773,-0.9602320194244385,-1.305161952972412,-1.341526985168457,1.2976770401000977,1.6578240394592285,-0.9865599870681763,-0.06414400041103363,0.05603000149130821,-1.517158031463623,-0.8072839975357056,1.8278779983520508,-1.668884038925171,-0.37840399146080017,1.3982959985733032,0.12030500173568726,-0.888979971408844,0.9640859961509705,-0.05892299860715866,-0.067671999335289,-0.1250399947166443,0.12652799487113953,0.46612998843193054,-2.8253870010375977,-0.1733749955892563,1.732069969177246,1.5846489667892456,-1.1087449789047241,-0.6514909863471985,0.8260779976844788,1.1358330249786377,0.814391016960144,-2.8067760467529297,1.923071026802063,-2.326162099838257,1.8189109563827515,1.2485450506210327,-2.1068050861358643,1.2773840427398682,-1.3406729698181152,0.765175998210907,1.4414399862289429,1.1932239532470703,-0.5300120115280151,0.9354159832000732,0.7025259733200073,0.8190770149230957,0.6248850226402283,1.12152099609375,-0.6712719798088074,-0.7187309861183167,0.6582549810409546,0.18559099733829498,0.017997000366449356,0.24084199965000153,-0.16821299493312836,-0.9394540190696716,-0.9042249917984009,-0.8415219783782959,0.365666002035141,-0.6213110089302063,-0.49409499764442444,-0.25473499298095703,0.3863700032234192,1.7457619905471802,-0.07468300312757492,1.400164008140564,1.1510850191116333,1.4255399703979492,-2.2118000984191895,-1.1503620147705078,1.0723249912261963,0.9198989868164062,1.635928988456726,1.6100599765777588,-1.3141440153121948,1.3816829919815063,0.4291670024394989,-1.5212880373001099,0.8429620265960693,0.8848940134048462,-1.218832015991211,1.136813998222351,-0.9396349787712097,1.3584599494934082,-1.457142949104309,-0.1099570021033287,-0.8455809950828552,-1.949280023574829,0.3703100085258484,1.8000409603118896,0.5177729725837708,0.0913349986076355,0.6810280084609985,1.4044829607009888,-1.2199950218200684,-0.5952649712562561,1.7703449726104736,1.8261380195617676,1.1784440279006958,-1.302888035774231,-0.04799100011587143,-1.0101549625396729,-2.92903995513916,0.7961000204086304,0.831246018409729,1.486286997795105,-0.02878599986433983,1.5549650192260742,1.0014859437942505,-1.1186829805374146,0.6219099760055542,-0.04391999915242195,-0.4524720013141632,-1.0975300073623657,0.8819850087165833,1.549914002418518,1.2295570373535156,-0.3925049901008606,-1.8688570261001587,-0.8662629723548889,0.007278999779373407,-0.3509339988231659,-2.453831911087036,0.9622769951820374,-1.1666669845581055,-0.06920699775218964,0.909850001335144,-1.430088996887207,-2.9999051094055176,0.8041840195655823,-1.9128479957580566,0.9784089922904968,-1.750190019607544,0.829567015171051,-2.342978000640869,0.5067059993743896,1.5208029747009277,-0.3420189917087555,-0.12049499899148941,0.2964250147342682,-0.258092999458313,-0.2483929991722107,-3.04394793510437,-0.31422799825668335,0.43742701411247253,-0.28983399271965027,-0.4201680123806,0.7474640011787415,1.6045739650726318,-0.6531800031661987,0.4593830108642578,0.6160330176353455,0.38904500007629395,-1.2570279836654663,0.24571700394153595,1.543362021446228,-0.22263100743293762,-2.412748098373413,0.29015299677848816,0.5906370282173157,0.5866519808769226,0.544044017791748,1.0177639722824097,-0.4285700023174286,-0.4361000061035156,0.014883999712765217,-0.9147019982337952,-0.03080200031399727,1.1007579565048218,-1.7938090562820435,-0.6670550107955933,-1.2745089530944824,0.6577060222625732,0.5358030200004578,0.3025529980659485,-1.3500159978866577,-1.7750810384750366,-0.23766599595546722,-0.9092190265655518,0.23710699379444122,-0.15706899762153625,-1.0709290504455566,-2.7651000022888184,1.9045439958572388,1.351294994354248,-1.3274259567260742,-1.332031011581421,-2.4384970664978027,1.4583899974822998,-0.4725959897041321,0.9784200191497803,1.6915680170059204,-2.143286943435669,-0.9900400042533875,0.6123639941215515,-1.0420639514923096,0.4078640043735504,1.489801049232483,-2.0227510929107666,-0.6895830035209656,-0.7884460091590881,1.218276023864746,-0.15861199796199799,-0.9373819828033447,0.6650859713554382,-1.4549670219421387,-0.038318000733852386,-1.0481300354003906,-0.3921079933643341,-2.648343086242676,0.00785099994391203,0.5173230171203613,-0.5888310074806213,-1.2141649723052979,0.24809999763965607,-0.0935019999742508,1.8472959995269775,1.673671007156372,-0.3374910056591034,1.5338640213012695,0.8319860100746155,-0.7279080152511597,0.3308739960193634,-1.5182570219039917,0.1719599962234497,1.2734390497207642,0.49152299761772156,-0.2685920000076294,1.1107759475708008,1.1707240343093872,1.6090630292892456,-1.4020049571990967,0.6057959794998169,0.6617000102996826,1.0898900032043457,-2.40989089012146,1.039713978767395,-0.723222017288208,-1.2608059644699097,1.5700139999389648,-2.3957529067993164,-0.19031600654125214,-0.40221598744392395,1.5348739624023438,1.985416054725647,0.020201999694108963,-0.8351430296897888,1.0531270503997803,-1.051509976387024,-0.9840840101242065,-0.24790899455547333,0.11552499979734421,0.9091050028800964,1.0777640342712402,0.3786109983921051,-0.14860999584197998,1.9625259637832642,0.9997979998588562,0.9215430021286011,-1.2567780017852783,-1.1080520153045654,-0.18738199770450592,1.354274034500122,0.06437599658966064,-1.1797529458999634,1.2005610466003418,-1.8712849617004395,-1.4050580263137817,1.5891319513320923,1.5878150463104248,1.047773003578186,-0.2932569980621338,-0.43925899267196655,0.2858009934425354,0.11623600125312805,-0.5767310261726379,-0.8698880076408386,0.4427579939365387,1.654518961906433,1.5687110424041748,-2.715226888656616,1.121137022972107,-1.295483946800232,0.9215180277824402,-0.9397820234298706,1.3616470098495483,-2.946571111679077,0.6362749934196472,-0.4255349934101105,-0.35381999611854553,-1.5772500038146973,-0.8048120141029358,0.3693990111351013,1.5813360214233398,-1.6235569715499878,1.560426950454712,-0.9433209896087646,0.3587529957294464,-1.5833760499954224,0.7107300162315369,0.015633000060915947,-0.7054569721221924,-1.8008339405059814,1.0009050369262695,0.46417000889778137,0.15385399758815765,-1.437258005142212,-1.9342429637908936,-0.7647190093994141,-1.8646039962768555,-0.3560830056667328,1.2278640270233154,0.985181987285614,-0.4192889928817749,-2.1396589279174805,-0.6773229837417603,0.8028960227966309,-2.386765956878662,-0.4644249975681305,0.8022819757461548,0.7714599967002869,-0.42339301109313965,-0.7400310039520264,1.0544919967651367,-1.1210559606552124,-0.05581099912524223,0.24125100672245026,-0.8144519925117493,0.5611690282821655,-1.259274959564209,1.2758920192718506,1.170498013496399,0.2173909991979599,0.19697099924087524,1.8244620561599731,1.5167319774627686,-1.5677889585494995,-1.339843988418579,-1.103289008140564,1.2378250360488892,-0.7073919773101807,-1.078024983406067,-0.5708640217781067,-1.1506669521331787,-2.817262887954712,1.245131015777588,0.5380120277404785,1.3090699911117554,1.6394129991531372,-2.4164578914642334,1.7307130098342896,-1.772130012512207,-2.5133750438690186,0.46051499247550964,0.09137599915266037,-0.27249398827552795,-1.5515869855880737,0.768983006477356,1.1629420518875122,1.3770769834518433,1.9851150512695312,0.48221901059150696,1.6386300325393677,-0.9294419884681702,1.6049840450286865,0.14044299721717834,-0.13984200358390808,-0.41485700011253357,0.9094949960708618,-0.13880400359630585,-1.1905330419540405,0.3235670030117035,1.8873100280761719,-1.3241310119628906,0.45396000146865845,-2.631598949432373,0.09327799826860428,-0.16962599754333496,1.256242036819458,0.31340399384498596,-0.7258840203285217,-2.291469097137451,1.57464599609375,-0.355879008769989,0.2847430109977722,-1.6022050380706787,-2.7819509506225586,-1.1157560348510742,1.5089900493621826,-0.2327120006084442,-1.9862569570541382,-0.8173789978027344,-2.3181040287017822,-1.082787036895752,-0.9014700055122375,-2.085649013519287,-0.3993859887123108,-1.0632580518722534,-0.8995530009269714,1.8381869792938232,-0.1372780054807663,-0.8277400135993958,-0.27640500664711,-1.4560190439224243,1.302319049835205,0.2131749987602234,0.6795719861984253,-0.3827970027923584,0.9034929871559143,1.2563350200653076,0.4338130056858063,-2.0142669677734375,-1.457656979560852,-0.40437400341033936,0.6219850182533264,1.0149290561676025,-0.27676400542259216,0.875756025314331,-1.3712170124053955,-1.4002070426940918,-2.2845630645751953,-0.259103000164032,-0.19452300667762756,-0.17530499398708344,0.341497004032135,-2.308382987976074,0.2918820083141327,-0.20128299295902252,-2.649635076522827,-2.3236958980560303,-0.7723090052604675,0.6758880019187927,-0.9176560044288635,-0.8871440291404724,1.1916179656982422,0.9159529805183411,-2.3406059741973877,-1.2872140407562256,-0.23954300582408905,-0.9995949864387512,0.5993019938468933,0.9956570267677307,1.2773079872131348,-1.5295970439910889,0.844825029373169,-1.3858280181884766,0.2426079958677292,-0.8408939838409424,-0.858519971370697,0.07076799869537354,0.2818189859390259,0.2589719891548157,0.1065479964017868,-1.8114140033721924,-0.5147169828414917,-1.8615649938583374,-0.2997080087661743,1.4178630113601685,-0.3359229862689972,-0.37646499276161194,0.8588700294494629,-0.45478498935699463,-2.143238067626953,-1.3504819869995117,-1.3269070386886597,1.1563290357589722,0.10742399841547012,1.1717489957809448,-1.6313730478286743,-0.6694509983062744,1.928428053855896,1.108652949333191,-2.488523006439209,1.725281000137329,0.934814989566803,-0.22321000695228577,-0.5457620024681091,-1.640476942062378,0.6039090156555176,1.8107390403747559,-0.5506240129470825,-0.25387099385261536,-2.2933349609375,-2.0770509243011475,-0.013797000050544739,1.3344659805297852,1.6723339557647705,1.1586699485778809,0.5303540229797363,0.3705720007419586,-2.7358250617980957,-1.2385419607162476,-1.2480709552764893,1.175781011581421,1.7489769458770752,1.343224048614502,-0.533689022064209,0.8332780003547668,-1.090304970741272,0.2804090082645416,0.15578900277614594,0.7663639783859253,1.5399630069732666,-0.8266950249671936,-0.4041920006275177,-0.4527139961719513,-1.6476730108261108,-1.6335550546646118,0.669704020023346,1.988463044166565,-1.1226569414138794,-0.8805999755859375,1.8557569980621338,-1.6658329963684082,0.9367859959602356,-0.2861190140247345,1.168092966079712,1.1741000413894653,-0.0819849967956543,-1.5178329944610596,0.8631160259246826,-0.6713370084762573,-1.7245179414749146,-2.5824038982391357,-0.6049900054931641,-1.9333820343017578,0.7384390234947205,1.8109270334243774,1.0302180051803589,0.6656500101089478,1.3283499479293823,1.892029047012329,-0.31939300894737244,0.741005003452301,1.213181972503662,-0.7105590105056763,0.7969200015068054,0.6177020072937012,-0.280133992433548,0.9774829745292664,-1.1416200399398804,-1.3043930530548096,1.1179620027542114,0.9274349808692932,1.3109780550003052,1.1545530557632446,-1.0072059631347656,-2.6518099308013916,-0.7650409936904907,-1.3695210218429565,-0.26526299118995667,0.3139230012893677,-0.9225729703903198,1.2507230043411255,-2.000981092453003,1.8431179523468018,-0.2455900013446808,0.7073730230331421,-2.782892942428589,-0.49573400616645813,-1.2137160301208496,0.20556899905204773,-1.7342950105667114,1.1789779663085938,-0.10386800020933151,0.9558770060539246,-2.3226609230041504,1.5975229740142822,0.7427690029144287,0.1725189983844757,0.17601899802684784,-0.3007259964942932,-1.2813760042190552,-1.3570619821548462,-1.40127694606781,-2.6933510303497314,-2.6137170791625977,1.213487982749939,0.7062349915504456,-1.4969769716262817,-0.40140500664711,-0.47910699248313904,0.04390199854969978,-0.27952998876571655,1.3876490592956543,-0.031007999554276466,0.40966999530792236,1.7499829530715942,-0.7669519782066345,-0.7452970147132874,-0.6950470209121704,-1.0761749744415283,0.4830229878425598,0.7011950016021729,-0.5891770124435425,-0.3561779856681824,-2.8192241191864014,0.43061599135398865,1.8024619817733765,0.304502010345459,-0.24435999989509583,0.3035680055618286,0.32363298535346985,1.756106972694397,-2.7537059783935547,1.1316640377044678,1.0962330102920532,1.2784559726715088,-1.0185610055923462,-2.8871419429779053,1.2707240581512451,0.773792028427124,-0.9059770107269287,-2.1497299671173096,-0.29989099502563477,1.5189759731292725,0.9005749821662903,0.434114009141922,-0.012263000011444092,0.34927499294281006,-0.7188370227813721,1.3877290487289429,1.0318889617919922,0.7874490022659302,-0.1146169975399971,0.387035995721817,-2.1773390769958496,-0.4455299973487854,-0.8716790080070496,0.26644399762153625,0.4817329943180084,0.8083959817886353,-2.462661027908325,-0.9882509708404541,-1.069221019744873,0.5012969970703125,-0.6285780072212219,0.33171799778938293,-1.3785289525985718,-0.9610580205917358,0.476269006729126,0.8402919769287109,0.5749760270118713,1.2794510126113892,1.5254249572753906,0.007830999791622162,-0.6568589806556702,-2.0821609497070312,-0.20321500301361084,-1.1193530559539795,-2.0604000091552734,0.5181710124015808,1.3706300258636475,1.4601999521255493,-0.25527599453926086,-0.2930249869823456,-2.02313494682312,0.19228599965572357,-0.6086599826812744,-2.674376964569092,0.34473198652267456,-0.3943760097026825,-2.1563849449157715,1.4306570291519165,0.9311789870262146,0.8892220258712769,1.9127000570297241,1.0029679536819458,-2.9268670082092285,-0.4660489857196808,0.7591720223426819,0.0020459999796003103,-1.3448610305786133,0.5675899982452393,1.6088989973068237,1.7380290031433105,0.9766910076141357,-2.9530389308929443,1.6109659671783447,0.8807370066642761,-2.1654469966888428,-0.308104008436203,1.0197399854660034,-1.4308480024337769,1.232977032661438,-0.9597020149230957,1.2317869663238525,-1.3939570188522339,-1.2882360219955444,-2.924567937850952,1.2844460010528564,0.14179599285125732,0.41135600209236145,1.6816879510879517,-0.4311710000038147,-2.4572510719299316,-0.7599290013313293,-2.695096969604492,-0.6638349890708923,-1.1085460186004639,-0.7872120141983032,-0.5654730200767517,-2.0746541023254395,0.2732349932193756,-1.3855119943618774,0.6561459898948669,0.06960999965667725,0.024414999410510063,1.4149479866027832,-1.9948370456695557,-0.43233999609947205,-2.8358170986175537,1.5160950422286987,1.5258090496063232,-2.364993095397949,-0.05428500100970268,1.1805020570755005,-1.2073169946670532,0.6000329852104187,0.7406439781188965,-1.5455089807510376,-1.528756022453308,1.8119399547576904,-1.5240960121154785,1.8898999691009521,-1.1683919429779053,-0.9100970029830933,-1.645645022392273,-1.7038520574569702,0.3220829963684082,1.0679939985275269,-1.4581639766693115,1.4257760047912598,-0.8349429965019226,-0.8875390291213989,0.104544997215271,-1.8887399435043335,0.021013999357819557,-0.40297600626945496,-0.4291769862174988,-1.3267240524291992,1.0309820175170898,-2.1075661182403564,-0.08130200207233429,0.6713259816169739,0.11978299915790558,-0.06596899777650833,0.18983900547027588,0.42648300528526306,-0.7731800079345703,1.8568730354309082,1.5660289525985718,-1.966778039932251,-0.6337760090827942,-0.10988499969244003,-1.341392993927002,-1.0954400300979614,0.04262600094079971,0.33048000931739807,1.7910569906234741,-0.46555501222610474,-0.45715901255607605,-0.47981101274490356,0.08161900192499161,0.5006489753723145,-0.26297399401664734,-1.1490570306777954,-1.3779469728469849,-2.5081920623779297,0.30562299489974976,-0.8211719989776611,-1.3994510173797607,-1.7313090562820435,0.7179790139198303,-0.8810120224952698,-0.6175389885902405,-1.9002959728240967,-1.0955950021743774,1.168144941329956,0.2041739970445633,-2.8528048992156982,-1.188310980796814,1.4526540040969849,0.5414289832115173,0.5671229958534241,-1.198140025138855,-0.575439989566803,-0.2077769935131073,-1.6617900133132935,-2.918262004852295,0.9237409830093384,0.9203090071678162,0.3991219997406006,0.2192070037126541,-1.8082079887390137,0.6332650184631348,-2.0358240604400635,-2.2254810333251953,-1.0875389575958252,1.6659029722213745,1.9278919696807861,1.7771170139312744,-1.3285239934921265,1.588176965713501,1.2176979780197144,-1.1939690113067627,1.3747270107269287,0.3988249897956848,-1.0446699857711792,-0.9567009806632996,-1.9519189596176147,-3.035572052001953,0.008520999923348427,0.27130499482154846,1.3334790468215942,0.3104029893875122,-0.2111310064792633,1.2804080247879028,1.382539987564087,-0.05355200171470642,-0.41952401399612427,-0.03882800042629242,-0.702983021736145,-0.6642659902572632,0.9690930247306824,-0.3233659863471985,-2.5515520572662354,-0.5860090255737305,1.8148289918899536,1.9140139818191528,-0.7428640127182007,-2.985044002532959,-0.05606599897146225,0.6030970215797424,1.2692099809646606,-0.11867500096559525,-0.9650520086288452,1.5375139713287354,-1.0531929731369019,-1.6715439558029175,1.4190709590911865,0.9104019999504089,-0.34400901198387146,-1.1387319564819336,1.6473350524902344,0.6320539712905884,1.948928952217102,-1.4628989696502686,0.002962999977171421,0.47152701020240784,-0.07329700142145157,0.9930279850959778,0.775933027267456,-1.2698190212249756,-0.04736199975013733,0.2769399881362915,0.45178601145744324,1.560675024986267,1.554643988609314,-2.4116220474243164,-2.641068935394287,-2.6520049571990967,-2.2275919914245605,1.225013017654419,1.7801090478897095,1.507606029510498,0.05724100023508072,0.8979430198669434,-2.001262903213501,0.8910700082778931,0.8357110023498535,1.558053970336914,0.38166600465774536,-0.5961610078811646,1.1720550060272217,-1.2180500030517578,-1.5820889472961426,2.0080549716949463,0.41194701194763184,-0.4825949966907501,-0.1969120055437088,0.524387001991272,1.5372990369796753,-1.0925710201263428,-0.9341070055961609,-0.3714100122451782,1.3526090383529663,0.006800999864935875,1.4159129858016968,1.076799988746643,-0.333748996257782,0.433133989572525,0.878026008605957,1.4887059926986694,1.4988830089569092,0.3841019868850708,1.6808359622955322,-2.9490110874176025,-1.080335021018982,-0.8523010015487671,-1.0334500074386597,0.7156490087509155,1.5188699960708618,1.538506031036377,1.527866005897522,1.34641695022583,-0.2395080029964447,-1.8468159437179565,1.4090290069580078,0.09187400341033936,0.358366996049881,1.5222049951553345,0.3461410105228424,1.7339129447937012,0.4523879885673523,1.5398600101470947,-0.39141198992729187,-1.8266500234603882,1.702765941619873,-2.441215991973877,-0.7241560220718384,1.3295810222625732,1.3919860124588013,0.6989589929580688,0.7910789847373962,1.4934860467910767,-2.8953969478607178,0.2573370039463043,-0.8986579775810242,1.3302940130233765,1.3205280303955078,0.5026559829711914,-0.8205779790878296,1.9885139465332031,-1.1698590517044067,1.1862939596176147,0.7871840000152588,-2.450040102005005,0.616320013999939,0.11596299707889557,1.6270179748535156,0.5143629908561707,1.2063180208206177,0.8675770163536072,1.5267770290374756,-0.04690999910235405,0.03082999959588051,-0.5505009889602661,0.7233099937438965,-0.6705089807510376,-0.32054299116134644,1.0547499656677246,-1.104423999786377,0.3234100043773651,1.1399869918823242,-1.4167230129241943,-0.15647800266742706,-1.8356729745864868,-1.6049220561981201,1.6097099781036377,0.9228159785270691,1.261093020439148,1.6372419595718384,1.619236946105957,1.5813130140304565,0.7186660170555115,-2.2545950412750244,1.1337729692459106,0.597836971282959,-2.032510995864868,1.2295119762420654,0.19211900234222412,-1.193966031074524,-2.5798890590667725,0.23594999313354492,-0.08772599697113037,-0.16770699620246887,-0.7649819850921631,0.05536099895834923,-0.18165600299835205,-2.1402781009674072,-1.283161997795105,-0.24910099804401398,-0.32033100724220276,0.7415019869804382,0.2144320011138916,-1.2100369930267334,0.7587329745292664,0.9752129912376404,0.7567300200462341,0.04871499910950661,0.07350599765777588,0.19243399798870087,0.0677030012011528,1.0185580253601074,1.7386740446090698,0.4937030076980591,0.05765200033783913,-0.082396000623703,1.5187079906463623,1.4200739860534668,-1.3595160245895386,0.4362879991531372,0.8285430073738098,0.8037300109863281,-0.3884739875793457,0.9535809755325317,0.9555969834327698,0.1942020058631897,-0.6994310021400452,1.6300899982452393,-0.9237490296363831,-0.2975560128688812,-0.20152300596237183,0.25958898663520813,1.7492849826812744,-2.293009042739868,-1.0648000240325928,-1.8696980476379395,-1.8582580089569092,0.5095379948616028,0.43510401248931885,0.8272539973258972,0.9527850151062012,0.137703999876976,1.6659890413284302,0.6912329792976379,1.314007043838501,-0.6133530139923096,-1.53757905960083,-2.316128969192505,1.510457992553711,1.613029956817627,0.41936299204826355,-1.4202179908752441,1.1539950370788574,1.5976680517196655,-0.6859019994735718,0.0598209984600544,-1.911241054534912,-1.0060440301895142,1.2104829549789429,-0.17019100487232208,-2.5171029567718506,-1.7231589555740356,1.5751800537109375,1.123937964439392,1.1559619903564453,-0.4727630019187927,0.3790769875049591,-0.9846429824829102,-1.4603029489517212,1.6318470239639282,0.8816859722137451,0.6624249815940857,0.47717899084091187,1.000236988067627,1.381669044494629,1.0124599933624268,-0.6608800292015076,-1.1014970541000366,-0.29255399107933044,0.0021909999195486307,0.8737350106239319,1.3364390134811401,-1.902330994606018,0.8748279809951782,-0.749983012676239,-0.2963640093803406,-0.5279449820518494,-1.1696300506591797,-0.6078780293464661,-2.944446086883545,-1.0428440570831299,1.4846750497817993,0.42550599575042725,-0.9251270294189453,-1.4521629810333252,1.8464540243148804,1.4148739576339722,0.9986000061035156,-1.0203289985656738,0.29270100593566895,0.7206040024757385,-1.140995979309082,0.9891120195388794,-0.9281619787216187,0.10176300257444382,1.3819960355758667,-1.5689539909362793,0.3411110043525696,0.7145580053329468,0.4810279905796051,0.025404000654816628,1.5648959875106812,1.4958280324935913,1.5071849822998047,-1.9891959428787231,-1.9225590229034424,-1.9259899854660034,-2.3407371044158936,1.2212719917297363,-1.3280119895935059,-0.5112079977989197,-2.819088935852051,-0.09170500189065933,-0.27949100732803345,-0.18880799412727356,-1.3736920356750488,-1.2111890316009521,-1.1450530290603638,-2.320741891860962,-2.4259519577026367,1.6144670248031616,-0.26854801177978516,-2.932440996170044,0.9318749904632568,1.1397830247879028,1.7218400239944458,-0.5037670135498047,-2.4971210956573486,-1.7732579708099365,1.4349240064620972,-0.8941919803619385,0.4108699858188629,-1.65461003780365,-0.1098330020904541,-1.5103340148925781,0.41439101099967957,0.31295299530029297,0.27425798773765564,1.8951640129089355,-0.970507025718689,1.8844120502471924,-1.1063319444656372,-0.11639899760484695,1.957988977432251,0.5088170170783997,-0.1319199949502945,0.6828870177268982,0.600488007068634,1.2355860471725464,1.4383970499038696,-0.7607070207595825,-2.7909491062164307,-0.3445659875869751,0.5847089886665344,-2.2701289653778076,-0.2606459856033325,1.896191954612732,1.134855031967163,1.4682559967041016,-0.3132610023021698,-1.0269650220870972,0.18032999336719513,0.9056529998779297,-0.6839050054550171,0.7801030278205872,0.9347190260887146,0.8812959790229797,0.8371949791908264,1.451238989830017,0.7451900243759155,-1.076112985610962,1.2149410247802734,-1.1734540462493896,1.391178011894226,-0.9236090183258057,0.5979380011558533,0.5510349869728088,1.0877439975738525,0.7333499789237976,-0.6733559966087341,1.5092970132827759,0.2610679864883423,-2.633974075317383,1.6198170185089111,1.6944129467010498,0.13743899762630463,0.13566799461841583,-1.40932297706604,-1.1668709516525269,1.1961530447006226,0.8165670037269592,0.17936499416828156,-0.7419639825820923,-1.4198180437088013,-0.30604299902915955,-0.8811749815940857,1.2325739860534668,-2.379326105117798,0.3477250039577484,0.6068909764289856,1.5543019771575928,1.0108100175857544,0.9606289863586426,-1.333644986152649,0.6063339710235596,-3.01547908782959,-0.0621660016477108,1.5799859762191772,-1.5763659477233887,-1.7157659530639648,0.8461250066757202,-0.8472059965133667,-0.27128198742866516,1.2089669704437256,-0.6797260046005249,0.8493790030479431,-1.452278971672058,-0.7209889888763428,0.19179999828338623,-0.8137680292129517,-0.32209399342536926,-0.47332900762557983,0.9649040102958679,1.6582729816436768,0.41574499011039734,1.5760730504989624,-0.9871010184288025,0.5614879727363586,1.5731199979782104,-0.4375540018081665,-0.39086100459098816,1.9732420444488525,0.9026859998703003,-1.0014829635620117,1.9780429601669312,0.3867410123348236,-0.8259080052375793,-0.35665398836135864,0.8741340041160583,0.9491109848022461,-1.054834008216858,-2.2532129287719727,-0.8563330173492432,0.240665003657341,1.4966009855270386,-1.003456950187683,0.24271999299526215,1.246628999710083,1.189924955368042,-2.5119099617004395,-1.6668009757995605,0.11542200297117233,1.4104360342025757,1.3115099668502808,0.038777001202106476,0.9734669923782349,-0.17612199485301971,1.2617709636688232,-0.30826398730278015,-0.3506790101528168,0.088407002389431,-1.282547950744629,-1.8441189527511597,-0.4024839997291565,1.3167649507522583,-0.12931500375270844,0.2910270094871521,0.6349499821662903,1.293673038482666,0.6853579878807068,-1.398648977279663,-1.4594039916992188,0.9954410195350647,-0.7707849740982056,-1.5548510551452637,0.45756399631500244,1.4179879426956177,0.16561399400234222,-0.4572809934616089,-1.6750710010528564,1.8552889823913574,1.2554450035095215,1.6542240381240845,1.1602599620819092,-2.189790964126587,0.8792669773101807,1.7956169843673706,-0.04770800098776817,-0.78438800573349,0.8655580282211304,-0.4909380078315735,0.1853400021791458,0.5966619849205017,-0.47974100708961487,1.7097270488739014,1.4750020503997803,1.5674680471420288,0.2429949939250946,-0.030341999605298042,-0.33012500405311584,0.7544440031051636,1.486395001411438,1.6040719747543335,-2.3813350200653076,0.7820839881896973,-0.4675459861755371,1.3757590055465698,1.112936019897461,1.4899719953536987,1.53513503074646,0.28463199734687805,-0.27333301305770874,-0.842212975025177,-0.25723400712013245,-2.6491029262542725,0.9833700060844421,1.0125880241394043,-0.23289400339126587,-0.8487120270729065,0.53752601146698,0.84135901927948,0.3214609920978546,-0.39676299691200256,0.23356899619102478,0.0702269971370697,-0.6409140229225159,-2.1773459911346436,1.8722820281982422,-2.427762031555176,0.12839999794960022,-1.261916995048523,-0.74931401014328,-1.8345049619674683,-0.2227730005979538,-2.4264891147613525,-1.3585970401763916,0.4071739912033081,0.6921929717063904,0.055713001638650894,1.796774983406067,-1.00667405128479,1.577947974205017,1.5970720052719116,-2.593027114868164,-1.4001909494400024,1.660889983177185,-0.4804829955101013,-0.7373629808425903,0.21096399426460266,-0.03226799890398979,-0.7678520083427429,0.5532709956169128,0.4519619941711426,-2.7643589973449707,1.0359230041503906,-1.5063849687576294,0.7836310267448425,0.5783039927482605,-0.45494699478149414,-1.3108290433883667,1.8295259475708008,-0.26555201411247253,-0.011071999557316303,1.0517150163650513,0.0821240022778511,1.1806440353393555,1.1665489673614502,0.4864889979362488,-1.7265490293502808,-2.055680990219116,1.745663046836853,-0.040630001574754715,0.9200829863548279,-0.8611860275268555,-0.6385470032691956,-2.7684409618377686,-1.1450190544128418,0.24204100668430328,-0.486845999956131,1.677211046218872,-1.3316149711608887,0.5437269806861877,-0.8324819803237915,0.6435250043869019,0.46906501054763794,-0.43459001183509827,-1.1192350387573242,-0.010715999640524387,-1.2733370065689087,-1.0627919435501099,-0.6085649728775024,0.6714289784431458,1.1496870517730713,0.17961199581623077,-2.4910318851470947,1.1578789949417114,-1.2598580121994019,-0.35702499747276306,-0.42065000534057617,-2.0763609409332275,-1.9618380069732666,-0.6304140090942383,0.2087250053882599,-0.7371230125427246,0.46488600969314575,1.288619041442871,1.114853024482727,1.106490969657898,1.0072510242462158,-0.3791919946670532,-0.14695799350738525,-0.1963929980993271,1.9820120334625244,0.015799999237060547,1.1259349584579468,0.5643290281295776,-0.6469510197639465,0.4542810022830963,-2.9437389373779297,-0.05532100051641464,0.9639909863471985,0.7187719941139221,-0.19199399650096893,1.3714849948883057,-2.0528080463409424,-1.7342109680175781,-2.280489921569824,-1.0357760190963745,-0.9787899851799011,-1.920896053314209,1.4533920288085938,1.6340210437774658,-1.0070589780807495,1.0631660223007202,0.6995710134506226,-1.5755449533462524,-1.419854998588562,-0.8158069849014282,-2.667125940322876,-2.7517991065979004,-2.743868112564087,1.618548035621643,-0.21422900259494781,-2.4198110103607178,-0.26659899950027466,1.5813900232315063,1.3912930488586426,-1.413720965385437,-0.22822099924087524,0.8553979992866516,0.7224559783935547,1.45163094997406,-2.9852139949798584,-1.2252639532089233,-2.8401501178741455,0.3951770067214966,-0.7790449857711792,-2.1022279262542725,-1.9253020286560059,0.8970419764518738,-1.8041880130767822,-0.5890979766845703,-0.9212599992752075,-1.5103470087051392,-1.373391032218933,1.2940750122070312,-0.3333530128002167,-0.8214070200920105,-0.9739279747009277,0.1578720062971115,0.06515400111675262,0.46227899193763733,-0.6747459769248962,1.423483967781067,-2.7845189571380615,-0.5609239935874939,0.48499301075935364,-0.014020999893546104,0.2760309875011444,0.8096989989280701,-2.5383589267730713,-1.1164389848709106,0.2697570025920868,0.840861976146698,1.7798960208892822,0.3425930142402649,-1.0357760190963745,-0.9116269946098328,-1.9555039405822754,-0.39608699083328247,-1.2920310497283936,1.0558249950408936,-0.1512729972600937,-0.8910199999809265,1.4444550275802612,0.19226999580860138,-1.78397798538208,0.44456198811531067,-0.3941609859466553,1.5956549644470215,0.08425399661064148,-1.2084159851074219,1.3791530132293701,0.9687409996986389,-0.7745929956436157,1.7981319427490234,0.21447500586509705,1.1162129640579224,-1.2143110036849976,0.2148369997739792,1.3120009899139404,0.37365400791168213,-2.3339591026306152,1.2972040176391602,0.9788789749145508,1.0952969789505005,0.6524950265884399,1.2854039669036865,0.14645199477672577,1.6999880075454712,0.776665985584259,-0.7405499815940857,-0.8455790281295776,0.27508899569511414,-1.1289139986038208,0.052963998168706894,0.8217419981956482,1.815412998199463,0.13141100108623505,-1.4285399913787842,-1.2317630052566528,0.5668780207633972,1.2219860553741455,-1.6727689504623413,-1.0592390298843384,-0.7737290263175964,-1.1997430324554443,0.6350610256195068,-1.403691053390503,0.9710239768028259,-1.4815479516983032,0.4111570119857788,0.8636549711227417,-1.838839054107666,-1.9681099653244019,0.9163200259208679,1.6795779466629028,-0.0037799999117851257,-1.7218199968338013,-1.3047150373458862,0.7432159781455994,-1.3347229957580566,-1.3557629585266113,-0.747855007648468,-0.7473120093345642,-1.2557719945907593,0.8912450075149536,-1.5384620428085327,-0.9151970148086548,0.7097169756889343,-1.400581955909729,0.5899410247802734,-2.6925179958343506,-1.398710012435913,-1.440574049949646,0.6564520001411438,-1.2045680284500122,0.5232200026512146,1.7842170000076294,-0.9658520221710205,1.7640190124511719,-0.3743729889392853,-0.11300700157880783,-0.9951580166816711,-2.092150926589966,0.5783659815788269,0.15178899466991425,-1.6833469867706299,0.4768980145454407,1.2958060503005981,-0.9636769890785217,-0.2610340118408203,-0.5659369826316833,1.6144059896469116,-1.3356519937515259,-2.015993118286133,0.7291669845581055,-1.6620869636535645,0.05534699931740761,0.03144599869847298,0.938165009021759,-0.9466800093650818,-2.8105149269104004,-0.13700799643993378,-0.3718410134315491,0.11271899938583374,-0.9698010087013245,-0.5319910049438477,1.2464770078659058,-1.238402009010315,-0.3933260142803192,-1.891150951385498,-2.024209976196289,-2.0353329181671143,-1.1357890367507935,1.456091046333313,-0.7728840112686157,-0.9187880158424377,0.9285579919815063,-1.0768660306930542,1.3021390438079834,1.4434759616851807,0.46898698806762695,-0.6102250218391418,1.6906059980392456,0.6156349778175354,-0.42003700137138367,-0.27643799781799316,-1.7807550430297852,0.5735729932785034,-0.985289990901947,-0.9931780099868774,1.3984730243682861,-0.18989300727844238,0.6445969939231873,-1.286972999572754,0.3942149877548218,-0.3989950120449066,-1.9335010051727295,-0.3281260132789612,1.3234750032424927,-2.1641159057617188,0.10587400197982788,-0.5228670239448547,1.8989020586013794,-2.319257974624634,0.8822789788246155,-2.0861570835113525,0.3963640034198761,-1.2662169933319092,1.804211974143982,-0.04437800124287605,0.3741289973258972,0.48410698771476746,1.447721004486084,-0.944320023059845,-1.080773949623108,1.4883869886398315,1.5069160461425781,-0.9846469759941101,0.4115520119667053,-1.254431962966919,0.09301699697971344,-2.005300998687744,1.1161589622497559,0.6733130216598511,-0.283517986536026,-2.6469929218292236,0.5384269952774048,0.31030601263046265,1.4522490501403809,-0.4175260066986084,0.46658098697662354,1.2634199857711792,1.318274974822998,-0.9381399750709534,-1.0577360391616821,-0.02899100072681904,1.8662480115890503,-1.5400290489196777,1.7041070461273193,1.5308330059051514,0.015572000294923782,-0.05964000150561333,-1.915932059288025,-0.27305299043655396,1.3993569612503052,-0.0057669999077916145,0.5263450145721436,0.21309499442577362,-2.7645790576934814,1.925089955329895,-0.29047200083732605,-1.3027249574661255,-0.26604700088500977,-1.0323890447616577,1.5587660074234009,0.4459730088710785,1.1255329847335815,-1.2761679887771606,1.149338960647583,0.9768990278244019,1.164430022239685,-0.4121760129928589,0.19526199996471405,-1.194139003753662,-0.7172390222549438,0.09966599941253662,-2.108656883239746,0.7903670072555542,0.7345770001411438,0.33994799852371216,1.5240819454193115,0.3065429925918579,0.7740089893341064,1.1684490442276,1.9594550132751465,0.2500790059566498,-1.159072995185852,0.5392439961433411,0.07067500054836273,0.5062620043754578,-1.05138099193573,-1.0703109502792358,-2.2233080863952637,-0.06652099639177322,-0.7862859964370728,0.3048830032348633,-0.5702499747276306,0.04605700075626373,1.0640820264816284,1.0304960012435913,0.3170759975910187,0.28626900911331177,-0.41768699884414673,0.34761399030685425,1.2461620569229126,-1.2134079933166504,0.21548399329185486,-0.07612299919128418,-0.7998909950256348,1.0224080085754395,-0.33298400044441223,-2.2334940433502197,0.5672309994697571,0.5518800020217896,0.360725998878479,0.08150000125169754,1.518699049949646,-0.040807999670505524,-2.994534969329834,-0.5748230218887329,1.0074989795684814,-0.6843050122261047,0.6146720051765442,0.49818000197410583,-1.137307047843933,-0.9756320118904114,-0.6484760046005249,-2.3116509914398193,-2.587351083755493,1.6776249408721924,-1.4392210245132446,0.18880300223827362,0.22059500217437744,-0.536283016204834,1.2082170248031616,1.6901910305023193,0.6183369755744934,1.0711549520492554,0.6100350022315979,-1.2525639533996582,0.5989429950714111,0.7258390188217163,-0.6601279973983765,-1.3177590370178223,0.503404974937439,-0.912788987159729,-1.4108079671859741,-1.3570950031280518,1.204043984413147,-0.303182989358902,-1.2734990119934082,-0.6166849732398987,-2.1830990314483643,-2.2318758964538574,1.6901099681854248,-0.15523600578308105,0.23806600272655487,1.7791789770126343,-0.762391984462738,0.30708301067352295,-0.05547799915075302,-0.5251139998435974,-0.8325409889221191,0.6989650130271912,0.4206070005893707,0.9375860095024109,-1.3254899978637695,-1.6816630363464355,-1.1306090354919434,1.121925950050354,-0.21318399906158447,0.37301599979400635,0.02234799973666668,-1.0365630388259888,-1.0149040222167969,1.112820029258728,-0.43261799216270447,-2.8889920711517334,1.8671040534973145,-0.6600369811058044,-1.2156050205230713,0.895907998085022,1.4471349716186523,0.3265630006790161,-0.6232540011405945,-0.5165860056877136,-1.7442950010299683,-1.7362849712371826,1.3386269807815552,-0.9998300075531006,-1.3770560026168823,-0.560575008392334,1.2128959894180298,0.23369599878787994,-2.602173089981079,-1.273738980293274,0.8539339900016785,-0.8851029872894287,-2.16341495513916,-1.7716779708862305,1.6290960311889648,0.3369410037994385,1.7679940462112427,-1.0593420267105103,1.405500054359436,0.6277779936790466,1.0293569564819336,-1.1644940376281738,0.48996099829673767,0.6712560057640076,1.7882399559020996,-0.49549400806427,-1.1765730381011963,1.20735502243042,1.9798810482025146,-1.2217799425125122,-2.439054012298584,-0.507561981678009,-0.12998799979686737,-1.7790889739990234,-0.49971601366996765,1.413485050201416,-0.1305769979953766,0.603987991809845,0.43696698546409607,-0.5758799910545349,-0.46393099427223206,-1.7226910591125488,-1.7545839548110962,0.8027979731559753,0.7469810247421265,0.7727149724960327,-0.7030289769172668,-0.9291160106658936,-2.718851089477539,0.9608399868011475,-1.2928709983825684,1.8562220335006714,-0.02618500031530857,0.1625880002975464,-2.7269039154052734,-0.0068870000541210175,-0.8434129953384399,-1.3956990242004395,-1.3612430095672607,-2.2840280532836914,0.6118040084838867,-1.3431960344314575,-0.7797600030899048,1.502323031425476,1.2040729522705078,-2.6122419834136963,1.1266759634017944,1.1988320350646973,-1.0019060373306274,-1.0184810161590576,0.41532400250434875,-1.0899490118026733,0.3200890123844147,1.6019829511642456,-2.6893539428710938,1.914376974105835,0.4384840130805969,0.507951021194458,0.6240220069885254,-0.6785150170326233,0.38402101397514343,-1.6738510131835938,-0.8385429978370667,0.4106549918651581,1.934209942817688,1.3445589542388916,0.1444839984178543,-1.2906969785690308,-1.84477698802948,-1.085474967956543,-1.1573940515518188,-2.155251979827881,-1.9522780179977417,-1.4283339977264404,0.38057899475097656,-0.7970629930496216,0.1907380074262619,0.8793789744377136,0.21900500357151031,-0.6547600030899048,-0.6261810064315796,0.8736000061035156,1.1107920408248901,-0.2790299952030182,-0.14821000397205353,-0.8039140105247498,1.3110790252685547,0.09169399738311768,0.7122859954833984,1.2854620218276978,1.2410839796066284,1.2812080383300781,-1.9812029600143433,0.3374820053577423,0.1305840015411377,1.6125110387802124,-0.9767760038375854,1.7318470478057861,0.9495149850845337,-1.3465160131454468,-1.7388440370559692,0.937729001045227,-0.03676699846982956,1.0568679571151733,0.8418580293655396,0.5055559873580933,-0.9161999821662903,-1.4116209745407104,-0.5684599876403809,1.0350719690322876,-1.8802059888839722,0.6380929946899414,0.8680160045623779,1.431678056716919,-0.9650089740753174,-1.5594309568405151,0.49259400367736816,0.7654020190238953,-1.2116719484329224,1.8482199907302856,-0.37654998898506165,0.46251198649406433,-2.5981149673461914,-0.3907260000705719,-0.04864899814128876,-0.2926349937915802,-2.275214910507202,1.4182389974594116,1.046336054801941,-1.3455660343170166,0.5226569771766663,1.2234519720077515,-0.16601499915122986,-1.8687399625778198,1.0918439626693726,-0.0532119981944561,-1.6926779747009277,1.4555269479751587,-1.8532509803771973,-0.30778801441192627,0.7118279933929443,-0.9271529912948608,1.1656609773635864,-1.403190016746521,-1.3315110206604004,-0.5292230248451233,1.3774299621582031,0.8525609970092773,-0.08408199995756149,1.4786850214004517,-2.363265037536621,-2.311681032180786,0.22159099578857422,-0.4604569971561432,1.3943389654159546,-0.31436800956726074,-0.5079609751701355,-0.11171799898147583,0.17576299607753754,-0.6145619750022888,-0.9612770080566406,0.7863900065422058,0.37906599044799805,-1.8928899765014648,0.7092260122299194,-0.22340799868106842,0.585116982460022,-0.29470500349998474,1.0220459699630737,1.010869026184082,-1.8672230243682861,-1.2368240356445312,-0.6487690210342407,0.8120669722557068,0.13163499534130096,0.06916200369596481,0.7770670056343079,-1.5907069444656372,-0.2388940006494522,-2.601119041442871,1.510398030281067,0.8396980166435242,1.0570030212402344,1.0636719465255737,-1.3734890222549438,-1.0956900119781494,-0.44178101420402527,-0.04485199972987175,-0.9988939762115479,0.40656599402427673,1.6966389417648315,0.11621399968862534,0.35908201336860657,0.39565199613571167,-0.3538079857826233,0.5599169731140137,1.1178309917449951,-1.915477991104126,-0.020891999825835228,0.48667800426483154,1.519974946975708,0.5063040256500244,0.7105230093002319,-0.8423590064048767,0.9948859810829163,1.5525109767913818,0.9718790054321289,-0.4060879945755005,0.7855939865112305,-1.8492690324783325,1.1847740411758423,-2.6381239891052246,-0.44020700454711914,-1.190271019935608,-1.774935007095337,-0.24708199501037598,1.4905040264129639,-0.990684986114502,0.659313976764679,-0.13337600231170654,-1.2347700595855713,-1.293681025505066,1.476768970489502,-1.1628530025482178,-0.7288140058517456,-2.2857398986816406,0.7759100198745728,0.6463379859924316,1.3387880325317383,-0.3627229928970337,0.8493040204048157,-1.3204489946365356,-1.2548320293426514,-0.7377600073814392,-1.063815951347351,1.001378059387207,-1.3361129760742188,1.309432029724121,0.5516499876976013,1.0687919855117798,1.5318440198898315,1.591567039489746,0.2838670015335083,1.4321069717407227,0.22653000056743622,0.9872360229492188,-1.2177150249481201,1.1875710487365723,1.0862809419631958,1.6126899719238281,0.8722829818725586,-1.2809890508651733,0.9719160199165344,-0.8590700030326843,-0.16790199279785156,1.5808459520339966,-2.493407964706421,-2.9701480865478516,1.1471730470657349,0.19357900321483612,-1.4225250482559204,-0.838549017906189,0.6996970176696777,0.7057160139083862,-0.8692370057106018,-0.5693680047988892,1.5460129976272583,1.2584019899368286,-2.3073689937591553,-1.9905890226364136,0.18202300369739532,1.7622389793395996,1.4325180053710938,-1.112009048461914,-0.47746598720550537,1.4603949785232544,-1.842872977256775,-1.8169000148773193,-0.3833099901676178,-0.35856500267982483,1.8409730195999146,1.1591459512710571,0.5063819885253906,-2.4073219299316406,0.7238900065422058,0.46440500020980835,-1.1159839630126953,0.18903400003910065,0.06803999841213226,-0.5773019790649414,1.1770540475845337,-1.993981957435608,-1.83958899974823,0.875531017780304,-2.7965080738067627,-1.0606650114059448,0.6664260029792786,1.1980329751968384,1.5800700187683105,1.1027239561080933,0.13629600405693054,0.6239230036735535,0.14084599912166595,1.4762810468673706,1.5360289812088013,0.6939949989318848,-0.1751590073108673,-2.503633975982666,-0.541047990322113,1.3363280296325684,1.2223089933395386,1.8453619480133057,-0.8829540014266968,0.18735599517822266,0.7709230184555054,0.4427359998226166,-2.470228910446167,-1.2278330326080322,-1.3150520324707031,0.5290290117263794,0.6679620146751404,-1.22645902633667,-0.1857520043849945,0.6791430115699768,0.5577030181884766,1.0598540306091309,-0.08778399974107742,0.5239130258560181,1.0987379550933838,-2.090250015258789,-0.6660789847373962,-0.09349799901247025,-1.3183900117874146,-2.6783509254455566,1.4479490518569946,-0.7440440058708191,-1.1463680267333984,-0.08280999958515167,1.592926025390625,1.6907190084457397,-0.45540300011634827,-0.5137389898300171,1.3329960107803345,-2.789156913757324,-2.692976951599121,-0.6296839714050293,-2.5646159648895264,-0.5453119874000549,0.960506021976471,-2.198472023010254,0.39873799681663513,-0.5357589721679688,-2.82839298248291,0.9898790121078491,-1.3621189594268799,-1.383754014968872,0.18194900453090668,0.14781799912452698,-0.5039839744567871,-1.397233009338379,1.790511965751648,-2.206679105758667,0.6032990217208862,-0.9956039786338806,-0.006719999946653843,-2.021883964538574,0.3702700138092041,-0.18894100189208984,0.9395869970321655,0.1280670017004013,-2.0619490146636963,1.2624520063400269,0.5637940168380737,-1.0434889793395996,1.6101289987564087,-0.10341200232505798,-2.561453104019165,0.21200799942016602,0.9973139762878418,-0.872452974319458,-2.0706100463867188,0.909712016582489,-2.119621992111206,-2.413485050201416,-0.04307299852371216,1.6928839683532715,1.3450520038604736,0.40066400170326233,0.7960600256919861,0.5206959843635559,0.33855700492858887,0.05542999878525734,0.7740449905395508,0.4387679994106293,1.3859039545059204,0.978289008140564,-1.2342519760131836,1.283189058303833,-0.42685699462890625,0.6455180048942566,0.5561280250549316,-0.744504988193512,1.0318299531936646,0.341962993144989,-0.06923100352287292,1.681257963180542,-0.08017999678850174,-1.177907943725586,0.4928559958934784,1.0336300134658813,1.2893600463867188,1.0011600255966187,0.5270919799804688,1.4575259685516357,-2.3681540489196777,1.71799898147583,1.7279959917068481,-1.2951010465621948,-0.3126690089702606,0.23819799721240997,0.4302850067615509,-2.2583980560302734,1.6985280513763428,-0.9465230107307434,-1.8124370574951172,-2.757889986038208,0.20529499650001526,0.6827239990234375,0.6134859919548035,1.0746010541915894,1.368149995803833,-2.821842908859253,1.5327999591827393,0.5131289958953857,0.6374679803848267,-1.249987006187439,-0.2699100077152252,1.4629939794540405,0.17738600075244904,-0.25066301226615906,0.9688040018081665,-0.04460500180721283,0.17130400240421295,-0.19863200187683105,-1.3052990436553955,0.836143970489502,0.5427700281143188,-2.004364013671875,1.3572920560836792,-1.8348569869995117,-0.9979050159454346,-2.6114399433135986,-1.3965799808502197,-2.124190092086792,-2.860491991043091,-1.3177130222320557,0.6903799772262573,-1.521738052368164,-0.9825090169906616,1.3952579498291016,0.7409870028495789,0.6061409711837769,-1.8426049947738647,2.0234289169311523,-1.8062729835510254,1.8755040168762207,0.5153740048408508,-1.0437370538711548,1.2540489435195923,-0.09234099835157394,-0.8339359760284424,-1.0524049997329712,0.8416829705238342,-0.0009970000246539712,-0.572180986404419,1.7662229537963867,-0.9713559746742249,1.244644045829773,-1.3609830141067505,0.8432819843292236,0.5839840173721313,0.5261939764022827,-1.477391004562378,-2.1142590045928955,1.0282269716262817,-1.1728579998016357,-0.9823880195617676,0.47471100091934204,0.26663699746131897,0.21922799944877625,-2.123872995376587,-1.7462409734725952,1.5582220554351807,1.6234300136566162,-1.9652429819107056,-0.42540299892425537,-0.9928569793701172,-0.9648889899253845,-2.19207501411438,-0.18331199884414673,0.2748889923095703,1.063951015472412,-2.509690046310425,1.9484570026397705,-0.7503700256347656,0.22069500386714935,-1.176272988319397,0.5407249927520752,-0.8604059815406799,-0.8016800284385681,-0.4330509901046753,0.4799340069293976,0.6847800016403198,-0.2794319987297058,1.245723009109497,-0.5025780200958252,-0.05760199949145317,0.03511499986052513,1.1134849786758423,1.7978659868240356,1.7977670431137085,1.7979450225830078,-2.6383509635925293,-1.2366969585418701,1.5605549812316895,1.1057989597320557,1.5414329767227173,-1.6791000366210938,-2.33652400970459,1.3991999626159668,-0.22638800740242004,1.188722014427185,-1.624305009841919,1.5517849922180176,-1.6350250244140625,-2.179456949234009,0.05853800103068352,1.3551440238952637,0.6677389740943909,0.2709600031375885,-1.1776670217514038,-1.8028349876403809,1.513949990272522,1.529147982597351,-0.2310670018196106,1.0715750455856323,-2.5576579570770264,1.4344290494918823,1.4976019859313965,-1.8829560279846191,-1.7830100059509277,1.4605519771575928,1.482740044593811,-1.9300739765167236,-1.9999940395355225,-1.7886300086975098,-1.8349080085754395,-1.854004979133606,-1.8383339643478394,-0.2986670136451721,-0.27420100569725037,-0.18745100498199463,-0.25351598858833313,-0.28341299295425415,-0.27098000049591064,-0.24652400612831116,-0.23573699593544006,-0.24835200607776642,-0.2378070056438446,-0.2282329946756363,-0.20982800424098969,-0.20633600652217865,-0.19697000086307526,-0.23265600204467773,-0.2685370147228241,-0.28714001178741455,-0.30164700746536255,-0.32974299788475037,-1.4354649782180786,-1.3996080160140991,-1.4294209480285645,-1.607820987701416,-1.5826369524002075,-1.567924976348877,-1.549921989440918,-0.24130700528621674,-0.23389700055122375,-0.7465869784355164,-0.1721230000257492,-0.1610029935836792,-0.20599600672721863,-0.1625799983739853,-0.26267701387405396,-0.2741039991378784,-0.3004570007324219,-1.9229439496994019,-1.8752789497375488,-1.899796962738037,-1.9475059509277344,-1.8806480169296265,-1.8277289867401123,-1.7852519750595093,-1.5868799686431885,-1.5702730417251587,-1.608046054840088,-1.5942250490188599,-1.9173460006713867,-1.9448039531707764,-1.9241969585418701,-0.7522199749946594,-0.7521889805793762,-1.7020260095596313,-1.7092399597167969,-1.7432329654693604,-0.2669149935245514,-0.2788130044937134,-0.2762889862060547,-0.25444701313972473,-0.28908899426460266,-0.28148600459098816,-0.29729801416397095,-0.3046739995479584,-0.31018200516700745,-0.507220983505249,-0.45439600944519043,-0.4722679853439331,-0.19781699776649475,-0.17569999396800995,-0.17194800078868866,-0.1879190057516098,-1.8288609981536865,-2.5443849563598633,0.35983800888061523,0.9980459809303284,-1.9662469625473022,-0.29478898644447327,-0.33054301142692566,-0.3242810070514679,-1.5528249740600586,-2.5208370685577393,-2.5411698818206787,-1.9720760583877563,-1.7848080396652222,0.6524789929389954,-0.2667880058288574,0.1406950056552887,0.10351599752902985,-0.7524290084838867,-2.0600719451904297,-0.2541550099849701,-0.291934996843338,1.4898099899291992,-0.039817001670598984,-0.2019139975309372,-1.917641043663025,1.5176039934158325,-1.6300510168075562,0.8174899816513062,-0.2796739935874939,-0.32288599014282227,1.1274009943008423,-1.7886650562286377,-2.6411869525909424,-2.0013179779052734,-0.34733301401138306,-0.3635900020599365,-1.4089159965515137,-1.098099946975708,1.4564050436019897,-0.2806990146636963,0.5629259943962097,-0.15130600333213806,-0.4545289874076843,-0.21042700111865997,-0.7068309783935547,-1.5703530311584473,-2.575853109359741,-0.15327300131320953,1.446395993232727,-0.20167499780654907,-0.3311670124530792,-1.1136139631271362,-2.541438102722168,-2.562920093536377,-0.18617500364780426,-0.4259690046310425,1.2067970037460327,-1.7996660470962524,0.804872989654541,-0.22328899800777435,-0.2327589988708496,-0.20705300569534302,-2.226573944091797,-2.2426459789276123,0.5015569925308228,-0.25505200028419495,-0.198853000998497,0.049536000937223434,-1.5447499752044678,-1.5683640241622925,-1.9284119606018066,-1.9500449895858765,-2.026771068572998,-2.5651779174804688,-0.23409099876880646,-0.28367701172828674,-0.25763899087905884,-0.18789200484752655,-2.329996109008789,-0.752830982208252,-0.13346800208091736,-0.1720539927482605,-0.1617320030927658,0.3637480139732361,-2.347986936569214,1.3400180339813232,-1.9399340152740479,0.9620689749717712,-0.21420900523662567,-2.5894229412078857,1.168755054473877,1.1187609434127808,-1.7504459619522095,0.8413940072059631,-0.28987300395965576,-2.173398017883301,1.5019750595092773,-2.5290729999542236,1.0832459926605225,0.5503169894218445,-1.8275400400161743,1.074908971786499,0.7112990021705627,-0.37755799293518066,-1.8116949796676636,0.9285470247268677,1.3851369619369507,-1.3789969682693481,-1.6368340253829956,-2.588970899581909,-0.004395999945700169,-1.9559060335159302,-2.363149881362915,-2.3271119594573975,-2.3664729595184326,-0.2211569994688034,1.046491026878357,-1.4046260118484497,-0.8699659705162048,-0.8796619772911072,-0.18134699761867523,-0.18808400630950928,-0.1510400027036667,-0.8371040225028992,-2.4562950134277344,-0.984578013420105,1.1239149570465088,1.164180040359497,0.30573201179504395,1.0333830118179321,0.6452540159225464,-2.484426975250244,0.09477999806404114,-2.50817608833313,1.4131360054016113,-1.9720350503921509,-1.3276079893112183,-1.886299967765808,0.4027149975299835,-0.29947400093078613,1.388914942741394,1.3890269994735718,-0.28219500184059143,-1.9973729848861694,-1.1752599477767944,-1.8270119428634644,-0.2826460003852844,0.6008679866790771,-1.732226014137268,1.3752919435501099,-2.597024917602539,-0.5697190165519714,0.8897140026092529,-1.7671480178833008,1.454511046409607,-2.5501630306243896,1.5012669563293457,-2.572532892227173,-1.7540260553359985,-2.2454030513763428,1.474439024925232,1.2724039554595947,-2.367121934890747,-0.1320129930973053,1.3125489950180054,0.05445700138807297,1.0514750480651855,0.16590699553489685,-0.38177499175071716,-2.4298019409179688,-2.4943408966064453,-2.5903549194335938,-2.648175001144409,0.7015169858932495,0.7517759799957275,-2.628040075302124,-1.8494139909744263,0.20377099514007568,1.3697279691696167,-2.1324830055236816,1.2928580045700073,-1.9349470138549805,1.3788419961929321,1.953192949295044,1.6701409816741943,2.0953750610351562,1.9054319858551025,1.9725689888000488,1.9023760557174683,1.6955339908599854,2.0787620544433594,2.0636699199676514,1.9167779684066772,1.9343609809875488,1.681952953338623,1.927467942237854,0.6913719773292542,1.8591370582580566,1.8194949626922607,2.0628550052642822,2.0808489322662354,1.772137999534607,1.292464017868042,1.2623159885406494,0.8485379815101624,1.7419430017471313,1.1398019790649414,1.7975070476531982,0.773829996585846,1.9658149480819702,0.8981850147247314,1.578320026397705,2.118649959564209,2.0793349742889404,2.073647975921631,1.7849040031433105,2.130270004272461,1.9785380363464355,2.053981065750122,1.053393006324768,1.9274770021438599,1.6388460397720337,1.9935400485992432,1.901911973953247,2.0897719860076904,1.9379940032958984,1.8562350273132324,1.9221129417419434,1.600790023803711,0.29470399022102356,1.8997520208358765,1.5518289804458618,1.5356700420379639,1.1731489896774292,1.2616369724273682,2.089833974838257,0.47725000977516174,1.589005947113037,2.065229892730713,1.828974962234497,2.1330809593200684,0.85446697473526,1.7429900169372559,0.6220200061798096,1.9541430473327637,1.97285795211792,0.7340930104255676,0.2976810038089752,1.9628219604492188,0.7584869861602783,2.053910970687866,0.815455973148346,1.6265490055084229,1.9701900482177734,1.7581830024719238,1.4911019802093506,0.3737640082836151,2.041476011276245,2.104569911956787,1.7075109481811523,2.0222671031951904,1.8173129558563232,1.870877981185913,1.8230839967727661,2.013166904449463,0.8708040118217468,0.8916370272636414,1.8731290102005005,1.8148469924926758,1.6712219715118408,1.1298359632492065,1.8709609508514404,1.202963948249817,2.044167995452881,1.9298100471496582,1.093945026397705,2.028017044067383,1.4939169883728027,1.7612990140914917,1.2822550535202026,1.7524230480194092,1.9124590158462524,2.1180379390716553,1.4820970296859741,1.7610770463943481,0.9828050136566162,0.27950799465179443,1.600545048713684,1.9802509546279907,0.9966949820518494,1.0729960203170776,2.055946111679077,1.458070993423462,1.3453220129013062,1.7965099811553955,0.5125929713249207,0.7416970133781433,1.8769500255584717,1.288040041923523,0.8806139826774597,1.9552079439163208,0.624584972858429,2.1515820026397705,1.80532705783844,1.9147770404815674,1.7446470260620117,1.6453330516815186,1.4565479755401611,1.5398839712142944,1.896394968032837,1.8038610219955444,1.9850469827651978,1.8070310354232788,1.3553969860076904,1.265321969985962,1.3937209844589233,1.8892120122909546,1.9265389442443848,2.084652900695801,1.925238013267517,0.8664050102233887,1.8514230251312256,0.9296939969062805,2.0720059871673584,1.8301939964294434,2.1304609775543213,1.4774010181427002,2.084317922592163,1.6345200538635254,0.3858639895915985,0.8001880049705505,1.9119460582733154,1.761484980583191,1.955752968788147,1.1512219905853271,0.9441199898719788,2.1356170177459717,1.9120179414749146,1.7448049783706665,1.900609016418457,1.6378569602966309,1.6251980066299438,2.1194779872894287,1.6732590198516846,1.0613739490509033,1.8013230562210083,2.0852150917053223,1.1593819856643677,2.0301411151885986,1.7526299953460693,0.30320799350738525,0.37929001450538635,2.1015989780426025,2.0072178840637207,1.8789379596710205,1.5880240201950073,0.9736729860305786,1.431404948234558,0.9328020215034485,1.19883394241333,1.591799020767212,1.5292359590530396,2.1188430786132812,1.8918119668960571,1.8115769624710083,1.910233974456787,1.6565899848937988,1.4355720281600952,1.6215749979019165,1.8213189840316772,1.7840770483016968,1.87021803855896,1.6685930490493774,2.063304901123047,1.9089560508728027,1.8777259588241577,1.992400050163269,1.1138429641723633,1.680292010307312,1.8148469924926758,0.8730369806289673,0.8624240159988403,1.3244789838790894,1.2471400499343872,0.8837190270423889,1.74611496925354,1.6734869480133057,1.8257750272750854,1.4791669845581055,1.1956080198287964,1.926144003868103,1.781393051147461,1.8101359605789185,1.8095940351486206,1.8372830152511597,0.3493799865245819,1.7385740280151367,1.674149990081787,1.8123300075531006,2.0104479789733887,1.603214979171753,2.057574987411499,2.1158668994903564,2.062947988510132,1.7746230363845825,1.6043039560317993,0.6109830141067505,1.99065101146698,1.6196650266647339,0.6119070053100586,2.0357110500335693,2.1553618907928467,1.0148069858551025,1.997115969657898,0.7606269717216492,1.0881609916687012,1.0725630521774292,1.9501399993896484,1.6451430320739746,1.648771047592163,0.9802839756011963,1.5573339462280273,2.112492084503174,1.8210159540176392,1.6543960571289062,1.010409951210022,2.102768898010254,0.7179110050201416,0.7002969980239868,2.0413670539855957,0.9521639943122864,1.2259440422058105,1.742334008216858,1.8389899730682373,0.760906994342804,1.2838590145111084,1.5288419723510742,1.56769597530365,2.059185028076172,1.2379570007324219,2.082190990447998,1.753021001815796,1.8943190574645996,1.5039550065994263,1.3779619932174683,1.0811699628829956,0.9735659956932068,1.8890269994735718,1.776026964187622,1.6545699834823608,1.8656580448150635,1.8529189825057983,1.1841919422149658,1.107875943183899,1.6035100221633911,1.7101960182189941,2.0271189212799072,1.7271239757537842,1.70945405960083,1.3423069715499878,1.2427970170974731,0.5111340284347534,0.4224120080471039,1.306185007095337,0.9448549747467041,0.8694440126419067,1.9134800434112549,1.6089669466018677,2.0900919437408447,1.7551300525665283,1.7198139429092407,1.7134369611740112,1.6352590322494507,1.0646049976348877,1.5392030477523804,1.607720971107483,2.1406400203704834,1.9234910011291504,2.045945882797241,1.029088020324707,1.0836329460144043,1.8645190000534058,2.104448080062866,1.6194039583206177,1.87459397315979,2.0349910259246826,1.9813330173492432,1.9388409852981567,1.6967990398406982,1.9007630348205566,2.1068129539489746,2.017807960510254,2.023690938949585,2.0422589778900146,1.4382539987564087,1.8932199478149414,1.7690750360488892,1.7611479759216309,1.878767967224121,1.2515219449996948,1.4055819511413574,0.8840330243110657,1.879209041595459,1.3038920164108276,0.5652310252189636,0.4625360071659088,1.5257329940795898,1.5211060047149658,1.235766053199768,1.6363539695739746,1.930474042892456,1.785838007926941,1.1692960262298584,1.8821079730987549,1.5511709451675415,1.6228150129318237,1.8949979543685913,2.0345940589904785,1.9621410369873047,1.9012329578399658,1.7837239503860474,1.991703987121582,1.516569972038269,1.686758041381836,1.954969048500061,2.076037883758545,1.9739190340042114,2.003014087677002,0.7954970002174377,1.927240014076233,1.1408209800720215,1.6008470058441162,1.081570029258728,1.3954299688339233,0.49818500876426697,1.5998400449752808,2.0754129886627197,0.4209960103034973,1.8082250356674194,1.9838910102844238,1.3877589702606201,2.0536410808563232,1.85869300365448,2.074634075164795,1.8343909978866577,2.065622091293335,1.880234956741333,1.3340280055999756,1.9890209436416626,1.3158129453659058,1.6557869911193848,1.7887279987335205,1.238893985748291,0.275952011346817,2.1111319065093994,1.0447160005569458,1.2549500465393066,1.7417570352554321,0.31422799825668335,1.714277982711792,1.72428297996521,1.8172659873962402,1.983322024345398,1.148015022277832,1.6864409446716309,1.7686820030212402,2.0610411167144775,1.969285011291504,1.4252729415893555,0.34859201312065125,2.00274395942688,2.072510004043579,2.156485080718994,1.9000869989395142,2.098268985748291,1.7120440006256104,1.7999989986419678,1.8754639625549316,1.8874709606170654,1.022017002105713,2.115938901901245,1.8741029500961304,0.5075380206108093,1.4727530479431152,1.9592169523239136,0.9814109802246094,0.6333529949188232,1.8202860355377197,1.929618000984192,2.154007911682129,1.9334100484848022,0.6042159795761108,1.9810969829559326,1.8205829858779907,1.9070249795913696,2.0898048877716064,1.1030100584030151,1.9123899936676025,1.4174929857254028,2.1255829334259033,0.29872098565101624,1.067330002784729,1.9817930459976196,1.927117943763733,1.8748329877853394,1.3565499782562256,2.081468105316162,2.1085169315338135,2.071065902709961,2.0390870571136475,1.848152995109558,1.196241021156311,0.27243998646736145,0.9423890113830566,1.840675950050354,0.6849899888038635,1.8644249439239502,1.594323992729187,1.6083650588989258,1.7244529724121094,0.4880490005016327,1.9581910371780396,1.7028679847717285,1.954563021659851,1.8522330522537231,1.8920010328292847,1.944815993309021,1.8391419649124146,1.8642990589141846,1.8579800128936768,1.6923190355300903,1.0712000131607056,1.6442619562149048,1.3749920129776,1.6744600534439087,1.6928800344467163,0.6238870024681091,1.7988669872283936,1.1656099557876587,1.6659560203552246,0.28325700759887695,1.9512629508972168,1.7962050437927246,1.8236689567565918,1.820255994796753,1.9783049821853638,1.9386470317840576,1.653223991394043,1.4563030004501343,1.6604969501495361,1.4433369636535645,2.011662006378174,1.4156219959259033,1.8004779815673828,0.9705060124397278,1.0197720527648926,2.0741779804229736,2.078325033187866,2.0191268920898438,0.6210759878158569,2.0735480785369873,0.5418390035629272,1.0392260551452637,2.0294899940490723,2.1257009506225586,1.357319951057434,0.8683249950408936,2.0275840759277344,0.47689300775527954,0.9651550054550171,1.1442229747772217,1.951333999633789,1.8940860033035278,1.535169005393982,2.0914719104766846,1.3687260150909424,1.794505000114441,1.642825961112976,1.6493020057678223,0.8803480267524719,1.5328160524368286,1.0769100189208984,1.7206439971923828,1.9854079484939575,1.239042043685913,1.8479759693145752,1.510504961013794,2.0233840942382812,1.8828970193862915,1.8621100187301636,1.9105650186538696,1.930981993675232,1.410884976387024,1.586506962776184,1.5476510524749756,1.7793149948120117,2.018773078918457,1.8060710430145264,2.063422918319702,1.96956205368042,2.1044809818267822,1.6548550128936768,1.4980080127716064,1.9260220527648926,1.8292139768600464,2.0941200256347656,1.8917980194091797,0.9713190197944641,2.1412370204925537,2.0973589420318604,1.9479990005493164,1.3760379552841187,2.1432321071624756,2.016947031021118,0.40446001291275024,1.972517967224121],"i":[53766,53768,53773,5,53775,8,10,53786,12,53789,53792,53795,53796,18,19,53801,53804,53805,53809,24,53815,53821,25,53825,28,28,53832,29,53838,33,23072,8511,33,31,14435,8511,31,33,33,3637,14711,24051,24188,16524,7276,12956,12250,20067,14206,3085,3147,6796,16675,27702,40,10546,20928,4893,19111,2704,27896,3771,3263,13679,2688,10138,11806,26429,10101,3834,2721,3805,19101,18221,29021,8429,13462,28826,432,26322,22489,1540,28315,4099,2999,9934,6661,27772,15171,53,1415,5484,15928,12760,9026,22172,24729,22090,9865,11794,8078,27611,8050,25204,12456,863,25113,21991,8703,6438,8053,6991,11984,18567,15405,27491,24474,11014,5181,5391,17610,9769,26199,15909,14970,12734,11894,5360,29232,24599,11208,27324,8101,6117,16283,15834,24569,28603,24400,8545,27987,18614,17388,26574,9077,29456,27447,29543,18511,22468,17455,1046,62,15921,20111,1052,24652,20367,3833,8473,63,23403,21152,3696,20102,28101,12019,24816,21973,11482,17837,25646,14680,25143,22583,22920,26582,21324,68,1449,12320,18930,9656,12936,4543,20206,8434,19309,6086,24047,5658,27305,14611,26603,10072,1990,1817,29087,21158,4967,29009,3553,11278,29060,26089,19499,29138,12802,193,8578,13192,11484,21737,10078,7888,8488,19669,11089,26406,20935,13330,7232,26620,7009,14856,12212,10149,77,4949,1335,8551,9223,18847,79,27557,2412,29474,27818,21991,11715,20046,23225,5510,5717,28290,6781,29180,22146,10432,13684,24457,1994,2850,4958,23907,29734,11418,22286,27449,26308,28810,18679,12435,14681,13119,7801,19187,28486,245,3575,15715,18756,20735,11518,1690,17128,5120,5889,23814,28068,21995,28113,28825,13165,550,22995,2680,26982,23599,25727,25079,7785,23984,14901,22626,576,28326,20579,20192,8818,15830,11777,2605,28533,28079,26602,6322,596,20073,26538,1815,21134,23713,20233,23262,4335,21306,23592,8731,15794,12157,2623,12289,13350,26592,25737,737,25425,9189,21024,3009,99,21936,14715,3637,23655,16770,18568,11820,8316,6763,12498,27007,103,13207,4573,18397,28381,16751,18947,29545,24964,20963,13309,16688,108,25327,3543,8448,27639,26414,27633,17961,24215,5892,10681,7785,21507,6570,28323,27554,112,1129,13652,27214,25896,5300,9803,17071,15605,3279,12632,24560,19327,23301,26825,11916,17017,26269,3145,23969,22738,1728,3069,18781,15386,16969,13993,2973,5557,1801,16031,6342,11081,2355,15586,10132,15015,28053,4508,16811,53840,53841,14287,27120,648,6008,7567,19966,28919,22759,16429,19309,3261,1297,9911,15214,1816,6339,21539,4258,14638,28963,1066,4001,16742,15743,29476,26611,1043,15437,10169,1395,11085,16997,2753,20655,4063,1123,18488,14635,11966,6989,23075,14766,19102,9592,13714,7460,11549,9639,13307,21111,25261,29168,9193,10230,6634,1457,1654,24014,338,10289,17930,1889,19173,20878,11501,22758,29593,3277,25403,2930,10602,27483,17111,8162,9819,9156,18594,7877,16575,17281,25335,21009,12042,13741,8961,16160,7085,28195,16936,5323,18658,26186,12369,12084,17720,216,10145,23336,115,6566,1855,11673,7909,21664,3822,15158,25963,144,724,11884,11722,25976,599,26662,11546,2646,15089,12693,1917,8771,10471,9512,9033,17369,8543,27081,19049,4182,29103,26955,11987,13378,23825,25807,11214,6042,3177,8749,5596,16516,13631,29540,14923,29444,9468,17200,1476,1475,20991,27442,20770,4549,5147,13682,21922,29487,15856,21691,25144,24244,16569,17362,21680,29566,2308,21392,6150,12116,9572,24940,158,29639,17048,2370,29619,17528,18607,26755,25884,15726,21186,2732,15548,23974,6621,1515,9637,10221,1944,23663,3551,21593,14652,13773,18504,8409,29060,12381,5274,15596,13751,23683,12870,15053,26308,21998,28222,29312,9478,29578,7343,11162,15120,20550,21224,26558,24686,26729,1316,23921,4373,11031,7596,16923,5011,23231,9109,5517,20578,24416,993,28779,20752,10443,4042,23307,28348,20731,28259,13874,18223,27465,9879,627,10467,11628,22660,13169,1308,14801,9135,18779,20386,29439,1918,9367,27555,21156,22111,25904,10873,9619,2179,20894,23900,16381,11205,8948,24250,15375,6192,28108,577,21583,5121,4851,27721,27128,12910,369,28964,9411,7143,6430,27757,22109,23313,6124,24784,17493,6038,16806,26974,8993,12618,7121,17729,11868,188,6134,5964,10242,26763,4503,18248,23055,6901,9097,29187,3599,19739,13363,27167,19082,9322,15499,28581,20174,22014,13463,4228,19340,9933,25544,28243,24674,13404,190,6189,10482,2104,15570,7515,23024,8192,5301,10663,24211,29589,29190,23737,540,24344,27118,15692,17725,16442,2373,9917,3523,196,14656,4450,16500,29118,8960,29651,27598,8502,1852,7282,5630,28134,18109,17294,6612,20443,2563,13204,10845,16888,21175,26544,26902,203,2786,6645,22018,22850,24123,28311,3050,20420,8064,17859,18427,6187,443,12288,18176,5601,15950,29082,11267,8557,28698,3344,17999,10214,10255,24287,19161,5002,5933,12806,13952,22782,5244,11748,28144,1098,9797,13228,15913,24714,28252,9715,16856,10354,6794,26274,8017,19674,214,24279,16331,24696,18000,28299,4284,16939,8178,216,15496,11778,22545,22596,20759,29492,22117,4335,20046,16446,16180,9455,5472,28247,18845,24638,23653,25572,17698,29710,11825,222,14887,4490,18517,20720,22521,5785,21265,24690,13749,13147,19349,639,74,24710,17193,2840,23319,8894,13358,6314,3856,24087,15866,24899,25883,15138,11880,11020,4915,3099,28495,6335,9609,6641,21505,13260,23277,3071,11479,10173,8723,16875,26404,9221,13002,9954,21019,233,25441,15455,15054,11843,5449,28656,23891,14914,3705,16063,10247,20764,23315,26242,9770,22986,28269,18453,3345,22882,24291,8981,27077,2263,13624,24823,20949,449,23299,3612,9594,24013,12610,21509,21128,9652,2074,1705,9978,13748,18696,4790,18566,1942,14817,17450,28386,16215,9952,17017,16071,2544,14751,21299,4309,1565,17836,21280,7340,28992,14074,5543,15099,12716,15856,14913,17844,8076,24832,20357,18645,1691,8005,12303,7654,16837,7855,20180,4328,23356,14292,60,26085,19678,28904,24341,13388,7892,10711,17192,23698,6728,96,21248,27688,22877,16203,16581,10182,18901,13341,13412,23855,16323,10321,6237,258,17091,16098,5054,7928,259,26922,24988,25629,4663,26865,24213,21494,14180,16532,15327,6534,18819,3733,7228,12905,6992,6992,20370,6161,25625,7291,17114,26683,26380,25492,28566,9004,10037,2793,12463,28044,631,21234,19471,25323,8604,18961,4289,11700,26452,24780,14623,28490,4210,5589,28201,10548,20150,22962,23768,7953,2940,18764,26733,24193,4754,16393,3370,1814,9963,1923,22688,19691,27914,17932,24896,2156,21227,2894,14239,3140,24784,5114,7178,19210,17643,3638,25483,20531,14596,204,24236,21247,23795,20063,11235,9241,17048,20254,10808,6559,18531,10605,6545,21155,27278,9406,26185,4717,25681,3944,6285,12911,7602,9621,15340,23812,2783,4715,29430,279,9876,27653,15402,3912,23572,9820,21852,27661,9661,21918,7213,19946,17977,12677,2052,24851,13076,21452,21710,8872,29480,15746,7450,7830,6154,14356,19617,28496,14877,22821,28683,29080,903,18806,26078,8631,19496,17191,14621,22972,5333,27567,6815,3671,19805,3526,21625,16528,10142,16228,23450,23360,16482,21210,18984,9672,7117,19994,25851,23938,28123,29040,10312,19761,6048,290,10259,19578,19785,593,1232,15834,6868,21917,28306,26393,9889,15339,3313,26602,23865,13113,8607,4872,13163,1722,12448,5372,1297,10088,29612,24978,19817,5380,22995,11440,6188,29508,8267,27997,15094,16209,14570,19012,5715,24232,22254,4561,297,18832,12679,23998,27905,8191,9816,21538,29271,5676,14392,27376,17295,9390,27212,17871,10980,8873,3555,9781,3622,9464,29689,1795,29125,12772,4422,12862,7847,21372,26611,23026,22174,16807,19913,7781,26593,20808,10766,27680,18195,1630,9665,19712,16230,13666,22332,5858,20202,7751,16514,19222,11470,8788,25319,14084,22060,313,26810,5411,4674,13465,1352,18535,25140,12688,19239,24927,17653,17653,1842,17677,8191,3205,10334,3333,26419,29048,13600,27999,28054,26550,6367,3800,5668,11369,1123,25689,11747,27967,8795,27059,10877,10183,322,2179,29667,5321,190,6114,2484,13255,18181,14813,10449,10449,22227,16309,22569,7184,22569,8946,10635,5612,17244,23185,25555,328,28993,22116,23639,7556,3678,21784,12354,18022,26793,19025,22630,17756,7507,8570,12891,7151,26026,9595,3835,16821,7998,9378,12208,20650,9151,6031,21843,20797,5007,3581,8782,12624,27821,8937,18398,5394,12946,25988,17794,3292,8771,13905,4694,331,5338,398,7760,12447,10797,27456,4863,24303,19824,24685,18971,10339,22366,18243,5024,9041,16678,23869,28852,18098,10210,21844,12194,3395,29546,841,1738,29424,5818,29229,2085,17090,11836,2987,15287,13530,912,25043,5839,27218,6163,28122,19429,21681,3522,14962,16463,10465,28167,12849,7630,14304,3476,22646,10815,14233,8476,15620,4744,16345,2497,9955,18173,2570,26587,10130,12841,27079,12588,28752,3610,4396,26417,24986,18604,9099,13173,20327,9750,26972,16319,29582,19569,4510,3477,11347,7366,15203,13212,10712,24262,15843,24170,5573,23066,23041,7831,7282,1173,354,12407,19440,11752,356,24829,20161,6997,6527,9352,852,17716,8168,21044,2151,18816,8486,15622,136,4740,1395,25317,28772,18681,3443,15625,3655,16440,1855,26947,360,22649,22763,15546,19828,26052,13687,17142,22635,28773,2660,4204,12746,7196,17924,12354,6816,3134,4167,8464,28766,17328,6784,25495,13298,29077,6688,27427,7567,21345,8076,19913,12988,16283,16751,14902,14638,21516,20561,11153,18746,17570,22552,16556,4683,5756,14170,5987,2212,28029,223,15837,7319,20864,24061,23249,18778,24972,5947,17492,11843,1198,27228,13299,15101,22803,16796,1727,373,19636,15234,17859,4713,18256,22932,13391,24889,25939,17809,20652,18479,12128,15041,5263,16491,8341,13941,23716,10724,7415,10429,25387,26752,27782,10468,19146,377,3916,18988,15221,9053,28710,6196,5107,24663,7096,7219,22689,5776,12387,1026,17471,13664,15343,28482,29410,7215,3313,18641,4984,25281,15816,12808,2474,1842,9292,824,3254,19558,29183,13146,3230,27292,2705,10289,18845,4527,26512,21418,12396,23155,29024,18189,223,17352,17352,12271,391,18231,2826,26450,9571,18519,27065,17724,5855,8916,24333,24195,12019,6827,16726,22961,24560,26670,21632,24013,24098,15177,17762,3612,20957,6467,29282,2843,9001,17467,7009,26245,10129,16007,8078,14938,498,11732,14792,14462,4462,4363,3688,23836,25907,5087,14781,22703,11506,7530,3260,6951,8378,29528,14467,10304,404,6423,24767,4716,16206,21756,7963,24983,5045,29615,20147,2322,20279,16661,8951,7495,23859,2241,14957,1931,15751,25400,15533,28241,11231,28906,27983,27307,19552,6916,5320,6464,7280,3546,15964,12396,8108,12284,26534,8477,25960,23599,25497,27852,23973,13187,19214,27483,24936,20496,12894,24418,8417,29573,1028,14169,24058,17214,25522,24434,25978,23505,1378,29400,4316,19339,23814,6341,22117,5560,20176,10495,8736,8736,17296,5929,10760,14039,11804,1814,17395,24169,21566,14873,2813,28681,24776,27673,245,20850,11008,20113,23922,2254,422,5086,27449,10780,16210,23257,20048,22590,10510,7559,29368,12204,20895,16795,25787,7535,20059,22115,8346,23159,26158,27190,22080,22029,19954,10443,6781,19555,21053,6325,7745,12245,20789,25632,11403,3609,27375,2246,21183,8180,2478,27214,27194,18355,24719,15870,8667,12193,2011,16100,23843,27702,13350,4170,12364,14158,24681,6847,21196,12165,3856,14546,21957,2313,16261,2460,21499,28212,8175,7930,6120,12736,29247,29247,29508,2937,701,10966,5057,23318,25666,17796,13503,17092,3594,15087,10356,24158,19956,15516,24081,25682,26006,8010,12624,23463,29421,13866,23049,24768,8001,21633,29731,5447,27562,26395,9408,27447,15158,455,17828,5829,26925,29018,8710,23954,24711,28517,27433,356,25652,20134,9462,18349,28921,7233,16815,29020,15422,460,9431,19062,12779,28899,4072,1914,2103,3038,27555,463,4211,18469,22602,21611,11261,5033,27352,19698,13991,5104,10383,6225,24595,1742,16076,13488,8266,468,28707,3871,18688,4437,1207,21593,7084,6623,12793,27598,23578,15347,24269,13310,13479,28889,7490,15346,21718,25044,13478,28463,12879,8831,12948,5508,4403,27192,4555,5924,3741,20807,5128,8256,11451,12955,17383,7040,9432,3934,24881,28349,479,8903,15375,12465,14598,29118,14962,27754,15474,21925,2529,26414,26122,16990,8020,27932,4088,9901,559,8707,27654,10146,6370,26639,28382,22975,10035,10485,20062,3268,13412,29372,14737,28754,2574,19482,20838,29346,15451,21927,19340,10841,11827,6566,14561,11706,27802,817,27139,2810,2447,29142,16847,10434,28128,23826,25093,2706,723,9778,12248,23826,11700,16292,6286,21227,13366,22143,10721,11143,19392,27984,8472,3755,1713,12680,6433,18620,13112,18326,3457,11784,19347,27703,7735,16780,3146,13027,27588,18273,5472,16398,20927,13665,11527,2778,18832,26418,124,18977,3516,4185,3039,4781,1294,5299,13667,5402,17704,5909,510,4966,21034,2203,3926,25402,15790,10771,9182,22867,24083,21481,17480,16198,14099,23512,3573,25515,18462,25058,14177,7023,4066,10321,11884,19621,7484,6653,13508,9417,14338,28214,850,22059,17497,4071,28604,29476,5329,24918,20653,23913,1553,3420,19708,61,27642,6446,29116,22870,11324,18824,4719,5570,5412,9025,18595,19330,4003,17507,26519,1018,22148,8230,23185,16273,8847,239,23117,20304,10274,8638,2620,4144,8554,23779,23222,11377,6686,21804,24995,1677,16677,15583,12463,17157,26284,19082,25091,6241,1343,28459,29500,23616,523,21922,26339,15629,9400,28267,19276,3069,12900,3115,9709,13224,1336,1336,27337,19568,28486,5512,21594,12662,15486,16817,6239,1459,19447,6128,23040,23042,24208,28878,21743,2425,24696,18220,2076,18140,3773,7451,23897,11800,10617,17526,18655,19024,2704,7694,25912,14441,21212,21236,29696,18630,20302,1671,19809,12293,24936,23529,23217,1431,28820,25659,21070,16953,2761,15805,14092,8931,168,2009,6286,19354,27263,19367,24679,4943,19252,26879,713,996,19476,4044,26389,13364,9821,5691,20125,2788,17736,26223,14856,26749,11749,27179,17878,14447,5550,17795,53967,19700,1320,28462,8765,1527,549,27611,10678,19641,14277,28649,3506,5446,26711,25445,17164,4123,9031,19728,2303,17398,13903,26204,8732,19392,7348,27690,13823,23422,8995,28717,7932,12415,18803,7441,11701,12440,155,5996,19415,10108,19677,22825,10404,3263,5306,19186,20131,14437,6152,17082,4075,24555,7096,18806,19062,6146,28748,25585,13772,5373,5052,29195,10374,27896,11030,20931,9005,23998,16733,21845,23249,7346,29599,2247,9758,16788,25451,1702,20472,6007,1274,21753,22882,953,27819,1195,13144,20381,19146,12019,19807,28671,4330,29150,9331,16643,766,12682,29185,2614,19412,649,26280,18656,22784,13357,21772,26597,28048,5837,4909,8494,19251,20738,3148,20714,18029,17399,27535,27364,26441,27050,13116,8438,14529,22020,4862,17971,15624,15900,26480,18744,3761,15273,3131,10808,5147,8635,17550,12587,591,46,15441,6349,22756,27715,27589,7169,28583,26215,27847,22228,245,20767,19903,5317,751,2368,18652,16030,3591,4441,596,26530,24122,1073,28248,17755,23758,14235,15421,22057,28850,19514,12996,23937,16134,25214,24095,8221,4878,17741,5645,21956,5805,4093,24736,21959,17560,21098,100,28927,8304,600,1768,21721,24506,21067,19667,22191,4230,15432,17057,22525,4451,23677,10584,24964,16178,134,19208,8966,19674,29633,14814,16306,3003,25308,7640,14904,23500,8224,17254,20188,21204,1703,27416,11072,26554,608,15052,4795,6253,7885,25573,10635,15150,24910,6063,14662,21818,10033,14361,25458,14563,18745,12987,27208,27208,6902,9088,11204,17572,18957,18337,28583,1493,26431,25424,22741,24302,20036,17866,16773,1456,10627,10799,17890,2411,17890,13765,15552,16480,24164,23918,16480,14859,2738,18229,3205,17989,7768,18348,20192,10203,4354,14528,15020,3273,21982,10581,2757,18913,18913,23569,9305,9515,3549,25691,15256,14221,27119,19595,625,25282,17822,18751,14034,10702,9597,16876,2808,3404,27872,25024,11817,12290,627,12989,23323,9090,3100,1319,27232,25313,3671,18934,7642,23803,7624,28996,4042,11681,841,5007,9610,15776,12151,15627,19109,5698,19596,22019,22852,23150,26116,10827,12821,16112,16147,14160,18352,23325,12427,16237,16348,27029,15670,635,16501,1927,25159,16850,15537,12561,25850,27745,3923,23898,26680,23753,24790,27780,15294,25772,26115,19414,11997,6097,4099,3001,11868,13479,20927,21815,21659,19393,12661,644,18274,14683,18287,11551,12621,13158,15472,27746,26288,16692,27433,19416,17406,1283,6447,12353,647,13728,16623,16400,15242,5021,26294,649,27708,22633,18838,15572,11633,20741,1735,25118,22213,21925,25858,1540,20591,17186,1630,23068,17438,10280,25573,27612,2851,656,25330,15170,22965,4277,27138,17067,12544,23740,27483,12249,11152,1805,13589,22894,26891,12061,10451,16309,9728,3120,3070,663,27056,21707,27087,15452,10308,14908,18238,6357,8745,21399,26349,11411,14170,1707,22522,20116,15230,24938,9013,17724,3154,24732,10199,2517,20579,15195,21361,9322,29336,15609,11278,11584,16047,27773,17199,17568,25390,1209,17245,12801,9473,14726,27547,4270,19910,669,3067,354,10997,3526,7595,22500,25646,25311,16227,28187,18725,733,21777,2957,15055,14535,24136,10115,19663,1739,18591,14810,8796,15422,4716,12549,18005,12826,17876,24785,21543,28547,29607,20307,26020,21353,17975,8594,280,14510,17127,8950,22182,21671,8904,12102,15947,13816,27236,19520,14944,29542,5748,6769,17309,20580,9096,684,6543,18404,10817,1604,4877,23137,14717,29158,19013,214,14642,17401,12478,12682,14427,20852,11025,29024,18573,7131,25008,7087,17760,20425,15147,11533,27652,22256,4570,14275,1213,5887,2884,5054,10913,11417,26781,27620,20051,11571,8166,26969,24599,23135,697,26116,12385,28332,6417,20475,17393,28148,11496,8037,19875,8249,10747,20818,8831,23000,22286,9361,9975,10431,20405,16268,5527,7047,12808,28261,10837,6707,12181,14992,12970,24866,28608,9486,703,22489,18683,10036,15079,20868,11733,9027,8622,24256,3268,22378,3268,9846,22920,20701,17286,20934,1020,3582,19866,8369,16119,6197,14291,28379,22923,19291,9339,12346,15528,714,27589,3529,9559,11711,28631,4675,4617,23739,19801,13189,21562,24307,6189,3225,22787,5719,2506,4490,8712,14045,13800,22040,8789,10703,21241,15489,10373,10957,24747,15294,17250,17848,8280,13930,5254,20091,29498,14334,25582,8726,29633,2115,24811,6589,21044,14181,28608,23282,6573,15913,17111,20486,14790,9296,24004,25668,7638,4337,1798,15647,11336,17463,12854,5848,25823,14543,17997,15615,27165,10123,16436,10382,12244,8180,12716,7723,725,11638,12214,7345,17373,10420,27906,29668,8444,19090,20398,27630,253,3889,20140,66,9815,27178,26256,731,22074,14252,5298,19490,19642,24568,16392,8292,18544,3875,3719,3209,12575,24640,16474,11082,11082,26799,5016,4249,8560,2369,9962,14453,16464,8393,740,4686,12481,18993,4425,8109,12268,4306,27972,25298,14085,490,3319,748,19273,22105,12764,750,8599,22600,27377,5291,1932,24402,11044,15284,1752,27383,4903,5339,25264,26377,12100,28667,28317,12550,5273,13055,27612,26002,1803,23671,21999,20098,13174,1321,12737,28694,15631,14009,10707,19549,16062,12969,12421,28591,27941,17796,10078,13577,29134,27785,28114,2881,17574,16017,18268,28296,12772,27957,14785,6274,22352,26002,15282,10448,21954,24955,27214,5442,16041,15041,11606,7742,14678,28401,9939,24498,20280,9724,10993,8496,15636,8812,12062,23193,2232,21065,14854,16749,14854,5227,20515,6216,19356,17703,2455,25908,26772,16631,14778,7195,766,8111,17294,12663,768,12245,14978,5876,14205,17553,29605,13039,26473,16508,10527,25728,10425,24940,7076,2931,11528,8204,28274,22328,7151,14851,17891,27977,4391,11379,16673,21193,4846,26606,9270,9534,3867,775,17757,4703,24756,779,17305,8179,18671,26651,27842,27838,7683,26561,12190,2823,5927,20973,28412,21781,11303,2016,18885,6921,2886,53967,23169,15458,784,4963,27818,19118,29143,3382,261,16028,16087,18941,12565,22860,29641,18944,24817,4774,8534,5269,22883,9532,27747,9155,1988,28594,794,4524,10064,20759,21132,17984,14243,20032,11816,26137,4295,27162,6089,3691,8673,1961,22548,12124,24499,23144,27422,28892,11742,3991,10498,11710,28643,11107,18139,3157,10263,21676,14084,799,3321,15169,14498,4684,2723,21478,22776,906,7932,8333,2794,20237,15809,24759,29552,14579,20824,4198,28165,21739,12741,29319,14238,4907,22425,26285,5040,5173,26969,19279,23672,4738,13253,803,23712,614,12507,14498,25741,16335,17859,12395,11576,26933,613,4364,7116,28264,1515,29333,28762,28146,8494,16892,6318,12026,10240,18250,15511,25378,25664,27371,721,10214,15910,5245,29255,4324,3856,26388,10409,10989,18613,14546,21454,9824,12773,27646,22030,2417,3473,14283,27687,818,2541,4222,7998,21442,18369,6585,28323,6697,6697,18296,26218,26217,24979,14369,6209,12147,5110,1555,20253,5312,6342,17453,29269,25008,21757,20097,27249,6664,8518,5219,9266,825,28931,22944,17630,15905,665,28567,4328,17674,29293,13950,6472,3213,28401,17075,5750,15118,24104,25177,27487,12876,12680,25290,18382,11751,6247,15202,29344,4720,12566,24234,19824,1692,2448,20585,391,22218,16639,841,19397,11874,22930,842,22310,399,14138,11341,26856,9208,20850,21342,21930,10831,11171,27199,27130,14193,11892,29047,1711,21386,802,5803,2544,16517,22804,4189,852,852,17079,29129,24973,334,5394,24057,10967,16708,22802,26906,26893,13498,8896,12561,26473,7898,11990,4576,23387,22352,27361,5198,27015,18855,21455,15393,21324,16428,9675,8574,10055,18295,24259,17283,22238,28774,1277,8982,3336,21862,11002,170,27195,290,10237,9392,25605,3818,6641,6222,859,27763,19654,12751,10556,2539,4328,21699,4242,10241,23837,25446,5628,16360,21976,18880,21502,22479,16143,3570,25929,9190,14405,9030,26305,4563,21796,3107,1377,29333,11660,24890,27724,24217,18810,13884,20651,20541,13486,23952,26064,22289,9138,25323,13732,26197,10786,17876,880,16310,7894,27129,8559,6836,11278,17947,21168,27507,60,25869,9773,4072,5070,10710,60,12920,21832,29601,4247,16014,12185,15292,21253,12949,7818,24909,23426,13364,15499,4425,20834,10286,28198,18279,1855,9722,27693,23126,2522,25321,14974,6440,27864,8636,13360,23087,11364,7209,23630,5726,21145,7111,26799,6937,25753,884,5015,19414,24378,27003,5586,9211,5443,4491,593,29379,9605,21256,28420,13811,9890,26870,17889,1305,9967,8265,27149,22323,9907,28897,5201,27061,8632,12147,18921,12922,2667,5010,2821,23081,7419,4302,26081,3740,20073,18076,10290,20393,5642,22708,19055,19832,12342,13261,1051,2429,7779,21129,25581,24673,4849,28330,28350,22711,9306,20250,25701,15175,1366,28089,6406,24898,10029,12843,7883,3154,13359,27286,20825,9447,896,22734,24627,9345,26669,15282,6959,16516,15829,27783,22571,10022,24461,6415,21064,12483,3708,16780,15532,903,4355,904,23111,24092,8301,15407,15860,22197,540,2026,25088,19983,8596,4726,14815,24465,10935,13973,3831,7554,4165,5071,7112,1351,4643,4621,27172,4437,23606,24557,28952,21671,25098,13057,10854,3891,25929,12923,26856,4445,23840,14682,22212,9057,20532,3710,20613,8447,5889,28253,18017,12879,4777,23617,14054,25867,6224,26274,23241,25652,18802,28990,7942,10233,6985,25130,14513,28915,916,16599,13505,24033,24394,24323,12650,23566,4439,14008,918,920,17955,23835,19636,16949,28922,513,14120,4255,6693,24970,921,19052,17846,15068,3430,16698,5740,2548,7923,15773,29250,23304,23256,19763,5258,930,2599,22359,1463,8453,9641,8412,18394,29118,19684,18531,18928,11052,10093,936,27165,937,5112,26478,21074,20789,5549,8544,19765,3319,7757,26933,28578,24094,17097,17097,5200,28149,943,19348,19017,12008,8397,27677,26214,946,22602,21538,16518,9499,585,7087,15421,5843,18222,7628,19182,26397,2273,21967,27184,14329,10907,14308,13532,23536,20322,12676,17829,28891,27728,22847,7186,22670,21922,8882,8741,17276,27012,10517,15029,20794,13801,26577,25042,9453,8412,29168,23880,27761,27860,17422,7179,26942,5643,27754,8309,11738,9282,7925,20903,7899,24688,6414,3784,20493,21578,24162,25168,6148,26948,963,28830,6290,21038,28967,2753,20746,25691,27914,9911,1178,13033,18389,10983,6282,13521,28053,3498,3941,7186,18735,6433,11731,2319,14443,17827,11895,20553,11449,2278,7954,12954,25359,28957,20573,2250,3701,18628,28103,4062,27578,3551,22998,25928,6997,21127,6783,5942,26566,24425,18550,10835,25514,9358,17816,23469,973,10991,1931,975,24452,28130,17333,13537,8256,26938,22836,27372,26009,10564,12101,8877,28467,10305,28586,8415,29690,11308,11308,16444,1976,25041,10302,27704,14400,4855,17523,4566,21641,1537,13239,2756,4264,17448,23839,5259,27249,27660,6662,15595,3860,2269,12947,1542,11833,688,22244,2354,18083,6680,14109,2262,1559,11260,6848,6073,11304,23780,8148,4728,6683,989,25616,4093,6434,7619,860,3442,5101,10535,26446,12876,26958,21007,10293,13267,27936,8126,3040,8363,1322,29565,29565,26343,23855,15601,16099,15376,22262,28801,24423,28139,28139,27667,27573,18130,11517,24890,16649,5938,10292,11556,24448,27925,3922,10619,27314,17370,15332,8555,12042,21117,21443,22942,29211,23750,21476,4892,16506,23354,20454,26413,22117,15454,6197,5363,16924,16240,7667,15539,1706,15206,26124,20743,24542,5438,22491,8463,14650,14761,17793,22491,4177,5048,23840,26645,29146,3634,18231,1012,410,5805,15526,2019,27607,21242,1013,26268,1016,14865,16183,1906,453,9915,26707,11707,28105,12905,13211,1371,21914,16596,1019,14876,22091,13613,18091,19588,10426,29195,12134,27633,27421,27719,26091,20617,3105,13480,852,6606,13008,25566,11240,8259,8259,6980,8703,13564,7415,13752,235,2642,6516,9405,26366,6492,28630,4659,25250,24309,25104,317,1026,10864,23972,15957,25812,3864,7455,14202,3456,15506,15983,15905,29146,14193,13928,19213,13602,6933,1028,19343,25714,24975,17509,2184,28879,1848,20986,13704,2618,13300,19263,14568,26424,8351,7029,11112,4880,27548,20584,21467,3224,6741,28301,11453,11859,22819,13875,5398,20100,10629,13190,13392,20499,27506,3918,19984,3662,11280,1038,27293,11334,10959,7049,7932,3293,1407,19325,1641,11236,17494,14925,24079,17918,15055,24470,23318,2908,11122,27630,19724,14651,18111,26222,11046,10313,5569,7458,13452,26257,4034,7738,3675,996,28882,19251,19482,25586,18794,4174,15654,28733,24510,26270,17210,7327,1052,5657,17117,24236,16519,23998,11079,18436,7024,4994,29373,15925,6357,28566,1055,17898,12466,25831,28930,25101,26671,21862,22954,12178,16709,14767,22961,20945,22961,15812,14858,6250,13248,19953,21997,24709,26615,11496,3525,1190,7884,18179,5132,14573,7619,28223,23361,1061,2349,1642,18551,20689,28568,15660,9039,23869,18040,8063,11503,12337,22609,5949,20036,20629,4434,28523,16514,14864,20381,19477,5699,23960,16727,18938,11116,15724,16243,14219,1628,15480,3886,23301,29239,29085,11011,14890,3345,23668,22287,25984,4917,4917,23166,12878,18121,18520,25894,25432,7077,20249,5523,1082,25223,7201,14856,7201,7112,27996,13183,12046,4641,5713,8059,13222,24055,28412,3342,19498,23055,18970,53949,20473,22450,11416,993,19986,4138,11797,8412,10172,437,4872,20007,10493,25990,19988,9152,24367,4603,28880,25190,25376,19131,5764,26040,16533,16533,17679,25254,11712,24269,12437,19186,25888,29350,26710,28954,25380,20549,19965,13858,23887,6533,25546,9591,16904,22896,21592,20757,25018,5196,13274,27273,22614,16217,26976,9123,14301,14112,20526,20526,28339,16003,1998,14173,23666,5915,9522,15845,7231,2644,10451,10432,545,24413,27744,27797,15873,12904,25396,25247,6787,26746,16650,20152,11152,27656,5110,20187,27859,17516,14155,23247,24524,17443,16396,10435,9069,12074,1109,3136,9633,7150,20610,4005,8023,8541,3702,3899,13414,754,1111,20018,24541,5047,26134,4279,28886,15834,22792,8387,17734,20395,18768,27995,15135,8135,2374,22954,9873,9854,25762,20387,12097,25543,22325,6102,6327,8754,15283,6128,12674,14183,5117,15471,29347,893,20289,19120,28481,2974,16957,27047,12362,29431,5237,1556,10987,23297,21215,3545,5080,12928,17926,15819,25643,1149,9081,12047,824,8844,26161,6330,16867,23024,9132,20709,20709,20605,5419,14057,9595,25737,1124,13243,3054,2959,25921,26901,14401,3535,11739,22732,28420,597,5209,7564,10011,2046,28684,23020,26976,26976,12853,16618,13896,27106,24859,21788,3802,27743,12634,18825,28364,21428,21406,23577,12478,1136,12312,1137,14605,16677,25109,29698,3515,28110,24875,21746,3386,3386,28922,11104,8642,4162,4905,3043,14465,17217,29631,12701,3366,5270,15543,23804,24401,13969,6036,23790,17938,24638,20966,29502,14102,26368,18624,18027,1148,3263,2884,14577,17170,21944,26365,14105,9955,14716,21658,2232,4877,2900,11172,210,2823,24447,15286,17236,4978,7979,13958,27647,12893,27091,3020,13582,6840,16229,19325,22835,29244,10920,19642,3696,23628,3965,23663,25006,6683,27824,1676,8614,5345,1152,5969,15766,1000,22605,6499,2385,16456,25978,1036,22663,13434,6473,6866,12437,11106,11956,5307,26227,11146,11957,14586,15755,29074,24288,1285,4899,24206,4830,12550,16840,11566,8171,28041,15760,1710,889,28533,3285,15738,29539,8467,28353,15492,1168,4176,1169,2492,16272,18284,28366,16929,5466,12153,12459,5826,1171,19459,4932,19277,21197,1172,11842,1415,21281,23798,15681,22495,21595,8983,28733,6998,5253,22128,12234,6344,21044,1946,22309,15108,7291,28833,3659,3850,18267,17865,28390,3681,7020,11699,9325,9395,6642,21020,2062,11298,4613,724,22239,15649,5439,15782,16757,8603,26109,23405,9401,11588,14639,28424,25940,5609,1123,3322,5174,1181,19079,11458,20843,6263,12759,26912,23489,5188,22933,9508,9508,3159,25711,6680,24682,27200,6903,6668,1179,1179,8044,8044,27658,15888,4041,18533,4340,19742,4939,27066,29096,20902,12745,28330,24984,10225,14101,26442,3472,27167,24228,8925,28250,29157,8227,4330,7226,22330,24696,15598,1378,17667,25123,26531,21204,23980,23912,11148,8696,28596,9276,25967,29680,3698,6182,15747,7627,17353,12638,22630,24471,25774,13011,19114,11937,1989,2697,18314,17438,5154,49,10782,8372,24980,24831,25668,18675,796,8873,670,3698,17546,1748,14962,5835,243,11511,29557,8902,16397,25211,19473,22753,12394,3284,14675,8587,9941,26767,11095,9206,1215,21026,22824,27299,27299,8376,22714,19887,5027,1216,8747,19880,1217,27571,19622,23052,28312,15810,20332,20500,1219,5156,10328,3357,10644,5657,2369,25816,3134,2175,23970,22557,10546,3246,11403,28840,24523,8298,26489,18601,15075,10066,14955,29303,21326,8362,27870,9610,29504,21389,19241,27920,1926,6942,14914,3113,3113,1230,25071,26869,22656,19900,9983,15362,6109,6437,4522,10692,24133,3542,21003,17500,12141,14484,28381,3259,20545,23027,25518,21246,4114,4745,25169,1238,12192,13570,9404,24398,21303,15249,3746,22627,8599,3222,18318,11375,21313,21653,1241,28324,22818,7524,10669,10629,3680,3413,5132,9316,2795,23672,16399,1243,28989,3904,14571,27894,21874,10385,28902,4210,19583,12367,13312,14916,28935,23974,13438,29384,5072,1250,4997,21634,11853,42,8691,21640,3885,15632,15632,11568,19718,18816,385,12292,24605,9426,17341,25907,19570,2126,16484,17810,25360,19181,14102,3627,7395,18086,3982,23415,15915,23126,2192,14083,1255,18215,14601,13748,5511,18736,14084,28928,6773,21201,1693,23146,8069,22914,24275,12235,27701,26265,6430,429,17810,9043,9260,11528,18414,23125,4866,17488,6360,27428,8889,9284,10915,10868,19410,11246,18115,1007,28353,22174,8007,16927,9601,10001,13921,17034,29268,17304,10001,8464,16624,17211,2955,1659,22184,2731,3498,15876,4831,28982,20168,2884,26863,727,20383,4913,9925,1273,4428,26462,25199,26999,23988,24574,7539,13814,28594,17072,26250,981,13667,8649,28629,8634,15512,4449,21679,22457,17325,685,12550,4904,20735,13880,1280,22806,19965,16414,15724,27511,5190,29552,11509,1284,27009,25080,16913,1332,9126,16037,20188,8719,12694,23417,2590,24912,22575,28810,23657,4127,16604,15310,25173,13791,16015,14163,9718,12923,10127,18407,9277,11238,1293,25279,15861,27022,3319,175,20525,2989,14699,20361,27742,27058,22336,6054,3028,5934,10796,26815,11259,2838,7131,4195,14943,16916,11632,26092,5600,3488,16857,1230,6191,29375,19018,13227,13227,26940,6476,3313,25827,4602,8173,19827,8037,11340,28364,18179,24039,14377,24777,14088,19540,9281,2569,19395,658,21193,12539,10401,26981,26314,27989,26573,18995,5215,6136,16767,5215,16308,26301,8846,29218,8481,3352,22911,3871,10760,1305,26646,1263,1306,15118,25260,1494,22497,4809,27290,27115,20530,10622,4089,21109,13948,14549,213,8295,15717,1312,13186,13924,10443,13855,13553,1315,18833,2320,1438,9213,27116,26783,9036,16714,16630,12047,17790,10249,3762,19471,29575,23214,4099,14641,13896,28633,22592,10266,23602,19536,25067,13600,23679,21190,16087,3593,17183,17808,2755,25828,23423,4048,17862,1669,18665,23407,3509,157,22914,27690,23584,15743,12333,10124,6100,2867,1327,10081,10081,8917,8450,6999,10191,13853,11260,18640,3449,6680,23380,3832,16764,8440,10615,27302,9599,12586,6040,11676,5171,11587,24799,10851,26827,19985,25909,21203,24346,29685,8425,28540,15337,792,28142,27492,21434,22672,2439,24265,10946,26437,7576,13440,24553,7892,18514,13620,18752,15979,22701,22739,28448,28510,19267,24340,28151,7493,15230,3656,16927,24117,1349,6902,27810,26061,29198,10829,16762,10829,15606,8562,5203,2199,23655,15848,21157,14066,18443,27867,7373,1200,7326,12977,13855,11645,12340,10145,28865,24944,200,10253,9195,28583,27718,7541,16180,3090,6775,2567,12103,1353,6700,13220,15087,13245,7506,29630,2066,11871,11871,11537,24221,24541,16009,24259,23202,16584,12552,24816,25068,21573,28102,9028,8765,9758,27686,18482,21397,6057,4968,4902,1360,12263,28294,19031,3403,24833,17805,1705,28126,1494,29437,11169,27039,1052,20919,2973,14777,20540,24906,11016,24680,21782,8841,1366,1366,24445,713,22746,11469,6296,3848,504,12191,23248,22591,24400,13991,16405,9918,9312,4139,9257,26292,19805,28456,25150,26866,12758,29582,27671,8843,20478,1373,28317,28317,441,19962,983,25003,11096,17818,26877,6535,12080,19541,28022,20450,6224,5108,14985,13951,12811,19612,20292,28252,2597,11271,5782,26723,1382,11534,11288,14008,8490,29155,25839,21415,16223,28656,21990,15026,11010,12521,18930,18930,25201,26049,1280,7696,15968,19875,4920,14190,6489,12603,15740,26239,4144,20788,23251,28886,22788,10274,5100,5071,27817,23057,14294,15489,18105,5940,24617,11896,8367,10307,7976,16165,6217,25492,27506,1996,28241,12660,10590,28654,17687,20833,19351,24094,1171,11118,10171,13982,16438,9968,24939,24939,2267,2267,13665,21465,1398,20541,10809,12406,11131,19152,11616,23445,19048,295,719,24266,24578,2881,12290,3401,8220,14252,23259,8136,8135,23480,20956,21701,20754,1668,1668,14409,7321,27390,18904,10793,8123,13384,22870,21993,10926,27506,7230,10369,21425,21402,115,9744,20246,15411,48,8399,17804,12413,13266,29631,20116,24479,17466,24479,4560,20240,14487,13701,23855,26288,1578,13382,19339,6239,27655,18567,6398,3644,27876,492,27430,4690,21387,18187,13995,5635,10513,29248,4377,20506,3245,5753,5408,7057,1839,14939,21525,27649,29325,1421,3400,6181,23950,3789,10428,401,21814,5099,13979,21274,23210,26195,2347,21541,23615,14326,4549,358,9831,23087,26223,14922,23555,28826,28182,4271,16981,14810,13663,11452,10598,1846,28137,27996,12873,17938,8540,1909,821,5412,5382,28899,25135,3988,3144,1427,13932,4112,19917,20963,13502,1429,5180,18188,19180,14870,12998,23765,16490,3627,27490,27877,29443,19149,6145,1225,16912,2373,28624,8613,9187,12852,8860,22312,2691,233,4630,626,21287,9788,20017,984,25606,1431,20281,8637,8536,18411,13108,24092,17834,8020,13643,4580,13801,19641,23122,28340,4235,7294,12813,1433,778,26227,24393,17217,23521,22880,28030,27585,5367,16100,25372,27377,1894,3492,20181,11375,4895,29575,11003,18834,7561,11694,15001,28429,28429,9085,19870,18583,12616,19175,5827,1693,5247,24128,868,23010,10318,19395,14677,29201,16537,10609,29640,15141,19916,19924,1448,8917,27964,588,5035,7454,2486,20993,1452,12791,12656,12206,16350,5109,7660,14802,3892,26740,25979,2571,15834,29438,5104,27980,28881,899,13992,22000,26609,11691,17562,19844,22210,13027,8238,15635,4275,16716,12744,7191,15835,9613,21449,29118,17285,12731,28371,21649,20914,7404,5366,12161,11230,11230,22110,22856,24271,13616,19555,3957,27305,3271,15287,8895,25312,12310,1468,9072,24365,28668,23862,11710,23862,1865,26763,1013,9805,24635,4639,1910,1681,4278,26721,5196,27946,20119,20329,17261,2985,4324,10206,27102,28207,25447,9188,23989,26817,13434,13303,1475,25707,19885,27535,7616,15653,28630,25303,7396,9702,14510,10943,6988,15707,20012,4777,15707,2451,13023,3494,29131,7649,7751,5707,17720,1646,17244,1482,19116,25967,22826,9153,21841,14778,14778,13766,13766,23563,21426,12661,2116,24697,4642,6540,16730,15543,1486,5913,14079,17557,12403,17333,7879,7142,11967,29157,20951,26207,10066,23964,14125,5025,5010,22737,4949,20472,12331,18896,29454,17583,23730,14221,7960,22154,15138,15819,2194,19865,14161,4698,20869,259,514,12528,19169,2206,27289,18723,1276,13397,24642,3416,29521,5808,19280,16866,25849,7242,1174,21258,11937,19594,13975,1503,281,281,27537,24996,7132,8151,24486,13655,15263,4104,8066,6788,18803,26068,23901,26610,9322,9672,27603,2927,19476,5804,7730,1771,15381,15381,17220,15467,23255,7359,20429,26416,10119,24892,21655,22572,8748,19406,10686,21362,17411,2596,16465,27770,9833,2483,3723,22210,22210,22236,27691,12434,9958,11946,848,22432,25369,5091,19428,7226,14245,15298,11661,12389,25608,5512,21748,27303,22600,22696,26727,4343,14139,1518,16486,14653,16203,19203,2594,10641,11581,28238,29184,28397,24054,22619,18876,3648,3648,27713,27865,21709,20386,19247,20304,14836,1526,2259,15504,10894,28570,28831,3955,27285,22770,1527,26024,8771,23478,25612,12008,5968,10816,20624,1092,5559,11947,8321,17215,10525,4396,12937,15524,17398,21288,29079,28718,5823,111,15688,5321,9673,26010,10568,12804,26023,10947,17303,29529,4415,9827,3915,19793,17128,19523,26154,7645,4606,1900,25050,10670,6411,18617,26626,11852,17604,29598,572,4638,25331,25331,18872,22107,26974,1318,14923,14923,6129,23270,1370,5285,18574,20907,5716,22700,29702,26204,17273,7598,53914,16947,20519,6034,1974,28979,9830,16946,11815,12876,5899,10902,21313,2514,10512,1701,29046,20567,2632,13654,29500,21964,17335,7171,6551,13385,12541,13629,886,22712,16341,23996,8029,3022,29508,3925,22496,15457,10129,25720,6015,21154,29016,24604,29542,14806,1550,28919,7398,6654,18667,19621,29475,5901,1553,19445,6971,15829,26910,13208,1556,15572,14124,11319,6733,8280,19430,20421,2338,1560,1561,28233,25765,10710,705,5040,11398,27147,18947,3159,10023,186,7432,14272,16934,23625,23376,27787,20969,26961,5503,28400,18572,18243,23267,26278,18954,17046,15134,11537,26404,3548,26380,2218,4779,28586,6116,26709,29081,26166,7702,15062,20375,8319,25960,20879,5146,2809,7770,1572,12869,7770,18651,24684,22772,2504,29323,28726,22841,2317,18518,7039,7038,25846,25846,16582,25830,1988,20976,4205,18496,20945,23586,2249,385,15331,8167,26788,10936,15943,27339,5538,25180,3565,8842,3854,23200,17770,7838,1377,7219,6625,4118,15808,11969,3693,2398,29482,9951,2099,7408,14994,19409,12831,4350,23095,15683,8728,18425,27871,19835,5114,4797,1589,4850,10478,5399,23737,25730,21866,12169,26919,22328,25145,18543,18258,5033,28387,12773,22378,2958,7271,21745,9962,3993,3821,7504,26823,15105,11838,28280,29521,25129,8952,28351,21266,14612,23831,7669,22976,5731,5079,26669,11425,4256,26712,5497,3116,22099,5868,24080,18354,11109,1606,13259,15328,22649,26902,19560,5566,17072,1327,10576,23021,8768,22427,5529,2861,5846,2442,17239,21801,22567,15697,24588,26543,24318,14947,17323,13737,10959,13371,6186,20396,4589,25208,13224,1256,29212,22579,12073,4416,3775,27676,13937,23368,8116,15944,17352,23691,22630,3580,3580,13236,17629,7942,13413,12799,4685,12368,27342,27342,2672,22458,5104,18455,4046,4046,25065,23765,11650,24257,21561,21758,15114,4647,14437,19903,17508,10891,14135,14201,21212,12771,16064,20664,9844,4157,17642,24756,7303,3466,15493,4987,5590,9816,15015,20274,16867,16704,630,25992,20241,1640,2306,12718,8696,11513,11513,18082,29220,26209,9346,11739,11386,28711,578,14246,4970,2380,21593,5340,19348,5459,4632,25970,6032,26262,18309,8563,14633,24055,3823,20871,11380,28615,18509,4250,23920,16582,3264,18458,27955,13040,28267,15958,20632,3965,12356,10839,9819,544,12181,26368,26635,20226,23163,23277,15328,9621,3359,14823,2072,1648,17787,8621,11832,13792,15542,26085,8109,10491,23271,12161,5084,22094,7808,17959,3689,13297,13297,13441,6239,26745,15227,10886,18193,19520,7116,7476,20055,9905,5909,10570,18920,11862,17781,15756,7573,7990,12494,15938,4990,6221,16261,12365,2803,21324,16130,16291,12888,9725,20747,27238,23453,28325,28863,12131,26024,21004,23037,25363,25483,5167,24578,26865,1659,1277,16154,13810,1660,6351,11566,21270,25194,15231,20284,10211,23871,15973,23416,23416,16676,11755,3737,16139,20354,19087,19134,6381,29158,21585,17928,6311,24165,18925,11852,4535,21866,12359,25201,17070,26665,23608,22885,22764,9893,11247,11803,17001,953,1666,12445,25785,22096,17369,2955,24612,18499,20819,20768,11448,11115,5832,22517,14808,11048,16400,116,17703,11988,17776,22441,23974,24359,27801,1671,28439,2649,21935,5772,29287,418,21880,21880,14581,9679,668,15137,10172,8596,3437,26822,26822,9140,1680,25570,4688,19653,23742,3428,9303,2493,4339,21759,23934,17407,11850,16963,14625,5451,17972,23945,27967,23176,3849,3426,22465,17002,20314,18420,28516,14837,4285,26082,24386,5852,24210,25424,19701,11756,20593,18386,23062,22891,19776,5439,1696,12615,19746,13410,11534,5105,23795,13263,24016,19763,27157,4108,25207,1981,14808,22588,14298,1697,8758,4048,9742,11222,4509,3298,706,20512,17222,18663,9505,20164,14771,1707,1708,1707,1707,19023,17498,28820,25544,17739,17226,15134,10370,7777,12833,7082,9611,2645,26378,7455,22424,13449,15394,24618,17030,26754,5283,14483,7799,6386,25355,23782,14591,14239,13739,8532,18405,1226,7161,22231,25297,5249,18385,6736,1797,1718,15767,19744,6523,28515,7295,8088,20855,25626,20824,25869,11169,24699,20526,18832,12397,9606,426,15949,19809,18077,26815,16907,22867,8541,7018,23113,21648,26500,20085,14632,21712,12138,20344,27940,28727,27076,15522,17390,26179,19101,10601,3929,19557,24776,16153,16153,25646,3747,6235,2773,1451,5294,1733,20237,17277,1735,28867,20085,19693,662,1939,26517,2863,24702,23688,19550,871,2274,2274,23534,23669,19538,15833,21420,15649,205,15071,19989,23611,15226,14453,16993,16852,15352,17992,20678,10464,12452,17743,3570,23976,450,13869,22650,9497,21082,23782,2595,14452,10013,2677,3268,4111,17257,25358,18222,24317,2255,12766,13985,3239,14352,4947,18950,19410,9106,19220,23673,6870,13842,21859,6486,14245,3535,28364,9317,85,22870,806,7360,23770,23237,26846,6572,10282,7365,27748,7805,29101,12407,26215,3962,12522,22223,27857,1757,20157,26803,24484,23776,12929,25049,11747,22000,23744,6614,15783,19194,16678,2648,13337,23663,14325,6109,2683,6225,20042,815,513,601,6500,1929,1769,21370,10565,4133,12070,15731,21827,12094,18798,9362,3729,6555,27200,25274,18647,1771,25945,12694,16664,1342,421,16828,12196,23644,24695,6572,14903,17671,5446,1774,25303,13409,10049,5362,17582,1776,4035,1778,6502,2524,1996,21908,21438,2299,9452,27189,12290,17643,13427,26581,21538,27250,25578,14247,25611,20475,1722,28689,8188,23370,10398,14657,4036,3545,11504,23661,22934,8846,20921,27644,14318,14318,21715,16667,22568,8720,18547,6531,22643,920,14114,28564,27012,14420,16531,25198,4974,4462,28388,13072,18586,25352,1797,1798,16154,205,21853,13333,7472,15128,12865,25888,23744,17535,9770,7074,12500,23394,22634,16855,3190,10791,11964,1804,5586,14459,3190,15558,2318,10753,7075,12076,12286,9788,16130,5283,16879,23002,27765,23502,15004,18708,27765,23583,8439,17549,9380,17613,3235,15312,10915,17659,21741,28444,21729,21604,7531,26329,18957,18957,17071,3692,25403,20592,20447,24426,11834,1818,6308,237,27315,550,7861,7862,19124,8493,24579,7877,10497,12552,21009,9888,12978,2263,21300,26389,12423,4752,25851,6621,12983,13428,20196,27091,12801,5167,15300,10872,18698,17098,16867,24601,17728,23054,18036,14321,1827,18582,6017,15300,18747,6206,10067,14657,23328,21831,13001,6008,8257,25633,21774,15974,23436,20247,5816,15567,15567,11323,27795,11431,18624,14229,1836,8448,25648,24260,8446,7856,22741,4593,8298,2201,4631,9662,15563,20256,15391,18039,26206,22711,21225,20666,7999,23751,1760,9466,19157,19157,22982,11728,25744,17347,29315,9580,20839,6608,3844,26081,10506,15155,6238,19481,13452,18799,18799,28760,18718,16651,20689,11953,16045,22769,10979,2031,9094,26727,3416,4613,8906,1853,1852,454,8775,13969,2801,6394,16476,19245,1854,1855,18490,19114,9599,23895,26582,22069,24157,7856,16954,22655,9838,13589,15688,27596,5122,28750,17832,26057,21924,28941,1446,24029,25960,22911,6333,26016,27410,3834,8109,29130,4577,1859,26370,23499,5129,4788,18525,24699,13540,26804,9917,24735,1741,1296,14488,7722,24045,9083,12672,17277,20586,11937,8017,21810,27581,16659,22608,17423,21554,1380,25986,10352,27597,1315,8822,9322,21570,21434,9762,15731,14117,23918,12737,13671,24445,2085,1868,17349,9546,23412,28789,18425,18983,28931,17021,21701,17199,12197,23465,8947,5896,23631,7255,7105,12545,16448,11771,14460,23765,19672,8709,12346,3937,11849,20723,27809,28541,3012,22136,13613,10616,1876,2095,4322,26285,17289,19937,1879,10296,3748,8738,7669,1886,14335,17641,19267,10538,22175,2779,1888,21651,419,4235,7695,26189,13577,1699,16709,20695,24772,11038,12994,18123,20482,28782,29006,1128,6622,3478,154,6783,28364,1895,16177,25278,16899,24602,5408,1896,10484,4393,27417,13573,9440,26352,10150,24849,12815,22402,28084,27359,4202,28743,5017,29252,28239,4307,26355,25211,25392,16059,19432,25497,6671,16986,9539,22709,26105,12704,8781,2551,14238,16834,18152,29452,1906,23458,5834,20757,1908,17599,1278,16028,13433,22560,28292,20677,12602,28396,24040,16596,2533,19305,871,9944,29371,11518,18518,29673,28114,10172,4547,5633,910,12337,20427,4215,18649,22727,3834,5223,6642,20114,1966,1917,18673,15846,18092,5610,22271,24561,6495,6396,26668,23150,6148,19961,9930,20164,20557,2466,21732,19530,22454,14010,14475,9007,23792,24142,7658,3171,8007,2819,11495,5880,471,803,21730,22293,4580,4580,6496,12586,14293,27623,11443,1932,1932,21614,18340,13476,22780,26917,18607,14678,25140,1936,12030,5780,17993,25937,15552,15934,4096,27119,19855,7060,25872,28100,528,12461,19470,24963,12641,13706,25340,268,10347,22448,13964,18325,13125,17635,20855,20890,18401,27435,24783,8613,12566,21145,11531,4120,1943,9010,14186,10040,21342,7364,25072,19925,12683,7231,6801,4084,19840,12404,27969,17657,1563,10023,1661,7224,6477,13950,16892,21377,10664,11433,18496,967,15000,967,29440,28873,28875,24585,7509,11247,15884,4440,25168,27725,16236,8061,384,27587,24762,11658,13614,28009,19588,28686,28009,5668,27850,25468,25316,11719,109,14360,146,91,3752,23882,7019,20704,21441,24937,10452,19255,13642,1530,16288,24004,25710,1960,20454,24086,27036,14249,56,7273,26675,11251,3780,17620,6783,12038,20622,2781,705,9141,14937,16363,17272,12361,20605,11079,13945,29024,1964,2273,25650,29301,10615,21511,20705,14096,6655,1868,22801,19589,9323,6104,16476,8980,9495,24991,20341,340,15873,11890,1038,21514,17181,16519,5258,22490,16751,6276,20026,466,26004,9032,18437,7794,6165,23898,2066,23335,3086,23300,17573,20919,25815,26394,9594,16469,1976,21380,26259,16175,8549,3652,6083,1978,1542,17232,22882,2966,1283,4636,1819,9246,10915,6674,1571,25371,5649,14790,5096,28915,11143,2970,2970,26733,23562,22296,11170,22490,10709,3804,27442,21269,8929,18720,22427,22866,22156,6623,12831,26382,20699,11951,22573,4093,20804,26633,28072,11797,27051,232,1989,14824,27771,7236,12932,14710,18123,18698,29409,639,14860,28885,17933,17668,17004,695,19303,2754,16866,12566,22800,16940,5117,5117,28313,2833,17212,12607,1996,21543,6086,10731,24813,2024,26861,27800,12562,19160,537,1999,6547,2460,16184,9839,20629,17520,25030,6690,16897,21506,3662,8301,12579,9152,4430,381,5711,20514,20244,5217,19328,2003,2004,9370,20502,24790,22410,26581,5176,27939,17632,4468,5363,19022,15888,18006,9238,15675,13359,22103,23276,26607,15565,18075,20627,2957,8445,23681,4437,24324,5299,22487,29162,13290,7991,24903,9760,25866,20650,18164,8471,19929,26167,26167,2015,25473,25832,15641,17787,18535,5186,7751,14272,2742,21714,22527,21464,27763,23336,4272,28367,16516,15691,26010,294,12086,23254,14600,29077,2382,29377,5505,26758,16396,16396,4970,13681,12956,3645,2025,2345,4271,12522,9236,18474,21946,21413,13273,18623,18936,15985,10455,6416,18661,22836,20791,29696,26563,12642,14073,24394,5058,15990,14787,53874,25083,14683,7318,16920,841,7594,4657,6712,23865,17387,19948,2851,10797,11451,18734,22369,22812,22812,17524,5784,8828,10840,903,13291,2041,25535,26487,24666,21593,13058,26625,13144,28268,28626,2291,26235,29534,29557,1559,12639,20139,19568,24960,17753,10357,2045,8209,21135,19001,24774,20131,22363,14755,14918,894,25373,8709,20868,10539,18031,29240,19761,5801,6374,13484,1223,2052,25388,2051,29470,9716,12586,3388,25860,10173,27464,1959,12882,1159,207,9042,22050,26667,6291,25291,19052,26216,9685,25146,25185,20397,7958,17799,19060,21850,13587,28486,13631,13353,27109,27297,28098,10706,12131,2468,215,9034,8961,3438,3438,25508,16374,6702,6272,25493,2064,10493,15468,12535,22611,23323,23317,2521,2596,24760,5524,14265,20548,27081,27081,6908,19842,5491,25205,23155,28359,2648,6791,2636,15892,3865,2519,24139,23406,421,7683,26540,25193,28958,6876,2589,21625,16946,24590,5921,19872,25370,8896,2071,27190,4124,12475,16143,10819,5236,171,6839,11534,21244,1079,5037,10561,5204,6103,26123,313,22842,17780,25180,2930,20348,23510,26772,14064,9569,1732,18560,14620,14620,9608,24024,25221,12341,804,770,25918,23997,21114,21114,17805,8578,21037,20521,23114,27125,29464,29429,9828,7982,13903,11927,25084,26493,6081,7052,23772,15404,23014,4846,2085,22748,27231,3034,27302,8320,10703,22667,8667,3138,12537,28920,8551,18702,8550,8419,13220,22589,10898,8057,15043,2090,28943,17969,20286,9866,1822,29334,13844,19315,14594,25936,11839,6585,15429,28198,20145,22834,10004,14539,4726,25620,5361,5360,20023,4359,14068,6193,1062,3916,21952,2100,25478,5455,3700,19166,29358,29411,19329,22165,356,15052,17758,18549,1513,3072,21688,9463,17906,1300,14046,25720,5673,22513,195,28206,23753,9736,20375,27111,9634,8395,4557,5018,26504,14856,28947,7826,24667,20134,22880,27364,29475,2111,10872,29610,11166,19114,7104,2116,28460,28347,17872,7730,12017,29403,11010,11714,13833,5527,19030,18377,26371,5790,13542,1652,29070,26140,21160,28807,6110,24484,4676,27324,26061,12627,26181,16475,25672,17525,12287,9045,6030,6755,29402,12866,2126,27771,26219,22305,1996,24907,17458,1534,21253,9852,2129,9594,17219,711,18162,656,10753,3905,10508,23907,3038,10209,24621,3205,3205,11875,13775,27710,21292,20641,5357,8876,9129,16649,8272,2133,21483,14995,11353,19343,9689,121,6031,5039,26243,10039,17645,22276,18814,11151,12104,29074,21789,19855,13088,13670,3053,16669,17892,5910,11979,15370,27894,14830,27357,718,25538,13983,7247,4123,21039,4384,29089,10902,26774,357,17778,880,16436,468,16046,17186,2140,2141,19766,23717,117,117,15485,7370,19683,3435,17790,2148,7994,10640,18664,6556,4064,11263,3404,1330,2286,11709,6715,928,18646,15320,17854,12584,6410,10645,11713,2151,2152,12139,3192,19402,26531,27665,14027,1139,4531,4101,7373,26791,1157,16567,16621,736,11444,16857,28344,29690,398,21945,19565,17694,17694,19004,11574,23089,2160,6121,23653,5281,17862,19438,26536,24949,8012,21922,3515,22597,15711,7625,17235,19932,27832,29537,11716,19568,20082,2925,7766,7766,3450,8863,2167,23787,12516,27044,26271,23178,21865,15010,7176,28218,24785,16643,13914,23661,7120,8436,26946,11727,24501,7518,9383,20403,12971,19987,2171,10492,2172,2486,5984,17731,18456,8540,12143,17834,7858,9275,5136,2344,2344,19635,18773,9903,25644,19406,26077,1261,23853,29208,16984,904,27568,11360,13882,15461,9930,12355,24835,7173,11267,2185,7123,5447,24618,2187,13905,26188,24221,3438,10386,20979,2188,288,22754,16157,18269,28012,24753,11186,14131,24829,3001,15665,19567,13698,20029,20903,3678,14707,14707,22767,754,27818,27818,10485,20827,10416,21241,2192,18806,11322,21223,14817,24438,15239,3042,22652,27208,29328,29329,4885,20265,15118,8881,17272,2194,16850,10767,26850,19661,21512,12598,15400,21357,12875,15076,11012,2441,6944,193,26638,28842,12679,20683,6964,13981,21960,13296,8464,19528,27418,25701,23215,15063,6050,20419,2198,28381,6133,2137,21271,29209,14312,18605,19877,14913,3386,2202,8120,1484,14560,6884,1267,16320,25764,19396,11350,3540,25276,2208,478,25343,24979,9813,20568,10790,5550,547,17086,28560,24815,5707,12382,27956,28555,10694,23190,1169,28648,13852,10865,20048,15952,2214,3708,3655,12416,9528,13845,9130,1635,25411,8582,22778,3400,10905,18416,25511,25775,8184,5270,19892,27745,5105,16618,23569,2216,10979,11913,15866,20480,16701,837,27500,16632,1129,17578,15064,21367,13737,10287,3261,16210,16577,26852,6810,28653,20275,5877,3079,23173,4095,23203,21217,29245,28482,7565,21693,7309,20273,106,8793,26848,28044,26612,5953,19737,6625,25786,15550,28362,5088,23885,15072,24396,15673,12350,9873,24046,26190,15992,28933,2731,5463,23308,28580,2248,6158,13148,19883,11284,19338,28540,9058,17101,27351,5239,3412,23982,27186,10205,7328,4260,26129,4009,4072,28124,28841,11434,4864,9426,24953,2039,9249,2256,4784,5357,14618,14618,22217,12286,5948,17831,7713,10173,28055,7196,13112,5073,19362,2263,16767,26573,16293,15368,27856,27850,27850,19418,14752,24198,26976,22130,4905,29123,1607,3988,90,27953,23642,16072,1375,12162,14231,21601,1637,27917,12366,20630,4223,28849,10855,4223,16588,23000,14991,28039,15441,21174,9740,1870,13493,2910,1960,10834,11152,28739,14236,13357,13412,866,866,27970,9228,12982,2283,17465,18142,1477,8863,10844,13314,9992,27255,8839,29604,7855,13031,27510,23820,9277,9277,695,27495,13431,7803,94,8799,1055,11455,21027,25923,8537,21220,15582,6754,18837,18837,15296,22361,6214,26420,8456,11021,7010,17794,11292,9422,15642,27931,22727,19656,19268,16988,20912,24882,24882,747,19878,10441,27693,29594,10441,9229,24456,10966,21573,21573,16957,4117,25415,13689,4298,17711,8883,22636,26505,12438,16047,12470,22214,24711,24248,24248,28111,29006,8930,8518,13115,12779,27070,24923,28396,18905,17848,21563,16585,8275,23184,24622,10351,11276,2063,8152,4306,24151,10817,13448,29732,7518,5267,27672,18429,12365,24855,21622,8685,15131,28970,2306,17897,3505,10759,23342,6354,8954,7006,24102,19060,4499,6800,22713,26935,5344,20429,9723,20653,9900,11335,129,25174,7177,25265,667,12035,7504,18245,25286,21199,28655,9056,3745,26746,26861,26176,16141,17566,19777,20218,2319,6460,26575,19094,15637,13692,26695,10456,4126,7063,24452,15353,7441,10248,1630,4718,24851,15468,14165,6896,28597,10223,9556,14682,29634,7921,21521,16807,12040,2403,22265,5254,20190,11541,8614,11244,29068,23339,14842,19320,12713,21248,2326,5849,14535,16583,28542,12305,1872,26065,10376,1039,13047,7034,16822,2328,16822,5664,14255,17486,16903,11416,21725,7868,239,26918,3219,8805,7557,4064,26685,21132,26971,25943,2335,12844,3717,14021,22616,27496,23531,21890,26960,12343,8143,24843,6761,10893,13924,958,4149,10913,6750,23285,23435,9888,11860,27278,5543,25186,14567,26697,11062,8581,11677,15417,2342,28457,29168,18606,8391,17558,1824,19182,6862,10579,19757,9826,20804,6294,13280,2555,22216,20173,2348,13000,4709,27413,10911,7641,10263,4418,20958,23607,6384,2352,11904,14446,6258,6100,5982,20758,25635,12145,13934,14592,9592,28668,1857,9407,19897,7183,26719,21648,1082,10739,288,15831,24159,2317,5883,4974,29507,3607,8447,2862,20831,27119,27696,17140,19059,5474,22904,12594,23759,20924,5138,15336,28098,19712,2364,8649,11873,18449,2368,3419,18738,2370,9256,6922,27979,27412,777,18335,15377,2372,16112,19906,22758,12282,24742,13822,22040,10128,13812,27942,19619,24802,24446,6409,25428,23210,23240,14565,5311,12365,19532,15011,5580,15810,15810,19837,25833,7317,26362,23299,15596,21418,15863,2444,17106,28699,7227,8657,22556,14061,20593,11319,9234,26026,22171,19297,1684,22745,16817,15264,11016,194,9954,13274,14386,9699,21634,18862,17938,884,3610,16992,24572,19352,13340,12937,25314,5060,24993,7599,9107,25368,19434,15758,13635,25873,25873,881,12255,21321,11225,29653,29653,9355,7658,13300,7854,28286,25802,6535,13648,25188,21668,2395,28557,11930,12703,24274,12576,15097,17711,15150,15086,19305,23914,15093,27024,19348,9002,27566,15519,12712,26348,2999,10729,12589,28378,10587,8709,28832,19682,20511,23221,2400,16710,18809,26780,4545,10949,29005,2405,23430,27022,27767,7483,23568,5259,15783,1985,5531,2409,13962,8836,15591,24695,19544,26353,15251,17949,6164,15667,6918,5581,29033,11883,16912,27941,10078,6901,13016,12518,22307,12041,14402,29034,25104,12328,21966,734,15426,8319,24113,21928,13108,309,9783,9183,10136,10511,28320,14184,123,9364,22694,21196,5633,16484,11447,5975,7512,19854,12395,29244,15042,14804,29197,344,21866,29467,9977,15420,27386,7577,9193,28861,9939,2425,27837,28820,19583,12490,6495,16648,10948,2426,9415,4089,2427,25230,18852,26431,15279,12184,21739,28694,2095,17858,18840,26069,9448,13861,5766,20968,23314,22532,29107,25313,23815,18139,14437,16240,14443,27512,5546,26456,19400,2439,27564,19113,21532,28855,28125,23233,4995,11496,12736,23846,25075,27522,26503,3917,26735,6168,6143,1824,14210,15615,19820,17765,21015,16171,2134,24004,19360,18934,9739,6506,14913,2532,24954,18591,16337,19715,6655,4195,14890,22802,13341,27925,14776,14776,28373,13059,23150,21516,688,9423,258,2454,26479,3966,15875,21381,6723,6076,2460,12133,17318,14584,9350,9410,13586,18358,7427,23835,28392,28634,29043,3202,6733,17877,17153,2470,2643,13519,22977,7352,26698,3893,12058,10277,19549,21813,3272,7259,8454,6124,21896,5266,22783,15399,3086,25240,13856,15399,24407,3940,4549,6788,29124,16730,5712,29124,6803,3842,29124,13904,24300,10060,8465,4577,26990,10749,16237,17420,4220,5687,9154,12910,18598,2481,720,7547,7547,13645,17830,16763,1496,27370,27317,17976,12141,15699,4874,15545,28182,11442,3989,12636,18059,8507,18723,27986,28580,17484,5192,25284,24963,8852,10870,27225,18300,2495,11903,2495,29402,23696,8991,12536,762,699,2501,10747,25463,27608,13472,22887,27608,2315,6988,19128,4780,2383,14827,9885,7401,15759,25669,14760,27911,27911,985,11437,18201,24291,11454,6935,5043,18162,27540,21429,22837,8002,15766,13646,19850,28421,3749,19615,25557,2282,11617,6354,2315,9430,16115,17502,12467,17169,25137,29082,701,22285,2512,14042,8404,10955,18128,18333,2870,29047,23951,11525,25310,27677,27885,25439,27148,29166,14154,21473,6774,27520,13455,10435,19926,3383,21025,12864,27715,19323,2520,27104,19481,28649,19481,16405,10132,13809,2548,15001,3208,23257,20148,16434,1272,16259,1712,16151,25165,8280,26025,3392,21254,26198,19241,18938,10815,8145,13582,26324,27991,13232,19076,21658,5956,414,22662,6357,4758,26515,6071,7969,26515,612,18226,14967,15728,25720,17800,12767,5764,26349,28348,17101,22196,8911,6353,19724,24707,24491,23077,21555,18497,9803,773,26661,6889,425,5374,7916,13296,21768,22462,5662,19631,7207,7207,6152,25401,15172,2291,16015,10229,22980,17583,12397,26441,23999,24948,1887,5183,6209,6455,13160,21824,4894,8721,8118,29731,954,28527,12984,20505,5030,18206,10718,7925,26485,27382,21465,27051,1702,13545,27499,23779,23509,17695,29430,1509,2546,26607,21983,27625,15875,26295,22169,6316,16811,1701,15189,22747,4262,9321,28775,3300,26407,28621,1486,4361,8005,11384,6858,16804,1775,2551,9406,24555,11848,10075,25432,16905,2979,6044,5551,12392,4013,13093,23670,19836,23963,1118,27718,23060,18833,6310,28867,15484,2132,7602,7858,2244,25507,18372,13084,6182,19697,3029,16605,2562,27320,20400,14779,29658,12064,16971,19403,21071,18881,9543,20992,29016,22534,26895,8987,26798,17887,15685,12719,19012,21684,28153,28881,15680,27401,23498,10142,13575,22779,17114,9901,5096,15465,27460,10265,16359,1447,6908,6508,382,19159,17266,6988,6988,13765,9471,4392,10151,8369,27988,27138,27138,10101,8091,10871,19430,9917,7851,9917,5212,27542,7164,690,8488,14835,14835,6900,20676,11409,16670,6512,20678,18804,202,6174,13905,321,20851,14975,4545,6279,28202,1153,27390,20692,22367,9601,26875,28532,17882,4006,21515,20274,12371,597,1054,23808,10693,22297,28113,8237,24327,14179,11432,4206,8095,19127,4569,6735,6854,6395,4847,992,2591,27181,28909,7424,19239,15655,22201,28037,2593,13614,18730,13105,28607,22959,16544,15486,9822,17723,14494,9537,12820,8692,20074,22384,18276,21064,28080,4052,308,7124,26143,10967,24922,5142,22777,2605,20325,22522,13917,9668,11308,2559,26186,20235,13096,3305,9555,1754,22012,3509,27320,10541,28303,10419,4798,24523,3458,19227,11187,24367,5977,4441,4497,6256,27646,14508,2615,12323,17142,22125,10385,23468,20010,19877,16449,6592,8356,26631,15902,2617,26270,8125,2618,28440,6940,2621,25486,28979,27761,16446,22643,1557,3751,20732,21289,13748,14539,13161,1329,19319,19445,2709,7668,9934,14787,23869,2203,22019,21495,7591,7591,17782,1459,3367,5815,19924,25509,10493,12942,15236,2240,4049,25893,25893,24803,25443,26709,6602,7037,21133,17568,4629,23615,14992,6473,17064,7866,27394,5726,24934,4247,6906,4592,4587,22827,17603,2024,8627,17928,24082,18899,27649,13272,20554,25959,226,1245,18906,8344,267,22439,8437,27350,4290,17766,21095,15078,12078,16544,26474,12892,16180,13381,27748,25234,12293,26236,24136,4696,9800,9482,22026,27055,18473,9646,5976,17652,26915,1578,23065,5587,20194,18518,2644,26799,24474,4770,26294,29007,6873,24474,27497,7063,14551,968,21459,655,4282,24946,20296,13986,27668,15816,21497,18827,18121,3477,12870,27597,8477,5729,11028,25621,8477,13009,15938,22896,19154,8486,23316,28154,17405,25496,7597,1975,11651,18751,14922,13271,23700,4224,4670,7321,29067,14165,24967,4010,5095,17152,21803,13529,13529,19406,25202,1556,22131,10737,14531,12623,18606,10243,10243,29269,15377,637,13382,28836,2660,22223,11316,29539,1295,4356,7034,17208,25494,6465,8222,2665,864,864,26490,4342,6118,9632,11206,15565,25608,23194,17227,14555,9706,22815,6108,11457,8196,8196,14338,14337,21564,21091,20656,27275,3624,15907,6620,20528,12193,9970,8091,9660,12189,2672,29318,19004,25879,17244,22359,22182,13594,24625,3268,14035,23713,16501,22069,15852,28505,26444,17555,8474,13137,20853,5764,2181,21945,24273,8252,13097,1073,15914,8378,25403,19883,21109,27464,18205,6951,26236,14926,5062,15254,9274,23886,5152,2686,15159,21589,6348,15393,11377,13120,4302,1138,25071,19347,15832,704,4983,6928,2621,27988,8890,915,23191,2139,16315,12969,12969,6634,9957,9486,16782,13805,21881,29372,9367,21256,26394,27916,24369,18481,29532,18481,14313,22817,24146,11101,22817,28576,2700,25394,2700,19085,9760,24146,10939,7404,964,16558,10941,8695,10941,25395,4431,28473,3718,28497,18078,22181,18553,895,2706,496,379,4909,29646,12613,13767,11148,27974,16214,255,16379,12201,17612,15547,15876,18877,18343,9112,28676,28666,20663,20470,9077,2715,14642,2716,15764,6993,10906,22032,10552,7780,23520,27091,28998,10925,509,25576,24032,24353,22576,10210,103,2727,11839,20612,5396,10309,6467,27692,5948,11667,3939,3148,11812,28552,11895,21015,24648,23440,12926,28442,1542,1542,2867,17993,23813,6524,27598,9639,9287,29380,13079,28464,12244,8714,22379,9999,17684,7935,12478,22102,15620,6959,5862,24830,19028,13427,22643,15139,8834,29327,19956,23297,25925,16472,13689,26242,23429,117,19466,9717,23973,8123,6914,19992,20011,20011,16728,6693,273,13813,4000,5307,16478,21354,6731,26451,26796,18258,21869,27372,26352,4416,17037,14177,3699,5528,13693,13405,12384,9523,510,5452,22739,554,12164,16735,2760,11269,7662,16121,16121,5895,13139,26523,8608,6631,23263,10536,3492,14028,3685,4910,21101,12439,19514,16471,25470,6217,17691,14357,29228,27952,18196,18848,23576,18980,26391,20110,25313,12207,18292,263,10734,12488,12920,18426,11050,11050,18977,24166,22232,25240,28827,11916,25385,23216,18817,8688,18857,22984,2775,27488,20047,6544,5816,28839,10752,24659,7446,11716,28247,20344,20072,1003,1476,22393,7642,17832,24467,27037,23747,19469,12787,21649,7859,17527,23842,18019,14534,24851,12464,26138,10096,10096,25031,7079,19563,6538,16739,1047,3525,28698,7333,2784,11928,4898,23338,21097,17400,22799,25361,22512,10721,11176,20368,2786,29302,18583,14020,17660,9441,18337,24960,4312,16407,7425,5967,20900,17310,6899,10593,3128,3128,20789,19381,6403,6403,4408,20055,18775,11916,7461,12764,13216,16075,87,4448,22678,7276,20808,11708,26514,6737,14763,7767,6845,1011,684,17449,15510,4411,28948,5171,2173,24351,20269,23354,2795,2796,9972,2446,2798,1048,18431,28759,24529,13798,13798,18431,3776,14082,11094,25403,11035,1968,6194,17792,11334,4021,11649,17253,24676,24349,17731,13918,29607,3493,7955,11620,2802,23697,15140,16226,18529,13031,19264,9780,23842,8654,9795,25706,8083,13806,12905,10963,9331,27331,6759,10787,22694,6962,29091,20718,26368,2811,12904,13871,23402,15114,10387,23402,8157,2813,16882,276,26190,29215,16364,28558,9752,15113,7585,25110,3482,6219,26462,4180,3849,13498,7348,23614,4617,2117,20218,23264,23264,18287,21080,22474,11754,27631,14223,23313,15154,2790,14385,28971,8397,7040,10095,9558,19524,269,24476,2817,23168,28604,28302,641,2271,591,17824,23715,15400,6185,11129,5881,10829,10569,24233,18473,25071,26582,12632,5482,17621,15163,22309,22309,22862,24171,7569,9977,11820,21032,3652,16719,8514,13280,16173,26379,26381,4679,13413,10886,911,17714,2828,8435,26949,16223,8435,18202,5844,6854,5427,17472,27904,20639,1717,17340,29016,19194,18482,26205,13927,5678,25682,21653,19891,24442,15363,24440,27464,2835,8996,2836,3463,19064,13954,7551,20290,13384,27352,402,12830,2742,23965,24118,21529,3971,9417,16000,18347,1006,1006,25241,26453,14771,17070,19706,22407,6896,14464,16734,148,25998,25998,11461,29433,4092,5268,25841,23984,5851,10352,3550,28866,24713,16399,6459,11858,756,26888,8705,17913,9787,23393,29439,29294,29500,3386,27986,21677,13288,10153,7325,8625,21880,24649,23176,4523,24093,28603,781,24165,11612,23227,12423,54022,9708,18303,29563,26366,15294,350,17331,7660,6686,20737,6396,14903,22932,28942,18656,6987,20455,9179,21026,8252,1089,18788,9501,4370,29064,18591,6426,12927,29546,1495,5543,3927,24475,21153,8382,25220,2866,5020,31,31,10501,22645,16766,22397,1031,1031,14435,20122,4594,19139,10325,1990,19556,23258,19459,12930,27211,10431,23832,12900,3758,2874,13270,11739,27321,11385,2877,17625,23490,25457,2155,10687,26513,29448,10366,12199,24666,19782,19789,5572,16004,10945,26499,11694,23177,19770,22330,20378,6104,21913,11209,9337,5267,11209,5260,24061,22467,1175,5808,5808,23887,20893,3350,15863,1098,28098,10349,23648,17335,2885,4108,5415,2887,6989,7710,2890,23930,19995,26882,15313,13267,11084,23225,16114,383,15525,2893,21473,27272,18230,12769,29600,6561,4923,15715,1674,2871,16780,28579,22733,12287,8624,27109,23721,21236,13055,14267,10254,22070,2901,19197,17243,17243,16846,12740,25456,8069,16457,25994,10856,22603,16169,15612,13159,24155,25870,21128,2909,789,12106,9967,18467,1047,27985,9995,22198,11331,2535,28009,22006,3671,23647,17299,6150,27226,16585,18071,16789,12752,13654,2914,20515,5335,16154,20218,20219,23741,23741,9576,16101,18249,1023,7771,28494,3640,1919,7706,18671,13799,13751,199,15542,28628,16375,29363,2922,7021,16981,6695,28824,28762,17538,25087,2924,7814,437,20420,10726,14348,19272,26234,28212,2930,9051,25581,27408,4454,28806,6385,25072,23003,28912,731,3473,5313,1453,22596,5747,15351,1271,28971,16162,2421,1401,23403,53853,13620,17341,27636,11991,5939,8652,28411,6777,25533,2945,14957,8562,1157,13672,15428,10412,16271,9682,23027,13881,13881,3864,28562,22021,13023,12322,26650,8014,18816,17768,11094,19948,19948,25520,24165,24764,5008,27005,20596,7255,8061,2800,26045,26426,14971,14971,744,22705,15794,22458,2934,21264,15874,5994,16750,8004,25231,728,27051,28081,2956,13828,516,1593,516,3970,26023,14405,17272,20112,14549,12349,21057,16794,10909,3692,1144,23173,20045,25048,553,18414,6555,16454,671,28814,15052,4715,1391,25616,20332,6948,21876,20524,26282,6038,1683,11602,2973,28543,15194,13466,11578,23476,12156,3299,296,18429,10705,25012,23117,15576,5641,2980,15348,26172,16399,16399,18121,21495,118,9966,17674,23667,9208,2588,15327,2265,3408,612,16064,6225,25073,22268,24445,17390,19193,9207,5377,19141,28595,26034,1061,21222,11950,8885,10173,6705,29059,25789,11949,22167,18828,26845,20523,11701,16278,24546,28536,22069,28536,22199,13938,2750,26764,7144,4154,21051,12449,19336,22619,25067,21210,8505,6489,9592,4243,2993,27687,2995,27482,27482,22788,7330,14660,12812,29160,23158,26713,23293,2845,9155,20949,5023,13829,6248,9829,20878,22413,20119,25054,22719,22719,13466,27849,16879,20848,19379,6375,9723,384,27853,14344,14140,82,20337,15927,15174,3891,28999,8650,15262,19787,706,26511,29197,1502,5709,25815,29166,745,3015,27641,27814,457,1800,11417,9139,1121,20479,26105,16553,9024,9900,22991,4788,14030,26702,16613,3018,12163,20643,20642,3020,19654,27238,19451,14589,4811,6294,14239,23317,1394,16449,16988,12419,3023,26753,14052,22720,9946,26960,15882,15882,21856,27265,10698,23445,8635,24197,24609,45,16207,11771,9759,9759,17307,20474,7687,25987,13288,21532,5391,5702,53867,13030,18710,4832,15819,6159,26885,20446,3036,5291,22552,16442,44,4239,14553,11805,9988,13695,10333,28106,9017,27845,28028,14726,29089,9410,2466,171,9239,6326,2186,10869,15364,18551,24266,25625,7112,19946,13769,674,433,6020,19969,29375,24614,28871,11208,18161,19824,2008,22755,20675,20675,27949,28794,2438,5735,7708,23871,19547,12583,27013,23939,15613,10576,21103,7216,17252,24547,11477,21917,19479,8356,20265,8651,2766,23123,12630,10253,3052,18844,18844,9936,18722,5150,8774,29429,10973,7278,22482,23603,20807,28615,18078,7169,28217,7430,1409,7690,18592,7454,21661,17764,6412,13595,6186,5815,13948,5020,8505,7579,11293,9983,7875,9716,3062,10414,26919,27770,3287,29545,15475,7227,17041,26874,3067,8061,27078,17654,9729,24634,3070,16835,4588,4588,10857,4359,1128,1128,20249,5752,21613,15157,17475,445,445,18737,6099,8168,7643,4448,24643,19011,12435,21559,20878,3783,26156,24571,11953,22664,13422,9358,20541,3266,198,1023,14383,21060,9664,9136,20542,11770,22129,5900,13482,14266,24725,5992,18119,8903,18666,21380,15161,3020,3833,13442,5310,4932,18357,15395,28058,6718,19697,19109,18839,3230,27286,20012,28940,4666,4187,4363,14741,23456,18884,17829,14936,28506,21802,27738,20356,2282,6417,1380,18273,18273,27230,20276,1798,25554,15209,23370,21322,28522,16076,19990,11856,2117,13935,24991,20819,5031,9179,11882,5663,2732,5689,20730,28389,895,23822,519,18981,9201,5027,2665,21354,17713,26568,9731,11867,22462,22462,23546,14228,29417,4980,15677,2014,928,9278,19686,17760,14824,9243,23745,3832,20682,17971,8838,21312,22150,3595,3101,25868,14450,14450,20530,3102,25636,16698,8134,25126,22253,18523,13108,13407,22898,26041,14213,18052,1977,26464,29536,155,12646,3105,22599,1082,725,28941,8636,12901,19889,23925,24289,5897,17008,5931,17420,25339,28059,29310,27292,14281,29462,27019,8990,26238,22862,15555,24283,14172,26015,14986,24896,6715,6719,15154,23714,370,20403,24725,21623,6079,12975,12975,20932,14570,3120,7823,7823,16955,10862,22916,22844,3787,20803,26018,21539,4876,21139,5571,3644,16522,2019,19927,3045,11368,24046,6365,17822,3126,27677,17363,5268,4542,18766,12645,6360,26040,15497,9461,24510,905,27528,1204,17236,26260,22430,7377,23528,12563,20038,13066,23407,3130,5535,22633,1009,7701,24708,6053,1049,20508,24675,29622,125,17732,1592,8192,24313,4337,3135,19940,6956,27616,10620,7215,17187,6297,24363,28425,1659,25975,29620,25084,3139,3140,27613,15233,1952,14036,16478,3143,3143,13025,8855,9061,24122,8338,770,29387,16360,246,29163,15246,5791,15385,9157,25131,12195,9582,9582,26586,899,22268,15326,2104,12115,24509,11993,21603,7977,11428,18303,28563,2128,9658,20782,27760,7836,18562,16144,19088,13839,28307,29156,4817,26364,23058,4673,6548,26990,15148,29176,26328,18087,26267,8468,7945,9701,1935,12155,28465,25688,2266,13417,9330,1667,9184,17325,5579,23130,25095,29019,15298,25973,9234,10270,29213,25236,29213,28153,4202,20428,25628,9149,10438,3165,1636,13356,16338,24230,3028,6339,18504,18504,15054,23562,15656,24391,25847,22155,9564,22499,17416,14809,17965,26979,11511,11146,157,1122,19665,27067,22425,21225,2048,18844,5547,17044,6482,6482,25773,22221,21435,29267,4262,25891,25891,28226,23687,3409,27215,12412,25831,3180,17811,28779,20282,2062,618,21803,3872,8740,25590,20469,3807,5300,12810,6983,792,17637,8724,14162,22591,28857,5177,7718,24678,24110,27518,21035,6142,5087,14442,3187,21537,295,23377,3114,3192,3317,12731,21005,11413,26760,5582,5939,12271,11403,685,11590,27503,21484,27251,1619,3199,3198,28143,15353,20336,25716,28841,24988,24988,20806,21118,16732,21209,24099,7304,21105,14036,11763,23286,2827,23201,27076,26060,5085,11684,14018,5051,29189,14436,26041,11615,15937,21191,25700,25226,3486,5622,4033,18477,5621,17872,17842,15860,26086,7412,4735,23286,14441,22346,28515,10928,28555,28357,8462,9670,16725,3220,18540,26555,10430,26411,3221,10495,21100,8616,25202,16624,23164,19778,10769,25807,24780,10729,5372,14512,19358,25078,17728,27322,10732,19193,27386,28615,28075,3229,7617,7391,11646,18463,18847,3950,12045,27129,17979,28999,7175,10624,25187,19008,10594,20054,8509,9228,13080,27928,6474,27645,15732,5425,8469,14803,26855,26855,1593,7283,7282,5116,2268,18308,11867,13102,28044,14242,2722,6265,3239,1176,7739,4474,19502,17953,28712,18987,19091,4053,22285,7886,24361,29449,6262,6262,23756,18671,15825,23280,28447,20664,2911,25034,27794,17407,21029,23824,2125,25376,53886,8700,6325,3245,12000,20754,10121,22450,24466,17941,19332,9411,19333,11511,10257,2342,15481,13595,26201,5082,11566,17478,22490,4807,3253,28730,12035,23281,25451,12776,18619,26433,14182,20248,11810,24740,13493,16578,16291,3260,19950,9323,456,12679,26170,21587,3746,16191,22921,8926,16917,14250,12859,23203,26093,10439,16592,3265,2017,29051,3523,24358,21439,19279,19142,4483,15166,14206,7383,5411,3269,13136,6053,7162,26769,323,16066,27950,26813,8395,4918,18796,14989,21793,21151,3671,14007,10582,10582,14127,14127,18178,18177,19398,25680,27642,21437,53965,6218,25387,5800,27521,3276,8797,5527,279,3278,8204,17377,1071,3666,8360,8360,12902,12935,7552,12834,24467,18033,26994,29265,29317,17716,10667,15607,10677,10707,18703,3895,2329,16388,17539,15208,15208,24669,3291,309,19486,17365,6305,3293,27920,12754,20844,9846,24674,28360,6981,16272,18438,28700,23766,28196,14591,24175,5361,27066,12075,16156,22689,6601,7570,25176,24403,2778,12103,11456,23363,13847,2295,13526,25846,9064,23234,17645,8268,17964,9203,3309,23100,6581,22280,17564,22280,8911,3861,516,15504,19313,7334,21829,6401,15614,12692,17981,20952,15680,5185,4959,29465,24798,18535,28789,12141,546,14448,16080,14448,5130,27101,12961,27499,25824,6266,26378,27411,12855,15885,12569,978,29218,16600,10261,15479,15105,15511,27122,18006,6420,4595,26112,24300,7783,18747,23965,84,22970,13803,9596,10619,6819,22062,10266,22627,21955,27723,2982,1973,1973,5058,29649,11430,15827,13795,18727,16446,3833,9576,27845,21944,15395,22179,10091,1364,15393,23335,28502,10838,14189,20349,7358,5860,12674,6139,11860,10854,6139,26320,16646,2964,9992,21470,9429,13568,13568,22388,3331,3331,11189,23290,21894,27660,19054,25118,20588,15200,18544,13735,15107,28291,8594,10846,24677,13673,16995,22414,21411,10715,11179,23256,10068,3338,12513,14155,24728,359,28046,977,14485,13497,13627,6339,12957,5951,288,20833,24470,16382,24812,19622,21053,7572,19673,14758,13693,27410,26495,17259,11875,20682,7406,3340,10799,4483,18353,19615,2290,2290,12180,6894,13142,3346,3345,19596,6702,4953,3347,26693,18886,23909,8617,29082,11831,29275,27016,16131,20544,8435,204,609,28402,27633,22042,1186,6689,2300,6292,4702,7067,7067,3357,6346,27243,23552,21533,8802,2690,5504,26962,26780,16736,20220,17850,24733,11239,8749,24029,14843,7221,14659,2769,7546,8623,2927,19681,21299,8236,28248,12912,22780,15778,1482,4313,17808,9294,12111,16800,20158,26072,4481,6251,6273,5443,4219,20726,13399,23951,7689,17161,11425,8850,1359,3378,15227,16173,3379,4400,14605,17789,9775,8023,29573,8357,29461,27640,25791,4954,29475,29353,16791,22827,14079,23473,1390,29253,22243,6850,13369,18939,9803,25543,11410,11168,154,5673,28836,11053,9376,23534,27489,26691,11262,19164,7898,3863,13943,6779,10596,13391,8821,3395,845,22617,6464,7605,25917,9352,27853,8534,8290,7272,8290,12516,2820,5437,22148,5539,29353,13383,10141,3402,16660,28984,1278,12947,12534,2079,27198,12133,9598,27427,14754,23009,13100,12414,26972,14192,10772,8115,29421,25382,4050,28060,5353,27761,13662,26977,20348,17617,22465,22465,11254,22465,18224,19598,10481,26376,14217,17545,2616,1151,12213,7084,13357,5515,27105,26673,13062,13062,17937,17937,14121,12045,21045,14219,11103,3046,1822,18185,14738,23992,3419,8984,22509,15979,4545,13073,7852,20271,14026,3423,24048,14929,13857,11099,16102,12558,21578,11527,10330,22088,12670,29246,4095,20351,16001,16001,24744,2345,16741,18164,29553,7148,2567,4198,9751,27719,18771,9135,25827,15449,23069,21276,17367,21375,20113,13126,11490,24803,24332,24057,17105,7275,25016,4737,21008,3430,28220,24745,22510,23949,23781,25089,16129,17987,7213,19208,23073,25267,22871,1540,25297,15876,11330,24569,21017,13102,1458,13102,3437,24204,10119,14658,14264,3500,664,8278,19076,11234,8229,28713,16705,12480,27080,20516,14420,24980,8230,18645,5217,18094,2704,3445,26185,23644,14740,13828,13828,18082,23671,3175,4071,25755,15269,6821,7376,27078,15100,21891,25124,5846,12816,7774,11391,15409,3217,10531,28280,20254,18285,16563,7620,21237,12837,23484,7972,4944,3458,8195,14346,24641,28257,28597,12237,1930,11114,1619,6115,28649,14154,8871,3618,13413,3462,614,9434,24870,28883,18442,29037,14843,20230,3467,10143,1856,3471,17301,26267,3275,14761,15224,17027,3473,15155,7111,1028,11808,24902,4418,8830,29357,25117,23162,27740,28462,1807,5037,25947,17512,19816,12495,7962,7391,24935,27822,6217,9132,21214,21974,26404,15124,2431,2431,11519,10579,9495,217,1143,22034,24149,29127,27731,13965,6676,1543,13612,29612,27311,3919,8149,8908,26496,628,23936,19051,20635,8145,25821,29617,9945,14564,26843,9707,5819,20211,22753,19879,16760,7708,29286,678,9951,10132,8264,7241,515,27656,915,10631,11923,3495,17349,26455,2258,9693,28952,26786,21113,25729,14222,29111,2032,15180,16417,5678,7503,21488,9184,18192,26428,26611,24580,17469,6822,3505,21769,26878,21870,16168,13750,24043,19634,779,6481,12554,9426,5674,6869,12209,22018,19148,3676,14499,24096,7961,29011,9284,12363,24512,27189,26245,10592,13509,5805,17193,5047,18029,18029,3063,23120,17015,5135,19315,2374,19140,26921,26921,10725,22342,22965,22978,10218,16232,8369,4520,4520,25135,18247,14422,7929,19538,12264,17870,19801,16151,19908,27636,7387,22341,22130,1714,25426,2266,8106,9883,21923,13957,9365,2573,14043,7309,8252,17795,27760,4515,9697,16792,9219,19694,25049,29298,873,3529,2456,22066,15976,16088,24912,6076,7062,9826,27072,20057,11858,10931,28155,5247,3531,13909,17216,9634,5374,11551,15235,15812,6177,2301,2156,23092,15017,23426,13682,12071,15185,18158,18523,18523,7462,23616,16191,14137,27273,13864,15600,11725,28569,20250,8877,272,24769,8430,19638,22401,13050,28895,15382,16023,5826,25393,3825,18827,18708,4224,3543,19086,5387,28615,12444,26002,25471,18400,22964,6725,22994,3546,22461,24768,27053,28184,5397,8129,15850,10176,1783,11052,3309,17071,12980,25426,28812,26647,2645,22132,11689,16993,3554,27414,27415,1864,2490,22804,4804,9063,25112,19062,26297,5161,16480,12771,1905,18085,5920,29541,3684,25430,2177,4629,25138,7415,27559,10602,22108,16981,24639,27100,3561,3562,7793,25675,23230,15831,26583,26947,21130,19716,16644,5717,27769,1132,24069,15284,24928,9493,17085,25093,801,16967,14125,22820,1353,25639,26602,27437,3567,3847,15223,15223,11800,22283,814,11132,23276,11218,5074,10721,29066,435,25949,5439,12119,23291,28890,14526,5337,24138,26254,27060,26039,11150,14828,26296,24224,24293,9133,3575,8142,22707,8909,11318,19415,20217,12204,13469,13728,3580,4662,8363,22047,8808,23994,8080,895,15310,6107,24804,28206,6859,2303,15588,8990,6952,1496,7527,10958,9492,15761,29531,14278,27749,1690,235,9119,13281,28628,1685,27012,9494,20848,4339,6844,17059,21163,21163,17510,14987,21019,20348,11561,11561,3596,24280,13526,2613,26252,3597,9748,18188,11563,21595,18453,20822,17321,12342,8336,4728,28169,28169,2739,25625,21499,7418,24718,29412,28894,11819,20092,20006,3605,6608,9141,14329,8259,5241,26331,20549,10175,7886,15125,15125,3202,17450,10338,6460,22431,22460,18836,608,11183,17348,13423,5199,24142,12106,4232,26392,11863,13269,15116,11402,8087,3523,13107,25004,20525,888,498,8557,21037,14531,26368,15383,15383,6636,24313,10695,285,26935,26834,22692,29270,11984,26568,15595,1524,29406,5997,26351,23313,18119,841,4831,7202,29696,3621,8778,26335,28034,23169,264,23046,27061,17058,10329,1264,15653,7125,19134,7125,1669,14513,28944,10514,1847,14621,26560,18364,12141,22845,3633,21609,8289,21807,18140,1991,2040,18437,1934,20005,21188,23708,7052,7050,28983,20262,9359,6951,10798,16090,16091,8486,10612,7596,6548,20002,13674,6717,8813,10986,22146,5330,16890,5811,15008,29570,23710,26882,14116,5753,10000,15315,25371,23710,4583,26892,3647,11144,22067,16569,3216,27962,14384,8199,17166,25985,12623,9231,5257,21617,9701,28055,266,11353,25705,18623,26897,19744,3654,5685,5685,11688,12599,9869,4170,1810,17869,1183,1183,624,21398,8386,8942,8942,28779,4551,20252,2092,1169,27163,5244,22528,2500,13914,20332,21648,14559,6868,10654,12486,20424,12715,23405,26557,29039,11003,15251,23928,20088,24429,17779,18030,22777,14048,19679,7293,23188,2409,16219,27907,27950,16413,364,11466,9597,29600,29500,10208,23621,1831,3621,7062,28070,8287,152,11567,26751,24447,18017,11561,27275,28450,16038,16723,885,12245,12245,23686,4299,29543,21071,2978,12675,21611,15055,9014,26329,3693,13706,29505,4638,29466,20907,16470,7582,18765,7186,17256,27071,11250,23712,21232,3699,23948,265,29301,29672,17895,6513,14408,22568,26163,23647,27625,14579,1153,25414,20461,8957,27524,3857,12671,2941,8000,1170,16419,24603,8357,24523,17473,15303,24054,1520,28028,7342,21062,29104,13336,10629,21023,27854,10799,461,3707,18673,10925,1756,6067,27653,9696,8183,19773,24733,12670,1462,879,5641,29391,8533,5325,16768,21596,16504,20387,697,26404,24260,22638,15207,7645,25751,20502,4058,1220,7245,997,1146,14560,11281,4224,28001,18169,3713,11540,5221,22062,11471,18749,5625,14603,26667,1776,19117,8233,19316,3717,4256,9627,15227,20253,7471,3654,18567,26198,26198,12625,9796,25033,14710,29065,5205,15407,25131,27517,26275,4577,28542,20892,5509,17316,11132,9215,16412,16412,23293,23603,10295,4120,11811,19357,12667,4707,4707,28187,27758,15473,1454,3734,15622,12553,9493,28778,752,21627,6108,15950,14958,17029,1107,8464,3740,3741,14547,3742,11354,1532,24484,13574,14640,4816,16215,1642,28937,3794,2948,13663,28661,20910,2553,2553,10168,19197,397,16109,22366,19644,25669,13268,29523,3769,10811,19226,50,11440,4957,5005,2835,875,22882,5995,24730,20278,10936,11479,25957,20365,9922,10471,3164,3164,25297,7679,636,13420,9642,15935,25803,12512,322,15346,303,24217,12604,3139,26761,13434,8946,197,27565,15126,25009,9874,9121,14235,5524,13179,28308,2874,3765,20201,7991,7949,19934,8146,20385,10210,17268,24185,16834,17267,29384,26904,23676,6275,6197,15845,10399,15852,5887,29472,26220,3773,27369,28119,2928,4535,26038,10504,20271,19335,23112,22884,24600,15252,22231,7728,19892,22228,1500,8067,25266,22605,7593,12162,16082,3035,2549,1926,27477,18780,25827,27821,5435,1122,29563,8592,19326,8406,24997,25420,290,15204,16359,3569,19993,3782,18384,27110,10152,23645,13849,16668,67,10381,16311,3425,10407,3740,3792,13113,20592,22348,8835,19400,11004,4861,29247,18220,21459,5073,13647,13923,29482,3397,26672,2820,26490,8039,16416,11325,24931,25689,6673,19432,17162,13506,18783,3801,2363,3804,3786,22104,12488,27695,16259,17878,16486,16270,5565,23210,3060,27552,28468,16824,12691,13051,25146,18376,3753,27513,26083,24263,549,28460,807,397,28297,20820,26576,24520,8720,18193,13725,23596,24731,9772,14151,28268,24968,22199,4966,29454,16682,24631,8631,20405,7181,6744,6190,6195,13111,10589,24439,15947,23353,18058,14760,3816,8380,3818,10939,24901,2417,23611,26541,12448,18155,27977,29537,18941,13958,3710,2847,13993,6712,25393,7140,1855,11934,24527,1777,21760,675,14961,6564,5621,26847,3111,7733,2292,22517,9165,24194,3828,163,29026,20443,24348,28402,21954,14499,5073,18637,22410,1227,16535,11151,3836,25212,24626,7480,14966,6074,6074,7066,19984,3838,14361,28913,22547,24688,13169,8939,27749,3452,19892,5514,3173,7323,13503,14205,2511,24213,26057,17965,2804,10168,5335,20697,18574,24239,18466,27443,21619,17412,8537,23690,23690,25130,17862,4146,22989,17224,3847,3846,3849,11720,10075,11720,4715,10640,9514,4800,831,8985,1291,15708,20323,27322,5404,9491,9820,13811,20423,1172,23367,21833,21833,9629,24802,23796,29225,7137,3858,28045,24241,25605,10987,13496,14722,27821,17766,13978,10714,25450,27256,14207,304,4600,27189,3510,3867,3867,16193,2184,1720,20771,24611,10279,12722,12722,20783,8901,28250,9308,16271,25197,811,1158,27174,3870,15600,8896,20869,16596,2558,10356,3874,14242,28046,7427,22503,3875,9001,3876,10166,5553,3880,22444,1704,6644,22206,14533,14533,2936,25058,20759,3888,18174,11002,10602,19883,29151,27537,9451,9805,17952,8043,25780,17579,13675,28792,28232,8108,11845,28430,10533,22169,1562,20165,2257,9090,13425,11985,7296,8501,15591,12366,6554,25068,23932,6485,29509,20831,23929,22265,29045,1657,12028,15805,6857,2282,16381,21014,5393,3537,6188,14068,27119,19065,20991,28806,13732,11920,24700,24700,4300,14800,10202,19281,4792,22208,16053,14698,13516,8393,2366,15946,3917,28096,15891,10524,4010,24152,11159,22822,20840,12617,16361,10251,15214,21023,24830,13118,25433,28764,11582,20473,16681,8315,3610,11872,3250,20172,22321,11890,26958,17645,14491,13872,13274,222,13893,26682,9987,25677,21492,18153,8666,20930,9894,27463,24237,26912,4909,5663,5663,26027,26027,24172,986,21167,17418,25807,29420,28690,18423,23018,28771,17760,7522,8986,29394,19630,19161,6443,8027,13734,26310,26310,18245,28691,26498,8796,4790,3618,4735,279,3805,22071,17344,25105,10104,6721,7604,8912,22306,26604,26286,26604,20102,5492,6606,20892,23494,16969,7704,2928,16609,18821,25433,7801,17919,20216,3739,14072,19257,22040,13769,19048,25831,6781,6285,27704,14059,12409,19436,10876,7418,13347,6750,27555,23034,6972,10569,25261,7744,21797,19557,19556,15524,23055,19023,27701,19023,3951,26578,27769,24042,21107,7705,18918,9857,6763,20404,22635,1447,22651,3955,65,26542,10054,29616,12229,8965,1997,7047,9217,22447,463,27947,759,13411,21156,20136,7677,21016,29140,8630,1000,13683,17444,9875,9875,1076,1077,12469,4727,20067,1502,8350,8634,28263,2743,25571,1251,28847,12649,15411,24648,8075,14880,1034,17177,8022,25290,4831,18638,2855,21281,1067,12546,6532,5809,28267,3609,25969,8694,17975,24456,21259,4217,14382,8931,21007,1594,18339,15403,12593,17908,15860,8588,17775,28563,12698,19251,14754,5150,3983,8803,26938,13601,26418,16790,390,26192,18111,24976,26308,2215,20499,11692,25625,16722,9375,13618,21783,13241,9725,11808,3989,9157,9805,1942,9797,13263,24373,4203,19275,20268,19045,14690,10746,7434,7315,25288,13215,18058,18058,1760,8776,22624,25975,2934,7308,10180,22373,16023,4369,21678,5103,9887,2686,13301,23396,10165,8817,21935,6036,23592,24292,4009,22974,24292,26618,26618,16254,26110,6768,17527,873,24560,27063,8437,9942,18233,692,25257,18695,13012,13012,24593,739,11793,18802,11661,20949,13170,27833,14123,4018,17547,23669,18368,29463,10161,6566,5546,25462,17061,717,20522,29670,28446,26533,29251,16568,4021,7820,8812,23501,18674,4620,19796,18674,25305,4025,21899,14414,3579,24457,4026,7392,4684,4027,8386,13348,17379,1239,12558,15412,20227,21852,18749,8509,25441,4031,28460,6607,1447,23360,16508,17522,4032,19915,1180,28243,4034,19783,26306,16903,15268,20770,9898,18098,8676,9806,25027,20305,17628,5486,5486,975,26182,22007,10905,23766,20630,4041,13656,20661,20808,20719,16739,21122,12885,8635,15525,22247,20360,7585,10923,14174,6241,19612,20902,26657,17965,26657,24755,20005,3185,13933,7277,13106,9185,8950,10033,11588,27987,20300,12975,11111,19964,12330,25036,17605,13600,7977,263,7130,8929,24163,8376,4054,9266,27146,18234,18234,5956,12423,4676,13452,25488,9103,21236,21118,4402,27586,27049,28540,28540,1440,29066,12844,22744,16923,24856,29624,17577,10555,9966,16671,18980,2829,6772,10655,28186,26705,25104,16488,14108,19120,23537,5082,3068,13782,2344,5465,18309,5861,4067,12836,10870,10699,7449,10970,21851,562,12665,4988,4068,4068,4218,6904,23071,22946,4683,5966,16335,8762,8762,1736,106,14977,11726,20295,16058,5140,20732,29039,10293,7916,18195,24205,11210,26542,10606,3467,5625,12514,12514,8265,27489,25711,19138,130,11502,27968,4398,733,1480,6657,21436,15188,4083,28646,2403,24117,4086,28476,28422,15488,8013,27440,10091,28979,16692,7287,14920,5382,6410,15554,16583,15534,16755,15765,21758,418,25712,25776,25776,13640,10679,6856,2369,6398,11712,8800,24710,13134,18494,16459,28934,16629,15033,22866,6650,26669,25348,8336,8236,8236,24038,16459,4108,4110,939,16675,1310,18354,147,366,6362,14910,6884,7352,19532,14045,20429,19614,4798,7771,8705,14490,19639,11822,28584,28584,6183,28311,21887,14073,29316,20245,4117,3646,1806,29431,2679,7322,16994,2679,4122,3709,12108,28239,19033,15080,10163,4301,25162,6752,20024,8459,6933,20807,24093,1669,17217,26315,9106,19353,21369,1560,26725,22778,23296,26113,22360,7472,9660,22886,7150,24844,9773,7429,6732,17230,12050,23325,5843,2281,7882,14037,26171,4136,22660,20600,7460,19789,21120,26455,9366,1257,12749,15617,2053,9036,18615,26688,17698,26312,26312,1450,2343,10002,12479,22003,24297,1212,1212,12298,10877,7402,12889,5754,10968,11841,14244,9211,28716,27868,19499,21744,15942,24068,27494,22289,12077,5291,5669,5577,15030,26849,20634,26875,10995,11480,10205,21785,20650,12581,140,22565,16087,12236,3302,18093,12336,14669,11534,18511,23089,25902,8997,781,27468,13982,10028,28072,25112,7005,3660,9027,13073,15574,4157,23767,14150,11704,18657,25513,10804,1903,28954,22887,8634,15435,29398,18363,5816,12697,18294,6553,4180,29533,27810,28829,7329,23588,29556,3597,16371,13547,16747,8019,27331,7933,5900,15811,21190,149,4151,26481,4172,4175,12014,4173,8316,4174,18981,27667,15511,22849,20028,118,19593,6583,551,18871,19077,4181,9752,28814,14262,2509,13123,19951,4184,29273,25716,6080,22303,16030,7279,15397,29137,15903,23328,27396,14332,14861,15236,11605,10205,27558,12866,25765,26075,26014,13660,19709,14025,20906,531,18198,26561,13353,18724,28948,23233,1457,4193,1343,468,20797,19645,4196,6815,24943,25322,2145,26124,14013,16904,29581,18211,9872,17117,17117,10099,4200,2174,25601,24218,5838,19088,22541,28129,1980,26153,24827,20586,8393,3242,24827,26154,12668,1470,20994,8023,306,7297,7297,6515,16919,9099,17707,21645,1441,2783,20659,4216,19646,2877,29207,5687,2483,23812,9528,16952,24478,12932,10485,11672,24581,12115,18973,24060,25566,29527,22545,8050,22020,22091,3392,23851,19340,23852,11761,22691,17109,2239,22907,19229,23988,4233,4233,25206,12316,4234,17495,4235,27197,28315,4236,16741,25673,6591,29324,8410,29324,20338,15106,24522,22367,10177,10776,23731,19768,28534,4241,25090,18497,6639,7714,1893,23662,17957,15991,29153,15018,21791,13592,18114,26678,12960,28627,9791,6301,16695,18393,25900,19590,8636,22231,4251,3572,8117,16669,9773,7499,11285,9802,20606,22242,8962,26398,16373,14492,913,12198,2670,4257,11880,18456,13803,12591,22659,12923,12538,22864,23040,27325,1292,29660,20779,17628,15431,20727,12952,14514,5584,28897,16384,12069,20555,20965,7478,11812,22731,18271,25965,24914,24800,12508,13481,1450,29106,5539,4664,3465,19535,4268,16179,21676,18966,12939,21712,8743,18182,21624,12408,5482,8208,3249,21141,16376,16376,28475,27559,20681,2830,11790,16142,4273,14504,727,12048,25703,6656,19703,28113,13001,9299,21641,944,12324,20962,2168,19167,1517,21038,23535,2112,13860,15125,6596,5568,8924,4280,18258,18258,16034,4281,4283,4283,11919,21175,18794,10667,23479,4284,6351,26729,21610,4285,9444,26080,8103,1368,5021,5127,25574,17634,7389,10361,18750,10819,20559,20559,6885,28492,4114,27927,1990,27292,19687,27633,28768,10032,5669,26870,2709,10355,14545,3086,19636,22537,5183,3220,4883,4301,22296,25871,27772,14728,29198,20369,4304,24723,23098,17761,24681,29070,4604,18770,250,6124,27567,16394,13287,4308,1688,17973,21223,24812,20097,9851,21443,21443,21070,26910,12553,11611,21972,4313,16854,3243,5952,25425,2632,28927,12842,17966,25508,20607,12668,16316,22128,23788,3690,13606,8800,6993,18863,3583,7824,2423,14648,8081,20326,23681,24855,14319,11114,10872,5350,5350,69,13120,22119,2859,1787,3970,9837,19441,21382,4320,4321,13507,4322,15335,10504,14465,6414,8356,27832,18799,5529,9160,26386,14446,16830,1994,6192,20483,16990,8542,15178,15981,15600,8164,1014,16938,20206,4839,4335,3657,8561,519,11419,4336,19355,25161,11419,21994,11024,8689,1022,13461,25410,6677,14847,15229,4482,16872,21789,28550,19005,4342,24032,14013,4346,4843,4844,24548,11056,4349,21057,14837,3026,8063,22408,29598,17604,11781,18111,25682,23956,29022,4704,4353,12250,12250,17850,5634,4360,1188,3305,29734,22342,22342,13222,21003,15622,17272,20650,20048,22555,23935,23109,15467,20350,14212,1047,4371,21872,19061,11451,1097,4373,23742,12471,19750,26062,20410,25057,10364,12959,18724,2964,24640,17206,6531,1777,10956,29140,26495,3281,16546,4611,5662,3842,4379,2852,3338,28212,16674,12352,25761,27693,368,26309,8754,23179,28606,1734,14917,12789,5293,4386,860,20166,24695,22151,5592,27050,8423,8423,16117,24330,14663,8073,4394,11291,19746,25732,9263,15653,23267,3621,4396,24232,9085,10746,8457,1365,24740,20662,19939,19950,12905,16231,9961,28211,26988,26782,168,16422,5448,26782,168,21626,29622,25966,24561,1192,19385,28297,16287,6381,24890,3429,12946,24096,14289,1408,19319,20506,26997,28428,21155,8264,18327,22933,8617,22473,29345,4401,379,13688,341,25032,5657,29162,8358,9391,20877,23637,23637,28929,22164,20781,17439,22379,21959,7836,7062,4745,29383,3653,19661,1472,8758,19525,24361,5252,17626,9897,24136,16317,24136,24136,2894,2333,23303,448,9776,16853,22360,1758,20024,271,28473,10941,22154,98,10145,13305,27471,9515,11221,15550,11096,24440,24442,23377,19761,12579,28910,14445,6938,6686,23880,16898,3543,27218,7890,20424,8938,13249,15328,12886,20871,6443,26050,14279,2234,17252,12313,22899,27078,1530,3118,15309,24767,27233,27233,28557,17375,28666,20022,17980,4454,787,21834,4455,27438,6567,13863,12038,7066,28058,18336,4458,26253,4616,29276,1522,8818,2324,7207,23974,9110,21130,5980,15684,1922,8138,13240,20891,18973,1925,1534,24908,24907,1516,25591,20654,17107,13881,51,22215,24028,22463,12603,19059,22999,1203,4657,14705,10282,22229,25926,5445,2314,24040,27713,4470,294,26399,4473,4473,20393,16820,4475,6180,12324,23068,25766,10838,21696,9463,28568,10030,27419,25238,18888,13537,21842,10750,7446,4480,20063,18986,26807,8702,28180,21970,20322,24705,1404,4485,4485,4486,4486,29207,7938,14362,13293,19972,23868,14416,26612,21627,20252,6906,26790,29314,19766,28801,9301,427,11647,19734,3534,15096,2185,7033,23135,1762,24272,806,27147,21139,11986,26040,22104,9959,17895,14100,5440,9243,2907,1448,13252,27466,4015,10791,5449,10638,22310,21318,16076,1380,11850,26373,29567,29567,16265,25437,21956,4289,17085,16529,6875,10612,2337,25483,11899,20746,4513,22334,12071,20532,28565,25918,3049,28438,28438,28438,21304,21304,6478,7684,16211,13428,18753,3748,13800,24668,26086,13800,1190,27400,20947,24962,15314,23155,18697,23887,15310,18991,21013,7167,2224,147,10887,10200,7691,7691,26363,16957,23263,25132,2225,19847,21671,28731,16155,17638,7319,4528,4528,29325,19502,6470,4531,5538,5538,4530,25005,9101,6661,15932,24549,12345,1209,22798,25246,20205,5048,29326,8906,4404,20923,10058,19795,14366,12709,586,26815,11924,19840,9115,24608,14354,20569,26748,20569,20569,7145,13462,2365,17196,9428,5850,15999,26397,28898,2886,26869,19014,7592,21558,6534,18961,13097,17484,25800,1995,6485,21544,19918,20669,22521,21167,13767,8558,6767,5774,23079,10324,16443,21075,1558,20152,20152,20128,38,23624,19963,24245,373,26394,12203,16487,19154,23908,6446,28021,14056,10006,17494,21557,24781,16053,680,26849,521,3304,24313,22283,17024,26495,13223,20918,21174,13679,10510,24332,27020,13523,18528,11241,23978,18253,12642,15862,27536,21984,26393,3984,5122,2250,9279,11950,14697,2315,2229,16248,3040,26704,4566,2133,24662,7328,9872,19925,19925,4886,24074,9892,14588,20015,18310,3071,8875,8264,733,7857,13691,19792,23894,25536,6834,28292,28890,619,20427,13218,22491,28001,28738,7388,20196,1796,12486,403,21107,7489,1292,23766,17947,24244,2802,14241,4575,28620,25877,25418,4578,26808,21147,14604,11028,4141,20731,15936,25492,16455,17451,11902,13207,4581,25953,7900,24558,18944,11608,8404,19742,7946,10646,19241,28326,4583,11653,4584,1690,10758,789,20657,24749,24799,23676,2092,3156,13527,1554,27623,11940,26593,18387,15417,12249,7716,29639,21309,4591,15266,17538,4594,4596,16419,15139,15139,27910,6701,15615,13486,10508,27971,11375,16589,17297,12735,24814,27137,9911,21966,5077,16426,25175,10454,21143,25924,28856,7002,3361,1938,1938,27217,27317,15143,2009,6066,4605,4605,13023,26891,28956,14162,11071,79,19432,4608,19104,16800,25916,7763,3135,13160,10256,27358,18649,22344,20043,3016,13844,10933,20369,4341,23248,13816,20060,20449,6144,14459,18733,17430,29107,24636,19158,29569,5199,20049,21745,13936,2753,12643,25026,10202,14327,24989,29614,1830,1765,23191,17248,6850,5618,27740,17950,22485,12910,2829,8799,22337,18207,14295,17975,7752,23258,16190,4622,22667,12672,13952,29385,7524,22323,26852,2990,18471,9171,8570,11492,26736,585,9843,20888,19850,20760,28932,13062,18372,18559,19126,22094,15394,2519,4634,12509,1269,11463,22443,19810,1883,17489,4640,53860,8066,16467,17071,17643,3581,25379,17830,9754,7587,23453,6269,21374,26654,8670,14022,23514,5602,13377,13377,19072,2152,8485,23963,2099,20704,5575,9062,9273,4645,1470,5070,7521,16152,11726,3692,11414,26361,16092,18561,29573,15798,19348,24848,19290,25863,2609,21022,2712,14591,8291,16624,9783,4579,17109,27076,1892,29515,4653,9277,14257,3474,14257,16286,22047,12649,20796,27657,25664,23825,4658,4691,15948,4660,21575,28734,18035,29515,27392,18869,13379,14964,19089,12451,2442,4663,12717,1418,19463,4664,2073,11595,16830,12904,21711,16405,24304,27556,8610,17949,2715,21513,11932,22084,27272,137,16159,8155,28023,26395,4387,19047,18160,15268,16384,26039,26039,17921,682,25042,12934,6750,15556,13885,4681,18769,14926,17480,5077,27301,6188,16656,19730,8848,18593,7669,29006,22679,4433,9161,4686,1961,1961,9834,27909,492,12325,5566,18340,7466,15943,24850,18126,15859,11555,7775,9907,17821,17821,12635,529,4562,11976,16573,1678,24007,15593,15435,752,11497,10752,10232,53889,3234,16006,24409,7575,8468,21477,12182,17319,4433,18857,4699,11784,8268,8093,23114,7103,5033,7634,10998,21700,7548,7907,24089,4696,28808,7281,10400,6941,8072,20353,5647,3241,13052,4366,27776,22495,16860,6666,4326,15719,27513,4982,19936,9764,27574,28944,11204,4163,26217,26065,28783,24646,28550,21761,15358,4721,27639,6495,11989,18713,29471,6172,21274,5845,13966,3232,3232,6975,14815,12873,20720,27487,18125,23178,20943,22909,28824,6325,4729,12527,4237,24233,16382,20432,26222,20611,13572,7228,28815,13998,25964,16430,2121,19278,18739,1551,2272,15045,28975,6264,13677,4738,25274,27064,25317,28221,2183,15156,22114,8794,29537,2030,17745,14831,4742,4617,4743,92,9305,29331,9546,16490,12042,19568,666,4747,27362,28301,8278,20932,23217,25354,25354,127,4902,6584,17475,6948,8687,8687,1992,25689,11034,11350,18183,13671,12937,230,11972,12034,13216,2827,14852,14837,6175,16392,27608,7156,16006,25463,9073,10293,3295,9536,14519,2877,18877,28385,16044,15723,26946,20358,27149,20792,15559,12101,13759,322,19696,9070,7959,9172,18911,7204,22683,8234,10309,18803,22205,28936,19219,6317,29136,3031,6480,11778,4760,22529,16003,4769,28033,27089,4770,26759,5417,18240,6199,25060,10376,15234,25270,1883,10763,4677,5623,10333,17110,29628,23747,22226,6109,21208,25190,25190,11214,27116,20865,28272,27069,18818,10601,13207,22425,25667,25667,4781,9958,3889,25152,23769,27996,18428,22416,10247,9240,21111,24826,28851,5630,13589,7417,25225,1092,27518,25516,3507,15456,19897,15030,16841,9385,12907,26511,22167,13261,3969,17814,5520,27462,12213,5955,18460,10042,10042,4792,10494,8761,9982,23429,6711,17449,17449,15504,347,6376,6214,3760,19504,1592,28004,17203,17203,4796,1296,24949,6272,3027,12663,17354,14793,15146,22316,24106,24106,24339,13356,4800,4800,15031,2404,10321,17878,26748,4804,4805,27849,4847,4847,14053,14878,27486,21681,29590,11835,7563,15205,20132,4545,6578,1299,9283,14197,22083,9283,5136,53892,15521,5493,23474,20750,4810,29331,17858,24500,5572,11985,6820,28091,6598,4814,12340,7211,9970,20749,5546,7843,19961,1368,17900,28309,25687,19617,18949,12275,2857,18014,18909,27883,8157,3358,1156,12305,3294,28600,10166,8032,18531,1325,8566,2814,25941,23541,21327,21339,9667,26613,13347,12816,23904,26458,27261,6449,11414,25879,6073,14614,10876,4826,16191,5891,10540,10199,24125,25996,18228,9615,3914,24793,22575,16251,25534,20764,8570,13430,2050,13773,20578,17507,21416,3411,20895,9205,1293,25264,27953,16612,11464,20900,24660,11535,23407,11111,20459,27928,1844,28630,17751,13081,4834,14841,13284,14458,13208,23615,17247,17247,18621,4836,18044,9940,18694,3422,20709,25624,25622,15399,25623,21127,13833,24013,15433,2804,12755,1522,21701,21774,1543,11671,17873,13996,13995,25925,13040,7971,19268,10887,5344,5088,28207,6859,13229,13229,241,15505,25695,23862,28792,3535,1160,6082,16724,27375,9911,13465,23448,19825,23664,2484,4841,4840,9242,228,11170,25869,20861,17055,11837,25004,4847,9931,11314,2889,8327,5195,2022,16713,5489,722,21538,9086,29001,18676,6684,2890,21734,27307,17519,21942,6833,5736,8401,18684,26917,7374,7374,22788,13664,4858,15611,4860,16694,13842,5952,26105,17266,29421,25778,14875,18005,24517,24377,8683,20597,13345,25436,11552,7117,5432,18268,17190,4872,8991,8962,6644,6112,23253,9580,24758,3741,19383,18633,2466,7606,23128,19853,4699,4132,4878,16962,4263,20821,10868,17855,895,24395,6694,20589,4024,23470,15261,21874,7430,25911,17624,4382,7871,925,925,23113,2392,19386,22976,13997,5023,13753,9299,7907,4216,19033,29596,6756,11047,26093,4838,6089,13316,27608,27609,12496,13724,4886,17474,18068,29219,3365,8849,8975,9423,6529,29154,11762,16729,16510,1263,13449,7271,10227,9281,896,21651,3774,13964,22192,2035,4895,23678,1931,23120,21903,1943,7024,14909,18098,23508,10341,11640,8705,15112,2409,19161,23922,13757,16936,13181,23633,13836,19868,6978,16176,24673,17628,18398,29271,5755,11488,8616,15987,2933,8722,8722,21976,22865,28426,22109,20493,236,29005,25033,10388,15628,28308,25629,18152,24358,13446,287,13296,1079,29221,24864,24240,22176,795,3859,14171,27967,24293,18539,24592,5870,25519,1472,10920,15374,18743,1666,25893,22272,26850,4405,10687,16027,21937,13962,4126,6436,10515,7283,20755,6751,5992,4921,3002,22166,21946,18474,19891,22211,2690,20667,29322,7742,24847,4926,28480,8033,6260,18002,15574,16502,5036,28246,8388,17570,15189,4928,24344,22318,14007,2922,4931,29364,14586,24630,18945,8907,13792,486,10196,5093,28470,2089,8328,25965,4729,11624,17641,26118,8564,28257,24149,16614,17614,16926,13383,21198,3712,21118,8014,4913,19315,10311,19966,14199,25306,25306,16941,24012,11789,18441,28766,7082,382,382,15923,6191,25417,22701,6064,1268,19477,28882,10299,15652,1867,13675,28062,4953,1185,5860,1301,22517,17246,8740,2083,12747,5310,9177,17865,12254,17499,28529,273,4959,1967,18549,5522,26045,27386,6903,14941,27739,29148,17548,9105,26214,12010,1620,24866,25149,27251,3144,7264,4603,4603,20090,18000,22876,6057,4968,11380,17720,9662,2055,7463,10949,12512,9284,13803,21059,15746,23822,4978,22513,20614,10457,4980,8054,27544,22719,20231,4081,12045,15636,21144,9419,5335,27435,19677,18997,7780,24133,18655,24966,12207,18464,24717,29172,1272,8810,13734,8016,9995,16550,16550,10996,18154,4254,14635,4996,21907,29201,477,7839,5107,19140,8712,5107,15212,5628,18505,23698,5002,23784,28112,20644,27245,12734,28203,16534,20726,21278,16148,15244,25028,21848,20440,29740,8343,24266,10721,25964,24948,5013,13121,29074,4102,23404,22611,16266,24593,5017,1446,1583,7965,26899,23330,2866,5021,14043,10706,24401,11235,6351,3233,13370,7011,4408,11911,24091,29030,9831,12727,26015,15815,880,17916,16878,661,21423,22011,24026,17422,4585,10897,10206,13060,19235,14671,17280,12009,3099,4291,15295,10281,25387,12823,9998,5036,10701,24533,24163,24386,5039,16229,17666,22010,15706,6457,7401,313,19285,13061,20120,12777,8901,18644,15024,18555,6652,11949,25773,1561,25490,6781,11981,7202,13842,16437,12796,5044,27000,5314,28369,25752,5820,25427,2399,18960,22147,28243,7086,3241,5053,28242,29712,1878,9215,26325,26325,24483,29121,13889,15799,25793,19334,3908,16954,9813,18131,25880,22883,25013,26501,27318,5060,7348,13188,16531,16696,601,11878,21387,5063,21384,8781,19598,26877,5067,4925,10710,10764,21600,16530,18725,14886,22374,22374,2659,28176,6465,23071,5076,23343,16206,17349,23524,9726,24632,6743,8903,22962,24098,28421,4199,5081,20889,11345,20528,28417,720,25485,26571,5083,20037,20587,29239,24623,6552,22762,23497,28214,18028,28958,25286,4932,27378,29646,20041,5089,25369,5092,23355,9342,27444,17298,8367,3866,3162,5098,15904,17817,15904,5397,22023,28788,17876,28742,28036,24268,17988,24435,14015,12085,10799,5853,5101,20871,9692,3568,20959,22510,23042,10327,679,26099,13529,8180,10111,8377,8377,14278,10625,27480,705,9564,13974,9495,29236,13164,11239,8972,8973,10006,19245,21618,19691,1350,25106,6956,2516,29333,823,823,2524,21229,27271,5098,18861,25122,810,18156,21296,7012,2783,7961,14286,8689,12212,6252,15000,1414,26114,19079,12108,19106,17121,27694,7143,26927,10394,19737,28415,6683,18403,26509,19723,22167,2507,1643,1643,13955,12492,10115,15661,2819,14407,2152,26050,25811,24082,7819,11228,11229,8034,17434,4889,27491,8848,10444,20422,17495,22333,24166,6636,5132,5234,5133,5133,7411,17373,6852,16143,5453,16143,8793,17458,13515,9134,22149,10620,29115,20881,3848,28807,14122,10526,16616,5137,15301,11412,15786,22068,18054,17909,1797,9669,15211,11716,13120,24127,1791,26009,10342,24381,26795,23724,5147,12912,16065,23093,19571,1703,12882,15646,11930,14131,10813,16431,16644,23760,22770,25817,993,23860,20238,26130,1409,15502,321,12027,18788,27969,21981,23994,7794,15765,1635,6278,6305,27030,23366,22894,19397,26585,12758,28842,22729,22081,1176,22386,6274,2216,22576,18968,25770,21762,1202,4245,18705,4918,53953,26558,17807,7322,18103,27101,14222,17432,25880,24911,12031,17257,23985,20236,5173,25545,25545,21998,414,3004,25451,19698,19698,20251,22610,3481,29168,29144,23033,26987,10723,10723,23539,5181,23573,1210,23573,12963,27522,6841,12848,22689,23839,2875,9838,23610,2460,14567,20052,6492,12902,5186,25100,8939,10809,25428,13739,29647,3656,27168,24504,28985,14817,27497,26410,25067,7900,5220,7402,28533,1717,29112,1890,18315,29234,18315,17036,29580,24787,17323,21909,10980,10683,16902,19112,1600,3056,26689,10397,6631,4292,10608,18894,22450,26501,5205,4849,13629,5206,8764,13802,21780,5208,28515,23371,25185,14127,10562,5965,1019,25693,23920,1775,19536,2594,14981,15817,27023,2731,2508,21273,25646,21046,7245,16592,22278,25833,600,29658,10306,13356,12170,21233,17769,2049,16519,19538,5219,17929,4813,237,3565,16925,12464,24630,25746,25028,849,20587,16346,12740,18775,102,27046,23394,13590,5876,9637,3830,26228,26228,6794,29440,29110,12826,20491,27785,12614,7201,26298,28993,8384,24148,29366,12590,12733,19913,4866,22618,513,16007,19305,28562,22770,24090,5563,27720,7752,3195,3195,2601,6277,12675,27485,9918,23812,16678,25487,24119,2978,20959,23353,28082,16323,29443,8016,15912,15912,12582,29473,13323,27224,28900,28399,26804,1687,23441,7432,5263,14779,19955,23441,13947,18834,14847,10831,23792,14067,17063,20459,10041,18140,1941,25777,9235,2562,25825,3841,4027,5268,17558,1719,19838,7110,6236,297,5629,23071,1190,2779,7409,26994,862,19165,6329,6401,27678,25134,18170,5274,10726,17931,26265,10677,22190,21670,2727,22591,8568,17031,25551,29545,14268,22760,16596,15449,23215,341,53867,24065,24178,9418,23680,10748,21390,12560,2139,24141,10354,1771,689,21890,3166,7727,8462,22538,5479,5543,2232,12546,7848,7446,5540,4599,8649,4357,14973,15124,24741,16373,28645,2988,9867,5128,10122,6959,4307,10938,7237,21999,9702,3316,26195,10758,5295,27470,12181,5297,19004,27446,5765,26336,15630,23189,10146,28637,29417,20485,1003,27765,11026,26647,22477,246,8824,20176,4716,23792,20674,22149,2317,2317,18710,18224,19745,2531,2531,18808,7462,21972,27442,19318,14820,5295,12830,18697,21328,11299,22222,2565,610,16111,13178,5312,29686,12007,26997,18731,17339,14831,21415,21415,11211,11210,15023,29099,12082,23597,22536,9671,20974,25382,23569,1196,14954,28192,2612,17435,18682,25257,15285,19948,17879,18682,21945,20985,19895,17898,11448,26688,8222,21261,19123,13926,26855,26855,9617,16476,1132,12172,12172,24957,18357,18357,18063,9654,13180,22982,8772,14297,21638,1874,5327,11692,22815,29496,17233,25784,20406,6403,23391,7917,8501,27388,27097,15086,5335,27067,15444,28350,26271,16116,7642,18478,10335,27822,22379,4264,11864,18927,1313,29595,27802,29503,14349,8997,5341,21728,5343,14372,8906,25414,18989,23119,20725,6424,16546,13390,13390,2999,17245,11986,5347,13033,22966,3211,28268,21948,1344,19404,6864,22404,21157,12626,991,21888,27108,6599,18645,23791,9961,18667,15402,28865,4410,4779,101,5355,134,29627,2040,7467,421,21213,18791,4997,24821,18755,19307,580,8158,3264,14663,1397,541,8865,8865,16753,12335,16410,9757,14667,18692,28357,23575,5363,5366,10069,8764,6980,943,16698,19595,2261,3253,5369,9543,29298,5598,27250,16895,7332,28474,25861,16480,20791,9860,15138,28993,18857,17688,1517,13009,10381,14541,3790,16380,26049,26048,28108,23543,12669,28785,21728,20621,27527,25245,25245,25736,26140,26140,22227,16980,2485,5336,28123,19458,17331,5387,18485,1439,9447,16539,5389,105,1872,26958,28432,22048,25042,20197,205,4341,20797,28926,22183,12517,219,22988,7716,2773,29056,12784,9683,28201,6955,27202,8582,14338,24100,17404,1540,10059,29293,17581,9757,9035,9175,22133,29435,15924,22657,9377,15461,14687,3147,12846,9046,18246,5403,28216,5827,27555,22130,24970,12554,26580,12935,28103,23124,18034,542,3831,6127,17961,1813,13164,10293,26005,12154,2372,5411,1584,29254,15191,11877,25628,14812,13502,2991,20082,24659,15781,24614,5413,21235,17209,27526,775,775,16745,19651,3498,27498,7067,16987,9733,4133,10380,28691,11198,16548,28891,20913,14011,26229,5421,29399,5422,5424,25831,14056,23506,18031,23225,8924,15684,10271,5426,26244,18680,26915,19662,5431,24156,137,9293,17807,27637,6203,22382,3922,3305,26265,17902,25300,10008,29224,12162,14848,13064,25231,19376,18157,6394,28935,24851,1491,9438,23065,7736,12700,17758,6577,10438,11500,11979,5445,4746,5444,25491,5446,5445,15351,25482,16050,13069,4023,16433,4829,13565,1685,19454,665,15820,15820,15711,26062,28979,20457,4489,23614,5453,426,4080,25247,3725,8463,19214,28539,18189,25830,20309,1162,5456,191,15788,24242,21022,21022,5458,5459,17095,995,6216,5465,4875,20636,14076,12516,5466,5466,8928,23242,21541,8476,9608,24303,22233,9007,17356,22519,27608,24343,29052,15810,14414,17041,21474,17977,8980,8820,17237,19216,2090,2954,4737,2629,295,28055,16069,15829,20748,19833,4703,103,23553,5476,15540,24525,21125,18871,2779,627,12090,27025,21060,21060,13033,17283,10189,29159,13424,20909,11341,15091,12643,8819,10999,21876,9652,10091,16506,14527,14527,16737,7902,7902,6119,7394,6219,12638,7523,19259,16424,25268,15917,11722,20591,860,14272,6177,5490,14202,16276,12832,21138,5409,12854,6190,11044,14019,17186,13897,13875,13875,5494,156,12220,12359,17141,5495,5495,15117,15117,22635,27462,17103,18754,22548,15441,24862,271,20686,11270,11030,13788,14104,21947,12164,24164,4204,3501,10489,28114,20260,25544,16158,5505,3029,24647,10512,27262,28336,9160,3126,21249,9613,2181,17220,14130,11618,13103,19053,26101,9139,2591,589,22812,12943,13891,5510,10499,8419,21929,5512,16957,24513,24325,15373,13205,20338,20338,9204,21389,25483,20430,1552,1552,10022,1092,28642,7102,3763,25817,27649,1598,26399,9308,29660,25445,11958,6746,10798,12058,23509,26127,25002,17916,20916,5531,19346,23445,15176,12889,24099,23772,372,29688,2916,971,2273,11058,18801,18801,1377,16548,9718,17273,17034,8612,24469,23847,20207,28074,28507,21905,19665,5536,26428,16742,16535,4556,16549,28950,12414,9932,16801,18596,5540,23538,15253,21556,19830,19461,17170,8580,16230,18190,8241,23623,20847,11018,26387,15550,8104,27222,13954,12402,801,14099,18930,18820,5550,14582,13019,28054,23816,15575,7335,27140,25867,17417,28031,20298,6031,1258,25935,6098,5556,10455,13960,13960,5557,118,27766,18622,5559,24753,25642,20027,13750,2638,5562,5561,3102,7259,24585,21367,16225,4025,14676,9056,23206,15057,19554,2937,2090,21891,13192,12522,19953,18230,17201,27632,27632,24361,10648,769,18430,17752,24062,13825,14185,5581,13142,27376,17138,18913,13571,14231,8384,26349,26760,14546,23747,18008,26544,10838,842,15384,11339,23233,11938,6830,25806,26328,15766,23172,5586,22274,4577,4867,11632,11750,29648,10497,3718,4391,10318,9697,28832,7437,28975,19682,24029,1746,21869,7422,9738,29210,5596,23127,869,23156,23156,28191,17520,10495,5598,17327,26213,11287,10648,23595,3931,10405,10511,19341,20830,16707,9046,26027,27588,21147,29478,27588,5862,16862,7555,24707,28646,5608,7130,18562,25910,9855,1185,12969,20136,9978,7594,15549,28969,26338,10215,5613,4710,464,17235,24178,17221,21847,574,27277,16619,24690,18866,4467,10672,29217,18478,20706,9935,2279,8334,28131,6524,7430,14501,17826,23362,21280,14395,15930,21105,11529,21325,13053,29567,7364,7364,11563,5630,12768,27027,19041,4751,29706,23259,1802,20775,27551,17101,2524,19967,9861,1469,17675,26072,8959,1488,9275,6735,24420,6985,11498,21139,27167,16154,24294,22700,15978,20265,5646,23579,6388,24573,7188,13863,24340,19712,20607,8319,5650,5651,11415,12058,14442,12776,10304,13893,28062,1248,22034,21838,294,294,27800,27800,13625,15171,22277,16256,4588,8555,9449,23183,16308,9931,15099,13976,11379,11379,16479,8439,25482,4550,21268,26666,3516,20353,3097,5661,23743,20222,7206,290,7033,7033,5662,2793,14816,13318,3753,10975,8143,1346,18083,10155,29182,20116,13289,28854,12770,11022,22285,3482,2823,9169,4344,17675,7974,24422,21234,27037,20321,29562,12652,12851,12543,12838,7403,23496,22632,9945,11681,7954,3826,5673,14397,28161,27530,27258,21266,8014,26092,4540,19489,19376,13861,28274,7929,15907,19219,10807,21616,2055,25245,7490,13188,6667,3247,19333,5678,13579,24866,2496,5682,16847,26906,21098,7838,7838,6003,1027,8331,13400,8491,1770,21917,6133,17824,5687,5687,21604,24358,139,5689,28130,20330,15579,1565,20212,6448,23774,29240,14536,28846,2356,25230,15693,12107,28367,11864,13839,20678,8641,26079,7210,14941,5699,7796,20946,6470,2225,22353,15807,27558,25396,13378,20332,27885,1778,15332,14427,29507,5704,5705,24260,1520,8370,21406,13870,20604,5707,11326,15279,28676,3797,13395,2309,24432,3461,17734,15082,19150,20619,11059,23527,18651,14883,24573,17402,3701,29255,25952,28693,2118,23997,13215,20611,25662,19529,5717,22909,29717,2920,18556,6068,5721,3552,1461,17118,18598,21413,11735,9205,26799,17687,5872,19919,4897,21090,13786,22684,24149,1953,11789,10459,5594,2113,11970,1365,26047,14210,8336,11077,20575,17486,28713,16634,8652,13027,9016,300,26762,6378,20352,1207,10268,15635,26616,1864,3020,20454,11554,28050,770,22264,12106,23354,24060,5285,6230,12523,23345,20968,29591,8049,17040,6107,17265,25921,29116,23702,3694,9707,701,17218,23131,10851,17551,15846,21868,9457,4089,29450,19772,25535,21891,26951,622,26822,1266,14282,18751,25218,14282,4712,8607,8607,5806,6644,8644,2453,2453,10482,4351,7423,26819,19569,9383,24989,18267,3730,4842,23083,4774,3704,7170,15156,25025,4789,21420,23346,10291,5637,24755,14472,5112,20385,1770,28668,29229,19116,12288,19061,29487,16722,5759,28678,12330,19516,29389,18062,881,881,19827,5574,18799,29191,17209,1654,12566,28701,18890,25160,19190,14908,18731,10647,5765,12360,2003,7485,26780,28442,1092,21437,12585,10021,2832,3282,10414,11829,29361,1132,5773,16800,14666,20769,13451,19999,27923,23909,19315,5779,20938,19585,4939,4690,11691,26190,1143,28225,7151,16889,17124,25442,3745,24683,23336,26636,18921,5788,5788,5788,24894,22320,3453,25561,17069,27646,19652,11417,9011,3587,14803,29288,23548,4403,26064,19664,5798,28771,12539,8218,19437,19437,5799,17391,3670,4183,5800,2143,13458,18261,11626,26304,17516,24918,25531,7144,8652,14482,8183,3465,1001,3470,5811,12849,4536,23789,29697,8605,21249,6141,10118,8702,20656,23898,22896,11154,25452,9094,5820,10117,21541,5822,28727,5293,5881,2608,22605,27206,12522,5299,8112,2799,21586,4451,5880,5830,29289,9568,11887,19810,27228,11260,10114,8355,3326,6297,29452,29452,1523,17950,20381,27421,28181,4482,11416,26134,5838,3952,19911,25822,14296,27289,6028,15152,19187,19330,3239,2389,10884,21814,18315,24822,3149,19945,9612,6150,94,6674,6674,24127,22653,7895,26177,3992,10650,10650,24890,24247,24247,15658,15840,27362,7399,20785,27199,14829,17574,24754,14137,28852,5705,10819,16258,16258,22070,8980,8992,5852,28786,5854,19478,10805,18758,5855,23540,21306,3899,12143,23137,23137,12142,18657,7899,14889,8934,9386,9386,5859,8821,980,25375,3586,18747,19247,25168,12592,12178,7000,26928,10252,16009,28786,27298,9533,4505,11342,22320,22149,20750,16925,20347,29294,24281,347,18793,8440,15813,5872,2360,2650,5875,18164,25427,2982,2982,8189,6356,3733,26715,21686,26169,8297,12095,9397,24364,11733,15107,20650,5949,12893,17921,2888,15834,24411,16994,28863,28863,5880,22844,24259,25468,9737,25274,9083,18371,8263,5885,16618,27225,11603,23570,21396,12238,29354,2170,19024,15748,21893,5889,11414,15767,15829,5897,23441,5726,24731,15594,6628,6628,1049,13587,7259,20414,5902,24574,29035,3400,24380,6590,16835,23242,9872,16033,7445,13423,15047,29061,21640,4436,96,3177,27812,22810,21193,19921,20755,19221,7459,23188,20001,12008,17822,22608,16573,15744,28200,11776,17614,6651,27591,26715,19924,1370,15164,19437,5919,5919,5084,1113,22438,11522,26102,8529,2482,20173,16163,28695,20539,24724,5338,16506,19956,24581,13528,18909,25398,14986,7715,22820,4405,21049,97,2923,209,209,28364,26501,24353,26127,12664,29412,9366,5936,18205,10582,21825,3405,19802,9288,14217,16995,15598,25368,8925,14232,2582,2286,6984,22873,12789,22126,26784,29121,10392,7789,26178,26180,12601,12874,5949,12027,22730,20400,430,2746,28886,10306,550,1075,25591,17965,26558,5952,10197,23293,12481,17265,10684,7428,5953,4374,7509,6201,25042,11385,27294,23415,13295,10976,11938,6013,5959,3532,24040,688,5961,23709,20979,23469,8369,11403,16278,6915,209,10441,26617,16524,2954,7246,20242,26367,1343,5626,24477,18728,15484,26548,17029,13883,7029,27448,19753,12596,20975,10537,23714,9038,29594,23015,18065,19453,4494,19940,2603,14686,21449,7487,11002,27615,29166,7689,21872,8156,8156,15417,12426,25233,27408,20428,11373,24589,3349,3722,29256,16930,24867,4062,20735,22209,11846,24330,7932,28263,5612,5975,11704,9233,3584,5979,21322,15442,2982,19546,23871,8657,27754,22016,23819,1187,188,5349,12315,8528,8528,15780,22226,18709,17124,16840,11774,1236,2439,1882,19569,24572,15643,15643,21965,25883,6387,15138,12708,13603,22748,23610,7667,15624,6841,26463,18777,16849,5988,11246,36,27174,14087,3581,4603,16671,13482,13482,25491,23328,9979,24192,23719,10844,24192,17600,19756,20526,11248,8274,6469,14467,23004,28204,8298,16172,19413,23561,5998,28238,8421,12519,1437,27010,18921,3540,12202,19782,20355,24154,1201,1511,21681,25758,27927,22836,27451,28162,8495,13336,25672,8237,27271,11870,20211,17441,6015,16738,16738,1118,22636,6017,16532,16093,1361,8598,24041,2880,486,7794,6021,21138,4422,3093,13596,21204,1910,6025,14449,6026,24382,22991,20876,23908,7608,6029,27717,12503,9443,18382,7628,2193,28739,14249,2448,20780,20365,576,28755,13029,28498,22039,29613,29613,12624,6036,20550,19026,854,17595,3211,21005,7158,29420,8322,23544,16342,10108,8849,21311,7583,23858,7583,26838,26838,1797,12956,20760,8261,14936,14854,25075,2873,21431,25639,24423,24321,14552,16745,20442,28596,20913,20913,750,5724,2280,12734,18817,6047,4225,26330,19814,16976,22691,19628,9862,27179,12967,19521,17765,20495,17139,14929,14928,2901,29013,18255,6052,2348,20487,29396,2149,2160,17131,16393,1309,11714,28076,6342,18046,9395,18046,21613,21402,6056,12771,14101,723,4783,9178,21710,9453,1721,12319,6398,13677,26990,26168,4564,6050,4180,6583,28887,12494,6059,2672,6062,24981,20133,18937,19525,8404,2095,13444,1031,13162,16836,23669,26782,3799,12883,6291,24833,7643,29258,16060,436,11997,28677,28677,15109,10630,25768,28377,6067,13317,901,10697,22826,14425,16477,6072,15274,4906,16196,29375,23619,28886,17102,1559,12177,20709,18558,11910,6077,1606,23739,2310,12588,12323,19720,599,18078,21607,24985,11705,11705,3169,5571,7072,18540,20472,22063,7599,22707,6084,229,25709,8750,21416,17927,29304,4466,22158,3889,6087,17026,6496,20552,16934,7385,12582,12458,17172,17152,25054,7047,14977,25205,18209,8808,7532,6736,19283,28214,7449,27442,15926,11875,6275,25989,24207,8213,28971,2284,13560,29315,8590,16744,13537,6099,7653,15302,3962,1205,8613,16207,7658,23285,14094,15481,4509,20858,14672,10023,19346,3517,18077,18077,26764,21357,28550,11033,14566,27472,28710,14600,12204,11648,14196,14195,29202,7468,4831,8508,7335,19263,17907,11340,2428,3511,22858,15816,28238,18721,6111,10944,10580,6113,16999,18107,19954,20365,19941,19339,26198,19172,20869,2645,25319,3039,6115,13743,27451,396,1528,16697,14643,9677,11104,12904,23373,23825,28726,28726,7589,25626,4753,16183,12242,20196,22195,856,3686,26411,12059,6775,17943,28505,14287,28306,20818,28197,12512,25120,29515,23875,27865,27865,24550,23529,29656,21901,12049,15041,22044,11281,22799,18741,2515,19098,6739,7960,12940,2515,6138,14212,14687,438,25638,9320,14555,18306,16442,6140,18668,23859,12572,12528,27354,6143,1721,581,28356,4037,521,18523,25538,15840,23314,23315,25369,25369,11948,15315,9301,25063,22288,12819,22288,14174,26976,14005,23655,6152,25431,11406,1064,6155,11255,11256,12890,4658,2657,19863,6156,14365,5762,28511,6158,28809,18167,28087,16480,3111,22001,24189,24190,20071,19372,327,13840,28269,22290,21162,22290,6164,19584,14520,16894,5441,9956,15371,20417,26404,10641,27368,746,11535,24050,11936,7555,6168,26829,6169,6169,2807,7880,1262,19706,17564,12004,16968,13756,13959,5407,15464,9318,8213,25665,19360,21077,2559,2559,2069,9659,12344,12662,25210,17182,16665,9530,29237,13206,25298,15606,18486,1984,19659,19878,2651,27252,20897,25204,28501,1683,7978,7978,20280,19120,29117,13894,6692,23589,27845,18366,6186,8954,15129,6187,17327,24254,8833,9015,7519,3496,18514,170,13197,23192,14051,9090,9218,6194,14024,3265,14863,26088,22529,2449,28138,27082,12345,9857,6195,21652,12203,21609,25841,13537,16857,23793,24029,28818,4994,20480,27254,18278,1823,16620,20171,11550,5825,13139,21858,25362,23778,8498,28597,21098,23948,1466,6010,19482,24039,14820,27146,22228,23031,20050,26100,17386,6204,16538,24151,1423,13088,15500,12003,7034,13536,11362,6811,13169,16962,24612,13271,2447,877,20185,6210,19026,3269,14902,18013,27344,22618,6214,10307,26946,16363,28421,5825,25775,13700,9851,18850,14138,9889,27097,10121,25178,18840,12877,8378,21431,14886,10356,14967,25968,1043,1058,18427,13602,8489,2747,6221,28419,18544,1606,19066,25276,28905,8703,15594,19633,2116,13874,12431,19784,27320,120,6227,28941,23976,5162,25103,25103,27610,18690,12296,14637,16893,20899,16058,23261,6234,3736,17118,28518,20027,20027,15934,13155,23017,6239,6238,8410,24562,10619,23874,24347,21280,21848,13526,13526,26835,22181,29488,5809,12213,7183,14854,10446,28956,26036,14201,22808,5568,16271,22863,12813,12590,13369,6476,19888,5243,21462,12608,6245,25956,6246,16052,6249,23434,6250,18506,5050,7564,20788,21498,24823,7491,788,22419,29067,21259,11926,21645,12000,6257,10120,25528,6258,28174,768,6402,26658,24672,2563,28430,26986,12205,12703,2740,12696,10325,20153,605,23980,19067,25954,19480,19480,25192,5825,21582,13224,15486,14947,6369,4654,12803,9653,14978,23276,17057,2680,19836,3812,9216,3856,16230,6266,22592,17162,9341,13743,4878,19611,22916,1850,6261,18447,27835,27879,27146,27161,26383,18907,26926,21593,14879,19922,10311,26476,19209,19210,28013,2057,1885,14799,20508,22818,2904,23484,10666,3683,22007,16334,8940,14036,17642,8995,19224,22937,12991,14022,9905,10413,393,7185,18588,26463,9181,3864,8444,11132,12714,1887,1152,19274,2340,21831,2071,2262,15249,7508,13118,26465,12073,811,8281,26346,27131,9924,18026,14878,18798,25039,17606,6303,6303,17840,17840,17258,3187,17500,9468,12349,13647,18917,14201,3045,9153,27550,9353,11827,21690,28602,28417,29409,23278,24345,4781,10134,6313,6314,29157,29157,14894,13833,19667,16370,29312,20955,627,6321,18729,14849,17647,1229,10346,14415,13548,6329,2981,14039,19991,16460,6329,25120,10792,11131,27456,3025,9947,26695,22464,1851,22259,13654,13309,6334,29547,3395,27804,10589,18585,3613,10392,10649,16581,11090,1621,21525,6336,5527,27777,7081,25905,20921,6178,26492,7797,11577,12201,10875,4291,16441,10875,4383,21986,17213,3095,11069,14218,8311,26480,2557,11329,19191,3686,22675,13661,10978,28066,15894,7869,549,5872,20197,26331,28896,16167,19951,16003,4977,19446,16984,20847,27483,3365,25890,5397,18764,18032,2395,10844,1675,2620,1131,1131,6353,15097,19788,12668,6317,1905,17509,10874,6412,22807,12581,9479,20170,24066,923,16027,11834,362,26237,23564,7212,29169,13901,26464,10696,26692,27006,2959,12320,12438,3720,3720,10020,7300,11878,6361,7774,24999,19226,19500,24827,10099,22597,21736,8982,28936,29087,27942,17745,21975,3564,1245,26895,4317,7191,17020,22573,12675,12675,44,23849,21454,208,21735,16912,1623,9831,17629,24388,14346,15298,4544,6374,26290,20269,7680,16073,10923,16030,27090,29247,29195,25323,18963,19378,25328,3796,2627,17205,21858,29128,15833,3559,28074,8258,4377,6379,11814,21353,25313,6381,12489,14406,12489,23546,17368,17367,22535,26627,11674,21666,22530,23065,29091,24016,20990,13506,6388,7235,380,12838,1348,20884,24740,12806,22577,20351,8714,19217,16024,11772,24865,20433,23559,1693,11840,7872,24927,6853,4793,21347,25825,19498,19487,23218,14734,15015,13197,25550,26702,17822,18815,27066,23209,10910,11190,28030,12541,11754,25434,28427,17888,1001,7016,20060,20060,7631,19956,16429,6411,308,17227,1886,17418,24449,17194,26886,7440,28613,15699,7764,20402,18999,28449,18805,12691,18454,10990,3792,21910,24820,21910,18511,29306,10476,1836,25349,22531,16730,2476,24670,21025,21871,9772,13214,7938,11107,24154,20796,22156,2456,20335,20186,27291,17449,25216,3738,16601,18604,9586,29489,5667,565,21265,26226,23212,13013,3003,8284,9810,27070,1148,20110,22135,7163,16337,3985,20728,6442,22695,22695,6443,11699,13120,18984,5083,11726,4693,13588,3139,23023,24865,28827,18320,6970,11430,12919,1164,19983,23565,1562,6741,6166,29399,20061,2723,6453,9753,25887,2617,9259,22282,24195,9535,26116,28866,17625,13542,17023,3762,13078,7376,13431,29012,29012,14413,17548,6458,16604,3059,12050,17526,3896,24103,4548,27013,6520,22365,11796,1435,10935,1177,19331,4995,10728,10728,21431,11659,9380,26942,284,20038,9416,9416,1959,5151,20060,17933,14975,13985,16127,25660,19151,20910,13626,2908,11919,13936,27475,1869,1410,10781,6844,20015,483,18321,10554,4117,6480,18586,22223,13271,3176,28097,27675,27824,27844,27043,25081,3842,6484,6485,9910,9480,21912,16657,16657,29172,3661,28057,17383,8422,9461,10600,20558,17113,9254,12187,23475,27748,14765,14040,14327,6491,428,18024,6494,19651,29407,22840,4386,9630,21670,13355,38,19990,21087,22256,15452,17839,18024,1256,1505,1057,15072,24448,4622,15731,5709,6266,14024,16290,15336,17200,2675,15336,28403,11505,26114,3374,5459,10944,10236,10633,6507,25207,6368,25965,17662,16998,6509,16855,25739,19106,2406,2406,23949,13473,29652,18087,12395,5421,2184,25706,20367,25492,28842,14371,28408,17752,15614,8779,13279,8645,564,23316,25771,23210,6513,16672,229,22248,16595,21997,25038,16878,10295,12911,24431,21922,11059,9691,3567,13563,6258,25668,5742,24258,4021,4552,6014,17571,28891,1496,10153,8531,8094,23298,27534,11862,24277,9549,28811,27139,1615,28809,27312,1986,25721,5719,8454,26863,23810,17043,26322,22023,21644,18054,6050,23650,9938,12422,9115,9115,15439,25429,1200,8201,27599,1188,1422,24808,6530,6531,26402,21548,15022,3699,9924,6534,26345,15973,11576,12665,2983,11573,19500,14496,22111,17258,17097,13531,12401,6536,11323,8855,8855,15886,29688,15575,11961,18421,6542,27184,29112,13606,21526,28415,12974,6949,13229,611,6547,21668,7026,2548,6552,6551,27020,24619,5516,23770,28145,29466,20891,14637,20874,6557,11453,6558,28233,29005,15403,16805,13283,29008,21583,11709,6560,12234,24970,25602,22824,24819,23916,12175,8819,14526,21258,11106,4275,23943,26549,14580,20476,9055,1222,23400,23400,9883,15530,18029,20476,15920,22225,8089,14339,18764,6570,14566,10087,26483,2186,3035,7638,28586,21992,29188,10890,21871,20556,4755,24305,16307,3119,17334,22034,6576,26281,28245,20700,13644,6577,28376,945,24495,3383,20551,12524,24533,16842,909,18588,12641,12673,24864,6586,7133,25571,25571,12504,24030,24030,24030,24030,16640,28564,5567,24654,25745,4327,22371,28350,7511,11518,5406,27265,29153,17977,26140,24234,9496,5311,6593,7004,23378,21045,12497,2583,6447,28454,9160,15512,12648,22325,26687,13953,18457,21323,28141,22767,2895,6569,19510,27953,19041,9842,8607,14454,29087,11889,26667,20738,23696,24708,5348,14754,8949,28593,20451,11571,24327,25983,23618,27355,17386,25097,19774,1914,9972,27105,21247,13928,11035,1140,702,3465,2277,2277,11628,6024,9332,6724,10907,9772,6622,21814,25155,6830,26372,6244,1168,11042,11384,13915,26196,26197,6626,25730,25730,17860,18831,17089,15344,3882,21708,20914,10886,20536,21654,17321,12905,29417,20036,2852,29430,7917,3796,5551,3590,1400,15866,6638,6493,25074,16493,17756,861,29350,15011,11240,24449,21084,13539,3387,26166,20802,4791,10154,24275,24199,998,19610,23728,27328,22327,4466,18804,18804,9926,4742,7303,11793,29423,25076,12322,13198,6662,4515,9121,13441,23933,6834,1919,18768,10224,6666,8547,26272,1184,5815,16520,26041,6669,2226,27003,27416,20989,27923,1680,17142,11320,29571,28126,26918,17174,28797,7988,19830,10165,9297,6777,2670,1119,10065,23689,18589,17689,24641,11284,19481,5216,2020,16267,6687,17967,7728,1452,1897,4899,22119,23334,20308,29501,25334,23219,22020,13311,12588,25527,15121,24169,12893,25885,24118,12265,19123,23384,26379,15313,19939,27283,6362,383,23610,24188,21778,1261,27827,8513,18892,9972,26872,15035,23390,16543,10975,3927,2862,28701,15593,22072,10073,15593,559,25956,20249,2870,2070,3418,17278,12180,25028,19422,57,21650,19056,9867,17007,13356,14610,6714,22574,13261,15423,8725,14817,20017,5974,12035,4071,21365,23279,6720,9415,14745,13931,10709,10769,23246,11332,7058,12036,9885,17785,6727,4647,17785,10848,15130,26738,3303,6728,25979,28964,26812,3441,23944,3187,25866,337,4237,13227,3336,11085,12661,19201,28535,15753,25258,3676,14651,1767,19847,6731,19030,27605,15514,12497,27472,22973,27218,18415,18869,9301,29626,24717,19695,1034,17629,28652,22798,26662,6744,17742,8732,29574,24426,8515,26099,24163,23770,6749,29392,1199,15040,4628,1985,816,21885,4385,28887,25319,8645,9380,28484,6753,5051,6754,24773,405,27611,5213,4837,3142,14289,12270,28319,6757,20217,12076,26317,6759,26317,6439,29700,13693,13656,19978,22749,4747,6761,8013,6183,20086,20088,18028,11483,19885,7424,17014,7627,20124,27799,26424,20311,39,16708,6644,9807,28324,20530,20865,14196,4344,20706,7945,26273,23110,20702,17183,1687,8129,6771,19537,18539,3044,3921,8302,22000,13333,15984,13150,4725,28526,392,3716,16320,6778,24068,3096,27721,22707,10853,6779,24087,13026,17438,17440,6782,29324,26808,242,24190,24856,24905,28316,17761,24681,258,22652,364,17266,28007,6792,6793,17347,11981,20369,6797,18319,25888,25889,20638,26211,21015,24991,25346,2653,6803,13624,14275,18226,4176,24009,11666,13145,9840,9840,4815,4815,2010,3181,17348,5704,25723,3586,6812,6814,19405,4756,17045,14326,14326,894,14634,12612,21536,16135,6324,20935,9821,26696,21297,20541,6819,26858,4218,22821,5176,29521,18373,22188,16824,21010,25351,15906,23552,19025,5742,21260,6823,22383,22010,19365,29094,15360,29110,6680,21831,22442,22280,3671,2522,2258,25490,2245,20614,3943,5627,7931,6840,19546,4215,14736,9541,21895,23342,11596,11596,6841,14942,5245,6842,7405,17771,12383,16716,22552,598,13800,11838,1316,16458,4529,6336,15545,29154,10145,374,12311,3193,3920,11828,1815,17215,18329,27257,8568,5079,3436,12542,20210,15454,15774,25339,29307,18954,13268,27621,20236,18830,6863,22307,10524,6865,14009,22821,22755,15945,3787,20228,6868,6868,16340,24750,3653,13513,3346,3345,3780,1070,15193,6872,20151,20151,53962,21780,21793,6874,20394,28539,28539,3174,8726,8725,6443,10376,20673,7523,24869,5892,28804,2482,6879,17890,13667,6450,27280,8931,20138,20138,18483,29009,12043,9656,1436,1036,21710,6885,6887,29596,6887,29690,21383,20603,6079,9806,25215,8754,20733,8674,286,17183,19607,19607,2534,12515,16489,10357,22771,15865,17857,7680,29539,29050,29359,11992,28806,20674,25837,18601,14947,13533,364,22355,14402,460,14786,14326,1866,14790,27339,17116,23613,23935,23935,13768,20811,1453,23165,20811,15875,10448,26887,18646,1011,9096,19652,6913,12439,3953,13092,26570,4447,14097,10219,12916,27503,13165,20594,4624,7610,21330,6221,16872,13671,22480,21114,17949,29531,28219,264,4599,17662,16794,16794,11901,26627,18955,1657,22441,3304,3868,13723,16481,2152,4188,4188,2415,9584,6925,14716,11903,14599,27679,6929,26413,25780,19936,4398,8386,26264,27908,11438,13450,1042,17213,21174,14901,8475,18994,9388,13113,24755,3064,27931,16790,28137,26434,24095,22117,19902,22843,19062,10663,6943,28719,14281,16438,4294,1061,16527,6421,26375,11621,15256,14722,17392,12176,29386,25848,2062,21223,24063,12152,29116,18159,13823,3530,19000,29672,22703,17078,923,16889,6953,10430,22140,20434,26841,8584,6954,29259,6955,20799,20799,19678,1642,11598,1053,10372,5980,17690,23674,23196,12308,10657,11530,21853,19302,28524,12060,11748,17992,25715,21240,13078,17169,15389,10273,12490,12300,16286,12962,4309,6530,20945,3575,18984,29209,2716,24239,27616,21863,13957,3770,28685,23070,21283,21283,28069,5226,27144,24496,6973,11961,21734,24288,24195,4059,27558,23146,70,4595,3661,17424,4717,13478,6986,6986,6984,18249,18249,9815,2588,25444,28580,6790,12856,6991,21422,13707,21928,696,2145,3178,28572,10442,1289,22200,17870,26839,13793,16131,29645,18796,7920,4778,1143,1564,18741,15933,10786,2768,26659,1228,24182,12875,29535,11784,6593,13180,5733,7933,3294,4104,4104,26725,15503,21685,26666,24701,24701,3593,20363,2439,15142,2054,11433,2530,5721,1793,22415,18365,4181,1737,2961,7513,13010,8783,13518,16602,5120,23633,2377,1267,12428,2212,26567,15571,26459,5832,12015,3647,18389,27641,6529,250,2513,5296,20726,24393,1177,1351,13687,568,26588,15642,13397,24611,21255,13473,25592,28936,29021,12837,21670,17281,7023,666,25381,818,13486,21061,29309,25559,14649,901,22339,12215,564,7039,27163,27163,25700,29146,7043,7044,24900,7893,4146,16856,25908,20996,3091,1366,16990,1295,12915,11474,22362,3987,9827,29548,19823,24625,5366,10302,5629,14996,21785,24421,16097,22164,22163,4973,1250,16011,15505,4675,21419,28986,4421,8651,21819,22752,23914,20383,12274,13379,15948,12674,10521,8083,26194,1319,6132,17824,13144,17357,1478,19963,18965,13543,3950,11965,7278,22557,18835,22999,22999,19325,11141,9361,3408,15509,26808,10766,7635,9247,19265,7273,3925,22190,22190,6938,3215,16665,5721,29643,26270,8691,1280,12157,10708,13480,25912,2403,15571,25193,23872,14457,19454,4101,23149,18740,26007,17153,15108,7088,13098,10458,24580,20705,7366,25352,21116,10430,4944,21028,28624,28624,20694,12357,4542,26080,3939,16853,10089,4446,20684,18954,15222,1538,21828,11129,28252,13664,18264,8116,29517,6543,23651,2145,22369,22369,7100,17080,24356,3330,27670,20142,16222,8920,10242,15848,3269,15019,4877,1144,15019,27634,8566,11915,26993,13319,12759,8841,25146,1365,4626,14917,17972,1724,24955,20916,20107,9251,7110,4478,18388,3750,4505,27582,27582,20256,19608,6134,2880,56,11982,19744,12290,18186,23982,16081,4640,16068,26847,7910,19869,2119,16186,14224,12241,23843,2744,7122,29473,28760,1931,29419,9173,7125,7126,7126,6470,14359,2092,19431,11742,12861,14664,8730,8781,12452,17324,19286,6161,16587,12817,19286,7134,15195,9391,24072,19792,7137,25508,4086,23558,1548,9984,2634,16027,21935,18505,26212,4875,8088,9947,18618,28604,2793,15766,11260,3519,836,836,27434,10806,12391,12243,24685,17254,29278,8326,11803,2188,14434,542,10761,373,18895,15029,8958,9760,19634,15643,24669,16141,11414,22199,20414,26563,9131,23481,24842,13726,4339,1463,10029,10514,25708,16342,18919,18919,16494,21425,28936,1391,12615,8423,20258,3998,26686,21779,20564,2054,18614,14516,15472,11232,15045,20821,27854,14617,10243,8048,20747,5401,27827,2830,6397,7176,7176,12999,13908,22355,6768,11274,8450,10082,23447,20805,29693,28390,8283,21496,24871,4898,20130,24762,7181,20198,1888,11902,23637,19755,25447,1812,7185,13494,22647,25845,8656,1844,11464,27214,7190,9490,18483,24841,26214,25003,29128,15388,4649,25424,24599,12796,2468,26511,20389,20389,21557,13306,13306,226,11844,16400,15794,7194,19293,343,10834,25043,13035,25300,12230,17382,5571,2891,22185,7199,4908,17123,17123,5595,1130,18511,18106,14397,25050,22627,25986,21331,3915,8486,24789,7205,24789,249,3058,3058,28627,23171,23171,167,6960,25473,25878,6313,18898,3272,9749,25275,19337,21483,12586,16097,25965,11191,19822,6826,14918,20769,25734,9941,9941,11611,9124,18010,6723,387,20701,20547,7217,7217,847,20644,20644,6638,20958,259,24935,7223,13736,13642,14190,18366,7224,16956,11307,9190,4101,21855,19283,16813,28221,22205,829,7231,23678,27097,23345,23345,18713,27921,7234,28329,28032,18999,16566,2747,23203,13607,23293,25654,29241,1829,23573,29516,393,14365,7246,18451,2136,10212,17079,677,26096,26096,14154,1757,5242,22126,14121,15696,25826,8085,27861,24476,2130,74,900,900,18673,25355,7255,1570,5638,6470,7219,24705,18445,21860,16234,4783,8143,28800,1066,4368,24589,7345,14446,27216,5336,7266,611,1930,3342,14609,14239,14239,4902,10328,7395,16538,17780,2689,7183,16043,20802,28734,28736,15217,10585,2669,9464,27168,15145,15720,8320,16851,5508,21325,27801,1519,2346,28195,19860,14904,15008,10188,7272,16351,8481,18381,21854,25881,21730,7566,7521,11656,20232,26948,2233,17093,2342,7281,16189,22515,26664,10515,14201,4795,17836,6484,13230,2825,4684,3242,16625,28343,24071,9787,7287,2163,8589,7289,24952,20053,4032,10696,985,29655,4908,11306,21658,2549,26170,8776,7293,15458,2394,28415,16902,25816,21927,4332,6087,22566,14250,14250,9935,6441,25444,22031,22433,11759,17154,2725,24535,29064,27137,6293,23488,27018,28906,9650,17170,9521,22013,13438,20323,22582,15529,15504,13065,25541,20652,28901,828,7309,7310,8485,6511,6511,6037,28211,7311,21285,7909,24629,8292,10985,20606,18143,26853,919,17078,17078,15147,19463,6350,11042,21766,24116,11807,27165,14070,14070,13428,3375,5589,5594,6052,20756,15303,14916,13981,27604,4938,12944,15492,21813,7308,22871,17522,8218,2929,9678,20783,26737,24628,4113,2849,10147,4273,29044,16237,21904,22827,25395,9786,22242,6285,18509,19136,19136,24181,19136,14282,8419,3191,4019,20694,2193,2660,9926,22232,18927,1424,2398,7693,7337,27237,25704,12566,4699,20030,16361,16277,13077,7343,18931,26315,5738,22260,22260,6781,2845,17705,5609,18190,7350,23570,11875,16317,9526,5934,8270,391,27213,17957,28205,8229,26115,20840,28520,21061,21616,7353,14697,14697,1816,7354,5069,5408,23206,23759,8137,28304,13133,14554,22099,23134,4039,14901,13452,19228,15819,2221,11750,23903,7363,20165,23697,15879,10897,7365,2990,7367,14672,13563,22334,6850,12983,10124,3082,17815,2480,26691,2370,12730,12640,6108,1326,19357,19357,4461,15068,10964,3900,4904,13782,27389,29162,8568,18173,28909,17375,480,21511,21943,19599,24915,19479,7377,27117,14492,20881,18753,25702,10430,18021,414,17092,13200,3081,4413,1051,20458,20458,7386,7386,7390,7223,24746,24746,28436,19512,16476,9693,16664,5010,7684,374,15645,18115,7764,4029,22556,28160,3478,27048,11006,23226,7421,13856,10324,25601,18612,18612,12514,17218,4741,20570,26250,16706,14694,2335,9252,11810,913,8959,16215,17782,10396,18309,7268,22165,9462,8932,140,16968,21786,12033,18001,24112,11163,14134,15147,11328,5851,21456,25596,7362,5224,26388,2807,23436,10197,23657,22141,7420,11422,15887,23313,20708,15998,16091,28450,424,11324,7426,5531,763,17879,8366,24404,10368,22330,7760,12468,4130,20394,22827,21544,2812,22017,11652,15434,12400,6645,10799,17599,22365,16892,11367,1237,8870,9103,3738,7435,24113,7437,14647,4766,17002,27524,26276,7747,4992,7469,7469,14207,7447,7448,7450,14251,23491,9163,5466,17728,25839,18306,5012,1385,11858,7457,25985,13235,15830,1492,16162,24902,23109,14774,9297,9297,29433,18672,5139,3793,3793,12468,28466,17294,26173,6347,19845,8963,17450,18188,25132,14521,4454,4454,11817,21543,8297,10280,13566,10316,16627,25697,25101,29731,15644,22787,8541,26439,7473,12171,4433,23159,19154,5166,21918,8102,19204,7477,19137,27081,14170,26491,5661,11812,2349,21141,15712,12373,29412,13283,14271,24620,8713,3287,5524,5954,1939,9046,7486,7485,17026,2246,16590,12126,2671,17344,3936,21854,316,25028,27836,3439,22162,6137,24650,2500,170,3137,28610,24824,7492,4880,12954,1538,11220,28570,6333,18017,17520,13467,13467,8028,21444,23989,1731,15482,15106,3069,2147,27461,25413,10937,11581,16906,25557,8255,1881,22101,3455,25789,7505,7505,7784,13007,15856,27237,28146,28004,20488,11293,27601,23245,23895,7515,20365,20478,7516,1760,14758,3472,26565,378,6966,4923,7683,3925,5925,1213,3768,2664,23416,27980,5055,11513,2077,12195,19443,26869,27653,18471,25773,544,10133,21893,28287,1209,5535,28160,21398,22525,23578,7630,7534,7534,16162,22157,12717,15297,29422,29057,13520,16086,7535,300,24310,12776,25560,25452,11564,7548,9815,137,2194,1197,14315,861,8621,4526,6928,18260,9172,22597,14579,14578,2485,1547,21431,28606,11918,11768,17169,24968,877,16718,16718,16725,4411,21150,25860,5355,10008,29540,21893,28521,28780,15475,10417,29255,797,3155,27921,53876,4494,18992,8796,532,20466,20434,7556,27965,8608,10217,18150,16049,2270,6760,18457,5199,5199,22527,15851,2812,22526,10460,7562,7566,13524,3523,15719,29172,7567,6719,4834,23152,16842,21185,20628,610,17863,23461,8698,23256,4941,18007,23856,19546,5530,2522,10501,2946,20087,23998,6674,28683,29031,2916,11397,24340,21746,17836,24148,10656,28351,17470,28152,28152,6999,18003,29439,3548,7585,11136,10327,11031,11212,10698,810,3900,10327,7589,1877,17121,24411,13956,6598,27239,23466,24795,10879,10879,26038,2884,18349,6497,1704,21381,28686,5529,7187,25484,18175,22463,18165,19108,17024,16233,29529,16635,18632,17433,150,19098,22534,6758,14866,1532,27464,7598,15795,16482,4197,7193,15103,15103,1902,7604,10281,21072,3799,16539,23433,18834,4395,7606,7836,7608,23908,22591,5726,18516,16524,18571,20502,15577,23610,19464,21535,8751,20733,16098,28865,10681,7614,7402,1067,9942,12275,4037,7617,28929,18468,6226,19922,12245,28032,29318,12888,1627,18893,1703,25553,16938,3912,14729,16461,25414,21074,19118,16818,8306,24267,10195,19146,16696,24821,16375,16375,7625,13001,6619,18000,23019,1403,7870,18745,7627,20977,17385,29095,14358,14358,18762,3343,22681,17249,16846,16857,7368,7676,18769,21401,13897,22329,17911,29276,1614,20229,20229,966,1818,20488,7529,11518,22814,24923,53851,12869,18792,9003,14376,5662,5789,3218,13857,12657,1317,1317,14439,8053,8308,17928,20095,5435,20807,5120,8232,5899,7370,9748,29304,17568,21876,11477,20818,3863,5451,4349,21326,23581,28897,24082,20565,11629,9440,9864,16652,25579,18853,29426,4531,14159,18124,7665,16783,23268,1469,1144,10749,1884,15288,10127,5016,16847,26527,8228,19669,9063,7676,5130,11405,8840,11016,24720,8370,20740,16612,11025,28861,14542,12098,26202,16188,23348,4876,18503,9023,1103,11548,2352,27895,7254,16234,432,9695,153,19043,24311,248,7689,23599,25824,16828,7391,28558,19777,25699,14455,21962,510,22453,7693,17254,1285,26920,5484,753,18622,14841,3282,10494,7698,20409,26806,26231,13284,5817,7557,3425,25011,25309,3861,28418,11673,22626,6778,16893,2948,2948,7703,16756,2615,9165,15509,5968,2405,18965,21722,5534,5809,7709,20248,29517,21257,12985,12985,4445,17212,3143,14352,4206,19690,5469,11497,21120,3578,14988,13805,21987,10977,28038,8240,12441,21605,7720,24505,24801,15754,10471,12131,13919,23282,2760,27709,16832,2735,19321,19821,960,4448,11333,19012,11262,23588,7725,21047,12540,23756,13080,23927,24005,16767,28173,689,6196,26102,22746,9640,7161,28052,29617,25911,773,22303,4063,2040,4454,7736,18425,7737,16194,26037,5934,17216,7741,5211,832,27526,4960,26790,9382,16152,13507,22144,11502,6347,5406,7896,27127,17726,27084,22599,13109,1560,9058,13190,18303,27775,9940,2965,23780,8753,12493,634,17039,2243,3755,11098,23970,9585,25955,7749,26744,17379,23147,6142,25656,2510,1249,10523,18757,2663,23483,12897,17967,7758,7759,10278,11073,15898,14966,11074,834,12608,8539,21587,12273,7761,26369,16642,14747,18969,18076,5950,5950,14216,11134,27990,10894,9522,26394,7177,4598,18317,29029,4677,9633,24520,1326,7776,22234,2431,11114,6022,20079,27136,19458,84,9784,2142,1454,7782,1528,26860,5474,7783,1448,22252,24944,5344,6055,23431,22374,19166,1095,14303,4696,6272,29140,28766,3451,25876,219,21008,5636,19304,4170,25847,20186,5916,3705,1563,7797,28044,14797,14739,26129,5606,9029,17206,684,11832,2399,25618,7799,10011,102,20461,28979,11222,19860,4065,4065,14460,27823,12713,9764,14308,14045,4822,19186,15662,19372,10429,8635,28276,19422,4105,14293,24843,1577,7814,1253,25662,17129,17129,27926,22549,1928,7817,11499,12501,2754,17813,12937,19630,5408,369,23472,25632,805,28643,29062,18450,26935,23204,19688,13517,15886,28022,15187,23238,4489,15176,3457,18765,1414,22676,14069,16807,28538,24664,10110,10118,9612,23106,12650,3823,16951,7832,18693,7546,21897,14571,27974,9136,13641,7835,8580,16795,4408,7837,15939,19213,7837,18005,29459,18023,17457,11051,23037,4004,8786,25688,25023,18925,19627,7768,6709,12738,5843,17788,9841,17746,12439,17398,8151,7844,16273,16426,17606,3125,9419,8539,28427,28732,2579,10742,10660,4599,2391,3365,7858,7861,17562,6061,25525,10481,6604,8923,26253,22658,2512,1072,16130,24183,27464,15133,28954,13796,18623,22110,12252,26008,9923,10269,12178,429,17941,19511,21553,15598,9893,10886,8646,7876,26135,3256,1991,11467,3413,19797,26294,26294,24723,18906,29059,95,17303,5056,16205,13042,13042,17619,6757,28742,25487,12123,9549,18949,7168,29179,2606,3687,4854,4440,22932,24412,6595,12962,25819,9128,14745,10648,24259,20197,2324,4910,835,651,9234,23932,11884,16109,10509,9093,7637,7637,23975,25051,9665,23421,19196,8717,18179,21222,20385,1406,19669,5001,23629,7702,4693,6806,7899,10836,517,7939,12499,28729,8075,2993,25342,1757,28330,23122,19982,19242,15038,11542,11696,20220,23876,3907,17271,15271,12768,8988,22199,5248,5248,11395,10772,21900,12498,26901,23696,14299,15998,28827,17799,7914,9101,7915,4166,11613,1718,11366,1360,6181,7917,7918,10597,22133,20760,15924,20658,29290,2452,2899,10875,3807,28777,13431,13302,18089,18089,5463,12400,12400,17844,19671,20491,28740,18828,20491,12989,14324,13783,15518,2776,14625,22948,22948,28904,19637,5923,4387,10855,27253,23016,17336,2879,7515,14511,15878,22325,26608,28452,18193,5004,13820,28452,19254,28217,2839,22444,16120,28882,16421,28910,21660,16357,15521,26595,19575,16902,9555,5517,3471,17104,15983,5068,22454,836,19150,7950,24604,23535,7951,8644,17364,2496,15929,7954,7301,11646,14334,27963,8278,9587,23110,13778,1248,7958,24916,24434,27949,25331,20551,5129,5873,1516,1916,1717,18406,26899,15168,15910,23159,4487,28813,16752,3407,27549,2108,14288,26580,13955,20098,10767,16505,21742,8047,8047,1899,674,3234,14055,29215,22691,5718,3022,7973,10412,2350,29409,5583,19875,14371,26145,24153,11692,7252,26989,6764,6685,16589,13981,14629,12097,14669,9249,17836,5727,7979,1067,3992,10645,7361,29600,26125,26125,4721,22594,7985,17764,22433,1116,22416,25971,25971,12947,21005,26299,8736,26771,1128,15264,22518,15009,21655,20106,24067,22099,14400,17693,7993,21871,2517,12794,7994,12794,7000,28556,7996,18559,1189,7999,15412,19040,21919,23729,23505,5521,11766,23179,16014,23305,13237,23950,18717,8002,18536,16054,5671,4043,19679,26949,24663,8008,24792,8009,7818,2328,3492,741,741,9233,11498,21302,13332,7344,1041,14818,13926,6155,25249,27634,171,3972,21694,18144,5422,16139,14486,25476,7858,29054,10373,14403,8681,13843,7547,22545,6921,9643,262,4158,19562,19562,4479,27501,27692,8030,24622,20511,8030,7339,29087,1449,6930,17238,17286,11739,684,8037,22889,15329,22665,15070,8161,19931,29062,18416,8202,25275,3804,6666,14558,19738,9767,970,29032,12222,19247,18912,3877,25816,25815,20856,27217,6375,15578,19937,10578,12939,8051,8052,4945,225,17280,11783,21220,8056,21243,27211,14022,1451,25445,22635,27959,8606,4873,19900,27114,29243,5333,1726,1726,19769,5148,4095,14801,11322,4921,17285,7581,15101,28009,28137,28422,1846,11309,7533,8771,26536,15649,20338,13141,23361,23361,4216,18030,4409,20905,20936,20937,658,15344,684,5467,25790,8080,10473,1363,8875,25894,22870,19254,8082,28362,15926,5486,10114,27487,18856,2128,26440,2128,26584,26584,2989,8648,20666,13100,27086,22175,4289,1204,8460,9878,14217,11924,24265,24907,1534,15247,9733,2725,1813,27727,28494,10389,18213,25414,12112,10272,11198,22834,12153,7086,14451,29627,13229,7827,15463,3670,11092,28440,5100,1676,18309,20561,340,14045,10064,1971,2380,20167,25255,2755,6625,4351,4341,14187,21653,12411,17736,8926,11675,3201,5715,4804,13527,9038,29370,18445,2933,2419,1932,4157,28209,22390,23326,21290,24381,6940,27405,14126,16709,5903,8907,22990,10942,22701,25690,25630,13246,11531,8204,8857,714,4252,28847,18810,7068,29271,22551,18881,8118,12440,25735,25735,3078,21645,1880,26341,24579,16565,29160,8755,11419,3687,16119,27272,2673,1525,20731,1136,19436,8127,13679,27276,10146,26336,24957,4357,26302,15183,21568,16784,12487,16459,17005,2931,21679,15676,15676,21252,13830,8132,6904,26430,6466,2232,27655,18101,4856,27606,5771,8135,12502,8139,16085,13492,15352,3921,9798,17555,28791,18701,4481,19670,21034,3527,21958,15659,23182,21599,24880,23218,2827,6076,4220,27258,21250,25167,16259,12791,11644,29288,6483,22959,14333,19776,9940,19801,19801,26667,3169,20432,15974,8157,10912,10912,4762,9122,8160,2253,20354,24976,28594,15493,9171,342,9637,10942,960,26532,24522,4041,24989,1662,5557,10616,9931,28551,14491,18239,1550,14934,8169,8170,3075,18241,28902,13299,8418,28324,28324,10742,5171,8176,24465,1715,8178,3770,18754,11341,444,8936,5513,8181,2574,23497,21679,2695,14497,21582,27563,9420,28872,201,8183,2335,569,18742,17988,8692,29659,26541,1942,17412,1951,11920,4320,7246,28037,28967,832,16099,16099,14050,14821,15720,24772,2013,5580,16886,2961,3623,6677,25365,8265,28926,26510,9825,2257,11743,8517,27989,25546,12375,18044,8210,23292,4739,14862,24708,16492,1663,16492,2856,18853,4132,10865,14752,23299,13015,23236,2119,7516,19975,867,867,8215,9062,24681,25231,23100,7723,20787,21550,14417,8942,8218,8219,4991,9715,26652,26652,24266,22217,421,25353,16683,16683,8223,22060,15146,12557,8226,22467,4385,4813,6439,5506,11687,28240,27813,25355,20572,27837,16960,1060,15491,2767,14681,9435,16937,13633,1620,5863,5863,19865,17328,24104,13111,3397,8855,11627,11514,7114,3789,25105,2468,27536,3188,16055,10350,18578,2590,19159,6773,6116,2732,10533,29353,24133,755,1865,21493,17401,25671,14433,22950,15147,1465,1432,20227,21934,5975,18972,2299,4552,17238,15186,23498,23710,6905,2259,9193,16684,8260,14306,8260,2538,13967,18100,13089,6436,22447,1432,227,22405,8266,13585,20993,14058,8271,2947,14628,10275,10259,26981,17479,17587,22828,12739,7561,18401,7886,26898,17318,13970,13970,8279,8279,1145,19693,8284,29586,25993,17845,8028,1574,29229,29229,4275,16441,17652,6009,19422,19422,10854,13408,10516,8285,15724,23053,24883,24048,10562,10463,3216,22699,4794,1387,18571,29723,18736,22072,17151,23311,8296,24434,2929,5213,487,20450,8779,9904,19170,29178,4044,17717,21896,2833,353,25551,5574,7397,20768,7807,1996,451,3524,21333,16614,24498,16722,14276,17883,10185,18130,19716,13304,9106,15640,3003,4046,10209,15341,17622,7431,8314,6902,27883,22690,11311,19010,25875,16659,28614,26777,17165,22192,26777,18090,25165,8150,18216,4739,17672,9039,21846,24960,6994,17906,12693,29565,24865,127,20145,18266,19137,24781,1765,12990,16918,14146,27129,13600,21786,8331,15139,1257,15942,8332,23947,6717,15114,23694,23677,1243,28536,23489,6464,29497,13065,5791,13910,22496,6373,13029,25383,26643,24844,6836,10544,17163,461,1756,12772,29532,28186,23989,16151,23609,16151,48,1917,24082,19001,2199,26148,18478,27094,4244,8349,8350,18168,23186,23186,26772,16285,28923,25311,8352,1249,11844,6187,406,6499,2251,22869,26327,8355,23905,11667,2005,26108,2005,12632,26108,14666,16543,22404,25876,19568,25607,21830,17321,5349,3646,2489,4483,28703,25871,9366,1124,26088,5322,5005,10181,25612,8367,29506,26594,1521,17055,14187,2923,2823,23952,24176,4356,28331,18571,26690,25630,26690,16147,752,8593,8371,5093,4621,29491,17244,10066,2196,7372,17111,20487,2196,26720,23375,20505,22442,10696,8001,13747,23289,9679,8534,9221,8382,3703,21728,18444,13530,7061,9341,8389,27353,19415,23086,24189,2182,21736,19656,5452,6768,17563,26255,3667,5246,17406,5383,23541,18539,23097,8392,27170,4544,26590,22051,1854,23665,23339,21811,21243,28197,23867,23279,13005,3629,23945,8400,8400,6927,27695,11133,24618,20743,2402,28247,4651,20213,19078,9328,14033,11586,3146,10092,2154,16338,16460,20997,5501,8030,27012,5046,5901,17240,15468,4615,4553,20311,7237,1568,2052,11682,3007,16507,19523,13221,4422,25859,11165,11274,19949,26076,22005,18782,19856,26865,17428,10502,24623,14377,5219,10901,9600,3559,19279,9426,17451,9593,3798,328,23804,12111,26172,20342,8612,16105,22904,23291,6642,4465,1175,29292,15617,25849,20887,23989,53888,21519,7568,25893,1719,9873,10648,19105,3821,18057,7098,18353,20524,21953,22730,25728,8449,16376,20875,22162,24357,4068,3216,16976,11763,11618,22242,115,8233,121,14800,17061,12813,2570,16061,22205,22205,2382,8461,21099,13726,16505,6389,22552,6408,21939,21717,16639,14387,27136,13746,22409,5043,801,17889,22087,22061,20955,16555,17732,26353,8471,2236,22212,23455,2546,24178,24997,169,1114,12238,13557,10325,948,21692,26246,17140,9334,28087,27768,25404,10588,8474,9645,12428,17505,532,17401,29131,53893,21621,22478,28570,4692,9020,8480,27300,8481,6282,13226,12430,23105,18347,28801,10740,24141,18093,19373,15027,26112,29692,20654,25183,28199,14695,1224,17107,1193,14118,14118,13603,29533,1500,24591,23239,14729,17695,21623,23822,5981,8497,25869,25869,16919,826,2685,24555,19063,19323,7926,20900,2437,23683,8500,8504,11356,3529,8503,8500,8511,8500,8508,14258,26903,28214,12445,27765,8988,24888,9194,8945,8511,10794,21649,23963,4682,16622,18839,18712,15169,28054,24426,14832,8516,18325,4870,16181,10978,27457,14026,11973,836,7359,8811,15937,12013,22521,16953,7413,16457,13108,7750,28627,24874,20282,18940,17016,5628,20977,3965,22240,21390,8533,18684,27435,815,452,27892,11766,12305,8258,4512,9464,16662,1300,10004,17260,4775,24309,15435,19547,21783,23480,22075,23085,6840,23823,19221,5651,24853,11786,990,5189,10418,4256,29388,5911,12252,11928,8552,23146,21663,12812,7177,7177,4666,28031,15806,17296,6537,8557,28371,8561,20266,379,27610,602,8563,8337,16065,2717,11558,3612,12721,11509,29387,19512,17721,8569,12633,18916,8571,8572,4292,26998,13790,1176,21257,18606,17476,29551,15473,7687,2009,2009,3285,16359,23993,17276,16898,29245,9044,8584,3297,14887,8585,7959,8339,6858,10040,11110,12721,16295,11440,23704,16185,10733,20314,19950,15857,10661,29310,19421,29485,10304,29068,29528,29528,29528,25311,8352,9408,2792,5740,28237,12838,1204,27899,24638,4091,7892,15349,25173,19928,15974,21165,8598,9927,25731,10044,25622,8113,26619,7759,8409,12523,29233,8601,3643,18786,3414,23208,15679,16016,28950,11113,4030,28950,6264,53918,53882,10595,11158,1914,12480,16715,16715,8975,27095,9357,1674,2871,27893,15657,29348,29348,20004,23683,9776,2146,14885,9418,6990,6990,3737,13309,29230,24918,5879,5879,22868,21416,285,28979,19363,8086,4473,23759,8619,7683,23451,13976,23127,1152,8438,23036,17218,8626,24974,17350,24974,8625,6263,22503,20835,25181,19555,24768,3735,17324,4523,8736,25126,23633,4050,19927,14281,17075,19659,22018,25948,16416,24358,6601,6020,1324,7166,27551,23248,24101,14029,6275,7716,26177,15804,18963,14034,22563,9991,7041,103,2781,14264,4329,15727,26230,29306,8641,16433,14727,10514,22555,8644,27246,28085,14781,526,17624,746,2221,2221,28428,25472,24842,13027,8138,12088,3477,24201,8655,8655,8933,28793,4836,3100,26503,14116,3854,9946,26458,14871,19065,21105,4551,17078,20025,15724,8949,8949,25528,5070,14387,22132,19529,18004,15668,10649,26493,11857,26254,21394,15098,12130,24010,26339,26233,20734,25200,27633,8675,14952,29400,27944,4334,22807,2642,4600,20077,6349,15816,6265,16652,21460,27805,18332,28550,25430,21916,2393,26360,11039,5370,26360,13086,27101,6172,24744,20954,9636,14674,26877,13014,25929,8684,11512,18194,3756,3969,14783,17887,17887,4044,20177,26801,25222,874,616,19744,5866,23234,9731,28141,10840,25172,26019,28854,24323,26377,27308,2414,8699,23996,23711,18999,19823,12424,12456,9602,652,27120,7445,652,7445,5536,1142,5666,961,28588,16051,6388,8713,17008,23596,24460,987,26845,4348,7098,15679,26852,10820,10820,21674,17185,14012,19198,53876,9963,14776,3897,3857,16977,15604,20420,22126,8723,4567,29711,16875,19893,21025,20051,17109,17274,8502,14466,14658,29470,16693,8573,28671,5548,25121,8734,22480,8733,15736,20692,381,10210,17268,12661,8414,28001,22548,8736,5984,3394,28227,11610,8737,12597,15456,8738,15193,17132,20012,7653,25608,24944,8463,1480,15576,26083,4504,1272,20861,19478,28370,8741,16591,28328,16591,3581,7745,29102,9494,10769,10462,15849,7258,24555,2018,13766,2915,6165,21356,23326,5590,64,8540,12955,8751,17657,28296,2694,4650,9867,876,7006,13339,3349,28579,5831,3067,13930,27241,23406,17363,29522,25213,7136,15021,4947,7443,4796,8460,17995,17995,8759,8866,7822,19475,13917,13917,12370,12707,29645,3424,25657,7887,22772,11842,7568,22583,12971,10620,19111,7118,25613,25922,28555,4315,20607,881,27717,6942,11409,11846,18950,8766,8768,4711,7290,18017,16578,5474,20764,8772,8773,7548,27360,24702,29260,12090,20031,20031,14418,28261,5821,19728,27208,922,18949,28603,18418,26999,12504,8783,10409,13955,11874,16991,17247,8122,5577,23115,3985,21144,21793,28680,28178,20345,22182,28178,9575,8789,8371,17061,2121,6283,6283,16904,16640,7301,12246,3772,150,12246,3097,19425,26789,28516,17694,12656,9720,84,16081,4936,12375,23612,26947,9686,5058,2862,12741,6228,26244,24456,23068,19751,12077,12077,21802,8804,8805,28079,22341,6862,24888,13815,25612,8379,7658,8053,20836,29284,6615,25232,12155,21506,19715,473,13838,19715,17998,17998,25105,10877,8814,9693,25839,12994,24563,23763,14291,8817,8818,20424,17900,28521,24345,4656,8201,25743,15745,29068,29068,25617,14066,12128,8828,29555,28965,22622,8830,28525,4052,15371,24280,257,13018,12458,16152,13419,3946,13326,14452,23037,15802,23707,10892,15893,13160,13360,1458,2035,19722,24711,8841,25986,19634,25614,10804,11569,23408,14483,8842,1583,17546,24235,21784,25200,4367,5816,13494,21221,2195,16970,5010,1486,20823,7760,17421,7074,6705,8847,18442,27185,12491,20507,21662,1826,6939,26343,14755,11854,2446,29465,25979,19620,23748,21750,4980,15117,27663,17115,28663,11397,8856,2587,16933,9507,11493,24514,24740,8860,6814,8454,13774,24860,6308,19295,16318,15535,4495,1814,27829,8865,8519,25600,10589,10712,10231,27543,27543,16083,8402,18098,11248,23387,25203,7882,25203,12095,8869,22912,22912,208,16003,4487,6669,28122,1199,4056,10734,25998,12906,8106,23923,26354,14572,23720,10919,21210,17377,17647,21890,3571,18508,152,12124,1526,29418,29198,4303,28978,22141,27585,19911,20972,1288,8880,13302,27704,18621,8882,27034,27980,28739,27034,14843,12634,20599,20599,25924,10423,8891,4389,3574,24837,19625,3475,11199,11316,22895,5693,16552,9768,17023,18981,19640,8899,22017,5430,14918,28297,10612,3210,10125,5614,24208,8908,19243,28877,10503,18060,8911,7339,10031,17132,17132,18356,11178,23835,2940,11209,24737,24203,5373,20194,10042,17038,23889,28444,118,29581,19881,7988,25534,23132,4911,19487,26802,8921,27963,26120,26121,14380,14380,23727,22325,9364,17928,5090,18301,18320,19816,12355,15156,27287,16844,19035,28601,22846,1551,5533,10227,12727,11220,15709,18524,9328,13857,14295,4335,3882,16547,7392,16312,16518,275,22564,21494,8935,12577,26956,15220,28372,27929,2257,10153,9207,24800,24800,11006,26907,29019,20811,8941,17128,15014,23540,18005,17641,14822,14822,46,16918,3497,8945,8945,6162,23022,3951,9654,22573,8951,14712,11605,8953,1576,12300,417,1008,19460,14454,25350,5714,2698,28574,22934,5943,12687,23808,958,2260,8552,16004,16851,16999,19144,20633,18113,18113,13434,6780,3924,11008,10326,4779,16829,18306,20548,18062,24366,20626,23436,16149,8971,4205,27308,18269,16748,14037,8974,10974,24306,377,3364,25399,3664,14065,14943,984,16914,4197,16397,16397,12454,8659,18161,22137,16377,26021,19592,28698,20451,11874,29530,5812,11853,6189,8834,24143,5632,1407,12564,24972,3048,9540,1722,21827,22401,29380,4412,12530,8808,24351,21144,24532,25939,21265,12526,13744,17179,16210,17278,23699,1634,8997,8999,7944,26283,7356,9409,28768,15425,22401,9002,19996,2964,2310,10845,12651,12651,25334,23721,3537,23566,21075,9004,7145,10347,23036,17214,22212,25912,7574,13171,25061,9008,24335,23658,3775,11817,20893,27783,9011,18789,18904,11492,17584,9016,24524,21869,1703,4261,1665,10103,20302,8848,24262,22426,22095,26108,7437,27623,18630,6285,14874,25768,18661,3310,27018,20214,1858,22323,14939,3165,8650,26086,1379,3741,25922,22179,4456,15750,1779,25502,482,14065,2203,27644,21132,1326,20355,13349,17990,28887,12701,8673,1428,26591,9031,4468,23060,12643,2773,18396,24556,28758,21154,28701,12932,28051,15055,17663,21626,18869,27599,696,331,23044,9040,9043,10628,1569,21232,27137,17042,16398,21516,4897,20499,17205,1250,19968,1250,25207,4859,7625,20146,411,21383,12226,19001,1223,2996,10521,3852,20534,24629,25581,9679,22823,1821,2223,10037,14062,1806,22599,9060,9059,9059,21610,26501,15431,9339,27471,14845,27294,27523,16123,2332,29248,25710,18692,29724,20817,4087,15723,9069,9069,5653,28222,11155,24197,11859,9072,9072,9072,14119,7229,16658,9076,19042,21488,12641,9079,10241,8868,26065,14379,29548,7160,9081,26044,10543,15665,5448,1600,24594,21366,2123,3953,26296,1682,2141,2141,21875,9472,10040,16472,16472,18187,20908,4707,29676,20475,18077,231,18575,10781,25759,9098,12390,11957,18764,18764,28816,29153,9884,25000,15492,27329,5449,5449,11152,26131,26427,1130,27845,29319,22685,12107,13389,25167,25594,18886,2374,10178,11013,14641,14641,9120,6106,14167,23837,6575,6577,27488,25852,9990,6726,13492,5210,1761,5968,3160,5098,3090,13336,17730,9974,28196,15312,15759,5020,10914,16458,18308,29428,23685,19244,26367,22503,9122,9981,27312,13293,17750,25864,23682,9124,9125,9125,12210,23536,4097,4097,9126,505,22456,604,19703,16417,14973,1378,9727,7086,23616,17122,17122,3656,15026,25587,14623,14211,3585,9130,22622,4693,2532,22493,20707,9131,28113,27132,18244,16540,2057,16420,9526,1032,8825,119,20515,4055,6132,11421,11421,27085,28163,27680,6055,9137,16874,9398,12454,13258,10654,26209,25942,504,26609,27668,16720,9143,3324,5165,2906,7611,18900,10850,24151,17677,3547,23968,8985,9430,13448,25210,7116,17270,20641,29297,17329,16825,12174,16400,26225,15771,15637,17126,20145,25351,1099,25547,9158,13109,9800,13007,26606,4166,16949,805,18021,21199,25591,19544,9034,9168,23625,4666,23084,20602,17364,27244,23717,22748,5168,12543,26647,27579,9071,54006,11827,844,11803,21709,13878,12996,21110,23282,4619,9177,17332,27399,9179,5989,18409,25464,3816,11322,9181,9421,8567,9182,11593,28666,24157,20232,25462,27669,16287,13305,10212,25438,602,22294,23360,9188,28594,1868,7551,16888,29295,29623,13430,3683,7218,26604,6504,23448,1605,23808,3905,23426,15017,20237,26200,11723,7183,20067,1854,9003,15133,2932,18519,9200,2537,2726,4843,1475,22999,22999,2666,16869,15349,4908,26658,28949,1022,3186,22674,11970,3502,21065,17323,15488,7779,25342,29480,300,3155,9214,6020,11740,11061,19933,23560,9218,8320,23202,14052,11047,28071,1904,21153,9221,9759,24759,9221,24075,11612,21547,20872,9224,9225,24499,8929,5918,24490,3757,19509,10359,5168,19384,12726,28221,14080,11221,13119,13561,624,25931,25677,24183,3553,11728,25463,24476,16386,24049,29057,10131,6122,17211,17564,3618,1923,26760,3618,4426,21932,26624,26624,8424,29304,28557,1291,1291,12978,2224,23799,13273,10496,10496,20341,21034,21776,2234,7813,20260,9658,25778,25281,8178,21655,5797,13499,4925,21475,24898,17361,22494,22494,4961,4961,24785,25854,9244,9244,16505,21808,16733,24789,21146,2822,211,15324,14323,2367,13868,29614,25458,7786,27577,29492,21597,10812,22166,29204,9558,9558,5454,27907,1208,10801,9675,23038,2829,2992,6922,19611,5891,42,42,27143,25170,41,10168,736,4684,8856,21409,3486,2421,16469,3255,16777,22041,22041,9114,9271,1501,24132,7670,17056,18429,204,25892,21434,22591,9276,9277,10613,8682,9278,19576,28899,17496,170,3019,28693,28693,23903,9545,16042,629,20641,4498,24319,25373,13696,27456,12573,9286,9286,15373,14188,23591,19504,26328,3119,16911,9289,20215,21928,15314,23839,19695,24239,20846,14876,15716,29602,5179,23981,29602,9295,25382,29494,27739,17699,17699,26580,18852,19826,6829,5409,23986,26909,24374,2233,4042,10919,9303,15082,1425,16238,850,28380,26208,10271,3988,9309,3183,24100,16981,27546,15164,22777,24693,21684,14260,23654,15102,24871,9008,9314,17252,7985,9314,15778,21036,21036,26767,11726,935,28735,26010,24685,15498,27207,21576,10880,11669,18007,4932,557,6267,13443,12423,27385,416,9324,3275,9325,20353,2939,17749,2939,10637,29279,9327,20856,16986,7089,25272,4046,12907,8930,20784,22639,1136,23275,14586,10402,6939,15418,10300,21794,9338,19494,23329,20430,25483,24311,12277,3093,13178,6889,13267,21133,705,12845,13024,3340,6913,16817,4208,25806,9346,20637,6827,19784,11301,1430,9348,9350,25396,24185,8394,9353,23784,27434,16473,26710,7750,20986,4395,4395,18363,13738,23978,301,26544,23422,28862,28862,12868,6462,6462,9358,8468,1619,21414,8900,19555,15584,3315,17584,9363,19955,3906,10240,11813,8675,580,3747,13663,9367,2233,22803,6271,9372,198,19995,11086,4174,19995,5396,18290,9376,26466,26466,23252,5616,10068,4070,6018,17112,10953,4938,29509,18719,26608,15622,22439,27413,26888,1081,1582,6533,9382,9382,1657,7536,16033,9384,28561,4441,25350,15906,17067,2482,4971,26303,26014,26965,23746,13702,21213,26151,23035,21654,7921,18602,28682,27949,22996,26664,9394,23053,27524,8360,23063,6397,9802,27135,11381,18926,13066,15913,14413,14411,19720,11758,16710,10194,3604,28025,27062,9406,9407,29680,9410,13788,25803,12567,9413,2406,14849,121,14350,9017,9836,27563,11799,21553,13677,29608,8627,17676,9419,9094,9420,6028,880,20102,29478,29606,2525,20491,28684,20892,18933,28959,10261,9272,20157,23007,197,12118,16361,1253,25089,12593,3507,17816,27394,17763,23849,5119,17804,1739,1450,16956,4140,26861,9436,9436,11126,14429,24242,3107,14936,26068,4523,8296,2319,26569,24905,22774,15910,21589,6950,11993,26500,9450,9450,18632,9188,896,203,11370,26199,6130,16148,9122,6755,10139,12665,22018,5183,9454,18397,3760,25463,16734,1087,7872,4079,4313,21868,3127,14252,24489,20940,12600,28728,20303,19985,1765,21196,2127,7453,15972,15028,27597,17931,17438,9490,22368,1953,9466,5274,29178,23340,17417,2981,26730,13414,2605,14720,3827,22843,5251,8969,4764,27819,9477,21600,9476,9479,19675,9480,6908,20380,9484,129,13732,13732,28867,1657,9253,17934,24162,3914,17934,17532,2972,21879,28999,27323,25648,11287,139,1696,5719,9723,24544,5189,7443,20241,26961,7672,7672,26933,22594,18451,21372,7488,1787,18874,1610,17239,14384,6814,28906,16070,16070,16394,27747,3338,27747,1244,15172,14748,24216,3733,12858,22041,23641,9504,9506,7693,4972,17953,5856,10998,25256,26344,5793,16113,9603,1329,15594,24108,6019,1941,13330,6103,15923,13406,7481,18765,14376,13682,15207,17027,15224,14954,20364,20364,21397,7095,3081,9522,12861,17579,6884,15856,23888,23888,26187,25475,3596,3596,9189,19462,4969,10035,18596,13125,3319,837,13565,11102,26183,16963,15428,15446,19941,143,5150,26082,20802,18568,14220,209,27671,25621,9537,2217,23983,22239,475,13448,12786,13878,9539,28143,26237,696,27554,18124,23950,20680,199,2879,2879,2722,22624,27416,4490,4596,12052,21022,9542,11237,20493,7616,19446,22170,15646,26097,2206,18714,10280,20861,27118,10280,3399,9925,9907,24183,18562,22754,5820,29365,123,25617,28641,21008,3631,7281,9551,9381,27475,11496,20189,10990,6911,9553,21451,6976,25679,23063,764,19777,11638,27169,23171,23983,9557,27367,19553,23291,10398,15627,3364,13979,27059,3152,14576,24828,15674,27152,9560,5678,6173,14456,11866,1882,14759,9563,16431,16993,1407,24694,27055,16408,12406,13704,14010,15413,4187,3439,15025,12529,25255,13420,13420,12839,2070,25769,5677,14198,13276,28865,24777,21613,25524,19587,26046,11104,16465,11433,19031,9573,29415,29610,7709,24957,28024,15923,26423,27266,5261,3809,9583,22299,6119,2675,9585,22847,990,9587,1843,11945,4742,8309,6359,22822,15502,10932,18681,6601,8087,10948,28815,5364,14574,8913,126,6824,29496,14595,5187,27447,23902,27050,13544,16802,24221,5813,22461,10436,13754,9598,16990,29075,1161,24058,17785,8253,8253,27126,1435,9971,25876,17380,10069,9607,11037,26277,27197,12466,15108,2792,20293,11919,16990,17432,21822,25716,26039,23085,14873,12180,14734,16856,28673,13677,23645,16200,7723,29667,4100,9000,25720,16576,12050,16115,27318,27969,25650,13784,384,26283,15528,5521,3563,12204,17104,21791,21791,25002,26471,19950,15419,14555,27485,3698,4607,23075,12686,22435,27712,4083,29434,13731,9363,22985,9063,8353,9628,3339,2724,2498,14404,22765,4611,9634,3711,20670,11394,25348,17422,16495,310,17049,3915,29516,24518,25166,12820,13294,25021,17670,17670,24829,13853,24163,21299,9597,11369,24702,15366,27609,16675,28029,12399,12399,1819,21275,6567,6567,11715,2276,464,13460,6832,9271,13736,25848,864,13658,12349,15253,19065,22169,22928,24500,23942,27229,28825,13549,20723,15989,18956,9112,9112,10741,23417,2852,11830,12701,454,11296,20772,3508,25204,5786,22602,19612,17938,762,23990,9666,1928,28232,12787,27251,25414,22700,10301,24049,9670,4573,951,27428,12030,5321,9671,7776,7777,17579,22332,1267,3932,4111,17833,3041,8645,4384,9811,20577,10029,277,277,18580,18580,7591,9051,24042,15705,14558,14652,15257,19670,9896,10109,13748,19846,27270,1044,9687,12313,28030,29656,27967,2845,21317,1913,3918,20379,18485,4054,6678,17597,17661,22759,7393,3355,28806,10322,16094,12885,14595,5018,21673,21027,23298,24209,12896,2818,21386,1172,27459,6344,13000,9711,8595,17948,15571,11531,1606,19601,1985,435,4944,4662,9716,14725,27951,17139,4380,18137,9720,3202,1420,24119,9722,12874,11632,20598,3008,16860,16547,7515,5406,9005,12818,25688,9727,24669,23813,9730,9730,11962,9209,17402,12719,1345,28337,28336,22010,18573,1211,121,355,23223,1507,9736,9735,29044,12118,22597,9312,12762,22122,14027,4012,1038,27395,25227,19359,9740,5722,14535,14018,10768,9745,9040,21369,487,22629,2307,29612,24656,21478,20519,14428,17999,28690,14329,22476,26643,15711,5821,15220,18062,29305,3593,25572,13293,10451,24737,4202,21768,20018,21931,5692,12531,25302,26925,7652,22349,22349,21915,25769,25585,23308,4390,23252,29314,9766,646,22736,22791,14077,2470,6343,23371,28985,18807,14403,15242,26334,5844,4458,1723,13992,9775,4249,16406,9759,14951,16437,5534,19554,9780,10687,2166,54006,26594,26594,29331,2996,17401,19563,25395,28977,11200,1808,28558,3495,21824,24389,21625,24073,22394,22312,18551,8990,5018,9646,22244,21407,16624,20082,21479,9797,6929,20685,1880,9798,5539,9590,1081,8728,10914,2989,9804,3422,29303,29303,868,20744,4616,14581,4894,7636,14180,25926,23470,18393,10873,19820,5570,28110,3532,992,591,5742,16983,9814,15835,27973,23749,26159,21415,26382,21235,9815,11539,26350,4099,13020,14083,24003,21347,28781,23559,161,5077,17440,8843,16806,24575,10493,9826,1086,1086,14871,4526,16327,3896,8088,21892,53951,20654,27843,12870,18552,9832,8589,6960,10383,3460,14495,1908,22283,20829,21844,28545,2710,19108,20305,29277,9348,29408,11343,15827,27152,9844,13605,20866,26637,19895,22787,19396,22197,17609,9979,6102,5292,25964,10629,9339,12125,20240,19470,19136,20179,26750,22907,7928,21665,9848,28430,28696,8884,12666,22226,22226,14732,19522,5759,21705,14110,9851,11882,22340,26363,9994,29029,8690,10139,4855,1822,794,20608,9859,14500,5844,10990,9045,20445,5033,11267,4631,12800,27342,16198,4622,3305,14852,7896,5966,9864,9239,24224,3632,9867,22053,20408,22145,23731,20850,8581,6872,19081,17913,9444,28194,1059,17662,18324,18719,17456,10380,5316,14263,22760,7490,3684,9878,23579,9069,26337,9018,19426,12801,5112,24773,22276,23277,14375,9887,9889,14806,14738,6736,18695,17722,4575,17715,16807,14329,25941,6888,12417,19226,9895,7523,14496,14093,17740,22110,1259,24818,14411,53931,9900,29184,26918,153,27618,12357,21236,19891,10530,9902,22292,27175,9904,2778,12855,1567,9906,9906,29460,5106,6805,11848,29632,11463,25070,27287,7894,1537,5109,17320,24080,26022,9914,958,5923,7935,9915,4438,23873,22214,7148,23582,19538,6118,26391,6378,17485,18319,5255,3549,27124,4386,10828,4223,17233,3560,27446,17502,19045,26970,7320,8422,2573,25089,24972,24238,8895,12112,3230,9934,23052,23433,1188,695,11277,28425,14910,4103,26520,22277,13458,24161,9942,27697,12036,28981,9049,7197,11456,9945,28185,4972,5280,9948,7690,13198,17636,8210,22309,20042,22334,8620,9589,1337,3697,8537,15845,11544,11060,16281,19647,16330,25559,27777,17562,9343,9955,349,22544,12715,10477,5294,558,1275,23061,22466,4782,5898,17355,5803,5803,11478,2363,11419,22335,11549,9083,29287,18065,29645,26230,12927,19633,502,13105,1428,15881,1490,10950,3458,4820,16032,2106,8512,14435,19829,20852,25689,9725,13678,13678,3869,13309,25594,1019,14672,15669,8290,13650,23330,16839,28914,15627,26359,26359,25092,8279,4371,25758,9985,14463,11079,18904,28162,17174,19368,12754,16760,12329,838,9989,27880,14179,6797,8545,8621,4678,17039,9429,29208,1448,20492,10781,28733,2478,26070,12015,14325,5813,22728,22981,4943,22935,6190,25461,7138,10786,20245,18405,9999,8924,28622,1827,28402,237,20032,2780,20340,10001,17171,13765,12136,13689,8597,28485,29209,76,28876,19082,6843,4950,13072,3098,13760,7286,24516,7199,13760,24379,21950,10007,17060,11644,4643,11095,3943,13798,15233,22030,11718,20428,19027,3053,17555,10014,10014,25013,7533,5502,9767,18702,23048,20925,2844,12400,25558,13566,19762,3501,3384,27198,25763,15829,7948,1564,22083,18895,5418,10028,22336,1385,7504,29645,3376,14910,14910,27323,27323,18337,20070,20071,20136,25914,27642,22245,2344,10040,6845,1344,353,14008,10044,22173,21901,54016,10048,6142,10050,21377,3123,23307,9065,7645,325,5636,21430,24813,2837,20092,6121,6121,858,6121,25868,587,27640,5734,25837,15567,1280,18776,5457,5457,22418,21204,9986,3796,10064,28795,10066,9632,11366,27429,3323,25560,18088,5117,27316,10155,22377,7105,26190,2241,21703,8715,4729,10073,10826,26267,1474,8174,6006,3445,3445,3478,22209,29031,17963,4440,21619,20592,21606,6126,5477,26588,13091,3289,27148,5219,5030,4424,21636,24483,11330,5041,29222,3966,10087,17219,8234,4799,4799,22436,8466,27681,22651,26752,4010,23791,11373,11373,13339,15935,19607,25392,10094,27178,1833,13089,5350,24769,1882,1882,29273,17982,16115,27240,9212,18861,19525,11304,1802,2623,20131,15364,24546,17774,11357,5778,8908,2695,3810,23650,6294,23750,5813,17427,13882,19245,15301,24289,22429,6257,12748,3093,24406,12390,23533,16980,19909,25289,20800,6946,15389,23906,26688,26687,23906,24527,14300,25119,22828,26823,20756,11266,10125,13820,10127,8365,10128,26811,5229,10131,2425,13500,1121,1647,1647,14974,26435,10136,10136,20103,19462,21780,13972,7172,13005,1681,18233,13479,9372,18185,21632,26068,10143,18137,5736,21054,18977,20346,21320,24924,6532,2429,10147,1983,6308,22945,7263,19791,1245,17302,17960,18826,27403,1777,24501,2988,24854,3731,5828,4970,24599,75,23508,26405,12906,21592,7918,21673,10201,3184,22835,10159,3128,29433,5706,4207,3630,26759,19763,8680,25391,21657,22545,3756,24372,10168,3578,17384,12731,8849,53886,15840,24690,13161,26420,4390,16640,18715,15494,7146,18261,27527,14941,13967,8262,2204,16656,29078,24767,28368,20676,27995,2405,28333,5040,17983,3410,17674,25090,28308,128,5006,10930,15871,27790,14506,3175,18916,21698,15588,20293,861,19740,2845,24222,24222,4446,739,8793,17045,29038,26511,2420,10196,25365,25365,13722,15071,17122,7890,3862,15979,12291,24789,25232,8154,2301,10199,53900,15326,8281,386,2852,25968,25328,20430,22082,3158,11087,7749,26198,10204,10205,25386,10910,1763,7145,2429,13042,2719,8447,21516,15278,25423,7503,13772,10209,26376,5686,25881,26434,51,22754,4090,4952,7604,19583,28820,5537,2462,9424,16825,6077,11156,5147,10220,23123,29494,15074,20273,14735,14881,29730,2900,2900,18427,28715,6026,1805,13534,6743,7271,6647,12235,4882,11927,6152,10512,809,9855,1581,22755,23776,25361,20471,24442,29276,14639,24195,24363,4661,182,5227,29420,4337,10139,5337,1846,26063,14125,19497,10239,20571,20603,4534,7778,2316,19472,10241,7798,28885,10244,28848,13994,1213,1213,9937,4081,27160,23966,10663,10663,18065,10255,2611,19056,4785,843,26524,20357,11361,11361,19537,10261,19861,19395,18207,8780,8780,4941,28594,1827,10268,19443,21393,7383,740,14798,26461,10272,26308,4383,10273,20619,5783,22429,10112,22755,7692,5637,13247,23025,28108,21497,19995,10277,7841,16916,15854,13456,2745,19751,27228,29090,27749,10282,10284,22350,10283,17099,7031,27281,24493,14589,13475,26568,13636,1134,8401,13574,23187,23912,16877,2083,10294,25939,26666,14684,3012,11687,6424,20501,21020,1006,1006,10300,4311,7144,4154,28854,23920,27379,4746,18858,10305,13572,4466,9901,25166,22315,29189,3268,20407,827,14701,14767,3406,185,20021,29216,28119,11027,10310,23720,5644,24565,29282,25998,7223,25508,25786,17046,5228,29616,29616,207,1564,11617,5214,5214,21289,12516,4301,21549,6093,28454,28755,24828,16077,16420,8368,20715,10323,12083,19846,23833,2994,914,22428,9686,27394,6984,20239,5491,10331,24019,29004,17926,2666,11158,21392,23635,18013,26581,16009,14659,25516,28595,5986,20574,10734,12034,24653,13004,778,17181,29133,24475,24475,15531,10342,27435,11622,2078,8803,27832,7058,17685,26058,28949,28504,13103,27546,18194,25488,19539,10267,23510,16468,10357,19990,10358,12845,7564,18825,23558,10362,10362,52,24183,28963,6698,23485,5919,14502,2283,12193,25727,10368,10367,10369,1919,1110,10372,23086,27326,21378,13579,28188,9035,10378,10776,6542,23391,19029,27753,1616,23391,2719,19028,28310,22199,22235,11670,21164,14599,14599,15215,26842,17378,15215,10384,18735,27973,10390,3859,10388,23695,23694,11916,24584,3101,19708,22839,20040,6004,29112,1721,17531,10401,19639,21305,26445,8917,26993,20606,21117,3452,18204,18204,23675,24028,2475,8066,10404,20226,18706,21530,12248,16910,20988,9389,25974,14667,5140,4005,21125,10157,20518,16691,16691,26905,12797,2365,860,7686,19885,27404,21914,24059,1307,4221,24222,26319,22263,4169,5124,22263,18116,10348,12960,20836,1360,18192,13415,29601,6533,25644,616,22255,20151,10427,3769,9676,10432,12650,15213,10434,27708,27107,26784,18872,1302,14177,8471,24487,27942,10439,3112,10440,2522,11149,6210,18522,3901,18133,6153,8303,3266,18602,14633,19184,19336,23497,2554,4411,19371,9142,15560,24336,10449,2120,16300,29038,11934,19084,17673,1372,22310,18082,20178,5178,24795,243,20649,16280,17951,12839,3342,24931,18683,19334,25141,16434,7135,24865,21396,24131,20870,4713,8426,20461,10465,20719,21273,12594,22289,8974,5314,15314,25003,3557,18261,10471,11834,23989,13591,4203,28107,7844,3112,19971,24306,29074,10474,17385,3011,7514,14359,23887,21904,15048,27206,10483,18119,24225,830,23615,6090,1056,2316,6280,1717,21462,15122,10813,230,24151,13616,3274,24336,3957,27030,27456,11356,3682,11356,27668,10492,2388,28791,9111,21429,11069,2236,16951,2268,26418,10280,3648,8138,15063,8189,15605,23435,21759,2535,2535,25656,12267,25522,23243,27583,21353,27701,4319,24428,12074,23326,21711,25535,27213,22179,28772,10514,20044,20044,9600,10518,10516,17228,9612,3328,22424,8163,7357,7123,28433,3538,2030,175,17623,3162,13993,20722,17197,888,888,22187,26958,13723,10529,16639,10531,22172,6730,5728,5728,15718,10534,23207,2764,23521,6529,18253,6027,15846,27581,1153,6027,12879,27581,2912,10542,12483,303,3622,3434,13879,7961,10545,22475,22475,10716,26711,25945,25945,20909,16623,6997,10549,10549,27566,13530,21214,22351,13397,7725,2751,15540,10643,11653,20683,25711,6510,18891,10478,17566,10555,11208,28912,20160,12419,23734,23734,23001,6390,10566,22600,16077,12858,22403,11740,1348,16166,17007,12056,2216,703,9103,13759,15709,19143,1936,5603,8694,8694,10411,21103,28675,7793,10580,10581,10583,29106,24755,21816,2077,7968,11191,2548,14042,10588,24824,22509,17853,6950,15141,17130,28500,4774,27018,22527,3513,173,18584,23971,23140,25966,25966,7020,2007,16204,1504,20535,4941,11452,28393,10600,10599,15395,9109,24436,21590,27096,18778,7081,20291,6656,10409,5869,11686,12087,21891,13377,6811,9192,15278,12908,5272,18329,25919,9908,2950,1733,1451,9505,24047,3701,19411,12017,9885,9885,180,28174,21928,19824,19826,28379,24467,3651,15901,10613,9607,9133,14494,18351,1661,21841,25640,19565,5272,21288,29135,24311,13260,13260,10623,24671,12321,2545,28385,24375,20543,28077,8597,5641,8803,480,28320,24255,18860,5305,20729,4298,19864,25835,1375,12697,27150,13127,16377,16377,13998,3788,26632,5932,24559,8547,11629,16579,24231,23536,18099,4412,26252,3597,12099,26608,22890,16443,23674,28770,18813,25508,2032,14077,3086,22681,14591,19643,29331,14106,7144,11659,13255,5978,22688,10647,10647,4662,25670,22177,28635,10653,10653,15505,10654,17925,20231,20231,21666,25418,20047,3860,3629,24631,4843,9512,27595,2011,10070,22448,24245,12181,28200,12681,5275,5990,19594,12646,29557,23593,18767,10664,338,10099,5311,25394,24144,7043,10603,22453,15174,781,22758,12676,25950,10669,23988,12272,26337,800,27839,28986,24758,28265,25354,7371,3218,311,16051,10671,1507,1829,26201,15200,19126,26676,16763,16763,13989,15701,19407,20589,19876,12325,3205,10679,10679,16213,16213,17989,28190,12140,12730,28313,4402,8984,21102,19265,13083,17190,9955,25928,16787,18664,10684,10685,10497,14001,10686,5862,18669,10689,18944,2882,10693,13634,7513,14352,7075,3828,18809,18809,11483,27525,3348,8077,5512,19509,27924,22364,14796,9901,9561,9596,29202,15917,19680,17626,3821,2684,12191,27319,10704,15542,20607,3885,24770,20081,12757,17837,8375,25510,2933,27702,21365,10706,25614,29241,29241,2393,25939,13203,14679,15949,20556,5331,20556,21101,1442,15985,1849,25469,13568,18976,23174,16611,18388,6630,4389,5184,21674,25708,19207,10544,13417,28260,1513,5347,17256,2434,19458,12128,16745,4919,24731,2008,9539,8354,8354,10727,1338,21828,644,1826,27424,17207,8728,20308,2550,2550,3410,17557,26099,25025,7055,27916,11624,20000,467,18155,11382,13901,26796,12119,19300,19735,16120,21920,791,10743,10744,21203,14120,5259,9122,16038,8992,11871,25428,16893,15040,1772,1688,24945,19743,21270,3491,15956,17269,15845,21517,26884,1919,15606,3588,21547,12918,17621,18030,8399,11845,14289,2891,7031,28306,7237,5401,9919,14937,14002,14933,24505,11635,21121,13762,730,19521,19241,16475,13957,5541,7699,11521,406,12077,12077,13919,16236,25887,12082,1715,10773,15084,2934,10463,7537,28268,17035,15143,11757,23260,9706,5846,14931,12702,4648,10781,24484,20249,6943,15942,8550,27760,1605,13567,9899,6481,8882,8524,19681,15005,20737,3206,9779,12069,16127,37,13044,5420,7790,1404,12672,26240,17450,10452,28267,9878,29305,23594,28659,21706,17145,14253,14385,18967,18967,6191,22984,1192,25162,15392,17253,28839,4429,26528,17451,1524,25800,25800,2862,27579,8543,5924,6246,10798,9633,12217,5967,10801,16862,24474,10803,2690,9214,23522,12000,22757,13511,19233,10808,10629,26562,971,27410,28277,8088,9469,2775,20005,14916,9098,9145,9145,22287,909,6583,29032,8779,26504,10816,2600,10893,10893,10820,5354,25543,6784,7719,17015,15842,15841,23690,10826,19773,5827,6097,29242,22941,24173,19323,26545,15116,18442,10834,25391,9410,21087,24162,17493,5204,797,21219,24738,8057,19603,25530,15468,29693,24909,17596,22786,120,11405,27370,27370,6421,26784,21139,28665,484,29148,13203,9252,11711,12199,7379,26125,10847,10102,2228,13036,20334,10849,25866,11880,2797,23643,9772,28365,28443,10486,932,3055,14148,18775,4550,29277,18137,17248,8842,4571,25188,18471,22662,19462,24716,1782,53899,7494,19614,2465,11362,10862,9230,5535,2738,19295,14334,24371,5482,5491,2963,23125,4665,10868,21192,24126,11358,11358,17990,16087,14182,320,14378,14378,27117,6147,1891,19640,27650,14354,16687,639,18779,22679,25644,14939,21672,22120,15127,27861,22326,12705,25239,4929,26731,22251,23931,28744,23449,29006,2003,14416,9704,4594,8966,27467,27467,23909,5213,10888,24489,15767,18507,27543,2816,6818,22768,6711,27782,10890,11727,9844,16509,27930,17683,1139,14456,26005,28559,10895,21507,3693,14496,24139,18161,20896,20928,24010,23713,12797,17600,29009,10902,10905,10904,19313,25065,10910,19384,4329,4689,10911,15234,17033,8728,26213,1201,20712,1089,28325,12812,2401,3633,22845,23832,2125,13735,14932,23439,23656,3979,25116,20322,12972,14440,11140,24748,14078,22061,27000,4161,1904,23952,4370,24431,17380,20771,8581,1053,28888,8095,20050,20965,28530,15085,10930,12788,28519,6511,5579,13634,17308,17308,6811,23981,2886,244,18566,22649,5658,17867,8380,17340,9182,2342,28585,13167,18194,29670,10916,17656,14389,10938,11390,12356,21445,8700,10939,17868,11126,275,18219,19192,26574,14619,6949,3114,25013,12147,10309,9266,1663,189,53851,27616,5123,1995,1995,5249,21682,15855,27825,22817,28083,22118,5407,14644,10950,24310,18577,17573,18417,3018,22121,27025,27026,25134,11653,12003,18461,17857,7677,10958,4106,22168,718,14800,27715,482,15814,15814,483,4656,1742,15296,10963,28885,24342,24905,9262,9083,23891,10965,18127,15422,19780,2072,21650,20623,13071,11174,14538,16204,14161,8997,4672,4672,12042,3822,6558,15316,15316,5290,25422,9098,21329,322,3372,6835,304,16791,10055,19733,5595,8224,19711,17659,18019,6483,27409,16495,24272,13501,2352,23077,14308,17138,28108,17601,23952,23952,24231,20793,5611,22137,18859,22609,3059,553,18172,1303,8717,29497,27734,13711,1028,19175,5199,21544,18031,16836,835,27586,1538,13941,8233,15359,9349,12480,29128,10478,23948,10993,25935,11887,15958,23725,28870,995,9889,25043,6075,26197,296,11161,20372,7674,29469,25475,5725,2508,26638,24449,19620,2230,574,4510,23700,20313,29430,27581,26256,7725,7725,17493,22814,14350,2060,18757,7245,11005,2408,27385,4393,26459,20349,4971,11052,24741,5462,5462,21872,18238,5334,16471,7728,17364,24403,3896,27776,18354,15792,19604,10685,15105,2776,26417,8751,21025,6054,7160,23498,7842,3544,20494,6448,49,4114,28395,28395,11019,21971,22479,5692,9957,24872,13001,11223,1041,1041,11021,4935,4115,23738,1776,17048,11024,22971,15118,13711,5122,27779,14732,13151,23253,29325,26972,24465,7953,15648,27512,1370,28744,26277,16296,27247,5106,9012,18789,26756,20125,27684,8113,8113,25598,22514,27325,5693,19796,17343,24792,7535,9629,21132,25592,29183,16131,20445,8936,10761,22016,17295,26466,2536,11038,17006,5798,3482,8711,636,2714,11972,24271,19177,11043,24988,16556,27607,18136,16005,21455,5528,6842,7911,2833,11047,20582,27408,2110,12134,7781,29560,13316,7927,22447,28031,11302,9609,20806,26534,11055,3558,1766,19220,13955,28259,11058,1423,941,28715,19985,12539,4129,28595,27179,21112,495,12281,11064,6402,20741,22200,4082,18956,11959,11927,21649,21400,21400,19323,11069,4824,11069,2498,3530,23388,11072,11673,13264,22432,25940,20699,13432,29382,4490,16380,1923,3242,13335,20559,2539,19995,27512,25092,15200,19750,11913,11669,6553,3576,14487,8811,13071,11082,8464,2981,24240,13961,15526,3216,17222,13181,4131,26566,29485,18179,18163,7663,14837,10063,27162,18895,28429,4480,25572,11635,6765,8369,20596,20577,1468,21747,19710,10286,13857,3043,3820,22492,11092,26608,17768,27621,21706,9900,28042,4864,14139,28565,14963,4372,23313,8341,11096,18798,19647,12592,2262,19628,5681,11100,28349,18028,22846,7749,13610,6851,17759,13014,28695,7808,5390,1651,11120,19881,13729,11107,466,8621,11649,19097,21877,19987,20750,17544,12515,27029,9241,11112,8989,7623,20695,20134,15719,12679,26654,17343,9542,28714,12235,16464,3909,1714,21325,16036,23284,18345,11666,28052,6033,23695,17718,25553,11125,5118,5095,9534,13944,17823,17390,18277,23346,15996,28764,8623,25653,7283,24176,16598,16598,11759,12150,21318,7235,6078,29356,18905,3619,19314,26133,15166,4363,12429,16051,24368,25818,11137,23032,28434,1515,16566,11138,6325,6448,18759,9664,22649,4922,16020,8136,5698,5698,2380,28324,6880,17772,21147,26228,17436,1820,3110,24311,11144,28675,11967,11148,5730,7315,24036,4314,8328,25638,27565,25458,17461,28546,53938,17692,23596,23821,23930,12650,26531,26531,6594,11400,8344,26723,14609,11399,1265,6147,9673,17295,3317,11162,25118,11163,22510,8935,16093,4968,16776,5917,1669,17684,21535,28809,13875,5693,12067,588,11171,3527,20368,11174,5001,26600,15064,11175,27320,22093,12426,11176,14977,24930,28241,3719,16742,22751,10726,26660,3237,14737,17816,10411,7955,24350,10745,27735,11185,27655,24644,16823,21412,18933,13217,20054,16786,25743,28996,21315,1512,29703,11842,22060,10988,7427,2208,17978,15385,10310,14745,10310,12452,29608,10310,16013,11835,11202,19301,11386,18483,18483,19750,6642,27512,29426,14660,8827,11205,17252,693,19156,24737,29141,13483,9988,15858,20635,16235,11216,23067,1599,26599,19856,11198,22239,24732,5646,5647,11222,3184,23029,21416,7505,2039,5003,10264,28610,678,12437,28499,16474,25754,10140,16332,11231,22496,22946,21585,7206,28716,25112,25112,11404,26812,23120,28316,21222,28790,9128,23000,21356,14834,25626,25242,13715,11242,15106,10466,18140,13709,6358,12811,6607,12567,24780,5535,4435,19021,14931,19117,17070,26496,9203,22987,5481,12812,4125,9295,22512,29307,11253,13052,11254,16306,22074,11398,14153,7396,29350,21936,11258,19788,7397,17131,4957,15078,24132,15499,25405,28030,8014,26032,10126,11265,16842,6752,6406,3011,6751,26105,15902,5416,23894,23091,11269,11269,2137,19060,25033,13136,1616,11272,11273,11094,14082,12873,18963,22725,21882,12229,8971,9115,26610,23902,1025,9304,16133,11277,5506,14841,13610,6136,10097,16097,6127,8204,27787,12780,6392,21711,23563,12602,22286,3262,27381,6425,12355,17126,2561,11186,22407,17609,11286,14770,11287,21868,13429,10735,1689,27337,37,21235,5256,29666,23212,21196,12107,11297,4381,757,25231,25331,12668,16758,27225,11903,12033,23994,14881,6506,26809,15216,7196,7197,27809,9709,4603,19496,15659,611,13475,11310,11312,18217,29479,4233,13483,20438,2965,12793,4135,17882,11314,1658,21000,14403,3024,16426,23630,16469,7385,11317,17085,29566,14906,19222,4486,27794,11647,26456,17485,8833,11484,795,16644,22482,14835,6559,23004,20136,14294,24810,7577,24015,27541,19055,24249,18017,26709,6404,28253,29296,20679,28739,13134,22268,1863,25980,27464,964,964,27036,28358,23231,10030,16650,5470,17192,7676,22073,29523,2428,11340,25258,27399,16255,24750,41,27088,1512,17603,12779,25902,9102,1667,23245,25302,29198,13150,3033,3320,19425,11346,13507,12816,5160,5677,7810,13720,29328,19609,9091,6603,17429,17428,3598,24838,10550,9570,11352,11351,5194,18063,12850,11352,12723,12723,15585,22568,13632,6028,11356,5320,7722,14218,2869,4281,24344,29139,11362,23462,966,15079,11364,452,28643,7452,10240,29679,26738,21603,12154,6120,25224,19164,24810,1859,11368,17333,9003,16943,12090,6818,24617,15846,5719,6652,28657,13977,7978,259,22713,13470,10938,5662,4535,12301,7609,6284,29033,7731,6324,15950,25957,23997,8499,19967,21806,27275,5241,21808,21808,53,11632,3540,1207,24624,3243,11387,1623,13472,4010,13988,11391,11163,14172,12820,11393,1546,17947,7257,26597,14936,25073,23256,9923,24752,12072,3569,1010,8587,4879,11520,11402,11406,9256,11560,18196,130,9045,11411,29139,1900,11412,7690,13581,20935,11425,24040,24697,13853,22760,28817,14946,27609,11420,11422,26338,18121,29634,24209,18420,19689,10399,11257,6536,18492,2749,11319,4547,12339,20568,1182,4034,2476,22793,21993,19879,17818,1605,24973,11430,14110,5650,6970,16887,29641,13520,8750,11433,14668,14668,29378,11435,26929,28286,11436,11437,20361,1827,24318,25995,11441,4903,29416,26216,26216,5484,6085,7205,11444,18849,22041,547,9891,21050,12362,27012,25164,29642,12933,24667,24646,11447,22445,24704,25387,29490,11452,27900,10238,4843,20798,6596,6859,13880,11455,983,20497,18609,27168,21983,15883,13351,28182,1818,25820,11460,9565,26852,1061,1397,26265,29299,15007,2216,8186,20600,11474,22813,11475,11393,3746,27409,11477,11478,11478,11477,18237,1021,5830,26954,24988,26437,6503,15979,21039,7424,27313,28032,11651,14588,8729,23537,23537,11781,17721,11683,26944,17565,22948,2393,18600,18548,24943,14973,5231,6573,17382,5375,5375,29051,25151,11493,18589,25078,8458,11495,8398,28647,19173,19542,8708,2635,15296,1777,14959,22361,28087,15409,16440,5285,11502,23685,9338,28988,25518,25990,11507,27796,2994,25274,29371,2975,18956,2518,15072,24165,13087,2328,26604,11512,22657,23906,11512,17009,3981,8181,8181,4841,957,24187,11644,28177,13641,13143,20129,4921,2843,25072,26191,2219,25473,28738,19559,2553,19072,20404,1813,11527,3774,15378,17513,18969,11533,2931,28358,23786,23565,26303,9472,6643,29645,4399,3450,7769,21630,9910,22258,10322,14708,11545,21926,20529,26493,22494,11551,21440,11555,13749,11556,18760,21328,11623,27791,4213,1866,13252,21873,4151,16641,17444,11922,21184,6881,29618,10393,4163,3482,1751,26215,7349,21811,24378,21115,27851,17249,5779,26272,15506,471,20700,16773,4147,11573,11572,5805,12842,9245,25223,16909,11579,14565,25623,25623,7482,6605,4252,14462,5433,11584,24636,29138,24479,18562,4008,158,10212,6278,24854,23399,18064,14322,25455,28972,22043,973,14931,24754,537,11599,11600,6562,17910,25944,29595,14307,14307,13785,23257,28613,19947,27295,25651,5431,9523,11779,1888,2790,19530,4401,1052,5760,1052,15298,22561,22560,24238,26234,26987,25301,28692,11613,27585,17177,5751,19171,6391,26289,29442,21293,2962,1969,3660,29338,2967,7222,27396,23067,3388,22041,2474,1878,19928,21701,20956,7629,197,23454,1860,3046,28328,25255,8759,8759,27239,21328,9147,14000,5145,14194,19098,6390,27443,9235,26521,29142,28402,23599,6379,18268,16837,22216,27082,28085,4881,28200,25953,11634,11633,11632,8503,28135,21702,20978,19651,11635,5877,4112,19146,25939,26400,13231,23005,20439,20439,11641,11642,4965,4123,26224,26444,15449,8825,3932,11645,1447,21790,15408,15347,15347,16583,26292,27528,7975,11655,11655,9368,9067,29583,11657,6745,13695,29479,23466,28851,18923,19363,13292,18288,13742,19785,21892,11674,1588,9643,20513,29613,2194,11677,24526,28706,1589,13198,6544,7637,18479,20939,5169,5169,11685,12674,12624,15955,1505,14019,6931,16199,9003,3637,9451,11690,12604,7264,22471,20698,9522,20203,23412,11024,3776,16110,13188,12447,26777,9215,15869,28376,8085,17168,12996,15703,21605,20641,2593,1808,19215,14327,14241,14746,11709,28568,12011,27752,178,25371,27410,27403,7745,11714,15290,6813,10636,23042,9366,23826,15964,15325,15325,13808,22174,5696,17284,15117,20241,13987,811,11723,4116,11725,24995,28990,6735,3467,12639,18099,7774,26396,1420,11287,7324,28251,21256,19741,10439,25960,1709,3197,28700,23143,23143,3159,1934,19744,1334,14763,14621,17000,178,11740,17850,29239,23099,8193,13818,7504,11745,12011,18683,11442,22426,7751,11749,19133,11752,1539,26943,15002,6315,11184,19657,21327,21635,7621,17541,5488,9096,17541,8164,14650,21915,19941,10252,27234,18734,6256,24111,7908,17340,17798,17798,17965,11765,19636,9394,21871,11056,15800,23682,10187,21770,2465,6041,4826,27309,11116,6036,2895,21137,18681,8934,11776,8857,2086,27803,24078,2615,9464,15225,21440,26117,25710,11752,5341,8921,11785,11785,19261,14247,11762,6044,27670,27834,28198,11790,25526,13711,90,24576,11256,897,16265,993,7889,19413,18233,19076,26182,11279,26349,25528,11795,11796,1485,28350,11798,1029,26183,4009,12110,22253,3229,11801,11803,12557,10937,15453,22317,19403,19403,18566,18760,5053,9820,21839,10663,16818,5598,5598,28420,11558,8538,2920,18601,11813,8643,11813,28458,9919,28164,21590,6608,7291,13041,21232,843,27487,26391,11819,21489,29596,10021,24052,2472,15495,11311,22090,25771,7622,3614,12773,27525,26543,11830,1807,5686,879,6597,10157,22266,26240,14798,19087,21173,5542,4439,67,28184,16475,17095,800,15976,21363,21794,6510,3366,8847,9081,5585,2230,2230,3927,26985,14732,5868,25192,20167,25577,15140,25245,255,4756,5373,11684,29541,3880,11015,8265,18963,22499,24636,11849,12048,22221,29277,12050,13915,26300,12311,25829,8908,5347,11854,939,2434,11855,9001,13516,2951,20969,2117,17405,12352,11856,10849,1047,17161,13436,15878,27159,15736,24410,25666,10162,7919,20195,27500,7789,18314,8987,18600,22090,25492,26304,29009,984,4977,21672,10245,7292,9619,11865,15495,10329,14542,15194,9287,11869,1505,10317,25248,9440,18612,8987,9514,29561,16586,2325,12705,13653,24009,14041,9547,6677,4981,13016,19262,516,26786,26786,19838,9343,26889,16512,11882,16889,16889,3761,11883,29197,21559,24871,15094,238,3287,25850,25007,4276,4276,6855,6503,13437,5817,19871,21741,28790,28790,29115,11777,11888,27003,2986,14844,22939,278,15673,13923,28798,27242,17654,23261,19298,11899,18539,11192,18879,29319,7206,18135,27184,24510,25074,23637,17446,22011,13619,5942,16758,24039,23872,7153,16836,1605,4098,18539,15697,28728,21140,12594,9220,4232,4675,26620,17620,19427,25010,10382,8197,4307,5101,6645,11922,26121,4799,26121,19691,4360,3125,4434,23956,25049,6763,7240,7240,3538,25718,29695,2084,29441,15971,725,15995,25421,7022,19759,20583,12591,3149,21009,23366,28483,11933,11935,11932,14037,2462,22024,22024,6773,22446,6287,5656,7389,15386,22748,27410,27410,29683,24270,14398,12749,24833,22358,2313,11041,13892,22514,6473,15257,21721,28555,11944,2840,6346,2501,29245,7810,5921,11945,23098,932,15042,3999,5638,7383,5425,5865,25722,13846,12622,15714,9566,27360,4245,27698,27698,29472,29183,26823,26778,19506,2396,15980,6213,24038,19844,25200,23933,1156,4508,20672,53893,3836,5907,28424,18235,11965,26978,26253,10454,9029,27874,12988,15998,19535,5189,10556,29614,4264,18007,5276,21025,7250,20168,19726,6496,18554,591,11983,3650,6369,6369,3602,3920,17716,24318,28895,2533,10305,17749,27384,390,22220,26707,20631,11992,16733,927,11766,10741,2879,23530,27755,19418,24929,11994,3603,15091,11174,2131,28853,7017,16792,4652,22314,20415,24940,24569,15180,24677,7652,17671,14974,12003,8284,8284,908,8702,10809,13898,2919,27400,2503,23092,10198,3117,6485,21486,51,13469,24831,19143,13745,1414,7352,27007,25891,25891,28657,19255,21332,1638,12020,10260,12022,25976,16823,12023,27549,4391,23500,12025,5747,20449,9541,7890,15607,22702,16735,1650,6657,22819,25948,13131,19267,14438,24321,12680,15545,22712,18442,9943,18438,19265,18386,12400,22881,16864,18359,23247,19155,3604,4366,948,22445,7132,15221,20615,8919,14706,14877,15327,2143,26885,7093,12049,15317,11348,8695,14997,14838,29635,1441,2821,5931,25607,15659,12051,4275,20728,21969,3744,23691,17743,6549,24561,23744,11108,7533,23095,9855,18699,19869,24758,28994,14814,4462,14147,20497,6240,19720,29217,25920,21720,13838,23491,9853,29066,8831,6430,25235,1150,4984,23108,6605,23575,22046,16771,8752,18507,23512,1919,24739,18811,12069,10921,10920,3446,29537,19069,26624,4991,26675,13059,3301,23790,7042,7042,15631,11085,24556,27134,18342,5607,25936,3788,12081,7543,23019,27970,9156,24002,21785,23294,22057,8428,3794,18396,3138,7156,17744,443,12087,15239,20240,18668,1754,19783,26787,2075,1473,23127,29279,17642,11307,10862,26442,25983,1820,22889,9398,12095,26900,23692,5464,9144,23745,5935,12097,7537,10755,21931,5015,28516,25865,4590,18742,17645,2331,7031,15445,21812,5434,11847,25873,2781,515,27784,19874,7051,16448,16603,13980,10505,4217,7630,12108,25292,24074,14023,6194,5233,17107,19749,23757,27354,27209,2195,13751,22515,5754,26969,17613,12115,15468,19613,5486,21031,16932,1782,1782,17526,5706,12124,197,197,9378,22856,22623,22869,28339,12128,28500,11392,28371,9913,29427,20675,18199,16963,12530,21650,16472,29255,22895,9459,12138,14920,24227,21326,2371,879,6900,28406,17925,2317,1392,24428,2763,12358,12145,18649,7814,12146,12147,582,4599,20703,21439,16378,26303,17225,21920,25346,16786,29230,12156,22987,12157,18436,12889,4603,12741,11917,3001,28241,9280,10683,10683,10683,8479,5727,23979,19416,21263,3708,2081,2397,24083,12866,17684,25102,20170,26832,26311,12171,12171,21967,22476,7060,25252,17899,8615,9448,15610,2528,4608,8304,23983,12194,23352,18456,20335,12592,22074,15787,25291,23195,22751,22571,22571,29201,14610,21909,4443,12184,17678,8807,17416,23288,22862,23106,910,20037,17695,4794,10588,5941,29470,28436,8421,10636,6768,25427,25427,13370,19497,12194,17752,21891,11350,22206,25682,20115,28107,24048,3818,16090,9510,12201,13651,21110,17931,12202,21097,22271,24024,16756,4752,12656,12387,25121,27068,17806,2068,22660,11763,20838,12211,4212,25384,6223,28377,28377,27196,24521,24799,20149,10353,22379,19493,12221,20061,13390,12948,6497,4449,2782,9050,4027,4738,27263,22045,23458,14215,7760,12229,26718,10041,26472,12273,14381,14381,4606,27797,12232,26203,19768,17674,7866,25727,11119,11119,9933,2200,5093,20489,1281,21728,5342,25265,7231,22716,25097,17279,24252,10567,13763,12562,2464,4736,10700,23631,16605,12247,21659,27115,23425,12248,22205,9204,3786,11098,20827,10355,20955,6329,4059,140,8949,2963,26313,7883,28960,10944,28960,19406,14237,18223,18453,25056,25056,7629,17774,12257,12257,8097,23677,12259,12262,14499,19696,20966,5452,11675,1075,28152,15014,13325,27125,14627,26509,23054,12269,7986,452,27576,7901,16530,5881,12272,12231,26761,24972,27741,12278,15151,5032,8190,305,11473,427,2285,17245,12283,10633,25894,5784,9662,10370,7586,6142,6394,28526,15892,19564,12293,6068,20425,7316,22715,24331,24134,4366,25036,27501,15404,6825,26897,6826,5915,5591,20383,21007,16102,17822,15238,5829,5076,1573,6647,12306,28830,6938,15564,7421,21309,19187,25945,29558,13889,19781,4404,26149,20797,16227,21622,21622,28298,23241,16623,947,7927,16741,17968,6091,69,9393,19248,21099,4155,11866,3754,23457,11176,8273,26794,23893,8747,6298,12325,21740,20163,22285,6225,7175,18813,20064,11066,15425,9426,7487,1013,24633,14060,24422,5256,28639,8770,743,100,23876,18318,9287,1265,20228,4383,18577,10130,18318,20846,3729,141,6062,27875,28810,12349,7341,18492,26145,27723,27189,6887,24218,9405,2964,25830,672,27791,26447,8960,2579,3366,24430,12428,6753,15066,2932,1421,12359,6289,14907,6289,8593,20894,3850,14907,13097,26474,4719,5055,28967,12348,16642,17732,28039,12800,4178,26761,28080,7538,28846,26066,4450,7889,6846,28600,2637,10584,23153,26470,12378,12379,12379,27742,9726,3337,20147,5854,19549,6380,6365,12384,10985,12385,1443,27068,1443,1443,25225,16567,6716,6716,14355,15855,20023,24589,26857,1724,9872,26113,25687,24649,18757,12401,23004,27325,22220,18144,12406,3929,29222,24456,9182,20243,6390,2149,12253,17376,15955,22852,5905,8868,9552,5639,9867,3595,14637,3636,26955,4550,28089,19461,798,17357,5896,6447,17729,20589,18459,7399,28510,24712,12423,12424,1224,27915,15882,21269,6769,26657,12432,12435,6947,26323,2049,3661,16901,14130,23486,507,27424,18458,29488,12443,19659,12442,17778,15721,24551,5147,22065,2877,15052,22918,1259,11537,24639,12446,20198,12448,12206,14260,13299,17239,4485,24376,13829,9444,24959,18180,2090,8668,9149,27266,1230,23187,3431,9263,13210,24548,14537,20648,20933,11469,14438,26757,7267,22154,19757,4918,3122,5396,12761,53893,7060,25096,9041,10487,8904,16035,3828,3290,8332,12470,18788,13662,24875,17808,11426,29283,14891,11225,5981,14059,26254,14109,6310,15528,8497,12478,4727,28245,28245,16992,29224,25843,54,27689,21040,7579,25706,16342,11338,20703,12483,16024,11077,12484,14848,27575,12486,4272,4272,23380,2715,15626,2422,12491,27671,10415,12850,14861,6086,2494,17707,18508,26211,15915,15894,12498,4920,10234,21560,3860,22022,4650,26173,26446,3745,18627,21521,14988,2683,12588,23832,6043,12560,5763,24425,487,282,27060,27060,12070,24681,12509,12510,4287,1749,5357,9711,20616,12512,2166,7826,5356,25039,19007,7406,15743,13423,24788,17611,384,15490,12517,16519,23281,12519,20514,21508,2893,27786,16719,16713,14873,4955,7593,7593,15434,29650,13395,17215,169,5997,5110,8406,4373,26575,3889,23831,24801,13649,1432,26194,15059,19396,7162,5532,15695,20564,12531,12531,19825,12532,20200,17307,6580,13688,9833,3303,22726,9028,23305,5202,7726,10910,27846,4770,8952,19339,20810,16810,19127,12543,1333,3602,22380,27270,986,25614,23669,6192,22142,25049,5339,1790,25213,6441,4748,12615,17809,17809,7483,5585,22614,8722,22161,17210,3143,4756,12559,26942,6519,15878,8717,4856,1586,4088,14097,2174,20454,12563,24800,27163,24340,3934,24101,25345,27946,23348,12573,21338,12575,12575,29015,24212,19251,3138,27699,17203,18096,9675,19644,13557,17172,18467,25600,17439,16161,12578,28558,19596,25848,27082,11489,7095,19646,20308,2147,70,25723,6778,7228,8041,25407,12587,6866,22364,2438,10997,6939,8605,18294,5386,20637,27062,19079,8815,12595,15602,15602,3824,12062,16129,12598,22582,22516,13374,17826,15995,25093,12602,14272,23053,18222,26033,21461,759,10700,28562,27935,27932,22689,3173,22384,691,12142,11691,15631,15631,20639,20639,17625,15970,5856,18610,19197,4317,19219,17749,17749,13409,16654,1743,11674,13376,3653,20798,22857,10084,3396,27692,20799,11908,23245,20995,12613,12613,14775,420,29659,420,17587,3893,16714,19900,1627,5822,54001,25618,12617,19778,1949,29009,1631,24066,2380,12329,26408,14407,12622,164,164,25272,15548,671,22399,12626,6437,23395,18084,8043,24878,17799,18208,13334,356,28618,21490,28848,9131,29005,25107,12633,942,29489,14153,22494,4621,24391,24565,26771,28913,24655,11386,9025,2135,10886,14554,28509,16323,14716,10643,15097,19163,5783,1802,25978,27803,2047,16299,18756,24432,23857,13832,3026,28572,6721,16411,19731,28493,27231,20410,6180,8897,11969,19409,16347,16812,1997,317,28154,377,4981,27386,3233,17786,8290,11073,29455,16898,9732,18846,26840,16898,27282,22130,4194,4618,16520,4819,3746,8814,3161,5318,5575,10826,26540,26252,26252,25005,26376,10019,6159,5778,414,22497,4193,7871,5642,23349,29119,22481,11557,16047,16047,17927,16268,15027,13537,4463,10533,7026,12685,12683,4543,25177,26925,4618,14580,6235,24958,24252,14968,6595,12693,12692,633,28889,12695,12695,9191,17068,20058,466,10632,21615,21850,21892,13404,12698,26099,15254,2310,4787,26635,10959,25618,12706,13741,13458,24585,12711,26658,21468,25166,23846,4587,12718,18477,15818,15604,13571,12720,23421,20059,25680,12721,15816,4119,11355,26864,21935,10681,11733,16367,744,28102,8765,248,7892,3406,19374,20879,19043,1122,29272,5001,11001,17431,24680,949,4049,3332,7138,25178,4724,1287,27404,13595,17287,22323,13159,15885,11822,12741,25036,3947,17382,7311,16610,28681,12742,160,2067,823,7588,17295,2338,9263,4689,19246,18048,22684,16223,28670,11269,13539,16011,16011,18356,18356,25032,26646,16952,16035,15197,15555,15555,21123,7479,4092,16235,27032,24742,17103,15869,10805,2617,18013,25783,4170,29101,12761,17996,19561,26092,9668,12762,28837,2809,27234,25536,26445,12764,12764,8556,5733,6825,24749,20984,25045,24583,24583,7573,12772,24888,15872,15698,18619,12776,499,24850,7557,29104,12505,27971,17275,14507,20504,12781,13695,8295,26308,14330,5287,25240,17326,3246,8318,15192,3207,1362,13322,26347,12785,27464,7852,4158,18573,15178,20857,25284,22079,25993,12793,7517,19898,21448,4302,12794,23547,8666,7183,22599,14178,25326,25326,20944,27038,5487,6595,12546,3881,9452,2580,427,15564,24368,18171,16125,6169,16125,12799,19495,4824,971,4824,5322,19822,24643,1600,1600,2860,18687,8141,25615,26609,1059,10554,3999,28090,8866,14120,7609,14983,12139,29628,8546,11177,12810,13153,3825,12812,12812,102,8840,25671,12171,5677,10815,12546,2186,8610,26526,1372,26526,11654,28271,11871,5194,12825,28164,1593,15968,4259,26764,5019,16162,12829,330,12830,8035,25787,22175,27130,15153,15153,27445,15497,29245,19576,14036,25704,17281,12841,23045,25751,29301,5803,24942,28860,25680,10213,1151,24462,26635,10354,18376,7981,13383,12849,15177,27717,16552,6226,21300,9215,26094,29048,27814,3351,28911,4008,18088,27276,13181,12852,6611,28530,8474,736,16028,23441,3610,4791,12858,18424,12857,17921,2321,7098,29107,26261,5324,5324,25281,4082,20112,16704,22618,6718,3855,20251,20195,13055,2899,20177,15328,10004,5365,29397,21924,23552,12564,29076,16067,84,9636,20539,24071,29057,16450,24107,10636,8891,18284,11551,24847,12880,4011,1612,6952,13751,3827,1334,9140,7936,15572,17966,22015,5135,507,22623,22902,17811,16440,27993,27873,27975,14445,18500,27513,29225,16060,8792,9693,13802,12891,27752,12893,24916,6436,5136,1213,26392,1896,536,10099,27112,21941,22081,26623,24815,29303,12899,23690,14606,26951,21329,23068,14309,26670,12901,1812,12901,4931,4303,1438,28404,12903,1147,3082,28836,4430,24180,8622,5122,17238,14051,17375,1468,14583,5985,11982,26968,7064,12913,27376,24713,27161,12915,691,19957,22190,9088,27229,8165,4248,5270,5270,26788,7992,12919,25417,12080,16935,14247,24811,10621,21345,24011,17992,5785,25148,78,1040,732,657,1237,391,28936,12924,6212,4960,13722,29501,18493,8990,8990,3318,26808,27021,21041,19530,7579,18989,13543,6206,3929,13775,19839,21126,21126,13411,16727,11677,3669,28981,29290,26821,9264,25350,26226,29633,19900,28998,16925,846,13670,23494,10668,13867,12113,12943,12944,12947,24804,6628,25038,22373,1648,29570,12951,25751,25751,26574,12953,27937,5937,3899,12958,6376,8280,12573,25438,20484,2379,14044,26342,3708,22478,12642,2322,5682,5683,12965,12092,12968,3213,7867,21518,12976,13220,4066,514,23156,14723,12979,17334,13672,5273,8457,22854,20571,20240,16891,1170,23763,24015,25844,15744,11914,12989,13001,12990,6840,8653,13214,144,1049,20887,3195,21774,21732,21731,12992,12993,7079,11372,26721,128,5434,25336,25336,12997,4710,26688,25411,3978,13000,29373,10267,6070,16381,16501,2032,1759,13004,3869,3228,10204,10466,10466,27578,22540,22540,3153,5262,2757,2757,23170,22297,13006,23523,26520,26783,16676,9437,25169,4344,4147,4126,13011,28193,13012,15668,26893,8296,13015,12082,13016,20953,21710,19334,16356,20041,10943,8499,13020,11033,26436,14725,24418,16694,22292,25543,15828,15828,12807,13026,26562,4314,266,5837,20674,28719,3391,24693,11319,13034,5063,12150,7740,12851,13035,12443,12443,11732,16166,14668,1338,21068,8236,15397,849,26095,20103,24865,5640,17350,4514,20369,17859,27875,8252,8336,7990,7990,15300,8783,13984,12865,414,2134,2334,26817,20806,2965,10625,112,13060,13060,21734,709,13063,13063,18403,16803,2122,9088,8721,16421,25949,22385,21210,16421,20392,13068,21808,11745,28374,10543,13070,27103,703,13076,24126,22584,13078,28847,12617,25067,22780,3756,6471,15533,6988,9816,21357,21940,21318,3338,3338,26005,6805,10251,24171,20656,2033,4622,18433,2353,7244,7244,27591,12685,4925,6431,22436,15507,18459,2190,12637,6862,15061,1579,10415,20521,6621,28650,17250,13841,25418,8212,2271,2971,2971,3761,8609,424,17522,3379,13106,13107,24137,12265,27283,13108,29026,22043,24956,22139,26616,15728,23726,11077,26324,19666,19510,2095,21403,28826,17382,17939,19896,17146,24543,5496,27627,11227,16812,1138,12708,28616,12745,6177,4998,29569,13125,27153,3152,22750,22750,16816,18942,16587,29682,4190,12473,12473,27534,7254,7254,17997,215,7491,26103,5457,23858,3569,27016,9123,14247,15529,5711,21826,10118,2353,15608,6574,21581,24958,10244,13148,7521,28740,11417,21204,13156,13157,4060,4502,13157,26181,9844,26344,10922,2313,28255,21409,11641,14418,13161,7963,3551,13479,27060,6749,28527,22484,12224,28550,20261,13169,2477,18883,18883,22144,24248,20177,2209,19695,3044,7888,4186,4186,25523,14667,13177,13179,13757,9877,24428,27430,27205,16086,300,5260,10371,28489,19606,18500,13186,19589,14364,2890,25542,10693,2659,13195,26585,13195,19365,29096,12938,19663,28731,13196,20142,18753,29694,4927,760,22972,16358,23304,14938,2325,14610,24998,19967,4194,10983,6827,27139,3175,27397,21814,25208,6608,23958,10458,8446,23258,359,3193,26475,5860,5667,11261,29519,7508,10329,28925,19932,631,23705,16777,18652,21359,24839,18501,6055,27971,2775,26895,23943,3742,15176,15176,11486,4962,8196,2069,10379,27511,29102,6938,18863,24242,8233,23209,4918,26540,1084,1404,12287,10262,20280,13241,7065,20955,7663,20511,7663,1918,26465,13243,23126,7729,26896,498,29255,27577,13248,22416,20989,1680,17370,22095,1684,23388,7582,13711,23537,26017,21714,4080,5170,10571,16311,5751,2920,7087,20891,19346,1307,13260,16055,2290,22493,14029,8442,12786,11884,3852,13270,25272,26753,13273,15930,7958,15867,4346,23512,13274,15335,23374,28790,17711,28790,1764,16029,11920,13276,21487,11883,19789,11390,22847,10223,22990,8622,5134,17825,11519,25937,29471,12172,22332,13284,21240,11831,13287,1529,20390,18047,10140,5382,16235,28263,11509,8894,21610,12291,19363,8245,27242,6612,9710,5620,18635,9802,13295,19231,13296,26991,2284,7158,17254,29576,25203,13107,29379,29379,26396,14390,13629,18361,20667,19106,20441,19351,3799,16784,6899,1352,15849,4200,1755,18952,27031,19908,1619,20676,8684,1236,19100,27301,16135,1210,20583,29386,1252,22943,25066,7605,7565,22112,23556,10317,1777,6500,6500,14908,1590,20892,357,4686,21664,26621,27454,5568,5568,16468,8834,3052,18044,28637,9309,6065,8654,5603,10618,7980,4076,25604,15413,831,27662,9078,13342,18718,9203,7357,19077,3245,3245,9368,11942,13345,24889,17861,6796,20953,3767,8038,24315,8012,9842,9151,16668,21248,27614,19856,13399,16601,26909,10484,21050,14954,12989,25524,11547,26496,13352,553,12895,9691,3219,20900,5883,14230,14230,345,4050,8219,9865,2960,20318,20249,24866,3640,4863,27449,24661,25372,22077,5544,18898,5070,28918,23796,28918,23294,13370,20633,9783,28806,16188,17616,27979,19859,13374,9697,6678,21386,19005,25412,23661,7421,11495,11495,19642,20645,25908,16996,13383,10457,25927,25927,9358,22380,24686,24686,14873,5479,8844,14457,24651,29484,22319,4103,19085,12805,2774,27914,18380,15531,20037,7570,25182,13394,22505,13398,17125,8373,1453,23597,767,10584,10584,21466,21466,22981,16440,28697,4227,12702,12739,24211,413,20538,11683,29492,6309,12025,13404,13407,10701,22622,22622,10981,423,20896,8006,5041,20520,8115,189,10886,29146,26794,6703,26207,28417,369,20999,24933,13893,13418,21683,13420,26939,4546,4546,26794,13424,5600,15977,11123,13426,22855,5929,5062,24689,8103,18651,17647,15932,9527,9527,26627,4429,29115,19930,13273,26536,13435,7788,12217,15986,10933,25295,21409,13440,26192,5296,17870,24726,19052,21544,22285,25584,23373,6056,20984,10739,13447,26263,26263,15461,19465,9023,10059,15087,26724,3669,18608,13020,4213,4136,13455,20158,19820,12826,19751,21207,16077,14342,13804,19291,5257,20120,5444,1020,708,1793,4478,25300,25300,11895,13090,9154,11930,18720,4745,13029,22235,13471,26533,4263,11132,8302,2258,24435,21944,20103,25770,14446,20683,13987,16155,9644,25592,26853,5133,25030,11987,7784,12172,22548,20826,3614,5621,6532,27756,12646,6033,13494,21425,3259,22868,6933,13495,1068,25429,4408,22975,19474,19474,14759,14473,21014,16712,6109,28893,13500,18485,9296,10552,12274,18340,28843,24615,11158,19991,20680,5067,9790,15092,9973,2490,13510,13511,13511,14291,13512,13513,9822,14952,3238,20124,5483,5483,28665,25753,13940,13518,2531,6931,11488,27981,13521,1178,13522,13522,25324,25324,3854,27048,6256,5192,22490,29249,28356,1596,24037,24065,14888,10538,17057,17057,5076,20256,20256,2655,15695,13533,16928,29685,26042,11522,29408,10513,6340,13536,5364,25733,17290,19927,15616,21176,22086,653,590,13541,423,4394,28617,12559,20149,8992,18577,16928,13821,23184,13543,20542,9502,9671,13545,13546,1829,22886,22886,2210,8562,6406,16219,20798,29450,29333,19044,10113,2120,315,23514,20994,26458,12172,26835,28885,881,881,12607,18418,18418,8735,9086,25754,19396,7593,18682,11918,19334,23663,14644,12015,26266,5322,13179,7555,1978,2721,13571,2308,15175,26147,21388,26753,16870,26692,4414,29737,4736,16573,18168,9009,24962,27501,19517,19268,26158,9257,27441,23927,6775,14430,16293,13588,12126,8913,11087,23006,8046,8544,28900,26576,4107,16238,7849,15272,12601,1436,24913,22215,11382,15361,16915,1658,13594,13595,17357,28203,3178,27336,10652,13597,13598,5871,18067,13676,6259,25815,19790,11374,13602,7181,13604,9848,13605,11795,12667,6829,3789,13612,13613,27234,12635,14293,12201,3864,15677,3061,4572,11545,2313,27843,7633,15390,23722,8420,12132,20191,8728,9289,24164,9289,6518,13626,27009,28235,14166,7924,1551,11952,17699,26065,5393,20975,19979,11646,14590,29013,11072,18677,21598,17380,14242,3247,13637,24159,7734,11891,3582,17025,20206,10976,18196,24053,13645,20175,9332,20437,25188,12452,1862,7370,3334,24573,9104,8376,27644,18242,29499,2171,24278,14264,10899,13660,19335,13658,10432,14478,19336,25546,6073,27128,5428,9048,18745,26031,8136,16607,53990,2279,29466,17992,26786,12754,563,24750,13665,13666,8864,4808,25566,8526,23945,25186,8211,20003,21424,17707,20732,718,22419,11872,23882,19280,17188,378,13821,15112,4479,3118,3118,19317,13679,11733,13842,25875,27812,3295,17448,13680,17151,18379,5879,16749,19192,17561,15630,865,12523,23466,11071,13688,18096,13016,15844,12884,13690,28670,24749,5235,29538,12781,18152,24550,19731,2331,29192,13697,11545,27139,11545,11545,22255,1072,15005,21669,23550,12261,19525,27270,27924,17150,13702,26756,14120,27258,28599,1346,21053,22138,8914,10736,15552,13716,26485,15723,19803,3308,13717,12105,10239,25276,7736,19833,25005,27185,20501,20501,25106,7170,26553,9876,17176,7992,27014,10664,10640,9179,28113,6123,14382,397,1473,9972,19083,4476,5213,15081,16074,766,13818,630,10736,6264,9786,24900,14450,24900,10940,26886,3003,12162,14371,14371,6521,7630,26425,14853,26060,20684,3623,21745,13758,23193,29062,9870,6776,25685,23593,20384,29203,27709,3326,15645,6178,28625,8332,10584,21969,4759,28679,2693,1480,26061,1670,14346,6244,8289,24464,29691,18885,24473,1358,26302,18021,23971,13774,24382,23769,19205,29017,581,7356,20830,9546,14103,14323,9087,9899,4451,24170,13779,25181,17342,13396,9224,26442,18867,3890,19474,14460,13865,12357,8296,474,15111,27436,12597,24939,23511,26343,20376,24086,26772,19439,7958,517,15834,22917,19345,27587,11331,20722,2241,18985,6824,4492,13800,13803,20662,1422,8451,2319,9084,9084,20678,27831,5051,6725,17291,17291,5939,16219,28076,28006,1276,5260,26571,21236,1097,878,1373,26463,13819,9069,3390,24927,8851,6034,3376,14379,22050,24514,24264,5270,13908,19295,13824,4912,23815,22817,29131,13805,24691,9099,19423,11919,27896,6157,19088,4329,21815,21815,13830,29018,26948,3107,12988,13832,12843,13836,4143,24729,21507,2195,13924,3091,16697,7766,17848,18387,29654,13840,12129,28969,13214,12138,26007,23168,23168,5819,8347,11951,11951,15736,24636,13847,19598,19949,3749,22473,4380,8589,21383,13854,18324,7791,3225,16500,20733,25094,25820,1450,24575,28455,26356,22076,28319,2983,8759,3557,54024,17047,27399,7001,4851,20193,28293,28293,3336,5312,16035,16035,19497,14330,17002,7034,1021,25128,25128,15526,6578,13869,12809,3142,2212,2098,26334,11194,26628,25127,19578,20423,15823,2453,22052,7608,6384,27423,3859,2763,21540,10170,2855,26823,16317,20033,17918,8355,27466,11410,17390,17685,17029,24953,4680,1623,26842,6348,19562,1650,23139,18716,16091,11792,8999,8999,8879,17768,322,7807,29234,6012,28658,19449,17446,7996,9240,16249,25087,8973,8973,8704,8704,22543,13900,11743,5015,10649,2663,2663,21435,10352,17847,7085,4230,8060,5037,17679,15709,10312,8349,6705,25436,28639,191,28589,26263,13913,22520,5095,9862,11621,6364,3338,17962,25477,13919,13921,17245,15575,13922,11266,29695,11404,9576,13925,16127,6702,29253,5419,15414,27249,3820,5029,3745,23064,24862,13161,14724,9783,13933,2562,20796,2163,1858,14957,9064,14017,101,13941,21668,2398,8642,21368,29119,8642,15150,7660,552,29130,27116,7067,20308,19990,7132,5542,12090,19416,13953,27519,11272,6878,11857,26124,16503,3239,11435,19660,13962,16491,13965,14969,15754,3432,23387,4922,16003,23810,27664,23810,15212,28512,14105,21617,7859,13970,13971,13972,16181,17318,5544,21298,5348,6136,6136,25201,11798,16014,1792,20407,23314,15313,7111,27929,10316,315,24535,19042,2971,26659,9896,24950,5287,22600,10648,11505,17815,12369,10413,400,28125,14958,13991,13992,13223,4296,25940,11478,16776,6468,28184,9554,25767,28449,5425,6421,22474,6464,20320,15062,5752,8048,22940,8196,19059,542,7937,14304,12638,27320,1737,19784,6107,26999,9249,15451,14011,9777,15478,27846,6474,22237,19253,20769,7767,11807,2157,12571,11769,15361,53974,27883,22094,27141,8345,28281,11182,20432,14017,14018,27708,214,12527,20764,14309,4635,14019,14020,6488,8422,7657,14023,19034,3062,18483,14025,13732,8646,10651,14031,8646,3562,2839,453,14034,11091,11946,16412,424,13195,20859,21841,4664,16412,3322,16541,23082,27753,17518,27802,18922,11198,24205,13031,10569,9250,10580,28903,26933,14943,3139,20111,27834,19728,24257,13690,9910,19880,22255,16395,20561,21776,15592,10150,21208,3617,27347,8631,14055,14055,27421,17494,12024,24419,22625,9606,22294,5753,11818,28094,1377,27470,22770,26513,1806,23777,14064,23428,25447,19261,20142,9856,11989,21028,26601,25236,14075,7017,26963,16197,14077,23801,6611,12565,9562,21134,2861,24699,7146,9817,17442,53904,53904,25515,7632,15552,10952,9241,18815,7077,11728,22379,14090,14091,10625,2743,23914,8233,8697,18967,16140,1276,6600,5443,9334,2924,17744,15525,15697,5194,4712,28855,20898,14113,5713,12376,16087,19477,13972,9546,19123,14118,4047,822,25486,25599,8086,29065,18595,14119,6619,14123,15481,2698,2700,7204,14124,22942,18481,2700,11370,22680,3906,25173,9871,1883,3554,16700,7014,14128,5507,1354,3112,24680,28923,28160,24206,16055,14488,27374,6008,28230,23276,12708,13865,10231,11465,21575,9705,9705,327,14682,18403,14148,23564,6981,20353,4667,24943,24329,507,16372,6091,3724,25548,1344,2609,14156,27108,22557,8403,5737,22892,21984,28506,25420,9403,9403,6428,11460,19398,18679,11699,1286,25309,25309,8441,28364,28208,13225,11897,5795,13558,10688,13558,24481,5060,657,28888,18879,14177,26931,14178,25560,23209,16485,336,21337,10431,16705,24398,25410,4091,14956,3694,25630,27842,26814,2053,10496,10401,3183,19390,27972,11277,24727,5548,14195,26827,2691,13017,53950,3016,25607,24701,3679,3045,12017,7841,3670,11125,29073,23186,26712,24683,9098,729,2539,11468,14157,13589,6830,20142,14219,4138,16750,12780,13069,28002,15118,13858,9004,10493,437,15848,4682,22487,1018,28414,24820,14224,24820,21013,17202,3720,25697,23737,15863,13643,16194,11274,8493,1253,7664,2888,23132,1521,14228,9655,12362,14964,25143,19797,10106,8063,6345,26157,792,26098,22618,24662,24662,28132,23353,29652,15222,15222,23609,19997,13256,24468,10090,11900,19424,26578,16905,13228,14249,14249,9166,29673,10154,10154,25418,7509,21270,24884,24884,8916,24920,12409,7262,21900,9483,12123,2709,19543,3419,1221,19240,7590,53958,13260,14260,1199,1466,368,14261,6111,27016,10183,14266,27999,12148,26348,18537,10247,15114,15114,2928,7398,5840,6542,29158,27203,19545,25449,5665,13742,2112,4125,7064,17375,1065,16337,11977,27730,1536,14284,1536,27638,17308,25864,16022,11386,28754,11889,14286,28368,1849,2080,19165,20057,8490,14294,28705,14296,15289,12517,13294,4595,4595,5589,11564,10515,24526,22651,25129,25129,12063,12477,5309,24386,29358,13606,19008,5688,14156,3824,10197,29642,3740,2320,28687,14313,14989,8596,22720,14915,27659,13957,27659,19489,23271,17619,21977,29491,20870,4253,6237,2690,23979,18926,2147,24521,4802,6040,19082,8287,6096,2730,22957,23295,9051,22616,23050,5094,3398,3707,25791,22417,7925,11734,22764,10601,14342,22488,12251,19327,25909,22725,14346,9791,8212,18700,14351,2993,21004,14355,14357,23795,3795,14199,28965,26614,19274,2747,9229,6576,12153,7217,10933,4794,24327,19712,11202,13781,4638,22955,28945,12638,18936,9688,22191,13136,4184,22080,29089,14371,6444,14375,14375,1789,3352,4682,18062,14265,12833,9522,20429,18251,15457,20853,28598,904,179,4570,17200,4219,4217,27521,21661,27737,6462,17534,18470,24836,25812,17044,14394,14395,14393,11772,2309,21695,3417,10527,9602,24194,17589,14093,26138,9303,13736,5877,26870,20624,11407,894,6163,6956,339,339,20384,16981,4483,1124,6980,23784,24037,9469,23058,25987,13559,2132,13065,13065,7277,7893,6706,3929,9331,26250,7338,17056,22716,2085,27629,14417,25188,1244,28344,28118,5032,9921,14799,26957,9204,14423,17958,12033,26661,4985,9829,19327,5866,22449,27157,9079,1552,9116,10777,17035,5588,20337,18288,14112,28855,14426,7908,24371,4191,20081,21405,28895,14430,3383,19585,6342,4736,20070,10167,204,18842,14435,5242,14436,7753,3938,1403,14440,15360,22915,15377,12639,4906,7527,10031,14578,14451,23378,22745,24258,14350,12215,23972,16220,14454,12044,20903,14458,4567,12578,8394,9274,29639,23081,21869,14463,17674,11276,9681,10652,7250,2560,12488,5864,28733,27445,6295,25100,14680,28285,25326,14469,10571,8416,10335,21950,26181,4809,22406,22406,4528,4809,16513,2658,15633,26251,6735,17292,2606,24185,18410,20436,21166,10083,19189,24917,24917,15871,14479,25170,9824,13247,22698,28254,12219,28283,18124,25763,25763,9101,14202,5344,8247,26134,18188,16496,1677,17828,17828,14488,3942,23583,11681,21165,7878,29254,9086,6450,6618,24801,29519,5412,13051,5019,14494,2600,3762,4296,13760,7090,17786,955,9885,27854,14500,14500,11494,16535,9459,29385,7252,17113,11107,14504,889,24412,6382,22102,7234,20630,27982,27268,27268,25398,15631,12807,1813,17866,13696,27473,23487,6085,4820,7515,9175,7275,6650,18448,3227,25526,25975,18536,20791,10774,27503,14515,14515,8943,23237,7406,29154,21962,13142,8784,8319,7658,3477,22811,22811,89,6414,9196,17063,12635,16414,22160,12854,14524,4708,17810,6811,27811,632,17092,19284,19284,19808,543,466,10301,91,6805,14484,2729,17872,2607,2242,12659,6681,21177,27662,3930,15056,14538,28498,20883,4722,22557,2917,12105,24103,10440,14547,14548,22467,21884,2144,9315,10319,12363,18173,14554,16025,14557,7710,18154,16998,8449,14559,3578,28805,12419,10077,25611,25611,14562,23979,7402,1203,14565,26111,14383,7456,19482,22705,25152,3432,9144,23364,18995,6198,14573,16237,3021,13342,15523,28747,3337,21129,11439,604,25577,22366,14766,8918,14582,10719,578,22144,6924,6810,11886,3861,2475,24521,25234,24864,25066,18628,1357,14588,13282,10299,14592,14593,24738,5067,3103,14576,18890,23736,18081,4574,26833,11312,405,7654,12949,14601,26896,22014,21518,21317,12436,14605,7023,156,23106,29037,7260,29541,11665,1390,6579,611,4600,2860,16108,7615,11575,21998,4373,16403,1365,28322,26953,21722,24922,14718,6919,2150,19988,9066,27710,29683,14618,5532,8435,8969,23966,9975,4337,26310,302,17962,11751,285,24122,10024,10415,6201,7724,25346,22231,396,2913,2809,26892,19070,13084,13084,21667,4401,2573,14629,1410,28767,26435,24126,14633,14633,27461,10013,9101,14164,8696,4788,8156,9595,5423,23822,10021,26901,13311,19242,27683,29022,23817,13905,23790,3716,25946,22037,14647,26545,13684,14337,14337,10281,4023,18505,3110,11711,27438,2451,353,14659,9515,15750,2663,2663,10518,23157,17591,24024,13886,3769,5308,7280,15712,4463,14310,14670,24930,23374,11564,12730,1149,16010,14677,23022,27227,23420,17600,14681,25600,9283,5331,23318,24317,25201,16942,26645,24912,22335,1536,5138,17526,15952,26975,14690,26293,4556,74,29174,17310,18698,20521,497,19329,9182,16191,23699,12725,7762,4176,11290,14705,8132,14706,18811,18577,15415,11820,14715,53920,18501,23636,1834,16026,23973,15264,14711,2576,2576,21926,6592,9049,10382,18912,17350,7853,23350,22254,13174,1185,27594,22572,24771,27514,23654,29590,13797,3697,3133,24026,23101,10784,2626,18898,2229,10906,28516,29514,14727,8663,14728,14728,672,5526,26714,22845,2109,25138,18293,23528,11381,3645,14737,10885,10885,11938,11938,25703,25703,23405,3230,14741,2759,29563,14744,21886,10957,8044,8173,25149,20704,20704,1586,53953,25694,23629,21604,11011,27554,15090,4079,11956,12390,7147,1686,14748,28015,2026,10152,19727,1964,29656,21262,27599,1964,10869,11358,16845,8760,17499,2375,603,15705,10545,15547,28000,1850,1164,6157,10004,12794,24402,28250,19754,10666,28874,27603,20565,29023,20606,3348,5141,29627,28884,16838,16838,19006,14774,24168,14775,14775,1957,6393,14858,20036,12999,7937,8889,16575,24281,293,21417,22968,23672,18841,22726,8513,14468,8159,3496,8487,26658,18772,11727,8285,5481,17289,1768,4300,9073,13227,1447,16334,181,22503,17981,21709,23482,24304,9577,25116,5977,28678,28076,29046,19932,14015,14813,16917,22691,13839,24171,4879,4033,26045,17197,14825,19101,11422,26886,10828,20503,18655,26032,26598,29206,6581,4358,14830,4902,26059,7299,5126,4420,7968,11381,23784,17813,7966,7221,2041,5707,29492,29459,9998,20271,5137,5137,11223,4398,27294,15416,15476,17985,18298,3832,7360,14855,24804,16545,9146,28663,17926,18343,1956,4368,22944,20079,17674,15026,18377,25723,24826,14862,3265,14863,5249,12998,29264,3109,5976,27740,14869,6389,29548,18961,17743,27913,467,7533,28974,25374,24725,2064,10531,10531,5873,18506,20327,1175,17952,14884,11799,508,508,6076,17572,15271,6932,17712,24607,21198,1217,14892,14893,760,11246,4794,28605,17557,10517,21101,10075,23870,14896,14897,212,28352,25009,3339,592,24879,8713,21637,16615,7375,14901,4039,3744,19068,2664,28288,23582,24789,24818,17097,14903,53912,19222,4491,29361,14908,25938,6579,14912,21192,125,9567,9313,9799,18774,20408,533,9880,9881,19403,17100,6991,21334,18227,13558,24416,14918,11387,9819,23578,16828,12335,14927,14928,6317,10480,27515,12499,29494,9167,8977,17917,7812,23358,14229,14935,25913,19686,23296,23579,20538,9572,14940,24223,22608,28251,26246,2812,26484,8490,7740,2868,13505,5668,28349,21229,8760,14947,19934,15680,9595,25314,14948,14949,20637,1268,11517,14955,7497,29432,7923,8682,22655,2608,5072,7323,13887,5093,19846,3744,5505,11440,7754,9225,10332,26974,22571,2288,24534,26935,21888,14966,14966,23397,18731,650,14563,4423,25971,22313,14968,16987,6709,12487,10211,18005,25476,28447,24264,11586,25559,9696,6714,782,3093,20384,20882,23332,9253,1529,21647,2643,2795,27591,22053,16435,5924,25157,4365,20082,6226,14443,1102,1719,14987,16104,6373,20556,1544,7559,7416,14992,11196,11196,28437,13799,7796,16157,507,19698,19699,8134,27751,22679,2790,11767,592,26150,24679,3980,11962,12887,350,4485,16831,12410,28240,24691,25231,13052,6540,2416,25750,9480,15258,15936,20346,24720,5917,21675,15012,20576,26281,14659,12268,23434,21055,15016,1730,15290,18540,10850,3611,1287,22343,16058,14325,15022,25932,19139,25041,13603,15684,9434,29697,7290,3144,12914,3144,26755,27148,26755,15557,12744,9591,5804,20767,585,1402,15031,14442,1374,15032,10829,764,13704,14218,2563,15034,1971,23615,12329,2343,20607,5314,15038,13609,6266,15039,22863,25719,18496,15041,7765,15042,27239,15043,7184,19689,20130,21632,25249,3041,1994,391,20928,2867,18267,3620,1512,3937,28752,16531,15307,15049,5039,19384,27594,23112,10042,15053,22710,5368,2379,14363,21974,17017,6976,28959,12952,22652,16894,9170,12105,20875,22293,9481,698,19160,11915,10415,292,11961,15061,11105,15274,3158,8398,23840,566,11988,22146,21294,18969,29428,10176,17846,9551,15070,12272,386,4488,1933,1933,4429,5703,19896,4651,16793,28621,17611,19481,3682,11040,27531,20210,20210,28167,17081,28446,24677,5285,15083,21847,7758,19434,20334,21992,12338,4399,19488,13615,28542,7411,2800,5664,2952,16003,7250,13407,9194,21477,21477,6368,19736,126,671,16498,25753,2001,15092,15092,26292,26292,22196,17721,26355,28278,4812,23027,1516,5542,6643,11540,22358,6164,7401,28697,6035,17259,26574,25693,4404,11454,24804,2195,28703,10927,3643,15099,22807,8154,2261,2075,10566,22170,8667,12136,820,41,15119,12011,14367,24030,16480,23454,6288,10107,15275,29703,28955,28805,8088,22630,279,1540,20007,6700,5436,20080,22839,19511,4146,13127,2020,27531,16608,28143,18087,23550,9765,15129,19672,21068,23683,9165,1364,9791,8852,23502,22093,16440,1917,1111,26938,18250,13893,23253,26651,17395,6970,28971,28971,838,1255,1383,5922,5845,8260,7451,22206,683,27709,18935,29572,6356,14509,7795,4423,6441,21791,6665,207,6395,6395,15149,15151,13070,28859,8129,3634,21898,5834,22204,28251,26880,18055,27004,8904,2612,7495,15155,19279,5586,14718,26930,15160,22188,8481,2540,13509,28553,12361,5207,5689,22922,12706,4048,23354,12962,5500,22153,12653,20053,12291,29154,28222,28916,20921,27684,6314,1233,1233,15179,2304,15564,18039,6027,17846,4534,26841,21568,6486,15183,15184,9733,7678,15185,21581,27860,25878,10170,12121,20490,2043,9402,24065,24065,11188,20724,25217,22474,2218,11260,2906,2683,23361,27078,15839,21941,12441,11311,29306,5184,355,172,18057,27770,27443,20288,28376,2858,6018,16259,15218,9638,4256,7414,15628,16142,18682,22966,10950,14548,17315,4168,3215,10955,15231,18183,13304,13557,26462,18058,7610,19671,22210,15241,23921,14263,15243,22561,20107,19281,8668,21735,425,15556,12986,9971,6523,19504,22563,10241,14483,14484,4526,19935,22313,22266,6004,15250,15251,11166,22518,7675,26800,26800,27692,379,28799,5192,5223,11988,5600,6219,19815,28048,26191,23986,15258,6571,27930,12908,24088,3685,19883,3626,3626,19541,12601,17976,13728,7609,3723,7122,20110,11229,4659,2464,22518,16355,29010,23470,13652,20368,1216,15266,17795,24089,1634,8228,28387,17960,560,9717,19967,12754,15273,18432,12993,7974,15766,10992,13281,29175,4184,13776,4829,20034,8322,15265,18980,15562,17345,12645,9755,15281,26584,18730,18730,11648,21796,5500,26768,23359,10485,3181,5549,15288,25579,26776,29371,1138,18044,14714,125,3651,23355,23355,23594,24769,6349,19607,12667,1356,5358,12521,28967,20399,15296,4922,23349,26028,15299,14004,24783,26632,17404,16550,2543,17108,26856,27344,27344,1271,27106,8099,2869,13028,9223,14037,15793,24990,11745,23018,2718,29212,21744,17619,18024,16686,20495,747,7765,4347,4737,14612,15312,4929,13267,15410,15410,1366,16967,7301,27858,5098,5118,22714,22213,15435,15658,21856,1464,28952,10864,1590,10323,27659,22230,17754,3953,20710,26415,26006,13872,23530,22718,24064,14910,20354,8306,1837,4483,1124,6748,1973,19402,19814,10610,9421,3967,12938,24789,21720,7541,27693,24209,21267,15935,15935,4632,15342,15341,15640,15342,15343,8080,12724,9723,15345,25547,23269,6131,28250,749,9695,6769,22682,2537,9652,16488,17737,2381,7963,18666,27700,19738,27618,2333,5230,20058,14079,21012,7997,7997,17945,28997,17214,26400,4014,24050,7917,12267,16592,25083,8656,15281,1883,24902,16393,25332,19007,19978,12718,14763,2931,15379,4732,4299,15806,26882,10560,6168,29704,20677,22823,16567,3436,1920,6148,15982,9300,3043,6032,416,6085,9089,29740,20259,13340,29677,21628,21176,21176,2676,26773,19614,24301,8269,5206,25744,27695,6806,13668,28732,15391,14460,2653,10922,17898,13114,17939,15810,11374,28766,22266,16833,303,22558,13344,21050,1260,13056,15400,20802,501,15401,15401,20068,13849,26090,2021,25822,1633,8166,12368,27083,17465,3217,11340,15138,15138,28608,1430,28252,23850,8428,21252,28276,19019,18632,14830,18256,6995,2145,9568,8006,14712,16484,15416,15417,27012,21864,17767,17502,2079,7730,26343,11540,29635,13810,4871,21778,2146,4809,3649,15430,15431,15431,2803,5967,6280,14944,851,5179,12973,8676,26533,10909,16234,25048,8340,15440,7322,23840,26675,6956,689,5932,10270,18967,24899,16642,20613,29419,15447,1970,16502,15448,1853,18438,7397,15947,6021,6323,11546,15453,15042,4937,16049,7562,10129,10129,18717,25557,7602,15460,19592,5611,9097,24786,8096,5862,22699,15462,15465,15465,15469,2022,10820,25143,18500,24441,273,8982,6890,28295,23047,500,651,1030,6977,2669,22931,435,15839,8711,29228,20814,4913,25276,15483,15485,20248,27011,15491,18675,24794,5533,26750,6299,3646,28191,23517,15497,9562,14900,15498,933,28246,27605,5508,25921,15503,29664,23564,6236,15507,6865,12463,16643,4757,13880,9428,15519,25477,21116,29635,22585,16530,22577,1611,1201,21629,10320,24816,3206,14906,20323,3433,3212,18528,17197,1263,7905,13912,22165,5266,16111,6727,29316,1295,17841,9727,24735,14542,15539,18271,332,10362,15541,19410,15542,24242,14102,7422,13407,15546,459,15547,974,25143,21435,8051,134,21344,10125,18125,13501,13085,10865,22255,23275,28748,6963,6963,28864,15554,8876,14319,4697,17987,15558,5963,27091,20380,17683,11675,1949,24178,15562,9875,27469,19812,572,20144,8620,15571,15570,25977,19338,6630,18015,4673,3179,18871,15110,447,19027,28816,15578,28939,13064,7053,5502,5727,26561,26561,27077,27077,10585,4998,19181,18107,16157,28470,6076,10059,15196,28161,28377,22501,17664,28008,14368,15595,25174,12678,15601,15602,10795,12811,13908,12225,18117,27230,15610,17488,7476,53928,20039,24385,16156,21699,4242,15621,5565,11555,2002,4806,12051,5075,17490,11049,19134,23128,10026,21427,15626,10255,3591,7773,19665,20031,1054,10543,14151,5337,698,19518,979,20551,71,3155,19860,19860,15638,24730,19158,8820,25306,26742,15641,6270,5742,11257,15645,8694,19021,1773,12457,3283,5558,6467,23531,20033,15652,11178,4828,21687,11973,8039,3095,25116,18645,6826,4323,4323,2181,166,2697,3772,1502,21783,19270,1181,1133,7841,13238,15663,21616,15668,25721,5909,23774,2465,29338,27004,8103,15018,23309,5216,15675,23485,10623,86,8272,20292,24983,8894,8522,5783,9450,25609,2900,4911,25409,27597,15250,27964,15880,29257,18569,23981,11067,21606,14729,9341,11406,19434,8662,13654,29460,2989,12511,18123,23411,15758,5404,15709,2023,2043,2439,5354,1797,14932,6481,9300,23526,5573,28255,17948,28360,23889,21363,12228,998,25249,24045,27400,16993,15723,10988,22964,6133,14385,2502,4372,15726,19417,18555,27984,28275,15730,24845,570,15732,10698,1670,29030,15841,5168,24379,21252,7490,15737,15739,16031,7328,29078,2096,2096,15746,22059,15748,18112,14783,9637,9637,17725,9432,7862,19740,5197,28281,1945,25177,18298,26874,1839,6730,22656,15760,15312,6253,21344,16900,7192,1681,15763,15763,793,26213,10378,6341,3874,27067,20093,231,17433,25858,27155,19195,4472,16566,9168,8392,15768,23772,6470,7349,1024,17964,7166,8080,16584,717,10179,19366,27416,19366,83,8920,7551,26891,26628,9587,976,15779,7445,7445,16199,265,23810,16519,28396,12487,17954,9631,15787,24031,26186,15396,20401,1780,22098,4491,8176,2031,29166,15536,8526,8526,4719,4719,18266,15797,19609,8505,13129,6747,11122,15625,16320,26323,15803,1861,20710,4410,24776,18630,21667,22431,13123,28376,29288,10970,27182,11377,9888,16594,10988,9740,2811,7295,8027,8027,15918,22189,670,670,24922,2191,14584,7055,25434,7620,22551,21514,15581,4703,15823,25959,4292,4292,7221,25164,423,871,295,23605,15828,11425,17084,11379,21485,16367,24736,20535,24788,24012,18297,21500,11395,10778,25295,24182,20997,27896,22131,24414,15838,22063,8615,15238,2409,25683,23057,28958,17730,23142,28535,28657,4151,10487,24398,28367,27293,15848,9065,6158,3155,24206,27593,3978,26705,22739,26799,22525,27504,4757,23309,3743,13304,29280,8463,15633,1101,6143,8996,22780,9730,1835,29396,20090,23330,12380,26493,1324,22587,7922,14085,7922,29021,10506,22292,12479,12158,22975,28848,22535,28032,9301,24620,24493,8965,15885,13674,26631,20670,7095,4255,23781,15891,18640,17161,12371,20691,20064,9601,8646,17108,15901,6360,8048,17680,17680,5097,1613,2566,19884,1612,15794,14275,13628,19830,15910,11309,28296,11245,23944,8565,8565,14806,1815,20552,1473,1473,460,11753,19591,26943,25048,23228,9788,21991,15922,24594,24594,5676,23167,4619,15174,7298,3052,15928,5656,5525,12818,14098,19092,15922,9164,6661,18741,8133,2204,11794,830,3698,26528,9856,4875,10167,27278,27082,11845,13462,1369,6927,23126,19137,9910,18666,24674,3483,3571,9606,25605,26941,18874,15952,20915,26128,21314,16751,3924,29357,23397,27558,26677,4463,28486,16621,11668,14203,14204,27366,4581,12045,23432,22431,28274,29183,24683,15980,12593,14848,27845,15966,4110,15970,11328,8190,10832,7929,19212,7124,308,22039,2047,10063,15977,23775,23889,24132,24132,22560,14322,22368,1418,11054,4345,21296,23533,7575,15791,23870,14161,18658,2091,16299,15988,8182,25086,15994,21603,6428,12210,11252,8102,16885,10133,6838,18319,15999,6838,6048,16001,1109,22180,3042,7574,4079,16004,3007,14249,14812,443,23104,9858,24697,1653,1356,1149,20941,14027,27395,2059,1231,5175,29372,11798,18093,17702,6642,29606,15517,1014,20589,23988,8604,19410,24644,23581,29406,3963,3963,19743,7756,10984,21634,4309,23678,23678,1081,16022,24844,16023,6823,14653,9856,12029,4742,26152,1161,18787,25191,16882,19096,28410,6234,13949,18230,17754,21215,21578,29147,6709,25021,6713,6434,1898,6024,4445,4445,1650,8134,25469,19326,23734,9574,22251,9349,23077,4374,18168,21722,24530,19609,13143,7183,7183,27632,21338,4718,24421,1290,16048,12215,848,6954,2967,3624,3798,22396,11135,26920,22973,726,17004,5203,11905,18620,29242,18620,18532,14565,25111,17667,26685,1987,16063,27594,26808,16065,6965,16066,11202,23911,23910,536,18789,23370,13141,12109,6099,5051,26233,6858,21502,21502,26912,15944,23870,12338,14475,14540,27516,16074,22884,13746,13746,16076,16153,22142,24348,1315,22841,26787,973,21594,29191,10222,12196,21062,29560,24717,27262,27566,19153,24497,14457,10044,3840,17785,16948,27645,25724,27598,7073,26839,12881,24104,6333,27073,10257,9177,8638,2206,14811,4352,4352,23259,19377,3508,26554,16091,15373,19041,17259,320,14963,16580,29209,17613,6413,16104,9818,16460,7988,28314,21690,26628,16107,895,895,12100,20299,5310,5309,12024,11342,14521,16802,1651,710,11848,24269,13556,15386,29424,18231,2514,25306,22773,202,7151,20265,15553,27783,24083,16122,9872,11627,18451,8858,140,16129,18972,18972,18351,14915,17875,9497,13634,26852,11945,4521,17062,16136,22624,12783,4072,9103,5437,18821,7456,27805,11881,7265,27202,9633,26296,5099,17190,25814,16792,11759,15919,11675,27448,9765,2883,16245,21365,15821,29023,19393,7294,5663,9638,16046,10048,15375,1173,20517,4118,29325,19041,11235,9944,8170,19020,28341,24784,17711,240,26154,6039,3606,23227,29395,13787,2893,2000,28659,2893,20512,4525,12720,26506,5829,28642,28871,13475,16177,1224,889,122,16180,2275,4868,6077,16181,5041,26399,16184,1749,20495,757,211,26538,10925,18448,10925,23069,23069,9517,5902,21023,27859,21923,8160,16699,26528,19752,19688,16189,12582,12299,8346,13172,9002,13545,170,11526,3157,20498,17073,19195,6738,13140,18086,8692,8619,17222,2979,23406,16200,2921,27625,16205,22903,1636,29680,20462,12599,29503,23243,12237,29476,3797,20651,21676,20306,28949,18473,18005,16212,16214,16215,12224,8318,16216,16216,20689,3548,19300,7709,11245,11282,11282,16221,10336,19230,5747,15679,15624,8810,23753,19684,23477,23675,20604,16233,17828,27166,17953,20899,1747,22139,13624,7061,13003,3515,16237,19905,16338,496,16239,10497,1093,18072,25487,1455,19637,17657,5930,11400,20315,20036,22293,11220,2801,21859,16251,19918,16275,769,27352,13731,8561,6075,3454,23535,16259,29621,2591,22769,11910,1184,6606,29575,18902,29245,27195,4415,28410,6170,10246,6071,7258,8562,25787,15091,11996,16270,20285,23922,20625,12247,8829,19442,15438,28208,7010,26928,2008,25077,25076,24732,20990,8910,16699,21975,7949,25182,1601,14919,7507,26637,24543,14030,28799,1220,24360,9698,10856,28005,21449,1384,22919,24708,10986,11751,4635,21817,11654,4338,23925,14049,16293,7356,18251,16295,14431,12647,21256,7639,15267,12121,24957,11480,24027,10236,27441,4270,26546,821,10271,2219,20610,23574,3409,15429,16310,24994,16311,23085,26791,6816,20708,11537,4064,8819,7650,11451,555,5037,17834,16319,4306,4306,17917,22497,24679,16321,665,17184,11199,26644,9004,16422,27968,9931,17306,14738,16324,24600,11854,6439,28451,16328,16327,14183,9112,2061,16332,8483,24790,22217,3858,24481,706,28409,23290,12219,24537,25754,3357,28590,28307,21049,5674,13041,21955,8878,21282,15673,16347,16345,4557,556,10120,16347,28555,25712,22678,10684,16351,3361,5592,16353,15779,6792,19237,25539,25708,16359,15532,25958,17319,16959,13604,19311,25001,9535,521,23869,26585,659,10905,10905,26140,12791,17999,28218,25635,26727,4835,22907,8643,2011,12987,15130,5380,18621,25197,22953,16375,4762,6657,24259,16376,20256,23365,16377,19336,12462,5636,29132,14752,39,25575,3355,8708,22024,20100,10655,6556,16382,16382,21788,19051,16385,8418,7488,16387,11571,26750,10423,7140,16179,17481,19279,4056,15261,20987,28920,15674,285,23989,355,3224,17486,13411,28889,24396,19529,6162,1049,7742,28046,6827,18047,25269,17598,12811,18833,15523,8208,23125,16405,19818,28569,26397,27579,15176,28751,28376,8469,9047,18037,8448,14130,13403,26569,16411,9532,5988,11501,17579,2885,29192,16415,16290,3347,13636,18148,22075,16417,27109,18854,19431,17383,13148,18471,9116,2341,2690,6084,3336,5901,14876,28122,16427,3223,14490,7066,20330,2533,1518,7134,22390,16435,16436,12953,16442,23520,175,12320,15047,1841,20850,2817,16445,11934,16447,3686,6965,8915,17763,19191,27398,4334,28921,16451,765,13396,19356,11897,9921,28702,29660,1530,20837,12140,5666,9840,29337,21218,20473,13911,8530,17832,7898,13520,24839,13811,22548,17685,7535,29107,14387,25306,1556,28061,2084,14441,9001,10339,4726,4726,16478,14746,18321,19285,598,11165,5947,7261,10976,5958,25551,23921,8615,28813,28814,10686,5846,26936,27112,6773,11368,27782,17660,21884,16372,16494,11600,27798,588,7601,9213,27281,9990,14990,20889,23883,20745,9612,25514,25514,16502,10534,18295,5962,1709,16505,29067,4848,19846,19525,23245,25736,14675,17469,20528,14325,27806,5972,27565,16086,24792,16518,16518,1846,14612,2504,3682,1038,7091,19424,7683,1211,25128,8467,3373,17622,29577,24186,25082,15249,29619,16250,5504,16362,2555,16528,26740,5928,5928,26275,16536,13785,24504,24039,16539,6161,5655,16542,7250,1057,14402,763,27471,19863,7411,20460,27863,25338,16550,4813,1984,16549,7226,15494,10002,6988,10006,16558,24147,628,16564,27849,16561,16564,16561,15837,23410,16561,16564,7573,367,14847,4810,16568,16786,8157,15089,19580,27045,11026,7831,28507,1946,26648,571,8529,27466,7641,29515,8843,15249,25771,1043,27758,20071,24757,29211,7747,27614,4313,12616,19544,3409,6969,3643,8154,5645,25568,15848,20518,28876,21031,27866,5238,16595,16596,6297,18594,23523,6105,5967,1226,20181,27349,3531,24518,21456,654,2389,26885,1172,11688,9296,5931,28822,826,20503,1893,16608,16609,26879,16610,10419,28453,16616,8300,3933,11758,25794,24831,10366,8409,10528,11764,6873,16628,53899,23221,26482,26482,19387,24232,7084,14905,28843,1129,12927,25838,16636,21911,5997,1724,27292,15070,14295,2005,6871,7142,20340,23434,12536,7120,26428,3725,20128,24550,7191,7190,16497,26486,18326,25607,2242,466,11097,16654,9058,7566,1555,25698,25699,20795,16660,22103,24302,9266,9825,16737,16737,6056,6056,3932,18927,16666,12065,12065,20421,24472,18468,6619,27963,14437,286,6679,9795,16677,12130,29120,5330,2438,14349,25101,28235,11604,20079,22624,21782,29240,16685,22362,22362,3674,23355,10720,16688,9870,10955,27177,29582,7375,19616,10746,22486,571,7189,23888,16664,16818,6402,24390,19341,18219,20324,925,16701,20216,29332,8231,26937,16704,3296,18106,28425,26648,11266,5613,24587,16711,24156,1252,15726,25487,1747,5320,6588,6765,18248,16631,8469,18959,40,10252,15379,19293,29084,10128,8433,8964,26314,1891,26781,10174,53849,6200,16721,5221,10174,5221,16102,3813,14464,19149,19639,23581,4549,3905,4414,10251,4166,18822,10177,9481,5742,9812,28826,8981,11504,8133,5771,8717,18652,28320,20100,6259,11093,6277,7179,26023,1497,26033,24087,14007,25405,13977,13587,29141,13537,16743,2597,16746,23474,11755,8220,18923,16576,2403,4199,20758,904,24025,6541,8676,1514,24719,24286,19717,29683,20662,27215,2296,2296,27291,8655,8651,1785,14684,16764,9609,21411,21194,9348,7559,7559,22853,234,5188,12692,13771,7530,26642,29206,18476,20413,25590,21419,6953,16779,28481,24102,16781,18481,1202,16566,4286,25491,21549,15162,7701,8616,24576,2994,28433,3288,10649,3766,24505,9988,8033,29479,21550,28935,11337,2903,16801,2903,2903,22468,7633,21528,9161,26138,1798,933,933,10527,25152,4784,29535,8648,10985,16809,24631,10653,16813,18042,7873,7786,26054,24070,26455,2262,16922,19780,22641,6062,980,25658,4099,25887,23788,18955,17001,9398,29214,27694,22677,27435,21964,24182,702,10388,12961,8377,24160,23047,19091,10572,6590,18825,3900,7578,6256,23415,5686,16837,17310,4802,16842,17208,24840,6792,16844,27584,21657,28190,23392,22906,22239,25257,7618,11157,22674,2213,27485,28035,10626,14472,25459,839,3989,9725,7748,7748,14935,26271,11217,20325,10980,1699,8242,16539,8263,16865,28747,29107,12804,11253,12358,1194,23182,24331,28952,23379,779,27059,3625,29413,6815,8564,21759,25601,21697,6697,24463,24463,4789,28114,1667,2173,5869,18994,25431,23462,23462,11903,24190,19281,17660,15295,17796,971,8362,9107,11583,18971,10651,16888,27279,4002,53995,29042,770,28362,9968,17100,21307,18694,9047,12608,2786,1543,16895,16895,11387,17522,12936,10313,20161,16900,20720,2547,24554,22452,23164,3261,15945,18583,5215,5215,22772,19647,18041,18692,25925,6704,27580,953,24584,16918,5065,811,20010,20945,23118,7147,2424,9977,11894,7904,7904,17443,16927,7641,5466,4651,16929,10330,27061,20961,24867,19594,9959,22564,23621,12068,27310,3490,20046,17635,21656,20775,21641,16938,13615,19313,23049,1188,2010,8877,8931,16943,20889,14711,18402,4964,17502,12995,27943,22749,22749,1627,5986,755,12918,1456,27026,12345,27253,15424,16959,5597,29267,21081,21379,16899,22960,13835,12435,4218,13304,8923,20192,13581,19036,25029,6132,26171,27303,21330,6877,23856,10867,6610,16970,13888,7023,6610,10576,27519,6164,9645,8263,21640,10617,16979,11959,21801,28073,9539,16453,26586,28473,7044,3062,1274,27666,1758,2398,28477,22124,14023,14024,18605,28341,3292,14229,23807,27660,4588,4381,16999,11112,15608,4736,15306,3534,2962,20009,11393,8628,17003,15057,21372,6506,5337,9162,9126,21202,18970,18321,26247,28740,24480,3941,28448,29575,17036,17022,16134,9644,2237,27718,12416,21304,21304,19156,17026,28716,21707,15022,20347,10096,24807,26256,23976,10419,10155,81,20877,11785,21987,20703,25095,8656,27404,12306,6708,22743,1355,9637,11420,20820,6801,12723,2542,28960,18066,18066,6355,13286,8597,24737,1874,27951,751,3039,11594,6821,12405,19288,24190,21422,11591,28507,1307,1008,8801,18823,12560,13463,4720,5942,5942,7299,569,28740,300,12682,93,17062,4280,7765,8428,29458,20016,19743,27590,17073,23522,2419,28778,22844,4575,4853,2608,3230,14107,14773,19629,16767,1312,8070,2264,12164,15066,20668,8620,26571,7358,7357,6313,11799,18922,29681,18352,21060,23370,792,20644,22730,7072,29437,2247,29234,12671,5511,17098,17100,19966,16230,22347,22347,13455,27300,14629,24012,17106,5484,13313,1510,18486,23052,27855,27654,27809,26735,4990,6946,6637,29374,6634,27854,20401,312,20825,1034,15284,25586,12403,917,18695,28982,27092,1832,22016,20426,2044,4195,22291,8676,17540,15181,14373,1013,7219,694,3436,17126,1937,9600,24605,23141,17129,17130,10706,17131,19725,17131,17131,22855,13930,210,22973,18994,28274,20875,20780,2584,5626,19369,11050,21251,4626,4626,24581,11724,22847,29186,1294,16919,19130,4827,8208,21226,19212,23176,10180,17145,19304,8041,14290,11299,6632,14795,14795,26384,26384,9017,18573,26555,17156,15154,10936,15644,15477,19931,4636,12630,7011,29625,11986,14949,9311,5740,7343,17664,12887,3644,15947,20366,21286,20312,7484,17649,29086,12725,26547,17002,7993,22988,17167,12032,13281,17171,14193,17173,7150,4820,25344,2199,20326,8602,9496,5191,1848,17179,147,18354,7099,8489,7324,213,9113,10520,4721,12566,6220,667,27521,5807,12683,18090,1911,11381,19959,2336,10176,22389,6734,22836,7868,13983,21851,21851,3141,8947,3316,18520,17199,15336,3550,9955,9826,6251,3132,23635,1484,26820,16815,27415,48,7862,363,25556,80,13776,24566,15643,1348,5379,3672,3672,3167,17212,17067,26018,25137,7657,17215,12743,9016,5272,15912,14708,17648,3952,21333,10383,15291,17222,10695,21125,4459,12251,7822,27505,4739,7908,22607,28720,25164,28973,7690,17230,12160,20994,24210,2435,9443,21641,17234,7753,14353,29051,18108,5318,18018,28773,18228,8121,12119,21255,11543,3848,28092,1611,6720,26209,11676,17651,19057,10703,24620,24140,1005,12482,23385,27210,4878,26865,4712,4713,2874,11588,27785,17733,16845,24399,8742,27821,15257,11626,12434,17261,4924,17263,9474,9474,11426,24460,787,24460,28157,28503,26368,26375,21138,5164,17269,1446,10045,1644,27419,9928,24154,25814,25516,1603,22969,26870,14403,13707,21094,6312,6616,3653,17584,28386,15932,1105,28708,23506,2197,8888,23291,8139,27629,28822,7240,6146,22650,5311,6544,22875,7028,22910,17293,17294,17295,13153,13153,13153,1223,26468,20635,22147,12488,12655,26531,8989,19598,15236,23144,21040,2343,17820,1230,2061,8558,18980,17314,9571,5625,19309,27839,9726,7622,27917,17318,6151,22613,23254,7109,24012,17322,9655,5561,12043,15359,19738,14395,11979,18833,20469,14627,26523,26522,4042,8122,27979,18235,29403,23776,25992,28991,6660,6660,29247,28442,2933,25031,17343,17343,10750,5910,28922,20174,16134,13727,9851,10189,23817,10929,22245,20180,12483,2893,19417,23743,18638,16929,8861,8861,7129,1050,10530,283,29405,10675,15125,18822,1062,23775,26481,23803,12052,4808,26178,2563,25751,19566,13501,7984,19082,13786,10482,25053,4031,4031,17367,27497,24203,24840,25965,5983,26150,23882,25727,8683,7952,9949,1505,7560,7560,3196,16723,27509,11243,21828,18975,13942,4171,18975,4459,29473,21331,26998,5321,24047,21554,10386,12800,27512,17337,21335,22092,21189,22045,18287,25040,17040,10835,12001,12001,14076,23398,17385,1239,25160,6892,16213,18994,2981,27925,27658,28069,2553,21273,10552,29255,1613,24588,14275,28903,906,9253,9253,13047,17395,13727,21065,1419,17397,21046,17770,26511,2822,26221,8693,14354,29243,20130,15747,14372,21517,27636,27393,8516,20714,10525,7383,17406,3244,17256,11134,6290,6116,19586,24811,11477,21401,17410,6368,28571,3275,14028,29497,28033,24721,8686,27200,5720,25729,3479,14946,5111,1223,1222,1222,17130,12652,14178,10008,17426,13874,10104,14163,2196,17427,17666,336,16444,3151,3151,12716,14998,26923,2105,8194,9197,9197,4264,9114,8662,18379,10950,9788,18105,17443,18138,28373,17444,22642,10608,2127,17447,28331,17448,5316,25701,5158,8964,6197,27355,16215,24580,24436,22806,24722,9212,9254,2587,698,23128,9445,28211,23129,17338,3700,21773,7327,7304,24460,12791,23190,26775,26528,5736,26925,28193,24698,2249,3585,20669,6598,6599,13617,9834,27004,25396,25901,25901,3521,27156,27025,9145,11856,11238,12479,17478,8962,24851,4017,26276,6840,22911,6724,2080,11666,315,7830,6774,22282,18921,23172,11682,28103,23092,16920,10347,20529,8821,26993,28010,11423,8237,22056,15468,7809,15749,4325,20230,8463,19801,10374,20585,10858,6521,9948,9948,7021,4440,715,26180,8513,19659,18557,13743,26094,21868,21043,18946,2961,15822,24650,1478,26717,981,8226,28335,14762,1059,8387,29688,24868,15709,17508,26680,23864,8479,17011,747,6240,1282,29147,25389,1282,19750,10511,28203,8055,6592,15503,11991,28706,22723,14522,12388,17516,27645,17375,5782,5782,17520,28644,28164,10080,27167,1742,10080,4399,12023,25809,14014,21074,6393,11717,21000,24772,16389,11940,5723,9575,17395,11339,25843,12534,4631,12710,5844,18918,13947,28236,25239,17543,17027,17804,15948,15948,20952,28729,7083,25792,21892,20456,18225,22778,5774,27171,16921,21540,17554,22514,53893,53893,11558,23083,17558,27887,21117,4791,11614,21231,24418,27645,13713,5420,21889,12886,17566,17566,20345,20697,20165,2832,14891,25871,12251,18539,4948,15804,351,2352,11548,12827,11665,7830,17573,7926,20854,21310,29301,22247,22618,25426,10646,6985,29156,11423,23288,17586,2242,17585,13173,22273,28695,8267,8267,17592,28911,829,17598,9324,9209,17595,17597,1730,1059,18354,6994,27295,29104,17601,19234,22998,23053,25679,21117,27266,18196,24267,5653,9757,5916,3378,22697,401,26139,22538,20768,20716,10116,17622,26161,17623,305,1241,27591,23078,8818,23078,9914,21951,2584,23629,12635,4125,17632,20514,21022,23580,19177,3884,17635,25579,25580,26041,17636,17637,5519,9850,17638,6670,29675,17554,4198,28008,6476,9106,9106,15005,724,14343,28487,28487,27751,27285,17644,28786,13935,6771,17648,18987,2386,14877,17651,8052,13819,22984,2938,11637,9905,2167,53885,12727,17656,18305,28354,22547,22229,17661,685,11016,26244,9449,14750,6011,11591,25760,10313,14531,8801,17672,15478,12701,14025,1631,21257,14617,19978,12814,23882,6212,18905,20055,6188,15758,27187,13577,29560,17680,2957,4470,16164,18996,2503,7522,17682,4891,12978,28375,15418,8257,24835,2183,17692,9067,11097,28948,618,1936,5818,17735,24087,920,7013,19936,26270,23350,18950,4288,2917,5793,26740,13456,9810,27776,17702,14805,22573,15122,14522,6022,18795,27444,24846,20412,17708,28318,8881,1850,19350,8749,12150,4294,17711,24608,614,28023,4948,17714,3506,1422,11055,3365,13230,28810,15954,8618,18613,25620,9250,26861,17573,27851,24392,22106,15689,24581,20294,5172,5172,5172,12006,17985,28005,17724,17727,18102,17730,490,15002,15527,3286,27669,2703,2703,7891,6740,13874,8205,17897,13496,6304,27412,26595,29402,7230,17746,21104,6366,17745,17748,26249,15109,17750,22396,2517,1984,20755,28023,21491,10215,20936,22613,8366,6206,10924,10924,21921,29345,17758,21069,10377,25363,25363,25260,23547,4302,15727,16103,3089,6745,2673,21456,17774,21431,17777,18960,8976,17777,25344,15110,28490,27647,17779,4451,4741,2359,26170,12678,14111,369,20166,27290,27252,21176,826,16325,15716,17787,16634,6800,17788,27092,17790,14829,17791,20754,12574,25884,3076,19887,860,17796,23222,18709,18709,5162,5162,26190,17800,17803,27732,12804,6479,23834,15755,23230,3150,14352,21829,4134,17821,6391,580,16770,2707,962,13970,28487,26112,11757,28513,3354,23249,477,2943,11742,27162,29705,4121,2679,6623,26767,7933,21159,23192,2186,23439,28605,25771,4269,26673,2650,5936,27076,1362,7464,4536,2074,3674,9304,28596,2547,15437,29043,7162,19241,804,2733,16964,22947,1741,17859,2848,17860,11711,17861,27786,17861,17861,4786,1889,20900,26260,29071,15071,3583,28316,24275,1257,3274,8055,9698,28279,7044,17870,17870,3337,26432,17871,17871,17873,19066,17784,6795,25205,9331,19772,14598,13036,26679,4965,1457,13708,642,16713,16153,13051,5103,28531,4453,4791,5103,14362,6707,20176,24584,4770,11199,19533,17885,24633,21723,5644,20908,14356,24043,10681,6248,1900,17897,27960,11648,16100,23791,27108,6977,27520,18975,27035,1496,20008,17908,28318,13796,15807,1689,5842,11362,23953,25914,4030,4949,12511,17914,17914,26186,11158,7979,26282,12217,22244,8752,27984,4891,17445,1365,12237,11485,19542,5203,23234,19001,25627,9290,10342,23609,3557,2870,18737,17818,25339,27285,23539,8629,8629,9404,640,27304,5415,17936,5014,28389,16278,3983,25046,10918,28531,17940,21403,3636,17942,22007,7489,17943,1298,25551,29552,17945,17947,5941,26592,8567,7965,7784,3294,1438,22897,11156,5619,17454,23762,8337,24718,13899,19245,19373,24610,2458,14191,770,17924,7696,2887,19424,3344,25908,24268,3784,6255,1968,11622,14749,18882,20924,8273,28795,4428,17970,17972,12295,27995,12295,23737,26637,4684,26546,9944,12841,9504,16873,2443,27794,18343,23709,26523,17984,27400,269,16850,428,8396,19768,14390,12752,4962,12805,11282,17449,12225,15770,16781,26773,2369,17994,17994,16024,15460,5869,621,9469,1532,24364,8670,27734,26938,29576,1650,1788,16548,7151,18007,3730,12672,21771,9993,17593,14897,22612,10030,18014,18715,19150,24877,2195,18679,9298,17351,4186,25213,10821,3652,18018,10846,28515,28731,3504,15648,21312,18021,21779,20128,10259,11208,28339,3928,11029,1702,21408,10612,4646,25972,13843,23168,4625,24446,21847,9396,2252,19859,7727,28765,28020,18413,9313,18046,18048,16050,3157,27672,8790,18049,21995,19749,6319,23811,11183,9483,26018,10263,2077,21899,77,24387,5498,25949,28176,15717,2802,8770,11568,2108,14046,4702,17943,22669,16330,24458,11569,25750,12547,18079,2385,5501,25666,23479,10897,18074,4156,18075,18062,5433,9101,2736,8428,2077,3074,9835,20826,18080,18082,13686,5084,3628,9804,18088,15666,17695,28387,4037,1677,11241,29169,27858,17587,8887,3417,13748,12585,14145,4443,7708,27101,24397,12205,4671,7251,27992,8175,18218,28694,18112,19593,22425,22706,28365,26505,27657,20602,22920,10283,14478,22776,15993,22776,25246,22034,24936,5771,25909,4901,8193,14858,14082,21436,3211,3783,8430,3561,3561,7687,803,13932,28388,8199,24869,28087,9385,5224,5224,23456,1525,268,268,9350,18141,19138,6034,3754,11329,4925,23025,18148,19576,5922,5622,6934,6934,18348,12739,6862,2126,2126,22682,18154,27773,8519,8519,29676,15948,16481,5177,18157,10230,4044,28476,22322,23252,18161,20040,8579,22225,1830,16690,20300,12182,2066,18165,18167,8724,21704,29439,18685,16415,29535,3041,24696,28854,16876,5100,11958,1504,1504,18180,22851,10621,14533,3177,7188,13506,18184,29499,23994,6089,28838,3920,18185,18188,18193,1004,4852,27380,28367,23366,22287,18196,18198,18199,1984,20727,4079,13047,29429,1446,28155,2582,13603,8530,20857,28147,23858,12037,12037,27211,10144,18206,8202,3526,29193,25811,27950,13712,14216,14216,15043,15043,18469,18211,13284,20757,6507,2479,6013,17331,19218,16852,12215,15145,17124,12416,3942,18219,15087,17881,8356,11718,12288,27441,16159,16591,22241,23077,20872,23422,15962,23083,18272,18272,13233,5276,3496,26911,16991,1567,3492,8553,7304,19243,29646,16144,18239,18239,18238,1550,16743,23437,13176,4524,4524,13157,23893,19093,19094,18246,13756,18248,2696,18249,8020,1700,10682,12528,9614,18251,18251,12051,9908,13729,1705,3097,22079,23532,20024,5094,16504,16504,27187,18263,4018,15477,22420,8766,6416,22093,17526,18006,26687,20158,9149,5461,17585,27085,18272,18271,24599,3433,19402,6671,2552,19502,10319,14799,20029,12288,14820,25756,25841,1386,12802,18277,16748,20119,28140,21697,6131,16861,21513,11795,12433,633,29551,5908,13444,7506,19784,11173,16562,16562,24099,5108,3935,18290,21591,21138,17966,11994,18292,21391,20063,819,18299,28148,22318,334,26344,24920,15773,5273,23845,794,27657,12867,18307,19443,28306,5548,11062,14022,18314,27131,25562,1875,17322,18315,3955,3280,14676,10233,29552,1750,25847,14670,3292,18327,17883,19618,10851,10849,6735,15111,7292,1956,22856,14036,15798,22617,11960,24149,4922,23525,18116,1260,4765,28301,6106,2265,20603,28380,3172,8959,17021,18342,12081,11124,26629,27252,26036,16636,5144,9158,10262,7616,28222,3855,10445,9930,24273,11130,929,929,3747,28403,18350,17823,10818,22525,22525,10480,7750,10468,7206,1258,15440,4722,12408,28826,2212,9832,12501,9589,11119,8764,20783,27379,4824,9642,28115,10915,19353,23596,25828,14550,11835,404,18367,67,10751,4043,29642,11735,8663,6561,12781,22902,17811,19994,18378,27906,1766,10406,8579,3145,17381,29150,27383,13120,10626,18384,23470,21074,7924,22611,8404,18778,22385,18385,15539,18387,20741,7780,7780,28319,4026,4026,11685,12577,12197,19380,6848,24703,24703,19119,18397,7182,14167,1908,18400,18402,8488,5378,17597,3334,7361,6538,18408,18409,21710,13368,814,9943,16831,17179,22990,15287,27443,23291,23291,27504,19257,10403,26327,25386,13121,28071,13209,14766,10495,29256,993,6486,18417,24372,3705,21470,13407,17700,3485,18549,12907,14865,15020,10208,11637,22073,3226,19727,3299,3243,29181,18437,15619,11455,26633,26944,25578,18439,13295,6876,20023,18666,8312,18446,18446,20475,19408,17967,21202,7808,15909,17278,22145,1476,4073,27198,29374,10007,27534,16016,18455,29025,12865,2519,10069,10373,18459,5904,12317,13616,14792,8320,17911,25186,7057,4982,28300,14981,1479,21739,18467,13770,690,15807,28528,26331,12046,12117,21752,6569,2957,1456,10307,23842,27161,19470,26107,5415,29381,18473,53874,16193,17892,18477,20379,16065,793,6354,28577,18481,25941,21935,2878,3027,16403,1908,26682,26682,11389,18486,14322,20538,19479,17565,24329,16681,18495,8348,11531,15223,25092,12421,19895,6779,18501,20167,15177,10538,11317,25534,4913,17564,17771,16878,25950,18506,20685,23290,12780,13555,3185,24605,6292,22096,18510,19246,1524,2223,4713,25099,27741,263,12807,23718,12934,18308,18520,10992,439,29264,22123,14574,18527,2918,7330,7330,7430,25983,15478,2056,8297,25098,1890,6596,18538,11338,6391,6391,20226,5345,6591,18541,27273,22178,25222,17179,7690,26317,4232,1467,539,8756,14693,6273,28015,24018,9554,25987,5078,18553,15785,5772,24723,21970,27151,28704,18558,28039,6153,20885,4778,15365,29301,26532,12619,25799,18563,28828,22136,23120,1521,25602,2822,21626,13975,18576,25167,11461,19277,15374,14690,11327,18134,3583,10441,19971,4803,19588,9682,1527,15975,13311,15972,15972,9445,1078,25431,9599,14951,4544,9295,1788,14382,646,18590,13989,16490,18909,28177,1168,24757,24757,10577,10577,314,7200,25097,24259,8207,5749,12364,23394,7812,23890,15096,11662,23273,13753,12439,26078,15078,16550,24205,6122,26444,23586,5701,18335,9873,23394,9497,24876,22670,19152,25812,180,15967,25904,10084,28262,14895,29711,26429,26429,17666,26429,11023,10591,23436,15116,6207,6207,18621,3514,23868,7619,14987,17590,231,10972,12006,9113,23275,17560,9385,8047,18289,24371,17099,11386,10216,6687,8327,20373,12305,12304,7595,13960,23172,27623,27623,10335,19684,25734,28226,8148,9678,13205,5781,16214,14132,18638,1642,167,18640,18643,4356,16080,18643,12126,4524,24160,18644,12777,18645,10974,23599,18646,18647,6379,17356,16206,13965,7158,25069,25069,9248,15701,731,25204,25204,2863,8163,8163,25437,27469,21364,18624,18663,19984,13309,24317,8530,28455,19495,16682,6391,2661,16813,5259,20125,4209,4598,3900,9553,28234,399,7394,1942,25590,4005,18593,4448,13529,2255,26423,26423,23511,23029,18678,17036,18680,26060,12393,2246,3777,23748,21678,16959,18688,7584,19867,18696,26043,18703,4547,15412,15412,14105,26983,26983,11907,18711,11708,18112,26310,12093,23598,18717,11274,12415,24915,25035,20926,18721,24587,21967,14810,11359,11043,7679,26513,11677,18723,12449,13585,18383,24299,28158,650,18491,27354,17766,18734,25335,10322,10322,28999,23894,21263,10389,16172,10250,8543,4433,18740,25837,18744,18744,9195,18746,24066,2770,369,17003,952,2304,2304,16208,18454,24251,9265,15357,20074,3083,27728,8593,6347,23619,19201,4206,18762,18762,18764,2080,28800,1373,14649,22399,19275,16880,21863,3006,10760,1463,3848,7818,5169,20553,15223,16769,24157,7518,16341,27460,17847,16041,24094,17345,27278,12474,6418,15883,5026,18784,15840,13888,22981,5159,14209,21399,16733,24744,5884,1754,26749,18797,10827,14747,13515,15698,21647,3129,27860,16891,7251,19886,27564,18807,16624,1939,87,19709,3735,17609,4842,1434,22445,22837,6027,14198,18825,27515,12084,8359,18829,18834,12618,25520,12116,257,13508,21512,23410,21615,25937,6132,18841,21998,18842,30,21833,15069,10105,11622,2035,18846,7591,19013,25900,13901,23449,28955,18302,25230,18854,14589,23560,9218,24438,22357,20388,29454,228,28395,4292,15529,23935,29354,19474,26111,28135,18866,19882,11985,6055,8804,14364,12496,6877,17892,15216,2394,12191,16729,19456,1958,21889,22138,23031,6227,5073,25766,4427,20770,23627,15025,27393,3079,7088,18885,18885,15253,1114,14764,29413,18302,27463,7494,16666,8841,7476,18892,27123,6971,3272,23070,9692,14888,28116,5303,53891,28378,28042,28042,11169,26570,3952,21899,10948,16262,9174,21578,20687,13653,1460,240,8497,26442,27878,18906,27735,27735,18226,10099,10099,11778,17830,13777,20223,6304,6620,18918,13739,12044,18921,17173,21765,28133,21793,171,171,201,20888,20019,11445,13571,7726,8996,8996,12844,5671,23941,11512,20706,40,14927,4377,1643,15263,1849,3718,24742,18687,13258,25572,10566,11681,3416,11105,17917,4326,18961,23116,26130,17251,18965,16782,26475,29495,22487,7661,24227,12031,28331,8595,26880,26880,8104,26127,53974,2184,6935,7471,26377,26475,23866,11942,9951,2800,2800,28674,2975,2975,20581,10805,2298,8160,18038,26129,21030,21175,24108,19733,15316,16886,28149,5204,29638,5376,26060,26060,11297,29647,22390,23652,5558,7261,5595,12757,22192,16493,487,3327,20154,5757,25559,17228,8819,4305,11935,28143,4230,22450,127,26258,18569,19880,11741,19007,18189,868,22329,24272,19013,10985,12494,18519,7755,19347,29584,26265,2463,9616,8817,12320,3788,25398,26674,29523,13767,14334,14334,2556,17302,20307,9088,4877,4567,25399,24343,19030,7748,3566,14047,28713,3592,16508,28197,6512,3399,24156,22412,2557,2282,12478,12478,1472,19039,21799,7242,28584,26975,26975,1011,22295,18278,20641,1671,19803,26416,16014,25749,10778,5336,13831,15556,21040,19587,25782,4336,10190,3802,19050,21510,11391,21510,20319,25051,26385,19054,21143,24022,19057,23103,21780,28513,6198,682,26063,19061,19061,25364,16403,19063,29446,24499,14481,24778,4830,23170,19952,26372,19066,27766,4206,14694,10334,12336,26315,100,23678,2016,2387,12328,20216,3199,25861,25977,18369,17824,19079,29148,27053,26620,2251,19300,26246,10003,26978,13966,8696,19084,19084,26745,19087,27647,19089,2546,19103,19093,9638,19095,19095,19098,16953,1804,15488,19100,20211,4437,28936,1680,21954,4749,21291,21810,28039,19105,7264,1283,11899,19107,26605,6307,28573,11745,18124,1983,19112,12090,10299,16190,27142,19097,24641,12606,27122,25953,22740,24864,5644,4842,2880,5601,27695,21244,6771,20845,28170,10974,10349,27001,25497,23023,22623,22419,29461,7981,18777,12491,19127,28842,17263,19302,23961,25218,17709,14496,17737,11303,7795,19130,25392,19132,4639,3818,24728,16424,19141,12413,7249,15813,27347,5634,24221,24065,26809,29136,11075,3002,29083,5426,20554,15229,24166,28993,16878,17657,14962,19154,15509,19157,3368,3368,1848,8105,3759,25495,135,4110,28172,15146,10890,7718,24116,25912,11544,6302,6799,101,19165,18234,24822,15637,14638,22812,10564,611,20409,27341,26759,22845,12791,6049,12107,12972,1403,19169,27993,17815,27748,18760,24652,7742,23322,20907,2472,22355,10081,27548,28902,28096,13409,15666,3759,18891,10903,17520,27812,5343,10419,11190,21162,19188,25093,11566,6416,4506,27531,13590,22384,5401,1994,19192,11482,19707,27142,24536,1312,53945,7379,20389,28944,4996,5225,10955,28041,28041,21749,19201,17912,12970,7060,10454,23475,22997,629,629,21535,4419,27780,23957,28503,28504,22463,28917,19067,22558,7157,17672,10779,21072,16864,15261,28342,8029,26506,5762,19214,5352,12363,12363,19215,19216,19217,5651,14093,18045,16257,19223,5738,486,20134,6819,4698,24369,19232,13766,2861,19235,12101,19238,29320,3153,19999,20326,4011,3058,4636,14071,998,6649,20404,10218,19244,3380,258,9220,19250,19250,4067,7270,23116,6812,6595,19256,10183,22338,19258,21607,22790,3751,85,4503,18638,21158,13919,26745,19262,24590,2256,10970,12350,14584,10952,19265,26919,28871,11476,11476,8631,18538,19269,19270,19272,25418,8604,8343,13057,4375,26364,20268,11522,17654,19282,10225,13617,4203,23788,4952,14995,484,12408,12408,23800,12156,14400,4362,13199,14063,27315,2430,19298,16945,11898,26916,8159,28412,10164,3223,11662,23061,7236,6171,26009,9636,27144,19741,19314,19314,23284,29687,4840,8879,26146,8468,6478,7351,2462,5820,15626,22816,5021,5617,14322,26372,27054,4333,18733,4340,26923,5875,19335,10822,24307,2141,7554,854,29014,25621,27904,5857,12492,230,27660,24950,6144,23491,5018,2050,17983,8298,27901,11452,24848,29102,13854,28068,22361,21591,19388,12618,22734,3252,26332,11174,18729,9994,23519,458,8102,27561,25060,10267,4519,7262,7730,4681,21242,18669,22731,19363,17962,433,19364,20387,15856,7867,24333,24909,29033,14779,3044,9942,11607,17551,8025,19380,14388,17114,4506,9289,28567,23359,12297,8372,143,17738,227,227,1825,53997,18911,24312,11125,9442,20438,10810,28258,19392,165,22135,13333,26204,14114,29491,29491,19402,3805,22536,6480,14367,6262,28544,12032,12225,17330,8385,25110,19091,21643,8665,16380,309,4633,2661,13458,18676,24002,9137,19417,15659,29233,19419,17818,8192,29678,21192,14912,4276,19425,4963,77,10520,19431,2414,27720,19437,22535,1043,29414,12080,17549,14264,7846,3115,8159,5193,27026,19444,28877,24759,2576,820,11321,9086,14017,1409,5912,11776,5813,13605,17945,11244,10860,3953,15406,20565,1421,27948,28301,21244,26579,24757,8338,19450,4590,1691,26630,19487,19838,2231,19456,19454,22191,1940,1940,25146,19060,23479,28841,25934,25373,19465,2505,12802,24493,13248,2540,22520,22520,3770,5368,17936,1163,24021,1739,12585,10109,20381,18968,7212,9927,8930,11496,28189,18259,18259,20097,4819,1320,28934,21638,21229,10660,22338,25629,29477,25969,19483,18742,17735,24486,8174,26183,19198,29108,19494,16437,24353,19120,18319,23439,14047,20552,20567,350,8469,2084,19376,5613,7919,19504,29520,29520,7035,12576,28559,19507,17822,14111,14888,6413,19515,19616,15451,20389,4218,9008,16425,23593,4685,26162,17804,2371,8964,17543,15404,29584,19525,12988,7143,23570,5754,25848,26528,17468,12265,14900,26694,13519,22977,25022,20805,15540,19711,19711,9874,17144,28446,10091,22126,8153,29307,21708,19547,19547,27643,2345,19550,19549,8780,19549,15560,5985,23184,19553,22917,9309,25018,7032,13105,13402,13163,16554,2294,19558,1302,11117,27126,6802,2028,14259,19692,18224,17401,26300,14641,9560,8856,8812,17962,16323,19567,14555,9039,9039,15661,17276,16041,8554,13067,6526,12181,822,27815,26529,5335,6911,6280,1110,1110,7288,14063,19578,22265,29205,19578,19582,19584,8073,19588,9240,10838,15485,22219,19591,26893,25217,20279,19593,13718,10750,11576,10315,5315,27217,21506,11687,4035,25817,8799,2287,6215,9176,24074,18309,2259,27298,10098,4885,14243,19601,23246,14016,23021,8062,5243,22381,29231,8610,10586,12555,10481,19895,5251,18097,28862,22646,9464,14469,29414,29067,25269,2492,3942,8893,20085,26117,2222,18869,15843,15843,14626,3012,2204,20775,1988,6858,8905,1359,11332,11336,13157,20510,19415,28760,14751,28096,10892,10659,27825,13041,19633,14964,21859,4973,8327,9400,29117,27084,10119,7934,18870,1032,12622,5417,17392,11000,24234,2755,24503,7993,15530,11099,7885,734,6978,19649,12979,5414,29483,5414,2453,23846,15463,19661,18920,1029,20316,2437,28239,12503,9683,19665,8941,19667,6419,4401,24620,29074,16408,3386,5066,23382,10370,19671,29487,19673,2187,11548,599,19677,22637,26002,8478,17500,17688,23937,27877,7022,11097,14060,62,62,934,19684,6224,27721,26011,19688,7626,4442,13697,20163,21963,20876,27568,3461,14256,5170,1258,730,10282,19564,27557,26265,8785,28335,6078,1915,12461,26955,19718,16546,18964,2460,10238,13510,21590,19722,19723,19104,27910,28310,13774,79,832,19292,26334,26524,15301,6067,10633,28146,3710,8879,12085,9756,19743,25388,19043,3092,24946,18897,7795,26324,9780,27935,11648,27713,6023,3331,23080,18488,25398,6994,8904,7227,4898,22342,17426,2693,2693,17333,5800,12564,5801,16635,8481,14427,26062,1508,10177,17773,11638,11577,4511,196,13884,21631,27583,18253,23121,19787,21254,13564,13564,563,17665,16384,24575,16307,5673,27934,4597,20888,14963,25849,24730,7965,2364,24725,15632,23823,20483,3144,29323,29323,297,24596,19809,26347,19808,16663,22291,1118,10366,15802,24363,24129,19814,7609,19994,11555,10776,11785,25767,19350,26636,19820,21804,22538,19826,23275,5528,14583,8978,29317,7902,27114,29518,1542,24089,7159,21579,12875,18758,2866,23849,26740,16525,19864,19864,26721,26649,7533,24222,3137,10034,7326,8939,19840,9117,25701,13647,5931,20661,22983,4400,17844,27488,3524,17355,4985,11320,19851,15458,3137,2873,28865,14505,19854,21651,27036,3702,15290,20197,19859,5217,5217,8402,5633,737,19124,19864,25835,27907,28396,6212,6212,12268,12298,19868,26351,23175,17191,1911,23322,19870,13814,19872,18760,4868,29056,14092,7069,7054,131,80,19874,18470,3954,9416,25821,16178,8680,772,11575,28839,5370,10266,11947,10840,4667,2018,9274,25138,9176,2481,5541,15048,23002,23959,23745,26554,19893,14455,2074,1542,8296,13430,27732,4782,5206,19736,19898,1261,6123,27954,2320,27367,5037,11595,1807,22930,27711,17664,5928,28705,10623,21315,22241,447,14045,15765,2678,846,15072,23550,20642,23549,24185,12877,19923,5655,7946,17115,19929,2785,22776,15659,3479,24520,782,19937,5318,20110,20018,26039,19670,10113,8438,25057,3170,5133,4192,23274,17477,1418,8060,3676,28840,27532,28840,27438,6891,22258,24649,3087,23220,17875,27071,16378,10345,11791,25892,26676,12398,19078,14923,10328,10237,20138,2799,28036,24868,15698,28036,28006,19958,27404,25095,6293,11602,26891,4691,19746,6235,3488,6647,10386,908,25704,5175,25247,14661,20726,23788,3436,29246,2266,20825,628,19974,23382,28285,27876,13040,17311,10814,19977,9462,18043,19979,22595,28205,11033,9440,12488,1592,11652,26480,24254,2978,66,28856,12185,5111,19992,22371,23716,23917,13658,12166,19996,27509,19998,4207,1908,18794,28987,19523,810,21296,21724,22276,5957,11372,3958,27345,6966,13199,3838,20010,6838,14095,15825,27014,20340,20014,3229,8243,9451,20018,13512,1696,991,26653,29135,21220,19567,20025,8390,3704,26515,22005,27027,3241,24483,17207,1736,4082,28854,15645,8483,8603,9100,2161,29295,14467,2846,23423,16671,884,639,15492,1559,4388,956,10644,16290,9761,10410,7634,22916,19345,25732,11606,3400,6226,27478,566,15146,9154,7152,17387,11557,1620,23260,18112,28750,14482,15630,843,21437,20090,23255,6722,1073,3513,10592,16721,4938,8772,4333,19391,14656,15366,13345,16258,21334,1160,18467,1242,20072,14668,26789,20079,24604,1722,6020,20973,20086,20086,20842,15692,2402,14904,23538,2664,27230,8988,18546,24409,20096,3188,11683,15074,29451,29451,11536,27774,20101,23696,27768,6399,22798,18968,17048,26277,8616,21223,4806,11395,16451,9953,7274,28546,1802,12738,8434,28040,21251,17563,19809,17163,11614,15858,26087,3987,9833,25251,5371,20503,20121,27365,9675,13224,2413,10823,3530,7583,8564,24412,25169,20126,28770,10270,23506,21636,7878,28728,23262,7383,10031,11165,19414,5321,20140,16717,410,23571,20143,7509,28380,16070,28048,15089,11394,11394,25775,25775,16510,19285,8988,12405,2249,16972,10192,5057,29659,6727,25380,23946,10831,23074,22011,20157,14510,24364,11889,493,26202,22873,3578,23096,18864,27617,27617,13893,25853,2951,20162,12081,29417,18712,16678,5956,7596,2376,24802,19194,6505,3054,12218,12218,19767,8656,7587,3085,25615,11812,11812,10319,23282,3050,3050,20182,10466,937,19387,18188,6385,19132,26593,25287,9043,7777,21122,14242,13184,13184,10784,2281,27282,23547,1871,29600,20190,1037,23283,28506,1134,10252,20193,19115,19330,12948,4837,20201,12532,29250,13511,10694,29127,11695,5682,28379,18201,23199,23199,19643,3423,17789,20210,18308,20212,6802,28348,20214,7852,1784,27723,20218,5296,6705,21369,24618,21679,4835,12665,20231,15704,4742,10013,219,9917,5612,7813,25094,25711,28232,28232,29050,17924,19101,12616,9633,2289,5482,25990,15678,23108,24560,5074,22816,16341,13980,28175,7860,12663,26327,1369,7916,480,28420,28420,6289,26701,8433,26067,13575,10074,7514,26445,27297,1621,21045,2974,28618,23606,21726,9509,23731,8189,7286,22012,20255,20927,13154,14922,3909,20258,20470,4268,20261,23934,12315,2322,27969,10560,25338,16715,20612,29630,7685,2284,20272,28139,19187,847,29384,15981,11597,12659,3650,1467,25411,16828,1894,15237,12084,20285,4420,20289,6964,4793,28988,2864,6019,2078,25737,24328,16122,27885,12803,7229,1901,29182,20661,15907,5142,983,9339,6092,16275,11510,2583,21357,20308,19821,13984,3525,18731,20313,5425,14093,27330,28312,28312,18255,2797,14609,21428,13162,22253,11815,27362,16966,28206,3092,505,28305,24148,18887,3861,21427,15360,6362,6362,13164,27898,25983,10954,18762,17915,17915,26072,409,22829,3002,16648,24088,10000,18420,21474,8019,7557,18472,229,21061,3066,24083,7897,15706,20347,20350,22180,17447,20354,18743,17753,17064,20358,646,19069,8080,6565,20360,11438,20360,12096,20364,3017,6811,20370,20372,20372,20373,25724,20374,6807,25851,2448,29126,9760,24086,26057,12376,7118,25727,20378,20380,2953,25747,20388,26766,26509,6580,8207,27135,24506,1337,21847,22479,23848,13512,13836,3832,6742,2757,6081,13765,20397,3069,25084,18762,6318,25934,15153,15153,859,90,4052,21543,3448,10983,13199,20413,12136,19143,15321,187,24502,14729,4753,4146,1602,7549,15024,1587,11538,20425,12877,17260,21864,5185,14266,12453,12453,1912,13360,18806,1699,7666,7666,16591,23102,8021,16849,6062,11948,12722,9459,3705,8381,8381,17012,17540,17540,19054,25808,4477,2379,24628,24628,7623,10012,14180,10012,16726,19274,19309,1084,18024,13055,19756,19296,19295,29072,19322,22158,7387,17147,10870,12542,20461,16512,10587,4009,18015,21453,11495,3958,26961,24200,8191,13723,4173,18136,14135,20414,358,15271,8681,14479,1271,11510,22700,20477,10705,2947,26135,20480,27926,26135,9312,16750,23495,17246,28147,22346,22249,27417,20485,24127,5578,7001,29345,13059,28924,28868,22881,1412,2906,7611,3752,20496,5148,10315,22314,19627,26753,18367,20513,488,6993,24975,15263,15452,14824,28738,22697,29322,29309,23582,3254,14183,1730,26467,625,25858,9771,28730,24771,1105,9927,26238,9740,2771,7530,4064,11070,955,11913,24310,717,1066,3454,14555,4018,20534,4347,24548,16518,14319,15275,26532,12121,14283,28877,28877,5570,26568,18514,24153,9707,12846,27958,18143,18143,21457,6488,7710,12264,24187,2517,16010,20547,24226,4802,8836,8836,5625,26830,17488,17488,20554,19653,10223,23493,15105,10809,8704,4983,3025,5043,20562,14374,14374,14957,22823,6804,29021,12541,24175,5670,24512,25821,11788,11788,1218,20327,17303,20571,11264,20571,26853,6632,19216,17685,20576,20577,23746,19479,26306,16054,4865,4865,16797,13706,13706,14526,11600,27514,1032,26375,5729,12218,22478,20095,16100,10992,16581,13166,25928,16884,9715,10715,23237,581,24979,484,8868,24024,5183,24389,1003,6002,24551,14915,19528,26381,20946,7050,3886,18786,25298,4148,192,20609,12076,20219,14541,20612,18116,6253,7082,9596,20645,24481,1512,29692,20616,20618,13178,20621,13827,5657,17659,21051,21051,29121,20628,1661,26988,25237,16591,20634,20634,20003,24992,20636,23757,27942,4389,16006,20639,16034,1831,24902,20642,741,18308,11141,5775,1483,1483,9992,29408,20042,18139,1044,7593,28442,18491,989,26703,22732,4638,25046,17883,11894,18307,20119,20658,16340,29494,13876,26084,26084,13874,18051,9789,12576,4458,18371,18371,28071,26048,11533,20633,22455,11744,6522,11148,27326,14275,24403,18037,18037,25869,14669,28539,20668,10941,10941,17788,14285,6297,28193,5266,19448,27805,9548,148,6865,14388,7543,29516,21047,6580,17039,727,21732,26258,25416,29701,29701,1927,2023,20691,6086,24507,938,2892,5400,29150,4256,22308,22308,25993,20693,5070,27231,20697,875,14578,19126,18907,19558,2936,4872,8449,26268,4975,5743,20700,20702,11857,24890,2841,27429,18164,22541,7635,22659,23939,26748,1076,4425,25194,27474,12322,11242,25289,27869,6778,20717,20721,20720,18844,26130,29090,6392,23827,24934,5087,7426,5531,21193,29555,8827,1409,7250,21082,20730,20960,7611,14169,27514,24343,324,20737,1053,3072,7336,23109,23109,16861,7368,25382,1323,21522,22337,16079,15305,19685,29555,2113,4467,1946,20755,8455,26453,15121,3254,24105,3911,27864,20671,21240,20760,11065,20638,3517,28093,13213,20763,20767,8162,13887,20769,4521,8528,3437,3437,26967,28491,20777,10347,14573,21742,1910,16037,10622,2725,1352,6417,24739,28173,1595,13894,8718,25886,6082,12744,12744,21960,20796,26305,22551,16236,9653,27086,20800,3976,26055,24753,4528,28872,8857,20811,19448,1960,21561,2844,5385,17707,25819,8852,21532,6573,5640,29661,26647,18449,5202,23004,9159,20821,13225,6399,27826,18561,20828,20826,16748,20830,9395,25312,8447,3042,14778,24155,4660,20832,15372,20797,9071,25047,28117,5950,17993,441,27385,13135,20843,29553,12755,10380,15272,9738,20851,15691,15033,11672,6228,3370,3370,11604,13815,2774,3704,18076,9579,29475,22431,20860,14895,17900,20861,25856,22288,11149,6211,20863,6210,24681,13587,3910,6298,27864,9464,962,19467,22508,1773,18111,7757,6337,6337,1331,27635,14885,8058,8256,29255,8970,16149,1278,17475,21206,9552,9334,14213,6902,7822,21592,9417,17460,8807,27458,15226,4098,4098,20883,28498,13252,20886,8810,21108,17755,26172,29607,6634,3039,20897,25530,14165,1015,20903,1349,12950,11161,24389,11356,12093,6983,28129,19682,13615,23794,23862,6822,4829,9113,20911,19113,10573,9405,4467,28809,13812,10085,8111,12872,3026,4580,20915,25532,1112,19378,8318,17905,4722,20920,27187,19741,6560,13982,25889,20921,17824,28234,16284,2273,21097,13136,6592,25138,20934,7841,3866,247,18207,18207,13371,26843,10752,17116,15827,10993,11504,19460,25625,12253,24796,27461,20945,20946,1426,19230,14121,20947,3515,20824,17963,27658,6452,21038,16275,26363,5489,4839,19487,14100,24137,20961,13963,7235,4582,8708,22491,17384,25074,20626,20970,8028,2604,25376,3356,15167,4426,20983,6003,28304,20509,26805,20988,25617,21548,22905,1680,10516,27706,18317,28545,14439,20995,20997,5906,3946,17615,17615,25053,7321,2004,1944,6015,8287,5792,18133,19769,21011,29655,22669,14661,24053,8517,16290,6343,27376,21019,28199,25677,25677,13346,23526,8019,19963,19963,2091,28970,11135,9127,24183,28993,21034,4076,2464,21171,9467,6537,21037,18051,18142,10460,8692,3679,6510,11609,11609,4290,11160,10851,16903,7025,5050,8273,11437,21232,12956,4378,19017,9548,24501,16807,20890,21052,9815,103,15472,18714,8712,9071,11199,3119,11556,21063,15916,15916,15216,4714,20897,9190,19308,24319,29476,12036,9530,24805,26318,14835,21069,5836,10489,21073,8346,15209,29082,18352,12806,25867,22001,23446,19634,18683,5059,21079,10515,9774,29605,8371,17928,14954,3412,22268,29719,15009,19106,7482,2478,11583,25414,17713,14753,17713,9670,29506,6524,3904,21307,21093,11472,2309,17744,18460,27548,28394,28394,14261,12363,12350,18185,18584,7227,23028,3546,3546,17747,10302,17631,17631,20735,24699,14414,21108,21131,25503,4669,18815,13417,27706,13882,21492,9669,21120,16646,15721,1038,9041,25499,25788,2362,8313,6268,20762,4453,5788,26044,11716,23481,1808,1808,24422,8891,1035,20303,10553,26793,12774,17967,6981,20617,12927,27083,5709,7516,237,29338,12176,3133,10227,20590,11456,4402,29227,21149,25186,20715,16438,6685,8059,15097,8078,3635,15071,9274,20297,24075,15228,7716,21166,14088,6132,12481,16352,4907,23614,10137,1703,23928,28318,23589,10811,4828,16542,29003,18332,21177,24657,23675,28591,21180,16157,4051,12695,20406,20406,27346,4703,18144,11247,1881,22639,25985,17302,12856,27313,3721,13576,11615,2003,27095,9950,25718,25719,26454,21680,6764,25759,18313,14448,9343,26277,21190,27593,2396,24947,2781,17739,11103,4450,4929,10892,10906,9793,28486,1297,28419,14050,21940,4975,21205,1180,8865,27885,21207,1611,14108,16699,20658,5356,21254,3608,21216,6027,21572,8442,19593,19593,21218,13458,29615,24303,5304,2816,621,17224,20339,27007,8293,20377,26146,6679,23465,21560,13682,913,23313,23580,26004,12039,8042,23617,23111,2304,21240,25644,18073,21245,22532,21038,18743,22107,27459,25765,4710,18469,845,25255,15847,23452,25617,14553,14002,29238,23909,8884,17709,17709,3360,13482,14524,25090,18210,21272,614,7262,458,23246,28335,18958,9555,6979,28519,7380,21280,17579,20247,1922,53931,1158,1506,6416,26161,12756,2958,29191,21173,9147,29416,10437,22783,23284,24740,21295,4932,613,923,19134,23054,10067,3773,2910,3609,5797,24977,10038,14151,23182,5180,24649,24432,21559,1749,18963,19390,129,5864,8100,8100,1322,9282,28699,25534,3250,15643,3455,5824,13744,24436,8003,16598,25745,6078,21335,21335,53889,4605,29654,26585,22758,6595,9584,7192,21345,9525,23597,21350,25943,20567,20567,21352,23761,2858,11257,17282,78,12645,18059,25293,28268,19889,21359,2619,2619,19500,24615,25696,16640,12386,2903,7618,16901,5145,12851,21412,29094,19942,27831,21378,24395,3826,8495,21371,21371,21770,8972,20425,21376,19003,11888,9065,18635,10032,21250,21381,13649,13649,5080,6000,27100,26242,28562,27308,21387,2166,21389,11725,21390,172,11038,20526,3595,10448,21614,9007,13642,21395,2782,23287,13709,29313,25801,6243,21404,1979,6259,241,10780,13117,29277,7129,4508,27096,18697,9436,2559,5251,15705,767,23169,8936,15674,27239,14152,25575,2648,29187,29348,14414,17087,10502,27640,940,25844,21433,21693,2256,13938,16447,274,9310,26930,9716,9802,5749,21442,1225,17113,27529,8054,29412,23410,10727,29243,26012,7868,5586,24025,29406,19321,2756,13554,9769,3987,9944,21256,25484,21453,25212,23358,516,2715,24430,24430,11909,11009,21461,9488,5022,14993,20260,3444,6853,19483,28802,3363,28882,15419,16046,9312,21474,9705,12896,2878,21241,13969,20618,21481,2817,13897,26164,19603,21488,1969,9807,17096,15931,12274,15670,9751,10498,20733,1318,953,5778,6790,23214,4688,10276,13714,17573,1658,25107,25862,22454,9311,13631,28980,25106,15551,21358,25984,11715,28550,6503,14585,15963,28302,6109,4896,190,2396,10871,4768,10963,3174,3174,8715,15194,10250,1045,7498,21135,17888,10285,28826,11472,24161,12983,25329,12819,27008,18203,6724,4276,22112,18753,20251,16302,25500,26585,18757,11585,1442,731,20035,4859,20926,6110,15946,21703,2132,28844,21527,13037,20376,27005,6626,15725,13114,3792,6528,27637,8475,13492,3374,28716,10201,4833,1907,2826,25953,21542,7781,4187,14033,28369,8722,9608,21544,13445,16822,29210,6597,28750,3244,21549,20787,21550,27794,9512,9864,24218,5320,1284,3402,23199,8176,9650,9650,15415,7047,75,6804,21571,21571,17809,24383,14924,11056,21576,6962,1599,27462,13366,21583,2249,7244,7244,19913,29473,15256,7501,21587,22258,10708,25576,8501,22148,17023,16182,17116,21595,23731,8342,22950,21599,28132,17306,19372,15852,4079,23338,9767,3728,13067,28910,14158,1179,23099,4629,22148,23952,15008,28277,20678,10179,10035,29651,7080,9747,17909,5141,21614,11288,6546,14456,27103,13811,18344,7768,21618,21618,5564,21619,21619,5180,16866,1331,28150,21620,4888,10320,24729,21630,21628,21629,12829,1877,11574,28931,11574,21638,16978,29093,11387,18774,26319,27545,2720,12809,18134,24613,22398,26393,17656,5755,28400,1499,17683,2474,21661,23949,25141,23413,25670,24981,53851,17578,549,3367,19527,3341,12259,28374,11862,7087,7343,16211,11098,13745,6300,15084,10774,20932,22500,14297,4795,22249,29485,15168,21692,24829,4737,9791,11825,16178,8128,6414,21699,7394,13185,1047,439,673,25834,21704,5241,15293,12037,1993,14241,28069,23451,21710,6958,6958,53908,13943,19510,2151,15582,17416,1406,491,24481,24481,6346,7102,6998,24777,23695,23612,9681,20195,22844,13986,13531,4359,23941,21729,6732,9836,11283,21273,9583,21733,21242,23989,20913,10860,10548,873,21738,24220,26349,324,1372,12822,7084,21745,21745,21747,21747,21149,11717,5955,26093,25220,11284,28084,10573,7325,5545,20682,21755,4692,10456,11523,2115,15436,4661,27321,17686,25016,28120,7967,14007,12824,7149,25485,24105,3240,21290,21765,21767,21769,8538,20074,8704,28049,16800,5566,21775,20689,534,27301,28438,25955,21777,21778,27600,24305,2764,19479,25214,23361,22632,21420,19623,6799,12170,4231,6651,19672,9336,22639,10346,21798,24697,24472,7021,19581,10934,25059,8343,320,20379,27572,3290,2677,649,1340,24016,19090,24079,9972,21816,21819,18907,18035,10723,7783,11254,9592,21823,206,21824,11124,11124,11187,8417,14028,15012,28343,29719,7018,6779,24991,21836,21837,20181,25000,19641,64,24423,28237,6722,29589,2938,11953,23918,26579,21843,7639,19173,13358,1857,1857,25065,11905,13354,6239,19226,3110,23031,22858,14152,21852,21856,24001,3772,21862,1462,11217,21358,7636,13186,14457,1963,24616,13028,29352,10834,24639,268,8477,9457,9450,5109,5109,6681,2239,431,3056,25521,5489,14413,22104,21878,5514,9107,21885,22416,9167,21887,2065,18073,11189,21895,3942,22468,3820,5401,29237,13618,13618,28722,22152,21543,14072,6641,27202,25391,23675,6179,9049,8574,24384,9854,16863,16863,25171,27245,9753,25515,13384,21920,4384,28965,15403,1069,5710,10080,26100,6572,21927,29424,8804,21930,15266,10283,29178,25721,27508,9891,18278,4375,7088,8412,5237,12865,23262,4478,15674,29335,21938,18740,21943,21943,5023,11415,18464,18430,15020,4288,4288,27334,7181,28876,9611,15443,19037,6181,11227,5311,11590,27562,20155,11698,637,3651,8320,5058,21964,16790,24229,11321,18988,15380,11627,16837,1963,25865,21974,11115,10952,9896,680,14792,21976,25574,10643,10981,21979,8105,22576,26659,9768,15712,11492,24756,25881,14389,19369,206,19837,27240,25767,13076,21651,23923,2585,21211,3018,2251,21993,12550,12550,21258,4729,25432,963,18976,1500,12036,22550,15940,12815,8822,18589,6355,27180,20624,8565,17918,13209,11596,8010,19183,27594,28108,257,23442,17773,22978,11265,20868,12700,11072,14028,19587,23008,17826,20799,21385,17266,22026,2169,13307,1316,22029,27724,5263,26641,26641,12148,13799,28419,1584,18066,5685,16026,15833,7603,19926,29273,26792,6078,9926,13327,18469,9444,18780,22044,5353,16286,3212,20373,9560,24478,28553,5918,25657,18149,11317,8550,520,22055,25032,4258,11998,8863,8688,26268,20026,20369,29467,23970,23970,28986,22475,22065,23252,14888,9703,18634,25261,26072,19975,14561,607,18156,12289,17400,2687,8334,22080,21461,16578,13135,17553,21426,1215,11405,22084,23072,9112,20857,22087,20908,13229,9341,5286,3663,26508,15735,22097,22097,5601,2820,3719,1294,7816,15200,12547,12547,15188,28478,9204,7219,12736,26579,952,12369,25776,7964,22105,12179,13403,13403,2073,13966,22108,19677,24551,17570,16989,6213,22110,24602,341,21515,15129,28409,22114,22114,18083,5621,22123,5090,17451,19862,17490,798,12366,23910,18894,24565,22135,22134,10964,23676,1579,26444,22137,14321,14321,25110,3702,15373,22140,3488,18104,24177,22144,4554,11604,20334,25609,25645,7890,27816,28280,3766,27505,3053,22854,14342,22164,28740,22165,15165,14918,9370,9040,22170,9420,13785,14434,4180,944,912,26932,10541,11098,23838,14775,26701,28708,12520,15722,7008,16002,10378,22917,13192,1531,20021,7524,22184,17009,22189,26206,26206,22202,5331,18214,26243,20137,22313,25647,26754,17318,24334,10132,16516,11284,4410,1117,13432,12533,1069,1545,23202,4073,22203,7294,18009,13865,8753,18677,27994,7864,7899,23012,29446,10745,28778,1575,14358,10003,11849,2009,2945,1740,1975,19590,22221,5195,8801,17128,27428,5916,14241,6258,15277,8826,17135,17655,3586,46,325,9919,12965,5917,6230,13076,13076,20665,13803,17712,14890,8861,1408,5779,21863,15463,9533,23253,4020,16353,28172,17916,16594,7620,22902,18345,13694,23767,13694,21376,21965,4456,22248,19971,24101,24101,2334,20628,7353,7594,22260,17083,18904,22264,29154,21569,11584,29285,8913,5157,2437,14050,6094,11712,4731,15685,15685,10840,22272,21932,26073,22930,22930,11999,1167,21653,24705,29056,15651,20033,3558,6887,26231,965,13798,3364,27080,22289,26659,25441,9257,14370,25913,410,18192,19966,25795,25795,15084,9374,24555,6640,10927,10927,29697,11909,24031,4568,11042,16466,28210,27576,15434,2998,18234,1598,9143,22305,2469,26834,29674,11472,19150,22312,22316,26025,8890,16028,8746,13309,26175,29479,18079,10491,3619,22320,10738,11892,14653,23922,22323,23391,13983,28890,17769,8744,12193,25993,14644,24617,29179,13929,27540,13987,5287,2324,10923,22766,17228,9876,2263,22339,7987,67,22340,13367,22341,20624,22343,6658,14549,4660,28428,16119,27813,23179,6718,8195,21942,9431,16638,18509,6434,6434,25776,18755,17828,5095,5095,20050,2641,2690,27640,1945,28226,3062,8742,22352,8909,18395,22353,23010,20965,27910,1607,14819,14146,11188,23724,110,7964,28853,10361,14157,3214,8809,13218,28240,18242,18242,22374,634,24356,17298,8362,2214,18520,13396,25511,29349,16572,21734,24278,18979,16314,10761,6635,982,10674,22383,17013,15574,7915,17758,22389,22390,22390,27217,27229,10986,25122,12249,25459,4495,22397,22755,27777,15241,3085,5609,16037,13307,3721,4414,28613,2578,9739,9739,2454,4357,25440,22411,23687,22413,13387,13387,6291,9086,22415,1974,22420,5332,21759,23506,6709,21477,10621,2668,7928,16454,10932,3937,10678,12686,25997,10875,20463,7141,5655,7497,22428,6316,7497,9914,25958,8588,15072,23401,22435,25327,14849,3014,996,22444,24451,19162,791,8579,7076,13313,7400,7127,22671,17264,8351,29236,26937,22448,25999,12222,21258,8248,21528,21422,20119,23793,21391,11668,9249,390,26929,24330,25427,6177,7881,6299,19609,29703,2510,13605,29718,25085,23023,15022,811,11147,17156,13312,22467,17973,7134,20826,19933,20979,23469,19449,28866,16321,19735,564,22480,2006,2133,3309,22486,3309,27968,28132,1980,17246,14871,28904,6608,25684,16991,3283,1368,22492,10377,22496,7904,6957,17196,20321,4109,22504,7510,27642,28789,14610,3095,27773,107,4519,27981,27981,5384,28534,8755,7671,25746,16787,9884,8368,5815,18566,25717,18860,28639,22522,21903,22524,10743,26584,12576,23382,22526,19206,1323,18440,20474,5664,27418,7231,24446,17330,24037,5615,14068,12309,7580,11580,16172,1998,18609,27212,14085,22539,10589,1202,4165,15324,18595,15324,16448,4078,19610,5127,6884,7911,1735,28954,22553,6049,6723,21533,14847,22557,15853,670,11236,18968,22560,22564,27593,22567,1351,20207,17655,15564,15564,8795,23680,28991,6743,2844,7408,14517,26866,22576,8268,11825,5387,3909,21452,23483,22579,22579,8203,3908,27018,22584,28924,15174,19091,22588,10146,22590,7522,23471,3677,16761,4561,891,26024,3648,7251,20579,7850,1575,26158,6154,1585,16813,3000,6522,1332,11250,19457,9590,1741,20722,29109,22117,2752,16653,22617,10151,17578,9353,1818,9364,16523,10539,14252,12404,2348,15148,11313,11130,26074,1716,13422,16709,21692,15826,27569,3510,22627,22628,10486,5011,9076,12774,27075,9659,1417,18887,4446,15107,13239,1356,13289,16064,3646,9808,6393,28571,18471,3389,14387,18094,6811,3615,27866,11744,2816,13153,3025,2434,19942,22656,18250,22659,13302,3317,16371,16371,21347,23926,14518,12351,4407,4072,4690,8510,15891,29678,15202,25636,11046,758,758,11081,11081,26630,23189,9811,9283,24402,20860,1628,28083,22051,18465,24253,4111,14390,21714,22684,28507,22684,23269,8175,2354,2354,20146,8026,13195,29351,13240,13897,4538,12472,21706,8138,29558,12186,2123,5656,18659,8128,2584,9262,12851,14853,7886,23595,24960,24466,24111,24111,18304,22710,3652,22523,25477,16333,54,25245,18092,20855,22722,947,16924,22724,28519,16019,22324,21461,22080,28077,22728,5377,16396,8749,26524,630,7113,4889,4889,8594,20278,27111,1399,9541,17724,24549,24549,26825,22595,22595,25707,16804,27596,22742,14356,25573,24658,28908,28908,18348,25671,13965,7437,10351,14638,17030,19006,3708,8035,5699,13731,7597,2094,29607,29607,2613,15676,27096,13529,10393,20388,1951,13349,25453,6087,18167,16537,14226,8643,8643,15050,17606,23119,23119,16310,12656,22782,13735,21586,18328,2227,2227,7142,11544,15347,13027,24772,22792,7180,13318,23637,17324,1081,2059,25082,4294,29738,18953,22040,16660,13562,21207,7705,683,27371,27371,22809,9722,13444,25569,22096,7478,22813,8245,20765,22818,6603,8668,23440,7992,22823,11090,17737,13094,28040,22827,1445,12057,17136,17333,14793,21635,20077,11687,22936,9167,14667,3935,3935,22837,22194,7048,8215,2158,19798,10502,16434,15958,18840,3724,10274,21409,5032,4592,22843,22844,6265,26301,501,10138,2742,28511,29441,19779,21409,21409,15652,27740,22336,15347,13519,28689,22857,24503,521,7270,16149,22861,349,23686,1057,22863,8111,21665,15384,6650,20432,25046,11383,11383,4630,29343,6714,25956,14930,23599,15634,28209,1291,22873,5871,2022,23383,3332,22714,24350,22883,1296,5688,12185,17041,15973,3674,6639,556,22891,8268,21076,18352,22898,22898,22899,3859,14269,14270,17279,12609,16461,16461,24700,24609,125,22903,6282,18120,22904,9729,24287,13753,22913,11113,28980,10762,13479,27233,11990,15937,8937,10644,16309,17889,5087,9317,14969,26902,15172,27887,16794,9790,22925,3301,15181,2305,2229,9544,24554,26337,7672,19777,10277,21070,5072,13760,13328,1268,11460,22941,24798,5911,1829,19251,14965,28693,10445,2528,2490,4218,22947,17586,25456,7053,21835,376,6249,22952,22952,22954,14416,3645,22959,22959,27190,22961,2400,715,22963,12061,5719,5719,611,6428,9359,22972,14909,22976,29410,8159,7473,10231,25988,22985,7553,6655,11186,2358,20026,12428,3496,25731,3786,2260,18373,9711,19923,28983,25063,18547,9577,27026,10563,23252,11464,6250,23002,17250,27330,27681,27681,3773,655,17492,5167,23627,27009,11869,3478,26018,12183,7141,6897,27797,1103,22372,25323,29132,583,23017,23975,28911,11873,28593,23022,23026,5970,17429,24893,26987,13935,13935,7477,4601,12966,14874,8802,24734,3223,19202,25525,9328,2282,6321,16956,18660,5724,2816,29524,28317,23041,26447,787,22718,20077,26957,9245,20324,4039,25830,16758,17533,26213,24781,865,26859,24149,23056,870,24992,2859,23061,10105,29665,23066,23067,5052,5264,18915,14650,20940,1166,1166,11841,26187,6969,521,13787,11282,11935,25945,4694,19107,3847,18357,23078,23080,7667,23081,12887,2316,5879,11543,18231,25272,23088,8959,22393,23095,17433,9407,12828,5353,3173,13104,5565,23100,23101,23181,12630,6440,16419,17317,552,14860,23110,12795,22008,23113,664,27954,28732,15625,1149,1149,19493,27157,26427,22028,6927,4719,21940,842,17715,2518,4879,17997,17167,20788,15859,3238,2727,20550,23132,9560,165,23135,17372,1088,13034,10667,12591,10592,19332,17902,25471,29443,1100,23145,21821,15391,3048,15535,69,23148,3752,23150,1060,14965,29741,14810,19396,3846,26946,7024,22027,28753,19156,16124,15771,23161,13208,818,986,1290,2996,26649,3632,10740,11120,17136,17136,5517,23167,9635,14789,14466,19035,7322,29104,29104,997,11388,21057,15939,16363,9271,23102,28136,5260,2966,26016,6611,23186,17331,7114,8743,24795,19976,4061,7310,19735,10547,10547,18248,13625,23193,23193,15563,23195,13064,5236,29662,6453,20748,20748,13576,14926,12693,27139,20387,28397,21447,16806,11300,26448,7454,9269,23204,7799,13557,10094,5957,25156,9406,17810,13888,8899,857,8092,14067,17607,531,16947,12039,14101,23222,29702,23224,23223,29592,28305,22358,9504,16498,23228,22094,23967,23967,6855,23229,11896,23231,11064,28791,23238,23236,9577,23243,24295,19160,1483,7273,4290,7372,28007,1423,27313,25709,3656,23253,5766,15003,12424,20316,23256,5745,25425,8484,17170,17607,21864,23491,23264,6176,23265,26350,23267,28576,23268,1617,7757,500,28906,11907,16402,19240,15369,8229,3119,5695,17017,23607,28000,17693,23275,19325,1118,8081,19254,1576,1802,23573,14930,18871,8838,13565,24924,169,169,20204,23286,23288,17868,23289,3173,19697,2488,25538,6095,23965,13038,19160,21860,22949,8790,23302,23305,13209,2872,4065,21738,25218,16316,2218,8486,27333,23310,7646,9053,25293,17011,20619,22778,16893,23866,15050,6440,23317,20480,23320,26808,7449,25687,2177,14710,14486,17591,22328,23964,19328,22704,17476,21173,23334,875,15853,28471,5470,5476,13948,27510,6307,11197,11197,15464,25839,9655,16722,8311,23348,28634,24444,7766,14742,14741,23647,9368,22940,14495,8591,24261,13691,8919,29365,2965,774,15432,23762,14283,23689,6678,29546,22915,10774,15113,25497,2118,28296,10958,10958,25414,13272,8012,8012,23369,7749,23372,1531,2884,29199,286,21479,17026,28370,7671,18535,28808,23507,23382,25550,839,29525,5113,1420,8718,23384,12152,23385,26189,17050,1299,1691,6251,16095,16096,9700,12987,4800,23398,22224,363,22434,27532,6832,23982,8118,19994,19994,13193,2854,11572,24969,164,23725,23725,21441,9975,20072,18389,27366,27356,17113,12253,19843,23389,23409,11769,17497,29127,12525,28610,15895,4541,14571,7071,12009,23419,6205,13685,23418,23419,23421,13926,13926,6580,12445,23424,27419,15207,10486,8697,1256,28727,20535,26085,3493,3843,23428,20713,5860,5860,1429,1349,718,997,18158,20096,3137,28085,23691,23691,23444,3104,9766,14944,15791,29291,22108,1728,28067,23877,10297,23455,21177,29229,22346,15124,7570,2993,25090,1915,13876,21856,27694,15193,11748,20789,12285,28794,2473,22472,23473,6485,22829,4033,23479,11576,26461,3194,10083,12938,26225,2131,12658,24516,7868,7636,5460,23496,26605,27937,13062,13062,2730,72,17109,19492,26433,1078,26094,20418,26704,26704,2483,12742,12742,28695,23509,2278,21547,13110,17969,12385,23513,8812,6777,23516,27772,29621,15716,28266,25710,23518,24647,857,9105,9027,29704,29704,680,11459,12715,8941,2835,21490,27590,26864,4102,13119,16020,3908,15340,21600,17395,17395,12136,13636,3949,3950,3950,15255,10883,469,23541,28108,23541,29599,23544,23544,23546,5173,19159,23547,7715,7773,4621,5078,23553,6311,24650,16687,10508,26737,11196,21819,26396,23558,24582,23561,23561,29320,1709,21890,5479,25369,27619,8978,16190,23804,14267,23569,575,19073,7154,2863,23571,10455,6815,27243,11632,21230,680,8185,17437,22166,23577,13082,16101,4324,25442,23583,11121,13627,7613,23585,11146,5078,24938,786,344,7541,15033,9197,1947,1947,21180,26192,28753,27025,27025,26233,25122,4877,25408,3790,4244,23600,18081,16972,16972,16530,3451,22044,22104,18599,4992,13330,19587,68,23608,8749,28971,19903,26409,20684,25318,15245,24798,23612,27087,23270,1867,4703,27963,15442,25116,23577,19491,4179,27351,14002,469,5980,22433,7860,23629,28076,16354,16354,23631,16845,224,20394,5826,11114,6848,19496,4201,19519,15876,2211,4019,7456,470,26925,29393,5427,8408,22607,16578,17963,7746,19364,19638,28335,23649,9355,28117,2161,16369,24227,1582,21522,22054,11075,19018,878,2864,27193,7674,19861,5327,23664,20105,28494,3983,2944,23666,16397,10563,23001,20616,3084,23667,7331,3808,26951,26951,15091,7623,6837,15689,22374,12756,23673,13118,17372,9209,22754,10396,7453,15520,15520,22348,11155,6979,9847,4841,15189,6174,15095,12815,27216,8551,18505,18581,13947,10099,14552,26258,23694,5455,8413,17411,9415,5298,23701,23702,23703,23705,19766,16846,10980,12412,26879,2447,11878,23708,23794,7249,1430,1801,18360,29203,19288,4033,20671,22443,20292,1559,8209,10062,23821,8872,21080,13653,20988,6405,15289,14665,29632,29632,18863,18323,19776,3016,20638,3330,9852,15228,1370,18225,22234,11389,17839,23732,8339,17209,17210,9847,23737,24211,8454,7031,23536,23739,7388,27396,25832,7058,18120,12621,17300,6128,3269,23802,511,23751,17147,23754,23273,24522,19225,6729,14759,8864,17952,16407,390,26347,18866,23919,2299,13849,11877,16066,8214,27743,3024,25782,18659,27626,10209,6618,20426,2477,9340,21841,3075,8169,8169,8169,12347,23774,19254,21090,7624,1382,13436,15632,15306,23781,23781,22751,23782,7570,15762,25092,956,14293,5244,10341,8879,20076,24843,15666,19646,6918,18818,26987,21831,19223,24635,13076,15931,7149,12688,17880,20369,6160,28817,26364,3204,11029,18313,24601,13403,17571,9192,10536,7815,27555,25724,6117,11138,15441,23594,23594,18941,29031,13084,27419,14244,5002,7367,5961,23827,15160,23826,23826,13549,9900,23505,7779,17880,18268,10414,6743,28624,13380,11388,27015,6043,25021,17056,23845,24122,20431,7279,25941,3377,10366,4866,4866,4349,26314,7283,17011,13488,8158,4618,19418,28441,23863,28441,14031,21535,20311,10976,5627,11517,11411,25993,11261,25387,14732,14592,22931,9939,1794,15929,2027,23879,26514,679,28978,23883,23886,10480,25421,29485,498,23893,3898,26332,12293,14796,4376,15327,5077,25131,3787,10731,26617,27667,2078,17480,22058,29271,23550,22260,9198,23916,19520,21286,20198,19794,29536,8889,14528,25495,7340,25809,26983,7437,29248,13489,23924,27262,6670,23924,11667,13306,1819,27270,3199,22888,23932,27332,23934,2330,28578,19256,23940,16081,12758,27161,23943,25969,20189,8917,28067,11793,10106,10106,23956,9996,23956,1166,5532,23958,27824,23959,4740,11519,23962,27198,5450,6923,12231,20736,5212,24553,28559,15515,5759,1167,16182,21202,12694,26762,18324,12303,12303,24143,6935,21688,21688,26518,11295,28004,14702,25415,8883,22581,22126,18205,115,10784,19401,11339,23652,21816,27067,10605,11904,23990,23992,23991,5265,4226,4226,8095,5552,5552,13695,19676,22529,11993,28889,5729,3527,28286,341,21090,21338,15398,5462,24007,1352,23999,4974,128,907,8289,27498,26209,26758,18925,28164,9814,19191,13738,15196,28785,28295,15737,24025,19214,3910,13663,7666,2536,15262,14524,14524,24034,3628,25331,10526,28042,11031,7589,18743,3083,3083,5892,21216,3920,17663,14424,26736,24046,17012,4536,4536,605,18045,16692,24050,5893,16668,14841,21657,4559,29638,19507,24058,8466,19863,12323,11041,28939,22784,24065,27828,8177,13331,5034,12524,11234,27133,24072,17425,1301,6974,1423,10403,7481,17968,10065,16458,19451,21075,28316,16095,24093,25171,6179,14128,20094,29571,29571,29170,20594,17486,1785,26293,675,20619,13436,1801,11320,16652,319,23752,9445,9563,16787,2084,10320,22014,22721,26638,10148,3001,27704,26428,16825,22414,16728,21486,8887,25517,25919,23795,11122,12950,1186,17915,3201,9548,26234,24135,6723,12464,17627,12765,28343,385,2696,2625,24206,24144,2701,24146,24146,23747,1747,3377,3377,10369,5071,11375,29185,16571,24161,3147,26874,1316,19974,9876,16387,1065,19970,27670,7029,9344,12174,15713,28954,13209,29259,23860,24177,12742,13129,18354,22430,4362,4019,8839,17076,12934,22116,1395,28835,10340,23591,12099,14916,21921,8139,22001,18343,6016,9617,16349,17279,24233,11983,23905,23991,753,4297,4297,18991,4947,25106,5773,21765,24205,14132,24207,18292,25717,27530,14323,13208,19595,19595,4727,6780,12240,23859,28491,21910,20397,5696,13580,19018,24221,25977,21414,1071,2991,7774,26033,3073,9769,9431,10406,822,1822,1135,8507,11582,24183,18097,28994,6333,2648,1217,14856,14135,9473,24252,9035,28725,4081,24241,11026,14492,17150,5631,8359,18336,29115,22785,5849,27480,16343,9742,22785,13003,27379,22511,6832,493,2270,24254,9860,22322,14143,4952,20718,6464,25334,18626,23732,10790,20950,22568,15935,27670,2032,8676,25145,24264,25837,12505,11092,24272,18338,13022,5573,24276,8458,2380,13032,4697,11087,18133,2904,27624,17171,5672,27371,5943,16011,24283,12387,3111,3422,27970,6742,6052,24296,2118,24196,17874,8364,24297,2154,24298,3830,7504,28120,13247,4509,8697,6882,24305,2406,28962,5824,1925,1925,24686,3147,6372,21164,22142,2364,2336,10138,9308,4407,19588,12478,29446,21700,419,10109,1305,22016,1602,16284,161,27082,26170,345,28413,18488,16565,19569,24335,17195,3918,4579,3276,14374,23080,13703,4819,41,9421,17619,17341,24959,22476,7759,17733,4621,26431,19352,9689,21351,22360,10970,1885,6791,7311,24354,5993,1443,24355,11772,18310,13373,24359,24360,7634,24363,8498,6508,6518,19276,19276,23081,15128,10611,19176,24369,19232,6816,29319,1887,24370,22233,3995,16457,29571,22036,24376,8653,22588,10500,28886,25744,23459,24385,28051,24390,21666,19528,16564,24392,16564,16564,3564,14768,13627,18407,25814,1559,13018,18510,24987,3781,13018,29447,7606,19849,10861,9800,18623,53992,10487,10873,8893,13742,11218,23931,12955,25604,23432,25392,22370,21880,25817,3654,3654,24285,24401,3102,24406,28230,9130,11190,17530,7624,4701,26984,26832,24893,873,4269,24420,27538,29607,8250,24423,7340,24237,4918,5946,20805,20805,10633,17451,18242,17779,4921,17988,756,3844,1943,19792,18052,6367,18579,11644,19275,2411,22575,25150,8823,7896,7896,4438,9916,27256,24831,22249,3590,22454,570,662,7653,6622,4764,3164,298,2665,2665,17413,694,17293,8256,24455,20639,29338,24457,2710,9684,4999,19592,28441,18863,11485,27018,12395,4464,11024,6901,18435,19845,7895,19683,1580,14243,11973,14757,6622,15835,18122,19690,5342,34,7450,1154,24471,5341,5461,24471,29656,12462,636,11692,2461,27792,24479,19225,26144,21958,17718,22414,12609,6460,24490,2352,28391,22031,4715,8994,426,21451,24498,12607,17197,23172,19907,7063,24507,24508,10418,18564,13400,29509,412,15618,21200,6975,29080,26914,21508,27290,24518,24521,5501,5199,13036,19460,24524,14208,23629,28258,8585,26954,21255,3570,8672,24539,16774,4597,12485,6307,26829,3284,13534,9126,7817,17136,13334,19516,24548,18799,4890,27915,20688,23633,29171,12887,11679,24518,24557,4568,21988,27836,4865,12972,10466,9583,10123,6501,24563,24566,24566,23284,4428,8788,13989,20909,28019,22396,5226,20235,24585,12711,20696,24587,16084,25652,24585,24588,13004,3095,26357,10801,14226,19354,22876,14363,5372,26228,17980,29481,8242,11076,12374,8618,16737,24608,24575,7630,13755,2530,658,27231,19575,12435,24613,7257,12600,5989,28829,24003,22832,10758,8206,23352,16613,2062,4565,29402,10768,26264,13424,16839,17649,17007,17007,5673,1536,21218,12429,24624,24624,24625,20125,22437,24629,28763,7718,13382,17847,21434,19014,461,12388,12927,4548,22457,256,24998,3000,25217,10343,6066,2720,24650,24653,29129,15874,24655,23556,24660,28043,21172,20169,21884,15553,15553,17232,11022,2926,2397,24674,9460,24675,23978,252,9172,29090,3175,1670,543,17271,26723,5100,6321,25733,24301,8704,1396,10059,3850,24687,22021,24688,6087,29321,10602,24693,13529,2209,14933,23498,10508,11973,1339,21166,17425,24437,20392,4668,21032,1976,16163,13339,15770,907,20121,12371,19545,11109,21702,24708,24111,24614,13648,20050,7481,2228,22640,21860,9649,8620,24712,21953,15009,27598,20303,3452,9747,24721,1645,27562,15961,23865,17549,12336,6484,23006,9250,25227,10088,9323,4987,28074,11391,6699,24745,22651,21548,24749,4410,21374,1720,9371,24752,2232,24754,2586,11218,6289,12515,14448,20836,16556,17418,18224,14676,16719,4561,18558,18202,12894,19895,17291,584,18831,20898,18173,16280,26971,12271,8527,2565,2565,1226,9588,16338,13535,4222,19452,12528,6290,23316,27862,19762,11084,19229,24790,8009,4352,2487,10571,18122,26945,15498,16334,1505,1789,21828,16147,16373,2162,22605,25299,7464,24419,24834,18709,22226,2157,28614,28353,9047,27828,12013,28105,18848,15579,54016,11327,7887,13579,2357,26243,1596,12886,15212,22078,22077,10506,7025,12924,6670,10743,1852,23724,379,29614,9536,9329,10995,23992,13905,22074,27977,7581,17947,743,18572,11735,24827,17371,17371,24832,390,13704,18347,17902,17859,24835,2182,7655,13504,17705,24755,29052,19896,24847,24846,18511,21511,1867,1867,12324,19639,24850,15604,26981,19614,18801,26596,7407,18706,3091,3121,6192,9642,16651,21211,29158,24858,15918,2693,26718,2805,15334,5789,17325,9042,4971,2237,15479,6044,17631,21036,5801,20010,21714,12381,26744,390,861,17063,24863,26837,20812,17625,19303,7738,17651,24869,24870,24252,28610,13560,21600,5628,24874,6348,21857,3928,3353,15256,17158,20435,18573,15781,25836,298,312,29385,29004,1471,1471,24892,24892,24895,24894,3901,14086,18120,21477,3332,5601,15924,24899,12684,19823,24900,8381,17674,8294,25211,25124,11809,2858,24750,7971,1051,6759,10973,11806,13532,15423,2281,1345,22740,24914,12125,13917,7398,20193,10779,4343,14512,7275,26444,28355,9784,27064,22004,7416,28269,26507,20156,12332,15335,29105,29551,21573,2219,24932,8566,26260,623,24935,4684,18104,8661,4609,16986,23358,23553,24601,10908,10909,10425,11294,7811,24941,1427,16068,5941,27388,22258,25445,29257,4871,11872,13790,14609,12029,8688,23762,24959,11749,24961,3736,11442,9475,19814,24271,18574,2238,17473,12211,26235,23956,6609,23315,8991,24321,24367,4131,24970,14217,24974,8624,25752,878,21786,3511,28785,28189,7216,21596,2528,24981,24981,4879,24102,9163,7972,5615,26922,11481,29301,12705,24935,12368,14917,25002,3123,10052,14551,1075,16889,29420,2768,16804,14795,10633,25009,11923,10258,24210,24665,10048,2536,2194,15956,7937,25009,24809,25027,25026,27329,2487,1247,7527,27216,11422,13294,27508,28089,17310,29042,11120,2155,18424,18424,1619,7506,10663,3942,9048,554,2445,25039,21616,4850,9285,11470,28184,17149,2497,26340,10163,19163,28391,19715,10184,29367,27216,15452,11108,25053,2847,913,6101,13159,24278,22001,24626,7293,3115,18104,4241,6156,25066,8763,14911,17226,5288,18160,10775,3235,25076,18650,5146,8221,250,4160,2573,12801,17478,5068,930,8685,930,930,14352,11184,23590,26643,4302,9488,7115,27967,25098,594,8611,22054,20640,25109,25110,9229,10603,21086,2610,17133,17133,17575,25131,11696,19281,3977,14516,8681,24365,22848,5791,24978,6708,4297,6674,20036,14304,28023,3563,5933,20417,11723,26200,24473,8787,6743,22791,18385,26508,25135,27898,24122,6127,22764,8609,27014,7479,22327,20047,12354,656,17935,25148,11271,4923,19467,15152,16411,20074,14654,8853,26120,19705,8567,9196,8961,15220,25805,8534,14939,16767,13872,4082,18036,24293,25167,24999,18911,14834,20688,11631,1402,18008,19894,22221,16921,7449,18673,6849,8523,4596,7845,25175,28257,16202,25179,2902,13781,1061,25183,8327,24891,25189,15826,14608,25321,13780,22875,2377,8788,25595,5155,24103,22917,16206,13254,3943,25208,20625,918,18034,19451,3732,10187,10594,28412,8471,10381,14999,14143,14390,25219,17895,13017,11427,24404,25220,15098,16358,2187,15911,25222,5303,27405,17514,12950,20608,4189,4956,15908,25196,25229,15195,24566,9391,23221,18710,15430,2798,1048,25233,28505,21530,15710,18538,15349,5177,14790,5649,24807,13726,11446,22986,22988,215,15514,16848,20892,12552,22455,26931,4198,7784,9935,29006,15792,4951,27219,7807,17530,29343,2580,21333,2737,21875,22868,13856,4228,2914,9178,22883,23253,1407,27220,6332,16513,25271,12992,5421,14579,4923,28582,10357,10357,25279,24511,1940,25554,1493,6824,21598,11710,6764,25288,8486,8038,19382,24466,17892,25293,5352,20134,18307,25293,13650,27393,16576,17635,17896,4090,23500,6320,3870,16109,4313,1411,1477,19945,2688,15969,24277,2002,23745,24105,26908,26908,26303,18721,2027,17706,26832,18983,24485,12391,17808,25318,9062,13809,24596,25325,13920,1790,29450,13879,22267,26846,29396,24457,27983,14585,16791,21402,12220,25335,1577,724,18407,29703,21567,13186,3035,25341,17046,11013,19734,23521,12205,12205,12647,25349,19648,26152,26175,3324,10822,16132,12458,1847,10602,29442,6758,371,16342,21547,25366,22528,15598,7009,23317,22805,5121,25370,8039,10789,9214,2629,21072,18759,21293,25378,7755,859,352,16570,10549,4376,15409,25387,25888,28089,9443,7420,16560,16559,28976,16559,3044,2198,13079,12971,10503,25405,10900,21072,3301,22661,25409,15687,9808,2890,11886,1684,14686,17137,4722,6885,774,8316,199,1170,16959,16357,25418,10919,12511,3340,6663,6657,17267,29608,13460,8862,11930,17471,9630,25436,25437,25435,20957,1816,5035,5035,4051,9902,21416,12020,281,19762,25447,16463,29578,5253,24241,28416,24397,2623,14562,21373,4411,22102,29058,20712,17213,399,4060,12264,25460,11231,15096,17797,17798,27333,25462,25464,25464,25468,18700,18700,25198,1113,11901,3139,13924,14754,25704,18497,28862,4041,24759,8382,25814,5894,19060,23683,23971,24723,22298,18694,25489,4235,7115,4427,11088,22625,921,16616,10587,26108,25499,5694,6633,23477,1693,20088,28300,25502,4305,22084,18611,9425,21091,27811,27811,24591,24715,13870,13403,25509,21328,25670,4279,3380,19570,25515,21931,12927,5256,28282,3910,9815,3272,16759,16759,2132,7316,25524,1431,8108,23308,9025,19670,24454,12142,29415,27234,7106,6526,6526,4870,18867,21392,9482,16785,13862,7734,25544,6924,6675,17307,25548,10036,2637,2625,21139,978,2489,22870,12696,50,1228,9297,23692,28109,28109,25765,25568,18657,1957,15617,2810,25572,27285,12996,8455,17086,28994,28437,11302,20916,20916,11062,25579,25582,16192,24896,25586,17776,22013,20362,2078,2078,16710,16418,13110,13889,25599,16730,25601,18933,18933,12449,5767,5767,15429,6481,938,25610,12923,29729,5478,25617,28038,12536,1710,26144,646,28984,8850,2160,12673,78,15904,15904,1313,19924,19411,22544,27420,13551,24368,29644,20409,24964,6230,14181,14838,25631,1484,15011,29554,27795,26690,12930,25639,21712,21712,4447,17184,18485,18647,12243,15303,15782,17753,14155,13817,14155,934,25649,10857,2432,2695,25655,6877,28283,13379,18987,15405,12377,9639,13338,18219,7763,16688,19797,8050,26675,6362,6362,11852,25977,27960,23732,19297,10988,9440,6842,8445,15153,17092,27683,25665,2786,18926,3443,4125,25733,8566,18663,4787,25674,18108,8496,1452,2722,10354,20214,10817,6031,11746,17109,13258,6260,4116,14090,11181,4677,25686,5230,5230,12149,22736,13578,11521,11982,28655,7354,7338,25695,5930,29257,18457,25697,25698,24119,23316,9630,25700,22809,24606,14563,6526,26226,26226,29132,6860,25703,226,14974,1601,25707,7444,2639,11736,6918,15474,20234,13995,22942,16183,2674,14922,29320,5303,25718,28045,5735,29600,25726,29367,5296,12144,8854,23401,6399,4927,16549,4057,6000,4154,28760,18351,25741,10794,12316,7393,25744,24338,21207,13332,27841,21339,15677,19187,13701,11625,5413,15788,29552,27722,19724,4152,14880,9908,7322,4385,24701,25760,9029,6007,23902,11086,6003,25764,27569,4854,26898,25767,25472,25922,19929,16650,25835,49,7655,1404,14988,27952,27708,25171,3470,13278,3960,24183,15559,9789,21981,8816,10069,28553,23025,27429,16651,18173,4754,14320,23233,25807,26778,1097,9593,19083,12085,20777,15729,23726,14034,23392,27440,11566,10484,10766,19605,21588,1648,25819,25822,21254,25058,7334,6909,2133,5919,15938,12255,28384,28384,3944,11955,16883,19574,22304,13365,17498,17264,9968,9968,12054,22186,2200,26739,14762,16444,9985,3404,13454,28592,7714,16751,4559,25842,17641,17550,9231,18879,24314,7907,5154,14530,25853,28860,2624,28860,24865,16866,13035,1881,22577,7001,2071,22562,21269,11041,17030,14366,24241,4520,9094,21691,23729,5418,27466,14588,11651,25874,9976,9976,16717,5424,13542,25879,13105,17094,6855,955,8271,15900,27975,1626,18559,3968,10764,848,10000,18989,1871,27835,1381,19962,17695,22578,659,15139,22515,25248,14929,19288,28705,674,22291,7098,25896,26574,7545,5278,16733,26370,9416,25897,3238,24468,12974,20370,27156,6648,10782,25905,23442,22461,10101,9713,24757,23094,27774,28921,27221,15995,4679,4828,5451,16798,2959,10462,27779,4120,29552,10608,18802,13986,10365,25931,5301,22236,10419,14396,25935,26695,22417,2629,10711,800,6704,15897,8373,839,25938,10255,17019,16965,24518,16961,13474,23476,7030,12027,3955,25954,10286,6771,19121,2898,3421,25961,1766,26819,28435,20244,9737,9771,22975,8578,8508,5924,3887,3197,21146,25974,9014,11296,29535,2121,25980,10074,8780,28248,6910,19453,25992,11968,18387,21608,9123,23493,7714,13510,25997,11136,11509,53898,23636,1495,6852,2864,11449,4263,23840,26003,8393,20436,26010,16080,12152,26011,10659,26014,15890,6879,8426,26015,26015,21028,3660,17226,19131,22120,27890,26017,28707,22016,3163,6254,11167,10126,5432,19037,27516,17924,26025,9801,18429,5480,5480,26032,11953,19407,26811,19787,14866,20629,8691,28503,3040,20164,28754,11896,11896,26819,4093,24490,26046,26047,26048,21950,13542,16691,21336,18189,13571,21136,23573,26059,29341,22963,8702,25978,26061,5667,10860,26012,5451,17653,17373,11550,5972,26069,1834,13633,222,3160,3160,762,26076,19449,1487,20250,2115,7875,25482,3567,274,10822,10822,10360,14252,27709,1119,4776,24077,19712,13880,17542,15877,2242,27336,11779,5334,26096,15646,6015,14205,2562,13593,9952,25123,12977,7833,14887,19534,26109,6484,19374,19187,8445,738,25100,26119,26119,13161,16185,26123,3396,18388,2012,2012,23668,23634,24547,9288,12831,10178,2011,6656,6199,7398,16823,11312,28088,3701,3295,10639,13414,23431,29455,26149,6691,24022,20209,19036,11465,24277,7978,27937,24616,990,3469,16355,14739,26851,10459,5829,26161,6802,26165,24082,3435,22751,9479,6356,26171,15549,26175,13687,13673,7305,26179,4486,26182,13515,24315,16680,8880,42,9056,16064,15185,17123,28142,8632,26362,4555,2464,10841,21463,28646,11103,20748,4757,6246,5547,8175,877,6096,29589,22487,26201,1838,28049,21772,26208,2870,20561,13322,25404,26276,3512,13037,17306,26219,8986,26220,27613,17039,19638,7099,18087,11296,8584,11682,10594,27241,848,27540,22187,19943,1480,23151,26229,17152,25647,27769,26232,22098,25564,16593,21031,721,10424,1694,12475,27567,3512,5320,11688,9566,25371,17260,6957,28865,17432,17082,26248,26249,22365,28785,9839,13098,29340,26254,26253,16869,17890,29606,26256,22186,18073,11845,15357,3757,11457,2278,23619,5206,10006,12964,29145,25102,12960,5534,26266,26269,9371,3377,3558,22287,25805,17138,9345,27233,16394,14317,29173,28793,22003,27895,25944,12270,3036,26703,14404,13171,24010,12922,11409,17004,12549,10885,8897,29123,26295,5731,15997,21009,18453,18453,10728,13515,20862,2948,4967,26299,25089,18402,26300,10507,24752,2591,5802,11841,5419,11710,26312,28337,26132,23690,26315,18799,14888,21292,9157,9157,12446,11170,17701,485,12202,11293,27557,26330,24615,1847,10835,22792,15538,26338,29481,22856,5096,2196,18246,2058,19400,8835,8672,29101,26352,8172,14219,11804,7022,27213,22850,23413,25750,7155,1088,5884,9231,14449,391,21985,20179,26633,9805,27180,29397,20675,4719,25404,6830,10643,17803,635,2972,846,17929,11420,13424,25107,23529,5250,20810,19737,24832,14104,22507,4876,10906,12382,2213,12096,9657,1243,1690,3073,29485,8908,2836,26381,10218,26386,25053,3225,160,5494,21654,3360,3064,3064,5887,12876,13538,3334,16661,12616,432,25529,14373,28292,4338,18861,8522,14797,10501,14615,15775,28877,201,13886,5541,925,18274,11637,9335,21175,18341,9439,7448,3890,827,2176,25092,6847,26421,25656,4037,4890,4395,29035,15166,11589,3326,26433,9261,18359,26436,22986,25409,10035,28581,4839,27887,27685,3192,29249,29249,18145,20251,975,15252,6811,24050,15810,12331,13429,3929,29141,13881,26444,1375,26457,26457,26458,25385,24137,26460,13416,26492,7214,8057,4579,23755,19797,7154,2850,8799,1574,8981,8981,25117,2346,14099,28725,16668,28735,26475,26474,8017,14728,2230,29593,26484,743,2706,26488,26502,18537,20290,4071,455,9271,9651,3285,11678,26067,1060,4601,4601,1060,8413,8413,24383,5407,11151,26507,20555,24031,3452,28803,5839,24689,16673,4976,28937,29312,17320,11419,14345,12690,12331,4915,8112,25730,10801,21580,24734,5831,14826,21366,18658,5611,215,215,27768,25955,18478,9453,28701,5360,15122,27566,4753,25920,705,26539,1705,2080,14701,17010,29452,14637,25516,8961,22654,637,9513,24427,2511,26550,23206,26553,19538,18074,3865,10996,1399,15671,24593,20421,19978,19598,5570,22672,6875,3208,2931,23877,24086,3519,8558,6859,16882,10968,12011,5399,24817,26576,21136,21488,3418,26068,21454,26581,20398,18800,22090,8652,28065,22790,2347,14473,18520,11219,18330,19304,27552,307,21040,7261,29585,5348,16924,7354,24307,12161,23768,11945,26595,8013,3072,10520,6220,6220,17680,17680,11011,7936,2147,22429,3695,190,11313,20348,851,459,11763,24391,25997,3363,28154,8553,4024,26811,7013,13933,21753,9625,11140,6196,28368,15060,1877,26613,13863,15425,29650,19683,21441,8182,8110,5925,2332,26619,8483,18823,17592,25649,16291,3917,2296,25343,15141,14698,12665,11271,13822,20135,1498,27387,28834,8398,26631,29523,339,27750,18747,21854,16281,19561,24999,17068,20956,3251,3251,26689,28931,8898,26641,18233,4283,4283,26032,26032,2604,9085,22565,26646,11895,1367,19837,12921,10783,22470,16165,7390,16136,93,12802,26657,20118,3214,2094,1117,5897,20133,6912,16094,12695,7411,6613,4478,28720,1688,21961,27795,764,25000,13382,15237,18915,3642,2681,15160,8245,12966,20879,17881,7590,27079,26686,27079,25285,1870,1870,24580,29106,28415,14176,28530,4654,7231,1017,359,359,22770,12377,20101,26296,26700,5302,21522,16698,20369,14202,26705,12468,24528,1870,17158,15614,18047,4355,1894,8056,16610,19662,16888,2125,13985,2702,2702,27022,6344,22225,26712,12485,23763,14626,4026,7084,20740,13877,17539,19440,26722,1113,26935,1446,26021,24788,20753,20753,13075,6612,26128,26732,19658,26732,26732,4749,26738,13470,13470,20364,9897,5953,2904,23690,19452,6825,20899,20503,17669,23045,19228,2073,6205,6448,22728,26751,21937,23250,25552,5211,4022,23748,26755,7402,2560,1801,27136,20736,12438,2637,13561,11766,12303,17337,3518,26197,23080,8197,17304,15035,26774,14750,16771,20097,6857,6616,27422,28300,11753,6474,21118,2036,26783,5009,21374,3167,1836,3954,13968,2213,14960,10443,12314,10098,5468,23422,7253,26796,5828,13405,19024,3488,18199,10386,27269,26567,26327,26231,26806,1328,23214,2750,14809,12866,16845,27178,1021,5934,23267,10776,12365,29286,24681,28498,15797,9507,8510,5536,4141,29383,27336,1767,15690,693,5843,12073,20439,16485,11060,18537,24687,45,3104,2975,19851,28718,28718,8034,427,14041,3249,13587,26836,11790,13823,12884,27711,5732,16279,20435,17725,25634,8913,27499,29352,5547,26844,26846,23080,10470,20695,5692,26002,1825,10992,12533,23643,24656,8629,2293,8152,13530,26931,28136,8093,21419,28019,13430,9247,3852,15971,23511,4136,7982,5817,2550,16752,8972,26863,26863,13073,4341,13594,26867,24675,16436,4261,4261,10280,4769,26878,113,26881,13767,24879,28848,7155,11315,12518,4026,14786,586,15770,6825,26896,2325,20575,27235,19928,21789,16219,18533,1595,20272,12408,26910,23785,22854,8967,8495,13496,7935,6973,8953,17462,24573,21793,28133,12207,26923,14857,2475,14950,24257,8347,23423,28292,10126,24432,7649,25221,21002,20106,4324,12421,16368,1853,1323,15943,14137,10903,9110,1588,22481,6690,8641,15482,8432,19707,7444,26952,27113,3967,7851,20499,15350,26964,26963,28326,1681,8493,17472,27310,27310,11446,26974,26978,15871,25675,18010,20818,8805,21927,566,4335,4527,2607,12631,12877,4786,17462,20831,25170,9416,4543,21981,20185,18965,19852,19564,8177,17645,23099,24948,13410,13438,26998,10895,10895,27003,6035,28688,13242,25382,22906,27584,26580,2621,14871,27094,21469,6133,27015,7432,20287,2452,5415,15340,15341,4038,4038,24622,8030,1801,20697,23488,17671,27020,19348,27023,27025,1708,8077,25261,17348,27035,25045,14819,17302,10037,9508,13010,27039,10495,24582,14212,27044,16749,11327,6574,22138,23115,27049,27050,4685,28317,18006,3156,4077,21264,25145,19071,12793,307,20061,15925,27064,4331,18709,4761,20762,23878,20029,18224,6219,28258,1799,6487,28151,17369,19427,27114,15081,5911,27073,12135,28827,27758,2734,16568,21896,27079,15796,16164,16703,21846,11605,13454,14209,6905,27086,9672,26223,27088,29388,5025,14697,14697,13130,16438,27095,22864,5776,25061,27098,4407,27738,7773,12627,12211,9357,7719,27102,24142,27103,12395,7246,27106,27106,26714,27112,2497,27113,28803,4402,6456,9042,17164,15058,9026,18066,5401,26264,5576,27115,24335,15050,18640,29030,27123,7780,3549,20228,23590,1115,163,22446,7674,24556,28532,13299,28821,7706,12283,27143,9261,6281,13604,450,24223,14273,21114,3520,6772,14765,12913,9796,26255,26671,17258,14455,6433,11225,11281,5073,25001,3350,18422,11828,20686,15261,23012,17181,1973,23255,25035,28189,25127,20452,5983,18426,12533,27174,22155,27176,14339,24887,12422,10936,29074,8586,15718,27622,6839,22857,12481,17471,17471,27183,9928,27402,9073,12542,15720,24056,20321,9596,718,29625,7673,3233,3233,27201,20448,3730,8257,12634,9400,27204,8087,23778,8087,28816,8568,13864,27210,14658,24154,8033,8033,24154,13676,11336,13657,27799,11824,11396,789,20429,16431,23005,20368,15522,20463,14470,27228,15141,27234,12788,19804,29568,12272,4608,4398,22691,7182,27647,16546,23414,7750,7750,3673,8038,21136,25799,21074,27158,22121,6884,20632,15127,779,29511,4717,24856,28569,4574,12661,4325,7354,1021,13272,6465,11117,91,27255,18835,3120,24741,2559,28747,27260,25380,10195,10733,16426,27264,3830,25506,6456,22915,10180,7041,4685,21766,8490,27270,10428,10754,2872,8948,11513,450,14598,28587,11865,11865,28247,6386,16585,3636,13340,11233,11233,25477,15207,27492,27007,5690,8034,12341,3234,9862,2810,5584,11281,28334,8061,28554,29016,27315,14998,21519,11664,12664,10669,6372,18695,17880,27321,16339,21220,1426,18854,22227,26738,7280,7280,20292,8552,362,16652,5329,5328,1809,15197,10166,20946,23943,17220,8194,19041,1518,1518,2567,4035,10956,15755,8003,1292,1582,7159,3501,4287,1140,14036,6649,11735,12062,11670,8617,3885,9589,1392,9706,24292,26725,431,431,24660,5144,15402,25148,18554,2356,2312,17369,28710,24817,7888,14907,20221,29350,5334,15539,12029,20578,28760,16248,916,25568,4591,16466,5739,18158,16588,8759,14548,9833,4774,1773,9822,21311,12502,22278,9575,27191,15697,20084,7946,14429,20228,9864,19306,4799,14806,18714,23149,5208,8808,2709,26035,10411,17052,14845,20243,16767,11579,4442,29584,23011,12283,18807,18808,22891,14311,11355,4449,14100,13991,6184,17023,8046,15158,26071,27439,10715,25918,26093,12362,20483,3424,11126,6589,2568,2945,7336,7336,25599,4174,1853,21056,2227,24542,17005,26367,1393,28664,22834,12032,6371,18156,11907,6165,19023,17118,13332,16095,11787,17733,9743,4851,21149,15151,11703,4711,27468,4786,5197,11516,27473,9870,25522,22209,15814,8375,2912,5464,7703,7703,13611,11887,15259,16799,11698,567,17042,15853,8601,8724,29070,29070,7465,14750,9993,10031,24984,9392,1781,27423,8021,1108,20004,1610,1206,1465,7884,3623,20895,25063,28848,1986,27871,11783,910,6904,1489,9772,1408,19738,19025,29743,7349,15855,1924,2799,2627,28413,28953,4108,4357,27509,13836,27510,27514,7077,21147,965,965,9020,8024,7636,27520,2123,25094,18486,18486,17755,21473,27530,5599,23616,19368,9705,2856,9657,2165,16711,16711,27539,16473,4633,2546,28129,3163,11568,11568,16207,11087,14316,18223,12658,1015,12568,8436,15700,19418,13193,13193,15253,28639,8808,25750,27624,9635,2934,4453,1048,10071,20290,18038,16637,26332,3519,17257,7336,24738,28437,14351,8924,27066,21238,26564,10827,18495,18495,27580,15508,9997,3882,8797,3117,8797,23660,18338,4810,4218,29475,3767,3767,29215,86,7956,11931,11931,7747,11501,14878,18900,11514,27173,7869,11443,3735,27615,5516,28284,27619,18378,16046,6501,8570,13648,4465,17890,70,70,7757,27630,26635,8960,21221,5984,16713,14885,2875,10887,29390,27553,4165,6336,19488,27643,11144,50,27648,16775,14220,14220,6541,14249,19009,53962,53962,19503,25913,10266,9104,18557,12090,17180,5567,1313,1313,13786,9435,13433,27267,27318,16991,23421,6431,27669,177,23219,23219,1240,2305,22918,17234,27882,4299,24632,16385,28966,10719,27686,3812,21062,9865,27690,24236,83,9903,10184,5533,9303,19046,14555,14314,6807,610,22554,9007,24502,23299,27361,22171,27708,27043,9400,14657,6686,8897,15210,3304,13715,2613,27723,17173,27727,13719,12268,23618,27728,27561,2496,25624,16438,930,3487,19231,19420,15521,5479,26518,27739,10047,27741,22673,14800,29525,7848,10178,20333,12421,1024,11368,24559,9175,9175,16640,24657,25179,24129,3519,27852,23554,27401,23462,12605,12605,20617,22944,3047,26141,14018,23936,8008,13653,18843,18849,524,10637,13453,15173,11746,4678,22793,12269,17127,17523,968,17228,7710,28009,27778,21187,27779,13734,25584,17054,27783,29593,1288,15060,27920,26147,7590,2991,12014,17219,24464,3837,13341,26672,14317,26056,27806,4156,27814,23237,27876,29250,15942,27362,9388,29137,27821,10741,3215,5072,20786,15935,2669,28814,12169,17404,4051,10828,2037,25280,26986,4666,29165,11747,16714,26333,13175,1307,14631,27841,7358,13774,26461,24578,20611,13514,16897,1466,7517,4290,15619,4514,4514,28172,18641,15093,27032,27032,8131,682,27839,6138,27857,20028,2314,15791,24001,28050,1311,2168,29438,12292,12292,13011,8396,22412,398,1819,11818,26535,13602,17705,27876,13472,24668,8910,24518,25007,24857,3598,18897,10298,29453,19040,18673,19847,24626,24626,22546,23295,10137,1947,25003,21971,6613,15986,9938,14225,14283,6460,27123,16059,2509,27901,1965,10339,10339,3721,4309,18988,18385,4219,24260,27907,11264,5108,21667,11079,9700,28423,17592,26982,16672,14280,12777,20119,3076,3601,27914,14399,18330,15641,27918,781,4417,27918,27919,15114,15115,12110,27922,21941,3993,4999,21945,19337,263,10056,17805,1436,520,14089,23156,21124,10063,27939,26605,14136,11222,24797,10993,12374,27436,25658,27949,21468,3250,21297,9745,23794,25391,25391,27956,2403,6160,27959,21742,7805,21148,27961,8435,15546,2237,22530,10357,12058,21561,30,8506,24119,23983,16861,27975,3792,20982,6242,28518,9018,719,2728,27981,19064,15020,23396,4608,20146,29228,3015,26769,19690,8349,8349,16382,12974,12974,27995,5379,12873,16795,7334,10762,149,16587,27377,21825,7770,15231,22736,10652,6858,12075,28011,18584,28012,6281,14122,13401,18020,1642,11701,29671,28780,19070,28022,20182,10472,9501,11264,28459,19826,16862,19137,2868,17709,20592,24413,10306,28033,28033,1266,9737,15821,22775,7943,12270,12149,28041,11150,4913,9976,13968,29580,11389,23565,13277,4124,11500,25212,12881,16766,22140,25958,26978,26517,9679,4240,11567,22403,28057,7029,19903,21115,28060,28061,18570,22263,8375,17045,15467,21659,6298,27191,26430,11796,29538,7863,7862,5375,15464,5635,6446,22019,25969,22814,7766,708,7166,11017,8022,27145,27145,25783,24452,15570,20052,14971,2038,989,10114,2607,11696,9926,6075,22709,6599,13236,21168,22540,22540,18158,14260,19683,10974,28964,5895,8310,23133,18283,15113,23580,17689,346,7559,18379,27915,4778,19255,28107,23103,8727,9033,24978,21443,28116,21056,1504,25364,26734,9658,28120,25624,18739,28131,3764,870,23859,4914,16207,7703,19090,28141,28142,18085,21984,10047,121,104,13135,5720,8097,3546,28151,25804,9671,24545,23887,21352,20691,8259,1066,2526,1734,1663,13185,10597,28165,12247,23486,23061,23061,21105,26949,915,3161,299,12886,9495,9495,23157,5420,17504,23230,28199,25208,6572,29074,29347,28179,11493,12798,19746,8331,17176,29375,13099,22002,27790,27583,4586,18574,9071,9071,7878,18042,28191,3876,21149,9946,9118,10383,27991,23452,21167,28204,2260,28224,16053,23390,14844,28208,16272,13587,19433,7668,17616,17616,13991,28211,6127,28218,27015,1444,28618,1444,6936,20386,12402,21917,28227,11138,8320,10975,8099,24614,21586,14365,9143,6019,28244,3209,10629,14860,16940,18998,23610,16435,17991,577,9774,18979,8800,1683,2829,6134,2960,22014,22400,10764,21024,10695,25127,25249,16985,27511,28269,27170,25853,18693,9689,25422,29339,18750,26712,10418,7568,8391,14017,7044,17867,12357,26747,2654,10083,7596,8035,9712,18456,10861,5049,20129,20129,543,19367,15695,18515,13415,22214,22214,18484,19286,6319,28299,15690,14808,21805,7736,28304,28305,26286,7669,28309,12127,3937,7622,28310,10391,27632,3979,472,7551,5696,13249,28314,5704,10789,8070,2525,28321,5783,6870,20543,15615,15526,24273,28326,3033,28441,18100,12960,28328,15075,27982,28333,6136,28002,27699,20788,5282,18124,20628,15231,26777,28338,29646,11863,11863,28874,26787,7401,2277,19849,16221,15551,29315,16909,13076,4444,23689,5885,11224,3440,3440,20890,5822,26422,11537,5222,28354,26870,5205,29293,7304,29685,7274,14761,25773,5329,22508,22508,15566,22753,22753,1254,842,18814,28376,28379,1597,13448,19702,18172,3634,12836,28386,20553,288,28390,14854,25781,357,7602,28394,14261,26112,13551,28398,15099,4380,663,27731,9781,20761,1695,24358,28403,20639,24454,28407,8173,24388,7539,20992,28411,7539,18488,18488,11649,10194,6421,21680,26437,17602,12748,2576,4693,28544,26706,321,9714,9661,9196,27903,10765,16578,29383,22491,28427,19930,19858,21534,22989,28435,28435,11435,13990,27104,28441,28444,5127,8300,14622,28446,676,28451,28452,9172,2239,3491,19895,27057,6118,28456,3969,27254,9886,10798,9525,17933,16692,2171,6340,28753,12691,8424,11504,6085,29367,28472,18512,28473,28474,1696,12025,4972,3341,28479,2780,28463,11782,23698,8545,11933,29071,8671,25316,13715,28489,10766,25454,20069,8570,24320,28491,20777,1989,29049,13440,7743,3670,12421,4234,17116,18530,1876,19434,2780,22060,14644,21694,28494,280,341,28499,22886,15800,18617,1214,16150,532,28517,2907,8789,11144,5116,2191,28523,28523,28525,693,14557,28531,28533,22595,28534,1492,1236,28111,141,19384,15593,26371,20993,22137,28548,16142,4418,186,15587,18771,5290,8098,7130,1432,6367,7889,28554,15757,17286,19243,11785,26134,13405,17498,6976,21478,6533,9384,28275,19597,10082,15334,11294,17740,15203,4777,28488,13692,17178,28571,28573,21353,28574,28575,4822,22917,25560,5359,11620,16268,12833,12835,10077,28589,15038,10758,22820,19923,28061,14398,29484,26878,3856,26226,12055,6170,13091,25310,8563,16815,20949,8300,28612,7257,28614,16365,2416,2749,28620,14819,1465,29394,63,14546,18951,14698,29596,8587,19465,5461,17733,11805,16120,16914,22637,25254,11702,27524,16339,18053,14277,10689,28633,1275,6695,28688,3650,3291,28642,22269,21458,28646,7933,24289,10279,7286,26904,23613,3181,13010,22096,29272,6103,28651,490,923,8323,29052,23545,25733,3595,8879,28656,22246,22544,15914,15914,26225,24413,9547,22273,25510,1757,8991,21447,19203,27589,21162,28944,7567,22995,28674,28674,24686,4604,28676,24042,17772,26662,3268,24380,2150,13203,8075,27255,2150,25820,5529,28685,28287,3409,6672,28687,18245,19036,23780,14298,4462,28697,6413,14867,6012,9295,28702,13708,23477,16789,25595,4709,6014,162,1750,5558,14723,19032,9470,10711,28716,2837,19831,13343,28719,19126,3655,11345,8769,29675,11213,28882,21633,23478,19051,13153,14986,17177,17436,10445,19280,1035,12141,18797,17959,3216,28734,5846,9626,15720,12062,28736,28736,599,7243,22163,14389,28744,21866,7312,7312,425,11329,8892,22405,6205,6205,28198,3096,3603,21789,19040,5165,2385,28803,1697,7734,12431,5055,3294,24525,1781,10087,3795,28763,14811,15230,23875,1340,3533,15471,20662,25801,14466,28776,22299,3450,12536,17938,4930,14427,9208,4289,3325,3325,252,11382,5196,27476,24765,20816,28784,8573,1336,12620,9554,3930,4586,28795,9437,4299,24223,11975,27524,1873,7694,11530,5323,1003,82,28803,8097,9006,26904,26044,28486,23379,6989,24952,7215,9778,28813,20479,20479,9156,63,63,23561,10402,10222,14223,14223,24462,2026,6646,16114,18839,10841,24837,22432,29077,13951,14747,22136,6581,13816,28833,632,7309,28837,21563,15548,28839,7236,20449,13252,9236,27423,14221,19374,16654,28845,26285,3780,23706,5477,21458,14786,23333,21250,3094,9220,28857,28858,24532,5575,12220,25855,10324,17434,7632,21830,25278,1212,18262,28872,18507,16470,28873,28879,1009,9683,4378,929,7628,28077,10272,19962,20725,10564,21214,15835,13416,7906,7906,20248,29238,20896,22416,28893,23082,21644,27783,6251,17481,18053,11045,196,19018,7828,11921,28907,28908,28909,28910,6758,18820,19289,19289,28913,5545,14972,8528,6954,4717,23091,2315,25727,5993,13633,28923,28924,20590,16857,16082,3724,3724,4551,10146,1842,322,3800,20709,13852,10632,2652,19839,27667,8293,5215,3729,15681,21798,21913,11735,26552,24649,17759,20087,28835,20605,5059,19017,15338,28957,1977,15749,4859,1439,27229,28963,28966,17784,7586,2751,23194,15144,5845,13078,7540,8162,19389,10736,24195,397,1364,1364,11279,28972,28972,9614,18202,18202,3817,3817,9943,16670,4676,12698,4676,5657,6002,16921,8275,19896,19896,11781,22814,12627,29164,22021,22387,11360,7295,13444,17614,8090,10467,12009,2697,19939,15455,19837,15569,3640,14067,7119,20318,5483,27262,24338,12940,4065,15422,1099,15097,24099,21811,15208,29015,29016,3099,22235,23751,47,21960,21960,23898,3387,9413,18048,1744,21056,9713,26839,25312,10688,27350,22982,22909,18854,19725,17230,23544,23474,15109,25126,26142,24164,29043,11411,27063,11424,11424,1608,22923,12128,24500,24557,25383,25249,7102,8585,12899,8756,16673,9718,19102,19102,19717,18013,27950,12056,9708,29060,20242,23531,1721,21737,29464,26073,9896,14209,19389,1754,27515,21714,11642,22050,20470,25439,24180,13246,5492,13301,20752,5639,16314,10207,20696,29091,13551,11768,7170,21700,1282,1403,1950,965,21018,13897,21040,2024,10020,2165,17648,25033,25033,13945,29110,13319,2709,27250,15853,29124,17306,10423,22597,27804,24545,4141,28684,12511,13302,16682,23678,29130,23021,25897,16453,13906,1522,29135,23712,3010,9674,3980,29137,3559,25934,8920,10794,11301,9073,7256,16419,20787,21727,16084,29471,1677,29145,6165,24113,4500,29149,10453,23890,11147,6149,14285,17399,17696,29151,29153,2187,27844,29154,27486,14878,4393,21231,13652,29157,22634,283,9572,10561,2365,5694,18631,29163,2381,12423,18605,14706,11391,20677,12368,20207,9600,12589,25454,3139,13647,4448,3919,25215,10593,25505,22707,15470,2471,10532,5219,2550,29182,25831,11228,29187,17904,53907,13104,11539,693,16240,3089,20893,84,22830,5064,12618,11879,18648,18648,17269,29197,17312,5313,3589,21743,8238,11457,13684,28892,26767,27706,22737,12738,16032,19352,7624,22311,25996,20635,8113,1795,17800,5425,10881,6619,9799,3495,3861,11480,14315,29230,20579,1445,27922,19012,9187,29233,29235,29234,23993,26358,8520,5663,8099,19286,885,14661,29254,18358,19254,14332,1554,3080,25818,12112,28759,24308,15246,4152,21818,14831,10972,24017,16715,976,11261,15165,1947,15702,26201,1881,13724,11093,29258,15540,3791,26021,22421,2268,17170,16069,17963,4387,29270,28297,23144,15811,29274,7733,13553,25641,1348,20239,21992,16017,24358,26550,11186,19275,3032,3032,6904,868,12906,8966,10254,13929,26436,9535,29293,4393,29297,2734,21527,29300,2101,27040,15170,10263,11348,9138,16465,20290,9714,29136,6861,20055,20055,23864,12685,29312,9553,2807,24761,13093,17105,14738,2243,18165,29316,8605,11054,10831,21079,17500,29325,24373,29327,3788,19579,3592,9579,9569,29684,24129,11621,29339,21142,4273,24216,24216,16058,18048,29343,28020,5797,6360,17530,18403,7057,7057,2281,8678,29356,28581,4300,19035,20733,7246,29233,26815,742,25114,20041,19496,5766,1222,23138,6591,9106,25531,23252,6928,11988,26071,18707,29379,17814,28045,20561,29127,9902,8510,8297,17231,29591,15063,18728,29387,29387,29390,2828,29393,5418,19785,1725,20802,29396,6166,4201,378,9443,11823,11050,29404,12986,18759,10477,7991,2012,8140,9125,16871,9083,9857,26746,18980,23576,13443,22665,16228,19413,7984,18785,18785,265,23360,8950,19601,2088,2088,6742,2324,20742,21878,7528,20158,3969,12352,24312,10569,10545,5364,25206,15143,25857,17009,22775,24718,5411,2109,26006,20804,19089,19108,13274,5192,21192,29445,22067,18179,22129,28770,20126,9566,23835,23835,29451,6906,1068,13495,5718,16459,13226,29455,21001,20644,29461,20074,21798,16697,11050,27819,20096,23437,20189,1987,8420,23379,8404,12402,12402,2241,15742,9636,957,16644,5664,21401,1564,29484,10792,11525,29017,24164,26034,29408,11678,1626,7833,23314,29495,27124,23497,6998,22291,10470,7262,16662,16662,17021,10369,5993,8708,12471,11529,5242,4610,4610,298,5157,1746,19236,29437,29511,7657,15812,22984,16422,29519,12002,855,29523,10026,15709,15004,7944,11805,29529,6507,13763,29572,180,4073,5386,3837,17643,19661,14848,51,12827,6585,29127,20490,27344,10503,22201,20477,22395,1712,7174,20351,6271,3720,16444,12122,17895,7474,8529,16115,4772,29544,15475,29550,18996,29550,27300,20519,5527,5872,10943,28982,23288,13100,15712,1118,4481,4907,7162,8532,22007,4645,8246,19817,15650,14712,5161,27448,21624,15449,15802,6513,23930,68,19176,21781,13101,28374,25055,4742,2634,27352,14099,1570,18166,19267,29593,22677,4320,5586,8669,7833,4542,10576,2268,22849,16468,29609,10915,3827,28381,6835,15968,19250,15747,11761,29619,9186,9186,6250,9468,29623,3473,9430,12366,22714,1546,28181,11353,29627,20978,2136,13397,6389,29633,21661,29635,10716,16856,21040,4765,9862,18259,6925,12062,10809,13565,604,20544,22920,9027,29648,20058,2652,12115,29671,10883,26036,2554,15920,10756,5895,1506,13327,8825,1422,17341,26455,24426,1956,26696,3839,26518,29205,14608,29666,21995,27113,12085,13130,20873,6935,3961,11468,5005,7889,3963,23825,21263,25807,28849,21942,13130,8230,19970,6595,27411,4659,15107,1864,12687,10029,6318,10534,20158,1637,6071,3732,20610,21469,27013,29696,18964,18416,18964,6141,12572,17073,6163,15252,6269,29101,19145,3732,7729,8418,29708,29736,53957,53957,905,3819,12227,21267,29713,53969,29718,53877,53964,29744,53966,53846,53973,53986,53997,9052,14979,53982,54011,53998,53966,53983,53983,53982,29742,53936,53906,53990,54008,12410,29721,13834,735,29716,16915,4229,53899,53896,53985,18616,54006,29722,53910,54014,53952,16241,53889,53900,29741,17120,53906,25489,32092,53769,49604,53779,36435,36435,40980,53902,53848,53848,53793,29746,29747,46810,30468,53802,53884,53862,53808,29750,29995,42196,49814,53935,47139,47139,51012,29752,49034,29756,29755,29756,29753,29753,29755,29753,29756,29756,41428,47156,32487,36629,48473,43129,40899,30857,48589,41022,34508,49420,43483,36554,45909,45931,43046,37250,44791,30673,36749,46099,39087,30901,35715,48367,32800,43915,36990,33857,30772,43156,33271,46756,32930,31023,36298,29765,44228,53236,29827,29766,42164,52133,51886,46870,42450,53148,44041,40408,53736,42269,46987,35793,48415,40859,37318,35176,37794,32338,46374,42178,46877,43783,39587,51556,36656,37795,30884,49480,38940,38374,29774,36368,35033,35987,37940,48638,45602,30138,42901,37937,53677,47365,29775,43370,32458,42353,44398,40042,53692,32091,45716,42993,45370,41060,33898,43956,50492,43184,44259,43434,43155,45608,51749,44792,30372,40665,34745,47713,37245,42584,33635,40992,44649,40150,31603,46741,43670,40012,45978,45733,51549,31993,32375,43739,40140,31141,43460,52892,33962,31772,43689,43000,35811,35275,35298,34397,40866,37349,32125,41254,34099,51350,40378,45633,40248,43888,49977,35628,40992,50464,41650,39337,36250,49015,47917,36111,47249,41908,46088,39697,39298,39902,36387,37845,46748,40521,44634,40825,45197,38649,40341,44651,39024,45567,43409,34481,39729,48850,30532,41533,45057,51681,29790,47528,46816,52855,32621,35587,47512,42345,29793,51368,37294,39778,47134,33759,30931,31983,41785,36327,36420,41143,36863,32551,44031,29796,48031,47207,43521,31974,42609,45406,49521,33260,40513,47365,44909,33994,52497,53265,34043,46512,31095,48191,43731,35510,46025,29800,46202,30447,34795,38715,51895,49129,38501,35217,40659,34835,45242,44019,39849,43488,42393,47498,43471,45397,32688,42503,46859,43900,30957,45008,32477,46184,33901,30173,49551,52896,51324,35590,42536,33578,32049,48455,49332,46104,46075,37493,44197,35153,39707,44035,38812,51492,35180,42911,31465,43049,52888,43876,44993,51212,33421,40638,29813,34842,52078,45337,31013,42323,36834,49863,33172,31713,40845,41406,34967,38191,35471,34288,41565,45507,39362,47057,38188,36366,31330,37112,52823,39736,50539,40641,53679,40593,33665,53552,46817,40330,49072,35360,35343,52942,44578,44962,46522,47456,34276,47614,50123,41964,31495,51390,45274,39313,52099,37798,51843,53676,48441,30965,47199,37621,35910,48178,46047,40532,32259,52182,33611,29825,36472,35338,52291,50235,34201,50323,45188,40552,31831,31087,50088,47809,32705,43757,34357,41318,39726,35599,33874,52844,39726,32486,46591,37804,37667,34513,50927,35011,51076,44998,51682,49620,51676,48866,31134,35148,41711,52371,44368,36680,41160,48221,42700,39114,40701,40767,52368,29832,39618,31387,38469,47756,46308,43546,39339,29835,36981,32022,36654,35703,39838,31501,48817,39776,41447,32933,45197,50014,48552,29837,43817,41746,51385,46008,30999,37826,34779,35181,44603,43883,31582,33595,53221,46339,42259,37287,32269,48926,49204,49130,48170,33155,30999,48089,43506,31249,53981,48035,51513,51760,49820,48944,42486,52855,46212,49174,32591,38480,46463,50825,47523,39960,53686,44654,40775,42205,40666,30902,43985,53680,38982,46417,42677,40932,34149,33134,52421,41055,32782,51232,44192,37157,52834,51780,34313,42242,38583,48349,46071,35873,51694,30179,51980,40985,47865,42342,51313,39469,51913,38342,38062,29775,40261,34397,49660,38616,50963,45642,48357,34298,41323,31945,40680,48398,34034,30102,51734,47162,42954,49998,32804,47271,30871,38047,30385,39854,51736,52385,47421,39601,41414,37304,45108,47983,34675,47847,47396,33663,33929,46598,40142,32520,39553,47884,34198,48448,42927,37120,44960,46113,33773,50935,45798,49938,44609,32437,46419,47308,48659,45706,46806,35327,32951,44457,52217,32894,29866,37899,48638,50898,31149,44914,30248,37406,44750,46397,31992,53147,43569,40527,37571,38646,49992,40242,32267,51324,43727,33914,35782,41125,48986,39576,34340,40221,50650,35846,31271,38775,52825,52157,37672,32616,42563,37122,39195,39857,33046,38492,32512,32828,39225,34620,37217,30243,51560,35423,40933,35691,45904,37039,29877,36265,48863,41494,47265,49445,30372,47902,42510,46713,29919,31488,43853,36985,45546,49940,44393,40918,42740,35399,43034,41431,53330,37847,49816,46517,33238,41750,42610,33556,38401,41125,33554,33459,46481,44864,43186,32366,33378,50118,30534,53091,48970,39373,48170,42378,43336,32053,42123,31073,31588,32355,37879,41425,40601,48012,40521,41811,53435,49518,38323,35171,49162,45323,43748,30948,47466,47526,51103,38781,48195,48776,50064,52573,44484,40558,37495,38148,30959,36825,31552,33910,38992,41376,43340,34959,32885,44335,39730,52067,47028,46691,38347,41290,48205,35885,47390,37319,32328,32884,33545,38164,30492,34435,37439,34980,35610,34818,34917,40679,44504,39080,36625,39971,49448,34018,50329,51831,37154,29875,46733,52394,46826,44839,30779,39761,51953,49341,49044,37474,51492,53052,51407,41412,51576,50544,31206,34273,35848,47782,53502,41206,38280,38876,29812,46327,37601,36796,38579,30771,50696,34530,39190,47243,49595,45585,44437,46340,36387,46832,32593,35736,32696,31033,47694,48580,49801,44464,33061,43121,44407,37757,48403,44260,39660,33494,31553,50465,41165,29904,33577,46214,35115,50141,40718,34730,36255,43598,43947,39973,53512,52031,46305,42032,51078,44072,50127,43920,40576,50125,45611,37573,49406,42683,30101,41780,52240,48990,50892,42170,45100,32856,45396,31921,44953,44600,49963,40061,44508,33542,50288,37325,40539,50719,35759,47709,32401,53560,40994,36945,31816,49653,48615,53227,36391,49992,32145,32226,32896,47831,45627,53086,36939,46260,50967,35231,51093,52745,46275,39780,39286,45842,33793,50198,47477,32987,33639,33639,48789,43342,37353,36970,31206,32960,38897,34500,36751,49673,42998,36817,34354,44552,35832,49481,41842,51331,42702,31393,37533,47095,40158,37040,45376,51556,52047,41246,49679,32804,35820,52380,32163,35076,33243,34197,30421,42256,50435,41533,43166,47916,31609,36149,50853,41697,44420,29920,30947,47665,36829,50078,32767,43036,45964,36496,37160,32660,39985,45958,43298,41596,43170,46831,31212,29921,36611,39891,46494,36172,34794,37070,38090,47170,41046,37788,45878,49123,53598,31471,30712,46503,41418,43676,52063,39755,47063,47043,40814,34878,32743,43092,53503,51307,31514,37842,38063,39038,40978,32020,46519,41796,33236,39848,51530,45641,34483,37671,40831,37427,53662,35110,46904,45902,40598,30732,51374,33752,40093,44809,30477,34810,46804,32307,33830,44826,38235,46721,36297,43286,44007,53206,42998,44628,32540,47459,32809,52619,40258,49287,43928,51632,44238,44558,43777,38379,37932,52461,38748,53105,50503,50812,38030,36719,42856,48930,50106,39803,41066,38636,36403,30500,37328,47423,52973,42949,51584,42233,45914,37716,33082,35118,31360,37626,39833,41320,44198,38305,43684,41021,39424,36090,34498,43839,31128,33228,39438,37740,29970,47353,47187,44488,36450,46007,49145,46231,48274,40340,39873,42199,45943,29947,34148,35499,29949,32430,46292,41732,48323,46951,37178,45319,43176,29951,45560,47659,29776,37047,29952,40894,43424,36920,47025,49549,40627,30846,52722,52687,46763,49849,33664,52884,49937,41164,47497,35658,53517,41540,52355,35990,38183,36501,31672,50716,44250,41111,32387,47786,46156,51702,47984,41563,39164,42457,29961,47106,47900,31819,44625,52052,37082,31041,46215,40227,50575,52991,35404,49919,48771,38080,35364,40569,52861,30311,44556,31979,37813,45155,46773,37289,34919,43174,45877,45877,40847,45477,34002,33709,52952,45879,51006,39622,43295,41006,37536,33950,32912,47644,31602,53325,32416,42644,43217,38317,32135,43709,36485,41378,34765,31609,48245,42396,45594,47947,53700,50896,36720,39763,33420,40363,29974,35480,35081,42559,36905,36533,49924,37255,35961,41208,38609,36681,31196,41519,45802,53140,40733,53469,34347,41232,35904,33479,31458,47733,42652,45088,33264,43680,34510,46928,51136,30278,30279,43931,40629,46467,37782,46376,42734,37633,30691,33635,53653,48822,36403,51282,50986,36122,38037,39120,53313,53890,47575,53286,34304,48368,32940,30331,39250,40977,31277,38907,52348,51717,47042,31082,29981,45739,37148,39962,51660,52021,42427,32224,51561,51665,47255,46007,36546,31393,34305,34317,39339,38897,47698,30980,36721,35325,34467,46927,47487,41525,44423,33235,38732,33600,46792,35288,44991,44993,50439,45954,34988,52556,50617,37746,36959,29987,41396,52991,38020,53455,44172,44334,34937,36341,36011,34139,30791,39552,46447,52993,32555,53146,34510,38834,40793,48967,53665,43960,42161,51122,47610,41124,33861,32024,32050,48246,50061,53380,34622,35109,33666,32994,46267,35294,49193,44974,45610,35396,51889,36048,41443,49752,40442,44012,50374,53166,29992,35161,48254,31602,37334,48329,35872,47109,44870,40493,32165,35455,50037,33649,37976,52808,48972,48110,39004,35136,39001,50603,52954,53157,29748,49844,44409,30558,45118,32740,32762,43093,33688,35252,36167,52311,31965,51478,35523,41333,34131,39728,48430,41429,30242,51060,52413,48960,31701,34919,32584,37165,33502,43554,49003,50854,39079,39900,49422,49697,41789,41743,38968,38720,48946,44220,53076,40630,49262,53603,38607,52679,36408,43170,53564,41382,43788,52419,51099,52449,49821,51039,34860,45389,32570,34418,41514,47126,36408,48345,45794,40287,44703,45060,50437,45101,44050,30008,44628,51237,41037,39786,50238,51621,50515,50925,40606,45938,50470,33715,38725,35730,53700,33495,41497,39346,46401,31376,35027,41455,36470,33924,39126,50745,30299,45486,30669,44714,33619,47694,35239,32245,52873,32381,46746,31341,53661,45635,45142,32300,48407,42187,53248,32554,48813,48147,35598,32914,43970,38554,45188,47708,44100,33704,47850,30017,49975,48460,32794,36584,35420,30041,32340,35242,49448,38627,43390,44617,44463,33311,34167,42911,48600,38059,43082,51551,32696,45756,46474,52750,44326,36704,42651,37927,34372,53239,46376,41797,43871,43038,38340,52958,50277,37411,41776,51651,42884,36360,49669,35492,42685,34604,31306,33046,33532,49168,53433,30025,41905,31621,37916,40356,30397,45324,30027,49269,39498,33462,42323,48838,41095,47929,31277,30751,51863,43235,49083,40158,53461,41279,39628,35955,50061,39171,47149,34428,51852,32191,36237,35392,45625,46053,36615,41444,34843,46853,53646,52170,35782,39841,40508,47016,30763,53438,49230,47926,40685,51145,53254,36813,44696,53165,38191,36030,49572,35412,48896,33726,36923,31883,35024,39588,31758,41307,47385,44168,31312,48624,48974,40083,45952,46334,37251,33872,50141,35226,35157,52432,44362,52428,48437,41916,40164,44056,34274,43973,36180,33839,46169,40881,53011,39742,34594,52560,31090,36990,35060,52652,40113,32149,35369,52103,38119,37007,34170,33817,47896,42813,50154,36115,34453,44781,49125,41351,52583,52424,51190,35418,39666,37552,34747,49511,34134,36450,53138,44556,48928,38100,49372,35736,39860,39908,52717,49774,41827,41731,50609,51510,45699,45289,44600,46887,35035,29985,45805,52038,36439,32685,52191,42180,53107,46946,38718,39816,33942,50060,35650,43077,52696,46066,51353,52419,37054,42647,44563,39117,47334,42757,31862,47022,30270,50060,30497,47509,44204,32601,43163,46874,52031,37379,35447,34396,43076,38236,43660,39515,43263,47912,45728,39223,42162,35870,45068,39011,51309,40008,34136,39320,49357,45304,36404,49412,31344,30863,35054,38540,49204,50148,32480,30238,48897,44524,49773,29762,40506,39291,53066,46330,50904,50897,40662,50255,35997,44631,35954,39220,45218,40330,41087,35894,35368,40350,50733,30732,51847,36614,32414,45691,50685,40249,36120,37480,51455,53413,31872,45704,30052,31988,45704,40289,34373,37719,48512,33326,36454,32610,38463,46859,32102,39480,43019,34246,50998,30678,41444,48309,33172,53438,50990,53348,30057,34493,48814,47481,41945,46630,49819,30673,34430,36255,49645,39825,31421,30900,49622,40997,50634,49967,50792,36884,49629,37323,45821,37404,53030,39659,49051,31513,52887,40034,34456,34405,34938,44732,39598,34868,30594,31782,41518,33881,43602,33748,53035,34137,45290,34450,32003,53714,34392,47076,48898,46778,38363,37587,48506,37723,47535,40298,41069,49984,32326,53211,46259,46671,53270,50364,45944,46327,52257,49687,39390,30442,35489,46873,39154,45747,30577,50415,35411,35411,44618,40818,38108,37141,33301,47488,46596,37606,39692,44320,39263,39784,38375,40159,30459,44800,30225,36735,31297,39834,38735,48588,33308,30066,43510,47952,45173,43481,40726,50455,44895,41368,34176,42461,53160,34625,35472,36468,51995,49526,33383,48046,40311,52562,44926,44067,47482,41633,53037,40545,39870,30098,50091,50437,46205,44696,39750,41684,36479,46272,49267,52306,51959,42582,51016,30822,36422,46290,39226,38200,35160,32422,50854,45504,37741,32778,43796,31665,37965,38847,33814,40289,49279,33410,42719,51341,46914,31805,38867,35684,48053,33967,44150,47830,42813,42737,31684,43522,31642,33572,48336,41009,46742,46787,36496,31652,40925,39058,43669,37040,52882,35715,32193,37554,31243,31243,44990,29882,41254,30079,51028,46336,41702,37267,44695,43469,49067,52070,42360,31445,49250,30427,46403,50796,32387,42041,31937,30424,31535,44737,34382,43280,33820,52340,35081,51726,50181,47725,46149,37493,41901,40092,33654,41906,36737,39826,33654,47688,40624,34707,47322,43813,50844,40808,31524,45484,50495,50694,40016,33996,41998,48459,36705,37180,48445,31938,31569,30374,34033,46287,51624,39261,47321,41660,44246,41897,50918,36044,49888,44474,51285,35577,47981,40882,53538,41731,41731,46737,38817,35994,40882,34550,41110,37819,39801,48116,30810,48651,33628,50060,51009,47248,36645,31089,46473,46031,44594,39518,41500,31596,51311,35328,38998,31372,38973,30232,36883,50307,31760,50738,30097,34918,35072,49904,49904,44097,51422,44774,31824,33640,36035,50035,50405,41431,47678,34794,38549,45010,40182,48505,45048,48294,39733,39156,32234,33704,44646,33056,47406,35190,38573,51005,33578,35401,43356,44427,34116,50497,32721,37494,44567,45650,43199,40422,48687,35091,36393,31557,45214,45863,41447,44208,48644,30108,50595,53084,48003,47615,49902,51944,32624,41037,41801,50418,34579,39676,47066,50011,42991,31447,48452,41433,33632,33866,50127,51988,36498,42198,31466,41547,34521,47050,41800,47998,45689,30505,36860,48689,38198,29943,41792,40506,34487,31748,41497,53040,51032,52285,30674,51550,30329,30329,31383,47264,42330,38883,47983,35267,39251,40551,32308,41890,45431,52338,42396,47951,32769,50272,33292,35618,31478,31478,30114,34849,40077,36707,31478,43240,35537,35833,34025,50838,53612,30895,44472,32053,43023,46288,50111,46242,31456,35941,32761,29993,52046,52621,50798,52775,36166,46261,41096,31487,47834,43814,32015,39354,51677,43705,43705,33511,33537,38801,31904,35880,40425,46618,50211,38492,44508,41432,49351,43591,38918,45351,49129,39381,50820,40622,49781,34495,32454,52990,50499,49819,40411,30678,29886,49030,38188,31396,31245,52345,35095,53484,40861,46644,39577,44125,34885,34885,45392,35907,45948,35538,47748,39508,49410,49588,30125,50596,44400,51585,40769,39148,33864,52091,41414,41557,50801,29902,46921,51874,52380,50785,44205,35090,34168,50954,31204,49803,47242,31671,53689,32098,41737,45297,39127,41783,49521,45229,36038,50857,47785,33137,31561,47785,46909,39700,52569,37346,37478,42169,45082,42627,46852,31624,37905,32942,45073,52770,50824,48724,31229,52736,45473,49858,40765,51366,41443,44104,35764,45678,45678,34753,52848,40525,31658,51753,37802,33288,41461,30701,45018,52875,52539,37271,45044,32531,52415,43637,35979,35980,43848,48476,42404,51774,48910,38940,43147,48474,32489,36490,39044,38684,51746,46508,49833,43540,38834,47838,30140,50282,44651,30141,41352,30143,42179,30144,44769,44817,31950,51064,30128,41095,50819,35312,29890,46623,44931,45123,37461,39140,31230,30239,31315,30151,51789,53684,47272,40862,36302,48489,37642,40867,49292,29831,49522,40529,44014,45329,53244,42964,30967,36329,50183,32778,31027,53414,29899,49684,33459,34787,48216,50984,30157,47262,47293,34123,42257,39169,34333,50441,31436,35869,47520,42730,45282,41825,49967,46408,32231,45912,49574,52255,32940,41294,36295,45030,40383,48527,50946,44470,41363,46699,51540,33722,46037,30019,38504,40276,34173,30810,42728,40913,38869,44978,31847,38137,34964,43023,36703,52734,46156,35184,43455,35619,51730,40832,53027,50401,33373,52653,46478,49142,31823,37601,35910,44145,46987,38047,37825,39520,51560,47680,52162,40640,32860,34287,37709,50423,53181,36410,31556,35977,52134,39336,48308,42317,35175,30171,30829,53536,50705,43874,43874,52412,53377,53329,31261,38803,34103,45088,40996,52838,39774,52263,37345,33023,37547,37321,30176,52074,36278,41758,45345,49434,41045,30461,36569,46031,31307,42810,35282,43823,46046,38099,36469,46978,50777,34106,52150,35787,39376,36300,42827,47858,51560,32446,51292,40601,32480,51273,50651,40798,39348,31798,43492,34179,29829,32973,35230,52027,43643,40531,44803,44370,31790,53040,30212,32503,37587,30088,39913,43873,51307,37927,42426,39534,47127,46010,35044,44344,34026,47626,44588,36910,49346,35109,50726,46479,38096,32779,48525,32909,41605,35263,52012,39373,32202,48265,45061,38024,38341,47618,42947,45153,48661,45195,30803,45300,51148,33499,30435,45712,30977,51075,36978,50484,44987,43961,52529,40693,47296,35854,31061,30299,39338,38452,36311,35925,39878,45839,51439,45458,42580,30541,38995,31081,51449,43002,44705,35681,39335,36724,51487,41275,43819,50408,50482,49928,46509,38979,39218,46291,42781,40403,48148,45318,40881,49404,37676,43333,36957,38252,49194,46402,43606,49546,34222,48521,45976,37506,43762,40675,47961,46721,49220,45319,43099,42691,33613,43099,42571,32646,39868,47876,49100,35850,48284,41398,34963,38299,47488,37479,47359,48513,36327,32386,48905,30207,52061,32805,32970,32913,34282,53050,39939,34453,34448,33599,39133,32574,31037,41011,44844,39367,30624,33776,47606,31015,41733,39421,49313,50860,33008,32393,37571,52356,42168,42450,35595,53473,50106,47143,36784,31611,41313,50306,48619,47051,45638,51409,32879,31450,36721,32161,31412,36612,31397,31474,34074,30549,37211,40700,35804,46294,32673,36626,40007,31444,39528,45045,46177,51090,43788,52108,46446,48244,35565,32886,47788,36059,45620,40470,41951,33082,35157,45150,49328,49328,44963,43858,51669,36374,36711,48616,39460,32245,46729,53713,52850,42646,33431,39145,32213,32705,49167,35008,36635,34673,31485,45855,47038,48752,39259,43442,39247,48447,36994,46567,33795,42154,53665,51232,49214,50799,41020,33325,34575,44361,41984,49052,45045,43765,36584,36728,32595,36104,40473,36969,33125,38427,31883,31770,42529,45257,49013,44122,42611,45257,29801,36262,53394,50234,45995,34363,42669,41835,41835,33879,33917,32797,37323,39833,36076,47707,51225,33952,34859,42668,32830,37110,43108,50633,42661,43865,50658,45527,43850,40151,41395,42719,39951,33691,52763,42828,33389,43060,30898,51776,45741,39263,48015,52313,46825,44418,35073,42010,30763,44949,42345,40961,46559,32141,37314,33077,35976,34881,34347,29867,51248,47663,47663,52794,43218,40827,32665,35070,44205,47101,47101,46905,43890,34911,35617,49568,30746,53674,52155,43176,31366,45753,48165,36658,35042,50780,50780,31260,38775,42443,49072,47660,34143,42766,31330,49522,45193,30222,36559,44071,44071,31268,49716,33107,43627,40449,49344,42970,47282,44097,49053,53048,41946,42372,37607,48643,42345,45492,52219,49117,49506,47156,39844,49954,39308,30971,30528,46848,34554,49768,44751,31131,42566,40875,53081,48352,48191,47614,51116,37531,52628,31462,41083,32217,31183,39485,50258,30230,40697,44091,40953,41019,30159,48636,36092,52155,38872,50434,44127,31065,36371,30669,32568,32162,42785,45451,35059,36169,31382,39727,33993,38714,49943,50293,49480,33048,31270,49982,50420,37682,40411,36810,33676,36146,30669,39074,41189,42867,37772,41078,30628,41082,53897,50627,42432,50356,29770,38337,47603,37369,36897,43481,44246,36504,52441,45286,50760,37938,52649,35425,29943,33112,52703,50246,45689,36683,42180,30320,48148,47371,42588,32552,35911,42829,51905,38430,30593,45558,51926,39409,46119,50464,34368,41543,37375,34011,39472,52950,46845,50829,52833,34848,50829,52833,51806,37666,39705,52237,34058,44772,47412,46429,48605,31014,36891,49354,49354,30716,31315,45876,48348,36667,39550,42109,32433,41311,45840,40117,38296,51371,38160,34323,47148,36100,36491,48575,50147,35466,31302,40579,43351,48155,42455,33956,46827,31506,45660,37162,42667,44692,31522,48180,41721,41181,30417,31668,32386,39784,39873,34776,46439,31226,32436,37469,32960,36134,48082,30798,33873,43561,42140,50962,38107,34977,52816,45127,50062,34632,33914,34999,51421,39504,37470,45157,33062,50366,39282,39282,46606,40702,42201,31787,31787,47237,34455,41057,33908,53225,52741,45893,47664,53441,47813,36816,46420,30215,34207,46661,35828,33606,33317,40397,35533,41975,32037,51033,43162,38081,37813,31900,41912,48631,30276,33492,44170,52936,47408,35991,51946,39033,34609,52423,41896,34254,35656,38619,52297,40023,36946,45121,43334,51087,33534,31196,37260,51825,42440,42485,43084,53360,34367,49462,42435,39270,31215,52610,40135,48746,49372,30727,46765,33775,31939,47025,37328,49587,39366,44267,31060,52827,47345,48301,42107,34602,35971,42123,39787,43596,38576,52747,32577,36615,35634,42391,43478,43427,45529,39376,39376,50165,41844,42119,33383,42983,38617,42781,42983,39943,31921,34164,45912,34880,33725,44646,46826,35990,45152,30289,47249,39963,42692,31053,33817,44827,31897,48711,38966,44827,42686,52757,43923,52432,37103,30902,37053,38919,32874,35313,48273,32233,50564,47354,43205,41383,50007,31646,51259,32194,34546,36892,42749,50397,39496,31467,41759,48181,48135,31812,43726,30296,33453,53465,34468,36211,43217,39093,40179,46511,52439,44444,52994,48848,38401,38401,32176,36901,30759,41917,43858,31920,41856,36164,34390,45062,49112,37555,32878,42660,49408,34097,39497,49701,52887,47695,50889,40617,50156,50918,46057,52594,43963,52775,51941,38867,33763,29813,47213,36886,38529,50518,40877,47099,51533,46367,46786,34402,30736,31316,37240,35691,49954,46672,49823,38281,38281,48457,31203,33781,50109,44165,44165,34327,47376,48891,51758,44620,46018,46109,51314,32151,36578,38250,50427,42854,39228,51891,35824,45633,44045,33024,33366,52504,51093,35317,51349,53165,50602,33024,41480,32493,40478,50653,49274,34352,35115,48853,35013,47337,40684,53309,50081,49940,42734,31952,47422,52960,43257,43683,52960,45664,42848,33794,38340,39988,45979,32854,36298,53321,42324,48706,48294,37819,36779,39057,38974,29997,41152,51406,50869,49796,38361,39689,33181,42755,43253,37984,31199,51407,37691,36024,40169,40169,32949,39328,45999,33546,50693,34420,36040,52271,30992,50806,52263,31870,42809,31694,44831,44767,30672,40551,46096,37378,30502,32421,44520,38168,46115,33540,35385,41734,52401,42474,33699,52526,53636,48629,50524,33071,31015,47431,44560,31208,36269,30198,30322,52292,35092,36349,38146,47272,42629,48480,52231,45525,30942,50192,35975,31763,31254,49608,44166,53253,32376,32893,31873,33615,33298,34040,38726,39751,44242,48977,45045,49052,51336,32917,47734,36273,45896,47842,45413,30618,50897,30332,33136,30333,31256,38802,44231,40701,53064,53433,46232,46787,49292,51915,51375,51375,53599,48026,43565,31923,39260,48463,51491,46546,38083,36812,49897,39476,44039,34304,45112,49318,47664,36281,31785,30473,47967,50626,32855,42889,39597,35191,38425,34230,50910,51738,35818,49873,47337,31794,35523,35523,34245,41272,38833,48407,41272,41210,40935,37002,47535,29977,40624,52110,31757,46770,39135,37057,31757,42457,39543,33719,39177,43981,36990,30021,46077,39634,48374,38665,33804,39912,31540,45330,36409,41923,32161,52130,37938,53661,46091,51066,31788,35473,31885,40227,46818,52304,30946,46888,48428,51704,34919,48623,51150,43172,46147,39833,33593,49348,31221,46825,41879,33427,42315,52420,40755,45372,30348,40991,36131,47871,48560,36768,39439,50292,47477,53631,40555,32329,32281,35443,36505,42353,35245,39259,46265,51252,43541,36689,46701,37182,35658,49848,33552,42694,42694,43149,47637,33672,47963,39391,47963,34927,32963,40278,40702,34927,46160,39174,49729,52912,46672,36753,48966,42379,49009,49266,31299,39165,35099,40895,34663,43679,42496,45408,46353,32621,31450,47133,47303,44625,48408,53215,40506,37573,48909,35175,32112,32112,37608,40785,34813,48089,32509,53562,40378,36668,40310,46980,40303,53329,37072,47157,42689,48640,53664,45927,47752,33146,38026,48440,30308,47604,51753,39236,39507,48177,39507,43380,44606,46174,51742,43987,52984,53035,31175,33621,35937,47819,33960,36911,45359,41414,41027,33469,33897,50327,33663,42712,45474,51106,38970,35314,29817,44441,31174,41259,36980,39410,47426,49145,30236,35525,34123,34123,41433,30298,30547,30962,37448,33697,49484,46862,52235,40217,52328,53455,41633,47457,30587,31698,37035,37868,48726,39560,41751,35437,34465,30645,48469,32936,31856,51734,48824,38741,41681,36738,33772,36745,43038,30368,35919,34941,44483,32023,50770,41651,35328,40758,37282,32343,40684,39669,31359,34201,48081,37743,39341,34551,34551,30865,46598,44216,37402,31391,51470,31702,31702,49834,50283,38341,35738,47896,51203,41366,35998,48723,51509,47445,31610,42190,39945,44589,30904,53161,35619,32133,35912,44816,45757,45494,51750,48327,31639,30264,40806,47256,42674,30768,46544,35927,38359,34020,43710,49775,49931,53097,42229,50909,50909,46337,31457,53163,51473,35894,51734,30650,38884,37597,34379,35045,34253,37391,32432,53071,53143,43035,36681,34959,46259,50316,30386,52428,32776,49356,39349,49920,50481,41303,43377,45768,31553,33759,35557,35907,43505,38451,32570,47718,53196,51785,45832,46804,31386,53586,43878,40267,30018,37677,31504,30394,31583,46726,35020,47560,30735,52499,33281,32123,52716,45988,36135,44992,51650,47551,47592,43865,45417,48419,48109,41104,49474,43017,33473,34014,34014,45233,36364,36364,42913,49644,48813,32406,36853,47390,34712,30398,38383,41002,36386,35831,33144,49201,42889,46348,51050,46157,35486,34897,34897,40822,44742,29795,40864,50397,37001,47458,52826,44529,47046,49556,48235,45582,49426,31101,46720,44068,33684,50088,48687,44345,34550,49125,53153,44690,51652,38344,51652,30406,37152,42850,45322,51734,35754,39634,50175,38282,38421,49495,39027,50576,50691,52684,43871,50468,34954,42467,30412,36587,36558,32344,43750,45855,31496,31496,38332,43850,46498,43002,36378,49670,38595,30067,40312,39525,40788,44989,49104,37247,34784,41722,48841,32378,44615,44615,39231,42489,53237,33757,44655,51995,46192,51701,30418,47816,53368,50658,53045,37628,49572,30419,32578,41204,53104,39965,37515,43041,44010,39431,37420,41857,39849,49572,39824,36027,48033,49247,53618,43426,45444,44967,30425,46187,38288,52619,42289,39234,44094,47183,46351,47542,47644,32917,36943,36943,41739,34224,34197,32588,51622,36136,34445,53033,46036,52321,44581,30439,40137,39559,32640,32390,32297,46126,39559,42753,49661,44708,35184,53630,53040,51608,30657,45052,45052,50994,50472,50598,45206,46341,48735,48602,46854,49912,52609,50602,42219,51177,51981,50475,41882,40231,51261,50055,35446,37428,41143,48799,46400,48674,30441,33592,51260,37328,48582,49709,48283,33370,44381,52932,47246,36889,31401,51892,50905,41062,39822,42431,45704,47054,38164,35529,35606,50125,41743,51296,30443,38536,38964,49600,47411,52448,42729,41911,37498,41565,31907,43948,36295,34397,32227,49628,33360,49443,40473,33793,30561,51036,30013,34120,44166,36279,39439,37439,46406,39052,41182,47165,42609,49489,45373,37811,36457,33153,47698,51707,41799,50336,38836,39732,43571,36270,33935,32249,39333,49160,35054,29825,47872,47871,52033,50753,48862,52216,44101,47021,53155,49878,31555,31985,53414,40087,53722,46149,32119,39227,32460,30358,30381,32756,33686,49091,53066,53200,52955,37424,37424,30364,53154,50899,52781,36559,30460,38346,36048,38804,43308,48775,34234,39257,37367,42550,31685,30461,43797,30463,30463,46510,30216,30464,31144,34244,51258,34876,40873,38080,40832,51726,29896,38183,51521,40129,52193,44602,46330,49651,30563,48553,49716,39649,32184,52617,42185,30467,47828,46273,45900,35249,49510,44381,51878,30470,41129,32601,47489,31324,33526,38367,30606,34347,31922,49533,47131,40459,49928,36175,49674,34842,40319,44063,48047,43887,40976,49841,46528,46528,43644,38765,49791,30106,32427,48314,47194,32639,51871,50643,32233,33268,47950,32158,37370,39357,42346,52760,31386,34038,49963,30476,31140,30679,45759,38303,46492,34715,52788,41054,43786,34214,34214,44641,42826,43755,51655,51655,34411,39969,34411,48322,47774,52402,30067,32580,30477,40419,37336,45483,47073,43178,46653,31281,48448,39522,36833,32446,47251,47251,39809,47866,32380,51437,32163,32520,47330,47885,46156,45678,35894,35099,35000,44548,47438,32414,32154,47691,39061,48490,40467,50987,43636,43185,40901,33932,39267,48097,45783,38248,45783,36437,48304,44714,52948,46659,35848,53186,32404,32404,48481,30256,52578,45003,33542,53393,46569,46412,50653,53597,46536,39606,36364,49932,34719,53711,42387,43364,46995,33390,33511,32202,40917,35551,29941,40093,31477,50612,42900,50924,30426,33666,31815,44109,37999,49667,36229,34660,47234,52605,30487,36999,38634,40594,37397,30488,52882,47507,52048,48108,48971,51903,41601,49606,32004,51720,44397,35859,35738,38500,36168,41528,50450,39153,53458,52741,50724,30525,32548,48405,31437,32355,47421,45236,45236,32456,41452,42593,33008,45518,40761,33557,42386,41599,37959,49169,35737,51515,45583,37261,42400,30496,44144,46715,45045,47230,53300,43726,31349,31349,45035,43796,43796,45553,36088,50466,38504,38278,49993,40713,53461,46360,53045,34673,50249,40958,52174,39876,46337,46563,36860,39879,44794,37125,39664,50505,47062,49686,52544,31754,50603,48272,43220,34133,33937,36691,48166,39293,51015,46885,49786,39311,48418,29916,50230,36429,37914,35465,45309,42758,52408,45392,40291,43759,35231,37378,41712,52609,37726,41946,36440,47840,36239,46474,45917,52791,36053,34694,42336,30302,41962,48678,39097,38852,42158,52992,42322,44972,34169,33730,40814,47805,51365,36104,42361,39369,53422,34282,42741,47924,50206,40615,31763,47709,37598,30755,36523,47989,49251,37788,31792,31055,48014,45585,48189,31424,48189,44684,51331,38395,44204,35250,35251,53291,39722,47211,51191,35256,49340,34493,49371,32354,36602,39123,30773,33138,48320,44651,33758,47324,33052,34901,49684,36546,36546,33052,50359,50359,53388,30516,43849,45403,44618,46353,30024,30024,46059,45031,41972,37210,50736,49669,51029,34331,30831,47722,49824,43673,48418,36734,30520,43362,38082,30521,32947,41329,46306,42552,42552,50011,53348,53348,52936,52937,30015,34827,32340,45280,47792,47839,49030,49585,48937,39917,33496,30524,49913,53379,47031,31614,43397,41267,29809,44876,44316,50032,44597,50851,34132,36620,42885,42885,50954,52094,45861,45904,30837,41614,52751,39073,35412,46665,50113,49138,49814,47667,30530,48580,36250,40770,50529,47164,51186,31596,51860,31981,42525,50873,32044,49583,43231,43231,43383,37557,52967,31405,38513,37048,53081,32617,44036,36192,38527,42544,41323,34032,33374,38582,42681,41396,41161,45928,37854,37854,31860,52302,43769,47027,42086,46704,34854,48370,33452,51333,44656,46639,39003,45794,48554,30539,51935,40911,31012,40405,46366,33105,33520,43080,46408,40503,49056,32133,49314,34945,50078,38724,42559,46759,38257,31433,33794,32974,36255,32125,37686,48521,38487,35361,41058,43253,32299,31122,35254,45958,42712,44884,53225,35093,47637,34342,41984,50476,39422,44095,36819,50682,44445,30874,40427,48524,50863,45213,43552,48326,47978,49754,46668,30544,48618,30889,36507,37739,43971,44374,42399,32374,46772,53119,44954,30547,48728,32475,53332,53332,50212,52302,48164,51970,45571,41680,37684,52025,35747,50539,52187,35396,49341,33013,33013,33805,31455,49906,42166,50106,34805,36682,53394,44865,38424,42882,36724,33673,48315,39364,39364,42994,46204,49796,49796,30925,38595,43563,37406,40776,38213,44152,46740,35526,45558,39863,53422,47299,42793,46763,50402,48910,34786,43581,36492,34790,42214,47573,42119,38063,37306,43909,39890,45171,43296,42768,35388,51255,41380,33032,46278,43788,46727,49062,44414,36978,35008,32205,45883,46578,39753,51811,46394,30559,51615,36328,35868,37469,43014,47479,38779,32933,53073,39863,36407,48423,50122,37228,31474,53275,46799,40347,32761,46241,48818,39575,39575,51604,52227,30562,50771,32599,38898,37781,46090,44931,41053,51286,45504,46937,49522,32329,50228,31331,42606,50147,53463,30166,53489,50463,30565,53165,33551,43934,40060,39665,30566,39189,39079,42863,42894,30793,49575,43904,31433,52063,30867,30867,39771,51409,44243,47017,41142,38953,35239,30885,42692,33863,48953,51016,34361,44696,43588,44643,40356,36053,36332,50776,33774,42921,31510,51577,37440,37725,46462,40773,33994,32055,47772,52839,52454,48425,33848,31937,42644,43948,31011,33532,52721,32453,41580,33396,32271,37937,32476,45152,46083,30623,38652,47688,34069,46197,31969,31104,49227,53522,45108,39882,32926,48351,47802,31773,40723,35585,38119,39198,49655,32995,39198,42935,40405,32911,30711,30417,40858,31367,47632,47632,47466,34165,31637,43382,31367,45250,36623,33472,47885,35244,36048,41631,40657,37682,34175,39566,34307,42819,48902,35334,30585,45978,36979,49277,43615,48638,52895,44044,40655,53655,53515,32647,51849,36466,52185,51546,34467,33516,31833,50704,43300,48883,31634,34968,52330,51910,44976,35024,38342,31014,39823,38504,38325,35377,51422,43682,44046,43989,52334,47794,45961,45961,42888,44385,38627,38880,30578,44958,30590,40454,40454,53544,34021,34870,52531,52265,37983,43859,50509,50690,39381,39337,47811,37263,31984,34140,51503,33550,32503,51933,46883,40580,49912,36891,37004,36425,36351,52755,47170,34714,33124,43469,43406,50701,41343,50932,39935,30154,36534,32818,29917,50986,30786,33550,50302,53506,52722,43050,32785,46149,35067,35430,51284,52242,37431,34540,41522,35964,45235,38545,42092,51796,30235,43604,46935,52083,50788,32197,32197,32045,51624,36997,41561,31110,39240,40299,40299,30797,30925,41029,31563,49775,49775,30008,32794,39701,39701,50075,35130,49490,49633,48290,30429,45850,48245,30375,52385,31157,51335,30231,35330,43228,41914,52790,34117,44206,43778,34975,52099,47664,50400,47680,43115,32774,39037,53711,35780,52449,50048,49808,45489,39758,40853,48716,40007,30038,38651,50907,43607,42151,49554,42145,51031,43466,38164,45129,38730,47858,33517,29911,48687,33518,36803,36410,52191,34841,53131,34912,33128,52696,34259,53086,37528,34259,49928,34375,48210,30301,42914,32369,38318,32130,41532,39731,50039,43445,33284,41801,31336,37400,49854,41928,51317,49702,37466,47312,31393,44996,52743,32026,30614,42755,42755,42031,51725,42784,45779,32436,33974,47289,30617,30280,30280,35904,45052,45052,47156,40090,52351,47601,52396,41000,36478,41112,33252,49540,49502,41901,38276,39537,44490,45042,49028,52194,47022,40015,34734,31522,40358,35681,47966,43225,50670,51429,51317,48765,43337,52983,50917,31551,30907,40076,41484,50306,32419,42027,37292,48186,48552,32060,43965,42170,35761,45707,50947,49623,42987,53030,32104,50401,50337,40408,39825,40530,36169,33141,29760,32084,39604,44499,38421,36954,52527,43124,40749,40264,44856,48918,40579,31850,40820,46173,33826,43254,53434,36764,52564,37412,41714,45272,42616,33898,46858,34478,48048,48048,51113,45039,45874,47892,41444,30057,46028,45161,37539,37539,42899,42203,44891,43139,41975,38301,30260,40580,49677,44972,32099,53277,45766,53476,50226,48749,30497,49636,43690,31195,46614,47226,49708,30078,48537,38655,44585,39944,38821,44783,42723,53659,30161,39315,44152,50422,47197,37438,37921,38140,31186,36598,30643,34426,34396,34594,41574,50323,51775,52598,32779,42694,39844,45620,41732,38843,32103,30648,45558,31343,31040,45074,51500,43647,36729,47485,50002,50039,38050,43584,47662,49001,32126,42036,46527,46527,33470,47687,45721,34824,33349,44922,38030,31591,36854,53683,49932,47059,44253,52099,33204,35566,42346,49955,52399,36263,33698,43928,53519,37646,35885,37258,38663,32416,40480,32830,34264,51433,53145,53424,42239,42239,43719,44323,34029,47275,36392,40931,29779,47213,30657,33817,48473,42397,41928,32114,43586,30193,47770,33978,44451,52521,52779,48718,36210,39305,43536,36680,41657,52302,44113,34661,53722,35621,45228,40891,50887,49879,52912,34896,37478,37478,43361,43361,36968,29998,50203,38704,41959,32341,32341,44804,33746,41880,40544,30389,48884,39661,34947,47863,48010,36489,33031,35305,47245,37110,36637,30662,36787,43301,45027,38573,35397,35397,34019,39169,42867,50315,48722,45409,40999,44730,38491,37480,52018,46287,41373,37413,45090,46429,37797,47350,35317,38011,40745,35808,39533,50872,30227,36376,42838,44060,40817,35204,49837,38603,40834,36846,52654,32751,52972,43082,47066,33476,42990,30517,44527,44545,37458,34682,52327,31742,49083,51260,36179,47588,35115,37884,33253,38780,33359,40143,44796,39442,34789,50669,41322,50720,51064,45630,43579,39654,46374,31296,33389,51279,32723,36825,46368,48470,38199,35037,51390,33153,46047,38110,41852,51107,53245,30487,53421,30061,32665,51175,50035,46924,37073,34432,40665,30818,39268,33376,39090,42045,31541,39843,37740,29844,37565,31609,30895,42016,53361,34559,47286,31905,30675,52358,40452,44293,42111,41901,44580,37867,49031,32788,46396,35463,47452,33471,45055,38526,46457,34970,36268,30693,33298,41818,32163,45062,53280,35457,35457,35987,42077,48894,42857,45903,49728,30680,32497,30683,43966,49387,46181,43039,49347,36710,49387,35252,41085,32293,46077,43910,49807,38286,47163,39950,30686,47374,34704,49124,42384,48680,48680,49446,40726,44279,51694,31294,31360,41590,37039,50055,53093,31237,51244,41772,51901,37945,45307,42599,40554,37665,47704,46141,49817,43600,51292,35425,45367,32430,35626,39226,36943,41764,42256,49227,51686,52258,31784,49970,38141,41325,38846,35111,45027,38550,33439,52110,36656,37042,30677,31697,51161,42450,50344,52908,44953,32712,42703,38217,53141,46031,43423,50584,34545,38371,47775,32611,35514,43459,35057,41842,35647,35544,35544,49953,30698,43788,30700,52741,30700,52465,36696,45720,44372,30701,47649,33807,52887,43651,32831,36326,39027,53499,30702,36980,53694,36957,48525,39777,33368,52060,45024,31757,39652,46320,34061,34890,45110,47259,41762,46879,32074,42133,34669,48506,39198,36791,40211,40536,49603,51224,35279,35937,42805,35670,33965,37288,37264,34144,34134,53456,36968,31722,53134,32135,51200,39092,40025,53607,45668,50857,40502,49117,33752,45497,52019,36973,52633,44571,40112,40196,44889,34093,39263,31315,34155,50137,48710,34155,30716,48007,38830,40694,50673,33435,31965,44050,49757,36917,30536,52691,38761,36140,48402,31540,37568,41993,49200,29936,33539,43968,34483,52480,42918,41994,31928,44938,44711,49560,49206,31279,38794,40541,38838,46480,33810,48048,43115,38009,50439,32941,50439,46940,35957,38055,33167,42786,46356,45285,40527,45833,50847,50847,48445,49917,34630,42999,50099,41055,34681,42393,47947,37977,36782,39124,36584,32676,37023,48433,48170,34846,35997,48934,39415,53265,32638,41720,47879,31227,49100,43055,31339,31339,46286,53547,31868,33220,48966,31053,52952,53006,40655,31344,30727,41168,36352,48677,33938,37757,44428,45534,31219,45648,34586,47587,30728,43943,53549,35649,36232,38350,35424,35424,43829,52134,39387,47567,53243,36648,37346,41496,31441,35851,35539,35462,53338,35851,37087,44548,41689,44327,43339,31700,39850,45540,44465,44465,39068,41150,36850,53123,51534,50731,38424,35481,37974,34559,32956,40316,35674,38350,30735,51928,51928,41414,33773,33652,48110,35681,42915,42424,51448,43653,45216,32313,52674,50349,34023,50017,42310,50888,39115,45178,49750,42419,49432,35605,38919,30033,45927,43710,45256,41040,52519,52519,52153,40164,51101,50936,36100,49311,49248,32281,32281,38380,43681,35498,31999,30108,43880,49049,34162,52000,38366,43471,42232,35440,31230,47235,37359,37359,30328,48866,38281,33812,38431,45068,36216,36556,48762,42965,32857,42005,40569,34101,36681,47277,39499,31309,39598,31723,46905,36425,32189,35152,51376,35704,31383,31230,41786,50832,36109,51876,51560,50200,30747,43226,39487,33714,53083,47608,43935,50711,38522,32334,52485,34570,52485,52485,35292,44354,51860,42121,32677,52638,52638,30642,33424,45868,47197,30749,31612,50622,33298,36874,41699,39082,44407,44356,35657,44504,52827,35213,51749,30985,32575,34639,51842,49298,45750,43514,43412,37462,51328,37047,47328,35833,46570,48836,36288,32219,36669,43201,32910,30754,48624,51131,38593,36628,40982,49964,32763,33056,31391,34361,40673,38349,38349,30756,30709,39046,31419,47726,47141,35840,35193,34236,38700,44341,33772,44544,47954,50073,37440,49368,41738,50479,42162,30093,43314,42162,37718,41170,38378,45785,33604,35448,46849,51613,50445,46895,41475,38819,32771,51630,43648,52641,30769,45532,39995,42508,30769,49946,31048,42642,46535,52929,48266,36682,37380,41918,39232,40490,46565,32683,42166,38473,52494,50899,43239,42177,30773,35290,52078,31570,42353,42718,49071,30774,42353,43390,31242,40315,46378,53513,51713,51385,49884,38256,38256,39517,42274,47737,41512,34986,31092,38922,50056,31914,36854,46580,34737,47312,35215,43038,46143,31929,48799,46751,48673,53130,45572,31714,47267,29881,41166,41166,50427,33401,33401,30052,31028,51700,47578,42560,39441,33179,50885,38396,53097,36225,47328,32360,47982,46163,36400,49596,43789,45507,34867,45525,39320,50405,41096,30790,37897,41297,38670,32787,38156,50629,42657,51606,52776,44997,40060,53641,37198,45629,51925,33852,48455,49518,41796,53245,44578,47396,44611,32766,40635,48372,32526,46394,31920,50434,51432,51131,44734,40537,36640,31739,31484,44618,38936,47360,46062,48480,50102,51183,44283,46183,49511,40864,53639,50439,41632,31217,53647,40224,46899,52825,45425,46271,52824,35385,51363,40933,38357,38805,34928,35620,42557,35767,30571,48654,49793,41438,31702,39016,50434,38141,36841,45674,52449,46041,36735,48780,48200,34475,50045,31757,31238,32579,29835,29835,37677,32165,43707,40777,30475,46776,41132,49840,35856,43518,42461,52185,39844,29873,46906,50879,37933,34734,36740,33979,42480,33979,47498,49645,39262,47498,43791,46235,39875,43554,52714,36566,41848,51014,51839,43784,43876,43872,43025,44486,46640,52939,44900,31957,32988,42669,43340,38828,40285,52364,36447,31422,51562,30184,44853,37203,43702,37285,45592,49252,42557,41955,50264,37301,32521,34526,48648,39514,40095,31548,38081,42499,53152,42592,47440,32697,50255,37701,31399,35079,38215,45084,49314,41507,36511,51207,39597,40216,41244,46182,30355,41244,48283,48210,41820,31923,42488,31838,42264,38921,48392,38782,48971,43784,50112,53024,30585,38911,38296,35147,44429,31567,32249,30342,29757,30808,39083,45037,43822,38112,44584,34365,41081,47019,44178,51477,48115,34079,30984,40353,44826,34512,42555,39637,41504,53392,30381,38629,40274,33454,43893,48980,52528,35265,33420,31355,52102,44493,46720,48834,41596,44201,51157,31253,38631,46775,43113,31719,33733,46111,41352,43822,45193,41981,51418,36170,53508,48753,40847,46887,51739,47597,52632,35364,45087,49134,40499,39286,38262,52955,43765,41302,35656,37936,53129,31329,36191,39234,31798,45131,40273,38814,42327,52754,42296,35197,32053,53034,39343,51295,42762,50869,38222,51248,30388,37843,49392,36186,49250,51463,32681,39919,41661,39266,49584,32039,37966,49146,50211,39674,30109,33013,31615,48475,30826,34875,32264,33936,34219,44357,32252,44357,46061,50795,46127,35544,38732,40444,52916,50065,45086,50010,50010,42050,34206,45552,31856,44840,35815,50357,42233,41522,32646,46855,39906,46895,49798,37220,30830,33584,47480,37639,35807,42456,29895,45619,48580,37826,43275,35709,48429,39847,45459,39012,30241,42656,40601,38810,29897,38019,44875,35005,51024,34892,33539,39449,41023,44232,49539,45257,38460,40318,34981,45462,38713,37353,37553,33647,36407,40837,30836,40128,49571,38894,46353,30836,36721,51742,39121,31026,33648,53376,52656,43508,33425,36604,36604,44467,42217,35044,45324,42872,42872,51501,43628,41292,35834,30424,30424,50318,30840,39851,41055,34163,51116,53228,49972,49972,50599,31818,39888,42159,47088,41761,35805,37922,37379,45746,40546,37379,37007,32096,48796,46484,49039,42123,40253,37363,49306,48034,51223,46271,53442,45984,45239,48527,39530,31213,51177,46127,38666,35627,32225,45083,35077,38168,41758,42228,49471,42120,37398,51837,42380,32562,30854,44339,45980,42286,41322,52520,35265,41483,32421,42724,38838,40359,43688,36201,39314,52840,53102,50229,39048,50453,46470,51546,46480,48932,41655,36047,51095,47770,42300,34124,50776,34459,33594,35895,36957,38326,36957,36957,47232,37589,31626,30861,42721,30562,35665,45854,51820,52681,52159,35825,51250,35145,41160,37081,30993,32372,39481,43036,50239,36594,31445,45612,45612,30864,43848,52010,50940,40332,35310,37666,53280,53280,36316,41716,43553,37229,32796,44233,35828,45167,40545,47991,45954,43444,39798,40554,51573,36406,36406,49417,49417,46163,41827,35127,35169,33943,48584,49341,31599,48356,38712,47132,51442,52852,33630,46876,42318,38474,39766,39852,39327,39760,30869,34681,31346,53514,46986,51044,31174,31624,52179,39799,41278,47204,30339,53592,51930,47436,41552,49586,30327,41649,36439,34094,33853,31636,50847,33875,32469,40519,36032,32227,49088,49855,51912,32211,51240,41344,50881,37990,29933,39489,44140,33888,46637,32857,37086,43823,43823,35850,48535,51020,35187,29866,52563,46853,33461,39667,41013,51187,39699,47758,41068,44663,29931,46492,32391,50041,30549,45815,44559,44189,45736,39307,50613,34471,39424,43679,51285,42428,33193,37395,42124,52540,31210,51027,53452,36303,35489,32317,52885,42921,38114,43118,33281,51772,47481,51997,47879,38136,41667,35568,51764,31743,44786,41539,44748,34717,51982,44393,46793,43193,42217,51380,49730,41615,33145,40893,49263,38557,32318,48490,48037,38920,33602,45138,34873,47399,43458,31317,40178,49771,47085,30895,51789,40763,42135,34006,31555,31555,43817,37664,48764,44076,35671,39270,45153,52189,31673,35449,37188,31917,39009,39129,37390,53271,35414,53257,44270,53553,39144,40650,41147,47798,42869,46946,49449,40255,35508,37068,38898,43934,50072,38411,47502,51391,49150,29835,49306,47367,47615,36069,52195,36022,33501,45236,31338,30901,33415,37120,48867,39193,41344,33341,44110,45492,46460,30491,36807,38637,48611,50495,51525,42728,48896,50329,51480,33514,36919,52238,39281,30904,42656,33503,53960,48886,34250,53431,30905,30048,42229,33114,43559,41339,33255,49178,45363,45311,52577,37988,47166,47006,52592,50793,32628,45979,38078,42576,46974,43692,46974,48967,30496,30907,48588,34449,45974,51673,48898,29870,39721,34340,35143,48178,41234,30910,30911,30911,51513,36805,50107,30512,33163,46987,35262,44973,37431,41500,49739,31307,37916,39255,42239,51236,33430,43864,45296,35440,53234,46092,32407,53196,44941,46340,36459,30296,52147,45737,38156,42431,41115,30761,30430,45424,46815,35537,29955,47938,48140,51371,43563,48874,29883,37005,48215,53331,53510,43816,35892,51781,30923,48991,36944,49310,41919,44035,51394,47865,41541,41359,42685,42685,48503,33108,36012,35405,39795,38880,52194,41712,33585,49458,47802,33494,52398,35303,41064,47953,52743,48053,36846,40817,52077,40303,39112,42415,43339,33326,52407,32607,46737,48508,36799,53591,50642,37736,36530,34220,38751,33144,38751,32397,47428,50259,53165,31444,36395,37621,43295,51309,31398,43575,41383,40632,40632,42274,48708,33829,42087,42194,42194,39609,47260,40615,35186,50837,53668,44028,41949,40201,40201,45692,41978,31484,39372,52878,32250,51078,29901,44618,32175,43711,31185,52285,38333,41630,47812,48530,46369,48752,41677,35972,35972,36171,33239,43949,43691,34569,45383,31296,36573,45723,30766,41566,48442,52859,38961,44820,32746,42315,43158,48341,53722,42137,52271,51963,44511,32064,33763,43939,46275,41515,30368,35919,31656,46811,44336,44669,42949,37401,45388,36293,30945,49756,44150,36582,53129,49956,42929,44259,44237,35179,53170,33445,30635,31061,43539,32179,42636,53355,42156,31461,41664,38516,30045,32455,52706,46380,31837,53338,50428,49181,39217,43662,46912,50459,53033,38389,30847,49603,31847,35636,36947,33385,34766,38912,35472,37538,37538,49671,50912,32652,37087,37737,38370,40714,50498,37764,51721,40767,41019,47189,47189,41413,43987,42191,32187,47014,45896,31584,44937,39932,34921,47008,40198,48729,31669,34508,35835,30489,36668,34996,34996,31062,34389,49497,35173,39407,45601,42750,39317,45927,30679,41213,47804,49860,51540,50351,50551,34677,40327,46706,51494,49644,34235,35283,35719,32023,43041,48695,38281,39755,31269,33074,30966,35405,34284,52030,32060,47004,29867,48373,30560,46657,30969,46979,45007,47543,39398,45913,34678,40365,41399,44428,50239,36246,40055,37626,32937,42731,47495,40815,37730,50560,38075,41928,30345,42854,42082,43295,50696,41684,53309,51056,32132,33835,46574,39201,47324,32432,43894,30973,43894,45712,33393,35926,35791,44793,53566,49830,48497,35624,42331,53266,47162,53284,38018,49090,38330,35425,51718,48101,44760,38670,31789,53578,46285,32038,31562,47238,47238,39916,31264,42336,38113,46900,30232,45344,34372,31341,47374,30765,40871,36741,30962,44205,49874,49874,38537,33834,33849,29862,48421,51407,44073,32368,38870,38950,50773,42880,52539,30094,33903,37356,38299,36037,35502,35502,39307,41071,42230,40110,35038,30543,31701,48911,43768,36252,39331,51029,37768,45967,52901,48843,45562,50335,48549,37520,33910,32162,33833,35754,35168,51404,31920,41134,30987,51898,29905,49331,32653,45995,38641,39073,39024,32786,44538,32744,40840,43716,46179,42460,32181,33398,40481,31670,44729,39853,52382,37742,31101,49038,43491,37800,42071,45287,45287,37539,32002,51207,30490,52016,31042,45891,45891,38035,30993,51150,33015,47488,35083,35867,35431,53340,44360,42128,33888,40372,46449,47010,46032,35475,52603,47658,45163,47624,47658,39773,48978,52886,47450,48831,40815,34406,36045,45298,53254,46558,48111,36262,37492,31327,36221,38476,35462,44075,47112,47851,43784,50695,44054,36963,43104,51175,30723,36796,31006,35836,39949,37605,36617,34746,35510,30092,38121,53688,31448,38241,29858,47731,48074,45252,34052,41639,38232,51987,52725,32549,53462,50383,37106,51648,51008,37611,35610,47629,40010,40010,42262,36229,52935,34972,42539,31433,43783,44468,47815,51563,35385,37333,35164,35257,53459,53679,51974,51974,30073,46210,49216,35188,40156,40156,31637,31010,34950,47507,47507,51797,38798,31092,31012,45087,38611,40900,51711,47981,50617,39200,38500,38985,39517,44194,30512,44601,45291,34806,43094,43094,31016,33721,36492,45563,35979,45013,45127,50707,48575,42068,31535,34731,36006,33081,40465,47651,36770,36778,31961,33853,48984,41601,46581,39342,43854,44479,44479,40686,44099,44099,40966,40966,32285,35501,49404,40680,39072,45573,42857,36551,50984,37860,46980,34330,50480,53087,37124,51127,38099,47330,37428,35481,48209,51119,35700,35710,34490,47972,45196,40979,37432,38551,48893,48893,46311,47189,52617,31751,41443,51006,38900,40740,35910,35276,39614,40966,42678,51135,38988,36355,42260,45459,45557,38175,38175,36524,50028,33814,41069,43915,52287,33871,42496,41563,51101,30107,44329,37612,39493,51198,31029,34740,49856,42541,39343,39370,43358,45011,42365,36633,36237,45771,37994,48579,31032,34351,48107,53716,43584,32343,44416,42389,47319,35484,32197,42212,31034,51765,50160,50160,32720,31034,51542,46278,49925,30452,48617,38776,49618,33206,38209,31521,48621,50719,53752,41309,40006,40006,32635,44250,49993,47333,39843,46739,31469,41732,44106,36898,35354,43612,34217,34265,31141,42725,39443,34692,38885,40738,36372,43173,49818,33773,52983,36168,38399,40974,36787,36935,46188,34917,42409,46911,41747,37995,38073,42452,51992,40967,47635,39052,33252,34635,47869,46393,34526,51075,33344,39007,32287,35288,34367,31047,53578,35482,50093,53000,34998,48148,35509,32728,32781,36296,42135,45838,35312,29916,44462,48021,46067,36375,41141,39754,33770,49198,39001,43962,47739,42692,30490,46494,49149,49149,47703,34077,47297,43521,30365,34623,35702,37377,48085,45637,45012,33054,31325,31260,51043,51478,30024,39341,41391,30407,51210,46297,43281,36289,42270,45219,52572,39653,31556,37162,49803,37178,33023,40444,34075,34085,31313,30999,48865,47928,41490,44035,40434,32709,35220,45336,30204,41140,40334,32870,37296,51995,36146,33455,47929,38743,38856,47907,46101,38365,46864,33404,31063,37785,37785,49380,53186,31858,48177,50744,51465,51465,39804,53548,34483,49756,44130,47882,29998,43072,43863,32944,47233,44856,44856,31067,50809,36618,30430,30430,37568,39026,30815,32499,48068,33428,32446,51292,42594,32418,34958,35359,41547,40454,43622,37970,50536,43608,50059,33942,40901,40901,40901,51003,44364,41255,36859,44960,30660,37264,45679,51348,44784,43026,36866,47723,33507,30740,41112,51411,39897,45985,43007,50571,44795,49115,49980,46845,36739,38727,29777,40061,51104,35242,31917,36372,47373,53517,49695,49542,33755,39141,40413,34267,47280,32743,31537,42337,30703,35512,47411,36419,35513,40764,30955,41457,34369,48837,41286,40346,46067,45006,50660,37255,43050,51586,49547,51203,47308,41741,34564,36447,34375,45369,52517,45654,30969,50990,32339,39927,36868,47263,38932,33040,45202,35071,53053,48041,47494,39733,42836,34324,45235,52718,44014,38054,39838,47497,44107,33292,51692,37945,30124,31091,32720,42477,29794,32746,30941,48664,49810,33636,35185,35185,53158,49053,31526,44352,48033,33283,33078,35125,46714,48024,43399,47070,34825,46450,50338,46209,50191,42548,43715,43338,46878,51932,43646,39292,49718,46029,47124,29836,35243,52193,45994,31093,46760,43632,52953,36589,42373,37787,34999,40644,40021,53342,36565,44458,52414,44547,35446,38519,50273,29944,51674,43480,37403,35071,37509,40041,43333,50150,33753,38563,36114,37459,30061,47550,32212,41042,47830,41727,33526,37945,52573,36911,39441,30168,53191,49381,48471,30801,32923,50335,35262,37305,45053,41583,34400,52313,44566,36581,36546,51813,30759,46360,50506,31747,50027,39051,35363,45494,45494,35055,44492,46960,48716,45284,33414,50071,45587,34801,41445,46392,43723,43723,45446,48600,48212,39552,39195,34131,46021,41333,31110,35236,45930,42074,36689,50778,48509,49642,36043,43100,50670,45319,47478,39423,53086,44805,52907,50259,42487,52405,47548,53399,39233,33998,50861,34197,33539,53654,43203,42992,45910,34032,46829,49180,36424,40681,36018,41637,44047,32598,36072,36072,44126,52008,38135,47633,52566,39038,46078,42354,31120,37708,29854,36330,40760,40495,38801,48364,30454,35365,49551,40307,42888,36651,33655,46467,47861,37303,29894,46130,46130,41058,35919,44767,35296,33029,33029,44718,35914,44104,36291,30200,33059,40025,37973,30268,48948,52982,48977,51457,35401,48443,42650,42650,33296,43118,53644,52691,42663,39913,35168,48789,47132,38283,50710,49917,30256,34508,41797,32331,39938,44518,48722,52046,44419,52193,47669,47777,34826,34564,42328,35673,40180,31865,37919,31865,41692,51094,47352,50550,34954,52264,32207,45965,34016,41924,43946,33397,31489,52398,34051,42316,36885,52103,37816,43117,47240,49103,53047,41184,37364,39824,36488,35284,36122,46673,35539,40749,46384,32669,42974,30535,30244,42297,29809,53672,41529,38742,52804,53526,40505,38938,43866,37558,42252,51181,48668,44328,41079,46178,42559,30621,33320,32503,47861,46318,47990,38217,48246,50248,36533,30442,30442,33547,33019,45020,50974,43329,43300,43763,38413,43547,39838,53253,48948,39059,47733,51697,40844,41382,31144,31145,48408,45610,39522,37278,35263,37395,52991,52955,40069,42013,30894,50433,37647,53446,36540,48833,31899,31899,39259,53716,44452,33986,30690,37665,35711,50200,45581,33945,53353,33352,41735,44378,50180,49560,38538,43076,49307,48865,34629,53323,43943,40788,31878,30099,49898,30334,31069,49811,38716,39532,47918,31149,31150,37051,40522,35132,36487,48560,44168,31247,50815,39789,50626,35902,49849,52941,39577,47541,35523,34650,37027,53697,39459,42674,47877,49738,48227,45457,42901,43867,46444,42121,46437,47946,35592,35592,34673,52413,45858,50643,42282,49252,38396,29815,30989,39030,32844,42595,48288,47409,46674,42413,32559,47047,41108,37552,52770,46609,46562,48113,44621,35056,35151,52968,53401,49587,45395,36355,49548,48781,36211,31167,38692,48529,33162,41915,43039,31259,39891,45991,50137,33514,33514,33733,39565,34425,49423,48013,37920,47428,33577,40143,45528,41510,49287,45850,51194,29863,34871,47790,44663,45098,43126,29783,44184,50770,47297,40221,36002,39732,34360,40812,41292,39815,48670,44818,29993,48902,39567,39934,52997,52940,31179,41437,34569,43217,44254,43239,32068,41435,45149,46581,51567,51567,52954,36814,53180,49250,39384,48570,33546,37146,35785,44645,36889,46043,49668,43404,48702,43944,49138,45640,29770,51471,44976,39511,45501,32927,47295,52338,41028,45957,34792,44771,41706,40721,51884,39826,49394,40507,48690,49384,49839,53647,53647,48982,52109,43871,43871,46745,34373,33278,35919,32198,44906,31819,32250,40455,46903,39867,53186,30225,47495,31850,51838,38647,38647,30654,35424,40566,40626,46008,31696,46304,50684,48690,50100,46568,32792,49155,34865,49401,42856,43514,42944,35939,32372,47165,47165,46241,40158,49318,48165,44130,41696,36455,36040,51636,35183,33109,31284,48863,35359,43926,38686,42988,50267,39641,43167,32022,34892,43691,51312,53270,52603,38622,31643,46509,41750,40390,50384,39779,41385,29982,45963,32314,50554,49270,45897,45166,46030,38372,36119,39862,37077,38701,46126,46126,43923,30294,37593,33061,34725,48368,48489,43186,35828,38356,46574,40878,36041,40586,37383,33827,48498,39961,40182,39630,44134,37048,32107,53303,32460,29858,40757,52623,32802,43112,31203,32430,43314,49325,49735,31204,45036,39378,35598,48505,40815,41737,49728,33288,38430,38430,38578,50087,41617,35703,50429,52717,46828,37770,32181,50321,36042,36911,36667,33742,34540,53512,40302,43654,30078,44234,38746,50893,45836,41396,31211,44632,40657,42395,47693,39155,42413,34192,31199,43495,47429,31527,48451,39356,39329,47112,36893,37064,46624,45901,30586,44788,43998,40922,46790,33348,53181,51229,38515,43949,31957,41380,48368,51159,51159,32009,46446,39485,32009,51821,47294,38673,32654,38227,46058,46430,51493,45688,33712,45329,45549,38384,38384,34529,52696,33193,30470,47761,37436,46233,30155,35583,42417,47173,52789,30150,39529,52773,37663,44815,51869,38496,42768,49613,37381,42901,40960,34971,53284,47091,43360,32340,30370,47824,35364,31227,44946,49894,48076,42635,41002,35613,47616,44167,31387,34990,36172,38739,44585,44585,46582,30777,34398,49547,41386,42467,52147,47405,39883,29980,29949,47762,36122,36082,48671,43669,33034,39357,38148,43836,30976,45170,52894,48086,47427,50001,30489,45826,50777,51587,43161,46575,34670,34389,42353,36556,47849,34931,44687,34374,45741,52260,43213,39488,47093,44522,38803,44692,41603,47755,44286,44563,47832,47832,41603,34651,36463,43371,32673,50524,39482,31243,30912,41925,30245,30077,53268,48135,34303,38203,34417,36699,45411,46236,43045,31246,44779,47607,32140,31625,33088,46932,46724,34175,52256,50979,41600,31248,51125,52735,32529,35166,44666,41111,53663,33886,51818,40016,33451,33637,42026,49125,32043,49600,48618,33319,33319,31866,51618,44160,48740,41025,46216,36631,42050,31059,36579,29924,45462,48547,46314,33262,52051,50486,49546,49944,33346,50412,47461,41315,31435,34264,30596,30471,39843,30518,46888,48691,40139,38985,31320,31320,47224,42779,34251,35809,33799,32520,39099,44698,39860,49497,51754,47947,29934,53450,44926,49775,31264,31264,35548,44231,41821,53300,45440,41010,52399,50763,36460,39991,34528,49031,37122,37140,36745,52861,35919,33904,40978,40299,52189,46136,35697,35098,30441,31267,49595,31268,35303,35303,46533,41301,40806,40806,51661,44527,53490,46161,44367,48118,40521,30075,52280,39248,49541,50126,41254,37574,34329,40822,36725,51442,34088,38195,33018,35767,33194,43051,32371,41503,38005,41051,30212,48056,38358,50071,52522,41045,32318,45744,37873,32508,46548,47017,48171,31741,52525,45247,46519,33311,31278,45786,45839,42406,46671,35607,37585,45366,33526,38364,46300,33825,46160,32936,36450,52136,31023,46822,35142,51447,49535,36714,31282,52786,40211,52784,52092,52608,45686,49297,53703,53703,34523,46468,30287,52498,36206,49612,47989,45492,53160,48107,32258,48107,39181,51571,45118,38344,32952,46434,46434,42470,36482,36505,49914,49443,33138,30773,31195,52129,46884,37699,43015,41009,51397,40954,47083,52560,31008,52390,41133,42054,52800,31293,37749,39876,32162,39242,39242,35224,38024,49504,34729,46178,47523,42853,43684,40657,51142,38980,48322,43382,43009,51353,49649,31909,47410,52416,31211,44778,38624,46250,34010,46583,43040,31668,39407,46202,38566,48422,41611,30079,40544,34859,50467,48569,42689,44804,38393,31301,45088,30431,38191,38562,53093,40519,47054,45313,32590,49244,47388,33401,43122,39513,39740,45363,44338,37026,36943,35589,30406,33531,52750,52664,34380,33870,53702,32362,36512,49861,46310,45575,42042,52682,31245,37942,40823,43263,34372,30675,50414,49903,52976,51213,31577,31831,41872,32510,38971,35430,46793,41253,52646,32608,48989,36177,32128,52894,35145,32581,39354,39673,41798,37568,46593,31314,47106,52593,30006,31698,44470,35560,50991,46981,50987,34383,38306,39451,45144,47748,30302,34538,48350,38016,41607,33353,50751,36278,45345,50702,44217,43031,33208,52626,43811,32602,33596,31522,31521,52562,34177,33626,35977,31323,34115,44187,45145,52973,38585,38100,35981,30239,50159,37858,47683,43549,37535,29973,52476,30599,51783,43290,29919,44200,31401,35036,41435,44456,40332,39398,46060,43327,32583,40769,53268,44738,44712,49824,32316,42317,44109,53422,36476,43398,48732,32515,45322,47868,39388,53366,40390,34583,46396,46396,41694,36527,50323,37956,31677,33468,45806,35789,35151,42630,40150,38747,44089,33391,50785,38491,41841,32415,42629,41678,46099,51608,52538,33454,52979,50466,32766,31334,36830,42312,35614,31335,34936,35890,46369,36111,32733,33593,35413,30615,30615,46662,34199,34199,30080,52585,43470,44406,34184,30944,52261,34092,34886,49497,35633,45674,37603,45290,52080,31345,44126,49871,47015,35905,42998,38539,39978,38621,30870,41218,46047,33186,37534,40790,34235,38514,39105,42616,46218,34602,48954,35218,39466,44026,33779,43842,52426,36098,50276,36098,49925,45112,47944,44360,29935,31062,34106,35171,42186,36307,45743,52728,32710,33151,45950,32951,41786,50695,31842,39798,39010,50089,40852,47531,47192,30399,53381,33161,31357,46661,40367,31939,31898,35686,43026,33496,46316,46316,48464,48464,32171,35845,48981,37902,34203,44507,29878,44837,29965,46908,47680,40260,48587,33255,42781,37172,50983,53708,38495,39503,46049,40472,30195,36063,36088,47341,47341,34790,31369,53769,44548,41586,40800,48257,41139,38004,46003,44410,43347,53499,41463,47201,32717,46050,50138,44283,40582,41651,48182,46092,39954,39170,46930,44045,30118,32869,46740,38738,47585,31973,50554,51088,43915,43452,50112,50112,36499,34389,32706,32137,31907,42537,33475,33916,48915,43877,45969,51322,44029,42766,41558,44504,43243,30080,52565,47006,46667,50933,39553,47400,32213,35091,45613,43751,50893,44849,44625,44409,45301,42908,52676,44816,46108,34669,37250,49422,50817,50656,34978,42092,43325,51951,53662,44729,49327,51259,52960,35668,52257,47856,47856,52531,50412,45960,45960,50702,49839,43510,45389,34062,45828,40285,38077,36614,41170,44288,30265,45672,30303,37718,34449,47094,50513,45984,43230,49471,46519,50935,50935,34246,33617,46324,46854,53672,32262,40358,36488,45824,30325,34378,45821,40149,33071,44796,30274,32741,36830,49901,41042,43857,41478,31394,51181,45274,34275,35136,44260,43595,43348,52772,52052,33068,48212,31398,42070,43749,48018,42604,34293,42834,44546,37710,41869,40489,51194,53043,51949,46175,39385,53457,51115,49400,33806,51682,38513,38513,43978,34524,39382,53617,39047,33742,46308,53423,46177,51558,30960,42670,31169,48630,33649,36140,46645,45854,34686,47134,37446,47156,31401,51886,50960,47002,52469,46871,40627,41602,46062,34734,34820,41835,31411,36180,39455,36806,51707,31414,31779,30519,40892,46184,35850,43969,37455,39088,39987,35760,30271,34156,37594,34158,43818,50372,50830,33931,38847,43209,43209,46721,36974,36423,32049,45111,48446,46699,44099,36325,48437,39943,42030,48937,44761,34033,53288,37075,31418,33493,36017,41924,41868,35301,35498,50939,30572,53251,42177,32884,50379,36885,30907,30825,36676,36718,30890,41862,32464,34853,33956,34522,33314,39236,30090,40610,48418,52557,47117,36036,44287,42659,30309,49028,42420,32538,46452,35636,42753,33662,44899,43119,35072,33608,43915,46708,32288,52359,43357,43357,46931,53646,41384,49516,46262,36863,51162,48641,49353,30115,36353,49509,44232,35239,38387,48278,52404,33144,46229,33232,48643,47365,45338,36456,46255,53685,51749,43711,51889,50752,37159,33313,33313,35635,49494,41986,51456,37740,48384,35190,50994,37446,46066,49575,33314,41214,43680,45451,52303,47639,53362,49005,31432,31408,43403,39742,37198,46890,52096,45211,50039,52904,35305,51895,38894,31231,39523,42360,42030,43099,48546,46363,37314,33185,41142,51137,42245,49391,42245,42216,37342,49716,46851,33518,30362,32765,44743,34428,45531,51305,51305,51074,31351,31439,37284,47202,41120,38879,52214,36765,36348,31996,52657,30170,45582,39850,33502,35295,52154,35282,49308,32030,51345,51785,51638,50216,36000,35818,31446,51357,32689,52570,33480,33480,32973,33832,49363,53462,36780,36657,30002,32485,37895,47133,52492,31593,46101,30459,53539,31462,53539,34723,39543,48332,40236,34301,34567,31456,37500,31977,35791,42387,43561,43561,48047,42750,33848,49534,34225,32862,42588,40772,38452,50973,31459,50680,49160,42713,43257,29929,39133,31621,30285,53254,48238,48676,33774,47699,46097,46993,52854,50767,44020,37571,38371,42164,43884,42199,42199,33081,38084,35625,46728,47662,33752,37112,45282,38839,44481,48171,40030,31702,40414,36133,49668,38997,47745,49790,33595,52848,40826,39695,40933,52489,34730,32121,33403,44000,31473,30502,36238,30919,40567,53220,52226,49752,32871,42412,48868,48347,43930,32155,49253,30387,32980,51772,52535,34845,45888,52067,40213,48019,33729,52638,45524,46889,41535,42966,42524,53712,30113,50877,40746,50510,46659,30587,36252,49973,36939,35201,37626,38135,36818,32767,52639,31672,49442,44868,31829,43551,41181,31324,30296,50360,31479,38402,48359,35884,45324,46613,30968,31480,39962,39133,39675,46477,36534,31433,47237,52762,41912,48273,38765,46825,39774,31695,42537,42995,48526,50908,50908,46085,42503,46101,43688,49057,46177,43972,45632,34652,39942,33580,39091,43252,36572,46247,40347,36790,50214,37468,33252,43306,35924,37653,50185,33463,33071,35544,30156,41312,34407,33770,49470,50807,40292,32878,52076,36301,43559,30967,51553,40927,37094,52094,29836,39122,50579,37180,42479,50579,47081,33428,46971,41204,48417,32609,51583,42387,43326,31797,42039,36008,33467,31506,50492,50528,43959,50528,41974,41568,41568,42825,29966,35501,35501,41923,48541,50236,38451,36911,40650,51192,47354,48270,32834,47823,32269,29853,42954,31508,36971,53848,35319,53515,50206,47288,39826,49781,49591,34141,52951,43810,47105,29900,32120,48257,45692,32231,47945,35954,51971,51363,30643,42742,31999,39568,49176,36160,32185,37125,36322,30984,48800,42132,41367,30637,46656,44682,49945,47720,41619,50640,40405,50302,50302,44072,53202,35444,35444,40136,31526,37866,36093,42666,32544,37249,30746,41983,35814,50974,30482,32259,51928,49263,35654,53012,38981,39521,31714,45165,36637,44703,44703,40591,53361,46505,42791,47934,50818,31532,48545,34013,51373,31533,43592,49468,45200,34045,31676,36324,47720,49085,35838,46705,36399,30330,47579,45059,44906,41362,34763,50703,38907,31541,40444,31543,37728,43591,48508,35261,42686,47776,41121,35368,38099,50194,49847,41780,47549,45346,38680,42856,34175,38072,34910,51565,47927,50165,43068,37886,41063,30234,40349,39709,40618,34229,38404,40577,40969,33013,43005,35564,40398,48370,34472,40548,37322,39897,43593,43593,33243,43728,39765,42956,43969,45130,44468,33178,46717,49953,49310,49310,47240,35047,51668,42197,35369,42197,40953,46218,43746,43804,32653,51417,35788,35788,47597,42085,31680,49090,50204,50466,47127,51122,50985,44378,34867,45176,40443,52142,38220,53448,49523,49114,47425,49666,45626,51634,51723,37293,52161,47430,42248,36689,46707,49512,33095,45944,53632,33095,30250,52717,37814,31081,35582,32565,45948,53415,30787,48971,42931,37116,41471,45915,42359,42359,47820,33943,44448,40078,51814,30981,38648,52434,43029,37953,36654,47935,37428,39128,45268,30275,32367,49065,51037,43925,44974,39894,33731,34310,51683,51659,53137,46938,35209,50952,53387,41978,35199,31564,35745,50309,49795,53110,42850,44309,45535,37119,43492,36640,42954,38530,42795,38467,30831,51816,53397,33740,33842,48523,53397,31569,47533,34383,34775,36910,52349,44139,53229,43153,29996,43444,51310,53714,38516,36374,40878,44261,37415,43889,46292,50778,50778,31601,52742,44941,52863,45872,45515,40395,33424,34521,51831,36242,50613,46291,51956,36235,31574,53340,49214,51178,31507,36622,44463,36138,44711,35221,32646,40834,45426,43212,50852,42102,33051,47466,47466,47146,32998,34798,32563,40013,37246,30631,36555,43887,38783,44900,30462,41990,52231,52231,43937,44839,43471,32576,29885,42410,42782,42571,43523,34334,34479,38138,47689,37194,31443,49144,42192,53737,39103,39380,30648,49798,37485,37485,41096,32888,29987,51669,32247,50725,50757,41349,40298,40568,36004,40298,42962,46866,38081,42675,36938,42928,33301,35927,36816,48282,51315,46525,50104,48853,35141,35566,36245,38007,40880,48487,42416,43043,34079,35032,53192,34196,34196,35969,53711,46359,52288,30583,35848,40384,40063,51583,44753,51948,37662,46538,37838,41710,51161,46889,33799,51813,30090,46656,31891,48277,45746,34589,42549,29918,47598,34242,50424,32023,38807,39855,38570,49006,36931,32942,31600,32451,41320,44933,38941,45108,53607,46105,36983,37937,47413,30259,34764,41692,44404,31697,37709,50584,52639,31112,31112,31603,30371,34376,39343,37580,53359,46107,51502,43027,45385,39009,39496,33530,33250,50774,42642,45847,46342,44211,40781,36107,48984,31003,44499,30694,37357,53460,36980,33272,48190,33272,43316,50508,41587,30850,42814,31730,40512,48296,49058,38762,47998,48089,42037,44375,33944,36727,37763,37763,30100,42148,39325,49628,52350,32860,33212,43159,31615,37870,48910,52506,31383,41808,50247,42780,40613,30486,47325,38866,51182,49276,38290,31766,47786,50137,33076,51138,40849,41550,47902,31620,51867,43935,31290,31622,34093,42127,46846,52353,48583,47934,46663,37337,30598,41931,42283,52015,40946,33877,53565,46546,33133,45912,32933,49507,45855,40324,31717,50134,42081,36045,34369,32590,50669,51175,43304,42171,39450,48049,29834,35897,34179,41034,43227,34653,31631,49777,45260,43557,34462,35695,50113,44998,33343,39145,29878,48468,32561,51817,40940,51541,46562,46719,30943,49322,51012,38110,40436,46635,34299,48765,42334,49084,34007,39350,47836,36849,46922,31090,38914,46922,42817,29784,34245,53067,52999,39873,35819,46365,38988,38184,36219,36468,30867,51031,44543,38585,37152,45729,39571,33340,30469,31646,45576,45576,47658,48267,50203,36309,44737,48874,37308,33759,49469,51909,40899,45570,51925,40750,33747,31649,45992,34393,41613,36776,38318,32578,35797,42503,37676,41643,48333,38697,53575,31328,37372,44642,52558,50751,39898,46932,38776,30430,39223,44411,36254,42429,38302,39203,52716,39861,49279,45686,34822,34822,38321,32562,39659,31373,34512,42855,49854,50841,48120,48261,34900,29881,45615,45819,41538,51180,46515,43405,52041,49425,30114,49903,43133,39093,52997,30951,31662,38018,46929,35488,45099,44786,34031,42660,33265,46816,40816,39735,50484,52436,40758,29953,48773,48963,42071,52465,46256,34384,32359,38970,38146,46961,30892,30981,43987,49138,53055,50763,53748,45757,33974,48079,37574,51462,32979,40357,39688,49544,46669,31912,31671,48314,31146,52559,35018,40747,36154,30018,36815,34807,32106,52655,34077,45950,34727,48156,45438,42482,42349,44391,49205,35546,41747,30478,49041,29867,37436,42639,31427,31597,53394,42401,43403,31563,46556,33549,32144,43671,36158,35820,35210,52572,38487,47969,31678,51647,50588,53628,50679,42517,38349,45553,38011,42198,45320,33565,49397,39360,50331,33994,39999,37111,48867,33417,35559,44158,34650,37502,35561,52429,36125,32939,48888,32950,47132,29851,32516,38089,29925,48203,44558,43498,45265,31206,34078,33609,53519,37976,40148,45307,51614,33290,44973,32434,35155,39228,35451,34699,38623,34047,50176,46089,43103,31687,42263,39566,39671,38859,34448,41334,33026,52058,41374,34938,38441,44099,48430,31593,41081,34600,33840,43214,40509,39640,35629,40276,46790,43463,43463,37001,51018,45337,45912,53684,39015,39015,34224,30854,41239,31565,33688,40215,30590,52494,32371,37607,38693,42317,52198,47241,30542,39681,31706,49965,37870,38657,39147,41070,47389,34093,52659,35765,35765,37711,36074,44579,48925,47333,32406,37214,46369,45630,50341,33248,50813,34572,46986,39015,39613,33568,47260,36344,38313,30585,49929,43658,31406,42840,44219,48898,34048,43086,32967,41249,34782,48036,48614,39751,34218,30887,51325,48610,38453,52638,29918,39098,52670,35387,32412,45215,43630,47184,45885,35156,35156,45374,48471,49825,38745,49232,49127,49680,37744,30633,33390,40566,33718,34322,35234,47646,41475,31343,40943,44853,35071,49852,34015,38190,41932,43203,36231,36231,47229,30544,45568,48599,39740,46513,46666,48392,40612,40469,42528,38300,34704,35797,38918,48541,40610,30331,31906,42252,47935,35285,39862,40036,48998,49209,45369,45369,39519,32968,35843,37063,36931,31728,32120,34516,33953,36293,50589,47779,31358,50797,37840,37147,37482,34981,30194,40099,49880,41237,36499,33699,40354,36409,43294,40442,53374,33660,52169,34195,49772,34571,50617,46933,39289,44454,30745,51379,45229,40250,40941,43942,34301,49390,51211,34082,33448,34832,33643,32505,36513,32906,50985,30020,39162,36557,36972,33680,45315,32493,38935,32330,42891,33762,44105,32411,32411,32403,38506,53605,33012,36881,45248,33905,52928,32806,41187,38127,42587,43195,39921,33074,39717,33334,36455,47975,45808,31753,31751,31752,31754,44018,44327,49607,31754,31754,40742,45622,50894,46123,32412,36357,49308,42305,48757,30816,44079,35837,50542,49161,46010,51982,34496,44414,33212,42909,53623,43162,41075,35671,51565,51079,44955,38996,46493,52978,46308,29940,47729,30615,51150,42741,33251,31041,37891,36484,45605,33336,34441,37828,35108,35108,30372,51600,43990,48037,35327,48655,42163,47963,47575,51562,40649,39695,45879,33003,51768,49647,45284,34542,33798,42159,38090,34726,52310,42692,52053,31576,48412,38242,33142,52189,39237,31239,31770,53231,38896,32962,46539,29929,51605,31084,38601,44295,52697,34237,46009,45130,33884,45541,50595,38059,45190,37363,42688,30032,43866,36212,31775,52508,52400,37962,40709,35103,49985,35103,41531,40428,52101,50451,47373,38187,36230,33441,31778,42948,39493,45973,46156,30782,49013,47046,30890,48202,47980,47980,35857,47980,50126,46179,32817,30979,51996,39682,29844,34072,52629,52520,34212,43240,45531,44710,39933,43055,31783,31783,46755,53248,31784,48786,33580,39091,49655,49655,35136,41495,47728,41372,50068,50426,49340,45756,45756,52337,37586,50756,37742,34287,43512,35756,48254,48254,46801,41169,36069,39277,35743,43924,33501,35845,40234,44676,49088,42415,51048,49193,42040,42250,41504,31793,31794,34558,49878,42853,34509,30141,38741,40027,44080,30452,30150,51776,49047,32484,44840,40923,53245,33679,34712,32012,35922,43120,37406,52178,52437,46071,34348,35609,38028,39568,37370,32183,51344,40293,37295,53294,46188,46682,44143,42054,48458,45568,44738,51850,33632,47052,45205,33913,30223,31803,52495,46873,38896,33034,38096,42772,34744,35948,46311,40949,42806,51823,43504,34997,43824,33571,30021,42658,44574,44675,45407,46769,47412,47412,49700,39976,52143,40097,49617,49364,42838,45938,34493,34281,36216,30636,37010,40103,48684,45457,41478,47207,39642,51664,47121,29873,49250,42285,52292,39803,49647,45636,30527,33079,30575,30575,37023,48493,37064,47351,33347,31259,35658,43469,52477,52252,32703,49769,49206,44328,40042,36247,37777,37559,49004,31880,48738,31622,53608,36272,40898,32935,30464,30917,42768,31824,50240,36965,40219,31824,34161,30838,49022,47902,35215,34943,36595,51806,36310,32830,39750,44193,36282,48741,53197,31604,36415,50357,48803,34114,37223,29854,48146,49800,33524,37078,49259,30817,31665,38474,30655,42421,39766,51752,33572,30559,35661,44476,48643,33116,51759,35957,50640,41247,40386,34446,44235,33794,40767,35685,53120,48748,47471,43474,36150,36706,52427,44545,52853,45820,39040,53108,39106,47180,41300,45793,34726,45319,47585,41703,44887,46188,45615,49014,35506,45191,42624,33942,31838,35839,42012,52215,50973,46457,32168,40171,33618,43680,38833,33479,47796,47796,39262,39321,44898,35432,49373,42192,31306,39379,47174,50309,39754,42686,37422,47693,44242,41190,50929,49945,33316,38901,52790,34723,43455,47236,38405,40967,46499,52093,50130,46548,51755,45986,34641,52366,49180,51971,37839,52732,52037,37868,47058,33718,31783,44285,35587,31789,39472,40924,34784,31861,34527,34527,45594,31463,45280,50143,44265,42940,47096,41853,51587,32722,35120,31431,50776,39686,34411,49990,47683,52748,46009,45442,41449,48050,30841,40613,48421,38950,29923,31553,52135,44913,44845,44845,49640,48625,36899,35491,42618,32560,29755,40965,38498,34853,44518,33779,52787,34261,43991,40132,42643,30131,47997,40529,31978,41052,52452,41037,37168,51263,33331,40059,30807,40289,30067,37533,39960,34894,37704,42201,46922,52427,40789,33789,46874,37709,37039,34808,40157,35581,31785,40787,39879,30603,52810,33144,44262,43912,42412,38811,31882,38774,51357,31063,45504,45019,50741,33964,49265,42136,49597,33217,30813,44296,34475,39515,40016,35468,31653,30892,52268,31186,39560,38065,32058,48011,49630,33670,44331,44471,34793,46092,51064,37482,37060,40385,33407,41238,32638,35086,39410,36911,46157,32396,38966,38966,29957,50727,37884,46064,46064,31890,35477,33538,37150,37269,49434,43706,38655,33906,45520,34699,42341,51937,47016,48700,38373,47827,39310,46102,38019,41544,53375,29759,32147,39636,48947,45132,34386,33480,32964,33154,45324,42096,47407,37540,49820,34483,31593,42367,30029,47144,43412,49147,46611,48370,35956,35956,43234,43234,49224,36910,39054,42179,33738,41865,48870,29760,42085,36255,37537,30112,40158,47185,31018,39536,38241,34261,42684,36539,31906,53131,46051,31048,41171,38923,31631,52446,49736,49641,33405,37955,35657,31908,33983,30173,36394,46618,53678,35128,36324,44544,52446,36739,31909,41131,31909,42811,45103,36519,31911,47915,32503,36298,35982,30708,52093,51916,34572,33790,36847,49730,35271,30388,39108,39108,38041,52617,32546,42636,33836,38983,44478,48936,47373,40477,35142,51565,31917,51200,40801,38387,30139,32034,48472,52310,38844,31444,35898,36290,33014,45369,46358,43393,35320,36021,29886,37930,35573,34866,42488,35686,32129,38380,43993,35686,31462,31573,31573,31462,49836,49836,34581,36392,39575,46131,30906,49019,49019,40075,35513,53399,43165,39896,52830,38316,35656,44037,45082,40261,36357,36692,33874,32859,52333,45163,48579,48579,36685,43426,35326,44981,49897,51836,31827,42615,39586,39618,43206,52612,42626,51945,31929,42858,47961,45279,36900,37387,36754,34657,39763,50456,32718,52654,38185,53077,38247,34436,33742,35689,48595,33267,51776,45964,43604,46580,47257,35553,40576,45255,40244,48625,31939,32775,48540,50654,31940,51756,53693,31940,40556,47190,30693,36664,36758,31942,41427,43087,48397,46215,41670,41966,49037,45689,36446,52808,39682,42459,36341,36341,33689,48269,31122,36660,47243,47243,51166,31260,49211,35062,30804,35079,53357,30362,47370,48341,46458,41807,37993,35945,49721,45925,52428,44277,40099,34570,46832,47427,48091,48521,44948,35513,52788,36735,36735,45406,44237,42162,29846,32139,46576,52855,49531,45579,53548,43673,39109,33026,35522,43605,31281,43943,34951,44722,52053,31951,52953,36189,53024,49015,33387,48145,47797,38897,32695,36751,48279,29919,39861,31171,37651,37298,47546,43122,45231,51882,41282,38029,37536,38816,31812,48134,48381,31956,38573,53351,51481,46637,30721,33028,30618,50450,50029,43154,48560,51728,31961,52977,53004,39048,51109,53460,35614,53236,53236,47164,42309,46806,51370,44617,45452,43261,49657,42436,38259,52828,37287,48492,51774,34656,35770,49036,44662,47880,41489,51414,46033,33672,33060,38821,34127,45355,34887,40958,48020,33346,31967,43197,50218,48079,41720,30788,50167,44744,44477,44477,44197,38177,47809,29940,29940,50108,44026,49606,46751,39600,43157,32865,45399,44331,31688,43702,39457,30797,36440,36371,47137,35042,38425,49007,47516,40059,34044,37460,45404,41550,44226,44923,52245,33253,50339,44511,47200,37773,37440,51610,35823,31270,45721,45503,48699,42831,39475,42714,35944,31977,41659,39616,38269,41285,43466,34698,31697,41995,52061,52678,38144,41034,37255,37344,46937,41034,53019,42456,52339,52339,47035,31605,49441,48130,49757,41633,38676,44488,49495,47459,36221,42303,39767,45865,34226,43853,30444,53478,32883,43138,48319,44468,47469,34996,32759,36016,43832,51719,47988,40454,50429,46523,49527,46141,39345,43953,34465,34205,44873,35888,48041,32414,49842,49112,40377,42114,44220,37970,52678,39740,40525,31998,33558,49665,32000,48828,48828,46077,41595,43947,47294,41114,52043,44228,47825,30304,46285,32006,30720,51023,43248,40986,49633,32007,32008,49987,34146,31757,34016,34018,32409,40802,49878,53281,46856,44087,40244,33355,30856,44540,45990,39125,32247,42801,33994,35439,41576,44157,38929,41154,43521,38364,50085,38484,39689,38684,41119,46608,34207,50003,47227,35422,50349,34307,41362,48878,30638,53522,30399,30399,37688,51216,40682,30382,39674,34294,34451,43069,32018,32019,32019,49127,39542,36657,39552,34995,37137,40221,36996,36996,38408,41860,30219,37143,48033,46780,49235,29860,46766,39734,50010,42898,33051,45662,52726,37628,50735,29967,30584,51923,40449,53379,47600,32775,40552,42612,45936,45682,30188,32024,29988,33247,45282,52453,42510,30322,53649,51349,43518,50190,45385,46685,29879,45149,40944,46665,45725,38538,45600,51384,32852,31955,32026,34159,47155,36292,50662,40920,37631,53163,33116,42011,50021,38507,36714,30595,40893,45447,32105,38280,49987,41988,47239,38007,41639,43828,51326,35298,34367,38520,32777,39923,41095,44062,41891,31613,44625,37005,34149,39827,45287,34745,42352,34724,32200,32200,39320,30294,46836,51111,40910,40582,39755,40493,38485,35597,29831,37021,53168,32037,52382,42686,39852,44010,37964,38464,34911,51136,49662,36404,31580,52915,38806,36390,42101,50709,51367,43615,45559,36666,35043,35709,32043,43623,35075,32894,37653,36625,36626,41302,39488,52461,45795,45795,40455,48798,40864,35414,49559,52985,42872,35833,45908,45851,34435,53270,40454,53270,53270,38871,52993,36155,36474,51279,40275,38634,38593,49569,50300,48468,31939,34823,51107,35858,52529,34429,43535,30521,46122,33817,31783,33849,34327,46751,46577,38474,42009,47209,39759,29862,29862,37924,37924,51157,29815,46037,35411,50655,50061,30442,33926,34113,50373,52903,44753,34350,48426,37104,41508,38089,29964,48771,49642,30013,37092,41755,41397,31480,30136,53611,47661,34679,39615,47693,30778,33101,32692,43775,51539,48739,30704,30640,30264,39222,50324,51187,38480,30841,53859,42328,38541,32545,44668,41491,35345,41491,41039,32067,35667,30102,43327,40527,44619,41074,40919,42977,46886,44869,32068,47269,36433,43022,33790,48869,33872,49500,46069,31182,32071,45590,48245,40550,49066,52475,38956,47194,33213,51412,33517,40165,41190,39671,41190,34424,45674,45213,32079,40915,38144,46118,48369,31059,45324,46670,46670,30036,38068,31094,43988,43988,44281,34836,48216,32083,48202,34642,45807,32084,53441,32085,39352,53029,35580,51174,51305,52437,46071,50513,44414,38757,37877,53449,35694,39835,40490,51454,48000,48000,43042,39837,38877,52045,34491,50207,51181,43640,46491,41117,50033,42561,46046,30797,34960,32092,35870,34695,38279,48736,52765,48242,31195,40412,36773,50943,43616,44878,33457,48067,33928,36983,51230,39090,45982,30317,51115,53582,47948,37652,40841,37710,50334,49942,53115,38475,34545,32055,35263,35084,33204,47097,39707,45446,52905,34212,42415,33838,45898,50988,32104,45461,42612,41982,43434,50992,50359,48382,48847,31549,39502,51484,47309,50166,51518,51195,44096,52261,43512,51610,49492,30129,51360,42408,50572,48783,52762,34985,37271,37432,39284,34548,37470,41140,34065,32842,31290,35973,45090,29838,52006,50592,50431,33102,46660,32113,45785,33521,47578,42320,45769,30400,44623,35072,32633,51340,30302,45245,43244,41599,51613,51114,43965,36119,48911,44765,37966,47312,52503,37655,35084,53591,52379,45329,40218,51335,40957,44446,45261,38182,51233,33533,33725,48187,38406,46224,46885,51751,35698,48825,44027,49505,45016,32123,30988,29988,41722,29919,35942,46168,39315,52990,42480,34481,39881,48373,52498,37761,48669,31441,33578,46533,52170,45775,39710,37592,35362,52205,36543,42777,39514,31845,33879,50674,50201,38362,30308,41957,49861,35457,44564,33467,39329,41728,35041,33663,40635,48802,34682,34522,48114,45406,38854,33998,40990,40767,40612,36438,49441,35658,35238,37732,47779,37756,49554,31801,48493,38186,48732,32950,46330,33823,31021,41176,34959,35102,39378,36793,50936,32176,38124,44523,41044,41210,41210,53204,53204,35477,31806,39614,49391,44372,44372,49058,43972,36574,39354,36858,30182,49296,45635,38759,50587,44031,50710,48439,46521,29987,47259,33804,51473,31189,42416,35159,36516,38922,38202,37365,38428,47176,42542,40998,52373,34968,34379,38101,35262,40128,51887,41432,42812,49555,36085,31194,35273,35273,37170,37080,41330,41330,39301,43584,36639,42571,45909,43310,45905,52541,47003,43024,47115,48256,51333,49515,30771,36010,31281,46459,33303,34335,33953,48909,53444,35181,33538,33538,43621,51380,36832,45125,42958,36876,32266,53724,49577,34760,45763,51618,48169,33751,49001,45945,52766,40108,44542,31067,41926,44639,43929,49692,35965,34586,43134,31407,31287,31287,51894,32176,49838,46786,35280,30179,48962,36515,42485,35441,35441,40739,45605,45357,38634,40435,34789,34816,33496,42707,33418,31130,37265,31900,45326,37889,52211,42095,41650,52657,40417,32183,29808,38273,37657,30337,36252,37219,37814,50815,45498,33687,43970,33519,46526,43202,36442,50074,40246,32981,43672,34185,41541,39247,51070,45170,35997,29822,35157,48480,29893,51707,53264,53265,33263,39264,36146,46718,38228,39162,42181,44922,35197,48454,47172,30354,30767,43419,47441,36897,40698,35418,46464,37943,44016,30676,43375,51768,49353,32074,38795,40928,46106,50382,49422,47639,50136,31069,47070,38064,32920,33131,35423,35423,41116,45305,51601,33322,32312,47600,49876,53005,46367,36493,43145,45408,30663,31237,47130,49229,46031,46031,53642,37822,36840,48050,45555,45555,45720,50797,49512,31632,34213,32214,35245,32215,33012,39241,39241,53669,50598,30164,33986,38992,31163,46113,43415,48011,32950,36518,36471,51304,33254,40318,49433,34265,47416,51176,41065,50398,30967,53694,43155,49632,45375,47563,39786,40226,47536,33627,40415,47566,48167,47186,52029,34995,43322,41819,42005,44541,40672,40070,40070,50833,45199,48215,41564,43538,43707,43707,53312,36064,49008,39329,32237,47131,40796,31709,36436,31045,41775,34094,32239,38057,53515,34094,33712,47900,53535,46214,45499,49525,35413,52314,52313,46248,35130,44103,42008,35109,47060,32910,33774,31562,49311,32214,52359,44046,44046,38891,38890,42437,30507,49261,50256,32243,39167,39836,52446,39544,51321,36290,42862,32768,33041,43052,29932,37937,44199,45523,42023,38397,51710,48516,39173,53309,40144,33359,46525,30467,34711,49081,48044,44948,39016,43999,40737,32247,36360,44442,41437,45992,48992,32164,41266,41266,40121,38024,34737,47028,43926,51032,52472,52640,37068,45033,45033,31826,51511,49374,33281,53090,44090,34301,43644,49068,45996,35931,35858,49916,45880,52616,36203,40915,38262,38190,48915,52249,48230,36839,40814,41712,41016,33252,44378,32256,52812,52031,50030,48070,44255,51072,50034,31538,33642,40126,53218,34280,33126,50549,43861,43861,41343,52659,50005,42426,32664,30918,32264,49488,45852,48174,33947,38953,42547,45968,50203,32265,31137,46831,43214,49435,30720,30936,41416,44019,50126,46269,36497,38512,43528,30836,51340,53791,47318,40755,29880,37648,35244,36333,30423,41379,33589,39059,50225,40933,44266,34203,34590,44346,51346,39550,32275,34886,34744,47493,48608,49810,43775,33345,33901,31132,45339,45306,42719,43721,41286,52115,37616,40852,31292,43040,34988,35516,37576,39929,43804,30876,30876,42124,31626,50956,42961,43187,34949,43629,41022,31288,40316,32417,48289,30609,31776,47249,34476,39432,53445,37584,38145,53334,53176,48180,44338,47058,36430,50591,30378,39973,35889,32290,43675,35014,29843,44784,32749,32749,36095,36095,42682,36480,32773,52362,53923,35582,39199,32291,40052,39191,32369,41096,44163,46016,34376,43102,31340,52375,42054,51569,36299,32296,47832,37402,40963,36452,38040,34444,52595,36138,32298,38851,41248,43179,44310,44197,32350,36241,30246,36554,52743,49381,36570,36570,31107,48496,50818,33802,36685,39561,43869,51561,51561,45281,51759,33213,35119,40613,35119,33348,38733,47257,30018,29833,44283,44591,32533,42360,43768,44811,49649,45833,49231,46219,46383,35137,42363,33748,52255,52998,43909,38645,49024,51933,45777,42628,51779,31181,49477,49477,30020,41178,38259,35627,51769,40970,33930,37829,34218,44049,37832,48330,31172,40370,44879,46282,34907,46364,37403,36633,50554,42106,38393,34221,37065,52941,31162,39861,30500,38302,39279,34204,53011,33588,31839,43936,50284,48027,47233,51452,32854,48546,53603,41169,52160,32320,44585,33016,40786,30069,33557,51791,30090,37690,51904,44126,51811,41948,34599,49036,45973,53204,39467,42816,40937,37887,41712,36196,40772,42180,36856,36011,50860,50168,35276,49889,52618,30188,40645,32330,44474,36073,51365,39763,34089,39482,36487,51557,51463,32331,48586,34915,33405,40837,38015,38592,30364,44073,42010,41064,44859,44673,49027,32813,35633,46297,52246,33666,34914,48474,34473,34832,38798,34217,42330,30932,39622,46782,35650,31861,40346,45627,38878,38959,36233,51908,36103,41364,30068,50577,44773,51821,52547,35947,53645,39969,36225,32351,34904,37334,33828,40315,37086,47629,53089,46378,31353,50812,32971,34164,40403,47525,40927,33867,42841,48023,48023,36536,48839,36503,42180,44029,41343,36062,40325,42973,37812,34699,46984,33801,38264,32363,33776,38744,35122,52259,51116,53174,45937,53625,40259,36741,35438,46654,42565,48468,53440,44914,45142,44062,30576,51899,40285,50361,31915,32368,33549,39193,30626,46769,33605,45328,33765,43166,49263,37284,31428,36692,35933,44634,32063,33980,41759,48802,33508,46384,47601,41451,44089,34130,47590,47590,45131,37518,43794,49384,39783,30118,44513,40422,53617,39302,31775,33405,50858,39678,45074,35883,39658,50657,50657,29828,42089,30599,40066,30363,51726,40051,34734,34734,47357,52115,44287,31969,53243,48975,50274,30474,37935,34743,32383,37394,34008,31964,41387,42006,35410,30600,50060,38209,38997,46909,47785,40706,34117,49970,36030,33082,51672,38845,30319,35425,48185,49486,36598,31141,29950,52724,41352,46134,32393,33509,52377,44894,46897,44606,52051,45454,30314,42905,30314,48163,37633,33367,39697,39140,38052,30485,35867,31072,52149,49862,32398,51107,44938,49326,29809,41393,50574,52414,41887,35173,36541,47431,33140,41019,51254,48844,31273,30545,41032,41704,31536,36795,45461,37458,33861,36591,38000,30413,30850,50719,47246,30890,52403,30713,45304,34694,44672,44102,53042,52764,40717,32461,34516,33623,31981,47311,34159,46172,30454,45658,40044,45113,35077,42219,46965,46408,44710,43353,47102,42270,51849,32209,51830,45107,46816,47939,34689,43493,41610,34605,31014,48907,37255,30743,42249,53474,30822,31404,49394,48738,31660,36820,41798,32270,52600,36572,42681,36262,52620,33201,38028,52518,49914,37415,31725,47935,48335,30319,32425,40761,32427,35685,38601,47368,45717,43057,45044,49335,43055,46951,50780,45857,51309,41196,50534,40470,31553,39085,52662,50430,33281,43601,35084,41957,32092,48141,44210,39363,37948,30626,30626,36974,43495,44929,39080,51085,51085,43395,41859,53398,39860,51746,43025,36883,32440,38256,37475,50003,44695,46992,52026,47044,40147,39031,45232,46148,48213,39036,42886,50090,40210,32061,35758,37681,36734,45850,33474,33474,34176,53125,37165,45599,39068,50271,34912,34750,51982,49239,36649,31854,32993,37880,37880,38903,43480,50644,42742,45817,32425,43957,32450,46735,34804,40549,44410,49430,32453,44957,35031,47532,32816,43125,31227,36999,32194,36248,49921,42015,33684,48609,33085,51812,32460,52821,49048,31769,31576,38266,35616,30571,39690,36162,42382,53512,46189,32465,44400,38393,40036,45889,38697,43152,44496,37382,39274,32468,43678,45200,36856,46643,43805,41085,29858,43523,41988,46286,35155,35902,40951,43701,47195,38663,48246,46989,35221,38226,33148,51503,48113,30083,40120,37167,46183,48988,34173,49287,45119,45119,30464,40069,49000,46833,46833,39450,43484,44717,44735,45767,30306,40651,47070,50577,48885,42660,31367,42057,33955,50829,40598,45422,31327,44208,45147,37606,50210,44295,45592,31088,31088,50570,35372,46334,51834,49680,36877,44841,35116,33271,39603,49328,37311,48454,48229,40505,40475,30216,31025,44248,42623,46994,46994,38908,50710,44547,39172,49694,50183,37759,38971,52558,35223,51126,30457,36844,45196,50623,40862,37898,50658,44677,34556,34106,32497,43280,43644,44157,37301,32498,36811,37296,38945,38312,43136,49502,46487,45626,42311,31458,44381,30922,34862,42722,46882,48008,35774,50175,52995,40259,37376,51690,36727,50415,50054,37598,31454,52113,42463,51884,51884,36434,36434,37918,47955,45910,32507,46069,37686,41854,31218,44146,36936,35483,51877,45681,35297,32508,42332,42332,36794,46869,39904,30033,33877,38440,45373,38440,51638,47799,45162,32815,53053,33002,43810,38670,40924,39987,38738,52299,49794,35563,40319,33437,43278,37458,43041,48377,45542,47164,47164,39769,46339,31428,35233,42275,29835,49293,34406,51383,36669,47394,45848,31457,51480,53008,38505,42693,32520,40494,35497,51783,52263,47981,52583,42568,51321,41244,50302,42010,37155,33328,44256,41637,33967,31454,47488,47867,32523,52808,34904,31000,38856,48328,46642,46642,50625,47612,42869,32526,52279,32716,52386,31684,38619,48928,46460,33998,48400,51251,32529,32530,45341,42078,35710,30275,36123,34069,44171,34168,36847,33072,52528,30104,36673,37461,52900,52398,45690,41706,32536,44876,35821,49223,32539,43898,45575,31414,41038,52056,29847,30863,46217,36416,33200,32719,40746,37259,39117,53693,52361,52361,53150,43790,50871,31106,44779,35245,40460,37764,36482,39354,39924,47176,38450,33437,45847,48167,42349,32971,41433,46154,33631,52217,47233,47233,43365,31319,49283,30748,32953,30910,50594,50594,30676,31788,32360,52838,46310,48426,38854,38854,42003,36459,48007,53106,42465,42465,31017,53470,30294,50523,32777,52036,39602,45630,37002,44181,45342,30550,38777,41260,32451,49709,47594,47094,35905,36538,30184,51242,34050,39810,48335,30410,51482,42309,34798,52162,32563,47033,50103,53519,36373,49634,45902,39684,47640,47881,49598,51203,32567,43239,46470,50149,50149,44336,43687,42014,42359,30219,34812,36560,52778,33984,42645,48789,43890,37030,50822,29903,47001,53572,44093,42650,36444,36400,37398,47560,37800,48251,43935,38002,33352,47615,46641,46469,47219,36382,38484,35623,48213,46327,34809,44236,33657,33416,34859,40691,31272,43919,43002,31623,47107,32192,42191,31118,41983,35307,34206,36380,33903,47559,51309,29938,42699,40716,36190,41580,41619,50426,33932,49067,38148,47752,38121,33946,53839,51721,34687,44341,33946,45755,45748,33748,33546,52169,39319,31020,32594,46543,39297,31815,40483,41601,53421,41970,30187,32616,45751,36019,38305,38749,39976,51791,52017,32106,41431,43375,30347,53231,50640,41936,48886,39312,36798,40544,52220,42936,30028,43968,36894,45812,49721,38874,30637,47959,53455,32602,35746,53597,35844,52346,48700,42971,31503,31503,39695,37376,30734,47309,44584,40192,33798,33798,41624,32424,30326,33075,30615,38133,43611,38532,42378,34178,32609,32609,34461,42787,48764,49622,45704,37183,39404,52489,29849,41477,32134,53117,31174,43646,37750,50219,44446,33417,30730,49452,35306,31445,36552,32618,47707,41987,34798,44719,34815,47026,41482,34800,37347,32623,43689,32498,42181,45187,41909,31040,46078,35483,37322,40133,43180,50671,52783,36217,38854,53616,33942,35351,45041,49803,45415,41101,43552,33703,30381,39057,48710,43825,50971,44105,43415,31976,33176,33170,43270,41321,53248,48124,31087,43486,33567,31322,30374,52380,46549,38586,33407,52357,49052,51446,35641,33854,40031,48394,30402,32637,49368,39336,43918,39336,43918,34570,44221,51562,44188,32639,50421,47962,32641,29841,45542,49321,46128,30367,41516,37563,51937,52237,50202,37893,47784,35963,43377,30866,41318,39072,45574,34265,41555,44525,43903,42970,45326,45121,32652,38994,32653,47257,42153,35454,50230,32814,47646,47646,46338,37575,50435,31477,40769,46711,46711,49690,37211,49459,51922,44273,40750,45266,42193,45735,30908,47365,32654,49185,30332,41340,51179,34668,30537,53405,40795,34848,39620,32566,33177,40387,37043,53468,42343,33093,43305,43305,45459,52594,33803,49367,35350,33615,34969,45622,32661,47339,41458,50505,41137,39131,43337,41157,34053,50977,38487,52323,52323,40390,39097,30392,33972,37508,35812,31670,34021,51045,48648,40350,34561,42344,42344,45430,53268,52988,47520,47529,31480,39155,36960,37437,51940,51193,34237,36053,37696,39156,34401,38259,39361,45452,47137,37475,36230,35491,39222,32732,35458,31533,39549,47387,30610,48789,51055,52667,29789,30708,35042,35042,43534,46819,32673,48313,36975,50631,48762,45054,42335,48077,53698,53698,38413,36765,43757,32587,30003,46261,53310,50118,35016,47141,44553,50793,35205,35725,32679,38759,52582,41816,40860,36512,41820,50558,48801,48801,46434,49435,46770,44151,41175,30357,47954,50727,42306,46599,41270,51057,49564,48884,32688,38736,51555,53708,48933,41950,38400,34394,35734,43465,52624,50097,32689,38134,38242,50243,49065,50016,45683,31376,33673,36922,45293,32690,52034,42692,53419,39229,53419,46967,50595,52245,32445,53306,42866,37702,42797,32051,33970,41107,40204,36667,49040,48999,31505,30871,44497,49847,42454,52636,42413,50548,49011,37490,47106,42773,47177,31583,44222,38034,51556,49127,34714,42775,47430,36774,42390,45242,49355,42523,37244,36519,44817,40499,40739,52876,49790,37775,51278,30523,48872,31522,46451,29833,32721,30694,53122,42720,49297,42387,31830,47433,41147,53660,31826,31294,50094,30394,36008,50659,42017,35178,45063,30495,42775,31505,30338,52734,41783,33483,32580,46321,49655,51517,44946,37750,31482,31705,30048,32716,34040,47568,41378,45073,42258,52049,33240,35025,50329,33812,31094,45490,34191,39952,32720,35944,40855,36625,46920,34792,34554,35300,35300,52767,45717,37241,47586,46840,44791,49157,32510,43354,40294,37454,29765,46659,50616,38915,53863,53863,42579,35297,32703,39618,34078,52654,44198,43144,39206,34073,31022,50841,47204,38212,50079,44524,44524,36029,45701,47130,37627,50207,33954,51061,32153,53464,46572,40300,39029,46572,36007,43230,30148,52621,32679,37227,48328,31638,46939,46939,50110,34049,38439,38239,43302,32738,32738,36212,39200,45428,49403,50274,49395,30186,41481,36383,30346,52567,35164,33014,45673,30190,36567,51630,33014,32739,42995,37209,41972,32274,39780,35756,39028,43971,41950,50720,31372,43259,45207,44416,49354,47186,38080,32744,33182,30745,47416,29840,42791,40192,45640,52924,52997,32745,51797,41807,50131,51836,46223,46223,41489,38545,50624,45634,45263,33887,53023,33104,33104,39977,35546,29797,51079,34132,37527,36339,45787,30873,38581,41802,47868,30607,49872,41015,40211,39184,46110,46110,34267,32751,34227,35527,46369,43667,35579,41535,40056,39582,43974,44921,43760,34151,35773,41278,43548,44396,41979,35559,35559,39997,38812,45420,44712,53023,30003,43337,44712,30133,49882,51743,43895,41209,45670,53262,43996,38691,34240,30629,44209,33894,52697,39674,42011,32107,33830,49485,35508,35508,43487,32758,37555,36683,36879,47719,33150,34454,51259,29920,48743,32760,46749,40105,45009,50984,50920,50920,51201,40886,43445,36740,46514,38952,53387,38809,46514,31731,46918,44855,53461,47673,31303,38192,50090,50223,44509,48942,32837,32174,37223,44457,39463,51262,45136,51945,45446,41154,34448,40038,35631,38789,32199,46884,34365,30377,35760,36369,31474,35831,47506,34321,53563,41697,49632,49632,34122,31120,37558,31313,41125,50867,41172,48369,34675,43444,44436,51498,32753,33071,53496,43192,49210,41905,39583,35240,46708,30283,32783,49188,49777,40620,37536,38661,47739,45485,49400,37826,43858,29766,48451,51699,44378,31578,32787,51416,39530,52566,39533,53230,33648,33707,51189,47955,51189,37349,41817,47957,50462,36517,47055,44131,38574,41616,41340,44368,38395,49096,38660,30046,37823,41039,33914,51391,53403,38292,42970,31552,39609,33404,37017,48168,45822,49313,35282,46845,53240,43793,31897,46014,40249,46014,47423,52669,38694,42616,39113,30220,47591,40294,36330,36698,41049,50131,29800,34582,35593,31558,52384,53434,37144,34920,33734,37810,43808,52244,48745,53641,36958,35054,40150,43424,36452,45875,40549,32807,49490,40751,33202,48976,48991,37660,31972,39555,39869,50891,31815,49107,30237,41960,31228,53141,35459,42282,30488,47912,34431,31223,50283,50283,36473,47172,44229,51097,49563,32807,42260,46447,41030,41558,50930,36412,48477,43976,32045,39782,51317,44215,47642,40936,36205,34786,29757,40619,47460,50345,37443,40420,42350,47567,32516,42793,47558,42021,43080,48922,40850,45445,40840,34996,32324,32324,37999,48902,39931,39931,48321,44117,46311,40530,49661,39956,40435,51487,39825,47964,49727,41836,43355,39534,50059,51482,39878,52130,32836,30054,50675,50801,36733,40004,47311,49451,48061,36642,42444,47265,34743,47510,42663,40451,32479,43329,40731,40048,52118,38394,47696,34548,31805,32839,38394,32841,35436,29905,29938,39606,44378,46191,49796,34175,53252,38047,48034,42530,48228,47584,43865,46218,44569,34954,37258,52920,51793,36423,36154,40008,36154,43587,46116,41985,46701,49310,45753,34841,34841,36260,42885,43158,52883,45117,40787,47255,46744,44771,51268,51950,45695,52021,46865,30130,32444,32444,40153,32849,42889,40002,32850,43156,35383,50306,32852,34638,44661,53161,52510,53337,32853,32854,46397,37513,47188,35121,53117,53002,35113,47277,32856,39499,40160,41569,41568,40366,53195,41582,50198,32858,32665,46092,41082,42753,49928,29865,48126,48126,44113,30804,44453,50352,38418,47634,33917,48080,46521,53262,35392,32226,46783,50151,40261,35031,52252,37031,39868,31309,38875,48111,49423,35273,31013,33980,35555,37798,31215,36877,51238,47415,50117,45498,43101,35803,32874,32875,49091,39514,32203,42456,53279,43061,30801,32880,45895,53185,34280,33769,51682,52626,38062,38689,34311,34250,50403,35584,52942,50580,50579,42692,47995,46135,53186,51626,51530,39786,51215,32272,35762,50677,41775,46341,50238,48342,46005,43397,45892,46765,49371,49187,36354,47580,29833,51088,45245,38117,38661,37775,53711,47492,36220,48696,46129,48580,31990,51029,53122,32826,38337,48296,44559,50858,52409,42879,50895,45353,33431,34288,48872,37371,34843,43044,36652,49418,36651,36652,36120,31658,36752,53414,41359,31445,52534,38394,53695,51136,33950,39627,46678,36571,37194,31772,32131,44222,29842,48754,35518,50241,33817,38220,42205,34710,52359,33777,52670,44788,47689,43011,38791,45423,46852,48884,32896,32824,29768,42202,37001,30958,47364,31962,49873,32902,35643,45389,48106,41572,46213,46185,51121,31121,34109,36168,30763,32211,46704,33095,30785,51022,35226,31658,39460,36501,34035,46181,36603,32398,47100,47380,42031,42690,35928,35928,30868,47378,33479,33479,40522,49455,49455,53537,31527,43077,43077,44980,53410,40320,44231,52511,47823,34442,43900,37828,30247,46640,32919,51555,50738,38660,34272,31033,46418,40326,53154,29819,32921,44626,48750,40184,47749,36941,52412,41839,35876,34206,31574,31574,34521,34521,34814,34814,46980,47259,32595,40962,40282,31723,45156,34342,48005,42934,32928,42934,30718,31468,51668,46093,46589,39869,51446,46872,43141,40266,39831,45835,44321,50214,52841,44151,47735,36668,42121,35012,47858,42944,36351,42787,48312,46904,41739,34829,39053,45967,32938,52047,40805,43616,32939,36572,51587,32035,33483,39865,37282,51404,38243,37892,32943,32945,41435,35627,32946,38933,46690,52652,37655,36522,49002,39050,30624,35280,39712,37664,37012,34534,43117,39113,53251,47276,31487,32018,41473,36430,32952,29814,36777,53112,51118,48454,32955,32956,30404,46545,42047,39469,39490,44741,44421,42713,32957,29772,34696,51374,37735,48941,48941,49058,46458,52409,40564,39124,53213,40166,30676,34103,41916,48271,42003,35339,39332,51132,44778,38557,43093,46147,37445,37445,35472,48269,34846,37065,51951,52193,35245,40910,41542,39429,34541,32971,32971,42781,36800,44886,44886,37017,37451,35798,35798,51069,32972,36644,50271,45091,35608,48077,50806,43352,30585,50875,30557,37504,52335,31107,40861,42615,37706,44331,31750,39586,37041,37680,50882,46502,35923,51082,48570,49817,44555,49253,39522,37983,41816,45191,42395,49808,47187,46057,50277,40079,35742,51258,39616,41001,32981,50094,32981,32876,44179,46696,42263,39438,37775,38190,53406,52377,46082,35501,31208,32985,36020,43480,34896,30489,30577,40716,39621,44801,33606,35414,39565,53811,49662,49662,49138,50460,30306,47910,35987,50554,48492,46448,37763,33526,32992,31746,37601,50210,42073,35318,45885,47724,45078,45755,31851,39829,32996,42280,38849,30432,35078,40817,36760,51634,53510,53510,47341,53960,36303,53433,32999,36288,47389,47533,49643,46264,44528,37760,37311,39877,44088,31629,41474,40121,43063,40831,44226,35053,45435,39892,48884,41219,52643,53829,29751,51430,31117,39958,51352,48337,52964,41017,43706,31865,45878,31398,31398,33871,39383,35173,39512,53174,31901,36522,46630,32088,43299,39944,53357,47955,50368,48456,42846,31861,42059,43798,41747,47437,47838,49914,34140,37830,33014,42745,40699,30174,42798,45332,51463,53240,34948,45026,37738,40348,33021,33021,34895,52001,51185,35790,44787,45976,35019,40086,41113,31813,51514,39896,38523,42679,51581,42676,41768,44831,40918,30384,47356,53425,32679,48344,32577,31198,41383,44589,33608,35994,40317,33035,40317,42498,36641,49695,53754,49824,38867,51317,30574,49157,40879,37862,45111,33039,29993,44203,44966,35236,50886,52277,33760,33043,39373,36027,30624,30907,43995,49268,45594,33919,45693,34293,47643,36756,48719,33049,51986,41911,46682,38288,39226,52137,52137,45952,32939,31712,36786,52540,42803,44787,52244,41297,45974,47076,34711,33054,46468,43628,42113,50559,33054,34042,43264,43204,31066,39651,44964,40446,43927,44623,45851,39116,40106,31945,48825,41733,40572,32137,33058,30188,49608,44091,43189,47890,39935,35349,35840,48778,30506,40826,31709,39567,42682,36849,44885,33111,49639,51848,33352,45766,51678,43951,52471,52471,32488,43358,33654,52403,53060,38787,48308,48086,29816,38871,52092,44149,44173,30395,48279,32865,45358,46892,43531,53029,53456,50541,52811,51007,43451,52728,44957,52044,48445,42707,48595,37145,32180,30649,41461,37794,45346,49128,43038,51839,33083,40556,52656,33084,33555,36394,34057,48513,50157,33803,43211,30865,36490,29931,47500,44269,41285,49482,41668,38647,33001,31178,31179,49907,43806,38377,41355,51406,42897,31889,48630,53625,46789,40949,38097,41401,41401,49432,45777,38501,47564,46565,38493,41034,51135,47005,46994,38571,49024,47938,33098,48267,36855,36890,50277,34134,36145,51049,33101,53526,48992,37015,39042,39042,48812,38614,48657,36964,45275,30162,53425,45396,33105,40551,43291,30746,43364,34974,47568,43622,33106,47804,48059,49913,38255,33374,43385,50730,50729,33111,40223,52276,45796,37209,45127,34190,35906,32764,52551,30056,46722,33658,38851,38795,40815,51499,42553,33975,50221,35327,47183,45997,45463,52518,48584,51486,53157,42191,31272,43580,33119,31970,43406,41844,50831,49493,33768,50850,41700,41359,46950,32729,42523,49624,31695,33407,38308,36601,52011,44878,33121,33123,47527,37675,47583,33125,40821,32261,31175,32173,33800,53244,38895,41173,37895,37895,39487,53584,44960,36111,47216,47216,50228,37567,37652,51218,33254,51408,36162,43680,48192,52830,51771,39077,40711,47789,33134,36195,50134,50551,32956,34937,53407,42764,33631,34047,41090,48114,39405,50130,39662,33217,45623,53081,49006,34725,30327,47474,49749,44760,53452,41955,35640,50231,30276,52177,47070,52324,43064,49874,52292,34765,43328,52292,52292,46830,40650,52546,47543,38184,32287,44745,34754,48500,49478,36722,37268,45070,40151,32220,33156,41931,39020,45758,30046,30792,33158,41782,35717,33164,40015,35712,33696,51625,37266,32928,42623,47767,44348,35286,46069,43203,39337,45708,43012,39655,30520,38139,39397,47299,30323,31201,34550,36133,32228,30722,51214,39953,35288,50739,40213,43512,32519,40589,41961,37674,41897,41897,48760,43264,35308,51092,32561,36127,47581,38575,34248,44021,45305,41519,31497,53116,46030,45727,36097,48401,47393,38505,29934,35049,51046,44644,44274,45195,32777,53362,41099,41992,52303,41757,37447,51090,42566,53672,48861,53416,36359,36813,45002,46114,47484,34169,30272,50199,46486,51925,50492,45999,51207,51095,33187,32010,31842,40032,36304,39207,38011,38011,44140,31593,41924,46367,34011,41715,43614,33190,50522,48902,50320,41715,35260,44129,34276,38826,43427,43493,45194,32477,50466,39295,46605,46605,36594,46221,35171,33660,33196,33196,34692,42034,51885,29914,33197,46769,48462,52094,52571,44090,37006,41406,45994,53348,53348,39979,30145,45539,30001,48869,51761,35232,44069,44228,49145,38984,47600,52925,52361,40461,38694,44180,38578,48267,31784,51369,32916,44635,49929,41831,33205,42303,53451,35102,44132,35010,43949,36443,50388,37643,33211,33568,33186,37848,45955,51230,32892,49316,31039,40678,44772,31796,30497,46708,30580,40156,51038,31948,30444,38489,38489,30707,36628,49142,34180,46549,31959,52172,35029,50961,51886,45700,42577,40678,47912,40445,45907,45244,45244,44292,34738,31898,30221,41445,35167,42278,40500,48043,47147,33224,50575,33121,33967,33021,46968,37729,36385,53075,41870,51169,33136,37256,53152,37256,42924,37992,43734,43855,44869,43992,37010,37267,29853,33227,34370,44185,35671,51438,35920,39185,39185,52477,42039,45881,46098,36667,33745,53369,46244,38563,42583,34643,41221,32301,33985,40022,31412,38149,32929,40904,50201,33272,47505,32805,42530,31475,38332,37207,45004,37692,49880,47291,45756,34098,41632,38048,38320,42802,52893,47482,47482,48516,33241,42810,33687,36580,51570,41019,47861,45479,39503,34703,41362,42400,39795,38252,38125,45060,45060,33656,37590,39089,31089,38214,47884,46581,50126,44529,51039,52851,38802,45738,34056,30419,33250,49800,50834,42794,36819,37139,36744,40811,47349,30518,44477,32128,32128,37260,51844,42745,40699,44259,48726,38913,45169,46751,35207,39015,40212,31827,39577,31790,36824,33254,51496,39211,48124,31229,49017,36162,33257,45366,45247,34001,30697,36662,51695,37215,49972,32960,47811,46287,40268,36143,36143,40945,49829,37241,38521,47013,48939,34607,42001,41942,52296,39073,30478,42332,46389,46857,47118,29881,37001,43186,42720,50343,34327,40336,52826,47458,38449,43610,44298,32532,45291,48801,51574,33274,42785,53018,33276,37197,30188,45172,48621,43613,40476,52494,42710,33085,43776,32324,49758,49999,38373,47684,45237,38935,38970,44195,32980,32961,39224,36720,40701,43971,46767,42793,43556,51262,49794,40816,45777,35622,43219,53528,35783,37314,37864,42813,50619,30823,30126,33513,40480,46242,46268,48976,48256,49301,41214,38337,38337,53446,35563,47901,36757,43549,34027,44409,33295,30629,48091,40808,41981,42977,36773,35751,38851,46512,43055,34437,41824,45617,53031,52694,48333,46975,44806,50098,45072,43320,47617,52300,37546,42049,40642,48134,37256,30092,31591,51343,30512,30512,41708,41042,41965,38383,38383,37518,43992,37062,45834,43041,43035,44713,44398,30242,49774,38617,42067,36076,30316,33307,47773,44259,39454,31745,41941,46982,49137,34932,52468,49207,53922,49813,30392,37861,49875,44866,39813,29977,30300,35633,52549,37604,34109,50236,41643,38511,48273,34847,43621,52921,46977,53409,53451,32564,32449,38291,38077,45976,31254,46144,38161,47706,43536,48042,35879,42239,31811,30860,50452,42722,35028,34012,35514,52279,30275,43448,33324,45991,44880,43058,51220,50651,42408,38557,50224,41802,35933,40744,38652,36152,47662,46754,44952,33331,35522,52325,40744,49707,33062,30962,52143,44596,41623,45208,46912,52939,36510,42415,43566,36758,46015,53971,36717,46947,32754,33721,51661,41157,45996,31634,53294,47683,41201,46999,45624,38610,46240,35951,41523,34658,42798,41324,48489,53479,37872,40473,35723,40860,32313,51453,48317,42270,48070,52872,48565,50767,35558,36006,49637,41531,47412,50309,37126,49121,45889,45719,46528,30760,38654,49585,34756,41998,41823,38845,31486,44476,41130,31959,35537,30400,42286,48792,39348,52645,37622,46279,45436,45015,43809,43867,45207,46959,51406,43269,43520,46115,48977,37650,33361,37668,44853,48115,32619,37318,45524,52000,41778,34907,46056,43758,43674,50868,35198,49673,32888,39029,39293,38681,30206,44855,29940,47923,35873,50757,44038,34743,35918,44608,33679,45640,49423,38824,39228,41206,33373,41361,41361,50374,51859,40152,41292,35163,40109,51980,31237,45243,40389,45616,35284,36038,31112,37608,51723,33395,50655,51473,42102,31700,52411,49699,33383,33385,41276,38887,47409,53356,49797,31609,52129,30930,49840,37277,41472,42485,48297,52274,35763,31894,34739,48447,50186,50186,45299,32805,36151,46910,48583,50422,47743,45013,33396,50104,50104,52750,32128,45990,33397,32660,53416,36549,42518,39036,44631,38707,48351,35636,33960,30741,47627,46584,33402,32177,47673,45572,45171,45144,52549,51976,31141,31136,41579,41979,37108,34741,48467,48467,38338,30135,49444,31631,31217,31686,31686,43400,38517,33409,51330,30326,38274,34092,35046,30353,53062,37372,35046,37505,40063,33675,44279,44279,32638,48727,47425,53381,50234,35304,30388,52685,36309,49221,35355,45546,34225,31343,36802,33492,40509,41559,38379,40485,35719,39960,48219,51078,47523,49362,41066,43615,35538,39815,31244,46893,30619,46580,43202,30887,40253,51858,42687,51864,42465,48044,33432,38134,48852,53292,32100,50176,45256,42869,30868,52531,37046,52630,29921,29921,34613,31661,52756,47647,47647,43906,32859,36181,44684,44684,53067,43681,52734,49163,44805,37253,33451,42867,52765,43575,43494,31016,47888,30813,43551,43488,52638,45068,32282,32282,52079,29879,38356,37496,44857,48297,37258,37496,32001,47502,49748,47849,42975,35884,37096,40073,40073,33780,33782,43772,31295,35750,52898,46714,48771,34349,36382,44212,48235,48233,52916,44914,30873,34900,44555,38250,46930,53286,47243,47243,43626,33710,41449,33568,33467,35062,35432,41980,36684,53779,35406,47223,40629,40402,30306,40622,35092,33018,33266,33266,45671,40878,35754,33011,45080,46613,32106,30125,52073,51569,42855,50388,44256,44964,37661,36884,31099,41451,35140,37072,40336,42214,44841,45911,35447,40418,48055,45900,34758,53305,32187,47047,48961,44436,31626,34442,49877,37920,49678,52496,42132,49067,47320,49575,37858,34469,45727,42403,47459,30324,46952,33290,44919,48641,38836,29759,30609,52069,44442,46968,30509,34889,49402,33587,42918,37387,33428,43925,43389,39354,47725,53180,51493,51313,44823,52177,48203,50826,34799,36398,34648,32775,45359,30119,43486,49163,48763,46093,33324,41610,35085,46939,49605,35864,47491,33250,31641,47951,43979,39608,41035,41832,46043,31239,45587,45587,41505,47890,53220,53718,53718,42958,40247,36251,51870,53183,43383,43618,44361,53761,46867,41188,41085,50402,42671,49440,53402,53402,33506,41294,39840,43747,36682,29954,40863,49763,40463,33273,52394,50626,49330,44347,49718,49718,41295,35111,31803,33515,45996,45996,44089,45374,43233,50693,47810,38247,42783,31817,48491,33997,35442,44434,32616,33520,53608,37553,40459,31671,44969,52868,43199,38829,36968,50699,47084,43046,33525,43046,35888,49173,32090,37160,33689,36399,53634,43268,44234,45338,39273,30428,32273,38545,41023,48283,42205,33684,51365,47663,37185,31181,34318,42433,42433,37560,53164,50509,43423,35932,48060,47093,43529,30251,35604,32195,45110,33825,46072,46072,37152,43342,36105,52390,53436,51599,31897,40320,41217,44110,48920,47859,38655,35330,39535,51034,30362,39580,43842,45551,38835,50012,43424,43839,33548,43161,52582,37082,48661,45939,31613,31013,32013,42296,42450,34421,30466,33668,39003,36431,37850,49395,39432,52789,44897,33317,36092,37733,51145,48057,32830,33553,40796,46950,36135,41359,38054,48450,53618,39362,31550,52812,47852,52146,34296,53312,44507,39103,32747,36688,33716,44345,49755,44512,34204,32699,32865,42817,50790,48701,39231,30230,36666,43722,37757,36849,42908,38093,37573,50065,51368,44991,50082,31321,31241,36284,38130,41806,34207,45870,53862,30820,48866,44928,29874,33579,38087,43517,48214,32592,48306,51712,35026,41868,36540,38197,46023,45056,40352,35243,43438,40399,41555,29767,41493,49313,44239,38435,36327,35363,35150,30814,30814,47830,48096,53461,48583,51605,36518,48735,38963,34948,40655,33582,52154,49190,34834,33588,49552,42375,39123,30461,30461,47606,36840,36317,40098,34500,43938,40380,35190,34459,33594,33463,49450,38764,44482,44788,51612,36266,32643,33602,34408,33602,44863,34519,50724,35397,49851,52156,48554,45434,33605,44693,39254,37736,30536,47718,52116,42285,41991,30552,38636,39085,41924,41280,34867,53591,42154,39033,50790,33303,34247,48910,38500,33248,46576,31159,52559,47616,33621,42808,37400,42465,46140,39146,53541,43694,50704,51333,47571,44311,52784,47068,39770,35831,46663,51468,52354,46140,48456,44753,45665,34454,31826,36064,33091,42620,38844,47183,33632,45081,50432,36818,33634,30625,48769,43859,33637,43821,51535,51448,33640,44148,31682,50318,30910,46034,48970,35353,34968,37071,33642,40286,37448,52230,39535,50421,39129,34918,41547,39085,51975,50469,42526,34484,37671,43070,41944,41944,37786,34776,46203,32320,32724,45541,48228,42742,47832,47832,44666,43430,51228,37269,48414,41349,51760,37355,42234,35680,50287,44410,37947,31942,44417,44171,49677,31760,29925,41897,48883,48663,42927,43963,48174,29920,34115,48193,31250,50627,49534,50044,45843,50414,38297,47521,34571,34599,37399,49096,32722,40638,32315,45122,51401,38656,45556,41107,35847,41412,35699,46822,36202,32218,36888,47945,51592,51102,35106,49915,35935,52191,32579,48875,36307,42834,42834,47700,35103,41571,44521,38770,50587,49832,33895,51439,41372,34200,41646,31650,38128,40112,36506,35392,37439,50378,53400,39117,32388,39403,33669,40407,48922,51268,49751,51137,52591,35362,41073,38561,40558,40970,45811,41292,37807,32319,35146,29921,32004,32597,52223,32041,41297,36831,34444,36793,49251,52659,52659,52385,46485,33734,33679,33188,41896,44094,29939,43400,46253,48493,34450,46138,30564,34497,39444,42780,37966,31042,46076,53135,33688,31745,36086,34427,35676,32119,33725,32287,49725,33692,31946,38887,36831,49131,40961,49474,51927,32825,41223,42917,34968,30298,33695,48420,35876,40786,34605,36304,43640,36021,47716,31512,33700,41965,50874,42508,40608,51875,52047,53155,31054,51127,52807,36340,30598,38789,30513,36144,49183,46978,49201,32553,36512,35144,35144,52096,53619,38638,49736,43497,34513,33710,31710,31237,49555,47911,32034,44735,41914,47394,53532,46646,29819,32661,50847,39981,52609,31373,46634,36082,48891,43709,53570,46942,37093,41884,47622,39778,45421,39398,47315,33719,45137,50406,36872,36872,33057,36636,49507,33722,41752,33723,39663,43168,51657,51141,31485,33723,52358,39083,38166,45719,52505,35340,30107,51919,41259,49504,49831,50315,30272,51740,39730,34578,42521,51995,31689,31878,42621,47211,43491,34783,31484,33691,42933,42729,39375,49553,42238,42989,42989,42606,45619,39402,43114,39083,48818,48818,46379,32972,32972,30412,36829,36129,32075,30278,38732,42740,44451,33744,35429,32166,33746,53484,33748,34488,30312,39008,37179,33998,37090,43831,33750,40064,36950,32169,30307,35894,51825,32285,53652,38782,46615,47717,36331,33756,50977,33761,38086,49361,42793,48166,51252,35901,33616,51225,51225,42574,52744,50587,32240,36242,31524,45085,29893,31817,33058,42116,37008,42116,32360,51346,38446,53376,30712,40026,33767,51478,46538,40808,33254,50537,32599,33769,33769,49479,39873,44549,39022,52859,47913,30691,41930,51803,35045,33493,37867,41217,50247,52841,49538,47480,33782,46352,52305,32109,51850,44799,42131,46106,46979,30510,47143,38583,36896,35471,41186,33161,43149,35000,52690,44358,42071,52896,38868,33791,33795,34265,29852,30431,37895,47576,44908,30901,30369,39894,37225,36800,47533,39997,32651,45272,45283,39392,48630,30201,30609,33798,45245,32749,52316,34615,31705,38566,51472,34875,44717,40902,37636,42961,37141,37512,51845,47070,39359,51729,51578,41129,39983,37884,39797,49595,37340,50121,50121,34444,39895,37736,33296,36358,45918,35822,33497,48534,49099,34914,35557,43105,46069,47006,43325,39684,33819,43861,44724,44724,34487,32890,46173,38817,38817,40354,44737,38489,46025,39357,36303,50031,33823,47769,52221,52068,36481,41873,48594,49478,34049,43027,43363,40145,48683,52921,32977,32977,44973,49182,47798,44774,43377,39031,45373,45373,32084,49213,45386,30082,42503,42868,31559,31554,41006,33375,43524,47318,34382,41676,33011,47874,33836,50906,31463,32113,34765,51568,46405,31789,40823,32496,43400,47554,51563,33540,36656,43162,32730,46533,46533,43021,35999,41223,49399,36675,43818,48052,30486,32177,32168,48322,29907,30882,30480,46614,30350,46739,31162,33849,37518,37518,46394,31613,31613,41494,38845,37929,36126,46362,42106,33854,52397,47410,50924,36919,44869,45362,32671,32623,52959,32623,30872,42743,42089,51571,43499,38622,33737,52297,43008,34219,46706,31452,39469,42566,48109,39529,39529,46759,43964,33549,35444,43309,35985,33867,42563,35933,48986,52692,33951,35786,33003,51334,49601,42749,52045,33872,40094,48751,44021,44021,44585,47535,45764,35344,36170,53378,36167,50379,41313,40716,32062,46233,45224,33883,53325,46422,35437,32219,35841,32825,39343,39343,52130,31212,42751,42751,41610,38034,40914,47736,35871,47178,49944,30681,47686,52169,50036,41686,49731,33888,39065,45684,45225,42241,44820,41509,48818,47932,45044,39527,41718,42267,36932,40582,46982,44321,46809,47478,46090,34960,47274,52841,43533,44170,38417,43770,35532,31274,37810,32206,42015,48011,52121,47208,52210,35633,48573,46395,33901,44917,38632,50494,30639,53657,38746,40837,45567,40321,40762,42107,31890,40103,41225,46330,44660,43957,42833,43608,37200,35963,43527,50735,37012,51950,47156,40482,32443,34407,49321,30507,39496,35041,41227,35104,36504,50122,41665,41004,46079,45481,46951,43431,46072,35093,35093,33123,30800,43355,30323,42206,47104,44729,43168,45962,40369,30747,33926,42946,40323,52757,31937,50611,49542,36844,33282,30204,44709,35648,35306,33928,49017,40533,36551,32024,50653,43507,33931,53791,48417,35543,49058,32381,37069,33076,52235,52235,41635,33940,53237,48059,43508,43867,40047,51951,37818,32078,41865,41603,37707,48857,48022,38722,36397,47382,38095,30506,34646,47100,32594,36402,34297,51075,31852,52115,52115,42605,45473,43565,44237,38698,47101,40724,43959,41668,45615,39967,33966,40780,46018,42155,44631,41061,34349,31982,42404,32134,40219,38354,41292,34114,33099,45678,31596,37167,45625,51231,42800,34540,35356,33974,42870,33399,39312,40225,48416,31654,48936,32143,38614,31194,46956,46956,47398,44158,50382,51762,40989,45815,31057,46750,53703,48135,39738,42973,38752,33986,35899,37776,44187,51985,44445,33992,33500,52477,48886,33993,41710,43279,41943,36304,32165,46175,43771,51695,53549,37038,44109,40771,31943,36896,51307,41357,49158,52139,51017,49315,43795,39666,41205,43929,39558,47216,53401,50690,45794,47094,30102,48526,35567,36093,47135,34002,35008,41358,32100,52570,34005,45788,36348,41988,46552,50773,38003,38432,47252,50995,32395,35289,33491,43246,45323,48581,40923,36145,40355,49948,52236,30241,32534,51770,51770,38188,36893,51770,35945,39337,33291,45682,32008,37118,44644,45366,30734,42289,34010,37525,36313,50047,33444,40957,30813,52215,42587,46277,50327,49192,46029,53342,29870,44564,41794,29761,48226,49900,53182,32598,49242,33076,43551,46957,38240,41742,52664,36600,37048,37048,49143,51892,31696,32227,48469,32731,49428,34023,30264,43407,30437,48516,33061,35210,44149,51868,53718,36697,35163,33056,36604,37336,35960,44891,33055,39632,30935,38293,48869,43366,45400,40351,34024,39315,45980,48690,48772,34520,32932,47163,47163,30524,36292,38546,43500,47386,53611,47726,44741,40802,32499,32151,41374,46632,31809,32643,35881,46266,32376,32376,42234,30513,52289,38608,40825,34889,36950,42086,46651,49227,35314,37371,41780,50696,45013,42486,51169,31675,41066,53538,48795,52811,49192,35234,47061,53917,38228,44330,43685,43327,53169,34043,34046,47051,47858,32209,32209,42448,48133,46041,32828,34050,41938,35019,45083,45267,45267,42865,32679,30482,40500,42846,45767,41043,31664,32274,40342,30668,36233,51650,49341,30143,46676,34200,39778,47612,53207,41528,35533,39945,33890,52201,53212,34336,51166,38784,52792,52001,49406,49406,34055,39183,32332,48510,30076,52293,53021,51745,44134,52786,33203,48510,53354,47020,34188,30613,53597,34584,32605,47342,39130,42369,32635,46929,52911,37828,38406,40438,39495,42661,39168,46313,43736,50085,30522,52915,35601,38437,49002,34428,44404,30783,50502,32241,42983,43357,37286,33278,46300,36461,34803,45773,41252,37557,52269,46101,31551,32120,37385,34077,32268,32268,34178,32075,47021,46092,45243,42115,47387,33282,46476,45884,43064,38083,43093,49803,51310,49815,43896,32236,32905,46657,41010,36015,47379,50358,37881,31717,43791,30425,34317,49797,45201,43210,39394,51363,30443,48923,31865,42930,39088,31419,34334,37229,41588,50565,34849,32095,48402,34643,34643,42669,34095,30808,48808,38999,35827,41098,34096,49627,43321,42754,37310,46722,51253,40300,35249,45461,43286,34762,41128,39299,40846,50979,45085,48391,48391,50760,34494,31627,43383,50886,41889,31502,48365,48365,45269,33410,35308,35339,50521,36632,48456,50671,43941,34108,51008,45875,35118,45318,52869,42774,41010,34111,36413,43353,49312,36654,34255,50641,41008,41319,51799,34660,51729,31213,44798,43108,38944,38044,52202,40889,34118,31530,50904,37069,50083,41893,47421,46464,52496,53038,34121,51077,36576,38176,52314,34124,47757,37113,30988,39905,42446,49349,46731,46251,31062,37360,52840,50497,35806,30623,36855,37481,32846,47979,39613,43564,39589,36640,45191,34128,47712,47258,35635,32916,46683,51505,52761,50049,43032,38053,40584,33495,41180,43115,33799,31706,34138,48558,31842,31842,32415,48973,34708,43892,43274,33276,39565,41878,38875,39164,34150,32011,42540,34657,31451,37273,36756,51214,30510,30811,34151,44595,46056,39087,35104,45499,46315,35232,35232,48177,35422,35422,42677,52971,41425,34898,52090,50899,52520,36819,46544,45795,36234,46857,38525,42476,43127,38301,37499,53254,40734,44484,30875,48618,39646,36883,35506,50455,46761,32013,42622,34492,41741,36636,52004,38352,52198,51085,29930,31249,49927,42229,29970,36799,34175,32103,37707,50077,31966,33737,38234,30363,42680,42180,49400,40328,42402,48111,36296,41156,45921,39171,31503,47541,38594,37129,46729,34181,33895,34182,34183,52880,44174,44982,44982,31579,43623,44977,42932,32964,50248,50772,52813,46350,42662,41371,33642,51258,49209,49209,50673,36529,33457,38589,40605,42641,51581,35759,48082,45162,45162,36300,50343,44752,47568,38880,50695,46306,30083,39889,32603,39445,36485,46260,51654,52356,49912,38742,47310,53758,45694,51677,50687,36311,42331,45696,50569,46415,31230,50312,43574,40856,51366,30714,44929,35726,48940,33570,50534,36199,35607,51491,40126,49064,51733,51851,52759,42323,32103,50394,46062,46380,46934,38514,34446,33124,53360,34217,36968,46010,52995,47092,43848,35955,45690,34220,42634,41935,48900,50257,50375,33899,35360,37469,45892,30418,49583,39100,39659,52874,29956,42433,51763,30282,35755,47868,47566,33947,37806,51830,52270,30922,39877,45564,45564,37638,50583,36051,45160,42951,37326,46996,30524,36590,30749,37825,41625,47270,37813,43098,51763,31700,40682,33232,32485,31771,31771,43388,38763,38430,40959,34243,34583,52513,51474,47397,41260,48540,40746,38812,46902,33204,35835,36472,30488,36005,50449,35755,45412,31661,52719,44304,45999,40520,34252,32562,50771,47649,33051,32843,34763,31504,50584,41008,43571,49465,51844,47481,43266,45266,36252,32725,49128,37811,37329,32864,42778,33528,49780,47401,49449,47401,35535,46783,45436,31051,34743,32524,45045,51495,47460,33177,39900,47821,34876,36565,41176,46447,32284,39914,49525,37796,40573,48739,43247,37796,34080,44983,31866,34271,40339,50548,46043,37596,39084,34273,46963,49014,30204,41995,36489,36620,45279,52069,39026,33195,30923,35909,43752,35098,37630,46134,39277,41847,48702,50669,44519,48811,48125,35491,45618,30865,30865,41491,46738,34276,51414,41256,40399,41256,49259,52085,33978,50131,47912,50637,30049,33694,40433,34283,38945,48326,42482,45779,41275,45616,48033,50140,49904,31786,33946,43378,45757,30789,44958,42196,53139,48288,40624,30698,38056,35907,49048,48721,34294,52664,33067,35882,44137,36381,42092,53344,50571,30757,47097,32157,47169,46991,32838,31721,53464,49997,30963,45141,37824,30499,42472,42472,41979,45070,33500,46666,50424,48967,35060,45649,32742,36264,53225,49090,49087,33438,37313,45456,45865,52650,30387,46373,44189,52605,38943,33211,37813,37813,48242,52250,42100,49320,30262,45952,30186,47926,44027,39425,51537,50065,34865,36201,53444,31529,46405,30265,52698,52118,38743,44070,46135,52804,38082,50627,50352,40063,47897,45568,44963,35477,41091,44136,52171,38707,47556,47273,40920,34950,47558,44402,42352,32857,38722,38722,50994,46847,53322,34796,49417,49911,30492,39601,47239,34662,38653,33631,36398,43601,34336,45395,43862,37829,52669,33550,31252,42691,37739,42041,48792,50040,34341,48744,46639,51290,45725,40862,31515,52658,51343,39191,39191,40017,37320,40930,43086,32041,44334,31001,49373,50989,51913,36920,39510,37464,50736,44699,48097,33698,38439,35830,41887,46923,40510,46472,43304,33443,51674,47470,46358,47476,43737,39733,39525,45195,31241,34938,33304,43510,32553,52602,50039,50958,31927,34368,34366,30725,47890,47665,48806,37454,45721,52138,49141,42841,42841,36725,42462,48957,48957,42462,44833,34713,52554,50705,38341,51459,44295,41283,29942,40641,38428,39211,33862,31696,42035,41688,32746,41688,39693,41667,42920,39137,42458,30864,30864,53322,45314,42593,53193,45901,34831,39061,53269,40928,45320,46545,49514,48962,38051,34267,33700,46225,45423,40019,33201,49448,49448,53153,37396,47889,31432,44118,30538,43270,47707,35639,47460,42505,34385,45759,43070,41303,33249,41303,36516,34388,49284,35694,44496,31664,31263,30835,34390,38010,49480,38010,36649,34552,42904,34392,37409,31358,37202,45202,30263,43365,43381,31411,33676,47000,49029,51249,48308,30893,39473,30043,29816,51881,52997,48201,42965,43275,47411,42361,51964,51964,40532,34083,47752,42421,34400,37040,47268,51069,37903,30660,33237,49881,46899,46524,31627,39126,32456,44245,37433,47613,36932,34405,51777,42425,30174,49440,37864,46472,36483,40138,38546,40377,40762,36876,35960,41764,39002,48813,43439,32307,38397,50380,41317,47514,46942,29940,46989,35065,40742,32943,53346,40426,48757,36505,48782,45330,52234,37529,30458,40637,51188,34415,47543,39553,42773,30798,40271,39956,45108,44379,42643,51404,44708,38254,51604,49109,52051,52567,38959,30854,35199,44432,48781,33556,41968,45985,53301,43359,34434,40895,47925,48790,41959,51138,33634,49350,34439,34437,52650,33606,36694,49303,31133,34753,49168,42045,47715,37871,38739,43017,31065,34443,39752,30032,33981,31590,40866,52949,46118,34447,34136,32308,37487,32877,34560,32155,44616,34451,39236,45263,40697,52946,40655,40655,38630,50672,38968,52028,39696,39696,33653,38940,42618,32823,47211,46985,40659,40659,30656,46595,39572,47054,46458,51393,47082,33010,35438,42061,37772,44391,51223,36988,34462,49323,46024,43066,39643,51640,37416,47696,34463,49529,45935,34465,40230,34468,41068,34468,34469,41308,52829,45542,51997,33377,39265,48863,45431,53557,50711,50711,41178,33541,33541,48114,49441,35868,45238,44835,39100,52590,37899,43466,46970,38926,45533,34619,47513,51206,41837,53555,44222,32056,45937,42283,34494,46407,29933,38200,46215,32005,48662,49415,40260,39754,32936,32752,46139,40932,33482,34723,50502,33623,40009,35669,44177,51221,37230,39144,45409,53215,50408,52667,34834,30231,48326,44620,38707,49765,45537,35617,36310,53487,49241,32683,38050,41251,33651,34503,40788,37354,42072,36388,33708,41409,37261,36810,36810,45757,37969,41816,35716,38154,50244,32085,35515,31357,44613,44296,39812,37237,32899,39050,50549,41829,49211,52676,47254,41824,41827,33878,39309,30109,47834,49931,45140,45238,30276,47615,38335,50739,29984,37883,49176,35027,30420,52923,43873,30185,53365,35082,38363,45466,36817,30634,49571,40026,38587,39075,32504,37318,43999,38446,46335,51431,32942,46089,36468,50600,50600,35322,32921,30711,32921,30617,52297,36977,35421,48770,48770,43612,39072,39943,51923,49000,33550,35114,32292,52528,52905,52024,50291,44688,44239,41644,35914,32380,44551,52953,45164,38948,39902,49094,38983,49698,49698,30987,30987,33278,47870,53662,48635,39669,53247,35418,46081,47622,48234,43463,43301,37265,44083,42535,31835,40939,53362,33039,48150,42526,44490,38477,46430,46691,33302,29812,43631,45496,51718,42442,39016,45247,45246,29850,37558,34543,40318,32222,51113,49075,46907,39305,41996,51438,32780,48993,51666,31252,52381,39728,39592,49651,35294,38829,34552,39289,41011,37826,34202,50427,41105,46814,42633,36875,44572,37977,37289,40102,32938,32969,36246,53049,44042,42159,42046,50049,40768,35884,43602,34362,32441,44872,36236,38721,39793,45988,53239,48458,49071,48522,52951,34706,46878,46878,53670,51340,31235,36322,51755,30009,34156,42458,40899,30342,53259,33103,33103,38955,40493,46061,46465,51917,35885,52483,50583,36723,36591,31571,33229,50116,50698,33027,42017,42017,38499,43474,37962,37141,53848,52514,33460,38509,35680,47256,34285,40371,34583,40494,42765,37912,39520,50401,39514,51694,51826,51826,34585,42028,30579,52374,44250,47120,42591,44577,36356,38874,35169,33201,50135,47993,46456,39266,30844,50847,42474,45907,44154,34593,39934,50292,48488,38583,46596,34594,35942,51479,38513,48569,44821,53479,33666,33399,32579,49667,43739,37172,29853,29853,52362,41073,45586,31868,34431,52871,36215,33629,34603,36779,43660,50506,39691,30029,34606,29802,47325,47325,48569,45386,32732,40831,35894,49942,39244,43886,46730,49203,46730,47067,53121,34611,34464,34613,35727,42437,34617,52739,45775,44694,39859,53092,48444,48978,39794,53038,46264,50703,35506,30781,44744,51637,34037,52127,52127,40317,34900,48225,30817,30315,46729,35382,51804,49273,34625,47996,32851,49456,38278,40961,40234,30906,33051,32294,40782,52509,30047,49276,34725,53197,49563,53643,41758,38672,49271,41032,30398,38447,46692,46923,35565,36892,51061,30642,32156,44970,35830,50839,30666,53684,41459,48452,45340,50811,38852,53081,49543,42094,36587,45957,49236,29807,46123,39925,35473,34882,40426,40426,42776,39497,30649,32421,33515,40248,50236,41699,33609,33597,50067,34648,32194,33883,46667,33189,49590,39514,42522,42522,34655,32828,37287,48048,40664,44932,52285,43704,44798,37761,42914,32912,52597,42698,41569,48442,53283,38424,33240,41381,42803,44232,38497,33948,50080,34574,38250,36262,30639,30376,39025,45166,51616,51616,38524,46345,42077,43560,42091,34143,34658,45319,46433,35336,37148,45108,47423,50797,34671,33277,30490,48054,38740,38740,45841,39488,32469,30638,35602,34677,50314,52709,39577,32316,30985,35114,44879,31030,43247,43247,46392,32880,44473,47242,40930,39583,39583,48156,30568,43311,31173,44479,44612,34682,49554,42869,51362,51966,43467,48921,34003,38586,31164,52167,44023,37406,31169,32642,38375,41433,29904,43279,46739,35972,30889,32603,43387,38638,38638,30386,38137,44313,39541,40152,44065,34066,37270,36028,38865,50888,45997,46132,38343,51761,44682,38874,51084,47835,31682,37684,52384,31625,38756,44424,31868,49566,34135,32081,45014,51553,43439,34698,42720,49438,53046,31212,53046,35827,36198,37283,44048,39086,32746,43175,48302,50072,31851,52803,39419,45604,39686,38340,36912,36912,31204,38627,45264,43752,36609,49791,33771,46974,34645,34712,42654,48069,38515,45343,46516,32039,52672,35467,37121,51919,41632,51037,34273,47838,36387,33203,35858,50594,42001,45439,48857,35713,35713,36672,49948,34926,43755,38758,31924,48197,39057,39057,29767,37097,43661,50648,32871,42363,48874,48874,30910,52914,36059,41991,40463,37966,49857,32984,41203,52515,34733,38455,46258,46047,52245,48971,43364,47067,36406,30278,36600,29974,41784,38350,39638,53091,39317,47190,37218,50416,51638,38451,52266,39629,34744,39544,33902,44648,47374,40894,34576,34748,51286,48989,46606,37631,34282,34750,46594,35482,41506,35387,39104,30029,43338,40507,32145,36066,45177,52722,37582,44173,49564,48499,44248,53554,34566,39102,33615,40075,32083,40936,36292,36292,36721,36509,44277,48987,33057,47247,45945,34758,45809,35166,44537,43597,43002,34759,32753,38628,43003,29954,30939,43672,49236,35101,39948,30411,41073,48086,50895,30785,34764,45918,45844,33781,42963,39860,42537,37251,34770,48115,34508,40819,37822,45531,41069,50816,39409,47411,45549,46126,34144,45824,34775,31918,39005,32620,43135,32917,37574,51320,50159,39911,34779,47651,34780,46038,34783,51522,32987,47402,33948,37149,48196,53001,50962,43242,50877,39666,47958,45086,44085,44085,46065,36789,40400,53637,34843,50557,45077,34936,42436,42914,50787,52603,38065,50991,50133,48872,35178,40235,43765,38481,46994,33420,33420,50845,32575,31764,51373,36096,50312,40765,49164,36759,43084,47221,52247,33533,47657,44752,34808,33855,46920,44651,40975,45918,46005,37190,34425,51638,34809,31721,46262,50002,51711,41395,42500,33498,52474,33257,45497,46573,42131,37713,47773,32210,40044,48354,42475,36084,42287,34191,34814,43443,29991,37321,50006,51648,47292,36793,37490,46265,34818,30508,44636,43129,34053,30625,32517,51271,33336,47083,38898,50973,34820,34821,30484,38498,29754,38948,33040,35996,49329,34160,46941,36210,49466,31339,52368,33284,37410,43320,51597,41947,40445,36129,35576,40115,51880,45228,46146,43072,42149,39460,50994,41696,47609,43233,50017,39746,34838,39820,51340,34840,40827,41178,53592,37206,43683,43950,37956,52606,52019,50254,50254,36923,45641,46971,37494,32759,39620,50373,37571,31425,51794,37809,53551,36112,36108,41506,34855,47182,47334,50904,39086,49379,41572,35302,34703,34703,51928,34859,38259,30175,40942,39901,50966,48937,33115,31145,40760,46612,34866,49951,32099,52707,43657,52002,43657,45755,35407,52670,32495,36149,34869,45040,48941,38488,50868,48195,32674,52752,44847,43503,52287,41989,37784,37784,34286,53643,46099,32275,46997,45681,31380,30352,52070,45901,49377,37898,38839,32475,53195,41628,32005,46449,36828,34672,41376,36650,31960,42992,30568,31195,47695,36164,31231,50154,45614,51822,40523,45117,32673,46839,37471,30919,36365,43506,51238,39797,39805,37412,47735,50130,38328,52457,53364,30010,53471,30845,49567,39005,44904,35452,34902,33167,51838,35807,51981,43249,37334,37742,31410,40280,52393,47438,49338,41378,51052,49891,38931,47281,46459,52192,46944,45878,45349,30088,31849,44317,45677,33667,34545,35422,32638,50541,38952,51097,52916,34914,30224,39120,29922,49586,52484,47595,48630,52811,46991,50234,49634,53001,46843,31063,44256,52842,30782,46856,35958,38633,35860,30429,34924,37463,41913,34926,50053,33077,33731,42946,51909,38069,31986,31756,34927,44480,48259,39358,35198,32560,52184,34935,34936,39174,47483,31068,35767,50225,44148,43346,48976,36163,30465,34941,46195,51737,38248,41477,33301,34944,44781,47939,52910,43609,43015,40547,44565,38213,49131,30479,37577,34947,47357,42430,40158,30607,45192,39049,42024,49466,30222,31187,42471,38039,43930,44714,33180,53063,50417,39252,47311,42860,45656,39429,49715,32420,35987,47772,30504,41290,50185,50224,38813,45429,46606,51619,33811,41622,30268,50907,35188,37505,43402,30897,30897,50420,53767,41086,36081,52816,38589,42939,40649,33312,53260,51088,35606,35852,35852,35497,49566,41588,47862,38143,36414,42394,30054,49383,31289,50334,35781,39967,50214,42705,32373,36285,38257,51475,51790,46072,47333,41155,52035,34973,46658,47315,45504,30632,50779,50779,33085,48555,38029,51602,40401,43698,52038,31119,39699,34985,35878,43829,43144,52126,52488,45795,43994,33598,50289,32431,38958,44272,42183,41016,34993,47504,40745,38578,49041,41098,44059,32454,49869,53061,51050,45994,46125,49242,30631,47360,33937,41357,32717,41450,36480,36480,51080,34563,34999,52420,42991,34999,34290,45768,51949,48351,45240,45514,35021,44212,35991,29934,34143,43700,46367,37410,36335,51248,48694,29848,38876,35008,30420,35445,35445,36110,38892,50090,31554,45402,30622,52521,41953,34440,44471,44883,31675,47585,35685,30011,37751,35649,30237,38547,48661,51244,47247,43807,31386,35019,50181,49487,50073,45515,50301,48385,39791,42554,36904,35027,33841,41799,39539,33600,35029,38350,52169,46432,49331,38880,35593,51436,50250,53398,53431,44002,48576,43569,41825,40427,45460,40133,35032,35593,50366,45669,45669,48884,51448,44108,34026,46370,52542,33304,49316,38497,43079,42357,35038,39813,39813,30272,35207,44148,48316,36477,32393,39892,53193,44542,49462,53843,49606,44689,37038,52417,33128,30816,33838,40100,44345,30261,44141,51837,40684,37276,37276,39558,34218,50375,31408,42366,43123,33406,32463,52486,51346,35048,52067,39479,31644,35050,34543,42933,35724,46250,47698,36832,39338,37110,47205,51254,45974,41947,39116,51984,30384,41726,35926,50044,30075,36021,40336,36618,48017,47521,30892,49861,41997,41854,50597,50928,35942,42750,40469,40624,30428,29869,49025,51385,53601,51123,51123,38735,38735,32614,50046,47959,35069,45141,45738,30767,52726,42988,30246,32653,31993,42098,36876,35920,50654,53411,51269,52274,51370,31781,43891,45522,30163,47759,49119,31490,29754,53578,44146,49671,37244,47493,50110,39972,44331,35077,43665,30319,41525,43958,33322,45111,37355,46628,50404,34021,39592,35117,33358,49138,52610,50292,52040,34463,34465,35751,42662,30141,45327,36212,52589,50638,38155,52658,35089,38849,37928,47820,52376,35918,48038,38969,50399,38584,30242,50310,38546,35094,50565,44143,33414,52106,47538,45026,48774,43525,33891,38550,46365,53680,46399,42607,41456,35100,46941,51614,41110,43690,40385,33120,34211,50271,39351,48737,31571,48956,41067,41067,36023,34136,34185,49007,37850,36548,49638,34191,41756,42900,32950,46575,35105,52920,41364,34885,49069,47305,38185,35107,41848,39006,45908,40198,44880,41666,46307,46307,31597,53138,32591,45376,35113,52289,44061,38459,43288,44576,32583,33943,42495,40943,49463,38031,48983,40440,40440,42469,40687,51039,51974,44696,52254,53634,46918,48449,33549,51168,38548,42502,47305,53332,42340,42930,34829,41419,31385,45449,47313,49887,47738,31863,37654,41064,49436,35957,37268,52098,48307,42731,43029,30762,39109,50951,33273,49437,38234,35131,46120,48693,46769,45987,52448,48205,39419,51467,31836,44981,36812,52036,43447,38898,43413,35139,45176,50846,30753,35144,35554,44276,53701,33847,41253,51862,47941,37911,34200,39506,31568,40526,37852,52076,53388,53388,35327,51584,41590,35734,49121,49547,35148,41599,50798,40095,41476,50493,50493,44921,33735,46183,41703,37385,42706,35692,37799,35153,41787,53582,38985,46590,42999,47916,36830,34979,45505,35057,37017,35892,48940,50354,38534,44464,37710,46061,39039,49659,50895,34561,51180,35967,31500,42435,39133,52081,35162,38859,51604,40140,44134,51315,32041,38456,40145,44925,52856,39443,35164,36054,45631,30961,52870,43867,51967,47752,48759,45903,45903,49917,49473,37174,40812,31954,51900,31743,35178,41870,38296,36555,48123,31481,38219,43595,48842,48842,53314,35182,40492,33974,47860,45340,34866,50820,51664,37859,35183,40436,46436,45319,49827,51883,32233,42813,51532,51532,44719,30331,29829,30727,47314,35193,52324,48876,37139,37139,31524,44307,29784,37484,44455,48550,46639,31822,51373,46969,42517,31941,43175,34925,35594,42048,31300,37670,34786,34743,40674,31659,30935,37275,30452,36394,35117,35571,35506,40607,48980,40175,48012,48373,48245,31664,31148,31514,43371,33677,40963,41955,33169,41127,41127,33149,50104,30433,37317,36780,39681,36809,43586,35434,50211,52675,43396,42972,45904,51431,33778,31619,48238,38510,39801,48534,51397,37044,30412,48786,31010,43651,48369,47951,47227,37818,49304,34076,39209,49455,38334,41281,41533,52179,37962,35225,32679,45767,49693,51868,30591,33291,44641,53148,44221,53226,53376,33577,41257,32600,35659,48155,30560,53359,35235,32514,53545,44701,35561,39043,39523,53447,43141,39341,49938,43681,36528,44816,30513,42715,41658,41658,33297,34488,32016,30190,46567,49631,34834,49781,45211,42251,49738,52635,31720,32482,33243,39545,38992,32798,48683,42570,30135,48711,29791,39362,45036,48577,41741,40573,36686,39471,39471,53134,53570,35782,41755,40766,35553,33715,40235,46005,50824,35203,43470,51700,38085,32773,49426,30116,45708,35264,43482,48863,31347,31347,45291,44528,49242,51067,47689,51703,48573,45323,38896,49865,47739,42411,44957,35270,31053,35494,31258,34932,33357,36895,38589,39950,39950,36880,42277,51265,46711,35275,35275,35276,36690,50952,33640,46401,30668,36924,33283,52703,34890,45614,46976,31173,31942,35827,32870,45093,39871,46864,34891,32699,33242,50175,51402,31726,33348,52033,47490,47132,45296,48233,52680,42216,29986,40029,48252,51764,35394,34757,35283,45963,29761,42294,30561,39265,53590,36420,47101,48877,39698,49255,51423,33940,33940,45583,47849,46639,37597,32204,39624,41425,47838,46847,41610,39701,39701,31009,49254,51016,49587,31676,30006,30914,52755,35205,31118,32482,38191,35304,52990,49973,52844,46257,31792,33274,32737,33470,33282,42016,35577,42375,51371,48399,50114,40885,41838,50524,44357,48250,50660,47787,32424,47732,40285,35660,52026,48738,32118,35352,46777,32906,40690,49776,48739,41921,44904,51932,45349,45962,32509,45862,30051,35324,36710,41447,38262,34210,29902,46343,44680,41257,44958,34350,36523,33773,41692,42149,30778,44247,44642,46222,48467,48718,38348,36287,48288,41778,49169,43259,39021,50613,47800,44114,31015,50937,32573,30061,50855,44276,36856,39017,49961,51413,35344,47810,41268,34733,47734,49604,44887,31707,42282,43903,30647,44026,44870,38870,31068,31068,49650,48198,35793,39808,30119,36464,39883,43091,33515,51497,50841,29804,35359,31892,34085,39587,44725,30567,47861,35988,53502,53601,50561,32601,38893,36509,32459,46593,37580,35265,42509,49665,52925,45623,52181,45107,48813,39636,39384,39384,35368,35369,31029,35741,33620,45308,46390,43081,35597,38147,50421,44622,53144,51791,42056,42056,34972,48875,46850,43440,30263,35783,33546,44285,47996,48351,40708,46132,30291,30291,42815,31733,48045,38414,50679,43492,35382,32116,36669,44223,37342,46600,50656,45981,33731,33573,34108,49044,32216,30623,48248,35028,50773,40762,30389,48940,34826,31211,44644,36069,35599,33332,35388,50146,43893,51428,35168,53670,48243,52091,50001,49466,48933,31175,30357,34362,31459,30522,39828,41357,38411,32565,36598,49324,48285,48285,30148,46495,40164,41947,48671,52299,35403,45180,38643,47042,33045,31557,36204,45005,48020,34862,33593,51788,34134,33198,30096,52265,47470,44006,39697,53541,40605,52213,53548,41903,35412,35552,31084,47173,46595,41713,30193,46155,42079,49582,39063,32346,32347,53229,33903,45184,45276,32883,30784,50629,42135,29982,32331,40853,53070,52274,30829,36627,51405,35211,36925,53191,51736,49661,39581,52017,49919,37566,33251,32315,41472,39455,37934,47398,52284,35280,39947,31650,41951,44400,43445,39068,37921,31565,33521,35407,31550,35435,49646,49646,46698,34651,40310,34442,42254,33216,35439,31228,48625,45797,47378,32836,46571,43673,45213,37672,31188,42035,33299,45361,39478,35897,33812,44886,44886,31858,33665,32532,31260,43684,49089,30409,51524,34061,44515,35065,45756,49220,42106,39426,30577,33141,31481,53538,37615,44621,41146,41353,41353,30730,47687,43793,31726,48187,33512,43250,52745,36223,50688,43738,31473,50290,53349,48312,40462,39037,37581,37305,32522,51102,46444,39486,32995,35458,35691,30683,42511,42379,51461,33224,33419,39278,31607,31973,31663,46652,47565,48888,33142,38805,30718,37603,41620,49067,42986,52219,49359,51692,48839,34782,53091,45697,29772,37024,49947,47844,44675,37004,33285,33285,36200,43424,45501,42996,47083,37348,42718,43328,41844,39164,33562,51764,31642,32208,43977,42578,35021,39427,43052,34180,35490,52148,29999,30100,29837,35494,47524,39207,45885,45920,35498,40188,29907,42237,41839,48617,41582,35153,43190,38999,35769,42872,35504,51783,53237,50331,31649,44434,41409,45075,38531,51405,51851,39486,37967,37967,31826,51136,37072,53433,42777,45558,45000,33515,33515,50132,30243,40528,44987,47316,37369,37243,46066,35521,35492,34316,40498,42292,31242,53323,42294,30961,47039,45033,42597,49454,47085,32681,33973,43211,50922,46647,30631,40128,31196,35531,32657,30172,52720,33454,47214,48686,37672,48781,48781,40142,46228,34514,30274,30158,40541,47766,30594,46327,51756,51756,31075,41054,30614,40081,38062,46842,42360,32803,32413,45933,36175,36175,35135,44278,53344,50379,47019,43625,31370,50312,36535,47494,36971,31427,40707,42233,46903,53216,35545,49710,41929,41850,36964,41881,46431,40045,37691,38465,51074,42790,48948,35110,32212,35549,42442,50990,46272,52114,40863,31326,30058,41295,42049,31016,44546,35555,51967,40994,48986,45882,39773,33609,36436,53324,40022,35980,49578,52340,35562,29903,49806,39502,52438,51931,39537,38153,43926,49431,50557,45493,35350,31202,31733,37526,48111,37889,35572,37039,44781,40599,39851,38825,44387,47455,51928,32258,32056,45821,43684,45911,40685,36459,50057,33111,40844,47261,36054,36054,47431,53762,36797,35021,37724,42400,39071,37423,49610,31973,50640,44487,40997,44742,36662,45928,48189,53610,44324,32401,45894,43230,46836,47516,46034,44778,52700,36429,31062,31316,36034,47317,29980,35092,41709,39404,32548,49216,52977,48688,47623,39668,35591,35592,37992,47582,39824,43435,31556,30130,46302,35968,36692,38519,33872,38902,42711,50141,38511,35604,43157,32460,51808,35475,42812,39633,35308,31070,35607,41364,32792,43784,50743,48957,29880,37648,43536,34047,40228,43634,38808,48314,51423,38745,42012,53082,34033,53088,52910,50394,52366,42465,42359,34518,46121,50142,36256,47005,49611,35204,49143,33625,39523,43447,50459,33737,49175,44880,47368,44693,39479,47821,48208,44135,30116,44897,38017,47867,53933,31093,42084,51441,50192,39291,41318,44246,51065,48665,42852,32783,45148,51640,37756,35551,41763,29973,32321,47283,43097,40532,41481,40058,30596,36647,42928,37723,38125,30840,30840,40029,46146,30460,38106,44594,35090,41002,36678,38074,34011,31424,41522,41789,50263,38756,35013,31998,45702,51137,36568,49770,38059,34081,53745,38986,50452,29895,37761,44123,41443,32451,30804,31616,44693,48447,38412,35314,49227,35730,30269,34283,33088,52901,41957,50727,39859,43301,46884,37128,41170,38796,46271,43349,36923,47778,36431,44249,40816,42332,30473,37564,34975,34975,33095,40819,30420,35917,45370,52037,44874,42710,30555,37758,47808,36754,41658,46371,37786,51249,50614,52672,47674,30650,40095,36186,32777,36559,39650,41563,48527,53524,33863,42870,49720,41165,34600,34600,42378,51318,35677,34749,45227,45969,38480,33893,39972,49348,30091,51935,30642,40052,49905,49734,49777,35664,48344,33184,40179,35687,52259,36371,43854,53224,37226,35818,50122,40381,50965,46194,41524,51291,30740,31356,33495,44066,46470,48002,33476,31598,35431,42734,30545,35694,44716,49132,35695,40664,33313,48437,35696,50993,48628,37092,48174,44898,40123,52764,44139,31448,31264,43676,32319,46236,41975,29906,38122,29906,39009,51773,39653,40215,44395,41598,49364,46213,44127,39889,38697,48965,51151,36355,42736,44311,41863,41863,46806,44913,50220,39251,40290,52211,38492,43343,34947,33873,41392,35713,44769,33450,31350,42451,48539,48027,41410,35905,37187,46273,30715,38916,36366,46619,53793,47677,48562,33707,44212,30374,35002,40801,30844,43714,44992,42988,48403,31097,47288,51958,37620,47844,51394,40242,41941,50449,47763,30842,38965,45508,32511,43952,53551,52416,30543,38615,31685,50188,41495,45831,35740,46314,43324,43182,53162,42521,31650,48525,50008,30948,35382,47181,46840,37752,41850,30501,44562,49409,47333,35401,52901,41137,49589,44279,44162,34017,39546,52645,42043,46525,29993,45592,50329,50923,50923,37702,51910,51545,31931,38119,45206,35753,49302,39058,45979,31489,37396,52229,39589,35755,49300,42382,42382,31293,30318,35721,45423,32531,37386,52752,45495,47744,47096,50459,53354,35758,52869,36828,42672,30550,35219,32530,40255,41253,31429,53691,30416,30735,53147,35637,52932,48462,51218,44188,53624,49712,44171,35487,29778,52689,44633,40799,36185,44685,48538,53184,48428,35772,49087,53712,35774,44025,36493,50863,30600,47427,45413,48629,45989,31670,43617,43617,45794,38820,29987,34817,51624,40332,32039,37269,43923,53371,35061,34064,53371,31346,32202,37574,39436,49451,48002,39314,39909,52979,29801,44170,35217,35794,48689,48689,31987,31531,51772,44663,44663,31548,31712,41589,32952,35717,34153,52456,50080,43567,35243,51155,31306,39864,49057,35809,33867,47741,34785,49070,34367,30909,46631,40890,40653,51712,32434,50484,35813,51601,32967,37780,32545,37312,38424,36483,36500,44988,43459,41732,38227,31275,29862,38377,45329,33110,31575,43781,38849,31028,38213,32626,44253,37758,46992,30799,35825,48524,32666,34272,41880,41082,46714,32698,35966,53523,36922,42281,52250,33564,44983,41460,31901,35678,36079,29812,43419,41227,35837,48102,30439,45128,34381,34987,42208,42649,46491,48181,34894,35841,42957,48399,33567,35415,31395,42098,48044,32708,35844,42638,38033,41324,47193,43764,43764,34481,45307,45129,48368,39710,52926,32116,29855,46181,46209,48497,51507,32644,32837,45890,45890,52805,52224,31639,48493,38385,32847,48845,34901,37462,39142,50454,39110,38625,35356,51704,48054,31566,35857,39673,39673,39152,42377,52692,43557,46866,30053,50511,40987,35281,48340,38910,36431,32810,32285,48435,42221,44976,53479,48587,49434,37633,35867,31539,44436,43271,53651,34990,50289,46443,49518,35075,37695,46153,39211,53839,42876,37644,38863,30611,39949,30295,29875,42385,50099,50093,48720,47167,48119,52191,35790,30103,39818,52817,44276,39554,33971,49478,51017,47342,45240,44520,46043,29893,36097,37388,46838,44553,40257,51695,31353,31353,42771,43292,42076,37685,47384,48885,45970,42555,44859,52525,35404,43854,50707,37033,47650,47702,37935,51151,46362,30916,33197,39255,39818,45396,52201,50120,30414,49850,50793,45185,49684,45174,45174,44700,44700,43726,48427,38209,51303,39140,39917,46687,44531,36021,33499,35724,35893,38730,47713,52797,32099,32959,47953,35895,48597,42404,39142,39142,47876,42304,50625,45920,51634,51174,36613,45684,35357,44813,33029,41605,48060,44267,33163,42597,33288,49151,35622,47025,35203,33598,35910,51951,37921,35746,35387,31587,42169,51732,32851,50261,48049,35916,30833,37066,34711,32821,40260,52079,33260,52737,40021,46502,33258,45884,33626,36999,30372,36408,42427,50823,47082,32298,47813,38128,53702,35924,47246,37270,47952,48316,30634,51842,38387,31549,44391,33712,41616,50880,30017,30758,42395,53420,53210,43880,37727,51450,45072,35864,47504,53143,39411,39660,32536,32536,43017,46192,36605,40614,46279,31331,44516,35932,39606,49662,46395,48695,36347,35539,48398,52358,44796,32873,36522,39448,35937,46141,45733,46091,35941,43452,47900,51509,47438,45393,40018,37075,35949,46345,39326,50138,33986,47404,39005,35951,36162,42808,32124,32124,51622,32920,30670,30670,40474,47756,33641,45138,48644,42747,52111,49731,38336,50046,37084,29978,48694,45520,43247,51642,51642,44411,47884,32427,51481,33086,47231,41545,49589,49266,38623,50171,44674,33213,47547,53109,47869,35286,34760,50958,43258,44314,32755,48361,44147,43640,42370,52918,45801,35974,49991,41770,42476,38872,53499,47274,49948,47187,42152,34613,47971,37424,45978,37720,49063,39218,31583,35979,39137,40395,33800,35982,34923,35985,47971,45807,31214,36548,37109,48378,41499,37370,43033,48151,52493,46977,45904,47641,47641,42547,52819,40981,32903,52710,33362,30884,52887,36187,33727,47462,37694,37699,37745,53506,39389,44358,48537,48537,43597,32572,36786,30034,39605,51593,52071,35545,31262,41185,45763,53653,41887,39941,52303,53362,36013,38325,33064,35309,35309,41373,29803,45938,33354,35000,36017,39728,40008,51990,37424,40921,33374,32740,47638,37157,45892,32700,35019,31064,45635,43834,52021,47773,43906,53690,47432,34913,36678,42160,35614,35598,41429,41869,40772,35186,37556,43345,37226,39402,44080,35687,43550,52549,34303,40272,38114,42890,48234,38633,53311,51957,49517,53213,48744,31040,30486,33099,31297,31192,35297,44648,47039,36020,41887,53527,51205,36041,36192,50294,43671,48909,43868,33175,52740,50132,41374,38835,38768,51716,35542,52736,52702,51258,43652,37357,44932,34606,47168,53530,53530,52381,31221,50373,43885,44102,45608,33906,40970,48250,47990,34451,33336,50813,46113,42139,41282,50152,49774,50745,31876,44188,44730,52957,52195,37184,49994,49127,48399,45067,41711,36185,37318,32599,36075,50544,42583,50591,47301,52413,53031,47558,51292,33238,43471,51889,47903,45160,33751,36082,40682,36560,47304,42391,30830,32497,41607,45464,51424,47141,42317,31471,31052,31052,30210,43620,39159,31930,37156,48557,44417,49679,36090,39946,52245,33968,37561,31881,46457,35422,30717,36094,50306,33845,36630,47653,37377,32796,36099,34216,50583,39516,35812,40886,37218,51357,52337,45537,51344,42338,42338,36190,32951,39621,36517,34067,48620,33518,33134,51613,48545,48516,42261,46679,44078,30430,48576,39330,38989,43395,47209,37295,43507,43935,41374,53177,53177,39400,41154,31838,48289,52606,51940,47438,46848,34073,29863,42533,42605,51602,52760,44989,39936,37281,35241,49683,48427,30837,52248,32631,32631,46059,39518,46619,51462,51462,46462,51488,48785,32496,47951,38751,42467,49062,41063,37479,51799,41297,50187,50016,32861,42240,36237,40781,52836,38176,45691,46490,37367,30495,37367,36147,48574,42066,44206,44015,38511,45634,45234,51644,38472,30040,34310,36269,33494,30713,44370,37593,49874,36474,42006,40234,31557,48688,42413,38601,37854,53308,44361,52785,30223,51080,45842,41538,32255,51310,36328,37855,32255,53257,40679,30266,30795,34431,34431,38830,38624,36163,36157,36157,36164,43004,42149,36521,29838,31941,37820,46231,30174,44291,36172,42176,38262,38237,51843,48104,34897,30130,44012,30828,39746,48721,30124,53540,53547,53540,42849,37262,39256,39152,47317,47741,42605,31609,37204,53287,39371,35490,53811,53854,50806,45109,34340,44004,31506,30972,45523,46654,47578,45047,50386,44053,39560,40464,40464,34145,30972,49182,35370,49766,48098,45863,37874,49058,42888,42791,30891,30891,33567,45446,43276,53862,32137,43080,52209,42527,30281,37211,51217,40335,44552,50892,50671,50130,45602,52778,50584,52789,53477,37015,30633,29868,52618,45199,53659,45419,35875,48105,53316,37541,35808,40832,46609,44047,30583,31894,48450,32790,42434,52454,52736,48733,36137,31593,30532,53716,40897,31460,39161,38373,40774,41382,51802,51802,47177,35659,42060,32692,41149,41150,31575,50307,39937,48676,34117,33085,37700,32570,43457,51215,36549,35528,45941,50500,39498,49920,40135,43262,32530,49680,49449,32520,49364,53534,32920,39008,32048,40621,46230,48836,35664,43354,30318,48008,31041,38995,33965,46605,39726,34537,52119,46945,35360,42066,36918,44461,43800,49961,36236,36239,31054,37356,30119,49603,47068,53004,41041,31941,40314,45482,45482,53311,34335,30558,36243,34410,36243,52333,38864,51493,41510,43262,47090,43674,36247,34402,37189,42169,51028,50941,47378,34212,50027,33392,51695,46612,52171,46995,45831,33536,47008,51625,42863,37060,46703,31774,46696,36881,36253,30395,41852,52949,40983,44284,44284,33364,39155,44793,39870,32317,32717,30337,49352,49352,52376,52529,50108,45114,42756,45642,37281,29904,32384,48559,47016,33746,51617,32134,45070,50293,49525,35236,41215,43797,31194,51758,38438,52937,53618,39281,53297,52186,36271,43607,33743,43454,45666,47552,40999,51872,32714,49704,42548,36320,51671,33007,43529,37169,34366,30179,44540,29930,50426,37340,34148,32470,34898,32441,42033,38231,38231,40298,52573,52220,52220,30099,30917,45203,44212,30387,34752,30738,34068,50610,34584,34584,29747,36291,33098,41512,51662,37917,32346,38711,41768,30520,41660,47363,32652,51044,31659,31659,34400,50898,42765,32890,31475,36303,40590,50742,52422,34877,49514,41345,52546,44180,39337,34729,41554,42232,34556,50760,40937,33837,43773,43168,35288,40205,47636,30093,29867,30736,32685,51362,49429,36318,36318,51220,31520,50880,39350,41185,36320,33678,45784,45784,51571,44738,40488,34488,35921,51961,52660,43677,43743,38027,39761,30158,29752,37170,53132,35007,51738,38562,36326,49397,34398,46610,48020,33172,32314,37984,37984,36003,38313,45332,45249,51412,31761,34005,36336,38150,30320,36336,34826,45784,36337,31522,42843,42328,38085,46394,43993,33926,30655,30867,33915,43545,45235,42788,36345,32229,46713,41790,32064,44199,44199,39516,46770,34399,40328,52996,44607,43708,47484,53418,34806,41174,45966,42009,43392,39811,43947,36174,49086,36360,39623,32912,44775,32017,40169,41528,31656,53359,30552,53424,39489,45072,37103,40443,50085,36367,42279,33228,35839,45031,34407,52156,42584,38997,44386,53500,36372,36478,49743,46642,31142,37879,42102,38058,46022,52005,38103,52212,52766,35999,42000,41873,36377,41090,48106,38636,46163,47982,35317,51489,39019,52300,30576,39200,37050,33169,43728,36808,50687,35609,34228,41719,35272,45561,30262,49699,46646,34180,30360,35793,35793,32207,35855,37486,40752,39933,45544,40753,34844,32587,52408,35936,42189,38129,49117,30809,30163,34507,45069,40049,51609,40666,45949,45055,33313,32156,47218,46654,46438,47298,34027,29936,39804,32467,46413,31946,46021,38216,40581,34720,36604,47948,46585,39261,41880,50981,47321,48880,42210,36423,47041,41910,36622,40157,42461,32974,46137,33249,49277,39894,43536,34002,46930,36545,33054,41100,50907,42827,36870,46766,40420,50490,53777,51012,32827,34268,32650,47144,38230,48039,41527,31991,53427,37393,36441,43376,35642,39566,34635,37241,49551,34508,48900,50356,45194,39639,35040,45703,51333,37096,43596,36430,53388,31658,45535,35116,38183,48511,49558,50732,37323,34254,41065,33948,44519,44774,44856,36972,48877,32750,48923,32058,41713,42204,51791,49857,46165,36458,53287,34456,48613,50901,39466,52851,36460,37940,49068,36461,46888,40242,37905,43190,43190,49083,49184,34184,35287,48280,44965,38939,32839,50936,38734,42476,36467,33002,43913,31556,32906,29778,49789,50118,49789,33015,50915,52908,43948,36475,37474,53558,44268,52401,35482,35484,30600,35252,35853,50224,38572,48178,31717,48603,43153,32331,52478,51205,33548,33343,31165,33671,51912,52085,48804,46530,39940,51434,33504,50385,48685,51803,42779,51048,30760,42186,46879,48144,50943,50943,39460,36242,34922,44938,49230,30389,47726,51973,50997,36489,32710,33159,46484,31739,46875,52203,48058,39163,30980,37824,36396,46321,33270,50295,39231,47791,37874,37872,39986,39061,39348,46676,38422,37860,42110,32557,51749,32784,49302,31155,33798,33798,50185,33547,51313,51825,47384,35975,45239,30142,36217,37860,36501,52269,49708,49708,35278,43489,51941,47470,37309,29763,49442,37283,42335,30357,50175,39276,53153,49562,35714,35047,44956,30191,42021,36508,39081,46268,40869,41629,35531,36513,38956,38956,44816,50314,33447,46852,31049,31049,32723,43343,50222,51966,38782,34503,41759,53715,40250,42232,50539,46500,38323,37781,38573,42001,46122,39657,37114,30794,49426,51754,34883,47782,36523,40794,49567,49567,31278,47447,31030,39740,32075,37891,41606,33017,42631,33100,49869,49456,33100,42998,51792,41125,46719,32473,50789,40878,50390,32111,36058,40785,47589,42013,40189,40715,46972,42882,39379,44526,40634,52397,50194,47764,46506,32833,40858,37595,45728,36549,48924,38083,42776,41934,43212,50023,50571,45407,51441,49338,35409,30169,38561,37810,36558,47814,41101,36559,50653,34751,34751,51320,48594,39800,47237,31981,29910,42208,44339,44227,45056,33086,44783,35213,44783,45976,31610,35330,48651,33182,44035,46250,50809,43972,33338,43257,46531,42635,43465,32926,39619,46385,42650,44342,49553,35091,42147,37783,45722,52540,38150,47898,32485,38696,41686,33573,31413,37859,32001,51484,39914,31636,51001,49997,53472,46385,52657,33271,50562,41740,50057,42909,53623,31647,37070,50072,53640,46039,53330,36585,50120,40733,44665,39274,50557,30245,30245,39132,53354,43462,47398,52414,34867,42648,32093,40060,34270,32222,47845,39562,36172,32885,36602,46209,46710,42519,41585,46055,32677,51226,50058,30591,30342,42133,42133,52412,50029,48113,46812,33206,43843,43137,42932,45371,34662,43886,45705,47520,41398,34004,31147,41089,53884,30970,37189,45853,43505,52172,49700,43234,44157,38105,36619,44399,34744,38734,36077,32986,46003,53596,49945,46763,46518,32042,35425,48208,34090,36628,36629,31468,41153,32644,32644,50648,50648,39704,52566,32651,30377,33337,33560,41319,36638,38656,40022,46822,37420,52815,47032,40025,35275,45629,40252,44998,52053,50473,50490,29976,32655,41196,41195,45854,42295,42295,36658,50619,39918,38780,52177,50807,39737,40369,32961,52517,42061,39640,36985,38529,38444,44455,40163,44613,39171,46736,48088,51687,52192,52192,51325,47227,33235,33204,47765,36671,36533,51259,32003,49623,50413,44219,52577,39234,50229,31470,44656,52878,53650,35212,29904,36672,49166,49166,47080,45849,44679,51846,45628,32911,30364,41151,41151,32122,42117,44362,52796,29966,50822,50822,42133,42133,32405,52973,36770,42218,34843,52764,43696,47847,49316,49806,43524,30976,32801,33380,34098,45101,33682,32803,51053,42266,52429,53147,53282,45651,49245,45180,40357,43457,45700,29770,36693,43238,48752,51338,50200,31722,29755,47329,47978,53454,53156,51281,38417,46598,50983,33606,36702,42598,48224,45164,34360,30658,41540,49639,31425,37059,30087,41038,41038,45067,32881,32881,40113,41092,30341,41676,53537,50419,51527,44104,36713,30787,47302,29934,52109,45133,49996,48851,30453,38803,51824,37122,40542,51509,42255,30502,46735,34440,44935,39862,41724,37870,49626,44754,52001,50714,31449,47829,41006,49667,51293,34450,50545,35766,34044,32041,35712,47828,33522,31318,36726,36727,37830,30445,53599,32526,35669,50531,33997,52756,36728,35241,39196,53344,51663,40050,42718,33216,49613,49147,36514,33099,34054,41607,52698,40720,35834,36737,36737,36727,38553,45744,36738,35541,50456,43628,43628,44952,36741,34609,31898,49394,43163,35005,52338,38708,29856,45922,37502,44739,37034,47000,51589,48658,36750,36748,50842,30908,51023,38456,39139,40701,48363,48363,36755,42389,44322,44713,30572,30572,33169,31942,41573,48749,47437,37037,46859,42277,36762,49268,36763,48979,52076,37062,52901,43638,37642,33052,41654,46662,41085,40230,46358,34943,38096,38693,46217,50642,38243,46617,53161,37144,42605,39917,47692,48655,46693,53166,36308,45723,33464,33463,50188,36782,34346,38827,30588,51245,37419,44131,34442,48335,39929,52444,35934,49210,29947,44479,52912,46476,44966,44966,49865,51439,42059,39475,45512,31254,46361,46125,48957,37251,41609,36798,44071,53977,46428,40501,47627,37042,41987,51410,30952,52527,53441,43611,35209,39287,41889,50757,29816,29816,51287,53561,49252,49787,30296,50826,49104,40646,45270,38881,48219,41592,36806,30042,30042,30171,36810,53562,40323,41521,31567,48946,36816,53156,49380,50234,37476,36819,53244,41288,50018,31097,45567,49179,32280,39123,52712,49994,36132,53713,47271,47771,33951,33365,48018,32904,37604,53114,38743,35271,36977,44997,52660,31000,42243,33549,47007,44990,34043,42978,31700,31700,38120,48599,39126,37562,40264,38005,36116,36507,45224,33736,43016,32039,39978,38357,37527,38464,36677,48836,31910,33441,40159,38376,45517,45517,47220,30108,36843,29994,44453,35683,52251,49934,53132,32262,49308,33072,42146,40727,53511,37844,51229,52405,35953,32991,35568,44892,35503,51957,51474,50300,49839,49208,41953,33653,47264,52821,31421,53069,52050,37983,36859,49935,36861,36862,53496,51300,38818,31618,40241,39134,42638,33886,47609,40801,41404,45183,47495,33904,51043,33663,34994,34841,34319,31977,37600,38962,29843,35163,52388,43670,49657,38420,38420,36871,30290,40845,46800,44388,51144,50923,46800,30527,46454,49407,32959,41201,44040,44144,46697,36874,36876,44771,35003,48593,30766,34803,42245,35604,52965,31411,42403,31792,41970,52709,41792,33507,47492,42512,45488,45100,47133,50873,41543,50535,42962,49531,49965,49739,32996,41423,43735,44776,35651,47651,49415,41917,41442,35805,41442,45823,34232,47036,42698,51189,39153,44674,34843,40037,42314,35363,47457,37491,51152,36907,53210,30104,50482,38221,32659,53112,36916,45350,52419,29944,46667,53665,45022,47843,34342,48277,44557,52305,45912,47985,41258,41468,41243,51454,38383,45495,44284,47905,52692,30105,46607,30839,35984,50552,35181,50846,48578,43108,34122,35632,35632,41124,43437,41767,43806,46395,33835,47636,46780,46780,36940,38422,49246,51399,45914,52356,34969,52620,36636,42428,45767,30926,30124,42773,42773,46043,34298,46479,32727,49798,30282,29799,42575,32480,30525,50114,33918,36287,38847,50867,38051,53027,50100,30786,47770,38883,36955,48148,32302,47708,37372,35971,49850,32713,40772,52508,39457,51912,30656,30656,36966,46603,46574,49181,50161,48029,51419,37516,45604,45604,31987,36967,37256,50324,44121,33409,47869,42348,48453,53243,35741,36972,36972,32948,35401,30877,42395,41149,46314,43583,37809,30092,32899,36982,33255,41344,50437,31016,51221,42487,37171,30605,42925,38472,36055,36529,43585,30805,33398,52426,32692,44635,46551,48176,51247,37045,53373,36990,34928,43834,36372,51707,52537,50162,40558,42084,41861,50395,39872,44495,46325,45037,52039,46946,42224,53643,43098,45387,50124,31939,45803,37002,32910,52331,48833,43498,36486,51445,36630,48635,44671,47728,33055,30844,49476,48958,47657,35325,49436,41812,32472,38144,47586,33378,35146,49602,42567,39245,32209,40083,44200,49485,51696,42857,37013,49748,32644,37871,36750,30897,32519,40415,48302,39446,33945,33945,50695,32896,52232,37561,48858,34499,37023,44704,44947,41861,51391,39421,37461,47358,48361,50764,51574,30529,51946,46056,50686,47261,29811,29811,47004,34150,38416,49806,36598,39887,47436,52090,45990,51815,44650,40614,37243,37243,42083,37044,45545,49829,37045,33484,44960,50376,49237,49837,31737,37051,37052,41687,46100,44457,31386,30093,51708,36659,31124,34912,46248,33706,50269,53184,30000,42831,39412,51138,46700,43340,49110,39134,36583,36583,51641,52777,52330,48529,48949,30019,31428,50728,41146,33050,53676,53011,33964,33153,33153,50281,49386,35920,50255,40553,30557,48383,45354,34271,34271,48585,38493,44515,52320,39897,40567,39080,32656,48123,48454,32771,33002,37706,51000,39918,43687,38499,30379,52224,52224,39200,43992,45723,47057,37077,30800,51759,48960,46880,29848,42327,48271,40108,48694,35945,38859,47179,37080,52194,53092,30696,51170,37083,52078,49952,48533,41546,42858,52422,43380,36760,49714,51403,49637,41003,30284,46242,35896,39982,50121,35996,38253,44871,31882,40384,35979,40485,31197,39365,44808,45880,48286,53712,30028,37097,48462,49489,37055,30455,40852,34500,39952,50364,30616,39029,44784,44806,29829,53553,33026,49558,49558,37109,42189,42189,34543,32318,53720,32061,38990,51036,41241,37149,32576,40922,33877,44203,48060,35842,44367,43968,46498,38301,51430,41289,39039,38213,52786,47456,37115,39836,45678,39143,52748,41964,50167,37118,38038,45661,38386,34998,44271,53061,39090,40342,42626,52124,45378,41494,32525,44739,37085,41365,44376,41076,31797,32729,32729,46679,37510,47486,44827,49975,38783,43397,42787,40651,30077,40405,34793,33614,33613,51819,51819,37132,37133,36235,46536,47330,52815,41920,37137,37122,44736,51000,32015,31299,40868,51949,32461,47900,36204,37614,45645,48188,39289,35742,44008,31765,32142,35976,53218,42942,42947,36481,30297,34297,47930,35236,30991,50006,33809,36992,37150,39600,36267,36267,40808,36920,41678,48133,30702,31493,45592,42800,41544,30757,52175,37982,52050,45836,35403,37165,40456,34368,33944,53012,52548,52548,50922,47484,50517,36132,37166,32674,31330,40362,46062,30859,30824,49976,43031,48078,30031,41208,46611,30719,53771,48811,34816,43342,37170,31073,46876,32936,34161,38838,31598,46103,37150,52250,53023,53023,34251,42515,30653,48015,32333,45357,53196,32615,43544,49999,37955,34012,36190,30994,48315,43059,49808,51470,49700,39346,39261,40730,32031,34785,31811,33208,35214,51090,39678,31262,30289,36206,37187,53511,34573,37190,40012,46659,35334,48938,33186,29928,36532,46880,44158,31418,49936,32400,43260,29823,46679,39836,35247,40635,34738,49950,43065,39484,45290,35968,32442,50767,32057,48201,47856,43801,42747,38808,51522,35038,49732,47537,32332,41467,35780,44235,35039,39171,44694,43373,44264,50383,40446,51722,35475,42682,51971,44398,47952,44041,46721,40989,38321,39843,50413,46621,44917,37089,48081,46067,47588,51901,31987,50861,53447,53447,39449,39449,40122,49481,46872,37235,47906,41392,37238,37238,44088,47923,36808,34023,38408,35510,45227,34843,38363,33786,47982,39011,33828,32811,49254,36179,32237,40386,36006,49260,51359,48698,37254,44583,31800,47088,33945,34127,36996,40183,51651,51789,51789,37637,39799,40991,31597,40314,42567,34874,52048,43899,48731,30209,36877,36060,49260,30833,35274,30236,52096,53588,37268,42504,34343,33865,48157,40820,48996,36171,46087,52202,37272,43874,53056,30727,44445,36188,44482,45915,49900,38504,46795,50605,50989,32622,42526,46270,42135,36413,29946,51916,34516,53256,40000,45009,44608,43573,39640,35460,44579,29980,43812,34456,34409,51457,40124,44831,41436,53180,39719,41228,40929,34501,39948,48361,47829,38179,46041,53600,42488,46148,34509,47271,37298,50371,35520,29894,50517,38071,38495,31792,45260,41798,31793,30305,33006,37174,30994,34619,32223,34946,48897,37312,47976,30448,46729,47115,50781,37285,43167,29931,40895,48249,48249,37316,37316,53276,38841,39804,39668,51993,50074,39687,34018,37320,46452,50763,32198,32576,45363,30353,50169,31108,53706,41717,43560,30513,50431,46890,46890,52199,38484,46768,53142,36428,41733,45983,46711,30688,53411,46409,38625,37341,47334,46782,44088,34424,37346,43893,53884,29749,48849,41846,36843,39160,30376,40823,37352,42908,30961,53247,44413,32372,37354,45952,37355,52422,30362,44043,35502,50730,32115,52682,32438,50049,49557,36633,41740,34005,46259,31777,42943,34275,40771,34296,31212,33507,49002,40962,47396,44520,45078,40431,40510,33431,31668,44918,34938,34331,43147,41660,47992,29957,52847,43801,35899,44541,33185,33185,37382,42841,47827,37384,38198,43916,30071,50609,52775,45923,30025,35686,42629,52284,37391,39033,39783,33360,33220,33958,32048,34611,30428,47030,40017,45347,45288,32141,32066,43412,38776,37745,31690,46224,37402,39069,29958,34771,33505,46452,33799,33799,37407,51896,52515,42655,51613,36510,45826,45926,45543,45522,47592,52885,45762,45873,31838,40360,52539,40155,42603,51519,31454,38633,32599,52832,53411,45832,42408,51596,52438,49756,42358,42127,52294,48873,32426,37535,46750,43577,30392,50352,43077,31749,30250,31640,39589,33262,34248,50604,37434,48693,46980,31716,43987,36969,51490,35452,34126,39716,37962,43216,32445,39412,49332,39770,37449,33154,50853,45367,32685,51836,47612,47379,43053,49398,37456,43045,40015,39747,53693,43582,44626,50208,49237,51766,36204,36732,38648,53171,42307,29882,43479,44293,40138,39712,49894,50438,31441,34464,47011,48685,51846,43378,39053,38221,30819,34489,48066,36018,30919,50707,32851,50194,39347,37479,48031,40978,42108,48476,40503,44858,36939,37785,49411,49085,44707,44399,52876,38828,35644,30115,47221,31648,37493,37493,30456,47923,36660,46907,41761,42839,37591,46620,42129,36040,44797,37502,52934,49038,33789,41729,43100,32235,42451,32835,44877,36083,47942,40417,50275,46100,35119,45335,32513,51874,49755,46810,34836,34836,52155,40682,47417,50233,39224,50039,52537,53606,48944,37522,37078,39150,34317,46196,30366,42975,50051,38649,51781,30012,41939,48240,45986,37704,44813,44813,41422,41434,43251,40866,37882,50506,49205,47881,48899,32757,53556,32011,46539,32558,29930,50104,47179,50974,41163,37543,36195,52709,52663,53646,32056,43274,32600,37002,47510,48703,37893,48904,37551,34001,30313,36445,50098,37737,46956,41240,35344,52455,37422,33705,40749,49601,40994,29873,47784,33797,50062,37766,43603,34057,46860,36170,50580,42745,53000,29939,49072,37559,44285,53041,30053,37560,42067,42695,34387,48373,44763,36834,36321,42413,46237,46237,41409,34940,38965,48383,46129,44741,36921,44650,52372,42468,37570,38777,36240,31659,32275,41849,44748,53211,46728,44561,38561,36021,32708,44786,45134,42799,44791,37573,47415,31399,44849,51087,48642,42284,51324,36296,34560,48194,36494,35537,43786,30959,51501,53161,46736,53566,34791,40808,45814,34816,38447,36314,37845,31814,49637,34599,36759,31096,46987,33676,51669,35399,41795,34163,52819,49102,37755,42176,42176,47549,50022,31011,31966,43520,47156,37594,48299,31144,46819,32144,42920,35015,38798,51117,42976,49034,43570,36420,48077,40753,52844,32902,38457,51091,35350,30877,40488,45930,51588,45875,35465,43404,44180,47724,31289,42025,49648,40617,32572,33104,49935,42374,33002,31375,44582,35698,31470,30760,47706,35383,30198,43703,36294,52828,52854,52854,29781,52973,30658,37263,51408,37421,44258,47831,44781,35479,52734,37622,33588,31963,46396,39513,37626,31629,42351,33730,48701,37629,49510,44415,34382,35129,35129,35737,33226,52816,47074,52986,46349,44775,43102,51727,47082,47492,47491,37340,42046,51211,49056,53541,44675,32629,47385,44093,40505,44401,36444,49295,50913,46636,41889,33582,45076,50783,35279,30795,53481,46183,39484,30228,48517,38638,35382,34590,49424,51306,52088,33950,34399,32810,31194,43383,32983,49279,31154,47801,44815,43266,46168,33749,38149,42554,44364,44266,36757,43638,44606,42155,36588,32348,32776,46558,48780,48104,39007,44432,42141,35526,34237,44751,36940,52891,30036,49726,40005,37673,37676,39540,49793,50082,44590,48691,31352,50910,42056,49685,36391,37384,46554,51367,34899,36010,34568,45450,41649,37791,37687,31803,29778,43718,34908,44740,34508,32356,52643,45715,45715,34266,39118,37695,48259,33394,40938,32838,42483,41501,31722,49019,49018,51790,41547,51805,50425,38822,42453,49545,48098,51603,34794,34794,34006,50833,46267,46420,47925,32265,52873,34717,45948,32764,31972,32878,36316,37707,40710,47519,40208,34668,41897,34663,32864,39331,44351,48427,34437,50919,34930,45242,52582,45959,45833,40030,39195,37721,44489,42300,52370,30479,49298,41505,46684,41487,33568,47197,49225,33802,31564,30769,37692,39076,47180,29950,36530,31958,47090,34974,50821,46724,37734,37734,36852,40100,52369,52369,41298,34568,51382,40658,37737,30316,49250,32620,35530,33107,44446,37435,52325,48329,47538,44449,46633,32555,45025,52208,35678,39953,43670,49484,40838,40394,30031,52974,50124,49568,41367,32744,43848,30822,49407,44436,33494,35586,42442,54009,54009,31224,53001,33638,46036,42357,49512,31645,39334,33650,41834,40113,44854,53496,53496,44181,52608,46662,48709,47049,39920,46999,51040,30279,45786,47284,37570,34181,33224,41889,48292,35589,29918,40590,43634,33058,45618,32705,31232,35682,41172,37769,42531,46217,36555,37771,48506,41427,43437,42373,48150,41074,40612,40612,34850,32037,35898,51972,48139,53458,39535,43458,40821,30620,47241,36455,46260,31224,45702,38570,33306,33523,47769,37291,36998,47480,35676,34695,32807,37787,33217,49795,50842,33516,43812,37851,37442,40473,36400,34278,43812,46778,34400,52518,49175,45416,47500,40461,36589,39855,40379,40703,51055,41479,41479,32878,33912,43393,48602,30728,32803,32533,47332,37796,32830,37797,33609,48504,50527,38974,45826,34582,40053,50350,42203,34712,47410,43613,42217,37805,51990,30427,44477,33364,48014,44835,33087,52557,43808,41531,40094,51093,32797,52086,39119,42030,52219,35568,40387,42713,31512,50419,47910,46497,35413,41686,48718,38696,40663,31110,39937,33063,32111,39970,34889,35755,45142,35598,39789,45135,45103,41864,46552,30583,52248,52604,53520,34664,48040,32097,29880,29880,43258,32701,35991,42847,50420,40197,50673,51320,53050,37837,44084,37839,48184,44603,50176,48483,49957,51779,34318,43905,41304,46625,48113,52561,51091,41995,34349,49249,35168,40658,38642,42860,50522,33782,32138,50798,49577,43624,41723,30920,53591,35551,35152,48257,44014,50326,53531,32610,30248,30248,50786,45442,40854,53336,33044,47194,30834,51541,37522,31982,37299,40232,46930,49624,37600,40245,52878,39356,37966,47872,41620,30882,50991,40656,49360,30272,42968,38450,49758,40210,43283,46986,32146,30295,32302,31759,31759,30857,51364,52097,34332,53213,46352,53407,48696,40031,50794,35895,40102,42474,35285,32643,51029,50384,35701,47691,31568,34869,49422,36334,40877,37052,41584,48176,45759,50726,53259,35058,37886,46456,34151,44769,45825,37086,46435,49352,46076,37888,51187,37891,35205,49678,31613,42816,42816,48785,46954,40389,47828,42983,39201,51032,51699,30462,33623,46604,46604,30434,40862,50120,32748,42666,52008,42726,36864,48963,44765,44275,37903,38244,50174,45969,50432,33327,39464,44385,32714,51888,31430,43140,49386,35696,35839,48984,51585,33132,51682,51261,44474,31272,50639,39250,48433,53432,29986,46451,51791,45998,32439,35038,43493,47251,51744,31944,42330,45118,34604,45886,30865,48327,45434,37926,37926,43510,53721,33320,40384,31105,30182,48258,32139,40661,49409,53339,36074,31664,48604,38212,42004,45589,42707,52977,41890,51133,44066,41526,33466,51922,53285,34032,41680,32470,38000,50000,35886,32865,31628,43911,33768,45854,37939,48350,48862,38762,30596,36941,51576,45505,47018,52580,52580,42709,49518,41656,44430,44430,33634,38837,37947,46694,30671,30660,36158,30215,35456,35361,34906,34381,52059,48498,49723,32118,32215,32548,36016,51823,49059,50395,44735,44735,49661,40684,43486,41220,47372,32671,38978,45573,32122,34007,50367,39762,30976,52455,48816,37337,43300,40836,34011,29785,32490,37975,37975,52723,30595,43399,40957,32188,41737,38749,50729,51952,52009,34100,48985,35251,45384,41047,37985,41728,39850,50532,52818,38606,43062,31246,31246,39179,34484,38307,34840,51383,30109,37997,43846,47381,35689,32317,36790,35965,44074,46292,34564,32550,40867,47623,49106,39027,35454,42951,51524,31731,31519,40857,52225,41708,45177,43762,50623,49977,52032,45014,35916,52278,52278,51588,51275,52517,42397,40249,29972,36700,47555,49054,45399,38010,35425,33318,53736,50699,44640,37173,36848,37954,49107,42785,39637,31980,44037,49323,50976,44843,34883,37145,53119,50462,31956,53072,47741,48085,35468,53671,44788,31476,31476,33707,49408,50172,52845,40760,46327,40967,38032,35748,33644,48042,31914,31914,34986,30795,47217,51110,50549,36310,40134,41091,41091,35496,53256,45663,29809,38039,44590,35708,39820,43491,43491,40092,35417,51962,34657,35467,53485,53256,39183,49995,31716,49007,36962,51474,51474,48412,50730,30361,43620,47721,31829,38058,36859,32352,32654,42089,39187,41298,50914,50914,44495,44495,33862,49465,48528,45418,42771,48237,53633,44653,48967,35536,42449,39556,33171,35510,41859,32139,34491,34460,52561,49974,29954,50188,32402,39807,50900,33562,46903,32975,42253,39935,45682,51656,43387,41059,52269,31012,31886,48485,51771,36329,37717,42847,50293,50474,41552,36527,45583,30654,38085,41251,46486,51794,46222,46244,37954,46688,49724,44803,47593,52338,53334,43787,48208,39355,37762,46746,46727,40468,40468,38091,49884,51057,33297,48619,45365,35984,30522,52785,47600,38491,32888,32895,37881,38010,37771,34905,44889,51232,38101,42980,35426,49618,35462,31499,52330,34567,46706,47882,39703,51504,51851,31165,51896,39420,44396,42792,41580,47943,51862,40211,36804,50560,47298,36775,35258,51538,53047,33241,31744,41336,51239,38117,31110,47222,51082,42030,36605,51714,43488,51714,32699,31495,49130,30968,42249,29976,49105,37207,52571,38123,53637,50768,39068,51097,41793,33285,37201,52492,45315,34024,45379,44137,40578,49026,33687,43366,30884,30884,38623,48612,38136,53587,34851,44720,44335,36108,37532,30686,42159,34216,31439,39275,48646,36039,43022,36039,44891,48549,44262,32684,53599,31066,51197,44449,44793,50333,41611,37907,40712,38362,49309,44895,39432,51565,50595,32971,32388,37267,50180,49653,44774,38150,46423,39753,29888,39948,48018,40059,39290,51098,46867,32955,48068,30722,50348,33562,32057,40685,34597,40894,30481,31156,38663,45671,48627,49334,51403,42195,48679,48047,41751,42887,47642,31048,52069,37234,32791,40486,42144,50787,37715,33413,39722,46380,41047,43870,43088,38181,38185,38186,49867,36160,43756,43756,38192,44726,36639,48822,38197,49866,45862,39476,43192,37586,45830,30026,53005,32830,36411,36990,42297,51821,46271,31591,37544,43602,43448,42760,34485,31147,32998,46516,51987,49189,51496,38668,53538,35823,41649,44587,38216,34811,32359,35369,37409,34305,32640,46435,45547,47701,46493,33529,43820,46358,32916,47309,34967,44634,35594,32546,48890,38448,35562,51410,38229,45928,48658,34230,42837,34202,33206,32597,40403,35428,34429,53082,30989,43054,52469,51179,29908,31135,52500,36157,49764,34102,48245,30689,33234,41252,38629,47855,52788,49690,46302,33680,52438,52438,42070,45056,35954,30314,44755,44755,35071,41269,41269,51857,52853,42453,35726,51861,50539,36687,34674,34535,37695,52469,44673,52621,48028,37978,52440,49495,30028,44478,40941,37795,47006,32091,47848,49267,38982,52102,40161,51231,40172,51222,47973,42545,52428,48168,49901,49626,37474,48928,32408,51933,31509,33652,41568,38274,41236,41405,46902,36486,32688,33351,47713,50145,35390,40196,50875,52855,44308,43260,42105,31814,35193,41391,47265,41200,47068,34088,37242,52339,31859,49801,49177,39349,31867,31880,45279,49664,36340,42558,33988,50722,46244,33244,31137,39683,47205,38315,40012,49417,38070,38378,30049,41170,43884,44253,44547,38320,36339,48847,40193,49576,52164,52805,33992,31185,39773,32086,40920,38206,37695,50899,37818,53164,42470,38327,34877,44965,52062,51401,49404,53112,51864,44768,29974,30029,32235,50266,36731,47018,45577,39544,50280,33391,41290,40181,32889,46838,38573,47555,51927,42269,42001,41436,37265,44074,36818,35087,51556,39956,45538,36079,36262,36712,41169,35467,38348,36134,30501,32853,40855,41711,44908,53452,52417,52881,36349,37589,51041,30179,44669,32159,40638,46734,44754,46983,44758,47400,31303,33409,51432,46346,38369,33325,35043,30783,38372,48844,33610,44802,43790,51520,39096,33600,32793,48031,45120,40742,38318,38377,39150,52296,34555,39483,37027,38385,47617,43738,49601,30384,38388,47669,38389,31283,44400,40345,42292,47478,36461,40295,53378,49072,35721,49988,34245,41585,53054,32863,32863,38398,36624,50553,38400,33807,49261,40919,35852,43778,45914,53508,41455,46320,46125,32669,46932,51778,29968,35264,35371,51235,43693,35001,43184,41995,40185,35442,30118,33125,49297,33283,32803,38067,46139,44578,43316,46495,42817,41635,33728,30555,37913,43533,31248,45052,44094,35299,49645,43565,49725,42579,51666,38433,45158,31993,46957,46333,31074,45634,42601,46821,36728,53688,36540,35574,52327,42441,31083,38446,46158,49467,49833,41192,34979,33599,43410,45551,38447,42179,47544,50674,46472,46709,38373,47151,49223,40453,32432,43980,48331,46294,47120,46399,33081,38456,31997,53843,51544,33009,29986,29986,38102,53306,42434,34764,42051,41542,32336,44492,36301,42263,44830,51092,36417,53382,49636,39163,45194,38470,32539,35600,42701,33391,34551,44029,49745,46331,30852,49960,53236,38479,50601,50136,37198,48134,35863,52336,44295,38485,43662,35722,29889,30067,37964,44353,48705,38491,35007,30462,30936,50174,36171,49754,34928,52342,46035,50961,33092,38493,30205,34722,30848,33246,45943,53189,45480,35344,34658,40092,39275,40350,42025,42871,49069,32198,33502,53262,41470,41470,41600,35810,33680,41813,31981,41155,46443,51525,38169,39744,37228,52462,43463,41611,38509,32079,51434,46761,36794,34638,44509,47314,43282,32863,38524,51461,39841,42805,38525,52812,34669,42148,50270,50782,33783,39390,39715,43316,34214,43478,43229,43801,43801,29783,43153,31976,53602,47578,38195,53237,51427,34186,31323,44887,38540,33305,32164,38543,42671,40669,52176,52176,46179,44013,38550,35411,32396,42002,46001,46417,32207,53158,53158,50952,36216,43559,47515,53086,43348,40070,35736,34605,36456,33751,32382,49089,50128,39632,39407,38562,34206,41707,34156,47620,40163,38566,53010,36145,39489,41793,33196,39470,49952,40318,53037,49799,46391,37657,47569,31420,30581,33672,43181,49252,37876,50958,38577,48730,35581,42128,51051,35970,33577,34419,41048,34102,39064,38579,32119,35546,41914,39805,37882,42358,51546,36733,51681,45240,40885,30674,38963,35821,45679,30034,45924,41592,44338,41472,36031,29844,46379,37116,35708,49616,38591,31293,43058,30774,30774,41250,45851,36575,53333,38232,34660,39986,40588,49156,37221,34438,30446,30446,42526,35076,32394,31475,52904,45343,45343,45702,39637,44006,41947,31547,52947,51017,47449,50381,51399,46524,32940,43968,49985,37619,32052,40815,38207,31443,32763,34107,32002,37074,46781,36958,52218,42587,45419,38621,44583,33569,42158,30758,39912,46757,34284,38628,39569,40616,38630,38631,44144,42243,41412,40627,48742,50748,37713,32769,42928,41544,33169,33168,41243,33220,48740,48095,47501,43709,36875,40729,37797,35139,39911,37077,30390,51081,38643,40857,49635,47276,50436,42025,49477,40675,40675,34054,38197,33192,32662,30974,50411,31366,48692,42203,45345,31117,38658,39958,44225,34036,46750,50205,51453,53261,40560,39145,53337,38296,43752,42881,38237,52229,52229,50947,34722,52868,43490,34590,44944,53473,38671,43306,50118,30501,47888,43025,50567,39572,43720,32931,36047,48020,36200,46393,48895,36353,38677,33196,30098,38680,39156,49418,31657,40165,40930,50091,37934,43368,35456,45875,51400,51054,51054,32070,34667,38687,43560,50676,34697,40132,40132,40266,33882,42715,44129,38692,49469,33526,42419,32800,46973,43958,41003,43785,43785,47836,44186,50411,49351,32338,49011,40183,51551,42160,37253,33478,46579,36915,30342,51198,31176,44682,49820,52128,45278,32081,52976,41510,35943,47461,36515,30330,36761,42123,46249,43276,31937,37225,48627,30439,39947,45896,38711,53608,44437,40916,38731,39262,42538,41391,39492,45598,37136,38721,44278,51348,40756,38896,32776,43478,49062,51205,47212,47287,33942,30808,42034,52383,47412,52486,51225,32046,35290,48751,50878,38291,31928,53192,36297,39966,44908,42408,34813,34813,30007,48367,47138,48171,29799,29799,36934,47435,48027,38749,39974,31233,52345,32528,34735,38481,40621,38754,38017,50618,30651,45590,51341,48634,53782,49900,38758,47526,39449,31108,30377,38626,43127,49968,30933,38604,32777,33415,44971,44968,34792,31769,40033,30073,39899,53104,35675,50030,34554,31741,31972,35016,41407,41407,34580,52132,38073,46018,30569,44951,41616,45828,34295,43350,51843,47790,38851,44672,30458,50192,30333,30349,50458,40072,48037,39615,46848,33035,38665,33035,48487,31836,31193,53581,36988,43456,48037,38789,51971,34422,39596,40049,40919,37539,37539,51616,51616,45080,47997,46093,37630,47900,52656,30944,40833,38800,34706,40447,40098,48894,30336,44264,43930,40914,51367,53440,45724,33935,40908,40908,32714,50530,37661,38805,43472,39273,31559,35905,50369,50611,52516,34140,45451,41103,33651,43751,47202,35291,42123,38813,47508,42626,50718,50158,36702,45830,51189,46389,37690,38822,48119,46798,30511,30111,48930,38824,49784,45722,49893,38828,48929,48704,49792,47390,50276,45336,35509,32626,51061,51803,34068,52043,43753,47168,47168,49113,30448,48982,38838,50532,48492,42940,48207,53268,45470,50318,32458,48992,53124,38848,37272,46146,50427,40402,33619,53637,36195,38853,38780,49975,50390,45566,45741,39890,35769,49734,48945,47856,35320,45646,44418,41862,52243,39840,53664,45469,52060,49167,37664,48071,48071,50260,36203,43608,40065,37327,47215,32359,41168,42815,43238,51045,39969,38262,49234,38153,49951,33368,45710,30684,36267,45582,34339,31474,34452,48436,38888,45468,40603,41263,31228,33929,46412,44396,53315,50948,32246,52838,52674,42935,48652,37515,42135,38894,39365,46166,49225,39666,41738,47871,38905,38904,33792,49000,38487,45784,38906,47177,52084,30932,32775,32775,35802,31333,37047,44673,50353,35181,35181,47012,34766,38913,32954,32680,46096,49413,52935,38926,47199,32263,34029,43742,29764,38930,43515,35427,38931,31289,50939,48983,50685,43859,51550,44344,51999,51732,41803,53333,46388,51185,30424,39551,43277,44716,44716,38942,51486,44878,45854,34640,46830,40206,33158,33160,47403,47908,53018,39311,38585,38947,37332,53720,32574,39694,41428,39987,47695,41423,44066,50534,31920,36029,44717,39427,38958,31162,43700,34941,53545,31326,52634,39144,41543,41543,52371,35534,47856,43312,44072,44170,49709,50447,42651,31967,40053,49605,43167,51821,50242,34154,30008,46234,38729,48963,50843,38977,34478,46844,32929,48646,39125,38985,49168,32407,37579,51339,51339,38989,52783,47557,44773,49099,43802,49822,31400,42357,42357,47032,44036,41468,30575,53625,29822,47106,45992,46211,51444,50208,49652,43660,31157,45478,52707,31629,45173,40517,51660,36672,50983,43962,51449,40327,36812,43733,33524,42320,41765,51728,34771,53644,32195,33865,35856,33950,41696,34485,37093,48578,40980,39008,36016,49943,34498,40629,34498,33643,36937,50065,47685,34869,41871,49582,49480,38627,34730,42134,43053,39018,36850,37635,46732,45628,50296,45614,36443,30356,52272,47768,39698,50942,38161,40687,44451,52533,40983,40304,51960,38194,35038,53603,44415,45201,40898,30665,31493,35172,37366,31919,36629,33473,33836,37325,53593,51661,30533,36863,33230,48714,47786,50001,30762,44319,53324,37158,52845,34138,43096,52549,52549,43467,35916,40717,42209,42209,51717,41227,52952,52164,34530,50777,53634,41941,51068,52760,41102,36368,43950,38091,42440,35644,31077,44483,39803,50954,42866,46484,43671,48128,48043,43201,41158,50962,52127,40536,31033,41398,46864,45379,36789,50167,37545,39861,46702,50161,50077,30483,48999,42600,45939,35974,31492,47610,38698,53240,36743,46528,46075,47899,53086,40187,53461,53461,35125,53101,44498,46343,31192,39080,39081,46956,45917,34969,52039,31246,39409,51163,36368,45899,44002,42932,44052,36460,37356,32613,31374,39094,43750,39857,51139,35282,47646,35767,37147,39099,52742,51438,37115,51458,48513,40523,32957,34533,53694,41233,47940,44225,34048,50564,32778,31766,46512,44223,52947,52947,39941,53266,32629,32629,42491,52063,45550,51083,33898,36993,34470,32879,32129,31541,34268,51347,47570,52510,39123,53216,49509,41812,41812,44994,39125,30658,39662,38285,39129,42699,34359,37482,38425,32432,33322,39134,37547,40576,39782,40171,41352,45680,32360,32758,31150,42091,30616,44348,30421,41327,52435,45235,38547,43068,50396,31889,31808,31808,45108,48072,39076,43000,40519,37090,50766,48260,32379,41718,46568,39159,45376,30196,53200,38704,32880,39503,47348,47762,42416,39164,34556,31411,51821,51821,48361,39831,34754,32361,34303,52605,44927,53292,47148,47148,37908,50879,46828,39174,41063,39179,52900,49074,32915,49029,50650,44964,31567,38023,45076,39007,38057,44336,31210,49349,40668,39510,29752,53863,46204,29957,49206,43450,39201,49490,44323,33650,37906,37457,39862,34581,51322,39791,32242,52130,50356,37728,38580,35717,39213,39214,51429,32733,42607,36289,46019,36532,41757,45382,30819,50479,39217,51284,33423,43669,43243,39004,47077,39221,39221,52984,40200,45030,47528,30616,50327,48744,52362,44999,34944,37881,53177,34471,44023,30307,35789,29818,48124,49462,30963,38215,42876,33699,44987,32641,48261,29991,51388,36927,36827,44578,32943,51930,52284,37857,51482,52566,32237,51578,45742,49597,47434,40071,39244,42674,39765,33205,41151,39651,31557,31784,35886,35886,30391,47362,50241,39257,41574,33174,44381,38103,35174,35561,35386,34988,36879,33497,40296,53328,49016,47946,49335,40747,51822,32052,43595,39273,34398,44967,40485,42050,42117,43803,40990,51157,39254,37077,45519,47727,31801,39280,40138,30153,53115,50334,39874,47147,48394,48830,44405,36597,41449,49976,47857,36771,40717,53670,51574,50518,32429,35770,30217,44954,48036,48404,37022,39287,48546,43276,33691,44120,30041,41240,48987,45442,31358,33804,42877,33551,46216,44452,39295,31483,48280,51535,51535,39084,36144,51633,39299,41977,30221,30620,44808,52914,37595,35172,36881,33962,33488,45106,42599,53300,53300,44449,46897,40299,50718,52131,35189,45859,41386,42837,39317,32090,35974,39319,48773,49124,53430,31761,47846,47846,48301,41316,52522,48363,46450,49514,43671,35052,37805,41291,46344,30590,43255,42189,39365,41886,39332,34860,32702,44682,42153,44699,51824,49959,32809,31224,37142,53933,34572,31001,39340,30178,46849,40428,43997,48877,33850,47998,52692,50800,51938,43346,37201,30279,33421,36037,41565,33522,43254,47532,36310,29779,38516,46391,33213,34622,53490,50738,32258,46683,30135,45217,38688,42531,46304,33011,47569,51733,47576,52984,32172,48120,35382,40704,52877,30655,39988,50182,36193,30288,52954,42342,32263,34154,30549,45122,45122,42952,49061,47840,36346,40665,32395,53576,40420,44862,43943,43150,44925,52829,35552,48340,44633,31201,37743,41553,48750,49460,37588,46893,31036,47550,40956,40956,36376,29959,47389,48936,45853,42367,33349,33349,42230,49583,44209,45281,35122,40972,50050,30739,40985,34949,39698,41075,36474,50108,43264,31251,38821,34254,46616,50724,47216,42246,45518,32648,43236,51362,46739,34592,50441,45616,41275,42849,48803,49146,42490,38202,39420,32205,39493,36672,43205,35944,42019,41325,47749,34066,50073,44094,44094,30417,29990,29990,31175,44560,31904,51433,39437,41174,45117,44954,48901,41564,49508,51887,51308,46329,34731,39447,40176,32306,39450,41976,36059,49749,40726,42112,49618,35174,45352,41132,33639,47545,30829,49510,43196,30740,47001,50471,38286,50428,37806,32208,47734,40525,33122,37324,41134,44417,41461,46129,37620,51547,32671,32461,34907,48601,34831,44076,46552,33121,51476,51779,31061,37981,33803,53214,53214,39052,49696,41208,39201,42691,37801,44218,46084,53117,39476,53600,31961,29803,50205,40564,43638,52758,46441,36697,35436,35935,52327,43285,40677,43020,30226,47927,40064,31031,51060,43513,33956,43598,33956,49792,43993,52785,39500,38961,38864,35651,46162,45173,50402,30526,32686,41129,40993,43718,39508,34003,49805,42326,32329,37485,37641,48566,52068,40304,45195,42207,44121,33047,48386,44355,51077,42402,40904,30793,34481,45405,36033,36208,31124,34774,44349,48236,36858,44411,32299,44683,45899,45316,50485,45316,34700,43368,44841,47287,41708,46516,50404,48561,39534,45633,30726,43296,50696,32025,31786,37192,52876,52876,33214,49583,51877,46681,48743,50481,39545,33617,32198,46677,37025,37025,46972,44432,39549,48843,47632,53701,38520,43253,49986,36903,30514,39555,43795,37804,34163,41862,47399,45105,40588,31446,51683,34494,39562,33208,50992,39564,44127,40943,50509,45723,43095,47395,33499,34325,34325,51311,51295,44194,44452,46004,39416,32088,51706,50667,30564,40773,36082,35878,41715,37841,51336,39485,47856,45433,38682,46845,40822,36161,36161,50201,47831,33384,53705,29865,44539,44540,41842,39124,48217,44829,36254,40866,47771,34575,50187,53406,31247,33576,45248,37273,35807,37969,36967,43518,39594,33878,46565,51217,52926,45952,35215,50282,47125,51927,33930,30990,49760,45167,36007,52681,36434,34667,47669,46947,39606,53162,48393,48062,37013,39209,37672,37305,32059,37059,43146,44270,46644,33109,50842,31949,42637,43632,40280,33912,35842,41733,46342,33277,47932,48114,43027,40254,39413,39016,43626,42622,41610,47791,52494,46520,34682,44166,40884,40597,39629,49789,35097,51329,51329,48800,43969,40013,46917,45579,32141,39563,36805,36085,48734,41066,53179,50937,46220,53118,40497,43539,45620,37674,50634,29955,52840,43015,50937,46220,47988,47116,51762,50891,39214,39536,46988,41740,30155,41576,32771,53493,50251,52653,39284,45335,32167,32167,47486,35993,50271,39651,49515,46398,37217,37530,37702,35065,44747,44747,39345,39478,34586,30025,29785,53507,39718,42650,45463,30838,42352,51341,43774,34393,39669,40361,30436,30901,33741,42831,39294,47647,33445,49498,52778,36685,29965,34894,53007,34164,39865,32804,39678,39679,31802,48324,41952,48198,52982,39681,47289,33395,36362,30432,37378,53897,38761,41091,45100,45714,45753,44899,45552,39665,35974,40604,50179,31721,46694,39693,40722,47363,45180,44918,37395,44763,48456,52336,52336,34186,50480,50480,41271,42671,38514,40991,40215,39704,30560,30560,45350,30570,32731,38260,38752,44325,42895,51274,37214,31081,33217,52673,53009,50583,53009,32660,43305,45687,40981,48363,48035,48012,35734,31190,44101,41665,41489,47440,41895,31884,46058,30431,48719,38384,43886,48422,53073,49596,39734,50543,37364,45679,47673,38679,47943,47968,34574,36802,31102,38722,35481,48138,36627,34255,41437,39481,45995,34525,45995,39781,39781,37703,49499,49499,46011,49441,40792,40792,44154,38811,50284,44048,36898,36967,33770,30301,34760,44844,33954,33665,43982,51656,31994,37566,35176,39355,39355,50172,42717,48728,48728,50419,44339,39758,39829,34314,49281,50784,44306,41844,34252,42899,51739,43619,44059,32089,50193,53079,35660,35660,33909,30866,34486,46698,50654,39653,42530,40052,39774,49832,40971,31312,46735,48216,31752,48933,34204,53422,40251,49327,51108,35550,29976,34784,38993,43205,33424,45656,52803,39063,33435,32369,47683,45150,35603,53229,46129,45639,45639,50070,45832,41264,30742,39274,38267,47311,32192,52840,50696,49730,51923,36604,43225,30161,37098,33226,39812,31217,36617,41133,51028,49080,39818,44502,31538,40868,35248,32774,34805,47648,35056,46878,30140,45721,37062,45441,47285,41800,52897,43690,39822,42628,46375,47761,39823,43117,38709,40018,52856,44215,30112,41020,51795,40295,43272,52893,51948,41855,40096,49403,36363,39836,49426,34718,39067,41622,49027,46773,48940,35794,30449,32266,41721,33252,42613,53396,30373,29750,30696,36661,31004,46902,29765,39855,30383,40761,44369,36191,31681,50579,45445,37806,53378,42617,40503,33660,38143,33064,41275,43835,48459,46685,46685,29846,52831,46840,42665,33636,31313,31151,52689,51235,51918,44276,41508,34829,45059,41406,40978,39176,44001,34351,42938,42911,35728,32824,41369,39874,51120,44064,46970,38078,53241,43335,33486,50488,47997,46697,33365,29807,30365,46280,46774,33541,31361,37145,37070,53954,33282,35409,49387,34510,37501,35489,43584,39885,51721,39887,52954,52061,32542,50828,32110,34993,35562,32162,32162,39896,39895,39897,31840,34770,39567,39628,30988,53293,38556,49814,43323,41706,43088,39909,42087,42697,42697,44419,38214,41557,46748,36925,52384,49776,38878,39918,39362,31102,53624,38747,35305,48968,52235,33401,47273,45790,48985,39927,32819,30219,39933,38895,39236,40012,39881,49283,51214,31828,30768,46641,32412,51892,45428,39940,35025,34154,49723,48153,37765,44343,53041,44517,50005,32954,52175,41031,48495,30071,50611,34250,52369,31932,35393,34893,47948,52032,45742,41809,48723,36810,38559,38892,35448,50806,39500,52436,53129,50195,36613,44982,37252,43662,39977,37627,32481,41057,41165,40654,51879,53383,47106,33128,50368,47474,43836,47176,47176,31415,46447,31415,52279,43195,51549,40716,42230,43256,32507,46576,36468,36871,40324,41356,42407,40355,42111,42441,48698,43729,46176,45778,52653,34777,42667,41836,42558,52992,32511,40012,51094,39029,49356,35195,40018,51261,40020,48558,48177,34755,52857,53132,34037,44549,39736,43893,34515,44773,44405,29769,41353,32630,30796,30146,48391,35018,45179,50850,50850,47403,47403,48783,53254,44267,52610,47847,32621,41354,48343,45467,51121,37497,38234,33406,50704,45959,37394,29929,37436,51586,30257,49231,36131,36131,43363,44321,47773,46315,52593,33353,45404,33773,34462,33523,48745,29792,40052,53652,33389,33263,36441,32597,35961,37708,38357,40057,51218,45007,40060,47110,52478,38593,48143,31937,44247,35049,40064,30737,31446,31584,44558,40069,40068,30250,35661,38579,41162,32000,44863,40074,40075,38768,45268,35050,43496,42297,44264,32602,48307,42012,43795,43795,49745,48377,44891,38681,38681,30185,52026,29927,35092,35092,41407,51078,34544,50068,53704,43596,32789,47235,41681,40091,51636,52173,30284,51392,49806,48538,52851,53475,41057,47075,49985,34195,33852,29864,46435,46829,49787,47071,33391,51397,32785,51121,44538,44980,51615,31749,30058,42825,35683,50402,31205,52320,49014,52658,40119,36475,45622,31889,36788,48544,34454,33682,36411,39781,46820,32694,36393,41424,52532,39128,51637,35428,32200,30107,49858,38190,32689,37185,49503,49503,48762,34326,33750,45485,38747,49036,32131,52144,29792,42195,46264,37900,40154,40154,33465,33465,43269,47539,35304,51106,39405,39405,37619,40840,46949,38897,34199,44300,37357,49148,32594,50134,30530,49072,46032,38598,43436,30545,52543,32882,38723,46267,40170,41638,41638,44955,47919,48739,41507,48637,47923,44201,40173,45203,49219,46797,44528,38004,43062,47467,49998,33978,47204,33347,39147,34059,40450,53623,36536,48550,37483,39756,50621,29774,43021,40560,40560,47061,37905,50425,43990,52275,41625,43150,40558,39574,31114,35976,52239,34277,40049,39410,38918,50455,34585,49197,49023,52920,39559,33654,52570,29854,40210,49785,42408,34746,46893,33102,30079,51306,52669,34873,37360,47179,31738,52873,34281,51610,38664,49004,53299,33956,47473,36124,50336,36323,44350,45895,50729,41162,31282,52827,49601,33471,35822,49851,42944,35234,45988,35255,51362,42301,34709,35573,32339,37385,49677,46100,47437,31997,43486,43202,40244,46885,36478,49741,45513,45680,33950,36165,30663,52177,36857,48711,34419,41913,30535,29989,40254,40315,43144,38291,50565,51816,40257,48956,50304,47123,46312,46313,47123,52101,40260,31919,30977,34632,52947,37953,52947,42492,40886,30510,30510,35022,41673,45443,30016,47587,44305,40272,45276,47402,40275,40275,43994,43994,47950,52039,38695,48103,34112,32667,46389,35246,49746,40279,41632,47672,44235,44699,47314,37604,49161,32116,42910,44236,47695,50391,33221,34795,45803,44667,30103,40291,52233,50601,39784,51704,37840,33903,46117,45226,34126,37449,40297,47945,30178,51590,50707,35505,31510,30631,53594,52101,44679,32663,39353,38955,47463,34250,53586,53586,41960,30487,40308,34340,47801,47801,30196,52510,35120,46659,42138,40317,31943,41544,29876,41895,38606,47152,40631,36055,46696,32128,51723,34650,42523,52102,35269,34153,39328,47346,52156,48805,40333,50313,45254,52744,39047,41379,34783,51445,43068,40041,38360,51839,49022,33850,39836,34644,40247,48585,48585,44252,49186,53386,32121,50202,50902,35161,39081,46204,50680,42518,34627,34180,48307,35177,36508,39689,42542,30132,46136,50494,50494,39205,40354,47667,50094,37395,45753,49367,49367,42316,51451,45291,44890,40357,31464,53550,49439,35071,30677,41092,38752,52884,30690,31125,30868,30868,49346,40364,51294,40060,45659,50631,31074,47329,52755,42384,37159,32148,35662,46426,47624,52083,52727,33684,45617,44233,35665,34750,30367,41939,35221,49802,45425,40583,38657,44229,45476,51167,31895,44928,49566,44263,32484,48822,33923,52774,38070,39745,50123,41274,53405,40168,32147,43854,32032,46845,52368,30731,35815,49499,49599,51301,38224,32761,51027,34012,34328,40709,29950,43061,30340,52772,36006,30632,37212,43826,43826,48870,34167,51822,48543,44264,35770,35195,41536,31258,43788,48423,43834,32171,41137,40421,40423,36181,40429,39314,50688,50688,48384,35091,46514,53492,35242,34188,46794,40450,41072,44377,40660,30062,35162,42703,30141,36401,52891,43588,41333,41333,43374,35137,40443,46285,50164,38339,49934,38690,45459,38165,44165,41202,30453,50521,44188,53379,38909,48223,40448,47258,35924,33261,51619,40449,53454,42269,47006,45750,33701,40267,40602,33848,38892,36222,33096,37866,48855,32161,45053,37491,53376,31392,53638,46862,36435,35123,43220,53668,32151,40465,44137,38974,42177,32290,48800,45001,30099,47753,42073,50821,46159,40470,34761,47922,35977,44585,32208,31334,35363,36858,52484,34438,35053,43942,38090,51211,48734,49789,31666,37766,42013,47204,31071,38084,40481,38293,35215,46604,48993,43591,42874,34041,50342,33858,45145,38308,38308,39663,47979,50283,32640,48804,46894,51266,36830,39598,44781,32973,38662,42369,42320,30393,33302,30289,48277,30553,46839,34320,47659,36105,48311,48584,53378,49205,43367,36852,44587,38642,39146,36275,34139,41191,33730,44778,32920,51170,51170,39545,40518,40520,39545,31300,49023,45768,50295,40325,49983,43930,32389,51522,42193,29947,39488,43578,47577,45979,38773,31657,45296,40533,41252,49069,46582,52173,37620,47509,31541,38340,49577,49577,40538,42907,37932,50941,48973,51093,33366,46058,40522,36554,31746,53090,48927,39266,36317,52006,35628,33887,50152,35027,36476,50574,33532,40556,38826,32098,53606,51739,51293,51244,45315,31435,40731,34935,46601,36157,40885,33123,35812,49455,50413,43942,50762,50762,32065,50997,40568,37473,42330,51009,34721,40637,50355,53629,38840,46691,46689,43897,48414,38550,44435,31999,39063,48865,34368,32309,39279,53620,40584,40586,40587,32937,45754,40589,40589,39678,34674,34863,34076,53455,46355,32796,40595,43793,42683,48413,48443,49765,29805,52856,46658,51505,42658,40952,38468,41486,52128,37164,34088,47627,45597,30671,36965,32855,36014,52071,53694,30264,42677,43430,46978,33403,47311,33403,33601,30551,53160,45728,53395,36167,42364,47228,47606,32258,53273,42371,45925,38282,32976,36646,52376,49754,37044,30986,34895,33076,36731,46534,35817,37607,45929,30286,43543,51643,53515,34989,50699,50699,40415,47199,52086,43098,38851,48419,53737,53748,47086,51854,42475,45860,32362,32362,42180,51285,34010,37033,51575,40017,32514,30697,53758,32573,36291,44023,51526,44379,46743,45047,45637,46442,46442,46417,42551,32713,40649,49458,45578,51264,47894,43216,44860,33357,50322,36398,32321,49076,50872,44617,52068,37971,47366,46694,36751,47305,36364,36578,42441,43478,43385,42153,42560,36817,46831,51947,30546,52453,46164,31258,38446,42264,40671,40671,30760,50248,50248,43063,30846,46604,52714,31623,33951,33951,32996,40676,49038,34795,39961,50407,44181,46972,40683,40685,40686,53575,33335,44169,40896,44061,36369,38552,30835,31895,51243,49091,31299,51044,45543,40700,42399,42005,36809,41328,41588,33611,45050,46636,53154,52869,50244,36382,39081,37363,43286,47789,44692,34698,46907,40870,39967,47759,40342,47564,42502,34955,47974,40430,38244,38920,42032,32904,32432,46050,36034,47218,53057,33633,40728,39005,47642,47642,50429,37656,47179,45014,49331,46400,47931,51332,39156,29981,43851,39007,43328,40744,46629,49859,45897,34118,48380,48248,49938,37326,40694,41850,47985,49609,33515,35390,35966,40723,45385,52631,37800,37558,44186,32814,32770,41269,31562,40526,36940,43068,38177,52951,42913,37303,33477,49225,52365,32059,40766,39558,51649,49217,37487,36396,48646,52072,33163,38942,42003,50672,32568,45023,45023,44481,36967,37881,38187,44430,33687,31237,31482,35204,35839,40790,52549,46783,43508,36453,29810,42254,35526,43037,30206,34166,36679,38332,31514,31514,45812,29821,36476,49563,40434,32907,47160,41267,49817,50560,30533,49042,46111,35996,52328,34527,39382,40811,46248,52138,35008,31684,48696,37983,47004,42344,38189,36667,37370,45409,34668,42271,51025,36345,32433,46170,45600,39059,49083,33957,31084,52389,38183,37675,48990,51800,48403,33579,41218,33431,41966,47722,53513,35313,40679,35363,40127,44655,33093,48718,43086,52769,40269,40844,36562,45293,36332,41627,48428,48852,32064,31793,40219,39465,45193,30879,40851,36591,34524,37195,49988,34767,43527,44158,35988,40199,39862,48030,50307,48380,51124,52883,38471,35811,36914,53434,41257,51947,48846,45333,48494,43618,43261,42925,51916,31621,40778,44722,48596,47874,49743,34700,40871,52560,47745,32246,46606,31622,46059,31721,32011,53573,53573,39740,32686,34635,50819,49467,40883,52647,30353,37650,30353,44052,47160,46536,44647,40887,38407,50261,33573,36674,43373,40373,45447,37621,37717,53695,52754,50734,31951,30837,48549,34789,41698,40458,53235,33749,29805,53268,40898,39301,40689,31528,49135,33189,33364,41600,40903,47322,47322,45487,32946,34679,36881,53658,53658,35983,46682,46636,52612,48886,40909,41923,44115,53396,45887,31426,32886,46289,51072,45627,40082,44519,44519,41904,34315,42506,31586,44175,40924,48173,44075,40926,32160,30345,45136,35941,47159,53785,42791,38230,51607,53565,35237,47971,44217,50466,34920,40948,34701,44951,40950,40950,35030,34942,42902,49824,51047,51976,38961,40955,31031,30370,31753,36336,45427,51337,35753,43817,40965,49177,40966,38259,36307,32654,39417,52299,34941,37490,30759,45092,41859,38153,38153,48686,43467,31071,43755,35600,49693,48188,46142,40291,43207,52800,44385,39110,49568,43864,31985,50821,43159,40988,31934,43018,49186,52405,53417,50243,36751,48201,29802,42302,53296,42536,44660,45781,34642,39596,42142,48594,36333,41005,46899,32072,31186,51073,41334,53311,52069,37351,42363,41013,31404,51726,29768,47895,51386,35527,53879,41981,49826,30579,49997,51996,37075,32292,37265,46928,31251,36358,46339,33919,36039,52143,43182,34974,37852,52999,50995,44511,42029,44281,44366,29859,38295,37320,50347,53359,37879,38838,43600,44232,34358,43125,39809,46709,40628,30251,40197,41900,51239,31071,31924,31177,37519,30017,44724,35624,53691,30450,30450,36033,48583,31455,34768,35622,32352,30794,49437,30924,39077,50362,37288,39700,33358,37693,37693,52319,46109,32703,41055,30241,41500,50149,30850,53757,39499,46461,44269,48045,45826,53431,39540,41067,34879,52306,41770,46412,37612,52029,44757,30433,35876,34736,29819,30295,53692,51370,47783,34615,35159,43287,47830,45679,48517,45774,30350,41092,51400,46786,33716,49161,31550,52635,33089,44985,41666,48423,37843,52074,30277,51303,42193,41105,41104,52699,46157,44629,52787,52184,50925,53555,33025,41111,41115,40439,36343,41892,37047,43126,41118,52195,51414,45295,37744,31219,42162,48300,52740,43693,36956,51019,52032,44538,32871,35139,31184,43718,31248,32418,47384,35501,36342,31683,41131,35081,48525,36989,31073,38327,32137,34903,46283,37869,41935,48821,33495,49809,36449,39178,51841,50271,35419,43365,51714,33355,47146,49757,32264,33333,44104,40522,38214,42068,48055,44868,32826,43622,53684,33599,52919,33481,53031,40205,38233,45173,38176,34030,39507,44805,34170,32149,32300,40890,41520,36556,45299,52493,47538,51295,42561,31919,50044,45601,37556,46309,45708,36861,30912,29809,48901,37133,30062,41183,34777,45621,35720,40364,44830,35874,47761,42716,35727,32424,29948,32204,39287,45267,38155,41188,33505,39735,44150,46019,51101,46255,45669,53497,32938,41200,53725,44963,49783,44060,43392,49888,44758,31008,41585,31285,49125,42489,37711,35170,37681,46586,52858,45654,32732,32087,33883,45925,43613,45095,42710,49908,33910,53355,42386,41177,42295,40527,41217,47313,43888,36551,32347,38404,31437,42491,44660,40118,47796,39411,41719,46624,34346,37550,49811,33593,44738,32825,37112,47853,36117,45500,39025,41237,35002,34291,49464,50518,50394,44185,47062,37629,46637,36459,36271,48899,48717,35656,49299,49299,46057,43332,30007,45706,33501,34599,43982,50586,46609,34733,49523,36775,31367,33313,47657,50529,37880,37029,51268,36612,49155,45896,36512,32370,53141,46794,43965,49802,42014,41269,49008,53830,53830,51748,39486,36705,41671,47780,36958,37336,45479,41273,30413,33026,35222,36989,41227,42602,38709,39769,52832,40715,45084,39301,50731,34942,52141,50731,41284,38610,35974,46366,34554,33855,38504,52800,41938,30397,53494,33655,32530,43543,39419,48798,49003,47483,38008,35371,38261,50787,36015,46516,30510,49363,34850,30687,48685,37913,47774,49915,38866,32924,47164,44282,46964,42620,42008,29970,52914,53420,43295,53386,48888,48017,41774,42402,37271,39310,39913,31761,44296,41331,42493,50260,31612,39168,44049,46543,52382,34209,41338,43576,51890,46013,40547,38795,36327,35674,50709,44852,36281,36281,48003,29776,35078,34634,34433,53015,50795,42891,30106,33042,36486,38196,33702,49666,49879,47036,44318,44901,43119,44922,31232,38792,38792,47221,41369,43740,39051,45334,50597,48884,30008,32859,39019,36801,44043,47068,40114,30457,37467,43513,50959,41376,41377,43743,37282,34366,32177,39041,34800,44961,35103,45326,51701,31643,44788,39992,34973,31582,50494,39918,39493,34080,41395,34418,50031,32944,35661,47050,49071,37786,33625,35385,44021,32273,31669,52712,42444,44062,44424,35688,37605,48306,47703,42105,43695,46556,36585,47272,41103,41408,49799,43932,41098,52064,41412,30601,36026,51142,43037,30500,44251,45676,47438,41415,45417,44529,38263,32063,33253,51264,50041,40450,36141,34614,41186,41508,49313,31511,36332,44770,49564,49025,34715,33123,32585,37491,33222,32522,52396,51882,53842,52836,50761,33200,35760,43596,43283,50908,41655,38801,37414,41184,47001,46548,40004,31804,38414,41444,42787,48041,46877,41451,38045,33360,39884,42851,48759,30062,39539,47001,30659,40998,38724,32908,35696,32969,46600,41468,30553,41472,38051,47511,53628,43931,38763,31836,53503,53503,48318,52312,34610,36734,52114,41319,43502,51979,43009,30147,49093,42933,45625,52673,45383,32693,41485,51153,36692,36157,44100,30686,34617,49507,33996,48799,41498,45832,38376,37555,46960,46233,34137,30167,29779,50868,41507,46035,34875,41767,46420,31197,31473,31599,44297,53615,53272,37253,41389,52204,37811,38302,44604,42179,43120,35325,39895,44439,30810,53596,49648,51918,48367,53462,43840,42535,35050,38121,43840,49812,48346,48625,53687,42390,42390,48500,44720,47729,44824,41531,36993,45377,49890,38841,31734,43804,48957,32190,37641,41792,30891,47359,33927,44487,46376,49816,53603,41087,37871,50068,36833,41543,39108,49367,33279,35342,36009,45074,48736,46081,53631,43548,30101,34528,43138,33141,30592,48134,45394,29864,46057,30928,41554,32954,47286,38365,30627,52881,36027,39353,40596,41105,43218,41556,52637,33388,37948,43470,38710,46488,46488,48554,29844,34909,45710,34561,31605,41416,40803,33495,34284,49210,48074,32507,51700,49658,45253,41582,33617,49871,52212,42258,37099,36901,46178,31861,34505,33137,41865,36930,34892,35821,31950,39928,44512,41595,48218,51377,45373,39090,35684,34518,33039,52037,32367,35822,43816,39182,33062,32472,32978,39511,32886,40328,39110,51847,38831,38711,52587,32310,39875,31213,37780,48961,41618,37584,48359,52537,31034,39906,53225,34888,43751,47910,37312,32539,44347,32142,47905,35420,38248,37220,52575,41809,44503,44163,34393,46401,44103,41488,41635,47185,34606,34606,41636,50534,38974,35631,46004,31929,45856,52368,52933,45139,41652,30605,45933,31080,41654,46966,32397,48034,48034,49132,50840,51801,46996,36802,50087,37334,39606,46537,49869,41888,36139,34842,50144,37949,37949,43487,39082,52148,41673,35948,41902,47118,49368,37521,37521,41677,42026,45531,43759,48025,30072,36553,37698,31760,50046,49594,49280,50284,35083,40568,45015,50284,33971,41695,38727,48684,37338,46977,52188,47803,41932,30960,31129,50317,49858,50842,41702,33006,31290,40964,48817,32504,30670,47381,41711,32333,33019,37190,43252,50655,47420,38514,53322,31420,46487,44055,38193,49876,53596,52024,41907,51447,37284,52777,41726,53976,43323,47952,42838,52372,50595,45980,48461,51873,41096,32687,47290,35728,41581,44501,33010,31396,41743,36060,41237,39350,51307,43690,36417,41278,44317,46381,40000,53051,30738,36723,39339,32636,38677,35814,39423,53557,38076,32037,40322,50907,32330,50169,52215,30051,45436,41752,37021,52661,32537,50512,52976,35192,34205,41758,39092,37595,36738,45082,53016,31274,40012,37070,36841,41764,33177,51633,41766,37797,47374,49578,30263,36117,36117,44919,41777,32545,51245,30123,41381,53302,47200,42361,41781,33549,45228,37329,39331,44081,50786,52748,45311,50150,46869,53189,43405,53399,37810,36241,31846,37488,46840,51243,49376,35587,49159,32520,50108,45676,34496,31197,42018,35994,43805,43292,37180,48696,44561,49220,41801,31116,32255,35565,41936,41315,41315,47009,35576,52154,51790,41804,51941,41179,49608,44333,37849,34817,31871,39358,33058,44147,43793,33655,35777,43089,31396,39527,42485,49885,37940,36958,50995,35069,50055,35276,42423,45972,34713,44912,36873,46059,48182,40612,35470,40561,32405,41828,39071,30806,48461,31708,30433,29900,46092,32879,47676,37688,40249,34692,49309,44504,51691,51691,45869,34692,50725,31022,37073,33367,49649,41848,42196,42196,44004,52122,35384,52686,41857,46644,49888,48119,53070,53504,46930,51782,41861,52946,36554,48911,37183,44188,30383,44360,49707,33191,47780,52634,40476,48964,50717,34281,41868,36917,41867,51003,36426,31367,41869,34486,30679,30679,51073,31935,34130,38917,40713,53213,53213,41469,47375,53217,36248,34000,41603,41875,41877,52225,33627,40574,41078,32683,36739,52959,34806,46446,32033,31841,30460,42994,53290,49211,39441,31544,50859,35733,45179,45607,32026,35059,42499,50531,41902,34055,41905,41904,47522,31506,31225,41907,31075,44761,35391,40617,41756,53374,42007,33665,53084,37831,41457,40180,50658,30033,52698,48723,48539,49719,39313,34422,42794,43877,51319,33937,38369,32501,36644,48307,41437,42381,33491,30633,52511,43292,42218,44861,37381,44627,46141,42179,42179,32174,36599,52813,47344,45742,53443,39060,44956,41940,41534,41942,53380,34524,44657,31467,41371,53481,33066,44768,34295,37683,36632,31528,40780,38126,33381,51797,45218,53054,46829,41229,49227,49947,41960,44616,35893,42484,48228,41967,41967,31625,37754,42196,41972,44916,40772,40772,36673,36804,45521,33565,38803,52518,40533,32188,30653,30653,41975,40794,41978,29897,48681,34839,40890,38704,36197,48646,32130,41982,31011,37611,31461,44685,42859,41983,42419,32685,49908,45198,40921,52519,36046,46383,46735,52139,35711,38487,40174,34622,53422,49820,45440,42562,44450,35749,42961,37385,51499,33372,32020,43635,39023,38760,46889,42269,39744,36246,39225,49605,47168,32180,47104,41925,47452,32704,47230,31740,53190,33775,39770,48220,43462,33152,46648,34296,36173,30440,47922,44378,32828,52040,52179,47650,47650,40718,33987,52807,48835,36767,50928,43465,40143,33076,40933,50535,33870,38541,38290,50897,42852,47663,48077,33139,37383,53202,45470,43097,49466,32076,30266,40250,30053,38274,48146,51776,39951,31554,30325,45962,33295,34513,50260,30181,51394,39436,43833,42048,49863,46325,38604,33716,47790,34956,50758,30781,29926,31104,53516,50970,46253,47808,42057,47320,52331,42058,42059,31091,49987,36095,40677,48798,47608,48166,42062,30548,35930,42064,47737,53371,31566,42301,42301,46043,52427,42532,36946,45554,38694,50003,47394,52329,33723,36766,50148,31535,31535,51293,42457,33444,49268,51388,33560,38510,39753,49190,30249,34448,41549,46193,42078,39188,33530,35704,47605,37900,44505,41577,42763,43068,49162,53513,40472,42093,32426,46905,42477,33339,37644,38231,47267,42103,46210,40491,49194,48544,39187,47123,49573,35255,35696,37799,38319,47559,30162,32236,38241,42111,37898,33460,47278,51679,47671,51692,35190,45222,33001,35917,38927,35817,46284,53376,34008,53465,42117,51778,32963,47178,53410,37941,36843,30246,37106,39619,31184,42129,36302,51277,51018,51018,36933,34517,50424,35707,36570,35628,30641,46382,36118,36118,43058,43058,30306,31122,38267,38937,48035,51571,53299,35582,40086,47869,46689,30654,33805,45983,32496,49882,49301,34871,47209,53714,38681,32400,49175,31021,31912,49296,33808,34052,51103,43650,47993,30450,46155,35950,44629,41349,50030,33798,34271,33240,51139,43103,48025,51682,32234,43206,47921,42161,38371,40362,51565,31992,51252,42164,50660,44904,44904,48574,51184,34751,34072,49787,53660,33462,35359,51347,42822,33181,31028,31028,42172,34210,49530,49281,42175,39715,38626,40609,31160,49724,40549,47088,49021,46951,32216,30940,53671,30340,49144,30091,49144,53190,32622,46645,44533,35021,48502,36209,38642,42208,50098,53530,44933,48626,31763,30484,33005,42215,42216,52863,53434,52822,30946,46309,52285,44808,48358,37876,51406,42228,34977,38820,30558,41919,41157,39484,34931,34228,40175,38139,32244,36512,42241,36934,52365,43045,32001,38204,39384,40743,30238,51844,31798,42248,47627,49550,52039,31139,36434,46521,30395,38264,49336,34481,36183,30039,51335,30414,33353,30069,51493,45986,38726,42364,52627,35832,31895,49640,33713,40820,49844,41293,36746,48310,42011,44994,45532,45533,42266,42269,45133,48350,33065,32567,45562,30498,36132,50768,39230,46312,46312,49399,40802,52319,53307,42727,37287,31962,50364,53110,44280,41700,31213,49036,43986,34631,42291,43395,33583,33998,31222,42299,53447,38903,52569,47525,31379,31616,37679,41670,52634,41701,48377,53644,30269,51196,46542,51435,42202,49777,50605,41542,33489,49105,48987,47952,34118,33129,42326,49864,51035,37544,32699,46053,39050,42968,33637,42090,43590,43590,44953,43290,47842,46973,47642,48830,32758,40974,31363,33639,41171,35466,33876,36110,42952,33384,51073,37834,48562,42357,48501,35293,29977,42366,46776,43814,37581,30140,38507,36733,44937,45727,52318,51322,46012,43317,45367,41602,35031,42372,53148,32933,45298,38137,40570,36393,48907,52088,42652,52483,52435,39827,40887,45689,46631,43952,46270,45263,30395,33606,51088,39053,45012,42394,48542,47799,42672,50733,44665,42238,42462,39154,37272,47423,31262,42398,47214,35814,52123,53064,33527,38484,35485,48868,47559,35033,35171,33091,38917,38068,39638,35137,33009,47220,36500,41147,41325,39104,35760,44120,42423,36596,50851,45581,33269,38490,36352,41169,37632,31577,50279,36529,32740,40918,33653,42437,34672,40928,30142,49476,34610,42443,41184,51239,44268,31413,48928,35307,37905,35773,30736,36258,32293,32411,47526,43326,44240,34166,32857,38889,32174,32822,50414,52930,37989,51672,44177,50316,32803,51286,47203,42468,39199,41973,32005,49459,34844,31257,47863,41970,29791,32862,42384,34706,45735,41313,48334,38571,48272,45667,42514,45111,31436,34329,32445,34247,46582,35289,51950,50833,53749,42051,39276,39616,44640,49042,36673,45380,36557,53369,47739,32077,34543,30520,30520,45792,50921,39827,42501,49458,35358,53201,53537,46839,33419,47150,43750,49784,30142,42507,34110,45108,46035,35168,38524,31838,33016,33062,42515,42517,52163,42523,38528,41176,37991,37113,42213,52241,29809,33982,44238,30896,35875,38992,42733,44510,42533,34152,48887,48089,36604,44287,44268,45258,47472,30024,33646,53318,52379,49918,32586,32822,44825,44036,48581,52871,50158,42546,44084,32093,39730,51158,33178,38261,45789,31831,41130,33495,37360,42556,42556,46344,36991,30585,46705,33092,36597,36597,33422,53590,40875,40000,37933,40116,42096,47119,37016,49278,48515,37928,39709,31787,31787,31787,52529,51469,53231,34087,43289,32831,33887,40115,35417,35608,35608,35921,31722,33294,39603,36466,41141,33902,43390,41082,45277,36395,41245,50546,42592,30899,31691,30074,39657,49290,29912,42597,39856,42599,48276,35647,38772,32854,51302,31729,40626,32484,48616,33361,45306,31178,52756,35525,33177,34342,31172,42326,51063,47464,49322,47464,37683,48196,37715,52508,38226,45829,52433,45829,40792,31531,39265,52307,47499,51879,51879,50447,42921,42637,34035,50308,37917,37981,47937,53512,33767,41144,46869,42026,42649,47541,33705,33622,39711,41559,48545,44874,32690,52152,44661,43209,53194,53661,47339,53041,53544,31664,48878,47401,43803,52823,46957,45518,35096,44551,35085,50202,46669,50490,52725,44745,29980,50290,34584,41059,45186,40019,45334,42678,46758,44575,48160,42837,38752,30298,39218,39855,49537,41996,32028,32047,46354,48888,40516,47302,52091,30152,34919,50099,50001,32197,41647,44252,32425,34291,51774,36790,31464,39616,38668,49127,33800,51116,30995,30124,42697,46060,36996,37143,41918,51721,40203,43711,30998,53436,39099,34915,48008,47447,47447,52452,47883,33728,40445,52613,52258,46565,51186,34913,39818,32148,33761,38400,32692,32724,41240,49538,45906,43165,45645,45975,46452,39679,33225,49810,34554,43833,53412,39199,36043,48028,42730,49022,45727,41500,39204,42735,49326,51378,43378,47982,36679,39278,37139,34263,52909,49805,42743,47506,49280,49607,52315,41806,35408,52316,32029,42751,32011,53884,37348,42527,39636,32990,34619,42106,34788,44724,44729,42318,44470,49095,49095,42762,40777,30592,50938,34441,41896,42765,50217,53025,42766,33081,48756,29983,40460,45039,49287,52164,32789,32887,49057,35362,47217,40947,29975,42642,52424,43087,48193,46722,30099,45140,45140,32406,51528,45608,35953,44156,37366,44902,42777,53761,41568,41568,49209,38855,50843,41985,43621,51055,46487,39327,41491,46665,31274,52352,32655,42791,51961,50241,41768,39823,43079,33789,49714,46827,36755,34799,53564,30531,29798,45178,45175,46349,38250,44670,51499,51320,30735,37591,53238,45778,50572,34356,32361,37376,36621,46131,52634,43830,53236,36358,44443,33310,42820,41214,48287,37506,37251,48655,48655,46808,49619,39087,48129,32276,53087,30914,46138,32594,45799,51461,44502,30310,53930,40136,52622,29956,52036,37129,42889,53346,39770,38450,47610,40418,48196,44692,31278,30756,53624,50174,48991,42838,34152,42840,45523,36197,52601,38755,47894,45233,38551,47813,34269,33284,39916,52606,51123,42851,32417,43998,43998,39417,52962,42861,41500,52944,35842,52791,34571,48814,30658,33545,33341,42215,45508,30123,51124,53137,40679,47560,38780,48203,42878,45578,30249,46485,39670,50630,38763,50217,31733,47898,32599,42887,48488,37920,29973,43894,48316,41576,43701,35855,50634,34595,41955,40588,35128,49795,39415,39255,37239,33474,32792,37770,42672,49971,47960,45955,34497,39872,50853,35569,30644,46105,51421,40302,39000,38502,40857,53478,50768,39877,36081,34179,36799,40935,49951,39120,33831,33813,42922,32490,36286,38465,41752,40958,39810,36772,44132,43200,38911,42931,45887,30508,43441,33195,31210,34001,46747,52527,47005,46289,42936,33328,41216,49349,31607,39772,49925,30627,47594,38023,39374,30644,34431,35729,30486,39553,35331,35331,49326,33783,41251,41280,40111,48604,39749,37498,48616,34960,37757,30537,31259,31259,37870,33086,53717,36555,47589,40602,45434,41874,42978,53919,36199,34147,45619,38193,32834,34828,53202,50500,42261,51570,32671,32248,42990,47029,53666,47357,36025,50593,33744,39673,46032,32866,37839,35247,31951,35248,46808,38802,32241,37084,37678,35877,33117,45348,45428,52145,32613,52850,46410,53437,47397,44365,43517,47532,34926,34441,30315,38494,39586,30225,30684,29816,36298,38555,32423,41032,53182,37033,42261,53045,51197,41763,41311,52155,36525,51307,52232,40399,44806,40382,48670,52458,32190,49369,45792,51646,50474,43047,52754,40116,32483,34176,46798,45200,37875,36765,44011,51748,42409,47865,41950,49030,37091,37199,35720,35690,34303,44546,53130,43067,43920,30169,50099,36777,34375,42504,45757,50623,44791,32257,30634,34569,30677,43075,38010,53648,34579,50959,46936,53850,53872,41616,46744,53620,39348,38951,44767,50866,34757,49562,46288,48113,53067,44819,44739,31020,43091,43092,43648,42177,48377,51150,47671,51417,47137,32591,32144,35268,47689,46590,41552,32056,37479,35783,48376,51288,32556,49288,30706,43790,35637,45749,49675,51880,38810,49673,34553,52148,43372,46547,31895,47380,47200,44805,39976,37720,46224,33299,51297,33671,52648,45770,34355,46914,34968,36707,45788,32982,49912,36063,51418,46204,37268,34258,45427,34214,48693,31600,42426,46802,33183,49660,37111,40154,43151,53673,53288,34658,36705,42904,43670,47321,49746,49746,51577,43156,46371,43160,38694,32051,35973,34476,41382,49289,43165,35864,33494,43169,43171,46137,39720,30380,46178,36679,36679,51832,29799,43505,39501,52524,48716,32178,32178,33028,30431,33616,52538,41974,44800,32392,43997,42851,44908,41175,51094,43503,44939,45123,31859,35484,43201,44108,53483,45870,48102,45688,47372,35813,48033,36823,51898,42501,42490,36192,51676,51676,32555,31642,44550,53948,51674,49548,34424,37220,41989,46622,39626,48090,46439,34218,45256,48945,34640,31015,42585,37591,33073,50085,44709,43237,47422,35152,52005,46624,37639,40293,35389,47263,45668,37564,39861,41637,33418,44009,42328,40070,43256,46472,52942,33668,47513,50009,48955,34221,43877,47287,41428,45994,49576,37250,49247,31736,50273,50273,44313,41719,53527,35347,47034,47034,53444,37435,43281,46686,38665,34822,33535,43287,36193,43367,45839,43291,43291,43293,48440,40663,41653,46201,40023,40738,33400,33377,38908,48777,30037,37213,42116,49901,45243,37556,50804,39793,50399,43103,42829,50568,35125,50663,45593,38186,38575,44769,40448,47528,45295,50637,41585,37322,30004,49000,52758,42406,41388,43554,48224,50647,36370,50081,31537,46193,35138,30894,52441,36173,33929,37410,32034,31856,43345,41167,43329,34643,36894,34984,49796,35987,39300,35865,35468,53205,45098,43145,43335,43697,47837,42849,35163,35163,40408,34818,43342,32716,39231,38643,31257,43873,41846,46273,47107,36054,43354,49743,43857,44673,31864,30695,41450,37261,44431,35388,35124,33229,43919,46060,35809,34736,43113,36621,48533,37486,36445,41104,41026,47615,39065,50579,46904,48579,43380,38460,33355,32872,44240,53447,39995,39995,49256,52868,33651,31045,42370,50584,39178,43325,39921,52955,48326,40082,47292,32456,30237,51659,29778,34800,31331,32042,54010,50380,38211,34420,44555,31184,40498,50311,44201,44069,38630,38510,38630,38630,40785,31648,29883,37583,32222,52120,35357,45597,30499,48284,44904,51207,33860,50294,34785,34785,39026,30324,34963,40254,49733,51814,36759,33089,53065,48513,45808,45861,43974,34963,49929,41618,40493,39349,47027,47144,33758,30570,46753,43427,36010,32756,34024,36044,40243,43433,52748,46554,34197,35366,43579,51269,41212,29922,31076,53329,37984,33641,33641,30629,48603,32151,50913,40915,53326,42967,53326,37389,32604,34918,45906,39549,43464,51490,40903,45965,45965,35296,35698,43468,40648,43011,47672,35944,53728,35925,32709,30359,53573,34553,50913,41334,33095,53617,32977,36721,41539,37309,36466,34681,32818,41413,44983,34410,41772,50545,49855,32363,30602,51784,37040,32564,52661,40538,48146,37726,31273,48695,42334,44631,42568,36694,31512,42717,50810,53533,29972,30556,40212,35649,43504,34539,34539,51970,48556,33027,49300,36949,48058,33014,37417,40255,52125,44263,36676,41410,31663,35831,36717,31592,49468,51046,51200,31941,35069,51507,44658,49961,31088,46804,47185,47279,41324,38547,32540,47383,36282,43539,46081,45108,43545,45757,50854,33329,43552,46121,45496,42016,40805,50300,34563,35061,43561,30920,37512,46760,45124,53480,45488,35352,52688,43509,52389,38722,45390,45390,32823,36864,44727,38176,53345,42152,41986,46878,38119,52762,30805,31303,50177,50262,48598,44442,30697,49420,44247,47578,44808,40079,42829,39584,42830,42844,47765,33535,43601,46943,41010,43651,46104,50531,37445,50702,36072,48822,48185,40024,43609,37738,42577,35191,53302,52665,39951,53495,40735,52167,49696,41136,46850,51607,47877,47877,39914,37992,47407,32076,33143,43542,43632,43802,35044,51711,35018,46882,32502,44796,49763,43636,31820,40670,53933,41578,35792,48040,39153,44262,44262,38108,30164,32841,35695,51479,50490,31345,46934,44371,43789,45951,48787,53101,30239,43650,43652,31644,32612,43654,32883,30380,39097,49621,47780,43080,33580,34030,47610,32724,45176,53266,38315,52817,32667,51639,33862,53472,37130,51953,49474,33826,46643,31362,48931,48066,49098,49098,46239,41346,52808,31441,33267,49421,51368,51684,53127,43667,44078,30450,53087,36096,31262,33418,46322,44858,31118,53658,34884,36525,30080,41502,46292,50666,32760,53458,35402,34499,37276,31304,48293,36790,48417,43468,43703,37384,43702,50558,34549,34549,52478,35896,39924,45481,33659,42572,53316,40587,31133,49910,37890,30803,49770,51275,30712,42832,37691,50052,39829,41908,43716,52241,44000,53486,40157,52725,43665,42979,39842,30270,44596,38885,50885,41259,32447,50395,30377,49942,43729,43729,30351,44734,48668,43732,43829,48642,35654,43735,48176,45997,39448,52562,44373,34851,37647,49329,43746,34051,52365,51798,47215,30962,43749,41533,30153,36557,50213,37537,30112,29985,49408,48339,46210,43754,43757,36077,34053,51316,31390,35261,36117,51542,45261,39318,37004,52443,39215,45084,43762,36583,43766,30323,42493,37532,45923,45034,51935,44254,50878,51708,30661,36819,53417,52022,42201,53499,48626,40686,38611,50736,39723,33009,41674,43106,49569,34651,51026,50375,43116,45696,30531,41130,33387,50718,47014,41358,51499,35096,52895,31625,52945,40195,48660,37997,32605,43800,30350,36748,51130,40352,43913,42524,43803,49819,43805,45651,30104,38095,53390,49152,43810,35726,36098,46471,41573,40438,33232,30572,40168,32945,33017,40563,49880,36167,40905,46154,43823,45230,33820,43832,43941,43835,30114,34249,46160,31592,47307,46938,36456,39775,50765,35029,42345,50844,43845,45975,45975,37553,32489,43847,50140,34092,31684,36442,35299,31050,36816,35262,43402,42219,46252,40854,43856,52056,37647,53149,41667,33786,48790,31844,52335,50650,46752,40687,32495,43861,50435,43862,42447,30805,31697,50371,30162,38027,30513,46678,38027,36361,35148,41126,50692,37503,31449,53084,46426,36035,40651,48785,35234,32846,32320,52552,41320,45356,46416,30747,51972,39422,53020,32010,33189,50987,46981,50774,49436,31781,30678,40602,30678,43893,46622,40394,48315,32221,53446,35526,31233,32770,44269,43903,49253,36653,37847,42048,37953,49322,44995,38495,39122,40237,46999,45620,29800,43914,48585,46989,43416,42479,47859,30522,39082,30899,50209,37734,48668,29778,43927,31736,36909,46484,47074,38497,50607,52604,32749,45490,43944,38379,38441,37390,47232,33025,47902,43948,43948,52257,36493,46999,35830,48713,31104,42450,50191,50191,48613,32478,46860,40673,45279,34845,43546,32164,49952,43975,47496,43976,35980,35980,52912,51547,51547,34996,32244,48458,35906,42959,36293,30202,41837,39189,48808,42441,48653,40362,53743,32356,39870,31321,52981,35289,35235,49168,49168,44025,30451,37098,53580,48077,46573,34741,45693,33761,48745,38753,30150,43754,43094,41561,33216,42664,37578,30722,45544,34192,38392,44322,32919,52168,37858,52686,45290,51134,42219,47520,40766,52089,48619,47051,49487,47171,41705,49635,41276,37512,44015,35913,53118,31184,35019,33464,44020,41971,47523,52705,40277,33822,42169,30140,50608,42402,30475,34209,36779,47267,38047,39645,38104,51279,51065,35459,29944,44219,43555,51658,38483,38558,33679,46651,32633,31454,30314,36484,48791,44187,44039,47716,39346,51237,49139,47136,33776,52548,47532,38730,34541,40741,34495,48570,32555,43849,33530,46402,46706,51644,34305,44383,50903,52416,52695,40192,32635,32635,53649,52530,49937,50765,50765,34463,52212,51557,35642,41606,45453,32492,49233,51096,44906,33327,34953,39276,39633,47136,44859,40237,33785,38288,52749,33520,48577,30401,51771,51193,42557,44480,44072,48169,46303,43837,45588,30927,45249,43008,52121,43572,31390,52044,50915,46988,30302,30701,41509,38283,36586,35554,52626,42724,33943,49452,52113,43054,52112,34662,44101,46239,50703,44108,46256,44109,30207,49265,36096,44374,41530,47260,47389,52859,47973,47970,30824,42994,43747,47666,41851,44116,39400,44119,44119,48453,48302,45133,33192,43621,36343,31835,50993,38994,31131,44282,39579,39303,37776,39413,36670,48737,53370,45019,52653,39418,50187,49513,39808,44683,51826,30254,48494,43135,41044,49881,33970,43366,37765,36898,44421,32030,44471,46651,50912,35543,35855,49717,45071,33816,50360,44785,43902,44149,43496,34019,49318,31126,36563,34381,29779,53913,45072,32075,33964,39928,53547,48523,41158,42057,48256,44715,35222,29797,38493,50806,49381,41222,38377,43981,38041,40921,43103,40194,44169,45171,30145,53189,43878,42790,46968,43856,49317,49317,38622,46339,44721,49334,33439,52349,44450,37015,41725,38933,36271,38556,39524,43816,34258,35267,30246,52078,36907,44409,44440,40895,38467,39536,33161,42863,38204,42583,43973,40392,33184,30999,52934,49264,53632,49367,43565,39256,30507,41152,45337,48146,30441,37850,33088,34352,31909,46772,34732,40414,32276,39033,52206,50569,48731,37543,49631,39873,37032,49626,47806,46456,34515,44249,41745,47906,41644,39108,31672,42228,49655,33411,29890,30100,53262,33775,43566,43302,44812,50283,44980,31902,35249,41287,32212,51210,36809,49852,37845,36459,51893,43691,44467,33496,39166,32969,36811,43747,33683,38167,51623,47053,35086,39197,46855,51316,52128,39130,40147,29762,46962,46962,45199,47848,49889,35684,33696,44284,44287,52809,45382,41515,52571,30122,37714,44234,37507,40868,34819,45025,42132,51343,35613,52125,50733,44305,31452,44990,33474,33474,53017,38418,40232,37579,32182,36052,37650,44314,41633,43011,38201,47284,52740,42076,42075,53243,38888,32541,35386,41394,39006,36588,44321,46169,44323,32253,36855,33335,42506,51958,31653,44333,34252,33777,41772,51043,43904,49945,29834,48149,34165,30327,39971,52751,41831,30241,32703,42704,41540,41354,44956,31482,42343,31480,51347,39421,34671,50335,44356,53106,37823,50977,39706,44493,50664,48512,39617,51601,32337,36259,35426,37732,30318,41408,41408,53353,44713,31784,47530,45664,39155,50452,36926,33685,41240,37475,49776,44378,45538,52000,51018,51018,41725,46014,36256,47363,31670,42038,42038,53591,43059,51886,38422,30184,29956,46945,46904,52414,44654,43266,46168,39968,50227,41581,40337,44405,32494,50310,40594,42867,45227,32742,32452,34255,41008,52474,42892,30294,42240,44882,53328,44416,38030,51945,30457,31941,52235,42382,44751,30911,51935,53392,38137,53210,41821,47642,44609,47369,37702,38466,32158,38328,29869,37339,43649,33511,46416,45440,29960,29960,39293,29921,35212,50661,52289,47825,50561,50819,35940,48753,41099,30640,31379,41063,46837,33425,39915,33388,51251,49291,44447,31323,50266,33986,29937,33515,32818,53561,40667,51403,50621,34716,44463,41239,40070,36582,34085,37890,53315,46442,35988,44470,30281,33961,48675,51070,51977,49892,50647,30733,49890,43448,46125,36523,49613,30964,47145,35106,37856,34581,43761,44483,39807,34730,47987,37792,53613,39934,51531,35436,47341,30573,42632,42368,35272,37711,34250,30885,47856,48853,44497,52400,30177,41159,52746,47172,31057,38386,44176,44501,34620,36920,43981,32110,51846,44507,53769,44510,44512,43248,38341,40965,47942,39048,39756,30799,39055,30035,48897,35141,50103,34811,38381,50549,53213,37792,33399,46841,45816,40246,41193,45369,40187,30509,39597,51548,48784,46974,43796,40633,46517,37448,42644,32336,35308,47918,43629,42305,44675,42896,52771,33066,32067,32067,32094,50388,31362,44557,45093,47266,50459,50070,33681,40764,32950,39036,38533,30833,35883,49074,51341,38286,53536,30921,37592,46842,44579,50964,43110,41690,46182,42290,38835,32605,52341,43215,46643,49651,49749,35065,48470,53264,31407,48791,30081,44593,31558,33428,39784,44598,50935,37069,32306,48374,44605,49994,52924,42685,45928,33318,41286,41092,44614,45432,39641,34104,49332,46507,44618,46182,42405,40794,46063,33026,43201,43201,33089,42252,52728,41450,43713,39904,38800,30285,33186,48938,49695,32472,44185,40625,48806,32171,44638,51410,47331,42600,53250,50684,53361,36723,38734,49754,45242,52132,40116,42995,31081,46401,46401,48761,50651,31442,34154,32263,29763,41005,38216,32722,46382,38903,49826,51808,32628,43031,38779,32536,44654,49555,47347,51542,45679,35757,52514,47410,41843,43776,34771,44394,31128,44920,32476,47707,44667,45197,48826,38247,44509,49862,34772,49741,53004,35572,38814,53707,46951,44677,43882,53104,45393,43432,31630,40056,38383,45431,38614,35216,29873,53419,52830,30394,44685,45535,43143,35193,34086,33681,45281,37323,48124,47618,47618,34455,42876,33377,53052,41277,34732,36825,45745,43587,30979,40803,32630,36619,47259,37350,37350,31399,31399,42034,32634,46430,32976,51482,45813,34689,32634,35011,33599,33988,36032,43207,53240,35680,39477,42553,32186,41381,38255,52333,44719,37964,36691,39480,44721,39454,37508,48324,40498,46908,45840,37320,53659,41513,31995,38022,33089,42285,43725,30848,46280,41283,47191,47644,30822,36665,33173,32488,33473,44740,52711,49365,53373,53546,38270,49097,30715,31859,38864,44749,43478,31871,50959,45010,32821,44752,41842,33221,32478,31854,45510,48208,34174,37723,52999,43553,37257,47633,32727,44932,52277,34556,44760,31991,44764,42510,33374,39787,43658,52146,50664,41966,48311,39288,31003,34352,44773,42271,43528,37052,32656,52187,39281,49186,44205,48809,44786,51114,50178,38805,46760,39182,51231,37362,41529,37039,47998,32153,40639,47534,48571,40251,42273,46629,39472,46677,48401,47282,36383,31742,52482,52431,48346,30361,38739,51628,41080,51021,32410,32410,44910,39878,38820,37495,53259,46477,45796,40896,48808,29824,48132,32321,32924,45749,48485,49343,34316,43990,51433,43287,51779,51438,32925,38210,41261,48234,39424,43722,50070,35302,50127,50298,46397,47412,49388,34780,33783,33307,38027,42665,38996,38867,35666,38277,43509,46006,35666,51077,51077,51503,52342,52342,52933,37012,38321,43013,44868,49843,30897,45915,46182,49263,44877,49544,40469,37226,44255,44255,43678,47283,51067,47497,39568,34658,51104,30004,32308,50405,31904,38062,39607,44486,37501,44890,52631,44171,32796,37514,32003,44899,33214,32291,45426,52929,44903,48016,48016,42291,46150,36272,52007,53559,41047,32687,40637,52922,43828,36242,36428,51425,51425,50041,48596,30899,36159,34907,35123,49309,49525,44927,42777,44929,32484,37021,37021,44932,49815,49017,53480,44944,53308,51237,42570,52184,45538,31634,41238,53667,38644,51431,49700,39949,53016,40199,29793,48690,40755,39503,34099,41109,44955,36700,35496,52564,36530,52104,52347,35017,51393,39739,40252,35533,44182,49593,37816,39495,33758,50675,41259,35776,43322,53579,41057,35458,37470,46210,51695,44255,30183,32038,36507,44981,47681,50576,35532,52524,39307,49295,33195,31410,46705,43299,44996,42615,43993,43841,34355,53155,51993,44745,41634,41717,41704,30086,30234,45000,53025,32409,42425,50476,38355,38225,45008,47639,48669,45009,50537,45012,43016,34444,44098,30254,40383,51209,32353,35348,44828,44828,45208,33678,49968,50862,34819,31204,37208,31255,30506,45035,45867,46819,50013,32605,52159,32373,47532,45040,35699,45455,32386,30223,47790,42052,49170,47854,39626,32292,46008,38618,38568,38737,38737,45050,48334,35700,37588,36178,52451,36980,34306,50546,48268,49150,34409,47169,37389,50394,44790,51708,45250,40756,48671,35954,33356,44317,36381,48168,31061,42467,45064,46496,36205,45066,48732,46482,47588,32209,31664,44001,45776,43171,37448,30703,41164,43431,48020,36661,30576,31299,30780,50066,34098,40285,29821,42456,51767,40247,31152,30498,29984,31772,32119,33537,33166,36688,31891,41061,42476,35978,45094,45094,32550,53056,44233,37975,44351,32292,48260,39176,29899,42995,29836,33811,32978,49543,38855,45105,37708,48842,31656,30474,45112,52594,34625,38227,51530,43256,43461,46920,50397,34306,39511,31527,41711,49029,41273,42203,45128,52534,41179,52433,51743,31113,44445,38703,45189,29999,48721,39368,35669,49032,38843,31041,44425,45134,31225,50469,35595,50500,33263,47895,36641,44485,50924,44001,38985,49119,36830,45147,34727,39020,47750,45150,45150,49373,45154,45155,42693,33067,30824,45939,37105,42662,50795,33489,34147,31600,36119,33497,37548,39992,44645,44645,50566,40156,37010,29962,45899,33231,39421,33865,48243,37866,49958,39103,42816,41832,37242,53070,51514,51514,46091,45185,44674,39070,42640,42640,41812,36069,34552,51845,32478,41471,35266,34328,38962,46517,48755,50467,38021,44055,30468,32035,53099,45203,30878,46807,48440,43542,33147,51115,47085,33043,45718,34113,41641,29939,45214,45048,37132,42100,31642,45216,47862,35312,32787,42825,48219,37156,30603,33439,42563,37725,49822,43198,45863,38764,31709,45228,30405,39453,33639,45229,38853,49229,41295,35938,48489,51743,33446,37657,37689,36024,44858,52352,37128,37020,50988,42319,31324,44427,39389,39389,47635,31321,51205,35565,53426,39569,31496,39067,38241,35121,49731,33273,52701,29885,47280,38883,35741,48438,46421,52118,53116,43346,35090,33735,39588,52781,45259,42882,46636,38928,53771,36025,32082,30775,38790,40934,31565,41875,52254,47834,29766,47420,40467,45273,52882,35085,39082,35751,51018,52140,32621,32973,40941,47537,34708,40578,38264,38264,53699,32338,44312,34045,29797,45296,33694,45297,46138,34924,45166,46535,47800,47032,47032,40725,52783,31921,30257,48100,31741,34525,47560,42408,34023,43706,45306,39829,45309,31443,33107,51979,35705,31646,48987,30718,41450,50871,38457,49125,41590,40175,51219,36066,48050,52909,33824,51086,31601,47676,45336,52687,30111,43555,44346,35782,53089,41385,36348,48600,36824,40758,40379,42836,49727,51378,38600,53298,50556,42693,32060,48476,46622,45431,44193,35975,45356,40019,31647,35420,48546,34244,30929,51946,46282,36311,48396,37646,52988,43838,36750,38432,51299,36249,44502,44420,38952,42154,50523,45388,46603,45389,53670,39991,48505,32842,35663,53645,34193,48232,45398,31451,45953,34908,40570,30754,31417,45521,47470,52507,36312,38766,38169,31670,38530,45814,50663,51973,38159,37371,50319,50832,30072,33059,47712,46274,45898,32479,30402,45414,31354,49128,43865,52316,31520,45419,31152,51505,48594,45421,32766,51910,38319,38380,44377,30176,53491,34649,30581,53602,44834,35341,36383,50855,37963,31518,32562,48140,45431,38157,45432,34089,49550,39360,34073,36961,37045,42574,31647,41110,38866,42076,37363,42385,35630,51511,51359,48749,43370,45444,45097,53970,51827,36690,40434,41958,49022,46797,30224,42887,52943,40928,45457,49280,42783,47585,49188,49188,31157,47762,45071,37717,36724,45464,36801,33957,46981,49876,41652,37705,37705,39691,45473,40451,37575,50436,50512,51442,36100,44151,52974,32328,50852,36003,49043,40736,44117,35335,51264,32229,51184,51184,53282,40081,35771,46130,29782,49533,33680,44673,48897,39632,42774,47580,52156,30167,41413,35377,38494,46735,38382,48695,52957,30524,49585,35838,36836,37315,35795,46170,34993,37582,41145,47288,40919,47019,31570,49896,45513,45514,36138,31253,33046,32348,53488,51984,45525,34576,32724,32710,52092,35916,53292,32710,43712,37833,41337,32732,45536,31784,46281,51526,34659,31380,42361,37958,40741,44271,40375,45542,47951,49470,35441,53099,45545,46006,33209,30256,47363,41808,42391,36429,32456,36201,52991,41523,29834,53707,49158,33547,37078,49421,49228,30605,45566,46761,39461,33010,52981,45572,51327,30280,32093,44460,42243,38664,38865,33381,44662,44662,48002,52948,53621,33899,44435,42798,45584,44712,42736,53688,34697,46561,33092,41766,32883,32434,29794,45594,47065,34032,30259,30503,48847,51440,29923,34833,37803,51330,48504,38148,34120,32238,45613,47193,33879,42280,47206,36049,29811,53218,39977,43522,31011,35590,32628,49969,47439,41176,45626,38349,44142,38724,43094,45227,47142,39067,32879,35097,50459,42425,44124,36784,44500,32029,32346,47093,47093,45650,35037,33856,38614,46507,46837,47108,30080,35148,53110,49715,30383,49325,39379,35189,41159,45661,31769,38811,46351,42561,44034,52802,44034,53469,39318,52275,32190,49442,47788,38798,30508,42109,49031,35999,47991,45668,48906,31026,49824,38237,40807,37691,33906,34895,39683,32566,35831,39003,46740,53448,49748,33202,33661,46800,53270,44469,50797,48568,40515,53554,39806,40079,31392,48914,40426,51390,51336,40643,39886,41499,41499,31494,53134,51602,50389,50048,35574,31359,45199,44341,44341,36567,47346,45714,53637,46718,46476,35003,46165,45717,40440,47047,44096,37389,35107,31953,50694,51515,35939,44005,43772,53407,30685,32253,46697,48548,42944,49304,37071,43188,42393,37928,43510,53377,44782,52643,47355,43786,52350,30807,48304,37675,45095,35165,47361,46073,48835,43844,32885,37304,37709,41425,41425,44240,45750,36693,53651,32379,34036,43586,36121,34839,45765,36519,45766,47263,44230,30388,45517,31479,48599,40068,45777,44061,39669,53492,31142,53583,36261,31800,37327,32989,46715,34178,36108,40881,30752,49466,37016,45791,34604,32991,30096,30348,41099,30360,40145,37723,37812,34061,42988,29918,53319,30949,45823,38695,47590,51347,39311,53497,52071,41407,35978,52886,35770,51633,47175,48767,31906,45828,42763,32663,46662,42614,45832,53615,49693,39194,48591,48591,52118,50208,36870,31069,45847,30352,29965,33638,33884,39137,48349,30546,39658,35531,48344,30344,48845,51481,37700,48062,36528,31840,44766,48676,48344,31217,39116,45866,37090,29845,45870,42309,42309,51151,51230,41324,34573,46156,39685,51829,36769,41360,33796,45453,32170,44095,49576,50789,45825,47135,33430,53363,32455,49694,40127,33448,38580,43131,35440,33037,31161,52218,47783,43769,38472,36589,44168,32366,43052,35191,43325,52482,43120,36896,36956,41154,41139,50636,36025,41456,44644,36459,43770,30798,34137,32093,32093,36331,47323,39257,42236,30700,51869,45341,45918,34279,46432,48510,49171,32004,33299,49383,49383,46758,45927,36232,36339,32142,30992,42633,35313,41680,45747,33571,40766,37638,43441,51802,31852,36854,34955,44526,39559,52683,50410,36806,45953,32252,45957,35985,53174,51686,40498,43293,37623,39611,50355,46824,30208,37352,36699,49469,37221,34257,38526,48852,45269,45972,47360,50107,29985,47428,34874,41099,45978,45755,31742,50456,49727,50195,38791,40035,42647,39053,34171,45980,40147,44950,38534,39127,45987,35710,38967,52150,32602,43162,49612,33155,34914,43108,33317,33138,34418,48036,41265,42584,39415,29871,48362,48520,49009,42569,31274,35619,39891,46017,46018,42784,46738,38324,46024,44676,30309,30906,38306,40065,46272,52223,38288,35833,34394,42934,38688,36253,30965,36034,39946,46049,49687,38643,36746,46056,52795,38640,44554,48448,35737,52627,29798,41378,44930,46063,33825,43668,43363,44571,52063,47712,36728,47410,39947,35724,31863,36547,49156,53078,30704,41064,44771,48592,31520,53396,32597,47960,46635,53666,43369,38072,34873,46091,43092,30095,46919,50266,47765,52145,44999,39629,51056,37056,37056,50955,30882,49378,45183,52049,41113,32136,50293,51597,49853,40727,37861,39767,45521,51934,30578,49734,31616,43106,35946,36417,32085,34752,30689,47874,51849,47854,46133,51154,40639,33429,43257,32867,47746,45059,39693,46293,33698,34547,37658,31745,47724,34984,51955,39579,31594,33652,53679,53679,52732,48994,46153,53848,52250,46153,33288,44806,42212,52274,41620,38396,37907,30975,46159,46160,45263,45853,48315,33756,30902,38139,40683,41687,33280,37393,37393,32533,45021,41619,39884,49878,51038,50123,32159,52607,38695,34246,41385,36047,37175,49871,40594,40110,48678,45447,40598,46542,30545,52596,49979,50586,31203,39163,51766,34934,45046,45046,31723,46198,35267,48720,46233,41401,35210,31835,32483,46948,48925,51720,36603,43262,50683,37934,35952,49465,50363,43771,53148,49922,46762,46222,30392,50370,46226,50688,43332,40607,51019,42311,53132,46236,46238,36792,36507,40242,48728,31848,39914,46247,31570,37536,52674,46729,49593,52760,52760,38517,46254,50325,45629,53709,31970,37239,34524,34690,30582,36330,36567,34419,40280,35379,45358,52319,41664,30167,31248,46266,38799,41854,33415,51754,46277,41316,34290,44395,42498,30409,38612,31607,34068,46283,38015,52712,46285,40209,52257,46288,33670,48142,49137,48846,46295,46621,50124,46296,39691,35162,44813,40790,44738,33415,36090,40104,40104,46497,31634,35982,46305,51356,51298,30923,48350,36344,36522,46307,33156,35800,52478,44412,45613,37620,51787,46315,38687,46316,32160,42130,50363,38809,37896,32807,46325,39051,34965,44029,43228,32190,46712,53547,51448,51554,38789,36722,39022,34200,50932,47257,52777,42083,46005,31519,48370,32938,44783,51488,47124,52324,33232,47971,43043,37562,46720,52075,51944,37358,52844,32130,53149,50095,44327,46370,46615,34138,46372,37854,46374,53098,38670,41692,33554,32084,46390,47015,31703,51247,45118,34313,31471,43938,39099,30337,32074,31352,42227,52036,52036,31420,50471,47165,53613,49111,30698,38048,46407,46315,36404,36293,45812,48919,40233,53357,38922,51601,44000,48534,42103,41209,49666,47078,46425,53515,49376,38895,53704,44224,53303,34521,49685,32409,34614,30185,39887,53067,38390,52096,46442,53384,49644,38098,43085,29937,34182,46442,44457,30869,50548,50548,38385,36200,49979,36240,38675,41622,33698,33464,35038,50218,35177,30785,43546,39200,50270,50270,33186,31875,43837,30567,43262,37846,37883,45226,46466,41687,42918,40737,34426,34455,50360,37192,39935,47124,41275,53707,31963,51337,43849,51432,42760,51926,50649,46613,43873,38760,53228,46749,49433,44892,52119,44582,48759,47195,33491,41527,43800,50142,31615,35303,33269,47597,47597,53233,36862,53099,31672,52502,41264,30443,42202,40968,33585,40122,36401,36401,48329,34168,42712,47804,53217,36114,31019,46525,46525,32750,34850,41445,39138,39138,32867,46139,44704,46537,40647,49045,46028,48396,39409,32469,31716,53450,47471,44565,51015,36320,46586,48281,50251,29835,40260,43642,46555,53498,49278,32376,41789,34787,48664,46570,47315,34122,34379,45116,46579,34243,38117,53109,38528,50905,33501,50949,52682,34482,50066,31566,47944,46583,46585,43902,37952,37952,46615,31415,30326,36094,49070,34288,35519,45422,46591,33164,53458,32784,44132,31363,47059,30000,39374,52809,30468,35313,50008,40173,44348,51843,43634,42169,31899,38195,40296,31866,35739,46608,51582,50581,45314,48113,32689,46614,32150,48255,46617,31550,43044,30496,53012,42859,46618,43825,37704,32622,41797,43013,44550,36236,41893,33414,46621,47710,40119,49766,49698,33432,49846,34128,42761,34347,50216,50216,50216,33896,33896,38167,36772,40110,50407,37815,45022,45885,34498,46985,30354,43762,41550,41478,31292,31292,45026,35081,41293,35614,40343,32108,49314,31126,40328,38505,44030,47488,40929,46660,34178,47654,52092,42438,35604,36573,47400,34329,50287,34238,35743,40747,43981,35577,33938,33938,35989,41910,52088,51167,32027,33344,46679,39999,39871,37374,41907,45500,46003,40274,50609,46690,38702,53507,33699,33739,35481,48609,46695,49668,48769,34365,36396,46701,37216,53099,43415,32868,40128,39544,31906,34226,38615,33301,46715,36462,43905,50317,43727,30208,50570,43936,50862,37685,35318,46508,31486,40113,42331,37621,34258,33399,52766,52775,36311,36796,53220,48036,52864,51456,50468,39655,35772,48539,46847,39772,37347,46737,44489,42276,33624,43332,35244,35244,35331,35331,51436,37479,30470,42863,33249,34946,40465,47346,42963,44629,33270,46389,52845,33528,53249,35762,50999,31236,42348,53496,46774,40888,37328,49174,49695,48900,38205,51066,53126,46780,37121,44825,40851,42409,39034,49110,43214,31998,35024,34069,29882,37042,45963,45682,48654,46810,39569,46813,47123,36497,48466,36151,36762,37483,32277,40305,41306,49580,53288,30366,42022,42022,34952,53660,41272,52245,32983,43976,49152,37932,41802,48445,36235,33102,50794,46841,46844,35757,46846,45181,42976,50666,33718,38409,32668,36062,37100,46575,46851,49290,47026,35163,46857,44590,36716,34086,34133,51887,45040,38626,43530,42679,45568,53005,51874,43103,53014,51098,46868,51600,41923,34678,31245,39592,39432,39927,31134,37670,42211,49257,34827,53013,31896,49387,43457,35345,46891,46892,51578,30491,45512,41522,47775,34443,39672,53232,37931,34787,46518,45050,32199,44152,30618,36274,50372,31802,35096,40188,39855,32022,53159,40611,35027,30853,33009,43002,33968,50891,33394,35674,38717,33594,32583,50035,38912,53235,46925,45885,53498,34452,38676,42580,47867,36862,34567,42561,49160,48571,51517,35627,46811,38314,52438,43034,30225,30108,46940,33039,45206,36528,42815,30992,33211,43349,46947,32978,41591,46949,44301,32755,39464,33909,37401,30212,41555,38392,46958,46960,38666,35945,37342,42991,34987,53354,39466,46732,42358,46968,38961,35256,38959,32965,48790,46970,30072,46978,40770,49374,53565,42439,42439,42178,35589,38268,42098,43932,46983,29856,44463,53021,32016,53023,34852,50163,37653,41976,52110,38427,46422,41170,35960,44780,43631,47463,42311,41953,50131,46998,47814,43932,36350,47002,34412,51932,35360,34939,51723,52450,30226,30367,47789,35181,36784,37894,48659,33369,35942,43301,40298,34762,49831,31455,51353,47940,42788,52386,47024,53303,30626,30708,40671,47377,32167,32131,44359,46336,31178,49351,37823,36827,42321,41376,39747,32324,48278,39337,47922,42633,50031,41045,33000,34144,44273,34825,50420,47056,38423,31855,47058,34868,29822,48959,42134,38881,48959,47064,47065,52017,36230,36708,31376,35400,36561,39965,33029,45292,32389,44387,47074,40131,45091,40703,39138,32355,30845,52636,47084,47085,31868,48797,32365,44309,37236,33281,40504,42099,42702,49176,30607,35284,39055,35655,31014,52711,52711,37306,42989,47105,52398,50576,49401,47107,30806,31794,51348,47113,48924,30601,31379,47114,40096,36458,45864,49341,53808,40560,30363,47535,31193,39646,47138,35263,40847,51121,47139,32383,29751,45371,47880,46506,44375,39642,32508,30551,31191,33327,46667,35283,42957,32088,45917,37978,47153,38140,46903,43141,52379,47160,47160,44429,45310,41900,43353,47169,53272,38729,34170,37053,30379,31439,42296,37477,42739,42969,47180,35015,37501,47185,36001,31511,45535,43033,47060,33483,44529,30022,29942,47188,43578,48537,39323,39023,48662,40521,52146,39359,32752,36561,35063,48810,31657,47566,30692,52291,36022,49496,38167,40148,53596,42514,32565,39298,38225,52917,42077,32506,39075,52295,40217,53393,53251,38480,45368,33143,31018,43323,37881,47231,44126,31765,37919,46026,51246,37907,51490,40434,34027,35527,49705,34161,48794,33702,42319,39577,31307,52353,48298,33919,37948,40850,43697,41530,31717,37896,52505,53208,29960,31531,38210,45900,47255,49472,35683,33241,34019,50281,47261,38924,50139,31824,37602,48491,37317,42632,37762,47267,51853,40178,38294,41573,34470,49197,40990,36957,47273,47274,47475,51108,48465,38042,46116,31158,50516,30630,30477,34475,47286,42943,32347,44927,40268,47291,47295,33343,37201,30856,32030,49277,50366,42701,33602,39597,42197,52603,42026,38020,52814,50095,39934,49717,33394,35003,31667,47316,46489,43174,31718,33072,45835,39900,31886,43464,42880,38022,30955,42603,47337,35854,47338,29943,35903,47347,49674,52970,38132,52815,48075,52198,38292,38292,51145,47355,50596,31744,36578,40253,47481,42380,40181,39974,38304,36213,47364,30879,52629,34642,31216,47090,49213,51537,41580,36251,42783,47596,49033,35458,39647,41262,51795,47658,47929,42978,47378,33199,34759,47588,33513,34254,47146,34239,33536,46865,50041,48686,53268,47774,43185,43525,49100,43159,48304,47010,39954,38256,44915,48630,33601,53583,40192,34669,34823,40714,36873,38537,36502,44533,42148,53408,37978,34547,50932,36470,50338,34136,46549,46618,53622,37887,50992,34365,52545,52018,45686,33389,36687,38881,32982,38765,35020,31390,46211,43071,30385,41130,34261,38965,51228,40284,42075,43695,37453,40824,49246,35829,32339,31359,47506,51201,42255,44743,48251,33179,47480,51491,40040,36140,42823,47454,51816,33044,47461,30956,47620,35515,47687,39699,47467,47468,43227,48207,45006,46075,47473,32912,53478,36431,45892,47476,48801,46820,43927,34817,44754,31311,39141,35037,47596,36991,32527,48675,35776,42220,41850,50989,38828,52412,40382,44785,43049,43184,50001,47492,47274,36106,41931,31645,42602,50602,51161,50082,41123,47330,33050,42362,32556,33272,49951,48803,49433,44060,36809,45773,48881,30293,36514,43980,39675,52963,38057,49002,43813,47514,36159,46556,40852,48376,32808,44953,51658,31675,42513,33099,47236,35262,53486,30953,42386,42208,47534,32705,40830,52048,48204,35158,46268,47541,36061,45435,42625,45843,35552,47546,47549,31628,39854,39854,47556,37164,47558,32319,49802,31463,45141,47561,47562,34098,40484,36339,51595,42905,41536,37779,45102,52560,53523,30926,39074,40122,45341,45812,35684,47498,52457,43532,48262,50665,35670,47584,50182,40652,30358,46501,30219,29982,38987,50435,47591,39058,40387,32229,37435,37293,40893,50336,43956,52191,47610,46128,47611,49555,49555,47612,46388,34930,42985,31591,33723,53139,44103,48584,35198,47113,49958,40391,41133,32732,33596,37599,51176,40851,31284,34884,46098,42730,47623,41144,45813,41199,39239,36677,32745,47841,33292,47744,42110,35983,36684,36795,40856,51604,31736,37269,45823,31287,39993,41372,33447,47640,48790,49964,44944,51618,39381,38015,35200,47167,36145,46529,35202,36097,46489,43083,33271,50701,49215,46647,38554,41302,47584,51973,51973,39881,50472,32957,44994,39125,32697,50637,37468,43362,38025,35191,32037,36926,32122,47679,48708,45850,43893,35664,47684,47684,44404,32582,30635,53743,52923,49402,45017,47694,30118,41685,42640,47700,50997,50997,49487,32989,41168,41168,46926,36819,35909,31946,31946,39005,42595,31549,40628,52617,47712,36840,31734,31505,52797,35080,34683,31854,47716,35208,32295,53257,50533,51038,51825,40142,52822,41650,30013,36927,42289,34558,36683,31397,38269,40186,39154,32887,37842,35274,47730,49726,39492,34261,37595,39014,47737,48543,49902,48102,47740,32914,31782,35670,47744,51548,51748,45016,36844,35908,50245,36412,31988,31988,30194,32359,37041,31828,40611,48571,53937,48049,39450,49719,43734,43734,34049,53076,50828,30713,49769,39383,46561,37880,41728,46881,33477,34233,38582,43289,45122,37001,31163,44702,50199,43500,52971,47518,52699,41231,39353,31955,40477,51899,37918,33871,46403,35748,50929,50837,37395,48415,37964,44835,36508,39914,45612,36410,34867,40311,39594,47798,47799,36467,48430,44447,30355,38040,36115,31270,52736,50545,34557,53088,31272,36448,40631,30317,31599,34605,47824,37543,48856,47294,35827,38705,52613,38223,31256,36103,38056,39724,48393,38397,33036,35703,45451,48773,31870,42226,53380,32249,52476,47848,53533,36666,43272,47853,30952,35790,51543,44516,41537,50975,34310,38944,30284,49688,49990,31469,47879,31881,34603,33875,51524,32557,37393,30606,47893,35542,30158,46269,39748,42929,40501,39994,40768,47908,34969,44662,42941,36558,38187,33774,34139,36261,47914,38045,47916,44487,47403,31502,39054,30022,31374,33868,51645,32327,34298,43359,40040,45608,51985,30371,38836,40908,37650,32687,42176,33692,33555,41058,51483,53358,31356,47285,48045,30947,32450,33587,40508,42340,44814,41810,45532,35179,40555,43954,36387,53699,47961,47962,53049,38469,38469,49346,45581,52865,47937,38343,45369,42469,39746,42658,48909,50375,36617,45801,36674,35049,40754,43444,40108,47984,53475,43602,32610,34771,49540,50820,47992,37940,46252,31649,30637,37578,39594,35552,45761,38719,42821,40495,32547,43850,48006,34617,36254,47224,41212,30286,46796,46246,30226,46591,52350,52350,32534,45093,44745,47128,47129,38818,38989,44521,53059,53059,41080,49631,31100,33788,44075,38235,51019,34586,43180,46537,30886,45001,35281,42960,48054,32443,32443,47149,51869,48069,38710,49357,47175,30549,30343,32800,35357,33505,39791,37123,48657,37728,35933,36280,46784,48150,31200,48082,48083,33475,38505,38166,44680,52204,51614,36853,33360,51408,33146,33627,32022,38729,46001,35100,48094,48095,44307,30435,40767,39246,45781,36737,43342,49587,51888,40271,30540,36005,33973,33623,51907,46216,36925,48901,34984,39343,41052,50029,48122,29762,48127,31537,48132,48134,43169,31329,48137,29830,35332,46577,37561,49929,39556,48142,39614,29839,29839,34562,31166,44677,40318,35504,48005,48449,39302,37791,41136,37943,40577,30829,48162,32538,32017,30589,41944,51111,53707,44211,30022,37182,29764,35270,40179,52327,52199,34880,37708,51795,31153,38890,44992,39702,52825,42688,48182,45140,37147,50578,37591,45302,43573,35592,30500,39491,35827,50312,37783,30753,40119,44698,45078,38987,36427,52601,45591,30914,39101,52393,52469,30406,39556,48840,51434,49479,33501,41918,52793,48219,41171,33388,41656,49730,37141,36982,35581,32071,41958,41426,31869,44629,33238,48238,38059,39322,48250,48635,46114,36125,34107,49672,47428,41099,45259,50690,30680,33077,38809,42737,39610,48256,42560,43379,34833,36376,42646,48262,46618,36455,50957,50508,33219,49859,30814,30951,53028,30930,35725,37423,38509,34128,46328,30327,53579,46880,30932,34910,32286,42507,32883,48293,50746,50715,49959,41673,31031,48798,45030,34658,52084,42066,48309,48533,34431,30934,37664,35034,37783,50603,53715,38286,47926,32002,48328,33399,39212,37570,41239,48336,44384,49762,43071,36325,37959,50324,38899,43872,51507,43914,37620,33052,52769,32637,34988,48355,42377,36511,47152,53352,45379,39932,45190,51106,34504,41202,42827,32060,45849,43572,43572,47769,32650,47462,48377,53258,45431,41470,37268,33539,33996,31218,41233,53735,51391,51804,47045,53120,44039,40189,51226,42839,49385,41513,45349,31638,33403,48388,36822,47078,48390,38976,36066,49614,38055,32066,53299,51231,41242,49598,44173,34549,34549,36122,30661,46221,42235,50091,39683,48410,51039,45511,51784,31298,48419,53107,53107,37657,49870,37306,41626,36704,42703,50182,37045,45673,38746,41803,47554,48449,43417,35550,35862,47862,48455,32220,50902,45551,42957,42533,35058,39091,43009,37117,52757,35474,53758,48039,34194,34300,37725,36106,49659,51194,46972,41284,53150,52302,48472,47487,47555,47213,40892,44485,50079,52312,29811,53134,49877,50237,48483,31032,51579,30589,52307,38271,31648,47677,40397,32337,39647,50887,36316,40561,47573,49107,35474,48497,36038,46350,39188,46074,37343,48501,35539,47983,44073,47063,53848,52966,32731,46714,49923,48514,46556,41572,37995,51416,48333,34189,41024,50795,39919,42882,48518,39415,52658,36301,51389,50557,30191,43078,30818,39665,37151,48527,40367,38640,30071,38206,35811,38654,32514,38784,48538,30076,34159,51965,44180,49706,41269,38544,53505,32312,33437,46887,38056,49835,31597,30508,32909,48779,40890,41963,37092,42347,35952,50993,48555,51315,43341,48556,52713,42780,40162,46732,49774,50755,50342,53635,32627,31676,53782,48917,48565,45205,45254,30097,49875,39882,47443,32921,37794,47915,35172,29794,49989,38147,35098,36580,48309,39644,31558,51141,48588,53228,31882,38000,50518,32812,30597,53064,46268,40677,33677,40229,38632,31134,50431,34060,48606,48607,48769,37292,40632,52115,43385,37933,45067,41211,30690,30367,40706,31448,36341,33405,51125,43459,43281,36014,50852,40503,40640,41289,41289,38704,36871,36871,41633,41150,43889,33996,36274,34966,30687,34300,51890,48636,48637,36883,53559,48640,49663,30286,52897,52897,37726,41137,48646,30977,48649,31940,43762,36617,46877,48653,45941,39483,39494,45819,48149,36768,38787,53560,53282,31139,39684,46322,44725,49482,40920,48674,49751,30881,41767,43536,44690,48683,49068,37014,50182,30033,33265,48292,52951,41669,50953,33370,45178,45178,35089,43008,30987,38037,35444,52668,40753,51071,32567,48713,52042,47270,48025,46705,31005,30172,47282,42555,45277,34565,35699,30711,40198,52716,39085,53696,29832,29832,48727,44461,31202,36994,35378,32274,53618,48522,46656,41503,50074,47476,49797,40791,37915,32585,42703,45764,45472,38329,38655,48762,50256,42619,51031,42753,34599,48011,43182,47872,43517,39435,42898,47899,36451,48450,48432,30688,31748,40015,45068,42546,45471,47335,42630,42458,32335,30707,43974,45647,46740,31719,47785,43583,39235,47085,39285,53487,43837,53181,32320,53133,38770,44774,52688,52733,48833,32560,31938,48804,43017,48811,37861,31922,44729,53191,52282,48331,53711,44636,42907,52550,49443,48824,48824,45299,31004,43780,33913,37911,31126,43365,31526,46710,50651,45066,43840,42847,39714,44407,49186,50305,31607,44610,51111,46623,45925,40119,36315,31282,48427,47136,30168,34160,40892,53417,48116,46404,42530,35991,52317,51992,48871,39787,45718,45718,32472,30078,44074,32586,46335,38850,49915,33312,42937,31248,44970,41519,48887,31028,46176,44573,49829,49476,43526,53215,36083,36083,44817,30406,38716,34590,41654,46055,41000,51144,48694,48907,48907,47569,47217,37121,45543,38645,38043,51599,33265,34012,32476,48387,35414,35414,45778,52932,34903,32366,37633,32366,40610,40702,34766,40528,42905,44641,33717,37938,52966,31094,34737,33552,42823,53979,32923,44047,30055,38363,47518,37348,50883,45501,35284,48945,45860,49453,30171,48644,37271,51402,51402,41561,30546,46746,40724,50115,36074,35110,47942,44503,42987,45602,31179,51773,50959,43661,52812,34836,30411,43988,48176,41659,49826,41459,34688,47656,32123,43249,39325,39325,36939,30174,33688,41246,36954,34066,43022,36433,35556,33581,50266,43275,52519,34003,48988,36067,33090,35558,32780,35276,51895,52248,30121,46777,38926,36870,39833,42982,32728,31460,33442,31460,50573,32826,31199,36159,32077,38846,41996,50250,47599,40666,53580,49011,49069,32319,51275,31709,31844,35463,40519,36577,35300,52609,36943,53536,52878,41295,41898,49491,36486,31805,36977,29940,31889,31889,50952,52237,45700,53192,53192,38121,39498,46742,49038,41453,40871,40871,39256,39151,47983,49018,49018,45560,47301,47117,43813,47117,46239,50143,53567,33904,33004,36654,51781,36473,47470,45382,43489,49430,32453,40004,53762,32556,35478,40129,50938,39948,39152,40587,44339,45289,33283,36092,32132,39169,46140,48220,51682,38194,34170,42486,47297,45959,42370,53595,41358,49068,37222,36859,49054,32154,52443,43096,38253,52940,50002,30044,49077,30108,51335,36316,31538,33568,49184,49615,39601,44825,44825,48141,31329,48313,51510,36198,52342,44864,38412,38676,49094,49094,31131,49094,49589,49101,42607,31767,43618,29945,43245,49107,38510,51937,51937,38799,38106,49112,38454,47095,44269,49115,37441,53667,45863,33535,33535,44942,49063,39675,48985,41864,53384,45072,39044,36446,52808,48927,31153,42118,51682,43067,47384,35421,34472,40498,49136,42098,50749,33234,35717,43257,37503,29914,49958,40142,30160,38635,39842,41143,32146,41534,46802,49157,38823,41915,41352,32838,47073,50057,50057,36051,36051,50018,51703,31335,49170,41628,33880,50767,49060,41675,42383,49174,51586,51992,52787,31819,43172,30623,49178,45675,51444,47737,42934,48264,40103,34540,48289,35243,49276,53477,33498,31323,40959,35429,33209,38430,32463,52897,41220,35781,40545,33525,40697,31811,52129,49204,39746,50817,38567,50618,49895,32889,49216,48906,48906,42547,30456,33123,49221,46978,36866,46881,33242,30129,35202,41943,30440,31690,48031,34470,52329,38412,36918,30197,49797,34847,47868,49243,49411,35820,43124,43124,39700,48055,50881,43159,40971,49832,52680,42749,52596,38449,40765,37376,42445,36286,53605,33353,42722,32098,49261,50839,51359,48464,50470,40792,30354,49273,38309,29938,31648,36640,49277,40314,49720,34275,30270,51110,36314,45835,52437,51788,46680,34181,47553,50531,32132,36437,42977,40312,50566,33624,52876,45711,43485,36616,30725,40209,48272,32586,46421,49299,47686,37560,46791,37674,49574,45746,48060,41721,50748,40008,31391,33071,29889,41678,42752,32903,50170,40311,33493,53302,33832,42839,46649,33098,47362,35694,48025,32678,33402,33402,37712,37285,50664,45649,46628,35536,30790,37019,39834,33371,48810,31816,51689,46603,46439,36596,37144,47138,37411,31133,40801,49348,51855,45791,34739,41056,45985,38703,37397,37760,49363,42246,48176,40048,46144,29755,39123,33350,53563,51423,46586,31927,31096,45741,46247,36491,42576,34837,49386,53074,43598,30527,48587,33384,38334,46226,43352,31677,50052,50606,48099,43443,32814,49396,49204,36937,31959,33662,39115,40546,43875,31749,43939,45450,37788,50572,36489,31612,40951,47187,31900,45421,48151,40729,33825,46798,46798,53606,46477,49413,49073,34019,35535,30416,32649,45325,52747,39966,30039,31977,49785,34916,42992,40574,40201,40201,32426,30923,41262,40337,49431,30825,41833,30721,32529,45337,45444,31968,36870,40042,40042,37375,38411,39793,43696,52100,50381,42932,46480,35602,51051,39345,34223,31279,43427,40609,36425,50179,31970,42147,36590,52104,48749,29928,46943,31168,31168,52554,44836,44394,46136,52365,49257,44592,35653,30874,35741,34691,40993,34401,43836,41585,29863,33485,51392,43920,50315,45657,49953,49486,37171,42568,38655,33965,48773,52719,53201,35292,30184,36437,30636,34722,32516,29863,33139,42730,38283,48076,39230,42952,40398,50032,50557,30878,45554,30375,32232,45262,33332,42941,45899,48723,48767,50982,44026,30074,49517,33047,51197,47978,31412,42670,49520,42580,33906,35561,51751,35462,47145,31585,31325,31057,29828,40728,38441,32449,43433,49536,49536,39708,49243,41097,53656,41786,45025,47098,38572,32514,53687,50613,43939,50716,36211,45506,40816,33113,37364,44431,44841,36131,33322,50061,53083,43817,42538,53540,47593,49047,49047,35407,31132,35205,48429,44560,34439,34328,34328,50841,36926,34756,34895,41773,49319,46684,46002,38422,49586,38514,42898,37701,52362,35836,35836,49593,40765,45866,50095,36892,48193,34795,44731,35419,36445,45183,43391,48207,32822,50802,51680,51064,42688,43111,40571,30532,37990,39666,47301,43384,45012,43087,35663,53375,52611,41218,31749,49627,30787,49625,43841,46100,32494,38088,34343,49640,48109,36612,41621,49887,42796,44503,40734,41405,38277,43947,41650,49650,49651,47081,30289,43734,39952,42716,37655,51571,41078,31593,50722,42874,47005,52180,45654,36362,51117,38346,48205,30056,51714,41035,51606,31822,35476,49679,34353,43887,32843,35644,43885,49689,42374,41591,43656,46844,50478,40699,31665,37793,35154,51647,47331,44325,44325,51025,31545,50739,35713,34226,46898,41469,38582,49715,49634,42930,38656,32114,35847,39902,35313,49728,49730,30580,43087,46399,41617,52629,37485,50288,48007,38950,33230,31287,32033,33649,36625,33896,29762,45418,39543,30422,32811,42662,32745,40162,42886,31845,40972,49751,37438,49755,39447,45306,46109,42857,52596,41488,40705,49769,48612,40429,40778,51917,39229,42760,38285,45553,34812,47831,46242,49638,35777,53112,42690,37301,31208,46756,37264,49218,49218,52001,41331,36991,33760,46124,43317,44162,52962,39216,33256,43567,49797,31080,36707,35464,46454,38887,33864,35124,48904,29910,44993,44701,53456,33915,44470,48691,39832,47044,38654,30914,47336,38755,49139,46426,34029,35189,51837,39902,46740,48504,30881,50607,50607,31309,49839,47442,53315,53357,45778,39254,30600,42949,45225,43303,43777,42454,42581,39381,48367,33671,49859,29961,38796,30843,34034,44122,38959,51139,33404,35260,51089,43396,44628,37777,49866,52794,51384,34434,35571,43660,41506,37950,38720,45910,41492,31460,38793,53031,49884,51961,37886,49812,36653,41773,44097,35192,45195,37770,49898,32865,40283,53090,33277,53044,52078,32129,37401,52883,48138,43001,31299,51010,33529,49556,32057,31214,44814,46067,39391,46862,38927,45655,46264,30214,37303,34239,37442,40634,38152,40993,42784,40243,32516,37735,49933,36040,36024,36970,30243,49343,38595,49735,40555,38520,38445,38070,49271,49946,46823,40178,40178,47851,47807,31714,42899,50539,44172,52352,52329,42856,51770,34910,49075,38862,53234,42731,53661,30537,40091,31520,45993,41995,43941,49985,39899,30333,42907,51650,32235,45071,42790,43906,33300,52018,30842,39132,34368,35458,32188,37102,49994,30761,39648,44824,42611,45270,36523,43941,34021,35687,48211,49999,37892,49815,39906,49207,30750,35648,31728,37757,49512,51969,48812,36282,37549,43407,50021,34430,36044,50025,46112,40056,50310,30975,40139,35718,43552,44535,44535,44060,31167,50041,50050,34835,50048,50051,30894,32553,53580,39456,39864,35376,33159,42968,42244,38257,50067,46834,40326,34579,32219,50193,46984,37754,39717,42292,50092,52583,36700,50094,30793,31434,46152,39978,37490,46973,42636,40633,33668,32426,36282,49384,34332,50109,36696,49309,35158,50115,32961,53033,35226,44063,42129,50059,40691,35453,43309,39247,50126,40027,52383,38543,43693,38360,41249,46356,48870,37174,50143,38233,49639,36323,31703,49517,53210,38421,44203,51466,51794,47414,50921,31625,43429,50163,46266,34651,38134,51835,49551,44777,29909,36930,42302,49827,47380,39687,36487,39524,48157,36718,50188,42697,30812,32929,41333,32557,31660,45940,44335,45660,31722,42611,38195,50233,49987,43914,52648,31176,31176,40817,39784,49283,33933,42454,29881,37840,47980,50224,30369,51074,48981,50614,51350,46644,36012,36012,49958,46158,50232,50656,50207,50524,35900,52016,46830,51476,43753,51553,50241,52443,46286,29946,35775,33035,33910,52161,48558,49072,29837,33723,51117,30694,41072,30668,35882,50258,36548,44695,42767,32882,40835,41963,32490,39991,43807,35072,32491,34434,45098,36993,51683,50269,34789,35339,37872,38873,50274,43174,34304,51679,52354,43196,53765,50298,43408,50301,46605,45502,45186,46635,41679,50392,48767,40736,42823,29975,35866,52992,52542,35052,36411,50205,39101,50679,30057,50312,50319,32614,37651,49530,33079,47976,50696,30762,45275,31260,33047,33047,45824,41116,52402,34456,31107,32822,39775,52815,31839,41232,43668,48040,48040,35061,35961,51482,33667,50358,49535,36894,44888,44888,50359,45128,36420,50361,50362,36159,33573,43108,30083,51124,50368,49493,35431,32613,46063,50373,30979,34320,37106,42806,33988,39911,39098,50028,49546,38097,38026,34957,36562,36562,48179,43447,52935,34074,53104,45021,52859,47968,39324,46957,30226,49516,50398,53236,52701,38853,38433,41847,49451,38264,31921,45701,37960,33688,40094,37798,34218,44685,51281,41101,43773,34428,47159,46257,43901,40937,33467,52624,39346,40195,33586,37799,53188,46387,37004,38987,31363,42639,48862,47009,47421,31615,44742,34007,33468,47155,35414,50107,36019,44294,50371,43905,33707,53539,33229,33068,50448,44947,39342,33435,53756,46152,36333,50461,32063,30295,48179,48994,37852,49506,52059,32802,34475,40604,32745,51634,53394,49467,29987,47479,48885,50474,41913,38343,38710,40338,34927,38307,51627,53111,42894,32492,33353,30396,35868,36793,53232,43480,53498,33125,48924,42979,50489,30973,51415,41343,47694,44042,44042,37908,44570,39205,46171,40752,35024,51105,45377,50536,45342,50504,33409,36873,32789,50507,39944,43020,41617,43756,50508,51118,45843,38205,33470,34334,37635,40843,45048,50518,29777,44930,45096,42111,35627,42655,33765,44811,38679,30542,29768,33715,45448,50528,45595,41209,30218,43899,39056,46732,46771,36049,34161,50543,44638,44638,34054,40211,37017,33077,45956,36109,49012,33339,46850,29962,43648,47570,36057,39723,42468,34071,50713,34000,35673,42816,37753,44942,34625,31060,48457,50582,52476,31276,52344,41476,35432,50586,37820,49665,43195,49130,30655,34541,41788,40901,48237,38373,49011,38498,45438,40572,39094,34039,36062,31879,46752,38021,48272,41202,49097,41050,31720,48001,34593,50611,52595,32375,45081,31854,53499,40591,52848,45181,31812,52008,40330,40055,38145,34740,51110,51271,41051,32841,33575,50628,30783,37595,34460,41733,49120,29971,50637,50644,37901,53423,39025,52084,41390,33783,52996,35775,50246,40061,49922,48651,39071,41740,39184,30143,39184,33490,29792,43064,43825,52165,42720,34944,38983,50676,46373,47855,31693,34254,49228,50680,49389,40941,50684,45692,45320,29896,39291,30166,29898,37302,46919,52358,48709,38779,50693,42571,39253,49850,51469,33739,50695,50697,33027,37705,37706,46297,39713,32157,53587,53020,34769,37943,47751,51539,45640,47119,45873,38742,49029,52436,45390,45390,45370,34936,42720,32458,45234,45234,32254,47873,47873,39447,41265,46250,41479,35050,50998,42681,43428,45667,32892,43895,50745,45621,41134,46081,29939,43516,38453,36548,33697,38848,46515,50765,49270,48239,38794,34501,50322,50227,42640,46789,33863,34128,32073,40554,41784,40349,52050,42308,35241,44564,49712,43186,51826,40780,32560,46310,43591,53638,29923,46632,50471,47674,53285,40912,38248,38448,51020,52079,51093,37329,49492,41707,47392,50825,34550,37876,36292,32412,32412,34863,47309,31528,38404,50834,31272,48069,53523,42627,36219,43195,50250,49364,52206,36112,40908,47129,51534,46068,29918,44111,37182,40852,32856,47229,34096,35598,39294,39294,34693,40033,45380,52281,33209,49051,38804,51876,50875,31698,41016,50153,32169,40703,50881,50882,36502,30854,50884,51856,38434,40318,35220,36726,37833,30494,50893,51005,43437,51005,38810,46200,51174,32342,31610,47650,50232,29992,38513,32015,42088,42469,40395,40055,30154,33056,39460,33096,48527,47592,33844,44421,34215,52052,32178,50916,43196,31815,50918,50306,36063,31927,37590,50927,50927,33645,50937,45827,42288,37759,50943,41808,50946,34257,37474,37583,37087,33310,47807,47279,35172,32411,46568,38535,53105,53105,47229,35740,30282,49641,42143,29963,34332,31348,48875,43016,46862,35167,46625,50971,47089,40443,52403,45308,34499,33303,49136,41923,38699,35492,30194,53217,47598,40857,35333,37761,40160,30960,40130,49607,30995,50438,51276,44166,38814,50882,43026,49602,38292,34233,36845,37371,45868,49632,34932,50996,36535,41805,37435,45172,45253,37536,45147,51007,37121,31637,53779,50187,41354,33250,53685,30829,42282,38685,51027,48383,47747,50349,33241,32465,36398,48562,35440,44988,38410,32821,35095,45725,42847,51042,38261,51967,45847,29949,34964,33485,51050,51052,51523,39930,37461,30348,42269,51054,41679,51060,49612,51684,42174,49343,34149,34370,49903,42827,33690,51071,43746,41172,50810,46877,30293,36702,34028,30272,44269,36593,49481,43260,32727,48406,48406,40927,30120,33633,34381,47926,44944,34056,46767,46767,52460,33314,33314,51671,44500,46847,39768,47043,50853,52328,36423,33962,47509,31752,45703,51600,34457,48766,48391,51111,38028,51852,31004,33231,36058,51115,39761,38642,46004,46467,46198,51124,53543,51977,46105,46094,51594,51127,36052,35603,41964,34624,51132,49231,35838,40066,48875,51141,51143,34387,39308,52466,44142,51147,44030,45042,47056,33610,43764,43496,42151,46796,51596,32377,51342,41397,37764,46013,36484,51834,52153,41049,40394,36623,49062,45735,37232,40660,36368,45180,50889,51168,42669,44551,43372,51650,32337,32223,30700,41131,40782,49338,52480,48966,30651,46164,36995,44739,48476,38935,44478,41068,53564,51195,31271,51198,46783,48731,40705,51199,51200,46013,31096,44662,45603,38217,30228,53756,36025,53056,48889,53142,51213,46918,42131,38706,30645,52197,48615,52865,44460,41948,52349,36177,53717,42265,43658,53279,37025,51226,51140,38701,43656,51234,46242,39025,46816,50112,43745,39774,47556,47556,44631,53041,37036,32820,49084,42924,52202,32858,31756,47313,31832,48234,40077,44782,29897,33854,35398,30455,31109,39465,44839,32472,38581,30763,45106,32728,45042,44486,40144,35797,47621,46415,42126,40275,47154,50257,53468,31346,38916,48514,36973,29900,41405,34345,41936,48446,33424,43130,52630,43590,40656,36003,47091,30517,32338,46572,35912,47669,44593,48625,51490,51320,50202,48388,51324,40133,51325,34799,32845,41688,52543,34110,30875,35244,34613,51331,46812,33047,53643,50009,36895,32305,32094,43367,30123,46963,32183,33612,33654,49745,51345,33433,52886,45822,51351,44968,46398,38764,36478,32178,32053,53034,48021,48517,47366,32099,36355,30846,46555,51747,45341,42945,30068,52347,35875,31590,46992,31340,43809,36300,36300,32239,30890,49451,44473,43901,51382,40032,44320,36593,42310,35776,42195,37779,46321,33702,44833,38523,34439,51392,32867,32513,31712,53294,38369,50688,46572,49557,45197,44453,51413,39111,39111,50304,42485,32717,46872,40412,51420,53325,44977,41454,51426,40897,35333,46447,51676,48757,51837,51750,51049,50501,47559,52570,47766,40633,36050,51441,31760,42556,47202,32729,51514,52423,47346,53109,38043,52814,45149,48782,33915,40979,43418,40225,32573,38053,52988,51008,51461,53375,39425,34979,34651,48098,50457,46242,51477,42221,37980,40074,34580,29874,48248,45946,33419,44688,31871,31871,37336,37217,34579,45171,46571,48461,32349,36942,51502,31485,46961,41823,40752,51508,40411,30228,30228,34504,31516,44464,50904,51965,48517,36467,49529,40651,46955,43749,46023,53770,34225,52366,29818,52097,52097,36744,43571,30819,43270,38093,51525,38006,41501,36089,37394,37126,44051,32975,38997,44753,38638,37432,39822,48720,35490,51548,51549,50722,34466,51552,53063,39331,47322,38560,33421,37576,31786,41384,51569,32439,40781,39477,40714,38370,36004,40153,41828,37186,30281,49759,36684,32999,32626,36407,30611,40116,51515,52117,52389,45778,37433,31871,42342,43270,49208,49082,46616,33886,36089,30420,34558,47203,31235,52557,40696,38277,45941,30318,36210,31172,43936,52971,38792,48146,48428,36186,47941,53208,42237,35005,40909,51628,38975,38825,45375,34070,35103,39026,39026,53571,53571,45380,46206,31360,48222,40480,51342,35746,50240,46332,36568,43651,30118,34392,43006,37412,53281,40526,32258,45848,47071,44390,41869,42298,50056,33276,33453,49360,52238,40909,36305,51653,43044,53192,40064,51657,43984,32895,42993,50392,33027,51662,33027,34142,46720,49766,47819,45114,36926,35784,38742,36699,36699,52682,34779,37048,31969,32803,30917,48355,51599,43997,46348,41576,34263,40114,51935,32820,35004,48381,42069,52980,37124,47956,51690,41443,39755,32004,43978,49666,30533,30260,49173,33243,47655,33096,34338,41299,42873,36110,45841,37172,51710,37801,50114,51314,30295,53291,51724,37162,47968,51265,33892,34183,31409,46279,40341,42061,31961,48096,41672,52395,45465,51747,45987,53748,47010,35988,53035,53035,51021,31760,44763,32111,42654,51752,48405,41855,30873,37091,33216,38957,32153,40326,31949,39544,45417,39137,45462,39567,40561,38784,45940,51776,36013,32180,32788,46068,42071,42485,43744,43069,35198,51787,48652,38822,41702,30125,39389,48689,30686,51270,40567,42956,33983,46639,38309,45608,32090,52684,42258,32784,32399,51812,44804,35325,40835,47633,45955,43022,45791,34731,39436,43438,39029,40973,35450,33064,43133,51828,40380,36734,42466,33098,52207,47908,36743,52578,42065,50244,36417,40253,38609,51860,52170,36017,31418,43619,31710,48800,30267,42877,53639,49180,53605,46478,50084,39653,39762,49929,51870,47523,44380,47522,47539,30997,30997,51872,36397,35739,48125,39649,33406,37749,53200,51880,43923,43503,46713,51889,48635,48934,51902,51902,30518,40629,50526,39283,42920,53242,38238,45566,33721,43277,45766,49500,49183,49183,51914,51914,32321,31995,53592,31195,46855,42985,46610,53127,52062,42941,51840,53185,36837,38881,34955,51926,30989,36073,51167,31491,31071,36664,40922,50066,34482,34486,50319,52508,30303,52461,51033,52866,51078,47114,42173,49444,36061,46146,36852,42331,33800,30022,35669,47254,36845,30092,42145,48413,39710,39979,39158,41285,42664,51955,50975,32619,39816,51832,33426,32418,35579,51961,40751,51920,51966,42595,40086,51968,46952,41771,52927,52688,32682,42572,37744,49419,39251,44190,42824,51981,50563,50860,52556,29763,50867,38884,33766,37542,32370,31732,41966,51988,51965,35981,39042,52647,30995,34634,32218,30710,35845,52386,46968,34790,31755,30249,48938,36915,52011,38409,50702,51784,49525,44847,45364,45695,32774,48900,42339,42339,45643,45656,33570,50125,43684,39211,47594,49990,33341,52035,51042,40781,42045,31758,39925,53307,51992,35741,53618,42747,50741,42275,33901,45760,40877,37724,35200,53401,32052,37596,30851,38959,38284,53562,39430,52165,44480,46431,52058,48649,49697,50431,35603,44502,39608,47571,52079,43758,41999,44363,41350,33323,35257,41589,34877,51579,49805,48638,38184,40770,50562,52178,43447,45488,52221,49915,46435,42996,52336,49040,31447,48287,37335,52112,32727,48842,31385,32483,53564,34799,52119,36561,50763,45064,42799,42310,50805,50348,30613,40581,51004,52134,34479,34479,32763,36458,49508,38412,32158,32864,32710,32761,40404,41875,34804,39221,43482,53027,35940,35340,31410,41789,42772,33991,35318,38436,40251,34800,39252,41026,38046,32731,49032,46427,44391,34084,30435,52956,49354,48006,52194,47999,47999,41814,52196,47110,32334,45295,35914,32100,40908,31766,52209,52210,30678,49281,52213,46935,51481,44039,52218,42223,30819,39749,31756,47968,38277,38667,36927,37561,52226,52228,44466,52231,40826,39647,51648,31897,52242,51151,34347,47581,51691,29965,52253,48430,35154,39957,51218,36322,37517,44776,45888,45617,30292,36546,34612,45273,30174,40237,41599,36838,36113,51238,39473,38643,52276,47689,40151,36152,35851,35929,39157,39157,32724,48227,45769,46602,52785,44327,37269,30319,32711,52739,46620,49071,43461,50685,52070,37010,32438,40352,31011,31730,52325,34861,52315,52368,52320,42163,35061,45135,37025,52044,32902,35249,37390,49946,34691,43723,30337,52401,47399,52331,53005,38233,52336,35613,45415,52120,40668,42753,43169,47159,39506,31497,43284,46807,38367,33581,47323,48485,53596,33752,45195,53693,48064,33323,53589,33077,37322,47240,51388,42772,45418,35316,51876,46230,49159,39637,32496,44312,51911,31086,50417,42422,34542,34478,34478,48603,46479,49152,49152,53028,53028,53056,47244,44827,47284,42192,39162,43678,39370,51682,50148,52400,41614,52400,33894,33504,52406,47904,51056,47715,31874,47284,32181,51515,51515,38616,40352,52411,38738,35739,43107,37939,39750,42762,40217,52479,52422,53106,52840,38235,43266,39895,31060,44285,30590,41071,41083,45209,30281,30921,31403,52314,43039,52448,39267,39953,35039,49126,33423,52463,39548,44912,40518,44148,38586,31736,33153,43370,30093,51276,49175,49175,35715,52476,37333,53464,51178,52488,52490,46791,52492,52461,52495,47517,52500,42884,38980,48309,32604,49166,48030,50369,47829,39296,35872,41425,44622,45623,34531,50821,52904,41407,50504,37865,31290,44012,47312,48745,51406,36625,52958,33963,34403,46393,30169,39497,39539,42397,44208,30482,40593,36947,38962,37213,43371,44637,46753,46753,43352,32016,52887,53764,52553,46224,40717,48566,48566,41710,44439,41475,37105,36264,39042,33132,42909,30455,43320,41135,31391,47226,45128,38597,42002,52573,33862,33428,40923,37568,52578,42603,52580,52497,32715,33810,31113,32064,35068,52593,40055,40055,52595,34255,31899,33644,38970,32270,51755,50115,40780,50202,32048,53492,44750,38355,49487,49175,41874,45952,39431,36777,35056,52615,34432,44973,40447,48223,50452,50452,41933,44691,48856,34238,40591,40177,52487,52623,49143,52728,52624,52625,35648,40082,38976,49172,42051,34472,46026,39702,46466,46466,44257,44257,44037,52634,39249,34064,37780,52637,44147,52639,35718,30764,52642,37905,52647,38456,34959,39139,29786,30984,49380,44640,40168,43727,43727,43797,37713,38067,47678,48075,51968,52658,46121,33544,42277,47930,52664,46725,36502,53527,53256,48740,53374,44339,31699,48678,46663,43021,47625,41748,53357,43390,37137,46380,51569,44655,50795,37120,52693,47465,40792,51999,50336,52703,31883,53391,34791,30761,35663,36573,47634,47929,33715,53608,44463,40036,34791,44790,35200,52719,32136,42743,52725,40867,32597,35095,52731,34291,52203,50809,35144,48574,50605,51492,41940,39310,52749,52749,50440,45143,52878,37526,52345,38720,40730,32156,51366,36826,52055,52763,32235,44754,52768,52769,51004,45864,35929,31545,40304,41028,37639,37582,49073,43156,32539,45646,29968,40874,46235,40653,39505,31746,47481,41830,48097,48201,45297,48426,44340,30403,52795,53550,30985,52274,42639,39271,52798,41283,33374,32667,49379,42778,35948,51888,36597,50488,41166,53634,47655,47655,31340,31355,47354,44884,49968,31479,39674,45899,52972,29873,47305,40401,48117,40725,32864,52832,53339,38813,31549,50561,38833,50561,51371,52838,32376,38153,42621,52843,36962,50703,50056,46918,52852,37377,43708,53265,52444,34424,43638,39703,36785,31946,51295,30826,39243,45969,48266,34400,46274,47974,37128,44227,46139,32361,52870,41312,33732,43679,40079,44033,39696,45158,49215,38503,39617,52884,50159,36359,44933,37611,45857,42814,35914,53146,31228,32847,32847,47455,32589,31807,43020,50315,45417,50663,42028,44162,42558,49453,52903,43249,42836,34299,38818,34752,35691,37784,45196,29970,39191,51790,36940,31077,53085,43851,34705,34187,42007,41161,32020,33094,40674,39037,52937,33944,52940,52943,37195,30290,46075,51909,48032,35101,36837,36711,32577,39504,49500,52953,39708,40653,37590,50089,31571,49625,53576,33727,51633,48968,49181,38416,52972,52978,35875,30175,35893,45671,50384,48458,52988,53205,52989,51467,43459,41458,32713,40207,40567,31896,39875,51289,44866,42717,39335,42320,42351,48709,41172,35877,46100,34792,33376,53013,53012,33376,49375,42337,32130,50199,49131,36223,51387,51089,41745,43381,32468,30244,51147,37884,30651,30651,53590,42419,42419,44639,30094,44292,47388,42302,36254,52373,33467,30012,51756,46080,51729,39257,29757,36599,41693,52980,47019,53059,47965,47965,38662,51428,37762,38148,52836,34821,53073,53471,44386,53074,51360,30952,31317,49908,53082,51525,50908,48428,48428,47566,50260,31148,37210,39386,30661,53089,31896,32150,46425,53097,44603,41402,30672,37657,53108,43347,43247,34313,52869,48360,48360,47153,49177,40023,33631,40729,50721,35513,53126,41876,31357,44938,50278,30300,51270,43909,43722,43722,46815,51865,33973,39455,33723,40849,51969,48407,38596,38178,49032,36698,47554,31595,41216,44978,42473,44040,34451,47435,48318,44733,31961,32203,37802,41094,33207,33605,41813,30404,30404,33513,37455,40471,41027,53151,45034,39363,48943,46512,32431,53157,53157,45547,30822,35577,30323,40875,41797,37951,37807,31527,43150,42153,39640,38757,43307,44451,30964,34458,49280,38440,34493,40635,44822,38779,29774,53192,42582,30533,53373,37848,42967,40449,38850,39182,42300,38043,44019,53118,43667,53209,53212,44804,34569,41241,44770,47672,30578,53774,47190,34740,43411,50099,52159,43217,42861,44257,38639,38639,42030,53566,32273,52408,35516,53242,33112,39543,33026,33026,34650,33293,38750,35061,33392,43732,53249,36589,50819,32637,45112,34777,38889,53259,40557,50836,47748,53260,35800,33066,31129,50682,43300,40827,43992,46124,33100,39583,43313,33291,37942,37153,38273,47444,53281,36221,34789,35624,38346,47094,37310,35135,42502,37836,42655,42080,43568,53297,34856,51173,31688,39203,38554,35292,38075,48845,37414,45515,40036,43271,50689,31225,42052,45184,46299,44642,40199,53315,31249,44434,32202,30368,43548,53324,46520,42602,32781,40363,32375,50977,39915,47643,38368,39223,48096,48096,49705,49205,30374,48481,43356,35281,53335,53336,45832,39430,43761,34268,29968,47701,53791,31210,38361,41227,41314,42215,45057,34488,53351,29874,36794,43578,43889,42543,33044,35496,53358,40189,32312,37985,53364,42812,45328,32826,40938,46297,53369,37918,43533,52470,46007,31073,31003,40447,50485,53382,47002,33207,36896,53387,39026,51269,40296,52209,38478,36316,53114,50654,30258,52915,30258,53408,44249,53410,39283,53414,41698,51076,41201,41877,38061,42062,30373,45769,34072,45360,40062,39551,53425,53426,38224,47424,39459,46191,33791,34142,50217,52867,53428,53429,38306,44044,36794,38082,53808,48492,40202,38961,49528,47905,48269,42505,42505,50059,50402,46003,50859,53456,52273,53719,50802,49433,50728,53463,51588,52640,34544,33992,39440,51164,40051,49740,38078,41121,43109,48503,34142,50116,32866,53360,48715,53481,47537,36408,49480,48654,39761,53488,53490,36097,43481,44448,52062,49656,46079,31951,43548,39888,41940,41940,48465,39687,41423,41898,53513,51638,42734,35390,53521,40846,51545,49583,47787,52107,33506,42687,49896,53527,38078,50057,32223,42548,45827,51296,33982,48699,48699,38353,53521,37690,35692,31252,53550,38738,39018,32586,53553,48286,44743,40417,30006,53638,38983,53559,37888,51832,44241,34039,32715,50578,36150,53573,49226,52669,30595,48505,36309,51739,34486,38591,42311,37319,44622,48172,33936,40538,40538,40721,40720,40819,31315,51558,49256,53583,29788,32701,37560,52704,35594,44785,31012,34646,50555,35582,45174,53365,45780,46600,53602,52644,42243,47829,31045,53604,33078,48867,49091,44034,29972,37755,40733,53631,40734,41295,31813,49974,52964,38925,46569,31275,51051,50406,48568,38745,36204,52145,53636,45809,53638,45977,39994,52996,34613,31495,35087,50629,49282,42910,49726,45150,47980,30657,36617,33051,39644,48825,45005,37962,32850,41554,53664,41163,45894,53666,35029,37487,35900,35818,38639,53675,51658,30445,48061,49334,53681,41519,33791,41135,36177,44991,48604,42471,42471,37649,34477,45106,39557,40304,39555,32587,32562,36839,33973,42585,39258,46670,44984,35563,36930,53709,46955,51518,44686,53713,34231,53714,34273,53716,31576,53717,32726,51793,36894,53878,53942,53727,53890,41642,46588,54004,53744,54020,53729,53923,53955,54023,53732,47340,53729,53963,47921,53727,53723,53747,53991,42422,54018,53728,53745,53975,53940,29726,53741,32006,53981,53985,53927,53930,53980,53987,52020,53844,34404,42590,41465,41465,53970,53993,53845,53754,53968,54000,45772,54007,53985,53614,54020,31043,53905,54015,53760,53760,43967,53980,53765,53765,32092,32092,53767,53767,53854,53854,53769,53769,53770,53770,53771,53771,49604,49604,53919,53919,53937,53937,53779,53779,53897,53897,53774,53774,36435,36435,53777,53777,53917,53917,36435,36435,53779,53779,51013,51013,40980,40980,32265,32265,53782,53782,53902,53902,32265,32265,53785,53785,53848,53848,52966,52966,53871,53871,53848,53848,53872,53872,53850,53850,53793,53793,53879,53879,53791,53791,29746,29746,53869,53869,50676,50676,29747,29747,41584,41584,29748,29748,46810,46810,45485,45485,32383,32383,30468,30468,53922,53922,38485,38485,53802,53802,33685,33685,53866,53866,53884,53884,33685,33685,29749,29749,53862,53862,44119,44119,53863,53863,53808,53808,53811,53811,53913,53913,29750,29750,38459,38459,53843,53843,29995,29995,53817,53817,36290,36290,42196,42196,53847,53847,44020,44020,49814,49814,49813,49813,53823,53823,53935,53935,32880,32880,53826,53826,53830,53830,47139,47139,29751,29751,51012,51012,53829,53829,29752,29752,53833,53833,33147,33147,49034,49034,37407,37407,51897,51897,41428,41428,53839,53839,53842,53955,53843,53843,43850,54013,36435,36435,50644,53757,53942,50101,48083,29746,29746,53752,36935,46219,46219,53845,44020,44020,53848,53848,48761,48761,53901,53901,53875,54013,29748,29748,51817,40843,53929,53929,53724,36290,36290,53542,47921,38485,38485,32092,32092,29995,29995,53802,53802,53785,53785,43850,32383,32383,50645,38036,53937,53937,54009,53960,53960,53859,51012,51012,53829,53829,54019,29752,29752,53823,53823,36023,36023,53779,53779,39401,53862,53862,38588,38588,53866,53866,53847,53847,53986,53986,53868,53868,53869,53869,53752,31461,53870,53870,43222,53871,53871,53872,53872,48389,32880,32880,53770,53770,54007,35528,53726,53726,49691,53745,53879,53879,40058,53881,40091,43585,42137,53777,53777,36435,36435,53830,53830,39785,39785,33685,33685,44135,44135,53883,53744,53883,53884,53884,51897,51897,49034,49034,53976,53826,53826,32265,32265,42422,53614,31655,48389,48389,53750,53757,42738,53859,53817,53817,53979,54007,53782,53782,32265,32265,40980,40980,54015,53735,53890,53863,53863,53864,42738,53774,53774,43222,53833,53833,53954,49814,49814,53987,40091,53897,53897,53779,53779,38109,53930,38588,53750,46810,46810,53991,53763,49050,53902,53902,50386,44135,51929,47139,47139,41430,41430,53961,53961,41584,41584,40091,53913,53913,53767,53767,53926,53926,42196,42196,46702,53915,53730,53730,31038,42590,53917,53917,47511,47511,53740,41888,31655,53919,53919,53850,53850,53976,53842,53842,36608,53922,53922,31038,53731,53731,36026,53948,53948,53923,35528,44119,44119,53738,33685,33685,29749,29749,53927,53927,53977,33147,33147,53771,53771,45485,45485,53854,53854,29747,29747,53848,53848,53855,53875,53542,50101,30468,30468,54009,53935,53935,29751,29751,53971,29750,29750,36139,49604,49604,53905,53905,47921,53731,53738,52966,52966,47340,53759,37407,37407,49046,53737,53895,54017,54017,49813,49813,38459,38459,50676,50676,53878,53793,53793,51013,51013,54000,47112,50644,50644,53769,53769,53811,53811,31617,31617,40361,40361,53791,53791,53808,53808,53542,49046,53878,53727,53890,41642,46588,46588,54004,36608,53744,49691,53729,32929,53022,53923,53875,53955,53955,51929,53757,53757,35638,35638,53959,53991,36023,42137,54023,54019,54019,30436,49085,49085,53970,53970,53729,53878,53963,53963,53727,53727,53723,53723,53022,53747,53747,42422,53746,31823,31823,53728,53739,53739,53751,53745,50386,53750,53844,53975,36026,53940,53940,39521,39521,47340,50386,53977,53741,53741,53870,32006,32006,40843,31461,53981,41642,38501,38501,42422,36139,53930,47340,53987,53742,52020,53844,34404,34404,42590,41465,41465,41642,47921,41888,47112,53763,53737,53742,53993,53993,53728,38501,53735,46702,53921,53751,53845,53753,53753,30682,53754,53754,53864,53864,53755,53968,53968,43585,31823,54000,53858,53858,45772,53855,53855,53756,53756,53968,53933,53933,54007,43967,53985,53614,53955,53729,53724,48083,54020,41465,53901,54010,31043,46702,31038,54017,54015,54015,53760,53760,54018,53959,30934,36935,46219,53739,43967,53980,54020,53921,53765,53765,54009,42550,30934,32929,54395,54328,54088,54026,54031,54436,54156,54463,54349,54476,54513,54084,54110,54045,54132,54184,54183,54320,54069,54506,54338,54188,54548,54068,54356,54462,54313,54394,54551,54386,54253,54424,54176,54377,54069,54423,54103,54112,54310,54393,54228,54432,54470,54254,54461,54198,54353,54152,54080,54168,54366,54477,54424,54046,54207,54047,54430,54444,54163,54503,54435,54424,54099,54335,54549,54037,54095,54410,54108,54447,54514,54184,54356,54339,54470,54265,54246,54460,54241,54366,54383,54527,54046,54483,54307,54268,54489,54196,54355,54160,54198,54500,54069,54340,54029,54552,54193,54205,54083,54137,54042,54055,54246,54373,54380,54452,54193,54330,54192,54498,54104,54065,54131,54115,54241,54472,54067,54051,54440,54531,54029,54052,54558,54041,54336,54057,54230,54056,54352,54100,54373,54265,54054,54433,54435,54161,54419,54056,54526,54349,54066,54162,54401,54336,54424,54145,54435,54490,54027,54284,54333,54051,54105,54199,54366,54107,54539,54287,54172,54540,54360,54427,54215,54407,54220,54316,54480,54155,54091,54210,54321,54042,54088,54067,54308,54123,54186,54266,54459,54086,54374,54459,54231,54250,54141,54301,54533,54318,54201,54087,54269,54163,54378,54228,54509,54089,54147,54261,54528,54265,54063,54397,54285,54397,54467,54396,54471,54499,54529,54414,54183,54401,54243,54330,54361,54107,54242,54255,54070,54413,54399,54111,54082,54166,54048,54494,54484,54346,54035,54111,54111,54339,54426,54069,54327,54236,54211,54143,54459,54454,54423,54296,54142,54115,54444,54398,54282,54287,54476,54079,54348,54096,54303,54303,54502,54154,54367,54033,54171,54470,54372,54175,54175,54174,54549,54174,54420,54271,54249,54257,54432,54060,54060,54422,54034,54281,54041,54411,54364,54167,54294,54425,54331,54425,54465,54239,54090,54214,54467,54152,54483,54389,54428,54292,54207,54137,54058,54093,54484,54497,54547,54344,54094,54044,54507,54261,54353,54134,54054,54411,54126,54098,54072,54360,54526,54495,54089,54329,54194,54322,54484,54263,54263,54317,54130,54071,54550,54512,54316,54272,54298,54117,54133,54323,54289,54218,54450,54047,54194,54203,54363,54385,54220,54518,54157,54491,54376,54244,54465,54465,54309,54262,54278,54162,54380,54063,54459,54077,54422,54161,54379,54507,54307,54178,54424,54241,54516,54440,54545,54090,54208,54398,54391,54245,54443,54056,54245,54449,54388,54236,54180,54402,54511,54332,54515,54144,54514,54251,54209,54503,54344,54344,54206,54359,54537,54544,54276,54278,54426,54460,54452,54391,54513,54331,54489,54369,54502,54529,54529,54025,54247,54103,54083,54290,54066,54468,54360,54360,54300,54301,54519,54091,54204,54264,54039,54313,54049,54207,54043,54091,54334,54167,54104,54168,54546,54042,54364,54240,54176,54049,54160,54450,54405,54032,54402,54293,54133,54133,54524,54324,54376,54508,54195,54174,54267,54204,54429,54149,54438,54445,54364,54382,54428,54252,54352,54186,54439,54063,54026,54086,54256,54551,54221,54212,54114,54333,54519,54078,54464,54283,54320,54255,54555,54086,54252,54094,54139,54510,54437,54420,54404,54040,54453,54212,54225,54081,54400,54411,54437,54096,54261,54350,54275,54048,54550,54538,54496,54509,54157,54342,54187,54187,54487,54106,54480,54394,54246,54186,54499,54107,54299,54552,54155,54058,54038,54278,54473,54377,54043,54332,54031,54146,54234,54234,54044,54482,54158,54171,54387,54357,54243,54317,54541,54119,54176,54188,54209,54347,54138,54040,54436,54394,54095,54359,54500,54387,54042,54537,54382,54264,54555,54358,54426,54187,54305,54189,54267,54095,54378,54238,54300,54170,54383,54089,54475,54492,54385,54219,54176,54464,54362,54534,54217,54414,54210,54102,54492,54239,54377,54184,54466,54343,54187,54130,54090,54150,54142,54206,54216,54114,54514,54530,54439,54109,54122,54311,54515,54322,54044,54500,54280,54280,54302,54052,54271,54371,54475,54464,54044,54066,54293,54091,54553,54131,54233,54173,54243,54112,54112,54075,54105,54390,54039,54402,54478,54033,54416,54161,54388,54451,54490,54374,54222,54401,54239,54442,54058,54039,54136,54251,54120,54193,54350,54513,54351,54551,54520,54110,54299,54156,54197,54077,54277,54277,54542,54338,54385,54070,54500,54118,54163,54200,54032,54441,54245,54200,54337,54156,54283,54387,54501,54501,54224,54501,54226,54239,54347,54219,54117,54227,54283,54197,54343,54522,54457,54457,54418,54073,54073,54232,54358,54165,54385,54127,54095,54130,54516,54068,54485,54319,54247,54291,54307,54043,54241,54190,54259,54235,54150,54061,54409,54099,54297,54157,54233,54233,54075,54267,54198,54336,54316,54047,54414,54414,54257,54277,54169,54108,54250,54394,54324,54530,54481,54108,54498,54153,54083,54315,54085,54092,54267,54540,54213,54549,54541,54188,54188,54082,54536,54192,54181,54203,54543,54473,54274,54359,54121,54077,54146,54548,54548,54214,54412,54025,54306,54512,54276,54408,54222,54455,54180,54062,54073,54372,54169,54201,54406,54096,54144,54496,54238,54122,54140,54523,54139,54413,54228,54169,54456,54062,54291,54291,54507,54448,54397,54417,54233,54228,54026,54425,54380,54296,54422,54405,54128,54408,54260,54093,54052,54229,54229,54116,54314,54303,54410,54076,54511,54030,54190,54445,54161,54375,54392,54101,54221,54085,54349,54179,54084,54382,54401,54148,54358,54469,54478,54480,54237,54270,54432,54066,54191,54102,54382,54369,54218,54337,54340,54248,54035,54140,54034,54493,54122,54127,54347,54523,54350,54202,54453,54217,54394,54354,54135,54054,54551,54120,54134,54315,54431,54395,54308,54155,54367,54208,54474,54288,54308,54257,54455,54436,54255,54316,54222,54285,54284,54480,54268,54399,54460,54076,54547,54074,54273,54101,54500,54244,54228,54185,54045,54211,54344,54480,54283,54536,54093,54452,54298,54282,54398,54247,54549,54052,54190,54113,54216,54070,54474,54534,54362,54178,54355,54408,54219,54154,54166,54409,54219,54237,54420,54344,54412,54522,54289,54088,54252,54079,54485,54458,54299,54033,54374,54454,54530,54422,54117,54450,54283,54350,54342,54070,54189,54387,54198,54310,54511,54179,54216,54416,54278,54524,54531,54242,54421,54238,54348,54028,54225,54479,54450,54138,54278,54201,54375,54385,54456,54517,54226,54512,54100,54089,54236,54473,54273,54386,54411,54188,54059,54336,54272,54491,54153,54371,54264,54231,54537,54537,54466,54523,54393,54112,54112,54490,54084,54380,54288,54293,54531,54210,54027,54191,54518,54261,54255,54026,54240,54202,54072,54525,54343,54043,54269,54515,54483,54288,54141,54158,54092,54348,54082,54280,54360,54383,54116,54134,54378,54378,54532,54395,54390,54535,54485,54494,54102,54554,54061,54119,54126,54346,54543,54091,54553,54490,54062,54470],"j":[1,3,4,7,53776,53780,11,53783,53787,53790,15,16,53797,53798,53800,22,53803,53806,53810,53813,53816,53819,53822,27,53831,53828,53827,53834,53836,31,1120,33,16445,16445,28675,32,32,10449,11933,4360,4360,6539,13201,1891,2791,16344,25373,10103,2800,20884,3214,25518,21930,19589,20184,13290,18362,21989,5607,1899,1676,27650,27517,12993,25847,29404,23504,11514,769,3655,25434,16605,14825,28643,27020,22005,21195,45,17903,15890,22490,15491,53865,23431,46,18951,8980,23525,28948,11000,21865,16344,4284,13200,9382,19406,4383,18482,6007,11873,7064,27358,1740,25205,12424,5709,475,24727,29553,28038,3735,8103,8095,23365,27252,4889,17919,21574,21641,8824,12831,317,7341,22151,12297,20988,58,23818,23704,24637,15858,9219,26226,15537,6445,6193,14643,6261,28078,19434,21398,10515,5465,27964,29598,2364,6831,10250,14521,2111,7885,9273,4455,18954,13999,21514,12166,26887,7133,20684,28820,10596,14440,3717,5478,26486,22645,2445,16053,7421,17389,13092,12022,1109,6234,18331,17842,4830,6622,4593,69,3901,7902,21968,4056,13641,23597,1242,25734,15411,27207,11477,10605,6890,16283,12508,4444,10048,27418,8017,7996,13856,5376,12381,28539,25587,11587,13947,5394,4359,16576,17219,9965,22656,21955,22473,23035,24557,27975,18011,4309,7204,26619,7741,10809,2245,4368,16530,22878,25620,8905,9330,453,28823,28661,21776,2118,12403,5548,16438,3557,15010,1216,8021,3001,16133,4260,21799,1102,29174,4486,13754,2287,83,6267,18358,12637,2064,24445,6990,16374,6696,12860,17854,25002,27383,9476,17769,23566,5509,28993,17338,2107,9206,3773,2331,26000,21126,6364,11036,11653,4274,17807,27503,2456,28070,5551,23779,25115,21450,2201,18874,17962,607,2046,10223,13488,7824,18487,12766,2163,8114,9258,28452,19964,23402,11701,1907,4664,16205,20091,17660,25514,8243,20271,1625,23221,21127,27246,21393,25691,28739,11134,27596,21321,19840,10237,26093,22918,15023,11907,13341,15006,53840,53840,8058,24211,14220,12404,23198,15397,13911,6425,6344,28145,24350,2469,16360,5768,25584,4276,106,17088,17786,12038,9023,2785,19086,22615,6317,7568,20924,2646,11808,2827,11709,4447,15521,11328,5529,18797,26069,25261,7279,7189,27586,12529,6818,11603,3273,12356,15580,9439,16740,6412,19636,28171,8663,7155,24000,22405,13229,19101,13535,11687,117,16611,18889,16138,18803,26761,18637,19266,21907,16475,13764,23759,26513,17006,1831,10415,53841,53920,19203,15175,16948,22897,14410,27973,6471,22893,26618,1333,18279,27208,16162,20411,25779,28311,1092,6168,19048,25541,26556,4002,9856,13423,9331,20065,10105,14063,24798,20140,3594,29345,2752,5723,13503,10839,21069,8823,23119,27039,7096,25147,13090,16044,28704,27307,22335,5699,26070,20865,26936,24571,11204,20554,11489,13628,6551,26466,26826,16996,19275,20031,2616,14539,10225,133,11383,3802,7818,25693,16271,9559,3558,28996,6256,17530,13253,12348,14782,9573,26557,25641,2980,12627,9329,3795,4107,15240,2367,18476,11593,139,20866,5346,7793,15302,13780,11637,18205,4818,27368,27356,28638,13817,4981,26870,20641,2548,8179,13267,26499,2184,5010,12665,13257,18496,27138,21663,19190,9787,28730,21552,1038,8794,3968,26729,21788,25171,12344,24191,29497,24427,3183,15066,1266,28607,14419,16820,7034,17921,11273,16035,12917,22852,23646,29025,6745,28095,20992,29527,6890,23684,19239,3703,8150,15257,18686,3939,15926,21475,28438,18343,27650,11318,13572,21126,4006,15711,22874,8277,20935,18024,18694,21269,18938,7834,1706,27210,14894,22037,16007,12442,3724,27607,21742,161,4291,17768,24938,18818,24514,29513,14120,11589,15008,29653,5796,5796,13728,5511,168,16746,8405,11427,7931,16402,27726,29313,11020,6118,11611,18437,20565,6036,21716,26561,16010,27610,17277,12814,25687,2626,17408,27203,12095,25138,5748,24573,22664,26814,19211,11560,9793,18866,9460,23308,24961,20780,4304,10635,24692,11001,26781,28351,5526,179,12275,12159,7107,182,22224,18780,9454,12902,13117,18091,18051,25009,4998,11838,15362,15519,2664,849,20008,27576,13901,18263,24697,17873,24681,17276,17839,7007,12909,29091,27212,21920,3276,6907,15670,25803,8395,9162,2271,20536,6763,15642,9593,11292,20007,29076,17581,20996,26410,13132,23387,10020,9959,4122,22769,22147,13181,14296,17627,23953,12499,10781,2582,24011,27488,24866,506,3910,19645,1571,15058,23776,19847,20766,12165,27928,713,5504,11321,21141,8859,7659,12942,29183,7971,7015,28863,10420,9763,4803,17229,9841,7377,11848,11672,23955,14639,6243,14601,3379,11245,6473,194,19839,18870,7938,28497,8436,9771,29447,2937,6306,3907,15833,7283,11563,17907,2789,892,9677,19274,1071,14968,11490,8229,26544,19624,5295,1080,20539,29588,1063,15229,26740,6339,23149,18011,28311,26992,24256,4355,19981,27010,5862,3170,6665,11831,16611,4454,4462,8307,22152,3870,16621,22908,23572,22741,16028,5298,18045,28694,21371,10072,21371,8291,20685,4051,5645,25307,1024,24850,14734,3916,25456,23681,17388,26488,17262,8473,9212,27758,6131,24438,22538,23583,16272,15301,4836,14647,14707,5534,1479,218,22800,5686,27167,10058,21952,29502,10066,4880,26994,12001,5635,28018,5785,54005,11238,16444,9665,26966,3785,21667,10554,6959,28365,11685,6764,25592,29603,2443,6949,23764,26665,12021,697,23687,7060,10979,2824,14154,23950,6577,13314,25444,24546,17320,7738,26818,8199,15530,14644,7331,2566,24268,8732,21784,6338,16636,8601,14014,5052,21153,2168,29331,17497,8001,5073,29002,3871,4403,25169,23284,15037,9241,11357,6370,22760,20893,25034,26243,26770,22988,2934,19319,11601,13935,481,16975,22882,10944,26593,16705,2805,16709,18613,1701,28294,18128,9790,21508,13151,10296,24654,15398,13370,21534,20783,14366,245,27922,317,16115,27520,4162,3601,249,2137,12397,24877,21172,1646,20878,24529,28754,27237,18362,29478,10583,9579,4847,25692,19301,9600,10532,18016,12491,29463,1090,27109,5100,28637,24435,6627,5795,8281,12751,16021,22373,24433,3493,16243,2210,16714,17742,15897,18890,4274,7827,13572,16583,24091,23140,24953,16582,6357,17548,4195,25593,13639,3949,29004,15037,28930,17631,27642,15462,1590,8321,25996,6418,26880,20605,3742,26878,9818,16336,2073,20272,15051,5873,261,2314,6602,15392,16108,14722,16833,1155,20831,22150,29467,17516,16521,1490,10045,15535,847,28944,9499,20558,1310,23269,9138,12419,2870,28508,8584,3151,15155,5638,18965,20846,22929,13472,5278,53943,12488,6618,25587,22444,20610,11209,6114,23452,17951,1328,1132,27912,24203,22771,5115,18135,1771,24897,21224,25569,23789,16126,10934,24783,20447,6371,28965,27653,1991,20867,18170,15134,20681,275,29412,8255,5158,24401,15956,21849,3629,7442,11967,11114,9770,18663,4776,9135,18671,5390,19918,9082,29606,856,7408,6028,9623,277,10536,25714,28779,14735,25062,12453,19176,25808,16937,19161,1634,3852,3803,22118,25939,4266,19915,29240,24842,11406,22598,19339,28553,28405,9431,3072,4143,23229,23755,12503,17889,2728,26327,6702,5176,21085,8953,2849,12332,22848,23640,21605,9394,12327,13865,3849,12095,16586,458,9787,23764,24072,16529,2727,22021,14235,4311,5364,4792,16546,1297,28350,8516,25216,23993,19458,9215,26888,8336,16122,23071,20235,23985,23833,6577,25160,12198,23147,19083,21652,14736,24701,22107,15858,10174,25238,5774,9142,8040,545,17022,6871,5373,13730,7780,2591,11807,3204,18335,23134,3576,11981,13323,294,557,17259,6685,23383,29513,17567,9335,12610,12117,14630,14630,12681,4833,14143,9249,11731,4850,1138,4318,2043,5582,13200,9311,28458,29370,10161,4935,4119,20761,303,2685,8525,19383,22674,22408,8424,10611,23167,15471,6603,21954,28511,28933,12342,7826,306,15809,7075,25252,17208,22598,26727,4734,23716,22736,5969,17704,29127,5600,26220,28303,24220,21151,11180,17149,8576,24418,2068,12266,29217,21674,4548,316,11980,2590,5147,2273,26427,21830,18876,18667,1273,18971,17690,5074,12770,13987,10095,25660,13546,3368,26492,23927,394,8777,16001,16175,6184,11901,26331,23797,321,3372,15217,2291,22265,15136,1180,24193,21513,14785,23283,17659,32,33,325,27686,2524,25447,29129,16137,25694,26338,1685,17907,328,3380,15715,22114,14439,1872,23241,3071,14854,15394,6602,25468,5510,10543,4169,13539,28001,20178,27710,4468,24595,23239,5544,9077,944,16185,23386,21025,3219,22168,22048,18778,793,20132,23986,22919,20816,21118,29152,9627,6167,23191,21627,14321,2094,13637,20285,11840,29200,7636,27363,12361,15184,5764,18412,28264,3205,20423,2545,17582,22160,14725,16168,29657,26841,18099,10211,14016,4706,19160,17598,8840,340,2307,19486,5399,21195,6791,2692,617,1279,15362,29007,8093,7462,12949,24309,14003,13042,16786,21681,22647,18687,28414,20951,16792,7200,29407,17496,11780,22328,5237,9304,10435,4743,11771,25392,15716,20040,345,7879,7519,7879,26203,4048,1043,25019,25433,7022,9265,1494,19423,17588,4582,2216,13952,17359,21724,11167,1275,14520,28789,6943,21604,9184,8792,12962,4130,28955,16988,13652,23063,353,11661,27636,8122,26921,14472,21349,9519,12637,21208,4831,8539,8851,29113,21110,28719,16927,28905,20526,15957,4367,9446,15464,25317,1395,9896,6423,7443,23833,3270,16695,29649,16105,8421,21847,22842,4278,8409,7407,4733,20452,2741,29243,18855,3474,579,3392,16129,9166,7327,9763,5374,27030,29583,26707,12158,19403,2707,26182,8544,17572,28825,27743,5072,14990,15471,7507,16085,13705,14408,26668,17346,12429,7769,4988,365,7669,28404,1835,24904,7651,5745,2087,224,21644,5737,7470,370,17460,10617,26143,20248,15739,29448,697,27324,4225,27328,23481,7764,5606,7153,26825,15233,6287,24077,11840,23043,1020,25799,7854,20053,24338,12751,12129,13028,26297,14586,6042,8402,16230,28540,11560,16929,4379,15479,21468,23764,14113,27719,27550,28034,9387,20766,1966,11140,17314,24434,25352,5790,20899,10365,7325,22007,3097,6033,28096,28900,4946,17187,28364,8733,185,9238,4876,29458,8546,26972,24221,2986,25409,22666,26556,8710,14700,22738,24672,24172,1281,1033,367,367,20326,23130,18833,7023,11319,26655,5245,9355,4532,24808,2518,27990,22280,13192,10269,5082,26496,21455,2737,788,5191,2563,17318,398,13807,12902,4139,24131,5080,321,2159,27407,26186,8943,5926,1698,22049,4180,11159,15644,11345,20841,6097,14939,9673,14939,25665,6003,12618,18358,27660,23835,7101,17800,23487,7518,20096,26642,12864,15414,6693,24898,5765,29424,6187,24610,20315,19198,14545,1516,23027,18526,24069,15775,3550,25758,14443,22103,6503,12567,3889,2705,9789,26244,9387,4657,13663,26697,16729,22136,28906,10167,12583,17813,14967,26776,412,17808,18738,10717,7104,11270,17194,7989,1509,19694,11704,18023,9149,21315,6676,16520,8134,4718,807,4269,12331,24930,13922,416,24057,14644,6130,3999,13408,15638,16755,16360,22072,13076,4939,3874,417,419,421,19421,692,4120,3983,3983,16814,19991,3564,16381,14581,1152,18222,10876,8157,23504,9827,16595,24035,3900,10326,25485,12590,25233,20231,22063,28108,7312,29085,21543,28186,15575,874,3480,10678,16325,5460,29519,25730,10489,17211,704,23389,7474,14173,9274,20995,9736,18107,16619,24615,24184,430,733,13393,9139,1490,6807,12737,13317,21849,434,24299,12007,602,1998,29663,8795,21326,437,85,26198,4425,19236,932,22229,19328,7537,23714,27305,4194,21688,21194,2280,6157,813,9937,21039,20721,2970,5946,25332,23688,11676,26084,23850,16589,1318,16793,27522,20541,17726,15508,22104,2836,15268,3411,26819,11085,23741,11511,14609,28687,19729,10062,16517,27529,22008,7084,27132,451,9837,8695,8630,8530,21201,21591,15558,7110,14195,5488,18070,2132,20608,3706,16169,470,9754,13146,25756,10124,17048,18841,17636,970,26076,15028,6001,4334,16356,4096,27718,2549,6552,8872,26722,1637,24987,24312,10064,13481,15292,17561,6138,18469,25264,8724,13564,17630,13101,15197,28492,23255,578,22400,22924,22745,26126,24383,28326,29227,22750,15103,14114,4877,12018,5884,23180,253,15676,13171,17605,23581,22855,19025,14803,26924,3158,3065,2684,475,21791,18496,23995,4926,26646,1215,4581,11843,18743,22860,7692,5153,24452,14279,10708,5391,1828,20743,28095,3028,15106,539,27879,24997,7505,17872,27620,3033,5621,1481,15307,7843,6294,8558,6103,26123,4415,3051,3302,2087,1024,8732,28588,19415,22840,20844,1360,241,7307,18767,830,20959,28514,6336,4505,6504,21280,21080,10821,7784,27212,3715,14471,53939,17330,12648,15808,20028,3616,6030,26311,25495,10233,732,8791,6233,14895,28127,5961,7786,29523,18843,23177,26821,6361,13975,13514,17852,2894,4663,2566,3036,15337,12280,25090,22133,8472,8041,19155,10789,28073,6911,16651,16487,2678,10075,14929,14317,27796,17217,23587,15577,17437,10067,17598,9962,19315,11528,3725,14777,29049,507,3554,17514,18725,508,21067,23280,20686,13668,16524,4280,6238,22709,3208,5496,2847,24071,13079,13079,9377,27121,14532,11734,20203,7334,21082,8144,17787,27201,16783,27144,27144,7564,12094,15299,12393,6654,11884,17160,9320,22502,6674,6674,2436,10831,8291,21019,29381,3258,1328,7326,10561,25563,3428,14959,183,17001,22655,18328,16826,18627,22944,2870,22350,16103,26547,5411,517,4811,19128,4004,6675,5323,11631,29202,8231,1139,23269,10281,26845,4673,27413,19985,20834,513,21273,11635,26982,1245,26828,26643,518,519,18353,27501,19844,4482,9151,14044,10003,13919,16841,22211,20862,8821,4029,1497,11059,22290,524,2496,18615,18499,7258,2554,19612,10724,13223,21070,23702,4083,19726,17122,24416,20253,2028,16355,16006,3524,23682,3850,22906,18060,18095,13820,1087,3589,19196,8115,4057,13313,26388,19253,528,8215,18684,14950,26776,19019,532,24102,5238,10677,28458,24897,21159,18964,25224,27193,2233,18885,28632,10607,21346,1431,25354,28821,3430,11227,1159,2760,28158,19772,13971,11306,29295,4822,24596,23273,6921,783,18083,21137,27455,29691,24587,9821,1410,26941,24972,1672,17414,4410,20945,16760,4497,12631,11749,26749,19521,25921,546,14582,26104,53974,54012,18178,1135,8507,21354,18525,22232,20018,29382,18989,14445,13361,5445,7582,13583,2395,25059,1926,19763,26185,21288,555,4557,559,14238,5079,25398,29671,15714,7333,15397,24061,16138,12415,564,8129,5009,10590,15128,27654,24214,567,21605,5423,7588,26195,12928,8885,2435,25834,20504,13090,10303,8256,17004,21321,17290,18274,28748,3136,14893,17348,12484,16326,25774,11146,19677,23791,4369,13368,28699,10315,21724,16926,8828,8812,23544,29586,23466,27927,12197,4609,23593,27077,23287,27818,575,10697,6178,23244,10501,25859,16077,28671,20573,576,17839,11305,18078,18118,17115,5415,8702,9114,2235,15101,2369,20027,17219,11730,15654,26996,11076,17295,6238,27760,1986,14652,5235,16973,2625,13934,714,29691,9166,1660,10244,22042,966,24137,23489,25927,887,8730,21400,16689,13498,9800,7850,158,590,2164,2999,6349,15441,19976,14520,593,27318,19012,16896,286,7272,244,2905,6953,7587,22499,27416,24667,24312,16611,29098,4183,16810,376,15740,14328,17694,29482,23450,28222,14609,5082,13657,28513,16134,23937,23604,26434,19744,28081,8958,9864,10932,3514,16771,20137,7875,11513,24006,5300,18771,25097,25833,5395,11487,9065,4781,29312,24282,27180,17982,2680,21660,5065,22390,11656,1289,22219,18167,24763,25072,8966,607,8638,11791,15640,20395,23525,20090,18782,20445,7693,5585,2484,13221,3420,13837,13907,14301,18957,6253,4795,12098,27407,7455,12279,3053,9485,14405,26887,13813,10756,11374,28057,20976,4629,9672,1297,18737,13066,9193,7830,18958,19383,7769,26431,25331,16573,5002,5764,28915,5132,28664,11814,6745,20274,2411,19054,17000,17780,616,616,21947,10331,24462,12691,27225,20006,5986,20500,3153,621,16376,19691,21534,27978,26900,12225,28000,24008,16511,7798,22147,23570,27414,2459,17974,4216,23477,14906,16067,25356,27767,28508,11956,28937,1398,9597,21372,29618,7290,16380,19060,24809,19630,13286,19532,22987,19716,9091,2260,28633,25313,19974,15011,3081,26527,21762,19831,17350,20819,21917,11846,12234,13298,17664,4235,19153,13405,4455,3731,23351,20033,18291,23456,24173,14747,11342,17699,4790,21076,27798,8537,5669,5089,27030,28964,6145,4863,16532,14842,637,2420,13789,19163,19720,14501,29027,3253,6275,14802,7929,14481,7625,26114,8502,19071,21208,10157,28290,19799,6512,2564,15473,10229,13227,2840,4664,25585,13329,15968,17520,1304,2224,19125,26288,13763,24570,2458,15972,2597,14310,16820,2132,26584,5274,4593,17537,2486,4287,13324,12148,6798,23407,20941,12672,11634,3168,26675,20369,15568,26669,21107,10018,1641,1641,23603,20684,16390,9809,19044,18887,1088,12152,1955,6224,20686,20811,16527,7747,6044,20938,3105,10639,16819,10931,24502,1667,12970,661,6010,29533,23401,5700,4588,7534,28481,20567,6927,8230,12212,25937,2746,10182,14857,24495,25064,4040,3687,9573,25477,25251,4631,1944,11448,11689,10175,28825,25977,6713,21249,23420,29075,24501,4270,6168,11466,27084,27327,25929,17531,19843,11132,21783,935,5578,19560,2466,17008,29336,29387,5766,8411,9199,21701,11246,16635,28668,23356,24105,17604,4586,28315,6263,23447,2958,17803,9742,14761,2814,1082,10115,12720,3777,21498,9284,9284,26757,25916,269,6567,13147,17958,25323,15517,3288,8521,2359,12652,3839,15701,6633,17523,24935,5954,19847,10487,3544,5858,21328,26889,14972,882,5541,9109,7476,18703,23555,18200,8036,23663,29352,12216,26406,5357,23074,8104,687,15105,13192,6876,25305,21160,24722,4591,23174,22971,24130,15040,9091,12929,10158,12294,4240,15146,26047,27653,12797,26213,23738,17927,15852,12392,23533,29490,27720,19494,4117,23638,22794,23098,11350,3433,21211,1198,5858,12397,24823,8220,17393,20446,5720,7664,2087,5863,9028,699,25920,8971,16631,19263,16281,15477,11922,20068,700,3273,3021,21601,704,3843,25691,10794,13032,1435,15210,29620,8997,10642,4184,12330,28497,2351,29511,10169,22868,26408,12666,8497,29556,19983,21764,9632,706,27630,21929,708,709,53914,18128,25983,6198,27933,5250,5201,2000,14674,712,13285,13116,13116,17485,11161,3946,7953,27324,23239,24316,13441,25629,5846,16653,20045,24100,19555,13106,21367,2851,21388,6039,13801,28905,28905,2087,25815,10979,23760,19089,19802,15295,6174,15112,28825,25489,5255,27434,18575,7218,11923,8871,606,19125,18572,13130,19175,6482,2813,21532,9848,7685,3988,29273,25287,1002,4724,27109,16659,1097,25537,16536,11157,3634,26495,138,22482,10783,1741,7033,11392,6119,7736,5175,4280,27422,10143,3467,20101,19917,9969,6856,21331,23024,11981,22313,728,15516,20153,1825,4108,2241,27987,11075,28181,10094,24700,4211,24807,27992,23699,9965,6450,16747,21415,734,735,11879,3654,1999,12819,2544,5616,24760,13071,15027,4966,13291,2773,2765,10872,11154,7360,3912,22685,22685,741,7274,18687,10942,1779,743,27971,18574,13609,4769,444,20196,2740,17815,24226,17331,25622,3091,1434,24793,3221,26239,12957,13265,8407,10423,11465,15701,18469,3984,5753,12674,8762,25139,23368,26995,15991,20374,2215,8759,6889,7576,23893,18920,27290,22782,5698,27893,8556,13238,9281,24650,24951,26730,10078,18160,27940,5038,20264,23846,4917,1401,7926,8374,24821,8224,25712,5080,13255,5286,27361,4411,26658,15323,12311,19003,6238,22387,14717,16189,8398,4018,8244,1695,344,24110,3683,12409,23948,20778,26250,26944,3122,17874,28630,9561,22348,8130,12354,25405,19965,13807,7520,4072,26940,12143,15708,22161,16716,12893,7197,15747,14655,15179,4523,24620,782,25627,3652,21901,22721,17334,21618,24464,18741,3553,17827,14340,15875,11532,6191,20648,15181,771,25994,4545,2423,21839,23967,13327,24339,5865,26482,9161,15539,9085,16572,776,4197,10661,14212,13321,26385,25129,13468,16036,26292,6672,16188,26558,28429,14556,28398,23732,25198,20665,12436,26263,19809,16321,27716,10159,6414,4079,20809,16386,1195,17431,16255,2414,29423,25945,4763,6830,9768,20875,4144,1235,26576,13890,9674,28201,26157,26776,18042,25749,1575,2201,7962,24323,27335,4445,17205,7101,10217,17946,9685,7558,15624,2843,6426,20836,3142,795,11423,17299,25411,29272,21068,2575,4095,3091,3991,28883,18221,2656,12239,18828,10016,7135,4735,29551,25725,24211,2712,16312,8042,24073,19933,26961,26236,26252,5916,21706,23376,13940,9187,243,1179,6951,28645,4189,27945,315,16969,24992,24290,4882,2485,3598,16682,3559,17349,14273,28948,29661,10511,15168,15168,14591,17175,18320,4464,4464,28068,28903,10418,11323,14853,24685,8545,3030,15214,16618,19399,22474,17421,12157,24130,8158,10889,1719,13270,12417,10199,17631,22503,15266,29045,21286,10568,7688,7587,18613,4318,8148,10372,14480,22378,14723,11129,29504,9087,27896,26005,17137,8045,29686,17018,17018,12796,10858,9409,24308,10458,819,4163,29052,21592,26218,26526,13271,5295,10328,29191,17193,18639,10337,8781,29671,386,9133,3625,24413,13115,19829,16719,15071,13390,18732,16224,15906,13525,16346,10649,88,19447,9213,20060,3212,5232,8751,29046,8499,19155,10456,25739,13955,7964,3109,28088,5151,22516,22516,1303,13058,834,25194,7367,14685,25438,2943,25936,4986,5405,22430,21523,13026,26053,4513,15347,20660,11075,14152,25347,28423,8837,28941,9517,24140,28091,27898,27898,22403,17539,27365,850,27689,16057,14002,19734,25251,7477,7838,9675,15703,15703,22569,18847,16344,16344,19379,26143,20742,29304,5684,22632,7442,12561,26152,12082,28529,7898,14348,5259,20840,20840,25075,13168,18854,16858,10819,17547,12933,26000,17965,1014,12475,23900,14487,6945,26252,15201,14467,14467,3005,8323,857,26147,19888,8299,27484,1094,25874,21904,6641,5830,385,27238,6300,23864,20357,8002,8648,17320,23837,10241,15456,28863,29400,24867,11398,21503,27176,10985,25929,10317,14405,19871,24321,24910,2488,26689,20066,14254,13137,22820,686,865,29407,25064,29147,5653,15461,11462,15918,21243,6455,25323,28547,21832,15079,10446,26118,6028,14721,10446,14930,6836,8559,3886,17946,28086,5307,6829,9773,23905,6159,20827,20665,4956,2729,20224,874,18012,24934,14622,14714,22760,27218,8011,182,1833,5350,17122,6064,1855,4107,8912,3261,20834,25700,3790,4780,7326,23077,24235,6439,15745,19704,11100,3484,16374,18144,13429,20940,10557,22557,16192,24201,20758,13909,28389,26881,6938,5030,10089,1590,21332,17003,27589,352,26477,887,28421,18312,2395,26871,2395,20516,27791,18375,11785,888,21365,7814,12369,7040,24726,17487,28254,24011,1090,2667,27757,27268,6023,15387,3567,28241,16204,3216,5761,10290,17312,27977,25581,25581,11384,11118,27211,11624,5913,5913,19832,22356,16329,22354,7117,15157,15247,27297,15175,893,16696,14012,28720,16108,14695,28216,5391,25689,26845,20041,19972,20399,897,3955,9345,27261,28916,14305,3619,7713,17972,729,25923,25278,19677,7254,7126,12149,21784,24258,17636,4355,6187,28598,24600,24658,7363,5532,3729,22196,15444,11014,18770,8497,26320,17922,346,907,1929,20443,18891,18891,11149,9113,11270,14816,22723,21185,18673,22582,2107,4480,16788,28289,11311,11650,19712,22793,28635,9360,28169,20759,16039,27626,9817,2996,9310,12315,3710,1270,25540,11330,914,20876,23747,26080,3520,17417,12802,12533,3678,25651,12533,22438,13413,2562,1684,3629,23110,13782,5738,10250,22669,20975,17480,6776,16504,244,22609,3728,25069,27374,5208,16027,2225,13019,24503,2620,14652,7095,8378,16442,26697,10157,3102,17846,3291,16978,5526,18073,4771,27531,3938,28531,13499,14953,3382,18380,15486,29534,23409,3092,14548,2040,16269,19973,12026,28823,9297,19457,16005,24859,16435,6399,15530,6399,17431,17842,20374,13695,24891,6550,17372,9513,4253,28578,17944,16916,12061,27406,5164,3044,8773,20600,29120,28723,13831,18069,5778,11831,8832,8077,4626,12428,10783,3427,21566,9116,24079,13446,24927,23999,23526,21967,12784,5533,24714,6055,13783,19749,13242,21823,12635,13636,22665,10558,29072,14431,28370,27449,9918,14404,8548,21821,11145,20232,15959,17617,574,8756,1817,21997,29289,167,27665,19242,14903,7179,2408,7423,2920,8968,27455,29389,7342,17227,8984,13753,7289,26448,9912,22159,28662,11469,758,2242,12670,24355,23729,27450,12157,12941,7894,2445,17194,10983,2112,19209,17576,966,21113,16499,18496,431,4637,21639,24694,20279,15916,7512,28387,2397,5754,104,22472,26878,19075,20873,24523,1295,26573,18532,3968,29651,18655,15743,20710,5794,27363,17447,12020,22606,27179,17610,20108,13369,10411,10411,2980,22867,1611,21510,5305,975,14106,16141,29642,10406,25154,17115,4139,28888,28888,25552,2566,25070,19524,1568,5838,4296,17667,21021,27839,21449,22388,15927,12795,2837,15201,6633,8084,4045,7906,21679,23675,2768,12221,2159,2503,17480,5940,21386,16913,28671,12162,18462,20773,17545,984,5031,13978,4943,3449,3284,27039,24210,15198,3659,20730,23780,10100,13861,1954,16117,27742,24281,676,23519,14954,24128,22079,12179,12860,5289,1636,8453,992,10947,3081,22233,25124,18297,20486,19496,13285,12346,23386,27746,15600,23420,8402,16604,22224,9927,27815,20753,18288,23008,6233,7619,24550,8201,7999,10291,16809,9667,12981,13152,26858,7356,5142,10838,14532,14532,10982,23157,25633,6415,25736,7448,17688,10091,23907,21559,6930,17133,22953,10086,3140,1656,7566,6470,10053,20325,10833,26122,16421,23442,16662,13218,5042,1009,16729,20704,24102,13311,11470,15439,27884,188,7663,6795,8734,24371,11574,5679,10036,11215,27180,24543,28398,3657,12998,17439,715,21744,8221,8345,21097,2134,21195,8650,27467,19218,7753,25529,3038,26008,22128,3278,16242,23993,3231,4747,17996,9267,19611,9232,1690,11161,16769,21071,18110,12980,23741,2570,25838,25837,2152,3168,11613,18940,14158,12466,17652,5315,24241,7738,25283,23324,12909,6477,21928,29034,22124,27440,3627,16220,25904,2030,25339,13874,9996,9996,25593,24825,28327,9886,21309,4689,1669,17903,1189,5613,25513,25513,27094,18658,6510,1337,13904,27177,25145,1029,6053,23611,7133,29514,20557,13854,5472,5937,28780,21090,26342,8866,25094,1032,7966,7293,5028,2763,27930,1102,24124,9847,8490,14442,2420,12371,12977,7699,17961,4076,4076,25393,7049,10959,7380,429,13686,8248,14330,27563,932,14043,19691,5833,19532,6010,22639,3021,27182,27631,24707,14891,19135,10780,26829,1046,14676,111,5602,17557,23136,12931,3676,146,3714,301,21009,1050,6036,944,4314,16407,16391,1185,19628,1535,21238,26694,14226,10373,20810,7466,16893,7024,20362,25066,18298,260,12359,6075,19753,18610,11169,9021,16859,15206,7493,3006,22123,28786,449,28159,13086,17310,8492,24118,21224,13979,14069,25429,27761,9598,19027,19749,22375,18443,2535,26728,11911,1263,10696,4629,3503,3935,1240,18551,24873,25701,19083,3479,27535,24256,3716,9697,6387,25689,22181,1066,19301,16629,8243,4924,18336,1070,21545,26553,9639,14871,8394,16873,27079,24639,19002,19030,25065,28971,636,23487,29238,16210,18527,25969,21610,5059,8295,16021,20264,28114,19916,1437,14880,11275,4840,14755,29521,522,23737,11628,7201,17123,15355,5229,25022,27477,5642,22710,366,15393,22893,13659,29037,28411,3375,6400,19498,1828,29723,4351,22202,25154,22308,8450,18394,18424,7735,6352,15870,17985,29420,13298,14367,22371,11415,10212,16683,4603,29666,16804,313,14574,9434,23119,28291,8407,9935,12278,25031,21008,7579,27920,29047,19398,25380,20911,9064,8025,4277,21842,1095,26928,17731,17475,20581,6611,10314,1096,22490,13755,1789,29410,16466,11425,4353,608,3489,11160,19718,6919,1903,8104,16135,18177,19659,5683,13614,3130,19146,29279,24853,11749,6664,13386,11332,9942,6033,13455,4652,26673,6033,24193,20229,11151,19781,1106,23720,1274,1108,1108,503,23509,2213,23082,16341,17119,485,4705,13772,10798,19133,5938,18942,11234,1110,19855,3571,2667,12230,12775,15454,5047,4714,4208,14426,2423,18703,24954,14388,1254,10019,23050,29061,3433,19229,17194,29372,10508,23480,15376,28945,15258,21261,10438,18563,4282,314,12661,28059,28667,10117,14523,22773,19930,7526,1113,12319,21530,23425,2670,19015,17012,10164,11488,5757,24186,14245,8964,28290,12772,20929,23567,1589,17184,18197,11837,10966,28349,9457,26162,20497,4591,20644,14306,6432,25373,23445,20605,26163,7872,25184,22033,16013,8820,17768,2959,27631,13842,1127,21445,17738,20705,17694,5991,28379,24233,22626,23821,16612,11230,28369,19991,28146,10429,10923,15580,3277,3277,6162,6729,14001,15857,18660,9604,2319,13805,15510,4051,13888,4399,12295,12295,5619,11602,24954,24877,28642,2847,2202,11268,21319,28367,23561,24535,7299,4162,14282,13397,23895,16896,2809,26143,18813,24407,22825,18794,17938,22036,16805,12236,18397,23393,1146,5653,19044,15808,10354,6571,15808,18190,25693,5306,29077,7553,20868,21569,9561,18688,9162,9199,26920,20035,29024,22206,26578,26578,6787,11231,21408,7195,18557,5400,7407,13533,14363,29732,7407,27166,10921,24802,23628,11738,12544,16669,24754,6613,29367,28297,25279,18859,26396,22332,1154,5446,15346,24727,7762,5986,10981,16232,23534,23373,26555,21774,3940,22215,1975,28413,8493,27561,11956,26817,19127,12101,25510,27057,26401,18636,16840,20850,4830,4816,26436,1055,13449,27354,15742,8430,14875,15737,15737,12800,1167,20045,3530,1169,4176,21089,8178,10744,29535,24385,16929,777,14357,7513,22466,25262,17812,327,20612,20423,27729,7502,10169,16242,18404,27486,1282,20244,246,21094,26561,10995,12183,17324,6344,22240,2825,13394,25755,6472,6848,19447,12745,12747,29238,18042,1177,18937,29520,15507,12807,23545,286,10706,26496,2889,26959,21012,22213,17827,19318,26840,17753,5346,18677,9023,9668,19631,22504,28405,3690,14035,8815,20334,16328,10320,17846,18359,25320,12883,1182,12281,12240,11818,13894,1183,10540,2056,15855,17504,7648,12407,6929,15908,29360,6899,26181,18254,2045,6352,15538,25337,23814,23834,28450,26363,7750,18403,18528,20448,8891,25540,1189,18679,27400,21179,13817,2659,4330,1517,3860,29195,1892,11870,18059,29123,7092,13156,20188,2389,18654,23867,11424,10024,6046,28961,14214,13961,1194,14559,1195,1914,8237,22579,6539,16326,21675,25774,20538,18990,20503,14685,28392,25673,23210,18828,11006,2219,5593,8005,23698,14705,11022,1841,15333,19787,15920,5835,24310,28609,22763,28628,8105,20255,7385,1406,27888,17406,14109,16509,17817,23929,1214,14794,27047,24386,21027,16198,4272,10570,27102,28687,7375,8331,21624,17090,19009,19880,18486,27974,26797,18143,4562,4562,14859,7203,7267,7267,7381,3086,1221,24691,3013,15568,1611,12083,24466,17504,25178,23656,7834,22382,9604,8539,24747,17024,4880,24254,7451,47,47,1227,1227,11743,19241,26219,27308,9031,7652,9317,10493,9610,3484,15194,20344,12180,19899,11249,15363,28556,11417,2581,13085,13623,26692,15178,20449,4884,6597,28382,11774,23027,20545,23344,5743,27629,10312,6021,19607,28436,60,9617,25170,27737,23917,11393,22628,27577,4157,25675,18252,1514,3242,14168,2699,25254,28846,13791,14674,22131,12213,4547,14424,18594,15281,13796,19635,23634,14473,17915,2422,16429,21882,28096,10004,4762,2617,17283,27357,3799,18521,15824,17593,8076,16011,15560,5930,10718,25820,24362,16378,21963,2574,10645,22951,2950,17107,2074,13764,2554,1253,3750,22111,11101,10556,10586,3335,24200,25360,25823,17886,10994,28329,5933,15033,1254,28816,29682,1737,5770,5386,2514,4637,21756,21966,18075,7384,7933,21633,2578,13468,11555,8069,28271,21307,1259,17902,9093,13967,11565,7137,27943,18414,770,2178,23851,22053,17488,8158,15531,15422,21465,18252,28765,11822,11907,594,7762,18178,14231,26520,18999,25872,8440,26406,21600,18893,439,11656,2342,18742,28850,2955,2681,5463,22157,10123,16899,13901,17195,9237,22672,5198,21360,26685,8688,20471,15376,18996,26999,25199,23050,20687,11775,21076,17072,1327,13353,19919,5212,14818,19620,25948,13689,28119,16473,10340,27100,19626,19706,25139,4285,15516,22806,22355,10458,21694,16243,16984,1282,10530,24453,12957,1285,27764,15595,20549,14141,5586,1910,3918,14141,9663,9800,10687,12188,22937,14264,2233,22262,19472,3667,10669,2504,16045,21483,12393,8424,19391,25748,6121,15495,6069,26318,24693,5975,11562,240,13525,11646,646,989,17189,4694,9778,29465,21656,21673,18035,14849,24512,664,99,20782,17097,53,16143,7751,17720,15283,17814,11528,14280,21998,19393,29022,22243,29652,1301,10287,8173,22177,7900,28525,17017,1895,29485,18900,25081,22086,28535,15700,16062,27763,658,19395,13670,14829,14189,16642,10754,19386,18628,692,692,28229,1312,18995,9389,5620,14461,19353,20688,22911,29218,28949,10349,11251,8970,10342,13341,9861,2510,18604,26719,26719,24054,7410,1308,171,4088,17533,5210,1309,12501,22287,1311,17237,5959,27369,8639,6968,17781,26103,2320,19208,3665,5139,12709,1792,17986,13388,28883,5489,324,9576,12638,6131,6291,9406,10244,4201,19748,1319,13548,22062,9754,19648,11494,27178,25104,20860,22699,23177,9778,1770,1770,3122,27673,1622,53914,19222,396,11574,9427,27845,8631,10216,2859,22998,26018,12261,21153,2866,22233,27548,2452,17691,28308,22585,8152,19246,27366,11069,13934,12259,22393,26103,27913,13921,14273,9473,4628,11297,11970,5567,5567,6543,26078,225,9009,21799,8804,20888,1338,12687,14420,10724,6407,20406,24176,15073,29575,8454,24263,24264,1341,2138,10021,15824,8327,18056,27288,16015,4883,7420,1344,1925,675,3512,23349,26539,16293,9089,10929,3247,21044,1348,29724,13674,26574,4931,8650,16520,10494,705,4471,21270,18806,17175,26122,19980,24633,24969,3190,21977,7374,13213,5329,19984,26419,10837,1607,27172,4702,8739,22399,10254,19012,18746,9356,10574,11385,6605,26773,9622,15893,17346,5524,29027,16647,13450,3202,18623,2244,28086,27099,17616,9292,22817,17358,19765,1356,15567,20332,25068,24816,3424,9028,22458,2015,27686,29533,14181,24881,4969,10773,16538,1361,5034,19832,11937,19030,28599,8388,5169,17561,12920,17985,8346,6989,15306,588,14777,297,19163,5029,7679,8251,21780,23381,16579,11437,27449,24445,11809,16738,6295,1543,16383,28648,8368,29563,14339,24407,4666,11446,22912,13132,4002,25255,6464,4881,18400,15173,19919,16691,12166,19970,27244,27671,15542,3148,18060,26916,26718,5526,9544,5759,19732,2392,29330,24753,11283,5336,4835,3645,17514,18447,23904,1380,27179,11027,13885,2473,18770,27487,5105,8421,1383,2741,25422,28458,19605,16747,24121,1386,25767,16962,9575,4267,4989,15288,19140,19282,14610,6944,22924,18335,17551,1145,305,27932,1073,9529,3477,16880,541,23251,9181,7505,6659,4237,6214,11129,28958,15488,9852,21223,6817,8387,25932,10462,29385,16375,17550,25453,3611,15559,27075,19431,13252,5579,25168,24364,20833,5909,28265,13261,21582,11177,27011,5401,17387,2217,8383,3548,17713,10740,11091,27426,27720,10026,13491,10989,27086,24061,22855,2654,15017,20199,9385,23748,4022,7501,21634,16177,19500,5480,1405,9854,20351,25430,1074,1897,15877,25205,3673,8403,20785,21266,8105,10424,12882,23014,22495,7230,28060,4044,4016,28348,5998,24249,14562,24047,5363,19185,2762,2397,14029,14050,11954,18597,21574,25595,13517,23783,17283,7789,13763,27746,5028,18264,23009,1413,9097,19855,15364,2467,23237,7943,29352,26824,7955,28028,16621,24171,19763,430,9761,7853,5046,7821,7821,18887,15382,22236,2509,28812,5864,19512,21912,26364,16725,22103,20359,26140,20152,17817,6250,19402,3045,8960,6780,3437,20576,12465,2204,20414,13635,9139,3010,1424,6456,11639,6206,8199,12565,23235,15533,25468,10879,6280,23337,247,6651,19568,1440,86,5734,7267,20300,644,20111,7400,9686,23293,13475,19917,14045,9717,18371,16765,24024,28028,8421,16736,19573,6262,15375,10864,21567,25273,23144,29443,25644,12200,6370,26555,19582,24036,26529,12234,8861,28485,1564,28180,477,20503,7067,21308,13005,11861,9976,26387,822,29352,28799,8752,28953,22744,8232,8609,7834,7097,18641,1921,4532,2328,12151,25125,11995,24982,1433,1286,10728,23521,23215,28432,9421,1434,13561,22229,16251,3868,3492,14476,21845,3189,3665,21434,1960,16443,19029,20803,13369,1486,9169,16868,15818,16709,28723,28485,19248,26102,839,498,6904,6826,1444,10265,11272,7229,8396,9907,9981,22746,23187,7946,18334,7882,7417,29564,19480,10635,11150,27621,25093,8880,12541,23681,17572,28083,4467,181,29278,19819,16846,25007,26716,3412,21228,17419,13429,6754,18131,8054,20638,12605,6061,1632,27457,9016,4054,13658,394,20609,26160,16930,2491,22000,24326,25323,20044,5119,29159,12787,27602,14857,7055,13627,18761,2660,11671,3285,12055,28599,23646,9329,12341,17428,7104,17429,14230,11071,19996,18595,20208,17922,17922,25258,21557,26907,10555,3975,2607,12929,4456,20188,12885,3839,24638,3809,137,23786,26076,6812,29691,9551,10763,10763,5258,23492,24773,9219,14586,23064,20788,14828,17869,28302,12847,7940,7287,2232,1477,28160,2433,7969,26515,6155,3034,11000,13986,13194,1479,3894,5836,26518,8672,1481,1481,3562,8197,22252,16422,25086,19116,11365,12025,11936,7977,16121,1824,12037,1709,15568,1483,76,13003,18340,17643,23560,1485,19858,9665,26053,26257,27818,1978,17237,26392,6559,9291,28167,17184,5472,278,2187,19876,27275,1492,17912,16269,27990,28611,14988,4733,11152,15818,24434,28981,5616,7325,15490,2170,16728,24051,962,21675,15299,15299,1497,7085,12737,9150,21877,9531,24132,23640,21222,24061,6709,22688,23571,17187,23431,11106,21258,20760,25986,2193,25443,10745,21346,27061,14568,7420,12355,27977,25473,19899,19899,18834,14497,21166,17206,28139,29075,28135,2927,26881,4044,3064,28962,17932,20450,707,1507,4370,10285,26898,3061,16624,1509,17744,22536,8787,1510,16265,291,9858,11964,21253,19855,15726,16304,630,25131,15241,26980,28744,13481,23064,13468,14788,24540,10701,5091,19428,5091,12007,23297,18985,4015,16752,28428,198,3300,18612,24714,13239,19475,24828,5511,8727,8306,20074,2014,6414,13854,29184,25557,24387,25550,14342,15303,9276,527,5193,25067,6344,25414,20980,18812,18812,15610,14213,2226,2913,29270,1298,1298,8146,22734,17644,6054,22032,12258,17095,16849,25271,17700,23158,1528,20625,1529,15627,11098,18216,18329,11388,10616,12383,24451,1533,1533,24148,26160,9517,11200,19902,25742,9757,23311,6157,8131,23746,5878,5218,7595,27547,20431,16549,12916,1538,15219,21174,24477,14032,18238,18495,4306,27709,22980,13895,12312,16227,16227,7370,11607,26431,28749,27188,15339,14958,16030,1424,19953,8201,20387,19437,20962,25905,26862,7952,7952,4557,24858,21118,53914,21532,21625,21625,23152,12323,13122,2169,16466,14336,53918,15594,4941,5074,5511,2635,10512,16587,26491,24764,14066,25160,10765,26690,13611,1654,29404,9720,13630,20904,17307,23206,6660,5552,1372,4610,15721,3994,21498,2250,21982,15630,13870,7445,10341,1549,25783,23327,11566,18404,11884,17677,20173,23036,26743,10962,21879,22131,676,8915,3007,11319,1557,3114,1556,10974,14410,10871,25486,4025,6034,15295,20366,14481,17139,24929,26505,18880,3623,6498,22613,3691,16121,5261,22438,339,14574,15809,24426,2951,14070,10717,6428,12920,4385,10776,11897,8806,1564,14931,1354,1566,1566,26310,29419,1567,8415,9338,11229,16233,25953,28418,28418,15128,16425,22162,9201,5825,22876,20617,15609,19252,21137,21663,161,161,13038,9120,25626,12144,12144,7038,14286,20112,7848,18209,14707,10501,1191,25843,14789,2646,4320,18607,27906,9111,22555,15890,7997,15644,1112,1579,1581,29270,19629,21388,5151,21169,26946,4189,17427,20252,20252,19502,4818,4818,7190,23758,23758,2830,16076,12911,11196,25724,23467,8968,16731,1585,11389,20313,22616,12555,8474,24949,13831,28625,12070,4798,24949,22485,17891,11439,17313,10245,27504,10256,12768,28906,17960,3802,26053,1593,3291,1595,28852,1598,1056,20393,11963,4625,6080,5245,12002,8179,3610,6413,18588,13863,17116,16556,9199,20352,7348,21925,25014,21578,14208,22635,1603,17003,5116,28330,10631,4029,17755,20891,15108,10436,8683,9473,2925,821,17072,9294,17442,27042,27224,12981,28140,3960,17705,1610,7021,12880,16546,24586,11830,17722,7094,7094,3101,4546,19133,13595,13595,6600,5315,1151,13485,8600,5510,13367,784,9510,5601,1705,17162,28681,2818,4995,7353,26189,11557,19842,11529,23915,17629,1533,5390,5390,213,6761,6648,22273,1627,25886,19461,7023,19034,1628,23715,15400,1914,483,5470,2812,5188,3056,21368,14527,10892,2430,14368,23813,24028,9746,11949,25345,24531,9207,13867,6652,17050,2990,5590,9816,5590,15862,18878,21006,8306,2483,1638,7626,16915,8519,26699,12191,15474,7843,25338,8588,29220,29438,9578,21445,12631,1602,16768,26147,8657,5340,14564,5214,1546,2035,10942,8503,12324,20275,19843,1643,2284,18943,1645,1872,16096,16656,15388,24050,16581,3808,9342,25771,138,9738,16824,13280,7369,27140,3690,24925,10133,23124,17264,15522,22781,6080,13601,17148,23799,26141,26141,22299,24928,24230,24366,24366,17550,199,13489,1650,23890,1160,9257,20697,5920,1651,17958,11824,22369,3800,902,1653,10121,6755,29056,13354,22208,26425,19329,9905,10376,4253,27299,12264,4977,18247,2001,26357,18733,14332,7989,17430,1656,23490,28476,15433,9282,26716,2657,16370,23646,28993,27113,5815,29560,28864,26556,17095,4209,25363,23037,9464,5135,22314,5135,28850,2305,9453,25527,14529,16955,4815,18530,24234,12378,29209,10210,21322,4059,11211,13090,5879,16749,15069,10913,4001,8038,7923,12827,6293,7634,3256,3256,11863,8786,5769,25537,22277,16721,17783,22515,9394,24191,27092,23899,11823,12989,19162,19708,3501,9274,27263,27973,28927,12817,9121,4308,19276,25122,29650,19141,12557,21076,20719,24931,19217,24085,14210,10375,17309,15432,4214,7363,5890,28238,2873,17512,15815,18593,24198,22733,19974,29684,5115,5447,3201,284,11684,7735,6352,5306,19147,13212,20989,9140,10371,11035,21822,5000,10566,14455,23514,7502,16694,17838,13432,1684,18660,14520,27943,15829,5574,16050,1687,10292,24862,316,19100,10810,10000,7500,11392,20735,488,28156,19365,14607,16834,8444,27684,6522,17496,22892,22892,7746,8513,1014,14702,4150,5351,18130,18130,17911,15891,7978,6978,251,12624,7000,20413,13395,20559,317,23693,10099,24913,23936,19918,24053,11456,25115,5032,13661,3302,26211,1117,24505,20259,27384,26751,22728,8925,11669,27463,25545,20495,26692,14596,24001,12572,12834,8899,11630,17189,19703,21162,29094,3285,15395,3051,27354,29397,1712,4884,14484,694,2541,643,14498,4521,16126,503,2527,29608,25004,29253,15376,20400,19103,12496,11075,27313,14252,12999,4333,4371,16369,23532,1328,19204,5289,26890,24906,28845,28152,16138,9875,18953,19007,23492,24543,5983,20996,11191,23469,24720,20224,1979,9267,28920,20087,17759,17759,20539,9300,7718,12472,22663,6687,28130,26180,4390,17348,2986,4871,19557,15164,6303,16387,25338,27257,13562,11221,16714,26640,20236,1316,27817,9487,221,16486,3452,16545,26634,13541,16527,29419,340,4306,1637,3924,17963,9871,15620,2801,21421,21549,54011,22275,23611,19989,27753,8751,16738,10807,14306,16282,13712,5646,7698,16096,8684,26588,17791,26126,19732,1743,9497,4130,15055,28236,1528,1889,20602,9456,13266,1746,9779,260,18182,8818,5509,27339,8946,27160,21432,22718,28960,3793,19798,26909,14401,1202,12451,26997,7741,5077,13240,27676,9550,18327,15818,2359,5431,178,990,23347,12304,9254,25140,19847,6668,16079,6067,23447,14649,18096,7903,10790,27172,912,25007,25008,29113,5442,21919,1759,1760,1965,1194,28245,26134,22716,13560,26188,1622,21087,1767,10152,26376,16234,17567,7911,7234,13382,17919,23680,24402,15211,570,10713,23933,17736,27816,13277,25844,9694,12304,18648,13859,3695,7882,1772,12380,20176,4695,22074,8124,18416,10371,5643,22700,12043,7547,26764,21532,551,27994,10982,12089,545,6502,1778,18708,24584,8574,21908,7485,1783,24174,23403,10611,18136,17580,12318,4714,20616,1786,21140,23869,20083,20898,10184,10398,23370,27714,3545,24395,11851,19099,2276,26144,5874,28753,17894,17505,19221,4247,9823,22392,6473,5991,7387,22343,3871,16754,957,13119,10593,16531,3369,5805,24201,1798,1796,7096,9047,12270,18025,19596,25597,15984,11394,26499,36,20535,19102,22666,10605,22190,24637,24736,19249,4487,3024,10089,21411,10089,11824,12199,18443,8223,20217,21776,20872,2917,46,4845,973,10471,5009,23406,20712,6912,25389,29129,18965,11191,17549,8439,17613,9380,17915,5014,15422,14813,17538,12304,6731,5669,15364,11293,20781,26559,5886,7157,27218,2029,24088,3954,6301,19297,14985,17665,8467,20128,8284,19355,23820,26227,12347,12347,12552,5440,19482,2686,17110,25124,10894,28722,6915,24066,5210,22251,3385,9340,748,22909,21283,5168,26479,26841,22301,16717,7181,8107,12821,25332,24293,923,1828,6344,1950,27169,7783,1831,20484,4937,1024,15699,23585,22452,11140,22942,5788,8401,24765,8920,2778,10618,16584,48,15684,1835,21364,27085,13458,1498,6630,27907,11604,19445,25348,23474,2201,8298,17993,1445,21407,21959,21050,7496,1838,10514,20094,12195,5938,5887,6614,6651,13902,26481,2876,22379,7549,20611,19557,2805,16611,9606,8733,25024,22662,23946,20738,15079,3796,29742,26316,27373,18206,2546,15069,21072,14163,9734,5629,2947,13173,29457,17611,13717,27041,2382,28938,22406,22020,1744,11995,6218,26614,21157,22555,5955,10374,10374,26851,12701,23926,15912,7179,16954,14424,25177,22655,7463,22742,27597,7356,23822,25729,25666,25320,21448,13198,4016,14735,19907,21424,14911,14911,20886,15503,7520,15273,3726,13966,961,7961,12317,10738,11973,11402,21494,1864,17346,17997,20808,8784,8784,4587,8313,26098,1865,3403,14789,26299,19352,18086,4018,7594,28883,21998,6279,21635,10228,29720,20716,27249,3352,16463,18922,10543,27083,18783,5887,23656,24919,16467,13462,26602,1869,6018,21481,11347,24085,26138,18368,11019,10997,12458,22199,20451,21344,17704,7105,947,4626,22380,11771,16448,26708,14866,761,13146,29565,12823,25493,15611,28570,9709,9709,25657,21462,2872,12589,17545,6419,20943,27482,3219,1880,28688,24251,28940,25290,1587,8140,23023,5278,22098,1721,9300,22830,29394,26403,4914,16078,27527,9150,15110,13577,13577,14945,8816,11038,8016,23984,20094,19586,18442,11466,12495,20095,21071,1301,1301,7238,19101,17447,19632,6059,18168,5452,2222,25349,24266,10575,17436,8112,618,14263,1910,10322,6605,29252,7202,935,8120,6490,9631,24971,5884,24064,15894,5905,5905,18273,10610,27232,15123,29591,1796,20570,9771,6610,25424,25633,26543,3076,53880,21898,11754,22467,24904,23175,25127,23534,26838,1488,14116,10111,833,1249,14805,2352,14646,1443,21504,11875,8228,3069,21061,2881,4869,5132,12036,23978,29683,18167,22470,27288,17882,1341,22152,8068,3421,12167,17523,10800,18086,20897,9855,697,697,393,5574,15036,25192,3155,15387,1825,11484,7928,7516,6453,28062,24203,18097,1926,8217,22945,14694,13300,6669,22269,11880,29712,5881,29579,21120,28229,13672,15953,28681,24014,28081,9929,5654,14982,27682,1385,1383,4642,1934,15868,13736,11678,21648,16079,3684,7636,28915,5780,13324,14071,7314,29020,3907,16851,13358,4827,9876,9876,21786,14069,28535,21376,3672,1939,18839,17489,13205,510,7003,12006,27664,28357,13906,10671,3398,2662,1942,21787,19189,8418,7680,20062,24350,10040,8163,21448,8846,29281,342,26250,14978,16549,12119,15484,11820,7440,27969,21643,1563,2192,12209,25250,26259,10272,23307,26407,16905,13478,18496,1949,7383,25973,23128,18007,7509,16982,15884,9022,22498,24826,8413,20918,19767,14518,23878,23616,6777,13315,8071,23798,4760,23997,29584,18237,27901,28484,9754,14445,1071,1955,26593,8608,6681,7020,9198,1959,24336,26903,21332,21579,11098,17541,13642,23517,27805,17388,985,1845,11741,18125,8458,11902,13052,7273,23817,17079,5719,13106,17079,22284,10094,4255,13393,27573,14907,4663,6231,2146,24447,24875,14329,7070,24995,2465,1967,18668,8323,7993,22801,4158,17151,14042,8055,17695,6661,72,7287,18438,1972,22999,7853,9033,12994,15769,4896,26882,8660,21314,161,11879,22067,23764,5184,6271,19834,25184,12611,21972,12705,951,15550,17574,11171,26394,9648,21849,2421,23919,15358,5139,25689,22907,12654,18052,29574,18440,24669,22052,23173,6514,24728,26220,27861,22533,21085,12339,28407,5361,5361,1983,21933,10990,550,2456,19818,28673,19961,6555,5258,11976,10018,12574,7707,20858,4114,24614,24957,6623,22156,5781,1987,6916,8476,1053,28254,3042,11412,16771,21310,29112,17290,29049,2402,5637,29290,20359,1991,8665,901,28762,14207,18003,5128,15085,14113,26290,21976,10880,1767,5236,417,20618,27202,1995,3323,5851,26758,20089,1535,16453,17959,11652,1585,23905,26334,1026,6949,22077,20694,18729,3209,1603,20551,26297,18928,3579,22565,22566,24663,27847,11505,19984,18521,23732,22371,22607,6587,23527,9426,2628,20882,13350,16665,1944,6347,24678,6072,4319,2005,26485,3073,8508,7152,4694,14427,21405,24053,7847,5530,20041,18144,1774,11669,4327,2007,5868,2008,24624,12206,18793,28078,2747,19713,16336,2961,4345,4313,24322,2012,26696,5085,12135,25273,18494,11867,28462,15263,27360,574,23512,6940,2018,3488,28990,26440,11370,4976,15671,2569,28652,9171,26876,18908,18908,2800,26010,11516,20316,29143,3499,2381,10910,6199,23288,24221,23879,9486,9486,10172,13386,11014,9116,230,24170,26840,22405,22405,8470,18229,9496,11708,18936,17740,27822,26477,20394,5375,25594,21433,26168,28356,5820,567,1771,6564,143,24730,7720,24155,28732,14245,15683,21321,2034,2034,1508,19256,4490,20497,15959,7372,17652,11717,12066,11866,2041,14839,26419,442,2561,17124,15515,496,22668,24666,26325,6307,20964,81,29181,2042,2042,14392,13277,9349,27584,9640,7233,11760,26109,7470,7470,27005,5155,3822,28363,28797,24796,14756,28665,10789,12250,25246,14716,989,13281,9273,1045,24650,2050,6374,28043,2051,14274,6153,5519,15740,1713,2054,5913,14014,1111,5384,19198,27804,16303,2058,15451,9849,19767,9685,16226,4175,25291,28051,652,11764,13699,6082,27872,21440,22334,7291,14677,28793,3059,16012,18469,19978,20045,17536,23091,17614,19109,2228,133,25507,2141,18893,4623,24549,19263,15075,27905,18636,14134,664,3022,2067,105,105,2066,2066,23710,491,14170,4160,21339,28447,21937,6036,4148,275,17090,20274,15260,22559,3865,7287,11572,28828,9414,25095,16816,23058,2589,20277,11815,11815,19083,13478,19660,19872,13789,16306,14842,16086,25686,2943,12232,7889,8102,8102,9232,2073,21244,2770,12054,23460,26414,26124,2713,11511,25525,18270,21944,21996,4015,16060,16060,1573,13562,6125,10980,1778,8476,29144,25220,17163,14153,4012,23997,11380,25721,21645,18774,25527,3615,6459,22669,19584,6576,16672,29429,12809,18320,27963,6857,17528,1289,23772,20600,3228,3228,6494,29229,8752,3034,1576,19559,11861,24212,2088,21671,29015,10756,16852,16972,1471,8551,11583,5524,26374,9088,11309,25882,24237,2747,5951,7232,1233,9858,29493,17507,19140,19315,13268,9770,28439,26142,2093,8325,8166,25207,882,346,26521,2098,2098,8419,2545,23815,1191,13675,28034,25026,5903,10862,13160,20834,24250,2274,14071,12510,8225,8225,16574,2102,2102,21983,29480,23977,23977,2949,20059,3297,19540,2108,27493,9867,6859,9755,12612,5996,5996,20365,23561,29702,20543,26805,28711,1946,7781,28310,3201,29151,9761,18685,6332,27584,29609,23794,18490,8108,6236,1173,15101,14532,18135,20401,22721,29206,4599,5712,1377,3403,24089,26508,26508,21850,29280,29071,18982,18982,11793,20926,2124,20056,27228,14932,20552,7493,8350,3795,25672,14214,28380,18102,24574,28259,20808,15696,24420,14014,8487,10526,21595,29412,24908,22360,17533,26736,25581,15265,9544,3905,21386,15956,26288,20257,7617,5449,3244,4346,1469,16456,6692,19259,26026,26318,25963,22365,24240,6033,6129,19075,18017,5075,21324,23399,5580,8100,14899,26622,21313,12139,24504,21058,1167,11151,18814,9094,7562,22042,13088,19855,19514,25791,13560,5910,6891,23348,4469,4016,13280,14916,12528,8632,1671,4446,7091,667,7175,2138,21725,17469,18004,29568,468,3327,880,23844,8677,19324,26424,11624,24888,5089,5090,17887,16977,12444,26167,2405,21709,764,16272,741,12261,11070,2842,13454,27255,6643,11200,16581,2610,12732,23152,14681,23048,4397,19985,21715,19221,21260,1626,26583,21274,2153,17476,14628,23185,24063,8316,24270,8438,23337,2652,10255,17018,19516,2782,28345,27615,18256,3763,22909,17755,17693,17432,9483,29597,16338,14233,22167,28172,53867,11929,11929,23737,22811,19368,15616,21566,21566,14481,13461,4553,14597,25107,5956,131,14984,5566,3470,10969,17949,5292,53885,28408,595,9436,26272,20813,9902,26335,14089,15686,25592,5343,2500,17803,9325,7771,16772,19457,9322,5152,11006,17699,18768,28229,23614,2569,25359,17537,12486,25546,802,25322,28035,4202,24064,15861,29115,24434,13907,1458,20346,22352,16995,22172,3675,2178,1892,29265,17281,29460,26596,25787,25378,27426,3839,19587,2183,25555,13048,21733,2185,8223,20905,7324,25056,24221,22014,11559,19966,15370,17565,12727,18795,3901,3223,13910,19541,3522,27186,4017,8015,19710,24329,26367,296,9713,26813,1195,16582,14043,26450,575,17398,12971,20828,2716,24730,21252,12176,15896,16127,13278,15239,23783,1015,10077,28401,29329,543,2193,16823,18444,10085,8910,23008,5471,24225,18962,21932,10048,21172,11650,24357,9766,2196,19050,17786,15775,2076,17153,12678,14937,18575,4312,28277,28238,10312,20310,4358,16282,893,6387,9802,11309,17176,2200,10494,28016,21271,5896,15013,6912,6932,7802,21164,2203,2203,8232,3475,25561,20521,10442,6943,784,23250,621,8482,12550,15483,3709,17512,23276,20568,9813,3435,10962,10962,28560,17086,23861,12404,6379,29085,23067,4704,9898,9806,26322,15556,21597,21597,13257,11682,5493,26583,23623,10219,12492,53853,15765,822,27414,12803,22621,6907,25511,5606,10307,29206,8184,29490,9979,11534,7489,27414,16264,16524,8729,12539,53849,899,4838,7053,22313,16632,1682,2223,2224,4032,2227,16908,23861,1759,17463,22751,4369,14509,5949,5604,13392,11742,5791,20153,14563,28264,12957,26013,17951,12152,24964,19585,429,17282,22927,20513,29603,19556,14746,2244,21621,19000,22932,15073,295,23947,10970,11616,11616,15085,27695,4546,18923,2731,23307,15392,9264,8746,19419,11997,23727,3262,28541,6278,2251,17274,17274,29438,26391,27187,25476,6156,29180,18038,10464,17703,8600,2254,24953,7212,27751,17406,24539,17677,22352,20377,4877,23553,23554,12644,21279,6844,14185,14288,6289,18002,13254,12322,28468,4092,14701,22469,22469,28151,15012,24703,4899,1152,3584,15407,9514,19096,16058,5126,16545,5883,1770,21872,26572,24154,25484,18060,2269,2271,29458,2274,26812,518,23165,27183,14333,2275,28849,10515,8469,4142,10581,1292,20525,11562,25117,17194,16018,11003,24252,19394,4103,15924,2674,5919,7916,4074,20988,1657,13672,14909,27226,22653,13187,22430,21490,25883,12015,1330,10959,12866,13340,6394,1330,13033,11826,11825,14792,18788,12493,12399,28282,2287,29153,25797,11976,2288,6842,29087,10865,29648,6358,22730,26075,10962,1735,19101,3216,21677,911,2289,10574,15642,9422,27930,21494,19654,22992,5573,6431,26466,24014,12123,6180,23794,2988,22677,14556,26176,15546,5133,7846,12845,28871,28234,8883,4298,5009,11235,21646,21646,4706,26417,2296,10476,22992,20756,618,14550,141,14067,19707,6664,6664,70,12654,7640,29299,23705,19302,15744,2224,14096,19553,13183,8762,17363,19502,10191,11277,16538,2303,13700,27173,21073,613,613,6192,5870,10297,15769,15790,26577,20232,17897,7847,16013,3129,16013,2940,13068,20893,26360,6880,19060,54011,849,687,22118,11517,9617,20007,25563,7797,9485,19952,18768,26284,2313,3895,21183,21851,21199,25286,5315,17869,9666,9129,5478,10603,23800,872,25698,14203,23577,3607,9552,23427,23443,7485,12296,3741,8643,6820,9083,7036,4618,23603,9749,9180,9749,12535,6594,14464,8042,576,3249,26589,6072,23170,24063,225,10959,14396,17974,323,20191,20191,23260,18187,11077,12067,27190,11658,20053,29231,27222,14018,14534,1236,1879,844,22116,22729,16785,24590,7034,23714,19780,8413,24279,13490,2332,28026,4555,12489,12555,28618,9241,239,21843,13419,6937,4475,4474,4475,4215,18911,24239,10200,3696,21747,20848,22616,21890,24610,24853,26960,18701,509,2339,29108,24390,26577,26577,11450,4039,20262,24377,11860,16353,25827,15662,19725,23551,24970,9864,19626,9189,8874,27418,3969,15852,25600,10271,20141,18955,2345,23858,28684,2347,5748,11377,14592,22203,21973,28885,19621,24819,2349,26355,27817,54022,23341,26164,24078,11357,28999,25456,24491,9161,5728,17410,24036,21153,13940,13832,23857,3640,27823,21871,22500,23531,23531,15456,5410,16843,2912,9615,19556,12482,9613,24179,16540,9432,5179,5149,6460,20831,14105,7291,16177,16180,25401,17140,24941,11332,8815,22195,12165,26776,23115,10974,3891,2270,19297,5762,4087,14477,7838,19245,7689,8198,8198,23566,1704,12153,11281,25332,28082,6135,17070,21100,22758,5271,20574,18057,2810,7204,476,22802,22340,10514,15058,10887,7443,8115,16061,11398,27045,13718,2815,19343,26449,29010,7249,1831,29608,10989,10989,16874,23811,16566,22417,21796,101,17473,16904,22192,23994,28759,27257,27257,19576,6046,1818,21617,15461,12553,11476,24680,1864,2383,16511,14482,12158,8220,8240,4368,21888,8952,26815,27296,21631,6218,26713,26908,2387,11370,16482,5143,2389,8545,14896,20751,17079,18305,12255,2628,19062,15963,23605,7759,15354,16933,16933,2391,2276,7346,3474,3177,2956,2395,21668,20649,22348,26635,3690,23030,3412,2952,27112,22555,762,14142,19801,28462,27024,28928,7816,26782,21259,9327,29391,19577,2229,17188,13152,15092,27641,7148,14050,15883,2402,15516,25962,19141,26362,1533,2175,17790,16060,11390,7483,27767,6095,13713,15529,4293,27348,3339,14693,2771,11404,11404,22351,11747,12056,3760,27599,8565,27855,11619,145,2446,23749,24116,27941,7752,21300,26070,13839,16859,20625,19725,19725,2154,734,21966,16324,12556,7435,2418,27431,28288,11669,13230,13279,3531,5262,27067,4502,12257,13408,2421,24297,14981,24678,21792,14340,184,2889,2422,29244,22830,1502,4265,2424,26683,2424,18794,14279,26421,29251,23806,10470,8526,20099,6634,22237,10255,10251,20335,3185,5476,7913,2427,2428,8037,28029,16464,19759,24457,183,22912,197,6674,2124,22766,2430,8148,20968,5766,25034,14068,20214,12207,19537,23138,28558,7521,5772,17428,203,664,13879,5354,27563,23165,23282,24432,3084,4995,6120,17843,24354,22205,17039,8543,19302,6399,26732,15609,16346,28104,116,22951,9810,19521,8595,4213,28105,18903,11171,13205,20588,10455,5780,25438,18270,2451,15821,15806,12706,9588,14305,14305,99,5274,3918,19848,14385,11049,21516,23150,22971,20468,18512,22639,3200,15863,17155,2458,7139,23039,442,2463,13973,54022,23396,9870,23497,13586,24404,16940,17438,15843,4435,28573,21833,19065,21958,3598,7680,22977,11826,7588,7231,23780,14074,27481,14204,1809,22618,8355,8937,856,28134,11554,20083,23362,20657,25986,8089,24407,15399,12437,21834,26797,17495,2476,4259,13956,29081,16233,20422,23897,8206,26992,26990,21400,8465,28940,2803,26229,14898,27866,14241,2480,13767,18598,16201,2482,17668,19027,379,14684,4627,3068,19219,28627,28789,21831,5426,15420,20254,2485,16625,26865,16755,2489,2491,15167,17484,28580,15348,5137,14252,24857,5199,2738,22181,12968,5595,28742,14520,15898,15898,24557,10676,17681,11275,2503,17171,28210,23273,24305,28452,779,14303,2721,26801,19404,5790,23643,29507,28496,11093,1266,27912,18697,25440,1366,24567,18201,17166,14869,1883,23319,5349,10738,22838,19290,17626,19850,26615,28420,14993,26582,16885,4556,120,2412,15801,24604,17450,18361,12067,9707,12993,28261,3835,10340,12931,9323,6009,27758,8369,19358,15630,4914,4914,10690,24961,16849,21042,21042,16067,14415,24517,18331,24766,28386,25396,9921,25760,19926,4597,2518,14625,11068,11068,2067,26197,9929,18791,2178,22195,23077,144,18426,26859,10780,25974,24803,4504,15191,9925,27334,25167,9285,29176,27384,14943,6723,15903,29619,6996,14943,9523,20331,19266,9931,2969,10916,7446,17033,10506,16721,14738,15535,13227,14510,17127,22765,17649,4021,14905,11197,19623,17274,24302,12129,13217,19788,21285,9369,4173,12326,12326,3757,3758,21556,23317,23859,5481,21269,19281,27147,13949,29653,27629,22398,15785,13655,29383,11215,24538,5655,26934,52,2179,27350,27082,18617,21987,12385,13257,24948,23999,25481,4732,6208,9368,18543,2541,15604,15604,18655,19388,3501,23386,19948,22442,22808,29636,11853,10621,5176,15422,26175,15316,28121,16192,25865,11185,503,28815,1509,29430,5630,8389,1513,2103,53893,16146,13149,7497,2547,24494,153,2177,6316,2622,15058,21748,10744,17727,10441,8253,28793,23540,8802,551,12923,9138,22354,27604,29190,8866,13044,26578,28092,26986,23617,2884,4307,23670,13093,18460,1118,6016,23060,7515,10841,15528,5022,19840,26318,7603,332,3845,6566,16938,2560,15255,21019,14704,28308,21119,20400,14864,18915,23608,20558,5533,16971,4484,18655,16263,27897,1718,8589,1083,4590,16217,15485,29497,29549,9195,4078,27004,23630,15681,15681,20118,4407,12906,13575,23226,17114,11799,12115,28663,6878,15328,23187,3270,3270,616,12686,26001,13926,6059,19696,21875,22694,9589,27886,13209,624,20737,11304,26047,19430,3626,5746,2579,12866,13668,12583,11630,11630,25798,1142,11326,21016,2581,11197,29358,20927,2581,22264,364,19468,12258,8550,2583,17369,449,1380,12010,20703,11851,22160,19398,20724,20874,17343,25667,24449,11472,6667,6667,21410,15629,8958,12281,28517,25690,16274,6613,6170,29020,21098,11984,28021,24265,28017,1063,682,29086,1289,29612,28571,25501,27326,14659,6315,1674,23309,11746,10884,4082,18362,20405,18822,6004,2599,2565,1413,10818,7485,16966,28329,14653,27065,14653,9173,21262,791,2603,308,9386,8156,28442,12260,4978,14908,22831,22717,29034,4785,6278,14883,20957,22178,24786,1168,15402,19783,2609,19226,27311,1046,6173,28782,11693,10316,11590,19147,8327,25438,4903,6938,4903,2904,16934,14129,21878,1974,2616,7606,15702,6001,14237,27399,12054,7773,13528,10614,6336,12367,6295,1525,9078,12208,3108,5746,2762,12176,1345,11511,16573,4182,1557,17707,10102,28869,20878,20583,21158,10488,7856,14724,27371,2824,26569,26710,26606,7726,11567,29376,10628,16104,23745,15867,2630,8813,17024,25509,6189,26462,23961,4211,6940,2631,350,22372,18687,12905,20303,7037,28960,24764,3463,17608,11943,17052,7214,27395,16073,17580,24934,21396,11788,16954,25328,15131,7887,15581,5428,10208,4928,1419,23598,10230,14153,10230,15132,4367,4367,28488,8870,260,24834,10946,24391,3725,2110,4455,8067,24463,8414,27696,24047,709,28578,21723,25259,12314,13372,7825,4060,15702,21973,24430,22100,4679,2642,5432,24091,2643,26521,21455,22631,23244,21066,27392,1162,2124,2124,5806,18843,21662,10590,28193,16232,26779,15585,9650,3000,13986,20296,20156,16762,2050,3995,7632,10960,2649,27596,13350,25824,26896,53999,27597,24763,25621,4181,24388,13573,23090,7182,3475,25497,5932,18751,21312,1975,19339,11954,26368,14982,28469,18369,2925,2950,12690,24152,15318,853,10320,690,4099,14658,8723,21790,8147,28903,11095,2658,24113,21263,24779,18418,18418,19873,3950,12316,11230,5797,15391,14151,21680,17850,831,11509,5200,1833,22459,11237,3486,22750,19769,3495,14615,2876,75,14176,25031,16340,3785,29446,24476,7252,26174,18868,12712,19225,23518,17858,15941,20656,25718,17560,8006,17839,27892,23338,20528,9969,19283,12554,10588,11816,29133,29143,8271,27943,932,22108,22970,13779,8774,11524,16501,24071,22070,24881,28506,28937,22514,10002,3030,15599,23625,5086,392,11052,9174,22692,18974,22784,18999,22333,17847,27976,24689,6169,4198,16901,27391,21199,19163,27190,13720,7518,15159,14375,2687,18235,5713,8225,20283,5718,29271,2728,26342,19509,22115,5505,11768,5238,23309,5951,28089,27777,14164,14164,13230,12967,26529,14393,13681,25515,26867,26752,22956,23741,11168,26700,10213,14313,11101,24098,8945,23268,24541,28575,18481,8397,2700,28575,16560,24147,19380,29126,28576,24144,27602,28830,16559,16558,23049,25465,28976,16558,7332,14238,18078,28497,22609,26039,16316,15736,26487,19136,19564,27378,6068,19026,6768,562,19704,25842,6338,8559,1427,11864,5487,21654,17362,2711,13625,2714,21051,26213,18617,22382,6443,3962,23947,22938,28590,12889,9493,18389,12782,27545,8066,18450,23797,8492,17234,15013,8029,25413,2727,103,20499,18854,8323,27798,26966,2730,21618,27929,21691,17954,8247,24038,14340,2138,3913,21656,28442,12926,23692,19830,16832,23813,17993,13987,1473,2737,17304,20445,22657,21128,10509,6057,24368,26621,7935,15961,4604,2740,23957,22888,8096,24351,7561,10611,7388,10996,7539,2744,8406,8227,3311,666,22392,23949,8065,19427,14211,20963,16287,16287,5477,23586,3230,18453,6693,18654,13992,10033,20766,28199,14215,22473,8810,20483,27528,17150,14463,21632,719,17737,17547,5250,9963,28014,11780,4519,14733,17937,17185,12263,22740,9212,15972,20940,2761,7750,2762,17051,186,16552,3605,28922,15559,10398,20001,2764,1894,20330,17658,13930,14082,25683,1858,1858,4131,7152,8917,4374,862,19882,13643,2037,21155,23575,2769,24000,27232,6612,263,18292,8120,24342,18572,10690,24709,17781,769,10682,27358,27056,27075,18069,16570,1854,21134,5283,17622,7974,2003,26280,2777,3587,17029,27804,20659,8753,11716,4554,16838,26869,2780,28802,9056,17536,17722,26527,29416,16670,18218,3958,21649,16509,13968,26588,6130,12727,22785,20862,24851,29238,25479,20849,7705,26651,14686,13531,13146,14049,19786,14085,19510,26680,3446,11928,6788,11707,18401,4912,8796,11252,14227,14227,20371,6675,16761,9813,9813,17661,9532,1794,8164,17535,7612,18634,12217,19331,2788,6552,16531,18324,568,7829,1021,28303,6173,4652,28358,16052,23736,9213,21192,3447,21919,2789,2790,21856,21599,28837,15985,9286,18252,13557,11755,20609,15470,18200,11834,1136,18615,13253,11676,22294,24830,20270,6619,13253,4092,17353,11883,4750,3937,19259,24529,28759,8658,4836,10933,17019,11094,13891,3106,13360,3011,5233,23463,9739,13454,4207,14432,16190,5055,15860,16534,23684,9513,6224,196,1873,11449,4756,8632,28528,6627,24596,2806,13497,20559,21450,15178,24750,24811,392,26717,13143,28390,10787,6669,20003,13551,4851,26287,4510,14058,14038,3859,22107,14270,2387,27192,2813,29620,17425,3409,8055,10881,18757,14686,5039,5039,6451,27829,4892,10462,15712,17467,5333,4742,23831,23448,27962,8683,7841,1159,22023,7307,24909,28038,20124,17286,24314,28717,6107,7724,2815,8397,6307,27061,17979,13979,25554,28467,9706,2818,10852,29214,19885,28762,27757,23622,7875,28856,21575,25572,5793,20730,14191,10568,11983,19385,19617,3388,27763,28643,23204,11817,13169,2692,14828,8766,7306,2423,15415,23086,10168,12625,6498,306,21346,25039,26379,5976,6584,6584,2827,136,2829,9641,14788,3872,14548,24765,4479,18760,23645,26608,11179,11691,29608,27297,22482,20887,26205,25941,10168,28346,19121,1510,9354,24440,15362,8850,1604,25523,2836,8996,5325,19952,4687,13378,15280,24120,29190,15197,29178,26549,10233,14858,17965,16172,16000,9989,16872,13809,8850,8182,26339,14772,19906,2842,2633,21239,6896,2889,18754,13204,14968,18415,5412,19362,20328,20328,20482,13763,23984,26551,27298,15339,22367,20521,10438,22874,10312,9194,21117,8771,21166,3281,2582,16409,16409,9233,29551,8020,16179,23567,2848,10204,16081,2071,24092,24092,6080,6996,812,28395,14082,2221,14584,20325,1954,29562,4254,15218,14276,10175,1455,3266,6513,13117,19513,11357,1699,6333,24232,27001,6536,14679,28161,20712,27495,18042,14325,11310,14785,24170,7347,18108,20143,13918,2862,14859,8382,26706,21639,2867,2866,8506,8511,14100,14100,17019,25958,11836,18365,8504,10136,18927,16359,20620,24522,22092,26862,15722,9858,19359,19359,25606,19184,25321,28957,1169,25946,2404,4037,17625,2877,17188,22642,27844,9099,15015,13755,5768,28947,24667,22668,4137,1470,22279,26147,24367,23388,9778,5750,10426,21805,2882,18565,19072,6055,14784,11525,5639,5808,2627,21459,26236,27391,22241,16753,21221,5935,22059,28346,11167,3891,22127,24531,27559,19625,16747,5029,87,21290,2888,25357,2414,5624,29398,16047,21577,25543,2892,8124,27716,14601,25983,24808,15546,16326,15442,1142,21033,2871,23206,12792,12792,9178,11178,22253,25668,11375,2898,14267,13055,13781,6458,29013,14577,20465,10402,25979,14943,18959,5333,2789,7340,21493,26232,14020,19046,8473,1383,22368,2908,21128,3963,12757,19104,24334,11900,19707,2638,21303,29296,19754,23337,22579,28556,27227,17270,2913,17465,13183,16789,18071,2914,20971,22585,1913,22723,7818,18383,2917,15087,13450,10249,22584,18932,26814,8436,17601,16433,27436,22058,23213,20353,2918,15542,3023,20846,16165,27689,14406,2923,14406,28824,6368,641,12304,13898,2778,28897,17403,12240,8873,7244,7244,20196,7936,20467,24541,10601,10410,2935,27058,14637,1964,27475,20160,10974,2499,2938,22596,6909,195,2942,26167,10394,16145,28050,23403,1401,53852,22854,24982,19057,4943,13810,28411,1084,11658,25532,13550,3582,13550,25918,26330,4939,2948,16270,21197,2290,29702,29267,10096,10033,16806,22756,4239,13628,25918,2950,23228,23228,24196,12984,18836,25520,7053,9667,8209,4640,23632,15757,1314,13026,18898,289,8671,27543,25152,20601,7530,2953,4113,5994,1833,3429,11246,4966,5765,548,11297,13648,11941,20786,2958,20647,26150,27829,14662,26894,7038,26089,22952,14837,6290,21769,28475,8093,2966,17964,8210,10987,11528,20614,14115,7604,7604,20781,2970,16488,22835,16584,5485,10201,10813,25480,28565,26516,11043,16891,632,21669,20089,16909,12334,21371,9801,20728,2976,14628,9848,26845,4673,15350,4469,5192,24558,19364,9542,17835,13467,28444,502,18398,16176,21584,17113,16100,10413,5699,14994,13829,16189,18971,21373,29691,21095,7417,17350,22638,26322,21323,617,26472,29521,13657,27524,23211,7074,11949,13525,29059,5853,16196,239,17810,6322,19151,11880,1492,546,15911,8553,4955,28314,534,11641,1148,14482,11577,28989,1013,7740,16387,6489,4854,6499,1893,23466,4171,2996,9993,5558,26485,3503,25256,4125,15586,6601,18277,23917,23359,4527,16966,4364,19944,28090,18003,1565,13638,23652,12092,23566,1164,18978,3006,23451,22616,24307,8736,14294,18867,11294,14698,27853,2011,5402,5629,22388,4734,20133,24842,24842,19412,23619,18489,2446,21682,3013,980,16499,27972,23258,28832,17206,17206,14560,13013,12245,13500,6181,17984,1449,19317,17805,15097,6390,12317,18632,1992,14172,9280,15126,15126,23843,19656,19654,10187,1383,531,26669,18919,1372,4031,3700,29038,16016,21849,18952,20715,10015,166,16996,15881,22535,2988,25485,2524,2127,729,21436,20544,29635,8308,16345,21475,24946,3697,20773,8577,28839,8609,53914,7883,19866,28172,18240,18711,15770,9146,21505,20921,17393,4518,44,586,921,26614,12322,15305,25796,8216,8544,20899,21476,24004,11030,20778,12159,25996,28352,14726,10622,9866,8230,1241,17823,27218,10524,15957,24317,25558,1418,28160,5950,12708,12173,3045,13249,19518,5513,3262,14048,13083,25412,5788,4046,27135,454,2238,14292,25694,24433,448,16691,28659,19590,22531,2519,5434,10576,25396,4468,3973,10180,19442,16797,29576,17359,10087,26350,2766,8407,16671,12630,9936,909,909,29191,12444,16959,25381,25942,24005,7447,10248,21392,28689,20852,2215,1589,27239,12063,9085,21320,173,28132,19298,17673,6186,11171,571,12766,3059,3574,19530,4083,7553,20256,28328,20311,27308,5756,15388,1271,3065,21219,19754,3066,23056,4615,8060,21831,4257,24634,11002,9556,14280,5654,9556,3071,27516,1844,22054,22846,3072,7080,17475,18151,23473,16087,12715,3075,18239,1548,16870,17474,13192,17743,4967,5989,28661,1449,11953,24571,20578,26794,11801,13079,3078,5512,2152,17055,1030,949,3079,11623,13685,24309,9876,24945,10751,5594,24725,927,15375,23755,18666,6894,4325,7132,6946,9092,27889,7678,24326,10421,801,26656,17408,8249,14699,15189,17026,10749,26327,26327,994,24290,8351,5874,22842,27686,21900,16005,8106,10794,21552,14708,19612,8185,13168,21000,24123,13072,8925,15211,4565,15954,27416,2099,24351,15299,15299,5995,4471,25609,14361,27445,16410,19914,23033,8272,5881,127,11217,12243,22055,22055,19818,20004,21286,14347,21088,16235,14057,13698,22708,27977,14228,28982,29241,24978,6620,13886,7754,22892,1112,18488,2401,16611,7494,13733,5198,9364,20966,19463,20520,21903,8975,2752,14079,22930,13659,10320,21460,11731,3103,27153,8624,24519,27118,13886,8335,18077,14670,18176,7828,13871,15531,13252,15531,27483,9060,20470,14624,10103,20244,898,3108,20874,13651,28320,27547,9960,11812,6860,7245,10832,25509,11715,17774,4015,20418,18900,15555,22862,23205,28887,12870,28371,21933,6719,1195,25188,29203,27391,13541,24488,25421,22767,8116,7477,17863,3119,19473,18335,19875,14530,11307,27981,16877,18064,9081,12004,14983,11778,7892,7208,8082,17772,7600,18819,28496,17783,9873,6087,22681,24534,15201,11276,8257,24384,22106,6589,4209,22666,23517,25315,24347,20330,26796,24330,22897,7652,7706,29190,16273,9433,29222,2122,7950,11266,17453,13609,28384,10202,12548,13364,3131,6741,19067,21419,2864,17111,25145,14906,26524,3134,27073,135,18450,27414,25398,2162,25849,26538,22624,5444,14178,3136,10876,26854,3140,5363,28991,15234,20918,12840,9568,26818,8540,14437,20999,4561,24806,14703,4538,2622,11917,14022,1026,3381,23203,5126,25360,15983,6511,8044,1555,9855,26038,19976,23941,9337,21718,27579,3145,186,17051,24694,21722,21722,3147,25342,6734,3148,5473,85,4047,13653,22307,28590,9726,7211,6181,11129,19694,26278,15007,28105,26025,10859,3595,7768,681,5627,16728,23337,3156,25675,27706,18906,3264,9223,22895,13212,10485,8085,22241,23118,11344,19679,29440,6853,17496,17683,22752,17834,7435,17834,6837,22509,25663,22325,11862,7903,24419,2160,20513,9432,11044,19798,3829,1198,15656,26311,17766,2688,10699,13974,9424,18263,10843,8003,21138,22842,11030,11030,10814,3176,21439,26214,3174,21534,12348,2416,7544,25630,3176,18330,3801,22221,4262,29267,25530,9733,6047,8894,6064,24446,12122,19422,22903,6282,375,375,6306,24248,11458,24121,26282,27291,14627,13431,29281,10952,11024,26159,10850,25055,19398,18020,22456,28756,20749,5182,21451,7420,15244,14983,23183,27318,3883,4425,3191,6551,6733,18696,6271,12561,28653,3196,13728,11619,15247,27350,8370,12992,6698,22873,10409,3198,1101,12990,7715,11672,4618,16078,26479,14919,22594,26922,23760,17273,6608,3204,1193,19291,8845,19040,3207,16163,3544,28397,18732,3443,14998,15137,24247,14018,25416,18657,1727,15937,11615,22672,7041,22070,468,22828,22829,18032,5679,8555,20789,9591,7412,10354,14290,7457,21444,397,13740,11818,28929,13115,16996,14319,20391,8041,20220,17155,14127,18381,4157,1785,133,2200,3147,26416,10986,12619,26479,999,24779,150,5761,21854,18333,16759,12382,3982,7417,13959,14510,21588,29413,6441,6267,14331,14699,7195,3589,13382,16503,17979,27129,21879,24149,11813,17188,17506,15048,17374,6229,13080,9228,19340,2154,6474,14055,26460,20123,17136,16570,3753,1596,7282,8673,2516,23572,25494,13102,11867,13093,5309,16876,8678,25898,22917,2334,19107,7453,5495,10626,29370,2919,8950,4915,19029,28421,16502,19573,12998,9959,13467,3243,15276,15447,893,13153,17464,1658,21029,14952,10975,26711,10784,11833,21445,27551,9828,27204,27204,26684,16255,22704,9611,19333,20631,19332,14736,19847,16282,25518,29463,18824,28850,28919,28919,14116,22825,5369,7910,3078,208,26460,10475,18202,19368,25229,16457,6117,21295,8610,26197,19460,7141,23035,15113,10484,26170,21579,15423,1955,2223,22542,18780,4909,11741,20580,17069,11119,28754,20329,19077,4575,25151,24321,1438,2075,774,15677,776,21171,17710,14175,9581,9582,8809,28002,14976,24511,5254,21297,26813,27950,7690,20264,12079,14042,8822,8822,28611,21844,17490,27619,12783,28430,16959,23666,22367,5438,20491,19188,2166,13340,28809,19761,12910,12910,12656,20263,24976,15981,27104,8204,24223,77,9652,10296,12901,29645,16007,15204,18033,27793,23368,23368,2157,22413,3284,13983,25912,505,15834,16735,9908,8623,11892,11405,3290,9279,7271,25744,8052,12967,7723,10839,25888,15272,16912,20004,3297,22410,2576,3300,12216,5384,28196,11761,19391,24173,23834,21489,3301,28872,19863,23158,3535,23935,18311,17029,2872,148,27279,20911,12749,1116,18282,27584,19001,2046,29513,4683,9202,25244,6273,6892,25853,25660,3117,441,12818,18374,10269,12832,10995,28946,8729,1485,12693,28064,17047,3314,19179,18668,1423,13676,27404,19033,19033,14447,14447,5905,6458,20243,9353,2298,22245,25822,2210,27624,12977,18233,20245,11242,4705,19907,11364,23165,12885,15133,13270,28810,6420,18006,27380,21755,22784,18747,21340,25725,7107,22969,22526,18941,22628,25050,10266,19882,13246,8268,59,8770,3324,17180,11861,25090,6450,9511,27152,25531,12203,381,13006,18641,7151,13578,600,17952,24194,1363,15853,16227,1080,26411,17383,3328,20326,11172,14815,17119,23516,26130,8596,10791,18259,17305,16046,2829,4680,12704,15489,8761,13989,19835,21306,21725,11133,11133,2399,6935,29151,53898,20104,10027,16533,26721,25801,2238,23968,6145,9583,17411,22951,4378,25406,11626,21308,23384,23384,25300,15291,25071,13627,9711,7442,977,12957,6339,17969,13341,19351,7525,23642,27974,11900,29248,5329,14758,1964,1246,23076,20601,12599,29371,17220,12514,3341,18015,775,21707,1490,9682,13262,22656,15161,2783,1902,3346,205,17304,14153,18865,3347,26534,8732,27809,15209,29082,20494,16131,5923,24609,19936,3506,18773,9701,4063,14646,26762,17681,70,15764,23114,28823,3357,1220,5740,8058,3034,23766,20068,9391,28265,28265,3361,28320,3670,20715,7135,10968,3364,2422,5067,18368,19227,15619,15478,4200,8502,23169,12598,16145,16778,5148,18766,9246,42,24903,7400,3369,7375,18537,13821,22615,3370,15650,2126,25686,8483,21268,14528,29047,11213,10369,8850,11425,3376,10388,10573,15227,20924,5352,4400,21082,15246,3634,5131,26491,17019,17019,24910,24356,29474,27510,19926,21687,19049,4763,22788,22231,26940,17288,16500,3386,6817,21577,1569,14359,27832,22513,19005,9663,19005,22663,26691,27489,28311,9038,18650,29280,19666,14148,26391,25913,29500,23732,2199,1448,19805,29110,3492,6088,26333,27853,23446,26905,24528,68,11580,1633,19255,13626,13203,25672,6469,20687,3403,3403,18049,18836,6440,18414,27801,13638,24709,6150,5393,16525,3776,790,1842,39,39,23240,19860,13758,24038,28259,16022,27762,26977,13662,24243,24243,16305,25893,1687,11255,19070,3412,25999,20042,17132,3485,27325,21923,153,11049,8032,3769,26673,27105,2368,14569,3415,15920,10336,25813,12497,11895,20748,3417,12930,20444,4758,24259,3420,21050,5169,16161,19152,23745,8935,8935,10077,27700,11647,6807,21590,29124,20347,4563,13002,371,7580,15030,21038,9205,26747,20956,7113,16165,23890,10204,3475,27008,3168,29440,29694,20291,24088,28927,28927,2227,9135,24436,24642,9158,21276,17141,11008,25955,24732,26298,9490,23106,68,21920,15507,24237,3940,28641,1252,9462,5103,26242,8941,1096,15028,21316,23837,2320,7653,792,15634,19375,5878,11811,1326,18323,19008,29305,19635,3435,29447,3647,24204,9994,3703,16413,23113,10711,3441,14144,1454,16633,24823,1559,1196,20209,24980,14420,6326,5469,10861,11599,23555,3444,10888,13674,5545,15647,21980,5564,2983,3447,3258,20831,26239,8006,1961,4834,7675,27253,16902,6844,25885,20146,1675,3896,17446,24984,17352,28182,15044,18285,4240,20809,22101,4061,4061,16487,23665,13195,13768,15811,23685,10991,4183,28229,18531,3736,3039,5482,26612,8726,28140,17398,8830,6982,4950,28842,4771,17050,15109,15109,19764,3468,12716,162,6860,1189,24231,7768,24136,1461,15224,6162,25722,27315,21496,24902,11808,21878,3462,24511,18562,818,18527,27023,16095,1807,3478,1282,10535,53856,27822,7691,8950,7962,8907,15352,28094,15057,15756,23948,11483,7594,23962,1120,20696,218,7136,15286,4789,3486,3070,3487,22448,3848,26985,1881,17923,16483,18686,23924,8908,6747,7479,7479,29379,24841,6201,18555,11020,5340,3491,2832,22896,16104,16104,5926,7708,16760,12484,11888,27827,24304,28355,27477,19341,915,18557,27489,8922,12931,23854,5640,13570,14959,24222,21756,3498,3498,21113,3499,10641,19831,16418,25264,24746,6408,9753,7317,18998,7812,9538,3503,3503,10768,29188,28602,7749,22023,12314,13422,6621,23127,14293,5326,5987,489,5674,7224,18384,24176,12114,20746,2638,11736,9284,4716,24489,13021,1784,3512,12053,25165,4462,25518,24541,8021,2386,20311,14645,10825,14379,14594,1114,14594,21431,25649,10825,3516,24277,24277,955,1036,19165,27351,4942,17781,17781,28930,7657,2023,16859,25223,902,28015,20177,16155,7386,19764,29342,8041,810,29297,12797,15530,13223,12997,19297,25565,14925,21693,8539,6114,66,18889,1922,6114,27324,18905,29298,14300,27274,13122,442,15943,28157,8998,9781,2461,26728,26876,18607,11869,538,2493,18575,20078,5603,9978,25091,14816,4167,18421,21735,24493,27836,1256,9313,25182,15874,3537,6672,19310,17870,24377,232,21250,5839,16674,3009,372,2148,13863,22422,26084,16406,16406,15321,19611,10664,28533,8430,24356,29194,29194,127,15148,19248,13860,13860,3326,2524,11060,28402,28402,23939,16095,3544,5232,23143,18373,18199,29508,6096,24006,10794,12538,24628,13722,1351,11701,6576,1783,26203,8756,18183,22279,13008,1682,16980,21064,20426,22700,25728,3554,16993,27415,27414,13540,3555,12408,1516,415,20726,8872,21912,11893,16071,13012,22349,24070,18085,2895,1936,10651,22747,2632,14733,375,13566,2930,16981,9768,19002,15080,1964,20495,20495,3563,2429,21919,7191,26583,9110,16644,17482,26380,10637,3564,5045,21796,9532,10552,1452,1452,12649,202,8034,11660,17997,7894,15339,4852,3568,19828,29381,28293,28631,5054,3569,7113,4649,25798,3333,16476,27911,13822,12735,29139,4463,28285,14284,6811,26592,18986,12057,24375,25479,2486,25707,28461,3051,14350,26533,26894,24874,15554,11318,17016,4319,2318,1760,19202,3579,21339,26672,12542,16834,6094,14254,15772,11216,987,14419,21662,28207,24231,2337,5378,3586,4627,17382,12199,25497,22230,15146,3892,3588,6521,25049,18418,3589,18463,16919,17491,11446,3010,17806,3592,5948,10246,527,10803,17885,25341,19697,9453,7472,21253,9205,11844,11367,26704,16392,16747,11584,7466,21078,5512,13135,21498,3601,23540,17042,24623,26856,28339,26978,22991,12012,18126,694,21247,29255,4676,24458,1838,3604,1838,27668,20001,6512,6400,26789,1332,11413,19800,12477,26963,7506,29017,3609,2319,3609,18836,22460,16574,16574,12133,4818,25203,7400,2973,29214,654,24165,26233,18525,13540,12432,24182,23485,7161,25268,22324,24128,18408,18408,26572,26369,1675,10082,17305,29053,14719,6531,3037,23167,4564,29271,16439,15595,27559,18513,22010,595,26128,26351,4537,1517,20161,509,27785,15853,17429,793,15844,18517,26177,19346,12186,1008,12186,476,15606,24248,5810,11128,2335,3629,8491,24446,22769,20356,28298,23547,21197,21609,21997,22845,10775,12732,13963,3638,574,7024,403,10812,20005,23710,16685,22362,4150,26629,12165,29501,26829,7192,16090,12331,24496,18814,18814,2950,23644,17074,2576,26313,17884,6798,3000,28974,5831,27813,8416,14116,26882,12100,3644,28245,25370,12359,3762,22067,24204,6401,16218,14452,18076,23239,14385,26570,25985,17166,16423,3649,938,13241,18280,23424,649,29630,14740,29630,12296,19441,17843,13007,4704,12599,11374,17670,18011,11144,9666,3658,1563,5367,18067,20527,28144,5244,13683,853,26508,15383,23190,25899,27230,12336,12536,12536,12552,14678,13054,29376,26209,1796,17709,14438,19319,20998,3670,25123,1132,285,17207,5269,5269,15280,5796,13690,8084,11859,29513,7372,27907,19862,3678,9204,17727,2915,10702,22374,18899,25160,2261,25833,3684,8602,23134,28070,20033,23351,1707,28340,28433,22760,599,28913,3689,885,11824,17941,1790,349,3691,5697,29113,27703,29655,7093,2595,2488,21085,20920,25692,21475,2311,18872,8651,12432,26711,17482,14175,13432,25381,10198,19090,12027,21663,15124,351,1965,12555,19835,14422,3982,3862,14057,7216,27691,13233,24992,29623,5623,24888,13177,12827,8589,21240,1254,9599,19692,14473,29573,9077,19754,24054,28127,24940,21005,21241,29560,3074,25322,15662,19893,10800,27854,27556,281,18081,8737,15830,15830,28965,14779,6134,1388,16263,8333,21863,5845,14977,14140,20837,24945,14246,14780,16768,7814,23319,1655,5645,5792,17315,1017,4331,5182,28059,12205,28059,6448,23827,26606,20364,16756,4572,23559,13103,1330,16809,7341,3714,28878,27390,8674,14603,8208,14931,7549,7586,7586,10103,1674,16173,21594,15019,11460,7174,19172,19602,13927,20159,27844,7878,9823,9823,25155,3723,3725,22135,16758,1880,17125,13985,3777,2019,16853,11506,3730,17612,3056,19618,23689,16506,17960,13607,22633,5330,23014,24696,21815,10311,1989,3734,16006,11177,28436,3736,9732,19911,21730,6376,3739,8405,5974,18913,8234,22697,20943,6801,4662,25020,11555,23793,18391,28664,28016,26833,2540,10412,26954,17599,974,19560,16799,27070,13149,5204,20960,17852,1110,22655,6737,9291,14101,6484,3509,9380,18373,3750,12983,19609,27246,5995,22882,15639,19355,17172,29235,14251,5312,26986,9154,27582,2346,4428,11043,14842,1106,12936,15967,25922,7875,13053,4743,1586,86,25708,26081,14370,22663,13302,2392,18785,5026,19539,13542,3845,3845,11285,18423,18055,20957,24548,7991,3765,827,15659,7094,22915,17268,22719,24581,17267,17268,19975,28805,13491,18924,21462,10884,28874,23918,23918,5334,8857,22387,13924,17054,28119,1662,24315,15177,1885,23128,16324,9510,23111,17399,15682,6156,13182,26905,2306,16544,11671,20527,27213,2268,28925,1926,4192,14475,1926,25827,12962,28426,20095,18340,29564,29068,12113,3782,479,12438,25710,290,24172,28808,383,29329,24590,14600,12547,1412,246,246,7238,3790,22631,7324,19125,7615,20983,21531,15851,11930,5222,5222,7873,10043,4182,10043,29292,5942,22690,29482,1113,25255,15233,10826,21010,28407,19895,22626,14808,155,355,16080,23368,2091,14117,18782,19294,29553,8643,23318,12489,14692,18148,407,8671,3806,25596,6020,24721,26598,12347,18275,15119,744,17855,16570,27550,25146,5485,10999,10738,20517,12894,3077,1676,7088,18283,26576,1792,25989,13820,13772,27010,23427,2136,17035,4641,12197,25231,13687,9446,13685,10216,5185,28876,5185,9745,5453,9976,6635,28911,23456,3815,18691,18233,17868,9786,14955,3817,13747,25763,28002,6871,1180,14807,13655,22395,23820,12473,6711,1232,2023,22574,11334,10225,3709,25503,9915,27136,6571,28151,3400,21033,4584,19780,3827,27237,13402,14049,15131,1364,4678,28867,12239,13973,13733,13680,28463,27450,24579,381,23086,9610,18298,11152,17556,8916,25061,25061,29349,22769,5964,3082,8812,21488,12537,4083,8059,17402,17486,11976,13141,2944,10913,10997,7323,16575,4063,19681,29297,27469,20376,8574,12140,13927,10009,5084,28189,2335,29326,21342,11752,355,10575,21448,21342,23110,7598,6832,2251,7661,3846,3847,5984,26342,11720,12963,13683,27997,753,17639,25441,29017,2033,3851,13439,15259,10564,17258,14527,6419,14734,14734,21998,3114,6733,21893,28918,24311,9726,7776,14171,23946,18853,25874,19689,7234,1155,22865,7251,20164,16788,13330,6858,13147,28708,16925,3510,25740,376,24122,26284,2552,13740,25978,26122,15059,7374,7373,16275,1998,19852,28250,20467,20017,6151,21411,8938,10214,26698,19769,13549,2558,11744,24456,12330,10090,21669,15820,1492,25017,23529,3877,13209,10189,13312,3881,3189,18108,23660,29531,3883,18176,16590,17168,441,2527,24634,15916,1626,13244,27536,21346,1350,26412,17150,24536,2312,9024,12600,8090,9711,9711,19644,2802,13927,13927,23873,28658,664,1334,17157,12399,3529,2412,15591,25068,6554,22143,14724,7228,25011,9941,5255,19964,26113,20910,19598,25084,12734,8556,14473,7381,23426,26279,10127,4390,524,12489,9694,5297,13732,12455,2502,16645,11694,7701,21999,4386,12461,20910,26622,18180,8394,11710,3914,28192,2366,25285,18551,24153,24153,1127,9247,14677,14677,3178,22893,12226,14986,10803,8057,4396,14044,11554,19524,27494,11872,27365,27135,27432,8528,18841,12032,951,472,27713,4258,25086,10685,21993,23966,10572,23545,8199,21209,15639,18245,29594,24168,25341,4339,18780,14665,18460,2453,23013,15328,19472,22183,19240,5499,7825,23591,14060,15145,15145,24331,1764,11802,21651,27825,3956,27965,20417,15739,26379,22693,28691,12074,19804,19804,18669,29681,19131,6405,20138,7397,27102,26715,1397,13727,671,20145,12823,17059,22399,13463,13463,9040,24905,16725,29381,10497,2999,16368,16608,14846,3121,18347,21370,25660,17029,1416,15162,5043,25279,1449,3944,15710,1056,24748,29261,9724,27358,29620,14568,3946,25319,11941,3947,18340,14921,6330,23899,3949,13466,10739,17882,4949,27701,19023,14232,10604,4978,22603,16479,24350,25031,23485,25284,6006,5497,5497,27158,10288,25954,18545,17010,3956,12290,7368,24889,28005,19358,25406,26809,27858,759,27947,5890,20987,18284,22173,6900,15339,11581,12043,12043,29028,19081,595,3961,3961,1546,16578,23750,19205,24226,22727,6808,112,17617,4173,3780,21081,13381,15959,26742,20227,26187,1629,17833,16556,17447,16556,17080,3974,9619,6532,13486,27033,6090,10338,20708,3975,5035,6668,29067,16667,4216,23740,6081,23174,24382,17199,22775,1965,17731,1750,4287,8148,8878,17582,12204,15223,22833,13782,22962,23277,26548,15255,4849,25756,2479,25062,3873,27318,2215,20203,21540,3987,9374,13617,25682,21617,11808,523,28588,13354,5758,3993,20134,9285,14744,27779,17930,19045,6717,13206,18430,7893,23587,11349,13964,7284,18187,28709,6323,19733,19733,26537,13607,14158,60,28105,2483,20884,18790,17119,14375,18634,9350,9257,14841,4005,21316,10797,4008,22009,11281,4349,16429,21874,5735,21407,1388,14260,13122,21649,15925,17419,15873,5143,5215,23728,8197,28210,4014,8082,4014,13089,28063,20298,13214,13214,24829,19957,21797,4802,11502,7221,13595,20112,19681,19681,13836,16348,12175,10894,27828,16827,24402,16469,13460,5569,13286,1112,24431,28371,20286,24921,16331,4025,16225,29236,18992,24457,3579,7020,16312,12367,4028,7450,12091,17690,15412,43,13576,280,21853,3714,26396,23028,1394,12765,11248,19915,24576,5370,12936,8975,19946,9640,27111,1039,20495,22075,20488,29384,4427,5578,27301,18662,9898,26900,7003,22852,18758,25300,24105,18769,8940,8941,9974,20631,20864,3487,4760,1296,16739,20719,7826,20435,18625,9002,28177,11438,23668,15580,25350,6436,21833,20901,24755,10843,7167,26657,21188,20335,494,7276,7178,1410,1265,25517,8175,20140,27661,25556,5974,6710,25036,27065,27598,16574,186,8171,8171,24163,25850,2719,20099,11719,8055,26887,20367,14092,29167,27324,23938,26244,2939,21153,1541,13625,22011,8589,16597,1995,3143,26966,18929,10200,2360,21422,11750,29624,4062,20345,17342,15562,20837,14054,21289,16043,12087,23679,1740,21704,23537,15255,17724,27370,11857,609,11518,11518,10919,15245,28165,11413,9561,9705,25500,28512,27974,26662,18107,5954,1068,3303,20722,15686,1390,14749,14749,2082,10351,4070,7165,16477,13615,24954,24761,6029,1905,12848,1365,13700,16439,10207,24206,4075,2215,2215,21729,24778,15469,4077,28488,24734,4078,15501,18196,22194,4398,23604,19372,13968,21436,24197,14977,27337,11944,25962,26654,23558,11666,16135,10703,4088,23733,21476,7804,1322,4090,9265,4092,2313,17204,17002,24025,1378,25413,3111,9677,15074,18137,17248,11629,12113,7345,8032,8011,10679,4100,10649,13703,25120,25120,26237,154,1949,19179,19179,1625,5002,27074,4832,8235,19844,4109,16913,6158,15965,6679,20447,809,17178,16679,14080,14080,26506,497,12964,19917,14995,5752,5399,4584,8704,11724,2766,3429,24909,26457,24985,2644,21888,16073,2136,18829,2302,2758,9059,20835,22090,23130,17552,4121,29629,478,6823,20903,3190,19033,17690,21641,21140,18378,10442,25796,18867,3472,1669,19213,2756,12785,13932,29218,19673,28652,29632,9653,23579,9228,5422,22360,15989,1829,18942,16240,511,4131,2579,4132,13831,5843,15265,4945,12694,26239,8973,15706,25305,17700,23494,563,24854,22803,24027,5761,2295,5694,29093,9467,6090,13824,16282,9702,21245,24580,8909,8474,16992,24297,22003,16263,24733,6078,27999,2655,22032,27781,17960,8460,22500,15608,17028,19499,27868,4140,9102,13024,27695,27080,5291,21775,2803,16450,22087,21136,15798,7692,29612,5401,4145,25470,4254,10018,29176,4926,9372,20966,6710,15934,22151,11534,14669,7203,21837,10196,8998,24165,10668,11176,9814,15691,9148,2870,1782,2258,5506,6578,14021,9540,9779,1396,27982,19343,25614,28359,22789,27764,8174,15387,29399,16246,17225,25320,25320,4166,6461,9100,9334,4168,10157,22474,22378,28774,18679,13546,2887,4169,2575,10337,8018,16661,21575,21575,13850,13902,26980,2879,11037,1251,950,16369,1288,5402,19256,28514,14561,18803,13464,4180,16804,22089,3265,20239,27659,4996,14261,27900,1811,29280,4634,7209,3200,3200,16542,1318,13652,22721,3980,307,24714,11007,29725,9192,8953,9906,4187,22317,29515,7625,9891,6252,19228,4191,18210,18295,4811,2508,14858,4192,15172,15171,6058,29278,28935,11417,3486,9571,8189,8633,4197,27480,8540,9565,21432,8135,15157,16228,17825,19701,22355,26160,24322,8626,24218,17559,2174,27779,19867,17917,8055,23204,25604,5102,4205,19209,21653,26153,24827,8496,26763,28116,9853,11940,7598,6483,685,20846,10687,7255,8121,11626,20849,10752,4218,7658,4859,21637,4220,4369,29627,9527,12749,23034,10228,17325,4798,14508,14165,2949,23271,15981,17506,6921,6659,17090,19381,7197,23852,6874,2178,12471,23475,8727,18735,8549,14733,7177,27252,15405,3943,14808,24218,4234,15585,4645,11203,23162,28622,11831,13225,8410,29324,29155,10500,28073,58,16399,27978,17850,9509,14616,14448,18851,27984,19806,6638,21817,4243,14580,15056,25415,29152,10307,25044,14758,26471,8187,23601,6001,23222,11834,12917,25900,18393,27334,16518,11204,28285,4251,12876,25922,26538,25933,5524,26785,22987,270,21212,1110,5290,9093,22955,1191,17313,24775,2819,16057,19206,9502,4258,2211,18840,8111,7425,13133,15441,2724,3602,29444,15537,18642,14514,11259,882,7384,25427,19708,22731,1679,11812,2732,442,13039,8882,13621,4078,8499,23757,15004,29219,22978,3465,4664,17608,17608,17259,17586,5609,22077,15067,1336,10074,5510,5510,7811,18590,25333,12766,9739,20192,3692,3692,14434,9951,8586,23003,11121,17960,16056,10790,25704,25703,26378,19776,19223,24661,5181,22730,13622,629,13002,12025,4330,10298,1484,1484,16461,28514,5568,6596,4529,5896,18257,5472,25108,2869,53988,29731,2908,10812,648,29026,2857,15928,18501,27081,21609,15654,13842,23617,27912,6295,27341,4288,5127,4290,15462,25637,29339,15393,16381,3253,6886,5178,4293,6007,8426,28667,6347,3379,17626,27096,7555,6708,23727,25502,27018,9618,19692,25345,29260,13131,11490,1862,25871,4302,14728,27772,29364,23499,26439,11926,20253,25764,28256,11934,23148,25088,4973,16561,9631,10705,29145,6207,16447,21395,22134,9851,8525,4310,6684,19433,1336,18128,2170,21957,22764,1820,7065,8400,9719,26757,3533,22096,11190,21516,3652,4315,20778,17480,13613,15280,25347,582,8801,13389,13389,17864,18528,541,7068,3644,24676,12533,14310,21343,27835,9064,19904,13364,10392,4094,26842,23584,2859,25895,11464,8221,7445,80,21375,27089,8674,6419,23011,22848,21050,25154,17894,11206,19518,25541,9955,18752,16829,24709,25647,13752,27547,16452,25706,3278,27966,10357,4333,20412,20412,4334,26669,21310,6999,18981,26729,23022,20278,8561,438,2251,17942,11177,6518,15243,22676,22448,21616,22850,12463,18347,14646,14981,2723,4254,11155,27883,24621,11129,28958,8648,4349,26289,8968,21057,20313,18352,24852,9077,29598,14311,20870,8010,11925,29659,10694,24526,14641,4354,4356,14595,4357,24225,8981,13380,4365,8753,21683,16365,22439,23008,21482,12743,1854,25176,15674,14324,4372,16284,19622,22905,25806,26706,24648,1493,24808,15648,18128,12117,1436,17249,553,27538,27538,1244,12315,9905,23901,5209,10956,22531,26602,12854,13596,22625,18431,3358,28676,18360,8277,22556,12012,2083,9005,6118,25408,28339,10432,11899,20942,1734,19322,19322,29642,23058,9924,9757,11250,765,4391,23967,713,25553,24076,15553,22694,27127,24380,423,8084,28983,27283,20430,4090,19494,25906,20933,6987,5356,18106,19902,4073,18733,22794,4402,20314,24808,3800,3630,28213,8962,15519,26782,22252,21910,168,13751,25024,5926,4405,14159,14376,24430,13409,10188,21802,20288,1018,7261,53880,10713,25755,23405,12745,10671,5756,8264,26087,14731,21169,15836,11057,3004,13148,4416,17943,19020,6260,4417,22487,98,25614,5227,1735,26675,21731,23530,27678,16183,28183,10864,26196,5152,19572,24923,17279,5605,19661,7136,8589,19573,5948,2684,5948,25460,53893,9995,13750,25569,5231,7889,21322,28924,11740,21253,15390,28757,18543,4431,2702,22071,8358,1351,9648,19863,753,4433,23300,4436,4438,1006,9397,1731,27494,6526,13361,4441,26763,17555,3543,16898,15364,27781,5852,7742,25745,18716,9616,11679,27006,18850,18850,3814,14252,3672,22900,10021,19744,28681,3118,6012,27115,2777,4040,5135,15342,9088,17263,21037,20413,23684,29654,6052,22695,2390,20622,144,4457,23525,16882,11971,16942,22520,11577,10639,24220,18521,24538,21130,6271,23769,3026,2158,17448,15576,10294,5231,18973,24907,29097,29097,5511,9468,25047,20654,24858,18434,270,20982,26683,23576,26417,15873,10188,17763,19598,19702,27702,11979,2979,27551,5960,21217,26016,4470,1655,8619,19196,7504,25195,19107,2651,28462,8473,27285,11445,11445,14381,6564,18909,27529,22574,13447,18888,6575,1772,8442,11089,17009,5158,1328,26482,233,3719,951,1809,16244,18779,936,26117,8297,8713,20805,7678,26301,10222,24701,24106,14154,13994,3663,17973,23235,12484,2325,27283,25063,25063,10562,2544,4493,14999,7123,18095,21839,10699,23562,25173,12933,22828,9151,17535,19894,12540,29540,10501,7970,7970,18694,23916,12337,1617,20298,1804,21435,20126,18813,650,17883,10128,10128,24601,17016,28864,5395,1275,17055,18101,17086,13764,8479,20621,5390,4512,8754,16351,7827,20746,11084,24310,6038,1157,26525,26678,9170,11012,21305,4516,9151,23306,9543,1604,23806,5474,14773,4518,16705,2706,24811,24811,20297,13584,23207,6575,23207,23155,2929,22035,3073,4521,13157,23243,28775,22744,18242,22896,20902,5513,6631,9577,1526,3646,3646,3504,28991,5899,20164,8924,24638,26567,29325,5986,4530,3707,22372,2155,15152,15437,29435,29435,18203,141,4533,4534,8709,2306,20466,12425,19767,4536,6412,11511,6402,18669,17195,24947,16992,13276,25737,21737,24606,14355,24968,4541,19243,15242,24420,6602,14818,7553,26397,10071,18571,9428,11186,22240,2886,10109,21558,7592,5074,3076,4564,21653,11873,6166,13702,34,27284,1588,1588,28202,24939,2529,24019,21531,24687,6302,21075,14342,4551,16624,19063,2456,12846,22850,21029,25865,7338,19724,12991,6704,287,24388,12091,23995,21576,10402,1587,1732,4534,21973,8535,4555,15063,7557,13061,10821,25509,28454,1308,27698,3613,479,29601,6996,17671,27833,4701,21971,910,24338,3233,4562,27537,4907,5957,4897,23966,21761,23966,5865,21650,19356,7481,26840,19135,11484,29059,2186,17482,4260,12616,14186,9048,14024,6194,24837,177,13086,26855,10857,18811,21155,15694,19822,19792,5017,24295,24582,8533,27048,9639,3153,19474,10215,10215,4317,1305,22643,1823,21143,21143,24898,12853,4573,28893,16976,29427,28569,15718,20221,16743,21048,24187,4576,15035,13307,14278,23711,14604,29098,14338,15258,654,2541,24111,29431,4581,13207,22207,19827,7900,11209,9870,8106,18973,9127,21282,14014,645,5877,7307,5621,20617,17100,6991,9618,28363,8449,27339,17594,12155,9907,4587,13656,974,974,15417,29517,20815,25805,8231,8049,9990,6861,21741,9535,15243,2128,25556,7097,29340,4597,22897,3172,12433,27972,6737,1318,26606,21210,9542,19925,20663,24229,1895,12446,12446,23483,5984,25167,23715,27437,24938,12019,9638,4670,9754,25089,20627,9037,13473,22281,26891,13023,19184,12666,29121,5393,10044,26401,28488,25916,16800,15128,12531,2789,18543,27357,17882,7860,3016,20043,18431,18431,1862,4164,13506,15325,28833,4613,28573,18443,29717,11621,2535,22370,3368,17781,17622,700,5684,25899,22178,19815,21952,6491,6491,14344,20644,25212,25857,23240,1765,4619,27098,18232,3665,25787,20872,21287,23995,22914,29137,20936,29562,19218,10299,21929,18699,17314,25134,19990,25533,12010,28385,28385,8661,981,16673,20601,4624,2129,6841,26463,28204,13646,19594,28522,28932,20206,2051,5920,7350,12078,1452,25157,19329,26440,26440,19798,1657,19047,18839,19308,15873,4104,2658,25986,13427,18084,22723,18914,23565,10409,26430,278,13697,24117,6068,8283,8334,23938,20490,20493,18426,25106,18811,3441,1113,17793,10405,4645,27009,6785,22347,21472,16240,13417,3692,17394,7157,5188,16093,4165,6102,1799,26262,12324,16658,16658,13710,7457,14591,14905,1098,1508,7192,17576,604,27077,23853,5238,16032,22977,29597,11397,4656,17437,16286,23376,6185,7529,20572,27828,24946,5599,12651,16970,17554,17540,27873,29604,723,6108,19005,28497,6863,3727,24719,499,499,3101,8659,18410,2082,2082,21252,5786,3877,4665,20099,13235,11774,22120,3760,4668,28483,4669,13122,13556,16403,18478,14304,14304,25332,11154,25087,25087,18504,14680,12021,9313,28571,17855,10830,251,14486,4680,23471,4449,10990,24394,25907,11001,5378,8997,20036,13575,7846,9644,4361,15553,15886,25792,740,28158,20370,13770,13770,2231,26920,12712,10814,23998,19686,18126,14568,26886,13574,16523,7775,7910,15687,13237,26739,15862,8939,16019,11428,11182,25811,6068,3873,20588,11090,4695,27157,21815,220,15541,9677,680,23315,15129,29227,820,5893,12863,25260,1800,7668,4702,27371,10270,10713,673,672,22639,10570,28636,1362,814,8336,29318,27213,3729,9659,4713,892,8417,16962,18092,9190,9724,17490,25348,22665,9928,28300,23226,18775,24872,8590,22231,5811,28974,6451,18992,12766,18541,2250,21380,26325,14234,15777,23206,22199,9489,9429,15333,29048,24938,12781,4723,1753,6139,12665,4397,1840,3584,26068,26285,27091,6695,10346,26845,18962,12124,5266,504,11155,11296,27846,2237,14963,13828,25964,13998,28836,18982,13437,18738,29283,10487,3047,7195,9037,15656,11505,14737,14848,22622,10318,12355,12355,12829,3115,1272,22293,21795,2036,23239,6491,4744,908,8582,9954,24249,4746,4746,27337,16472,1707,24902,28714,28714,16307,25545,1431,23217,27215,16784,26247,16904,29133,12877,18049,20051,3154,24713,4748,25244,13917,7819,5633,983,14349,2332,13422,13422,15447,21868,16393,27609,14840,16817,18534,4755,16410,22380,4757,27681,10522,10397,16044,28385,16979,23154,21184,26578,8608,8608,978,23348,20404,19497,9783,22946,20659,25943,20034,24255,15973,24478,18804,23846,19458,23602,11520,14500,29136,10861,7438,1996,7482,17253,5919,13049,13507,7219,26838,623,8170,23773,4773,2544,22574,7212,25782,18221,21215,20899,4776,28715,23717,4777,4618,565,6097,11110,25486,6242,9264,25597,27922,25597,27421,13815,104,14742,22872,9818,26741,4782,2707,27054,11738,18428,1926,20971,11346,26851,4786,18812,26424,14587,28372,10732,14587,5501,16161,22543,13441,14852,9886,20908,2880,13037,6116,27477,23653,24542,26292,1230,5519,13077,13077,11193,13835,18697,23612,21210,16762,10620,7419,23430,2963,13787,13870,9527,29565,854,27817,17982,19810,615,21902,22329,7631,194,194,4797,787,1499,16890,16890,22305,15147,11161,8977,21487,174,5218,17640,13447,18248,27321,24319,20658,8447,3497,22123,27851,10143,8073,4806,14662,14662,29465,10943,4807,16962,26123,449,14851,15574,17087,7030,13017,477,25600,29116,12068,27733,16843,4593,18368,5021,19404,14337,24557,26763,22158,29611,6598,28091,27225,2725,4817,7603,11338,16680,1305,51,1821,29233,12275,4373,18949,5904,22660,24725,2451,18014,27884,12305,23135,25328,8157,5665,10165,10165,18256,13610,20722,4823,4824,26205,4825,12751,17536,7837,26871,29274,3946,8007,6027,9345,22599,3692,13491,14960,17204,17204,8272,15065,25540,25711,11852,6888,26922,29023,1082,5877,5291,14925,11222,28418,9010,14543,6175,3325,3325,4831,20539,5381,2219,1433,7419,11631,7531,5191,23020,5292,6523,23550,23565,22633,20310,26524,23331,17400,2916,19207,12212,19434,11279,29530,9162,13653,24945,16152,25242,17638,20997,8068,23516,10691,26289,6433,8633,8600,10285,28124,14696,21127,26910,2804,2803,2821,12501,29095,3187,17717,22960,16130,16621,26323,4827,5848,13040,14748,6409,8108,4838,1474,28207,354,6894,8360,5406,7580,13488,22650,11159,23271,23253,9782,19055,25639,314,9191,518,2190,13156,23015,4842,1670,22345,12924,2511,6243,10932,20803,20709,21420,23098,13435,12395,11991,27750,18889,6831,722,13829,10478,9950,6176,13585,27729,4853,14703,7460,24551,6833,4854,14924,19123,13745,22780,12722,4856,6249,14038,12997,20723,29144,6402,1127,1820,7101,16112,3524,17897,3285,18440,1636,23435,718,13930,19337,28639,10965,13795,4870,14039,21707,4873,29349,29226,14258,7071,12350,20950,24757,21250,22075,13818,20478,21882,19336,20486,11659,17230,13131,4366,20821,4263,22671,29008,13184,28290,1338,5257,9421,18968,25074,2239,21902,21757,14182,12191,13986,23585,16258,1359,28903,25334,26224,16790,22766,26013,610,3972,25691,4884,5554,11467,13352,10344,5088,9777,16104,11421,11421,3899,27638,5720,24643,9834,336,22376,17545,3101,15141,14328,26866,19456,19456,2757,9290,15760,609,21144,17438,25159,4893,7657,13215,1054,4632,14749,6943,4896,8927,3595,20959,20959,4897,18127,10341,23508,26200,11723,25592,359,27825,19015,4901,9198,4901,21809,21334,19867,11759,19812,11951,19233,5721,20283,7299,11486,873,28390,12814,12033,23438,5608,4907,29309,4908,20981,7687,9392,4910,2298,16186,25629,28308,6797,17574,26397,13111,22398,7522,24715,24240,25292,14932,26251,22900,10387,21178,27460,27734,29549,12365,28669,19039,1472,2551,11034,21161,21359,26850,22272,204,16027,10687,27306,14259,13247,12457,25879,28619,4920,26510,13044,24430,25853,23189,5759,21946,4924,1343,15073,16426,17893,5211,4926,22565,11782,22566,8033,15574,18002,18883,22354,4880,23582,29360,27286,9607,5185,3682,1062,25179,22176,4931,24630,492,28711,15921,15921,13085,19939,27663,5044,8328,12328,8066,13359,10737,14335,17876,6364,11298,4940,3836,8127,29599,28392,4891,7885,2773,26911,20531,21088,11848,11524,17553,4375,8107,13299,6993,24931,1779,7790,7083,4946,29411,2047,20068,4947,16827,3409,10806,21319,10282,26862,1497,798,6211,8885,25548,26270,18558,3313,10252,18204,2083,19694,17865,15536,17865,27246,7937,18234,29393,4958,6140,28420,10084,5521,2806,2806,1350,24223,19580,25152,18901,99,16386,7524,20355,17292,27251,25149,17292,1947,8823,6184,20065,3762,9202,16092,4969,4970,3488,24128,5799,17270,19870,9410,24109,18180,25468,17148,28750,6925,4979,12040,24120,17258,16075,8655,16779,422,23007,16085,21569,22076,5308,2896,26921,24461,15530,1804,755,18881,28369,24424,16039,19906,10427,2036,3214,9386,425,25461,7444,2543,7834,28546,20650,22485,22335,25770,11457,22083,24679,15842,15841,9271,17783,21379,28864,7755,28112,7486,14409,4274,11918,18565,2282,5955,15170,6880,26746,329,15243,16305,8489,19409,53951,14236,21656,22189,15307,5011,16551,1163,12104,21007,19660,14133,16265,25717,19792,10880,26271,217,16415,1234,23850,14062,1811,5022,11235,28078,1326,1284,19836,5026,2655,8889,27688,9212,20894,24766,19419,19419,15429,14361,29088,16878,20468,18223,27306,17421,22735,22735,2719,24323,10372,5035,23084,19407,2797,10875,15294,3683,25388,22306,20657,10701,22432,3008,11702,8064,15051,24360,3170,21812,4136,28408,28674,19285,24064,24313,24465,24359,24313,24359,19016,29617,4005,20664,25772,8027,28702,13505,20168,28743,4286,12334,18369,4121,5044,10907,1551,24591,2140,9893,8676,17087,18913,11674,8921,522,5052,25353,16894,4685,22488,15202,12566,912,12520,20421,23937,25302,24837,8458,4587,15835,4958,5059,9510,28080,6627,21798,17718,11802,25340,7974,27656,5395,23709,22570,22830,13148,2431,26877,5065,24738,14553,16777,5070,9475,9475,17920,22230,25795,22375,29524,25782,6681,28218,23466,1080,12055,17350,22567,11530,7078,22572,18858,5079,29532,5576,13940,20758,10129,10129,25549,18023,27839,27265,9518,14509,2292,23510,19431,2824,6899,11686,13586,16939,3612,14294,19151,26492,29646,17032,24126,8371,29134,9176,18160,19743,5096,25603,1983,14574,7758,1613,15319,5099,13913,22520,1159,22023,28966,24285,17830,17956,6318,22250,23876,13699,18878,28786,28786,10577,7545,7545,7024,20959,5105,3272,12849,17557,7164,813,6245,19565,11103,12580,29040,16799,11071,6445,9564,29492,29237,5878,13487,4321,21375,26787,18738,13599,10203,7648,20501,13138,5116,23611,8453,23343,9265,14945,14945,5118,25301,17618,20453,22449,9130,5120,13142,25471,7258,4338,10308,13690,18370,2247,13046,12108,28899,29435,2435,22678,7690,19685,6307,26106,11521,5560,28330,26058,8841,1643,2588,14632,6958,12876,10852,1739,9572,10896,21503,6980,27601,27882,27601,10499,15599,6925,14125,12739,27491,27492,7542,3078,17113,20422,2418,24930,6637,24572,15975,1050,25853,20080,23028,12742,26092,6195,15877,10712,21440,6498,21398,18605,18592,5136,275,26562,5413,12623,13563,2029,7642,216,8902,22996,18054,22068,5141,66,23374,5142,7446,28110,20488,6798,17066,9037,14391,16458,18914,4502,283,16772,10186,14228,21795,14731,9544,14823,19710,6799,5153,19716,12202,2796,13221,28843,20298,24983,6139,5158,10436,29012,16486,5159,17657,11758,11192,13234,21368,21368,7673,24186,11083,516,5337,21341,27876,4623,5165,4413,25880,28582,1845,9236,14876,18256,18393,25835,20147,17768,6301,28551,22471,21261,5638,12125,19142,8626,8626,18647,6117,6451,2394,9731,1745,11243,18829,2470,19237,23217,1036,20710,18478,28870,2547,5178,15664,11389,15683,24881,5180,8247,19108,16597,20148,29440,8303,6025,14109,11407,21467,2937,585,26979,12603,17762,22655,25946,7857,16488,13821,1503,17945,3280,3108,15899,9526,18945,20769,24368,6754,21597,16236,4700,13084,2647,9075,26815,5193,24558,5194,5194,24115,9229,19466,18315,9649,17464,18316,23927,2767,9569,8146,20112,21909,741,8126,9628,8974,5494,7496,18877,10397,4293,17445,5644,26501,9956,29065,15220,5176,19897,19484,4185,13527,17955,18660,23372,20741,28696,2887,18223,4205,2930,1775,10049,14953,7271,16484,27023,15817,2508,26532,3432,18479,27520,27520,22940,14063,600,6983,2564,23950,23473,5218,9084,7291,17151,4175,10435,10184,27394,27394,27754,8068,19581,12761,10961,5221,24448,20751,5084,6143,6143,102,18775,21905,26770,26795,10439,5708,5224,23151,14630,19311,20907,12826,29110,27642,29696,5228,19859,1828,21100,12628,22076,5234,23922,23064,8251,10549,14233,20841,7552,9359,7298,18924,23783,3413,11417,15293,29327,27098,13499,26549,12713,16855,19383,12890,2317,12153,6766,14177,1943,14236,2372,1726,13260,6016,22069,16042,11320,1633,11965,12981,28482,5549,22727,24448,5262,4634,16184,16184,4874,3657,7071,21075,14849,28945,23790,10604,17062,16820,2262,7688,15051,23054,4162,10233,1300,9649,4162,25841,15954,26212,10034,15558,2116,14138,10979,5682,24228,18443,5272,5273,24357,27886,7408,2445,20781,10029,25731,5529,9815,2749,3886,7571,9155,5384,16703,7601,28568,6761,23486,5279,5279,10247,336,13869,5280,3795,8288,53867,10994,8655,28991,14188,14188,16748,20591,14143,18376,15990,16201,10177,10609,7672,8461,15928,28778,24045,12640,25329,14370,19772,5885,11714,17006,18288,9448,9448,1171,28645,4189,25333,195,27601,22679,22679,21973,22654,18286,20151,10127,26103,22664,19023,1106,26896,14621,20224,2021,22783,14467,26521,12420,29055,26521,22840,28198,7659,26094,8322,29369,17989,5387,13849,2277,13278,23792,4716,23598,24362,28788,16678,1275,9743,28872,2530,19586,9500,10423,2066,19008,16757,18900,19781,28678,27912,26889,8538,6416,8523,15704,3238,11664,1911,4222,26997,12007,19608,16828,21726,24568,6890,23416,23416,28866,28458,13311,8039,6658,23329,2385,13322,5319,27080,11517,2612,28192,5320,15285,5143,1066,5690,26469,20985,25474,1066,16416,12781,15890,20777,29709,25543,22157,6988,15731,18310,1771,10721,1814,26835,8132,5324,18704,17089,619,619,10715,9632,23982,13180,14999,23043,5329,20202,20765,11495,6725,994,791,16694,27388,6647,24181,12502,20965,3971,4989,14184,11334,6591,8714,26620,5137,8155,27822,794,18171,11864,4264,24724,21913,7202,29503,6250,15607,8378,5342,6537,16643,9716,8061,27865,14277,22781,19138,24360,88,26490,21010,12098,13390,12931,11388,23820,29165,13185,18451,26788,22701,8083,11515,11358,19245,9091,5289,5354,12352,29463,3248,14156,14364,6654,4477,16098,18026,9909,28699,605,605,10536,2714,2714,2647,5356,24744,19383,25566,27373,18931,579,23861,13417,5359,10104,23251,27475,13518,12335,19334,10947,10045,13176,11063,1328,21155,25242,14168,18457,17984,26814,15262,27574,5367,26601,2784,2784,16211,20617,9997,20569,27990,9786,4431,26451,15552,21825,6073,16474,18110,10870,8257,8227,224,5381,22926,10381,3404,19430,19430,23542,28108,12670,12308,8075,10612,26189,17366,27527,20066,11871,10178,7699,28811,17926,20450,28936,28123,11413,1777,29212,5903,5388,12354,19270,24760,18509,6829,29151,12234,5391,18411,6800,9684,17552,5392,28926,11550,5393,7993,15480,5394,19870,5964,16048,29173,5998,16940,16940,24647,3225,3518,28895,28408,29292,25099,28169,18014,22133,9175,13328,22356,10771,10771,22745,21583,2128,38,20128,19006,7176,7176,5944,27890,21353,26697,27478,25865,28298,1338,12327,818,11348,7554,28599,4550,5407,10947,23084,15590,18513,15016,5412,8070,12800,21469,8070,23956,24458,17884,27140,24659,20082,641,641,8263,6370,23734,10894,12979,5414,29682,5414,20147,5415,7381,23606,18417,8973,8046,16690,5417,558,10816,28891,26229,17420,14489,28541,7006,16990,19022,1587,14571,27103,26335,17011,21316,8391,4874,1931,5429,6973,17668,5432,9359,8930,2355,7567,28112,24116,22120,28509,25044,23301,23301,24728,17060,27458,14063,16997,22354,15186,17445,22302,17503,7676,10695,28537,7383,20660,16436,27017,10084,21332,11858,16295,2135,4469,5445,10275,2942,28092,5446,21520,13655,2977,26639,7300,3640,7720,5556,22252,14869,29314,5450,14584,16740,17854,15896,764,17316,2171,13623,21026,7069,22969,2778,10177,5762,21806,23933,28384,13412,26234,8077,14535,26831,12730,28397,7607,27439,23955,24982,23868,11060,7635,12159,1484,29372,10102,2492,6990,26087,22026,6828,19548,19548,12914,27936,10785,10085,28800,18534,25017,26217,3668,22106,23959,21542,25574,13018,3054,19216,17237,17986,27389,27154,18581,24396,26044,25933,25325,11690,17013,1837,222,5476,7277,29334,28878,3791,23283,24228,12964,25356,10627,27150,10617,29165,16331,17283,22590,11878,11878,19278,11998,18830,20927,2439,5485,21517,16506,5487,21907,17508,20272,16218,19829,11353,28106,9920,5877,291,29057,18585,28693,2160,14685,14330,6549,29522,19650,1841,3456,7788,3150,14471,610,15421,29084,24453,1757,28908,26834,15140,5013,15401,14718,18741,22222,8762,17887,2599,29161,13785,14008,473,12213,10396,10284,28896,7800,6455,19248,18641,157,12357,21947,14104,6753,17168,5502,3104,24336,17249,3445,1396,5505,16158,22924,14338,24494,18452,21992,21992,8928,22478,21249,25555,16118,5507,5841,16468,13103,4581,3016,1574,6866,6762,6131,2959,21624,2351,20023,6776,21595,8181,15923,16448,16625,20471,19551,26396,18312,10765,20430,9263,10962,1553,15694,1093,17973,17505,24949,28812,17745,28242,1598,24962,23450,20222,25450,98,11046,29478,1799,7436,13119,16209,25579,15103,22283,20605,22373,3090,25654,29381,13374,19139,25307,15265,25890,14224,13671,11633,22364,19421,527,6820,27975,260,9155,1167,19643,1719,17465,25546,20226,8873,19331,29525,9459,24735,28950,26136,14696,14696,26088,27046,12380,10883,28273,26378,21471,18455,16089,506,19109,12412,14846,12416,14424,5545,5545,26634,1998,13798,9950,9950,14099,801,1141,18821,1552,5550,27136,28076,22248,4193,10364,4718,2349,2349,13049,28142,29596,5900,14396,13376,17108,18936,11291,37,19871,19871,15629,24199,11017,15166,20027,25642,2638,13750,12880,12880,17846,2630,5562,2506,25305,25305,5569,26547,11989,13597,6991,29651,25051,8671,1531,5573,7915,16036,12692,53978,54024,20148,27158,18977,18106,12195,14185,20242,10496,27161,17515,11619,19798,2364,6696,11977,8385,20651,5007,18951,23928,13716,4828,203,15915,21984,1745,3667,7212,6987,5907,2086,4743,13074,23786,22756,25418,5588,17957,29019,24969,16969,10497,22151,2628,20626,9435,22343,29677,20907,25357,25358,2063,17912,1828,508,22990,23797,7775,6741,16533,27110,17519,13584,24470,12795,25481,5599,9399,6757,13327,19898,23712,515,16707,20830,5066,26117,18146,13162,5604,5606,18176,13179,2803,20162,28647,3502,10107,8667,10101,5610,24377,6051,6882,18524,1585,9284,6798,5612,26360,6374,21249,8588,29220,15000,3147,22649,24167,5619,8639,3977,16619,10239,21754,18478,29217,9814,7941,12495,21589,5929,6893,14501,1667,29311,6063,8489,17953,24732,23046,13236,9332,10585,5628,26144,22966,25225,25225,17150,27233,18910,5633,937,18748,19361,15672,8870,8353,28313,9861,18444,16456,5636,8448,17903,2176,21292,24265,5637,21617,29442,25981,8580,19561,18325,5643,4238,4238,8339,22961,23933,5517,17166,11258,27603,23648,17428,5649,10474,26657,9152,15721,19074,3257,23840,13415,20929,28519,14505,26616,23311,12898,74,13071,4402,15172,13881,5654,13779,973,15182,9388,9388,13232,9529,1792,8824,5693,28828,15785,15785,24515,13478,15733,24616,27478,1574,28069,24257,13583,13583,15204,18691,10636,18155,15389,27163,13057,863,10025,9363,9404,27848,6756,23700,25435,16572,2527,23784,18822,29054,9975,9169,2823,11686,29014,16531,15111,4628,20321,29358,29564,29564,445,21088,25141,1184,14409,26893,19827,19083,19910,16822,4979,21737,6620,10062,16799,26261,10945,8784,6574,8466,26959,18951,23418,3774,21150,27317,4302,10807,23467,6662,14474,27863,10178,23208,23208,20887,28661,7557,5680,14089,26337,1595,23108,28645,28165,20985,25921,14658,8331,4482,17778,23496,20942,17886,7218,14333,25674,16017,4826,28003,9878,24852,21212,28056,29000,21416,9018,10541,9532,18364,19436,12059,28765,20232,5697,15547,5698,11792,25428,23781,1948,12476,22765,5699,20598,16732,7256,18281,24787,15849,9118,26747,3668,12072,14620,26851,19022,7401,6035,23134,4207,22795,22795,4158,21154,12404,23295,17077,20655,6518,13395,2214,9115,8779,17734,8000,23097,11574,14274,3618,5711,789,6172,22664,25083,7571,19964,1854,240,5712,28009,639,1651,8445,5716,27316,26340,18733,13085,9851,10025,23787,29609,17118,10025,23730,18719,17674,13830,22938,24826,5521,9479,3984,23777,24619,22686,53924,12003,12839,12839,24725,8277,6040,18106,11533,12309,4570,736,26902,22927,28714,26613,13027,22789,22553,1186,1186,20103,5731,12018,26296,6047,19331,9917,26013,10186,11582,2421,6517,11554,11554,20530,18736,24229,5734,6731,19313,12871,8764,2743,13277,25188,15992,20063,21521,5574,3695,701,9707,7569,7569,13379,19224,12086,5741,26900,5743,18144,24980,685,289,5745,23966,12269,11214,21178,28093,24394,16367,13633,4340,15538,10561,19917,6549,20168,26279,8675,748,20167,22877,11660,25976,26711,2556,16412,25894,9643,27605,24536,29093,7122,15156,25897,12725,544,23346,10499,9448,28712,18997,7897,2755,11387,1316,28961,14653,5907,12997,22317,11427,20894,6125,11444,17539,9201,23467,5072,1041,23702,4327,29192,19628,23378,22800,18191,17192,19190,19548,13324,13324,18444,3959,13097,16105,2299,13966,28441,21539,5770,4955,25558,9707,29367,11431,12374,13329,8653,28167,20474,8829,25915,2859,123,18611,25702,16942,946,18322,7506,15428,27963,26926,2705,7687,25859,3049,21584,2041,15049,5786,24682,21953,15754,12146,12469,14533,5459,16389,16389,18285,14560,5791,5793,19435,27329,25472,26400,22269,19144,14950,14159,4403,14359,2009,1340,9523,18318,15270,2848,2055,25087,17391,596,12092,1537,26930,23174,1441,5802,5717,3098,12754,16451,1084,27033,29284,16327,17223,17223,4163,12111,26720,2894,21311,20169,17010,21311,15389,5817,5818,23899,5819,25782,21379,23686,25218,27898,5293,10857,18672,20710,7805,9857,27206,22605,21777,4558,6741,17147,3194,12600,15506,13282,27860,14215,20802,14216,23884,29673,5029,511,11589,17918,5834,1614,27865,25717,26553,11757,27183,15618,24342,275,13382,3870,13196,10963,27290,27290,5840,25151,22032,29256,20339,20339,1619,817,20956,7541,17950,29626,19945,17572,17557,43,9014,395,28086,15804,15804,5847,6761,2339,5670,14018,14457,15795,28338,523,15890,1407,24664,17937,16017,25006,26960,8819,10260,28970,925,8253,25226,11416,16968,4563,5853,19550,10805,19478,25300,25300,12556,16884,12444,16603,21274,17678,12143,17567,1794,24606,8309,26143,8156,25298,25803,27083,7414,2598,20401,8047,8047,12177,12179,26928,7000,15379,20183,23653,17625,15749,19923,2864,6135,8691,19581,4600,16102,2986,3415,5869,4069,22516,1065,26773,16923,26249,25991,5873,25085,19834,15306,19457,26169,25991,106,25991,25991,3161,14449,6026,11733,24364,22578,15498,5877,24973,24493,17921,17672,3048,22280,18433,27712,29579,9183,14796,12120,22122,29620,24452,16613,27905,25296,726,26757,5886,27202,10461,28702,7725,9817,1335,8719,2498,5891,9527,28488,2792,12857,12857,16735,16748,5899,19392,2276,26090,5900,22519,21484,25547,12056,4464,14961,6738,24464,24464,4395,1866,23322,1355,20446,15808,23193,28854,10541,2237,11033,21978,22719,2379,20755,11372,2151,17315,23180,14329,7050,19391,12466,23432,21563,8067,28178,19525,9466,634,27642,22161,23771,16153,16576,27454,20309,18085,25469,2706,20588,21561,16019,17067,24971,18795,23306,12138,16123,16123,11811,11538,13618,19106,5925,8069,8737,3198,21025,25966,11683,19635,14406,27473,22816,13062,13031,5932,7437,26127,22529,19543,29577,13546,1908,14636,1278,24747,13570,5939,18520,21906,16111,25554,8925,428,1330,19149,26166,25164,25389,13584,11071,12634,24199,5946,21499,7789,29199,21988,6337,22502,5620,21053,1900,27880,10545,17329,19171,19233,14627,14623,527,14877,1427,15992,10689,18664,12179,15354,14357,5954,25555,625,25027,13937,22757,25754,4394,17632,2924,18356,23454,14353,12602,23709,5961,13759,15370,18236,25178,3342,12423,13929,19540,28942,5402,21132,20242,3506,20728,5962,26924,1017,17315,19841,29049,13883,18862,12762,7581,7559,27848,24033,3160,7034,24810,9894,22250,8893,20591,11019,27434,12483,19563,7487,24580,29166,14495,1582,2515,90,27150,17501,15539,1259,1747,6837,21597,1039,4661,11373,12503,23891,7191,16930,2661,20736,8482,28671,18659,11844,25571,28263,25524,26962,1832,23252,26683,23871,22248,7794,4533,22008,25931,237,5980,7809,28546,29146,27540,3710,28176,3318,11860,13814,13814,19469,4802,8611,16583,10447,18577,6621,5132,23065,399,21999,21980,887,26741,8363,23620,4214,8498,16456,4295,18260,18260,22713,24815,2275,16750,11750,11750,18120,23799,28880,10253,13426,21131,53928,25307,27745,20793,13942,28477,28704,9656,9616,21041,14704,11743,10141,2846,10316,11445,25079,4213,24005,8395,28250,27801,360,14187,7435,18902,7499,22668,21092,21092,1620,20796,16453,27269,11814,26415,12197,10878,24790,16920,28163,19668,17525,6009,10454,20339,17782,16183,9584,16993,16431,25119,6017,16266,1927,16092,16092,6019,14166,12457,2440,26895,16757,11649,26497,15802,3281,17944,17944,23573,6026,14449,21889,2734,12879,287,23908,1428,2015,3722,20766,16319,25344,25409,15344,19009,24367,20731,28669,124,10546,6034,14538,151,4353,24526,22138,20550,7322,23730,13168,3211,17595,23998,1108,6038,5711,27675,1020,1101,6041,5265,8607,10366,19624,27762,15980,6045,4869,9456,29618,24743,14936,5198,8672,25419,11192,187,9030,26767,12645,18055,6046,2814,21823,5386,9943,12165,17651,21209,15635,13299,19813,19813,22691,11761,10892,11344,17365,19521,12967,27179,17739,6051,27703,27703,20243,2901,5361,27438,20487,2348,6054,22089,15917,17454,16392,14549,1309,9525,6343,9747,17651,26192,25756,10690,20983,20982,21564,9827,16092,22733,18966,11130,22175,15364,11130,26992,21553,28156,13097,17701,6582,20073,27424,415,17761,7213,3600,5582,18937,20133,17614,22256,11992,22993,2692,17133,25194,28361,16248,23160,26912,29575,2962,19402,23720,15708,11997,436,5660,24042,8078,21300,13270,11763,2163,7235,29643,13144,19671,14959,24898,19658,27846,10755,19822,21417,387,17891,12213,17401,28786,15682,24763,7623,23571,23571,3649,23739,16775,3730,18580,19676,1594,29038,14075,12185,4835,10050,27514,18396,11608,12197,6082,8909,11318,2690,18472,20190,25216,16778,13457,18229,9993,15498,12529,6755,6146,6146,13647,28787,6426,8567,15403,12422,25054,6091,23414,941,25204,25846,27403,20620,24552,19282,14258,23399,10112,25663,19020,23753,25713,25989,14979,15480,21694,9892,18978,9113,2017,16744,18241,7654,6067,2716,6100,6100,17575,6712,16418,2926,23396,2742,6102,9979,22613,23046,6428,9333,21410,25303,27511,10604,9668,19185,16569,11098,27110,5906,14419,3275,4571,18295,21989,20578,11238,4374,22286,21896,25230,2427,19937,9626,20049,23345,6111,25315,19757,21189,23262,14773,10328,27096,25519,3881,5705,4179,26198,6130,19735,28844,6115,14551,6995,22224,4584,27312,13837,27312,418,8118,23373,12733,28758,10061,7589,17459,10061,1856,21826,27383,26234,6123,6124,6125,1893,12060,28501,25279,2276,23169,12991,5987,28556,3761,16459,801,20609,18725,17920,6129,9001,28572,17553,27857,21327,22924,6136,28048,10527,7689,10899,3761,8161,12939,12939,15317,28302,22139,25794,27645,945,16040,2899,16107,7059,7059,409,20416,13742,17030,14322,2502,13172,15643,27674,16285,6146,11630,24463,6147,6147,3393,2769,15977,26280,23493,23493,29408,12575,12575,6151,18761,5718,15205,5164,3121,6153,12482,7241,22465,11791,28181,8405,12009,4128,7728,20536,2841,27960,12140,25387,20427,22456,6160,24288,24189,23446,16885,12546,15694,19277,16249,924,19027,790,6164,19584,6164,3477,19485,5727,13031,4052,7215,25753,20078,21198,11719,11719,23920,14913,17794,1572,6167,14179,1262,21424,26969,25791,5850,25920,12336,28259,2368,19193,1813,9318,13348,12072,29365,27452,16942,21287,6172,16182,20353,8275,25210,21413,24493,6174,18300,21899,27205,15606,21836,3939,10893,17501,76,6180,24536,7314,7178,2806,21580,630,7439,14683,6182,6182,9508,11716,12596,20794,2530,6599,18352,28409,29296,27159,27159,2523,13134,17852,25109,13314,21958,26174,15535,29084,12626,14310,14024,4886,15038,23327,5322,6346,15349,2446,22216,9857,216,1479,12991,10058,21610,720,28300,15612,2782,8516,23320,11155,27369,8612,27254,748,27741,24771,23031,22887,20442,26056,21687,27141,19822,21794,12276,20814,4519,7525,11931,14819,14819,28184,2306,26070,1888,28060,6204,12194,25678,25678,21719,10298,12790,1953,12347,9363,5898,23710,2692,7563,19575,238,24928,2447,6982,19317,27628,1058,11799,12026,29535,17577,11560,15018,234,26945,24361,381,5242,9851,13700,14279,11341,4498,18946,3246,3246,9645,26982,9484,10356,11697,12769,7223,6219,24545,8044,29657,6220,21281,5299,28419,6221,11136,10235,22508,27234,8789,28170,21158,683,23438,2116,6769,27320,5620,11617,26955,6227,12662,6229,20319,20318,11487,623,20899,8045,6231,6232,19073,25805,22583,752,18047,6270,59,8113,18093,28076,59,17723,27214,8028,12057,25740,25329,9715,21848,4323,18134,11545,15838,8132,7072,29488,3413,7510,1535,7894,26036,28956,19969,28810,13329,763,1338,1327,12813,28547,4164,290,10152,6197,6247,22971,522,5019,25885,17225,22979,29503,13654,6250,5250,8597,6709,28332,13344,14271,6253,21259,12712,1078,27330,25529,25613,12000,10120,27043,1036,6402,16289,14305,26190,20400,10658,9922,12703,21985,22102,629,10472,21217,26654,20339,21151,2018,14671,5035,15036,9037,22544,13222,3055,20069,26151,26698,20799,20799,13484,11669,603,603,3812,20691,11812,22634,1466,29368,17162,29208,13653,8966,6268,272,13520,23486,11805,23811,79,2571,13722,14879,10217,7083,18907,8269,27161,9003,15197,22715,6282,9756,9003,22152,20271,22412,8112,13715,12450,7972,23484,26079,23733,6072,8847,21853,437,19510,17551,29514,17043,19981,27976,132,22759,6320,7185,991,24497,26677,19701,20821,27785,6292,24169,1071,15524,29277,25526,28742,15547,15856,13117,13117,26850,812,4328,23704,24674,18124,8632,5557,567,23384,9473,2340,15524,2735,6305,1544,25069,5486,500,21458,6306,23996,6253,14201,6309,15844,10805,6310,3480,15059,26878,12226,20868,2577,16897,21892,14311,15489,24410,9831,6699,9932,5192,12888,19667,8470,6320,18501,28522,17647,14849,3981,6325,10430,22592,21577,21179,24821,14039,17679,15010,29108,1229,7283,20497,27437,8578,18786,18786,25527,6332,3778,22124,3862,3778,20084,1159,2959,3613,18585,8082,24710,29329,20939,8600,6110,490,114,23191,20698,25903,18884,20381,7678,18133,18802,11479,4291,15751,23170,11139,1102,2913,23244,6340,15892,24873,28882,14052,12214,21737,6341,18560,1313,4160,5880,9829,6347,491,29347,10943,22748,8662,6349,22220,3863,3215,12120,25818,9573,10629,10607,14843,25889,13913,28763,9012,18032,1675,13203,532,23821,10039,19632,15805,6920,7284,27639,14180,1907,13503,17866,17020,25284,981,28466,4752,16403,23835,17449,16197,28934,2822,11938,27882,26796,27423,3918,26016,6359,1027,18498,18034,1437,14225,23416,12440,6361,23826,22238,23824,26798,8126,12564,23693,29426,1449,4855,9163,21220,13915,17746,21313,8653,26354,10895,27282,3502,26859,21861,5048,2307,5291,7469,9470,20178,15245,20844,7182,29157,23152,11816,23717,9498,2776,5613,18456,6373,6375,14073,8099,1539,10220,25578,127,7771,1100,27529,16565,7957,27619,2954,29149,15833,1852,5610,7650,29130,19202,6380,29465,6029,628,13879,6382,2923,11416,27815,4031,9158,11929,11010,3566,10655,27966,7680,6563,18188,6387,25243,6544,13317,3097,21284,24117,20174,7990,23617,6392,16146,26271,6415,1147,18279,28225,12673,23558,11840,11914,9595,25889,27856,1605,10258,24485,19921,20744,27635,29688,25825,3504,29184,19266,21430,12428,16276,8233,13107,14240,13005,11754,13385,2721,3333,6858,23157,22058,15325,13847,25147,2744,430,17866,24380,6414,9510,14747,4006,6208,13154,15915,450,11280,6419,20727,8378,18999,13739,17466,12598,6425,23005,17491,28928,5448,1219,25909,26771,15367,20648,10956,10814,16730,14899,24670,9592,3598,6430,1786,15701,24529,24154,14410,2970,494,951,29264,29395,5210,25216,23194,2660,17678,21119,22203,15070,7698,25915,14140,28711,26742,27310,10288,25507,4154,4883,19008,19202,11361,13793,15665,15775,10727,27807,6128,29230,10657,13963,28653,9527,6979,25839,1005,29401,20532,29455,675,11729,11729,6077,21368,10068,1562,11535,20508,1995,1995,19828,4757,26148,13165,15856,35,13335,6887,4661,24100,17704,23892,23892,703,13553,20533,512,29213,28777,11067,16972,14371,107,20243,26259,553,27347,2447,26136,28231,27945,27334,17923,16970,17920,19960,908,10728,26616,26655,27002,22492,16446,1638,12559,12559,20038,25531,3098,6468,6469,5981,6472,15161,29665,21094,26518,20216,16278,12028,5665,21128,15070,18142,21206,25618,4044,18587,5846,19470,11914,6301,22521,27620,13697,12704,10313,23700,6482,3176,21012,29618,24544,13100,14377,18122,12596,22718,25132,28699,26297,2318,25699,24160,17220,14713,10003,21747,10599,10599,631,2588,10245,12188,29453,15869,10927,9439,25283,14327,5457,10686,1860,22033,6493,28637,18530,20326,16703,3114,19324,21087,5723,6326,13081,801,5367,27756,20727,16859,15195,23176,17314,863,863,29601,11401,21018,17200,6505,23115,8854,18875,13046,26115,10170,3892,22208,8692,16019,21275,7995,28824,24825,16756,20672,11568,3100,3100,16998,25040,16311,21919,20230,3585,4650,5624,25665,530,27997,21818,8384,10005,3552,6457,20666,5350,25512,25780,13555,7036,25205,3060,49,1321,6513,4399,29159,27673,3129,2445,661,22217,19618,23501,28140,28140,27090,23070,16682,13100,19198,20452,14554,15693,20928,20323,22342,952,3574,3051,12393,15299,8650,17143,11264,2494,15376,28812,19650,18361,27349,27311,27627,6456,12038,22672,8937,9162,6524,6879,15315,18054,26283,21820,17304,27827,13522,2180,11520,20466,13786,6528,914,16973,14675,9108,11226,11226,19377,2507,24108,5131,6087,5843,21548,21884,27040,2392,10193,10413,11572,14496,19500,19632,82,16723,6538,6539,14953,19185,24578,9385,20245,24868,29159,15061,12008,17700,17932,27051,26636,21309,21526,5372,21183,27292,23809,3116,6913,12685,6550,6551,6552,18884,6553,25821,17935,13207,25116,13259,1342,23925,53874,12507,26241,29543,5181,12458,4278,7483,17855,14687,4232,3579,6560,28076,1458,19262,20076,12763,717,29658,6562,270,21258,5038,13515,6277,363,363,1222,9055,20476,363,9882,9882,10147,14652,23228,6567,1286,28078,6568,12556,25166,29477,4004,17663,26591,28586,7638,9160,8055,25567,12429,3571,23452,21780,23574,17863,13039,21596,15850,16678,16678,21246,21246,20366,11660,9320,5617,28706,6843,11613,20772,21185,21185,21266,8795,20433,6586,24864,6587,4284,28263,17044,13888,19892,13182,13889,19047,10033,23688,1833,2169,15565,22222,991,20771,18309,25081,6592,23514,9273,401,8870,27474,11664,11573,6593,12095,11012,11012,25634,25195,8968,8347,9557,20409,7941,21746,4687,10070,11251,12659,1811,6569,18110,8995,10918,6607,5796,4873,13942,20776,9212,19752,7189,5348,12329,17633,219,28593,10345,29587,7037,5560,27272,24270,11224,15555,6204,17053,17353,6617,28162,17458,11035,12344,19040,14702,6823,9928,27183,20470,17944,21325,16629,5314,17135,2915,24272,5666,18941,21291,21574,21689,23142,4040,27942,5637,5637,15725,28880,14635,29666,27662,23078,28739,6629,28131,25641,26247,8558,18877,21671,11226,12370,10093,14219,10980,19057,2072,28850,13631,370,6635,6639,29407,26432,21121,26470,17756,29100,12658,2815,16350,15191,3605,6644,123,11887,2611,27341,24668,13701,17723,19611,19179,247,15717,27482,2973,12106,14981,1548,21935,28807,24216,13559,13112,4540,12152,8716,2955,12229,25498,14167,6664,10156,11383,29553,4197,26271,11544,28067,9559,14670,6759,1526,19599,183,9140,16785,19361,13133,8874,3573,12429,19304,11286,27524,21800,12459,10166,20773,29588,1119,2670,1730,27648,23961,28874,24998,7162,10551,23290,29390,5785,26935,12897,22493,2519,1668,18237,1923,28199,23033,29502,19386,1389,18654,12082,4653,1851,26339,26401,28975,23344,5253,17356,1134,26379,26310,184,10196,21517,13826,19993,24911,15433,13201,23852,17636,22358,18893,15035,9628,13238,20597,18067,12732,2230,2230,7289,9658,28943,16699,20723,13601,25265,21775,17925,22193,5734,2941,22751,316,22741,10992,1902,4785,2118,8368,17303,25006,27142,25238,10944,18690,6147,26164,25197,27030,15643,8226,8226,3140,16397,7705,6724,19000,10711,6261,13558,21511,11332,14971,8491,6726,11537,9801,17144,20741,28509,29291,4218,12110,17249,15391,15591,23963,8665,16666,24548,28487,9445,6071,728,17028,15283,10754,14088,26260,28096,4840,1860,14704,24794,21729,16660,14545,24475,27472,12497,5618,15104,13864,18868,6738,5788,17587,16050,16533,29317,29317,26971,2493,9107,21727,558,22672,17068,15800,28282,15254,3342,16593,9354,16515,13256,9599,4114,17388,2628,18243,14172,6750,595,50,6753,28484,11321,29647,9188,6187,24706,24706,3846,13292,17476,1798,5744,23595,3577,22926,6756,6669,7743,28695,15602,19613,18629,10706,13965,12134,11553,4089,20789,18730,20086,6764,22234,29592,22234,1944,15568,11754,29390,2692,10393,10773,16225,9807,6766,23442,7107,21111,16234,6162,27736,6768,24363,14513,14513,29042,16305,16250,25272,15356,19537,6461,11382,9288,9613,8110,13333,6264,28526,4725,21945,18040,10965,20621,4142,14831,21018,17204,6779,10853,25798,26045,20987,20987,7035,28458,12158,18262,15459,6786,19350,24090,6789,6789,14422,25792,16967,14904,6794,27191,6794,1651,27906,27381,20146,25445,365,25888,10973,9505,21835,8595,20427,5374,3842,6805,6979,27682,28518,945,945,4293,21503,14407,960,14932,19140,21086,10601,15246,19964,6252,4426,24384,4587,27787,25467,3763,5523,21534,13804,9736,14413,29445,5184,3738,4301,6816,22708,6998,26858,6819,22302,28277,28277,15832,18400,8481,9654,13390,5568,15905,19516,25031,12046,2152,644,14407,14407,2897,2897,25443,7605,23727,26055,6827,9571,26785,8850,13349,16593,25384,15744,28660,7945,24214,2720,22470,26051,8035,12317,19501,3505,1464,15649,21138,5910,8125,12427,21026,7145,2673,6845,17570,16326,21821,3966,27121,21054,8924,15902,17144,15173,26803,1214,23026,26118,26284,20091,5739,18068,18068,6235,1063,22962,29181,11687,14469,6857,186,25513,15267,6315,25936,26640,26640,7664,19089,27893,14218,7685,18022,16615,6866,15501,19651,16810,29052,14369,6870,8083,13376,872,5059,23668,17907,11214,2597,7406,21709,20081,19503,3166,21792,53939,22836,26089,14549,20094,29495,29495,6876,9425,16010,15946,11706,28804,13422,29587,13686,19053,20155,11729,16200,3980,6882,12016,12016,721,13683,27531,27531,22993,5609,10689,6886,9788,10689,16186,8727,29462,18959,6890,1084,19515,19843,1877,6306,7913,10092,29323,25383,24443,20375,8164,22688,2056,21052,4120,6895,8585,13363,28592,5302,5302,8259,25548,9647,364,23197,22806,23777,29360,29360,27620,3959,21489,1580,27379,26745,7648,6903,19442,25764,24559,24559,20809,11286,3595,1064,23290,684,20683,22769,12810,12061,28014,25646,8199,7785,2427,9528,24480,13165,9184,631,11492,27217,24436,16924,7536,18801,10910,16171,27903,918,28216,13832,25999,5034,14833,7299,3840,22931,27182,19810,20537,2380,17296,3868,6923,21503,17846,25562,9584,25249,4978,13142,6924,3083,22918,1179,14145,13279,1762,16292,4744,11457,27188,26374,13245,21110,17067,26154,29633,10691,17389,23183,21403,21404,27038,6936,13997,6309,24095,10618,13162,8457,12188,20187,318,28719,18239,27730,11715,10938,8628,24437,7099,2430,4990,23476,20370,18523,4098,395,6872,21067,5940,5136,656,24063,6949,10608,19127,6722,16035,28476,12394,14321,28423,16779,28696,20434,29227,22582,6791,13817,24175,13817,20798,16761,16760,28373,5885,24280,3737,3696,10163,12851,24772,29174,22792,25334,19289,17848,25589,8971,13974,3619,2674,23711,20541,7540,10273,15389,22504,481,8172,2227,11958,9108,25679,21150,22625,4849,15843,9035,14563,4805,23408,13331,6969,10220,2043,12801,6971,27144,18462,17669,6975,7911,7647,23375,397,10100,19874,24080,14651,13309,6487,21994,1702,21268,7998,21442,3000,26538,26890,27183,3536,26741,6992,3767,24751,789,24856,9255,15314,9237,3178,2145,28174,28757,6081,130,22612,5732,3985,29122,12935,25117,9616,21094,17381,17831,17096,17096,11876,21407,10365,17806,17076,15184,653,5341,7004,21682,23882,14134,25234,4105,18221,109,29664,22539,28828,2920,1231,19416,12287,19840,992,3388,19446,25828,18398,4495,18506,11836,25142,17312,13290,4558,20643,5908,23746,9877,7012,24704,7249,16181,7087,27374,21239,7015,6424,26459,14884,6501,2419,2434,18383,22735,12936,20224,11800,1177,7020,5397,5616,3128,1742,23146,4506,23655,798,22281,21016,16949,21412,3455,222,24856,23933,9573,29429,18034,16238,258,4907,25103,10313,18698,19151,13795,2264,7038,25519,25743,28011,19982,2300,7332,23289,9731,12953,7046,7046,742,25149,13421,9684,3701,2525,7052,7050,7051,24776,26590,13122,7055,5654,18288,15927,29564,28634,14765,27142,18061,18061,17270,10382,25010,20602,4676,1698,23371,9435,19682,25096,25236,14703,13304,3328,4757,13194,22738,4850,23147,5696,23368,12276,8536,10948,22890,7066,23932,27765,29434,3949,23519,7447,5615,1528,17609,7918,3422,2854,17742,19676,12732,26467,18226,992,22822,28480,28847,19074,4527,20225,14087,19531,2003,29610,901,16188,10788,27637,12026,22735,19421,24192,1121,15569,23340,7665,22785,22112,17350,24801,5867,1622,15108,17153,2263,18928,6697,7487,27680,21116,23075,7366,7090,7091,4741,10050,21377,27494,28281,13216,27924,25123,9776,10791,7094,21684,15921,2231,9546,29510,22030,23328,9475,13382,7097,21472,8244,21900,16361,26991,13297,27424,27196,13864,9852,14774,18602,27670,13319,9981,28670,9581,26873,11659,672,7104,25983,24839,3980,25269,8920,2782,1091,27513,10110,7105,15801,21423,22453,17715,25532,4999,15323,2997,8707,3804,5159,29372,19756,17879,12086,18731,11476,25897,7130,429,26854,29616,1519,23403,24278,15873,4640,6623,7119,23322,22024,15628,365,19737,3020,3195,22604,19727,25857,8927,2218,7124,7124,9173,12483,9454,4752,1233,9156,9156,7129,22405,21016,7594,6293,17322,23928,18231,19770,21427,25634,15196,9391,1085,16528,13691,11565,12654,20406,4086,7643,15627,22910,8451,3539,26212,18505,7429,14466,22863,18619,27441,11708,5056,12525,27569,7146,2943,19940,5254,12390,23822,25675,24923,11522,719,159,14930,4406,23162,17583,592,18565,26940,17741,536,5587,12035,622,11414,16141,23465,13635,9131,14450,9110,15262,941,12883,22586,29692,3074,12604,25365,7167,20711,13581,8434,13019,2970,702,26698,25232,4834,13738,11530,13385,24985,3658,5005,11232,3594,19849,12682,27099,21323,27247,25786,26569,2830,9938,2831,17001,28216,15686,19441,28631,17621,9809,19778,19986,1675,11274,26590,16871,27331,2397,6374,19980,2785,17402,18967,28006,23200,17981,23638,23638,3446,7184,13945,18588,15975,17720,16909,11888,28019,13866,10017,3693,24332,20138,16844,22425,24611,15388,22037,7192,23432,15135,17259,21339,19545,9683,16048,467,7817,18342,19374,7932,18158,23283,2685,11039,53989,53989,10998,9740,23649,367,1297,26472,22185,2891,14387,2918,12071,7201,17624,3825,12090,4073,9589,26858,18495,11603,18412,29574,25904,8664,29611,249,8663,7206,11014,14968,3249,16441,18642,15334,8293,20141,10704,8092,6122,14686,8202,23366,9718,8041,22598,8798,2436,16196,5469,26631,25428,26702,1324,12173,23610,16535,20818,24977,25575,25575,11475,780,14361,19056,18087,4650,13632,23043,18216,7222,5569,12972,24004,28758,7496,21951,16955,14529,17028,17403,813,23173,2361,7227,28086,18430,12246,10073,6218,13290,2529,7232,3628,10935,3628,6601,8998,367,11803,29014,23202,212,7237,7237,26515,23670,191,10540,22109,1544,81,81,20707,2781,22225,7248,16398,1757,1636,10307,17744,19230,19075,2186,22615,9246,7252,971,12853,1732,7254,14345,16455,2358,6454,12344,7257,4770,25399,22426,489,14196,16063,13536,22519,3762,7263,6916,27563,4883,6664,3820,3315,22967,22967,16278,12029,16125,18493,7268,19954,14028,7268,27744,27744,6242,9418,20126,25018,25018,29188,13053,7270,11780,5848,23018,26211,18976,12790,15500,26553,24405,24405,28780,5700,14904,6603,18504,16287,24528,16352,13407,18382,4053,3410,27955,7521,10396,11657,7686,8895,26912,276,7949,13387,23764,23344,23344,16588,12173,14368,17838,15123,9183,11218,7878,24307,3989,3142,3926,19805,28512,7288,19526,21578,26911,29655,23166,7619,16339,23309,11306,7292,22533,15636,950,26392,26342,7295,24576,26957,24603,20655,11649,3133,15657,17521,19817,24101,25253,28564,16897,2110,17905,8985,3713,12340,25575,11977,1907,7302,28398,23488,7303,4282,11174,22582,13710,13439,15348,9521,13439,968,11090,28963,10539,8046,13970,13207,5352,12069,21926,23109,24007,24295,24295,24295,19783,22437,18497,1897,17913,24664,21989,28535,8576,3875,15761,1418,22718,28435,22056,7718,16463,28500,5594,19080,3375,21199,29171,14070,14654,4068,28128,15782,3725,26986,27685,2967,12945,14312,18638,23558,8218,3563,15310,8148,6174,23885,19614,21264,903,7767,14882,6156,7330,28422,25362,2703,7332,13547,28521,1872,13858,379,8501,25605,17217,1064,22607,25003,19160,4885,18604,9927,10700,5338,9782,25469,14380,24359,7340,417,10847,221,10916,26488,13077,16277,7047,5671,18931,21724,6331,18784,12783,25802,24719,27142,16089,22094,29427,3986,7351,18246,23163,5934,3189,22207,27126,17726,22996,28657,12617,2516,14251,12952,23691,27089,5069,13972,28655,27089,28256,28118,2362,28304,20509,17142,29510,5705,5705,251,22449,7957,9730,16386,29167,29624,3226,8301,534,2397,21723,12598,2813,24587,19824,7367,10526,18993,3385,5005,14499,25844,13040,12910,10631,17765,19771,6378,8111,6351,28636,9912,7372,4188,29093,4904,3900,5134,21165,15082,21033,20277,27325,6190,1967,1489,21939,21785,13822,23940,21839,9196,11004,29224,15812,4208,14415,28693,10842,26557,19251,6677,22729,890,17267,25423,24746,25423,7387,8124,7386,7387,5479,9171,18515,14095,7393,20999,6363,28490,8359,13619,16796,23616,12551,7396,26943,12474,8372,20782,24218,3553,7403,16950,27303,17165,7405,7409,8781,18634,4192,2100,16706,12425,11559,17432,7410,2736,12224,13316,7521,5465,14830,15533,16129,16547,16128,7681,23659,23721,4002,412,25118,14133,92,16425,256,26913,23622,3992,4848,2807,3137,18618,17532,10197,6023,8151,22724,2773,17376,23313,7912,10480,29096,8026,21353,7252,2407,13477,8366,446,7427,5101,21385,8845,7429,23782,7430,20019,7431,23695,19036,6086,21205,28819,26959,2636,28819,10977,22365,18579,8870,1237,893,2984,14131,14131,7436,16314,26037,26037,7440,6785,11044,7444,7468,4893,26503,22482,14145,8386,25957,12576,7014,29506,75,13588,16040,21211,19605,12135,23286,15418,27556,6960,28537,4832,25492,21348,15410,18928,9839,24718,28727,7461,6640,14765,12159,10181,16012,16811,19845,6347,21663,1549,24016,9910,28051,2040,7467,7820,17615,14597,15019,22672,14835,4486,15206,1007,10827,26245,9423,24838,4304,2715,7474,15326,10937,3220,1544,8102,21918,25626,14581,8329,11419,27081,5131,11812,7478,25867,24646,12373,5320,7482,1219,22346,27840,19296,11510,3845,29452,25340,23348,18176,7487,20012,3007,811,15579,7714,24142,10254,13138,25028,5008,25495,22162,3439,12509,12969,13344,29486,2807,15895,7492,24824,5472,5937,17128,20212,7495,15250,21733,11551,23756,21495,28595,28595,406,7498,7500,8609,1408,27861,8869,10211,15061,12750,9002,12750,10671,6198,22100,22100,20664,24539,15610,7404,4704,25887,7506,27140,11645,16903,10262,24082,1588,4957,23060,25179,7516,22808,9650,19673,20807,26566,20766,7370,27899,7115,4696,4047,4000,15924,12105,10020,7525,25280,27275,18037,2077,21735,7527,27652,6272,15068,23346,544,10377,25652,28516,6069,6069,9134,20489,24925,19116,663,3487,21051,13860,23789,4643,9524,9524,12406,4124,25251,28195,8574,20857,17255,18635,24378,18254,2926,5605,14103,17688,9762,9762,4526,17719,4164,21138,11365,15711,28644,13299,26505,26397,26921,14917,11782,6928,18380,27250,21524,22575,12187,23950,19017,15907,19197,4226,8332,2285,9629,5862,28781,797,18663,28894,15475,745,7548,14584,880,14414,25361,7552,15439,6415,20724,27006,13794,1579,10047,8334,12162,17073,8062,7560,3196,26484,15369,22526,2812,18142,19474,23532,12474,2911,10900,19906,17807,6715,13410,17629,22287,16842,22254,5409,23272,1127,23256,8698,21800,1298,7575,1209,12688,5328,9638,13550,7409,1639,28683,7579,18854,28630,18461,24339,16144,23934,29079,27981,19532,2248,53951,53911,25263,23968,19384,25753,646,18544,17459,20456,28830,18274,20456,9502,20456,20456,13811,10256,22391,24834,29728,26965,1702,28223,10598,21059,899,22558,11219,6498,27412,24584,24584,28323,28323,20465,18174,13054,18451,26987,4553,21840,22601,7595,25734,2995,18793,3599,2941,12671,14865,18626,10419,6483,7598,7599,17757,22077,25532,28707,21650,28814,26604,2987,28935,24038,18834,23433,24690,20939,13821,8808,7608,14996,15944,16620,28942,26321,5538,5747,11611,21535,1747,2367,7611,20343,20343,14013,29613,5691,24451,15563,28309,5741,15551,18096,9147,13018,7641,23087,14150,10400,13247,7618,19263,25553,8423,14935,12578,8627,26527,5302,8480,8480,25982,16486,8480,27261,29165,5061,18268,7600,2637,15294,24872,28057,26556,15969,12011,2449,14707,21426,12083,12789,7629,18888,17640,18763,21197,19391,16846,16526,19046,24860,17706,25852,14486,22505,25147,146,28640,28640,2342,14766,9364,9365,4524,23346,15142,13190,16514,27107,22644,9451,24078,9887,3788,2858,24894,1845,10682,2069,5830,27735,9399,29465,6311,5435,9128,1856,7648,7649,22888,3334,9747,13039,14540,2439,10062,7651,27045,21336,11055,24719,24908,15714,26050,7657,3109,27417,8340,22098,15103,6431,4561,12858,24561,16663,22990,23268,16783,7667,7668,8738,53,25379,23815,2351,7672,7288,20241,21930,10958,9063,14911,5130,9837,28557,27340,24940,29391,12436,12436,676,12668,29391,1785,7683,11979,10836,25534,11588,11332,25535,25535,14478,6415,9009,9695,23613,20843,19747,28918,18312,248,18905,26703,21119,10503,14607,6766,22809,14881,11036,13964,18105,15639,15639,18062,28338,346,24198,5838,3282,14841,28688,12452,7697,314,314,6962,27568,3304,17502,24348,24348,14874,7702,24583,28684,19287,22620,2949,15428,9393,12236,24078,15894,5968,9061,10181,28490,26952,6909,18871,22002,87,15929,20123,20828,29517,18464,14601,12556,5329,18772,20460,10085,23955,29661,15538,21987,4409,14988,21274,21274,18862,18213,19496,14683,7721,7721,21750,5283,2968,521,208,13556,29581,21389,7723,21812,11161,4815,12715,23188,23188,8064,10977,29354,13151,23756,12540,2474,3800,2176,110,7729,6196,689,13915,23646,10164,28052,15872,773,24458,12529,16132,3379,4454,22941,21584,1185,24186,26019,2308,11838,12653,12653,27013,27526,832,7378,14810,25534,1331,7545,16768,28361,15894,27961,6756,14690,1050,27127,29021,14558,13029,21560,16795,28563,19364,7746,20438,4059,16362,27141,4840,2243,17039,17464,3428,4513,11124,333,7750,14349,25572,10628,12287,19798,11602,8076,10285,21523,2303,10454,17967,13951,3162,23483,13238,2766,3779,3779,16219,22516,834,27892,6716,6359,20231,4510,28088,17418,18381,2007,5780,21164,26113,16524,12331,20522,27788,19111,10578,9502,28745,28745,27590,25674,23539,28253,15276,11483,3481,12418,16219,24475,19458,27136,29478,28355,2712,16888,21210,10013,19026,9989,11504,4501,16422,545,28239,2068,10244,27498,11717,17761,1095,18224,19228,16250,22266,17352,12868,11061,7791,17675,18330,23200,53932,20657,7309,7792,3691,2295,7797,1402,8077,2252,29474,11972,457,13944,17719,25118,1869,4884,4836,9764,4776,14663,16251,29421,1287,3217,7002,18374,12675,27398,669,4112,4821,4083,11927,13906,26851,20812,19297,1056,28643,4105,935,7813,5490,25662,7813,4624,6440,23331,27926,14812,24544,11591,25930,3981,23784,24420,13286,15825,28275,6235,14929,23242,10190,13517,6956,6687,23173,4864,29062,4433,28229,17855,16787,23238,10224,21171,21896,5784,10489,19470,17637,14223,18143,829,13006,10520,19338,25577,15263,7832,16951,29745,16606,21131,3235,4310,13223,15776,4792,25727,27998,18422,15939,25159,6402,9667,18004,5376,28049,13184,20955,11051,23099,18925,13419,21792,25023,26151,3275,22688,17077,17856,26894,25942,2063,661,15568,4930,26138,16274,25175,18200,14665,14096,6527,18660,6787,7851,7853,25273,14673,7854,12032,13559,7863,7864,17562,5458,22935,8918,9761,716,23750,9151,16727,16727,17812,12775,9198,28955,22367,11191,22960,22960,26005,3868,968,12592,7873,5370,25201,26990,25368,29401,22121,11786,27284,22549,5428,14710,6756,5563,23958,19760,24775,22880,27993,4566,16205,26471,1154,1075,19429,10843,11923,11467,24406,16242,24068,5904,8402,20711,12107,2874,14706,6833,7891,23885,11357,27606,17595,465,6724,465,7165,23992,26439,28531,17801,27864,29351,23932,27856,1273,10509,18602,14458,26177,12145,6756,17986,25324,27189,19195,21648,8602,23474,20890,19473,21233,6921,5652,15248,15248,19670,17539,16360,9025,16740,6901,23954,11663,11663,7901,14019,24080,1704,12540,28229,2017,6813,17810,29637,28281,8502,23675,25781,5631,20329,18394,18415,22550,23459,10773,22934,22308,17829,7334,23077,7911,20922,5162,6082,2736,24619,24619,16586,29016,16439,16093,254,24698,18547,17174,9176,25416,11904,12063,29180,19733,14267,7922,12493,1141,1141,18089,25585,13302,1299,21555,13827,15243,7538,22621,20075,12878,13476,7355,11253,7931,18874,15518,11363,16702,7933,19637,28904,7935,7936,5988,11410,15604,11968,26216,22985,192,20464,20464,25997,15742,28452,18048,13725,18193,7951,17338,20495,4532,28777,8311,13067,1643,13047,16013,21507,7700,7948,2347,2397,5518,162,6262,13399,15305,5404,11732,1791,11574,20079,16741,5175,9662,9662,2495,20665,5871,20549,17057,29207,7955,16633,19814,20702,1248,13778,19403,20235,7960,5811,16501,13508,25471,26923,7963,14107,18406,1717,8567,614,22004,22004,3100,1537,1813,20301,10978,22513,17052,13128,14347,19539,21564,25488,5113,20386,28223,20334,7970,29215,3521,3521,16976,16976,3606,16976,5231,53938,7974,20580,14371,19875,26989,13449,14503,7976,26145,21943,780,5171,21612,14700,15953,7978,24971,26029,17503,20579,22872,3252,15632,23185,25012,10847,12566,12566,13632,11898,11898,7983,11367,24969,20171,6202,7985,5083,16051,3394,10476,15493,4122,16604,7990,311,15284,24176,15793,2305,10294,11769,15899,20408,6961,14645,28585,7995,6435,12312,23381,6860,24587,18704,1140,16075,2752,29539,5872,11787,15063,27734,20391,26739,5202,25863,25863,27674,16781,10113,3560,6821,3999,3999,17970,8010,8010,16154,28340,25917,20643,12163,3862,20646,1363,12521,126,9478,2365,27477,13926,9584,9351,6445,7907,4141,3484,876,6052,1234,15312,9275,4915,12202,120,5519,13845,2374,20976,20976,18160,397,22801,16895,2472,11743,7108,6065,17312,8030,29179,8031,19585,3232,19048,6629,20980,26830,8036,9578,12289,6260,11732,9696,8038,8039,2009,17874,765,18253,18253,25284,25284,13109,10991,28685,28685,484,16747,20386,28194,3876,7342,7342,17492,27855,2817,19936,24879,3401,12940,14970,19485,2137,9376,19617,25203,18610,8057,14159,20377,246,27621,18319,11372,19894,4872,4872,10206,29518,10038,8069,5211,16323,18368,23249,17530,16613,28979,18473,21256,27448,22784,28137,2487,26273,8071,6050,5943,11570,15538,22181,5516,12156,1890,18316,6707,4409,11101,26192,20937,658,18322,8080,5467,684,3582,3582,21347,21302,6742,19217,22945,3644,3644,6142,25144,8478,18990,27485,13281,2226,1269,20690,3469,26767,8084,21699,10332,25266,1247,12208,19556,14253,25842,17036,15247,14373,22380,1534,10674,28695,25891,20784,16752,22750,28923,8068,17611,7423,16423,4691,2802,21398,8886,21336,21336,23094,27870,842,6967,19975,16731,2067,2067,18491,14509,1741,15034,340,26906,15034,1962,7423,3397,22915,28508,6625,3352,12519,12411,12452,24733,8099,4997,9797,20521,15272,10609,24001,17871,15262,19236,10983,4157,1932,28522,6288,3141,28655,8024,27405,3280,17135,21565,1439,6217,18412,8109,8110,9278,26205,29083,19484,17377,8114,25686,12876,20634,21740,178,22551,20854,8118,22311,7300,4119,8119,3266,8372,4429,20294,7877,25968,4319,9719,9961,9961,4610,27274,12383,8125,19530,15165,2356,27590,27276,25875,9054,620,9576,3637,29743,21569,21569,26593,19815,18494,18494,2932,21347,3826,19399,29682,3596,26835,6903,4960,16836,24143,11614,14232,27728,25126,8134,8136,13244,19911,16751,13494,5831,29306,20899,24920,8142,8143,20194,19307,14972,20371,28270,8141,2966,23863,3353,19487,5892,14032,21637,25177,27258,20109,20109,6049,24436,15813,19012,22957,11022,23698,19776,8153,11398,28386,4762,4993,11948,4096,10913,19702,22237,26082,2253,8160,28600,7640,1868,17400,15120,8163,20952,1439,17345,2508,7613,8164,3185,25537,12415,25433,13231,18705,10325,8168,8168,27482,8170,16158,8170,3075,8904,21564,4998,5496,29294,16120,8176,5171,20120,8270,16605,8177,148,25295,18213,22089,8181,14850,3212,29495,3289,25655,22264,15840,27564,22197,16156,1071,25162,2324,19905,8187,8188,10236,26541,9640,8613,7891,355,8267,6386,5166,6846,20518,16345,18109,3642,28419,24667,4900,23196,14720,25714,548,9694,27147,6676,21167,27147,16342,29599,7814,23873,5957,5003,25546,21905,16119,17414,29009,28329,28329,24958,8211,25466,17783,17783,28639,7734,6731,21716,25155,21545,29354,15448,13562,29514,29384,11012,19050,23897,2981,8400,8479,17875,3573,8216,8216,12593,27230,3986,26422,29349,18126,3932,561,13573,10295,2410,5052,25636,7337,23029,24418,14793,11061,843,17283,25280,2998,18628,13073,15837,23390,29570,28612,25664,4054,13348,25829,29194,1082,26062,24828,16938,4711,9645,23489,15365,26001,17887,13111,7964,2676,2984,23015,29711,2953,25757,23454,6255,8242,5122,22920,8245,27760,12688,25144,10337,7638,8247,11198,28222,23751,23751,17277,26907,24851,28294,7460,19981,7316,7316,26977,15701,11841,18925,18350,24174,8286,4552,11299,28550,20548,14071,9193,2259,12691,15008,9132,9132,8261,23810,25186,24255,25347,20934,2738,22405,22830,21557,27148,29516,2811,26137,23885,10705,5444,7249,22641,21212,12614,21139,17738,11467,25269,11467,5198,17315,971,972,26165,460,25670,6337,19740,25451,29586,313,21444,13569,392,25474,10075,25333,4152,3296,2006,14759,18675,10981,20990,24034,26020,1945,4853,12222,11647,24131,6583,12851,29493,25997,15999,26321,8292,8293,22229,294,5388,2344,17955,15060,20450,487,24432,22479,20995,8301,8303,3848,15210,14742,7831,22774,23945,22071,8308,14456,26564,9537,451,14359,53857,3714,24498,23535,1776,19344,1382,1979,8313,25776,15342,8314,395,10718,15951,4698,8314,7431,9680,26645,21829,8007,25147,11909,1568,9239,8321,22192,17165,11697,17192,5711,5711,15012,22428,24891,7279,19404,11749,25157,2598,29499,347,9310,10514,16070,27015,25781,26971,14146,3199,12990,8330,13600,27129,19849,13400,8116,17340,8902,10008,7590,19045,8335,15115,15865,6780,22503,15365,1370,16667,13091,28215,28012,22946,25383,14137,15093,10557,8342,8864,10717,804,10416,27556,29532,20330,3656,7239,8345,3341,19908,11323,24082,1917,13406,19401,21731,10335,4244,23600,7106,16475,1896,19389,9442,14064,8060,28494,16227,17604,24040,10538,20679,24773,888,22989,8354,8238,7259,511,17053,20721,24495,10127,16989,23752,13232,11013,17823,24187,16356,17302,527,10257,5981,16512,8507,9366,22296,22296,16300,16300,28780,26469,13172,28466,28968,25612,23657,19873,1507,14383,9859,2922,13317,25015,13491,19409,26163,28883,17423,11966,18571,20143,24214,17008,29069,3576,20286,19400,9260,27242,15076,18734,8376,10066,22909,11454,3827,11173,26438,13381,233,24901,17867,25209,28465,5982,8383,6672,7431,15118,26932,13304,537,1774,17257,23086,19415,26905,25131,5335,11714,9245,10873,10873,8390,23850,8576,19420,4825,23543,2328,15082,15768,28272,22057,20805,5570,24512,22864,21811,23339,19626,257,257,8399,24921,6926,6396,3243,15825,27087,27494,5940,9351,25995,22850,26006,20213,13556,14033,20213,19078,8403,29323,16035,24298,29221,21800,15496,24140,11473,4074,3245,1315,19562,14165,4553,28667,11290,25654,8415,5125,2214,13208,25978,1461,8423,5227,9922,16483,23447,27423,20329,8429,3801,18856,14002,3271,18018,1954,27961,13386,12965,10518,9396,9396,26215,26949,24822,6690,6229,23568,27350,15348,7158,27254,20783,10348,19618,5494,11388,19447,26779,25598,17187,19194,2172,14974,23874,26414,22465,10034,20257,18689,17940,18176,28905,29290,21001,14186,26309,27554,11689,3344,22157,20306,26130,862,8455,8456,23766,9540,15152,5998,13547,6407,26443,14899,5089,1852,11240,23096,24415,22653,1853,8462,5061,17305,6408,11643,20535,16505,21940,4835,23252,12040,22477,2199,20504,16427,29515,1603,15030,24958,14693,16939,16939,25478,28053,18251,20914,26095,26095,1949,12278,3251,14764,18750,18750,14491,15826,10951,25401,11348,5277,28857,19172,4195,26626,3030,18840,18815,21397,28638,8254,28347,16317,28362,17010,25722,26739,29164,29164,29549,16203,17811,18031,18031,24728,27383,19658,21465,13303,17702,16935,26799,17543,28125,17107,25184,23334,28125,25183,475,24099,10434,26257,29684,16309,26905,3639,9586,6700,25883,6779,2403,5349,18043,17317,24813,15942,28483,22646,26986,20152,2807,14956,890,11317,18564,8504,14435,10490,8501,6032,26867,8945,26868,25270,16555,10452,16555,27765,12445,5631,12774,26200,8511,30,20356,7670,5423,14657,25742,268,19453,16770,16107,8515,21726,23404,24182,28893,21182,27549,15983,3767,14081,15329,17220,27659,3209,2134,22796,19098,8529,2435,20431,7639,12841,8142,27817,375,24874,24874,7660,14183,2893,10748,27853,11800,353,8537,8538,8539,26769,2308,16983,9464,7194,5438,25825,7650,3978,8545,22129,26500,22008,4533,14846,26306,18633,27545,19802,17940,23703,26960,11542,10863,10418,13825,5527,5400,17345,26970,14949,2381,9958,8963,28483,29054,13129,16405,15806,28031,3868,6538,6538,18674,25161,26308,13094,602,6999,17568,8336,23236,16394,3362,25573,6838,17208,19910,15120,12646,573,20528,22048,24809,17216,28492,19699,2719,12653,21816,15807,27665,11021,27736,236,28324,23442,23853,10289,23938,10182,24598,9044,8582,10566,24674,26727,20237,8339,4712,18413,4257,2762,27502,27502,22995,29232,20650,27214,26728,26728,14569,24899,9113,17742,26375,21291,8592,17484,8748,21912,4923,4923,28237,15829,6346,5437,380,24873,15894,8594,26251,10495,2449,3666,1347,6935,27389,9455,24261,3496,10958,8599,8600,21309,29653,26461,24186,24601,29585,28287,22981,11049,13180,26840,8604,16549,22913,23879,22913,3674,590,13538,28329,26449,6617,10064,29061,4701,5681,8607,19624,7391,1674,18022,20687,18903,27040,26908,21764,16853,7575,19071,16043,15040,13256,14885,8613,13877,5806,29603,15871,6420,6084,11688,16481,15012,10832,2425,28208,4473,12310,1915,1915,14357,19551,28552,24296,3672,8625,8626,28996,8625,24974,733,1936,29431,8628,9468,22461,18811,6344,768,2666,10288,2354,7294,28173,6819,28824,14452,10953,8634,25421,28404,21807,22587,12173,709,657,6799,12570,15384,9778,16679,264,264,29256,18201,23266,21685,6766,10756,7648,23657,8639,19654,13840,8640,27031,15077,3972,15157,25952,24128,17865,21447,13126,18287,5595,9754,29624,4055,5795,10952,8650,8652,8869,24732,4144,2380,7284,12668,3059,8005,28625,25739,13514,8660,8660,21062,8664,6446,17877,23533,1558,20025,20026,8521,10344,15469,10121,10764,21048,5716,25235,357,1694,10468,29494,3857,6203,19536,3887,25565,5124,15121,21852,9209,8673,9359,25338,21029,241,4839,4839,2351,22369,11110,10408,13637,16268,9680,26454,13784,22046,17068,27453,292,20870,21916,1181,19293,3484,15331,23296,2288,21287,29374,15302,11121,9339,13848,11659,20057,25929,8685,10771,3807,22507,18441,17328,29092,9185,10319,13691,22194,10510,382,1530,21522,21058,12031,18914,13855,20009,6776,8693,4524,23256,17313,26882,8700,8029,14604,9601,7804,10152,10152,25725,8703,27229,2176,3168,21382,20432,4879,14752,23499,8707,26398,10587,28702,23596,23680,5208,12791,14868,24163,29180,8603,23459,6663,8716,27033,13215,28089,14731,53861,8718,1231,8719,29170,572,8721,23200,9000,25202,4886,53956,6289,25547,6031,20835,15077,28572,23624,28679,22981,15917,11389,23809,19249,21991,12209,28974,27903,15736,358,17576,21780,1164,1164,19577,29081,12891,272,6375,3849,11695,22248,7545,20320,7824,25446,12438,8576,14217,8738,29699,11164,7604,9929,10926,13240,24263,22395,22395,27406,6812,23378,23378,8743,3046,23102,23548,22363,7106,15471,27699,26462,27558,20472,23920,25954,5802,10670,21887,25963,21851,24261,24261,3143,23535,17793,27264,19653,4650,12500,12414,16495,16495,5241,3351,2405,15008,23287,4910,23002,27241,19502,14479,8757,8758,26539,19220,13399,29686,17977,18400,7822,14928,2474,25603,26727,25477,15803,25654,9922,23819,18593,3424,28542,25021,7502,11842,11305,3556,8761,24707,3785,6257,18939,1279,20607,16208,19704,744,1767,2055,18950,16077,2161,27041,21255,20503,8201,4727,24251,5422,18406,19017,27921,25832,12090,20836,24702,13916,25631,27014,11831,29447,22908,18053,28286,19617,7007,235,11560,20908,22516,3085,27359,13551,26403,1005,8784,8785,8785,2032,22257,21151,28308,24544,15671,16982,27844,4286,24530,5089,7939,21160,53887,27651,8203,2824,9064,3130,14769,4069,11265,17471,28573,8795,5389,9333,8797,12541,23354,20118,12763,22344,23207,5276,26029,12602,26483,5826,11693,20457,10356,23971,14312,23719,26468,8803,18870,11491,23107,28079,8806,23717,17348,7050,21136,8809,18686,18041,29629,3402,12155,25865,13046,17102,15806,3590,25166,6395,682,20343,8550,16627,11500,15464,21514,10123,26717,4819,24052,20815,12558,3057,856,27489,24345,3292,25519,27864,19326,5749,2142,24633,15447,2247,28982,15005,25317,3475,8831,15371,24429,1053,23246,6226,6663,13419,8805,12816,8835,16569,10154,25064,25914,8837,18833,5455,5396,25602,12943,11712,13587,19722,11569,5113,8932,13063,28481,12996,3190,6057,8842,14974,14974,28715,16801,8344,9181,21221,3350,10961,4660,5555,14277,29611,4129,19696,20225,20225,8940,16650,23298,20357,21020,7895,7100,23386,16106,16733,26823,19803,21681,18379,541,17249,15754,14784,5094,5094,2614,7957,10906,12434,25510,19646,28179,28179,3551,8858,11331,10528,29643,8864,7368,23755,22958,2770,23192,1793,8556,23746,27829,18795,18606,27145,23491,11648,13051,7437,833,15376,27465,14004,11315,8867,24752,15616,5011,27461,4589,19990,23282,4148,25613,6671,2418,2972,7413,7649,13575,13575,560,1274,1245,8872,20187,13040,7782,2521,26532,5042,3899,17747,22432,4237,23397,8875,4303,8876,23886,7419,28131,21334,307,7129,24761,326,5339,18392,14528,9789,19810,27034,2197,3365,25777,14508,8891,20109,8629,5515,20284,305,3279,6573,16741,8895,24783,1667,16551,16551,8897,1994,29337,8898,26844,12377,8900,8905,3806,20717,21785,18292,29254,18292,8906,16679,13940,12267,8911,18060,10700,26869,7684,17774,5959,16401,16026,195,15775,8180,22454,14892,24920,23111,7999,25564,22381,22381,27296,20436,2911,19752,4885,4885,29416,19487,4507,21717,2577,26120,9648,8666,20582,12257,17971,7561,26359,16887,555,675,15156,25025,24486,24841,29366,29484,1257,28748,10083,609,20820,24499,2022,15709,19707,9999,23740,10187,18108,8932,6996,6996,18550,20806,29584,26804,7852,4773,4773,5325,12124,11667,24996,13178,5617,20684,21684,23555,22620,7742,17761,23781,8587,25988,14990,10662,12601,14743,22072,16469,537,12754,18481,26868,11686,28593,27219,18275,3757,11844,22853,26915,26915,3034,17822,10847,19856,9663,5129,4512,7194,8956,2698,28286,14574,14574,1571,6993,8552,22429,13975,13088,27561,11222,8962,19453,16935,12733,97,266,25962,11008,8802,4919,16829,11908,27009,11832,28782,20816,8971,16149,20586,9676,8969,24306,8973,6617,1948,4443,2641,21598,21813,9139,14452,12740,23020,2569,8547,6720,20613,5681,12454,10898,14048,28988,2905,4140,185,18117,18935,18935,3155,23768,26556,11416,2232,1050,5301,5102,29479,8984,16031,9540,7179,4954,15107,14944,11802,11816,15844,19717,28858,17948,18119,17575,26450,1679,24301,22534,29549,13269,16656,13712,9000,18819,5122,19518,27942,22401,15425,27711,10911,2963,12315,15930,7109,28493,11530,18252,15017,15017,6788,12980,9439,9006,23560,7442,27602,9335,13007,13622,7480,21990,12709,22884,29704,15163,9010,20812,5795,4565,9013,27162,17397,7620,3908,25553,2063,13238,6227,6227,7542,22170,6632,28919,10470,16932,9019,18629,22749,9021,9022,23284,20348,20892,25108,11381,5656,6499,21672,27185,29198,3263,22850,10456,25803,20576,22695,1779,15750,10355,23959,24293,13846,14465,4064,18526,10794,9027,9371,12473,23294,25200,9029,9031,26591,27710,20301,7664,21118,5184,20948,23825,1621,2168,23984,14521,7986,26883,21803,13054,27535,2884,23044,331,5492,5814,20790,11410,18347,9048,6629,27074,4075,14909,13372,21132,5175,5175,12968,12317,14256,25772,28048,28048,27484,15214,2047,14689,17433,12070,1634,8100,19806,19055,21290,5832,27795,11175,1806,10037,10037,13804,13804,1806,14062,21997,22202,22202,26824,11028,22160,22160,21377,20780,13216,2332,12834,9068,18692,5640,14173,14173,12189,26626,27726,27479,18298,7850,12157,22593,4227,14119,4227,16357,11822,25073,9078,3838,24066,9319,6299,24152,9080,27448,26059,10570,28235,29681,17756,296,22252,4261,7542,14825,2122,6915,3953,25426,16374,22937,9471,9471,29149,9092,15536,7056,10323,11053,9094,13451,26041,10378,28155,9097,55,55,11957,21819,19844,9100,13645,19753,6683,23746,12942,27646,15292,21725,23730,28908,6237,2163,11145,1352,14592,29179,12107,25165,27785,2374,7547,6667,9509,15872,12250,29323,319,9674,27202,21316,593,9114,16368,28007,17144,22039,25851,19814,15509,13738,5097,14347,3099,699,19775,19775,25476,15312,11045,1585,26795,25683,21276,9120,527,488,22737,488,22147,501,27319,25864,11780,1459,28651,8944,21108,15081,18447,4062,10555,11188,14141,16928,1429,12400,1429,24368,21906,15534,9128,25480,7876,27284,28186,5152,19499,29103,47,29652,53998,15464,13318,2448,6156,389,22891,21433,17413,23299,28708,28708,9134,23777,20584,1280,5990,25636,29019,21169,28452,13725,19967,9136,19214,9337,11613,18727,13210,8659,2863,28844,10654,26609,7842,3517,9141,21634,25353,25353,28842,7611,20734,1901,9145,12979,1273,23511,18003,21574,21574,23511,12662,11516,17299,18925,2511,550,5429,2528,6726,26226,12225,19860,16907,8912,7720,3227,75,17367,6278,9160,25695,17297,7915,7014,4464,12398,22339,12409,15327,15074,28312,6017,27837,17280,19983,21384,22808,14346,29641,12543,5168,9173,8543,7128,2166,8671,21248,2747,2148,324,29487,1042,23281,6850,4619,12747,19877,629,20878,21710,2702,10940,28437,5816,5914,12582,1947,19760,24051,21977,21030,22591,28916,9149,26700,25438,389,22585,24015,2394,9219,2801,2801,10311,13378,5868,27058,24819,29361,21637,10281,17028,2171,23323,15445,697,5994,23426,29050,14490,26200,2372,22658,15086,2842,15105,2931,923,19818,532,23924,23057,17575,11943,19308,22479,476,16232,22109,26579,3871,10785,25069,11970,18975,5608,15578,28831,15489,14577,28181,14115,15240,9505,25374,23210,16853,12557,29134,23036,23036,14964,18883,26319,26093,4161,4148,9221,9222,16406,4199,24759,10377,19690,25367,18226,26810,18300,20028,3704,2038,3758,24491,24788,20060,22869,2845,3529,1444,20327,1963,16812,624,13561,8203,14351,20658,22764,14973,27820,21481,13831,22475,13775,13048,22618,19487,27751,17083,22119,16121,14738,23116,18962,26625,18911,10127,2639,28499,2517,11921,17503,21367,9621,29304,2611,25090,16511,17905,2412,4468,9426,3444,11182,11865,25778,9239,4413,22223,27098,6377,20342,3418,9241,9242,10258,13106,29148,25990,25592,26222,8484,9245,11745,9248,21571,1096,26221,2527,11782,19770,14321,7618,7220,23129,17478,25623,11678,10410,13233,5477,25945,25192,13483,19473,1208,27907,26516,23636,25478,9429,15082,18679,27719,26442,9260,14451,9261,15847,25583,12625,8433,9263,18149,8433,29127,16469,29251,9267,13230,18277,22043,19739,8842,24132,23697,27831,15997,9801,4405,2631,23500,22322,19021,21989,9124,7923,25690,7152,18510,18386,8899,9280,18021,53846,165,21611,546,20962,21292,2920,10321,10789,24531,4420,15891,479,8592,12429,29561,19810,23265,16383,16910,18995,9540,6284,7852,7852,19594,5280,29326,8072,26472,1431,459,3369,4279,3369,10377,7245,15937,6131,1495,16147,5244,25230,19455,1081,9299,27353,16601,24875,6684,3620,5861,27164,22349,14200,13486,23270,9045,28380,16962,17111,26332,1145,24647,6383,14522,17882,25818,20153,21683,14259,14260,24871,15102,6807,18402,3814,12947,19298,483,13123,14925,2144,25180,24843,16617,9319,9674,22158,5658,2622,24459,26607,8617,3862,27997,23907,7018,28014,513,2092,20734,27385,7120,9326,11291,4682,4566,22603,17419,26348,17501,6320,19725,21783,20675,26829,137,7040,2454,12463,9334,16491,10006,3024,15369,2321,28597,633,10776,2321,25483,28327,27946,13929,3715,12796,11037,11794,27817,10829,21573,20444,19997,3116,19865,23909,21872,28234,16066,22442,9347,22410,24219,24219,11711,7216,20978,16727,28523,12770,5254,14271,23869,12745,19449,29035,11685,11400,24018,26831,5973,9357,2787,1218,24849,1642,24566,24117,20774,9358,10108,8900,21414,22787,25319,22245,10198,12260,26836,7244,23878,21054,10482,766,18875,24027,15981,4127,23854,22803,7631,26095,2539,22351,9373,5049,14096,10827,225,21884,26345,7130,23950,21724,26171,9744,21435,19083,26118,9379,15361,28831,9379,9379,20282,10313,1080,18301,28561,17041,20346,9228,18347,3608,20811,13070,7078,21581,21581,2482,14113,8996,6636,29289,9023,24386,14724,2897,19627,7061,6631,20463,20142,14745,26656,23424,9394,29172,5797,3461,241,25679,9399,16775,19685,21883,15586,3129,5706,21536,9899,20540,25263,11314,9405,18055,24610,6079,23213,1857,19629,16689,23059,9411,23059,9412,14735,11259,26622,24293,23162,17826,19886,13705,2481,2481,2270,21534,179,16487,12104,9845,4494,4494,19813,27318,9422,12915,1934,22626,19224,3133,18933,19113,21102,9272,27807,11992,12116,785,9426,12130,14417,19469,5799,17929,9431,24613,12731,956,21698,29263,6321,29237,5856,26271,21526,9441,19885,14102,5527,1632,19771,19213,18344,3607,1876,7697,19350,15853,20898,18074,9450,15387,19566,11993,11239,26950,15939,16021,29738,6506,6798,9871,9871,15657,11718,12873,25241,4299,6470,29502,25475,28210,23242,28878,28488,12166,8755,26900,20609,9458,22032,27087,28792,4981,27413,22146,10027,20740,23445,2063,9461,14404,53999,10792,9281,19613,21312,27406,6488,27925,12830,9469,27575,26730,2981,12249,13793,2013,5470,28007,7108,23034,6622,6715,9476,14038,9477,19919,21369,4999,6508,22709,23431,557,9485,557,9488,23591,3977,20513,26107,15946,24230,15799,1199,28999,3080,27250,2157,11289,26186,5719,1696,2746,28284,9491,1369,4369,24715,9232,7727,20931,9492,18165,9494,9494,29657,4447,913,21603,14253,7262,19064,10459,25141,16571,27763,20362,9501,25401,25401,25761,1780,1780,21520,2351,6168,2737,14165,26220,7519,2043,18631,10997,9514,29611,13859,13726,6309,15594,28008,21548,9455,21548,25450,21432,13406,9518,3438,5777,9519,21234,22316,26988,26988,3061,24978,5380,17505,28164,22448,12861,9522,17719,5715,7508,1772,25296,4527,2715,3027,1499,9525,14778,10773,20676,15566,4724,17633,2822,15077,11671,9330,3333,18300,9531,22444,4219,111,21621,20481,26666,18568,20661,9535,6874,9538,24939,2217,18328,21718,21669,21669,2148,6612,11821,20999,16054,2868,21270,16322,25379,4070,6216,10904,8261,15989,28522,19554,20324,21096,12718,26563,27563,17454,28309,16905,27951,11841,11841,8638,8712,7471,27118,21611,1388,26333,1712,4123,25788,10213,12079,25452,25665,27724,23643,3430,3430,10056,4570,4324,11542,21079,17833,12182,11143,4239,25650,27784,20838,23063,6026,20457,5854,6766,5848,9556,18475,8720,4547,28797,21961,10397,1694,19751,9558,26801,19821,3152,27085,12501,13795,3713,29117,9530,19381,17524,9562,11767,17316,16252,16252,20785,11428,18545,25922,2249,27177,27177,9568,10205,24204,5152,773,24450,29033,145,21284,4194,28656,6581,9191,3157,4388,24778,17322,3319,3249,24492,3669,28215,1382,22874,16984,19413,14374,29610,22866,21402,24513,21445,25542,3809,5261,25158,7957,25158,24955,1394,3950,6572,25221,15521,1843,9586,16109,22660,22660,15503,21956,28025,5968,11149,18612,17748,17371,21886,15212,7344,2330,21091,5634,15899,27120,26610,9933,4904,4325,27658,28249,11581,18716,9598,12917,3352,6476,1083,9604,24085,2530,19586,15056,12970,10903,9575,20928,23120,4928,17380,26276,9343,22586,15328,25933,2493,3021,485,19004,19711,6261,2840,25793,10901,10078,2902,2902,13091,28673,16327,29636,2735,323,26793,22126,26397,19437,11964,14320,7169,15915,9553,384,13784,18054,29541,5522,161,12205,4153,26471,5218,13503,18114,25377,15272,9624,14411,11309,22975,25400,9625,12946,18433,29434,4083,10063,192,12260,17706,22989,19112,23911,3602,9629,2455,3408,20344,2922,20669,12838,11346,4326,19696,20893,5238,3915,17049,21969,22299,19715,19715,17576,22772,7190,3655,11418,25957,28282,6030,15471,24702,624,9647,9647,21233,18852,27141,7296,14380,2191,17876,26476,6762,14238,29220,464,22607,9651,26917,19534,27176,10984,17818,7305,23942,22928,1847,10748,10748,3784,24732,13498,9658,9660,21690,23164,16906,24324,2657,14340,20562,3321,5822,2694,26365,8397,18603,3745,25055,8794,5995,19305,4368,17869,386,2752,4225,25552,14631,14048,1734,9779,21343,7489,20186,23478,1937,17377,5315,20416,20416,19380,26598,16887,27759,20602,11496,14729,18508,6919,5471,1747,12672,3373,8314,6203,12057,28715,12699,2525,15357,27939,20476,14689,22726,25608,19014,23577,15470,21979,25031,21979,25692,4024,10269,24021,917,21518,20515,13381,18485,25643,7865,462,17598,16493,393,16664,22071,7492,28084,28315,15479,11120,21759,8679,21026,11264,18420,21476,9706,3960,28035,4601,9710,20779,886,24139,7015,23340,9712,13259,19931,18720,26627,3457,9593,2053,20046,1874,13230,14626,12467,8797,10712,6755,22809,7042,25881,1884,27332,24533,9725,9387,14511,13596,13291,11530,8324,21906,5999,21212,19335,28873,11190,15178,24688,5298,25337,20239,9268,29406,16515,921,24670,21350,21350,17220,19170,23232,7328,12117,12117,26972,7029,9737,12906,17888,3307,3565,20035,1446,5722,9740,9741,9742,16358,9040,16994,15650,6290,28487,15439,293,24655,21625,18203,25906,18050,23266,10160,65,21145,7939,25928,28606,6442,21102,25031,17379,501,28542,1955,8120,25448,10678,21930,2573,9760,25793,22156,21327,2992,15082,14100,23284,24966,27759,23624,840,665,6438,22589,6717,3058,16391,11350,18377,24049,24049,3761,26613,17537,2024,940,9771,26538,18132,28314,25900,14655,14655,13006,27612,10229,4490,5522,2878,29709,29709,28913,131,27110,9784,1559,17401,9786,9786,111,3337,14437,11986,8045,2197,24073,22394,17980,10955,24187,5018,8990,4240,12599,53885,19063,4365,11820,25570,19371,9797,28542,23576,9799,15087,23343,22610,22610,29059,2350,9804,8018,11188,5758,26802,10269,7477,7701,7776,1905,20128,10881,10881,26932,13456,9811,1138,24964,24964,9812,22710,6926,13167,9813,25785,6370,3469,16392,10218,1987,14094,10871,2766,7329,8312,20403,1488,10473,28780,11501,3563,22111,2513,12337,23745,5990,3113,4317,22881,26043,17246,21286,6765,22913,3896,20150,21298,16432,12870,17956,20041,7300,19525,1130,9833,19381,23357,2627,19346,9835,9835,11221,29429,27590,26718,17961,29543,22543,29530,27152,7105,28658,20866,12369,19581,27501,7032,2593,9845,25658,11702,9979,7766,21211,26824,24124,23783,29063,25304,4456,15900,18320,16719,20557,26259,28297,14127,7251,22117,11383,19491,12728,21527,21180,21946,17639,21704,11882,9179,20439,24657,26485,8241,6205,18311,14467,23889,10182,3706,6073,6861,23623,9402,24546,8224,18386,15230,15230,25785,17031,8910,22667,18114,2827,9863,3665,5645,28614,13178,3112,15577,6360,20920,25343,25343,12550,22271,8001,9875,24308,1642,18912,16101,12236,21413,21413,15018,17457,27401,21818,14268,22760,10486,18680,25576,9519,1382,5032,23393,28518,9882,7788,28027,25702,2686,2686,9282,12585,2861,9553,28056,495,16744,18902,15744,2273,9893,15928,23205,16217,25733,15959,15710,25241,14059,11102,12549,8388,4487,357,24818,25557,15190,19747,5516,28484,11999,17262,29552,21865,14704,11019,9388,11641,20405,20405,11605,3853,24600,1885,18877,11524,26725,25246,28467,9556,9911,2143,4811,29312,23146,9913,9913,13389,29122,5923,24527,24440,25303,27238,20907,5530,15403,29615,23982,12640,22970,8241,17974,15850,15850,15345,4504,14333,29108,24678,20083,12995,9502,12252,3744,9931,21765,21765,14950,8895,26948,23725,20011,24623,23433,11003,15941,29365,9015,23545,6023,8299,7532,21866,10303,17288,4264,23807,6604,2540,28981,12746,14466,17320,7911,22366,16050,6387,22606,20377,27827,14873,2552,20648,9953,113,3810,28879,24587,12427,15092,7403,4224,9361,23749,25202,20319,17562,27777,15032,9983,11268,21723,18737,29405,29493,559,8170,1275,19503,9958,27842,14765,6883,22993,3251,28276,3630,11549,20864,17776,13289,19577,14363,16249,24636,9966,9966,13918,6029,26535,28566,20441,8139,29469,28888,3160,19232,11967,13386,24722,12337,22746,12993,18432,21883,1205,17786,19998,6240,24528,1501,28365,11964,6899,26387,9984,8371,28745,8773,24947,16239,20965,11961,4654,4230,8167,26673,17155,21922,23580,17736,20787,14628,8307,17891,6169,25633,4775,25092,3828,18978,19574,17162,12175,24897,3157,7612,2914,6404,17819,4370,5558,4574,18787,24553,26337,14379,9995,8443,2668,4118,8693,185,8152,12955,14554,15418,5012,23837,3602,2467,28002,27624,11655,13764,8720,11866,17324,20284,19878,16590,2341,16488,10005,19041,13760,3098,25845,7199,17534,24918,7490,14403,10008,10008,29572,10009,15624,11582,3943,13137,339,26136,23208,22290,9308,23880,26480,10015,11242,26908,28592,21650,11988,23047,12987,18415,21556,7112,1978,25278,13871,13925,53885,14125,20468,8609,14197,17460,16921,10026,27736,2094,17649,18159,16229,1359,9091,7131,4641,22817,13818,15967,2490,10035,22813,11658,28099,18773,14186,13728,10043,22072,19224,6673,10044,14811,7893,4723,1529,3169,10050,14135,24724,10051,6076,27411,17231,17822,16965,23392,8007,10061,6122,10497,3964,24592,14587,5248,821,1599,674,8825,3026,15045,13398,23929,4627,27180,21385,10065,10065,8844,22920,5385,20705,20705,15372,22181,20705,7767,25314,8069,23631,11529,11529,16283,18889,15190,23679,15123,1474,3382,26468,13039,26464,1624,25947,11212,16055,18327,20845,4440,847,15696,12017,10079,10080,28673,14271,19104,27697,27003,6657,28424,27806,15678,18644,2693,3200,13124,2130,3741,22773,11923,22437,24060,14519,19977,17927,20398,27108,3351,3350,23953,6532,12555,18061,27178,10095,6465,26595,15614,7018,16115,17852,20486,17776,4822,24355,10098,9223,9034,10101,15276,10102,20929,7531,26208,26970,24412,16330,9957,7035,7441,16798,14595,20067,5703,14254,17427,2139,6067,1212,10112,10112,10114,8403,12968,28093,17091,28812,2814,25288,20801,13442,10118,23178,11441,20777,26068,19542,26968,18872,16697,11854,24660,4825,3390,24208,17580,2810,8365,5201,13373,19427,24304,1121,23822,15996,10133,17546,16119,13972,20121,19462,17239,24305,10136,17965,20123,15672,12855,8259,9371,24925,22423,23906,24375,20963,3283,18977,16700,13907,18592,7890,12546,19766,8021,10148,20082,23792,22944,4678,8653,25607,19357,12993,18826,28811,19907,18741,23236,10295,1424,16656,10420,18879,89,23508,25998,4649,11286,10796,27210,1065,25616,3128,10159,27661,4207,28416,438,7545,22791,26454,8063,21487,19367,12493,10170,12654,15240,3608,26152,53886,8849,10171,20939,6363,1379,1379,14921,15494,27316,836,16612,22006,15630,16001,16001,15277,7556,8791,5042,21682,10179,28769,28579,7711,4706,6406,24084,19719,24062,26630,6482,3745,19349,19349,16924,28346,22603,22955,28891,27906,10193,26470,8284,19740,6752,15245,7247,4446,8792,28065,21607,13090,15537,25902,28926,22183,10908,18982,12339,19207,9233,12034,21558,14902,7266,26601,7787,721,6254,20245,12751,21757,1074,16565,1156,2542,29691,15352,19252,19252,2459,21880,17936,10205,5405,1194,17771,3992,20595,10206,24831,4315,16708,24746,10211,25975,17256,3073,10187,10187,15862,19961,27916,17896,9479,11439,19582,22237,27298,23039,28414,19724,12919,26333,123,14697,23598,7833,9622,6948,17741,6876,21267,22144,25390,23584,5822,23063,21244,9126,7271,10227,7917,29266,370,10583,10072,28321,17701,27028,5538,7903,3085,8769,1273,22270,7633,24344,29366,26273,24589,16613,20877,28336,14906,11355,11645,3664,14125,27630,24691,13719,15511,22960,22470,19458,7989,2929,2929,10242,22216,22020,26446,9732,29361,10246,13797,17250,4947,2222,23962,10251,23793,12490,29649,2793,19056,3258,19167,2539,16337,10779,23815,24559,1208,10144,10144,23940,27985,7208,11995,9738,5731,14791,22089,22239,14595,27788,10528,16892,752,24853,6799,28161,5619,18656,18656,21774,26875,26197,204,27315,10276,3995,18662,16657,10278,13730,11728,27153,27153,16661,10279,20724,27016,16139,19610,2730,18121,25878,19475,53966,17921,10187,23339,22672,18148,15974,15974,10291,19916,22062,9183,16674,13258,21918,2206,10295,9329,11705,27539,1283,20507,24442,8951,23329,21957,5810,19197,18175,5362,3679,16490,1000,28467,27718,17289,22150,11458,12522,8774,4111,14478,20407,2263,6238,17630,4984,15838,27212,8514,28252,23923,29258,24565,5644,2843,2843,27711,19681,8048,5228,13017,10054,3956,27955,17460,27249,3044,17467,19997,19997,9821,15649,6675,16435,17504,14229,25003,19431,23248,14052,1603,7660,1725,5424,17215,28433,7548,2000,329,24268,16341,3456,13623,1506,24019,3031,3486,12280,25540,224,18012,18012,20841,22873,29408,2472,21638,17685,15607,11482,25505,17738,18788,21622,11054,9164,15514,10343,10343,26624,12944,24547,21802,20095,18120,4281,19723,22066,22524,3713,6776,27380,16505,25558,8763,20587,13103,12246,6600,4986,17326,24467,23558,18169,10363,14016,26934,26546,28155,10365,13107,4768,16535,210,24977,10367,7428,26533,17161,19026,26398,7526,14015,21378,27326,17599,15661,2451,22180,15635,7460,3335,7561,16640,1079,16484,13790,26987,28017,4138,20170,26607,674,5587,28637,22400,15215,17192,26842,15702,10384,19966,22900,10387,17959,15115,14270,4467,1996,1418,8659,21283,19597,19971,18189,20648,10400,26981,26981,5724,13950,17201,18401,9022,17913,17419,28244,17243,17271,28210,23955,13219,2969,1033,3894,26821,23425,17863,23723,16910,20148,13232,466,8967,9620,19052,20519,4215,26051,23446,22256,15994,9673,21030,2765,9690,6901,22628,25213,20348,14791,9614,25206,7507,2480,2326,4457,7120,25900,16873,18041,23572,3228,27056,1094,6145,4945,15135,21999,29172,5515,27308,26309,9580,11597,26257,10433,53888,5945,25116,18722,19505,10438,1586,15778,3974,3632,3632,25014,8087,8087,7824,29472,12568,12568,5181,10444,22694,7947,12392,535,18358,12392,19184,26536,4828,10448,24937,10450,10450,73,25467,19084,11934,6412,10452,29472,2361,26525,2547,7592,13225,4040,22824,17454,10459,25286,3797,19068,6543,12838,6090,24733,19078,6906,10463,21916,5647,22654,4713,1047,7344,26356,20504,6617,6455,23565,18792,10467,5382,25577,10665,20378,11834,24199,13591,23961,28107,22697,28200,1670,8586,10475,10475,1968,4479,11168,15720,10477,10594,9309,14738,21265,14675,10485,5325,28267,7486,23964,22116,211,13612,27066,24001,10896,282,11190,11046,10489,1467,27456,27030,730,23890,27668,11356,10923,8142,7599,16914,7373,18640,29318,1793,16951,10114,26873,3991,20842,17066,24431,24951,5666,5332,29107,22885,10502,22201,6798,1791,27454,9340,10507,15586,21865,10565,12074,27738,11548,7593,6983,9700,127,10516,163,17841,17841,24034,4430,13235,7357,19873,4257,55,28433,7123,29161,23358,28724,10522,9168,1069,18526,26141,28807,13873,17712,13570,19401,3518,28831,18522,5715,12687,19819,15793,10533,29449,22049,23812,14282,20218,10539,28524,14853,1710,1649,24846,24846,14853,21648,12149,20703,3622,19843,10543,13326,23984,6635,22064,24049,7046,10547,14166,7653,3609,10548,17447,23851,10550,18725,18587,14060,11478,20093,17483,15450,14059,27689,12003,29498,22547,11836,20991,15211,15847,10238,9604,10558,24613,12420,7503,23735,16958,4788,3428,10567,21432,20039,8049,8049,4011,20266,4612,14768,9750,13542,10574,15370,2384,13615,22094,3371,20693,21934,17610,459,1120,19024,17757,26426,13918,5944,28826,23987,7110,11083,23583,28620,14989,4051,17189,25628,6950,17853,23806,14656,27165,27018,14545,10591,10592,14696,23971,18584,10592,21049,3786,6463,6463,6463,2458,27920,10902,21059,27901,27901,10600,27625,12431,568,1333,9159,3581,9522,18294,23223,21484,347,6260,26705,5869,26119,8416,14861,27005,29084,7409,24643,2329,2329,20002,15885,1733,6148,18015,7944,7382,28447,13124,28761,16452,6883,24309,21331,23673,27793,28379,5928,490,10614,9411,10367,18351,10619,9790,16557,23131,8377,23131,9763,14536,24802,29443,19149,4393,24094,11231,4821,3634,12505,16601,8597,12321,13726,11857,1489,1489,22683,27526,975,12760,13689,24876,24876,23040,24103,22261,19334,26266,10634,2585,13998,15796,25694,20496,21810,13640,1106,18063,3942,18127,25290,3597,26252,21129,17472,17357,28397,10637,10638,23804,6566,20078,23761,10644,14591,29477,21072,8083,7144,3800,29132,1479,3986,16866,9734,22928,1532,1145,5378,1940,17536,6255,10652,11180,6076,7465,4982,3340,8212,10656,7226,6983,5325,4844,26648,17593,27497,20810,3081,12846,16885,23934,21579,9155,19594,5990,17721,9625,13277,26753,18767,29441,1697,29145,28576,3817,28104,5478,21864,25041,10668,12282,17843,3927,17816,25304,4700,16847,25110,10917,28985,25355,19503,28265,8646,970,24892,8496,12007,20682,8836,14198,25696,18216,9080,10673,29739,4807,24748,12009,2635,3913,26474,25073,23381,24997,13337,26730,26647,15922,6158,7369,18708,13368,3784,6453,4074,19824,13083,53887,5696,23238,27450,27450,11390,858,20372,18024,28521,10688,17265,10690,9460,13688,13852,5299,12992,2480,20184,20113,11008,18634,20184,5599,25770,11563,10697,23617,5271,24891,10699,10699,17080,12475,906,8681,28768,7486,17626,6893,27311,13402,7927,21063,24770,3885,12014,21184,21184,2947,2587,19238,25794,13527,11298,25375,14832,14831,7854,21916,28477,21026,3571,23492,22953,17682,27986,12121,1849,25243,16686,13989,29185,23020,7970,4720,21583,21897,18396,18396,19139,1073,19680,16152,10915,24232,13432,10718,28832,10720,11586,16829,16829,18900,13718,4644,22667,17015,22695,6694,17790,27002,27424,1826,3672,10731,12443,10732,25225,1689,26099,18132,24625,25025,9952,197,28101,21557,23135,8640,11205,13901,7233,15173,4568,10742,8950,792,792,26407,4628,8644,17729,16148,16723,26100,18878,27944,17703,18573,1999,25224,21131,17675,23083,26843,10753,18362,1101,28801,15512,15512,15653,21547,19596,17500,17976,19570,21803,14661,7634,10761,10719,7514,1272,9938,14937,9919,12636,26717,14771,15044,3433,25661,20156,17765,27201,5386,26405,26405,12977,28415,26950,25948,26614,16363,25887,27699,21618,6630,10772,13900,28269,10775,11637,27511,21357,302,25487,8614,1392,9626,15134,17156,20752,10782,24483,25956,23678,16919,8905,19278,26456,1699,13778,18212,6481,16402,5546,1072,27138,9779,22064,19463,19207,13960,5992,21062,22266,20030,1557,4345,3606,29017,6571,5807,3435,6148,27013,20236,15420,2570,2570,2776,15518,26735,20411,8225,8183,17484,16003,18050,28249,23444,14788,22778,14523,6166,29111,9690,27579,9752,20504,335,335,19128,19128,10802,14060,25744,19244,10804,15196,11671,16660,17177,11102,17885,6491,20847,26819,3427,23311,13981,26816,25193,20005,2775,28128,2226,17637,2526,7877,28431,24343,23382,23382,28670,28891,7485,22964,1984,22879,10822,12644,18815,10812,10824,15841,10825,20558,22709,3649,3938,8078,28073,4717,29731,10830,25405,22888,10833,13802,8062,5323,2683,8530,37,10840,19506,797,15297,7214,11309,2323,2323,21779,181,22786,181,15095,2177,26634,26517,15870,53888,53888,1875,20595,107,1675,23486,25801,7527,7433,10848,10848,12516,2229,2624,21114,10851,11040,10852,18255,29310,6429,14075,21392,20339,3055,29704,10853,2371,17961,25111,10027,10027,9271,14195,15154,4623,414,14416,17587,10858,29744,24774,24628,11505,23953,25478,1921,1921,26977,8713,19295,11626,15503,12017,9405,1261,6123,6236,12764,27286,6864,22404,17691,17990,17624,26420,14377,24509,6147,7379,15110,857,21680,24682,23557,18106,4485,26663,16886,10879,3165,20889,18319,2684,25384,15598,15443,22746,6612,5462,13630,18048,23427,27209,8606,21657,18755,5338,26488,17978,23641,4208,19436,2352,9477,7872,9032,744,4516,6817,8132,12315,25567,21468,1402,7574,27831,6096,29213,3376,26005,26008,8947,13140,3764,17670,23259,28460,20022,29606,4802,10899,13217,13081,1436,10901,14714,22007,6216,23345,13057,22480,3281,20000,28186,8978,13136,10842,10914,20470,457,1089,27263,5028,11935,1989,22845,27762,5265,25945,14308,22176,15243,26684,21225,15655,20266,25568,27622,13191,27704,2921,19316,13701,10928,4161,668,11310,15002,21324,7511,326,3551,16032,19265,28064,25758,6611,15161,10045,6216,17506,5579,6511,6682,13103,8165,10358,15212,9524,245,23882,16132,2622,8380,17867,892,400,827,6961,18968,15769,3327,21658,21658,18219,11378,8735,3279,8700,22655,10941,24900,12949,10373,14389,19193,19192,11477,18159,6892,21262,19271,18597,28445,18699,686,5945,9305,24302,5576,5117,14864,14297,1925,11998,16679,3017,9661,10951,14470,948,17802,10130,7936,18600,10957,23915,12526,20768,27121,4607,11653,2718,6263,10958,10044,18004,17552,5303,18281,10960,19752,19125,20804,7501,29597,568,10962,14933,14279,22962,4765,1187,6679,20885,16320,27465,28793,26847,7957,4413,26941,12853,10337,5882,20073,8997,14161,2980,23469,4672,6558,3822,4670,28469,4537,2059,25759,24987,22440,22440,27957,1299,11680,12300,18339,17912,19711,21822,6114,20820,7297,17163,11587,12851,3983,6515,26046,16971,135,2658,25121,29320,5552,26267,28704,10955,10898,5345,4439,5020,5020,3137,22456,27237,27734,29497,6095,10276,17324,13445,8317,13226,7378,25194,6117,4700,26359,10990,22542,12480,1914,25809,12318,10993,27946,10994,5261,5261,23726,18169,18346,18346,10997,12990,26196,15665,15207,14001,8688,13775,22980,22398,2731,8898,16362,12620,19675,8412,26368,25435,3026,2406,6215,26623,609,7271,10574,27998,22261,11991,19397,4058,2408,11005,20841,1175,14884,10003,985,8189,26962,22251,11011,26706,24533,29472,10899,19419,15144,26136,3303,26120,26120,22219,9710,222,12073,9312,348,14453,22820,7913,11017,1076,16383,5892,27036,997,3443,28492,5623,20899,27727,6291,9904,25047,21971,22776,22776,20580,19827,11020,29551,18822,22580,14275,19435,28294,13685,11025,12089,15443,9049,5838,53952,3021,6082,8979,18045,17603,28631,28296,8206,11029,5088,20105,12637,10243,24600,18477,9012,21826,27684,9250,28829,8599,10265,4519,7425,16552,8469,28532,16517,16517,27389,21949,15112,3172,20166,21166,7072,10545,23769,10458,18609,3237,8770,8649,19602,8711,3482,23411,574,20305,16206,10596,2733,22230,16247,17309,11215,10093,25212,11046,20648,28185,21055,28713,2709,14297,15078,7781,21474,19347,27301,9744,21929,25577,25577,9663,22463,6208,4349,17111,27709,27160,11057,29402,25890,6278,26385,5811,10274,23305,7760,4190,15260,15260,25729,10693,4910,768,10848,1545,17207,19200,18956,15662,13807,25418,19273,7982,25382,2814,13758,21949,2587,26443,53943,20150,29044,152,11478,27560,23848,28981,22706,10408,26007,28580,6886,6886,25358,25358,15101,26693,10586,25237,22948,23276,24619,6553,2627,9752,11082,4667,11083,1374,22176,3698,22629,21677,4160,3968,25470,9811,27360,27360,18708,16044,4350,12847,27014,5260,2419,19066,9743,8554,16327,12471,16068,28841,10911,14021,296,20834,1333,5755,707,18410,18297,16639,13891,20993,20993,20007,4864,28042,15596,23957,7228,20350,8341,23313,711,24733,21643,13040,2496,17209,23187,14096,824,12327,24793,21870,14883,18395,13014,17759,9306,11105,10888,17347,29199,8246,23711,6508,19713,4488,24260,11109,26942,15963,11110,7221,28230,26936,17361,12768,12954,2983,3414,29687,11115,4036,605,11117,9131,12235,28301,11120,16695,2672,18244,9108,24568,11124,28476,7161,26746,2387,15671,21869,28122,20562,20562,22848,26423,9575,2924,22043,15996,23124,23144,24974,4667,11131,23860,23246,4731,6978,21030,5430,2823,26792,819,25115,9884,11136,15166,26133,25784,21871,26299,13739,5796,20435,16468,3966,28264,28434,28228,2314,11139,21072,24644,16542,9882,14113,26031,11142,29654,3304,5868,20726,16522,21961,16224,26352,24903,10489,19642,1810,10579,10579,22013,7315,5730,26399,16240,21940,19507,15390,5031,23129,9262,2350,24202,19812,24504,17182,2450,4668,21513,11160,18363,18906,23471,22057,18363,8950,27117,3879,8025,18790,22510,11163,3236,11162,2418,1360,16093,29082,11409,19795,11168,19464,18361,12622,11451,21811,19360,19360,20368,4351,18190,543,20795,21200,2223,27319,12426,22093,11177,15188,14672,18913,11460,11181,22752,11182,8873,21002,16764,25344,17816,22570,20764,25443,25443,23779,13276,14229,20265,20022,28959,25514,7004,3522,23396,8162,534,11193,3752,7568,11021,2400,12909,27017,11196,16263,29258,28682,4614,4282,2269,21063,11202,21292,16013,28915,5467,23488,28398,1347,15401,19545,14150,21097,11205,8827,919,11207,1461,26953,28718,11210,11211,11208,11108,166,11217,28929,29321,11011,19857,5416,22665,6936,10464,8339,19144,2791,8223,6448,2039,1000,25905,13616,20952,26862,25659,12926,3310,19231,16332,10140,12321,17225,17225,16005,15119,11232,1206,4499,15591,8542,4896,6787,26054,13275,5435,1040,6708,27011,6121,4694,24596,28080,3934,11562,19725,1098,22186,20223,19041,7495,25807,6554,29043,15646,19117,17070,19117,2726,3308,21924,773,3421,3421,25731,2253,9146,14324,11251,11255,11255,12196,5311,804,3355,13175,6176,13863,4586,7396,16392,5159,5616,9555,27284,5227,2210,20006,23701,11908,11266,16550,24222,13551,13018,10714,28522,10924,623,5416,11268,29156,4385,4945,11270,17801,6712,4916,14677,25026,23227,23227,11271,25480,17126,20939,3673,22861,2309,1673,1673,29335,17853,19644,11278,11278,6881,4775,11281,11200,20974,1487,22175,3954,9650,20725,295,25302,6245,3436,19338,13459,10990,25131,17857,13291,2633,16773,11286,53893,11288,11288,13430,28881,17909,17909,12119,11292,955,955,1268,21196,23212,13389,12586,13046,16521,11299,24071,15408,26686,11903,11300,27412,14061,14642,19882,22447,11303,7197,7196,27654,28541,11307,3416,3584,8573,13932,29064,16276,18914,6053,29370,13979,13056,13056,1135,2826,22727,17542,28774,27230,27230,3190,20667,20489,46,16537,4962,17697,17016,14221,19795,8814,28379,21551,4793,28437,5232,26704,28158,7361,7278,23004,11325,17077,21748,21541,7956,6847,29153,29153,27375,22413,16649,15599,26070,1326,11331,11331,8299,11277,926,28051,16697,17034,11333,16864,29346,20055,22029,22744,11336,21758,22073,11337,23903,29524,11340,2428,4771,27398,9956,16255,11465,17619,5955,24012,2101,1667,21468,25902,7675,23563,26061,10704,27306,15789,11346,4150,27090,16052,27264,27796,18726,21344,27098,29285,14910,26611,8778,27512,621,8541,2178,2178,2436,2436,15182,7768,24705,23399,6801,11354,655,21101,22594,7603,10282,3853,8122,20142,22404,22404,23523,5439,3397,11363,9365,452,16600,4966,14694,27539,2328,20435,2031,15774,11367,4995,16256,7956,9038,16492,1859,8342,5850,25241,11369,11371,11371,3627,7178,7150,11275,23129,11376,26777,18777,14150,18424,25482,12301,4535,9489,23207,2526,2526,5193,27955,27366,1872,9435,9435,27770,5010,13339,18282,12433,27302,27302,24236,25211,738,3299,14244,15762,28201,8735,24577,416,19099,27425,19185,18303,10520,1713,27500,27798,10680,9076,26377,13723,11978,8213,814,11693,17128,12738,6317,5746,11407,6696,6214,20546,20546,4646,12556,4337,2746,8105,5471,16494,25216,26898,10338,6649,11418,14474,53886,9647,13597,4541,19700,15132,11423,19658,4632,4632,25055,21860,9636,19536,24994,17931,223,469,25040,21565,5380,3350,21127,3891,4586,29622,4753,29246,454,11429,21705,23398,11430,3941,22748,29393,20935,23042,3685,20882,21047,8177,17806,26929,12805,21048,23668,21760,19375,21608,16144,4497,18033,11443,21510,12956,21482,6820,16857,27833,17020,25226,25226,15670,19086,26973,20502,25164,27147,18652,5210,3560,19758,7756,9174,27438,10598,10598,19189,13859,26975,12828,16824,12669,12476,9029,10797,18903,26479,7944,28032,19734,23503,10024,7187,9565,11460,27733,18289,7198,11278,26319,7596,21971,11473,23772,23772,11475,11476,3746,25330,11477,27409,11086,22351,27305,159,27687,26841,11480,6639,11481,8951,11482,23490,7425,21186,24049,14588,8875,6665,18661,4221,3824,11485,24805,28961,2188,23929,13135,18417,7596,18200,18805,1924,19625,1496,28071,21825,20646,29051,24544,22005,23530,3908,21093,6472,6472,11320,29493,11499,23387,12171,7778,1553,11500,2580,15685,7416,562,20363,23215,6116,20290,17193,2311,13826,28466,8795,27913,10676,11959,11959,2826,23401,6996,22418,15356,20102,15790,13079,10117,22657,22185,2754,23263,2670,11514,1794,11515,21275,24403,25322,26807,27533,27533,27162,8966,15256,24980,353,19676,19560,17392,11525,13236,11526,26734,11532,17054,11533,16642,17513,15378,24789,5792,11535,9472,26303,2286,26560,25709,26094,11939,11939,6016,25733,14550,18686,11546,27950,23736,8669,15975,17700,17458,15076,15076,14570,28335,3455,12049,3623,12363,8730,29611,14437,15811,19917,3387,1446,12757,29618,8261,20311,26218,1197,2275,11980,22601,6392,11564,25378,17682,23748,23736,21309,29579,7073,13644,22407,5066,6593,6593,9483,21702,15541,17870,11578,21162,18281,27577,25622,23410,27359,6605,18682,6616,11585,10421,28983,12383,19943,15440,17550,1090,9058,23481,2436,3787,29267,12035,27648,11591,14532,11594,2586,16918,18094,16494,20101,20431,20431,5017,4061,11602,18653,22246,16610,18197,885,25652,6973,13582,13161,5063,27187,20731,9964,25308,25011,5760,8084,11610,11610,11290,20368,19800,28395,3061,13564,18422,28750,16061,22439,9528,19325,11618,13638,11962,11233,28439,15089,11622,1265,14332,11623,17842,26713,4373,19477,12118,9649,20352,29095,11624,25105,6494,14372,9716,9803,2978,2681,12615,13816,23271,18825,23271,16471,16471,27443,23750,16773,5587,15673,3543,2083,75,6949,23015,27082,17983,14182,28456,29246,4933,2856,2856,4933,2015,28399,12958,12958,14394,16562,20985,11638,22966,7015,13152,13176,20983,9194,12073,17029,28226,11643,9907,23287,12770,29572,22892,4079,26592,10648,13044,26398,20126,18813,21248,3969,7253,7780,19497,25525,16186,27179,11656,11656,7143,6688,24972,5076,18365,23766,23557,3142,10302,24145,25905,12307,27493,3711,2946,22035,7614,11679,15621,11677,11680,28217,19359,27051,11683,25646,3977,17805,22509,14980,26224,4108,17376,18642,9612,9612,4293,10071,4357,18792,6840,11691,11693,20264,18907,20698,23412,20203,22179,11671,21619,534,11696,22230,26253,9254,28168,5579,18464,2390,26000,18213,21605,23235,2593,5352,7701,1993,25786,1405,21033,10194,26689,12024,20070,14582,11712,26945,19656,3967,22897,18095,19180,4483,14353,19439,24627,13816,14018,29419,26194,29061,17284,8228,29048,16590,8705,11724,6120,14855,6632,28310,12716,18099,12639,2754,3380,15227,4660,26063,14938,27133,6095,5876,17741,26989,16022,20328,11737,13264,5322,29528,8221,3903,12422,16164,19342,5432,29040,13251,28892,4004,11743,25302,28633,20717,21927,16942,25661,5655,25620,27826,18942,21350,1318,15074,21904,18954,25136,25136,13028,5886,17627,19019,9408,18575,16288,11760,11762,28384,12414,2751,25276,1341,9819,6655,8662,1257,7595,18627,14809,19123,26768,17191,28126,6962,17068,24640,27669,24577,21770,28817,28957,17414,10537,18395,8568,19252,27672,4280,2155,5912,23434,2086,2615,8137,1246,18952,15205,539,15204,21619,11784,7086,6813,11542,12737,29284,14650,12544,18554,19022,8325,28623,11791,25663,3548,12641,2631,11791,22172,29668,12232,23742,26642,26182,29077,2538,21740,15544,3924,16094,15543,9511,2618,2618,22009,7959,3759,8623,4748,20214,17032,219,22004,22317,15453,15868,19657,25266,6854,26404,9943,27977,14563,2533,28542,7887,14870,25481,27132,21486,12341,769,170,10624,27212,4898,15889,8993,18953,22631,19630,26146,25059,26723,15619,12087,16276,6031,7576,446,16895,5323,23904,11823,24721,14663,3326,26053,11828,5954,26543,11595,29199,5844,8361,7661,11111,8758,8758,17563,5542,9715,18300,13906,2882,2355,13994,8575,779,25930,2175,3679,22031,26079,20803,22638,785,19674,785,29612,54014,2986,9558,20426,18261,16551,21386,8460,16551,17162,1277,11847,10189,10052,9577,14098,18573,25604,22394,14661,20951,25112,1158,28768,9314,21954,9957,26496,11853,17545,15453,22654,23611,8718,19533,19327,19327,11856,3462,25637,8094,8094,11436,16122,24110,11858,24254,26487,358,10162,25666,3396,15940,19619,13701,4590,27131,9733,2679,15141,1441,17119,688,11862,21059,26300,15519,18186,25778,28799,7580,4453,23937,2728,26550,2254,26550,7107,7659,14188,24674,25256,14188,4197,5444,11870,23722,6653,26833,2633,11873,10634,10634,23495,27823,16874,18727,20401,27197,28834,18215,27445,12563,13320,26090,4137,4137,20454,7952,6685,1146,7484,11702,2571,25029,6144,8901,319,19278,24937,21741,19871,11235,11885,11777,29115,5836,10098,22505,20063,2959,4152,7590,11894,17824,10066,912,15480,19299,6011,11987,7755,75,8293,21574,27914,27914,25074,15261,11902,2872,7230,13526,12782,27732,20306,5596,6000,9583,4300,5359,21245,15698,18860,1786,22409,28189,7142,11819,16116,19427,17620,10382,25010,18458,12028,10368,19376,11921,4799,26121,8922,1809,14957,15620,19517,3125,20617,14890,8880,23670,11928,18446,11404,4237,15320,413,12377,17576,18959,26417,15279,26970,26970,25717,20914,20786,11932,25503,4669,25503,7054,14032,2119,1732,11913,9329,9329,23088,23088,8402,20537,25226,547,23554,23618,5075,11938,28446,1097,17073,13405,22514,11942,18547,29487,27610,21731,28646,11944,21721,26114,8583,53989,7953,11793,15864,29534,23597,14788,26558,967,1886,11950,1298,1232,4756,1841,4638,11955,406,20918,138,22310,15181,4940,15690,21508,22254,6213,15980,16539,24038,24782,6388,21480,21646,16998,3836,17994,25806,24730,6348,7069,14827,11970,27271,983,6838,10702,27874,11973,5166,2126,15323,27801,22640,14072,28168,25140,11981,19873,17137,27670,23621,5155,4846,23329,5315,2780,16193,24179,495,495,16818,3527,4937,1708,28606,26707,14395,20630,4204,14756,4537,19692,2952,4175,18061,7941,27638,28269,18102,26180,11996,17453,15011,29053,17154,12849,27585,7537,29221,1520,15180,19909,12001,6942,27021,53888,20347,24781,12005,1929,12934,9320,3967,19374,20297,22612,14208,17584,27391,27364,22079,13326,9154,24348,17819,25615,17124,3263,9402,6594,3179,19279,16023,16023,10202,5942,23134,11944,530,9614,24068,7967,19764,18783,9153,15577,9202,25736,16127,14349,10623,3895,10436,2360,16913,27288,23333,27572,23164,20305,13131,17537,16650,3466,1359,2663,26973,6994,26378,4559,19012,17857,23509,24104,3605,11666,17441,21776,7133,7414,11193,23132,889,16134,19544,5225,20749,21611,15317,12049,542,542,2547,12049,15523,10068,12755,21381,16871,15660,10868,18723,26367,14535,14959,27580,12435,14120,11843,12548,10308,20004,4169,26586,1663,3513,12053,5228,12054,13609,10853,10814,19720,6240,27212,5987,16324,15020,27357,14144,23111,12060,13214,20921,9428,9999,1439,4252,28355,23881,28072,18198,15424,19887,26884,12068,19709,19709,26850,26850,14948,18286,9319,353,18073,15136,16913,12075,4716,22925,28011,12078,27913,27134,21515,13306,12081,20885,7543,20163,3788,4556,4556,1782,25531,28111,7966,4544,14788,1178,18507,12451,5113,311,2397,25287,25150,25150,25252,19807,1754,12091,4506,27598,13321,7525,4101,16956,16956,21460,26435,24823,11686,9399,27567,5741,21471,27831,2925,29076,23811,6852,5934,19172,23035,6937,7739,27499,1691,20059,24504,21058,1817,19918,19321,28097,6310,27508,27508,27130,7330,28528,28528,24325,28035,17979,29497,4218,18439,21329,22176,17791,5233,17791,6194,18816,29111,13481,22756,14067,13751,7943,26664,27816,7880,1810,15468,12115,24332,7536,1863,19066,12123,12023,3884,15913,11423,2429,23230,10316,13449,21889,14379,26856,28500,5653,27165,8737,3887,27415,10616,13323,6968,12132,22081,21122,18663,28004,10305,14920,12138,23114,2442,22515,3261,8730,12604,7644,22841,24428,1392,11536,1586,7637,16103,9825,18921,12146,12148,26089,3781,3267,19814,4618,3994,1099,2653,28898,20980,25232,20606,11859,22027,18500,12777,5827,21913,4036,1393,12163,12163,27450,6556,6273,28715,28758,12164,26452,12978,28507,9555,17930,12168,4752,27032,22235,15724,15656,27874,9985,18545,18545,15002,24632,14280,11688,6546,20282,12174,2528,14742,9557,6204,12194,17004,3185,12178,21617,25291,26509,17885,12180,18103,15270,16358,22806,10980,24306,12183,9586,931,15216,26758,12186,24307,22482,3824,13828,18705,12189,21897,21840,12192,7056,7056,7945,19791,16384,3812,19696,23352,6511,9045,3229,12971,20116,20116,25317,27700,17327,14557,1886,16379,20189,4700,22799,10373,14660,19626,4860,456,24576,12206,27068,28923,25156,20848,26810,7940,12214,3133,7784,23631,2245,13716,12214,9969,8611,27639,16868,913,12218,14091,19694,19230,23153,17245,14461,8514,6497,14640,12224,9050,28657,22996,526,12227,7358,18856,13441,18075,25777,5571,12231,26486,23977,525,2500,21439,27079,14615,12233,11309,13474,12235,1259,16423,2198,5094,13429,29265,34,34,13942,19501,18512,8304,7462,10834,22600,18708,22078,28453,23631,25994,4736,8178,11765,28066,18916,12248,5914,25752,16413,4405,20312,13365,3713,15361,22217,21251,19821,14679,2964,23164,11451,17568,25124,3622,23931,16338,23462,19262,8771,11570,20352,22960,22325,27755,21739,3743,3743,9102,12261,17422,5034,20966,15323,16205,26184,12268,12267,29464,5951,19723,25777,12689,15055,17413,8556,29627,11442,5880,9546,12273,12372,15543,16620,24997,17978,9018,1908,3574,1737,5965,17895,18928,10713,157,634,14839,12285,1239,19316,29287,5727,28525,21112,16917,7941,12613,7315,7315,26476,23182,1823,1221,3686,12295,8560,6232,6232,23010,17492,1058,7061,15142,20431,12300,28632,26362,12302,9569,23103,1740,23188,26054,15180,11482,413,20421,2125,24992,23216,5295,15418,17409,14149,28502,18194,8685,12935,28063,5278,2358,21849,12955,4551,5800,12320,25377,5944,2720,26689,16729,7250,13094,22189,27455,29146,13174,7329,7378,3984,21364,20162,12931,27959,6919,29472,845,1690,27516,7813,7485,22619,12162,18423,17097,18614,2856,7794,13351,15075,21525,762,21900,11007,11007,12343,1882,18577,28465,28628,28628,12345,14339,13894,22808,11606,26199,26694,24994,1784,27722,6888,8151,2964,24253,14381,20352,13585,21138,26195,24267,26215,9646,22615,12357,6753,29512,29512,20548,1525,4420,15988,23596,28678,16140,12361,16637,26920,14144,13200,21644,12364,18382,29468,5544,29254,5597,12371,12375,22603,23547,6979,2718,10819,27988,27988,28307,10063,4837,12378,26470,11580,17185,13510,29225,16065,21762,19549,17914,12382,8963,22029,16143,2544,23513,12387,5997,12388,12389,28093,18690,5416,1331,24682,18019,24590,6819,27923,9500,6795,6795,470,17456,8557,21498,2616,19590,7209,12405,29294,18642,21431,22028,6458,2469,8570,24317,25364,25364,12409,1396,22611,14670,7438,9932,8358,6385,6856,6227,21268,29012,12420,22127,17356,4280,25399,20589,17729,2853,11448,13522,14763,3274,15003,22581,11434,1179,26661,12431,18805,16470,22154,12434,8294,8294,25259,25259,11508,6337,16879,20135,8197,27033,12442,22261,12443,15706,25506,24552,4060,11420,28724,22918,15052,27701,16313,26020,20667,24729,19393,12449,26773,16941,7977,22224,12138,16064,13393,24960,13516,10615,20429,19064,9473,17899,5681,20051,9490,5681,11040,20933,12456,4396,963,9680,27225,5156,27314,12461,6070,6070,610,12464,15875,21904,29477,2796,22549,22549,29540,3829,15058,3094,3489,8387,12472,1964,3546,28044,28748,14651,7823,2294,17740,29026,29026,11847,11847,12477,23148,17986,15315,22023,12479,20881,4288,22486,21386,20321,28683,21003,25913,18538,12483,17351,178,8592,29195,27575,1240,23346,12487,27299,24138,25475,12490,29244,1746,28721,15993,25344,415,3294,3294,2408,17767,23594,17734,16059,9840,20552,20763,27939,22634,21855,24637,15993,26447,5006,21521,21520,7201,863,16032,13244,23832,27010,5011,11213,22423,12504,17351,12505,96,12506,12510,12509,17031,17031,23074,11845,11676,16689,8222,10090,3344,12513,7405,7405,13451,15743,16262,17727,6933,2194,12518,15784,772,20514,23805,12576,9524,22055,28445,27447,8210,272,6454,9753,12973,16207,8042,9834,22321,10670,145,338,2474,2546,16808,11802,29518,14827,26371,22664,28602,6609,7163,15407,2255,1545,12532,3135,26812,3135,3135,17820,21630,12299,21333,3896,28296,7530,12539,23305,12540,29377,27968,25593,12899,24123,10070,26530,23995,17274,3602,1333,12545,12545,6299,7414,21621,2070,14144,4484,27704,3484,22025,4748,16754,7170,12554,29445,13453,20188,22931,23721,16631,10891,2797,3954,16140,16140,1965,15879,8886,529,12358,28029,28029,26402,23114,17209,23068,14816,9828,4239,19817,7580,13556,9046,11490,8127,5540,5885,53911,16524,10982,26184,25887,12851,9272,25478,28430,19296,13557,1160,22910,10950,12034,3912,1608,4251,8001,15940,26529,15889,23799,7028,7501,12779,11028,4952,320,12586,26651,24739,24739,20066,16021,5514,1946,4026,7355,16475,18204,23684,12594,12594,14208,29700,21242,13402,25828,17924,18454,26841,13921,13375,27617,20692,17478,688,27203,25999,3206,4452,8136,23948,7339,21757,7298,12603,3302,17714,3160,14076,5857,12604,18022,14009,9217,12605,15970,17625,26861,28757,9655,19533,10907,25081,20760,26525,29123,15809,28243,12609,12609,18579,25846,22196,13744,3053,12871,10126,8131,19170,12952,28920,635,20051,20835,20835,28994,16431,5294,17096,4135,454,24173,17350,25598,25467,17177,22707,20816,28099,3780,2165,701,22010,7575,14122,12623,12147,16224,26286,26286,24314,5962,6653,7957,2256,3928,2181,28704,2730,15532,28477,8563,1179,22930,8919,2175,25549,15168,15168,20286,151,25959,24661,28213,28855,28450,21445,4323,19188,23348,6630,22673,15130,27013,17515,20246,7079,12180,20416,5783,7511,25506,28728,12647,4564,21358,13832,23857,18425,17274,17241,1934,25224,12651,15948,27345,5932,26291,16680,20440,28330,1997,23706,9769,23414,14880,24120,12655,25494,2441,24642,23123,29456,29605,3884,14709,5286,14709,4615,7005,28141,3810,715,16136,28763,3161,8814,18018,25655,25655,23350,12670,8333,12671,10152,13234,2566,18069,5794,19592,11138,18914,13183,2896,3508,12677,28803,699,6689,26752,19658,8487,6199,23184,3898,19217,7026,18090,13320,22655,9285,7441,23662,6335,22061,22061,110,2953,12694,12694,3996,3996,26031,21181,2730,18332,18738,24756,22670,28374,703,13837,18797,26705,15254,9775,15019,12703,12703,12040,21399,6655,22878,28225,5561,5561,22187,10034,14566,12714,1554,17897,9012,7360,4894,28045,28642,59,1300,9170,14095,20331,25065,18698,12723,22136,1405,3974,14282,9028,8507,744,7689,25980,10926,19398,9273,19304,6972,5129,24679,23447,19118,7679,9664,10974,10586,26258,26684,18903,2328,18535,21096,13587,3541,3961,1733,16658,4548,6125,23034,18865,21266,23463,12742,28681,72,5100,3092,13981,19251,26906,16312,13928,11418,20585,18512,9216,19980,29693,12747,22420,12748,21124,25499,8831,8831,19688,17217,2575,17386,21278,2563,23936,2796,26568,6377,17427,17102,771,4924,771,23490,14806,3738,9293,27965,12165,25571,7722,10118,206,1296,14401,2842,2294,15664,15664,7461,1814,6258,26896,29701,20982,27592,11673,8483,22338,5080,24628,28052,18618,3257,5652,13366,16523,24201,18151,17351,745,26832,1412,1412,4723,24985,12782,20266,3973,7715,26854,21573,11403,29409,3207,15192,436,22078,25859,5671,29264,20271,21406,12786,1233,12789,12581,1801,20878,2209,19898,10405,23690,16626,9591,20171,14380,11214,9080,29660,11224,17658,5591,23322,10123,25555,8690,790,10176,4418,2560,8548,18171,28183,28183,1411,12798,14934,2303,19909,12729,13611,26088,7857,3720,27615,24397,17072,3409,23252,28375,25942,23296,12804,11946,4709,3224,6549,14983,6142,29018,11893,29458,8689,3116,21894,11334,3483,1120,7802,26993,25673,26075,28466,7392,20071,2133,6208,27893,734,12823,24281,5761,6667,7402,4456,2785,16279,22292,24296,23873,6246,9911,8071,8071,57,22763,22485,944,20287,1253,25662,22908,12833,16026,26026,15798,20299,29208,1511,14240,27065,12843,13366,1104,1341,1300,8667,28163,3459,2081,3263,10354,15436,21968,679,18502,6032,5013,13346,10630,29040,1003,17043,23546,3349,29442,6962,11596,24884,26763,5007,26526,26526,28626,25043,29204,1016,6259,14596,1349,14865,1016,14314,29179,10428,7884,6413,2518,596,11215,18730,7039,7697,12865,5744,22518,3855,6406,2899,18306,374,5659,7995,5364,13191,3034,25320,1025,22021,27148,20530,5456,17507,12874,10031,14578,12073,11244,20599,10035,25271,24846,5562,1609,12881,1297,14794,17303,13425,13457,26601,4182,18291,16309,22869,4734,18339,18372,16938,4248,4367,16992,27972,16132,12889,15187,3861,10564,8793,16664,14862,19206,19566,27949,10661,6241,24063,9066,16521,11893,24322,538,21941,20375,5059,24647,16849,18621,28879,12064,7023,21329,20169,15438,8681,22734,22734,29109,12902,24240,24240,28404,4683,15440,23237,28836,3082,2400,18290,13815,19721,28773,6190,12908,12909,12909,11004,11004,7064,21208,5581,12912,16250,5581,16643,10903,27144,22313,20022,27120,2101,12917,12918,11559,21948,26459,5983,7543,17355,19373,16604,12921,21057,22762,12922,6959,17698,9360,2620,6981,731,18359,657,19758,6366,11170,28169,16836,10909,4198,12798,26805,12925,8528,14809,21412,6486,12928,12928,28000,12928,28182,1729,29057,24294,13411,5889,5889,8393,24526,11104,29382,212,21530,27981,15906,26225,13586,8066,15933,29205,2682,23088,27307,6151,24756,6986,12944,12945,6202,11683,15614,6554,25984,12949,25984,17221,12228,2375,587,4146,26605,12954,5150,20978,14958,11490,9285,2532,10067,26756,26284,21467,18946,10605,3284,3708,5683,12861,10901,12967,2495,17595,17595,19488,7477,14265,514,18334,11966,28787,12504,26911,12982,26995,20882,13620,12984,12088,2973,14264,11877,22294,20614,25844,398,18294,27574,1490,11690,1132,29369,1478,11607,28466,2744,19958,18096,26148,19626,12278,12465,22635,24677,28097,9294,11568,22951,29487,10932,25411,4047,7508,29660,10267,29373,13001,22588,12875,3985,16577,27615,681,15887,26824,17623,175,27714,21310,23752,4571,22540,29448,13274,20463,22298,10249,10249,16927,1915,13008,19208,19607,8033,19668,4405,18948,21675,16865,28180,20958,13015,8296,16617,28728,15823,7647,9892,19568,13359,29590,12508,12089,14639,29285,23753,7748,5332,15968,16114,17000,21148,13025,22216,3848,5837,582,4314,14351,13030,27638,27022,6853,3267,5064,3267,11494,24419,2877,2624,20308,836,6990,19902,28103,1955,19515,13039,18777,198,24143,17739,2795,17349,19162,9821,14980,19531,14274,13043,13045,53894,23811,13984,29194,27174,22662,22148,7739,11866,13054,6063,112,10625,19685,20902,14142,7166,8932,6084,17510,9253,9088,2122,13067,15304,17931,8229,12735,20743,18083,14363,18209,21808,27103,15308,17761,18856,21352,15163,13049,15419,25402,8532,10265,6324,28027,7803,4815,19543,16577,925,14315,19507,1907,1054,1943,12044,13624,15551,5635,21091,1291,4886,28864,13093,4887,4622,12685,27591,11620,11620,18497,11073,11073,12637,2190,29466,23335,10217,15994,6884,19569,12442,16665,23006,4577,3726,2821,1137,25952,18807,15106,3312,3563,3553,4961,29377,2231,5092,25732,29257,10667,11499,16658,14687,26229,26616,25813,26514,3329,357,357,254,13113,21404,23097,21531,17145,17144,1013,2582,20714,23702,13119,28110,18781,13123,18267,669,8418,28290,25135,3152,27153,11019,4494,25193,8967,5750,2192,21323,20135,25461,16838,7026,19292,15023,26522,1489,3316,2582,8138,22412,13141,4496,29300,13145,8150,16183,4785,8880,24459,29480,7181,11738,7329,21384,26712,13153,27958,13156,21204,11032,9482,25542,13158,26671,24996,20823,1582,667,13906,15479,7144,13161,14418,3343,1053,26955,3573,18750,2512,4028,22483,18542,13168,1035,28150,16502,28215,13170,7125,28490,4380,14282,13174,1800,22332,17351,4760,22834,21377,7555,27262,16602,25580,25580,13206,7535,19801,18895,25570,15158,28550,7333,13187,14364,19589,10519,27266,13191,855,8026,26462,8195,29094,4563,16804,9183,13197,21334,18129,8385,2567,26478,13865,13206,16013,7754,13721,3252,13213,13603,8499,12506,18389,9347,19649,21229,21229,19010,28655,16732,2577,19965,7856,14522,28927,27685,17381,25431,17630,22203,29518,3978,27061,21316,4615,20594,23619,22844,24666,21161,8566,7012,2104,4267,13233,13234,16428,4663,29570,23584,4962,22922,7613,27301,13834,1281,2208,24378,2321,19426,23209,17919,27345,24444,16900,28260,29287,26329,23830,731,20955,7065,25619,15446,3634,5882,1918,3057,12847,21686,16746,2373,11396,18495,23050,13250,4000,29186,12260,22277,5894,10547,20803,27983,11313,21136,6389,22969,7893,9153,25040,18281,1231,8679,13258,22025,17058,15815,29031,16055,13264,13266,21789,16515,3081,21852,15511,13271,18767,18953,27931,1167,1167,15311,13274,18367,14603,16646,9485,13275,11920,4681,17710,17710,11924,21657,19789,8646,24693,3811,507,13083,704,8962,29536,15777,839,488,22768,1649,11343,23107,25673,8609,16572,570,1461,24508,388,24091,9791,25494,19394,1902,13611,13292,16771,20487,12207,27022,26301,25452,17066,27902,27902,5725,13297,29171,1107,16514,27458,11783,16944,25384,10308,7584,5282,17013,18360,7845,13528,10950,22295,13312,4902,16839,18943,12140,1755,4200,4522,28775,29092,9424,4522,28866,8658,8658,13316,14173,27910,6363,4524,27015,13318,26956,26956,24453,14869,7956,13939,22477,24025,6852,5247,4736,3310,4106,2275,5945,16290,20309,10651,26752,17154,6226,10254,5220,7654,27206,13334,13335,21841,24095,13897,27293,26153,25637,28468,18831,19042,18718,13342,2726,14215,13343,4430,2402,6455,21911,25796,17791,13347,13347,25512,6790,15070,29648,22993,1618,2512,25260,28444,1106,8845,24825,26909,16340,456,8984,26477,15884,29041,4613,4613,26093,25057,16453,9692,25262,1051,1607,6378,25143,2570,15583,15797,20286,9865,20319,24793,13363,13934,337,2985,9299,11420,12939,8092,26426,13365,24311,10921,23796,23895,5024,29226,9070,5847,1821,21013,16834,13373,372,28782,29028,18251,13379,2957,25412,8151,994,13380,11728,19556,25708,26960,21198,15280,26480,10014,8468,28546,13385,1545,27913,28436,27242,1963,17676,566,23570,25913,2810,9424,13815,17539,2774,20037,15531,13393,23092,22649,2986,19849,16725,10711,6909,8434,25371,7968,16254,22539,1387,14658,25910,8743,8086,23413,15073,7842,2743,11937,7637,217,23337,9603,23308,26703,23195,19959,19122,27622,25189,9422,3624,11330,22150,15232,8115,13413,26794,14852,3902,28049,26207,4496,26237,6002,13416,13419,8059,13421,3636,7049,13421,13422,26370,14840,8401,2380,22671,19048,21708,24689,1604,6991,3699,21533,16013,27065,10269,20800,10451,10421,3705,20006,1179,11314,9219,19330,4051,17507,9631,26752,13438,18046,7018,27327,7661,19174,25203,22457,18947,12904,20984,12771,20252,18888,29675,9850,24595,9895,26965,12233,18051,14445,17541,9920,12508,8121,20890,20158,13455,3152,21179,3789,4688,4019,14343,21079,7304,22185,15131,28425,16342,16342,16951,21936,28532,5486,18491,18489,13469,15943,10312,7895,13375,1763,23273,9579,25390,25390,6420,9288,11644,13477,6378,22562,4491,4177,8200,3141,21585,25854,25664,19944,26646,17415,12211,5230,18561,272,13484,22122,13485,13486,29536,4706,13492,767,13033,10730,28443,2111,13495,18653,12824,4607,978,7562,15905,16712,16712,21014,28154,28896,17177,25359,1316,10290,113,1933,1933,13505,858,726,4643,22376,24379,13614,27207,20071,1040,17074,6717,16136,28079,2642,14952,23848,3240,8045,13453,625,8905,3548,20758,26676,27209,3360,24196,12406,3534,3794,18849,3512,19475,4421,13524,28292,4142,19667,22489,8264,16073,4644,5468,19110,19110,6503,4796,11646,13531,26425,8390,5691,18182,21099,28087,21043,14254,23955,13900,27445,22059,17370,13536,24950,232,1115,2426,4233,24778,15587,12587,20403,4394,11526,5548,3850,579,22357,20534,23341,23647,20929,20929,1279,4904,6516,6516,18205,5021,13962,2771,28030,2946,29001,6022,9653,10572,11855,6764,19670,29071,7513,2493,5999,25589,8324,12172,26045,2708,12831,29469,23409,15377,24152,13557,20163,27934,6941,16238,20644,13560,6543,28969,26459,28988,3159,6167,6167,13566,19128,27247,29020,10574,18846,4783,15225,21687,3542,5824,26530,1590,10787,8957,78,5945,24771,4434,25449,4087,12161,757,13297,5522,28846,16294,19122,29226,38,20729,29437,15018,6183,14167,8379,7085,1066,7850,4804,13591,17600,28556,13547,6431,16915,7065,27794,4080,20396,21096,3700,6995,29656,916,13724,13724,26013,25343,13599,6816,3013,4137,25458,24798,19957,6793,25012,5201,13606,23202,26958,10572,13613,13612,15483,4692,13219,25045,25714,19142,28692,4615,13526,4397,8405,29276,16513,8764,16404,26424,1037,571,16031,13623,5146,1022,28221,18062,9081,24041,7908,24966,13631,26001,7571,14754,17778,14590,1916,19979,15208,18677,9401,3364,11037,3238,19332,23044,13638,25383,1027,15772,9061,25322,24531,28840,4509,26615,7028,533,13648,20437,13650,23499,6966,6966,29525,19080,17111,21719,13325,14141,9383,24279,1170,24010,535,9730,15635,21953,13976,19335,27989,9859,20228,11467,6799,4288,8136,8135,15655,53856,53990,6315,2020,25531,25531,20179,10628,14753,17167,3768,12634,9180,2425,3426,24919,6250,27622,2807,20732,14900,20575,13087,8315,3537,19804,23490,13672,20158,3959,5957,15309,12408,9024,25875,13676,9444,13679,3295,21979,20237,3543,2049,19819,16749,5879,10950,28126,2870,23051,7737,4717,7115,13075,21732,23634,27550,18114,6252,6252,5235,24749,21888,8323,15696,24890,26883,8587,18722,278,29114,13699,13619,14724,12500,26716,26716,28046,20642,20642,27049,26659,14178,18257,13619,15826,23662,21250,10264,21053,1346,17394,15705,28968,29411,6223,18787,29445,2446,13717,3308,14613,28171,2207,2207,28277,23711,13211,19211,25106,29674,5754,26552,16964,20419,5832,27162,24769,10744,10513,23062,19901,1788,13740,16260,23743,6564,6564,2930,26450,845,12746,18633,21806,3674,13150,28977,13747,17513,3817,24900,18028,8075,24633,20179,563,27749,13755,21201,21201,29177,13224,27780,20742,15892,29062,4560,24956,21929,28767,28767,8213,5371,16228,3614,3326,16402,4850,16759,13731,29516,27659,11456,284,3406,22481,4443,23496,8985,17243,3837,13116,783,8179,18296,18021,26302,7180,14821,9616,7423,28368,24604,215,16293,21552,22413,8910,29350,3473,14411,26877,12522,27287,17650,17650,16452,3237,18867,13784,6930,25346,23765,760,13788,17483,17881,7975,13689,18528,13767,11900,15080,24086,7946,28554,21157,23847,13938,1471,1176,10973,5227,2868,1652,3889,23865,18570,21772,4517,15671,7037,12465,27402,29253,21360,9083,27031,7670,4979,18199,4085,8107,25527,13552,28054,28007,26942,28658,16371,2865,28024,29588,28721,26653,659,13895,27638,17313,25293,15320,26233,8965,18810,25569,27841,22876,13823,19296,16144,6797,14068,366,22784,11101,2369,13826,13826,23414,28188,13827,4903,23047,10881,9814,9205,1626,24300,8074,7800,28218,13832,7601,17148,4143,2195,21507,6181,3990,24235,28019,26503,12985,5698,2801,3093,14470,13170,13844,22119,12492,13845,8347,5819,17297,24673,18641,5136,24627,13848,3749,19949,8488,13851,12671,1862,7791,53974,13854,28721,4863,24487,5739,5529,24895,6228,28085,5216,3066,6718,25631,2983,27167,27632,13865,12054,29203,27466,3370,7458,28604,8444,10440,3094,2756,13867,19453,13572,28468,26008,17187,16452,7866,6802,24436,7688,8673,26248,5361,18244,21910,23458,14304,11243,2744,20953,23838,16850,18826,5226,3859,27423,13875,25625,3374,13578,53849,53849,22852,8355,26538,28734,27253,25385,5896,18862,13886,13885,1622,15762,27848,8028,25970,13887,5436,27852,13890,11792,13890,7419,2959,3372,11150,29235,13825,9501,4418,3896,13895,13896,26230,3967,10351,17141,8528,4625,25516,22543,8274,12484,10469,15515,26064,5449,10428,11839,28677,26907,25091,555,16460,9978,13296,13910,13911,25435,25436,8806,26263,13912,5095,28640,13913,29019,17430,2598,16065,212,13917,16285,26335,5017,23816,1028,13922,5747,29695,14951,3384,8348,2064,3607,1400,6951,8822,5336,24285,23064,6947,3426,12534,2709,4649,29204,4695,13902,1130,7389,4360,24841,13938,29543,23480,6547,21259,9469,1635,29120,29332,612,22204,2173,8258,27906,21287,28860,13952,7418,17022,18511,24269,12402,15112,21952,21952,8670,24611,21314,19148,19148,1256,22886,22683,5708,5708,3924,10960,17729,5757,28359,13967,6711,7873,19324,20517,4004,6985,12415,828,9082,9082,1267,16726,26426,53900,8822,11225,22974,15842,17580,11798,13976,20752,18307,29398,27665,1299,24523,27945,4905,21245,13980,12265,19651,9362,3091,23324,13210,2465,1686,1686,2265,2159,2159,13168,6767,273,13222,16186,13996,13996,24595,13760,18253,2057,25664,16088,14001,6422,23588,15289,8737,26554,22705,5343,27707,6422,18034,17140,24527,24217,23269,17923,14083,17923,11648,1740,26355,8310,14905,6426,16606,16292,25660,6634,25049,28921,9651,21537,8270,19631,27381,18719,1640,14013,22737,23778,26707,23876,24007,24007,14016,23936,23243,19011,23116,7006,19680,19133,23782,16169,26723,24531,26881,27132,12094,27859,14025,23488,11920,11785,25430,29716,15900,14033,14033,18847,11091,14034,8428,20448,10860,10860,20035,21272,15817,14035,20448,16542,23081,6695,27802,10897,17112,12622,13303,7855,26378,11756,2254,26933,14423,8145,10934,4724,14925,22791,6039,14048,25119,12500,19881,13532,24845,10753,21776,2834,21694,21694,14053,17727,14054,11717,18818,14056,7675,2013,6444,19619,2173,2173,9508,14060,5527,11028,10032,3531,19312,14402,23430,16285,911,18183,10509,4441,14331,8911,21028,25235,13695,26963,26964,1668,10642,14241,6208,2921,22805,18817,21205,6427,14081,17311,16766,11833,26364,11967,280,16480,7544,239,6784,14086,11729,11729,14091,14090,8049,8049,6714,15337,25500,14098,1276,16140,20655,27589,17439,14106,29263,8678,14110,25247,4711,14112,2687,17668,22771,22771,445,1878,5448,4133,8401,29000,14118,14118,25190,25486,4227,13891,5109,5109,17229,25058,11711,28574,28577,7232,3115,6945,2700,18481,21714,7893,18700,77,11502,18057,11469,11469,23941,2848,14130,2572,8375,23484,28495,5535,14132,2290,6427,2212,18095,24443,24979,433,14691,5185,4497,149,7449,14145,22129,14146,16347,14147,6981,4838,13799,25653,8036,4667,808,20286,12092,14152,14153,21948,22012,14157,14157,8569,12128,18094,8091,4564,2276,18034,5706,7685,28400,785,14162,20046,8830,26227,3832,25308,29173,19519,4472,19884,18598,20180,20255,27223,23246,5060,10387,27551,22454,11206,10437,15287,23450,26290,25744,8711,5944,14179,2033,3916,15847,28639,28391,23621,11837,14181,4881,24416,15740,14185,18969,28758,27997,18961,13134,5547,5547,14196,620,14197,14197,1785,14200,17040,3897,25976,19969,6126,14204,29039,29073,14209,14536,1601,4539,28543,8635,27381,14516,9567,3842,9596,14218,14340,1161,1018,11061,39,4827,19435,21237,22038,2707,11378,26504,4937,21228,16750,9424,28342,586,7401,17616,14277,28153,1844,2302,3966,10996,27546,16988,8089,26210,19815,28072,19600,2243,19571,14229,24598,18118,14230,29597,10756,25391,6655,26159,25267,25134,5237,16645,4300,14234,27592,5378,14794,7943,13555,23609,6990,10090,24468,18556,29300,16905,22452,16283,20317,14250,12354,11260,6648,25363,14348,5118,8562,5619,20775,29457,29457,22852,1346,28506,29597,14991,20582,9366,14477,24009,18313,2767,53964,13264,12662,13256,28856,21921,14262,2509,20166,21769,20756,9860,6333,2355,8896,5279,14269,22898,18830,16310,9970,17519,28365,14272,27512,6118,17473,12528,10983,20114,26968,26865,15813,20336,23082,14281,14526,14526,14284,13724,27037,6151,5353,2471,11912,10098,7038,17052,14059,13363,16626,10317,5307,5293,20626,21509,3884,4493,12518,9377,14298,24738,22929,8673,14301,9375,22026,10384,407,26963,21122,23746,3924,27442,27442,18315,21846,14311,23657,11447,9123,15893,338,11967,25973,14317,9614,19554,4759,14320,24108,1037,5145,22773,29491,21977,21918,28578,4447,14328,25670,12292,10578,10660,16534,22674,7701,6096,22994,11223,7218,14962,27435,13048,13248,25603,9051,22372,1262,21820,23283,24083,3553,19055,21075,716,27706,12710,26832,12916,3459,24125,3906,3906,15507,8075,2004,14354,23127,8661,16160,17040,17643,25948,14360,28943,2364,29464,18746,10106,6093,14362,29141,1915,23342,10254,14367,18916,27139,291,14059,11997,24558,15234,5196,12612,28460,29609,22625,14376,9887,27273,4341,27522,19768,12611,29486,12833,27221,3960,20822,23489,904,10234,4570,179,26866,5281,4246,423,19490,21303,4167,14387,12140,14394,14391,24836,24836,17887,6291,12191,9589,2198,20187,9807,10233,9165,5713,22018,7844,14399,11184,15946,16634,14402,11335,4637,22333,28228,16934,6088,27452,14078,1124,5414,10674,27560,9549,24135,25294,22152,2132,25078,959,19671,2426,5170,16546,25007,14472,25057,7997,23844,13337,1002,5178,10785,29196,26246,1244,28295,22839,28295,19842,14492,3766,26648,21543,11579,18312,891,27601,29069,7476,251,23145,1552,14425,2345,9762,10777,4867,18288,20337,10476,10476,21480,14426,24370,3735,6889,15888,25729,5392,28846,7339,17960,11005,2490,27307,14434,14435,14313,6219,17567,336,29250,14440,21152,28368,2755,23054,16845,14444,22240,4611,9118,7086,8741,2479,16780,14452,695,21639,23972,27515,14456,20904,9093,8354,20979,20979,25954,3296,11233,782,782,7717,782,5738,9681,3754,24692,3831,18829,28289,16410,1368,5547,10096,4251,14468,23453,2487,6811,8155,19119,8350,22406,10857,21744,24965,21744,6332,28108,15845,795,5922,6937,4826,13618,4664,21121,20445,9302,7671,21328,22100,29603,27203,26991,24774,13361,21520,4093,4093,14481,18530,15137,29085,20922,11876,14485,11812,20881,21005,18597,20489,17753,17065,16143,26450,16939,27560,9629,28942,27938,12525,19642,10209,23149,24801,19362,5019,22343,451,10818,4583,14495,14493,14496,25752,10218,14498,18142,3451,28280,6324,14502,16535,7976,14503,2507,8579,9912,25360,23885,11416,10491,1929,22596,28332,23707,29023,27690,15394,5494,4394,333,1302,9960,333,29057,29057,192,25034,14512,7141,3227,1099,897,19905,21176,10774,20791,19147,53892,13538,29460,1147,6872,14517,24461,14518,28845,18255,19646,29641,18882,8012,9164,21696,17063,15244,27728,9226,20692,9620,9010,14525,9043,14526,16955,28543,10784,26819,23140,24596,19808,5140,28157,20910,17164,12921,12921,16490,9352,24786,12506,6682,20933,13576,27057,17957,12673,20336,7695,7997,882,14541,2179,12759,14547,10440,3127,28471,24882,26767,2144,2144,22473,9073,24258,706,16090,21708,16343,29576,3073,23760,28805,3578,525,14564,14247,29284,20246,24062,18044,11412,22353,18864,28162,16163,8745,3072,3072,16884,17403,23383,23364,7382,8889,3503,19358,25598,28747,28746,1808,12099,7604,17109,12436,6286,27418,12775,9319,4852,18865,9580,28727,6035,5697,11247,11522,1615,3294,9117,25070,6440,14588,25870,9521,678,20647,23392,5067,4643,14576,3103,22204,22204,13936,21475,28937,7788,7788,14599,11126,21473,15152,11253,21317,18577,11303,21518,14606,7092,24058,14843,2284,6569,13178,6249,16586,1930,14608,16108,2860,26697,16402,5676,12808,16159,10746,7944,26952,25330,2733,7092,4789,28680,21323,13457,28535,14618,16174,4514,7497,10904,26682,8257,5439,26381,25018,23984,18942,19377,29669,28596,2363,328,1098,19474,16362,15526,21986,7009,5458,17690,21491,24692,9986,8021,25113,5346,1672,25685,8501,13077,14632,13014,16085,17888,2139,2139,26780,26928,10967,4812,3441,18809,27872,13242,15014,26942,29022,420,10929,26024,26175,14645,9838,15727,11778,8424,5657,23518,9989,8847,27436,10446,14651,10846,8853,9035,25473,12689,7139,18441,4403,18438,14062,26414,9493,5180,21470,10767,4723,24112,29550,28260,14670,14310,7367,20035,24738,24242,20546,20546,6878,14679,1781,15196,22349,660,9283,4448,6857,8536,12200,16942,25201,22019,14713,1536,22335,24928,5138,7029,18579,14691,14691,13489,19991,19293,20945,11355,7352,7352,7476,14695,1524,14700,25896,2385,5690,15914,28158,22609,3687,14708,10954,11820,17969,4360,14711,6321,7012,3994,14713,7783,29629,53909,9127,8813,21348,26551,7356,2654,2654,950,2556,26540,28262,3044,6296,27586,23452,19895,17426,22886,8706,9937,7999,21615,20020,23181,25376,11031,7668,20800,11397,21783,14726,7664,17017,24636,18116,27371,24904,23841,23841,9679,654,24207,23369,10360,16218,25274,16655,21124,22562,25270,19237,14740,2748,14629,14742,22320,19480,28108,1950,14172,1058,4602,3990,25782,3318,29322,53910,10635,5650,15203,22251,22730,3215,27554,11957,1975,6074,3910,19268,20177,19763,5243,1633,3561,14753,14553,7279,14758,11515,10869,5461,17499,12752,4331,4222,25153,4733,15249,23607,9252,10210,1376,4210,7995,4133,5998,27092,8251,28875,20565,27603,18228,3034,1381,14770,7901,17854,22397,27534,21027,11787,11787,16987,23606,28768,9998,24118,16247,24527,20312,11911,15559,25616,2591,16947,6004,2795,22321,28760,29139,11224,4476,4913,22305,17712,24006,14797,21256,18555,14934,601,13363,3194,27683,16970,27683,14802,15910,23969,20151,27188,2425,25132,9577,19088,57,9189,4914,6251,27654,26104,4517,29453,27191,23653,5713,9098,11874,3635,1728,1728,14965,15859,2037,1956,24514,15651,26219,11010,5677,3341,4902,14830,8183,14833,14833,7968,5735,681,17813,6916,11453,17544,18217,14840,23586,14842,15633,6113,12581,19375,11006,19302,1705,6553,6543,26762,12137,20395,1751,24995,9075,1939,29136,27460,9146,13435,8608,23990,7263,14859,23787,22703,28636,28605,17687,1523,14863,3265,1070,14865,27291,17231,18262,5976,12914,11642,6134,7644,14872,14873,6415,5027,8734,15221,21790,14877,6964,16715,18819,22415,14882,26779,8337,17819,5096,11697,13011,27792,16350,21811,4538,24607,14890,27368,8246,27297,27297,13206,8004,11327,23107,18131,19977,22568,13080,5901,28167,10208,7236,16658,21156,26422,6000,3219,25490,25490,22821,17787,7433,22449,16664,12330,2179,19557,24818,13705,23582,24422,21412,53888,2610,14446,3683,2605,23022,20861,21192,16475,5787,10361,21716,11744,10882,9869,1879,9881,9880,25136,26730,19554,19911,5673,20613,21595,27882,26006,7656,7656,6985,3279,20508,25631,9965,16091,20482,6400,26493,16041,20609,22541,26611,2030,24644,16938,25836,27686,13086,23296,9572,15661,14941,14941,1585,14939,17293,26484,11023,13392,16395,20555,16133,23266,3307,3175,29087,19934,14947,24129,24537,23975,3446,29161,8289,135,14954,1094,8435,23876,18862,18862,8700,17490,22198,5236,20769,11440,22295,7320,23773,15416,2610,7754,22615,25099,29392,25923,21255,7302,10447,28544,16430,1526,8900,8900,27616,14184,11898,26936,6001,10537,26498,2932,7503,25069,1165,11851,28546,11851,14976,22665,2385,14978,12129,14979,5217,5217,14980,13289,24937,14073,5640,9808,17014,27165,8364,7432,14984,14985,14986,8079,23200,25378,24237,28838,27223,25650,9075,8334,21251,14993,612,14994,17485,29367,11196,29472,10223,16811,16811,8133,9426,10122,15380,28327,1597,26894,20693,8931,2962,24219,26298,9980,22677,20597,12410,19497,6875,12331,26716,15006,14309,21369,15936,15937,18773,10658,11197,28193,18216,1768,26280,19239,15014,4696,23330,28082,10065,24956,24956,17637,28060,4065,27374,27374,11977,20567,8367,8462,18105,12708,27795,28842,29698,2808,2000,11948,29286,15557,13585,15484,15484,9074,12794,1506,17893,2358,11727,17071,15721,22684,9343,12520,7994,14010,1204,28796,15035,15035,27982,9988,25977,4075,6074,7905,22633,23425,17954,20873,8052,7186,6942,29244,23321,8207,17399,15044,23133,22423,28694,7436,27873,18653,15046,17380,2735,16871,354,27398,1048,18712,15048,13998,25442,9752,15752,12725,23111,21720,25311,2164,441,21193,2158,13597,28358,28436,6976,26356,6790,17735,28438,26235,20874,9481,22293,23634,15411,29636,16811,12828,9985,8431,17347,8892,12601,11606,2307,29484,18702,20303,20303,26411,9412,19273,15068,13915,2908,17716,1928,8621,4642,6514,2944,28249,18794,2761,4080,28620,28621,452,11401,25866,1436,28067,6292,19318,19318,24833,18360,18736,16370,21958,20316,1515,3971,20581,16916,20191,21518,27892,10451,26707,14432,16183,14432,15090,23805,15459,20439,27592,27117,4914,27848,28414,15609,15609,883,15756,126,28414,5898,27842,10084,3824,4709,15205,16607,7963,18331,7418,11540,14543,18944,22290,2711,16078,24871,15094,20441,24706,25985,4536,24805,24630,10927,14765,25765,3803,26859,2261,23621,27067,23912,14027,28289,17689,7475,28052,7206,27622,6739,26507,11893,106,14976,29703,3589,8171,16537,11074,17396,22006,27773,26325,6038,29027,18716,17953,20080,16758,2710,15476,827,3894,25244,27262,9244,22260,21211,12182,15129,146,22464,1364,26577,15132,26204,1809,26508,10624,19548,8918,23277,24301,2821,7914,25407,5971,14091,4316,14822,29622,9024,24155,25810,879,28094,7373,15286,12431,17673,29530,28501,21686,5465,19977,7298,7298,3963,22948,6665,26846,7675,11788,12279,28561,485,27113,17561,1614,1614,7660,4697,18055,20442,3720,28902,26135,28570,24780,28657,16037,4370,13458,23827,26703,22188,19641,24926,15163,27363,15456,23864,5690,26629,6109,24211,4159,16719,8508,17216,27478,2632,11508,7868,18374,26885,11756,22388,15178,9209,12663,14122,19831,19566,25589,20843,4475,28852,3759,21041,27264,6438,6486,26492,19310,25350,19742,23871,24372,640,5578,29534,2243,29362,8288,5900,14200,9290,6438,21148,15199,13621,27550,15203,26055,6469,612,17611,25098,18259,21674,16124,17371,21715,21806,6390,6129,12269,15218,24249,18576,2858,10501,3107,15221,17738,23138,27756,18941,17441,22427,18728,13246,16003,5670,4503,16608,24983,14763,15236,8655,15130,959,7864,7864,21818,12814,15244,3568,19675,28692,28692,14791,25132,22983,8274,9553,19331,22563,19504,4266,14484,13806,4488,4526,23066,26936,1499,2235,14768,11409,3855,8912,3482,22193,13334,21237,17824,20323,1299,27607,7156,25968,12643,3981,19454,2390,28185,28267,6936,20797,9751,25326,26770,4509,21069,21512,3158,1511,6560,28362,26980,24835,25285,1618,4007,4659,29629,26157,26449,18393,23066,1823,26470,15267,28961,7624,3852,26983,24671,24671,23269,15271,27085,3497,26686,18826,18826,22984,25766,7980,3589,17616,22489,4829,13776,7232,27765,971,6545,18980,960,861,19416,28344,647,12863,20085,10231,15284,18070,26825,3281,15286,24121,28399,4989,27348,17526,8442,18270,7402,15292,2162,25739,3967,4328,23819,27997,1993,29672,19301,19301,5583,13332,21417,9447,547,5112,15297,29397,2117,25537,11316,9200,13593,16372,17851,15077,6241,27343,6444,3287,8099,27106,20142,23764,20460,9529,22099,6707,20718,1340,18461,20379,4809,27088,17300,9434,10559,17512,27166,15311,1783,11243,1163,25492,15313,24511,29357,5061,5061,23121,18096,15319,15319,15320,5439,29170,17862,21857,21549,1464,21959,5858,22088,8811,9492,1682,1682,25928,26719,16838,7475,24064,13637,7858,13826,18001,16704,4703,15330,15330,15331,5052,6050,16378,9677,2210,25087,27994,28358,20215,24411,7041,3149,15561,25371,20070,24209,15341,15342,3003,15640,4771,15344,24571,24533,18124,29233,560,560,9308,24226,17903,8642,18153,513,24859,1391,6789,28166,11347,15358,710,22921,23350,5230,22768,18112,3802,21549,7153,7338,28997,17214,28997,15130,28210,15367,15368,25988,27361,28424,15618,18594,3948,17462,5916,15377,15668,20044,20205,4687,23877,25709,446,446,27462,20677,23641,23641,3775,21382,13814,25973,22286,17034,1920,8226,9265,707,1412,15383,29422,7493,16432,24856,15725,28975,8083,15741,18536,3397,6775,14115,12416,10077,5207,309,13010,15648,8733,24090,24822,23715,25346,28757,28757,19105,13114,13734,12599,20310,28766,16036,23339,16780,24557,15391,6304,23362,20860,15259,27312,6642,16401,20405,16668,3761,22202,19608,25655,16543,15406,570,7829,15409,5695,28946,22690,17204,16816,25838,2866,7765,16830,2363,19018,13487,26828,8032,2145,3719,15413,21385,26599,25696,16724,21378,1795,22453,22453,26063,18413,7262,2058,15421,27260,4359,20089,19826,10610,16843,9231,6627,3611,6627,2804,22445,1846,13640,21205,29483,15434,7787,20097,13722,78,15436,15093,12903,17819,29326,8050,15442,13075,2651,28770,7785,10259,22641,6720,27960,28447,18991,23202,14575,2235,20341,9230,1590,17081,7142,3449,23347,11946,25081,10693,25299,25361,15457,8002,19811,25217,29236,29236,20620,15363,6290,15463,1462,7631,6877,21767,15466,10344,22879,8715,4226,956,8391,83,7324,21415,21562,26486,651,500,27460,27780,19443,2281,2281,15477,8615,4919,8391,15482,25277,25277,16355,5947,23600,15202,1200,16512,14308,28166,4266,16407,29164,15497,5683,20534,12848,29422,27113,19378,23139,12790,6635,15502,15503,16197,10868,9395,20270,15510,12915,13379,19729,1150,7292,25104,25104,28747,2914,77,9168,6048,21629,5173,21803,1178,28986,1493,15529,21121,3213,4560,6675,15531,13912,13447,15532,24233,5310,20667,15534,22729,15535,15536,4556,24391,9270,6006,15861,13675,24409,18115,18578,26831,24242,6924,21470,6668,21103,18186,12028,5355,17112,23010,1109,10116,3391,19418,23420,10692,10410,20436,9333,25585,17437,17436,29567,29567,6586,6015,28251,16948,15557,19841,18502,18094,26251,15560,25935,25935,15561,17767,28602,16176,16977,15568,9954,15570,10488,2343,28165,1715,15573,15576,21041,5809,4326,5502,13645,16973,21065,25951,10701,18071,4204,7591,15582,12743,8856,18149,29188,21070,6060,4671,23778,4121,7645,23787,23420,15590,27446,21547,1440,17638,12173,26568,24778,12679,13221,8801,25918,20092,19499,3273,20451,5820,16774,6360,5866,20039,53928,3092,18549,4242,21699,11677,2361,22337,13285,27347,5075,26427,22498,22819,2272,24886,6928,12817,12277,15626,11267,27590,21812,21651,17360,3434,5588,22894,10894,12981,14284,22186,1333,5812,9537,15637,3434,21241,16931,17900,22322,15640,26742,28518,25596,5456,3356,15646,3975,11941,2880,6909,1970,1088,9407,15652,26030,10389,9142,20019,19535,7702,2682,29466,6826,9052,4241,21848,17799,8452,626,21860,2446,25272,5389,26360,22157,12309,7841,12570,14847,9984,20334,28159,11317,10615,21061,28153,27911,17456,27988,3432,10349,7290,11009,29407,21606,9067,15678,27628,20297,20775,27752,20819,21546,7119,15687,29721,28116,14587,24869,15692,15212,18570,2042,19075,3041,17559,11335,3998,7924,29547,8943,8006,7569,16428,11042,5404,3851,18524,3812,14392,10999,24263,8475,960,8882,20344,27958,24170,27992,29332,25440,5812,21348,4331,6819,21867,14424,8522,18977,26158,10114,6725,14385,6133,28721,14271,15727,14823,15729,28758,4496,26979,13489,15731,13003,24986,8854,27897,14594,10825,21252,27778,24379,15738,17492,5146,10428,29142,18577,5352,12343,23270,3918,11469,8347,9387,15751,28005,5883,15752,7861,23667,14015,23053,25669,9459,13933,16904,21043,20540,15312,15760,15760,3316,1084,21344,9140,16304,15762,12243,29078,231,6125,6125,386,386,10972,10379,24760,11206,4472,8115,15863,7758,15769,15769,27764,3203,16635,9901,20045,8080,7166,4562,7986,20676,5562,28209,7021,16289,7102,2575,27428,2638,16220,11204,15780,1718,20183,351,15783,11132,2061,29733,27299,9631,17954,26509,26509,2874,5262,28447,18471,22219,15793,17115,26737,11002,16472,7865,22097,15647,21980,15017,26422,9095,23097,10340,15800,8009,6928,11552,19181,13917,961,5821,2169,27431,16256,20720,13317,28616,15675,24167,6229,28104,20804,15814,15780,18990,2811,9740,28721,7215,15295,23952,11176,12871,23422,10802,21275,15820,24625,20885,9345,5676,21238,8627,27064,12501,4621,15824,13440,8527,1581,15826,10670,2245,17686,19342,11230,25853,11451,24360,16366,15831,4671,19509,17603,11092,25862,17463,7525,12028,18325,4836,1871,6971,12251,26835,10288,10141,28776,25855,18308,28958,23057,938,14781,10754,26115,6912,27928,14341,5748,16522,16601,24506,15849,6148,12535,22254,12511,11349,6213,24751,23872,16394,22617,29655,12259,29280,19951,6012,9618,15845,29267,27684,3367,19228,5756,1835,6135,21055,19947,19947,27955,27955,23171,19460,23170,22599,27508,25537,21590,14809,25537,15881,15882,15883,11128,7164,15812,25799,15886,8678,9124,20669,4255,9919,13776,11490,15260,23916,26761,3125,6923,28449,7371,5556,10924,1352,5509,307,15903,1613,24586,22143,15908,4011,28454,3500,7335,13628,23159,3426,25857,921,23963,15667,9984,5770,29464,19498,12472,13741,15919,12495,26165,1323,16353,15920,3337,13873,4858,22779,14226,20283,18521,26522,15927,27935,16671,6888,19514,3459,11247,15037,18615,9164,15514,15932,15933,2953,4549,25800,19033,7866,4268,9226,20478,14433,4485,3989,20904,21242,7443,15944,13691,15945,27908,17514,8818,28684,15949,22802,13858,29138,21830,26441,15258,4801,5423,5423,11795,16554,12352,3987,22952,12119,19920,16620,25713,14204,17914,9950,19910,20906,16286,20909,23419,28274,22560,22560,250,22178,11270,15965,15965,18214,6570,355,2084,6977,21226,11128,11128,15975,15923,4780,11948,7951,1822,24642,21276,15980,7008,9465,7318,10400,18981,53916,5054,12622,10360,6570,9701,17509,15389,13097,13097,25241,13274,15993,3448,24154,7919,2253,12509,15996,15997,15998,29029,16002,27874,4044,8262,134,16002,11261,9844,24652,8747,27600,14248,22269,19913,27366,15720,16006,6649,14913,16010,18838,19879,25222,7879,22079,7951,7070,16014,20897,18093,8128,3944,29606,1696,18986,18768,16016,13702,19197,23578,22383,17201,16018,18695,24704,11642,25796,28056,26263,21704,16021,7307,16549,19255,3465,18276,29098,5336,13498,4106,4138,18786,16882,25191,25014,13218,13949,6234,9108,23205,5080,29321,13884,29663,17440,19303,11965,16037,16038,16039,29326,8109,25126,17535,5749,7390,4103,10882,271,7326,27538,20557,18303,25463,17585,16858,1070,5249,15098,19525,27140,17549,16048,20389,24459,28050,6955,12944,13525,5388,13488,12232,22973,19354,24821,5203,15196,16599,7948,8609,29242,24346,18864,21268,21021,4475,16063,4783,29223,4579,15448,15785,26910,8107,13036,25856,538,9011,25219,3840,13537,16743,27493,13269,5410,22308,9840,27729,16073,5593,2523,29152,22642,4359,12332,23658,25741,18806,16075,11395,16153,26743,13733,8239,16960,18480,21078,21594,13310,21119,7293,26342,6740,24575,7810,1694,3725,24247,16080,13141,16948,17785,25638,16083,471,471,17239,1609,7964,18656,28053,25539,8731,2206,26666,21901,27182,16086,7088,23928,29119,25534,4750,11764,14004,10153,1379,1379,16100,6180,1930,28351,22753,17962,7987,7987,2750,5188,24096,28054,10380,17457,6059,28170,5309,5310,178,16112,1863,2622,7808,3423,10311,19416,27946,27871,17809,6161,18331,10768,15471,16967,772,15978,16117,26837,20452,14519,8443,53956,666,21295,9374,16128,24174,5767,18972,5918,4912,21081,6258,1843,22323,7167,16136,17062,16135,19644,25405,11949,28237,25762,23881,23881,9836,16145,27414,28461,16146,9518,12657,5758,17795,2026,1654,10448,25799,237,14965,29352,9907,11361,29548,29659,3746,22160,16150,7529,15166,1988,16155,16155,5864,19502,1798,17711,14585,8169,11875,14808,26672,14206,26154,23220,462,17450,20017,13787,1358,29422,29286,16167,22455,4525,20512,29451,13981,26193,12720,16170,12467,9458,8448,24115,24384,28230,10855,13345,13396,20820,24359,24036,11061,8588,7793,27441,26176,1723,16187,18450,21023,29428,9412,5823,18448,5902,23923,9136,2252,2252,28845,3500,16952,6225,19705,13688,11169,13173,16191,6572,8643,21692,16196,13811,27180,8619,24380,10019,10595,6215,19195,20227,11979,16200,23406,16202,15395,26538,22902,589,10389,15573,15094,27802,147,27137,9832,12370,12129,20561,20875,19417,21946,13099,5359,2708,1456,16215,7974,2708,5781,27120,21293,6505,28973,1211,26529,16222,28973,27461,27461,29695,2340,11095,4132,14725,25187,12959,24177,23295,13625,27166,7765,14395,12296,12485,23163,16784,23035,3234,2426,18529,2452,14755,9291,4371,3668,16572,22102,11757,2128,26984,16244,8220,1944,6012,19730,8024,28282,13840,15920,11420,16251,17250,11304,15987,28157,21981,17559,2614,14276,25924,9186,28571,6074,2265,12407,12282,16264,17715,7712,10945,10565,6170,25791,17059,16268,16269,23356,20729,13590,13590,763,24100,4102,11017,27590,2336,13768,23068,2362,23492,27989,4644,14412,25077,12088,9487,16198,19725,15051,2020,47,25182,28841,16283,17974,27755,25736,15495,7381,16229,20543,1002,13119,15395,20795,26864,2165,23270,3854,3854,989,21817,11177,26238,1047,3188,3188,5846,27874,18212,16299,17285,16298,16299,13206,12237,73,16301,22428,14623,27547,11891,17072,11955,3411,22015,16307,17093,16310,15429,26145,1982,26145,6816,26791,10788,16314,26685,28852,28074,5025,16318,16318,17683,18382,871,19734,26415,26415,7839,20693,25789,26207,4614,23351,14580,1482,25214,21747,12200,10483,15426,15426,53925,24346,793,22409,6823,3965,5149,11991,3196,29362,16334,8222,19949,14171,20701,19129,29308,2792,16607,19724,7885,26765,26765,19888,6869,11817,1800,23886,9551,8791,14147,20388,23224,4557,10121,21834,18587,11753,3928,16351,10684,22053,22151,11860,16353,16354,1431,7092,16359,25708,9951,22140,22396,8774,19311,6794,3892,27671,23179,13451,16364,13819,29640,4496,12714,986,1299,13832,29554,14887,18781,5500,4126,82,7053,26400,1182,22888,14082,15454,12457,8859,4424,855,13860,7875,3702,28989,28988,3054,3109,11659,5666,4968,20701,7396,23325,27617,4383,3340,27450,16383,22291,10730,24646,19051,27600,27600,7782,27817,28224,1752,20448,10153,24894,27028,21156,23761,25009,26500,23109,8615,24213,6673,21467,12468,15678,15352,10192,15102,27743,11608,29019,23084,21123,26988,8840,16398,14718,23878,4446,5964,6123,23125,26733,24244,1547,24509,11383,13341,26822,2671,66,7984,10332,6127,29356,29410,106,24928,1751,3322,4526,15864,13696,20696,29346,28399,22847,13636,19383,6345,23850,1494,20140,15304,26015,24549,7628,8721,6084,13063,15201,16425,15292,22333,3948,18269,11429,16430,905,22311,22390,4419,16433,12854,12700,22326,11106,18195,5722,26179,20446,670,26409,9706,11933,10449,1688,6341,8915,18236,4657,22384,1512,28921,21836,13883,24695,765,23127,23730,17199,12238,11285,11700,8533,17138,1152,6809,18981,4347,25554,9840,28085,16462,11990,28529,5120,1877,12124,17823,25410,8832,24516,7646,24488,18052,22687,1460,13761,11179,3647,6139,55,16479,4245,11835,6955,709,8128,3035,27521,27521,8306,25263,8711,28814,5225,15959,22858,25261,16489,6554,16492,7650,18153,26466,17851,11600,23708,10309,14996,20396,7461,16497,21006,23540,16944,10279,27635,6931,16501,16500,29449,252,20906,22211,23395,23045,9144,27475,19351,21338,8912,23750,1188,26775,14343,11253,9645,3739,16513,24791,24791,19704,16214,2487,27353,16015,29374,16522,4944,14912,25095,27509,180,27315,8314,8314,5936,12523,9049,22872,4067,29140,25354,17571,27055,17980,3976,7522,16532,22134,15647,29161,23821,23925,24743,2734,10072,16541,11980,22716,12041,16271,6710,6710,5032,5623,1607,5564,21185,20590,4109,24844,813,7767,24088,27159,8239,16560,16560,7787,27849,24392,15642,16561,16562,12185,24417,3005,3005,7155,16566,14005,18299,18299,21681,11432,7027,560,12365,26069,25649,15522,6477,9512,8728,4056,4007,24078,12866,4869,9619,28333,3973,15232,25735,28612,22140,7444,13421,13426,27677,8294,276,3643,6969,440,15913,18766,9877,26283,14174,14898,14898,7694,23423,1249,28800,18724,6105,23523,15046,18406,26876,27639,23712,23865,13496,26392,3239,27475,10339,9390,21493,27432,10707,3421,2697,11203,4115,4115,28980,28613,27464,28736,10455,8301,22623,23921,11758,26743,20842,19828,26461,16625,2647,24457,29743,16884,24937,4231,16630,21983,20695,14011,1129,28843,16635,14730,16637,8894,68,18611,13229,2909,20938,26581,26541,6323,27739,26481,13914,20964,9216,13981,2849,26883,26583,26583,27281,23977,9552,15566,17586,5104,28948,16655,16655,18754,9582,16657,16657,1384,28984,16661,5123,1626,20387,20753,26726,29635,27260,26652,27759,3187,28072,2888,19187,6539,10252,23907,11927,10248,27847,16675,8587,16791,3887,29119,23407,16680,26744,14349,3083,9316,16684,18339,27764,4436,27764,16685,3674,22362,6300,27136,890,16689,15232,22083,17099,12111,26231,829,20246,23947,20738,5885,23888,12684,16694,19313,9360,11764,4596,27574,6754,27999,17948,8230,7733,22774,6009,639,16707,16707,3130,13922,17820,4767,8534,15874,1309,21955,15888,6588,5320,5427,11756,19796,19796,14043,25094,20190,20190,29174,22168,6279,736,25962,4136,21345,21751,23402,6200,27369,6357,25746,17425,5008,12301,12301,18829,28764,10401,17511,9422,15054,27164,6495,1424,4935,14431,8591,9812,2164,11015,8799,7783,8134,2953,3255,10077,16736,20198,8952,28752,13146,21827,28156,19169,26030,28026,10363,18338,12351,24711,24327,12109,16744,17406,26897,14638,9651,18686,26532,1531,23822,20758,25753,20763,6541,24025,2301,21313,21106,24283,23959,2791,3431,23993,11084,19310,7462,27544,25096,13480,16763,17028,17214,3776,8493,11886,19753,1055,14712,16772,13191,17201,537,9028,7530,8184,5323,12136,3653,20509,24035,6953,11569,22491,16780,16783,21859,23811,9444,21520,27675,25760,1638,1367,2994,27909,22604,18494,8004,23738,20828,11210,17521,13364,11211,28228,7676,23557,28781,28781,16801,6332,6332,7725,17297,12660,723,5936,7696,2988,4784,890,13963,11040,26221,5221,22179,1409,23622,27747,11004,13974,21222,28142,23854,16922,24285,16822,10015,27038,16825,2167,690,16236,20621,28104,9398,17001,28604,16831,16831,9051,2735,24294,10837,1755,1755,22337,24716,28101,10626,29450,16835,14000,13666,2945,20444,21261,25881,17452,1058,16840,18599,18195,15215,27189,3306,16845,21065,16848,14593,7245,29588,13868,13868,17991,26253,26253,27487,25908,14472,10626,16859,12538,11153,16860,2597,13568,13759,9436,895,9708,29430,13567,27536,5240,21766,4014,16865,6855,10554,15467,2905,15255,27507,27507,10714,24138,15976,15976,13199,28075,21189,20418,20418,15358,24308,1913,10171,8577,12127,19428,14501,27541,11827,10691,5860,18223,16883,7422,19811,6889,21134,5787,27595,27595,16886,23728,17499,28853,6596,22385,2872,2669,19764,7913,2079,20363,6152,19023,17100,9047,18694,20618,6319,10971,19562,17240,27529,5978,5978,10312,16899,15146,8424,24554,4436,16905,6265,879,20813,16169,16910,16911,5351,18041,1360,29724,13364,843,7353,22976,2457,18838,4451,10668,13368,6386,25821,1562,29409,29409,8312,5737,828,16926,22312,19922,16166,23948,5466,24996,24996,16931,5608,23839,188,7525,14956,16666,19740,9101,14725,21152,5934,5783,8686,16937,14977,24390,4236,16941,16942,10878,22984,10043,27903,53920,4964,18364,16008,17502,21336,1688,22972,12864,25073,13255,24597,20768,16958,20954,13843,12104,22174,4178,22277,9497,16961,21071,17774,18460,3355,4216,21360,22451,1133,25521,13581,19506,23200,4070,14698,17452,2506,2146,9405,16969,22365,23216,4046,3591,29602,2846,16973,27806,5413,16978,27150,15723,22294,16982,18620,16986,7880,16987,3816,3816,1274,3062,5842,27172,16686,28618,14493,14024,14023,22149,21284,12503,949,13765,27816,27287,28469,20794,5937,27152,27152,20395,13294,3838,25172,15585,26472,10845,13598,7488,7341,28004,6430,10226,28008,26298,26346,19870,25951,3558,16887,12860,19492,5807,16031,6702,7669,20301,2237,8274,12626,9227,17025,6496,7225,12657,12657,5867,14680,29489,3748,18324,22159,23975,17035,8413,17236,11084,24992,26540,13124,27405,12303,26870,20882,20183,17047,25372,21182,12723,26864,28327,9106,18064,22033,10856,19630,28077,21068,14628,14628,18573,29210,19117,19679,29526,11688,15997,14892,26859,2081,28374,17058,21467,21586,19003,17059,10018,29088,10207,5126,13593,17060,3507,10036,17063,17063,16109,8428,8427,8546,9865,17069,21338,4397,245,20636,22212,2767,2017,9836,141,1916,1916,27561,3565,11219,11219,5729,6348,999,999,779,7358,24325,14215,3328,24749,10704,14117,17083,8954,22261,18789,4086,10420,4174,29488,27807,27807,6338,28911,1516,25878,21090,29190,4153,6686,19732,988,8090,27300,24751,13265,17922,193,4282,7253,6179,21506,408,408,4801,14521,14521,17305,3682,18554,10799,15789,29127,20093,25094,20106,18910,27819,5738,9342,23449,6855,26492,9638,23769,271,25404,19157,19660,2416,21190,27655,19021,6625,24718,28626,24480,8024,17853,16054,23140,27014,10590,23685,11088,18140,4427,26603,27322,18693,2283,26920,22298,5675,22860,16123,8811,29321,28081,21251,11050,6841,26463,14129,4116,13701,19361,29186,4210,2713,15614,17883,28928,28928,24448,27305,17144,518,3220,4735,25231,4517,10049,16804,21112,17152,18903,26502,3879,12702,22721,12826,12826,15839,19601,23105,3052,27565,20154,17157,11928,19288,24904,21957,15776,28233,3876,20557,28233,4526,7937,1271,18226,8073,29086,17869,2308,961,961,22736,16120,13226,25463,26619,6816,13371,17173,7628,17176,9630,7062,1237,4295,27495,22357,18354,147,7613,21280,3425,15823,6803,15334,13058,4721,17186,6760,5958,9878,22073,12683,26665,13193,2336,19959,18072,25341,20782,17198,28222,15607,20517,3141,16155,3316,8947,2501,24023,5577,20147,26386,27282,27282,23635,3132,14277,20439,18433,27616,4364,17205,11755,14581,7054,21451,1348,25455,579,637,1736,17207,4048,13466,17213,22151,12278,29512,27909,20048,10195,17218,23159,18811,28440,21743,17285,20044,6908,377,17401,5653,15838,716,28299,16119,23292,7924,4430,6176,28973,7709,2897,28191,18500,17232,2044,14607,4000,4301,18298,21004,14805,16746,16398,19940,5318,17238,6134,4213,27337,8928,18606,12470,13683,2175,17241,13461,1320,2853,27636,10979,12245,5501,17247,1064,12152,22804,24723,12636,28907,28907,28725,108,17251,19912,19912,11530,4609,17257,28426,5802,6947,9474,17262,22394,17262,17261,22963,11426,17263,14882,15976,10350,28503,22539,26979,943,8286,24459,9757,9401,21642,2297,17838,15355,14636,22088,4652,3088,17271,2811,26894,12013,5433,27291,22245,4058,13243,10194,23506,16072,21666,21666,12911,3458,25448,505,20389,24519,10444,13288,15237,7028,22875,27186,23049,12663,12760,20075,11189,10007,28426,8174,17300,10242,22962,2806,20188,22472,1470,6975,25471,17308,5364,17307,23515,2879,4568,9784,5107,370,11851,27036,12412,21779,27084,21804,2461,14174,10023,3162,28493,4149,7080,22928,22567,1000,1611,15359,26707,2979,9437,14476,20469,13539,26523,354,354,26352,15784,17334,5317,29132,17337,23996,18917,7930,5593,4906,1044,17342,8628,14095,14942,20442,3085,15799,6721,10293,5553,19427,19427,21376,16170,2603,22240,3359,17353,3109,1170,11331,8859,27788,27392,8861,14185,10675,4087,16468,4993,6211,12634,6185,21113,17356,26178,4808,9347,18873,3145,17175,18037,4894,27663,2968,17365,9413,17367,4031,82,22400,22400,24933,1727,3970,6682,6691,2117,22700,2254,14919,5476,8867,7560,16038,1393,19578,22673,21012,14454,27687,4459,18975,3810,17373,16811,20139,15573,24514,12800,10386,27328,25975,22092,22093,24002,22924,526,12339,23593,15001,12629,24638,691,10474,17640,26056,1232,6581,22686,12757,16213,20609,2355,7478,18523,10960,28271,53941,5098,5098,9204,11576,10717,10060,26992,21660,6699,24316,21657,16980,28099,22078,23236,1426,2220,2822,28854,4539,28992,15279,25810,3046,27283,3518,19103,19872,27627,23768,9438,24953,638,17407,2087,487,21187,8253,13806,14619,15556,17411,655,22796,14196,10994,15685,24126,27955,9185,5847,22102,28895,14946,3479,72,1222,4858,15922,1541,27885,9121,22164,10104,76,17426,29090,26340,5271,15669,29219,10685,26452,27247,17431,5085,7528,19540,6715,13910,7106,1519,27488,9569,25979,17439,5554,25041,6752,19318,14384,6039,18624,13398,12717,10842,2811,8869,3314,7526,18986,21215,1147,28284,9050,23757,24435,8825,20852,16331,11165,19127,23128,698,4165,7311,17461,18756,8638,7327,9166,26029,20295,20295,6270,17469,24699,13245,13265,14551,14551,27981,11768,17471,3248,3248,13618,27004,9834,15357,12066,6772,3520,6772,22484,6934,10849,8508,2724,17477,17479,12464,18849,23664,6898,3352,5435,17482,24009,15597,7829,24542,24125,17487,15002,8042,24346,5837,11076,18839,165,4928,17400,4477,17835,291,21766,21767,20117,9533,17494,22281,13361,15093,598,5004,12123,18744,2977,887,6383,1908,4267,26178,9200,5915,915,12529,9991,28881,3256,17503,17504,25822,24651,144,10963,1780,3258,18760,9985,10156,8215,13374,13374,29538,25770,2784,6273,15186,2238,12450,28868,12450,29653,9000,17512,29226,20745,20834,3620,27265,24885,2060,3383,25379,23258,19081,26380,17517,14149,6250,17518,24551,243,28769,26588,20046,6775,6775,18472,17530,2483,16875,25896,20186,14055,15095,27769,2864,15548,20655,17823,14894,18756,5127,23306,16611,18317,5845,16944,2440,9170,5033,21755,17025,17544,26039,20849,28610,780,20698,9161,17546,11031,16159,18513,23079,13647,1313,9520,5564,17555,7076,17556,8337,12729,1824,7835,9022,20615,15363,2222,15193,13713,8955,9946,3933,3933,2316,7989,8618,14525,2257,26408,4124,28703,24414,17569,21769,16199,16199,10888,2352,3857,11664,17572,8154,17574,5676,23752,15783,10139,17578,17578,19085,11850,17582,5050,10329,2242,13096,2835,9094,9683,1338,4470,5297,10892,6758,13970,1730,17594,20734,22786,27335,17598,14069,27776,13371,7975,21045,28923,10988,27813,25761,9397,301,28963,6699,2579,21125,21921,17951,17615,14547,13805,401,24243,11814,25288,3316,5893,23204,175,18279,15156,11048,27889,24674,6255,25565,7224,26238,10474,5954,1042,22153,12519,26699,23579,19428,24807,20771,25580,1392,5606,356,16807,5520,17639,18621,10314,17639,5565,9516,15594,29075,25457,21740,17643,13267,25549,396,15526,20514,25725,27285,10368,11523,13271,3528,1816,14120,2064,10776,19486,6367,13971,5313,7537,2544,27369,2167,807,17657,17079,22842,25711,17151,17660,15515,11384,5034,3565,22524,8235,4792,15162,22223,8558,29458,7850,10070,5159,8999,18618,21817,19036,163,12815,5733,24274,8948,8944,2453,18782,2790,11049,5038,27552,16279,5297,3612,15236,17681,3651,25650,27368,21784,25615,9701,17688,7122,7122,9067,7193,26934,11097,24849,3770,21091,19486,11057,7013,920,15578,23350,9414,11846,25843,22926,11129,24123,2745,2745,17702,27776,14353,11844,2849,27546,11649,22754,17708,25932,23348,27444,3148,19890,19350,22774,9153,13034,22654,17710,4538,7966,620,28129,7323,20242,21945,6962,16298,22844,7516,21322,15671,11575,7751,15031,10722,440,7184,7184,15689,27965,5507,26341,24911,2394,11611,13125,17124,17725,17725,16967,6030,10747,13412,24431,8303,7649,14588,25395,9785,4440,17046,7455,25905,12718,19845,17742,23122,21507,11363,11363,17745,17747,17745,6366,23741,5700,20617,6996,29227,11921,15182,19921,26395,16884,6748,29137,5322,17879,25415,10614,15901,28339,29216,12298,18488,2498,7065,15513,246,11898,10807,1309,18649,14208,10627,24478,9370,6363,4803,4287,17917,5463,17775,680,28327,29058,12151,28490,7649,21028,1428,12678,23198,13877,28878,12156,22795,4233,20567,22275,219,26386,7375,26871,14684,3970,6238,2148,12539,23463,3246,12148,14581,1906,17795,22038,12729,15132,7546,2264,17799,5163,24672,25955,13718,19511,1588,1588,5361,1168,3150,23230,8581,22690,9622,28730,2106,12746,10859,100,22417,18094,337,17826,27421,12996,28513,20880,4630,7146,19431,20509,4998,15434,15434,26847,9315,13087,5907,17841,14168,9600,25723,29105,313,28732,19862,29615,23990,9688,17395,11454,27747,22887,23192,24554,10415,20922,24554,6288,11725,7039,24922,22648,3570,22947,8465,14128,8853,15481,12816,1288,25885,6796,29394,2677,21086,15753,825,825,23783,17864,22846,22846,16659,2882,16289,17867,17868,6689,17681,14575,24347,13971,18987,17872,11089,6795,2734,3033,1328,8425,24567,26422,664,4859,13708,7335,14885,28445,15524,27717,24495,23304,26836,11193,11162,18357,166,16479,21381,15506,10393,4317,19233,21157,7941,12175,17889,25678,1716,1716,1900,6248,2306,17901,6042,8079,9005,9005,13585,2515,6040,14552,2484,23900,6014,6026,22930,11543,24084,27666,25228,11362,4030,25914,25228,17260,19549,5854,9746,15543,21249,13240,26282,16209,8976,9281,478,19376,19975,9576,17825,15540,17004,17817,23234,10439,9289,9289,21104,388,18961,6902,12349,12349,25766,24520,21199,17679,17932,16447,16447,27498,4145,4145,24201,17935,5929,9914,4295,2324,19105,17940,2665,15801,29163,28146,13769,28570,6337,26346,19407,1714,16329,5337,10053,10053,8757,2494,17950,15615,2280,24884,17951,8337,13043,9298,24111,19373,20591,24767,1504,16520,18414,26025,10835,28774,25689,5356,28035,6984,3785,23078,13243,14749,4683,8012,4228,14661,1558,25762,10486,25109,25109,29161,17972,4798,26453,13567,22939,6098,28627,17978,18938,13514,18343,27794,10338,3605,9712,24228,12826,5379,2582,16537,18062,22683,18234,23774,11436,17449,11282,15771,20263,27796,14260,29592,16614,4940,17998,19592,8671,18348,23340,25238,20833,29170,4247,27458,8356,18716,4247,16769,25693,28875,12323,10029,19563,4466,19975,9607,7201,18929,18909,8712,142,14751,6274,16371,24718,22331,22331,10821,19482,3785,10502,24415,4372,18020,18020,23742,11651,53944,27046,15122,26649,12836,12127,11139,21209,29288,27647,4409,10852,25566,1569,1569,15133,4511,16370,27028,18038,7201,26089,18115,3009,6858,14314,2198,2220,11901,13276,28025,18049,1278,7307,12676,14920,17967,1087,3514,23967,24918,12195,18050,25173,27801,27091,17875,18057,22327,23094,1086,18691,14047,14047,28865,13075,4702,28171,14812,7621,3494,5243,22102,28459,17590,17627,3132,27802,16136,12633,18076,26733,5212,3490,9101,13899,2997,29104,20826,14006,14006,5565,4803,4708,28329,24292,15649,18090,18091,24094,23630,27674,11472,25811,463,24716,7671,14372,8627,19611,6629,24955,26085,18103,14495,21986,18107,9729,13906,11588,4777,19759,18113,4179,25156,27911,18119,23567,544,9681,20545,14880,20407,13001,26173,6070,11463,28789,924,924,26879,13181,28047,26561,21101,2360,729,8430,3783,5300,25072,23693,28948,18137,28389,24297,16010,16928,20999,18139,16142,11893,16299,25797,9670,18142,22484,18143,1560,18145,14397,5068,18147,19368,158,23760,14974,5110,2526,3598,27532,6315,18152,4912,21209,22133,28635,22228,2306,11468,18553,15896,12180,29497,226,8686,5870,14671,29377,19513,28386,2656,4639,21129,18245,15099,20189,3845,16472,605,8723,9850,27404,2118,26899,18172,5524,4472,18174,16873,25742,4309,457,1201,502,7014,20663,3892,4785,4785,23248,17524,28822,15770,27888,27888,17354,4758,18187,25713,20709,27437,18194,9469,25796,18195,18197,8752,6434,6434,20402,3932,5596,9828,19359,18200,24635,24998,8001,3257,18204,5045,7043,2300,890,18206,10144,12621,16750,4541,7666,21363,4432,260,17784,18211,11781,4211,11781,4857,16455,4857,19135,2778,18215,409,15387,29365,26287,18218,8195,15081,16647,7243,10359,20672,10139,18902,28604,18225,7695,12935,25321,7075,20799,23397,2946,20763,24352,2775,14489,11680,2639,26893,18233,4679,8389,6522,25805,4608,13824,18240,3075,26355,18241,18241,8441,13231,8315,13060,21826,13171,19094,6429,21027,14569,5886,846,2266,9351,6359,12657,18334,26319,21562,24023,18252,24458,23107,27294,3779,1231,7566,16181,5093,20852,18261,29144,23705,18264,9975,25010,24171,8155,18265,24807,26440,11441,24560,23973,556,13794,24828,6113,14890,10234,10234,7643,6759,2825,7014,14552,1701,13102,1901,18276,23954,16444,24568,2440,13110,12560,3903,29072,21460,12945,27938,18279,15754,27086,6116,4269,8783,21227,28722,22442,26025,18285,11635,18286,5458,1397,24180,29731,26447,11994,17966,24207,18292,10761,18296,13460,11401,11401,6820,16344,23880,18302,18306,15997,2985,12867,27657,23314,12161,17043,28617,19473,7972,14046,14046,10320,8550,17324,1890,5186,898,28765,23965,11331,17031,19522,9552,914,806,8208,23291,4066,4066,25810,12338,24405,29663,10472,27069,27069,21713,53924,53925,6618,18336,23525,16281,6606,8278,22098,11910,17019,7338,11462,432,27175,28284,28284,18345,12706,25780,21427,22692,9158,17368,2488,16225,29353,26259,22942,17829,25738,9453,3195,13499,10482,10482,18972,22404,18350,18353,21001,23883,20506,3526,3058,17287,6563,25172,12976,24687,8815,576,1522,15350,26093,29591,16105,18365,16789,17440,11835,28260,19812,8593,2530,10322,28115,11312,13274,9458,14266,14439,4043,653,25589,28228,11002,22903,18372,23404,6752,2249,24572,9431,24748,19819,1143,22863,12242,4318,16858,10953,9814,29164,22827,24153,16274,1030,6802,22908,15417,22831,26125,18390,15111,14092,24393,8605,29035,26956,20472,6279,27402,2566,27856,28144,9455,9937,28900,18399,25150,9314,11578,22177,6678,26391,5777,5076,5076,16572,16572,10196,17536,7269,3790,18411,25441,20542,8598,8440,6247,25145,24771,6455,4187,9570,14875,26701,9225,21158,13480,2721,16632,10957,10957,11773,19930,24190,24190,12008,17545,28872,18423,18424,25026,19190,29317,3226,22073,9408,2976,2976,14264,18436,26391,1070,21468,18439,29247,26944,17036,3194,20024,16950,13020,10085,4817,19408,1830,23811,11978,5437,21240,15909,5190,26565,1365,13925,17413,20075,12954,14360,14360,17200,17577,15613,10070,24236,26350,9549,9541,10264,1416,21962,8255,7688,27612,4983,4982,10604,24239,23926,18468,27909,16226,13770,18470,24787,3888,12118,11804,11847,25412,9547,19397,13549,19922,3401,8001,27356,4071,14664,27356,25265,9117,12810,29212,3337,18647,5747,8956,8956,18482,7303,14544,9781,13192,23160,18484,19721,16693,12811,25262,2114,24022,9525,18159,27172,25050,14411,3007,5150,18499,16395,7032,21623,8566,17189,17529,11844,19552,18503,18170,8955,18269,29002,17843,20971,27707,5216,26297,17747,24989,6892,1887,28650,10728,18512,2223,21200,20461,8099,18516,21391,21873,16311,19323,3284,6145,57,10012,25590,27851,5943,26599,4908,27784,28528,7285,16119,6348,15865,539,14231,12828,25351,11338,20749,26074,18873,3176,22781,243,18542,13877,23729,27395,7681,7143,23595,111,18548,24881,25738,20955,23864,18965,3874,1159,2057,18553,15283,22462,20279,4878,27151,21970,24192,19080,6153,2051,13268,6998,18335,264,20537,8318,7581,6102,26666,19064,7994,10672,29588,837,10934,16004,28015,28015,4806,25571,6322,27127,29261,18579,4560,15700,1499,5301,18939,13262,3090,5234,4177,10599,24269,18561,18584,19208,16929,6799,4029,10237,4246,4246,6804,17883,18592,17872,18591,6707,15755,24758,19869,11679,14103,8754,25086,22862,14479,2614,736,12348,19883,29263,11974,1157,15471,8229,20493,27910,24799,738,4992,20788,10061,18016,11678,1573,15365,1115,20137,23376,23849,23849,4094,24381,26812,23874,28434,15718,9790,24658,11514,18616,27173,25117,29710,10591,4976,18619,21429,7948,4308,15116,4201,15748,15748,4737,29669,17335,231,8015,8414,14836,13037,5555,24795,1397,17099,24371,11912,23640,15522,10904,1988,28444,28444,28383,18626,6641,16256,18630,22082,28378,18632,23723,9678,26952,18934,12831,17610,9733,7308,24873,17422,22078,19409,10984,23223,24993,1347,20488,10427,1660,1660,17357,6733,19097,10975,14222,25547,12052,18650,4291,20342,918,25001,11388,20227,732,14346,23496,13259,11593,19760,10965,27324,22642,22642,10417,3662,14493,12253,28457,28457,1970,136,20736,7671,14956,20818,9427,21004,22736,4598,9971,4901,4120,11353,4595,6098,18104,18104,7724,1174,27407,5467,13944,18556,7477,2042,13295,13295,18681,9360,3010,17316,27570,28631,18178,18689,6201,7161,3192,1086,17309,8520,18705,1239,6312,19015,27047,21200,18710,18936,18712,18714,2991,14351,8004,541,7859,21271,2799,25316,25315,3697,2273,6941,16820,28499,28499,20745,27679,20568,10971,27791,12309,20393,14705,18731,1676,22274,24720,4461,10476,12710,19327,23607,21587,10243,16401,24512,26876,2661,7475,20431,28252,27749,27133,777,777,12641,10535,18749,18752,6517,21239,8585,23720,23720,24700,9300,25153,9467,14599,4856,29336,9165,23705,12276,29568,29150,2096,22015,18765,6297,12166,25037,200,3997,14172,3006,27849,10882,12466,3489,25403,14845,13487,7458,16548,27754,7062,10435,1030,26770,9167,16041,5911,18780,13524,29210,21491,15126,6331,21582,1137,18786,18788,14003,25618,4922,18791,1207,15788,13221,13404,29259,29259,16428,16546,18801,1345,1345,18804,28696,27564,26693,18808,827,21124,18109,3735,19709,21407,4840,5929,5967,25253,17708,22350,28870,5129,19837,3995,20245,27948,742,11863,16348,23867,6358,8760,23012,3133,2124,20198,23901,23367,8512,8500,5894,3737,11093,2035,11622,13681,29052,9198,12066,14126,14126,24170,21373,18852,18855,25870,6514,6514,25150,1679,16345,8445,14988,25301,13145,15824,6904,13934,7155,28235,18865,29729,11947,22455,23536,26832,6060,10167,7389,3749,19129,4934,8696,11866,11866,5384,24382,14851,1224,21448,25441,5056,9898,9898,5239,16962,24287,7107,21182,8694,20693,26800,17194,1114,17134,15773,11787,24640,3186,2051,29332,19263,11364,3680,10327,3567,9691,11212,9279,28872,16630,6760,18898,24008,2511,1111,16302,16302,13144,16648,8539,24951,3402,19088,8155,20525,28514,27878,26442,16205,7713,15360,3221,27420,10171,11917,14839,18917,8007,1260,15590,11345,18919,6851,12219,12607,21767,18925,7840,22559,6839,19274,21203,16565,28204,23753,22019,26798,18926,9035,18931,22477,10771,5479,14927,40,11284,22167,18943,17007,12280,7650,12381,13259,24529,23913,6916,17727,8892,18960,28327,4267,18962,8596,18964,24926,16783,236,4363,18865,24726,23093,14256,14256,24991,22859,24503,18971,12664,18324,7286,19454,3649,2027,2027,18974,22514,11480,9319,19069,7814,4647,9801,20239,8930,12961,22512,8160,8160,20232,243,4759,2452,27051,28469,4197,17813,2065,29459,28334,5267,15777,963,23677,10791,18991,26591,25228,18994,22556,18153,21636,21584,239,18997,27484,22421,20558,22085,23072,4901,22620,29143,15382,7138,18570,1217,19009,28180,6544,27045,17203,19010,12527,362,17706,19013,11192,11720,22564,20923,10601,299,299,8374,25482,21143,28961,22438,23730,22957,22958,7803,7803,8521,26374,16821,22667,6447,8481,22874,28115,26499,3566,8373,9706,9611,28611,2564,2280,2280,28808,3207,19038,8504,26867,10920,10920,2574,16452,13502,12762,2432,22295,1011,2505,444,17223,28138,20752,18539,29464,2491,12029,26214,7580,21750,24825,11154,25938,5903,21788,867,17662,21490,1931,25559,9036,941,21040,12486,4651,19058,19058,21782,3354,682,17998,7324,21159,2865,15955,923,21814,24760,11220,28283,24777,13085,16441,19064,21947,27766,19066,12276,24142,19071,12004,25776,2707,2016,28589,23694,15177,15177,22661,7001,16283,19288,28799,6823,27053,29148,10772,17101,151,8695,19082,2739,26780,3903,2120,29070,5252,7945,4050,3727,26575,27393,23449,26421,5652,12776,23264,23264,7780,4088,28625,9521,22753,27881,15672,11918,24336,17809,29055,12568,13114,22028,20501,26073,4475,20331,26625,19425,17669,15345,10736,26872,25961,3494,10299,28405,24158,20486,2877,29030,17957,1345,13032,6413,29211,28307,14022,12579,1805,11954,16110,8703,14506,10760,13701,8858,28470,3933,22418,6646,16594,7587,11078,11984,23198,17980,27519,28107,5820,20424,7090,23457,19129,22651,17149,17149,14390,19136,8579,17342,9255,15890,17664,10259,3184,19579,1625,14602,18677,24657,9146,17389,16064,4168,4688,28712,9828,7367,12589,17373,11975,23295,19155,19156,23434,19158,26153,1337,8123,6728,16971,4110,135,4219,10863,10034,24116,6203,25000,6302,8924,23248,11905,28703,11583,24411,9538,26874,19166,26009,17613,4765,6648,26714,26714,987,12791,9531,14399,2963,523,22439,22105,11165,25241,4594,12583,16804,15735,11251,17117,3164,3164,19134,28902,28297,4513,21568,3831,24551,17521,25810,577,5284,6408,14696,9025,17085,25093,22222,2075,15773,15091,19191,9968,13553,10951,29252,9328,16097,3704,20873,10076,27117,7240,12463,1591,1591,640,24015,19200,5694,14088,7422,10860,10477,122,12471,25634,9179,21394,15888,25375,6977,16341,26369,26369,18868,27249,28917,9237,16141,1471,1251,11953,964,21351,24820,22576,7588,27680,27680,4400,21354,1527,2059,2059,7026,19221,23136,1842,25828,16258,7346,24046,2109,14281,5893,8956,24369,17558,10483,7526,28623,19236,25715,3275,22873,12396,913,18821,17342,15552,6649,998,13053,10217,10803,328,21061,16990,11753,25712,7270,4067,9474,9474,7114,4176,3728,26357,21607,19258,19258,20616,18562,27289,19730,1329,25091,10643,1743,1039,11952,12350,23253,24404,3116,8095,20180,20180,11475,20547,23197,26885,19271,19271,2740,19272,14032,27592,19275,14671,11833,22110,29278,24775,19430,11501,1487,3996,11625,19287,27221,21908,15308,15309,9527,12155,23392,16793,5348,22278,7111,9448,11898,19299,7985,16892,19442,25467,9640,17771,15934,20560,11943,3285,12588,17508,5226,28767,22061,19316,10391,3675,3675,3596,361,3869,22455,11963,13973,19324,22816,13929,2772,24495,3219,26003,25152,19331,24740,8040,5875,5873,19336,6663,19338,12132,12132,9111,5636,15938,25406,27904,10896,4751,3688,27660,9721,25029,26504,6374,19344,24058,11452,27901,26262,4038,3940,11397,12171,24180,21591,4354,26670,21020,14388,14134,20941,18787,25247,28611,171,26974,22959,25066,27437,17932,17932,1764,4100,4790,20555,28780,12932,23620,26563,7815,8220,17596,979,21080,7731,9696,14626,1427,26090,4920,12760,19085,26332,20782,13397,10342,556,2845,9052,21645,6557,15628,14664,19385,26721,19387,4316,16030,11126,19389,25706,3450,3450,6628,5778,21017,16827,556,1198,5222,27867,21820,21748,3771,20163,26090,25974,28341,20680,15605,10841,8384,8865,19408,19647,23963,6350,9827,5234,18435,9310,19414,6815,6815,13639,13598,19893,21384,25339,1533,4763,14912,19424,5279,5279,7325,6058,13235,16420,17358,10809,15663,19438,28752,11811,17549,24421,29181,12845,14124,6905,3648,19444,29650,5982,5982,6981,27467,27467,15199,10362,24138,8857,29115,22035,26811,6492,7056,17854,28461,25512,15120,15120,16443,12235,1079,21823,11818,24806,14418,14685,14685,28308,26802,26212,21915,18184,12334,5672,13939,16931,13283,3844,9104,25934,22428,1004,7170,11099,15170,23806,25304,29382,5397,26803,22094,2164,5014,13121,27967,14643,22131,19476,19477,13291,4864,25812,19478,16368,16690,3921,29306,26533,22356,23666,8855,25073,27397,3425,5927,5927,14498,6763,18338,17211,19485,9556,27515,1390,25668,17233,26781,27538,13731,29117,28084,21035,27493,19921,15022,18390,23000,10832,9438,3130,2536,7525,9325,10348,2695,21508,1083,25638,19508,16741,22209,3440,26231,16145,22086,9685,18157,13916,20716,21753,1878,17621,8527,14931,4677,15404,17543,2491,29694,7314,6745,17946,2278,27225,19535,19535,27270,15730,4417,20571,13519,25558,7938,19542,21166,23393,7502,17785,21221,26412,29263,11664,17338,7710,4533,19546,21113,10203,1972,1971,16797,1972,98,11982,16244,16244,8768,7738,302,19555,1554,10704,26749,24511,25536,28164,13696,14876,348,29681,8470,2028,11787,4696,19563,10245,21837,2300,17869,9758,9818,21469,25653,14267,11657,29583,28188,21446,27214,9958,8721,28910,15996,20281,20753,11282,21736,28073,29090,19644,27340,26527,24633,19579,29667,19581,11339,19583,14757,12505,25561,1080,15332,27035,16178,1654,7792,7602,19593,20279,12964,1999,3474,283,25208,21506,27217,12542,28812,13163,16975,16975,8188,25034,4567,4369,21279,28866,493,1503,25039,19602,257,21844,11461,8063,26376,14497,14497,8611,3332,19607,4599,5251,9423,24716,18319,2685,19613,6466,1887,9434,26993,1170,21418,18793,18730,25738,18484,14559,10416,2716,4380,184,23146,1681,17873,6191,27882,23113,27797,16650,2224,7354,489,8330,3561,25258,19628,3129,13041,27825,19533,18461,17937,24502,23034,19968,25264,12121,3439,26984,7934,28301,23856,23856,15487,19559,835,17111,28922,26109,6335,2505,3712,19648,26903,5490,5414,19651,5179,17044,26117,27785,8096,4426,1321,16014,6767,8938,14485,26980,4266,6809,26079,17908,15335,2386,9611,11790,16409,18939,5360,10796,4794,22603,9055,19675,14125,26185,20707,18798,27737,2523,12918,12918,29397,15194,25214,11097,7022,28889,29654,11142,20294,20294,15170,29346,2849,24008,2483,12463,20163,4152,24770,8970,18100,63,12031,11643,505,19702,10490,4909,19703,5506,9118,16943,2102,19712,97,2564,20526,19719,22275,6843,18435,2671,12479,8841,24031,9967,24562,14821,4569,27835,8198,7026,14020,13061,7288,7288,3171,3279,20613,14910,25505,19210,9342,2238,15190,823,4658,26794,14404,12448,28501,386,28607,14491,7131,12704,26848,6277,8761,13101,2272,8983,19755,17514,27514,20038,29222,29574,5801,7349,1045,7349,2014,2006,1435,17387,21890,3333,19777,12449,4500,12375,957,19352,20371,1304,1332,19786,25838,7093,14601,4137,27665,4678,27262,23183,13808,4597,27934,1310,22850,22901,17254,9708,7798,5992,20373,20483,23823,29359,28257,16757,14777,19808,22838,19807,783,12729,13902,23963,23963,18810,3136,14077,18175,2682,25357,26886,17651,27149,21989,1850,13606,19821,27917,14692,22443,17439,3953,8978,10911,25648,15773,27072,27072,26650,7592,3810,13642,12874,5855,17840,11825,20276,3976,23849,11825,1825,7249,6730,10714,18172,19838,23077,21027,7984,17892,20689,16260,28686,209,1234,2059,13460,13348,1653,27160,20630,2616,12673,29559,10623,1671,23093,22206,3012,20031,20494,23365,19290,7681,22345,21170,3685,18949,230,12516,11774,8508,8508,19861,4238,10930,10045,4177,15611,7161,6042,7623,1911,17191,19869,10855,2378,25370,2002,10855,10855,28319,4080,694,19873,4320,18470,19874,19876,7802,23118,8680,17220,25994,18613,25987,17899,23913,19882,23784,11082,1666,1666,23231,19890,21553,1549,27280,27280,26667,13073,15062,29233,19168,385,25001,2344,21868,7874,9886,4782,12596,7517,23853,1261,21297,18833,333,13903,1807,5037,13796,9002,19913,28224,17601,15587,13187,23130,10906,4578,23735,11602,14983,3642,23549,23550,18784,24225,7623,4505,18445,19924,8176,25214,25327,22471,19934,15660,14522,17363,24880,135,14446,25197,20849,10113,5671,26791,19942,27676,10966,26250,22861,28919,19946,16285,3675,18197,18109,19947,29490,5910,27816,20118,12398,1025,22799,6513,1761,28593,2631,21161,10677,3087,2839,5828,18107,9295,3805,21310,8828,28687,5652,22695,19957,3883,24509,7114,29158,14307,19960,19962,26941,19963,25620,28780,21501,21066,25185,19968,5194,12048,20155,20290,3030,28200,26548,19655,19974,24426,9699,21961,1753,17260,9817,20497,9462,19977,26963,13632,28534,18910,4785,190,20991,21419,17032,26781,1094,8187,27760,27437,6112,19992,5111,9152,17104,22872,11642,1373,2350,8959,4205,4790,16124,28987,17146,12732,25426,22449,10068,28459,26393,4920,19469,12062,16978,8822,26208,16338,20013,20013,11959,14418,3876,11176,4423,9451,8243,13005,19764,10055,26653,26447,23262,20024,18159,8576,12616,8929,2293,16253,7410,12663,29149,4082,4082,18688,21640,19502,18677,27733,16309,8766,25549,8982,8982,772,17650,2384,13147,2967,2338,19320,7333,24214,1845,11284,21716,9644,2777,14713,10494,12349,5263,11775,20053,28601,7004,20319,4468,2217,1620,11557,16201,20058,793,26231,2415,6704,4955,2759,23254,19000,19207,19869,3513,7962,677,10054,21838,21430,1541,20069,4868,8250,13836,562,562,20494,20494,23390,18570,9430,9430,21173,3060,20084,20087,20088,5768,20089,3245,6135,19745,23538,14688,25958,20028,14240,11506,9279,21049,1323,12720,14785,1873,1873,6562,28672,19602,937,22470,13226,25671,16296,9747,26275,14053,6303,8682,7274,9953,1187,15672,4879,15042,22827,13999,19087,25253,20112,19087,15857,8928,19874,9937,20116,29203,27235,10136,29047,26353,21923,25914,13099,21689,9142,4939,26739,5449,20127,3476,3476,28708,22423,14710,13016,6113,26959,2886,28202,18676,9640,14667,17098,20141,22901,16147,21801,1597,20145,20146,6513,4150,876,23981,4279,4403,9275,8989,2249,3585,18678,24396,24470,19393,5959,28955,25722,25505,23137,27586,12048,27386,13599,27619,25726,13584,19147,2650,16061,3083,19292,22024,29548,17919,3206,12081,20162,3096,1043,16960,28677,18548,20439,2376,1763,151,12462,14091,28183,19492,5836,18777,20174,13745,9216,16223,20177,13409,13365,5070,13777,21174,3917,53997,4833,3616,26817,11940,26705,6141,6141,5309,7826,21462,24532,17092,4946,6251,25760,25012,25774,1037,20190,18181,23651,18487,9147,20194,8786,25480,13714,29389,8758,20200,4209,23522,5685,20202,20202,23071,27794,26444,6615,15657,20207,710,3970,23453,3233,94,17530,25331,21883,15426,27723,4168,20217,26692,20226,19675,2198,13239,11705,1079,22524,13360,2444,28891,12780,310,8243,1577,40,24800,20235,2753,14464,8548,26420,8390,2289,17794,24885,24785,24983,17148,14040,21313,12490,20239,2971,25422,22344,17294,23210,23210,866,28420,480,16736,26655,10928,10997,21746,22779,11315,28306,9213,20250,16438,29104,28481,1384,2106,14832,20253,20253,19645,11218,20255,22012,8819,12327,14923,14922,11250,1082,20260,8326,4300,2310,5493,5160,27467,18875,28769,21197,11351,20270,7260,16737,26610,20566,2793,15268,25566,20278,28141,17134,17408,11220,17339,14712,4670,8090,5338,11083,6964,20289,26456,535,20143,9516,61,10447,25669,6048,12652,7384,16998,18900,11954,25523,25895,20301,4026,10204,28063,19468,3288,28273,18845,20408,29176,5908,53912,11593,16082,9973,4034,8372,20316,20287,2797,3099,16025,13855,3588,20317,16529,9735,13214,22490,20266,28822,2737,3066,25415,17582,19017,14288,4582,20327,17280,27130,21695,10130,10130,19774,14571,22581,6818,17230,19944,16262,24783,18420,27739,20342,6445,11123,229,2059,29673,24148,3997,15706,17778,4607,24108,15999,6997,20353,27192,20357,10410,297,20360,9079,9574,9574,646,20361,20361,26374,27869,5770,20864,1961,25267,9510,15632,53907,5232,25632,8750,20375,12532,12532,20376,985,23302,18070,19382,20379,1117,2934,20385,832,6025,6025,28583,21938,26927,8885,26024,13394,2666,14501,29045,20396,10019,29418,16510,21007,23807,14924,22631,27056,4972,25934,28841,22345,13373,26841,24179,3945,23257,15774,18390,3625,1981,20413,19142,10878,9926,4973,28869,162,25384,578,29315,4870,1886,19956,10935,23175,13040,17747,24344,8455,8455,16964,4167,610,4098,20430,20432,11155,20433,20433,4401,23478,6767,17928,529,3527,529,8380,7045,20437,15006,1617,2411,13641,13641,11032,24888,8957,2265,28505,5140,15614,26438,20443,1845,5730,3296,23368,446,19295,4773,20455,20668,24797,20458,24495,18215,27240,10464,2758,3922,20460,20462,20465,29496,12229,906,25360,5306,20419,6353,10611,3123,24410,24410,9717,14309,29522,3288,17160,17671,8837,16394,10705,2612,28818,26135,27926,2776,3526,19262,28147,27954,788,18257,20139,20139,12094,20490,21660,16997,22819,14192,21331,26043,20504,2905,2905,17585,10261,283,23249,5934,20511,4522,18991,17934,29471,18863,12960,8305,12212,3734,20209,16202,2905,24992,23829,1712,2211,8336,14476,7203,13071,4458,20319,24770,10867,11696,13239,18585,14693,4951,20531,20531,7558,6665,20532,12763,20533,21938,27778,16659,9562,21699,4347,11801,12476,29200,18198,27304,2114,15756,883,26565,8452,16103,22419,17169,13128,23526,20813,27199,19134,2473,18422,12041,10524,20920,20673,9089,20251,15170,23037,11051,3715,2417,11399,11400,10223,7278,20554,11128,8704,1399,8705,20560,7002,17171,5118,14371,29609,15869,12728,646,6449,20564,54001,686,9477,5516,22575,12188,618,2816,3827,6910,12120,20572,25748,28990,19215,20574,25833,2254,13714,23085,15560,6581,15689,22106,23085,8053,9399,25163,6562,8407,9526,14135,26717,10353,10606,7102,16580,23167,3782,25928,5794,3432,24347,28138,16024,6850,7547,29032,12122,1098,2722,19528,11195,3249,9971,25044,24389,26382,27332,20600,23142,26695,5859,17253,9363,3127,20217,20217,5381,2729,10421,22419,29486,27196,22949,17718,18775,20616,3084,22800,16179,23788,10467,23395,17991,16145,7265,25564,2568,12610,17027,20633,28697,12840,17907,12848,29309,17202,27691,26102,2116,13003,5857,6234,5395,24215,20643,3019,5200,27522,14667,28646,474,17819,7320,12456,5224,25608,27934,20649,969,10539,10641,18383,11608,20654,8312,13923,20656,15734,17878,26909,25296,25914,11725,16832,2651,15087,27034,19506,11361,20662,21294,2541,11207,11207,25237,29422,2628,20664,19773,20665,18503,28177,20666,10332,1723,26091,11376,19322,2701,24147,8910,6787,20671,24698,22298,23201,23201,14386,20675,14366,8387,25417,28545,29378,7769,5198,2876,26148,3959,17762,16806,14480,7522,19538,3812,20686,24506,5257,16047,3020,18762,1665,7074,12498,11958,16321,20665,20868,23510,12983,16450,5084,20698,4950,2499,26762,16868,5927,14181,20700,5743,7520,8803,16447,27680,2841,18203,1679,3532,8739,8739,1270,23498,19572,27474,9496,15305,12569,20716,28334,20717,6778,20720,20721,19802,15445,1425,22577,28254,4247,28435,2407,22815,23088,25256,25256,10653,20730,17789,9859,18602,20733,20734,21800,5729,22235,27071,12684,6574,12811,6511,28654,25785,902,20742,12004,9966,20748,26215,14553,20901,19571,2852,22204,6939,20552,4068,26637,26637,17821,3911,15432,6298,95,24564,29189,17207,20761,20761,12391,24754,904,6392,28345,23139,13887,18493,11713,26365,20772,11137,11194,11194,21867,469,6621,6024,1898,16731,7040,20785,20786,16666,28771,16225,27038,9001,5104,22063,28718,29141,4908,22291,6065,20283,5848,20798,11616,2229,16525,10021,10048,12629,14613,28179,4277,27805,27948,11914,14053,11366,4212,7086,23251,28172,2097,20817,13253,7125,28422,23950,21761,20535,24722,6591,29706,24959,14006,20827,9835,13239,19038,19038,1612,25011,10170,24106,7318,11289,14691,23413,12908,28043,20654,12895,17993,4631,9369,3382,2393,153,6666,21994,15018,15419,28267,22997,15690,21261,24575,24575,20855,21911,13791,2774,18380,6102,799,20300,26041,20859,15400,18131,8820,6579,25855,1342,6211,1062,1963,6211,6192,17287,20866,27864,835,20867,20869,20868,20959,16536,20871,10285,361,16872,21620,20745,642,23655,17763,53934,20876,20876,12778,1278,13518,14836,27810,14836,16565,24438,14557,17858,22083,5052,20881,8751,26290,25560,20336,19851,155,3270,6731,9125,20891,26173,6079,10530,18948,24862,6594,15468,11773,28239,11064,12951,22316,9789,1087,9180,3629,4948,8651,19143,19540,13313,7720,26774,5071,24627,20631,21752,20912,11916,6317,29587,17356,6108,2729,15684,20915,4580,20916,15943,10062,12619,22433,2962,17670,27186,23778,12234,20014,24927,17671,2454,2302,578,23263,6788,23611,21762,8776,24676,13238,24302,27996,19395,20937,4635,20939,26843,12132,9843,24311,3320,16291,14722,25625,20942,19230,20944,4442,27477,14121,14122,2660,21580,19884,23534,9292,8333,6452,4081,24323,12047,28581,17211,21915,4295,24636,18984,11166,6848,20967,5583,27038,24347,21225,10798,2472,8979,23322,8979,659,9474,20982,17068,20986,28304,6252,18214,9885,22905,21548,4000,9487,25688,28084,20993,4043,4452,5155,12703,7802,19707,10388,25054,24860,21004,2004,21343,17003,23786,11335,21010,29655,21011,16711,20307,18006,10026,16291,19357,1303,2561,15450,20674,5847,12462,5793,16731,3244,6335,23248,10819,21030,21032,5205,20747,3047,22505,28737,16487,9036,8557,4454,9590,10460,10846,8188,6510,530,9964,8405,6908,6594,21713,23933,20614,5782,28980,8839,6867,20823,11179,20374,21051,13074,10959,25747,21602,25342,17461,10407,4783,18714,21064,21063,14570,23272,20607,16271,969,18263,27250,7800,7225,20596,20287,8518,9944,6173,7246,25963,10316,4509,15618,22676,7518,23054,16776,16776,2378,25868,25868,9412,9412,23096,21077,22081,13804,28619,23685,26911,7939,11948,20348,19598,15773,22466,29719,13328,12752,11487,18234,1523,12767,17274,14753,21867,21089,17043,22669,21090,17735,5855,15188,24892,22160,19178,25315,14261,2509,4213,8697,21103,3961,10318,12020,1439,2100,21104,21104,21105,17091,21106,8784,28027,27976,22671,4669,25503,9699,22488,13418,26042,4271,16646,23481,9669,12058,27879,18924,21124,6334,19901,21126,13131,26836,14542,29626,28055,6692,22803,11746,4845,12338,14101,12159,7037,1953,4100,24628,5848,1040,11066,28383,980,27083,2466,9765,21142,16212,4332,29079,15182,3298,1022,20434,1547,18100,17850,1621,15094,22547,22991,29037,13775,29071,897,20947,17105,21165,29119,29380,26026,26026,16352,12481,21984,16769,21529,25817,19377,15039,1117,1117,21175,22303,3913,29003,22447,22447,21950,6328,53932,19741,12312,27883,3945,3730,8240,27589,29450,14874,293,23318,15851,2556,22938,7552,3457,18704,25296,21188,8606,23104,7154,7154,22270,3771,10074,15413,12821,29013,12637,12637,15181,2396,21509,19591,26000,24865,19565,26765,11809,17592,447,4648,12339,17944,19972,19972,21939,5179,12973,190,21206,27452,13360,22542,6706,6706,10653,21213,14730,8531,21572,5888,21216,4862,14444,10755,29337,12707,6944,7057,718,4273,16754,22279,17970,1521,7513,4784,21232,9084,8553,9058,4628,1708,20708,15419,19894,28269,9536,5551,8943,13401,15909,28469,28672,17569,2433,13088,22107,24713,6165,3643,17010,877,19401,24617,14341,22572,18595,21262,13366,29239,21727,28914,19365,21213,6931,27982,28146,10496,6882,21841,23895,10528,23246,458,4057,26559,21276,13318,4487,22098,3974,21282,4507,9697,13943,17442,24019,1460,8826,19798,3236,18722,24510,18468,10437,29416,16391,25768,26962,26962,1832,5189,11570,3800,23389,9457,11360,21663,21303,5796,23338,8286,3434,19282,2682,18542,484,16133,16568,18967,129,6063,4118,20534,18577,16692,21324,21845,3500,22504,28356,21328,3194,3396,21330,20595,16507,13249,12298,10507,22949,21296,12333,23919,21341,9252,23118,21343,9070,1891,26559,8161,6656,15322,8357,24536,10642,21351,5789,17282,8077,16234,13130,6541,414,21357,1666,6940,3108,19889,24603,24603,16484,3948,19734,13292,1627,3661,8466,23674,22589,22424,23133,13807,8874,11928,1151,19399,13141,12156,10615,21375,9646,6824,24955,26862,21377,16961,11829,18523,27432,5790,26371,27957,1597,830,19219,2329,26919,13918,10295,16832,19241,20964,11092,16269,26184,9251,9251,19451,22775,8015,21396,23793,4976,14438,29337,9416,27406,5651,3376,21408,28688,2694,6396,1206,1288,16265,19954,22049,26106,13610,21423,8914,21425,3652,17865,10158,21902,15548,24535,9401,15045,21251,20862,17999,20091,6646,8195,3082,22891,17454,8043,19188,27304,4539,21438,21438,3843,15011,21442,6986,20422,20422,27530,20289,24417,7482,22715,28773,15913,22642,22638,15737,23578,23578,13554,2756,4778,27784,6604,8285,16072,16072,21455,8591,22685,22120,9370,21456,29697,21459,19229,5022,23685,26464,17608,17608,13022,21463,22539,28802,1087,14780,21470,13132,21475,7448,9705,9099,7342,21292,834,24476,6375,7607,10263,7214,21951,25914,14258,9807,12243,13504,20447,20447,8586,21490,10878,11023,22602,25792,22432,4874,21496,14461,21499,17542,18286,21500,28888,9390,3590,8521,21503,6267,3489,27813,14834,6849,24442,21504,7823,13867,6435,21510,12448,21508,11539,5919,25822,5284,1111,8716,25071,16599,24651,1731,15496,4012,17372,5774,21515,4619,17288,23874,16664,20519,20519,154,19425,7057,12628,24226,27804,8509,21523,16364,11584,28485,21524,20859,4965,6110,21525,3913,4051,13559,21527,28844,10056,21530,6359,15430,6626,3792,13114,28112,13213,1797,6127,7225,15472,19840,7439,21318,1907,123,21474,12513,28496,20532,24966,18252,11951,13445,17622,21083,25996,7799,26335,10209,21012,11868,11868,21551,13489,5700,2507,4021,25494,6615,29499,3454,26935,7302,21567,7343,1099,9080,8664,21572,5326,10907,13245,21275,14056,11056,13002,15806,499,8459,15588,18699,3906,17664,25655,19454,3401,23894,9895,25352,8029,22970,21314,11928,2069,28851,21594,22145,17333,443,7276,9965,8612,21602,21397,15458,14343,21655,17125,28910,13067,13752,26536,4003,12987,12475,14867,8260,22821,4432,4432,4432,27578,21613,9748,19451,17909,11288,14770,11955,12044,28374,16796,13015,3382,9897,5948,17554,16110,20845,9489,29663,8805,2477,11491,12424,21626,23108,25994,29143,457,22113,8674,24734,19581,14257,10795,21640,10964,21642,8388,13251,18557,27545,7982,13257,4893,21768,21652,27264,25575,6004,6004,5065,8866,27968,15831,20145,20952,12912,25670,21664,29624,26663,28027,3341,3340,3640,19857,3165,21673,9937,17586,1530,21484,12751,1314,1314,16809,14244,21682,23929,11952,21685,12507,11526,27833,14273,28263,9277,26454,17414,11445,14818,12896,6632,28414,4827,21701,21703,21705,11371,11371,5802,23801,23801,531,16879,14142,21712,17759,13943,53908,4252,21715,21716,24126,3120,24904,5911,19949,22529,13319,15490,8310,15671,20215,21724,8707,20665,22997,6537,8578,7014,3468,3468,11881,28022,5216,22414,18017,13462,26950,21698,424,23349,2200,21011,28531,21364,27333,12822,1372,449,26384,13758,1385,19122,19445,12066,28203,27248,8591,7163,18317,14768,15819,26387,21754,26112,29291,11093,19726,11232,7981,29366,10692,27271,23545,14960,10978,14006,4408,25485,21763,975,16111,25209,21766,15468,4948,17413,21770,25684,21772,13099,6422,25265,6831,20165,9777,16569,13126,11001,12140,7488,21782,5895,24994,27519,25351,23043,29086,4494,10813,29678,10489,2473,11025,1611,23189,15694,7169,24250,25260,21801,26637,21803,16487,3768,19762,21805,15297,2177,132,12934,12433,8421,29449,24705,19112,21817,11957,17381,26815,17104,23973,2071,3541,26579,18823,21825,9756,9585,21809,3631,3464,19363,20587,53962,21832,21834,21835,4471,14641,16599,26676,25068,24423,64,9408,23086,21839,5002,23918,11953,2814,3511,3365,20452,18759,6423,18681,15400,21845,26323,14494,8996,7535,22581,28118,11341,19289,16441,1239,22640,21863,6124,21462,24432,12030,7845,14534,14534,16950,24710,18404,343,17233,21867,25621,27242,25285,6210,19317,13634,431,2239,14437,23708,16064,21877,5477,4418,21881,19179,8983,14066,20208,10447,22578,17633,21725,3130,12210,21898,20701,11480,29236,20978,21702,26389,5223,27985,5276,6222,23570,16606,2756,3939,27314,21908,4542,28745,23718,18518,15572,7438,9184,26241,26241,14176,7076,9756,19538,4515,10080,5710,8992,21749,12011,12713,196,21931,28280,2641,14796,21114,8851,26075,13038,19240,18748,4869,12865,11486,29135,15899,10796,29743,8207,28953,11315,27645,29369,19988,26003,13964,13838,18745,21426,21084,21581,21581,16508,10270,12025,3150,1986,13287,5776,18037,6616,24535,16850,7522,5058,24461,3573,9605,21966,14457,19244,1098,2883,2883,14535,3315,14946,18915,24836,24836,12850,14072,14072,26632,5252,7511,26659,11412,8492,5776,26738,412,110,466,10735,28741,20234,12762,10488,28967,21990,14922,21990,4614,21211,23135,18600,21994,21994,11263,25276,18490,15189,29221,6754,23020,11865,22003,5248,20195,12814,21793,27954,21493,21493,8565,5559,6297,11596,977,25682,13255,18223,27449,22013,24542,24832,20686,11908,19467,29670,1644,18370,24933,17272,26112,23422,8006,3524,23242,4410,6784,22028,12384,27266,14779,29625,17361,12574,4001,17101,5729,1125,27747,16027,22037,9970,16791,1230,6078,2042,187,3931,15104,7745,4909,22045,6914,22047,20373,3212,12779,10309,14922,8981,8310,22052,23774,1875,519,519,4725,10560,11996,22058,9925,2653,22060,11769,18868,17378,15666,22064,23372,29193,18125,964,17071,7425,1129,4460,3670,11194,9130,9130,2087,1844,21589,16049,4452,4452,5473,10577,12399,5439,12948,15208,23072,4604,18979,16221,22088,22087,1227,12990,6274,22093,22093,8651,6061,2425,8283,25655,21970,4000,53989,13244,9989,8307,9115,16789,23738,20196,6120,22187,26579,17815,26589,13244,20349,13040,13291,4249,21244,13424,9768,20931,10903,4671,12632,22739,20268,21070,3986,28532,19672,15129,22116,22113,20392,26465,4805,5089,13899,2650,10582,21255,29625,2624,13742,13742,1248,1248,1073,1579,23676,6968,10659,13175,13905,23003,29387,11153,29211,22647,12845,23675,2900,11716,7856,15086,9460,27381,24924,27781,15266,23149,15106,24910,5953,28520,28740,22164,26828,1136,14960,27533,22168,12906,18549,3538,4405,6583,22175,24484,13530,9273,11947,24273,2107,11818,304,14191,19459,6316,22180,53992,7009,17262,17262,21012,22183,26678,20063,17591,16732,10795,2021,659,15970,20137,26243,22190,22193,22193,2462,18467,4665,14314,19202,9830,12596,3923,22200,13993,22200,12667,29039,11261,28763,1559,17047,17571,19110,5362,22210,23563,24417,7490,27735,7404,7850,12789,20349,24073,19931,7578,1391,1398,22220,14896,2796,20294,8525,12970,15500,13469,5733,21834,19283,14126,8615,26014,7704,22227,24395,10876,2105,22233,16525,16526,27326,502,14890,17712,22237,12994,5778,22954,21863,6967,22243,28731,15779,5281,5031,7981,3455,25808,22902,22245,15192,21376,13694,9605,4639,23816,9205,22253,14128,7500,12610,954,8781,22259,20444,7399,28660,5577,15636,22267,20661,2330,12817,19552,29631,19722,19722,2131,15409,1287,1720,10920,22272,8235,9542,9131,2898,22276,6327,21813,6630,26032,15651,24480,22282,14482,2536,27222,25195,271,271,27270,14302,2669,12372,25731,17098,3956,7377,6954,22375,14425,140,1775,26494,22296,26494,11909,5265,15787,13290,636,16217,27608,10707,2679,4109,8419,3993,1598,10863,9455,26699,22308,11241,26691,640,11173,11173,10137,1909,22317,4595,16356,19646,28148,18079,17992,2759,19930,11417,8914,25809,11945,5814,10969,14624,1982,27234,5798,573,9609,3397,20511,26436,19670,3261,6378,2335,10492,22336,25010,23618,11118,7987,22339,15694,13367,22340,24564,18246,5019,22536,15726,7318,11164,22344,16680,24796,7694,28884,8195,4585,9664,7556,15182,5194,14682,9704,8427,28640,1614,17818,10283,27492,23021,6118,11642,3063,3063,11952,2343,6851,9081,4817,27097,1210,27863,20306,1765,8018,12659,6001,12680,18971,9567,27108,3147,7658,28410,19902,10503,7691,19787,29687,22550,18400,2442,24099,16987,5983,765,4991,3867,3867,16081,9825,7438,14844,10545,2159,1534,1534,6884,22385,13786,22327,11974,14976,18670,7610,22391,23164,12621,1691,1321,11996,22396,589,12503,27777,10409,16401,5585,17576,26133,14881,28003,11914,18487,6935,27921,4358,29160,12351,22722,24179,8336,7498,21971,15198,13590,3945,22421,8564,8564,17053,19280,23353,9996,20663,9211,7928,4710,4750,29368,19159,10052,7921,7921,7618,22426,24614,23292,10470,10470,6254,22397,464,22434,9728,7261,14948,22441,5621,8661,19758,1067,5532,20406,3818,7175,2076,24142,2603,13426,15160,23456,15460,8886,5518,25761,27700,11937,53938,26441,5373,8696,18065,18293,16620,8191,24353,3591,4392,2834,1841,16048,7881,29036,29036,4061,25283,22459,29401,14335,24166,22460,22460,802,3799,3799,6906,9391,20829,22471,8394,8394,2580,20057,20976,1938,7441,1003,15906,26883,14562,54,54,27877,27968,23173,28244,28244,22344,20006,20172,27193,4718,3026,10728,9295,4712,2130,22501,6957,19714,2998,3250,9909,26715,830,9074,1711,27772,890,22514,2248,9264,20328,28536,5075,18535,23383,4489,2020,23556,22519,23522,24593,28728,15803,15803,27985,8245,15371,15371,23491,8779,19206,4976,22528,1542,25916,10294,17698,22530,18036,9437,5878,11501,22532,18383,25345,17185,13021,24313,26345,29216,26621,10052,10221,27145,9445,15323,2712,4997,18679,22547,10284,17977,19833,15998,25199,22553,9016,15310,11707,14847,21533,14539,14428,5766,4488,29677,22561,23266,14296,2923,22567,11727,25634,24569,6520,26789,13772,23680,8787,11243,26335,29025,29025,2674,5340,7468,22477,26795,3909,17686,4115,22580,18049,18049,20640,16101,14193,21864,1830,16381,620,29159,23471,7522,2650,29302,29426,22596,5460,22600,10430,17864,1191,1191,10675,22604,22608,25338,24946,7304,8145,25232,11727,17748,17586,29280,1812,8884,28232,28645,18334,21875,22618,2288,22619,22619,7775,17618,24963,27490,10062,101,23537,23537,18873,18897,18897,18583,15826,423,19382,4168,25740,24059,11870,4013,1935,29148,28241,22623,23625,1417,739,29380,16748,11936,18409,16994,21671,2109,9288,682,1780,22588,7199,13970,11600,12302,21031,2558,20327,2911,22654,4852,165,19163,3312,15609,8946,1869,27569,13580,9242,183,384,22411,22411,25171,29684,27401,4883,17201,8783,7337,3274,22668,23180,19289,22670,28680,21631,5570,25362,8525,4119,4119,25783,16850,6199,3921,15505,19132,22680,11418,7830,1374,16273,2218,21809,26704,7774,12416,12416,17885,26282,28520,6932,13662,24069,22300,1649,14828,21997,1858,13408,5947,22696,6836,22699,1710,3902,3902,15601,17476,17451,20399,24134,441,22907,22717,22717,17399,21386,25244,17701,22722,8894,7105,27790,19700,13778,16573,888,22080,12384,28887,29505,4382,11977,19167,16820,11376,2019,22732,17434,24638,11597,28243,27720,5271,15550,25493,21478,24511,22737,9492,14828,8531,22742,8457,9890,2255,22744,26131,24547,13813,22115,22749,13051,8973,4593,19976,15668,22761,14736,3408,24353,16254,22766,22767,1811,21809,26847,22770,20043,11199,18860,16124,60,14623,1420,24097,24170,17621,16370,15083,14780,24943,1033,28291,7398,3848,13132,21586,10083,22621,22786,27451,4232,1184,15259,22790,21758,17394,28081,22943,22794,18582,6829,19216,19721,7613,11370,29304,1883,12000,2773,11035,5756,19633,10268,672,3577,3577,25569,13444,8147,8147,26671,22524,22815,15238,9538,11037,11838,6637,6637,13065,4416,23457,21480,21480,12285,18580,13310,10219,92,7621,6350,18781,17705,18812,27987,3936,13781,13715,14214,8215,13904,20117,10502,20184,26298,5933,12538,15548,15610,11077,7411,9990,11788,16777,23164,501,1528,6385,11463,22849,8194,1405,21881,5514,22852,1894,5363,27322,12984,7396,7848,7573,23428,2669,25589,25589,23686,7155,28930,9947,22864,29300,14029,22866,5536,6254,3277,22868,29344,29344,20974,15179,27129,11109,22871,20941,22875,19999,28145,21888,23364,22880,29441,9010,22884,4796,9633,4835,9382,8234,27764,14590,28567,8091,7772,5832,8063,3501,22899,22898,22899,22900,22900,7801,7801,3825,13860,26256,22066,22901,3180,3180,12002,12002,10430,27393,26119,23532,23532,15724,1706,5626,22916,1708,7912,26863,1101,7699,6547,16307,14868,22972,14012,15171,6875,3043,2192,22926,22926,29183,27677,22931,11096,4435,22935,22935,27481,17914,4998,881,10016,16998,29667,3927,2935,10169,4816,2772,5973,11422,25268,6607,18639,22943,24990,6405,6405,6384,27500,21015,3867,1390,28646,12022,22956,19462,5458,22958,25060,25159,20015,4430,3076,29341,5200,24026,18603,21730,22968,27633,1688,5618,953,29411,29410,22980,20405,12267,20301,21547,6345,16773,7255,8576,4460,18170,18170,19888,3100,22995,8108,7828,29138,427,7918,24537,10563,22483,3584,9837,8211,27241,23006,25845,16122,22542,1690,18303,5915,23627,5167,9273,10466,26018,3478,23013,3260,24866,10348,10348,5538,15374,23016,23017,583,9863,11498,6677,4336,4336,2851,4173,8895,8277,8401,17646,16850,23029,4493,23031,10982,9909,26691,23034,4377,27439,137,13489,10862,10862,28515,21305,21305,2659,28318,17141,16219,19228,6350,23044,413,23045,4039,7433,23047,19511,8013,15764,21132,27724,11591,3485,26874,19660,28426,13451,4983,28752,14975,22190,15317,8807,12557,14779,28384,5726,17936,14875,16321,25749,24809,8065,18296,18296,1120,16028,10625,22470,23153,23078,18357,6212,18812,23082,16974,19328,9436,15807,16036,19269,21193,28827,23380,5364,13834,29177,9649,5477,5236,18808,23622,25949,1336,23101,23105,18628,1254,24813,3035,21659,27538,27159,25682,26679,26679,18589,26673,5424,15880,24869,18552,25319,5075,7264,12883,13314,8328,7827,15705,12864,1142,5537,6953,26817,23124,16111,22411,23130,8919,26304,23133,11721,7757,6467,4506,23138,10071,23140,27544,23142,23144,23143,23891,27157,20794,3048,24411,9304,4808,29070,29703,11994,11241,2883,19700,2593,6941,4837,9110,23154,23154,16786,15509,23160,8235,23306,16404,23162,1290,29436,2995,12084,10427,28260,3926,19655,10222,20471,7847,14789,9635,11456,788,27539,23175,12778,8932,3923,10621,7837,23179,7767,6396,12685,12446,23182,23076,26534,9441,3154,20382,24602,28636,926,23484,21317,20426,26443,14698,15031,14237,17284,29061,9942,10701,17510,11459,16575,21102,8631,23197,27662,3661,23199,28945,19649,23201,11300,22021,26448,11300,9269,7454,1511,6597,29673,26507,4479,26214,23214,7137,25952,19640,19640,5544,17607,13265,28069,16946,16520,15338,9259,29267,29267,6656,2369,16498,19818,16498,9504,23227,1936,26018,12333,27092,8386,23229,23232,11063,5364,23235,23235,25116,27708,21285,16681,4069,23247,17634,10946,28006,14465,28638,18472,20428,2455,2432,4888,4888,23254,2601,26951,4814,10780,23260,10604,17767,8792,24011,15006,23266,23267,9879,23268,28576,4851,10523,19233,5033,13526,18613,23785,18280,23273,23272,12060,5695,3462,3462,13490,17693,26289,6862,17159,8081,19467,23280,5125,2188,21393,456,23285,5940,4376,11086,23286,20204,1234,28279,24900,21439,28975,4563,16226,25685,3321,2504,15573,5674,19023,3405,22688,26052,21738,12103,2640,13209,16961,16961,108,3631,22235,7646,23310,19813,8851,8924,8924,12154,26545,15914,25442,12534,8292,26823,26823,6784,14258,9228,17226,14957,21401,11176,10815,22743,22743,14289,14289,17022,16739,7072,23335,2627,24772,2426,2984,15421,8397,25720,3182,19739,19739,19197,8311,23347,4147,12345,23350,26744,14741,12387,13821,23357,16592,16186,23358,5590,26801,29005,13795,23362,1783,17776,13043,19114,19189,17597,29028,19793,17253,8379,10958,18685,2065,14861,9063,13272,14189,1036,23367,16273,22644,23371,19891,2554,12874,17605,10137,15487,6551,2661,2661,23380,10207,20953,839,25550,3617,14840,13761,9963,25039,23385,22804,17366,18442,17999,1692,9826,16096,14872,28772,20925,21705,17385,28801,23400,3642,23401,4146,10596,11104,19995,870,8535,5990,10863,29648,10336,12112,164,1958,21441,29275,28429,23104,11673,1225,3536,20733,8346,8346,25645,26218,11695,29673,23413,28610,8447,17053,19927,2657,8690,23418,11770,6205,23418,4492,552,5753,7297,23424,22996,1778,20505,17970,18377,2301,11903,9159,9512,26085,10837,23430,18623,5503,19080,604,12858,5304,9387,25805,29173,24669,8530,3501,3104,20260,23691,12874,4412,8901,9768,22182,25278,5815,17054,23455,10297,14537,1010,14271,24441,9444,29288,29649,10854,1969,22678,2988,5246,17477,26582,2373,18360,23471,8989,29678,20221,4033,20690,19080,28903,122,5824,5824,10784,8101,4731,4731,20614,20795,15276,24982,25204,2572,2572,7101,26105,9191,160,23499,23500,20455,23498,28258,2598,10309,3947,1639,6895,23505,15247,21111,1073,3588,11499,11820,12386,12388,26674,18328,9940,27773,24544,19503,19503,12835,24647,26623,21958,24542,11383,15486,3055,25344,5236,13709,8940,17585,19843,8127,22919,12590,28005,29165,24524,24051,29268,2997,12195,21860,15191,8647,8647,22847,23537,23538,7602,1028,23543,23542,26510,29125,6040,19093,21629,8123,28846,6378,12247,16372,23552,23554,12687,1082,28781,28173,2031,17978,29477,8509,23559,25536,4028,22484,24691,23563,24767,2170,10596,25726,14583,24676,19741,28633,29427,17398,26951,8052,10235,16147,6506,24002,5740,865,23347,13193,17436,17436,21631,1678,9827,23579,26939,10156,16907,9943,1464,24522,16258,3171,13194,17014,3024,28762,26155,17120,2842,982,5990,19522,28729,27644,10563,22483,1359,27742,27962,3301,22926,23601,23601,14345,25811,26792,3451,16530,6914,27959,24453,24453,9973,12355,15213,2564,9987,15322,26409,19903,13222,18378,18378,23613,6284,8672,26313,4771,24916,23620,6561,16607,28869,26303,2459,4520,23627,14573,23628,12461,19002,21705,21337,22306,22307,4212,12639,23635,14501,4558,10900,4582,1322,3514,7101,29414,12923,6157,23201,17607,17607,10026,6765,22607,2710,23647,29268,23516,7746,19703,6000,17342,17787,1201,8767,9373,10186,16499,6769,18442,8475,24514,6645,16389,20302,7675,26249,5328,26276,16296,28705,18109,662,17762,9231,1456,1456,17242,17242,26273,26273,16152,5174,8815,13041,23671,14297,19168,19412,18504,12756,26465,13621,20438,10213,19466,19502,23678,23679,14854,4994,160,6979,2191,16277,17250,17480,10755,23687,29169,11876,2629,9873,8758,3469,1866,2387,15628,2328,21411,6054,12719,26032,1336,7167,18263,5444,16525,17163,18190,25909,21524,20909,11600,11166,16974,16974,11616,18361,23714,9390,55,26538,19826,12940,1608,16708,10180,3483,14572,3212,13771,4965,13096,9732,23956,22303,29664,10300,27311,28113,1425,25942,15488,8013,11597,18225,1370,3481,21781,12915,20973,5647,17210,23735,13190,28143,6619,22301,4421,21418,2310,4056,29725,7062,7059,7059,25122,11108,20277,12266,27570,8355,10461,23752,8441,8441,19225,23758,2496,25348,6836,3890,13849,10301,9922,3819,27191,27191,18857,23763,15785,2499,2938,6939,28176,2570,27373,23768,23768,7423,7836,21353,3371,6099,3075,23773,4772,23714,27542,23775,20584,21558,18130,13776,21799,2982,18749,6907,6810,14019,1127,16304,28399,17804,7811,3156,9164,14544,14158,23797,21569,9623,20306,25922,19028,1206,25828,29671,23802,7149,21762,17880,12688,2399,7682,53903,20479,11029,3204,6379,4085,1358,8753,29725,23812,5490,7243,20440,27586,4193,10665,20117,7809,22966,20612,28985,14244,6501,2936,28868,5960,8245,8245,23828,5960,20869,23829,6895,20446,23829,4338,12374,4755,13177,994,25902,9111,5265,20098,23845,27657,23847,16102,29583,11823,17300,23858,23852,23853,24292,29568,23860,14274,23862,18250,26303,3391,1270,28441,23863,28844,22428,23866,13696,23867,23868,6570,8569,3406,2180,21180,22685,26627,21866,29389,29517,12605,4030,8592,27518,23884,10480,28978,13720,21623,6546,26555,13622,5416,26366,28776,12830,23902,1673,19632,19587,943,23905,27667,4357,24545,3625,3470,16232,2111,2111,19013,17161,17905,9551,20100,8321,8889,27296,14431,27836,7733,26983,25809,29342,16429,24845,27042,27522,25355,8768,9974,9186,13305,9687,26582,26663,19963,5520,28200,6824,24094,5690,19707,26847,19228,16928,3441,14890,13651,24752,23947,26595,780,23954,28565,14202,23957,10549,19162,23089,6881,482,23960,27415,27415,2768,54022,12332,22660,4285,6616,4943,13140,11548,23969,15867,13282,10226,10226,19469,23976,1740,6659,21657,12914,7586,16497,1840,19557,14702,12615,18887,18887,26070,24895,115,1411,23140,845,23985,15734,11654,2075,10606,15924,18732,4424,7849,11909,25312,14230,23995,23952,23996,14075,389,11487,24000,14060,1584,9459,1228,21968,13337,3902,5462,15398,20432,29319,21967,128,4974,24012,24131,25012,4596,2833,5975,24017,23470,24018,3160,9214,13684,24023,24025,15534,7078,25283,16301,27882,29155,23298,12335,16753,21256,18086,28348,14782,28726,28726,28726,6322,24041,28235,24043,5888,15179,25224,24045,11616,486,12362,13648,20437,4167,21163,22825,10476,6539,6539,4732,9641,26043,8224,24056,23106,5145,22689,28201,8894,24294,29131,15658,29670,24070,24070,26244,6579,8023,5923,24073,5970,4158,1753,29465,23357,8184,10065,17968,16695,17909,18834,23783,1807,22744,26907,25123,24101,28782,12716,3467,12827,28231,26612,23448,15372,25804,26005,3714,1247,28909,22270,22270,22540,22548,11097,11097,9445,5563,26188,29605,19640,1983,3545,16577,24121,980,20713,22062,2129,23364,13862,25517,17400,15954,8601,8040,12471,9679,18181,24134,16816,26198,22822,7621,28460,4015,16914,24140,27364,14143,2701,24144,24147,16560,3673,29055,24150,23464,4936,18122,25936,18976,14010,8731,13719,29204,29229,418,528,13092,24167,24167,24168,15952,27261,8509,28954,15713,7754,24173,24176,21178,15738,7177,9868,21432,24181,1376,11437,24182,12148,1872,5775,1743,13129,28690,9665,19436,17155,8111,23446,16710,9910,9404,1771,12242,28517,28517,15960,24197,9514,8786,8788,18367,21977,21502,22400,21991,18600,24206,24208,24208,3149,27419,13175,4497,10686,625,11974,19635,22933,6818,21910,28491,6909,13166,25727,8524,26188,5365,5430,28796,9180,14704,19169,27939,13278,10406,10708,29000,1821,28462,1135,24233,3862,27177,17587,20994,27476,19817,12365,28826,27302,14862,24239,12047,22715,27223,9093,15971,9903,9903,8979,8114,28058,5849,22785,8036,9176,9741,24246,24250,9383,15286,3191,141,2364,6533,27999,25306,27905,6356,4952,21134,21905,13960,12579,21102,9580,5205,24645,6634,9258,2399,16571,24265,13002,2603,172,28673,19483,24703,15713,2408,25931,8458,14992,14992,21301,7797,7656,17171,16427,24282,24286,5027,24284,24286,24290,23375,24292,15969,18374,15965,4259,4259,12984,17284,26875,5633,12328,2154,20749,24299,5880,13362,3626,18639,18210,22887,23718,7730,6876,1924,5231,130,17221,4725,15567,16103,18631,8829,8045,21664,10142,7888,28675,14474,1144,5560,9821,28738,16150,14212,14212,6276,10229,12679,18659,27507,28413,8124,16814,18916,12709,2636,3492,25189,19790,24274,19734,8476,17619,24341,25582,6982,11549,10160,26461,19620,909,1493,3197,8466,23012,2596,8509,24352,8747,15423,26084,8188,10670,27240,4668,18680,1253,5041,13068,21585,16135,13276,4938,3842,25092,24366,23707,20375,12862,25281,19232,8512,17173,15597,29414,24371,6230,8359,10256,24375,19726,9300,8654,8654,27618,24857,11295,11395,20266,1219,24387,2197,19527,24392,3453,16563,3453,11804,3564,12161,14905,12631,12480,3011,24393,24393,28426,3054,3437,22125,15045,21170,2590,20713,53949,14341,17563,19577,16156,28026,9994,16741,7347,25424,2713,7347,23502,26749,17833,8022,24406,24400,5563,28742,29370,21296,12842,12023,7171,18528,7934,26984,2113,19823,24418,7145,15991,29606,4987,4361,25994,22389,20410,25777,15887,1541,12284,3798,1779,24429,9370,25934,11895,13668,17360,13645,3473,15167,18134,24435,8567,19342,16718,24438,22387,7743,24439,9916,24440,28082,1270,20484,11952,28167,5429,13038,86,4764,9274,2452,27582,11236,19935,452,3803,21579,7096,24454,24455,7027,16628,12953,16990,4004,22497,26748,13545,12646,22583,22446,22446,6983,21914,7671,24465,21662,3571,1579,24468,15329,13652,10670,7525,4237,9223,5341,5341,3321,4743,6537,6537,16845,24472,2449,19893,11042,7252,18728,24477,24478,12712,20793,170,24481,25194,21232,23899,24491,24492,4091,16897,8994,17329,7405,24498,21451,3635,1535,5197,24501,17273,8885,3196,613,13400,18564,15622,6588,15510,1116,6973,26914,29080,28127,21508,6821,25273,376,10870,23911,14085,11185,3089,19095,26728,2304,13663,24534,6405,6927,375,375,21025,1747,24541,335,12642,18621,18621,18342,14803,12859,23552,21218,27155,24548,20688,16203,24553,7260,10259,20871,2034,11089,2529,5949,669,12972,19168,26153,6119,24563,10119,29414,7806,766,19370,18820,19067,24570,13425,7766,8266,6384,24916,12711,23524,21277,22712,2147,28685,24586,7509,14210,24024,26269,7276,24594,5618,24597,23819,22592,18832,13764,8242,29481,12125,9159,4816,9514,24607,2854,24609,24609,2531,27696,28493,24612,10535,20160,3203,26877,17231,8599,2176,230,21179,24300,12387,27683,22690,10398,28060,26264,3504,13425,1058,1385,23556,14059,18227,979,24621,15373,22031,2110,5654,8632,24629,8100,7294,12239,18622,9770,17112,23661,4130,5997,22370,1352,26343,13763,24641,16890,15192,2292,2292,21099,17676,17590,23319,24654,24656,29261,13495,7128,21299,8605,17290,26893,26403,5999,14333,14333,8283,8987,2882,11617,19783,28215,7538,14163,26618,9242,24679,14403,27808,28440,23038,22258,3312,20172,26962,21536,21536,23079,29701,15279,6365,21578,17827,20398,9601,650,13851,6849,1340,24699,19244,25781,1251,16527,24704,26531,9127,7487,20204,2676,114,21066,20122,3442,1426,22057,11190,27704,18344,18419,26720,17981,2228,7481,15836,22640,20956,21846,13954,23336,24741,2739,21133,662,7622,25771,10577,19841,28099,18985,18236,15909,19898,13841,9703,10088,25227,14041,8250,24742,14169,7464,9374,24745,16239,17696,20125,23964,10840,1329,17691,5287,9074,24754,2825,16875,18536,28534,29260,10093,18313,436,3009,8549,9061,3132,18619,2263,6384,18313,20788,23078,28689,2589,16198,24781,7375,17804,20394,23848,10054,99,14756,11038,28850,6019,18894,24786,12770,10022,10022,2892,4232,22224,4352,8009,10572,10572,3842,24796,20650,14801,10580,28622,1789,13541,7698,22901,4743,7562,6699,17303,13956,7036,7036,7537,8178,14703,18578,4543,23099,12013,27830,1347,29708,10370,2024,28819,789,23394,25313,299,18569,22077,7193,25873,21048,21048,22877,2602,12813,13094,17830,11782,27681,10724,13569,7849,1337,731,29589,9746,15777,13703,18604,11592,26154,15211,17370,17773,15013,1592,23105,14781,15007,3722,3722,4063,27110,22936,5651,7591,15420,25271,25271,17430,11332,27346,8240,24848,10014,869,23016,10014,18168,21647,24919,22835,926,5287,15893,2976,2513,23455,9765,3037,26204,167,668,14084,20949,15444,16389,2058,3556,16339,12070,21409,19807,10214,19022,12967,14756,24993,1618,7766,15220,12645,18074,21121,20373,26837,15969,24867,4915,12734,3616,9434,11136,802,19113,77,14511,14511,7517,11139,24878,24880,13708,19867,29679,3547,28323,3383,9616,14503,14503,24319,11988,29644,20065,2759,25389,17481,1141,18120,14086,16379,1078,27676,3768,10661,16818,7622,7045,24901,18618,22229,10359,8126,4929,25651,20790,9337,10431,17437,14713,10543,16395,1812,435,22740,1925,9209,11076,24919,9970,24920,16078,16638,7275,4053,18201,9784,2996,10757,23335,10100,24929,19892,19892,6923,4322,7711,17845,18810,19772,8566,20722,1229,23856,28228,35,10113,2990,8742,9539,25812,16175,17900,10183,10183,7512,27853,5482,24251,16068,53860,24945,23391,9362,14846,4871,29257,19685,16555,13132,13132,7674,6629,27826,24960,13217,15040,13664,13664,26330,18574,24271,12001,28159,12690,2102,14665,11746,6338,14966,3523,26499,7429,15621,4954,8624,24974,22205,23659,97,3219,11039,9220,23647,14505,27991,7106,29102,17589,2704,7453,19981,8569,24988,2138,5403,6541,11337,3489,17942,24980,10052,3123,6115,27993,9433,9268,4264,14795,12393,25022,7413,2577,5234,1559,17163,29087,7919,2479,12217,12167,25022,25024,11385,15020,28711,6309,1801,1946,1919,568,3534,10506,17529,5591,25031,5634,4530,25035,11797,10884,19585,15551,12230,27137,11775,25038,14243,14514,10521,13263,5048,8202,25392,18325,21940,9470,3381,5065,2450,8188,25052,26860,23464,15452,12092,16409,15774,6277,24279,1077,27652,17494,20294,8794,5349,21848,29044,8763,12137,17226,14911,26733,9643,20465,20465,14412,7898,9037,25084,25088,6508,12130,9898,25093,12322,8685,930,5052,7540,24966,13736,5436,10555,25871,11503,7114,3840,11977,1007,8610,15206,25108,3496,800,5856,26176,24121,6173,11249,8884,1475,27457,11565,21965,9253,11468,15618,8104,26078,16465,21570,25963,25963,9417,13782,28023,9054,17522,619,25128,11724,11723,22026,25133,25133,18385,18820,26757,13125,10117,28353,14130,21972,27505,11779,18227,15718,9264,16539,29133,1428,2211,4681,19687,1576,26896,403,25153,1268,1268,27489,19275,19275,3815,1467,13685,23261,24156,18048,26573,5387,4699,4511,4511,24926,23290,22072,12066,27915,19894,13358,13358,11631,25169,22675,3882,27172,23498,22836,11180,25175,5260,9120,22697,2922,19139,3935,25181,1498,4943,19765,15826,26756,29666,1006,25899,20175,25193,8786,12383,28517,12697,9202,13254,3392,25206,25209,7160,29531,25420,24084,24565,24084,25215,10593,966,22677,1157,24255,13303,16170,29672,28994,5759,28453,25221,27632,10768,1277,15910,329,5304,27404,14985,8810,8427,21739,25984,6929,28609,25228,15072,13949,15195,21491,8170,6626,28049,28049,2254,15614,7621,7090,25235,28174,18538,25289,25289,22074,16113,11782,17109,17109,581,20500,15514,3728,20333,6478,10280,12989,24967,25254,187,25259,5143,3951,6851,13024,2580,29343,9833,9639,3810,9027,11156,11156,20367,5609,25267,14404,18943,19204,16513,18785,25612,14352,6591,14489,17604,8060,4986,10358,8614,26825,28635,4351,7360,26789,14312,16630,19044,25289,26512,5627,3519,22557,25292,22030,2096,9797,19890,25294,7698,5878,29392,6711,4090,15653,15758,7185,16302,4280,9719,28250,25303,1546,11553,18214,22978,28335,23682,25311,20646,25314,13726,25316,17381,7676,17275,25317,19487,28093,16706,13069,21179,1006,5618,25109,22156,5370,9139,16005,11585,7068,7705,26027,25663,6867,16677,28024,25333,20998,22031,16734,21838,10107,15415,25340,12753,14987,6740,25343,24640,19695,21279,7704,15267,8204,14953,5119,10740,1973,11054,14445,4515,22928,15782,15152,15152,10788,28926,22501,25367,17278,23980,1176,22805,20534,19996,25371,8434,25373,25375,22417,13358,13358,1566,7755,25378,27584,25381,25385,9570,23901,3217,28794,25889,18502,1294,27518,25394,28976,25394,25394,25397,26192,25402,17325,22201,24703,18531,26372,25408,23926,7119,7119,10519,21355,16816,21833,9749,25420,26788,5369,26203,5165,9744,16929,25416,7229,3726,7306,10919,23609,11054,14479,25423,7317,16568,23464,19417,380,25431,11552,4510,10965,12047,13279,17975,25439,21703,18404,28248,23028,22372,320,25446,26709,22214,25453,10688,24241,10403,8299,3309,17030,20374,18079,20712,13471,2644,25455,25542,18920,25461,25460,23337,22698,22698,13997,4020,25465,3816,19025,8212,25466,12619,29482,6521,14354,12832,16325,25705,8292,15119,11549,8383,9222,9805,21617,13667,26908,11926,7180,10691,2907,13930,25125,11071,20981,20981,27343,16442,15851,4555,19066,21013,21749,17523,16437,6856,7409,13537,26304,25503,22085,17533,17533,18307,1326,14530,24415,29221,29395,24975,28667,27236,283,25775,6201,13384,13384,10810,12564,23749,94,1686,10726,20453,12353,2132,16759,15761,5975,11018,20542,13404,9024,28760,25708,24454,25536,8744,9197,23016,29132,16380,25540,28443,25541,27923,25517,6377,9307,11903,13639,27411,25959,26765,7600,8923,18056,25552,4135,14731,4310,19721,27496,23797,23797,14976,25559,25562,4865,6459,27285,25570,19085,6185,19085,23408,22648,17697,13017,19401,12436,8637,15429,23312,20916,21837,10863,20492,5632,3911,3649,16065,8699,24656,23712,6655,8708,25599,29490,4259,7161,13167,12430,1522,10818,18350,880,13219,17730,938,1775,53880,20102,4227,13961,10748,27581,6830,21412,20586,16118,20415,14538,25620,23524,24586,241,5914,293,15879,15879,11874,16125,7363,12648,3418,3418,25630,12048,13916,17405,2131,25635,1821,17335,21362,15770,25640,5272,6237,25643,25642,12243,15931,10425,10425,25645,21542,6954,7158,28378,25419,22761,20968,6782,2695,15462,25651,21713,25779,25779,9639,12377,25653,14924,3566,6523,23089,25742,25742,8451,11507,13228,13228,23032,24243,28276,19234,6842,25349,25662,228,26562,16613,5421,13639,16217,26060,25806,21148,25176,6545,5906,9633,6644,26398,5866,5183,27550,11801,1970,4845,4845,22986,1737,22889,14090,4116,9856,27265,714,2333,13419,10542,4598,27625,11982,26848,7354,4853,1597,4704,20786,7093,16606,28019,19777,25699,24567,4396,9722,24119,14889,29245,6525,23139,27605,13014,1189,25705,4734,53912,14208,21278,7204,26911,11737,28509,28549,19369,25713,6607,5664,25715,9782,5552,24145,20656,27247,16254,27498,17490,3282,10664,16072,1670,27532,26478,2612,3915,10043,4057,14577,27626,25740,15196,12181,2723,14095,13082,18253,19955,25564,24264,3580,13615,23216,27001,20290,24255,12730,18321,27189,25754,20163,377,25919,6424,11269,8719,19257,26035,7232,4376,15327,14462,20809,16371,14681,18855,25768,9011,16408,7324,27518,25770,28333,13119,23184,22345,1966,18581,4182,10969,20176,21386,6334,16575,15344,25794,11038,14645,21452,11501,14523,9552,19597,19597,23408,12736,13788,15691,1235,2662,10953,7958,14561,18555,23725,24291,16849,26604,18391,20966,26280,17649,28615,9441,25820,25824,22150,14123,15898,3283,25826,13412,14341,19704,25830,23048,25831,25832,24692,20837,10863,23149,1083,10350,21703,25834,14814,6358,21695,24412,25840,25841,14762,19410,3404,11992,989,8869,1083,255,7789,13792,23739,14176,12626,14727,4850,28253,22280,25855,28860,20308,25859,29662,14256,6197,20767,25861,11254,25770,3050,18814,21373,7685,20912,6883,7562,14718,25868,15625,17540,11651,22368,1094,11909,25875,20141,17094,8510,16588,16534,5424,20214,26137,16588,20853,17034,11997,7998,4062,17765,3607,2467,17405,28297,11114,3348,25881,16476,2065,15167,25884,2371,3079,710,5991,18040,21164,2086,20359,12725,27810,11610,16623,4465,3903,25801,447,25898,25898,10290,7376,25901,25363,26148,18574,14972,12538,25910,25909,26701,10536,10536,25915,18346,13937,25917,25196,17491,23650,25921,19397,21187,23364,11489,29671,6092,20851,12052,3908,18943,13931,20117,25935,7395,22464,2629,17178,8373,28156,16487,8373,28713,25937,8373,13996,23021,23905,9498,16316,20300,16437,9283,26146,11597,11597,3795,19121,6771,3421,2898,25356,17866,6670,5087,8983,15821,19973,4535,9947,17632,26849,15098,10079,3887,6262,43,4650,22702,13805,25981,18182,98,6529,19256,14330,17336,17336,24505,25995,7615,10322,2671,27742,1387,343,7565,343,26000,16112,15738,11342,3170,14246,10304,18464,28965,24863,14206,25544,20273,442,10759,10659,8167,15890,12508,2649,15815,26601,18067,26016,4735,27903,27555,26019,2407,1938,9168,54024,10349,5383,12024,29053,3354,17923,17924,26028,26028,26031,26032,26030,26034,26811,26810,14974,10938,5274,371,28504,10622,13978,2471,12701,5159,19284,23930,26046,24490,26049,26049,8942,5316,19547,26067,29112,8198,26017,26058,6134,28044,28044,11068,16507,24842,11940,1435,6373,26067,6237,661,26070,18862,112,13633,5972,103,26074,2106,28465,29687,22083,13617,14892,7981,12512,8439,26081,22561,26083,24263,11359,15767,6411,28871,26087,26087,16879,28774,28774,26092,16211,4616,10071,26156,27074,21934,2415,23169,12507,19905,25123,9952,26104,15936,12099,26448,3706,10811,19408,12160,13687,24624,21936,22359,20490,19450,12899,26122,17240,26125,3765,25866,3345,28989,26131,6393,17610,26140,4745,25545,4772,16245,10015,404,10015,10677,27812,12249,26237,9484,17409,22278,21450,19479,19676,14617,28052,5665,14669,14647,3516,18206,26159,3469,9499,10429,11789,23299,17621,6578,19591,14897,13102,5177,3733,9479,4133,26175,15549,29454,22216,26800,26178,16627,13515,26182,13250,27813,2353,1482,1476,5489,17123,15185,20298,9250,449,3922,12909,19483,19483,10359,5498,11103,9536,27717,25100,5567,4211,6936,16253,29162,13584,26206,26207,28049,24546,525,21676,27520,19172,18849,6785,17560,2505,22692,3831,9507,3141,22982,27820,6422,26222,26222,11700,28597,17374,17374,26227,6806,4538,25117,26228,26228,26616,26384,26754,24772,22603,15792,13332,6749,16593,29009,26241,28180,19255,4307,26245,13454,10142,3670,15248,12511,25366,19320,14600,26248,17082,19861,23074,20814,13098,18537,26254,29340,4459,2684,21148,856,24251,3528,4991,8273,25396,21861,26264,17751,20701,15044,12091,6320,25102,29145,4244,20397,24120,2653,25147,8231,12916,16842,25155,6158,24627,27027,10427,4717,8441,13353,8918,26307,17910,17910,22189,25824,15028,4380,12922,10766,1150,18456,1259,1939,8375,16654,26296,20351,10133,16585,20011,2748,18510,6497,18992,4439,26299,4967,5548,12010,12010,27701,1329,10995,26304,21934,4882,2366,2433,9268,9562,28231,9704,24175,15795,25963,26323,19181,10057,7025,809,12074,19782,26329,8430,13672,3904,9734,7696,10657,15240,20233,15132,24153,27444,6764,9526,26343,8835,13326,2873,26348,6963,22047,22874,26354,3777,27126,14963,15372,10544,26269,28598,4069,26358,12095,25434,2081,19875,18747,27508,26907,5188,27279,11234,10755,2855,26684,23661,16987,21669,24140,26367,22065,13966,19600,18792,14177,16519,12241,6968,26372,18555,16762,3474,6380,28924,3345,9448,4388,21301,26376,9657,27042,17627,26383,26382,26387,21112,2502,6979,3056,10160,23782,6767,1506,23751,26390,53882,18406,14312,21201,15544,1019,11924,14116,20014,12296,18274,18008,6847,15775,14615,26399,26438,18586,23508,9816,18089,2157,21983,4828,8837,24560,26413,26412,26416,24005,3347,26421,3717,17138,18536,4345,23242,4395,24753,18827,18827,22847,29565,6263,8171,6345,2193,20136,26437,26437,12735,4938,4938,26087,10972,9859,26445,11427,16333,4986,20998,858,26450,26451,12929,26403,22277,1514,13133,16613,18371,21572,27517,21915,25451,20805,14362,26465,26465,15995,7830,24345,4817,2851,2851,17471,2038,4490,19943,26469,12168,18910,5893,5846,3984,236,5465,20961,20107,18427,22527,4306,26487,19674,12786,13098,535,21365,3706,1583,9271,6171,20325,5451,5855,884,21887,26496,26497,20877,16076,19193,11897,10094,4355,19723,27254,19842,29264,5062,174,19206,18201,9945,9945,8561,25899,21615,754,27206,26205,8025,7277,26516,14257,25427,1728,14826,21414,7532,26523,28922,9588,4547,3004,18025,16395,5066,23818,18726,17818,8955,26537,15021,18262,16645,18748,26542,5954,14636,22288,4153,3025,17646,26648,26747,24906,16931,10435,21545,9921,6950,13974,7833,6437,20345,10392,2762,19318,9346,26566,26568,27887,27887,12643,12643,28360,26571,19735,18275,1251,11239,1403,4797,16194,16194,8379,10896,24898,7369,6522,23490,10472,9677,28470,5730,22790,28065,4767,4767,26586,18349,19043,19043,22332,27552,11133,22435,19689,29041,11881,11881,16373,19443,4922,26595,11945,9852,5752,1546,8677,3490,26219,26598,26599,4387,16084,2382,14166,26605,20348,11313,5179,4758,1722,14542,26608,26608,1622,22199,24921,19407,26248,20335,19159,19159,12299,12299,19205,2930,20498,14403,13864,13863,8308,7010,15839,8110,8182,10770,26618,26620,4219,3940,9208,5301,16290,2366,16047,18067,9423,26443,1616,1616,26627,25461,7984,26629,8398,28834,14918,2706,8851,2796,26633,18450,13837,6163,18646,15800,18315,169,27433,27752,19850,26638,10753,4951,53996,53947,26645,21181,3356,2897,26646,22565,969,7622,12084,2729,15421,22798,25347,7388,93,3815,14622,20711,1076,8810,22336,20164,12998,28773,23502,1893,23701,20512,27895,28720,6406,22749,6247,21362,3716,10677,5838,15130,11115,16099,8187,17264,15160,4493,9200,474,15673,11116,11906,11906,26689,18796,18795,1450,9799,26106,15565,3937,14978,26698,7645,2409,17634,27096,13581,13581,17754,5607,23598,5866,21639,13459,6126,23886,23782,15669,24528,17559,4827,5134,2868,17969,13117,27132,14764,1454,3694,3575,16558,4431,6344,27022,677,14211,21810,14626,23763,18075,12624,23212,29230,7899,16858,14572,20289,4787,19303,9168,13933,25256,26726,689,26731,28607,15955,27283,26735,11528,11634,26739,9061,23158,14784,5252,13620,17511,19452,23690,27470,6825,27194,24496,6408,17689,16335,5675,9894,26751,12134,18603,6609,27251,28659,1401,7820,8223,27309,2951,3442,13019,6391,15056,26765,20737,26768,17648,3518,17337,16578,10839,29387,23650,1971,13776,26778,8245,6691,659,13745,8180,23639,19250,8955,15887,1272,5009,26783,10861,26785,24432,4756,5557,16926,6073,12584,12584,11889,5878,670,26796,26797,7915,19109,3488,19024,22964,11721,1511,5864,27837,19515,19515,26807,21495,6870,26808,9917,3306,9141,19381,24578,26350,26350,868,6937,23457,15821,3339,1819,18404,4935,29171,25062,16942,2754,14439,17513,16663,26820,26820,28273,6216,19769,20983,20983,1624,21690,16591,27193,7542,2417,14316,21313,6002,28100,20762,25149,13908,3530,3009,26839,4644,26514,17724,17655,13694,24245,21865,28617,8898,7675,19737,6316,7084,25565,16434,27630,26834,26274,25617,18851,5839,26515,6302,28555,28555,29311,8092,5926,5292,26451,27965,14527,14492,13448,7897,18100,11068,12389,12389,80,29574,17049,17673,29075,24181,26868,26871,29670,26872,1600,26931,14502,25359,27110,7657,26884,19459,5289,7573,13713,13294,2007,8279,22552,14061,26897,26897,21020,8683,20503,10929,8442,11074,346,26906,15327,22804,16066,19240,5703,5981,11076,26913,17397,8953,6973,654,16742,28133,21793,9677,5873,7404,3892,27150,462,14783,21630,24582,4825,21438,4451,9587,965,25285,3636,7740,25852,21056,26943,22066,13029,4344,26946,20669,26061,3798,11792,19271,4651,4651,2543,26953,27238,15290,3468,11839,13726,7017,7017,11387,11137,21194,15523,7346,4215,26973,6671,26977,10930,18318,5229,18010,2333,26979,29655,27669,20225,28787,2607,8687,2677,23232,5760,872,19877,27828,25263,17341,28015,9308,26974,24067,19001,12013,19591,4834,15348,13438,13234,10019,3210,22751,241,27631,27005,27005,5830,12846,13119,23960,27011,15191,28373,1252,25157,27130,7920,24887,15341,8314,27017,12700,13157,13157,22079,27019,27018,27020,21412,27023,28462,27026,913,14739,27029,2463,15485,6836,24577,17553,14062,23322,27695,16922,7892,19413,24756,8130,9651,4794,4540,20132,15705,7743,23725,1879,27052,8302,5244,10344,27054,13704,11997,650,4186,10528,27063,20235,27065,3641,15704,24661,27587,13698,22979,18608,10810,27069,1507,675,14975,117,18607,13744,19949,12531,8471,27509,10472,22991,4810,17907,26686,26632,1701,5384,14369,13454,11605,8935,3459,12433,18865,27088,26223,5871,11451,27090,10220,1661,21154,9357,5776,22864,3775,5618,12599,3877,27265,13741,3133,27095,27095,18221,18221,18031,184,9075,936,24859,1902,27111,25951,8129,14799,19939,23555,18768,6805,3290,23959,73,18064,26174,20148,24335,27116,23660,6917,27122,29030,7975,26339,27128,17148,19927,10706,12395,1292,28532,21515,15941,8000,22430,21827,9045,9045,28012,27144,24889,14864,19279,16172,6772,3520,3793,16928,25570,9500,22813,9491,27164,11428,18335,18335,12782,13628,3351,27585,20184,4558,19541,21351,27170,27170,13991,11797,20930,619,24083,12919,15001,18802,4962,23226,9388,19531,9848,10936,12422,9032,9032,2802,21927,6137,14370,13010,22521,20669,28849,28849,5208,18173,17814,5812,17517,3924,11774,8683,239,6278,11262,28156,15903,3730,20448,5268,9400,12634,12000,10832,7296,22687,23126,2895,18415,23029,19406,6428,10903,4344,16544,9897,17307,19514,14478,885,6710,2357,995,3893,23079,26234,8544,11139,11053,27469,25492,2208,14040,8796,26314,21110,27378,27968,5718,15762,8438,11592,11919,16298,11890,5991,28464,26849,26186,21421,23187,13413,17013,306,13583,27059,20868,15445,20259,20250,28569,150,3020,20510,10191,23123,3537,26472,10160,2286,27256,23312,22466,28823,27260,12771,27261,22553,16041,10057,15183,12239,10859,25721,22725,20076,9807,17289,8263,26587,9176,10352,4136,17446,24126,17560,16610,481,27280,25281,19176,17143,20944,21009,21286,7855,2413,1969,7366,1017,27491,1507,22922,25763,27305,13003,16659,17644,13640,28334,27869,28554,26772,7909,23025,7528,15967,11665,15630,14674,22762,1646,5530,2440,29160,20023,247,16056,7999,9768,6588,3853,11213,28166,1897,22219,28369,28369,6912,27331,3878,5520,8665,8680,23152,10445,16433,15077,4134,24944,28811,23995,8574,4870,3941,9589,8335,27341,17907,17907,1653,27343,27345,1161,1298,18462,2309,22815,22815,4007,26724,6248,430,12261,15402,5144,10117,16222,27357,17369,2312,7937,27546,25561,7454,4377,25019,16553,18387,4139,3617,19670,26782,917,12972,21006,3509,25749,16400,18614,22184,7497,20044,8999,8023,22143,6043,27388,20922,11010,22307,23629,3395,28360,19886,29737,26012,4799,19306,22131,22693,3050,27402,18826,3449,20305,9358,14297,5169,22070,23468,27412,8414,18723,18502,29491,7875,18807,11533,11781,10139,18769,4295,24400,11747,24395,28901,28489,17225,25525,13180,8014,25425,15154,26451,7846,28122,2568,20628,23356,13862,13813,17860,22730,9210,1853,9135,13261,26367,17929,27509,22407,16543,11890,7178,607,15064,27459,10758,1461,745,12435,27463,27465,28018,1617,21879,27112,1586,28907,812,21111,6641,12086,12490,11608,13497,27476,15159,3112,28722,456,25377,21073,19909,15958,15958,27480,15129,10111,13043,11870,8723,29585,21160,23148,15690,7465,28249,9524,12597,4301,15357,19949,11609,8021,9846,17239,26055,908,20244,27791,27495,2951,26904,7800,15386,11784,25823,1325,7491,27571,22631,27681,6624,29335,29743,1924,15855,9207,1908,5307,6243,28475,28479,28827,12052,29353,5571,14087,22800,21002,3237,25896,1937,12447,20498,11601,27525,27571,17135,597,17212,27529,3348,11109,26433,12896,11633,6546,12548,1243,22669,7452,4633,16473,14587,10909,10523,6509,27544,28095,24349,18223,14316,16598,11261,10581,4863,28000,13598,6447,11359,3482,22522,15787,17904,19703,11106,22284,4874,23421,12591,19919,16546,16636,9309,19382,27821,18348,27572,20064,25677,6302,2849,2982,14782,29731,8633,27577,9199,5057,2024,14258,24861,15337,6670,12971,25405,14062,15685,5606,8864,3768,3234,7653,29261,27602,14857,17067,27938,10926,26238,4841,4841,27610,21510,9399,4261,27618,12081,17490,17443,1796,24204,12747,7188,25902,23032,1860,28075,3163,17286,4787,5306,16827,10291,3737,3737,25946,4839,6613,27638,12432,13412,20191,18647,25082,25082,23689,4048,2647,2410,7911,7312,7312,27651,52020,53962,28706,23912,24725,27656,8777,1973,22174,16921,18565,3576,4421,14038,17126,29478,23043,1048,4925,6742,14588,10418,28025,2349,15201,9189,24032,26631,29260,25252,8806,27685,7031,9758,13370,5028,20016,1322,3540,273,17150,23807,9303,5533,19577,4667,14288,1386,13360,7324,6518,22775,26552,15617,10024,962,17411,2495,14378,22347,16202,28134,28134,22818,3947,27722,4820,11019,2128,29498,27728,22648,6671,2262,27730,27730,931,7534,25754,2597,1843,12553,29131,8106,18150,12277,24258,23388,9226,401,26139,15567,11899,14730,7874,10261,17464,8472,27753,21177,14547,16391,5099,15059,29683,8510,16884,2027,18907,8078,23534,15045,14823,13808,13808,3770,9341,723,4017,15629,959,27767,11508,6031,14927,16399,15675,9304,17127,15349,19234,5691,22113,16830,8415,8415,29010,27780,8514,3212,24256,27786,15782,10414,4970,9615,16618,4552,27798,6590,6590,28751,1532,7735,27806,26056,29295,27815,27876,26585,5827,27782,19170,9904,11915,27353,3215,28078,10338,6417,19660,29618,12169,27826,19058,5648,8688,8688,7750,12544,20099,16020,22387,19542,11294,13905,22025,14189,13774,8620,27841,24384,5934,13514,16292,4781,16230,27848,20886,6966,159,18237,21532,15736,2534,18880,25102,23245,23245,16089,27858,15317,18546,320,13061,21858,976,15717,23328,28784,16217,14336,508,7385,24494,11914,9507,27875,15538,3490,20735,6975,25454,22846,17788,9621,27879,27880,5173,27884,8333,16626,11080,10145,29101,27891,1587,13983,21529,21479,119,16077,9957,29390,5648,5648,7435,28188,7744,27897,27899,14262,27900,6519,27904,5857,9715,27207,1339,22791,6557,11062,11062,6624,27744,6231,9986,6624,9208,9433,2677,25381,17899,7337,9669,7645,9952,28962,12972,20417,27919,574,25864,23395,27919,15342,15115,23695,6728,28272,27112,28272,9480,4797,25796,7130,3631,25628,26062,14089,520,25630,16655,11656,21013,190,15445,2791,4254,27947,11829,4023,16317,12893,9102,27433,27954,9746,2105,7546,3641,23392,27957,15552,22924,21567,5881,17890,13596,3353,11544,96,12246,27966,10859,26102,8506,26868,7041,9793,11524,1920,20982,3792,9909,9018,28518,26352,21900,2249,28906,11273,25519,27991,22942,14315,6776,15410,5623,11619,14879,26609,13548,20393,14948,2897,27996,13190,13569,7721,15181,29046,9923,20791,12869,4115,24035,13596,7510,22925,25700,1078,6281,9003,14744,14744,28731,24796,29355,24635,15012,28018,7711,12754,24696,28658,23298,28027,28094,13201,15501,4355,8307,11708,9832,5616,17416,11302,26642,5882,5882,12593,492,27666,3781,3480,19381,2334,25606,12415,11389,29580,9754,17040,14651,12171,1830,26839,17442,25958,8988,4770,3845,9796,7620,152,14193,7712,21528,20477,14254,26100,691,4279,28660,8897,21607,7092,14860,4960,23919,28800,1893,2384,12005,7863,21824,6446,7306,15464,27884,6932,18607,25697,7166,708,8022,11017,21859,12539,28083,20807,2391,29537,14585,5918,20652,26418,27508,12447,20523,1490,510,28091,6901,27099,15396,5262,1185,17527,12102,28098,11316,3931,15451,25055,8379,9323,18917,9730,18533,12281,27345,12394,9769,22148,7844,17404,1518,22713,17258,17223,21056,28116,28117,26732,371,15593,15902,28124,19373,21708,2195,18662,19218,6368,3028,19951,3371,20851,24070,4708,18756,16248,23388,28145,19319,28148,2054,24033,9210,28151,13545,24328,28298,23012,15620,23121,21988,29033,28157,25466,3211,17155,12836,19108,12918,422,4982,17091,24663,18502,16628,9326,9326,218,16415,19433,11859,28755,7362,15379,20159,25208,15424,26663,28178,28178,28183,26389,1950,3983,23515,10823,20816,28187,3527,28187,19785,15922,28190,13567,13007,13504,28194,8446,24091,13455,15763,27378,22257,12010,15670,28166,28166,10160,17658,10761,1892,10640,26680,27729,1144,815,2572,3600,10793,13492,28216,28220,28221,28222,13626,12088,12987,4687,4476,28228,23816,18461,15219,9980,10470,12437,28238,28242,18294,10402,20013,13791,9829,23835,9216,17215,28454,11157,15907,11298,2711,29458,24922,2828,18228,7039,25539,19318,17139,8684,24851,16028,26127,27511,16985,10607,3324,24474,9068,19488,28175,18750,29673,7521,23219,9874,24441,9835,28279,28279,20926,13378,18912,4414,15007,26830,17984,17156,14468,13459,4923,21946,29329,543,11315,25948,23014,5936,29578,19721,20296,5851,17874,7465,12316,20378,25277,4418,7906,7906,7732,12273,4789,14557,7804,24667,9806,9913,8199,22626,15197,25928,16947,5704,28314,6433,24343,24042,23379,29698,16289,16289,18095,28487,23838,16838,20020,5593,27568,24975,23866,19932,18657,28334,7711,6053,11805,5282,20788,17856,27593,27593,19794,19354,159,16945,9314,14769,13348,28342,8824,23659,25164,13659,13466,22473,27570,1817,4120,26493,17658,28351,7986,20385,28715,8219,6727,27867,3839,8788,22939,12233,20593,3256,16352,1009,20417,7572,27766,17360,27046,1207,12018,842,1254,11041,11167,3423,28380,3547,10913,29535,28385,14569,9849,24094,6774,7844,10680,15271,53931,2557,10600,28394,9836,6962,26268,26533,2209,9556,663,3027,3027,28401,18875,28404,28406,24455,15248,19645,2672,554,6382,28412,27897,16739,23334,28416,28416,11378,6658,4839,10114,22421,6722,26066,28836,8383,15177,9661,9714,27117,17949,27201,10453,19631,13334,4371,29347,1486,4354,21993,9503,20932,17970,8501,12208,21599,21248,25574,57,13947,4722,28861,8782,24115,3491,3491,2239,24771,14615,1945,28457,28457,3452,14852,20970,17565,354,4807,11223,850,4162,16684,26545,5625,4820,4002,96,22716,28474,9785,20020,1935,22863,4358,21104,20072,28480,28480,6528,14883,10450,28483,16704,20926,22837,2756,12922,5269,7094,2149,12071,20777,26687,3734,1989,19699,27049,20220,7289,2507,23831,4386,26569,4834,71,15193,11053,2284,3979,5339,25672,20649,8836,14462,28502,28490,3696,2537,2907,28517,17171,1178,28520,26289,9354,9353,28526,10871,3937,19222,18534,28537,28537,28536,19100,21785,28111,19355,26792,26757,28545,28548,13066,8575,19449,22048,21459,27719,4189,21042,626,14827,29493,5236,15758,15758,8034,17537,20853,1260,11041,28559,28959,25493,9384,6533,4353,22257,19986,3825,14140,6506,3503,7871,267,9538,809,27181,10712,11324,28576,28577,23408,8061,26293,25560,11382,15816,12835,12833,8269,7905,3265,28591,18281,691,6083,21830,6846,28417,9934,24271,24271,28410,13065,10690,1384,17204,20950,23167,26701,9606,1233,1233,28617,15753,28621,21506,92,21111,19582,21855,21855,29596,12551,9795,26965,28629,28629,8459,25379,385,23467,28632,24163,11975,8996,5232,15700,6885,7504,23061,27753,10494,8702,28641,16144,14231,28647,22952,22948,4905,23883,11578,26535,9897,10431,15390,7478,14454,7706,9124,28651,2367,12781,26218,16707,19342,9244,19423,6807,23257,21582,28662,11290,21836,8518,1456,9685,5385,26612,28672,28085,203,1837,23122,29310,19399,11440,28342,21226,3616,1120,3842,28677,22713,10931,4178,5965,8450,1330,24167,3604,27255,25819,25820,28287,28685,19572,21234,29441,16690,19676,11304,22124,28698,6353,26261,25015,13361,25913,19296,23477,10364,19619,8708,20173,17908,1189,8588,5813,27646,16633,10163,16633,3594,27956,15564,28719,13343,7350,3192,23485,25361,13447,7689,11471,22274,28723,16385,2285,21023,13500,8326,19075,21498,12468,8361,27554,10388,16204,28737,28735,28735,9858,4918,28453,28737,28738,17561,28740,7243,22236,4265,20317,8623,18375,5488,19490,227,21190,8119,18848,18848,8374,29371,3376,24870,6714,11557,8577,27032,9109,24349,13487,608,27227,28761,4554,18764,28767,1347,8977,28771,16789,12988,16613,3639,17446,12293,18084,28258,20964,11523,7420,4592,2207,20645,13484,2050,10534,11620,28206,8482,22002,22002,29438,6665,8743,19620,16540,14649,27790,10064,13009,22613,28796,28797,28797,11536,5744,12818,28799,21685,21537,16164,4537,17489,11074,23527,29193,24494,24906,14709,15295,19416,200,27369,28818,3660,28821,17734,4162,28244,19972,1359,28538,11893,6978,29461,28750,9028,6853,19334,11567,6312,17967,12821,24777,28346,28834,28834,25637,26101,14107,9376,12028,16302,212,18758,8843,5286,26464,8192,2919,17667,23444,9571,28847,17724,5353,8398,460,13131,3741,8332,28859,1303,10086,10086,15123,28998,28860,4714,15073,5050,14398,7238,24289,242,23538,18396,9445,28875,25019,12584,7881,2744,8698,17816,12473,26916,4691,9168,5404,15352,24470,3228,979,1537,2435,2575,23684,13590,10408,16396,15837,3211,21845,3218,8833,6305,28904,19019,19923,11922,24077,18851,11320,7947,28911,4428,28912,22670,131,28914,21034,12798,22375,2935,13172,8258,13580,6318,8240,21492,9776,27395,11444,3026,14630,14138,26906,6493,18874,21769,2272,1004,17410,24876,28937,28939,28942,16881,9389,8072,7398,17055,11917,7717,23299,13920,221,15067,14107,5419,23668,21427,8891,28725,8096,7828,2877,23108,26155,14783,26118,21540,53994,10252,5704,1445,8200,7540,15790,21579,29073,10148,23460,24195,1363,28970,6881,21145,3266,29299,28973,16221,28977,13747,1634,2101,23884,28978,28978,29174,8066,27763,12344,17146,28987,25882,27114,16260,9020,16228,8823,8823,15458,13366,28995,29549,13827,23417,3752,12593,29088,15569,19837,26629,29006,4911,4911,29008,3968,13722,20292,12103,29011,21920,25407,21794,17893,29013,3727,23978,19668,324,13623,25182,7313,24405,6460,29028,17367,14939,21605,16294,27455,12881,26839,6373,16015,17039,2089,29031,29034,24267,16788,24788,29037,27606,16245,5453,6046,23870,17419,4382,12191,19563,2068,8403,23942,23942,2534,10347,20095,29050,3610,11052,15120,9719,6155,1759,3066,25187,21348,20687,7965,17093,13825,27978,12455,11329,25749,19515,6624,29073,23186,26831,2205,11642,21714,3424,8791,8098,23785,4168,9745,18060,4648,12446,5639,23507,72,13551,29091,29652,702,29095,17511,10867,19406,21018,965,7980,19714,533,2165,10020,22186,1349,11064,29109,17172,21395,11546,24968,3621,11099,20422,7462,12116,16953,10105,5589,3483,3672,23319,11350,15520,6926,5248,28307,5173,20890,213,14209,15516,4497,14167,20936,20936,26203,17988,20247,12750,9127,3291,2225,7256,10020,17742,22605,15665,15741,13112,25737,22910,4511,24483,11974,24744,27144,22863,17864,17696,17399,22880,20293,8982,27355,14508,22495,27486,10623,4393,9155,20008,3856,25670,20538,24918,2363,15617,10242,10242,2382,9862,25969,25360,15383,1488,10971,8756,23439,133,13472,274,20552,21687,21167,10594,28412,12085,10901,19846,5467,881,18302,13959,25435,1056,6925,5496,10544,20440,8730,19049,19049,3089,16240,13127,15169,227,227,4462,20026,14222,29194,28992,22372,14083,27743,3952,3952,27457,29201,18492,24427,17779,12251,9492,22771,1622,22166,12291,11104,29210,20737,20027,1794,5087,14000,29215,10973,29219,4342,29225,16300,29228,28773,22000,4260,27380,7772,29232,12462,3755,3755,10426,9231,4494,22509,25099,22997,16723,3287,5614,606,28194,12494,3080,1554,23053,12623,20593,21697,9775,17652,28751,2037,29249,28769,6964,29251,3042,4442,2159,23242,53950,19411,13597,25669,16208,29261,21125,2906,19234,7317,6069,4913,14038,29269,18270,16270,5129,29273,13347,26937,17023,5642,580,20581,28336,18498,18498,13939,28898,20452,19173,20452,29280,29280,29282,13743,3052,209,209,4594,7717,3850,2266,16833,29220,155,12779,18903,4802,22124,8695,2551,252,13660,25909,29307,14500,28363,24774,11299,21355,519,3571,26388,28044,28044,9295,20444,29315,29316,18165,9029,29133,24653,14634,8478,24373,29325,29329,29330,11339,4339,15099,22827,24998,15680,13442,29338,29338,29341,29423,261,29342,5004,28857,11907,23053,29250,29681,29351,5764,1417,24915,9002,29357,14590,29359,5234,12358,24805,17900,26410,20996,18300,18552,23640,206,12997,12642,991,12785,24002,2808,9684,7363,3739,25115,20635,27240,20522,24433,25533,8510,13542,17894,5636,23722,8065,2461,5871,29388,27799,29391,8517,5003,5003,19846,17496,11829,29399,14641,8024,8024,28470,4248,13385,29504,10675,18759,20201,7991,14335,20700,21779,9084,2608,21278,23576,27932,10664,20267,16333,29415,1498,27565,5026,264,11611,21920,9588,10824,15842,8875,11470,16708,28304,26923,28150,5481,23397,21505,2824,10306,28791,27222,5548,1765,5257,4973,5591,29433,9808,19378,15159,10957,6703,7200,24282,749,12554,1905,9991,8243,20127,10638,18540,23836,17955,19183,29451,29452,29452,4302,17005,7195,28827,7665,24637,29462,24577,26542,22828,7416,8194,23437,11524,24289,6370,19484,28321,6326,13523,27833,19218,889,9820,13884,23185,11473,11964,10315,28600,3981,11209,8985,617,10331,14425,29492,642,29494,29495,29496,3549,4363,27573,16382,9939,9404,15015,25825,23183,2595,23807,9924,23475,2241,21480,4362,29508,19756,11832,25357,2933,13841,13784,20565,2156,25681,20411,16795,29521,29524,29522,29526,13909,21983,21983,27699,29743,29572,5851,29530,8542,2311,18215,8632,28965,1472,29275,6381,6381,747,25532,29534,13963,7391,7391,21368,29537,22395,23365,9633,21130,12878,12122,12412,2285,10937,7413,29542,6099,6099,3065,18996,29550,9906,14700,16947,4256,23654,23654,29555,12186,5733,17435,23858,1328,29558,2056,1799,1026,27197,24863,24863,21369,1894,5896,14379,15308,28501,12129,7027,4093,10670,27652,29580,6994,19856,19689,13549,2790,16253,23376,22207,666,26054,12666,29594,4321,15734,7834,7834,6814,21103,2269,17901,28514,29610,10916,3111,10836,7395,18287,24852,6108,17915,29618,29621,11493,5050,25591,20167,18052,17466,15592,13374,12469,12890,25158,15718,24225,14151,29631,5170,8871,8892,17472,19139,10716,27037,24905,4055,12315,1618,18366,14856,16417,16417,26944,16055,13349,29647,15964,16567,25113,13823,28872,14124,12900,23987,10106,2764,5804,12890,8826,11226,9732,29661,29003,29662,21482,4278,27485,29667,29205,29667,10553,933,29669,12645,28103,15974,23971,29676,29676,21439,21791,16390,999,24780,27866,16908,29682,24150,29683,2181,17307,5121,17088,5082,6730,3751,20402,19729,7836,17134,19658,28213,996,21084,21084,1205,11999,27588,29696,12572,29698,21242,19561,29701,4152,19145,29101,22197,15145,29705,53973,53932,29711,53956,53990,53880,6863,2995,29715,53944,53953,53946,53965,53969,3819,18021,29722,53978,29726,54002,20384,16763,205,9130,16619,9068,53984,53985,26530,53995,29732,2279,4229,25489,19902,53992,53994,53889,15513,17120,29529,11553,29739,54005,29718,29738,54008,14732,29716,53949,53916,54024,54012,18370,27173,29745,53854,53771,53937,53774,53917,51013,53782,53785,53871,53850,53791,50676,29748,32383,38485,53866,29749,53863,53913,53843,36290,44020,53823,53826,53830,53829,53829,33147,51897,41199,41199,29753,53200,41199,29756,29755,52708,42839,40769,47581,31919,40335,31359,49090,34569,47043,29829,41753,33363,51482,33885,41207,50636,44044,52599,42279,38091,30392,36748,43719,43733,42612,38123,47568,43453,49562,46237,45362,48591,38695,46722,42172,34164,46822,52107,31216,50690,39519,30701,36753,32756,37688,44610,33066,53277,36543,46770,36851,53979,41328,38135,49208,47623,46738,47700,49413,33744,40688,46607,48392,44207,35712,43892,40695,39733,39015,36612,46295,33618,39096,52321,47297,43756,48378,47230,34943,42987,32989,50878,35675,34182,42709,31599,53120,29994,52572,44579,37714,52057,49984,52325,37955,32818,34447,53433,53262,34574,46166,39642,42132,37397,35416,35404,44042,48908,36563,40602,35213,45785,46734,37412,36017,35344,47901,38253,35777,53488,29781,48554,45116,45346,40946,40586,33675,35403,50858,41977,41944,51502,46876,50366,47619,42961,41226,35299,46472,49627,38118,43851,31076,44037,31964,31595,35243,50515,33346,47477,49982,48111,32679,29784,47044,51818,47550,33670,51126,49189,47372,44975,35819,36632,32671,40694,35278,48742,50016,29848,38293,43179,46075,38793,38389,35460,32718,46397,36826,47811,52156,49685,31307,41148,39380,50788,45029,41369,52798,53637,33941,31958,48557,44951,52295,47610,44425,49718,37308,45009,51161,39452,32386,41493,38494,43619,43964,32259,30601,48892,30208,51606,34320,29980,50501,38765,41152,32095,45051,50263,47034,42066,39421,51077,32338,49957,36737,50293,50585,37219,36184,43508,30561,38882,44045,45443,43969,53135,35794,50778,50047,45529,33423,49365,33266,41128,45346,40453,40609,45677,45508,40610,30024,31283,49657,50322,47414,53619,53700,53399,47341,51690,32543,38760,45764,33970,52718,47666,38574,50742,44064,46381,53664,49568,36384,32384,48969,38219,48751,31781,46002,34963,49105,38651,32099,39561,48482,48265,48744,51673,49900,33980,31797,45572,38816,48020,30851,51405,53322,38700,44968,45494,43606,36485,34354,46176,40891,48022,34807,53336,32416,53258,32297,52117,45805,29818,51106,33822,41006,49577,43251,33831,35451,50970,39240,39442,34566,49810,46020,42756,34237,31213,40646,30771,41861,32545,34235,41797,40076,41038,30103,32761,30014,33200,39038,32301,48532,32569,37215,50710,32989,42545,37085,47439,33645,52515,47814,49803,35412,36685,53278,46492,33669,40728,32752,52434,47864,35021,51159,31355,39505,36806,40753,48145,31913,52623,49879,34412,33710,50597,51918,44140,39494,52820,39686,35002,51465,47607,34703,45286,38952,32552,42576,39041,30710,39628,45217,30504,44065,31339,40722,53008,40033,41343,50091,52826,33419,39391,51401,40916,38143,33004,49428,43112,50579,31648,37337,51495,47669,52764,37998,40619,50254,42789,39423,51230,39198,44548,34202,33970,33208,33713,44294,48105,51424,46431,40871,44048,35805,40599,48344,34537,41344,31745,34345,34361,47998,36724,53325,53926,37300,51031,44218,38706,51257,34690,40502,44571,46874,52289,36764,31448,37272,40844,47605,46509,39592,44393,35296,42913,51525,49535,41696,42146,31155,34530,36270,50279,30834,49244,49214,31143,29849,46097,39052,30985,44803,30858,32098,45494,30414,48439,37544,36436,48962,34107,32231,34072,44890,47760,52226,38007,38341,46842,36542,49891,53612,36686,48592,36457,44559,51321,29858,48981,53244,51335,37467,38407,45048,39629,36829,43288,36160,46530,53505,31783,39652,43172,53771,50015,34710,32880,46886,44811,31128,33224,40618,45204,52562,29860,30358,32911,46224,38928,49899,37555,40705,37797,39522,52325,41215,42315,40038,51924,34057,40179,39386,51384,42322,36965,29864,42425,33492,42522,39371,30262,44576,40023,49981,31099,46215,50344,47445,29867,44077,37127,43475,40227,35121,47450,32228,32566,44009,37572,52182,50287,50422,40310,37376,49498,44613,47408,46053,33078,51742,45222,32793,29871,44341,35270,29875,42472,38744,51351,52385,49856,49572,41416,47887,50903,35709,41526,33909,33983,43571,30612,30244,50200,37003,39694,35088,34272,40367,36286,36557,38275,35326,31925,30291,36660,52821,44554,33411,37895,50140,35672,41744,37986,49238,40775,49080,40896,41795,51372,50651,40975,39334,51931,49446,48231,42591,39859,46464,49952,46179,36573,52564,52564,49288,29924,44793,30125,44777,52581,29994,48969,35702,38810,44125,52244,33148,44564,53497,29882,47079,38853,44678,48206,52943,35868,38992,32672,49211,53085,36678,51696,34681,44360,52745,34118,47870,48920,36754,35558,48148,49984,50636,51640,39583,45736,44289,47184,32927,53296,46190,41875,44555,39839,42895,49382,43662,44135,36317,50184,29887,47501,45516,41568,50156,48279,34486,48294,35776,37503,45816,50491,46291,48870,33992,52065,30163,30777,53670,40602,45840,34542,49427,39135,38641,47549,37329,44498,38775,34559,52840,37740,41516,51264,45097,43595,42642,33778,41224,39330,52213,52767,51689,30232,42334,44462,29894,39554,37048,36520,39419,51092,44398,35443,35771,36608,32042,45949,29917,35986,42677,48663,35373,43490,30511,40776,38028,48774,49582,40938,42478,33655,39473,50492,37057,52340,51895,50970,43523,31042,40222,47808,34403,51919,47802,42125,43716,32859,38648,33958,32994,38190,37146,46597,53393,43613,34402,33574,33308,53077,29905,31550,30128,33678,39477,42383,32448,33187,48938,48046,39366,31438,47039,51028,42575,40535,46167,37156,48482,33345,44415,39157,37335,43290,39984,46887,40184,32058,41648,52328,33836,44828,40976,32625,30666,32708,39116,33733,39245,44798,38687,41772,35340,33937,40570,50946,46038,41615,29908,37182,51943,37484,34620,40079,43062,33171,35819,53161,36556,33900,35254,33792,42976,49977,31305,30710,36405,31790,39468,29807,49830,34857,30050,29836,39952,43974,48509,33030,36276,52877,46773,33404,31668,43931,48215,39149,40837,46380,29914,41579,35470,34025,47372,49359,35138,47753,37660,50969,38606,29917,44948,49438,33008,44495,53348,42256,47559,46393,35194,33285,38632,48786,29919,33327,36149,35446,36674,39985,39629,33202,34574,40591,38914,50328,52439,47181,43760,31805,32497,35897,40372,45413,35448,32217,47820,38192,34824,34301,34573,41721,31302,40224,36536,38965,35037,38515,37270,46630,34534,52202,43003,43136,42879,40037,38551,41543,36184,31078,40080,37701,37842,49581,50255,30961,35282,36121,34143,52191,52242,33001,31021,49382,29933,37768,46022,42194,51183,31687,50532,37500,38617,32046,39455,33306,35433,35135,31709,32320,50721,31721,43257,45645,42764,31055,49989,33341,30864,31023,32744,33642,50822,38876,41546,35961,44410,39876,50405,33963,34542,37529,38064,38064,38854,32958,34966,49168,53106,44665,46064,48756,38715,49650,37717,33862,33512,42147,44637,30500,49499,30790,46014,32874,42401,43283,38270,45017,38473,42363,30001,33496,32407,45601,37762,41138,39219,37202,52139,48918,36508,34917,41561,42127,41842,50609,46826,41434,40215,37241,38752,34709,31156,43866,30629,48314,39264,38349,36859,30635,38069,40406,29948,47222,50470,37998,44106,31109,39820,40520,34423,46073,35387,33547,51386,50798,40906,50569,51723,47332,46979,47024,47263,52950,49549,43050,50949,49565,48106,52722,36689,36538,40183,33048,38228,35076,46519,49807,40641,35098,38147,36537,41552,35158,50266,29838,47795,37341,53333,35485,31587,47984,39418,44764,30460,38431,53375,45773,34213,42693,53208,35964,31237,36662,47055,50393,41814,53519,52622,41222,30942,39508,45534,33841,32910,53501,49025,37031,38322,31410,31042,52791,30106,35263,35796,37424,49874,33129,39121,48555,35842,49780,40495,41672,32810,50267,35630,52902,31249,40300,36190,43803,29969,45824,35079,31907,36658,47285,48400,44196,48615,40954,47348,32194,52009,52188,41574,38732,39032,40363,52146,35629,39444,38464,33230,44184,33130,32809,41200,51333,44260,52010,48885,41731,48845,45167,37505,49016,53341,35659,48710,41489,42652,34776,51501,49151,45052,44465,50268,44772,32718,50291,39124,48523,41347,48375,39258,53010,42368,43600,39105,47227,31924,39354,38661,30771,46177,39674,42675,34882,47700,38243,33040,39871,34348,34504,46764,52597,47157,31557,34848,30571,48794,52320,52205,33601,35165,50096,34210,31764,31891,42425,39847,32789,32917,47965,43111,51689,33416,41186,32904,38667,44469,47142,45637,52332,36041,32633,45461,41306,47436,35505,38732,33420,49702,51033,46558,48676,30038,51673,51673,52441,46413,45219,41403,43010,45717,46359,43564,44329,37324,44173,37057,50706,39833,53320,40573,40487,41903,53094,44084,46079,49700,49735,33245,32360,41012,30623,52058,33856,35020,44438,35023,50443,29988,36020,46033,47326,41054,41666,43791,50811,46214,46888,44296,49366,39347,42565,35379,49745,40443,50351,38398,35679,45466,44147,49542,38867,43112,48408,44049,34904,44247,41522,41522,45332,31369,41446,45754,47166,51655,35716,48082,44657,31087,35570,32783,43962,41174,33603,51046,29747,43161,41051,47306,31567,45288,36013,38014,50762,43683,42492,36235,30797,30404,36992,45766,52745,47950,48582,53615,38546,42735,37802,47434,45690,34868,47794,42126,41076,33177,48347,33459,40050,38508,43425,52073,50059,34922,32478,47212,34808,52678,40654,45062,31839,44159,38608,41201,30366,36624,36113,48416,38343,50589,33965,42779,51358,42525,45198,53129,33576,35711,42187,53603,38900,41113,40776,38310,33477,51762,50591,44050,37262,50592,40389,38709,45470,43143,43143,47697,37239,39186,33855,33765,35626,41093,47418,44491,30173,48385,38198,42110,46119,29764,36350,48727,41852,31181,38954,38110,33823,40624,53389,46419,32738,30698,43853,46813,30823,53278,40231,33809,52895,31341,36641,43447,48680,33614,31594,31380,44459,32314,50018,43970,38018,53304,52610,49503,49782,38807,52440,50215,49503,49975,31844,51737,33188,42581,40695,40570,49992,35242,36823,36823,49834,53722,53722,40411,38003,48650,44497,36361,33724,33724,33116,45861,36208,33116,30897,41166,48118,45055,52177,52099,48857,30023,53709,48857,32451,35811,38207,50712,49565,35362,53718,45792,50212,40401,38122,37164,39056,34015,48719,37140,48941,44216,39893,33414,32750,46553,38142,33369,37107,48340,34169,51199,37196,42978,35657,37381,50780,42641,50752,46990,46096,39656,44318,32605,45536,44482,49767,51325,47149,34514,46541,37755,50413,53368,34818,47658,35879,45756,39648,31656,36591,38466,30643,46214,53318,38214,43549,40608,53516,30159,45944,33435,34476,33829,44971,46850,37122,50323,42728,38771,32429,47134,40438,47496,40448,52366,49716,42917,52126,42723,36945,37816,40663,35347,40419,44123,51158,36932,41951,40059,33114,40051,36369,45282,52369,49791,50317,44159,43174,39861,32538,52009,43973,31815,42872,34688,43406,38166,40572,36410,46215,29956,38533,53565,36908,41748,33817,43105,50257,31192,46511,53097,50604,43061,42118,31317,40731,46308,35417,43569,40914,51286,34014,52080,32435,48264,44771,45734,32122,49372,38100,39908,32439,39907,48983,39475,45584,33131,46629,49086,31721,45412,38056,49963,38008,45224,52515,32711,44194,49029,49259,29911,42972,44194,53859,42539,41303,35149,33361,35210,42124,42596,47940,38585,50323,40315,33035,34247,30197,38985,39818,40015,39817,42809,42935,36007,51250,29964,37631,35992,53327,37007,35896,29947,40706,46062,42581,51702,39930,49619,30125,43105,32802,46427,39249,32065,42696,30490,51625,39770,52665,39017,48665,36216,49704,44317,36906,33943,44946,39323,33376,41700,44385,53193,37678,50170,32893,37063,41834,30299,34595,30332,35040,37842,45861,30343,50285,52098,41693,52940,48847,35476,50025,48451,44302,41808,48124,51943,34854,51834,37106,53565,52238,40185,33247,34406,40289,38602,43067,43552,47757,35634,48669,41239,48511,41656,33816,53531,33761,41991,39734,36691,39414,33824,41378,45232,42668,30056,49290,49201,33146,40535,50038,30057,41234,47674,35413,30712,42090,51693,52775,42036,52581,35459,30060,44222,29853,43639,31674,31098,33002,36153,39947,32745,41546,33505,48205,44826,50865,47121,33806,49952,46664,34389,52124,39598,49497,52860,41846,40620,40620,32325,42848,32592,46639,38013,35828,41922,39039,44513,42595,47077,38053,33561,39321,40949,48140,51063,32949,45577,53579,32091,41164,49192,34238,33587,32487,34612,39541,36015,42486,52272,34237,46273,39112,35335,53065,50160,44950,42861,30307,45054,41011,45064,37958,48934,51379,37046,42378,37931,38319,30065,42601,41247,34022,42019,35960,38971,40009,31340,52416,33080,48834,40109,32764,52201,30066,49355,40472,52633,37074,50032,50556,53237,43430,48085,40259,43221,32580,38386,30506,40379,41214,45611,40313,48631,39870,29768,52266,47457,40650,34277,44926,31387,47756,31935,46948,30201,40353,47652,53572,31810,51683,40560,36377,53441,40290,39096,40139,42200,43934,48702,50895,31449,46933,46349,36474,43063,41751,39163,44523,50169,48492,31872,31574,32813,31125,52665,41139,30074,38054,38054,40103,50335,38106,42813,49883,50484,43652,36917,32230,38518,41515,40553,36896,38359,40519,52043,46070,40994,35212,39389,33577,30076,49986,33272,34266,51273,40654,31588,37661,51028,46167,52325,45565,52174,43469,53321,44219,32797,50427,37206,42529,31769,48916,48705,35841,46458,35224,42421,50192,37824,38385,40789,47771,32878,51798,40496,39249,50388,39597,31200,41253,42047,47182,47371,30922,33654,49745,30085,30908,30481,49093,43812,50562,35763,36451,46275,38501,45716,31910,49155,41997,43036,30087,39326,50432,43562,34371,30335,48590,42695,52677,53229,46819,30143,39676,51395,37629,50025,32546,47476,42488,51532,45569,29979,35449,38300,51352,48919,43569,30091,35449,46342,41109,41235,45979,53669,48379,31996,29828,40728,30645,42319,36565,33031,33753,47278,52485,49424,46031,46824,35912,41198,44533,32299,31372,51027,49108,32698,30160,33831,42441,31106,47153,37280,34805,52742,37280,32955,34161,48152,30472,50815,47734,36872,40779,33954,34188,42109,50905,35280,30102,45264,42450,48273,34957,47404,33056,46883,39487,52790,34640,45517,52970,46304,32851,33103,46753,44019,39808,40793,43702,49400,43450,31407,35091,51058,35242,48282,43241,31985,30107,33925,48645,43103,30437,31495,43209,42905,48102,39643,32976,30573,35643,36664,32551,45127,49489,44251,45092,35523,40871,41418,37131,35071,42338,52839,31042,38810,40355,41548,41070,46594,46756,29943,31068,39097,40331,52012,39285,39219,53215,45492,43043,36894,46656,30840,51417,31185,38963,36419,45061,47620,53162,47953,33975,33332,51420,30110,36741,52568,46357,47824,49885,37673,41950,44275,37028,37051,37616,42853,45177,47246,43653,39394,51250,37504,44017,51250,41441,44758,48772,30733,36695,48457,44471,45749,46200,46289,42554,50024,50952,38140,36315,39337,35627,47750,32062,34430,45367,50002,43265,34214,39347,52578,52118,36858,42474,49885,35409,37330,35115,48602,37053,32726,49248,43576,45743,40962,44189,49403,38289,36151,47823,35625,48071,31051,35154,45219,36879,36005,38396,49540,50425,42399,37204,39031,49030,46052,42167,41743,36454,48908,36036,51203,53671,42901,34920,49462,44482,32408,45394,39951,38329,40151,51411,39246,38014,34471,33378,34441,30394,38284,51653,53114,51279,35395,41244,48798,50675,51966,43036,30128,40217,36158,32707,42298,48043,44625,35764,30611,36729,40883,40760,42242,38570,42643,33356,38823,41228,53929,37718,53686,33032,45581,48757,43648,40188,42770,32839,48448,48448,47039,48446,34289,36330,39988,48055,36637,48944,36064,36642,45698,52953,45842,47016,44733,51888,48199,44156,33333,50693,30732,51477,34071,52268,40325,45627,50135,50135,33239,42005,29827,34272,37890,45940,32108,51464,47683,40721,51230,38594,50245,47031,42487,52024,30832,52747,52747,43146,33565,49397,34559,45545,46638,50522,32450,45413,42267,32399,35495,45183,35674,31255,47451,37993,50051,49118,35126,32334,48947,45630,32218,42032,52225,41870,51096,48294,36500,45220,41780,45796,33902,39882,34131,38872,53677,40600,41860,51343,45115,51314,36577,42830,42817,35927,43748,44423,47591,32091,32091,43588,46084,35932,34561,49590,52682,30580,31286,40480,33459,49684,30155,31497,36600,41988,42220,43822,38830,30158,36492,30455,43145,52133,52133,29787,46195,34507,35922,51323,51323,49045,49045,49300,47442,36328,38088,36695,39659,37262,52922,32145,31919,40261,44274,40145,40078,36633,44051,37530,38130,42339,42339,44051,37529,44108,44220,31910,45054,38127,49278,46466,53179,35099,51974,50592,40832,41336,38183,33278,53367,47717,47391,38111,45360,53737,45221,44145,45696,32944,30704,33425,51298,43015,30168,43856,45805,44111,39548,46027,46036,35455,52652,37207,50116,39336,50618,33038,52465,52465,43856,48481,48997,48997,34727,42436,48481,44408,33890,47003,42959,49694,50031,40227,53080,42934,34723,36276,37547,53345,49273,44217,35159,39235,43340,39235,34777,32423,48519,49858,40029,44679,46431,47072,43317,38207,36356,48975,32124,50632,49825,36546,50005,31757,44861,46424,42775,43226,30691,30691,38548,32596,50652,41431,35379,35897,39569,47582,45664,45121,30274,43245,43638,41853,37679,38905,44731,40388,49577,50510,36951,33853,45349,37610,34762,30729,50178,49416,39248,39248,30186,35963,31207,38350,42098,49448,52872,36730,31717,36810,35039,32915,31132,33031,34885,44180,40847,40331,35179,41467,29813,47620,31174,38342,48460,44010,46147,43397,44668,39467,47667,34084,43958,44806,36106,52000,37255,33267,32504,45670,38143,42329,47870,41628,41833,35858,39445,30299,38141,46301,43323,39369,44552,30193,42361,30788,46796,39716,39716,37718,30413,38494,47910,39090,30413,53502,35806,41493,41246,40685,38699,53686,42566,40066,50382,44895,41815,36921,42043,34100,31168,39903,48257,52718,51354,52133,46919,47209,52638,50781,51591,51521,49717,35524,47948,40172,37225,34151,34671,45864,31252,40574,53187,35257,47048,47876,39810,51990,33303,35555,48854,48701,40650,49490,42300,49579,37456,47215,36327,31623,38411,33587,32932,52257,50608,44214,32334,39193,30998,42607,52122,50656,35020,44331,50874,47704,42524,34029,31562,45753,32620,38258,32825,42772,37594,34197,52351,29868,32393,53016,35009,45011,37793,32979,34607,49361,43147,34052,41053,29988,33000,49428,42027,45638,44631,39576,49632,52429,45304,29764,46077,51957,45571,33169,43241,46314,51608,50794,47740,45284,36304,38331,42233,31255,53584,48632,29915,40643,30210,41962,48988,47728,48324,47223,31553,35157,36306,44546,47214,37099,36306,31539,34338,36374,41843,35887,35554,33295,43498,41232,50624,50056,44916,36715,32601,35802,51813,47649,47854,42889,36635,48275,44798,39222,33053,50256,33937,32193,45140,48653,30212,29849,49372,32974,45416,32074,50458,35470,35043,43251,49376,44924,50529,38270,42755,46301,48806,43870,39928,39928,41257,44554,40404,47158,37893,36568,43210,38396,38315,32491,29801,45257,40441,37280,51001,29925,48490,37136,39788,39873,37004,35202,39788,44840,42360,39603,49553,47839,35808,46878,38474,42293,41922,41883,46590,34295,37459,51255,39433,48597,39618,46184,30834,35907,46484,38216,31526,37028,33389,53121,38779,45708,38342,43758,46718,30082,53381,52590,41310,36773,53216,31373,49245,36112,39032,35757,32831,49509,49300,49300,31149,50808,30912,41925,33504,41160,41856,51591,33393,41160,44879,33348,33495,31774,32004,39296,43029,46039,46039,36108,39712,31413,46546,44130,48754,34767,43052,30221,42095,49197,33928,33475,38482,48779,39946,40694,46473,42499,33402,41872,50769,33847,50467,46283,46794,40780,32100,53300,37714,35626,52176,42296,33613,40383,48323,53196,33987,47989,44110,35360,49116,36072,41211,32633,43200,42325,38831,50406,33063,33063,31327,50122,43863,30227,39797,45913,38991,43919,44140,29915,30896,49133,36347,52436,36611,34449,30230,45448,39485,37126,32106,52064,40953,52064,47660,36019,37581,39680,46906,48816,32063,44127,34229,48564,51224,32525,37193,37018,40916,53162,44276,34123,30640,52233,50134,34745,43058,38629,49983,40145,40145,49819,37192,52559,40887,33947,47447,32861,45888,29809,49721,33550,39151,53917,41062,47820,46110,51999,32101,37728,32419,49008,46392,40454,30612,46518,41711,38045,52649,37938,43940,32760,38464,38135,49507,39285,44820,35091,32937,36414,52111,31769,36939,48227,31773,46689,50541,40815,32325,43891,31021,36690,48861,48726,42520,44745,30323,52380,40627,44566,31626,45635,38907,34491,53656,52237,38988,35765,30260,32338,51595,48758,48605,46429,39046,38863,46944,42700,49511,39680,39046,35491,40562,50760,49589,40388,44214,39080,44569,33628,32735,51371,39718,40482,48453,46089,35724,37604,42224,40579,31302,48824,42264,45332,35196,52276,48499,49275,33041,41750,31670,51715,47152,52460,34511,40741,49481,50616,36218,34776,48408,43312,38725,41927,35743,37645,45521,35034,40115,30199,32754,41964,40337,46298,52143,32937,51350,33770,48937,39311,38014,38014,40357,33217,52947,48187,36170,49528,40213,37750,48927,35076,40416,45827,43203,44789,52768,30766,51653,38358,47664,45893,34675,51987,46793,35482,42236,39225,39772,31342,31728,42877,45223,43945,50604,52936,40344,47661,34524,34710,39775,50634,52562,38081,45732,49972,47840,44102,44860,44211,32558,36471,52274,45404,31378,41781,32152,30280,53117,31309,33280,48211,42649,44230,52798,52007,39437,53026,43959,38693,50888,42333,52388,30941,33988,47593,36685,51102,41503,35646,35646,34477,46765,48626,52068,39757,39468,48710,40245,44378,31578,36054,40257,45542,45488,48799,39848,49195,38697,42724,38461,48243,36402,42391,35634,39794,30898,34208,48014,38173,52843,44815,37288,52368,36964,32366,46836,46836,45154,39943,41219,32805,36948,38925,35505,36909,39920,31579,34814,40959,32567,31053,49758,50078,48633,48733,43220,41138,48733,52605,44083,41245,46228,30292,46162,46965,45652,35313,46757,37969,45377,31727,50564,44263,30602,38212,38318,40681,46658,38492,31057,31948,30613,43726,41867,37088,37557,49048,46844,51426,40276,32348,32242,41687,53568,39093,50038,35905,50154,32660,46950,42417,43525,37149,33807,48412,50590,31661,52190,45466,33448,53563,41886,36534,42284,49779,46884,46707,34031,45224,48983,47983,52887,30365,51073,51165,34936,37646,46614,39557,40670,37237,45367,38050,33763,38867,36455,30230,30230,51552,41473,36618,38172,40446,52451,47539,43598,33127,38016,32797,35054,37240,49720,31965,32529,38028,34812,30565,34768,46179,43383,37659,45658,47173,53156,33372,53227,43452,44680,33044,53059,38002,47358,33178,52944,51994,39228,53076,48588,30360,33829,50138,47772,51248,30308,47426,33025,50138,33025,45447,48010,50593,32607,50538,49274,48853,35115,43642,32147,49483,51155,53204,44815,40512,33474,52960,52952,38240,43950,46107,42609,35972,44354,33897,45834,39801,52545,43025,41599,30098,52754,35146,41945,47822,53682,38903,39300,51015,42853,31934,43681,45199,31452,39130,30611,53163,53163,51026,37691,51407,34305,31596,44694,37409,41698,33546,45999,49407,39681,37513,42676,38795,46288,36276,44498,31694,42809,38864,45800,35037,43995,44580,44851,51387,31798,40536,48256,51972,31738,51563,31916,30734,40846,47614,52452,36422,34354,47033,51866,51828,34330,31735,32711,50094,48482,35438,53034,40358,45698,32388,52326,48480,46913,37150,30326,53112,42068,53271,45338,41040,50802,39504,45762,44089,49251,39467,44962,45774,53391,38287,48614,42040,31257,49052,32524,30229,50909,45752,34509,41080,40051,41405,46764,43015,50897,40345,44513,38887,46631,48277,36601,40253,53434,49581,49581,38914,45202,40867,35931,46213,39624,41997,42423,45972,40059,33245,41975,51546,36811,30336,46735,38000,38842,35322,46675,53053,30540,40339,40024,47370,30792,33502,41558,46149,32785,43514,34494,39695,53130,49196,32902,34116,52839,34480,31447,36343,48407,44463,44530,50737,52405,49771,46025,30939,37221,38702,38473,38174,44041,50287,41989,37685,49268,34925,41913,50671,47171,48087,39662,31474,48766,51368,45825,39290,46866,39807,37292,42127,48593,44229,34992,39403,43438,44739,51067,42427,46637,47201,40996,33815,52302,40975,52304,44462,33289,52860,38313,47987,51137,32964,36341,38507,31291,49828,53222,46221,36269,30943,51126,30346,50016,51666,51705,34082,47387,44939,29839,50469,43278,33244,46606,36945,40368,45396,30055,30659,34739,49354,46753,49063,35876,46321,31986,51529,33254,38275,32776,48492,31662,32633,43490,41896,46033,47962,39742,37466,32963,34927,50542,45756,51034,39347,44455,46558,47433,30852,29766,52480,50412,50888,37866,50151,43288,44871,31064,39886,45030,31606,34851,44817,32990,46552,31450,32893,40277,37573,46404,35462,48710,39204,42643,38929,37608,44395,53764,31996,33112,39904,40309,35700,35700,39773,34292,33812,34308,36561,35536,42688,48639,49205,43128,51584,50990,45959,42165,45743,51753,47604,51625,51416,34880,47586,30356,30641,43110,33920,35391,39224,51802,49352,31160,42929,40528,47977,43223,52029,41028,36634,29817,42623,43233,30788,39564,45105,40593,37394,47812,34056,52204,38024,38024,36687,33060,30681,49163,50652,34171,50652,37804,32834,53250,35156,50670,41136,48275,37694,34141,32762,37951,34171,32889,43741,44373,37538,50876,50706,44869,38089,36187,36311,51004,43412,50916,41517,37799,37172,39939,43351,48119,47181,40511,43409,48973,39898,48163,51598,49440,32435,43495,39515,48311,51317,44535,38517,34021,41119,51045,36409,42306,36773,30628,43900,45668,31389,30993,35910,34817,44216,32898,47911,38900,53102,44126,53038,38875,47896,35738,48723,38632,51844,44136,41147,43252,47445,42058,35210,30904,43280,31969,53350,44811,51959,35241,39185,51053,51433,36136,31578,42069,31724,32815,31156,30513,47471,49292,41735,45623,31508,33458,44230,48648,49940,43803,48431,41776,42659,37274,46582,39727,47849,47104,41187,35639,44699,34253,36098,37217,43979,46140,47909,45932,34978,36955,51759,48929,31170,42200,30600,46558,29804,52513,41253,46563,39104,34510,34600,52926,43688,38147,32000,35074,36976,37214,43692,30389,33199,41873,42961,34838,32680,42324,50569,43100,30391,38863,38366,38366,40032,39006,52315,46628,36860,49531,49370,48952,37038,36200,43418,43017,37015,51255,35211,45128,32888,30396,42448,38121,31806,34747,36806,42102,38189,42913,34754,34126,49520,44650,35129,31427,34863,53307,33461,44828,39238,41709,46278,45947,36635,36635,48496,33110,36177,31653,50305,46303,44637,35705,53639,43726,32989,52826,46308,34529,36729,47760,44604,32447,30838,47338,45649,38898,42967,39632,49259,41726,50826,35246,48570,35648,52866,45878,45070,50596,36247,38402,41826,49926,41939,50226,36486,50975,39027,29852,50576,53338,36717,35475,37459,41919,50345,46821,34638,31305,36903,46061,44829,31496,45855,49342,45028,48006,45100,46498,38486,45004,33623,45840,30647,33835,47688,33275,51804,40576,48138,43076,30417,45300,50492,44428,34820,49181,41368,40021,46863,31892,50012,42714,40678,33625,41770,44987,52534,44338,41447,31651,30019,45921,46911,40929,39219,50457,42947,53659,49744,46673,41931,32510,51464,31853,42238,30422,48450,30424,34655,47945,49380,48801,31394,30429,47086,41511,47193,33115,35992,33330,35796,51665,37324,46601,43311,42741,36549,48276,53308,30378,30378,49392,42510,44581,52321,50149,32297,32297,49464,49464,39559,51356,52946,49463,30432,30432,37099,41539,36301,46294,34500,49151,31513,47083,33072,42144,47219,35056,44677,44886,38317,38142,34026,33907,41155,30850,48954,40656,41276,46746,33091,30438,36495,31942,52094,53704,30440,44725,48604,52332,31901,40344,44697,33732,34588,42753,51142,37618,36066,30310,33114,50945,43767,43767,37927,48913,51061,49751,41925,41368,41562,35247,30782,39500,49583,32510,42744,31948,35601,53417,52450,41910,35636,39731,36485,52986,30664,36295,51339,46893,46680,41545,36104,36610,30447,31272,35094,36683,32901,43546,52883,34746,37439,32817,34153,37216,45664,44837,32676,52942,32993,31548,30452,41691,32664,30452,34228,52599,46260,40932,49203,40995,29903,35955,42891,31057,30456,48961,50753,33552,52216,49943,39876,34552,43618,30815,49964,33861,32985,49866,43461,34473,49852,42046,37051,41966,50884,46409,46409,42512,52470,46646,36586,45318,51710,47022,47011,41952,30837,34234,47106,31329,30049,50872,48044,34234,48775,45487,30461,39730,53041,37367,46213,37163,32972,44227,39976,32331,41485,46017,44958,41147,32003,30408,35619,35112,32130,34179,52244,51977,35112,50441,53605,48553,51058,50634,35373,32114,41394,41394,48072,45675,41826,44695,32177,39807,39096,39635,35302,50636,45909,45061,42103,51520,38990,45384,52430,46124,45325,43932,43181,38699,40460,51849,49675,37878,35273,40467,41751,50231,50719,40437,47403,35291,35366,44459,33286,45877,39099,46692,32708,36761,36074,31404,29845,32654,44697,35631,38674,45550,37136,53507,45760,40540,30475,53109,45463,32025,51414,49851,31831,47617,38007,41427,35943,32103,31487,50848,38806,41799,42635,43026,40225,47328,45039,42785,34302,45674,32580,42665,53133,51965,30459,50901,47851,37336,35878,31979,43361,48448,46607,32061,36060,35911,45906,48528,49961,32184,52617,41794,30259,51123,45873,35476,31382,33151,34999,48078,45924,46922,32534,34830,37934,46491,44063,35555,47574,36498,35594,40968,38932,32765,38611,32676,31219,53510,47012,52392,35788,48623,43526,41527,43980,43232,36416,51131,51069,53714,31339,34730,34730,33929,47593,41310,32243,49043,38725,42667,53683,39462,50802,37889,47879,30956,37331,35515,47660,41780,43538,45729,52434,32956,48333,52397,44070,45529,39391,37999,48438,38843,33065,31693,32243,50147,40307,52184,46871,33259,45347,42004,40775,40775,38355,41110,46405,30983,48984,48869,34911,37875,35202,48876,40014,53230,35047,32790,42585,34556,46494,45648,34607,42585,36952,43301,48796,30493,48104,41327,34324,38714,52532,32439,41934,35354,52460,35620,42436,53321,45853,35001,52075,36778,37781,51664,34421,44239,30790,38509,32524,34337,49344,49927,48913,50036,31182,42549,38674,41358,31714,42997,37522,32773,43614,36862,42721,48341,37036,49629,49629,33850,38639,51483,52068,51229,45477,48214,45402,51901,43800,41107,32827,51247,51247,53722,52810,52810,40931,40931,39304,32561,51555,48732,41152,43744,31957,37256,30796,53413,47232,52700,36686,35466,53118,47026,45644,31286,30795,40643,48909,30502,36732,31493,50222,52547,52547,30276,42948,31054,35864,45877,41423,40529,51455,41682,44404,45507,30505,51989,33388,47260,47260,34872,46330,49141,49098,37519,33533,30026,31583,31583,35029,44924,41493,38326,41715,44028,51332,43851,53019,33694,33387,49251,35408,45053,52624,37807,38173,30512,52651,44405,43012,38236,49648,34115,36344,39882,40230,39722,39441,46985,39845,30514,30838,50919,46868,52645,32693,36575,33138,38090,36725,48970,49697,30932,45730,52734,52860,34702,30515,34901,51443,30515,40872,33050,47624,50710,37314,33371,49598,50942,37981,34192,53095,36131,37524,50978,40704,50589,41401,49914,38222,47140,39034,38556,44495,38082,31780,51533,40327,42269,34196,41957,51158,38170,44085,30351,31967,52936,50581,37183,35119,52720,44316,35850,33115,40577,33115,51782,53551,34801,46048,39772,43848,53517,30968,36974,31534,41232,45260,53195,53130,48770,35505,43709,37563,31204,45439,48462,50871,48636,32191,39121,41236,46828,46665,42573,44998,32987,38654,42679,31969,47388,37763,44844,49052,53534,42525,40169,35953,52027,53036,32044,50873,36868,34117,50256,36086,31107,42837,34595,31405,47782,39554,44496,46570,33300,36725,37343,35845,33466,38582,49989,42933,41991,38607,48658,40687,38857,46316,52150,34988,36065,53388,34118,42676,34109,50267,43066,50725,33287,31635,44437,35480,49163,49164,46366,43188,31012,40911,31098,34838,36529,33105,31472,36201,44816,43929,39939,34945,44995,44995,46013,35071,42539,32606,41477,48091,49083,48512,44234,52180,33835,50128,30945,31372,53471,49738,29875,38306,53208,49382,41245,48660,39479,46827,33454,42754,53287,49244,42514,33026,33257,47788,31764,40840,48025,50034,45119,44743,30595,43982,48213,52146,40433,41002,43360,39456,42691,49819,38904,34886,52176,50488,41798,38489,38030,44260,53185,47050,31877,40663,43544,51470,51471,52025,35247,44013,38712,29996,30235,32201,30291,33732,45583,33781,30550,39269,49707,49904,51814,49467,42782,34956,50132,43506,45793,30927,33537,30120,31658,36662,45182,50869,34395,37689,44329,32437,33881,35449,46740,44134,51664,39863,47275,32881,37838,41529,47548,41109,31372,49749,34948,31881,34347,37306,47574,50732,52520,30619,47761,37417,43500,33057,47112,33074,50658,33127,38946,46277,48362,30618,34172,33083,51776,43316,43316,35994,35535,39636,41391,35150,31322,50048,32940,53354,37096,31044,31044,44691,47670,51937,51253,32598,34665,40273,49379,35404,38251,35641,33773,44048,32803,29927,51984,32532,48258,30562,41292,42614,52307,36446,45583,53583,43366,34104,37552,31121,51058,33847,41457,31331,50228,38300,49199,44117,51298,49675,32307,43405,49171,52789,46335,50620,31440,38431,30686,38488,38613,38283,39523,32165,46621,42832,46173,36343,49532,45896,35545,41304,35871,38953,33947,31452,48893,35672,33359,51092,32080,31313,33542,31945,33198,42437,40280,52498,52986,47913,46944,46944,51941,50770,32337,34716,43279,45807,52404,52504,51988,43205,33848,48425,31346,32566,34433,41117,45170,30573,50435,30573,29878,40835,43286,33478,44199,30864,33449,40789,36217,36124,42110,52510,53503,31799,39664,36070,51295,31663,44839,45416,53505,50523,37138,43942,36791,44467,34750,50080,31796,50701,42935,39821,48841,30580,43110,40048,42237,45446,53357,53777,51780,32208,47225,45282,45282,41755,34461,34624,52600,37682,37652,48029,53569,33438,46207,50320,52080,31711,35480,43816,34835,45931,31099,39403,42551,46990,36884,36883,48702,48702,40487,32633,34132,50769,40167,50640,40043,31671,48882,42966,33827,43617,45425,38875,43030,39263,30261,43030,43614,39909,45945,49727,50351,33377,30123,50594,34947,33684,33683,38108,48542,53404,33233,43666,34066,35792,36227,44246,51607,51456,47025,30243,35360,35360,34195,31051,34674,46833,32999,37415,42634,29893,53229,35549,34339,53346,40512,36909,36948,38502,47082,33879,32189,43912,43319,31453,35709,30023,42767,31453,31734,38469,42469,50599,47273,34390,32819,30771,39029,37434,37751,36697,31202,33664,52722,46149,34061,38735,52646,51834,44226,52242,53509,35644,48397,34324,41511,51696,50080,35396,50569,32725,47289,29790,47504,30875,33970,45786,52151,34316,35041,46250,51844,31715,31965,30797,45719,46530,35502,47061,43675,32381,30104,30263,50074,50446,46596,30762,36081,45850,32928,44198,36189,32616,30041,47343,33461,31715,52071,44335,35190,49970,34117,45784,30113,52204,32118,53053,30429,30055,38964,41653,34522,32332,42780,36418,40472,32262,32262,43550,40007,36626,43360,43360,52430,43428,42624,53497,41221,47930,48586,34517,49136,44384,40962,33518,48687,29911,36803,45287,32143,48687,44018,53175,49226,40983,38180,47401,47401,46163,34258,42262,44801,44801,38172,30237,44677,31646,45075,47661,51562,52602,51339,42460,52354,36538,41096,41096,43071,37399,38840,41411,41411,32031,44584,46195,30613,43391,36583,36584,49489,42939,41788,35646,34995,41768,43032,48342,41197,30083,36207,36207,42292,49506,35942,50093,50831,32637,42381,47078,37476,30619,51589,49042,50481,30619,46920,41548,32370,52194,30514,44031,47022,46687,47225,50615,46760,47937,30622,48471,52456,52010,42334,44712,41811,31442,36168,49822,30907,42814,31588,43674,35545,44231,35810,35810,42027,40067,45634,47502,37087,48286,51349,51227,30627,34339,44190,31814,49956,33141,46638,48410,35122,53306,43093,40363,49767,53183,51378,33953,50815,49483,34632,36923,35683,40578,50641,36175,31659,36703,36822,49659,48793,50854,33635,30636,40611,45391,36101,45874,40495,33810,52584,41822,35988,44631,34538,47975,34637,49582,48208,30638,32734,38506,37791,31002,51430,46546,34249,41758,36909,34249,34169,51212,37494,37494,32656,48766,48748,30364,30316,45580,30616,45927,36829,37285,36439,45646,47097,30641,36660,41695,44716,50272,31049,39245,40495,51963,40242,36580,47522,41630,35941,30643,38262,40508,53415,53409,48378,45741,48274,39352,53260,36057,39737,32325,38860,30236,44894,34669,44855,47475,46765,30649,36568,47024,52192,38506,32403,46263,37874,31135,31301,48257,45945,41316,43068,40570,49992,51622,36173,47853,31837,50406,31519,51648,36192,31852,41750,41750,47058,42147,33124,43278,40626,53255,43463,44389,43928,33963,30127,30127,50156,51917,43140,51804,37112,36111,42603,52575,39233,37597,39489,32283,31265,46099,38909,37725,34029,35497,34133,49116,36886,48482,39223,31128,46108,46108,34601,45482,51439,39321,39510,29787,43165,41075,43184,40526,36329,38201,33324,33084,36581,32382,52655,34167,39739,45465,53418,46636,46843,46558,31701,43361,52569,37478,44186,37307,43072,42494,52590,45410,46212,32443,52228,48709,50263,35246,47899,53551,30305,43431,42474,51291,35215,32046,47228,30309,45076,34494,36787,30662,47536,42491,50219,31774,32993,46979,49491,49112,43496,30326,50380,30733,52083,46902,33601,42468,44347,37413,33774,50690,45479,40968,30663,48458,47436,31428,39533,35808,37836,42566,44212,49773,53823,48622,48547,41206,33365,36846,49061,32751,30664,31894,43131,44497,42990,33476,31388,43449,43449,52185,40910,51885,53500,47182,44553,30817,35902,48915,34306,52616,30667,34580,45189,30284,44578,48662,45605,32749,50082,44274,51064,37162,46022,39654,50497,50082,51278,48037,43579,30671,53478,40497,30672,45699,51390,43863,41852,36470,51341,35860,42888,37028,53071,50662,47482,46924,30997,45549,41727,37594,38739,40022,32480,39335,43865,37373,30202,40907,33908,46233,51236,42288,39670,45589,46812,42943,37141,32384,47801,49169,41409,51640,35120,37867,38802,36349,45993,37622,51513,50469,39572,39572,46834,39802,35035,31632,50517,46513,35308,32184,40138,47103,45662,42660,50117,37612,44155,43795,37651,33314,46469,36997,43766,31187,51011,36603,49388,34138,50419,36976,44586,47080,41542,46557,32591,52355,30684,33722,48568,31183,53429,51919,33335,37624,35129,34270,46328,35031,37966,35874,47990,35363,52592,33764,36284,34562,34562,36889,37752,48756,42423,32094,48672,43521,40592,40376,38314,49527,51292,43600,44771,36166,35626,37714,47842,49378,35612,42171,48838,33588,38507,48837,53162,32294,42675,43012,39571,49699,45224,52110,39726,29990,50517,30693,39650,31983,36656,48638,30153,49695,36098,32442,38969,45220,40391,33429,46237,45677,32487,40888,44076,30995,34194,34354,42187,45963,38096,32725,53139,47694,32156,32695,53089,38358,35175,48405,39607,35837,37938,38955,40824,49701,51637,53099,39105,38421,30525,35371,37799,43908,51975,38180,42129,36959,30703,50862,45024,44229,35747,40200,38481,37890,48834,29852,45360,31667,41445,51233,47103,39379,39379,33649,42641,37245,52615,43728,33365,49144,49231,35172,34263,44056,36738,49289,53029,49023,42029,41005,39936,39936,48093,42105,30639,32415,45462,52855,46151,50150,43929,46041,52019,52574,46212,52905,34212,34093,30295,52388,30716,49511,48710,37573,31315,31315,36657,51229,51062,39371,36813,35691,45101,31326,49757,38140,30536,30217,34172,40513,51380,30718,29933,52995,43370,47544,33659,36915,31887,37768,32149,48892,52622,49377,40751,35619,32563,42691,40524,51704,47878,37968,37968,32941,49998,43917,43115,47218,48950,45005,47439,49262,36455,45247,48417,53569,32786,49005,32948,36235,45489,48260,52380,49450,34157,35274,48820,43528,41313,50188,40564,34158,34158,42170,32589,34830,39306,51096,33480,29875,50761,51832,51865,30724,43161,50934,40385,38442,35186,49008,31419,44357,30287,49882,31791,39283,50873,30726,32714,29773,40666,38490,50105,52894,53011,43036,34689,33689,52741,44626,38768,34122,31385,34575,40162,36974,46700,43746,52030,45342,34897,52446,53243,37298,36432,52569,34341,30730,37798,37798,40506,32204,30275,38678,32612,39455,39150,42415,45018,45540,35410,34510,42356,50431,50065,34956,52726,46420,29954,44865,39194,47042,46733,53062,48429,40706,52802,37715,37135,36930,36634,40347,44967,40872,47966,47910,36932,44416,30114,33507,53374,51675,42133,42093,41966,44425,47545,35590,46120,46120,49269,42923,33517,45460,50164,46614,49860,52152,31254,42989,37774,30738,33472,31425,39246,48575,39705,39187,39157,39705,32577,33620,44919,49344,36842,42964,43304,52558,53097,37290,52691,48154,43082,38476,48154,37284,40015,48787,31064,48532,40303,30566,37677,40332,39780,49711,52399,32272,35180,34101,40569,49654,30339,38845,34405,44732,46718,52707,49457,49457,44812,52105,46080,35476,48936,30844,43096,50200,39649,32934,47852,42991,32934,47406,39457,48731,51867,51867,43982,43278,52473,44594,43541,36675,35090,44549,44549,31596,31366,38180,50781,43523,35910,52514,33816,47414,40487,51547,44554,41315,36163,42699,36148,29899,37105,34381,46406,31060,36863,30063,46557,40370,42488,42193,30751,43160,30752,34475,49935,34894,30753,41511,41441,46571,36548,53604,46225,42825,36361,36288,42548,40140,30256,51131,40982,32128,31555,32834,46826,52064,32080,40633,44016,39873,39239,32326,33638,40676,35218,45657,34971,43982,44007,49453,46709,42003,37266,36089,36089,51702,33350,33473,41681,50479,32694,37718,41681,36038,40028,51643,31182,52954,41962,52939,46849,52345,46586,42390,37018,43655,51545,38620,30764,47314,48138,30765,30767,31811,38033,30769,49391,39106,34187,37622,34415,38159,32597,48117,44947,42778,40654,39268,37716,45740,52080,30772,51047,51047,42040,40715,47601,48943,44213,40902,42955,44213,35659,35659,52163,52163,37403,34512,45007,41912,39416,45667,32532,42273,40003,38918,51670,32664,39724,49105,34986,30314,35083,34814,40661,36489,33082,48302,44627,35971,52644,30285,52737,38152,36088,43771,49780,34323,52864,40487,37981,36780,43635,39574,36353,40297,43104,39722,48251,44177,49013,36115,41511,40407,49396,52875,36379,32867,31059,32890,46436,36214,52231,45751,49287,49854,49854,47296,39271,37965,34680,46889,30784,47409,34261,37028,42751,37671,40365,40037,52396,35275,48185,33031,38771,48700,41796,50667,30788,53387,30044,41482,40481,48372,47006,31739,40855,52534,38593,38338,38338,49043,42222,51833,30791,43824,30140,38236,47242,43292,49511,46777,32895,34155,33726,33726,45954,52621,49533,47018,41046,38806,52824,48158,53442,40354,35028,52547,32271,37816,33990,44759,45095,30608,45219,52348,35389,30929,37263,30503,50433,32868,40121,41330,52730,35756,31695,40009,36062,35341,52672,48261,39376,37066,42907,38275,50876,51835,49575,49718,46776,49963,41132,46776,49414,52273,39205,36907,37458,46927,36083,32721,34699,52530,46321,38683,53401,52494,43811,51549,34396,53883,33452,42667,40612,36438,45548,40100,53164,41541,42569,43193,43023,52850,48343,53060,31252,45491,39341,31957,47201,43348,34108,34905,42497,33569,37018,30110,38289,38228,44853,40796,43065,36470,49708,38725,40565,38339,42895,44062,30799,41436,46043,51075,49225,35001,40093,43307,47440,35559,41841,45193,39255,41009,41009,45808,43709,33873,45083,39475,51020,36611,37954,47125,47811,41414,36055,52052,36781,52414,39260,35641,34375,34375,33989,48155,43672,42178,41820,46084,31711,51943,37427,37427,44258,30807,41157,47758,31540,38746,45556,43081,43343,39409,40066,47293,49375,44996,41081,32669,49238,41186,34508,32055,52310,39516,39750,34512,51713,36458,39644,46785,38903,49430,53656,46363,40338,44741,52475,43619,31244,31581,48145,50087,36646,40623,30817,41825,52769,46775,51618,47161,51157,51157,40566,51228,48175,50716,43070,41981,41030,39131,36537,30685,33661,33057,44600,40338,30818,40251,50723,50723,39659,45360,38322,36598,41464,33116,41393,46574,45766,45389,38346,44262,52577,52392,32256,50122,42327,38814,42464,39132,36229,41319,44639,44168,39882,36323,51973,45451,50072,50044,45839,45482,45482,32681,38231,44422,33595,39972,43643,45664,45664,33358,43118,48458,52309,36378,39090,50538,47072,41839,50512,50575,37842,40464,51179,51641,31868,32344,43532,41668,35025,33235,44679,50767,33719,45314,34889,40375,49791,36097,49683,45620,37323,43530,49779,42040,35069,35069,50644,46367,41475,31652,32676,32676,30610,47440,41075,41224,36363,51124,44334,34937,31234,45328,32627,33738,32224,30673,44610,48130,40279,33568,42198,46510,34357,36755,38019,45058,44178,50421,52772,30834,53155,53288,35097,45423,38460,33297,34989,41957,50581,35149,36835,37059,44508,38304,40094,49570,34997,36380,37059,33920,39576,45879,34137,37771,35773,38796,33886,53556,32916,50676,35136,47513,30649,32619,34594,44125,48918,35321,36096,48819,42386,40813,46727,38300,41986,31667,52140,29958,39926,30277,51627,37192,30771,42256,36427,31759,49748,39075,31460,49039,44324,44324,30845,37379,52470,47536,50926,37379,50926,53064,35358,30624,34277,43464,35493,35493,38877,31388,39530,48527,39158,37382,37382,45286,43724,45347,35083,33216,50197,32747,49471,42228,39386,40791,39693,41640,32351,47055,46911,45981,38242,38063,38063,35264,33601,40616,38576,53290,51591,48963,38097,48772,32931,31702,34458,47297,38083,39670,38083,44401,50753,48321,40136,29952,51095,31925,34289,48015,33902,30859,38733,32286,39894,51318,49736,50230,35766,40590,51847,39656,52227,47884,44512,45854,35701,48395,40077,35825,50577,48303,50564,51250,40945,38153,48459,48459,52727,51733,48669,39238,49031,50893,30969,30969,43911,47192,43043,36479,33517,40205,51510,38767,49935,36238,45907,38744,34636,39406,43917,47571,39406,48474,49260,32267,37528,46163,31510,34286,40683,43074,46073,52323,49261,50803,45563,50088,39386,47804,52377,43684,52920,42372,44752,45241,45950,45647,33469,39760,39327,36392,45323,36041,41958,41958,49369,41903,34728,45161,33121,46409,43838,43345,45405,48415,41525,32900,43622,30062,37409,40086,48211,37587,36407,31652,32469,36492,38914,30873,43445,32787,32787,33833,40879,40608,49130,47395,31165,35735,51185,47614,35958,31957,33334,30880,33604,35804,33333,46358,46825,49794,50421,44644,51287,39667,33461,50730,53534,48715,44429,50691,33839,47500,42088,32646,45571,50042,48756,31657,44508,37495,44215,34275,39515,41274,52874,43095,44507,30736,47793,30736,46032,48484,31475,47344,37073,37214,37214,48196,31510,42921,32775,41001,38641,42558,47517,41321,38129,41248,43085,42548,32464,41539,49143,47099,47854,33907,30204,44393,45805,40277,32583,50585,46796,32090,33145,33338,37284,34648,34363,32061,45387,36695,44779,40443,34555,37775,41351,47916,44860,40952,45576,37849,37849,46054,49173,42586,44564,40964,48764,37664,40603,52899,44731,51844,47934,40882,40882,35414,45264,36658,42058,42058,35975,37720,40276,43693,37371,48466,47386,34876,46261,32525,36449,30589,48923,47815,53570,37068,51878,50808,49265,49929,44085,48268,30714,35867,49306,46623,41062,43767,42471,43924,52023,44420,32149,52701,34572,32982,39939,33341,41344,42345,42345,52282,44489,41592,47874,47423,50494,41438,48831,48831,41001,46206,36497,34707,36120,30903,30903,33251,49426,38893,52612,38884,51985,30727,53674,42195,53334,39508,46759,45332,42455,36286,34606,34523,31108,46258,51360,51685,32628,50793,37894,47281,36680,31188,34823,44775,51387,46051,40076,35320,51649,53313,40264,39563,32074,40783,40308,40167,46917,42802,38348,51297,51296,35463,50800,40010,45585,51411,30373,38162,38785,44226,33028,47833,49739,47440,39893,46526,33094,46526,50443,30913,39868,31088,34823,31424,37607,46725,32799,36807,53257,40045,37496,34680,30919,31349,30133,45420,31893,42999,42999,33235,51298,46752,36442,43564,48873,43544,44983,36615,36615,29958,43697,35067,43671,33195,36143,52104,43580,44053,51155,45944,36481,41848,42417,41723,42843,41942,30495,51703,33895,29989,50659,49028,39670,44521,34018,33494,34326,34395,33610,36709,35266,41935,45999,31942,51938,32861,36069,46873,43339,35224,48508,32607,33929,47763,41656,41434,30053,36768,45602,36691,47679,51977,37245,32328,33589,40164,36395,47750,48052,50259,43295,37621,29958,31047,41383,43575,32505,47750,35978,35750,33024,49516,40831,43781,46700,52992,48015,38116,53021,52555,41949,44028,35578,30086,47690,51823,31739,49852,51668,43933,51032,48425,48425,39782,32887,52285,43933,41658,47812,41630,32759,52387,52387,49536,35324,40155,29838,29804,48925,31501,38327,41109,38040,45723,43725,41566,30766,35082,32908,52536,38716,36563,52420,36144,39111,39739,32737,31090,46904,41236,37392,40186,43584,45484,49845,35919,30368,40963,41201,36337,49741,30317,39537,39272,46414,37274,39739,43330,43424,30820,33315,46870,39288,47040,51603,33334,39920,38967,45989,35010,46248,36495,38142,44190,46788,39356,41972,36793,30762,30057,45445,37607,50576,38987,52503,34700,44335,37074,47272,42419,30209,35358,34742,52061,46555,38912,38912,34051,43747,30067,34595,40043,37244,52909,48226,53712,35999,30784,30784,47728,44590,38477,41019,53630,45669,32898,40543,53003,30843,36521,43019,39771,45896,39932,49863,40898,34490,44879,42017,48729,49670,32462,39675,50929,30801,48747,45334,45467,34389,31668,35995,39833,33870,40106,52588,47467,52340,44386,30963,49875,39216,35875,45085,39216,43210,44984,34325,41777,42727,35001,39631,30033,46362,46917,51735,34775,35388,42436,36336,46757,50224,45348,51409,48368,30031,43372,50684,52855,52507,32215,48074,53169,43526,34075,37671,42897,50239,43076,35591,30047,42420,52816,49406,31186,53413,52649,31322,35567,39724,48718,42432,49209,45275,34952,51955,47932,37396,44848,39525,35656,38920,45396,53440,53220,37783,40931,37725,49313,51758,44152,43449,37585,36970,47162,47162,45470,47057,37827,47799,37581,51653,41148,36251,37566,47565,33740,30976,50092,37646,47121,30978,39705,52412,48481,44863,52620,44773,33002,45787,51576,34314,51196,47853,47779,40656,48452,37844,30547,33278,30512,33709,48512,50371,44906,35817,53320,39516,51355,35889,53151,31262,50227,52054,49877,47413,37362,46892,35902,33565,36793,37356,43489,49430,35692,31389,52427,49140,29965,42015,29777,49973,52149,52149,42918,51111,30949,52415,51901,32306,32306,48547,37193,37193,32510,48876,48884,41449,38644,45570,35299,35299,53327,35992,41077,31651,52735,40690,35461,45833,45160,48327,48509,36341,42460,33284,35924,47902,47902,52730,37177,32399,30642,45972,41935,51578,36730,45519,51729,32034,37396,35635,30827,32772,37954,46738,43174,31450,30756,42334,51308,30994,33014,45736,45084,47275,46912,50735,43748,46772,46856,42865,37235,40609,34879,49359,41463,41444,41463,45163,35316,52275,51575,36359,47355,47580,49406,53413,49446,39989,30032,49729,36231,53517,31002,49274,37299,31230,50802,43310,47129,43837,42574,41332,33275,45192,47020,33555,42497,49865,32042,32542,37637,53120,32282,32632,42206,52786,43017,30828,34266,51606,47731,29858,45592,36067,41133,33549,31903,40628,35581,50271,35643,37434,51863,38030,40024,45857,46471,40646,45715,39892,30675,51726,35086,31366,42832,34997,42996,52006,35508,41507,51020,53719,40041,47731,31720,45694,33016,32735,38840,31008,40605,44828,51797,48996,51013,50214,50214,38648,33577,40156,31011,50848,40405,42725,36399,49135,32815,33764,44759,34675,30872,51135,51413,40562,47837,50441,35223,51760,35640,47819,49472,34571,37499,42642,52399,45127,45013,50811,50811,31017,38251,52198,38978,38455,34211,38978,31019,52607,39061,43315,52834,36998,35397,47279,31072,44478,33279,49173,48582,47950,32272,52835,43414,49171,31559,40269,48222,44683,36373,52755,39604,41774,37345,47431,43884,51727,42530,31146,34905,43927,32293,30734,34818,32700,44290,41814,34489,41216,34649,46797,51544,46683,51791,30458,33955,35589,32163,41443,43682,41672,53102,47428,43116,34463,35915,42762,44739,46169,53044,34584,41214,37453,43517,48051,48437,40753,50027,50113,30883,30552,37531,32165,46625,30324,46805,49572,38020,44437,30996,31028,51476,39098,34957,42209,42541,47576,33917,47576,50562,30176,39235,34724,40115,47620,47387,33879,43472,31271,34081,44280,46297,38777,44280,36738,39837,40542,40542,49437,43197,50415,49826,31035,49005,33032,50235,35206,38947,40226,41812,34459,48192,42790,51479,33670,52762,36232,42323,47398,44229,30567,29986,29765,48203,39880,38907,50096,50096,40240,32102,33693,33693,51270,51976,35364,53451,30322,30266,52962,53016,49818,48305,49588,36168,32790,50150,31713,31041,45514,37383,48277,53246,31214,32186,42645,35795,30626,39744,31044,43633,30134,49954,33907,34021,43110,32287,44736,35950,44119,34526,48043,45640,31398,51917,52590,52351,31049,37208,48776,51742,36673,37776,48224,32730,31051,40689,43291,29916,36823,30492,31052,50840,51516,35859,48001,30978,51926,32847,31791,46494,36848,47504,30029,33409,53197,36368,40554,38768,34757,39495,37378,31417,30980,50197,44569,38386,35730,51654,44554,52673,52673,51811,51811,48419,50965,50108,42107,40457,50617,51966,40744,39786,37163,34201,35145,37437,37882,51957,49577,34361,39962,40052,51077,41492,29927,41065,42688,50890,43860,44393,36449,48081,40589,41416,44186,41150,43697,51514,37773,53261,53261,36950,40130,34338,46979,32931,45362,35032,30425,31858,53186,51665,38274,51464,31064,50204,47041,51257,39537,31582,42942,45690,29998,41198,46987,53083,34632,45868,45631,39023,36891,31768,37749,50900,31459,49878,30334,49782,48476,44598,43341,50047,48307,34957,42392,35623,47419,45784,31945,37556,47640,44630,47293,40499,37534,47956,35967,52509,44138,47002,36111,43902,49863,40803,41073,32357,51655,34388,46228,42227,29771,34520,33163,38646,30155,32754,42871,43859,49980,49115,44565,31647,43026,38368,44783,45680,46527,35242,38131,32158,39584,30135,53166,42303,39044,45243,40225,45110,31908,46909,31537,52069,37640,33194,39876,33460,37868,37482,45541,47593,46281,29863,50053,49022,50660,50491,31983,32448,43430,48908,53484,50856,34219,48717,31086,42488,50833,35550,35550,52010,50446,41671,44456,50377,49549,50939,33498,52218,33866,49118,44881,36535,36656,39733,44832,44832,40831,31215,29992,32658,33292,35679,50703,48513,43294,32241,48994,44635,29791,29791,34209,44033,34330,42984,35752,33636,36190,48903,31229,29852,30070,47883,45716,41602,37823,46481,43347,39920,42556,39421,41859,37137,37693,43189,33488,33488,41525,50800,31569,46594,32956,47134,40388,51947,34803,35196,47124,36659,43267,38486,33170,51488,39335,30057,35969,44575,30737,53316,47306,52803,37750,34588,38892,38671,50503,32537,45652,30917,30715,31874,47626,47776,35035,36465,33752,52454,31586,47791,43865,47550,30061,49512,31843,50054,33894,48572,40370,46514,30078,50859,43735,30404,53191,38883,45906,45906,32146,50105,41190,46398,48137,50765,49156,52434,34702,52150,52434,34486,36271,40224,31352,50028,46674,48479,34445,30378,44197,53040,31875,33617,40007,37505,38576,40075,34802,43128,48610,30440,51178,48345,34059,46040,40487,50056,50956,42599,37988,31111,52939,40355,31986,44000,51749,40840,43591,44143,51001,35156,48558,47052,49302,38996,52907,48112,46345,51190,38633,45115,45872,45531,38126,42484,36550,33022,32583,47237,48120,47441,37205,30020,51401,52533,32340,38073,32598,37831,36407,37875,49506,49834,49213,29926,36052,32917,47380,42366,33203,52936,43939,51324,46708,46612,41006,35421,41264,33973,38165,45880,33664,40307,49646,32218,52521,48192,41871,34273,52400,48477,50755,30127,43243,37969,47020,50734,36260,43649,41965,48978,51764,49343,52982,45026,53665,44643,40025,39505,47711,38437,50244,43921,38437,40756,49146,53507,43471,30536,52417,47359,49496,51697,49496,32259,32332,30257,46283,51044,34603,38673,38673,39770,46425,49366,31130,46560,51035,51035,34565,30646,53057,35094,48684,47234,52520,39147,39768,51415,45655,53094,52926,46821,52835,34036,51527,42046,51056,38809,42246,43063,43911,34539,45527,32035,48830,32805,32805,40905,39978,46936,44440,50615,40092,42605,41857,52804,41119,33508,38409,43525,30021,48028,48057,39709,42751,39474,47959,30008,37617,37188,53077,37429,50901,52555,50349,44328,48668,40682,38214,33320,42314,36559,41716,34286,30100,36058,48982,39643,37444,45238,38956,32456,30667,46692,40162,40593,49337,49124,51864,35775,33587,29992,51823,36217,45676,41835,53472,31143,36408,43452,40735,34776,48093,48093,42699,39414,53465,43019,32579,44941,37118,32868,32868,44777,45426,32693,52733,33644,51445,31146,31730,45208,50196,40376,41168,34418,36109,33137,33342,44093,34427,38359,50985,46744,37930,35450,49307,43076,36257,53323,49806,30729,29841,37660,40485,43881,31069,30334,36722,49873,31766,30202,41419,30562,32460,40542,43199,49475,43199,38226,44484,50035,32029,35902,50626,38082,32464,39382,45054,38705,38042,39813,41755,50094,30956,49990,48227,52330,49193,49746,38665,43789,34972,43867,41131,42085,41018,51891,41843,42132,30684,42910,50647,41368,30422,38908,30510,32012,47893,47792,42657,50028,34215,40432,35306,52881,34014,32779,37171,37051,49978,51498,40983,42630,52505,33597,32845,43617,38617,49104,39764,47840,51235,41031,33162,48529,50333,50333,32437,52935,42945,38276,53412,40647,46411,46390,36028,48362,42174,42790,46003,52882,53262,44400,32627,53276,33065,47660,52205,42578,35788,44664,31171,53095,31707,31707,51702,33402,49599,31174,39968,30659,31176,41053,36378,50742,41795,39832,39567,35082,40098,51881,40330,51773,31352,33959,42373,43096,42811,44869,46532,52857,31774,53449,32518,33604,52924,46012,44422,37629,53153,44475,34325,45936,34449,42742,34526,34044,44039,33943,40224,47786,37587,37123,39173,30648,37049,34929,30463,42033,35014,36634,44446,39600,41706,48072,40720,37198,44602,39595,48690,43010,49906,39539,33102,29789,35640,31575,52524,52958,52524,31425,53027,43243,38531,33849,49228,46903,41348,33975,40522,42613,40955,32072,34816,30179,47495,32072,49222,38064,51130,45951,33326,50511,45908,32953,41875,35102,43287,50576,33996,40214,40214,36129,40166,53227,47334,52142,45202,51915,37546,40642,50120,46546,46546,40246,35060,43896,51025,48315,31915,33109,41397,30319,32567,52459,52239,40229,39344,38088,30418,51283,51024,52346,38153,38622,42086,42890,31196,46803,31807,52462,51256,36357,35555,53372,47400,35507,50545,50545,47805,47152,30056,48828,42706,44893,35965,49537,36565,31408,30742,30957,37462,51026,29867,44175,35219,45290,50156,29831,46561,31346,50593,46188,34968,35491,41283,50593,40182,31597,39554,51610,35446,53303,34298,51322,50113,43112,32802,47013,53567,30761,40267,31204,42885,36512,39549,37054,39240,30593,50218,43061,32394,53747,51905,30841,46271,48607,35611,43600,45512,31208,31207,39655,53298,39160,37733,37733,34989,31209,36244,53077,53137,46736,34430,33672,43848,41511,35789,48999,36691,40146,41149,43350,46199,30321,45031,46143,33958,43460,30636,51803,41664,49362,47128,47112,52566,48837,51334,31214,52913,34091,33223,52201,40245,34574,34423,53598,30086,43949,44914,41380,48174,50469,34146,39485,46446,43401,45955,44599,48339,32861,40517,51432,35227,31217,46925,37957,43767,31631,39685,45454,51106,33193,44914,41132,29945,38250,51847,45478,30155,52994,34327,32877,53684,52773,52915,47019,41844,37266,38449,53746,49869,41188,47654,31226,53284,34971,42853,33626,40681,30956,33422,42725,49844,49204,51910,38229,38229,31229,52583,48039,39569,30098,36172,51786,51288,37398,42120,42721,34589,49864,43954,42448,49707,37758,36965,52216,47405,51597,37793,49665,37801,51103,31993,39357,33034,41736,45626,43836,29962,41922,51923,44789,30545,45082,39830,53122,45464,31817,42985,49497,49497,32526,48469,52440,31770,53552,44413,43151,43151,53006,53006,35561,36749,41141,52402,44286,41603,47755,44562,32289,42899,41874,38246,32839,30234,38732,34800,43999,30236,48841,48841,39074,38426,36801,39819,47242,46381,41718,46045,34417,42174,31246,32968,47607,44779,39837,39657,46839,39083,50178,51419,34412,38163,50635,36984,46309,51258,49838,45809,40868,32300,32334,46785,31970,51924,34037,41530,39722,34453,49370,49370,35012,34470,34174,50055,31253,36027,36027,52763,32811,40908,46325,41231,33554,43186,35844,37520,35804,52051,52567,43628,43783,37403,43888,42379,35629,33298,45011,42181,43815,44332,38362,31961,48691,37438,36422,47188,49462,32045,46860,42780,41985,48005,50750,42257,32427,38406,30213,35706,48345,39162,40336,46545,48034,49699,31543,38331,33235,35548,36228,41235,41010,36979,35979,50865,42930,42446,31264,49477,43732,43136,52338,35608,39089,35433,45696,40203,31007,47710,46013,50341,41143,31421,31421,29773,52897,46243,46158,43545,35350,29889,35390,38551,53489,44347,49099,33818,30075,32624,31385,52832,53341,40611,42303,53341,29752,42482,51442,36725,31275,49995,31276,40622,46784,45183,43139,37542,30335,41638,49654,44401,32695,48102,46676,38660,45375,52539,52872,45650,51534,33841,39372,32083,52523,53678,46937,47429,49851,51624,44744,53618,34238,52076,46731,35923,36015,45366,47822,31280,52668,38860,31392,37655,43682,35702,46572,41646,43985,45382,43664,37593,51655,52809,45731,44568,35101,35101,51584,43267,33024,53432,33220,30007,31286,37609,42345,32893,46312,45029,41536,30557,45029,30785,40783,49566,40515,34499,39208,38067,46945,30418,32536,44854,30773,30446,48998,49062,50198,49062,53503,43015,33259,30040,41538,46507,38138,53348,38549,45260,47240,51349,53608,44101,44008,36214,40380,31346,38110,38110,34945,37861,48905,45867,51442,41358,41854,53607,32168,44802,49992,34217,32836,50300,38107,35734,31296,46034,43822,45068,44560,50151,46250,31300,31300,48136,31601,40825,46976,36248,41644,38393,38393,38645,37283,43712,37283,44652,36564,43028,46801,34217,50031,36494,32434,32230,49693,52421,35856,30954,50190,33588,39889,31305,37026,44338,33122,30406,33097,51297,40689,49386,41352,31306,38600,45651,41629,49901,49742,48866,30522,42939,46052,34663,40194,43033,30982,38699,45323,41577,48775,41918,31831,34246,39444,48049,51491,51491,51696,34683,51491,32424,35023,32608,40982,48712,38333,45056,39269,34942,37761,46593,49172,44220,42235,34474,42139,35879,33790,50863,42383,44969,47756,43020,31857,35750,46496,30302,47748,48350,34538,31316,44686,38729,39371,30176,36278,45883,30181,38247,32882,36641,33979,39232,51090,31521,42695,43741,37764,47571,39865,37343,52010,42034,35954,37465,52902,35819,39129,38597,53531,35300,32531,38861,47986,36985,46332,41229,35187,44445,38330,46181,39508,51541,53376,52655,37175,43526,41097,39398,51380,53842,34833,42981,48863,47327,52716,37999,46256,40865,32550,39888,48166,37984,44027,52364,45956,48500,52364,43221,30770,51082,53412,31508,48080,38434,45590,38002,40773,41396,44723,36198,38747,39333,43839,39923,35787,52083,45048,41418,32021,38118,41418,34772,47037,30813,47086,31334,53158,38891,44178,42313,45905,30947,52502,32160,48004,39814,51787,41837,41945,48857,31337,41625,44122,36477,41909,48022,38453,30171,34402,45735,52259,41828,34506,44732,48979,52402,48662,37017,49511,48429,42800,39778,46670,37679,35905,41442,39212,31347,35053,41570,37230,37230,40499,46334,36209,44769,33635,33635,51255,48954,43209,47623,37796,33953,35008,44448,32974,52425,39123,32712,32180,52108,47581,45635,48364,31351,48237,50320,38018,36898,35016,53392,52282,35099,45647,31543,45034,41022,42492,36490,32985,46379,38363,47770,35310,51565,36429,42440,46610,35530,29877,43473,51550,34935,52137,31360,36581,32729,34141,43016,33924,48981,34652,31827,48503,41963,44837,49489,40750,32479,47682,39803,42716,44377,52273,32936,49903,47404,41225,42839,36088,51355,33935,36088,46049,52896,31365,34881,29920,41083,45469,40317,38575,42455,46747,34361,48243,30169,48567,48567,47289,31885,48605,53691,33366,53323,49389,42000,45711,49324,50803,37071,43207,47462,47694,37495,51867,40131,33615,53377,48435,36510,52669,46018,41105,52171,50026,33720,42757,33396,41987,50316,50316,38656,48853,50087,36188,46434,39233,46780,45969,31377,45800,32047,30080,31378,45073,35260,39045,51593,36927,29911,35279,39784,39974,39974,46983,44779,46738,48809,34517,32133,41928,32102,37195,33758,31711,39635,36681,36667,43392,34748,37134,39677,39014,31384,47634,52257,35668,44532,37020,39225,48663,44296,34707,33682,49384,35398,33576,38617,47214,53198,33142,35666,44288,33228,38223,33228,51794,51449,44645,44845,46841,31388,49471,32608,51058,53046,43639,31831,49333,38317,40474,32679,39758,40024,40024,44989,48308,31588,52685,39549,40149,49675,32973,45146,45146,40821,51968,42404,37701,33785,30963,31522,33876,31397,31397,47503,52918,33705,30355,52758,40687,40531,40531,36208,43749,47096,38528,48500,35157,39332,45146,50174,38482,52861,44102,37516,52239,52662,32200,50783,50080,34591,46921,49307,31403,43978,39577,31407,33742,51841,45312,45919,30209,45102,41700,36244,32437,37731,46453,46453,44245,53335,42783,42783,40443,47944,44362,39012,48795,48727,48159,33664,33664,45710,46501,46465,48117,32797,37111,43185,52370,52339,32773,37942,37942,47140,47140,47197,33616,37455,52139,46873,44624,47705,53458,45152,40665,43765,31164,38575,52768,50514,50898,49974,48003,38811,48880,31416,47438,31005,45082,44099,31694,30955,44543,31931,34962,34632,37391,33202,30136,33779,39175,49610,36231,38006,43603,45143,37515,49871,35906,47222,44818,50379,51386,31164,45268,37339,33630,43788,43494,42464,52941,37722,41311,49917,49728,33869,51227,33865,38403,46997,36036,40956,41596,39209,50271,35257,31424,43417,35636,46452,36222,50975,50671,46072,51370,39300,39300,38474,42459,42595,35186,31546,43583,33882,45001,40336,50305,33457,29966,40604,44657,36644,51700,35976,50238,38484,37665,42210,48115,35388,39014,46776,32961,43194,38923,52450,47939,41327,43711,52834,30235,53439,38957,41180,48431,37539,35635,37741,33438,50453,50453,53359,52014,47940,37446,38994,37259,49553,40374,37549,42497,39487,41598,53405,51884,42864,34722,37989,31432,39205,34739,37874,35478,39556,52568,44464,31433,39523,52125,34761,52501,41524,52776,40274,50357,34496,53389,30385,53439,53685,47797,37976,45661,32114,37791,33517,34428,34877,47514,52422,51801,42426,41799,43771,45334,42023,30548,47090,32115,38151,50479,44799,37987,36539,47960,48276,52657,41076,44232,52154,35295,44748,31546,40822,47195,45109,34741,35962,41374,31072,49589,47618,41920,44291,47468,37141,35230,41836,51165,48864,43863,42671,45856,37756,29919,39036,44343,40848,47746,44780,51411,49687,36346,43397,37463,40802,34456,34794,31455,43787,44152,35428,46740,51480,30798,38046,45882,42749,30976,51287,49534,42588,32862,51472,48594,43955,39306,52989,35741,51263,32307,39172,49829,32966,35970,51145,34193,46242,52498,50874,44192,32755,36982,30149,53854,51043,33661,42734,31467,29946,40406,47071,39964,45351,43803,33354,47135,47135,49001,36320,41175,37095,35258,37374,36133,33049,46698,51537,52223,36813,42379,50247,46648,50910,40383,36376,36531,46597,42534,53645,45270,44851,33036,42431,36902,43894,47897,30433,42150,30765,42411,49003,50326,49550,46022,48084,52535,52535,32980,45888,34845,37100,49407,47077,37878,32282,51226,52937,42961,40940,46912,37087,47091,31888,49625,53164,31476,40043,30038,36252,52475,30132,34718,52703,32767,36818,43717,52639,49385,52513,49614,39746,35308,32465,32348,44146,38525,37263,32217,30846,32840,44910,39584,48724,44548,34557,47274,53150,53563,33386,36599,32997,51711,47595,49520,37743,50057,48526,51156,51156,52622,30449,40907,45869,40203,51576,53713,45659,29793,40708,37979,31491,41020,34576,41811,47445,43252,32352,32377,37263,31492,37269,38276,50387,50387,36914,38204,46961,35786,30156,41312,30156,41429,50062,29997,43648,43733,37727,35607,52589,34099,34561,40712,30661,33652,41143,39122,35379,31501,47687,31502,35379,34737,43429,38642,31503,35121,52586,45972,31457,39864,35978,31797,38519,36054,30377,43036,51825,40724,43959,36433,44067,53282,30196,42825,30171,44406,51942,41605,29983,43692,45359,38299,32827,30153,32968,39923,45926,52291,50339,32120,36527,36527,39007,34612,36884,52299,46122,52901,33586,43810,37838,31513,53279,43190,33690,42954,45692,48257,53072,44967,34279,52115,32271,47141,33927,41146,51046,31159,43745,41268,36322,37125,31518,44486,43434,45187,38071,38794,35155,31523,52002,52111,43751,29979,38245,53462,37441,36882,32821,48511,44612,44612,30941,38626,30853,41814,32287,30949,46948,45079,30482,37812,33338,51612,39393,46027,31714,32929,40904,40522,31529,51663,50800,30122,45754,50553,37512,36900,52189,34178,39092,48061,51099,49293,41130,44633,32085,35484,31536,41387,48697,43488,49035,39831,30208,46705,47579,48899,43753,36210,41363,31434,37616,46774,33735,32918,30026,53676,39743,36391,44122,33821,48268,48268,41262,42352,46506,36192,43942,43652,47498,39739,34624,39193,44148,53337,35310,35896,33677,41474,42491,47067,44443,47729,37101,53389,39936,34909,38404,37469,30674,42209,50606,49599,31121,49133,47949,53054,47290,53483,48117,40366,33168,34104,44649,49129,51823,51529,32419,32419,53138,31552,41212,29986,50482,52126,41220,38218,38045,41019,37993,33875,46228,30988,50058,43964,47790,51288,46581,49210,43129,51967,35556,39534,37262,31060,31060,32517,40637,36048,45898,52363,47878,35633,47425,46992,35657,35597,39955,40894,45402,39050,39608,29976,52884,32878,31788,42131,44313,33095,36118,48009,45254,34096,49767,31559,31134,31134,36543,38037,39701,45071,43177,45483,50574,39186,52107,42432,38540,43842,35487,34415,44206,47507,44566,39307,38605,32022,36654,44848,35631,50409,45223,46276,46274,46274,48392,35400,34932,37327,40537,31563,44903,51659,43034,49723,44118,44611,44901,39566,29803,46649,49734,47558,39730,35427,43042,43852,52035,36398,41905,40189,41879,33021,48966,34620,43123,31568,31568,34009,33842,37032,39326,52066,37794,50358,48603,49809,50049,31984,30789,52187,44139,40970,34231,45881,37802,42880,47601,44057,30027,50014,39782,32175,34319,34319,34280,38832,49842,41783,41783,51475,31572,48046,34150,51400,36283,39033,45157,29844,31574,31667,34770,35793,44463,41272,30772,34888,36998,37632,39613,45424,44902,38033,39015,42660,31916,41734,34239,41776,30269,34798,40012,46223,46223,40782,40782,40445,39034,51699,52167,38223,45525,43444,50456,37290,49653,31585,35517,44865,41507,41863,29819,47014,31008,35087,49911,39551,42805,39805,36608,39579,38857,32746,49005,51368,52294,39757,40671,39703,40730,51034,36374,35652,50955,42702,32148,44066,39149,46082,33045,31403,36938,49245,35784,42928,36496,51385,53424,33027,34811,35469,46041,38170,49222,47599,41036,32011,32754,48934,36546,51199,43967,49381,39363,52318,49290,35506,41396,35158,35158,36520,42725,44753,47247,40063,48565,31366,32685,34141,46578,30254,38156,45701,37386,35445,41497,46144,31821,40546,31821,43796,49040,30407,39111,30812,33958,33704,50079,53169,39062,30839,35209,43556,44007,52056,48626,52902,36652,38941,51402,32096,48768,51029,49173,43008,51010,33441,51320,35654,48087,39808,35156,42770,48147,40510,37716,39342,48390,33321,51502,46107,38182,35768,41856,36219,39496,44526,45401,39173,35667,44633,48172,44860,46093,41601,47818,47818,52308,37358,46327,47244,37554,33272,33236,33236,37622,37791,32937,31730,42814,48296,40512,50944,40416,48089,36905,32452,40047,40047,52015,47388,36250,35495,47420,35495,40746,45586,33212,43162,32975,38613,33799,38461,52782,47949,47949,34187,47768,35322,30485,51200,38932,41836,52033,49712,39532,35841,47732,40620,43775,31619,37431,35266,52763,43935,41550,31621,34622,45217,32885,29822,46846,49482,34497,40626,45422,53049,42237,36418,50175,39657,41942,52103,45753,44251,33855,46560,36388,31816,34597,53169,37311,39400,38868,34025,30834,46794,38272,47178,50435,33833,33833,53233,37835,35897,53152,33343,32496,37636,41035,50511,40475,41693,41584,33814,50113,43227,31632,33396,35286,39988,31633,42966,35036,47361,33207,52420,39221,31637,39445,44171,42761,49848,41392,52013,46483,38218,38669,51640,46922,41284,46922,42817,31576,38914,38799,36389,36682,46910,45849,38100,47369,42851,37926,31641,41299,36016,51513,52168,52419,38160,35135,42613,43310,33442,50007,38395,49102,38212,45463,52590,40942,42472,35344,52264,52264,43074,32991,45570,33111,45629,51842,31649,32344,44221,52175,42589,40086,42668,31651,47831,49986,40011,45271,42900,42708,33507,33556,31956,42707,34162,31286,50421,50441,49966,49241,52214,49966,30711,39488,39488,47142,32316,33839,53340,47638,38856,47907,40889,43843,36694,45943,44826,51652,42855,50442,43379,30561,46893,37769,42446,42446,47083,43956,49528,35967,35967,46104,44126,50983,34637,43133,53408,42077,42694,42186,34855,36786,32088,49143,42660,33051,36530,29791,37986,51356,36836,33984,30117,47332,36836,46668,35865,34384,52465,52465,43417,52418,36754,48979,53219,48413,47648,53055,33739,39612,42422,31267,52645,39041,49541,35786,34076,42218,42604,48729,41424,41424,50190,43878,39888,46036,52715,49335,43140,43140,40180,49782,44091,45353,45351,47975,30384,36558,30035,46303,37299,38208,53664,48699,46409,40724,48283,39196,48742,49682,47390,44134,34241,42949,37989,49776,48126,41640,45278,38079,50005,38849,37863,31677,37160,45679,34413,31512,46005,36027,51399,47143,49223,35930,37139,48170,31681,39798,39105,42143,37866,30586,45171,51731,52672,32982,53152,40559,36746,46758,36749,31412,50806,45646,32939,53488,31381,39624,47005,37967,35973,39843,45606,46547,49906,43095,35903,37976,48771,31375,53425,33784,49330,37388,33004,42452,39255,41624,51680,35451,53587,42923,52497,36491,44847,53662,49293,35199,44179,43993,33226,35697,43903,49396,52124,49747,52574,48430,35149,38309,32771,32382,46328,44573,49774,33139,53443,32584,44573,52459,38686,51009,43376,31699,32231,30150,39639,45233,46619,47307,37719,42850,51609,44614,40439,49677,45740,47147,50888,44444,35521,41847,34013,34420,31705,51065,42806,46356,49450,41548,41422,44889,51242,53656,33574,49388,51871,31918,53163,53163,37838,39112,31709,50341,45630,40210,50814,50814,53514,45209,48547,44112,44112,44204,48623,31163,30585,32411,32994,39595,51459,47539,47539,43371,33283,40874,49699,48614,31545,48912,48742,49650,41866,46392,30229,34222,32225,45917,33777,48940,53604,31437,52307,45640,44069,39700,42770,42805,45374,34106,49232,35289,32276,44605,36214,29868,30896,31719,47243,40747,52663,50251,46586,48746,37731,46771,47722,39364,52298,34015,31969,31115,32757,42752,38291,44258,44963,46666,36627,29971,50267,43925,46235,31724,44032,41731,53185,41307,41512,38000,31697,35762,37652,41107,31725,31725,46938,53206,31195,32808,48916,37098,49964,43219,37063,39291,36621,39218,46875,36542,37779,37779,44236,50773,50773,33831,40295,30776,36325,43451,43892,50144,40586,47728,33116,42984,36912,51942,48130,48130,32313,35127,31424,44795,39066,50053,43135,34919,45400,44747,44747,42789,53980,34502,46226,43235,37077,49389,30069,38683,44312,49692,49692,36575,44070,35385,53407,46829,45625,36265,31743,46485,37850,31061,42863,31744,46004,42793,29902,45796,50950,47485,32403,50465,50104,53029,36881,45601,34705,45875,38884,44343,38620,53101,31748,49968,42006,32903,47298,45950,32559,45808,31023,49556,31680,45405,52295,43816,36874,51822,45472,49285,49148,31758,51512,52116,42010,31725,30659,35963,33681,40830,40278,38509,50602,30186,33185,40556,36087,48240,48240,33212,36753,33778,48819,48819,34171,31276,46171,32307,50949,48917,49828,50229,41560,34807,41454,44884,36333,34030,51872,42945,50596,35798,35107,50221,40074,51805,51805,32723,50673,35989,35989,50460,38786,39731,33306,42161,47600,47600,48972,50284,37821,45284,46028,52849,38215,30743,34079,33359,36646,33315,47690,42286,47281,42096,46685,31770,32666,48081,37920,51622,49191,49098,45456,40945,47977,30350,41727,38954,30873,31841,30746,41457,31136,51112,49815,49457,42689,31065,47160,48859,50858,45089,49629,38499,40711,51114,49235,49583,39899,34070,52929,51233,37617,46998,46313,41962,43879,46630,49230,47834,38396,41743,47154,46913,46913,53712,46357,51677,53669,39580,41018,48136,39245,33007,44385,44673,37912,53016,52680,30671,40196,30993,43796,35097,31030,36259,44640,43799,50390,41163,46281,53248,52983,52983,35136,50498,50498,30203,36767,41371,41371,50649,43502,42397,38719,42207,52254,41513,48210,50189,32519,33965,38366,46726,44971,35017,40303,32832,37149,36022,30899,29798,44228,52752,46889,33838,51547,42901,35290,30075,47609,47619,50237,33103,35293,31649,47620,45600,39253,52942,48128,33882,40600,53121,38538,52944,47253,46823,45463,33350,49212,41392,48558,32981,38548,50723,49286,46966,44077,34504,51304,47306,37369,39141,39141,48973,41964,36261,48382,34582,36043,45635,48427,36912,39662,44021,32363,39801,32496,41375,51100,52167,31804,36365,52554,35466,41312,35064,32277,49624,43934,53552,51823,45130,44317,38894,38936,33719,46298,51185,45474,38669,49192,53232,51225,47602,31952,39547,41003,51428,41003,48737,37678,34665,43202,38879,47749,43563,48511,49140,42930,53326,53523,41066,39288,35407,40925,40258,30081,35637,33148,43250,45015,39821,52811,30527,31755,38532,47314,34599,52603,42514,50488,35002,45211,35001,37636,31502,33531,34243,43400,41884,38298,47333,52200,30916,35868,33671,31295,33852,50900,46675,30782,50180,30771,31822,38188,42167,34169,46419,37090,38188,31824,53217,36383,31825,48291,49975,43648,52677,45700,43519,37110,41990,36873,44332,52914,40431,50818,37314,50009,43483,40543,49732,41858,39634,40364,53318,51396,33080,52941,42668,46809,46708,46708,42037,41515,45535,33783,50004,49122,43618,34238,42172,31833,31833,41820,49487,44637,48551,36571,32363,37605,53120,44235,47471,34434,47502,51909,48411,39713,39713,43926,35068,46535,30743,30743,33673,47519,38515,41703,47585,36199,46425,35806,43904,37580,42624,45191,46563,40263,46011,48139,32802,30484,44095,52257,53263,38461,48918,48680,39420,51294,51293,34090,31357,44209,49778,37335,36291,33870,52668,50023,46289,46289,47404,45869,42796,30646,48473,47791,46245,31326,41283,44446,48661,34541,53629,47479,47479,41589,36387,31853,29954,43620,48319,29807,44420,47485,39922,50291,36789,43629,40766,45433,32114,30871,41155,40698,49038,38606,52926,39783,41675,53397,37032,39764,39764,38879,45280,36740,45286,51688,29826,34338,37234,41901,40163,39686,50776,32220,36726,37745,31879,37343,49654,51404,31181,38578,36452,31933,53320,32181,37336,34117,38498,49895,47094,51928,34102,41151,41388,51363,52139,52787,29753,44913,48339,48339,34717,33933,34260,35653,52988,50036,52169,37443,45376,45376,40470,52526,44209,49133,44584,44584,30211,45704,45704,45544,31159,46627,43256,46602,31815,31090,42884,30240,46960,35436,38910,29877,51832,35581,40157,32783,47688,48199,34932,46280,33603,36191,38993,40377,46721,38040,44641,48928,39932,30632,46586,33964,43130,40271,50159,35005,41895,52449,34707,47196,31314,31314,50732,52809,52656,52656,49320,30900,39560,37674,39634,37107,47917,47917,45393,44369,36719,34087,34087,49689,39314,39314,53667,34808,46320,36497,52029,32396,39528,36695,32751,39728,36951,31888,50812,46063,39865,36677,32166,53677,37468,44397,30137,49101,49212,50885,50879,51937,40810,45473,46224,46243,39310,35233,40441,40413,38032,37906,33018,47337,49711,36380,49561,38045,31298,50853,30548,34492,47934,32399,31896,29933,32027,52367,44766,49804,43639,50759,48189,33347,41284,45617,52466,34684,37242,52059,48438,47109,43632,34439,38487,45304,34752,41018,44234,35024,52168,42993,43405,40587,47432,34261,40244,46690,43410,34893,35504,30496,34546,47684,45338,45549,44208,40831,45294,38243,42993,37955,32743,43539,37196,29895,29895,45247,45247,37266,48697,35372,34358,45609,53083,31911,52735,36138,52307,45609,48666,39013,32440,50170,47592,49582,44132,37835,42859,45931,41476,35807,37712,40536,32355,31913,53290,38332,33836,31852,53559,44479,31916,31777,31666,29963,30399,41480,53389,33055,34312,37658,47553,52310,41413,39600,32035,52936,29747,45916,46762,53817,52375,35059,44531,38813,37120,32763,36878,31923,32021,32021,31893,32650,49694,36346,41680,34805,50463,46463,31448,43096,36142,39573,33940,40565,49337,49812,52576,35514,33711,49011,49762,30439,44333,45495,43072,43072,41362,41385,44304,43543,32858,48579,52083,29964,52333,45618,36685,41494,30034,36812,30415,44484,49282,44224,31930,37968,37968,48048,46648,48673,38855,42858,39767,34546,30113,34772,38317,32733,47848,52645,38966,38544,40302,49388,50392,39047,45946,35039,50692,33267,41354,40894,43156,38502,40288,49638,46565,36643,41685,41685,43118,30715,44715,35706,30832,42651,47063,30898,40585,30677,50418,48547,36758,45536,39987,35964,49933,30007,40089,46642,52360,42897,33173,47299,31219,31219,44940,31219,36302,47079,40575,33718,45316,29855,48472,50424,35652,50587,45824,39853,37457,47967,36246,35045,30149,46207,34556,47343,44980,35785,49740,43070,44221,35415,46996,51913,51913,42201,31654,31278,37104,33733,51405,45092,43046,31419,40661,37174,30969,36892,30499,53288,45447,35269,51831,38274,37445,34709,53661,38466,30683,38471,47020,39132,30375,36189,38438,48145,33387,34803,50752,30455,43123,30413,41148,48470,48470,40934,31952,31953,53689,35952,35952,42512,34655,34655,32931,52089,50262,51304,41809,52642,35228,31532,47201,31958,47278,46727,52158,31960,50827,45905,32260,30518,39061,35857,53311,50635,51050,46655,43845,50720,45310,47291,39186,38479,43390,48665,49657,43262,42386,45452,44596,31962,33552,34656,51774,38429,37235,44361,47879,39725,53644,32249,38746,39410,39410,31201,44269,47878,31966,38351,30420,36868,35862,45913,48303,40367,50327,50327,49693,52867,53590,37957,44735,39407,50677,35762,39412,49515,40653,45169,36185,50780,51429,37109,45878,43642,47111,46700,45101,45101,43609,33175,31970,31970,50014,50014,48922,49668,33050,34864,53432,37431,36574,50158,38908,38908,52750,51927,48598,48565,32107,38215,49588,31270,34610,53542,43030,49314,40896,35732,49956,41459,47008,31978,32886,48771,43583,50964,36142,35358,35358,39392,33130,41034,41877,41431,30438,42865,33846,34747,33431,45930,30414,36917,45972,36917,44708,45578,35689,30170,32219,31003,33755,48449,40011,32697,33863,31994,32043,35632,33087,38287,38287,31958,34444,48530,30867,43467,47419,44835,51719,45418,52587,49817,32975,33561,53529,34464,30936,52880,52613,52613,42676,34513,39059,50475,37456,40320,49118,44220,31819,36545,30718,42066,39066,30596,36119,29800,34074,35183,47714,47712,30304,34068,40234,50795,41114,40925,37047,53569,52054,45202,46353,45596,45803,30781,34231,32009,30344,49192,49458,52499,43125,32011,53769,43097,42003,39011,46619,43375,47379,41966,42922,35400,43319,30175,39720,32669,38929,37608,33280,35923,38241,42622,46102,46102,32014,29900,35013,52446,39387,35049,41471,51181,30165,48691,41316,30460,50687,45604,39238,43322,50945,50711,30480,47177,42796,43936,35511,35745,40634,42883,36961,48743,39542,37864,30731,41713,44710,43000,42702,53685,52126,39399,48690,51191,41325,33938,47396,50480,32102,37925,37239,45662,35014,53123,43744,47530,31554,51327,48086,46589,35725,50946,41168,35467,43646,37818,36257,38753,52493,32024,51455,36623,37176,46035,34692,32025,49623,38049,38031,50638,35231,35625,45424,45269,46628,50387,32852,38850,33727,38165,33176,53403,40033,51022,31973,37631,35311,50662,47333,32855,34388,36866,50021,49939,46627,39116,31917,31917,53657,44513,54007,43431,51913,49070,41472,35299,32845,38520,46761,41061,43047,38764,45142,32033,32032,32033,51097,32537,34767,36803,46326,36356,29811,30786,37751,45525,47985,50556,47564,37075,45711,39244,40054,30914,48631,38672,32036,37996,30276,35910,30017,49996,38464,44720,44010,44010,36504,36690,31686,45452,35585,37579,35406,43771,46407,36722,48520,33384,45559,37038,34714,49600,39668,39109,52714,53262,49996,36625,40120,39101,51986,31691,38171,52697,45057,50424,35707,34476,39104,31320,46030,46304,41367,50960,47037,33426,45834,52538,49472,44083,41986,36155,33864,49921,46834,38634,47236,31699,31939,48468,53196,41139,52529,35858,49247,53281,52272,33342,34170,44694,43799,45505,48788,44823,45647,51374,52754,44306,51197,36879,44758,50100,43113,36046,45074,35892,53485,39759,34480,31230,31459,34113,36375,37792,42785,38445,46411,49816,41093,40204,43466,50484,50484,33989,32059,36981,30136,53288,47813,43162,49450,47661,42797,52252,31777,32977,51138,39015,40644,32018,49405,41200,47505,51186,51186,37089,51397,38718,44242,40991,46347,42158,34362,52843,50164,35176,43701,45847,50146,33791,37233,44009,42570,51317,45154,53241,32068,31049,47163,41974,36433,36629,32069,50739,30668,37686,45035,46438,32071,49254,30374,52755,42416,46150,38467,36178,36393,35605,46918,31207,31207,43679,52444,41330,35970,30789,44109,44244,37955,41336,39352,38068,52862,34226,50628,46194,41175,32733,39902,46416,36283,48531,39372,47803,31147,43279,50700,32086,35616,51535,52990,48241,43421,49416,34518,34518,37202,49321,37877,49152,48515,43110,33522,41871,44309,43042,51084,48000,32090,48431,43282,42122,30880,49860,31106,48490,50208,34717,39747,30925,30925,32092,46427,53854,46744,36638,52765,32896,50070,51226,37271,30763,43616,50943,37338,38754,52514,45543,44165,43637,48421,45400,38578,32691,49742,33842,45799,45715,45234,39281,36827,39829,41572,40127,48115,43019,33204,34319,38655,53385,34131,48686,39764,48705,48705,30458,37085,30628,37458,46594,36030,35034,50202,39192,46188,48312,49520,43938,52776,47308,31134,42625,34614,46433,34946,30526,47781,52431,37618,35855,35295,32388,34629,38718,52331,38567,35210,38265,47696,32115,31148,41120,39185,38158,32842,33201,46317,32462,47174,46150,33844,37462,33062,52954,38240,44701,38960,33070,50864,49779,30137,39844,35145,40446,32579,48747,48747,30371,35075,29955,50173,29777,38725,44279,37466,48968,41654,47800,44389,52015,44014,45436,40680,33444,44789,46782,43027,34265,50502,30121,41931,46272,48700,37628,34181,34052,33764,41826,47444,37405,37405,29988,39905,30118,41697,51384,35760,53552,53029,50223,43838,39982,48467,29832,41980,45612,31045,38132,38948,43917,34075,34075,32132,35899,48605,53415,51364,46484,46120,46407,34397,48948,39843,34292,34211,30958,33380,49964,32138,45662,33901,31111,37472,43593,35375,32970,49333,42375,34239,30849,37613,39161,38477,36438,40612,41570,32140,54017,31075,41415,42351,34965,42371,52270,34009,39293,44466,34872,30299,38119,37946,41277,44368,38111,40540,46175,35352,51368,36634,34277,43753,45675,37972,39942,31806,33473,44937,49341,40830,32358,40006,42575,44923,32070,32070,50913,48589,44360,36483,32150,47022,44031,49846,44643,37477,33751,38038,38802,48980,48980,47759,44699,33724,50222,36006,37365,48102,41942,51829,51829,33135,38352,34003,41644,48947,40931,49402,35778,36237,50207,50098,40589,50332,40082,52097,32839,36841,40380,50582,41740,49028,30469,45490,48560,50845,31261,47679,30916,37980,37469,50406,32163,37988,31392,47398,36116,46334,52527,42477,32166,36641,46776,53444,44657,31540,35079,35079,47606,37167,42466,44174,34760,49577,41694,34648,38970,32169,45282,49001,45631,32656,33900,52360,41691,40236,35564,46402,48576,48383,29759,40518,41944,46000,30939,45692,52608,34233,48505,51838,50855,30330,50528,45720,40778,52425,50669,50669,40627,39956,30589,37723,49868,51282,37393,31870,52757,40323,33824,39117,33949,31260,39931,36421,38771,37273,49238,41678,43001,33720,36452,46129,36951,47205,48209,49579,49137,31537,50919,50919,47624,32192,31301,33477,41346,41519,30603,42868,44472,31094,35312,53453,42031,42629,39057,35343,43300,48071,38385,48750,48628,51593,32197,33275,45043,36574,51129,51129,39571,30355,29967,52919,38074,41754,35587,47436,52375,48474,34776,51295,32378,40705,51768,46786,36176,42653,32486,31889,42304,47934,38761,38761,43399,43777,45584,32920,44539,42799,38815,40872,53875,40033,35731,43006,44300,39188,36493,31144,50441,32373,47350,40784,45527,51035,41575,40768,40764,31464,49290,33924,32210,40044,38691,40707,32212,41181,49821,31901,51901,40960,47437,53695,42144,48116,33064,47095,50598,38886,34502,39887,42900,52012,29983,36701,39557,46340,38323,31660,48880,52710,35569,32223,53635,50347,47692,41466,45347,46100,32318,52926,43852,49966,42491,41882,42589,44583,32750,40056,41698,35539,32230,53244,40538,36687,46531,38558,49195,45377,51989,53331,43730,29941,53509,34686,47370,52770,42033,35014,51482,32237,48609,52387,51694,41346,53655,48995,32872,32872,53655,43334,30920,50530,46674,47016,46741,39280,45460,36610,36610,50209,43376,39907,34012,41666,40629,53082,33776,49311,37803,42236,45771,36851,31410,50124,34536,40356,40905,42357,44206,51266,47693,42351,39387,53032,45482,29995,39775,49090,37162,43057,42043,44199,37937,42043,41770,52203,42043,35185,38594,44545,38979,33863,40897,52644,34645,30921,43308,46917,35959,34519,44872,44974,45467,44147,34255,39864,35769,39895,45107,47028,38452,39445,47028,41266,39963,30937,52640,40114,34820,45852,31747,40797,42163,37972,52535,37540,45299,48065,44459,37222,35931,40867,46462,53272,46406,36259,48811,39127,46574,38986,38986,37853,36839,48230,32666,31493,44956,37240,36545,43372,33559,33559,32257,31356,32258,32724,30117,44022,38254,34947,45622,42969,38661,37097,32996,33819,49754,43064,37951,32664,42426,40045,41844,33406,39248,50469,42438,42438,40549,45160,38704,53785,37364,33756,52871,37806,41105,50174,39279,44843,40353,51460,39410,35455,50444,46647,45481,40313,40755,47318,37648,34396,42715,52823,48776,33940,41482,32270,48466,39695,37169,33566,49815,33780,38905,50286,51934,30352,42592,48370,50218,51130,33634,48975,48975,36064,38340,43721,46849,30775,39856,48793,32575,47531,34612,40437,30800,32097,32284,43566,39929,49713,49130,51318,50829,30239,41535,36888,50782,41955,42492,30557,47926,42539,39356,29759,45436,35579,49559,33551,47625,39197,33427,39246,48180,36619,36430,35214,39721,35553,36436,44700,32368,52084,47174,37673,35014,41539,46066,52084,43675,47174,41036,51380,38278,48744,33912,32467,50555,44137,34534,38894,44352,30790,44502,32293,39726,46290,52911,37604,51815,50448,30382,33351,40252,47736,40613,40613,31296,47866,45352,45103,37696,33530,36563,45197,40003,35055,45010,47474,47361,31746,47726,41935,48496,35486,37557,32608,36415,37512,43426,32304,50317,32304,39561,51759,45281,35119,33213,46319,51556,43802,35895,44822,44822,36281,41457,32603,46850,33689,49358,44816,31705,44343,35670,53855,49757,34047,53297,42923,49615,38949,38949,48569,32826,32101,30150,34413,36342,36342,44294,34156,42365,45139,31580,52046,50169,50169,51861,53574,37224,35668,48663,38552,37589,46058,40198,35628,37721,35216,53513,46037,32314,35963,50805,47726,33858,31162,31161,53478,47232,37396,40726,39077,35017,39512,43533,42903,30612,30214,35336,43308,43510,30487,41169,53603,49094,44380,46579,51371,48388,38708,38708,51227,32323,46432,41370,30114,50167,38698,43416,52989,33326,50081,35375,33219,38862,51792,35294,35294,37528,36587,47264,40573,43565,38580,30094,36359,50953,45438,38753,44261,38612,52243,49782,41949,48158,30665,33094,35268,43374,40141,43466,48630,45294,38599,49926,47023,47023,43355,34989,53678,53678,39682,40757,30237,46901,50966,37099,32344,50843,39798,43946,47740,36692,38562,33684,48288,50391,45261,49487,31799,37182,41807,36032,31835,52219,45782,43787,48796,50577,35145,50352,30214,40383,36526,46192,40407,40407,51010,52466,32196,33759,40174,40732,37160,52741,40174,39262,40284,52650,32356,40248,32357,37492,35444,31304,36197,43313,51104,44033,30679,31795,43188,53577,49053,50342,44038,43275,51680,49734,48892,42030,51289,30570,52157,40530,52261,38357,47273,32382,47171,40490,32815,46654,35438,48093,36312,36562,33193,44425,44425,34899,30987,39119,41671,41671,43502,41639,48029,36815,46770,33199,50174,45938,45046,37359,37359,30508,32694,31375,29786,32371,50912,47527,43709,46384,46385,31570,42527,32376,46900,36966,52698,33222,36053,49384,43794,32064,42938,30333,49799,40422,53317,32379,53699,41208,48999,46541,35771,46597,35544,32725,30363,50318,44833,43872,29828,36229,52428,38424,34956,38568,38740,44560,46522,50353,50678,42434,32992,32992,47099,45371,38041,44192,51350,48697,39717,42361,53460,37553,40745,40321,31537,41280,50282,32147,32147,41982,52246,53065,50020,40698,37566,33852,36978,33305,30719,52724,29950,47889,46135,53454,40372,37374,44222,37875,48338,43375,39685,31852,46623,49345,51598,40740,50995,31268,33367,40613,36304,51253,31898,51029,46370,39447,46747,38080,32865,37772,32478,32747,50314,31209,49939,42516,43434,33185,31391,33365,51865,51865,39830,48151,46676,31825,32470,46927,46927,40394,48026,44039,36724,37382,31037,45177,38060,32901,41004,41621,51455,41726,51949,53392,40717,45484,52156,37286,45004,43135,36825,40267,47672,51890,38619,43293,47218,40571,50328,33706,52066,40221,43345,45461,37862,46132,44468,51102,41629,49905,49276,32418,30408,35384,43255,33991,35134,30977,32420,34284,43109,33600,50643,49393,43382,36820,51780,31240,52600,32270,30646,43441,35076,51450,31644,46340,35591,38595,40216,47935,48757,38871,33941,33971,34708,37840,51289,48830,32428,41031,43052,39824,35230,43054,32216,31678,49606,53510,53126,30781,52871,52871,43782,44781,43295,51772,30503,35639,42552,46090,30049,47855,48804,46694,43378,32434,44814,32435,41977,48010,34391,51621,34995,46450,45509,32438,45272,36280,51643,32441,44602,38317,52531,46273,47425,46440,31291,32522,32107,32107,53679,30544,49239,30072,42419,30183,32446,40597,35758,52167,30429,45310,36145,48085,50170,30472,30472,34966,30309,49607,50008,34602,43648,51532,40090,45330,44619,44726,53392,44965,53725,45612,38495,52054,41540,46508,31294,32346,35667,32452,32453,35126,49633,44659,34926,50691,40802,46973,43665,30173,30079,37165,48613,44872,52781,42740,48306,38650,45200,39819,35794,49956,40155,50160,39690,30571,41329,47366,48225,32464,52223,50805,40220,49920,33067,53704,48965,32617,32617,30405,33729,32469,52821,40573,34091,35994,34978,53222,34222,30157,49789,50515,38299,48095,47195,48537,36867,44245,48585,36397,42917,32053,49102,40514,29993,38968,51873,51952,41285,48379,48379,46245,40459,30292,40433,37473,47414,53026,44114,44114,52832,38177,48861,40651,30306,34067,30068,51645,34880,34769,36451,44332,34006,47608,39776,40955,43540,46750,46566,37846,49393,52589,50392,53234,38197,48074,40790,51048,51834,44438,34944,52204,52657,36076,52246,38128,49412,44149,36009,43557,48229,37936,45604,33897,52442,41317,31025,45403,48263,29929,35686,52406,41834,44800,43316,44423,50226,36475,48142,32474,52877,37898,40862,37459,45356,38784,35572,44287,30903,53304,30799,38929,39799,36812,47062,32499,30001,33160,30050,36857,48631,31458,32500,42524,36737,37233,52425,32502,37062,36907,40725,49279,53160,51690,45966,51708,50160,33099,42865,47488,46042,41768,37200,51181,41448,45607,43533,44661,32506,41074,34838,46069,41258,38991,35617,43716,39322,36331,44518,49733,49733,45710,35846,48869,34903,32509,43737,41189,38982,32897,31473,32280,45162,47799,51711,50400,50792,47105,44523,31516,36570,42510,41716,35187,37784,52713,33436,35974,50769,33327,38528,42107,47665,36674,45340,45340,36606,39310,31588,41348,40268,51661,38407,33598,47023,47918,39209,39209,39618,48621,50982,50311,46423,46110,37040,53517,51227,35613,31236,48357,49722,52355,31546,33328,37155,52842,37316,47867,45737,31454,33967,49076,49076,47109,47109,43276,52948,35540,44455,44843,39418,45126,34045,46673,36254,42246,53152,46460,51357,38619,43829,32527,42726,32528,40735,42925,40488,34918,32626,36124,43888,44749,49729,44806,36847,38158,44478,36804,36804,40205,36440,32535,36987,39020,34003,44876,35941,48392,35030,35785,52740,50172,35824,42276,52727,37577,51586,29906,46324,34247,33314,33581,50979,32542,33749,32543,33053,41340,41814,45138,44092,49928,41885,33060,30500,41696,49663,52776,34924,34924,37680,42701,47914,39923,32549,36954,31386,31266,31007,36088,36088,32958,43634,37106,37408,40825,52334,33926,40741,40431,32556,47196,46843,38379,31177,33772,46566,37325,44356,30996,51890,48253,32489,52445,39444,46461,52681,39214,29957,38219,49838,32361,49906,44875,47631,32947,38963,50180,44095,30184,38234,37635,51241,45346,51458,51458,30409,49420,53690,33687,39734,30269,40859,47469,36373,52146,37338,37338,38368,45774,37386,30649,44136,40959,34018,34589,45086,33413,50608,46094,52107,32568,48303,48457,37769,37960,53769,37995,31905,50794,36966,44628,39333,41239,50933,53353,49739,49913,31682,39386,50910,48401,42986,32046,35357,30043,50107,32575,42364,45111,43556,40441,49566,45136,40838,44236,50589,51551,38442,47157,48160,51036,41097,45793,48905,47391,50074,44042,51271,50437,36630,37729,46353,49766,41533,51192,40213,42697,42459,42644,31413,42104,29852,50641,36544,32287,46719,41524,48016,41428,44065,44065,32591,45579,44265,43254,41206,32593,42420,42420,51216,47583,50789,44366,31816,52683,48356,42888,30187,51341,38498,39320,42112,51496,48229,48229,52151,37855,34660,51058,52051,47318,40334,37582,49262,47151,40334,53446,38812,48499,34440,43324,41206,36895,40190,37970,45763,46547,53731,50706,48117,50270,31546,45462,42971,46598,38638,39505,35599,39492,33329,52401,51140,42713,46655,40690,48774,39889,32608,48722,47061,34458,38134,41653,41025,46596,39824,45285,35121,48225,33160,48763,34831,33629,36620,33139,39404,41477,29849,31778,49887,36076,47050,51619,34640,47427,47196,31441,49454,38106,45937,44051,53326,35909,39082,32442,34707,35575,42758,32514,39482,32623,37347,36363,49936,34264,31520,46690,32624,50179,32625,32625,52972,48477,39177,31044,37121,39377,38707,39738,41023,35939,45415,49803,43511,33703,43552,48017,45797,47733,44909,46089,38084,37570,52410,31955,32578,46805,37769,46147,37079,48110,30684,35940,30559,40550,52818,36371,49674,48772,49653,31737,34879,46799,35641,30197,30197,45414,45629,33680,33543,33543,35840,45162,48038,34570,52602,53528,29937,39898,46361,45036,46015,29841,41248,41054,40372,47848,35881,30071,51806,38196,31883,45364,35044,49480,44345,44297,40047,38664,51233,41000,45506,44366,32430,51865,31047,48137,45787,33000,33675,35454,42953,42852,44535,45838,31051,49969,30053,42171,52756,41183,53167,52756,51849,50972,44273,46962,47052,45266,42193,45266,52675,33818,41300,50461,40361,50871,50871,43574,46723,50693,37387,43524,42760,42726,35587,41076,38959,50568,36596,32659,37175,37043,50568,51693,46280,46280,50516,47169,34566,33925,42844,50847,40528,34907,46391,41136,31237,37669,46198,50154,53238,31332,35169,49712,35059,30453,51591,38531,35647,47520,52236,47869,50204,44230,49763,39305,42275,52530,45478,52116,35653,35812,44869,46078,37520,30933,33023,35879,39126,39126,53008,32298,43860,39948,38260,45452,39361,39773,42459,50248,42935,32205,49493,52464,45684,39378,35260,47267,43736,53007,38581,51691,51691,30979,38425,46819,43534,50151,46106,32674,52687,32556,38137,39224,47663,37751,51115,41033,39789,42713,38724,46778,38292,48381,30003,53310,40508,30282,32678,52755,53143,41043,32680,51425,37083,30330,45036,40386,45765,37820,49778,41767,34189,42355,45192,44481,33233,40167,38550,30611,43501,41980,49480,30624,48479,36840,38199,53708,51555,40256,44871,36450,37202,36866,40903,34837,49979,50016,38133,48529,43343,51037,52077,41218,44610,43506,53523,30986,42785,51353,30073,48297,35991,39138,48297,48003,36574,44607,41379,44409,48320,32692,34793,32045,42252,45619,42091,48999,31211,47652,34548,41951,51268,40504,31834,31834,40722,45844,46173,34778,49934,34882,37290,33176,53445,35435,37572,35524,35524,45684,35101,45019,34208,51355,36192,38417,40874,46703,50275,32704,36228,42096,38797,39524,36934,46229,45274,41788,30540,35353,36430,50632,50503,46221,35462,31650,45245,35340,34095,49243,46735,37222,40220,44665,36034,48729,41924,47084,34422,31102,43226,46533,37803,43649,30217,41180,45992,30212,43655,35356,41836,44353,53253,53253,36904,45520,42183,40984,46667,39946,48529,30699,32915,33057,40038,33532,43310,32719,34191,31035,43413,32721,51632,39537,31809,40399,42211,44003,40807,50941,47384,47766,43826,44539,40462,33833,51289,32325,45476,36247,45063,38500,50616,53937,53919,38567,49289,45341,41373,53672,44198,49255,31244,50838,40978,48784,43774,47454,52104,39855,47494,31080,39248,37072,45962,43292,43758,35803,47079,47231,44042,31332,32416,30292,46857,35701,49020,50580,41632,47562,42224,48386,52948,49506,47944,36148,32457,42378,52184,39793,33619,40709,52589,38186,52698,45706,39553,38702,45488,30346,41421,40755,30346,52881,40438,29894,48782,40708,32013,52881,49257,32741,45524,41505,39317,35806,42779,42779,41356,42396,53236,52530,43461,43773,30126,44092,41636,53338,49920,30227,31708,32223,50649,37683,41994,40949,47159,32229,44840,44840,34571,40282,34074,31957,37246,47880,33829,34914,40474,35591,35842,41853,33630,42372,49035,39977,42912,40048,50769,38075,42715,50993,51757,52667,34144,31807,45477,31399,35587,44928,30739,35497,30869,42294,52654,52086,34227,33105,32753,39971,52217,40541,47350,47350,40011,46851,49220,42830,41787,43547,49619,46216,30854,39866,50340,39997,30430,41397,29826,47465,36981,43337,42431,52480,43125,50743,43895,49658,51180,29786,45720,52835,46231,30532,52697,33894,48272,47230,52540,50855,34608,42864,31408,33191,50682,39553,49420,49781,33150,43653,40162,49714,40054,52975,36905,32763,44700,46300,46559,53683,34719,37435,36167,48001,35603,38034,41110,53483,46386,46386,43365,53634,43704,30148,38341,45544,49009,36025,50817,41695,48163,48349,51649,43742,52053,29913,47907,30544,48778,47466,33815,52921,46113,31666,33158,45109,37555,51517,41560,36369,50776,50393,43517,48396,42065,39009,39009,47453,48974,34689,43649,39711,39962,33309,41125,51857,48009,41653,37187,43065,44621,43667,51462,50264,48994,53722,42466,33296,32782,39766,43342,40339,40787,39702,42364,32784,51282,48625,46762,34134,53203,51587,45875,49763,44867,47179,43344,36903,32875,46044,30517,44661,34953,34953,45225,40410,34547,37349,44073,35633,41798,47175,47175,30854,32793,46104,46519,30332,50100,53100,34115,50100,49711,35125,33914,41039,30351,32026,47798,30176,32462,39318,38767,39250,52084,47994,33393,33393,53597,42542,31160,30207,33744,47392,51523,30692,43915,46761,49322,47382,32801,47593,47475,52826,47554,42892,44866,53287,52117,46707,36728,37876,53433,46561,45172,50192,53349,39468,51521,34929,36833,49991,49720,36835,30946,31656,32806,42547,40428,32869,53350,34033,40425,40412,40788,48922,41860,31422,52069,39742,47378,32813,35912,52913,29947,45220,40233,44314,47198,52431,40062,35058,32192,32251,38758,48441,41599,49947,37643,41648,44898,41981,48477,32636,44138,41558,42637,31440,38012,40919,51667,50127,48238,53930,51280,40619,29757,52575,35721,45956,40421,33221,32101,48026,41938,49795,38566,46943,39643,53543,46743,50863,53558,31947,47040,44444,47577,30472,41650,53463,53463,44332,51751,45458,40435,40516,52028,45220,38145,44196,50642,39534,43355,49358,38870,34890,31212,36733,44121,50801,47268,32836,49454,43579,49452,48308,50824,47874,36882,30950,35571,41528,40350,43329,45084,39932,48819,37538,30266,34548,44640,43298,31892,46142,34492,44807,44807,44676,39092,30576,52315,34684,34729,39820,32635,44926,45631,51022,32000,46218,43830,31966,41840,33921,43029,31473,33301,44822,42696,50890,36112,41985,46116,43580,51529,52332,38928,42099,50866,46447,51388,49833,41623,46530,52138,41000,42185,44191,49611,44388,44388,50654,35394,36345,33880,42406,43165,46348,31027,34626,37397,41486,39765,47305,33952,35808,52510,36771,34910,43389,44573,43409,50299,39818,46397,51042,53117,52542,43353,43067,30339,53663,48854,41569,50497,50032,41276,50231,32859,40359,43428,39383,33370,30675,32358,36867,38663,45937,46063,45457,44773,43998,39714,36642,42056,33198,45189,44927,45968,46038,32673,41363,40726,42479,46773,44775,46043,38342,35568,39428,32870,47899,31013,44169,50409,50653,50491,50390,45808,33695,38713,30538,42512,31727,50762,50389,32876,46191,43689,43190,33317,32923,47421,51998,34704,44941,50668,46373,32882,37729,53370,50241,36671,51881,51881,30451,50579,45099,38374,39008,46208,46208,46234,32342,50560,49330,33334,50677,36621,31774,52614,37067,40629,50588,52263,51083,41503,31252,32187,41756,30419,50547,53579,41464,48849,33126,40821,35780,45562,47492,38906,37219,32889,33145,30519,43130,53286,48296,38337,45642,46413,49630,51735,52655,52655,33840,46402,51813,38564,39688,39803,45156,36599,36652,32926,45522,52447,52054,48232,51733,42835,53359,30265,40292,49055,31426,40597,29785,34676,38722,43922,45557,31651,38068,36658,40827,39152,34729,39566,43809,33754,45003,39388,40420,36710,36710,51158,40035,43382,52424,37912,52765,32897,37786,42319,42319,32261,52963,53308,38716,38716,37306,40571,49849,38475,53599,48485,47031,30632,31121,31551,43206,42270,31497,53632,39720,38784,39614,29909,49069,34831,41371,32912,32912,32913,44336,47099,35157,32546,33705,33706,47285,51808,49807,50137,44578,34626,48332,42393,41714,33361,49725,31585,49077,31732,43965,40320,31955,50019,33681,43991,43991,43900,41144,38710,30916,43289,45018,40046,39473,41162,32518,39503,42584,42904,41304,42785,44498,34795,34308,39243,43859,38563,52300,30233,31571,41548,32111,50184,48661,35892,32594,47858,36610,36610,31663,37271,35809,50754,36507,35248,37568,31312,31312,36107,29936,51446,39869,43141,46872,32402,43272,42844,38772,48414,48414,46830,48779,44874,48875,39776,32934,36716,51609,42648,32206,51963,34829,41739,32589,48969,40061,36722,48840,48840,48994,32940,33180,31444,32750,31890,40908,49723,45294,35209,43166,33846,46139,49122,32541,52745,41502,43048,41012,50788,35742,52161,49564,34275,43176,41724,51818,34535,38740,38740,43389,52663,34742,30704,43879,32952,36430,48082,48196,35810,35921,47749,37116,39292,47338,47538,38496,45656,35014,51294,34420,38432,50839,32959,43407,32958,47776,49043,42192,46458,49058,36337,33228,33228,49529,51993,52114,37375,47826,30467,44087,43221,42919,47635,42073,33768,35853,53248,41405,37778,30755,32968,38818,32346,39836,51488,43647,51169,32293,49715,37803,45865,40011,45619,36008,30415,44117,34040,46995,53574,33909,52578,37163,32972,48811,46734,40457,49429,45109,39170,35334,49303,31288,36707,31107,50480,48409,37926,37705,31037,33844,44725,45565,44033,35921,36537,39216,50668,32974,30336,42825,43427,45610,52050,46118,42151,32977,32978,31525,39981,51281,44808,38837,52735,47184,51258,42333,51256,30959,43913,32983,35713,53690,45010,32444,46201,32533,48416,34960,47515,52038,39010,44245,51731,45082,52247,39112,36354,52261,47228,48021,37188,41271,35870,32268,52917,30412,48258,47010,31078,30667,33757,33757,54010,34100,49200,30474,38225,37853,37931,43693,52995,36056,30422,48252,29944,41282,41020,43861,48517,50725,44708,45620,52976,36270,34828,32827,36437,31413,39483,45550,30250,41197,52778,42910,31554,43786,49557,51548,50660,33002,33002,46274,37311,45087,38141,34051,44226,40831,44524,49680,51212,51894,37350,39679,51012,53829,38301,39958,47670,46217,37577,42941,39827,38749,45603,31887,44868,41154,31837,34209,36714,49552,50526,51260,32506,42948,35551,46616,40074,47370,47795,45993,33218,48152,51878,42058,47567,43798,45016,38244,47722,40001,41238,33015,40699,34892,51452,36058,42455,39775,32654,34381,36036,38651,37738,46720,46875,49495,48474,48634,30305,45976,42575,51506,36439,33044,43779,47929,30439,46266,47667,42676,51581,33974,45713,50606,45932,32086,40148,49020,48926,49248,53609,51192,44692,32682,38419,31661,44563,50489,50928,33037,50378,54019,41545,33038,40393,53406,40137,48446,40879,42481,42481,48353,44202,42104,48373,46027,39027,48280,31949,43594,44160,30907,30624,47228,53367,48615,50477,53531,31863,33317,33317,37847,40156,32170,33050,52117,46537,46311,50172,52961,48164,31712,50410,31208,48153,30241,37979,37979,50025,49732,41870,35729,40117,31089,51072,47892,36792,45420,53450,48650,50845,32251,43322,43322,51532,47330,50357,50698,34664,39317,37970,41720,48958,30035,33058,32137,44056,31457,34855,50191,38543,46117,48260,46261,40826,30972,48778,44809,40905,41351,34854,33337,44885,51848,43664,35615,31604,38865,53276,36391,43442,44342,35202,53439,39504,53442,53369,38054,48681,51741,48335,47968,40064,30137,46207,40583,43881,30335,37356,46892,53456,45248,46689,33079,34064,35751,32406,45596,31490,45255,42206,46268,29932,36956,45102,37767,42079,34050,31855,34856,40599,40556,32795,30892,41657,51175,40752,50157,51692,34057,45210,43125,44204,39798,33372,33372,39328,36706,53500,49566,36536,30077,46795,46795,51438,53084,41222,47825,35618,42298,34306,42981,40240,37645,45640,36201,30673,30831,44077,47116,50495,51111,47753,37175,35655,31968,52284,40298,34545,49183,33096,46508,41784,37481,51281,40682,49400,53010,40491,53526,48117,37015,40667,42314,42897,50520,42039,42786,48657,41321,36878,49582,44316,42035,43291,40551,53674,45971,31653,47045,49586,41370,38712,35759,45194,53335,39993,44353,41466,51618,33333,52276,46827,50950,36607,34190,42454,30572,44526,30572,48309,33271,38297,39623,42653,33113,50420,50840,33868,53412,50221,34310,33683,53245,49379,38516,39568,51486,30958,32581,33119,43580,51818,31977,32264,47601,32732,40431,41407,48287,46950,44444,34702,40128,35948,53183,33120,32075,30504,42478,48154,48672,43990,44731,43246,31306,31867,33126,30958,47282,44511,45895,41819,44233,52879,36800,30431,47484,50921,52511,52511,33519,33520,46411,44351,44351,37588,42536,33071,42443,33264,39628,39832,39208,43123,36984,36984,51541,39670,33135,44473,50551,44252,48199,50004,45398,44077,53498,34488,30047,44192,30021,31884,34020,35848,34725,49006,51040,36241,51280,50851,53295,45355,40528,45452,50474,33143,37637,43771,30918,33145,52290,50861,33147,39821,42285,36852,52546,40345,44765,42606,48039,48039,45164,31863,36772,51367,36740,51652,35538,35988,53113,30215,52499,52499,34316,32105,33160,45623,30533,38391,49426,43783,43783,34136,51869,47682,50229,35418,45439,48468,38537,49418,46989,37134,38846,48856,30421,48070,38139,44673,32171,52165,36381,31363,33166,38157,39096,44379,35096,45502,39282,37125,30498,46756,46756,33416,46989,37119,40381,38059,41818,36417,36962,44543,47944,50830,38287,36840,46456,34185,48531,46030,53116,44911,37344,44015,36822,36822,39452,33342,30825,37019,39728,47161,38621,41992,38696,49286,41992,46103,46103,36602,33182,48861,53672,43437,34344,51276,51037,30468,51276,44972,45539,33506,33506,35101,39713,39907,46244,33187,44821,34146,34146,49013,39207,47991,33189,42804,39065,31109,35178,39906,31031,32881,37522,37044,51746,40401,48902,51510,44879,31442,42220,30898,49253,38080,49913,33473,51967,41213,30931,36779,39323,38530,39567,37978,30561,50799,48482,42980,42190,38236,43388,33199,41513,40497,31786,49344,30011,34110,34613,32081,52390,45775,50471,49551,38312,49606,36802,34154,36056,33201,38984,49145,49187,43006,44256,29824,36805,40409,30317,31140,45096,41092,53869,34667,43542,41959,33903,30886,39443,38111,33206,43539,33174,41094,44256,40428,34312,49092,30954,45846,34294,43392,45628,33212,48203,36256,47566,42935,43035,36330,43484,30662,30662,42750,42750,48728,50866,30706,30707,46225,32089,32326,51306,45759,53422,46291,44307,35342,42576,37949,47783,32700,40445,35925,40121,33220,47729,32396,50780,44600,44600,41368,53791,38158,41968,35460,48758,45831,50268,42795,34187,49136,35624,43143,44998,40910,49669,33833,51381,38536,42625,47264,36821,44433,37868,42366,37686,48985,42511,34370,33227,33802,44837,42321,42774,32842,31992,50413,42274,46151,33824,36364,47111,38787,36511,52576,49566,49598,52823,45696,44551,39495,36045,32927,40904,40903,47455,48190,33272,47240,37124,32480,49888,31556,49670,47385,32375,42309,46853,39559,38048,30699,30770,41234,32172,32790,51175,51559,53581,53221,38990,43491,31040,34676,42700,46429,42418,31790,38769,39795,42400,38416,33105,35453,31220,45248,51354,40293,46468,53438,40263,44907,44907,33248,50938,49305,38295,38294,33469,47580,37279,38446,39254,50097,32074,41084,36543,37325,36590,53184,44475,43353,36628,30710,35998,30335,30335,44261,37967,42407,30467,30467,32486,42102,31827,40212,50878,34703,35184,32221,38305,37770,32990,44828,42443,33256,42291,40327,45246,51428,51428,46204,32076,33261,45624,42960,40216,40268,49293,39652,48991,43715,37296,47187,45745,40937,38856,47143,51107,33268,44325,35461,48955,50124,33270,31332,33269,34812,47290,44175,44290,31292,47173,49516,47458,42668,38496,52455,43030,36947,43899,40433,45333,45333,32690,38949,37197,33276,39614,45565,43152,50723,46286,35793,53854,44185,44656,35193,31491,40406,32870,32533,53172,30084,45331,45331,52735,32541,47617,52039,53315,44021,37891,33762,38096,31263,51262,53569,43428,41047,37991,46104,51810,44618,30189,47830,44605,35120,44416,37661,29899,40480,41442,30740,33291,42619,42295,47546,53243,48243,33647,39333,34844,49230,34227,41638,36297,33176,36310,41243,41017,51545,46526,33297,40719,40031,50934,47922,34604,52466,45109,41643,41643,44576,36847,52167,44061,43265,34715,49279,40642,48113,37546,30592,35403,47837,35784,47116,33709,52786,46365,52024,33303,42065,47904,48848,33304,39922,39988,31009,49426,44322,50400,51745,41559,34062,33306,39338,51204,45004,31050,32330,37885,34390,43511,41941,43970,45470,49207,52468,44060,53823,37453,38214,49259,38187,39812,41248,31269,34886,41453,49199,33315,45271,42900,49110,45038,52348,33117,33827,32124,49541,45449,49533,42022,41385,50838,44787,36797,43565,47701,30928,41023,40379,34843,53035,34125,33594,53500,33838,30082,42008,35513,39990,39990,33323,43448,48157,35679,44880,47961,50652,37425,40431,46200,50224,35320,41914,42803,33330,49713,49864,47220,36124,50744,50744,50663,50106,32113,33332,33006,52728,45117,38036,39367,46849,34902,38490,47811,36846,47908,41663,50286,48075,43007,47709,34406,52082,31634,45996,41553,44426,39874,45624,30277,39453,36792,35950,35950,51752,42799,43349,32183,39264,35085,31458,30111,36516,52674,33347,34171,32211,30117,37873,34471,52916,40993,32139,46901,33350,36662,36838,49121,37126,47049,31074,53460,50606,37454,46816,50423,36563,29774,53023,52284,36637,48731,48183,46815,49172,39999,53379,42609,35170,39513,52439,31776,49647,48400,46437,41625,46960,39558,39069,33661,52495,44990,47910,49725,49570,48609,33363,48237,52591,37209,45670,44706,39376,51873,51787,45415,33823,49984,48327,48109,38853,31328,41499,39349,41667,35683,40592,33371,47377,42723,48068,48675,46300,31017,39616,30913,30913,51891,43968,49810,37795,33374,39005,38609,44033,47319,36781,33852,41220,39131,42946,47903,42446,49114,48112,48471,33486,47300,50166,52680,45487,36004,32445,53422,34782,53378,51413,41882,41252,31078,36589,37641,53271,39893,43878,48346,39114,38587,35488,46967,43504,53163,52972,40312,35986,48447,35986,36756,45276,43591,52999,47887,51989,49938,39676,31188,30721,47469,44511,52363,35033,47625,42471,52703,47328,40275,51113,31450,31233,52944,52283,50374,36764,46564,44258,40026,48079,32795,41324,39999,31829,40791,31141,45642,33408,33622,40210,51249,31278,31698,51940,40200,44445,50378,35465,48568,44723,36404,49206,32036,42215,31636,42144,46048,47552,30758,37326,51977,51977,41773,53469,31892,47257,35749,40898,48946,41455,49980,44418,48437,32292,38059,46225,37263,33805,31018,45547,48073,50995,39759,50018,33421,48563,40688,33422,40452,52482,32395,50058,38574,39329,34256,42875,52804,38486,40523,34979,37306,45554,46526,43717,49650,40253,42015,43763,38861,42483,39588,47771,33000,48434,40449,41954,47883,46455,46455,38728,51543,32171,33441,37203,46657,50590,31477,33444,33445,37851,48155,33447,49648,52715,43681,43645,32397,30539,48112,34037,42929,39059,48736,40008,30890,39746,40141,33454,33453,31926,32468,40437,33456,52638,42545,34661,38534,44976,46230,48298,43089,45737,35183,36706,41761,30650,30650,35743,36448,48847,39916,44102,46192,43771,44802,48708,51090,48336,37549,49544,39049,39512,48233,48235,37196,51261,46009,40159,29966,34543,46475,49024,32680,30180,43178,45232,45232,43475,33466,47377,52812,41968,41968,52641,33468,48409,29978,47789,47789,44397,38596,44397,47720,43488,36867,51023,33011,35754,39491,42812,36080,49619,50448,39954,51890,51590,51590,43944,33785,31099,36884,46775,46775,37906,49199,49807,43359,38074,44431,43348,35803,50123,33476,36431,47600,35073,32988,44433,45786,52660,31179,51290,41100,43562,47431,37584,34985,33482,53530,31832,50069,43183,37696,44367,43411,33763,41803,47656,41718,31276,31276,52223,31222,52928,48145,49402,53380,43547,36915,43470,41486,35759,41059,42166,39890,45035,45035,38927,46577,48487,30281,44172,33527,45400,31253,52199,43996,36240,34220,43866,31111,52123,36680,44506,37426,51689,45618,40727,40105,45401,40105,31645,50355,39607,49971,48244,52230,40814,38576,31105,44858,38293,47774,47588,49494,35509,42958,53079,31901,31695,36983,44232,44662,52487,51098,46867,32820,40414,31509,33598,37438,47522,52107,39230,38619,36947,49905,33508,42716,53013,51699,51765,51553,40704,44053,46161,52015,43707,45231,53358,40326,34645,33516,35143,45374,44089,36958,30537,30532,34436,38478,35375,38478,33519,44901,31603,32232,44882,30263,32812,45119,43122,46981,49869,43365,38565,40839,34452,45063,35161,49200,43112,48041,40686,39837,52517,34761,36182,33527,38990,51591,50631,50911,52473,53430,49171,31125,49041,43860,38542,50502,34517,35278,52847,52847,33438,32301,50775,53209,43423,51858,37124,44955,53585,50444,40680,52965,51472,38883,36703,39202,35115,48486,44022,52390,36105,52190,50036,31579,44220,53482,44279,33412,31864,49828,33938,33643,32247,32765,36834,52387,31996,51197,51332,34324,34296,36479,34576,36753,51425,39531,29788,43819,43075,42622,36062,40793,34422,42538,36253,30466,34629,42270,31730,32877,33551,38874,49728,36492,38189,36092,33554,39506,52301,36679,52545,49303,52545,32658,53618,40153,48678,33559,35432,36109,44767,35267,52194,49792,49139,39839,45089,35859,33351,43248,43248,42513,36023,49233,45702,38410,36200,38453,47213,53705,48737,41426,42554,52520,47352,48408,33571,40498,34868,44032,30231,48268,53477,43066,35408,52531,41891,53919,33576,31861,43044,31109,39646,34656,43558,39879,33748,41402,43515,36408,53485,37766,36223,30313,34280,43913,33956,53661,44012,46744,46809,43819,35064,48694,50255,30872,35150,46394,29814,43045,51257,39872,51100,37808,40928,46122,46122,53250,43581,43581,36843,31022,41571,50425,49552,33588,29865,40231,35877,48420,33592,51850,37805,53408,50634,36073,36214,52013,30859,30860,43313,40921,39086,41249,47630,49640,30261,49764,46472,47302,53612,40073,33529,30492,36457,38303,34972,37437,52956,39806,34563,34391,33824,41528,43060,31244,39821,53156,43915,44742,50705,47477,50807,45192,44546,35646,45278,38194,33616,35780,34943,50616,30183,33020,49176,34756,30254,34874,49961,42465,37400,51323,51323,33624,38022,44865,37096,33626,32244,38465,52729,37447,45557,35566,33714,41801,48067,48352,47247,51544,51544,45770,53078,32677,43940,36185,34860,49829,44272,48445,40917,42122,32984,47304,39142,33638,35451,41230,47515,42846,29935,42072,30839,31310,48124,31748,43717,51790,33030,40036,50674,48551,46043,49692,29866,37390,32462,48067,31413,48455,39439,31980,47251,39654,51341,52892,31467,53436,39873,43751,45227,35287,46777,46777,53043,36960,39272,31667,51586,33733,48414,50214,52874,35586,51184,50959,49553,31406,30168,50097,37428,44171,44417,43139,51576,45995,51580,39023,42927,48663,40186,45460,31369,37399,47217,40606,39630,33655,36013,33657,36671,33658,53085,47521,49676,34115,43863,53447,45634,49071,37735,52697,36640,36131,50505,40223,31564,45628,43594,47710,49534,49542,44218,33017,47544,41012,31606,45104,51396,45245,51506,42374,43914,41626,53890,50377,44521,41571,35105,30804,45301,51208,43604,52172,31139,44406,31016,37311,32785,52121,32866,32632,50389,35926,37889,38781,29827,35926,39969,33671,48234,47054,41085,37318,51651,50530,51201,30883,51769,52468,30562,33675,48730,52974,32655,41204,42971,51520,53151,49682,51367,39676,49963,32893,37623,51686,48264,38251,46485,38251,36634,34864,35826,53492,48821,31947,45092,37110,44728,35383,35383,42559,52449,49720,48305,49205,49205,41246,34830,34427,36086,32315,32083,32083,51161,37863,37196,44315,36831,43136,48474,34627,32065,40782,33661,37195,37195,41805,43307,45560,41671,47450,45748,45748,31444,32544,50384,42578,51647,32220,44104,41011,35602,48042,40833,50399,33766,33766,51594,43398,52188,30599,41126,37218,42541,43040,48606,45225,45225,30330,38058,52903,30359,49894,49439,51318,50679,49842,34513,44240,39461,39461,44303,36803,38991,40744,44031,44754,41079,41079,52043,32661,44547,33714,42345,43819,39570,40610,48802,37068,53230,35290,44328,46081,36150,48151,43327,35220,50065,45139,30528,38445,49879,30854,48311,35775,35487,50786,43641,49356,49357,49921,47309,44534,48275,53627,46932,39599,35107,40992,33886,31027,31376,49504,49779,53323,48057,44115,49259,53110,30030,35596,40063,31878,31689,46864,31926,45519,35636,33691,31484,41110,44746,49553,39375,48033,40311,52519,37926,42781,47127,48387,42586,49890,44690,46534,36644,30115,33739,47162,40253,32844,38419,39034,33085,42079,30692,29905,33538,41035,37052,49432,34845,51015,47638,47638,32529,40219,34455,43831,40065,36476,33751,32169,52298,51824,31937,50885,46615,38782,36771,49394,46831,49653,48280,46331,46670,53452,37857,30251,37575,35850,39131,41134,43784,40250,38782,36242,45513,46275,47326,46570,29855,35671,33972,45140,32558,40793,53626,49800,47271,36239,33767,47656,45350,42355,31885,37182,41581,46085,45884,43844,48198,44243,32659,41101,46778,47714,47419,51803,41930,50944,33779,44580,37089,52848,49538,44988,37916,35192,38186,41970,41293,39456,48924,34163,34163,36920,39030,42517,38586,47131,38586,34892,38590,43150,49410,35744,35744,52096,52156,46803,43327,40072,53128,31526,45746,45746,37700,37700,29850,32149,41693,42758,43028,53123,38812,36370,51746,46148,38144,41389,38442,43134,36070,52142,38063,37715,47581,31706,43694,37890,49827,43989,39936,35465,37087,31905,33802,33802,39359,47070,39846,35865,41132,39045,51147,40875,52221,36102,49435,37806,34996,38832,36357,31310,47231,45844,48023,52946,48319,44367,35557,50624,33817,49418,33851,42265,53512,29837,29837,37614,48894,53044,39352,33553,32848,37995,44737,40354,36260,39428,37143,37143,40374,41852,37782,31267,47025,34072,48846,45368,39377,48301,41440,33842,37682,40396,38182,42797,32692,38143,51663,38292,40805,47781,43377,47501,51485,35853,51170,32104,32104,32193,45508,37504,38125,38125,33833,40795,34382,32378,53448,49313,49439,42636,30597,33837,33837,51301,35893,37101,43531,50092,34653,49560,32322,42571,51563,35311,39615,46952,38132,38790,40193,37737,49399,41223,52485,33846,31444,48052,45900,38980,38980,38980,34283,30382,41242,39664,38907,52941,40362,41423,31729,52143,37839,45889,45240,30339,50020,33852,50132,53354,50757,39380,40581,51681,39318,47529,33857,52260,50022,32623,40688,42743,30872,38842,30783,38131,52603,46648,43008,48725,47345,48303,37345,49367,49447,46743,38823,44961,33866,38085,48706,33867,35985,43964,41335,50844,43780,39520,40120,34957,33071,45879,45901,32364,50535,38540,45644,39186,47351,41439,37414,42762,53551,45472,47086,33878,37780,32010,34821,37977,46324,42479,48402,29985,33811,43183,41082,46422,47459,32188,50761,52879,42917,37778,52130,36177,44997,37426,46514,39666,37695,47017,33887,33553,42028,31952,31349,31349,38919,35958,43409,37100,31533,31869,45858,49420,43177,43193,48411,51199,53756,46616,47332,42424,45155,47267,33895,29767,40710,32092,42962,39078,31492,47011,41885,51627,49137,37394,47166,43808,32486,42687,39414,36506,43126,39580,41817,43412,38714,30581,47710,48712,44917,34350,51092,32249,31393,52645,51209,32715,36289,31689,48053,44660,39338,53706,53706,36143,45774,47063,42250,50999,33908,48580,42822,43520,44203,44571,32651,43704,40561,31641,42953,51632,48297,49055,33222,33918,38553,33921,31633,53252,34685,43119,46803,40271,33922,34988,30748,30886,42707,30017,30288,49153,52103,32742,39030,48030,48608,52757,44084,40467,44524,48042,37523,47751,31514,53764,38979,40432,42443,48715,35007,49066,35080,33929,44505,53793,53793,45285,49078,51553,37220,37842,38555,39924,53680,44905,46131,37341,46373,44905,44651,46807,37177,33943,50442,33946,47755,41779,50229,52585,40491,34074,45733,34053,45032,49195,37107,43870,39791,48136,30977,34659,33960,47977,41899,41899,41998,31947,38808,31032,43959,35488,30061,39780,38559,49166,42746,36289,51103,46858,31592,53370,42774,43857,43879,46994,39094,51769,52455,51328,41808,51860,44572,39162,44142,34153,31129,30139,43513,53244,40388,47151,43500,52377,35513,34131,52136,52136,53548,48683,49127,46459,51636,46291,38105,39761,45522,29825,33982,51202,52089,43822,48624,32152,33064,42133,32781,35426,36232,45132,34980,46000,43528,40334,46073,50030,45807,40470,45113,30793,50936,30610,34501,37038,50521,50487,48281,49524,49037,38435,37421,37308,41021,49315,47357,38222,41205,47958,45497,50063,33997,33979,44017,30951,39802,53545,53183,52350,43530,50748,48703,32205,45553,37597,34004,40364,41988,52388,45788,39239,47779,36930,43407,32836,31343,35945,30132,45988,37675,47463,40923,48581,45310,49948,40355,30241,48132,40834,33632,37131,47128,47128,39347,39153,29993,47613,32008,47526,53485,36146,38364,41194,41194,52151,30572,51040,50048,40957,38786,51099,52214,38946,38946,51046,34016,47366,51811,43598,39848,42926,44547,31869,45337,50890,35612,33241,41518,31926,36287,33521,35802,41544,41544,53081,42946,44786,45073,43748,34022,36556,42134,35703,42741,44655,29963,51629,49089,46660,48423,48229,44176,36474,39420,40191,50908,47155,45386,30459,52911,50088,50088,50884,43057,45857,41268,45982,39547,46693,44687,48780,51027,34025,41112,32805,47269,42529,39395,50778,42735,45171,35902,34027,52743,31055,32457,30297,34119,36000,31809,46632,47296,37563,42412,34316,50681,36709,48287,51298,38607,40826,49305,47746,39417,50540,35314,50991,48466,52550,39000,49788,49610,49610,44883,30652,42147,30010,39425,42568,46506,33458,53897,45211,42511,45380,53683,43327,49298,41597,41597,47852,51529,47304,49474,50489,44382,41830,45083,51506,40119,34050,49404,31168,37598,31117,50837,40313,51687,51687,51687,36618,37161,37422,37161,51451,51171,49391,36475,41704,51278,33717,48295,35852,42663,45105,34232,31223,42864,38560,53212,46293,51022,30403,50163,42731,42732,39183,34055,36953,43930,35715,52395,34529,39025,39452,33709,45014,52843,35868,31951,38549,32026,53167,32853,37997,35903,39645,41196,44091,39119,37104,37829,53052,33014,40022,39287,39287,36230,37702,46984,42042,52773,31882,41995,50252,42044,44402,52891,47380,30199,52333,32031,44000,43218,31280,40604,47797,42562,38887,34076,50744,35714,41811,39998,50396,36101,49662,34078,40543,38308,32844,34824,40413,30454,50933,53915,33854,43064,52659,50453,51421,47699,32940,37061,50299,33518,48858,45661,41347,51019,42847,31269,46835,34719,34719,44070,43109,35930,34086,45257,34849,39344,35256,41604,37846,37846,30742,29846,51281,50970,45217,37714,52767,40513,42672,33985,30213,30213,53660,45049,42740,32228,30390,32522,34097,43321,34835,39422,32384,45582,39863,51253,35323,47102,37937,41073,48820,48820,46545,36208,34677,32341,46212,48468,31627,34879,44165,39289,53474,52252,51647,48366,41558,31049,41181,44702,36135,48015,48191,40027,51531,32438,35092,33157,39925,30957,35200,41703,42773,35937,41255,47277,43483,43961,45588,33705,51716,38279,51182,32106,40540,48751,39453,32627,38477,38135,41433,44538,47466,48038,38512,33936,41340,50966,36290,33556,52947,46387,34119,47928,38608,44081,52313,50836,45704,30819,32653,30988,45819,29864,43762,35952,31502,48561,52394,38040,34127,46760,51474,51474,45220,30058,40834,44329,53241,45610,34128,31238,50968,53702,49494,29746,51505,46683,30146,34135,40872,48898,36905,46905,48431,51673,37870,37870,30177,34423,50695,43401,33391,40293,42974,39587,50279,49105,49783,51795,44976,39998,46390,32757,43111,37475,41058,51344,34774,31791,44237,41081,51410,37727,52796,40131,43089,43089,40580,38041,51921,40580,48240,53623,35421,42677,38311,53709,42434,32371,41322,34157,43474,51248,44376,49295,31479,52305,37245,47573,31881,38301,38829,31247,38228,39776,43522,33618,48390,30147,43453,45028,32013,35572,52011,30369,38860,35678,37118,33729,40426,37823,30613,31326,41318,41318,31803,32102,50077,37707,47878,52964,36538,44006,33260,52931,31876,40987,43114,33796,44591,45216,44010,49924,45921,36152,39173,47730,50967,38684,35405,41660,33892,44873,53981,41801,33988,48633,43740,41172,37454,53248,34187,48952,36687,52813,52181,50068,42998,34190,43386,35107,32808,35189,51162,51338,48738,43942,52271,43925,37013,35840,34971,47363,37042,46876,48367,38415,37022,36645,41197,41624,44591,38024,45735,41145,34199,48213,40596,53731,50215,35003,53679,52210,42474,34201,41037,30802,44822,38591,33926,45078,40008,53507,47628,45211,31527,45073,49461,31779,40693,53866,52533,38971,31449,52820,52994,39352,44643,47398,34214,48714,48159,46501,30343,30146,53669,41797,39189,52554,50699,41334,33525,37972,31936,31936,40750,51579,45581,47726,35348,33571,47971,48890,52967,38401,50588,48803,31967,42536,49134,41349,30369,37313,38482,44553,39434,38819,40170,48600,40676,30505,49525,38128,30922,48261,50045,34232,48630,38152,51784,37326,48380,44789,53096,31736,39833,33935,45207,45207,33754,43185,45018,38482,50277,46355,47608,36001,51902,49016,34926,40959,39040,33859,46017,33642,47089,45264,32704,52574,36953,40544,45812,52742,38726,42004,49969,51197,49117,42818,45289,36901,42818,44421,39908,38468,48860,48149,53128,50033,36869,53694,42800,42194,41008,38249,34620,52831,45153,43792,52168,40750,39491,30866,45417,31368,51831,39292,45214,34389,35282,34259,52752,45479,46578,52503,49607,40404,48814,36572,36572,47460,51495,37088,41611,46838,33886,36645,36768,37563,46165,46165,44595,39466,36011,37796,43347,50591,39493,45945,35854,45408,40247,29832,44289,34273,52470,47336,47336,50317,36449,50845,53363,37183,40673,32466,34113,47719,47719,35680,50210,40832,42633,49575,37831,30810,51849,39956,42878,37171,48811,45618,35491,51308,42316,47503,44120,52172,52172,45509,41256,40399,51740,38656,32329,41765,44396,48622,39573,39885,34280,50136,50136,39997,43422,43319,43825,50263,44552,31488,44218,34287,39633,40180,40854,49291,51258,41567,45705,45396,47080,42389,48395,45934,47193,46354,51821,39510,35882,33067,40466,52165,53621,46346,41819,53494,44353,50132,35350,34917,50824,45699,42639,32080,51181,49663,42472,42890,50015,52825,48116,33973,34302,39771,40864,52652,52652,38542,36264,32742,49090,32768,30766,34307,34307,40160,46400,46400,29897,48059,39047,49199,50816,38707,48264,34709,36028,36608,50309,39919,35723,53363,38925,40316,33788,51812,35258,30064,30325,40558,53445,45165,33850,30266,45428,34595,36297,48704,46134,40151,43362,40182,30821,48132,52226,34320,45568,32477,34660,53484,50112,33211,40045,47556,39951,43855,53295,45183,40228,37963,41810,38316,32858,46145,41406,39135,40945,40934,37294,43335,31449,39115,49301,38263,50615,36319,35254,35782,39181,43991,37829,30628,42691,44374,30083,33745,42651,34341,41496,34842,37126,41563,34342,50672,32103,31515,43428,53180,45379,38799,41657,36272,40930,39174,42781,49373,32900,43650,31317,41782,52664,37254,39723,50153,34877,44739,52388,43729,32791,50768,34358,31286,36843,42758,51964,40429,40500,53615,34362,45934,44848,51582,47347,48105,43510,52872,43518,50039,47832,30101,41185,38167,33935,30724,52792,31472,36728,38654,52833,44268,32925,38915,50616,43435,51672,42602,38972,53267,41229,40424,38896,39085,47673,39595,51459,47191,30483,47647,46495,44344,45114,38309,49015,42145,44153,32631,38084,44855,39137,42920,33337,46083,44199,33800,45086,30649,47494,45420,49622,39589,39067,52923,53383,40846,30855,51838,32126,34411,42294,32219,36820,36671,45090,44588,30991,30623,38302,34380,34380,43101,43101,52207,52985,37597,40002,36261,39409,52318,52256,52256,30116,43070,48899,42011,48583,52731,41668,43445,51262,40356,38330,34567,51057,52468,50463,48484,43278,45771,43315,41868,34394,47165,41774,48829,44124,46198,37185,38744,30893,30893,48061,49029,51801,34427,51188,52997,32228,44535,39173,50133,32834,35253,49104,42607,47221,50684,41874,45647,48282,51895,50801,52969,39294,43846,44643,50790,45297,37502,53069,43490,48032,40995,39589,34404,40731,31308,43693,42427,53487,46573,41903,45392,38759,45062,34408,40348,38211,45357,45386,32598,45680,48435,48813,50463,50380,41469,39910,30180,39305,41526,37119,40392,40350,46393,44819,39187,31561,31561,39187,46991,37529,44238,48893,43930,53715,36682,39387,39983,41347,45379,31897,39955,50894,39953,35175,31767,33599,42998,51270,43097,33262,33262,40387,33057,47277,52506,48686,31328,36684,41789,53439,35896,50960,51464,39007,48953,41831,46206,51138,34439,49350,34436,33895,49151,49842,51902,42977,40981,38748,30818,37107,37016,37107,37107,30032,36372,35268,34687,49439,35268,52949,42006,39107,40162,35315,30004,32203,39432,35251,35324,41371,48027,41138,34242,32325,48488,38976,46919,50672,38630,40120,51487,50831,42247,49595,50522,32823,35400,34455,47211,44408,52357,50026,34459,46594,42912,42041,50146,36618,37412,51711,29846,48056,45501,39365,34028,52098,36564,48647,37469,51944,31827,40216,40216,34464,32481,32481,48573,45893,46065,32944,41405,53017,52587,37780,29810,42058,42974,33787,30511,44993,31168,50296,34236,37045,41178,41400,43018,40521,40521,30333,40239,50173,41506,38359,46190,31903,49104,45532,45533,37910,51168,37248,40373,44894,46652,37206,42284,36637,50709,45641,34485,31148,52885,31345,41917,43250,41265,39188,29828,41301,41301,38994,52263,51365,32409,31002,43712,34494,31343,34494,47321,38517,41792,52667,50408,34495,52207,50340,36716,53616,49764,49765,44146,39351,51452,31768,31768,45590,48183,36975,53715,37660,52111,42295,42295,37465,44293,36113,51722,34724,37029,35296,30696,31375,36299,41645,49468,38753,49706,30246,33714,37027,41222,44522,41829,32899,39050,52676,50297,48137,30464,52935,52639,29984,48421,45973,33534,35993,33591,41747,30255,44123,41080,34216,47456,40423,30411,52923,30420,52200,52200,50686,48442,53127,30618,46102,49760,51066,47920,41072,36596,36836,34519,30665,38518,40051,45931,51663,51564,38454,44120,52591,43657,46551,33465,46812,52297,30617,34533,38801,48736,44577,51083,43363,37335,39411,52055,37434,36234,35304,52797,39764,42404,40848,39512,47882,40544,32186,40642,30371,31229,34754,30338,43988,52160,48640,45244,43232,44757,51899,44205,34535,42916,52640,50911,43835,32566,47622,49380,42523,34358,49699,36647,37265,36647,40387,35593,31005,41598,53178,48980,44096,38944,38944,33302,46689,36079,42992,39172,36251,39634,48354,33293,42866,53717,42687,44114,47765,47765,49239,49971,48597,46748,38106,42356,40483,31712,53365,48800,49828,29957,34550,36936,36196,46239,47021,50615,45415,30686,30686,41011,52171,37181,42757,34828,34828,32028,51130,32593,37782,37299,48341,41765,44792,44792,43946,44139,29820,38266,38266,41491,44921,42967,41929,47441,48879,42698,48560,35434,46055,35932,40374,38741,45779,29773,40679,38565,33406,43512,30361,40301,44729,40899,42458,43555,30300,43380,41717,47649,39750,36083,48038,43151,43151,45185,52864,44761,38560,48067,46530,46530,37698,37698,30421,38159,46611,31124,45258,40130,53872,33460,47533,38210,33542,41012,52165,50350,34244,43251,51314,51894,48358,49567,30845,53489,43285,53344,41591,30681,49708,49708,50651,48972,46803,38103,43927,35108,35108,39835,51753,34484,40190,34587,49686,41956,50687,44233,31855,45190,44487,47800,48242,51053,51543,51543,41749,42533,34595,30205,43140,40340,34975,43123,47433,37759,37807,31856,49622,32611,32670,30566,47994,43574,34598,44573,49464,30363,34604,34605,47074,52243,52243,39116,45607,41491,45824,35079,33249,44113,40432,51318,31529,48750,42879,46184,38637,53125,34610,30915,39003,47891,35268,40224,30374,34863,37062,48417,49529,40169,45039,34619,40343,37882,30070,41933,41933,43294,45971,44161,48325,32648,53132,30855,32305,41586,42754,34623,44780,52466,49761,43782,49104,47283,46510,53015,43356,34626,41405,36938,34628,44402,46883,32295,33930,30221,34631,30973,38978,34077,34077,38911,49173,29831,37153,30167,45129,38576,32680,31708,31708,40265,35634,52709,31009,43454,48698,42513,33721,37849,34636,52112,52112,48575,48691,48608,48658,38607,34638,34640,29807,34641,35347,35347,35116,53313,43104,29930,45085,41142,49598,41483,46249,42776,42900,37904,44985,44985,34633,50730,43665,29985,31020,49805,50183,33691,46806,31832,45147,52669,34656,42626,36384,46117,33976,49321,45855,53671,41600,49485,45520,48952,29768,30501,48854,30587,53466,32075,44692,45458,38578,50700,39198,50492,42807,38610,53607,34665,31493,31657,38793,44908,46345,50259,52706,34667,36667,32020,50559,35922,44096,41778,33993,37644,33939,38897,41596,39622,43574,51706,50490,40212,48827,38302,43678,53190,41649,37159,32133,34307,52334,32043,36998,51108,35260,39933,41892,41893,43481,37668,50551,42899,44443,34961,37408,30514,45522,41739,43242,46199,39698,44049,29883,47285,43236,31135,31752,36308,38101,35471,35988,41990,30307,47936,47936,36362,38876,52144,47657,39880,31469,42848,49778,42971,43633,32603,42971,46542,47542,44065,34687,40524,34687,40528,35175,29818,44911,44871,46903,45431,43788,44682,51761,41694,48000,44034,36400,48856,38718,45265,48509,52384,39641,41668,42774,45014,34697,36098,35366,39356,33475,46269,50935,49202,34699,40732,42630,38393,32761,40829,44976,48194,47312,37791,47261,36565,33874,39238,49620,45339,44963,36913,49735,47397,47397,46566,30942,42050,44025,43529,34711,38468,46451,35815,36586,39831,42548,30450,48867,38347,30297,29764,51448,45002,45673,44678,52093,31140,34716,48778,39715,42562,37459,45782,42617,44740,31466,31164,45734,43718,48822,47628,29893,31984,40805,35561,52976,50649,33439,41345,40913,38733,33296,53197,34883,41396,37642,36906,42410,30216,32218,45805,34732,42342,47166,41198,43745,32984,39462,41063,38904,42463,50984,39604,40336,43775,52289,52470,37561,34740,43111,43111,38303,41270,36424,40534,35948,42419,33633,49665,52296,34597,46293,51951,34748,32563,47453,40359,42864,53720,42612,41506,35482,52670,38899,36485,42804,42224,43352,36049,41763,49483,43751,44172,33521,48978,52207,37108,33615,31161,34135,45587,32119,35237,38012,48745,41413,45804,50937,31954,43296,37742,32170,47575,41391,50952,43597,35748,39119,38376,30553,41669,42385,36245,41566,43351,43351,51925,39155,46915,44764,38702,34077,54010,37084,42564,42564,31455,29804,32835,40707,51965,39903,45165,45165,34771,52839,38674,52306,52306,51521,46784,45454,35946,41936,32135,38191,44579,42388,49899,46270,38877,49689,53652,42136,46086,47438,52312,35281,45968,42972,43535,45363,40546,51796,43950,50176,35996,41782,51602,35347,36226,41205,40081,31146,51391,49647,52732,45126,40134,34788,53511,36338,40617,40813,34955,41784,34031,34793,35314,30936,49327,35179,47225,36499,39366,39910,46583,49369,52541,37616,40427,52791,37430,36156,36156,44770,34801,42569,40532,31701,48930,35325,45241,42874,40606,34103,46437,35086,34419,40235,34425,53415,31136,31903,34810,50002,29975,41912,40404,40370,40380,51614,30874,35632,42320,51215,44032,42634,40044,42165,39016,43126,44480,44294,40716,30289,49809,32550,35351,36169,35575,46145,37356,53289,34195,36615,31428,34053,37995,44636,41729,51835,31118,51800,42945,44068,44842,37068,44842,29776,29753,40672,46533,49183,40809,37089,46011,52358,51944,52067,38116,38116,48136,33284,39757,29949,48280,38465,31103,45554,37994,38939,34836,39551,37516,39370,36297,52793,39924,44242,51597,51597,32348,53586,35259,35259,42076,43218,39324,33259,50383,35252,35252,37592,31695,31695,40011,44921,35770,42478,32736,53277,39218,34847,34846,51654,45604,41770,42337,49868,43587,51892,39526,32106,49083,35939,39992,47182,51492,51700,44332,51327,48789,35676,50467,39706,35439,37263,39713,41893,35443,48937,42920,47138,47138,48593,37942,49951,49686,35322,32159,46319,50040,50040,35387,40421,45076,46337,29823,38934,39079,34872,33044,33340,44676,31154,44847,30513,37057,32268,44624,46516,36995,38909,51043,50981,35962,51469,34886,37240,34887,44382,40207,44075,45522,35410,47296,46443,39615,49237,48128,38754,46092,48120,52502,48893,31289,43394,34242,51786,46171,45613,40252,38291,32768,40067,40067,44405,44405,46873,46425,31549,39060,45716,46898,33370,47236,44965,46427,30010,37817,31122,32876,50401,52410,44903,31726,36896,40174,34903,35271,32505,52906,31000,47247,43174,36332,30541,38208,46634,50998,52426,38769,51390,33142,42041,43647,40241,44331,30088,39326,37679,50148,33667,40343,35464,48241,35178,39040,52371,43244,41095,50844,49586,50407,40863,33620,49599,40621,34915,39426,44231,42611,32366,47310,38624,40731,52361,52361,34921,35958,49109,36853,48700,42113,42546,43175,43175,44550,53085,41486,31085,45243,38069,53141,42074,39749,44718,44747,48204,31188,48045,50823,52447,34289,42992,32041,40872,45689,38996,40501,38072,32988,30681,38788,34940,46910,37503,34158,51737,33398,37544,52166,52662,38801,31109,48860,51560,47900,44566,47721,38677,37381,48337,37856,42174,43635,34948,32189,36963,39562,42032,33225,53643,41050,36022,50447,50046,41759,51587,51552,36699,48330,34951,34951,43148,53339,39429,30743,33695,37707,50562,42765,44850,48300,32464,33392,51619,53631,33421,35977,50013,51209,46027,33414,47599,35610,41627,48290,42710,48088,48844,46097,34666,51725,32958,52468,37878,34961,39500,53207,49360,36392,35623,52989,52989,38785,42132,48820,49383,30054,48998,30904,44599,47248,31010,31010,45408,37375,43014,52514,34968,33537,35763,42219,37119,45226,45151,48435,34919,45504,42893,36119,49464,51006,51006,43242,38473,39278,51062,47976,47976,47320,42216,45406,40523,43607,52487,33866,53491,42320,35310,34321,52312,49242,43368,45051,47538,49149,46686,42401,47983,37134,41313,46462,49613,39366,36569,39691,30448,50831,51044,46208,34557,51247,47120,50187,51819,30505,32988,37515,52386,42315,30747,35000,32016,48549,35968,53533,34936,36935,38019,34532,34532,37500,37315,52741,34583,33841,40711,45795,35007,52894,37724,38426,33346,31095,30568,50959,34360,52391,29967,50127,48026,43816,41420,42936,51709,36067,36067,36783,37131,37006,32200,34454,42914,38579,53310,37752,29861,33279,52217,37155,47198,32110,35022,50259,31521,31809,37488,34854,40998,50000,36639,45734,40947,38840,53675,39605,30131,37690,53327,38879,51436,39881,31498,48917,38884,30404,35998,38817,38977,31764,48174,37142,33857,40939,33246,53630,41539,47359,41646,35895,51468,43059,35113,43992,44438,35753,33594,31064,41268,47659,51386,30273,35532,43883,35040,53266,52356,53194,53194,42057,31440,51108,39711,52910,35043,49868,35711,30649,50796,52714,41830,33638,41773,31135,37958,34155,45217,29871,40002,41184,44305,51840,34204,38717,36162,45827,37161,35990,37158,35745,33201,47540,35051,43440,53646,39249,45637,45125,45601,41018,50815,38463,35228,42377,35056,32532,34727,46969,53114,35891,42250,35059,29934,33900,33203,43851,36428,36427,43565,45830,30050,42498,40090,31948,37226,33381,31862,35382,48417,45449,49109,31190,35066,35067,35892,47050,36340,44005,42430,37706,50521,52726,31654,30538,44613,30815,43669,47626,51872,40876,53411,53124,46288,48355,35072,43891,51926,45815,37113,49909,42251,43467,46531,45365,39322,51627,49671,50110,47493,47769,38344,37452,52184,33865,33865,30803,38683,35080,45111,46665,33536,44280,45038,43526,40898,35841,40038,38522,50642,35276,34463,52645,30141,42662,46835,34754,36212,48622,37381,38428,41481,32707,50257,44013,44013,47405,31530,32446,47206,43443,50330,36032,50330,30013,40078,52805,52106,40607,46545,38685,52093,53352,34317,50727,47368,31518,30360,39215,35100,41456,30108,41919,44427,42989,43055,33407,37113,37244,48091,43722,52514,40003,44314,40758,41089,49255,52216,36159,33927,48836,35104,36354,36354,43415,43415,42984,40284,52852,43872,49069,35615,52738,38517,35108,32400,42278,30982,51263,43058,35109,41302,47212,53245,49953,43910,31978,46392,43910,45072,35114,39165,36646,53654,35030,52262,52262,48779,50190,34097,45875,46791,40440,33536,34101,35184,37674,34799,49398,30340,53317,35120,45078,48206,48666,34300,51923,42278,36460,42368,36328,52280,50003,47674,47636,30583,46074,46074,35128,48122,49077,37248,39220,46802,43785,49568,49633,35075,30947,39035,51765,44006,44327,42824,43771,35133,46762,44746,35134,41206,45928,53003,36812,44981,39602,35517,45867,45867,31184,33015,33037,37047,49346,42945,30981,39328,50769,52873,43619,38549,41472,37908,53397,53397,31420,46166,36424,31087,51444,43386,46719,31360,35733,30489,46958,32433,51097,53715,51097,44652,42038,33819,50493,37276,37276,34135,36257,38974,32683,32936,48890,46409,36987,51134,40750,41441,43221,51283,30499,51243,37887,52877,52646,50178,53573,38346,41314,49111,50063,40233,50895,49659,30967,35967,40096,30967,45186,46482,30141,48598,48030,31932,44613,46740,45187,38102,38105,45799,53495,44925,32358,34970,34875,52766,48354,30961,44648,39669,53703,52731,37194,36836,49473,33257,46576,52723,49987,29888,38429,32638,47076,32752,42976,37297,51840,35180,32492,30959,34644,36659,40148,38062,42463,46725,47860,45872,35738,37102,35183,41595,37460,45507,38977,51442,38105,40369,41851,40446,51533,30481,36931,33280,30905,31048,50296,50953,35859,47767,38011,41932,31376,41650,37060,35540,35955,40879,33827,42263,44672,38827,53930,34780,34780,53216,39463,43833,41791,42323,38172,51675,46173,42087,42304,47142,46618,36045,37407,34522,38468,42416,44740,47188,45491,45915,45528,41140,41735,44443,50165,31656,49933,50972,35210,37432,46354,33012,51899,39889,52957,53633,40479,44653,50211,44216,30199,45081,34783,51194,42874,42031,32196,31464,42960,47052,52308,40111,48786,31305,38324,44433,44043,44275,41336,53653,45936,33033,32146,36919,49456,49337,49337,36763,33797,35225,37962,50464,41043,45839,34466,51680,32447,31092,36744,45992,35228,37642,50280,46158,45326,36823,32859,42478,42500,41264,39042,50146,50146,47605,45484,38535,45713,41273,30371,36998,31934,52131,33499,30768,35244,41659,40545,35751,48114,34290,40691,36566,31516,49781,34834,30714,49119,35254,50181,53459,34443,51460,35259,41811,40396,49068,41074,49695,35216,29794,35233,32641,36686,38572,34139,48577,47510,53521,41004,42897,49949,29787,32059,51073,40468,46347,46347,33214,51500,53405,50284,32551,41691,49340,30205,42916,35265,45391,39837,38621,48196,44423,48415,44272,46924,50628,45983,32144,44494,38562,52595,51440,42412,44766,31730,41744,44168,30000,39894,39513,38589,38988,49535,32449,42966,30745,51266,50632,37609,51970,50823,46119,30538,51497,33640,29846,32178,39190,53249,53061,48169,50832,50533,32571,51787,41800,41809,53098,53098,47695,40998,35470,45688,37175,43802,47101,41967,53668,37374,37219,52680,50655,39996,29820,29986,50087,36275,30130,43864,51504,42727,35285,33700,45564,53571,44103,44100,46388,30640,48207,35315,35289,33790,30689,40988,39193,44437,32100,52807,48026,47838,46318,47919,51846,30625,48971,33327,50574,31313,35298,43808,31851,44060,45143,45143,49078,44916,46162,42963,51467,43705,46377,48542,44537,43142,30267,43085,30142,32515,52272,38953,44730,38953,46144,44536,38888,34665,33487,45179,37760,45830,30269,41835,30006,50689,53219,40605,47664,29994,51066,31738,52038,42949,37519,44593,36226,37599,34371,29780,50855,45165,31886,35972,42409,49572,43004,45469,44105,29880,31352,36969,41833,29907,35781,47069,33971,53044,48113,38661,38661,46221,30031,35890,47131,52173,33630,35336,35337,49756,39361,35280,35084,47800,36808,39638,40636,35623,35341,44938,31142,35234,38423,49078,41194,30537,43366,32234,49649,36199,40822,42282,39039,33961,48433,40103,43333,51482,40471,35530,42856,41974,45740,43717,44098,39386,38734,35355,48904,48861,50842,33239,51792,51995,29953,44725,30285,34266,46516,45039,52028,48594,32050,39145,48652,43473,52781,51329,47741,42600,33017,44648,38681,41782,38165,37201,35366,32257,38332,51630,32992,53878,38901,35371,49586,43175,41041,40619,50560,48755,33539,51551,38951,48893,42573,35373,35374,35374,48275,43441,30104,42827,29898,34970,50545,50673,35379,37197,49445,38950,49361,43451,49984,52495,43696,52667,29869,35375,35908,31582,32300,44499,42524,33731,45981,50475,42346,32201,35750,47966,50248,35385,31358,32773,53031,35387,46275,53666,52563,36624,44990,38883,33144,48652,53681,40097,33525,35393,46003,33135,37375,33005,46121,32136,38415,43737,29879,37353,36293,36293,46803,50166,32634,44045,49257,40765,38005,43391,36623,35402,39657,36951,37256,51256,39811,47907,31416,42712,45005,34095,48200,52772,42231,46680,45650,40080,51462,45424,49498,30363,30727,45003,49750,44698,45698,31174,35598,48232,31510,47376,30860,37137,50569,39003,44451,46832,37545,42349,32346,39261,32292,33372,32932,35416,37129,44647,43658,40238,30464,31193,49724,52423,47238,50896,40845,46354,49542,48812,34300,42361,44099,42798,35710,35425,46166,35676,43828,48846,52977,40308,38800,30451,51993,38871,31650,45528,49198,37005,30095,35427,35433,36799,35432,50399,48217,30258,34993,49805,32267,30238,38418,35077,31228,35439,38161,48461,49107,49649,52337,39292,45212,53725,29878,33105,49447,35682,40986,43170,37835,50977,32576,33482,32251,39573,30012,45821,43129,30410,30410,34473,49272,52419,51096,44281,33210,44264,52059,39825,43992,48334,47829,35479,41945,52011,33222,41375,52378,52410,30000,33062,43250,50297,50956,46002,46227,31473,43738,38239,30760,48313,52264,37928,38018,48473,39298,51830,51775,51775,41090,49493,37262,44722,42379,42511,39319,35461,35768,43698,43698,44408,45156,48352,46652,33481,53133,38658,50864,30589,40634,40634,38369,45149,35475,30379,40524,49963,41834,43979,43925,43925,39793,48637,31806,34351,47995,29789,32979,36582,38208,45566,51800,41848,34045,39007,49323,35485,30200,30200,50630,38115,44088,34871,42346,35021,34413,47727,53111,46683,35521,46318,35493,51388,38886,41674,44322,40287,40287,41280,34350,35834,32625,33882,35499,31710,35503,35503,44333,32049,30454,32521,50888,48167,50063,35507,34940,49799,33972,45406,31384,31384,40623,42407,35516,51133,50750,48009,47635,47102,39540,36390,35357,32157,36930,31866,31866,42955,42955,50436,52034,52198,35521,30046,51368,38391,36207,49831,48354,32117,41704,53384,45547,49452,35980,42216,30454,35033,35033,39673,44900,53057,46509,50534,45982,45280,45280,50476,42398,48781,39610,43945,33837,46228,52432,32191,34958,39049,40152,47586,36000,53460,35356,44728,49695,44306,43127,37722,38061,38061,40487,33968,45828,44350,32647,38200,33153,37923,46837,35542,37663,34691,37176,51888,31080,31080,49860,46965,50797,30646,32250,44949,47004,45302,47277,40267,37514,30169,47080,37758,48175,40445,35481,47742,30085,38240,36273,35064,48336,35130,51607,30676,51947,42229,48174,49978,40588,44546,46633,50987,48986,31006,40177,46301,47137,31375,49982,44742,50351,32470,33800,41213,44183,48155,53323,46801,42083,36073,37401,53270,47081,36958,30877,46146,45077,32925,29810,35567,40992,37417,45623,32387,53457,39307,42235,32693,39925,50201,49640,42160,43027,31239,31239,47441,30794,45910,49312,41134,38574,40285,40464,50512,32401,39971,40039,35022,38876,35729,43708,50332,50033,38995,34983,51881,51015,42789,36564,52990,49147,51027,41697,45863,34899,44997,37514,31971,39970,39970,53382,53382,35776,31183,47317,38151,52392,40024,44359,39405,30525,35588,30518,53068,51548,43623,49379,48189,31142,50615,47582,52685,35597,43311,42342,37404,41636,44290,49126,52809,38902,46501,50141,42949,51863,31572,44986,44986,48814,41865,31632,50189,41528,48405,32204,49278,45963,53267,30534,30534,30834,35609,41776,30748,38698,48274,42822,51988,34477,52980,52840,50020,44689,43577,41307,37745,40094,48440,33544,48756,48063,32516,41221,46199,52109,47816,46134,42410,31220,43057,44369,33292,47369,38198,34342,47711,53391,34090,44897,30116,36949,52705,47442,43283,46512,44933,51441,45271,39439,47866,33539,39361,50230,32224,46186,44484,51963,45123,45177,34652,30284,49273,45929,33261,33261,35638,42501,42535,48424,32662,48004,45802,49469,32932,41876,47589,41996,48323,44594,40496,33439,50059,45026,31349,35872,45985,45616,43352,35645,33070,48136,48161,42529,50717,48247,40246,30436,48853,50903,40752,31240,38335,31751,31751,35652,46680,44374,42369,31512,44491,48472,35314,42228,33434,45330,39086,38713,34096,42610,50712,31686,52596,29782,50689,32595,37590,44856,53305,53305,45005,45546,46296,39824,50279,41956,33666,52474,42996,40928,42538,50722,34697,36668,33728,33728,39334,34772,38930,38333,47434,29768,50225,50225,47196,41217,47849,35337,49392,36777,34861,38744,51290,41563,35819,43853,42179,35691,29903,42835,52545,38439,30736,46864,48175,46417,40944,30741,40232,45126,45126,43281,35248,42868,46503,46816,50309,31467,37841,51748,34474,46493,43550,37879,46549,49196,46115,35863,35724,44751,48760,30126,51678,41265,40050,36279,43067,41562,49660,35552,35552,34758,33476,47787,50938,40399,46174,34809,44568,40500,32866,32580,38175,39858,33223,45613,48174,30058,52721,51139,45197,39406,49836,34528,44547,32984,45628,50930,30640,50743,34278,35518,39653,40585,47353,40991,49286,45502,49465,32637,51994,48965,43152,39106,32335,44311,42736,43121,43523,46486,52787,40965,37844,36899,44169,32627,52970,42848,35711,32012,35712,53663,52960,38418,45542,43608,49923,46862,30604,50566,35719,48540,39311,35723,35723,53879,39153,43503,50446,36376,38258,52992,36944,46905,43376,35728,42827,31730,43088,44677,48291,30220,35547,40953,39135,49117,50675,52322,37716,47432,52709,48048,42392,43315,35733,35736,52881,40080,50186,33555,33121,32033,48289,35371,46169,31382,31382,31830,31132,34750,35251,49101,41681,41520,36889,46499,48442,35744,47309,36247,30982,45667,41171,45010,31373,44161,39546,35750,35751,50369,34514,41197,48074,40331,45988,41586,44949,49894,43099,43099,31021,33039,51397,53518,53518,41815,37396,41963,40288,39061,52719,39385,40836,37971,34829,53636,50345,49216,53210,44566,49449,43004,39883,53354,46399,47096,48773,38322,39054,46233,42439,29924,48923,40735,30827,31412,46050,52041,36688,36688,51218,49703,52094,52197,39611,45991,35108,43826,35766,35766,53415,34946,48860,48788,47442,48445,42129,29916,47687,30939,30688,30829,41033,35977,35560,35291,31523,31212,35778,46462,53136,52330,49949,42077,44686,35783,49853,50829,53217,32897,41025,35093,44424,50785,46781,43999,33745,38753,35786,46621,49867,36732,42379,38325,33775,30219,38385,40218,40218,47644,35796,45930,46768,38267,41350,49376,47949,43658,46499,30694,52975,41182,35802,51796,49017,48588,43193,47583,36173,38477,32858,35810,34785,49070,41639,37610,51863,31872,46840,49606,35812,42912,42737,42548,48727,50694,40649,45250,51245,50704,50297,46623,49538,49362,31243,49995,45270,44812,48545,44164,46157,49217,40831,35820,47774,29969,35631,53538,48835,43356,41296,50559,52568,47158,35224,41879,49744,38325,45742,52872,46418,46418,39039,52249,52249,47826,36963,32214,34379,29812,47218,52555,53529,38728,50071,49762,51210,39852,37080,43208,39831,46490,50480,42918,46317,48604,44372,33593,35555,40183,44763,46114,42619,30725,50527,50527,46133,49048,29872,45977,46521,45366,38563,33127,34678,50070,29855,32116,43189,43189,48112,32837,40810,51507,45437,31862,36043,47167,41652,31947,33263,43368,53140,44043,50970,48896,37728,48532,34235,44946,53448,30336,43130,32954,37497,38304,33859,41947,29790,31165,30002,33778,31696,35281,40987,44261,50615,45593,33808,41063,48813,47995,32746,48750,45981,43135,30130,52479,34035,37203,53314,35794,43607,34321,40208,33726,51114,47943,53705,41183,41183,39233,51592,30394,30712,48495,36277,46851,31498,43069,35912,40314,34577,35878,48478,29785,36392,45455,49376,35596,47782,29796,31177,45240,35486,51017,36908,31308,44036,29893,35880,49928,52043,48301,35883,53751,49691,48301,37627,49411,31757,49450,39979,39147,47814,36709,44859,51749,35724,43854,51575,49881,33409,43939,46362,43388,47115,46432,35155,47188,47324,43214,44063,48349,47598,38508,52483,41515,47806,49277,40105,31641,35889,35813,48427,51906,43079,41024,37538,39996,39996,40049,35818,46505,46505,50067,47713,31779,32099,52426,37529,48596,39562,48831,47450,39868,37275,39789,39219,39953,33101,51174,30880,38002,51147,40691,40406,47919,35550,53008,52155,53073,45052,33288,51500,51675,30043,46598,46679,45402,45402,29951,36607,31381,53543,32850,41371,40858,30833,43179,31238,36513,31083,48274,30074,42680,30049,33757,35921,37661,52147,43360,30173,29802,42427,30812,30094,36891,41546,53611,40484,42519,32181,32294,31471,51355,41309,50489,43270,40592,49521,39716,44735,38495,41185,47104,38700,36707,48094,51172,46084,49460,37871,30997,45917,52463,35639,39660,39411,32409,47210,47551,38923,37944,29820,52438,44272,48892,48522,52220,53672,48877,45398,53539,53539,31045,41902,35874,46214,45910,33675,35800,51875,30644,43640,30794,46017,40547,42328,34779,40520,40748,38426,40069,46344,46344,46010,38206,53708,47674,46252,32463,41024,39905,50791,33470,47820,34363,48037,45634,33046,44413,41051,42172,35958,41331,30878,44706,38336,29978,48523,39210,52597,30867,42014,48564,34528,35665,49785,30972,34280,49174,47327,45314,42435,50171,36377,35963,51535,44439,30476,35965,47200,43074,51697,36319,30488,49456,40003,47977,45184,44417,43348,36674,44626,32853,44683,43498,31065,52158,44363,36031,48149,39989,49194,46515,37031,45800,35707,30251,45215,46754,46633,47159,46344,35981,53125,43097,43309,45384,31214,45807,37109,37640,35987,36065,34256,43263,41032,29988,29988,31937,42040,35229,35993,30191,34071,53170,51270,32170,34028,36000,44894,51384,44045,48376,39893,47683,34360,41436,32513,44563,52690,45019,41436,32572,44981,42122,46718,43228,51409,45606,32537,50221,39644,43707,33995,51377,51377,30361,47014,53695,53135,53993,36332,36165,34232,52114,49959,38133,44697,43574,38592,48703,47384,45209,39101,48363,34153,45985,45421,30853,48866,45721,30114,29977,50119,38889,51508,51508,39412,35171,45905,41458,35412,51863,36024,37890,43357,50500,43353,40880,36029,41145,43384,43384,37398,30933,38297,52192,30499,36030,52544,48391,45775,45598,41100,32127,32976,35322,39077,53500,39077,39631,49772,42683,42099,53527,41887,50160,39631,31591,33682,51781,34415,32963,40929,31414,50411,38768,39324,41374,41008,43955,40398,39211,41001,36050,44932,33868,29795,45607,40281,32610,37662,37662,38697,40694,47408,51914,30328,50898,30782,37735,41207,35887,46113,36181,41282,35803,35500,40509,45888,45888,39857,32735,53100,41062,33184,29868,50619,29865,41211,30247,52707,38588,38271,41702,38035,45878,50437,36221,51753,34080,46877,31683,45932,49864,40708,40389,45968,43626,29932,41079,42288,48769,38802,45373,30458,53070,53098,39919,51424,31471,52994,37009,36375,43051,31518,43790,35538,48627,45544,42370,29766,36312,47217,36160,42464,34759,36492,31167,38587,31326,46909,36096,49147,44671,41877,44851,44851,40780,39309,34323,53721,41488,42492,30768,32299,53550,48908,32014,41854,33955,51559,36104,51002,37510,46682,43649,32236,36880,42719,33038,41193,42262,37177,46080,52844,46147,51492,46362,32436,42380,41155,36547,36708,30594,46738,45301,42081,39400,42027,46314,36973,30031,29951,44166,29867,52662,51149,36122,39687,51068,40902,40902,52893,52343,43320,40745,39121,44007,32630,37698,49102,45746,34224,53409,49541,47508,39132,46506,49120,43633,29890,39374,36140,32285,47175,44458,47891,33508,32861,50016,37686,36633,42916,39544,36576,38176,34363,34421,33108,30495,29763,40906,36199,48413,39441,51158,46854,50746,50746,39160,40954,38338,33427,39964,53905,33988,31283,50369,41986,31749,46469,51372,34268,30316,31222,44360,33727,45455,45818,43235,36214,40974,52014,37855,53428,53428,32255,37961,32159,43654,46142,43298,51510,37656,39738,37804,46697,34257,47931,47564,33305,39714,32187,36171,51435,48801,35352,49081,52570,33871,53371,46088,38618,30938,29995,35840,42253,41256,45475,32422,51748,47170,53633,35936,53606,44777,40383,39152,39383,36034,39890,32873,53647,49819,37204,31286,41293,53847,35870,53175,53175,33745,52122,46861,41560,44008,33690,50795,45046,36186,41919,44251,50513,38572,43401,45032,31627,53298,37362,52507,36193,30714,40712,42792,43060,43494,38060,42231,48826,48939,53866,34262,43078,47548,41451,33961,51217,40328,47581,39845,32141,37811,32617,48483,51322,33109,46191,43652,43624,44122,30633,37923,38361,53000,53659,32956,34938,40021,42922,49836,49206,36203,31225,33743,36204,40993,41528,40850,33753,36137,48633,35820,48323,44209,35270,49759,30210,51662,50332,47548,33215,37850,45315,52309,31242,52831,41149,37527,53172,36877,33175,50389,44991,52135,36215,39478,47730,47730,52140,52577,45941,35528,50499,52771,30827,30453,43261,41604,34700,51091,39771,49899,47164,42082,49297,51515,53640,36222,46002,31354,35685,36422,45051,36787,47818,35756,38483,34376,42752,37489,38821,52219,37348,36257,48730,30531,32380,47277,33766,46474,39846,52442,43932,33732,40240,36242,49050,44561,53032,51321,32210,52435,47266,51590,36663,36663,40204,44831,38284,34616,49657,43196,32419,43849,39563,39203,43601,36248,38456,37285,40954,39125,45043,33392,33566,49886,45275,52969,50404,34489,33869,34352,37484,48947,43890,39254,33656,51589,47675,33823,46045,33128,37967,38542,45731,51596,30857,38468,30742,52205,43872,42335,39224,42432,47151,43281,36261,52172,47996,39996,46787,38812,30548,31860,30978,34557,39876,47873,33135,52270,46640,37835,52581,48278,35926,44809,42744,49066,50883,33370,48674,48564,52126,47738,39063,42007,39071,51872,36876,35356,35356,35813,37576,37551,48477,37525,49156,30195,51041,41456,36279,46137,33686,29946,29946,40181,32440,47295,43374,46967,48817,33442,51481,46861,51471,52173,38533,42646,52348,50978,52153,51103,50342,41059,43389,36290,49275,32357,42204,33446,37266,32969,31531,36471,42062,37523,36300,41583,30631,45923,47882,37639,40970,31497,43789,51027,31475,51059,46075,31997,31997,49513,42753,53718,37212,41661,39939,45513,36308,50514,36312,47013,48187,45207,35288,43168,36316,49887,39930,34073,33193,47444,44722,41818,33498,51835,52095,40232,46169,31806,50880,38839,48607,30224,43622,37300,44980,45440,32435,50882,50641,50019,32602,49530,53671,51858,42257,38805,40969,49055,39210,38562,47940,53470,53470,35253,51935,43659,43659,48147,35578,32515,47577,45063,44870,34520,53404,45751,34004,51208,36334,34330,38150,31524,32710,50608,36339,38758,47609,31220,34976,38476,43993,40693,41892,51939,33578,49044,31124,32444,53408,32603,33411,49190,49477,34156,52767,32685,45698,48194,49508,52425,39071,38808,44122,44218,45966,41174,32958,51230,45079,34471,35613,32881,31940,48514,46181,39868,35511,42073,48346,47571,45957,32682,48282,53424,40132,52262,37446,40104,33792,36367,41514,42875,51599,36370,48850,49872,40322,48099,31742,34443,49459,41882,49037,37992,40973,39993,43063,43427,42754,52393,33711,42691,40656,41651,39455,38828,38457,47685,51379,41701,36379,51489,38840,34573,31574,47628,48858,36382,33168,45331,37050,45726,35137,41718,43975,48404,48404,32951,49775,39503,43122,44045,52080,35334,50106,43453,38402,36394,47447,45840,36757,36757,52981,49040,45574,38129,53587,41534,31021,39791,36798,43162,35079,43912,47704,34460,44939,41806,38917,43917,30322,51146,35060,53611,53119,42997,39274,31657,39322,36411,35565,29769,35930,51022,30744,51582,34140,50971,36717,48466,36974,43314,33045,43314,41911,42186,33680,52273,52426,29852,52323,49808,48850,48325,48325,42504,40525,45901,51957,30606,36265,52794,35612,45956,36648,51013,53830,36437,48688,32121,43821,43639,41977,31858,42506,50999,33152,50906,43714,45493,34112,51981,45745,49339,51477,50445,36444,36444,35040,40662,50732,51859,51333,45213,40783,42086,29908,30559,35473,51485,50371,45129,42119,34673,49229,34254,44586,38381,46860,36454,34414,49405,48167,36456,44508,41714,38918,34010,41593,36717,46165,44095,40236,50901,48613,39941,53380,44053,30660,48129,49068,38852,32994,42173,47105,50403,53301,48206,32922,48280,33761,43480,36460,36463,38193,36464,50144,37865,39877,52751,42948,44800,33722,38199,47915,38736,45176,49158,50915,32491,30143,30253,48747,52138,35992,46420,45200,32776,35853,32084,45277,40464,39110,43811,43153,32079,41824,35541,36478,53572,37990,37990,31880,33375,43200,39363,40787,51434,39940,45862,40660,32518,44867,34251,36484,37810,41272,38577,38909,51239,46556,37773,35238,34921,44276,32713,36078,43740,53018,36489,50997,46460,40197,42222,51833,46720,33010,53054,40537,52620,36194,41891,37599,49869,47993,44068,47993,47485,44505,32770,46886,30821,32767,51738,46405,52450,47206,32175,41672,39423,35651,45156,36652,33324,45845,41734,50528,45970,35222,41806,33489,46015,40117,48755,48755,36503,30579,37845,39307,44936,50213,37236,36147,45036,42688,38137,42335,52015,47697,39815,41830,50482,31551,41300,52819,34902,45804,34902,38539,43715,36512,30009,36514,30442,30014,45125,45125,36181,33447,35100,39431,42623,44088,38202,45590,46647,50643,46419,50643,48515,50539,35048,50053,33254,49859,46838,50810,36518,49906,43630,38140,30497,51314,37259,39419,36524,32354,36526,30630,52788,31030,46866,40881,48765,46767,30542,42509,30133,38410,34840,43356,36134,32145,34354,35871,41094,40795,46543,50789,35220,49809,42798,52487,30638,35521,42954,52078,51009,42053,51421,33250,36544,50194,35234,34926,50924,40557,43484,32958,47198,46497,46935,40907,41427,36550,45424,47174,42728,39544,48625,33636,43876,52541,47443,37266,48156,50235,42289,33320,52407,36562,31143,34230,53601,43736,29757,37971,31980,48805,39690,39690,32581,45056,38232,52797,35154,52930,32940,49235,32282,52920,47932,47666,33183,52550,32259,34071,29754,52961,42738,48217,38180,35982,47833,30184,41214,52288,34657,50753,46512,49351,34349,39868,51963,52454,37268,40348,31366,32001,38608,41978,50286,51330,43100,32078,51697,33554,49501,49501,42365,52153,39774,47763,47763,50073,39019,41587,40621,34688,30946,41523,43414,48912,50503,32467,36338,42325,33129,42296,33316,38002,40006,45125,39242,53513,36592,33970,48680,50265,44054,43857,34990,42127,51877,40952,42519,46710,43628,33275,51261,31289,51078,46475,46499,52588,30963,40062,37488,42049,36490,33902,30197,52401,48812,48667,34663,40404,42538,44869,50772,52570,45208,36023,33685,44212,48847,37959,30596,51414,37180,34271,40215,51883,48180,48998,41841,47743,40669,34530,36798,51526,52002,40774,34928,36796,42620,42931,44135,39396,33790,50647,51517,45565,45172,38783,45907,39656,52603,41200,42810,40899,45571,53961,38279,39522,35702,43682,36453,37613,48759,45526,52971,35275,51822,41634,52102,32029,52115,34784,37468,53293,53293,49106,42072,50775,41378,49994,47173,45845,51187,36595,33881,44320,31427,37160,40676,32613,34690,41958,44455,33033,36663,50272,48810,37733,35604,42846,30885,38114,44776,33923,42016,35084,49216,40019,33591,46688,44184,33702,52477,47346,33829,33829,42623,50229,32707,48131,51275,43669,46232,37726,37322,33966,41085,35941,38274,31851,30964,38592,30497,36899,40290,51357,42385,45612,52795,38170,41942,40413,53173,50712,30105,30105,40344,52697,42218,46592,50381,43273,32860,31606,46381,35757,30220,50766,47563,36440,50294,42464,53490,46109,35848,32203,50772,45643,32094,31241,47096,37129,43164,49413,47059,48752,43238,36895,35335,50200,29753,36696,38759,50093,41991,32947,49972,50983,46598,43666,34549,51466,36296,44844,30658,31725,51396,42299,50370,30836,36705,51843,49378,31740,53383,52411,49933,29933,51984,33289,41309,36710,35178,53430,38066,30480,33869,35006,45134,45006,33643,46233,40135,51031,51825,34269,44390,36716,51509,33036,46238,42878,29869,43953,42706,38450,44754,49626,50714,45021,32422,52466,30767,33133,47796,52319,51976,31814,38311,47528,33696,45322,39835,48153,44430,43707,46684,41699,32684,29902,40254,45024,50639,42610,39858,44004,31149,40466,35209,48150,46378,49613,33216,33845,43276,34894,46403,53098,36966,46799,38472,48191,53292,46926,49035,37418,40174,51348,31573,43663,33966,47553,46654,39557,42002,51877,40706,42346,36745,48627,42156,48401,44739,37502,45352,50964,42007,42007,36748,36749,32612,53716,36752,39139,40600,42138,52396,44127,44875,38048,44713,53590,37525,43529,45331,36846,48749,34802,33012,46359,38246,44454,30878,39164,33818,46961,52266,36764,47182,52027,40439,40635,49884,45958,51137,32227,48535,48910,43556,43084,32920,51619,49641,41194,36771,36772,45473,34683,35932,31793,31311,45384,49634,50315,30352,30352,32364,32364,36783,42517,46963,37312,40027,34442,44131,39810,39729,48750,32043,37137,34396,38479,40869,34426,38881,53476,36796,42059,47517,40896,40896,40039,47962,32182,47633,51698,30538,52050,32416,31617,43152,50838,50838,50343,31907,30952,51410,36853,43611,44783,37892,39168,33224,33854,52512,32924,46853,30271,31312,31813,32584,47153,49548,42140,51793,40107,38497,38939,31429,35842,33582,45836,45771,44603,31900,40323,35249,34041,51230,36637,47622,48051,41112,31368,31945,48956,31097,47166,38418,40729,42157,42157,36086,41823,52433,43688,53376,48852,30855,35937,46471,34317,52375,35926,30380,50258,35271,32608,43210,37334,52544,34410,33509,53076,47929,47886,47631,41260,40205,50267,40269,36834,51673,41279,45683,30168,33883,45224,34141,49584,46443,51207,48452,48018,50322,38197,32377,37203,39422,34759,48160,42680,44952,49079,36842,35352,49193,41526,30277,37771,41530,38698,33742,45931,45270,39653,52727,48967,38830,41210,51860,53409,40992,37440,38999,34075,36855,51732,41679,50817,42936,31421,52821,47264,33653,31627,37983,30591,50000,37229,36432,44124,37817,39930,42886,45021,42921,37056,51869,34876,46785,36071,30299,30140,31886,47135,47656,34994,33663,32050,49304,31302,50546,50546,36869,49722,36348,35843,40071,43963,33290,44792,41293,30290,40556,46800,34387,44563,44388,33079,47111,39282,45715,46811,33561,51033,36163,31754,36875,42620,53758,36878,49087,42245,30235,48088,48088,35147,34837,42403,40099,30642,33507,41792,50774,41282,49974,36469,45891,42879,38282,42749,53583,37405,33539,34372,36280,52498,52541,46286,36726,53272,36901,49415,43886,37287,48121,34302,39945,32678,53436,30748,43804,34788,30031,53620,30621,51685,43741,46959,50128,42461,52625,39701,35714,40178,53406,30942,31483,50622,43146,38919,51216,50013,35827,35827,42833,33235,52390,41969,37368,36109,42524,36925,46637,43042,46446,47049,40737,44450,41472,33708,46374,36931,38094,49012,42033,42033,30037,34125,50189,35564,50308,48496,49900,46434,48145,38956,49172,42632,36938,34627,36939,49246,38422,37614,36645,36942,53040,31543,45441,51676,51497,45105,33873,45790,37771,31309,32675,36947,49559,36042,36042,49987,43972,33750,43347,53079,41665,33329,42255,38847,39288,52413,44368,50887,37247,48471,43629,32311,50343,44641,44473,35970,34233,41306,32195,48901,39318,36967,47405,36965,40238,41531,43004,37011,50453,41990,41990,32535,44248,33461,37534,37256,36967,34101,31370,37774,30165,43394,33412,47567,30702,31245,32464,37387,43921,50557,51036,42395,33603,46314,34850,40916,52963,52161,41344,30876,41983,43551,38869,46609,46609,45782,49447,34321,36205,37834,45259,45259,41477,51052,52753,45181,32465,49878,39749,34216,39599,39599,34587,33150,44608,38211,36992,34961,50162,53595,51390,32693,45951,30520,38529,48796,36340,51696,35466,30222,43525,45322,47118,45803,31939,39428,52980,32255,52331,50810,35015,33644,50914,44671,50914,47788,43833,41786,43019,41733,29904,29904,49346,49618,48095,49626,50217,45728,48294,38339,39113,45169,48319,32174,32479,32912,42092,45422,48062,53495,38392,39928,45780,44326,43512,49155,46143,53633,35049,41594,37021,46796,37561,45248,53441,39208,31811,37919,53481,51391,52240,53265,37025,38250,32300,51574,50764,37027,44916,51634,53365,32582,34724,51722,33117,41041,42883,34629,41923,40038,35418,31911,47875,43748,46599,47115,43612,52034,52439,33190,46638,39133,39324,51067,30847,49237,36828,37048,33659,46562,46210,44034,36945,46975,44457,41636,39302,33443,38547,51646,31176,46965,38538,49047,31258,47446,43906,46700,39609,30259,37645,44342,34158,43765,47594,38455,48227,33234,38550,32578,51904,35058,41235,31259,50454,41426,37066,40093,35135,43249,35920,49386,37069,41009,48107,50288,30939,43234,51973,31371,44498,43660,51511,51852,46228,51291,47371,43761,36344,41081,29891,32832,51999,41896,42301,42301,51692,51692,35146,45204,46078,51678,38315,45302,41105,32377,41619,37218,44634,46773,30134,45468,30496,36902,48598,36545,41813,32399,50564,41816,35061,39107,48342,38401,52022,46225,47961,41760,41153,46139,46208,50308,48979,51035,49674,50226,35447,37091,43091,50215,38455,41950,46784,31695,37094,37094,45801,33524,42982,44504,30688,45707,37997,40306,50756,41951,48256,51260,47518,41756,41756,34687,38102,37103,45669,37105,31426,37108,38362,49136,53307,45399,52968,41749,47909,40125,32995,38969,33687,48562,35772,51796,53673,42000,40413,40482,44367,40133,48060,49837,46929,43139,43139,52904,31490,31673,47283,37883,41948,43436,36736,43594,51920,37160,51811,33382,39290,38543,36468,44731,36209,34890,31933,32650,47119,46008,35018,50988,45126,33698,50988,32148,41240,50032,42323,51443,30515,36715,38692,34067,33840,38774,50649,31614,52301,30145,33001,49154,50011,33613,33614,36480,47544,40091,31991,50155,44704,34905,35802,32439,49210,45429,37255,35514,35674,39898,31667,37404,41578,52350,37142,48223,30316,52780,50886,49002,32162,30403,46823,43787,43530,37490,41973,43668,33198,46202,34910,36169,37539,52939,38705,44311,52231,45169,53677,47519,38160,33394,38273,30702,43411,51745,48859,31434,36600,30758,45380,52050,37982,35501,40140,49921,40140,30253,46807,42212,53232,44041,43211,47406,46808,31678,32813,35581,41296,33849,34325,33902,35185,53235,53235,53452,44079,32379,38499,51976,39854,36203,40968,53349,43066,42318,31772,37172,37602,47878,44988,45751,30151,50101,35338,51816,41173,38827,52795,40615,42658,32702,31837,46988,29883,33627,49666,42620,35185,41085,43408,46370,49277,50041,39326,34837,32167,30851,43357,34288,34616,47012,47058,52898,47540,49445,52814,45392,43443,44317,37189,48242,37192,38560,30585,30685,36780,43468,36134,50416,31193,36231,39799,37348,29823,49799,48633,34748,43306,37617,51506,30888,49252,34931,43952,50316,48479,45627,38159,39463,30983,36750,30878,47406,43578,49565,37213,37215,34900,39614,36953,33794,48595,40873,34618,53116,39426,50887,48848,39935,52684,33408,30074,49721,42284,48396,53314,35921,34443,36266,37227,47710,38345,38480,43202,47143,47258,37125,37823,31791,50585,35510,44619,44726,45883,33614,30984,32302,40934,52013,46354,33149,43977,34312,42926,51483,52023,43303,45605,42604,31357,39777,41701,32094,52926,30936,35315,33080,49524,49498,51342,32070,33068,35830,29892,47566,41553,51512,53294,52165,30305,51691,35362,40763,37637,48495,32498,37261,41796,48720,46860,42567,30687,33753,52189,38389,45006,48227,30370,48152,34609,41732,46438,45796,44265,49753,48493,47000,39524,35031,46916,45569,49735,41418,50825,30966,45094,45779,37278,45969,34885,34241,52703,49895,48262,48262,42567,41157,43289,43289,35744,36859,36859,51538,53645,43897,43177,38131,38131,39911,49026,39024,51871,32421,34456,53437,36875,33321,52218,48175,35861,52774,41228,40118,39965,53443,34401,31436,38179,35956,48853,33427,43095,44925,40222,46532,50353,35810,29894,38249,49217,30637,48889,43183,51815,47957,48655,47619,52143,37788,48161,37308,41745,52261,49881,49536,31119,46254,49689,40614,42996,30274,39230,37315,44440,32538,32537,41637,52705,43951,50911,38841,31070,40166,50957,35223,38267,53390,42724,37323,49243,50393,29877,42097,38847,37988,44660,43381,45181,37331,53420,31058,31520,37733,35239,38210,48889,53219,51857,49120,41310,53124,48432,33686,39313,53237,45041,48555,43343,33916,33916,31055,37348,37348,38117,30594,43304,36042,34800,43531,32117,45171,48809,31938,37353,40869,47371,31348,42165,34428,39408,43651,47061,45375,41120,32778,34108,41044,46264,50565,37410,30311,33587,37617,40355,32922,50521,50521,49833,53575,46712,34714,50167,30493,50312,51308,40940,46517,35173,40828,30012,34722,50589,34182,38382,41894,48050,42747,50712,41421,39497,33140,46127,41048,35778,47029,39219,50845,33288,39438,37388,30025,45923,34289,34289,31486,49054,51956,37392,51972,49888,39443,51628,51795,45578,31936,31466,45346,37396,35945,46788,34465,48617,37400,38428,31504,35016,40156,51116,40819,44102,50071,32836,31706,51896,37407,32248,32248,42966,37408,37375,47823,33928,30568,30708,31354,45130,47508,51498,41004,40360,47263,37419,42603,37420,37421,37422,39248,44994,49544,45304,38479,52777,38680,38993,32342,44327,46750,40318,46750,37535,35612,36166,51376,42608,42594,39297,34143,33262,39589,32462,50105,30786,43137,35016,35939,36969,43987,45358,48592,49644,48064,40084,32113,42722,34913,45728,49095,37450,33503,36149,37453,49505,36778,34166,44540,52072,52072,42922,42241,48559,42561,43582,46661,35974,41117,32629,53602,51098,48002,33958,33958,33873,37933,37465,37465,50527,33660,53619,32402,37467,48573,43533,43533,41282,35094,48943,53293,48650,45143,49098,37747,36385,46061,34626,52397,44974,35783,44516,51456,53667,51190,50450,41118,36940,31949,42076,38553,48060,35011,52281,36377,35872,30346,30115,53486,36193,35034,47387,44897,39944,32479,34783,41199,32623,48218,52060,41595,35012,43459,51577,51577,32235,39547,44151,37505,43998,39860,51208,31072,45122,31180,43435,30161,40695,30731,45646,48125,37517,45485,37517,49755,42597,34236,44049,47705,50440,46164,48032,46869,32027,38504,33810,39075,33891,49885,37374,38015,33282,31127,31826,44491,33797,48241,35323,46545,37532,37133,48919,35407,40494,50417,40444,34613,35309,37697,50153,49878,50911,49878,34729,43671,29771,47512,50028,37543,53248,53295,32515,50542,35234,35212,48352,32123,36081,46007,45251,47284,48491,31808,48355,30697,46023,48298,40326,38703,31718,49570,44649,34114,40342,52772,36742,47784,31113,51550,50188,41939,33797,43603,37766,33123,47224,31672,42745,50580,47529,41177,41575,41575,35164,31069,37575,42067,37560,49293,38831,40916,50547,37562,46117,52636,34422,52344,43479,43479,44096,34586,42090,50476,32311,43501,50555,52018,42167,42389,53486,37490,37572,32276,30301,52836,50161,32862,31201,52462,49301,31083,52109,31704,43073,53061,50368,45993,45835,45835,36458,45062,29854,33446,34131,43175,51375,33076,49643,34644,50031,45484,30078,47721,43179,33174,41940,31850,45129,51005,39087,35766,34599,48493,53096,43267,33183,52141,50969,52978,52978,31913,41973,53100,32703,50828,43154,39866,53595,41116,44569,40335,40335,49769,34456,39865,32167,38079,31145,51906,41636,37598,50198,44481,42289,34807,48076,36524,48707,53151,43697,47926,30877,45448,42078,32242,48828,44343,31631,36795,41605,29815,30324,30533,48215,35326,36786,50511,37608,54017,47073,35933,45047,45252,48490,53349,35383,47706,51711,47554,39023,42860,37614,48223,33678,33708,34360,38402,50084,41357,36942,42858,44090,35665,30932,46396,39513,41416,37623,37623,50758,51916,53001,50749,43418,51567,39454,37632,50931,49140,30543,40795,35737,31853,43730,53285,48370,47898,51727,43102,44133,36219,50774,30062,44574,34621,39152,50726,35477,41172,42573,32571,44093,48056,47833,52120,52120,37138,37644,35842,41922,32435,48169,47973,52311,33735,48491,48517,30228,48224,31235,38668,45746,31959,47568,48589,48364,48589,41264,35615,44179,31542,47801,31154,43625,32131,32131,32542,46529,50111,50685,48295,31257,41853,42762,45242,44321,40126,35771,49356,45980,50676,47925,30848,30848,30293,43150,48491,46587,47630,47630,51929,31298,33056,50254,50170,44032,50720,34382,42759,31747,42340,48080,52628,47642,31296,32070,33158,52102,40603,31786,45243,35602,42203,41600,34175,32681,32340,30138,40175,37692,42726,42726,32959,29772,39533,40595,48381,47534,36920,30427,34628,38658,43538,49225,49018,46907,46652,53071,50425,50499,34706,49350,34051,37703,48260,53198,35745,42122,32233,52304,46733,40980,33532,51782,47038,32764,33308,38928,52340,44678,47755,47052,36267,46443,40208,39337,45561,31589,31589,51396,33106,49388,34493,29892,42155,37083,40044,46565,50792,36437,41458,48331,50462,35426,30751,44861,41503,43224,51168,40601,33417,32173,42714,34487,31048,49716,40187,43194,33020,41730,41299,41213,43984,37731,37731,47990,37735,46830,37897,41916,33472,31412,42141,29780,45687,32875,39904,29778,36808,40471,47877,52790,46988,46336,46332,52898,51730,37094,36154,51956,51956,38352,52073,45042,30962,35318,50443,45491,48294,42332,35606,45851,53206,44849,36606,50693,46252,29849,51760,49800,43537,53758,33434,37756,33042,52559,42358,41426,39578,37758,51872,37759,50120,34418,30010,48795,44568,49838,50771,33746,32342,52117,47895,36313,31109,33869,38201,52585,51751,41889,30478,37153,38791,38335,31626,52190,33778,36685,43207,44553,45361,44977,36560,31250,51352,42434,45790,46752,44306,53416,50038,43217,32507,42055,40302,42337,35898,32186,32728,34477,38192,30726,38661,37775,30538,49649,30035,46203,38761,50661,43526,40649,40364,48375,38284,30985,47448,51612,37787,37138,34695,37470,52362,50841,47954,36638,37442,37851,30111,34278,49405,53614,36161,43841,41886,48995,33059,51758,49751,31078,39062,48797,38888,37358,49809,52349,49460,32356,33704,53238,30311,38423,30465,43424,35553,44899,32717,46653,48849,42284,49010,33180,38712,50885,40371,47626,48787,31454,44234,45773,39874,47023,36018,30427,48014,37809,47988,30811,30416,37810,42183,53057,36933,41304,52648,46929,38264,52265,52505,43007,44584,43696,50294,36558,49197,37819,35413,30345,39790,35215,37821,47835,42195,41479,44270,37925,41754,39434,43088,50625,51740,51350,33456,39464,47738,39143,32739,42640,30029,52431,35516,32701,46343,52522,53584,44212,37834,51499,33159,50674,52157,43213,42242,46079,31613,37840,44264,33558,49957,48483,36821,51779,36653,48750,42496,30778,47241,49449,38437,49249,34349,52300,50762,33368,33428,38940,50012,37939,30778,43540,46549,38758,38182,46633,52550,31686,43333,47593,42890,53530,53530,37093,34357,41595,36681,40559,44614,42154,45877,32590,32590,39802,40668,36221,33893,51680,34328,34328,34696,45294,34698,30852,31726,32019,37866,41675,50475,53207,53611,37869,37870,31053,34447,32588,31797,34076,49036,49036,50402,53604,48921,51656,50438,34053,47759,48566,31282,39509,48393,43890,44108,33546,31928,47933,32891,39331,50440,30315,41856,51069,34870,30610,31442,46020,50861,46358,41263,45962,33624,33624,50075,31437,34151,33669,40160,37228,45022,37286,37589,48639,50495,52177,38778,53628,35159,45159,42824,46120,44182,37202,48608,39201,40204,47828,50058,30590,30590,33363,37897,32643,40475,34452,37899,45372,51506,37901,51251,50746,43688,47543,37847,48722,44429,31170,45269,53481,52095,46329,46257,49033,51366,51366,44821,49385,35839,35696,32887,36389,36389,44154,32677,37914,41191,31537,38744,37918,46468,40029,42654,45569,30902,45175,35037,38421,44874,33717,51611,51611,30505,31818,49576,43911,34445,33605,51352,49282,33304,52767,42559,52606,40075,31047,50460,48258,50460,36183,48226,47456,44133,43152,42004,38212,36450,36726,37934,51760,49231,44474,34691,34032,42941,38659,37939,47824,38000,32470,35886,35500,49326,43881,30548,52671,30005,48320,33065,44891,50265,43505,41618,47021,34327,31750,41209,35699,47365,47978,47834,44431,42746,45216,51217,49979,37948,53602,41420,37951,41931,53140,38434,44609,34948,44299,42935,31767,40230,51230,43056,46376,35442,46756,53584,44197,37957,35253,35645,51784,45609,32557,35380,32139,53368,53368,35829,38644,53170,37965,43610,52458,44818,33337,37971,37973,46678,46577,38277,46559,46627,47605,40957,43399,31735,40760,43706,41466,33735,35856,35856,45788,32227,38367,49857,40465,37986,50032,44263,48180,48180,34415,43219,37991,48713,44874,32246,47547,31539,46716,37996,41953,38149,44489,37683,41438,46147,40101,32472,31085,30903,51375,48415,37517,52277,53529,49682,49682,50667,41365,51168,52560,44609,36049,46731,34040,38006,30500,31140,49910,46962,46863,34878,53650,38008,33724,39989,46597,36698,38009,41530,45500,38724,53138,40625,51393,40625,43799,30151,39189,36848,51607,46455,38017,29888,34099,41274,53003,44128,36059,33119,29936,36517,43914,32231,47740,37377,47100,38027,30586,39624,29851,33813,52845,41038,49408,53689,51427,38405,46559,45019,35636,47926,34791,43476,43476,40291,48193,34649,45655,43119,32621,50678,48975,33706,37613,50447,43880,43938,41885,46213,46951,36580,46310,35284,32831,53455,44253,40552,41868,39339,42146,30893,51010,38051,45965,43573,45302,47823,41013,32762,30361,46731,31148,32310,49999,49382,33268,43872,49248,31429,35307,44537,38061,38062,31191,51751,47866,48528,45990,44341,53540,43586,37844,47157,39981,46567,50072,39501,38067,52710,40590,52946,30810,43164,47599,48653,40266,35249,51329,49729,45997,40833,43311,36321,38076,43633,48835,48835,36501,30652,31186,47031,50445,38690,50430,51041,43731,30062,51884,32900,33805,45951,43964,41252,44308,38847,42221,38016,38016,33213,42182,51780,34369,39687,31425,35976,42802,51292,51809,43209,38842,41093,38089,41456,42274,40602,34981,47051,51946,40851,30015,46246,32187,44730,52925,36189,47601,40759,33648,38099,31859,40072,41232,35426,42980,35174,49251,32843,33505,39023,44001,40314,36785,32663,51775,43227,51897,36697,49980,31688,47375,49440,47943,43088,49375,52562,51387,51782,51537,38113,29769,53188,53188,51730,34535,38118,44979,43844,38320,38121,38121,47133,46996,39036,51829,43806,45321,39110,41571,41571,35409,53075,33524,30076,43535,31708,35337,37005,51332,48400,41629,53160,37078,32756,39191,53344,52460,38131,32442,44931,49339,45453,51959,50394,53587,38136,45408,49828,40744,35726,33893,31234,30843,35381,41770,33593,37350,53317,34142,39180,45327,44465,36766,45789,45789,45770,35817,52025,32366,41915,49347,50346,40006,31014,43021,48085,38145,50289,51629,30105,38146,33456,35969,52357,29767,51208,43251,43251,51900,40505,44326,48463,31358,38154,38155,40795,34743,49450,48514,38158,52956,50482,40894,34000,44719,30768,52075,52075,37156,44299,37266,49238,48047,51737,48047,53197,45402,36900,47745,41273,36039,47497,31415,48267,42625,47766,53291,48159,33239,35934,40211,42648,32036,46807,47599,49773,34544,47875,53458,38319,49416,34279,51494,46201,46201,37961,32780,38199,47787,37871,43162,34309,37576,49979,43402,43401,50087,48424,33300,35884,33324,46774,33943,34642,36356,38209,46088,53754,41320,53505,30652,52460,49087,36148,52763,50103,32191,35829,32949,36024,34119,29775,32128,35286,40179,38588,29885,32916,29995,50856,53494,43996,40901,42690,35153,34583,33005,48779,48076,36747,36747,44177,38230,50888,44132,38233,44273,40408,41798,49027,45403,36259,38236,43575,47831,38050,31135,35192,49981,32731,30664,45709,33162,29859,31270,44210,40359,35031,30630,38251,38253,44434,38254,39095,31954,34659,53335,38255,38257,33425,48855,38258,45820,51330,30663,47701,35990,35123,44017,47870,46910,29914,43362,36575,30244,33993,47850,42828,38261,33625,45285,31050,49229,36592,44196,48088,45270,34899,51279,40849,38855,41744,40818,40818,45936,30894,53219,50830,49399,43755,38271,42734,34586,32155,53668,44679,40352,38278,47289,33662,35969,46969,34633,33690,47606,47545,38294,30724,33506,50199,40025,47282,49676,35166,47266,30264,49491,52767,43234,36806,44593,40939,53113,50285,36861,44057,36224,42890,49664,44162,34998,35160,36611,50230,38314,47223,31606,44122,52285,30754,32042,38940,36129,45672,39702,29969,29761,51082,31522,41087,33738,32304,44022,50177,33769,33975,40310,48375,45934,34642,47736,45740,42200,50510,39480,46541,48097,38328,35887,41348,44768,40569,49337,34295,32329,49149,29941,41111,41139,33844,40568,49269,51385,43047,51754,53709,48580,46245,46245,48179,45609,34016,41969,38929,40323,40689,41260,47689,39792,45538,37275,45113,29798,53102,35026,47501,37408,36532,41389,49991,39808,42130,38793,41938,43315,38616,29935,31172,30179,48200,35857,52196,39952,49872,52768,44625,46478,32501,30635,51777,46058,41606,42986,51902,51902,50629,49671,49875,43764,53626,47008,46023,38374,38374,40221,34013,43461,52042,41444,37237,30087,38124,38381,53960,47667,37027,31024,43620,49624,31796,30651,51035,31748,37593,49198,53718,40823,47376,48127,46274,37697,37559,29869,30879,30126,53054,41585,46962,40950,49752,43170,38400,30020,38401,52045,35328,48349,38952,34196,44366,30411,53685,53395,32668,34385,50790,35264,29968,46115,31167,42073,49169,37441,41881,52354,42528,41722,51640,39008,50412,46241,39481,36760,37242,38426,38428,34297,40167,41567,41567,43533,31839,48667,40374,48649,30987,35459,44015,42176,30911,47964,34773,43819,41813,49258,49258,45719,46731,52388,32207,37091,39507,38825,29789,52574,30097,32821,38682,41257,44218,52883,43998,52188,52343,36539,43410,44024,36552,32583,40286,34397,44341,46709,52612,38349,52691,38452,38452,44489,31376,40705,38715,44888,50941,38458,35114,42608,51108,38760,49993,30616,33940,36555,40629,41542,36815,34967,36301,44492,38467,48016,38280,51092,53381,50855,46189,48755,30226,33570,52927,49612,32415,32415,51750,51889,30852,46331,30852,30986,40621,37471,34283,51884,41295,37226,41323,45726,41097,45744,53096,40806,38488,30349,47097,38490,36824,40533,40439,34205,39565,33764,37097,46518,35838,33676,31348,38493,33092,30116,43403,42141,33541,48557,43630,35344,45480,43240,38496,43107,40451,35663,50571,34885,35516,32855,32816,30252,50095,42914,53112,48075,42439,46270,37295,39212,38169,51525,37228,39744,35059,49955,41915,49161,43314,53425,38520,44086,47738,34312,43642,38443,45457,34718,34718,34951,31086,38037,35429,35354,49317,30012,38528,35661,39715,39390,30077,46495,43229,39794,36762,41308,44184,49291,47674,45478,53545,40501,44871,51019,43875,51757,52497,46132,51942,52406,52509,35717,31003,44097,49179,50109,52376,48949,31024,32239,32239,47808,33107,41840,43450,48829,31925,49412,40457,35501,39076,32988,45748,30543,38558,42110,33080,44113,48516,51152,35995,47809,38422,31586,49137,44199,40645,31431,46742,53036,53036,35866,52424,34314,52594,40034,51635,41021,31407,38569,51978,51978,52919,33901,51944,34120,43065,52384,42980,32219,48229,41769,42648,47793,45212,39443,41048,42841,38260,52461,53518,39364,41914,35546,37882,46336,38581,32633,47252,33536,52580,51508,39335,39335,49541,47969,47969,44391,43752,37628,41471,31466,31574,48867,32955,43797,45693,30472,40181,40789,36311,34201,34599,53258,41632,51702,34809,33832,40937,42049,46718,44388,35313,30773,49165,31981,42201,51937,38598,49655,48365,47552,42817,41377,33629,35800,33732,42616,43631,50624,43708,50381,51758,31679,31679,40203,34766,37856,29916,41776,51921,35573,34386,34445,46912,32054,29857,52160,43195,31565,37719,41690,44091,44668,30757,30002,42249,42249,33191,44167,44167,43409,51582,51983,38633,43237,38634,37224,49306,44901,37713,44637,35678,45308,45308,51371,46382,30423,31028,51485,36620,44572,49179,35165,30828,44893,34301,43988,43160,48794,45078,30158,52648,45430,44681,43883,48222,38631,45506,47671,37723,37723,50324,48695,37662,39076,31205,52934,51687,38805,51687,39111,40479,50205,42956,50488,38856,38943,33122,39811,40028,42930,53289,49607,38092,39941,45825,34331,34840,52221,31773,43723,47222,35446,45302,47465,47888,30501,36937,43562,30022,32088,52394,43843,37834,48701,48895,46393,41691,49131,35370,36131,45388,39155,53051,45166,51784,44059,38683,44920,42183,42183,29766,32074,48338,44606,49260,43560,32986,53067,49571,52037,43991,30247,35206,35206,36339,53370,37510,34760,40838,46205,35536,31227,31873,49229,45753,31438,44554,51995,50132,52540,45722,35822,41164,39299,34907,53426,38703,48356,34483,33918,40951,46627,37699,51216,36230,32144,44059,43661,34546,52350,52575,36516,36515,34910,37007,36514,36514,45904,36686,38708,37722,51081,47498,49611,37749,40697,30092,47287,31353,35917,45809,51014,37694,42346,30286,51348,47994,33296,39530,31608,30070,38727,47270,29777,38731,51229,45764,51697,44239,39646,40416,47412,33031,36089,42911,32078,40523,47863,52782,38743,45742,39478,46295,52565,53650,44403,39915,40883,31044,36949,41377,53624,38225,47435,33843,50894,33060,46658,45342,38473,39420,51234,33457,47893,39336,37216,31677,52256,35866,53902,43318,41723,32008,37233,50339,46431,43516,49968,43127,36960,50624,42308,39931,36228,36228,48385,44561,34159,34580,41531,37058,44305,48770,34124,46013,46645,45743,32047,50850,34292,46725,36018,31890,48565,32729,45817,32413,43350,47693,46601,32374,35264,49562,45898,52938,51554,39474,53298,33059,53710,41532,34124,35744,49772,32730,52177,36760,51636,45352,49339,32907,39355,53544,52079,34421,41555,30803,31422,44588,30991,38792,30129,43657,40421,40419,38795,38796,48162,31090,43159,40475,38822,45711,45711,40447,49897,48054,38336,35321,36831,32367,48548,52837,46299,49203,31344,44764,33258,51896,48107,30405,49404,42998,33145,34593,43256,42063,43466,43020,46386,46203,34299,49848,42222,40537,42329,47508,32931,47424,51466,43102,38118,36421,33197,47727,38741,48262,32090,48930,30111,48632,51297,31716,31716,34046,42537,38856,31259,33987,31136,34401,33592,43421,45704,48451,32661,32661,52405,29795,50354,42859,53396,40504,50968,33023,48435,45745,42940,52238,34932,38842,38843,44852,30688,39625,39625,35642,30791,33619,40995,30076,45960,37103,48378,48460,46755,38238,41574,47725,48992,46984,42875,51903,44023,32939,49003,30823,36073,45658,33899,53452,37640,34652,31111,35917,45705,40416,32549,49358,31534,50408,47461,35469,37665,51517,47236,39669,33008,44975,31296,29847,32099,40507,48358,45968,52231,45772,32104,51836,37898,41577,49215,44754,44076,46903,30175,50934,50934,46993,43245,31494,38307,50681,34869,48498,38893,46616,53224,43081,34568,33251,31722,38901,48961,53572,51346,32374,33793,33792,41865,51089,29880,53351,37446,36676,43996,43223,52456,38909,36147,44385,53243,38737,45049,45049,38912,37967,32240,43878,51100,35176,39891,34290,41033,32506,47275,29764,32224,36754,51712,43515,51391,44399,38932,33811,34083,35876,38057,52702,30246,31909,44919,29899,34696,39489,43426,38939,52747,38941,52902,40850,48099,51486,37517,38573,51001,47320,41126,41126,47090,32499,51973,33914,35065,48617,49744,40125,39694,32574,46247,36569,34891,44403,48577,33621,43845,39402,36029,52459,41822,43700,31162,38960,47578,49757,50939,33607,52057,51337,48108,50491,38860,34387,40279,50931,31547,45663,46589,52936,52597,48348,32161,34145,47759,37211,43455,51626,46234,30855,41122,41825,48004,31812,38981,32930,50027,42757,38986,42782,42826,32227,35251,50755,47557,52783,41483,44347,31726,50409,37854,48868,49261,40859,48501,45384,42553,32365,33613,50422,46211,40591,35926,34420,45510,30041,35993,45430,52544,38113,49808,44394,51661,50222,34223,39001,43314,32947,46323,40292,44291,34505,53049,41174,30157,39433,33332,31342,47388,52785,35329,37818,35022,48577,52966,47995,43007,45327,39010,30744,36497,49996,42014,48628,44271,40228,49923,41589,38899,42114,47760,48914,49398,32690,37599,46732,37635,32892,44007,39019,45162,44124,51533,30598,44612,49598,34102,45635,33939,42663,34664,34293,50117,39590,52209,47126,43635,49010,48250,49519,39025,45871,42776,32487,31919,41738,37325,36657,52372,31438,37181,44369,32230,37497,33952,49694,39478,50262,41746,52067,48949,49347,30177,30084,41454,32069,40717,39043,36144,42541,53337,34056,47634,51954,32986,42010,40088,46982,48649,51882,31331,39048,37149,34693,33161,39054,38684,33958,43044,41891,45246,30845,33972,44080,52797,37486,52555,34492,49514,44580,37730,42698,42621,37994,37217,51046,39063,32316,41455,34637,47772,39465,49040,37117,42493,43278,52841,33212,48763,34203,34612,49858,34260,32713,40187,53086,38005,41279,52640,52312,31870,48696,49883,39079,36510,41849,47150,35372,47233,42241,39083,48268,51163,50525,50520,31247,44053,51880,47061,43499,43499,44098,48222,53528,39095,47380,42440,33612,30285,30776,31601,49907,42291,49472,42922,47229,45639,45448,32843,54018,37446,48341,48301,47354,31766,49590,42084,44130,39105,52496,52100,52351,49237,50376,33458,33553,45549,33693,48879,48879,45348,43724,47242,39114,39115,50481,39040,33373,50276,36725,34157,48770,44577,44715,44715,50313,30535,39562,35981,37278,44262,30955,30752,49425,50040,30184,33023,39138,50778,42213,46207,52724,51308,31250,51769,49162,51226,30888,38159,49341,31888,49341,44549,43119,47029,31888,42838,49609,36651,37455,48692,39149,51375,47619,39417,51603,31775,34417,44190,44687,38269,52712,52708,35073,53826,46646,39162,36958,31189,39165,35945,39166,34295,39168,37342,48069,48859,39171,32129,33821,32335,46114,53046,44202,41884,53046,39073,38444,46675,48570,38120,48188,36382,49505,40258,39651,45118,31956,36149,33685,43879,47100,42902,50856,48783,48783,53833,53833,40996,49206,29957,43199,45387,42601,31333,30733,34308,52719,35866,43302,52778,50044,45930,35407,37728,47603,43505,44681,44681,39602,52206,39763,31166,42451,36289,44920,53763,36714,35731,52214,41752,44081,45644,52097,40293,47076,47076,41469,32036,50384,34473,49317,43862,43862,49431,52598,52598,34944,44999,46411,40972,49588,45633,35411,49317,45283,51847,44125,52588,42307,45531,33646,49658,36516,45564,33048,51389,52206,53516,31731,37638,48895,36864,42975,32237,35693,47131,51577,43320,42346,40284,32494,50873,37330,31439,49830,35547,40224,43034,30835,44011,41582,48700,51893,39256,53048,39763,43949,43442,35174,41058,47093,31235,39266,29862,40209,42242,51748,46432,45813,46685,46685,39272,38130,31127,38841,46754,33652,33652,36410,43003,43217,31202,45106,46696,43306,40754,33597,31304,31304,51869,47354,51700,36827,41201,35074,48276,43117,37471,41449,36597,50392,29818,45484,52764,45417,49218,46619,46585,46585,52641,53109,46588,45561,39287,37022,38634,38856,52059,38218,53293,36234,43215,30385,39290,41868,49728,50094,52395,39294,35081,48280,35287,49811,33213,41834,43158,50782,39639,43460,52509,51810,31298,39306,39014,35756,49540,42325,51764,52241,46021,34337,50021,43633,51689,52709,49863,43468,45859,52131,30396,42680,52232,33145,49304,51461,35569,53430,40883,39770,30117,31356,34048,48843,43258,32326,42276,46668,32558,43310,34142,42982,39326,48040,34605,41960,51223,47564,49111,35443,39955,34172,41724,36516,38856,35000,53620,33483,40133,49615,33812,31508,30178,34985,30371,32807,51155,48094,48056,46661,31126,45779,45306,51080,42142,40848,45886,43562,52463,50824,34646,31517,48091,41505,29779,46824,39352,43780,36436,32125,44255,40640,30445,39114,38321,47351,32388,47072,49631,50383,39370,32172,52984,50029,50705,30519,34354,47870,38196,38413,32401,48633,45785,52666,34154,31443,35747,50635,37687,36110,32132,36211,53539,34209,34933,34621,39388,48402,37938,34237,49626,53378,39010,33462,46342,36381,51115,45356,49942,32878,32699,34900,47550,38438,40692,53437,39405,50782,35490,31230,42367,45853,37252,32593,53076,35256,41037,45721,33141,38533,46540,35546,40606,40129,41762,52779,37741,43906,37712,42553,41694,35849,37515,47216,50724,52398,36550,40635,43766,43766,46774,53505,44601,41275,45616,50118,32651,43012,37390,43975,33479,34162,38861,43975,52454,47091,39422,46780,51129,44958,35021,40856,39433,49512,36656,40920,30357,52151,52772,36922,34317,52810,41193,41791,34183,44515,51887,35216,49396,34851,40587,45339,38533,50335,47800,49568,31644,48553,40820,36019,33631,33631,46799,41129,47038,40196,36416,44136,37908,43546,41184,33667,37011,43398,38664,30323,44884,39458,32601,33122,39461,40436,33563,33563,33143,52686,39763,47309,41458,41280,42836,32611,46934,39799,51659,37845,38967,33069,34535,42458,48791,29839,45797,50858,45023,49371,36082,49467,43880,46975,32780,39476,49082,34487,48873,44288,44759,51683,31563,50302,32153,45398,43285,53344,34189,34383,30084,37923,44149,40692,45786,37866,41984,47539,44214,35002,49918,33950,39060,31618,35651,38864,38191,45174,47088,41051,30613,48672,45858,40695,53334,39509,32848,42663,39510,50496,51670,46352,41776,31863,38429,44121,30054,43191,49574,47880,47886,52072,39521,46134,50561,50561,39524,33112,42788,33317,37120,33823,37531,39528,40057,45573,50123,33718,30295,44187,49680,32847,35447,31594,53308,48192,42736,35353,45852,52526,39535,35263,39538,46180,42141,36810,36533,33591,38555,50377,36602,46680,39542,49920,39546,39758,44723,34588,39432,49375,32989,43740,40149,32330,41931,48436,37610,30481,53701,30514,35256,51668,42857,38624,45493,39959,44915,45474,50262,50959,35604,35328,39049,38723,47422,42712,49021,40141,38427,48090,31206,51706,44004,38713,37146,30723,45893,30078,49185,42891,41788,51100,47395,44578,52828,45806,33119,46653,50206,33558,40643,30229,41994,52593,38446,53167,34329,39579,39313,33237,42994,52249,33384,42375,44791,52733,39124,41842,43516,42439,33465,43321,33820,53549,42845,50915,37454,45389,53456,45248,38226,45038,40456,47798,46891,34539,45255,38837,40924,44943,40663,35688,39597,33930,51927,42868,39599,40733,52681,43476,45932,46180,49617,33340,48093,49970,42084,35034,35034,51480,42398,37304,53642,36407,43147,39970,50878,48953,49766,42637,39617,30019,41373,39620,39622,43227,39621,30924,36384,39497,32056,36513,50648,33700,35124,42100,49091,50295,42480,34682,46520,30890,39627,39627,48732,38737,45257,32154,30263,45411,34752,41617,44948,39633,50892,48898,44703,31533,41866,47207,40635,51678,51678,45309,52094,41498,35078,38442,48553,40067,31063,50897,44277,44277,44427,51762,45060,39647,43179,31887,37435,36639,35583,32771,41576,44377,35381,47612,39649,30624,46564,33400,39949,49272,32549,37688,33349,47495,36789,33855,39800,39178,31959,48183,44040,30762,43472,29859,36578,51414,39662,35497,41784,49426,32998,39663,32612,53129,39520,39672,39672,41994,46594,41108,37903,40641,47647,33889,36288,45188,52247,50054,36321,37350,50116,31689,34930,32356,48324,31802,50899,49479,47117,30321,47483,36362,33395,49661,36742,53774,53897,33345,34855,47464,47606,46535,47223,50620,33033,48641,36349,46804,53068,33494,51702,36299,47347,37911,32242,29833,52627,31491,32349,34185,48181,39702,34205,36657,52761,41496,40991,45358,45131,32256,33575,35765,39708,39708,44488,52296,34223,40280,30986,48064,40313,30371,42981,53009,39718,37511,37511,40658,41927,47638,39720,31968,37808,35066,40258,43555,42311,42499,39729,39729,51285,39518,44275,47876,48122,31765,50804,41251,52162,51512,30940,46936,39665,32254,37695,34850,39901,51761,35524,51049,43570,47569,39740,35520,35520,31624,30419,32406,32842,42729,36043,52507,45842,34336,50472,52611,48464,48106,34591,50119,41690,51799,34090,48624,30301,33770,52935,42913,53198,39752,46668,51364,30444,36978,39311,53710,34898,52961,36432,51363,52547,35799,31158,44979,39942,45344,38568,50785,39759,49940,43609,46164,51294,36863,43086,38822,50084,48401,53219,46440,43069,43069,30759,39768,39066,40727,39772,48865,39775,45526,49832,38535,39779,49556,38640,40255,50839,37450,52632,46930,53935,45654,37392,37392,43912,35110,46562,43305,47451,43454,37115,39794,40310,49726,36740,45797,34878,39800,32138,40924,44877,35235,46873,39804,34018,44596,50075,33202,44670,52476,48403,49571,50746,34792,45377,39182,39813,39950,34842,47941,44883,40918,39817,40491,40918,45809,37429,38156,31573,53427,39116,36805,49714,45635,48793,48311,34765,48645,35303,37774,49461,51922,43909,43909,43348,39113,33979,50159,29805,52145,32131,39829,35731,40296,39831,37281,47714,51756,50691,29833,42456,32046,43035,37626,30967,39842,32894,42327,34773,35795,34132,40508,36649,37174,39571,51312,53416,50362,42693,39854,49907,43032,31457,49916,46104,41904,35141,36192,37476,50580,35560,50121,44058,45714,39864,39712,48063,45510,34285,42778,46921,43062,39237,30668,29846,48360,40050,42644,35547,46476,47377,38760,43862,39727,33230,37633,41182,38436,43781,43781,43210,44251,38303,39158,34076,36499,45942,37805,49479,37493,40014,38227,30856,30856,37608,43664,44391,46349,34111,37353,47587,48144,39880,31361,50882,33910,40887,47751,53986,49105,32570,44676,49943,46873,53459,30755,49057,40039,37245,31847,35836,51084,48518,32701,31914,52614,52615,38138,51724,39388,34690,45866,41573,42700,39905,30041,43369,45251,47399,52139,37054,46481,30935,39911,40779,52964,46178,34390,39305,41468,44424,52801,44450,48660,35752,40882,41106,41106,43995,52503,48247,45161,32819,42773,39926,30597,32818,29801,45856,46090,38966,46117,36711,39064,39454,52733,31156,40370,36288,38018,51415,45428,37050,51921,48153,34879,51559,38127,31685,34468,49565,35857,30820,48495,41031,38392,31080,53431,50429,41625,41283,35930,40675,38006,39966,45093,36606,50726,39967,53506,35565,36125,35606,47702,50195,53129,32337,29981,40938,39977,35546,49528,45775,46064,41106,44990,47894,52411,34796,30199,47415,52064,44523,45141,52283,44452,47375,39294,43455,31690,45347,32288,39994,47345,41097,52724,31958,42639,32291,37414,35485,42982,47836,45254,39842,39842,35752,50086,45317,41045,40223,33832,38076,43213,47119,40013,38311,50986,52256,40017,40914,44914,40914,51229,46315,35810,39187,33042,33042,35292,38579,32291,51984,50064,31833,43820,38572,37423,40201,36176,53311,45378,40032,48022,52694,52183,41884,45593,43686,38008,40039,35241,33984,35455,47329,33720,37947,48714,51096,43478,31833,43293,31913,45496,35051,34176,34176,34111,44969,50091,40047,37507,34353,50909,48926,32660,38619,45721,33524,41693,31973,40052,44323,40053,43060,45624,33084,41790,33534,51795,51116,31372,53753,50003,46022,52478,47110,38526,49315,35816,32261,47227,46084,40644,42234,50267,43746,46725,46725,30249,30290,39736,51449,32845,39916,30372,49950,49747,40076,29892,43330,43496,51706,36886,39945,49116,44818,51047,52244,40084,44790,40671,47027,32444,43873,35648,43916,43204,36139,50791,47875,52181,48799,48799,52164,37338,39968,53894,44158,30917,40097,48939,47778,52496,40375,40107,40108,38787,49986,43859,40109,49349,36071,52385,41961,47108,34551,35753,40112,43712,51784,44738,47621,51615,32879,44555,48918,53058,42098,42163,34274,46495,35019,30457,49148,50877,35523,41127,48544,50702,42599,43591,45444,30093,51412,51412,31209,39990,32158,42974,34070,40002,36569,49866,45372,34756,47708,40135,36954,33494,53423,45371,40150,41532,41709,32763,52144,39504,46387,53205,31619,45983,36769,52197,40156,34048,49830,53021,30970,36376,38912,46743,31935,34803,51654,52661,52543,50894,31994,47009,39286,40391,52540,32596,34748,43858,31944,31423,48304,31860,38475,44409,33293,42636,44955,32618,51563,47844,44509,44069,40175,49219,52982,32474,51930,50841,39237,51814,38009,29974,52759,46611,34679,48600,48919,48919,37788,47030,36664,30938,36680,51048,49309,50816,52306,33164,37904,51805,39983,45738,36478,39390,49056,31028,51564,30538,30538,44926,33499,53412,47690,47527,48239,29875,36577,40599,34098,53301,31786,45974,46216,47036,43132,43132,49628,29789,30101,39210,53574,37360,34873,43420,33540,41253,50659,47707,37806,30717,46788,40223,43477,36123,38947,40279,38985,33800,43908,52907,52827,31639,36782,35614,43313,42938,46179,39017,33491,43766,43189,38499,31281,37384,31915,36918,52494,38088,32123,34220,38458,48081,43595,52153,49468,36307,36307,39002,29829,39714,30707,46376,46487,43962,41347,30064,33440,40254,29989,48943,52116,52116,46037,53023,37472,41288,37030,32609,52101,52101,46523,46312,50747,40261,51075,40264,40886,43907,38605,40886,38605,34630,35349,36089,37070,44464,40269,48105,31408,47347,47402,45276,39509,38101,32362,36388,44099,52188,34740,30283,39566,32182,32182,30998,43670,34416,47515,48551,48551,38352,35013,49516,37272,36620,39593,49233,40288,52091,52456,36941,32007,32452,32452,40292,46835,37827,37471,47878,40296,30349,52286,34973,36615,48808,41355,39360,39340,36243,50708,44423,49354,49786,53021,40490,37033,51504,32663,34652,34250,35285,33386,42539,42189,46871,34340,50868,46941,52358,35908,47717,30823,51832,42365,50590,46642,40283,47852,40216,47152,38606,40754,43537,39276,45547,40324,33653,41261,50342,39109,45059,40086,44219,32461,43208,35494,30658,53675,34502,44189,49113,53108,53108,39202,43802,34797,52852,37231,46405,42287,34489,40339,48375,39972,50706,40341,52741,32650,49891,32726,32726,51088,51418,40344,49761,46780,33597,50189,30837,48075,36276,48503,42145,36202,46136,53895,31058,47668,47668,32798,40355,48165,29856,39469,52671,48160,46473,41999,39504,34193,52337,47874,40967,49316,51369,47312,45312,30116,52939,31791,41744,32310,51141,31055,40365,46808,35004,42082,48343,35301,31963,47326,41365,32335,30472,36442,45163,36338,45649,33641,51522,35479,32995,42865,46059,47743,40348,40583,30413,30828,32161,37454,50095,38387,50747,46127,43205,30779,33923,36701,53180,48488,37140,31250,36564,30229,50086,33153,50708,31613,37697,37697,45335,40424,49599,49499,31008,36257,48441,53610,37800,37600,33619,41905,49728,40889,31904,37365,36851,40409,43827,42370,37439,51822,45388,45871,31423,34414,44418,43450,40418,38824,34232,36768,30886,48551,40420,49176,49560,45292,44330,52963,49988,50161,36587,32674,43994,36393,32028,40516,41072,40450,29994,40438,48931,33354,35150,52081,34227,48035,49063,31025,37936,36445,35609,53130,46070,31127,51818,38690,36329,43571,32852,52470,39035,39097,37038,41953,42807,46503,40447,31758,50626,35247,41481,50642,42651,46966,41329,46394,33701,49319,34159,51057,30059,50749,46230,53556,43513,53556,40458,38647,49743,40463,36450,45977,37647,53779,44541,35216,38273,34520,37985,32291,42706,41795,51991,34417,47938,38594,40700,40169,46724,52262,43178,33178,47472,41622,41453,34011,33078,32442,52287,36858,35405,39892,42641,35823,45810,49789,48734,40477,53485,53485,36826,30416,33398,48372,52509,44943,49764,40483,49642,51431,42874,50610,37065,31954,40486,47497,52256,49428,32390,32390,29780,34459,41871,32741,35913,47643,34957,46781,38662,49132,42029,53747,50996,34589,52814,50794,45568,50379,50435,42000,45881,33383,44210,36059,34649,40252,42224,52066,35434,47053,45056,48263,40513,46217,44087,50784,34017,47914,37178,40520,35995,53456,52752,47604,40525,46282,48510,43714,38123,50633,53141,32044,36665,35082,40248,46863,38773,38855,48183,41251,39460,39656,41805,48552,45617,33973,43721,34085,42267,52631,32579,48094,29987,36745,48293,48293,37036,44390,35943,35943,49236,48073,43769,52067,51529,49983,49437,29948,50152,40486,35315,31094,38826,49253,32628,30321,51293,30598,45315,51244,35595,52583,40557,31632,41894,44096,34057,43515,38053,32736,42575,32875,51416,49245,40309,45577,30253,31944,39967,48968,31643,43979,47236,30073,48654,42142,53256,38532,33736,32402,35479,47451,46749,52693,42743,50056,32809,52552,52407,35355,30320,40591,51514,35273,49930,31478,38468,42356,51962,53286,37377,39118,43792,37977,52807,33310,42258,52856,46555,32194,36308,50118,47085,40607,35383,42097,33567,44394,40999,52483,41322,50026,43554,29997,52458,42691,52433,52971,42225,42079,47393,52728,51479,41483,35386,52492,36068,32182,32243,40620,35305,35390,35132,43313,36197,40581,50646,31040,42632,32484,50549,51746,45293,29852,37924,39715,44301,44301,35074,43097,29777,32592,40611,40611,42010,36968,51467,48032,49155,40628,44046,50348,51210,45221,38565,45480,53748,37910,45596,45643,43994,31305,46058,46317,44679,44679,35195,36676,46118,53738,49740,38934,48588,32682,37275,45445,47032,44863,29864,30183,38864,31486,47899,46229,48591,45890,30779,32038,42742,33357,44860,32477,52667,35333,32523,51735,37886,34395,47366,35148,46870,39582,36913,47418,29785,45512,33406,30070,43953,29930,53517,36362,36362,44460,39954,32403,48961,50024,34641,31159,32888,51403,46313,43090,37009,47024,49981,49981,47887,50843,50844,42038,42061,40925,47472,30483,45307,48810,48469,42882,36476,53575,46331,49124,52211,42714,44376,48437,48330,38552,42085,40710,47835,43038,46583,50325,49679,40538,37767,53742,53742,36277,47973,52782,50887,51567,33900,48443,32915,30546,35630,50179,40711,42803,46314,46908,48596,51009,42251,40718,45967,52536,37166,52596,40721,32336,42032,42024,30478,46276,36034,45416,35443,40128,33902,31336,30862,51142,52471,47428,49086,37541,32081,52031,45866,34257,50012,47595,52354,47709,43328,51896,30739,31428,33219,33369,49556,37326,48380,47743,42097,43885,43885,40962,31808,35877,47788,49539,35768,50523,50416,40754,35580,43361,44314,39986,30195,33776,36210,49689,52178,41766,46285,44844,51266,35301,52059,38312,40766,40764,51406,34449,46808,35503,44047,34164,43668,44514,53543,50784,42003,42359,53099,39201,52782,42973,48340,36367,40780,47359,49555,30349,33625,48520,44813,38470,37011,46202,49744,40794,40794,32715,30206,36701,49268,40796,32013,40775,47507,45305,36828,47746,39793,37907,43456,43866,35040,40803,40804,46814,30050,32320,51963,40811,33740,40810,52328,40812,52211,33779,35655,49921,44902,44657,44683,36364,51536,42876,36631,49407,51025,36746,40821,47366,37747,38165,40191,47709,30618,52142,52127,40832,35493,31675,50472,46001,45683,45683,34747,34980,50547,38181,42248,53137,31360,38571,42628,44498,32160,44059,40175,30016,49425,31143,44312,33774,46471,31206,30815,41571,39094,39094,30483,36188,36748,43013,44346,36241,52879,41308,47448,31088,40853,40855,38905,34086,33926,32267,48248,33246,29970,37411,37411,32816,34077,45002,40863,30079,50567,31983,33116,53392,45341,38113,30200,39607,54000,40870,42444,37491,39217,32077,52561,42103,42704,44458,36126,52957,46167,40880,32368,51979,37317,53573,32505,36647,42143,53430,52491,52491,30514,42951,51880,40884,50155,37129,39019,42220,38407,50365,45310,30096,45792,32105,50430,50502,43734,47209,48882,33312,52781,52806,47572,39328,44229,53427,31426,44754,35575,34921,44675,35312,36183,40900,40610,31285,37687,40904,32266,31848,51473,49122,46935,45248,35238,53901,46682,35983,35175,48886,32907,30277,36598,41923,30448,40450,32542,40912,40911,42136,50767,38162,44915,49698,48848,31447,40663,40923,36577,53679,32701,40926,44075,33045,33045,46584,32672,51827,53902,52445,42837,46272,40249,40936,40608,42970,45765,50442,40146,36321,39921,32618,53326,42357,40951,32596,49165,38222,52836,39345,40009,40956,48670,40432,50917,51208,42520,38497,32160,50220,52787,48338,47701,31353,53240,50766,50206,46573,42942,50489,44237,29847,38067,39481,30926,31490,40096,48928,49768,32590,49074,38394,38394,43576,43614,36209,48381,41562,31985,43864,52262,40833,49859,45946,39443,44957,34270,52448,51037,51816,30414,30372,41172,31552,31167,41974,47565,40998,41000,46689,38452,41221,53921,51461,51104,51104,47695,38925,39048,43986,32788,33082,30967,49419,31870,44067,43955,39812,52663,47677,45193,30679,30679,47654,31780,40910,44352,41521,48429,41025,46339,36358,41026,32791,47670,48832,41032,30084,52608,51221,42029,44511,35184,53508,43136,31872,52655,42689,52534,52259,37879,50429,45540,36739,43211,47826,38373,46088,31945,52308,41448,39470,51003,48823,34058,33369,40809,44155,36385,33059,32039,32824,51278,49284,38010,31455,42410,37305,40685,33887,45444,34204,45072,50732,49144,46004,51767,41050,34450,42266,29923,43787,42803,49424,40081,46097,53743,43769,32030,45355,52195,44934,47933,49740,53403,51446,41069,51794,33120,42077,30078,51899,36324,51252,44702,34334,44593,50175,40621,42047,41211,52074,39164,37768,41933,41086,46513,43800,35735,29870,32554,48475,39625,46305,38496,52919,33979,34622,35210,36494,41100,52251,46925,32602,30720,32492,53424,44411,47817,44913,38239,46806,35521,33907,35517,44405,42830,50966,50966,32006,41118,49821,36624,34276,41937,39350,36182,39968,43746,43485,34548,37576,53460,39268,30340,49060,47611,35139,41907,31685,41127,40921,45836,36821,51292,41130,47461,36057,53271,29883,53214,39358,35100,49716,46834,47338,33447,32073,43443,41140,47114,45462,47245,49602,31731,36595,32872,40845,48758,49757,44104,33335,37950,39205,53275,47678,41154,37419,38404,45777,30203,43419,31091,35504,52900,33411,39402,34030,38608,53688,41162,41162,30369,48361,41520,40890,50916,47643,31190,53450,30676,41173,41360,30388,39338,41178,41178,40935,42545,34511,52261,48218,37861,30327,37770,46270,50156,51140,34005,33581,42960,46375,48587,41186,49471,35499,48413,50519,50519,41188,38155,37404,34019,35946,41192,50370,35570,47189,45819,32086,41208,38109,35776,53669,39471,31226,33220,35102,31291,50486,37809,42731,31404,46372,35751,46586,46895,48637,43407,52464,52895,32789,43820,52178,39032,53767,39249,41212,47257,43874,42295,41177,49886,47313,38628,32740,53628,44752,43622,47536,47536,41225,41228,41228,34772,46616,48787,48787,31406,36178,41235,39718,41379,44071,36117,47853,41238,51059,33339,42322,39980,44185,34023,35612,46505,30602,41242,41243,32829,42359,45810,31085,38309,37689,47479,34250,30125,44407,29833,45653,41250,49676,46186,46154,52389,34732,34683,41254,45239,37899,37127,39692,43384,49847,48870,44025,31584,45107,53650,41268,36099,44231,46266,36937,38185,33037,47139,52641,53328,49714,35588,48420,36437,38617,42125,34259,37234,46498,34356,31750,31750,51372,40448,40760,52132,43989,30280,41281,38669,40004,48612,37503,47599,34109,36262,43472,36706,29808,37530,52800,49103,42793,41287,30757,41203,33070,39419,43543,31595,41088,38622,35035,38261,35371,33203,31279,32385,51603,51528,47968,52048,37913,46200,53220,36783,32924,38866,53036,34629,43912,42008,49742,39439,38818,50431,41321,31665,32067,42354,37749,44030,34342,49782,43315,46103,39318,52111,29788,38066,40416,34145,47417,33971,30990,37496,32983,50879,33973,46759,48162,30992,49460,50282,36983,46549,45732,45758,41351,53715,29956,47361,49114,47996,47825,51122,31985,33638,40725,39988,30775,34400,37804,45212,30526,35442,35342,41365,51260,51338,34666,33915,42681,39668,48815,31062,32960,51631,41373,41165,45614,42600,37803,49445,44141,34182,41375,49266,39438,49440,39637,47145,52837,52837,39041,32177,50524,50377,52773,46098,44185,41964,53246,46465,31869,44223,50495,41625,34080,30454,46833,33873,53093,41068,33221,30022,52551,42698,35204,32906,33172,33566,40492,50709,34610,36150,33529,48128,40729,33713,45580,49219,31849,53274,45939,38715,44365,53259,41409,49533,41574,30159,37875,32029,45481,44381,36518,52032,33133,39059,32495,48887,53670,52293,49618,31065,44330,44303,51264,41422,33478,51195,35727,36228,33011,45732,51274,49164,50748,52739,47868,51015,47855,47855,44751,41098,48363,45231,40769,50545,43969,47199,50233,34846,51584,34132,30973,48321,41439,39212,39212,42494,46548,38414,31804,39316,34457,41448,51085,35140,53249,46115,48960,38988,44582,33686,39102,50375,36505,31147,44785,46778,37091,33858,33858,36924,39963,52692,49007,53742,36551,49939,48571,50976,47652,41684,52290,47651,50325,43369,47690,35638,32368,48231,49448,38481,30643,47088,37183,44551,47088,36540,31890,39225,36593,44697,46634,44645,30074,50182,42589,44627,47332,48729,51780,44812,31843,42672,31026,43376,48139,36470,47731,52559,37205,34173,51534,42018,51793,36071,45460,47476,49916,33638,48442,33124,34790,42429,48235,41512,33477,39631,32164,47547,52561,42937,35326,31288,41520,52355,33885,41521,43155,42030,36887,45514,35047,53687,32731,46197,36128,53366,47729,34738,51515,47045,39843,53580,52852,39804,31102,48463,30592,43483,34986,44279,33894,35168,42742,35584,43056,43944,52583,37871,48313,41372,37671,40814,30493,36526,44478,33537,39948,46037,37032,40563,51619,53321,47941,30980,41153,41551,44319,44319,45392,30183,29761,47706,32240,49741,40130,42894,53030,38615,36921,47145,49912,30800,40827,50730,47805,41390,48688,37387,51555,41073,51348,35012,41566,52371,43910,36329,33703,39195,30034,36185,31442,31680,35372,30914,41572,30438,37426,35153,37821,48951,30678,49765,52204,41586,45947,48866,52608,46162,45975,38003,41186,41490,53661,32500,53335,50786,52739,52303,49584,33013,41071,52437,34518,53245,53440,49011,52521,43524,43216,53347,49808,33083,37373,51217,51304,41612,30971,34193,52586,40631,37493,50123,51813,41738,48404,49067,51649,42736,51808,35194,41623,52622,50640,49855,45226,30826,46145,30888,30888,49779,32381,32381,53443,31956,44502,35222,45262,30015,43372,33939,36089,47013,35705,45311,38798,35531,41724,47373,48250,52186,30002,41648,35920,45137,31639,35712,52473,34592,42274,51311,41482,41658,40545,31630,42553,31844,33266,47166,43877,43297,45660,38288,32246,52488,52488,32468,40099,41429,37548,41669,51562,48921,35206,53968,31153,31153,33679,41676,52844,34973,39895,39473,49005,38818,46976,41685,41688,46101,35336,51888,38982,51700,45083,44923,41691,45015,41692,41694,46453,31865,45902,47885,30499,53535,30530,43331,53263,51071,46528,41702,50842,47562,51862,41705,40298,48773,42623,43501,46082,48666,36483,36796,42328,33382,44476,40928,35748,40526,51055,31118,46175,51611,29941,53596,41723,33132,33768,44890,44672,47710,35925,41608,31519,43503,41351,48587,52796,52796,32698,37863,51852,44992,45253,41581,38397,32454,31396,36668,41289,37744,40046,29748,37678,32101,43504,43524,43524,33386,41740,44762,32213,46546,30313,36761,41746,50519,45682,41747,50907,40322,48843,34104,40534,40529,42942,44081,41753,37358,43417,37202,40817,33782,41271,30259,48092,52461,46378,34896,43053,51761,52286,41673,52730,52335,50455,35225,35055,34198,48235,41773,53608,44695,34315,38310,37830,37920,33813,53657,37616,41765,51861,34398,43004,40163,34434,53508,31590,37859,37859,45895,45932,38399,51204,29972,47185,49842,31676,31846,36241,39791,41791,45505,52817,41015,35053,36808,53028,34496,41662,53609,31197,34091,34091,40208,30088,46343,40314,46416,46398,42940,52331,31460,34144,40235,29971,51790,38695,37425,47565,41805,53567,51083,31388,38316,41860,44216,49606,37525,44832,44442,30862,32696,46741,43140,46462,36666,32572,43705,39857,37338,33418,41522,35854,47196,45972,48130,34092,30633,50168,33797,40582,36244,33242,53096,52650,45655,45655,53565,49696,37922,35214,36742,36650,30058,43142,52133,50664,42170,32033,52212,29789,47995,32650,37023,41843,48785,32480,51209,41847,39220,53811,53847,43958,43958,37426,51547,52279,49366,38332,47727,36285,41300,49753,52873,45252,33497,32303,41393,32736,30383,44188,37854,39374,38628,50303,42818,41866,38151,50394,38151,48100,46383,52892,40096,46383,38115,39332,41917,49826,44635,33384,33384,45787,32156,39801,51645,32327,50380,35721,33503,41873,50569,36443,30160,47653,46507,41605,33614,47343,35692,40940,30849,41890,43759,49737,30929,30638,38855,40973,33726,44015,43235,39441,52416,47154,47168,41067,35320,39827,38174,47801,47444,36640,42974,53402,41560,37354,50212,52732,36723,43987,53331,31674,32747,45666,32144,43806,31225,40368,52805,52000,40575,37030,30508,33298,48514,47681,39795,34422,51319,35934,36391,51725,53302,47245,32418,39248,48952,51345,44912,30847,50102,40357,36300,30479,35971,41930,42870,42871,40083,49418,34129,46626,32698,35629,39797,41669,53504,49117,42542,44306,38963,48972,41944,34035,50432,41947,37504,37504,52445,41949,30853,52166,42350,36763,46916,52098,48058,48264,30599,39626,41959,51959,47305,44384,47285,32781,33814,33552,41114,37193,30555,43126,32482,53648,40381,31616,36673,36532,39105,46414,51492,41252,35841,31370,37176,32636,43451,51484,50573,48086,53586,44896,47047,42371,48647,29896,53017,48820,32523,53480,53480,47581,46205,30737,46538,43100,34860,45745,34065,30422,30717,53600,40345,44854,33808,36738,31622,52411,48407,40488,45439,50310,45943,38471,47029,40146,29931,35835,42430,48883,32221,42744,36809,51992,39744,51153,40813,34060,44760,52440,38164,35611,47631,42011,37875,41986,42012,31761,48934,36996,30606,51945,48281,42018,43723,35272,47628,34654,37946,37981,47537,50319,37422,49122,32792,37758,40339,30050,48653,33183,35537,40835,41209,41209,36113,48337,42029,38560,48077,50297,34631,48279,47804,38326,38679,46592,51695,40738,46382,42031,35522,40034,30898,53676,30767,41071,45527,52470,41449,34871,53567,30159,37915,47439,47439,51552,42050,41079,33011,37690,36850,42782,32008,52703,43226,36827,35343,43416,48403,44542,40206,40206,42059,51439,47320,31954,33774,42061,41557,32046,49926,40001,43911,52466,43081,50630,50827,50632,34577,47167,42182,36619,51149,48648,46580,35536,45007,49100,52251,36766,33723,30863,42068,53275,30599,53367,47575,50401,35494,42642,38511,35535,33585,48369,30920,49731,43323,32318,43589,38851,43095,39960,52054,43507,39247,53445,42036,42091,34506,39402,29874,51165,30844,53361,52568,45108,53419,30610,32483,37052,38722,40224,34454,52857,47122,47122,43966,34160,47244,44726,34372,36694,47553,38364,51478,49023,53123,44665,44665,38197,42114,41392,47111,40910,48071,41734,42116,32306,32502,31853,52640,42075,48542,51421,36843,33583,36795,49079,46562,50685,42124,47007,53184,48269,37565,51277,37565,49197,52676,48371,36487,39987,35874,48356,33220,48313,42131,30240,40442,33379,40101,36425,46163,52891,48035,54023,37504,39328,40278,39040,49221,49221,51969,51969,33670,49882,31854,46919,33591,52925,29962,30780,39848,32873,31332,32810,36067,42155,50989,44874,47405,44632,46252,38981,30162,46578,39024,50869,42157,43103,49049,46976,47958,34733,30763,39926,42340,43520,34618,51079,51252,40842,41278,42240,40018,40020,33490,44571,36750,42168,41188,49059,39642,46436,36663,31464,34479,34377,45653,46756,32670,42174,50321,36040,44140,39940,45397,33621,41607,42184,50402,32637,31633,31633,37364,36684,44538,33175,36471,36447,30460,35495,48922,34183,34357,42207,44271,40507,30806,42210,42211,51441,44933,50949,49419,44183,33409,46653,40756,36101,40504,52023,33541,29781,40005,51298,53110,42298,33006,34976,31308,41391,50468,35147,37893,39484,32392,40173,39623,44311,33118,43045,30523,35118,48062,49543,53258,31133,50525,40743,38632,44714,42249,43534,32155,35336,36934,44881,36335,38264,37944,53065,36335,47308,52100,31719,29913,46234,36112,53180,32020,32020,46469,48352,50069,50963,35010,48306,49690,30203,32109,51025,43590,37940,53535,45533,53092,37319,42268,37760,47892,47892,43926,50774,50774,42069,42277,43171,46313,33157,42279,48332,29786,30398,53372,41855,41855,30152,32997,31594,43331,50980,32302,52069,30047,38698,53539,44249,46917,34874,49594,44652,41641,34424,41335,33922,43497,35905,51702,42310,47992,42313,45527,32563,41484,41041,45065,45241,49075,50948,42051,50050,49885,50266,36418,46704,42325,34398,34398,41003,33301,37588,47017,36982,31223,39046,49819,53159,37646,49561,44953,39226,31817,42338,47977,40606,35820,45168,37260,42343,31631,34275,41638,41638,37853,42348,36529,51139,38993,46571,30815,41997,43992,52969,52969,51892,46208,41235,47253,35915,38865,34196,49981,31182,31182,35880,48358,37197,50511,35062,49910,52103,50659,36393,41424,48952,44749,47733,52418,35347,47448,36146,38198,42391,45290,31981,36246,47551,35683,50162,30647,46095,42393,53667,36443,51860,43698,47278,45256,38972,42462,42462,48611,47068,45828,45828,29937,50154,35039,49398,41323,42407,42412,48118,47875,41573,53078,31127,29842,46194,31679,39854,46752,38580,53227,39120,52985,36085,53177,31923,53468,50235,39502,53627,36352,33745,42427,31577,37632,37564,43080,43888,39475,34650,52106,37649,36107,53542,42442,42444,42444,42445,46556,40238,39085,44641,50914,49444,53505,34073,42449,46016,53588,34534,31472,40305,47612,51054,37442,45198,45541,44494,45976,44798,42462,50885,42537,39959,36057,42467,45765,42997,38464,46723,47078,48707,34844,31928,52305,42477,44561,39367,44422,30199,34188,40405,40127,43719,30949,47351,47219,45661,42482,45018,36953,47323,51423,30132,51300,41465,38462,49546,34644,44057,42498,46680,36976,42988,47739,53369,34344,38250,33607,40001,50921,45792,42499,30596,35358,49458,44755,40662,43965,50637,47674,42439,33299,33282,51958,44141,42509,42510,30233,31569,35479,41243,40652,44541,44541,48943,31560,50782,47719,42241,30163,40171,42527,43592,47986,47986,37531,50612,46293,43245,42534,42532,48887,34152,43582,29746,39712,47255,42313,34795,43900,34237,31265,53692,32121,47661,52481,30401,42544,44036,40470,35300,42547,52993,50064,42550,42552,41011,53168,53599,32600,38691,38844,32868,33405,38786,53146,42558,51183,36399,50166,49896,50004,35586,44713,49447,45476,38973,41432,49790,32511,44355,53449,53449,39037,42964,32428,47368,42578,53231,47598,52529,39724,32552,51190,47178,43007,51190,53043,52861,39309,51560,32669,31174,31174,38803,39140,47061,37332,50224,52915,46827,42592,37600,32327,35697,51971,40946,35969,38684,33195,52205,45490,32588,37508,37508,46790,30284,53352,46663,52376,35887,35650,51938,38695,47534,31288,45548,48065,49352,44708,37723,42617,41753,45714,32317,52885,45089,42625,41223,39353,42628,32663,38625,36333,41152,43630,49440,32038,30978,34353,40241,47754,31539,37917,42638,33401,47967,39684,33658,33658,53606,52695,35838,52646,50641,40097,37558,49576,38377,47993,36985,40197,33952,46746,53193,53278,35854,53777,38789,40877,40430,38996,42665,37891,35842,53128,48043,49955,44506,50992,31912,42717,33651,46920,31798,41307,51656,51656,48839,48839,52760,48163,42678,52386,42680,52967,46361,31908,31728,52998,37545,37545,37977,41909,37238,31091,33584,42735,50391,36743,46933,38157,44934,52463,44406,37035,50473,37558,51671,42634,37822,43790,34592,44605,44141,42696,31542,31090,42699,35055,32148,51027,51213,34612,40299,39782,50105,37786,30285,40141,42709,30971,30345,43178,40197,42710,42711,35888,43107,45833,34101,45262,44361,36996,45693,50553,49643,49166,51108,48414,47866,38618,33830,33946,33644,42726,46575,33373,45509,40801,53414,42468,42729,35010,33785,46067,48090,40029,50553,47302,40014,47982,42737,45104,51965,34263,32848,39278,50912,42739,32309,53298,47506,33455,52316,33313,41806,46955,39789,34063,42752,47925,47925,52532,36954,32621,53092,42604,35963,44487,45152,53497,38361,53991,37447,42761,53444,48957,34441,50938,39918,41290,53025,45314,49474,47400,51901,32950,46245,39859,34173,32789,42664,38013,31292,36360,46958,41679,46263,33560,41793,36835,49765,48256,33422,41196,41195,34525,42007,46391,51914,39216,41427,43212,48856,53765,52555,48205,42082,34878,34914,34251,33192,31465,31465,38201,43954,47064,34172,37019,38216,42792,48692,30883,30091,32474,51221,31875,42613,41245,38048,40088,37229,51877,35845,49750,32438,47493,53143,35993,40948,31697,46191,31390,35421,42342,45908,44366,34239,32260,35683,53306,39267,37993,30929,52618,41063,51856,50775,42820,30238,53205,44342,49374,53204,45659,49456,45064,32275,32275,37818,41074,49204,38001,49875,38524,42737,36889,36205,36047,34888,36636,37130,49726,46130,42830,53745,37869,36087,39823,41954,52236,34741,30044,48157,34205,42833,31808,50227,50227,52614,31304,52849,29884,29884,35040,43997,30273,45429,33841,51450,52019,53642,39370,41664,38418,38419,33380,40738,43773,32932,42854,30042,51715,33721,34743,38892,33575,30380,39970,42868,33310,51125,30483,30483,40032,42872,36993,34440,31862,48009,33734,36195,43215,44810,47586,47908,38384,39658,42886,33497,39530,41744,48709,36974,45269,32067,51360,41912,52118,43629,37216,46356,52598,50771,32697,32697,31952,52807,46359,48851,52888,44005,42903,52189,48096,32964,47416,45476,33308,32963,42055,35986,44822,53478,51319,30745,38128,31273,41215,35407,42916,36941,33784,40707,51245,44715,52613,45363,50649,42924,48056,45919,31390,51916,33020,46966,45161,53111,45681,43440,43770,32596,50982,52665,40103,42551,50309,49698,36183,49528,35720,51269,53379,50851,47594,51641,48914,42467,45116,31681,34421,52108,36879,35395,45261,42950,31628,36084,48601,34933,42957,42959,52856,39524,46082,35515,31354,32739,31169,47003,42969,42685,43887,39135,44504,33199,47752,41874,53862,49604,46863,40204,46805,40696,36875,42300,37556,47711,41920,38356,42990,32248,53666,49930,30447,53864,40478,46014,48612,31422,44942,47049,35924,49207,51935,49143,37867,45735,51395,49609,48420,47004,34470,50304,30844,31374,47780,43812,43812,35146,43020,41131,47534,47532,46508,35701,30441,43892,31113,43486,30684,42014,50100,50100,51277,46755,48978,53045,42261,46534,44017,34282,49137,47186,52649,51344,50836,52793,40661,30370,52071,52455,30631,45789,33455,30276,37144,48706,37925,47489,32448,46795,40573,41412,44843,35886,47747,46911,52072,30040,29886,51436,37617,30311,30416,42899,31016,34515,53207,49483,32452,35511,41954,47228,51986,30016,44910,31704,39636,35741,53214,44438,48775,45811,31220,53648,36110,40803,51896,51896,48889,40648,40037,51376,53144,35480,35400,34623,44672,32199,42347,43560,53346,42678,29933,49435,33198,50807,38090,40195,48161,49139,41077,35267,38068,33665,32144,30036,50633,47889,38991,43101,37479,37761,42819,48762,43106,53088,34478,35638,35638,53489,41876,53027,39170,40566,47043,36506,43498,34312,50502,35286,47162,38749,35975,30802,39060,33299,30211,31400,40797,36746,36746,47009,35582,48985,33417,39719,43199,47602,47602,42231,43134,36336,31515,52401,39562,37026,48307,50809,37914,31411,32196,35885,52357,43153,40077,36670,50292,51016,34140,51016,32080,30181,37464,48960,49319,40977,35973,32051,38289,34852,35297,53289,47190,38151,43171,43169,34895,30785,48598,32652,52781,48832,46659,40900,36500,42206,46745,49333,36888,36924,51679,33028,39646,41360,49479,35430,34228,43193,44908,42851,31094,46602,52372,43199,31544,38872,40511,42850,46765,53387,36396,45870,50175,41908,48427,38814,44617,42501,51898,48610,35873,53006,42428,35220,43215,34926,32447,33329,51964,52569,30830,35856,43222,31799,38767,33962,32309,30738,35696,47821,37050,30525,31093,52705,30287,53228,29803,43237,42630,31007,31606,43241,43243,33118,35324,38525,43249,37564,52335,51358,44619,43252,43254,52516,40286,37811,45666,43126,32651,35488,52782,43870,44280,41430,43271,44022,36367,49144,36590,47437,35469,45944,41803,38202,46123,39880,35439,36677,30138,36471,40745,48286,31263,52486,46568,45863,30030,37031,34406,51660,30222,43293,42506,39037,52298,53002,30266,43534,44046,50339,51664,44066,53351,36198,33880,34357,45139,50594,43302,35435,36842,39013,43305,44671,36475,48783,46352,40800,52761,30001,32041,46587,51938,33966,33966,33801,34368,33068,43319,34727,32855,38638,43065,34407,39094,33519,47399,41246,35959,34587,43326,38592,36639,36123,43320,53088,38559,32479,32835,48969,50701,43560,51960,49470,51941,32398,37900,51168,51521,36194,43816,36981,51185,48283,45676,35428,48209,30283,49652,43413,52383,49241,46440,46008,31447,52632,47345,44357,44180,51968,51996,30695,51688,33508,40991,29960,46277,32169,33068,48191,48191,37540,52643,40273,50677,46507,39015,43374,49474,43374,35759,42985,45058,29934,29813,43381,36820,32951,32951,30267,32722,43912,45687,50269,49411,30318,48398,42299,33108,40392,31226,44951,30458,40082,48326,50951,38956,37166,51476,32172,49519,41102,43396,30785,38397,40762,34215,51162,48717,49705,43404,37634,44201,30927,49110,43408,50298,43410,48817,51970,41224,30750,31047,35406,35532,39633,29982,51476,38357,43903,34913,47740,49692,45718,44399,52888,42400,47111,47467,48749,42252,50825,43420,31753,52750,36751,41594,47502,36941,45272,49857,31958,35451,43425,33574,31146,46155,37494,34024,48931,39271,36044,33715,35748,50351,47328,43439,38466,31607,33910,42716,33785,31261,30086,50581,47509,44894,50487,33085,31047,42631,39941,33684,45457,29889,43034,35710,30801,37060,51223,39704,43465,46439,33450,44654,40535,40648,43468,46789,44637,30113,40176,47246,50398,32071,50354,38178,49295,31691,42151,47914,43350,49958,38944,43483,30749,39557,50722,52310,37005,51590,48615,47996,49088,30602,47062,43486,51783,42022,49508,40411,30365,52532,36081,50411,42500,46934,48357,30162,50679,31867,43498,41516,53189,49922,45116,35650,41620,36885,50563,35275,33027,48556,48386,38017,52820,43509,37889,48933,52126,39790,32514,53042,51434,43558,40096,41061,37366,50167,51420,45065,53453,49360,30157,33622,43527,41689,30565,39342,39342,42788,32227,38829,50168,43540,42509,30494,41301,40853,46349,32260,31988,48066,50646,35578,32955,43318,39219,36158,40115,33712,51845,35681,33785,48715,36928,32176,48764,50385,41817,43572,42299,49639,44357,52284,38123,45691,37437,39433,42235,34859,37007,53752,43585,53343,45769,42896,37773,31160,42993,46483,48329,43532,40079,46587,35773,44948,35773,48069,36670,50265,43258,43078,45440,34901,30383,38173,43605,38766,31740,40900,35109,51008,48816,40348,33893,52905,40282,49153,42037,44925,42920,50098,48461,46850,41136,53544,36099,43627,38839,46716,34165,48188,48186,47502,45926,40041,51558,47256,38386,40451,46882,51302,40451,37499,53494,53274,53731,48850,31137,31137,36926,34359,43641,43642,49176,32840,46358,48621,38740,48662,38949,42333,31059,48096,34863,38958,50956,31222,53477,34258,33762,42006,38569,35162,37026,39721,43657,43659,38272,41161,37294,43663,41155,36477,47057,46169,51639,32667,30551,48416,37232,32065,41104,48387,37058,44978,46693,34837,42403,34837,48614,43672,48269,38921,36978,43425,37485,52345,38363,49427,48428,29980,46290,47287,43678,49821,44447,37542,44055,31941,51865,41636,52565,30080,32126,37047,29943,43574,42377,49764,32895,39280,50138,45998,37513,51345,40748,49234,44567,34536,32322,36702,35896,38797,48247,36026,31737,53316,51628,34189,39384,32933,52875,43709,48612,45042,47699,34997,43141,39276,53115,40695,50465,51157,36689,31648,53636,53636,50290,32620,46445,45437,43261,43194,30954,50357,34404,50921,48978,53479,41564,43730,53348,42046,43087,49572,38126,46165,43204,43204,45846,45846,43739,43273,43741,37242,34141,45051,48300,43747,36680,47215,51798,49484,33112,53221,52908,35985,40720,40660,40660,49408,35053,49762,51203,42776,46881,41226,46881,32232,30849,50260,36788,47904,35331,39457,38170,43761,35737,43329,40882,42755,35255,48299,31492,53223,48694,31755,46610,43302,34920,36727,48862,50613,45769,48533,39339,43347,45803,42122,36182,35415,35415,52436,39207,49288,43238,51572,40661,52430,30802,44145,49393,31533,30509,38816,34479,32391,41358,51025,32087,43794,40174,51453,47637,51087,51087,49393,49393,36750,40566,41236,41236,39367,46728,37767,45883,31022,40351,35142,45718,45718,49591,41851,51553,52065,36678,41108,43814,43528,30630,50563,30425,30425,52407,31842,43820,37163,43824,31545,39175,37114,43996,31938,43834,49677,45973,43837,48494,53529,41604,39774,43841,37814,33694,42563,49964,45818,46246,36542,53470,45634,46386,40424,39866,43849,51326,51539,50280,30998,33554,34858,43855,31267,42022,42230,51185,48903,36563,53184,51092,51801,41637,52910,44952,48212,45924,35493,38987,47528,43864,43222,40610,48511,41349,31240,52287,47042,30422,39639,30584,53544,49953,31394,43431,41394,38120,46426,40343,31022,31022,46638,46111,37762,51496,38025,49220,48806,33360,31007,51266,53020,42739,35415,47756,47491,47197,31465,43377,30678,40602,46346,34274,52791,35183,38323,38380,37778,53616,52625,49614,33860,39665,43905,49659,46338,49322,41022,38724,46811,40798,30921,30484,31856,36119,31956,46989,42582,35193,31062,39504,49662,50110,43924,31742,41121,36835,35487,30797,34683,37740,49039,44515,53576,31720,48285,52870,42599,49816,34058,52633,38441,33244,53165,33398,48051,49620,51169,52451,43955,42184,53153,47652,52058,43966,31187,45483,41393,42567,38310,38310,34488,30740,42939,50105,36672,39588,35980,31949,43976,37667,38066,31612,30772,46040,50211,52551,36293,39828,47918,33593,36848,37449,46504,36994,33089,32356,53743,49212,36886,38724,50332,38072,39727,52298,49155,52942,48916,45377,30938,38960,33408,38463,38463,36833,45438,39139,40248,46490,40329,50197,50168,50972,46935,48557,39127,42223,37747,33658,30112,44003,49363,37887,43182,35035,34991,29787,31812,51377,48619,47171,53625,31416,40409,41582,35416,48401,35706,50625,38657,40593,49011,30555,53854,32782,33073,49215,50551,32028,44402,32913,42532,34038,44976,45009,46982,33569,47014,51065,40161,38104,49645,36799,44295,30342,34182,39787,43255,46603,41919,33881,46298,48743,51528,36568,34852,42257,31854,33544,43811,47671,33175,47714,50321,30192,44383,44043,30417,51197,39179,33921,36247,43726,49692,39399,34305,48958,43714,43107,31297,42026,33471,44048,36080,34667,31372,41928,43241,33274,51557,33710,52149,49330,50476,45880,43595,44236,38234,44057,30913,53230,51621,33946,51573,52525,53292,31394,33755,31586,34839,44066,44825,42339,40566,47448,48183,34416,52483,32030,43422,51716,50672,48808,51395,44713,40934,36772,44086,52908,32615,37518,37730,45733,37702,38515,35887,30527,53307,52045,38106,31272,50710,31272,36616,31109,40734,35679,38869,44109,40915,40271,38411,53248,44486,33637,38676,31707,47915,40291,40818,41193,29908,38912,47198,42813,53408,33815,53866,39007,35724,44488,31575,34174,34174,31835,36343,41446,41446,53100,40368,35718,49139,38784,41762,36705,49126,44129,43597,40168,40168,53125,46901,40855,41770,47300,51161,47307,44759,44139,47537,40365,46638,36190,36307,34215,44887,36653,42286,33980,51226,37907,50497,52179,45868,36916,32770,34774,30137,44150,38767,43629,50252,41667,31857,46151,45072,53913,41381,52049,37871,38664,48566,30627,38863,37055,44994,44163,40461,37154,32199,53192,38377,34865,44309,39551,31116,43304,40823,47756,37352,40343,37114,30930,37920,38225,52162,44179,35789,40872,39769,39769,31739,35171,50049,38878,47592,43624,48001,46360,52440,36033,49607,33917,47137,51999,32429,35774,42866,40895,38581,53690,38467,50251,50538,50185,44490,42424,43146,37184,43774,30181,33338,47879,52666,46144,35437,38943,33260,33787,44223,44224,35608,32993,50538,51732,42128,49523,40239,37572,52208,47087,29952,41130,30482,52926,39264,41615,38575,33310,45305,30049,37142,37236,37236,30998,38802,40989,49020,49654,38233,41480,32622,43956,47086,30211,44254,42630,50957,45925,35248,31567,48167,30329,32543,42268,47557,50423,47362,47362,51283,44260,41590,31411,46600,44264,34051,33684,44266,34139,34139,35747,37584,33291,42365,52490,34479,38659,46385,40950,37519,30689,30664,52618,52375,49546,40469,32497,42711,44288,48336,44291,43319,35626,38420,51208,36103,44301,44301,30320,47272,36174,38535,38121,35675,36276,52056,47686,53609,34469,45567,53223,38806,44005,47633,42915,48041,52343,37985,48703,48703,42516,42075,48263,32186,41838,34470,43477,47712,49013,35647,35647,48832,46503,35247,32253,33337,51958,30953,34974,35769,44333,38646,37078,45136,39436,52642,42324,45970,33330,32345,45229,40689,43096,30240,53525,38307,53706,39901,41016,44352,44549,49539,31431,42276,38977,46284,53105,53105,31987,32986,39708,42632,39989,37686,51601,39617,36613,52616,52370,46065,31488,44365,37191,29824,37634,48787,33908,34179,39948,50209,39929,29749,44376,46324,30085,39458,44379,30977,44384,48851,30709,50278,37548,38154,31892,44921,50493,35901,51886,40543,30341,35905,35078,33060,33821,46677,36491,36369,36369,39732,34152,50537,44911,36218,50683,37910,34934,38110,38864,30065,44410,38249,45588,42151,43175,38492,44882,33520,45062,51448,34815,49366,51658,53658,35891,29826,53263,42579,50754,53042,38924,44426,51931,36391,47369,44609,43736,42487,32648,44429,35721,51486,31120,37531,46902,53269,44430,44431,32658,44433,33882,45702,39638,42184,40709,52071,33567,47944,50533,29906,40850,44443,46346,37825,31863,43750,29897,53288,46322,44450,45145,44452,32639,53261,44456,39344,37015,37917,40790,42329,38833,47001,34646,29953,53330,40772,30020,52467,36885,41363,36091,36091,35918,44471,53062,44471,46252,50838,48818,53258,44005,46377,33270,47145,30964,44337,42848,34345,34581,43018,34143,51313,51150,44753,36059,51881,43996,53327,30573,38326,44493,43311,47922,45561,44494,38114,46655,49377,39070,39947,43096,33481,33481,46900,45378,45378,44501,44176,30831,40337,32110,51084,44505,35002,33984,42532,44755,44512,37049,52787,51164,51109,48076,39055,30799,40572,51778,44369,40897,40897,44519,44522,49909,51150,46029,50513,41925,34081,30824,44525,45739,43806,43946,44528,44182,50444,48679,45920,31412,46172,42645,36316,49429,53426,36955,30659,32166,50262,45703,35590,52746,33481,39011,47725,40320,45014,32251,36882,40381,33497,50942,31079,34891,36595,40176,49910,37748,37748,51107,45968,52381,53292,40834,47653,44398,47000,35694,44583,36205,41415,50089,31936,31936,41111,43805,53605,53605,44049,31171,34706,53617,30081,48791,31859,44595,42860,37827,32061,40997,41340,33967,44604,49680,44605,30718,32614,49543,49543,31082,30543,53336,32725,31868,38847,36068,52225,29901,50834,51359,29810,35652,31039,51551,44622,40362,33089,47311,51534,37833,30316,52284,48673,46047,50125,31075,45292,51701,33318,35349,52630,32171,53400,31099,29968,38963,47026,29794,45876,39883,40306,33412,40068,50010,43691,47818,37232,37130,42821,49879,44129,32263,38837,53955,29763,32655,35329,30089,38974,30579,49826,43031,47648,39003,38595,51564,46070,51256,36042,30940,49779,34634,49744,50725,41843,44658,44380,37304,53184,52830,47781,36142,33005,41113,43031,38874,34772,49862,44669,36898,34492,40197,40660,39546,32369,44678,31158,40607,50607,35615,38798,47192,37197,37655,48711,50063,37247,38138,44400,53744,37067,43852,43416,53546,44079,47853,50763,46034,38774,51357,47211,38674,43098,44698,34959,34457,38149,42940,50153,38425,45679,40319,32991,36179,44702,48647,32466,32465,33215,38262,45659,45372,31943,47946,45534,51987,35525,44708,39270,38878,50879,41965,41648,38831,38803,47567,38035,51820,48657,45960,38655,39480,39481,47231,44136,44877,34258,51774,44722,32493,34661,39431,40497,52380,43694,31420,51218,48090,34568,52810,38901,38901,32189,41370,45421,48531,40419,53572,52532,45286,40652,46185,34086,50529,30778,43480,44889,45227,43826,45356,35580,45010,50959,48511,32347,33614,42350,45483,52351,34642,45161,32541,32541,32799,43496,49106,49106,31196,33976,34865,32141,32279,52087,41073,31867,30037,34113,31712,35480,53065,50017,33223,48843,36221,31327,42336,49153,44775,51301,52187,37831,53516,52932,30219,30961,44784,34070,37927,47510,39815,37957,33913,41529,37362,29838,35530,46006,30746,48259,44810,47071,50634,50609,41441,47325,45922,30172,36687,49482,49482,30590,41528,36013,47715,32048,47498,52159,47381,38149,35778,42361,33528,32869,31269,31483,30348,42740,46504,53353,40063,35332,52160,33148,47030,50013,40330,31379,37151,39165,34318,44465,41918,46768,42523,51268,43625,44128,47857,50127,35302,50299,50298,43522,50333,44918,42950,47064,47724,43803,53086,29992,33612,35620,40438,32153,46518,44861,53696,45576,44864,38414,31982,38339,38688,32482,49843,44868,29936,53374,47464,49264,49544,34349,40737,40737,36274,48903,37186,52786,33484,44880,51486,52058,36536,48892,48892,44884,40583,53370,30880,44693,45327,50568,30960,33050,37514,42786,40873,32830,32423,34597,44902,41871,40748,34979,45579,32262,30014,34697,47649,44917,42410,39482,45176,39530,32109,41041,49901,42693,29830,51470,48597,51645,51645,42515,42515,44625,31801,35392,32335,38020,50043,44930,38544,37357,36951,43567,43567,45963,51622,53169,46381,36999,40516,36880,37830,37830,50367,44044,53146,47486,34072,44803,30209,30160,36644,52708,39246,44427,48317,38009,33705,33459,32903,42004,51069,44159,48652,49756,36874,44959,46506,33996,45198,39268,50675,50449,30189,44963,44964,41069,40107,44970,47696,49762,49848,52222,46442,49971,47682,42080,41777,52277,52418,44987,32248,37489,41707,34868,46717,44693,43757,38290,38927,52699,52665,53075,51994,36285,44998,34558,30234,40201,40917,45001,47586,45004,38164,41606,31390,47435,47639,45008,34373,47822,44176,46722,33165,49788,38354,38020,51122,33367,50415,52345,43735,40539,49185,29781,43195,45024,45025,41840,44731,46177,40063,51493,47091,33400,47967,52341,40312,39464,45039,53617,48143,31968,39280,44580,42053,42053,47352,32205,31861,41470,41846,43165,30447,44088,38736,52506,30652,40378,39401,50399,42581,37721,48164,37600,49150,38297,39955,36338,36338,48612,37104,53317,32545,43181,41114,48823,51599,30863,46342,42244,32493,31235,40818,40086,46182,43297,39629,37296,53718,33159,34022,50525,49529,39230,44534,42129,32326,32155,51041,52457,45078,36153,48995,50067,40137,46649,45361,43818,37785,36767,50185,51901,39309,32547,30121,39364,38998,38998,33999,42308,46843,31797,36666,46948,29991,46948,51119,45095,37567,33903,48946,32471,31732,31501,31501,33883,36418,32001,42994,44959,41878,45143,38052,43939,51143,53274,44227,31275,45117,31762,45120,41977,49927,31348,43704,44929,33728,51249,43141,50808,53150,51432,35583,31678,48266,30225,43290,33478,40143,36540,48926,47622,39368,36928,36187,46916,42310,31083,44047,44501,47447,34834,39812,39812,45142,30553,52579,50019,32706,32327,34305,46186,41388,45758,40632,33576,39796,45154,49373,40941,42469,45158,45158,41523,32645,38353,41355,30142,52278,33351,39100,50070,48063,50904,34310,40200,52814,33049,42240,45170,40743,34825,34825,41525,32577,50331,39748,33561,45178,44747,45182,41607,34043,43779,45184,48169,44079,48335,53520,45187,38103,50627,32012,45497,41471,52692,47953,38962,50697,46328,45194,38933,29979,51272,46114,45198,41342,40971,52586,39037,45206,50085,39007,34298,33043,51767,34113,39787,48764,52985,43142,41841,41841,41265,45313,41156,45217,38602,49855,36669,37156,50892,39220,32871,33951,45223,45223,46561,44064,52225,49015,48951,32467,38610,39453,31545,38433,47777,35826,50189,30672,53662,41208,37014,52404,45234,49821,53172,50988,37721,45240,45241,46551,47988,35470,46660,51132,39667,35616,37922,46870,44370,35076,49934,32094,52586,41549,34280,49761,43820,45374,45110,46185,37999,43686,37649,51408,51110,44689,37373,49106,43417,48708,40683,45297,31972,36661,53755,45930,43721,43343,34252,45419,51166,37586,39304,49679,42764,31937,42081,46793,35703,41987,34283,44383,49330,47702,36601,47122,37433,40761,40579,46207,50716,48131,34058,45293,31825,44502,39428,30755,46899,33796,45847,52278,44899,39450,45301,45526,45688,52794,45303,43050,43603,38925,47381,42340,32632,41493,43807,50637,50081,37900,36807,31155,35705,45311,45312,45313,52924,50849,50083,41090,50930,43284,52769,37639,52008,52847,32199,45326,45328,38566,45333,42205,50631,35723,37524,36591,33780,45105,37632,38341,49071,38491,41067,40316,45934,45915,48762,53702,50321,37514,37082,32879,38466,43869,49973,47850,36989,41553,41309,36739,52600,37028,44227,31841,45365,49983,41751,44041,45365,40132,47204,34751,51263,42564,48847,36836,31338,33103,48195,45385,38680,48253,37452,33149,34965,49332,47355,33833,34516,48239,30242,48695,45398,30614,38433,46669,43715,36742,39777,34942,48098,50760,37058,41488,36463,35101,32420,32420,45408,37380,39144,51939,45410,45410,53691,33289,30194,52142,44200,35570,30402,35664,35393,42045,51518,53520,43515,40232,52148,45929,41612,48829,38319,31904,45424,44870,42970,43994,44543,33195,51766,31998,33830,37231,33830,31026,41696,40136,32236,49802,43069,43069,36469,51500,35203,36121,42625,41771,53449,47954,38952,47679,31498,30847,42075,37363,47092,41086,52065,48748,30924,51118,38238,47159,49662,35849,46986,46026,40979,32965,49947,45455,38514,52100,50458,31129,30328,30085,47688,41195,53473,42931,48930,48279,51587,31244,34338,50987,33021,51692,32656,29996,45663,44951,45472,45563,37243,46954,49827,45529,51001,46094,46094,49271,42020,39606,44117,30415,31722,50456,33166,35066,37355,53283,50149,40838,43180,45672,45785,32007,43501,43501,33055,34135,48831,35374,41032,37223,34966,43892,39476,48695,38382,36780,40560,43645,52342,40491,47500,40218,35795,39768,41145,44080,45356,32727,45509,46411,51404,36242,49812,49788,31252,32179,47794,32950,39517,39320,33580,49616,51243,44255,46560,48191,39840,37833,43712,32732,37545,47326,39252,39252,33608,31852,34994,35410,38108,31788,34235,52851,42254,39578,39300,30928,39435,49123,52132,44807,51586,30480,45678,46631,41088,47199,49056,30554,36585,45556,45557,52908,45560,41772,47268,36627,51908,35712,38694,45570,53470,34861,36834,37141,52297,49984,39395,48788,45574,51678,33818,31171,44663,51745,31638,42092,41276,33882,37687,47820,45585,52537,45475,36272,31177,45948,46060,37153,46016,36450,45595,47048,38527,46331,43258,35207,51441,45725,45602,49311,42453,42284,49724,43181,43181,45614,49336,41834,43532,35435,31995,34701,42844,43662,48758,42394,33066,32098,47439,49969,43834,42948,37290,40849,32587,38969,32320,45637,53269,47979,36137,53648,48659,39801,42815,42478,48924,37065,32782,34751,47111,49123,42569,32143,37196,51731,47071,46690,29888,37876,46323,43979,34341,39198,52746,39340,46657,40938,45663,46617,36367,34468,38350,41687,36653,36919,35267,33885,50184,35390,40524,42109,35962,29935,45687,41674,38355,50764,37963,37754,53289,37691,40807,44962,52784,36636,35418,31533,42470,35791,34887,45694,36818,38371,45695,37789,38897,50738,51585,32952,39806,53554,41291,42933,31956,40425,34810,53405,51336,45561,38681,40085,48574,31494,31173,42173,42283,47592,31128,45709,45710,35846,35379,42840,43537,32621,31723,31151,45782,32284,29987,37082,40432,40885,47561,45719,47546,32967,49678,31716,47960,47927,51848,50125,36855,31680,45724,41125,35540,39170,34256,53537,45237,32854,47818,51251,34736,32842,52350,43786,38296,38723,34770,37975,45739,30246,51229,52147,52147,37304,37305,38596,36035,38591,41233,39947,43505,48720,49439,48357,40479,39196,32417,31334,40873,41333,40155,48648,51112,45471,32415,36795,40069,43607,50362,51298,39741,53320,48207,42505,36261,33731,30138,38312,51199,39396,30752,40881,47717,32500,45789,41824,36619,38635,45796,45800,48760,51540,34816,50837,31234,39385,34596,47030,30746,39574,31178,40238,45273,34269,49554,48816,42684,49749,45822,36923,40084,37479,46901,36433,50197,30470,45829,31932,50771,45829,41429,44744,35481,53558,30772,48128,45843,49852,53041,33437,33464,44363,37253,41788,31998,40574,34802,43630,40301,40630,39376,35456,52220,45856,42132,45859,39018,53057,49818,38398,51493,30029,45865,40298,36593,44348,47292,51508,46124,32215,45871,41673,46462,45919,32699,32699,40261,34537,46406,34507,29800,45886,34058,38678,33904,36773,53364,40341,34103,32935,43845,36500,29878,29878,39434,39102,40514,44396,39499,48819,38486,35494,38617,52964,53203,36364,48905,44371,49524,32180,31047,46914,45909,53868,44540,33944,45911,52155,32801,30641,34694,42336,51877,46582,46582,32214,32214,30433,32703,48023,36701,49016,44706,35501,45921,49784,47208,38516,34194,39984,41309,50443,42544,42633,44350,35405,34805,51205,39543,37868,32943,45942,42270,38650,38650,38091,32764,34460,40483,53588,33874,43195,32935,53359,36557,49552,51241,51671,45959,52659,43232,39611,50504,37369,43500,50417,45802,29977,41894,37869,47771,45969,39260,40565,30870,30870,40740,31222,45978,39790,36799,52482,49727,51422,37442,35589,38791,32589,40315,44955,45982,53285,35335,53159,45031,43263,41212,45989,47944,50633,34129,43544,37297,50624,43762,34440,34418,38215,51854,41524,32465,36550,40258,49423,43615,42569,49009,30705,40751,35747,46018,46019,42654,53177,29882,44702,46489,37764,48255,29817,46084,34958,32465,52141,50193,48491,39775,46038,45666,40452,46050,42766,32557,51411,46051,51636,37176,52796,37611,50622,48092,40805,42873,30710,32177,50519,46064,33826,36481,34009,51184,42787,41676,31558,37420,45750,39648,48500,43507,47107,36064,38047,30828,53582,38615,46890,51639,51312,47959,43312,47029,38072,50215,50350,51758,40711,50127,47209,41593,51635,44215,30610,49926,47625,32488,44342,52874,41287,37324,46444,33964,48345,38415,35395,43233,34817,41940,31991,51827,45500,47656,45215,36706,31512,31512,46126,50244,52851,36155,46131,31775,49690,39222,43349,33645,33884,43423,36347,51374,51576,49834,44105,34576,32544,37148,49204,53563,39966,51433,51433,39313,46147,43431,46148,45283,31075,32939,46152,41175,46152,33564,30071,30435,53012,39197,43504,46156,35855,45002,46724,49012,36164,53057,33318,40863,51523,39397,46163,35384,31426,50995,33418,47684,31618,48960,42104,35863,37960,30238,53257,36778,37254,31577,37736,30170,40332,51744,47723,43047,46176,41480,42351,45065,50836,47974,48485,46187,34768,31665,32749,40594,47033,45047,40282,39166,34296,40218,44862,50662,30376,36389,42103,41983,33174,49891,40952,33969,43262,36532,46251,46213,46082,42101,46063,37993,45987,32527,51693,43270,46227,49573,49455,45393,51427,48930,49054,48013,39779,46240,44828,34778,42618,41905,36717,40769,45511,47986,40228,52700,52579,46251,45334,37282,50325,46254,46255,53710,36250,47015,30327,36985,41730,46852,32088,45918,51274,36567,44977,52651,46931,46263,45506,40377,47793,51142,45599,45516,33074,32126,38926,37608,47891,47891,53615,50733,34208,34508,42975,36983,40784,52946,32970,51269,50719,30934,47250,41873,45643,43904,38891,38891,43271,48030,34335,34335,46298,42126,43473,49734,42100,34523,35036,46385,41194,36565,47938,37946,36229,48350,46307,36522,33933,35937,37923,30064,41049,40619,43758,43803,49653,31860,41705,45286,45286,31489,45876,35585,51552,50610,49554,50701,42535,42535,50252,53626,41647,31954,49359,49359,41534,36934,50982,39448,50568,50568,33693,49773,46349,47356,40061,29806,29806,37923,51519,47972,34487,46357,42407,35737,32252,52661,30430,50199,43450,30206,35131,49862,47434,52443,37711,31400,32903,39871,33188,30601,46385,39198,46542,37239,36883,29758,40515,49785,50887,46801,30858,34304,44666,44680,37966,33640,48152,44906,46403,42049,38381,44346,30699,42389,37004,50161,39021,42959,46902,46737,39593,53691,41203,46702,37286,45986,36548,35699,51219,37366,49428,51643,31927,45724,52186,46428,34521,46433,47810,46628,38258,38797,41040,51747,46179,51146,34454,31747,51331,38806,44728,31959,48142,45534,45760,30103,41670,30007,45300,34076,37947,52442,32575,36493,43928,32849,49962,48608,43417,46448,48976,53441,35746,37921,44177,53469,46303,44250,50683,45603,31918,33813,34605,50537,34219,44284,46476,52790,53150,50599,51722,44498,34127,33677,39367,47158,30517,40370,47775,31465,50648,53391,46488,42536,44709,49240,38785,40722,46493,47032,47032,33491,47195,46900,33596,45815,53324,53627,33610,42819,43830,29834,43381,47706,46502,53331,48364,34680,47290,33932,38689,34913,52086,40628,41341,33562,31557,48099,30838,40378,36770,49759,41499,30397,37361,53173,35104,53419,37932,31836,46536,37185,32985,40546,51434,47506,30809,52729,33971,34042,46544,31477,40997,32284,45019,34296,47646,49180,33019,37958,45141,49226,32518,41561,46566,46566,50719,39057,32555,30728,32641,45733,42120,49769,44073,38528,53109,40182,43148,52687,40631,50066,30780,42610,48753,33420,30744,47230,49151,48021,46371,30326,31415,47785,38858,38858,48666,37337,48019,43390,30271,46894,46894,51797,36693,31726,35386,38902,41097,52973,40173,50008,49902,41818,53384,36319,42769,50614,37840,40528,32279,33690,38631,37353,49589,49097,32976,50918,40284,30906,46351,46351,38229,48694,52684,46779,45591,50263,41537,41537,35473,38688,47764,30720,43247,51709,34274,46621,46626,33762,44915,31758,48439,50777,46635,34790,40081,34853,44518,36610,52314,52314,37144,37144,33784,52482,37086,46170,53616,43831,49526,34714,36708,51955,32302,50343,34011,39295,30290,33471,33667,38567,50606,40987,46712,43152,50756,33440,33175,32112,50818,49997,52222,38953,53576,48057,33081,38658,46669,46671,35884,34322,32365,50463,31715,48712,47042,30516,30516,29804,48944,29788,33840,42908,34304,47132,43718,46684,36623,50609,46686,30080,40624,53644,51130,33952,43511,41614,45179,39768,39570,30811,48935,39570,47165,32831,43394,46906,42523,52836,34720,46670,48592,48424,33323,42551,49892,43905,33889,46717,50713,43786,34607,34607,40838,34441,30434,37899,49133,50502,34259,35338,31067,33290,42549,37190,47897,53748,50178,30165,42624,32181,37599,50588,46161,40471,31093,31490,35689,33661,53541,38053,48225,34623,43731,41672,39982,50462,42763,43817,38290,44633,32312,34152,35304,48646,49501,49501,45190,34304,38045,46764,53505,42568,34161,34434,39720,46774,32586,35436,39937,53700,44728,46777,32054,41628,32499,46784,35984,36710,44900,46789,52201,30400,32474,44996,41163,46808,50743,44161,41629,52641,41759,46811,41308,32985,50225,50483,52587,53659,37600,44240,43549,46829,49291,36408,31487,39734,45140,42172,44530,49998,41338,47754,33084,49405,38064,48538,48538,35574,46839,41353,49336,30976,52353,44390,37555,38334,52370,31363,31363,39289,46575,37100,38775,37787,32953,41028,49296,50931,50867,45201,51887,49508,32441,49170,49170,47659,47668,50076,30056,51139,42212,46867,31252,40752,45539,47743,36972,44654,31975,41657,37279,50488,40281,32739,38642,49763,32645,43457,44647,44706,52504,51578,46892,45946,52717,32646,50478,32482,37903,52548,45478,45478,35666,43464,51785,37500,45466,47133,53148,37259,34482,46909,43909,36256,38534,41775,46915,31528,53826,32582,46919,30703,30806,32015,33406,51221,34856,30997,37619,43527,46926,53498,50008,50699,52473,47598,49350,40713,38010,37195,53319,48204,49361,32541,46813,46936,52439,46938,49274,46941,49077,45206,48440,29928,41153,45933,46945,41324,41769,41608,48239,36666,32558,46993,32373,32828,49756,45442,47594,33239,49547,46959,35511,40567,52792,52270,44644,49004,52229,30604,46964,52268,48906,35257,37994,49586,33109,49326,50832,47885,48569,47092,30806,37080,41813,31779,32898,47973,41432,33911,42562,40189,50737,52395,53274,51154,41382,43562,46987,40875,50320,41442,39151,38295,30082,35960,47357,44494,46995,43846,33792,33792,46997,32564,41455,36859,52256,34371,36233,51885,51885,42729,49768,33509,47010,47012,37894,47015,30417,37519,42189,53173,37090,46440,50035,45189,52034,51353,44235,34999,47025,31572,42452,30709,30164,50757,37167,46168,41709,32918,35576,47707,32082,40340,31004,47499,41985,35179,47041,49348,34437,37630,45088,46270,47051,47053,40403,38067,47056,46492,49961,45433,47059,41515,46846,44966,41626,44966,40284,33307,42088,37003,52128,43935,44307,32823,36733,39966,48160,40429,44185,46334,46445,39087,46733,40193,40576,41748,47079,30065,51832,40229,32823,40379,34090,34090,40934,45477,48982,36020,32148,52469,35796,34433,44614,30438,49561,49941,35511,48864,35695,35584,38489,49401,35126,49156,50237,34020,35541,44930,30601,48924,43990,31611,36717,50981,42100,37575,35870,40561,36538,51894,48211,33616,50190,52012,40331,43713,45371,52641,48667,47139,44355,50194,48222,43875,49289,48827,48827,31338,50945,47145,42533,36567,47313,35127,50826,30536,30937,45713,47158,40597,38984,38244,33474,47168,34112,29889,38978,38975,47226,31904,31578,42275,49053,45717,33189,33086,47519,31145,52216,46423,46423,35598,49661,47186,30744,43033,29864,31364,47191,31862,51522,47195,36594,50809,50268,49441,48618,37849,47809,37072,47203,31630,52556,44772,33939,32269,33353,42894,34368,52698,52024,37204,36362,41949,34705,35563,50919,36522,52295,39075,53176,53189,43844,49329,32294,38046,35355,45244,44261,50953,36622,48422,44704,49022,52144,40434,52353,50347,35527,36612,40498,43394,38643,43546,47248,51945,46048,51490,33921,33921,37297,42434,36979,37896,35109,41530,33727,47253,51282,48239,31531,40985,40812,31926,33606,49242,39735,50279,31851,36034,53002,42768,31824,52704,40166,53442,41204,47268,35339,35339,43901,36759,33319,36933,30659,38180,53174,39675,47275,33009,37830,43150,53049,46019,30630,50516,47281,33934,37534,37534,47290,44942,46145,46145,49008,50746,29887,53241,46303,40866,36537,36221,47302,48686,49672,37064,36929,30254,30553,51167,40447,44019,43208,34982,41055,38674,43083,44991,36961,46011,51087,46976,31978,52506,46543,35540,51064,40027,52135,47339,33545,52552,47342,40272,31736,43343,52970,42350,32007,49221,38049,43518,53254,47450,30406,33241,43462,36129,52410,48706,33702,49285,36407,36308,30879,47364,48233,45510,43849,47202,37901,40030,44935,51718,47134,34930,31344,39647,35458,51795,41262,52613,41779,41779,44986,45434,36253,52546,41254,35855,47389,47146,48212,51412,50043,35533,49957,43148,44403,43185,47394,47395,47395,33379,51569,44601,47399,50583,52354,42962,33741,53128,43692,53926,29985,50371,41968,44116,42764,44533,37148,32188,30410,50868,46481,41758,43624,47764,47793,35057,36845,33087,41359,43699,45685,37713,44541,40284,53026,43644,51122,37591,44221,42809,51137,47430,38241,45878,40994,47434,42117,37679,52599,51796,37209,35369,36417,36878,47444,38561,47445,47978,39722,39722,35419,38834,33900,30705,52607,47204,50020,48195,47460,42674,40222,40645,35772,49615,39237,40130,44838,50363,36877,38917,48827,44200,35934,47778,48539,37914,51765,46186,36356,47943,53532,46693,32183,39044,36991,47596,48400,36499,31351,34034,53233,43117,33000,33890,46143,47487,47489,48718,40557,36220,36106,47274,44959,48835,47633,46010,32287,43060,36730,46672,41911,45074,52838,47505,38882,37949,38612,47510,44653,37910,49981,32715,36513,32404,30489,30879,51550,50788,31655,47978,47516,36867,47517,41270,50673,36723,47519,48990,34204,50054,50130,40969,36240,53339,45647,51382,47532,48204,32358,31096,48259,44250,43423,47542,50472,42924,42924,50208,30242,31952,33057,35661,33009,53843,47273,43107,53260,46084,40377,37752,32832,42752,33006,52264,47565,43864,47566,42906,44255,51717,30649,30949,40046,44574,39283,51030,37755,49220,30935,45896,36661,47578,50665,48262,51595,50168,35775,49365,30788,46380,32707,47590,50435,39888,45376,31006,37790,38998,38853,48508,46341,30980,33781,46519,46026,37366,35139,33959,46541,52653,38432,47540,39065,36191,34359,48072,36506,31370,52105,48855,36721,50253,34052,41337,36602,51932,35569,32482,37596,46098,51227,47623,42730,33767,44706,41628,46552,47625,36635,37753,47497,34185,39781,34067,40861,37941,39433,47637,41024,38532,49770,34302,30037,50261,48821,38368,47335,43845,35647,50729,40404,37857,37289,43664,48296,47650,33214,34206,51091,46489,46095,41684,42217,38304,35366,47212,48103,29945,35689,52062,46011,40388,46674,46674,34226,33419,38216,49849,41553,34212,47840,47677,47017,32924,51071,47680,40466,52885,53406,32659,41962,43506,31303,33912,46881,45706,38353,30118,53466,47701,45851,52591,39430,30953,33361,52182,40376,47704,46925,34881,47707,36541,42516,50374,34392,40596,31400,50968,41394,44021,47652,31102,35213,31005,35471,47716,47369,44595,32254,52002,38696,52778,31263,33259,36227,44418,49642,34331,43570,38952,34120,32783,39919,33038,50825,38012,51307,39557,32570,47730,42161,36643,49753,49753,44310,41324,44348,49902,47741,38018,46815,36240,47743,31070,48721,30721,47751,34427,36413,47754,48201,30414,40497,50103,50442,42847,53515,45591,49604,43484,43484,49656,49652,32716,42771,35824,50827,53921,39383,49769,37144,41728,37880,50154,30122,31380,41361,48980,47942,38646,52744,35339,43260,34267,41226,47517,43841,41230,53232,45926,31777,42501,51567,41446,39456,53322,47993,50133,52472,37661,39474,41081,36090,36090,51079,46325,41460,34065,44286,47799,44286,41620,33782,53337,49526,37384,32809,33574,40974,52836,39304,30706,48452,51859,32310,47454,29775,46466,41890,51086,42777,46377,41826,33809,32490,30326,41230,31456,30647,34087,48276,33010,36238,47979,38222,45903,31130,34994,49402,40651,39136,41516,34397,46949,42649,36655,36222,35989,48378,47863,52082,48933,40200,41539,44796,47877,47877,30571,47880,36092,36003,43746,47891,46049,33367,33152,34392,51386,42926,49438,49958,35800,38195,39767,40614,46015,44208,41487,44453,47910,44866,51948,45606,53294,53617,34386,40178,47105,35291,42347,36828,39572,44916,33975,53213,49119,51115,47927,44542,38569,47935,42966,34750,50849,47937,53371,49725,52447,41495,31451,34023,35111,48070,42484,43767,36495,41335,43548,32266,43084,48880,40667,37081,32638,32817,47503,51062,39555,30913,47963,44833,50304,47965,49436,42634,51219,47966,30956,45506,37082,46633,32333,33510,47972,48637,42018,45801,36518,40631,43937,53476,38913,53476,51859,31648,54007,36881,31903,41701,43902,44436,42853,46811,43175,50077,48002,45337,46108,47340,48004,43922,54013,43850,48008,36904,43177,35710,47212,51152,48016,38470,47077,35567,38075,32154,44473,41736,48022,48022,48025,51151,44129,49492,49557,34596,51978,38534,44027,33340,40118,41124,44681,49319,48050,42303,39540,34780,35874,32975,31079,37868,45956,36324,42844,52375,43168,45717,49391,46858,37907,33468,52330,37712,49413,48579,50454,36126,42038,36752,48081,49076,49076,53751,40707,42708,51716,51716,37099,42624,52527,46681,46030,43518,40406,40678,50242,38930,34903,48877,31971,43742,30434,44313,38193,48101,48101,48103,48103,48197,48768,50547,38835,53131,51907,33623,48116,36888,50786,41684,40333,41311,48120,35144,49740,32275,42337,48130,52089,32108,30128,47254,42693,51428,32490,40199,31163,52904,36844,35226,39052,37157,40784,52075,41470,32426,53131,49236,51827,51827,35862,47684,38197,45942,42225,33485,48832,38666,48549,33746,37618,45813,45365,36063,40346,51919,41484,45798,42190,40666,48177,48650,37708,43699,43699,39702,44992,44737,32709,44116,34952,48184,48100,43267,44893,44893,43012,36403,46319,47843,30576,30973,49812,50974,53052,40857,32792,52601,36427,48204,49813,43888,41058,40423,38791,29861,40805,43516,41225,34377,38233,50994,40111,44354,42158,33326,31301,33480,46227,32674,30359,42039,31788,48226,32054,49340,35237,43584,35483,47154,30011,39471,37373,51980,34386,35394,43242,30805,40234,44017,48476,38034,43378,37980,50644,49207,50029,48483,52489,36376,33490,36363,48265,32390,48266,49859,37781,48270,39737,50108,48274,53379,35289,46767,45191,33840,40035,50162,48287,45396,35814,36957,48291,48292,38171,51644,43227,35853,39203,48299,36114,52874,36792,32290,53802,38346,52561,44819,53763,41641,48082,48321,34882,29776,31404,48042,48327,39385,33645,37719,48333,40322,49800,35893,48339,36325,43071,48341,30974,45643,41364,53453,42834,48186,32648,41452,52396,43769,43504,38603,48359,53116,44403,42064,32931,48949,34529,41419,42969,51810,33989,53435,34252,38316,39972,43993,48376,45258,45851,38443,32292,41686,49965,49593,38182,53735,46915,38931,52075,39899,43370,50311,34133,35543,53200,41479,38199,37599,48386,48387,36822,47393,43754,34522,40655,32295,31829,36944,41328,32066,47829,43656,30024,47153,40748,40018,51412,40927,41879,51989,35940,48409,47283,53010,46411,40165,44808,43485,53108,41761,41761,35571,35643,42134,30611,34976,42072,35381,52832,34545,48449,43703,41803,32359,34696,43197,47873,51975,50434,35161,44709,48462,42957,41933,46293,46710,51901,37265,53467,54009,47616,46758,50015,44363,37725,37847,45904,41517,46922,48280,52304,48838,52981,32322,39232,30792,43667,46858,50079,53007,40360,50948,53565,31095,44879,48097,49449,38271,32408,32610,40313,32337,40397,50891,50383,38244,45530,34249,35474,49107,42431,48497,39188,34129,48500,42544,48502,41857,41142,38117,37200,52966,40980,38787,52564,41871,39623,52594,40170,43129,37737,52694,40677,39917,48517,51424,38904,32110,45958,51233,38300,35494,51389,40753,43080,51288,49253,45531,31587,41720,48531,51937,44452,38471,42932,41482,32916,43562,41612,30098,36679,48541,50754,38544,41269,46532,49502,50546,52159,44600,52242,52242,46629,46085,37315,30476,36422,51498,31502,42347,45787,38029,37707,30691,52713,48556,51739,45020,32145,48563,38989,52102,36451,38492,35298,52966,46764,50770,41375,30097,37450,48844,48936,51201,30313,34383,52536,48543,42933,48577,42836,31950,47196,48310,39637,37727,51140,44023,33227,35601,48541,43879,36542,50906,43423,48595,42060,45813,50267,36149,51117,49283,50354,50791,34383,42327,45330,36575,51971,38717,42275,38769,45067,40592,45247,43163,39533,42459,39359,50536,39490,42449,35653,42638,52158,46683,50498,41237,49454,52849,52848,30559,48628,33675,33771,41845,35377,38037,52824,42855,40917,52858,34943,37888,53559,36396,38074,48644,48645,31209,32606,32054,48648,51068,35362,47721,48651,47558,43465,48654,48654,33814,39780,32562,51619,53366,33145,41569,40150,46513,37779,48674,47887,51752,52186,32571,32571,37960,49273,49890,46956,48683,45694,29906,50457,41730,47490,40784,41016,46874,53297,45574,48738,37433,41897,48697,31479,34755,34927,48707,48708,39040,46716,50881,36478,41683,34761,42481,47282,32136,46997,52030,48717,51017,52290,33331,49531,29869,51077,30569,44892,51601,44149,40990,42369,46424,40199,30423,48742,52360,48746,43714,32953,34893,38470,47855,31875,30269,33578,33578,33308,49488,52875,34117,32708,46322,44857,49637,48689,51134,47871,41130,33077,50515,48775,53635,48776,53535,48432,48969,37284,36318,44670,45517,48790,42116,53264,35662,30663,30706,42386,41403,47343,43583,47785,45345,36795,35530,43837,53487,38512,33650,32320,50812,35531,32494,37003,37003,36987,53247,48805,47675,48125,53223,47899,51951,35571,32965,32152,49917,37489,46563,35551,30446,41346,37615,47230,42321,31375,51231,40987,52692,43199,41762,38600,44250,32196,41521,34985,39370,30007,37618,43984,52909,51886,49703,35759,29769,47344,47453,31060,49702,39773,30169,52062,32105,41604,49783,41156,42807,39229,42412,38678,32000,38483,38483,31692,46292,44194,47757,50076,43934,45600,34346,48882,48330,31637,47451,36159,41415,45823,35587,32854,32363,39634,35848,41156,31898,51550,36380,32345,49420,39013,44337,52551,48907,33962,45923,41000,39596,43001,48908,48948,48715,47704,48912,48913,46022,45922,39832,33403,36487,49475,30630,42367,46869,48921,31683,49634,33189,50083,39532,44987,38580,48928,34434,29827,53871,53902,50996,50753,33552,53736,39809,48935,35443,47518,51998,32400,53516,53641,49115,48946,48947,52900,36225,35957,40412,46105,43502,53549,39081,48954,30478,30361,31918,44263,37509,38360,35445,35445,49877,31179,31446,39444,29905,45228,41455,30390,45997,43937,51808,43937,46039,45136,52716,50281,44429,41157,32552,29891,53688,53688,48762,35640,51670,43022,48986,44830,48987,40489,32115,48696,32886,48990,40558,48195,48994,47413,47092,35179,33725,44283,32260,49866,30749,49948,50950,43051,30469,41962,44782,49024,46375,49007,45822,42085,35306,49411,43402,38189,48916,33464,37659,30216,36899,38438,32794,50840,45839,49023,50158,51468,36268,37662,31468,48135,31846,47068,38282,30795,35494,53398,46291,50961,31456,51625,49032,37407,49034,50733,50733,38022,31789,44585,34344,46339,39151,46422,49041,43329,49337,33695,41226,53103,53103,46410,38829,52500,50470,33521,36654,47935,31066,38079,53347,40028,40599,30381,30381,50731,45229,30046,52602,34949,51039,36009,49056,32684,46017,43892,45657,39169,49061,52729,53071,29888,49064,37433,49191,38955,30222,38026,49594,50022,41522,36461,36461,42199,37391,37592,34581,34581,31603,49711,50990,39239,53410,53410,30251,32336,53349,45890,45890,53933,49082,36752,43198,36129,48309,42131,41715,44723,34105,52342,44864,49092,53715,51188,49096,49097,42109,50705,49104,45232,53155,47761,35230,31810,37645,42341,50594,40017,49537,41631,36468,36468,41577,47425,43184,48542,30106,45827,36705,43449,43588,49121,33456,41863,43634,41567,49123,41399,29814,50083,47801,49125,41283,30052,39147,53238,44873,38087,49558,47722,31202,42286,42671,43395,52141,44684,31260,34841,31760,53409,41622,30441,46284,39022,51548,49158,36868,43039,34380,41518,29891,40884,31902,44219,36544,35598,36012,50951,45428,41325,49901,52447,32871,35302,35302,32153,36416,40023,49177,36627,47987,50013,30876,41182,37502,32230,51463,46829,44026,42213,34997,41052,47077,36284,49183,47905,46219,33209,35949,46219,30719,48950,51980,30509,43937,52995,40294,37023,35419,39323,40126,49208,34342,30170,37530,50706,45423,31618,49218,49272,31726,53571,37118,53697,34337,52123,35343,51338,44397,42864,46400,45953,39166,32541,49419,43106,49240,48394,30315,51251,34715,48914,52868,36137,42496,35653,49247,46086,52042,50881,40972,40972,35566,52596,42749,43100,49257,36287,41216,31795,33905,43599,32445,37837,52317,31762,49267,44777,45280,44777,40379,43536,35656,35764,38463,33020,43321,42942,35054,34184,41487,36963,48882,49285,51311,31804,51788,40106,44952,42337,39525,51143,31931,48943,37187,52876,44968,40447,52740,34662,42151,47563,48144,40344,51430,52794,52378,44058,33157,32058,48386,29919,44707,51532,30624,32772,47474,51408,42752,37153,34537,33334,39540,40500,50033,32501,37946,29754,35745,44784,32506,37973,32678,48025,41144,47297,39791,49335,42152,46720,32409,37907,44144,52352,37336,37544,34885,31815,34487,33350,46635,39075,43198,40760,46674,31508,43833,40400,33310,45792,30359,51243,45892,36141,33590,45133,52686,34927,41077,47632,50114,41628,30437,49368,41856,51988,37681,49376,51202,37134,49382,41880,42577,48066,35678,44386,32922,37817,29922,51073,50666,49389,32145,52572,33696,35564,38712,37187,49969,52058,37658,42632,30496,35015,48688,49045,39288,42006,37935,47903,38647,46001,48306,32222,34942,39698,50477,32700,32700,38566,34072,50666,45554,53633,36916,52780,52995,52507,35690,35690,34978,31922,43277,49683,43670,34708,34313,31870,30447,48349,33235,42016,45666,33901,47891,50962,30825,37338,51258,31325,33998,33260,46820,46169,47557,50337,40078,36285,38868,36101,48365,30039,48365,49870,38838,42508,49453,52536,49903,51019,41730,33379,49458,46078,35042,44253,40097,36944,41573,36528,40648,53557,53556,46347,31765,40807,53940,44387,47936,44591,42496,49473,30634,43625,36414,33094,48631,41205,41286,52656,44070,36742,43553,50412,50692,49953,35417,49192,38717,37562,35758,37457,51915,32297,39134,47780,44929,48190,43225,47120,37877,35218,42894,39756,35606,46363,45842,34890,52727,49731,43763,36706,38498,34393,49484,52964,45900,49510,49514,50932,30528,31805,37694,33558,46379,49518,49446,48225,38765,34994,34712,40306,40530,46404,48013,42981,31057,36892,31336,50088,37390,49535,31724,41677,46323,32198,32198,30468,52833,49538,50759,39549,41353,36675,47739,36819,53459,47889,31908,45369,44619,38812,31137,35447,42746,33322,36131,36802,48656,42863,33231,50418,33120,51736,35450,51664,32779,53629,46928,33660,33738,39538,39000,38004,39153,46036,52134,49578,43180,45500,36223,38562,40577,36176,32697,53523,47844,33815,36243,50404,49594,46400,30252,31948,39946,51212,47527,43026,33919,39486,30614,39698,48228,49608,50879,45630,50347,46007,35077,47810,40475,40020,37609,35687,49613,33647,42025,50865,41218,52611,52949,42594,51202,40746,42502,49632,40071,49632,46961,34262,36521,41621,36612,36937,49643,31750,40733,49647,37975,30570,33415,40371,31674,39963,39963,53695,45634,34565,38614,41663,38178,42372,49659,29851,36462,45654,52180,32642,36362,53159,53030,51627,41845,33746,50742,51964,45678,40700,50447,31580,31499,29821,31330,36940,49691,50825,41242,51672,47775,40550,53386,32853,50820,48365,39898,49705,37551,35096,48614,33872,46696,47015,41469,39221,47773,53562,36308,50540,33916,33718,35196,31100,32874,53457,43303,35051,44624,48760,43020,37485,39872,31509,31509,49445,45238,50717,31225,30705,36626,52055,36579,52369,33719,31240,46216,50068,32668,34447,42887,35588,40971,40461,48691,30005,50732,45339,38166,48618,40265,29787,47884,38097,49770,40721,37086,49771,48172,40888,46969,40657,49780,35797,48305,35777,44821,33867,53449,32711,41436,41961,49791,45021,50567,50567,37354,49930,35402,39177,43823,43793,31805,35923,41329,41329,36433,34593,53593,35969,33745,31256,41213,30307,33515,29888,37738,33118,48489,46529,42759,41363,47044,39832,49814,49814,53657,47893,39303,41650,49822,36529,35277,35380,37746,49355,46016,53464,43432,44732,41390,53744,40701,34165,45317,31170,49848,50201,45947,52476,47053,34190,52451,42440,52088,48922,47841,38796,29961,36427,42220,53418,52774,40123,35832,39957,51243,49865,46112,38797,45862,49866,52968,48795,49870,44515,49872,37242,50835,38721,41490,48244,31409,30389,52003,34862,33458,30753,44471,35113,29936,47931,46585,41338,52456,49898,43587,43672,34655,42149,47060,35686,30933,39439,39783,47569,31099,32351,34519,34118,48729,46911,38785,37294,34722,49010,49918,50549,34121,49923,32009,29783,31498,38152,46133,35558,44601,50607,30622,41121,45355,42175,51644,45565,37135,33059,47479,44676,47453,39913,46547,31006,50852,41678,30888,48647,32054,29891,43989,31731,34303,48154,40065,45237,30484,48141,39304,36761,52888,43901,53235,49125,31950,46723,37132,45187,32788,46304,49986,44634,40139,49987,34412,52888,33789,33770,49099,53028,37544,50558,31495,45980,38913,37351,34547,41496,44581,36038,46157,50242,51001,31275,30191,53701,39196,48995,48995,35886,32942,48949,47916,42560,32222,44690,43666,34509,37757,45983,42932,42905,38222,45654,34337,51591,40243,40243,50218,37680,47208,46158,31259,51494,42188,50034,40758,45251,46457,50042,50051,50048,34835,50050,48168,50446,43971,43971,43326,42058,32209,31261,32290,46013,50066,38634,49191,37528,43183,44758,50085,51224,36698,47121,40823,36932,36699,39459,49575,34763,50101,50102,49944,39467,30947,40287,46068,33668,50107,39539,47864,38390,48343,41838,30583,50799,48643,36025,32202,50120,30703,38074,30190,45060,45060,50983,46581,42603,50129,45661,32115,31750,44482,33509,46406,39002,34326,32925,39879,43312,33618,48376,52275,43493,50157,50159,31439,53026,52581,44553,52828,48474,52317,37037,36377,32517,45539,40792,50173,42438,30374,38527,30950,31173,51236,48157,53624,32156,35986,47089,38164,32930,50339,52684,51780,52539,45940,48499,35335,38449,30893,43758,29799,38023,39380,37815,50209,37288,43751,39068,53113,44958,41321,48184,52210,50223,29850,43137,41323,40501,45103,51945,50376,32196,40262,38790,38020,39133,36085,52016,44131,50600,50234,31029,41182,34253,34311,39886,40476,36413,49507,50489,37145,52963,46073,50253,37675,51268,31134,43744,38587,53626,32342,41224,43224,46671,43469,38723,30271,49792,30384,41879,43706,33279,38496,36150,51206,34345,49776,52081,50268,51853,35703,35469,52846,36498,33528,36008,33247,51278,53761,43408,48315,42790,43255,49364,40019,52835,49839,34436,49513,52607,48932,43984,39489,35002,33800,40926,40926,46750,38302,47105,38083,47936,37215,29850,47906,50321,31423,50325,37008,46353,46995,39748,34472,44873,44054,45843,49942,43812,52335,40363,31900,38126,42647,44876,48387,49557,49492,49213,36115,34120,45677,34775,48568,37666,48147,33081,36894,50360,46634,33108,29750,45653,30083,34616,32476,50366,37351,31753,38200,39640,53148,49195,49319,50379,44364,38450,35643,34301,29892,36545,50781,33090,45555,30855,53601,32367,47424,32300,40975,36397,50702,50714,52536,40188,50089,50391,34352,50787,53635,46451,33415,46159,46159,47241,43330,31921,38264,50750,36787,50408,50925,35851,39305,52255,36890,39022,50415,40088,39137,48465,38862,39986,31762,39346,46197,50488,50425,37020,31744,34119,30196,50428,32745,39271,37492,40484,45580,44742,31615,52591,36578,46777,36009,37024,36092,42287,48552,50317,50074,35539,39842,39842,52073,40490,42209,30874,39527,53739,37891,45683,39680,34093,32322,43192,35890,46939,33691,40534,34465,38297,31363,46056,40674,40674,35378,38595,32481,36102,44412,31156,38807,50476,42246,44439,30056,32109,38365,41386,42471,41386,33210,34038,47145,35147,41090,37902,50657,50657,48133,49276,41343,50550,45820,41341,42191,31139,40533,43518,50154,50499,44298,50499,32742,50499,50501,46391,47702,42664,29985,42824,52366,41617,40013,30770,30770,45838,53633,43085,51756,50407,46771,53736,37132,32872,43768,47113,42437,50520,48382,52515,45046,47847,43097,33454,38118,45448,33715,33891,37752,50535,47974,45291,29962,33003,33003,41763,45221,31979,48299,40236,40609,50747,45290,39435,37443,36365,50552,41237,36030,51223,38946,40595,33031,46832,42997,34753,50570,40894,44766,37753,47841,35662,50573,43344,42288,53719,49730,38996,46237,50585,37820,42956,46187,36122,52312,35162,50534,50592,33884,47286,49825,48237,43165,32616,33286,33286,38354,37229,46027,52748,48506,49154,50603,49437,49094,31187,50607,51339,50611,49159,37034,44164,37034,34906,40591,45964,36871,44635,53267,36049,53549,36441,33551,31178,43346,53151,30526,44911,50622,35087,35087,46229,31006,49120,34653,47225,50638,50645,52380,51458,34026,48168,42439,44918,44300,31022,31022,34350,36115,52174,47552,50661,46540,46540,30143,50665,46749,45884,46089,34285,37404,43359,37915,48104,44154,37915,37946,41065,34308,49036,40941,49389,50685,32176,34520,30465,52565,32573,40938,40437,46402,52897,53220,50692,30532,33245,42216,51469,31380,53055,42492,44670,50698,39277,39277,52853,52853,42053,38134,32009,48895,50714,53954,31050,47184,41950,47119,31119,37108,45580,37670,43827,39334,45240,50253,44894,44346,48026,32295,47862,31019,32398,51516,39240,49385,32225,44324,41369,51343,40639,53372,32892,44567,38356,33111,30494,39375,38626,43413,45500,41136,38210,43083,50764,45897,34193,46656,33392,36479,50773,50185,30050,37345,34989,41562,30370,50787,51506,51986,37719,44373,50367,45719,45115,51885,33584,49742,50823,39781,33269,32703,46100,39456,47313,52986,32886,32794,43452,35385,38268,33024,37481,34598,43653,41591,41591,39592,48000,40659,32910,31979,42437,49409,35374,43778,42617,52112,53218,51955,46913,29968,45953,37452,49126,36927,30069,52203,50850,50849,33668,47540,39615,50173,47770,31356,44415,33736,31511,40361,39672,37166,34341,52175,52876,52132,51891,50873,38265,31771,41348,37089,43587,35124,33738,47012,41400,41446,44329,50787,33310,35361,32222,46755,42707,50894,50894,50894,45761,45761,36314,50295,37913,40477,47049,50898,46529,41977,35880,38512,49307,47056,52491,48620,50906,50906,44646,32909,50911,49246,51049,47592,44304,44304,47513,51358,30645,47090,42201,31508,37430,39572,37564,36144,50928,50932,46029,46194,36596,38395,29994,36867,45729,47600,43400,41093,41093,45825,30123,30123,45871,39028,46054,42156,46135,31441,45205,48070,41891,31232,35951,40674,35142,35142,50961,40349,47299,41410,53173,48837,41880,42697,52737,38060,50972,50445,33579,37729,44115,40459,50395,43977,37175,49850,43877,50982,48376,37836,52631,42943,45436,35514,36146,36813,46848,48769,31361,51962,51962,50990,46786,50992,51249,48937,36315,30603,34737,50999,33135,51002,34920,50537,37535,34655,36994,36217,51012,51013,49203,45754,45138,49341,35774,31707,31031,48484,31509,48721,37200,45352,31399,37327,51036,43131,52145,39590,44786,47117,29923,47379,49887,37997,50204,42547,33769,33157,48162,53460,35266,50278,30093,47964,47964,32463,32857,44668,51059,42701,35348,38568,47967,50273,52174,39247,42988,50145,49892,47574,51703,44140,51086,40762,47424,36988,36988,48436,31834,29913,32440,44508,38997,51538,35600,38190,33206,30726,51091,36588,29817,38509,46715,40761,43367,34883,49704,35735,31335,51094,46683,33190,50288,30002,51144,33641,32069,52771,51105,34732,39634,50635,36164,32529,39388,41840,35917,37735,51114,51118,46971,46695,42564,48031,29895,38942,46094,39973,51977,51127,39259,30592,33567,42140,36048,52025,51133,45343,45037,31528,40364,45112,51144,38831,44142,52466,31991,51149,37063,42088,33269,33610,42297,30725,30541,46199,31910,52710,50876,37244,48171,51048,45691,46885,33168,51715,36798,37699,36485,50581,50385,51164,37734,32222,48206,53255,53255,30560,44992,32626,51176,53089,48656,36555,35233,48966,38467,42896,42899,40026,30368,44392,35890,40834,39550,33486,48958,51196,48095,38094,30928,47120,48838,47325,31741,30687,51206,31865,40454,45810,53868,53056,36025,41431,41431,32667,42044,52474,51216,38559,51218,42396,37639,51088,37115,38584,47342,32614,38725,42135,31975,31975,45524,35720,31594,39984,50826,48676,51060,40577,48692,36574,36887,51241,51242,45874,53917,46080,34978,53151,41752,51246,50994,51247,45917,34469,31832,35825,50573,51251,52595,37873,32695,30279,29942,51264,48878,46964,31265,53263,46681,51275,44374,42566,51220,51615,49668,49921,42518,30782,53172,35805,49733,52780,39397,39202,41119,34466,30202,37913,40879,31572,39859,52290,38094,50365,34604,45867,52566,46512,35142,51311,39043,36743,47739,44977,53156,33450,48387,49258,49258,34799,52254,32000,37698,33868,40114,32197,42447,35869,36615,34559,41541,44258,33446,51338,52127,49245,53613,47336,30588,51344,44759,39826,39826,43468,50514,49889,49889,37672,38191,30051,33721,51205,43187,46664,32053,37952,51359,32433,45715,51364,49959,52283,49905,49784,52014,40520,31568,31590,35875,32522,36735,41880,53696,51202,38331,44166,43402,33822,38294,42208,47154,31834,29845,42818,34034,33063,44447,43541,40181,41228,38443,42453,48704,49405,44358,45646,33945,40754,47123,52180,53059,31914,49366,37619,42367,44225,38469,51783,37797,37234,40458,47325,31792,51490,46166,49927,31958,51428,44209,43213,42305,50143,39233,40667,34239,49739,35938,33413,38310,53477,51440,38886,39359,53443,44951,35273,48887,37584,44954,45167,44485,48782,30190,47221,52168,48701,34267,30166,32457,30997,36754,46899,31819,39426,36720,51653,51356,31127,51126,30732,46221,39610,45151,37345,51483,37444,30491,43546,34532,48240,52322,44113,37391,32374,38242,53682,52337,43853,44258,33962,33697,34343,44581,50536,47292,40538,48088,34621,36328,51978,51262,48038,42757,42280,38252,45775,38746,31718,48018,51520,52457,31385,35797,38144,44435,35212,38144,52599,37113,50370,40424,30902,51527,31843,41504,35532,51566,30019,46141,51538,53209,38637,42608,45560,31776,47389,46802,32225,39334,41405,51553,51553,51557,29950,48026,33811,36956,39548,49203,46151,41920,49771,44072,41663,40714,48880,35646,40424,43678,33898,36065,53671,48725,30275,31636,47699,35862,32048,39920,32234,40251,35089,39711,38455,51842,50223,36194,43299,41504,44905,51605,41717,31235,47203,41710,43198,33557,33302,33651,32252,47282,34451,47939,51616,50604,37310,50386,31381,46916,40048,33877,51627,44824,51626,36331,50730,52915,51361,29879,34661,39265,38942,43685,51480,51631,44829,46242,37365,46008,40308,48329,45074,33052,51638,31781,38681,33010,52457,51641,45905,53426,52632,45181,48929,42897,33276,44659,30296,43635,51648,42489,36139,37770,42635,44481,44461,46698,29975,46183,30697,47472,40319,39161,32630,37805,33021,50842,52524,31191,31884,36766,46125,41645,36700,52406,53641,30248,37289,39917,51674,37551,34192,45805,32668,46348,50732,35046,31879,32649,52687,53310,30264,40757,48522,50275,45974,32947,30420,52552,34524,37955,42973,51806,41758,31211,36353,47938,46864,38386,38991,52523,42505,50076,37801,51710,51718,36302,50485,51725,51725,30463,41845,44947,34183,44116,38793,46234,32455,52831,50015,50507,43731,32811,48951,43645,39930,48036,34054,31164,46526,37612,30475,53610,49403,34814,31555,52619,47536,30832,36032,39982,52868,47326,49174,31803,37785,51321,45433,30718,51841,40561,39567,48535,44335,40556,50115,49925,32466,51780,51146,35187,46885,30866,51376,32733,51393,32089,49830,49455,35861,52420,34061,42614,40594,50205,43540,32211,31696,46650,49149,53014,32891,46595,39853,39425,29989,35816,39492,51820,51821,51120,40373,45791,38345,39403,40973,53290,47305,49652,39093,31015,33498,35235,42192,33097,51842,38945,30152,52347,34321,51856,51856,51858,51859,42672,47571,31418,33820,51862,35153,43299,44240,34578,31180,34432,46330,40149,46478,51773,31026,34502,39160,35240,32320,52302,32554,50035,43124,50669,35221,33121,51874,51876,31235,45420,50624,36460,44924,52018,39161,45632,34110,42416,33325,40494,49047,33842,40055,52952,51906,51906,51908,51908,30666,50522,38557,34181,37419,51911,44384,48851,42960,36049,47454,51918,53870,47614,51920,51920,36061,51922,31481,39411,51970,50812,34693,30978,52616,51931,39349,49758,52041,53659,42843,34482,35096,49760,47650,34183,33309,33362,44144,31019,43933,43146,50389,42173,51800,45493,44543,52880,49578,32557,49380,32652,43237,36981,30132,51594,47744,39710,31213,30375,47584,41684,31145,35572,32417,29851,40454,34689,49189,49886,41215,51998,29902,53714,46496,41042,32730,38590,35600,38808,53596,51626,51080,31404,36742,36526,50507,34602,36885,44015,31657,41005,36716,36232,42948,48746,52565,40320,45990,37822,43182,51998,37068,42951,51999,52514,33655,35845,49167,34395,33485,37811,30575,48938,53508,52011,36915,36133,53104,41760,30747,52018,43465,52021,31967,52022,30810,52022,46295,39469,52740,51730,34931,52702,41555,49688,33255,51395,48564,31687,34458,46123,35118,31899,37087,49160,42406,49109,48529,37933,41728,38471,37883,38375,34553,44985,38609,31284,50135,38284,37291,49715,40309,46089,36084,30377,35009,45231,33758,39068,42231,44503,30880,51673,36432,40732,43305,36613,31927,53258,35269,49582,34220,34220,43129,49108,45164,42615,32232,45087,35622,34602,49595,47778,36944,35712,34652,52408,46273,41700,45303,52113,31422,34489,34225,46002,48777,51325,52120,39612,53375,47970,41600,39778,49198,49719,50397,53047,37332,49495,43564,33181,52144,42555,52661,48366,47373,30519,45784,44458,43886,46293,47290,49322,49322,50295,37164,43508,44991,45911,45576,31014,49073,44141,45317,30665,42937,33919,33143,53687,35342,32092,45924,51148,51148,39806,36322,49812,53312,49519,50600,49919,43066,52200,38676,48934,35898,52742,36631,32778,43186,45726,52212,45344,34457,30722,39092,43404,40124,33239,34211,31756,49686,36274,30069,34331,32213,39317,40931,37947,40288,30265,43057,52081,52238,40271,49835,42414,42414,34615,32326,31701,52252,36542,44783,40198,42285,44318,36283,41866,34496,30315,32331,43043,51721,51347,30922,49081,41305,36706,38541,49520,46418,42588,40223,43685,31930,51491,52279,43543,53656,42054,51072,49738,50177,51094,33581,52294,31620,35359,30799,48218,33892,35676,43460,50684,38276,37760,45175,39514,38798,53716,42927,34234,30735,46845,47042,47042,51170,36286,37461,52322,51271,45986,42190,38118,41526,34770,34389,48693,38381,43192,43589,41918,38484,47126,50874,31849,31982,47735,43167,39767,43519,33173,35855,52352,36924,39117,39257,37947,32682,37112,31743,38163,31081,46715,33323,44392,35483,43614,44317,35549,50429,35888,52370,44281,44524,29884,45205,39112,52942,42805,48443,36026,36626,33053,52387,36910,31103,37877,34631,43003,36258,52391,37721,30207,39327,38934,47947,33875,45011,49128,44946,33701,48609,43180,40357,52404,32164,36042,38503,49630,37403,30957,52025,51957,41100,31726,32876,37449,42545,52969,52258,34032,41018,40966,52818,35867,39408,43557,52425,38142,44543,52695,31282,45916,52431,30935,33984,39015,48203,43308,38081,37169,38247,52450,48097,39954,37009,45644,44128,30875,42141,29774,33708,48364,34683,49674,47337,52065,51300,47484,32051,34793,44727,53719,46332,46332,43246,42684,52128,52490,46565,39064,46115,51997,50143,52427,29907,52503,48282,39296,52114,42043,35956,35617,47109,34044,53540,52839,33097,42495,41289,52488,46824,32019,30200,46764,46143,34137,44689,34056,46491,49919,51919,34769,41881,42375,49839,38922,33983,53594,53594,32532,42546,51098,41704,44235,52135,34116,33030,52810,33807,44709,44709,30391,35916,32905,48858,52557,42076,50483,53105,33830,36675,51447,52322,49384,45742,31298,36313,39223,42516,30239,38057,42763,49707,52828,49950,35692,42603,52578,51017,36199,35526,37078,40994,42769,43001,35211,53174,50526,46799,35801,53307,31899,35232,40191,50458,50458,44999,45965,40021,29939,36564,52048,34446,34633,36443,48795,37483,32030,52615,35056,43494,43961,46227,46227,46248,32179,35058,45705,37684,44695,53499,48358,46690,46591,46808,32410,43597,51172,42925,40969,37546,42051,49172,52628,34129,51650,31280,36703,52473,32334,43559,49871,50181,47817,52829,37519,50374,51858,44984,52641,50219,47678,30410,51762,34223,38456,52651,46872,36513,37415,52653,41820,38782,41551,42528,42470,37904,36508,46959,37365,40256,40256,32639,35463,33978,47860,33223,39180,41742,36551,40228,45806,53543,48629,52680,31225,36677,30493,38924,33164,39645,37533,45881,38773,42405,37930,38167,36161,36161,29770,40226,38044,52704,42802,39602,42631,51912,33554,52960,52713,50258,51329,36622,52513,31914,46835,38322,44776,38879,34218,36975,40167,52346,52982,45026,40302,36490,43437,48122,31494,31494,48970,41669,47827,48581,44036,31807,35205,35951,52753,51684,46307,31713,50457,31430,44643,33896,46923,38552,45468,45468,35140,53047,43099,52770,45230,34949,41027,40700,37649,52780,46580,44315,48888,36220,44482,40653,46235,42947,33485,47596,44345,38932,46338,38098,46547,32591,52792,30653,44121,35221,44325,53464,42639,46509,35393,41361,53396,46437,47753,49601,50312,42764,37670,50178,46918,33242,35343,31002,52819,37465,47252,30614,43719,43719,30238,37213,36419,35450,34604,34820,51906,43673,45673,39429,29886,39719,44018,44530,45405,33016,32376,47280,34728,38842,48510,38196,38675,52850,40165,30227,48085,39050,49129,52085,52085,34587,46424,39703,39243,35250,39243,30826,52862,33357,49666,43977,37076,37076,46017,41435,49924,51991,44345,49709,41190,41088,48839,45511,30824,40277,47625,42637,35004,51466,52886,33734,38640,37611,48403,48620,50353,47630,51440,52938,52759,48433,50440,41103,45723,52593,30739,48243,43792,43792,38700,38058,52716,38147,47202,52914,43969,31965,52917,52918,34992,43317,41440,40079,32014,43851,32125,52928,52929,51528,42094,38726,34401,34241,35738,38964,52352,39636,31968,42917,40845,31127,32185,52537,38530,35101,39524,30681,30695,40106,35112,48914,39980,43349,38590,34521,34900,52965,52505,51977,49181,42489,38252,49732,35399,50551,33994,46650,48840,52984,36275,52987,37506,50680,52990,36745,35614,49230,45115,47723,35809,34757,33487,50131,36861,36589,52999,37756,39001,32629,33515,34792,46100,53423,32502,53014,39685,43497,37809,53017,53017,43049,43049,37844,41056,51176,41717,37878,30243,52087,52087,38255,38388,52121,43446,53033,53034,38299,40250,37057,53039,36769,36769,45639,37921,51622,37036,42071,42187,33386,29757,33523,52778,34691,34119,52723,30595,53126,33622,52552,36285,49270,35542,31765,52751,47306,47306,43284,34151,51913,37677,33754,45998,35505,30675,44078,44098,35261,31829,37524,40791,40791,53386,37540,30804,52046,49922,41402,44603,44175,35068,53107,43247,48024,45212,46020,53109,41791,51234,50220,52217,49618,42021,34810,53123,41196,51880,53127,38748,33744,50278,53128,39062,36765,44843,31995,41720,42115,38265,44534,41375,31619,41092,35092,41078,33725,39717,36698,40378,42445,31314,48766,47671,36554,48027,36342,44328,51736,53147,30851,45162,45162,46770,30550,51478,33545,48895,48072,31068,33188,32041,41786,52318,40312,48393,47192,37339,30825,45546,51904,49687,32208,41976,37246,53176,31055,41713,43149,31111,38757,45009,30298,41755,45628,47715,51755,51755,53178,53179,50890,30466,36713,35571,46989,42025,49979,45961,45961,44097,52081,38203,53202,31545,49717,44019,31545,53164,34336,37947,42458,36173,52748,46172,31437,52641,35864,47190,46115,49941,51021,48150,50415,30146,33227,53228,31931,29969,41965,46269,31826,51303,43749,42950,44445,33991,43150,53678,40217,40217,43732,33392,42197,31908,45414,45414,29958,33214,50195,41408,34935,30545,53008,44207,41947,46870,38478,32758,53264,35518,31480,34790,48542,38832,53273,37055,41618,38273,53668,47506,43535,40669,52806,42431,43590,42514,33113,45381,52699,53663,47647,47969,31955,34856,53297,49974,42792,35206,53049,30574,32077,39915,35341,52773,33642,45994,44764,43021,37690,35835,50849,39136,32274,42733,44671,53316,35226,33698,41305,43474,47114,39588,40363,32781,43767,44886,40890,45299,53512,39985,35131,50496,37551,53135,53039,38593,53662,37911,45854,34341,37508,53339,34268,43761,36219,51861,47677,32012,33790,42953,51895,32990,36008,31876,47177,42093,43467,51119,53355,43219,51314,51063,40681,29856,46789,46789,53363,46613,34391,46355,31769,44416,53140,48433,37918,36297,42540,31772,53377,46226,35319,36429,44138,33543,46742,43593,53390,51516,32427,35038,48491,38700,53400,46865,48217,34070,36093,44116,33583,45005,39074,53412,53701,41201,51076,42063,42063,42063,52703,53417,47865,46225,31223,41592,51434,37253,50396,50158,46191,40396,46803,36317,36709,37747,51769,48233,39564,51431,52322,36209,36661,42823,32132,50713,39282,45439,52808,47473,45841,45892,44835,53446,38097,49023,35856,50582,35408,48063,51245,40736,50173,53465,40089,38320,46495,47776,47842,44277,38077,37734,53474,44628,33005,35977,48411,34202,53480,44947,38194,35026,43132,46691,40989,38092,51053,41877,38328,50130,46011,30117,52993,43104,48591,31146,30743,41300,41777,33056,30007,49709,42648,50276,31311,42958,47510,50687,51630,35367,38200,46486,46486,38368,37892,41803,38195,37309,37309,51764,30087,39060,44238,49085,49035,45017,38658,35788,37568,44486,52795,34647,36985,45069,37380,38665,34852,34852,40285,47118,38345,38345,53559,48507,30029,48777,48777,39595,44062,35705,53498,32828,49754,36068,51712,42780,42266,46415,41489,42266,33657,45365,48073,43331,42911,52415,40721,42272,41952,32624,53184,50363,33344,48173,42072,38478,50275,52625,41066,42708,52372,50555,47807,33427,53601,49767,37931,48788,52405,37615,47829,40414,40177,46379,41610,47835,46569,35392,40734,32817,47383,48134,49787,41351,44419,31741,53189,44394,53622,48794,51493,51423,31894,44988,52725,30407,35846,53638,42230,42795,33443,30842,51011,35087,48337,41422,37672,37672,36834,41912,53650,36948,53653,34884,35957,42312,43125,36307,48890,29882,50087,48999,50206,31975,48287,46157,52174,37450,53677,37278,30325,31920,41606,43875,41750,42982,35486,33572,46428,43924,33501,52118,41503,51157,39981,29959,53699,47487,30197,44549,31541,43056,47665,40944,35718,52917,34059,34898,51518,36961,31308,47449,42595,42595,37596,30908,31977,29850,35880,53721,45967,38533,53724,40819,35829,53748,45230,40819,44685,54010,53749,47775,29763,53299,53734,42821,47775,33912,53977,38238,40176,33302,37447,53748,41233,53103,49095,46448,36202,53755,31633,33977,44174,48761,53921,31941,45229,40843,43465,40870,32447,36147,46448,53749,34982,53135,32997,49189,47784,30683,47960,34771,53743,36638,41663,45514,38553,30411,44653,47511,35032,53762,52553,53764,1,53767,0,53854,53766,32092,3,53770,2,53771,53768,53769,4,53919,53772,53937,53773,49604,7,53897,6,53774,5,53779,53776,53777,53778,53917,53775,36435,53780,53779,9,51013,8,36435,11,32265,53781,53782,10,40980,53783,32265,53784,53785,53786,53902,53787,52966,53788,53871,12,53848,53790,53872,13,53850,53789,53848,15,53879,14,53791,53792,53793,16,53869,53794,50676,53795,29746,53797,41584,17,29748,53796,29747,53798,45485,53799,32383,18,46810,53800,53922,20,38485,19,30468,22,33685,21,53866,53801,53802,53803,33685,23,29749,53804,53884,53806,44119,53807,53863,53805,53862,53810,53811,53812,53913,53809,53808,53813,38459,53814,53843,24,29750,53816,53817,53818,36290,53815,29995,53819,53847,53820,44020,53821,42196,53822,49813,26,53823,25,49814,27,32880,53824,53826,53825,53935,28,47139,53828,29751,53831,53829,53827,53830,53832,51012,53834,53833,53835,33147,29,29752,53836,37407,53837,51897,53838,49034,53840,53839,53841,53842,53920,53957,53943,38459,53844,53967,589,53917,10076,53958,51929,36608,53883,25980,50676,31038,31043,29742,53747,29733,53867,53847,53849,53850,53982,53985,2327,54017,29736,43850,27107,41584,36026,29717,53988,53980,905,53888,53817,54022,54007,4640,53922,19866,53854,5622,36290,4940,53866,53886,32265,53974,19666,45485,50644,40361,53857,53919,53930,29725,53979,11203,8117,53829,4252,29751,53947,7351,33147,53860,49813,3727,38036,53892,53774,36023,3836,53863,7810,53890,11960,33685,15658,42196,53876,53915,29706,53756,18056,29746,15978,21267,53936,34404,19485,23320,52966,20480,53848,28894,21892,53935,53874,53769,17798,11007,53877,53878,53751,53951,26202,53793,53753,53983,15009,8051,53853,590,36435,26390,51013,53882,51012,53887,42738,11854,53884,833,42550,44135,29730,53907,53925,29749,9792,37407,53885,51897,16894,10134,32880,6041,40980,14979,53966,53614,10417,53744,2995,10673,17196,38588,8276,29995,40843,53899,53886,32265,53903,53902,28817,53782,53952,54018,53989,17994,44119,53891,39521,12587,53897,43585,53893,29752,53986,1104,53823,53894,29707,13538,53779,590,36435,53856,13707,53865,53742,13943,32383,53763,53900,53901,53904,53785,53864,16083,38109,14515,53830,14715,41428,3819,35638,53912,29747,53968,8288,53811,5702,32092,3464,53981,17862,44020,29735,53542,53910,41465,17359,2883,53918,53777,16241,53760,53991,53765,27281,7175,49604,6200,53872,43222,53909,41430,53737,19308,30468,53859,53934,53933,6598,13512,45772,54006,53960,16614,53862,53972,53924,53802,11960,33685,18616,53955,53928,11963,53833,6557,53770,53931,46810,53914,53767,53851,29748,28818,53871,24175,46702,53861,23331,20596,38485,16424,17546,53826,53908,47139,53926,20150,53843,12410,17556,53937,53906,53921,2942,53941,54009,20480,53848,48761,53895,27198,49034,14058,53999,53940,29708,49691,24942,49814,24583,29750,25981,53869,53898,26201,53791,13538,53779,16915,36139,4605,53870,143,53771,5281,53808,29724,53977,30436,53911,53950,53879,29362,53913,49085,49050,53723,29744,53726,53022,19388,53929,53727,53939,31461,53973,53730,25366,46588,53729,53932,42590,53956,53990,53964,53963,53880,40058,53731,21298,6863,53993,53750,53996,53754,53745,53938,53905,53944,53738,53953,53946,53965,53923,53969,53970,735,53728,21042,29737,35528,41642,47112,29721,53746,31655,27926,50101,29722,53740,26321,13834,1640,53858,42422,29712,53976,6957,32929,25367,29723,47921,54002,51817,22281,29741,36935,53987,54023,53724,29727,13380,53759,29728,41888,49046,54011,13045,47511,39785,54000,53995,53948,32006,4229,53975,12072,17797,25489,19902,30934,31823,53992,53852,38501,53994,29734,53889,54014,53927,48083,53752,12227,39401,15513,54001,53855,53997,53755,29726,53962,52020,14970,29720,30682,17120,54010,53959,46219,20563,54003,53739,29719,53873,48389,54004,11553,53757,53961,54005,29718,53942,29738,53971,54008,14057,54020,54013,54015,4243,54016,29716,53735,50386,53949,53916,29045,54024,54012,26316,26478,53875,54019,18370,27173,29745,53881,53846,53845,53954,47340,54025,54116,54539,54410,54546,54106,54346,54249,54411,54529,54255,54163,54338,54495,54524,54243,54112,54468,54212,54219,54389,54266,54552,54466,54180,54400,54339,54044,54179,54281,54503,54174,54427,54429,54327,54161,54379,54183,54149,54112,54032,54055,54105,54055,54171,54318,54162,54162,54326,54417,54292,54186,54124,54045,54146,54223,54230,54454,54223,54056,54030,54164,54194,54379,54421,54492,54374,54160,54227,54437,54320,54149,54162,54213,54040,54368,54250,54461,54540,54418,54441,54225,54177,54455,54498,54076,54063,54539,54274,54553,54516,54067,54218,54048,54468,54161,54305,54517,54423,54146,54417,54254,54499,54177,54463,54321,54443,54433,54363,54550,54175,54196,54413,54508,54041,54214,54244,54271,54309,54533,54533,54526,54466,54230,54556,54244,54293,54552,54095,54244,54258,54333,54536,54353,54369,54379,54404,54503,54253,54150,54160,54440,54396,54384,54532,54083,54382,54240,54262,54222,54551,54371,54447,54263,54520,54119,54299,54529,54511,54430,54246,54030,54465,54048,54263,54049,54525,54041,54372,54365,54034,54093,54196,54449,54273,54127,54465,54276,54515,54502,54264,54421,54098,54510,54390,54465,54531,54461,54223,54335,54078,54227,54326,54462,54142,54173,54353,54315,54276,54245,54147,54325,54335,54442,54424,54455,54345,54189,54135,54042,54482,54090,54184,54030,54256,54242,54321,54201,54526,54328,54383,54404,54040,54368,54340,54334,54038,54383,54353,54496,54387,54487,54516,54453,54114,54235,54151,54488,54341,54392,54055,54342,54509,54226,54115,54115,54508,54476,54508,54347,54079,54501,54390,54513,54463,54542,54143,54311,54326,54110,54361,54519,54123,54176,54459,54330,54330,54144,54144,54271,54423,54103,54335,54481,54283,54034,54111,54390,54370,54212,54359,54086,54291,54348,54239,54465,54172,54293,54164,54440,54443,54031,54053,54352,54547,54058,54137,54028,54320,54444,54420,54307,54422,54340,54555,54545,54558,54116,54221,54350,54317,54317,54443,54503,54360,54126,54094,54488,54099,54113,54405,54227,54398,54248,54071,54203,54428,54118,54395,54405,54477,54036,54177,54115,54323,54338,54269,54224,54305,54080,54540,54167,54439,54122,54518,54120,54491,54388,54048,54313,54341,54064,54373,54068,54377,54035,54324,54355,54187,54055,54055,54269,54187,54132,54330,54430,54426,54446,54518,54483,54160,54289,54558,54205,54193,54101,54449,54517,54517,54525,54353,54403,54434,54217,54309,54429,54233,54525,54480,54451,54550,54498,54087,54314,54544,54537,54266,54426,54074,54080,54541,54488,54375,54284,54534,54489,54249,54536,54537,54120,54175,54189,54145,54459,54290,54290,54052,54250,54301,54186,54485,54361,54231,54231,54434,54181,54303,54082,54548,54364,54335,54519,54167,54254,54489,54397,54256,54267,54546,54513,54410,54078,54445,54477,54275,54197,54524,54190,54133,54152,54350,54135,54125,54427,54215,54493,54458,54492,54333,54088,54131,54435,54133,54086,54215,54215,54282,54217,54372,54277,54501,54145,54097,54486,54338,54185,54212,54450,54329,54185,54066,54513,54507,54094,54094,54109,54109,54345,54433,54437,54293,54420,54387,54453,54441,54325,54123,54376,54147,54260,54209,54209,54048,54275,54053,54058,54538,54173,54406,54278,54373,54278,54457,54487,54070,54354,54170,54352,54510,54061,54061,54056,54241,54381,54320,54342,54521,54511,54272,54105,54332,54137,54192,54363,54275,54112,54518,54064,54155,54074,54198,54130,54452,54321,54031,54164,54525,54479,54479,54447,54104,54050,54248,54121,54116,54041,54081,54331,54329,54248,54415,54297,54169,54498,54304,54417,54095,54267,54358,54072,54298,54417,54098,54344,54064,54475,54106,54484,54369,54026,54534,54026,54416,54170,54426,54292,54149,54181,54172,54183,54469,54383,54258,54297,54557,54135,54132,54060,54494,54110,54088,54370,54398,54273,54282,54125,54341,54273,54228,54057,54200,54286,54376,54236,54092,54092,54149,54534,54312,54208,54467,54131,54065,54065,54514,54509,54374,54478,54418,54261,54416,54535,54270,54478,54402,54548,54437,54334,54272,54028,54229,54204,54206,54557,54192,54168,54266,54347,54337,54209,54491,54172,54211,54295,54383,54432,54095,54159,54539,54077,54124,54346,54109,54308,54484,54114,54472,54431,54166,54232,54522,54287,54462,54126,54145,54286,54493,54493,54179,54114,54384,54336,54223,54134,54508,54301,54304,54405,54469,54289,54333,54031,54346,54497,54540,54214,54275,54285,54291,54202,54378,54108,54069,54239,54490,54365,54365,54440,54234,54555,54400,54331,54422,54033,54363,54351,54177,54236,54535,54386,54061,54348,54203,54220,54066,54160,54209,54240,54243,54057,54118,54456,54451,54503,54249,54257,54357,54165,54471,54153,54515,54501,54342,54163,54259,54354,54543,54523,54315,54458,54407,54457,54540,54208,54034,54467,54404,54496,54284,54213,54213,54461,54552,54211,54351,54073,54544,54274,54528,54517,54043,54389,54425,54158,54232,54128,54532,54097,54345,54072,54162,54132,54334,54038,54337,54255,54220,54542,54271,54146,54412,54439,54531,54314,54277,54196,54044,54074,54224,54113,54285,54544,54442,54495,54417,54168,54553,54394,54464,54504,54504,54076,54296,54242,54199,54345,54038,54081,54471,54037,54240,54328,54121,54302,54143,54342,54304,54558,54527,54242,54335,54444,54554,54125,54222,54314,54151,54319,54128,54391,54129,54294,54490,54440,54267,54235,54381,54039,54415,54549,54216,54275,54464,54382,54389,54357,54339,54490,54362,54324,54033,54231,54287,54234,54039,54280,54349,54306,54114,54147,54436,54487,54054,54521,54245,54545,54057,54314,54359,54302,54178,54234,54469,54367,54202,54202,54371,54308,54443,54385,54316,54255,54087,54087,54087,54294,54273,54225,54171,54355,54528,54516,54062,54319,54265,54449,54247,54179,54177,54525,54053,54182,54033,54054,54078,54242,54186,54115,54323,54050,54117,54182,54399,54351,54161,54182,54288,54035,54035,54142,54113,54521,54542,54556,54409,54166,54506,54266,54532,54173,54380,54289,54444,54242,54479,54304,54127,54173,54409,54034,54248,54554,54256,54268,54446,54507,54195,54411,54136,54191,54055,54111,54071,54318,54429,54125,54359,54147,54046,54351,54356,54107,54446,54425,54425,54450,54495,54270,54319,54086,54448,54497,54505,54218,54316,54205,54554,54474,54506,54270,54473,54408,54322,54438,54302,54419,54245,54100,54242,54376,54106,54142,54317,54264,54287,54529,54068,54518,54492,54492,54037,54358,54047,54557,54199,54404,54140,54495,54064,54056,54200,54148,54505,54143,54478,54232,54238,54211,54098,54541,54325,54440,54172,54406,54295,54157,54173,54194,54207,54544,54526,54126,54134,54501,54080,54203,54276,54232,54141,54141,54486,54073,54032,54135,54281,54281,54279,54351,54423,54410,54196,54262,54524,54082],"k":[0,2,53772,6,53778,9,53781,53784,53788,13,14,53794,17,53799,20,21,23,53807,53812,53814,53818,53820,26,53824,53827,53831,53831,53835,53837,30,4604,30,31,32,11967,33,8511,11933,16445,14715,14710,12401,16862,6372,16174,20823,15872,3107,2952,21678,20690,25885,17982,3630,27525,23345,17269,21990,26700,1181,1871,9000,25385,13678,17031,20124,15638,27173,11813,20886,23891,13189,21366,4105,14634,27954,6602,11015,9695,6879,5196,28895,18726,1174,20740,22022,29435,18116,52,20012,7502,12956,6808,5055,482,13629,4143,4975,20286,25800,14300,22232,26999,14409,12455,5723,25047,888,20845,28487,8149,22706,16439,7174,25779,14328,23209,6244,9392,15187,2055,14817,6506,22341,23010,6047,24522,23834,26346,10420,12836,7239,25298,2021,9564,26716,18323,7007,14339,15699,22834,3658,10186,587,18617,17409,20689,5697,4990,5834,2828,25037,11142,24646,18247,20831,27671,21818,7132,21083,19582,19177,7511,26421,10722,27281,5191,1178,65,29252,12757,16387,12021,7715,11305,21473,3388,17547,15213,16623,26179,4989,22067,13383,16390,25808,15042,71,17032,15573,8197,24665,24736,20770,9564,8426,4519,3232,16267,816,17119,23899,11466,18687,26091,7953,14678,14622,5484,13810,23771,7904,11520,18580,25487,16909,21931,17877,11324,20420,9973,17851,26271,11159,5870,24396,23792,6058,12627,78,29169,18787,21743,12418,3783,15592,9867,17398,24727,14834,5195,21577,22580,1108,12006,13505,2373,17884,4170,5657,26027,18653,2851,24092,7617,53852,15032,29181,2985,3873,16600,9256,10535,26062,10874,18347,22032,12339,22719,21150,21033,28217,14775,15142,21301,4700,7648,21392,17906,24461,10553,23698,29063,6454,20128,22994,12806,4786,18905,6691,1868,15518,21494,29633,6558,124,28668,17864,9739,21141,6960,8857,13793,27608,28605,10174,10835,2826,17467,95,6576,9532,13217,8242,14209,26669,29308,2476,12983,2149,1788,10655,4725,22743,14372,2439,10102,12549,27679,17997,15065,288,6176,3637,1991,27243,26328,14814,20604,5165,28717,6705,14926,19604,104,21107,4788,10836,5423,6498,15475,23454,10027,14493,107,25733,19755,12362,10332,28132,15205,3379,10900,11809,28804,3544,18874,5286,5901,9409,2868,11026,6972,7790,1998,11810,16808,23859,25986,21578,10261,2569,14040,3206,23487,15962,10239,249,25346,5728,14804,11172,25278,7258,8363,8402,3591,4515,14777,118,22857,3833,11239,10632,26181,5674,2425,15862,11040,6206,2547,1991,1991,5546,26155,17987,22452,15676,11524,22481,8059,2332,13857,11772,13730,20663,16422,13279,11262,6142,10560,14408,14783,11462,29367,11181,11969,9832,17744,24545,14164,13602,5775,28716,10757,23729,5709,22042,3293,6101,4603,5345,5029,25400,19010,23416,3541,18208,23494,4996,7796,12518,20160,27029,20207,976,19374,10530,25001,28370,23162,6715,8461,11650,132,11320,5584,3322,21100,12666,12773,27218,21944,15916,16520,19793,28345,24925,1782,18724,9936,136,1707,12470,20914,4672,22878,4153,19020,4554,2650,17793,11822,21414,28003,3910,14629,3562,20954,14345,28652,13547,15808,17525,143,27313,3525,10424,17271,19115,11170,19621,724,14685,8372,20707,20293,18134,10900,11621,16018,10208,21627,9154,16707,18777,12817,18452,11419,24053,16030,16487,2564,17415,2575,27828,5499,268,26128,29196,3364,22990,2888,14677,29672,16695,152,9725,26866,1475,14828,27123,10112,9806,21834,9800,9599,20109,2390,8220,156,6095,9759,28236,19487,3771,22707,29020,8313,2259,17061,756,24893,20420,3377,3023,17765,16876,28840,10762,10201,13643,15388,16009,28650,16224,24538,11011,22772,13965,1202,13966,8244,18655,5340,2386,2050,19455,29147,12381,9842,6845,16874,2918,22464,9964,25311,13783,8524,9620,4346,4242,29577,18333,3317,174,23130,15582,13928,130,25161,25134,2933,176,24286,18814,13185,4013,22029,9826,5518,26194,1023,29674,1391,23983,13750,20819,24724,25310,24647,7681,2651,16883,12620,26480,18588,28819,17676,7616,1035,25248,181,27451,8926,12987,27405,5882,28815,11941,20987,9712,23440,13530,18150,26902,13635,29157,26680,28982,24126,26857,1988,2070,5383,15907,8459,1468,29001,29346,16810,5865,10905,21050,13560,18141,14458,14231,14531,28717,16561,4662,37,20653,23745,26996,185,21534,14609,2635,19799,19982,29284,19652,9981,4097,27289,5886,4949,22635,15362,5496,24010,9318,6897,8580,7701,13074,15445,6409,29671,14602,9053,11156,53939,16423,9307,1371,18227,2868,20485,15492,12131,12897,2391,9356,20644,21288,13686,23907,7842,27352,402,28143,1546,6105,28953,7093,25728,9635,29180,20808,2911,19637,155,14964,28547,9138,5696,27714,16260,4390,28938,11661,198,3780,13160,16012,18800,14032,201,11492,15930,22385,7719,9357,14012,16021,6319,26959,10953,26539,22099,17213,13365,23200,8846,14980,29657,29296,8283,1901,1977,8283,207,28261,4631,24051,14085,12547,18050,14194,13996,27445,18192,1056,23056,2680,24830,4139,28144,9564,24021,22059,25570,5769,24260,23324,23328,4944,1172,16705,12187,20564,816,8966,13192,21083,554,8115,12942,13517,17617,24480,21003,15302,10011,27937,18745,28066,18466,217,417,1625,3557,12203,11385,9516,10067,17143,24357,24677,5861,9743,16267,53957,11826,28700,12099,6467,17227,4397,22796,5899,13650,3977,15076,26503,19737,20611,14039,10468,26664,11944,3905,27628,6223,15489,9934,13955,10306,12887,21980,15078,3838,4242,27206,8540,21492,3244,17214,23667,8877,15815,23909,3708,29235,14014,12950,6120,1566,5982,28701,2383,26656,21970,14302,12020,26288,16510,22221,1386,14098,9317,529,1361,11561,7006,6338,19219,24736,6345,924,13135,26374,22052,12300,8799,18149,11118,16784,1339,20950,26193,10989,27407,17048,26910,28262,27290,29378,21517,27747,242,3534,8627,28966,9403,23522,3993,26164,9562,4058,9235,10257,28358,5161,16785,24875,12598,27207,28056,17838,3974,7733,13105,15169,15662,26533,17431,18686,5780,13460,2558,5074,27166,22890,2667,8933,17648,14599,23015,15725,5756,10649,23355,25984,4956,24845,20931,7860,23425,9915,19421,14679,20977,28112,27969,19100,4766,21062,24758,11434,19367,21446,20622,14263,4770,256,21469,8531,23891,14422,1858,19320,10821,9211,26777,6418,22230,22338,20943,14149,27469,25667,29162,26750,1673,1941,18164,25991,9379,21195,24898,24057,28158,2734,14722,25755,20782,29576,23384,654,6075,22038,26515,20592,12892,17282,23690,5114,6131,15374,4606,11324,6625,13975,9755,24779,29103,29058,12794,29098,23754,19267,11072,8986,4922,967,22445,6568,6442,12849,19597,5916,20855,15251,8103,24840,12738,1809,28962,16349,20492,24118,2894,499,16125,8399,9593,10002,23717,8393,10611,26617,9464,10377,14185,3506,2648,17458,17911,407,11885,9317,9594,25130,13498,11325,28823,24736,29730,10333,25827,24080,2337,15445,16422,6285,28521,13921,8520,6712,24051,29627,10096,1391,2406,24976,10751,12862,4477,19209,7832,9943,19289,694,20903,12510,10241,16970,711,18445,23573,20862,14922,3909,5609,18454,14115,4383,3321,24659,3292,9890,922,26326,16134,22788,26329,15236,26011,16074,9534,10216,22825,26665,23124,5708,13574,15039,11613,4731,18225,26004,11815,11815,6469,16333,11285,14359,2343,7835,18038,17382,5421,24029,8750,27215,28936,3264,19572,10065,17161,29554,12223,11339,28189,24899,9608,6193,29376,4476,5957,28047,4498,23402,21406,22801,18626,28826,15538,26762,4035,21173,19393,5761,17944,12190,293,21570,12570,29425,28070,15416,26279,16793,16029,129,26192,7217,5221,23188,601,24192,28262,19750,14138,297,4036,1639,24206,26365,25220,5154,20283,11575,5495,12912,12760,12599,14441,18987,17163,11022,22943,20638,13475,7194,4133,18337,16926,25712,26497,27653,7207,9494,20065,8799,5597,7731,8251,12513,20632,12168,5124,18668,10207,9749,25324,3891,28856,17167,22331,8934,312,26521,18336,2610,21011,19067,28844,7003,15193,19285,12210,3269,1460,314,15597,25746,16079,12689,19999,2670,14398,4447,21163,24971,17677,25073,3737,6534,6968,6524,27178,20514,21337,10466,29493,5807,28690,24702,3690,23554,22387,16050,27909,13321,20216,22635,13053,26235,323,10164,12448,11157,3574,18591,10621,12977,16445,32,17038,7699,10698,17682,18708,24966,2651,28263,27943,5777,5163,6229,18110,330,15690,29090,18196,5822,5240,27196,21601,10600,22579,9762,8019,6643,3067,3049,4468,2234,29082,23137,28039,24523,3528,23897,6939,6701,3511,29084,16121,23548,5908,22138,15257,18698,1631,334,14475,28735,335,189,17095,25056,10625,22718,16123,18256,3870,11565,21127,20497,337,7057,21331,14167,20208,4378,8578,29156,13521,27750,28788,24256,10872,1317,25413,14017,6033,7619,18108,22430,14045,12713,25719,25474,13462,10566,22309,14104,20542,18587,24775,17018,29264,3106,327,2418,9699,21719,9547,5835,26709,1047,17081,7375,19116,24217,20802,6151,24165,13519,27933,23957,22605,8198,25951,6283,20277,24330,1511,4972,18349,5610,16775,18712,28879,10616,348,24228,18855,14544,349,14882,11472,22912,4243,24371,11660,7761,27715,22034,16320,18316,28168,23491,6632,25470,28954,11274,7790,21375,27435,3142,24698,9199,3398,9331,20299,12189,11418,3617,13166,15188,6088,21071,90,14863,6344,19105,29740,13573,3734,4423,23960,18983,8829,943,28025,9407,19785,20886,4248,3709,18696,24016,16132,17829,28354,29147,17125,10306,5742,14008,3080,26898,6535,1708,13254,8548,1535,21773,8192,20427,5974,20310,19908,9699,13699,2705,3499,15522,6150,14410,22762,10532,12342,9597,8019,8869,11799,23056,11210,24845,8707,26937,8044,20535,16005,28403,11431,491,26210,19073,8037,24488,24355,20380,10358,1400,20880,23548,15543,5691,9386,1198,24561,27469,12787,9466,21120,18312,25511,7338,26768,22574,18548,28907,1693,1874,9574,28003,7015,5326,25616,23356,23896,21327,16184,19132,26351,117,17104,10723,28779,19748,28794,13457,12262,3526,16020,15291,28034,10803,28610,378,27952,25841,17783,5388,10708,20252,4128,6698,4706,27440,380,5040,21457,28264,29411,25128,15858,3844,9999,11215,26605,21601,12808,9312,19145,3929,17821,9434,12131,7344,14629,28667,13298,16996,26994,28291,25904,12230,10544,6036,24130,18754,17330,4995,26655,16015,3189,18230,596,17240,17552,16403,4616,13540,11547,20194,7906,19035,27953,21123,20505,8492,21649,19384,28694,18128,7395,17529,3084,25573,5489,28598,19879,5926,18697,20073,14401,6785,25361,16009,7064,13721,26555,28251,1416,18682,3514,29734,19054,23837,19519,23183,13126,12365,14035,4951,7618,12818,16728,15392,728,21291,405,28025,1389,24109,13254,4804,3343,20722,29516,6944,19123,5493,14444,3789,11844,408,24450,2707,25790,17662,997,22894,19543,7615,25460,7303,25239,5150,27542,5204,18608,15289,24112,24033,19439,5503,20542,7112,2374,15938,10119,2083,5905,4750,16287,13188,9856,12039,10607,3283,12727,29551,8486,18563,5613,20734,2860,13497,23842,23597,18659,23504,18059,28381,14822,23009,6364,24018,25704,16117,16479,13480,2666,692,17176,17296,22251,74,26354,3389,2997,4899,16740,12965,16815,11806,309,21532,17074,26409,27265,7149,4102,17757,7761,27606,16467,16388,23861,21903,4689,10189,29601,12281,10510,1760,1433,3766,20729,25410,24485,28261,23054,26075,4087,4764,12612,23232,9159,18866,19500,23646,29248,657,26945,23087,7829,14929,8370,21303,7927,7488,8689,7226,11487,14717,26498,21376,21106,2925,28289,5798,21537,8079,17494,19589,7989,26309,23823,18601,2070,9463,11294,11156,10568,21855,21333,16261,6410,16488,12012,4387,5567,20616,24354,3667,7930,16589,4362,14657,3835,28205,9813,22166,4971,27595,4862,26562,25048,17748,16446,18707,8406,10534,19378,20115,19378,448,20132,14023,3524,26993,4236,29184,27151,1710,19388,7110,19841,620,9589,5500,21356,6655,17753,26334,22156,27317,8709,17322,22334,5154,2458,15532,3218,22940,16129,12841,27944,26175,18433,27712,22533,15919,19062,20187,29413,21329,25171,462,15004,5449,7243,28929,28098,28346,16330,12524,3406,18386,15987,19699,24407,21228,20044,27959,3040,568,18590,6475,21557,7550,2407,24609,18689,22753,25211,29513,13059,14410,1135,6306,7656,26156,10600,21994,5626,3996,21219,27861,25113,2357,24515,8799,24847,8971,14461,16851,14159,4458,7692,8364,3893,1856,26050,10406,25042,1827,10368,3028,11308,4239,8297,1038,25137,18858,17873,28784,481,19973,22647,4947,28549,28916,20536,7016,15205,485,24224,18663,28029,20520,13601,11153,15836,6493,1361,16873,29400,15968,26407,27100,22508,8497,25593,9533,21741,11912,28584,15462,12192,29345,15802,26979,6874,11319,6310,1148,24499,6385,21299,17387,13699,10232,24807,15673,18130,18909,23030,23828,3865,496,13082,19416,19924,5961,25240,19302,16115,499,3742,27856,26614,3117,3718,23979,28546,9262,1714,13131,4637,29242,19575,14310,21171,15616,4275,5250,8596,12792,9120,5730,18146,8185,18257,7248,7301,27336,8691,24497,16138,26548,12440,16700,16950,27566,29210,286,12030,6086,5212,5629,8934,10733,18094,22807,2699,13846,28749,20541,512,9769,10029,12042,5565,11692,22128,23495,29604,19887,20972,11967,11147,19957,19505,19034,514,515,17677,724,11510,1399,22731,17858,4730,16939,2696,10986,23791,28293,4071,9331,14299,5806,25628,11947,14425,21739,8659,8699,6777,12091,7595,9550,7005,27692,14144,18149,10328,13675,5109,29256,4999,6093,28798,1293,21314,24150,19040,8237,23733,4729,19493,15610,20304,4107,2537,11259,15642,8687,9259,13280,3266,19304,17908,15741,15162,18764,8491,6478,29272,1686,3535,12127,5962,22598,18899,11109,15652,8150,27125,29561,6729,19092,25092,14286,19184,13355,9329,21923,24602,11227,131,22036,29193,1023,23731,14259,23658,12553,14494,23745,10059,27006,7425,22452,25989,11471,18847,6061,4472,16943,21557,28366,22387,8018,26332,28631,23548,5138,17541,10559,5358,801,25000,29324,24896,2898,17251,1688,7542,17223,24543,7941,28269,18792,19237,28266,27463,9073,10702,23264,759,14722,5744,22984,4908,4156,2545,13715,13471,543,19808,15784,1690,8273,24445,2990,1410,9185,20623,19904,1410,5947,3509,23377,19678,3010,28711,545,15601,17365,407,22069,547,26674,10159,53967,23666,13171,2015,3090,15116,24706,10510,22071,15700,8463,13362,4746,10547,20222,4565,7091,12753,10513,2337,15568,18320,556,558,2276,11802,22914,10608,7384,18500,15154,23445,16891,16891,7035,29355,4298,14656,7763,14015,752,18798,1744,2969,27517,20471,7579,28062,20248,10072,12594,3271,9922,25400,4098,9431,24882,8522,24966,25975,5761,1566,5015,598,19114,20794,19678,2561,28653,4465,9480,17460,29582,17443,22695,19984,26510,11958,29288,20016,18713,3417,9625,27076,26224,6719,20144,16262,21545,14113,22645,24865,19249,3860,19215,9832,577,6234,10036,1594,22836,12307,3650,19605,15250,28347,25715,583,11484,3981,4285,17581,17807,5973,27092,17954,23702,2386,25882,28816,14724,7725,713,713,28552,12777,17090,13503,8471,15222,20853,9879,2977,25854,10176,3761,6491,4060,24197,7152,589,9812,7704,28896,1993,18706,14625,10661,2215,6483,27847,16079,1870,23566,26021,21368,2571,3736,14477,24666,15321,11267,22929,27137,14176,29669,18974,6529,597,13923,14178,9620,24158,27370,11950,4821,9287,15799,27519,3531,25084,7180,25040,11062,17055,9483,12065,15831,17824,10056,18772,16808,8147,2833,20576,601,27610,20780,22690,5672,5672,9986,3760,5298,23872,26877,3743,10063,6230,16652,4705,13009,13592,14758,606,18568,25526,26742,15306,27772,6603,15758,19711,16514,5377,4627,25817,14477,20150,7960,22918,13600,14368,22418,2828,2255,173,612,27692,28790,9190,28751,25517,12537,5031,17229,22545,28223,1695,9672,16870,28548,4006,24659,27129,13818,18746,28024,28024,22643,25348,24303,19301,333,16215,20768,18141,2636,19053,19053,2411,2689,7682,16071,617,26034,5525,1218,26371,26911,16456,24248,619,3598,1133,24079,2048,23531,25027,20263,21149,16952,13274,2364,7798,5319,8582,7139,26453,14382,13708,8192,16177,624,7203,25554,19508,14034,18751,29705,29705,29619,13107,19410,4499,8571,7820,3956,28351,7355,24662,12626,25613,14267,1596,628,26785,11884,15301,21113,26940,23672,7722,27560,1517,22048,24672,12413,23951,8022,17408,12078,4251,26644,152,11994,5161,29259,27155,6135,13541,9403,24360,16496,20042,15203,117,6330,9751,8362,16500,7522,23411,5379,27506,8527,15254,25850,23848,13220,16381,9755,22786,17054,15218,1561,2501,26881,642,7064,7329,3545,11211,8259,29658,16006,13673,3329,1483,27002,18089,29361,7307,6542,10539,21193,10407,3871,18163,21320,27432,12164,19420,24855,11359,15158,10743,20629,21222,25805,3460,17777,18731,12934,1791,5330,18729,1865,4749,652,25199,19014,3134,6294,2596,13058,17186,28908,16097,8473,21156,26932,18027,15991,23024,6662,26953,22570,22978,9384,17430,29587,15788,17871,9559,20815,19394,28615,6518,23075,27428,23507,29279,27686,15072,26249,13656,7922,2974,21176,8672,23464,15452,5247,24533,7962,7784,5103,15802,11384,24904,666,16320,25410,15579,17014,22053,15550,16332,29063,11852,20920,9613,3642,9322,22911,3352,4258,11201,1442,6689,3570,24023,3622,23810,28516,5017,9898,19559,4875,10565,8593,3702,20104,12674,11172,673,10469,12927,3647,8562,28502,8352,23014,18726,657,11001,19099,10109,19051,12314,20913,24650,20913,5925,4489,15457,29011,15549,25425,10662,8925,677,2311,17959,20108,1811,8521,25120,23770,25439,16805,5339,18850,7969,13138,12635,10257,2272,12444,1590,24627,5064,13261,22704,14320,22506,8642,13427,2704,28155,24943,8244,16245,2663,9340,18689,16821,24365,7302,12527,19011,6443,2338,23148,18078,4592,1594,984,10240,16515,9090,29671,5579,19430,9646,15761,8091,1394,8106,3362,9204,9066,21396,2554,15462,11450,13013,21751,28784,22794,23637,9931,16682,15135,10386,15054,23456,2544,24903,14708,13423,13423,11401,3972,12289,15900,744,2503,13713,12060,8813,2064,6304,21441,2033,4801,20049,20263,11919,24808,701,2053,9946,14621,3749,10860,7557,2813,13680,21352,8660,19068,4450,10499,17515,3974,11383,704,14162,19983,12666,20602,18564,727,16025,8034,16190,6565,27748,17862,12471,27634,1147,17853,710,9337,665,24124,6310,12346,713,714,11322,1906,25801,5921,4676,27962,13727,3507,3805,14421,16373,12131,28721,7032,20622,16585,16975,8842,17444,21821,18057,22040,4088,15639,10703,20806,12451,13752,1561,16665,27519,11490,18693,15850,6576,1779,22957,23958,13586,18358,15472,20297,2568,22312,128,16815,13409,2097,20269,17344,15811,25289,10856,8015,8005,3274,22358,14004,1773,24193,9853,10783,20918,21822,20601,21024,22951,14837,7394,3327,18912,2869,12007,4847,7737,12377,6766,7603,11237,23028,1088,6188,16632,7138,29449,10472,16008,13059,2707,14667,11341,25342,9141,24251,4049,732,9458,17057,11329,11728,12222,26603,12822,7586,25017,19153,14095,11598,9905,3310,29446,24760,21066,2351,18968,2119,13867,7301,17793,740,19209,6294,740,13010,5369,16463,25970,13325,11277,18961,17896,4707,28651,6550,6625,18072,20349,749,14912,27577,3991,3868,21775,27682,15269,24453,13263,12630,12630,19868,27705,7531,26475,13926,8411,15542,3900,26995,23368,27538,4411,20499,867,20081,13410,25397,4272,8370,22912,12078,22307,20687,1971,27984,5801,7289,6328,18580,15268,28756,9150,5091,2441,17249,19428,18875,3603,14039,19653,8127,21215,19183,9236,16592,16434,28478,9251,11918,18902,10017,19253,24365,13028,21458,1726,9267,5549,18419,3714,23830,25591,759,21005,18090,26674,25828,29062,9561,1762,10680,9436,1535,26545,28880,14040,8258,10375,15029,25708,16060,8813,16121,9119,11305,27812,16890,522,83,3016,3614,24364,23169,12399,29403,29403,12082,25538,2988,23300,7512,8277,21921,29512,18413,1721,5675,10245,772,10657,2424,29589,20230,8824,24340,3276,6494,22652,12582,26078,1093,5414,6815,24916,25886,23127,19143,20173,23146,1422,4881,28626,9414,25453,25227,23794,18483,20084,25467,22234,11302,28589,783,7839,22240,22724,19203,29559,21237,15819,6719,21074,24750,20841,25991,29204,23473,26144,2921,26875,4214,21402,24520,8999,6834,12323,25267,21134,9501,19584,18625,17072,10182,13060,462,17168,12005,25907,26383,2672,22273,23676,26572,13204,9777,21643,2903,29213,12124,7463,14561,14044,17911,24427,9156,11790,11790,16630,14694,8579,23138,10782,24918,16211,17149,4735,1154,16770,2142,9263,13395,21625,6966,10717,24061,2794,8333,22300,12168,4199,26346,28644,19884,12989,16653,3419,4548,8293,6610,29558,14741,9571,13664,2470,13563,774,5640,10615,18724,21120,26802,7966,21119,2712,23420,26750,6287,805,20931,20931,5189,16966,26425,6276,28264,13137,1482,27140,8495,9766,13765,1788,23878,10860,1169,28074,25768,24283,7996,4129,3621,8125,53941,3636,2824,12809,5317,4094,4094,813,10163,16806,12666,16934,339,8193,6162,19114,20619,24014,20124,5082,5544,7998,9311,747,24614,17913,1913,29356,26656,8734,18886,17497,6208,17487,8683,9581,15864,28669,19266,6773,4741,23776,27935,6691,17480,27436,28357,18302,11719,826,19850,23534,23151,2006,25789,14943,18717,19719,12233,26259,10359,27783,18053,19770,17075,12089,12680,27259,16855,24517,24104,11629,20265,3854,834,8783,5148,10018,15202,835,10682,26499,24367,26221,25434,6811,28802,18950,21341,19344,14079,12083,26156,23065,17837,25295,6241,16889,17592,22658,17982,2696,20384,20813,27199,21309,22211,21408,2696,29363,25374,4520,12386,20115,12976,3419,29113,9675,852,18089,9119,5394,5484,6992,24972,21745,18271,853,20958,13497,10823,10823,28735,8205,27384,19272,11315,27361,15617,21754,20261,727,26807,21302,17037,6498,23636,21529,21430,27050,2659,16331,14704,12669,2305,4855,728,3006,5409,8899,10945,3786,10102,25103,25874,14955,7331,23172,27584,17849,26230,23355,8272,17753,3967,8649,4346,7213,23836,911,7515,11917,19303,19801,9840,864,2943,8684,20057,6504,6504,16278,6065,43,27209,20067,17427,13136,5751,5670,4933,86,21740,866,18624,3835,3172,668,15515,271,29118,7771,5297,10499,2668,28966,14721,5840,7755,6748,25045,3755,5376,23570,27099,13392,13608,24813,24813,24312,21472,16777,6829,12872,5297,25084,18013,27734,6112,10902,105,877,27218,26457,5994,3311,1571,18687,17525,20834,2093,21942,28203,7042,25408,12847,5327,13809,22828,23161,19171,16518,12344,1790,18891,22103,20489,16735,19189,18147,8487,28388,883,4493,29195,7929,22929,10098,15734,15608,593,22099,5443,22326,28692,18744,20705,248,17164,16634,9890,11251,8265,9577,11228,6499,15982,21226,9337,2725,19174,12146,12219,15315,20707,20707,27268,27757,4793,19961,25024,7615,18410,799,28271,10552,17311,8429,9594,8622,11016,10944,10431,19766,25860,7779,28294,11904,5941,9406,9511,10514,17132,14892,27120,9103,16579,19781,29001,6992,9182,5403,11451,19424,23117,19199,14050,3798,9274,898,9344,9344,27669,26658,10122,14314,25325,3211,18103,15694,28068,900,7128,7128,12978,21760,9951,404,404,29460,29460,4958,23974,27850,15566,28213,11497,6244,10897,10068,6352,346,26320,7234,908,14032,7554,16374,14006,10832,27872,13780,10009,909,20462,8893,2106,15396,10714,16407,29064,19275,23516,27775,10317,12393,24274,18466,29326,18755,2170,29249,17802,6711,17635,24831,5891,18644,8201,4926,20296,25867,3521,23729,4835,23681,28063,28283,23241,4517,12403,10232,11850,14513,25130,21933,917,29543,3904,18772,16316,26809,9580,3537,18300,10183,3883,22343,8451,16026,15962,7014,20442,16234,23662,10005,22020,13155,1393,690,25562,4188,9073,21639,25003,6550,15343,926,5827,928,2601,6536,1474,931,14392,932,22586,20322,23875,7735,1086,9771,25187,2559,24843,8189,8803,21517,3791,3917,18997,54003,21421,26582,28401,6183,14796,17633,10285,14423,5909,5909,13730,12338,23507,20861,15262,5214,18499,7050,16679,16849,16386,11916,165,12318,20244,17282,947,8679,14543,15265,9779,19182,25344,10669,25890,18545,1771,22476,18590,16971,22600,18447,951,17843,22763,952,22648,8647,15719,28912,28140,14528,9397,10182,1795,9462,15028,11145,21821,13389,11451,21996,2040,24881,7031,3633,10759,14867,17665,19987,14048,17665,5858,1523,4830,10621,9713,1794,25083,8984,17227,17454,24951,21447,14504,20117,11290,18112,8482,14833,6452,21644,22178,10684,5420,27958,25639,6401,13493,2419,20636,16937,13294,17006,20147,10430,967,10384,1678,25220,1678,5772,7512,969,10968,3170,29093,5871,22397,24213,8272,1312,24020,7571,18532,22469,8543,27714,12684,11969,5794,17033,173,18305,25441,7143,20292,10411,15374,15001,20774,5799,15370,18480,9336,4896,3911,1856,5807,10219,23639,17763,22962,10878,21632,12588,26009,978,8523,12137,28467,16659,1769,27615,9432,17667,720,4455,3330,15174,16577,1277,1277,14510,11291,1672,26286,4759,16366,27801,20237,17762,20818,15095,11133,656,27559,22634,2270,22460,20474,2095,22971,11374,7756,23633,2709,10667,23054,1608,23104,27402,27549,16252,4059,1954,24623,10122,17618,20652,2792,11965,3395,6549,14776,7428,28448,991,53918,20322,15142,16410,11794,1327,14701,24595,19853,22825,28335,13285,28527,3871,11760,13501,13941,14247,936,9926,27814,27815,4357,15490,9232,23868,20288,6129,996,13574,20932,5008,5529,28509,998,12860,15211,21203,973,16490,301,1001,19075,20434,14030,26412,1197,11558,6619,816,3890,13162,5331,24532,23279,6920,11113,18812,12582,18387,16161,24611,21608,19931,5915,6065,10177,14761,14650,16936,10215,22295,21011,2307,22019,19982,17561,25687,7591,13766,22633,4584,7600,24538,6355,3975,5927,18424,12857,13490,16520,21743,13388,19908,7139,12013,392,14938,27112,7752,14805,28984,16264,1021,26985,20014,23798,3796,10426,16472,20924,8244,12585,26089,11066,9559,23448,6783,6569,9004,9180,14385,11027,26924,1023,29553,12524,11560,18601,22608,22369,6572,28416,3495,13605,25307,5121,2893,19517,7089,10263,10722,15846,25221,23440,14391,26677,11579,3456,21057,6336,13399,4512,4782,26619,11035,24093,2736,19343,21496,25714,25339,21154,21318,2552,1848,28879,615,1592,9078,19989,10001,10609,2692,18168,18823,18258,17143,23103,21307,26341,12963,1034,21307,12507,21062,28325,5013,17003,4383,14674,19992,27269,13372,22011,19848,7699,27686,13610,3307,16522,16376,4546,8839,26236,1123,6879,29732,26131,11237,25061,13123,24705,26538,17803,10451,8536,13151,4352,26901,19111,28104,2479,8484,12907,25037,27711,29214,28663,14895,1039,3495,20329,6568,11471,10982,11931,5632,7807,9373,24844,28289,22783,23350,10891,9166,21514,18492,26160,275,23120,4833,4230,22027,23154,25060,8763,8437,21446,21380,29153,21220,17317,1056,25459,16161,11475,21863,22956,12177,20695,19754,20015,20944,25576,12628,15582,18102,1059,13754,3129,13754,15121,16368,19786,13806,8983,8602,14573,25217,15748,7592,15203,18289,27575,25877,14218,27120,1063,15057,11657,14162,8062,18040,9487,23554,18300,20985,12667,3579,22129,10805,7640,11455,26553,21325,22017,2240,8393,16876,5610,16243,7860,1074,4119,15407,5376,14781,28892,12986,18262,14889,2123,3346,24579,1081,4918,20264,19915,6453,7632,2501,634,13044,14086,25956,4117,17676,22612,24320,12631,18010,12284,18428,25641,3888,19243,24194,15551,20530,2284,25215,9340,13339,23953,26298,15999,25554,26501,8356,29668,16605,22881,3657,10172,18533,6421,13841,17880,9610,25854,4190,23708,1692,20515,20515,17860,23322,19130,23625,22666,11966,23119,1752,28632,10679,19025,25659,26329,20535,16587,19374,22553,27261,8145,25730,1094,21362,14303,6961,6961,15157,4181,18886,16455,21146,28206,29448,21828,26569,14336,19096,28275,24525,21358,21041,11160,4384,27875,14717,28422,17762,25680,15497,15092,12246,7364,2944,1102,11439,8518,27697,1103,1104,13664,9118,22969,4710,9129,679,19010,16819,16579,5295,23923,23923,14155,7158,23509,11185,13069,11977,23957,13895,4415,25552,19812,28461,13371,996,7150,9853,24720,19910,19683,5010,26512,8918,10510,7403,7403,1260,7908,17891,18702,17394,8215,8000,19834,10156,16715,20436,1405,1114,9533,1115,26359,13941,10831,6500,22757,15878,14672,1510,26806,19046,22906,22738,25148,27429,27088,10738,19235,4312,11130,23425,6266,8181,4102,15154,15136,13519,27257,19689,1517,27957,24395,8127,28062,15819,9146,26878,20546,3695,28205,2986,10067,8825,1122,15906,12311,15352,6433,6432,1400,1400,14058,24537,1498,5414,3057,1126,10221,10589,13242,29206,11159,2875,18383,4959,21410,19288,24467,15496,472,1131,11025,11425,18761,7489,7489,19748,24859,12632,10730,21788,22762,10041,15634,15858,1720,8298,1678,2121,12463,10588,24030,21518,27501,16677,27277,21580,22792,15650,20247,2203,25561,7573,5390,22506,9534,5755,5755,9534,23521,20825,23294,26215,8184,29010,16157,11885,1744,17987,10149,11523,4529,5034,27989,19426,238,27479,18028,14577,7412,19092,15047,11174,7151,8191,29111,9983,17515,15183,21065,4699,21546,22976,12325,25227,28340,14505,22897,27149,4710,12473,26791,28975,27545,26013,26052,6898,13068,19938,13582,12491,23796,26200,22061,24958,15788,18818,13213,5560,2669,1871,13075,11966,19551,1153,5056,4746,27861,5187,22276,6470,13408,20854,18732,13433,10597,24739,21008,16107,19508,28199,2421,16999,22681,19132,21689,7562,23605,3930,24169,12535,17547,2207,2404,4815,29036,24015,1163,21633,24115,24115,13121,6895,2136,237,7762,6189,12884,10889,23190,29506,21748,10640,18140,19748,2492,18746,21471,27945,28265,7008,27889,5612,8361,10339,7502,3592,13602,11757,7398,9190,29097,7884,7612,27573,25453,26985,17195,19175,19175,6477,2552,5659,1408,28834,6362,1175,16871,2149,7844,7574,6463,3462,19509,25016,8128,25677,21067,18138,13717,16734,29588,10479,3134,10425,17081,27733,3706,10488,22209,108,6105,12571,12490,27142,10839,16861,19079,15331,6823,17103,19043,657,19516,4339,15599,3480,23200,23322,27875,24782,22759,12259,6213,7362,1350,1184,15908,19884,17570,29360,23879,29055,20864,26320,1186,18973,2949,23818,10262,20901,11269,13064,12597,3322,15338,18867,6933,506,24986,12826,21664,23900,3860,28671,21855,10426,6171,23980,21906,9432,156,2153,2153,25368,22020,7945,5792,6046,22171,19116,11178,28038,19194,5922,20144,24257,23269,22006,24472,10374,11697,10374,18490,2400,626,4590,4891,21538,3443,26148,9383,13503,26743,24109,1200,4091,2926,15714,11309,12307,21859,21529,21529,25196,14736,9625,12686,9231,27888,1208,28838,8576,1210,456,21058,12173,17779,2918,15142,8846,10709,19262,18920,14727,10206,24868,16792,21886,17756,10244,2694,19881,7336,18467,23433,19138,20332,16584,1218,7483,27096,5412,1220,7931,23395,25715,25815,9763,15527,4513,882,13290,11403,12737,13643,24020,24058,8252,13752,19932,28246,17327,8018,21106,21326,24672,27292,8193,10765,17680,10414,12946,3981,26845,9610,27292,7209,2728,4611,19163,8066,28914,9097,24913,1343,27031,486,23751,5296,16365,24597,19033,2729,29400,19124,18331,16055,25885,2428,13296,19572,20951,25169,6976,13608,9723,3800,22637,17612,25125,25740,13246,10976,28465,6737,26833,12411,7055,5496,15238,4964,14674,13791,14806,17103,27367,20847,15281,28996,24814,6780,24886,24603,3235,4016,431,2239,28192,27782,3169,7392,10189,2356,3880,8301,13439,27595,1249,12968,26306,23366,10209,15781,20708,21639,18462,21799,1988,18691,14165,20002,17849,15586,14124,27093,24982,9712,25515,21606,27453,16484,14364,6060,21822,3628,14028,10595,23056,22757,17734,13691,21252,13541,19188,9327,14139,894,16874,8292,14290,28897,11913,28723,26102,9958,15623,15623,1257,29266,29266,3886,29369,1123,7137,7777,14451,22149,22149,1261,10549,11400,4209,24815,1263,27382,15422,8722,15693,25863,28020,25697,14703,1320,22269,14491,28449,439,12911,1604,806,439,18893,10584,20229,29416,27370,14178,26678,8976,16462,5487,20161,23449,23013,22558,29574,18855,13304,2334,10828,13205,25762,15712,11408,8050,18768,12056,554,2378,12813,12813,25057,12758,20155,21699,8852,12077,9557,16368,3289,2058,2058,12992,25139,19706,20736,16710,14610,9074,17295,9226,26984,1281,21595,11489,7565,11262,14649,3674,5028,8145,10226,5585,22402,14776,29499,9609,19239,9781,12187,16374,2064,1671,29629,986,25668,13446,29124,1425,9719,14795,20721,21838,26853,11826,3429,28160,13559,11390,444,5722,25268,3624,23699,7585,7714,7492,5363,18924,11308,11838,9699,15581,4144,1854,4793,9588,22150,13730,1884,14488,5707,22647,19046,23515,26735,23515,8524,29022,27683,7624,4602,28364,12962,6476,8189,22191,12059,13644,5077,9991,23925,27961,8310,27710,21982,23825,12632,20937,27696,5865,9523,13272,18969,19201,29501,11492,4120,18995,28022,22469,16911,23574,27320,1215,29336,25017,29336,29336,23855,16814,28549,8971,9290,14263,19967,2678,18572,26415,19592,22795,18916,13222,16731,14097,21108,12766,15726,15823,23520,7901,20573,6727,6181,16619,16963,24709,13733,9437,9437,17950,26259,11981,22392,23647,13819,18571,10966,13878,22866,19471,18000,16264,5036,23431,4354,823,13548,1319,23912,5314,734,7740,16574,16699,8119,9372,17183,6054,20975,3988,8282,23281,6109,7598,2324,7771,7950,20125,12284,27690,1322,22998,13451,10076,14499,11999,26084,6081,17404,3164,24752,16605,25263,4714,14251,14251,6917,13257,3449,1409,10019,11085,22516,4737,19559,13682,28081,22674,1320,11676,14678,16868,10850,26336,22146,8640,4628,28695,6311,2621,28541,21370,4086,24067,17434,5449,8452,5354,22380,3834,11481,27078,13438,11187,25980,18649,9355,10845,7421,8182,22740,19816,13522,10548,15229,9210,11475,10131,16043,22312,24566,20039,9680,9552,29364,26061,14191,10836,12039,21836,13092,25741,25741,15205,28670,14066,15964,14483,4947,24270,27895,5327,26104,6968,14702,534,26803,23093,22531,671,17650,28583,9195,27712,17493,12515,8995,5522,4134,24447,20561,13220,6700,13450,16647,28722,11351,15550,23846,28086,1354,27658,27323,1355,14796,21272,20333,20333,25038,28951,18810,2489,2489,27717,19686,1632,4975,8297,16116,4969,14356,20844,25488,22115,3403,19031,2962,18774,15398,7663,12872,1414,6989,8346,21238,20396,21184,20358,25850,26418,24680,12342,10135,18559,13421,16967,16467,16423,11808,28752,15589,3489,7842,6893,19164,22322,3600,24400,9570,15324,22782,22782,18001,5481,21627,26292,6096,19300,13660,7346,9794,4869,25470,9794,27052,28318,1375,12874,20305,10467,711,28064,22650,11992,17549,21512,29105,21632,21717,27744,22342,6055,20223,1684,9067,25838,13568,6651,17270,28347,23042,19180,11289,19224,26587,29099,9114,24568,3872,6807,25769,15025,20574,745,15288,28777,15842,19283,27637,19072,3029,5863,2741,3183,4854,23576,10964,15099,21273,18600,2423,2423,22821,8903,25742,18122,18940,23058,5293,3330,18611,21750,9803,18788,25612,6219,2407,25347,7152,16521,15537,20792,1393,1395,7205,10158,24671,25627,25627,10733,26962,6774,27420,11176,14834,4051,26311,17387,4199,90,19315,26175,19508,15461,1399,29393,24176,4094,20257,1400,14408,3877,18266,24578,24266,1401,13286,483,16720,16067,18748,26033,19779,14846,20352,3841,12000,15877,20819,23090,12229,3093,8167,24565,10188,24120,22945,4586,24372,3611,3611,6048,25370,25310,1411,27375,23656,13381,23279,11323,7662,28010,1745,15446,19121,10309,15119,18597,23783,15239,28471,23023,27746,13763,15595,1568,20276,17723,11614,23365,8011,3876,1753,15222,24428,27963,10583,7284,25713,7306,6536,16429,27364,11890,9828,22294,5753,27612,8657,10879,13931,1419,26567,12487,5263,254,3310,25757,10228,2121,19010,9795,12329,15333,26326,26194,12461,3008,14436,1422,9422,28375,20414,18144,9494,14923,1899,24687,23503,22832,14078,2593,15532,21059,22236,8071,6309,1426,27996,22036,17664,23073,6230,4092,19362,18510,18247,17344,29359,16068,18137,11638,17444,17088,17884,6345,3095,18187,10636,5897,14870,14866,8903,17886,5113,24521,28764,28764,8362,12253,23749,6473,10050,6100,29232,5007,10530,640,17046,19007,29343,7290,17455,12551,21816,18976,13111,11018,25411,27430,11631,22541,20431,24658,8120,27634,10996,10996,11145,25068,3881,1287,25125,12151,28594,3750,5159,8089,1177,9120,23685,23333,4024,27377,20635,19236,23863,9923,18232,26467,6251,1704,5966,19492,25123,27948,7886,22353,20108,9169,25227,26078,14221,20568,27677,22312,5826,26939,20078,12285,5758,7211,11744,27696,6878,29467,13847,14568,4496,24184,1447,8813,18894,12692,14587,14996,29562,173,3460,1451,3865,20295,12206,12449,24659,19317,1455,22786,1457,15793,17249,23776,6540,15097,19713,7525,23630,24315,18132,10531,3517,26926,23240,9100,8238,23587,7864,4356,5668,6845,28718,3502,10778,20579,15395,3014,16297,26152,16331,988,11931,27602,14168,28952,1551,26898,11102,13449,16206,1487,9468,1467,18601,4075,26873,8206,5732,1822,5121,14119,9167,4726,28668,28883,13313,15572,26643,19021,12631,1729,19136,21204,11137,28354,24677,4634,1472,15734,26077,19478,22082,21286,4104,10206,1474,17682,26950,26950,11866,12733,584,1476,1476,2765,11657,22660,4471,23324,5260,9230,14068,17523,14510,1759,27231,15487,7871,23552,13255,19960,14309,19207,15607,5707,23295,5835,27207,1685,17244,23512,23512,10752,19167,16557,17239,7977,17558,1824,22211,22213,150,20284,16006,16730,18703,4642,19904,17202,9664,3802,29000,27819,16141,11219,757,26241,2659,14896,25642,4880,13513,11684,3954,5555,1491,22878,18394,26450,28197,4733,14988,27628,1493,8161,27314,16474,4963,23008,26001,9701,3373,2444,15012,12528,24044,523,15733,19261,5038,21536,7686,1501,8631,15832,26236,21498,6709,6077,6077,9601,9635,14789,17749,25240,3254,10745,5182,16173,2725,7418,4930,25676,22462,8305,10206,4104,26797,22381,15945,1504,17206,19645,1695,15021,8502,10369,17384,18135,27184,16794,5336,6487,14718,15399,20682,11517,4648,1778,20065,311,22257,21912,16266,7523,23887,21401,105,18567,15388,15763,4250,22210,4172,3723,13931,2103,13434,9959,8428,22231,29444,19177,19177,20264,23297,12007,8084,3142,29191,10952,11563,16272,10948,23324,4759,25324,16638,15596,15077,8671,8914,24953,203,21528,15459,29184,19313,24768,7607,22795,22171,21163,25067,10567,16927,17920,29230,9454,20386,10274,9333,9098,6150,968,18007,25722,8141,11597,2810,18924,24489,17095,12258,28723,18421,20600,9061,14643,14402,6142,11017,28710,19126,7857,5347,26927,7145,10047,21288,8192,21144,7542,21931,10097,22742,15136,3879,9319,21555,22796,27829,27393,26471,17798,10565,25944,6801,22725,8525,12732,26153,27792,8604,28090,4196,11201,1766,7473,12312,7996,29598,18617,8693,14367,28749,24071,27908,24713,25099,15321,5828,12917,686,10831,11029,24229,19785,23258,15102,5716,24858,4557,17130,16595,16595,16946,16947,15320,3945,3529,16946,9830,16466,26390,16267,21725,18016,14139,27407,27407,29047,8357,3533,3778,16409,3573,22127,15180,15919,6385,11754,5176,6490,11336,25142,8029,8701,3606,7860,27803,17225,20822,24020,1547,12476,24975,7447,5541,5541,3680,4575,6471,16245,19621,6654,6654,18685,5593,22361,16954,3680,20468,6965,2246,24488,12672,24605,27257,6892,28825,3626,25599,26906,13029,8027,15148,7625,10764,12039,2485,29145,18947,12933,1183,1563,22048,11887,28990,5793,6017,1743,19974,25063,10717,14070,20761,1494,5055,19494,21553,16385,11594,14185,14647,3548,21293,18715,23688,14760,1568,21187,15599,29470,1570,15062,25534,5996,11328,8958,27009,18637,7009,21137,16498,22644,12869,3699,24685,9642,2505,28257,27220,8239,22841,21909,20016,21909,24496,18282,22545,14381,1575,25842,11245,24515,25679,22814,15588,28220,17979,7399,4861,28510,19686,1580,4137,15504,8068,6057,13524,22933,23236,28645,22364,6625,10739,22851,13423,16680,17670,12712,25469,11480,13923,22217,7796,13251,2055,28454,8019,10914,22610,24085,19427,21725,21234,3763,27347,4836,10521,4797,4798,14635,2424,11749,1119,11863,29622,17121,11112,13101,10968,26053,22930,3236,7791,16708,10872,26399,6285,24299,17994,8704,23163,17352,14086,24473,12899,18588,6413,23986,23614,25290,27580,20351,16548,28916,19096,3273,1601,3372,7544,8287,25549,9406,26120,22057,6077,17755,5659,5659,5295,27480,29067,27936,27936,5434,20739,27041,3127,19518,21205,29363,14775,1609,19366,2923,15698,1613,1614,7642,20069,8146,4032,28933,4635,6599,20919,15279,28655,16822,6532,8113,22580,10921,21237,27891,28733,5976,22592,3118,4339,23233,27580,12408,18831,28803,21914,13413,13413,17398,4685,21319,15406,17031,6761,7213,2489,16284,12419,19034,395,15400,23716,11734,462,15778,3111,8335,21690,10248,20477,9820,20477,28826,6253,24897,13012,16994,9103,24996,10976,4101,28302,13101,2990,17050,64,25220,4987,15739,6667,4591,22774,7439,29132,26983,15361,20204,7847,11424,3631,15474,16813,19522,21527,4117,21445,26423,14723,26693,16504,27195,15382,8269,8269,27023,23955,27739,23590,1412,13174,4369,17568,28910,6097,15263,20870,4970,16095,4970,29128,10303,6715,29040,23365,11283,5848,18970,5933,4902,23906,10261,24274,23578,1647,15996,1146,2081,1033,28603,8732,15746,9623,17197,3359,24518,9441,15354,25092,8621,6217,7927,9512,15503,22389,5285,10165,4708,13331,11105,4200,5586,19231,16231,7368,3524,25528,10573,26247,25713,17905,20256,29332,8944,27976,28159,18920,10570,11264,13999,1655,22338,13045,9192,17566,18511,16924,2005,22703,24188,4830,6193,21002,4126,22746,26569,16249,26430,22819,18433,6189,5460,11399,10154,16854,4512,5168,2984,5167,2955,14400,6398,8578,28253,18501,6471,16387,27474,20628,5941,17267,448,27040,19799,4075,13008,16676,6831,6052,13799,21047,15343,21802,12452,19400,6311,29685,25520,19115,12312,1662,27880,22222,7874,1664,26664,21448,19754,23898,29401,6951,14743,4191,11023,21161,1089,21501,8147,5157,14178,13112,21427,1668,19444,26780,27835,13814,1047,12839,25894,6726,13004,22620,27607,3911,4144,11988,27878,24405,4127,25343,24268,4005,16737,11178,24424,23502,10203,7110,9796,13777,2837,6352,7735,26365,13212,28168,9066,1681,20159,4689,22482,24005,11700,14399,21588,27729,9698,8067,21029,1380,21428,11363,1685,21423,6396,19695,2071,13574,27627,18535,13572,21931,24593,7739,15447,5837,21621,8064,4563,1608,22047,8443,8996,21454,10270,25690,23062,26563,26632,10055,702,28983,25021,9232,11534,8661,20106,4833,14953,6750,28475,12317,787,3797,8654,9377,8577,29126,26785,19051,1702,2742,8088,18707,27542,20227,11396,4900,7756,14772,17281,12746,22728,20259,14232,11670,6634,23223,19783,15225,20615,24810,6141,29486,7083,7164,20167,27624,173,5379,13121,17080,9351,1710,26028,3254,14484,4884,7054,16455,22927,29477,18919,14239,23247,8693,1717,3516,848,4428,18835,18820,24552,66,20183,16067,20312,1014,4372,1721,3298,28357,27220,28848,1723,2511,8784,29740,7859,1724,22802,19006,7010,25253,21410,8993,18623,18480,17766,21832,19716,3255,12613,221,6958,15067,13844,24376,28756,22878,18732,6688,26855,8374,27119,13815,29294,27431,27431,15524,11395,15753,8675,5757,2119,28545,6367,18829,21706,9296,11571,10516,12863,12027,18278,29123,2244,1737,624,22174,1738,10670,2101,17134,9550,26082,20691,28938,17431,1464,6800,826,13136,28002,14453,15226,11469,21616,5831,7949,11792,7959,13650,28615,21024,24337,24889,1742,3266,23495,23495,461,10109,25680,10816,132,4111,29189,1745,11078,3206,9520,19044,28934,3575,25898,24966,19220,16077,13702,13932,5222,12756,20543,11159,1748,3138,25269,8572,19519,14868,28733,17963,29268,1751,17935,1753,7068,16192,21230,12305,15869,17605,26348,24456,11980,1756,21777,3930,20157,1636,12048,1758,24483,25008,25007,5442,29113,8054,19102,16325,15529,1763,16168,9401,22686,16669,11977,28154,24351,3029,12456,8537,10010,14436,6541,907,1568,25853,27613,29689,3407,27083,17476,16903,19678,27660,15566,7066,2961,7365,5908,4843,3694,21202,23888,11706,14817,21119,17339,15525,11404,21749,27021,22132,28092,18117,21315,2097,5362,20998,14874,13020,24944,10119,27419,28313,12895,17802,17802,23919,10176,2299,4022,13427,17309,10127,10478,5047,3751,21140,25162,19408,27446,13769,21373,4565,14850,2937,9919,9919,5625,11163,28286,14461,18884,14465,20095,17894,23703,4246,5205,1792,10597,5209,25424,17082,15054,10033,866,2621,15048,8318,5179,13609,28389,19041,12704,23075,6045,1662,9453,21547,27069,21221,10247,3566,27174,365,10020,28164,1803,29668,24599,26770,4019,14411,16106,1804,1158,11824,10089,18443,12199,15557,20218,22445,2480,20219,21279,1808,16727,15441,12440,27280,29058,1809,7944,18162,13509,16907,29330,18236,19242,1810,10463,1165,22533,6114,14737,17538,12523,25674,12319,19186,26559,18958,11603,13566,3106,11708,10002,29003,23704,9365,20082,8467,17665,25926,7863,15752,3259,8089,7877,12348,9243,9243,6877,15814,17503,10944,698,3202,28014,24576,25216,16814,17288,3375,1823,23011,5578,5239,15863,859,8937,25878,21006,4085,27155,28212,5602,25056,9738,10756,16266,27168,1203,23503,18257,14378,25307,3998,19223,18095,29397,20146,19958,15977,18619,4507,24497,16557,10618,23279,18776,11829,20651,22928,15367,25183,22121,16219,13446,16954,14759,21222,25079,17072,15579,15144,2768,12086,3048,27752,6608,1839,3174,11636,16309,10461,9650,6488,26481,23434,9632,14973,11295,15274,11295,2450,5950,3203,13668,10934,8851,24779,10017,26197,23993,4327,29742,27626,21749,23455,7526,19643,1846,18444,16524,8375,13172,23880,12441,9202,27042,9210,11995,453,8378,21292,28938,18946,18515,19439,15086,29649,270,18490,15332,4957,22661,9891,27754,9316,9316,16799,16799,24502,27596,15688,9049,793,16462,4971,7355,6227,24459,2422,1509,29218,10830,23076,20243,10946,5903,14513,16758,27732,3903,1861,2205,7000,21429,17468,16812,22727,194,17997,1353,194,26092,8122,13105,21360,1865,26098,11937,20586,14509,10553,6215,11344,235,1867,19018,10128,11569,23984,29721,3316,28917,21361,1182,23500,5588,5709,23500,10331,14562,13917,16423,1002,22801,23854,4133,6375,21197,1185,1395,21010,27175,25430,17531,18713,20034,9070,26116,27152,23632,9843,18154,24513,6922,3025,26708,19129,6277,712,26526,787,26792,408,184,9329,3539,895,27279,22614,28592,1877,5419,14934,24879,17289,27283,5474,25420,4412,27891,25085,7789,26054,7380,16369,14459,5063,24613,15553,23951,20336,17366,21565,1891,21565,16709,26232,8770,13535,16428,21494,21225,4361,22054,29459,25588,27832,16899,1895,4173,25278,16177,6783,6353,28256,29628,12958,12559,20139,13037,6842,6963,2834,1218,4195,1898,24849,3090,7421,29595,28743,10734,20904,25295,20173,10359,18061,27899,16080,19432,14958,26731,4644,10811,28522,8761,13301,18743,26929,20458,6797,1614,715,12227,22468,9720,18399,3687,12778,1909,13434,7545,20677,28292,567,29733,14805,1249,25982,21789,12386,14585,10676,9206,7038,29338,19428,8412,14573,13845,29016,19970,1912,22797,22727,18649,9869,1299,10389,21159,15540,19548,20462,27581,17701,11116,326,22271,11297,23181,11210,26668,1920,15435,26901,7904,16454,20478,9272,24507,1923,24160,12946,10785,12882,18221,19989,27561,24458,21488,21093,29579,5881,16787,22967,8024,12742,7097,17137,4878,18212,16256,4224,1385,21747,11288,1933,14961,19657,22780,1706,26941,17605,3621,1937,20492,20492,2124,29411,20897,27712,18676,19910,10477,439,10751,5900,7983,13248,28255,8795,10648,18356,21867,9006,5518,11599,17149,4724,21152,22722,28255,8255,26921,9593,24036,834,23689,3007,20660,17360,4573,342,342,28941,2644,5300,17509,3226,19501,11718,29434,26755,27490,11975,11975,3658,1183,9790,4271,6478,3855,22365,10051,18767,19446,7953,7953,15033,7186,12391,28875,14769,19366,21801,12989,22987,17490,19247,10240,1952,15757,17515,18338,18963,25602,28414,12829,18939,20661,23337,4275,4899,10600,9461,29018,5482,14940,6568,13624,1956,6465,4026,16936,1958,4231,11759,25686,17293,11700,3669,23049,5682,25123,10186,28360,29346,14250,10125,1962,15136,28549,1962,12118,852,20622,18901,25873,26537,20156,10005,7570,21094,27363,12717,16893,16986,15893,24374,23263,22956,1965,4738,6140,4959,5308,455,25079,25079,6060,18283,27146,14227,13018,20696,24139,1970,1971,26110,10742,16522,1408,21622,4175,3382,14116,16503,1515,3875,26892,27959,6324,3317,13234,25737,21972,12611,8431,13783,11689,3603,588,8666,8666,27375,21196,7485,18666,19424,10140,3652,10168,7828,21191,25001,3137,18149,19283,14310,23105,7693,16869,10916,28683,8958,8039,14790,21489,10704,24896,15337,8994,550,22358,13677,26494,144,28207,8278,12581,582,17765,4348,13296,27224,7141,14410,13920,2708,22693,11681,4819,21861,16771,19125,9102,26778,2799,548,24519,18990,29509,24420,11943,29290,53920,8016,22301,344,2443,9829,18003,3620,2482,4098,19303,695,6942,23303,22800,21787,23837,14523,5576,9265,21055,13466,7327,10526,3378,5299,16965,16965,15508,10722,74,22078,16681,23722,11615,3116,442,12780,13098,13728,17521,26646,5388,16896,13988,7699,23167,14692,19988,8408,7133,28055,23805,12255,3685,22743,16105,23826,26913,11447,16334,23086,23490,22788,21013,22153,19576,25242,15149,18254,21788,7207,12689,27286,25757,8389,8389,26530,18076,29295,16279,1577,12541,1207,11235,16881,21228,19713,24824,26240,13482,536,3135,8952,18203,11858,25214,3288,18494,5427,29319,8602,8075,17934,25893,19889,1481,13185,11463,24993,10591,13803,16914,1560,1321,5748,7713,16516,14206,16029,7116,7758,21628,29111,25804,840,18465,21055,23879,13876,18846,13680,18533,27744,2026,9339,7224,5573,16248,21946,23969,2028,29304,16907,2029,1849,18936,8155,9605,17198,4148,1205,19776,8575,29262,14688,24461,23526,20747,27356,28424,5568,22368,11076,25269,3481,26592,9621,22574,19063,6910,6467,12361,24648,4461,19231,19166,11717,14586,14839,17830,13855,20555,29677,18217,685,24410,23180,23180,1540,12699,7120,18451,27838,26235,2102,3055,3729,2044,1317,1180,27337,8164,25645,2045,20864,15278,20997,2046,24749,8885,1642,16733,14960,2048,2048,15092,28493,17618,18856,10541,1731,1045,21497,21895,3781,11406,9174,11406,4442,2053,15777,8097,9664,23211,5284,1958,4716,25987,9941,10340,18810,28386,8906,11816,19174,4896,26766,13283,20299,10229,19403,5086,11270,28278,26680,17769,20840,3059,8933,892,28346,18138,2968,21339,28922,25712,1467,133,22758,12654,7554,17304,19228,787,18892,100,12535,2323,18190,19716,22805,16622,25858,14474,14265,12611,11908,7869,491,17222,3569,12017,3033,6575,1904,26134,8747,12371,21112,6137,6137,12765,29636,16479,25095,9414,24135,5293,6128,6128,16946,16466,6916,11800,15935,15935,12561,25526,25159,27182,27050,6427,11135,23303,6839,6137,26091,1927,1927,16318,14220,6916,26123,6103,19130,10356,27744,29270,20467,24243,27019,14064,23430,5701,2076,6341,27409,1509,11951,4860,23972,4953,4953,6517,27195,27195,21645,16171,15398,6694,2935,17567,13505,29464,27124,16673,16673,18100,2082,26824,13388,19947,992,16685,29381,8560,15404,29413,21195,18411,23278,23278,11000,5058,2087,17015,17321,26184,103,12952,29012,15834,29012,20776,14265,20022,28548,23945,11781,4727,14743,14476,17851,2092,12930,4794,10933,2010,12543,20885,1803,3660,8637,8325,2093,13176,7650,5584,14815,26336,5360,3099,20776,3354,10127,17873,10362,18988,11385,10190,6184,9368,8638,11715,2101,6905,17948,356,1192,608,12298,17758,24232,6574,9463,14381,23814,24485,2108,21982,3297,14047,19941,3809,3151,19170,27111,7763,27163,18141,23224,26504,12925,18945,786,12134,19782,2109,28432,8923,29474,22259,9064,14374,5917,2114,5344,23438,6115,9466,8555,17932,26212,15397,4286,19268,2476,8074,16660,22243,5790,20252,28278,13304,2120,2121,15071,5413,18721,29007,23884,20056,4931,4949,26671,26181,10286,10286,22194,26208,11994,10573,28060,12168,18152,2477,16636,16192,26564,29097,8058,23581,7472,18611,486,28294,2130,11841,18163,2236,17361,18163,27086,10663,29575,15530,29313,20208,1469,16160,6093,14088,15861,21292,1447,6586,12904,24550,21606,26883,8755,17380,12896,14518,21317,24670,121,14041,27317,17645,23234,3367,26278,16819,29676,12104,4862,16851,16465,11950,19852,25803,3749,3749,2135,2135,21425,26828,23030,24044,16226,10969,15523,869,23490,7076,21015,15292,6822,4106,18772,7550,29670,25532,27657,20591,38,12132,10275,7178,5090,13941,10319,16978,3899,1271,22235,13877,8927,18284,12481,9280,21949,19706,19016,2150,3605,3544,338,7754,10975,8194,4854,4329,2313,8903,4521,21715,198,29018,26947,17678,20188,24466,27951,16644,2155,17403,528,27647,23997,28093,18516,21442,5078,12759,28996,17738,22576,14326,5498,17693,9333,2021,14257,3514,20415,11826,2161,53867,19866,26536,26535,5523,22993,29072,2678,15711,16740,15294,13460,4615,3161,1503,7085,19726,4365,15870,22058,3470,5823,22058,21407,3552,5997,8130,21526,27898,7502,7408,14855,28216,13147,25786,27797,25412,10697,28547,234,11052,13074,7062,11223,2170,15049,11225,27379,15580,24213,15545,10291,6961,17156,13336,16603,2174,9275,332,2155,13907,18773,878,29079,16592,28469,16265,20329,23852,19901,1281,1281,5106,21647,21301,28074,15490,26721,25131,2182,6595,20848,2186,7122,15558,10153,8982,12258,16396,14602,5270,11721,13759,28410,6774,12079,23778,8969,8349,26432,9547,19710,2190,12006,27186,13338,17005,13698,9661,28063,7627,1195,18959,3942,1195,575,15286,21472,1756,25083,24379,6923,28979,22134,9769,13517,13517,10170,26606,18053,19264,19264,1503,4238,9861,5092,14103,14103,9811,24185,12527,24482,8760,16208,13057,14315,15184,22337,26678,25594,19072,13562,12604,10005,10005,29498,24017,21612,14365,18720,11656,19527,17698,15175,11503,20942,15333,2199,8616,28382,20942,5161,5161,4849,13850,25969,9764,16557,2202,14560,3286,17405,2202,5715,18301,18711,6789,27934,4748,758,2207,27017,27984,5190,21592,2491,18583,3287,1552,5550,18391,8618,29085,14840,18313,15137,1279,5685,9806,10391,6893,25695,20048,28186,26441,24099,22761,3192,8274,23800,4751,606,17210,4047,27202,28928,13476,8941,27588,27588,5242,20801,7481,10913,6240,19180,19991,29427,21971,24212,25038,5202,26823,16700,28744,20925,13308,13308,2221,15065,16585,19946,12962,21942,24301,23744,23459,6035,20275,28653,20985,21798,27269,28892,17069,24693,9044,8545,1284,28145,21693,6948,16477,22232,3293,11257,643,5703,26106,4289,12915,26634,9489,13931,1874,1085,21711,15764,8697,20257,9873,27870,15928,29033,11667,27929,3169,6992,2249,939,26015,1626,22451,12836,29399,13109,8353,4942,27351,9346,10596,15665,4145,4260,7098,2252,7959,25405,1621,9949,12394,12749,5987,12394,13683,24971,9903,890,23074,16174,23553,25543,2259,29363,11594,14314,12360,23424,11305,6911,24579,5382,25124,26573,18532,28448,24698,13022,1152,14752,15659,27850,16737,5328,21353,15385,5883,16545,7400,2267,19735,6005,8239,23040,2268,17424,26793,17134,19825,19825,1453,14094,5687,5988,27183,18614,16631,2904,12568,8688,3613,3613,18796,8610,21663,27948,13802,27628,9574,3815,8032,4769,4074,27012,12734,394,378,22973,7829,21168,13186,9837,28477,18515,7992,2286,14387,14099,6394,5441,13203,3259,22977,11826,21976,7048,1141,12493,26099,2850,24015,12476,10709,18103,10575,17898,20048,24315,22730,13508,12171,15296,11408,21366,11879,3216,12102,25674,2939,6124,2204,5398,25667,1309,19656,29038,18853,24014,6496,12450,29209,14556,27694,22678,9169,211,12769,17726,3424,7846,1119,9346,4508,22392,22392,13275,4508,8883,7325,15056,27327,25335,19268,10124,14550,11128,28634,27209,2298,13115,27216,2300,25507,24976,833,8948,26503,225,13183,9419,20929,2224,17141,782,11276,4171,11201,9366,19495,18556,19938,27045,14784,5267,26028,28476,1283,18194,7540,4149,26577,25778,9238,10768,27860,3505,22445,1922,16495,10215,9148,9148,53982,20894,3037,2310,995,14294,25563,20007,13093,6063,23973,9042,13942,6760,3078,18159,7287,3375,22339,6369,26547,21278,5006,10603,18174,10219,25170,27481,2318,29027,2319,26574,6429,9538,9537,18861,27259,4405,17273,5305,4618,7036,1630,10248,13245,22598,2323,19718,29050,10991,14472,19587,14146,24790,7922,4531,15744,16807,6835,5255,5255,11541,4399,17170,18058,5749,12467,4764,1458,17809,2326,21248,24246,9741,17002,533,4766,29090,6451,9425,24589,5596,12347,24279,15356,21083,10294,6814,11218,21136,24342,1238,26600,14914,4729,6734,2333,17292,26685,2334,4064,22797,15322,12844,2335,19316,8422,13048,27871,6423,6423,10432,24172,192,28743,11553,4109,13925,13389,958,6052,20324,16433,18158,9887,8210,18780,20847,24919,13455,7614,23312,22271,27679,21378,14766,27151,12724,24113,19293,410,15954,24079,8806,11325,12461,26876,22203,28916,11377,27055,23968,8179,13430,26080,20173,20282,53938,24078,317,23341,7792,21149,6794,25982,24673,24000,13852,5982,6100,883,12145,26177,27387,28916,16044,11387,6423,1857,5207,7510,5493,20623,8791,6625,12727,14611,21293,12144,29123,4975,16906,1286,19920,29111,19920,19101,18322,26417,26417,12547,7058,2212,2362,4228,9532,5577,4049,23648,26149,14818,27429,28422,7838,14477,19439,21269,6922,11771,719,23122,25487,29425,23054,15016,14904,1664,18110,18110,17427,21271,1883,8365,20451,1264,15282,2376,4511,28775,27031,3443,189,5751,29145,868,17803,20942,25714,29010,13734,2377,1768,10054,19152,26362,11613,16566,5935,1548,14067,23099,5665,1839,12551,1377,26029,6853,23472,22933,10024,19294,5894,15490,19865,22518,12342,29686,21846,20341,18871,19429,5930,1867,10149,29538,6259,8993,11911,22166,6394,12383,6730,10387,19409,8909,12855,16111,1515,5404,21484,18305,10842,2558,2558,14372,19987,5385,23605,13620,13300,6053,7015,26929,19740,11576,29196,29196,6547,18032,28499,14823,21985,26856,28127,15805,10741,15151,15331,9359,21734,28195,12324,24848,24820,13802,18150,2398,2355,12098,12661,22614,6760,3922,8710,8499,12390,20510,29308,2401,23712,11008,28648,19152,6584,8303,21828,8065,10685,7203,13453,13711,11315,16199,4114,22815,25856,2771,11051,2412,8542,8294,29113,8556,9517,14757,20624,20306,27376,5110,29197,19647,27940,27940,6400,23634,11550,14009,1057,12041,7089,16699,20216,8292,19536,20215,18255,28153,8935,29257,24776,17498,3124,18546,20745,23441,17714,27724,22619,20003,21194,12036,9926,3560,25023,24940,3012,5624,27894,27894,1888,22372,29409,4265,22463,2423,11150,26045,6847,12286,20468,22095,20099,4054,22237,4762,25940,393,10948,27303,8867,6054,5743,5743,12059,8037,28749,4589,12183,23926,19759,254,14338,25020,29369,26375,18951,2432,670,23315,2433,6855,19974,26497,16142,2435,7566,8079,18489,2438,23323,21585,10447,4488,20631,27673,1836,2159,12736,12736,19749,23850,2441,1521,18452,13514,28192,4801,1572,23224,18955,13238,10715,19821,27179,29089,16172,22148,4724,20384,22448,11497,16616,21164,2448,25180,13255,28498,2450,20262,27768,22802,15282,4195,20609,19848,3442,14384,7084,18291,26668,6245,23806,28930,7548,15863,3200,21921,2457,2459,14032,2456,13638,2462,5450,15481,28352,8726,29633,15820,23837,17440,25470,24554,19746,1948,19066,21847,11350,14073,14233,14233,3263,22422,15973,10859,25698,10278,14312,6122,17918,22301,29606,15210,18994,21173,11885,20186,27056,23899,23255,11885,21586,15277,11205,13956,4259,2476,16015,8414,29081,17495,12899,15101,13677,26992,15273,15007,8738,5669,18998,27866,28849,10665,20872,26311,26311,689,18117,2482,26615,12825,6800,2484,26634,26243,22779,21197,11280,16043,2486,25415,25661,15373,5167,6541,1135,20568,5331,15392,21653,20323,216,17252,26204,11413,18672,18088,24406,21447,5680,4304,7334,23696,13344,11875,2503,26115,5259,27820,18534,23754,381,11421,19356,6059,29256,15976,21846,7219,8491,16906,3045,10456,4779,18697,10042,28360,7049,14598,14598,7188,19454,16427,3905,10113,7373,25253,15290,4743,13390,15121,19573,14992,3199,19811,27970,26871,5747,19322,29017,29542,1615,9717,18380,479,3835,28261,22457,22285,2652,6326,20620,8915,7343,12664,29046,29047,18426,10690,14593,25439,8098,27119,16499,13955,2514,11118,20498,14567,28118,23547,28846,6701,4135,16884,2520,8702,2521,18791,7811,10551,23125,23759,2522,18073,24961,22807,16388,17104,2523,10828,18148,4504,18576,8150,22156,16128,7898,22150,2459,27201,25318,7392,21254,22835,12448,18639,2336,5423,22533,14092,5794,10842,12359,851,17127,6072,26515,7969,2532,27682,7223,18407,2105,17021,21088,3866,20651,24961,1656,28213,441,16078,24707,20162,25982,26046,10569,19806,24450,25255,18312,8668,16428,16034,11366,22398,27629,25482,25482,13096,9238,11215,5164,26417,25401,14012,12271,13673,24105,19993,12388,13934,18545,24947,26213,11279,6611,18543,9368,28071,2341,6525,16288,53988,953,9151,6910,16726,27122,10863,5347,23283,13630,21465,27382,15237,11222,22938,24245,23509,1799,18091,14735,14620,26095,8553,2103,1513,11286,26296,9655,15722,14997,10512,15190,11405,7008,4325,18952,20136,18284,11437,9169,8250,29011,11411,7510,10049,14795,9771,5036,1775,19966,13080,24715,22777,17329,26347,12806,19092,2555,11407,2353,5024,8016,8016,9356,9356,23878,12346,9488,19841,21356,6028,13559,26517,1148,20206,10866,1194,26656,22292,13189,4695,2563,28796,20267,12064,8819,11184,11184,14300,8118,15385,27123,7445,4134,4559,20815,18926,2599,22302,23699,7772,21683,11543,5741,28377,15680,24649,2727,22170,8848,22155,22155,21216,2573,5602,27696,24172,27158,6508,4938,15552,8105,16112,6155,12100,11655,10151,18602,9471,19165,10166,16527,13561,769,19283,26048,17760,11402,6732,310,28375,20512,690,16226,11057,17604,1142,8730,4522,1150,2101,7301,10179,14497,21099,16275,26024,29012,7305,19380,26362,29665,10245,5969,8403,27294,29556,20043,8811,9750,24451,11204,20948,12371,12372,12919,29561,22162,13191,24233,28112,16273,2586,17565,4096,18772,28021,11984,6735,28310,25241,15100,21420,24964,10995,2591,27325,27325,2590,8907,9627,6846,6609,13315,11065,16534,4801,4994,10395,16355,22143,10619,18351,2600,19185,4739,24577,25036,12288,7126,12375,2602,7127,7127,29010,26143,10802,20301,9842,9258,18387,25477,25104,10118,21021,13610,2874,14848,19631,18114,28010,23978,26358,9427,27319,5725,2610,2158,6228,9378,21334,26822,2613,10212,19088,7078,5977,4142,5793,11508,8137,24429,19173,10385,22125,18349,13625,10561,27399,26551,11416,10613,15901,35,6296,26655,9702,3528,2619,310,11110,14663,3129,10058,8529,25578,25578,20960,2623,23577,25993,10071,15594,15570,8446,2625,2626,24623,8159,19408,14560,23351,7726,10628,9956,13316,9015,15868,7259,22161,15075,15075,18000,6975,23960,28098,21359,11256,15111,19205,11229,21601,21294,11571,14540,2632,20576,11973,29180,27408,5679,20590,15944,18012,18012,21395,15149,21879,20019,4149,533,18035,3256,14897,14897,28936,23123,808,4620,19374,29481,27993,18906,8265,24234,8612,4930,20886,24838,6013,738,21449,17838,236,4442,21952,2636,11165,20553,21582,16901,13750,19074,9160,9800,10384,65,19385,24917,13937,13513,15024,5028,29262,5600,26807,3069,19146,24751,1050,13412,13324,26294,2647,27392,4745,7205,18948,15349,29292,18303,12780,14655,4777,19286,730,4876,11589,21497,17835,21273,17956,13350,7989,22188,14604,27597,13350,23635,8477,14331,8041,10056,25205,23414,3462,19432,5735,1398,22368,28093,9782,29182,238,16756,4381,3673,9144,21718,1307,8735,15319,5684,11458,4099,1174,23931,17221,5757,18771,10275,22109,14744,28153,24779,23946,8781,29269,22424,21797,28341,1551,17093,2662,15638,22729,10776,22990,23507,23507,23426,12644,6856,2666,3486,18537,11985,29615,727,17728,18879,11164,5704,3784,9624,20765,7426,11457,18869,19225,24522,14337,14338,1188,18307,19890,5555,2989,25895,26489,24977,24977,28377,8826,9659,17636,22273,656,14600,13491,9260,23843,16982,8501,25676,4178,16861,25514,12875,14447,21397,16798,1514,4444,3030,10002,11228,1417,27606,25474,22177,14274,16637,22784,18974,9484,6163,9688,10376,29264,21337,29501,27391,16901,5839,9775,896,11349,22703,15814,1192,20898,27848,12376,26828,1138,14005,18270,19617,11720,29520,19832,18465,4164,8425,13209,21479,19781,23240,16315,14063,19663,6051,11489,8906,18846,11101,11101,10651,7070,25566,19664,9648,17321,2698,26867,20330,8956,2698,6307,28576,16782,16679,2701,24146,28576,2701,17579,24322,16560,10941,22212,11212,2703,2702,17293,10940,28977,2703,7044,19392,18118,10036,8132,15283,13613,13801,2706,12825,26996,4608,26500,1919,19773,18467,2708,8460,11479,25045,11864,18186,16506,91,27793,18979,16233,27918,9548,4570,7473,9077,19168,1756,28067,12856,2718,12160,24299,12190,8295,6840,6002,20320,27059,8029,11155,5932,8492,21368,17461,16703,1362,12872,14096,26597,8943,13334,26473,2731,12811,15039,2732,4050,7512,26437,19876,15957,2733,20649,20773,23692,2735,15579,24897,6893,2739,24333,23651,29638,4778,29378,4280,16116,14973,22386,4752,4752,28675,4887,11925,5899,1977,13952,11948,18136,7390,7097,6382,3782,2744,7226,4827,18166,8720,20137,521,16348,548,18137,1203,15926,22104,22814,2748,28835,22062,22062,2750,16754,13463,28175,9568,14347,12950,5371,14126,12768,24076,5336,8326,784,20928,7564,8103,3953,1246,13892,19229,25616,12379,16505,27762,29030,6753,28792,4651,25280,20421,7977,17051,2763,26523,13139,29662,14850,6631,11536,14476,24098,25326,11063,9823,27910,16471,17631,20478,4812,4763,20702,4919,28710,6699,27830,10333,23576,3393,11993,6612,18800,56,21391,3286,12489,12921,24961,17781,13999,16252,7367,8793,26854,29456,28171,18376,20566,6464,15441,5199,28587,5276,26281,27116,10587,2778,16302,3491,16350,8442,16160,26006,14459,1242,5405,26565,10653,26527,17722,19505,8165,3958,18218,16941,16941,26228,23976,20869,12482,9741,28783,28783,12660,20849,2783,11164,12465,14719,5076,7344,22517,53912,185,5119,18993,19755,19755,11707,6788,8255,28048,15457,18984,22189,18091,27583,17507,26975,14020,15508,14536,14536,1795,4041,28164,13849,11483,15956,6523,6899,460,25198,24337,11422,27226,20569,19795,28303,25247,28363,2371,946,26445,7461,3175,23949,18109,2634,24878,2791,15809,15389,24884,12051,17172,23400,5274,5467,9096,23704,20598,16434,29661,7930,27541,15844,10688,24211,18594,5156,23743,9381,18023,2798,19260,17836,9470,1236,8658,19259,16766,9823,9823,22333,12344,6661,14024,14023,11497,15693,24260,1314,25750,21870,21905,22570,20896,26933,21717,14553,13875,17666,12622,19174,2804,7855,29328,28501,25522,13335,19382,21003,23147,1190,11226,14933,19440,15987,16286,3171,20732,12903,6563,23018,26369,26163,13433,12460,27192,23694,10390,17425,7365,25274,27192,10313,15085,21815,28858,1608,15113,14041,25880,8865,1197,9920,9920,6461,22377,6491,23614,16769,10202,24044,14203,22023,24011,16022,28584,6438,29404,8035,21304,6107,28717,15380,11240,10394,10394,28095,13980,13483,269,19524,2817,15944,12492,7142,14429,1482,2821,23621,26519,23716,11734,22979,339,25140,12520,21555,21135,14664,17280,23926,22675,24885,17976,27570,2825,13169,12186,25640,24171,8318,27490,6722,8549,11719,25584,5667,23529,26383,26383,18232,1533,13413,12102,4423,17455,19936,3999,2033,9641,7709,23623,8568,8503,11015,25406,28406,9229,892,910,29117,25630,2834,13149,25264,6770,8748,29392,22270,10873,22270,24689,13794,11756,4971,24631,24777,13953,2575,10457,10457,402,27352,57,6101,9602,5253,7172,2838,20424,20424,361,2522,24440,1344,3549,23149,24717,5850,9547,26567,26567,805,7023,2843,13204,2844,20300,5412,25841,28700,2205,256,7961,12247,5537,29140,13796,26086,8471,14219,10313,24107,6697,18225,26068,19384,1729,16408,2847,15167,799,24224,13178,26505,15270,4690,13920,15939,83,4523,6261,24165,27468,19690,25197,1682,53861,11678,4728,19480,23897,5787,10983,3154,16419,19732,27071,8056,14048,23043,1891,12574,24192,15434,21394,8949,26489,12445,20895,3681,11310,14325,12720,22315,22370,3387,2864,10583,12676,20500,2865,2865,23972,17840,11045,30,8506,22645,5191,20739,22396,18365,28851,28675,18546,26652,8461,10472,12508,21335,10299,3353,21362,10431,11922,13244,28956,3757,4826,10391,8036,10692,12515,10522,12606,25187,14540,25033,2878,20745,14114,20842,786,22668,24667,563,28234,17071,24952,1692,20803,17183,17075,21385,20379,8055,27245,15775,22923,27869,19072,27245,370,28471,11009,27391,370,23155,13127,15984,15300,6340,14506,16814,27775,8928,8422,16913,53874,3597,24906,22833,24883,17182,25358,3382,2889,15313,2892,16114,22757,2891,27711,9524,17212,12726,6530,28354,25774,6956,27899,2895,22858,22858,28579,10181,11178,14214,14128,3667,1704,11999,2899,1319,17650,14447,14448,7779,10775,20465,3976,16346,16718,11555,87,11939,9296,14945,26334,23793,24279,25870,24155,13151,28464,2910,11554,13585,19622,19622,23940,26628,22637,2868,8983,28137,16609,28611,9036,7463,2081,15522,25641,3533,19619,2478,14066,602,19965,4989,19561,7841,6529,13450,9180,13006,25442,26538,6980,18665,28705,20262,15512,7016,13467,20354,14794,8762,18578,16919,7113,10643,2921,12880,6383,4728,4728,18419,14737,29637,14106,5490,2925,19576,2926,19272,2740,24134,12012,16271,7403,8622,17064,22941,7492,11706,13592,4848,20865,7210,2936,27743,20630,5534,2940,17797,3288,15322,21051,26227,19177,4022,606,662,13994,7917,15784,22401,28065,25215,27642,28707,23356,27748,2946,10795,9053,2949,18973,969,3343,3343,24858,29702,25714,2329,29701,18706,6911,19830,27195,19718,1748,17768,11486,24196,812,812,3533,28435,6359,16068,4212,28554,14432,11874,24008,13843,289,8249,21264,28454,13868,5771,22705,24654,24654,11822,25863,8538,7138,16886,10540,29196,9590,18374,2957,22685,21150,25110,19871,17788,7039,14673,26677,3456,14833,10183,17394,25043,13392,2968,16353,19942,18413,25844,18168,200,12169,18957,8994,2970,9523,20333,21876,20273,14186,16674,9268,21580,21580,16138,1526,2972,4871,25845,16437,3156,2975,13698,6192,838,24887,4673,14868,2309,15370,24558,26173,27775,19364,11423,23213,21741,20345,1631,29218,7736,3536,5772,2983,22017,22765,722,6942,19037,18302,2985,6013,27964,4101,4382,28648,4190,2987,8628,7077,5124,27523,6289,12498,25789,29059,2939,20743,12878,14914,16484,11034,25286,4646,22503,16042,15912,23465,20829,16340,21315,16451,14577,14386,1522,24886,9276,10567,18530,2992,2992,5187,16319,11663,10191,15562,5558,19495,9330,17469,9515,3483,4319,28032,25595,17962,917,26187,12820,16966,10966,25129,5128,11958,19055,9669,6091,27979,16779,22982,3005,5009,27496,3242,23412,3008,6933,26333,27303,8533,21537,5629,6314,25041,226,3080,26061,23298,12307,25115,13090,1502,28368,20655,26394,1582,1920,21929,2434,28139,27814,14564,27329,3016,14396,27369,8764,21736,28083,25563,1155,12317,6390,19266,3431,10957,3019,7011,20643,17494,22992,22992,14589,19451,25783,14595,13739,3022,27652,14814,19778,18455,17048,15225,26319,26480,6707,24172,11929,1179,16441,20113,24986,7932,20812,8635,22066,11015,3028,24513,24946,14655,17038,9839,23693,22152,8020,5702,8824,28172,19866,18710,13030,8235,17926,24312,25235,21129,5291,3036,365,11245,3036,12569,5068,8459,21550,6688,9798,10091,23162,20794,7284,2692,2138,18476,29514,3040,10082,15452,2185,24187,8011,24187,21656,9520,25022,13737,28689,7970,23620,19969,6020,14280,27224,16170,9604,19513,22990,17803,21774,11872,10616,24973,25388,27813,9269,26085,22008,25878,4525,16167,8739,19329,19321,19321,1781,919,24545,10062,23496,8780,20672,16319,8656,25927,10401,27514,3052,27514,12348,9936,7877,16752,11200,4178,16672,9841,5000,7278,3056,8313,17743,1594,26542,19579,17198,5158,9534,24570,27363,19490,18402,6411,20919,20919,2630,28934,23850,6489,4730,19186,11249,26255,15740,3063,11431,11431,4250,7484,14268,3065,17473,20346,16028,8411,28582,3998,29149,5409,5409,4588,13249,27623,27287,22761,15425,15493,1844,522,22705,17322,3074,3074,13356,23473,16870,18241,28719,22417,12715,27004,18519,3355,816,28056,14706,16553,19643,12724,29525,18897,16518,6998,10444,1023,198,27105,22261,24644,17055,14838,15220,4434,28100,27982,12453,24715,24715,14075,10645,28566,28566,27870,16802,17022,18750,15536,7678,27889,27691,4457,12915,12893,1467,27543,14700,4729,10749,17026,9570,28496,25784,12387,1896,14634,28354,1632,23651,13879,10192,20355,13489,18374,14975,13168,14958,14688,19339,723,269,12318,18789,11122,2368,16075,21087,8094,11856,11523,7287,25122,17461,10513,27445,14845,12442,23864,27549,29195,11216,793,18981,27786,5288,8331,19935,3090,19315,1578,2327,17005,21297,22708,19093,19093,3096,20364,6851,24953,23304,8825,9758,24331,2402,16969,9824,26103,21754,966,10484,9465,14730,8358,4032,24592,17513,14079,6267,25562,21697,9816,10607,3103,8623,6146,28953,2014,3501,14213,26041,1977,18052,1624,8889,10590,29536,14576,9080,11628,20101,20067,12255,3280,5186,20875,4905,23441,4270,3250,5661,3471,22906,9113,3113,24250,14217,14525,21759,24731,14828,25097,810,27425,9964,11775,17479,16582,16582,6107,23823,3117,17699,224,16416,18959,3118,25556,11556,18995,23312,19875,14413,14529,6184,13520,3124,943,22353,1323,24140,27937,26784,10902,24593,57,16375,26283,26326,16492,13947,3699,11956,28907,19701,19502,1958,6814,14414,26470,29250,17535,12835,25316,25074,3464,7253,18129,6813,18479,6103,27352,23369,17209,24002,3129,6798,11265,6773,5805,12584,1638,2165,25925,3761,8112,11617,25145,22901,29468,21419,3134,29053,14906,25866,10806,21854,9305,18592,25849,6077,20671,3136,14423,27924,22624,14873,27056,1005,1005,3141,13137,3978,17907,25759,2797,26818,20248,9385,25237,8338,21734,18605,5658,11778,2510,26861,22751,18883,9543,19181,27457,5971,4988,9581,11275,16700,17030,13872,7971,25113,27578,19566,15774,186,29253,28563,9678,20690,1311,21843,27052,26196,8667,5925,13208,27191,10906,29693,10085,20479,25294,19493,26990,6548,101,11161,16770,7220,18063,3869,8038,18280,15096,26580,9674,8324,18932,22488,22009,7285,19147,27100,7087,7452,7114,4018,9498,23539,27257,3476,17834,5177,2174,14225,8120,23208,23956,15926,17971,27185,22755,445,21840,5953,7040,7747,3829,4678,14114,817,817,24661,29736,9901,11748,1619,15216,19429,10843,6841,22763,3171,27845,18340,20226,3173,25156,26570,894,19802,21936,15030,18859,28097,15068,14117,14117,7008,22095,18636,3179,23723,22722,19572,23938,8868,19022,18345,16937,7415,16774,286,20500,14566,3181,16674,3653,14809,16120,13743,25472,6926,647,225,29585,26710,4020,1303,11338,28756,10745,13776,15979,18074,21539,16307,12058,25069,16463,2654,2788,6892,27685,1869,8527,5083,16332,12852,8349,1851,12111,24893,14299,21334,1570,21678,1109,10108,19615,1109,11821,22226,10779,10769,20402,6638,6418,13054,334,3203,19817,21794,25789,4129,21853,9540,7456,12102,21022,23990,29177,18203,14125,11321,11321,8774,23615,5983,29494,3209,13566,25408,22069,25532,8276,7357,6913,26465,16130,6183,8072,16705,16705,799,20205,1460,262,1720,1903,23067,23687,14137,25797,26052,6268,13898,10597,7090,1893,3222,13584,12589,873,28171,827,8291,541,27168,15066,21263,8893,10290,18448,11924,8332,12821,14408,13959,7417,18850,20898,6494,4423,15551,11989,3230,9119,9119,3811,20906,10095,6748,21149,53857,16458,28378,29527,10593,1084,3380,176,394,14341,17517,17517,3234,13330,24921,1928,17390,16570,3236,28619,28619,28520,16951,3233,20029,26167,7797,3238,20836,16906,3240,28582,4474,28516,7014,2043,19091,4233,28712,13138,29054,19800,19573,3371,12998,14866,13468,13468,11959,12030,11586,19235,4941,6338,13435,3244,9822,12952,24989,12938,53904,24655,2314,15229,20754,3246,25178,29143,882,27840,27544,4985,3247,26393,22014,27418,6796,6599,24962,4222,17478,17477,5258,13969,6885,20319,28972,772,14000,10474,3257,18148,27842,87,17432,8858,3259,5473,2657,24957,9393,14041,14675,12681,12681,7311,25330,1524,15359,17581,24262,1217,5583,29014,27248,1725,9903,28589,23327,16746,17076,12320,3267,27154,6851,775,4723,16029,7186,10328,9581,19989,19989,6288,15410,10806,28147,3678,6092,9534,22471,18795,16567,21151,28917,458,18080,27619,2627,15710,12783,18177,18178,22793,5915,18328,5770,14684,8992,4379,17968,3222,27521,24861,114,27773,24821,2521,2521,14940,23233,12632,9652,3280,7452,21186,8643,29416,17362,5273,26994,25648,9546,23138,22546,28322,17287,6540,28792,21757,17958,12941,3290,14590,622,6743,28288,25719,12092,7737,23080,9676,23580,1360,21764,14046,11301,4838,18284,10817,21670,9974,19775,18407,54001,21489,23834,22925,18549,3302,5968,13919,4823,26136,11641,25433,23363,28679,28955,14739,21200,1247,16844,17645,472,7772,2968,3308,18183,17875,14506,17084,6474,21370,5368,24399,27823,9527,10546,22128,16474,23809,12280,16018,23969,20832,27401,9107,6140,11308,23613,6940,830,28789,14448,6458,25544,2901,14911,1755,10388,3315,2605,29368,14921,17991,1567,15886,3934,24097,5197,27122,19113,13457,4625,25664,16600,8302,21788,27922,17543,15914,3320,20401,3321,20530,9923,21464,19124,26858,4196,7341,7341,18495,777,28829,8816,27170,5052,688,3709,11429,7117,15827,9137,4803,7133,14951,11270,13477,17080,20576,11558,1363,24194,12705,25311,203,11796,10368,12274,5503,22976,26320,9887,18675,3439,6139,10088,24253,19143,18586,19574,18586,3331,3330,13989,13568,21725,29308,4941,19054,21040,20369,26191,3332,735,206,17088,1034,3839,24415,18360,21659,18520,16836,13100,25336,8698,11179,24370,16065,14155,17516,2189,27719,17280,10166,6490,17214,11596,11044,11262,21479,12482,12082,6010,6005,19622,24812,14255,14352,24374,24374,19613,14911,10783,9311,6692,7359,25425,23609,10800,24151,21176,20789,3343,9682,10078,17933,7109,21610,21610,3731,9287,25548,578,578,2374,21727,15836,12318,12318,16997,27133,27133,7630,24880,13362,29079,15418,22042,27633,8040,699,28104,28067,24227,7381,17455,3712,27243,6346,15707,18923,1567,15073,25354,5504,11448,5897,29637,21751,24433,6342,9987,1746,7260,20750,12689,19933,2264,17958,15021,14287,10897,16162,14328,1303,28027,476,15781,1820,1770,4974,12271,13099,7836,8448,20193,24877,17875,21332,11673,25111,23531,21408,12940,6048,25014,16118,1979,17615,27537,27537,3553,2059,4399,8910,28314,27890,24930,29573,20603,29461,26305,6646,5606,13203,3383,25362,693,29678,9330,11428,2455,3385,28547,25561,6818,6329,13843,19664,16628,2108,12316,19460,28836,13434,24734,10631,8064,6799,3392,868,19510,21834,3393,1020,16408,20694,13746,14519,1370,26956,4579,28787,3399,3399,23069,8290,7272,17105,5437,2820,12475,24277,13202,27368,15839,15657,28984,20586,12877,16945,23161,18413,2768,21293,4248,2081,219,20276,21411,3881,18045,13069,14192,6061,451,20742,15583,16968,10079,22740,2739,18672,20973,21996,316,11256,11255,16305,19071,9346,4599,8537,15247,5502,25501,28163,16277,3414,2369,24581,28162,4710,14569,15857,25616,3415,164,27461,4500,756,22337,4609,1821,4758,20444,4424,21739,6414,19914,27518,10657,17673,20271,14209,22652,24048,3423,27700,4984,2504,3813,43,18191,26734,10329,7544,10534,9982,6802,5688,16165,3690,29374,10203,1484,18819,20741,12391,9622,9516,20447,359,27719,10287,10287,13869,8290,5144,29428,23041,27265,17800,15930,350,9263,19379,15228,4053,14351,2090,7791,3291,2074,9374,16932,24383,6907,25018,8548,6036,20032,3121,25945,15634,4086,10018,9549,29414,15678,6520,26636,14131,4388,29305,8960,6139,3439,23931,27838,15335,19716,10709,23943,9853,8441,28714,6459,10064,6617,14617,25002,8425,6009,6826,21374,510,1899,26464,5390,16565,8884,11941,15647,25338,8759,26618,8226,21514,15099,3796,29213,7576,6395,289,19757,26473,16052,22238,15383,17446,2640,18522,3451,3629,7184,3453,23587,4277,4240,7972,2510,3457,11590,28884,3459,4151,9774,9336,5324,19242,10900,22499,28460,14445,1757,6147,10483,12403,11699,20185,19558,9434,1867,3466,14843,7770,4391,21729,29571,17301,162,3472,1474,27385,16729,19156,19156,2499,23946,17665,10276,27362,24215,2615,3475,16554,12079,24014,22853,6765,2770,2770,25588,5190,28448,25588,6416,14331,7222,794,13792,21214,9132,3479,1655,15854,20570,3481,6495,3483,16415,16415,27788,14505,3485,25532,13656,18629,11181,17717,25862,25862,6520,25365,8053,2726,2726,7787,19051,24646,11108,28567,7173,773,19827,1800,20939,18380,15750,17782,20211,29622,3493,24433,665,3494,2831,4665,9057,26511,27898,19781,27091,26120,2577,11986,5640,23854,9288,11500,12161,3497,25729,16462,25729,25852,26703,7171,23285,29117,7390,21951,27934,10054,26229,9538,7812,6822,23361,25306,15217,27469,24349,28788,10443,1716,23096,19356,18212,27478,26210,19415,19415,20457,23136,27339,8988,22334,29729,10352,8005,24109,24512,12363,3510,28510,24758,8322,3514,28669,27323,10147,4401,28328,7994,10725,22869,19140,17668,15841,25649,7831,5168,25004,6086,22965,21235,28174,18236,4942,28174,29569,25135,25459,3774,1069,12041,22612,13441,19908,29092,3518,20458,28079,16058,24388,23205,26548,10192,5112,9136,23408,17006,12130,22575,28145,9174,26104,19278,8716,28782,17795,4675,18552,4484,4484,13122,27272,26011,11930,10063,16656,20638,23039,19950,20181,10762,23892,15879,21588,9096,9258,24095,3534,3535,1351,13949,25271,4067,2156,19650,19660,21224,14208,1252,6465,3703,11084,19310,1185,24519,232,8629,25480,15065,8462,13877,14612,27966,6120,20250,16012,24312,19610,13443,27820,27820,4954,15491,14222,28389,20366,4558,16376,25393,8359,22569,11443,19086,4404,22659,1805,11200,20374,11736,6096,6725,7860,18373,1439,11581,22461,21264,24338,10145,11034,27434,15273,15273,11727,19261,17224,15871,17578,1419,28190,19735,5716,23300,18977,11469,29427,27616,5082,22943,26189,21596,14861,25111,26722,1510,16071,11893,28746,17600,13331,13331,2002,8008,292,17226,21558,12384,18940,5475,16271,16982,12565,16243,26343,25072,2839,3562,24684,7362,9613,5276,5276,23481,24662,24662,18715,23674,14768,8138,17106,9441,24668,17697,17085,25895,5061,27630,28168,17346,11192,23402,7031,9692,13884,23494,29381,5921,10821,17536,8262,21592,11578,17773,14227,10042,24915,27887,8513,29434,3572,14624,25163,11645,20589,24562,29571,14680,15420,1476,3953,10153,1030,10367,21094,18701,29566,2388,2388,6869,3577,5906,20221,6560,19842,24784,20486,26352,15787,1377,3582,13184,17955,11648,27497,6859,18275,12799,29652,20418,17382,4627,14459,25496,19794,16900,25001,12580,3840,19253,1463,18463,3589,12686,5451,9918,2246,3591,7502,26473,1213,10803,24830,23195,24237,2561,21996,10247,7472,1499,2127,1116,21809,2794,21415,7080,21005,21594,21594,22824,23004,27916,11384,27074,6695,28339,368,7073,1155,7936,9715,6386,24417,53873,12698,9908,15603,27255,20006,11183,23263,7301,7752,8662,23121,16332,6703,28514,12477,10712,1549,22198,29027,20909,12947,812,11183,9141,1566,11969,7560,17808,12757,111,16521,22328,7269,21429,1864,22687,19839,18918,1004,18585,28807,9673,21037,3615,15624,28503,10082,9866,6637,28853,14686,11688,6688,26699,29558,968,11366,5475,5475,22778,22383,19081,15955,17376,927,14245,3617,27059,25594,15910,11199,28451,24830,17227,23857,17058,28095,23046,27061,2684,25298,11128,8682,7124,10200,29130,23643,27215,7147,11557,26211,17764,8361,23841,21609,3633,10463,18646,11252,3637,2714,18436,29528,7719,27095,9152,22362,28968,876,3640,17996,19386,11046,13720,13720,26512,4409,6548,26278,18816,15525,24035,23000,23270,21294,28969,6984,1012,14306,25984,11908,20677,5258,5408,24593,26281,24645,9152,21988,3645,6501,23809,3645,14065,16204,16821,14253,22003,847,11454,2658,23739,25610,7210,15369,8322,3650,11352,8884,25158,22464,12999,17833,27747,13007,4407,12351,3834,3738,23809,6947,25200,3658,19595,16543,14388,19119,28144,375,6091,3663,9866,9806,13780,13128,17278,13344,2500,3668,9267,23760,29052,21527,7529,5852,13709,2748,27994,9566,6179,14768,25634,7409,12323,24429,23788,25818,19980,2989,20294,23180,17634,3677,3677,7464,7764,8631,11201,12988,16326,10208,29500,2164,23503,25906,26728,22099,22099,23351,7726,4747,4065,914,21253,7843,10262,5586,3689,3689,27840,17941,17588,10023,11886,25049,14177,20053,13564,12763,21085,2488,24867,12313,4574,4073,25119,15735,4165,11837,7361,22665,17407,352,29122,5603,6867,6365,20814,264,15783,19835,11189,1321,23056,27986,9731,27227,2103,14489,20703,5302,4776,29628,27523,29170,22534,25005,19692,3703,1254,2347,3704,22382,28159,28128,28128,8370,20778,25083,28325,18151,4147,26824,5902,18081,18878,6931,5182,10800,21023,27556,1756,1394,20267,29284,3649,16211,6452,15463,5844,16113,8533,29391,16329,4263,4804,9580,7815,326,28242,11062,11424,1017,24477,12228,24678,20277,3712,4058,15751,17487,14564,29425,5464,3067,8569,8165,15421,14570,18280,18749,11471,3715,9849,9849,19435,22515,25744,3717,21688,1665,9626,13761,29191,2310,25950,17069,19602,5798,11535,25209,17801,26617,13891,29065,23261,3722,21095,15754,3726,1879,3728,4778,7022,7113,26253,14035,11506,23917,16097,3572,23364,11558,14504,20036,5330,14470,15404,10472,10028,8441,2401,14824,15473,24299,7404,10108,13994,26174,8573,25099,18862,4658,20310,28241,232,3112,14149,10139,37,2124,5333,20558,28560,1456,28373,1514,28951,8132,16301,3687,26593,16799,27258,13149,27070,3077,17707,6286,26299,61,26427,496,10767,23589,16466,18484,17298,17341,875,25523,7072,13935,27076,17254,7862,29110,8559,27366,28669,24555,10665,2346,19178,19103,14307,29459,5110,2513,20070,16669,18807,20404,17626,23339,1909,24454,10934,22857,12434,16137,10737,16513,7011,20098,28278,14235,5524,14235,6167,26880,28725,4890,26240,4890,2020,8146,19934,27267,17267,22810,3769,22810,22810,17593,26535,8271,9778,21500,13614,3772,12724,15852,4989,18336,11360,3384,23877,23877,27666,16458,23011,15426,28873,24600,3775,23112,16333,11428,22493,29490,7272,25778,10395,3776,4744,6941,3778,16948,27477,15636,10193,18428,24262,24262,22865,154,6972,29562,24997,24997,2744,8592,8738,23071,3786,10289,22412,2891,29327,23136,21628,24941,8503,16668,25260,9458,16831,18518,17502,3042,9123,23005,5774,16616,10680,3793,8835,429,26788,1539,4057,7717,14302,17551,2099,2099,5898,24088,12379,19769,7702,21623,6558,3797,29300,3799,10044,29265,15985,3801,18783,10024,20741,15204,11631,20991,15928,20109,12063,14971,18491,24083,3045,22587,22332,24579,9654,28862,27717,15187,3753,18376,15187,29133,5485,18525,1173,24766,13740,3806,12894,14989,14989,20752,13820,27638,23680,12560,17135,4867,81,19243,18394,3208,8445,136,22179,27690,6744,14123,9107,27448,13255,18432,25921,9863,5858,9196,11244,1266,10940,13747,17327,24144,24900,29504,10001,1180,6871,13655,14807,1272,19124,28077,17635,13846,2022,2034,3825,23558,27368,4305,16714,7778,2884,25804,13476,20747,5679,3826,23375,8717,6264,10252,20120,9165,3829,10516,24116,16726,3832,14161,8799,20746,12782,3833,21032,24672,17234,11897,53857,12099,27891,932,7066,5964,12784,16430,26104,11880,17461,11293,21683,15279,2825,21027,27016,29279,10912,8433,17714,136,7655,25508,26890,7239,25666,8003,21778,12625,22723,23510,17896,29326,4445,22658,20299,11752,2572,21342,27443,20254,15795,25384,21993,9703,23153,13884,10292,12963,8866,8866,28779,25706,9515,21705,22990,10452,11921,10564,15529,3982,3851,4980,3852,16796,11538,20423,21554,13355,3114,24075,22340,19039,29156,7777,3859,20522,27223,3818,19942,20425,15097,14029,24661,7756,26510,26460,15016,26503,5223,14608,24174,24174,24122,8338,25265,7286,3077,20613,23655,27852,7373,10738,28966,7189,25791,21664,13477,23227,10668,17442,2437,4129,22422,13789,23842,29219,29219,12769,18683,7826,15194,14583,22737,27915,22049,18912,3878,15575,10189,4532,4532,3882,14780,3883,19958,18052,11147,5453,1375,26176,14415,17827,12139,12680,21346,27536,27508,3890,22249,18546,17719,9025,22650,24592,14485,14838,12783,11198,13149,22169,2257,9844,7131,23374,22455,14811,12726,15592,15592,1921,25038,27856,13702,9379,5760,16303,323,28079,14216,21973,14705,874,19038,27576,3904,28823,15017,2453,9702,3907,27766,20992,5847,8267,8267,15003,12455,2080,18281,14327,21965,20967,22433,10160,29596,19633,3912,19387,3913,28096,3917,20106,14218,24152,22611,13842,1700,12617,10265,26488,393,20411,6226,28034,8056,9630,3920,5266,10305,27172,4046,25019,20675,5931,10353,27433,16298,6393,10039,16927,7475,7200,16444,12755,5122,10571,25016,4271,19817,25815,7287,3928,6634,22389,27729,24262,22509,14665,23013,12183,15746,6299,7524,24180,13788,2590,23265,633,28771,7729,12294,4916,5079,1889,19161,13286,19168,25773,15862,26381,18714,23326,23326,20503,19280,14366,23527,17149,25062,20136,19641,8376,20343,3936,17241,8739,2093,3937,13463,28813,20102,9053,9745,12282,17125,20600,9243,3712,28119,25245,20222,12103,21232,6407,27999,5816,14489,24771,8789,28160,26156,9021,12783,9021,17327,23556,523,27611,28608,18126,11711,27157,1773,2613,28843,16640,1122,8089,16323,4871,22092,24451,20552,29266,22949,18101,14067,22777,10637,5660,2596,29042,11345,216,15397,22440,13236,10648,22063,5186,27055,21956,18192,3956,7321,24074,23706,3021,2027,21929,6138,13556,10993,24359,17438,3300,3799,3959,26602,29184,5446,2039,3387,595,8645,1077,13159,5459,17986,22658,22372,9089,27288,4284,11026,18025,5970,20634,3970,10696,15946,15641,7632,28291,28750,3972,3109,16899,19730,13578,10169,10047,23419,23419,29488,18615,23709,24362,24543,29562,15546,16686,4246,4217,13971,992,29185,7920,9921,250,24995,9591,19522,1749,1954,26705,18243,1220,27307,18109,10093,13601,26938,24906,9605,15013,28729,11679,24923,752,14442,14442,20202,2734,24498,10288,5507,6770,22074,9724,9724,15940,15742,6904,24036,22940,12573,3995,3996,3997,12252,4598,12121,829,54016,4240,10116,18430,8655,7284,5906,14733,25975,19905,22284,29014,20076,13349,15148,7626,13908,21399,9069,15159,18060,25899,18001,24052,6652,6575,21127,4007,20460,11225,4008,21874,9172,7968,15563,19773,5710,19823,988,17419,15925,26110,4951,9904,7141,1646,4014,16865,10392,15366,5413,6092,4015,16966,20949,13853,7181,1726,20928,9871,13789,22890,17163,4818,14287,22591,12116,7986,27526,3183,21221,15269,12286,18299,7223,4022,26944,8189,16331,4621,4024,554,2338,1595,17999,20862,12184,16629,2007,12367,16312,23561,4743,16826,28018,26056,9417,27806,7632,11080,13436,24169,18412,9585,20517,6945,19916,2394,24464,9642,23166,23166,26541,7763,3350,532,4997,12094,27595,26603,20981,27465,13459,20770,4037,17076,29444,20449,18758,11427,3499,23733,22007,11667,23165,11549,27731,25523,28837,7344,2751,12134,11137,1575,8678,901,22589,20361,24859,7194,16841,13355,19685,18805,14809,23703,5651,2003,2125,20335,16174,24888,4045,7222,2329,3454,16420,29433,8116,27029,27471,4616,4616,7805,15052,21603,7130,10107,11220,15254,29468,8526,29018,28129,20367,2914,28677,2221,20056,5602,7224,10574,2865,17130,1022,2420,24439,10723,16597,23540,4490,10200,18929,6657,6786,36,36,10238,17086,4636,9784,19574,11717,2623,5426,11819,15520,12306,23678,6182,6182,3068,5082,5134,17483,7635,5465,12592,25318,19338,17331,28630,23399,8697,7287,629,1079,1555,1068,24660,15685,1325,28218,26183,5966,4895,18320,4070,199,10648,403,26385,25180,11426,21353,22067,14900,15088,23084,4074,5942,13303,21516,10606,1803,7737,25174,4077,25425,9967,4655,24800,19137,23241,25222,25214,25214,21052,14878,23991,23991,5641,4084,12022,18809,4011,22871,7563,26273,4088,4089,10281,26412,19823,22825,20930,5851,5195,16261,18433,4766,1378,24025,23735,17686,7575,9034,17248,26589,20878,23381,8032,7345,16154,1091,29458,8281,1459,8521,18494,8855,16628,22757,10249,22866,5634,2938,26096,8235,26073,15583,29108,13059,939,4110,21233,5114,17178,2629,19243,14910,9227,497,26506,13718,4112,11037,4113,11693,3014,4116,11429,25927,15495,26457,13502,17842,8846,884,28356,15737,4118,28234,16512,15535,10164,4975,27539,22280,28470,29284,27368,28899,22118,16106,16106,17379,1672,7938,15245,1267,13345,28443,28443,10200,19795,16366,9106,25776,16176,24374,17629,26724,12803,16101,25687,11394,11394,16135,29590,19133,11113,23905,4130,6731,2579,23330,17219,17219,4946,12692,4133,4133,7897,8254,7460,20600,7371,23238,21120,16300,14893,18133,25570,10837,21770,16434,11441,17992,9078,22532,29263,16482,5114,8993,8199,12036,24733,18798,15611,8550,4408,1527,27816,6342,711,6501,29480,11085,13823,9438,21743,8902,4142,1758,6617,23719,23719,7555,20599,20908,4555,8532,22860,26985,73,17936,27244,24797,19375,19821,20876,17990,8838,11396,20897,15909,26091,8421,1219,25582,25352,8378,27468,781,20014,20706,16516,20726,12664,6585,6420,11277,22385,24531,3207,21566,5905,23615,6860,9391,10928,19258,21782,22727,26500,184,21004,3739,12759,12697,16724,23763,1632,20441,27723,22279,16892,13796,2887,16448,16107,10562,23095,29238,14134,528,13850,20860,21190,6912,6185,22210,2061,4552,16078,23198,15458,14798,18288,10889,4178,20122,22381,4179,8070,12938,21393,13343,25142,1941,5225,28393,22236,15517,3863,4635,22103,26479,25716,22649,1539,14757,15154,11915,20972,13532,29725,9192,18733,11605,15236,25476,8746,310,4188,23159,10659,12758,19708,12016,27050,2712,8976,15582,2549,1244,18724,17352,13708,5553,11892,22750,17552,13074,27730,16586,9473,15776,3719,6103,19779,22711,17825,16228,8443,14226,12744,29126,27101,26402,17158,4202,4203,17158,25758,29188,26161,5102,12564,1019,19210,28580,5102,23220,15408,22347,5999,3634,5667,16595,7598,14299,4210,11507,4212,16171,10068,7109,11365,4217,9623,18214,7218,27866,1639,12890,18873,18133,3223,20359,12971,6228,5515,21718,17906,5285,9367,25613,19367,1740,10566,14456,27384,10550,14341,10550,17915,11761,21383,10385,16719,4232,25304,15405,18987,27222,28341,24834,24834,6368,2981,53865,24004,1789,21538,243,14441,3396,3396,5666,4239,13020,22793,14431,21751,25343,14615,19979,24656,3709,24629,14590,21257,11203,9004,27126,20254,12946,23981,26471,8966,25044,18742,4244,14968,22282,406,4248,4249,27156,16151,20244,16362,12580,3731,53882,18818,511,15482,27873,15011,9022,598,17479,8541,21265,11004,7410,6193,24927,19760,10852,802,22526,13544,5387,25148,20355,27812,27325,23040,28893,20779,1240,23195,3611,17422,26356,26356,14944,15714,5831,19463,22502,22541,28650,28650,20551,6006,24825,2906,21684,27641,1450,13481,9799,29106,15817,644,4268,20260,12796,1741,9178,12562,5272,24602,19044,15308,22630,28643,12784,12220,24646,11334,9739,27559,13566,24805,2831,10498,4848,5724,25168,22920,3287,21349,21349,12400,21433,8282,9729,8686,6358,23893,24229,28252,29053,8227,13088,2112,20636,16462,16468,25351,10651,16805,4281,17150,18257,2653,4280,53947,53988,15070,28644,17987,14109,3132,22538,24932,7869,21997,17333,23461,27924,27911,1821,4287,15796,15796,15291,23533,15413,13442,12376,3253,6885,20559,27629,4292,9865,4294,25509,9370,4063,15766,12374,25674,4297,6680,7017,13254,20657,2225,9844,4299,19155,10845,21383,19961,19961,28635,18116,4303,1862,7681,22880,15864,6789,17761,4305,22085,4973,25088,21862,4307,838,6207,13112,27205,13319,26275,27974,24402,27974,19433,23157,11227,8915,19865,4311,23898,5952,25363,2976,4313,4814,4824,15797,21702,6030,14205,4075,8496,22128,16316,20290,26856,266,15602,18863,2321,18528,17864,12619,17998,17159,17904,11577,16651,6015,12418,7301,1485,19904,4808,4318,1622,18427,29657,12649,8863,9915,17358,4321,23063,27090,14603,4322,2089,7673,11445,26938,14597,27155,9409,9482,26387,17003,16040,13754,26028,19802,4415,24695,20438,18091,11760,2045,21430,20206,25322,21015,27669,11797,21981,29313,25161,25938,22734,11419,3630,13310,16983,4338,9007,17844,28639,6676,14005,2402,15618,7536,22042,27453,12316,26366,7666,12695,4347,23057,9617,4347,21275,21275,4350,4350,18425,9697,19250,9378,9378,3824,19135,16517,23957,420,13852,24525,4354,2048,13251,26669,19528,10767,15755,4363,14985,4365,13659,28614,4367,27573,26696,15582,25952,7648,21363,4370,22905,25886,24334,4372,26706,5907,19876,28024,18231,5000,24131,19928,660,4917,19942,4374,10364,28344,18259,20055,23902,11688,23939,23939,1868,16435,916,11592,19260,18155,16233,28794,14340,21308,25777,8740,29357,25449,7041,21921,4170,12421,24796,14917,14917,15801,13537,20710,20967,9673,29122,18416,22341,4391,9933,24076,26698,22679,4392,27084,29223,5958,18985,26941,28688,13567,7287,9879,14428,24676,2855,16868,18430,14668,18106,7990,7037,14417,23035,21601,25170,14364,21285,5134,11306,11306,17244,1685,9236,9236,8571,21419,3786,11843,356,24917,2097,1203,13879,686,1293,2173,23458,7634,21514,10488,7853,18401,5795,4776,4776,22870,26026,22640,14347,10757,9964,21237,2687,3795,25030,26694,23097,6746,4419,4422,11571,1735,18096,25078,26559,17441,18171,12086,27771,15025,4425,25062,12609,4426,24482,7687,27049,6262,29363,15346,5252,16729,7351,25460,9995,24514,11491,12376,11122,2213,22403,2596,26803,10442,17121,28474,25464,29382,27985,13780,26700,27470,2459,14457,21972,24554,1006,4438,28370,8336,20694,7947,8463,22929,26643,4444,24598,13681,15104,17751,12558,19552,6590,17148,24382,10577,27965,6633,26050,9595,3814,13706,14269,26055,20312,11806,11806,20315,2777,22916,20649,26865,15340,10898,13764,2935,17263,27062,1976,11450,4456,23986,17548,6555,18336,7640,27192,4459,19068,15390,25930,28934,11470,24538,18521,22027,22027,23628,18776,28782,22300,14868,17693,10412,25337,24908,17511,24908,2514,9725,475,475,27880,13326,22242,24530,5979,9798,12438,19308,11412,21321,4091,16139,19238,550,4469,9379,10338,27022,12898,12898,2001,19196,2425,13548,3364,4474,5932,13622,13159,1957,21203,10838,10501,19083,14895,21642,15233,17640,14358,27795,16664,3411,19066,5158,17009,4481,4846,21970,1694,26958,21813,23184,9980,22224,26027,26117,21637,25162,18357,27320,17101,9889,14778,28026,17095,22092,29451,14810,22330,3992,19658,6738,2560,21551,24640,13909,25073,21733,10636,14807,22155,817,14731,16428,25981,17157,25469,27959,19982,29672,28384,9243,16611,17048,4501,8843,17540,14525,10088,21434,18813,15347,12793,13923,11850,10232,6379,29566,5628,1831,4510,21798,28508,18391,14336,23100,20717,12799,28327,26073,9953,12110,9953,21987,5835,20653,23997,16270,18742,28236,26678,14223,21305,1946,9306,5126,9340,15812,23518,4517,17591,6459,13801,27400,20297,18572,26201,18792,21842,23612,21842,19472,20513,815,21715,24622,19150,27031,24093,22896,14331,13060,28871,14850,18375,15962,24794,19847,13197,10529,18392,7904,24965,4529,13401,2604,16732,12858,5182,3707,25033,6758,14164,15932,16357,14998,2608,21783,24781,26549,20204,12425,20466,8061,19086,23301,21652,6403,20270,20168,23999,27873,27655,1498,11520,4538,24682,19243,11420,15242,3460,12937,26793,28276,9955,10669,4904,26690,3182,9235,7527,7527,23661,7624,4629,21975,7644,22692,8748,14523,14523,22718,11783,15499,22521,6479,11165,26311,4568,24319,23079,11639,11544,28397,28397,17968,20229,16624,26011,2140,26539,9822,26580,592,19111,13686,29103,23908,19154,10402,8095,9321,12091,14056,2076,21132,20910,13193,7692,23179,15210,26524,25213,4553,20601,25248,17260,11562,12993,29368,17750,18884,25957,4560,25829,26831,10539,26168,13734,21752,4564,21652,210,9279,24523,622,13670,9767,8258,20801,2340,171,13978,2989,25826,16645,7098,19701,342,20524,5720,4567,19113,29418,19470,28130,5822,8485,28355,19372,8498,29595,29595,3898,27048,8534,24582,24333,26395,24097,2188,13218,4572,7843,4056,24134,8761,1796,29528,4573,12853,4870,28196,11519,4574,23094,6485,1550,12924,25876,19272,23743,4579,21961,13729,13729,9226,4730,20915,17462,20124,13899,15136,26101,19910,1570,15994,26173,26733,3131,23369,17906,8813,1957,26219,16838,12638,4607,3014,25049,28591,14915,15633,14902,14558,13491,9324,12156,10609,19405,4588,15548,11940,12985,12985,4590,16679,3296,413,4592,15267,28444,20285,13461,7256,25884,8116,24562,23250,6008,23419,1340,745,25936,8176,2203,7835,16399,17509,2668,19536,6353,25175,5260,122,22377,18576,7002,28856,22053,27953,12019,4381,23602,25018,29295,10343,12333,13473,22274,19960,4411,29556,23889,28823,25496,18237,15767,20474,10662,3566,27073,10256,13160,8792,15164,4610,24620,14200,4611,13844,4301,6476,4612,20060,13816,9202,9721,2779,13045,27138,7884,25604,16931,13553,13445,25732,1595,9350,20235,7664,11272,4617,10202,27303,7220,21129,8330,189,26589,24161,29328,5976,4895,11360,3222,17455,15755,15623,18206,20938,12652,15293,16190,23258,17314,2088,26098,22912,2407,21167,26852,17463,996,4623,16672,15794,27162,1801,4626,9511,1310,26615,25416,2368,2368,25808,8841,7350,5920,15395,3865,4635,2519,8302,9998,23673,14216,3948,27543,15873,1104,13219,16423,13975,18703,28663,4643,23724,5314,20751,6466,13697,23964,6462,17118,19981,21588,24446,26119,20490,10835,10297,12069,5423,8054,11154,6484,15644,25037,15644,13848,20665,12595,13419,24954,24954,3692,4647,4968,14006,3704,8532,3044,26262,24956,19290,26358,23201,531,531,13709,4648,4649,15995,17108,22663,6171,310,4048,25748,4656,28068,4655,6759,23432,21081,13902,16046,15511,16390,20342,16970,20849,5599,11734,25018,3041,8144,13072,11457,9376,18118,3727,29015,22936,12717,23789,13737,3101,27002,16335,2073,16829,9129,27738,24304,4666,6931,3259,2715,17949,11772,12812,11935,27274,20213,23771,4674,26395,619,29269,14453,15268,17391,4678,12021,2840,2156,8131,5483,19323,4039,22983,13568,2473,16368,27391,14688,19519,27465,27906,9486,13607,22170,18104,7732,187,26663,15326,22652,7360,795,28158,11543,9834,18184,26474,8196,16730,21005,10680,16523,16523,13574,26886,14568,14568,28730,7910,4692,13237,26434,1032,8529,6433,25811,11182,29170,15040,23955,22826,11850,15584,220,21815,9245,10610,681,16379,11698,22396,14457,17622,221,2678,5340,8092,22669,7668,15443,12283,1144,1144,18254,7160,24795,13372,22393,13387,2236,3777,15860,27478,4712,12663,15474,11666,9868,3374,25591,20845,2938,11115,1863,7465,19937,1512,16978,12892,24540,27949,4163,6804,12761,5210,10604,20822,17559,13058,27877,11519,2871,20034,21621,28482,3698,7514,3361,17898,12781,6974,4726,11271,6410,28347,19418,20813,14149,5498,15226,733,13359,23116,28372,22297,26609,4993,10780,15274,27718,320,9590,2585,15307,28544,21160,9631,20058,2660,24398,22433,13226,2292,23562,26115,12304,10757,4740,7227,2182,2183,330,26036,7237,14391,25817,10828,4617,4742,8386,15027,9044,113,6018,12042,2980,131,4747,666,9735,8278,16633,17863,9307,23217,9307,3231,20632,10949,8790,5485,18049,24524,3431,10140,8129,3229,16608,2856,22041,4751,20305,25101,3447,28804,2827,3456,27242,2794,15366,5113,1653,28210,4754,11882,9687,14519,9536,28724,6631,25619,3541,29445,16772,14777,17236,4760,20792,25299,20412,22440,11655,17498,26183,11365,26625,20451,13089,21884,24479,14497,28086,27881,10907,9965,13762,25661,28284,16314,20792,11487,4148,14502,24126,26714,1162,22845,5416,18710,4772,19295,16785,6712,27220,19047,4104,27590,10333,5623,5727,24462,18218,19491,6435,21694,4600,11110,4779,20047,28912,8392,20865,8244,8622,7954,2833,24451,22872,22690,5206,16808,21264,23628,10193,10193,22415,5279,13896,23779,19247,1031,25225,7463,14587,10732,1093,10833,29408,19469,911,15456,17044,4789,24266,3274,1426,5853,6774,5481,29273,8681,13049,27462,2611,14665,23612,21720,4386,20049,13989,4793,8065,1403,29395,21805,11726,9261,10923,1735,9517,27980,27177,7285,7631,22699,29686,4796,4798,24549,28400,17354,6984,22304,14793,26025,16716,8977,27603,17303,13447,17639,17071,4802,29004,11891,4541,21756,22954,4805,8073,29086,11461,27486,9190,11814,8706,13969,15026,26414,4545,20132,26044,18960,25362,22083,20880,1573,28383,13943,5286,22761,14638,19581,17777,2383,16000,12536,1470,4342,26344,20384,6599,25848,1607,23010,9969,28756,4818,28549,26494,18776,1126,12273,18231,5468,5468,12231,224,18591,18591,26645,11432,18155,21480,7365,4253,18001,27988,6856,17961,8566,1325,28478,18482,11266,18479,3569,28435,120,12816,13347,20223,21572,7620,6804,11726,7283,28665,22707,14614,5689,2223,26442,19369,7996,6808,2138,23707,2767,18332,4518,27834,23863,26066,20893,20601,2348,13773,3614,3617,2786,22677,7446,778,9982,28799,12319,10918,23174,8863,16688,12261,746,11574,5974,11359,53939,15493,9901,7890,24396,5351,4732,11343,7873,16404,5325,14355,16152,18392,4850,8128,7746,6045,4349,15682,25623,28124,13056,25624,9932,9932,20637,21778,18529,13893,213,21700,24739,12206,20603,6193,13995,11478,28002,12897,12897,25449,28775,14485,2576,24231,24231,11172,354,16989,9456,22537,8266,3895,7741,9147,7795,5705,9594,4832,11494,14198,21804,4017,21513,2191,12114,151,14988,7025,26890,27118,27105,7582,17571,17431,2885,1658,805,10904,20046,13993,27447,10966,10966,4850,15198,4851,27119,19433,21355,23914,14433,14433,305,305,20397,11765,21678,19657,4856,24270,9181,12904,26405,1311,27187,9698,23461,19244,17984,14904,17266,9238,4866,25916,12876,10500,24044,17658,2275,11552,25435,15827,15024,6949,21001,8040,14966,21212,9807,22068,22243,2805,25355,27259,13818,22075,4875,10385,24886,24641,4877,22829,6268,19293,11132,24722,5075,5483,17457,29569,22863,25610,19796,13167,19541,9172,27239,24458,28085,11772,28141,27574,23585,1979,10737,15414,12674,21965,4364,21693,4761,14727,6707,14483,9788,6757,4336,10345,28744,13316,6089,27609,13597,10167,27553,4887,9834,24643,16596,5067,11833,8659,24184,4889,14517,21915,11762,11843,25217,22419,10227,25133,4891,15939,21990,11532,17185,29561,4895,2035,21116,8927,4896,23257,20062,20362,2601,18099,89,5541,24802,9194,3959,3339,7832,26983,28143,923,13757,2354,6698,4903,26903,19353,4819,25591,22002,22551,4905,24196,1367,16253,4906,23438,6236,24867,15384,22865,21960,5578,1143,4911,11064,19707,29690,13189,26880,4912,18875,8446,18432,5725,4916,26961,9117,9117,14942,29213,22899,3859,19119,5602,11987,12719,14856,25518,24311,24482,6322,6322,21359,25892,10920,18962,13247,11507,14713,3033,14693,12888,16841,28619,25879,11372,6752,21790,18473,19944,23318,4923,18473,28523,11892,27492,7845,21811,12583,17520,17520,11446,25030,25030,22996,26044,23202,13064,28247,10349,14786,16277,14897,10231,10491,10363,20365,24240,4303,17524,18184,13013,13792,5210,2129,25352,3576,27000,10504,10504,6481,27286,10275,23023,677,4939,16757,53857,53857,25712,29125,2513,28392,3357,15887,20006,26685,12543,23437,11848,17302,8107,3505,12787,24751,29417,18575,29583,9522,4945,4946,19001,8802,13998,21948,18687,135,3669,21230,678,26030,17423,19317,24507,18601,6296,19208,4158,20719,28147,15576,15576,9177,9727,8731,8731,28710,12752,8205,18131,1967,4959,9845,12655,27386,12655,9805,12476,8106,107,4961,288,4963,4964,9645,3144,28623,3198,29286,11693,6184,11307,6603,19471,22917,4969,16092,27195,7793,12285,17610,4973,14221,26519,8005,19206,4977,4143,1629,9842,27493,15744,26266,24978,2099,9418,245,4982,22715,16503,21658,19717,21171,10009,7831,567,6235,11824,5453,12684,7572,19974,23840,24716,24160,21726,12951,15739,16428,25460,4992,7444,7833,22133,23897,11360,1591,10632,16358,19449,5001,2088,15842,15494,15842,28901,28863,10446,6528,2936,23090,28113,12311,5260,27970,1855,22570,20155,5006,17929,20324,24448,18851,11370,16432,27592,20199,3036,5012,27055,15140,13449,15424,27047,19872,14134,4508,24209,13646,19303,27044,26899,19275,14486,24354,2293,13123,28867,24400,24400,27811,11262,5024,27565,18422,14573,5028,5030,13635,6774,15815,7728,20916,5031,23507,23507,9423,7230,18603,20727,12598,25088,8376,26363,21454,23785,28046,3237,26818,7534,5787,10246,9174,22307,15633,23214,23214,20772,25850,8846,21975,6424,19943,19665,26314,21536,2711,2713,2713,8901,19845,7337,1998,12777,13454,6995,7150,25789,1561,25773,6749,24615,26279,509,29206,27612,24860,27001,27001,23602,18761,13760,13128,25085,13459,22497,3740,5051,9128,17340,26404,5053,21093,21319,3264,15491,15202,17654,25564,25599,2972,18633,9892,23247,14424,5057,24658,7585,22884,11242,13031,5604,2387,23831,13186,8318,16579,5715,6361,7955,5064,2386,20570,4091,4091,29171,5068,17139,10710,16530,11442,16094,6418,16326,25795,855,1883,10694,29554,12302,9240,27605,25618,5397,21779,14087,4755,16490,13601,5080,3323,5081,4199,24020,20889,14343,15059,16201,21763,5099,26299,10343,5084,12660,27753,2788,4725,18358,16555,18027,9617,22339,1832,26702,26702,19199,26359,5091,8881,7578,23365,21216,5093,5096,5764,9168,5097,5097,13406,15319,13913,9554,9554,16275,16922,12825,2649,5993,23015,29432,7958,20274,20743,12178,1645,13507,9692,18437,18437,19180,17459,7420,94,690,26953,20189,11103,22337,28285,3808,19560,22284,22559,22559,72,4140,10947,20553,80,8972,8239,19373,24364,5115,2781,10297,28228,2986,11855,23343,9240,24986,27271,24772,7509,9223,27742,10327,21296,18156,24839,25714,11736,20016,21183,25384,22137,10994,29437,4381,5174,21329,8980,2044,22677,8395,14537,25943,11521,26106,16117,16347,6025,5125,2161,7376,6958,2161,27359,2819,19909,756,12492,6980,21503,5128,7666,26050,22041,11229,11228,25763,22732,17434,17434,24594,3895,4234,4234,24309,5131,12728,11911,3351,17726,1050,22839,29002,15953,15877,20759,1897,7506,21850,6497,27987,24362,13989,10421,5979,24861,13873,14744,14782,20592,15301,5137,9102,15574,15837,7071,1381,9047,1334,3407,5956,10657,29386,7950,15063,5146,8024,24315,12659,123,5148,23154,3532,23546,17746,19198,4435,19417,20029,9038,11093,1139,28017,5156,26749,19211,11661,8313,8596,24138,16542,17529,6867,11896,5160,25794,14254,26895,25413,15765,22848,10987,4420,4686,22895,26462,26462,981,23198,22081,22729,12653,9999,13751,16264,2674,4249,10632,21113,1748,406,18704,6070,22459,14623,29063,18395,15270,18103,27643,2021,22729,17215,5170,23985,17257,26640,7880,25703,19237,20854,25294,1837,573,5178,28492,26445,3481,22610,15852,29471,20175,19800,20148,17104,14522,8686,26058,29340,23670,3224,8543,15730,15730,9798,25416,9838,2875,8498,6843,23551,3254,10808,27405,3280,5187,1032,13013,27944,16126,963,20428,10769,2331,10866,421,24804,15581,6324,22191,3565,5220,28452,211,548,12828,12828,3755,21604,27902,22844,5701,28831,10161,10161,18664,24603,26872,19112,16097,27209,17164,10398,13145,27868,1448,16255,16255,22939,16329,17013,5207,8420,27566,3166,987,4371,24049,652,10658,21551,27594,19998,5213,5362,5362,19648,7791,27453,5214,6765,18923,18923,5216,23356,12562,13322,20329,15437,23503,23503,23608,5616,12170,13356,20383,1982,8294,2061,15620,27697,4813,20590,17665,5220,29205,9247,7943,23383,5008,13635,19126,12740,6734,16052,9764,15860,19883,13250,25627,17047,20749,16224,18832,5226,23258,10936,25070,1934,17251,6740,5229,14276,12589,5253,21144,3351,1852,3745,10666,1166,3964,16007,2537,14646,28564,9041,12125,17103,6437,5241,29328,13499,14909,8709,2307,14411,1795,13327,16960,3255,7041,8187,20362,3815,5249,21797,23143,425,16042,28536,9270,19727,16793,3127,9429,1695,8174,16305,3657,5261,14779,5264,4453,1016,6112,16443,14514,25505,10149,17607,18074,26524,25777,26388,9752,28212,28753,12507,24485,21701,9050,11140,20141,10034,26212,19841,21897,17837,6314,15686,2779,1190,15067,24357,5273,16626,22217,8729,22918,27121,9295,14745,9658,12735,11278,26065,5275,16703,6469,14996,1063,2688,1850,4276,29545,14268,7753,28501,6387,25672,5281,15658,25935,4453,27613,524,10748,24731,8677,13303,27550,13859,23260,5042,7133,4599,16996,14692,2170,13105,5287,15967,10178,14092,12380,14673,19297,28479,15124,24441,26962,5290,5290,16441,15577,9829,6959,22888,2555,26708,29537,27333,2618,1315,24573,17100,16579,11028,23124,26692,22450,15680,27519,10146,19461,18254,22840,26521,11789,27417,11195,23424,9093,7125,13872,7612,27513,14817,12882,23790,5302,8691,16540,28788,25437,19070,5303,19586,29006,1866,12242,15550,29527,11298,24039,14012,20008,9001,27236,16610,21444,2566,4761,5309,13288,17193,603,14245,10671,14933,12196,2036,19370,26603,11210,4075,5537,21018,16617,8161,3771,5315,22598,6917,27202,9349,3061,28902,6399,18608,16238,23728,16238,19256,2346,15285,4797,15285,6384,10922,19141,25411,22459,22459,20147,12100,3753,15731,4843,26614,3389,8132,22768,3260,28551,18704,18275,5933,25336,17212,29616,23208,10795,27193,5328,312,7252,21091,19002,11495,4052,6173,25696,15368,13594,25696,2322,2838,5334,386,11497,5421,26620,8714,24318,10335,22082,22082,24368,1427,18186,23308,29400,13691,18102,18102,22546,16728,6537,5342,577,26592,27041,1523,17405,5345,19137,21485,18618,13098,26490,3712,13098,2512,13432,29165,23820,4159,16985,10043,21948,6868,14218,20142,16315,9227,20824,22879,10361,3248,29463,17497,24200,20173,28010,19320,3837,8802,11905,134,18167,23094,7467,28666,2410,9085,10551,9918,25972,18931,27373,12746,24815,3808,27127,7198,8852,23003,21206,13127,13127,27393,28169,13232,18693,29476,23576,1005,25224,14645,19484,10674,28772,16978,18024,5368,5369,18993,16263,14300,5057,1021,11251,17867,2703,5371,6160,5375,1875,28946,21100,2758,29397,23297,223,14541,10381,22926,19016,19282,26049,10276,5383,19729,13684,5076,18030,22006,27527,16609,22364,23846,11871,27411,7778,25661,15381,1419,16980,10175,23939,25642,2100,8296,5240,7500,25858,4970,8453,12680,17195,17855,17179,3731,4164,22168,14430,14430,12966,79,6655,23261,193,26247,8208,7881,20096,22242,8582,8583,23518,26623,13593,24318,23787,19447,8926,368,18929,8472,9176,16357,3815,4778,18194,24595,6630,13719,8913,5066,15667,24995,5403,19248,17561,7005,921,9659,12155,26560,24346,13154,542,17140,12530,24833,2646,11526,23084,10947,28161,1116,5410,29433,11877,8467,3949,4180,20653,22269,21799,16618,23755,8753,1482,28323,13873,1987,13320,21300,24151,12979,13130,22033,22157,19412,3357,10537,6486,14037,16961,9220,5416,5079,14643,21698,5661,5661,1416,184,876,9220,21036,5425,21453,4332,15010,24965,28925,11955,4688,20457,570,5431,1114,26915,762,5605,27658,8494,9278,27941,24020,6918,14915,17902,14781,23649,22164,23277,26149,10757,28330,8479,23659,29497,5727,7677,9749,22595,25587,7680,25277,25277,18549,20366,15878,12721,4469,2980,2980,14423,15351,2979,2979,25491,22462,9948,18938,4298,3743,20280,604,5448,22112,13525,8978,5450,7939,10860,16481,25121,9563,23448,24133,7405,22969,7069,6013,9929,6676,11376,14606,10501,1162,27454,17508,19051,24242,15788,7607,26834,13867,2475,5460,9889,5464,10186,14726,17202,9971,21289,29506,16166,10972,24473,3437,9304,8476,5123,821,1022,5469,26430,28533,11879,26218,858,12761,19717,7158,9273,8834,1968,20573,7879,25051,15228,1783,147,2245,18002,15829,16069,23197,5176,27589,21670,16174,16174,29261,28275,9620,9548,9300,19532,25961,18141,10617,18778,14764,29159,22590,17283,1944,13425,66,27825,2928,29658,21876,10999,24859,28106,28106,11081,21907,5772,22067,16218,7394,5487,18608,291,5877,19260,25268,16424,906,18314,1641,22038,22438,5490,6177,5491,4675,28755,11649,9299,9620,9745,4992,643,8489,7607,12622,15140,27142,21691,28998,22371,28317,2599,14392,13785,27663,10183,12213,17102,18189,18121,28893,27627,18543,29106,3844,10633,23059,26372,617,15066,21947,10906,13871,11634,2881,3104,5504,4983,23773,6225,20731,28321,3968,7825,8347,21255,14611,14611,5163,11425,13617,20646,23032,23032,5508,16045,27181,12587,12066,27739,22939,1216,22041,1064,3015,24416,5513,24325,24513,11764,5517,26396,5516,7764,21964,20867,20867,1553,14425,10346,1529,13319,14318,5523,27649,25817,1655,1655,18824,11285,14846,25451,15560,5528,14074,21111,7437,14420,7217,20917,27348,22025,12717,13349,8995,12370,27764,29688,372,1024,3427,11058,23999,11633,4749,8074,558,21830,334,26406,24317,19584,28353,1402,10890,7830,17731,13911,26660,20900,9856,18298,5537,11718,11718,790,12414,24782,15566,1342,19745,3482,10569,23692,14940,18190,25727,4153,22611,9854,940,5543,14740,11018,3068,28853,1236,9086,13954,12649,8144,3901,3058,9079,9079,23941,13155,28227,5553,4374,20496,17417,27575,28033,4708,26622,13587,13500,21504,604,2029,18985,11291,14662,5557,17360,3811,20625,10048,21772,29212,9995,29729,5561,22567,5563,15960,5561,23088,7940,16225,15693,5570,25142,13598,22706,8543,10615,5869,16576,23447,25429,18231,16018,53876,53978,5576,13210,21054,13215,20666,283,5166,14596,11619,14518,5582,22443,29456,23753,27757,18753,21364,16121,8148,20296,23501,7583,21696,27969,1745,21984,3666,25270,24192,26706,27803,1154,8189,22638,13023,21400,14151,4933,8938,13250,14238,14238,5592,21885,18040,10719,29342,2561,7148,19994,25357,11276,5595,18970,14886,7665,21471,4123,16533,11966,13504,6542,26784,10451,27704,3362,14770,13706,7886,11379,6484,3531,9360,21552,9395,4147,2453,29695,14278,7107,15577,3821,24188,24188,5607,10359,16930,626,10213,11813,9396,23350,13230,4432,3812,15683,27382,25522,20233,6748,21496,7979,29220,26209,10994,25202,13394,8075,27276,20000,20939,3819,1455,25075,29216,4674,28959,28632,11753,21588,1434,26322,7285,7285,21355,28790,21848,20080,27931,8845,13053,19477,11529,17016,8846,26144,21078,11563,5631,1708,5632,13845,29726,7088,15672,1681,22439,19788,9265,10647,10647,7667,29014,1224,432,21382,15861,25810,7819,1684,20646,18056,388,18025,2497,14048,29733,15978,7959,25576,18189,26195,4785,2390,26539,23516,8778,16425,23398,23703,19988,14442,13372,20857,29424,21993,20131,19008,21596,15728,26010,23076,13071,24329,20010,18724,27880,5366,5654,16130,27395,16308,9389,13231,3803,26783,7883,3931,5660,6965,8439,2646,24515,5660,7161,28601,3779,14905,4578,7206,15127,25710,22951,18691,13655,27338,13780,20696,2683,12613,13536,2746,18235,23975,13271,11954,18409,18174,23090,22959,13129,4892,14556,25227,6162,17069,28587,27295,20888,16670,16670,12652,19360,24419,17274,3711,3398,27560,16991,5672,21917,13207,1151,22513,2309,26489,24081,25177,24565,24952,7722,24459,19488,9438,9934,23419,17054,5509,23602,14005,14005,22637,17366,22760,25340,12372,19333,25336,5677,27557,17292,28742,7176,7672,5684,24006,28165,13756,18682,17878,1950,9846,13124,20975,27560,2815,10864,4220,7218,5688,17574,5689,139,18310,22408,29226,4309,20281,9894,5690,4436,17660,4964,14916,5695,14676,9531,10250,17612,15631,8641,27031,23830,5894,15630,14994,14994,15165,3203,1526,11694,5701,19874,8785,24427,15810,21042,14619,9240,2006,5149,16602,10260,5706,15303,1520,3313,21805,5707,20604,4879,25816,13625,12370,12370,15188,484,63,28821,8505,142,17011,5711,3618,21663,28482,29525,21636,10677,29045,23216,12398,13833,1872,1651,639,1577,15102,10147,2089,9192,4830,24812,17118,3552,5721,15219,15219,13767,8470,11592,7419,16192,25168,26773,4952,26377,13337,3576,22716,4940,27406,24931,11789,9104,2852,18975,10746,26048,17738,3362,5749,2664,26612,11119,3088,5730,9016,10195,15240,300,5732,10268,4437,12417,28226,26428,11402,13753,24227,28660,976,22187,28660,22264,6267,22436,18736,3418,8601,10546,29302,23722,413,23593,14419,6888,407,18627,20714,11837,26408,20541,23131,24171,9376,2741,10864,26900,13838,9125,9139,8425,6515,8671,8815,21231,19227,4779,27967,2652,16316,21178,3994,4873,4340,14220,16641,24128,23013,20168,29183,6625,29623,6670,5751,8372,14344,7853,15427,29211,17796,13890,8357,5754,2185,1241,3485,21421,1647,15859,7819,18805,20554,5757,1770,20385,28326,1010,18439,17715,21159,9055,27558,15053,20008,25036,12759,28962,5288,12831,23467,15994,23181,11206,15864,17210,5763,21787,13002,20529,9608,9608,25937,14908,9734,26258,10173,26947,5767,3361,10802,5501,12585,21437,27872,26408,27824,11829,10414,17927,3564,22400,9839,5775,28921,1787,26166,9425,23277,27336,23736,17871,27237,9530,29684,26638,11529,7136,12707,13477,9208,5784,10156,12733,6213,11637,22135,17487,5459,19958,14533,5789,24894,7184,1800,18567,27958,5964,27958,5795,10587,17424,28121,29479,21243,21243,21333,4156,23018,26052,3986,2848,15663,9428,29637,29637,5324,5801,28813,9310,20852,5802,1441,1108,19877,20182,5810,28411,5809,25611,15817,21443,1001,28974,4930,13648,3551,6141,21329,22478,5814,13006,26482,25719,6460,20581,20704,15212,17588,25452,19341,6828,22406,13662,6828,471,12345,20527,16084,9777,20686,23156,9207,10083,27087,6336,16182,2598,9567,7432,15925,20056,12525,24284,26538,13773,26538,2111,5834,4185,69,19477,3255,2277,8656,25154,20881,1769,29200,13197,19608,27289,12737,14721,5841,12160,25480,11435,3239,13315,17387,9649,17493,4895,7903,7903,4006,29000,9014,21085,19034,21168,1985,7895,27200,6648,6761,640,5849,11321,14888,22818,11808,11448,8167,20287,9523,3603,9074,21953,18065,16724,21302,8250,16257,27410,13528,22357,12558,23653,1738,17261,8930,5855,24556,11411,23221,5150,5857,10977,21274,5857,6459,13818,24607,5858,8156,20856,26226,4928,20390,25374,20418,3320,25168,9912,5861,5101,4788,28585,15450,21186,5861,23019,8096,15749,6135,16389,11528,16925,20750,5867,5868,23987,712,5884,6247,3184,23654,13185,28195,29423,5085,8140,7794,19834,23501,21686,26169,16411,5875,21686,14597,15039,8741,5876,13676,10027,21482,4583,9119,17182,17182,12198,22391,17084,27712,9356,15506,16877,23900,4977,5882,27913,8313,20662,15468,26493,25972,26371,21635,5319,5887,13557,13934,20403,2620,24701,10377,5890,23800,7872,676,12998,5897,28356,26238,17638,2276,28505,11607,28100,5815,25615,18448,10573,17859,21912,427,16835,5370,22125,9500,3608,17358,15047,13423,4701,16378,22398,13572,11648,22864,27979,13158,12499,12499,17940,2461,758,21654,25612,22681,24813,10787,3082,10395,2155,28995,27328,9808,16098,5914,16576,22142,22571,27583,27454,5920,4312,13800,26191,15778,10633,29587,18667,23881,23161,6319,9065,24724,15876,24868,5507,8980,10434,22914,28371,3990,14800,4406,4406,878,2922,5931,27473,15857,9956,7597,22130,22130,8058,13663,29615,13547,4440,8045,17475,25959,26958,4954,4381,18059,9727,28508,28508,24635,11540,17354,1570,29642,24895,5945,705,4808,13591,21499,17573,13591,5686,1066,19693,13508,18835,1900,21053,24857,15866,8994,15745,500,10137,25453,9718,17532,17612,17265,12481,16352,20349,24230,12459,22182,7173,15959,4037,20692,21261,5429,5958,22562,17390,29175,23093,5960,5058,5960,6361,14935,20979,8915,23656,23770,1682,22816,23794,27667,28942,27389,20681,20681,488,6437,29321,17315,7459,5963,8344,16451,8682,26975,25799,23514,20392,17808,11906,13047,24001,21416,2191,22582,16935,17021,20091,7126,1608,24326,24326,10922,24397,10922,20498,21110,17501,20856,8874,18265,17757,10410,6837,24589,11373,4661,6154,1100,3693,3693,10238,2107,27476,1517,22694,7380,19277,19277,21792,1396,15167,8141,20881,25878,28371,8770,1209,19547,16904,15307,16150,2158,24264,4782,2294,24316,11713,28176,9888,18709,3641,18218,17547,27196,27222,25737,26132,16814,17866,29262,23065,27333,13828,8285,25444,19853,12708,20537,18333,6470,24137,26463,26653,9033,29085,1751,11822,27174,8938,25252,18084,14635,17650,21131,24945,2942,24714,11702,6830,26468,13203,20793,1905,24052,26184,6945,29504,10142,27519,21761,15670,21406,13021,24003,9534,1411,24387,7056,27999,21102,19003,19271,21092,19782,22668,20356,6005,12895,26587,9547,5493,6007,8877,22786,28163,16920,3099,27368,16274,27397,23980,16182,26756,2415,16431,11093,6016,21646,21646,2073,1361,16063,19452,29699,2637,10692,26043,17081,6022,20877,3715,29439,1910,6024,20389,28318,8741,12886,25407,28524,18432,18432,2359,6032,26980,4000,1893,17816,3254,27034,11741,20375,24507,25519,7300,12832,13375,19851,19300,9123,4353,28475,18395,18395,27628,9111,4159,3213,28653,1107,9268,28055,6040,25913,24214,26823,6043,19624,8138,26544,22845,27762,10691,10172,5406,16876,5240,5240,17039,4127,25649,23994,4361,26035,3469,29228,3604,29043,21823,28891,17331,28538,9359,19038,22682,17651,14578,9053,26330,28196,28196,10891,29019,25053,6051,17365,24425,2592,19521,14928,2978,5130,5130,5649,14654,19378,6175,10032,17865,29470,16393,17131,14673,14673,9189,18639,21613,18459,2198,18046,18944,20984,24028,10767,25944,6057,18409,9178,6398,8204,11130,15364,26990,13677,8575,16299,24862,20073,6582,27425,17706,28256,20032,14339,7106,28773,3462,9034,8106,197,22811,11836,3588,22414,11502,18150,18399,2233,19767,4722,17678,16208,10564,9688,18224,15733,5660,20617,13016,10391,27446,15830,21303,22301,7120,11365,7320,403,6071,21661,14444,3720,13249,28409,27880,473,2338,5861,17571,19208,26982,1606,10235,7471,7471,17066,3945,22656,28738,18118,15713,927,15837,12185,19583,7208,14516,4638,27927,22651,2388,8909,16778,4399,11541,20935,28248,9066,2639,27482,24797,24450,1420,6496,24882,27171,6088,27888,19705,4515,14763,853,853,7182,16113,21937,24496,6094,14491,24551,2966,7449,28214,12574,6095,3986,9041,11668,11668,29727,3508,6097,19113,13466,12892,18888,18888,16743,29699,3962,15302,11999,1205,12526,9623,20262,4223,25518,6101,4348,6102,4299,23533,23642,14213,9333,23873,18845,14981,14639,8399,14065,12254,29164,12205,3177,10010,3275,16503,4893,13166,11825,12459,29333,5777,5695,18852,23226,1674,16762,20536,6110,28394,22208,29222,21121,21821,1555,7267,27163,22444,9782,13464,13464,10433,24824,14031,18948,18948,29617,24790,7771,14643,9361,18323,24424,16288,5786,5786,3183,25626,10061,10061,6121,11427,26756,7801,1162,2362,1462,18560,11796,5695,13869,13769,28506,19203,21652,25920,5627,16689,29108,5238,8977,4185,18725,20288,16173,14753,14199,20157,6942,22045,28334,10792,17096,12940,16471,25854,26554,2515,12562,23067,14429,28603,27702,24056,28476,2899,16040,13155,21511,6140,19218,29698,18894,22756,6734,7295,23091,29262,18536,23428,15487,16508,28338,8725,23314,2769,19933,19028,12922,25063,20969,12819,22288,1342,811,11230,7973,21440,18064,25433,11335,28751,13090,11256,16306,2277,27843,21002,27470,1445,22109,27429,22849,15849,6317,24097,28857,616,17686,1500,26905,15997,25735,67,6163,16250,24936,16973,14696,27125,27125,14757,26439,17735,9956,5441,2602,25128,15756,25550,13383,11535,12625,20998,16557,25674,16498,18423,21337,6170,20994,13563,6170,4904,27751,22528,7681,7838,1813,19193,16826,16826,27885,7117,12652,19511,6172,14883,17782,3933,16487,2028,2028,28861,16105,25114,3952,27304,8101,8101,12811,4109,27150,2651,19878,25780,7800,18603,18935,11043,7439,4833,3683,29117,19194,27038,16160,1117,11145,7496,11171,24360,387,20679,12795,17327,12338,1459,22366,11680,18515,857,19911,17841,6190,26679,6514,4567,4567,23327,8168,24782,8058,28572,11542,13673,20954,20954,20759,10058,12991,23841,6196,6199,2782,15612,4016,28817,10267,6200,17306,17306,4351,21391,6202,12966,381,3604,29149,4448,7296,13276,1193,20198,28785,13405,29279,8745,14820,18276,6104,1500,22581,11606,16968,26746,26746,14356,16538,27644,12790,10298,10553,28468,17370,25229,11600,12159,11666,4308,17487,1648,1648,17341,6211,23687,9582,24749,1788,11735,12865,18940,19397,23236,13393,5576,18637,14426,18556,10293,27386,11075,9282,6218,27204,10121,20355,7623,8775,16446,22230,22842,6219,7223,3973,9582,2859,8489,13602,11652,1656,20510,53898,2863,22510,11263,3792,20299,16267,19533,11579,11579,22506,9347,20400,15095,5626,10103,14260,10970,20318,9392,602,1812,28395,14636,21667,6825,6029,7716,20640,15040,8670,23190,23017,59,19306,24970,23421,1653,10733,14441,6240,22628,20071,3721,11912,11912,11367,18134,20021,20021,8936,8936,153,6242,26141,2668,12900,21427,12173,27122,14683,16270,20873,6081,6081,20108,11768,29554,26376,24532,834,12182,15179,27717,2371,9181,4696,17518,1793,5782,28379,16880,17077,6459,15396,16473,22418,5566,5566,22880,8121,15544,2260,15544,15544,17410,6883,19213,9698,14890,27870,28796,27340,26347,21986,21986,18072,4310,20153,10325,6462,2389,28917,5186,22322,14671,26668,6264,27420,13223,14392,9647,28655,24076,7384,12803,19501,4649,2680,5551,13835,13835,17420,6157,19109,29601,5373,6786,17158,3178,12586,4955,11990,9252,7007,21418,12418,7587,28184,11619,10218,8898,8898,18652,6281,6281,402,10727,19210,28965,9197,28708,24352,1701,10150,25254,14991,22950,22950,23830,27440,13227,23733,27069,2799,7333,21829,26424,13686,7972,8944,25631,10540,627,627,28350,16615,10096,15201,2019,18982,20210,26396,14360,10047,11280,896,16922,9619,1952,26465,1918,12527,22460,6300,6301,14046,5843,3837,14662,1212,12513,27266,15679,2340,6305,11045,82,3186,20449,10853,22952,2062,668,15759,15759,9603,28034,12961,712,19200,10279,26207,28762,27231,27489,26741,24235,5235,22388,496,24410,13643,2118,6014,16132,519,15361,12964,16955,29591,22441,21533,7652,27862,16499,5372,15010,6328,726,726,7987,7408,26020,15753,13491,6330,7002,6694,22464,18564,5939,6331,29547,14298,22568,2268,23732,16953,10221,20525,9740,23775,10468,3782,16803,29212,6111,15901,14061,12503,9522,7898,17671,19018,14362,2295,25930,8559,11139,11139,21857,20463,24853,21279,2644,1711,13758,1204,21230,22720,7603,14397,24018,6341,16989,11107,28120,891,19687,6346,10738,27386,18411,24787,10408,20512,21073,15090,11264,22935,17281,9316,14576,7770,14224,23524,15583,4565,4565,11391,8450,19024,10039,472,5077,14722,1656,20778,27349,22349,27137,7655,23487,22041,3804,3733,19194,15961,11570,8451,20378,23564,10639,10985,12749,25811,14126,13871,15748,5297,1700,11891,24358,19059,12878,1437,19799,4298,1944,1944,14704,26356,8996,18748,23220,1697,21566,10548,1277,6366,20776,26102,21795,5039,1245,3564,1083,4572,5276,22043,3757,21011,5048,12077,24613,28759,7151,4067,6370,28154,20894,1560,2672,6371,23865,7121,21895,17255,26012,14073,6375,6376,4182,23070,4182,3231,3014,14098,24081,20019,2072,11889,11597,10040,23922,23922,26203,24742,16983,11284,75,8308,2359,25118,18434,20992,6383,6382,19571,9585,21276,19438,20574,27493,28739,22422,2643,12903,360,8285,17007,10587,2823,21284,12839,4011,13823,24741,25867,20767,26295,1583,29211,17998,21513,9310,6396,10225,2578,2578,3814,25890,13022,9982,4633,23218,6400,27635,25825,11538,27635,26264,10641,27378,19391,6404,21489,25744,27903,6408,10678,20564,20564,15046,16239,27256,7016,1001,13847,8396,9371,20423,431,6412,8073,23169,20372,18313,16350,8610,18028,3461,28003,4775,16413,17421,8998,16088,7168,15119,16208,9402,21531,1685,19212,20121,28051,8640,15367,26771,8204,24944,23592,23592,14800,14800,15899,6429,29369,155,13661,6185,6185,8280,2460,2125,3086,7462,13870,13948,13948,16602,20947,23137,15168,13280,6435,16373,23139,29391,27329,8075,26971,9374,4154,25507,14446,21017,14976,15821,9258,29471,14616,27807,2247,27006,18937,4094,22625,14509,11414,26066,19122,14354,28470,19078,20922,28166,11430,6450,597,6953,9681,7147,13927,25094,29399,28540,3847,8042,18828,6454,16720,15869,22282,24125,23460,20285,5858,17625,17623,21850,1994,21988,13079,26402,16120,2291,11067,6457,12038,2901,21665,13353,13831,24807,22913,19452,15597,19590,17924,1447,14631,3894,1465,6463,21838,16875,18410,6463,4803,27962,2222,9380,20182,20182,6468,3639,16703,13524,28833,15085,1380,4778,8348,2154,24321,974,24277,2909,565,27854,21079,18790,19476,15362,29363,483,20015,4245,6479,5523,10861,13568,14649,238,18859,21812,18975,6881,27355,17411,14378,28372,23589,23801,425,4003,5263,14203,2318,19906,6487,19345,15304,9931,25315,24269,14640,2507,771,28007,27886,14957,6640,18269,6492,6492,10608,19595,28075,1125,7654,6493,15345,5860,103,14124,15212,6600,6600,15452,22256,25895,17300,13485,14919,28930,3642,9667,22667,3753,15731,2974,5720,27721,8854,8854,15336,2675,3747,26114,11505,22495,14533,19520,4739,3171,11644,7000,17075,19587,14982,29576,18058,4487,16855,13328,16311,23718,15831,23967,15588,11296,184,7117,6510,19390,25263,25453,4950,6457,3552,5579,1485,20953,18546,18508,18709,24567,49,3060,9171,9171,4400,28371,23423,2122,24816,17373,19618,22217,13716,11059,3618,23070,25024,14782,27043,25173,25596,21760,5569,8286,6519,25004,17888,8505,24618,10321,4066,13211,12954,27185,6086,25297,4035,27836,27349,18361,18323,7800,21645,6523,26863,8454,2900,6879,6524,24011,20518,20518,17701,439,5648,4687,6527,2180,5048,13785,13213,3292,27535,24225,11226,6530,9108,5991,7376,20350,26491,9963,23325,3333,15973,26345,6535,20293,25631,23406,6781,23259,24602,11807,17944,6537,24471,19536,16966,2984,24578,15326,11538,22248,6541,25612,11551,18135,6544,19008,26957,26957,10290,4338,1227,8573,6913,18032,28136,18213,15919,2788,14634,3576,24444,16278,7309,18872,13258,11706,2584,19625,10233,6559,9348,9392,17199,11544,29008,13283,7007,10097,12184,12184,15621,11658,18453,26451,4936,23916,12064,14624,22215,22215,19347,19076,6101,13008,14580,1223,12997,10147,20476,15530,10209,14652,10147,23987,4456,7744,19531,1955,8319,12820,28761,14105,14168,12753,16659,21187,7825,26190,28074,28126,9553,4754,381,17863,16910,2639,11347,27124,27488,26281,13644,11340,12887,11167,6653,9207,16791,22186,6579,9249,16550,28431,1812,2994,16591,24240,4697,3166,17617,4284,20908,13889,26507,19892,13182,14453,28562,22174,27747,6590,11206,28595,6591,21152,8228,20760,21763,20293,29240,26139,27474,1237,8153,17374,17374,5763,12497,16569,16485,16820,7925,25541,18475,11847,27755,26067,12402,15478,20516,18914,14043,15715,15715,6605,26572,10445,22777,8606,26284,11583,14487,14603,10017,28672,8211,28672,16325,10344,10344,13812,22794,6613,21695,27728,4910,25097,17386,9974,6617,17353,14383,703,5638,5638,14036,10837,16327,27513,9928,4570,16038,26334,20629,12784,27571,11466,817,23435,9596,26158,8985,3530,5087,28557,28768,27771,26196,6627,19965,28880,8853,23078,27662,9574,14145,27585,17311,6584,14531,6631,10257,24808,29241,13782,1074,14620,23103,6821,1659,11952,4882,12539,24988,9054,19541,29135,1216,9762,25019,2815,12658,8753,16259,6643,16641,25953,15259,11193,2772,28271,22847,10619,10283,6650,6651,15718,17289,12106,22264,27219,9586,6652,22324,7528,14412,25102,24459,17366,6663,26517,3958,4555,19574,27436,15049,29593,3804,21810,26619,6668,571,1906,23036,6671,7256,3210,3420,1680,12397,29186,2616,9270,27060,14389,20154,7918,8885,16460,21471,13627,23692,25602,17313,16957,27335,28972,2240,10399,19853,6680,29374,24999,6683,5899,6688,5848,15815,5866,16197,26401,24840,28413,7028,27989,21905,20315,6693,19351,4048,6694,26453,12174,19697,22515,12628,10365,1133,26380,26380,5624,13368,10296,11507,21987,17215,13201,15433,23853,10588,9200,6702,9628,15035,26872,17658,11013,15219,2862,26483,18191,20723,14743,14108,26792,5079,21775,24793,525,25647,16108,22534,3381,16305,14759,27293,22081,17166,9932,4612,24419,13213,14142,23865,19520,1812,8726,2647,20018,27029,16735,21365,15982,8399,6721,7913,20629,23876,14679,25716,16507,7059,7059,13843,13124,24085,20667,26361,6726,25185,13152,26739,24403,7827,20410,11316,12366,23944,23943,24739,3765,18665,24114,3329,8444,16764,2840,14088,10754,25646,15343,12114,4231,3029,26348,6732,1074,16206,20500,4511,16569,19354,877,14612,13054,308,22755,6740,5280,6741,23915,17629,22797,10931,12855,558,21727,21191,8515,6747,15254,28282,9340,25490,2288,15040,1199,15332,18720,20454,20244,29156,16880,11180,19997,1810,15972,12357,28243,29648,7788,24773,5213,25693,957,2903,10713,25944,6718,26317,7042,2917,6757,10787,6756,23161,6760,17750,3487,163,18629,26751,2688,21108,27226,11065,11065,13749,7424,27563,27326,11400,21426,20757,2020,1031,24238,4968,7616,19917,19917,2699,1308,1799,26827,9087,10028,11148,16176,20702,7520,3593,11255,16249,6770,26497,17569,17467,20912,1269,21919,4034,4034,13402,12289,25032,11226,28705,11552,19287,14991,18848,28458,15554,7032,14148,11218,22216,17440,20098,7517,29155,6784,1705,19811,29208,12282,28732,24681,23457,7027,6790,17727,29421,12187,16354,28007,20611,27116,11769,411,8241,14224,14224,24912,23594,8595,21835,5374,16034,29081,91,9847,3221,23190,6653,24009,16199,14407,6809,14932,22481,25201,1051,2463,6810,27471,26014,5605,10528,21879,418,29038,5523,27620,13748,22599,22029,6457,9660,13465,18011,1672,8952,8429,27426,25050,998,18157,5176,19833,29520,17298,24343,5933,28931,7720,4512,25320,6624,17142,10297,28899,10674,22383,29094,5379,28368,25070,11284,1206,26438,3117,28556,1006,13570,14898,6832,13946,11582,23867,10644,13533,26051,22470,28047,14030,13484,8107,13627,1464,18260,25292,26655,20648,8949,2673,7145,26760,14786,25795,14773,6080,22028,26038,4528,5880,17145,26866,5397,26767,23024,4938,16193,1815,11828,18329,24643,23472,6854,8986,28626,24355,1887,10510,22955,6860,6861,6862,6737,1733,27621,11496,1826,12823,11515,14366,27893,21612,589,20813,1125,29737,14369,19404,2750,21628,6098,23964,1902,3346,20634,268,7748,4814,13878,20980,22466,6587,29041,53999,8523,14549,21806,5284,8725,23314,6128,21109,1149,15959,12380,24043,24043,18117,17043,23032,6880,11728,3980,14295,20136,6882,20138,7996,28092,7902,9656,6883,18966,6886,10689,12551,6888,4296,25559,29461,25421,19370,17374,26073,21490,9849,17605,29042,29323,6021,27032,28230,27111,27966,23302,6288,25747,8736,15737,6896,6897,4204,27058,28806,11027,24747,14946,6898,6898,26162,9526,6899,460,12465,6900,25287,25898,23614,25528,6903,6904,6905,17761,6909,1453,25764,17174,6746,28751,21807,9096,1011,18444,18477,25683,6915,8562,3979,15037,4089,20736,17126,19147,19147,28231,18628,6918,17452,7354,8478,24919,27903,16172,22120,3883,12843,12843,14748,12236,7299,3043,6521,2229,15954,23591,4214,11123,17176,17176,12176,25106,25562,25765,10422,10422,27149,28493,7422,29699,14301,19371,6930,25779,22155,19302,20527,26174,23482,22589,9180,24504,23244,20525,7379,17389,10691,27175,17939,28826,17384,27930,15255,2487,16584,16584,21147,22742,11788,3417,14563,18711,13030,11715,27730,7099,25181,17430,11378,14135,6946,23477,3536,15487,16212,24127,4814,22690,24924,2155,6948,21521,27800,27868,2587,23876,10092,7563,8576,2367,9433,1164,14127,17319,17319,13282,16004,6955,18799,28250,16761,12871,3493,24873,12575,23789,17690,16150,10372,23196,23674,13684,14851,27046,25597,27519,16149,23274,17477,6959,13357,25005,17169,13078,13006,2091,9960,20020,6963,17595,1565,18230,23377,26150,16546,5941,12345,12844,318,22954,14320,8177,14697,6969,5578,9880,25783,21963,21963,18209,6974,25840,16572,2587,22346,7416,3987,18671,28104,14298,27007,14803,19918,11800,23381,7998,17956,26890,2266,28181,20370,16897,19379,14026,6993,18651,20250,16424,19517,2884,16361,6995,4942,1582,22233,23241,17681,17239,25824,5923,26560,12079,298,6998,26475,11594,15933,19900,10446,9792,5776,27496,7003,4863,11735,24471,15146,19803,25266,13087,13487,14293,4105,15503,26725,28802,2410,4498,2920,23177,22194,10201,7635,24985,1382,16257,23787,18506,4495,3679,14331,8031,17504,5299,7011,13984,25000,15848,23636,20392,16816,20024,22615,7013,13401,15570,21485,21485,26459,22500,28429,8426,20218,25352,13383,7018,21268,7019,7019,22567,738,24337,24337,8554,20093,27243,27346,20230,3959,9163,27020,22101,28700,29208,12094,16985,12953,17137,11462,7027,22865,27484,25037,22247,24321,29365,7035,14286,25743,25899,7042,27884,28104,17867,7045,2327,2710,10716,16856,28698,11790,7049,3352,27650,28319,7050,7052,27784,20431,13416,28979,5366,24625,15927,20337,29563,25470,17355,20974,23530,22164,18770,16011,22420,10652,11819,20509,28985,4343,25096,19682,19529,6714,7061,28191,2723,15707,11172,10478,6868,20578,22592,19201,2454,21390,21096,29349,9234,29058,23184,21797,7069,24005,18147,27256,26110,17609,8248,4682,16697,2532,21807,20469,7075,3532,12464,26973,23247,15721,9155,4527,7078,28078,13841,22002,28177,6295,371,9278,19684,4585,16548,9335,14396,23340,15569,21001,14534,12334,8316,14771,16102,16032,12604,13394,12894,17245,301,13692,18668,6943,25902,25477,3941,25059,18060,21377,13177,16681,23059,21229,13000,156,2213,23652,17323,13222,8907,492,8525,14554,25294,2168,14038,21797,28681,20828,14678,9287,9565,872,26991,23458,15394,22550,18105,819,10509,819,7102,29640,26504,5411,7104,27962,7103,5344,9351,25176,16200,18401,28642,20594,23381,1863,19975,947,17942,7108,18611,23115,880,26483,29614,14581,15899,20741,1433,14076,17879,2346,7116,2605,4122,4789,23252,26848,25084,23403,7292,29616,26847,53860,53860,13920,20319,11818,17543,5455,586,23080,26119,929,7123,3810,28296,764,27960,7127,9173,7127,7128,18812,23360,17594,9134,19431,520,18474,25854,2431,4282,22267,25634,16833,14323,19276,22997,15195,7134,15073,11815,28816,7636,3652,7140,7140,9586,5559,25600,11507,18593,1719,6126,12468,17396,4972,5652,3258,15389,25766,15199,26571,2943,20585,5254,19940,7148,7149,24684,29383,15256,18266,19162,18958,11683,4236,19993,7153,16921,15564,25960,12135,7156,25455,10623,23800,7157,20034,21484,21433,22891,17770,18445,17305,15944,12466,14695,4511,15108,16483,20711,7168,20101,27894,16949,4715,7170,15600,11250,27078,21077,27046,1545,927,19647,875,2115,15436,13398,2019,18878,20516,26452,5343,14787,9938,2831,9938,4191,15686,5682,24527,21678,14226,1388,541,10082,8450,19620,25162,12745,29238,443,21497,9877,28164,21636,4544,21006,1102,14804,29431,11902,25327,25446,7185,1812,22039,5835,8121,15735,13866,28019,7189,7191,19613,5927,28567,21055,5740,15833,15833,14557,16573,12500,9311,18831,18489,9685,9683,900,9186,7817,22793,2127,24085,21393,14174,8391,53877,343,1144,28331,28532,26512,6952,7198,20063,2892,17534,168,24320,25223,28085,15334,7203,13147,5488,24059,22628,21635,23028,17333,15957,21571,6820,8664,8664,11014,2025,25998,9556,3249,2693,13235,22072,15954,14311,7668,17459,10248,28184,2275,14398,1713,1630,8066,11351,3157,7211,27882,8641,17032,207,1324,18333,17234,22612,11707,11698,387,9089,10106,17916,17166,7220,18087,14590,11357,8321,17706,27711,22780,8015,23979,18039,25488,14529,12777,7225,437,7226,1980,18082,5665,22653,11599,22530,14108,8992,2529,20536,6007,17886,20425,27921,29308,16088,21418,14743,23202,29014,16068,29241,21726,29590,7240,5045,11297,21960,5166,2136,4867,1090,15703,2656,17598,7248,24517,24517,6219,22536,10336,25633,21733,7087,7501,20765,13970,13071,21557,1732,18081,10314,947,27503,29103,20925,14827,8535,12677,5674,10010,16092,28791,7259,26556,23792,23460,29592,18752,1919,16025,10198,1930,28229,25286,16025,18493,4521,16538,7267,24098,19543,2689,27697,11214,4874,3476,28736,21146,10585,15217,29618,2685,16236,26287,28298,11861,5508,26101,18244,1519,7292,27548,15093,23443,23443,16384,8123,1870,7274,2014,1893,13138,10735,11283,18754,18754,12847,9531,8206,6684,22223,16282,179,13028,26664,17193,25879,14368,23929,23934,5575,19663,7286,35,12411,27082,4015,29199,21627,12765,16461,2567,18191,8014,566,19946,15411,25440,28037,7313,7313,15636,22533,8162,6323,29560,1373,4934,5985,2347,3013,14471,18933,6755,22565,24101,14248,24543,7298,2110,16897,22208,10452,10355,24996,5755,25098,596,4282,25108,25108,13101,7302,6069,4437,2609,15348,13439,13282,15824,10269,16803,27266,24338,23981,5737,26101,14605,21312,5971,21926,25811,7311,23894,28211,28638,18497,22436,362,1576,27199,9277,24963,20025,27915,7316,9465,19410,7837,13873,27940,21570,12128,9104,5503,5062,5062,24738,26961,15965,24660,14916,15303,27517,2211,3193,15492,12944,21598,13607,18825,5978,25675,17955,28563,16275,2947,4113,24628,404,23400,29341,7328,18529,7331,7030,16559,9785,22215,3821,7556,25605,13858,13990,3818,16366,26887,17228,1376,3395,4911,18855,20523,24706,24724,16724,23758,1819,27878,7339,25185,417,17759,17656,785,12213,27286,7182,12785,12785,7346,18784,23549,16133,19740,20735,16401,10917,19794,17947,18318,26823,20624,22139,22139,25936,17957,27213,25586,15786,4738,15617,22505,19246,16852,954,5069,21650,13971,26151,26714,8400,22858,28208,27014,27162,12046,28622,24123,22099,22449,18156,3796,17689,1589,4055,4055,165,29178,26764,11449,20464,22735,25274,3466,28868,6240,7880,26680,5005,3385,22334,15744,7971,5865,18354,11213,7369,5287,8139,20722,18377,28636,2409,25772,2053,9502,25139,21933,15228,14180,28568,2589,27326,5135,21511,480,26340,3210,21271,8432,11721,7433,5985,25702,12628,20881,24634,12398,17033,27994,18243,11794,6658,27211,16834,17267,25423,20458,22643,25968,7387,7390,20706,4272,25883,7393,10750,13414,23306,1214,3326,11907,6419,24762,21308,28689,12495,25536,23555,21843,4202,20924,4714,15358,17165,29561,8949,3672,13301,13301,13353,10190,10190,29326,3438,9020,27027,17903,9050,2069,19466,14509,19543,14830,9374,7414,29176,17179,19849,1704,4001,15712,19014,13087,14793,5901,13639,13496,591,27200,26885,28366,28366,1631,13256,13256,7419,7421,3128,8560,10788,10788,20013,27852,29094,3312,26406,2407,15103,3049,26469,22613,28453,7428,29314,18856,4130,12468,17198,21687,34,21464,3408,17032,29072,13579,19376,24047,5526,23588,23588,20798,27551,27474,20664,22314,21102,7435,9006,11537,12305,4766,3461,4645,7444,11044,4893,24613,2443,29016,26413,23229,13853,25029,7453,6990,6380,19605,16829,25964,13588,536,7456,15851,15830,13235,1491,8236,17462,21926,819,9839,20773,12266,27225,21192,8835,6640,4875,12792,16406,26998,26913,20120,12693,29542,4833,23482,1863,7467,28666,27570,27985,17894,7471,5475,17604,24457,1007,15206,18290,28510,24184,15408,14520,9077,9985,7475,7474,19155,9491,19135,12509,11238,25556,20725,3687,3687,29573,28069,28069,26080,18227,17435,17435,22529,7483,262,9611,28702,20307,2066,1068,27863,25926,2936,1976,15487,434,11147,29226,20123,27102,10104,6956,25746,25746,27139,25960,26130,2519,19663,7491,12834,20994,17156,17189,2961,5937,11112,4700,20281,408,20994,28433,24847,13468,23756,21444,22222,11834,8336,19271,28073,13535,7501,16085,23735,9985,25557,24820,12181,27422,6197,4240,22101,7304,2039,24539,12192,25695,1952,2912,12356,14702,26017,28913,4985,8912,6982,22985,5312,27244,27244,28709,19674,17301,6745,9443,16978,19687,12310,19074,10770,17059,14236,23538,19102,19504,21870,7843,11636,11636,15235,14459,19176,24549,25772,7529,27657,24075,14481,19107,17453,5535,3660,21660,21103,18439,27731,4291,20663,16462,24280,2896,29057,10031,29393,7535,16517,19801,21529,10475,12702,21379,22929,21405,14094,1472,11679,22193,10777,14315,11832,11832,9684,26653,7538,12116,13233,15338,17926,25720,12407,11770,28463,29526,7540,27323,2447,12187,25456,20391,28956,3970,7779,605,29540,10007,2498,3821,16687,21219,28894,18663,4276,1920,23292,27632,7550,12761,27235,28638,29326,467,9601,1700,4760,7558,9619,7559,26149,29700,14645,3196,11413,2812,26199,22527,21464,9350,23686,11113,27048,7988,18496,1664,28825,27819,7576,7942,28431,28431,27593,8323,11556,7570,11179,13499,2911,8617,2146,22470,12689,25014,7577,7578,15067,4369,4730,4730,20612,25307,21962,27603,28642,26029,20346,22916,7986,2249,29740,53951,21981,28885,12902,26404,6451,7586,7589,7589,8482,22569,24283,4598,810,10327,20498,2435,27229,27350,20384,8207,4717,7592,21059,21672,24315,21760,23468,8514,12033,28686,4760,7187,15781,10006,19813,18868,2136,11765,19932,29470,7595,22601,3294,13834,8893,10899,25005,25005,10938,25238,17034,16864,16864,28791,12485,24202,20917,25532,5069,200,27440,26372,7677,28552,11003,26797,7606,21882,5473,24388,24388,29563,6927,16621,1891,16630,5182,18146,5172,20577,20577,19770,12358,26715,16098,19779,7615,2655,22872,4264,7616,23630,10663,463,10252,13346,9003,1790,23158,11054,14445,12864,10001,13221,13221,20412,16937,18035,17832,13272,19118,24267,21861,19693,28191,7620,22966,18557,3278,2637,12457,1561,27574,19345,3762,27970,14440,29656,7627,18745,23970,17640,672,17640,12789,10954,11347,14591,23802,23802,15612,7321,9063,3499,15556,4076,7631,8661,22520,7633,14766,19010,9365,9364,29386,12486,7635,19992,7640,5945,7639,19517,10071,9069,3358,24894,25651,19309,24166,18098,2069,18908,3735,3028,5123,8921,8921,17301,25176,3286,18392,8693,11584,18271,1384,10201,27530,5987,21073,27943,4008,2442,17511,5490,6633,2927,5989,7659,5700,319,20917,7734,13470,21521,22271,17856,17190,14313,18481,9167,8093,20012,20012,16120,26497,15079,6233,15301,26983,16675,7677,7677,22747,22747,22430,7679,10658,24893,2999,11025,761,23930,24838,2828,53950,1821,25926,11778,26066,21938,22904,2352,6515,26307,7026,26827,25528,25528,19747,20843,24802,21269,21269,19694,22188,12196,7691,2435,24119,2318,19168,11397,17185,18611,14380,7693,27057,24463,17922,20279,4203,27824,8817,28382,12411,4765,26231,21674,6507,24937,11123,1615,25309,3832,11247,4693,20150,1131,4952,4230,18973,2949,7061,8838,4418,17589,17025,17025,22235,20177,9678,20397,14482,29610,7710,21472,7714,24505,20828,17168,15692,23540,14299,29568,9223,7211,540,26455,26535,17583,24496,24320,28038,3698,5972,21605,12441,20280,1706,24505,26275,28730,10482,16363,23281,759,24572,21964,6305,29406,3105,4816,7724,28830,11333,28156,28038,17483,27655,21495,9959,176,13297,24003,23468,18819,720,12299,4324,24184,20835,1004,25373,13743,1928,13743,26724,28005,7735,7735,3327,15589,6305,26017,12305,23163,8060,8572,28659,18860,28045,16836,4489,482,14355,26759,4263,20363,9165,25081,7743,12121,25586,12121,14634,21560,23336,16655,23738,1954,23648,19776,19390,15973,24449,1141,29687,1521,29315,8472,11700,15666,17368,27367,22644,22546,9470,29376,20363,17138,2678,2558,23255,19397,10817,17686,2104,2104,23254,23605,19549,23123,13569,15898,3677,15202,20618,15188,15423,8209,28504,7761,18382,10827,26411,16204,17993,5780,17784,6372,13052,25722,7129,26700,25304,19045,29069,18317,27265,2289,14522,14530,20416,3481,11483,28823,26447,10341,7778,10720,7107,23575,18595,10311,2749,27256,23687,23518,25174,14519,9082,11439,22118,22923,8775,19412,15732,6059,6059,1362,787,24713,7790,6058,25877,12780,28641,18695,21804,18011,21180,9998,15500,11357,21643,14739,9499,18008,9499,8160,15577,26035,1504,9578,2312,628,17349,12141,13798,7802,24077,7804,19918,14904,3217,2640,23715,28916,20053,19877,20104,1738,2545,13543,26824,21602,9599,18625,19294,22741,7811,7811,18928,25662,7815,27093,27093,6440,14418,27928,27928,14803,29621,20967,21363,11730,10840,7819,7820,7821,28878,9234,25631,16734,24885,4560,20320,4787,27269,12749,28299,11221,21730,5391,21120,26790,23584,26133,24866,2247,11634,13086,225,21305,28312,17593,23523,19945,24307,16504,7831,11998,23572,53983,15478,6236,21453,629,25248,12413,11591,388,27114,4652,23411,23411,19795,23176,3186,636,2798,17456,16854,16854,6312,28133,13418,7840,7840,20511,3153,17077,22688,16663,26150,7842,1703,12061,20144,24834,18983,8404,7845,24943,13835,5308,2180,16963,28316,17431,3756,19929,26089,2393,22376,25076,7862,7865,7865,5108,25818,25590,22451,22488,27443,11986,13669,1072,4932,1111,20704,25380,29556,11351,11671,20268,27687,13723,7870,12179,13967,16508,7874,26278,21906,25085,6630,9381,11420,8904,10155,26617,10155,20843,24345,24775,29007,23333,1075,2939,15745,12884,25725,15745,10843,20595,25582,7886,24285,7888,14991,8402,5904,26657,15446,4826,28661,28884,17412,11357,23885,2953,4159,28682,14745,9128,18689,19765,29641,24220,27355,19171,18403,6853,6853,18934,20960,20960,11004,7895,26177,7896,9036,9664,6792,6061,3255,27360,15832,7897,3120,23035,7839,19095,4693,2490,15648,29389,11778,13938,29069,6400,780,5076,8075,1311,7903,15277,4532,7726,19987,23327,28138,20523,13898,21525,18676,28489,15107,8988,3676,4138,11461,18415,17463,39,922,9840,9930,3625,6515,7912,2736,7914,17799,20922,13786,7915,6579,27313,7916,1361,3150,27636,17174,18547,16343,29189,22356,10653,11943,7920,14555,7534,13431,18930,28777,16137,16137,29129,18960,13827,28819,23439,11365,18328,13153,6453,22621,18294,14325,3086,1842,1842,23462,23929,16702,16243,196,17684,28212,15818,13843,17336,23016,6216,192,18701,22325,7941,11015,13354,13354,11732,18193,13725,23775,9146,2592,19758,15288,3714,21608,25995,23872,15932,7700,21507,4308,19757,23697,13205,4753,23765,1369,12322,14896,15329,7950,19150,10341,1484,9400,17364,15144,5680,21472,29387,23121,23699,7218,21717,10711,22293,27538,22134,28519,15867,27064,13907,454,23713,22731,7961,5085,21596,28837,1226,18405,7965,20185,23159,10937,25613,26286,1302,12070,7967,14047,17064,12846,11057,7576,1188,21951,21567,28223,24795,1181,5440,21815,3234,27156,5718,7973,9562,21533,22768,8248,12226,2704,14413,20179,23563,22419,7252,2407,26694,26340,7217,7930,16615,27300,15258,24016,26355,28759,17110,14285,15249,5847,19985,5777,27498,12566,4720,26325,6638,25971,19298,15045,12154,14066,6202,12947,25971,16051,5083,23412,28855,17050,11476,29629,29707,970,13263,19148,4491,14593,13490,26109,8707,7028,28585,3716,7995,28585,5627,13895,7998,19343,996,13576,23185,8054,25868,15638,12655,19692,20942,18539,16322,4692,16322,8002,19290,15741,9237,17326,27735,9498,24663,24434,3684,8009,448,8011,29024,4679,13010,3019,1832,23975,15393,745,10465,2365,9478,7241,7241,9670,8020,8019,8022,9226,23087,11394,15453,22983,1165,332,2147,23760,21000,15917,12036,17668,6921,16321,17796,28515,10174,2472,8028,23623,5251,24910,5642,5642,15446,17312,27237,17898,4593,23762,12014,8035,9578,8036,28525,11686,4697,20267,6435,15062,19602,28299,25511,12621,8202,6666,9857,24799,8042,14697,9767,8779,10562,8047,3876,20340,24688,25816,9386,6918,16073,9641,24880,25304,17692,23010,8051,16071,21563,5468,21544,20024,23945,22271,13198,28733,1733,15127,2741,26004,13841,8606,19899,16795,28992,22377,7742,5211,13789,4630,9156,182,3529,20129,19664,9745,24300,8071,1846,7331,28137,3426,6730,16159,9142,21012,10500,20166,25351,1890,24990,19570,19570,17259,20938,20938,20938,25790,13944,1011,14957,25790,21679,28970,18811,29211,22944,8081,19254,20363,8123,7536,29049,1840,15275,7256,9998,2226,26767,15371,4566,4347,8085,3776,18282,27104,20645,24330,17977,18680,5939,19358,25810,26814,26814,1851,18636,1607,2550,864,17601,19629,2548,29623,12623,16970,13875,16543,8717,4507,7086,15718,6894,27969,9533,17391,23095,27104,28440,3806,20275,1353,4578,4578,1558,340,8458,20426,24617,20385,25282,25282,9684,3754,6327,6327,24433,18779,15323,9796,17567,3497,3166,10813,18322,5164,19238,20636,3221,14021,18729,18670,21851,24883,12447,3108,3108,23427,20568,10942,15655,19824,5903,13333,28112,8112,8599,17984,20139,18336,5443,8117,8532,12785,16024,16232,16232,16818,16818,124,3555,4119,28972,27330,4466,8801,22287,8124,22410,21483,3687,24200,13990,2200,24478,16299,24507,20598,27358,21215,9286,27277,620,26827,12237,3638,53969,21568,15666,20632,2932,17005,11867,19815,16473,19399,7567,16829,8879,20021,9805,6466,24563,12640,21047,28508,24270,8133,24936,19229,15200,6108,16503,22039,8140,11382,22689,20193,8143,8142,26807,27373,19520,20368,15083,8146,19282,11222,8435,27635,3544,4606,14898,27259,27259,8150,25924,986,15449,19144,16864,11022,22957,18675,18675,902,8153,20040,13404,18822,12914,16815,19702,730,8861,9871,22512,16699,18001,27772,2201,23795,16673,18658,9387,23590,14942,18198,8196,2045,2125,1798,18803,2872,8166,14362,21217,1550,23327,19495,3075,20560,18240,18239,19134,14101,29705,29294,5868,11890,8175,16589,17603,22139,3805,17970,11456,13437,6550,5809,23370,23370,21080,8726,24108,29473,22263,28776,19886,3732,24145,19274,26590,12425,13593,10437,10236,8188,20835,20835,4595,355,8190,16029,7054,20242,29484,21417,8198,27532,23420,20510,14026,26211,14720,23196,13142,47,7492,8265,5762,3919,18375,5392,6752,20387,28658,28047,8205,19386,19386,27505,27309,11860,27921,23292,1523,280,8212,17314,1663,22676,27223,2579,10410,15407,18613,27387,23235,1732,22937,17391,21045,11012,13904,4645,28256,6875,25949,29571,9988,20787,19939,5244,5978,15797,28672,24850,561,4594,15957,8222,28828,5053,20515,25636,27210,29551,22304,219,4123,13312,5055,17929,18532,20923,24355,14668,23584,2541,26853,8238,27488,26496,28895,9183,660,4343,17811,8240,27662,15900,23489,17266,14395,287,25606,5241,13948,29711,23015,20382,10572,26715,17536,8243,9279,16056,26681,27052,29420,25685,7933,3274,23033,3898,15421,755,19183,21493,1865,8254,22115,17519,443,1465,10935,2738,280,26097,444,5767,5767,10038,10038,23864,19606,12359,3459,12286,4006,14859,14306,8260,28094,2722,8262,26596,5413,16375,20933,26371,14664,14804,23862,27119,24069,13707,23676,14628,2947,19766,26649,16642,24896,6740,8276,22732,5428,26997,7561,20682,20505,972,17593,24947,26165,24981,25551,27310,573,573,19131,14441,3779,21195,392,394,3249,25754,8231,19022,2006,26307,20003,24034,20990,24639,25761,2890,10562,24048,8289,11879,17203,26492,3363,29723,18571,22436,28943,8294,23076,24434,8296,23836,19436,22423,16794,25512,692,19169,8300,15527,12656,24866,8304,8305,8306,20714,7396,29650,11150,15559,2600,14494,4311,4940,8311,8311,2112,8312,13026,16847,1139,24983,26315,27919,15951,8315,17256,8314,3373,3003,8317,14438,21181,17551,23904,22329,27277,18264,8178,19794,29561,12551,21675,17378,8322,25165,20587,10236,7849,27599,14369,15601,20481,19742,23199,712,20532,27215,8325,8326,8329,22798,26589,18838,18838,28760,18957,10095,7983,14658,25556,522,12686,25078,16693,20268,22898,15114,6288,4767,15911,1182,18817,4217,959,16465,28013,4712,8340,23336,8340,21145,15654,8343,12396,4953,27556,10416,22408,22408,16043,9219,22220,21104,8345,4364,17523,10208,15923,20419,18587,1837,27011,27011,5582,749,8351,9442,9441,16285,26772,28495,8352,4923,5072,7380,406,6187,24727,8353,10725,1369,15960,15960,304,16261,23752,20721,8360,4480,2336,23098,10869,17823,7233,16871,18876,3601,8967,24794,28102,15330,10927,28703,15330,18066,2346,8366,581,20170,10148,10148,13256,131,10672,9136,9860,9634,20859,14867,27339,13251,12031,17423,798,18859,17423,1495,7931,4270,28745,11440,16372,7634,42,8844,6764,10946,29468,28246,8377,7188,3530,22442,16726,3918,19007,8380,8381,21290,9674,24759,26706,27838,8075,19652,10873,7703,13771,18117,11243,4319,14015,1500,3722,16553,19268,12958,9809,6768,9500,27109,17406,5246,23543,4825,19537,29162,28272,15768,4029,13416,18149,20566,11590,12067,29322,685,18896,28197,11323,20123,29130,8056,15825,5408,20940,12579,21750,2198,22167,29509,28246,2760,2760,2839,4651,20532,11851,10092,3146,17517,20415,8407,21135,17590,8031,26973,8408,26743,8410,9506,8411,8411,23866,18286,1769,8841,8042,8420,18659,15219,15600,8424,12707,3919,5573,14993,22940,16253,14896,8845,3742,13090,20091,13861,29439,19829,14614,18299,5610,3559,23805,3798,17493,5388,5163,15443,4930,24558,4658,8437,18696,1103,12911,12807,9248,26779,19447,13342,7215,28466,24213,5622,15967,23157,18535,10890,10508,5357,2151,7486,2151,20359,21707,19925,11637,22502,17725,3073,1133,23925,23808,29228,5954,11021,21533,1722,5841,13547,5998,15337,23388,23388,16348,11995,16598,6621,24591,24415,18656,19139,202,6636,23045,5170,17570,21951,26340,433,5405,20614,23941,25741,23645,17171,8144,6547,22088,14862,8470,17732,3558,11747,27073,10400,17311,21260,23455,15000,25137,11086,19662,6749,12238,20620,21692,948,17140,26246,20441,29343,25404,27768,12312,3436,25020,8679,17894,19783,25305,1840,25658,28361,10606,15155,29291,21074,28191,8090,20688,22903,12430,4332,2189,23105,29634,28260,24206,19306,20591,8487,22024,14695,16432,27459,2751,400,27459,20002,28597,10770,10434,27963,9100,22228,6468,23137,28869,13828,6079,18809,2294,1441,2511,17317,12686,825,14174,27604,21814,12809,18875,1051,27174,21764,18842,18842,10282,17485,2015,8504,8506,26867,19204,13790,1372,14258,23424,20712,20329,13106,11640,19232,8512,14621,16509,5768,27522,5321,26642,18113,14074,13546,6747,14831,19872,7003,16380,20820,5880,1369,14821,15329,14081,11425,9752,7912,10404,28571,14194,10633,10256,24776,22644,6001,2388,18940,20282,2388,17016,12083,12544,6477,20964,8534,6616,26624,2572,4966,26489,11787,11432,15801,5714,5714,1300,16662,27782,20918,15699,327,6068,4533,22008,18821,18633,26306,2720,12364,21403,19221,12343,9381,16192,5166,5166,3107,16802,4816,17774,3446,22429,8554,6365,3421,10578,29054,24304,13049,2450,1434,8557,18408,11775,6999,13783,4416,25161,25161,1384,3362,234,3112,25481,18027,14095,18599,7954,9171,11485,18169,12193,17195,25562,3535,4114,13440,17096,7741,13005,5701,7179,22060,12553,8577,20627,28324,4866,8461,13452,21446,29605,8583,8583,6791,18227,9665,12221,22946,22946,6191,8163,17804,6838,12721,18373,11282,8952,16041,10810,20314,12836,12223,8590,558,21685,26003,11077,8748,21912,14961,5759,25311,11105,25933,24904,11105,21284,14384,19687,16805,796,26784,7870,3667,19750,18487,9629,6019,25812,28706,25496,8600,8599,26272,8409,7759,7737,26373,12523,14481,18564,13577,25336,8603,19274,22913,16549,26671,26136,5825,26390,14515,8692,858,1196,1914,4701,24984,23166,8606,8607,11989,11989,8611,24574,27040,21251,21764,26908,14193,10610,10334,19332,3873,15040,10334,1205,21709,6873,15871,13008,10730,16778,8615,12176,28780,29310,23759,8619,23759,1821,26783,26307,7520,20338,4050,18685,12511,15270,4200,950,8626,14128,21052,3621,23638,17342,10853,8630,8149,18582,19213,3394,2745,24704,12151,18819,4196,8751,25680,18384,27288,25456,1438,29308,12173,22587,3582,1237,10273,15663,1745,9755,29119,15804,351,1100,24291,23265,11195,9807,6344,26000,21089,12584,26230,22037,11382,20678,13565,7664,3074,2971,9662,8936,5595,5087,5353,25229,11719,17578,29624,25472,28428,23298,22790,17448,29063,29641,15382,12668,14542,28793,8933,8658,5928,2443,3854,4184,24091,8663,28244,23942,23046,26906,3875,3875,26020,15469,12514,10120,7707,8839,19529,22132,16666,9984,10469,8669,8670,12057,24229,9913,9913,13657,19027,11080,24914,2903,17996,15181,23848,1313,10887,27944,4966,872,20750,6349,20077,20049,8678,16178,29511,25123,29003,10586,3841,1645,1645,15331,12308,17899,6748,14069,9353,9429,10551,2716,29341,9116,19732,4699,28866,28866,18194,11512,10742,27151,18575,29092,10319,8686,29092,7202,29680,6857,4945,26854,17697,17817,26163,7871,21428,7338,24323,2527,26019,4897,26919,17358,24655,8701,15152,23431,7622,24941,12424,23965,20299,18070,7447,8703,2176,18822,16059,1152,11769,20195,8496,25498,25490,10565,10565,987,24460,4673,8929,29290,23459,8603,8716,8715,26231,7808,2291,25173,14584,27912,3897,14776,8670,21640,2341,12240,25389,16330,22667,11627,23211,5902,24670,23638,8727,4942,15021,17446,9994,5519,8728,8729,22634,21765,20457,26217,3450,28375,28375,13521,6587,17268,22719,19046,29470,13516,19610,7680,22377,23412,15442,3568,15442,18522,15044,1884,5246,17774,1884,14166,28428,8739,28649,3406,8740,5485,1712,4504,6243,5605,1654,28370,28697,8742,8743,23799,1642,8744,27088,6261,9920,8746,20016,10303,9274,12037,11201,4601,6708,18245,64,9927,1440,1828,2367,5160,5000,19880,19880,19941,28983,876,2676,11373,22673,16384,12891,17658,15048,11573,15645,855,24967,14798,27603,27867,9407,603,711,7822,17298,2978,13080,17298,23880,22523,2856,29241,10303,14363,3539,3539,533,5351,9874,9874,13254,18768,25398,5607,22907,29527,23798,15287,21172,21172,12255,8765,6225,27737,28671,28671,6958,8061,27346,8769,16649,10453,24941,22360,26391,5549,2454,11955,24437,3691,8777,25631,132,17129,22115,6828,18385,16916,19617,28286,14687,8781,11408,25678,8782,21678,14347,11343,29141,25242,23691,16450,5577,26703,8787,8788,8450,27844,8618,7509,2155,12868,3792,17061,8371,12478,9955,53887,8790,10569,20549,11265,22640,18793,4986,1574,6144,18355,7500,21410,12541,8797,15169,1077,2595,16119,6284,2003,29359,567,14105,27945,1947,7224,21431,20234,16661,26468,8634,16005,196,21620,24564,24564,18954,29628,8807,28968,5924,6712,25692,21643,22262,15657,7266,7266,11505,473,19715,20484,17102,14648,6395,23093,321,16628,12721,19122,8816,29414,1584,27933,9616,10639,9417,11202,1462,4655,4655,189,23396,95,24997,19326,18595,3778,11392,5784,19571,13669,8829,14111,12059,1974,1974,22573,18896,8834,17531,1331,1331,7802,6640,28236,2772,18810,18228,20477,29024,18109,11100,878,27739,1091,10751,1091,27056,21742,7414,25614,27056,4821,19033,8714,8714,19787,10134,17110,24782,3734,17225,15975,15975,24630,19946,20999,10441,8843,8845,13765,22190,7074,26079,10833,13211,11078,2325,4745,6863,26343,6939,13044,11960,21682,21719,3976,8852,23802,19714,5189,17284,15117,3454,13452,2718,22663,24288,29479,8857,9507,2894,14861,8861,7262,8452,1187,11665,18666,25060,19816,9304,11998,16381,13518,13518,16163,1573,6635,9721,14639,7437,17489,29299,9549,18127,22292,15695,7560,21202,8867,5763,12221,19759,4589,20178,28359,17506,27561,22333,16515,21156,15607,28627,25998,23369,20187,29481,18454,14572,12592,16387,16622,22441,24767,12496,17767,29444,24114,15962,14588,28251,28251,8878,8879,1434,13196,27060,14798,20295,23319,27705,22888,13399,2197,17419,8888,8888,5067,5946,29154,14508,25167,1752,14508,5941,6489,10261,28172,14111,24238,9751,22894,16552,5013,2921,3538,29313,26844,7083,19036,650,28665,16270,17669,27244,56,27315,10125,27042,25805,24759,13325,21028,9369,22232,4611,9306,7684,25340,10389,29245,19941,6442,26953,5773,14893,8916,29066,22227,5812,29231,28444,24572,8246,21800,482,19600,8919,17362,18343,7102,23620,8922,8922,13305,9648,22451,17971,12257,5428,13941,1267,19816,18320,25676,25676,25676,9064,24195,20354,522,29283,27164,29079,12894,8929,2023,2023,8930,1845,8931,5686,6629,997,16312,24332,9358,5979,5668,20482,21928,26956,25060,16329,7463,304,12340,24224,17350,23068,20684,20580,10375,8938,13070,26079,2331,16617,1440,13099,14335,19162,14743,20740,12990,26786,26868,8506,22762,8949,10604,619,8951,22573,26599,15024,11605,20606,11091,25185,23046,2657,27515,5714,25350,24369,23268,922,12687,3866,8958,24012,6257,6257,8584,12790,14773,28121,26988,16935,18739,23373,12461,17134,8964,8964,1567,862,862,21446,9201,5157,21225,24765,8970,22861,14789,17313,12788,10473,8972,19112,7210,1670,27719,19751,21598,16045,24293,20782,11025,10492,1953,20613,13558,8975,8975,22137,18161,26266,2906,4809,20996,29587,2806,11874,4900,10525,18000,8980,21065,13072,13686,7347,14950,22391,17022,17022,24157,5939,25781,14289,8986,24388,2683,22257,17456,12510,28365,10627,17240,22357,12986,4134,14700,7269,8998,18210,27650,27008,3188,24614,1264,13810,24356,16191,2350,6711,24316,5398,20849,7109,15414,11375,23566,719,14343,10045,28150,7436,24296,10808,20914,28322,22537,28462,3775,25769,27116,3775,23658,21452,16753,729,25219,9012,6360,13204,7935,23587,23247,1703,21869,116,5626,1665,8848,20302,16917,12677,4262,24495,22343,13656,18629,3944,15884,25769,14954,21829,20640,15791,7389,3541,13721,13721,14938,7412,23624,5153,8821,3463,28036,18441,22896,26304,9026,27472,17297,1423,21949,15678,12538,15176,17691,27424,3321,3658,9030,12753,22435,919,22985,18830,5394,9032,5855,16062,21805,13532,10228,18511,19532,19731,10934,14559,9039,24605,13637,22718,22168,3335,9956,4646,361,19925,27074,6629,4315,2283,1362,2954,10382,1250,19968,7650,11643,4188,411,4912,4301,28762,3822,9055,29249,28472,9820,24629,20534,10601,10519,13814,18776,21200,15535,2293,19312,9060,21206,14062,10518,2123,15431,15537,10204,25723,5663,14845,9065,9065,4542,14255,12835,54021,54021,26455,28422,26158,9519,12189,27479,27726,29373,7849,19684,4227,25617,22593,22593,13328,18476,19037,1029,11190,21376,14582,19472,22611,10677,8965,26590,12264,26111,6578,21624,19710,9082,27615,26160,14826,11601,1682,17754,23205,22937,26424,9472,9589,4257,21122,9092,360,17889,14085,13172,23869,5983,17335,28963,3157,16478,25759,19682,19682,9100,22015,19792,23514,10122,18208,12945,27958,21725,1238,11897,1641,13268,16461,18641,15597,6294,2321,2321,24926,2441,24979,24979,11871,23098,25583,15872,3146,22098,24685,22319,27795,21332,26280,19749,22843,15545,19300,13792,9587,21807,11906,15319,27359,8540,10747,19774,9974,28496,28496,10987,10731,3909,12061,24642,23521,5952,9122,1936,26082,3740,13293,27312,13693,13693,13703,14502,27976,4089,7919,21418,10555,26763,505,9126,12913,16417,13579,6345,18805,15534,21906,465,18963,29193,7876,21597,22703,9438,6704,548,11768,53853,4740,6979,21941,13264,19676,21433,23062,29374,5829,12144,16540,27987,20584,21307,9278,24575,21697,11750,23200,13725,13724,10647,14383,24632,2104,16874,9137,12454,9398,1737,11180,4596,504,25942,23642,20156,11805,28242,9143,24870,24914,24914,27010,10849,282,11884,12805,14860,9430,17466,3547,23976,14853,5050,19115,26548,11979,19724,25500,15545,8101,6011,23443,17857,1588,6822,18448,18448,17368,26078,9482,22537,9161,5828,9163,23242,29335,17679,17628,11086,29694,19138,22636,26327,13164,9681,14120,3210,24462,4214,5239,14594,21064,27578,28043,53965,20409,4766,11652,13878,20151,2390,21872,27673,26522,17332,9177,27398,12696,11629,9178,28473,25465,15896,24497,19796,10053,7264,26294,4454,21827,7686,4020,6742,15926,13306,20707,20707,6999,27541,11611,7788,1868,29140,16888,7551,25549,5302,26451,10246,4220,17059,9190,9191,24662,1571,15054,15874,15874,20236,19642,9194,5410,28941,2838,9197,19013,29512,9198,9201,2620,22917,4844,28095,18547,11943,864,9246,28174,11095,28478,24609,14417,18005,26253,11971,14072,9641,15523,10703,15047,29627,9211,28195,4900,16057,3060,9215,5264,25369,9218,14670,18976,23203,22720,13352,1904,28071,8382,8382,24244,8383,9222,17105,25301,205,3222,12210,18088,8929,20858,8981,24491,3758,10697,8396,10725,15752,27272,10318,9227,20863,11402,27138,5367,16904,20674,17812,23300,15124,18534,11692,1589,9779,29469,11267,3964,24485,25660,29681,26007,16716,17083,21932,22272,12699,26625,26497,13039,7679,7028,2517,18946,21193,22299,18953,4791,2611,16510,3047,6354,17252,27093,3445,10726,1500,9238,19986,22536,3930,14909,7734,24946,16108,29625,151,9242,29148,17548,25854,24785,8484,22246,5452,1340,4922,13705,3887,10985,18405,15323,14321,19770,22458,9251,13977,13974,8633,23586,6837,28644,3197,494,23150,15036,1208,19861,5454,24922,23038,9675,21287,8505,9256,2641,5890,14451,25819,1597,17566,28052,8549,25043,13567,26547,11077,3394,976,976,27421,17139,26713,18277,25839,1583,15669,15669,16509,23845,3299,14434,25893,19492,18020,29043,7468,26631,19134,22892,158,24987,20481,29486,20642,53846,16424,20529,12524,28536,562,1744,9282,27130,6432,2885,12361,13263,13679,479,11153,524,19504,23591,2086,16911,3119,23767,15314,15314,20215,982,23215,18466,12794,14714,28266,3369,459,18570,9294,18170,13322,15936,19580,26001,1495,13128,2428,8260,8453,9729,14612,20543,15650,17223,9460,5635,14455,14180,20724,27756,10831,27143,20009,19293,2755,20527,29670,20780,21801,3015,15524,19446,20398,13222,13962,22886,6035,7952,13916,19298,2234,16945,16945,9246,3944,13123,9315,15504,28743,25988,2800,25675,29422,21576,9321,12215,11670,22640,24183,7018,23354,24769,3274,10010,9324,416,10010,10348,3933,11292,5990,11291,959,3452,24794,5915,13945,25104,6770,148,18423,9328,9432,8536,4442,14836,3764,20465,786,15851,23329,9336,27779,21751,26151,2542,2542,1472,263,27390,24860,12014,29398,27413,29121,17326,6256,21289,12810,17266,6304,1042,1470,28147,9347,22442,21032,9348,28233,10460,14567,13618,18480,10805,26419,15850,3289,14162,20506,27177,11685,24690,16246,18683,1754,10458,7719,12871,12691,1218,25877,4167,24566,680,680,3736,5430,11593,24184,14031,17584,3315,17370,15704,14348,27725,16458,3747,7806,25338,9366,18091,12883,1869,1869,9371,5630,5049,19544,16369,18662,11100,17418,10851,26345,18609,2808,3310,9681,6018,4070,14117,24590,677,15622,8470,16639,22439,27551,15610,3409,23343,10442,1095,20346,26554,26113,2189,27038,13070,1095,19214,15906,16867,23244,23244,16339,12728,2598,21938,13714,13619,19365,7354,9393,20001,23170,4392,5529,4163,18002,1664,1664,3930,13177,10296,4321,9398,3167,26927,681,29160,10659,7685,21877,22134,25850,23921,13880,28416,26630,1389,6779,18671,29177,27395,9870,12567,4928,27654,27652,25040,14514,26443,14452,26466,21355,19885,21216,13677,15656,9229,26410,13387,8275,7562,22197,8520,6028,18174,5604,6124,14746,13476,11325,21829,20838,20838,24837,10790,10790,10727,2392,17620,9565,26210,1096,8217,26762,9428,329,21321,10558,7333,12731,14643,24895,16955,21743,29163,21526,28415,9442,19886,19426,8074,24743,23393,24093,9447,29253,22614,22774,24905,22004,21588,14291,20110,16852,27752,19566,19266,9219,2071,2438,53907,16616,10433,329,16148,24574,18311,10193,1063,4732,20925,9455,15432,24028,24473,24525,24537,24652,13426,9457,23875,16177,9476,28792,27087,3822,20304,20304,22578,16469,12717,17746,28484,15029,29720,15753,23825,9464,9465,28149,28347,5529,14796,29332,22178,16213,6328,2667,25824,5470,2013,12188,21423,8327,29459,8194,20566,9475,24489,981,9480,19675,4160,10811,8775,9485,557,21832,9487,394,14980,24230,26448,5877,17787,2972,17532,19405,19405,5047,1715,4660,2606,6523,24026,9404,27355,4980,13399,7626,5594,6233,9232,3493,22595,18166,7488,2246,23869,21830,4011,913,1204,14255,22136,8325,10459,10427,17849,1943,27763,26246,1244,25449,7528,261,21521,22807,9504,11196,12115,16514,22366,21283,29163,673,9515,20823,15990,5641,1935,11978,11978,1941,9516,6534,11958,22430,24325,24325,5270,21896,356,6672,20505,15224,18047,26477,5380,29425,21395,19558,6677,5683,7129,4526,22172,25692,11615,5885,28291,7473,14544,3027,27678,17239,16116,18767,25607,20111,29041,4838,5556,23522,22009,28427,9530,29631,2940,11673,7458,23669,7432,2410,2410,29285,24652,53999,13692,18475,18475,9696,20002,13700,13448,17790,27232,27262,8855,9237,22502,16663,20391,4643,9744,10904,2060,16876,22623,28209,22706,15243,20396,7457,19364,7345,11088,16708,22777,20302,9544,15646,4107,18715,1388,9545,9545,9809,2280,5283,7775,5205,12079,10213,19324,14792,4933,9885,21008,25659,11513,8336,13915,2446,5874,17843,11698,27391,28073,20556,26775,12192,9397,9397,1931,1738,19777,27168,663,9557,20752,25955,20131,28285,17164,19153,9987,23150,7202,3105,3105,14229,21363,12215,2101,20887,25114,11150,18184,16115,15905,11097,23780,16431,18943,1678,24948,8821,12405,14010,18097,9567,25386,6139,15026,24450,773,4546,29033,14808,26800,9008,5678,22350,9097,1243,22086,25756,29041,24933,2352,21319,252,23042,9572,16985,25536,1581,1581,9576,1235,20388,9578,25541,16824,4634,6119,18084,11353,23115,9756,3811,18206,16220,7700,7700,23239,2408,22822,8254,1650,17010,27672,21807,12432,21390,9367,172,6017,2330,8710,18569,25504,11120,9592,18070,17206,23725,10071,2622,23879,5703,8630,5659,19953,19953,27547,8173,17498,3262,20313,16257,2530,348,19960,691,12868,4552,20810,9411,4552,9343,26276,11169,16359,7499,26662,2908,28859,14600,14102,6080,15283,18633,29009,28756,29688,14734,10060,10060,22409,11915,21964,10806,29458,3771,3182,1370,1158,4822,21798,7440,29372,17515,18867,19927,13285,26773,24684,1220,10724,5218,12170,10874,12884,7062,14780,27778,8348,7866,3813,22894,28628,9031,4096,13543,4084,28157,12260,192,415,19788,9972,25856,20779,21949,15029,2532,13844,20365,20670,3711,10247,11767,17421,11587,2621,6801,29574,191,9621,12820,2805,13307,9642,3655,3834,13853,27833,11220,4315,21372,25356,25356,20069,15366,19669,2427,12493,27141,13305,22250,26476,22695,19166,26929,17235,17235,3191,7767,19657,26107,11019,4356,20050,28273,524,1562,1562,23942,524,7118,11490,13497,1311,9659,19200,16906,5149,17711,9663,14219,1614,23229,22406,10780,9249,28971,21937,9129,8724,14975,4368,10676,5995,25707,25911,2753,988,12101,17920,19980,28606,14150,14319,14524,6393,22274,1294,16622,6516,7777,12572,2312,1649,21182,18797,15505,3972,18035,9875,7175,22606,25233,3751,24051,3373,27941,6203,1012,24541,16479,8785,21560,23662,1223,15648,10952,9821,4637,22295,9687,25608,3295,3978,13005,7870,3840,25802,9689,21697,2636,2172,25359,7864,27335,29546,29135,22893,9693,22154,9694,12710,18725,20435,16464,9698,9699,426,9700,24593,28106,3592,18251,16856,23031,19604,2349,6490,29089,23340,7015,8418,17755,19602,7895,13822,3721,37,3843,27750,20302,6051,25397,9717,20757,28573,15227,25699,3577,19962,17957,15510,9723,9724,7414,5628,27961,29357,24399,5230,25368,9279,15579,28873,28874,3838,20438,25083,12806,19742,28336,28337,21812,12786,1393,6031,11752,355,20682,9735,9736,11737,22597,4561,22912,18823,19973,19879,952,28349,9449,16646,11922,11562,13035,9742,24246,26264,9746,9746,21845,16794,13961,5048,1881,4241,20519,21478,11870,21899,5668,21654,10160,3266,17061,29447,11770,14616,14131,19416,28018,26301,5598,21068,29252,4436,13005,19669,25047,12135,26145,9285,18479,4854,2992,28384,28656,16137,18927,8502,5405,12484,15184,21412,24035,2025,23761,26969,8697,28985,15883,12512,120,2486,9332,16908,11361,9773,28314,18132,12960,17294,16406,10273,27538,21659,2038,12655,9781,8222,2166,22424,28913,21628,15562,18009,18009,9785,25395,5150,9788,14686,11985,2541,9789,24072,16528,16528,5611,25877,12925,21759,22100,16209,9792,1508,8753,20604,9796,4828,22940,4429,10333,1444,17748,8453,10914,15683,13525,8248,8248,11188,9126,25814,10511,29656,5447,17336,7137,5140,9046,18393,27156,9809,9810,26566,24954,23454,3532,25596,12046,11024,28959,2491,16861,21235,647,3597,21235,26382,27183,693,11073,10244,1776,9817,28292,9242,26088,5615,9642,25907,28392,19970,9824,2854,25509,9109,18394,22881,2240,21282,15817,26816,26816,13837,16432,21298,3000,3000,23117,4023,19526,15334,15763,20569,10403,22467,5054,14017,18080,20863,5046,6703,7003,11280,11886,13900,11874,9843,9843,3681,5201,5201,28931,5251,19895,6609,22196,21407,4348,4348,22058,2585,9339,10629,20240,12125,3401,12825,7371,28166,5500,15947,19424,2097,10658,10658,25704,12773,12728,22823,21180,21527,23969,9850,14108,12696,12696,2376,20901,13630,9854,25735,28177,3336,9858,27449,17828,9860,15266,940,7549,4646,29638,10270,10131,11267,21501,4287,21082,4886,25044,911,23975,1438,26012,9866,13288,16394,29474,9013,9869,5190,22145,3900,326,19007,12397,19467,12868,7951,10156,16756,25210,53974,10380,17456,3314,1306,3065,3065,25906,18310,6660,14376,19446,9881,19771,9880,9883,405,28459,29224,9887,9888,18346,5770,851,12496,17231,17832,16743,12288,12040,21967,25427,6808,24283,26798,9023,10686,6781,22018,18936,6717,26093,17805,13778,19666,17805,15459,19304,15190,24444,20926,21153,4924,8860,18404,11248,27176,27176,14106,6744,12855,3853,7280,5106,20763,91,23437,29664,26549,269,24486,2668,1536,28083,4346,2204,9914,25565,6993,17584,17584,19441,9916,5260,22992,29440,15675,9921,29577,8772,24143,9923,29029,15850,17974,3549,9924,9925,28849,10893,27735,22783,18361,12252,9502,12819,2885,15465,2573,10967,11290,11290,9933,14107,13861,6179,6179,16941,14792,13073,20507,22141,10237,14491,9939,15367,6850,1427,2689,9944,3794,3794,27384,8088,11020,6500,9947,9948,5280,5471,4540,9951,29009,6510,12427,18993,9954,19727,29100,7999,6842,25246,10324,5464,13837,18614,28171,25103,23240,7864,12637,26387,23091,15879,14438,18449,19542,5079,20560,20560,28265,9959,25229,27160,22993,13444,22504,19294,9961,14526,14526,5305,22733,8893,16229,13840,28383,21522,19633,5543,19073,11929,7829,5277,23665,12607,26007,10537,8511,14313,16218,14246,13252,11808,18432,9976,20214,25594,13309,432,9979,1501,24528,29158,12050,8044,9983,1694,28745,9854,28399,586,22905,22541,25840,24076,9986,7399,16920,15875,20109,13777,24433,9988,14027,20424,21866,6170,20146,14883,27564,14927,29315,28900,29265,23916,17993,10782,16407,602,4460,14884,14324,9993,20259,9994,23633,19446,5135,26628,8444,9996,22851,3334,14085,4171,14554,12955,4404,15307,22319,71,10000,25872,19638,17780,17263,9557,12321,11585,19878,20284,14123,15304,12306,7095,5632,6468,24918,27330,20614,20614,10016,21219,8942,29540,20075,6507,2896,14794,10011,10011,24088,11127,18311,3247,26339,18824,24920,10015,22641,15305,20004,17545,21655,1471,4329,9454,11243,21555,27872,21191,10022,12460,27198,3384,15137,21423,13287,17460,14197,9501,15625,15473,4694,19605,19567,27539,26233,7131,6023,24968,4641,1794,20071,20070,18284,18228,19320,17397,609,21858,26760,16943,18911,3728,3799,3799,12399,2327,3232,29287,23307,23307,23626,10051,24724,7644,17038,3109,10055,22608,27956,24458,6122,3964,3718,14233,12719,2546,23021,2860,26924,5440,22806,1368,13398,10608,16702,6952,17073,10426,27335,10064,10067,17212,11984,5117,28421,26293,15649,3323,10147,21043,21143,23632,10585,2705,10072,2022,26918,16699,22709,7768,7768,14454,15397,1624,3104,10076,8482,16056,22870,22498,17412,15851,2126,26212,3197,1742,24272,20350,15767,13386,22808,23991,12571,25020,13411,11330,18642,6080,8656,7904,3893,11662,22773,8466,22436,16122,24745,13329,22856,14156,3350,1039,19498,15967,29672,25951,13980,13980,5685,22683,3311,27997,17852,7519,17814,6679,6286,28967,5030,18786,29694,10100,23280,8299,19553,18469,3838,6363,529,18069,8906,6782,7035,23651,740,20066,22035,26042,26042,16315,15302,10111,6257,29527,24284,23896,16011,1975,7389,28811,10115,20716,29206,11621,27338,10117,26687,26688,23178,12167,21071,27908,25980,8849,10124,10126,24208,3390,2618,10232,10232,2068,7651,13048,10132,1629,1629,23346,15996,10134,13990,13279,5448,5732,5732,10135,5448,10137,21257,1680,5143,26924,17990,6256,20450,7369,8073,10027,13245,26038,26038,26554,1322,21223,15967,3992,5717,10736,23755,7263,22945,10150,9259,14199,6343,11712,11712,10956,22911,25333,23238,3572,4166,9486,1088,1099,4858,4858,29282,14557,17609,10158,12152,29683,24338,22724,18324,24718,14160,4790,27702,26838,2025,16118,8062,24106,16582,3807,1015,27070,15538,29004,12561,6041,11833,24463,7606,20583,4390,23624,3948,5717,5717,14081,23174,16609,19461,1123,13967,24080,16088,29142,6012,17052,2581,25327,10181,29105,26505,19344,1689,11592,23979,18055,28097,21278,12241,10930,6920,6581,14945,186,14643,5378,29152,17756,7861,15752,15245,14791,4014,4014,10712,28411,17045,7241,6117,4465,22183,21167,22835,17251,1571,16127,27986,16161,2632,28363,10198,2261,27756,2343,20654,23941,24710,25911,20754,25328,25968,15110,1837,8140,21301,11087,4179,10203,1166,1166,840,13997,9439,7362,29032,19900,25011,6030,8209,10211,24746,17337,638,3344,25881,3410,26513,15435,23881,28189,6356,12169,28820,19583,23019,2461,13315,26394,13396,21194,19999,6969,13095,8669,29694,21876,25040,14642,6545,25390,23810,10224,5811,23041,10931,28008,25133,25133,23103,1259,9571,7955,5655,2635,21820,28657,20502,29626,5317,27235,8191,319,28640,10231,4661,16135,23460,26457,27725,7825,1097,11354,28004,16045,16008,16008,13867,1455,20572,29462,4475,16980,19328,10241,23836,18631,26045,8775,26904,17341,17927,29361,16304,23007,25417,21231,318,23962,19046,15626,5955,27338,27338,27441,29053,11078,10779,25191,17569,23165,1406,10265,19395,19479,23940,21800,2801,21760,26296,21735,2149,14175,16464,7136,24384,26916,7931,12343,14951,14274,29698,10112,12574,6866,8364,10499,13362,18147,3995,10276,870,14203,14204,27208,15124,2745,25126,3789,23884,7556,27133,23347,10283,27692,10284,16691,23880,28101,2156,1357,12467,8452,15191,18487,1134,15859,23166,18654,3124,11109,11473,21916,15733,3731,22446,15837,16229,10297,23545,8951,3757,9671,21333,3800,27070,16378,20998,9383,1000,16490,12137,29020,1880,17114,17102,9777,4111,8774,27799,27799,7088,5909,23151,8993,21012,29217,17054,25837,23720,10310,26261,18894,5926,29282,8124,6566,20176,2691,2691,8772,10054,15950,10315,15095,17467,15817,12516,595,20369,10479,17197,4350,10546,16638,4019,9134,4612,26781,17889,16419,2471,9220,4934,6154,21405,19291,25222,19149,25142,15447,24164,17384,17384,25661,3394,1485,5889,13009,26581,17580,2414,19227,22288,21323,16732,21271,11482,15607,17590,27615,20895,17180,26083,10341,9164,10342,9037,12699,12943,24545,3857,17894,22904,5896,5125,11930,10350,17154,26019,9377,12263,7576,25066,28343,17154,4986,4589,22218,10113,19505,28870,28870,1062,10363,25401,20658,17606,13836,7290,14502,9124,4897,6723,13474,20349,13474,4936,26860,16051,15069,29432,28909,15929,28661,756,18014,17335,4356,17700,5814,19028,14453,4916,3335,29468,19029,12202,26607,1763,4138,15567,19634,5587,10383,10383,20977,22119,10385,10385,21501,10387,22900,1755,23694,10390,23736,4760,19463,19463,9880,23959,10395,10396,12455,24023,18969,10401,28538,3855,4763,17400,17913,9022,8437,17243,8289,21950,13012,11522,6481,29077,20225,13023,23425,26821,23574,6047,23574,24361,14666,16336,18942,27726,7661,21417,7346,4215,8290,13081,1041,24128,13034,29592,24509,13236,18495,24967,18661,19443,22720,2326,5365,11950,29231,10421,13914,23601,18041,16873,7317,23014,2974,4277,16995,16071,20436,20081,9394,8891,27920,21953,2450,15228,14895,6798,26784,27107,27188,16752,10437,17971,11703,476,28754,10440,1911,8850,6210,8086,20579,4989,16952,18133,29005,22650,20732,13014,19092,28988,4363,19184,18615,4828,26536,6746,21647,11933,10449,18066,19778,10449,29070,20923,3606,18813,5565,3049,25448,24089,28609,5593,13135,21693,12838,3375,29417,16942,15476,10459,26298,16211,2592,10461,17915,21918,10464,4294,10464,20719,10465,11259,22409,8974,22289,6074,19517,1376,5195,16612,15441,2172,2172,18622,18622,18589,18589,26291,10395,10473,11790,17385,20857,3054,5845,17684,28298,18449,27241,20527,3618,4537,10484,22511,3463,18970,5002,872,8071,18405,21500,23818,14186,7224,25678,11962,12907,4231,6287,6330,4420,10490,10491,730,11183,854,7599,8142,10492,7451,15892,656,29547,29547,29049,15019,10498,8869,9802,23172,12421,10500,16694,22885,19754,19798,9627,6130,19150,20368,26406,18265,6869,1415,27613,27613,10192,15515,22207,600,9896,1839,16297,10516,10518,9059,16297,19234,10520,22829,26594,19760,4033,21733,22604,14949,9481,10522,17625,3163,2023,1326,1535,13873,21991,4538,13608,28437,16155,8141,22000,5395,29685,3145,19819,21285,15516,18792,13327,19695,20219,1304,12879,11516,14853,29558,17708,6027,15846,8717,12483,10542,11703,11703,11806,18434,2205,15866,9779,23372,25708,14344,3695,14166,23709,1449,4831,10550,9570,18726,28555,28094,26323,20825,609,28199,27952,20246,10553,12268,4078,22309,27123,12070,15938,10557,21406,20160,29394,525,7390,7503,27026,2469,23913,13532,26124,25491,21309,22403,20149,24385,13506,10573,11117,10642,15175,2135,29538,19142,3770,21841,21934,15646,5799,29602,10579,10559,21189,24008,21387,29219,2430,23227,27562,8464,2436,12924,18283,27827,2645,17805,14291,23439,18753,10590,21125,27605,27605,11023,23141,21127,3961,11926,24758,4406,21049,2007,16204,18410,23901,27789,7208,10598,14262,28393,25315,13578,22506,26126,2724,12374,27460,7083,6019,25545,20751,9045,4725,25287,9045,13753,23710,12494,25382,14051,17218,7857,25517,25919,21718,11221,11221,23594,10799,27650,6198,20401,28761,14498,8542,4520,2418,28868,19455,18033,18033,25739,10614,490,4985,25727,1413,1413,12610,10618,24171,22909,25640,15568,17661,19642,19149,24268,11009,17687,13958,28513,17463,8073,26504,13958,13958,15350,13782,28320,5262,14390,10630,24452,24349,4023,25835,10632,13133,18294,19659,15476,10634,28989,3358,3358,5439,5735,3283,10553,25290,27614,18275,2068,19912,13640,16392,28774,25212,28831,18645,19448,13091,23804,10638,25507,10641,10642,9618,11957,11957,1402,19404,5807,5807,1638,6195,21968,23303,22928,27085,26672,14190,6188,10317,6255,17812,5406,4596,525,22524,7465,10655,14348,22916,8227,6926,15220,9617,9513,972,4745,18235,18934,8913,25557,8067,3001,13652,17749,982,20037,13277,9625,3542,3542,26826,10171,13287,2701,28976,1824,18174,25041,21864,25864,1850,25950,12676,9428,23050,21110,1382,16142,16089,10866,22877,28266,28266,19789,311,3218,21005,27422,10672,2772,18824,12502,20587,9060,53958,10673,28115,27705,28997,28321,29003,3984,5986,1091,12113,22686,13337,16848,16848,17138,3965,13763,20010,22391,1437,16439,10682,12657,17196,29447,4489,10683,18664,12122,3668,15634,291,1462,20270,6888,11209,3620,2687,10694,16881,8581,5124,40,7149,20113,20570,11828,4691,17508,21594,9325,1659,25736,29644,28630,1762,2855,18295,8681,906,1264,1056,1264,13987,27312,14311,3023,29258,21963,6202,20980,17837,20358,2717,5385,25794,19238,21780,9774,4419,14831,3096,25939,2393,13202,10709,20556,15949,27986,23492,22953,28485,13506,13506,26040,28115,23020,29185,5950,3804,4868,2116,21674,29488,10716,29131,10717,3808,20030,13578,10718,13432,10719,27881,15447,29682,16745,27010,4644,13718,17015,10725,26476,1851,27273,10728,7100,27425,7409,2630,23033,13959,10732,10735,18131,18131,25676,1241,22046,10737,53966,29227,14807,8804,26797,26797,10740,13492,24824,3807,4053,10743,647,10664,15332,17364,10747,26367,3689,16968,27099,10887,22620,751,11615,19731,21897,17069,16663,10752,5967,28992,10884,936,18475,26884,4471,12580,12580,24597,22779,15280,14566,8273,4412,19993,4421,29048,21726,15986,4036,4255,23627,13851,24801,18285,6113,29136,10912,10764,10765,750,12997,14320,27411,5985,24773,26614,44,7570,10769,10769,20833,25648,16116,10774,26537,3235,26309,21357,10777,28617,3255,689,1415,22858,20615,15895,26416,18587,25020,21775,13343,27782,8551,17954,23323,28942,22134,14431,14431,6178,4818,13669,15089,28986,28986,21312,26518,1532,24715,9946,23066,17656,3751,14798,29017,3606,21760,17036,10790,20117,16167,27621,15545,24330,14253,4544,2776,20068,12226,11377,25611,29528,14432,22152,4466,28845,26949,28928,6166,29398,12676,2661,2661,15113,17082,26829,10798,19330,12217,21599,13179,18843,18988,9391,7134,25266,25529,16114,23522,29351,6492,15662,24861,12729,23076,26506,23532,24135,2003,10812,23030,20690,2526,6934,28431,7877,11879,13042,29032,26805,10013,10818,17233,22964,5354,10820,22459,6404,21175,10825,10824,10824,12064,12379,22013,336,24055,8609,14317,4283,21424,17703,549,15206,7816,16606,26519,5723,26107,9593,3077,28262,28262,27572,19603,8057,18636,25530,16871,182,24909,24909,21000,3290,26517,2955,5566,21139,8276,6073,8003,17548,10844,11559,10846,28947,14901,10847,25185,737,12589,23910,3971,10850,24548,4646,12556,28944,23427,3037,20807,11870,7480,7480,14147,20615,25111,17961,17248,1765,8712,26395,17012,6272,25293,14778,24717,6585,29743,9824,18168,4738,2676,23038,19641,9230,18672,29207,29207,13766,109,14202,10867,6123,22195,22671,749,19199,14218,10869,4763,4763,25229,21366,24509,27714,23315,8871,5313,17153,1295,24683,19363,13147,27278,22888,8362,21672,13721,24020,28862,16869,29379,18059,13711,15141,16986,10882,13629,837,19094,2531,13841,24106,18931,18927,3178,15151,17978,25702,27611,2533,24512,3814,15424,13051,9227,24617,10412,2964,10890,27782,14797,22537,456,8287,26251,19040,22091,22091,9070,28559,22683,20920,16887,29089,10898,29607,18362,3599,28348,24396,9656,22707,5571,29640,12788,28238,22943,5405,23359,8639,5426,54022,13137,17447,10731,29078,21629,13471,13471,21062,11932,2400,27761,27761,25606,3694,20104,4931,21035,20246,26570,16607,13783,22780,7511,29397,27705,14406,3696,23023,28359,28359,23996,11311,23172,17037,25978,13302,12684,12588,16439,17981,2322,21592,27870,12980,14040,19008,28654,17752,6258,19053,13103,22218,28901,27716,23882,245,22303,21576,8381,9786,3241,1947,7949,26928,12430,8392,16889,17656,15183,7243,7099,8868,28146,2875,2875,10940,10940,1648,20806,11764,27964,27964,27530,21183,24605,28080,19269,16496,16719,25466,8201,21664,9044,24303,16597,5576,20400,17052,22739,7832,366,9024,12315,11526,28969,10951,8574,10954,440,3018,18417,25648,10627,19444,1316,20347,20347,4450,21052,22173,22173,13099,16994,12528,22820,3477,26667,16594,19125,9246,19797,24337,547,19608,5128,25154,7697,6836,17776,6237,18710,17733,2549,24278,22299,21655,21648,21107,17453,13117,6583,16728,13680,23469,22867,22867,2046,10424,15237,4670,21265,26587,28543,8605,3372,5497,2403,27929,25109,20020,7920,25228,19653,19653,11157,12727,28583,24665,28983,13091,16099,26046,6515,25495,5318,16467,764,25015,29320,18063,13714,20620,28548,3176,2948,553,10987,22702,12913,2912,16667,11987,25663,23542,28485,25203,7431,13281,835,16836,11810,12272,23480,7549,1611,1196,1196,4250,15211,15854,24311,7395,15958,16824,20906,573,27221,995,10998,9341,5473,20728,1906,1886,1292,3635,15432,10541,8976,19640,11204,11001,20107,24167,23700,4510,16082,16863,17030,3225,7271,2594,11292,13190,1030,2061,15018,27520,24276,1590,513,11009,6424,17383,26057,22177,24740,11011,18262,2267,9249,26156,19514,17364,7728,3303,26136,26121,27776,25259,10685,19604,12527,7121,15056,17793,28168,17183,7907,20118,26328,10681,29345,6084,28333,27629,19690,5623,864,14393,27176,25046,14393,6966,24872,12859,11020,9478,21677,11022,26470,9847,12089,25671,17942,19672,19435,23568,19721,8415,14031,14373,7914,2604,13952,907,19499,5000,17429,18817,13931,26276,23664,23946,1885,9011,9011,11032,8632,8632,59,28829,10144,4444,7424,3931,24921,23649,8010,24791,21949,27389,17848,26556,29122,19711,27246,17583,5980,5973,9017,9224,16269,11040,2009,9975,28273,14842,27918,26035,25903,25369,1683,22594,19730,18136,27607,16556,10626,28014,25349,7912,22425,26093,8923,6837,25444,29505,29505,5038,2069,27375,20934,12650,28031,11053,5979,17194,6962,17732,24572,3793,24087,4304,14224,11308,17305,1012,8903,5202,3870,22371,7193,27179,17832,16049,11063,16289,26125,24686,11065,22294,22294,10583,7670,19273,10176,11068,6917,19909,25382,11070,23375,10547,18677,21892,11737,11567,22504,23784,21029,22154,29066,6350,22454,19379,22282,13335,11078,2539,8206,27564,25696,4561,6665,8389,4166,15416,11889,8364,24329,24329,27030,27197,25292,22629,7866,799,13661,4097,4130,22606,6546,29485,18162,21871,16435,4780,28304,18565,19858,26108,22979,5206,23645,27886,7236,19464,19996,1932,20029,17525,21590,707,5755,6463,16731,28802,11094,21706,24069,17880,19688,27220,13564,28337,29509,14271,26351,6107,4436,17736,18041,12179,28742,9433,23166,8275,27879,3612,4518,7750,4775,19142,4699,14632,23306,5437,11104,11105,3926,1217,21240,2656,16336,4526,13552,24158,19987,21877,17544,20750,16180,11111,15956,8989,11112,23671,13577,26076,11114,14937,4226,9750,26563,11119,21307,28749,16458,17946,26334,1422,1386,3180,945,19868,12194,15671,2387,24076,11126,11830,15318,14465,9578,25876,28130,13110,15859,15859,14044,4200,14555,23860,11131,16507,23246,2026,11135,650,23794,15611,15410,23619,10122,19316,26432,21171,29496,8707,1110,18805,23053,24884,17901,11838,6276,25904,28935,27862,15751,26158,25860,10436,5112,19662,5480,4455,11142,3780,20627,9148,9033,12608,14630,8326,24823,7535,15854,50,11967,11325,23867,15761,23587,28877,24844,24298,21940,13010,17461,25458,8472,10911,12939,13772,10039,28861,28031,21513,13156,19718,11399,26548,27808,7121,21004,20228,7379,26555,19965,11162,18437,1596,1596,5103,14003,26639,26639,24595,11166,19222,5923,22428,4379,11198,4756,15271,29564,588,20473,20473,14134,6921,7868,11175,15064,13293,18265,12549,9493,27892,18563,29456,3654,5518,15102,26660,10726,12009,6504,20774,20774,6224,22360,27735,15360,8687,9097,9655,28088,19513,13167,15001,17374,28898,25899,950,13188,5955,2697,19433,8456,18990,2464,4038,12279,1212,21063,465,23923,6327,2270,4614,3057,9275,23342,5780,2471,14025,23488,12126,5494,27328,21566,8827,28982,21097,24963,17513,19523,1955,16991,15036,11210,21406,17300,9946,13184,6138,26924,21742,18856,3898,14175,27931,5647,5646,2791,19144,5447,6084,18858,18858,8205,11962,23413,11888,3194,2733,21829,17652,24508,3154,16729,22946,6249,7732,21574,15472,4499,9148,26812,11404,16519,14285,5278,11235,6724,2671,15158,12066,11238,16152,22838,3934,28080,175,25186,7724,944,20092,11248,25807,7495,1921,15646,29043,11594,6740,22515,13717,2726,7355,18555,4125,20114,25913,11252,17338,15467,27990,16306,11256,29489,8153,2960,17743,29100,28720,3354,6920,9230,26603,3750,15138,23697,17122,27587,9421,15603,21181,11265,10126,18599,6751,19344,6661,26510,28932,14918,18690,6716,28922,29693,29156,24915,3844,4910,8809,4681,11273,11272,23228,11094,6651,29256,27267,3491,23747,23274,21737,20272,26610,12398,27933,4967,11201,11277,11279,11280,22974,11709,22598,28599,27104,24426,6614,8329,3877,26145,10111,29333,23106,5049,14926,2182,25747,9005,16773,2633,25658,25658,11287,11289,28881,13430,1381,10735,4084,11291,5256,16588,8853,11294,20740,20232,15777,27217,25453,15186,16501,24838,21077,19534,19534,11579,15770,19168,27952,24657,11302,3392,11305,15836,10724,12777,12441,8141,21730,3622,11311,27066,14839,16933,24443,12329,17372,20438,2826,1135,25667,13880,17542,14403,8942,12199,10057,1677,12286,6426,27174,17086,11318,1493,28303,8297,11647,27794,664,11322,26002,26597,796,17482,19653,11326,6558,11326,3805,3008,11327,10501,27541,12946,22413,27375,26883,1182,13307,11330,20679,18321,4103,743,19976,25146,17742,1604,28830,11333,29345,20700,23232,18929,24193,24772,20529,24935,20529,9291,21246,25230,28883,16449,20790,20790,17619,11465,16449,907,1637,3923,26633,23075,15100,7899,29364,10736,20020,11851,19746,19746,9691,102,6728,16781,53865,11349,3195,9095,9227,9538,17428,17429,11350,17766,9570,16405,23399,11352,9449,619,8535,11353,11354,11355,6368,9823,22595,5840,28882,13454,4042,11358,20142,2869,19179,4337,5898,7230,17006,5016,16374,5016,10190,23130,29024,15479,8897,3448,9653,16875,5366,9038,7956,8212,27732,3915,2842,1344,25356,15293,6818,18086,13106,13101,9855,12351,630,21675,849,29426,11378,3788,3813,5842,2682,15314,7731,17637,8586,21730,13523,11380,28832,8499,4250,599,6400,18209,18282,11000,53,8482,27888,2110,11959,21642,7182,5269,11390,14819,14169,3236,1826,14566,15585,540,1714,20925,17219,19686,15096,25406,17485,21202,29727,28808,5399,6691,5713,25387,13119,23573,13571,11408,18197,18196,11410,6570,22358,18238,8902,2897,25521,3738,7359,5072,26857,19246,105,53903,27609,21974,29193,22724,9791,22548,6072,18420,27739,23133,12136,29341,21394,19479,15753,24488,8520,8958,9150,21570,15984,13833,226,19788,838,11427,9982,453,4116,21704,21705,14090,7090,20197,28529,158,22452,20882,8457,28464,19148,1228,1228,11900,28620,12096,14554,1540,28910,21746,11465,17362,11060,11443,18533,15498,7063,12759,12402,22043,9891,22069,11445,4536,11446,11447,11447,18947,14026,15921,4043,15046,12596,2180,11450,27900,22236,10557,11129,16761,292,3809,19729,24223,8605,23592,9017,15300,28322,29308,13703,3629,19294,15781,785,3719,1843,26472,26472,5506,25724,6548,11472,8030,11474,7052,18228,18228,21722,21722,14620,24665,3251,11086,10180,29646,10191,13282,16301,11481,6639,24442,12034,16261,11483,20183,14150,8485,8485,8573,9605,18661,11485,3824,14434,26674,26559,16303,2391,9733,17859,684,9448,11491,9848,23097,4148,21824,5841,5841,28178,28390,25077,25931,21091,28647,10359,19705,29334,20967,15695,22361,28811,11500,1553,23341,3303,10101,20962,22194,11503,633,10457,23344,14367,9099,12792,27909,16764,19305,3299,2975,4135,15073,10815,16702,19537,10722,8685,15790,3965,15790,5257,6942,14850,23263,23015,4837,10869,22250,24990,15776,16858,4921,9370,1698,29281,11522,19772,8305,20209,2553,19559,18426,5497,4394,11528,15378,3774,22891,18381,11207,11532,28363,22638,1562,13726,21875,11540,23819,11541,22480,26937,7769,25119,9895,24849,8149,18134,7464,18890,17528,10258,18421,23655,22337,11555,16809,2002,9345,14838,8265,13021,13104,7205,13025,13850,17444,16641,6713,2973,2538,2538,27859,26217,22193,4686,23805,29743,8329,19267,13882,22956,2881,20529,21526,7073,29579,28358,28664,19668,11572,15146,11574,15541,12958,15185,8488,7455,22353,25622,28124,12752,12876,12876,7787,5212,22267,5136,11587,25595,27676,4007,25851,1692,21021,23236,28214,1125,7008,28972,25455,11499,22867,14185,6613,18729,829,6562,14624,5842,17910,28743,24680,4061,25429,10780,450,15880,24422,3218,6974,26052,10071,11606,22910,4730,11609,15306,25309,25309,19679,3568,22561,20311,27454,19029,11612,20429,15596,7710,16114,19569,24234,18873,19938,20646,24159,3838,23082,18067,11621,17964,27396,7222,20542,24985,12937,176,9332,23817,29095,29095,20352,2429,23093,26482,3417,14372,24450,2681,22184,26965,26889,1037,25451,24060,10214,14194,14030,14030,16215,28637,15764,13680,11109,25547,4338,11627,10185,10185,4881,28455,1605,17957,22676,11634,865,5427,1695,15541,21702,17044,15642,18332,1738,7364,17948,10587,8166,23079,11640,24107,16451,4965,11642,15982,3067,23316,11644,8826,561,3843,5357,4922,8541,20802,20126,27222,28456,18486,885,25525,17780,5455,7193,20310,29583,18141,3037,13364,11663,27379,11667,13292,28343,28479,16156,5003,27356,5051,25141,7578,5703,11677,2479,9189,14301,16791,9146,27211,15237,25635,26260,16803,15398,17805,3977,3067,253,26351,20727,7903,14019,1985,5850,4360,21346,23197,26638,1010,29134,27788,27788,11695,21481,13685,17019,20299,1607,24381,11697,22488,771,11660,20666,21947,11258,9675,444,444,14575,14575,29150,3910,10665,20176,4232,6564,11649,25285,5432,15248,23311,6094,22363,1309,8002,28138,19180,18095,24151,2004,14066,13847,24627,5051,28511,8960,27995,27995,18309,8200,14174,11724,8705,14014,520,13185,4569,3468,19912,1317,11730,7584,13761,5599,17502,29198,11168,23568,3974,14735,4417,21995,5384,11736,11737,22613,14961,19441,20119,4687,12327,2411,5431,10625,26319,11742,4003,28047,7899,13548,20718,27622,21077,13762,11748,3488,12169,11751,21349,29247,11753,6222,8907,19403,13736,12751,7621,10162,20381,11105,20683,18655,27966,28384,11762,3881,20719,15483,10946,2904,20608,26789,14893,18627,22698,14627,3550,11766,10427,7663,4349,14462,7494,1357,13988,13988,23320,8272,5691,11906,7807,2002,12869,5267,8309,29115,11777,3925,3925,11779,11779,11780,2177,28278,25738,12834,17412,11783,4507,11542,11786,14562,22262,16729,26986,6634,11788,11789,12101,897,27983,24179,2994,11791,21161,5395,16632,10819,24005,1266,2969,2969,5183,25064,432,15754,17920,11158,26463,17580,11798,7959,22009,4513,20317,6441,29107,159,27835,15061,23347,939,15867,15868,23882,25241,28242,11121,14807,17229,25982,7887,9997,19573,11811,16610,13085,4953,21054,12834,25910,27721,15889,4898,4984,9606,1982,11817,12027,4123,3651,2769,16276,12087,5554,25558,19756,11251,11822,14718,18482,3060,27084,13773,22378,5739,7509,7509,1805,1625,16908,20612,22279,26936,20201,26240,7945,24510,24510,15428,19372,6104,9327,24982,28156,20668,6092,18286,11836,16896,3683,11837,5377,19674,19675,2230,25862,53952,5116,15036,2645,16504,4756,6662,11841,5693,6786,2837,6569,28935,23626,267,18967,9424,16931,24073,11845,14896,25111,27347,1957,11863,23026,26496,9957,10525,8849,15965,8426,19263,13761,28001,3206,2951,6934,28000,10361,10849,4066,11900,4501,13776,15879,14303,358,26487,17627,20376,29155,28588,18071,24199,8987,18314,14132,28470,8385,26963,11860,11861,21059,11862,11863,18186,15519,25281,5323,22983,8655,2728,23937,10466,10580,11869,3079,190,21390,27131,26726,18612,28149,20507,15598,16404,23395,2652,11186,11794,24120,4981,1743,20647,21756,16874,21340,1374,5064,9327,9179,13320,29670,1049,19789,11883,13505,19980,16209,17487,11510,27745,27879,797,25029,20738,6106,11341,26482,6504,118,11885,23362,5912,8114,3494,19599,2516,25921,11891,13513,23947,23758,26519,20487,24775,15407,16945,15605,1287,21115,11206,25473,11014,27184,23526,16391,16391,26675,2640,27506,11907,23520,3726,14819,7665,4861,24563,23934,16212,19042,23629,10630,7938,16328,23833,29214,16276,10772,23817,16348,3191,16011,29387,21973,28786,23659,2033,27776,11923,11923,24705,14710,11925,9451,11925,29298,6006,986,8880,17023,8881,18416,5071,8194,11026,28890,20692,25456,26934,20130,12591,9502,17950,11931,516,11933,11934,11932,11933,9529,23039,1732,19292,6554,6287,3957,7389,2506,1228,18198,547,14582,14618,528,21483,14739,13492,18944,6760,11942,13405,13405,11943,14689,7869,28929,1483,1483,7869,4381,23835,7816,13478,22324,2885,3055,3999,11946,13928,25587,14001,2480,10894,11951,418,5490,29039,6546,20679,138,13040,26156,28274,11960,15691,2396,19506,27762,24683,1632,1632,1183,25498,5242,16266,19106,11963,11963,4125,29383,10070,16793,4770,11971,17686,11972,27502,11227,14762,17608,9491,6273,11782,1519,14769,14489,9184,20730,12709,17646,28940,16222,2164,21135,17134,26151,23329,1240,15179,22413,17722,24318,22311,20473,4682,11990,15220,7411,20080,4985,6535,20010,8097,19636,15090,26216,24064,9935,3391,12039,13979,17573,11998,6069,3671,19037,10355,6114,27377,3738,906,10425,1739,1739,2238,21327,5643,53912,6243,12005,7863,907,2520,5870,18540,20554,8522,20818,4314,29122,11143,14724,2129,26494,19202,25011,9992,21484,5784,26086,6425,25530,6594,14273,21332,20366,27962,15455,22995,12021,2184,4238,12123,14960,22341,18782,9603,195,24597,5271,21223,12034,653,12035,15502,21436,5028,18514,28432,23349,8291,17076,28432,16400,18442,22712,28538,12216,4074,20481,21556,1161,11333,16907,24524,287,13139,1221,26756,6354,14568,9387,1512,25107,3783,17532,16100,1536,5224,27118,27857,11623,8695,4236,19698,12048,17472,8497,17424,28686,18596,15057,5075,5038,13698,191,9693,8122,14872,22038,1198,16577,15452,5027,5364,11116,17314,23141,19869,12614,16449,14085,500,1122,27745,12057,14441,27751,23112,3590,23030,22142,26966,12059,21546,22132,2055,13857,24006,19510,21155,27916,12065,8976,11468,25967,13767,53892,12069,19708,12073,10921,25327,25107,9079,18911,144,25742,22819,25700,15549,12076,22925,15394,25048,20948,20948,5607,18342,25434,13998,6480,12080,5537,23019,3660,20038,28634,23965,7121,17451,25082,14516,29015,19634,22536,17664,21489,20240,12088,7059,17739,17739,13348,3267,16260,23797,17419,437,14529,11307,25636,12726,1339,4344,13210,4013,4037,23797,6216,17403,17673,15300,15953,8270,13464,20314,28388,4474,3315,12249,9170,21058,24504,27437,15499,5434,21812,12648,2781,1350,10321,26775,7051,27784,26571,1172,22555,4217,10505,20544,5174,14942,6194,17792,17792,17792,29740,25852,27691,22274,21796,10961,10961,1664,22258,2470,23809,9506,15465,17750,2189,2297,22510,10858,12123,15289,24260,17299,23230,254,17604,24153,18339,8354,12127,12129,12129,12128,15442,12130,11519,27279,29508,17773,23831,4413,12134,11396,7285,12137,6319,24376,20454,8362,14931,8200,1866,24454,6076,16960,1415,25580,5895,24487,25635,18514,18979,19271,19271,649,7727,12149,12150,1761,21875,1834,14176,26269,9235,17238,20258,21924,5420,6271,12160,16683,5826,7438,12681,26697,6556,741,6556,12163,23100,7591,27984,21263,19416,18946,27427,28010,11650,14099,14359,12322,10181,26984,2481,16295,27874,22476,65,6223,14087,16835,10141,24441,16774,26401,26401,6204,20752,14742,14742,16057,10948,12177,17339,11816,26766,17628,5177,15270,19437,16357,9074,16863,19003,12234,7643,18380,11302,22862,23288,19379,25823,2292,28815,1239,26626,4389,2160,7404,10636,11244,17563,2834,19791,19836,25015,4706,12195,11410,9446,23660,19121,25682,4740,12222,24748,7192,27891,11479,24535,24504,10792,21092,7139,21243,15380,5464,23360,17717,7325,12209,4963,27496,26811,25305,3207,12211,20838,24276,12212,18008,11763,12214,18022,27877,8449,579,20172,28183,18552,2304,7730,13646,13714,28119,28119,631,4028,4028,14273,23273,5353,7100,14157,15275,7368,14084,12634,14714,6359,23047,26486,6076,7491,12150,15273,27057,23787,19603,388,1259,27248,12112,21695,27663,25861,26994,7431,21728,23719,3130,22684,6204,12242,11136,3648,18163,21046,7427,27152,24706,24276,19986,3550,5534,24335,24341,24341,2441,3500,8643,12254,14772,9560,12256,25543,27040,9810,23022,9405,9825,11379,3622,19757,13932,13629,21840,7230,28835,12258,8771,672,12252,27755,22619,3388,15865,3640,15942,6556,14867,12263,12263,10448,18906,53911,12267,12268,27124,8890,26058,2262,19227,12763,8538,10707,15717,13762,27549,1538,12275,14370,19904,18516,10679,12279,23774,1951,21513,8031,24380,11189,935,21827,12284,11048,8828,1445,24001,11136,12287,5441,12289,26384,14773,21723,10025,4240,10935,17876,12294,20368,5657,22384,7108,2119,26897,12296,12297,20856,3269,21233,27047,18740,10055,12293,26193,3615,7030,28780,12303,758,7077,24569,15979,26957,23216,494,1153,20421,16579,25985,2364,26285,18617,8685,17180,22241,18802,10548,585,3023,28622,6091,17968,1438,19950,29106,5061,21796,12321,18145,12659,14227,20904,27884,12324,22279,4960,210,25457,12326,4915,23764,24149,16157,12332,21137,13863,3366,13692,27755,3778,13179,12338,23749,15803,26043,13703,3561,13931,11875,2728,27396,1265,15746,7519,7519,762,3729,29557,28634,13894,19531,7516,21458,18280,24994,26694,27722,1784,24125,24834,20912,20912,23047,10268,6977,6022,5306,17230,9426,24917,26072,5499,5499,1421,20565,21446,15988,9269,12360,17008,22713,21536,4420,10173,24463,11234,18243,20518,19802,18381,16555,10581,25785,22849,12372,27505,3175,18364,14275,28590,12376,28600,10165,2880,13731,28962,4115,6589,2820,11580,16197,24399,21308,26551,19550,14204,17728,15657,25138,1897,12386,12386,25156,12388,23513,21078,25973,15423,18690,15855,14355,1064,6916,24250,12397,8390,17784,26113,18542,28858,24051,17077,13133,16151,3484,10026,1729,1505,12407,27121,22070,8598,15794,25625,10788,17376,523,25544,12412,14213,27245,12414,6746,10138,1693,24191,24515,2291,12419,26690,5469,17704,25195,25610,2635,26350,9013,12422,13954,9862,12455,26072,12394,28848,3050,683,7168,22687,12860,8856,22351,26323,16178,3661,14129,8478,12440,23458,9342,21674,23033,14452,13036,26314,27803,14433,4502,29193,5722,20781,608,18265,20667,17233,16313,21098,3329,1543,5710,15941,21603,9135,20344,3002,7745,4041,12891,4737,11037,27983,23051,3484,13210,22794,20867,12454,8648,26927,12455,26927,16701,6265,4814,4092,12860,22208,3122,8282,8323,28783,7076,15002,10087,22770,27928,10487,3094,19798,14590,29540,14112,7048,28727,14751,16706,22963,20297,4124,15963,12474,27952,6203,26254,15528,29541,18043,4604,2090,22023,16168,11285,27458,5127,21386,22486,27037,26329,16272,5392,5177,5969,5969,5431,26514,22330,29275,20072,10291,19512,12487,23379,3760,22816,12491,2422,24100,15994,24079,12494,25734,6086,16109,9875,26560,3461,17589,13911,27171,18272,16655,22022,3860,12500,16811,26904,9129,22698,22698,24320,5723,4653,12502,12502,19003,24948,17765,21636,25678,12505,24375,28472,4194,19329,21918,1749,1750,22365,886,17242,9410,10295,12513,8449,10090,7406,12514,20475,20475,10697,28621,19343,22745,11550,18235,23423,7250,7250,28127,29422,520,27447,28445,25048,20829,22207,6454,21205,12526,2214,18068,27433,68,13420,3782,12808,16651,12529,12530,10762,1432,13649,26195,28417,23250,14976,28971,2635,26274,9760,12532,12366,20200,2012,3697,7769,13075,9937,15409,15648,22458,26052,16322,21495,13107,21661,15506,16185,5705,10069,29737,28021,5239,2724,71,9687,16343,1290,25375,28361,25647,16103,21071,24708,5370,22283,28564,28564,19465,29445,16979,29008,22402,29410,12033,5914,1635,12556,27787,3850,12559,6014,20464,7733,13237,29322,14097,2427,29213,13505,13320,20234,9634,16673,12569,12570,10330,137,4147,15891,28995,1342,5540,26184,11134,17582,21041,16720,24272,20157,26353,27340,12577,12577,18468,24113,5277,25101,8394,14607,12580,6872,17983,9187,28164,23548,20408,10578,29413,13729,20718,2314,6268,7079,53892,12587,8074,14292,25430,9151,983,25320,9327,8289,6079,16328,19079,26712,21242,8800,2292,18366,16128,4585,18065,8782,15320,29311,13937,7786,6245,29522,10481,16740,8136,4452,2761,7340,7298,21757,3302,12603,27067,2375,9971,20639,28406,14009,13839,12605,11691,15969,12606,10603,20024,13149,9109,24383,4937,25081,20178,17667,28837,7763,21504,13376,26975,1247,9845,17240,18824,2787,21446,1588,12612,10975,12952,8362,1992,420,20051,12614,23780,19542,2719,2489,5811,53996,5617,15617,12619,22757,8909,23436,21376,1962,20787,704,6809,23856,14121,14122,19269,17630,16498,671,26679,6653,5962,28663,9903,22678,5163,25912,12859,22165,8563,28477,20824,14450,2175,8919,20528,20185,942,4620,22039,4620,20762,10793,1836,22424,4323,21445,13938,13759,29056,21828,7610,5211,13142,26684,29438,3381,15276,15276,10981,26328,3822,4564,12647,25512,264,12145,15589,14753,6720,27642,17663,15948,15707,18379,15013,16202,22998,25724,15277,13540,13540,9377,565,10283,10424,5872,1284,25752,1501,13095,17409,14709,942,24952,27733,13681,4572,12664,7305,21875,12521,22356,1955,8297,16628,17138,10405,5575,24444,12669,12670,22534,20042,19834,21505,946,20710,26719,28935,18217,24622,21736,15480,28919,14621,17730,699,13457,700,92,29544,29434,21285,11048,11048,26250,7388,25669,13265,3810,20476,19963,23628,14862,11492,7114,29499,12693,27779,633,14013,23701,22350,20985,15964,25886,11081,1307,17458,24235,27759,11819,18132,18132,5344,5906,4787,14387,18790,24111,12472,12707,12711,23524,26579,21340,11458,26140,13105,20205,18032,1493,17336,8198,5925,27722,9170,1300,9693,26324,22943,22919,11355,3539,11709,5876,16366,28102,8765,28102,13811,17742,11773,22793,25574,15190,25261,14454,543,19620,2579,14307,16638,731,15200,8443,23656,29348,18539,9690,22890,27576,28385,15438,20245,25863,29250,3686,24478,9672,10793,17791,23504,4580,5111,16622,8453,27517,13200,10064,24332,12743,22684,2220,19246,26428,13690,12745,17332,12748,24284,25499,29175,28526,25032,12749,3146,27331,21278,25707,201,5673,5195,166,12322,13882,11458,2617,17261,7392,25187,3017,7537,9292,9247,20924,18025,20819,6105,5766,1916,29206,11263,6806,7461,24226,15664,15251,6682,27470,24774,12771,21477,8483,53943,22859,29532,12774,25583,5652,5652,3257,13444,869,6937,12778,2603,4267,25909,6246,23645,5308,6183,24579,16166,26131,3990,1530,5671,2113,9977,2557,23767,9688,6917,19807,21573,12775,15426,25079,26502,16365,17385,5137,2129,11958,13171,6782,6782,23608,29453,6961,11898,15639,1070,6804,13000,14468,11224,9298,16033,7394,2181,25735,23122,14987,23341,14316,15029,16125,16125,12798,1262,18493,19495,12799,13611,17796,2632,26469,3720,7857,24397,8974,8298,29060,16639,20414,20638,16101,22796,15042,25129,8546,8644,28362,28362,27317,1896,12808,24299,10952,4941,15444,1120,11935,12816,9837,5154,7474,27796,771,25329,17663,27893,6208,26903,27893,23987,1257,18878,12824,28036,28769,1596,22975,23560,20165,17082,4832,330,22116,28678,27631,25730,12208,24319,13373,1253,19728,9522,7712,4468,12840,21349,1281,7879,24409,4331,5403,14002,1427,18734,5438,17321,8495,5525,21985,25385,25385,16353,25672,24193,23011,14507,2763,21023,27526,11740,22480,28306,21629,29366,11498,15440,13209,9286,5572,26760,6209,6611,21234,17018,26874,12857,27365,10496,20039,1016,14865,9313,26151,7328,8832,5644,3260,2518,10611,4699,804,20409,5237,7694,20547,20547,17983,26995,26995,9315,18716,25207,4169,5188,23552,21924,23220,27709,15767,23354,17508,13844,12875,19260,20599,15105,18691,14578,26407,24847,12879,7021,1610,4011,21204,7943,12884,26370,12885,440,1557,21516,5938,5168,16879,22624,25808,18372,7416,22439,11285,11324,12888,8995,8824,24399,8065,27358,3744,4185,18180,18039,24973,12223,25347,29116,4000,757,23456,10099,536,16489,16489,25880,24100,27428,7451,13904,23608,18189,1428,1428,23971,19680,12901,898,13945,26670,4303,8876,5966,5966,6962,10086,16430,21563,10988,17418,26408,26682,29230,17375,14051,14583,7427,11982,429,20161,20161,27376,1303,8129,12913,25786,9087,13604,29668,26374,26155,3713,9598,22876,12918,16827,5832,13396,17355,7543,18739,21665,18572,9996,6372,24010,5785,17992,12923,1335,23564,22074,16907,16907,4532,27649,2548,10045,6466,10908,29502,8528,3586,26805,4625,12158,14903,3138,28062,19530,15700,19186,25415,12929,19259,28939,20238,13411,5890,13669,29613,16288,2540,12932,20376,10656,4512,25915,8871,15933,8066,14608,1711,5656,15223,25864,5458,23381,6131,6131,18462,21662,12280,11913,4956,877,22373,8723,2375,18873,26575,22326,4876,17143,10167,10484,854,9285,11490,389,13838,11032,3920,12963,27097,14611,3233,27097,14089,14089,14873,5801,19968,7867,17596,9689,12975,23898,21713,21713,25630,16934,282,29605,8024,18306,22743,5953,6910,29063,18804,21089,4180,19200,13946,13946,20015,20291,23585,19615,5498,3389,5023,4991,11608,5677,29327,3187,21731,21732,8581,11712,28784,12499,12995,9294,28097,19333,11568,12996,17010,13824,13824,1952,20779,11155,8763,8282,3389,4863,9258,6988,116,21883,8560,4690,23892,17623,24509,3657,21310,26395,3657,11843,29448,21857,2907,23523,19179,5611,13976,363,13009,6021,22889,13336,13247,28193,13011,28746,1694,7792,18344,29354,28735,10630,10796,21734,13560,17938,23117,26515,12089,12508,11648,29036,6696,19285,6173,3029,21577,21148,25733,5947,10185,26557,23092,649,15654,23598,18711,3390,21217,10841,4506,28834,13034,314,23196,5722,13036,2624,5004,26308,28240,20873,146,16145,29403,20751,21260,14416,19807,23672,23672,159,19014,29035,3215,28161,17042,53894,29707,27169,13050,13050,11486,10842,10404,7500,8597,22463,23362,2743,2094,8315,19685,21710,16483,25614,8932,13064,13065,11601,13066,16421,8721,12735,15786,2749,17383,23633,1922,17669,17669,19857,15309,1095,19857,21247,27570,13077,25442,20541,23247,25598,11494,3367,12493,22481,14830,27159,16698,10777,24298,17509,22556,1054,15590,9890,22893,23653,5818,16223,4887,15554,24761,2740,4887,11048,21355,14553,4925,22437,13095,15507,24829,23664,25119,8431,14243,2365,497,16061,8219,13841,17250,3726,1859,17424,26507,1137,13104,27505,18250,8218,25728,18901,2808,15222,17356,700,27118,12239,13110,28352,1715,14011,14011,12045,29679,16268,19510,5119,26364,21404,13113,22487,13113,17146,648,27755,29294,3426,1986,1997,13120,8363,15517,7853,27836,9712,25135,28290,14576,13456,4494,7550,2377,5151,19770,1661,19988,27424,20135,17143,19292,1732,5537,6850,27797,13140,29187,5045,14799,20166,9981,1786,16199,11059,8186,27338,23670,6574,15608,16867,1523,8747,19419,19466,25951,12941,2484,2153,21826,25542,27724,11032,23879,2257,16344,28757,21039,27992,26752,14106,11779,19450,11347,23789,6512,20972,6946,22457,12224,22484,18541,8185,17486,20158,28215,5791,20950,17989,374,13171,27967,25397,21955,22331,27060,13794,13176,27523,24188,13181,24871,27430,8637,22972,24791,3507,28658,5694,17271,10586,956,13188,3630,6060,21290,27724,12299,24259,424,21341,12416,29096,19365,25376,1082,13196,4020,4392,15141,19526,27926,22972,760,16357,13209,13211,3992,27637,19853,15118,28141,18390,2563,19650,13216,27271,24272,21290,26206,24345,1913,11604,29440,3339,28966,2027,9630,11261,5667,24801,25692,10330,17987,27282,2782,28409,13230,21593,25892,18501,24839,13951,18961,10812,10895,13515,20943,22373,29570,19948,19948,6422,18098,10378,18845,4038,26054,10300,19771,6407,6407,20410,25821,20054,20030,11178,2488,4829,7210,12256,16854,16044,14050,25619,22122,22122,17900,27535,5875,25151,12285,19964,13246,25304,24969,9066,4000,5142,9939,21833,20803,10547,25239,4221,16194,22680,22970,22680,9987,1982,14565,21486,21673,10294,17058,22025,22493,13262,13262,13260,27821,4862,21669,13267,13269,1169,12147,20676,6608,5398,23847,7958,4242,17934,17934,3500,20035,11920,17710,13275,4916,11920,13275,18333,23875,9381,9381,4010,24199,124,17190,19832,21933,29581,17947,5247,20728,5230,1153,13551,13729,22115,13288,13289,16825,15224,16175,20300,1578,6808,23507,16819,23841,7171,28343,28254,6175,25313,10685,18835,25218,16775,19231,13297,1046,16231,4141,4658,24923,26683,15616,27903,10308,11108,25821,13303,22172,4379,13186,20672,19192,13311,3880,14356,17310,20785,19874,17959,27101,28775,4522,17328,13315,26753,15023,19100,28625,9777,29445,25683,26970,395,18266,4693,25060,25066,12957,7057,19164,26550,27136,6852,12097,9258,15608,16725,26152,23366,24962,22386,1162,26752,13329,7017,7539,10253,8068,6493,7738,22491,9259,10618,5603,27293,13897,19158,28543,5073,1620,26312,21749,10144,9202,16478,23678,8408,2400,10403,11041,19337,24074,6796,11711,15406,3768,28464,13250,1036,12381,28527,24472,29231,13420,23046,8882,23194,23194,8838,3048,18661,22987,21792,20449,11547,10345,13353,1996,13507,19459,21086,20784,5732,6378,18659,7294,22096,14153,14153,7119,22846,18765,3449,18665,794,4761,16251,24202,26426,8092,20827,23796,13367,13367,7966,13521,8962,7192,20674,6295,815,22810,5229,13375,20626,17444,2236,2723,19099,19099,24218,13380,29712,15854,21335,7046,14137,28392,13384,10014,19639,11801,18154,6385,13385,29620,28778,9457,11221,13387,28037,20032,13391,10128,3547,8807,12941,8807,10343,12646,9444,21106,5659,28349,17445,26052,19032,22596,8039,8039,8464,7968,1387,3363,13400,10624,6353,29310,25560,23401,26328,11026,19031,21662,9708,1935,1935,3169,15459,29444,19122,15464,20003,3276,29606,29314,13411,9901,686,686,22121,9886,9886,7886,18023,18023,28275,13414,8798,13415,13417,13659,27614,1693,13421,13420,14852,13425,7156,26987,24201,21131,26156,22833,13428,13428,18651,8103,26532,13243,25751,27065,11010,2944,28058,12722,18229,19438,16710,4675,26282,5401,6093,13437,21881,26998,25756,13443,19310,19174,7661,13445,2512,3623,13433,27260,27260,22092,2017,13912,29675,3835,9023,19465,19447,7243,109,19477,15712,24522,16909,28255,988,23551,13456,9062,9987,19955,19249,28520,21206,9686,2892,17603,20507,708,16483,11998,28720,24556,2189,28188,17428,14241,10680,4745,18720,372,13997,13472,13474,22144,4263,2258,8302,22250,20467,24143,22153,5728,1011,3261,28991,7732,21016,25767,25853,25032,1287,24967,8324,272,18561,14978,19973,13486,13485,17825,5040,28446,8434,13493,3277,3472,23550,24660,13754,7402,7307,24097,978,2006,4767,14473,16711,565,10408,1949,2172,2085,28271,8620,28843,19211,3904,12280,16618,5067,20680,21219,28414,21576,3555,23564,6717,11102,4819,19764,872,2565,2565,25898,10138,625,25042,1875,2267,5081,9060,7496,461,13519,13520,13370,28951,4687,26276,4421,4343,27048,3854,13024,24282,8660,9057,5726,27232,5904,18677,24065,6106,603,4796,21728,8390,26255,18422,2255,364,23341,6730,21115,20588,14425,19728,850,17371,17371,19342,8234,28173,8867,24443,5625,7717,13538,14083,16195,16195,15143,4393,1348,27097,26132,7641,5473,13543,12928,23067,13544,13545,6572,21337,26515,2771,8836,29368,23083,13551,13552,11367,25757,19263,18028,27540,10450,8293,20293,17232,6027,24414,24414,14279,19704,2708,3635,1463,23409,8868,24712,12326,7593,19396,27756,29614,23663,19334,25522,7992,10457,24782,7555,17794,7157,15046,28045,11432,26155,24952,6057,3542,6902,15225,14881,29742,11005,3171,29628,26336,13584,15162,24309,22214,10675,2669,14623,27902,9780,22183,9210,1385,19750,15212,24349,23007,23981,27226,28264,18283,2206,11462,17672,14780,4203,660,26785,16107,20912,12256,12256,2887,22970,21096,12052,16449,13743,13665,13596,13598,27553,5400,11013,9897,21408,980,1581,13977,17903,28006,28006,1871,26811,266,13607,13608,9987,26985,21462,2208,22182,4104,21477,25339,13615,26477,3067,13619,17073,12870,16513,29276,8420,23722,28851,19489,16693,9540,5453,16031,13625,5665,1285,24041,9081,28040,28748,20840,2170,1295,1220,18772,13632,1296,15208,19979,1644,1644,25399,14995,24468,16043,20077,22413,27223,17878,7166,25237,13641,13696,13643,11539,13646,23033,1878,2956,2956,29158,17109,3334,15619,16742,14070,17344,16786,1779,28822,11223,19780,3703,13657,19336,13660,28226,26960,26307,13660,26928,20730,8950,10155,20524,20976,14013,14013,6217,12495,12495,15655,9884,18727,26786,7371,23147,17713,26409,8343,5946,12093,22097,20714,26596,7632,12848,19323,7255,7255,2664,14133,19685,244,26498,667,9053,23551,5765,11743,12408,12975,13675,27276,24798,4286,13678,21978,21978,22300,13681,6060,3976,9436,16676,10951,28741,12420,27302,21729,12302,22284,17943,9272,10634,2683,1168,28670,26805,17696,6313,2022,11002,25633,19731,24550,21058,13696,23964,11546,12085,14724,29114,15135,16130,1072,13700,12261,9280,23595,21979,13000,22249,18115,948,22038,2553,2962,14255,2746,28475,17715,22362,382,15002,9330,14173,28138,2726,9202,23538,13719,7736,9208,26506,15152,13721,1933,19211,19211,22258,18244,12453,13723,22823,4624,10744,24769,6536,25690,2362,25691,28515,13741,15035,4476,14787,15060,13744,13746,7197,25302,4250,13150,3674,13747,3817,22891,10939,10939,13749,7431,14063,563,19790,18744,7200,12616,26425,18681,21083,25584,13758,26384,4701,4701,28352,26809,23593,14811,27452,23823,29581,17363,17363,21545,28472,13554,16254,20863,22696,23363,668,23151,14932,2675,13768,11759,10775,25538,1837,24679,724,29356,29335,53944,19369,3767,7920,11738,25443,1549,6850,28448,2282,24249,16280,16587,28061,13778,12600,22315,25676,13781,25181,7242,19407,21460,21460,23762,7155,26708,14691,5499,29354,4069,27295,15512,7824,18475,12805,16106,26821,26821,15708,14066,29669,10362,17672,7009,6619,27725,8859,24983,19218,18626,26789,583,22438,502,21294,26651,3659,24694,20383,21360,2581,13807,13808,29508,8107,4375,13810,24260,21337,9990,21877,23873,16448,21159,1235,6645,27671,991,6367,26626,13820,9676,11127,13375,11080,8354,3424,18882,1187,2809,19499,8713,11441,411,17569,4641,28347,4409,13867,19423,14910,7047,1676,21555,19867,20000,9814,10028,3596,9266,28662,20066,7314,28219,28219,22591,23108,23108,3764,5286,12832,25149,13837,25697,25592,24505,13839,15833,23896,5330,21546,20344,1622,13845,13843,21992,15750,13846,17297,13801,28383,20911,26877,6891,14993,11057,26717,24439,17109,3940,21413,2594,2502,8436,11703,26187,7187,15004,119,4881,24999,19717,12915,14928,14928,388,26022,20832,10561,21660,15440,17555,28604,4071,15201,1911,2756,17217,27439,18712,2308,831,27687,16452,180,5679,22385,26126,18100,7282,12594,18255,5829,20121,20135,1909,23985,4378,15406,22177,22051,8808,21963,13871,3858,11536,9520,15472,24232,16317,2167,15652,5833,5833,2464,21891,21095,21271,13883,13885,13886,26842,1623,7517,8410,5436,13890,23590,4750,13887,13712,11792,13830,13891,10183,18794,6338,23219,3681,2580,17396,17119,823,27238,13898,17141,21375,20172,8528,20791,10774,23623,6937,8004,2303,15515,22221,10228,1362,15733,27180,17216,13903,8407,13909,1046,7106,20226,20116,20116,5045,7905,7905,15319,5095,22520,4055,4990,17906,20362,23293,25104,521,28451,13646,4193,23541,23541,2412,2412,9048,13924,22134,18892,848,4882,19386,13199,707,24284,9666,9666,6050,6363,29114,11669,494,10232,22291,6960,17091,24389,8145,20829,28233,25762,6913,16686,28367,10891,8397,9469,21941,4467,7261,7520,9264,2559,2624,24351,17022,7418,24437,15972,13954,5765,6878,27696,5134,16077,29202,27339,3239,6532,14260,3764,9637,13965,20321,27715,5259,21790,1903,7873,1403,9162,25452,12765,6312,17339,13968,2130,25681,13971,21182,13973,10581,20654,29041,28229,11225,17783,24934,24934,20407,1792,25034,184,24466,5463,21761,7513,13651,26312,22555,10365,3787,27660,23324,3091,9399,13988,20349,17815,132,1947,400,854,20316,18131,1308,14495,11478,13995,18297,24591,25275,16540,25768,7556,14000,7099,28038,21627,10925,8161,4113,5509,20685,5566,17140,18034,12167,1909,19471,27311,17312,27320,8341,11560,18238,22086,15728,22315,18457,27968,2154,10046,5442,27944,11755,16463,1715,24786,25645,1640,18719,1716,19794,1141,22220,14015,26660,6037,10362,9742,18581,12527,214,5422,10544,11751,3360,18583,28347,14021,2927,11401,24127,20311,12016,4774,9485,11786,5514,15584,11785,5835,3562,24973,1398,12300,23321,15427,13195,28884,2823,11936,17467,20448,14035,29664,27757,24623,18770,18770,14117,5417,584,6394,14921,15031,17757,10275,10275,28567,3140,29348,21036,19763,14045,22137,27908,22255,19880,10567,24433,26641,26641,19791,3617,16414,19579,3416,3521,14054,23798,9321,7674,23196,27343,27500,5753,552,27875,16862,14061,27471,6054,26434,14062,22716,23428,14064,7010,4503,12244,19214,25142,5368,5368,19529,3037,15125,25502,25122,3314,6485,26534,14078,3022,22682,851,14081,6427,14083,20739,26364,53903,26241,8211,5525,24836,29625,9699,14087,22379,6970,6970,20172,11740,10625,14142,10990,18639,7785,21536,26942,15279,714,5277,28130,26611,13674,14108,23519,13633,21358,17943,19662,12376,23302,22699,21319,9082,8525,1134,26257,10770,4047,17860,17860,5109,22939,14119,4227,28057,19957,9350,28577,28575,20034,13355,22238,23268,28577,7434,7434,18699,3666,25222,28176,16700,16701,20245,8625,14129,27937,2717,8251,21492,9230,18636,23027,24699,19073,15615,29370,1774,18781,20832,20405,26223,17554,14145,7448,5612,27626,651,16347,2822,2822,9326,13338,27480,13338,4734,17851,5800,14138,25959,10043,22013,21846,14156,5615,23896,20380,8826,18756,22934,12438,14160,5706,22968,3927,29556,6696,13877,848,25308,1052,28201,13062,8619,28609,2481,25219,16397,6373,20255,14171,14171,6325,26007,15565,8187,26873,29660,17255,24474,28273,5827,9525,3872,1339,25170,20116,26251,23622,26711,18482,14182,24907,10964,24062,14189,14190,129,11324,9015,5187,24727,620,14196,1564,2691,14198,1425,14199,1231,9383,14201,14202,14203,15088,28122,28122,14209,14211,14354,1526,21436,5049,18507,14215,28372,2855,18129,11895,11670,3429,16184,26639,25872,19652,4277,23662,13298,25035,16601,14657,18865,26004,12805,7401,23999,16906,29175,1486,14225,22054,4117,28434,15139,26019,19778,11156,7651,27299,16516,25107,9402,28982,22928,3543,18976,4226,23089,14361,2378,16418,25267,26159,17277,14233,4300,1605,27639,14236,4602,15624,14794,8645,8645,29506,14242,14243,24812,21665,22897,22897,21703,7312,14248,28552,14251,27341,6648,4576,11830,23083,20775,11137,14887,8916,17628,14255,22934,14257,12450,23727,16538,3420,23395,17291,29580,14684,23143,14259,17532,4519,9757,2509,21525,16131,322,24711,1875,10830,9293,10823,14268,14270,14269,16368,9970,16310,7460,3037,13185,18489,29578,4253,24145,14276,5907,14300,14149,24167,10779,27757,4196,14284,14624,979,13725,8165,11780,18287,11912,2471,9212,3069,14288,17007,4300,25871,11869,25422,21541,3979,27290,9732,13294,12517,27380,9377,11564,5589,3658,24525,10288,10384,6248,5158,18043,9092,26023,2274,582,13606,21604,17497,13402,2064,4043,9981,3121,8406,16783,23539,14136,16823,5918,24108,26405,1941,5145,1037,11923,12283,27867,19135,25234,15037,16778,14190,15586,29054,1615,18362,29125,4894,28070,28070,12859,14333,21529,12699,19427,1059,17874,7403,281,1411,7643,28454,11650,23899,13638,14343,27706,716,29069,8804,17126,24462,6808,14348,8212,13095,29288,14353,17247,21471,15493,4554,21901,15005,18515,16016,16881,5856,1815,26937,14361,19259,18705,419,23451,8107,3936,2311,7410,25505,8237,1849,19883,5192,6712,4634,22029,3039,3552,13963,1192,14376,14111,21361,11141,27057,23898,7082,7082,14995,5846,2250,15599,24599,24599,7281,11628,6505,29362,14382,3276,8892,7235,605,20614,2804,19651,24381,7544,17044,5495,8906,13987,14397,9351,1274,17096,2810,17589,24194,23136,29238,11184,14399,7523,3088,9526,13093,10789,24309,6561,6088,8851,19360,14406,776,776,14407,14409,5878,5697,20710,2057,14412,14412,19671,22826,26516,9731,15697,824,576,3226,25172,21470,23777,9296,25448,8217,14419,28345,28345,14421,9881,28118,3569,5985,18312,28425,16388,23438,3766,9829,4985,16740,6769,23145,251,15084,15084,19182,5588,4867,10777,5402,15927,12470,14112,28040,28040,11626,6397,12014,21535,495,25836,14430,22232,6343,24276,15248,14433,20681,8512,8512,1156,18657,3938,7753,27664,27664,14288,19793,23409,27584,14443,1946,19260,4225,25819,14449,3040,28579,22261,10880,16378,16378,8174,7807,27455,6430,8965,14935,12578,15213,18024,23707,14463,4654,29293,21869,916,916,12519,14316,8986,14464,85,24287,15589,21936,26677,3572,21170,6466,9153,11265,27822,21178,7493,16843,16843,453,12629,22406,7633,14744,25246,796,28017,29286,139,24581,20073,24863,29380,27164,8887,19385,3455,19349,16923,16231,14480,14445,15351,12219,2792,25652,21270,29085,12986,15437,10786,28239,20175,4208,28028,8708,22525,27166,8427,6427,15081,2436,20699,24075,26617,25785,13557,14490,9882,3766,3766,20300,9019,9019,2600,14494,12638,27615,25752,16887,14493,7558,2142,21168,13762,3451,13465,4768,4768,14503,7976,4234,15701,19357,9157,26737,8834,22389,10935,891,24903,29023,13893,18592,18022,21873,1302,23487,4394,5931,13126,4820,29469,14511,9176,1099,23728,14512,14512,896,569,24443,22543,17253,22873,53908,53892,28598,16024,19007,5577,11036,5580,23691,5649,16933,26439,25569,18882,15922,203,7433,7433,13237,29525,13521,3791,4573,20298,3335,20864,6351,25637,26819,10784,22877,19264,19264,22067,1734,26593,18877,13806,14484,14532,28787,13096,24681,13634,14537,17089,1945,1884,19851,16337,20336,26788,14539,6529,26235,20594,3112,5312,23875,17283,17290,14552,10319,14552,21354,4754,22673,18707,4750,27585,12545,29467,14558,5922,3677,26535,4606,26606,21140,14247,22486,25670,27309,18747,26111,14565,28163,23881,8757,25152,4784,21306,8316,14570,14570,682,1263,7330,14373,10144,7247,16865,14575,5913,24944,16765,16612,2545,21158,25590,23311,2434,21228,16768,22878,5704,24135,12818,3892,27349,4253,13032,7605,4624,14589,14589,20211,3494,27823,14400,15297,15297,10607,27153,20977,18890,27854,24244,2652,16276,11312,29699,3106,2514,14604,25539,7310,5352,761,7310,23933,14718,3262,2284,14843,2895,24860,22788,28149,17613,25190,5734,24057,7614,21998,11575,24808,11570,10110,3701,25330,26952,28442,15467,24149,8450,14617,9140,919,2791,2791,27850,14548,12788,2222,4892,3134,22693,17540,12932,5151,6531,23847,2363,28596,25555,15380,20427,15682,4584,21985,14401,24756,10334,24692,2560,17073,18029,25047,23405,4045,6095,12726,27286,1643,14632,12045,27256,8677,9101,28648,18397,14950,7152,19076,7149,4499,17829,16617,9380,1992,1992,19928,1337,17938,8062,16799,26230,16314,5227,18492,9989,16000,3683,24413,11876,4231,10460,14654,1479,22072,2590,14660,14783,26064,4403,18299,7016,24668,29144,18586,24185,21171,29550,24112,1404,18326,9218,14672,22431,19267,19771,20673,130,10265,15897,9036,25741,14681,17600,2634,2634,15454,11631,17306,2010,19511,26644,10687,1591,14526,2447,2447,26975,15952,13206,14690,17346,12853,4366,2788,22247,26086,20521,15613,400,28928,14699,21421,14703,28518,23866,15805,2948,24200,8149,18763,14712,14712,14711,14710,7012,6321,13633,7712,25174,4122,14715,6722,9127,27950,21762,27314,3191,10382,8316,3756,9414,19506,26262,15589,12725,4755,24770,3052,8706,22886,7182,17038,12690,27306,23702,23140,18898,2626,26627,3474,5389,2692,27299,23274,20961,24636,7103,17599,1902,26714,10519,8776,11668,560,15791,13386,16764,21124,1939,14739,17632,14740,25705,14629,2748,22425,24894,22322,3995,6017,1826,16839,22177,3198,3318,15133,23339,21261,7454,21705,5669,6621,29559,10741,29559,12390,11956,23565,19082,4599,19908,2025,12547,28237,14751,13665,196,14757,13592,6864,6864,3306,23410,23410,22384,5551,15357,17583,17612,21149,22758,21368,10467,12794,10004,26239,6955,14767,23484,14769,2927,174,29548,21924,14770,1381,25342,4854,6475,22397,426,26769,14774,635,16987,25766,1269,21224,10093,7937,12999,27296,14782,3415,7382,13249,16544,15281,23901,28296,22358,27355,14787,16069,14793,22187,24033,23501,24034,22507,12799,14436,29359,25659,16334,19915,14801,14801,15911,14804,20980,25132,20099,27188,27188,13208,17772,15621,17075,24877,23059,6114,14773,23475,29654,8767,17589,20690,2806,6093,14826,14825,19700,13154,14831,27194,19019,26030,1649,20800,16781,19527,13280,7268,26590,5126,16211,9269,9269,680,20699,20699,23965,17804,14839,5600,5111,4764,11463,24352,19375,24318,20580,23604,13937,16724,11587,17124,8763,25308,4686,7176,24805,27863,3031,3581,3031,16710,29662,7263,23990,24475,18398,7563,24089,19964,9167,4185,13343,23327,14864,14866,25590,5989,18527,18527,24303,11643,26059,17925,16096,25048,900,5943,1012,802,24488,10197,16715,24984,7729,20971,4273,21459,11558,7322,10704,14886,11697,2461,4006,8329,24606,24608,14889,4891,19817,14893,17340,14691,10469,29334,28079,14895,14404,27986,394,5593,22454,18899,16068,18476,7413,23911,7153,19459,21637,14898,9181,9355,4039,14901,12819,4616,12105,24776,23829,14902,8388,885,19513,27107,928,17003,14683,18731,15897,9545,750,750,5789,15413,21224,1444,15398,1341,4685,22839,28518,19657,28591,14915,3458,3297,25978,24907,8905,645,2904,9819,4695,24837,10150,14929,28132,13720,26804,19921,25296,24365,16716,8752,29263,25812,949,12578,5392,14936,22961,22961,14283,14283,19461,14940,7594,14938,28345,8335,8335,5307,10567,22502,21559,22564,22505,14945,11583,7094,14946,3314,4812,20646,14949,14948,24013,15966,7619,24254,15722,6722,4771,7923,8699,6666,23467,16575,8641,17298,19351,14959,6199,10260,25114,25114,8085,17581,25923,29392,4711,687,5354,3779,28544,632,11593,18731,9044,17714,20171,13308,110,11116,29663,1421,23735,18440,4145,15789,22380,28447,19202,22239,20974,4654,15802,8213,23332,21374,26992,29287,27568,29262,13253,21355,11400,14837,9752,20481,14985,14984,11775,19236,4170,18505,4737,6089,25383,17682,82,23514,4059,17608,12279,612,13723,299,2737,3901,808,14997,19698,25126,20514,16117,4860,15905,6000,3575,18885,27280,10264,16974,14276,936,10381,23390,23390,25015,3208,8417,15005,21936,10544,21845,28185,28185,13907,7251,11409,15012,259,14436,15315,22873,4177,3925,13831,27256,8336,18540,11608,9145,15430,28340,16058,19073,29064,21707,27444,372,22453,19853,21316,4950,27277,626,9686,5123,2000,8223,19104,15557,5963,22355,8072,3064,2905,14900,20207,9703,19074,15032,1374,29121,3716,16571,18129,1071,4578,15034,24945,13483,10199,17428,12784,2017,4707,2210,27567,20573,7154,15719,16189,15042,7765,17198,25882,25446,19942,21632,20130,26127,5524,3538,19758,17037,17840,2556,17933,9764,22306,11469,28587,4947,15050,15051,19355,29223,21720,23111,5759,441,2164,25189,1922,15057,13644,20706,20706,23824,14026,21093,18742,14613,26875,9587,2030,21300,7619,18206,15993,3841,15061,6541,8892,17347,4203,5063,29424,28601,17309,20304,22146,14189,9413,18072,19043,1957,2909,9546,17136,27564,6514,1283,28249,2944,15420,23948,13594,2548,2548,15079,27132,28053,3894,23453,28067,22400,28167,4722,12995,24060,21847,15083,28312,5351,15086,5819,8833,19488,4399,6620,4429,20080,2952,13490,15090,14432,11980,24190,24107,23353,23315,4235,12596,10465,8739,671,15756,28877,8710,126,25255,5898,21285,20037,28090,7568,6217,18331,7963,9715,8570,8570,26733,16973,5149,7695,16602,12599,19192,25994,4536,25985,11683,14586,24421,24421,24809,27661,17020,7926,7926,20093,22020,27951,21671,10399,10560,11465,15127,14440,25854,1137,24462,26715,18670,626,29200,29036,13847,3677,3896,26189,3570,15491,29420,28869,1650,21283,21283,21077,22607,11587,27799,926,25245,13757,3595,23549,5012,22971,22971,17911,18564,15131,15131,23222,28629,5115,12549,16695,19190,22003,27458,23861,27268,5162,16833,21926,22379,14822,5532,16394,3017,11289,15747,8200,19826,528,12971,19533,29076,29572,18935,15145,8017,22651,14184,4423,2357,16303,16303,14648,26846,19022,15150,9384,28691,29355,27890,7633,21898,20977,11732,24503,24503,24643,2612,8904,15155,7495,27028,16038,11311,1836,1146,13407,13407,28951,25165,13076,10797,15044,28613,19948,20262,24913,15169,6632,27447,25835,8572,5326,13611,15173,27479,6742,5874,9250,15174,9209,17594,17354,13401,15180,12062,28524,5563,21132,18065,15183,3179,17656,337,3179,4932,12071,14174,2598,19547,22495,28485,2043,20490,7549,8288,53867,505,20043,15192,9766,27960,15198,3163,3753,18316,21831,1959,2532,18213,8007,9714,13465,3799,15209,11713,15726,8598,686,26822,25651,9744,27334,5787,12019,10103,25374,12739,8575,7787,26144,948,3127,24477,22627,27875,15232,18183,15231,1652,24712,18996,6509,15237,22603,15241,27777,14263,23921,21035,3567,4999,8668,20429,15245,18375,7580,29504,6736,4333,23265,22564,6299,18443,18443,11236,11236,22266,22313,19971,28116,12056,27737,16604,27830,22193,2070,6065,13858,28798,6014,304,23974,5587,1156,2931,10792,15256,15257,6500,19092,6096,29084,24783,21170,17847,21069,17760,23012,14335,12841,12852,9489,3722,22604,15891,6925,27466,27466,15264,22884,15543,18968,5275,4351,22580,8125,25967,22243,13269,9206,17960,25168,23528,17088,9435,15272,16758,7608,18432,12226,28768,27293,15275,6727,5196,23830,26774,18713,13509,2130,15561,15561,4816,29228,26452,28996,3469,4699,12863,28607,4155,7118,26769,916,22511,21086,8773,22723,15103,15289,6692,24954,5220,14876,15295,27487,18160,3967,26560,10640,13637,10092,1356,14913,2704,12520,29375,18344,9891,5757,2896,26361,24044,22292,2662,20879,10081,2543,7204,17109,12127,6444,13963,3435,10923,9980,12244,24710,22009,26239,26740,28177,23018,11745,11397,1621,4140,22773,3377,26040,532,28439,29244,4346,9452,18415,5014,24215,2889,29357,29356,16696,1366,8259,27857,5118,15318,29441,21426,51,15795,24878,16788,16788,17824,2408,1603,22696,22594,23205,17754,5821,5493,645,15326,25077,23801,25077,6362,4001,8671,3004,1124,16300,17979,25353,15333,18175,26731,24341,18160,551,249,16324,26155,10527,4895,6545,24645,25371,4895,15340,15951,15951,15951,25258,9574,29168,2746,9924,26373,6131,19580,19852,8350,24798,22506,17660,16007,12632,1740,784,675,21596,16950,14929,15359,24377,5231,5231,18739,19049,10479,4861,7153,10808,10808,23417,13152,15366,10303,24698,15014,27707,21636,5836,28344,16427,9735,2794,29269,19006,19318,7457,13954,15378,28175,24052,4732,13049,17358,27467,10560,7480,17358,22226,14989,29181,22159,22159,4123,14920,15381,14507,2092,29057,8350,17107,17281,26100,13226,29331,18353,15741,11362,5710,5752,12986,18652,15044,13082,1758,29415,28375,11076,2662,23765,5374,17898,18610,28905,21531,4562,22244,11111,11111,26651,13475,21760,15396,28964,16281,15399,21575,15347,1528,16401,27142,1567,18857,6739,22450,2605,2820,23098,21358,20390,7830,17446,17017,22690,26741,10876,7249,1024,5020,23321,27778,2365,20381,11239,22165,2674,15729,15729,25759,3796,15415,10586,10260,29517,957,17767,1724,16008,17888,20061,27100,14543,28747,15425,15692,13201,16986,26719,13710,15431,15430,26501,15433,15046,14163,5584,29483,21205,4975,2301,24402,27146,9009,3594,5700,6563,19142,15439,25199,20320,12299,25694,23804,15518,12223,28088,13727,28511,5491,20341,21272,23235,18656,16510,19641,7928,20951,14733,13257,16139,23321,14378,2687,978,15457,2250,4328,15459,2557,19592,4140,7532,11614,12571,9533,15463,9372,19482,15466,15468,4077,8715,22879,5355,7662,20814,4958,22554,19370,14421,28101,14147,29351,24293,3623,15235,29410,22931,8615,15477,16745,11039,25933,15483,27017,2599,13025,12066,13050,27895,9327,13735,28224,7881,2758,27110,5682,5682,22805,15730,6085,22214,20487,13890,15500,14844,16541,16541,13510,8722,18459,7685,15618,17839,22617,15516,3182,11306,21116,15520,15523,25263,21600,20725,15527,16453,16453,21626,28951,10866,1097,6519,20436,7867,3583,3359,10342,2017,2017,15533,11582,9727,13186,15536,26065,9059,15534,17346,20762,8874,14890,13559,517,12842,28765,27052,25823,25823,22878,13886,11544,18185,9619,15548,134,21434,8052,25143,11349,3390,10125,17175,2404,21597,19881,17693,18274,16286,17437,15554,29566,4697,12476,8876,28925,5963,15558,915,22709,28391,4997,13500,1949,21267,1724,10279,24363,7370,7627,21846,15569,15569,5365,16653,14687,20462,19694,6594,22089,5313,3485,28816,19027,1762,13153,5036,3533,28592,9956,12743,13928,22663,8856,26190,10702,2049,9159,19741,5044,27792,12233,15195,6620,15680,7553,14990,13534,23929,1578,19952,10005,15600,934,15603,13862,28631,15605,8553,13128,24539,22053,15613,29724,25491,19748,9420,15311,9478,7614,23622,15623,29541,1158,6737,6737,20845,29560,3800,23634,15625,8794,18516,18516,20848,12247,3176,9008,15629,5588,3434,4657,18007,27224,28890,13508,19309,13332,451,9537,11806,15639,25604,1126,4375,27919,27919,12801,9812,9636,8359,3975,15646,15647,16841,24559,19495,2851,13399,15651,15651,29680,7583,6902,17468,15062,5180,15655,3248,3248,24655,4241,5086,29643,29703,10399,21682,5389,25272,24102,19123,14210,14210,11029,14514,15667,1899,14767,27542,21770,7027,3720,22706,18757,6846,21306,23582,8769,15587,7654,10556,17692,18526,19394,28748,5619,25285,9460,13170,25409,17821,15688,20994,587,12380,7093,23981,18569,2291,15696,6700,6075,11407,15699,9569,1793,23111,19679,17218,23943,7837,15708,15708,9978,18524,29534,24263,10822,11075,14942,25965,14459,5793,15713,24963,19329,22410,15720,23109,2375,26857,10347,4587,24986,16252,21291,17602,17233,28373,2815,7295,262,22037,3359,21970,16062,9123,6841,26085,18310,19166,8522,151,554,10825,14594,9624,9624,9624,6852,15015,18637,11737,15764,18763,18577,24172,850,8719,18712,15750,15751,4291,3379,20784,7861,15752,29218,23059,3930,10456,12137,24788,22711,25314,19720,15759,1163,15759,10116,15761,13720,12885,15762,26842,18647,15764,10379,3874,12330,20093,17136,17433,231,13071,17728,6061,6061,28434,28312,15768,17181,16685,7257,22601,2916,2967,6565,15772,26434,12763,10035,24585,183,5562,768,4507,15197,22274,24096,1761,24540,16594,20183,1355,15783,351,8262,15784,4238,19815,27567,19278,25291,15787,2606,7491,15789,7528,15792,5728,3454,2947,14415,18165,4054,7865,21980,13314,1252,3339,25523,1496,22285,7787,448,17094,22522,2049,22523,22988,6828,9830,13108,25224,16893,3609,3944,12269,15813,8509,14891,1192,16594,9888,10114,28331,9255,1373,20417,7215,167,17591,20968,12871,10801,26289,24404,25025,23891,3455,20854,8816,26410,3004,15674,18844,13440,28492,13789,20502,25189,1443,6832,24288,17000,26898,3002,5693,21076,24177,14611,17570,15832,4149,15209,6197,9853,15835,4307,24294,15496,25774,8147,15838,24414,25126,15839,15840,4461,1210,4844,23058,16047,5087,28255,11275,29684,14341,15847,22506,57,16602,27523,8746,9505,27905,2396,12313,25288,15855,12856,21001,29622,14519,21738,15865,7703,7703,5042,15845,9618,14322,9427,15868,13660,7705,7705,2759,1234,15880,12380,207,1324,663,26621,23171,6449,25873,22975,2724,19429,4535,15882,11929,24049,23493,20043,23806,24889,11221,9680,17234,12838,15889,15889,23830,4883,15892,4936,3442,13835,16481,7556,15900,15077,15902,18904,4778,15903,19241,15904,15904,2565,28609,26654,23283,18503,12459,12459,15912,23945,2065,1211,8665,9984,5559,3017,5739,23055,2739,12472,26165,26943,15919,15074,15436,1748,21308,22056,89,8848,22779,4318,7207,17332,6314,14184,4636,15992,13670,14071,6951,7785,19184,16848,16848,1968,28998,27606,15277,29398,15080,22629,23444,29098,4131,24552,9135,15940,886,6355,23210,12883,4780,25781,23482,6308,21141,10579,7010,19619,1094,14678,18876,21528,15953,15955,10404,21314,266,12352,16554,16722,14680,28260,7291,11668,16621,10277,10277,13523,16851,23726,10787,23374,3172,3172,4539,24683,25352,27575,12284,1268,15966,15969,8319,7891,5071,19414,28342,308,9301,22494,18860,15976,15974,12634,11071,21276,9555,26838,25262,7318,9465,17531,14798,24408,19346,418,13061,5901,28402,342,15985,15988,12360,14093,23512,7900,913,23642,9224,19725,6137,15997,15996,20013,18317,53949,15998,15527,7113,4705,15999,1015,3681,561,22279,434,20317,14803,10666,11260,23887,1653,24697,11936,24869,22661,838,29680,26587,21486,18912,25650,1029,18092,18092,8068,28616,28616,6523,5257,7177,12419,18115,25860,22383,23578,16018,2910,17675,2354,18643,11805,1646,2016,26263,1080,21995,8342,28105,644,24577,4441,16025,13549,10823,22881,9223,4458,10779,5328,2188,766,16034,16036,12417,8127,1599,19828,16866,20098,20920,13323,22402,16037,18464,16039,25970,3103,4312,12113,13320,13391,10760,2044,2522,20702,16454,11393,24028,3752,19440,5249,2372,9913,3902,2991,28703,29436,29436,15608,24540,598,11622,29314,9447,6475,12150,28338,28338,25972,16057,16057,29543,19575,7948,7948,6439,16061,4550,9058,4474,22693,22693,24380,26467,23236,16066,6965,24601,23910,23911,11858,25219,5513,24021,29544,12109,4979,21852,15016,29674,22308,6684,2817,4040,24803,10193,20795,3354,845,16355,18806,16074,23949,9853,9853,13733,26743,16960,8239,16727,12389,12389,2251,29489,29560,19347,17070,11141,7816,3719,16615,22785,6673,27749,648,16082,21939,29299,7805,27598,1609,4011,13111,15250,25866,9952,4619,18568,18568,23593,16086,24792,16887,3673,8397,9382,16090,14389,11248,20905,26420,320,19544,15013,19242,3440,28838,23917,7988,3523,13992,3480,23458,13155,16961,10380,5408,16110,9092,16111,26846,1495,21031,29388,13215,28379,402,25031,27947,117,21291,6795,1516,23310,11662,364,208,17359,419,20812,3997,4501,1866,2883,16985,11704,16128,9374,25740,24174,25740,3305,22799,23376,13852,11945,26852,18919,18074,93,15989,16133,6159,2939,1633,23480,27805,22046,4853,19616,23569,16146,28461,13406,21707,9805,19887,6244,19591,15560,8965,12800,17452,8637,13527,9771,13893,29022,25125,18460,26421,1796,4723,10645,27636,1173,29325,4118,14004,24324,14971,16158,16160,21284,24088,2952,3087,3087,6678,9562,21816,13403,13403,22455,665,4525,25250,16167,12583,17973,7588,16169,17973,20180,18137,7238,25183,3783,27397,18322,4868,2275,7242,18019,18644,3993,5264,16568,10559,7142,2527,26890,18450,16187,16187,24642,29428,17949,16187,16187,10393,28163,16699,6706,24699,14603,24008,23764,11320,10693,22586,349,28928,16192,28270,16195,18828,7689,21242,4472,308,26103,6215,10595,19196,14880,4469,27280,29636,2922,27691,18932,18345,53918,19629,16681,16209,17518,18581,4183,8518,29417,5653,7135,3922,23855,20129,18004,14663,16216,22483,22483,29409,5781,16214,27447,24179,26866,18202,4205,16222,18296,25164,25813,10336,18146,26840,14531,22829,9041,28378,10364,16366,21479,21840,17065,17065,5495,6232,17757,28603,9890,21233,220,15616,2803,10081,25432,29157,28427,12552,1529,22389,16242,16419,16243,1404,6417,16246,23219,16247,14391,20212,16250,17937,27284,27284,4081,16252,16253,10301,438,21380,21938,1828,18576,7817,7382,7147,7623,3398,18110,3038,24955,28057,8014,12074,26305,26305,10281,3329,20472,13550,11087,11996,22415,3049,20780,19015,7160,19108,22622,23496,13159,1892,25447,18397,16279,25078,7858,6936,6387,16280,2253,6534,17992,14211,14211,9949,25977,22265,9935,9541,1293,5393,13068,5018,13462,7655,12078,26600,11355,12329,22059,4635,4184,24281,24281,20014,2584,24334,16294,16293,21562,27502,9929,15267,16297,3365,8125,27304,5324,16300,16300,25934,843,3352,20658,2860,16962,13503,5938,16308,29060,26142,14721,23085,22631,25793,21773,21408,8691,16313,20531,9962,25567,4756,19816,555,8232,20265,19734,13351,25758,18960,20693,7839,19291,26878,21063,20033,13008,15214,27877,2336,20422,2861,24600,1885,17545,28695,8782,16327,16328,10117,2711,15784,24508,24065,14802,12644,14171,19949,23619,23705,21807,7499,4812,5429,17455,4450,28590,25635,15586,21452,8268,26705,1957,9615,651,24513,16346,16346,27204,14148,21731,15074,29594,20746,16352,11448,26018,15780,15780,23421,14740,9952,19139,15108,26954,17319,25958,25416,6793,6793,1457,24100,16363,1787,10086,13388,4496,369,18982,8880,22152,25635,28218,29457,433,7118,16370,27497,24764,3587,15365,15116,15454,14082,6436,13404,14479,14479,22157,21959,18458,28988,28989,1126,7308,13014,25155,26639,3820,22071,16496,17826,24729,21289,14499,504,16383,6420,18954,18954,3007,8418,2749,21133,5928,12630,10225,17259,3218,9396,16390,16391,20098,16852,10158,17655,7239,23223,8546,22927,20238,3158,12797,22752,2499,3131,4018,13700,26438,5134,841,18108,23904,24130,17323,19435,4665,4665,5288,16406,8446,9690,10224,1306,28168,20123,18578,8448,18037,11508,13291,8159,403,5138,15818,27938,21282,29192,2885,13057,1845,18865,26433,26433,4997,16418,3059,12872,1395,16421,9964,7528,10669,15304,10804,10804,4855,1315,3038,3106,14921,17771,6450,14966,24852,10888,28109,9214,3743,3791,25277,352,16107,5942,28724,8374,7779,669,8837,2818,11934,16445,19731,19191,8439,8439,25400,3686,16449,21835,21835,8682,16452,16452,7520,18598,28295,6749,2724,25240,6834,22443,20338,19665,4345,24621,19524,19665,28455,16461,28529,11990,25176,6419,24114,4281,25251,11801,21048,18020,21790,6083,16470,29217,16173,27904,28668,3647,7357,2525,20679,9275,22242,16483,12807,552,3222,10976,19693,21818,16485,2143,2143,625,14421,13308,27111,5535,1859,25567,16493,24882,2543,25521,25521,16496,7601,588,5139,53994,28006,12342,18918,27852,20744,13235,16500,13369,10534,16502,16503,1709,5962,9245,24870,26885,25627,28995,7675,20066,16509,7330,23338,22014,25020,26071,15390,24792,16517,16214,18550,3664,11243,13620,23890,4076,24850,17331,7115,4205,27917,29254,17622,8317,29578,29585,3794,23917,25318,2801,9307,15682,4013,16529,19819,16532,26750,22135,4719,3538,1042,20306,1632,6795,11748,15502,25140,14402,1057,13477,19863,3302,20512,20461,16545,149,16372,4109,20590,11113,8180,27316,13137,14303,25484,16559,16558,2399,3005,27851,16562,16563,16563,22068,23012,21862,16561,26357,25904,7973,14062,4810,3522,4096,6513,8106,7518,29369,3823,17465,6478,16707,2630,22643,15440,9003,29604,20823,1067,29105,14330,8115,3555,25355,12114,29587,16579,13482,19701,16580,17093,24809,28685,26601,26012,22780,19980,27008,16590,16593,21031,8425,7297,2558,7259,28344,10118,24344,19128,8772,16599,24521,5603,9498,9646,8776,3240,5874,16603,12599,17277,21381,20687,28483,1956,28315,15231,16608,17275,11299,5284,21146,2029,23167,9659,2933,2933,24348,8138,10528,8409,10229,26164,16629,29529,21491,4231,1860,53891,9335,449,5661,6972,16632,12564,1024,22692,11041,12516,27923,22738,28464,23740,10127,29659,26392,27738,22979,7120,12536,18998,16615,15122,16649,7190,3655,26486,16497,16651,17040,16211,19713,803,10885,16654,11456,4988,10277,25698,14540,25529,15811,6311,28445,26313,28139,20753,45,29635,27759,26652,3186,2888,23930,7662,16668,14049,17229,7955,14686,4781,17982,21450,25109,1096,16679,6798,5546,1007,1007,18864,13791,14859,19733,29381,711,25080,25080,10736,25080,4328,27881,20900,3131,27758,13017,16691,12849,7265,10110,27689,16693,8901,11598,11598,18881,6403,24387,25148,14924,6750,16698,899,10877,23340,6009,8886,7697,8237,13215,23545,28425,13922,3130,22712,16712,3399,2074,15727,777,29055,3853,12373,28462,2836,5914,16631,16718,20508,15379,25709,12308,5492,19085,11077,27957,10754,6372,20715,17425,2167,2167,7962,5008,4158,9503,5842,16102,20236,17354,2766,7656,20896,26288,9302,23962,16724,5536,9929,25221,22710,22710,23626,15755,3320,5771,8133,12153,14026,480,1102,6816,16738,16739,17476,24386,26033,1497,14154,21844,24703,11374,22334,2586,16743,13537,13885,22464,24788,16749,14708,21533,29392,1121,2267,2267,10234,16755,6500,19660,18016,20735,20456,19597,3184,22794,3231,19310,27327,17279,6509,10087,23448,53958,6504,23417,16766,11156,1430,1055,28041,27740,16065,12281,8917,23722,18839,18839,2809,9410,17263,6098,615,245,245,21530,5358,22558,16782,27145,5935,12868,12858,16788,16791,25992,9747,4934,17215,6154,8521,18717,16795,14772,13483,22566,6053,9988,11337,28935,28781,26088,16801,25200,2111,22468,2594,24673,1395,25944,7696,11701,27693,107,107,18140,8649,2943,9503,3463,22393,2361,13007,14458,3865,7077,24067,22803,27039,5029,3826,28088,3064,26394,21407,10157,1952,18030,27182,8659,6397,7458,27693,27694,3398,16832,19839,29093,12961,9353,2196,19906,20000,25212,3664,13249,14001,26409,23355,18185,15033,12874,24435,5591,2404,17208,16842,22119,27191,28567,16844,9641,26647,16849,25382,6777,4951,25257,17659,2213,16853,16855,16856,16858,28712,12264,24768,28588,25591,13568,28115,20412,27044,21462,22831,16863,20430,11804,24743,13873,7247,7247,22885,6479,25539,29322,13997,13392,23182,24222,20589,27059,26801,23696,70,17757,6364,8564,17559,1913,24308,8577,236,16841,20264,3923,12946,712,22298,19208,16883,16884,5595,16885,21999,22682,125,971,972,47,5143,8760,19037,292,13378,28679,25052,20230,7705,4012,28361,18064,29266,29266,3023,6045,21147,13639,3489,17240,27990,26006,12936,21968,1046,26968,20054,16893,25448,25448,11433,16906,16908,26068,26193,9389,16910,1515,16912,16912,1349,3311,14623,953,27580,28117,18729,8232,812,16733,4320,7173,1847,4265,2424,58,7319,5737,2213,5611,16928,24385,28785,24385,25345,10330,28635,16930,25416,4782,10778,7926,357,7346,8677,6696,20771,20199,1802,4045,12578,27892,12832,24004,16509,19315,15321,28587,18220,16944,53909,17764,17764,1825,1825,14451,22972,14969,4135,21638,5453,22876,16958,20768,2716,289,29676,5597,16959,22095,21082,8046,26968,29462,19836,22154,24990,8313,20582,1134,11415,11415,797,20198,10351,17165,14965,21009,29109,10194,3591,10272,13889,148,26929,9294,22554,27599,13576,27905,16977,14950,21291,7821,16981,19575,6612,10526,11116,25464,28473,27859,4609,4535,27494,25469,13202,10016,5233,11401,770,3097,23191,16638,2689,5940,13779,16995,11146,5472,12215,15608,19834,4493,20009,2962,25125,11117,5398,15659,29705,19882,22895,21546,28008,10226,6090,6301,10949,18061,16939,18301,7356,19767,23927,3833,9287,4412,23060,23060,12986,9227,4516,17027,28940,17028,15022,24166,28953,25479,942,26623,25210,17034,25314,4867,27725,6813,383,3781,23118,4482,6940,6843,15158,23332,16009,20952,26748,7088,17049,17049,15110,14540,1125,1124,13462,19161,16880,27422,23885,1874,22499,29089,17046,8006,10026,5209,17056,5373,7835,15522,17058,28374,26341,13735,24306,4000,3804,15455,29088,4905,3518,20075,26762,2019,9196,93,8309,17065,17065,21467,7039,7174,6703,21667,17074,19858,2170,9183,16744,21355,25726,11646,3230,19564,27395,1312,17237,24343,7035,21263,12164,2315,12274,9518,3328,14215,11799,6313,23500,13024,9697,27150,25219,15634,24637,29559,18396,23007,29437,17464,24439,21756,17099,26730,7377,17104,19732,13848,4225,12084,12084,21066,15284,13313,5484,26297,6179,7253,14819,12567,27654,20068,6946,21031,9992,27132,26529,10800,3320,29385,19655,26187,4155,28205,7942,25802,8197,19093,20738,6367,1938,22016,17121,12815,2086,18662,302,6205,13151,9276,20196,27661,8474,23583,9443,23192,696,23322,4624,17273,5022,17454,11252,11088,4427,14408,11063,26920,2283,5266,23418,3922,20285,20874,1665,10540,7416,13999,26463,9843,14508,11429,20455,23280,23280,27782,25392,10012,18590,28897,21226,1687,14158,17146,20154,19154,14084,8538,16917,1775,10049,25053,5684,24004,3547,17155,17255,24598,15644,9062,21441,24542,12630,4636,13010,518,11985,3538,18369,5526,11611,8540,24219,17159,8351,12887,19935,12254,17160,10766,29223,29223,8856,26037,11769,7993,6953,20680,18463,24530,14192,26696,13101,26696,19182,17175,24676,25832,16907,10918,7048,16968,17178,26691,4294,21281,10660,15406,8414,540,4720,4720,8489,17188,423,28130,17192,17192,17193,10360,21747,22622,25341,18072,12740,8207,28618,2873,28512,20517,20517,21344,13140,4381,28295,17200,26551,15716,4317,9826,24763,2857,17202,22340,17204,318,22336,20278,16676,25884,14037,26775,7806,399,580,22424,10648,1736,26785,22982,6339,12004,12993,11532,9834,4689,7620,23131,9891,6742,3528,29237,19664,9833,17222,15291,14719,28500,12251,4459,25603,27634,22428,8662,17228,29001,1581,1581,9085,3328,7662,3137,2435,24210,1294,9392,11155,14353,7753,26908,6629,20091,20091,10038,29548,16171,7233,22127,28153,26557,4715,21794,13727,17235,17242,18459,19058,24212,27840,21539,14354,18019,27210,23385,23333,14002,4711,4712,28957,2218,18982,18127,17733,9726,3062,27353,27821,13766,23064,6812,17261,11849,214,17262,14882,14882,11849,6848,20668,17264,17264,21685,14471,18064,20928,10880,860,1260,14244,1863,24529,868,20791,7544,27377,17271,3088,9255,17272,10404,13745,17279,17397,20277,1968,12011,12144,12144,8888,28739,8440,19911,21768,10707,23573,17290,3895,11664,3587,20175,1291,14131,13642,892,8025,10007,21894,2285,15257,8634,5367,7798,24342,9780,5377,12954,13848,29080,5129,19053,5365,22712,17899,2060,19735,23575,2088,3117,27390,1242,10917,29693,11584,18330,17315,22646,1183,10523,13142,958,22267,22169,23524,2039,10991,10991,17328,17329,17330,5951,5951,17332,17332,3620,4042,16834,18083,29605,2571,11968,10529,18917,23580,20616,28441,14443,6624,8628,11117,1999,17345,13139,23776,17532,9231,11882,28935,10929,10131,28099,25219,17351,27716,6675,24257,16556,2492,8859,4762,14798,13072,10046,17831,18449,18449,7017,4994,13675,10392,22979,27643,17357,26179,5946,27320,9527,18379,17176,27562,2341,13785,4683,12092,27652,9413,17368,9075,24840,15215,8798,765,17788,6681,9133,5110,19980,14919,2254,16175,5476,16175,17944,27075,14053,2405,15838,26468,20619,11971,15838,2695,12439,19699,17377,18015,18882,21501,9765,15101,569,10507,10507,29222,526,22924,1982,21901,20108,24965,12629,19923,17385,4800,21858,16409,16054,1374,17389,1374,12981,26181,6971,17392,3432,24668,53934,24588,7509,3500,20931,19680,13065,10060,23714,14894,3710,24143,28123,15961,13322,23481,19545,20585,20585,572,274,1554,17402,27812,28328,28801,17404,22908,4016,1986,9248,26959,13885,17407,638,24212,12571,7638,4361,12921,14620,17410,21401,4728,8131,14195,18370,17415,17416,22587,4045,9694,4887,14222,21974,19934,29492,9071,15922,9071,14656,25439,14235,25078,10254,2116,7198,6280,22909,22364,23697,5944,12122,27247,13571,7851,7528,5085,25720,26826,28013,13910,18186,19739,24787,20410,17441,4845,3330,29599,11298,24873,6678,27479,17445,24280,18305,26163,12221,10642,893,24138,4677,10086,14468,4162,24326,17452,26162,18078,14487,10245,5385,23634,28875,18561,10793,2727,12647,14814,8438,8438,9686,11426,24460,9898,26774,17468,14924,17607,24698,1173,17470,29526,12838,54002,6598,13616,17474,11543,1781,25900,12066,27156,25901,22483,10849,6934,19204,11285,13974,21933,8254,26276,4017,23197,9322,154,18765,1221,27945,28566,9105,9791,23827,6222,28597,18532,21106,8495,17489,5779,18899,13866,12413,5050,3296,21765,21766,2158,4505,9321,53936,6012,18880,270,836,747,2977,887,6387,2923,8190,12521,21499,26632,17501,27656,5300,11195,5741,10155,6394,27200,26717,1045,7066,15822,3733,843,16943,25840,23050,7048,24868,22714,2022,21907,3253,15186,6273,24965,1282,24562,17511,7916,7944,747,25237,20744,3700,15085,7773,5903,10904,25836,15288,3015,12397,5717,24056,12908,17518,18770,17519,21175,24017,17527,18679,13869,1742,25709,24068,4250,23211,9020,9998,15732,14688,23674,125,17630,6600,17685,14581,28217,25842,6363,20839,29069,4479,13107,24046,25680,15443,27790,25237,11110,18553,26039,9387,6685,7081,11904,12307,24286,23771,12154,11639,17551,22675,260,5565,3370,17556,3836,3362,16663,15954,26859,14874,14596,17563,4393,7748,6474,6474,25691,12886,9326,872,2316,17086,4708,12340,13815,27182,19165,8324,21245,10909,1985,15804,26185,26185,21802,13178,27427,7926,17573,21998,17147,265,28177,17577,20453,17579,4695,29225,17299,1234,6405,6405,13794,17588,7213,1851,294,4470,9433,29442,17593,26096,9209,9324,17596,1730,17597,23296,9868,25157,885,4500,25121,17602,23584,25999,23377,6697,17606,3678,19118,27726,3879,7309,21543,25179,24496,7848,17617,8308,10116,20716,4698,17621,10522,21942,2185,634,17812,20815,2468,5692,10896,22696,5650,22648,23821,22562,27999,12718,6660,1401,942,20613,27348,27348,1727,12189,7731,20946,29675,13534,20757,13447,11734,29502,17638,4341,14540,25457,6540,2889,28520,18665,396,25660,9602,9602,20743,17646,25272,22186,13971,21384,6702,2853,19485,16714,25681,4326,2157,10376,3384,3384,24766,1404,6783,12769,22759,19589,16493,21243,28557,17662,5194,7465,15771,20967,19257,276,26572,21467,12198,6348,4957,18210,17674,21816,11415,20044,4906,6682,28169,18552,20700,22177,14896,4860,5038,11049,307,1593,26016,12327,9906,22612,27808,22956,478,17110,5212,15369,4892,2183,15156,24202,24202,52,52,14550,8008,17735,5818,25798,27374,17082,1762,16188,16188,841,20976,14541,13859,20276,9810,10288,18092,4799,24040,24280,27066,24817,13552,23881,25932,17708,25322,5888,15039,25718,25551,25551,19167,21030,10938,14206,17712,23895,9054,29188,136,6012,14326,4008,12032,3124,22937,25878,17718,4318,26521,9703,5478,8154,17682,27851,12761,12761,14129,26342,23610,24911,2394,28290,1414,23706,11689,11437,27802,17729,4769,13716,2175,10734,1357,9785,28474,8190,19117,10635,7898,7847,7234,9361,21162,22683,14520,29402,7453,13555,27649,7453,9367,28195,7770,781,8266,6713,6434,20552,620,16883,14930,18207,8366,446,4508,26631,10614,4384,3004,22327,17760,11070,15513,10650,2510,17764,15387,19654,15164,12595,1475,17771,26913,7684,25419,17775,5463,17917,16568,20774,4326,25454,23951,5269,8232,29269,17935,950,950,8830,18749,20258,8370,21176,27252,2898,6614,1431,19887,26613,3731,17789,14767,27273,21859,17792,2113,582,14894,1017,25967,10045,23083,1245,2264,564,5163,6229,2705,19623,2008,7874,8131,12804,5360,3305,254,28755,8946,28946,22528,5283,2107,766,14074,16808,2444,5737,6438,9836,23798,11258,11258,4630,20880,6427,29239,1698,10702,27001,4121,15676,374,16702,20114,9600,1241,17844,23107,11283,17845,16920,26249,7696,5995,17847,21926,26720,17849,5825,17853,2547,28596,22278,28596,2056,14014,2960,1683,8455,21024,21024,26992,15663,27438,6796,29274,18981,12816,25885,2677,29394,26428,1229,28483,29071,17864,23783,24668,24275,9862,3620,20543,23289,3816,27327,6689,15448,26133,23740,13971,16130,17877,21540,21540,14598,13143,5744,25205,12442,9090,11643,13628,13628,16713,642,6303,5019,16932,21738,19955,20615,18790,28551,29643,14746,2457,7073,4614,28001,17628,16315,20464,1448,25678,17889,10681,14013,28090,430,20205,22849,8341,5772,27108,12352,18676,12562,27675,16355,3574,12830,1965,23041,24814,13770,17909,17910,4949,4949,26671,13876,17912,10919,5854,19777,16064,26449,20579,9317,9317,17916,17917,4891,27984,27868,15088,9048,18211,12167,18806,13406,13406,19846,23767,9290,13555,5382,17925,14438,25339,26677,25725,14989,17679,1752,16349,24890,640,24887,5014,1165,15382,9030,22833,5692,26572,19222,17939,17939,6856,16983,29640,14524,20898,27809,23486,18321,28997,17946,24945,4657,7965,22831,8745,5665,69,28138,26333,27276,16393,17952,8336,5591,20608,2139,2139,1389,2457,12521,2079,16128,11701,1658,29300,8307,12143,17956,7118,17812,8820,17964,17964,21554,13856,28980,17968,18821,3684,25325,17972,15117,7108,11672,17974,7878,11891,21504,17976,23641,26639,20611,27793,13435,5960,13539,11531,1190,25070,5471,5457,7385,14616,16491,2914,22922,28414,23704,13787,20263,15771,16780,23654,2765,4940,26823,7068,17999,11827,16754,25193,15233,21618,6068,16667,8356,27458,10436,18013,13480,25994,698,11506,25134,18009,28249,10110,4985,18010,18014,10030,15494,26691,19932,13751,506,6386,5969,17351,8757,8757,18517,25656,22653,262,3504,7646,29415,8485,53972,18596,5066,28232,3262,6919,6448,18817,28121,23951,18030,23168,12093,23168,4646,3318,18036,16132,9855,6706,22345,9232,28020,14676,17888,17064,8616,837,2977,19822,10418,3405,3405,11653,29111,5851,27169,24525,29597,5592,6873,2997,16302,806,13925,6840,17931,11713,12298,27774,16269,18058,14046,11722,1243,25279,1243,18069,1928,21530,14309,3344,28148,22598,376,2836,18558,21299,14291,12193,14290,6442,25615,13602,13602,8427,7110,4500,18080,18080,14007,5564,12203,18085,18086,19996,11596,17378,14227,24671,1677,4037,21971,16972,18096,18097,23383,19062,14729,4955,6930,2675,3493,2288,10403,21279,4988,24661,67,2218,18217,20130,18739,753,24290,29066,14075,17926,7529,10652,18331,18121,13976,6070,7900,22471,15633,22511,5771,2934,17275,5572,8035,5253,22953,729,2360,27557,24115,100,5300,8758,29661,25776,5015,22832,3616,22456,5555,16142,4848,5161,15988,11455,25797,13936,27025,15501,23152,14187,5488,6377,5615,20109,20420,28017,22828,2117,5110,9772,15628,29466,4912,17875,18153,16343,25929,1870,22228,15424,5078,20064,28756,10505,808,8303,9320,4375,840,20022,20277,22225,8579,17393,20930,27661,6245,2244,18166,1912,16330,26263,14377,29474,217,22702,6700,1892,18175,20836,16622,13330,1201,28117,19633,20245,18181,29531,11033,3177,2091,24630,3402,25639,6426,6089,28764,459,360,25989,25004,3025,8392,5697,21634,23520,28840,22748,13323,18199,14919,27554,23872,5046,13198,17606,1729,29684,26107,18202,20637,8806,1824,7043,20377,18718,18207,9460,11246,19920,6037,6092,18210,15925,260,16228,18211,877,11485,29530,20124,13284,3040,2924,10870,15293,10807,695,6356,18217,940,12210,15087,18219,5884,13528,6801,27010,7142,8771,20883,7452,3758,18226,2787,26825,9643,24352,6113,14489,2775,28706,18229,26403,14760,18232,18117,20593,17537,18237,4047,13030,18240,28090,18239,1550,10311,13232,395,8315,8186,25397,5173,5173,19006,2368,17071,1711,18932,3051,22822,13083,514,29299,24023,10400,10868,21757,25723,14845,28544,14776,3298,18019,25603,14246,20852,15665,19129,21797,8711,17228,8767,1460,10507,3884,2742,21746,988,19952,3306,8608,9435,3433,22802,3433,18272,21820,18273,7286,22851,27035,16164,14131,18276,1901,28729,720,12222,13947,25595,24306,8696,21205,29511,12942,3322,305,26636,18282,12907,17845,8782,499,2912,11173,19784,16563,18285,25654,3645,18289,21591,18290,26653,18291,6030,18293,18293,2891,16222,9600,22318,3682,26344,334,29457,19829,862,12867,22082,10133,23845,25504,24222,12991,5547,5454,2510,11722,18314,8571,27999,23954,18316,898,5186,28020,11453,8860,25847,1750,18326,6154,14731,1776,3572,21713,10851,5922,24803,7313,27194,6171,15798,1799,18334,53925,53924,9882,4457,4457,1644,11847,11976,10538,2677,11671,20009,26556,19998,23183,24544,18342,17368,18344,25779,8794,26219,18345,18345,29096,7940,13202,16604,19075,3839,8756,11313,13499,8698,28403,4683,18351,4281,18351,1677,18353,27852,11890,10469,20222,505,4851,7997,12975,45,5745,7300,25930,9472,28713,26105,6174,3679,28478,25021,19285,21465,8593,19812,18366,23493,4807,2849,20341,27992,24711,23639,23639,7717,26458,28227,10922,17811,22902,8516,17443,9264,17866,17763,15701,18379,27788,20573,10423,20283,21455,24590,10881,8480,9569,14133,6009,21060,26747,19103,18387,10053,18388,18389,18390,5744,7019,24987,14980,17172,18394,29665,24460,6159,2566,24021,2469,7343,19574,23160,7822,26300,25798,4602,27335,18406,18765,18408,3615,21710,7647,4465,22393,1359,27693,1679,18412,7104,19452,6247,21961,16394,20171,8974,9570,4187,17936,4161,18088,25147,1785,23891,28843,12451,6486,10926,7792,17056,21470,18421,53925,2102,633,10938,11273,25160,28652,23903,12683,9589,18429,3299,27838,6271,3334,268,21340,28961,20616,20544,27902,2589,18019,17514,58,8881,10085,17393,17393,18447,28008,11580,2941,2941,21595,6745,29039,27801,19481,10008,22397,18455,14940,5577,36,5866,18457,21092,11073,24037,24742,28599,14072,18461,27422,18140,12334,18465,18465,27219,18466,3388,14049,26331,19052,26331,2804,15807,1375,19928,27536,6606,2008,11814,10462,13497,6281,483,25848,12307,21782,18474,5415,25956,25292,25472,18485,15448,5908,2940,2698,28577,11823,22136,3027,2878,23771,16124,2222,18484,7590,7336,3219,18490,18492,14179,27800,20462,24059,22134,19484,7458,8773,7740,21623,7032,24932,27058,18502,6503,27542,3500,20531,25920,9439,29088,3654,13654,15617,21306,4282,18508,27303,16054,15764,8219,24393,258,18513,18513,24077,8926,12277,12277,13025,18518,2520,1210,635,8300,23650,12775,22956,21886,22853,11095,28528,18529,21902,26435,2264,12259,26117,8007,6596,1890,26885,26885,2106,26074,22781,3176,14579,17607,14111,17417,27394,20197,22606,27049,10097,6287,25738,24881,11051,10556,20177,18683,25987,9554,11444,16857,21297,24198,7180,18555,8001,25912,23479,18559,18559,6237,13079,5380,12843,22441,2423,26186,29573,5660,24777,8927,25075,878,2220,25024,17071,16151,18576,1158,19561,10835,26293,29334,11367,23783,19540,9205,25419,25561,20612,12889,10258,15014,9461,10599,22548,1076,3121,10429,9048,24762,737,4247,1788,6451,16076,24570,15375,5925,29643,21689,19869,11818,14103,16280,12421,19116,26758,4424,22836,21442,12347,12139,24580,22389,14999,15934,8441,13377,21331,13109,5616,18599,18600,17459,24832,18607,18606,5863,7071,24736,1743,22670,10558,10657,11696,27917,20071,11838,21285,21219,10030,26429,29710,18616,15669,29711,23287,23287,18618,7451,13287,7948,7451,23089,24701,23868,9452,376,8928,8928,4724,12892,9333,5555,13037,9912,26472,29582,17098,4323,1322,26635,8969,18625,844,12305,29116,1532,5197,18630,18629,1837,934,26702,4965,813,813,1273,16214,18550,18636,3109,18551,18642,15260,10984,19409,6673,19409,15579,26019,16571,28253,18644,5469,1948,25115,23824,18648,26373,10365,25903,3487,21474,25001,18440,10525,13661,21524,6371,14346,1606,18658,11593,18710,7239,25457,21364,29730,9758,22124,12200,27151,8530,10817,14782,9528,18435,23622,13713,27684,7753,13666,13666,29372,5572,20660,12896,27922,9944,8967,4005,2790,9601,2635,11386,5467,11900,22804,11067,18680,5429,5267,515,13208,4489,7820,18684,22174,7165,25821,25601,26947,8770,18702,19623,18704,18705,29077,27047,9206,15064,16320,15985,18113,18715,25972,13095,25863,19620,16138,2137,437,18721,6111,17820,11058,3777,20459,2733,11043,3531,14301,9150,1543,9967,7841,10552,796,14933,28188,21633,7251,25855,20998,19327,20969,20133,7311,26452,6642,2838,28367,4062,820,28953,13002,27133,21256,7772,9195,24576,19816,6907,10845,4012,6896,12221,18454,14572,4888,24228,9467,25153,19634,13237,19353,20120,18905,4206,19201,2096,18763,20610,13363,6298,15458,27009,28813,20452,3018,4805,4805,18774,235,12470,6163,19914,25234,28293,7348,4947,25377,23206,18778,9770,17687,17687,5910,18779,5981,14886,28985,18784,18785,10171,25952,18787,778,28122,5617,13044,10453,18793,6044,15601,2868,14747,18799,6498,18618,4749,27860,19742,18803,10430,1602,1602,13104,2342,18356,22833,4191,18811,26110,25894,17296,10753,25254,5888,18824,25451,2205,5346,18827,1733,11003,26410,18836,17620,22013,18837,23012,8760,27103,18840,12276,2458,1036,30,18842,1948,10372,24328,14749,12943,14709,29376,15133,23601,23449,23427,16537,10184,8037,1494,1383,4642,23560,15239,20965,832,14988,8445,18861,15824,13145,4823,27387,23686,18864,28399,13750,28710,22158,2068,18870,25360,24552,2506,13032,11303,17215,28648,19456,18184,5268,18339,22792,27459,24191,831,25725,20981,4427,27351,11955,16410,5604,16887,24543,8694,7305,13033,13033,4846,22268,24168,20055,18004,2052,8642,18893,18891,25783,20453,9691,3567,22209,5999,24145,26321,15602,11031,18898,17317,22003,3870,3952,16648,13144,2180,15605,28822,17158,4674,26154,12477,5890,25636,18932,18908,7713,3222,538,27420,7438,18914,668,20092,4208,12044,20889,7168,6620,7499,7327,15465,7840,21792,6445,22559,26438,28204,6902,21203,3151,19982,18926,29160,18929,19307,13872,22657,27736,3828,20508,9761,25995,1352,25243,858,12317,11229,2863,9470,23912,19083,17611,5488,26415,11767,3076,21932,14136,15071,13509,25515,1143,29496,17382,9703,4702,28331,13035,24139,22338,22859,20208,10422,10159,27330,26191,1388,25406,26377,15740,3370,26954,19069,1314,18979,21690,4647,4181,2298,10805,18984,18984,18038,28970,25196,21679,19905,16886,15316,1953,10840,29380,11466,28333,28334,6495,20058,6288,9669,1970,3035,25229,11554,1054,24863,12571,16889,26918,6235,21383,22420,23793,29070,22084,2302,26907,19004,1839,5765,6824,11741,19880,15668,6388,3863,19010,17203,19011,23564,7222,19011,7894,10075,10778,23301,13638,8817,3282,18498,29330,8069,17795,29522,19026,22958,19295,3756,2556,28980,11601,23074,8354,13193,25017,19031,19285,11722,11722,19032,1415,17941,28556,20927,24156,9359,24494,12214,20830,26867,13805,19039,23796,13502,17187,2574,2432,29302,15470,4177,13038,18925,3470,10715,20407,19042,19584,29584,27372,21055,25695,19714,15983,19047,11047,24885,19049,8759,14982,10844,17662,19202,21770,14977,19053,5984,28785,23103,17404,21365,2545,1147,1147,2187,2865,26706,26732,18519,17387,14474,25411,15218,19952,2404,23171,9149,26003,22508,19065,21098,16706,19070,22151,9704,10493,19077,19077,10390,10504,12328,18838,20489,13228,3673,8536,12108,27054,12774,14192,10222,6505,17293,15304,26977,8696,13966,10449,2120,10643,8038,12151,12451,587,25297,19094,7577,12776,10474,3599,19098,10088,8013,96,22753,9521,27136,19361,28463,21647,16979,21631,6153,17939,9182,1933,6011,22470,15816,25943,19746,20717,18530,10704,1600,7203,25750,25750,14142,18707,15811,15970,5030,22207,27761,4697,12175,12114,25897,28733,14692,11595,13271,28170,20845,6892,8388,27000,11704,27000,21889,13087,27640,19125,20751,1746,5385,12678,22394,23604,4740,24394,8307,15710,6789,761,6082,19131,19130,16491,3818,4639,23649,18585,26322,2397,16974,19144,1589,29199,19145,8483,26363,29307,17837,17084,28829,4689,2919,24340,24930,1876,29002,16244,1481,287,19523,2086,26153,10466,27495,19159,27264,19403,15966,17138,19625,11572,21468,12239,29026,18208,16805,16805,19164,29543,17549,8419,7541,9537,24788,6762,8065,23809,11847,27342,13507,26759,15310,15310,15446,19168,10867,19170,19171,13040,9254,16943,561,19552,3608,26862,21323,12744,27548,19178,21457,21457,26525,3759,15666,12488,17521,24551,22380,5509,20094,21488,173,1255,18391,18391,16721,20093,7902,26795,3160,18064,24709,19193,10734,4651,5494,18546,22469,25947,7433,29436,8491,5225,1536,5670,19200,3480,13342,6132,22878,8158,21904,27397,11761,2583,21394,24229,1747,9214,7929,28337,28504,7761,29467,11617,11617,16781,1978,24891,16882,2987,15795,23761,19212,5552,7352,2841,5762,14605,1527,24489,5352,19215,6415,21403,4034,21163,19223,16257,25802,2440,29687,24250,24051,8945,8945,410,28140,10372,27251,22229,24691,4571,19239,5503,20149,20222,24728,5525,17723,26857,13236,7558,527,6201,19246,28859,25712,22408,15235,29619,214,4426,23118,10889,7407,5927,15713,22790,22789,29692,27676,19261,13607,9371,16285,10121,28835,23136,22352,5162,5162,27632,7544,28480,5756,26919,20547,22518,364,25235,19270,7500,19273,19273,19274,6836,16415,19240,2095,6717,3892,4257,12294,23559,14130,3158,19287,11625,21324,21438,5510,15308,9528,25232,2837,24181,23696,26149,18147,24755,19299,7985,19299,9766,4476,17045,5321,24478,19306,4983,19308,22856,17066,9820,19311,6095,24252,22061,19370,26077,29687,14544,6337,11801,17157,26823,14032,2140,12277,12277,27341,21399,6734,21291,29148,21838,14861,4873,29423,7729,23128,10820,16653,7554,12530,10492,7308,6874,9217,9217,4751,10896,19342,19342,25029,9721,12925,13484,10185,2860,27900,25468,19348,1145,18823,11036,11500,8098,8098,3514,19355,5847,20527,10337,28209,26485,7069,18896,19135,19564,4994,4994,1817,9404,7262,23471,8800,28416,442,16687,212,21717,7746,19649,16720,21080,28890,17596,28933,18328,6461,1104,14367,27171,20729,6279,8215,23226,7686,5146,16346,19384,6826,6456,4219,29690,19385,27236,12995,53891,15322,25171,9442,11125,19390,5823,10810,12280,5779,26636,22701,5461,29448,19400,5222,6050,8178,22126,13697,6739,24361,3097,22376,6011,18833,25492,23003,2919,3658,8016,19410,13082,19035,10238,28225,6977,9137,11613,23855,19418,12462,17364,3471,10949,17201,5139,5139,19425,11346,27068,23233,15334,20140,16009,13013,11029,1179,10105,25481,17355,17355,2064,18104,26036,19442,10498,12526,12526,24036,28877,23000,11321,1371,12525,13938,23380,11776,5912,18991,17945,13605,18187,28884,20970,21358,1421,19512,19448,28714,26662,2814,26701,14703,6440,1691,1692,28680,20744,20401,19456,2231,23476,19827,10317,13939,17855,13667,2857,19464,19464,28052,9895,2504,2440,28861,19470,19641,26803,15390,13331,2261,13121,5014,19119,24569,18771,2595,17541,29677,27220,11696,5605,18830,20930,24253,3921,9133,24673,17242,13948,14999,24384,1615,25629,20138,28761,20708,23878,20059,19486,19587,26804,9330,24109,26020,9879,12959,10301,12319,24849,6950,3566,19498,26491,15111,2671,22687,27868,21895,9224,22564,10348,22904,3810,19506,10895,24056,11091,1789,19110,12175,19616,19515,5625,26766,10505,20031,1315,25685,533,22355,7221,20615,10326,2119,28187,18723,19526,15934,26566,20032,27781,19534,4268,26528,5092,585,26989,25748,25748,19539,1541,29334,23393,14102,9902,648,13494,17952,17744,902,15267,22833,19546,26051,14222,24079,340,1972,98,19550,16797,11521,19553,11975,8061,26366,15143,10853,28992,13150,545,23397,12474,22666,18722,2216,7022,17530,14693,14693,8000,22979,14719,12010,23089,5802,6947,1112,21494,27013,14267,25653,29583,7279,14283,10126,14717,5206,6525,6525,16885,29000,19571,29232,2896,19575,22116,27340,24720,16461,16315,14053,29205,22265,19579,10050,24469,308,7888,10838,9240,16355,25259,5763,19930,469,753,14444,9539,1772,28068,17831,6572,27855,13046,8363,13163,28812,2287,2851,21373,19890,8965,20241,2913,17625,19599,19600,10090,27768,20255,10363,17442,18040,3344,29231,22263,11774,19606,1238,7672,22787,22787,24160,24849,11780,1246,29414,14469,16686,8840,21089,12230,4437,20086,24273,9380,15747,4130,10416,26717,9709,15642,26967,1191,8802,29169,24314,1489,22712,13158,19627,15836,25857,15075,2366,9433,10759,15091,19630,13516,4450,14829,7463,2613,2495,12319,1442,25960,19637,19637,11976,5417,623,11000,17392,19171,19793,7573,455,6235,17306,12098,26903,19648,19650,12504,17044,851,12504,23838,12714,5862,21932,25459,19042,20287,19552,6490,4172,7213,22010,8940,519,16413,13148,7164,12101,3386,16408,19668,9699,1239,7538,14689,19674,26063,2303,19676,19678,2055,8833,23486,8478,26754,2972,25273,17316,26934,633,4455,29654,19684,11859,12802,16290,20128,28042,25809,12892,6269,6269,6384,22565,26596,28624,11643,12031,5900,10490,19702,16917,13579,20923,16450,4057,2042,10854,21786,6512,18816,88,15071,20551,19189,1040,8993,19723,19722,28488,28868,4569,14821,219,28045,28136,15508,11359,6067,2163,11030,12335,13727,22141,27139,3180,18695,17011,19747,19748,27843,27884,19977,3329,6775,14184,6042,21217,4793,8761,3293,16739,21143,13371,19134,19754,2785,3516,7198,284,20038,1978,19761,1025,19761,12564,16203,4591,3894,9793,27978,16963,1738,23681,12497,21262,3846,21810,3527,12621,25838,22375,1332,14601,14139,19790,7111,19791,11821,16308,4979,9184,23250,21234,1379,23571,29383,217,18631,21790,2574,19802,5371,6897,16757,6021,18832,22838,19808,6044,19809,3427,19157,10366,5768,15451,19812,3314,19813,846,19995,13749,15635,17236,26853,12282,11795,3152,19825,24243,23673,9334,20970,1468,1468,23915,19829,29518,10762,19830,7624,9589,3001,9766,11547,11045,7469,3976,20276,24876,23849,9930,19837,26908,6751,28366,21340,14299,18246,19841,13032,7526,6306,209,28686,10329,229,13461,9318,16817,25417,891,25501,16591,4174,22702,13983,20343,14780,22446,1889,1242,19855,24956,26439,13373,10861,21170,1228,22832,17105,9596,11825,19864,19862,9614,12241,10930,20683,1311,19867,26128,867,3632,26665,23141,15818,3641,4016,8568,29056,19870,24042,16793,9529,19726,7054,28528,12140,29003,19877,26540,3661,3661,21630,16402,27804,16835,19882,23913,26419,29446,19889,2018,654,8881,11897,24604,28587,15048,20040,9015,25534,25547,14399,28220,26650,17483,6175,11368,19897,19897,19898,19736,19901,19901,8429,15893,5132,2082,2082,2082,22378,15525,443,2260,3716,653,25303,23155,5502,24257,17210,3515,7609,22434,15126,15126,15126,20978,23175,14076,5164,26821,1318,22554,28769,19933,15660,19934,24817,3614,19936,19940,24000,15454,25479,19307,19307,21773,3226,19943,19944,15636,8663,22426,7318,25091,4840,19947,5455,17528,17860,5911,9362,16081,240,12398,17931,25381,16220,13352,21161,2631,9080,23220,2592,19953,19954,4103,25629,17147,17830,19956,23629,8828,13604,3187,14377,7115,7302,11043,12970,3348,26389,9234,1335,15368,19966,15027,20299,9400,12824,3287,11800,11625,29333,19971,18906,19972,6747,6747,13042,14278,6975,27698,22212,23592,24745,10517,1441,22595,19979,28725,9668,10575,18891,615,11803,14052,6533,2681,18578,4519,22068,160,23586,12359,23765,9818,10984,9794,9804,19998,27509,14160,1951,648,648,15509,20453,23145,24370,2385,28047,2741,13441,19566,24872,5348,20009,14237,14095,3209,7821,11779,2467,18091,9446,27536,4434,20017,53995,20020,26446,26446,14209,20023,24329,20026,9872,20028,10037,28390,27115,522,26056,1736,7165,7165,572,3356,53943,26852,22015,8767,12633,2846,22554,21630,17342,13909,14207,20045,10064,1458,12731,1101,22386,22451,9313,4412,20047,10973,20049,20050,22621,7539,566,27478,20054,19202,9595,9793,18831,20356,16089,963,26335,27033,10422,25059,13938,20065,10523,5088,17751,12053,12053,6416,2656,1226,19391,4333,7938,739,21583,8253,25462,5285,1160,20072,29275,3685,7908,16684,20079,20083,22587,14954,20085,20087,8869,17212,15229,20090,5304,5304,5820,22472,20122,11190,28201,21056,25635,9622,14785,19183,27774,2802,16494,8991,19172,29706,4534,12430,5154,20105,18046,21750,27347,15679,5810,18993,16351,9262,20775,17077,27894,7924,20111,11614,22838,804,21047,12836,3126,7051,16304,20115,7001,8769,20122,29350,29113,1151,23707,18537,19127,8607,9530,529,1238,28770,20126,28770,17053,20130,35,4981,20271,22239,26869,10245,8502,20139,5775,20141,17098,20143,23571,19366,7338,25141,11730,20737,11346,4150,10307,23981,18438,24064,12768,29526,29526,11067,21711,5598,6871,29175,20911,20522,24653,10977,27594,12049,10943,13676,493,141,1785,19227,15240,18864,23096,28136,19292,13416,24474,10866,5607,20163,28198,14330,27488,7085,1467,11640,11640,20170,8854,13346,20172,14091,15757,11888,27879,20884,5433,16223,20175,9315,20178,5070,7707,284,11562,53997,3917,7466,24686,20788,306,25288,5814,9043,7826,5309,24532,17456,27994,29410,19932,20171,29600,1871,20191,9147,9548,16798,20192,20190,4481,4297,26282,24386,28962,12532,20201,7753,17074,6465,11695,20203,25710,27793,24567,15657,8963,24571,27700,21081,14469,3284,29000,4095,23713,11381,20215,3510,3510,20219,20224,20225,19673,20905,10473,18781,1616,28504,21207,1548,17888,6614,5746,20233,3366,27525,20234,10259,20235,20236,6520,4390,26425,335,335,15503,2311,20238,23590,13807,21975,27473,28337,10094,5307,28904,16890,26326,26327,29147,1967,16736,14870,1525,4161,25043,20247,28627,21943,5957,13950,16012,28124,867,23425,26600,10537,29241,23098,9509,8173,11578,257,26358,9962,18028,16695,16695,20166,8791,23444,27015,26029,22118,3708,6728,820,14956,27995,9682,11352,20269,29171,28139,20272,9476,19056,17391,24821,17205,12506,266,7596,20281,6985,17969,7610,28232,4594,7968,10531,4312,1605,20290,22901,20291,8699,21887,61,22542,27452,28928,29467,14820,25435,9095,3970,3407,26718,2345,26813,17250,20307,7305,24357,1341,11161,29194,53851,26294,17785,14056,8110,2184,20287,24664,2098,2098,18707,16963,14278,14248,14336,19170,5023,28207,20322,14141,9504,22076,15991,14874,18499,7713,20327,14080,5468,515,9351,18762,4972,19775,19774,4460,15293,3328,13829,20335,24784,20340,20340,21475,16283,24201,25422,25422,14251,20346,17930,1770,1770,3813,3289,17335,17033,28601,22107,27166,9313,17837,22589,15084,6565,1020,20361,12096,11438,11438,14784,1255,10358,7376,15634,25267,1988,16083,28401,13916,158,21941,8758,29126,985,20376,23303,27229,21450,2172,7319,20382,27267,18860,20389,26766,7297,2614,10616,27523,27495,17153,692,20394,28079,7601,20395,177,16511,12590,6318,11764,1408,29601,6149,20402,20402,228,22345,5830,17716,20406,16388,913,350,27249,17689,17689,17819,1318,27219,22775,13748,1856,22326,16284,11295,19016,5425,20423,7315,1278,10919,10302,19179,20756,14266,8455,20427,5396,12176,15110,6037,20432,23102,6396,11609,27428,3600,5123,4856,10305,12722,24901,23289,25188,2416,15006,3688,4477,12413,13158,8957,18168,2983,16798,16336,28505,20443,26438,27036,15761,291,1319,17879,12577,12577,15434,2315,4342,25424,9207,2758,17814,4009,18215,4555,20461,10800,25484,25784,23747,29221,14706,20471,19401,1895,11215,22539,9831,20414,12067,15618,27203,11510,1271,5643,18341,2717,2717,4927,27369,4927,22549,1842,26004,16198,2240,2240,24195,20484,20485,1180,20488,20493,20489,20494,11049,13069,27910,4559,6246,7611,12358,8608,27140,10315,5148,7537,20510,18952,20513,18367,21621,22938,27094,7831,13081,2401,20516,26291,17893,4907,5530,20052,12544,26096,20469,25961,21107,18743,9154,6202,10194,20523,22696,9255,11051,13868,11070,10377,26137,8729,17802,23916,3762,11588,16040,18264,26132,15311,21218,8832,25797,7760,20537,640,20538,883,13940,9056,166,13314,14133,20541,2140,27914,15501,20813,15343,26723,5691,7160,11515,20408,20546,24226,20547,16534,2772,23037,15451,8193,4209,11399,14472,5000,808,14550,24107,9320,24107,16158,14460,8789,15318,19790,14371,35,6637,6449,646,23681,20563,15232,20566,26396,27834,22575,20500,9227,2013,15511,6624,25748,20572,4517,20573,9575,1768,28841,18208,16797,16797,16781,22106,18766,26306,25692,8053,6562,25163,21800,20584,22539,25822,28183,10605,14318,22229,26834,338,6997,6997,27715,24510,15615,5431,5005,1774,20595,11390,6340,29260,2197,21685,12220,6736,2357,4360,22693,20598,11474,636,18861,18574,20791,8143,12981,7042,12076,28248,6597,24636,15760,8899,17080,18101,5060,20615,28125,28125,21147,12796,19287,28819,4417,12977,7265,14482,23889,1661,20628,20633,17027,7695,15798,12840,20732,28426,19858,24326,15778,20284,220,9217,20640,1768,25492,3019,20643,25494,27262,14666,474,4069,12015,12819,20648,3830,9896,9753,5593,16270,20652,15459,6529,11607,6254,11894,17883,19890,23652,12063,6870,11615,1969,16832,2867,76,9590,15344,25029,25191,21294,17884,28612,10871,26048,29226,22158,10318,19235,22013,15929,26066,18311,11636,20666,9773,28539,14669,28157,24147,16558,17272,7979,6298,15012,22297,27805,7456,18871,23363,20270,8386,13998,20863,13151,28583,2876,5198,6453,1866,18177,14480,24774,1079,20691,2023,22965,20780,2892,938,16802,6149,29321,29668,7074,29586,21934,10710,28493,27019,27246,9118,5920,7083,7095,8214,17985,5356,26357,4974,9125,21246,14357,3857,19731,20705,20705,27008,18411,10186,15609,22659,8447,1078,6064,20713,20713,12569,15305,16425,5267,20621,20718,6410,8424,25959,23808,20724,20725,18921,27734,11042,5531,7426,13670,8827,14660,12063,18145,21081,18145,20732,20734,20733,7208,22188,27333,352,21861,20377,13862,28654,10158,27938,11665,15278,22528,17697,22914,27847,25013,21177,20753,20754,23736,786,4920,20756,15121,19850,5283,22980,22980,20671,27864,23107,9456,20088,3517,6428,25973,6613,5106,17893,17293,25915,25915,11713,18493,20772,3008,20775,20777,14561,18839,4547,19634,1898,6024,18297,20784,18904,5930,12068,7729,16708,6062,27912,466,5086,29141,2586,7313,6005,13218,5676,20918,20799,1247,20801,16846,4499,21512,24638,2102,11776,20809,1960,19448,483,11461,29653,24276,465,28886,6573,21532,13253,20817,9173,21904,15866,20822,27789,12682,20824,54003,4996,20826,14772,20829,26238,9395,17651,26654,20831,10407,16716,11289,7318,15372,20832,14149,1223,25046,24584,20839,20839,18060,20841,1645,3413,20845,17424,8046,23580,21760,2583,18908,4229,11821,11672,21911,11942,13446,2832,2832,20858,14290,13474,23036,13317,1628,24658,13243,28149,2409,14637,14007,14007,21969,11149,8400,1258,25283,7378,7378,9490,10433,23278,22510,8023,20870,10523,16872,8478,15855,15015,19071,17458,25400,53873,16149,28524,18151,18151,9060,27810,14836,9552,13674,28299,28530,16000,20880,931,26683,28824,25560,5359,28498,20883,25689,6908,4132,27976,17693,26998,23684,10046,508,17701,14165,25530,24372,20904,18692,8723,15207,14957,11183,2991,23503,10909,20907,26385,2105,17922,4829,6822,6803,9344,9411,27537,24241,10239,27349,7444,5092,15747,20612,28925,15953,10996,20917,26944,2348,25198,3047,25172,9869,22910,28767,12852,11177,9676,22132,17886,4901,5104,2670,11205,29333,21763,14733,20933,10278,12687,6651,20937,20936,25157,11090,11090,28851,9511,15854,11851,26621,3536,3536,28016,12221,6386,5519,27996,2304,2304,29283,2426,13225,13433,9293,10298,10298,17876,26809,20957,6409,29416,24137,14100,16931,11252,27737,14882,9924,5358,3608,26432,3979,5528,28595,3356,23140,8359,5331,23116,20984,20985,615,615,3586,4965,2142,16239,20350,20989,20990,13418,18319,1451,27735,19169,5154,12205,9416,27985,19707,17152,18369,16246,16246,9584,27930,20119,6153,18368,12675,21738,21014,28980,2742,5418,21018,18377,12913,23791,15379,5847,21020,21023,15990,171,21029,3244,10273,11135,28970,6722,26546,21033,5496,3307,28453,9419,15357,12401,8557,11941,22653,22653,6215,25976,25976,8405,1107,15291,21041,13379,4555,6555,17270,26879,21048,21504,4869,10339,5549,14386,23172,28933,21602,25747,9658,12537,10170,21388,21388,7128,8778,23272,14570,8778,969,7512,19129,10191,24862,3374,7236,6767,28357,14971,5332,20681,21356,23004,6101,14309,25410,25377,27039,18297,15209,21076,12719,12806,23446,23069,3083,13738,1902,14634,8673,10706,24952,29069,7561,20973,15805,926,24741,24741,29435,2478,7482,17499,7423,21088,12767,12767,25249,23657,29048,21014,17100,21091,20948,5641,311,5024,2346,10600,6111,6111,22473,22243,24925,1076,8983,29002,2100,16706,10302,28479,4129,21105,5837,14488,18766,21109,6236,22084,11932,8679,13418,22488,21115,12209,23374,24854,10791,25506,18777,6275,21013,22568,1892,20238,3220,14542,26836,12469,23527,8442,21130,2593,11746,15111,3769,12468,21133,8547,13462,27053,27169,23000,21137,7595,3013,3013,29514,5012,29673,14663,27103,21144,1984,7566,14417,467,21982,7688,26319,21154,28729,22759,25407,24055,6093,29070,21161,29283,21165,17105,15480,25781,6132,21169,18664,10689,15384,7348,7172,21795,285,14449,10811,20380,25196,29664,3914,3914,20933,21177,21178,21179,29735,23804,5769,21181,3730,7140,4711,10661,25757,15884,19411,23189,847,16871,26799,21186,26133,17089,23888,8606,21188,15198,18446,25718,8850,6658,21943,28543,12382,19979,26277,16296,149,14296,14296,24948,15703,2592,5498,10036,22746,8837,28307,1508,17122,21204,17101,28419,25638,12973,5179,20485,27475,8213,11035,6048,15697,14108,17812,17709,25838,29004,5888,21572,13705,3411,10755,13464,4345,10303,7696,14869,2664,5724,4748,7661,11435,9402,16881,3072,361,21233,20451,13109,21234,579,6763,22584,1018,27483,19738,1659,26966,21239,24564,16886,17633,22532,26312,252,11034,11034,4601,14481,21249,15104,2199,9803,15938,22257,9072,25013,3742,12660,6304,11249,5852,19365,14019,24903,12335,24062,12016,16502,6982,20061,4731,18896,6000,2188,5144,21277,17506,26236,21281,10646,26067,8954,12068,11461,6767,21444,1980,18504,19099,29192,22783,1160,19505,18742,24129,10391,21295,11704,3862,14784,25056,5810,23409,13838,21301,789,22198,17093,11707,28992,15638,12294,9489,6849,21438,4967,17775,24762,2965,2965,18829,18577,21317,21320,27221,11905,19752,3251,16735,24917,6876,7919,568,10843,2570,2169,2102,22949,20645,23145,10076,1976,21523,3438,7173,9670,21344,5313,27678,24434,21349,10394,24536,27252,21351,10642,5787,5456,5456,2620,6589,12705,25294,17035,21359,2619,19889,21359,8126,19500,23391,19047,871,23557,22458,14926,19489,13091,20022,28450,165,6216,28909,4898,19399,1151,24021,13141,25051,4321,13496,18355,4443,15735,10051,21379,29396,2553,2458,14827,5790,7395,29565,15080,24383,21757,11431,22570,14684,11725,21389,13144,23095,7258,28152,7220,3595,1383,8217,3001,21397,14640,12891,8291,24621,3639,12003,21403,1139,27365,10296,7312,12673,25112,520,1831,9159,23207,29603,18531,9423,25153,25370,18517,22089,10796,12615,25295,11698,22209,5457,20111,28459,19592,11828,24356,16908,7066,23062,13753,22249,21437,27205,22560,17802,9310,26592,20942,12113,12113,12200,1225,24081,10531,7482,24417,23007,10038,20269,27479,5585,6852,19321,21103,12353,3094,10771,21451,25590,887,21453,23506,8916,9481,4686,22382,21456,9646,27277,15587,8136,11503,11503,3444,3444,14993,21463,13022,21466,21466,11356,15050,23844,7121,29505,21476,21476,14544,25815,11835,21787,6375,24476,28520,6873,7866,10896,2413,13790,13790,7149,113,1310,15670,5193,14169,17115,23287,16330,3768,21495,19955,21497,20793,7936,11314,2175,13612,10564,19288,11273,15724,21502,13659,12368,14292,6762,18542,319,6867,21877,2765,28556,26216,20331,21509,3626,27583,15822,1111,26570,18889,28046,26876,7498,1045,24233,2079,13056,11639,9750,8731,24161,21519,11598,20518,27008,16629,6144,12334,8384,15664,14194,12174,16364,21523,1442,11585,4211,22431,18214,28281,28281,24648,13228,26318,14732,10654,13573,10162,27006,28060,28060,21531,28905,13213,28112,10691,24833,28716,3374,26755,1639,12793,12793,4933,7781,21542,25476,5835,1551,23721,1232,8317,8317,13224,29089,8361,23225,638,27675,21550,11211,2887,21552,3120,26402,14967,7565,29499,6615,8175,28709,26935,27490,19358,18448,26065,26458,13705,12554,18590,16647,6507,9973,6507,21578,473,4663,13345,3585,4622,18699,14990,1633,23476,10578,6716,7170,22735,6660,17485,10404,24395,5830,27379,22145,21594,15654,10666,10801,19490,24317,21052,21396,12166,6788,970,7407,21608,6525,20483,19371,28699,24764,29202,167,19455,21612,13712,20678,10179,8543,9747,7080,21614,21614,5141,5141,8391,26005,21615,18312,26629,27385,13599,9897,149,20845,4440,29471,29662,21620,7145,1924,24941,8571,21098,11939,24750,27814,28009,4322,142,18368,24734,16732,21639,2278,27529,10760,25724,5061,5061,19323,15952,21651,4436,11511,17657,3820,22968,28400,8232,8546,28132,20137,1588,20832,5582,5582,3525,17577,29347,22276,21666,21666,3449,19856,21672,10158,21957,21676,20312,21678,8281,19069,15084,9503,11387,13180,22418,2256,9991,7966,10951,4017,27154,26338,7468,8680,18044,21696,9478,28106,4159,11436,10012,21700,10072,9850,3397,5241,2300,13637,1993,14905,19712,28405,8766,21712,19510,53892,53908,18057,10865,18263,26249,6346,8618,5911,21721,17505,27426,25657,21464,21720,5738,4478,21781,20851,21728,2545,13019,6732,7851,16924,21730,26356,25158,25826,4100,406,1739,18250,21736,27274,24220,21738,21740,20151,734,23317,20132,5684,26384,19122,19959,8446,6772,16449,1259,5590,7162,12710,21752,23567,28914,10672,16924,22182,5153,17646,15436,2115,3349,2440,21758,9395,10978,14960,11149,25247,21762,21762,3911,2389,25208,21767,15466,29188,27132,9467,4116,4492,10662,6421,23719,15069,12340,21777,11012,333,27301,22443,434,10135,11536,23085,22554,6822,20958,12725,17021,20524,21791,3110,6488,761,21794,18254,733,26542,13003,11784,6383,22265,8399,4944,14236,27862,1621,23349,18952,2265,8702,21808,14669,3371,12850,6617,11654,29477,27788,27873,10724,1203,1687,6499,952,13735,8045,3180,9756,23633,15474,20330,20587,19363,22466,557,27062,4471,21835,25583,11905,13518,28951,4987,9927,19727,29432,7377,8214,26034,12724,28478,23226,12869,17142,10477,18681,29177,13057,20181,13995,1413,9427,4124,1224,14421,14138,21853,21857,21858,21860,1462,21862,13184,28855,15276,1477,1963,14535,25601,12751,21865,11136,19002,9670,27597,21868,20110,8086,6210,10694,18735,21874,21873,11415,722,7823,22166,28304,10651,23728,10318,20971,1469,21888,29380,6550,21894,19501,2068,7633,16025,2830,21899,21702,13616,20623,28708,21903,3502,21904,22319,7546,28489,18486,28981,484,21229,29029,18518,21909,26907,21913,13165,13384,10424,16810,21921,1394,1069,15403,17527,6775,13340,18206,11649,17809,11620,9517,14500,377,7363,20334,9352,15296,662,17291,14701,19970,11488,11488,21121,21936,15823,26302,26965,5867,27645,21939,22766,14617,21947,11599,26900,21426,15796,16259,28876,14174,11630,23804,9076,12832,12988,13288,6698,2077,11800,20189,17646,5928,21962,21962,7723,21965,18736,820,1339,24024,16837,17452,21969,7266,27609,12557,9896,19651,8535,21976,5608,20879,29363,27622,21978,10188,398,21978,8897,12373,26573,26892,1381,28126,23971,18823,5346,29375,21989,28553,9008,10393,3358,3358,16880,21993,12755,19706,11263,270,15190,16338,16701,984,22001,6604,27640,17983,14263,29041,22005,10856,6355,20625,20625,7259,3878,3878,22008,755,22011,17276,22012,14972,5074,29106,8416,24308,1145,16281,3464,25965,14103,22024,7384,29314,16817,15702,6590,6404,1010,22080,23051,22621,15592,29625,6333,29367,1656,8070,22033,1833,14713,13840,5840,25760,7209,18678,18678,24423,5895,15364,1642,17581,6914,22045,8172,26837,2574,2300,3947,3909,3305,22050,22051,4962,8905,24995,520,6260,7475,4495,7706,5283,25108,8456,23499,11457,20977,17378,23371,22064,7876,56,11212,17224,18060,13308,12428,15088,20122,606,607,11134,13866,16049,21589,20995,22080,23647,16280,7803,15796,24386,5130,22085,22085,23164,12789,10323,10323,27870,537,2195,22092,3663,8656,7865,6061,14022,10826,15729,29186,10834,29151,5474,9989,6527,15282,3766,1162,24354,6517,6517,9337,14682,25606,12179,22105,4249,24975,11595,1944,16981,28068,9971,4988,22675,27762,22960,22111,19020,9750,19129,19129,22113,12829,27848,22122,27851,26359,8428,3677,4440,22127,518,25856,24565,9420,19008,22135,2278,27339,7558,12770,6252,14323,13175,16142,18458,3989,20434,1481,10113,21178,13170,7085,9316,15331,12621,2539,27816,7890,5245,26661,28080,25791,5703,7607,22163,17060,8225,4442,28120,19687,16994,14027,9845,18653,4406,6582,9373,29007,26931,1046,3428,22177,23606,10928,17053,12521,6316,19459,10378,16002,22876,1531,19891,22181,28846,19050,22185,4518,10795,15603,15537,6857,2877,23394,26242,23066,26754,17688,2461,14049,22195,17921,7163,3509,7756,23848,23241,4515,26274,1356,4638,20804,3746,21771,5708,16362,22209,551,8238,22211,21247,9624,24678,22212,8635,13537,1686,21478,23442,13550,11560,19508,16167,3801,27750,934,20097,8158,8333,20221,13100,16347,1980,27528,16485,2598,21279,27411,4898,14614,11197,821,23009,16525,22234,18180,24607,26658,10046,13535,946,6967,6967,22954,2455,13196,7981,4219,22244,15779,12837,5144,5144,27499,9290,22245,6824,28692,22225,15575,29246,14248,22253,15482,22254,953,235,6331,13024,9013,22263,20599,18090,7080,9095,13694,19276,11317,20825,24031,6094,3671,1287,17415,3077,24482,24482,6011,24814,9542,22275,7762,1510,25399,4868,26644,26644,12916,6886,7265,29099,3943,25399,9349,27080,12265,5942,4002,10178,28706,24371,19161,11721,598,6954,13900,9810,23920,13326,26494,6640,21311,21311,6094,24824,23142,19226,15366,17287,4975,16459,26887,3324,3324,22304,8598,21022,993,1060,147,10955,20505,22316,14627,23073,939,8613,17938,23548,22318,22318,9884,6135,12722,12941,17715,29128,22324,21311,26744,725,12339,29102,4156,8569,11053,11371,26151,263,6806,11772,7715,1669,15580,4364,3191,16964,24766,17679,24321,7238,26820,28918,15909,15667,17082,4413,21806,19946,5756,4610,2438,26945,801,6833,6833,18454,25324,16656,5194,23519,9704,14682,20608,1614,20562,28064,19611,14328,17019,25761,13658,8742,28328,20840,721,7807,26111,7154,22357,29340,13188,27855,8330,5900,13094,23468,13244,8104,27108,9567,12951,19989,26305,12410,13325,10503,22375,2109,27640,17995,14775,12370,26586,765,1727,1478,21734,8338,1077,23164,5639,10545,14844,23839,22383,23581,22172,15786,25429,10084,4727,28109,14976,4670,3784,26313,17618,2667,14422,22415,6475,1636,4172,4172,5317,11178,22402,4579,24347,27164,5689,21561,6935,20588,17886,19528,22410,23129,28357,24159,7498,24651,16264,15199,22416,4052,12748,9530,5332,14571,26498,27117,2668,10621,14115,14115,27105,2798,28030,9625,11015,7922,10875,25257,18445,22427,7548,7497,24614,26022,22472,16568,9728,22434,12946,27995,4144,29118,146,22445,10047,14822,792,24748,17556,193,17344,7126,8755,1146,15947,17999,12153,11181,14748,1386,18490,53906,7725,6786,5792,8819,16620,18293,17677,10301,17806,18129,25941,669,1290,1290,29285,19609,11602,20866,29709,23023,25085,5131,11147,18462,28610,22467,18399,21395,4419,272,29134,23469,18480,477,23892,255,27953,7036,5405,4591,17663,22486,3309,25244,14234,14234,23204,18204,17246,12375,13273,14090,23043,13245,15589,18410,17105,3994,828,7553,7553,15754,4813,9960,6242,16411,22511,25006,2682,28635,16688,13892,17470,2248,5268,546,22671,25746,7671,9563,6683,19164,26430,25266,69,2047,22522,22523,8358,10350,2602,10743,23030,20953,22527,22527,9622,25916,1542,11473,16267,22422,5602,223,5468,23025,17569,17738,22537,7808,24512,28853,27040,29345,9999,1387,1202,10589,16470,4997,4811,9918,6922,21683,22548,25842,26506,14762,11408,22789,22789,986,7139,7973,14849,8569,11870,669,27563,13226,274,22563,4503,9634,9634,8756,285,6520,8548,26331,17337,17337,22572,14053,13921,5577,14517,5552,29513,7469,1777,15091,15091,23605,16609,4115,8790,8203,22583,23580,14192,10302,19408,20559,26336,15575,1764,27808,3578,12871,22597,28066,27495,3991,9729,14285,12198,7850,18759,3722,16965,14956,27843,20664,21254,10198,23501,28815,22947,1652,23856,17133,24592,16373,1448,7159,3272,9354,22171,1818,869,12621,27992,14840,24819,28233,11130,19120,2375,27883,1716,26193,16195,16195,13580,22627,3510,26858,25906,27055,15096,13106,29456,15989,22636,22636,7094,22578,10473,21272,22733,17084,16407,10519,26958,7382,981,8653,24516,829,25163,2935,2297,2628,4273,19839,2434,3025,3226,20540,24301,4258,8581,18790,13580,506,10258,20941,19343,4407,2727,10375,21880,5316,20110,3963,13050,27878,28014,3540,22668,3852,19289,3604,29055,22051,4448,29689,8119,20860,3017,9811,28300,20912,9456,5282,7434,15032,27427,22686,23528,23688,26704,13978,11730,3312,8026,17510,8740,22505,18605,2739,22300,24069,22692,28095,2122,19514,22694,17414,8811,3755,445,21201,23595,19525,11760,22704,20399,18344,20368,3888,3785,22522,22523,15043,25245,54,9868,21911,21911,23632,21755,53967,4487,3171,22323,19229,19229,16880,4574,4668,26188,26524,8749,21806,16375,6529,22732,26721,22734,1371,6437,24742,3068,21478,18203,26769,1491,22737,15555,3608,22743,22743,16784,19044,10030,24547,24656,16754,25673,14969,9019,26171,19048,22756,15667,3071,22763,22765,7597,13731,112,6079,22767,11187,3826,5156,7164,24238,15923,355,13570,757,9963,4705,6426,22779,15083,28270,23660,9473,22781,1033,26142,24861,9312,5533,5533,14779,17595,22786,14733,7403,27322,22789,27271,22138,19369,13057,23638,23954,25984,7879,9049,1990,7434,22802,5043,1074,193,4688,11164,21522,12417,10268,2318,22809,21227,22811,7478,6971,11475,14750,9706,15840,23443,6889,21656,9992,7992,22826,13094,17737,22827,25328,4260,19720,10222,4285,8487,11569,10408,11705,2442,24826,22834,1397,3936,22838,29680,1848,1848,10419,3828,3828,24803,3982,839,14152,7505,29679,22839,22843,4592,20665,14438,18835,18835,29404,26549,5597,26826,10681,5514,8433,523,18232,48,22855,20571,17743,25846,22859,23429,15235,22861,8663,11268,11268,18512,6694,23665,14247,22865,7141,26660,9914,12773,3277,5148,4630,27142,16193,18958,19097,18825,183,16223,26166,26013,22879,8887,1078,28687,20764,26157,11646,20351,14622,9026,3893,22887,28581,3306,22892,777,21485,2378,12460,14269,12460,12460,14270,10390,12609,21232,1130,3825,2502,28949,2162,6282,19210,22904,29520,24634,22908,3020,26816,22913,17275,7721,26955,11990,27233,28185,22919,9618,22227,2395,20932,26845,5708,2179,52,25949,15381,24379,12076,22925,8675,14593,22614,4435,11096,7672,10481,17914,27481,22111,10532,14493,7229,10806,25950,4717,11733,8618,5021,301,21330,240,22942,25500,4693,24403,3570,22947,16416,18071,4334,1093,22946,12022,14680,29372,20103,26892,22957,22958,896,398,3245,4267,14882,18308,18603,7178,22967,16544,14646,27205,22973,26224,6905,6905,25475,28607,9627,12260,11249,22988,9235,14900,22060,6404,4913,3496,21049,5928,22994,14838,15749,26941,6738,22999,267,23001,1456,18125,13866,12329,23406,23007,8121,22542,22921,19253,4728,16662,12636,5239,20879,23892,1323,10076,17195,7618,3144,13914,27797,4137,20108,11968,4492,20027,28911,23975,5762,13352,28593,23024,1301,11199,2113,11765,16850,22052,5447,12966,4601,21117,7510,142,8969,20221,5458,20213,4556,23038,6321,1720,2816,4516,9291,17141,28318,26904,1981,20077,22718,15971,24409,15244,15244,23048,27732,21108,1887,12005,23051,22043,53925,14638,23404,3781,22998,4982,11093,19380,5275,11623,17348,18915,5264,1009,6927,14875,4866,255,9155,23070,15063,1358,13787,23072,23073,3808,1209,20061,17089,27889,12241,9167,11233,10259,23964,29603,18606,16833,19270,21367,2736,28808,172,10379,3443,3841,6914,7323,1866,25596,6875,23102,23102,27383,6439,12083,12466,27477,23968,20254,16577,21783,24314,23113,2240,6787,23833,18197,15880,23117,15584,14398,1010,4127,16103,2089,4513,23115,3260,11326,24735,19903,8597,13154,3240,23129,7322,4885,10355,22602,21839,13621,28598,7686,12239,20583,23141,9418,3886,23143,23144,14098,53889,16999,24822,24822,17127,26179,22085,19609,13979,25829,29741,14965,6941,2593,23153,23154,22027,9110,9235,17025,3799,15770,12534,8420,542,7240,7240,17433,28232,17191,12119,28749,20093,19655,26195,26699,21258,11245,28679,4633,6424,867,23175,6084,13432,8968,23176,26945,15494,23181,29311,5639,13392,12898,18886,14536,19424,2934,6353,9912,18706,24680,5352,1938,14698,14344,11756,21840,17874,17284,26110,13064,23195,16575,11459,9272,22914,8631,9645,27007,8963,19649,28945,19448,11903,29076,19534,21447,25694,14907,17976,14484,18750,20156,7514,4963,23213,9043,23216,26844,8899,17018,17106,17106,25783,2169,10829,13299,22282,23224,6143,21350,7345,26286,9200,28305,6168,23987,22737,12333,13473,22885,8387,8387,654,18692,16482,26790,23238,24537,1791,3898,15573,150,8458,7372,4290,6793,7673,7552,28175,3247,14404,12762,24700,15003,23255,4897,19073,7406,22246,16089,18541,17747,27357,3599,1617,28690,25927,25927,2700,28574,6176,3163,29351,25239,21200,21545,24180,26199,22996,17863,23274,23274,20133,23607,17439,17439,3422,25119,28194,28194,23278,19361,2052,10215,23283,16756,16433,27816,22321,4376,20205,16163,21055,23289,17868,7889,2561,29096,11630,25144,23294,13620,15411,13764,18101,17475,23303,20391,23304,2640,12103,23309,18635,25218,21148,8417,13997,25306,3504,20102,22662,20619,4171,9653,17703,18974,15419,19450,12822,23320,6041,13307,3882,176,15225,35,23330,9493,771,23332,23964,14944,22704,5542,2751,14516,22004,14487,14720,7277,3738,1330,22817,3182,1150,9318,15464,24644,22317,22317,25322,15843,27618,10969,23352,23352,14567,14495,27707,9368,24261,8591,4780,4911,7117,13056,27154,17982,8337,2114,23364,29028,17597,22725,1314,5924,8858,24296,29638,8858,14861,14631,14631,23367,21554,8404,19252,22064,29392,24605,24071,16079,8890,6146,23377,18535,9690,23379,17208,10796,24768,20078,16414,27490,8718,1420,26379,17366,26189,23385,1128,17087,1090,20181,12435,12435,15262,7053,23398,4800,29634,11755,23401,3642,22607,23403,22311,870,23404,25399,4682,29636,15964,25813,164,25813,8257,8257,27575,12190,9950,21892,3536,1225,11703,23409,22586,26109,26656,3394,13557,12702,12702,19920,19774,18054,23417,12546,5675,17942,8690,8690,23017,27477,552,23423,27263,27263,14619,17315,20339,22243,27756,27225,4671,9513,9513,11645,23429,25158,19080,18558,16765,4530,5303,16547,23435,23437,10623,24162,954,3501,3104,23444,26916,13640,6855,22108,29291,19762,23453,15378,21260,24855,19685,5399,788,20814,23461,23466,2611,26307,23082,27694,21856,19420,22426,19615,4260,2238,26723,8988,12170,27364,3214,3214,9104,2392,23483,10083,4414,27994,21836,12658,16598,7025,22642,7776,1433,14409,10575,26605,26105,28932,11223,21277,1861,15757,29072,19606,9991,6364,26597,10309,7439,23505,23504,9306,23779,17751,11249,8708,21479,23513,12385,26104,22239,18675,24976,11493,6283,15716,23517,3748,3748,17153,19601,15176,23658,15486,12850,16866,7724,22007,19609,8563,21338,26863,21007,1997,19146,18049,28666,14038,12195,5971,13764,8647,15191,3949,8647,9605,28872,8520,23542,23542,23543,23544,29599,29125,21629,19093,25144,19926,25143,26551,21185,13194,16175,24302,17676,23557,1115,26738,9504,25096,3380,18169,19413,22484,18141,25015,26989,24610,12553,3393,493,15820,20934,23568,19567,23570,20144,1428,23010,23571,2863,17740,21189,24611,27302,8311,11381,20261,8185,23189,4637,723,23580,26102,16101,17126,5724,28952,1990,19223,27561,15948,22053,12199,18419,10574,15000,27234,5990,119,25847,15094,16786,27026,10563,7269,16197,16821,25700,3301,23600,12066,13936,26792,18678,6058,13762,27959,6914,11509,18599,5425,24486,15228,24191,9153,4316,17167,18341,13224,13069,25318,9695,20215,7649,20387,18862,27064,13603,28227,24537,29027,12728,753,23627,4520,25217,3696,7983,6725,14110,9525,1048,22306,23632,19912,2857,7430,7513,15719,6362,23640,4354,13062,10123,27604,22634,7457,18542,470,8517,23645,5046,5046,17986,18327,23648,23648,27557,29565,17343,15354,12895,23653,22175,23093,3941,683,15206,17389,21554,23659,6135,1874,27830,19862,2522,20105,23664,3979,16099,22854,3084,6721,23001,16958,3084,23666,16176,23667,4694,21329,5174,21452,867,23208,27965,19787,19455,19455,8057,20438,13621,27916,29112,2063,21116,10073,26141,4993,19992,19992,19938,153,19468,14688,4906,13115,16972,6126,962,7071,23693,16355,8443,23695,27532,10240,11964,29396,23699,5480,23101,21715,8948,2325,16526,27409,10917,27455,732,23709,23710,7235,1430,24219,26736,12995,21660,11688,9098,95,21778,11213,21771,28309,24819,4125,26722,7867,23722,23723,25062,21627,22509,26724,22303,9671,6520,23698,16045,10973,8013,17533,2954,23771,19805,11389,22234,801,24243,4712,23734,23734,23738,2302,9841,29643,19475,3942,24316,4543,14332,15025,18120,25252,25609,8862,28059,5591,23748,15960,19183,24495,28201,23754,11894,11894,10041,11767,1187,23762,2758,28606,25859,29729,2299,27189,2758,1584,21297,27743,8214,16106,3318,16507,18755,11853,10209,23769,27771,23770,16502,4772,4772,16158,23773,12364,5032,8082,23777,12291,5105,23781,19985,21238,13436,18749,15246,643,3535,13797,3347,7662,9929,21371,89,19423,20483,509,18090,23799,3922,23798,15977,29277,8282,12929,16526,23803,23803,29420,5530,13459,616,20479,53903,12570,21209,4085,6379,29356,22342,29717,2764,19649,18051,53907,2420,23816,1993,7809,23819,23820,13262,21491,6502,6502,8214,6240,23828,28254,23827,5960,14353,2444,24818,29539,21129,9900,3278,27789,3291,3461,4363,3923,13168,23832,13410,23844,23844,28353,5842,7790,9893,8862,1118,23851,23852,3422,17778,11661,25388,28668,23861,19491,10125,26748,25372,21599,14732,21405,28328,4394,28197,995,23870,14539,11773,11520,29735,20647,435,344,4837,21378,9217,13876,9286,16650,23883,28978,10480,23886,6079,9657,2373,13171,23894,23897,15238,23900,23901,23902,22111,15983,9896,2630,3638,3638,61,7334,1001,968,22260,22259,18519,4501,21034,21282,24729,7350,29581,29581,27978,14308,11939,7626,23922,22130,2332,17346,8768,18452,10314,22917,17053,13305,9186,12545,22661,549,9822,15618,1605,13694,20553,4176,8432,13920,4623,19922,23944,6763,24289,7882,571,13089,23954,18582,20653,10786,28565,25386,4514,25582,14841,26667,23961,23962,318,9792,8978,18806,6359,10219,20155,8327,8947,2303,28064,3367,20211,12694,14141,17124,24337,6659,5100,14416,14869,16497,23977,27485,28288,21902,21902,8883,22636,4460,29263,6169,6169,19284,20064,1745,10089,23987,21439,1803,25792,22944,7849,4424,25606,26654,25312,28463,23996,8701,24985,2532,21721,3145,21214,26717,4768,18949,3986,26730,6703,242,10882,26660,15263,11058,9294,14181,21066,24013,24887,13461,25097,25023,4312,13167,3160,24018,16057,24022,21562,29316,29316,24632,14327,24027,24032,29099,9700,16753,9010,16297,3627,21402,26564,27220,28042,11031,2551,29699,24041,10681,27444,17354,14168,5543,486,11616,4536,20437,17012,1912,24830,4807,15367,24051,5893,24052,23875,26895,28296,24298,24057,24060,4128,11506,16819,2497,1073,14888,13320,24067,8177,25488,9545,16536,11168,16528,4158,5970,5431,21719,9368,20801,28795,19761,10624,24084,6788,24090,1805,24092,10375,3939,15663,10419,3467,7723,51,24103,28026,14198,14691,2381,28161,24110,11616,8874,26454,16652,4480,24114,16787,803,4237,17103,14325,24598,17153,8367,4036,12548,16223,20390,25158,18280,13085,19189,20092,20092,8255,27182,6731,4340,24131,2109,20663,18304,11886,12193,8254,5886,24139,23510,9111,846,8923,24141,10941,25394,2700,24147,23928,21810,8231,24150,2595,6803,3189,18118,24160,12983,28171,13933,2085,27787,23618,21270,19970,8412,14774,21528,20911,24169,19258,24170,9225,24175,20298,16367,6895,9042,809,18950,13990,6157,7049,3523,10830,22113,8829,28837,9042,394,5913,15782,3879,23665,24189,26802,425,16349,9617,7801,11983,5155,2630,7849,24198,8788,26870,20341,24157,29674,24203,22056,14132,24205,25989,24207,24209,14619,29350,5977,625,25961,10453,97,19576,409,11194,17491,5736,20578,506,6178,22014,7507,21318,24223,4718,2754,4452,14558,8048,4585,4585,14118,12310,2015,2015,10011,6334,28994,18097,21424,24236,14250,15355,23626,23051,13802,1479,28205,17876,10688,14492,11026,5631,20329,24373,28058,8114,24246,24247,25946,27270,24246,9741,19166,2171,22034,295,19599,9229,14303,14187,18020,24255,26287,26287,26776,27046,18985,20694,29305,22144,25788,25370,24168,20078,7787,16394,4569,1599,308,15209,23562,13022,18338,29038,17707,8657,8657,4697,15329,25787,11335,17511,14921,14921,19667,2626,21886,24285,27371,25156,24288,9804,20988,14708,15453,2118,5712,13519,5094,8811,22832,8328,8328,7718,21183,15902,13361,11539,6343,4432,21782,16863,23153,14881,5231,18973,22200,12951,11134,16557,15164,5856,14666,14637,24962,11688,16242,8504,7490,673,24327,19476,20516,9638,19886,1602,24685,16625,12678,24330,24331,24331,23644,11167,12709,18916,12371,26467,21193,1581,6212,23682,27933,25583,5914,25583,4957,4996,14329,23483,28629,18844,16464,10553,22437,21352,24350,25500,20763,16004,21266,2866,17988,5997,12542,4382,570,7651,13411,8954,9644,22624,18333,2656,13589,24366,5157,27268,24367,25281,12862,14313,14313,7327,315,25481,21724,1289,24373,2789,10143,11523,14920,9259,8653,24377,8852,28288,15679,3092,13283,13925,19527,2197,27849,7184,3453,24392,21752,21752,10165,14591,15355,9349,3054,24987,4026,1223,13346,6828,4395,7983,14468,7825,9496,16002,24398,15363,10729,9420,24087,13630,23535,5102,22047,24064,25604,5115,13163,8022,19153,16011,24407,10320,2495,18322,24408,24409,1782,19831,24984,18870,18870,11403,1367,313,2477,20254,15517,4361,4987,10700,4727,4917,12012,3228,15887,25022,20399,22896,15371,24430,6318,28188,13667,1054,13646,2936,1832,15952,24436,26899,3688,14043,7822,6184,24439,9863,24442,24442,5249,5593,3590,22249,5773,16825,13620,7654,15213,15213,298,3164,11237,11236,19481,9529,8162,10708,12142,12142,15089,16627,29429,17094,26483,17087,25372,22938,17825,13254,4464,6287,22179,7752,19189,7234,7637,7010,24468,1579,14992,24469,2915,24470,28372,25301,34,11783,1154,7450,12401,24471,17733,11784,28572,21023,23411,24476,7459,2461,12383,23758,14461,28270,8618,20713,21504,7744,24492,24491,5065,16896,28092,28092,19007,3987,24110,1535,3635,24501,5197,10590,24506,16175,27672,9846,22981,14824,12373,27332,18513,26914,8953,6975,24054,24054,2072,10660,1093,18857,26422,11053,8687,4314,10474,18179,6896,15532,3126,279,4127,13683,24539,9184,21810,12699,6167,23138,9126,29303,24544,13310,5583,5078,4345,14747,4345,11434,11434,11187,5067,24899,18111,23865,4480,13290,4583,14308,15689,15689,21174,24563,6119,6502,6466,766,13949,24568,19103,24675,4807,23374,5292,13488,6794,12223,24586,24586,13318,3466,27206,970,24588,24585,17738,6340,26268,7277,26160,24596,9202,2158,5373,7859,16529,11804,20233,17807,27789,28560,26726,24606,11141,13755,14114,7496,18322,15948,13112,2770,10558,9606,22650,28056,29083,1488,4271,8925,26948,4706,1992,13647,17164,7230,23310,23310,11878,17310,27682,8368,23556,7479,1537,29337,14389,1577,22031,13779,18026,9689,9689,15583,3830,3811,11839,18922,11163,10416,19081,24636,6360,28527,23855,4151,14655,2557,6066,9037,13533,24651,24140,18162,2074,8699,7956,23550,12149,4315,1428,8234,29347,26893,24669,2926,4223,3170,20815,8202,26871,7909,16502,3175,1425,9172,10473,19808,21950,3651,17648,23636,24950,12416,25684,5504,28408,10059,20983,16333,25816,15657,4256,15782,4010,20043,13851,650,28550,28173,14081,1820,15945,5970,24702,12596,5377,11301,21449,8519,23953,20263,908,11194,19848,27328,24158,13616,12548,12706,641,7188,1888,3438,2229,489,489,29095,14157,9086,14137,7990,7073,27413,2944,11584,27955,13135,7984,24066,15298,19165,17278,12596,29437,24726,12190,16646,2652,9816,13882,21490,3678,9375,9375,3333,29701,18026,23332,21428,24752,9371,23324,12744,12744,17486,26655,24443,546,2722,16247,19240,1362,27711,12625,13470,24763,24765,24766,24770,4085,24205,2468,28615,3194,22824,8284,9355,12731,8523,20394,29608,9105,14755,7258,5551,24103,18334,2242,23090,10346,27862,383,1405,29634,24792,11122,3664,2487,6803,22363,24797,14802,29222,29510,29510,2863,12411,25849,15346,12101,17395,2013,17495,22226,15353,8270,21003,24806,3023,16390,101,101,8912,15230,7434,24810,9997,17599,14915,12139,25118,9616,2330,15260,15260,10842,24516,7025,25355,791,12590,17830,13094,11918,19738,4153,1574,24891,29100,13241,8429,26186,1713,13134,20947,22625,26153,15209,15211,6968,24353,27177,2189,23142,8465,22604,24835,28005,113,24719,21404,8734,17145,24846,25932,24437,1489,798,27346,27024,26981,7091,6526,22641,14115,26596,18801,10908,3894,3990,12103,8400,17440,24855,10386,687,24857,2693,15918,7003,12820,540,125,3556,2058,985,20301,29679,1754,16471,27834,12969,16338,18643,11229,594,4849,26470,15244,16493,18625,18625,23019,20920,12931,6047,11706,29067,19314,15221,9411,806,24874,18701,7035,24878,11139,24879,29278,25601,26514,9424,641,14430,19756,11692,312,24019,29644,24891,2759,17481,15004,2759,23778,14087,12002,12201,19606,3170,25792,593,21861,1367,24901,7045,88,16580,8396,16902,24215,24894,10628,17815,3181,18273,24912,15309,28701,21266,24915,25337,25337,13621,24090,29034,28377,20194,1251,25324,21854,21854,28937,9057,9057,3004,15061,10101,26537,20156,10912,20064,14603,28022,4735,12785,7446,6351,6351,7652,1812,13138,12367,5349,15493,3046,12964,24261,5476,11202,7407,10908,24940,14140,28649,4888,24942,24942,21897,21311,24950,8241,15692,27431,27135,29468,12029,4139,27830,17042,24960,27826,15001,751,2485,11442,22293,5859,25903,24965,4253,24967,14613,3125,6701,16379,15898,7987,15128,4875,7614,29461,14128,8623,24591,97,23659,19937,12308,16690,14567,14780,18639,29102,1145,16059,1181,6366,22950,23559,11481,26922,24995,8431,28228,10971,11770,13503,22539,23626,1173,19171,12563,28336,15563,8531,8531,7413,25022,23958,4633,2044,12341,8760,29155,22745,9317,1966,19539,23070,25026,25027,27646,9153,22857,28947,26860,21330,13521,8851,29012,20944,3593,29199,4531,11378,25035,1101,8793,10251,754,12237,18674,8729,26383,12952,28472,13265,12425,2882,18325,25392,2089,21454,9775,17683,2805,5993,2669,23687,8862,8862,25054,1232,22955,18488,24278,13159,9412,25061,26342,19612,8967,18851,13264,25070,25070,22747,26016,18062,7578,3235,21453,25077,25903,5825,13388,22735,11107,25089,6270,11566,6377,7540,17180,17180,18380,7572,25136,25970,10557,16626,9487,22284,11901,14231,26744,27893,25697,16034,16069,26023,26176,5856,26428,25114,3588,11249,10627,22210,17810,28692,16803,5005,5520,20208,6278,18567,5380,4297,19115,43,28915,29407,29407,9642,25127,27917,14490,14490,25129,21144,8787,3058,3058,12549,20111,23178,24806,1487,23300,27634,8137,24646,10084,10656,28552,6948,9030,14183,2473,27533,17913,25151,1934,8914,15965,14654,2577,3032,19705,93,9329,24631,25155,762,22236,110,4258,18688,24293,27472,28015,18646,4316,6762,25017,22104,18008,6223,1018,20951,27763,14145,10145,24649,8877,6750,1477,1477,23685,25179,16202,29688,25181,3935,25184,11991,23992,2379,2379,25190,3757,14345,16223,15569,21793,26713,5154,12759,2726,18650,18650,28660,20159,12041,25001,17137,10187,9420,3410,17374,25198,28053,5381,10795,14390,14143,5513,19835,27177,17818,15098,8591,24404,16013,11684,15912,9871,19745,29439,6308,12951,13899,4537,6829,25196,15908,11362,1085,4167,1085,15883,1275,6627,1048,4492,20577,6628,10162,14127,25236,28572,25236,5649,16425,29489,941,15324,22988,1861,23091,17989,17989,19224,5440,25250,26932,20291,8757,25253,3951,26236,25257,187,12044,24068,28087,477,17285,7796,7159,6420,8089,13856,25263,11178,9510,7795,5301,25270,6331,6331,25932,14299,14579,5421,1142,12653,10358,7470,17170,23397,16931,25282,16464,18355,19751,19387,10074,25287,25904,6435,9795,7111,5910,11127,29150,3201,25034,22030,21265,25297,22571,27664,25298,25298,15757,13945,14194,10509,8755,25791,13187,29626,29736,20988,5539,13285,7494,11427,29051,20646,6636,25315,18907,24935,15724,28107,23218,12390,24142,18938,2981,25321,29328,16069,470,17941,3664,21585,17324,14648,9415,12183,9149,16486,15162,25331,18741,26557,3366,24473,15728,8171,26599,5959,1926,10176,5228,9509,23682,23215,7704,3712,17338,20139,6978,357,7233,25353,6663,26724,6663,9734,15060,11618,29442,25364,25365,25366,21547,4134,25368,7741,19806,19806,24292,767,767,2048,25374,962,1402,21072,12133,18505,21115,10872,12953,17390,25386,22321,1287,25388,9676,17529,1937,679,16559,25395,24144,28976,14626,20905,13078,3556,12267,6159,17961,26158,3790,20941,15687,7910,21355,10519,1430,19612,10695,28940,16827,7274,1783,9144,7927,9599,18177,29201,8212,7569,7569,19997,17531,16923,10211,2268,464,3377,28949,12838,25433,25435,25435,25437,28725,13972,25439,23785,9968,8510,5381,25441,25443,21366,911,1182,25449,8384,18669,18669,8974,28739,19261,6215,19017,10491,25454,25454,28311,27648,4502,25459,12473,12473,1157,15351,17797,21965,21334,10941,25465,12120,25466,18699,25467,25469,2977,274,24390,12204,8884,23317,15127,24959,9222,8383,12631,7210,6880,16746,24723,23971,18694,22298,20597,15585,12310,11088,20493,11735,24970,26199,25498,16932,29175,10371,24082,12959,18256,20087,23639,26963,22084,4305,9425,21109,25504,14530,16955,3639,25432,24975,29395,4553,19385,12912,14426,7584,15280,19570,5823,7347,21235,20212,12369,2926,17578,13554,12353,25078,7315,3319,14740,14838,27759,1255,22726,12143,12143,6806,9197,8744,29132,7947,19016,28443,25540,25542,9425,13813,27032,25545,28727,19417,17991,24747,7600,26765,2709,7892,4705,1135,12882,9851,25082,15386,24843,9297,25559,8727,24809,18766,28332,10646,20685,27285,24529,10646,12997,5954,9966,5228,20064,25577,25580,8637,19473,25580,25583,22305,28915,18910,5305,13710,23154,24656,24547,26802,20262,25595,13182,13182,23560,24616,12430,4332,10971,7485,10818,14721,14293,17729,17729,27604,24096,18174,29310,28487,24500,17030,20793,29021,1019,26454,906,13117,26336,13913,23524,16989,12248,7382,27420,538,19344,16126,14796,11827,16477,24964,6482,11845,25632,14277,12658,19888,21362,15999,1821,4832,8766,25640,17653,25642,25643,23803,23803,1520,15303,2539,12513,3525,21542,15602,5301,16843,29302,10405,10405,7389,15218,22617,1816,18987,28890,22017,19567,16647,11674,12038,23958,6659,8050,3659,8451,5769,11852,17901,14692,14818,4430,27417,27417,228,25662,26557,14801,1416,6675,12292,28333,1042,108,4823,27932,28709,5688,3387,15408,17697,2538,3916,3869,18438,5554,6031,16765,11473,8033,11430,25684,6676,10326,27050,13419,25688,20703,6717,1513,19737,19737,24883,24883,592,13852,23366,27118,8062,1844,25699,19777,26444,24676,24119,9722,6932,28057,15604,27605,12055,7947,162,25704,808,19786,25182,9666,13812,17334,10352,7610,13052,25711,13354,6945,8186,5552,1424,25715,12528,25719,23946,7597,22374,2608,299,3542,8239,2675,12739,2612,26478,8342,4861,4861,19197,14146,10619,5203,12750,13395,10750,18843,28184,15704,12520,4569,18831,6620,20566,20455,4952,27905,3965,11331,23421,12326,25754,17222,20092,14884,25280,3897,20171,9030,20286,15327,4376,17068,784,26571,22349,5198,25769,18477,18939,10660,10833,22153,25771,10874,4463,7201,15540,962,15572,1671,8048,29363,25788,29662,25790,438,12994,23120,15163,5614,11873,26575,20040,18173,4822,3667,12567,28072,18944,24822,1063,29669,25411,6995,25813,12300,29085,10722,4816,5452,19605,10766,10931,11126,42,5729,14730,16590,13569,5736,18017,20309,6874,8636,23048,12584,21036,15025,21491,6834,15146,14772,28559,26681,25834,6152,14220,13508,27272,26737,7911,28700,27874,15693,15693,2095,21817,5768,1161,20976,12601,25851,13727,1099,21304,10570,20997,14529,21370,25856,25856,1341,28225,11459,4859,25862,9168,5371,16306,8077,7707,17408,22268,9403,18853,5803,23686,12811,25867,19785,28734,25870,25870,14955,25875,13678,25878,16990,5316,8271,13918,15625,15791,16588,26137,11785,1920,642,28039,4097,7707,1286,3644,28000,9848,11115,19962,1381,25883,25857,6367,13643,25885,9136,5250,3673,20626,5950,16383,10428,27586,20441,22560,21222,9248,1334,3946,3485,24468,1580,20393,2588,25900,10650,18587,25903,2699,10794,16440,9714,28612,27774,11536,26225,9282,25917,13937,6929,28491,10012,1027,26462,9338,18995,9187,428,25930,28141,13836,8203,3823,2509,22159,6835,6835,12296,21820,21820,15897,26023,25059,25938,11047,18840,11047,25940,20739,10731,6821,895,388,23477,1573,6337,25954,15213,4107,11954,6770,826,21159,19595,6411,24861,20932,21885,19973,15821,3813,22366,25270,7692,28453,16022,28453,17104,2488,2694,653,401,22828,11315,27985,14541,15511,20591,7701,25992,1706,20743,29613,20969,27742,2671,10052,53898,25494,53946,5120,26001,12742,1495,17666,24722,18464,10304,13669,8246,16029,23223,10201,903,29289,29289,1407,1407,27641,12870,2649,4387,21398,26692,17845,20889,1773,20488,25533,20426,26021,26022,15675,17276,1292,12025,13863,19784,19784,26361,9801,23701,26033,26033,2987,9224,9224,19786,26708,14745,11527,10350,18297,11484,1725,23229,12701,22877,676,3758,24492,19283,26047,19119,10642,26051,4507,6544,9256,16903,5125,8183,11257,29341,5817,13558,12677,17630,26062,8340,21336,26427,12439,23031,3739,22766,26071,26071,19604,2375,26074,8534,26077,27177,13616,21422,19125,26519,29330,22561,26081,11054,26083,13061,3814,17673,26919,24077,3126,4734,12669,13880,20819,14833,29656,24078,16553,16398,26097,15630,19681,21119,10081,22046,7092,14813,20915,8916,26107,455,15123,26710,7662,738,8445,15899,23843,22359,12534,23897,26124,8410,4720,7991,3765,12096,10634,3973,1269,16214,26139,4425,25703,29544,26142,22720,405,16823,28322,22380,26237,12249,18999,22278,17409,8587,8432,19036,20209,19868,2494,11376,1354,16950,10863,26157,26157,7797,13896,8325,26362,26162,29681,24947,4985,26167,22752,26169,26169,6018,23790,27382,4733,23968,4194,26180,8814,18769,19076,26795,22998,24761,17244,17869,26186,25223,12071,24176,24726,26193,22860,4659,23878,10841,474,11690,11690,8042,14507,5187,5171,21524,25150,8429,19713,26202,15603,25642,25642,9045,12420,1741,21046,10755,13522,26276,10056,18278,1649,12530,8857,23326,18978,17171,7613,9244,18087,10566,24099,27241,11573,28050,2294,770,17666,13968,1480,26428,25053,26028,26232,27769,26236,5812,6946,6946,8909,6558,21970,25686,4013,6785,4021,10141,18540,28407,3978,22501,4388,29164,7013,12594,1406,10977,11039,16800,16800,24562,14109,716,476,17000,6285,3748,944,28672,20904,8785,25982,16358,27781,387,11635,26787,16986,13112,18880,27094,10229,10634,26268,21158,29639,19793,18195,23435,4110,21328,27115,3632,14136,23437,2549,6604,18675,12270,27666,4518,3985,9462,25397,5124,5124,2055,26290,12426,16654,26291,1939,5731,26295,12867,25641,2748,19319,644,18769,28783,15428,8017,19644,21765,4964,18402,22949,11978,1574,9560,16321,26285,25258,9702,28565,1882,631,18931,26316,964,26318,13354,26323,20667,6555,9868,28691,28310,10262,19638,22293,24603,22769,19072,28110,1186,15132,20233,4010,8367,26340,8939,22457,13879,13879,15607,9293,8172,26352,19030,29481,27126,3777,29509,25560,17904,26357,24599,17881,13710,23378,15046,2913,15900,11412,2607,21493,26361,23363,16536,12815,6987,10121,10109,18520,16515,14983,16148,7876,26370,1503,22049,27703,18235,19349,26444,2987,27151,10836,4204,6379,13069,26374,26375,19635,19252,815,26375,23924,18248,26382,26383,1431,27179,26256,21277,21873,91,461,6062,6767,10331,53882,26390,18405,13850,28723,1019,15544,27655,3854,3278,28395,10698,23501,9463,29615,14616,2001,21123,4680,26405,8250,22569,29317,28322,26544,26409,28150,26412,26413,20407,7447,26693,21688,21688,18018,12515,7991,4464,4464,26432,21497,11589,20455,1597,17857,263,16765,4911,4432,6639,28581,7835,3192,3270,8264,26087,14187,3855,1856,29701,11265,10476,26449,754,25861,25007,419,29267,18016,12046,18371,13502,21571,21095,2231,25450,3228,4794,5679,7214,25917,28566,4656,18446,8799,23026,27181,4490,16975,18562,26088,23376,10445,18857,26473,26474,26475,17388,28635,26483,10224,11023,13351,15736,785,13448,26490,13660,21782,20608,27044,27044,23853,1706,26687,11472,4493,884,5855,15356,26497,23949,10951,26278,2971,903,26509,18278,14799,5062,29264,24339,12891,14034,5672,29312,438,13936,1307,26512,2147,2834,20729,26516,2426,4655,8140,19762,19762,21318,26520,26522,26523,19601,19623,29216,17617,7289,23818,5066,7810,3471,13713,24929,23624,5976,17482,8126,10606,26543,25516,14637,19109,26708,19873,14423,4095,26548,3368,28118,26552,10435,21035,22559,20915,6653,502,69,25486,18138,1470,26565,5475,3208,26859,23877,2928,7946,5099,26572,16824,17425,20553,1105,25474,26576,21136,26576,2819,16477,19771,19235,18013,22856,12207,11823,1084,8652,21607,6780,2347,11275,7879,15068,18330,4186,4186,21750,26591,24186,17633,7354,4853,12411,2669,9248,11793,7700,3330,14115,19945,17186,8677,26598,27552,18527,26601,27861,18656,9081,10575,4221,9453,4758,5179,27446,24838,3363,28802,1623,26607,13005,17945,2212,16262,25685,21753,13191,11140,1502,10602,28386,3088,24356,24356,16207,12102,1959,22701,14093,10434,3447,14192,29362,21586,20850,3823,26621,19387,11084,28439,23806,26622,11271,4681,20574,26628,19840,13015,5063,6472,10924,22438,11127,9041,21340,18448,11072,19277,23824,8515,5688,27433,3250,7496,26637,26926,17361,26642,24173,53996,26644,26645,19502,21213,22566,8970,18491,9747,26649,12920,12854,22797,3690,13320,22356,22356,4835,7167,1077,22829,22766,7319,14870,3080,29684,28315,26031,22220,13213,20195,20195,18630,12608,21842,17601,26676,18622,3587,22665,27532,26678,26681,26681,12517,9201,10359,9615,11906,13738,26686,4155,18795,8519,23757,5539,9436,26530,26526,26698,14978,3076,17634,15291,10032,19036,12377,12417,13306,13272,6769,11731,27381,11876,11349,22927,25117,25117,9341,3311,8670,29296,14476,13118,23463,16020,8229,26711,21094,4431,28473,27713,9710,6567,19466,4197,26717,6461,26718,253,29391,11699,22211,14472,20187,8054,28709,6713,20767,16262,29555,25256,8614,9677,4801,4801,700,11528,26734,24336,26737,23158,14150,4980,26745,15354,12450,28231,27443,4128,4128,26498,10612,14240,1981,26750,15181,3928,29505,29505,27306,6701,1109,12583,23748,4022,27210,5691,10866,26761,28936,2107,1884,28307,20635,26769,6843,10529,569,18791,24274,5658,23651,13238,26775,8245,26778,17128,13388,18684,24737,15690,2279,17564,1541,10828,23451,22392,13697,9802,26930,5025,14878,22674,27549,8639,10443,493,13164,15714,23052,23052,19953,1466,1335,7793,1984,23135,23204,14464,8238,26806,8754,13143,23213,83,20469,20808,16844,16574,22091,20199,10776,2853,15355,12484,12659,14538,28927,9186,15681,8873,5589,13096,4616,14704,18908,14079,3427,13367,12073,2583,26216,8896,45,6056,13871,18956,20883,16991,27193,26830,5965,26833,24933,10751,15704,28623,20884,3827,16191,25312,1596,24884,23706,16485,27499,8913,24428,2416,7083,12024,26848,4262,3414,2573,2523,26901,7980,22200,29310,28908,21199,5021,10324,26931,15287,27617,17018,1698,11464,13429,1700,11081,26957,18556,20890,11068,18100,25225,2550,14037,17049,26864,20923,21361,16793,18481,26870,12700,13238,26872,26873,28651,25643,29331,7929,18475,3353,26446,11268,27645,13307,18075,22552,8279,114,26896,16746,3252,26902,19804,1347,29371,26904,5484,4025,5772,12976,20637,14671,2944,5151,8494,19845,15961,26914,26915,23232,5518,7840,8786,24424,5875,7784,5459,8156,6039,25541,6580,24003,5383,26930,27087,9481,16291,4155,26939,314,18769,2235,3478,26944,372,9087,17770,3711,12677,26949,13887,7499,24022,8432,7204,813,22214,18540,12716,1803,9472,25502,26964,645,26967,2421,28831,4215,26971,28480,14958,14827,12980,8218,7651,7651,11491,12848,28037,10187,1033,14723,14723,26982,26982,9735,1052,26991,3098,13320,11758,942,24926,3053,26996,19148,2046,6312,5763,5351,26172,26172,10019,13140,22808,15102,28382,22763,22906,27006,1317,24245,5746,6446,16438,21084,28016,28220,4634,27199,298,19625,277,277,12700,1145,8030,8186,3442,14525,4774,27021,27021,27024,27024,12526,27027,22562,6330,12133,10319,27592,18276,7803,19312,27038,15992,5029,19421,24003,28302,9651,8130,10370,20377,14851,8785,26317,20906,17289,3148,26440,26580,26093,27053,16571,18224,2209,27060,19828,19810,14848,22384,7546,20762,4761,27725,11867,9743,14967,26728,20865,27007,28448,8794,27871,27072,7919,6891,12135,27073,27075,20620,25625,17777,28134,15273,25574,3612,1959,17497,3853,15024,14003,13768,10508,28135,11465,9494,5400,19876,27089,27090,2568,27094,8607,11590,21978,27891,14909,12351,20340,27590,16260,12690,7719,20005,10763,27102,18856,19854,1544,9980,936,5069,1371,28939,16249,16164,13368,8372,3556,9890,18952,17041,18064,73,13197,16597,2777,2777,15049,22078,11364,11364,15111,27125,16810,18716,7071,28867,19854,12024,27134,27134,21564,27463,8863,21977,9261,347,8349,19311,28003,11455,27154,3971,27156,14054,27160,27161,20159,18808,25914,1544,14881,15682,7823,11225,5942,26650,15975,4652,10502,19248,23012,15261,15768,17181,20316,2799,4090,14304,25596,21410,10835,11577,11486,19936,27175,13894,19625,28510,17172,8586,6324,10533,12848,22559,7848,15992,27181,22521,9928,2297,24460,3194,20486,4900,24298,29358,27196,20575,20154,1423,28156,26168,20972,15427,7140,11140,6729,7951,10120,8086,28767,10832,27535,21033,22550,22804,1950,16544,17521,10903,17838,23613,11157,10899,27895,7780,19964,3963,27221,5153,21531,18304,27226,21857,4707,10279,4929,29102,18269,27235,19201,17716,27991,16292,29453,13797,4050,19719,565,7639,16298,19377,21047,5924,28003,25896,13210,23915,19833,13280,25445,13321,24308,14136,28569,24856,20259,10729,17494,6221,27250,10401,23882,14876,20910,3605,5249,9864,1171,7067,28746,28746,10195,25380,24094,12446,3759,18139,26328,1899,27267,24819,10527,12799,15468,27269,5092,11737,28255,28679,20041,27275,17791,24291,8931,19176,22001,16838,9298,2506,2665,15725,23707,2413,16320,1906,14328,1521,23774,2417,24665,15732,11344,9602,20878,20364,20364,8060,8060,27313,5614,24549,25329,902,10422,9116,4725,28056,23829,15170,25440,20776,27328,727,16309,29291,412,6588,24425,2381,16197,22098,5328,26976,14312,15987,977,27332,18123,16118,7942,18910,22390,16433,8589,10956,4035,19127,484,5432,18301,10151,11023,27342,23185,1140,17723,27344,4918,17498,27809,6202,15350,27348,1392,5121,109,10384,6248,10124,9555,25808,19341,26529,27358,5157,19380,1966,16194,1800,27363,27364,27365,5335,10053,27372,29525,27373,9236,23359,4865,9990,9830,26187,25805,5256,19050,22427,17285,14025,27890,23932,27388,6043,29455,4286,16354,14110,14954,11301,14212,11007,8340,11662,17702,12585,4783,26661,8451,27403,11546,24321,18550,27408,1705,27410,11219,21162,29470,4275,27091,7634,26255,26255,8091,5235,22247,6497,5191,3600,25478,29569,21379,12353,1834,19497,19803,15603,4077,24598,20076,18593,3106,12378,12378,23355,13813,18348,29490,944,16294,16294,27451,14972,2998,2998,1211,9547,8166,16120,25204,14901,15065,25184,8925,18047,3155,2770,8000,12620,19070,27466,19445,27467,303,24534,10668,29394,23667,15846,9960,24956,14644,2648,20804,26291,20623,27831,9393,25377,15180,15259,3982,25946,387,1212,23762,12705,29585,8723,15071,21160,26778,26778,5813,2886,18522,27484,9036,3858,1107,1107,8331,913,4499,92,8832,6977,5460,2560,15881,12988,27496,15616,26831,4823,5262,18348,7291,22921,12120,1025,1025,1925,21620,17642,10582,27507,20347,27559,4358,8959,20396,15421,7198,6938,22117,3237,2536,11810,12447,1937,2515,3345,5739,17135,27528,6077,22920,27419,14770,16674,29072,23399,13671,9448,23744,4767,1243,29645,788,21347,5630,27146,3162,27544,19333,17575,7749,5965,24692,11240,11773,16952,18665,21982,27553,11359,10360,26800,11552,11816,24676,19638,16442,7114,9418,16354,13544,4952,6706,10173,26366,27569,13266,27571,19267,15896,25016,8152,11312,8816,15559,24173,4196,8633,8122,2024,5057,6644,6670,21370,20757,15049,27587,5021,22302,26041,13774,8864,3521,23073,11327,14857,8745,6339,5614,1480,23925,27173,19938,26729,14982,6397,116,10500,6480,25726,13069,18586,10119,13539,3177,11388,27960,14651,1860,13621,27631,6687,3437,13333,10292,6831,16713,11739,6409,6683,19418,11149,490,19489,23803,1178,11144,399,3167,5806,2647,11961,19009,2694,6283,27651,6283,25836,23913,2857,16696,11369,17181,1320,18565,21913,27663,10719,17963,25747,12058,22632,4492,7734,177,27669,28025,1389,20779,27677,27678,27882,17234,3691,27680,191,18696,4852,3662,9978,27688,27927,18592,21092,2750,8043,27697,11184,27164,18065,29446,17064,27700,15704,19929,24502,9007,21545,27707,1818,10433,17410,2496,27714,26763,2921,3304,3780,19354,26704,59,12607,22750,1455,1779,16964,16964,26974,10041,8633,25624,5052,27731,13295,15193,27733,27736,1840,27738,16248,21391,28579,11694,9856,24496,7848,5440,15605,20520,17783,20496,25034,17464,2824,20901,5312,14077,9795,18023,12337,15681,14625,18907,26926,14300,9550,29187,22348,23936,5673,17970,13771,27392,27833,27766,13091,625,6127,6701,10150,27775,12689,19548,19548,7870,22421,20248,1872,16040,28586,21187,9386,8514,27780,26837,18427,520,19436,27789,18846,2767,25972,17238,23325,3837,4410,12482,15233,22941,24483,15412,12633,23546,10086,10086,12741,12262,523,5215,18206,23986,24324,24324,22198,18374,6532,27824,4996,4996,27636,27827,2037,27830,21870,2211,27837,14764,5442,24527,21194,29100,25213,11796,1187,14157,4569,122,22314,27846,27846,27847,28856,19736,6908,19933,18237,27850,5702,8733,18880,2534,18880,682,15100,16201,15317,27858,3704,27862,8901,14186,24540,12298,13532,4117,14336,13764,18948,25211,1701,11840,26220,1903,26536,6220,14775,26462,13471,4518,17789,2034,824,24858,6429,27883,15500,27886,21853,14345,14602,1587,17494,26744,10137,23295,6228,24611,25829,27895,4051,15986,1437,27896,1286,29030,1142,27900,14262,15529,5857,16603,4944,9973,3916,19728,19625,27907,5454,9700,25525,11079,21667,9896,17592,28423,11910,6513,23515,16683,1334,7644,27916,17539,13736,27917,27918,15641,17750,1709,28666,28666,2812,2812,3759,3993,15150,3324,4003,3763,23366,56,8486,25563,3894,12861,14855,8112,21013,12847,16655,20331,26130,21599,4342,27946,10032,13689,2167,26656,12262,27432,28147,7581,5917,3641,2378,29085,25962,7682,22044,26599,25140,27960,29439,15722,4278,12070,27966,12246,25506,2578,8500,8500,25700,2217,27973,27972,20983,24530,4779,9881,5690,27979,922,12406,27983,3590,25518,2528,22238,24357,27546,14774,20460,14879,6281,23642,5372,13548,29161,5471,10193,27998,10995,24801,25338,5750,22969,14636,3365,12378,6953,5406,5410,28011,12075,11926,28013,28013,13401,24373,4020,28016,933,428,15368,17690,6136,13777,6171,18895,27185,14414,16862,19826,15945,20555,5356,2793,4023,13687,11302,28031,268,15821,14538,8217,24630,1662,28043,7559,3460,15482,11909,5557,7590,21781,746,15566,3110,16295,19091,1609,21411,12114,12114,7073,9121,25209,12837,23351,16853,14713,13854,18341,11192,15725,9087,7908,25206,2031,28065,25539,28066,28800,29654,4960,16094,884,17205,17205,28071,23960,10919,16826,19982,14889,27114,594,6565,16483,7907,15627,12539,6635,4811,8313,19319,1503,16486,19554,24281,5029,9352,11565,16484,12990,12379,11171,22635,27854,4480,15396,24085,23976,12444,14506,9751,16552,22050,22602,9323,8379,13777,28874,26320,16049,19566,17078,8048,28105,18983,27548,28109,17772,11807,6684,9279,2235,2457,371,26732,11182,14918,16438,18738,5929,14586,19660,3889,17075,28095,21073,5603,7305,18085,28142,11339,2340,14899,5871,2391,22102,927,24006,2382,2382,18863,61,22241,21247,3125,25838,20533,5110,19322,16492,2360,17174,13756,11765,11559,7761,422,23533,6690,28089,27832,13799,299,29492,218,7568,21062,7362,28755,28175,10371,10371,9032,15553,11776,28179,10353,3202,21886,13501,27240,4106,18398,17543,4768,27790,28189,28190,21064,28942,7574,12274,17159,1547,16235,4225,26842,19266,19597,28202,1310,8552,2260,65,3685,20063,4472,25706,27576,11842,7103,2572,1354,6767,28213,15173,28219,9111,13626,13202,5539,25150,28223,18849,19442,11138,28227,14964,10025,18779,18419,3194,20536,1598,24103,17243,7912,9316,28066,8583,17420,7857,26495,17307,5509,28257,28674,8801,26516,20837,11476,9865,10257,20044,19521,15023,17401,5933,10422,28268,16984,27483,28272,1050,18692,8466,18472,21142,21142,12595,13825,28278,6546,21844,17868,7044,28281,22385,3877,9302,17859,8193,25907,17255,28284,18662,27533,4923,16581,16581,18182,18514,21993,933,5936,50,23928,13639,25603,28300,13395,17449,25276,20986,2737,28305,16005,8209,6919,4750,14663,14821,19370,26022,28495,1131,10311,13166,2169,16340,15246,6432,6583,28319,20589,20416,83,6870,7033,22629,26117,6475,481,1270,5817,4249,15740,14751,28332,7711,28334,25925,6261,19132,13303,5843,15231,4503,22230,22818,17032,18836,16945,3772,16960,28674,12890,17445,12789,8059,19557,4213,23802,23880,399,12380,4910,7986,12175,25747,21784,12442,17616,19220,17829,24675,26546,17674,26029,21043,10689,12314,18330,28369,17360,20062,15860,27888,1207,12083,15915,16819,15675,11647,27143,26502,16139,28366,25619,13756,1877,28387,9105,18589,14936,8329,12068,7603,28393,28393,16924,13284,25108,15269,13851,3070,3070,20761,28400,27208,28404,18875,24455,28406,7702,29075,1714,27897,7539,17045,20992,23334,28413,4207,11649,437,22729,21015,22421,10114,5088,28418,28341,2267,20216,9713,18259,23353,3450,3573,18791,28424,5583,18660,26893,28429,12618,19788,5008,9503,8177,26435,28440,10802,844,17977,29178,6112,16827,20468,13921,15742,20659,9172,21882,27501,1945,14615,28455,28456,8437,15456,28461,26559,6894,24570,9191,1711,14465,17466,16893,25174,21482,25052,28625,1057,7332,7332,24026,9076,6149,21104,4358,1240,8095,28463,1200,28482,28483,10450,20409,28484,25254,12353,26280,28490,739,12747,21987,5451,5451,8344,8344,28492,24439,18540,16395,24218,12132,21210,28993,3998,1242,24418,14470,4141,28495,24708,21968,12926,1829,7787,24105,17779,26421,7552,17048,22297,24530,6401,25549,19938,19891,9354,8831,11207,28530,928,27820,28534,28536,28537,17002,19599,19599,26670,25811,26508,29516,10659,10659,800,20986,18916,7717,12585,4537,19388,2808,26977,5294,3173,15708,28554,26830,15242,11228,9401,17408,9070,20838,11849,28561,4277,24525,19717,9239,15444,23212,27952,16237,18217,24537,24580,21820,22521,9721,7005,28575,28574,4821,28582,27127,27127,8804,26324,12834,15497,14564,15038,28589,21179,5751,28061,19923,17653,28600,28602,22022,5859,26226,17565,10060,21402,28618,28608,13170,10992,28071,27500,9866,28614,302,16387,11437,13988,15147,20160,28624,18951,22022,17165,17165,17817,12615,26204,5461,7007,20680,27763,22198,15238,4348,7440,29160,8833,10441,7274,19567,7761,15226,25732,4846,7791,5925,17424,28646,21458,11913,15385,23884,25845,15881,26745,3872,1758,28650,26284,7016,10613,10613,16936,5308,14369,9395,15828,22246,14910,9008,3595,21723,24300,28662,28921,9832,28664,9683,23605,643,29349,24162,5546,13116,790,8590,8494,10260,21226,7814,16010,28675,6518,14092,28678,21244,28514,27594,13203,2150,29288,28680,28680,28682,28682,3643,25652,26888,28626,338,28691,3408,10100,317,742,16078,21266,19696,3506,4103,13557,7335,7335,15282,18597,25129,19667,17301,1749,18991,28711,28713,17379,19032,11232,15137,26940,6943,14863,8321,3270,8769,11345,13912,2370,1087,28723,22274,191,11189,8737,1629,20261,28725,8796,17486,7799,3932,3378,6583,2464,9626,9627,23889,3122,28737,28734,7843,28741,18061,28741,18048,344,8623,16388,27147,8892,11329,22830,8119,25735,8912,28198,26180,19305,11080,9144,14703,3580,10171,25383,19533,12760,18632,11183,7216,13124,4107,1955,7296,10929,21487,28173,4824,15934,3431,24415,17396,21582,23799,26094,10748,5995,12849,15149,20850,18101,3614,13484,21038,6431,3809,24236,7709,24765,7079,15950,23102,17733,28788,1285,6920,1558,223,446,14864,19553,11975,13875,8425,15414,28798,28802,11807,14621,21739,7437,28805,29681,19920,28808,11169,29605,2162,9755,28814,28818,28817,9134,28820,28821,4027,6446,19655,24314,1359,29628,19763,4954,23225,8249,21463,12335,21495,10404,18447,18313,25657,5678,26889,13816,23397,15500,28835,28836,25295,18050,29290,11547,29611,26840,14993,10949,19408,9058,23691,20797,7273,13540,10079,28647,8279,4878,232,13554,28691,29344,16364,28858,10826,6002,18734,8152,12739,17835,9718,15694,15385,5462,14613,9032,2084,28874,29100,12314,4266,929,4378,10669,28887,19962,10272,19138,22454,28889,5057,13415,24333,979,16457,28892,4549,13250,16380,13876,18054,3213,15650,24892,16916,10987,12375,24514,6083,6713,3126,8489,25501,14633,12671,18821,25597,28912,4083,8884,2699,10353,3525,12302,349,15801,19382,23807,5972,12209,14193,15182,18553,28925,16224,14630,853,9054,18876,15217,24398,25373,15556,22670,18751,13153,5402,28943,9388,20846,28377,3079,29400,17674,18244,470,20087,17759,20011,20943,7585,28956,14578,19075,15749,1977,13035,23590,24411,18575,3193,260,16497,15450,16602,7728,29048,512,512,26170,11125,28968,5204,5204,28970,26577,2538,23689,21145,28396,16221,20857,28976,28977,7269,8165,28978,8878,12698,4366,8798,9501,11100,28987,18794,5235,27998,13647,17432,27709,11360,14635,16369,5803,8127,24592,6157,28997,1956,25352,29002,10488,2377,27387,3951,20318,9392,13453,13181,22835,17692,24447,28793,7275,7079,18286,6392,5130,53911,7909,5360,17790,10331,21106,24405,28238,29027,29546,29428,11732,20641,3188,25909,1612,1612,20269,13956,2876,23011,16056,24919,28191,27675,15832,8078,22063,8637,17168,9276,4040,19810,22638,4382,21771,5201,11586,24557,17877,15093,7436,8921,20237,28879,24273,174,5952,13090,6155,17041,12026,21363,8556,22831,5796,6012,21890,2502,9965,5739,8236,1044,23186,29073,15788,20482,6389,18643,25657,29078,23785,8098,29083,29084,4741,9793,16313,16313,29088,21277,29001,12903,6476,29093,672,29097,1105,16266,16291,29099,26834,20321,9332,23744,20787,6843,4530,1349,2146,26956,17505,29114,20569,14428,20422,11099,8629,12118,14194,24328,29098,23821,12313,29129,9446,10073,16983,11461,447,7880,21602,10971,14536,19090,13208,6834,14295,3980,774,10236,28642,11581,7946,4755,19692,19692,11868,6304,27861,29144,27674,6207,21887,14131,3074,17654,23890,10453,25058,29150,28316,5235,15252,3332,29152,1277,17801,11508,10926,10926,622,622,24469,20894,22022,24062,19031,19877,10415,13342,29163,29640,22429,29167,24362,889,416,21382,213,29168,17853,2228,5269,26081,12627,16870,11165,28412,10594,17590,14614,2471,15470,2558,10184,1813,23700,19422,27149,3047,20326,11370,3761,24053,11539,12595,4314,11587,29478,5064,27236,742,8456,29194,5908,8286,4137,17311,21345,29200,3589,1369,29467,24022,4095,15371,8324,19794,5713,4048,3197,7171,10888,6418,352,29212,957,13126,26460,27156,9841,11744,26366,17582,16301,861,18937,18522,6156,8392,29513,26346,1126,8559,29235,3231,20255,19623,19914,6376,13986,17097,20307,27938,53852,7951,7222,29243,19405,10481,164,21454,29511,3381,13513,1306,18848,17433,16715,24017,9193,20804,20946,982,22125,14198,6198,11421,24328,20607,14059,27165,3163,17602,23572,25279,25933,29268,21028,29271,26525,29272,22103,17861,11939,29569,17311,7806,28336,20581,8374,16017,16931,3522,3032,19705,19173,20722,6904,19879,29281,17426,26436,29285,24652,29292,1175,26890,25407,19522,1786,9560,18609,27321,10016,26246,15374,13088,19919,29306,14500,29307,24774,7494,28613,29311,29313,12496,12809,11426,24761,737,17083,7549,15536,2136,1428,29318,24140,5874,5486,8979,13401,29328,12080,28217,2818,20300,7030,4151,22783,29338,13442,29339,11121,261,1780,22343,20585,29344,3009,5796,4548,13024,17510,1417,18887,4945,16906,13291,15058,26029,29366,24487,9075,24601,742,26815,9225,8948,3416,20104,4858,8575,20824,21740,9137,29377,17094,29644,17225,19097,352,23515,27526,7135,29385,9874,9874,21397,18695,18729,26009,24477,29388,2622,27895,20837,8205,8517,5418,10439,20481,1835,29398,23089,12982,378,29401,24709,11754,25763,29405,29405,20200,20200,3158,8944,18596,6679,6666,17386,6545,6545,5296,18915,15043,23742,8448,5026,18784,29301,4311,27128,9105,17015,10824,29418,12425,15278,8137,29423,24560,22507,25637,8877,10568,4733,13536,2326,25089,22578,18986,250,12266,12266,634,28246,1192,1826,19800,13755,22191,16475,9660,9656,28258,5612,10638,20127,4638,17955,8451,10461,10461,13495,2111,29453,2998,18463,29456,17190,4650,14217,21770,21956,24235,4248,7942,14035,14035,10111,16063,3007,24494,22256,9950,13523,21914,9157,11121,866,7361,8186,23330,17831,20354,1229,10690,9430,26034,24164,7320,9708,28445,15936,25504,25504,27125,29495,15490,6005,18419,1346,17492,15015,17800,19476,10184,23325,27886,21914,14426,13990,4362,27582,2312,24029,14443,17985,17515,29512,24118,20411,25681,29518,29520,29522,29524,6928,2384,2103,15004,16720,22601,4857,28313,4857,26812,13147,17331,25538,27653,5605,16997,18434,51,28439,25533,22359,29535,22201,1674,10891,20052,20052,19743,16146,22803,16196,27839,27839,29540,9985,4056,14320,29544,12109,29545,9906,15712,7280,29549,21417,3273,10943,8706,8827,10329,25266,18608,6862,3370,4564,6680,503,29163,26276,19817,18153,24374,27740,26116,6190,10543,29572,26349,14422,12065,6622,22001,22844,18386,1008,29585,2444,22910,29589,12649,6454,18451,24378,24256,21416,25679,23786,17528,8669,2332,29602,29608,28514,17901,5721,20030,5470,10494,27957,22924,2279,18869,19775,7270,11493,9507,7632,500,27058,28061,16684,29625,15320,29626,29627,29630,15717,10484,29539,9531,22680,7379,15274,11015,2902,2902,17308,6606,29167,9661,9842,18039,18945,23285,13565,22066,20545,2258,15964,29647,14042,2573,20174,19745,2554,26036,3415,18582,13327,17384,8824,26161,21945,942,20817,17068,29663,4820,16805,8348,29666,29666,1268,3197,29355,17590,16745,22469,12914,15438,5005,13172,12232,29678,17438,24780,999,2297,8195,1661,23464,1065,27606,17038,4007,15271,29686,5943,29692,17421,12670,2477,29413,16268,24565,6568,27013,27334,11999,22275,29695,11999,29697,29697,29700,7818,17696,278,14602,9292,28213,21686,7488,7434,25847,29710,29711,24852,29729,7100,15562,29714,26302,22459,343,14684,29743,16619,53972,7434,54024,937,3248,29728,6800,25367,24408,20000,18693,9068,16763,4327,20230,8248,24852,21261,20597,15688,10378,7586,15584,7065,15033,17798,2339,16763,29710,29709,7434,21261,29735,14031,53992,21296,6254,19700,15000,29732,18693,53767,53770,53919,53897,53777,53779,32265,32265,52966,53872,53879,53869,41584,45485,53922,33685,33685,44119,53811,38459,53817,53847,49813,32880,53829,29751,53830,53833,37407,29753,29756,42839,42839,29754,53200,53200,53200,52708,46247,40335,47037,42859,50955,51572,45570,44527,30182,37021,48115,46483,43840,43786,30469,51148,39732,41223,43073,32665,47364,31479,36821,29850,44727,52088,37907,34654,42794,51601,49458,37464,46095,48645,47340,39143,42014,31457,45090,46451,39473,41075,41278,44310,39012,53068,40603,36744,35133,44046,48652,32066,30373,42480,33258,52016,38588,29770,42079,50022,39654,29772,53260,42996,39586,41908,35311,51539,45453,38899,31703,51214,51048,39048,50508,30667,43902,38104,33824,46972,47654,48768,46103,45051,32812,48748,46231,32526,41078,50565,51337,36592,39190,46118,40045,40210,36091,33781,43036,34416,33462,48062,43156,38569,53673,42639,52345,34209,46326,34633,43932,46733,45391,38136,31550,36835,44888,49638,33995,52285,39790,30644,45347,48671,50905,37807,33914,45642,44929,31287,33129,43922,33846,30305,48202,52971,41387,53612,52949,38117,49083,42303,50936,34190,36008,52526,37894,39244,41924,51694,36017,53672,38120,48353,48580,31098,49882,42315,35579,51556,37854,30727,38659,31100,41850,50423,48522,41570,29786,47890,31914,40244,51616,31255,35461,30278,41549,43838,43566,52896,37168,53221,36008,33536,46307,39181,29791,50857,37079,46436,30721,45943,45473,52294,50491,36150,52379,45532,38757,37249,45463,49460,46634,44705,33457,47790,39393,50473,44516,37370,30370,32884,30821,45342,41228,30312,40169,44956,50971,43279,33558,35917,49298,50022,36120,33218,31629,43303,42005,34878,41635,33196,51212,49324,47092,50761,46076,53651,52357,42594,48453,51460,47632,46996,40662,51549,37290,30145,35969,40299,38246,33681,42043,47406,36677,47197,48975,46507,34866,47924,37376,51210,51235,52970,34779,33031,46250,48905,34260,45863,42570,30267,53385,47932,38699,48970,46025,39158,34724,32483,39644,50056,37738,40841,45886,30657,36455,37878,32429,31699,31922,46986,36051,51552,41439,49738,33221,38436,30758,44971,32002,38858,47504,48629,48678,31854,47128,35723,40267,44071,31123,45949,35990,40640,47857,53594,39752,42508,53040,34575,33475,30591,33061,43040,37242,34277,37289,52869,42220,33646,31250,47629,51437,34810,50301,47681,33124,30731,30938,42037,42259,30442,41033,49780,42433,39110,41198,51939,31025,34908,52079,37128,38055,51154,43489,52557,42306,48080,52610,32381,47048,51444,37553,39632,51813,34053,37093,44297,42150,48977,51487,46377,31355,37394,47076,50652,42907,41449,35333,35525,37158,52993,49064,38175,44507,45044,37279,30584,42130,48108,39378,44850,48754,33639,48192,47862,36601,44313,41648,44892,40280,33322,51415,33046,31646,40723,38667,49180,48467,36256,44973,47979,39293,51024,39910,53345,42181,47670,42376,31971,47237,40270,31615,30225,45007,33326,39962,53203,53641,36641,39426,42351,31260,47141,33381,45340,44229,34656,51839,34474,33796,45321,41557,37297,38004,43582,46425,36630,40714,30785,41141,47945,41272,42813,31840,30724,32443,50953,29842,30741,30567,38848,32782,46627,44189,51564,46793,43809,38189,48611,33132,31518,34055,33107,53238,46139,31927,51541,36819,34157,34751,47802,32617,34153,30063,44802,35970,36969,35471,31605,38911,33371,53490,48200,51927,40984,36481,52666,41734,29856,52788,36348,37729,34516,38196,36295,37914,35452,33211,47996,43586,32691,35845,42870,39126,33913,51383,51393,50078,37827,46568,50244,37660,35773,34548,32635,53164,41083,34300,40100,52436,43335,36634,48473,36070,51420,41653,44523,30407,37472,40478,43116,34841,36808,29862,29863,33192,33916,52269,34572,35630,39887,40016,44203,52119,36464,35942,43475,43554,44529,40741,39759,31560,50673,40473,46975,51992,52714,48638,38359,29866,42255,41419,34348,49052,40601,53093,41549,51252,36688,42645,53569,29868,34773,39135,34778,37400,49258,40386,40140,33780,33309,31334,35509,36470,52660,51406,29872,51196,49197,44737,39650,42398,40100,30504,43732,32827,49284,32179,40962,39424,53574,48028,45459,49055,37135,32934,52017,39695,37262,51763,48825,45135,46424,39837,40617,53202,33732,34362,31825,33125,31202,41148,31489,49758,46455,30581,42195,31514,50606,51701,38090,53529,36872,30946,39578,41821,31412,51979,46827,43130,38054,48677,35871,44277,46714,31680,31804,35219,35662,45728,47465,49645,37759,31748,51527,34830,34594,44602,45749,42222,42318,37430,35634,37435,47838,38548,47188,30075,46101,36827,38759,47115,41573,46946,42435,44975,51339,51754,34534,35212,51008,40153,44160,35198,42763,42111,52695,45737,32287,42333,38149,34918,48586,38886,38754,32747,36955,51530,50870,44309,52679,45036,37201,35098,51754,35134,45621,37053,31747,29890,31974,46195,34517,50660,45228,32632,40089,46471,36402,39010,39961,31377,30067,51632,43667,47589,42811,41001,48046,47124,46851,32921,32712,36909,50456,50043,51858,40244,45563,44832,49399,48969,53544,39516,31564,47021,38035,34857,45673,36520,49837,39419,47782,53657,32118,47218,31608,52249,38070,39058,32163,39000,36077,50412,34601,43149,31990,40697,32799,51062,33918,29898,35735,38922,30701,44615,47388,40939,41314,37462,30157,29899,34509,46001,34704,46294,29849,37336,36936,29903,32023,53171,31406,30120,46501,32121,49556,42036,32922,30570,44700,38938,52812,35344,51874,50791,37441,41630,31417,51095,48369,37329,53061,51661,32028,47941,43942,35698,50721,35620,40638,36469,30052,44316,39943,30135,43128,35167,47769,38599,31339,30557,48317,36507,30320,48058,40829,38653,40893,36735,32817,37989,44408,45595,38390,43442,50287,33003,38688,37032,42994,29909,36614,39378,44080,36429,48909,36933,53524,41932,41167,40040,34336,50131,43887,33244,45363,37260,47038,43736,53349,48824,45565,43291,37645,51156,40638,39582,43352,43352,39689,44910,39845,50069,29913,33614,49648,43000,33416,49176,38454,40642,39389,34369,39792,36722,48717,45833,31878,31713,52818,53290,39584,31211,39969,40492,41014,39888,31307,45046,43221,53647,41366,33190,36534,43041,33190,44536,31472,39784,52215,36174,53181,41354,40519,34858,46279,39784,43773,52962,36586,39348,32642,49833,32655,48359,35747,36848,33871,35745,39019,35399,42307,39651,38647,44490,41268,32579,50887,36239,33803,31333,36258,42787,39244,35913,44527,29929,42090,47409,33198,44945,38435,41735,38435,52870,49780,51456,31640,51058,30391,46520,39083,41623,44500,51257,39654,31504,32895,42916,32307,29934,29857,47608,39284,42067,33904,45729,44448,53133,46167,41873,35110,30065,42148,30027,38582,53493,50179,39143,37071,33030,47903,32118,37696,39598,30429,36419,53276,53519,35041,40913,34139,41802,52959,42009,33362,44711,45205,50253,40107,50142,49324,36129,37451,32979,38229,38611,44742,39354,47232,46792,30902,47354,30317,31093,42040,52172,40401,36306,31758,51631,50758,36076,52056,49255,29943,34931,32560,32512,36509,39010,48281,36409,41514,40274,40907,34992,44157,48149,44489,48264,48362,49163,32458,33019,45849,45849,29946,34921,53409,29946,35500,33769,53567,50014,33993,44689,53252,30068,48558,35127,45560,29951,50379,44842,33490,30193,34939,29953,43208,51500,49550,33664,47024,49483,46308,52209,43016,40684,50631,46108,31395,29991,32140,39584,41616,42214,40640,51485,34831,46502,45303,46463,35517,35841,44661,35529,31362,38913,30324,44266,53367,50689,34796,50530,41624,40277,43187,51425,44884,31148,53093,49323,30554,53673,35710,33963,48526,38421,36609,31401,52467,45734,53501,53082,33892,37801,39286,36851,36498,51373,37000,43296,48689,44744,37593,51502,41614,45261,46957,29881,38125,32784,45818,40952,30943,35065,38577,47102,42645,39093,53566,47325,47845,42676,39041,50861,33285,30664,30040,48615,30572,51684,30829,52039,52260,32673,45095,39604,44797,47461,41872,34911,41508,32003,41034,36115,46413,38130,53332,40393,51807,43074,37654,38043,36653,49300,37574,37952,50137,32500,41835,41835,41274,33606,33264,48549,47867,49231,42463,31613,36714,29978,41010,32086,43056,51039,30130,47419,36326,48822,40900,52484,43458,30464,41899,30480,33784,50603,35829,36585,39301,38842,34504,31679,35762,34040,34859,34400,34847,31469,50406,47907,39856,44167,40968,31243,35547,48524,51718,30812,51742,32304,35693,50304,42540,46939,32031,51195,43109,32213,50752,30452,47698,48165,35816,51546,45558,32531,42804,44646,48418,39034,41370,37328,34168,43173,38651,45954,47571,36614,41200,33612,37431,51166,37477,41338,47055,43563,50706,40065,48580,44252,44940,31262,45606,39552,37864,34954,44083,48492,37298,46087,52194,31604,47256,53153,43240,51014,32574,50491,48989,40394,52493,33619,44245,45536,46128,48185,35847,36100,46267,32994,52609,42901,49012,39606,39122,45632,34873,43682,45062,43294,43858,30862,36925,35880,39838,39369,38980,43297,44642,47109,41358,43333,51746,38994,31530,31274,46453,39996,29814,43621,53388,47077,31397,48711,53313,35804,39568,45580,41495,45138,53342,30505,32034,50044,51421,39507,35853,31842,44704,47330,44002,38705,37936,30948,39581,33782,51863,45394,38546,41843,48959,29998,31410,32052,45599,45548,46419,41088,46933,51291,32678,33758,39953,45911,45989,52799,46307,34041,31847,32683,38398,52945,35017,32001,37158,38900,33812,33486,36408,50742,43147,30004,35756,43187,51186,32174,37452,39796,33873,39257,31702,36712,48826,44437,44919,43120,36785,31935,41946,41946,43455,46112,38570,30573,53075,37067,33729,37894,46806,32231,34665,30172,40468,48859,35314,32194,41562,44693,46197,30015,43742,50000,47002,48236,48318,43490,44567,39445,48681,41142,41759,32050,52853,32349,46547,41862,32087,30437,46040,53278,46040,52626,30403,41092,53048,47287,42226,49520,35507,33492,43653,47250,35366,33812,49975,34807,53708,47849,40809,38104,34943,48679,48047,38670,39906,35119,46527,39135,45264,35659,43390,45059,47429,31754,47351,32315,43584,47876,39299,45756,42397,36704,40689,38163,43765,38163,50117,51196,33471,39258,35473,52958,51044,33897,48490,34236,53535,34395,35899,50005,31940,50978,50395,41723,48902,51178,50903,47925,38986,48009,39745,42466,51862,52129,32235,41287,38068,38235,30737,43017,44259,51280,34079,46507,47928,39564,49787,36132,44580,44469,43581,42721,39704,46363,30028,44306,48810,33858,37457,33858,46525,36633,48856,37183,33309,36402,50007,30031,40702,48617,47991,53212,34951,49093,32873,37078,49201,41306,51240,32672,51394,30032,42019,35909,49171,46801,44191,38536,37054,50571,40417,51673,47158,43030,49106,42602,39944,42573,38226,52125,44038,47453,38357,48164,52435,32488,45644,37146,35915,49489,31972,48669,42200,43266,47826,36130,45438,43869,42424,43185,44664,48249,50896,32202,37989,38780,30949,47170,48087,52652,43048,37899,51903,53878,51382,43942,44520,47226,39223,40014,39582,37056,49931,41975,47643,35246,45700,36932,31763,37171,41084,40020,34014,51286,41952,50783,49580,53139,43755,44556,30905,38597,30560,42593,30560,40509,45512,52935,43074,40745,37656,35135,30194,39984,52159,44267,49408,52291,51062,46946,53554,48687,31795,41761,49162,31038,32417,47293,37553,49487,49725,39619,52034,34217,50589,50747,52945,44562,53711,32562,44350,45437,47645,41487,35149,32911,37130,34538,37035,31278,48693,29905,50926,43359,53409,49851,49644,30041,31362,36525,44396,47912,52214,43046,52457,37677,51953,29958,32772,52237,48722,51341,37425,39021,30865,51671,53511,42891,48702,50148,49204,33750,50980,44673,39892,36417,35982,45492,45042,39084,39338,38513,42029,48316,37069,45756,46934,41593,45218,39894,43251,40073,31529,32992,40833,41265,41689,41612,34988,36849,51284,32953,45298,32475,44773,30051,43291,30807,33629,32856,31605,38602,51061,53334,40030,33834,48508,46052,45693,33760,48891,39969,44632,48011,32600,53072,33710,39316,51874,43659,32553,50446,52240,34637,52706,38172,31976,37092,33848,36184,30392,38420,39351,43797,41551,40559,45995,37832,38230,41756,30061,41061,50794,51891,34673,52685,44290,39596,49317,50763,42292,36000,30365,38279,34670,50270,35961,35913,41515,52124,35537,34628,40697,38266,41206,51802,38012,39250,37110,37114,33591,52359,46591,43332,39345,47770,35602,53280,35496,30939,42211,30883,45329,31395,30719,51759,42767,47037,36743,30032,40838,31840,47748,47614,30965,37214,44950,51672,51205,52059,43197,47259,31024,30791,39087,43642,48220,31416,33440,34594,34787,51910,52636,49490,36218,40877,33435,44780,35430,40955,40009,53500,33751,35430,35196,44700,47815,47815,42284,49808,43480,42384,30147,48085,38693,48085,43430,46312,34244,30067,41299,51481,49215,44058,47089,40500,43836,33906,41569,33599,52343,41021,39406,30068,33322,44969,46949,52391,37674,50126,31734,47103,30274,52758,30524,30723,31371,45042,33600,39899,47842,46311,34485,44456,40126,46349,46933,49494,38058,48679,44574,43836,50898,46079,35634,53340,37868,41023,46747,34355,34617,33038,46464,40102,52335,35946,51257,31192,30013,39866,49441,45313,38682,49684,43015,34902,49581,45256,30282,39235,53518,52097,32521,47507,38123,34364,52558,37148,30567,53076,42275,31076,30101,48990,45716,49830,32282,35719,35001,36544,37240,34761,45937,30081,36018,45369,46458,49138,48705,34272,36797,33734,45300,32378,38652,38134,40939,41213,35112,46250,37417,34473,46235,50481,49980,52901,32656,45781,52901,53439,36217,33381,43253,45680,31655,46531,33174,47777,34826,46076,33283,40347,33771,41248,46921,45827,30088,45255,48445,39326,44977,35613,42790,51806,34140,39261,37523,36227,37119,39384,41297,30089,38612,34639,30521,36171,38021,38213,42606,33131,47763,37995,51030,29979,36381,45383,41837,36784,49783,43951,34813,32752,49937,41517,42318,38353,52718,44071,33028,33630,41500,33028,34618,30723,32569,45089,48460,48910,34552,36884,39965,53610,37559,37449,43640,53640,53394,51422,49179,49904,40805,42167,42846,46426,43124,53276,38071,46086,46086,42169,30508,40586,36068,33437,41480,40603,43860,32305,52605,35223,36869,47639,45957,50219,33029,38132,38437,53662,43138,44085,51460,35353,31604,49400,47111,48829,49799,48478,48478,38627,34400,33274,30106,51495,43540,42172,37569,50276,51437,51629,36282,31105,31880,32748,52721,45053,45419,32374,36227,44497,39560,30510,36788,38075,39923,35685,42203,48741,37822,44407,48170,37395,48067,46433,39572,48645,39285,39285,39721,50329,36860,29943,38198,45492,53215,37666,50359,38198,46817,30937,33976,31547,31778,32601,45061,40548,39179,33683,32195,34588,31086,36742,43995,42474,41680,49973,35014,32511,39578,33389,36854,50703,41399,47246,35925,33150,51793,43240,35582,41763,30993,42999,50193,33407,40999,36295,33393,34017,41319,50817,40912,41987,50226,35166,30794,44458,48353,49428,49171,44842,36166,52775,46262,32698,34742,39304,51519,35688,52484,46357,35409,45080,37331,30120,48321,40583,50902,30681,40482,37402,47985,46509,49402,31422,36128,48412,29879,48072,47646,35738,49434,34495,45137,44846,36747,34834,37767,47351,45232,34310,33816,52585,45989,46052,45537,47117,46210,48409,49366,50878,31320,32408,46085,38546,40920,46105,52804,49687,53334,43093,51924,34402,33097,47082,36389,53225,37315,43196,45261,32133,48170,33758,35277,53181,31329,38750,35787,30219,30621,35288,35740,35881,42306,47046,50190,38709,37837,38709,30131,34384,39529,39719,45230,52907,51841,43648,45998,47935,48601,37361,42805,44082,33916,52569,36319,51566,42629,52424,32561,42173,44476,41851,31132,33214,30136,40496,40398,32873,53144,49594,48214,50351,35850,35881,51477,36736,40981,52601,39051,29909,37802,30851,38392,37219,37938,43339,38937,49877,40458,39824,53210,40430,36816,40485,47754,43713,38466,41042,41855,38973,33618,52419,36037,39798,46420,32014,40530,38378,32357,51868,41498,47407,46318,44402,35688,44648,44970,32809,37523,37970,38987,53663,46703,52280,52280,38920,38764,36647,38602,41480,42906,32846,31544,36804,51209,35779,45446,31859,46103,30150,37849,52326,40207,42765,44175,40439,40167,45702,44975,45291,32091,47591,44014,34195,48971,47692,31500,52682,49590,37224,50751,31732,48336,46933,45985,46704,33978,43121,31351,39738,37804,49635,52729,45648,43336,44310,31436,41488,45124,32170,43176,31098,52066,50998,32231,49016,49615,34504,43167,32751,49317,51122,38422,38756,36629,31919,39581,50420,50565,46541,47580,49895,52196,39208,48379,36552,38733,52234,31314,31314,47542,46312,48685,40786,45730,37341,37099,34541,53350,47951,53350,34830,39418,49466,45317,40149,40499,37602,36608,32301,32301,38135,39652,33935,48358,30393,47682,36225,43997,46449,39668,35654,38738,38512,40572,42948,39865,34897,33543,38054,37270,33356,32449,47238,37662,53536,46577,30966,40062,38687,42968,45701,39749,50001,51501,44750,45110,31902,36276,34723,41795,37337,35351,52934,49678,30176,32747,36278,44397,33214,35729,38951,40768,53221,53221,49313,33604,36356,42352,49894,48606,53122,48237,46939,40774,38173,53696,35378,43226,31104,33426,43341,37406,38598,50651,30563,50579,45664,40616,44440,35897,30182,49335,36601,40836,34587,43695,44802,39270,39800,33925,36566,52299,39913,35772,37587,46488,34225,41166,37628,45852,39534,41334,30816,37770,40590,31205,47589,49539,40631,43791,52359,36947,35025,48525,36057,46085,41882,52012,36860,39143,38753,47620,48579,36002,38875,32299,41973,41366,39531,47161,31873,40354,45931,44004,34084,47275,33130,44736,51776,41475,52000,32022,34716,32008,44913,36050,45989,36002,41404,45368,45882,31478,37573,42238,43604,45540,33663,32896,44391,47818,43314,45793,40497,38486,36378,48279,39419,45615,42093,31085,49414,30675,50857,42925,30839,36283,52273,47052,44160,51710,52009,39273,40011,36465,51975,43158,35869,43606,38858,47697,44658,44234,30809,46784,34714,51582,30913,49989,40190,36586,53187,49371,32837,41524,49028,47065,38384,39685,50934,44104,29982,37786,53294,53037,37046,43101,48479,42114,30872,38500,46104,46328,46259,45276,47417,44336,44924,47260,47849,50604,33226,30203,34557,47560,51177,45415,48569,50656,52479,50023,33592,42979,51857,42276,30895,50859,41934,53454,51654,36942,44608,52058,47447,53251,42321,37685,42815,48190,35698,39765,51377,32653,35627,32060,43724,46552,33592,48441,51487,48870,34403,51836,36778,33560,44195,45214,38936,39660,36153,37580,36626,30485,31264,36572,30209,48173,38824,31444,43759,44480,31460,37373,33339,31644,45552,43178,31650,52246,31830,51351,52246,44857,36913,51587,40730,37802,48616,45991,37659,51076,37574,47449,39195,51946,33840,33122,41742,48872,52007,34717,50249,50249,33697,31816,39453,47008,51128,39635,34364,42369,50186,36566,51232,38597,40072,40072,36819,35370,37040,34575,33325,44663,44214,38270,42233,36704,42306,39858,32594,30026,36104,42242,47836,41442,32666,32666,48791,46706,42278,36477,48051,36137,39399,29798,34241,42611,30900,31470,34108,32797,39788,46407,36642,41304,32745,44940,30749,35680,41134,33743,40977,39316,40027,45076,32627,33101,39168,51255,37459,39989,53844,30008,43886,33134,37728,51833,46923,40136,53421,53421,46155,53121,43151,36348,50233,49156,37743,48347,45808,50632,31265,35594,44279,36938,40283,32781,33848,44392,39385,49509,34881,39196,50072,49429,30912,37689,48754,47691,40359,48457,43218,31032,46388,51667,41775,36905,49166,32073,53674,47241,40982,41825,47341,48165,39748,39041,30608,31678,43052,30012,33171,34610,42720,31700,47735,42448,41296,33847,41017,36995,48775,33847,46473,53524,39649,50669,36099,44097,41146,32430,38298,29936,52953,46846,52547,44594,35074,47390,33694,41792,52265,46151,41211,34615,52185,46576,38831,42325,49515,34124,29808,37492,53263,49096,33182,49447,50218,42873,48434,39390,52108,33390,37168,43257,33009,31316,32217,30229,34533,39667,33287,34855,31391,31391,40953,40917,30159,36108,32063,32868,43609,46421,43609,53389,42014,37754,47769,37754,52364,48410,31383,42521,41732,47199,33462,31629,43132,43280,33574,45445,40146,37652,37204,51722,37185,48628,34229,42325,41920,45676,48056,44398,53698,39383,36435,40182,42082,37728,41039,47567,35907,42955,41754,52633,45418,44583,36614,37828,38044,37730,30729,42620,40584,36905,38044,32362,38198,50183,52931,32311,32311,42104,37252,39378,30851,39013,33302,51905,42118,39844,31465,30809,30015,45767,30253,51337,42673,31031,42999,30256,44565,34491,42054,42760,34006,38629,51624,34487,39157,34136,49893,35670,43522,32717,31802,30261,42057,43647,47861,41952,38872,49561,30966,46736,38044,35962,31790,34282,32493,40958,32752,44730,48486,51960,43576,45529,50971,48453,43393,37227,42307,31977,29807,52917,33255,40223,42667,52220,36291,46154,46827,52402,50443,43373,51532,32212,49512,49939,31304,37471,44016,46726,46635,44765,40981,38401,42960,42108,37013,45379,32241,40115,31643,41782,44980,46394,46097,34190,45071,45868,35176,49410,44575,30695,41120,50155,33837,33846,37627,46489,44458,46853,49342,52486,32428,48552,44446,40108,30767,49090,34333,42204,40230,43611,36401,43637,42494,30700,52531,48792,38744,48530,34440,32626,44959,48146,35898,37328,39615,43307,48264,42862,34500,50560,53568,35598,33263,42657,33780,34532,42646,45278,41768,41415,47963,47006,45495,46361,40715,53002,33534,41154,31193,37996,36946,52010,36405,48704,46833,50528,49009,34202,47184,31440,45186,44370,50653,40039,49965,46765,30727,45779,42012,42012,36553,52386,30790,43342,33479,43802,43344,31639,31762,45990,42451,30186,43596,44564,38558,50373,44024,33618,42028,50029,32355,31872,43229,46155,41956,33364,48014,45176,49940,40817,42260,46836,35662,44895,42781,42977,34962,32356,37368,40580,36928,50908,46883,33445,30288,34737,49189,47249,35672,35672,52215,48733,31579,43894,44198,31897,47404,44084,35093,48463,52262,33137,47390,44297,31727,42248,43860,40369,48138,53092,35110,51289,52884,50007,46688,51684,30294,40265,40265,49927,31641,43577,47527,35728,35826,39819,35889,53257,30296,32082,34466,30298,42373,42373,46511,46493,37043,35398,44444,31729,40824,49701,43568,41586,49415,43634,34338,44299,31745,52518,38330,50527,49504,44812,40939,42086,38550,52717,41662,49952,49952,40288,32426,41494,53159,37629,34681,52810,35364,37388,44936,37388,40186,42786,36886,39667,53514,39876,46020,30301,30302,36493,43598,39563,34073,39189,52085,35088,52085,49823,47330,38028,48532,35070,33781,31203,38390,37659,33295,34864,39918,51320,45184,42944,41485,38166,41113,41112,43462,42807,34761,32484,39889,50865,42230,35243,37694,33025,48293,51315,33171,50211,43311,33829,33907,33366,43673,35858,52407,52407,41746,31327,48915,39202,35645,52135,41119,47932,39094,47019,53010,41462,33450,46107,35110,35884,46439,39348,38266,36839,50608,52538,41815,34600,32440,35001,45556,30823,47397,41146,45009,46571,49010,43915,30312,35618,43681,53067,42759,35239,41714,36704,30945,43253,40382,52767,43141,51644,34618,30871,49087,52029,44103,48053,34668,39446,43896,32414,42633,40912,36817,51129,35149,36325,48175,43243,32183,43095,46582,30502,39251,40616,36908,50197,46054,35385,33540,31230,39194,37704,33646,43626,39899,44910,52016,40149,37050,30320,46317,52038,39779,30322,30198,52630,38910,48724,50572,31220,42627,42627,37173,38223,32450,52938,36989,50012,39887,42387,42195,53674,47280,47989,46973,30328,43608,46613,34248,46239,47641,40654,38270,33659,53405,38877,49649,30329,45502,46335,51868,30331,40553,40553,49669,49987,31059,38295,34917,43245,33429,48719,31514,46232,36496,43248,35931,35036,35708,31476,41998,37945,42423,52432,38834,48146,42694,46550,49817,37961,37941,42089,50303,34697,42204,45758,32783,50818,53312,38600,45548,46130,32785,53203,49319,44177,39694,30341,31072,39532,38931,34020,52537,34480,50965,49820,43753,48680,44530,43753,51917,38219,51894,49321,30908,39726,38173,42355,37550,44756,50862,34166,42950,37463,46535,32110,46237,44738,46557,50226,52629,31989,38038,31030,53297,46991,51942,36409,40458,41434,43438,52895,46524,41240,41169,37246,46637,51418,33280,53402,52023,53402,31206,50968,34868,50230,48161,47987,41366,43716,52258,47044,52381,29858,32527,39779,35630,42473,36644,40521,52683,41496,50091,53572,45055,31434,51159,38522,38313,40555,32817,41457,49311,43115,48757,52572,43647,43231,51252,46265,34734,50631,47304,39100,29835,35883,33814,30057,39737,38954,47963,48246,37466,34722,50460,43868,52668,34307,45861,50552,47834,38444,52912,40869,37966,37082,49882,37832,53360,42435,36153,32120,37341,38581,34268,39671,46624,46329,33371,47702,30756,45891,40506,41838,39369,40506,47303,39366,42733,45297,35861,38929,47353,53765,41502,36905,49636,41402,50929,52330,44426,37345,36624,33890,37906,42689,37283,44210,30267,39984,53703,38292,45555,43293,50211,52413,47993,41138,47586,40580,45475,41153,34137,31367,37223,47648,49352,32283,30357,31222,33451,52524,44147,37733,51531,36781,33188,31857,36337,50017,30358,38306,53089,37155,35232,42383,41227,52246,41259,49504,37721,31233,43311,37681,51273,44707,30236,50652,52144,31908,34429,30547,41137,46850,30360,37647,50044,36158,35525,37012,47457,35241,46687,41397,37324,33410,30253,30900,45882,30507,48573,41517,50916,38860,52004,47849,41346,39253,39985,47053,33888,51602,53654,48942,48163,47943,43495,49289,34471,36636,41198,32814,45409,52227,35645,50911,36878,46301,43456,51115,46640,31389,40110,44204,52382,51862,50211,53630,41680,37374,38900,51398,32640,37049,40014,39037,38673,51844,40299,49510,44620,51509,50898,35376,41127,38652,38652,41932,40751,41414,30723,47847,30016,30378,34984,50863,30379,52433,37226,37844,37330,37330,43474,36496,49581,33394,36971,47061,33534,49931,42195,48431,38877,52068,37274,30945,44580,31382,42975,47404,36232,35084,32641,33838,42722,49055,43980,49967,35639,31796,30385,35860,52061,39332,46542,45936,31608,43168,49857,49843,49920,34412,47781,48549,42125,52264,41122,47603,48871,53196,33576,50720,38451,31922,48729,41689,45760,53051,46692,53233,44821,32517,44226,47082,48254,44016,47560,42340,46191,31511,50329,52716,32043,42698,49303,51171,52888,38739,51049,46218,52593,43485,32187,32492,41386,39498,37744,52339,52770,35040,42913,47418,47418,51331,51238,37838,34270,48643,48787,49558,46446,31229,34373,31533,33603,45225,46348,32745,41124,32396,48496,52784,31653,42482,47471,50354,36408,33530,38646,46708,52424,33328,30890,34730,48374,37055,49340,41935,40623,43413,44872,29828,31795,33351,46342,34453,53665,29927,51983,42583,52866,33097,40808,37486,44027,39629,35549,50024,52057,50646,30408,42828,30408,30408,39550,47206,48857,51614,46821,50345,36587,30412,49855,50811,48222,38610,49342,35076,32013,48597,48158,30413,39335,33623,47210,45544,48395,35361,29841,44054,31166,51095,31727,42938,34511,37824,44428,41722,44068,38286,35529,44434,38773,40063,38923,33802,48803,44478,33309,52000,51457,42426,45043,30019,31651,31503,44339,50307,45920,30033,39505,37483,36453,52279,48187,31027,44440,53629,44552,47957,30423,40039,45148,32155,30426,46186,52141,46240,52979,38545,39433,34860,49331,38924,32189,50909,49378,36268,42368,36366,36550,48393,31962,50863,36136,43446,38738,49680,29774,36141,30574,40137,32390,32389,45949,39735,34460,36222,35253,30559,49328,34676,30840,34772,40638,33264,42292,51160,51160,50196,42165,52614,43037,48321,53566,53355,31493,51982,34858,31037,34602,30765,44011,51981,44077,49658,38650,46016,48604,38697,36588,39586,44224,36721,51870,32586,33782,31547,52414,41345,43442,49703,32294,33927,44362,45073,32375,50905,45560,51599,40101,29797,45816,38396,48385,32253,34922,43171,32774,49572,38156,30444,32834,44746,52448,47045,52856,31907,41565,49620,47848,47848,43445,49625,46681,40983,32951,33896,48120,37527,43378,50183,39504,40723,44501,46326,46326,30134,39052,40588,30450,35671,32897,40027,53616,40548,50336,32773,31092,38947,40173,43571,39732,46158,41384,44245,35563,30028,35088,37085,47871,31258,41967,41967,39883,33462,40258,32844,31054,35293,44564,37000,48232,36870,47429,34061,39372,38338,31572,37472,48017,41278,32756,51846,53091,38604,32497,51710,37031,47645,32518,52080,35177,34861,39851,33788,52737,43213,42482,36559,47899,41514,35729,53845,40080,41671,41551,32972,47221,48084,41729,30292,43452,44227,34190,42328,37114,53338,49206,31130,30465,53350,43336,37372,51488,43336,51280,49749,35158,42273,42573,49716,53084,32184,53139,30134,45322,35719,50525,31540,30822,50656,30471,41129,45490,29964,52223,52223,48572,41468,38367,51151,51785,45785,31310,49928,40459,32647,51053,32468,37423,32285,45882,50198,30850,43040,44733,47403,53304,43644,45438,47194,49785,33019,30106,47930,35200,38286,51300,41189,48582,39128,42876,36303,53255,47262,44457,42071,51021,34293,52037,47467,47130,34741,48290,50440,33408,37366,36554,31515,32102,31092,46899,31092,52137,46453,39859,34197,32220,29907,33500,49942,38488,38488,33142,37630,33080,35580,31592,39834,47727,53501,48092,48093,34137,44598,35911,50135,47826,41916,46241,53084,32184,42257,46672,52493,35099,31383,31383,44871,49410,45469,32495,52271,37592,33278,39590,52958,35325,35415,33875,44403,47956,34816,48097,37457,42147,37220,38611,51143,50881,46419,36557,38560,45913,42613,43979,40121,51131,36416,52347,52281,30201,46569,46597,50653,46412,31546,47234,45610,42265,43791,49932,37889,35462,39462,39725,37531,37531,37757,41260,45123,41501,47949,48259,32864,37570,51681,30425,41956,39339,50487,50487,33133,32928,50678,51265,33704,42888,43665,30487,51397,33590,47658,46793,52882,45668,43440,42964,32149,48356,36794,45921,36845,43358,35754,46970,33648,32790,35047,47665,33433,30490,39102,30492,50450,36016,51651,45037,41748,37668,45235,43424,47199,42527,51570,45518,33008,40578,48627,43874,41305,44225,40095,48840,51957,40988,51705,35729,52383,51983,38312,49052,49344,34337,51426,42431,48913,46012,41751,47316,40657,53012,39804,43614,45015,51235,40710,41279,53002,52534,51891,34673,40117,31996,50518,34870,53598,48689,48199,37293,30498,53450,50504,41416,52544,41357,49210,41174,50603,43894,51887,34557,33334,31328,31328,39265,37628,44900,34269,38403,43291,34336,50967,42758,37227,37506,37914,44123,53414,46142,49005,42733,39251,46470,35294,31209,36440,48728,53568,33766,33116,33191,37000,51274,32091,34694,53008,43051,48629,51830,50422,47161,42322,33568,46330,51280,44439,37696,45897,49782,31543,39369,48254,40865,42864,36420,52896,41716,43758,41793,47521,47607,35408,35781,33694,33694,37306,44537,30027,37809,37669,34450,42782,49146,49644,44684,50940,49412,34560,35250,42026,36929,31926,42327,49028,43502,43202,43908,45567,50395,42157,42177,42177,44949,38389,44379,52734,53179,45730,46933,30515,39192,45730,31748,51443,48110,44171,30517,43054,48425,36423,50942,33681,52957,51599,43126,37524,46981,34752,38299,47087,48128,50547,37754,30519,30796,44193,30421,49849,44385,52272,44156,32066,51356,37146,43011,44251,41014,44085,38823,42657,37232,46971,46688,38879,33104,41134,34310,46816,49030,39959,51631,44460,47833,42807,47030,30968,39531,48316,43880,34003,33104,34890,51738,34527,33847,47845,46447,35881,46983,42957,40702,47067,32359,30837,52750,40690,48080,42056,41870,32387,45251,47668,39286,36250,30752,48569,37127,53036,53534,32095,46824,40836,53534,39101,53006,31967,50256,39259,35615,32146,43821,32015,49307,39554,35848,44809,48501,35873,48320,31323,40441,37205,48578,48578,29791,46859,42094,49543,38857,39380,52302,31877,41929,40085,39417,48216,31907,41284,32912,38130,32707,37126,42470,37612,44797,44770,37429,32886,44029,44029,36838,51323,34839,43659,51323,43326,34243,44811,51845,51734,51734,33320,49207,38257,46759,33386,44354,33795,48521,44469,38537,36255,37160,46593,30541,36919,40057,44074,45395,43760,51372,47252,46247,46803,41896,48065,43923,30542,52005,29800,31368,44845,37278,49473,33339,33339,48327,45212,47846,52002,40417,40306,41250,52356,36373,49778,36229,30280,51850,38794,40411,36406,38181,53120,40195,45598,36440,50142,34704,51923,41908,34615,52087,49612,51471,51470,51132,50125,50042,52117,39277,40708,49044,31933,30291,43091,45189,41390,39268,33862,34806,32025,49904,44405,44865,41701,33673,36724,40625,30120,40087,51588,47602,43234,43681,38207,51907,43564,43475,40697,31673,35006,35006,48777,47475,47475,41715,46599,34738,40774,53058,48460,35978,40158,37499,34881,52355,37499,37288,42908,37174,53018,45971,37352,40847,53746,46277,30556,44914,43648,33032,31156,30331,36140,39511,45695,32205,52558,51030,39753,46578,30558,34976,43741,53328,51310,33210,35743,40967,52783,30466,39958,50804,47275,37497,30376,53263,31989,46557,33679,41820,40016,42259,38976,44035,34515,51984,51270,32343,32343,53128,39658,45867,45951,50648,53141,39765,36057,48370,41431,44423,32822,39696,40994,52589,37604,40736,45001,44796,52978,43956,47750,39459,51878,39665,37987,45586,31316,42665,50538,35594,31231,38994,39436,42539,39745,49532,40387,45502,42027,39788,33284,30669,30669,43853,30568,33359,35672,32339,31313,32080,30201,30251,30297,33414,53008,33774,48015,33776,31510,49354,35865,48565,44363,47508,30571,30586,33504,46891,38745,50150,47699,37314,35224,46176,52986,41116,39056,41580,35126,31413,31188,53561,35675,50365,31579,43286,39815,42803,29841,44584,36128,46522,43015,39626,53450,36652,35779,48217,52944,51232,38668,36279,38806,52930,33326,49654,53498,50700,41388,49154,40478,52290,41925,31027,34769,42237,41931,31916,33330,53041,44802,46174,40235,33472,41916,51123,46513,48141,35420,34720,31906,39193,40816,30165,30395,39567,51183,49208,48554,46467,43321,33072,49108,31844,51148,37546,50794,36884,38200,32647,30749,34467,34467,52185,47954,40043,30587,32089,33312,36880,41440,45395,34089,37495,44298,32869,36266,42831,52800,37137,33362,37280,40022,40408,30588,42341,32052,33683,45997,42792,46257,36393,50659,36823,48982,44867,40504,36227,38406,39196,51675,38728,37983,30591,46265,38427,47399,41395,51580,33671,31050,37344,42063,41939,37206,42829,42734,36948,36909,53182,38863,34351,30607,51609,42801,31302,41883,33082,43548,47170,38021,53577,52647,40012,50906,53563,40045,50986,29917,50887,53698,38245,50749,52950,52950,37826,37826,35430,35067,34700,30391,37746,42783,53453,31829,45236,35501,49162,33806,39122,34000,50657,41463,50252,39837,52463,32049,50829,30458,40329,34542,43040,31715,35330,45101,52398,49712,33229,30045,35502,50592,32087,30263,46405,33707,50074,37046,32455,51540,42113,33065,49254,46183,51316,41195,31719,44248,33938,50819,50870,32596,42521,42521,34558,33747,35116,50400,47664,44410,34632,38156,45204,35506,49917,42779,42283,41608,49333,44979,37029,48390,48390,38651,37739,30606,36650,51614,29883,31123,46322,46190,48371,34206,44383,42775,38503,31795,35091,38503,38503,43048,48478,53592,36125,40218,30199,51261,30609,45739,38937,31802,42261,48210,39556,41234,34955,43229,52826,30465,40344,41987,35478,48001,48136,29981,49937,32267,37400,50060,41198,51489,50460,37466,39047,43757,42730,49719,38428,36584,42306,52899,40631,46451,42406,41927,42463,47483,34764,30083,37739,31242,35904,36207,41211,50093,53454,53188,44127,40648,49459,31681,38276,36747,51795,31431,49807,45120,41547,39291,33245,37650,39393,39393,46465,45250,38910,47966,42915,50746,31112,52206,37399,50544,37669,31551,34284,52983,34029,45335,45908,37430,42955,40263,46991,30974,48186,33989,29955,34125,53024,50947,45707,31293,33824,41158,30628,46568,38298,30632,32846,32846,37321,32846,50761,39379,45095,47818,42725,35935,44026,42496,36742,44856,40264,32512,42307,33932,37074,39745,40786,48388,48719,33960,46697,36326,33181,40353,49322,53433,41822,39315,52584,42396,45874,32220,51113,35825,52613,50453,53425,30954,32734,37741,36729,50808,52911,46421,32636,47573,34136,48384,43139,50240,38882,36010,31604,42104,42473,34802,47645,45645,47703,51918,41242,44805,47378,36776,48536,38717,42762,40074,44509,34350,30314,53000,36945,53552,32485,38852,41123,38769,44491,49223,49320,32634,47141,52689,35821,51543,52260,40260,32890,32127,37552,30951,33881,51903,31243,36187,50451,39511,40294,44108,42593,47269,49549,45815,43494,46164,29975,46164,51966,34081,49178,44983,48878,36310,49992,43009,51756,52378,31341,33871,37252,36574,34815,36191,30314,49932,42667,42501,53538,52204,34319,30654,38686,53255,35901,35919,43928,35919,43928,35885,53578,43089,38926,47367,31732,43519,34501,37151,35725,42658,31265,36773,48144,31333,45712,45712,42650,29856,48139,39232,30198,47226,31359,38719,42397,35373,36186,47770,37247,32329,41755,51299,37639,30971,32252,34953,34002,53589,30597,52150,45937,45351,35621,53722,34434,50260,37643,38445,37667,29998,48448,44082,44082,39092,53029,34896,35482,35073,30072,32443,32813,29989,46000,41879,42118,31922,51894,35790,42848,37704,52529,53363,43436,43995,34177,40054,34230,37960,48996,45027,49775,52642,32993,36457,33404,31846,38110,43553,45525,36631,51872,36442,52083,40185,50558,40268,36095,36095,47399,31802,35165,35726,51489,47767,33106,31448,44661,43213,40144,30970,31519,45251,51938,39613,47782,51254,40202,40202,38966,36295,37213,44497,43131,42655,31598,49608,44793,44527,50769,32970,51826,49482,53301,43794,48834,47258,38190,52087,44330,48378,30073,53262,51302,39239,30589,33107,51766,47718,46699,52280,32927,33265,36530,40366,37713,43196,30670,32927,45603,40857,43977,29924,45381,45381,36780,44567,44567,46747,36955,37028,42888,49967,30673,30203,33484,44376,32480,30891,36563,34458,46554,45549,30674,47597,33735,34345,38083,50735,30861,48400,48457,31821,50553,32921,40130,51327,37310,41902,46150,31407,47836,41253,51473,51473,50179,32466,30770,50840,35611,33741,33471,37869,44095,40041,39145,44438,45774,46601,51437,49752,48506,42660,42086,51960,50919,40447,45422,51176,34578,36049,30458,30682,43967,43685,46209,38247,50333,45380,32570,33948,46431,44848,36397,44340,38245,50643,46037,49535,31316,31358,39660,53430,40726,51369,35129,38411,40820,42227,35628,37855,52592,51360,29838,30438,40374,53093,37752,45595,38030,43294,38364,41129,30370,30690,30690,49527,40803,40740,30691,53138,37453,50470,38298,46335,51843,32598,53348,48472,37625,35733,48787,42521,45368,39120,35592,47172,43301,33736,42150,42150,35009,30693,44438,50964,48494,35009,38104,34619,36723,52394,34798,33426,44931,47278,51858,48087,48444,53270,53749,31108,47530,36745,51792,41514,51504,35025,30156,44691,30699,48632,38358,38358,53089,37270,51651,40778,42438,37730,42486,33806,33807,39990,39201,49397,41222,50450,43411,46350,50729,38180,51975,45399,51166,37640,33997,38174,32635,49391,44645,30147,52838,38735,50426,38577,44666,52588,50451,50933,36791,45973,46258,36908,43932,47327,41049,38603,39700,44772,37562,50912,39614,47053,32435,37307,37307,32173,30713,44989,32135,48092,45526,38941,38525,40502,50857,50448,35433,35632,39202,39202,30715,32210,47125,35191,34155,41588,42601,41952,30716,47732,47733,44889,34155,37325,39738,41296,40286,37115,44050,31965,30717,46383,49223,49223,33483,31274,44778,36480,36814,49820,40838,35610,33022,32524,37768,47917,36915,30983,32308,38080,34888,37930,49560,43268,52766,40152,50968,38838,43206,33810,35443,50244,47218,50439,32941,49077,49077,43833,52945,33036,30367,49025,30720,49679,32948,41956,52311,49333,35349,31995,49941,35976,49266,41128,52477,43086,47784,36714,51737,32897,34125,42647,31745,38818,35312,41937,45958,32825,34808,34884,30725,49844,43055,36259,30201,38442,36897,38664,32823,45028,42619,41744,33129,38804,34948,49704,31268,52199,35224,35262,29848,32202,50239,48544,36182,34333,44681,48105,30311,30729,35043,34454,33004,43775,52030,38064,32528,52784,34207,38337,31953,42717,48448,53336,37467,35539,30731,46404,30981,50409,45825,48078,30732,31845,45018,32445,53195,53195,46087,46284,35337,53172,34734,29967,42494,46548,50704,30734,35406,46420,38751,40703,43076,46700,52316,48028,37135,41028,45281,32155,46456,42915,35681,35226,36755,32914,42122,52674,40674,31138,41493,30358,39778,53203,51210,49750,31845,30737,34047,38503,35413,43737,43710,45927,30738,46708,37774,43693,52152,52369,38193,34099,48453,32281,31893,45396,39157,31893,43645,41719,41146,43103,39709,33086,33272,30556,44016,40453,50539,39868,41734,42232,40015,39393,36783,51465,46917,45188,50530,36318,30865,38561,30046,45563,40966,46025,50324,36609,44260,39499,43643,34670,49497,52313,36185,32189,35630,46884,43170,31206,35894,39882,52145,49347,36365,39284,43226,32934,39030,47858,47484,52802,31266,35791,47608,53713,33204,38676,35090,46465,36676,30621,30574,36839,32095,34972,31132,34222,41864,42433,51475,36454,33417,42360,30750,46035,46513,36148,37904,50110,53333,30435,39564,46326,31578,34633,30985,35404,37945,37945,43677,31813,51081,40166,50759,32112,42513,33977,39234,35537,48501,32483,43269,41546,47499,51551,52980,43715,42723,40627,40627,39396,52155,42654,35601,46883,47474,49997,52056,37290,44016,30044,46549,30261,37806,43740,33595,46261,50296,50296,51051,29872,50672,31676,50073,35022,50770,33679,37744,39985,32802,36692,30761,50479,30761,44288,45272,39585,35804,35565,31125,42719,45537,41475,36151,30307,40944,42977,53101,43263,31811,33828,35999,30766,41510,48849,41510,30549,39177,43090,33357,51814,52956,51639,39231,51266,43835,31768,46554,34376,35793,45740,49458,30773,49165,50529,33626,37881,34739,42353,34229,43674,52163,38391,35904,46378,44213,52301,36694,45449,35106,44601,39416,33385,52003,44310,42204,44183,30453,41928,33276,44183,50272,43763,47028,41411,48291,30023,47761,48673,44627,30467,44725,34515,36051,43365,51074,34812,51960,34323,30791,45161,33069,53207,45823,47655,35667,29930,33179,48401,33186,44846,49922,40407,41511,51308,36379,52875,42067,38887,31059,34354,39242,37173,31761,37960,30790,51983,38498,36044,30976,46889,34680,38370,52937,50742,32769,49020,40365,36833,47063,45685,45629,35847,48525,33726,35860,35860,31731,42580,40635,31731,44611,34045,34045,51685,50367,46906,37036,48481,42046,44734,48941,50367,31739,37864,43823,30906,48159,47046,42445,32895,45541,37276,37276,53639,40417,43917,47515,39585,53271,52133,38098,50015,34089,44493,52738,46825,32271,52547,29915,51896,33612,50892,34767,40622,30387,48652,42528,36309,47126,30894,50433,35925,45674,36841,51099,44382,30225,32657,41439,50759,37488,30344,52049,53598,50876,41348,36318,30793,34686,33538,34038,45831,40777,30794,36907,53438,52273,39844,45558,50063,48561,53046,38973,36850,33322,53689,31507,41666,34596,37648,48083,49485,35847,39875,34623,33177,34710,29861,43191,38192,32269,31711,45080,33720,32996,49592,48373,46640,30796,43949,40418,30213,39839,30723,39119,38819,33175,49559,35478,51698,51698,48255,45222,49335,48859,48255,30608,45355,30527,32711,32572,51075,52230,51620,41599,47949,53568,47480,51381,33436,32697,47440,37701,44945,39526,30803,42307,34608,50606,47731,48359,46244,52905,39729,36781,47464,43187,49722,49722,34375,50757,39260,31923,42027,49236,53090,33570,50757,32319,31163,39076,36189,53024,53454,33628,47758,41157,36480,40651,37210,31433,45764,34385,45215,43070,37025,34069,30811,40239,49940,34305,36736,45165,48838,43620,40493,36597,34513,46997,49135,47609,33969,30935,33574,36110,51739,53681,32552,35213,39623,39034,52819,44493,52102,42407,32906,39712,37634,41451,46868,43750,36506,40273,51193,46411,34749,46207,40099,36188,36188,40227,31672,37481,41379,50329,35167,51294,42045,47391,43963,35364,45030,46879,33900,43004,32579,36499,38968,41781,33338,30820,48309,35784,47328,44714,50122,32256,48769,51191,41862,52953,51129,46664,52630,40333,35250,42656,31934,37754,33171,39791,40519,43446,49392,29778,49706,39253,39314,49348,34587,51485,49584,36906,49147,35317,47177,39090,30674,38613,44748,43925,49827,49323,48073,47345,33487,32935,51179,31649,42280,44496,51828,29955,32918,33692,33571,53025,40375,43197,49863,31586,45620,49683,47253,38093,35757,44242,32646,37632,48256,35194,32504,30282,30830,45373,42304,37916,52582,50258,43689,36363,34937,44334,30686,51086,41883,40703,40247,30831,31376,48132,33251,49184,50295,48084,45243,44416,33877,34892,51283,50344,44726,42719,50238,48603,44710,51635,51635,43451,34128,48209,30015,36542,47901,46371,38599,46647,31560,37668,31433,44817,38304,39576,33920,32191,46607,38915,37642,35660,44905,48855,38784,29746,44260,52052,51558,46553,44125,31320,39424,39666,47319,38472,42421,42386,36931,45802,53190,49214,45493,42696,53977,45624,30277,40012,30842,41014,30843,51512,37014,34656,41832,30845,40546,50998,41748,41748,39084,48405,42222,50926,37007,31103,30847,35867,40545,30848,53442,43861,45239,45984,52922,46044,48751,30850,51177,37828,45638,43155,33590,32413,45012,35315,43230,30269,48356,39386,35277,49070,47334,44329,45806,48587,39999,32749,41322,42600,37480,41483,50071,37879,48521,41122,34243,39919,31063,53603,36337,38026,30057,41712,30449,47878,48321,37783,43843,30193,30193,44118,42627,47705,30859,45837,37529,51318,52896,49736,52718,33244,52984,34491,41032,41279,31149,52662,30005,37257,34986,38056,50559,34538,38333,39041,48138,44204,40869,31624,50239,43076,47561,37206,39238,51565,50179,44849,50940,42288,30865,32431,39192,47103,36479,38700,53346,48090,50970,44851,51119,39250,50566,43937,52170,52170,44139,49131,46554,50307,32374,37528,34286,30754,41701,33131,33993,44897,35030,45881,37575,37553,49938,53202,53472,43435,30227,44594,43922,46876,39316,38474,31857,30957,47283,30103,46057,49733,38529,53514,46583,39552,39988,37981,46021,41787,36826,37929,43838,48895,40698,37335,40577,32345,33853,36776,43334,41649,46371,49798,43636,43636,51375,49383,34022,46889,49088,33375,37862,46515,30876,48304,40475,44500,42658,39065,46856,37246,32272,40732,35804,38936,33111,33931,29858,41314,47331,34987,32696,46446,30231,53269,39258,52255,44965,39550,44664,37315,47048,47065,50042,45571,43647,53015,40837,49490,32073,35280,51924,51501,45030,42488,42429,42124,40017,51318,48153,38598,48484,53295,31475,32317,47718,37841,31084,31084,33845,52535,38267,36991,42058,30724,52505,49321,46138,36275,44668,44784,35227,30301,47038,34635,46946,46946,52291,45773,47544,41476,46535,44241,53560,49264,49264,40125,46490,34363,30128,53612,44409,48168,45090,35447,41036,51853,39229,50267,42288,40763,39359,32411,51806,46932,42586,42789,41641,48763,37988,49489,34998,48576,42096,47721,31673,29824,35242,50740,37390,42190,35707,29824,52196,51777,37380,47321,52546,35340,53284,42785,36439,37603,40256,52201,36446,36446,30471,37791,46803,53024,30351,31241,35658,40300,40300,42905,50627,41062,33353,30899,41327,52366,41994,53382,50813,38590,34729,45321,33255,44279,44110,32152,32965,32829,45503,30902,53759,51712,44051,42728,33281,39609,40647,43253,49957,30904,43280,41453,48559,53979,47151,53431,47933,35819,47241,47859,48669,40457,45795,44377,33255,29877,45932,46497,44076,30705,51685,51360,47036,43039,36784,38077,50621,35440,47462,50444,47298,45079,45268,36126,32217,45966,36923,43598,43598,45118,42041,33516,48532,45071,31310,51296,43171,47930,44703,37024,31990,47748,33183,40082,38143,52242,39518,46048,46048,39255,37916,53035,45336,36773,33861,40172,46974,53235,34824,42782,31837,52113,52999,32829,47720,30918,37495,30443,31349,30919,42631,37749,52857,31995,46815,35548,39669,32236,48486,33181,40913,51970,35377,53331,31960,45112,33455,52646,32097,30581,42833,36472,41212,49330,48818,53254,52072,30603,51733,42843,42000,50822,52344,41172,45427,52228,34281,30514,36196,38689,43239,47317,38151,30925,46243,44859,51052,46195,49140,49061,42119,50461,45188,44950,38490,38490,37293,40478,40478,52044,36391,29970,35901,41176,33824,32903,43024,32328,43127,29890,53179,36130,37579,34635,52108,45515,50430,49780,53510,41154,33487,51309,34635,52621,42273,39451,34523,50884,43781,45696,39457,53050,36632,31546,50133,41107,32733,40615,42016,35578,48412,42806,49334,37095,31468,51032,43933,50874,29901,43711,48984,32250,32250,47383,44491,42383,36621,31709,33053,34973,40155,38266,33764,42963,37984,51024,33959,47088,50497,46220,51678,30939,33908,29885,52536,39345,31766,44153,30943,40333,34242,43259,35309,30944,40809,51620,41571,43963,48650,53161,38518,48163,36263,38052,41225,52409,35857,50201,49756,30933,37779,42659,38680,49452,29953,52175,30632,53426,39642,51603,47040,32857,33444,34922,38967,48028,33949,30947,30027,35947,54023,46931,47208,34782,31409,31662,49983,36502,32792,43398,46783,42924,45744,36175,31220,50090,31255,52678,43391,32377,52856,33385,51413,39532,49545,30755,39992,34983,48811,45325,45947,48202,38703,40714,44174,31785,47318,49057,36571,34676,32898,35589,37223,36760,30958,48109,49476,46666,50267,37264,37264,35749,48752,46388,40492,40492,33363,34918,52247,35700,43244,53558,31351,35706,35706,49939,31300,50465,38001,37161,43128,34322,49801,36882,45927,45799,40554,39752,37159,44156,44001,46684,45498,47681,30964,40452,29904,44420,38989,33998,42879,50278,49968,48348,46757,50917,41802,51409,45348,41419,48467,32256,33443,37769,43208,47543,39387,38570,38570,36397,36833,35618,41722,41722,39744,39405,32407,36921,40815,31886,29916,51307,40804,37526,43071,30971,42082,42854,37451,37008,41478,44545,31489,39525,41542,29831,32831,30932,49425,48709,52033,52226,36106,30895,46524,32485,44942,46854,42223,35624,50601,41037,31854,50601,47798,47250,51572,45057,43940,45695,48456,32279,35420,40925,35885,31513,49971,49311,36627,52412,30980,30980,40185,35258,40922,53610,35370,30982,38705,52296,35999,45340,32815,45598,32707,31990,30512,33834,38537,44640,51197,46716,46872,47127,51426,46483,53320,42290,51023,40360,38299,49766,39846,47386,52496,30045,36793,32248,40214,36814,36772,49962,39908,45690,41393,30286,39491,51557,39331,50054,30129,45667,40430,37117,46284,52806,35204,46190,37145,38536,41939,30233,31767,43845,39461,51898,43815,35436,46874,51417,30419,42811,39024,39073,32806,32226,49673,49673,36354,35871,35871,52025,40481,34045,52402,51951,53312,30990,48210,49381,43531,41123,43491,35865,45288,51056,42519,35471,30490,51207,50600,43173,30756,53158,46641,43960,30377,50165,49490,43763,51253,36175,30995,51815,38181,33772,32642,32860,34054,48153,50399,35346,52613,37064,37064,30488,44426,40444,49889,48831,44051,53413,49406,38868,40249,43686,34168,36017,46102,44891,40955,46600,52890,49251,33340,36305,31592,49278,34145,45625,44151,30190,38272,49286,43396,41102,52361,47070,52176,48651,42408,39501,48410,37944,47611,30567,43521,51020,35269,44492,50721,36067,47725,34809,36401,36975,36644,33988,33550,30909,32475,35092,32523,41627,38487,37024,40841,44078,51129,40975,31365,48289,42832,50781,38287,51840,42571,51563,31720,38615,35269,53719,53495,35116,33016,38374,51301,35588,35654,48996,30662,53777,34950,29788,46232,53171,45168,40524,43755,48334,40384,41066,53653,47256,34884,43135,53441,53230,48012,35543,49162,37669,44602,31173,41890,47819,46491,38871,30149,43636,42965,42965,39676,51350,46061,50707,52938,53275,31018,47651,40251,42552,53272,52989,40736,39601,39913,43711,52834,50963,52879,49196,33279,51370,34006,48430,48582,52835,42761,44063,38545,44768,40842,40047,53368,37549,49066,46559,40117,34723,38653,43577,34485,31499,39259,43927,34905,44848,43570,34126,36665,33505,31106,49569,46515,40979,45196,45665,43997,32323,52151,43102,34531,53290,31023,31023,37536,36712,50429,44145,47413,44937,48338,48942,31968,34487,34062,33383,51693,47946,49620,48051,30191,37541,48019,34311,49562,37331,51786,49470,47742,43270,31027,47307,46639,42465,48095,29942,37254,32973,39342,39342,45011,29759,39933,30504,39235,46070,31781,37790,29813,30456,33133,34586,33818,48247,34021,38777,46297,32343,42718,32140,31034,31035,46820,40375,43197,31035,49826,49798,43583,50851,33882,30452,48617,50030,46894,46686,42695,47393,31037,31038,41187,46986,42323,44048,51273,47240,37274,31039,46774,52348,44106,37148,34090,33008,51083,43612,52710,30719,38421,32358,48482,43194,47365,40889,31042,31042,51924,38272,38272,43205,49738,50405,31043,33987,30777,46911,45806,43798,51559,46170,32293,38678,47479,51656,41182,46576,53165,38701,45047,44289,34526,34950,53833,44736,35096,37610,43695,48172,50203,40090,32068,50302,36414,39847,50950,32141,44592,53224,50509,45861,34857,34857,43666,34607,38539,51513,41265,33716,38933,51926,46487,53140,31053,37954,37954,36485,44241,43690,35625,41144,35923,47587,39875,51527,31417,32448,44863,33216,40117,31057,48472,45136,45350,33985,43900,30407,47396,39115,50966,51030,42451,35608,49434,32526,45814,53075,30463,30774,35259,53345,48978,34074,53330,39962,34361,29792,34043,34396,36384,50347,50398,36154,42205,31514,30204,43456,41800,31963,44082,37019,38457,52713,30380,47907,36390,35714,37141,33957,50069,39932,35032,31187,40563,41527,46134,35693,49913,45044,40895,50466,49291,32027,45120,39748,40314,37516,37516,37399,36914,31266,45868,36454,31068,36294,44542,49241,31768,46593,34113,48176,50136,39310,39841,43341,44598,51615,41127,32234,51792,42583,51719,43778,42870,46309,43768,49358,39738,37534,47286,40499,52041,43157,36412,41255,42315,41420,49791,46936,47994,47525,52137,48583,40142,49960,40426,32151,31930,33777,41179,46376,41819,41819,47425,40092,53167,52459,35419,42015,34350,49093,43009,43009,44608,37199,30968,50378,48042,31076,32014,45450,34411,53080,31078,37361,37361,37640,52069,35601,32134,34634,31079,51064,32822,45376,39300,31082,46500,37294,35534,35534,37249,43920,34176,29802,44136,29864,42918,34565,30110,43995,46762,38008,52517,52798,35130,31915,37320,44961,30846,45202,39301,38932,46759,42204,41448,31088,42450,44076,33058,34324,46468,44164,32658,29992,44880,44880,44107,42114,50703,30944,47320,49826,53361,42933,36563,45186,49301,51130,39362,49338,33636,45891,35188,41762,44353,45256,39190,46296,44671,39909,45964,35983,43399,46450,34825,39909,50191,46209,43715,49729,42804,36805,34718,47050,38751,34686,32433,37154,39122,33956,34916,53314,51584,39815,45926,35112,38486,34493,50180,38014,33369,44434,39568,38353,51182,46677,48263,44536,44290,38873,38919,33329,51731,53289,42203,51164,44267,32176,33753,50150,52576,42198,31337,31036,31098,36273,46959,49883,30891,47359,34639,33442,52029,36929,40539,31101,31101,45374,32923,39809,31107,30998,52702,41801,30953,37639,37169,31477,52150,34702,37386,30634,37959,34613,37319,46674,48815,32442,32002,34445,41074,34969,32585,40007,37821,32235,31105,31105,44460,52588,52633,34770,38122,48826,38003,32244,36466,39279,52745,36411,36010,35041,46640,42943,53645,31986,53673,36521,44143,39743,44151,30547,35922,40710,31113,47401,41162,36038,40395,37171,34270,50672,34866,37151,43829,31791,41934,53654,43038,31115,30447,38721,38527,38400,34432,42326,46688,37747,33073,39277,33073,31740,46897,36622,32254,30373,51820,45984,35282,35675,44557,38823,48650,40133,52826,46112,53552,48602,31194,51890,44616,53399,37958,38108,49148,41203,42564,46516,51266,38249,50249,43180,50128,44767,35919,39592,50734,51005,51034,48620,53430,39805,32966,30268,49219,52731,33059,30297,52731,36757,53045,43921,51855,38437,36392,52863,37665,40856,42663,52691,43284,48884,31905,30101,43736,44031,49473,52950,37692,30023,47888,48723,39938,46896,46188,44453,35112,39043,34826,47669,42716,44242,44766,52805,52520,51265,46368,30601,38311,40424,41828,50345,47563,50106,32272,42268,38006,39227,38809,51056,34395,39532,52671,39808,39989,29915,38740,49103,45912,30507,42445,38314,47582,40358,49115,51412,52804,41857,49483,36245,40239,48848,33440,37135,43402,48056,35903,44720,46125,46673,43593,44093,34291,49164,42687,43419,31138,31139,53144,47449,37861,44995,36675,52981,53346,31510,37704,37855,38969,33672,42097,33230,32456,34480,38780,36483,35649,30482,41281,31671,50666,41033,35358,50902,45762,30085,35163,47732,33215,32782,31180,38448,40255,42652,42565,45610,41699,43019,52472,34479,36586,40433,35521,37360,30894,42849,37982,38825,31828,51445,42769,46753,35270,31147,44452,41168,43118,44854,47852,39502,35049,37188,30043,31148,47628,34695,44349,32852,35674,48459,45682,40368,47205,37938,45542,45542,38594,35661,50136,33198,41230,31766,49873,30261,31150,31149,36854,42212,48560,33094,44939,35807,42111,49831,44799,40704,47258,47685,46189,34920,35411,36655,46914,42679,47885,33551,38343,43627,45395,45395,52100,30039,31989,36084,48875,31989,41778,38846,42085,49051,43776,36414,51741,40233,31468,42278,36046,45403,48806,48765,36949,33104,32743,48815,31834,47047,49454,47446,52770,37552,36203,50272,42347,31838,41545,35152,38129,34180,35298,35782,35662,51964,31463,53568,37522,47486,33234,38242,43039,49388,31169,45584,41165,49807,39410,53412,37104,31170,36543,38824,49530,50301,40164,50280,37653,44133,34546,48379,42113,48636,31082,47716,37690,31171,40857,41118,44184,42281,39515,30222,52484,41404,43046,40990,52723,50306,30109,38343,37547,32476,47577,47577,51881,40098,30046,31178,45852,39461,53178,41831,36138,53000,47271,48782,35397,32546,53449,31182,39994,43317,32681,32546,48713,44103,46501,43898,31183,43216,44289,39768,36795,34485,52243,53055,37610,31542,33560,37049,30648,31973,33915,49008,39490,41027,34640,39245,42185,42185,50213,37200,52244,50578,36959,36959,41390,49384,47018,33102,38969,49681,50658,46745,43871,36386,43776,39089,44723,43983,37906,31185,35879,31185,42212,46208,49274,31186,35496,41456,46398,47495,35566,44558,33646,30654,37293,45260,32388,47026,43010,44758,50401,30144,41613,49401,35126,48141,43160,38390,32351,40945,51915,53201,32380,46990,46675,44130,41858,35329,47298,35183,43334,51936,33108,50584,38275,43952,39963,39427,39385,47085,53561,32161,31561,51024,51283,34610,37789,34031,34031,42140,32727,42591,52462,31807,45180,37736,40238,42727,43439,32314,45897,47805,50545,41441,49671,50173,34086,45302,47869,36565,51356,44924,52445,39760,46660,31199,33127,30672,44175,31342,38534,44975,50789,35816,40182,36724,41804,39630,30483,48498,48498,39452,53081,49351,38650,38650,35269,32894,41870,43046,39293,30565,30181,40915,53336,49907,41840,47028,38111,43088,52942,42731,38570,53457,53073,46219,53747,47454,44493,33678,37426,40740,45254,40690,32983,53525,48396,42065,46736,51536,51841,53509,53077,36244,39717,40562,38420,38571,37833,36225,42148,53666,41730,37682,32977,32977,51596,34420,39127,46375,44483,31527,41714,51875,32417,35014,47129,42768,47624,46625,34887,53246,30586,46643,42000,30066,46388,35455,53598,34423,30796,30796,34348,34348,44297,48174,43401,40643,39667,30214,30214,41394,51203,41189,47281,37036,49143,39585,51303,44735,48045,45454,45454,31631,33328,42124,33127,40777,53018,37124,30861,37243,37243,51733,34864,46191,51789,45515,36395,44815,43625,36324,49908,31823,33270,49787,49746,44765,46261,47799,33747,40715,53358,33390,30099,45087,43958,30139,36469,33512,52961,40496,47126,32287,44982,34159,31231,31231,47551,42120,46579,46096,46470,46754,41386,46958,46821,40045,52392,34185,52392,53473,53473,46177,29932,31993,51103,42224,45550,36285,30059,30059,39056,34450,49395,46996,44934,51566,51587,31238,53070,34576,42984,31309,34670,42718,50916,47104,31239,40949,37615,52260,38356,38804,42428,35240,47364,51031,50334,36443,42978,50077,52690,36960,32289,42978,33189,36841,41704,40067,34665,53371,51273,34511,30912,42325,37075,35575,49048,32129,44197,38836,39717,38836,48013,48270,48270,53019,37279,38275,45265,37292,34385,34773,48029,37667,36208,48391,45506,33246,31964,32799,31456,34233,41288,53050,41504,30608,39515,51133,33042,36929,50930,49600,49531,44797,34174,43621,49658,34648,48740,53628,50840,52395,37282,36410,31256,44277,52209,40502,40505,33603,53241,30347,39666,50781,53289,34069,33595,52575,48539,35595,51495,51326,46311,36266,49047,38852,38769,49792,30428,32045,32049,41509,34251,39747,32858,45701,50311,30776,34733,34108,35913,47466,47348,33821,53522,30068,45027,52620,31543,48277,48277,41508,41146,53269,46467,44389,53375,43752,34965,30980,29935,45429,52063,39490,39508,51598,33521,43781,42503,31266,36202,41339,31950,48604,40559,31267,34859,53627,41800,40932,30338,31724,47169,40427,44545,51694,49099,47742,31271,32748,32748,43943,35520,44876,44907,38115,49541,53937,34329,43435,38527,39394,38227,40622,31276,31882,36084,46421,44858,42745,42952,45442,46480,34333,47176,36174,32423,34648,37418,36910,49733,42494,44556,37095,48171,33293,33293,53142,41713,40706,33869,37031,42801,46259,32790,45634,40327,38990,45307,46466,36703,50552,52004,31281,43048,46822,43594,44636,43985,41646,39407,51848,39760,33649,38465,31285,49132,45685,45686,43267,51202,51093,36708,44292,50548,45392,51970,45492,47989,38127,38444,35132,39181,48107,37300,40515,51177,40783,48881,34499,39480,38707,39161,50547,30446,44854,44854,31289,35419,31686,52129,44945,44945,53592,48615,42945,48533,31291,42171,47941,44316,49103,41739,32683,51483,52614,40380,32517,36352,49504,49112,50078,47254,38574,41399,46954,40948,42338,31602,39018,31295,49448,43612,31706,41220,40581,53500,40366,44862,40099,49841,46317,31299,49841,29913,31668,50109,43694,30403,49347,51028,35246,50467,38933,30205,47157,51121,40220,35329,44750,36800,39502,47940,44750,37843,30881,33230,37843,35280,34100,33186,53689,44688,37317,42180,42426,49621,37324,34531,34531,42579,52751,52933,32809,38001,42519,50246,45107,30958,42008,35785,34641,52406,29886,36616,33164,30217,35401,32384,45186,44269,41872,51639,47048,32600,43661,31027,35430,52646,43637,30827,36152,48989,32608,48496,36628,45076,38565,41191,42166,49498,49517,50864,50864,31847,39851,37184,53198,41348,38361,36436,41675,47756,44169,30300,29817,32216,36449,53008,52272,36344,47892,36611,42182,43599,35327,52934,52934,40122,52934,49976,52626,33208,38709,36886,34042,51715,51715,31322,47318,52078,31144,51757,50940,34852,41593,33708,34809,50956,42490,38100,37858,50159,38861,32531,33982,34652,39136,44833,41314,30135,36534,51362,33114,36494,41301,37320,53217,35117,43919,35117,34856,53839,52116,31585,45585,41545,32043,44109,42317,37450,50883,51127,31328,30481,31329,38819,47149,42834,47868,35194,38320,37623,50221,32900,30930,51329,51966,36578,39690,41338,36198,42116,47901,47901,31086,41418,40774,44730,33436,46099,32129,29768,31333,39411,41360,34013,33775,45765,30044,34536,34305,51453,53239,50951,42992,43817,52387,31732,44028,41235,37819,31337,42045,31932,36477,52356,32047,38188,35944,32449,33378,51581,51002,39071,38181,31309,30352,52730,47926,37887,51183,40316,51398,51744,49361,40531,40531,52903,46443,37719,40010,50016,32569,46047,46879,34335,41777,45456,42616,45391,49922,51173,51173,43623,32618,30528,34717,31709,39179,42722,32280,52425,47814,30486,31877,40687,34399,35776,32619,52110,32914,31353,37402,43261,46460,45873,44823,38331,49686,37021,50695,32489,36497,38590,47770,51439,30399,39238,48347,50251,49706,39772,45135,36509,42002,32833,51962,41590,52302,36581,43016,48106,48318,49167,49167,42717,33566,42429,47066,47066,45690,44722,32928,50747,29922,53493,41989,52004,34223,33704,43957,42418,53012,41608,33425,31364,31364,31365,31366,31368,33190,53771,34210,44563,50372,49178,34355,49997,53446,30168,45964,43347,35346,33174,52205,45416,33025,33484,45155,48311,40582,34823,37176,32744,32705,34823,44615,38875,41403,50423,30328,38995,48492,34961,29997,46017,51943,41105,30656,45467,51965,39358,34854,33475,35968,52085,38986,48252,41030,49981,51750,32891,41030,52212,41099,52694,45271,51360,50945,48506,39983,32501,35802,52931,41049,47181,44849,45835,45773,53019,40859,38063,50297,50314,49937,35354,36367,42304,43023,34557,53332,43325,42092,39836,41098,42287,46930,39486,52952,32168,47417,46655,44532,30244,37832,35294,44296,42409,41390,46950,30820,36355,40571,46649,50838,53086,45672,45672,53695,45487,50867,52907,47183,42514,37202,30517,44997,44997,46937,43639,40997,31577,32262,46854,46324,42751,33617,36488,30473,44054,41071,39765,43435,47098,47098,49674,34958,48929,32741,30958,43857,41042,53503,45124,49860,45250,32922,44260,34403,31127,32474,35928,42217,46441,46040,43695,31398,44326,44326,40357,29959,40304,30053,36024,36024,45328,47660,31401,37404,46805,35976,41286,51114,31876,30594,44154,38512,46921,30327,30327,42341,40422,53686,53686,35004,51458,29793,32624,46880,48225,37406,40943,36140,38727,36020,44512,53509,34686,44597,49506,53043,44307,45952,44138,38236,40307,46871,42332,34325,43541,53483,52070,30542,43098,38265,41298,40762,36616,31414,40892,45447,48122,33303,33136,33136,30742,47342,50233,39641,44729,49769,32824,44550,46064,41057,48535,42255,51173,49974,53314,44814,33045,45845,35080,44037,36325,36325,46699,36127,34962,31931,30055,44762,52840,45698,33493,33820,51169,31418,49977,48100,48842,45920,43248,51612,53473,51047,42479,35542,43818,49822,37338,52485,50742,38060,39959,44668,48339,41052,49333,39856,51625,42987,43338,33235,30416,46410,46410,39712,30945,37764,35256,32407,32537,33644,52283,44857,38282,42293,35342,33279,46281,33608,47458,37475,45003,31546,49308,36094,35212,37825,41784,35840,35141,35141,51934,51768,30346,41926,34157,45458,39689,49146,47041,51907,46278,49327,43814,49122,40738,50012,42110,35570,52023,30063,30063,42245,42245,35155,32580,41180,37741,37741,32734,32301,48384,50161,52013,47083,42596,42596,33482,34883,41177,45052,43466,41597,47934,41992,32948,47889,44924,39742,43403,40037,46891,30475,35478,37874,44801,41237,45443,43081,34990,34990,33689,41524,52501,46834,39628,35757,34845,40618,34978,51889,46320,50752,39996,31436,35373,42861,53280,37457,39408,45316,42044,39473,41799,36639,43137,47262,42275,48559,47403,37470,34326,39985,42979,31440,41502,45772,33543,45772,33502,39850,45651,37425,47072,42010,44887,43701,30389,31136,45314,30365,33110,46953,32299,32861,52571,31298,47468,36601,52040,30750,35643,31131,39542,40986,40598,45746,31450,46565,30279,36950,30817,35538,36346,49687,48661,34925,32850,48299,46086,36294,41609,35006,34708,44152,31457,38046,48487,36584,33870,30059,48073,48073,52383,31769,32195,46276,30484,34846,49036,53319,38432,31462,45496,46482,35434,30858,51394,31464,49818,51948,48425,34008,46992,48223,41807,53847,32275,43520,32756,43577,40406,49999,51593,41477,34077,46315,45692,37112,47367,47826,44075,51896,52783,33002,30503,43269,43269,51657,40322,42103,42019,39314,52268,43057,42161,39694,39404,46597,36531,44510,31986,38982,33036,44851,36385,46228,47897,43894,33184,31355,39995,38993,44418,31643,35324,40060,30571,41001,38641,38641,31876,34496,33225,35764,41967,44207,32468,36607,47409,31386,40510,35431,45707,33747,52435,36953,36566,48507,37538,44993,44993,46587,32631,42420,29926,40917,33202,39808,33878,34379,42070,46496,33453,30912,46551,32584,36541,32415,31050,51649,43683,34492,50623,48178,30136,34210,51617,29965,31483,41697,29757,31115,37876,35106,45038,44459,53222,36887,44382,42995,29836,44382,40907,46826,48598,49985,47746,43982,37042,41899,45632,43972,51222,37972,39091,52983,31610,31610,52702,51759,41438,29788,42705,37240,48065,43306,46987,33324,43313,51462,38096,38096,32725,36132,35859,35653,36595,47970,31558,36424,38300,39508,35932,53514,52927,47239,44705,31501,40798,40798,47686,31062,45099,39118,35383,34827,51809,37513,35121,37742,49608,40503,42274,42274,40378,33466,48499,44428,35187,33891,33891,31906,41569,35134,37004,37004,44406,41647,33305,34148,39291,47462,43223,47386,47062,43479,48269,40696,31955,43489,44330,43288,36971,51181,53850,31292,53655,37814,41553,38256,39045,43497,47299,40374,49375,53279,35013,33021,36465,47662,40984,35586,50285,39922,39344,49320,53043,35479,53342,37533,49773,49962,44092,43512,37234,43299,47431,51315,38445,52360,38957,52002,31523,42453,37582,35449,52355,34998,34416,47265,47525,32821,31525,40136,42435,43530,35019,33963,44736,46039,46205,39811,37543,51086,49263,35676,32259,35188,39867,47817,32929,39867,35476,49182,30122,33477,41354,39204,46650,52445,34497,30473,44186,34865,33801,42263,43558,40065,37366,31536,35484,44544,44757,30296,38553,45343,47207,47207,47578,43532,44463,44057,48691,42800,38675,42760,39114,46336,51450,39951,44143,44794,30633,52605,51163,47776,50025,39839,35234,41261,31544,41001,49485,35621,50350,34729,50215,44447,50289,37923,52843,36973,31437,48636,48636,31221,48056,51200,53389,45942,45942,48677,31547,43349,30760,40221,34109,52628,31383,32625,38646,48117,53526,51460,41049,31439,31550,37455,30929,52006,46717,37369,53139,52006,31552,36865,49414,31312,43318,40972,49672,44313,43830,47574,36902,47051,32653,35985,43964,30818,50963,50338,49089,50466,31334,44073,35088,53407,50985,45192,41155,52737,38114,34112,34887,46772,40147,40147,31277,31556,44379,40324,35746,32899,38691,31727,38212,31558,41426,36118,39541,44355,44355,30249,34097,53675,47149,32467,50166,44526,53148,30480,46405,42802,40000,48241,53374,40094,39186,52376,52045,43238,50337,43062,35596,53171,37386,32073,42616,31561,31561,49061,30275,49822,50409,48594,51037,40295,30826,43354,45218,31085,29886,46441,43703,47554,53529,53069,31925,39042,51823,47277,43237,53198,36838,52598,44309,40942,53110,50560,32905,47582,33020,33021,39991,40189,42619,45459,35338,33740,35739,46352,46352,34309,46345,39146,48606,44968,48438,38584,38584,42063,32079,32656,43443,53428,44513,29779,40730,51023,53188,31880,37807,38051,32175,51749,43694,31601,40433,33296,36694,39529,45515,31572,51475,42699,49783,33876,45228,48573,50155,50735,50735,32074,43246,42480,42186,42186,43239,44938,47743,47048,36846,43212,45426,49946,39993,45662,41734,47760,51405,40228,42703,43268,37191,30631,49786,43887,31580,45907,31581,37642,36734,30265,38223,34636,51264,46754,53673,48442,41593,34956,35257,41864,50407,39645,46210,50628,37651,36807,36447,50694,45221,49139,33536,44855,50847,52294,50496,43265,52925,51883,50969,36260,51669,38782,31359,45577,44923,48880,42702,50363,30345,43978,33784,33784,44637,51379,30738,50280,52699,41367,32191,50103,49377,50011,33382,46384,42682,29889,43561,45295,39192,34178,31187,52782,48098,39363,36840,39462,46859,51058,52288,52028,53183,45032,40063,47247,47714,42121,42355,41410,50030,47616,42744,47003,47881,32323,44374,33999,34589,47402,39670,47316,38335,29860,49703,48371,43495,43393,49916,51237,49916,50318,51663,32296,34236,40633,33734,31602,36651,31602,45948,39084,31897,38299,38086,52297,45970,48255,39650,38596,41008,34539,50670,35156,35507,49955,43806,52879,36626,51457,46439,52952,38991,50638,35518,40719,40719,37279,33250,42965,40549,39621,39229,49771,42653,52834,53377,31003,48534,53007,31608,37799,33236,31611,31611,37554,48266,46851,40976,48403,41484,36145,32101,35045,31612,32760,32760,52619,48222,44375,43707,34100,47388,32622,41991,47838,44830,38431,44111,44111,48054,43817,47003,52747,34221,41808,45729,46968,41985,30486,40613,32135,52218,34660,47077,48337,43063,47795,38276,41518,46700,45066,41403,52821,41025,41403,41403,51862,48185,34155,32342,29821,29821,37808,30564,35566,43795,46116,42236,47952,53692,48671,41189,45298,43785,34351,49103,47669,32362,49342,32291,50920,31629,36243,43327,33407,48325,40435,32790,33086,36105,35663,39450,42324,41215,41215,31983,44838,43557,47898,41944,33104,31165,45218,29748,39494,39494,31165,32212,35671,34107,36962,36026,31634,31634,34634,32588,47644,41753,48667,41852,37460,52835,34501,42334,42500,53151,35829,36214,33125,32414,31576,43406,40867,43406,49292,49453,31835,46180,46340,39264,30905,47368,42149,42606,47491,31958,36952,47930,40979,35065,48486,46804,41527,33442,43310,52884,42288,38395,50007,31140,38704,51712,37824,48873,40462,37308,34760,38069,39975,39975,45685,32535,34975,34975,46211,50419,40415,52029,41444,44222,51220,32193,50254,30080,41643,49195,49960,32658,40129,43303,32205,39371,53654,42784,40226,48707,39985,38776,36342,42428,42429,36249,52906,37564,31542,39008,47907,51262,32226,40136,34512,35749,39659,51983,51983,37041,30561,43379,42754,41321,45616,45615,52014,43405,43083,51180,43405,45697,32914,39247,50038,50038,32229,31662,30951,51216,45100,46828,43720,41539,35693,34880,39654,33510,45546,37703,32504,47702,50034,42267,45903,49514,51146,33356,42317,46256,35177,37394,38781,49637,36428,44206,53003,30412,30412,47253,38565,40854,43513,48303,35786,49541,42321,39688,40357,31669,31912,42605,43122,46692,41014,34756,41494,49708,37258,36154,38462,33533,36080,45351,45353,39316,46577,37650,48265,43422,42701,45501,44210,50050,36102,48955,41662,36121,35051,48380,46965,49835,40674,35604,47505,49188,53274,48706,38079,45278,35787,50969,49725,51966,47629,50728,42628,38412,41315,53629,44724,37685,45849,34904,42739,48798,37656,49397,33565,35203,30882,52913,42908,46837,32982,52672,31684,30060,30060,43459,44522,35117,32886,31712,31091,35843,30503,47005,39624,44284,38065,36993,43678,48426,43794,35704,44624,46653,36373,35716,47590,32094,51215,33763,36974,46016,42898,50865,30591,47144,50171,31679,33558,51564,37569,51743,42309,53569,31207,33926,33712,31691,34356,40793,34938,41374,52633,31694,31694,40848,33294,42125,46517,52871,52717,38757,52575,32052,43214,38686,53255,46972,44383,33787,33855,45777,36361,39639,34023,51381,39212,43201,50762,39055,44819,45740,43139,36502,49009,37999,37118,49649,48031,30321,49649,40135,53253,47007,34679,44490,42910,41921,51686,39157,53656,34138,31918,51871,37984,35763,41410,45293,42035,40832,31950,52293,46113,50813,40712,39993,36758,49092,33568,34538,45063,31711,53024,50410,40242,51459,44295,34049,42226,42683,40508,52307,30045,46588,46588,48614,46748,43717,44776,35113,30230,43523,47540,29892,34773,39822,36288,45037,36519,34367,44322,34429,39700,42770,42770,49232,34106,49825,41849,49127,51080,49994,49260,38178,34601,36503,47276,42440,42390,46765,42495,41614,42098,40087,46201,46201,30530,49418,39175,32011,44415,46584,36912,43404,31819,35244,45896,29772,42055,43433,49793,45802,53332,38239,47823,40409,33865,36931,41974,52555,47933,50313,43953,37071,35011,42854,37098,50833,42654,42543,29983,29983,32759,32759,39998,48430,30528,33953,47087,42290,47374,50738,45289,48184,39724,31733,45289,38624,32375,50498,50026,42985,52738,41923,40442,30240,34241,37978,42420,53244,53124,40346,49434,45504,32657,29937,44454,40964,53929,43542,49573,31544,48065,40582,34621,50091,44299,47740,34832,40231,30426,31738,47628,42365,33275,42988,34414,32007,30310,53343,30226,52415,51122,48078,35277,53588,45796,34432,43494,36936,45016,41417,41417,50465,38225,32786,40019,52492,38946,38620,51443,42587,43654,36691,33036,46577,35073,47415,44007,53393,46697,53592,39150,33455,51822,34167,40451,50894,45622,33432,31759,34833,33742,41326,42305,44079,30816,38728,48576,39625,30186,50602,41662,33083,34129,52322,42909,34129,52582,52899,51079,40048,48317,30609,37489,50532,31763,53398,31221,48857,30972,36366,41453,50405,46768,51528,33650,35554,31311,38666,41029,35327,36660,51105,51600,53710,43386,35790,49374,47637,38243,30875,51374,39492,34514,45879,40705,37217,31110,31110,45156,36427,35823,30457,40543,30073,44576,49956,38918,33234,30477,31007,34322,40814,40814,40334,32545,31962,34175,40814,51735,52142,48830,45726,34432,39126,37343,33884,45130,44283,42682,37712,34590,49458,50347,43686,35248,34754,31141,44533,50249,43687,36335,51361,44634,35075,47045,30786,43090,52658,31777,36367,50248,35448,38057,30059,36078,41656,32454,44846,44846,48480,47046,47803,36834,46357,34446,52210,39750,42460,48271,39827,31780,47299,45354,42168,48233,46368,30040,43960,51801,52736,47447,43054,34548,44640,31549,38324,48837,38324,38272,33580,44467,35136,31785,49844,31785,50261,41372,39413,48231,38719,51096,48502,50756,37586,29861,35938,30526,51099,46726,48408,41821,53011,36624,44047,38401,49119,45653,40441,34628,46489,47409,42722,36713,30039,35229,33210,47641,40219,48238,38952,39175,33747,30329,52181,44422,51911,34672,48617,39139,30898,50269,30779,46916,49950,39452,46603,38468,48765,43176,44371,47936,45087,41598,52437,35609,34348,48532,53074,38674,51344,32014,51598,34858,31800,52046,36517,52805,51815,51489,47668,39718,43971,49829,40713,41375,40849,31544,51419,51788,35335,34217,45550,32296,35549,49624,49601,30471,35602,53253,45762,49033,43824,48289,39543,47488,42849,53386,39350,53211,35133,47602,36662,37298,41729,33851,35332,52143,49899,49773,48423,53178,38880,33093,33181,48512,35129,39999,40950,37701,36399,43875,37102,50092,36419,44422,33148,53034,33512,50284,30711,37817,32882,38532,42553,46608,46253,52566,50682,47167,32437,38228,35719,37227,42479,42579,38097,41894,37908,37714,40808,52478,50738,46383,37415,45574,36126,32683,41063,48250,35464,31818,41804,36893,38188,42323,52392,46994,42768,37602,51402,52813,34045,42507,38104,49239,34006,31317,39506,40054,36734,50107,35302,35625,38557,40024,30189,51662,37309,51886,45974,46546,50024,33523,32283,44351,30459,46189,47458,51239,31254,42421,52619,38518,40804,41293,32942,33987,32855,36117,53660,41247,36218,43727,53004,47672,32606,38477,33632,30546,34802,42788,42788,33717,35761,49962,43449,45820,50492,39118,42769,51152,34726,47180,32582,47180,34423,33615,53305,52497,36724,39780,43905,45971,42151,52049,41303,35665,34160,49116,52214,44842,50779,31840,45106,48910,51501,44530,39366,40118,51294,53883,37247,52721,37820,32900,39805,38122,45973,37803,39754,51516,47104,46085,34294,42233,50955,36114,38573,47859,51682,45957,46980,39990,31853,49914,38405,36387,41589,44192,51534,43738,38726,42042,40575,37874,37062,45495,44761,49318,34991,37184,52370,44694,34970,33941,43531,52380,49631,48138,51878,33740,53397,40954,45594,34326,34326,50040,52711,30695,40836,35677,35329,40163,41901,52986,36369,33700,43627,40310,51920,48502,36681,49896,33924,35753,46319,30291,48421,53525,43178,43231,47296,50682,49895,48028,38161,48637,30966,32823,36987,41628,38498,40965,44518,38673,50033,50220,50742,36014,43991,52169,39319,40421,47591,40529,52452,41052,37168,42331,33331,36124,33671,33628,30807,30755,48109,37815,42513,46318,39339,52271,53176,30241,41501,49331,50886,40367,42874,52725,41769,35136,40788,53407,52880,52594,37245,49847,42411,30765,50119,35573,47708,38774,40731,31121,30539,40225,40225,46803,40018,45175,31884,51099,39318,52672,40016,31910,32398,52784,35660,52601,38269,29925,29925,38599,49476,47100,44331,31887,34017,50011,49324,41203,51064,37574,52616,40385,42108,48946,38408,33514,45359,44411,44411,33602,36695,44274,37061,34306,38770,50372,31689,32166,53444,30151,31620,40622,35072,53536,34712,48208,51680,39382,39382,31860,46598,33610,48678,48678,36262,33877,40283,36561,43358,33153,36954,45596,31014,50760,41937,41366,40332,32619,39487,34165,53105,31020,29933,31696,44957,52675,53046,45025,49146,34577,42554,34374,45617,49796,34851,44950,37873,31000,41512,41331,40646,32632,46131,46581,43613,46797,43266,41579,30565,34731,31887,51606,34260,52487,40785,34720,53175,52383,36900,42343,42074,45550,51153,52718,52878,38786,40158,34948,42657,48028,33692,46618,36363,35128,46356,44544,36324,44208,40510,31911,41778,52090,45103,42811,40874,40782,35519,49815,33506,53125,35574,46028,41672,33812,49113,34084,31301,50258,51112,30493,42391,45493,38838,39384,36495,36495,48640,47816,45446,31666,31777,52180,35310,45264,39936,36071,47923,44728,36123,40262,40262,34792,36079,31120,53817,35164,45371,29747,38710,44531,35059,31245,44349,35601,48593,37945,42629,35686,45424,49918,37401,36347,44303,41680,35577,30583,46463,44254,44667,32532,53306,47360,49018,38334,49950,47530,49842,51299,30439,33478,34252,50291,50936,44037,49891,38291,41117,35929,48005,48657,41463,45061,29964,49605,49605,52715,42080,46550,50393,45116,37926,48674,44514,52612,48048,32511,48778,52186,40172,40172,36224,30294,34975,36415,37475,41949,49727,33974,44198,32036,34291,34436,49976,32031,31934,53064,38779,38779,48024,34939,35083,49912,51073,33187,43835,39011,36553,33674,41168,52574,53411,45467,49704,38163,35913,38826,40727,37042,53606,32571,32571,45085,38951,49933,35964,53333,47875,31943,31067,41399,37611,46599,45783,42459,31219,44940,33173,30845,34362,45316,47514,33368,40262,52676,47377,35652,47845,47370,32765,49343,50139,50796,34571,42819,39153,31945,29885,48866,36579,30187,43541,48284,31523,48521,52788,43897,53123,37631,52911,37104,34239,31947,39968,53547,51026,33252,52798,49600,34979,45698,47140,34298,37278,50744,45413,36450,52280,43579,54000,50610,43104,51488,35761,35761,47550,30509,52819,38897,47797,34333,51816,40583,38330,44664,40857,47906,47546,37298,53401,49978,45231,35803,33277,38029,53063,30592,44319,46910,40797,49945,53226,44186,31957,31325,51679,42621,53499,36615,50828,35132,45966,52977,31961,34446,51109,47942,41124,44532,39519,30986,36674,47292,46486,44479,37886,36404,45008,40071,40813,31580,45008,41708,42823,38087,41855,46585,46449,44663,53632,47880,47130,44245,46033,38821,41694,38561,48397,31966,44401,48200,39755,38823,40116,38570,46706,45135,50017,30788,48325,53590,44475,38203,41766,45382,35762,48917,40122,40102,32523,39600,46751,51863,49233,45500,38344,47314,49400,52802,52398,41946,40799,30110,38425,30752,47516,31971,31972,38591,52604,45658,44226,41550,52245,44923,30989,33253,41236,34107,30380,30569,39031,52460,47069,47069,38637,33489,41108,40896,49314,47091,35428,40733,43790,31886,46366,49919,46931,33865,36392,33587,52061,49626,30438,31983,31984,53142,35655,42866,43818,33431,41298,31987,31988,36426,51583,43522,30559,49092,29945,50618,41546,40669,46537,36224,39903,36188,35672,35934,35934,49271,47988,38726,48319,47512,30801,31728,40387,53189,50429,50402,45418,51719,32609,46141,51875,44040,35454,34463,32811,42331,48041,44881,34854,51713,41631,30765,53404,52511,53053,52511,39889,39458,30400,43191,49772,51326,29800,34878,51836,37859,48565,46377,34068,30304,50690,35830,31625,47121,33977,35199,36752,50939,36423,46353,45804,40693,36949,53020,38827,34036,36425,39020,32850,35863,53770,44087,46856,51953,30262,37824,52733,47875,37541,44974,42406,47034,39880,33294,47353,47353,33815,38364,43521,30287,39689,36817,46638,35013,33690,51153,34207,33923,48241,37200,47869,38769,40430,53190,39664,38383,45604,47737,38018,47449,39674,30382,42903,41207,32017,39479,42883,38416,49680,34659,34659,30791,41927,39130,40398,30305,43000,52023,51668,48303,40507,38814,41628,29848,42580,43577,31487,34889,50515,29843,29843,31654,30694,30995,47533,48220,32649,42651,40449,38756,52199,53278,29850,43898,38224,41467,35080,51377,42336,34507,46056,44554,50145,30679,47426,47798,53689,43661,43245,39306,52857,41576,47064,35924,38850,38165,52968,38850,30629,41067,31387,48228,48745,43163,45934,40359,37274,50026,36866,35733,35733,43931,47605,46341,32105,43009,30123,34231,47921,31449,41036,41640,45887,35298,51326,42333,42333,46461,40696,30149,52626,48935,30279,35740,32923,50273,30979,32034,34746,32998,31465,34070,30786,37173,39088,44895,36164,33493,49390,33346,29920,53922,50560,43748,38544,38414,47840,30642,46904,33469,41973,39474,34911,45921,44772,48861,50231,50231,37579,35585,47907,47267,32040,33158,42875,53705,53705,53549,40962,30444,43740,32675,34710,36914,34832,34832,29790,32044,49753,41339,31691,51401,31595,33726,37720,32058,53491,32049,41441,30982,50698,50961,52538,47419,34728,45834,51458,41634,45199,50978,49801,39509,38526,38526,43238,43318,33674,43473,34824,36731,34716,48010,47957,48548,35577,41553,34729,43799,44694,45658,52644,43874,45950,32867,42380,49402,34495,39553,35833,44758,36506,40929,47269,47541,33804,36802,31447,35779,34846,34846,38539,45032,40184,46843,37881,41821,30253,44252,37549,50483,49642,51498,51123,31698,49539,49539,36401,45069,30722,41532,42796,32062,53526,41149,33634,37486,33369,36143,34278,36370,44798,51187,53534,49329,53592,33529,47609,44395,52554,47161,50164,33677,47503,29770,48536,53545,53545,53683,44619,40527,45476,35328,31001,43335,33410,33410,46037,51120,51120,42859,43467,44123,40106,38537,39585,44936,44936,45915,35727,42801,45295,53420,42619,49811,53404,50322,41760,44344,43679,31207,41330,52444,35971,43314,32079,40800,39107,50125,41231,32840,40944,52862,52891,32840,45050,35380,41826,36824,37517,31497,48171,35811,40998,40773,44586,31371,52851,41231,36968,45483,40477,42426,46071,48439,50512,44388,30931,46605,46382,46174,32838,52929,43981,51454,50828,37876,30511,33313,52317,34006,45684,36971,32544,46490,41116,36405,38187,38207,46046,53767,53854,46427,43078,34456,37032,37032,36028,30616,40458,43456,36867,29767,37339,51162,39146,34610,32096,53621,30109,37327,47454,53222,36987,30744,37567,40010,49111,30904,50334,38475,53115,35464,52404,52991,37597,52742,37964,39797,48936,39597,52905,33838,50796,30885,45378,37743,32416,43646,34469,32401,51720,30515,33987,35207,49521,38039,32769,36183,45948,36961,48958,41070,43592,44318,47707,34598,49186,43284,45643,45908,44282,31038,48833,32108,43077,51876,37470,34548,45144,40313,43384,30200,43384,44228,35841,34248,37803,49169,47018,32112,33837,31182,34071,30330,52999,49172,49172,50357,47153,33881,38565,37518,41464,34996,43244,46849,32675,35548,39100,42015,45592,33358,47962,34721,41012,50292,46633,53692,44164,34912,30251,39920,47427,52091,33827,37365,37717,32119,43945,32234,30391,49416,29912,45252,37039,39902,39183,32123,49531,48619,32124,44615,44324,41749,44359,44687,49540,50224,45405,52062,40916,51948,41270,44362,38921,38948,38132,45954,39710,34678,38434,37200,37259,34425,32335,33691,44327,41834,53533,52801,31039,45743,48209,30843,45662,50367,45639,33380,37986,42153,40257,37617,39467,47417,48716,39497,50501,52959,38126,46713,51721,39875,42670,52611,38275,53901,44517,52296,40598,42446,53273,53273,46807,32802,38092,30299,34872,52930,52040,34223,38111,44368,34038,38193,43333,48374,44811,34566,45675,52644,49374,37972,32477,32477,37264,53685,35837,40830,40712,52550,32148,36858,30896,48589,50913,51815,46692,46615,47023,47394,38911,36826,35783,36179,50655,29782,31980,31189,50242,48899,32696,36672,47651,47651,49663,48503,52373,36769,41805,44699,41232,38162,45860,43220,37925,44910,46070,45684,48278,32870,37423,32159,52563,52569,32839,38669,31301,49416,33245,45490,30469,53239,43204,42968,29816,41575,50197,43066,33349,51437,40603,50543,46458,50461,52435,36293,39204,36677,50846,33232,40777,33117,53297,45125,40049,35509,46564,32967,37129,53330,46817,50221,41556,43728,43626,32170,32170,31067,53476,36618,38794,36353,44638,35632,34288,40278,48107,33917,44293,46000,33500,45354,48412,32799,32554,30451,48962,48200,40860,35187,40778,53099,52840,51872,32702,46871,50669,47572,35496,53551,29960,32178,51726,40323,50477,46098,53711,46248,48105,33415,47960,47978,39591,47019,29768,35068,34389,30038,41461,50727,42496,34126,47359,43653,50639,37612,46526,43849,50957,35329,48842,43351,51807,52880,32193,35750,43464,45861,35644,30053,32129,46570,47655,38822,49129,44170,44243,41150,47108,32140,46055,41447,32148,48454,47749,41527,49542,52726,33089,30286,52719,47436,35587,35684,50714,46726,47690,37824,35545,35545,43598,42653,36176,32206,39588,30610,30564,31224,50136,35983,51623,41827,41827,52733,44539,48820,43032,33857,50040,30819,34514,52543,37172,38448,38448,34385,38949,43974,34562,45962,47777,40391,41575,44571,42822,33172,30886,53311,32210,39608,33831,34511,32212,43187,32695,44092,47543,35469,38223,50598,34447,39241,47027,50196,46101,52744,36181,37570,48689,50236,33923,42449,46910,32221,38460,44066,51342,32223,35569,50398,41065,41466,47692,37397,48974,40488,49294,43143,30980,45027,44011,42736,41572,47186,48167,51531,30731,47737,44795,35180,41421,50562,49195,34646,32233,42759,40617,47074,32235,31209,53509,39853,35929,50846,45662,32238,32238,32459,43842,49982,38921,43890,48211,38331,32239,41775,34482,34448,29961,37411,46267,49638,31801,37092,52313,31723,31176,46263,45999,43491,43811,48342,53501,50023,50023,50023,42237,34392,31410,36180,38890,38891,30835,40561,35030,51128,51265,34294,42287,35372,51321,43586,48104,43840,49089,43579,33737,45523,46083,31579,46341,42344,36631,29932,41193,35979,38551,44690,34580,34811,45675,36514,51452,30921,48178,51991,44424,37848,49012,47329,38601,31352,41241,40667,52863,40595,36512,43980,38110,39118,40595,47081,32250,53622,53622,53483,31747,53384,45770,47092,47092,51772,38921,49344,39479,35366,32798,35143,35143,45989,49006,44504,40385,32549,34384,44975,34015,38190,37601,38547,33794,42520,36732,45051,49954,47179,40273,52031,46351,49618,30117,45731,42136,47846,53349,42070,47794,30258,39035,32261,44522,53060,50493,50550,51242,42884,41799,39097,51242,31326,49101,41437,47452,34059,33947,49272,41007,40004,33532,38314,40372,41943,34189,40527,40489,37624,33423,40611,33423,31233,31530,44775,38782,53252,47677,34177,30347,41492,41492,42447,41221,44160,49113,40635,41631,38564,40835,48295,32273,39013,42919,32274,36090,40604,34506,32277,42554,46112,37289,39605,36469,31693,32677,32913,45339,31125,40181,53457,39922,38675,47517,52267,37302,41929,33972,48642,48463,48463,47662,49713,32286,45786,38100,37087,30355,51633,40113,43907,52328,48662,48289,32417,43134,40218,32753,38289,38145,33397,52423,50686,31425,52427,52427,49621,42501,49621,31935,50863,35889,39973,32749,50592,36869,36869,45669,45430,46066,41373,43675,41351,47544,37445,47844,50478,50555,32467,47300,46503,42064,32292,39757,29797,37428,38473,39226,31002,42087,45260,46151,47177,31600,44587,44216,38052,40963,37384,45906,37034,49788,41546,40719,41998,42376,48361,41766,46629,42112,46562,32303,41935,34221,51050,48496,50480,35023,46370,46505,40039,49576,30805,39561,33421,47853,40347,36178,46688,35322,36178,40245,45480,38502,50569,33492,53323,46713,29896,44940,43608,47847,30048,32806,34111,49189,30717,31679,41345,49432,39699,30343,52998,47704,49183,40512,47116,51922,31181,48318,43883,44294,42138,38835,33930,48382,41053,51769,38259,35798,48742,38980,49622,32235,49352,34639,39957,38511,35123,36857,32849,50565,43439,33210,38933,52506,32969,41679,41679,48470,49977,45288,37624,51328,43973,44688,42647,42796,37217,45955,53083,43422,52545,37028,53102,35017,52512,40807,30641,41243,33826,34621,30069,30090,51791,33197,33106,42800,47396,42291,46253,36277,36791,39942,31817,42824,31771,42392,31493,41712,38937,35091,31142,31142,37594,48871,50823,52618,37923,38753,48265,53188,49433,39691,48068,39298,36469,43999,51236,31590,38231,40943,49919,40141,38243,33416,51734,30364,47022,40410,33742,35128,41064,43501,32894,32341,48979,39713,44441,50811,50844,33565,39227,36626,41117,38896,51611,36676,48555,48555,45020,50991,45627,40346,50310,38284,51451,35003,31456,48405,37178,37178,41483,43401,40933,49367,42074,47328,52162,35939,43297,50376,45532,52945,47843,41964,53386,40315,48083,35105,32405,42821,45979,41335,48862,41335,50616,42841,36197,32072,40524,34322,45363,39233,49754,46027,39051,52975,51086,35451,40104,48031,36605,30602,39705,52597,32846,37772,29915,30154,42835,43981,52101,46654,32815,30322,39606,43473,49425,52696,39434,45142,39458,51898,43002,37367,50361,39973,41640,47850,32293,33605,46769,34391,43166,33765,39393,49264,36606,36593,43780,43996,46421,31922,44370,32116,42845,42845,42247,52241,43839,41527,52698,40148,52011,41682,30455,49906,43001,51638,45238,29823,29823,48449,50858,45294,46413,47540,38327,37748,40718,51828,35544,31336,40066,53049,42089,33628,41002,31861,46687,38424,42174,48830,36997,37289,37298,31693,52846,37935,40243,30950,45485,35232,31853,52735,44544,46045,39878,31608,40728,48427,33633,41664,46909,50662,49970,40548,29896,33124,49336,51816,41525,36251,31622,37566,43004,42444,46576,47322,50716,38535,36942,33756,30366,30900,36072,42762,30856,33376,49345,42906,34659,48973,31683,43079,53524,43079,36304,40613,40300,33110,47413,36415,32913,41139,30981,31903,52261,38968,53374,49722,50222,36714,50360,32401,34845,53630,36240,51740,48844,44934,38902,52522,45200,35980,37458,39844,37000,38560,49635,45793,46097,30850,36066,32901,38060,53134,39017,40529,41830,42919,32406,42376,39043,41578,46435,32409,52027,32410,49325,36766,30996,45404,42165,41674,37452,38008,51063,31554,52660,30339,32416,40457,38540,48319,30453,37201,43645,35570,48544,38080,44034,38558,45132,53282,33130,50663,41571,32904,41370,34503,39595,31295,38460,43382,37761,41631,33188,43252,42933,53517,39916,39835,51304,45263,32536,37416,41326,41326,51458,40698,50473,41904,30776,32363,50989,53468,38692,30221,51199,32973,49100,39546,36132,32523,51192,38662,33621,31553,34600,29869,35665,37451,30607,31381,47909,34211,38895,36048,48640,48098,48688,36815,43378,44973,49289,50232,32493,51621,33729,32436,29847,41526,32439,40493,32440,38378,45040,39826,46324,40830,34315,46993,43873,38138,38659,45232,31318,53495,45136,51113,41683,52391,41060,38969,38984,49145,35235,47680,36145,41462,32448,45000,38591,37165,52461,47245,51646,53498,30186,38958,35577,52351,53616,44726,39692,49010,43481,39610,40652,43957,42880,45817,30942,37961,32347,40297,30169,40214,40214,32455,37197,30192,41068,42771,43161,30173,43665,41873,46415,41393,38542,32459,44185,36489,36854,31825,46844,36018,31977,30846,40375,40773,48084,33256,37971,36244,38813,32466,40220,50805,53206,45159,48965,53704,46127,46097,39273,47697,33875,36856,45200,43805,45883,32820,32691,30157,54007,47295,34677,40704,32472,48536,48536,45671,46645,41661,46557,41223,53034,45576,40124,32476,52799,49696,30375,51952,42339,34173,52002,46245,50986,30889,49399,46184,47414,43484,34543,36029,38991,51497,33379,40995,47486,48034,45935,35693,41254,31524,48741,52677,32485,48618,37492,33983,50586,50210,37931,30350,36301,47494,50392,37943,44492,50621,52321,52321,49217,42746,51974,45582,31174,36306,39877,36344,33843,37188,53106,39976,32259,50370,53709,38354,52442,50710,38908,42117,41543,32833,40756,53091,33540,37554,44646,42473,41660,41660,52918,37017,34452,40207,43871,43229,50514,38745,36997,33048,44833,37301,44157,49936,53562,41416,50136,35118,42787,49042,43962,35597,30111,39928,41258,40237,49886,44607,53013,49329,42225,36486,37123,40490,32260,32260,46926,45747,49883,53019,46298,44941,38419,51181,36527,44881,41448,51567,47795,51893,30914,44882,44882,47787,38182,39322,31674,35617,38825,39938,36041,35297,35846,53638,43467,39431,51838,40575,32439,49280,32039,38982,53466,36443,34971,35438,49721,40030,53279,37965,53679,36569,34647,32503,51825,33647,51514,45048,34319,44071,31009,40195,31878,39258,47665,52132,39769,51904,44100,34378,51401,42309,51660,34035,35908,51990,30261,42659,31457,44514,47393,34001,39771,36001,47833,32521,31614,45569,48590,48357,31236,50314,53462,41310,51106,30853,37889,33967,50268,45736,45736,37316,52808,48082,45553,34904,46249,42988,44455,39174,44019,42457,32525,42718,43455,36342,43868,35655,32152,32122,39840,32528,46222,52643,49838,44834,49784,32318,53296,45223,34069,36123,30516,33562,51160,51160,31290,32534,50950,38112,38120,38489,37516,52139,50547,41490,41490,45849,33570,35785,35030,33570,39756,42230,37789,36594,42082,30256,41033,40474,39117,39856,40746,43582,33749,33581,33066,34478,50083,32544,33250,49354,46838,44590,46945,39269,53680,45141,51484,50546,33437,30941,32547,40011,32834,37163,45398,53117,31007,52005,31319,36063,37932,53436,30909,38348,48422,48778,35779,42427,31604,50681,50823,42476,31177,49478,46856,41789,40811,40475,51890,49854,42183,36490,36900,29930,36777,39602,48152,44274,43111,45342,44181,39657,44416,32704,41443,34524,32935,39802,46511,38719,44853,51686,49485,45919,39810,50928,34120,42263,43268,42022,34798,52016,50104,30127,30127,47235,49634,47640,39684,37697,30816,48723,47249,42811,39670,47766,36141,36337,37962,32568,52107,41160,36560,29881,41767,53281,43569,51327,33088,44268,48503,41106,39212,47103,32571,43921,47833,34278,42120,32574,48251,37800,31089,48904,49132,30255,38035,46815,37355,39562,46102,42583,51654,35771,38585,38585,38815,43357,38393,51451,32581,48434,32582,49482,48295,50075,42159,51272,46949,53325,47653,45596,36075,48118,41383,35764,47678,32288,33636,44935,52111,46137,48692,40634,41736,51584,44302,46246,39211,40767,51721,46553,48016,50040,48388,42923,29898,39319,34718,49820,35493,49893,43903,37989,51666,49938,43060,41969,41969,32232,37173,52064,39219,33843,38749,34010,36058,41091,30563,30347,43375,39312,34983,33167,39312,48886,37982,38162,45660,44519,49160,49837,37666,45305,53053,35108,46813,53959,32889,39232,52124,38116,34128,46730,41277,46730,35599,51809,40835,36287,41194,50856,43757,33471,48774,46028,31819,49471,37903,40194,50229,53587,35154,31251,42601,30473,47122,48417,39684,34457,38698,32611,33628,44054,39640,32613,39964,33795,36419,51042,41404,32614,41836,44446,50219,36580,45205,35306,49452,42835,43632,39466,38289,50111,33687,45960,36801,33443,44611,37863,37591,53595,51124,32180,34501,52504,42684,45102,48724,41839,35483,29854,33007,37811,48171,46015,30849,36457,51229,50006,45722,47699,30774,42289,31605,47846,36105,53682,47732,46089,44909,48372,43394,47481,33170,33176,32535,30724,31594,30076,33669,41007,38683,40804,30335,40217,40799,51053,39314,44408,30248,46032,52595,52595,47334,40031,45629,45414,40157,43918,33207,34897,39336,45754,45754,44587,39857,35814,47331,38752,49442,29810,29810,29977,37366,33509,50456,30532,40810,30260,49891,32666,52020,42250,39104,41312,45652,43363,47841,34669,46744,34054,34356,30181,31273,30182,41583,34130,48852,39448,35041,35041,48623,48201,29984,45838,32814,32201,42256,53167,51653,52756,31566,36175,33169,47478,46863,47478,51842,51842,46590,49804,33381,43194,32861,38036,44511,30332,43575,30537,34668,32948,39182,39620,34847,46176,50455,37790,42083,35805,44549,36216,32660,37043,30673,33803,45210,52666,45077,44962,44208,45835,34208,34066,42160,48292,41171,40227,47837,52082,46881,32986,46572,49712,38290,52364,32664,32665,35516,51504,41488,53136,51456,50911,49931,48451,48522,42023,42275,53602,36801,43991,47529,47520,48724,46199,39272,50532,31698,51335,51193,41682,31239,34401,39156,39706,38259,48665,47136,45783,42097,41388,47505,52464,49493,47430,37484,50933,49421,49496,37358,36351,30708,30709,34767,30979,50225,33400,33420,32206,46514,35004,52875,42335,45054,49429,51115,30628,29906,44799,47864,52981,52859,50002,37695,52859,47736,45657,52043,38508,36551,53145,31117,30180,37083,51425,45036,30330,46799,34536,49778,40433,39208,40587,32685,32517,45050,38880,41635,34096,42755,39682,35074,43377,50748,51631,45677,43977,38807,37857,46121,33151,49580,46841,37808,42738,39346,36990,45372,33820,50741,49065,50243,41218,52077,49862,32582,53199,37214,48322,43612,38374,35104,44211,37247,53419,51629,43745,47631,32825,53019,44949,42796,38065,50620,50504,44252,40562,49438,49438,31104,43693,39070,34359,52822,44320,52636,29832,51299,49944,50422,53269,35228,38366,32578,33397,36178,32276,42775,31102,39608,49297,46197,45529,44073,46703,41885,40873,35873,49142,52425,44968,51276,35447,30523,51278,49327,31521,31841,36281,48561,37628,31566,50253,36774,51480,35157,40869,53227,45005,40797,47990,47347,32709,38519,48964,32057,45063,35178,52344,31505,42775,40932,45396,38823,43033,42665,35772,46567,32771,32714,51182,30349,30048,53674,36254,53391,47045,53072,48944,32891,50468,53466,37050,47549,50814,53785,35052,40474,40474,44390,35732,46906,34056,34103,48385,34124,45577,42211,44394,41031,48149,45086,41791,42799,40137,48049,35685,45558,30644,31216,48623,33648,33648,29752,53937,32703,32508,33531,30008,35903,48245,49254,52116,33142,39176,33771,30999,53592,36689,46858,53193,47494,47127,31261,45759,39282,30880,46086,31122,44721,46332,46857,47367,37103,44636,52681,42228,43720,36575,49020,32736,31638,48328,47944,52150,36163,38053,42601,29908,36993,40709,50561,45592,45204,50304,49402,31379,48086,38925,52567,36687,30347,30347,33014,43509,35520,43104,43972,45864,41108,48285,42537,36607,53095,37161,38561,39028,47279,32742,30040,49793,42344,53722,32353,50965,36322,40056,30981,32002,52920,41832,50057,46137,43060,47856,37587,39994,32228,51797,46916,40346,33793,36778,49786,31957,32500,39234,46531,46854,36246,30924,43643,48288,33630,48699,48699,47054,49365,34467,37526,47225,40922,37343,43492,43777,40390,33281,39526,46436,51655,46540,30869,50454,32117,48245,52663,52663,38125,39971,32753,51992,37680,41851,39582,53617,42861,46230,37642,47567,48591,32755,40210,51381,30854,38162,38162,37521,48863,41853,46778,41397,41397,51599,47917,48266,38122,38122,33130,32816,33845,35441,45965,31955,37168,42218,41727,52309,37940,31318,49636,45083,31408,51840,35864,37530,52846,44820,39045,41707,41707,41060,40681,36149,44038,40584,49240,44526,44608,38032,34719,31717,48469,46536,49198,38683,38809,48108,43593,46514,36975,32766,42044,39511,32088,39511,53343,53360,53033,46200,38874,42678,35852,34860,51742,44576,31300,52320,46584,52334,48345,39400,42607,50814,43421,36722,51785,42976,32771,51150,47705,47705,35404,45557,53298,39160,41697,50740,36315,47453,30311,35898,35580,35547,30303,30303,53039,44275,43611,34636,37203,41945,44485,30096,37817,32780,33311,32266,38832,47093,38474,52164,32224,31563,49075,34628,47986,42707,51440,30764,50783,32785,39830,40440,44867,49763,43344,47179,34680,37737,51290,47624,47955,33648,38690,33813,30748,39533,40410,40410,49523,34429,36517,37510,30554,52484,49425,53142,40553,38660,49096,38395,32423,52940,32082,35176,30246,52240,49719,38049,37714,52006,39209,34019,34040,42244,45586,35282,35070,38116,34203,30781,44827,50278,35237,30902,46014,34654,32800,37953,41509,30798,44014,39675,52424,47555,44412,41765,36184,38712,31558,35593,50828,36101,43198,50442,52889,39468,49587,44787,53641,48745,37793,37966,48668,45236,30038,44343,45847,37643,39263,34179,36174,30681,39652,45542,46645,51668,40919,30703,39391,31810,37166,50093,47630,35459,53141,39039,32814,45728,44819,38526,53038,35058,33665,35111,42259,43244,42887,37138,49553,47375,48477,46130,43785,39617,41030,31949,39665,32887,40393,32073,45402,50237,54009,49749,43081,47237,34264,42467,40420,37443,51405,41278,30622,53452,53295,34902,36528,48246,51732,50863,46743,30772,43416,44237,37873,36003,45599,30472,48932,48321,33955,29912,37067,45538,45538,53502,35459,50686,45915,52040,53384,44073,43768,46483,35410,34992,50750,48584,41941,46982,47252,49451,36825,43330,30325,33522,31141,47266,51365,33990,30536,40742,34608,34608,44937,35834,34983,30265,37416,37416,30795,44082,30266,32840,29905,33209,40213,52220,39458,40396,50869,46539,51340,33569,34277,32843,32781,48103,47597,47597,40958,42885,32555,41976,53721,31416,30018,51309,44822,45810,30598,38187,49310,46701,33592,42099,32050,32247,34954,38252,44176,32768,31563,40812,40648,53139,48275,42145,52021,37221,51412,40740,33880,52026,35646,31874,41576,37224,48332,35083,33428,31588,44616,33743,33952,31969,47717,39811,53251,46790,50298,43896,31862,37513,46360,46360,48610,30339,31356,38845,37836,53283,53282,51460,39850,35153,31686,52014,50662,36719,36453,47735,42262,44372,38663,34290,32104,38770,32863,35198,42451,31435,33522,30930,44643,33781,32866,46038,37011,36153,41362,50056,32062,44552,46974,34405,32869,33796,46007,50332,43075,40817,40238,40076,49880,44438,47315,31399,37927,48209,30620,42173,50564,40658,42512,30845,32877,33846,31975,47643,43244,37668,35981,39411,46042,38320,52820,30527,53370,37729,38943,38884,38999,50403,48505,43720,43720,51214,37179,47360,46135,46279,32885,43852,52140,36962,36931,36931,44907,45523,45458,34764,51083,31614,50588,34477,46868,32888,43716,30019,30540,39395,52142,48504,40821,36345,49917,37117,37117,41492,38855,34937,49874,40704,33964,46355,32101,41462,50858,44559,47100,50872,44456,50895,46517,43606,40649,48466,42218,38229,32926,53051,49646,49646,31095,45627,53205,45392,31445,41359,51457,53695,38394,36504,29829,35758,35790,38944,49911,32547,53707,45995,32591,35518,48754,39256,50078,40816,51236,32894,53541,39897,33777,47689,43685,38511,32345,48738,48821,30233,52393,34158,48854,37001,51009,41341,32899,41708,32902,49084,45053,47214,47685,40170,42060,53319,48485,33315,33315,35047,32907,51802,42765,42151,48035,37776,41467,51588,32909,48663,44616,36603,40952,44336,52409,44748,49489,53449,33706,37053,42869,52374,38245,49807,37950,49456,34626,40662,41713,42608,33361,29885,45005,39814,35548,39814,43568,52660,45491,37829,37828,45491,36368,46464,32125,44368,51763,46418,31033,42210,51567,50407,46733,44681,44243,47769,33093,47922,49228,35483,46265,45129,30233,37912,41548,41070,50184,47028,35016,35411,35493,29876,33793,40282,32926,42833,53090,35248,36229,31902,50864,49252,31468,52123,30897,46032,40919,51407,42748,44435,42844,43272,37507,52841,49538,36963,49463,50929,31221,37437,47852,44620,33688,52301,35207,44152,31293,42368,30647,39330,37782,49811,43616,45671,31091,43968,45826,29915,33434,41485,52837,37892,49641,32942,45938,36170,46532,32541,49122,53524,36539,41012,43048,49002,36522,36982,40981,36068,35127,42153,38339,33803,39113,47382,43844,52648,33911,46649,32134,40783,30694,43045,38621,33867,45838,49412,40795,32864,31101,51094,52635,47897,49362,40338,50208,47864,45639,42178,38432,40649,37509,38934,42466,47398,35045,47715,44288,40564,45935,51081,48030,42673,45906,30134,50784,50573,51949,48856,44270,37284,49410,32964,45413,30293,33313,42543,45213,34804,39677,47124,48756,32970,36815,41677,44043,52650,45865,42983,41148,44117,48321,50623,42311,33909,32017,43814,32549,32549,37244,35482,39508,30938,32199,49673,51183,31771,39181,43350,46766,46766,39683,38184,53532,33670,34797,39587,50842,30941,46502,50882,40327,52659,53665,32975,29966,46022,36640,44902,37083,35844,36707,34835,44612,39557,32451,41291,32263,32980,30959,32980,44371,39779,42333,53471,31207,50052,38467,32350,38797,49866,50915,53472,42710,52621,40690,48232,33619,35147,30489,34896,44950,42459,51002,41289,43666,36009,49783,53808,52917,34641,32987,51604,47789,36589,33695,35507,50554,53858,40881,40838,41878,32303,45221,37606,44270,49073,44069,29815,45894,44265,42139,39942,50493,50795,51669,42326,51903,48622,36969,34409,51192,32827,30573,38893,37073,36091,30280,52980,31707,52066,43936,34121,47623,45006,38113,37311,49065,38113,40384,38452,37009,53432,31504,39892,36961,40841,37912,52643,41219,48667,48667,53254,47562,33006,33131,51352,34413,33007,30137,37846,47432,42070,44868,41446,36453,39407,50526,49552,32695,45910,36239,51100,34417,41307,53691,34547,37351,48101,30833,46335,47517,41787,41787,32123,39325,38405,33607,46684,45916,45058,45058,53487,45122,43333,43374,42542,35657,35095,37739,37739,46875,32120,52134,50163,53546,48655,37979,37979,42666,36449,38597,34043,34043,52830,43282,37027,52271,36485,34609,39501,39475,44881,53441,35182,42751,51748,31893,45801,30602,50334,30552,30091,50489,40317,33035,30409,50846,39937,53762,49165,40186,52010,49157,30574,43559,43559,31005,47219,39832,50935,39884,36169,37709,41222,41947,51767,35702,36921,34029,45335,34375,50401,45595,44084,42136,30476,36756,34774,44275,43269,31402,30516,34582,33755,43102,51962,50172,31348,48993,40483,46828,31318,52236,52244,45632,47891,35228,45414,48519,41774,52718,35321,36792,47892,45901,43800,38059,43916,36473,37688,39651,52460,30797,41259,31123,40983,31077,49721,34884,38258,45438,33396,43424,45438,31216,46929,35255,37342,36321,48945,46262,40825,51481,46648,38438,35082,50595,42554,39975,39975,50488,50488,36086,38557,32840,47734,43442,51142,37251,33917,53301,32901,43861,53366,35684,32649,30684,39070,52222,44173,44149,38264,37053,49898,38005,33075,33075,41417,41417,51905,39426,40903,32354,53392,49633,46737,31938,43303,31052,44008,36458,51558,42005,46978,33590,34591,33082,52920,47673,47673,52601,53390,30203,29895,44203,43420,51600,46503,42771,49412,38677,47500,51758,49614,30375,37808,30061,32072,40910,31179,50948,46087,44599,37237,40549,42298,35618,31888,53009,53004,30050,44687,33090,50662,30673,33091,51343,53759,45967,42778,33093,53152,48012,42551,39910,38746,33040,33425,32357,45463,30685,34334,51281,45650,40512,38360,50633,50633,44852,51049,42897,53570,44002,41654,37514,37514,47879,34866,48284,47792,31098,48524,31206,45762,37417,50305,41910,30224,49702,48099,48058,50744,51820,45209,30070,50729,41556,44885,41984,41984,36804,31587,52822,52822,52551,44700,47348,34721,45582,48641,50348,46093,42118,40146,41141,33976,50751,50751,33115,33975,52037,35591,49383,44386,37339,41341,41191,41212,39570,36250,31453,49323,42247,31753,52671,36305,46880,42417,42417,36581,31560,34744,48526,34369,33292,49856,45131,47235,46021,51600,44370,34770,43246,42510,30958,33126,31172,51620,35981,42871,45724,47279,41148,36800,42096,30534,36111,39814,33997,33519,51228,37652,53706,53753,39100,30096,30719,48918,46686,38138,42339,36751,31248,40711,36880,42016,47009,53062,53062,45619,51366,44476,31451,49432,34912,44483,33139,32617,30535,36926,52839,45913,31199,53272,36241,51040,53605,34527,49795,49933,47819,36404,38081,50324,40763,43772,51242,50369,39821,37052,29752,42285,33148,36963,41021,41021,48074,34754,41736,46920,38184,40304,39377,41230,44265,51890,31930,50434,33933,44959,45758,31511,50681,46710,43136,35572,52975,40823,47645,33696,49546,41138,42638,36507,36337,41084,50954,33674,43203,46069,41661,53662,31895,37755,39144,49656,49656,33165,44638,36381,31114,33049,36688,45432,39454,49697,49153,41080,49407,30498,45138,41800,40589,38599,39337,46989,32195,37712,49429,32339,33334,36852,46779,41057,52006,33172,40872,43875,33173,51408,47152,38865,29893,33179,38505,34646,41785,46122,49431,33944,39581,51582,42308,52303,50533,42497,42497,34182,41757,53584,40875,50464,49662,33183,36358,41948,40295,44060,42096,46330,44115,32440,44308,36837,39901,39908,40083,29952,29952,53020,32010,39006,38052,38052,42804,47436,37158,48323,51527,52451,38685,49086,51235,31369,37044,34735,34735,41716,39957,36334,47262,43427,38826,48526,36444,33548,35556,47090,37877,30931,50148,36774,50320,31735,50799,35370,42170,50958,35376,44684,50132,45829,50756,41513,52570,31999,48635,48635,36659,40535,32081,39710,45397,48593,49161,45857,50037,44195,40173,32838,43866,35758,43006,49187,35836,35222,43120,37212,42401,33203,30835,48680,48104,53649,34502,44254,41702,32208,50280,46478,46894,34262,48925,46719,37889,30786,31895,45890,50885,35863,42903,40960,53372,32860,33860,37949,51595,43035,42935,41040,34543,51038,37960,30444,38001,50866,36260,43353,43353,45360,31671,48363,30496,45914,50206,34435,37223,49032,44813,48803,47198,51119,51119,40121,43232,40250,40349,33110,43157,43128,41445,38693,33931,52797,36502,36070,36662,48672,52806,52996,52928,38689,50601,50238,36647,33493,34752,38536,48494,37122,52508,39179,43733,31010,34991,46078,42240,33227,37832,37267,38639,46505,29878,42356,31982,31992,30016,39162,41654,29779,51227,43325,45222,47075,40083,45587,38344,33985,31123,40978,42669,35702,35117,33915,47817,47817,33237,43403,43403,36865,42807,38598,45028,53075,37692,45004,31215,40268,32696,40137,33240,33240,34544,48814,32681,52076,32790,37765,52415,44679,43268,41123,42593,36571,48192,35165,39120,48789,49891,34421,40254,51354,46408,31220,52326,37561,38416,51598,36708,39205,35545,31774,46581,52293,42734,53380,29782,51172,49996,32842,44779,49845,30386,36990,51400,38817,29818,48317,30284,44920,29898,52363,43353,52007,48576,40699,40550,32330,38089,37967,48271,45169,35532,45233,45116,42717,46644,32433,44281,42536,52552,41183,37079,35188,33256,42443,45489,36890,42865,30697,41579,36564,33392,35089,33263,32321,37415,42695,42695,30704,39652,40869,46482,45745,47187,31771,48704,46067,36731,41189,38124,30478,39073,46296,32667,49296,41902,36560,42202,40207,50503,49057,47478,49199,38318,38318,32491,37236,39823,33385,46473,51765,33274,43142,46455,43909,44659,46196,44056,50442,48604,52178,44776,31507,41971,49464,33278,52248,32349,33627,46243,53406,50257,37852,43728,38970,38641,32946,45054,52005,42138,41356,46768,37362,32296,34822,44464,44009,43607,33288,33044,47887,42827,37864,37314,49883,49994,48706,51447,41254,48305,48305,38539,40425,46855,49882,42820,41462,31953,38380,39333,33647,31257,39493,35527,41051,52470,44894,51913,38160,33007,31931,42239,34283,35264,45041,46412,34436,34603,30315,35504,30080,52694,47636,34084,31803,30997,39757,31024,52995,32380,40124,46990,52089,40456,30512,42928,52326,52786,30092,35805,31843,50461,47192,42065,31729,47815,48793,34728,32156,33238,37634,32118,50330,40918,49991,52829,41404,30321,47385,42634,39288,50861,41557,41534,50801,47250,52880,44995,33312,30468,44060,36166,53223,44351,46116,51386,41997,50278,46772,41454,49516,31576,42900,45271,43011,37969,38907,33319,31822,46978,35821,40830,32449,32564,44415,40501,51521,42421,53079,41685,35441,35351,30354,40455,32283,43108,52234,50209,34253,46825,42620,34634,30275,39128,53589,53589,48616,40442,40442,52095,49879,35295,33768,41936,41936,44531,30739,44589,47542,33354,43471,33331,44952,52325,52269,45814,46821,43216,50670,47670,43261,51530,36023,42384,39341,38348,48705,30211,39613,31733,40714,39550,33340,40115,47521,49406,41537,35931,40940,33342,53210,41225,52329,52329,45855,51752,41523,33344,36792,35423,46133,39591,40340,44505,39928,40473,36515,40674,42312,40811,37862,49656,35398,43947,30149,48450,38978,48767,53636,48758,40911,51566,40697,35882,37577,30600,49080,42932,43645,35278,37594,44912,43643,30434,53156,48656,39210,31782,33070,50540,42651,30821,43513,33357,52438,42942,38278,51236,44651,46662,32585,42853,36288,48753,51788,35599,42915,48518,51108,40796,33623,46553,47700,30341,33130,47946,33364,44572,40732,30774,34872,48045,40840,31159,40973,32658,34514,36701,43704,50677,38387,44817,35652,30314,47827,47405,42168,53275,39159,45296,49423,51994,42923,46522,47773,37795,38480,37856,37680,32343,41028,35847,49672,39461,47903,42946,39991,34433,48497,42770,38541,51885,33092,33382,46582,41267,47631,37449,53173,52368,39517,49743,49596,49088,53250,35701,36487,37699,48314,49414,33735,45887,43959,48298,48355,48925,37142,51021,37008,36994,48447,47230,37368,50483,38960,49482,42235,36464,34444,39358,45016,47512,50871,38220,50922,51056,37511,49900,52577,49761,44631,39036,36482,32808,46555,30741,33960,33400,36995,36995,44001,39665,38152,38242,46496,37398,48807,48807,42682,40642,48116,37371,33408,36981,31698,39227,30445,30445,37636,39950,35151,44723,49560,41469,51777,48960,39241,49913,45343,51051,42951,38751,44473,30758,31875,53136,53355,40898,33358,51603,46702,46993,41650,36127,33205,35891,49142,40942,35355,49221,38220,51307,48746,50018,39759,48563,45886,34058,44967,30965,47523,40111,51032,40844,50766,43188,51431,35539,36378,38139,42754,42214,35576,33430,51858,30887,30887,38368,45084,39493,42482,35347,36377,36377,46114,35725,52497,52152,30868,41744,40830,33440,48318,35448,33441,33443,36901,47534,34758,33444,38889,29903,43400,52715,38454,51747,51747,53179,37681,52907,33451,37253,49112,44577,51309,36729,43551,32331,42780,31926,33453,47697,49841,37267,33456,36432,45351,31100,37495,49328,43089,48298,37420,51936,49734,52856,42975,53708,36448,35743,36249,41087,42919,53645,34944,45574,51070,48173,33459,36373,31669,42926,50526,53429,48374,41095,44077,30054,33435,51162,53143,51680,33040,35373,32680,39834,41449,31767,42322,32138,52689,49778,47147,41980,53774,37974,47724,37084,40709,40402,33018,43204,43358,31523,47720,43616,43198,35859,35064,43705,44910,51799,47912,51569,52073,51652,44256,35836,41508,31076,36153,49108,35140,52121,53329,33821,30619,34944,47441,43458,39823,42173,40985,47647,41703,38756,32559,40418,43855,51059,32793,50948,47742,52074,36037,30320,47346,30178,31858,44003,46486,40337,47459,42403,47742,53224,43963,41719,33767,34228,33018,29759,47745,31160,38225,43806,49305,49305,43548,41741,30113,48476,30255,43844,32070,41639,46012,53180,36531,45950,38046,33860,46342,44030,39289,40125,43223,43223,35670,43024,49164,44979,40419,44850,35085,41610,46897,48348,43487,45401,40105,47491,43633,32404,45720,30978,44747,51075,37696,38447,38576,53095,38543,33500,49494,36474,39847,39847,43940,38472,40384,36086,33502,39817,40785,34095,34095,48681,53604,39213,36669,46888,37438,36298,46632,45658,35039,33510,41450,33509,51699,53013,40433,53063,40892,44052,46847,52379,52015,49978,42613,50098,48519,36739,33516,47280,42805,47762,47810,50693,49976,31129,29855,52704,50639,37713,35507,51316,34838,51329,31599,48326,34180,37524,31056,31319,38333,49023,40839,46659,52599,33526,35161,44314,38086,49149,50328,36182,34761,40088,31279,34430,42074,38841,45933,41965,33829,50006,34588,37969,45649,33533,45816,52847,34318,35278,37313,33438,42072,47247,45097,45097,31499,47919,36749,43528,40842,53576,38883,51472,33826,35115,33537,43849,52164,42171,48017,36901,42643,37937,44978,41016,41792,53646,33316,44720,49235,39852,49012,39408,36051,48752,38639,50089,31763,33058,31086,50322,41495,37082,52582,53310,42493,42093,40817,45864,48780,53277,30495,31635,34759,31635,48783,35608,38702,52789,39432,35169,42877,39169,51536,30159,43402,34309,37403,51698,43510,50875,46950,33556,35558,35558,35233,35432,33559,47985,30127,31086,47937,41963,33561,42352,37715,33011,32296,49871,49755,50839,39401,34809,34297,33100,45114,47213,38453,46153,44128,53011,41284,48684,40424,47733,50257,52295,33572,37713,43677,41121,35655,52196,50802,50003,36396,53863,36976,52428,51655,32032,52611,52295,41130,42299,53078,40309,35812,36712,37766,42013,49131,49131,46042,32876,41052,43943,43858,50180,35531,46634,42772,47882,40046,38500,51685,51685,43045,48270,37768,50496,46096,36866,45456,48735,47288,30298,40655,46990,33583,45651,33585,33586,39512,51686,48399,36575,48519,35877,35509,33667,52679,52997,41756,39691,38669,41392,30860,30859,35822,49941,30666,32408,52913,39358,30202,42258,47302,46472,46472,36249,44424,50660,50963,42938,31365,44263,32057,52956,51267,50174,34246,49840,32317,36801,45636,48891,33608,51379,43782,45063,41845,41460,30053,49372,48573,38410,33579,53711,33618,32386,40210,29950,30164,37185,50232,40301,36590,49854,37745,49967,46140,50726,46742,31833,37469,30038,33809,29840,37186,49095,41709,52680,52802,33247,39146,52627,53209,34454,35650,31066,32677,53078,45922,39600,34449,51617,31331,52311,41260,39605,41729,32209,41819,39046,52967,41231,41647,51497,43883,50182,40066,33296,44862,38389,49650,47009,33642,37071,50673,46172,36946,33643,50344,42490,31552,46140,48997,48525,44501,48980,51753,46607,30187,41867,49777,42698,41835,47181,33650,49616,48228,47155,44362,39272,40252,40868,42225,40994,42705,42705,50955,33422,42165,52525,41648,37550,47680,42794,49061,40436,43826,45740,46101,35973,48725,36314,36501,39190,37237,44297,40493,52010,39946,40985,45618,51287,50045,38815,44494,32919,50053,50053,43416,49096,37399,41273,42170,48600,37509,34432,43200,37210,47490,35196,43237,43895,39143,53976,34225,30355,39360,53474,49965,44337,49806,38382,49259,47433,40349,35238,41626,53366,38588,49583,33585,31442,32150,32150,45526,45427,34939,45017,37908,32449,38871,50134,35191,46775,40664,34746,39937,33669,52842,43916,31844,51444,52162,39643,44191,30881,48161,49519,35899,30566,47443,53579,53428,44995,51769,43889,30216,43687,44433,52552,52346,47489,38870,39271,43136,47866,34782,47303,51082,37625,34710,31535,31535,33680,44523,45404,49048,41177,51332,48493,52270,35592,37658,43429,30564,42560,30813,46672,29899,48639,46076,50408,41856,33352,52712,38003,33725,38925,47616,32687,52916,42516,29859,29859,37943,49474,40961,45609,42276,37250,41223,41804,38963,37927,36417,39142,48388,40786,45113,33698,39996,47369,43696,50433,33303,29901,53552,53166,48451,49359,37207,53155,52807,51127,49664,53049,33158,46880,40333,37302,37794,32553,33707,33118,52903,48121,34739,48975,38637,40831,49591,33711,33711,35499,49555,33959,41680,32236,31218,44335,47023,29805,38604,46646,31652,31652,43676,51468,45943,45158,42327,46859,39467,39042,30872,50529,44733,37833,33717,51847,53169,32555,41913,37556,51717,38071,38445,39866,45441,50182,40078,44081,34359,49357,49356,49668,32461,48275,44534,52897,42586,49760,49209,38136,43508,40002,46294,44623,44623,47205,42297,30273,49875,53845,42878,44206,30506,42107,32804,33957,44789,36730,37498,51833,49334,45383,50177,47707,41177,45256,35695,40311,41731,44334,51355,44510,44564,44690,29927,34819,30115,47221,34638,44805,31103,48765,38418,48418,32151,33744,44451,33209,46355,30978,37885,33091,31876,38230,37179,40183,38281,47619,32596,32596,44173,40685,47259,47259,39727,31263,30915,40053,30836,50587,46592,48100,51947,32576,33760,30259,43655,48078,51555,40842,52399,47839,51418,39131,52744,42574,35652,49783,35238,41932,37159,44036,34576,33396,32558,48447,44301,49396,44802,50024,35773,46474,47920,47920,33545,48396,41243,46500,44176,38271,50668,45884,41225,39788,30574,33775,32908,33776,33426,35792,46141,34253,50033,40536,42388,48248,31598,31598,35419,50012,39200,41969,33783,33667,42979,46106,32486,50069,42991,37231,51053,38348,38583,40699,32982,33653,35853,44358,42135,30475,31365,33791,38868,32974,51270,42828,39518,30431,39933,47576,32149,29850,48850,36686,36008,29967,38699,41200,38378,39392,45283,42981,37674,34259,35460,32372,52870,51518,47156,53253,46742,45110,37205,52832,34229,37227,48202,38365,51845,49314,42556,40763,46892,51729,30470,33586,34335,39707,43490,46409,43091,49435,49788,52863,45602,43181,52618,35822,45918,40209,45986,46161,41122,53713,52215,34838,49229,31226,38368,40270,33819,44155,39934,36165,31059,49944,37139,32848,45300,52824,44718,45296,40507,39357,43680,39445,40061,45757,34870,33825,39455,45929,38854,42771,33827,47948,40146,52315,33827,47693,42797,43961,31627,46261,29767,51610,51610,40552,47501,43093,32254,30082,37743,45508,32193,44768,46408,31554,37256,37116,43375,43375,51334,47072,31775,48317,33084,48781,31463,40400,45608,42964,40823,31789,49120,36181,47555,38971,38971,40920,44111,53224,38790,46158,41331,45687,41224,42279,30621,32945,30485,30485,40984,35668,32168,48322,30397,36299,37629,45726,31469,31665,43983,36053,41423,33851,45889,45159,50988,50020,30339,48588,43388,42604,35641,51681,37332,52579,34707,53000,35032,38356,40688,38379,38379,46942,47215,50318,38370,36372,35346,44419,32999,32999,52516,39399,33863,41999,42925,37533,44961,52773,45795,35453,35120,34755,35453,35453,32450,33951,31622,40177,52799,49856,47098,41614,37521,36782,33870,43282,49126,50925,42531,37414,41356,42656,32949,52042,41194,32945,37697,32243,42479,34188,32719,34821,44862,33883,48983,31792,51004,51004,43183,47795,53306,42917,44168,43605,43605,34063,36177,35384,52573,35321,49853,46053,41202,37403,42253,37180,31424,52169,35413,33888,41549,37158,36085,34973,40993,38716,47224,51839,44545,39626,53056,41719,41498,44159,33892,51074,46400,51239,45505,34960,46090,44363,50214,53154,49972,49972,52155,52418,30705,31676,35207,48613,52012,44103,42475,45726,46901,51956,38956,37986,46136,31715,46136,44716,48790,46033,44189,32718,33902,34039,31890,42107,49140,43957,33905,43957,41540,32018,47640,31940,33210,53427,47530,51818,49611,48753,36394,31079,37949,41667,40560,36219,51632,42953,43089,30612,45131,30342,37418,33919,53252,31633,42848,43068,40271,31408,43990,51943,40410,32171,35651,42686,37177,52665,51382,44320,48806,38859,40389,50477,50477,35816,49159,30354,47751,37523,41140,43410,42925,41337,49017,33928,48183,53618,51377,32607,31851,50514,33931,32609,44055,50944,40552,33936,37924,53680,32762,36089,30689,44871,36500,41635,44648,34009,46679,43898,38004,45975,44286,52713,31470,48333,51049,46077,41509,34332,30972,42708,39498,31994,50029,46202,37255,49345,48793,33960,45473,29793,37594,32324,52688,31726,48955,48955,31036,45819,30645,43663,52166,46019,34068,30343,46461,36334,45593,39562,31778,38354,40219,41053,32190,39077,30732,46824,51873,50413,47829,51398,42213,44728,35274,42871,46029,52529,50741,30366,47530,34560,43048,32143,34399,46955,41849,40308,31193,31889,36785,52639,32475,40265,40913,53696,39819,38624,44038,48331,50598,50349,51022,42034,33004,33991,29949,48709,37636,32907,34123,50235,33994,41311,39207,51786,43072,44999,49848,48281,40771,32079,37038,49037,49524,40046,52544,40462,40345,48143,46236,51047,50486,49064,51845,31649,50862,44985,34674,40776,49895,33437,43493,52753,53218,47367,37424,47854,47109,52742,34005,44291,47921,39263,43121,30756,47374,51928,47864,45752,51221,34933,35201,50923,47583,46057,31586,46823,53036,42982,31466,53136,53136,37592,51617,33632,36893,47112,37131,36902,32999,53870,48865,48865,33382,37019,35923,42289,47086,44560,51612,35589,51615,47575,47575,34013,43105,46277,33032,49431,32463,42382,30558,33876,39083,42257,39981,45947,45761,46755,50394,50831,38555,49472,50391,38399,52815,49386,52664,42946,30248,52109,35726,38672,38375,47443,39708,37872,34224,52556,34332,46746,51559,35470,30376,48730,49833,50978,38245,39059,46826,49571,35960,37336,44790,36071,33055,30381,52509,32069,53141,32657,38749,48931,39159,45982,30160,39919,31681,36865,42529,49250,52306,40659,34408,50741,47588,34028,35218,51294,42771,30334,53059,30594,34792,35606,37897,42885,52317,41561,34316,50217,35900,30166,41161,38293,40375,36476,35457,36460,31799,31799,39144,42575,39538,45103,47649,42486,51028,42147,30652,53364,53364,34036,48785,37886,38761,35478,29853,49387,50920,50920,31813,42497,34046,29876,44468,51529,42766,30634,49377,30866,33590,40119,51506,49485,42661,49404,32642,47562,37812,53791,45767,41043,31117,40877,51346,40718,40106,52967,43418,42642,50663,32767,36934,51744,47391,31605,52533,30926,48423,42968,35508,42852,42852,29855,36604,40825,50567,42732,31438,47444,42146,34900,40637,41612,34529,52395,50330,35006,37593,44557,35345,49004,50734,41133,34060,46711,34062,30028,34063,37137,38662,33569,44091,44790,35798,53544,41108,39268,45267,42661,33157,38283,40104,37353,35103,35573,36392,46712,53634,43051,50628,39038,45735,36964,33416,36944,47691,42168,40272,42245,37910,29859,35728,48755,41811,35714,39165,38224,39793,34078,44624,34079,32844,38308,36172,38019,35504,53572,53986,49865,50668,50668,37740,39379,30611,31610,36951,48315,53280,42582,34083,42773,31279,31828,33624,37104,43791,49932,43109,44070,34893,42706,44710,34088,31868,49583,36456,42930,50210,30294,40676,40682,38211,34093,30176,34088,42672,40513,30213,32835,33985,41188,44088,32151,32203,41826,43356,45254,42594,42594,40159,33113,37055,47102,47102,45986,45558,46083,46488,39299,38815,37704,48089,50515,42914,32341,34386,35328,35328,36983,36062,32904,52253,48366,34105,42889,37166,31632,46024,38294,53285,33218,42293,53701,39860,38781,46791,44387,42043,36074,36431,53269,33451,36412,34112,36887,32022,44680,34862,45588,46664,32106,51182,39846,31250,39222,34616,36571,41068,51246,32226,47760,50904,31530,50083,37069,41892,48104,51555,45157,32640,46387,47886,34030,36576,37169,34935,40101,43264,50058,50058,49554,50856,34125,51882,35952,50350,32931,31882,38561,33449,37481,45611,39825,47452,33625,47055,46886,49043,52049,52049,33289,49494,42519,53869,35048,52148,44257,35920,47483,34049,32004,36185,42665,50439,31706,53253,52443,51229,34145,34146,41418,51602,41904,48184,34149,46196,34150,35368,37049,35485,39565,36231,30768,45783,35174,52232,43902,42692,51603,44835,33669,39280,51873,40818,45499,46741,50161,51921,34154,46315,53623,41072,47939,47939,34044,40181,31909,39680,30671,49214,53324,48293,44061,44636,38037,43498,49603,37499,38301,31881,47383,30644,51562,35012,52611,34943,37580,37208,32800,30287,30287,32619,38572,41651,45620,40283,49221,44207,29771,46879,32686,49940,36799,45652,51419,34669,47755,47772,44401,43052,44006,36538,30312,29911,50745,48194,44510,36231,39161,46206,39505,40873,39505,47542,51471,49726,52700,29912,34438,48142,46620,41541,40714,29981,41801,30288,35218,42302,31247,48786,50247,48907,36980,36980,50068,35365,38254,31964,32808,43386,43386,39340,35141,34666,45178,36908,30944,41839,43045,39336,35840,37381,30677,45241,35456,30357,41332,34196,29993,39228,44592,36002,49804,46203,48213,34199,39719,47959,44148,43537,31516,50687,51677,46301,37168,42194,47257,49668,52890,30576,43575,51068,53407,35658,43460,41851,39822,31414,30781,53802,36424,33245,34947,53054,50383,51775,33237,50240,32102,32598,46501,48159,38949,52761,34447,30023,38192,33693,40839,38171,52300,41020,47030,32605,32535,47679,50447,34221,50445,40014,52430,41276,35451,48677,48539,39161,32774,42893,36694,49134,36636,30642,51194,31232,42310,35411,44098,34229,34189,51819,53273,45781,29891,50045,36013,51930,53009,36544,41007,49682,49682,31926,34801,42808,36076,41384,47270,32353,34710,43525,38482,45018,34236,33538,35791,47013,36001,42414,44810,50541,50541,49056,34244,42070,45611,48294,40739,52327,34247,42118,43032,37597,34248,49969,42004,38835,50448,52719,40295,49415,39267,41117,49140,39870,43609,32351,45518,36405,46883,47692,30114,30802,31284,31284,46260,51751,41366,42558,44543,46590,36452,41312,31855,49244,44366,43673,47676,34405,35070,45479,45768,35165,41710,48310,34912,38427,38172,43968,32524,34264,40002,46419,38508,42261,35340,46306,43834,30532,48642,38839,39280,35553,45606,40644,48024,40644,36078,35377,50055,51973,32224,52498,49724,47335,53066,47335,34273,34274,46946,41881,51812,34827,39994,52223,45718,41707,33195,44696,46566,50341,38795,31858,52187,43951,38540,32702,30030,42024,42024,39630,48348,30993,51308,43954,50600,42756,34276,53398,44012,45509,45135,43200,29974,40282,47783,50638,39575,48557,33273,33434,33297,40459,43308,30122,34285,43825,51191,30318,34806,35938,45579,36815,40853,47041,41833,30555,44691,47792,48681,52853,30647,38147,44094,31749,39167,33978,51530,45889,53344,31114,43637,46837,39142,34967,38717,42882,40806,34498,41518,34810,44042,49746,31138,32832,36194,49664,49082,50015,46216,47873,31287,50311,30812,41012,48967,40623,30065,41356,41623,41623,30939,37313,52709,51735,52650,33895,48084,52820,53686,50147,34311,46945,34709,53501,34425,50101,39754,38269,40473,44943,41334,48797,31329,53364,40030,41913,40214,33090,42763,45862,37101,38885,39940,37538,39460,34317,53186,30008,31780,39630,41483,51583,39469,31974,31974,36677,50678,37885,51961,36457,32819,32819,51752,31010,37543,43051,53374,53170,38316,43572,52014,44347,30011,34778,31084,37651,50491,49082,37094,48419,34330,36954,47582,43258,45395,34336,31288,36014,36014,34339,49592,49592,33573,34340,53693,37102,37102,36617,40879,47742,50387,45115,50451,50451,45777,43317,53180,29784,39927,44443,43371,45029,41989,31508,31508,38601,41036,40337,40668,35050,37524,48899,32765,43640,49462,42184,43707,35463,43463,36206,47178,37225,31822,50213,33931,38612,40575,35311,41542,46585,49150,49747,47815,35398,53438,44587,44587,51697,34149,52693,30195,40502,40825,50450,35208,30914,38629,44169,38307,45790,38915,50275,53267,38972,53267,38972,41228,34092,32545,48997,37987,49393,49393,30483,47191,42655,39440,37770,32979,31593,31098,31123,44855,42145,44105,44153,44834,53242,53264,44199,49031,38436,50216,32835,50392,37521,48663,46886,41013,36107,34520,53522,48963,32509,46292,42294,34411,38577,43382,50414,34555,30991,46710,39815,41963,31432,40037,42300,44118,44248,39375,53145,32309,45114,43145,45914,51341,43070,52323,47293,47579,48583,42011,48759,31036,45528,49794,38552,45057,52468,34745,45811,35399,31210,50292,31781,33853,50578,39484,40124,46405,32766,30356,35147,38288,31342,51249,38195,33038,39183,29827,35908,51741,38999,38999,42188,35979,40489,30401,34398,42607,52921,41481,46657,46719,39766,52699,41020,43425,35739,31415,39857,48948,51778,30131,35926,34879,40269,34480,33619,39590,53870,44937,38820,37774,40741,47851,33598,30189,34408,50297,50527,45392,50475,51707,34409,30082,41637,36536,50554,50554,31462,46898,46898,53486,47243,53230,35683,32905,39178,40833,43166,42830,40425,36505,30418,40426,34498,30860,30860,30885,31643,51741,33510,45007,31379,34419,30220,48768,32702,30494,51634,33356,49723,52266,40531,31932,34923,52567,35089,31835,30554,36236,47726,39764,51555,45441,34787,50752,47927,34435,51465,40980,33109,45410,45216,45216,46928,42453,49388,34438,48021,51713,31771,31001,49564,39727,34458,49630,48313,47715,38739,50364,40889,42842,50364,48224,39752,50417,46045,37083,34446,49255,46357,32877,37487,35250,34685,35365,45955,38966,36164,40294,38070,46919,30726,30927,33772,41302,52429,42247,31570,43149,43277,50866,50866,43831,43831,31973,44408,36965,30860,33741,32434,46459,30102,44133,53470,30198,52831,46480,38995,52098,30884,39365,41274,40178,40969,33672,37902,47696,41895,51557,45935,48885,34464,35250,37732,32816,46065,41982,46523,53378,42254,39129,35428,53543,45585,49802,50519,43982,50296,41400,41400,31361,42375,41570,36426,45313,40414,37182,45808,46787,37193,50820,32260,37308,37308,42475,41487,41686,35492,33176,41440,32104,53328,49182,39084,34483,51727,38359,46723,40316,34486,39803,42100,46350,39632,40932,30338,34130,43397,30950,47210,37492,44804,37230,38869,32569,33607,41469,41156,36351,37327,45137,43677,39997,51509,31233,34499,34499,36916,42036,43422,40654,37749,44936,36084,46386,49419,40787,47371,36388,39741,44293,43479,51664,34724,45771,39185,42205,46118,44531,53351,36700,36478,40645,53419,50272,52609,30529,35364,47364,50549,39050,43708,38759,38759,32652,31818,34760,34539,45838,46716,46160,36115,31157,44513,36102,35759,50739,38335,50251,31918,52469,36350,40928,44996,30185,37777,33427,42020,31357,33957,53517,53373,49570,46584,45887,45827,48773,30665,34519,49845,31861,43615,36637,31114,52715,52591,49519,50303,42584,45636,30313,40715,34764,30877,47939,34527,48736,35583,47948,45154,48403,34368,37751,44061,30252,38158,48686,46969,38309,34532,50129,38162,35898,33622,49955,49053,42913,43545,35380,40514,47855,43232,39611,48697,44757,43218,34534,45708,35125,33096,47676,43569,40563,40563,42522,52459,53173,41634,41634,37265,49532,40161,41598,42481,43202,43289,41070,46430,35227,29887,29887,32035,47357,50646,37566,49800,42294,45246,42865,41651,38938,47909,32222,50265,41822,41035,48006,48522,35306,44465,51666,40483,32780,40125,38655,36157,31114,31674,45960,51854,30232,36398,43674,34202,39189,33178,40527,51912,44350,44572,46056,34188,34553,33546,32086,42349,34242,44866,42159,52849,44574,41044,40614,30846,35884,29802,53617,37848,30720,30286,36993,41586,45055,36275,40902,34561,34562,44422,50800,45779,33149,45481,43477,44318,43620,34874,42287,33337,34569,41665,41103,43138,43380,49167,40054,50708,34570,40935,51917,37189,37731,44762,53212,41548,50116,32804,31123,50698,40492,30421,34577,39423,42312,47468,41175,39146,39146,39625,44696,35106,34127,48561,43221,46423,45516,45354,40177,44190,46484,35874,52327,43285,38848,32577,52374,47378,30563,43621,41245,52765,46046,35169,49712,32838,47251,51753,34151,52441,52707,34208,40846,38895,47059,38668,44724,35663,37190,45494,37046,46596,42189,42534,31405,33249,30018,36827,32344,32957,52912,38843,34597,50076,32611,31108,34210,47994,30566,51179,52431,34600,32640,33628,36003,47822,42581,40224,50506,53560,36434,49547,35079,36832,42615,32104,31753,32471,46201,53479,50873,48122,34610,45000,52346,45904,46155,41262,51557,49194,34614,52106,48008,42175,45776,34618,34411,30153,38746,39805,44352,46264,30940,35679,43364,44162,34002,32158,51133,49514,30855,50590,40159,36438,35385,35930,41232,50705,38926,39327,50573,45166,34626,43356,37445,34627,42364,44404,36948,45929,31580,43157,33139,52033,51026,49563,39793,49846,30259,35656,32883,51277,38447,44024,38759,50768,46923,31948,47079,45508,48632,52464,43729,43256,38764,51789,40733,45340,47860,36100,51989,42946,42094,49543,52288,33321,42264,42264,39925,46334,46637,35228,48782,43104,50515,47983,34643,30821,34645,50515,32950,37905,43780,33609,30780,41556,45151,32789,32027,34651,44820,49225,31832,48234,45148,34654,41855,52612,35648,33976,52286,44414,39453,41980,48391,33452,34040,50772,48854,42020,41398,46687,32280,50544,44589,45540,53576,51796,46008,39901,37124,31496,29907,34800,34026,34147,44908,34666,42826,42826,31662,45181,42092,29931,40077,38977,38671,53083,44106,33224,30692,51156,36586,48555,53458,43159,40212,47382,47473,39101,52729,32734,37587,35155,41244,50542,42341,53478,35221,36234,47387,39912,30867,41892,53494,53935,33822,36729,43371,37408,30910,36903,52192,51349,50533,47816,47187,39178,36837,45126,44722,35277,53189,36213,39509,34683,30192,51419,37018,31169,32739,46831,32227,51246,46787,46739,43279,34685,52812,41790,31645,44592,32603,46182,38924,39541,30032,44033,39541,35640,46636,36543,32841,47545,41263,43282,31156,38957,31274,45763,51454,44517,37560,39655,52762,43794,32187,50827,43574,46127,35920,40930,40930,34253,48813,48289,35968,52408,44202,29970,47144,51787,35151,47157,51799,30666,34209,35281,38752,41587,36547,37545,51487,36386,52986,43721,36913,52738,29938,42114,38627,32829,50938,33286,31022,31188,48519,34863,39519,34713,32579,34713,30754,45664,50759,31950,32499,31376,38048,30975,46963,38244,48774,45014,46462,40825,50810,46983,31337,30605,45782,32392,36031,30192,41799,35111,48823,31430,31984,53229,43616,44522,41872,38783,42150,36306,38733,45480,39583,42887,48324,42148,51699,35054,41593,41729,51064,40641,44698,45778,31097,43863,36160,30625,35506,30915,46163,38419,38032,50984,41785,39605,32573,53493,52232,40585,50416,38219,34741,35074,44708,52215,37132,53032,40321,49772,44604,40324,39091,34747,34747,51019,40555,52788,41943,45411,30901,52590,46734,34773,53491,49804,40610,39357,38756,52008,36049,40684,41145,47153,34753,49275,30231,53553,41044,43700,41044,52576,39372,48238,50778,38012,33920,45803,40636,45145,30554,29861,33362,45939,30407,47265,30011,30011,46498,33668,47249,53482,37851,33508,29844,49236,29807,45685,39156,53735,50530,45486,45353,46448,43008,45844,51299,34768,51167,30213,51156,40419,37676,34508,36736,42996,31794,43796,39395,34311,43145,33194,33376,49537,33167,44989,51523,37724,38480,48737,34777,45984,46729,52157,53531,40779,32049,31690,44918,37011,53108,48548,37039,37368,37149,33948,37841,47310,35572,40293,39588,38901,39666,50216,41014,34116,36789,37732,34765,43535,42604,51389,50557,52502,49605,31704,48267,35693,39560,42383,40489,32705,39373,29971,32824,39420,41317,49369,31581,41881,38035,33339,49293,41163,47936,51888,49163,53096,33856,51939,34896,34807,44063,42202,34041,32758,42673,48970,38408,42564,41315,34426,34426,50276,32865,46167,50305,50305,30657,39381,46641,39301,51215,37115,32883,33598,34163,42528,34353,44571,44571,51991,47513,30210,34156,32719,43443,34814,40486,50006,37321,34815,50951,40540,42881,49063,34126,46629,38095,51559,50154,40351,37677,37619,42945,51800,34820,34821,38898,32062,44842,40672,29753,30338,33498,50215,45051,52062,46940,31880,33225,35186,31339,50661,50661,37328,34980,53150,42711,39573,46795,45379,39551,48951,38041,46175,39714,33295,32645,40246,47641,50017,34980,33453,34839,51340,35145,47547,48754,37045,34841,33550,43950,33948,38434,52019,46041,44921,40270,32429,52011,42224,40793,30839,34848,43596,51043,36386,31439,34850,43315,40283,35726,45808,41091,40829,45041,34595,40829,46437,53115,30471,30584,51327,38003,31268,39361,47034,42850,41893,39713,34860,34860,40735,46612,33566,49551,31779,31779,52544,46319,48326,39491,35407,37102,40421,35387,48712,34870,43260,42192,39080,44972,37991,33442,34510,37569,40123,35900,44334,44624,33647,30754,44258,48144,51934,31071,50216,42580,35633,38276,44569,34888,49023,36508,36120,34890,32891,31347,49036,45361,37649,51862,36172,52502,48120,32323,51226,42348,49703,30793,46493,48628,39272,47229,41193,50794,43965,30919,41115,39088,43507,50390,49447,50694,45391,34143,31853,44429,45724,52811,52811,30845,53471,30630,31976,51659,38616,38348,34144,39904,44168,40231,32316,34904,51583,36180,41373,32896,45924,30824,50740,47953,45067,47337,38077,40308,40241,43647,31887,34371,34371,40179,49033,48444,48444,45677,48240,47084,46689,34909,32923,30149,46531,32965,39503,47124,45946,36403,45038,41389,39425,34917,48051,45902,43883,50144,48590,52842,39117,34922,34923,34923,34270,34959,46240,38962,34925,37463,31164,38323,41342,34564,30248,32185,32185,50631,51247,51034,48244,48571,37525,52105,41021,29908,34124,43631,38870,38622,31067,33612,43534,41264,51080,47426,50110,52908,38960,45124,32676,32676,38084,48424,42746,53457,30973,44101,40799,31104,48162,31477,29969,39798,30751,45719,32052,46236,44415,37955,35796,41460,37212,48125,33373,49846,37785,43924,45581,50326,39569,53070,38816,48443,42937,43579,47311,47897,39430,39430,41940,50117,51315,42563,45516,42577,42480,31245,48188,37750,29839,40509,36493,53665,40321,49053,36653,49867,41627,44326,51540,34960,49267,51540,34008,38988,51724,46229,39023,32127,50162,53385,49360,51507,30869,30061,47862,31019,48063,32311,42393,30873,48584,44399,44589,47294,42318,42705,37468,46329,45826,40967,31571,41440,35342,40808,34970,51395,45225,30372,51238,36851,36851,46457,42893,36215,38029,37536,31173,34735,45703,48774,39699,45543,52331,39253,45342,31244,34990,53761,50808,38899,30043,34321,35310,41822,39696,31017,37089,48173,39837,50609,53576,34588,45741,35698,46156,31056,38481,36570,50506,31119,39696,37246,30140,39635,39828,33192,46299,30505,31567,41738,51267,44575,51126,52270,47024,48126,30589,39332,44839,43631,33977,35005,39512,44212,35006,48779,39102,35194,33284,43092,50808,44570,52319,44579,43316,34069,30568,32323,40274,53506,53056,30767,30095,45234,38618,34440,41953,45393,41133,44883,53305,44974,50914,51115,35650,32341,49302,35016,41772,53164,30104,41535,40593,47783,47171,35021,40395,45274,35606,50029,41987,52373,50152,45734,36639,39102,49702,40865,40590,42643,31638,52031,38415,40161,40161,49411,41256,51985,48812,50542,41084,35922,51660,37092,52972,53875,46707,36537,32898,53630,48479,51447,52234,38350,50818,41773,35966,47610,38578,45837,45575,35037,42679,47659,47813,45597,47310,41267,52356,52351,51212,39892,31524,32045,35114,39980,50650,49303,43284,49443,35044,35045,46604,41726,45848,35046,52500,33664,45217,37277,50063,37224,47972,51840,44305,32957,43385,30719,31787,30668,40640,37100,34301,34555,32225,30580,41110,33412,45068,47142,46677,33905,35592,49831,42377,53313,35402,46341,39517,31796,33351,39148,52235,51558,52462,41785,46020,42354,53085,36427,36428,31891,33955,32960,30050,34906,42749,31724,46431,45578,35063,52739,53451,42747,52493,31190,35892,47259,50212,50326,46125,37632,53532,38294,33908,33908,52239,33914,41077,37080,35071,45357,52349,39066,39066,52909,44325,53640,51879,51879,52192,37712,49119,47759,43832,40672,37646,36541,38417,38417,38788,50111,32525,51177,52868,50290,43952,30319,31873,34082,31190,31190,31511,32244,38701,51234,52429,46004,47786,33812,35084,41176,33934,33934,32354,52181,47451,52233,42606,42606,52976,47363,39440,52567,50725,47896,35747,47820,30450,45754,33426,35475,44139,38546,47208,51060,44143,40042,35094,51709,51709,53450,36036,46028,31729,39437,37061,53468,43620,38715,33226,51838,34693,37569,49330,41109,29748,33120,40385,48209,37764,36255,32620,48067,50630,41900,44314,45208,41138,33462,41519,30310,43224,45499,40716,34191,32950,34891,49810,32150,51839,40066,31630,31630,36913,34366,35327,39220,42340,41484,33331,33048,48185,29790,41302,39452,49486,52289,38269,53494,51298,50362,50362,43287,47636,33022,43898,40943,32331,51410,47138,33736,46791,52491,52491,38857,36609,32735,34476,50756,33527,49398,39180,40163,38548,51168,47915,52738,32649,43084,50540,37633,31150,32218,40830,47150,36937,52288,37654,53140,38657,47197,48950,42231,29962,39945,42732,41976,46353,49583,44536,49437,33273,38602,42824,44327,52324,46770,51300,42729,39596,32592,33318,50976,49897,46323,48152,42410,43413,35732,35138,50165,49008,50666,38058,45991,35596,48436,34132,36775,52528,31381,40828,43196,34309,39506,51641,43184,52266,51444,39417,35107,32588,52592,36866,51566,48908,34703,40095,49097,35337,31301,32996,40270,40270,37277,33735,33615,36918,45201,50900,46350,53664,41747,41706,51135,36613,39472,51853,44178,52188,39840,52877,37887,47541,49461,32686,33788,49794,39332,36083,31490,35160,53434,31500,32816,32816,39067,45323,39367,44970,38859,35162,48660,42723,49835,52504,51272,51762,37652,49748,49748,29865,40041,33466,32843,51991,51991,38665,48986,51077,40025,37651,37194,45489,45489,39002,47965,31924,48220,34414,35179,52623,40028,52846,37948,42366,50416,47503,32981,30959,37225,39940,49249,32718,52132,52132,30162,46970,51705,32001,36040,52604,41015,34671,38527,50941,29845,48944,51533,30521,34707,46727,45121,49372,31688,52248,48693,50062,41084,47767,40040,43742,35195,39549,33033,49160,32211,41804,45877,32682,42515,45065,34925,42950,50275,31300,42048,43827,51280,47099,35203,37490,50884,33758,35206,40482,43327,33990,48390,40520,52475,41452,38985,30031,44196,44133,41735,41140,30234,43509,36452,40113,45308,37432,45665,35211,35469,35214,51993,33069,39446,44653,40479,31621,31621,34664,31331,41761,48636,36462,52899,45066,31794,37645,41815,32209,34934,50522,32987,50522,37468,34901,41336,44275,41594,42200,35540,42356,30945,49619,49019,51864,48118,50062,40084,46094,41043,50464,37843,44176,46475,47613,40135,40800,46321,49732,40463,39443,45002,36081,37952,48005,35736,52013,38072,44611,44701,33118,35240,34826,52125,41273,45713,52673,41601,33620,45859,35241,37218,47225,47383,41659,43451,33140,51728,51451,29861,40924,34495,33586,37874,36022,40974,47783,43939,38321,46269,39820,39091,48683,32798,44197,44953,43220,53361,49338,40860,49660,34219,40511,49989,53521,42483,40360,36446,47408,32059,29787,31935,40469,45250,40235,41518,49550,38453,41926,34579,45015,33238,38645,40935,39623,46898,30511,48196,32005,35223,51930,37034,41240,30036,51857,35268,47463,52922,45081,32847,39995,45860,41484,51222,35271,47872,38326,44688,37666,37666,32449,49533,51613,44454,44947,41310,41226,37609,47196,51497,44118,46119,46119,53547,37393,50412,43318,38481,35279,49347,45291,30881,30390,46243,44473,46864,45464,44466,41089,39829,40725,33092,47101,43802,47077,41107,52377,46025,38038,38038,37281,40768,40768,45894,32966,42028,44064,42727,51504,50313,39016,50799,51015,44475,34807,44879,38714,38521,49254,49232,49113,33790,50121,47850,33287,35725,48413,32516,38311,38311,31335,44506,40351,30625,48632,45915,40290,43808,35298,42139,53922,35301,52755,37619,31374,51523,30252,36968,39491,41676,48465,35307,45214,35309,33727,53915,36195,49687,41142,36442,42375,53079,38671,40193,33765,51289,46695,42240,41854,48989,52070,53198,46440,46440,49216,40230,44870,49571,44800,48774,52801,32618,30295,39666,45349,51932,52318,48962,32055,40529,34685,50294,30107,46574,49795,48372,38906,34255,36270,47339,42785,46377,49588,51010,38988,52252,44642,42707,42221,51940,37852,31310,50391,36676,50046,50431,45120,32198,52421,47909,47909,32620,40636,39638,53071,48200,30981,40573,52154,46241,35543,46305,52628,49123,52389,43951,44887,49604,42281,42281,39297,43656,52527,35352,39174,35530,39285,40371,44660,52080,35353,52442,30661,30661,33805,35357,36690,43774,49857,46436,44082,42267,37147,37147,31243,34286,30192,36520,49109,32738,30329,53979,36090,36679,38434,45971,36801,51592,31255,43006,33394,35365,40595,44459,46578,51630,42977,41878,53726,36226,30702,49585,42892,46542,37620,39786,47603,53654,33657,49858,52151,35373,43878,48875,31528,44191,48108,32154,35378,44475,35164,48807,53533,35396,45431,38950,48421,51517,40794,45329,53168,51399,36398,43782,48802,30196,44130,52792,31003,44381,34564,45982,40348,49597,30053,39546,46760,50247,44780,50578,37445,36078,34773,31524,49234,36146,52195,51809,50670,43127,35389,46346,33622,33526,39961,35394,35395,34103,36317,50646,47282,32136,50164,39306,30015,41357,52527,38868,33395,30273,34823,40765,42370,42745,34742,33472,33760,31625,37814,39311,47347,46051,35406,41705,51372,51098,51098,41439,39449,37248,33360,32508,31069,38635,45149,34942,33629,31268,52281,35588,34457,34399,41259,46665,39010,49417,47478,44238,33311,43604,44632,53697,48284,52464,43922,43922,45797,31482,35835,49424,45497,44174,30784,44358,47590,41824,43550,38148,39197,50896,47238,47146,48721,36888,30404,35450,45458,46699,35423,48586,49486,41454,49071,40828,35426,44920,50240,30434,49244,51891,39070,39070,43445,44400,34966,41630,42850,38399,45755,42956,36178,30258,49148,46343,51572,51573,50019,31350,52868,39720,30175,41685,53682,44986,45752,48502,41480,35970,51929,35440,46369,39060,52353,45856,37835,43170,32576,30415,34130,33822,31103,35730,43435,51559,51524,52647,40200,40549,40392,35997,46230,53354,44603,44312,41551,47815,35449,34374,41146,44621,33222,34394,37467,47686,30862,47446,39849,48077,48077,35819,43049,52963,38440,53721,41307,49080,32206,34098,47896,51892,41190,38659,51819,32890,46444,42078,37351,44050,43236,37832,44330,34718,35460,40723,31607,50733,53377,51434,48456,48456,32067,39206,53521,30400,48662,32019,41620,37800,51451,35474,43420,42393,35167,53066,32432,37024,30255,41959,35547,35477,38170,29789,53647,45114,30946,53641,42272,51160,43191,35484,33147,43625,47984,38158,33562,32230,42303,38736,40416,38686,38686,31678,38822,41422,47043,35492,35495,37675,43158,41875,47991,46170,35498,44919,41845,30639,32214,35759,53646,35500,35499,31975,50403,40667,45845,34080,32572,38693,30941,46061,33757,30465,30465,36198,42350,46688,51851,38542,40623,32198,49055,36733,30250,51656,39863,45001,53261,36390,33197,38728,44987,49658,36311,47316,52034,50436,34731,53555,40330,38124,31242,42292,33484,32117,48354,52522,39534,33195,49451,33043,52893,42115,50508,43211,33889,31581,40094,52798,40301,48780,50470,30172,40338,51351,35533,53725,35533,43945,38928,38928,45879,46272,40409,37680,51416,33806,51427,44728,38205,44517,41427,49603,34853,46842,41877,50427,38976,40571,30428,38200,35431,45381,35541,48540,34821,34691,37663,50803,36156,50999,36535,43710,51063,51156,36572,30937,36725,49353,51474,43769,53233,46836,36142,40624,45370,46111,50649,46982,49099,52801,38399,30329,35754,38325,46263,31810,47690,47124,47859,47452,42049,41295,39746,39746,44169,35556,41102,33078,36584,52275,37976,35560,46544,46554,50245,52542,51798,33005,35563,34629,43938,52777,43938,49694,34728,39118,43233,45077,38041,30877,49141,46015,52753,35568,50388,38745,32987,43061,43029,41986,51877,46334,30317,51612,45731,38991,32298,45821,45910,49414,51893,36887,35850,49425,43002,50512,34875,38653,35579,30424,37093,38375,34711,50381,35289,47649,45501,40043,35584,33123,51379,49323,36747,52651,30232,50740,32708,30576,49020,50556,45653,42215,46034,52701,52700,32884,32217,48964,48964,31798,40358,36085,33139,36952,36670,44920,35590,39668,47623,39744,34450,47264,36488,36488,49142,39786,42253,50516,42720,30093,35700,49364,31653,32700,46282,46282,49776,37106,53303,35475,35474,35778,40646,46601,34287,52533,36696,53338,43023,44944,31812,37648,49645,41023,44077,46337,43355,41948,30930,51950,51423,48139,49027,48590,37929,31109,41867,35797,38861,45853,48439,48066,45815,37548,52284,42145,37520,49681,46199,38535,35622,53648,46648,34793,44107,42578,34563,32018,51457,45520,44309,52323,40592,47893,49350,48389,42084,53595,52889,52889,50236,51159,39676,50344,39021,34336,29764,46820,31827,35996,51100,31478,51222,35332,37321,32295,37215,40532,35637,43815,43228,31591,34174,46369,49469,46817,36865,39551,34796,49537,44689,44689,51726,46471,43768,37973,41115,35644,50059,39991,48509,41119,32530,34297,47987,47269,34302,35891,39924,46896,44711,31297,51125,53671,49040,32451,44007,46063,43106,41497,36994,43106,47812,35730,49227,34976,30397,32993,52560,37146,37814,31517,51651,35152,29825,38295,35660,35493,42883,34414,36783,47778,36204,38220,41602,36488,43249,32948,41956,42131,42272,51605,45705,32818,31140,36060,41711,41971,45370,38930,34772,50577,48960,51189,38564,51249,33417,42388,47104,49169,53864,38621,52981,50964,46044,46044,39697,31452,37970,49823,41106,32382,42835,44125,39176,45464,45227,45605,52862,50374,31152,49348,40400,51030,50754,30990,44323,33510,42100,43884,33047,40630,38398,52119,48211,51002,44127,35724,46054,40880,49196,33222,46399,34245,32840,44302,53231,29771,33703,32073,44474,30777,46470,45939,42493,41258,31311,43858,34011,52902,31630,46358,36384,35472,39686,35349,40922,30064,33989,33989,41580,48562,46592,34277,35808,39528,42117,48971,48143,34453,34278,44944,31682,36658,31178,31178,44395,40215,41992,33872,41551,49021,51993,42708,42708,50128,51364,36992,50404,48985,43121,31832,50220,44913,36741,51275,33949,35709,45764,37856,33128,31210,50052,40160,46439,42451,31350,44630,30214,53042,37635,34636,30965,46837,52780,34224,30262,33433,33433,40123,32553,42646,34614,42322,38055,51667,35130,36200,30620,49395,46258,48735,50997,43081,32670,44313,37550,50449,41941,52044,40401,40885,40299,42396,35359,32949,35734,35735,35164,40711,48653,30203,35739,41891,38936,35741,51135,42521,39727,31016,38180,38836,34560,33406,46203,44749,43216,36387,41389,52690,36183,29765,46304,38256,32606,46953,35749,38076,44472,44472,35170,46341,41499,32999,44765,40847,41586,44563,35594,39692,31931,52501,42123,47219,30841,31113,38579,40403,31488,31488,35553,39590,41754,49509,29826,40836,39355,48682,53094,51635,47487,37697,46489,47049,34185,51688,47272,42604,39627,35200,31000,48851,41390,30672,40735,48923,49920,51487,38924,43405,37715,30735,40058,39111,41513,37588,50355,41106,41029,44749,50337,35487,53148,39621,48992,46751,52255,43562,39777,44462,30088,32949,47803,52009,35775,31144,45445,46528,49945,43605,47827,31396,31892,49949,35782,30951,39871,35378,47943,52677,33154,32824,38532,31408,50827,50784,44629,44424,36352,35515,47098,38345,40004,51745,44330,46714,41101,38849,50931,35794,35795,52420,47644,42943,36333,30607,33839,41350,40548,50410,33918,48534,39542,45059,52206,50700,33256,35196,48818,38001,41241,46430,32645,34755,39890,39890,39890,38520,53615,38295,44896,39980,38169,42737,44502,32385,46702,33283,51813,46347,45226,30587,43250,48059,41786,50766,50096,31275,39394,35817,34865,43767,35818,49681,32471,29801,34377,44253,43421,38213,31645,32522,51062,47892,40551,42520,43339,32527,37332,48336,39965,33304,40046,53523,32003,36608,52250,49001,51110,35834,49385,45113,45113,41158,51372,42438,31105,37722,53150,31857,52563,48805,35838,43094,37557,52516,31735,52094,42438,39275,48284,47638,41432,42483,49301,40502,38033,48849,38152,49336,46709,29872,36826,36890,45587,41380,47744,49294,35375,33368,51362,46181,47162,35852,30071,29822,30270,45437,50177,31639,52224,45092,30529,53140,35456,52734,49935,50571,46110,51304,39313,30139,33289,46550,53122,53669,48612,37497,39383,38603,40120,34653,33045,49044,52367,48194,37911,44259,50886,42774,45975,43414,51238,33285,30648,39264,34564,34777,40740,34029,44616,29921,38811,31769,36650,48819,50102,49211,35103,49853,33564,53839,40769,43188,53474,32709,46474,37637,41588,43760,37442,38157,46966,31776,33347,39253,51058,39661,44667,44361,45455,42521,36520,50473,46561,43631,39987,52580,38119,34405,52749,52749,38867,42261,30304,34994,49074,49691,42374,45990,41216,31498,42517,39147,51807,41692,32180,42234,42234,30985,48575,48575,48978,48897,47703,30474,42414,42414,53085,43388,44682,52943,52734,41943,43414,49481,51469,41915,48169,52860,47807,47806,31641,43726,44700,32385,32385,45688,45837,31736,39992,35716,44531,43958,39648,46650,35893,31046,31046,42178,42178,39179,52234,53844,38285,48896,48831,43082,45538,36765,51496,52453,46590,46590,39608,33468,37133,47020,34148,46161,40245,44514,32128,44836,35904,44836,35203,47025,35908,43116,34747,30095,37921,32495,31289,38549,31699,53662,38407,31027,42376,42376,53122,40254,44786,33019,38268,45517,34515,52607,40989,48415,30918,30038,33692,48908,40864,40864,53037,36618,45821,30272,45781,49494,45725,38141,42317,49355,40662,30759,32535,37665,39719,37443,31218,45817,31927,38556,51051,48562,46395,52625,42964,32386,41087,40132,39098,41565,53145,51608,34704,39020,32409,47675,42074,38264,38760,42572,39696,31928,37124,45660,34078,38714,35935,43395,35538,37467,53627,53489,31406,50835,43739,42929,51803,40000,44739,32672,34583,35943,41147,38208,34017,44903,33779,30889,40395,46345,38171,33064,30650,42388,35950,41329,49961,50791,48606,33727,45584,31470,34363,39952,33949,34374,32519,35957,30878,34439,35958,41778,41778,51395,51395,35007,40053,36952,48564,51042,49966,40263,42242,46861,45056,50953,52615,35962,34681,51959,51959,34788,39352,38307,44896,40278,34107,41827,42034,47039,35888,46992,41288,38601,34918,48285,43346,31198,43472,37793,42344,48426,30152,39864,29965,49003,31525,39433,35869,40608,44744,35480,35975,51252,40066,37290,44389,52924,48620,42490,50187,46856,46424,52430,30586,45806,35512,35512,30535,49759,47207,36525,51847,46977,32124,34272,35229,41504,44670,41973,32436,39762,48258,51986,34027,30365,30900,44609,48376,44045,39255,38861,40990,32521,52690,52690,32513,35748,31208,31208,49897,34491,32501,32190,47004,36011,34149,35108,41594,31209,38092,53362,35080,50115,42442,39241,53993,42137,37413,47634,37638,45692,47024,38136,47950,30490,33929,45318,37241,37795,45288,31395,42800,41179,36665,37155,45575,31341,33150,31891,46721,45262,47432,40885,45262,33439,35614,42160,37054,36132,39332,51472,38442,45137,30706,40806,47127,46260,43550,37029,41453,32289,49150,40241,42140,44191,37421,51109,45776,41798,45776,37878,32624,45112,49883,50452,39582,32023,38665,41704,38928,36039,50222,35616,35297,33300,34913,38079,33510,44575,36046,36616,47992,30365,41178,49747,48087,50973,44710,41428,36050,41001,52543,52543,45607,29795,42211,40281,31221,42121,49195,31330,49949,51568,44962,50169,47154,36058,36554,36061,44349,44349,33954,33954,29948,48563,42867,50745,43846,35184,49102,36069,30433,37572,37572,44372,36072,37828,48788,34519,52307,33903,41381,44490,40644,36077,37802,36078,53260,40740,43035,42663,30235,44628,32226,39834,37145,34334,30969,46701,39108,40552,52955,53098,53070,49320,49320,44444,44444,35039,37009,36084,30984,39315,51411,35620,31303,43826,41075,39550,42448,49998,46919,33656,36092,39802,41471,33316,46931,41292,43118,31249,36097,37378,37377,40516,41400,52864,43738,38169,36167,43111,45573,42207,47217,31077,33955,48741,42645,31543,46988,46682,37510,41783,36803,51613,33134,48061,32768,44078,48633,42261,37521,45153,41886,51151,34071,38858,40637,43506,41550,52124,45301,49832,45273,45273,40263,34698,41474,35879,45845,33063,36121,47884,42532,41899,52338,53507,33275,44989,42216,47457,31856,33106,32191,39143,35201,32630,51503,49424,35723,38635,53409,45873,29806,44182,45983,51730,39292,49707,38727,30915,50462,51182,51524,42845,52077,32689,44882,39235,31687,45407,34030,36484,32061,30495,50361,50361,40906,29763,53802,51128,33179,50141,37585,30622,45234,51870,34212,40537,38145,38084,41004,44982,30957,31283,36155,37238,30680,43034,48123,30321,44442,40687,44609,49376,46246,44580,34867,35254,42945,52017,36328,31150,31294,31294,52002,33149,43298,46142,37656,31681,37804,39738,38788,47931,35192,41886,47049,36165,48509,46317,41041,46187,43568,51452,34005,51786,43154,51987,43816,41818,32916,50305,42028,48917,50217,40126,48926,33873,53606,53626,50418,50118,41946,39151,39151,47802,45971,31912,53271,36184,36184,40286,53111,35870,53847,45109,35504,45222,52343,41560,46861,29932,29900,40297,46393,53864,46651,36187,50512,50513,31842,37792,34494,45344,33762,37703,37493,49180,51553,42791,42888,34432,43494,33593,30239,51392,36199,41498,46943,46763,41452,43903,50972,50972,42859,51191,32395,40027,44809,35445,40757,33108,39459,35655,44852,34199,34199,44278,45709,43515,43515,50612,42095,51628,43420,33743,45630,46154,37831,49836,37213,48776,35607,51732,43899,40974,31579,40974,42372,46447,31271,31958,48244,36296,32870,50672,53472,45315,32283,34882,38391,49465,37526,37526,37019,49217,51573,49091,38682,32147,34119,45856,43457,37129,34163,46497,39483,33302,34834,47100,32002,51102,33969,48923,51834,46489,49364,32520,39258,47820,45686,44824,51234,30952,38197,52885,44974,53636,42709,46916,39716,35172,43255,48145,36231,49295,44509,36233,43191,49240,32319,33596,33622,41929,31054,36239,40540,36240,34742,41898,36898,53658,49046,50129,43446,53032,46212,37884,47306,34410,36243,42081,29964,39501,51585,32627,43261,52183,33178,31216,30125,36249,31381,46167,41031,31810,39764,37541,42181,34501,44628,40527,47879,46776,52579,34490,51624,30226,49689,40128,33088,50834,36253,36881,47551,48236,50417,49443,38542,44872,42160,47595,44527,49212,35489,47120,33720,30357,42335,42854,42329,36258,48701,41372,48807,50384,46232,33113,33154,46267,39001,51770,41473,52866,50134,30747,48373,34572,45789,53548,39148,44496,38964,42801,30903,41345,44224,42359,41860,34638,52464,51589,48365,46564,46564,49704,51756,36275,40926,31344,41981,31188,48295,38185,47379,30179,50523,50649,30062,32470,50245,31293,36280,38737,46967,53419,39910,50636,46861,31506,41680,36287,40971,44211,51251,36155,41740,41114,52053,43389,32853,47421,48978,44784,49118,36296,42638,42349,49611,30091,38061,36844,30480,48226,49369,39745,45923,52865,51310,36302,46444,37143,37143,34026,36718,41760,39408,41817,36306,40345,43857,49348,34945,32240,47235,33433,48468,31203,43945,46662,49153,46558,43882,46975,51300,33127,33127,49505,44200,30938,40437,33498,33327,31058,48249,44675,48249,32284,50791,52282,30224,48035,46298,45375,44483,39309,34862,44001,31321,52548,31240,52639,42926,43328,40082,51133,48183,44597,44597,37412,36326,30432,49706,36529,48020,47400,30086,35578,42020,47477,44377,53383,37456,46103,30311,38150,50917,48664,50917,47777,51089,33897,47225,46900,34876,35453,34977,52890,52890,50534,36343,46529,38948,44832,43474,37775,38998,33411,32603,31899,49031,49477,53721,39806,36349,37578,44300,32704,41829,41948,35261,51760,53313,51728,51374,53621,46051,33574,43258,45320,45467,50348,44200,47898,38666,40513,49840,30038,33321,44672,32604,32604,41567,46159,52084,42622,49000,49000,45487,48520,33356,32651,41578,46734,40321,51486,50209,43499,47376,44180,35540,53320,38853,36004,36375,30582,36720,52765,53399,53694,38703,53717,41689,30723,42078,38625,42928,36379,41701,30308,30308,45185,49279,48197,48566,42926,45331,33168,42926,39664,34504,43975,41718,41618,35272,33355,30045,29819,53401,38715,35334,49208,31004,38520,51539,50157,45011,53343,42947,40753,47487,49438,44802,38623,38623,49116,52930,36402,31402,53005,30803,40658,44844,39058,36063,45239,50457,41674,50145,44936,48967,34227,43370,39199,39199,44559,39243,49936,46923,53047,45553,47155,46585,47948,47321,50263,31071,46819,41267,47041,30002,30789,30516,32914,41769,44895,41477,34895,38290,34835,52896,30834,43536,46475,48815,44569,45776,51209,46424,47557,41764,39388,42717,36435,53779,39195,39115,49918,38230,47144,46920,34130,48137,50976,36924,33084,44383,52140,47277,51982,40921,45880,39284,51771,46110,50356,41128,41128,35468,36448,36448,35971,39721,38622,52447,30432,52099,45664,33834,30398,45306,49051,36451,36451,50700,44915,32955,34414,36454,30640,41287,40256,32727,39130,45893,45569,50285,50981,50981,47094,46664,45483,42687,52229,46128,46651,39857,48127,48127,32994,38852,49444,50403,35503,50752,40601,34402,49616,49616,47758,43752,31892,39246,30661,41970,38252,29891,53471,45626,48834,47163,38736,35519,38737,44285,49157,32533,35284,41660,41093,41599,47255,46617,45091,40511,49848,44586,44586,48300,34219,30968,51237,50487,50487,34603,37923,47270,36479,36864,33343,39643,36967,49954,29780,37660,35182,43516,32055,53707,47011,35792,47279,52686,51403,38706,31249,45210,29767,51239,38743,53658,30635,38748,30389,49230,44432,29945,40309,48291,39840,38814,51833,42222,39998,36490,52820,44734,39916,30856,48935,36850,32667,47604,43413,50295,46164,49428,43901,39601,51376,36174,30341,41774,39781,39792,43711,44132,31124,49688,36652,36070,44850,29951,38927,39437,48149,29824,31388,53542,29841,33850,38147,36501,40747,36503,34318,40599,51146,40386,34114,42590,50184,40220,33233,33233,46926,51621,30109,34654,31551,50482,47365,33387,39081,36509,36510,31052,49729,35389,46860,44070,30014,46150,33499,44816,39887,39887,34693,35100,53709,49065,53527,38050,33889,53715,37088,51741,42574,51505,51505,38323,46500,40988,47821,52305,35049,45265,36519,49840,47645,41113,48324,36520,30191,45567,44190,36526,33408,30345,30345,50896,50544,38778,37111,46081,34192,36532,32246,46992,48542,30604,46436,46053,33207,35737,42880,42880,47315,41479,52017,36539,44588,36540,42156,30617,41517,32157,52668,40105,38152,47276,47276,38763,49593,50001,30580,39064,47666,36550,50657,30449,45085,45518,52265,36095,36552,31236,36553,39362,45080,43735,36556,51403,36903,49925,52979,41872,49880,45780,36562,53652,32367,31790,36599,31980,37971,48804,44227,48084,39095,49049,44716,52528,38232,43942,36572,40203,52174,41976,51155,50181,43437,36567,37936,38240,50624,52137,39785,49646,52696,42845,49739,51698,42260,51058,45783,52033,45041,31422,36334,38384,37756,43899,29944,37739,48997,36576,36576,38450,36717,33073,38449,38004,47132,36579,36421,52657,51316,49416,31902,53623,48919,39427,40887,38775,51370,47241,36582,45939,46675,39751,38519,30405,52727,33129,39283,48780,51688,41365,49058,50314,32517,52301,49984,50620,38833,38762,36620,37212,36650,37304,32693,37693,38600,30991,50486,40902,38180,36607,39905,42504,29834,30963,31138,33890,48261,49978,38677,34459,30170,39194,49870,45506,34268,41395,30466,34991,53283,30728,41089,32699,39007,50526,45597,36271,32000,45759,31952,34684,39055,39703,30096,35011,42592,36464,34530,40669,36623,42937,46245,50005,33612,43396,44771,42802,53883,30707,44470,35951,34365,45172,40810,45907,46090,47323,35693,33446,37033,39975,51471,38279,53961,36640,43682,35702,37496,41742,45526,48759,46255,46255,36874,36647,36646,37900,36648,31727,44433,38221,41196,37257,50775,42820,50740,37572,34864,33547,39258,51714,40776,29845,51063,52180,29846,39404,34652,32143,43472,43472,34410,42723,44181,36667,51683,32933,30568,30885,37457,48822,31821,38522,36670,38884,45238,31384,42281,47426,37227,51459,34523,52577,30670,30670,33278,51668,52858,51103,38648,44740,35617,37322,48681,53435,32918,44505,53372,30364,32911,40290,31313,45573,43003,42742,53550,35141,40413,45450,41445,53173,32971,32405,51033,40455,40455,36771,51399,52562,50343,47205,38203,35420,37620,39329,40209,52398,42409,33968,30378,49760,52028,32228,48907,35295,33784,41121,30695,44647,49974,37123,42501,34490,43842,45967,36365,51560,40965,51651,30180,46966,44476,32451,41885,41277,30990,31728,42598,36702,33981,40770,42305,42305,46519,39879,45604,46615,31845,49378,53455,49891,45320,53383,46215,41993,45524,53448,48839,50294,39373,33335,50260,36300,39236,39452,45133,31575,34832,37565,31092,46414,48704,37256,31035,37909,37909,47298,47990,44519,47375,42706,43953,42806,50830,44925,48474,50713,37094,35956,42508,33879,30599,52894,48807,50337,39768,38102,50052,45387,34258,31767,43627,32791,44984,49444,40677,48372,49380,50639,45024,31566,37091,52343,52227,46346,53069,53231,44213,45012,31056,52651,51392,51328,44525,44686,37030,40386,31901,53292,40237,52015,45744,38553,46378,44278,44303,51072,43663,32236,36742,36471,32396,30531,50662,35021,51602,48219,35947,37800,46758,46524,33241,38744,36747,42094,53585,53585,43774,33818,43198,48495,48495,30504,44127,46549,42389,36755,52867,52867,43529,43528,44195,36758,36759,34801,45016,38246,46359,32639,52587,44266,48118,30352,47482,49329,39086,44759,30462,32648,44337,43773,34978,32540,32916,48460,32915,42278,33131,36768,36585,52401,52510,49478,32873,36775,31499,53204,50596,40608,47235,48090,33463,46961,39000,50188,48787,31757,45673,47969,51911,32793,35900,47876,43566,45674,30444,50338,35459,46199,49729,52689,53476,42104,46476,47531,47531,45512,46504,36797,45404,53395,42602,36679,50952,31402,37458,44709,53704,47627,40999,49057,39731,49463,34151,41357,47356,47356,49723,41332,37644,31151,51188,52512,48927,39641,40565,30751,40276,44172,32260,39633,39394,53475,38708,43752,51487,33582,33583,36225,52359,36811,42862,42862,31540,42875,51385,34230,39368,48437,53059,34881,43588,41111,36802,36802,42254,37605,33240,32280,36983,30633,42069,35557,41435,36377,34957,34111,32871,40724,43393,53400,33341,34533,34533,36177,44710,36828,38633,47725,42716,52056,47928,47928,41260,47660,43882,46666,40680,46357,43115,39704,50461,40539,48983,48983,47299,45373,50102,40083,38075,49060,35605,43224,40347,48255,42019,44803,33029,48160,46752,36842,49079,46231,45457,32512,40909,38690,49054,44979,32031,36847,49995,45814,30863,47256,34123,52644,51914,38069,52505,30569,32203,45775,49710,31699,40947,50223,39611,49595,47953,36856,30060,51663,42504,42504,36350,33486,42545,43381,30010,45987,41683,49218,38114,46511,40138,46785,34876,46435,36002,39486,30051,33752,51934,42580,40257,44018,38022,31453,38962,34924,33051,36781,31440,53488,38808,50723,43963,42639,35490,35490,44414,44414,43312,47195,45695,52811,33745,43292,32099,32245,49139,46792,36874,46697,37167,53582,34982,36409,35602,39122,39122,52965,34621,51731,52624,52624,30187,37313,41156,42227,45562,51846,36928,48158,48903,50872,39172,30218,46090,36892,51065,43921,43025,36332,43204,36897,49990,50079,52190,52190,48121,41708,52903,47774,46802,50793,36901,37786,36902,30031,34788,35913,42897,52592,44373,32585,39106,42225,47487,40351,36950,53126,30574,40569,39296,33575,40392,41686,31020,30623,47828,45022,32018,31821,42354,42001,49045,39088,35431,36924,35116,44309,47904,37839,40469,45439,37911,47914,39762,32759,43590,46160,38737,35181,33374,43762,32418,50308,50852,35023,45761,51322,34376,53420,46593,36937,42675,36938,46587,48527,37209,44724,45017,30544,33925,51450,40861,44507,42846,44574,32241,37771,49934,36946,39109,31103,32058,51542,49798,36949,37979,32596,36952,36251,46832,30917,37909,37909,32126,43776,35102,37643,51095,50670,52037,36921,32860,40135,41809,30285,40868,34861,40381,42924,39609,46814,48675,47405,44268,48253,41781,38286,34637,44193,48029,46805,33461,38383,46879,40456,33375,51186,48584,43690,51456,34161,45242,32186,48133,32464,31743,34975,34372,36977,37527,37527,46278,46278,52092,36981,52161,46227,49178,49178,30737,49472,52234,33041,42487,51908,49784,39160,54009,48020,36986,43585,52426,33398,49643,34667,42584,45846,29758,41400,49979,38166,44759,47719,53016,50970,35523,39583,39583,31093,51391,29999,40626,38061,32143,41364,35336,46793,33034,36995,42974,30128,38890,48626,36509,46025,53082,37003,37003,51076,33662,34783,44671,37006,37006,36767,35995,49686,48011,50715,35325,39631,35144,38103,37998,44244,45475,34184,52974,47448,41509,48271,48534,37816,34608,34608,43637,48618,43045,45694,36970,37016,42747,38163,30498,41613,47312,45843,41594,34963,37022,41615,37273,37273,42582,51771,47314,52311,37919,45252,45252,32825,47964,35725,37342,33274,48906,38385,40851,52453,51666,36547,51722,34701,44657,46390,37590,47778,33305,40039,47767,40782,35033,31696,37838,41575,35583,43612,37043,48786,32014,51617,41771,44283,52511,37334,37334,31737,49837,33424,51301,35384,48974,53117,53117,36525,46925,37225,49302,41090,40812,37053,38850,50269,42831,30000,45262,46206,46206,34905,46789,37056,36584,34158,32935,38253,36060,50468,37061,33170,33106,51245,37819,52604,30869,41169,53122,31548,40093,50279,52933,40876,41009,37069,48383,30557,29844,34851,50869,48375,37154,49272,51262,47290,47723,48010,42104,33155,35197,34365,47073,39277,30995,48660,35146,43687,41652,35146,42301,34675,31480,46220,40891,43306,41929,52061,42453,50416,49235,36082,32817,32656,51306,40567,45869,50028,31993,38834,37081,29830,50784,51219,30617,49701,52561,52685,51220,42044,43138,36270,42613,35564,46901,49229,47349,51126,38797,35696,45583,47310,44888,40196,49717,52606,46633,35979,53609,34462,41291,53399,53712,48286,38261,35561,51149,44497,46722,43794,38363,39952,34191,34612,47528,38853,34531,52793,33280,37371,31039,45129,33585,52060,38129,52968,53143,32995,40125,43094,48572,32581,45992,40824,50393,42843,41942,47148,44399,46333,46161,33659,45100,34249,38301,44801,37114,47721,48410,46020,42291,32046,45165,39373,45895,34858,53342,49222,48233,34083,52715,37208,34235,39878,48421,45869,47508,35746,50988,35018,39972,30368,37128,43462,46924,50455,34786,30515,34702,34747,34067,38692,48633,47708,40445,30968,33553,33379,33236,29979,39560,53048,40574,47544,51102,53987,37861,44704,50155,30259,42350,41189,33311,34269,37249,47361,49307,43038,36103,35968,51141,38431,44249,44155,42413,34269,50615,38837,37145,43447,48581,41055,35815,42881,30191,52072,30334,41635,44447,50006,42519,35236,36992,33809,36267,39245,37150,53677,37152,41782,37153,46952,46952,36732,36212,37157,38032,41773,50419,36798,44902,41511,40456,42126,48624,37473,40047,53014,43743,35133,42771,38808,49217,52433,33410,46947,39055,44694,49644,45837,49338,43031,47648,45469,44674,33981,42312,53211,36661,37171,34198,44022,40969,46876,31073,39188,45221,51704,42990,30151,37173,46152,51154,35338,47279,30344,37176,43758,48666,34409,34824,51201,31073,44011,39107,45922,48516,46431,30927,44610,45174,47911,37180,33544,49696,31713,49308,49070,41510,38723,37184,34042,34930,47068,37187,46472,30289,51388,45185,34425,37191,31476,49208,53508,33401,52131,33100,30960,40853,39175,46021,39056,45075,45075,33840,43436,49710,37199,41938,44348,48255,37202,31342,39332,49579,52447,42017,46338,51903,42747,36762,49657,38123,52427,53226,37433,30874,30188,32332,48230,31052,40874,40362,30096,31423,37434,37518,34701,51808,38007,52079,50400,42283,42355,37225,51118,40889,30202,32736,38345,47710,42388,33430,37231,49494,44092,47035,39454,35510,45713,37233,44619,51030,49939,37234,32860,37236,42334,33149,43654,46274,44509,41794,29874,40975,42206,33650,39688,39321,45521,45104,32065,33759,50133,50574,30817,31943,47470,32139,46554,48698,51359,35050,36504,53294,50543,33342,31201,39661,37179,47329,37637,40600,40600,32279,51705,53245,53651,30009,30009,31096,46473,31266,39921,35534,35911,33390,39214,33974,34123,30359,52683,29944,51986,53273,31342,48616,49690,36787,34010,49907,41433,39154,34727,39527,29773,30445,34226,48810,37280,43318,39802,50605,48574,34874,41537,46270,38660,32730,41255,36413,48406,37286,42201,45733,49026,45009,42697,43499,33798,41078,30821,36638,40692,36876,47821,45202,43141,38929,37291,38142,38142,29815,34299,49475,44310,34374,34374,39202,39779,43995,39392,47620,53505,53146,48552,35801,35801,44438,48889,30637,42403,31696,31240,47619,48655,34977,37306,41085,49158,37309,39621,51778,42080,46254,31119,50967,38323,34771,31810,41294,34143,51464,32537,41185,52705,47867,48379,50204,50204,34287,37317,43714,33056,38641,41657,50071,49051,31826,30415,37039,37326,34104,41333,37652,43380,45182,37330,46150,39205,31058,43223,32349,46767,41616,49901,49120,51857,53597,48432,53124,37340,36161,35529,40031,50391,30808,52085,34424,44741,29749,53802,49946,50080,36842,30282,37863,33075,30961,48809,37352,43835,48824,45245,41906,50960,47219,39408,34428,39990,37356,45440,34065,32310,49597,34135,37364,30176,50661,35720,46671,53526,41135,34184,34296,45738,49202,42122,40328,42775,30788,40536,38548,52671,36739,41298,39407,43828,42095,43147,34331,30457,45104,36157,46537,36762,42133,37231,41662,39497,32617,48023,34743,37385,34563,46304,38392,32350,33290,39745,44570,34935,35686,42551,44762,52208,32064,46115,30089,43018,40021,49042,52473,35955,37395,33590,45287,32395,43567,34475,39648,40310,47651,30802,47736,52778,52108,54004,49949,47176,50750,32836,33990,51897,43489,52515,30371,34961,44934,41512,48715,31095,41725,46723,30746,47119,33989,37418,37418,30846,32826,32826,45737,36853,46085,36029,48432,44877,37425,47595,38253,30933,46964,51942,50496,40913,50889,45147,33982,46766,34430,30821,37432,51615,33961,39807,53241,37433,35835,40034,37751,43771,34292,51010,32098,36760,39704,43802,45498,37443,45258,37752,44607,40122,47666,53745,30097,48559,41366,35880,49029,40736,48295,30179,49398,42402,46865,31246,49426,34251,48792,48792,42904,44421,45361,30671,37213,46470,32023,38648,47170,43277,47354,43479,42638,44560,39692,36146,31045,35268,48685,37913,31851,40180,40315,47916,43264,49569,45496,52867,37471,50708,32850,50924,37131,37477,52082,32301,36134,42487,31472,53095,37484,45362,34840,53905,35011,48060,33591,33000,39054,41481,41481,39910,35034,31200,47871,40592,40575,46908,37498,42418,30849,48901,45399,52739,48554,50766,49038,51578,31875,40351,32517,31875,41192,42593,37507,50708,37509,53639,49142,36945,51556,40076,48537,42032,30005,30764,49755,48951,34781,50711,34682,48015,47617,47832,40415,37483,51257,39802,30763,45827,40724,45431,38900,51734,37523,46075,31066,35730,46059,35580,40515,46602,42577,37532,39593,52130,33325,47806,46336,45994,30267,37780,45810,39175,39273,32757,34170,45278,36279,30721,37541,46626,36096,46626,44719,35998,41621,48920,46652,50281,48290,39428,49870,45318,31883,38002,31344,30696,46551,46967,42210,33413,49127,51066,48873,37236,45869,34862,29900,53968,53518,36083,45364,48876,48876,41868,36331,51600,32955,33878,45058,30148,35812,39375,37559,30916,45916,40080,35901,52829,36400,52791,39477,36169,29833,35172,44932,45645,42794,34422,34940,30153,44490,31509,33563,53681,32937,46599,42468,52372,43394,44875,51254,47882,37571,48129,48475,45407,43133,50129,32615,50384,38653,52109,31083,44791,44540,39878,31753,47415,52341,43272,37576,53328,51690,33981,30948,37578,35036,35833,52753,39616,43680,36771,36911,37585,39214,31885,40727,33932,45587,48882,36821,37589,34343,34343,45530,37591,40143,33575,38849,41795,33023,32486,49060,38395,39655,48518,50828,43652,46512,48820,34887,36629,43520,50859,40692,41485,39261,36473,35015,42920,36692,47607,46884,51897,43511,42741,33512,46377,40753,51271,40488,51240,43433,43433,38457,40355,34878,34964,35466,48599,48541,39966,31587,44681,40617,49648,35488,42372,32112,35238,41061,44531,43110,52240,48857,37810,34497,41342,30657,51659,34567,44596,51399,37614,43933,30105,38892,42850,51866,36853,53454,51220,35479,44781,32397,39513,37625,37624,39513,37625,37599,43731,43883,49141,51171,32546,39096,42430,38385,30543,51369,39182,39182,36027,46445,48015,47493,37636,46290,45830,44400,47491,47492,50474,39163,30228,50241,52359,32166,35682,33307,48547,48547,40958,46110,52119,49295,37643,53474,33887,52894,34488,43728,38268,37919,51952,37893,45810,41086,49439,35063,45190,47402,39210,41910,32810,31194,49296,52167,37659,35789,37123,37569,43699,37663,30112,43266,31426,43501,47493,52509,34166,48977,40836,30641,48920,46400,47794,35883,37667,39132,37668,53884,43464,44432,37778,38954,34394,40079,30036,44788,53942,41135,36869,37675,29762,50082,49793,47318,51989,45852,42161,46665,37168,44794,49234,42166,43136,40325,53277,52571,47903,49087,35862,42799,49191,32172,53358,37435,32392,49670,39620,39679,29772,37024,34547,47570,46910,31477,43208,44477,44228,42482,33789,49224,48006,48006,47565,35623,51105,51105,53264,52705,34766,51356,34630,33954,53198,40686,51300,46888,45091,32265,47925,36775,36405,38329,38329,52432,51798,43882,41779,40713,38885,32005,32005,51580,39886,50612,32864,41540,49702,37711,52706,45917,34208,51219,45555,44343,37719,52850,44532,32965,34582,44187,49298,30479,44858,51494,49184,43475,36580,51620,49314,29803,47314,47385,33932,41300,41905,36691,31325,33864,41032,46724,52864,46238,47990,36127,32616,48528,41916,31429,31786,45962,37737,40658,46869,47163,49899,39772,46794,34455,51002,35522,44042,48173,43633,32422,37258,43412,45025,34379,39954,35843,37694,37748,51715,44079,32328,53638,53385,45187,49920,31936,49510,35764,43065,39964,47945,48336,36055,43537,50136,35996,34037,46035,31064,37757,37758,39578,30733,49667,49318,33138,48795,34434,52608,44181,39415,39001,35882,46682,45624,47474,31593,42735,39327,42167,52831,35461,35461,47490,30406,34596,51059,53436,35671,50627,48204,51260,32629,35682,30969,48751,37577,52090,38915,48140,45536,49900,30057,53178,35055,40302,36244,37361,41747,41747,46054,41505,46494,46919,37775,38661,42988,30048,35060,39968,33483,48136,39398,37780,41578,37782,51493,52834,39827,35906,50180,35585,43080,41895,34210,37041,31647,53614,38889,42385,31458,32867,32867,31655,39103,50765,51492,30780,40072,39148,53353,31908,43909,40316,40379,46364,52349,40876,37727,39620,50147,44886,34004,39917,52908,32137,50591,42293,33192,47727,50527,48504,45201,36285,53202,45520,42856,31205,30328,38107,50723,47513,52679,38592,52867,52867,31285,31285,30811,47988,35535,39468,48253,45853,34523,52085,52663,46498,34962,45149,43085,36016,51263,50679,35799,49855,36550,41837,41837,32160,43205,42507,39758,44517,29808,49442,51777,49402,39434,33037,31097,53118,51865,45013,52638,39442,33743,35179,48285,31152,52675,49492,51781,30534,32701,36174,30534,44211,39340,47056,52308,53533,39650,37836,49785,33919,50291,45289,36811,37841,31095,34833,36342,31181,49892,52444,46624,49097,34688,37603,46304,53370,31669,33525,51609,32116,39841,38378,46192,39800,32062,33925,44852,42843,52921,44546,41780,35151,42455,31215,31643,37858,53531,37127,37093,37859,30385,44158,41496,38597,42263,51541,36494,31167,52664,42701,53223,43207,32364,49624,46388,48131,46931,49960,30456,37865,35170,31861,50365,43635,34028,37870,37869,51222,48116,48393,42039,37557,36277,30295,53604,32412,52148,34584,52563,47864,52074,48523,51848,49921,48394,53655,47086,48053,32308,31725,47296,32864,39224,49797,34830,35739,51675,49421,50917,37883,37885,29747,41077,52318,53259,31269,33813,30578,48110,48110,45456,31989,45023,36944,52984,37888,46076,50324,53258,53629,50242,43819,46120,45178,48784,43684,46112,45022,52333,45387,51417,44867,51699,49670,40100,37897,44356,30927,47657,40521,48875,49213,34847,33343,46668,40960,39578,46896,39325,39254,40944,52492,30913,39442,36209,50148,48214,51888,35777,40876,34160,48945,48356,33132,34245,46373,33091,47476,46042,50531,52597,43656,40831,36865,42784,51227,33137,33877,29924,30408,36060,45465,49876,31944,39721,30842,41559,42316,36136,52956,41731,51352,52872,34849,41872,41474,49902,50913,40661,40661,41411,31528,41583,52869,36618,46428,52104,47658,38400,35651,39061,33422,33451,49433,39424,32138,46962,36632,32138,30099,34148,37941,50152,50152,43881,49326,52671,30548,37517,37702,36229,37501,33535,36693,37942,38308,47478,36989,47974,41209,52962,38771,33937,42746,40780,42122,37211,50097,47918,45603,43846,50005,42236,43368,39525,35942,30726,44312,35491,48153,32540,40960,42585,32548,30929,49787,36602,41766,44197,42361,37958,38458,31909,39792,39763,51026,32122,47017,47700,31920,37963,43836,52458,43610,37547,33335,31981,35694,37974,30384,46559,39604,30595,40306,39920,42556,37978,46112,40351,53694,48988,36907,52009,39926,40230,52430,33239,42552,40816,41076,37437,53176,52818,48909,32968,43219,37992,47251,47547,32246,44963,48713,53168,44188,43501,30491,30742,45998,48576,31122,37998,48717,50883,38914,44528,50382,50576,42953,51524,41297,40522,38002,45098,39086,46365,36066,47721,46613,52032,49977,34697,30833,52637,46962,38855,32370,50328,38922,50664,39658,47555,36700,44762,45521,40759,49486,51467,45048,30927,33849,45751,38016,38016,53467,42869,29884,31189,43559,43625,53427,33423,43367,36082,52176,34582,40129,50998,34785,31417,52771,48409,53246,29851,48507,50075,49159,51962,48949,38031,36015,47722,40283,30539,34783,48797,43476,34986,52681,47973,45537,52918,50550,45700,53281,48975,33345,33705,33998,38039,39709,45663,44170,43797,39545,46310,42008,38496,38920,37012,38317,47501,33804,41742,30893,42146,33971,50014,32272,47089,43573,43568,41466,53680,53680,37585,35964,32778,50000,32885,42542,30337,40425,36806,44537,30011,38062,40492,45114,35122,44246,44246,50922,46553,33657,50386,51387,40977,43676,29861,38775,45713,34825,48258,39605,38070,41847,49032,36245,45364,37070,31640,46593,33488,33975,51875,30681,34701,44161,43387,41059,43844,42927,41066,38269,47030,34499,34953,37451,37834,35331,38081,36527,41552,30654,45583,32551,40533,34469,50867,33285,36611,46244,51851,46043,38376,33120,37673,34373,41609,53391,44598,44990,48954,42621,38089,44284,43073,52003,34745,38945,30988,40851,38094,36690,44830,49187,35184,49187,37427,44261,39986,38690,39839,41921,33795,49761,48846,42034,38103,47303,47692,49949,52468,48079,50129,38105,37508,39486,34653,44481,37208,42047,31048,44898,41376,41376,50747,38112,31322,30502,39917,51538,35258,40905,50831,33241,50125,30655,49946,31111,33769,50668,36605,37944,36274,31926,47133,40998,37716,35162,39531,29976,37392,49885,53155,39365,43535,30076,30745,51097,39068,48821,46222,48654,38127,32283,31311,42064,51826,38215,43499,49579,32846,36988,49339,41960,50717,38129,38133,34271,47729,39653,39396,42577,34061,42191,50251,42023,52258,34164,51708,51670,53317,37501,32306,35784,45791,32684,45093,46534,51730,30857,41611,50333,42689,46986,36266,32033,42461,47964,48819,30437,47914,38781,48985,35464,53673,35531,44877,39753,52940,31189,37520,41627,43566,53429,53351,38154,32473,51365,50099,49719,48043,38159,36950,39448,39448,32515,37330,51804,38663,48219,52059,37917,29808,32794,32794,48679,49563,44794,42792,35512,42748,51708,29991,50196,33203,51518,51416,42986,40423,33288,31994,46258,42128,38517,45204,50731,50244,30770,34544,51014,39692,51305,48823,43224,45862,31529,43192,39476,48734,51727,51450,43589,41615,49936,39599,49451,34145,32595,33300,48424,36448,38204,40888,37818,38206,38207,32385,40628,53762,45920,34592,48334,41721,37409,39082,31620,32359,34811,38218,43315,45146,36215,34516,38220,33674,46511,53859,35082,53817,53817,47308,31820,43941,42894,30089,41276,46367,45197,53114,52961,48658,42007,53652,43821,53203,48406,41790,43754,33377,30547,33754,36259,45403,29914,33487,38239,51941,53567,44697,48881,38260,32751,33790,38242,30025,45721,33899,48521,46132,45778,46485,44434,42572,40531,49049,48823,48743,38255,38388,40967,48855,47113,53039,47694,48960,39396,38259,35048,37721,31478,30655,34941,47095,33165,40632,39225,37148,44193,36047,43324,40834,49025,47773,34254,34694,49727,51683,42146,50087,49801,44142,45296,29973,42545,40131,35785,37360,52026,38575,37473,50848,46085,42164,39213,43431,44067,31307,51620,49647,52083,38282,36840,38285,50067,46654,42958,44871,36135,37769,50199,32440,49219,38298,43982,47266,35166,52556,52729,44394,45182,34014,41921,40161,33156,36701,34647,36210,44919,50326,50326,38076,53462,44456,36511,38313,41930,35078,42496,40891,52286,40945,31006,31703,39573,29782,49777,38317,50313,46396,50443,48312,41331,52164,49576,38462,38320,33976,51573,31371,35907,33064,53310,32371,46290,30385,44632,33959,51579,43481,36711,40455,42661,30974,38334,42661,40363,36485,48330,43215,38042,31750,35300,42419,53451,39923,34118,38340,37012,40460,46838,38009,51980,42268,51107,37301,41521,47757,40739,51011,35435,39955,44379,31444,48221,41169,36712,38347,36510,45521,34915,34062,32721,46082,39478,47344,49868,47446,34399,31814,38351,38351,53004,37170,43847,41506,50830,50954,50084,43439,48557,37774,40370,37111,53291,35043,49303,38370,48811,51540,38373,35936,33053,43049,33600,38840,52484,33801,43259,45472,50007,40186,31845,44604,53613,35528,45300,45300,45054,39516,32364,45932,53201,49617,39921,49874,50805,49669,38391,49459,40604,45412,52368,33831,47203,41308,33132,37322,49064,42941,46962,33184,52105,53315,53315,40824,52317,51446,31605,34909,36645,39297,54015,38408,30448,38409,50441,33100,40719,42600,43411,42536,30871,40452,30971,36142,42336,30929,42938,37902,46221,45657,38423,39480,31836,37950,30077,43391,41635,42817,40132,33728,49262,49262,31637,31513,35826,41387,34396,53079,48518,43169,50686,52182,45159,40946,36287,46957,49209,34125,38439,34954,35593,45475,37766,30708,38441,45254,45133,38518,36270,49904,49202,46643,36720,52122,31996,31996,30398,43632,33022,46472,50674,48237,48237,42626,52691,38349,46276,32432,38752,49862,48972,47272,38455,38105,41760,38459,35650,53843,29820,38760,44055,41379,52846,37084,38462,38462,31820,53040,45592,47194,49628,33310,51856,33415,32509,38813,50744,35600,44315,38470,32547,34551,45668,34984,53439,46672,53575,53575,43845,47595,36385,33297,31432,50262,37848,38484,39580,30914,49035,30524,40880,39080,47097,30349,42041,46902,44570,30590,50174,31170,47981,50549,34587,34105,33575,34306,33395,37175,33249,48190,34568,36537,30635,37114,48874,47086,52058,42047,37164,49763,37181,36552,32909,38531,43618,36914,50095,43037,31704,30974,41769,30550,43135,34858,31347,48611,51712,38678,49379,40390,40510,38508,38312,40915,35182,43453,52322,52288,46945,35013,38523,40950,31569,38524,42860,36447,52048,30889,53128,44826,34938,48377,31628,36731,44140,33236,34742,45356,32369,41308,30879,49924,30789,39005,37931,44701,50614,50888,36015,34185,38878,41954,43282,47049,42939,50685,39542,38687,49179,37605,48136,50042,49408,47868,39528,32396,38930,45605,34954,53149,43450,47265,47749,37862,41647,51943,43346,34605,39908,40070,39346,36179,42125,32768,30541,47809,35995,52922,38563,43770,45152,48265,36663,34902,42525,53010,48634,31763,38568,33803,50105,47765,50823,41409,48292,47569,49631,51641,30923,38571,50183,50647,52762,30101,53325,30216,46947,42787,53622,34313,33958,45790,45790,47701,37595,49302,49852,50870,30739,45716,45716,31064,42694,47253,52579,37076,44536,38963,53356,44876,30034,42080,47997,32829,36430,38587,40017,37912,38590,47224,45789,42136,36035,49623,43280,42955,36311,48767,38204,42157,41670,44716,31693,34768,47165,47108,49321,32405,49165,41545,31980,44948,53073,48484,46567,34105,48365,49292,38017,38602,38603,33013,38605,49315,38604,52854,52854,46091,43968,42923,49235,51271,38609,33113,32998,39551,49240,48468,48327,42384,44629,38617,38866,38620,50418,42308,41572,39119,41679,34967,46866,42248,46757,43487,40616,33601,33772,47161,52866,52405,36845,38593,35051,47367,51484,51484,38636,49386,33168,42892,38160,40250,44160,31971,35098,32116,37167,31601,46429,38657,34301,44893,41826,40166,39811,51168,40409,52397,46066,42904,29935,39072,48222,36984,51494,34198,33192,33143,47992,48997,33932,35862,49038,39958,29752,32933,48341,42268,50586,50586,33347,46249,30507,36943,48794,38295,50210,38237,42881,44466,38092,38665,38667,49869,40269,38668,38122,29949,46433,49710,30003,36003,34915,53060,31938,47050,30148,53063,30170,51041,51171,34769,32943,51707,30313,34314,45556,30933,47595,34838,53015,44538,32081,35940,36532,35456,47568,32786,29870,44606,37963,30896,46180,40669,46180,37668,49318,30247,33728,41673,40266,42447,38689,45717,46817,36015,52391,38694,31873,31227,33851,31438,42732,51478,51481,46362,32107,49893,45844,51691,38815,33364,45848,40656,30641,45641,46499,39574,52723,39255,38706,42097,48573,40535,50638,31048,47900,47460,47579,47579,47930,38119,34645,46249,30915,49989,33557,40081,51993,41080,42822,41774,33287,48410,36096,36898,33231,35166,30271,30962,34108,38720,49889,45822,43181,37920,35771,39794,35419,32353,48911,53248,46563,52042,33215,50129,47839,38762,47839,31089,35229,47351,47654,43144,44516,44481,33341,49683,37700,43132,32370,48651,36498,48845,32273,43014,41377,49135,38747,49923,49923,30137,49285,36482,30372,49838,52110,37208,45038,43619,38755,52134,53201,32071,39663,39862,32265,31699,43718,47870,34862,29853,42810,39940,35388,30614,32289,53200,41061,45599,41821,44971,38844,53651,49325,30308,53636,38766,48768,50851,33063,35697,36020,34292,42684,32047,30308,40068,35794,36289,51948,46316,41540,50197,39167,39167,36943,32551,39623,30552,41464,51440,45313,37362,35370,53665,39355,49036,42627,44562,53124,35744,32754,53003,43334,40720,45539,40334,44598,41126,36648,39795,53030,43958,32727,30638,44588,30129,40341,39491,32495,37630,46093,48162,38796,30124,40742,30434,38741,40098,44116,39934,46550,46550,50046,51072,31256,36562,52457,49203,49203,52837,49033,29961,33785,43328,38444,49404,30405,30604,40893,31080,34894,40001,37193,44365,50140,41145,53443,34299,50926,39163,47151,47151,38816,51466,47424,33955,37349,49501,32157,48119,38822,46795,31990,42311,34807,30913,33531,49893,46543,42497,32741,51824,40139,37383,50595,43860,39576,51174,40289,44867,34208,34068,38833,50354,34060,48753,50325,42454,52617,52978,47315,38521,38521,49957,38326,46727,37759,40799,48286,38210,38848,41876,41011,30306,30306,37079,36196,46159,34594,47618,35220,42272,41098,37417,48860,47502,35839,38860,37018,48888,36031,52754,49816,45505,44210,49795,37109,38955,48763,45705,48072,34871,46154,44630,43592,31085,42743,38873,30690,41153,44448,51967,32102,46088,31211,37789,38882,36959,43910,41007,38885,53948,37206,50393,40839,34364,40379,37705,39733,41077,52913,51990,33929,49980,42733,53134,42704,32376,51675,50593,48654,51267,46054,42064,52571,34416,32173,47958,47871,41738,44802,42053,52055,52055,33808,34558,41492,36299,46066,32397,33845,43996,42350,46099,40906,51996,35914,45049,47012,30808,49545,48726,49783,35373,30223,38916,35086,38663,49155,35742,35867,51742,51742,38146,40942,40942,51390,30324,39267,40509,38543,39142,42002,41190,41039,42434,36224,31362,38432,48634,40813,41592,38940,30639,38941,31379,48154,48154,49106,47821,50234,48994,33160,34457,52183,38945,38949,35403,52902,40226,47410,45411,51122,50910,52702,38951,43394,30007,49660,40301,33448,45173,45173,31647,49239,31161,31665,46573,35667,32264,39267,30520,38282,52057,43441,36877,37020,44072,43312,44590,38963,38811,30897,38964,52157,42436,32108,39168,43599,44195,46673,38975,38975,50843,48963,41596,40495,51672,32930,38981,46674,32706,44711,50758,50259,35251,30948,48695,52794,37095,37480,46287,35452,45223,39380,38993,48868,47033,42544,53166,39749,40240,32837,42235,39864,39864,37502,39446,36904,35993,30041,50436,42243,51916,45174,47281,40427,37726,41277,51926,42210,36890,53562,43734,40364,49132,38554,32016,44658,45527,48760,43952,44756,31426,37234,53087,35290,30037,53782,42221,46376,52233,36497,33842,31233,39852,51642,30064,38625,46337,34705,33918,39104,53404,51313,39708,30340,48322,50758,46771,30604,43895,52248,45185,41094,42815,30302,41985,31526,30816,47701,46040,29787,42326,30199,29959,41166,38410,49565,52583,30052,46862,46004,37318,51745,48543,43754,38371,38371,53572,31852,31852,48562,47606,46814,49175,44964,32598,53055,32833,31409,30651,50538,52679,45190,30177,49347,30226,30084,31752,46560,46560,43349,36144,48794,51632,31435,30283,53238,50632,34428,43511,44094,51068,40994,51164,35884,41456,53026,29821,40106,43018,44928,44348,33293,49039,32097,30831,31046,36361,53030,44911,41817,42641,40046,50772,39871,52774,44761,50327,52803,53478,54015,43133,46891,51659,29918,38030,33476,42904,31598,49316,44979,32273,35319,53460,40244,34861,39076,45739,30148,38005,32082,38958,34916,51657,39077,51291,51088,48129,47596,44492,52005,37991,31021,32919,32919,40743,42111,50520,51880,44053,33075,31374,34443,40170,38631,47887,32581,44748,39381,45219,39099,37147,49179,31004,33257,46985,37456,38139,40388,30877,52766,53735,44597,37959,34049,32874,43063,44820,48393,41858,42616,39105,33995,52356,50376,36012,49775,46173,37073,46005,36101,33898,43724,45348,48480,47873,34662,49843,39118,46522,30437,50275,34881,50030,48770,39125,42922,31725,51960,31600,51997,51831,49847,36325,43514,45697,36740,44342,53345,49638,38012,31129,37993,47322,40431,42531,30562,40562,44055,45439,39144,45235,37884,49044,38579,36310,42558,50877,38002,37678,50894,49129,50112,47619,36494,39149,51444,48946,49439,46616,42156,45640,34025,32040,46646,47047,52436,52708,52551,37793,51900,39998,32141,46198,39167,34295,31436,34713,47418,44181,30933,49199,44942,48044,44202,44203,52183,47148,48955,45029,43414,48713,29784,32076,37050,39183,29871,43944,35323,48914,40054,53866,32872,32398,41392,51140,39510,44282,53863,44119,36564,41894,45630,35132,38920,46596,52202,39206,53329,48097,46938,36993,41767,50045,32082,35526,48755,48755,48871,30533,35717,34791,49233,35380,39215,41192,41192,33786,37447,40564,48650,32802,51284,38176,46269,37080,39089,45414,39004,32036,41753,39224,39227,39671,30616,51918,43233,32127,48744,43771,52166,31570,38218,31270,35124,38819,42148,38144,44862,38439,45927,40578,39233,51130,45670,40860,30561,30903,53511,35802,39281,30044,51930,32943,37990,53708,31943,32917,36896,35865,49683,35005,48959,52688,43888,33511,34378,35304,48637,43944,32604,39252,41582,35500,41796,32506,38943,51490,39298,47201,39635,52393,52393,36749,43477,52441,34495,49294,41257,47621,49574,45557,35230,49335,45388,40276,38649,39274,31583,40485,37094,33286,43676,40050,53506,40273,34391,48065,36730,33609,42371,31801,49752,53092,47655,39281,52679,41980,30170,50989,36218,49896,34512,53234,36028,40717,36771,35393,45333,33355,47060,32429,43263,41791,53022,34663,41332,44930,30487,48939,49225,34007,41195,51108,31642,50510,41868,39290,34578,36269,52293,49185,41213,39296,39296,41230,49811,46407,51354,40084,41128,43461,43057,43101,40005,35625,46229,39028,53029,39308,33562,40171,48672,50021,41235,51132,41412,35998,39932,32067,52746,52746,49474,30312,31077,31990,34319,30131,39627,31671,31671,39320,31356,33703,34994,40430,47039,31395,29847,41250,33972,40926,51120,49003,49700,35792,36779,50093,34568,39330,42919,29812,34409,37699,43953,32641,31263,35853,34380,33434,35842,47442,50814,31133,42847,42847,39341,34070,53309,49405,37101,43582,29790,30122,42119,41460,40595,50291,48563,50163,39731,32838,36822,42610,39351,41972,41972,35953,51851,44985,30378,44469,41536,43997,50378,37277,32226,50682,43916,48475,33828,37206,44908,52893,35766,43379,49101,40892,35057,40693,36962,29906,35034,37177,37245,50516,47362,47362,50042,37687,42798,46363,40202,42657,36347,39383,40111,38708,33777,44778,43438,39390,39392,37560,30777,52233,44172,32615,53222,47288,45674,51798,39401,49625,44496,44496,53437,46410,39404,34949,41422,31916,44225,35673,32593,40102,35692,35367,52721,33773,49465,35369,30739,50050,32231,43914,39413,49679,41986,39412,37113,38532,41695,35855,35498,34607,42240,44718,39415,37199,30683,43236,38907,50999,42784,45615,43825,42658,50009,31895,48610,41719,38245,47505,43549,38202,38696,30113,49790,42675,44498,47339,39427,51068,40856,34511,40920,34658,32136,36997,35928,53199,48704,32016,33067,37670,46620,42184,46364,46364,43960,39442,45791,32913,45203,33967,44114,39707,34555,42273,37074,31846,35174,31451,40720,45831,39453,35191,48481,39454,52183,36279,50375,39456,45968,52807,31419,34011,45752,34899,37035,37035,39131,48285,37767,41461,32801,30750,52260,35374,37721,47785,32611,42836,39464,32279,39465,36821,31303,52957,39470,48791,42362,53631,39261,32379,45022,43908,46773,39360,31534,49887,53365,53365,50015,36165,44649,45382,34587,46441,33229,37208,44807,36954,48540,48540,40676,48607,38935,52324,44461,40956,42735,49266,44214,48898,41311,31259,38927,45818,53385,48906,31155,39501,39502,44717,41109,42952,50354,45831,36414,32340,33114,48696,43129,49864,44282,39872,34986,39200,34395,34293,31743,46009,46009,41541,46432,53632,47752,43114,42738,39523,36335,34481,51278,48089,38547,41420,50813,50868,52287,34528,45573,40057,45900,44187,35319,44743,45435,31017,43359,44280,44609,38209,42589,40371,45033,35124,39852,52991,50697,36682,39548,41408,36228,36533,41518,36868,33596,36673,52975,49843,34017,37821,39021,51420,47964,53279,37001,39548,38111,52415,39849,34364,39913,37984,34364,34680,34680,48131,37549,46843,31913,51782,38381,44574,41295,42234,49776,32569,36382,32882,33450,31277,48816,48630,46268,43725,40551,31423,35241,45498,38713,49286,47690,40562,45208,36906,42784,53461,43159,40522,47639,45807,39570,42216,53422,33047,39485,51336,30983,37184,48676,53597,53937,39103,39579,48948,42858,33564,33564,43018,44540,44539,43931,33228,36093,34987,30711,49627,35293,40330,35982,49157,30644,47214,39591,39591,41224,39592,48624,46891,47798,32945,50432,49002,50070,40663,44943,41401,32785,40782,51861,39247,53373,34636,37130,39602,34606,32025,47670,32674,39092,40548,43283,43434,48062,39609,39610,48473,51123,38304,31611,44778,42901,31915,32612,45362,45362,33170,39618,50478,30924,50715,46988,39622,48411,33140,41440,49380,53583,50433,52526,45864,51846,42198,48300,39178,33001,32901,47416,40884,40534,47295,36137,37956,32154,40125,29760,33678,43897,30499,39032,43332,43120,41709,52254,34256,33052,46194,50937,39789,44705,34262,47223,33416,31674,38732,48590,30393,46220,36573,43138,52326,52326,43986,30833,52480,51201,37410,41179,40944,33294,53091,41771,47391,34508,40981,37167,46564,47070,43660,48811,41046,40102,30051,49647,32758,37939,44049,29937,31959,50713,40986,44626,37140,39661,47262,51960,47833,41785,33503,40228,49357,44548,52175,48986,30436,46896,46594,41994,47446,39672,35990,35990,39673,39069,50627,39675,42918,44932,41219,31689,50116,47596,41219,37259,34258,39680,41974,40176,53606,35346,32565,37154,45535,31417,30217,30217,34855,33345,43537,31438,50671,47724,32045,49304,38297,48724,35135,48688,38084,37440,38154,31241,40828,53465,49403,48191,34652,31491,33462,39702,43884,32811,48007,44769,44614,44614,38005,42478,45131,33545,39705,38260,39706,48302,41415,45355,36053,50720,39716,41120,44551,39718,34323,34323,43305,43148,43912,45335,45686,31228,52943,53500,37355,52910,39723,39725,45193,31884,39929,34639,33028,48009,39685,48121,53073,48422,43789,39969,32412,46936,30940,37987,51170,34941,40188,41354,47326,40882,41810,43511,33828,50896,35801,34255,32561,32842,52728,35973,36043,39743,34019,34336,47232,36061,43522,48106,38625,31855,34353,30612,36080,39262,42973,41234,33716,53330,40666,42139,42842,43688,42777,38001,45695,38916,34898,31293,39756,36861,42618,51363,34393,53104,31110,50081,49281,34314,40774,50061,31326,43610,38506,51293,35213,41313,43300,46030,43940,30892,53219,32017,33909,49415,34993,36122,40585,45631,47526,42934,42105,42105,40565,46238,31752,48216,40256,32957,37449,47071,32705,37668,34696,34784,39783,46964,38399,34634,43148,42662,47451,30874,44352,44426,39796,42231,39057,42090,40388,39800,47857,37508,52167,35489,39199,36425,42860,35058,40739,34952,43303,49395,50676,36864,39245,50833,33712,37027,49533,32282,44883,47941,31538,45437,36836,41559,49850,43866,30443,51422,53003,40983,40977,39486,52833,36764,41968,45126,52897,41800,42989,37927,46863,49006,46375,32474,42567,53689,42598,44925,51667,53707,35470,32312,45002,42649,52984,47913,32962,32816,45706,47764,40598,30497,51932,41013,33229,33754,39845,50178,38073,51546,49093,35399,30619,35111,50325,33183,39854,34001,50362,41840,47289,37274,39062,53528,40446,50011,49847,34598,45058,49982,40988,37560,45782,52158,35127,36256,49652,34127,47676,49307,35231,43062,49500,49500,44896,39079,35752,41151,52689,31151,49993,31288,38748,44964,39355,43753,34110,39176,32471,52660,38170,51638,43331,36200,48675,43441,51120,39874,39875,49326,47281,43335,36194,49935,47167,37443,38788,35670,42042,44223,45210,39720,36537,36537,33119,32402,33282,53954,43876,43457,49735,52216,39112,50582,45544,52267,31254,33603,52678,46818,48518,51084,46343,44183,52615,51224,49762,53291,51852,39018,39903,45530,44318,29988,39906,30017,53823,34674,37455,50747,50338,52375,40779,47678,33737,49201,45057,34218,53166,38718,30085,31323,41625,46176,38021,38747,39333,52568,49181,39924,30954,30597,34419,53228,32818,30597,39399,39912,45907,33602,39935,40161,32958,31791,47379,42540,32575,32910,50945,47352,49170,51828,31443,53069,53069,36190,34964,31637,37732,46763,49741,36976,39949,38456,32644,44524,35285,36130,48660,39961,34720,39072,39495,39965,40797,30508,41408,45819,50749,32655,53175,39230,47703,37452,34393,51174,44167,32593,50870,50870,41216,39979,38575,45991,48977,34392,45249,34778,33873,45993,42112,52562,52283,46452,50196,53094,44452,39990,52312,32225,46324,40673,31762,46060,39002,47027,48380,47300,36264,39998,41135,51478,45512,43729,43730,42644,45317,50086,33214,35847,34660,50396,53050,42626,29781,46318,30292,37667,29784,42136,52696,40018,46073,51665,50371,48782,41530,53132,38579,35292,37807,30341,35198,44865,40905,52011,35201,38403,30992,46212,38386,35020,52694,32047,41884,44733,36431,51430,35550,40038,43273,53281,34574,45467,48343,44804,48612,38719,43477,40043,40044,38041,49098,38250,30257,43050,33451,37524,44969,34009,33895,50119,51665,34474,46279,46361,47069,41693,33524,34929,51246,51246,52157,50082,47895,49152,42971,44732,41878,32772,42344,40058,45449,37671,52200,35541,40062,46236,31346,38661,41594,40065,50437,50217,33452,35424,44941,40069,39297,33221,45949,42210,48103,40073,45151,49902,48105,50409,47540,44150,50315,48054,31321,41127,39022,37337,44818,45632,50782,45327,47027,40085,52026,30185,36384,38781,43916,36305,39905,40089,35365,31929,38697,32304,44878,46203,53987,30060,41805,35332,48704,49915,45157,49305,41057,53475,32731,42503,44795,48588,52467,31599,51316,43779,51593,40110,40111,47125,43713,45160,31585,47747,47747,32060,47499,33264,47988,40116,51511,46621,31515,50974,30743,30258,39588,36655,45665,45665,40122,35052,36128,45148,29845,41424,42605,34540,51637,39128,34708,51114,51495,51050,40087,32976,35278,40135,51065,49711,39693,43831,46762,36934,40344,45557,46749,46749,47859,53038,52054,45983,51703,52197,45636,39069,34049,42223,53594,40055,30970,34766,36521,45559,29836,29868,52543,52661,36651,38001,38128,40040,41575,31422,31210,51286,39830,49876,33079,31423,52304,50081,33293,52523,31335,31335,37796,51020,48744,44897,40175,44069,40176,40176,45196,34232,30999,51814,39237,47424,50984,47455,42312,30601,33947,41422,40450,39002,35955,53606,41038,44387,36713,40193,38943,50816,40194,47678,43990,50425,51172,47376,36731,30883,51198,39592,41609,35976,44962,45125,41694,45893,37088,41591,39415,48489,43029,40209,47182,35938,51690,52293,37837,34746,34745,48016,35574,42980,48694,37829,50350,48168,30379,44800,30823,48964,49351,40988,33316,32066,41984,43478,47553,40226,42656,30428,53322,46868,51449,43664,43664,47784,53239,48023,43076,41125,41621,48952,51362,35255,34577,53501,36918,48953,37384,48300,41294,43274,38458,34220,48150,38649,52152,47078,41554,35238,52724,48589,47634,39396,32754,46364,36857,46467,44412,51543,35669,39795,52163,38291,36357,33722,38845,45990,40003,47255,47122,46313,43090,32609,40259,50323,41360,48648,43115,50155,38605,40886,43907,43907,35349,48806,35290,40266,51511,52221,31582,40271,37222,37368,49424,38101,49761,36388,39741,39581,36340,37254,51954,38220,46389,36421,34453,30039,33251,51448,44235,33794,43587,46608,42087,40448,34827,40233,52206,44466,46782,49898,38882,46485,30103,42037,47970,37881,37471,37827,53448,40295,37362,33976,49536,51331,45249,40549,49550,41159,35836,43854,33847,47861,44900,50837,52929,42810,35283,35283,34690,46057,29761,42539,39816,38623,40307,44972,44972,37569,46941,52712,33373,41253,47084,30504,31661,39174,35678,47985,39729,48180,39472,51725,47464,34391,42597,47300,43150,36192,40325,35367,51398,49614,49067,35374,52507,43158,44547,34096,40250,31393,48753,51445,42769,46072,48592,51049,49890,36383,37860,39677,47008,36767,39972,41661,37035,30129,43700,40342,51720,35161,52599,44460,40996,36770,52701,42766,47727,31070,32359,45804,31452,34203,32631,53940,53895,53759,40232,36912,40354,37222,32242,52332,35947,29856,51308,52967,49522,52666,52403,38711,48461,38637,47722,50343,30543,47962,31646,38645,50006,42484,31791,38058,41578,40118,33970,37042,52884,37577,36696,33477,37624,38957,44922,36355,41650,45163,36442,37389,51611,34374,45724,31838,53720,40372,51503,34678,40377,48158,48158,41064,48441,41074,42963,49146,39803,51177,39790,50043,34279,34279,45379,37190,52063,40985,45088,38453,30630,40548,31072,42093,44566,46845,41927,34713,40398,30500,40400,37385,36315,30160,43491,38962,40402,31848,33317,53016,38319,51342,40408,39049,41791,43827,46406,35621,35621,41324,51706,38429,36031,35132,42831,48362,45938,34763,33924,37448,52670,46380,44349,40430,52616,49988,47123,40580,52288,33442,39741,40570,42169,40435,53623,45887,53091,35024,32345,49713,32442,45600,53611,31228,34195,38908,31025,46967,34047,44597,40925,47503,30608,31500,31500,37453,44616,32096,42969,51830,36135,39611,47358,45210,44155,30001,38600,52025,35089,41836,53379,38911,32463,33851,43160,43160,42324,43377,46630,48263,44857,33425,35170,53557,32108,46398,51968,32502,29794,33269,53546,53897,42515,51887,44067,48808,32312,40466,41724,44818,35959,45411,37825,51471,45214,30871,46159,50821,52452,46717,50392,33229,37398,46174,38891,35150,44131,44131,35313,40010,43235,41721,36112,40476,38199,43421,42013,37118,52759,46997,48372,33398,38543,53363,32643,32780,50483,42875,42875,39051,51852,35954,47746,40486,49356,45638,50957,50283,51382,46595,40490,43691,53620,44090,34958,34064,34064,30043,31722,51905,39963,30777,30289,40067,47659,34320,32453,33223,38516,44058,48639,53613,51110,36148,40507,51323,32966,40511,46042,50749,42073,42082,38679,44087,40520,33708,35259,35259,43833,37307,34510,52413,34899,46501,38336,32390,43535,32602,38069,53006,44727,42020,37894,34147,34147,37219,41251,49596,37659,42721,52091,48186,36007,37373,40181,42267,43540,35180,52912,50431,51883,34194,51248,51093,35704,40542,31746,40547,48005,51287,43643,49466,49310,49982,41202,46915,46915,32550,32747,45170,32795,32795,35391,51204,47768,47768,30310,37078,39283,48590,32833,36268,34257,38965,50935,53000,48332,37183,45976,51416,39507,40961,39430,42702,37474,33868,30645,30056,37295,44188,49569,30308,45941,29887,46917,31755,34096,50438,44090,52803,36257,38913,47461,40726,39598,29943,50593,49435,40976,46211,41961,51514,48999,43323,52106,42321,41038,44675,37514,47028,52410,43086,51594,47806,49764,53532,53532,45151,42232,35519,37693,52106,41342,30353,39275,31275,46564,37189,51766,43554,50026,52669,48816,43908,44655,36077,42461,53697,51479,44596,42534,40616,48827,53481,34184,32667,46536,31782,41289,51661,45905,34343,43313,38107,39172,51570,47636,50042,50550,31369,43845,49495,35833,42001,34819,46534,47147,49109,47212,53078,45272,51643,50777,51467,40625,49155,48032,52648,36180,50397,45128,37602,38829,35895,38829,50310,44957,45651,45643,36587,35704,36171,51575,40444,36031,36675,30696,34982,40636,39606,45633,33608,33758,37533,47033,36249,52467,29864,31155,51148,30389,48872,43547,49092,52944,29884,40652,44688,40781,33548,37327,50597,40653,37836,30578,52386,29910,29910,53068,39077,31539,38725,37974,46504,43385,43478,35454,39444,52263,51947,37154,34802,37176,38506,40418,48676,52917,30164,31159,35564,43090,34187,36375,49959,49764,46604,46104,30855,50843,36280,40677,45345,47922,40679,36890,44568,30138,41701,50883,38086,38086,43300,52138,51701,30997,39686,39252,39252,50963,36862,39937,46583,43038,34610,52779,37767,40538,41328,53750,52989,42545,52506,37270,43533,38322,41645,43556,40729,49457,35675,40709,52236,43583,40870,46907,47248,43599,32121,39330,38961,34693,37128,40429,31820,35417,35417,41889,53440,38924,47802,32941,45860,33206,49937,52410,42338,51142,36130,45320,43420,52390,46351,34770,51332,47931,48273,33601,49083,53850,53850,50663,40745,47841,49269,48216,37444,37444,36998,37444,41850,40267,29876,48904,49609,40427,52872,50523,35768,35180,45519,50901,44082,40758,40759,33425,39705,44906,37484,41474,42873,31513,45164,53020,48842,49224,35118,53642,53642,29871,34860,49681,32203,32832,32930,43114,31930,40850,40774,40774,48564,40778,53099,45050,46814,52233,42561,43627,48572,40784,33903,46199,46011,42576,40791,49181,50109,41082,42254,45567,30293,36518,36518,44266,32459,51630,47507,46232,43032,45361,40486,49947,35849,30763,38984,42102,49897,45535,42973,42498,40807,40809,34171,44760,45172,48007,52211,40812,38426,43652,51657,52265,49353,40057,51536,36364,43188,37282,43292,34355,34355,33880,46029,38073,52181,32270,40829,42621,38114,41817,35098,47583,51028,51160,50572,36116,33579,36715,40089,44763,34506,31727,43654,48479,32252,46863,38493,35890,40930,41452,40842,36562,40844,33448,37413,48018,46080,32653,49190,53204,31793,29942,32697,43801,38094,48026,49709,41173,47123,42557,36535,40854,50434,44803,48634,30676,32698,52848,50366,49202,50610,38471,32944,50895,40296,33756,42980,53247,53152,31054,33969,40664,51538,32966,37086,40870,53844,45503,41276,51284,38075,34688,35512,51213,36315,35933,49102,36248,35863,51426,32368,40881,51426,51981,43228,39360,32273,30353,52490,48156,52647,35642,31902,40886,30784,48628,42756,42756,50475,31198,48180,35492,40892,37717,37621,40292,42464,51005,50734,48609,47572,52806,53701,39652,47648,52785,44925,52238,30782,53286,47757,33328,29799,42804,45731,50635,42738,49093,32266,29782,32961,48924,33656,53901,49050,34067,39920,45297,43206,43206,51627,30273,30273,53395,53111,46818,40911,40912,40914,41807,50340,49698,42936,40446,36788,42507,52576,40207,47857,34993,43310,36320,41705,32160,47920,53435,39767,31094,37683,30312,38406,40936,40249,45384,30181,42997,32078,40657,53007,51443,37519,32618,45575,53347,35190,51047,49824,53211,50713,37492,36036,30956,32559,46757,36336,47158,40111,40964,49177,40965,32857,38260,42374,50461,33380,41716,49440,47882,31661,30510,38153,41859,38067,43946,52044,51003,44556,37492,48325,52780,40291,40292,48204,47240,38082,39531,35606,44064,33861,42495,32975,38664,33620,29865,32455,38833,41604,30975,53088,39463,34362,53039,41212,42893,37652,48101,36904,41555,47570,45368,49611,30713,42826,31186,30643,42348,35697,38026,32788,43986,34856,41466,52251,51129,38273,39812,43955,41621,33433,41017,30579,36503,32078,43362,30077,31482,42535,31345,50840,44721,34344,50477,41887,49617,46169,38902,46166,34505,43079,30332,32173,49328,37329,37140,38296,34661,50346,42500,37772,37772,47419,39850,52459,48266,44983,43764,31400,47343,43744,45607,34535,52041,31954,50789,45897,46904,48894,42431,45416,32824,35918,51279,47887,39986,39986,41047,52702,32672,30924,49437,43123,36661,34263,49247,36906,41050,50191,52651,44680,53525,36103,40789,32932,45086,32937,53963,47277,36777,49903,52105,39830,35285,32573,30117,35328,34311,33309,43055,45794,36776,30433,44757,47450,44782,41079,35319,52057,38479,52635,47522,47759,49268,50054,50728,51359,39684,39664,29933,33876,47539,30301,37272,46617,39249,31420,34622,33979,39945,32590,53213,52329,51827,43677,41929,51953,32333,38776,34064,41628,50290,31560,34731,50138,43447,31424,44819,50965,36343,36147,34213,34213,52105,47262,46587,36214,38611,41681,49677,42516,32115,36458,41124,39269,40165,48018,30828,38657,40695,40711,48544,49450,30171,43734,39355,48656,47215,32779,47018,53497,42362,34262,39431,37692,52776,46195,46852,51667,38584,45144,46520,50857,36644,47448,31714,39036,50518,47389,50575,50575,44885,44885,44390,53223,31017,46086,45273,49183,40577,41860,47482,41158,30178,34080,38700,41790,40472,36484,41161,33688,34170,49191,29956,41288,46840,39915,41167,36756,35080,52898,35779,34251,47037,35891,36076,46309,33541,43151,38738,41181,43592,50786,37532,31403,51653,41045,38356,34005,51140,52785,38510,46143,34564,40699,30269,41233,30981,45267,31168,37381,46867,44102,35946,34019,46643,31425,30402,34531,39967,47356,33446,51929,51383,32954,46114,40960,45028,46478,40400,41205,52092,30593,52251,45561,30882,35758,35758,36617,34696,37545,31844,51561,29769,42036,50892,53854,38496,33119,49912,44823,41214,39741,37233,53482,53482,32034,35205,42202,43778,48796,31437,48198,47796,41229,47808,35498,48837,46624,40242,52047,38507,42981,33661,33753,36655,51759,42108,51060,47728,32437,39711,32389,46619,43577,38730,51192,51567,31885,46566,45853,42280,41246,38672,47479,52783,29761,39563,53333,33492,34377,49676,41250,45147,33041,49523,34733,41253,38115,38877,46787,37093,53619,39185,41261,45453,33771,33452,41266,34813,32185,40516,37292,38523,43025,30195,41754,52641,53779,40630,51259,31845,30461,50303,49991,44113,31802,32722,48158,51831,44503,35222,29817,38972,41737,46006,30588,43360,51864,44675,49867,39574,33575,29954,31576,48221,33033,41285,45509,52800,37530,33855,34738,30882,35113,38922,53417,32592,33874,36114,41291,35346,42219,52495,43324,48017,38990,42548,34630,51165,52092,38037,43023,43023,43148,34346,47679,52160,45310,40368,36351,53582,53582,41318,39306,48094,45275,44574,48536,52390,33054,33527,38567,44100,52417,37447,33714,37354,31492,31612,50260,41332,35668,32425,46598,36453,35789,47148,45070,41339,31746,36176,51798,40706,39084,40799,33492,45732,49974,50798,39683,35514,52986,44559,41355,35088,37000,33637,35015,41360,33419,52865,46843,32678,42952,51823,45700,31519,51870,30129,51338,30463,29791,39548,40525,35952,32321,53551,43675,52014,48628,34815,52734,33732,35046,51658,33913,35274,40274,47499,49135,49530,34366,33935,48079,41378,47999,35103,44961,51865,42740,37295,36710,46687,39429,47587,37888,47376,30996,30996,46184,38215,40374,38135,49898,47372,46055,41398,39613,30817,41439,47138,49249,32040,45503,44425,38718,41401,30546,41402,52436,45203,52120,52594,47575,36719,41408,41103,30465,32564,39298,36019,46897,50473,38565,41258,48735,39269,36187,42867,29951,52423,35211,34529,32257,38872,50339,47911,47911,53111,30439,35727,51195,36533,35064,45758,41423,31879,33904,33892,31024,53571,37491,33899,34394,39298,45685,48649,41428,49270,29760,30640,36085,45213,32588,30449,38801,41655,35341,39978,41184,50203,50203,44864,52495,47975,42128,41900,44207,41452,38044,51788,48959,34666,35694,48931,45648,50907,39161,41089,40759,39345,39858,46600,49767,38367,47249,41471,43875,36809,48740,33614,47764,46532,41684,41478,52630,50079,51312,38556,45692,53961,51979,43502,46710,37208,51104,50543,44054,33985,42933,29999,46018,34207,44304,39728,35233,31183,37062,36388,41613,31929,32137,49544,46068,29862,41501,48402,44606,51018,41505,48236,35257,33676,33466,39208,52203,45801,45270,50088,38919,30909,50079,34037,31585,52246,31368,41963,47374,49118,32981,36041,51724,42076,52022,29941,52715,35525,39915,48864,41521,33885,37464,41524,43483,33977,49414,34102,34102,36128,36151,53140,41529,41529,50242,42183,34345,32742,40144,39274,38021,46228,36052,34114,35701,42227,38060,33526,36889,47105,32548,52243,44159,48312,48312,45017,46607,42520,32355,50516,30104,30121,49475,46541,34527,33017,46606,43469,47132,49966,33087,49465,51820,30592,48232,33248,39981,52189,32954,41554,38365,47286,41555,38616,52816,53232,53182,51943,47691,50729,45166,43750,48123,53405,38807,51348,47110,37437,33908,45942,44340,39305,53207,39279,49897,38844,41571,31754,39387,41097,41690,33130,35611,35499,40007,49755,33710,39946,44441,42698,49201,45044,49132,39502,33808,34059,44178,34396,35467,37016,44755,48218,41595,41597,51485,31933,48308,41598,41598,36955,46276,33463,46467,38203,40652,40951,41608,47673,36125,49002,48381,45421,37441,31531,32609,52682,46235,50980,47881,32988,34663,41620,32174,36992,53014,47916,49382,44938,41247,31078,49536,48392,40268,46823,32142,41631,32794,38248,34501,37372,35222,44502,50195,37232,39907,48611,47954,36001,29795,35705,40056,46809,41641,31666,46695,53704,39912,42260,31982,36005,30379,35713,44257,50999,49884,52437,33589,50577,41658,33352,31251,29827,31523,50037,32595,32196,36291,37185,51213,53761,41888,32282,41970,34407,41429,38628,44587,36213,39203,40091,47118,38890,33680,51334,41676,39429,53291,36922,51542,41683,41683,31939,31123,38886,36340,48214,34055,41690,45084,35300,41926,41926,29796,38874,43026,42930,29857,52493,49664,35811,40040,41700,40171,30805,44733,36075,45565,39958,52528,51379,42211,46895,32723,44650,42710,42502,43250,38070,51509,53485,41991,36176,52748,44906,46364,51272,46805,46720,31843,31843,50212,30126,30548,42342,46969,46622,45244,51355,38002,48562,48003,29806,53550,48461,32267,39482,37065,48181,35611,35611,46898,44846,44846,52330,35305,31806,37730,45580,48420,51933,36467,40000,37116,53586,35927,37896,41742,43785,46812,32639,43474,47113,38224,30276,40321,47001,39288,41053,32802,51455,42881,51284,32036,37357,38873,46954,43075,44697,39565,43340,43361,49753,42718,43072,30340,50037,46117,34573,36463,46766,37088,51977,46060,40968,53429,44141,41774,34315,36788,45279,44984,50301,45226,47336,33292,38554,51927,31583,45495,34410,34435,37481,31589,36576,44081,53322,33238,35433,30316,43630,35690,45872,37266,41898,42112,50045,48360,40710,50880,45507,49408,41794,43906,48283,48283,52378,52378,38419,35994,34668,47687,38906,53651,44281,33247,52711,37961,37922,41802,29971,46513,40484,46580,39017,40484,30917,31135,45892,41806,41810,39555,47736,36794,51612,33778,30862,44442,51287,43140,46741,32454,46153,35488,49973,49284,29857,48746,53453,36284,33934,43294,43294,45343,41823,42664,37981,33892,42670,33061,35722,34438,39071,41829,50237,51873,41832,37184,46654,43428,47979,45333,41046,47392,37023,44625,53399,47995,37179,38859,33690,36374,48784,31475,30606,43951,30603,53913,53811,52122,49844,45253,51048,35851,51945,32546,35878,33180,44956,42504,41862,50721,48488,47435,47212,46971,53528,43979,44975,30551,47313,43657,42310,48734,34281,41867,38879,50578,36426,50717,35967,35868,32208,48929,31747,44635,53649,31935,45559,46900,36718,44124,32327,49909,45409,53094,33154,31721,47257,41874,47524,46842,52560,41882,49481,49721,53076,45996,32623,34805,47904,48935,46451,47589,42858,37879,50424,50860,30223,50860,52258,40032,41900,41900,37018,41017,45024,31153,49280,48941,48848,52302,30377,41906,41908,36723,52732,32098,52502,43716,42352,32426,36473,31495,41906,53323,38462,30556,44420,50304,39938,43608,49656,35718,52228,52228,43870,43870,41656,40754,38554,34177,50189,35520,33491,42381,35261,52678,40208,33894,30479,36300,30285,38314,42871,36552,36511,31115,46026,53295,43265,39295,53385,53504,41669,41941,33268,41054,43307,51768,41867,38407,52311,53150,34295,43350,30742,40615,42666,44999,45406,41533,48996,34462,32625,52385,47796,51199,30072,35912,31539,38730,30868,52481,48019,33814,48671,32162,44020,47208,40851,37528,53648,49375,49375,33786,52496,42959,49379,30025,31735,44121,31370,50930,32354,44901,46510,45486,39816,30476,49454,31304,37350,41982,32130,42394,52808,46788,31461,46779,42419,41983,47444,37677,29812,31116,40311,49247,49004,39779,33136,49443,31332,34144,43780,32881,41993,43697,44450,42562,34921,45760,50396,40948,35835,29931,35069,33312,40614,52937,41328,50139,50139,33983,43426,32026,32498,38556,48659,35703,44607,34337,51720,32734,39022,37447,51900,39661,38367,44419,40771,52378,36588,41618,30576,41830,33832,33797,49881,47537,32599,48382,50428,52147,31785,50597,51007,36294,40620,32271,33870,38122,37261,49282,30393,48623,34517,34517,37877,47390,36882,30573,44087,45197,49074,43194,48515,33778,32918,30365,40556,42037,41006,40214,52103,44165,34512,40891,51941,40953,53469,42048,46338,42050,51552,47449,48475,42052,50758,34956,44161,30373,31505,32672,51707,31947,39411,36891,52331,43192,34939,34939,30178,51554,50023,42060,45057,43935,37857,42063,40332,34904,30220,40003,43154,46711,47167,52224,31308,51909,44030,52230,43763,40977,39387,50710,49419,43641,46172,36594,50192,42068,30598,49268,34758,43287,51389,30549,35628,46423,53307,48938,52921,33888,49698,32995,34129,50397,51285,35240,32425,49428,34364,38034,52178,42092,32849,51355,32032,42007,52707,39204,48524,51592,49706,42101,36548,53484,37194,52133,45534,31893,49573,40941,30682,39982,37020,52772,49739,49134,32034,32094,44002,40839,47533,51679,36008,50570,47397,42902,43702,34682,53265,38476,44301,44465,41301,52816,52472,42385,44385,44575,33582,49079,44039,33583,50272,44364,32286,34565,49256,42543,30861,30167,51277,46497,48371,52676,53271,35486,38510,38013,30089,37016,48313,40789,30240,47010,51061,30607,52875,30783,30783,46788,31559,52029,34307,47570,49222,30654,32496,41375,48664,48664,40891,42464,52281,40671,39220,34633,42123,31406,32810,31332,45252,48920,34874,34484,29980,41730,34950,47817,49134,32257,40690,34684,41632,39095,39095,39900,38901,38406,33810,45788,33856,36629,50504,45612,30016,30016,51933,50724,44903,40018,40906,42165,53585,31280,49059,41188,34186,33941,31431,38711,39130,45653,31971,49059,35547,50321,42174,52739,50810,49170,46403,30781,42182,44515,31759,48816,32216,53741,46264,41980,40889,36046,43281,33175,39851,39325,48246,52508,38019,46009,47685,33368,33394,48278,44003,36553,36553,45338,29776,51670,32990,37976,52406,34077,36227,45236,33246,43933,42982,43910,43042,44689,34977,42228,44686,47266,33234,46198,31770,31770,40173,32392,31244,50404,35389,45858,53624,44387,45858,38607,43448,50918,50019,50019,31715,39569,29976,40501,47945,47233,40150,45932,43092,47675,47675,50664,46521,44529,49193,51193,39463,38729,46559,37291,31640,45986,40234,42873,45727,33211,34262,51812,36175,52122,53111,51636,46783,49284,48432,37081,37081,31352,36809,45006,33065,42113,39040,30498,45138,34407,35463,39500,33157,34964,49000,32457,29848,44024,30964,31962,32962,31065,53845,38701,31213,41700,37235,50891,36441,32262,34995,30042,53256,33621,48214,41476,50683,41330,35444,38942,49375,40179,40722,49871,45104,45258,47130,48989,30982,51435,46542,42319,41035,46795,33835,48699,46196,43215,41608,41290,33962,30432,42326,49617,36423,52197,53368,52854,37869,45876,33563,37646,35984,45132,45132,46290,43161,50127,52115,31250,31713,33049,36405,44354,45550,50613,52523,36110,52249,37853,39340,32581,42358,48502,47771,31891,31481,43814,51069,36108,49714,50021,39612,36932,43725,45914,32894,43317,33604,37388,45710,46132,52367,52689,35916,39989,33233,46669,46669,42381,41520,48408,38970,50877,34767,32402,46656,31872,42392,42526,34242,42819,33264,53579,40312,46722,40524,48465,44286,32095,52771,40391,40519,40448,37272,40448,33939,37186,37980,42398,45079,37056,46479,42402,40441,38913,42411,34372,43756,39567,33748,50457,46194,29842,34504,41083,39957,42906,44620,42418,47781,44359,38218,39260,32428,50030,38039,41902,42041,42041,35026,47048,41385,31927,36528,39101,49774,30060,33414,37582,42653,53915,47014,42443,30719,47972,39470,44169,44935,38774,36630,41699,31773,39176,43676,42452,50410,40052,42018,54018,42457,37963,50195,37816,48228,45323,30809,47505,39154,53652,48929,42464,43436,35721,50558,42468,49060,34668,44273,49241,49241,42474,42476,33510,31769,31963,30081,52675,41133,35449,34545,48144,40639,37204,42481,35869,38658,42415,35780,39656,30132,51423,46762,53730,45769,47697,47008,37415,34611,31616,49387,52948,53140,47075,36359,35051,40001,42062,50395,52581,47480,36693,37363,43547,38388,41309,37292,35768,47481,44829,51297,50051,42506,40114,51592,46036,52300,46345,44621,35116,39849,42517,37231,42353,42522,29959,37946,35558,48209,52241,42213,31534,44238,46595,36858,31589,41875,35231,42532,42534,42290,47346,50979,32916,44560,37030,42312,53194,52673,40566,32283,47158,36531,45069,40363,40696,32142,32142,41943,44923,44670,46079,44773,44135,37146,43674,52495,35708,48290,30928,48385,48561,38786,40957,48620,47029,37427,34761,45948,50004,42764,44967,52121,42566,42570,52747,37925,31007,41950,36118,32518,42574,46807,37101,47368,42578,40416,39312,42580,51291,41203,44368,44392,33582,37790,32831,33927,53043,45838,30393,41081,36466,39552,42553,45837,37886,51004,52030,37579,42591,33436,32277,51645,41339,37062,30550,37787,40530,34781,37259,35052,33207,38772,37507,30066,32321,41423,39872,42854,35554,42608,50637,35576,42610,52328,41076,50387,31175,36424,32961,50834,41022,42617,43060,32005,42625,45089,41224,46769,44655,39353,36161,49611,33787,39658,36669,47894,32038,42634,46944,36412,51383,50852,50852,33069,53312,48225,48641,33767,51204,39895,37996,36152,31850,36590,34291,31538,40186,50929,46455,46885,47786,51629,47472,35467,31866,53917,53467,34022,45292,30609,48431,53258,46333,35354,31046,53255,44505,33450,31406,40212,48682,42673,32421,40074,41059,43387,40019,41309,47262,48973,48973,43868,52967,42680,32152,36211,45215,30343,36565,49537,42683,42684,31749,33481,42304,33869,52173,31859,52860,30722,37375,47504,41646,29964,37900,38938,30832,37263,31794,39159,34593,50619,38436,32772,53340,47170,48046,32507,42702,48690,42704,34687,35330,32887,50604,30748,30858,47888,52962,42325,30971,43626,52152,41971,32700,35316,39275,47753,51039,35799,39817,43462,49616,45589,42796,35287,49570,31755,41916,53289,49636,46246,42724,32356,33373,46575,40399,38055,50751,50555,50177,49640,33258,37231,35832,46031,42733,34408,42950,35935,30013,35935,37251,45703,42739,52909,34263,32848,34218,50458,50458,51646,48683,30755,30755,48683,37900,35903,29889,37348,39056,42213,38263,37079,45533,35963,42604,50679,30288,39967,42759,53740,53991,36323,42763,31812,31311,30942,34864,46704,31446,31446,34627,48147,35245,35843,40459,31517,37960,51954,51954,48356,52267,47329,42448,31161,30167,39173,48821,33647,45537,38168,40485,42369,41196,44650,51165,35953,45608,50351,42776,52265,47635,41888,53668,52555,31074,46129,41122,42780,47120,29811,51055,49273,49547,42573,44682,53172,37468,36900,50641,49056,38419,44298,33594,46960,40681,43923,51448,33527,34039,33596,30710,40605,49597,38788,35725,34952,41358,48891,53147,31096,42677,46302,42814,51831,49924,33329,48530,29760,42818,42819,49793,36359,48636,51092,44058,44058,34442,45309,51698,35989,49374,46430,32755,43733,48127,48129,46290,37454,33796,47583,37567,42826,42912,51244,45065,42828,44382,39683,52681,53724,50249,42829,46896,52776,33212,42831,50176,31670,49851,53158,45991,39565,40412,37678,42840,39595,44008,42841,52848,38017,38755,39639,53309,32634,48188,47017,41087,36973,35066,42149,33519,38419,34091,35457,43298,43760,40029,32808,37142,42695,47521,35778,44547,37503,45321,51777,30642,38280,33246,51659,53137,39006,45845,33898,42877,45890,48369,45803,36196,48956,48571,53025,34981,31631,40718,52914,48242,51290,36985,48711,36232,42889,43468,31378,52003,32015,42895,42896,38657,52362,45518,42898,32278,47686,32204,37037,51914,29884,47959,34451,47706,45951,48786,39627,40000,39973,52668,40653,50188,53182,43877,43877,42277,30922,48844,40751,41434,49771,37942,50407,33475,35058,46865,47975,31795,29840,48901,33850,39685,39377,48406,46576,46071,52179,43828,39938,42933,34781,42902,35333,34355,35129,36462,40911,39611,44529,46515,52467,52909,48792,44760,52919,52919,42134,35386,44484,34598,37367,48052,39045,50293,35395,31628,42950,43789,50807,34934,48621,29758,41761,36711,42962,40222,52628,52604,32739,42968,34280,42000,42976,34796,46326,33605,47886,47886,36199,53919,52278,42983,51101,30401,34409,34582,50536,47821,32689,31100,44988,42655,36991,36991,38568,49392,42935,30692,34942,39869,48411,45889,43306,33312,37429,49681,40536,30944,43008,48420,49609,45348,33117,51415,51667,52489,45080,43813,46410,51692,37191,47946,44810,44810,33097,36007,39586,38494,36735,43024,43024,43025,37924,38555,30861,40596,30377,47711,46080,46379,30680,41943,37581,43033,30729,31077,34124,51160,46143,51606,32190,52458,31581,52581,38457,36102,40696,42380,50010,43049,43050,45554,40511,36845,50625,49999,47621,53104,43053,40196,46052,35593,47373,52467,43405,47242,31830,30341,33703,43050,44667,43069,48196,44801,52050,52221,52877,34955,38263,48133,38327,49316,52976,38724,38085,38085,52525,49527,53872,41175,38495,43078,34380,43170,43087,45800,32247,42447,41830,52909,52253,49796,51510,46758,32027,35355,46521,48601,41795,42313,30994,51494,46903,52275,46553,42842,42842,44788,42193,51884,48352,51810,51810,41270,47551,30046,46680,43345,39315,45749,41319,51053,35642,34830,32744,38178,30857,43113,32245,38387,30950,51861,48112,39547,29824,43116,51296,51296,47811,39380,45093,46914,34650,33135,53593,43121,53026,38142,31319,51225,51418,36740,33917,35405,46495,43137,43556,39097,31070,36294,44474,51731,31619,45621,50778,48603,43240,35588,42025,45042,33607,43670,51016,51941,43155,31636,43514,36805,35687,38065,35909,33215,32023,31874,40727,47317,43167,30911,29840,53749,35162,45947,48832,43182,48507,31924,46373,35651,52958,33617,43187,36888,43028,43028,33579,39988,51120,48834,36672,51155,39370,34666,53871,46545,52018,36063,51100,30152,36738,37486,33775,37068,49663,49663,46926,47050,48458,47883,30578,51899,43815,52542,46703,43213,53006,36154,50630,47764,45582,49548,51674,37346,40552,44756,53976,31861,35832,43312,40002,36496,35349,33321,36808,32548,37347,41637,44292,53977,52960,52960,44812,39422,49915,40700,43242,50146,49550,52048,32316,32316,41764,49821,40816,30646,45748,47345,31286,49244,36253,34213,33446,46828,49381,32595,47319,53842,39691,31538,42279,36046,47349,43274,47437,51394,38202,41803,33432,43279,39880,53445,48469,42449,38209,50947,38856,38762,43288,32401,34578,44552,51660,48524,49846,49846,52087,35154,35894,50139,43298,47627,43098,41333,36113,36004,53226,33972,40821,30248,41178,48422,41959,47206,43304,32503,41999,48635,30743,40668,34009,44244,32334,49161,45029,52475,48622,43628,41585,51099,37473,51359,45779,30966,45548,44592,46252,42069,40170,41664,43323,47611,39016,46518,42018,32911,33841,43888,50076,37929,39780,46907,30649,45967,44029,45182,30535,46625,51146,47100,45309,51206,43336,49082,36979,43337,37647,49722,48283,49956,30163,48103,36904,38453,42588,40654,34762,52124,34315,47391,40464,51289,51968,44180,43362,33316,33316,50187,38541,43458,46278,30307,46441,46060,52627,53090,37350,43372,35683,53700,36361,41026,30396,31900,46623,46575,51024,33821,42786,30356,45423,32872,38331,32737,44652,42411,43912,30703,34840,48682,47829,45390,52344,47114,43392,30209,41464,50340,32159,44536,38714,34955,44904,35766,30665,43396,41102,41663,36631,34039,42413,38754,35138,51671,46666,44322,44322,43408,38511,50298,43409,53764,40281,36837,37474,51165,43695,36390,52483,42140,53425,36226,32772,33026,35799,49692,34288,53390,44367,43418,34711,46454,32025,34801,43419,47392,42922,32559,50871,53088,39644,43542,47922,40353,50285,36065,43821,50801,35765,44085,41730,45766,33686,33686,43432,43432,40469,30539,40554,36549,32501,33041,51516,48586,40863,33755,37072,43949,44413,50581,32458,48438,34119,52120,39127,39466,45961,39941,47561,39489,31106,34444,37574,45170,47323,51007,34240,46439,43809,44059,42381,29928,37985,35784,43470,53103,38141,38863,31677,35705,51871,49296,38171,52474,40518,36707,41413,34676,49312,39603,35274,44456,40543,32923,47725,52584,45166,31078,37296,37296,41007,41314,33911,46364,42911,44223,44740,45326,46362,46641,46552,34036,45872,43497,37902,52305,44839,46569,51255,47382,45020,36467,50563,32945,51925,51315,40319,39385,41377,48059,50165,43364,50975,34990,48554,32397,32406,48217,43517,31071,47073,47078,53342,40618,51435,51507,35069,34222,36590,53235,45729,47013,41324,43005,48230,38876,38333,36873,41498,30494,42509,32502,37029,46697,49548,42188,45496,46121,32515,32473,41220,37515,50785,30798,31218,35416,38486,42730,49017,38925,43568,38698,33677,49523,49911,49639,37670,43354,32516,43578,51284,39776,47193,45199,29773,44520,32997,43222,31061,38462,30651,32909,43793,46118,49084,32261,50795,41937,41937,31773,48178,42829,39831,33535,47765,30503,40648,36979,33052,45697,38174,37778,46643,45067,53653,35847,36415,43610,49802,50185,40112,41765,42271,51752,46148,44834,31194,45797,47684,33697,53467,46794,36099,36508,53320,36152,33392,30974,46984,41512,44267,42250,35106,52715,43545,43545,42960,46882,47574,38328,32016,38742,41693,41930,35792,43804,43641,36766,31688,47095,38865,41584,42533,52115,46928,32373,46761,49596,37781,45096,43648,34131,38601,36050,39835,48078,37238,35416,45321,39721,37026,45080,49290,33555,51528,46026,49166,44285,47057,36477,50880,53396,51213,31191,41382,47509,41104,32065,43668,46019,39515,30406,49098,37696,42403,48036,38921,33173,37540,50692,49422,52629,35348,51920,31545,46080,42609,51727,47319,45606,37542,37779,49821,49078,41041,46098,47186,34813,34813,48878,33490,47998,39641,38463,48881,49511,32386,38171,45581,42175,43701,34549,47029,36470,43699,43703,32322,37777,37777,34081,31633,49052,51626,51626,32684,42977,42846,32556,39467,50717,40290,33848,48289,48175,46696,33242,41907,39833,41451,52104,51254,49368,40157,45151,43722,43730,39817,45008,47180,48208,30189,47613,53584,48499,36827,42184,41564,52240,39163,53144,45043,45406,36458,38596,35654,45997,45961,34597,44373,52562,39442,48464,48008,45277,37009,53589,36327,35081,33332,36208,33381,34940,46424,40386,35024,37537,30870,30870,51203,49762,40248,52923,47301,43757,50562,39377,53418,36655,43759,51006,33714,29966,39886,33226,41281,35524,43765,30682,31031,31598,33893,44570,31756,31879,34581,32078,32791,39883,52421,44746,53700,53256,30525,33734,53575,36399,39723,46832,53826,45113,44864,34490,51653,40382,50907,44145,30802,49394,47430,35781,49863,43019,47056,47056,42271,53278,44553,33167,42313,51604,37996,37997,30531,43800,43801,34553,43913,52751,46912,39093,33563,50702,50246,43807,44636,49152,46605,47105,47350,52394,36678,52065,43030,51519,47947,50401,43818,53474,33017,40586,32010,35082,37162,38894,45229,35293,31490,51531,45255,34763,43746,52668,46461,51381,43953,52448,43840,50764,53675,48557,50562,39519,32810,45818,32812,49397,40638,38809,41828,35559,48486,43815,38402,52882,41644,46384,50328,34950,40559,32449,40673,53546,53158,41248,39777,48953,48679,33967,40258,32236,33536,47997,29837,35126,39181,34757,43869,48891,35444,36878,30422,37331,37974,47724,39299,29888,52213,44691,45124,34947,44599,43882,43882,30145,35234,52154,43366,34749,41320,52552,47473,45812,35208,32728,49790,32243,32243,49805,50736,50987,45401,41123,43891,39031,31377,43377,40466,43869,37000,43896,40614,45426,52130,34498,43901,48397,30281,32795,43904,50722,39463,43907,43907,45811,41225,31501,49081,43955,52004,50779,38023,31371,31371,32324,32884,31864,34641,50111,32327,37815,37735,43087,33722,46046,39917,48384,50926,41564,38708,43939,40436,32290,41129,41508,31177,48610,48610,49977,33907,35266,32491,48051,42486,46445,47895,47825,30109,53503,40793,35255,43966,32478,48613,41509,40633,40673,33140,48976,51724,48677,34228,42602,47754,33043,31949,42907,36713,38066,36138,33809,35434,35676,29758,29758,37297,37248,38192,46504,37449,51007,43983,33912,42821,33906,39667,33320,49825,43369,52298,34015,41033,49244,53580,37098,48076,42320,31136,32610,45693,34137,48265,47116,40403,32061,53549,32413,47584,40328,34679,39885,42631,36970,46170,41144,37537,35300,30750,42392,51135,34970,40766,47520,39819,41597,41597,53004,53004,51379,38000,44011,46650,53079,31940,44019,47007,50974,32849,41971,44020,35240,51330,41838,39752,47039,30906,38340,44030,42071,37496,30931,47268,46649,38325,50344,36033,49503,43797,45652,39580,37210,53677,43255,39787,31017,33234,39737,38107,44038,52686,42362,44743,49635,34871,36456,38709,44040,47137,30570,44041,45039,32389,39990,48659,36005,32974,46079,37152,39496,39535,45257,50715,50715,32389,52416,50903,40558,33741,36080,44091,32025,38973,50060,37639,43241,47413,33711,47413,44052,30542,49339,51953,34809,38602,44640,48632,39305,34391,41865,33175,53678,30921,33755,31394,36097,33519,30037,47411,48900,34237,38339,44747,40279,38970,46461,46303,44680,40862,34520,41897,35140,49911,31389,43467,49158,46342,41682,31033,43177,35594,45319,33336,44062,44024,49261,44150,46042,49100,52113,34663,29874,39751,44107,31343,34384,34384,49265,30207,38731,49592,45876,44112,29783,50118,47970,47973,35185,31658,36947,50181,39582,40098,36243,53862,53866,33412,47761,52109,32662,33192,49532,34245,36502,45787,52957,32329,39303,39579,34556,50426,33535,44128,36334,46197,39418,50401,49203,41817,36885,53368,44137,48494,30254,52027,34277,50790,53641,45545,48516,49741,34420,41954,51709,50540,37288,39517,43453,31882,50062,49030,44146,40759,41420,33843,38767,44150,40113,29790,44153,39564,49116,42196,36661,33292,37066,30026,35936,51395,52919,53635,33291,53411,40461,44163,33395,46288,53191,52277,52277,32365,51921,49941,49049,33075,33949,48809,50471,43832,42056,47742,33485,42022,39671,44179,53388,44721,32153,31920,52110,35920,50310,41725,37015,52745,51042,44193,40161,38237,33522,30110,51000,47060,52009,33293,43492,43492,47432,47432,41771,34352,42640,41547,32202,47114,34474,44548,51577,45766,30725,41999,31891,38943,35437,45337,41152,41858,39586,33927,31774,49274,50300,34732,46772,38409,32275,32558,44236,44821,30928,51086,33828,44243,34309,44244,47807,40190,39575,30042,37309,41745,35246,40536,52639,47562,30212,31202,39292,37704,51180,44108,40059,41959,35817,32192,38107,47160,35323,50331,39145,53150,40479,37095,40131,36807,36459,36830,49654,49868,30542,37299,46550,49545,42330,47984,38064,51623,46320,41620,53870,46829,33157,39645,53285,36579,37519,52637,36155,44196,44278,30935,39276,40468,41596,38465,40028,49845,33524,52755,32430,50723,33895,45809,45025,52208,32311,36719,34033,31312,44302,42366,37345,37762,53609,31198,44308,30278,39205,42826,36421,48957,47937,41900,33599,42552,34002,38201,44315,33730,33730,35914,49215,43724,48827,47294,42278,44321,38772,32538,38909,49710,49710,44885,48137,48137,38902,48860,48860,34773,51244,47656,53469,47427,45556,32351,36152,40035,49427,44074,45410,48130,39655,41918,44351,48024,41669,44353,44354,35966,50481,46450,41596,32146,37105,44356,46879,38687,39361,36646,42152,37010,45362,44138,44363,30989,39455,36789,36422,37191,37192,40461,35140,45096,31654,38183,37520,46248,43804,53802,36234,32288,49188,36545,39955,53097,48851,37565,43624,51523,37949,38155,36463,32441,44921,44389,34178,34178,37209,37635,51903,38821,42686,45125,43809,46168,35760,46260,42290,45253,45727,31833,41641,42562,34933,50745,46417,44320,52619,45588,38249,51614,44412,47985,47216,47216,40630,51447,42600,44419,34726,49050,48247,46029,38478,51297,49706,49010,50659,52275,46801,52471,46365,34906,39800,33041,37199,31820,47375,44878,38823,30956,36824,50730,36726,44430,39838,44436,44435,35927,29842,40549,36335,32637,37164,47156,43242,33200,50274,36272,37111,47938,37654,47161,30387,53548,47930,47905,41593,38206,44454,46249,39927,32271,48992,50308,42576,47508,50737,40322,43254,34085,36582,38937,42138,45534,40855,31919,33961,30250,32824,44472,44473,51070,35951,39206,51839,33323,32182,36524,46095,35283,48013,49884,43602,33155,33155,48114,33370,36531,37792,47987,34555,44487,45359,49331,47924,47924,53442,30130,37711,35272,36671,45898,40192,44711,47876,49629,52443,30178,41159,38758,37085,31057,52883,41581,44080,50069,51454,51454,44506,49792,41083,42402,51915,51915,39511,29755,51109,51164,30938,41296,44157,35060,44385,36863,47469,50103,30030,32899,47759,30972,33645,38572,47663,31301,33067,46403,33932,44599,34473,34232,33771,43529,51801,41320,41298,44534,32566,34967,30912,46694,42895,34360,46355,40588,35468,53068,52131,52746,36643,51590,44978,52390,31066,47306,46399,49294,30816,44571,44466,49239,53723,42846,49074,49073,41969,30684,38655,48044,40202,37729,38876,33865,44582,30612,36055,47779,39324,52341,44849,48956,50702,36936,49651,31602,44664,30081,40518,42529,53264,36743,35208,52828,36829,48037,33123,40553,52806,38124,44581,44581,39137,50212,33318,51936,39856,35735,31330,46935,39344,51794,45728,41095,41011,30386,35830,31733,35062,33860,44622,31565,50504,50504,32410,29954,43848,49636,37990,44627,36780,30685,36723,53347,33802,48315,39858,44639,44639,33669,29866,37117,53356,33443,45589,49561,47744,37097,48920,35949,43197,32741,49767,37130,52036,53743,36872,44521,37211,37211,53927,53927,35565,44652,42690,41641,52374,52374,35391,35391,53121,47210,36491,40784,50094,47904,41933,35420,33460,37420,44656,44656,50781,30477,42127,33786,33478,52985,30169,49466,38597,32628,44897,46294,36415,36898,44669,50962,47883,30112,39545,41470,41425,37058,40520,40243,33352,40541,30399,46196,52136,36857,29871,31357,39896,40220,47442,43852,37067,49676,48634,45491,45721,47253,32990,49975,38774,44789,45531,42974,52213,48700,44698,32410,31116,44699,49319,30034,37423,51909,48834,34736,44702,45993,32466,34852,51987,49057,32748,39174,44706,30311,47813,44707,41633,34998,51757,43576,50461,33542,37441,39749,43798,37616,44319,36964,36195,44720,32561,32561,36358,37885,37507,31644,38087,40870,53343,39026,31049,38199,37901,34319,43983,35637,45727,51223,48272,47191,31029,35630,51904,44727,38640,52123,33548,41452,38666,45612,35741,46862,42040,50798,52633,31315,48175,46840,47473,39711,39438,46953,37010,43922,42187,52456,41471,53266,36904,42931,37723,32961,52608,38767,47633,47496,40393,33868,49401,37776,32498,42506,34762,34647,39993,50373,44358,44767,47392,34980,41968,32126,46600,49768,32093,35096,37636,34765,41906,41906,50883,44957,41160,38063,47525,51361,49461,33990,33449,33712,40849,42793,39474,32387,46661,44807,33884,44810,48259,33081,52003,32350,47152,36832,43940,35626,52813,52482,48905,44819,35047,32762,34458,44824,34596,49963,34525,47381,48629,39369,34405,49490,30300,36916,52683,46504,42740,37188,53136,35333,52512,35637,53319,30268,40329,39983,36922,39164,37845,46087,38307,31531,51268,42523,41274,44843,36028,48741,42383,37513,37513,39646,34138,33783,34780,32409,48409,40050,35666,38054,38996,33557,50385,39769,33612,49298,44861,42772,38414,37996,52664,51962,32482,38688,52513,51347,35610,34241,50834,37359,38150,38150,37226,37848,48903,53149,52729,39760,46924,33048,53157,29990,45680,33801,30004,47734,45425,49249,37086,43299,49943,41999,50416,37460,36238,36238,49924,41615,38555,37807,37982,34705,43703,46893,34979,45489,40452,46675,36405,50494,49857,53371,52843,38896,44918,34150,49861,29830,41816,45571,46907,36159,48885,30344,34907,41838,53273,32335,35392,43563,50042,37022,44930,53007,32503,53480,46788,35647,33727,31717,40000,52447,42304,51541,53667,48465,49964,45931,46344,41031,43053,34759,44951,41875,34177,42839,39508,53058,42636,50244,31850,50854,46374,36472,31568,43973,50146,43259,36148,45105,49593,44182,32035,52032,52073,52073,41903,31974,32230,39395,46064,52464,41895,38138,35883,36274,41060,29884,30168,49536,44984,49401,52483,50658,44988,44636,43770,44991,30208,51267,52923,49282,38476,42502,42271,50238,51891,41736,52993,51089,32767,30796,32767,41384,45086,33307,30812,53681,31389,32303,52828,47406,39238,46300,34466,38168,49849,45013,52442,50232,39694,39140,45747,50445,35654,43735,38036,40013,42587,31757,48867,49907,50455,49665,45032,39585,35732,32167,47966,51087,48395,46934,31517,29823,45628,52817,37727,46096,32374,47790,38093,39222,45044,32369,50080,52521,33196,45049,44088,43464,31012,38519,53753,52047,46445,47244,52087,42592,32919,32919,51634,45077,47169,48714,46835,39302,45274,50183,51103,34279,42643,50148,32615,35959,35858,35386,47970,36449,45065,52466,48166,31963,52546,48769,43445,32177,53213,43167,31485,49256,51691,34685,38351,53770,45894,31099,34094,30780,40462,33569,52353,44550,41050,35390,33893,45562,34216,49612,39364,30121,36688,45089,51718,50792,50144,34786,39527,46949,30903,45094,43578,35620,49875,33205,48945,51318,31362,43691,42995,51561,34835,51936,51588,30215,30474,34489,47991,37708,53510,40670,46510,40517,33067,50839,41977,45120,43726,48164,44414,30636,30247,37108,42748,33866,50360,42500,51083,42628,31687,39423,45132,36141,36294,35521,35211,43712,43712,49974,33133,53208,39434,45133,49737,35611,39074,45137,30529,33263,33037,32753,49593,50525,51134,43924,45146,45148,31796,50547,34635,47214,33576,37335,31001,49025,50982,45159,33067,33344,52793,52803,40297,50050,45166,38285,42893,48242,38612,46465,47183,34310,45167,45168,37760,51223,30238,31635,33231,43338,38380,30941,31260,46778,37753,30745,45181,49724,43779,41961,43640,45614,35963,47876,45187,45851,44577,45188,32844,35416,52799,52799,52821,39538,39538,49446,50356,53524,49154,38102,48434,29812,47706,42105,52587,45204,42165,44292,53833,32691,37693,37693,31692,31692,32494,53491,47676,37132,34744,53187,48987,33507,41588,47757,36903,30196,32395,32395,45218,46471,49856,40397,37725,40878,31985,39086,42035,45465,31559,48221,48221,49427,34908,36451,45231,30728,32183,43125,33981,51978,51907,37710,41118,45237,37076,44532,37076,42318,46023,53058,46660,35861,43633,30231,32085,31708,46694,44982,36262,31500,36643,41549,52586,39035,46729,45925,38883,47280,53319,37873,31065,48128,30096,52918,42298,48988,50382,32538,39451,38904,37138,36020,53770,53864,47035,45306,50243,43610,35427,43010,48734,33937,32786,44476,32285,36663,36816,37426,51562,30882,44384,35642,33984,49856,45285,38194,40579,40761,50716,45303,45294,40688,39112,31536,42912,49423,39885,38098,35568,42546,52637,41615,35663,40859,45301,51906,49299,37335,52950,36331,32083,44650,50910,45304,42741,40351,30775,38475,39789,47362,49688,33238,33238,46308,51554,36814,51534,40702,51646,43785,49868,44201,52582,32254,31181,45325,32600,51085,40729,53247,51236,45338,34807,39723,33780,36591,30215,44415,37987,34229,35184,30117,40703,39733,37280,47982,47258,45344,37377,42469,45348,39841,43222,44993,48029,35222,38025,41187,33516,33188,52776,34625,45130,44211,35628,42549,50321,35984,30997,53592,45780,40198,52521,37189,50484,33327,44427,40153,39444,35621,31017,40571,35211,38530,39240,31992,51912,33782,31531,45394,50755,50755,38428,52182,50287,40945,43920,45399,53347,48805,39550,46643,48611,52730,36774,41940,45814,38949,39144,37380,37215,43096,50832,47370,41676,45412,41464,44722,39004,39004,34472,45417,31337,46955,31152,35427,31520,36213,49109,35715,53158,45425,45425,45426,29994,44217,53492,40979,45546,45430,32530,36264,41421,35341,39762,37234,31525,53280,38443,45432,32725,51910,49549,49550,40978,45435,35381,49278,50073,44427,51579,42075,44960,31498,44960,45443,49267,48748,52065,33277,50509,34982,51303,30522,34254,42039,37294,37537,52282,30072,39818,45456,39941,51755,34540,36783,47688,40787,45140,51597,52179,33533,37383,35677,35265,45466,50736,52996,52224,45468,32656,43938,46316,43545,52399,45478,49827,46954,33666,46830,43687,52974,35632,30501,38934,51836,51836,49224,44303,32228,53642,35066,50772,30439,37748,52400,45487,39585,48075,48897,46529,35995,41703,47355,34972,43984,33920,37005,30194,53600,35935,47992,31131,35722,33620,37996,37194,39148,49226,49226,47538,34672,34672,44677,40393,29808,45511,37892,32240,48006,34996,40125,33949,32584,38092,45524,48722,41495,42136,51089,45731,32933,48434,51243,43713,47622,41996,41996,45085,46281,33608,39252,36657,42226,45540,40307,49512,38625,35616,31350,31645,29997,38691,41342,43366,33209,46006,30257,36299,31383,38802,48347,48032,40558,43296,49641,30342,45813,34619,30667,52584,43425,52412,45566,30605,44371,34569,36490,41306,35172,48220,32999,50064,30524,52707,35936,43725,36763,51206,31171,30242,37690,43392,37491,40266,42799,39891,37669,40415,30828,40930,50789,51402,42873,48292,30881,45589,31463,42088,48320,46672,47126,45597,50192,32181,36357,45396,52705,49355,44289,32238,47131,35279,42152,49667,48899,39792,37901,53007,45622,49035,49757,40524,32543,47036,36472,46338,47719,30059,40453,45066,44785,35640,34749,36249,49934,45638,52736,40381,38164,42815,39801,45641,44799,32969,34751,53585,49733,39044,51014,41958,30173,30715,47107,41909,29910,32997,41677,45697,40033,32084,41159,35189,35869,37252,43271,35992,37195,44517,51468,34468,43904,39209,45738,43483,32111,36767,40541,45681,45681,36349,39995,43917,31389,43841,44606,47327,38618,46111,52767,44926,29840,40861,35587,43558,44632,51867,51334,37014,40739,53270,51776,33661,50797,44469,33132,45986,32685,37380,41088,50543,40797,30740,45699,49005,49005,46372,40085,36065,41005,41005,39687,42512,53328,33844,36409,30689,44340,45710,40708,51459,35003,40134,53302,33854,45714,38839,50941,29766,35306,38671,52727,41029,38337,42466,50242,45722,36421,52324,39879,36855,50125,52564,51522,36716,38022,33030,37370,48839,50257,30066,38995,34736,51251,47580,35943,52753,31872,47012,37676,39604,47401,51000,34123,43844,45884,32352,32352,38910,43882,36035,35499,52400,46373,35217,33981,43586,34036,51456,33519,34536,37114,36010,35324,36946,38059,33260,46099,40229,35949,41860,35114,39520,41177,36011,39413,38025,38025,45982,34908,52365,39824,40982,37763,40166,46592,44355,45792,31818,38635,36619,37461,45978,49484,45799,34198,43275,37826,48328,32225,48550,40639,49770,34740,36966,36663,52780,45819,32637,52488,42273,32077,34414,35225,37477,49513,34893,37980,40777,45832,42614,46662,33199,37548,45839,51074,41305,53558,35688,41116,40087,38761,53545,34506,40750,45848,39416,44834,49481,53120,29972,30009,38398,34907,48367,39092,39933,45858,35189,32168,45860,43173,34474,48568,34664,39903,46994,32694,41891,51508,53690,39106,45007,47279,37189,45873,53423,36769,52197,38196,36231,45880,31402,50779,39561,49893,37228,50748,48081,51812,49186,39537,35464,45293,43505,47066,43131,41754,40947,52160,42047,43643,34321,47910,40333,45902,34413,47545,42265,47523,38694,32237,49936,45121,38042,41129,53755,43073,44375,45910,34781,38046,38013,36592,34694,49394,39257,45487,30700,32695,49752,37755,41048,50285,43388,38336,52621,41204,49447,36032,47208,43459,41242,48316,43864,47905,45933,45933,46757,41890,32353,40014,40764,45938,52371,37850,36495,31852,44791,45948,45949,50410,52683,35929,49968,40127,35190,35788,51686,53174,51774,30222,37625,32404,32404,34618,37370,32117,46045,43074,52021,43400,31223,30815,41558,48210,38535,40010,50107,35394,43650,38696,38696,29944,37815,31573,31573,50250,51040,51040,40315,32589,44707,45981,49114,49224,38346,33356,30764,48586,34922,31877,48117,43589,31073,48123,35557,41883,41420,38090,38090,46239,53187,49872,49197,29873,46007,46011,43084,38192,36140,49560,35086,31158,31158,46932,44120,50522,48647,40213,34177,40565,51372,31534,32234,31324,33676,46030,39484,51463,38094,51589,30014,45416,32891,31364,53539,52383,30060,52795,46056,33173,45350,48093,32473,46060,48221,40984,39287,38770,36481,33826,33842,53642,33553,46377,35208,31454,51081,53646,46074,31851,48295,35929,46649,36709,41706,40041,52504,51312,51639,53959,36323,49234,30017,30017,36048,45184,40080,41630,43606,35517,49216,39307,33584,48166,38503,52123,32488,43679,50331,53455,36084,50741,51754,38879,33135,47762,47736,43487,47254,48449,42108,48641,43666,36838,43497,31616,39735,49773,46128,46131,36155,31141,46132,47038,42883,29826,39416,53064,43395,42067,38308,51398,35277,29855,33963,34266,46138,34390,45552,51955,53199,35718,35965,47239,45283,29818,37732,48993,39527,53871,46153,52250,32394,37105,39867,43504,39197,35529,35849,46158,34773,39347,52518,35673,51936,33509,46162,39623,38904,50537,46818,33367,50995,46850,50713,39884,41619,45846,52778,50980,52196,32048,37464,41385,34246,49495,36216,48951,33259,33391,45507,31917,39836,46182,40399,30218,46185,46186,40937,46189,45430,51397,50524,47033,53302,48031,45738,35217,51847,50282,37863,38284,47489,46949,35763,31740,46209,38903,38903,38410,45334,42060,42130,30610,35062,46218,30764,46221,37453,44248,49573,46227,30125,51709,53460,37451,49055,30964,45180,42113,41002,39135,50866,32266,46165,53225,39696,37535,34869,52701,50404,51882,46251,34366,47976,30448,30402,32723,30752,37894,36241,39018,33265,41040,45099,41048,36332,45099,30335,29786,46909,43376,48667,42412,51051,41258,42126,51314,42587,48843,51728,38541,34611,42498,37548,51516,42155,39649,37857,50709,46070,39559,51169,46289,48664,41757,37581,30079,38899,49014,46296,33078,45663,33354,51147,44813,30021,42518,36312,42100,42622,36933,35931,29762,46617,46306,45001,47719,35197,35197,50788,50835,49177,38603,35896,45613,44412,48552,44028,50909,50977,45473,40964,50363,42940,50140,36723,52915,38529,37411,36837,40405,32190,33885,31126,30668,41646,48987,35474,38789,43511,31139,42469,34000,44890,52777,46347,43745,45504,44783,32938,47124,29922,50953,46355,46515,51689,30004,39998,39215,38571,46364,48707,45075,41536,43037,50496,44610,46371,46372,34138,46088,39762,44686,44523,29796,46384,50700,31170,32278,38378,39828,35323,30858,52994,51931,49785,42089,46786,42266,49960,46401,33640,43983,45397,40124,30030,42919,42389,30699,32040,46728,44723,46414,46416,39593,46737,38924,39724,53875,53645,32952,35512,43895,39107,43754,43507,36883,41350,46427,46428,52186,35446,35446,52628,52499,48958,32444,46852,36682,42944,46438,41060,41917,44684,37138,46138,45079,41757,34454,52053,53676,40722,41670,32378,32979,48485,41317,37945,46445,36263,34506,41268,53081,52781,53749,47426,48858,37921,30012,37230,37915,46461,46463,32494,53602,37724,45225,40786,34466,52516,44872,36796,32596,46477,51722,50599,34916,35806,50385,46482,53692,49608,42500,39620,46487,39413,48814,52200,32221,45551,36257,48880,37440,37489,45047,44582,50923,51345,47172,34042,32475,50538,33269,35303,51288,42819,46499,41056,35441,40989,31960,44148,35256,32347,45739,49558,33682,34227,52086,32261,48043,31277,44386,33503,50929,51033,40897,49759,33434,40188,35167,49638,35104,42009,46532,47234,52847,53414,50998,45156,46538,51521,36492,46543,52898,44742,53167,38230,37576,42390,43839,29984,30714,43250,35645,53532,34912,48685,43839,34787,37606,30320,46571,48492,50189,49442,47382,48356,33859,37349,34293,40195,41062,37511,45338,42939,34094,34094,43130,46779,50151,47060,36756,35904,49151,37059,37903,42144,46909,42380,49070,42658,39776,50113,38391,51014,46595,32784,45168,44154,47872,30551,42711,38485,32405,36056,38836,49950,46601,41917,43601,32064,51249,32427,47339,33740,37023,40675,44413,31446,40514,51570,43710,46615,44404,31550,33559,42635,44239,46049,48753,43576,44909,47863,37704,37246,38094,42456,35199,39901,36653,46622,46622,47344,32612,46193,42602,48440,31238,36323,46124,34853,44518,45681,52314,38167,44266,40110,43047,45307,39960,47843,49226,45330,53423,30355,41883,53432,53523,50485,32302,38685,35629,35661,46655,50471,42579,43929,46712,40987,48621,34799,30021,50307,35861,43059,49746,44255,48399,42401,50315,51593,29752,31406,44695,37149,46685,53625,36649,48712,52894,46678,52088,44749,39349,46667,45939,36715,48684,38820,30503,41723,41238,40164,39628,39628,41502,45486,51414,42984,34638,46982,30837,35020,46698,46701,33087,44047,43580,53201,39435,34891,48561,46703,49269,37682,47015,38616,42928,38778,44044,51071,51071,49498,37369,44040,41207,47216,50862,52995,30942,51148,50120,44873,39038,43134,43123,38794,38420,47316,34426,43148,51854,46724,33438,52049,37684,46321,41315,47919,45631,53595,40233,44488,37789,52876,49455,34461,48225,41672,51006,39881,42300,50636,38613,42615,43592,30819,42840,33239,38981,46095,33270,34593,30337,42197,48917,50976,45407,37853,50264,53749,53749,43320,46874,44517,35348,43085,51067,46781,32891,47908,47411,45365,53246,30796,43011,46790,33070,46797,30420,37430,50517,53372,32008,35389,32383,44370,30637,46523,40647,46819,41475,41308,36664,49624,32737,32531,38400,43153,48416,33911,31487,37008,49059,48407,47424,37770,42637,53390,48094,52030,36235,45157,33844,33088,34394,49048,33848,53048,37242,52846,30753,44187,36133,38409,32657,33225,39065,41587,43080,37914,40191,49295,34382,37909,46862,42795,42795,53617,43530,38093,47668,47659,45069,38372,44847,31034,38154,31253,50157,48593,47744,36454,35296,37487,30597,44526,44954,48817,47936,32116,46882,37105,51011,51011,48510,46890,51729,43531,35689,49774,32391,39620,31374,46896,35133,34787,30155,36614,31094,45325,46904,46764,48903,40800,48605,43334,41280,52998,40678,50156,44907,30411,33328,53935,47261,38976,50269,34020,35688,49488,52234,43038,46924,51413,53427,51708,36056,36056,30927,45578,29860,46928,44124,31455,41173,48550,45591,43655,43724,32245,49527,42083,35866,41746,49077,46941,34518,34518,52131,30356,30146,34312,43005,48075,36418,35237,45094,52208,44396,46329,30866,30933,50510,30627,42223,41386,31843,52711,34933,47890,45092,44375,33316,35553,32145,38581,50247,42502,35367,37790,45946,37596,31903,46976,46977,42615,42163,42208,34987,37080,33570,36313,33611,40116,34742,45773,42156,41272,50133,48126,29826,31180,50567,40143,33182,34735,46268,41082,40028,35028,35028,49315,34250,39725,41420,46998,36367,52557,33911,47002,36350,41303,31569,52967,35376,34939,39781,35600,46356,36984,33208,49361,49361,41925,48739,50093,50712,39149,50689,33484,36294,42596,42596,48230,47025,34999,34521,32434,41725,47027,31151,49696,44359,32131,35522,46795,38289,47035,53435,50106,44555,38187,47040,53548,47044,37711,42757,44750,38660,34046,43777,47052,31635,48290,48290,41024,47059,45433,33572,33613,39884,38023,40284,44966,42573,32391,32255,33157,31089,39012,43354,39612,29815,40691,53347,38730,50621,42581,37845,46734,38888,37247,47079,41748,45645,32638,36795,51363,48042,40240,32365,43610,36860,38217,32050,40568,47095,45477,43948,31330,36284,39046,31116,49941,52355,29748,50403,44718,30144,30144,47108,34020,50237,47110,38544,34679,32029,33922,33236,50691,46997,53187,32201,36661,35722,31336,53551,43550,47839,40883,39414,52012,47031,32383,47139,45371,29751,32500,50924,34987,34186,34134,31191,45841,51220,51216,39353,48621,35551,47150,33993,51234,49840,51417,44831,47134,40884,40597,31820,31198,32026,52363,37389,34725,44824,44805,35928,47179,34378,36062,47175,38011,47178,38885,50975,48862,35690,47185,45732,37067,32750,40629,32750,33248,32557,31029,30428,44233,44563,47561,36314,46928,36426,44797,53699,45382,36733,29869,44568,38773,36504,44451,43193,42251,31905,52055,39940,46969,53287,51117,36632,49923,48155,52706,35742,34656,39150,37951,31752,47222,36764,45929,32801,40587,49698,48340,52618,32914,30403,47234,52813,29792,50346,35682,50346,30884,30884,38124,42167,37252,47426,51009,52334,38274,53048,37258,48298,47918,50274,45440,44762,43811,45876,43085,47252,43458,34585,34585,40984,47965,46985,48530,37034,37703,43274,30006,50659,48341,31823,31823,31883,40881,53060,51809,49421,40178,46024,51172,45530,33117,33171,39161,39619,51241,47475,47274,53935,41777,36731,44866,37058,46302,36526,44394,47196,42943,31987,34804,32866,47291,47292,46286,44838,42142,52051,40822,47806,36170,47301,39236,43946,41220,41463,33090,47307,44485,30206,40098,50497,42208,38238,36103,37369,49528,43173,49127,43615,52341,41611,40529,44432,32425,49037,46699,37419,34116,41833,46195,38305,44624,49150,47349,38790,38790,38126,45804,31018,43518,33146,31881,31992,46693,52415,39661,49650,43792,41640,49623,45835,37497,51505,52963,36748,48374,33064,49608,39295,38750,41239,47375,50114,31883,45917,48355,44970,43986,34611,35368,35316,42978,47755,51808,48729,33656,47386,34769,31378,29783,29783,32244,37456,51264,30926,34833,33501,53352,53352,51990,50881,31423,40609,50803,44602,46193,37731,40185,50363,41994,34265,53196,53971,50107,43203,33223,34183,47420,38998,32188,37148,50928,34340,31680,35315,30709,45591,52472,51792,47422,41153,42835,31154,48363,32769,35123,50812,33161,41228,46695,30849,45754,50060,43172,38691,36643,47432,50228,46615,48263,31849,32726,33806,31587,53726,41671,41349,46538,32615,51509,47514,42986,48251,47448,47407,44542,33649,33757,47455,53088,42154,32309,33511,40645,40222,41241,31119,34322,31298,50746,42940,31575,36718,43477,34608,51319,34629,44630,32953,46820,48801,38099,51862,37705,34024,39044,32183,39678,47481,41880,30656,34034,31351,46499,42567,34046,34308,31199,52625,51520,37852,30545,36219,39078,47275,43945,43387,47496,50138,37249,47718,49436,49823,40139,38327,37890,34162,36941,32651,48063,39471,47511,47513,46434,40762,34711,40121,49121,49988,31778,50252,53103,30180,45653,48126,47518,38451,48351,49561,34726,36067,51328,34894,44448,48677,41317,41583,42421,53565,42610,52434,53451,31390,52434,30563,50509,45054,51800,34700,45435,39446,48232,41462,39866,43881,53843,29750,51241,50903,52598,44461,46266,32113,37706,39323,42228,47563,45781,42447,30119,38580,53149,30528,31040,52901,50255,43946,35595,50108,40664,40190,41071,33452,35870,47579,33490,46798,30119,48871,38413,39849,50017,49983,38849,53425,43398,43398,47593,40994,43007,33166,34908,44794,50369,47698,30565,51396,36087,32085,35138,46541,36237,39418,40198,29892,47614,35784,51268,45705,43372,50803,51376,53557,48165,44665,41313,40432,51090,37626,45903,43013,33109,47981,47981,35218,33258,40026,35345,42418,39442,53445,34673,45574,38308,51807,36128,47070,45441,32470,53644,50460,42808,48414,34302,50717,36004,42756,43400,29777,47336,38644,36588,46868,31051,49926,34553,31639,41462,48897,36642,47653,51240,51240,49501,31734,49526,39673,32501,41393,51954,35689,31934,36711,33072,33399,53535,44994,32278,30775,31620,33165,31800,52905,52936,33217,44556,29816,51070,32928,32291,37841,32659,42343,33441,36547,38967,53963,36107,39759,50068,30699,30699,33674,38204,34007,30953,51958,32110,38646,47704,40666,45688,34157,35680,39322,36541,30862,47893,46755,52648,41394,50968,51850,31102,47652,47713,53362,30827,34906,34906,49525,38679,47720,43899,40156,49794,47723,45127,35195,44143,47087,30734,43778,49420,29764,34025,48545,53065,38013,48073,34609,39796,39796,51014,40244,39014,46930,37688,45572,45870,45870,37580,43970,42364,33365,38734,39668,47747,37405,30934,52712,47754,36413,42188,48201,38494,35469,45565,48833,41775,47764,40822,40858,48049,53403,32716,36342,32457,52056,52384,53905,33859,40665,49478,44619,53619,52123,52755,32554,47773,32552,50635,47290,43784,44782,45075,32117,36077,51998,34400,31256,46769,33170,33101,35214,41242,32165,48916,30011,47791,43275,47793,33513,30349,40239,39914,50286,49365,32143,51080,40313,50077,39594,39594,37865,34516,51717,42217,35573,37993,34471,45842,51976,51770,43974,37527,43602,49346,47455,46435,47822,33422,46877,35392,35781,47828,31341,44881,39241,51367,45809,43656,37482,48394,52203,42786,47452,37549,35569,52193,34048,44306,40995,44642,53533,47848,45559,51087,38705,49463,46678,30535,41537,44516,50646,38338,35227,49674,33107,49688,43279,39725,51145,47888,44558,30409,52684,33152,33367,47894,43955,39049,33243,48165,46870,38077,45279,41575,37121,35372,39817,32863,37650,46998,47913,44558,48701,40011,49672,38221,50679,47202,35952,29821,36063,52489,42330,45935,49909,32675,43772,31524,46391,47933,40510,45411,46299,52194,42176,32687,36999,33580,50755,50518,43718,47229,50861,52195,35446,32357,42767,32967,33856,38785,44333,48138,51603,53631,32492,40694,48131,52095,45404,53304,47965,53577,36730,36790,49666,47967,48670,44525,40440,32422,53424,42477,47971,48744,31472,31472,33923,36730,39406,53475,52693,38881,37856,40281,30157,51589,38232,50132,30660,43855,39558,38495,45308,46891,30242,45471,36538,34164,38125,42349,45514,45514,52962,52373,37116,53296,38720,46535,44830,52549,48019,38075,45586,30104,32251,48039,47129,50850,45213,50128,38689,37476,49492,38335,31516,33788,31100,48075,31055,48989,39213,33701,42303,48050,30166,43175,44796,30336,37868,32813,48064,30433,53218,46464,52665,37510,35747,39855,35536,35406,35700,30388,52995,42786,53676,35320,32441,53205,53231,46235,31200,31353,42537,43152,48087,38166,51974,50468,35129,32728,50084,32553,41605,30418,43599,38146,51838,46395,37998,37223,44356,41019,31425,36737,33218,49587,32845,31430,44305,45758,45139,37373,48115,38595,41271,36924,41752,50701,42541,40470,31960,48121,39540,40604,50531,51583,48135,42579,45322,31991,30696,35333,47975,34759,30585,46567,30934,35915,37157,31434,52951,39215,43037,31660,42115,48155,39302,46925,42861,41171,49131,41369,36416,31746,52781,35798,47572,46000,30129,33677,48172,31364,46500,34403,51196,31849,51885,37733,35693,35731,35731,38890,34536,48181,51650,52824,40220,45711,35993,39587,49394,31093,43573,39911,48189,49599,36452,40732,48197,41655,33977,46626,38406,48252,30144,30892,52849,43576,44060,50873,30541,48159,32345,48210,35737,48217,39874,47774,32597,51160,38497,32606,49839,45973,50582,48934,48223,36975,46438,38614,41169,53339,48646,48231,48239,48247,39243,45179,41406,42483,53131,49672,34107,46003,43243,48708,30680,50690,41486,33397,32434,48256,39610,31951,48261,45602,44916,44916,48574,47764,30035,43714,43211,50507,50507,48269,40776,36258,50323,47358,35201,38210,35844,44827,51040,40558,30513,48288,39811,39619,51958,38569,45795,43227,51644,43683,37189,40692,42198,49134,50559,42244,37348,48310,52560,51510,41757,41724,31200,50753,52309,49419,42489,40608,32744,48386,35338,31347,52585,51537,49845,51568,37722,42809,39724,46360,40569,43994,48343,29822,34949,33143,51637,35140,45629,39266,49033,51254,32174,43373,41423,30220,50718,49815,53021,48368,47178,30620,30058,40340,40934,34252,48375,38859,38451,40084,31123,43282,30252,37248,47544,42589,30920,29948,29948,34116,31166,41911,53119,42257,42795,44055,29754,40876,37586,35772,46432,47393,48387,48387,44273,48716,37546,32294,48397,36472,53750,53750,48398,37918,33985,30137,40018,42598,50654,48862,38530,45199,33046,47223,37321,42525,50228,41760,41937,34662,42972,37657,37014,47510,48864,38787,46474,35150,36388,34216,30588,48444,39180,32322,36224,38873,40245,42861,39114,52718,50433,39838,43410,51149,51149,53038,38992,32105,38030,44083,38789,53738,50232,48973,52824,39078,39078,48719,51763,48469,36849,31483,31860,52310,41306,48179,39231,50626,38043,41822,41822,51055,50948,40360,40936,35445,47387,38866,45768,41249,41249,38463,33217,37725,32626,52081,52994,44678,53096,43746,44986,53467,30133,30133,52813,52813,53140,48501,37343,35851,40618,48504,37198,39007,39007,42134,46481,37303,39397,39470,47566,32848,33413,48022,32684,38423,42405,33595,42053,33361,46662,37365,30840,36977,36977,42947,34695,38739,40060,36922,41563,48825,48216,32394,31147,42961,45251,32397,48535,52496,48124,42324,43182,40409,51463,38185,47113,50976,51795,33436,44600,52159,31597,41796,45010,48598,53114,31863,31488,41945,52253,49978,41446,33277,48556,32446,40319,37707,47768,34446,33003,41559,50128,52053,42057,34546,41387,53902,44012,34471,30730,53675,53675,51740,34560,48469,46551,30300,42502,45572,31392,48578,34831,38347,46310,52503,52888,44595,47309,35320,48985,33194,34148,41473,29775,47273,48595,43423,53599,35345,48599,48712,47607,37932,30613,48607,48606,39570,33088,32505,36648,44353,52530,47522,47522,30116,42865,31278,34266,36354,53699,46309,49362,36258,29997,38033,50450,35048,49655,50498,40004,44792,52849,43741,50065,53355,44182,51714,33362,30787,52738,49854,30234,51275,48638,48639,48639,32832,43768,48950,48644,52532,48551,48647,53097,51882,37200,40882,53650,37543,45364,39483,38893,46079,38559,31525,29839,41626,44241,53283,48668,34461,46414,48673,31623,34658,48673,53353,49751,34173,38201,40144,48129,48129,31516,31682,50164,36530,50505,46285,53482,48693,39807,37753,45574,37215,48725,41387,39674,50371,50552,34844,30805,40959,37992,30808,41625,46976,46717,41598,52720,52720,47814,43746,31184,48143,36342,47220,49370,44935,53703,51948,30569,44138,48730,46713,34064,39703,37561,48740,37436,45689,37542,35130,30909,36433,52927,31875,47855,34976,45472,43545,46105,49101,47982,44206,47194,46414,36306,48767,48766,32706,31258,41131,41342,35155,43075,41065,30423,47803,47803,36894,48559,40437,50697,51005,37596,35817,48791,44942,43974,30707,44823,37746,41078,33032,36094,40925,35980,47998,47851,43422,46921,39206,39206,35105,46860,48764,35423,52733,49742,50567,48098,37944,38372,37532,31013,39677,48812,48331,52282,34522,46171,53598,36567,41545,37615,44413,49344,51438,33609,48398,31126,37911,48829,39698,30792,51273,43297,42862,48833,31435,36498,52932,34974,39278,43059,37618,48059,40581,41938,46606,52827,51489,51573,43735,39982,30792,32530,41271,46206,39772,44860,48868,37087,47584,31692,46605,38483,48878,36439,40101,43320,39226,52081,46624,50734,29941,31685,43454,48885,42290,47774,45507,34600,37296,42442,52429,46404,31072,31898,48947,48931,49084,31773,41012,39162,42381,39308,47882,39596,35134,37657,46958,30297,39699,30690,40733,50036,30582,37800,52830,44510,35707,36487,50086,44957,39904,30857,39355,48921,38246,48927,32902,52524,50168,50848,45465,39403,53902,53871,30289,48932,48932,40843,44983,49737,48937,51920,51920,41848,40685,34929,49114,42875,45596,29784,43856,48950,42833,43502,30838,48281,44460,51981,32904,51755,47456,50532,51164,40491,30090,42987,45940,45940,46953,45385,35429,36283,36350,51787,41263,41459,31034,34636,30949,47920,50281,52716,41157,32622,52475,30922,41246,47611,51378,48982,37641,37641,31334,40746,45145,45328,34065,41492,41285,50721,42026,37991,48993,30094,41020,32324,49032,51067,51728,52794,42360,49003,46054,30210,50636,43051,35339,53286,49006,47516,45586,31895,41337,37452,46384,37733,39456,33463,35615,32984,48637,49015,32087,52763,42238,40207,50159,34026,39145,52381,35951,35826,47068,31846,52057,38268,35271,41526,50961,34306,41609,51624,43164,35571,37407,39498,52771,49037,40925,42656,32077,34344,35437,35437,41662,46907,43329,30667,37609,40176,47117,43813,40734,53567,50143,49564,51985,51985,38079,31066,40429,32752,32269,32453,36105,46548,39971,50681,51562,51633,36609,40505,33859,45791,31158,48184,40508,31846,44848,49491,41547,30584,47958,39590,46539,34690,45959,47297,42299,32623,32391,37222,40272,49999,49055,37956,43761,52443,44434,39636,46263,44578,30108,49079,47343,38244,49080,49184,30270,38742,31961,46784,36752,30049,51874,46106,49086,38531,48366,48366,48366,44112,51188,52512,53100,53715,45010,53536,31166,31318,44232,44488,46685,51607,49110,50594,50804,47793,35946,49779,47095,47027,48436,49114,34416,36134,32708,52486,45827,48411,30251,40697,41863,33456,43355,42196,45545,45867,30814,33936,43699,30593,49128,53207,45970,48602,49133,52295,38689,44763,49141,46651,39213,34071,31394,38454,40262,33259,47524,32991,46445,38494,42356,49116,34232,40462,44961,50793,47889,34628,47851,47416,40884,39580,44219,31097,40154,46145,47352,42418,52026,33692,31355,51878,41675,35436,42225,50139,33933,49228,53209,47966,47662,30134,50766,50630,50754,49580,40102,52532,43824,52526,35570,35854,37302,42544,49189,30889,30889,40959,49192,46940,45609,44599,41659,49200,39675,34125,37916,34537,32348,31711,45725,33543,50682,34937,48738,49218,51574,35993,31032,33922,49222,47885,42011,36107,33061,45967,33214,52201,34770,38428,30542,34174,30484,44864,35573,30170,35930,52348,31807,40797,37452,29801,35653,52987,34429,35803,40742,40742,49832,53177,33382,30218,40265,49908,36156,49258,47972,49259,50465,42251,42415,47036,48868,33467,52758,37647,50143,48464,49526,35351,50291,31204,51254,43200,40866,31776,35691,36068,49184,36852,48883,45622,49286,49288,49288,38684,36124,38173,38434,50303,39943,39053,52814,50358,50358,49390,34662,52740,53632,49294,46280,47661,43686,37689,53609,50775,52490,34476,49300,44324,44955,36649,49306,42696,36313,51866,47561,49271,39323,53170,45000,35695,49610,46718,31693,41199,32018,34531,32263,52731,45212,39900,40026,41144,30163,30274,49336,51611,47064,42689,46792,33944,33080,36423,31630,49342,31564,41531,34240,35805,40696,38031,39051,50918,33055,31291,48443,40373,52572,36862,50059,33413,35083,32821,51528,43868,30815,49365,33999,41199,40231,53636,39009,42822,30539,50880,43267,45708,32352,43809,44850,33544,49385,39568,33876,50264,29806,37853,51864,49390,42998,30359,39276,43929,50539,43444,30488,43960,30139,53060,45079,50975,35590,37368,38051,52949,50607,50822,45053,38146,40309,38762,39574,38521,41026,48151,38902,42021,31280,50665,50666,39681,50360,49073,49413,46979,46423,35535,53332,50912,37933,45552,33995,40579,47036,52193,47357,32837,38403,33235,33668,37946,50025,44911,36958,36958,36050,37405,32528,45471,49437,52817,49852,38298,50337,44745,49446,48879,50381,33995,39071,45251,37772,30766,38799,32908,45355,32563,30582,30145,49457,35675,30608,34657,30284,44000,52065,46943,29928,53556,39273,33693,35622,44380,53895,36680,36156,36296,49470,32332,53373,39424,48776,49475,45626,49064,52662,52268,36514,49483,48090,33595,36978,36978,42024,45407,49488,30004,46895,44776,44755,39736,46511,52850,43563,43147,36864,52205,38757,52743,49496,52961,46632,44318,49499,30147,53511,52586,50666,35761,40672,35799,48760,44453,50525,36606,41250,50927,49515,38268,45598,43191,50089,38759,36045,36438,49521,31380,30328,47605,35122,51480,49530,41389,37405,37405,50088,31336,52327,41646,35350,46323,44981,39361,39708,48434,42054,31755,48867,37574,46841,39042,47075,51400,43584,41552,42657,45371,41728,42118,49557,44841,44431,34082,30098,47326,48731,35890,31635,31565,46412,35450,38538,35526,52770,49569,33738,31735,46928,39000,32364,50442,47677,50423,52784,52542,33007,36548,38197,51738,49585,30146,37239,50255,32670,46818,33815,42589,42370,45865,42963,49600,49765,53194,50455,49602,48298,46444,49603,39413,52481,41806,43207,44274,50398,37002,32413,49685,38800,44904,49612,35973,46095,44624,50292,41624,33579,41570,49627,31749,30687,49628,48906,38088,43262,32161,49637,39358,46743,45304,35527,51642,43936,38360,39751,46065,35620,47714,53381,35353,48553,50996,30553,49652,43847,47007,41654,30785,31719,52367,35160,36462,29851,52517,29963,37598,37598,43590,52555,49671,50807,41944,48670,52921,45165,47753,38811,50231,42530,29822,40267,50967,54017,38848,39984,49336,53923,35727,43700,53251,38232,43696,31299,38124,49705,43334,48912,45502,42617,32278,43482,43482,46721,46323,48921,39999,39522,34601,40109,44027,52973,39856,50585,37224,39987,30360,48607,46663,46663,48007,42671,31262,45313,52892,49737,46258,34542,33793,49740,48528,37463,47957,41271,38353,46348,41060,30072,49750,38533,29797,46888,44512,45306,39447,49760,36373,29825,33939,35545,50859,39574,50213,45023,39229,51917,47775,42404,34720,35070,38239,49818,33187,33187,32450,46382,41436,32711,49787,44056,52001,45333,49218,43021,39678,38463,39106,38894,30781,34617,40554,43567,32066,37641,34592,48562,45677,31346,36831,49801,44023,49609,31980,49802,30330,39591,38149,41363,42759,38138,48353,30914,49813,48790,47894,51494,38120,37725,36528,31135,32671,49835,44073,31942,37333,53464,33534,33388,48389,43245,39853,40251,30386,35291,52801,31869,44642,51623,44958,39906,46833,41520,40059,38664,47900,50689,49861,38407,40891,37994,44847,38767,46752,41056,45081,46612,30185,33504,33504,41749,50960,48812,47074,39526,44390,38721,50835,34003,41832,39478,45109,41912,49886,42491,38334,49892,30757,46589,50012,38429,46359,51429,51429,38352,49236,45444,36165,48342,37401,32129,29970,43001,48138,47331,45970,38588,47760,45434,53246,44973,30492,38667,53042,36531,41829,46387,37303,30214,49924,50250,42883,42883,42241,39416,37935,43225,47776,48397,37513,45234,32644,36930,47370,37689,29938,36945,43284,30637,34460,41678,50852,49950,32054,53126,30174,44717,40522,32289,48099,44633,37928,46999,34624,39347,35814,49971,50875,49976,43785,52280,31354,35948,53520,37351,50845,44634,49986,41911,51554,46563,49075,43538,41234,46287,37851,35873,43699,37716,29806,48726,43986,47795,51705,41823,30133,38776,38729,38449,49995,33387,49986,52227,32051,35687,50000,50004,37061,53293,42559,31612,38979,45215,36273,36273,31619,50520,50168,43795,29963,36866,30392,50025,32992,41737,48167,42475,50243,33050,39303,50034,42188,50034,47510,42893,50043,46540,50047,36418,30142,35959,33146,32742,53580,36173,34939,52308,53329,35959,43014,31046,48546,41162,53648,53325,50084,43542,47327,36699,50092,42292,44159,36698,32798,46134,36768,53739,42445,53289,31817,31335,45920,31660,31660,47615,45648,43407,43508,41364,40193,46463,45564,31427,49392,42424,47657,52060,45911,47020,43309,36785,30990,41018,32830,32862,37342,52519,34797,40874,47007,45453,37788,39693,31202,51848,40279,36883,37694,51172,53183,36394,50158,34104,33417,30534,30304,30564,36037,43282,38246,50171,40380,49339,47465,51588,38728,44977,37205,47099,35223,31609,30523,30523,43788,50186,43573,48371,47340,31108,47206,36820,45744,45744,49275,50200,32491,49995,50207,31924,41626,52397,46627,37815,33980,41247,39064,50220,48982,43295,30776,51677,46200,41651,39194,52336,50225,52735,39577,32196,40154,41413,50243,44929,39367,50233,47999,52287,47999,36127,36226,45675,50944,30883,46372,49789,50245,50246,32730,37193,46227,43176,40391,50254,48275,32565,52308,35422,51346,51530,37583,46684,43469,46671,31423,53561,36422,44881,50263,35072,43807,35284,50264,31171,34581,31563,50891,48662,43221,35085,50273,39553,43185,38820,43028,42336,34200,40785,50299,50299,31521,36779,39771,50414,34240,42158,47922,49514,48932,52607,50305,43034,51676,42490,36411,37576,48873,45288,49591,42694,38548,47537,43646,51176,52548,39426,45543,35986,40986,37451,31582,35664,34472,47845,38815,50334,53437,50335,32329,43374,37613,52945,53341,43114,31137,49557,38750,33534,32238,36840,31269,33132,39192,31603,48147,39192,42516,44100,31915,38459,30899,50365,31811,50365,43689,31753,37351,47787,43499,50372,39787,33007,32884,43157,41978,41801,46086,37254,48815,52638,36929,53311,32305,45780,53601,38009,41111,53330,34075,42409,52001,47915,41845,41771,39622,49768,50884,38863,30929,42518,38433,34773,52561,42297,34962,45303,37072,50405,36351,31560,50409,46942,53480,32947,43511,32353,34799,53242,36209,40937,43901,36054,43597,43597,51453,39983,38860,32330,32640,32040,32792,51797,49682,44891,38128,29747,53324,42789,44120,37974,49571,49475,30255,31846,42351,43203,49014,50446,34995,33068,48698,50449,53160,43005,34900,53739,39527,52823,52077,32371,41921,36702,40206,38935,46897,49334,48732,33934,40272,32668,34828,49467,42143,39703,49914,39979,37340,43175,42674,43393,44741,44718,49141,48968,43828,31905,43954,32660,32492,30075,49963,43743,47758,32995,31867,42979,51828,32730,47939,40424,40424,50492,48329,41341,44328,30025,46891,44636,50536,32474,40752,40369,50500,32361,50505,32990,29985,42664,33219,40575,37191,37191,50508,37622,50509,33657,33470,38205,36890,44853,37132,53736,43879,47640,50519,30835,31247,49122,40641,50524,44523,32295,34013,51189,50258,43433,39437,31463,30218,41209,50533,32400,46771,41614,30680,37853,31281,30323,48299,46403,44928,39250,32831,48064,39088,51034,52568,29896,52098,38620,42142,43436,41665,45765,33521,37943,43604,42367,33219,33219,44793,43221,31578,36560,52476,50582,35767,50584,53447,42956,46187,42956,39066,53101,49713,46809,37803,31841,42894,50332,50332,32849,37897,40572,36410,44098,38211,50886,44770,35260,50701,52309,39035,40514,50191,37333,52745,52845,52845,45081,31215,44272,40090,48567,48567,48380,32720,51672,37901,40329,30047,36269,40585,41460,51272,32519,34492,46035,30783,50629,32958,39058,43227,43227,35244,35768,53725,38750,46985,51059,40443,43750,32109,49876,44025,35775,40184,37993,31996,34092,35927,30143,50051,50663,50666,48865,30918,34285,46089,44290,43772,39436,53869,36693,38983,33901,40434,37906,40344,45155,46226,32953,36465,31681,32533,45271,52289,44477,33498,39535,46940,33500,44691,35881,38971,32681,34233,34233,33952,41022,50696,41367,29996,37705,42389,46297,42052,50171,37303,33513,50713,30934,37795,39616,33151,33151,49615,53554,47421,43827,42370,50722,41494,49072,38843,49111,44346,36066,31019,52866,50732,50733,49332,49442,43155,50740,43441,36719,39416,50743,50743,49400,43151,45570,37833,52985,36093,35944,37109,37448,34585,51240,33274,49269,48238,44374,42181,33517,50578,31152,49502,34580,50777,49568,49260,49516,34738,31402,50792,43273,42222,48337,47548,47300,40516,46310,32560,39743,47118,38567,41294,46403,41217,49114,50806,51737,34583,46825,33611,33366,45611,37476,49137,35237,47392,50826,50828,31973,31979,50543,45096,35374,49409,34909,46696,48452,35815,53199,46848,40719,31690,50195,48737,47087,51211,50849,36305,52203,38376,48999,46449,29909,47531,47229,32856,34097,46665,49185,40361,31049,50040,36976,53541,35949,50865,50872,52370,38862,50876,41217,45810,43626,40193,30808,39309,31837,47307,48017,51855,46593,50889,50890,29960,50893,37833,39974,45471,36314,45761,53027,41936,33101,51942,51310,51939,48039,50902,50904,31405,32391,52647,41783,36441,40055,50908,37773,53556,31587,34797,34797,34215,36593,34213,33418,41167,33864,49342,43710,36096,45055,33839,51354,50597,50928,29826,39638,32428,50940,32458,46556,41689,33003,51332,37583,33715,50947,47807,43989,39028,45871,50950,42954,47360,37540,31441,38139,50954,39160,41523,35203,34332,38095,50960,31221,33165,34141,34782,39300,36491,48046,53130,33894,37578,45537,36116,34206,45539,39997,29999,40497,51402,45809,48252,50927,49517,51735,43331,31298,42881,51000,52563,49790,46913,33159,41400,49602,38339,50002,44666,51720,38564,49030,48441,45218,47081,43527,52091,37879,39382,35384,34655,37535,34064,48948,51013,51012,46299,35455,50774,41327,42225,42910,36036,34552,50288,31749,35899,53581,49872,45400,42395,43082,39307,37934,47525,52982,38567,51041,51642,53168,51045,42546,33992,45875,52656,49858,33398,34775,36525,30348,51666,34016,48338,52941,45786,47301,53700,49281,50013,43274,37267,41577,36265,34692,51070,47573,51857,51076,51085,37445,48179,30272,45539,39328,34215,30414,45040,46509,33633,38997,37492,40087,48406,39852,37603,43723,33469,46715,38778,40446,34578,43367,30832,42478,46145,47538,38551,36149,48007,40986,43312,45617,38640,43698,40752,42128,48011,51109,49703,32799,47149,32207,39421,45122,32675,45097,42224,51122,34419,52082,51125,39265,32328,43502,35225,51128,51128,51820,38683,40646,50350,44449,51136,34105,41364,42666,51140,50303,39308,34387,45066,47829,37133,50756,35843,46492,45977,45977,43330,35844,51152,38479,31847,32139,38275,41885,43014,51834,36484,49416,42892,52791,34507,34172,51581,47509,40438,51163,46238,51165,49184,37136,42669,39907,51171,51174,41745,30215,53083,52090,46634,39536,39536,37216,47832,46584,48942,51190,42863,32534,38044,37229,34305,48118,40951,46038,52189,29863,49227,51420,48171,51202,41487,46368,40504,51211,53056,53868,50090,38071,48889,49869,41760,51215,42186,41167,45636,52584,51219,39395,36813,50049,34063,42685,31226,32411,37025,39432,39517,49349,35965,38056,39592,50024,50330,41369,51961,31519,43840,51242,40045,46858,38761,35704,32649,32902,39217,44323,32645,49686,33191,36030,36030,51250,29897,44782,49865,44444,51260,32032,51476,52944,45292,36351,53318,40273,36673,32370,44693,38979,31338,53328,49921,40275,42126,44846,50065,46365,46454,49413,49656,43068,40749,51868,37297,49262,37126,37051,40225,52292,46783,33478,48902,42853,45984,45722,52180,46966,34826,35319,53687,45358,34230,45965,33826,40133,46333,41866,41866,51326,32631,31944,52640,38228,34623,46657,48215,36490,44873,38911,51662,38589,52389,32065,30030,46963,30123,37273,50617,49745,52244,42381,53793,45822,51348,45150,34775,33247,30149,32085,51358,40236,40236,36823,42405,35148,40841,34584,43683,45141,36682,33531,41165,39870,39506,39752,31589,40147,52911,48400,51202,30787,39528,46913,49867,32251,50875,48804,49013,36593,44320,35755,51383,44166,51717,44221,30775,43644,49802,52111,44070,37932,31712,32513,34963,37800,49573,38487,34121,35562,49193,49078,52932,42367,51415,32572,46429,42748,39652,46677,35307,35682,30084,32686,47469,34001,44898,52992,41326,39693,51433,41810,32361,31307,30728,50149,40287,35854,48625,47524,33405,39295,51443,40319,47346,52423,40195,44485,45167,51451,51451,51939,37537,34963,43500,39540,48332,52987,36415,30131,37906,33713,42754,37037,34196,50164,36111,39284,39008,42398,50290,34292,44101,50248,32965,33702,44860,35580,48240,45386,44761,37528,50741,52337,53682,49758,30544,46439,37448,43313,29774,51125,44536,42399,41086,48088,41419,37014,51511,46465,37630,45810,44317,32481,40343,46956,38464,31324,53281,32218,31338,36744,50438,44435,40800,37453,34211,51101,35815,45998,39495,29941,35229,32486,48446,43632,49817,51537,47987,46730,51544,35387,40218,40845,31070,34596,37847,34468,53514,51552,31590,31848,31476,51561,49936,34287,45000,45881,51570,42916,34387,51571,51571,41267,42154,50550,31262,36091,31958,40861,51580,35631,33073,30712,31205,36778,35990,32305,38455,33262,49606,52777,52207,42480,42472,51267,44905,41504,51735,33103,42467,35063,50235,44825,30069,46691,50140,51944,31814,42903,46255,34666,40034,29916,43586,47132,47253,35834,45175,48968,38975,51628,37766,34648,51361,52915,31459,29879,38942,33922,36710,46404,48479,34987,36111,34265,37293,44972,39136,42362,51637,53466,51879,34514,46898,48548,32252,42160,47918,47107,32720,45146,30621,35031,35031,43488,35069,32475,52251,47112,37037,51655,49034,46084,46343,30167,36189,41579,53193,32630,48803,37698,36317,49876,36075,46491,42505,39929,47672,31119,48443,41645,50183,38208,31737,39286,39959,31822,44325,30133,43193,32669,32669,45703,53622,49164,48681,46308,39531,36370,49027,37436,40499,45966,44156,51735,40584,38081,35657,52975,49173,30260,40366,51707,39669,35677,31325,38177,52525,31191,53005,37031,29932,33999,42543,32302,38369,53291,32927,36274,37919,48182,48182,40341,33353,31409,42060,51736,37781,51916,50133,51744,49905,43263,53022,36984,36885,37612,46639,34739,51576,41432,49809,46932,46240,43301,51756,51757,51436,31056,51761,47231,49191,51767,31236,31855,31998,34989,40905,45530,50514,39653,46800,45564,44760,52069,31660,52096,51783,40197,32725,50352,43988,53736,34180,33205,49619,41436,48766,44645,31932,34933,44649,43539,51802,38672,35416,44241,51808,32643,47986,34165,33713,35669,40467,30271,37257,34294,34142,53555,53555,38983,52895,29917,29917,32852,53695,46728,42979,51835,43369,50694,46508,43677,34981,50364,43519,32431,51855,50244,33429,51333,51914,31656,38133,38133,38754,30267,34417,31710,42878,36408,47485,33905,51866,51866,45940,46607,31163,31232,39960,30477,34615,42226,43124,52987,45357,34678,32279,38372,32114,35382,33054,29754,38939,41984,44847,44591,40708,52640,51900,40494,36001,53184,48523,30970,31435,53242,51303,35003,38238,47709,29882,49264,52831,51911,43040,51568,44384,51302,46469,30841,35011,50644,33699,31879,46610,35887,34413,47815,51923,51925,40107,38091,51879,33253,49816,30206,51222,30416,45419,46900,31046,31046,30634,51939,48901,51794,51986,52866,51033,33678,31611,50378,50378,33336,35642,34649,45470,44141,47372,39368,46178,47422,47837,51950,51128,51807,51807,43331,51952,51954,34984,40255,34106,34839,42874,38217,34122,53762,52171,37120,45895,32526,45003,49614,46959,48133,33161,40927,40071,46969,46279,41738,34503,37378,35947,35131,51982,43818,43565,46413,48574,41125,51985,37207,33418,39291,31362,37472,42822,32706,51997,53387,51524,31542,33424,49534,52007,52007,42246,52268,39177,39749,39297,39297,41741,45641,40414,38766,38458,35208,31154,52020,51718,38964,53700,52022,48900,42408,41999,44315,52025,31239,44344,50180,35651,53493,48566,36271,33357,30615,39925,31758,49190,41535,43324,40153,35958,52049,29882,53619,52053,38375,37883,51871,33597,38130,38249,35911,52774,52774,40309,49715,31114,48183,30994,29990,35826,52073,49283,33567,40491,39607,52078,36648,30880,45656,40750,33839,38778,35367,52093,31997,34877,51572,36883,40770,38184,40672,41474,31765,51173,31267,36783,40801,45566,48981,44123,30442,30238,41552,47860,49559,34644,30729,48836,36113,34428,45798,50763,36561,43733,31704,49871,38933,50397,49719,37332,53047,50618,52991,43564,32834,32180,44300,51647,35631,51029,52282,51799,41442,51166,37065,43482,45391,52413,33046,38390,43174,36459,30895,38362,37748,34110,47391,39482,51526,36445,52177,47075,30121,38895,38208,30435,30434,37380,42700,49019,32399,34800,49519,33963,37170,46488,47260,41937,43649,44097,52203,49590,47548,50687,31377,50321,41126,45432,31532,50311,40514,35304,40465,31755,45034,52222,46559,36927,38667,32274,29856,42794,52229,38885,38293,44970,35575,30207,37746,34347,49016,31877,30709,52247,48113,35149,43611,47220,45636,42700,50382,40476,45676,36007,52262,51689,52267,44868,40237,30174,53558,46366,33486,31549,36922,37252,42667,51011,39618,47407,30275,53078,42054,44316,43663,30851,44746,46318,33749,52295,41025,33941,51062,46620,52739,52551,47429,34083,47732,32821,32439,51620,41117,38702,39190,47899,52316,38116,42163,35989,49213,49259,38112,44086,34766,31640,52327,41678,45509,51178,33528,35992,34555,37961,39188,32925,32349,43258,47699,45798,45593,49463,32108,39994,52347,36302,38520,37928,33152,52361,51490,51121,51526,33753,44668,50979,47149,52365,52365,48476,35617,49993,38252,51503,52369,30488,32114,49328,35053,52888,43557,30577,43040,44089,47806,38565,45284,52387,48004,49539,53064,34631,36441,37851,43003,46948,37020,46328,30957,36291,52477,44558,31435,34591,32714,45750,44853,33701,52403,37689,52863,42065,45287,52409,32849,45318,37684,41100,49678,47446,39514,45249,40131,45831,52416,48320,37110,42761,53176,30624,31997,45205,32712,40118,48437,38832,53407,33015,48040,49430,52436,37795,33898,51452,30062,44266,32628,36456,52719,52453,43747,33423,49126,39731,44432,35261,44293,29935,31736,38586,51390,35610,29845,41948,48995,32051,45421,46332,53719,37333,31306,52487,30353,52491,50432,39068,35371,51998,51837,49565,53607,34721,31557,35287,33354,31283,38179,36916,39054,38591,31565,38745,33098,37731,49655,36139,46391,38416,31621,45466,40661,38012,50650,49996,52524,48771,34704,43110,52541,41142,40947,41928,51153,50837,30482,31103,50697,53351,42683,47471,43231,52135,39170,40670,33806,52553,31617,31504,42376,52035,32905,35535,33730,50484,31896,30065,42314,43985,47763,45648,43265,42943,32898,36829,43485,48826,32239,38034,30551,43429,52576,50900,51519,43519,35699,42066,48777,52584,36735,35068,32064,48926,30154,53174,45352,38249,42724,42724,44195,33188,50115,50799,33584,38196,52607,53491,40996,31390,45020,36863,46719,53364,46869,41954,52614,41545,32403,36654,46226,40447,32179,50903,50728,30466,51132,36117,39864,41602,36539,50113,46430,34525,44537,43901,40664,35262,46241,45769,33835,31354,36087,49075,46300,31280,32334,52761,48446,50939,52635,40903,33306,47805,33960,43717,51494,46810,47427,48055,50932,47116,42895,47116,33845,39516,30426,37416,50086,38782,33889,35459,35442,31635,42699,44075,37491,38428,33544,36456,47930,42277,36600,52113,50993,36039,37613,53618,52674,39690,33787,47827,52629,32033,35605,44520,33330,47061,38325,45445,50803,52556,35830,40751,47984,46778,47465,31542,30980,53249,42783,48814,43476,40915,37181,48057,29803,41779,37583,50900,49834,49920,43179,45327,37289,36897,52720,46942,33651,35143,51312,45026,52982,39980,46420,36314,49436,50605,50948,46437,43487,48068,31586,48581,34715,49569,49641,32692,46658,50835,50969,43041,47628,52759,38167,35463,40356,52768,40108,37634,30507,51630,36806,46588,42834,40191,52779,34983,49074,38695,31946,48536,37117,39171,42055,49076,36757,38225,47150,30866,38866,32814,37138,38445,44341,32300,44121,42207,46557,41415,43432,43432,50857,49128,38582,53395,31989,45214,53968,48197,44826,49639,52864,49398,53115,33242,40009,49060,52973,45752,45953,39674,48272,50123,49732,51550,34300,30842,39231,35015,30519,35520,31869,40537,40596,32050,50737,44018,32735,53080,53080,31624,39871,40637,45965,37945,43876,30340,40144,50556,52854,50761,41304,52444,41853,43309,43309,32539,45893,41839,32539,34226,31687,31277,30194,52580,47974,44339,41301,39171,32290,32296,41898,50955,36429,45186,50228,46634,42217,35605,36412,45312,42598,32077,52889,32069,32069,50572,50353,48620,52891,52938,31017,33237,30647,50384,30300,36573,45433,39184,35394,43793,44162,52900,36375,52906,45934,35291,42886,33136,49823,32268,34649,31212,38894,46652,50967,38684,30916,30916,52929,52928,41161,42007,35835,45336,32313,35154,52936,46807,39753,45455,52879,33221,38917,49962,34480,34965,34965,40161,49248,31864,34181,40496,49243,40302,36144,41771,51475,36953,34621,52968,40129,40909,40909,37865,29854,50463,32956,52913,45608,52075,37281,35813,35653,46784,36770,45928,39490,44532,41306,43186,40594,32645,44064,41383,46998,31867,53356,34505,53001,48711,36012,48519,30161,46632,33750,40463,52684,53423,43810,38173,50199,44308,46023,49131,39251,41717,47906,41056,33729,52531,31991,51147,44319,38255,44103,53032,43446,40236,53037,43542,44756,30374,33465,36254,50839,44491,32962,53045,40540,53048,53051,53051,41578,40757,45509,34121,30595,53577,46781,41579,41204,53070,49269,50973,44836,44074,36882,44386,41590,46230,36310,39249,37813,41438,34132,37310,30675,30119,29774,45144,43555,30661,52927,45474,35809,38770,49428,30556,33713,53562,35219,53107,35068,36952,39901,47036,33900,44896,53109,53640,53113,53117,38263,39081,41861,33460,38221,39551,46610,44711,37794,37794,42614,49006,42979,36765,46469,45135,53131,39284,46172,51969,40849,41993,38910,51871,36928,53137,53137,36114,43292,39515,52420,50570,47435,34451,52290,53144,49047,46191,40730,33207,43918,39806,40946,33545,47338,48415,41706,45631,40191,51272,31755,29780,34739,40031,42065,30825,51046,33195,36606,31462,30886,39707,51044,42884,43893,47429,38954,37664,49026,49026,53568,53697,46236,36337,38440,43738,42373,33589,53182,39003,50260,53191,32905,37181,46185,45846,37848,46589,50269,37957,31925,48912,37506,37506,38043,43172,35782,52228,53214,47687,30539,48551,45215,30217,39098,39098,53224,35511,40312,40050,43773,45933,53228,45551,52501,47721,53240,45644,51781,47159,38464,40014,33991,38362,38042,52525,35061,36158,45043,45429,43318,53250,41870,50819,52108,44397,45262,50726,50836,40557,33163,37878,33066,35800,53263,42531,33337,41856,35966,39177,51778,52695,42371,32447,34663,47490,47490,49280,40134,36077,50268,48497,48310,53287,29916,45699,32333,53050,33476,37312,46231,51380,42363,45488,38108,47142,53304,32297,45586,37654,36264,36395,52513,53314,34762,37354,32157,34918,41450,48329,38905,50553,37823,42572,41467,36263,53321,41746,33236,33432,52481,39032,44164,53238,31863,44090,38938,36829,50507,35131,51671,35309,38258,40062,41098,44918,51820,49325,32663,30953,39886,48123,36220,35286,53879,34552,45709,53529,37040,46034,31595,50783,35228,34023,44086,36665,30027,33044,42543,33706,42613,34133,49502,32312,45952,48814,51085,51519,30427,50965,53366,42647,42647,53493,31156,49612,38687,49390,31292,53381,41255,48276,49037,40635,37320,46289,42242,29924,44751,34967,51410,44715,36093,32807,53218,44533,53410,44249,30245,40647,51531,32245,37158,31984,41877,38061,53416,33070,43053,38577,33890,36807,46028,42929,38076,52245,32798,32798,41750,33005,30828,44322,31150,39290,31857,36462,31871,47685,53913,33757,37592,31618,46489,30888,30814,38025,47473,44630,40414,36798,36929,48489,41989,53459,49251,38785,47969,48932,48828,32082,33992,34544,52658,51163,42200,40636,38195,45180,30425,33566,51670,33229,36384,39189,52255,53160,50790,42427,46295,37201,51118,33995,53489,37344,53494,44809,36061,53403,39494,42560,41305,51127,41300,53504,36209,37673,52498,36241,38181,32280,32756,40247,38805,53522,43099,39109,51727,39186,52107,38938,50004,39180,38227,49312,50057,33488,39150,39500,40913,53542,49085,36645,42483,52948,36814,48800,44121,36861,32690,50076,53554,53124,40417,31180,47261,50124,53559,44917,50494,29851,53560,53564,34039,50227,50264,51979,45885,53574,53577,49332,41438,33454,49760,37165,31458,34486,53540,53578,48927,52631,43331,53581,53581,38238,39680,30075,50269,48207,34950,53584,31682,42783,47956,32770,43188,38505,53593,53593,44717,53600,42747,44499,37846,52405,48788,41346,41346,43269,41602,34819,47835,41610,46597,40664,41659,39052,41659,48135,43779,45700,44453,35697,53393,40517,35046,37252,51585,49232,37142,41786,48682,47598,29872,29872,36814,49508,36659,30771,44647,44647,51352,39593,51929,49726,39580,34500,52858,34880,49135,33764,53660,38499,53662,45513,33899,38324,34899,49930,37814,35503,34442,39648,34370,40865,47519,41699,34865,44299,46346,49007,53683,40005,47342,38682,44224,33501,37511,34983,41505,52241,42449,34949,37849,44785,43843,38547,47873,47665,43056,43655,47681,37784,42438,53710,31718,31718,42182,50711,36949,34231,38249,38702,43406,32614,37453,34849,36895,53723,49726,38238,53726,53022,53929,53727,31461,41663,53730,53729,42590,53750,53733,48761,53749,53923,39926,53970,53728,35528,53763,41642,44240,31655,53740,53858,53976,53868,51817,36935,53724,53743,41005,49046,53762,37132,39785,54000,53948,32006,53975,46448,53738,38501,53752,53855,52020,30682,53959,54004,53757,53961,53971,54013,41004,53735,50386,44653,53875,54019,53881,52553,53766,1,1,0,0,53766,53768,3,3,2,2,53768,53773,4,4,53772,53772,53773,5,7,7,6,6,5,53775,53776,53776,53778,53778,53775,8,53780,53780,9,9,8,10,11,11,53781,53781,10,53786,53783,53783,53784,53784,53786,12,53787,53787,53788,53788,12,53789,53790,53790,13,13,53789,53792,15,15,14,14,53792,53795,16,16,53794,53794,53795,53796,53797,53797,17,17,53796,18,53798,53798,53799,53799,18,19,53800,53800,20,20,19,53801,22,22,21,21,53801,53804,53803,53803,23,23,53804,53805,53806,53806,53807,53807,53805,53809,53810,53810,53812,53812,53809,24,53813,53813,53814,53814,24,53815,53816,53816,53818,53818,53815,53821,53819,53819,53820,53820,53821,25,53822,53822,26,26,25,53825,27,27,53824,53824,53825,53827,28,28,53828,53828,53831,53832,53827,53831,53832,29,53834,53834,53835,53835,29,53838,53836,53836,53837,53837,53838,14715,53840,53840,53841,53841,54005,20150,53943,53974,54012,590,589,53945,10673,905,23331,29738,18056,25980,15978,54012,26316,29742,833,17862,53867,20480,53849,54011,53982,14057,2327,11553,53967,53851,27107,54002,29725,19388,53988,3464,5622,53888,53861,17797,20596,4640,5702,19866,8276,5622,53924,4940,53904,53886,53967,13943,19666,53945,3727,17556,53857,16424,11007,29725,4243,53882,8117,8117,4252,53988,53893,7351,1104,53860,6863,3727,13538,53892,12227,16614,3836,53865,7810,4940,11960,53867,15658,53978,53876,29726,29706,25981,18056,29733,29730,22281,53936,16894,28818,23320,6200,20480,53873,10134,21892,6557,53874,17797,29737,53989,53877,53973,53911,53950,26202,53880,29745,29707,19485,53998,53918,590,590,26390,14515,53882,27651,53887,11960,11854,16083,833,53907,10417,29738,11854,53925,53885,9792,27198,53885,29712,17546,10134,53886,6041,29728,27281,27281,28894,10417,21267,29739,53887,11203,53888,8276,29725,17798,28817,53886,53886,53903,6041,28817,54014,53889,7810,3836,17994,26321,17196,53892,12587,19485,11963,53893,54024,24942,1104,13045,53894,12587,13538,13538,590,53990,16424,11203,13834,53931,13943,21298,21298,14058,53903,53904,26321,53907,53990,53908,14515,53909,14715,53966,3819,27107,53912,15009,29362,8288,53914,5702,18370,3464,15658,17862,53932,53876,53953,53910,15978,53956,589,53918,53992,16241,53951,25489,53994,53857,7175,53849,6200,16894,53920,53909,53939,4640,19308,4243,53941,53934,54002,53995,13512,53965,11007,17994,16614,53944,11960,53924,53925,11960,27173,18616,29724,7351,11963,143,6557,19666,53931,19866,53914,53912,53851,20480,28818,20563,53932,53876,27926,19308,20596,53846,21892,17546,4252,53908,18370,24583,20150,19902,7175,17556,53938,53906,53928,29045,53972,23320,20480,54011,13380,9792,27198,13707,53939,13380,54016,29708,53860,24942,53943,24583,25980,25981,53946,26202,26201,26390,13538,1640,19902,10076,4605,53874,143,8288,5281,54021,29724,53911,3727,26201,53950,5281,29362,54022,14058,53898,53899,53989,12072,21042,19388,53899,23331,29730,29708,53953,6957,21042,54006,29736,53956,53957,905,53958,53964,3819,53880,29045,53951,12227,53853,21267,53947,53996,53911,54022,53938,53969,53944,29718,53877,53964,53965,29744,53969,53898,735,12072,29742,29737,14979,29721,29720,29721,53994,26478,27926,53973,53951,29723,2995,53974,4229,6598,13380,29712,17196,6957,25366,53949,53928,9052,54002,4605,2883,29741,29717,21267,3464,14979,29734,13380,6598,12410,13707,25367,29717,53992,27651,1640,53936,53995,2883,54008,4229,29727,2942,12410,29721,53900,53999,13834,53853,53852,735,53852,29716,29735,27173,29722,29733,53880,12227,16915,53996,54001,53891,53997,53997,29719,53962,8051,53999,16915,4229,17120,13512,24175,54001,29706,54003,15009,53934,53873,53899,53896,29739,53966,18616,54006,905,29722,18370,53910,14058,17120,54012,54014,17359,2327,53952,29716,53949,16241,53889,13512,53900,29741,24175,54003,11553,53988,17120,53906,25489,29745,53972,833,54024,25366,54232,54370,54196,54091,54332,54385,54077,54377,54150,54508,54375,54047,54159,54448,54428,54310,54482,54029,54167,54556,54159,54164,54311,54558,54362,54298,54340,54354,54432,54438,54191,54124,54435,54511,54453,54552,54189,54184,54184,54184,54102,54423,54040,54432,54475,54310,54558,54356,54171,54189,54520,54292,54197,54448,54496,54224,54214,54295,54047,54191,54391,54532,54348,54103,54459,54027,54183,54131,54163,54420,54484,54393,54180,54487,54082,54333,54499,54203,54363,54102,54225,54045,54045,54396,54187,54322,54332,54328,54113,54131,54130,54057,54327,54313,54531,54216,54194,54449,54543,54237,54397,54168,54170,54046,54377,54242,54483,54030,54213,54259,54050,54413,54370,54226,54430,54218,54057,54257,54446,54029,54372,54182,54488,54430,54154,54100,54214,54216,54520,54506,54177,54059,54221,54030,54176,54335,54111,54101,54191,54151,54208,54068,54129,54057,54420,54205,54369,54229,54229,54221,54059,54271,54040,54165,54482,54061,54328,54476,54305,54214,54503,54435,54407,54403,54199,54395,54235,54241,54026,54516,54281,54451,54553,54244,54178,54300,54215,54164,54324,54504,54204,54341,54343,54499,54303,54186,54362,54475,54497,54060,54325,54522,54080,54032,54428,54344,54433,54545,54237,54067,54217,54081,54087,54325,54197,54129,54510,54170,54508,54451,54520,54396,54374,54427,54096,54119,54119,54505,54191,54370,54225,54230,54547,54265,54312,54073,54260,54351,54147,54419,54496,54354,54074,54212,54453,54525,54521,54466,54515,54295,54161,54076,54092,54454,54454,54323,54115,54282,54282,54138,54138,54154,54302,54141,54504,54096,54469,54195,54064,54105,54038,54123,54400,54124,54290,54427,54424,54249,54377,54249,54083,54510,54103,54296,54438,54438,54230,54150,54530,54519,54085,54504,54284,54138,54313,54301,54483,54389,54424,54162,54455,54159,54509,54520,54146,54538,54381,54451,54038,54505,54528,54094,54109,54354,54319,54120,54030,54500,54521,54376,54279,54126,54194,54253,54253,54365,54252,54143,54072,54062,54514,54165,54227,54130,54198,54318,54259,54474,54118,54506,54032,54446,54259,54444,54444,54327,54507,54456,54079,54460,54213,54104,54263,54220,54220,54025,54025,54506,54407,54048,54421,54326,54046,54558,54557,54147,54140,54076,54481,54379,54189,54442,54422,54142,54174,54540,54210,54036,54158,54396,54367,54227,54488,54449,54194,54311,54067,54388,54043,54473,54035,54048,54304,54105,54440,54377,54320,54209,54148,54101,54498,54307,54060,54085,54331,54286,54237,54136,54169,54171,54321,54329,54295,54536,54063,54546,54463,54135,54536,54158,54400,54510,54432,54140,54468,54140,54250,54246,54298,54298,54123,54372,54493,54204,54458,54339,54395,54547,54033,54361,54285,54175,54175,54415,54332,54081,54361,54478,54031,54303,54367,54269,54514,54292,54418,54389,54190,54177,54428,54356,54075,54554,54179,54176,54407,54337,54434,54393,54368,54514,54370,54391,54259,54138,54267,54352,54398,54332,54533,54502,54096,54245,54521,54485,54110,54551,54485,54028,54143,54333,54468,54049,54415,54139,54086,54139,54277,54060,54330,54330,54230,54547,54486,54486,54495,54078,54300,54302,54433,54361,54148,54075,54312,54402,54428,54419,54419,54092,54202,54136,54278,54481,54472,54472,54294,54153,54414,54292,54189,54299,54409,54311,54234,54266,54029,54481,54408,54172,54388,54110,54110,54538,54239,54192,54312,54366,54157,54475,54486,54243,54310,54279,54272,54281,54124,54467,54480,54138,54252,54420,54050,54247,54374,54314,54166,54155,54093,54536,54464,54317,54432,54130,54136,54258,54079,54170,54352,54490,54326,54099,54400,54042,54126,54094,54027,54027,54472,54542,54546,54534,54533,54533,54105,54042,54278,54366,54475,54313,54557,54374,54143,54346,54373,54071,54172,54151,54428,54345,54359,54470,54553,54116,54263,54308,54439,54195,54309,54268,54275,54134,54518,54200,54025,54471,54429,54271,54318,54489,54340,54549,54197,54364,54131,54413,54553,54053,54357,54418,54366,54120,54447,54150,54479,54403,54418,54311,54447,54494,54506,54101,54262,54357,54345,54090,54181,54415,54188,54434,54156,54350,54075,54305,54251,54141,54399,54145,54183,54031,54088,54076,54031,54274,54308,54257,54260,54327,54218,54294,54265,54474,54223,54122,54298,54495,54205,54287,54156,54343,54185,54470,54336,54154,54201,54384,54554,54300,54434,54484,54036,54522,54438,54389,54156,54223,54214,54472,54102,54291,54121,54474,54297,54084,54167,54300,54248,54279,54130,54469,54127,54432,54462,54544,54094,54541,54234,54399,54258,54052,54135,54368,54368,54238,54071,54406,54320,54066,54261,54490,54074,54100,54512,54512,54503,54246,54502,54502,54337,54227,54510,54436,54152,54256,54296,54084,54258,54106,54205,54545,54261,54429,54403,54487,54487,54117,54321,54404,54419,54387,54221,54181,54339,54318,54548,54521,54113,54121,54280,54355,54237,54543,54517,54218,54380,54306,54025,54084,54164,54345,54097,54129,54353,54178,54285,54029,54136,54456,54199,54260,54429,54538,54129,54220,54468,54280,54086,54328,54394,54357,54201,54524,54284,54121,54415,54210,54442,54442,54160,54247,54143,54380,54463,54268,54268,54445,54165,54471,54361,54078,54250,54027,54037,54409,54280,54395,54367,54156,54305,54391,54177,54088,54334,54295,54535,54311,54097,54315,54211,54432,54165,54329,54412,54085,54326,54036,54403,54182,54137,54173,54254,54290,54431,54228,54489,54489,54338,54204,54354,54130,54180,54356,54283,54343,54282,54239,54479,54518,54211,54157,54387,54416,54050,54106,54151,54151,54059,54158,54384,54523,54294,54025,54371,54485,54117,54117,54288,54406,54051,54051,54072,54104,54456,54049,54206,54284,54222,54148,54109,54527,54461,54322,54146,54198,54178,54125,54067,54388,54462,54551,54527,54251,54550,54070,54195,54135,54028,54272,54477,54398,54289,54175,54421,54235,54527,54524,54494,54526,54128,54063,54534,54371,54322,54097,54556,54542,54368,54116,54405,54381,54528,54053,54401,54497,54497,54299,54089,54347,54123,54039,54328,54541,54264,54392,54364,54109,54421,54319,54179,54349,54156,54431,54168,54041,54318,54149,54434,54319,54431,54437,54448,54190,54362,54299,54309,54412,54238,54101,54045,54089,54101,54425,54210,54505,54444,54069,54512,54543,54454,54128,54556,54173,54471,54471,54062,54368,54390,54058,54265,54556,54405,54075,54436,54092,54098,54098,54286,54287,54469,54545,54112,54037,54478,54130,54512,54401,54128,54467,54356,54365,54262,54216,54122,54085,54375,54410,54037,54306,54129,54473,54383,54272,54442,54152,54193,54199,54392,54306,54458,54079,54496,54286,54052,54441,54530,54530,54203,54297,54528,54118,54535,54392,54155,54359,54292,54535,54386,54061,54365,54274,54552,54131,54065,54326,54132,54387], +"color": "rgb(255,255,255)", +"opacity": 0.5, +"lighting": { + "ambient": 0.2, + "diffuse": 1 +}} +],"layout":{ + "title":"Edward Snowden", + "width": 600, + "height": 600, + "scene": { + "camera": { + "center": { + "x": 0, + "y": 0, + "z": 0 + }, + "eye": { + "x": 0, + "y": 0, + "z": 2 + }, + "up": { + "x": 0, + "y": 1, + "z": 0 + } + } + } +}} diff --git a/test/image/mocks/gl3d_volume_multiple-traces.json b/test/image/mocks/gl3d_volume_multiple-traces.json index 63ac2f84951..fe29ca330fe 100644 --- a/test/image/mocks/gl3d_volume_multiple-traces.json +++ b/test/image/mocks/gl3d_volume_multiple-traces.json @@ -6,10 +6,10 @@ "lighting": { "facenormalsepsilon": 0 }, - "opacity": 0.2, + "opacity": 0.1, "opacityscale": "extremes", - "colorscale": "Blackbody", - "reversescale": true, + "colorscale": "Portland", + "reversescale": false, "colorbar": { "title": "extremes
opacistyscale", "len": 0.5,