Skip to content

Instantly share code, notes, and snippets.

@olgabot
Last active August 24, 2017 17:14
Show Gist options
  • Save olgabot/233b00599492f4f3a333e684cb79181f to your computer and use it in GitHub Desktop.
Save olgabot/233b00599492f4f3a333e684cb79181f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import os\n",
"\n",
"HOME = os.path.expanduser('~')\n",
"\n",
"DATA_FOLDER = os.path.abspath(\n",
" os.path.join(HOME, 'projects', 'cshl-singlecell-2017', 'data'))\n",
"FIGURE_FOLDER = os.path.abspath(\n",
" os.path.join(HOME, 'projects', 'cshl-singlecell-2017', 'figures'))\n",
"\n",
"\n",
"notebook_name = '93_cluster_cells'\n",
"data_folder = os.path.join(DATA_FOLDER, notebook_name)\n",
"figure_folder = os.path.join(FIGURE_FOLDER, notebook_name)\n",
"\n",
"input_folder = os.path.join(DATA_FOLDER, '91_filter_genes')\n",
"\n",
"! mkdir -p $data_folder\n",
"! mkdir -p $figure_folder"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <div class=\"bk-root\">\n",
" <a href=\"http://bokeh.pydata.org\" target=\"_blank\" class=\"bk-logo bk-logo-small bk-logo-notebook\"></a>\n",
" <span id=\"95b95174-9582-46ae-a4e8-88d3e71a85eb\">Loading BokehJS ...</span>\n",
" </div>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"\n",
"(function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
"\n",
" var force = true;\n",
"\n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force === true) {\n",
" window._bokeh_onload_callbacks = [];\n",
" window._bokeh_is_loading = undefined;\n",
" }\n",
"\n",
"\n",
" \n",
" if (typeof (window._bokeh_timeout) === \"undefined\" || force === true) {\n",
" window._bokeh_timeout = Date.now() + 5000;\n",
" window._bokeh_failed_load = false;\n",
" }\n",
"\n",
" var NB_LOAD_WARNING = {'data': {'text/html':\n",
" \"<div style='background-color: #fdd'>\\n\"+\n",
" \"<p>\\n\"+\n",
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n",
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n",
" \"</p>\\n\"+\n",
" \"<ul>\\n\"+\n",
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n",
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n",
" \"</ul>\\n\"+\n",
" \"<code>\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"</code>\\n\"+\n",
" \"</div>\"}};\n",
"\n",
" function display_loaded() {\n",
" if (window.Bokeh !== undefined) {\n",
" var el = document.getElementById(\"95b95174-9582-46ae-a4e8-88d3e71a85eb\");\n",
" el.textContent = \"BokehJS \" + Bokeh.version + \" successfully loaded.\";\n",
" } else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(display_loaded, 100)\n",
" }\n",
" }\n",
"\n",
" function run_callbacks() {\n",
" try {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" }\n",
" finally {\n",
" delete window._bokeh_onload_callbacks\n",
" }\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
"\n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"95b95174-9582-46ae-a4e8-88d3e71a85eb\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '95b95174-9582-46ae-a4e8-88d3e71a85eb' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
"\n",
" var js_urls = [\"https://cdn.pydata.org/bokeh/release/bokeh-0.12.6.min.js\", \"https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.6.min.js\"];\n",
"\n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.set_log_level(\"info\");\n",
" },\n",
" \n",
" function(Bokeh) {\n",
" \n",
" },\n",
" \n",
" function(Bokeh) {\n",
" \n",
" document.getElementById(\"95b95174-9582-46ae-a4e8-88d3e71a85eb\").textContent = \"BokehJS is loading...\";\n",
" },\n",
" function(Bokeh) {\n",
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-0.12.6.min.css\");\n",
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-0.12.6.min.css\");\n",
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.6.min.css\");\n",
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.6.min.css\");\n",
" }\n",
" ];\n",
"\n",
" function run_inline_js() {\n",
" \n",
" if ((window.Bokeh !== undefined) || (force === true)) {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }if (force === true) {\n",
" display_loaded();\n",
" }} else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(run_inline_js, 100);\n",
" } else if (!window._bokeh_failed_load) {\n",
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n",
" window._bokeh_failed_load = true;\n",
" } else if (force !== true) {\n",
" var cell = $(document.getElementById(\"95b95174-9582-46ae-a4e8-88d3e71a85eb\")).parents('.cell').data().cell;\n",
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n",
" }\n",
"\n",
" }\n",
"\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
"}(this));"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"import phenograph\n",
"import seaborn as sns\n",
"import xarray as xr\n",
"\n",
"from bokeh.io import output_notebook\n",
"\n",
"# This line is required for the plots to appear in the notebooks\n",
"output_notebook()\n",
"\n",
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Ignore the \"trisomy21\"... we thought the data was trisomy21 fibroblasts but turns out that they were the control, human BJ fibroblasts instead."
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<xarray.Dataset>\n",
"Dimensions: (cell: 13300, cell_feature: 1, gene: 1028, gene_feature: 1)\n",
"Coordinates:\n",
" * gene (gene) object 'ENSG00000002834.17' 'ENSG00000005022.5' ...\n",
" * cell (cell) object 'group1_0000' 'group1_0001' 'group1_0002' ...\n",
" * gene_feature (gene_feature) object 'symbol'\n",
" * cell_feature (cell_feature) object 'group'\n",
"Data variables:\n",
" counts (cell, gene) float64 7.0 20.0 9.0 50.0 8.0 8.0 18.0 8.0 ...\n",
" gene_metadata (gene, gene_feature) object 'LASP1' 'SLC25A5' 'POLR2J' ...\n",
" cell_metadata (cell, cell_feature) object 'group1' 'group1' 'group1' ..."
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"netcdf = os.path.join(input_folder, 'trisomy21_median_filtered.netcdf')\n",
"\n",
"ds = xr.open_dataset(netcdf)\n",
"ds"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style>\n",
" .dataframe thead tr:only-child th {\n",
" text-align: right;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: left;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th>gene_feature</th>\n",
" <th>symbol</th>\n",
" </tr>\n",
" <tr>\n",
" <th>gene</th>\n",
" <th></th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>ENSG00000002834.17</th>\n",
" <td>LASP1</td>\n",
" </tr>\n",
" <tr>\n",
" <th>ENSG00000005022.5</th>\n",
" <td>SLC25A5</td>\n",
" </tr>\n",
" <tr>\n",
" <th>ENSG00000005075.15</th>\n",
" <td>POLR2J</td>\n",
" </tr>\n",
" <tr>\n",
" <th>ENSG00000006327.13</th>\n",
" <td>TNFRSF12A</td>\n",
" </tr>\n",
" <tr>\n",
" <th>ENSG00000007168.12</th>\n",
" <td>PAFAH1B1</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
"gene_feature symbol\n",
"gene \n",
"ENSG00000002834.17 LASP1\n",
"ENSG00000005022.5 SLC25A5\n",
"ENSG00000005075.15 POLR2J\n",
"ENSG00000006327.13 TNFRSF12A\n",
"ENSG00000007168.12 PAFAH1B1"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"gene_metadata = ds.gene_metadata.to_pandas()\n",
"gene_metadata.head()"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"symbol\n",
"ABCF1 1\n",
"AC004453.8 1\n",
"AC007969.5 1\n",
"AC009413.2 1\n",
"AC011933.2 1\n",
"AC016739.2 1\n",
"AC079250.1 1\n",
"AC090498.1 1\n",
"ACTB 1\n",
"ACTG1 1\n",
"ACTN1 1\n",
"ACTN4 1\n",
"ACTR2 1\n",
"ACTR3 1\n",
"ADI1 1\n",
"ADIRF 1\n",
"ADM 1\n",
"AHNAK 1\n",
"ALDOA 1\n",
"ANAPC11 1\n",
"ANKRD11 1\n",
"ANP32B 1\n",
"ANPEP 1\n",
"ANXA1 1\n",
"ANXA11 1\n",
"ANXA2 1\n",
"ANXA2P2 1\n",
"ANXA5 1\n",
"ANXA6 1\n",
"AP000354.2 1\n",
" ..\n",
"USMG5 1\n",
"USP53 1\n",
"UXT 1\n",
"VAMP5 1\n",
"VCL 1\n",
"VCP 1\n",
"VDAC1 1\n",
"VDAC2 1\n",
"VIM 1\n",
"VIMP 1\n",
"VKORC1 1\n",
"WBP5 1\n",
"WDR1 1\n",
"WDR83OS 1\n",
"WNT5A 1\n",
"XRCC5 1\n",
"XRCC6 1\n",
"YBX1 1\n",
"YBX3 1\n",
"YIF1A 1\n",
"YWHAB 1\n",
"YWHAE 1\n",
"YWHAQ 1\n",
"YWHAZ 1\n",
"ZC3H15 1\n",
"ZCRB1 1\n",
"ZFAND5 1\n",
"ZFAS1 1\n",
"ZNHIT1 1\n",
"ZYX 1\n",
"Length: 1028, dtype: int64"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"gene_metadata.groupby('symbol').size()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"gene_metadata"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# medians = ds.counts.groupby(ds.cell_metadata.sel('group').values).median()"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<xarray.Dataset>\n",
"Dimensions: (cell: 1368, cell_feature: 1, gene: 1028, gene_feature: 1)\n",
"Coordinates:\n",
" * gene (gene) object 'ENSG00000002834.17' 'ENSG00000005022.5' ...\n",
" * cell (cell) object 'group1_0014' 'group1_0015' 'group1_0016' ...\n",
" * gene_feature (gene_feature) object 'symbol'\n",
" * cell_feature (cell_feature) object 'group'\n",
"Data variables:\n",
" counts (cell, gene) float64 9.0 6.0 5.0 6.0 2.0 14.0 23.0 1.0 ...\n",
" gene_metadata (gene, gene_feature) object 'LASP1' 'SLC25A5' 'POLR2J' ...\n",
" cell_metadata (cell, cell_feature) object 'group1' 'group1' 'group1' ..."
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"np.random.seed(0)\n",
"downsampler = np.random.uniform(size=ds.counts.shape[0]) < 0.1\n",
"downsampler.sum()\n",
"\n",
"ds_downsampled = ds.sel(cell=downsampler)\n",
"ds_downsampled"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<xarray.core.groupby.DatasetGroupBy at 0x11782d3c8>"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ds.groupby(ds.cell_metadata.sel('group'))"
]
},
{
"cell_type": "code",
"execution_count": 16,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"text/plain": [
"<xarray.core.groupby.DatasetGroupBy at 0x136acf5f8>"
]
},
"execution_count": 16,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ds_downsampled.groupby(ds_downsampled.cell_metadata.sel('group'))"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"from bokeh.models import ColumnDataSource\n",
"from bokeh.models.widgets import Panel, Tabs\n",
"from bokeh.plotting import figure, show, output_file, output_notebook"
]
},
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<xarray.DataArray 'cell_metadata' (cell: 1368, cell_feature: 1)>\n",
"array([['group1'],\n",
" ['group1'],\n",
" ['group1'],\n",
" ..., \n",
" ['group8'],\n",
" ['group8'],\n",
" ['group8']], dtype=object)\n",
"Coordinates:\n",
" * cell (cell) object 'group1_0014' 'group1_0015' 'group1_0016' ...\n",
" * cell_feature (cell_feature) object 'group'"
]
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ds_downsampled.cell_metadata.sel('group')"
]
},
{
"cell_type": "code",
"execution_count": 35,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def get_nodes_specs(positions, metadata, barcodes, communities,\n",
" community_col='community',\n",
" other_cluster_col=None, palette=None):\n",
" \"\"\"Create a dataframe of x,y position of nodes\n",
" \n",
" Parameters\n",
" ----------\n",
" positions : dict\n",
" Mapping of each node's id to its x, y position\n",
" metadata : pandas.DataFrame\n",
" Any additional data describing each node\n",
" barcodes : list\n",
" Identifiers of each node, must correspond to the index of metadata, and\n",
" must be in the exact order found in `positions`\n",
" communities : list\n",
" Cluster assignments of each cell\n",
" community_col : str, optional\n",
" What to name the column in the dataframe for where the communities are \n",
" stored\n",
" other_cluster_col : str, optional\n",
" If not None, then this is a name of a colujmn that exists in `metadata`\n",
" that you'd like to also create colors for\n",
" palette : str, optional\n",
" Name of a color palette to use. Default is \"deep\"\n",
" \"\"\"\n",
" layout = pd.DataFrame(positions, index=['xs', 'ys']).T\n",
" layout[community_col] = communities\n",
" layout[community_col] = f'{community_col} #'.capitalize() \\\n",
" + layout[community_col].astype(str)\n",
"# layout = layout.sort_values(community_col)\n",
"\n",
" layout['barcode'] = barcodes\n",
" layout_metadata = layout.join(metadata, on='barcode')\n",
" if other_cluster_col is not None:\n",
" layout_metadata = layout_metadata.sort_values(other_cluster_col)\n",
" layout_metadata['other_cluster_color'] = nplots.labels_to_colors(\n",
" layout_metadata[other_cluster_col], palette)\n",
" layout_metadata[f'{community_col}_color'] = nplots.labels_to_colors(\n",
" layout_metadata[community_col], palette)\n",
" return layout_metadata"
]
},
{
"cell_type": "code",
"execution_count": 44,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import networkplots as nplots\n",
"\n",
"import networkx\n",
"from networkplots import correlation_to_distance\n",
"import phenograph\n",
"\n",
"\n",
"def correl_and_cluster(dataset):\n",
" counts = dataset.counts.to_pandas()\n",
" corr = counts.T.rank().corr()\n",
" distances = correlation_to_distance(corr)\n",
" communities, graph, Q = phenograph.cluster(counts, k=30)\n",
" G = networkx.from_scipy_sparse_matrix(graph)\n",
" positions = networkx.spring_layout(G)\n",
" \n",
" metadata = subset.cell_metadata.to_pandas().unstack()\n",
" \n",
" nodes_specs = get_nodes_specs(\n",
" positions, metadata=metadata,\n",
" barcodes=corr.index, communities=communities, \n",
" other_cluster_col='group', palette='Set2')\n",
" edges_specs = nplots.get_edges_specs(G, positions)\n",
" nodes_source = ColumnDataSource(nodes_specs)\n",
" edges_source = ColumnDataSource(edges_specs)\n",
" return nodes_source, edges_source\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 45,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"--- group1 --- (1028, 1000)\n",
"Finding 30 nearest neighbors using minkowski metric and 'auto' algorithm\n",
"Neighbors computed in 0.5414679050445557 seconds\n",
"Jaccard graph constructed in 0.15779709815979004 seconds\n",
"Wrote graph to binary file in 0.07283711433410645 seconds\n",
"Running Louvain modularity optimization\n",
"After 1 runs, maximum modularity is Q = 0.621501\n",
"Louvain completed 21 runs in 0.4370100498199463 seconds\n",
"PhenoGraph complete in 1.2289369106292725 seconds\n",
"--- group2 --- (1028, 1000)\n",
"Finding 30 nearest neighbors using minkowski metric and 'auto' algorithm\n",
"Neighbors computed in 0.4439229965209961 seconds\n",
"Jaccard graph constructed in 0.1742568016052246 seconds\n",
"Wrote graph to binary file in 0.07852625846862793 seconds\n",
"Running Louvain modularity optimization\n",
"After 1 runs, maximum modularity is Q = 0.609225\n",
"After 3 runs, maximum modularity is Q = 0.615597\n",
"Louvain completed 23 runs in 0.5114140510559082 seconds\n",
"PhenoGraph complete in 1.2284479141235352 seconds\n",
"--- group3 --- (1028, 5000)\n",
"Finding 30 nearest neighbors using minkowski metric and 'auto' algorithm\n",
"Neighbors computed in 2.0500218868255615 seconds\n",
"Jaccard graph constructed in 0.21287083625793457 seconds\n",
"Wrote graph to binary file in 0.16564679145812988 seconds\n",
"Running Louvain modularity optimization\n",
"After 1 runs, maximum modularity is Q = 0.619147\n",
"After 2 runs, maximum modularity is Q = 0.625431\n",
"After 13 runs, maximum modularity is Q = 0.627464\n",
"Louvain completed 33 runs in 0.7455739974975586 seconds\n",
"PhenoGraph complete in 3.1921558380126953 seconds\n",
"--- group4 --- (1028, 4000)\n",
"Finding 30 nearest neighbors using minkowski metric and 'auto' algorithm\n",
"Neighbors computed in 1.6094889640808105 seconds\n",
"Jaccard graph constructed in 0.19327592849731445 seconds\n",
"Wrote graph to binary file in 0.08546900749206543 seconds\n",
"Running Louvain modularity optimization\n",
"After 1 runs, maximum modularity is Q = 0.542585\n",
"Louvain completed 21 runs in 0.4200170040130615 seconds\n",
"PhenoGraph complete in 2.3273088932037354 seconds\n",
"--- group5 --- (1028, 1500)\n",
"Finding 30 nearest neighbors using minkowski metric and 'auto' algorithm\n",
"Neighbors computed in 0.5463330745697021 seconds\n",
"Jaccard graph constructed in 0.15103411674499512 seconds\n",
"Wrote graph to binary file in 0.05750608444213867 seconds\n",
"Running Louvain modularity optimization\n",
"After 1 runs, maximum modularity is Q = 0.633957\n",
"After 2 runs, maximum modularity is Q = 0.640059\n",
"After 18 runs, maximum modularity is Q = 0.64132\n",
"Louvain completed 38 runs in 0.7413351535797119 seconds\n",
"PhenoGraph complete in 1.5179450511932373 seconds\n",
"--- group8 --- (1028, 800)\n",
"Finding 30 nearest neighbors using minkowski metric and 'auto' algorithm\n",
"Neighbors computed in 0.33245110511779785 seconds\n",
"Jaccard graph constructed in 0.1920456886291504 seconds\n",
"Wrote graph to binary file in 0.07539820671081543 seconds\n",
"Running Louvain modularity optimization\n",
"After 1 runs, maximum modularity is Q = 0.638517\n",
"After 2 runs, maximum modularity is Q = 0.641707\n",
"Louvain completed 22 runs in 0.5118870735168457 seconds\n",
"PhenoGraph complete in 1.13643479347229 seconds\n",
"CPU times: user 11min 59s, sys: 5.63 s, total: 12min 5s\n",
"Wall time: 11min 44s\n"
]
}
],
"source": [
"%%time\n",
"sources = {}\n",
"\n",
"grouped = ds.groupby(ds.cell_metadata.sel('group'))\n",
"\n",
"for group, subset in grouped:\n",
" print(f'--- {group} ---', subset.counts.shape)\n",
" \n",
"# np.random.seed(0)\n",
"# downsampler = np.random.uniform(size=subset.counts.shape[0]) < 0.1\n",
"\n",
"# downsampled = subset.sel(cell=downsampler)\n",
"# print(subset.cell_metadata.to_pandas().head())\n",
" sources[group] = correl_and_cluster(subset)\n",
" "
]
},
{
"cell_type": "code",
"execution_count": 43,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
" <div class=\"bk-root\">\n",
" <div class=\"bk-plotdiv\" id=\"6a60a689-c114-4c67-9805-ac13ab802329\"></div>\n",
" </div>\n",
"<script type=\"text/javascript\">\n",
" \n",
" (function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
" \n",
" var force = false;\n",
" \n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force === true) {\n",
" window._bokeh_onload_callbacks = [];\n",
" window._bokeh_is_loading = undefined;\n",
" }\n",
" \n",
" \n",
" \n",
" if (typeof (window._bokeh_timeout) === \"undefined\" || force === true) {\n",
" window._bokeh_timeout = Date.now() + 0;\n",
" window._bokeh_failed_load = false;\n",
" }\n",
" \n",
" var NB_LOAD_WARNING = {'data': {'text/html':\n",
" \"<div style='background-color: #fdd'>\\n\"+\n",
" \"<p>\\n\"+\n",
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n",
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n",
" \"</p>\\n\"+\n",
" \"<ul>\\n\"+\n",
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n",
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n",
" \"</ul>\\n\"+\n",
" \"<code>\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"</code>\\n\"+\n",
" \"</div>\"}};\n",
" \n",
" function display_loaded() {\n",
" if (window.Bokeh !== undefined) {\n",
" var el = document.getElementById(\"6a60a689-c114-4c67-9805-ac13ab802329\");\n",
" el.textContent = \"BokehJS \" + Bokeh.version + \" successfully loaded.\";\n",
" } else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(display_loaded, 100)\n",
" }\n",
" }\n",
" \n",
" function run_callbacks() {\n",
" try {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" }\n",
" finally {\n",
" delete window._bokeh_onload_callbacks\n",
" }\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
" \n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"6a60a689-c114-4c67-9805-ac13ab802329\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '6a60a689-c114-4c67-9805-ac13ab802329' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
" \n",
" var js_urls = [];\n",
" \n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" (function() {\n",
" var fn = function() {\n",
" var docs_json = {\"2d28245a-5103-438c-b70f-e0cacc514026\":{\"roots\":{\"references\":[{\"attributes\":{\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"21dfd209-a9a9-49c0-b59c-1833c42f325e\",\"type\":\"ZoomOutTool\"},{\"attributes\":{\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"line_width\":{\"value\":1.5},\"xs\":{\"field\":\"xs\"},\"ys\":{\"field\":\"ys\"}},\"id\":\"cc4502bc-0fcf-49a9-9d6a-919329c54034\",\"type\":\"MultiLine\"},{\"attributes\":{\"formatter\":{\"id\":\"8e382311-6a7a-459a-9510-2fe59fea7d87\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1bcd314c-7699-4955-8ae5-772890714f6a\",\"type\":\"BasicTicker\"}},\"id\":\"97e7ceb1-a2c6-4f17-a110-8b883301dd58\",\"type\":\"LinearAxis\"},{\"attributes\":{\"callback\":null,\"tabs\":[{\"id\":\"1c37fd76-baa6-41e2-97ac-99873930f2af\",\"type\":\"Panel\"},{\"id\":\"60dd3a57-109f-40cd-b713-6167a6b890f1\",\"type\":\"Panel\"},{\"id\":\"d31c2e10-80a6-4dc1-a571-01ec1ad24f03\",\"type\":\"Panel\"},{\"id\":\"92e9b471-f25f-406c-a414-821b833b0d85\",\"type\":\"Panel\"},{\"id\":\"334ceb48-5ef5-4f0e-abcb-750116608274\",\"type\":\"Panel\"},{\"id\":\"b3dd3be2-c700-4a0f-b52d-240034f0e342\",\"type\":\"Panel\"}]},\"id\":\"edbd47be-76bd-4b6a-80d2-6e3225c8c68e\",\"type\":\"Tabs\"},{\"attributes\":{},\"id\":\"8d0c478d-3190-496c-ae24-758947f3c311\",\"type\":\"BasicTicker\"},{\"attributes\":{\"fill_color\":{\"field\":\"community_color\"},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"units\":\"screen\",\"value\":10},\"x\":{\"field\":\"xs\"},\"y\":{\"field\":\"ys\"}},\"id\":\"6b7b5a0a-d94d-4b82-9e04-f6eaf16239d1\",\"type\":\"Circle\"},{\"attributes\":{\"callback\":null,\"names\":[\"cell\"],\"plot\":{\"id\":\"3af3e2d1-f6b0-4209-b03d-77eb017c8d48\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"tooltips\":[[\"Cell Barcode\",\"@barcode\"],[\"Group\",\"@community\"]]},\"id\":\"8a4832c1-d8ea-45f0-90d9-306c66ed58ee\",\"type\":\"HoverTool\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"xs\",\"ys\",\"community\",\"barcode\",\"group\",\"other_cluster_color\",\"community_color\",\"index\"],\"data\":{\"barcode\":[\"ENSG00000002834.17\",\"ENSG00000005022.5\",\"ENSG00000005075.15\",\"ENSG00000006327.13\",\"ENSG00000007168.12\",\"ENSG00000008018.8\",\"ENSG00000008394.12\",\"ENSG00000008952.16\",\"ENSG00000008988.9\",\"ENSG00000009307.15\",\"ENSG00000010256.10\",\"ENSG00000011465.16\",\"ENSG00000014641.17\",\"ENSG00000017797.11\",\"ENSG00000022267.16\",\"ENSG00000022277.12\",\"ENSG00000023191.16\",\"ENSG00000024422.11\",\"ENSG00000026025.13\",\"ENSG00000026508.16\",\"ENSG00000031698.12\",\"ENSG00000034510.5\",\"ENSG00000034713.7\",\"ENSG00000035403.16\",\"ENSG00000035862.12\",\"ENSG00000039560.13\",\"ENSG00000041357.15\",\"ENSG00000042753.11\",\"ENSG00000044574.7\",\"ENSG00000047410.13\",\"ENSG00000047849.21\",\"ENSG00000049449.8\",\"ENSG00000049656.13\",\"ENSG00000050165.17\",\"ENSG00000050405.13\",\"ENSG00000051523.10\",\"ENSG00000051620.10\",\"ENSG00000054148.17\",\"ENSG00000057608.16\",\"ENSG00000058262.9\",\"ENSG00000058668.14\",\"ENSG00000060138.12\",\"ENSG00000063046.17\",\"ENSG00000063177.12\",\"ENSG00000064042.17\",\"ENSG00000064666.14\",\"ENSG00000065308.4\",\"ENSG00000065518.7\",\"ENSG00000065534.18\",\"ENSG00000065548.17\",\"ENSG00000065978.17\",\"ENSG00000067167.7\",\"ENSG00000067225.17\",\"ENSG00000067560.10\",\"ENSG00000068697.6\",\"ENSG00000068912.13\",\"ENSG00000069275.12\",\"ENSG00000069849.10\",\"ENSG00000070081.15\",\"ENSG00000070756.13\",\"ENSG00000070831.15\",\"ENSG00000071082.10\",\"ENSG00000071127.16\",\"ENSG00000072110.13\",\"ENSG00000074071.13\",\"ENSG00000074416.13\",\"ENSG00000074695.5\",\"ENSG00000074800.13\",\"ENSG00000074842.7\",\"ENSG00000075415.12\",\"ENSG00000075624.13\",\"ENSG00000075785.12\",\"ENSG00000076043.9\",\"ENSG00000077380.15\",\"ENSG00000077549.17\",\"ENSG00000077942.18\",\"ENSG00000078140.13\",\"ENSG00000078369.17\",\"ENSG00000078808.16\",\"ENSG00000079246.15\",\"ENSG00000079332.14\",\"ENSG00000079785.14\",\"ENSG00000080824.18\",\"ENSG00000082153.17\",\"ENSG00000083845.8\",\"ENSG00000084207.15\",\"ENSG00000084234.16\",\"ENSG00000084623.11\",\"ENSG00000084754.10\",\"ENSG00000085063.14\",\"ENSG00000085733.15\",\"ENSG00000086061.15\",\"ENSG00000086598.10\",\"ENSG00000087077.11\",\"ENSG00000087086.13\",\"ENSG00000087088.19\",\"ENSG00000087191.12\",\"ENSG00000087302.8\",\"ENSG00000087365.14\",\"ENSG00000087460.23\",\"ENSG00000088832.14\",\"ENSG00000088986.10\",\"ENSG00000089009.15\",\"ENSG00000089157.15\",\"ENSG00000089220.4\",\"ENSG00000089248.6\",\"ENSG00000089280.18\",\"ENSG00000089327.14\",\"ENSG00000089693.10\",\"ENSG00000089737.15\",\"ENSG00000090266.12\",\"ENSG00000090273.13\",\"ENSG00000090520.10\",\"ENSG00000091527.15\",\"ENSG00000091986.15\",\"ENSG00000092010.14\",\"ENSG00000092199.17\",\"ENSG00000092820.17\",\"ENSG00000092841.18\",\"ENSG00000093010.11\",\"ENSG00000093167.17\",\"ENSG00000095380.10\",\"ENSG00000096384.19\",\"ENSG00000096746.17\",\"ENSG00000099341.11\",\"ENSG00000099624.7\",\"ENSG00000099783.11\",\"ENSG00000099795.6\",\"ENSG00000099800.7\",\"ENSG00000099817.11\",\"ENSG00000099901.16\",\"ENSG00000099977.13\",\"ENSG00000100028.11\",\"ENSG00000100097.11\",\"ENSG00000100106.19\",\"ENSG00000100138.13\",\"ENSG00000100234.11\",\"ENSG00000100243.20\",\"ENSG00000100300.17\",\"ENSG00000100316.15\",\"ENSG00000100320.22\",\"ENSG00000100345.20\",\"ENSG00000100353.17\",\"ENSG00000100380.12\",\"ENSG00000100387.8\",\"ENSG00000100442.10\",\"ENSG00000100632.10\",\"ENSG00000100664.10\",\"ENSG00000100764.13\",\"ENSG00000100804.18\",\"ENSG00000100911.13\",\"ENSG00000101182.14\",\"ENSG00000101294.16\",\"ENSG00000101335.9\",\"ENSG00000101361.14\",\"ENSG00000101439.8\",\"ENSG00000101608.12\",\"ENSG00000102007.10\",\"ENSG00000102144.13\",\"ENSG00000102265.11\",\"ENSG00000102316.16\",\"ENSG00000102317.17\",\"ENSG00000102898.11\",\"ENSG00000103035.10\",\"ENSG00000103152.11\",\"ENSG00000103187.7\",\"ENSG00000103202.12\",\"ENSG00000103275.18\",\"ENSG00000103363.14\",\"ENSG00000104131.12\",\"ENSG00000104325.6\",\"ENSG00000104332.11\",\"ENSG00000104388.14\",\"ENSG00000104408.9\",\"ENSG00000104529.17\",\"ENSG00000104904.12\",\"ENSG00000104960.15\",\"ENSG00000104979.8\",\"ENSG00000105185.11\",\"ENSG00000105193.8\",\"ENSG00000105254.11\",\"ENSG00000105355.8\",\"ENSG00000105372.6\",\"ENSG00000105401.6\",\"ENSG00000105404.10\",\"ENSG00000105438.8\",\"ENSG00000105583.9\",\"ENSG00000105640.12\",\"ENSG00000105755.7\",\"ENSG00000105887.10\",\"ENSG00000105968.18\",\"ENSG00000105974.11\",\"ENSG00000106028.10\",\"ENSG00000106052.13\",\"ENSG00000106105.13\",\"ENSG00000106153.12\",\"ENSG00000106211.8\",\"ENSG00000106244.12\",\"ENSG00000106333.12\",\"ENSG00000106366.8\",\"ENSG00000106400.11\",\"ENSG00000106588.10\",\"ENSG00000106682.14\",\"ENSG00000106803.9\",\"ENSG00000107223.12\",\"ENSG00000107372.12\",\"ENSG00000107581.12\",\"ENSG00000107984.9\",\"ENSG00000108107.12\",\"ENSG00000108298.9\",\"ENSG00000108424.9\",\"ENSG00000108518.7\",\"ENSG00000108561.8\",\"ENSG00000108654.11\",\"ENSG00000108821.13\",\"ENSG00000108848.15\",\"ENSG00000108953.16\",\"ENSG00000109113.17\",\"ENSG00000109180.14\",\"ENSG00000109332.19\",\"ENSG00000109390.11\",\"ENSG00000109475.16\",\"ENSG00000109846.7\",\"ENSG00000109861.15\",\"ENSG00000109971.13\",\"ENSG00000110092.3\",\"ENSG00000110321.15\",\"ENSG00000110651.11\",\"ENSG00000110696.9\",\"ENSG00000110700.6\",\"ENSG00000110717.10\",\"ENSG00000110917.7\",\"ENSG00000110955.8\",\"ENSG00000111057.10\",\"ENSG00000111142.13\",\"ENSG00000111229.15\",\"ENSG00000111639.7\",\"ENSG00000111640.14\",\"ENSG00000111642.14\",\"ENSG00000111669.14\",\"ENSG00000111678.10\",\"ENSG00000111716.12\",\"ENSG00000111775.2\",\"ENSG00000111786.8\",\"ENSG00000111832.12\",\"ENSG00000111843.13\",\"ENSG00000112081.16\",\"ENSG00000112306.7\",\"ENSG00000112335.14\",\"ENSG00000112378.11\",\"ENSG00000112473.16\",\"ENSG00000112514.15\",\"ENSG00000112695.11\",\"ENSG00000112697.15\",\"ENSG00000112977.15\",\"ENSG00000113083.12\",\"ENSG00000113140.10\",\"ENSG00000113312.10\",\"ENSG00000113387.11\",\"ENSG00000113558.18\",\"ENSG00000113648.16\",\"ENSG00000113732.8\",\"ENSG00000114125.13\",\"ENSG00000114251.13\",\"ENSG00000114353.16\",\"ENSG00000114391.12\",\"ENSG00000114416.17\",\"ENSG00000114850.6\",\"ENSG00000114867.19\",\"ENSG00000114902.13\",\"ENSG00000114942.13\",\"ENSG00000115053.15\",\"ENSG00000115091.11\",\"ENSG00000115128.6\",\"ENSG00000115241.10\",\"ENSG00000115268.9\",\"ENSG00000115286.19\",\"ENSG00000115310.17\",\"ENSG00000115414.18\",\"ENSG00000115461.4\",\"ENSG00000115484.14\",\"ENSG00000115541.10\",\"ENSG00000115641.18\",\"ENSG00000115677.16\",\"ENSG00000115963.13\",\"ENSG00000116209.11\",\"ENSG00000116251.9\",\"ENSG00000116288.12\",\"ENSG00000116459.10\",\"ENSG00000116489.12\",\"ENSG00000116560.10\",\"ENSG00000116649.9\",\"ENSG00000116754.13\",\"ENSG00000117318.8\",\"ENSG00000117395.10\",\"ENSG00000117450.13\",\"ENSG00000117519.15\",\"ENSG00000117523.15\",\"ENSG00000117592.8\",\"ENSG00000117632.20\",\"ENSG00000117899.10\",\"ENSG00000118181.10\",\"ENSG00000118523.5\",\"ENSG00000118680.12\",\"ENSG00000118816.9\",\"ENSG00000118985.15\",\"ENSG00000119013.8\",\"ENSG00000119326.14\",\"ENSG00000119335.16\",\"ENSG00000119632.3\",\"ENSG00000119655.8\",\"ENSG00000119705.9\",\"ENSG00000119707.13\",\"ENSG00000120533.12\",\"ENSG00000120675.5\",\"ENSG00000120742.10\",\"ENSG00000120913.23\",\"ENSG00000121774.17\",\"ENSG00000122026.10\",\"ENSG00000122359.17\",\"ENSG00000122406.12\",\"ENSG00000122545.18\",\"ENSG00000122565.18\",\"ENSG00000122566.20\",\"ENSG00000122705.16\",\"ENSG00000122786.19\",\"ENSG00000123009.4\",\"ENSG00000123131.12\",\"ENSG00000123144.10\",\"ENSG00000123240.16\",\"ENSG00000123349.13\",\"ENSG00000123416.15\",\"ENSG00000123562.16\",\"ENSG00000124172.9\",\"ENSG00000124562.9\",\"ENSG00000124614.13\",\"ENSG00000124733.3\",\"ENSG00000124762.13\",\"ENSG00000124795.14\",\"ENSG00000124831.18\",\"ENSG00000124942.13\",\"ENSG00000125148.6\",\"ENSG00000125356.6\",\"ENSG00000125534.9\",\"ENSG00000125691.12\",\"ENSG00000125743.10\",\"ENSG00000125835.17\",\"ENSG00000125844.15\",\"ENSG00000125868.15\",\"ENSG00000125870.10\",\"ENSG00000125944.18\",\"ENSG00000125968.8\",\"ENSG00000125970.11\",\"ENSG00000125971.16\",\"ENSG00000125977.6\",\"ENSG00000125991.18\",\"ENSG00000125995.15\",\"ENSG00000126067.11\",\"ENSG00000126088.12\",\"ENSG00000126247.10\",\"ENSG00000126267.8\",\"ENSG00000126432.13\",\"ENSG00000126524.9\",\"ENSG00000126698.10\",\"ENSG00000126709.14\",\"ENSG00000126756.11\",\"ENSG00000126777.17\",\"ENSG00000127022.14\",\"ENSG00000127184.10\",\"ENSG00000127540.11\",\"ENSG00000127884.4\",\"ENSG00000127920.5\",\"ENSG00000127922.9\",\"ENSG00000128272.14\",\"ENSG00000128463.12\",\"ENSG00000128524.4\",\"ENSG00000128595.16\",\"ENSG00000128951.13\",\"ENSG00000129083.12\",\"ENSG00000129084.17\",\"ENSG00000129116.17\",\"ENSG00000129235.10\",\"ENSG00000129351.17\",\"ENSG00000129559.12\",\"ENSG00000129562.10\",\"ENSG00000129625.12\",\"ENSG00000129824.15\",\"ENSG00000130255.12\",\"ENSG00000130332.14\",\"ENSG00000130402.11\",\"ENSG00000130429.12\",\"ENSG00000130520.10\",\"ENSG00000130638.15\",\"ENSG00000130731.15\",\"ENSG00000130770.17\",\"ENSG00000130811.11\",\"ENSG00000131051.21\",\"ENSG00000131143.8\",\"ENSG00000131174.4\",\"ENSG00000131236.16\",\"ENSG00000131469.12\",\"ENSG00000131495.8\",\"ENSG00000131711.14\",\"ENSG00000131871.14\",\"ENSG00000131981.15\",\"ENSG00000132341.11\",\"ENSG00000132432.13\",\"ENSG00000132475.8\",\"ENSG00000132507.17\",\"ENSG00000132688.10\",\"ENSG00000132963.7\",\"ENSG00000133112.16\",\"ENSG00000133142.17\",\"ENSG00000133226.16\",\"ENSG00000134013.15\",\"ENSG00000134248.13\",\"ENSG00000134294.13\",\"ENSG00000134308.13\",\"ENSG00000134333.13\",\"ENSG00000134352.19\",\"ENSG00000134419.15\",\"ENSG00000134590.13\",\"ENSG00000134824.13\",\"ENSG00000134825.13\",\"ENSG00000134986.13\",\"ENSG00000135046.13\",\"ENSG00000135047.14\",\"ENSG00000135316.17\",\"ENSG00000135390.17\",\"ENSG00000135404.11\",\"ENSG00000135480.14\",\"ENSG00000135486.17\",\"ENSG00000135624.15\",\"ENSG00000135916.15\",\"ENSG00000135919.12\",\"ENSG00000135940.6\",\"ENSG00000136003.15\",\"ENSG00000136026.13\",\"ENSG00000136048.13\",\"ENSG00000136153.19\",\"ENSG00000136156.12\",\"ENSG00000136238.17\",\"ENSG00000136240.9\",\"ENSG00000136810.12\",\"ENSG00000136888.6\",\"ENSG00000136930.12\",\"ENSG00000136938.8\",\"ENSG00000136942.14\",\"ENSG00000137076.18\",\"ENSG00000137100.15\",\"ENSG00000137154.12\",\"ENSG00000137267.5\",\"ENSG00000137288.9\",\"ENSG00000137309.19\",\"ENSG00000137312.14\",\"ENSG00000137409.18\",\"ENSG00000137573.13\",\"ENSG00000137801.10\",\"ENSG00000137815.14\",\"ENSG00000137818.11\",\"ENSG00000137831.14\",\"ENSG00000138069.16\",\"ENSG00000138071.13\",\"ENSG00000138119.16\",\"ENSG00000138326.18\",\"ENSG00000138385.15\",\"ENSG00000138668.18\",\"ENSG00000138674.16\",\"ENSG00000138685.12\",\"ENSG00000138758.11\",\"ENSG00000139168.7\",\"ENSG00000139239.7\",\"ENSG00000139329.4\",\"ENSG00000139343.10\",\"ENSG00000139644.12\",\"ENSG00000139926.15\",\"ENSG00000140264.19\",\"ENSG00000140319.10\",\"ENSG00000140416.19\",\"ENSG00000140545.14\",\"ENSG00000140575.12\",\"ENSG00000140612.13\",\"ENSG00000140937.13\",\"ENSG00000140941.12\",\"ENSG00000140988.15\",\"ENSG00000140990.14\",\"ENSG00000141002.18\",\"ENSG00000141522.11\",\"ENSG00000141526.14\",\"ENSG00000141552.17\",\"ENSG00000141741.11\",\"ENSG00000141753.6\",\"ENSG00000141905.17\",\"ENSG00000142089.15\",\"ENSG00000142168.14\",\"ENSG00000142507.9\",\"ENSG00000142534.6\",\"ENSG00000142541.16\",\"ENSG00000142669.13\",\"ENSG00000142676.12\",\"ENSG00000142864.14\",\"ENSG00000142871.15\",\"ENSG00000142937.11\",\"ENSG00000143106.12\",\"ENSG00000143183.16\",\"ENSG00000143198.12\",\"ENSG00000143320.8\",\"ENSG00000143321.18\",\"ENSG00000143543.14\",\"ENSG00000143545.8\",\"ENSG00000143549.19\",\"ENSG00000143612.18\",\"ENSG00000143742.12\",\"ENSG00000143761.13\",\"ENSG00000143774.16\",\"ENSG00000143870.12\",\"ENSG00000143933.16\",\"ENSG00000143947.12\",\"ENSG00000143977.13\",\"ENSG00000144224.16\",\"ENSG00000144381.16\",\"ENSG00000144674.16\",\"ENSG00000144713.12\",\"ENSG00000144746.6\",\"ENSG00000145390.11\",\"ENSG00000145425.9\",\"ENSG00000145494.11\",\"ENSG00000145592.13\",\"ENSG00000145741.15\",\"ENSG00000145912.8\",\"ENSG00000146066.2\",\"ENSG00000146425.10\",\"ENSG00000146674.14\",\"ENSG00000146677.7\",\"ENSG00000146701.11\",\"ENSG00000146731.10\",\"ENSG00000147065.16\",\"ENSG00000147123.10\",\"ENSG00000147274.14\",\"ENSG00000147403.16\",\"ENSG00000147604.13\",\"ENSG00000147649.9\",\"ENSG00000147677.10\",\"ENSG00000147684.7\",\"ENSG00000148303.16\",\"ENSG00000148484.17\",\"ENSG00000148671.13\",\"ENSG00000148834.12\",\"ENSG00000148926.9\",\"ENSG00000149136.8\",\"ENSG00000149257.13\",\"ENSG00000149273.14\",\"ENSG00000149357.9\",\"ENSG00000149591.16\",\"ENSG00000149806.10\",\"ENSG00000149923.13\",\"ENSG00000149925.16\",\"ENSG00000150093.18\",\"ENSG00000150316.11\",\"ENSG00000150347.14\",\"ENSG00000150459.12\",\"ENSG00000150687.11\",\"ENSG00000150753.11\",\"ENSG00000150779.11\",\"ENSG00000150938.9\",\"ENSG00000150991.14\",\"ENSG00000151366.12\",\"ENSG00000151414.14\",\"ENSG00000151914.18\",\"ENSG00000152082.13\",\"ENSG00000152234.15\",\"ENSG00000152795.17\",\"ENSG00000153071.14\",\"ENSG00000153113.23\",\"ENSG00000153147.5\",\"ENSG00000153187.16\",\"ENSG00000154096.13\",\"ENSG00000154277.12\",\"ENSG00000154518.9\",\"ENSG00000154582.16\",\"ENSG00000154723.12\",\"ENSG00000155115.6\",\"ENSG00000155366.16\",\"ENSG00000155368.16\",\"ENSG00000156411.9\",\"ENSG00000156467.9\",\"ENSG00000156482.10\",\"ENSG00000156508.17\",\"ENSG00000156976.14\",\"ENSG00000157020.17\",\"ENSG00000157916.18\",\"ENSG00000158417.10\",\"ENSG00000158710.14\",\"ENSG00000159140.17\",\"ENSG00000159176.13\",\"ENSG00000159199.13\",\"ENSG00000159210.9\",\"ENSG00000159228.12\",\"ENSG00000159335.15\",\"ENSG00000159352.15\",\"ENSG00000159377.10\",\"ENSG00000159840.15\",\"ENSG00000160014.16\",\"ENSG00000160213.5\",\"ENSG00000160310.16\",\"ENSG00000160789.19\",\"ENSG00000160932.10\",\"ENSG00000161011.19\",\"ENSG00000161016.15\",\"ENSG00000161203.13\",\"ENSG00000161281.10\",\"ENSG00000161970.12\",\"ENSG00000162191.13\",\"ENSG00000162244.10\",\"ENSG00000162545.5\",\"ENSG00000162576.16\",\"ENSG00000162614.18\",\"ENSG00000162704.15\",\"ENSG00000162734.12\",\"ENSG00000162909.17\",\"ENSG00000163041.9\",\"ENSG00000163191.5\",\"ENSG00000163359.15\",\"ENSG00000163430.9\",\"ENSG00000163453.11\",\"ENSG00000163466.15\",\"ENSG00000163468.14\",\"ENSG00000163479.13\",\"ENSG00000163541.11\",\"ENSG00000163584.17\",\"ENSG00000163682.15\",\"ENSG00000163931.15\",\"ENSG00000163956.10\",\"ENSG00000164032.11\",\"ENSG00000164096.12\",\"ENSG00000164111.14\",\"ENSG00000164258.11\",\"ENSG00000164292.12\",\"ENSG00000164294.13\",\"ENSG00000164346.9\",\"ENSG00000164405.10\",\"ENSG00000164442.9\",\"ENSG00000164587.11\",\"ENSG00000164692.17\",\"ENSG00000164713.9\",\"ENSG00000164733.20\",\"ENSG00000164754.12\",\"ENSG00000164761.8\",\"ENSG00000164919.10\",\"ENSG00000164924.17\",\"ENSG00000165119.18\",\"ENSG00000165264.10\",\"ENSG00000165280.15\",\"ENSG00000165283.15\",\"ENSG00000165410.14\",\"ENSG00000165502.6\",\"ENSG00000165629.19\",\"ENSG00000165637.13\",\"ENSG00000165678.19\",\"ENSG00000165916.8\",\"ENSG00000166130.14\",\"ENSG00000166136.15\",\"ENSG00000166173.10\",\"ENSG00000166333.13\",\"ENSG00000166441.12\",\"ENSG00000166557.12\",\"ENSG00000166595.11\",\"ENSG00000166598.12\",\"ENSG00000166681.13\",\"ENSG00000166710.17\",\"ENSG00000166741.7\",\"ENSG00000166794.4\",\"ENSG00000166825.13\",\"ENSG00000166848.5\",\"ENSG00000166913.12\",\"ENSG00000166923.10\",\"ENSG00000166963.12\",\"ENSG00000167004.12\",\"ENSG00000167085.11\",\"ENSG00000167088.10\",\"ENSG00000167283.7\",\"ENSG00000167397.14\",\"ENSG00000167460.14\",\"ENSG00000167468.16\",\"ENSG00000167522.14\",\"ENSG00000167526.13\",\"ENSG00000167552.13\",\"ENSG00000167553.14\",\"ENSG00000167601.11\",\"ENSG00000167658.15\",\"ENSG00000167779.7\",\"ENSG00000167815.11\",\"ENSG00000167863.11\",\"ENSG00000167900.11\",\"ENSG00000167996.15\",\"ENSG00000168028.13\",\"ENSG00000168090.9\",\"ENSG00000168374.10\",\"ENSG00000168385.17\",\"ENSG00000168542.12\",\"ENSG00000168653.10\",\"ENSG00000168894.9\",\"ENSG00000168899.4\",\"ENSG00000169020.9\",\"ENSG00000169213.6\",\"ENSG00000169223.14\",\"ENSG00000169230.9\",\"ENSG00000169504.14\",\"ENSG00000169564.6\",\"ENSG00000169567.11\",\"ENSG00000169714.16\",\"ENSG00000169715.14\",\"ENSG00000169976.6\",\"ENSG00000170043.11\",\"ENSG00000170144.18\",\"ENSG00000170275.14\",\"ENSG00000170315.13\",\"ENSG00000170348.8\",\"ENSG00000170515.13\",\"ENSG00000170606.13\",\"ENSG00000170759.10\",\"ENSG00000170860.3\",\"ENSG00000170889.13\",\"ENSG00000170906.15\",\"ENSG00000170955.9\",\"ENSG00000171055.14\",\"ENSG00000171222.10\",\"ENSG00000171314.8\",\"ENSG00000171490.12\",\"ENSG00000171530.13\",\"ENSG00000171858.17\",\"ENSG00000171863.12\",\"ENSG00000172115.8\",\"ENSG00000172354.9\",\"ENSG00000172380.5\",\"ENSG00000172428.10\",\"ENSG00000172531.14\",\"ENSG00000172590.18\",\"ENSG00000172638.12\",\"ENSG00000172757.12\",\"ENSG00000172809.12\",\"ENSG00000173113.6\",\"ENSG00000173141.4\",\"ENSG00000173221.13\",\"ENSG00000173230.15\",\"ENSG00000173436.13\",\"ENSG00000173457.10\",\"ENSG00000173486.12\",\"ENSG00000173660.11\",\"ENSG00000173674.10\",\"ENSG00000173692.12\",\"ENSG00000173726.10\",\"ENSG00000173812.10\",\"ENSG00000173905.8\",\"ENSG00000173915.12\",\"ENSG00000174021.10\",\"ENSG00000174099.10\",\"ENSG00000174444.14\",\"ENSG00000174720.15\",\"ENSG00000174748.18\",\"ENSG00000174780.15\",\"ENSG00000174807.3\",\"ENSG00000174851.14\",\"ENSG00000174886.12\",\"ENSG00000174917.8\",\"ENSG00000175061.17\",\"ENSG00000175166.16\",\"ENSG00000175334.7\",\"ENSG00000175390.12\",\"ENSG00000175416.12\",\"ENSG00000175550.7\",\"ENSG00000175602.3\",\"ENSG00000175756.13\",\"ENSG00000176014.12\",\"ENSG00000176046.8\",\"ENSG00000176340.3\",\"ENSG00000177156.10\",\"ENSG00000177410.12\",\"ENSG00000177469.12\",\"ENSG00000177556.11\",\"ENSG00000177600.8\",\"ENSG00000177697.17\",\"ENSG00000177700.5\",\"ENSG00000177885.13\",\"ENSG00000177954.11\",\"ENSG00000178057.14\",\"ENSG00000178449.8\",\"ENSG00000178464.6\",\"ENSG00000178715.8\",\"ENSG00000178741.11\",\"ENSG00000178980.14\",\"ENSG00000178982.9\",\"ENSG00000179010.14\",\"ENSG00000179091.4\",\"ENSG00000179218.13\",\"ENSG00000179222.17\",\"ENSG00000179262.9\",\"ENSG00000179271.2\",\"ENSG00000179820.15\",\"ENSG00000180398.11\",\"ENSG00000180879.13\",\"ENSG00000180914.10\",\"ENSG00000180992.6\",\"ENSG00000181019.12\",\"ENSG00000181163.13\",\"ENSG00000181350.11\",\"ENSG00000181524.6\",\"ENSG00000181649.5\",\"ENSG00000182004.12\",\"ENSG00000182117.5\",\"ENSG00000182154.7\",\"ENSG00000182551.13\",\"ENSG00000182670.13\",\"ENSG00000182718.16\",\"ENSG00000182774.10\",\"ENSG00000182899.14\",\"ENSG00000183011.13\",\"ENSG00000183087.14\",\"ENSG00000183255.11\",\"ENSG00000183291.15\",\"ENSG00000183298.5\",\"ENSG00000183648.9\",\"ENSG00000183726.10\",\"ENSG00000184007.17\",\"ENSG00000184009.9\",\"ENSG00000184076.12\",\"ENSG00000184432.9\",\"ENSG00000184752.12\",\"ENSG00000184840.11\",\"ENSG00000184983.9\",\"ENSG00000184990.12\",\"ENSG00000185043.10\",\"ENSG00000185088.13\",\"ENSG00000185201.16\",\"ENSG00000185222.7\",\"ENSG00000185624.14\",\"ENSG00000185627.17\",\"ENSG00000185641.6\",\"ENSG00000185651.14\",\"ENSG00000185787.14\",\"ENSG00000185825.15\",\"ENSG00000185896.10\",\"ENSG00000186010.18\",\"ENSG00000186395.6\",\"ENSG00000186468.12\",\"ENSG00000187109.13\",\"ENSG00000187514.14\",\"ENSG00000187608.8\",\"ENSG00000188186.10\",\"ENSG00000188229.5\",\"ENSG00000188243.12\",\"ENSG00000188612.11\",\"ENSG00000188643.10\",\"ENSG00000188846.13\",\"ENSG00000189043.9\",\"ENSG00000189159.15\",\"ENSG00000189171.14\",\"ENSG00000189343.7\",\"ENSG00000189403.14\",\"ENSG00000196141.12\",\"ENSG00000196154.11\",\"ENSG00000196205.8\",\"ENSG00000196230.12\",\"ENSG00000196262.13\",\"ENSG00000196419.12\",\"ENSG00000196465.10\",\"ENSG00000196504.15\",\"ENSG00000196507.10\",\"ENSG00000196531.10\",\"ENSG00000196683.10\",\"ENSG00000196923.13\",\"ENSG00000196924.14\",\"ENSG00000197043.13\",\"ENSG00000197102.10\",\"ENSG00000197111.15\",\"ENSG00000197702.11\",\"ENSG00000197712.11\",\"ENSG00000197728.9\",\"ENSG00000197746.13\",\"ENSG00000197747.8\",\"ENSG00000197756.9\",\"ENSG00000197956.9\",\"ENSG00000197958.12\",\"ENSG00000197982.13\",\"ENSG00000198034.10\",\"ENSG00000198225.5\",\"ENSG00000198242.13\",\"ENSG00000198258.10\",\"ENSG00000198363.15\",\"ENSG00000198431.15\",\"ENSG00000198467.13\",\"ENSG00000198668.10\",\"ENSG00000198682.12\",\"ENSG00000198712.1\",\"ENSG00000198755.10\",\"ENSG00000198830.10\",\"ENSG00000198832.10\",\"ENSG00000198856.12\",\"ENSG00000198918.7\",\"ENSG00000198931.10\",\"ENSG00000198938.2\",\"ENSG00000203667.9\",\"ENSG00000203875.10\",\"ENSG00000204381.11\",\"ENSG00000204387.12\",\"ENSG00000204435.13\",\"ENSG00000204525.15\",\"ENSG00000204574.12\",\"ENSG00000204592.8\",\"ENSG00000204628.11\",\"ENSG00000204941.13\",\"ENSG00000205542.10\",\"ENSG00000205581.10\",\"ENSG00000206503.11\",\"ENSG00000210082.2\",\"ENSG00000211450.9\",\"ENSG00000213058.3\",\"ENSG00000213280.2\",\"ENSG00000213315.5\",\"ENSG00000213553.4\",\"ENSG00000213585.10\",\"ENSG00000213598.4\",\"ENSG00000213719.8\",\"ENSG00000213741.8\",\"ENSG00000214063.10\",\"ENSG00000214253.8\",\"ENSG00000214535.3\",\"ENSG00000214612.3\",\"ENSG00000215030.5\",\"ENSG00000215464.4\",\"ENSG00000217130.1\",\"ENSG00000217716.3\",\"ENSG00000218175.2\",\"ENSG00000218208.1\",\"ENSG00000218227.3\",\"ENSG00000218426.5\",\"ENSG00000220472.1\",\"ENSG00000220793.5\",\"ENSG00000221983.7\",\"ENSG00000222041.10\",\"ENSG00000224114.1\",\"ENSG00000224631.4\",\"ENSG00000224877.3\",\"ENSG00000225616.2\",\"ENSG00000225921.6\",\"ENSG00000226221.1\",\"ENSG00000226396.1\",\"ENSG00000226608.3\",\"ENSG00000226976.3\",\"ENSG00000227097.5\",\"ENSG00000227615.1\",\"ENSG00000228007.1\",\"ENSG00000228118.3\",\"ENSG00000228474.5\",\"ENSG00000228499.1\",\"ENSG00000228929.1\",\"ENSG00000229097.1\",\"ENSG00000229117.8\",\"ENSG00000229132.2\",\"ENSG00000229659.1\",\"ENSG00000230291.5\",\"ENSG00000230629.2\",\"ENSG00000230837.1\",\"ENSG00000230897.1\",\"ENSG00000230979.3\",\"ENSG00000230989.6\",\"ENSG00000231409.3\",\"ENSG00000231500.6\",\"ENSG00000231991.4\",\"ENSG00000232112.3\",\"ENSG00000232346.1\",\"ENSG00000232429.3\",\"ENSG00000232573.1\",\"ENSG00000233276.3\",\"ENSG00000233558.1\",\"ENSG00000233608.3\",\"ENSG00000233747.1\",\"ENSG00000233762.3\",\"ENSG00000233913.7\",\"ENSG00000233927.4\",\"ENSG00000234741.7\",\"ENSG00000234745.9\",\"ENSG00000235162.8\",\"ENSG00000236058.3\",\"ENSG00000236533.1\",\"ENSG00000236552.2\",\"ENSG00000236824.1\",\"ENSG00000237264.4\",\"ENSG00000237550.5\",\"ENSG00000238172.2\",\"ENSG00000239246.3\",\"ENSG00000239672.7\",\"ENSG00000240087.3\",\"ENSG00000240342.3\",\"ENSG00000240463.1\",\"ENSG00000240972.1\",\"ENSG00000241343.9\",\"ENSG00000241468.7\",\"ENSG00000241494.1\",\"ENSG00000241511.1\",\"ENSG00000241553.12\",\"ENSG00000241837.6\",\"ENSG00000242299.1\",\"ENSG00000242372.6\",\"ENSG00000242485.5\",\"ENSG00000243147.7\",\"ENSG00000243449.6\",\"ENSG00000244313.3\",\"ENSG00000244398.1\",\"ENSG00000245910.8\",\"ENSG00000246705.4\",\"ENSG00000248333.8\",\"ENSG00000249617.1\",\"ENSG00000251562.7\",\"ENSG00000254999.3\",\"ENSG00000255302.3\",\"ENSG00000256338.2\",\"ENSG00000263266.2\",\"ENSG00000265241.6\",\"ENSG00000266472.5\",\"ENSG00000267458.1\",\"ENSG00000269893.6\",\"ENSG00000272047.1\",\"ENSG00000277443.1\",\"ENSG00000277791.4\",\"ENSG00000279483.1\",\"ENSG00000279865.1\",\"ENSG00000283041.1\"],\"community\":[\"Community #0\",\"Community #4\",\"Community #4\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #3\",\"Community #7\",\"Community #3\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #4\",\"Community #0\",\"Community #7\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #3\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #3\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #3\",\"Community #6\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #3\",\"Community #4\",\"Community #5\",\"Community #1\",\"Community #7\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #2\",\"Community #1\",\"Community #7\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #6\",\"Community #1\",\"Community #5\",\"Community #6\",\"Community #3\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #2\",\"Community #6\",\"Community #5\",\"Community #2\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #6\",\"Community #4\",\"Community #1\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #3\",\"Community #2\",\"Community #5\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #4\",\"Community #3\",\"Community #6\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #6\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #7\",\"Community #1\",\"Community #3\",\"Community #7\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #5\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #6\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #5\",\"Community #5\",\"Community #4\",\"Community #5\",\"Community #4\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #7\",\"Community #0\",\"Community #1\",\"Community #6\",\"Community #6\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #7\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #7\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #4\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #5\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #5\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #4\",\"Community #3\",\"Community #1\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #5\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #5\",\"Community #2\",\"Community #0\",\"Community #3\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #2\",\"Community #3\",\"Community #0\",\"Community #6\",\"Community #4\",\"Community #0\",\"Community #5\",\"Community #3\",\"Community #6\",\"Community #0\",\"Community #3\",\"Community #1\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #4\",\"Community #1\",\"Community #0\",\"Community #6\",\"Community #3\",\"Community #4\",\"Community #6\",\"Community #1\",\"Community #5\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #6\",\"Community #3\",\"Community #6\",\"Community #4\",\"Community #2\",\"Community #0\",\"Community #2\",\"Community #4\",\"Community #0\",\"Community #3\",\"Community #7\",\"Community #2\",\"Community #2\",\"Community #7\",\"Community #6\",\"Community #4\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #4\",\"Community #4\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #3\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #6\",\"Community #2\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #3\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #5\",\"Community #0\",\"Community #3\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #7\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #2\",\"Community #4\",\"Community #4\",\"Community #0\",\"Community #2\",\"Community #7\",\"Community #1\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #7\",\"Community #1\",\"Community #6\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #2\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #6\",\"Community #0\",\"Community #1\",\"Community #4\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #3\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #7\",\"Community #3\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #5\",\"Community #1\",\"Community #4\",\"Community #3\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #0\",\"Community #5\",\"Community #6\",\"Community #5\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #3\",\"Community #1\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #5\",\"Community #1\",\"Community #1\",\"Community #5\",\"Community #7\",\"Community #5\",\"Community #7\",\"Community #4\",\"Community #3\",\"Community #7\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #4\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #1\",\"Community #4\",\"Community #1\",\"Community #2\",\"Community #3\",\"Community #6\",\"Community #7\",\"Community #4\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #7\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #2\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #1\",\"Community #4\",\"Community #5\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #7\",\"Community #0\",\"Community #5\",\"Community #5\",\"Community #0\",\"Community #6\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #3\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #4\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #6\",\"Community #5\",\"Community #7\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #4\",\"Community #4\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #5\",\"Community #1\",\"Community #1\",\"Community #5\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #5\",\"Community #0\",\"Community #3\",\"Community #2\",\"Community #6\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #5\",\"Community #3\",\"Community #7\",\"Community #5\",\"Community #1\",\"Community #3\",\"Community #4\",\"Community #3\",\"Community #2\",\"Community #4\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #6\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #3\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #7\",\"Community #1\",\"Community #6\",\"Community #4\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #4\",\"Community #7\",\"Community #5\",\"Community #1\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #3\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #4\",\"Community #2\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #1\",\"Community #4\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #4\",\"Community #4\",\"Community #5\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #4\",\"Community #1\",\"Community #5\",\"Community #6\",\"Community #4\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #5\",\"Community #5\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #5\",\"Community #1\",\"Community #7\",\"Community #2\",\"Community #5\",\"Community #0\",\"Community #6\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #6\",\"Community #2\",\"Community #0\",\"Community #2\",\"Community #3\",\"Community #4\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #6\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #7\",\"Community #7\",\"Community #1\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #7\",\"Community #2\",\"Community #0\",\"Community #0\",\"Community #3\",\"Community #3\",\"Community #4\",\"Community #0\",\"Community #5\",\"Community #2\",\"Community #3\",\"Community #3\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #1\",\"Community #7\",\"Community #4\",\"Community #6\",\"Community #1\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #4\",\"Community #1\",\"Community #5\",\"Community #6\",\"Community #4\",\"Community #2\",\"Community #2\",\"Community #6\",\"Community #3\",\"Community #7\",\"Community #1\",\"Community #6\",\"Community #7\",\"Community #3\",\"Community #0\",\"Community #0\",\"Community #1\",\"Community #6\",\"Community #2\",\"Community #0\",\"Community #3\",\"Community #0\",\"Community #0\",\"Community #4\",\"Community #0\",\"Community #0\",\"Community #5\",\"Community #0\",\"Community #2\",\"Community #7\",\"Community #7\",\"Community #7\",\"Community #0\",\"Community #6\",\"Community #3\",\"Community #5\",\"Community #2\",\"Community #3\",\"Community #0\",\"Community #7\",\"Community #2\",\"Community #0\",\"Community #3\",\"Community #6\",\"Community #4\",\"Community #2\",\"Community #3\",\"Community #7\",\"Community #1\",\"Community #3\",\"Community #4\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #5\",\"Community #3\",\"Community #7\",\"Community #1\",\"Community #1\",\"Community #3\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #4\",\"Community #2\",\"Community #2\",\"Community #7\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #5\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #0\",\"Community #1\",\"Community #5\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #5\",\"Community #2\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #6\",\"Community #2\",\"Community #2\",\"Community #3\",\"Community #7\",\"Community #0\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #7\",\"Community #2\",\"Community #6\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #2\",\"Community #5\",\"Community #5\",\"Community #1\",\"Community #0\",\"Community #6\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #0\",\"Community #6\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #1\",\"Community #2\",\"Community #2\",\"Community #1\",\"Community #0\",\"Community #1\",\"Community #5\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #1\",\"Community #5\",\"Community #6\",\"Community #1\",\"Community #0\",\"Community #0\",\"Community #2\",\"Community #7\",\"Community #0\",\"Community #4\",\"Community #2\",\"Community #1\",\"Community #4\",\"Community #1\",\"Community #1\",\"Community #1\",\"Community #0\",\"Community #4\",\"Community #1\",\"Community #5\",\"Community #0\",\"Community #6\"],\"community_color\":[\"#66c2a5\",\"#a6d854\",\"#a6d854\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#e78ac3\",\"#b3b3b3\",\"#e78ac3\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#a6d854\",\"#66c2a5\",\"#b3b3b3\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#e78ac3\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#e78ac3\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#e78ac3\",\"#e5c494\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#e78ac3\",\"#a6d854\",\"#ffd92f\",\"#fc8d62\",\"#b3b3b3\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#8da0cb\",\"#fc8d62\",\"#b3b3b3\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#e5c494\",\"#fc8d62\",\"#ffd92f\",\"#e5c494\",\"#e78ac3\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#8da0cb\",\"#e5c494\",\"#ffd92f\",\"#8da0cb\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#e5c494\",\"#a6d854\",\"#fc8d62\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#e78ac3\",\"#8da0cb\",\"#ffd92f\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#a6d854\",\"#e78ac3\",\"#e5c494\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#e5c494\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#b3b3b3\",\"#fc8d62\",\"#e78ac3\",\"#b3b3b3\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#ffd92f\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#e5c494\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#ffd92f\",\"#ffd92f\",\"#a6d854\",\"#ffd92f\",\"#a6d854\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#b3b3b3\",\"#66c2a5\",\"#fc8d62\",\"#e5c494\",\"#e5c494\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#b3b3b3\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#b3b3b3\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#a6d854\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#ffd92f\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#ffd92f\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#a6d854\",\"#e78ac3\",\"#fc8d62\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#ffd92f\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#ffd92f\",\"#8da0cb\",\"#66c2a5\",\"#e78ac3\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#8da0cb\",\"#e78ac3\",\"#66c2a5\",\"#e5c494\",\"#a6d854\",\"#66c2a5\",\"#ffd92f\",\"#e78ac3\",\"#e5c494\",\"#66c2a5\",\"#e78ac3\",\"#fc8d62\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#a6d854\",\"#fc8d62\",\"#66c2a5\",\"#e5c494\",\"#e78ac3\",\"#a6d854\",\"#e5c494\",\"#fc8d62\",\"#ffd92f\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#e5c494\",\"#e78ac3\",\"#e5c494\",\"#a6d854\",\"#8da0cb\",\"#66c2a5\",\"#8da0cb\",\"#a6d854\",\"#66c2a5\",\"#e78ac3\",\"#b3b3b3\",\"#8da0cb\",\"#8da0cb\",\"#b3b3b3\",\"#e5c494\",\"#a6d854\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#a6d854\",\"#a6d854\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#e78ac3\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#e5c494\",\"#8da0cb\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#e78ac3\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#ffd92f\",\"#66c2a5\",\"#e78ac3\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#b3b3b3\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#8da0cb\",\"#a6d854\",\"#a6d854\",\"#66c2a5\",\"#8da0cb\",\"#b3b3b3\",\"#fc8d62\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#b3b3b3\",\"#fc8d62\",\"#e5c494\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#8da0cb\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#e5c494\",\"#66c2a5\",\"#fc8d62\",\"#a6d854\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#e78ac3\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#b3b3b3\",\"#e78ac3\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#ffd92f\",\"#fc8d62\",\"#a6d854\",\"#e78ac3\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#66c2a5\",\"#ffd92f\",\"#e5c494\",\"#ffd92f\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#e78ac3\",\"#fc8d62\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#ffd92f\",\"#fc8d62\",\"#fc8d62\",\"#ffd92f\",\"#b3b3b3\",\"#ffd92f\",\"#b3b3b3\",\"#a6d854\",\"#e78ac3\",\"#b3b3b3\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#a6d854\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#fc8d62\",\"#a6d854\",\"#fc8d62\",\"#8da0cb\",\"#e78ac3\",\"#e5c494\",\"#b3b3b3\",\"#a6d854\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#b3b3b3\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#8da0cb\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#fc8d62\",\"#a6d854\",\"#ffd92f\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#b3b3b3\",\"#66c2a5\",\"#ffd92f\",\"#ffd92f\",\"#66c2a5\",\"#e5c494\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#e78ac3\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#a6d854\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#e5c494\",\"#ffd92f\",\"#b3b3b3\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#a6d854\",\"#a6d854\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#ffd92f\",\"#fc8d62\",\"#fc8d62\",\"#ffd92f\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#ffd92f\",\"#66c2a5\",\"#e78ac3\",\"#8da0cb\",\"#e5c494\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#ffd92f\",\"#e78ac3\",\"#b3b3b3\",\"#ffd92f\",\"#fc8d62\",\"#e78ac3\",\"#a6d854\",\"#e78ac3\",\"#8da0cb\",\"#a6d854\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#e5c494\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#e78ac3\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#b3b3b3\",\"#fc8d62\",\"#e5c494\",\"#a6d854\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#a6d854\",\"#b3b3b3\",\"#ffd92f\",\"#fc8d62\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#e78ac3\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#a6d854\",\"#8da0cb\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#fc8d62\",\"#a6d854\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#a6d854\",\"#a6d854\",\"#ffd92f\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#a6d854\",\"#fc8d62\",\"#ffd92f\",\"#e5c494\",\"#a6d854\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#ffd92f\",\"#ffd92f\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#ffd92f\",\"#fc8d62\",\"#b3b3b3\",\"#8da0cb\",\"#ffd92f\",\"#66c2a5\",\"#e5c494\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#e5c494\",\"#8da0cb\",\"#66c2a5\",\"#8da0cb\",\"#e78ac3\",\"#a6d854\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#e5c494\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#b3b3b3\",\"#b3b3b3\",\"#fc8d62\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#b3b3b3\",\"#8da0cb\",\"#66c2a5\",\"#66c2a5\",\"#e78ac3\",\"#e78ac3\",\"#a6d854\",\"#66c2a5\",\"#ffd92f\",\"#8da0cb\",\"#e78ac3\",\"#e78ac3\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#fc8d62\",\"#b3b3b3\",\"#a6d854\",\"#e5c494\",\"#fc8d62\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#a6d854\",\"#fc8d62\",\"#ffd92f\",\"#e5c494\",\"#a6d854\",\"#8da0cb\",\"#8da0cb\",\"#e5c494\",\"#e78ac3\",\"#b3b3b3\",\"#fc8d62\",\"#e5c494\",\"#b3b3b3\",\"#e78ac3\",\"#66c2a5\",\"#66c2a5\",\"#fc8d62\",\"#e5c494\",\"#8da0cb\",\"#66c2a5\",\"#e78ac3\",\"#66c2a5\",\"#66c2a5\",\"#a6d854\",\"#66c2a5\",\"#66c2a5\",\"#ffd92f\",\"#66c2a5\",\"#8da0cb\",\"#b3b3b3\",\"#b3b3b3\",\"#b3b3b3\",\"#66c2a5\",\"#e5c494\",\"#e78ac3\",\"#ffd92f\",\"#8da0cb\",\"#e78ac3\",\"#66c2a5\",\"#b3b3b3\",\"#8da0cb\",\"#66c2a5\",\"#e78ac3\",\"#e5c494\",\"#a6d854\",\"#8da0cb\",\"#e78ac3\",\"#b3b3b3\",\"#fc8d62\",\"#e78ac3\",\"#a6d854\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#ffd92f\",\"#e78ac3\",\"#b3b3b3\",\"#fc8d62\",\"#fc8d62\",\"#e78ac3\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#a6d854\",\"#8da0cb\",\"#8da0cb\",\"#b3b3b3\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#ffd92f\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#66c2a5\",\"#fc8d62\",\"#ffd92f\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#ffd92f\",\"#8da0cb\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#e5c494\",\"#8da0cb\",\"#8da0cb\",\"#e78ac3\",\"#b3b3b3\",\"#66c2a5\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#b3b3b3\",\"#8da0cb\",\"#e5c494\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#8da0cb\",\"#ffd92f\",\"#ffd92f\",\"#fc8d62\",\"#66c2a5\",\"#e5c494\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#66c2a5\",\"#e5c494\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#fc8d62\",\"#8da0cb\",\"#8da0cb\",\"#fc8d62\",\"#66c2a5\",\"#fc8d62\",\"#ffd92f\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#fc8d62\",\"#ffd92f\",\"#e5c494\",\"#fc8d62\",\"#66c2a5\",\"#66c2a5\",\"#8da0cb\",\"#b3b3b3\",\"#66c2a5\",\"#a6d854\",\"#8da0cb\",\"#fc8d62\",\"#a6d854\",\"#fc8d62\",\"#fc8d62\",\"#fc8d62\",\"#66c2a5\",\"#a6d854\",\"#fc8d62\",\"#ffd92f\",\"#66c2a5\",\"#e5c494\"],\"group\":[\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027],\"other_cluster_color\":[\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\",\"#e78ac3\"],\"xs\":{\"__ndarray__\":\"9QVDPugMFj+k+48+Wpt1P6dlpz7YnPs+6wKnPr/3mD7xz8I+tGkkPt5Hpj5wyZs+tNe0PmwOrD7OJo49PxKzPoD1uT6X44U+SO2mPalSQD/DN70+h31wPUNbpD4bfZE+7PqUPjRZqz73hUw+8aJNP3ZNyj4fZLs+Y9MpPvRIbT4mnY0+XJFbPicTDD/+Wro+QOaFPoNbST9VCqA+VqpmPp2TOz4JvY0+uO2ePgNGOj8HuaU+HLmBPufMoT5p5fg+U0dGPpQetj6NBFs/mDkpPu0OUD8aO0g/FfWZPsmsnT4wUmY/7s/ePi22ID8+5jo/OlTtPop2KT6Ce9M+dJldP3fWvD5La4A+q/WcPmtOdD+9XD0/sKztPkQgST2NB5I+Tpj0PmTllT4BESs/AoQvPjZotD5i4xo+y16BPvMbwD5KJJo+v6CZPnkjez/Hb+s+LiAMP216YT98WYg94unhPq3pmT4CemU/y6mUPjg+tj675GU+lw2aPutqAz7SpJA+CL+bPj+Foz45fJQ+vGU3P853Vj7LHXQ/UxdfP9hCND9WJzY/vnaMPvuCFj8WIAY/F2aHPj7mpz4jZ0Y//SjSPl7dZz5CkZ0+YgzbPXpmnz4XJfk+ahGyPs+/uD2OJEA++0SvPjSZKT6Ym2g/7wAMP6isuj7P9KY+cI4JP2Rmsj7cX70+RZegPiA/+z6WyLE+vxjKPtY/RD3xI6E+BoozP+m0cj86Dpc+GbNbP7CvJz9416w+1nZpPgSXlz7e15Q+iMf4PpuSNz6IyQo/leq+Pvdeiz4UC+E+r6unPq9gaz+f/Sc+eJRLPyiTsT5Jy44+w/xqP442xz7lXyw+GU1oP+lhsT6LMt8+Wqx0Pp2yfz6oAKM+0EAwPx2IoD70g7M++f5eP5z7iD6lvLA+1HqnPrEmiT5GVKw+31peP1MHXT8rmaQ+lHo8P8GT4T6DtpI+uteFPoVAFT76vtM9pSaSPoE1HT+AYu8+Qw+bPnmQEj8+wIw+saupPrkQ3z6goG8/ayXhPmYvVj76yIA+fF5iPwr3Wz9JeUM+uquAPr6+Sz9QFt4+U47LPkJ0Zz6zU08/dTlbPzbokT4xC/M+IaAvPzJNGz9GZxE/sN4gP0HzGT/q6uA+4OzHPkM2Fj+Ks7k+SdhePy5Mrj5+erc+0ujOPrWByT5b/Zo+DIa3Pmri0j5/iWE/P5xmPygzlz7VraQ+CiB1PpwvxT4I568+1DmgPiYBRT/wrGE/ApGAPrmkQT+o9/I+RYeHPbxGpj77bmo/fprHPhFeZj9ZkVs/Df7LPjIUUD79y/U+j9L+PtRjEz4xiJc+PIyWPqKZjT4yIl8/x5JnP9LnmD4UapQ+xogvPjaQFT93LpM+DdTtPnSIST+W28A+v5/5PhNtuz74DWA+OWRMPlB0Lj9rE7E+fPBSPxN+lT7BRoU+en9SP00YJj+Xmb4+A8W1PiXjuz7kwTs/AwWcPljYIj9VHxw/lZVQP3tIqT55+TU/EryQPqKKpz4x0E09Pg6QPkCxDz+OsCI/eMGrPnOquz44V/8+Zi61PqsEtj6ny20/S+C0Plo+ZT/HSIY+22bRPi/wWz8JiE4/dDCrPgawED9wPtg9061lPy4Gwz75naw9UoXmPpCbvD48/R0/65DkPpMJVD5+vFY/HTIAP09Noz75fKc+SGJuPm+XiD5m9Ow+cfHYPgsSij4S5E8/W9ihPpsfKD8vAnk/PBLvPpIDNz8WX1w/1hqiPo+HkD5mUUM+0SNbP///fz97f4Y+BhlQP4tDGD8vsDs/YmOkPpvrCj8DSgY/1XTFPuxb0T0Y05k9hEplP3Y+ZD8r7jY+QSdhP8H+4D4G/h0+awFnP3dttz5zAMU+JbMCP0NUrz4/44k+38hiPzZziz6tCGQ/bgCnPq0xbj56EMI+zdRWP35x/z7l440+SS/mPghETD5jWa8+t1BbPhiSQT7gH2I/0n1rP6G9Uz7HYRU/6nxDP/iGvj7PDoE+YKqZPqJM0T77JNI+4ryfPnhzmj7OE6Q+6q7QPkvoqz655j8/vmMJP2UejT5YrBU/+fYQP1X9jD7Hk749Ha5uP/g1sT4+k54+EkurPj64XT9/BIs+JaO7PqHsYj99zDk/3BXrPkACQj5EwoM+Z0DHPrkFsD6JNGk+ASZ3PybcJz/3tk4/wFAtP8lVqT6nqGU/fqRvPvPQ0T7jSs8+KLcgPjq+ij4dUUs+4Vu2Plzgbj8eiYk+HJEBP/FmlT5+5KI+br3PPqih4T1gC2s/ToWmPuLx4T7odD4/sXSfPu6DPj54+l4/emehPtiyTD5Ijd4++gJDPxfIrD60jwQ/a9sjPnZ2dz5crHo+9TwsP7j9Fz+i7mQ/hlKuPgZQ0z4YPQ4/Hb2CPgpYXD6/16c+3MyCPo35bT4h7dM+Hu1APy0BiT5p/J4+77M8Pgi6bT8wdrU+T6SrPRllrj7eEKI+qamoPoAkmj7MfgY/0rfPPu5SMD8+miY+Mf+dPloKBD+N2pg+c+1fP8ZpXD5RvgM/AT3nPtD2rj6Daw4/FbRgP5+OND9YCEk+Bcy2PknlsD7fmqg+kgWLPoRgAT7cjNc+oX0JPg2SkD4uzTM+OQDfPjVArj6mfys/qlJiPtjiLz9tviQ/PkX9PngIHT9/OIQ+owIRP151Wj5LoT0/eXeBPjDnaD6PqZ0+V6elPq8WZj6QHV4/ibfHPlIVoz7ToNU+U2tPPyVrtD65PdA+fMgGP4w1TT/2pco+Smd4P29h3T4IZSg/5yFwPvgTHz/eb48+4jN+PsXooz5xcaY+NYlRPwFNzj5QyoU+95xjP052xj5korM+fweXPpvGIz683Vs/cqehPqs2Bz+mBZY+JwT2PiJJ3j7BtRw/84pKP6wntz4BQEc+tMipPsEFUT98H34+LIGSPrgUhj6mEZc+Wx7FPuNNyz7bAZ8+RnmbPvmZJz9kOEs/N9CnPkZHWz9s03c/fKM6PjhYtT4Ztc4+yGyXPmfK5T6HKo8+Ln4OPlUgZD/H8uQ+4fmGPp2Iiz6fa9A+MEboPtVfDT80GwY+GAyHPhM/uj5Mx+Q+3EJbP4N+Xz8iklU/gZPMPsrSMT+gJp8+4EFEP9rB2T6CJ+Q+GaJkPygJFz+hKZs9FROhPkt6xD4odL0+MKI7P9IFMj/ypto+rmXFPvHotj7OpaM+xsF4PrsNBz98cJI+UL4BPw+02j3XR4E+gtcOP7w8mz7T6nE/HcEGP6gKXT4M8iE/nL/4PhV9lT62wwI/gDSgPtuxND/o9Tk+yvCKPnXjRT4oFw8/S+M9PrMGlz7fZR4/hUsfPyfelz4TCP0+65twP+e1Vz+0rGc+E1YEP2AImz7mLgQ/2YVUP0ejjz4Guos+4I1HP9JLhz7PXGk/XuiGPsQSpD5e33c+kg9fPnwURj/9QDM/5tNOPog25j6IEvU+wW/OPpRW7z6hqcI+8NZXPzEWED+jXmA/SIe1PhIYez6asKs+5xabPv9cSj8y/b8+zKCBPqMEoz4v6ac+U4mxPlQHuD6sQ7Y+l3WQPpBBED7nL7M+Dh6+PqLudD+O1TA/X2lhPyT3jD4ExCc/uZVxPiUGjD6gGnA/S980PqzAoj4P4gY/cnOjPpLaFD/2Cl0/RIibPl8adD9magk/udakPmWfiT4dvoM+d2JrP6A7tD4jmEk/RGZZP9eDnD6i1lA/J23qPiXzPD7V8DM/zMLMPp5JFT6g12k+iduEPro4Xz9WjqI+esN4Pm+qXT9FMmg+TFyVPiVflz4WwGY+VosHP43nZj9Vq2o+1OZGP6XHvz5bI6E+VlAdPwf2jz5P10A/3KGrPj5OCT91QZA+n8HvPjB94D5cUEc/qBXFPpdLuT5dfLI+k+dtPoOczz7U/NE+ffGRPp/zAD/lb14/6hviPrKIsz6qo50+tuM/P24Vpj71374+14ycPndIKz+hbwM/M6niPuoCtz6QaRo/bJisPv75Iz+Pj1M+adrBPjGbPT8oerw+SByTPswMsT4T7l4/fUG0PkL3YT8W1gA/HzmgPg/EMj/3jsc+OFMJP+bWrD7VIos+pZSUPtKzHT8UHI4+p49lP3TgVT70R8k+izHMPjCYgT61c28/FdOePgAAAAC1Ahs/VB+IPt38Yj9+JpY+oIsAP6Z4ND9MIrA+QS0cPngsFT9kViE/h5qlPtdEVT9pZJA+T7CuPk327j7FnOE+EXejPig6kT6BW7Q+OC7DPq9Pqz5NwmY/5XCxPhC4oD7EAVE/ivsQPisu1j5TbT8/Ca5yP4qysD5KD4k+t6FpP9fy1j6o4yQ/cAyCPvLjzT67gxQ/Fu2tPshCfT5cfpI+eSBOPkpDzj6uRJw+pYbaPtddIj50eMQ+876qPj8B0D4Un0Q/Gfm5Pgn1eD7Q6TM+nCE1P9Yqlj7HvoU+zZyVPv23Jz5+0sc+7biYPrbjMT/+vjU/EIhJPjfM4D71g6Q+CS88P14HST9P3SU/gGmTPiEmiz6xj8c+ZtWpPuSNkz5wtis/S09+P7FDAj5ciKA+YidKPwVo9D4RbhM/nBKBPiCWGT98aWQ/1ZIRP/xWHT/sCi4/JR5vP2AaiD7424U+ypkAP4TQdj8omHY+d0apPtUjmj6FUqE+Avi+PuXmYD9KY1Q/UUqJPqEnIT6VskE+306SPmXz7z7drKg+3Q2gPspcFT/hOJo+Djk8P8QjKT7iN4A93KfIPtddoz7Y3FQ/Hx1XPu84RT/W12o/oPJqPkz4kz4f8GM+gctZP7whVz49+v0+K3dZP2M4KD+ECSw/h1rjPOZajT5SsrY+EwnnPsE3zj56L18/2J2PPuZK3D4FoK4+91NqPsWqqj4LZ64+n80gPy3/iD6mb0o+z6qxPlX7lz6138Y+ArKWPuHcET9wGFc/1J5FPzoj/z7U2gs/wTNeP4etSD8091c+d2eNPvnoqz46wDo/d7dAP3+WVT8Ggv8+iQDyPtZIRj+O/D0/exDdPtd5ID9Talw/nPW5PlGNCj8v0xc/PlcSP9Qb8z5hZjg/oEuvPikyHT93psM+V9YrP9sCJT9Z2lA/t91RP0tHCj/6kl0/jc5OPwKI6z49NV4/X34wP5H7UT/86fM+JcTuPQvKuD5RClE/+dhBP1id9T6iYxI/ugpcP5pT8j54KMY+XY5OPxzx1z2t5EU/JCpcP8wMLj8geuY+CVZhP3CXZz/jaQM/Nw16PuyE2T479zE/uoAkP7nLOD9G1hA/pCZoPj94dT/aPhg/8vsAP93DRz9LTUA/r6VePqUgUj9CJgU/ZHFYPyJ6Dj+N1us+0FxdPxPZUT9PlgQ/GfvyPuXsTT8WxzM/eyoLP02rhj6dVr0+2qMiP0p7gD70QZM+WoQ5Pzkpqj6euCY/l/5TP4L26D56u5Y+L1+5PikSVj87iAw+zkeePgT6Gz+3PjE/qSrHPlfh0z7qHL0+7W7MPvlf1T5h9bI+lC4vP59tAD8z/ks/HCyjPpAvTT8=\",\"dtype\":\"float32\",\"shape\":[1028]},\"ys\":{\"__ndarray__\":\"fuyAPsqY7j54qZM+JLH1Phx9DD4ZhQc/yRjZPuT2Fj+o/RQ/d5yCPmL8fz5WVfg907BIPptl2T0IoQ8+eWgePpxNPD7IM/Y9MDJJP3FNMD9Zdu096f1JP6YKKj50d6M+ubTyPrtu0D0J2K4+sVMRP/GiRD/BMAQ+it2MPiTotz7cMB8+HnatPjxKLz9Fmj0/1fjePRpuEz/Zd8Q9lZ4DPuZvvD5mDgE+e0XnPZkkkz5YCcI9MYF6PqOLDT4aNxI/j1oKPi8V7j2pG2Y+imUgPhbUZT4ySxI/LJ3hPYiU8T19/NQ+oV8dPvv0KD9lY5w+634AP9cHPD+9IgI/+2EAP8axNj4dO0w+E/LDPQdcgz49tik/hTtEP5T/Rj9G2gE+7nkcP/k5UT3ugiI/Py+rPbfyET71Cnk+XMGlPlxczj0tNic+0VcGPp8Jiz7HJss+d5vkPj0paj4XCtk+3EYDPy7iTD6M3qs+tZ3+PeAeNj8ZxaE9kLQyPtZURT8ceFY+yu8zPjSWGj7KOCI+q5P/Pnqu2D4cxLA+cah+PvZ3nD4t4TA/uMHMPVwFmz7kEyk/vPoNPmNjIj68exU/t2kfPhODHj7BPto9/fa8PjlIQT6pXeI+FX4MPk2mRT83OI4+dxnBPYhDoT71nIM+4CqXPnWl5j7ZhMo+WXWlPi2M9D6f1rA+brg0PhTZKj75Ek4+5vBdPijMSD/J3AU+1rUdP5Bmmz7f0Po+94ELP5jeuj7Ww+M9f2grPle5UD6kzGE+xM39Ps//4T1L3+w+Xnf1PVeiMT43/g0/2xRQPgp7fT70XE8+3QuLPpSN0D205eg+o3qyPmKMZz4gjjU+obNYPk0e+D0ImNM+eQSNPhJpij7LtAg+jrYhP2izsz4LZj4+cSj/PhWSFz5ZODA+BzGvPaFNAj696LM97+z6Pu8IXD7UUf09BYMVP5X5BT/opSc/2aq0PtoNnz6HvEM/Kk90PvczIj9J0hw/6uoGP8tn2D4ZvEo+wVYPPgr6Ej4adIg+CbUXP48iFT5AUN89mgrxPkLSZD4c8Nc8U80bPjTC3T4/WDI/cQ3gPrMQ4j2ZGhM/mwn4Pn9I3z3cMnA9BMQsP+Layj5H398+E93sPtrZ0j4056k+RFicPs9lBD/Lj8I9v8sHP4kxEj4KCgc+EGx3PtYYBj9AzyU/R0ktPhUUCj8YkPQ+p2RhPodG1j6hbfk+7sJCPtUKFD/GGt4+VO2UPZthGD/vnws/dDPwPf1+Fz/88Cc/qXZJPz1nDz5IWdc+dpMYP541AT+89g0/wo0SPvUDCT43dxQ/jeWCPoB2Pz+pYnM+a3bfPZmp4z3H8vE+YIO0PqjMzT2eti4+bgsPP8Kc5T6YoRk+j0gPPwUnHj9xZAQ+ixkkP94KpD61wrI9g6nmPjwrqD6Inv89EHYQP9wUDD4H8DE++PkDP6zv5T4pBow+CwcLP1gIGT6uMpA+B0osPsZCBT9j6gE/rXSWPrZdIT66/Os+GD0OPo6AFT/Qm4E9WovnPdFc2j7vwB4/ollBPp15lT6yeXY+eqJcPsEE/D1JOf8+Hh0/PmqYAD8DyEc++eZkPYfgPj7Pr80+1H0CPZvy2z4DOZ8++B59PmMMQD7QxhQ+wiMXP74AUz6sqwo/cqQeP74wyz0M0ww/KU2bPsx5hj7EZGo+Nu1WPb0JAj83cos+S4zsPn4zWT5u0IA+leLQPki9zD4St6A+FaAIP7gIsD6tiPI++uoePmAmmT64Bj0+QKZRPgLpij5l3lk+69hfPv8I2j4YkQ4/GRBcPhVkND+9jGs+mM6+PT5+3j6/EEw/j+wDP9f+vj7UWjw/ULB1PsvSCD7ozi0+ejx6PmscZT7gLQw+UpIlP7A3Dj4ybPM+CHsGP9dVHj4Py+w+yXE5PpScEz7ochA/TPAFP3CJJj+pjWc+kD4UP+X6Bj8t3RY+DPi/PuTTvT4Ikoc+LTzoPis5fT7G5SY/XDAsP050Zj6avT0+0YzTPo48/j61tzE+5FfBPTE2Dj4FJuE9M7oFP5BwDD7w3h0/a/wlP502FT76gxw//ODZPtXziz7PXH0+H8jUPiXeNj72HCA+qeQyPqLEEz+Zt30+umMgPno/AD+fZxg/e0gTP/b9OD/jnIA+/PKDPO819j1+7V4+qnWVPq2tHj8OnN0+xtYXP8th1D0mkvc+SQIzP7vSIj81VKs9NeKGPrFiQj7CPtI9ZrBWPqTAtD4HDdo9YY/yPpSLUz4PH+o9hScdP1iVBT47uZ4+XmvmPdxXPz7B7hs/TJ8oP7pb+D6Fit0+LNEUPvFhMD6pbhg/CDkcP85cGj4LyAc/tHeyPke9Az/oDgk+PZEiP9oaFj8Ncm0+GEc3Pi1y6D73NJQ+gPwtP6WQbj52iWE+oDgxPzq83j54mMg+o8IfP8S/Rj1cE2k+OawBPu7Aiz6pNNE9g5pGP3DAvz65QcY9/JizPpX8WT1/Ze4+0lIbP0zl1j62Nps+PkpgPfDGID9V4Bk+0/zGPjI4TT20iNQ+IC8iP8k12D13quo+9IdRPtItuD5JAfI9dU+QPryvKD+Hk+49KUNOPrfyQT8d0hw/8r9CPkBFgj6OdIA+zoQDP8YnWz75zAg/+IY4PrO9rj4fCh4/TrETP0e8xz7U3y8//k3lPp4wNj+NL/g+mMkeP58pMz/y1Jc+Wo6cPqNyoT7U3Rw/RTU0Pre+Oz44x+I+V04aPx8JFz/WUVU+OFYiP4WCDD+iFC0/RTuQPpQWCj/pKfg++K5fPoES1T7LvI09JuEvP4PdGj65Krs9dg8CP8b5FD/6iCw/BiPCPhPIzD49gig+r6pHPjhD4j5s9d4+xByNPuWzsT4l+x0+B/MYP9spJj5kmtM+SuAIP04i3z1/e0Y+YgahPrYDfD6f+C8+14HPPljmjj6RzL49u5cYPmzhOz+RqCM/zUBQPmgByz6FNHE+bhJIPn9MWj7rHqs+wGFVPse0tz1MoGA+BjjUPZ1pTD5E1Fw+5a2sPmr6ED+GSw8/uSLMPb3BsT2oeyU/xgU3P0EAmj598LY+C/quPvGGFj7ZU2E+WNnaPsm3Ej8YBwk/YxisPjfxHD905Vg+Rr8TP9qEDT8heho/prWUPlFHzz7JGkc/tM7ZPTcCDD/yHBA+bDghP0i7BT+64tI9oM8cPwdqAD+1bGc+vnQAPqwrED+IOkY+IL4UP9PvHz5r+BM/asAdP7NiIz6kt9k+I9UcP+0olT1hmsI+J7MfP05sIj+kvPM+V5gkPjCumj4AAAAAUsWaPaHGEj9jkvc+SxWmPsDwED6CEwU/k7HIPn2wgj1tXAY/JPGUPpPudj6VXZY+/WAxP9LBQj5HUPE+iSz7Pncniz6DwuY97anIPuNXPT4fmsc+0zmZPt4dBj5eB4A+ITPIPQQGfj7LGg8/Aq83P09NCT9CRS8/SrYHP6xXVT7Nty4/PKAEP9GDBz+UEAI/zNOTPsMDFj4mQU0+SUk6PoP0Ez/Rjts+MNbDPky3Mz7uHjU+8xBuPuaPuD4xoxE+8gYvPgznPz8t3hQ+N6UtPnWlvT4kMig/ThlZPqXUCj51l78+bYCNPW9wKz4R2Mc+nMvePospAj5qSS8/bVpUPhI7sj6C/AY/TRnGPgvctz6k9R0/7Uz1PfJ5Kz+0RBM/jvnDPlP3vz0oVPQ+tp3tPvsqBz8gvA0/Oa4rPvG9PT/MHaI+L2MQPz/ghT6C4sY+6HavPV576z4BTpw+nlJSPkV/Dz/l+dQ+p2ZtPmu1Kj49jIg+KnPLPq188z7+3Hw+Q0DpPnHJsz4yruQ+eLS4PjBSFT7Li4k+KBtpPlFSuD4VUi4+8z6KPsoCbT7MrYI+/qUNP3CAJj9NfOo9dQEyPs/06D7aslA9rucaP9549D7MloM+sAt3PrSL2j721hE+LRkTPzz0Ij5McPc+4rmgPWXjrT6JwfA+x74SP0pWOD6OzS8/KiYBPvIDKz9mVUA+7NEhP8coGj/TvQs+PcMIPhWjBj4bvWY+SjGkPb9K0T5oBfg+2ywMPou1pj7Z95w93J3pPnxhIz7bwAA/0uZAPklsGj9XL6w+rKFaPnSeIT4Ec/g+2/wIPxnD2D4EY/E+aRMpPrL2DT637w4/NXQYPQTstj4RHJM+gWoaP8OWsD5fJx4/i4E+P2KcIz+eVMg+c5MWPpTXiT7jiyQ+mDkkPu1gAz/OwAE/Koh2PhkGvD46dbM+FBzvPo5aKD7GkU4+yRsEP8ZfMD7gFwc/U+9APj8nCz+G2Bk/EiOKPqKyuj6h2NA+3ap1PuSIBz8k4Rk/cz5YPlHxhD4iIBY/1i2SPuLPZT5f3tI9baU+P2rpDz8lcCQ/h8ERP8Ky5j6rl4o+RetFPhWK7z747Q4/vGVIPgRB0j38yEE/xqYiP8xt7D3YNng+ZccLPzAh8D74XDk+aa93Pv7dnz5lpSA/tAx0PgjcHD9CpFs+sOIPPwwDGT9V8h8/w8s6PkpG9T1UyAo/uKutPgrCJz8riCk/3OGNPrxcsD6s+W4+4QDTPqnGGj8YRgc/+N76PluPzz4eBow+IabSPkrJKT+NfxY/CtKsPi+/wT5loDM/PNISPw2Wmj7sLTI/SQh4PszwgD4ff7Q9JhcdP+vygT7LBwU/PlchPlMJqj5qKRc+gxDLPeTtDD7AseI9dHv3Pfsd0z5/W7c9kxwlP6VqPT9R8kc/ODUSP1afSj5HY2s++FmdPtOxgD5M5Ow+aTXPPrt9kD3M9To/K4MNPw6R/z05uyE+pMh1Pifxsz7u5iY//AHFPhtsLD8dzNg+iWc7PkCSaT7lO5g+tN5lPlAxDD8AbJs+3/HrPsTa+j232kk+mhDAPodTGj/8Cz0/DwimPvX63j4xTIE+xw05PjeJEj9qWdI+EWAGPzL+CT8asxM/t3+tPhuuFj+UMTQ/RAM5Poi6gz4bRBA/8n8OP1r35j6VLQ8/eywMP8yZCz8uhI4+cYj2PkfhGj8fq7I+PniYPl7ADj/pwdA+eSIjP4/ODT9woxA/3qASP55VET8DZaw9zSyoPtVoFD9iWw8/MRgUP7X6FT+Cp6o+VvkEP0lzED/XIG4+aO0dP4B5/D543L0+WAdDPzS5ij4SUeo+bcQJPwTVBz9EYg4/GZ+rPp9jDz/2yvU+UUsIP2mORD+omxc/dJZuPmziEj+FqQU/sq+2Pipzxj5Y0BE/jMqMPb4i7z4M1BU/OnjFPqiBkj6TSyA/AQCFPrTigT4wjxc/XmgLPxZ6BT/XgAc/SX6UPpypez4Xsg8/3J7ZPgsLLj/0GQk/QD7NPtbn9j4KVg0/BuQEP6inCz8QfRE/pNERP6Toiz69hro+N4G5PmZQhj5VSVs+SrMeP09THz+hgLM+Ja5mPlVCDD9SaY4+OHT8PfjU7j5Q50g/pAurPlQvKj/0eRk/L6XWPiZkKD7iRe8+0aL+Pqy5Dj+xbAM+moYkP+WuIT+gVHw+miofPl55dj4=\",\"dtype\":\"float32\",\"shape\":[1028]}}},\"id\":\"410d7883-ec6a-4371-8127-ad4a970f320a\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.2},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.2},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"units\":\"screen\",\"value\":10},\"x\":{\"field\":\"xs\"},\"y\":{\"field\":\"ys\"}},\"id\":\"b33d195f-e441-46d7-95aa-b7cfc8824a0d\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"4596a235-8139-42ae-adaf-2fa20006a817\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"callback\":null,\"names\":[\"cell\"],\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"tooltips\":[[\"Cell Barcode\",\"@barcode\"],[\"Group\",\"@community\"]]},\"id\":\"7c77d59f-3d31-4840-a079-832373836319\",\"type\":\"HoverTool\"},{\"attributes\":{\"data_source\":{\"id\":\"f543688d-105f-4f0e-9adb-a35ea404b6b3\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"573561b9-c050-4791-9dc3-7d673f26d9ba\",\"type\":\"MultiLine\"},\"hover_glyph\":null,\"muted_glyph\":null,\"nonselection_glyph\":{\"id\":\"cc4502bc-0fcf-49a9-9d6a-919329c54034\",\"type\":\"MultiLine\"},\"selection_glyph\":null},\"id\":\"3df74db2-c691-4290-bb6f-812cf0e766d6\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"units\":\"screen\",\"value\":10},\"x\":{\"field\":\"xs\"},\"y\":{\"field\":\"ys\"}},\"id\":\"f3810bb5-7bb3-47cb-ad04-9e58b9376eb2\",\"type\":\"Circle\"},{\"attributes\":{\"click_policy\":\"mute\",\"items\":[{\"id\":\"6a707f0f-36d9-45ea-9074-a22198db45d1\",\"type\":\"LegendItem\"}],\"plot\":{\"id\":\"ec9aa9d8-8564-4513-b0f0-af2e71b42497\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"be4482d2-8d3a-4613-ad84-17679f94ae69\",\"type\":\"Legend\"},{\"attributes\":{},\"id\":\"1bcd314c-7699-4955-8ae5-772890714f6a\",\"type\":\"BasicTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"3d8cc46f-addf-4826-95c2-e2e70137ca6b\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"04b109c7-4d09-4c33-bfec-23fab0fe099c\",\"type\":\"Circle\"},\"hover_glyph\":{\"id\":\"52adeff6-0828-4af3-98a3-08a97b763969\",\"type\":\"Circle\"},\"muted_glyph\":{\"id\":\"b33d195f-e441-46d7-95aa-b7cfc8824a0d\",\"type\":\"Circle\"},\"name\":\"cell\",\"nonselection_glyph\":{\"id\":\"b488a0ce-c125-4c11-ae4c-ecddc5de8024\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"4a6fa7db-11ca-4d9e-b05d-6bc86f5733db\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"04847fb8-cf18-4d6d-93cb-b1a8d79ded54\",\"type\":\"PanTool\"},{\"attributes\":{\"label\":{\"field\":\"community\"},\"renderers\":[{\"id\":\"4a6fa7db-11ca-4d9e-b05d-6bc86f5733db\",\"type\":\"GlyphRenderer\"}]},\"id\":\"6a707f0f-36d9-45ea-9074-a22198db45d1\",\"type\":\"LegendItem\"},{\"attributes\":{\"child\":{\"id\":\"ec9aa9d8-8564-4513-b0f0-af2e71b42497\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"title\":\"group3\"},\"id\":\"d31c2e10-80a6-4dc1-a571-01ec1ad24f03\",\"type\":\"Panel\"},{\"attributes\":{\"fill_color\":{\"field\":\"community_color\"},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"units\":\"screen\",\"value\":10},\"x\":{\"field\":\"xs\"},\"y\":{\"field\":\"ys\"}},\"id\":\"725fbf36-63b5-4d7a-8bf7-c550cbbf7e58\",\"type\":\"Circle\"},{\"attributes\":{\"fill_color\":{\"field\":\"community_color\"},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"units\":\"screen\",\"value\":10},\"x\":{\"field\":\"xs\"},\"y\":{\"field\":\"ys\"}},\"id\":\"52adeff6-0828-4af3-98a3-08a97b763969\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"2cd45548-52d0-480e-8e87-a469181a050e\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"line_alpha\":{\"field\":\"alphas\"},\"line_width\":{\"value\":1.5},\"xs\":{\"field\":\"xs\"},\"ys\":{\"field\":\"ys\"}},\"id\":\"573561b9-c050-4791-9dc3-7d673f26d9ba\",\"type\":\"MultiLine\"},{\"attributes\":{\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"d6ae8c1c-531f-42fa-b163-8126a14a7f68\",\"type\":\"CrosshairTool\"},{\"attributes\":{\"overlay\":{\"id\":\"80f4a264-4370-42f8-9cbe-ce4fa4ddcfe1\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"7cfb0375-658d-4301-8512-4bc0a28de64d\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.2},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.2},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"units\":\"screen\",\"value\":10},\"x\":{\"field\":\"xs\"},\"y\":{\"field\":\"ys\"}},\"id\":\"da77dcbd-e145-47ed-a572-b59943329186\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"6d209523-9d0a-44cb-94d5-f4d39a160316\",\"type\":\"ZoomInTool\"},{\"attributes\":{\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"8d0c478d-3190-496c-ae24-758947f3c311\",\"type\":\"BasicTicker\"}},\"id\":\"134f29b0-a355-43f9-bac5-1d1ef5b42d8a\",\"type\":\"Grid\"},{\"attributes\":{},\"id\":\"8e382311-6a7a-459a-9510-2fe59fea7d87\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"b3eb3caa-58a7-46c0-a206-bd5402b32688\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1bcd314c-7699-4955-8ae5-772890714f6a\",\"type\":\"BasicTicker\"}},\"id\":\"38702fbe-b0bd-4fa0-8919-e926e03668a6\",\"type\":\"Grid\"},{\"attributes\":{},\"id\":\"7c845b1a-a054-4f87-af55-2fe30acfb988\",\"type\":\"LinearScale\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"ac8c6f2c-2d33-4755-8341-8f4c38d92f78\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"53cd75e6-2829-4999-96b7-6d207258657a\",\"type\":\"BasicTicker\"}},\"id\":\"ebbde549-af2e-4aa4-ac44-d861c21594f5\",\"type\":\"Grid\"},{\"attributes\":{\"formatter\":{\"id\":\"0df06827-4398-4e95-ba07-0724b51ec959\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"ac8c6f2c-2d33-4755-8341-8f4c38d92f78\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"53cd75e6-2829-4999-96b7-6d207258657a\",\"type\":\"BasicTicker\"}},\"id\":\"666bb1c4-0748-42ff-ace8-1a164d6e0150\",\"type\":\"LinearAxis\"},{\"attributes\":{},\"id\":\"53cd75e6-2829-4999-96b7-6d207258657a\",\"type\":\"BasicTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"3fe1e463-0061-44fb-a400-2b84118385cf\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"0df06827-4398-4e95-ba07-0724b51ec959\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{},\"id\":\"127315cf-bca3-478a-907c-eac8273daa21\",\"type\":\"LinearScale\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"xs\",\"ys\",\"alphas\",\"index\"],\"data\":{\"alphas\":[0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.22941176470588237,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.2571428571428571,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.2571428571428571,0.1647058823529412,0.2571428571428571,0.14074074074074075,0.34444444444444444,0.34444444444444444,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.2571428571428571,0.1647058823529412,0.2571428571428571,0.2974358974358974,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.4,0.34444444444444444,0.2974358974358974,0.2974358974358974,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.22941176470588237,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.22941176470588237,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.7,0.2974358974358974,0.2974358974358974,0.2974358974358974,0.1647058823529412,0.5888888888888888,0.34444444444444444,0.2222222222222222,0.2571428571428571,0.14074074074074075,0.4948717948717948,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.2833333333333333,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2974358974358974,0.2974358974358974,0.2974358974358974,0.1647058823529412,0.5888888888888888,0.34444444444444444,0.2222222222222222,0.2571428571428571,0.14074074074074075,0.4948717948717948,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.18148148148148147,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.14074074074074075,0.1647058823529412,0.2974358974358974,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2833333333333333,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.34444444444444444,0.1192982456140351,0.18148148148148147,0.1192982456140351,0.4948717948717948,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.34444444444444444,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.2833333333333333,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2833333333333333,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.13859649122807016,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.4948717948717948,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.4948717948717948,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.14074074074074075,0.2571428571428571,0.41428571428571426,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.22941176470588237,0.34444444444444444,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.2974358974358974,0.2571428571428571,0.2571428571428571,0.2974358974358974,0.2222222222222222,0.2974358974358974,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.41428571428571426,0.4948717948717948,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2571428571428571,0.2974358974358974,0.5888888888888888,0.2974358974358974,0.2833333333333333,0.2222222222222222,0.2974358974358974,0.19166666666666665,0.41428571428571426,0.7,0.7,0.41428571428571426,0.14074074074074075,0.4948717948717948,0.7,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.13859649122807016,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.18148148148148147,0.14074074074074075,0.14074074074074075,0.18148148148148147,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.4948717948717948,0.2974358974358974,0.1647058823529412,0.1647058823529412,0.2571428571428571,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.2974358974358974,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.4948717948717948,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2833333333333333,0.4948717948717948,0.2974358974358974,0.4948717948717948,0.1647058823529412,0.34444444444444444,0.5888888888888888,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.34444444444444444,0.41428571428571426,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.18148148148148147,0.1192982456140351,0.22941176470588237,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.2571428571428571,0.34444444444444444,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.34444444444444444,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.4948717948717948,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.2974358974358974,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.22941176470588237,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.2974358974358974,0.19166666666666665,0.2571428571428571,0.34444444444444444,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.2974358974358974,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.1647058823529412,0.34444444444444444,0.41428571428571426,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.41428571428571426,0.1647058823529412,0.1647058823529412,0.34444444444444444,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.34444444444444444,0.2571428571428571,0.2571428571428571,0.14074074074074075,0.2974358974358974,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.13859649122807016,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.2974358974358974,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.4948717948717948,0.1192982456140351,0.5888888888888888,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.41428571428571426,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2833333333333333,0.19166666666666665,0.1192982456140351,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.2571428571428571,0.2974358974358974,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.13859649122807016,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.22941176470588237,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.41428571428571426,0.2571428571428571,0.4948717948717948,0.5888888888888888,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.2974358974358974,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.4948717948717948,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.22941176470588237,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.2974358974358974,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.34444444444444444,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2974358974358974,0.2974358974358974,0.19166666666666665,0.19166666666666665,0.2974358974358974,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.41428571428571426,0.41428571428571426,0.2833333333333333,0.2974358974358974,0.2222222222222222,0.14074074074074075,0.34444444444444444,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2833333333333333,0.2222222222222222,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.22941176470588237,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.22941176470588237,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.22941176470588237,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.34444444444444444,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.2833333333333333,0.2222222222222222,0.1647058823529412,0.34444444444444444,0.4948717948717948,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.2571428571428571,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.18148148148148147,0.34444444444444444,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2833333333333333,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.2833333333333333,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.22941176470588237,0.1647058823529412,0.2571428571428571,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.18148148148148147,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2974358974358974,0.4948717948717948,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.2833333333333333,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.2222222222222222,0.14074074074074075,0.2571428571428571,0.14074074074074075,0.2833333333333333,0.41428571428571426,0.19166666666666665,0.2571428571428571,0.41428571428571426,0.41428571428571426,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.4948717948717948,0.41428571428571426,0.19166666666666665,0.2974358974358974,0.2974358974358974,0.2571428571428571,0.2222222222222222,0.2222222222222222,0.2974358974358974,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.4948717948717948,0.2833333333333333,0.2222222222222222,0.1192982456140351,0.2833333333333333,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.34444444444444444,0.2571428571428571,0.34444444444444444,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.1647058823529412,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.2571428571428571,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.2974358974358974,0.34444444444444444,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.1192982456140351,0.2974358974358974,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.18148148148148147,0.1647058823529412,0.19166666666666665,0.4948717948717948,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.34444444444444444,0.41428571428571426,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.34444444444444444,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.22941176470588237,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.18148148148148147,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.4948717948717948,0.34444444444444444,0.14074074074074075,0.1192982456140351,0.4948717948717948,0.2222222222222222,0.4948717948717948,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.2974358974358974,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.2974358974358974,0.41428571428571426,0.34444444444444444,0.2571428571428571,0.2974358974358974,0.41428571428571426,0.1192982456140351,0.4948717948717948,0.2222222222222222,0.1192982456140351,0.22941176470588237,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2974358974358974,0.2974358974358974,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2974358974358974,0.2222222222222222,0.2571428571428571,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2833333333333333,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.34444444444444444,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.41428571428571426,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.34444444444444444,0.41428571428571426,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.34444444444444444,0.2222222222222222,0.1647058823529412,0.22941176470588237,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.22941176470588237,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.41428571428571426,0.2222222222222222,0.2833333333333333,0.2974358974358974,0.41428571428571426,0.4948717948717948,0.19166666666666665,0.19166666666666665,0.34444444444444444,0.19166666666666665,0.19166666666666665,0.2974358974358974,0.14074074074074075,0.5888888888888888,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.4948717948717948,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.4948717948717948,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.22941176470588237,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.34444444444444444,0.34444444444444444,0.34444444444444444,0.1192982456140351,0.1192982456140351,0.5888888888888888,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.2974358974358974,0.2571428571428571,0.2571428571428571,0.2571428571428571,0.2571428571428571,0.2571428571428571,0.2974358974358974,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.2833333333333333,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2833333333333333,0.1192982456140351,0.34444444444444444,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2833333333333333,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2571428571428571,0.14074074074074075,0.19166666666666665,0.4948717948717948,0.2974358974358974,0.5888888888888888,0.5888888888888888,0.41428571428571426,0.1647058823529412,0.4948717948717948,0.4,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.2833333333333333,0.34444444444444444,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.2833333333333333,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2833333333333333,0.1192982456140351,0.2222222222222222,0.22941176470588237,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.2571428571428571,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.22941176470588237,0.41428571428571426,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.2833333333333333,0.41428571428571426,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.34444444444444444,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.1192982456140351,0.41428571428571426,0.1192982456140351,0.41428571428571426,0.2222222222222222,0.19166666666666665,0.2974358974358974,0.1647058823529412,0.1647058823529412,0.41428571428571426,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.4948717948717948,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.18148148148148147,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.2833333333333333,0.1647058823529412,0.4948717948717948,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.2974358974358974,0.4948717948717948,0.14074074074074075,0.14074074074074075,0.34444444444444444,0.41428571428571426,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.2974358974358974,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.1192982456140351,0.2571428571428571,0.14074074074074075,0.2833333333333333,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.41428571428571426,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.34444444444444444,0.2571428571428571,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.22941176470588237,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.34444444444444444,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.41428571428571426,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.4948717948717948,0.2833333333333333,0.1647058823529412,0.2571428571428571,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.2974358974358974,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.34444444444444444,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.41428571428571426,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2974358974358974,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.4948717948717948,0.34444444444444444,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.41428571428571426,0.41428571428571426,0.34444444444444444,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.2833333333333333,0.34444444444444444,0.14074074074074075,0.19166666666666665,0.4948717948717948,0.2833333333333333,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.13859649122807016,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.18148148148148147,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.2974358974358974,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.34444444444444444,0.2974358974358974,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.41428571428571426,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.2833333333333333,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.2571428571428571,0.2571428571428571,0.1647058823529412,0.2974358974358974,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2974358974358974,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.34444444444444444,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.34444444444444444,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.22941176470588237,0.1647058823529412,0.2974358974358974,0.4948717948717948,0.2571428571428571,0.2833333333333333,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.2833333333333333,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.34444444444444444,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.41428571428571426,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.2974358974358974,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.22941176470588237,0.2222222222222222,0.2833333333333333,0.2222222222222222,0.22941176470588237,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.41428571428571426,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.2833333333333333,0.13859649122807016,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.2974358974358974,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.2571428571428571,0.2974358974358974,0.2974358974358974,0.2571428571428571,0.2974358974358974,0.1647058823529412,0.34444444444444444,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.34444444444444444,0.2571428571428571,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.2974358974358974,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.4948717948717948,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.2974358974358974,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.14074074074074075,0.34444444444444444,0.19166666666666665,0.19166666666666665,0.34444444444444444,0.19166666666666665,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.41428571428571426,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.2974358974358974,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.41428571428571426,0.4948717948717948,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.2974358974358974,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.2571428571428571,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.2833333333333333,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.22941176470588237,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.2571428571428571,0.14074074074074075,0.34444444444444444,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.2974358974358974,0.1647058823529412,0.2571428571428571,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.2571428571428571,0.2833333333333333,0.1647058823529412,0.2833333333333333,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.41428571428571426,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.41428571428571426,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.41428571428571426,0.19166666666666665,0.2833333333333333,0.22941176470588237,0.1647058823529412,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.13859649122807016,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.34444444444444444,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.2974358974358974,0.2222222222222222,0.2571428571428571,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.2833333333333333,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.22941176470588237,0.2222222222222222,0.19166666666666665,0.4948717948717948,0.41428571428571426,0.2833333333333333,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.41428571428571426,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.2833333333333333,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.41428571428571426,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.41428571428571426,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.2974358974358974,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.41428571428571426,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.34444444444444444,0.19166666666666665,0.2571428571428571,0.2571428571428571,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.2571428571428571,0.41428571428571426,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.41428571428571426,0.2222222222222222,0.2222222222222222,0.41428571428571426,0.41428571428571426,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.41428571428571426,0.22941176470588237,0.19166666666666665,0.18148148148148147,0.18148148148148147,0.2222222222222222,0.2833333333333333,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.22941176470588237,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.34444444444444444,0.41428571428571426,0.1647058823529412,0.2974358974358974,0.34444444444444444,0.2571428571428571,0.14074074074074075,0.2571428571428571,0.2974358974358974,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.41428571428571426,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.18148148148148147,0.22941176470588237,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.2571428571428571,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.34444444444444444,0.41428571428571426,0.14074074074074075,0.2974358974358974,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.34444444444444444,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.34444444444444444,0.2571428571428571,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.2974358974358974,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2974358974358974,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.22941176470588237,0.41428571428571426,0.2571428571428571,0.34444444444444444,0.1192982456140351,0.1647058823529412,0.4948717948717948,0.19166666666666665,0.41428571428571426,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.34444444444444444,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.41428571428571426,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.34444444444444444,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.22941176470588237,0.1647058823529412,0.2571428571428571,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.5888888888888888,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2974358974358974,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2974358974358974,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.41428571428571426,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.2571428571428571,0.2571428571428571,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.2571428571428571,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.41428571428571426,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.34444444444444444,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.22941176470588237,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2974358974358974,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.41428571428571426,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2833333333333333,0.34444444444444444,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.18148148148148147,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2974358974358974,0.19166666666666665,0.14074074074074075,0.2974358974358974,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.2974358974358974,0.2974358974358974,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.5888888888888888,0.2222222222222222,0.2571428571428571,0.34444444444444444,0.4948717948717948,0.2571428571428571,0.19166666666666665,0.34444444444444444,0.2974358974358974,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.4948717948717948,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.41428571428571426,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.41428571428571426,0.2974358974358974,0.41428571428571426,0.19166666666666665,0.1647058823529412,0.34444444444444444,0.2222222222222222,0.2833333333333333,0.4948717948717948,0.2974358974358974,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2833333333333333,0.2222222222222222,0.22941176470588237,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.41428571428571426,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.34444444444444444,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.2222222222222222,0.2833333333333333,0.14074074074074075,0.4948717948717948,0.34444444444444444,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.4948717948717948,0.2833333333333333,0.2222222222222222,0.2974358974358974,0.1192982456140351,0.1192982456140351,0.41428571428571426,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.4948717948717948,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.18148148148148147,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.18148148148148147,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.2974358974358974,0.14074074074074075,0.2974358974358974,0.34444444444444444,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.34444444444444444,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.14074074074074075,0.34444444444444444,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.2222222222222222,0.4948717948717948,0.2222222222222222,0.2222222222222222,0.4948717948717948,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.13859649122807016,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.41428571428571426,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.2833333333333333,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.34444444444444444,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.41428571428571426,0.19166666666666665,0.19166666666666665,0.41428571428571426,0.19166666666666665,0.2222222222222222,0.2833333333333333,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.1192982456140351,0.2571428571428571,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.22941176470588237,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.2974358974358974,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.13859649122807016,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.2833333333333333,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.18148148148148147,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.2571428571428571,0.34444444444444444,0.41428571428571426,0.1192982456140351,0.2222222222222222,0.41428571428571426,0.2222222222222222,0.2571428571428571,0.2974358974358974,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.41428571428571426,0.4948717948717948,0.41428571428571426,0.22941176470588237,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.2974358974358974,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2833333333333333,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.18148148148148147,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.34444444444444444,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.34444444444444444,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.41428571428571426,0.22941176470588237,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.4948717948717948,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.34444444444444444,0.41428571428571426,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.41428571428571426,0.2833333333333333,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.4948717948717948,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.34444444444444444,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.34444444444444444,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2974358974358974,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.2974358974358974,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.34444444444444444,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.34444444444444444,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.2974358974358974,0.2222222222222222,0.41428571428571426,0.19166666666666665,0.1192982456140351,0.41428571428571426,0.1647058823529412,0.2222222222222222,0.5888888888888888,0.2974358974358974,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.34444444444444444,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.7,0.1647058823529412,0.41428571428571426,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.34444444444444444,0.7,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.2974358974358974,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.2571428571428571,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.4948717948717948,0.19166666666666665,0.2974358974358974,0.2571428571428571,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.22941176470588237,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2974358974358974,0.2974358974358974,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.2833333333333333,0.41428571428571426,0.1192982456140351,0.14074074074074075,0.41428571428571426,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.41428571428571426,0.4948717948717948,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.34444444444444444,0.34444444444444444,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.2974358974358974,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.2222222222222222,0.19166666666666665,0.2833333333333333,0.2833333333333333,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.34444444444444444,0.14074074074074075,0.2571428571428571,0.19166666666666665,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.34444444444444444,0.19166666666666665,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.2833333333333333,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.41428571428571426,0.1647058823529412,0.2974358974358974,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.41428571428571426,0.1192982456140351,0.1647058823529412,0.2833333333333333,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.34444444444444444,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.2571428571428571,0.34444444444444444,0.41428571428571426,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.2571428571428571,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.22941176470588237,0.41428571428571426,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.22941176470588237,0.2974358974358974,0.2833333333333333,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.4948717948717948,0.2974358974358974,0.2974358974358974,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.41428571428571426,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.4948717948717948,0.7,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.34444444444444444,0.34444444444444444,0.41428571428571426,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.2222222222222222,0.2833333333333333,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.34444444444444444,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2571428571428571,0.1647058823529412,0.2833333333333333,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.2833333333333333,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.2974358974358974,0.1647058823529412,0.2571428571428571,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2974358974358974,0.1192982456140351,0.2222222222222222,0.2974358974358974,0.19166666666666665,0.1647058823529412,0.2833333333333333,0.2222222222222222,0.2571428571428571,0.2222222222222222,0.14074074074074075,0.34444444444444444,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.22941176470588237,0.34444444444444444,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.41428571428571426,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.19166666666666665,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2833333333333333,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.2571428571428571,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.2571428571428571,0.2222222222222222,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.22941176470588237,0.34444444444444444,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.2571428571428571,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.41428571428571426,0.1647058823529412,0.19166666666666665,0.14074074074074075,0.2833333333333333,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.41428571428571426,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.4948717948717948,0.2974358974358974,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.4948717948717948,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.34444444444444444,0.2833333333333333,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.22941176470588237,0.1192982456140351,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.34444444444444444,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.34444444444444444,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2974358974358974,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.4948717948717948,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.34444444444444444,0.2222222222222222,0.2833333333333333,0.41428571428571426,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.2974358974358974,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.2222222222222222,0.19166666666666665,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2571428571428571,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.19166666666666665,0.2571428571428571,0.34444444444444444,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.2571428571428571,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.14074074074074075,0.18148148148148147,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.34444444444444444,0.19166666666666665,0.14074074074074075,0.22941176470588237,0.2222222222222222,0.34444444444444444,0.1192982456140351,0.41428571428571426,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.34444444444444444,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.34444444444444444,0.1647058823529412,0.22941176470588237,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.41428571428571426,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.41428571428571426,0.1647058823529412,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.41428571428571426,0.2833333333333333,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.2833333333333333,0.2222222222222222,0.2222222222222222,0.2571428571428571,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.2974358974358974,0.19166666666666665,0.41428571428571426,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.34444444444444444,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.1192982456140351,0.2833333333333333,0.2974358974358974,0.14074074074074075,0.14074074074074075,0.22941176470588237,0.1647058823529412,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.1647058823529412,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1647058823529412,0.2974358974358974,0.1192982456140351,0.18148148148148147,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.1647058823529412,0.18148148148148147,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.1192982456140351,0.14074074074074075,0.34444444444444444,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.1192982456140351,0.4948717948717948,0.22941176470588237,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.1647058823529412,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.34444444444444444,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.2222222222222222,0.1192982456140351,0.14074074074074075,0.1647058823529412,0.14074074074074075,0.1647058823529412,0.1192982456140351,0.1647058823529412,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.1192982456140351,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.22941176470588237,0.14074074074074075,0.34444444444444444,0.1192982456140351,0.2222222222222222,0.34444444444444444,0.14074074074074075,0.19166666666666665,0.2222222222222222,0.19166666666666665,0.14074074074074075,0.1192982456140351,0.1647058823529412,0.19166666666666665,0.2222222222222222,0.14074074074074075,0.19166666666666665,0.1647058823529412,0.19166666666666665,0.1647058823529412,0.1192982456140351,0.1192982456140351,0.1192982456140351,0.19166666666666665,0.1647058823529412,0.34444444444444444,0.1192982456140351,0.2222222222222222,0.1647058823529412,0.1192982456140351,0.4948717948717948,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.19166666666666665,0.14074074074074075,0.19166666666666665,0.1192982456140351,0.2222222222222222,0.14074074074074075,0.14074074074074075,0.1192982456140351,0.1192982456140351,0.2571428571428571,0.19166666666666665,0.14074074074074075,0.14074074074074075,0.14074074074074075,0.1647058823529412,0.2222222222222222,0.19166666666666665,0.1647058823529412],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,3512,3513,3514,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557,3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3576,3577,3578,3579,3580,3581,3582,3583,3584,3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618,3619,3620,3621,3622,3623,3624,3625,3626,3627,3628,3629,3630,3631,3632,3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661,3662,3663,3664,3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695,3696,3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3739,3740,3741,3742,3743,3744,3745,3746,3747,3748,3749,3750,3751,3752,3753,3754,3755,3756,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3770,3771,3772,3773,3774,3775,3776,3777,3778,3779,3780,3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855,3856,3857,3858,3859,3860,3861,3862,3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878,3879,3880,3881,3882,3883,3884,3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900,3901,3902,3903,3904,3905,3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,3922,3923,3924,3925,3926,3927,3928,3929,3930,3931,3932,3933,3934,3935,3936,3937,3938,3939,3940,3941,3942,3943,3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961,3962,3963,3964,3965,3966,3967,3968,3969,3970,3971,3972,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3990,3991,3992,3993,3994,3995,3996,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055,4056,4057,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068,4069,4070,4071,4072,4073,4074,4075,4076,4077,4078,4079,4080,4081,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4093,4094,4095,4096,4097,4098,4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124,4125,4126,4127,4128,4129,4130,4131,4132,4133,4134,4135,4136,4137,4138,4139,4140,4141,4142,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4153,4154,4155,4156,4157,4158,4159,4160,4161,4162,4163,4164,4165,4166,4167,4168,4169,4170,4171,4172,4173,4174,4175,4176,4177,4178,4179,4180,4181,4182,4183,4184,4185,4186,4187,4188,4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246,4247,4248,4249,4250,4251,4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264,4265,4266,4267,4268,4269,4270,4271,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4289,4290,4291,4292,4293,4294,4295,4296,4297,4298,4299,4300,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347,4348,4349,4350,4351,4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365,4366,4367,4368,4369,4370,4371,4372,4373,4374,4375,4376,4377,4378,4379,4380,4381,4382,4383,4384,4385,4386,4387,4388,4389,4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405,4406,4407,4408,4409,4410,4411,4412,4413,4414,4415,4416,4417,4418,4419,4420,4421,4422,4423,4424,4425,4426,4427,4428,4429,4430,4431,4432,4433,4434,4435,4436,4437,4438,4439,4440,4441,4442,4443,4444,4445,4446,4447,4448,4449,4450,4451,4452,4453,4454,4455,4456,4457,4458,4459,4460,4461,4462,4463,4464,4465,4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,4490,4491,4492,4493,4494,4495,4496,4497,4498,4499,4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4517,4518,4519,4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567,4568,4569,4570,4571,4572,4573,4574,4575,4576,4577,4578,4579,4580,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,4610,4611,4612,4613,4614,4615,4616,4617,4618,4619,4620,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640,4641,4642,4643,4644,4645,4646,4647,4648,4649,4650,4651,4652,4653,4654,4655,4656,4657,4658,4659,4660,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4671,4672,4673,4674,4675,4676,4677,4678,4679,4680,4681,4682,4683,4684,4685,4686,4687,4688,4689,4690,4691,4692,4693,4694,4695,4696,4697,4698,4699,4700,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4711,4712,4713,4714,4715,4716,4717,4718,4719,4720,4721,4722,4723,4724,4725,4726,4727,4728,4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4751,4752,4753,4754,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4768,4769,4770,4771,4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4791,4792,4793,4794,4795,4796,4797,4798,4799,4800,4801,4802,4803,4804,4805,4806,4807,4808,4809,4810,4811,4812,4813,4814,4815,4816,4817,4818,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832,4833,4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4871,4872,4873,4874,4875,4876,4877,4878,4879,4880,4881,4882,4883,4884,4885,4886,4887,4888,4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4911,4912,4913,4914,4915,4916,4917,4918,4919,4920,4921,4922,4923,4924,4925,4926,4927,4928,4929,4930,4931,4932,4933,4934,4935,4936,4937,4938,4939,4940,4941,4942,4943,4944,4945,4946,4947,4948,4949,4950,4951,4952,4953,4954,4955,4956,4957,4958,4959,4960,4961,4962,4963,4964,4965,4966,4967,4968,4969,4970,4971,4972,4973,4974,4975,4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000,5001,5002,5003,5004,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5020,5021,5022,5023,5024,5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039,5040,5041,5042,5043,5044,5045,5046,5047,5048,5049,5050,5051,5052,5053,5054,5055,5056,5057,5058,5059,5060,5061,5062,5063,5064,5065,5066,5067,5068,5069,5070,5071,5072,5073,5074,5075,5076,5077,5078,5079,5080,5081,5082,5083,5084,5085,5086,5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102,5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,5113,5114,5115,5116,5117,5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133,5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149,5150,5151,5152,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164,5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,5176,5177,5178,5179,5180,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201,5202,5203,5204,5205,5206,5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243,5244,5245,5246,5247,5248,5249,5250,5251,5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283,5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331,5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347,5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488,5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504,5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552,5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568,5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600,5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616,5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792,5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808,5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968,5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145,6146,6147,6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6160,6161,6162,6163,6164,6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,6180,6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210,6211,6212,6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,6254,6255,6256,6257,6258,6259,6260,6261,6262,6263,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,6303,6304,6305,6306,6307,6308,6309,6310,6311,6312,6313,6314,6315,6316,6317,6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332,6333,6334,6335,6336,6337,6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379,6380,6381,6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6418,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6458,6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551,6552,6553,6554,6555,6556,6557,6558,6559,6560,6561,6562,6563,6564,6565,6566,6567,6568,6569,6570,6571,6572,6573,6574,6575,6576,6577,6578,6579,6580,6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604,6605,6606,6607,6608,6609,6610,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6623,6624,6625,6626,6627,6628,6629,6630,6631,6632,6633,6634,6635,6636,6637,6638,6639,6640,6641,6642,6643,6644,6645,6646,6647,6648,6649,6650,6651,6652,6653,6654,6655,6656,6657,6658,6659,6660,6661,6662,6663,6664,6665,6666,6667,6668,6669,6670,6671,6672,6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6704,6705,6706,6707,6708,6709,6710,6711,6712,6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777,6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,6873,6874,6875,6876,6877,6878,6879,6880,6881,6882,6883,6884,6885,6886,6887,6888,6889,6890,6891,6892,6893,6894,6895,6896,6897,6898,6899,6900,6901,6902,6903,6904,6905,6906,6907,6908,6909,6910,6911,6912,6913,6914,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934,6935,6936,6937,6938,6939,6940,6941,6942,6943,6944,6945,6946,6947,6948,6949,6950,6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968,6969,6970,6971,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984,6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001,7002,7003,7004,7005,7006,7007,7008,7009,7010,7011,7012,7013,7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,7028,7029,7030,7031,7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089,7090,7091,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229,7230,7231,7232,7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245,7246,7247,7248,7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277,7278,7279,7280,7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308,7309,7310,7311,7312,7313,7314,7315,7316,7317,7318,7319,7320,7321,7322,7323,7324,7325,7326,7327,7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339,7340,7341,7342,7343,7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,7354,7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372,7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384,7385,7386,7387,7388,7389,7390,7391,7392,7393,7394,7395,7396,7397,7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,7470,7471,7472,7473,7474,7475,7476,7477,7478,7479,7480,7481,7482,7483,7484,7485,7486,7487,7488,7489,7490,7491,7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,7503,7504,7505,7506,7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567,7568,7569,7570,7571,7572,7573],\"xs\":[[0.7595176100730896,0.7495696544647217],[0.7595176100730896,0.7581626772880554],[0.7595176100730896,0.7282047271728516],[0.7595176100730896,0.8296692371368408],[0.7595176100730896,0.7221415042877197],[0.7595176100730896,0.8047298789024353],[0.7765870690345764,0.818489670753479],[0.7765870690345764,0.782119631767273],[0.7765870690345764,0.7656293511390686],[0.7765870690345764,0.6844013929367065],[0.7765870690345764,0.6797059178352356],[0.7765870690345764,0.7271822094917297],[0.7765870690345764,0.7347737550735474],[0.7765870690345764,0.8220458626747131],[0.7765870690345764,0.7321111559867859],[0.7765870690345764,0.6983467936515808],[0.7765870690345764,0.8615885376930237],[0.7765870690345764,0.7867986559867859],[0.7765870690345764,0.745615541934967],[0.7111477851867676,0.7597346901893616],[0.7111477851867676,0.5979881882667542],[0.7111477851867676,0.7583283185958862],[0.7111477851867676,0.8112959265708923],[0.7111477851867676,0.7275864481925964],[0.7111477851867676,0.7116513848304749],[0.7111477851867676,0.7911808490753174],[0.7111477851867676,0.7302991151809692],[0.7111477851867676,0.6829653382301331],[0.7111477851867676,0.762096643447876],[0.7111477851867676,0.759355366230011],[0.3221517503261566,0.3261411190032959],[0.3221517503261566,0.33369484543800354],[0.3221517503261566,0.3421347141265869],[0.3221517503261566,0.3206970691680908],[0.3221517503261566,0.3883249759674072],[0.3221517503261566,0.37673285603523254],[0.3221517503261566,0.3889591693878174],[0.3221517503261566,0.36713871359825134],[0.823376476764679,0.8235085010528564],[0.823376476764679,0.8392395377159119],[0.823376476764679,0.7495696544647217],[0.823376476764679,0.8110355138778687],[0.823376476764679,0.904068648815155],[0.823376476764679,0.8265628814697266],[0.823376476764679,0.8073979020118713],[0.823376476764679,0.8256661295890808],[0.823376476764679,0.8257892727851868],[0.823376476764679,0.8543416857719421],[0.823376476764679,0.8357451558113098],[0.823376476764679,0.8364027738571167],[0.823376476764679,0.8739436268806458],[0.823376476764679,0.8461238741874695],[0.823376476764679,0.7919104099273682],[0.823376476764679,0.8377017974853516],[0.823376476764679,0.7812818288803101],[0.823376476764679,0.7925611734390259],[0.823376476764679,0.7480918765068054],[0.823376476764679,0.8157446980476379],[0.823376476764679,0.8347442150115967],[0.823376476764679,0.8225825428962708],[0.823376476764679,0.7812297940254211],[0.823376476764679,0.816468358039856],[0.823376476764679,0.7446836829185486],[0.823376476764679,0.7948758006095886],[0.823376476764679,0.8779430985450745],[0.823376476764679,0.8017551302909851],[0.823376476764679,0.8494037389755249],[0.823376476764679,0.8785631656646729],[0.823376476764679,0.8053995966911316],[0.823376476764679,0.8436145782470703],[0.823376476764679,0.8167405724525452],[0.823376476764679,0.7707335352897644],[0.823376476764679,0.8472910523414612],[0.823376476764679,0.8661436438560486],[0.823376476764679,0.8185698390007019],[0.823376476764679,0.7911808490753174],[0.823376476764679,0.827627420425415],[0.823376476764679,0.7990480065345764],[0.6022597551345825,0.526804506778717],[0.6022597551345825,0.6006220579147339],[0.6022597551345825,0.6707615852355957],[0.6022597551345825,0.7740139961242676],[0.6022597551345825,0.5249432921409607],[0.6022597551345825,0.6141986846923828],[0.6022597551345825,0.6210216879844666],[0.6022597551345825,0.601372241973877],[0.6022597551345825,0.5466391444206238],[0.6022597551345825,0.5540754795074463],[0.6022597551345825,0.6806694269180298],[0.6022597551345825,0.6922354698181152],[0.6022597551345825,0.6952691078186035],[0.6022597551345825,0.6261652112007141],[0.6022597551345825,0.5062854290008545],[0.6022597551345825,0.6529120206832886],[0.6022597551345825,0.5811347365379333],[0.644122302532196,0.6931532621383667],[0.644122302532196,0.6896851658821106],[0.644122302532196,0.7473402619361877],[0.644122302532196,0.7002091407775879],[0.644122302532196,0.6829653382301331],[0.6500369310379028,0.7152361869812012],[0.6500369310379028,0.568679690361023],[0.6500369310379028,0.5943913459777832],[0.6500369310379028,0.7115951180458069],[0.6500369310379028,0.6422953605651855],[0.6500369310379028,0.7039629220962524],[0.6500369310379028,0.7313916087150574],[0.6500369310379028,0.5515874624252319],[0.128703773021698,0.1629529595375061],[0.128703773021698,0.06858082860708237],[0.128703773021698,0.15595050156116486],[0.128703773021698,0.15740245580673218],[0.128703773021698,0.15217259526252747],[0.128703773021698,0.1651565432548523],[0.128703773021698,0.06285079568624496],[0.128703773021698,0.0993148684501648],[0.128703773021698,0.14153149724006653],[0.128703773021698,0.17592373490333557],[0.128703773021698,0.1519281566143036],[0.128703773021698,0.06800802797079086],[0.128703773021698,0.09357265383005142],[0.128703773021698,0.11701633781194687],[0.64956134557724,0.533856987953186],[0.64956134557724,0.7581626772880554],[0.64956134557724,0.6630153059959412],[0.64956134557724,0.7282047271728516],[0.64956134557724,0.7152361869812012],[0.64956134557724,0.568679690361023],[0.64956134557724,0.5566433668136597],[0.64956134557724,0.7973183989524841],[0.64956134557724,0.6422953605651855],[0.64956134557724,0.5576830506324768],[0.64956134557724,0.6197496652603149],[0.64956134557724,0.7313916087150574],[0.64956134557724,0.7653689980506897],[0.64956134557724,0.6413874626159668],[0.64956134557724,0.5489954948425293],[0.812050461769104,0.8449690341949463],[0.812050461769104,0.8039311170578003],[0.812050461769104,0.8202879428863525],[0.812050461769104,0.7864226698875427],[0.812050461769104,0.782425045967102],[0.812050461769104,0.8385027647018433],[0.812050461769104,0.7456238865852356],[0.812050461769104,0.8296692371368408],[0.812050461769104,0.7959315180778503],[0.812050461769104,0.8377017974853516],[0.812050461769104,0.7925611734390259],[0.812050461769104,0.8007849454879761],[0.812050461769104,0.7446836829185486],[0.812050461769104,0.7962307333946228],[0.812050461769104,0.8027061820030212],[0.812050461769104,0.7911808490753174],[0.812050461769104,0.8745202422142029],[0.812050461769104,0.762096643447876],[0.812050461769104,0.7990480065345764],[0.8282318711280823,0.7864226698875427],[0.8282318711280823,0.7919104099273682],[0.8282318711280823,0.7925611734390259],[0.8282318711280823,0.8375582695007324],[0.8282318711280823,0.799592137336731],[0.8282318711280823,0.8347442150115967],[0.8282318711280823,0.7987415194511414],[0.8282318711280823,0.8240527510643005],[0.8282318711280823,0.8167405724525452],[0.8282318711280823,0.7911808490753174],[0.8282318711280823,0.7990480065345764],[0.8080769777297974,0.8073979020118713],[0.8080769777297974,0.7860522270202637],[0.8080769777297974,0.746890127658844],[0.8080769777297974,0.8543416857719421],[0.8080769777297974,0.782425045967102],[0.8080769777297974,0.7919104099273682],[0.8080769777297974,0.7653934955596924],[0.8080769777297974,0.8793675303459167],[0.8080769777297974,0.7948758006095886],[0.8080769777297974,0.8745381236076355],[0.8080769777297974,0.7800477147102356],[0.8080769777297974,0.8680999875068665],[0.8080769777297974,0.8027061820030212],[0.8080769777297974,0.7610523700714111],[0.8080769777297974,0.8167405724525452],[0.8080769777297974,0.7707335352897644],[0.8080769777297974,0.7911808490753174],[0.8080769777297974,0.7990480065345764],[0.8555476665496826,0.8039311170578003],[0.8555476665496826,0.8318930268287659],[0.8555476665496826,0.7864226698875427],[0.8555476665496826,0.8377017974853516],[0.8555476665496826,0.8235135078430176],[0.8555476665496826,0.816468358039856],[0.8555476665496826,0.7962307333946228],[0.8555476665496826,0.7911808490753174],[0.8555476665496826,0.7302991151809692],[0.8555476665496826,0.7990480065345764],[0.9167655110359192,0.8047600388526917],[0.9167655110359192,0.7899892926216125],[0.9167655110359192,0.8364027738571167],[0.9167655110359192,0.7798476815223694],[0.9167655110359192,0.7900865077972412],[0.9167655110359192,0.8327212929725647],[0.7743505239486694,0.8039311170578003],[0.7743505239486694,0.7864226698875427],[0.7743505239486694,0.782425045967102],[0.7743505239486694,0.8385027647018433],[0.7743505239486694,0.787928581237793],[0.7743505239486694,0.7829799056053162],[0.7743505239486694,0.7925611734390259],[0.7743505239486694,0.7956261038780212],[0.7743505239486694,0.7752734422683716],[0.7743505239486694,0.7460933327674866],[0.7743505239486694,0.808290421962738],[0.7743505239486694,0.6414791345596313],[0.7743505239486694,0.7968546748161316],[0.7743505239486694,0.762096643447876],[0.7743505239486694,0.827627420425415],[0.7743505239486694,0.7990480065345764],[0.8030614256858826,0.8265628814697266],[0.8030614256858826,0.7860522270202637],[0.8030614256858826,0.782425045967102],[0.8030614256858826,0.787928581237793],[0.8030614256858826,0.7925611734390259],[0.8030614256858826,0.7948758006095886],[0.8030614256858826,0.7987415194511414],[0.8030614256858826,0.8168461322784424],[0.8030614256858826,0.6909089684486389],[0.8030614256858826,0.8167405724525452],[0.8030614256858826,0.822973906993866],[0.8030614256858826,0.7911808490753174],[0.8030614256858826,0.7990480065345764],[0.8106176257133484,0.8449690341949463],[0.8106176257133484,0.8023356199264526],[0.8106176257133484,0.7242231965065002],[0.8106176257133484,0.7598140239715576],[0.8106176257133484,0.8103026747703552],[0.8106176257133484,0.800232470035553],[0.8106176257133484,0.8158586621284485],[0.8106176257133484,0.8730493783950806],[0.8106176257133484,0.7919104099273682],[0.8106176257133484,0.787928581237793],[0.8106176257133484,0.7925611734390259],[0.8106176257133484,0.8380061388015747],[0.8106176257133484,0.8308790922164917],[0.8106176257133484,0.7539135217666626],[0.8106176257133484,0.8007849454879761],[0.8106176257133484,0.816468358039856],[0.8106176257133484,0.8225504159927368],[0.8106176257133484,0.8235631585121155],[0.8106176257133484,0.8168461322784424],[0.8106176257133484,0.8086539506912231],[0.8106176257133484,0.813563346862793],[0.8106176257133484,0.8167405724525452],[0.8106176257133484,0.808290421962738],[0.8106176257133484,0.7911808490753174],[0.8106176257133484,0.7990480065345764],[0.07646645605564117,0.07093136757612228],[0.07646645605564117,0.0931282639503479],[0.07646645605564117,0.04860465228557587],[0.07646645605564117,0.08349982649087906],[0.07646645605564117,0.03630787134170532],[0.07646645605564117,0.0642719715833664],[0.07646645605564117,0.05980536341667175],[0.07646645605564117,0.044782113283872604],[0.07646645605564117,0.044384535402059555],[0.07646645605564117,0.032875772565603256],[0.07646645605564117,0.055463459342718124],[0.07646645605564117,0.0],[0.48777326941490173,0.47656598687171936],[0.48777326941490173,0.5212666988372803],[0.48777326941490173,0.45976269245147705],[0.48777326941490173,0.4246707856655121],[0.48777326941490173,0.5974965691566467],[0.48777326941490173,0.4457146227359772],[0.8646969795227051,0.8364027738571167],[0.8646969795227051,0.8380061388015747],[0.8646969795227051,0.8206517100334167],[0.8646969795227051,0.7476463317871094],[0.8646969795227051,0.808290421962738],[0.8646969795227051,0.7550708055496216],[0.07093136757612228,0.0931282639503479],[0.07093136757612228,0.04860465228557587],[0.07093136757612228,0.08349982649087906],[0.07093136757612228,0.03630787134170532],[0.07093136757612228,0.0642719715833664],[0.07093136757612228,0.05980536341667175],[0.07093136757612228,0.044782113283872604],[0.07093136757612228,0.044384535402059555],[0.07093136757612228,0.032875772565603256],[0.07093136757612228,0.055463459342718124],[0.7792083621025085,0.7901095151901245],[0.7792083621025085,0.787928581237793],[0.7792083621025085,0.7934430241584778],[0.7792083621025085,0.7948758006095886],[0.7792083621025085,0.7691318988800049],[0.7792083621025085,0.7987415194511414],[0.7792083621025085,0.7420265078544617],[0.7792083621025085,0.7939881682395935],[0.7792083621025085,0.7911808490753174],[0.7792083621025085,0.7990480065345764],[0.8454392552375793,0.8300348520278931],[0.8454392552375793,0.9017854928970337],[0.8454392552375793,0.7046894431114197],[0.8454392552375793,0.7973183989524841],[0.8454392552375793,0.8206517100334167],[0.8454392552375793,0.842821478843689],[0.8454392552375793,0.7313916087150574],[0.533856987953186,0.570276141166687],[0.533856987953186,0.6630153059959412],[0.533856987953186,0.6124430894851685],[0.533856987953186,0.525738000869751],[0.533856987953186,0.5566433668136597],[0.533856987953186,0.5398961305618286],[0.533856987953186,0.45952433347702026],[0.533856987953186,0.5217041969299316],[0.8235085010528564,0.8039311170578003],[0.8235085010528564,0.8096657991409302],[0.8235085010528564,0.787355899810791],[0.8235085010528564,0.7820215225219727],[0.8235085010528564,0.7948758006095886],[0.8235085010528564,0.8086539506912231],[0.8235085010528564,0.8167405724525452],[0.8235085010528564,0.7911808490753174],[0.8235085010528564,0.7990480065345764],[0.71300208568573,0.8296692371368408],[0.71300208568573,0.7973183989524841],[0.71300208568573,0.7803592085838318],[0.71300208568573,0.6952691078186035],[0.71300208568573,0.6896851658821106],[0.71300208568573,0.7610523700714111],[0.4520638585090637,0.45976269245147705],[0.4520638585090637,0.5466391444206238],[0.4520638585090637,0.4391385316848755],[0.4520638585090637,0.4393475353717804],[0.4520638585090637,0.4199501574039459],[0.4520638585090637,0.3883249759674072],[0.4520638585090637,0.47491487860679626],[0.526804506778717,0.5249432921409607],[0.526804506778717,0.6548495888710022],[0.526804506778717,0.5576830506324768],[0.8461284637451172,0.7999669313430786],[0.8461284637451172,0.8710821270942688],[0.8461284637451172,0.8377017974853516],[0.8461284637451172,0.8375582695007324],[0.8461284637451172,0.8629308342933655],[0.8461284637451172,0.822973906993866],[0.8461284637451172,0.7911808490753174],[0.8461284637451172,0.7571172714233398],[0.8461284637451172,0.762096643447876],[0.8461284637451172,0.7990480065345764],[0.6522893905639648,0.7495696544647217],[0.6522893905639648,0.7278875708580017],[0.6522893905639648,0.6379876732826233],[0.6522893905639648,0.827627420425415],[0.6981134414672852,0.7581626772880554],[0.6981134414672852,0.6630153059959412],[0.6981134414672852,0.8559737801551819],[0.6981134414672852,0.7092624306678772],[0.6981134414672852,0.6413874626159668],[0.799179196357727,0.8449690341949463],[0.799179196357727,0.8290068507194519],[0.799179196357727,0.8392395377159119],[0.799179196357727,0.8162774443626404],[0.799179196357727,0.8231903314590454],[0.799179196357727,0.8017880320549011],[0.799179196357727,0.8140054941177368],[0.799179196357727,0.8265628814697266],[0.799179196357727,0.7860522270202637],[0.799179196357727,0.7864226698875427],[0.799179196357727,0.7899892926216125],[0.799179196357727,0.7456238865852356],[0.799179196357727,0.802121102809906],[0.799179196357727,0.7901095151901245],[0.799179196357727,0.7485794425010681],[0.799179196357727,0.7919104099273682],[0.799179196357727,0.7925611734390259],[0.799179196357727,0.7641133069992065],[0.799179196357727,0.823237955570221],[0.799179196357727,0.7789193987846375],[0.799179196357727,0.7934430241584778],[0.799179196357727,0.7820215225219727],[0.799179196357727,0.8157446980476379],[0.799179196357727,0.8347442150115967],[0.799179196357727,0.7252809405326843],[0.799179196357727,0.816468358039856],[0.799179196357727,0.8359676599502563],[0.799179196357727,0.8094491362571716],[0.799179196357727,0.7987415194511414],[0.799179196357727,0.7847007513046265],[0.799179196357727,0.8785631656646729],[0.799179196357727,0.7771580815315247],[0.799179196357727,0.8283185958862305],[0.799179196357727,0.8195857405662537],[0.799179196357727,0.8102302551269531],[0.799179196357727,0.8086539506912231],[0.799179196357727,0.8436145782470703],[0.799179196357727,0.7420265078544617],[0.799179196357727,0.824755847454071],[0.799179196357727,0.7939881682395935],[0.799179196357727,0.7760705351829529],[0.799179196357727,0.7911808490753174],[0.799179196357727,0.7460301518440247],[0.799179196357727,0.7990480065345764],[0.570276141166687,0.6630153059959412],[0.570276141166687,0.7557796239852905],[0.570276141166687,0.6932969093322754],[0.4891151785850525,0.4300987124443054],[0.4891151785850525,0.4421294331550598],[0.4891151785850525,0.4257749617099762],[0.4891151785850525,0.5804673433303833],[0.4891151785850525,0.4507638216018677],[0.4891151785850525,0.5702387690544128],[0.6316993236541748,0.7220587730407715],[0.6316993236541748,0.6677941679954529],[0.6316993236541748,0.7356845140457153],[0.6316993236541748,0.7302991151809692],[0.8047600388526917,0.8039311170578003],[0.8047600388526917,0.7598140239715576],[0.8047600388526917,0.782425045967102],[0.8047600388526917,0.7919104099273682],[0.8047600388526917,0.7925611734390259],[0.8047600388526917,0.7583283185958862],[0.8047600388526917,0.7948758006095886],[0.8047600388526917,0.7381041646003723],[0.8047600388526917,0.762096643447876],[0.8047600388526917,0.7990480065345764],[0.44371798634529114,0.46367111802101135],[0.44371798634529114,0.5249432921409607],[0.44371798634529114,0.5366048812866211],[0.44371798634529114,0.4258843660354614],[0.44371798634529114,0.3929847180843353],[0.44371798634529114,0.3695189654827118],[0.44371798634529114,0.42817217111587524],[0.44371798634529114,0.40358370542526245],[0.44371798634529114,0.40171417593955994],[0.44371798634529114,0.48361489176750183],[0.44371798634529114,0.5062854290008545],[0.44371798634529114,0.5093711018562317],[0.44371798634529114,0.5164578557014465],[0.44371798634529114,0.4487797021865845],[0.44371798634529114,0.4198800027370453],[0.9008094668388367,0.8253445625305176],[0.9008094668388367,0.7653934955596924],[0.9008094668388367,0.954405665397644],[0.9008094668388367,0.8793675303459167],[0.9008094668388367,0.7803592085838318],[0.8449690341949463,0.7860522270202637],[0.8449690341949463,0.81260746717453],[0.8449690341949463,0.8339480757713318],[0.8449690341949463,0.8329518437385559],[0.8449690341949463,0.8283185958862305],[0.8449690341949463,0.8195857405662537],[0.8449690341949463,0.8428717851638794],[0.7085267305374146,0.7480905652046204],[0.7085267305374146,0.7581626772880554],[0.7085267305374146,0.6630153059959412],[0.7085267305374146,0.7549915313720703],[0.7085267305374146,0.7912112474441528],[0.7085267305374146,0.6356350183486938],[0.7085267305374146,0.7818605303764343],[0.883841335773468,0.8318930268287659],[0.883841335773468,0.8357451558113098],[0.883841335773468,0.8364027738571167],[0.883841335773468,0.787928581237793],[0.883841335773468,0.787355899810791],[0.883841335773468,0.7934430241584778],[0.883841335773468,0.842821478843689],[0.883841335773468,0.8027061820030212],[0.883841335773468,0.7430548071861267],[0.883841335773468,0.7302991151809692],[0.7504768371582031,0.8039311170578003],[0.7504768371582031,0.7889454960823059],[0.7504768371582031,0.7864226698875427],[0.7504768371582031,0.7959315180778503],[0.7504768371582031,0.787928581237793],[0.7504768371582031,0.7252809405326843],[0.7504768371582031,0.7948758006095886],[0.7504768371582031,0.6758290529251099],[0.7504768371582031,0.6576181054115295],[0.7504768371582031,0.7437599897384644],[0.7504768371582031,0.7911808490753174],[0.7504768371582031,0.6816193461418152],[0.7504768371582031,0.762096643447876],[0.7504768371582031,0.7990480065345764],[0.1866883635520935,0.18338610231876373],[0.1866883635520935,0.19092249870300293],[0.1866883635520935,0.1719498336315155],[0.1866883635520935,0.17346663773059845],[0.1866883635520935,0.1893709897994995],[0.1866883635520935,0.18416009843349457],[0.1866883635520935,0.21226181089878082],[0.1866883635520935,0.1848682314157486],[0.1866883635520935,0.17423748970031738],[0.1866883635520935,0.1896975189447403],[0.1866883635520935,0.18487295508384705],[0.1866883635520935,0.16379578411579132],[0.1866883635520935,0.1938638538122177],[0.1866883635520935,0.1935558170080185],[0.1866883635520935,0.16755563020706177],[0.1866883635520935,0.17594781517982483],[0.1866883635520935,0.18723925948143005],[0.1866883635520935,0.17423675954341888],[0.1866883635520935,0.17574626207351685],[0.1866883635520935,0.1867130845785141],[0.1866883635520935,0.18195579946041107],[0.1866883635520935,0.17288129031658173],[0.1866883635520935,0.2017608880996704],[0.1866883635520935,0.1882190853357315],[0.1866883635520935,0.19786374270915985],[0.1866883635520935,0.17233553528785706],[0.1866883635520935,0.18940173089504242],[0.1866883635520935,0.189248189330101],[0.1866883635520935,0.17574840784072876],[0.1866883635520935,0.168282151222229],[0.1866883635520935,0.1781127005815506],[0.1866883635520935,0.1859053671360016],[0.8023356199264526,0.8290068507194519],[0.8023356199264526,0.8039311170578003],[0.8023356199264526,0.7860522270202637],[0.8023356199264526,0.7864226698875427],[0.8023356199264526,0.8375582695007324],[0.8023356199264526,0.7820215225219727],[0.8023356199264526,0.7691318988800049],[0.8023356199264526,0.8283185958862305],[0.8023356199264526,0.7911808490753174],[0.8253445625305176,0.6750826239585876],[0.8253445625305176,0.7803592085838318],[0.8253445625305176,0.842821478843689],[0.8253445625305176,0.6896851658821106],[0.8253445625305176,0.7481566667556763],[0.8253445625305176,0.7854613065719604],[0.8253445625305176,0.827627420425415],[0.8290068507194519,0.7860522270202637],[0.8290068507194519,0.8445029854774475],[0.8290068507194519,0.8339480757713318],[0.8290068507194519,0.7919104099273682],[0.8290068507194519,0.7925611734390259],[0.8290068507194519,0.8283541202545166],[0.8290068507194519,0.8559737801551819],[0.8290068507194519,0.8452004194259644],[0.8290068507194519,0.8402242660522461],[0.8290068507194519,0.8347442150115967],[0.8290068507194519,0.8072871565818787],[0.8290068507194519,0.8785631656646729],[0.8290068507194519,0.8283185958862305],[0.8290068507194519,0.8361254930496216],[0.8290068507194519,0.8282511830329895],[0.8290068507194519,0.8195857405662537],[0.8290068507194519,0.8629308342933655],[0.8290068507194519,0.8320503830909729],[0.8290068507194519,0.8167405724525452],[0.8290068507194519,0.8472910523414612],[0.8290068507194519,0.7911808490753174],[0.8290068507194519,0.7990480065345764],[0.6006220579147339,0.6795322299003601],[0.6006220579147339,0.5398659110069275],[0.6006220579147339,0.5249432921409607],[0.6006220579147339,0.6141986846923828],[0.6006220579147339,0.6463295817375183],[0.6006220579147339,0.6210216879844666],[0.6006220579147339,0.5159233212471008],[0.6006220579147339,0.592427134513855],[0.6006220579147339,0.588806688785553],[0.6006220579147339,0.6324062943458557],[0.6006220579147339,0.6282235383987427],[0.6006220579147339,0.6804865598678589],[0.6006220579147339,0.6550200581550598],[0.6006220579147339,0.6529120206832886],[0.6006220579147339,0.5905734896659851],[0.6006220579147339,0.5376513600349426],[0.7480905652046204,0.7282047271728516],[0.7480905652046204,0.7769689559936523],[0.7480905652046204,0.7912112474441528],[0.7480905652046204,0.7221415042877197],[0.7480905652046204,0.8047298789024353],[0.7480905652046204,0.7939881682395935],[0.8392395377159119,0.8283811211585999],[0.8392395377159119,0.7829799056053162],[0.8392395377159119,0.7925611734390259],[0.8392395377159119,0.7948758006095886],[0.8392395377159119,0.8027061820030212],[0.8392395377159119,0.8167405724525452],[0.8392395377159119,0.7571172714233398],[0.8392395377159119,0.7990480065345764],[0.20503069460391998,0.19092249870300293],[0.20503069460391998,0.2363135665655136],[0.20503069460391998,0.1914105862379074],[0.20503069460391998,0.20834150910377502],[0.20503069460391998,0.18487295508384705],[0.20503069460391998,0.24280203878879547],[0.20503069460391998,0.20379126071929932],[0.20503069460391998,0.17288129031658173],[0.20503069460391998,0.21120767295360565],[0.20503069460391998,0.25804707407951355],[0.20503069460391998,0.17468833923339844],[0.20503069460391998,0.17574840784072876],[0.7242231965065002,0.8014171123504639],[0.7242231965065002,0.525738000869751],[0.7242231965065002,0.800232470035553],[0.7242231965065002,0.7085480690002441],[0.7242231965065002,0.7215477824211121],[0.7242231965065002,0.7549915313720703],[0.7242231965065002,0.7839273810386658],[0.7242231965065002,0.7912112474441528],[0.7242231965065002,0.8047298789024353],[0.18338610231876373,0.13781826198101044],[0.18338610231876373,0.16104446351528168],[0.18338610231876373,0.21226181089878082],[0.18338610231876373,0.17423748970031738],[0.18338610231876373,0.18487295508384705],[0.18338610231876373,0.16379578411579132],[0.18338610231876373,0.3173927962779999],[0.18338610231876373,0.17594781517982483],[0.18338610231876373,0.1649949997663498],[0.18338610231876373,0.17288129031658173],[0.18338610231876373,0.16100238263607025],[0.18338610231876373,0.241390660405159],[0.45175033807754517,0.4236151874065399],[0.45175033807754517,0.5341033935546875],[0.45175033807754517,0.4257749617099762],[0.45175033807754517,0.47656598687171936],[0.45175033807754517,0.45976269245147705],[0.45175033807754517,0.42363888025283813],[0.45175033807754517,0.4312607944011688],[0.45175033807754517,0.4199501574039459],[0.45175033807754517,0.3955633044242859],[0.45175033807754517,0.4198800027370453],[0.8162774443626404,0.8257892727851868],[0.8162774443626404,0.782425045967102],[0.8162774443626404,0.8283811211585999],[0.8162774443626404,0.752098023891449],[0.8162774443626404,0.7919104099273682],[0.8162774443626404,0.7925611734390259],[0.8162774443626404,0.7948758006095886],[0.8162774443626404,0.8785631656646729],[0.8162774443626404,0.848319947719574],[0.8162774443626404,0.7939881682395935],[0.8162774443626404,0.762096643447876],[0.8162774443626404,0.7990480065345764],[0.8231903314590454,0.8562709093093872],[0.8231903314590454,0.8660582304000854],[0.8231903314590454,0.7864226698875427],[0.8231903314590454,0.7925611734390259],[0.8231903314590454,0.8559737801551819],[0.8231903314590454,0.8347442150115967],[0.8231903314590454,0.816468358039856],[0.8231903314590454,0.7948758006095886],[0.8231903314590454,0.7987415194511414],[0.8231903314590454,0.8167405724525452],[0.8231903314590454,0.7911808490753174],[0.8231903314590454,0.7990480065345764],[0.34404250979423523,0.25326961278915405],[0.34404250979423523,0.37655866146087646],[0.34404250979423523,0.5737354159355164],[0.34404250979423523,0.4312607944011688],[0.34404250979423523,0.3497333228588104],[0.34404250979423523,0.3246006369590759],[0.34404250979423523,0.365153968334198],[0.34404250979423523,0.2971014380455017],[0.7495696544647217,0.7598140239715576],[0.7495696544647217,0.8318930268287659],[0.7495696544647217,0.7864226698875427],[0.7495696544647217,0.744044303894043],[0.7495696544647217,0.8296692371368408],[0.7495696544647217,0.7215477824211121],[0.7495696544647217,0.787355899810791],[0.7495696544647217,0.816468358039856],[0.7495696544647217,0.8017551302909851],[0.7495696544647217,0.7313916087150574],[0.7495696544647217,0.6932969093322754],[0.7495696544647217,0.7430548071861267],[0.7495696544647217,0.7571172714233398],[0.510132908821106,0.4421294331550598],[0.510132908821106,0.525641143321991],[0.510132908821106,0.6117168664932251],[0.510132908821106,0.4199501574039459],[0.510132908821106,0.47234517335891724],[0.510132908821106,0.5148330330848694],[0.510132908821106,0.5161214470863342],[0.19092249870300293,0.1719498336315155],[0.19092249870300293,0.17346663773059845],[0.19092249870300293,0.18487295508384705],[0.19092249870300293,0.17594781517982483],[0.19092249870300293,0.20379126071929932],[0.19092249870300293,0.18195579946041107],[0.19092249870300293,0.1882190853357315],[0.19092249870300293,0.241390660405159],[0.6589316725730896,0.6422953605651855],[0.6589316725730896,0.6096320152282715],[0.6589316725730896,0.7039629220962524],[0.6589316725730896,0.5907984972000122],[0.023107804358005524,0.004062403924763203],[0.023107804358005524,0.03630787134170532],[0.023107804358005524,0.02013525925576687],[0.023107804358005524,0.005328988190740347],[0.023107804358005524,0.03548114374279976],[0.023107804358005524,0.044782113283872604],[0.023107804358005524,0.032008036971092224],[0.023107804358005524,0.044384535402059555],[0.023107804358005524,0.025165531784296036],[0.023107804358005524,0.027696847915649414],[0.023107804358005524,0.024321062490344048],[0.023107804358005524,0.024369755759835243],[0.023107804358005524,0.047635309398174286],[0.023107804358005524,0.026664603501558304],[0.023107804358005524,0.0259130597114563],[0.6750826239585876,0.6707615852355957],[0.6750826239585876,0.6956911683082581],[0.6750826239585876,0.6444751620292664],[0.6750826239585876,0.6422953605651855],[0.6750826239585876,0.5804673433303833],[0.6750826239585876,0.7518996596336365],[0.6750826239585876,0.5374821424484253],[0.6750826239585876,0.6753828525543213],[0.6750826239585876,0.6529120206832886],[0.6750826239585876,0.7481566667556763],[0.6750826239585876,0.6845707297325134],[0.4354313313961029,0.4466802179813385],[0.4354313313961029,0.37655866146087646],[0.4354313313961029,0.4421294331550598],[0.4354313313961029,0.4257749617099762],[0.4354313313961029,0.47656598687171936],[0.4354313313961029,0.4318481981754303],[0.4354313313961029,0.3497333228588104],[0.4354313313961029,0.46066048741340637],[0.7757026553153992,0.8844043016433716],[0.7757026553153992,0.7864226698875427],[0.7757026553153992,0.7959315180778503],[0.7757026553153992,0.7925611734390259],[0.7757026553153992,0.8235135078430176],[0.7757026553153992,0.7714763879776001],[0.7757026553153992,0.6975796222686768],[0.7757026553153992,0.7948758006095886],[0.7757026553153992,0.6394444108009338],[0.7757026553153992,0.7987415194511414],[0.7757026553153992,0.7800477147102356],[0.7757026553153992,0.808790385723114],[0.7757026553153992,0.6907063126564026],[0.7757026553153992,0.7911808490753174],[0.7757026553153992,0.759355366230011],[0.7782296538352966,0.7701788544654846],[0.7782296538352966,0.8157446980476379],[0.7782296538352966,0.8017551302909851],[0.7782296538352966,0.7800477147102356],[0.7782296538352966,0.7853254079818726],[0.8110355138778687,0.8039311170578003],[0.8110355138778687,0.7549112439155579],[0.8110355138778687,0.8257892727851868],[0.8110355138778687,0.7788777947425842],[0.8110355138778687,0.8096657991409302],[0.8110355138778687,0.8296692371368408],[0.8110355138778687,0.7215477824211121],[0.8110355138778687,0.7919104099273682],[0.8110355138778687,0.787928581237793],[0.8110355138778687,0.787355899810791],[0.8110355138778687,0.8689984679222107],[0.8110355138778687,0.8785631656646729],[0.8110355138778687,0.6780257821083069],[0.8110355138778687,0.7911808490753174],[0.25326961278915405,0.2363135665655136],[0.25326961278915405,0.1914105862379074],[0.25326961278915405,0.20834150910377502],[0.25326961278915405,0.24420343339443207],[0.25326961278915405,0.27167564630508423],[0.25326961278915405,0.2966826260089874],[0.25326961278915405,0.2635233402252197],[0.25326961278915405,0.24280203878879547],[0.25326961278915405,0.2240038365125656],[0.25326961278915405,0.22923193871974945],[0.25326961278915405,0.3497333228588104],[0.25326961278915405,0.22717921435832977],[0.25326961278915405,0.3246006369590759],[0.25326961278915405,0.2158363163471222],[0.25326961278915405,0.21956926584243774],[0.25326961278915405,0.21120767295360565],[0.25326961278915405,0.25804707407951355],[0.25326961278915405,0.365153968334198],[0.25326961278915405,0.2971014380455017],[0.25326961278915405,0.21098659932613373],[0.25326961278915405,0.20578396320343018],[0.45575013756752014,0.46367111802101135],[0.45575013756752014,0.4300987124443054],[0.45575013756752014,0.45976269245147705],[0.45575013756752014,0.36151137948036194],[0.45575013756752014,0.4199501574039459],[0.45575013756752014,0.5148330330848694],[0.45575013756752014,0.5093711018562317],[0.45575013756752014,0.4344879686832428],[0.6288458704948425,0.6184824705123901],[0.6288458704948425,0.7876991033554077],[0.6288458704948425,0.6210216879844666],[0.6288458704948425,0.6444751620292664],[0.6288458704948425,0.5974965691566467],[0.6288458704948425,0.47234517335891724],[0.6288458704948425,0.5804673433303833],[0.6288458704948425,0.6096320152282715],[0.6288458704948425,0.6694087982177734],[0.6288458704948425,0.5907984972000122],[0.6288458704948425,0.6121401190757751],[0.0931282639503479,0.04860465228557587],[0.0931282639503479,0.08349982649087906],[0.0931282639503479,0.0642719715833664],[0.0931282639503479,0.044782113283872604],[0.0931282639503479,0.044384535402059555],[0.0931282639503479,0.055463459342718124],[0.8017880320549011,0.746890127658844],[0.8017880320549011,0.782425045967102],[0.8017880320549011,0.7901095151901245],[0.8017880320549011,0.787355899810791],[0.8017880320549011,0.7962307333946228],[0.8017880320549011,0.8027061820030212],[0.8017880320549011,0.8167405724525452],[0.8017880320549011,0.7707335352897644],[0.8017880320549011,0.7911808490753174],[0.8017880320549011,0.7990480065345764],[0.4606844186782837,0.5398961305618286],[0.4606844186782837,0.5159233212471008],[0.4606844186782837,0.5501412749290466],[0.4606844186782837,0.4282321333885193],[0.4606844186782837,0.5901610851287842],[0.7297223806381226,0.7581626772880554],[0.7297223806381226,0.8245131969451904],[0.7297223806381226,0.7075957655906677],[0.7297223806381226,0.8731539845466614],[0.7297223806381226,0.6410590410232544],[0.4466802179813385,0.5341033935546875],[0.4466802179813385,0.3003506064414978],[0.4466802179813385,0.5249432921409607],[0.4466802179813385,0.47656598687171936],[0.4466802179813385,0.45976269245147705],[0.4466802179813385,0.42363888025283813],[0.4466802179813385,0.4391385316848755],[0.4466802179813385,0.4312588572502136],[0.4466802179813385,0.4041113257408142],[0.4466802179813385,0.40171417593955994],[0.4466802179813385,0.4655950367450714],[0.4466802179813385,0.48361489176750183],[0.4466802179813385,0.4507638216018677],[0.4466802179813385,0.32526397705078125],[0.4466802179813385,0.4457146227359772],[0.4466802179813385,0.40529918670654297],[0.8409561514854431,0.7883463501930237],[0.8409561514854431,0.9017854928970337],[0.8409561514854431,0.7839273810386658],[0.8409561514854431,0.7691318988800049],[0.8409561514854431,0.8047298789024353],[0.8409561514854431,0.7437599897384644],[0.8409561514854431,0.7939881682395935],[0.7919686436653137,0.7999669313430786],[0.7919686436653137,0.7864226698875427],[0.7919686436653137,0.782425045967102],[0.7919686436653137,0.7901095151901245],[0.7919686436653137,0.8235135078430176],[0.7919686436653137,0.7820215225219727],[0.7919686436653137,0.7707335352897644],[0.7919686436653137,0.7911808490753174],[0.7919686436653137,0.762096643447876],[0.7919686436653137,0.759355366230011],[0.7581626772880554,0.8014171123504639],[0.7581626772880554,0.8326730728149414],[0.7581626772880554,0.7664777636528015],[0.7581626772880554,0.6124430894851685],[0.7581626772880554,0.7123537659645081],[0.7581626772880554,0.7152361869812012],[0.7581626772880554,0.8894129395484924],[0.7581626772880554,0.8864735960960388],[0.7581626772880554,0.7215477824211121],[0.7581626772880554,0.7876991033554077],[0.7581626772880554,0.7046894431114197],[0.7581626772880554,0.6548495888710022],[0.7581626772880554,0.7973183989524841],[0.7581626772880554,0.7115951180458069],[0.7581626772880554,0.9166509509086609],[0.7581626772880554,0.7769689559936523],[0.7581626772880554,0.6940982341766357],[0.7581626772880554,0.6421069502830505],[0.7581626772880554,0.8689984679222107],[0.7581626772880554,0.5887072086334229],[0.7581626772880554,0.842821478843689],[0.7581626772880554,0.7092624306678772],[0.7581626772880554,0.7313916087150574],[0.7581626772880554,0.7653689980506897],[0.7581626772880554,0.9183799624443054],[0.7581626772880554,0.8895232677459717],[0.7581626772880554,0.671923041343689],[0.7581626772880554,0.6066524386405945],[0.7581626772880554,0.8344206809997559],[0.7581626772880554,0.8181741237640381],[0.7581626772880554,0.7004488706588745],[0.6630153059959412,0.6124430894851685],[0.6630153059959412,0.525738000869751],[0.6630153059959412,0.6358516216278076],[0.6630153059959412,0.7883463501930237],[0.6630153059959412,0.6548495888710022],[0.6630153059959412,0.7641133069992065],[0.6630153059959412,0.7549915313720703],[0.6630153059959412,0.6274102330207825],[0.6630153059959412,0.5719294548034668],[0.6630153059959412,0.8047298789024353],[0.904068648815155,0.8357451558113098],[0.904068648815155,0.8378447890281677],[0.904068648815155,0.8461238741874695],[0.904068648815155,0.8769835829734802],[0.904068648815155,0.8377017974853516],[0.904068648815155,0.8745381236076355],[0.904068648815155,0.8697837591171265],[0.8424964547157288,0.8326730728149414],[0.8424964547157288,0.8318930268287659],[0.8424964547157288,0.7798476815223694],[0.8424964547157288,0.8377017974853516],[0.8424964547157288,0.823237955570221],[0.8424964547157288,0.7430548071861267],[0.8424964547157288,0.7571172714233398],[0.8424964547157288,0.759355366230011],[0.7782067060470581,0.8039311170578003],[0.7782067060470581,0.7999669313430786],[0.7782067060470581,0.7864226698875427],[0.7782067060470581,0.7829799056053162],[0.7782067060470581,0.7894929647445679],[0.7782067060470581,0.7752734422683716],[0.7782067060470581,0.7707335352897644],[0.7782067060470581,0.7275864481925964],[0.7782067060470581,0.762096643447876],[0.7782067060470581,0.759355366230011],[0.2363135665655136,0.20834150910377502],[0.2363135665655136,0.2635233402252197],[0.2363135665655136,0.24280203878879547],[0.2363135665655136,0.22923193871974945],[0.2363135665655136,0.20379126071929932],[0.2363135665655136,0.21120767295360565],[0.2363135665655136,0.25804707407951355],[0.2363135665655136,0.2971014380455017],[0.666050374507904,0.7032493948936462],[0.666050374507904,0.7867986559867859],[0.1629529595375061,0.1589651256799698],[0.1629529595375061,0.17022056877613068],[0.1629529595375061,0.18934233486652374],[0.1629529595375061,0.15595050156116486],[0.1629529595375061,0.15740245580673218],[0.1629529595375061,0.1722842901945114],[0.1629529595375061,0.1651565432548523],[0.1629529595375061,0.1251431703567505],[0.1629529595375061,0.18723925948143005],[0.1629529595375061,0.17423675954341888],[0.1629529595375061,0.14153149724006653],[0.1629529595375061,0.17592373490333557],[0.1629529595375061,0.1519281566143036],[0.1629529595375061,0.17373059689998627],[0.1629529595375061,0.18940173089504242],[0.19890551269054413,0.16104446351528168],[0.19890551269054413,0.23906230926513672],[0.19890551269054413,0.22558581829071045],[0.19890551269054413,0.20718611776828766],[0.19890551269054413,0.1571331024169922],[0.19890551269054413,0.2846226692199707],[0.19890551269054413,0.1601809859275818],[0.19890551269054413,0.26175448298454285],[0.19890551269054413,0.2851850092411041],[0.19890551269054413,0.18530882894992828],[0.19890551269054413,0.1780853420495987],[0.8014171123504639,0.7278875708580017],[0.8014171123504639,0.8808416128158569],[0.8014171123504639,0.8864735960960388],[0.8014171123504639,0.8308790922164917],[0.8014171123504639,0.7549915313720703],[0.8014171123504639,0.853809118270874],[0.6707615852355957,0.6919650435447693],[0.6707615852355957,0.6141986846923828],[0.6707615852355957,0.6162202954292297],[0.6707615852355957,0.6282235383987427],[0.6707615852355957,0.6096320152282715],[0.6707615852355957,0.6952691078186035],[0.6707615852355957,0.6694087982177734],[0.6707615852355957,0.6875898241996765],[0.6707615852355957,0.6083585023880005],[0.6707615852355957,0.6690038442611694],[0.6707615852355957,0.676697313785553],[0.6707615852355957,0.7002091407775879],[0.6707615852355957,0.7809883952140808],[0.6707615852355957,0.6810743808746338],[0.6707615852355957,0.7047295570373535],[0.7732842564582825,0.8039311170578003],[0.7732842564582825,0.7999669313430786],[0.7732842564582825,0.8073979020118713],[0.7732842564582825,0.7085480690002441],[0.7732842564582825,0.7948758006095886],[0.7732842564582825,0.8112959265708923],[0.7732842564582825,0.7928613424301147],[0.7732842564582825,0.9105848073959351],[0.7732842564582825,0.808790385723114],[0.7732842564582825,0.7275864481925964],[0.7732842564582825,0.7571172714233398],[0.7732842564582825,0.6816193461418152],[0.7732842564582825,0.762096643447876],[0.7732842564582825,0.759355366230011],[0.20766028761863708,0.146190345287323],[0.20766028761863708,0.1795695424079895],[0.20766028761863708,0.24420343339443207],[0.20766028761863708,0.29738759994506836],[0.20766028761863708,0.20281246304512024],[0.20766028761863708,0.19393497705459595],[0.20766028761863708,0.24372579157352448],[0.20766028761863708,0.1649949997663498],[0.20766028761863708,0.21242162585258484],[0.20766028761863708,0.25433632731437683],[0.20766028761863708,0.1795167177915573],[0.20766028761863708,0.22005265951156616],[0.20766028761863708,0.18530882894992828],[0.20766028761863708,0.2497895359992981],[0.8039311170578003,0.8140054941177368],[0.8039311170578003,0.7282047271728516],[0.8039311170578003,0.8063930869102478],[0.8039311170578003,0.8562709093093872],[0.8039311170578003,0.8660582304000854],[0.8039311170578003,0.7880711555480957],[0.8039311170578003,0.7864226698875427],[0.8039311170578003,0.8257892727851868],[0.8039311170578003,0.8543416857719421],[0.8039311170578003,0.800232470035553],[0.8039311170578003,0.8364027738571167],[0.8039311170578003,0.8385027647018433],[0.8039311170578003,0.7456238865852356],[0.8039311170578003,0.7471405863761902],[0.8039311170578003,0.7919104099273682],[0.8039311170578003,0.7959315180778503],[0.8039311170578003,0.787928581237793],[0.8039311170578003,0.7812818288803101],[0.8039311170578003,0.7925611734390259],[0.8039311170578003,0.8375582695007324],[0.8039311170578003,0.7233698964118958],[0.8039311170578003,0.7016933560371399],[0.8039311170578003,0.823237955570221],[0.8039311170578003,0.7894929647445679],[0.8039311170578003,0.7934430241584778],[0.8039311170578003,0.8157446980476379],[0.8039311170578003,0.8402242660522461],[0.8039311170578003,0.8347442150115967],[0.8039311170578003,0.7650270462036133],[0.8039311170578003,0.8510230779647827],[0.8039311170578003,0.8225504159927368],[0.8039311170578003,0.7948758006095886],[0.8039311170578003,0.8359676599502563],[0.8039311170578003,0.7691318988800049],[0.8039311170578003,0.8168461322784424],[0.8039311170578003,0.7975012063980103],[0.8039311170578003,0.8559836149215698],[0.8039311170578003,0.753269374370575],[0.8039311170578003,0.7581059336662292],[0.8039311170578003,0.8310695290565491],[0.8039311170578003,0.8195857405662537],[0.8039311170578003,0.8480546474456787],[0.8039311170578003,0.8629308342933655],[0.8039311170578003,0.8320503830909729],[0.8039311170578003,0.8086539506912231],[0.8039311170578003,0.8167405724525452],[0.8039311170578003,0.8472910523414612],[0.8039311170578003,0.824755847454071],[0.8039311170578003,0.8047298789024353],[0.8039311170578003,0.808290421962738],[0.8039311170578003,0.8327212929725647],[0.8039311170578003,0.7377397418022156],[0.8039311170578003,0.8139580488204956],[0.8039311170578003,0.7760705351829529],[0.8039311170578003,0.7911808490753174],[0.8039311170578003,0.7550708055496216],[0.8039311170578003,0.7460301518440247],[0.8039311170578003,0.7990480065345764],[0.7032493948936462,0.7206549644470215],[0.7032493948936462,0.6956911683082581],[0.7032493948936462,0.5907984972000122],[0.7032493948936462,0.6351516842842102],[0.8326730728149414,0.8543416857719421],[0.8326730728149414,0.9017854928970337],[0.8326730728149414,0.7046894431114197],[0.8326730728149414,0.8181741237640381],[0.8326730728149414,0.7377397418022156],[0.7838786840438843,0.8202879428863525],[0.7838786840438843,0.7864226698875427],[0.7838786840438843,0.7788777947425842],[0.7838786840438843,0.7894929647445679],[0.7838786840438843,0.7446836829185486],[0.7838786840438843,0.7691318988800049],[0.7838786840438843,0.803280234336853],[0.7838786840438843,0.7928613424301147],[0.7838786840438843,0.7221415042877197],[0.7838786840438843,0.7800477147102356],[0.7838786840438843,0.8027061820030212],[0.7838786840438843,0.8167405724525452],[0.7838786840438843,0.7275864481925964],[0.7838786840438843,0.853809118270874],[0.7838786840438843,0.7911808490753174],[0.7838786840438843,0.7571172714233398],[0.7838786840438843,0.7990480065345764],[0.004062403924763203,0.03630787134170532],[0.004062403924763203,0.025165531784296036],[0.004062403924763203,0.027696847915649414],[0.004062403924763203,0.0064981854520738125],[0.004062403924763203,0.024321062490344048],[0.004062403924763203,0.024369755759835243],[0.004062403924763203,0.026664603501558304],[0.004062403924763203,0.0259130597114563],[0.8362451791763306,0.7100597620010376],[0.8362451791763306,0.81260746717453],[0.8362451791763306,0.7925611734390259],[0.8362451791763306,0.8235135078430176],[0.8362451791763306,0.9184918403625488],[0.8362451791763306,0.7948758006095886],[0.8362451791763306,0.8642072081565857],[0.8362451791763306,0.8027061820030212],[0.8362451791763306,0.8240527510643005],[0.8362451791763306,0.8167405724525452],[0.8362451791763306,0.7707335352897644],[0.8362451791763306,0.7853254079818726],[0.8362451791763306,0.7911808490753174],[0.8202879428863525,0.7740139961242676],[0.8202879428863525,0.787355899810791],[0.8202879428863525,0.7894929647445679],[0.8202879428863525,0.7803592085838318],[0.8202879428863525,0.8220458626747131],[0.8202879428863525,0.8357493281364441],[0.8202879428863525,0.7962307333946228],[0.8202879428863525,0.7741106748580933],[0.8202879428863525,0.7990623712539673],[0.8202879428863525,0.759355366230011],[0.7999669313430786,0.8063930869102478],[0.7999669313430786,0.8073979020118713],[0.7999669313430786,0.8064736127853394],[0.7999669313430786,0.8318930268287659],[0.7999669313430786,0.8446189761161804],[0.7999669313430786,0.81260746717453],[0.7999669313430786,0.7302539944648743],[0.7999669313430786,0.8539968132972717],[0.7999669313430786,0.7864226698875427],[0.7999669313430786,0.8344520926475525],[0.7999669313430786,0.7597346901893616],[0.7999669313430786,0.7901095151901245],[0.7999669313430786,0.7966411709785461],[0.7999669313430786,0.8461238741874695],[0.7999669313430786,0.8730493783950806],[0.7999669313430786,0.7798476815223694],[0.7999669313430786,0.7919104099273682],[0.7999669313430786,0.8377017974853516],[0.7999669313430786,0.7829799056053162],[0.7999669313430786,0.7925611734390259],[0.7999669313430786,0.8373878598213196],[0.7999669313430786,0.9114096760749817],[0.7999669313430786,0.8173239231109619],[0.7999669313430786,0.7987415194511414],[0.7999669313430786,0.8494037389755249],[0.7999669313430786,0.8642072081565857],[0.7999669313430786,0.7800477147102356],[0.7999669313430786,0.7356845140457153],[0.7999669313430786,0.8168617486953735],[0.7999669313430786,0.8027061820030212],[0.7999669313430786,0.8102302551269531],[0.7999669313430786,0.7707335352897644],[0.7999669313430786,0.824755847454071],[0.7999669313430786,0.8047298789024353],[0.7999669313430786,0.7643277645111084],[0.7999669313430786,0.7572327256202698],[0.7999669313430786,0.7900865077972412],[0.7999669313430786,0.8185698390007019],[0.7999669313430786,0.7853254079818726],[0.7999669313430786,0.7911808490753174],[0.7999669313430786,0.762096643447876],[0.7999669313430786,0.8674328327178955],[0.7999669313430786,0.759355366230011],[0.7999669313430786,0.7990480065345764],[0.8140054941177368,0.7919104099273682],[0.8140054941177368,0.7829799056053162],[0.8140054941177368,0.7820215225219727],[0.8140054941177368,0.816468358039856],[0.8140054941177368,0.7752734422683716],[0.8140054941177368,0.8027061820030212],[0.8140054941177368,0.7911808490753174],[0.8140054941177368,0.762096643447876],[0.3557073473930359,0.3261411190032959],[0.3557073473930359,0.3933502733707428],[0.3557073473930359,0.29738759994506836],[0.3557073473930359,0.38728299736976624],[0.3557073473930359,0.4312588572502136],[0.3557073473930359,0.4021819829940796],[0.6234533190727234,0.7152361869812012],[0.6234533190727234,0.5842167735099792],[0.6234533190727234,0.6162202954292297],[0.6234533190727234,0.6096320152282715],[0.6234533190727234,0.6066524386405945],[0.6234533190727234,0.7424681186676025],[0.6234533190727234,0.6121401190757751],[0.3040682375431061,0.21075281500816345],[0.3040682375431061,0.33369484543800354],[0.3040682375431061,0.4421294331550598],[0.3040682375431061,0.31982189416885376],[0.3040682375431061,0.22558581829071045],[0.3040682375431061,0.21242162585258484],[0.3040682375431061,0.4318481981754303],[0.3040682375431061,0.29898688197135925],[0.3040682375431061,0.25433632731437683],[0.3040682375431061,0.1795167177915573],[0.3040682375431061,0.3482314944267273],[0.3040682375431061,0.3883249759674072],[0.3040682375431061,0.3955633044242859],[0.1894521862268448,0.1914105862379074],[0.1894521862268448,0.1405610740184784],[0.1894521862268448,0.17516015470027924],[0.1894521862268448,0.20281246304512024],[0.1894521862268448,0.22558581829071045],[0.1894521862268448,0.1649949997663498],[0.1894521862268448,0.19239236414432526],[0.1894521862268448,0.2158363163471222],[0.1894521862268448,0.16100238263607025],[0.1894521862268448,0.22005265951156616],[0.1894521862268448,0.21098659932613373],[0.1894521862268448,0.1879296898841858],[0.1894521862268448,0.17468833923339844],[0.1894521862268448,0.19690251350402832],[0.1894521862268448,0.21732300519943237],[0.1894521862268448,0.20655663311481476],[0.1894521862268448,0.18362341821193695],[0.1894521862268448,0.16674035787582397],[0.1719498336315155,0.18416009843349457],[0.1719498336315155,0.16755563020706177],[0.1719498336315155,0.18723925948143005],[0.1719498336315155,0.17423675954341888],[0.1719498336315155,0.18195579946041107],[0.1719498336315155,0.17592373490333557],[0.1719498336315155,0.189248189330101],[0.1719498336315155,0.168282151222229],[0.1719498336315155,0.1859053671360016],[0.4236151874065399,0.45976269245147705],[0.4236151874065399,0.3695189654827118],[0.4236151874065399,0.47234517335891724],[0.4236151874065399,0.45952489972114563],[0.4236151874065399,0.3787769377231598],[0.4236151874065399,0.47622230648994446],[0.4236151874065399,0.45806559920310974],[0.4236151874065399,0.4198800027370453],[0.783977210521698,0.7282047271728516],[0.783977210521698,0.8473581671714783],[0.783977210521698,0.764501690864563],[0.783977210521698,0.7860522270202637],[0.783977210521698,0.7880711555480957],[0.783977210521698,0.7919104099273682],[0.783977210521698,0.787928581237793],[0.783977210521698,0.8380061388015747],[0.783977210521698,0.7583283185958862],[0.783977210521698,0.7549915313720703],[0.783977210521698,0.8128286004066467],[0.783977210521698,0.7221415042877197],[0.783977210521698,0.7962307333946228],[0.783977210521698,0.8027061820030212],[0.783977210521698,0.8895232677459717],[0.783977210521698,0.7707335352897644],[0.783977210521698,0.7911808490753174],[0.783977210521698,0.7571172714233398],[0.783977210521698,0.7990480065345764],[0.818489670753479,0.8811715841293335],[0.818489670753479,0.782119631767273],[0.818489670753479,0.8673123717308044],[0.818489670753479,0.8582050204277039],[0.818489670753479,0.7123807072639465],[0.818489670753479,0.6797059178352356],[0.818489670753479,0.8769835829734802],[0.818489670753479,0.8298649191856384],[0.818489670753479,0.7347737550735474],[0.818489670753479,0.7908603549003601],[0.818489670753479,0.872791588306427],[0.818489670753479,0.7321111559867859],[0.818489670753479,0.8395222425460815],[0.818489670753479,0.7481566667556763],[0.818489670753479,0.7867986559867859],[0.818489670753479,0.745615541934967],[0.818489670753479,0.8697837591171265],[0.5838989615440369,0.6914525628089905],[0.5838989615440369,0.5911940336227417],[0.5838989615440369,0.5683865547180176],[0.5838989615440369,0.532782793045044],[0.5838989615440369,0.6896851658821106],[0.5838989615440369,0.6677941679954529],[0.5838989615440369,0.7212557792663574],[0.7282047271728516,0.617509126663208],[0.7282047271728516,0.8296692371368408],[0.7282047271728516,0.7215477824211121],[0.7282047271728516,0.6620745062828064],[0.7282047271728516,0.7959315180778503],[0.7282047271728516,0.6548495888710022],[0.7282047271728516,0.6940982341766357],[0.7282047271728516,0.6421069502830505],[0.7282047271728516,0.7948758006095886],[0.7282047271728516,0.7842711210250854],[0.7282047271728516,0.8086539506912231],[0.7282047271728516,0.7489447593688965],[0.7282047271728516,0.7430548071861267],[0.7282047271728516,0.7571172714233398],[0.7282047271728516,0.7196958065032959],[0.7712099552154541,0.7864226698875427],[0.7712099552154541,0.7919104099273682],[0.7712099552154541,0.787928581237793],[0.7712099552154541,0.7948758006095886],[0.7712099552154541,0.8167405724525452],[0.7712099552154541,0.7853254079818726],[0.7712099552154541,0.7911808490753174],[0.7712099552154541,0.7571172714233398],[0.7712099552154541,0.762096643447876],[0.7712099552154541,0.7990480065345764],[0.44544681906700134,0.5396642088890076],[0.44544681906700134,0.36492717266082764],[0.44544681906700134,0.45976269245147705],[0.44544681906700134,0.4041113257408142],[0.44544681906700134,0.4507638216018677],[0.44544681906700134,0.3482314944267273],[0.44544681906700134,0.5093711018562317],[0.44544681906700134,0.504041850566864],[0.44544681906700134,0.47284770011901855],[0.44544681906700134,0.4435639977455139],[0.44544681906700134,0.4344879686832428],[0.44544681906700134,0.4198800027370453],[0.8474029302597046,0.8261442184448242],[0.8474029302597046,0.7919104099273682],[0.8474029302597046,0.7959315180778503],[0.8474029302597046,0.8377017974853516],[0.8474029302597046,0.7829799056053162],[0.8474029302597046,0.8375582695007324],[0.8474029302597046,0.954405665397644],[0.8474029302597046,0.8245131969451904],[0.8474029302597046,0.8373878598213196],[0.8474029302597046,0.7948758006095886],[0.8474029302597046,0.918379008769989],[0.8474029302597046,0.822973906993866],[0.8474029302597046,0.762096643447876],[0.8474029302597046,0.759355366230011],[0.8474029302597046,0.8498011827468872],[0.7130089402198792,0.617509126663208],[0.7130089402198792,0.8357451558113098],[0.7130089402198792,0.6463295817375183],[0.7130089402198792,0.787928581237793],[0.7130089402198792,0.8157446980476379],[0.7130089402198792,0.6125749945640564],[0.7130089402198792,0.8027061820030212],[0.7130089402198792,0.6572526097297668],[0.7130089402198792,0.7707335352897644],[0.7130089402198792,0.6410590410232544],[0.7130089402198792,0.7315113544464111],[0.7130089402198792,0.6907063126564026],[0.7130089402198792,0.7116513848304749],[0.7130089402198792,0.7302991151809692],[0.7130089402198792,0.6368843913078308],[0.7130089402198792,0.759355366230011],[0.8265628814697266,0.8272073864936829],[0.8265628814697266,0.7820215225219727],[0.8265628814697266,0.8027061820030212],[0.8265628814697266,0.8167405724525452],[0.8265628814697266,0.7741106748580933],[0.8265628814697266,0.7911808490753174],[0.8265628814697266,0.7990480065345764],[0.7278875708580017,0.6124430894851685],[0.7278875708580017,0.813865065574646],[0.7278875708580017,0.8452004194259644],[0.801814079284668,0.8283811211585999],[0.801814079284668,0.7919104099273682],[0.801814079284668,0.7925611734390259],[0.801814079284668,0.7583283185958862],[0.801814079284668,0.7962307333946228],[0.801814079284668,0.8027061820030212],[0.801814079284668,0.7707335352897644],[0.801814079284668,0.824755847454071],[0.801814079284668,0.7571172714233398],[0.801814079284668,0.762096643447876],[0.7664777636528015,0.7656293511390686],[0.7664777636528015,0.7152361869812012],[0.7664777636528015,0.795872688293457],[0.7664777636528015,0.7245506644248962],[0.7664777636528015,0.6952691078186035],[0.7664777636528015,0.7323336005210876],[0.8548784852027893,0.8318930268287659],[0.8548784852027893,0.8283811211585999],[0.8548784852027893,0.8790706396102905],[0.8548784852027893,0.869878351688385],[0.8548784852027893,0.8375582695007324],[0.8548784852027893,0.8235135078430176],[0.8548784852027893,0.8906397819519043],[0.8548784852027893,0.7948758006095886],[0.8548784852027893,0.8726229071617126],[0.8548784852027893,0.8680999875068665],[0.8548784852027893,0.8167405724525452],[0.8548784852027893,0.7741106748580933],[0.8548784852027893,0.7853254079818726],[0.8548784852027893,0.7911808490753174],[0.04860465228557587,0.08349982649087906],[0.04860465228557587,0.03630787134170532],[0.04860465228557587,0.0642719715833664],[0.04860465228557587,0.05980536341667175],[0.04860465228557587,0.044782113283872604],[0.04860465228557587,0.044384535402059555],[0.04860465228557587,0.027696847915649414],[0.04860465228557587,0.024321062490344048],[0.04860465228557587,0.008574134670197964],[0.04860465228557587,0.032875772565603256],[0.04860465228557587,0.024369755759835243],[0.04860465228557587,0.055463459342718124],[0.04860465228557587,0.0259130597114563],[0.8808416128158569,0.8103026747703552],[0.8808416128158569,0.7900865077972412],[0.750715970993042,0.8318930268287659],[0.750715970993042,0.8364027738571167],[0.750715970993042,0.8235135078430176],[0.750715970993042,0.7803592085838318],[0.750715970993042,0.7380667924880981],[0.750715970993042,0.7426674365997314],[0.750715970993042,0.7275864481925964],[0.750715970993042,0.7116513848304749],[0.750715970993042,0.7302991151809692],[0.6632924675941467,0.6914525628089905],[0.6632924675941467,0.6600759029388428],[0.6632924675941467,0.6952691078186035],[0.6632924675941467,0.6529120206832886],[0.6632924675941467,0.6410590410232544],[0.6632924675941467,0.6845707297325134],[0.6632924675941467,0.6810743808746338],[0.1914105862379074,0.18134547770023346],[0.1914105862379074,0.19393497705459595],[0.1914105862379074,0.22923193871974945],[0.1914105862379074,0.1914258748292923],[0.1914105862379074,0.2158363163471222],[0.1914105862379074,0.21120767295360565],[0.1914105862379074,0.21098659932613373],[0.1914105862379074,0.1879296898841858],[0.1914105862379074,0.18362341821193695],[0.8811715841293335,0.8620295524597168],[0.8811715841293335,0.8790706396102905],[0.8811715841293335,0.8769835829734802],[0.8811715841293335,0.8576241731643677],[0.8811715841293335,0.8710821270942688],[0.8811715841293335,0.9166509509086609],[0.8811715841293335,0.8906397819519043],[0.8811715841293335,0.8356195688247681],[0.8811715841293335,0.8648545742034912],[0.8811715841293335,0.8572719097137451],[0.8811715841293335,0.849264919757843],[0.8811715841293335,0.8395222425460815],[0.6914525628089905,0.7123537659645081],[0.6914525628089905,0.5159233212471008],[0.6914525628089905,0.6178969144821167],[0.6914525628089905,0.601372241973877],[0.6914525628089905,0.7327804565429688],[0.6914525628089905,0.6324062943458557],[0.6914525628089905,0.7803592085838318],[0.6914525628089905,0.8206517100334167],[0.6914525628089905,0.6896411776542664],[0.6914525628089905,0.6952691078186035],[0.6914525628089905,0.6274102330207825],[0.6914525628089905,0.7653689980506897],[0.6914525628089905,0.7854613065719604],[0.6914525628089905,0.6083585023880005],[0.6914525628089905,0.6410590410232544],[0.6914525628089905,0.6368843913078308],[0.7145281434059143,0.7864226698875427],[0.7145281434059143,0.7418338656425476],[0.7145281434059143,0.7691318988800049],[0.7145281434059143,0.7275864481925964],[0.7145281434059143,0.7437599897384644],[0.7145281434059143,0.7900865077972412],[0.7145281434059143,0.7116513848304749],[0.7145281434059143,0.7911808490753174],[0.7145281434059143,0.7571172714233398],[0.7145281434059143,0.7221227288246155],[0.782119631767273,0.8673123717308044],[0.782119631767273,0.7656293511390686],[0.782119631767273,0.7498689293861389],[0.782119631767273,0.8582050204277039],[0.782119631767273,0.6844013929367065],[0.782119631767273,0.7123807072639465],[0.782119631767273,0.7022462487220764],[0.782119631767273,0.7347737550735474],[0.782119631767273,0.6483409404754639],[0.782119631767273,0.745615541934967],[0.617509126663208,0.6600759029388428],[0.617509126663208,0.6410590410232544],[0.617509126663208,0.575775146484375],[0.617509126663208,0.6911962628364563],[0.617509126663208,0.6901422142982483],[0.617509126663208,0.6829653382301331],[0.7076067924499512,0.7803592085838318],[0.7076067924499512,0.7962307333946228],[0.7076067924499512,0.7617767453193665],[0.7076067924499512,0.7290924191474915],[0.7076067924499512,0.7437599897384644],[0.7076067924499512,0.7116513848304749],[0.7076067924499512,0.6379876732826233],[0.7076067924499512,0.762096643447876],[0.7076067924499512,0.759355366230011],[0.8063930869102478,0.787928581237793],[0.8063930869102478,0.7829799056053162],[0.8063930869102478,0.7925611734390259],[0.8063930869102478,0.7962307333946228],[0.8063930869102478,0.7800477147102356],[0.8063930869102478,0.8027061820030212],[0.8063930869102478,0.7707335352897644],[0.8063930869102478,0.7269123792648315],[0.8063930869102478,0.7911808490753174],[0.8673123717308044,0.8582050204277039],[0.8673123717308044,0.8298649191856384],[0.8673123717308044,0.8576241731643677],[0.8673123717308044,0.869878351688385],[0.8673123717308044,0.892379641532898],[0.8673123717308044,0.7908603549003601],[0.8673123717308044,0.8356195688247681],[0.8673123717308044,0.872791588306427],[0.8673123717308044,0.8648545742034912],[0.8673123717308044,0.8745381236076355],[0.8673123717308044,0.8615885376930237],[0.8673123717308044,0.8680999875068665],[0.7158368229866028,0.782425045967102],[0.7158368229866028,0.7597346901893616],[0.7158368229866028,0.6408056020736694],[0.7158368229866028,0.7948758006095886],[0.7158368229866028,0.6600759029388428],[0.7158368229866028,0.6394444108009338],[0.7158368229866028,0.7800477147102356],[0.7158368229866028,0.8027061820030212],[0.7158368229866028,0.7707335352897644],[0.7158368229866028,0.6618392467498779],[0.7158368229866028,0.7116513848304749],[0.7158368229866028,0.7911808490753174],[0.7158368229866028,0.762096643447876],[0.7158368229866028,0.6047791242599487],[0.7158368229866028,0.6314622163772583],[0.7158368229866028,0.759355366230011],[0.8844043016433716,0.8318930268287659],[0.8844043016433716,0.8378447890281677],[0.8844043016433716,0.8377017974853516],[0.8844043016433716,0.8793675303459167],[0.8844043016433716,0.7518996596336365],[0.8844043016433716,0.8112959265708923],[0.08349982649087906,0.03630787134170532],[0.08349982649087906,0.0642719715833664],[0.08349982649087906,0.05980536341667175],[0.08349982649087906,0.044782113283872604],[0.08349982649087906,0.044384535402059555],[0.08349982649087906,0.055463459342718124],[0.8272073864936829,0.8473581671714783],[0.8272073864936829,0.7860522270202637],[0.8272073864936829,0.81260746717453],[0.8272073864936829,0.7864226698875427],[0.8272073864936829,0.8296692371368408],[0.8272073864936829,0.7919104099273682],[0.8272073864936829,0.9058314561843872],[0.8272073864936829,0.8559737801551819],[0.8272073864936829,0.8347442150115967],[0.8272073864936829,0.8174681663513184],[0.8272073864936829,0.7948758006095886],[0.8272073864936829,0.8173239231109619],[0.8272073864936829,0.7842711210250854],[0.8272073864936829,0.8128286004066467],[0.8272073864936829,0.8584231734275818],[0.8272073864936829,0.7221415042877197],[0.8272073864936829,0.8559836149215698],[0.8272073864936829,0.8734825253486633],[0.8272073864936829,0.8027061820030212],[0.8272073864936829,0.8167405724525452],[0.8272073864936829,0.8428717851638794],[0.8272073864936829,0.7760705351829529],[0.8272073864936829,0.7911808490753174],[0.8272073864936829,0.7990480065345764],[0.5396642088890076,0.46180039644241333],[0.5396642088890076,0.5366048812866211],[0.5396642088890076,0.525641143321991],[0.5396642088890076,0.5907984972000122],[0.5396642088890076,0.48095908761024475],[0.5396642088890076,0.5859033465385437],[0.5396642088890076,0.5161214470863342],[0.5396642088890076,0.5182093381881714],[0.5396642088890076,0.5882904529571533],[0.5396642088890076,0.5179011821746826],[0.5396642088890076,0.5736105442047119],[0.13781826198101044,0.16104446351528168],[0.13781826198101044,0.16379578411579132],[0.13781826198101044,0.16996176540851593],[0.13781826198101044,0.20562058687210083],[0.13781826198101044,0.19174906611442566],[0.6124430894851685,0.525738000869751],[0.6124430894851685,0.568679690361023],[0.6124430894851685,0.5943913459777832],[0.6124430894851685,0.5255892872810364],[0.6124430894851685,0.513470470905304],[0.6124430894851685,0.848319947719574],[0.6124430894851685,0.6410590410232544],[0.6124430894851685,0.5489954948425293],[0.6124430894851685,0.7332822680473328],[0.3261411190032959,0.3154010474681854],[0.3261411190032959,0.3421347141265869],[0.3261411190032959,0.2845490276813507],[0.3261411190032959,0.2635503113269806],[0.3261411190032959,0.3695189654827118],[0.3261411190032959,0.36151137948036194],[0.3261411190032959,0.4041113257408142],[0.3261411190032959,0.25433632731437683],[0.3261411190032959,0.29871490597724915],[0.3261411190032959,0.2737294137477875],[0.3261411190032959,0.37673285603523254],[0.3261411190032959,0.3889591693878174],[0.3261411190032959,0.4198800027370453],[0.3261411190032959,0.36713871359825134],[0.17346663773059845,0.17423748970031738],[0.17346663773059845,0.18487295508384705],[0.17346663773059845,0.16755563020706177],[0.17346663773059845,0.17594781517982483],[0.17346663773059845,0.18195579946041107],[0.17346663773059845,0.17288129031658173],[0.17346663773059845,0.1882190853357315],[0.17346663773059845,0.17468833923339844],[0.17346663773059845,0.168282151222229],[0.17346663773059845,0.1859053671360016],[0.17346663773059845,0.16674035787582397],[0.8562709093093872,0.7860522270202637],[0.8562709093093872,0.8318930268287659],[0.8562709093093872,0.7864226698875427],[0.8562709093093872,0.782425045967102],[0.8562709093093872,0.8283541202545166],[0.8562709093093872,0.823237955570221],[0.8562709093093872,0.7948758006095886],[0.8562709093093872,0.7911808490753174],[0.8473581671714783,0.8296692371368408],[0.8473581671714783,0.9166509509086609],[0.8473581671714783,0.8225825428962708],[0.8473581671714783,0.8128286004066467],[0.8473581671714783,0.7221415042877197],[0.8473581671714783,0.8428717851638794],[0.8473581671714783,0.7903972268104553],[0.8073979020118713,0.7860522270202637],[0.8073979020118713,0.8543416857719421],[0.8073979020118713,0.7901095151901245],[0.8073979020118713,0.8793675303459167],[0.8073979020118713,0.7894929647445679],[0.8073979020118713,0.8053995966911316],[0.8073979020118713,0.7188310623168945],[0.8073979020118713,0.7707335352897644],[0.8073979020118713,0.8416579365730286],[0.8073979020118713,0.7377397418022156],[0.8073979020118713,0.7911808490753174],[0.8073979020118713,0.6816193461418152],[0.8073979020118713,0.762096643447876],[0.8073979020118713,0.7990480065345764],[0.7100597620010376,0.7959315180778503],[0.7100597620010376,0.7583283185958862],[0.7100597620010376,0.7707335352897644],[0.7100597620010376,0.7275864481925964],[0.7100597620010376,0.7381041646003723],[0.7100597620010376,0.7116513848304749],[0.7100597620010376,0.7571172714233398],[0.7100597620010376,0.7302991151809692],[0.7100597620010376,0.762096643447876],[0.6256617307662964,0.6692370176315308],[0.6256617307662964,0.6600759029388428],[0.6256617307662964,0.6952691078186035],[0.6256617307662964,0.6529120206832886],[0.6256617307662964,0.7002091407775879],[0.6256617307662964,0.6845707297325134],[0.6256617307662964,0.6730157732963562],[0.6256617307662964,0.6294096112251282],[0.9006441235542297,0.8649654388427734],[0.9006441235542297,0.7876991033554077],[0.9006441235542297,0.7973183989524841],[0.9006441235542297,0.8906397819519043],[0.7656293511390686,0.7206549644470215],[0.7656293511390686,0.7178367376327515],[0.7656293511390686,0.7876991033554077],[0.7656293511390686,0.7245506644248962],[0.7656293511390686,0.5974965691566467],[0.7656293511390686,0.7908603549003601],[0.7656293511390686,0.8356195688247681],[0.7656293511390686,0.7463988661766052],[0.7656293511390686,0.6753828525543213],[0.7656293511390686,0.7323336005210876],[0.7656293511390686,0.7280806303024292],[0.7656293511390686,0.8436163067817688],[0.7656293511390686,0.7867986559867859],[0.7656293511390686,0.8181741237640381],[0.7656293511390686,0.6846866011619568],[0.7656293511390686,0.7366205453872681],[0.8256661295890808,0.8318930268287659],[0.8256661295890808,0.8283811211585999],[0.8256661295890808,0.8235135078430176],[0.8256661295890808,0.7820215225219727],[0.8256661295890808,0.7948758006095886],[0.8256661295890808,0.8027061820030212],[0.8256661295890808,0.7707335352897644],[0.8256661295890808,0.7741106748580933],[0.8256661295890808,0.7911808490753174],[0.7291634678840637,0.7864226698875427],[0.7291634678840637,0.782425045967102],[0.7291634678840637,0.7798476815223694],[0.7291634678840637,0.7894929647445679],[0.7291634678840637,0.7617767453193665],[0.7291634678840637,0.8027061820030212],[0.7291634678840637,0.7741106748580933],[0.7291634678840637,0.7275864481925964],[0.7291634678840637,0.7911808490753174],[0.7291634678840637,0.759355366230011],[0.6954492330551147,0.6600759029388428],[0.6954492330551147,0.6463891863822937],[0.6954492330551147,0.6550200581550598],[0.6954492330551147,0.6952691078186035],[0.6954492330551147,0.6274102330207825],[0.6954492330551147,0.7188310623168945],[0.6954492330551147,0.7050802707672119],[0.6954492330551147,0.7381041646003723],[0.6954492330551147,0.6690038442611694],[0.6954492330551147,0.7212557792663574],[0.6954492330551147,0.7808437943458557],[0.7701788544654846,0.7864226698875427],[0.7701788544654846,0.7829799056053162],[0.7701788544654846,0.7583283185958862],[0.7701788544654846,0.7894929647445679],[0.7701788544654846,0.8174681663513184],[0.7701788544654846,0.7948758006095886],[0.7701788544654846,0.7617767453193665],[0.7701788544654846,0.8027061820030212],[0.7701788544654846,0.7547422051429749],[0.7701788544654846,0.768976628780365],[0.7701788544654846,0.7911808490753174],[0.7701788544654846,0.762096643447876],[0.7701788544654846,0.7990480065345764],[0.20834150910377502,0.17516015470027924],[0.20834150910377502,0.2635233402252197],[0.20834150910377502,0.18134547770023346],[0.20834150910377502,0.24280203878879547],[0.20834150910377502,0.22923193871974945],[0.20834150910377502,0.20379126071929932],[0.20834150910377502,0.1914258748292923],[0.20834150910377502,0.17288129031658173],[0.20834150910377502,0.21120767295360565],[0.20834150910377502,0.17468833923339844],[0.7133508920669556,0.7149969339370728],[0.7133508920669556,0.7549112439155579],[0.7133508920669556,0.6851785778999329],[0.7133508920669556,0.7901095151901245],[0.7133508920669556,0.6620745062828064],[0.7133508920669556,0.7820215225219727],[0.7133508920669556,0.7650270462036133],[0.7133508920669556,0.7948758006095886],[0.7133508920669556,0.7069520354270935],[0.7133508920669556,0.7221415042877197],[0.7133508920669556,0.6261652112007141],[0.7133508920669556,0.7707335352897644],[0.7133508920669556,0.7741106748580933],[0.7133508920669556,0.7911808490753174],[0.7133508920669556,0.6901422142982483],[0.7133508920669556,0.762096643447876],[0.7133508920669556,0.6047791242599487],[0.7133508920669556,0.6437677145004272],[0.1893709897994995,0.16104446351528168],[0.1893709897994995,0.16382651031017303],[0.1893709897994995,0.21226181089878082],[0.1893709897994995,0.2500660717487335],[0.1893709897994995,0.15581084787845612],[0.1893709897994995,0.16379578411579132],[0.1893709897994995,0.16996176540851593],[0.1893709897994995,0.19058695435523987],[0.1893709897994995,0.22743333876132965],[0.1893709897994995,0.1649949997663498],[0.1893709897994995,0.1867130845785141],[0.1893709897994995,0.2017608880996704],[0.1893709897994995,0.241390660405159],[0.9169376492500305,0.8318930268287659],[0.9169376492500305,0.8357451558113098],[0.9169376492500305,0.8378447890281677],[0.9169376492500305,0.8344520926475525],[0.9169376492500305,0.8461238741874695],[0.9169376492500305,0.8377017974853516],[0.9169376492500305,0.822973906993866],[0.764501690864563,0.7919104099273682],[0.764501690864563,0.787928581237793],[0.764501690864563,0.7812818288803101],[0.764501690864563,0.7752734422683716],[0.764501690864563,0.8094491362571716],[0.764501690864563,0.7847007513046265],[0.764501690864563,0.7430548071861267],[0.21075281500816345,0.24420343339443207],[0.21075281500816345,0.17516015470027924],[0.21075281500816345,0.16996176540851593],[0.21075281500816345,0.22558581829071045],[0.21075281500816345,0.2240038365125656],[0.21075281500816345,0.24372579157352448],[0.21075281500816345,0.21242162585258484],[0.21075281500816345,0.25433632731437683],[0.21075281500816345,0.22717921435832977],[0.21075281500816345,0.1601809859275818],[0.21075281500816345,0.18530882894992828],[0.21075281500816345,0.2556658089160919],[0.8064736127853394,0.8318930268287659],[0.8064736127853394,0.8235135078430176],[0.8064736127853394,0.7820215225219727],[0.8064736127853394,0.8112959265708923],[0.8064736127853394,0.8027061820030212],[0.8064736127853394,0.7911808490753174],[0.8064736127853394,0.7302991151809692],[0.8064736127853394,0.762096643447876],[0.8064736127853394,0.759355366230011],[0.7220587730407715,0.8283811211585999],[0.7220587730407715,0.7959315180778503],[0.7220587730407715,0.7829799056053162],[0.7220587730407715,0.7820215225219727],[0.7220587730407715,0.7707335352897644],[0.7220587730407715,0.7741106748580933],[0.7220587730407715,0.7381041646003723],[0.7220587730407715,0.7437599897384644],[0.146190345287323,0.16104446351528168],[0.146190345287323,0.2635503113269806],[0.146190345287323,0.1571331024169922],[0.146190345287323,0.21242162585258484],[0.146190345287323,0.18530882894992828],[0.7860522270202637,0.8226245045661926],[0.7860522270202637,0.8103026747703552],[0.7860522270202637,0.7786769270896912],[0.7860522270202637,0.81260746717453],[0.7860522270202637,0.7864226698875427],[0.7860522270202637,0.782425045967102],[0.7860522270202637,0.8096657991409302],[0.7860522270202637,0.802121102809906],[0.7860522270202637,0.7883463501930237],[0.7860522270202637,0.754813551902771],[0.7860522270202637,0.7798476815223694],[0.7860522270202637,0.7919104099273682],[0.7860522270202637,0.787928581237793],[0.7860522270202637,0.7812818288803101],[0.7860522270202637,0.7925611734390259],[0.7860522270202637,0.7583283185958862],[0.7860522270202637,0.7557796239852905],[0.7860522270202637,0.6931532621383667],[0.7860522270202637,0.7789193987846375],[0.7860522270202637,0.806161642074585],[0.7860522270202637,0.799592137336731],[0.7860522270202637,0.8426035046577454],[0.7860522270202637,0.816468358039856],[0.7860522270202637,0.7752734422683716],[0.7860522270202637,0.7446836829185486],[0.7860522270202637,0.8072871565818787],[0.7860522270202637,0.7691318988800049],[0.7860522270202637,0.7624401450157166],[0.7860522270202637,0.7653104066848755],[0.7860522270202637,0.8168461322784424],[0.7860522270202637,0.8128286004066467],[0.7860522270202637,0.7496407628059387],[0.7860522270202637,0.7847007513046265],[0.7860522270202637,0.8584231734275818],[0.7860522270202637,0.7737529873847961],[0.7860522270202637,0.7975012063980103],[0.7860522270202637,0.769399881362915],[0.7860522270202637,0.8283185958862305],[0.7860522270202637,0.7800477147102356],[0.7860522270202637,0.8282511830329895],[0.7860522270202637,0.7188310623168945],[0.7860522270202637,0.7729814648628235],[0.7860522270202637,0.8195857405662537],[0.7860522270202637,0.813563346862793],[0.7860522270202637,0.7547422051429749],[0.7860522270202637,0.7420265078544617],[0.7860522270202637,0.7707335352897644],[0.7860522270202637,0.7741106748580933],[0.7860522270202637,0.7692732214927673],[0.7860522270202637,0.7381041646003723],[0.7860522270202637,0.7900865077972412],[0.7860522270202637,0.8428717851638794],[0.7860522270202637,0.7939881682395935],[0.7860522270202637,0.7539471387863159],[0.7860522270202637,0.7430548071861267],[0.7860522270202637,0.7911808490753174],[0.7860522270202637,0.755477786064148],[0.7860522270202637,0.7990480065345764],[0.7206549644470215,0.8296692371368408],[0.7206549644470215,0.576686441898346],[0.7206549644470215,0.7241489291191101],[0.7206549644470215,0.8245131969451904],[0.7206549644470215,0.5944112539291382],[0.7206549644470215,0.6753828525543213],[0.7206549644470215,0.6694087982177734],[0.7206549644470215,0.7280806303024292],[0.7206549644470215,0.8436163067817688],[0.7206549644470215,0.5859033465385437],[0.7206549644470215,0.8181741237640381],[0.7206549644470215,0.6846866011619568],[0.7206549644470215,0.827627420425415],[0.746890127658844,0.7959315180778503],[0.746890127658844,0.6815244555473328],[0.746890127658844,0.7737529873847961],[0.746890127658844,0.6376616358757019],[0.746890127658844,0.7426674365997314],[0.746890127658844,0.6613243818283081],[0.7612960934638977,0.8422299027442932],[0.7612960934638977,0.6896411776542664],[0.7612960934638977,0.6952691078186035],[0.7612960934638977,0.8053995966911316],[0.7612960934638977,0.8433715105056763],[0.7612960934638977,0.7610523700714111],[0.7612960934638977,0.7275864481925964],[0.7612960934638977,0.7437599897384644],[0.7612960934638977,0.6786822080612183],[0.7612960934638977,0.7002091407775879],[0.7612960934638977,0.762096643447876],[0.7598140239715576,0.7864226698875427],[0.7598140239715576,0.7798476815223694],[0.7598140239715576,0.7829799056053162],[0.7598140239715576,0.6948559284210205],[0.7598140239715576,0.787355899810791],[0.7598140239715576,0.7583283185958862],[0.7598140239715576,0.7820215225219727],[0.7598140239715576,0.8094491362571716],[0.7598140239715576,0.7771580815315247],[0.7598140239715576,0.769399881362915],[0.7598140239715576,0.7075957655906677],[0.7598140239715576,0.7617767453193665],[0.7598140239715576,0.8027061820030212],[0.7598140239715576,0.8086539506912231],[0.7598140239715576,0.7707335352897644],[0.7598140239715576,0.7900865077972412],[0.7598140239715576,0.7911808490753174],[0.7598140239715576,0.6829653382301331],[0.7598140239715576,0.680770754814148],[0.7598140239715576,0.7196958065032959],[0.7598140239715576,0.7990480065345764],[0.5341033935546875,0.47656598687171936],[0.5341033935546875,0.5366048812866211],[0.5341033935546875,0.601372241973877],[0.5341033935546875,0.5466391444206238],[0.5341033935546875,0.4655950367450714],[0.5341033935546875,0.5093711018562317],[0.5341033935546875,0.6561169028282166],[0.5341033935546875,0.6846866011619568],[0.5341033935546875,0.4487797021865845],[0.7149969339370728,0.7109724879264832],[0.7149969339370728,0.7583283185958862],[0.7149969339370728,0.7820215225219727],[0.7149969339370728,0.7714763879776001],[0.7149969339370728,0.7523953318595886],[0.7149969339370728,0.7275864481925964],[0.7149969339370728,0.7437599897384644],[0.7149969339370728,0.5901610851287842],[0.7149969339370728,0.7116513848304749],[0.7149969339370728,0.7911808490753174],[0.7149969339370728,0.7571172714233398],[0.8318930268287659,0.8543416857719421],[0.8318930268287659,0.744044303894043],[0.8318930268287659,0.8582050204277039],[0.8318930268287659,0.8296692371368408],[0.8318930268287659,0.9078502655029297],[0.8318930268287659,0.7966411709785461],[0.8318930268287659,0.9017854928970337],[0.8318930268287659,0.8892339468002319],[0.8318930268287659,0.7959315180778503],[0.8318930268287659,0.9058314561843872],[0.8318930268287659,0.8576241731643677],[0.8318930268287659,0.8710821270942688],[0.8318930268287659,0.8377017974853516],[0.8318930268287659,0.7829799056053162],[0.8318930268287659,0.7973183989524841],[0.8318930268287659,0.8235135078430176],[0.8318930268287659,0.7557796239852905],[0.8318930268287659,0.954405665397644],[0.8318930268287659,0.8245131969451904],[0.8318930268287659,0.7643692493438721],[0.8318930268287659,0.9184918403625488],[0.8318930268287659,0.8849568367004395],[0.8318930268287659,0.8689984679222107],[0.8318930268287659,0.8510230779647827],[0.8318930268287659,0.8422299027442932],[0.8318930268287659,0.7803592085838318],[0.8318930268287659,0.8206517100334167],[0.8318930268287659,0.8648545742034912],[0.8318930268287659,0.7948758006095886],[0.8318930268287659,0.8745381236076355],[0.8318930268287659,0.8357493281364441],[0.8318930268287659,0.8494037389755249],[0.8318930268287659,0.842821478843689],[0.8318930268287659,0.6896851658821106],[0.8318930268287659,0.9209533929824829],[0.8318930268287659,0.6677941679954529],[0.8318930268287659,0.7075957655906677],[0.8318930268287659,0.8395222425460815],[0.8318930268287659,0.8027061820030212],[0.8318930268287659,0.7610523700714111],[0.8318930268287659,0.6930904984474182],[0.8318930268287659,0.822973906993866],[0.8318930268287659,0.768976628780365],[0.8318930268287659,0.8344206809997559],[0.8318930268287659,0.7571172714233398],[0.8318930268287659,0.8745202422142029],[0.8318930268287659,0.7809883952140808],[0.8318930268287659,0.827627420425415],[0.8318930268287659,0.8674328327178955],[0.8318930268287659,0.8498011827468872],[0.3154010474681854,0.3003506064414978],[0.3154010474681854,0.2642284333705902],[0.3154010474681854,0.2635503113269806],[0.3154010474681854,0.36527928709983826],[0.3154010474681854,0.26175448298454285],[0.3154010474681854,0.37673285603523254],[0.3154010474681854,0.3889591693878174],[0.3154010474681854,0.3270231783390045],[0.3154010474681854,0.4087628424167633],[0.3154010474681854,0.36713871359825134],[0.663874626159668,0.8296692371368408],[0.663874626159668,0.7380667924880981],[0.663874626159668,0.7581059336662292],[0.663874626159668,0.7437599897384644],[0.663874626159668,0.7116513848304749],[0.663874626159668,0.6730157732963562],[0.8226245045661926,0.782425045967102],[0.8226245045661926,0.800232470035553],[0.8226245045661926,0.7949894666671753],[0.8226245045661926,0.8892339468002319],[0.8226245045661926,0.7925611734390259],[0.8226245045661926,0.787355899810791],[0.8226245045661926,0.7962307333946228],[0.8226245045661926,0.7800477147102356],[0.8226245045661926,0.8027061820030212],[0.8226245045661926,0.7571172714233398],[0.8226245045661926,0.759355366230011],[0.8446189761161804,0.81260746717453],[0.8446189761161804,0.782425045967102],[0.8446189761161804,0.800232470035553],[0.8446189761161804,0.7829799056053162],[0.8446189761161804,0.7925611734390259],[0.8446189761161804,0.787355899810791],[0.8446189761161804,0.8167405724525452],[0.8446189761161804,0.824755847454071],[0.8446189761161804,0.7990480065345764],[0.8660582304000854,0.802121102809906],[0.8660582304000854,0.8296692371368408],[0.8660582304000854,0.8157446980476379],[0.8660582304000854,0.8689984679222107],[0.8660582304000854,0.8510230779647827],[0.8660582304000854,0.9114096760749817],[0.8660582304000854,0.816468358039856],[0.8660582304000854,0.7948758006095886],[0.8660582304000854,0.848319947719574],[0.8660582304000854,0.9552779197692871],[0.8660582304000854,0.8167405724525452],[0.8660582304000854,0.8344206809997559],[0.8660582304000854,0.6780257821083069],[0.8660582304000854,0.8274326920509338],[0.7880711555480957,0.6633310914039612],[0.7880711555480957,0.8357451558113098],[0.7880711555480957,0.9078502655029297],[0.7880711555480957,0.7949894666671753],[0.7880711555480957,0.7925611734390259],[0.7880711555480957,0.787355899810791],[0.7880711555480957,0.7934430241584778],[0.7880711555480957,0.8965005278587341],[0.7880711555480957,0.8849568367004395],[0.7880711555480957,0.7948758006095886],[0.7880711555480957,0.803280234336853],[0.7880711555480957,0.6576181054115295],[0.7880711555480957,0.6896851658821106],[0.7880711555480957,0.6731980443000793],[0.7880711555480957,0.7911808490753174],[0.7880711555480957,0.7571172714233398],[0.7880711555480957,0.6379876732826233],[0.7880711555480957,0.759355366230011],[0.35907045006752014,0.24420343339443207],[0.35907045006752014,0.4159034788608551],[0.35907045006752014,0.3421347141265869],[0.35907045006752014,0.31427308917045593],[0.35907045006752014,0.4246707856655121],[0.35907045006752014,0.4199501574039459],[0.35907045006752014,0.47234517335891724],[0.35907045006752014,0.3497333228588104],[0.35907045006752014,0.29871490597724915],[0.35907045006752014,0.27092114090919495],[0.35907045006752014,0.3955633044242859],[0.35907045006752014,0.37673285603523254],[0.35907045006752014,0.2851850092411041],[0.35907045006752014,0.45806559920310974],[0.35907045006752014,0.2497895359992981],[0.35907045006752014,0.2556658089160919],[0.35907045006752014,0.41350263357162476],[0.35907045006752014,0.4198800027370453],[0.35907045006752014,0.36713871359825134],[0.16104446351528168,0.16382651031017303],[0.16104446351528168,0.1405610740184784],[0.16104446351528168,0.15581084787845612],[0.16104446351528168,0.16379578411579132],[0.16104446351528168,0.18134547770023346],[0.16104446351528168,0.16996176540851593],[0.16104446351528168,0.1571331024169922],[0.16104446351528168,0.13278011977672577],[0.16104446351528168,0.17594781517982483],[0.16104446351528168,0.1784728467464447],[0.16104446351528168,0.1649949997663498],[0.16104446351528168,0.16627953946590424],[0.16104446351528168,0.15750999748706818],[0.16104446351528168,0.16100238263607025],[0.16104446351528168,0.17676140367984772],[0.16104446351528168,0.1879296898841858],[0.16104446351528168,0.18530882894992828],[0.16104446351528168,0.16674035787582397],[0.8103026747703552,0.800232470035553],[0.8103026747703552,0.7798476815223694],[0.8103026747703552,0.787928581237793],[0.8103026747703552,0.7820215225219727],[0.8103026747703552,0.7714763879776001],[0.8103026747703552,0.7948758006095886],[0.8103026747703552,0.7911808490753174],[0.8103026747703552,0.7990480065345764],[0.46180039644241333,0.3929847180843353],[0.46180039644241333,0.42817217111587524],[0.46180039644241333,0.5722362399101257],[0.46180039644241333,0.4041113257408142],[0.46180039644241333,0.504041850566864],[0.46180039644241333,0.47491487860679626],[0.46180039644241333,0.43675076961517334],[0.46180039644241333,0.4282321333885193],[0.46180039644241333,0.44001325964927673],[0.46180039644241333,0.45072558522224426],[0.46180039644241333,0.4487797021865845],[0.46180039644241333,0.5168358087539673],[0.46180039644241333,0.5247929096221924],[0.46180039644241333,0.5036974549293518],[0.7178367376327515,0.6806694269180298],[0.7178367376327515,0.7518996596336365],[0.7178367376327515,0.5579054951667786],[0.06858082860708237,0.03548114374279976],[0.06858082860708237,0.04832522198557854],[0.06858082860708237,0.02969321981072426],[0.06858082860708237,0.016837026923894882],[0.06858082860708237,0.06374900043010712],[0.06858082860708237,0.032008036971092224],[0.06858082860708237,0.041960351169109344],[0.06858082860708237,0.058639045804739],[0.06858082860708237,0.1251431703567505],[0.06858082860708237,0.0993148684501648],[0.06858082860708237,0.06800802797079086],[0.06858082860708237,0.09357265383005142],[0.06858082860708237,0.04316767305135727],[0.06858082860708237,0.11701633781194687],[0.06858082860708237,0.047635309398174286],[0.6795322299003601,0.6639067530632019],[0.6795322299003601,0.6550200581550598],[0.6795322299003601,0.6529120206832886],[0.6795322299003601,0.7280806303024292],[0.6795322299003601,0.6845707297325134],[0.6795322299003601,0.6810743808746338],[0.7123537659645081,0.568679690361023],[0.7123537659645081,0.7385101914405823],[0.7123537659645081,0.6463891863822937],[0.7123537659645081,0.6952691078186035],[0.7123537659645081,0.7313916087150574],[0.7123537659645081,0.7653689980506897],[0.7123537659645081,0.7854613065719604],[0.7123537659645081,0.6413874626159668],[0.7123537659645081,0.7424681186676025],[0.03630787134170532,0.0642719715833664],[0.03630787134170532,0.02013525925576687],[0.03630787134170532,0.05980536341667175],[0.03630787134170532,0.044782113283872604],[0.03630787134170532,0.044384535402059555],[0.03630787134170532,0.025165531784296036],[0.03630787134170532,0.027696847915649414],[0.03630787134170532,0.024321062490344048],[0.03630787134170532,0.024369755759835243],[0.03630787134170532,0.055463459342718124],[0.03630787134170532,0.026664603501558304],[0.03630787134170532,0.0259130597114563],[0.7549112439155579,0.7864226698875427],[0.7549112439155579,0.7925611734390259],[0.7549112439155579,0.787355899810791],[0.7549112439155579,0.7583283185958862],[0.7549112439155579,0.7948758006095886],[0.7549112439155579,0.7764449715614319],[0.7549112439155579,0.7842711210250854],[0.7549112439155579,0.803280234336853],[0.7549112439155579,0.6909089684486389],[0.7549112439155579,0.7707335352897644],[0.7549112439155579,0.7437599897384644],[0.7549112439155579,0.7911808490753174],[0.7549112439155579,0.759355366230011],[0.7549112439155579,0.7990480065345764],[0.46367111802101135,0.5159233212471008],[0.46367111802101135,0.5255892872810364],[0.46367111802101135,0.48361489176750183],[0.46367111802101135,0.489266574382782],[0.46367111802101135,0.47491487860679626],[0.46367111802101135,0.4774816036224365],[0.46367111802101135,0.44001325964927673],[0.46367111802101135,0.5168358087539673],[0.5620602965354919,0.5911940336227417],[0.5620602965354919,0.5398961305618286],[0.5620602965354919,0.6463891863822937],[0.5620602965354919,0.6550200581550598],[0.5911940336227417,0.5398659110069275],[0.5911940336227417,0.6851785778999329],[0.5911940336227417,0.5868972539901733],[0.5911940336227417,0.5159233212471008],[0.5911940336227417,0.6600759029388428],[0.5911940336227417,0.5255892872810364],[0.5911940336227417,0.6677941679954529],[0.5911940336227417,0.489266574382782],[0.5911940336227417,0.6066524386405945],[0.5911940336227417,0.6410590410232544],[0.5911940336227417,0.5901610851287842],[0.5911940336227417,0.7550708055496216],[0.1589651256799698,0.18416009843349457],[0.1589651256799698,0.17022056877613068],[0.1589651256799698,0.15595050156116486],[0.1589651256799698,0.15740245580673218],[0.1589651256799698,0.1722842901945114],[0.1589651256799698,0.1797165721654892],[0.1589651256799698,0.15217259526252747],[0.1589651256799698,0.18484356999397278],[0.1589651256799698,0.1651565432548523],[0.1589651256799698,0.1251431703567505],[0.1589651256799698,0.18723925948143005],[0.1589651256799698,0.17664775252342224],[0.1589651256799698,0.0993148684501648],[0.1589651256799698,0.14153149724006653],[0.1589651256799698,0.16757947206497192],[0.1589651256799698,0.1519281566143036],[0.1589651256799698,0.11701633781194687],[0.1589651256799698,0.1781127005815506],[0.7615694999694824,0.782425045967102],[0.7615694999694824,0.7597346901893616],[0.7615694999694824,0.7925611734390259],[0.7615694999694824,0.7583283185958862],[0.7615694999694824,0.7650270462036133],[0.7615694999694824,0.7987415194511414],[0.7615694999694824,0.7707335352897644],[0.7615694999694824,0.7911808490753174],[0.7615694999694824,0.759355366230011],[0.7615694999694824,0.7990480065345764],[0.8401309847831726,0.8339480757713318],[0.8401309847831726,0.7919104099273682],[0.8401309847831726,0.7925611734390259],[0.8401309847831726,0.8375582695007324],[0.8401309847831726,0.8347442150115967],[0.8401309847831726,0.8235631585121155],[0.8401309847831726,0.7987415194511414],[0.8401309847831726,0.8283185958862305],[0.8401309847831726,0.8310695290565491],[0.8401309847831726,0.8167405724525452],[0.8401309847831726,0.8472910523414612],[0.8401309847831726,0.7911808490753174],[0.8401309847831726,0.7990480065345764],[0.8620295524597168,0.8344520926475525],[0.8620295524597168,0.8283811211585999],[0.8620295524597168,0.8790706396102905],[0.8620295524597168,0.8710821270942688],[0.8620295524597168,0.869878351688385],[0.8620295524597168,0.8375582695007324],[0.8620295524597168,0.8235135078430176],[0.8620295524597168,0.8906397819519043],[0.8620295524597168,0.892379641532898],[0.8620295524597168,0.8373878598213196],[0.8620295524597168,0.872791588306427],[0.8620295524597168,0.8726229071617126],[0.8620295524597168,0.8615885376930237],[0.8620295524597168,0.8680999875068665],[0.8620295524597168,0.8027061820030212],[0.8620295524597168,0.822973906993866],[0.8620295524597168,0.7911808490753174],[0.1795695424079895,0.20281246304512024],[0.1795695424079895,0.19393497705459595],[0.1795695424079895,0.24372579157352448],[0.1795695424079895,0.1649949997663498],[0.1795695424079895,0.19239236414432526],[0.1795695424079895,0.25433632731437683],[0.1795695424079895,0.16100238263607025],[0.1795695424079895,0.21098659932613373],[0.1795695424079895,0.1879296898841858],[0.1795695424079895,0.19690251350402832],[0.5977082252502441,0.5907984972000122],[0.5977082252502441,0.5882904529571533],[0.5977082252502441,0.5649710893630981],[0.5977082252502441,0.5702387690544128],[0.7889454960823059,0.777570366859436],[0.7889454960823059,0.7839273810386658],[0.7889454960823059,0.8047298789024353],[0.7889454960823059,0.808290421962738],[0.7889454960823059,0.827627420425415],[0.7786769270896912,0.782425045967102],[0.7786769270896912,0.7726360559463501],[0.7786769270896912,0.8157446980476379],[0.7786769270896912,0.7691318988800049],[0.7786769270896912,0.8195857405662537],[0.7786769270896912,0.813563346862793],[0.7786769270896912,0.7939881682395935],[0.7786769270896912,0.7430548071861267],[0.33369484543800354,0.23906230926513672],[0.33369484543800354,0.2642284333705902],[0.33369484543800354,0.3929847180843353],[0.33369484543800354,0.30264416337013245],[0.33369484543800354,0.4041113257408142],[0.33369484543800354,0.3883249759674072],[0.33369484543800354,0.32526397705078125],[0.33369484543800354,0.40529918670654297],[0.33369484543800354,0.3955633044242859],[0.33369484543800354,0.37673285603523254],[0.33369484543800354,0.3889591693878174],[0.33369484543800354,0.2973146140575409],[0.16382651031017303,0.17516015470027924],[0.16382651031017303,0.15581084787845612],[0.16382651031017303,0.16996176540851593],[0.16382651031017303,0.1571331024169922],[0.16382651031017303,0.19058695435523987],[0.16382651031017303,0.13278011977672577],[0.16382651031017303,0.1649949997663498],[0.16382651031017303,0.21242162585258484],[0.16382651031017303,0.1601809859275818],[0.16382651031017303,0.18530882894992828],[0.7742607593536377,0.6919650435447693],[0.7742607593536377,0.8576241731643677],[0.7742607593536377,0.8206517100334167],[0.7742607593536377,0.759746253490448],[0.7742607593536377,0.7990623712539673],[0.7742607593536377,0.676697313785553],[0.7742607593536377,0.7302991151809692],[0.7742607593536377,0.6911962628364563],[0.7742607593536377,0.827627420425415],[0.81260746717453,0.7456238865852356],[0.81260746717453,0.8283811211585999],[0.81260746717453,0.7798476815223694],[0.81260746717453,0.7919104099273682],[0.81260746717453,0.7925611734390259],[0.81260746717453,0.7912112474441528],[0.81260746717453,0.8128286004066467],[0.81260746717453,0.8584231734275818],[0.81260746717453,0.7962307333946228],[0.81260746717453,0.8559836149215698],[0.81260746717453,0.8734825253486633],[0.81260746717453,0.8027061820030212],[0.81260746717453,0.8320503830909729],[0.81260746717453,0.8047298789024353],[0.81260746717453,0.7900865077972412],[0.81260746717453,0.8428717851638794],[0.81260746717453,0.7911808490753174],[0.81260746717453,0.6816193461418152],[0.81260746717453,0.7990480065345764],[0.25235676765441895,0.3003506064414978],[0.25235676765441895,0.29738759994506836],[0.25235676765441895,0.36151137948036194],[0.25235676765441895,0.30420607328414917],[0.25235676765441895,0.25433632731437683],[0.25235676765441895,0.2846226692199707],[0.25235676765441895,0.32526397705078125],[0.25235676765441895,0.26175448298454285],[0.5398659110069275,0.5398961305618286],[0.5398659110069275,0.6037277579307556],[0.5398659110069275,0.5700606107711792],[0.5398659110069275,0.6294096112251282],[0.5398659110069275,0.5579054951667786],[0.7740139961242676,0.7973183989524841],[0.7740139961242676,0.8220458626747131],[0.7740139961242676,0.7610523700714111],[0.7740139961242676,0.7275864481925964],[0.7740139961242676,0.7809883952140808],[0.8617268204689026,0.7152361869812012],[0.8617268204689026,0.802121102809906],[0.8617268204689026,0.8053995966911316],[0.8617268204689026,0.8047298789024353],[0.4300987124443054,0.3003506064414978],[0.4300987124443054,0.33562007546424866],[0.4300987124443054,0.4257749617099762],[0.4300987124443054,0.47656598687171936],[0.4300987124443054,0.4253154397010803],[0.4300987124443054,0.36492717266082764],[0.4300987124443054,0.3421347141265869],[0.4300987124443054,0.5366048812866211],[0.4300987124443054,0.45976269245147705],[0.4300987124443054,0.3695189654827118],[0.4300987124443054,0.4199501574039459],[0.4300987124443054,0.40358370542526245],[0.4300987124443054,0.4318481981754303],[0.4300987124443054,0.45952489972114563],[0.4300987124443054,0.4655950367450714],[0.4300987124443054,0.3922326862812042],[0.4300987124443054,0.46066048741340637],[0.4300987124443054,0.3482314944267273],[0.4300987124443054,0.5093711018562317],[0.4300987124443054,0.504041850566864],[0.4300987124443054,0.47284770011901855],[0.4300987124443054,0.36527928709983826],[0.4300987124443054,0.5164578557014465],[0.4300987124443054,0.4487797021865845],[0.4300987124443054,0.45806559920310974],[0.3003506064414978,0.4421294331550598],[0.3003506064414978,0.33562007546424866],[0.3003506064414978,0.29738759994506836],[0.3003506064414978,0.3421347141265869],[0.3003506064414978,0.24372579157352448],[0.3003506064414978,0.30420607328414917],[0.3003506064414978,0.3458673357963562],[0.3003506064414978,0.25433632731437683],[0.3003506064414978,0.3482314944267273],[0.3003506064414978,0.29871490597724915],[0.3003506064414978,0.23925237357616425],[0.3003506064414978,0.2846226692199707],[0.3003506064414978,0.2737294137477875],[0.3003506064414978,0.2556658089160919],[0.813865065574646,0.8308790922164917],[0.813865065574646,0.7549915313720703],[0.813865065574646,0.7839273810386658],[0.813865065574646,0.8452004194259644],[0.813865065574646,0.7912112474441528],[0.813865065574646,0.8072871565818787],[0.7399429082870483,0.7152361869812012],[0.7399429082870483,0.7115951180458069],[0.7399429082870483,0.8508152961730957],[0.6184824705123901,0.6210216879844666],[0.6184824705123901,0.6444751620292664],[0.6184824705123901,0.5974965691566467],[0.6184824705123901,0.5501412749290466],[0.6184824705123901,0.6694087982177734],[0.18416009843349457,0.1848682314157486],[0.18416009843349457,0.1896975189447403],[0.18416009843349457,0.1722842901945114],[0.18416009843349457,0.19058695435523987],[0.18416009843349457,0.1938638538122177],[0.18416009843349457,0.1935558170080185],[0.18416009843349457,0.18723925948143005],[0.18416009843349457,0.17423675954341888],[0.18416009843349457,0.17664775252342224],[0.18416009843349457,0.1867130845785141],[0.18416009843349457,0.20573259890079498],[0.18416009843349457,0.18195579946041107],[0.18416009843349457,0.2017608880996704],[0.18416009843349457,0.16757947206497192],[0.18416009843349457,0.1882190853357315],[0.18416009843349457,0.19786374270915985],[0.18416009843349457,0.18940173089504242],[0.18416009843349457,0.189248189330101],[0.18416009843349457,0.1781127005815506],[0.18416009843349457,0.1859053671360016],[0.17022056877613068,0.18934233486652374],[0.17022056877613068,0.15595050156116486],[0.17022056877613068,0.18484356999397278],[0.17022056877613068,0.1651565432548523],[0.17022056877613068,0.1251431703567505],[0.17022056877613068,0.18723925948143005],[0.17022056877613068,0.17423675954341888],[0.17022056877613068,0.1882190853357315],[0.17022056877613068,0.17592373490333557],[0.17022056877613068,0.18077795207500458],[0.17022056877613068,0.17373059689998627],[0.17022056877613068,0.18940173089504242],[0.7498689293861389,0.6444751620292664],[0.7498689293861389,0.7463988661766052],[0.7498689293861389,0.6753828525543213],[0.7498689293861389,0.7323336005210876],[0.7498689293861389,0.7481566667556763],[0.7498689293861389,0.7144660949707031],[0.18934233486652374,0.15595050156116486],[0.18934233486652374,0.1651565432548523],[0.18934233486652374,0.17423675954341888],[0.18934233486652374,0.2017608880996704],[0.18934233486652374,0.17592373490333557],[0.18934233486652374,0.18077795207500458],[0.18934233486652374,0.1519281566143036],[0.18934233486652374,0.17373059689998627],[0.18934233486652374,0.18940173089504242],[0.7302539944648743,0.611304759979248],[0.7302539944648743,0.8377017974853516],[0.7302539944648743,0.8112959265708923],[0.7302539944648743,0.7800477147102356],[0.7302539944648743,0.7617767453193665],[0.7302539944648743,0.7275864481925964],[0.7302539944648743,0.7437599897384644],[0.7302539944648743,0.7571172714233398],[0.7302539944648743,0.759355366230011],[0.8539968132972717,0.782425045967102],[0.8539968132972717,0.8283811211585999],[0.8539968132972717,0.7901095151901245],[0.8539968132972717,0.8790706396102905],[0.8539968132972717,0.8375582695007324],[0.8539968132972717,0.8235135078430176],[0.8539968132972717,0.8906397819519043],[0.8539968132972717,0.816468358039856],[0.8539968132972717,0.918379008769989],[0.8539968132972717,0.7911808490753174],[0.8539968132972717,0.762096643447876],[0.8539968132972717,0.7990480065345764],[0.3933502733707428,0.4243774712085724],[0.3933502733707428,0.38728299736976624],[0.3933502733707428,0.4312588572502136],[0.3933502733707428,0.4686950147151947],[0.3933502733707428,0.45952433347702026],[0.8445029854774475,0.7864226698875427],[0.8445029854774475,0.8283541202545166],[0.8445029854774475,0.8375582695007324],[0.8445029854774475,0.8235135078430176],[0.8445029854774475,0.8347442150115967],[0.8445029854774475,0.8167405724525452],[0.8445029854774475,0.7911808490753174],[0.8445029854774475,0.759355366230011],[0.8445029854774475,0.7990480065345764],[0.37655866146087646,0.27167564630508423],[0.37655866146087646,0.42363888025283813],[0.37655866146087646,0.4312607944011688],[0.37655866146087646,0.40529918670654297],[0.37655866146087646,0.3955633044242859],[0.37655866146087646,0.36432456970214844],[0.7864226698875427,0.8257892727851868],[0.7864226698875427,0.800232470035553],[0.7864226698875427,0.8096657991409302],[0.7864226698875427,0.8339480757713318],[0.7864226698875427,0.802121102809906],[0.7864226698875427,0.7471405863761902],[0.7864226698875427,0.7949894666671753],[0.7864226698875427,0.7293856739997864],[0.7864226698875427,0.7329875826835632],[0.7864226698875427,0.7829799056053162],[0.7864226698875427,0.7925611734390259],[0.7864226698875427,0.777570366859436],[0.7864226698875427,0.8283541202545166],[0.7864226698875427,0.8235135078430176],[0.7864226698875427,0.787355899810791],[0.7864226698875427,0.7583283185958862],[0.7864226698875427,0.7557796239852905],[0.7864226698875427,0.7418338656425476],[0.7864226698875427,0.7789193987846375],[0.7864226698875427,0.7894929647445679],[0.7864226698875427,0.7934430241584778],[0.7864226698875427,0.7839273810386658],[0.7864226698875427,0.7820215225219727],[0.7864226698875427,0.8277931809425354],[0.7864226698875427,0.7740112543106079],[0.7864226698875427,0.816468358039856],[0.7864226698875427,0.7752734422683716],[0.7864226698875427,0.7948758006095886],[0.7864226698875427,0.8017551302909851],[0.7864226698875427,0.7691318988800049],[0.7864226698875427,0.7624401450157166],[0.7864226698875427,0.8173239231109619],[0.7864226698875427,0.7987415194511414],[0.7864226698875427,0.8168461322784424],[0.7864226698875427,0.8494037389755249],[0.7864226698875427,0.8053995966911316],[0.7864226698875427,0.7975012063980103],[0.7864226698875427,0.7962307333946228],[0.7864226698875427,0.769399881362915],[0.7864226698875427,0.7800477147102356],[0.7864226698875427,0.8361254930496216],[0.7864226698875427,0.7617767453193665],[0.7864226698875427,0.7729814648628235],[0.7864226698875427,0.7476463317871094],[0.7864226698875427,0.7581059336662292],[0.7864226698875427,0.8310695290565491],[0.7864226698875427,0.8102302551269531],[0.7864226698875427,0.8086539506912231],[0.7864226698875427,0.8240527510643005],[0.7864226698875427,0.8167405724525452],[0.7864226698875427,0.7426674365997314],[0.7864226698875427,0.768976628780365],[0.7864226698875427,0.7315113544464111],[0.7864226698875427,0.7692732214927673],[0.7864226698875427,0.7990623712539673],[0.7864226698875427,0.8047298789024353],[0.7864226698875427,0.7643277645111084],[0.7864226698875427,0.7572327256202698],[0.7864226698875427,0.7437599897384644],[0.7864226698875427,0.7900865077972412],[0.7864226698875427,0.8139580488204956],[0.7864226698875427,0.6932969093322754],[0.7864226698875427,0.7853254079818726],[0.7864226698875427,0.7430548071861267],[0.7864226698875427,0.7116513848304749],[0.7864226698875427,0.7911808490753174],[0.7864226698875427,0.7571172714233398],[0.7864226698875427,0.7550708055496216],[0.7864226698875427,0.762096643447876],[0.7864226698875427,0.7221227288246155],[0.7864226698875427,0.8674328327178955],[0.7864226698875427,0.759355366230011],[0.7864226698875427,0.7196958065032959],[0.7864226698875427,0.7990480065345764],[0.8257892727851868,0.8739436268806458],[0.8257892727851868,0.7919104099273682],[0.8257892727851868,0.7829799056053162],[0.8257892727851868,0.787355899810791],[0.8257892727851868,0.9114096760749817],[0.8257892727851868,0.8225504159927368],[0.8257892727851868,0.8053995966911316],[0.8257892727851868,0.8167405724525452],[0.8257892727851868,0.7911808490753174],[0.8257892727851868,0.7990480065345764],[0.8543416857719421,0.8649654388427734],[0.8543416857719421,0.8364027738571167],[0.8543416857719421,0.7046894431114197],[0.8543416857719421,0.8508152961730957],[0.8543416857719421,0.7948758006095886],[0.8543416857719421,0.7313916087150574],[0.8543416857719421,0.7968546748161316],[0.8543416857719421,0.827627420425415],[0.548837423324585,0.6620745062828064],[0.548837423324585,0.6730157732963562],[0.060075320303440094,0.12287957966327667],[0.060075320303440094,0.05328267440199852],[0.060075320303440094,0.044307906180620193],[0.060075320303440094,0.04832522198557854],[0.060075320303440094,0.06374900043010712],[0.060075320303440094,0.058639045804739],[0.060075320303440094,0.06285079568624496],[0.060075320303440094,0.07926399260759354],[0.060075320303440094,0.0993148684501648],[0.060075320303440094,0.06800802797079086],[0.060075320303440094,0.09357265383005142],[0.060075320303440094,0.04062101989984512],[0.060075320303440094,0.04316767305135727],[0.060075320303440094,0.11701633781194687],[0.060075320303440094,0.0684310719370842],[0.060075320303440094,0.047635309398174286],[0.7899892926216125,0.782425045967102],[0.7899892926216125,0.7919104099273682],[0.7899892926216125,0.787928581237793],[0.7899892926216125,0.7829799056053162],[0.7899892926216125,0.7714763879776001],[0.7899892926216125,0.7911808490753174],[0.7899892926216125,0.7550708055496216],[0.7899892926216125,0.762096643447876],[0.7899892926216125,0.7990480065345764],[0.6919650435447693,0.6294096112251282],[0.6919650435447693,0.6136341691017151],[0.5327243208885193,0.4421294331550598],[0.5327243208885193,0.7347737550735474],[0.5327243208885193,0.5881704688072205],[0.5327243208885193,0.7321111559867859],[0.5327243208885193,0.3497333228588104],[0.5327243208885193,0.45806559920310974],[0.21226181089878082,0.2424670308828354],[0.21226181089878082,0.18487295508384705],[0.21226181089878082,0.16379578411579132],[0.21226181089878082,0.3173927962779999],[0.21226181089878082,0.1867130845785141],[0.21226181089878082,0.2017608880996704],[0.21226181089878082,0.1882190853357315],[0.21226181089878082,0.19786374270915985],[0.21226181089878082,0.189248189330101],[0.7152361869812012,0.568679690361023],[0.7152361869812012,0.9155510067939758],[0.7152361869812012,0.7973183989524841],[0.7152361869812012,0.7111231088638306],[0.7152361869812012,0.7115951180458069],[0.7152361869812012,0.5944112539291382],[0.7152361869812012,0.5440159440040588],[0.7152361869812012,0.8225825428962708],[0.7152361869812012,0.7385101914405823],[0.7152361869812012,0.6197496652603149],[0.7152361869812012,0.7039629220962524],[0.7152361869812012,0.803280234336853],[0.7152361869812012,0.5501412749290466],[0.7152361869812012,0.9183799624443054],[0.7152361869812012,0.6413874626159668],[0.7152361869812012,0.7004488706588745],[0.7152361869812012,0.7366205453872681],[0.525738000869751,0.568679690361023],[0.525738000869751,0.4243774712085724],[0.525738000869751,0.47598332166671753],[0.525738000869751,0.4749296009540558],[0.525738000869751,0.5872944593429565],[0.525738000869751,0.4686950147151947],[0.525738000869751,0.45952433347702026],[0.8649654388427734,0.8364027738571167],[0.8649654388427734,0.7829799056053162],[0.8649654388427734,0.777570366859436],[0.8649654388427734,0.8157446980476379],[0.8649654388427734,0.8027061820030212],[0.8649654388427734,0.7275864481925964],[0.8649654388427734,0.762096643447876],[0.15595050156116486,0.15740245580673218],[0.15595050156116486,0.1722842901945114],[0.15595050156116486,0.1651565432548523],[0.15595050156116486,0.1251431703567505],[0.15595050156116486,0.17423675954341888],[0.15595050156116486,0.0993148684501648],[0.15595050156116486,0.14153149724006653],[0.15595050156116486,0.17592373490333557],[0.15595050156116486,0.1519281566143036],[0.15595050156116486,0.09357265383005142],[0.15595050156116486,0.17373059689998627],[0.15595050156116486,0.11701633781194687],[0.6851785778999329,0.5842167735099792],[0.6851785778999329,0.7135764360427856],[0.6851785778999329,0.7280806303024292],[0.6851785778999329,0.7426674365997314],[0.6851785778999329,0.7275864481925964],[0.6851785778999329,0.7381041646003723],[0.6851785778999329,0.6786822080612183],[0.6851785778999329,0.7116513848304749],[0.6851785778999329,0.7571172714233398],[0.6851785778999329,0.762096643447876],[0.7788777947425842,0.8296692371368408],[0.7788777947425842,0.7882959246635437],[0.7788777947425842,0.7275864481925964],[0.7788777947425842,0.6730157732963562],[0.7788777947425842,0.762096643447876],[0.4421294331550598,0.27167564630508423],[0.4421294331550598,0.4257749617099762],[0.4421294331550598,0.4253154397010803],[0.4421294331550598,0.45976269245147705],[0.4421294331550598,0.4199501574039459],[0.4421294331550598,0.30420607328414917],[0.4421294331550598,0.40358370542526245],[0.4421294331550598,0.5804673433303833],[0.4421294331550598,0.4318481981754303],[0.4421294331550598,0.4507638216018677],[0.4421294331550598,0.47284770011901855],[0.4421294331550598,0.3955633044242859],[0.4421294331550598,0.5161214470863342],[0.4421294331550598,0.5702387690544128],[0.3022066056728363,0.2240038365125656],[0.3022066056728363,0.24372579157352448],[0.3022066056728363,0.46777328848838806],[0.6633310914039612,0.7456238865852356],[0.6633310914039612,0.7050802707672119],[0.6633310914039612,0.7275864481925964],[0.6633310914039612,0.7430548071861267],[0.6633310914039612,0.6901422142982483],[0.5249432921409607,0.45976269245147705],[0.5249432921409607,0.6324062943458557],[0.5249432921409607,0.5374821424484253],[0.5249432921409607,0.5255892872810364],[0.5249432921409607,0.48361489176750183],[0.5249432921409607,0.6550200581550598],[0.5249432921409607,0.5887072086334229],[0.5249432921409607,0.5148330330848694],[0.5249432921409607,0.5217041969299316],[0.5249432921409607,0.4774816036224365],[0.5249432921409607,0.45072558522224426],[0.8453850746154785,0.803280234336853],[0.8453850746154785,0.6952691078186035],[0.8453850746154785,0.7280806303024292],[0.0642719715833664,0.05980536341667175],[0.0642719715833664,0.044782113283872604],[0.0642719715833664,0.044384535402059555],[0.0642719715833664,0.027696847915649414],[0.0642719715833664,0.032875772565603256],[0.0642719715833664,0.055463459342718124],[0.0642719715833664,0.0259130597114563],[0.8297730684280396,0.8710821270942688],[0.8297730684280396,0.7925611734390259],[0.8297730684280396,0.8375582695007324],[0.8297730684280396,0.8235135078430176],[0.8297730684280396,0.8373878598213196],[0.8297730684280396,0.7948758006095886],[0.8297730684280396,0.7987415194511414],[0.8297730684280396,0.8240527510643005],[0.8297730684280396,0.8167405724525452],[0.8297730684280396,0.7853254079818726],[0.8297730684280396,0.7911808490753174],[0.8297730684280396,0.7990480065345764],[0.24420343339443207,0.27167564630508423],[0.24420343339443207,0.3301943242549896],[0.24420343339443207,0.2240038365125656],[0.24420343339443207,0.20718611776828766],[0.24420343339443207,0.30420607328414917],[0.24420343339443207,0.21956926584243774],[0.24420343339443207,0.3955633044242859],[0.24420343339443207,0.2497895359992981],[0.24420343339443207,0.2556658089160919],[0.24420343339443207,0.20578396320343018],[0.24420343339443207,0.2973146140575409],[0.5868972539901733,0.6037277579307556],[0.5868972539901733,0.6896851658821106],[0.5868972539901733,0.6410590410232544],[0.5868972539901733,0.6786822080612183],[0.5868972539901733,0.5700606107711792],[0.5868972539901733,0.6294096112251282],[0.27167564630508423,0.20281246304512024],[0.27167564630508423,0.19393497705459595],[0.27167564630508423,0.22558581829071045],[0.27167564630508423,0.2240038365125656],[0.27167564630508423,0.20718611776828766],[0.27167564630508423,0.3206970691680908],[0.27167564630508423,0.30420607328414917],[0.27167564630508423,0.1915431022644043],[0.27167564630508423,0.3497333228588104],[0.27167564630508423,0.3883249759674072],[0.27167564630508423,0.21956926584243774],[0.27167564630508423,0.21098659932613373],[0.27167564630508423,0.3955633044242859],[0.27167564630508423,0.2497895359992981],[0.3301943242549896,0.31982189416885376],[0.3301943242549896,0.4257749617099762],[0.3301943242549896,0.3421347141265869],[0.3301943242549896,0.3929847180843353],[0.3301943242549896,0.4391385316848755],[0.3301943242549896,0.4199501574039459],[0.3301943242549896,0.3458673357963562],[0.3301943242549896,0.3482314944267273],[0.3301943242549896,0.2846226692199707],[0.3301943242549896,0.2556658089160919],[0.8357451558113098,0.782425045967102],[0.8357451558113098,0.8378447890281677],[0.8357451558113098,0.8739436268806458],[0.8357451558113098,0.9078502655029297],[0.8357451558113098,0.7966411709785461],[0.8357451558113098,0.7919104099273682],[0.8357451558113098,0.9058314561843872],[0.8357451558113098,0.787928581237793],[0.8357451558113098,0.8793675303459167],[0.8357451558113098,0.8906397819519043],[0.8357451558113098,0.7882959246635437],[0.8357451558113098,0.7803592085838318],[0.8357451558113098,0.7948758006095886],[0.8357451558113098,0.8785631656646729],[0.8357451558113098,0.7737529873847961],[0.8357451558113098,0.7800477147102356],[0.8357451558113098,0.8027061820030212],[0.8357451558113098,0.822973906993866],[0.8357451558113098,0.8344206809997559],[0.8357451558113098,0.7911808490753174],[0.8357451558113098,0.7990480065345764],[0.744044303894043,0.8296692371368408],[0.744044303894043,0.7973183989524841],[0.744044303894043,0.842821478843689],[0.744044303894043,0.7116513848304749],[0.744044303894043,0.7302991151809692],[0.7109724879264832,0.8245131969451904],[0.7109724879264832,0.5859033465385437],[0.7109724879264832,0.6786822080612183],[0.7109724879264832,0.7809883952140808],[0.7109724879264832,0.6379876732826233],[0.8582050204277039,0.8298649191856384],[0.8582050204277039,0.8576241731643677],[0.8582050204277039,0.8710821270942688],[0.8582050204277039,0.892379641532898],[0.8582050204277039,0.8422299027442932],[0.8582050204277039,0.7908603549003601],[0.8582050204277039,0.8356195688247681],[0.8582050204277039,0.872791588306427],[0.8582050204277039,0.8745381236076355],[0.8582050204277039,0.8572719097137451],[0.8582050204277039,0.8615885376930237],[0.8582050204277039,0.8680999875068665],[0.8582050204277039,0.8433715105056763],[0.8582050204277039,0.849264919757843],[0.8582050204277039,0.7809883952140808],[0.02013525925576687,0.03548114374279976],[0.02013525925576687,0.04832522198557854],[0.02013525925576687,0.044782113283872604],[0.02013525925576687,0.032008036971092224],[0.02013525925576687,0.025165531784296036],[0.02013525925576687,0.027696847915649414],[0.02013525925576687,0.024321062490344048],[0.02013525925576687,0.024369755759835243],[0.02013525925576687,0.047635309398174286],[0.02013525925576687,0.026664603501558304],[0.02013525925576687,0.0259130597114563],[0.782425045967102,0.800232470035553],[0.782425045967102,0.7471405863761902],[0.782425045967102,0.7919104099273682],[0.782425045967102,0.7329875826835632],[0.782425045967102,0.7925611734390259],[0.782425045967102,0.7653934955596924],[0.782425045967102,0.8283541202545166],[0.782425045967102,0.7583283185958862],[0.782425045967102,0.7016933560371399],[0.782425045967102,0.6931532621383667],[0.782425045967102,0.7894929647445679],[0.782425045967102,0.7650270462036133],[0.782425045967102,0.7449692487716675],[0.782425045967102,0.8422299027442932],[0.782425045967102,0.7714763879776001],[0.782425045967102,0.7691318988800049],[0.782425045967102,0.7653104066848755],[0.782425045967102,0.8494037389755249],[0.782425045967102,0.8053995966911316],[0.782425045967102,0.7380667924880981],[0.782425045967102,0.753269374370575],[0.782425045967102,0.7356845140457153],[0.782425045967102,0.7476463317871094],[0.782425045967102,0.7581059336662292],[0.782425045967102,0.7885332107543945],[0.782425045967102,0.8167405724525452],[0.782425045967102,0.7426674365997314],[0.782425045967102,0.8416579365730286],[0.782425045967102,0.7608709931373596],[0.782425045967102,0.8327212929725647],[0.782425045967102,0.7911808490753174],[0.782425045967102,0.6911962628364563],[0.782425045967102,0.7212557792663574],[0.782425045967102,0.7808437943458557],[0.782425045967102,0.759355366230011],[0.782425045967102,0.7196958065032959],[0.782425045967102,0.7990480065345764],[0.800232470035553,0.8096657991409302],[0.800232470035553,0.8158586621284485],[0.800232470035553,0.7883463501930237],[0.800232470035553,0.752098023891449],[0.800232470035553,0.7959315180778503],[0.800232470035553,0.787928581237793],[0.800232470035553,0.7557796239852905],[0.800232470035553,0.7956261038780212],[0.800232470035553,0.7888185977935791],[0.800232470035553,0.7549915313720703],[0.800232470035553,0.7839273810386658],[0.800232470035553,0.8225504159927368],[0.800232470035553,0.8235631585121155],[0.800232470035553,0.8167405724525452],[0.800232470035553,0.7741106748580933],[0.800232470035553,0.8047298789024353],[0.800232470035553,0.8139580488204956],[0.800232470035553,0.7990480065345764],[0.8096657991409302,0.8158586621284485],[0.8096657991409302,0.802121102809906],[0.8096657991409302,0.8296692371368408],[0.8096657991409302,0.8283811211585999],[0.8096657991409302,0.7919104099273682],[0.8096657991409302,0.7987415194511414],[0.8096657991409302,0.8282511830329895],[0.8096657991409302,0.8240527510643005],[0.8096657991409302,0.8167405724525452],[0.8096657991409302,0.6932969093322754],[0.8096657991409302,0.7911808490753174],[0.8096657991409302,0.7990480065345764],[0.33562007546424866,0.4257749617099762],[0.33562007546424866,0.3421347141265869],[0.33562007546424866,0.2845490276813507],[0.33562007546424866,0.2635503113269806],[0.33562007546424866,0.4041113257408142],[0.33562007546424866,0.4199501574039459],[0.33562007546424866,0.47234517335891724],[0.33562007546424866,0.40358370542526245],[0.33562007546424866,0.25433632731437683],[0.33562007546424866,0.29871490597724915],[0.33562007546424866,0.23925237357616425],[0.33562007546424866,0.36527928709983826],[0.33562007546424866,0.37673285603523254],[0.33562007546424866,0.2497895359992981],[0.31982189416885376,0.3421347141265869],[0.31982189416885376,0.3695189654827118],[0.31982189416885376,0.3458673357963562],[0.31982189416885376,0.3482314944267273],[0.31982189416885376,0.27092114090919495],[0.31982189416885376,0.4254407584667206],[0.31982189416885376,0.2497895359992981],[0.31982189416885376,0.2556658089160919],[0.31982189416885376,0.4087628424167633],[0.31982189416885376,0.36713871359825134],[0.8339480757713318,0.8283811211585999],[0.8339480757713318,0.7919104099273682],[0.8339480757713318,0.7925611734390259],[0.8339480757713318,0.7888185977935791],[0.8339480757713318,0.823237955570221],[0.8339480757713318,0.8402242660522461],[0.8339480757713318,0.8426035046577454],[0.8339480757713318,0.8347442150115967],[0.8339480757713318,0.816468358039856],[0.8339480757713318,0.8629661202430725],[0.8339480757713318,0.8359676599502563],[0.8339480757713318,0.8128286004066467],[0.8339480757713318,0.7975012063980103],[0.8339480757713318,0.8283185958862305],[0.8339480757713318,0.8361254930496216],[0.8339480757713318,0.8282511830329895],[0.8339480757713318,0.8195857405662537],[0.8339480757713318,0.8480546474456787],[0.8339480757713318,0.8629308342933655],[0.8339480757713318,0.8320503830909729],[0.8339480757713318,0.8102302551269531],[0.8339480757713318,0.8428717851638794],[0.8339480757713318,0.7911808490753174],[0.8339480757713318,0.7990480065345764],[0.8364027738571167,0.787928581237793],[0.8364027738571167,0.7829799056053162],[0.8364027738571167,0.7925611734390259],[0.8364027738571167,0.7583283185958862],[0.8364027738571167,0.8206517100334167],[0.8364027738571167,0.8027061820030212],[0.8364027738571167,0.8327212929725647],[0.8364027738571167,0.7302991151809692],[0.8364027738571167,0.7990480065345764],[0.6358516216278076,0.6926850080490112],[0.6358516216278076,0.5872944593429565],[0.6358516216278076,0.7092624306678772],[0.6358516216278076,0.6677941679954529],[0.12287957966327667,0.05328267440199852],[0.12287957966327667,0.044307906180620193],[0.12287957966327667,0.18484356999397278],[0.12287957966327667,0.19058695435523987],[0.12287957966327667,0.22743333876132965],[0.12287957966327667,0.07926399260759354],[0.12287957966327667,0.20573259890079498],[0.8385027647018433,0.787928581237793],[0.8385027647018433,0.7925611734390259],[0.8385027647018433,0.816468358039856],[0.8385027647018433,0.7948758006095886],[0.8385027647018433,0.7885332107543945],[0.8385027647018433,0.7911808490753174],[0.8385027647018433,0.762096643447876],[0.611304759979248,0.6786822080612183],[0.611304759979248,0.6730157732963562],[0.4257749617099762,0.36492717266082764],[0.4257749617099762,0.45976269245147705],[0.4257749617099762,0.5466391444206238],[0.4257749617099762,0.4199501574039459],[0.4257749617099762,0.30420607328414917],[0.4257749617099762,0.40171417593955994],[0.4257749617099762,0.4318481981754303],[0.4257749617099762,0.45952489972114563],[0.4257749617099762,0.4655950367450714],[0.4257749617099762,0.46066048741340637],[0.4257749617099762,0.3482314944267273],[0.4257749617099762,0.2846226692199707],[0.4257749617099762,0.3883249759674072],[0.4257749617099762,0.4457146227359772],[0.4257749617099762,0.36527928709983826],[0.4257749617099762,0.3955633044242859],[0.4257749617099762,0.6561169028282166],[0.4257749617099762,0.4198800027370453],[0.8378447890281677,0.8769835829734802],[0.8378447890281677,0.7959315180778503],[0.8378447890281677,0.8375582695007324],[0.8378447890281677,0.8793675303459167],[0.8378447890281677,0.9184918403625488],[0.8378447890281677,0.7800477147102356],[0.8378447890281677,0.7617767453193665],[0.8378447890281677,0.6485365033149719],[0.8378447890281677,0.8027061820030212],[0.8378447890281677,0.822973906993866],[0.8378447890281677,0.7275864481925964],[0.8378447890281677,0.8661436438560486],[0.8378447890281677,0.7853254079818726],[0.43912672996520996,0.5628425478935242],[0.43912672996520996,0.4258843660354614],[0.43912672996520996,0.5159233212471008],[0.43912672996520996,0.48361489176750183],[0.43912672996520996,0.44001325964927673],[0.7085480690002441,0.8296692371368408],[0.7085480690002441,0.7215477824211121],[0.7085480690002441,0.7798476815223694],[0.7085480690002441,0.6548495888710022],[0.7085480690002441,0.6940982341766357],[0.7085480690002441,0.7275864481925964],[0.7085480690002441,0.6780257821083069],[0.7085480690002441,0.7430548071861267],[0.7085480690002441,0.755477786064148],[0.7085480690002441,0.7196958065032959],[0.8158586621284485,0.8300348520278931],[0.8158586621284485,0.7883463501930237],[0.8158586621284485,0.7726360559463501],[0.8158586621284485,0.823237955570221],[0.8158586621284485,0.8282511830329895],[0.8158586621284485,0.8195857405662537],[0.8158586621284485,0.7818605303764343],[0.568679690361023,0.5398961305618286],[0.568679690361023,0.5212666988372803],[0.568679690361023,0.49569088220596313],[0.568679690361023,0.5374821424484253],[0.568679690361023,0.5501412749290466],[0.568679690361023,0.4877329170703888],[0.568679690361023,0.45952433347702026],[0.568679690361023,0.5615290403366089],[0.1848682314157486,0.17423748970031738],[0.1848682314157486,0.1896975189447403],[0.1848682314157486,0.19058695435523987],[0.1848682314157486,0.1938638538122177],[0.1848682314157486,0.17594781517982483],[0.1848682314157486,0.18723925948143005],[0.1848682314157486,0.17423675954341888],[0.1848682314157486,0.18195579946041107],[0.1848682314157486,0.2017608880996704],[0.1848682314157486,0.17592373490333557],[0.1848682314157486,0.17373059689998627],[0.1848682314157486,0.18940173089504242],[0.1848682314157486,0.1859053671360016],[0.7456238865852356,0.8027061820030212],[0.7456238865852356,0.7275864481925964],[0.7456238865852356,0.7377397418022156],[0.7456238865852356,0.7911808490753174],[0.7456238865852356,0.7571172714233398],[0.7456238865852356,0.762096643447876],[0.7456238865852356,0.7990480065345764],[0.47656598687171936,0.45976269245147705],[0.47656598687171936,0.42363888025283813],[0.47656598687171936,0.4312588572502136],[0.47656598687171936,0.4312607944011688],[0.47656598687171936,0.6753828525543213],[0.47656598687171936,0.41522371768951416],[0.47656598687171936,0.40529918670654297],[0.47656598687171936,0.36432456970214844],[0.8739436268806458,0.802121102809906],[0.8739436268806458,0.8157446980476379],[0.8739436268806458,0.7883843183517456],[0.8739436268806458,0.7571172714233398],[0.802121102809906,0.7925611734390259],[0.802121102809906,0.7557796239852905],[0.802121102809906,0.8793675303459167],[0.802121102809906,0.7912112474441528],[0.802121102809906,0.7948758006095886],[0.802121102809906,0.7800477147102356],[0.802121102809906,0.7075957655906677],[0.802121102809906,0.8027061820030212],[0.802121102809906,0.7741106748580933],[0.802121102809906,0.7911808490753174],[0.4656417667865753,0.5062854290008545],[0.4656417667865753,0.4435639977455139],[0.4656417667865753,0.37673285603523254],[0.4656417667865753,0.5182093381881714],[0.4656417667865753,0.48594215512275696],[0.4656417667865753,0.5141764879226685],[0.4656417667865753,0.3889591693878174],[0.4656417667865753,0.529960036277771],[0.4656417667865753,0.5008319020271301],[0.4656417667865753,0.5247929096221924],[0.6844013929367065,0.7271822094917297],[0.6844013929367065,0.7347737550735474],[0.6844013929367065,0.5881704688072205],[0.6844013929367065,0.4312607944011688],[0.6844013929367065,0.7321111559867859],[0.8296692371368408,0.8283811211585999],[0.8296692371368408,0.9017854928970337],[0.8296692371368408,0.8261442184448242],[0.8296692371368408,0.9058314561843872],[0.8296692371368408,0.8377017974853516],[0.8296692371368408,0.7973183989524841],[0.8296692371368408,0.8380061388015747],[0.8296692371368408,0.8906397819519043],[0.8296692371368408,0.8245131969451904],[0.8296692371368408,0.9184918403625488],[0.8296692371368408,0.8508152961730957],[0.8296692371368408,0.8689984679222107],[0.8296692371368408,0.7948758006095886],[0.8296692371368408,0.7842711210250854],[0.8296692371368408,0.803280234336853],[0.8296692371368408,0.8584231734275818],[0.8296692371368408,0.9209533929824829],[0.8296692371368408,0.7313916087150574],[0.8296692371368408,0.7075957655906677],[0.8296692371368408,0.8395222425460815],[0.8296692371368408,0.8232449889183044],[0.8296692371368408,0.8895232677459717],[0.8296692371368408,0.9552779197692871],[0.8296692371368408,0.8167405724525452],[0.8296692371368408,0.8344206809997559],[0.8296692371368408,0.8051282167434692],[0.8296692371368408,0.8274326920509338],[0.8296692371368408,0.9226654171943665],[0.8296692371368408,0.6907063126564026],[0.8296692371368408,0.8697837591171265],[0.8296692371368408,0.7332822680473328],[0.8296692371368408,0.8745202422142029],[0.6956911683082581,0.6639067530632019],[0.6956911683082581,0.5576830506324768],[0.6956911683082581,0.6952691078186035],[0.6956911683082581,0.6896851658821106],[0.6956911683082581,0.651881992816925],[0.6956911683082581,0.7854613065719604],[0.6956911683082581,0.6410590410232544],[0.6956911683082581,0.7275864481925964],[0.6956911683082581,0.7116513848304749],[0.6956911683082581,0.6845707297325134],[0.6956911683082581,0.7809883952140808],[0.8344520926475525,0.8790706396102905],[0.8344520926475525,0.8576241731643677],[0.8344520926475525,0.8710821270942688],[0.8344520926475525,0.7925611734390259],[0.8344520926475525,0.869878351688385],[0.8344520926475525,0.8375582695007324],[0.8344520926475525,0.8235135078430176],[0.8344520926475525,0.8277931809425354],[0.8344520926475525,0.872791588306427],[0.8344520926475525,0.8648545742034912],[0.8344520926475525,0.8726229071617126],[0.8344520926475525,0.8680999875068665],[0.8344520926475525,0.8027061820030212],[0.8344520926475525,0.7707335352897644],[0.8344520926475525,0.822973906993866],[0.8344520926475525,0.7853254079818726],[0.8344520926475525,0.7911808490753174],[0.8344520926475525,0.8498011827468872],[0.8344520926475525,0.7990480065345764],[0.17423748970031738,0.18487295508384705],[0.17423748970031738,0.16379578411579132],[0.17423748970031738,0.18134547770023346],[0.17423748970031738,0.16755563020706177],[0.17423748970031738,0.17594781517982483],[0.17423748970031738,0.1784728467464447],[0.17423748970031738,0.17574626207351685],[0.17423748970031738,0.1867130845785141],[0.17423748970031738,0.16627953946590424],[0.17423748970031738,0.18195579946041107],[0.17423748970031738,0.15750999748706818],[0.17423748970031738,0.17288129031658173],[0.17423748970031738,0.17233553528785706],[0.17423748970031738,0.17676140367984772],[0.17423748970031738,0.17468833923339844],[0.17423748970031738,0.17574840784072876],[0.17423748970031738,0.168282151222229],[0.17423748970031738,0.16226382553577423],[0.17423748970031738,0.1747942566871643],[0.17423748970031738,0.1859053671360016],[0.17423748970031738,0.18362341821193695],[0.7597346901893616,0.7901095151901245],[0.7597346901893616,0.754813551902771],[0.7597346901893616,0.7485794425010681],[0.7597346901893616,0.7919104099273682],[0.7597346901893616,0.7329875826835632],[0.7597346901893616,0.7925611734390259],[0.7597346901893616,0.6948559284210205],[0.7597346901893616,0.787355899810791],[0.7597346901893616,0.7233698964118958],[0.7597346901893616,0.7418338656425476],[0.7597346901893616,0.7934430241584778],[0.7597346901893616,0.7948758006095886],[0.7597346901893616,0.7987415194511414],[0.7597346901893616,0.7380667924880981],[0.7597346901893616,0.7135764360427856],[0.7597346901893616,0.7547422051429749],[0.7597346901893616,0.7707335352897644],[0.7597346901893616,0.7643277645111084],[0.7597346901893616,0.7539471387863159],[0.7597346901893616,0.7430548071861267],[0.7597346901893616,0.7116513848304749],[0.7597346901893616,0.7911808490753174],[0.7597346901893616,0.7571172714233398],[0.7597346901893616,0.7302991151809692],[0.7597346901893616,0.6911962628364563],[0.7597346901893616,0.762096643447876],[0.7597346901893616,0.7221227288246155],[0.7597346901893616,0.7990480065345764],[0.29738759994506836,0.38728299736976624],[0.29738759994506836,0.30420607328414917],[0.29738759994506836,0.21242162585258484],[0.29738759994506836,0.29898688197135925],[0.29738759994506836,0.25433632731437683],[0.29738759994506836,0.22754362225532532],[0.29738759994506836,0.4457146227359772],[0.4243774712085724,0.5566433668136597],[0.4243774712085724,0.5212666988372803],[0.4243774712085724,0.38728299736976624],[0.4243774712085724,0.49569088220596313],[0.4243774712085724,0.4686950147151947],[0.4243774712085724,0.29898688197135925],[0.2424670308828354,0.15740245580673218],[0.2424670308828354,0.1896975189447403],[0.2424670308828354,0.2500660717487335],[0.2424670308828354,0.1797165721654892],[0.2424670308828354,0.18484356999397278],[0.2424670308828354,0.1938638538122177],[0.2424670308828354,0.20573259890079498],[0.8283811211585999,0.8461238741874695],[0.8283811211585999,0.7919104099273682],[0.8283811211585999,0.8377017974853516],[0.8283811211585999,0.7925611734390259],[0.8283811211585999,0.8375582695007324],[0.8283811211585999,0.8426643013954163],[0.8283811211585999,0.8793675303459167],[0.8283811211585999,0.823237955570221],[0.8283811211585999,0.7789193987846375],[0.8283811211585999,0.8629661202430725],[0.8283811211585999,0.7948758006095886],[0.8283811211585999,0.8779430985450745],[0.8283811211585999,0.8559836149215698],[0.8283811211585999,0.8734825253486633],[0.8283811211585999,0.8027061820030212],[0.8283811211585999,0.8167405724525452],[0.8283811211585999,0.822973906993866],[0.8283811211585999,0.7990623712539673],[0.8283811211585999,0.8185698390007019],[0.8283811211585999,0.7911808490753174],[0.8283811211585999,0.755477786064148],[0.8283811211585999,0.7990480065345764],[0.7123807072639465,0.6798267960548401],[0.7123807072639465,0.6695142984390259],[0.7123807072639465,0.7908603549003601],[0.7123807072639465,0.8220458626747131],[0.7123807072639465,0.573024332523346],[0.7123807072639465,0.7323336005210876],[0.7123807072639465,0.5859033465385437],[0.7123807072639465,0.5455856919288635],[0.7471405863761902,0.7829799056053162],[0.7471405863761902,0.7925611734390259],[0.7471405863761902,0.8027061820030212],[0.7471405863761902,0.7707335352897644],[0.7471405863761902,0.7116513848304749],[0.7471405863761902,0.7911808490753174],[0.7471405863761902,0.759355366230011],[0.5943913459777832,0.5398961305618286],[0.5943913459777832,0.7115951180458069],[0.5943913459777832,0.5974965691566467],[0.5943913459777832,0.49569088220596313],[0.5943913459777832,0.5501412749290466],[0.5943913459777832,0.7313916087150574],[0.5943913459777832,0.6066524386405945],[0.8300348520278931,0.9017854928970337],[0.8300348520278931,0.7215477824211121],[0.8300348520278931,0.848319947719574],[0.8300348520278931,0.7818605303764343],[0.7883463501930237,0.7726360559463501],[0.7883463501930237,0.7798476815223694],[0.7883463501930237,0.7919104099273682],[0.7883463501930237,0.787928581237793],[0.7883463501930237,0.8380061388015747],[0.7883463501930237,0.823237955570221],[0.7883463501930237,0.7549915313720703],[0.7883463501930237,0.799592137336731],[0.7883463501930237,0.816468358039856],[0.7883463501930237,0.8225504159927368],[0.7883463501930237,0.813563346862793],[0.7883463501930237,0.7939881682395935],[0.7883463501930237,0.7911808490753174],[0.7883463501930237,0.7990480065345764],[0.15740245580673218,0.1722842901945114],[0.15740245580673218,0.1797165721654892],[0.15740245580673218,0.15217259526252747],[0.15740245580673218,0.18484356999397278],[0.15740245580673218,0.1651565432548523],[0.15740245580673218,0.17664775252342224],[0.15740245580673218,0.14153149724006653],[0.15740245580673218,0.16757947206497192],[0.15740245580673218,0.18077795207500458],[0.15740245580673218,0.1519281566143036],[0.15740245580673218,0.09357265383005142],[0.15740245580673218,0.17373059689998627],[0.15740245580673218,0.11701633781194687],[0.6141986846923828,0.6463891863822937],[0.6141986846923828,0.6096320152282715],[0.6141986846923828,0.6550200581550598],[0.6141986846923828,0.5148330330848694],[0.6141986846923828,0.5217041969299316],[0.6141986846923828,0.6845707297325134],[0.6141986846923828,0.6810743808746338],[0.7901095151901245,0.8730493783950806],[0.7901095151901245,0.7919104099273682],[0.7901095151901245,0.7925611734390259],[0.7901095151901245,0.8426643013954163],[0.7901095151901245,0.7418338656425476],[0.7901095151901245,0.8422299027442932],[0.7901095151901245,0.7737529873847961],[0.7901095151901245,0.7610523700714111],[0.7901095151901245,0.7707335352897644],[0.7901095151901245,0.7381041646003723],[0.7901095151901245,0.7911808490753174],[0.7901095151901245,0.762096643447876],[0.7901095151901245,0.759355366230011],[0.7901095151901245,0.7990480065345764],[0.9078502655029297,0.787355899810791],[0.9078502655029297,0.954405665397644],[0.9078502655029297,0.8094491362571716],[0.8790706396102905,0.8769835829734802],[0.8790706396102905,0.8298649191856384],[0.8790706396102905,0.8710821270942688],[0.8790706396102905,0.869878351688385],[0.8790706396102905,0.8375582695007324],[0.8790706396102905,0.8235135078430176],[0.8790706396102905,0.8373878598213196],[0.8790706396102905,0.8572719097137451],[0.8790706396102905,0.918379008769989],[0.8790706396102905,0.978740930557251],[0.8790706396102905,0.8726229071617126],[0.8790706396102905,0.9183799624443054],[0.8790706396102905,0.8027061820030212],[0.754813551902771,0.7919104099273682],[0.754813551902771,0.7583283185958862],[0.754813551902771,0.7539135217666626],[0.754813551902771,0.7948758006095886],[0.754813551902771,0.7800477147102356],[0.754813551902771,0.7539471387863159],[0.754813551902771,0.7911808490753174],[0.754813551902771,0.759355366230011],[0.754813551902771,0.7990480065345764],[0.7966411709785461,0.8377017974853516],[0.7966411709785461,0.7820215225219727],[0.7966411709785461,0.7275864481925964],[0.7966411709785461,0.7911808490753174],[0.7966411709785461,0.7571172714233398],[0.7966411709785461,0.7302991151809692],[0.7966411709785461,0.759355366230011],[0.4253154397010803,0.4159034788608551],[0.4253154397010803,0.4318481981754303],[0.4253154397010803,0.4198800027370453],[0.4253154397010803,0.36713871359825134],[0.8461238741874695,0.7959315180778503],[0.8461238741874695,0.8377017974853516],[0.8461238741874695,0.7800477147102356],[0.8461238741874695,0.8027061820030212],[0.8461238741874695,0.7707335352897644],[0.8461238741874695,0.7911808490753174],[0.8461238741874695,0.7571172714233398],[0.36492717266082764,0.3421347141265869],[0.36492717266082764,0.24372579157352448],[0.36492717266082764,0.4199501574039459],[0.36492717266082764,0.3458673357963562],[0.36492717266082764,0.45952489972114563],[0.36492717266082764,0.25433632731437683],[0.36492717266082764,0.4198800027370453],[0.36492717266082764,0.36713871359825134],[0.9017854928970337,0.8377017974853516],[0.9017854928970337,0.7894929647445679],[0.9017854928970337,0.7854613065719604],[0.8894129395484924,0.9155510067939758],[0.8894129395484924,0.7973183989524841],[0.8894129395484924,0.8344206809997559],[0.8894129395484924,0.8661436438560486],[0.1405610740184784,0.15581084787845612],[0.1405610740184784,0.16379578411579132],[0.1405610740184784,0.1571331024169922],[0.1405610740184784,0.1649949997663498],[0.1405610740184784,0.17676140367984772],[0.1405610740184784,0.1879296898841858],[0.1405610740184784,0.18530882894992828],[0.6797059178352356,0.7271822094917297],[0.6797059178352356,0.8298649191856384],[0.6797059178352356,0.5737354159355164],[0.6797059178352356,0.7347737550735474],[0.6797059178352356,0.7908603549003601],[0.6797059178352356,0.6983467936515808],[0.6797059178352356,0.6483409404754639],[0.6797059178352356,0.365153968334198],[0.6797059178352356,0.745615541934967],[0.8864735960960388,0.7973183989524841],[0.8864735960960388,0.8906397819519043],[0.1896975189447403,0.2500660717487335],[0.1896975189447403,0.1797165721654892],[0.1896975189447403,0.1938638538122177],[0.1896975189447403,0.18723925948143005],[0.1896975189447403,0.17664775252342224],[0.1896975189447403,0.17574626207351685],[0.1896975189447403,0.2017608880996704],[0.1896975189447403,0.16757947206497192],[0.1896975189447403,0.1882190853357315],[0.1896975189447403,0.17233553528785706],[0.1896975189447403,0.17373059689998627],[0.1896975189447403,0.18940173089504242],[0.1896975189447403,0.189248189330101],[0.1896975189447403,0.17574840784072876],[0.1896975189447403,0.1747942566871643],[0.1896975189447403,0.1781127005815506],[0.1896975189447403,0.1859053671360016],[0.7726360559463501,0.7549915313720703],[0.7726360559463501,0.8402242660522461],[0.7726360559463501,0.5872944593429565],[0.7726360559463501,0.8282511830329895],[0.7726360559463501,0.8195857405662537],[0.17516015470027924,0.16996176540851593],[0.17516015470027924,0.19393497705459595],[0.17516015470027924,0.22558581829071045],[0.17516015470027924,0.1649949997663498],[0.17516015470027924,0.21242162585258484],[0.17516015470027924,0.19239236414432526],[0.17516015470027924,0.1914258748292923],[0.17516015470027924,0.22717921435832977],[0.17516015470027924,0.2158363163471222],[0.17516015470027924,0.21956926584243774],[0.17516015470027924,0.19174906611442566],[0.17516015470027924,0.21098659932613373],[0.8730493783950806,0.7919104099273682],[0.8730493783950806,0.8235135078430176],[0.8730493783950806,0.8174681663513184],[0.8730493783950806,0.842821478843689],[0.8730493783950806,0.8895232677459717],[0.8730493783950806,0.8629308342933655],[0.8730493783950806,0.8086539506912231],[0.8730493783950806,0.7911808490753174],[0.7215477824211121,0.5872944593429565],[0.7215477824211121,0.6356350183486938],[0.7215477824211121,0.7818605303764343],[0.6463295817375183,0.7221415042877197],[0.6463295817375183,0.671923041343689],[0.6463295817375183,0.7050802707672119],[0.6463295817375183,0.6731980443000793],[0.6463295817375183,0.7275864481925964],[0.6463295817375183,0.7116513848304749],[0.7949894666671753,0.7959315180778503],[0.7949894666671753,0.7962307333946228],[0.7949894666671753,0.8436145782470703],[0.7949894666671753,0.7707335352897644],[0.7949894666671753,0.7275864481925964],[0.7949894666671753,0.762096643447876],[0.7949894666671753,0.759355366230011],[0.6798267960548401,0.7271822094917297],[0.6798267960548401,0.6695142984390259],[0.6798267960548401,0.6753828525543213],[0.6798267960548401,0.7323336005210876],[0.6798267960548401,0.7366205453872681],[0.6798267960548401,0.6121401190757751],[0.6798267960548401,0.46777328848838806],[0.5628425478935242,0.6037277579307556],[0.5628425478935242,0.513470470905304],[0.5628425478935242,0.6952691078186035],[0.5628425478935242,0.6410590410232544],[0.5628425478935242,0.5882904529571533],[0.5628425478935242,0.5008319020271301],[0.5628425478935242,0.6294096112251282],[0.5628425478935242,0.4949685037136078],[0.5628425478935242,0.6829653382301331],[0.5628425478935242,0.5376513600349426],[0.752098023891449,0.787928581237793],[0.752098023891449,0.7925611734390259],[0.752098023891449,0.787355899810791],[0.752098023891449,0.7934430241584778],[0.752098023891449,0.7771580815315247],[0.752098023891449,0.7707335352897644],[0.752098023891449,0.7275864481925964],[0.752098023891449,0.7381041646003723],[0.4159034788608551,0.31427308917045593],[0.4159034788608551,0.525641143321991],[0.4159034788608551,0.4199501574039459],[0.4159034788608551,0.47234517335891724],[0.4159034788608551,0.45952489972114563],[0.4159034788608551,0.3787769377231598],[0.4159034788608551,0.3922326862812042],[0.4159034788608551,0.49612700939178467],[0.4159034788608551,0.47622230648994446],[0.4159034788608551,0.32526397705078125],[0.4159034788608551,0.37673285603523254],[0.4159034788608551,0.3889591693878174],[0.9155510067939758,0.8906397819519043],[0.9155510067939758,0.8689984679222107],[0.9155510067939758,0.8436163067817688],[0.8261442184448242,0.8576241731643677],[0.8261442184448242,0.8377017974853516],[0.8261442184448242,0.7571172714233398],[0.8261442184448242,0.7302991151809692],[0.8261442184448242,0.759355366230011],[0.7485794425010681,0.7925611734390259],[0.7485794425010681,0.7714763879776001],[0.7485794425010681,0.7948758006095886],[0.7485794425010681,0.7707335352897644],[0.7485794425010681,0.7911808490753174],[0.7485794425010681,0.7571172714233398],[0.7485794425010681,0.759355366230011],[0.7485794425010681,0.7990480065345764],[0.7293856739997864,0.7583283185958862],[0.7293856739997864,0.7948758006095886],[0.7293856739997864,0.7523953318595886],[0.7293856739997864,0.6613243818283081],[0.7293856739997864,0.7275864481925964],[0.7293856739997864,0.7539471387863159],[0.7293856739997864,0.7911808490753174],[0.7293856739997864,0.7571172714233398],[0.7293856739997864,0.762096643447876],[0.7293856739997864,0.759355366230011],[0.6620745062828064,0.7798476815223694],[0.6620745062828064,0.7583283185958862],[0.6620745062828064,0.6261652112007141],[0.6620745062828064,0.7476463317871094],[0.6620745062828064,0.7275864481925964],[0.6620745062828064,0.7381041646003723],[0.6620745062828064,0.7437599897384644],[0.6620745062828064,0.7900865077972412],[0.8769835829734802,0.7876991033554077],[0.8769835829734802,0.8710821270942688],[0.8769835829734802,0.9166509509086609],[0.8769835829734802,0.8508152961730957],[0.8769835829734802,0.7803592085838318],[0.8769835829734802,0.8220458626747131],[0.8769835829734802,0.8572719097137451],[0.8769835829734802,0.849264919757843],[0.8769835829734802,0.9183799624443054],[0.6985200643539429,0.6408056020736694],[0.6985200643539429,0.7185543775558472],[0.6985200643539429,0.7380667924880981],[0.6985200643539429,0.681753396987915],[0.6985200643539429,0.7280806303024292],[0.6985200643539429,0.7426674365997314],[0.6985200643539429,0.6410590410232544],[0.6985200643539429,0.7275864481925964],[0.6985200643539429,0.676697313785553],[0.6985200643539429,0.6786822080612183],[0.6985200643539429,0.7116513848304749],[0.6985200643539429,0.7302991151809692],[0.6985200643539429,0.6294096112251282],[0.6985200643539429,0.6911962628364563],[0.6985200643539429,0.762096643447876],[0.6985200643539429,0.6710355281829834],[0.6985200643539429,0.680770754814148],[0.6985200643539429,0.759355366230011],[0.7798476815223694,0.7925611734390259],[0.7798476815223694,0.787355899810791],[0.7798476815223694,0.6931532621383667],[0.7798476815223694,0.8007849454879761],[0.7798476815223694,0.8225504159927368],[0.7798476815223694,0.7803592085838318],[0.7798476815223694,0.7691318988800049],[0.7798476815223694,0.7624401450157166],[0.7798476815223694,0.803280234336853],[0.7798476815223694,0.7221415042877197],[0.7798476815223694,0.7962307333946228],[0.7798476815223694,0.8047298789024353],[0.7798476815223694,0.7312650680541992],[0.7798476815223694,0.853809118270874],[0.7798476815223694,0.7911808490753174],[0.7798476815223694,0.6829653382301331],[0.7798476815223694,0.7196958065032959],[0.7798476815223694,0.7990480065345764],[0.18487295508384705,0.16379578411579132],[0.18487295508384705,0.17594781517982483],[0.18487295508384705,0.17574626207351685],[0.18487295508384705,0.20379126071929932],[0.18487295508384705,0.18195579946041107],[0.18487295508384705,0.17288129031658173],[0.18487295508384705,0.2017608880996704],[0.18487295508384705,0.1882190853357315],[0.18487295508384705,0.19174906611442566],[0.18487295508384705,0.241390660405159],[0.18487295508384705,0.17233553528785706],[0.18487295508384705,0.17468833923339844],[0.18487295508384705,0.17574840784072876],[0.18487295508384705,0.18362341821193695],[0.18487295508384705,0.16674035787582397],[0.7876991033554077,0.7245506644248962],[0.7876991033554077,0.7518996596336365],[0.7876991033554077,0.6804865598678589],[0.7876991033554077,0.7463988661766052],[0.7876991033554077,0.8697837591171265],[0.7271822094917297,0.8298649191856384],[0.7271822094917297,0.6695142984390259],[0.7271822094917297,0.5737354159355164],[0.7271822094917297,0.7347737550735474],[0.7271822094917297,0.7908603549003601],[0.7271822094917297,0.6983467936515808],[0.7271822094917297,0.849264919757843],[0.7271822094917297,0.7323336005210876],[0.7271822094917297,0.7144660949707031],[0.7271822094917297,0.6483409404754639],[0.2966826260089874,0.2240038365125656],[0.2966826260089874,0.3497333228588104],[0.2966826260089874,0.3246006369590759],[0.2966826260089874,0.21120767295360565],[0.2966826260089874,0.25804707407951355],[0.2966826260089874,0.365153968334198],[0.2966826260089874,0.2971014380455017],[0.6247743368148804,0.6422953605651855],[0.6247743368148804,0.5683865547180176],[0.6247743368148804,0.8001376390457153],[0.6247743368148804,0.6896411776542664],[0.6247743368148804,0.6786822080612183],[0.2500660717487335,0.19058695435523987],[0.2500660717487335,0.1938638538122177],[0.2500660717487335,0.20573259890079498],[0.2500660717487335,0.2017608880996704],[0.2500660717487335,0.241390660405159],[0.2500660717487335,0.18940173089504242],[0.3421347141265869,0.2845490276813507],[0.3421347141265869,0.31427308917045593],[0.3421347141265869,0.2642284333705902],[0.3421347141265869,0.3929847180843353],[0.3421347141265869,0.2635503113269806],[0.3421347141265869,0.45976269245147705],[0.3421347141265869,0.3695189654827118],[0.3421347141265869,0.30264416337013245],[0.3421347141265869,0.3206970691680908],[0.3421347141265869,0.36151137948036194],[0.3421347141265869,0.4393475353717804],[0.3421347141265869,0.4199501574039459],[0.3421347141265869,0.30420607328414917],[0.3421347141265869,0.3458673357963562],[0.3421347141265869,0.3482314944267273],[0.3421347141265869,0.29871490597724915],[0.3421347141265869,0.4021819829940796],[0.3421347141265869,0.3010251522064209],[0.3421347141265869,0.2846226692199707],[0.3421347141265869,0.2737294137477875],[0.3421347141265869,0.32526397705078125],[0.3421347141265869,0.26175448298454285],[0.3421347141265869,0.2748699188232422],[0.3421347141265869,0.4435639977455139],[0.3421347141265869,0.2851850092411041],[0.3421347141265869,0.37078243494033813],[0.3421347141265869,0.3889591693878174],[0.3421347141265869,0.2497895359992981],[0.3421347141265869,0.4198800027370453],[0.3421347141265869,0.36713871359825134],[0.3421347141265869,0.2973146140575409],[0.7919104099273682,0.7959315180778503],[0.7919104099273682,0.787928581237793],[0.7919104099273682,0.7829799056053162],[0.7919104099273682,0.7925611734390259],[0.7919104099273682,0.8235135078430176],[0.7919104099273682,0.7583283185958862],[0.7919104099273682,0.7539135217666626],[0.7919104099273682,0.7740112543106079],[0.7919104099273682,0.799592137336731],[0.7919104099273682,0.8426035046577454],[0.7919104099273682,0.7812297940254211],[0.7919104099273682,0.8422299027442932],[0.7919104099273682,0.816468358039856],[0.7919104099273682,0.7714763879776001],[0.7919104099273682,0.7752734422683716],[0.7919104099273682,0.7948758006095886],[0.7919104099273682,0.8359676599502563],[0.7919104099273682,0.8072871565818787],[0.7919104099273682,0.8094491362571716],[0.7919104099273682,0.8785631656646729],[0.7919104099273682,0.8053995966911316],[0.7919104099273682,0.7975012063980103],[0.7919104099273682,0.769399881362915],[0.7919104099273682,0.8559836149215698],[0.7919104099273682,0.7729814648628235],[0.7919104099273682,0.7476463317871094],[0.7919104099273682,0.8027061820030212],[0.7919104099273682,0.7523953318595886],[0.7919104099273682,0.8086539506912231],[0.7919104099273682,0.8436145782470703],[0.7919104099273682,0.8240527510643005],[0.7919104099273682,0.813563346862793],[0.7919104099273682,0.7290924191474915],[0.7919104099273682,0.7707335352897644],[0.7919104099273682,0.822973906993866],[0.7919104099273682,0.7608709931373596],[0.7919104099273682,0.824755847454071],[0.7919104099273682,0.7692732214927673],[0.7919104099273682,0.7643277645111084],[0.7919104099273682,0.7572327256202698],[0.7919104099273682,0.7437599897384644],[0.7919104099273682,0.7900865077972412],[0.7919104099273682,0.8327212929725647],[0.7919104099273682,0.7939881682395935],[0.7919104099273682,0.7539471387863159],[0.7919104099273682,0.8185698390007019],[0.7919104099273682,0.7760705351829529],[0.7919104099273682,0.7911808490753174],[0.7919104099273682,0.7460301518440247],[0.7919104099273682,0.762096643447876],[0.7919104099273682,0.759355366230011],[0.7919104099273682,0.7990480065345764],[0.7329875826835632,0.7829799056053162],[0.7329875826835632,0.7948758006095886],[0.7329875826835632,0.6896851658821106],[0.7329875826835632,0.7763451933860779],[0.7329875826835632,0.6529120206832886],[0.7329875826835632,0.8067949414253235],[0.7329875826835632,0.7275864481925964],[0.7329875826835632,0.7430548071861267],[0.7329875826835632,0.7116513848304749],[0.7329875826835632,0.7571172714233398],[0.7329875826835632,0.759355366230011],[0.8892339468002319,0.8377017974853516],[0.8892339468002319,0.7426674365997314],[0.8892339468002319,0.8139580488204956],[0.8892339468002319,0.7809883952140808],[0.15581084787845612,0.16379578411579132],[0.15581084787845612,0.16996176540851593],[0.15581084787845612,0.20281246304512024],[0.15581084787845612,0.1571331024169922],[0.15581084787845612,0.13278011977672577],[0.15581084787845612,0.1784728467464447],[0.15581084787845612,0.1649949997663498],[0.15581084787845612,0.16100238263607025],[0.15581084787845612,0.17676140367984772],[0.15581084787845612,0.1879296898841858],[0.15581084787845612,0.19690251350402832],[0.15581084787845612,0.18530882894992828],[0.2635233402252197,0.24280203878879547],[0.2635233402252197,0.22923193871974945],[0.2635233402252197,0.22717921435832977],[0.2635233402252197,0.3246006369590759],[0.2635233402252197,0.25804707407951355],[0.2635233402252197,0.365153968334198],[0.2635233402252197,0.2971014380455017],[0.7046894431114197,0.7115951180458069],[0.7046894431114197,0.5944112539291382],[0.7046894431114197,0.6940982341766357],[0.7046894431114197,0.6066524386405945],[0.16379578411579132,0.13278011977672577],[0.16379578411579132,0.17594781517982483],[0.16379578411579132,0.17574626207351685],[0.16379578411579132,0.1867130845785141],[0.16379578411579132,0.19786374270915985],[0.16379578411579132,0.17233553528785706],[0.16379578411579132,0.17468833923339844],[0.16379578411579132,0.16226382553577423],[0.7022462487220764,0.601372241973877],[0.7022462487220764,0.5722362399101257],[0.7022462487220764,0.6692370176315308],[0.7022462487220764,0.8356195688247681],[0.7022462487220764,0.6197496652603149],[0.7022462487220764,0.6753828525543213],[0.7022462487220764,0.6952691078186035],[0.7022462487220764,0.6896851658821106],[0.7022462487220764,0.7323336005210876],[0.7022462487220764,0.6485365033149719],[0.7022462487220764,0.8395222425460815],[0.7022462487220764,0.7280806303024292],[0.7022462487220764,0.7481566667556763],[0.7022462487220764,0.6786822080612183],[0.7022462487220764,0.6846866011619568],[0.5366048812866211,0.5466391444206238],[0.5366048812866211,0.45952489972114563],[0.5366048812866211,0.5084878206253052],[0.5366048812866211,0.6529120206832886],[0.5366048812866211,0.5169885754585266],[0.5366048812866211,0.5093711018562317],[0.5366048812866211,0.47622230648994446],[0.5366048812866211,0.504041850566864],[0.5366048812866211,0.5907984972000122],[0.5366048812866211,0.5811347365379333],[0.5366048812866211,0.44001325964927673],[0.5366048812866211,0.676697313785553],[0.5366048812866211,0.4254407584667206],[0.5366048812866211,0.4870026111602783],[0.5366048812866211,0.5164578557014465],[0.5366048812866211,0.5700606107711792],[0.5366048812866211,0.4487797021865845],[0.5366048812866211,0.7002091407775879],[0.5366048812866211,0.5614407658576965],[0.5366048812866211,0.5255811810493469],[0.5366048812866211,0.5882904529571533],[0.5366048812866211,0.48594215512275696],[0.5366048812866211,0.5179011821746826],[0.5366048812866211,0.5141764879226685],[0.5366048812866211,0.529960036277771],[0.5366048812866211,0.5008319020271301],[0.5366048812866211,0.6294096112251282],[0.5366048812866211,0.6136341691017151],[0.5366048812866211,0.5168358087539673],[0.5366048812866211,0.5247929096221924],[0.5366048812866211,0.4087628424167633],[0.5366048812866211,0.5702387690544128],[0.5366048812866211,0.36713871359825134],[0.5366048812866211,0.4540233016014099],[0.7959315180778503,0.7925611734390259],[0.7959315180778503,0.8380061388015747],[0.7959315180778503,0.8375582695007324],[0.7959315180778503,0.8245131969451904],[0.7959315180778503,0.8157446980476379],[0.7959315180778503,0.7252809405326843],[0.7959315180778503,0.8422299027442932],[0.7959315180778503,0.7446836829185486],[0.7959315180778503,0.7948758006095886],[0.7959315180778503,0.7460933327674866],[0.7959315180778503,0.8357493281364441],[0.7959315180778503,0.8112959265708923],[0.7959315180778503,0.8642072081565857],[0.7959315180778503,0.681753396987915],[0.7959315180778503,0.8232449889183044],[0.7959315180778503,0.8027061820030212],[0.7959315180778503,0.8436145782470703],[0.7959315180778503,0.7707335352897644],[0.7959315180778503,0.8416579365730286],[0.7959315180778503,0.7054639458656311],[0.7959315180778503,0.8139580488204956],[0.7959315180778503,0.7911808490753174],[0.7959315180778503,0.8745202422142029],[0.7959315180778503,0.7550708055496216],[0.7959315180778503,0.7809883952140808],[0.7959315180778503,0.762096643447876],[0.7959315180778503,0.8498011827468872],[0.7959315180778503,0.7990480065345764],[0.4258843660354614,0.45976269245147705],[0.4258843660354614,0.4391385316848755],[0.4258843660354614,0.45952489972114563],[0.4258843660354614,0.48361489176750183],[0.4258843660354614,0.489266574382782],[0.4258843660354614,0.4198800027370453],[0.8298649191856384,0.8906397819519043],[0.8298649191856384,0.892379641532898],[0.8298649191856384,0.7347737550735474],[0.8298649191856384,0.872791588306427],[0.8298649191856384,0.6983467936515808],[0.8298649191856384,0.8726229071617126],[0.8298649191856384,0.745615541934967],[0.9058314561843872,0.8375582695007324],[0.9058314561843872,0.7894929647445679],[0.9058314561843872,0.8745381236076355],[0.9058314561843872,0.9183799624443054],[0.9058314561843872,0.8027061820030212],[0.9058314561843872,0.8629308342933655],[0.5566433668136597,0.7115951180458069],[0.5566433668136597,0.6421069502830505],[0.5566433668136597,0.7313916087150574],[0.5566433668136597,0.6066524386405945],[0.5566433668136597,0.5489954948425293],[0.05980536341667175,0.044782113283872604],[0.05980536341667175,0.044384535402059555],[0.05980536341667175,0.032875772565603256],[0.05980536341667175,0.0],[0.2845490276813507,0.3206970691680908],[0.2845490276813507,0.3458673357963562],[0.2845490276813507,0.2846226692199707],[0.2845490276813507,0.2851850092411041],[0.23906230926513672,0.20281246304512024],[0.23906230926513672,0.30264416337013245],[0.23906230926513672,0.3206970691680908],[0.23906230926513672,0.30420607328414917],[0.23906230926513672,0.19239236414432526],[0.23906230926513672,0.3010251522064209],[0.23906230926513672,0.2158363163471222],[0.23906230926513672,0.18810142576694489],[0.23906230926513672,0.1601809859275818],[0.23906230926513672,0.26175448298454285],[0.23906230926513672,0.2851850092411041],[0.23906230926513672,0.18530882894992828],[0.23906230926513672,0.20655663311481476],[0.23906230926513672,0.2973146140575409],[0.005328988190740347,0.03548114374279976],[0.005328988190740347,0.016837026923894882],[0.005328988190740347,0.032008036971092224],[0.005328988190740347,0.041960351169109344],[0.005328988190740347,0.025165531784296036],[0.005328988190740347,0.027696847915649414],[0.005328988190740347,0.024321062490344048],[0.005328988190740347,0.024369755759835243],[0.005328988190740347,0.0259130597114563],[0.005328988190740347,0.0],[0.18134547770023346,0.1784728467464447],[0.18134547770023346,0.1649949997663498],[0.18134547770023346,0.19239236414432526],[0.18134547770023346,0.17574626207351685],[0.18134547770023346,0.16627953946590424],[0.18134547770023346,0.15750999748706818],[0.18134547770023346,0.17288129031658173],[0.18134547770023346,0.2158363163471222],[0.18134547770023346,0.16100238263607025],[0.18134547770023346,0.21120767295360565],[0.18134547770023346,0.21098659932613373],[0.18134547770023346,0.17676140367984772],[0.18134547770023346,0.1879296898841858],[0.18134547770023346,0.17468833923339844],[0.18134547770023346,0.1714334338903427],[0.18134547770023346,0.17574840784072876],[0.18134547770023346,0.1780853420495987],[0.18134547770023346,0.20578396320343018],[0.18134547770023346,0.1747942566871643],[0.18134547770023346,0.20655663311481476],[0.18134547770023346,0.18362341821193695],[0.18134547770023346,0.16674035787582397],[0.8576241731643677,0.8377017974853516],[0.8576241731643677,0.8375582695007324],[0.8576241731643677,0.8235135078430176],[0.8576241731643677,0.954405665397644],[0.8576241731643677,0.872791588306427],[0.8576241731643677,0.8648545742034912],[0.8576241731643677,0.918379008769989],[0.8576241731643677,0.8168617486953735],[0.8576241731643677,0.8395222425460815],[0.8576241731643677,0.8027061820030212],[0.8576241731643677,0.822973906993866],[0.8576241731643677,0.8179453015327454],[0.8576241731643677,0.8697837591171265],[0.6548495888710022,0.7888185977935791],[0.6548495888710022,0.6356350183486938],[0.6548495888710022,0.8235631585121155],[0.6548495888710022,0.5489954948425293],[0.16996176540851593,0.2240038365125656],[0.16996176540851593,0.1571331024169922],[0.16996176540851593,0.19058695435523987],[0.16996176540851593,0.1649949997663498],[0.16996176540851593,0.1914258748292923],[0.16996176540851593,0.19174906611442566],[0.16996176540851593,0.1601809859275818],[0.795872688293457,0.7829799056053162],[0.795872688293457,0.777570366859436],[0.795872688293457,0.7653934955596924],[0.795872688293457,0.7962307333946228],[0.795872688293457,0.7380667924880981],[0.795872688293457,0.8027061820030212],[0.795872688293457,0.7381041646003723],[0.8710821270942688,0.8375582695007324],[0.8710821270942688,0.8235135078430176],[0.8710821270942688,0.954405665397644],[0.8710821270942688,0.8906397819519043],[0.8710821270942688,0.8689984679222107],[0.8710821270942688,0.8373878598213196],[0.8710821270942688,0.872791588306427],[0.8710821270942688,0.8648545742034912],[0.8710821270942688,0.8745381236076355],[0.8710821270942688,0.918379008769989],[0.8710821270942688,0.8726229071617126],[0.8710821270942688,0.8680999875068665],[0.8710821270942688,0.8167405724525452],[0.8710821270942688,0.822973906993866],[0.8710821270942688,0.8697837591171265],[0.6210216879844666,0.5834049582481384],[0.6210216879844666,0.6550200581550598],[0.6210216879844666,0.6694087982177734],[0.6210216879844666,0.5907984972000122],[0.8377017974853516,0.8375582695007324],[0.8377017974853516,0.7583283185958862],[0.8377017974853516,0.954405665397644],[0.8377017974853516,0.8245131969451904],[0.8377017974853516,0.9184918403625488],[0.8377017974853516,0.8849568367004395],[0.8377017974853516,0.8225825428962708],[0.8377017974853516,0.8689984679222107],[0.8377017974853516,0.7803592085838318],[0.8377017974853516,0.8206517100334167],[0.8377017974853516,0.8648545742034912],[0.8377017974853516,0.8745381236076355],[0.8377017974853516,0.8168617486953735],[0.8377017974853516,0.8027061820030212],[0.8377017974853516,0.759746253490448],[0.8377017974853516,0.768976628780365],[0.8377017974853516,0.7990623712539673],[0.8377017974853516,0.8661436438560486],[0.8377017974853516,0.7312650680541992],[0.8377017974853516,0.7911808490753174],[0.8377017974853516,0.8745202422142029],[0.8377017974853516,0.8498011827468872],[0.8377017974853516,0.7990480065345764],[0.5979881882667542,0.6896851658821106],[0.5979881882667542,0.676697313785553],[0.5979881882667542,0.6901422142982483],[0.5979881882667542,0.6710355281829834],[0.31427308917045593,0.3206970691680908],[0.31427308917045593,0.3458673357963562],[0.31427308917045593,0.3883249759674072],[0.31427308917045593,0.37673285603523254],[0.31427308917045593,0.2851850092411041],[0.31427308917045593,0.3889591693878174],[0.31427308917045593,0.2973146140575409],[0.787928581237793,0.7812818288803101],[0.787928581237793,0.7925611734390259],[0.787928581237793,0.8380061388015747],[0.787928581237793,0.777570366859436],[0.787928581237793,0.7641133069992065],[0.787928581237793,0.7233698964118958],[0.787928581237793,0.7016933560371399],[0.787928581237793,0.823237955570221],[0.787928581237793,0.7539135217666626],[0.787928581237793,0.7549915313720703],[0.787928581237793,0.8157446980476379],[0.787928581237793,0.799592137336731],[0.787928581237793,0.8007849454879761],[0.787928581237793,0.7252809405326843],[0.787928581237793,0.8225825428962708],[0.787928581237793,0.7650270462036133],[0.787928581237793,0.7449692487716675],[0.787928581237793,0.7752734422683716],[0.787928581237793,0.7446836829185486],[0.787928581237793,0.7948758006095886],[0.787928581237793,0.8072871565818787],[0.787928581237793,0.7847007513046265],[0.787928581237793,0.7962307333946228],[0.787928581237793,0.7771580815315247],[0.787928581237793,0.8283185958862305],[0.787928581237793,0.7729814648628235],[0.787928581237793,0.7476463317871094],[0.787928581237793,0.8310695290565491],[0.787928581237793,0.8027061820030212],[0.787928581237793,0.8195857405662537],[0.787928581237793,0.8320503830909729],[0.787928581237793,0.813563346862793],[0.787928581237793,0.7420265078544617],[0.787928581237793,0.7707335352897644],[0.787928581237793,0.7315113544464111],[0.787928581237793,0.8472910523414612],[0.787928581237793,0.7054639458656311],[0.787928581237793,0.7608709931373596],[0.787928581237793,0.8047298789024353],[0.787928581237793,0.808290421962738],[0.787928581237793,0.7939881682395935],[0.787928581237793,0.7539471387863159],[0.787928581237793,0.7430548071861267],[0.787928581237793,0.7911808490753174],[0.787928581237793,0.7550708055496216],[0.787928581237793,0.6816193461418152],[0.787928581237793,0.7990480065345764],[0.2642284333705902,0.20281246304512024],[0.2642284333705902,0.2846226692199707],[0.2642284333705902,0.2737294137477875],[0.2642284333705902,0.2748699188232422],[0.2642284333705902,0.2851850092411041],[0.2642284333705902,0.3270231783390045],[0.2642284333705902,0.36713871359825134],[0.2642284333705902,0.2973146140575409],[0.7829799056053162,0.7925611734390259],[0.7829799056053162,0.777570366859436],[0.7829799056053162,0.8426643013954163],[0.7829799056053162,0.7820215225219727],[0.7829799056053162,0.8225825428962708],[0.7829799056053162,0.8094491362571716],[0.7829799056053162,0.7653104066848755],[0.7829799056053162,0.8173239231109619],[0.7829799056053162,0.842821478843689],[0.7829799056053162,0.8053995966911316],[0.7829799056053162,0.8642072081565857],[0.7829799056053162,0.769399881362915],[0.7829799056053162,0.7135764360427856],[0.7829799056053162,0.8027061820030212],[0.7829799056053162,0.7707335352897644],[0.7829799056053162,0.7050802707672119],[0.7829799056053162,0.7426674365997314],[0.7829799056053162,0.7315113544464111],[0.7829799056053162,0.8179453015327454],[0.7829799056053162,0.7692732214927673],[0.7829799056053162,0.7381041646003723],[0.7829799056053162,0.7572327256202698],[0.7829799056053162,0.7437599897384644],[0.7829799056053162,0.7312650680541992],[0.7829799056053162,0.7430548071861267],[0.7829799056053162,0.7911808490753174],[0.7829799056053162,0.8745202422142029],[0.7829799056053162,0.762096643447876],[0.7829799056053162,0.7196958065032959],[0.7829799056053162,0.7990480065345764],[0.7812818288803101,0.787355899810791],[0.7812818288803101,0.7948758006095886],[0.7812818288803101,0.7707335352897644],[0.7812818288803101,0.7741106748580933],[0.7812818288803101,0.7911808490753174],[0.7812818288803101,0.7990480065345764],[0.5398961305618286,0.5159233212471008],[0.5398961305618286,0.48361489176750183],[0.5398961305618286,0.6261652112007141],[0.5398961305618286,0.7075957655906677],[0.5398961305618286,0.5615290403366089],[0.3929847180843353,0.3695189654827118],[0.3929847180843353,0.4391385316848755],[0.3929847180843353,0.4199501574039459],[0.3929847180843353,0.40358370542526245],[0.3929847180843353,0.3482314944267273],[0.3929847180843353,0.4435639977455139],[0.3929847180843353,0.4344879686832428],[0.5159233212471008,0.47071337699890137],[0.5159233212471008,0.5998398065567017],[0.5159233212471008,0.489266574382782],[0.5159233212471008,0.6132160425186157],[0.7973183989524841,0.787355899810791],[0.7973183989524841,0.7934430241584778],[0.7973183989524841,0.8508152961730957],[0.7973183989524841,0.8849568367004395],[0.7973183989524841,0.6421069502830505],[0.7973183989524841,1.0],[0.7973183989524841,0.6806694269180298],[0.7973183989524841,0.842821478843689],[0.7973183989524841,0.848319947719574],[0.7973183989524841,0.8731539845466614],[0.7973183989524841,0.671923041343689],[0.7973183989524841,0.7275864481925964],[0.7973183989524841,0.8274326920509338],[0.7973183989524841,0.7004488706588745],[0.7973183989524841,0.7424681186676025],[0.7973183989524841,0.7430548071861267],[0.7973183989524841,0.7002091407775879],[0.7973183989524841,0.6810743808746338],[0.7973183989524841,0.762096643447876],[0.7973183989524841,0.7196958065032959],[0.47598332166671753,0.532782793045044],[0.47598332166671753,0.4282321333885193],[0.47598332166671753,0.4859376847743988],[0.47598332166671753,0.5125975608825684],[0.47598332166671753,0.6816193461418152],[0.7925611734390259,0.8283541202545166],[0.7925611734390259,0.8375582695007324],[0.7925611734390259,0.787355899810791],[0.7925611734390259,0.7583283185958862],[0.7925611734390259,0.7557796239852905],[0.7925611734390259,0.7934430241584778],[0.7925611734390259,0.7839273810386658],[0.7925611734390259,0.806161642074585],[0.7925611734390259,0.7820215225219727],[0.7925611734390259,0.7740112543106079],[0.7925611734390259,0.7650270462036133],[0.7925611734390259,0.7449692487716675],[0.7925611734390259,0.816468358039856],[0.7925611734390259,0.7714763879776001],[0.7925611734390259,0.7752734422683716],[0.7925611734390259,0.8174681663513184],[0.7925611734390259,0.7948758006095886],[0.7925611734390259,0.7460933327674866],[0.7925611734390259,0.8072871565818787],[0.7925611734390259,0.7691318988800049],[0.7925611734390259,0.7624401450157166],[0.7925611734390259,0.7987415194511414],[0.7925611734390259,0.8112959265708923],[0.7925611734390259,0.7975012063980103],[0.7925611734390259,0.7962307333946228],[0.7925611734390259,0.7771580815315247],[0.7925611734390259,0.769399881362915],[0.7925611734390259,0.7800477147102356],[0.7925611734390259,0.8361254930496216],[0.7925611734390259,0.7729814648628235],[0.7925611734390259,0.8310695290565491],[0.7925611734390259,0.8027061820030212],[0.7925611734390259,0.7523953318595886],[0.7925611734390259,0.8480546474456787],[0.7925611734390259,0.8086539506912231],[0.7925611734390259,0.8240527510643005],[0.7925611734390259,0.8167405724525452],[0.7925611734390259,0.7420265078544617],[0.7925611734390259,0.7707335352897644],[0.7925611734390259,0.8416579365730286],[0.7925611734390259,0.8472910523414612],[0.7925611734390259,0.7741106748580933],[0.7925611734390259,0.7692732214927673],[0.7925611734390259,0.7381041646003723],[0.7925611734390259,0.7572327256202698],[0.7925611734390259,0.7900865077972412],[0.7925611734390259,0.8327212929725647],[0.7925611734390259,0.7939881682395935],[0.7925611734390259,0.7853254079818726],[0.7925611734390259,0.7911808490753174],[0.7925611734390259,0.7571172714233398],[0.7925611734390259,0.7550708055496216],[0.7925611734390259,0.7460301518440247],[0.7925611734390259,0.762096643447876],[0.7925611734390259,0.7808437943458557],[0.7925611734390259,0.8674328327178955],[0.7925611734390259,0.759355366230011],[0.7925611734390259,0.7990480065345764],[0.7111231088638306,0.7115951180458069],[0.7111231088638306,0.7313916087150574],[0.7111231088638306,0.8344206809997559],[0.7115951180458069,0.8689984679222107],[0.7115951180458069,0.7385101914405823],[0.7115951180458069,0.6356350183486938],[0.7115951180458069,0.803280234336853],[0.7115951180458069,0.8344206809997559],[0.7115951180458069,0.7004488706588745],[0.20281246304512024,0.19239236414432526],[0.20281246304512024,0.1795167177915573],[0.20281246304512024,0.1914258748292923],[0.20281246304512024,0.22005265951156616],[0.20281246304512024,0.18810142576694489],[0.20281246304512024,0.1601809859275818],[0.20281246304512024,0.21098659932613373],[0.20281246304512024,0.1879296898841858],[0.20281246304512024,0.19690251350402832],[0.20281246304512024,0.21732300519943237],[0.20281246304512024,0.1780853420495987],[0.20281246304512024,0.2497895359992981],[0.20281246304512024,0.20655663311481476],[0.2635503113269806,0.23925237357616425],[0.2635503113269806,0.3010251522064209],[0.2635503113269806,0.26175448298454285],[0.2635503113269806,0.2851850092411041],[0.2635503113269806,0.3270231783390045],[0.2635503113269806,0.36713871359825134],[0.2635503113269806,0.2973146140575409],[0.6408056020736694,0.6875898241996765],[0.6408056020736694,0.7050802707672119],[0.6408056020736694,0.7275864481925964],[0.6408056020736694,0.676697313785553],[0.6408056020736694,0.6786822080612183],[0.6408056020736694,0.7116513848304749],[0.6408056020736694,0.6901422142982483],[0.6408056020736694,0.5376513600349426],[0.592427134513855,0.6806694269180298],[0.592427134513855,0.6529120206832886],[0.592427134513855,0.5907984972000122],[0.592427134513855,0.5882904529571533],[0.525641143321991,0.5881704688072205],[0.525641143321991,0.4199501574039459],[0.525641143321991,0.5804673433303833],[0.525641143321991,0.7039629220962524],[0.525641143321991,0.5093711018562317],[0.525641143321991,0.47622230648994446],[0.525641143321991,0.5182093381881714],[0.525641143321991,0.5168358087539673],[0.525641143321991,0.5455856919288635],[0.8380061388015747,0.8157446980476379],[0.8380061388015747,0.8027061820030212],[0.8380061388015747,0.7430548071861267],[0.777570366859436,0.7894929647445679],[0.777570366859436,0.6806694269180298],[0.777570366859436,0.7691318988800049],[0.777570366859436,0.7069520354270935],[0.777570366859436,0.8027061820030212],[0.777570366859436,0.7707335352897644],[0.777570366859436,0.7275864481925964],[0.777570366859436,0.6810743808746338],[0.777570366859436,0.762096643447876],[0.777570366859436,0.759355366230011],[0.6948559284210205,0.7583283185958862],[0.6948559284210205,0.7948758006095886],[0.6948559284210205,0.7356845140457153],[0.6948559284210205,0.7420265078544617],[0.6948559284210205,0.7275864481925964],[0.6948559284210205,0.7911808490753174],[0.6948559284210205,0.7221227288246155],[0.6948559284210205,0.7196958065032959],[0.5212666988372803,0.6444751620292664],[0.5212666988372803,0.4749296009540558],[0.5212666988372803,0.38728299736976624],[0.5212666988372803,0.4312588572502136],[0.5212666988372803,0.49569088220596313],[0.5212666988372803,0.6356350183486938],[0.5212666988372803,0.4686950147151947],[0.5212666988372803,0.4457146227359772],[0.5212666988372803,0.6413874626159668],[0.869878351688385,0.8375582695007324],[0.869878351688385,0.8235135078430176],[0.869878351688385,0.892379641532898],[0.869878351688385,0.8347442150115967],[0.869878351688385,0.8373878598213196],[0.869878351688385,0.872791588306427],[0.869878351688385,0.8745381236076355],[0.869878351688385,0.918379008769989],[0.869878351688385,0.8726229071617126],[0.869878351688385,0.9209533929824829],[0.869878351688385,0.8615885376930237],[0.869878351688385,0.8680999875068665],[0.869878351688385,0.8629308342933655],[0.869878351688385,0.822973906993866],[0.869878351688385,0.7911808490753174],[0.7480918765068054,0.8157446980476379],[0.7480918765068054,0.8017551302909851],[0.7480918765068054,0.8094491362571716],[0.7480918765068054,0.7800477147102356],[0.7480918765068054,0.7381041646003723],[0.7480918765068054,0.7437599897384644],[0.7480918765068054,0.7853254079818726],[0.7480918765068054,0.7571172714233398],[0.7653934955596924,0.8235135078430176],[0.7653934955596924,0.787355899810791],[0.7653934955596924,0.7583283185958862],[0.7653934955596924,0.7894929647445679],[0.7653934955596924,0.6926850080490112],[0.7653934955596924,0.6037277579307556],[0.7653934955596924,0.7083973288536072],[0.7653934955596924,0.8206517100334167],[0.7653934955596924,0.7948758006095886],[0.7653934955596924,0.8357493281364441],[0.7653934955596924,0.6952691078186035],[0.7653934955596924,0.6875898241996765],[0.7653934955596924,0.808790385723114],[0.7653934955596924,0.7741106748580933],[0.7653934955596924,0.7381041646003723],[0.7653934955596924,0.7903972268104553],[0.7653934955596924,0.7968546748161316],[0.7653934955596924,0.8498011827468872],[0.8283541202545166,0.8375582695007324],[0.8283541202545166,0.8426643013954163],[0.8283541202545166,0.8347442150115967],[0.8283541202545166,0.7987415194511414],[0.8283541202545166,0.8494037389755249],[0.8283541202545166,0.8086539506912231],[0.8283541202545166,0.8167405724525452],[0.8283541202545166,0.8327212929725647],[0.8283541202545166,0.7911808490753174],[0.8283541202545166,0.7990480065345764],[0.5842167735099792,0.6896851658821106],[0.5842167735099792,0.671923041343689],[0.5842167735099792,0.6414791345596313],[0.5842167735099792,0.6710355281829834],[0.8375582695007324,0.8235135078430176],[0.8375582695007324,0.8426643013954163],[0.8375582695007324,0.8906397819519043],[0.8375582695007324,0.7894929647445679],[0.8375582695007324,0.806161642074585],[0.8375582695007324,0.8277931809425354],[0.8375582695007324,0.8426035046577454],[0.8375582695007324,0.8347442150115967],[0.8375582695007324,0.8373878598213196],[0.8375582695007324,0.8422299027442932],[0.8375582695007324,0.872791588306427],[0.8375582695007324,0.8629661202430725],[0.8375582695007324,0.8648545742034912],[0.8375582695007324,0.8745381236076355],[0.8375582695007324,0.8779430985450745],[0.8375582695007324,0.7987415194511414],[0.8375582695007324,0.8112959265708923],[0.8375582695007324,0.8494037389755249],[0.8375582695007324,0.8726229071617126],[0.8375582695007324,0.8057719469070435],[0.8375582695007324,0.8361254930496216],[0.8375582695007324,0.8680999875068665],[0.8375582695007324,0.8027061820030212],[0.8375582695007324,0.8629308342933655],[0.8375582695007324,0.8436145782470703],[0.8375582695007324,0.8240527510643005],[0.8375582695007324,0.8167405724525452],[0.8375582695007324,0.822973906993866],[0.8375582695007324,0.8416579365730286],[0.8375582695007324,0.8179453015327454],[0.8375582695007324,0.8139580488204956],[0.8375582695007324,0.8185698390007019],[0.8375582695007324,0.7911808490753174],[0.8375582695007324,0.8674328327178955],[0.8375582695007324,0.7990480065345764],[0.45976269245147705,0.601372241973877],[0.45976269245147705,0.5466391444206238],[0.45976269245147705,0.4246707856655121],[0.45976269245147705,0.4041113257408142],[0.45976269245147705,0.4199501574039459],[0.45976269245147705,0.40358370542526245],[0.45976269245147705,0.4318481981754303],[0.45976269245147705,0.45952489972114563],[0.45976269245147705,0.4655950367450714],[0.45976269245147705,0.48361489176750183],[0.45976269245147705,0.4686950147151947],[0.45976269245147705,0.46066048741340637],[0.45976269245147705,0.5148330330848694],[0.45976269245147705,0.4021819829940796],[0.45976269245147705,0.3883249759674072],[0.45976269245147705,0.4877329170703888],[0.45976269245147705,0.5093711018562317],[0.45976269245147705,0.4457146227359772],[0.45976269245147705,0.47284770011901855],[0.45976269245147705,0.36527928709983826],[0.6178969144821167,0.6324062943458557],[0.6178969144821167,0.6600759029388428],[0.6178969144821167,0.5998398065567017],[0.6178969144821167,0.6410590410232544],[0.6178969144821167,0.5882904529571533],[0.6178969144821167,0.5736105442047119],[0.6178969144821167,0.6845707297325134],[0.6178969144821167,0.6294096112251282],[0.7641133069992065,0.6926850080490112],[0.7641133069992065,0.816468358039856],[0.7641133069992065,0.7948758006095886],[0.7641133069992065,0.7962307333946228],[0.7641133069992065,0.7800477147102356],[0.7641133069992065,0.7075957655906677],[0.7641133069992065,0.7741106748580933],[0.7641133069992065,0.7939881682395935],[0.7641133069992065,0.7911808490753174],[0.7641133069992065,0.7990480065345764],[0.601372241973877,0.5466391444206238],[0.601372241973877,0.6324062943458557],[0.601372241973877,0.47234517335891724],[0.601372241973877,0.45952489972114563],[0.601372241973877,0.6952691078186035],[0.601372241973877,0.6694087982177734],[0.601372241973877,0.6485365033149719],[0.601372241973877,0.4774816036224365],[0.601372241973877,0.6351516842842102],[0.601372241973877,0.5736105442047119],[0.1722842901945114,0.1797165721654892],[0.1722842901945114,0.15217259526252747],[0.1722842901945114,0.18484356999397278],[0.1722842901945114,0.1935558170080185],[0.1722842901945114,0.1651565432548523],[0.1722842901945114,0.18723925948143005],[0.1722842901945114,0.17664775252342224],[0.1722842901945114,0.14153149724006653],[0.1722842901945114,0.16757947206497192],[0.1722842901945114,0.17592373490333557],[0.1722842901945114,0.1519281566143036],[0.1722842901945114,0.11701633781194687],[0.1722842901945114,0.18940173089504242],[0.1722842901945114,0.1781127005815506],[0.6492217183113098,0.7737529873847961],[0.6492217183113098,0.7050802707672119],[0.6492217183113098,0.7275864481925964],[0.6492217183113098,0.7116513848304749],[0.6444751620292664,0.6422953605651855],[0.6444751620292664,0.7492444515228271],[0.6444751620292664,0.5576830506324768],[0.6444751620292664,0.4686950147151947],[0.6444751620292664,0.6753828525543213],[0.6444751620292664,0.6413874626159668],[0.19393497705459595,0.22558581829071045],[0.19393497705459595,0.20562058687210083],[0.19393497705459595,0.21242162585258484],[0.19393497705459595,0.1915431022644043],[0.19393497705459595,0.25433632731437683],[0.19393497705459595,0.22754362225532532],[0.19393497705459595,0.1795167177915573],[0.19393497705459595,0.1914258748292923],[0.19393497705459595,0.2158363163471222],[0.19393497705459595,0.27092114090919495],[0.19393497705459595,0.21098659932613373],[0.19393497705459595,0.19690251350402832],[0.19393497705459595,0.20578396320343018],[0.8235135078430176,0.8906397819519043],[0.8235135078430176,0.8245131969451904],[0.8235135078430176,0.8373878598213196],[0.8235135078430176,0.8422299027442932],[0.8235135078430176,0.872791588306427],[0.8235135078430176,0.8629661202430725],[0.8235135078430176,0.8648545742034912],[0.8235135078430176,0.7948758006095886],[0.8235135078430176,0.8745381236076355],[0.8235135078430176,0.8779430985450745],[0.8235135078430176,0.7987415194511414],[0.8235135078430176,0.8726229071617126],[0.8235135078430176,0.7737529873847961],[0.8235135078430176,0.8057719469070435],[0.8235135078430176,0.842821478843689],[0.8235135078430176,0.8642072081565857],[0.8235135078430176,0.8734825253486633],[0.8235135078430176,0.8680999875068665],[0.8235135078430176,0.8168617486953735],[0.8235135078430176,0.8232449889183044],[0.8235135078430176,0.8027061820030212],[0.8235135078430176,0.8629308342933655],[0.8235135078430176,0.7610523700714111],[0.8235135078430176,0.8167405724525452],[0.8235135078430176,0.822973906993866],[0.8235135078430176,0.7750484347343445],[0.8235135078430176,0.7315113544464111],[0.8235135078430176,0.7054639458656311],[0.8235135078430176,0.8179453015327454],[0.8235135078430176,0.7911808490753174],[0.8235135078430176,0.759355366230011],[0.8235135078430176,0.8498011827468872],[0.8235135078430176,0.7990480065345764],[0.787355899810791,0.7418338656425476],[0.787355899810791,0.7934430241584778],[0.787355899810791,0.7803592085838318],[0.787355899810791,0.8206517100334167],[0.787355899810791,0.7135764360427856],[0.787355899810791,0.8320503830909729],[0.787355899810791,0.8167405724525452],[0.787355899810791,0.7707335352897644],[0.787355899810791,0.6930904984474182],[0.787355899810791,0.7741106748580933],[0.787355899810791,0.8327212929725647],[0.787355899810791,0.7911808490753174],[0.787355899810791,0.7571172714233398],[0.787355899810791,0.7990480065345764],[0.7583283185958862,0.7956261038780212],[0.7583283185958862,0.7789193987846375],[0.7583283185958862,0.7894929647445679],[0.7583283185958862,0.7650270462036133],[0.7583283185958862,0.7449692487716675],[0.7583283185958862,0.7714763879776001],[0.7583283185958862,0.8174681663513184],[0.7583283185958862,0.6975796222686768],[0.7583283185958862,0.8128286004066467],[0.7583283185958862,0.7737529873847961],[0.7583283185958862,0.7380667924880981],[0.7583283185958862,0.6875898241996765],[0.7583283185958862,0.7135764360427856],[0.7583283185958862,0.7523953318595886],[0.7583283185958862,0.6909089684486389],[0.7583283185958862,0.759746253490448],[0.7583283185958862,0.7420265078544617],[0.7583283185958862,0.7707335352897644],[0.7583283185958862,0.7426674365997314],[0.7583283185958862,0.808790385723114],[0.7583283185958862,0.7643277645111084],[0.7583283185958862,0.7572327256202698],[0.7583283185958862,0.7760705351829529],[0.7583283185958862,0.7911808490753174],[0.7583283185958862,0.7302991151809692],[0.7583283185958862,0.6816193461418152],[0.7583283185958862,0.6829653382301331],[0.7583283185958862,0.7460301518440247],[0.7583283185958862,0.762096643447876],[0.7583283185958862,0.7221227288246155],[0.7583283185958862,0.6710355281829834],[0.7583283185958862,0.7212557792663574],[0.7583283185958862,0.7990480065345764],[0.3695189654827118,0.30264416337013245],[0.3695189654827118,0.4312588572502136],[0.3695189654827118,0.36151137948036194],[0.3695189654827118,0.4041113257408142],[0.3695189654827118,0.45952489972114563],[0.3695189654827118,0.29871490597724915],[0.3695189654827118,0.4021819829940796],[0.7233698964118958,0.7714763879776001],[0.7233698964118958,0.7948758006095886],[0.7233698964118958,0.7691318988800049],[0.7233698964118958,0.7275864481925964],[0.7233698964118958,0.7572327256202698],[0.7233698964118958,0.7539471387863159],[0.7233698964118958,0.6414791345596313],[0.8426643013954163,0.8347442150115967],[0.8426643013954163,0.7853254079818726],[0.8426643013954163,0.7911808490753174],[0.8426643013954163,0.762096643447876],[0.8426643013954163,0.7990480065345764],[0.30264416337013245,0.3458673357963562],[0.30264416337013245,0.3482314944267273],[0.30264416337013245,0.2846226692199707],[0.30264416337013245,0.2737294137477875],[0.30264416337013245,0.26175448298454285],[0.30264416337013245,0.37673285603523254],[0.30264416337013245,0.3889591693878174],[0.30264416337013245,0.2556658089160919],[0.30264416337013245,0.36713871359825134],[0.42817217111587524,0.48594215512275696],[0.42817217111587524,0.5008319020271301],[0.42817217111587524,0.4344879686832428],[0.42817217111587524,0.4198800027370453],[0.6422953605651855,0.49569088220596313],[0.6422953605651855,0.5804673433303833],[0.6422953605651855,0.5374821424484253],[0.6422953605651855,0.6096320152282715],[0.6422953605651855,0.6753828525543213],[0.6422953605651855,0.5148330330848694],[0.6422953605651855,0.7653689980506897],[0.6422953605651855,0.7481566667556763],[0.6422953605651855,0.6121401190757751],[0.03548114374279976,0.04832522198557854],[0.03548114374279976,0.016837026923894882],[0.03548114374279976,0.032008036971092224],[0.03548114374279976,0.041960351169109344],[0.03548114374279976,0.058639045804739],[0.03548114374279976,0.06285079568624496],[0.03548114374279976,0.025165531784296036],[0.03548114374279976,0.027696847915649414],[0.03548114374279976,0.024321062490344048],[0.03548114374279976,0.047635309398174286],[0.03548114374279976,0.026664603501558304],[0.03548114374279976,0.0259130597114563],[0.03548114374279976,0.0],[0.7016933560371399,0.7691318988800049],[0.7016933560371399,0.7885332107543945],[0.7016933560371399,0.7222930788993835],[0.7016933560371399,0.7275864481925964],[0.7016933560371399,0.7381041646003723],[0.7016933560371399,0.7437599897384644],[0.7016933560371399,0.7430548071861267],[0.7016933560371399,0.7116513848304749],[0.9166509509086609,0.918379008769989],[0.8559737801551819,0.8157446980476379],[0.8559737801551819,0.7948758006095886],[0.8559737801551819,0.7847007513046265],[0.8559737801551819,0.8027061820030212],[0.8559737801551819,0.8629308342933655],[0.8559737801551819,0.7707335352897644],[0.8559737801551819,0.7911808490753174],[0.7557796239852905,0.7948758006095886],[0.7557796239852905,0.7729814648628235],[0.7557796239852905,0.7476463317871094],[0.7557796239852905,0.7741106748580933],[0.24280203878879547,0.22923193871974945],[0.24280203878879547,0.20379126071929932],[0.24280203878879547,0.22717921435832977],[0.24280203878879547,0.3246006369590759],[0.24280203878879547,0.21120767295360565],[0.24280203878879547,0.25804707407951355],[0.24280203878879547,0.2971014380455017],[0.5466391444206238,0.5540754795074463],[0.5466391444206238,0.4393475353717804],[0.5466391444206238,0.6463891863822937],[0.5466391444206238,0.4389064908027649],[0.5466391444206238,0.6485365033149719],[0.5466391444206238,0.4774816036224365],[0.5466391444206238,0.5700606107711792],[0.5466391444206238,0.5179011821746826],[0.5466391444206238,0.5736105442047119],[0.5466391444206238,0.5649710893630981],[0.6695142984390259,0.5737354159355164],[0.6695142984390259,0.6117168664932251],[0.6695142984390259,0.7347737550735474],[0.6695142984390259,0.6483409404754639],[0.6695142984390259,0.745615541934967],[0.42363888025283813,0.4655950367450714],[0.42363888025283813,0.3883249759674072],[0.42363888025283813,0.41522371768951416],[0.42363888025283813,0.41350263357162476],[0.42363888025283813,0.36432456970214844],[0.7956261038780212,0.8347442150115967],[0.7956261038780212,0.7948758006095886],[0.7956261038780212,0.7800477147102356],[0.7956261038780212,0.8240527510643005],[0.7956261038780212,0.7939881682395935],[0.7956261038780212,0.7853254079818726],[0.7956261038780212,0.7990480065345764],[0.22558581829071045,0.2240038365125656],[0.22558581829071045,0.20718611776828766],[0.22558581829071045,0.30420607328414917],[0.22558581829071045,0.19239236414432526],[0.22558581829071045,0.1915431022644043],[0.22558581829071045,0.29898688197135925],[0.22558581829071045,0.25433632731437683],[0.22558581829071045,0.1795167177915573],[0.22558581829071045,0.1914258748292923],[0.22558581829071045,0.2846226692199707],[0.22558581829071045,0.2158363163471222],[0.22558581829071045,0.27092114090919495],[0.22558581829071045,0.21098659932613373],[0.22558581829071045,0.19690251350402832],[0.22558581829071045,0.2497895359992981],[0.22558581829071045,0.20578396320343018],[0.05328267440199852,0.044307906180620193],[0.05328267440199852,0.06374900043010712],[0.05328267440199852,0.041960351169109344],[0.05328267440199852,0.058639045804739],[0.05328267440199852,0.06285079568624496],[0.05328267440199852,0.07926399260759354],[0.05328267440199852,0.0993148684501648],[0.05328267440199852,0.06800802797079086],[0.05328267440199852,0.04062101989984512],[0.05328267440199852,0.04316767305135727],[0.05328267440199852,0.11701633781194687],[0.05328267440199852,0.0012728984002023935],[0.05328267440199852,0.0684310719370842],[0.05328267440199852,0.047635309398174286],[0.47071337699890137,0.48361489176750183],[0.47071337699890137,0.504041850566864],[0.47071337699890137,0.489266574382782],[0.47071337699890137,0.6083585023880005],[0.8329518437385559,0.7549915313720703],[0.8329518437385559,0.7092624306678772],[0.8329518437385559,0.8282511830329895],[0.7418338656425476,0.7763451933860779],[0.7418338656425476,0.7741106748580933],[0.7418338656425476,0.7539471387863159],[0.7418338656425476,0.7116513848304749],[0.7418338656425476,0.7911808490753174],[0.7418338656425476,0.7571172714233398],[0.7418338656425476,0.762096643447876],[0.7888185977935791,0.823237955570221],[0.7888185977935791,0.8157446980476379],[0.7888185977935791,0.8283185958862305],[0.7888185977935791,0.8310695290565491],[0.7888185977935791,0.8320503830909729],[0.8793675303459167,0.7275864481925964],[0.8793675303459167,0.762096643447876],[0.2240038365125656,0.24372579157352448],[0.2240038365125656,0.1915431022644043],[0.2240038365125656,0.25433632731437683],[0.2240038365125656,0.3497333228588104],[0.2240038365125656,0.1914258748292923],[0.2240038365125656,0.22717921435832977],[0.2240038365125656,0.21098659932613373],[0.2240038365125656,0.2497895359992981],[0.2240038365125656,0.20578396320343018],[0.823237955570221,0.8308790922164917],[0.823237955570221,0.7549915313720703],[0.823237955570221,0.8347442150115967],[0.823237955570221,0.816468358039856],[0.823237955570221,0.8225504159927368],[0.823237955570221,0.8235631585121155],[0.823237955570221,0.8283185958862305],[0.823237955570221,0.8480546474456787],[0.823237955570221,0.8472910523414612],[0.823237955570221,0.7377397418022156],[0.823237955570221,0.9226654171943665],[0.823237955570221,0.7911808490753174],[0.823237955570221,0.7990480065345764],[0.1797165721654892,0.15217259526252747],[0.1797165721654892,0.18723925948143005],[0.1797165721654892,0.17664775252342224],[0.1797165721654892,0.14153149724006653],[0.1797165721654892,0.16757947206497192],[0.1797165721654892,0.17592373490333557],[0.1797165721654892,0.18940173089504242],[0.1797165721654892,0.189248189330101],[0.1797165721654892,0.1781127005815506],[0.1797165721654892,0.1859053671360016],[0.6931532621383667,0.7691318988800049],[0.6931532621383667,0.7476463317871094],[0.6931532621383667,0.7741106748580933],[0.6931532621383667,0.7381041646003723],[0.6931532621383667,0.6132160425186157],[0.8308790922164917,0.7839273810386658],[0.8308790922164917,0.8072871565818787],[0.8308790922164917,0.7771580815315247],[0.8308790922164917,0.8047298789024353],[0.8308790922164917,0.7939881682395935],[0.588806688785553,0.5998398065567017],[0.588806688785553,0.6529120206832886],[0.588806688785553,0.7280806303024292],[0.588806688785553,0.5700606107711792],[0.7539135217666626,0.7771580815315247],[0.7539135217666626,0.769399881362915],[0.7539135217666626,0.7437599897384644],[0.7539135217666626,0.7900865077972412],[0.7539135217666626,0.7550708055496216],[0.24372579157352448,0.30420607328414917],[0.24372579157352448,0.21242162585258484],[0.24372579157352448,0.25433632731437683],[0.24372579157352448,0.2846226692199707],[0.7789193987846375,0.8347442150115967],[0.7789193987846375,0.7800477147102356],[0.7789193987846375,0.7853254079818726],[0.7789193987846375,0.7911808490753174],[0.7789193987846375,0.7990480065345764],[0.8906397819519043,0.8508152961730957],[0.8906397819519043,0.7948758006095886],[0.8906397819519043,0.8572719097137451],[0.8906397819519043,0.978740930557251],[0.8906397819519043,0.8615885376930237],[0.8906397819519043,0.9183799624443054],[0.8906397819519043,0.8629308342933655],[0.8906397819519043,0.9105848073959351],[0.5722362399101257,0.6096320152282715],[0.5722362399101257,0.6083585023880005],[0.5722362399101257,0.5736105442047119],[0.5722362399101257,0.6136341691017151],[0.5722362399101257,0.5649710893630981],[0.044307906180620193,0.06374900043010712],[0.044307906180620193,0.041960351169109344],[0.044307906180620193,0.058639045804739],[0.044307906180620193,0.07926399260759354],[0.044307906180620193,0.0993148684501648],[0.044307906180620193,0.0064981854520738125],[0.044307906180620193,0.008574134670197964],[0.044307906180620193,0.06800802797079086],[0.044307906180620193,0.04062101989984512],[0.044307906180620193,0.04316767305135727],[0.044307906180620193,0.0012728984002023935],[0.044307906180620193,0.0684310719370842],[0.044307906180620193,0.02081281878054142],[0.6090446710586548,0.7446836829185486],[0.6090446710586548,0.6576181054115295],[0.6090446710586548,0.6083585023880005],[0.6090446710586548,0.6149463653564453],[0.6090446710586548,0.6810743808746338],[0.6090446710586548,0.6379876732826233],[0.6090446710586548,0.6294007897377014],[0.5737354159355164,0.7347737550735474],[0.5737354159355164,0.6983467936515808],[0.5737354159355164,0.3497333228588104],[0.5737354159355164,0.3246006369590759],[0.5737354159355164,0.6483409404754639],[0.5737354159355164,0.365153968334198],[0.5737354159355164,0.2971014380455017],[0.5737354159355164,0.3955633044242859],[0.5737354159355164,0.745615541934967],[0.7894929647445679,0.7820215225219727],[0.7894929647445679,0.8017551302909851],[0.7894929647445679,0.7496407628059387],[0.7894929647445679,0.7928613424301147],[0.7894929647445679,0.7356845140457153],[0.7894929647445679,0.7523953318595886],[0.7894929647445679,0.8167405724525452],[0.7894929647445679,0.768976628780365],[0.7894929647445679,0.7911808490753174],[0.7894929647445679,0.6730157732963562],[0.7894929647445679,0.762096643447876],[0.7894929647445679,0.7990480065345764],[0.7549915313720703,0.7839273810386658],[0.7549915313720703,0.7741106748580933],[0.7549915313720703,0.8047298789024353],[0.7549915313720703,0.7939881682395935],[0.4749296009540558,0.5217041969299316],[0.4391385316848755,0.4393475353717804],[0.4391385316848755,0.4655950367450714],[0.4391385316848755,0.5062854290008545],[0.4391385316848755,0.47622230648994446],[0.4391385316848755,0.45072558522224426],[0.4391385316848755,0.4435639977455139],[0.4391385316848755,0.4487797021865845],[0.4391385316848755,0.5168358087539673],[0.4391385316848755,0.4344879686832428],[0.7934430241584778,0.7839273810386658],[0.7934430241584778,0.7650270462036133],[0.7934430241584778,0.8206517100334167],[0.7934430241584778,0.8072871565818787],[0.7934430241584778,0.7987415194511414],[0.7934430241584778,0.842821478843689],[0.7934430241584778,0.8167405724525452],[0.7934430241584778,0.7707335352897644],[0.7934430241584778,0.8047298789024353],[0.7934430241584778,0.7990480065345764],[0.38728299736976624,0.4312588572502136],[0.38728299736976624,0.4686950147151947],[0.38728299736976624,0.29898688197135925],[0.38728299736976624,0.46066048741340637],[0.38728299736976624,0.22754362225532532],[0.38728299736976624,0.5148330330848694],[0.38728299736976624,0.45952433347702026],[0.38728299736976624,0.4457146227359772],[0.7769689559936523,0.8235631585121155],[0.7769689559936523,0.7818605303764343],[0.7769689559936523,0.7332822680473328],[0.5206134915351868,0.5974965691566467],[0.5206134915351868,0.5804673433303833],[0.5206134915351868,0.4686950147151947],[0.5206134915351868,0.5148330330848694],[0.5206134915351868,0.46777328848838806],[0.7839273810386658,0.799592137336731],[0.7839273810386658,0.7752734422683716],[0.7839273810386658,0.7948758006095886],[0.7839273810386658,0.7420265078544617],[0.7839273810386658,0.8047298789024353],[0.7839273810386658,0.7911808490753174],[0.7839273810386658,0.7990480065345764],[0.6117168664932251,0.7463988661766052],[0.6117168664932251,0.6753828525543213],[0.6117168664932251,0.47284770011901855],[0.6117168664932251,0.7144660949707031],[0.6117168664932251,0.3955633044242859],[0.6117168664932251,0.5161214470863342],[0.7241489291191101,0.5974965691566467],[0.7241489291191101,0.6463891863822937],[0.7241489291191101,0.6550200581550598],[0.20718611776828766,0.2158363163471222],[0.20718611776828766,0.21956926584243774],[0.20718611776828766,0.21098659932613373],[0.20718611776828766,0.1879296898841858],[0.20718611776828766,0.2497895359992981],[0.806161642074585,0.7948758006095886],[0.806161642074585,0.7987415194511414],[0.806161642074585,0.7800477147102356],[0.806161642074585,0.7853254079818726],[0.806161642074585,0.7911808490753174],[0.806161642074585,0.762096643447876],[0.806161642074585,0.7990480065345764],[0.7555813789367676,0.7083973288536072],[0.7555813789367676,0.7039629220962524],[0.7555813789367676,0.803280234336853],[0.7555813789367676,0.6952691078186035],[0.7555813789367676,0.6529120206832886],[0.7555813789367676,0.8661436438560486],[0.892379641532898,0.872791588306427],[0.892379641532898,0.8745381236076355],[0.892379641532898,0.918379008769989],[0.892379641532898,0.8726229071617126],[0.892379641532898,0.8680999875068665],[0.04832522198557854,0.02969321981072426],[0.04832522198557854,0.032008036971092224],[0.04832522198557854,0.041960351169109344],[0.04832522198557854,0.058639045804739],[0.04832522198557854,0.06285079568624496],[0.04832522198557854,0.0993148684501648],[0.04832522198557854,0.09357265383005142],[0.04832522198557854,0.04316767305135727],[0.04832522198557854,0.02081281878054142],[0.04832522198557854,0.047635309398174286],[0.8965005278587341,0.7990623712539673],[0.8965005278587341,0.8047298789024353],[0.8965005278587341,0.7437599897384644],[0.8965005278587341,0.808290421962738],[0.8965005278587341,0.827627420425415],[0.7820215225219727,0.7643692493438721],[0.7820215225219727,0.8277931809425354],[0.7820215225219727,0.8094491362571716],[0.7820215225219727,0.7624401450157166],[0.7820215225219727,0.8173239231109619],[0.7820215225219727,0.7987415194511414],[0.7820215225219727,0.7496407628059387],[0.7820215225219727,0.7847007513046265],[0.7820215225219727,0.7771580815315247],[0.7820215225219727,0.7617767453193665],[0.7820215225219727,0.7135764360427856],[0.7820215225219727,0.8480546474456787],[0.7820215225219727,0.8102302551269531],[0.7820215225219727,0.7885332107543945],[0.7820215225219727,0.8167405724525452],[0.7820215225219727,0.7707335352897644],[0.7820215225219727,0.822973906993866],[0.7820215225219727,0.8179453015327454],[0.7820215225219727,0.7572327256202698],[0.7820215225219727,0.7312650680541992],[0.7820215225219727,0.7853254079818726],[0.7820215225219727,0.7116513848304749],[0.7820215225219727,0.7911808490753174],[0.7820215225219727,0.762096643447876],[0.7820215225219727,0.7990480065345764],[0.02969321981072426,0.016837026923894882],[0.02969321981072426,0.06374900043010712],[0.02969321981072426,0.032008036971092224],[0.02969321981072426,0.041960351169109344],[0.02969321981072426,0.058639045804739],[0.02969321981072426,0.0064981854520738125],[0.02969321981072426,0.008574134670197964],[0.02969321981072426,0.06800802797079086],[0.02969321981072426,0.032875772565603256],[0.02969321981072426,0.04316767305135727],[0.02969321981072426,0.024369755759835243],[0.02969321981072426,0.0012728984002023935],[0.02969321981072426,0.02081281878054142],[0.7327804565429688,0.6922354698181152],[0.7327804565429688,0.7764449715614319],[0.7327804565429688,0.6952691078186035],[0.7327804565429688,0.7424681186676025],[0.7327804565429688,0.6810743808746338],[0.6692370176315308,0.6806694269180298],[0.6692370176315308,0.6875898241996765],[0.6692370176315308,0.7050802707672119],[0.6692370176315308,0.7426674365997314],[0.6692370176315308,0.7275864481925964],[0.6692370176315308,0.7116513848304749],[0.6692370176315308,0.575775146484375],[0.6692370176315308,0.6901422142982483],[0.4246707856655121,0.4199501574039459],[0.4246707856655121,0.3458673357963562],[0.4246707856655121,0.5161214470863342],[0.4246707856655121,0.45806559920310974],[0.4246707856655121,0.41350263357162476],[0.8245131969451904,0.8157446980476379],[0.8245131969451904,1.0],[0.8245131969451904,0.7460933327674866],[0.8245131969451904,0.8433715105056763],[0.8245131969451904,0.7280806303024292],[0.8245131969451904,0.9105848073959351],[0.8245131969451904,0.8051282167434692],[0.8245131969451904,0.8697837591171265],[0.7643692493438721,0.7962307333946228],[0.7643692493438721,0.8027061820030212],[0.7643692493438721,0.6572526097297668],[0.7643692493438721,0.7707335352897644],[0.7643692493438721,0.7275864481925964],[0.7643692493438721,0.7437599897384644],[0.7643692493438721,0.762096643447876],[0.7643692493438721,0.759355366230011],[0.8452004194259644,0.8402242660522461],[0.8452004194259644,0.7948758006095886],[0.8452004194259644,0.8282511830329895],[0.8452004194259644,0.8195857405662537],[0.8452004194259644,0.8167405724525452],[0.8452004194259644,0.8472910523414612],[0.8452004194259644,0.824755847454071],[0.8452004194259644,0.8047298789024353],[0.3173927962779999,0.20562058687210083],[0.3173927962779999,0.2017608880996704],[0.3173927962779999,0.18077795207500458],[0.3173927962779999,0.241390660405159],[0.8277931809425354,0.7948758006095886],[0.8277931809425354,0.8027061820030212],[0.8277931809425354,0.8179453015327454],[0.8277931809425354,0.7911808490753174],[0.8277931809425354,0.759355366230011],[0.8277931809425354,0.7990480065345764],[0.044782113283872604,0.044384535402059555],[0.044782113283872604,0.027696847915649414],[0.044782113283872604,0.024321062490344048],[0.044782113283872604,0.024369755759835243],[0.044782113283872604,0.055463459342718124],[0.044782113283872604,0.0259130597114563],[0.7245506644248962,0.5804673433303833],[0.8157446980476379,0.8225825428962708],[0.8157446980476379,0.8235631585121155],[0.8157446980476379,0.8017551302909851],[0.8157446980476379,0.8584231734275818],[0.8157446980476379,0.8785631656646729],[0.8157446980476379,0.8027061820030212],[0.8157446980476379,0.8167405724525452],[0.8157446980476379,0.7939881682395935],[0.8157446980476379,0.6932969093322754],[0.8157446980476379,0.827627420425415],[0.8157446980476379,0.7990480065345764],[0.5944112539291382,0.5440159440040588],[0.5944112539291382,0.7313916087150574],[0.7912112474441528,0.8225825428962708],[0.7912112474441528,0.7883843183517456],[0.7912112474441528,0.8047298789024353],[0.15217259526252747,0.18484356999397278],[0.15217259526252747,0.1938638538122177],[0.15217259526252747,0.1651565432548523],[0.15217259526252747,0.17664775252342224],[0.15217259526252747,0.0993148684501648],[0.15217259526252747,0.14153149724006653],[0.15217259526252747,0.16757947206497192],[0.15217259526252747,0.18077795207500458],[0.15217259526252747,0.1519281566143036],[0.15217259526252747,0.11701633781194687],[0.15217259526252747,0.189248189330101],[0.5440159440040588,0.5579054951667786],[0.7347737550735474,0.7908603549003601],[0.7347737550735474,0.6983467936515808],[0.7347737550735474,0.8615885376930237],[0.7347737550735474,0.849264919757843],[0.7347737550735474,0.7323336005210876],[0.7347737550735474,0.6483409404754639],[0.7347737550735474,0.745615541934967],[0.8402242660522461,0.8347442150115967],[0.8402242660522461,0.7948758006095886],[0.8402242660522461,0.8235631585121155],[0.8402242660522461,0.8361254930496216],[0.8402242660522461,0.8167405724525452],[0.8402242660522461,0.7939881682395935],[0.8402242660522461,0.7990480065345764],[0.4312588572502136,0.4686950147151947],[0.4312588572502136,0.5148330330848694],[0.4312588572502136,0.4877329170703888],[0.7740112543106079,0.7948758006095886],[0.7740112543106079,0.7460933327674866],[0.7740112543106079,0.8167405724525452],[0.7740112543106079,0.7911808490753174],[0.7740112543106079,0.7571172714233398],[0.7740112543106079,0.759355366230011],[0.7740112543106079,0.7990480065345764],[0.3206970691680908,0.30420607328414917],[0.3206970691680908,0.3458673357963562],[0.3206970691680908,0.3787769377231598],[0.3206970691680908,0.2158363163471222],[0.3206970691680908,0.2737294137477875],[0.3206970691680908,0.27092114090919495],[0.3206970691680908,0.21098659932613373],[0.3206970691680908,0.2748699188232422],[0.3206970691680908,0.37673285603523254],[0.3206970691680908,0.2851850092411041],[0.3206970691680908,0.37078243494033813],[0.3206970691680908,0.3889591693878174],[0.3206970691680908,0.45806559920310974],[0.3206970691680908,0.2497895359992981],[0.3206970691680908,0.41350263357162476],[0.3206970691680908,0.36713871359825134],[0.3206970691680908,0.2973146140575409],[0.799592137336731,0.816468358039856],[0.799592137336731,0.7420265078544617],[0.799592137336731,0.7939881682395935],[0.9184918403625488,0.7809883952140808],[0.6162202954292297,0.6096320152282715],[0.6162202954292297,0.6694087982177734],[0.6162202954292297,0.6066524386405945],[0.6162202954292297,0.5907984972000122],[0.6162202954292297,0.5901610851287842],[0.8426035046577454,0.8347442150115967],[0.8426035046577454,0.816468358039856],[0.8426035046577454,0.7948758006095886],[0.8426035046577454,0.8235631585121155],[0.8426035046577454,0.8240527510643005],[0.8426035046577454,0.7939881682395935],[0.8426035046577454,0.7990480065345764],[0.18484356999397278,0.1938638538122177],[0.18484356999397278,0.1935558170080185],[0.18484356999397278,0.22743333876132965],[0.18484356999397278,0.16757947206497192],[0.18484356999397278,0.19786374270915985],[0.18484356999397278,0.189248189330101],[0.1571331024169922,0.13278011977672577],[0.1571331024169922,0.1649949997663498],[0.1571331024169922,0.19239236414432526],[0.1571331024169922,0.22005265951156616],[0.1571331024169922,0.21098659932613373],[0.1571331024169922,0.17676140367984772],[0.1571331024169922,0.18530882894992828],[0.1571331024169922,0.20655663311481476],[0.19058695435523987,0.22743333876132965],[0.19058695435523987,0.20379126071929932],[0.19058695435523987,0.20573259890079498],[0.19058695435523987,0.2017608880996704],[0.19058695435523987,0.19786374270915985],[0.8007849454879761,0.7691318988800049],[0.8007849454879761,0.7771580815315247],[0.8007849454879761,0.7939881682395935],[0.8508152961730957,0.7803592085838318],[0.8508152961730957,0.7313916087150574],[0.8508152961730957,0.827627420425415],[0.7882959246635437,0.7460933327674866],[0.7882959246635437,0.8094491362571716],[0.7882959246635437,0.7380667924880981],[0.7882959246635437,0.822973906993866],[0.7882959246635437,0.7275864481925964],[0.7882959246635437,0.7302991151809692],[0.7882959246635437,0.7809883952140808],[0.7882959246635437,0.762096643447876],[0.7882959246635437,0.759355366230011],[0.8347442150115967,0.816468358039856],[0.8347442150115967,0.8629661202430725],[0.8347442150115967,0.7948758006095886],[0.8347442150115967,0.8359676599502563],[0.8347442150115967,0.8779430985450745],[0.8347442150115967,0.8017551302909851],[0.8347442150115967,0.8112959265708923],[0.8347442150115967,0.8128286004066467],[0.8347442150115967,0.8559836149215698],[0.8347442150115967,0.8283185958862305],[0.8347442150115967,0.8361254930496216],[0.8347442150115967,0.8480546474456787],[0.8347442150115967,0.8629308342933655],[0.8347442150115967,0.8320503830909729],[0.8347442150115967,0.8240527510643005],[0.8347442150115967,0.8167405724525452],[0.8347442150115967,0.8472910523414612],[0.8347442150115967,0.8428717851638794],[0.8347442150115967,0.7939881682395935],[0.8347442150115967,0.7911808490753174],[0.8347442150115967,0.7990480065345764],[0.7252809405326843,0.7752734422683716],[0.7252809405326843,0.7948758006095886],[0.7252809405326843,0.6758290529251099],[0.7252809405326843,0.7054639458656311],[0.7252809405326843,0.7430548071861267],[0.7252809405326843,0.7571172714233398],[0.7252809405326843,0.759355366230011],[0.016837026923894882,0.032008036971092224],[0.016837026923894882,0.041960351169109344],[0.016837026923894882,0.058639045804739],[0.016837026923894882,0.025165531784296036],[0.016837026923894882,0.024321062490344048],[0.016837026923894882,0.008574134670197964],[0.016837026923894882,0.032875772565603256],[0.016837026923894882,0.024369755759835243],[0.016837026923894882,0.026664603501558304],[0.016837026923894882,0.0],[0.6324062943458557,0.6952691078186035],[0.6324062943458557,0.6485365033149719],[0.6324062943458557,0.6529120206832886],[0.6324062943458557,0.6294096112251282],[0.6324062943458557,0.7047295570373535],[0.8849568367004395,0.7653689980506897],[0.8849568367004395,0.808290421962738],[0.8849568367004395,0.7430548071861267],[0.8225825428962708,0.7948758006095886],[0.8225825428962708,0.7962307333946228],[0.8225825428962708,0.8027061820030212],[0.8225825428962708,0.8895232677459717],[0.8225825428962708,0.8047298789024353],[0.8225825428962708,0.7332822680473328],[0.8225825428962708,0.827627420425415],[0.6421069502830505,0.5834049582481384],[0.6421069502830505,0.6806694269180298],[0.6421069502830505,0.6261652112007141],[0.6421069502830505,0.5719294548034668],[0.6815244555473328,0.6804865598678589],[0.6815244555473328,0.6875898241996765],[0.6815244555473328,0.6529120206832886],[0.6815244555473328,0.6379876732826233],[0.7650270462036133,0.8174681663513184],[0.7650270462036133,0.7948758006095886],[0.7650270462036133,0.8167405724525452],[0.7650270462036133,0.7290924191474915],[0.7650270462036133,0.7707335352897644],[0.7650270462036133,0.808290421962738],[0.7650270462036133,0.6294007897377014],[0.7650270462036133,0.7990480065345764],[0.36151137948036194,0.4457146227359772],[0.36151137948036194,0.44001325964927673],[0.13278011977672577,0.1649949997663498],[0.13278011977672577,0.16100238263607025],[0.13278011977672577,0.16226382553577423],[0.13278011977672577,0.16674035787582397],[0.6639067530632019,0.5998398065567017],[0.6639067530632019,0.6485365033149719],[0.6639067530632019,0.6083585023880005],[0.6639067530632019,0.6846866011619568],[0.6639067530632019,0.6810743808746338],[0.5540754795074463,0.45952489972114563],[0.5540754795074463,0.6096320152282715],[0.5540754795074463,0.5093711018562317],[0.5540754795074463,0.6083585023880005],[0.5540754795074463,0.5649710893630981],[0.5540754795074463,0.4540233016014099],[0.1938638538122177,0.18723925948143005],[0.1938638538122177,0.20573259890079498],[0.1938638538122177,0.1882190853357315],[0.1938638538122177,0.18940173089504242],[0.1938638538122177,0.189248189330101],[0.1938638538122177,0.1781127005815506],[0.1938638538122177,0.1859053671360016],[0.06374900043010712,0.058639045804739],[0.06374900043010712,0.06285079568624496],[0.06374900043010712,0.1251431703567505],[0.06374900043010712,0.07926399260759354],[0.06374900043010712,0.0993148684501648],[0.06374900043010712,0.0064981854520738125],[0.06374900043010712,0.06800802797079086],[0.06374900043010712,0.09357265383005142],[0.06374900043010712,0.04062101989984512],[0.06374900043010712,0.11701633781194687],[0.1935558170080185,0.22743333876132965],[0.1935558170080185,0.18723925948143005],[0.1935558170080185,0.1867130845785141],[0.1935558170080185,0.20573259890079498],[0.1935558170080185,0.17592373490333557],[0.1935558170080185,0.19786374270915985],[0.1935558170080185,0.189248189330101],[0.1935558170080185,0.1781127005815506],[0.1935558170080185,0.1859053671360016],[0.032008036971092224,0.041960351169109344],[0.032008036971092224,0.025165531784296036],[0.032008036971092224,0.027696847915649414],[0.032008036971092224,0.024321062490344048],[0.032008036971092224,0.008574134670197964],[0.032008036971092224,0.032875772565603256],[0.032008036971092224,0.024369755759835243],[0.032008036971092224,0.02081281878054142],[0.032008036971092224,0.047635309398174286],[0.032008036971092224,0.026664603501558304],[0.032008036971092224,0.0259130597114563],[0.5881704688072205,0.47234517335891724],[0.5881704688072205,0.7323336005210876],[0.5881704688072205,0.5161214470863342],[0.5881704688072205,0.45806559920310974],[0.7492444515228271,0.5974965691566467],[0.041960351169109344,0.058639045804739],[0.041960351169109344,0.06285079568624496],[0.041960351169109344,0.025165531784296036],[0.041960351169109344,0.0064981854520738125],[0.041960351169109344,0.008574134670197964],[0.041960351169109344,0.06800802797079086],[0.041960351169109344,0.032875772565603256],[0.041960351169109344,0.09357265383005142],[0.041960351169109344,0.04062101989984512],[0.041960351169109344,0.04316767305135727],[0.041960351169109344,0.024369755759835243],[0.041960351169109344,0.0012728984002023935],[0.041960351169109344,0.02081281878054142],[0.041960351169109344,0.047635309398174286],[0.041960351169109344,0.026664603501558304],[0.7812297940254211,0.7948758006095886],[0.7812297940254211,0.8190582394599915],[0.7812297940254211,0.8027061820030212],[0.7812297940254211,0.7741106748580933],[0.7812297940254211,0.7275864481925964],[0.7812297940254211,0.7381041646003723],[0.7812297940254211,0.7437599897384644],[0.7812297940254211,0.9226654171943665],[0.7812297940254211,0.7116513848304749],[0.7812297940254211,0.762096643447876],[0.8510230779647827,0.7714763879776001],[0.8510230779647827,0.7752734422683716],[0.8510230779647827,0.7948758006095886],[0.8510230779647827,0.8027061820030212],[0.8510230779647827,0.7275864481925964],[0.8510230779647827,0.7002091407775879],[0.6926850080490112,0.7803592085838318],[0.6926850080490112,0.7752734422683716],[0.6926850080490112,0.6806694269180298],[0.6926850080490112,0.7741106748580933],[0.6926850080490112,0.7381041646003723],[0.6926850080490112,0.7196958065032959],[0.4393475353717804,0.3458673357963562],[0.4393475353717804,0.4655950367450714],[0.4393475353717804,0.4344879686832428],[0.8373878598213196,0.918379008769989],[0.8373878598213196,0.8726229071617126],[0.8373878598213196,0.8027061820030212],[0.8373878598213196,0.8167405724525452],[0.8373878598213196,0.7707335352897644],[0.8373878598213196,0.7853254079818726],[0.8373878598213196,0.7911808490753174],[0.8373878598213196,0.7990480065345764],[0.7449692487716675,0.7714763879776001],[0.7449692487716675,0.7707335352897644],[0.7449692487716675,0.7430548071861267],[0.7449692487716675,0.7911808490753174],[0.7449692487716675,0.762096643447876],[0.7449692487716675,0.7990480065345764],[0.5799809694290161,0.6485365033149719],[0.5799809694290161,0.6572526097297668],[0.5799809694290161,0.6066524386405945],[0.5799809694290161,0.5901610851287842],[0.5799809694290161,0.6379876732826233],[0.4312607944011688,0.4318481981754303],[0.4312607944011688,0.3246006369590759],[0.4312607944011688,0.48095908761024475],[0.4312607944011688,0.6483409404754639],[0.4312607944011688,0.365153968334198],[0.4312607944011688,0.2971014380455017],[0.4312607944011688,0.3955633044242859],[0.5683865547180176,0.6576181054115295],[0.5683865547180176,0.5998398065567017],[0.5683865547180176,0.6485365033149719],[0.5683865547180176,0.5169885754585266],[0.8422299027442932,0.8395222425460815],[0.8422299027442932,0.822973906993866],[0.8422299027442932,0.8697837591171265],[0.8422299027442932,0.762096643447876],[0.7385101914405823,0.7366205453872681],[0.4041113257408142,0.4199501574039459],[0.4041113257408142,0.40358370542526245],[0.4041113257408142,0.4021819829940796],[0.4041113257408142,0.47284770011901855],[0.4041113257408142,0.36527928709983826],[0.4041113257408142,0.4435639977455139],[0.4041113257408142,0.48594215512275696],[0.5974965691566467,0.5404428839683533],[0.5974965691566467,0.5148330330848694],[0.5974965691566467,0.5217041969299316],[0.22923193871974945,0.20562058687210083],[0.22923193871974945,0.1914258748292923],[0.22923193871974945,0.22717921435832977],[0.22923193871974945,0.21120767295360565],[0.22923193871974945,0.25804707407951355],[0.22923193871974945,0.2971014380455017],[0.22923193871974945,0.20578396320343018],[0.1651565432548523,0.1251431703567505],[0.1651565432548523,0.18723925948143005],[0.1651565432548523,0.14153149724006653],[0.1651565432548523,0.17592373490333557],[0.1651565432548523,0.18077795207500458],[0.1651565432548523,0.1519281566143036],[0.1651565432548523,0.17373059689998627],[0.1651565432548523,0.18940173089504242],[0.7908603549003601,0.7321111559867859],[0.7908603549003601,0.8615885376930237],[0.7908603549003601,0.7867986559867859],[0.8356195688247681,0.8220458626747131],[0.8356195688247681,0.8433715105056763],[0.9114096760749817,0.8310695290565491],[0.9114096760749817,0.7275864481925964],[0.9114096760749817,0.7571172714233398],[0.058639045804739,0.06285079568624496],[0.058639045804739,0.1251431703567505],[0.058639045804739,0.025165531784296036],[0.058639045804739,0.07926399260759354],[0.058639045804739,0.0993148684501648],[0.058639045804739,0.0064981854520738125],[0.058639045804739,0.06800802797079086],[0.058639045804739,0.09357265383005142],[0.058639045804739,0.04062101989984512],[0.058639045804739,0.04316767305135727],[0.058639045804739,0.024369755759835243],[0.058639045804739,0.11701633781194687],[0.058639045804739,0.0684310719370842],[0.058639045804739,0.02081281878054142],[0.058639045804739,0.047635309398174286],[0.058639045804739,0.026664603501558304],[0.816468358039856,0.8225504159927368],[0.816468358039856,0.7714763879776001],[0.816468358039856,0.8629661202430725],[0.816468358039856,0.7446836829185486],[0.816468358039856,0.8779430985450745],[0.816468358039856,0.8168461322784424],[0.816468358039856,0.7847007513046265],[0.816468358039856,0.7771580815315247],[0.816468358039856,0.8282511830329895],[0.816468358039856,0.8195857405662537],[0.816468358039856,0.8629308342933655],[0.816468358039856,0.8436145782470703],[0.816468358039856,0.8167405724525452],[0.816468358039856,0.7911808490753174],[0.816468358039856,0.7990480065345764],[0.8225504159927368,0.7691318988800049],[0.4199501574039459,0.30420607328414917],[0.4199501574039459,0.3458673357963562],[0.4199501574039459,0.47234517335891724],[0.4199501574039459,0.40358370542526245],[0.4199501574039459,0.4318481981754303],[0.4199501574039459,0.45952489972114563],[0.4199501574039459,0.4655950367450714],[0.4199501574039459,0.4507638216018677],[0.4199501574039459,0.46066048741340637],[0.4199501574039459,0.3482314944267273],[0.4199501574039459,0.4021819829940796],[0.4199501574039459,0.3883249759674072],[0.4199501574039459,0.47284770011901855],[0.4199501574039459,0.48095908761024475],[0.4199501574039459,0.4435639977455139],[0.4199501574039459,0.37673285603523254],[0.4199501574039459,0.5182093381881714],[0.4199501574039459,0.48594215512275696],[0.4199501574039459,0.37078243494033813],[0.4199501574039459,0.45806559920310974],[0.4199501574039459,0.4087628424167633],[0.4199501574039459,0.4198800027370453],[0.5834049582481384,0.5576830506324768],[0.5834049582481384,0.5804673433303833],[0.5834049582481384,0.6261652112007141],[0.5834049582481384,0.6529120206832886],[0.5834049582481384,0.6410590410232544],[0.5834049582481384,0.5702387690544128],[0.06285079568624496,0.07926399260759354],[0.06285079568624496,0.0993148684501648],[0.06285079568624496,0.06800802797079086],[0.06285079568624496,0.09357265383005142],[0.06285079568624496,0.04316767305135727],[0.06285079568624496,0.11701633781194687],[0.06285079568624496,0.0684310719370842],[0.06285079568624496,0.047635309398174286],[0.30420607328414917,0.3458673357963562],[0.30420607328414917,0.47234517335891724],[0.30420607328414917,0.25433632731437683],[0.30420607328414917,0.3497333228588104],[0.30420607328414917,0.29871490597724915],[0.30420607328414917,0.2158363163471222],[0.30420607328414917,0.2737294137477875],[0.30420607328414917,0.27092114090919495],[0.30420607328414917,0.21098659932613373],[0.30420607328414917,0.2748699188232422],[0.30420607328414917,0.2497895359992981],[0.30420607328414917,0.2556658089160919],[0.30420607328414917,0.36713871359825134],[0.6944813132286072,0.7518996596336365],[0.6944813132286072,0.7050802707672119],[0.6944813132286072,0.6786822080612183],[0.6944813132286072,0.7002091407775879],[0.6944813132286072,0.6730157732963562],[0.6944813132286072,0.6901422142982483],[0.7714763879776001,0.7948758006095886],[0.7714763879776001,0.7987415194511414],[0.7714763879776001,0.8168461322784424],[0.7714763879776001,0.7356845140457153],[0.7714763879776001,0.7420265078544617],[0.7714763879776001,0.7707335352897644],[0.7714763879776001,0.7572327256202698],[0.7714763879776001,0.7900865077972412],[0.7714763879776001,0.7911808490753174],[0.7714763879776001,0.7550708055496216],[0.7714763879776001,0.7221227288246155],[0.7714763879776001,0.7990480065345764],[0.7803592085838318,0.7962307333946228],[0.7803592085838318,0.6677941679954529],[0.7803592085838318,0.8168617486953735],[0.7803592085838318,0.8395222425460815],[0.7803592085838318,0.7280806303024292],[0.7803592085838318,0.7854613065719604],[0.7803592085838318,0.7741106748580933],[0.7803592085838318,0.8344206809997559],[0.7803592085838318,0.8051282167434692],[0.7803592085838318,0.7489447593688965],[0.7803592085838318,0.7332822680473328],[0.7803592085838318,0.7571172714233398],[0.7803592085838318,0.6845707297325134],[0.7803592085838318,0.693379282951355],[0.7803592085838318,0.6810743808746338],[0.7803592085838318,0.762096643447876],[0.7803592085838318,0.8498011827468872],[0.3458673357963562,0.3010251522064209],[0.3458673357963562,0.2846226692199707],[0.3458673357963562,0.32526397705078125],[0.3458673357963562,0.36527928709983826],[0.3458673357963562,0.4254407584667206],[0.3458673357963562,0.2748699188232422],[0.3458673357963562,0.4435639977455139],[0.3458673357963562,0.4487797021865845],[0.3458673357963562,0.37673285603523254],[0.3458673357963562,0.2851850092411041],[0.3458673357963562,0.37078243494033813],[0.3458673357963562,0.3889591693878174],[0.3458673357963562,0.3270231783390045],[0.3458673357963562,0.2497895359992981],[0.3458673357963562,0.2556658089160919],[0.3458673357963562,0.4087628424167633],[0.3458673357963562,0.4198800027370453],[0.3458673357963562,0.36713871359825134],[0.3458673357963562,0.2973146140575409],[0.7752734422683716,0.7987415194511414],[0.7752734422683716,0.7847007513046265],[0.7752734422683716,0.7356845140457153],[0.7752734422683716,0.8102302551269531],[0.7752734422683716,0.7707335352897644],[0.7752734422683716,0.7054639458656311],[0.7752734422683716,0.7741106748580933],[0.7752734422683716,0.7608709931373596],[0.7752734422683716,0.7312650680541992],[0.7752734422683716,0.7377397418022156],[0.7752734422683716,0.7911808490753174],[0.7752734422683716,0.755477786064148],[0.7752734422683716,0.7460301518440247],[0.7752734422683716,0.8674328327178955],[0.7752734422683716,0.7990480065345764],[0.8220458626747131,0.8572719097137451],[0.8220458626747131,0.7518996596336365],[0.8220458626747131,0.7323336005210876],[0.8220458626747131,0.8395222425460815],[0.8220458626747131,0.8697837591171265],[0.8174681663513184,0.7948758006095886],[0.8174681663513184,0.7987415194511414],[0.8174681663513184,0.8027061820030212],[0.8174681663513184,0.7707335352897644],[0.8174681663513184,0.7968546748161316],[0.8174681663513184,0.7911808490753174],[0.6037277579307556,0.513470470905304],[0.6037277579307556,0.6896851658821106],[0.6037277579307556,0.5998398065567017],[0.6037277579307556,0.6125749945640564],[0.6037277579307556,0.504041850566864],[0.6037277579307556,0.6410590410232544],[0.6037277579307556,0.5901610851287842],[0.6037277579307556,0.6829653382301331],[0.6037277579307556,0.6710355281829834],[0.872791588306427,0.8648545742034912],[0.872791588306427,0.8745381236076355],[0.872791588306427,0.8726229071617126],[0.872791588306427,0.8615885376930237],[0.872791588306427,0.8680999875068665],[0.16755563020706177,0.17594781517982483],[0.16755563020706177,0.17574626207351685],[0.16755563020706177,0.18195579946041107],[0.16755563020706177,0.17288129031658173],[0.16755563020706177,0.17468833923339844],[0.16755563020706177,0.168282151222229],[0.16755563020706177,0.16674035787582397],[0.47234517335891724,0.5804673433303833],[0.47234517335891724,0.46066048741340637],[0.47234517335891724,0.40529918670654297],[0.47234517335891724,0.5161214470863342],[0.47234517335891724,0.5182093381881714],[0.47234517335891724,0.37078243494033813],[0.47234517335891724,0.45806559920310974],[0.8629661202430725,0.8361254930496216],[0.8629661202430725,0.8086539506912231],[0.8629661202430725,0.7911808490753174],[0.8629661202430725,0.7990480065345764],[0.6975796222686768,0.7460933327674866],[0.6975796222686768,0.7691318988800049],[0.6975796222686768,0.7800477147102356],[0.6975796222686768,0.7275864481925964],[0.6975796222686768,0.7381041646003723],[0.6975796222686768,0.7437599897384644],[0.6975796222686768,0.7571172714233398],[0.7083973288536072,0.7653104066848755],[0.7083973288536072,0.6541258692741394],[0.7083973288536072,0.6529120206832886],[0.7083973288536072,0.6132160425186157],[0.7083973288536072,0.7903972268104553],[0.7083973288536072,0.7430548071861267],[0.7083973288536072,0.7116513848304749],[0.7083973288536072,0.6901422142982483],[0.7083973288536072,0.6314622163772583],[0.7083973288536072,0.6437677145004272],[0.7083973288536072,0.7196958065032959],[0.17594781517982483,0.17574626207351685],[0.17594781517982483,0.1867130845785141],[0.17594781517982483,0.20379126071929932],[0.17594781517982483,0.18195579946041107],[0.17594781517982483,0.15750999748706818],[0.17594781517982483,0.17288129031658173],[0.17594781517982483,0.19174906611442566],[0.17594781517982483,0.17676140367984772],[0.17594781517982483,0.1879296898841858],[0.17594781517982483,0.17468833923339844],[0.17594781517982483,0.19690251350402832],[0.17594781517982483,0.168282151222229],[0.17594781517982483,0.18362341821193695],[0.17594781517982483,0.16674035787582397],[0.8206517100334167,0.8837235569953918],[0.8206517100334167,0.842821478843689],[0.8206517100334167,0.7430548071861267],[0.660551130771637,0.7069520354270935],[0.660551130771637,0.7275864481925964],[0.660551130771637,0.7572327256202698],[0.660551130771637,0.7116513848304749],[0.660551130771637,0.7002091407775879],[0.660551130771637,0.7302991151809692],[0.6806694269180298,0.6600759029388428],[0.6806694269180298,0.7221415042877197],[0.6806694269180298,0.7275864481925964],[0.6806694269180298,0.6149463653564453],[0.6806694269180298,0.7430548071861267],[0.6806694269180298,0.7116513848304749],[0.7446836829185486,0.7437599897384644],[0.7446836829185486,0.7939881682395935],[0.7446836829185486,0.7990480065345764],[0.8648545742034912,0.8027061820030212],[0.8648545742034912,0.822973906993866],[0.49569088220596313,0.48361489176750183],[0.49569088220596313,0.4686950147151947],[0.49569088220596313,0.45952433347702026],[0.49569088220596313,0.5217041969299316],[0.1251431703567505,0.0993148684501648],[0.1251431703567505,0.18077795207500458],[0.1251431703567505,0.1519281566143036],[0.1251431703567505,0.06800802797079086],[0.1251431703567505,0.09357265383005142],[0.1251431703567505,0.17373059689998627],[0.1251431703567505,0.04062101989984512],[0.1251431703567505,0.11701633781194687],[0.7948758006095886,0.7460933327674866],[0.7948758006095886,0.8359676599502563],[0.7948758006095886,0.7653104066848755],[0.7948758006095886,0.8173239231109619],[0.7948758006095886,0.7987415194511414],[0.7948758006095886,0.8168461322784424],[0.7948758006095886,0.7737529873847961],[0.7948758006095886,0.8057719469070435],[0.7948758006095886,0.8053995966911316],[0.7948758006095886,0.8642072081565857],[0.7948758006095886,0.7975012063980103],[0.7948758006095886,0.8559836149215698],[0.7948758006095886,0.7800477147102356],[0.7948758006095886,0.8734825253486633],[0.7948758006095886,0.7729814648628235],[0.7948758006095886,0.7476463317871094],[0.7948758006095886,0.7135764360427856],[0.7948758006095886,0.7523953318595886],[0.7948758006095886,0.8320503830909729],[0.7948758006095886,0.8102302551269531],[0.7948758006095886,0.7610523700714111],[0.7948758006095886,0.6909089684486389],[0.7948758006095886,0.759746253490448],[0.7948758006095886,0.8167405724525452],[0.7948758006095886,0.7290924191474915],[0.7948758006095886,0.7741106748580933],[0.7948758006095886,0.824755847454071],[0.7948758006095886,0.8179453015327454],[0.7948758006095886,0.7692732214927673],[0.7948758006095886,0.7990623712539673],[0.7948758006095886,0.8047298789024353],[0.7948758006095886,0.808290421962738],[0.7948758006095886,0.7939881682395935],[0.7948758006095886,0.7539471387863159],[0.7948758006095886,0.6932969093322754],[0.7948758006095886,0.7911808490753174],[0.7948758006095886,0.7571172714233398],[0.7948758006095886,0.755477786064148],[0.7948758006095886,0.7808437943458557],[0.7948758006095886,0.7990480065345764],[0.22743333876132965,0.20573259890079498],[0.22743333876132965,0.2017608880996704],[0.22743333876132965,0.19786374270915985],[0.22743333876132965,0.189248189330101],[0.1784728467464447,0.19239236414432526],[0.1784728467464447,0.17574626207351685],[0.1784728467464447,0.16627953946590424],[0.1784728467464447,0.15750999748706818],[0.1784728467464447,0.17288129031658173],[0.1784728467464447,0.2158363163471222],[0.1784728467464447,0.18810142576694489],[0.1784728467464447,0.17676140367984772],[0.1784728467464447,0.1879296898841858],[0.1784728467464447,0.19690251350402832],[0.1784728467464447,0.1714334338903427],[0.1784728467464447,0.17574840784072876],[0.1784728467464447,0.1780853420495987],[0.1784728467464447,0.16226382553577423],[0.1784728467464447,0.20655663311481476],[0.1784728467464447,0.18362341821193695],[0.1784728467464447,0.16674035787582397],[0.7460933327674866,0.7928613424301147],[0.7460933327674866,0.681753396987915],[0.7460933327674866,0.7853254079818726],[0.7460933327674866,0.6786822080612183],[0.7460933327674866,0.7911808490753174],[0.7460933327674866,0.7002091407775879],[0.7460933327674866,0.7571172714233398],[0.7460933327674866,0.6379876732826233],[0.7460933327674866,0.762096643447876],[0.7460933327674866,0.680770754814148],[0.7460933327674866,0.759355366230011],[0.7460933327674866,0.7990480065345764],[0.1649949997663498,0.21242162585258484],[0.1649949997663498,0.1601809859275818],[0.1649949997663498,0.1879296898841858],[0.1649949997663498,0.18530882894992828],[0.1649949997663498,0.16226382553577423],[0.1649949997663498,0.16674035787582397],[0.20562058687210083,0.1915431022644043],[0.20562058687210083,0.22754362225532532],[0.20562058687210083,0.1795167177915573],[0.20562058687210083,0.1914258748292923],[0.6745637655258179,0.6875898241996765],[0.6745637655258179,0.7280806303024292],[0.6745637655258179,0.6786822080612183],[0.6745637655258179,0.7002091407775879],[0.6745637655258179,0.6379876732826233],[0.8359676599502563,0.8167405724525452],[0.8359676599502563,0.824755847454071],[0.8359676599502563,0.7911808490753174],[0.8359676599502563,0.7990480065345764],[0.6600759029388428,0.6394444108009338],[0.6600759029388428,0.7518996596336365],[0.6600759029388428,0.7653104066848755],[0.6600759029388428,0.7380667924880981],[0.6600759029388428,0.7800477147102356],[0.6600759029388428,0.6485365033149719],[0.6600759029388428,0.5905734896659851],[0.6600759029388428,0.6410590410232544],[0.6600759029388428,0.7275864481925964],[0.6600759029388428,0.4859376847743988],[0.6600759029388428,0.6690038442611694],[0.6600759029388428,0.7116513848304749],[0.6600759029388428,0.6901422142982483],[0.6600759029388428,0.762096643447876],[0.8072871565818787,0.8167405724525452],[0.8072871565818787,0.8047298789024353],[0.8072871565818787,0.7939881682395935],[0.8072871565818787,0.7911808490753174],[0.8745381236076355,0.918379008769989],[0.8745381236076355,0.978740930557251],[0.8745381236076355,0.9183799624443054],[0.8745381236076355,0.8027061820030212],[0.8745381236076355,0.9105848073959351],[0.8745381236076355,0.8416579365730286],[0.8745381236076355,0.8661436438560486],[0.8745381236076355,0.7911808490753174],[0.6394444108009338,0.7116513848304749],[0.6394444108009338,0.6901422142982483],[0.6394444108009338,0.6829653382301331],[0.6356350183486938,0.7883843183517456],[0.6356350183486938,0.7004488706588745],[0.40358370542526245,0.47491487860679626],[0.6922354698181152,0.7518996596336365],[0.6922354698181152,0.5998398065567017],[0.6922354698181152,0.6846866011619568],[0.6922354698181152,0.6810743808746338],[0.8235631585121155,0.7939881682395935],[0.5576830506324768,0.6261652112007141],[0.5576830506324768,0.4877329170703888],[0.5576830506324768,0.5489954948425293],[0.5576830506324768,0.5882904529571533],[0.5804673433303833,0.6096320152282715],[0.5804673433303833,0.6550200581550598],[0.5804673433303833,0.5404428839683533],[0.5804673433303833,0.46066048741340637],[0.5804673433303833,0.4877329170703888],[0.5804673433303833,0.5907984972000122],[0.5804673433303833,0.5161214470863342],[0.5804673433303833,0.5702387690544128],[0.5804673433303833,0.4198800027370453],[0.5804673433303833,0.6121401190757751],[0.8572719097137451,0.6983467936515808],[0.8572719097137451,0.8726229071617126],[0.8572719097137451,0.849264919757843],[0.8572719097137451,0.745615541934967],[0.8001376390457153,0.8837235569953918],[0.8001376390457153,0.7047295570373535],[0.6197496652603149,0.7313916087150574],[0.6197496652603149,0.6066524386405945],[0.8779430985450745,0.8112959265708923],[0.8779430985450745,0.8053995966911316],[0.8779430985450745,0.7800477147102356],[0.8779430985450745,0.7990480065345764],[0.918379008769989,0.978740930557251],[0.918379008769989,0.849264919757843],[0.21242162585258484,0.25433632731437683],[0.21242162585258484,0.22717921435832977],[0.21242162585258484,0.2846226692199707],[0.40171417593955994,0.36527928709983826],[0.4318481981754303,0.47284770011901855],[0.4318481981754303,0.48095908761024475],[0.4318481981754303,0.5161214470863342],[0.7518996596336365,0.7039629220962524],[0.7518996596336365,0.651881992816925],[0.7518996596336365,0.6410590410232544],[0.7518996596336365,0.7366205453872681],[0.45952489972114563,0.3482314944267273],[0.45952489972114563,0.3883249759674072],[0.45952489972114563,0.5093711018562317],[0.45952489972114563,0.5164578557014465],[0.45952489972114563,0.48594215512275696],[0.45952489972114563,0.5168358087539673],[0.8017551302909851,0.8128286004066467],[0.8017551302909851,0.8584231734275818],[0.8017551302909851,0.7800477147102356],[0.8017551302909851,0.8734825253486633],[0.8017551302909851,0.8027061820030212],[0.8017551302909851,0.8167405724525452],[0.8017551302909851,0.7608709931373596],[0.8017551302909851,0.7539471387863159],[0.8017551302909851,0.7760705351829529],[0.8017551302909851,0.7911808490753174],[0.8017551302909851,0.7990480065345764],[0.6896411776542664,0.6952691078186035],[0.6896411776542664,0.7280806303024292],[0.6896411776542664,0.6786822080612183],[0.6282235383987427,0.6463891863822937],[0.6282235383987427,0.6529120206832886],[0.6282235383987427,0.7280806303024292],[0.6282235383987427,0.5217041969299316],[0.6282235383987427,0.5700606107711792],[0.6282235383987427,0.5736105442047119],[0.19239236414432526,0.2158363163471222],[0.19239236414432526,0.16100238263607025],[0.19239236414432526,0.21098659932613373],[0.19239236414432526,0.1879296898841858],[0.19239236414432526,0.19690251350402832],[0.19239236414432526,0.2851850092411041],[0.19239236414432526,0.1780853420495987],[0.19239236414432526,0.20655663311481476],[0.18723925948143005,0.17423675954341888],[0.18723925948143005,0.17664775252342224],[0.18723925948143005,0.2017608880996704],[0.18723925948143005,0.16757947206497192],[0.18723925948143005,0.1882190853357315],[0.18723925948143005,0.17592373490333557],[0.18723925948143005,0.19786374270915985],[0.18723925948143005,0.17373059689998627],[0.18723925948143005,0.18940173089504242],[0.18723925948143005,0.189248189330101],[0.18723925948143005,0.1781127005815506],[0.18723925948143005,0.1859053671360016],[0.044384535402059555,0.027696847915649414],[0.044384535402059555,0.024321062490344048],[0.044384535402059555,0.008574134670197964],[0.044384535402059555,0.024369755759835243],[0.044384535402059555,0.055463459342718124],[0.044384535402059555,0.0259130597114563],[0.7691318988800049,0.7581059336662292],[0.7691318988800049,0.7135764360427856],[0.7691318988800049,0.808790385723114],[0.7691318988800049,0.7437599897384644],[0.7691318988800049,0.7939881682395935],[0.7691318988800049,0.7911808490753174],[0.7691318988800049,0.762096643447876],[0.7691318988800049,0.7990480065345764],[0.6463891863822937,0.6694087982177734],[0.6463891863822937,0.6485365033149719],[0.6463891863822937,0.6294096112251282],[0.6463891863822937,0.6810743808746338],[0.6463891863822937,0.6827608942985535],[0.8094491362571716,0.7987415194511414],[0.8094491362571716,0.822973906993866],[0.8094491362571716,0.7911808490753174],[0.8094491362571716,0.762096643447876],[0.8094491362571716,0.7990480065345764],[0.3787769377231598,0.47284770011901855],[0.3787769377231598,0.3889591693878174],[0.3787769377231598,0.45806559920310974],[0.3787769377231598,0.4198800027370453],[0.7321111559867859,0.7323336005210876],[0.7321111559867859,0.6483409404754639],[0.7321111559867859,0.6846866011619568],[0.978740930557251,0.8661436438560486],[0.5374821424484253,0.5255892872810364],[0.5374821424484253,0.48361489176750183],[0.5374821424484253,0.489266574382782],[0.7069520354270935,0.7275864481925964],[0.7069520354270935,0.7437599897384644],[0.7069520354270935,0.6786822080612183],[0.7069520354270935,0.7116513848304749],[0.7069520354270935,0.7002091407775879],[0.7069520354270935,0.7302991151809692],[0.7069520354270935,0.7809883952140808],[0.7069520354270935,0.762096643447876],[0.7624401450157166,0.7381041646003723],[0.7624401450157166,0.7939881682395935],[0.7624401450157166,0.7911808490753174],[0.7624401450157166,0.759355366230011],[0.7624401450157166,0.7990480065345764],[0.8357493281364441,0.8112959265708923],[0.8357493281364441,0.822973906993866],[0.8357493281364441,0.7473402619361877],[0.8357493281364441,0.7275864481925964],[0.8357493281364441,0.762096643447876],[0.6804865598678589,0.6485365033149719],[0.6804865598678589,0.5859033465385437],[0.7653104066848755,0.7800477147102356],[0.7653104066848755,0.7188310623168945],[0.7653104066848755,0.8027061820030212],[0.7653104066848755,0.8895232677459717],[0.7653104066848755,0.7707335352897644],[0.7653104066848755,0.7741106748580933],[0.7653104066848755,0.7911808490753174],[0.7653104066848755,0.7571172714233398],[0.6096320152282715,0.6550200581550598],[0.6096320152282715,0.5907984972000122],[0.6096320152282715,0.5811347365379333],[0.6096320152282715,0.5859033465385437],[0.6096320152282715,0.5614407658576965],[0.6096320152282715,0.6294096112251282],[0.6096320152282715,0.6810743808746338],[0.6096320152282715,0.6136341691017151],[0.6096320152282715,0.5649710893630981],[0.6096320152282715,0.5702387690544128],[0.6096320152282715,0.6121401190757751],[0.7764449715614319,0.8837235569953918],[0.7764449715614319,0.7222930788993835],[0.7764449715614319,0.808290421962738],[0.7764449715614319,0.7116513848304749],[0.7764449715614319,0.7212557792663574],[0.8011465072631836,0.8232449889183044],[0.8011465072631836,0.7280806303024292],[0.8011465072631836,0.7481566667556763],[0.8011465072631836,0.7047295570373535],[0.5255892872810364,0.48361489176750183],[0.5255892872810364,0.6066524386405945],[0.5255892872810364,0.6132160425186157],[0.8173239231109619,0.8027061820030212],[0.8173239231109619,0.7911808490753174],[0.8173239231109619,0.762096643447876],[0.8173239231109619,0.7990480065345764],[0.1915431022644043,0.22754362225532532],[0.1915431022644043,0.1795167177915573],[0.1915431022644043,0.2158363163471222],[0.1915431022644043,0.27092114090919495],[0.1915431022644043,0.21098659932613373],[0.532782793045044,0.6485365033149719],[0.532782793045044,0.7280806303024292],[0.532782793045044,0.4282321333885193],[0.532782793045044,0.6379876732826233],[0.6758290529251099,0.7420265078544617],[0.6758290529251099,0.7473402619361877],[0.6758290529251099,0.7377397418022156],[0.6758290529251099,0.7460301518440247],[0.17423675954341888,0.17592373490333557],[0.17423675954341888,0.18940173089504242],[0.17423675954341888,0.168282151222229],[0.17423675954341888,0.1859053671360016],[0.48361489176750183,0.489266574382782],[0.48361489176750183,0.45072558522224426],[0.513470470905304,0.6047791242599487],[0.513470470905304,0.5376513600349426],[0.17664775252342224,0.16757947206497192],[0.17664775252342224,0.17592373490333557],[0.17664775252342224,0.17373059689998627],[0.17664775252342224,0.189248189330101],[0.17664775252342224,0.1747942566871643],[0.17664775252342224,0.1781127005815506],[0.17664775252342224,0.1859053671360016],[0.7987415194511414,0.8057719469070435],[0.7987415194511414,0.8283185958862305],[0.7987415194511414,0.7729814648628235],[0.7987415194511414,0.8310695290565491],[0.7987415194511414,0.8102302551269531],[0.7987415194511414,0.7885332107543945],[0.7987415194511414,0.8240527510643005],[0.7987415194511414,0.8167405724525452],[0.7987415194511414,0.7707335352897644],[0.7987415194511414,0.7050802707672119],[0.7987415194511414,0.824755847454071],[0.7987415194511414,0.8327212929725647],[0.7987415194511414,0.8185698390007019],[0.7987415194511414,0.7430548071861267],[0.7987415194511414,0.7911808490753174],[0.7987415194511414,0.7990480065345764],[0.17574626207351685,0.1867130845785141],[0.17574626207351685,0.16627953946590424],[0.17574626207351685,0.18195579946041107],[0.17574626207351685,0.17288129031658173],[0.17574626207351685,0.18810142576694489],[0.17574626207351685,0.17233553528785706],[0.17574626207351685,0.17676140367984772],[0.17574626207351685,0.17468833923339844],[0.17574626207351685,0.17574840784072876],[0.17574626207351685,0.1747942566871643],[0.17574626207351685,0.1781127005815506],[0.17574626207351685,0.1859053671360016],[0.17574626207351685,0.16674035787582397],[0.7842711210250854,0.7221415042877197],[0.7842711210250854,0.7760705351829529],[0.8168461322784424,0.7900865077972412],[0.8168461322784424,0.7911808490753174],[0.5102930665016174,0.5084878206253052],[0.5102930665016174,0.5093711018562317],[0.5102930665016174,0.47284770011901855],[0.5102930665016174,0.5182093381881714],[0.7463988661766052,0.7039629220962524],[0.7463988661766052,0.7366205453872681],[0.8837235569953918,0.7653689980506897],[0.8837235569953918,0.7489447593688965],[0.8112959265708923,0.7928613424301147],[0.8112959265708923,0.8559836149215698],[0.8112959265708923,0.8027061820030212],[0.8112959265708923,0.9105848073959351],[0.8112959265708923,0.7707335352897644],[0.8112959265708923,0.808790385723114],[0.8112959265708923,0.8661436438560486],[0.8112959265708923,0.7911808490753174],[0.8112959265708923,0.762096643447876],[0.8112959265708923,0.8674328327178955],[0.8112959265708923,0.759355366230011],[0.8112959265708923,0.7990480065345764],[0.7039629220962524,0.7323336005210876],[0.7039629220962524,0.5907984972000122],[0.7039629220962524,0.8436163067817688],[0.1867130845785141,0.20573259890079498],[0.1867130845785141,0.19786374270915985],[0.1867130845785141,0.17233553528785706],[0.1867130845785141,0.18940173089504242],[0.1867130845785141,0.189248189330101],[0.8128286004066467,0.8428717851638794],[0.4686950147151947,0.5217041969299316],[0.29898688197135925,0.25433632731437683],[0.20379126071929932,0.18195579946041107],[0.20379126071929932,0.17288129031658173],[0.20379126071929932,0.21120767295360565],[0.20379126071929932,0.16674035787582397],[0.803280234336853,0.7962307333946228],[0.803280234336853,0.8067949414253235],[0.803280234336853,0.7275864481925964],[0.803280234336853,0.7809883952140808],[0.6550200581550598,0.6694087982177734],[0.6550200581550598,0.7280806303024292],[0.6550200581550598,0.6413874626159668],[0.6550200581550598,0.7744277715682983],[0.6550200581550598,0.7424681186676025],[0.6550200581550598,0.5702387690544128],[0.7496407628059387,0.8027061820030212],[0.7496407628059387,0.7707335352897644],[0.7496407628059387,0.7741106748580933],[0.7496407628059387,0.7911808490753174],[0.7496407628059387,0.7571172714233398],[0.7496407628059387,0.762096643447876],[0.7496407628059387,0.7990480065345764],[0.5927733778953552,0.6875898241996765],[0.5927733778953552,0.5907984972000122],[0.5927733778953552,0.6730157732963562],[0.5927733778953552,0.6294096112251282],[0.5927733778953552,0.6136341691017151],[0.5927733778953552,0.5579054951667786],[0.5084878206253052,0.47284770011901855],[0.5084878206253052,0.5859033465385437],[0.5084878206253052,0.4487797021865845],[0.5084878206253052,0.5182093381881714],[0.5084878206253052,0.5141764879226685],[0.5084878206253052,0.529960036277771],[0.5084878206253052,0.5649710893630981],[0.5084878206253052,0.5247929096221924],[0.5084878206253052,0.5455856919288635],[0.5084878206253052,0.4087628424167633],[0.7928613424301147,0.7473402619361877],[0.7928613424301147,0.7275864481925964],[0.7928613424301147,0.755477786064148],[0.7928613424301147,0.762096643447876],[0.7847007513046265,0.7075957655906677],[0.7847007513046265,0.813563346862793],[0.7847007513046265,0.7707335352897644],[0.7847007513046265,0.7741106748580933],[0.7847007513046265,0.7911808490753174],[0.7847007513046265,0.7990480065345764],[0.6983467936515808,0.849264919757843],[0.6983467936515808,0.6483409404754639],[0.6983467936515808,0.745615541934967],[0.8584231734275818,0.7800477147102356],[0.25433632731437683,0.22754362225532532],[0.25433632731437683,0.1795167177915573],[0.25433632731437683,0.2846226692199707],[0.6576181054115295,0.6896851658821106],[0.6576181054115295,0.6875898241996765],[0.6576181054115295,0.7437599897384644],[0.6576181054115295,0.7002091407775879],[0.6576181054115295,0.7302991151809692],[0.6576181054115295,0.6730157732963562],[0.6576181054115295,0.6911962628364563],[0.8494037389755249,0.8167405724525452],[0.8494037389755249,0.7911808490753174],[0.8494037389755249,0.7990480065345764],[0.7185543775558472,0.7380667924880981],[0.7185543775558472,0.7290924191474915],[0.7185543775558472,0.7275864481925964],[0.7185543775558472,0.7116513848304749],[0.7185543775558472,0.7302991151809692],[0.7185543775558472,0.7809883952140808],[0.7185543775558472,0.6911962628364563],[0.16627953946590424,0.18810142576694489],[0.16627953946590424,0.17676140367984772],[0.16627953946590424,0.1714334338903427],[0.16627953946590424,0.17574840784072876],[0.16627953946590424,0.16226382553577423],[0.4507638216018677,0.4457146227359772],[0.4507638216018677,0.37673285603523254],[0.025165531784296036,0.027696847915649414],[0.025165531784296036,0.0064981854520738125],[0.025165531784296036,0.024321062490344048],[0.025165531784296036,0.008574134670197964],[0.025165531784296036,0.06800802797079086],[0.025165531784296036,0.024369755759835243],[0.025165531784296036,0.0012728984002023935],[0.025165531784296036,0.047635309398174286],[0.025165531784296036,0.026664603501558304],[0.025165531784296036,0.0259130597114563],[0.025165531784296036,0.0],[0.5887072086334229,0.6529120206832886],[0.5887072086334229,0.6294096112251282],[0.5887072086334229,0.4949685037136078],[0.5404428839683533,0.5148330330848694],[0.5404428839683533,0.5217041969299316],[0.5404428839683533,0.5161214470863342],[0.3922326862812042,0.3883249759674072],[0.3922326862812042,0.47622230648994446],[0.3922326862812042,0.47284770011901855],[0.3922326862812042,0.4435639977455139],[0.3922326862812042,0.4487797021865845],[0.3922326862812042,0.37673285603523254],[0.3922326862812042,0.3270231783390045],[0.3922326862812042,0.4087628424167633],[0.3922326862812042,0.36713871359825134],[0.6753828525543213,0.7144660949707031],[0.6753828525543213,0.7366205453872681],[0.3497333228588104,0.22754362225532532],[0.3497333228588104,0.27092114090919495],[0.3497333228588104,0.365153968334198],[0.7737529873847961,0.7800477147102356],[0.7737529873847961,0.7707335352897644],[0.7737529873847961,0.7741106748580933],[0.7737529873847961,0.7911808490753174],[0.7737529873847961,0.7808437943458557],[0.7221415042877197,0.6261652112007141],[0.7221415042877197,0.8731539845466614],[0.7221415042877197,0.8067949414253235],[0.7221415042877197,0.5615290403366089],[0.7221415042877197,0.7741106748580933],[0.7221415042877197,0.693379282951355],[0.8057719469070435,0.8027061820030212],[0.8057719469070435,0.7707335352897644],[0.8057719469070435,0.7911808490753174],[0.8057719469070435,0.7571172714233398],[0.8057719469070435,0.759355366230011],[0.8057719469070435,0.7990480065345764],[0.842821478843689,0.7313916087150574],[0.842821478843689,0.848319947719574],[0.842821478843689,0.8395222425460815],[0.842821478843689,0.8232449889183044],[0.842821478843689,0.9552779197692871],[0.842821478843689,0.7004488706588745],[0.842821478843689,0.7430548071861267],[0.46066048741340637,0.5161214470863342],[0.6952691078186035,0.6274102330207825],[0.6952691078186035,0.6485365033149719],[0.6952691078186035,0.6529120206832886],[0.6952691078186035,0.7222930788993835],[0.6952691078186035,0.8067949414253235],[0.6952691078186035,0.7547422051429749],[0.6952691078186035,0.7854613065719604],[0.6952691078186035,0.7275864481925964],[0.6952691078186035,0.7269123792648315],[0.6952691078186035,0.6149463653564453],[0.6952691078186035,0.7381041646003723],[0.6952691078186035,0.6618392467498779],[0.6952691078186035,0.7430548071861267],[0.6952691078186035,0.5700606107711792],[0.6952691078186035,0.7116513848304749],[0.6952691078186035,0.6810743808746338],[0.6952691078186035,0.6368843913078308],[0.6952691078186035,0.7047295570373535],[0.6896851658821106,0.5998398065567017],[0.6896851658821106,0.6485365033149719],[0.6896851658821106,0.6572526097297668],[0.6896851658821106,0.6083585023880005],[0.6896851658821106,0.7275864481925964],[0.6896851658821106,0.6149463653564453],[0.6896851658821106,0.6618392467498779],[0.6896851658821106,0.7489447593688965],[0.6896851658821106,0.7430548071861267],[0.6896851658821106,0.7116513848304749],[0.6896851658821106,0.6810743808746338],[0.8053995966911316,0.7911808490753174],[0.8053995966911316,0.6816193461418152],[0.8053995966911316,0.762096643447876],[0.8053995966911316,0.7990480065345764],[0.8642072081565857,0.8027061820030212],[0.8642072081565857,0.8895232677459717],[0.8642072081565857,0.822973906993866],[0.8642072081565857,0.7741106748580933],[0.9209533929824829,0.8629308342933655],[0.9209533929824829,0.7809883952140808],[0.6261652112007141,0.7050802707672119],[0.6261652112007141,0.6083585023880005],[0.6261652112007141,0.6410590410232544],[0.6261652112007141,0.5719294548034668],[0.6261652112007141,0.7275864481925964],[0.6261652112007141,0.7116513848304749],[0.6261652112007141,0.6901422142982483],[0.7975012063980103,0.7707335352897644],[0.7975012063980103,0.7911808490753174],[0.7975012063980103,0.7990480065345764],[0.7962307333946228,0.7188310623168945],[0.7962307333946228,0.8027061820030212],[0.7962307333946228,0.7547422051429749],[0.7962307333946228,0.7707335352897644],[0.7962307333946228,0.853809118270874],[0.7962307333946228,0.7911808490753174],[0.7962307333946228,0.8745202422142029],[0.7962307333946228,0.762096643447876],[0.7962307333946228,0.7990480065345764],[0.027696847915649414,0.024321062490344048],[0.027696847915649414,0.032875772565603256],[0.027696847915649414,0.024369755759835243],[0.027696847915649414,0.055463459342718124],[0.027696847915649414,0.0012728984002023935],[0.027696847915649414,0.047635309398174286],[0.027696847915649414,0.026664603501558304],[0.027696847915649414,0.0259130597114563],[0.7771580815315247,0.813563346862793],[0.7771580815315247,0.7707335352897644],[0.7771580815315247,0.7911808490753174],[0.7771580815315247,0.7571172714233398],[0.7771580815315247,0.7990480065345764],[0.7380667924880981,0.7800477147102356],[0.7380667924880981,0.8027061820030212],[0.7380667924880981,0.759746253490448],[0.7380667924880981,0.6731980443000793],[0.7380667924880981,0.822973906993866],[0.7380667924880981,0.6613243818283081],[0.7380667924880981,0.7275864481925964],[0.7380667924880981,0.676697313785553],[0.7380667924880981,0.7911808490753174],[0.7380667924880981,0.6911962628364563],[0.7380667924880981,0.7212557792663574],[0.7380667924880981,0.759355366230011],[0.7380667924880981,0.7990480065345764],[0.22754362225532532,0.1914258748292923],[0.22754362225532532,0.21098659932613373],[0.4389064908027649,0.504041850566864],[0.4389064908027649,0.489266574382782],[0.4389064908027649,0.5164578557014465],[0.1795167177915573,0.21098659932613373],[0.769399881362915,0.8086539506912231],[0.769399881362915,0.7939881682395935],[0.769399881362915,0.7430548071861267],[0.769399881362915,0.7990480065345764],[0.20573259890079498,0.2017608880996704],[0.20573259890079498,0.1882190853357315],[0.20573259890079498,0.19786374270915985],[0.20573259890079498,0.18940173089504242],[0.20573259890079498,0.189248189330101],[0.20573259890079498,0.1859053671360016],[0.8559836149215698,0.8027061820030212],[0.8559836149215698,0.7990480065345764],[0.753269374370575,0.7800477147102356],[0.753269374370575,0.822973906993866],[0.753269374370575,0.7275864481925964],[0.753269374370575,0.7116513848304749],[0.753269374370575,0.7571172714233398],[0.753269374370575,0.762096643447876],[0.753269374370575,0.759355366230011],[0.1914258748292923,0.22717921435832977],[0.1914258748292923,0.2158363163471222],[0.1914258748292923,0.19174906611442566],[0.1914258748292923,0.21120767295360565],[0.1914258748292923,0.21098659932613373],[0.1914258748292923,0.19690251350402832],[0.8283185958862305,0.8480546474456787],[0.8283185958862305,0.8428717851638794],[0.8283185958862305,0.7939881682395935],[0.8283185958862305,0.7911808490753174],[0.8283185958862305,0.7990480065345764],[0.5148330330848694,0.4457146227359772],[0.7800477147102356,0.8734825253486633],[0.7800477147102356,0.7188310623168945],[0.7800477147102356,0.7885332107543945],[0.7800477147102356,0.7707335352897644],[0.7800477147102356,0.808790385723114],[0.7800477147102356,0.7990623712539673],[0.7800477147102356,0.7853254079818726],[0.7800477147102356,0.7911808490753174],[0.7800477147102356,0.7571172714233398],[0.7800477147102356,0.762096643447876],[0.7800477147102356,0.7808437943458557],[0.7800477147102356,0.7990480065345764],[0.8615885376930237,0.8680999875068665],[0.8615885376930237,0.849264919757843],[0.3482314944267273,0.3010251522064209],[0.3482314944267273,0.2846226692199707],[0.3482314944267273,0.36527928709983826],[0.3482314944267273,0.36713871359825134],[0.6677941679954529,0.7476463317871094],[0.6677941679954529,0.7741106748580933],[0.6677941679954529,0.7539471387863159],[0.6677941679954529,0.5901610851287842],[0.6677941679954529,0.7760705351829529],[0.22717921435832977,0.21120767295360565],[0.22717921435832977,0.2971014380455017],[0.5062854290008545,0.5905734896659851],[0.5062854290008545,0.47491487860679626],[0.5062854290008545,0.5164578557014465],[0.5062854290008545,0.4435639977455139],[0.5062854290008545,0.5255811810493469],[0.5062854290008545,0.4344879686832428],[0.8361254930496216,0.8282511830329895],[0.8361254930496216,0.8480546474456787],[0.8361254930496216,0.8240527510643005],[0.8361254930496216,0.8167405724525452],[0.8361254930496216,0.8428717851638794],[0.8361254930496216,0.7911808490753174],[0.8361254930496216,0.7990480065345764],[0.0993148684501648,0.14153149724006653],[0.0993148684501648,0.1519281566143036],[0.0993148684501648,0.06800802797079086],[0.0993148684501648,0.09357265383005142],[0.0993148684501648,0.04062101989984512],[0.0993148684501648,0.04316767305135727],[0.0993148684501648,0.11701633781194687],[0.0993148684501648,0.0684310719370842],[0.6274102330207825,0.6132160425186157],[0.6274102330207825,0.6810743808746338],[0.3246006369590759,0.365153968334198],[0.3246006369590759,0.2971014380455017],[0.8734825253486633,0.7900865077972412],[0.29871490597724915,0.3010251522064209],[0.23925237357616425,0.2846226692199707],[0.23925237357616425,0.2497895359992981],[0.5998398065567017,0.6125749945640564],[0.5998398065567017,0.504041850566864],[0.5998398065567017,0.6083585023880005],[0.5998398065567017,0.6410590410232544],[0.5998398065567017,0.676697313785553],[0.5998398065567017,0.5736105442047119],[0.5998398065567017,0.6911962628364563],[0.4021819829940796,0.47622230648994446],[0.4021819829940796,0.47284770011901855],[0.4021819829940796,0.4435639977455139],[0.8680999875068665,0.8027061820030212],[0.8680999875068665,0.822973906993866],[0.0064981854520738125,0.024321062490344048],[0.0064981854520738125,0.024369755759835243],[0.0064981854520738125,0.026664603501558304],[0.18195579946041107,0.17288129031658173],[0.18195579946041107,0.2017608880996704],[0.18195579946041107,0.1882190853357315],[0.18195579946041107,0.17468833923339844],[0.18195579946041107,0.18940173089504242],[0.18195579946041107,0.168282151222229],[0.18195579946041107,0.1859053671360016],[0.6694087982177734,0.7280806303024292],[0.6694087982177734,0.5907984972000122],[0.6694087982177734,0.6846866011619568],[0.6694087982177734,0.6810743808746338],[0.6694087982177734,0.6136341691017151],[0.6694087982177734,0.7047295570373535],[0.8190582394599915,0.7377397418022156],[0.8190582394599915,0.7424681186676025],[0.7313916087150574,0.7004488706588745],[0.7313916087150574,0.7366205453872681],[0.8282511830329895,0.8195857405662537],[0.8282511830329895,0.813563346862793],[0.8282511830329895,0.7939881682395935],[0.8282511830329895,0.7911808490753174],[0.8282511830329895,0.7990480065345764],[0.3010251522064209,0.2737294137477875],[0.3010251522064209,0.26175448298454285],[0.3010251522064209,0.37673285603523254],[0.3010251522064209,0.2851850092411041],[0.3010251522064209,0.3889591693878174],[0.3010251522064209,0.3270231783390045],[0.3010251522064209,0.36713871359825134],[0.7356845140457153,0.8232449889183044],[0.7356845140457153,0.8027061820030212],[0.7356845140457153,0.7707335352897644],[0.7356845140457153,0.7741106748580933],[0.7356845140457153,0.6618392467498779],[0.7356845140457153,0.7911808490753174],[0.7356845140457153,0.7571172714233398],[0.7188310623168945,0.7741106748580933],[0.7188310623168945,0.7275864481925964],[0.7188310623168945,0.7381041646003723],[0.7188310623168945,0.6132160425186157],[0.7188310623168945,0.7437599897384644],[0.7188310623168945,0.762096643447876],[0.2846226692199707,0.36527928709983826],[0.2846226692199707,0.26175448298454285],[0.2846226692199707,0.37673285603523254],[0.2846226692199707,0.18530882894992828],[0.7653689980506897,0.848319947719574],[0.7075957655906677,0.7571172714233398],[0.7617767453193665,0.8027061820030212],[0.7617767453193665,0.7547422051429749],[0.7617767453193665,0.7707335352897644],[0.7617767453193665,0.768976628780365],[0.7617767453193665,0.7750484347343445],[0.7617767453193665,0.7741106748580933],[0.7617767453193665,0.7275864481925964],[0.7617767453193665,0.8661436438560486],[0.7617767453193665,0.7911808490753174],[0.7617767453193665,0.693379282951355],[0.7617767453193665,0.762096643447876],[0.7617767453193665,0.7808437943458557],[0.7617767453193665,0.7196958065032959],[0.7617767453193665,0.7990480065345764],[0.3883249759674072,0.5161214470863342],[0.3883249759674072,0.3889591693878174],[0.3883249759674072,0.4087628424167633],[0.681753396987915,0.759746253490448],[0.681753396987915,0.7275864481925964],[0.681753396987915,0.7437599897384644],[0.681753396987915,0.6786822080612183],[0.573024332523346,0.5093711018562317],[0.573024332523346,0.5161214470863342],[0.573024332523346,0.5182093381881714],[0.573024332523346,0.45806559920310974],[0.573024332523346,0.5168358087539673],[0.573024332523346,0.5455856919288635],[0.6875898241996765,0.6485365033149719],[0.6875898241996765,0.6541258692741394],[0.6875898241996765,0.6529120206832886],[0.6875898241996765,0.759746253490448],[0.6875898241996765,0.7050802707672119],[0.6875898241996765,0.6083585023880005],[0.6875898241996765,0.7275864481925964],[0.6875898241996765,0.6618392467498779],[0.6875898241996765,0.7116513848304749],[0.6875898241996765,0.7571172714233398],[0.6875898241996765,0.5882904529571533],[0.6875898241996765,0.6136341691017151],[0.6875898241996765,0.762096643447876],[0.6875898241996765,0.6368843913078308],[0.6875898241996765,0.759355366230011],[0.7763451933860779,0.7002091407775879],[0.849264919757843,0.8697837591171265],[0.7729814648628235,0.7707335352897644],[0.7729814648628235,0.7571172714233398],[0.7729814648628235,0.7990480065345764],[0.15750999748706818,0.17288129031658173],[0.15750999748706818,0.17676140367984772],[0.15750999748706818,0.17468833923339844],[0.15750999748706818,0.16226382553577423],[0.15750999748706818,0.16674035787582397],[0.7476463317871094,0.6909089684486389],[0.7476463317871094,0.6930904984474182],[0.7476463317871094,0.7741106748580933],[0.7476463317871094,0.7939881682395935],[0.7476463317871094,0.6932969093322754],[0.7476463317871094,0.7911808490753174],[0.7476463317871094,0.7571172714233398],[0.7476463317871094,0.7990480065345764],[0.7323336005210876,0.7144660949707031],[0.7323336005210876,0.745615541934967],[0.7323336005210876,0.7366205453872681],[0.9183799624443054,0.9552779197692871],[0.8168617486953735,0.8027061820030212],[0.8168617486953735,0.7426674365997314],[0.8168617486953735,0.762096643447876],[0.8168617486953735,0.759355366230011],[0.17288129031658173,0.17676140367984772],[0.17288129031658173,0.17468833923339844],[0.17288129031658173,0.1714334338903427],[0.17288129031658173,0.168282151222229],[0.17288129031658173,0.16226382553577423],[0.17288129031658173,0.1859053671360016],[0.17288129031658173,0.16674035787582397],[0.6125749945640564,0.6410590410232544],[0.6125749945640564,0.5882904529571533],[0.6125749945640564,0.6901422142982483],[0.6125749945640564,0.6710355281829834],[0.6125749945640564,0.6827608942985535],[0.7581059336662292,0.8167405724525452],[0.7581059336662292,0.7911808490753174],[0.7581059336662292,0.7571172714233398],[0.7581059336662292,0.762096643447876],[0.7581059336662292,0.759355366230011],[0.7581059336662292,0.7990480065345764],[0.7135764360427856,0.7707335352897644],[0.7135764360427856,0.7539471387863159],[0.7135764360427856,0.7911808490753174],[0.7135764360427856,0.6047791242599487],[0.7135764360427856,0.6294007897377014],[0.6485365033149719,0.651881992816925],[0.6485365033149719,0.6529120206832886],[0.6485365033149719,0.6414791345596313],[0.6485365033149719,0.676697313785553],[0.6485365033149719,0.6786822080612183],[0.6376616358757019,0.7050802707672119],[0.6376616358757019,0.6731980443000793],[0.6376616358757019,0.7054639458656311],[0.6376616358757019,0.6786822080612183],[0.6376616358757019,0.7809883952140808],[0.651881992816925,0.5882904529571533],[0.651881992816925,0.6368843913078308],[0.14153149724006653,0.16757947206497192],[0.14153149724006653,0.1519281566143036],[0.14153149724006653,0.09357265383005142],[0.14153149724006653,0.11701633781194687],[0.14153149724006653,0.0684310719370842],[0.2158363163471222,0.22005265951156616],[0.2158363163471222,0.27092114090919495],[0.2158363163471222,0.21956926584243774],[0.2158363163471222,0.21120767295360565],[0.2158363163471222,0.21098659932613373],[0.2158363163471222,0.17676140367984772],[0.2158363163471222,0.1879296898841858],[0.2158363163471222,0.19690251350402832],[0.2158363163471222,0.2851850092411041],[0.2158363163471222,0.1780853420495987],[0.2158363163471222,0.2497895359992981],[0.2158363163471222,0.20578396320343018],[0.2158363163471222,0.20655663311481476],[0.2158363163471222,0.18362341821193695],[0.2158363163471222,0.2973146140575409],[0.8395222425460815,0.7867986559867859],[0.8395222425460815,0.8498011827468872],[0.8232449889183044,0.759746253490448],[0.8232449889183044,0.7426674365997314],[0.8232449889183044,0.7381041646003723],[0.8310695290565491,0.9552779197692871],[0.8310695290565491,0.8167405724525452],[0.8310695290565491,0.7911808490753174],[0.8310695290565491,0.8674328327178955],[0.8310695290565491,0.759355366230011],[0.8310695290565491,0.7990480065345764],[0.49612700939178467,0.5093711018562317],[0.49612700939178467,0.43675076961517334],[0.49612700939178467,0.4487797021865845],[0.49612700939178467,0.5182093381881714],[0.49612700939178467,0.529960036277771],[0.49612700939178467,0.5008319020271301],[0.49612700939178467,0.5168358087539673],[0.49612700939178467,0.5247929096221924],[0.8027061820030212,0.8629308342933655],[0.8027061820030212,0.8320503830909729],[0.8027061820030212,0.8240527510643005],[0.8027061820030212,0.759746253490448],[0.8027061820030212,0.7707335352897644],[0.8027061820030212,0.8416579365730286],[0.8027061820030212,0.7750484347343445],[0.8027061820030212,0.7054639458656311],[0.8027061820030212,0.7741106748580933],[0.8027061820030212,0.824755847454071],[0.8027061820030212,0.7643277645111084],[0.8027061820030212,0.853809118270874],[0.8027061820030212,0.8139580488204956],[0.8027061820030212,0.7853254079818726],[0.8027061820030212,0.7760705351829529],[0.8027061820030212,0.7911808490753174],[0.8027061820030212,0.7302991151809692],[0.8027061820030212,0.8745202422142029],[0.8027061820030212,0.6901422142982483],[0.8027061820030212,0.7990480065345764],[0.6541258692741394,0.5907984972000122],[0.6541258692741394,0.6786822080612183],[0.6541258692741394,0.6901422142982483],[0.6541258692741394,0.6710355281829834],[0.6541258692741394,0.7212557792663574],[0.8195857405662537,0.7939881682395935],[0.8195857405662537,0.7911808490753174],[0.8195857405662537,0.7990480065345764],[0.2017608880996704,0.19786374270915985],[0.2017608880996704,0.18940173089504242],[0.2017608880996704,0.189248189330101],[0.2017608880996704,0.1859053671360016],[0.16757947206497192,0.11701633781194687],[0.16757947206497192,0.189248189330101],[0.16757947206497192,0.1781127005815506],[0.6529120206832886,0.7275864481925964],[0.6529120206832886,0.6149463653564453],[0.6529120206832886,0.6132160425186157],[0.6529120206832886,0.676697313785553],[0.6529120206832886,0.7430548071861267],[0.6529120206832886,0.5882904529571533],[0.6529120206832886,0.6314622163772583],[0.6529120206832886,0.7047295570373535],[0.7523953318595886,0.7707335352897644],[0.7523953318595886,0.808790385723114],[0.7523953318595886,0.7539471387863159],[0.7523953318595886,0.7911808490753174],[0.7523953318595886,0.762096643447876],[0.7523953318595886,0.759355366230011],[0.5169885754585266,0.6083585023880005],[0.5169885754585266,0.5736105442047119],[0.5169885754585266,0.5579054951667786],[0.8480546474456787,0.7911808490753174],[0.8480546474456787,0.7990480065345764],[0.5093711018562317,0.47622230648994446],[0.5093711018562317,0.47284770011901855],[0.5093711018562317,0.48095908761024475],[0.5093711018562317,0.5859033465385437],[0.5093711018562317,0.6351516842842102],[0.5093711018562317,0.5164578557014465],[0.5093711018562317,0.529960036277771],[0.8895232677459717,0.8629308342933655],[0.8895232677459717,0.8661436438560486],[0.671923041343689,0.6410590410232544],[0.671923041343689,0.7424681186676025],[0.47622230648994446,0.43675076961517334],[0.47622230648994446,0.5164578557014465],[0.47622230648994446,0.4487797021865845],[0.47622230648994446,0.3889591693878174],[0.47622230648994446,0.529960036277771],[0.47622230648994446,0.5008319020271301],[0.47622230648994446,0.5168358087539673],[0.8629308342933655,0.9552779197692871],[0.8629308342933655,0.8344206809997559],[0.8629308342933655,0.7911808490753174],[0.8629308342933655,0.7990480065345764],[0.8320503830909729,0.8344206809997559],[0.8102302551269531,0.7911808490753174],[0.8102302551269531,0.7990480065345764],[0.16100238263607025,0.21098659932613373],[0.16100238263607025,0.1879296898841858],[0.16100238263607025,0.19690251350402832],[0.9552779197692871,0.822973906993866],[0.2737294137477875,0.32526397705078125],[0.7280806303024292,0.7481566667556763],[0.7280806303024292,0.7867986559867859],[0.7280806303024292,0.8051282167434692],[0.7280806303024292,0.7366205453872681],[0.8086539506912231,0.8167405724525452],[0.8086539506912231,0.8416579365730286],[0.8086539506912231,0.7911808490753174],[0.8086539506912231,0.7990480065345764],[0.1882190853357315,0.17373059689998627],[0.1882190853357315,0.18940173089504242],[0.1882190853357315,0.1859053671360016],[0.9105848073959351,0.8661436438560486],[0.9105848073959351,0.7809883952140808],[0.17592373490333557,0.1519281566143036],[0.17592373490333557,0.17373059689998627],[0.17592373490333557,0.18940173089504242],[0.17592373490333557,0.189248189330101],[0.17592373490333557,0.1859053671360016],[0.8436145782470703,0.8167405724525452],[0.8436145782470703,0.822973906993866],[0.8436145782470703,0.7911808490753174],[0.8436145782470703,0.7990480065345764],[0.7885332107543945,0.7707335352897644],[0.7885332107543945,0.7741106748580933],[0.7885332107543945,0.7911808490753174],[0.7885332107543945,0.7571172714233398],[0.7885332107543945,0.762096643447876],[0.7885332107543945,0.7990480065345764],[0.504041850566864,0.5030646324157715],[0.504041850566864,0.47491487860679626],[0.504041850566864,0.44001325964927673],[0.504041850566864,0.5164578557014465],[0.504041850566864,0.5700606107711792],[0.504041850566864,0.4487797021865845],[0.504041850566864,0.5736105442047119],[0.504041850566864,0.5141764879226685],[0.504041850566864,0.4344879686832428],[0.504041850566864,0.5579054951667786],[0.7222930788993835,0.6410590410232544],[0.7222930788993835,0.6901422142982483],[0.22005265951156616,0.19174906611442566],[0.22005265951156616,0.1879296898841858],[0.22005265951156616,0.19690251350402832],[0.22005265951156616,0.21732300519943237],[0.22005265951156616,0.36432456970214844],[0.8067949414253235,0.7426674365997314],[0.8067949414253235,0.8661436438560486],[0.8067949414253235,0.7809883952140808],[0.7610523700714111,0.7275864481925964],[0.7610523700714111,0.7437599897384644],[0.7610523700714111,0.6907063126564026],[0.7610523700714111,0.7116513848304749],[0.7610523700714111,0.762096643447876],[0.7610523700714111,0.759355366230011],[0.6572526097297668,0.7990623712539673],[0.6572526097297668,0.7437599897384644],[0.6572526097297668,0.6786822080612183],[0.6572526097297668,0.7002091407775879],[0.6572526097297668,0.6730157732963562],[0.6572526097297668,0.6379876732826233],[0.6909089684486389,0.5905734896659851],[0.6909089684486389,0.7420265078544617],[0.6909089684486389,0.7381041646003723],[0.6909089684486389,0.7116513848304749],[0.6909089684486389,0.7196958065032959],[0.27092114090919495,0.21956926584243774],[0.27092114090919495,0.32526397705078125],[0.8240527510643005,0.8167405724525452],[0.8240527510643005,0.7911808490753174],[0.8240527510643005,0.7990480065345764],[0.759746253490448,0.7707335352897644],[0.759746253490448,0.6731980443000793],[0.759746253490448,0.7430548071861267],[0.759746253490448,0.7911808490753174],[0.759746253490448,0.7302991151809692],[0.759746253490448,0.7196958065032959],[0.7481566667556763,0.7854613065719604],[0.7481566667556763,0.6483409404754639],[0.7481566667556763,0.7867986559867859],[0.813563346862793,0.8327212929725647],[0.21956926584243774,0.21098659932613373],[0.21956926584243774,0.2497895359992981],[0.21956926584243774,0.2556658089160919],[0.21956926584243774,0.20578396320343018],[0.7547422051429749,0.7473402619361877],[0.7547422051429749,0.7741106748580933],[0.7547422051429749,0.7275864481925964],[0.7547422051429749,0.7269123792648315],[0.7547422051429749,0.7381041646003723],[0.7547422051429749,0.7903972268104553],[0.7547422051429749,0.7968546748161316],[0.7547422051429749,0.7911808490753174],[0.7547422051429749,0.759355366230011],[0.5030646324157715,0.4487797021865845],[0.5030646324157715,0.5736105442047119],[0.5030646324157715,0.529960036277771],[0.5030646324157715,0.5008319020271301],[0.5030646324157715,0.5168358087539673],[0.5030646324157715,0.4949685037136078],[0.5030646324157715,0.5247929096221924],[0.5030646324157715,0.5579054951667786],[0.5030646324157715,0.5376513600349426],[0.18077795207500458,0.17373059689998627],[0.5905734896659851,0.6410590410232544],[0.5905734896659851,0.6132160425186157],[0.5905734896659851,0.6829653382301331],[0.024321062490344048,0.032875772565603256],[0.024321062490344048,0.024369755759835243],[0.024321062490344048,0.0012728984002023935],[0.024321062490344048,0.02081281878054142],[0.024321062490344048,0.047635309398174286],[0.024321062490344048,0.026664603501558304],[0.024321062490344048,0.0259130597114563],[0.489266574382782,0.6066524386405945],[0.489266574382782,0.4774816036224365],[0.489266574382782,0.45072558522224426],[0.19786374270915985,0.18940173089504242],[0.19786374270915985,0.189248189330101],[0.19786374270915985,0.1859053671360016],[0.8167405724525452,0.822973906993866],[0.8167405724525452,0.8416579365730286],[0.8167405724525452,0.7741106748580933],[0.8167405724525452,0.7608709931373596],[0.8167405724525452,0.824755847454071],[0.8167405724525452,0.7911808490753174],[0.8167405724525452,0.7990480065345764],[0.18810142576694489,0.17676140367984772],[0.18810142576694489,0.1879296898841858],[0.18810142576694489,0.19690251350402832],[0.18810142576694489,0.2748699188232422],[0.18810142576694489,0.1714334338903427],[0.18810142576694489,0.17574840784072876],[0.18810142576694489,0.16226382553577423],[0.18810142576694489,0.1747942566871643],[0.18810142576694489,0.20655663311481476],[0.7290924191474915,0.7707335352897644],[0.7290924191474915,0.7381041646003723],[0.7290924191474915,0.6907063126564026],[0.7290924191474915,0.7116513848304749],[0.7290924191474915,0.7911808490753174],[0.7290924191474915,0.7571172714233398],[0.7290924191474915,0.762096643447876],[0.7290924191474915,0.759355366230011],[0.7420265078544617,0.7381041646003723],[0.7420265078544617,0.7911808490753174],[0.7420265078544617,0.7460301518440247],[0.7420265078544617,0.762096643447876],[0.7420265078544617,0.6047791242599487],[0.7420265078544617,0.7990480065345764],[0.7707335352897644,0.7050802707672119],[0.7707335352897644,0.7426674365997314],[0.7707335352897644,0.7315113544464111],[0.7707335352897644,0.7741106748580933],[0.7707335352897644,0.7275864481925964],[0.7707335352897644,0.7381041646003723],[0.7707335352897644,0.7643277645111084],[0.7707335352897644,0.7437599897384644],[0.7707335352897644,0.7312650680541992],[0.7707335352897644,0.7539471387863159],[0.7707335352897644,0.8139580488204956],[0.7707335352897644,0.7853254079818726],[0.7707335352897644,0.7116513848304749],[0.7707335352897644,0.7911808490753174],[0.7707335352897644,0.7571172714233398],[0.7707335352897644,0.7302991151809692],[0.7707335352897644,0.6901422142982483],[0.7707335352897644,0.755477786064148],[0.7707335352897644,0.762096643447876],[0.7707335352897644,0.7221227288246155],[0.7707335352897644,0.759355366230011],[0.7707335352897644,0.7990480065345764],[0.7050802707672119,0.6613243818283081],[0.7050802707672119,0.7275864481925964],[0.7050802707672119,0.7853254079818726],[0.7050802707672119,0.7116513848304749],[0.7050802707672119,0.7911808490753174],[0.7050802707672119,0.7571172714233398],[0.7050802707672119,0.6730157732963562],[0.7050802707672119,0.6294096112251282],[0.7050802707672119,0.762096643447876],[0.7050802707672119,0.6368843913078308],[0.7050802707672119,0.759355366230011],[0.7426674365997314,0.6613243818283081],[0.7426674365997314,0.7275864481925964],[0.7426674365997314,0.676697313785553],[0.7426674365997314,0.6786822080612183],[0.7426674365997314,0.7911808490753174],[0.7426674365997314,0.7302991151809692],[0.7426674365997314,0.693379282951355],[0.7426674365997314,0.762096643447876],[0.7426674365997314,0.759355366230011],[0.6930904984474182,0.7275864481925964],[0.6930904984474182,0.7430548071861267],[0.6731980443000793,0.7275864481925964],[0.6731980443000793,0.7437599897384644],[0.6731980443000793,0.7302991151809692],[0.822973906993866,0.7750484347343445],[0.822973906993866,0.8179453015327454],[0.822973906993866,0.7990623712539673],[0.822973906993866,0.7911808490753174],[0.822973906993866,0.7809883952140808],[0.822973906993866,0.762096643447876],[0.822973906993866,0.8674328327178955],[0.822973906993866,0.759355366230011],[0.822973906993866,0.7990480065345764],[0.19174906611442566,0.36432456970214844],[0.5615290403366089,0.6932969093322754],[0.5615290403366089,0.6047791242599487],[0.8416579365730286,0.7911808490753174],[0.8416579365730286,0.7990480065345764],[0.32526397705078125,0.26175448298454285],[0.32526397705078125,0.37673285603523254],[0.32526397705078125,0.3889591693878174],[0.32526397705078125,0.45806559920310974],[0.47491487860679626,0.5164578557014465],[0.47491487860679626,0.4435639977455139],[0.47491487860679626,0.5168358087539673],[0.47491487860679626,0.5247929096221924],[0.808790385723114,0.7275864481925964],[0.808790385723114,0.762096643447876],[0.7473402619361877,0.7275864481925964],[0.7473402619361877,0.7460301518440247],[0.7473402619361877,0.762096643447876],[0.21120767295360565,0.25804707407951355],[0.21120767295360565,0.2971014380455017],[0.21120767295360565,0.21098659932613373],[0.21120767295360565,0.1879296898841858],[0.21120767295360565,0.19690251350402832],[0.21120767295360565,0.18362341821193695],[0.41522371768951416,0.48594215512275696],[0.41522371768951416,0.36432456970214844],[0.5907984972000122,0.5811347365379333],[0.5907984972000122,0.5859033465385437],[0.5907984972000122,0.5515874624252319],[0.5907984972000122,0.5164578557014465],[0.5907984972000122,0.5700606107711792],[0.5907984972000122,0.5614407658576965],[0.5907984972000122,0.5255811810493469],[0.5907984972000122,0.5141764879226685],[0.5907984972000122,0.6379876732826233],[0.5907984972000122,0.5168358087539673],[0.5907984972000122,0.5649710893630981],[0.5907984972000122,0.5247929096221924],[0.5907984972000122,0.5455856919288635],[0.5907984972000122,0.5702387690544128],[0.5907984972000122,0.6368843913078308],[0.5907984972000122,0.6121401190757751],[0.768976628780365,0.7275864481925964],[0.768976628780365,0.7911808490753174],[0.768976628780365,0.762096643447876],[0.768976628780365,0.759355366230011],[0.7750484347343445,0.7275864481925964],[0.7750484347343445,0.7381041646003723],[0.7750484347343445,0.7571172714233398],[0.7750484347343445,0.762096643447876],[0.7750484347343445,0.759355366230011],[0.6083585023880005,0.6410590410232544],[0.6083585023880005,0.6294096112251282],[0.6410590410232544,0.6618392467498779],[0.6410590410232544,0.6690038442611694],[0.6410590410232544,0.5125975608825684],[0.6410590410232544,0.7430548071861267],[0.6410590410232544,0.5700606107711792],[0.6410590410232544,0.7116513848304749],[0.6410590410232544,0.575775146484375],[0.6410590410232544,0.5736105442047119],[0.6410590410232544,0.6845707297325134],[0.6410590410232544,0.6294096112251282],[0.6410590410232544,0.6911962628364563],[0.6410590410232544,0.6827608942985535],[0.6410590410232544,0.7196958065032959],[0.7315113544464111,0.7275864481925964],[0.7315113544464111,0.7381041646003723],[0.7315113544464111,0.7911808490753174],[0.7315113544464111,0.7571172714233398],[0.7315113544464111,0.762096643447876],[0.7315113544464111,0.680770754814148],[0.7315113544464111,0.6827608942985535],[0.8472910523414612,0.7939881682395935],[0.8472910523414612,0.7990480065345764],[0.008574134670197964,0.032875772565603256],[0.008574134670197964,0.04316767305135727],[0.008574134670197964,0.024369755759835243],[0.008574134670197964,0.02081281878054142],[0.008574134670197964,0.026664603501558304],[0.1519281566143036,0.09357265383005142],[0.1519281566143036,0.17373059689998627],[0.1519281566143036,0.11701633781194687],[0.06800802797079086,0.09357265383005142],[0.06800802797079086,0.04316767305135727],[0.06800802797079086,0.11701633781194687],[0.06800802797079086,0.0684310719370842],[0.06800802797079086,0.047635309398174286],[0.6613243818283081,0.6786822080612183],[0.6613243818283081,0.7002091407775879],[0.6613243818283081,0.529960036277771],[0.6613243818283081,0.6294096112251282],[0.5719294548034668,0.6132160425186157],[0.7054639458656311,0.7741106748580933],[0.7054639458656311,0.7275864481925964],[0.7054639458656311,0.7430548071861267],[0.7741106748580933,0.7608709931373596],[0.7741106748580933,0.7381041646003723],[0.7741106748580933,0.8661436438560486],[0.7741106748580933,0.7760705351829529],[0.7741106748580933,0.7911808490753174],[0.7741106748580933,0.7809883952140808],[0.7741106748580933,0.7196958065032959],[0.7741106748580933,0.7990480065345764],[0.7275864481925964,0.7269123792648315],[0.7275864481925964,0.7381041646003723],[0.7275864481925964,0.6132160425186157],[0.7275864481925964,0.6618392467498779],[0.7275864481925964,0.8274326920509338],[0.7275864481925964,0.7377397418022156],[0.7275864481925964,0.6414791345596313],[0.7275864481925964,0.7853254079818726],[0.7275864481925964,0.676697313785553],[0.7275864481925964,0.6786822080612183],[0.7275864481925964,0.7430548071861267],[0.7275864481925964,0.7116513848304749],[0.7275864481925964,0.7911808490753174],[0.7275864481925964,0.7002091407775879],[0.7275864481925964,0.7571172714233398],[0.7275864481925964,0.6845707297325134],[0.7275864481925964,0.7809883952140808],[0.7275864481925964,0.6730157732963562],[0.7275864481925964,0.6294096112251282],[0.7275864481925964,0.693379282951355],[0.7275864481925964,0.6136341691017151],[0.7275864481925964,0.6911962628364563],[0.7275864481925964,0.6829653382301331],[0.7275864481925964,0.762096643447876],[0.7275864481925964,0.7212557792663574],[0.7275864481925964,0.6827608942985535],[0.7275864481925964,0.759355366230011],[0.7275864481925964,0.7990480065345764],[0.43675076961517334,0.47284770011901855],[0.43675076961517334,0.4254407584667206],[0.43675076961517334,0.4435639977455139],[0.43675076961517334,0.4487797021865845],[0.43675076961517334,0.3889591693878174],[0.43675076961517334,0.4344879686832428],[0.7608709931373596,0.7911808490753174],[0.7608709931373596,0.693379282951355],[0.7608709931373596,0.762096643447876],[0.7608709931373596,0.7990480065345764],[0.032875772565603256,0.04316767305135727],[0.032875772565603256,0.024369755759835243],[0.032875772565603256,0.02081281878054142],[0.032875772565603256,0.0],[0.5811347365379333,0.5515874624252319],[0.5811347365379333,0.5700606107711792],[0.5811347365379333,0.5736105442047119],[0.5811347365379333,0.5649710893630981],[0.824755847454071,0.853809118270874],[0.824755847454071,0.7911808490753174],[0.824755847454071,0.7990480065345764],[0.7269123792648315,0.7116513848304749],[0.7269123792648315,0.7302991151809692],[0.7269123792648315,0.6911962628364563],[0.6149463653564453,0.6786822080612183],[0.6149463653564453,0.7002091407775879],[0.6149463653564453,0.6730157732963562],[0.6149463653564453,0.6379876732826233],[0.8179453015327454,0.7853254079818726],[0.8179453015327454,0.7911808490753174],[0.8179453015327454,0.762096643447876],[0.8179453015327454,0.7990480065345764],[0.7692732214927673,0.7539471387863159],[0.7692732214927673,0.7911808490753174],[0.7692732214927673,0.7571172714233398],[0.7692732214927673,0.7990480065345764],[0.17233553528785706,0.18940173089504242],[0.17233553528785706,0.17574840784072876],[0.17233553528785706,0.1859053671360016],[0.4282321333885193,0.44001325964927673],[0.6780257821083069,0.6710355281829834],[0.5217041969299316,0.5125975608825684],[0.5217041969299316,0.45072558522224426],[0.7990623712539673,0.7437599897384644],[0.7990623712539673,0.7911808490753174],[0.7990623712539673,0.827627420425415],[0.7990623712539673,0.759355366230011],[0.7990623712539673,0.7990480065345764],[0.47284770011901855,0.5161214470863342],[0.47284770011901855,0.4435639977455139],[0.47284770011901855,0.4487797021865845],[0.47284770011901855,0.37673285603523254],[0.47284770011901855,0.5182093381881714],[0.47284770011901855,0.5141764879226685],[0.47284770011901855,0.3889591693878174],[0.47284770011901855,0.529960036277771],[0.47284770011901855,0.45806559920310974],[0.47284770011901855,0.5168358087539673],[0.47284770011901855,0.5649710893630981],[0.47284770011901855,0.5247929096221924],[0.47284770011901855,0.4087628424167633],[0.47284770011901855,0.4344879686832428],[0.47284770011901855,0.4198800027370453],[0.47284770011901855,0.5036974549293518],[0.47284770011901855,0.36713871359825134],[0.48095908761024475,0.3955633044242859],[0.48095908761024475,0.5182093381881714],[0.48095908761024475,0.48594215512275696],[0.48095908761024475,0.5141764879226685],[0.40529918670654297,0.45806559920310974],[0.40529918670654297,0.36432456970214844],[0.40529918670654297,0.46777328848838806],[0.7381041646003723,0.7377397418022156],[0.7381041646003723,0.7911808490753174],[0.7381041646003723,0.6845707297325134],[0.7381041646003723,0.693379282951355],[0.7381041646003723,0.762096643447876],[0.7381041646003723,0.6827608942985535],[0.8047298789024353,0.853809118270874],[0.8047298789024353,0.7939881682395935],[0.8047298789024353,0.9226654171943665],[0.8047298789024353,0.7332822680473328],[0.6132160425186157,0.7430548071861267],[0.7643277645111084,0.7911808490753174],[0.7643277645111084,0.7571172714233398],[0.7643277645111084,0.762096643447876],[0.7643277645111084,0.6827608942985535],[0.09357265383005142,0.04316767305135727],[0.09357265383005142,0.11701633781194687],[0.09357265383005142,0.0684310719370842],[0.25804707407951355,0.365153968334198],[0.25804707407951355,0.2971014380455017],[0.4859376847743988,0.5125975608825684],[0.4859376847743988,0.6047791242599487],[0.7572327256202698,0.808290421962738],[0.7572327256202698,0.7911808490753174],[0.7572327256202698,0.7302991151809692],[0.7572327256202698,0.7990480065345764],[0.6483409404754639,0.365153968334198],[0.6483409404754639,0.745615541934967],[0.6618392467498779,0.7116513848304749],[0.6618392467498779,0.6901422142982483],[0.6690038442611694,0.676697313785553],[0.6690038442611694,0.6845707297325134],[0.6690038442611694,0.6810743808746338],[0.6690038442611694,0.7212557792663574],[0.17373059689998627,0.18940173089504242],[0.1601809859275818,0.21098659932613373],[0.1601809859275818,0.18530882894992828],[0.7867986559867859,0.7366205453872681],[0.5859033465385437,0.6351516842842102],[0.5859033465385437,0.5161214470863342],[0.5859033465385437,0.5700606107711792],[0.5859033465385437,0.5182093381881714],[0.5859033465385437,0.5255811810493469],[0.5859033465385437,0.48594215512275696],[0.5859033465385437,0.5141764879226685],[0.5859033465385437,0.6136341691017151],[0.5859033465385437,0.5168358087539673],[0.5859033465385437,0.5455856919288635],[0.365153968334198,0.2971014380455017],[0.8051282167434692,0.8661436438560486],[0.8051282167434692,0.7809883952140808],[0.04062101989984512,0.0684310719370842],[0.7437599897384644,0.7312650680541992],[0.7437599897384644,0.8274326920509338],[0.7437599897384644,0.8139580488204956],[0.7437599897384644,0.6786822080612183],[0.7437599897384644,0.7911808490753174],[0.7437599897384644,0.7002091407775879],[0.7437599897384644,0.7550708055496216],[0.7437599897384644,0.7809883952140808],[0.7437599897384644,0.6730157732963562],[0.7437599897384644,0.6294096112251282],[0.7437599897384644,0.6911962628364563],[0.7437599897384644,0.6901422142982483],[0.7437599897384644,0.6379876732826233],[0.7437599897384644,0.762096643447876],[0.7437599897384644,0.827627420425415],[0.7437599897384644,0.680770754814148],[0.7437599897384644,0.7212557792663574],[0.7437599897384644,0.7808437943458557],[0.7437599897384644,0.759355366230011],[0.7437599897384644,0.7990480065345764],[0.2971014380455017,0.20578396320343018],[0.04316767305135727,0.0012728984002023935],[0.04316767305135727,0.02081281878054142],[0.04316767305135727,0.0],[0.8661436438560486,0.8274326920509338],[0.8661436438560486,0.7809883952140808],[0.7312650680541992,0.7911808490753174],[0.7312650680541992,0.7571172714233398],[0.7312650680541992,0.7196958065032959],[0.8274326920509338,0.7809883952140808],[0.8274326920509338,0.762096643447876],[0.8274326920509338,0.759355366230011],[0.21098659932613373,0.1879296898841858],[0.21098659932613373,0.19690251350402832],[0.21098659932613373,0.1780853420495987],[0.21098659932613373,0.2497895359992981],[0.21098659932613373,0.20578396320343018],[0.21098659932613373,0.20655663311481476],[0.21098659932613373,0.2973146140575409],[0.36527928709983826,0.4254407584667206],[0.36527928709983826,0.4087628424167633],[0.36527928709983826,0.36713871359825134],[0.7900865077972412,0.7911808490753174],[0.7900865077972412,0.7571172714233398],[0.853809118270874,0.7939881682395935],[0.8428717851638794,0.7939881682395935],[0.8428717851638794,0.7911808490753174],[0.8428717851638794,0.7990480065345764],[0.8181741237640381,0.8697837591171265],[0.808290421962738,0.7430548071861267],[0.808290421962738,0.7571172714233398],[0.8327212929725647,0.7911808490753174],[0.8327212929725647,0.7990480065345764],[0.17676140367984772,0.1879296898841858],[0.17676140367984772,0.17468833923339844],[0.17676140367984772,0.19690251350402832],[0.17676140367984772,0.1714334338903427],[0.17676140367984772,0.17574840784072876],[0.17676140367984772,0.1780853420495987],[0.17676140367984772,0.16226382553577423],[0.17676140367984772,0.1747942566871643],[0.17676140367984772,0.20655663311481476],[0.17676140367984772,0.18362341821193695],[0.7939881682395935,0.6932969093322754],[0.7939881682395935,0.7911808490753174],[0.7939881682395935,0.6816193461418152],[0.7939881682395935,0.7990480065345764],[0.6351516842842102,0.6846866011619568],[0.024369755759835243,0.055463459342718124],[0.024369755759835243,0.0012728984002023935],[0.024369755759835243,0.02081281878054142],[0.024369755759835243,0.026664603501558304],[0.024369755759835243,0.0259130597114563],[0.055463459342718124,0.0259130597114563],[0.11701633781194687,0.0684310719370842],[0.7539471387863159,0.7853254079818726],[0.7539471387863159,0.7911808490753174],[0.7539471387863159,0.7990480065345764],[0.1879296898841858,0.17468833923339844],[0.1879296898841858,0.19690251350402832],[0.1879296898841858,0.1714334338903427],[0.1879296898841858,0.16226382553577423],[0.1879296898841858,0.20655663311481476],[0.1879296898841858,0.18362341821193695],[0.1879296898841858,0.16674035787582397],[0.7377397418022156,0.762096643447876],[0.7377397418022156,0.7196958065032959],[0.17468833923339844,0.168282151222229],[0.17468833923339844,0.18362341821193695],[0.17468833923339844,0.16674035787582397],[0.26175448298454285,0.21732300519943237],[0.26175448298454285,0.2748699188232422],[0.26175448298454285,0.3270231783390045],[0.26175448298454285,0.36713871359825134],[0.26175448298454285,0.2973146140575409],[0.7903972268104553,0.7968546748161316],[0.7903972268104553,0.6561169028282166],[0.19690251350402832,0.2497895359992981],[0.19690251350402832,0.20655663311481476],[0.19690251350402832,0.18362341821193695],[0.44001325964927673,0.45072558522224426],[0.44001325964927673,0.5164578557014465],[0.44001325964927673,0.4487797021865845],[0.44001325964927673,0.4949685037136078],[0.6414791345596313,0.7430548071861267],[0.6414791345596313,0.7116513848304749],[0.7968546748161316,0.6561169028282166],[0.6907063126564026,0.7116513848304749],[0.21732300519943237,0.2748699188232422],[0.21732300519943237,0.2851850092411041],[0.21732300519943237,0.2497895359992981],[0.21732300519943237,0.2556658089160919],[0.5901610851287842,0.7002091407775879],[0.5901610851287842,0.5476093888282776],[0.5901610851287842,0.6901422142982483],[0.5901610851287842,0.6379876732826233],[0.8139580488204956,0.7911808490753174],[0.8139580488204956,0.7302991151809692],[0.5125975608825684,0.6816193461418152],[0.8185698390007019,0.7911808490753174],[0.8185698390007019,0.7571172714233398],[0.8185698390007019,0.762096643447876],[0.8185698390007019,0.7990480065345764],[0.6932969093322754,0.7196958065032959],[0.18940173089504242,0.189248189330101],[0.18940173089504242,0.1859053671360016],[0.02081281878054142,0.026664603501558304],[0.7332822680473328,0.6816193461418152],[0.7853254079818726,0.7911808490753174],[0.7853254079818726,0.755477786064148],[0.7853254079818726,0.762096643447876],[0.7853254079818726,0.7212557792663574],[0.7853254079818726,0.7990480065345764],[0.676697313785553,0.5700606107711792],[0.676697313785553,0.7116513848304749],[0.676697313785553,0.7571172714233398],[0.676697313785553,0.7302991151809692],[0.676697313785553,0.5882904529571533],[0.676697313785553,0.5736105442047119],[0.676697313785553,0.6294096112251282],[0.676697313785553,0.6136341691017151],[0.676697313785553,0.6911962628364563],[0.676697313785553,0.759355366230011],[0.4254407584667206,0.4435639977455139],[0.4254407584667206,0.5700606107711792],[0.4254407584667206,0.4487797021865845],[0.4254407584667206,0.5255811810493469],[0.4254407584667206,0.48594215512275696],[0.4254407584667206,0.37078243494033813],[0.4254407584667206,0.5141764879226685],[0.4254407584667206,0.3270231783390045],[0.4254407584667206,0.4087628424167633],[0.4254407584667206,0.41350263357162476],[0.4254407584667206,0.36713871359825134],[0.4254407584667206,0.4540233016014099],[0.4870026111602783,0.5515874624252319],[0.4870026111602783,0.5164578557014465],[0.4870026111602783,0.4487797021865845],[0.4870026111602783,0.37673285603523254],[0.4870026111602783,0.5255811810493469],[0.4870026111602783,0.5008319020271301],[0.4870026111602783,0.5247929096221924],[0.4870026111602783,0.4344879686832428],[0.4870026111602783,0.5579054951667786],[0.4870026111602783,0.4540233016014099],[0.6786822080612183,0.5700606107711792],[0.6786822080612183,0.7116513848304749],[0.6786822080612183,0.7302991151809692],[0.6786822080612183,0.5736105442047119],[0.6786822080612183,0.6294096112251282],[0.6786822080612183,0.6136341691017151],[0.6786822080612183,0.6911962628364563],[0.6786822080612183,0.6379876732826233],[0.6786822080612183,0.762096643447876],[0.6786822080612183,0.6827608942985535],[0.6786822080612183,0.759355366230011],[0.6786822080612183,0.7047295570373535],[0.6846866011619568,0.6121401190757751],[0.2748699188232422,0.37673285603523254],[0.2748699188232422,0.2851850092411041],[0.2748699188232422,0.18530882894992828],[0.2748699188232422,0.3889591693878174],[0.2748699188232422,0.3270231783390045],[0.2748699188232422,0.20655663311481476],[0.2748699188232422,0.2973146140575409],[0.5161214470863342,0.5182093381881714],[0.5161214470863342,0.5255811810493469],[0.5161214470863342,0.5168358087539673],[0.5161214470863342,0.5455856919288635],[0.5161214470863342,0.41350263357162476],[0.047635309398174286,0.026664603501558304],[0.047635309398174286,0.0259130597114563],[0.7760705351829529,0.7911808490753174],[0.7760705351829529,0.7990480065345764],[0.7430548071861267,0.7911808490753174],[0.7430548071861267,0.7571172714233398],[0.7430548071861267,0.6901422142982483],[0.7430548071861267,0.7196958065032959],[0.7430548071861267,0.7990480065345764],[0.5515874624252319,0.5164578557014465],[0.5515874624252319,0.5700606107711792],[0.5515874624252319,0.4487797021865845],[0.5515874624252319,0.5182093381881714],[0.5515874624252319,0.5882904529571533],[0.5515874624252319,0.529960036277771],[0.5515874624252319,0.5008319020271301],[0.5515874624252319,0.6294096112251282],[0.5515874624252319,0.6136341691017151],[0.5515874624252319,0.5247929096221924],[0.5515874624252319,0.5579054951667786],[0.5164578557014465,0.5700606107711792],[0.5164578557014465,0.5614407658576965],[0.5164578557014465,0.5882904529571533],[0.5164578557014465,0.5179011821746826],[0.5164578557014465,0.5736105442047119],[0.5164578557014465,0.5008319020271301],[0.5164578557014465,0.5168358087539673],[0.5164578557014465,0.5649710893630981],[0.5164578557014465,0.5579054951667786],[0.5164578557014465,0.5036974549293518],[0.4435639977455139,0.4487797021865845],[0.4435639977455139,0.37673285603523254],[0.4435639977455139,0.5182093381881714],[0.4435639977455139,0.5141764879226685],[0.4435639977455139,0.3889591693878174],[0.4435639977455139,0.529960036277771],[0.4435639977455139,0.45806559920310974],[0.4435639977455139,0.5247929096221924],[0.4435639977455139,0.41350263357162476],[0.4435639977455139,0.4540233016014099],[0.5700606107711792,0.4487797021865845],[0.5700606107711792,0.7002091407775879],[0.5700606107711792,0.5614407658576965],[0.5700606107711792,0.5255811810493469],[0.5700606107711792,0.5736105442047119],[0.5700606107711792,0.5141764879226685],[0.5700606107711792,0.529960036277771],[0.5700606107711792,0.6294096112251282],[0.5700606107711792,0.6901422142982483],[0.5700606107711792,0.5168358087539673],[0.5700606107711792,0.5649710893630981],[0.5700606107711792,0.5247929096221924],[0.5700606107711792,0.4087628424167633],[0.5700606107711792,0.6710355281829834],[0.7116513848304749,0.7911808490753174],[0.7116513848304749,0.7002091407775879],[0.7116513848304749,0.7571172714233398],[0.7116513848304749,0.7302991151809692],[0.7116513848304749,0.6845707297325134],[0.7116513848304749,0.6730157732963562],[0.7116513848304749,0.6294096112251282],[0.7116513848304749,0.6136341691017151],[0.7116513848304749,0.6911962628364563],[0.7116513848304749,0.6901422142982483],[0.7116513848304749,0.6379876732826233],[0.7116513848304749,0.6829653382301331],[0.7116513848304749,0.762096643447876],[0.7116513848304749,0.6710355281829834],[0.7116513848304749,0.7212557792663574],[0.7116513848304749,0.6827608942985535],[0.7116513848304749,0.759355366230011],[0.4487797021865845,0.5255811810493469],[0.4487797021865845,0.48594215512275696],[0.4487797021865845,0.5179011821746826],[0.4487797021865845,0.5141764879226685],[0.4487797021865845,0.3889591693878174],[0.4487797021865845,0.4087628424167633],[0.4487797021865845,0.41350263357162476],[0.4487797021865845,0.4344879686832428],[0.4487797021865845,0.36713871359825134],[0.4487797021865845,0.4540233016014099],[0.1714334338903427,0.17574840784072876],[0.1714334338903427,0.18530882894992828],[0.1714334338903427,0.16226382553577423],[0.1714334338903427,0.20655663311481476],[0.7911808490753174,0.7571172714233398],[0.7911808490753174,0.7302991151809692],[0.7911808490753174,0.7550708055496216],[0.7911808490753174,0.6911962628364563],[0.7911808490753174,0.6901422142982483],[0.7911808490753174,0.755477786064148],[0.7911808490753174,0.7460301518440247],[0.7911808490753174,0.762096643447876],[0.7911808490753174,0.7221227288246155],[0.7911808490753174,0.7808437943458557],[0.7911808490753174,0.759355366230011],[0.7911808490753174,0.7196958065032959],[0.7911808490753174,0.7990480065345764],[0.7002091407775879,0.7571172714233398],[0.7002091407775879,0.5882904529571533],[0.7002091407775879,0.7809883952140808],[0.7002091407775879,0.693379282951355],[0.7002091407775879,0.6810743808746338],[0.7002091407775879,0.6136341691017151],[0.7002091407775879,0.755477786064148],[0.7002091407775879,0.6379876732826233],[0.7002091407775879,0.762096643447876],[0.7002091407775879,0.6368843913078308],[0.7002091407775879,0.759355366230011],[0.7002091407775879,0.6437677145004272],[0.37673285603523254,0.2851850092411041],[0.37673285603523254,0.3889591693878174],[0.37673285603523254,0.3270231783390045],[0.37673285603523254,0.41350263357162476],[0.37673285603523254,0.4344879686832428],[0.37673285603523254,0.2973146140575409],[0.7571172714233398,0.7302991151809692],[0.7571172714233398,0.7809883952140808],[0.7571172714233398,0.6730157732963562],[0.7571172714233398,0.755477786064148],[0.7571172714233398,0.6829653382301331],[0.7571172714233398,0.762096643447876],[0.7571172714233398,0.6710355281829834],[0.7571172714233398,0.680770754814148],[0.7571172714233398,0.7212557792663574],[0.7571172714233398,0.8674328327178955],[0.7571172714233398,0.759355366230011],[0.7571172714233398,0.7990480065345764],[0.5182093381881714,0.5255811810493469],[0.5182093381881714,0.5882904529571533],[0.5182093381881714,0.5141764879226685],[0.5182093381881714,0.5168358087539673],[0.5182093381881714,0.5247929096221924],[0.5182093381881714,0.5455856919288635],[0.5182093381881714,0.4344879686832428],[0.5182093381881714,0.5036974549293518],[0.5182093381881714,0.6121401190757751],[0.5182093381881714,0.4540233016014099],[0.189248189330101,0.1781127005815506],[0.189248189330101,0.1859053671360016],[0.5614407658576965,0.5255811810493469],[0.5614407658576965,0.5736105442047119],[0.7302991151809692,0.6730157732963562],[0.7302991151809692,0.6911962628364563],[0.7302991151809692,0.6901422142982483],[0.7302991151809692,0.7221227288246155],[0.7302991151809692,0.6710355281829834],[0.7302991151809692,0.759355366230011],[0.5255811810493469,0.5882904529571533],[0.5255811810493469,0.48594215512275696],[0.5255811810493469,0.5179011821746826],[0.5255811810493469,0.5736105442047119],[0.5255811810493469,0.5141764879226685],[0.5255811810493469,0.5649710893630981],[0.5255811810493469,0.5455856919288635],[0.5255811810493469,0.41350263357162476],[0.5255811810493469,0.5579054951667786],[0.5255811810493469,0.4540233016014099],[0.575775146484375,0.5882904529571533],[0.575775146484375,0.6730157732963562],[0.5882904529571533,0.529960036277771],[0.5882904529571533,0.6730157732963562],[0.5882904529571533,0.6294096112251282],[0.5882904529571533,0.6136341691017151],[0.5882904529571533,0.6911962628364563],[0.5882904529571533,0.4949685037136078],[0.5882904529571533,0.5247929096221924],[0.5882904529571533,0.5579054951667786],[0.5882904529571533,0.6710355281829834],[0.8745202422142029,0.7196958065032959],[0.17574840784072876,0.16226382553577423],[0.17574840784072876,0.1747942566871643],[0.17574840784072876,0.1781127005815506],[0.17574840784072876,0.1859053671360016],[0.17574840784072876,0.18362341821193695],[0.48594215512275696,0.5179011821746826],[0.48594215512275696,0.3889591693878174],[0.48594215512275696,0.529960036277771],[0.48594215512275696,0.5168358087539673],[0.48594215512275696,0.5247929096221924],[0.48594215512275696,0.5455856919288635],[0.48594215512275696,0.4087628424167633],[0.48594215512275696,0.4344879686832428],[0.48594215512275696,0.5579054951667786],[0.48594215512275696,0.4540233016014099],[0.5476093888282776,0.5736105442047119],[0.5476093888282776,0.6136341691017151],[0.5476093888282776,0.5649710893630981],[0.5476093888282776,0.5376513600349426],[0.5736105442047119,0.529960036277771],[0.5736105442047119,0.6294096112251282],[0.5736105442047119,0.6136341691017151],[0.5736105442047119,0.5168358087539673],[0.5736105442047119,0.5455856919288635],[0.2851850092411041,0.3889591693878174],[0.2851850092411041,0.3270231783390045],[0.2851850092411041,0.20655663311481476],[0.2851850092411041,0.36713871359825134],[0.2851850092411041,0.2973146140575409],[0.37078243494033813,0.3889591693878174],[0.37078243494033813,0.45806559920310974],[0.37078243494033813,0.4087628424167633],[0.37078243494033813,0.41350263357162476],[0.7550708055496216,0.6294007897377014],[0.7550708055496216,0.759355366230011],[0.7550708055496216,0.7990480065345764],[0.18530882894992828,0.2556658089160919],[0.6845707297325134,0.6810743808746338],[0.6845707297325134,0.6901422142982483],[0.5141764879226685,0.5008319020271301],[0.5141764879226685,0.6136341691017151],[0.5141764879226685,0.5649710893630981],[0.5141764879226685,0.5579054951667786],[0.5141764879226685,0.5036974549293518],[0.5141764879226685,0.4540233016014099],[0.026664603501558304,0.0259130597114563],[0.026664603501558304,0.0],[0.7809883952140808,0.762096643447876],[0.7809883952140808,0.759355366230011],[0.3889591693878174,0.3270231783390045],[0.3889591693878174,0.45806559920310974],[0.3889591693878174,0.4344879686832428],[0.3889591693878174,0.36713871359825134],[0.3889591693878174,0.2973146140575409],[0.529960036277771,0.5008319020271301],[0.529960036277771,0.6136341691017151],[0.529960036277771,0.5247929096221924],[0.529960036277771,0.5579054951667786],[0.529960036277771,0.5036974549293518],[0.6730157732963562,0.6136341691017151],[0.6730157732963562,0.6911962628364563],[0.6730157732963562,0.762096643447876],[0.6730157732963562,0.6314622163772583],[0.6730157732963562,0.759355366230011],[0.5008319020271301,0.5168358087539673],[0.5008319020271301,0.5247929096221924],[0.5008319020271301,0.4344879686832428],[0.5008319020271301,0.5579054951667786],[0.5008319020271301,0.5036974549293518],[0.3270231783390045,0.4087628424167633],[0.3270231783390045,0.4344879686832428],[0.3270231783390045,0.36713871359825134],[0.3270231783390045,0.2973146140575409],[0.6294096112251282,0.6136341691017151],[0.6294096112251282,0.5649710893630981],[0.6294096112251282,0.7221227288246155],[0.6294096112251282,0.5579054951667786],[0.6294096112251282,0.5376513600349426],[0.693379282951355,0.762096643447876],[0.693379282951355,0.7196958065032959],[0.45806559920310974,0.6379876732826233],[0.45806559920310974,0.5168358087539673],[0.45806559920310974,0.6368843913078308],[0.6810743808746338,0.6437677145004272],[0.6810743808746338,0.7047295570373535],[0.1780853420495987,0.20655663311481476],[0.6136341691017151,0.6911962628364563],[0.6136341691017151,0.5649710893630981],[0.6136341691017151,0.5247929096221924],[0.6136341691017151,0.5579054951667786],[0.6136341691017151,0.6710355281829834],[0.6911962628364563,0.6710355281829834],[0.6911962628364563,0.6314622163772583],[0.6911962628364563,0.759355366230011],[0.2497895359992981,0.2973146140575409],[0.2556658089160919,0.2973146140575409],[0.6901422142982483,0.762096643447876],[0.6901422142982483,0.6368843913078308],[0.6901422142982483,0.7212557792663574],[0.6901422142982483,0.6047791242599487],[0.6901422142982483,0.6314622163772583],[0.6901422142982483,0.759355366230011],[0.6901422142982483,0.6437677145004272],[0.755477786064148,0.762096643447876],[0.755477786064148,0.759355366230011],[0.6379876732826233,0.6829653382301331],[0.6379876732826233,0.6368843913078308],[0.6379876732826233,0.5579054951667786],[0.5168358087539673,0.5455856919288635],[0.5168358087539673,0.4344879686832428],[0.168282151222229,0.1859053671360016],[0.16226382553577423,0.16674035787582397],[0.4949685037136078,0.5376513600349426],[0.5649710893630981,0.5455856919288635],[0.5649710893630981,0.5579054951667786],[0.6829653382301331,0.762096643447876],[0.6829653382301331,0.6047791242599487],[0.6829653382301331,0.6314622163772583],[0.6829653382301331,0.759355366230011],[0.6829653382301331,0.7196958065032959],[0.5247929096221924,0.5579054951667786],[0.5247929096221924,0.5036974549293518],[0.1747942566871643,0.1781127005815506],[0.1747942566871643,0.18362341821193695],[0.7460301518440247,0.762096643447876],[0.7460301518440247,0.7990480065345764],[0.5455856919288635,0.41350263357162476],[0.5455856919288635,0.5579054951667786],[0.5455856919288635,0.6121401190757751],[0.4087628424167633,0.41350263357162476],[0.4087628424167633,0.4344879686832428],[0.4087628424167633,0.36713871359825134],[0.4087628424167633,0.2973146140575409],[0.762096643447876,0.7221227288246155],[0.762096643447876,0.7212557792663574],[0.762096643447876,0.6827608942985535],[0.762096643447876,0.759355366230011],[0.762096643447876,0.7196958065032959],[0.762096643447876,0.7990480065345764],[0.41350263357162476,0.4344879686832428],[0.41350263357162476,0.36713871359825134],[0.4344879686832428,0.36713871359825134],[0.7221227288246155,0.6710355281829834],[0.7221227288246155,0.6827608942985535],[0.7221227288246155,0.759355366230011],[0.7221227288246155,0.7990480065345764],[0.6710355281829834,0.759355366230011],[0.6710355281829834,0.7196958065032959],[0.680770754814148,0.759355366230011],[0.1781127005815506,0.1859053671360016],[0.7808437943458557,0.759355366230011],[0.7808437943458557,0.7990480065345764],[0.6047791242599487,0.5376513600349426],[0.6294007897377014,0.7196958065032959],[0.36713871359825134,0.4540233016014099],[0.36713871359825134,0.2973146140575409],[0.759355366230011,0.7990480065345764],[0.36432456970214844,0.46777328848838806]],\"ys\":[[0.7384141087532043,0.6608951687812805],[0.7384141087532043,0.5973714590072632],[0.7384141087532043,0.6588618755340576],[0.7384141087532043,0.5870806574821472],[0.7384141087532043,0.610827624797821],[0.7384141087532043,0.7187610268592834],[0.22133788466453552,0.2945505976676941],[0.22133788466453552,0.24458014965057373],[0.22133788466453552,0.27684804797172546],[0.22133788466453552,0.13931907713413239],[0.22133788466453552,0.1959761530160904],[0.22133788466453552,0.1786704659461975],[0.22133788466453552,0.2038135826587677],[0.22133788466453552,0.323573499917984],[0.22133788466453552,0.15386761724948883],[0.22133788466453552,0.19651824235916138],[0.22133788466453552,0.36185288429260254],[0.22133788466453552,0.29602664709091187],[0.22133788466453552,0.21585528552532196],[0.5564664006233215,0.6045607328414917],[0.5564664006233215,0.5209631323814392],[0.5564664006233215,0.6040060520172119],[0.5564664006233215,0.5765173435211182],[0.5564664006233215,0.5386168360710144],[0.5564664006233215,0.5312883853912354],[0.5564664006233215,0.6155207753181458],[0.5564664006233215,0.5349408388137817],[0.5564664006233215,0.5330855846405029],[0.5564664006233215,0.5744956731796265],[0.5564664006233215,0.571553647518158],[0.03940350562334061,0.056843336671590805],[0.03940350562334061,0.06336452811956406],[0.03940350562334061,0.08425354957580566],[0.03940350562334061,0.11024340242147446],[0.03940350562334061,0.06313284486532211],[0.03940350562334061,0.09163431078195572],[0.03940350562334061,0.09506870806217194],[0.03940350562334061,0.10963624715805054],[0.6340817809104919,0.6762619018554688],[0.6340817809104919,0.612846314907074],[0.6340817809104919,0.6608951687812805],[0.6340817809104919,0.6777905821800232],[0.6340817809104919,0.5261677503585815],[0.6340817809104919,0.6210412383079529],[0.6340817809104919,0.6019152402877808],[0.6340817809104919,0.5864670872688293],[0.6340817809104919,0.6603116393089294],[0.6340817809104919,0.5786424279212952],[0.6340817809104919,0.5970625877380371],[0.6340817809104919,0.6103633642196655],[0.6340817809104919,0.7257695198059082],[0.6340817809104919,0.5768961906433105],[0.6340817809104919,0.6317884922027588],[0.6340817809104919,0.5631731152534485],[0.6340817809104919,0.6658523678779602],[0.6340817809104919,0.627929151058197],[0.6340817809104919,0.6830785870552063],[0.6340817809104919,0.6624969840049744],[0.6340817809104919,0.6475598812103271],[0.6340817809104919,0.6657983064651489],[0.6340817809104919,0.5772196054458618],[0.6340817809104919,0.6593483686447144],[0.6340817809104919,0.6743246912956238],[0.6340817809104919,0.6263641715049744],[0.6340817809104919,0.6241400241851807],[0.6340817809104919,0.6660640239715576],[0.6340817809104919,0.6220778822898865],[0.6340817809104919,0.7006600499153137],[0.6340817809104919,0.628629744052887],[0.6340817809104919,0.6239025592803955],[0.6340817809104919,0.6262629628181458],[0.6340817809104919,0.601364016532898],[0.6340817809104919,0.6987727284431458],[0.6340817809104919,0.530344545841217],[0.6340817809104919,0.5922589898109436],[0.6340817809104919,0.6155207753181458],[0.6340817809104919,0.5698856115341187],[0.6340817809104919,0.6313403248786926],[0.31663691997528076,0.46458563208580017],[0.31663691997528076,0.34338340163230896],[0.31663691997528076,0.359396755695343],[0.31663691997528076,0.4298504590988159],[0.31663691997528076,0.26396089792251587],[0.31663691997528076,0.30201825499534607],[0.31663691997528076,0.277252733707428],[0.31663691997528076,0.238737553358078],[0.31663691997528076,0.19936789572238922],[0.31663691997528076,0.20632924139499664],[0.31663691997528076,0.47366827726364136],[0.31663691997528076,0.2845456004142761],[0.31663691997528076,0.4206802248954773],[0.31663691997528076,0.49734246730804443],[0.31663691997528076,0.21769167482852936],[0.31663691997528076,0.3983701169490814],[0.31663691997528076,0.2349204421043396],[0.5032433867454529,0.6131208539009094],[0.5032433867454529,0.4603596329689026],[0.5032433867454529,0.5146826505661011],[0.5032433867454529,0.4688960313796997],[0.5032433867454529,0.5330855846405029],[0.40362870693206787,0.5135064125061035],[0.40362870693206787,0.47168055176734924],[0.40362870693206787,0.4319656789302826],[0.40362870693206787,0.5669016242027283],[0.40362870693206787,0.31202268600463867],[0.40362870693206787,0.2933034896850586],[0.40362870693206787,0.5510717034339905],[0.40362870693206787,0.2547019124031067],[0.739496648311615,0.7010117769241333],[0.739496648311615,0.7542946934700012],[0.739496648311615,0.7166334986686707],[0.739496648311615,0.708795428276062],[0.739496648311615,0.7007086277008057],[0.739496648311615,0.7075943946838379],[0.739496648311615,0.7644191980361938],[0.739496648311615,0.7541850805282593],[0.739496648311615,0.7204552888870239],[0.739496648311615,0.6681039333343506],[0.739496648311615,0.7173943519592285],[0.739496648311615,0.7679747343063354],[0.739496648311615,0.7566946744918823],[0.739496648311615,0.7371017932891846],[0.5182294845581055,0.5696771144866943],[0.5182294845581055,0.5973714590072632],[0.5182294845581055,0.6902758479118347],[0.5182294845581055,0.6588618755340576],[0.5182294845581055,0.5135064125061035],[0.5182294845581055,0.47168055176734924],[0.5182294845581055,0.5405364036560059],[0.5182294845581055,0.5425404906272888],[0.5182294845581055,0.31202268600463867],[0.5182294845581055,0.4240827262401581],[0.5182294845581055,0.5215306878089905],[0.5182294845581055,0.5510717034339905],[0.5182294845581055,0.4785969853401184],[0.5182294845581055,0.4526538550853729],[0.5182294845581055,0.5792965292930603],[0.6187958121299744,0.7362259030342102],[0.6187958121299744,0.6443777084350586],[0.6187958121299744,0.5171531438827515],[0.6187958121299744,0.6221238970756531],[0.6187958121299744,0.6101931929588318],[0.6187958121299744,0.6388989090919495],[0.6187958121299744,0.6169736385345459],[0.6187958121299744,0.5870806574821472],[0.6187958121299744,0.5922117829322815],[0.6187958121299744,0.5631731152534485],[0.6187958121299744,0.627929151058197],[0.6187958121299744,0.7423549294471741],[0.6187958121299744,0.6743246912956238],[0.6187958121299744,0.6101029515266418],[0.6187958121299744,0.5988909602165222],[0.6187958121299744,0.6155207753181458],[0.6187958121299744,0.5812655091285706],[0.6187958121299744,0.5744956731796265],[0.6187958121299744,0.6313403248786926],[0.6334552764892578,0.6221238970756531],[0.6334552764892578,0.6317884922027588],[0.6334552764892578,0.627929151058197],[0.6334552764892578,0.5877108573913574],[0.6334552764892578,0.7303126454353333],[0.6334552764892578,0.6475598812103271],[0.6334552764892578,0.6218068599700928],[0.6334552764892578,0.6291342377662659],[0.6334552764892578,0.6262629628181458],[0.6334552764892578,0.6155207753181458],[0.6334552764892578,0.6313403248786926],[0.5852541923522949,0.6019152402877808],[0.5852541923522949,0.6421504616737366],[0.5852541923522949,0.47177737951278687],[0.5852541923522949,0.5786424279212952],[0.5852541923522949,0.6101931929588318],[0.5852541923522949,0.6317884922027588],[0.5852541923522949,0.5156157612800598],[0.5852541923522949,0.5445723533630371],[0.5852541923522949,0.6263641715049744],[0.5852541923522949,0.5121839642524719],[0.5852541923522949,0.609318733215332],[0.5852541923522949,0.48697561025619507],[0.5852541923522949,0.5988909602165222],[0.5852541923522949,0.5196020007133484],[0.5852541923522949,0.6262629628181458],[0.5852541923522949,0.601364016532898],[0.5852541923522949,0.6155207753181458],[0.5852541923522949,0.6313403248786926],[0.6076268553733826,0.6443777084350586],[0.6076268553733826,0.5545201301574707],[0.6076268553733826,0.6221238970756531],[0.6076268553733826,0.5631731152534485],[0.6076268553733826,0.5728574991226196],[0.6076268553733826,0.6593483686447144],[0.6076268553733826,0.6101029515266418],[0.6076268553733826,0.6155207753181458],[0.6076268553733826,0.5349408388137817],[0.6076268553733826,0.6313403248786926],[0.6380612254142761,0.6182270050048828],[0.6380612254142761,0.6605286002159119],[0.6380612254142761,0.6103633642196655],[0.6380612254142761,0.6455685496330261],[0.6380612254142761,0.6682551503181458],[0.6380612254142761,0.6498149633407593],[0.6105653047561646,0.6443777084350586],[0.6105653047561646,0.6221238970756531],[0.6105653047561646,0.6101931929588318],[0.6105653047561646,0.6388989090919495],[0.6105653047561646,0.6509907841682434],[0.6105653047561646,0.6022805571556091],[0.6105653047561646,0.627929151058197],[0.6105653047561646,0.6969259977340698],[0.6105653047561646,0.640545666217804],[0.6105653047561646,0.5591959953308105],[0.6105653047561646,0.6438225507736206],[0.6105653047561646,0.5656746029853821],[0.6105653047561646,0.44139564037323],[0.6105653047561646,0.5744956731796265],[0.6105653047561646,0.5698856115341187],[0.6105653047561646,0.6313403248786926],[0.63997882604599,0.6210412383079529],[0.63997882604599,0.6421504616737366],[0.63997882604599,0.6101931929588318],[0.63997882604599,0.6509907841682434],[0.63997882604599,0.627929151058197],[0.63997882604599,0.6263641715049744],[0.63997882604599,0.6218068599700928],[0.63997882604599,0.6954585909843445],[0.63997882604599,0.604926586151123],[0.63997882604599,0.6262629628181458],[0.63997882604599,0.5628018379211426],[0.63997882604599,0.6155207753181458],[0.63997882604599,0.6313403248786926],[0.6891568303108215,0.7362259030342102],[0.6891568303108215,0.6942850947380066],[0.6891568303108215,0.7523995041847229],[0.6891568303108215,0.625607967376709],[0.6891568303108215,0.7040905356407166],[0.6891568303108215,0.6910948157310486],[0.6891568303108215,0.774450957775116],[0.6891568303108215,0.6293004751205444],[0.6891568303108215,0.6317884922027588],[0.6891568303108215,0.6509907841682434],[0.6891568303108215,0.627929151058197],[0.6891568303108215,0.7140789031982422],[0.6891568303108215,0.7809742093086243],[0.6891568303108215,0.7312915921211243],[0.6891568303108215,0.7423549294471741],[0.6891568303108215,0.6593483686447144],[0.6891568303108215,0.7402138710021973],[0.6891568303108215,0.7669695615768433],[0.6891568303108215,0.6954585909843445],[0.6891568303108215,0.6579514741897583],[0.6891568303108215,0.7417987585067749],[0.6891568303108215,0.6262629628181458],[0.6891568303108215,0.6438225507736206],[0.6891568303108215,0.6155207753181458],[0.6891568303108215,0.6313403248786926],[0.6347445845603943,0.6329731941223145],[0.6347445845603943,0.6164037585258484],[0.6347445845603943,0.655683159828186],[0.6347445845603943,0.623490035533905],[0.6347445845603943,0.6748813986778259],[0.6347445845603943,0.639262855052948],[0.6347445845603943,0.6444875597953796],[0.6347445845603943,0.6632236838340759],[0.6347445845603943,0.6577805280685425],[0.6347445845603943,0.7021891474723816],[0.6347445845603943,0.6414822340011597],[0.6347445845603943,0.6937403678894043],[0.17065390944480896,0.09064147621393204],[0.17065390944480896,0.37507885694503784],[0.17065390944480896,0.136888787150383],[0.17065390944480896,0.07248759269714355],[0.17065390944480896,0.2688409984111786],[0.17065390944480896,0.18191736936569214],[0.7111772298812866,0.6103633642196655],[0.7111772298812866,0.7140789031982422],[0.7111772298812866,0.524105966091156],[0.7111772298812866,0.6554610133171082],[0.7111772298812866,0.6438225507736206],[0.7111772298812866,0.6381286382675171],[0.6329731941223145,0.6164037585258484],[0.6329731941223145,0.655683159828186],[0.6329731941223145,0.623490035533905],[0.6329731941223145,0.6748813986778259],[0.6329731941223145,0.639262855052948],[0.6329731941223145,0.6444875597953796],[0.6329731941223145,0.6632236838340759],[0.6329731941223145,0.6577805280685425],[0.6329731941223145,0.7021891474723816],[0.6329731941223145,0.6414822340011597],[0.6884244084358215,0.5924760103225708],[0.6884244084358215,0.6509907841682434],[0.6884244084358215,0.6422824263572693],[0.6884244084358215,0.6263641715049744],[0.6884244084358215,0.6494779586791992],[0.6884244084358215,0.6218068599700928],[0.6884244084358215,0.646506667137146],[0.6884244084358215,0.6844956874847412],[0.6884244084358215,0.6155207753181458],[0.6884244084358215,0.6313403248786926],[0.6555759906768799,0.7909079194068909],[0.6555759906768799,0.6273676753044128],[0.6555759906768799,0.6499330401420593],[0.6555759906768799,0.5425404906272888],[0.6555759906768799,0.524105966091156],[0.6555759906768799,0.5541629791259766],[0.6555759906768799,0.5510717034339905],[0.5696771144866943,0.6901563405990601],[0.5696771144866943,0.6902758479118347],[0.5696771144866943,0.574248731136322],[0.5696771144866943,0.5334874391555786],[0.5696771144866943,0.5405364036560059],[0.5696771144866943,0.45974287390708923],[0.5696771144866943,0.424535870552063],[0.5696771144866943,0.3433791995048523],[0.6762619018554688,0.6443777084350586],[0.6762619018554688,0.6655101776123047],[0.6762619018554688,0.6155321598052979],[0.6762619018554688,0.6152263879776001],[0.6762619018554688,0.6263641715049744],[0.6762619018554688,0.6579514741897583],[0.6762619018554688,0.6262629628181458],[0.6762619018554688,0.6155207753181458],[0.6762619018554688,0.6313403248786926],[0.4947248697280884,0.5870806574821472],[0.4947248697280884,0.5425404906272888],[0.4947248697280884,0.523746132850647],[0.4947248697280884,0.4206802248954773],[0.4947248697280884,0.4603596329689026],[0.4947248697280884,0.5196020007133484],[0.06142546609044075,0.136888787150383],[0.06142546609044075,0.19936789572238922],[0.06142546609044075,0.10702816396951675],[0.06142546609044075,0.04156218841671944],[0.06142546609044075,0.08387250453233719],[0.06142546609044075,0.06313284486532211],[0.06142546609044075,0.15400554239749908],[0.46458563208580017,0.26396089792251587],[0.46458563208580017,0.6963169574737549],[0.46458563208580017,0.4240827262401581],[0.5649222135543823,0.6017807126045227],[0.5649222135543823,0.5031898021697998],[0.5649222135543823,0.5631731152534485],[0.5649222135543823,0.5877108573913574],[0.5649222135543823,0.6130886077880859],[0.5649222135543823,0.5628018379211426],[0.5649222135543823,0.6155207753181458],[0.5649222135543823,0.585095226764679],[0.5649222135543823,0.5744956731796265],[0.5649222135543823,0.6313403248786926],[0.666382908821106,0.6608951687812805],[0.666382908821106,0.7980062365531921],[0.666382908821106,0.4192558526992798],[0.666382908821106,0.5698856115341187],[0.7026505470275879,0.5973714590072632],[0.7026505470275879,0.6902758479118347],[0.7026505470275879,0.6805312037467957],[0.7026505470275879,0.8134019374847412],[0.7026505470275879,0.4526538550853729],[0.6530631184577942,0.7362259030342102],[0.6530631184577942,0.6705546379089355],[0.6530631184577942,0.612846314907074],[0.6530631184577942,0.6653757691383362],[0.6530631184577942,0.648289680480957],[0.6530631184577942,0.5793192386627197],[0.6530631184577942,0.637464702129364],[0.6530631184577942,0.6210412383079529],[0.6530631184577942,0.6421504616737366],[0.6530631184577942,0.6221238970756531],[0.6530631184577942,0.6605286002159119],[0.6530631184577942,0.6169736385345459],[0.6530631184577942,0.6723360419273376],[0.6530631184577942,0.5924760103225708],[0.6530631184577942,0.6255389451980591],[0.6530631184577942,0.6317884922027588],[0.6530631184577942,0.627929151058197],[0.6530631184577942,0.6786211729049683],[0.6530631184577942,0.6974161267280579],[0.6530631184577942,0.6565499901771545],[0.6530631184577942,0.6422824263572693],[0.6530631184577942,0.6152263879776001],[0.6530631184577942,0.6624969840049744],[0.6530631184577942,0.6475598812103271],[0.6530631184577942,0.6538307070732117],[0.6530631184577942,0.6593483686447144],[0.6530631184577942,0.6630733609199524],[0.6530631184577942,0.6120235919952393],[0.6530631184577942,0.6218068599700928],[0.6530631184577942,0.672804057598114],[0.6530631184577942,0.7006600499153137],[0.6530631184577942,0.6693019866943359],[0.6530631184577942,0.6888492107391357],[0.6530631184577942,0.7090601921081543],[0.6530631184577942,0.6548314690589905],[0.6530631184577942,0.6579514741897583],[0.6530631184577942,0.6239025592803955],[0.6530631184577942,0.646506667137146],[0.6530631184577942,0.6557551622390747],[0.6530631184577942,0.6844956874847412],[0.6530631184577942,0.6756367087364197],[0.6530631184577942,0.6155207753181458],[0.6530631184577942,0.6438375115394592],[0.6530631184577942,0.6313403248786926],[0.6901563405990601,0.6902758479118347],[0.6901563405990601,0.6913554668426514],[0.6901563405990601,0.6951141357421875],[0.05266350507736206,0.09516339749097824],[0.05266350507736206,0.08130063116550446],[0.05266350507736206,0.08071917295455933],[0.05266350507736206,0.18911084532737732],[0.05266350507736206,0.037639517337083817],[0.05266350507736206,0.18760810792446136],[0.6993091106414795,0.6437642574310303],[0.6993091106414795,0.599906325340271],[0.6993091106414795,0.616343080997467],[0.6993091106414795,0.5349408388137817],[0.6182270050048828,0.6443777084350586],[0.6182270050048828,0.625607967376709],[0.6182270050048828,0.6101931929588318],[0.6182270050048828,0.6317884922027588],[0.6182270050048828,0.627929151058197],[0.6182270050048828,0.6040060520172119],[0.6182270050048828,0.6263641715049744],[0.6182270050048828,0.5842980742454529],[0.6182270050048828,0.5744956731796265],[0.6182270050048828,0.6313403248786926],[0.12743446230888367,0.22890891134738922],[0.12743446230888367,0.26396089792251587],[0.12743446230888367,0.23945342004299164],[0.12743446230888367,0.16806486248970032],[0.12743446230888367,0.07028497010469437],[0.12743446230888367,0.054151542484760284],[0.12743446230888367,0.10272260010242462],[0.12743446230888367,0.045739687979221344],[0.12743446230888367,0.006061726715415716],[0.12743446230888367,0.27451810240745544],[0.12743446230888367,0.21769167482852936],[0.12743446230888367,0.13794922828674316],[0.12743446230888367,0.201202854514122],[0.12743446230888367,0.1512792408466339],[0.12743446230888367,0.06575220078229904],[0.44305238127708435,0.4132443070411682],[0.44305238127708435,0.5156157612800598],[0.44305238127708435,0.5123181939125061],[0.44305238127708435,0.5445723533630371],[0.44305238127708435,0.523746132850647],[0.7362259030342102,0.6421504616737366],[0.7362259030342102,0.650211751461029],[0.7362259030342102,0.6694921255111694],[0.7362259030342102,0.8558693528175354],[0.7362259030342102,0.6888492107391357],[0.7362259030342102,0.7090601921081543],[0.7362259030342102,0.6912544369697571],[0.7777853012084961,0.7856626510620117],[0.7777853012084961,0.5973714590072632],[0.7777853012084961,0.6902758479118347],[0.7777853012084961,0.7472525238990784],[0.7777853012084961,0.7925492525100708],[0.7777853012084961,0.6594494581222534],[0.7777853012084961,0.8555961847305298],[0.5971578359603882,0.5545201301574707],[0.5971578359603882,0.5970625877380371],[0.5971578359603882,0.6103633642196655],[0.5971578359603882,0.6509907841682434],[0.5971578359603882,0.6155321598052979],[0.5971578359603882,0.6422824263572693],[0.5971578359603882,0.5541629791259766],[0.5971578359603882,0.5988909602165222],[0.5971578359603882,0.5929073691368103],[0.5971578359603882,0.5349408388137817],[0.6405832767486572,0.6443777084350586],[0.6405832767486572,0.7387101650238037],[0.6405832767486572,0.6221238970756531],[0.6405832767486572,0.5922117829322815],[0.6405832767486572,0.6509907841682434],[0.6405832767486572,0.6538307070732117],[0.6405832767486572,0.6263641715049744],[0.6405832767486572,0.6837372183799744],[0.6405832767486572,0.5070940852165222],[0.6405832767486572,0.5738600492477417],[0.6405832767486572,0.6155207753181458],[0.6405832767486572,0.6296684741973877],[0.6405832767486572,0.5744956731796265],[0.6405832767486572,0.6313403248786926],[0.5418512225151062,0.46708735823631287],[0.5418512225151062,0.49854251742362976],[0.5418512225151062,0.5877580046653748],[0.5418512225151062,0.49640756845474243],[0.5418512225151062,0.473605215549469],[0.5418512225151062,0.6105397939682007],[0.5418512225151062,0.5509181022644043],[0.5418512225151062,0.6003420352935791],[0.5418512225151062,0.4656278192996979],[0.5418512225151062,0.5991724133491516],[0.5418512225151062,0.48306334018707275],[0.5418512225151062,0.47555676102638245],[0.5418512225151062,0.6186326742172241],[0.5418512225151062,0.6305680871009827],[0.5418512225151062,0.5013347268104553],[0.5418512225151062,0.45633694529533386],[0.5418512225151062,0.6292912364006042],[0.5418512225151062,0.6351040601730347],[0.5418512225151062,0.47085830569267273],[0.5418512225151062,0.5524196624755859],[0.5418512225151062,0.5228177309036255],[0.5418512225151062,0.4496118128299713],[0.5418512225151062,0.5953396558761597],[0.5418512225151062,0.5923166275024414],[0.5418512225151062,0.6037921905517578],[0.5418512225151062,0.5400027632713318],[0.5418512225151062,0.623619794845581],[0.5418512225151062,0.6158531904220581],[0.5418512225151062,0.45123594999313354],[0.5418512225151062,0.5272908210754395],[0.5418512225151062,0.6097174286842346],[0.5418512225151062,0.5725305676460266],[0.6942850947380066,0.6705546379089355],[0.6942850947380066,0.6443777084350586],[0.6942850947380066,0.6421504616737366],[0.6942850947380066,0.6221238970756531],[0.6942850947380066,0.5877108573913574],[0.6942850947380066,0.6152263879776001],[0.6942850947380066,0.6494779586791992],[0.6942850947380066,0.6888492107391357],[0.6942850947380066,0.6155207753181458],[0.4132443070411682,0.29821956157684326],[0.4132443070411682,0.523746132850647],[0.4132443070411682,0.5541629791259766],[0.4132443070411682,0.4603596329689026],[0.4132443070411682,0.28429481387138367],[0.4132443070411682,0.4025518000125885],[0.4132443070411682,0.5698856115341187],[0.6705546379089355,0.6421504616737366],[0.6705546379089355,0.6176368594169617],[0.6705546379089355,0.6694921255111694],[0.6705546379089355,0.6317884922027588],[0.6705546379089355,0.627929151058197],[0.6705546379089355,0.6278879046440125],[0.6705546379089355,0.6805312037467957],[0.6705546379089355,0.7646283507347107],[0.6705546379089355,0.7010672092437744],[0.6705546379089355,0.6475598812103271],[0.6705546379089355,0.7031589150428772],[0.6705546379089355,0.7006600499153137],[0.6705546379089355,0.6888492107391357],[0.6705546379089355,0.6531134843826294],[0.6705546379089355,0.7197392582893372],[0.6705546379089355,0.7090601921081543],[0.6705546379089355,0.6130886077880859],[0.6705546379089355,0.6943854093551636],[0.6705546379089355,0.6262629628181458],[0.6705546379089355,0.6987727284431458],[0.6705546379089355,0.6155207753181458],[0.6705546379089355,0.6313403248786926],[0.34338340163230896,0.3130728602409363],[0.34338340163230896,0.3561399579048157],[0.34338340163230896,0.26396089792251587],[0.34338340163230896,0.30201825499534607],[0.34338340163230896,0.5289300680160522],[0.34338340163230896,0.277252733707428],[0.34338340163230896,0.3706817626953125],[0.34338340163230896,0.3679406940937042],[0.34338340163230896,0.3124917149543762],[0.34338340163230896,0.3085162043571472],[0.34338340163230896,0.3165203928947449],[0.34338340163230896,0.2460416704416275],[0.34338340163230896,0.29278138279914856],[0.34338340163230896,0.3983701169490814],[0.34338340163230896,0.4000074565410614],[0.34338340163230896,0.41347935795783997],[0.7856626510620117,0.6588618755340576],[0.7856626510620117,0.8291294574737549],[0.7856626510620117,0.7925492525100708],[0.7856626510620117,0.610827624797821],[0.7856626510620117,0.7187610268592834],[0.7856626510620117,0.6844956874847412],[0.612846314907074,0.6119887828826904],[0.612846314907074,0.6022805571556091],[0.612846314907074,0.627929151058197],[0.612846314907074,0.6263641715049744],[0.612846314907074,0.5988909602165222],[0.612846314907074,0.6262629628181458],[0.612846314907074,0.585095226764679],[0.612846314907074,0.6313403248786926],[0.377346932888031,0.49854251742362976],[0.377346932888031,0.30803564190864563],[0.377346932888031,0.3040001094341278],[0.377346932888031,0.337114155292511],[0.377346932888031,0.48306334018707275],[0.377346932888031,0.30519214272499084],[0.377346932888031,0.40267977118492126],[0.377346932888031,0.4496118128299713],[0.377346932888031,0.3046553134918213],[0.377346932888031,0.27872830629348755],[0.377346932888031,0.44366687536239624],[0.377346932888031,0.45123594999313354],[0.7523995041847229,0.7835690379142761],[0.7523995041847229,0.5334874391555786],[0.7523995041847229,0.6910948157310486],[0.7523995041847229,0.6657594442367554],[0.7523995041847229,0.7611415982246399],[0.7523995041847229,0.7472525238990784],[0.7523995041847229,0.6974119544029236],[0.7523995041847229,0.7925492525100708],[0.7523995041847229,0.7187610268592834],[0.46708735823631287,0.3735802471637726],[0.46708735823631287,0.35790494084358215],[0.46708735823631287,0.5509181022644043],[0.46708735823631287,0.4656278192996979],[0.46708735823631287,0.48306334018707275],[0.46708735823631287,0.47555676102638245],[0.46708735823631287,0.5567787289619446],[0.46708735823631287,0.45633694529533386],[0.46708735823631287,0.32800084352493286],[0.46708735823631287,0.4496118128299713],[0.46708735823631287,0.31510668992996216],[0.46708735823631287,0.5460497736930847],[0.05229094251990318,0.04055043309926987],[0.05229094251990318,0.11521170288324356],[0.05229094251990318,0.08071917295455933],[0.05229094251990318,0.09064147621393204],[0.05229094251990318,0.136888787150383],[0.05229094251990318,0.019529934972524643],[0.05229094251990318,0.12977750599384308],[0.05229094251990318,0.08387250453233719],[0.05229094251990318,0.10228312015533447],[0.05229094251990318,0.06575220078229904],[0.6653757691383362,0.6603116393089294],[0.6653757691383362,0.6101931929588318],[0.6653757691383362,0.6119887828826904],[0.6653757691383362,0.6787756681442261],[0.6653757691383362,0.6317884922027588],[0.6653757691383362,0.627929151058197],[0.6653757691383362,0.6263641715049744],[0.6653757691383362,0.7006600499153137],[0.6653757691383362,0.6324447393417358],[0.6653757691383362,0.6844956874847412],[0.6653757691383362,0.5744956731796265],[0.6653757691383362,0.6313403248786926],[0.648289680480957,0.6612053513526917],[0.648289680480957,0.6342352032661438],[0.648289680480957,0.6221238970756531],[0.648289680480957,0.627929151058197],[0.648289680480957,0.6805312037467957],[0.648289680480957,0.6475598812103271],[0.648289680480957,0.6593483686447144],[0.648289680480957,0.6263641715049744],[0.648289680480957,0.6218068599700928],[0.648289680480957,0.6262629628181458],[0.648289680480957,0.6155207753181458],[0.648289680480957,0.6313403248786926],[0.203273206949234,0.23755137622356415],[0.203273206949234,0.07485323399305344],[0.203273206949234,0.17971421778202057],[0.203273206949234,0.12977750599384308],[0.203273206949234,0.15516121685504913],[0.203273206949234,0.23132659494876862],[0.203273206949234,0.2223096787929535],[0.203273206949234,0.2467871606349945],[0.6608951687812805,0.625607967376709],[0.6608951687812805,0.5545201301574707],[0.6608951687812805,0.6221238970756531],[0.6608951687812805,0.5904921293258667],[0.6608951687812805,0.5870806574821472],[0.6608951687812805,0.7611415982246399],[0.6608951687812805,0.6155321598052979],[0.6608951687812805,0.6593483686447144],[0.6608951687812805,0.6660640239715576],[0.6608951687812805,0.5510717034339905],[0.6608951687812805,0.6951141357421875],[0.6608951687812805,0.5929073691368103],[0.6608951687812805,0.585095226764679],[0.060631267726421356,0.08130063116550446],[0.060631267726421356,0.11456382274627686],[0.060631267726421356,0.11335030943155289],[0.060631267726421356,0.08387250453233719],[0.060631267726421356,0.0952889621257782],[0.060631267726421356,0.18798120319843292],[0.060631267726421356,0.11650893092155457],[0.49854251742362976,0.5877580046653748],[0.49854251742362976,0.49640756845474243],[0.49854251742362976,0.48306334018707275],[0.49854251742362976,0.45633694529533386],[0.49854251742362976,0.40267977118492126],[0.49854251742362976,0.5228177309036255],[0.49854251742362976,0.5923166275024414],[0.49854251742362976,0.5460497736930847],[0.205964595079422,0.31202268600463867],[0.205964595079422,0.2709105312824249],[0.205964595079422,0.2933034896850586],[0.205964595079422,0.26956573128700256],[0.6960800290107727,0.703118085861206],[0.6960800290107727,0.6748813986778259],[0.6960800290107727,0.7040780782699585],[0.6960800290107727,0.7113879323005676],[0.6960800290107727,0.7240465879440308],[0.6960800290107727,0.6632236838340759],[0.6960800290107727,0.7180708050727844],[0.6960800290107727,0.6577805280685425],[0.6960800290107727,0.7165117859840393],[0.6960800290107727,0.694917619228363],[0.6960800290107727,0.7007570862770081],[0.6960800290107727,0.7082542181015015],[0.6960800290107727,0.7389177083969116],[0.6960800290107727,0.7118699550628662],[0.6960800290107727,0.6907238364219666],[0.29821956157684326,0.359396755695343],[0.29821956157684326,0.3814525008201599],[0.29821956157684326,0.32176777720451355],[0.29821956157684326,0.31202268600463867],[0.29821956157684326,0.18911084532737732],[0.29821956157684326,0.3437599837779999],[0.29821956157684326,0.30615708231925964],[0.29821956157684326,0.2323005646467209],[0.29821956157684326,0.3983701169490814],[0.29821956157684326,0.28429481387138367],[0.29821956157684326,0.41562366485595703],[0.024733981117606163,0.09996397793292999],[0.024733981117606163,0.07485323399305344],[0.024733981117606163,0.08130063116550446],[0.024733981117606163,0.08071917295455933],[0.024733981117606163,0.09064147621393204],[0.024733981117606163,0.057726357132196426],[0.024733981117606163,0.15516121685504913],[0.024733981117606163,0.07575330883264542],[0.5889295339584351,0.47971221804618835],[0.5889295339584351,0.6221238970756531],[0.5889295339584351,0.5922117829322815],[0.5889295339584351,0.627929151058197],[0.5889295339584351,0.5728574991226196],[0.5889295339584351,0.6335167288780212],[0.5889295339584351,0.616063117980957],[0.5889295339584351,0.6263641715049744],[0.5889295339584351,0.5528236627578735],[0.5889295339584351,0.6218068599700928],[0.5889295339584351,0.609318733215332],[0.5889295339584351,0.5379151105880737],[0.5889295339584351,0.5709179043769836],[0.5889295339584351,0.6155207753181458],[0.5889295339584351,0.571553647518158],[0.7486090660095215,0.6066694259643555],[0.7486090660095215,0.6624969840049744],[0.7486090660095215,0.6660640239715576],[0.7486090660095215,0.609318733215332],[0.7486090660095215,0.5908341407775879],[0.6777905821800232,0.6443777084350586],[0.6777905821800232,0.606285035610199],[0.6777905821800232,0.6603116393089294],[0.6777905821800232,0.5344966650009155],[0.6777905821800232,0.6655101776123047],[0.6777905821800232,0.5870806574821472],[0.6777905821800232,0.7611415982246399],[0.6777905821800232,0.6317884922027588],[0.6777905821800232,0.6509907841682434],[0.6777905821800232,0.6155321598052979],[0.6777905821800232,0.5819589495658875],[0.6777905821800232,0.7006600499153137],[0.6777905821800232,0.6653478145599365],[0.6777905821800232,0.6155207753181458],[0.23755137622356415,0.30803564190864563],[0.23755137622356415,0.3040001094341278],[0.23755137622356415,0.337114155292511],[0.23755137622356415,0.15492437779903412],[0.23755137622356415,0.1602465659379959],[0.23755137622356415,0.22375912964344025],[0.23755137622356415,0.2728397846221924],[0.23755137622356415,0.30519214272499084],[0.23755137622356415,0.1992339938879013],[0.23755137622356415,0.2838086783885956],[0.23755137622356415,0.15516121685504913],[0.23755137622356415,0.25650614500045776],[0.23755137622356415,0.23132659494876862],[0.23755137622356415,0.23699234426021576],[0.23755137622356415,0.19037021696567535],[0.23755137622356415,0.3046553134918213],[0.23755137622356415,0.27872830629348755],[0.23755137622356415,0.2223096787929535],[0.23755137622356415,0.2467871606349945],[0.23755137622356415,0.24264554679393768],[0.23755137622356415,0.2352246791124344],[0.10119792819023132,0.22890891134738922],[0.10119792819023132,0.09516339749097824],[0.10119792819023132,0.136888787150383],[0.10119792819023132,0.06355015933513641],[0.10119792819023132,0.08387250453233719],[0.10119792819023132,0.18798120319843292],[0.10119792819023132,0.13794922828674316],[0.10119792819023132,0.11946617066860199],[0.21542370319366455,0.34261590242385864],[0.21542370319366455,0.32095858454704285],[0.21542370319366455,0.277252733707428],[0.21542370319366455,0.32176777720451355],[0.21542370319366455,0.2688409984111786],[0.21542370319366455,0.0952889621257782],[0.21542370319366455,0.18911084532737732],[0.21542370319366455,0.2709105312824249],[0.21542370319366455,0.29104307293891907],[0.21542370319366455,0.26956573128700256],[0.21542370319366455,0.19648145139217377],[0.6164037585258484,0.655683159828186],[0.6164037585258484,0.623490035533905],[0.6164037585258484,0.639262855052948],[0.6164037585258484,0.6632236838340759],[0.6164037585258484,0.6577805280685425],[0.6164037585258484,0.6414822340011597],[0.5793192386627197,0.47177737951278687],[0.5793192386627197,0.6101931929588318],[0.5793192386627197,0.5924760103225708],[0.5793192386627197,0.6155321598052979],[0.5793192386627197,0.6101029515266418],[0.5793192386627197,0.5988909602165222],[0.5793192386627197,0.6262629628181458],[0.5793192386627197,0.601364016532898],[0.5793192386627197,0.6155207753181458],[0.5793192386627197,0.6313403248786926],[0.4476705491542816,0.45974287390708923],[0.4476705491542816,0.3706817626953125],[0.4476705491542816,0.487408310174942],[0.4476705491542816,0.33877965807914734],[0.4476705491542816,0.44247967004776],[0.6508274078369141,0.5973714590072632],[0.6508274078369141,0.5030919313430786],[0.6508274078369141,0.6182692646980286],[0.6508274078369141,0.6772714853286743],[0.6508274078369141,0.44911420345306396],[0.09996397793292999,0.11521170288324356],[0.09996397793292999,0.0908382385969162],[0.09996397793292999,0.26396089792251587],[0.09996397793292999,0.09064147621393204],[0.09996397793292999,0.136888787150383],[0.09996397793292999,0.019529934972524643],[0.09996397793292999,0.10702816396951675],[0.09996397793292999,0.21270190179347992],[0.09996397793292999,0.06889057159423828],[0.09996397793292999,0.006061726715415716],[0.09996397793292999,0.05188258737325668],[0.09996397793292999,0.27451810240745544],[0.09996397793292999,0.037639517337083817],[0.09996397793292999,0.069983571767807],[0.09996397793292999,0.18191736936569214],[0.09996397793292999,0.028311198577284813],[0.7485908269882202,0.7099927067756653],[0.7485908269882202,0.6273676753044128],[0.7485908269882202,0.6974119544029236],[0.7485908269882202,0.6494779586791992],[0.7485908269882202,0.7187610268592834],[0.7485908269882202,0.5738600492477417],[0.7485908269882202,0.6844956874847412],[0.5697733163833618,0.6017807126045227],[0.5697733163833618,0.6221238970756531],[0.5697733163833618,0.6101931929588318],[0.5697733163833618,0.5924760103225708],[0.5697733163833618,0.5728574991226196],[0.5697733163833618,0.6152263879776001],[0.5697733163833618,0.601364016532898],[0.5697733163833618,0.6155207753181458],[0.5697733163833618,0.5744956731796265],[0.5697733163833618,0.571553647518158],[0.5973714590072632,0.7835690379142761],[0.5973714590072632,0.6713655591011047],[0.5973714590072632,0.3715113699436188],[0.5973714590072632,0.574248731136322],[0.5973714590072632,0.4343012869358063],[0.5973714590072632,0.5135064125061035],[0.5973714590072632,0.6613167524337769],[0.5973714590072632,0.6544072031974792],[0.5973714590072632,0.7611415982246399],[0.5973714590072632,0.32095858454704285],[0.5973714590072632,0.6499330401420593],[0.5973714590072632,0.6963169574737549],[0.5973714590072632,0.5425404906272888],[0.5973714590072632,0.5669016242027283],[0.5973714590072632,0.4923052489757538],[0.5973714590072632,0.8291294574737549],[0.5973714590072632,0.7343448400497437],[0.5973714590072632,0.5432993769645691],[0.5973714590072632,0.5819589495658875],[0.5973714590072632,0.41097888350486755],[0.5973714590072632,0.5541629791259766],[0.5973714590072632,0.8134019374847412],[0.5973714590072632,0.5510717034339905],[0.5973714590072632,0.4785969853401184],[0.5973714590072632,0.5015673041343689],[0.5973714590072632,0.6340423226356506],[0.5973714590072632,0.520996630191803],[0.5973714590072632,0.4885503351688385],[0.5973714590072632,0.6199632287025452],[0.5973714590072632,0.41984930634498596],[0.5973714590072632,0.632013201713562],[0.6902758479118347,0.574248731136322],[0.6902758479118347,0.5334874391555786],[0.6902758479118347,0.7648979425430298],[0.6902758479118347,0.7099927067756653],[0.6902758479118347,0.6963169574737549],[0.6902758479118347,0.6786211729049683],[0.6902758479118347,0.7472525238990784],[0.6902758479118347,0.49171286821365356],[0.6902758479118347,0.5999060869216919],[0.6902758479118347,0.7187610268592834],[0.5261677503585815,0.5970625877380371],[0.5261677503585815,0.5291987657546997],[0.5261677503585815,0.5768961906433105],[0.5261677503585815,0.42463743686676025],[0.5261677503585815,0.5631731152534485],[0.5261677503585815,0.5121839642524719],[0.5261677503585815,0.4009082317352295],[0.6607975363731384,0.6713655591011047],[0.6607975363731384,0.5545201301574707],[0.6607975363731384,0.6455685496330261],[0.6607975363731384,0.5631731152534485],[0.6607975363731384,0.6974161267280579],[0.6607975363731384,0.5929073691368103],[0.6607975363731384,0.585095226764679],[0.6607975363731384,0.571553647518158],[0.5640757083892822,0.6443777084350586],[0.5640757083892822,0.6017807126045227],[0.5640757083892822,0.6221238970756531],[0.5640757083892822,0.6022805571556091],[0.5640757083892822,0.5981012582778931],[0.5640757083892822,0.640545666217804],[0.5640757083892822,0.601364016532898],[0.5640757083892822,0.5386168360710144],[0.5640757083892822,0.5744956731796265],[0.5640757083892822,0.571553647518158],[0.30803564190864563,0.337114155292511],[0.30803564190864563,0.2728397846221924],[0.30803564190864563,0.30519214272499084],[0.30803564190864563,0.2838086783885956],[0.30803564190864563,0.40267977118492126],[0.30803564190864563,0.3046553134918213],[0.30803564190864563,0.27872830629348755],[0.30803564190864563,0.2467871606349945],[0.243229940533638,0.22880075871944427],[0.243229940533638,0.29602664709091187],[0.7010117769241333,0.689559280872345],[0.7010117769241333,0.6909607648849487],[0.7010117769241333,0.7063217163085938],[0.7010117769241333,0.7166334986686707],[0.7010117769241333,0.708795428276062],[0.7010117769241333,0.6808599233627319],[0.7010117769241333,0.7075943946838379],[0.7010117769241333,0.7360767126083374],[0.7010117769241333,0.6292912364006042],[0.7010117769241333,0.6351040601730347],[0.7010117769241333,0.7204552888870239],[0.7010117769241333,0.6681039333343506],[0.7010117769241333,0.7173943519592285],[0.7010117769241333,0.6742174625396729],[0.7010117769241333,0.623619794845581],[0.18971769511699677,0.35790494084358215],[0.18971769511699677,0.17571493983268738],[0.18971769511699677,0.20412050187587738],[0.18971769511699677,0.20897972583770752],[0.18971769511699677,0.3024034798145294],[0.18971769511699677,0.09752253443002701],[0.18971769511699677,0.264449805021286],[0.18971769511699677,0.11475997418165207],[0.18971769511699677,0.12541168928146362],[0.18971769511699677,0.23568123579025269],[0.18971769511699677,0.30869272351264954],[0.7835690379142761,0.7980062365531921],[0.7835690379142761,0.8414788246154785],[0.7835690379142761,0.6544072031974792],[0.7835690379142761,0.7809742093086243],[0.7835690379142761,0.7472525238990784],[0.7835690379142761,0.7207822203636169],[0.359396755695343,0.31780096888542175],[0.359396755695343,0.30201825499534607],[0.359396755695343,0.32471588253974915],[0.359396755695343,0.3165203928947449],[0.359396755695343,0.2709105312824249],[0.359396755695343,0.4206802248954773],[0.359396755695343,0.29104307293891907],[0.359396755695343,0.471221387386322],[0.359396755695343,0.3654992878437042],[0.359396755695343,0.40149274468421936],[0.359396755695343,0.45469462871551514],[0.359396755695343,0.4688960313796997],[0.359396755695343,0.507710874080658],[0.359396755695343,0.3851962685585022],[0.359396755695343,0.33792200684547424],[0.5714596509933472,0.6443777084350586],[0.5714596509933472,0.6017807126045227],[0.5714596509933472,0.6019152402877808],[0.5714596509933472,0.6657594442367554],[0.5714596509933472,0.6263641715049744],[0.5714596509933472,0.5765173435211182],[0.5714596509933472,0.5203214287757874],[0.5714596509933472,0.5060229897499084],[0.5714596509933472,0.5379151105880737],[0.5714596509933472,0.5386168360710144],[0.5714596509933472,0.585095226764679],[0.5714596509933472,0.6296684741973877],[0.5714596509933472,0.5744956731796265],[0.5714596509933472,0.571553647518158],[0.19067633152008057,0.24074023962020874],[0.19067633152008057,0.25374165177345276],[0.19067633152008057,0.15492437779903412],[0.19067633152008057,0.17627547681331635],[0.19067633152008057,0.2448723167181015],[0.19067633152008057,0.2259388118982315],[0.19067633152008057,0.14591634273529053],[0.19067633152008057,0.32800084352493286],[0.19067633152008057,0.20121771097183228],[0.19067633152008057,0.15309984982013702],[0.19067633152008057,0.20742297172546387],[0.19067633152008057,0.2379344403743744],[0.19067633152008057,0.23568123579025269],[0.19067633152008057,0.16293536126613617],[0.6443777084350586,0.637464702129364],[0.6443777084350586,0.6588618755340576],[0.6443777084350586,0.6210517287254333],[0.6443777084350586,0.6612053513526917],[0.6443777084350586,0.6342352032661438],[0.6443777084350586,0.5693867206573486],[0.6443777084350586,0.6221238970756531],[0.6443777084350586,0.6603116393089294],[0.6443777084350586,0.5786424279212952],[0.6443777084350586,0.6910948157310486],[0.6443777084350586,0.6103633642196655],[0.6443777084350586,0.6388989090919495],[0.6443777084350586,0.6169736385345459],[0.6443777084350586,0.6027131080627441],[0.6443777084350586,0.6317884922027588],[0.6443777084350586,0.5922117829322815],[0.6443777084350586,0.6509907841682434],[0.6443777084350586,0.6658523678779602],[0.6443777084350586,0.627929151058197],[0.6443777084350586,0.5877108573913574],[0.6443777084350586,0.660428524017334],[0.6443777084350586,0.5892434120178223],[0.6443777084350586,0.6974161267280579],[0.6443777084350586,0.5981012582778931],[0.6443777084350586,0.6422824263572693],[0.6443777084350586,0.6624969840049744],[0.6443777084350586,0.7010672092437744],[0.6443777084350586,0.6475598812103271],[0.6443777084350586,0.6412795782089233],[0.6443777084350586,0.58518385887146],[0.6443777084350586,0.7402138710021973],[0.6443777084350586,0.6263641715049744],[0.6443777084350586,0.6630733609199524],[0.6443777084350586,0.6494779586791992],[0.6443777084350586,0.6954585909843445],[0.6443777084350586,0.6589528322219849],[0.6443777084350586,0.6449565291404724],[0.6443777084350586,0.5497570633888245],[0.6443777084350586,0.6169105768203735],[0.6443777084350586,0.6379261612892151],[0.6443777084350586,0.7090601921081543],[0.6443777084350586,0.6759604811668396],[0.6443777084350586,0.6130886077880859],[0.6443777084350586,0.6943854093551636],[0.6443777084350586,0.6579514741897583],[0.6443777084350586,0.6262629628181458],[0.6443777084350586,0.6987727284431458],[0.6443777084350586,0.6557551622390747],[0.6443777084350586,0.7187610268592834],[0.6443777084350586,0.6438225507736206],[0.6443777084350586,0.6498149633407593],[0.6443777084350586,0.6277816891670227],[0.6443777084350586,0.591185450553894],[0.6443777084350586,0.6756367087364197],[0.6443777084350586,0.6155207753181458],[0.6443777084350586,0.6381286382675171],[0.6443777084350586,0.6438375115394592],[0.6443777084350586,0.6313403248786926],[0.22880075871944427,0.38023754954338074],[0.22880075871944427,0.3814525008201599],[0.22880075871944427,0.26956573128700256],[0.22880075871944427,0.1527099907398224],[0.6713655591011047,0.5786424279212952],[0.6713655591011047,0.6273676753044128],[0.6713655591011047,0.6499330401420593],[0.6713655591011047,0.41984930634498596],[0.6713655591011047,0.6277816891670227],[0.5953439474105835,0.5171531438827515],[0.5953439474105835,0.6221238970756531],[0.5953439474105835,0.5344966650009155],[0.5953439474105835,0.5981012582778931],[0.5953439474105835,0.6743246912956238],[0.5953439474105835,0.6494779586791992],[0.5953439474105835,0.49489566683769226],[0.5953439474105835,0.5203214287757874],[0.5953439474105835,0.610827624797821],[0.5953439474105835,0.609318733215332],[0.5953439474105835,0.5988909602165222],[0.5953439474105835,0.6262629628181458],[0.5953439474105835,0.5386168360710144],[0.5953439474105835,0.7207822203636169],[0.5953439474105835,0.6155207753181458],[0.5953439474105835,0.585095226764679],[0.5953439474105835,0.6313403248786926],[0.703118085861206,0.6748813986778259],[0.703118085861206,0.7165117859840393],[0.703118085861206,0.694917619228363],[0.703118085861206,0.7358957529067993],[0.703118085861206,0.7007570862770081],[0.703118085861206,0.7082542181015015],[0.703118085861206,0.7118699550628662],[0.703118085861206,0.6907238364219666],[0.6072051525115967,0.5743483901023865],[0.6072051525115967,0.650211751461029],[0.6072051525115967,0.627929151058197],[0.6072051525115967,0.5728574991226196],[0.6072051525115967,0.5789358019828796],[0.6072051525115967,0.6263641715049744],[0.6072051525115967,0.59421706199646],[0.6072051525115967,0.5988909602165222],[0.6072051525115967,0.6291342377662659],[0.6072051525115967,0.6262629628181458],[0.6072051525115967,0.601364016532898],[0.6072051525115967,0.5908341407775879],[0.6072051525115967,0.6155207753181458],[0.5171531438827515,0.4298504590988159],[0.5171531438827515,0.6155321598052979],[0.5171531438827515,0.5981012582778931],[0.5171531438827515,0.523746132850647],[0.5171531438827515,0.323573499917984],[0.5171531438827515,0.4984549283981323],[0.5171531438827515,0.6101029515266418],[0.5171531438827515,0.615622341632843],[0.5171531438827515,0.5652235150337219],[0.5171531438827515,0.571553647518158],[0.6017807126045227,0.6210517287254333],[0.6017807126045227,0.6019152402877808],[0.6017807126045227,0.5469448566436768],[0.6017807126045227,0.5545201301574707],[0.6017807126045227,0.6555689573287964],[0.6017807126045227,0.650211751461029],[0.6017807126045227,0.5605388283729553],[0.6017807126045227,0.5706392526626587],[0.6017807126045227,0.6221238970756531],[0.6017807126045227,0.5474225282669067],[0.6017807126045227,0.6045607328414917],[0.6017807126045227,0.5924760103225708],[0.6017807126045227,0.5336350202560425],[0.6017807126045227,0.5768961906433105],[0.6017807126045227,0.6293004751205444],[0.6017807126045227,0.6455685496330261],[0.6017807126045227,0.6317884922027588],[0.6017807126045227,0.5631731152534485],[0.6017807126045227,0.6022805571556091],[0.6017807126045227,0.627929151058197],[0.6017807126045227,0.5549317598342896],[0.6017807126045227,0.6329917311668396],[0.6017807126045227,0.6166980862617493],[0.6017807126045227,0.6218068599700928],[0.6017807126045227,0.6220778822898865],[0.6017807126045227,0.59421706199646],[0.6017807126045227,0.609318733215332],[0.6017807126045227,0.616343080997467],[0.6017807126045227,0.5299791097640991],[0.6017807126045227,0.5988909602165222],[0.6017807126045227,0.6548314690589905],[0.6017807126045227,0.601364016532898],[0.6017807126045227,0.6557551622390747],[0.6017807126045227,0.7187610268592834],[0.6017807126045227,0.5931537747383118],[0.6017807126045227,0.6206339001655579],[0.6017807126045227,0.6682551503181458],[0.6017807126045227,0.5922589898109436],[0.6017807126045227,0.5908341407775879],[0.6017807126045227,0.6155207753181458],[0.6017807126045227,0.5744956731796265],[0.6017807126045227,0.6037975549697876],[0.6017807126045227,0.571553647518158],[0.6017807126045227,0.6313403248786926],[0.637464702129364,0.6317884922027588],[0.637464702129364,0.6022805571556091],[0.637464702129364,0.6152263879776001],[0.637464702129364,0.6593483686447144],[0.637464702129364,0.640545666217804],[0.637464702129364,0.5988909602165222],[0.637464702129364,0.6155207753181458],[0.637464702129364,0.5744956731796265],[0.19306465983390808,0.056843336671590805],[0.19306465983390808,0.29196301102638245],[0.19306465983390808,0.17627547681331635],[0.19306465983390808,0.24116741120815277],[0.19306465983390808,0.21270190179347992],[0.19306465983390808,0.08086756616830826],[0.37485456466674805,0.5135064125061035],[0.37485456466674805,0.5163745880126953],[0.37485456466674805,0.32471588253974915],[0.37485456466674805,0.2709105312824249],[0.37485456466674805,0.4885503351688385],[0.37485456466674805,0.40068840980529785],[0.37485456466674805,0.19648145139217377],[0.11798212677240372,0.18148107826709747],[0.11798212677240372,0.06336452811956406],[0.11798212677240372,0.08130063116550446],[0.11798212677240372,0.09967785328626633],[0.11798212677240372,0.20412050187587738],[0.11798212677240372,0.20121771097183228],[0.11798212677240372,0.057726357132196426],[0.11798212677240372,0.21398276090621948],[0.11798212677240372,0.15309984982013702],[0.11798212677240372,0.20742297172546387],[0.11798212677240372,0.06626928597688675],[0.11798212677240372,0.06313284486532211],[0.11798212677240372,0.10228312015533447],[0.28576865792274475,0.3040001094341278],[0.28576865792274475,0.3460516929626465],[0.28576865792274475,0.2645932137966156],[0.28576865792274475,0.2448723167181015],[0.28576865792274475,0.20412050187587738],[0.28576865792274475,0.32800084352493286],[0.28576865792274475,0.27762851119041443],[0.28576865792274475,0.23699234426021576],[0.28576865792274475,0.31510668992996216],[0.28576865792274475,0.2379344403743744],[0.28576865792274475,0.24264554679393768],[0.28576865792274475,0.3092819154262543],[0.28576865792274475,0.44366687536239624],[0.28576865792274475,0.2887815237045288],[0.28576865792274475,0.17229494452476501],[0.28576865792274475,0.2671283483505249],[0.28576865792274475,0.3940636217594147],[0.28576865792274475,0.4091742932796478],[0.5877580046653748,0.6105397939682007],[0.5877580046653748,0.5013347268104553],[0.5877580046653748,0.6292912364006042],[0.5877580046653748,0.6351040601730347],[0.5877580046653748,0.5228177309036255],[0.5877580046653748,0.6681039333343506],[0.5877580046653748,0.6158531904220581],[0.5877580046653748,0.5272908210754395],[0.5877580046653748,0.5725305676460266],[0.04055043309926987,0.136888787150383],[0.04055043309926987,0.054151542484760284],[0.04055043309926987,0.0952889621257782],[0.04055043309926987,0.11512668430805206],[0.04055043309926987,0.023644909262657166],[0.04055043309926987,0.13347342610359192],[0.04055043309926987,0.13298602402210236],[0.04055043309926987,0.06575220078229904],[0.6522510647773743,0.6588618755340576],[0.6522510647773743,0.6038011908531189],[0.6522510647773743,0.7265770435333252],[0.6522510647773743,0.6421504616737366],[0.6522510647773743,0.5693867206573486],[0.6522510647773743,0.6317884922027588],[0.6522510647773743,0.6509907841682434],[0.6522510647773743,0.7140789031982422],[0.6522510647773743,0.6040060520172119],[0.6522510647773743,0.7472525238990784],[0.6522510647773743,0.6958409547805786],[0.6522510647773743,0.610827624797821],[0.6522510647773743,0.6101029515266418],[0.6522510647773743,0.5988909602165222],[0.6522510647773743,0.6340423226356506],[0.6522510647773743,0.601364016532898],[0.6522510647773743,0.6155207753181458],[0.6522510647773743,0.585095226764679],[0.6522510647773743,0.6313403248786926],[0.2945505976676941,0.39325928688049316],[0.2945505976676941,0.24458014965057373],[0.2945505976676941,0.39585599303245544],[0.2945505976676941,0.3987441658973694],[0.2945505976676941,0.17877797782421112],[0.2945505976676941,0.1959761530160904],[0.2945505976676941,0.42463743686676025],[0.2945505976676941,0.32782411575317383],[0.2945505976676941,0.2038135826587677],[0.2945505976676941,0.24119599163532257],[0.2945505976676941,0.44899871945381165],[0.2945505976676941,0.15386761724948883],[0.2945505976676941,0.4194645285606384],[0.2945505976676941,0.28429481387138367],[0.2945505976676941,0.29602664709091187],[0.2945505976676941,0.21585528552532196],[0.2945505976676941,0.4009082317352295],[0.4699195623397827,0.4000287353992462],[0.4699195623397827,0.45770183205604553],[0.4699195623397827,0.4116331934928894],[0.4699195623397827,0.39570116996765137],[0.4699195623397827,0.4603596329689026],[0.4699195623397827,0.599906325340271],[0.4699195623397827,0.5064222812652588],[0.6588618755340576,0.5062111616134644],[0.6588618755340576,0.5870806574821472],[0.6588618755340576,0.7611415982246399],[0.6588618755340576,0.6190354228019714],[0.6588618755340576,0.5922117829322815],[0.6588618755340576,0.6963169574737549],[0.6588618755340576,0.7343448400497437],[0.6588618755340576,0.5432993769645691],[0.6588618755340576,0.6263641715049744],[0.6588618755340576,0.7249808311462402],[0.6588618755340576,0.6579514741897583],[0.6588618755340576,0.5394593477249146],[0.6588618755340576,0.5929073691368103],[0.6588618755340576,0.585095226764679],[0.6588618755340576,0.5912179350852966],[0.6248916387557983,0.6221238970756531],[0.6248916387557983,0.6317884922027588],[0.6248916387557983,0.6509907841682434],[0.6248916387557983,0.6263641715049744],[0.6248916387557983,0.6262629628181458],[0.6248916387557983,0.5908341407775879],[0.6248916387557983,0.6155207753181458],[0.6248916387557983,0.585095226764679],[0.6248916387557983,0.5744956731796265],[0.6248916387557983,0.6313403248786926],[0.09002355486154556,0.18273049592971802],[0.09002355486154556,0.08260084688663483],[0.09002355486154556,0.136888787150383],[0.09002355486154556,0.06889057159423828],[0.09002355486154556,0.037639517337083817],[0.09002355486154556,0.06626928597688675],[0.09002355486154556,0.13794922828674316],[0.09002355486154556,0.22438563406467438],[0.09002355486154556,0.11688780784606934],[0.09002355486154556,0.11772918701171875],[0.09002355486154556,0.11946617066860199],[0.09002355486154556,0.06575220078229904],[0.5446143746376038,0.49927330017089844],[0.5446143746376038,0.6317884922027588],[0.5446143746376038,0.5922117829322815],[0.5446143746376038,0.5631731152534485],[0.5446143746376038,0.6022805571556091],[0.5446143746376038,0.5877108573913574],[0.5446143746376038,0.5123181939125061],[0.5446143746376038,0.5030919313430786],[0.5446143746376038,0.5549317598342896],[0.5446143746376038,0.6263641715049744],[0.5446143746376038,0.45926395058631897],[0.5446143746376038,0.5628018379211426],[0.5446143746376038,0.5744956731796265],[0.5446143746376038,0.571553647518158],[0.5446143746376038,0.49762043356895447],[0.5470559000968933,0.5062111616134644],[0.5470559000968933,0.5970625877380371],[0.5470559000968933,0.5289300680160522],[0.5470559000968933,0.6509907841682434],[0.5470559000968933,0.6624969840049744],[0.5470559000968933,0.43636754155158997],[0.5470559000968933,0.5988909602165222],[0.5470559000968933,0.4721704423427582],[0.5470559000968933,0.601364016532898],[0.5470559000968933,0.44911420345306396],[0.5470559000968933,0.5792954564094543],[0.5470559000968933,0.5709179043769836],[0.5470559000968933,0.5312883853912354],[0.5470559000968933,0.5349408388137817],[0.5470559000968933,0.375993937253952],[0.5470559000968933,0.571553647518158],[0.6210412383079529,0.6496357321739197],[0.6210412383079529,0.6152263879776001],[0.6210412383079529,0.5988909602165222],[0.6210412383079529,0.6262629628181458],[0.6210412383079529,0.615622341632843],[0.6210412383079529,0.6155207753181458],[0.6210412383079529,0.6313403248786926],[0.7980062365531921,0.574248731136322],[0.7980062365531921,0.8220455050468445],[0.7980062365531921,0.7646283507347107],[0.5909684300422668,0.6119887828826904],[0.5909684300422668,0.6317884922027588],[0.5909684300422668,0.627929151058197],[0.5909684300422668,0.6040060520172119],[0.5909684300422668,0.6101029515266418],[0.5909684300422668,0.5988909602165222],[0.5909684300422668,0.601364016532898],[0.5909684300422668,0.6557551622390747],[0.5909684300422668,0.585095226764679],[0.5909684300422668,0.5744956731796265],[0.3715113699436188,0.27684804797172546],[0.3715113699436188,0.5135064125061035],[0.3715113699436188,0.5057351589202881],[0.3715113699436188,0.201832577586174],[0.3715113699436188,0.4206802248954773],[0.3715113699436188,0.2141508013010025],[0.5532019734382629,0.5545201301574707],[0.5532019734382629,0.6119887828826904],[0.5532019734382629,0.4870862066745758],[0.5532019734382629,0.5158411264419556],[0.5532019734382629,0.5877108573913574],[0.5532019734382629,0.5728574991226196],[0.5532019734382629,0.5069339275360107],[0.5532019734382629,0.6263641715049744],[0.5532019734382629,0.4611967206001282],[0.5532019734382629,0.48697561025619507],[0.5532019734382629,0.6262629628181458],[0.5532019734382629,0.615622341632843],[0.5532019734382629,0.5908341407775879],[0.5532019734382629,0.6155207753181458],[0.655683159828186,0.623490035533905],[0.655683159828186,0.6748813986778259],[0.655683159828186,0.639262855052948],[0.655683159828186,0.6444875597953796],[0.655683159828186,0.6632236838340759],[0.655683159828186,0.6577805280685425],[0.655683159828186,0.694917619228363],[0.655683159828186,0.7007570862770081],[0.655683159828186,0.7283328771591187],[0.655683159828186,0.7021891474723816],[0.655683159828186,0.7082542181015015],[0.655683159828186,0.6414822340011597],[0.655683159828186,0.6907238364219666],[0.8414788246154785,0.7040905356407166],[0.8414788246154785,0.6682551503181458],[0.5018692016601562,0.5545201301574707],[0.5018692016601562,0.6103633642196655],[0.5018692016601562,0.5728574991226196],[0.5018692016601562,0.523746132850647],[0.5018692016601562,0.5363489985466003],[0.5018692016601562,0.5313930511474609],[0.5018692016601562,0.5386168360710144],[0.5018692016601562,0.5312883853912354],[0.5018692016601562,0.5349408388137817],[0.3740639090538025,0.4000287353992462],[0.3740639090538025,0.484139621257782],[0.3740639090538025,0.4206802248954773],[0.3740639090538025,0.3983701169490814],[0.3740639090538025,0.44911420345306396],[0.3740639090538025,0.41562366485595703],[0.3740639090538025,0.3851962685585022],[0.3040001094341278,0.35641053318977356],[0.3040001094341278,0.2259388118982315],[0.3040001094341278,0.2838086783885956],[0.3040001094341278,0.25941359996795654],[0.3040001094341278,0.23699234426021576],[0.3040001094341278,0.3046553134918213],[0.3040001094341278,0.24264554679393768],[0.3040001094341278,0.3092819154262543],[0.3040001094341278,0.3940636217594147],[0.39325928688049316,0.5111798644065857],[0.39325928688049316,0.4870862066745758],[0.39325928688049316,0.42463743686676025],[0.39325928688049316,0.4961498975753784],[0.39325928688049316,0.5031898021697998],[0.39325928688049316,0.4923052489757538],[0.39325928688049316,0.5069339275360107],[0.39325928688049316,0.29019618034362793],[0.39325928688049316,0.4988279342651367],[0.39325928688049316,0.33636796474456787],[0.39325928688049316,0.30342012643814087],[0.39325928688049316,0.4194645285606384],[0.4000287353992462,0.4343012869358063],[0.4000287353992462,0.3706817626953125],[0.4000287353992462,0.34018373489379883],[0.4000287353992462,0.238737553358078],[0.4000287353992462,0.33951544761657715],[0.4000287353992462,0.3085162043571472],[0.4000287353992462,0.523746132850647],[0.4000287353992462,0.524105966091156],[0.4000287353992462,0.38930749893188477],[0.4000287353992462,0.4206802248954773],[0.4000287353992462,0.49171286821365356],[0.4000287353992462,0.4785969853401184],[0.4000287353992462,0.4025518000125885],[0.4000287353992462,0.3654992878437042],[0.4000287353992462,0.44911420345306396],[0.4000287353992462,0.375993937253952],[0.6038305759429932,0.6221238970756531],[0.6038305759429932,0.5715261101722717],[0.6038305759429932,0.6494779586791992],[0.6038305759429932,0.5386168360710144],[0.6038305759429932,0.5738600492477417],[0.6038305759429932,0.6682551503181458],[0.6038305759429932,0.5312883853912354],[0.6038305759429932,0.6155207753181458],[0.6038305759429932,0.585095226764679],[0.6038305759429932,0.5755842328071594],[0.24458014965057373,0.39585599303245544],[0.24458014965057373,0.27684804797172546],[0.24458014965057373,0.1638566553592682],[0.24458014965057373,0.3987441658973694],[0.24458014965057373,0.13931907713413239],[0.24458014965057373,0.17877797782421112],[0.24458014965057373,0.31492531299591064],[0.24458014965057373,0.2038135826587677],[0.24458014965057373,0.179764986038208],[0.24458014965057373,0.21585528552532196],[0.5062111616134644,0.484139621257782],[0.5062111616134644,0.44911420345306396],[0.5062111616134644,0.41325774788856506],[0.5062111616134644,0.492814838886261],[0.5062111616134644,0.5178926587104797],[0.5062111616134644,0.5330855846405029],[0.5122354030609131,0.523746132850647],[0.5122354030609131,0.6101029515266418],[0.5122354030609131,0.5798442363739014],[0.5122354030609131,0.5823285579681396],[0.5122354030609131,0.5738600492477417],[0.5122354030609131,0.5312883853912354],[0.5122354030609131,0.4192558526992798],[0.5122354030609131,0.5744956731796265],[0.5122354030609131,0.571553647518158],[0.6210517287254333,0.6509907841682434],[0.6210517287254333,0.6022805571556091],[0.6210517287254333,0.627929151058197],[0.6210517287254333,0.6101029515266418],[0.6210517287254333,0.609318733215332],[0.6210517287254333,0.5988909602165222],[0.6210517287254333,0.601364016532898],[0.6210517287254333,0.479515939950943],[0.6210517287254333,0.6155207753181458],[0.39585599303245544,0.3987441658973694],[0.39585599303245544,0.32782411575317383],[0.39585599303245544,0.4961498975753784],[0.39585599303245544,0.5158411264419556],[0.39585599303245544,0.40519699454307556],[0.39585599303245544,0.24119599163532257],[0.39585599303245544,0.29019618034362793],[0.39585599303245544,0.44899871945381165],[0.39585599303245544,0.4988279342651367],[0.39585599303245544,0.5121839642524719],[0.39585599303245544,0.36185288429260254],[0.39585599303245544,0.48697561025619507],[0.5633234977722168,0.6101931929588318],[0.5633234977722168,0.6045607328414917],[0.5633234977722168,0.4775560796260834],[0.5633234977722168,0.6263641715049744],[0.5633234977722168,0.484139621257782],[0.5633234977722168,0.5528236627578735],[0.5633234977722168,0.609318733215332],[0.5633234977722168,0.5988909602165222],[0.5633234977722168,0.601364016532898],[0.5633234977722168,0.49579963088035583],[0.5633234977722168,0.5312883853912354],[0.5633234977722168,0.6155207753181458],[0.5633234977722168,0.5744956731796265],[0.5633234977722168,0.5501267910003662],[0.5633234977722168,0.4736997187137604],[0.5633234977722168,0.571553647518158],[0.47971221804618835,0.5545201301574707],[0.47971221804618835,0.5291987657546997],[0.47971221804618835,0.5631731152534485],[0.47971221804618835,0.5445723533630371],[0.47971221804618835,0.3437599837779999],[0.47971221804618835,0.5765173435211182],[0.623490035533905,0.6748813986778259],[0.623490035533905,0.639262855052948],[0.623490035533905,0.6444875597953796],[0.623490035533905,0.6632236838340759],[0.623490035533905,0.6577805280685425],[0.623490035533905,0.6414822340011597],[0.6496357321739197,0.6038011908531189],[0.6496357321739197,0.6421504616737366],[0.6496357321739197,0.650211751461029],[0.6496357321739197,0.6221238970756531],[0.6496357321739197,0.5870806574821472],[0.6496357321739197,0.6317884922027588],[0.6496357321739197,0.5759644508361816],[0.6496357321739197,0.6805312037467957],[0.6496357321739197,0.6475598812103271],[0.6496357321739197,0.6064946055412292],[0.6496357321739197,0.6263641715049744],[0.6496357321739197,0.6166980862617493],[0.6496357321739197,0.7249808311462402],[0.6496357321739197,0.6958409547805786],[0.6496357321739197,0.688435971736908],[0.6496357321739197,0.610827624797821],[0.6496357321739197,0.6449565291404724],[0.6496357321739197,0.6173483729362488],[0.6496357321739197,0.5988909602165222],[0.6496357321739197,0.6262629628181458],[0.6496357321739197,0.6912544369697571],[0.6496357321739197,0.6756367087364197],[0.6496357321739197,0.6155207753181458],[0.6496357321739197,0.6313403248786926],[0.18273049592971802,0.1629645973443985],[0.18273049592971802,0.23945342004299164],[0.18273049592971802,0.11456382274627686],[0.18273049592971802,0.26956573128700256],[0.18273049592971802,0.0772014930844307],[0.18273049592971802,0.2263578474521637],[0.18273049592971802,0.11650893092155457],[0.18273049592971802,0.1564388871192932],[0.18273049592971802,0.32693177461624146],[0.18273049592971802,0.1345485895872116],[0.18273049592971802,0.2900521457195282],[0.3735802471637726,0.35790494084358215],[0.3735802471637726,0.47555676102638245],[0.3735802471637726,0.3524830937385559],[0.3735802471637726,0.2806421220302582],[0.3735802471637726,0.31394338607788086],[0.574248731136322,0.5334874391555786],[0.574248731136322,0.47168055176734924],[0.574248731136322,0.4319656789302826],[0.574248731136322,0.3991389274597168],[0.574248731136322,0.46939176321029663],[0.574248731136322,0.6324447393417358],[0.574248731136322,0.44911420345306396],[0.574248731136322,0.5792965292930603],[0.574248731136322,0.7134697437286377],[0.056843336671590805,0.07143009454011917],[0.056843336671590805,0.08425354957580566],[0.056843336671590805,0.05685088410973549],[0.056843336671590805,0.08620424568653107],[0.056843336671590805,0.054151542484760284],[0.056843336671590805,0.06355015933513641],[0.056843336671590805,0.06889057159423828],[0.056843336671590805,0.15309984982013702],[0.056843336671590805,0.03704928979277611],[0.056843336671590805,0.04688204824924469],[0.056843336671590805,0.09163431078195572],[0.056843336671590805,0.09506870806217194],[0.056843336671590805,0.06575220078229904],[0.056843336671590805,0.10963624715805054],[0.49640756845474243,0.4656278192996979],[0.49640756845474243,0.48306334018707275],[0.49640756845474243,0.5013347268104553],[0.49640756845474243,0.45633694529533386],[0.49640756845474243,0.5228177309036255],[0.49640756845474243,0.4496118128299713],[0.49640756845474243,0.5923166275024414],[0.49640756845474243,0.44366687536239624],[0.49640756845474243,0.5272908210754395],[0.49640756845474243,0.5725305676460266],[0.49640756845474243,0.4091742932796478],[0.6612053513526917,0.6421504616737366],[0.6612053513526917,0.5545201301574707],[0.6612053513526917,0.6221238970756531],[0.6612053513526917,0.6101931929588318],[0.6612053513526917,0.6278879046440125],[0.6612053513526917,0.6974161267280579],[0.6612053513526917,0.6263641715049744],[0.6612053513526917,0.6155207753181458],[0.6038011908531189,0.5870806574821472],[0.6038011908531189,0.4923052489757538],[0.6038011908531189,0.6657983064651489],[0.6038011908531189,0.6958409547805786],[0.6038011908531189,0.610827624797821],[0.6038011908531189,0.6912544369697571],[0.6038011908531189,0.4305277466773987],[0.6019152402877808,0.6421504616737366],[0.6019152402877808,0.5786424279212952],[0.6019152402877808,0.5924760103225708],[0.6019152402877808,0.5445723533630371],[0.6019152402877808,0.5981012582778931],[0.6019152402877808,0.628629744052887],[0.6019152402877808,0.5491392612457275],[0.6019152402877808,0.601364016532898],[0.6019152402877808,0.6008020639419556],[0.6019152402877808,0.6277816891670227],[0.6019152402877808,0.6155207753181458],[0.6019152402877808,0.6296684741973877],[0.6019152402877808,0.5744956731796265],[0.6019152402877808,0.6313403248786926],[0.5743483901023865,0.5922117829322815],[0.5743483901023865,0.6040060520172119],[0.5743483901023865,0.601364016532898],[0.5743483901023865,0.5386168360710144],[0.5743483901023865,0.5842980742454529],[0.5743483901023865,0.5312883853912354],[0.5743483901023865,0.585095226764679],[0.5743483901023865,0.5349408388137817],[0.5743483901023865,0.5744956731796265],[0.409561425447464,0.44647330045700073],[0.409561425447464,0.484139621257782],[0.409561425447464,0.4206802248954773],[0.409561425447464,0.3983701169490814],[0.409561425447464,0.4688960313796997],[0.409561425447464,0.41562366485595703],[0.409561425447464,0.4953908920288086],[0.409561425447464,0.3936831057071686],[0.4686436653137207,0.5618196129798889],[0.4686436653137207,0.32095858454704285],[0.4686436653137207,0.5425404906272888],[0.4686436653137207,0.5069339275360107],[0.27684804797172546,0.38023754954338074],[0.27684804797172546,0.27507802844047546],[0.27684804797172546,0.32095858454704285],[0.27684804797172546,0.201832577586174],[0.27684804797172546,0.2688409984111786],[0.27684804797172546,0.24119599163532257],[0.27684804797172546,0.29019618034362793],[0.27684804797172546,0.19905884563922882],[0.27684804797172546,0.2323005646467209],[0.27684804797172546,0.2141508013010025],[0.27684804797172546,0.3707335591316223],[0.27684804797172546,0.318307101726532],[0.27684804797172546,0.29602664709091187],[0.27684804797172546,0.41984930634498596],[0.27684804797172546,0.2225470393896103],[0.27684804797172546,0.3092644214630127],[0.5864670872688293,0.5545201301574707],[0.5864670872688293,0.6119887828826904],[0.5864670872688293,0.5728574991226196],[0.5864670872688293,0.6152263879776001],[0.5864670872688293,0.6263641715049744],[0.5864670872688293,0.5988909602165222],[0.5864670872688293,0.601364016532898],[0.5864670872688293,0.615622341632843],[0.5864670872688293,0.6155207753181458],[0.6051241159439087,0.6221238970756531],[0.6051241159439087,0.6101931929588318],[0.6051241159439087,0.6455685496330261],[0.6051241159439087,0.5981012582778931],[0.6051241159439087,0.5798442363739014],[0.6051241159439087,0.5988909602165222],[0.6051241159439087,0.615622341632843],[0.6051241159439087,0.5386168360710144],[0.6051241159439087,0.6155207753181458],[0.6051241159439087,0.571553647518158],[0.45239752531051636,0.484139621257782],[0.45239752531051636,0.3320099115371704],[0.45239752531051636,0.29278138279914856],[0.45239752531051636,0.4206802248954773],[0.45239752531051636,0.49171286821365356],[0.45239752531051636,0.5491392612457275],[0.45239752531051636,0.5284290313720703],[0.45239752531051636,0.5842980742454529],[0.45239752531051636,0.40149274468421936],[0.45239752531051636,0.5064222812652588],[0.45239752531051636,0.5690757632255554],[0.6066694259643555,0.6221238970756531],[0.6066694259643555,0.6022805571556091],[0.6066694259643555,0.6040060520172119],[0.6066694259643555,0.5981012582778931],[0.6066694259643555,0.6064946055412292],[0.6066694259643555,0.6263641715049744],[0.6066694259643555,0.5798442363739014],[0.6066694259643555,0.5988909602165222],[0.6066694259643555,0.5308975577354431],[0.6066694259643555,0.5561949014663696],[0.6066694259643555,0.6155207753181458],[0.6066694259643555,0.5744956731796265],[0.6066694259643555,0.6313403248786926],[0.337114155292511,0.2645932137966156],[0.337114155292511,0.2728397846221924],[0.337114155292511,0.35641053318977356],[0.337114155292511,0.30519214272499084],[0.337114155292511,0.2838086783885956],[0.337114155292511,0.40267977118492126],[0.337114155292511,0.25941359996795654],[0.337114155292511,0.4496118128299713],[0.337114155292511,0.3046553134918213],[0.337114155292511,0.44366687536239624],[0.5706552863121033,0.5297977328300476],[0.5706552863121033,0.606285035610199],[0.5706552863121033,0.520430862903595],[0.5706552863121033,0.5924760103225708],[0.5706552863121033,0.6190354228019714],[0.5706552863121033,0.6152263879776001],[0.5706552863121033,0.6412795782089233],[0.5706552863121033,0.6263641715049744],[0.5706552863121033,0.5006934404373169],[0.5706552863121033,0.610827624797821],[0.5706552863121033,0.49734246730804443],[0.5706552863121033,0.601364016532898],[0.5706552863121033,0.615622341632843],[0.5706552863121033,0.6155207753181458],[0.5706552863121033,0.5178926587104797],[0.5706552863121033,0.5744956731796265],[0.5706552863121033,0.5501267910003662],[0.5706552863121033,0.46094000339508057],[0.473605215549469,0.35790494084358215],[0.473605215549469,0.350559264421463],[0.473605215549469,0.5509181022644043],[0.473605215549469,0.6092108488082886],[0.473605215549469,0.34960129857063293],[0.473605215549469,0.47555676102638245],[0.473605215549469,0.3524830937385559],[0.473605215549469,0.5620788335800171],[0.473605215549469,0.6535978317260742],[0.473605215549469,0.32800084352493286],[0.473605215549469,0.5524196624755859],[0.473605215549469,0.5953396558761597],[0.473605215549469,0.5460497736930847],[0.5414043664932251,0.5545201301574707],[0.5414043664932251,0.5970625877380371],[0.5414043664932251,0.5291987657546997],[0.5414043664932251,0.5474225282669067],[0.5414043664932251,0.5768961906433105],[0.5414043664932251,0.5631731152534485],[0.5414043664932251,0.5628018379211426],[0.7265770435333252,0.6317884922027588],[0.7265770435333252,0.6509907841682434],[0.7265770435333252,0.6658523678779602],[0.7265770435333252,0.640545666217804],[0.7265770435333252,0.6120235919952393],[0.7265770435333252,0.672804057598114],[0.7265770435333252,0.5929073691368103],[0.18148107826709747,0.15492437779903412],[0.18148107826709747,0.2645932137966156],[0.18148107826709747,0.3524830937385559],[0.18148107826709747,0.20412050187587738],[0.18148107826709747,0.1992339938879013],[0.18148107826709747,0.14591634273529053],[0.18148107826709747,0.20121771097183228],[0.18148107826709747,0.15309984982013702],[0.18148107826709747,0.25650614500045776],[0.18148107826709747,0.264449805021286],[0.18148107826709747,0.23568123579025269],[0.18148107826709747,0.12470025569200516],[0.5469448566436768,0.5545201301574707],[0.5469448566436768,0.5728574991226196],[0.5469448566436768,0.6152263879776001],[0.5469448566436768,0.5765173435211182],[0.5469448566436768,0.5988909602165222],[0.5469448566436768,0.6155207753181458],[0.5469448566436768,0.5349408388137817],[0.5469448566436768,0.5744956731796265],[0.5469448566436768,0.571553647518158],[0.6437642574310303,0.6119887828826904],[0.6437642574310303,0.5922117829322815],[0.6437642574310303,0.6022805571556091],[0.6437642574310303,0.6152263879776001],[0.6437642574310303,0.601364016532898],[0.6437642574310303,0.615622341632843],[0.6437642574310303,0.5842980742454529],[0.6437642574310303,0.5738600492477417],[0.24074023962020874,0.35790494084358215],[0.24074023962020874,0.08620424568653107],[0.24074023962020874,0.3024034798145294],[0.24074023962020874,0.20121771097183228],[0.24074023962020874,0.23568123579025269],[0.6421504616737366,0.5957641005516052],[0.6421504616737366,0.7040905356407166],[0.6421504616737366,0.7295766472816467],[0.6421504616737366,0.650211751461029],[0.6421504616737366,0.6221238970756531],[0.6421504616737366,0.6101931929588318],[0.6421504616737366,0.6655101776123047],[0.6421504616737366,0.6723360419273376],[0.6421504616737366,0.7099927067756653],[0.6421504616737366,0.6506344079971313],[0.6421504616737366,0.6455685496330261],[0.6421504616737366,0.6317884922027588],[0.6421504616737366,0.6509907841682434],[0.6421504616737366,0.6658523678779602],[0.6421504616737366,0.627929151058197],[0.6421504616737366,0.6040060520172119],[0.6421504616737366,0.6913554668426514],[0.6421504616737366,0.6131208539009094],[0.6421504616737366,0.6565499901771545],[0.6421504616737366,0.5982797145843506],[0.6421504616737366,0.7303126454353333],[0.6421504616737366,0.680911660194397],[0.6421504616737366,0.6593483686447144],[0.6421504616737366,0.640545666217804],[0.6421504616737366,0.6743246912956238],[0.6421504616737366,0.7031589150428772],[0.6421504616737366,0.6494779586791992],[0.6421504616737366,0.6514363884925842],[0.6421504616737366,0.5795430541038513],[0.6421504616737366,0.6954585909843445],[0.6421504616737366,0.6958409547805786],[0.6421504616737366,0.6169874668121338],[0.6421504616737366,0.672804057598114],[0.6421504616737366,0.688435971736908],[0.6421504616737366,0.5821102261543274],[0.6421504616737366,0.6589528322219849],[0.6421504616737366,0.6668803095817566],[0.6421504616737366,0.6888492107391357],[0.6421504616737366,0.609318733215332],[0.6421504616737366,0.7197392582893372],[0.6421504616737366,0.5491392612457275],[0.6421504616737366,0.6522513628005981],[0.6421504616737366,0.7090601921081543],[0.6421504616737366,0.7417987585067749],[0.6421504616737366,0.5308975577354431],[0.6421504616737366,0.646506667137146],[0.6421504616737366,0.601364016532898],[0.6421504616737366,0.615622341632843],[0.6421504616737366,0.6419731974601746],[0.6421504616737366,0.5842980742454529],[0.6421504616737366,0.6682551503181458],[0.6421504616737366,0.6912544369697571],[0.6421504616737366,0.6844956874847412],[0.6421504616737366,0.6351907253265381],[0.6421504616737366,0.5929073691368103],[0.6421504616737366,0.6155207753181458],[0.6421504616737366,0.5650841593742371],[0.6421504616737366,0.6313403248786926],[0.38023754954338074,0.5870806574821472],[0.38023754954338074,0.6280502676963806],[0.38023754954338074,0.25662195682525635],[0.38023754954338074,0.5030919313430786],[0.38023754954338074,0.5430501699447632],[0.38023754954338074,0.2323005646467209],[0.38023754954338074,0.29104307293891907],[0.38023754954338074,0.3707335591316223],[0.38023754954338074,0.318307101726532],[0.38023754954338074,0.2263578474521637],[0.38023754954338074,0.41984930634498596],[0.38023754954338074,0.2225470393896103],[0.38023754954338074,0.5698856115341187],[0.47177737951278687,0.5922117829322815],[0.47177737951278687,0.34468337893486023],[0.47177737951278687,0.5821102261543274],[0.47177737951278687,0.5384686589241028],[0.47177737951278687,0.5313930511474609],[0.47177737951278687,0.4232686161994934],[0.44953057169914246,0.5139811038970947],[0.44953057169914246,0.38930749893188477],[0.44953057169914246,0.4206802248954773],[0.44953057169914246,0.628629744052887],[0.44953057169914246,0.3786255717277527],[0.44953057169914246,0.5196020007133484],[0.44953057169914246,0.5386168360710144],[0.44953057169914246,0.5738600492477417],[0.44953057169914246,0.46325963735580444],[0.44953057169914246,0.4688960313796997],[0.44953057169914246,0.5744956731796265],[0.625607967376709,0.6221238970756531],[0.625607967376709,0.6455685496330261],[0.625607967376709,0.6022805571556091],[0.625607967376709,0.644803524017334],[0.625607967376709,0.6155321598052979],[0.625607967376709,0.6040060520172119],[0.625607967376709,0.6152263879776001],[0.625607967376709,0.6120235919952393],[0.625607967376709,0.6693019866943359],[0.625607967376709,0.6668803095817566],[0.625607967376709,0.6182692646980286],[0.625607967376709,0.5798442363739014],[0.625607967376709,0.5988909602165222],[0.625607967376709,0.6579514741897583],[0.625607967376709,0.601364016532898],[0.625607967376709,0.6682551503181458],[0.625607967376709,0.6155207753181458],[0.625607967376709,0.5330855846405029],[0.625607967376709,0.594007670879364],[0.625607967376709,0.5912179350852966],[0.625607967376709,0.6313403248786926],[0.11521170288324356,0.09064147621393204],[0.11521170288324356,0.23945342004299164],[0.11521170288324356,0.238737553358078],[0.11521170288324356,0.19936789572238922],[0.11521170288324356,0.05188258737325668],[0.11521170288324356,0.13794922828674316],[0.11521170288324356,0.22588646411895752],[0.11521170288324356,0.2225470393896103],[0.11521170288324356,0.1512792408466339],[0.5297977328300476,0.40128031373023987],[0.5297977328300476,0.6040060520172119],[0.5297977328300476,0.6152263879776001],[0.5297977328300476,0.6335167288780212],[0.5297977328300476,0.5952730774879456],[0.5297977328300476,0.5386168360710144],[0.5297977328300476,0.5738600492477417],[0.5297977328300476,0.44247967004776],[0.5297977328300476,0.5312883853912354],[0.5297977328300476,0.6155207753181458],[0.5297977328300476,0.585095226764679],[0.5545201301574707,0.5786424279212952],[0.5545201301574707,0.5904921293258667],[0.5545201301574707,0.3987441658973694],[0.5545201301574707,0.5870806574821472],[0.5545201301574707,0.5679436922073364],[0.5545201301574707,0.5336350202560425],[0.5545201301574707,0.6273676753044128],[0.5545201301574707,0.5245603919029236],[0.5545201301574707,0.5922117829322815],[0.5545201301574707,0.5759644508361816],[0.5545201301574707,0.4961498975753784],[0.5545201301574707,0.5031898021697998],[0.5545201301574707,0.5631731152534485],[0.5545201301574707,0.6022805571556091],[0.5545201301574707,0.5425404906272888],[0.5545201301574707,0.5728574991226196],[0.5545201301574707,0.6913554668426514],[0.5545201301574707,0.5123181939125061],[0.5545201301574707,0.5030919313430786],[0.5545201301574707,0.5469081401824951],[0.5545201301574707,0.5789358019828796],[0.5545201301574707,0.5620599389076233],[0.5545201301574707,0.5819589495658875],[0.5545201301574707,0.58518385887146],[0.5545201301574707,0.5139811038970947],[0.5545201301574707,0.523746132850647],[0.5545201301574707,0.524105966091156],[0.5545201301574707,0.4988279342651367],[0.5545201301574707,0.6263641715049744],[0.5545201301574707,0.5121839642524719],[0.5545201301574707,0.4984549283981323],[0.5545201301574707,0.6220778822898865],[0.5545201301574707,0.5541629791259766],[0.5545201301574707,0.4603596329689026],[0.5545201301574707,0.5469528436660767],[0.5545201301574707,0.599906325340271],[0.5545201301574707,0.6182692646980286],[0.5545201301574707,0.4194645285606384],[0.5545201301574707,0.5988909602165222],[0.5545201301574707,0.5196020007133484],[0.5545201301574707,0.6571595668792725],[0.5545201301574707,0.5628018379211426],[0.5545201301574707,0.5561949014663696],[0.5545201301574707,0.6199632287025452],[0.5545201301574707,0.585095226764679],[0.5545201301574707,0.5812655091285706],[0.5545201301574707,0.507710874080658],[0.5545201301574707,0.5698856115341187],[0.5545201301574707,0.6037975549697876],[0.5545201301574707,0.49762043356895447],[0.07143009454011917,0.0908382385969162],[0.07143009454011917,0.09661350399255753],[0.07143009454011917,0.08620424568653107],[0.07143009454011917,0.07004866749048233],[0.07143009454011917,0.11475997418165207],[0.07143009454011917,0.09163431078195572],[0.07143009454011917,0.09506870806217194],[0.07143009454011917,0.10265712440013885],[0.07143009454011917,0.1276920735836029],[0.07143009454011917,0.10963624715805054],[0.5764394402503967,0.5870806574821472],[0.5764394402503967,0.5363489985466003],[0.5764394402503967,0.6169105768203735],[0.5764394402503967,0.5738600492477417],[0.5764394402503967,0.5312883853912354],[0.5764394402503967,0.4953908920288086],[0.5957641005516052,0.6101931929588318],[0.5957641005516052,0.6910948157310486],[0.5957641005516052,0.550754964351654],[0.5957641005516052,0.5245603919029236],[0.5957641005516052,0.627929151058197],[0.5957641005516052,0.6155321598052979],[0.5957641005516052,0.6101029515266418],[0.5957641005516052,0.609318733215332],[0.5957641005516052,0.5988909602165222],[0.5957641005516052,0.585095226764679],[0.5957641005516052,0.571553647518158],[0.6555689573287964,0.650211751461029],[0.6555689573287964,0.6101931929588318],[0.6555689573287964,0.6910948157310486],[0.6555689573287964,0.6022805571556091],[0.6555689573287964,0.627929151058197],[0.6555689573287964,0.6155321598052979],[0.6555689573287964,0.6262629628181458],[0.6555689573287964,0.6557551622390747],[0.6555689573287964,0.6313403248786926],[0.6342352032661438,0.6723360419273376],[0.6342352032661438,0.5870806574821472],[0.6342352032661438,0.6624969840049744],[0.6342352032661438,0.5819589495658875],[0.6342352032661438,0.58518385887146],[0.6342352032661438,0.6329917311668396],[0.6342352032661438,0.6593483686447144],[0.6342352032661438,0.6263641715049744],[0.6342352032661438,0.6324447393417358],[0.6342352032661438,0.6006669998168945],[0.6342352032661438,0.6262629628181458],[0.6342352032661438,0.6199632287025452],[0.6342352032661438,0.6653478145599365],[0.6342352032661438,0.5393632054328918],[0.5693867206573486,0.595840334892273],[0.5693867206573486,0.5970625877380371],[0.5693867206573486,0.5679436922073364],[0.5693867206573486,0.550754964351654],[0.5693867206573486,0.627929151058197],[0.5693867206573486,0.6155321598052979],[0.5693867206573486,0.6422824263572693],[0.5693867206573486,0.6158947348594666],[0.5693867206573486,0.5620599389076233],[0.5693867206573486,0.6263641715049744],[0.5693867206573486,0.49489566683769226],[0.5693867206573486,0.5070940852165222],[0.5693867206573486,0.4603596329689026],[0.5693867206573486,0.5568075180053711],[0.5693867206573486,0.6155207753181458],[0.5693867206573486,0.585095226764679],[0.5693867206573486,0.4192558526992798],[0.5693867206573486,0.571553647518158],[0.09191468358039856,0.15492437779903412],[0.09191468358039856,0.06365977972745895],[0.09191468358039856,0.08425354957580566],[0.09191468358039856,0.08108693361282349],[0.09191468358039856,0.07248759269714355],[0.09191468358039856,0.08387250453233719],[0.09191468358039856,0.0952889621257782],[0.09191468358039856,0.15516121685504913],[0.09191468358039856,0.03704928979277611],[0.09191468358039856,0.1346866339445114],[0.09191468358039856,0.10228312015533447],[0.09191468358039856,0.09163431078195572],[0.09191468358039856,0.12541168928146362],[0.09191468358039856,0.13298602402210236],[0.09191468358039856,0.16293536126613617],[0.09191468358039856,0.12470025569200516],[0.09191468358039856,0.10801200568675995],[0.09191468358039856,0.06575220078229904],[0.09191468358039856,0.10963624715805054],[0.35790494084358215,0.350559264421463],[0.35790494084358215,0.3460516929626465],[0.35790494084358215,0.34960129857063293],[0.35790494084358215,0.47555676102638245],[0.35790494084358215,0.35641053318977356],[0.35790494084358215,0.3524830937385559],[0.35790494084358215,0.3024034798145294],[0.35790494084358215,0.3797750771045685],[0.35790494084358215,0.45633694529533386],[0.35790494084358215,0.371616929769516],[0.35790494084358215,0.32800084352493286],[0.35790494084358215,0.41830500960350037],[0.35790494084358215,0.4243418574333191],[0.35790494084358215,0.31510668992996216],[0.35790494084358215,0.3789747655391693],[0.35790494084358215,0.3092819154262543],[0.35790494084358215,0.23568123579025269],[0.35790494084358215,0.4091742932796478],[0.7040905356407166,0.6910948157310486],[0.7040905356407166,0.6455685496330261],[0.7040905356407166,0.6509907841682434],[0.7040905356407166,0.6152263879776001],[0.7040905356407166,0.6335167288780212],[0.7040905356407166,0.6263641715049744],[0.7040905356407166,0.6155207753181458],[0.7040905356407166,0.6313403248786926],[0.1629645973443985,0.07028497010469437],[0.1629645973443985,0.10272260010242462],[0.1629645973443985,0.23806560039520264],[0.1629645973443985,0.06889057159423828],[0.1629645973443985,0.22438563406467438],[0.1629645973443985,0.15400554239749908],[0.1629645973443985,0.08716924488544464],[0.1629645973443985,0.33877965807914734],[0.1629645973443985,0.21593914926052094],[0.1629645973443985,0.21376632153987885],[0.1629645973443985,0.1512792408466339],[0.1629645973443985,0.17053695023059845],[0.1629645973443985,0.2112983614206314],[0.1629645973443985,0.14124567806720734],[0.27507802844047546,0.47366827726364136],[0.27507802844047546,0.3437599837779999],[0.27507802844047546,0.2760324478149414],[0.7542946934700012,0.7240465879440308],[0.7542946934700012,0.7521294355392456],[0.7542946934700012,0.7495388388633728],[0.7542946934700012,0.7274079918861389],[0.7542946934700012,0.777407705783844],[0.7542946934700012,0.7180708050727844],[0.7542946934700012,0.7451931238174438],[0.7542946934700012,0.7612971067428589],[0.7542946934700012,0.7360767126083374],[0.7542946934700012,0.7541850805282593],[0.7542946934700012,0.7679747343063354],[0.7542946934700012,0.7566946744918823],[0.7542946934700012,0.7634929418563843],[0.7542946934700012,0.7371017932891846],[0.7542946934700012,0.7389177083969116],[0.3130728602409363,0.28364431858062744],[0.3130728602409363,0.29278138279914856],[0.3130728602409363,0.3983701169490814],[0.3130728602409363,0.3707335591316223],[0.3130728602409363,0.41562366485595703],[0.3130728602409363,0.3851962685585022],[0.4343012869358063,0.47168055176734924],[0.4343012869358063,0.4212981164455414],[0.4343012869358063,0.3320099115371704],[0.4343012869358063,0.4206802248954773],[0.4343012869358063,0.5510717034339905],[0.4343012869358063,0.4785969853401184],[0.4343012869358063,0.4025518000125885],[0.4343012869358063,0.4526538550853729],[0.4343012869358063,0.40068840980529785],[0.6748813986778259,0.639262855052948],[0.6748813986778259,0.7040780782699585],[0.6748813986778259,0.6444875597953796],[0.6748813986778259,0.6632236838340759],[0.6748813986778259,0.6577805280685425],[0.6748813986778259,0.7165117859840393],[0.6748813986778259,0.694917619228363],[0.6748813986778259,0.7007570862770081],[0.6748813986778259,0.7082542181015015],[0.6748813986778259,0.6414822340011597],[0.6748813986778259,0.7118699550628662],[0.6748813986778259,0.6907238364219666],[0.606285035610199,0.6221238970756531],[0.606285035610199,0.627929151058197],[0.606285035610199,0.6155321598052979],[0.606285035610199,0.6040060520172119],[0.606285035610199,0.6263641715049744],[0.606285035610199,0.48016494512557983],[0.606285035610199,0.7249808311462402],[0.606285035610199,0.49489566683769226],[0.606285035610199,0.604926586151123],[0.606285035610199,0.601364016532898],[0.606285035610199,0.5738600492477417],[0.606285035610199,0.6155207753181458],[0.606285035610199,0.571553647518158],[0.606285035610199,0.6313403248786926],[0.22890891134738922,0.3706817626953125],[0.22890891134738922,0.3991389274597168],[0.22890891134738922,0.27451810240745544],[0.22890891134738922,0.3043469488620758],[0.22890891134738922,0.15400554239749908],[0.22890891134738922,0.21506083011627197],[0.22890891134738922,0.21593914926052094],[0.22890891134738922,0.17053695023059845],[0.36554041504859924,0.45770183205604553],[0.36554041504859924,0.45974287390708923],[0.36554041504859924,0.3320099115371704],[0.36554041504859924,0.29278138279914856],[0.45770183205604553,0.3561399579048157],[0.45770183205604553,0.520430862903595],[0.45770183205604553,0.3790664076805115],[0.45770183205604553,0.3706817626953125],[0.45770183205604553,0.484139621257782],[0.45770183205604553,0.3991389274597168],[0.45770183205604553,0.599906325340271],[0.45770183205604553,0.3043469488620758],[0.45770183205604553,0.4885503351688385],[0.45770183205604553,0.44911420345306396],[0.45770183205604553,0.44247967004776],[0.45770183205604553,0.6381286382675171],[0.689559280872345,0.6105397939682007],[0.689559280872345,0.6909607648849487],[0.689559280872345,0.7166334986686707],[0.689559280872345,0.708795428276062],[0.689559280872345,0.6808599233627319],[0.689559280872345,0.654327929019928],[0.689559280872345,0.7007086277008057],[0.689559280872345,0.6834564805030823],[0.689559280872345,0.7075943946838379],[0.689559280872345,0.7360767126083374],[0.689559280872345,0.6292912364006042],[0.689559280872345,0.6365089416503906],[0.689559280872345,0.7541850805282593],[0.689559280872345,0.7204552888870239],[0.689559280872345,0.6654308438301086],[0.689559280872345,0.7173943519592285],[0.689559280872345,0.7371017932891846],[0.689559280872345,0.6097174286842346],[0.6297904849052429,0.6101931929588318],[0.6297904849052429,0.6045607328414917],[0.6297904849052429,0.627929151058197],[0.6297904849052429,0.6040060520172119],[0.6297904849052429,0.6412795782089233],[0.6297904849052429,0.6218068599700928],[0.6297904849052429,0.601364016532898],[0.6297904849052429,0.6155207753181458],[0.6297904849052429,0.571553647518158],[0.6297904849052429,0.6313403248786926],[0.6481989622116089,0.6694921255111694],[0.6481989622116089,0.6317884922027588],[0.6481989622116089,0.627929151058197],[0.6481989622116089,0.5877108573913574],[0.6481989622116089,0.6475598812103271],[0.6481989622116089,0.7669695615768433],[0.6481989622116089,0.6218068599700928],[0.6481989622116089,0.6888492107391357],[0.6481989622116089,0.6379261612892151],[0.6481989622116089,0.6262629628181458],[0.6481989622116089,0.6987727284431458],[0.6481989622116089,0.6155207753181458],[0.6481989622116089,0.6313403248786926],[0.5111798644065857,0.5474225282669067],[0.5111798644065857,0.6119887828826904],[0.5111798644065857,0.4870862066745758],[0.5111798644065857,0.5031898021697998],[0.5111798644065857,0.5158411264419556],[0.5111798644065857,0.5877108573913574],[0.5111798644065857,0.5728574991226196],[0.5111798644065857,0.5069339275360107],[0.5111798644065857,0.40519699454307556],[0.5111798644065857,0.5549317598342896],[0.5111798644065857,0.44899871945381165],[0.5111798644065857,0.4611967206001282],[0.5111798644065857,0.36185288429260254],[0.5111798644065857,0.48697561025619507],[0.5111798644065857,0.5988909602165222],[0.5111798644065857,0.5628018379211426],[0.5111798644065857,0.6155207753181458],[0.25374165177345276,0.2448723167181015],[0.25374165177345276,0.2259388118982315],[0.25374165177345276,0.14591634273529053],[0.25374165177345276,0.32800084352493286],[0.25374165177345276,0.27762851119041443],[0.25374165177345276,0.15309984982013702],[0.25374165177345276,0.31510668992996216],[0.25374165177345276,0.24264554679393768],[0.25374165177345276,0.3092819154262543],[0.25374165177345276,0.2887815237045288],[0.18947376310825348,0.26956573128700256],[0.18947376310825348,0.32693177461624146],[0.18947376310825348,0.25066789984703064],[0.18947376310825348,0.18760810792446136],[0.7387101650238037,0.5564720034599304],[0.7387101650238037,0.6974119544029236],[0.7387101650238037,0.7187610268592834],[0.7387101650238037,0.6438225507736206],[0.7387101650238037,0.5698856115341187],[0.7295766472816467,0.6101931929588318],[0.7295766472816467,0.7953597903251648],[0.7295766472816467,0.6624969840049744],[0.7295766472816467,0.6494779586791992],[0.7295766472816467,0.7090601921081543],[0.7295766472816467,0.7417987585067749],[0.7295766472816467,0.6844956874847412],[0.7295766472816467,0.5929073691368103],[0.06336452811956406,0.17571493983268738],[0.06336452811956406,0.09661350399255753],[0.06336452811956406,0.07028497010469437],[0.06336452811956406,0.07744334638118744],[0.06336452811956406,0.06889057159423828],[0.06336452811956406,0.06313284486532211],[0.06336452811956406,0.069983571767807],[0.06336452811956406,0.028311198577284813],[0.06336452811956406,0.10228312015533447],[0.06336452811956406,0.09163431078195572],[0.06336452811956406,0.09506870806217194],[0.06336452811956406,0.1157161220908165],[0.350559264421463,0.2645932137966156],[0.350559264421463,0.34960129857063293],[0.350559264421463,0.3524830937385559],[0.350559264421463,0.3024034798145294],[0.350559264421463,0.5620788335800171],[0.350559264421463,0.3797750771045685],[0.350559264421463,0.32800084352493286],[0.350559264421463,0.20121771097183228],[0.350559264421463,0.264449805021286],[0.350559264421463,0.23568123579025269],[0.45266881585121155,0.31780096888542175],[0.45266881585121155,0.4961498975753784],[0.45266881585121155,0.524105966091156],[0.45266881585121155,0.536313533782959],[0.45266881585121155,0.5652235150337219],[0.45266881585121155,0.45469462871551514],[0.45266881585121155,0.5349408388137817],[0.45266881585121155,0.492814838886261],[0.45266881585121155,0.5698856115341187],[0.650211751461029,0.6169736385345459],[0.650211751461029,0.6119887828826904],[0.650211751461029,0.6455685496330261],[0.650211751461029,0.6317884922027588],[0.650211751461029,0.627929151058197],[0.650211751461029,0.7925492525100708],[0.650211751461029,0.6958409547805786],[0.650211751461029,0.688435971736908],[0.650211751461029,0.6101029515266418],[0.650211751461029,0.6449565291404724],[0.650211751461029,0.6173483729362488],[0.650211751461029,0.5988909602165222],[0.650211751461029,0.6943854093551636],[0.650211751461029,0.7187610268592834],[0.650211751461029,0.6682551503181458],[0.650211751461029,0.6912544369697571],[0.650211751461029,0.6155207753181458],[0.650211751461029,0.6296684741973877],[0.650211751461029,0.6313403248786926],[0.09978507459163666,0.0908382385969162],[0.09978507459163666,0.17627547681331635],[0.09978507459163666,0.06355015933513641],[0.09978507459163666,0.12211976945400238],[0.09978507459163666,0.15309984982013702],[0.09978507459163666,0.09752253443002701],[0.09978507459163666,0.069983571767807],[0.09978507459163666,0.11475997418165207],[0.3561399579048157,0.45974287390708923],[0.3561399579048157,0.4165094196796417],[0.3561399579048157,0.29668673872947693],[0.3561399579048157,0.3936831057071686],[0.3561399579048157,0.2760324478149414],[0.4298504590988159,0.5425404906272888],[0.4298504590988159,0.323573499917984],[0.4298504590988159,0.5196020007133484],[0.4298504590988159,0.5386168360710144],[0.4298504590988159,0.507710874080658],[0.7330091595649719,0.5135064125061035],[0.7330091595649719,0.6723360419273376],[0.7330091595649719,0.628629744052887],[0.7330091595649719,0.7187610268592834],[0.09516339749097824,0.0908382385969162],[0.09516339749097824,0.053786735981702805],[0.09516339749097824,0.08071917295455933],[0.09516339749097824,0.09064147621393204],[0.09516339749097824,0.0],[0.09516339749097824,0.08260084688663483],[0.09516339749097824,0.08425354957580566],[0.09516339749097824,0.23945342004299164],[0.09516339749097824,0.136888787150383],[0.09516339749097824,0.054151542484760284],[0.09516339749097824,0.08387250453233719],[0.09516339749097824,0.045739687979221344],[0.09516339749097824,0.057726357132196426],[0.09516339749097824,0.11512668430805206],[0.09516339749097824,0.05188258737325668],[0.09516339749097824,0.08288730680942535],[0.09516339749097824,0.07575330883264542],[0.09516339749097824,0.06626928597688675],[0.09516339749097824,0.13794922828674316],[0.09516339749097824,0.22438563406467438],[0.09516339749097824,0.11688780784606934],[0.09516339749097824,0.07004866749048233],[0.09516339749097824,0.201202854514122],[0.09516339749097824,0.1512792408466339],[0.09516339749097824,0.13298602402210236],[0.0908382385969162,0.08130063116550446],[0.0908382385969162,0.053786735981702805],[0.0908382385969162,0.17627547681331635],[0.0908382385969162,0.08425354957580566],[0.0908382385969162,0.14591634273529053],[0.0908382385969162,0.12211976945400238],[0.0908382385969162,0.10252539068460464],[0.0908382385969162,0.15309984982013702],[0.0908382385969162,0.06626928597688675],[0.0908382385969162,0.03704928979277611],[0.0908382385969162,0.051297541707754135],[0.0908382385969162,0.09752253443002701],[0.0908382385969162,0.04688204824924469],[0.0908382385969162,0.12470025569200516],[0.8220455050468445,0.7809742093086243],[0.8220455050468445,0.7472525238990784],[0.8220455050468445,0.6974119544029236],[0.8220455050468445,0.7646283507347107],[0.8220455050468445,0.7925492525100708],[0.8220455050468445,0.7031589150428772],[0.6577220559120178,0.5135064125061035],[0.6577220559120178,0.5669016242027283],[0.6577220559120178,0.5426419973373413],[0.34261590242385864,0.277252733707428],[0.34261590242385864,0.32176777720451355],[0.34261590242385864,0.2688409984111786],[0.34261590242385864,0.487408310174942],[0.34261590242385864,0.29104307293891907],[0.6105397939682007,0.6003420352935791],[0.6105397939682007,0.5991724133491516],[0.6105397939682007,0.6808599233627319],[0.6105397939682007,0.5620788335800171],[0.6105397939682007,0.6186326742172241],[0.6105397939682007,0.6305680871009827],[0.6105397939682007,0.6292912364006042],[0.6105397939682007,0.6351040601730347],[0.6105397939682007,0.6365089416503906],[0.6105397939682007,0.5524196624755859],[0.6105397939682007,0.6236191987991333],[0.6105397939682007,0.5228177309036255],[0.6105397939682007,0.5953396558761597],[0.6105397939682007,0.6654308438301086],[0.6105397939682007,0.5923166275024414],[0.6105397939682007,0.6037921905517578],[0.6105397939682007,0.623619794845581],[0.6105397939682007,0.6158531904220581],[0.6105397939682007,0.6097174286842346],[0.6105397939682007,0.5725305676460266],[0.6909607648849487,0.7063217163085938],[0.6909607648849487,0.7166334986686707],[0.6909607648849487,0.6834564805030823],[0.6909607648849487,0.7075943946838379],[0.6909607648849487,0.7360767126083374],[0.6909607648849487,0.6292912364006042],[0.6909607648849487,0.6351040601730347],[0.6909607648849487,0.5923166275024414],[0.6909607648849487,0.6681039333343506],[0.6909607648849487,0.7183851599693298],[0.6909607648849487,0.6742174625396729],[0.6909607648849487,0.623619794845581],[0.1638566553592682,0.32176777720451355],[0.1638566553592682,0.19905884563922882],[0.1638566553592682,0.2323005646467209],[0.1638566553592682,0.2141508013010025],[0.1638566553592682,0.28429481387138367],[0.1638566553592682,0.11584194004535675],[0.7063217163085938,0.7166334986686707],[0.7063217163085938,0.7075943946838379],[0.7063217163085938,0.6351040601730347],[0.7063217163085938,0.5953396558761597],[0.7063217163085938,0.6681039333343506],[0.7063217163085938,0.7183851599693298],[0.7063217163085938,0.7173943519592285],[0.7063217163085938,0.6742174625396729],[0.7063217163085938,0.623619794845581],[0.5605388283729553,0.5385333895683289],[0.5605388283729553,0.5631731152534485],[0.5605388283729553,0.5765173435211182],[0.5605388283729553,0.609318733215332],[0.5605388283729553,0.5798442363739014],[0.5605388283729553,0.5386168360710144],[0.5605388283729553,0.5738600492477417],[0.5605388283729553,0.585095226764679],[0.5605388283729553,0.571553647518158],[0.5706392526626587,0.6101931929588318],[0.5706392526626587,0.6119887828826904],[0.5706392526626587,0.5924760103225708],[0.5706392526626587,0.4870862066745758],[0.5706392526626587,0.5877108573913574],[0.5706392526626587,0.5728574991226196],[0.5706392526626587,0.5069339275360107],[0.5706392526626587,0.6593483686447144],[0.5706392526626587,0.45926395058631897],[0.5706392526626587,0.6155207753181458],[0.5706392526626587,0.5744956731796265],[0.5706392526626587,0.6313403248786926],[0.29196301102638245,0.34216973185539246],[0.29196301102638245,0.24116741120815277],[0.29196301102638245,0.21270190179347992],[0.29196301102638245,0.31606316566467285],[0.29196301102638245,0.424535870552063],[0.6176368594169617,0.6221238970756531],[0.6176368594169617,0.6278879046440125],[0.6176368594169617,0.5877108573913574],[0.6176368594169617,0.5728574991226196],[0.6176368594169617,0.6475598812103271],[0.6176368594169617,0.6262629628181458],[0.6176368594169617,0.6155207753181458],[0.6176368594169617,0.571553647518158],[0.6176368594169617,0.6313403248786926],[0.07485323399305344,0.1602465659379959],[0.07485323399305344,0.019529934972524643],[0.07485323399305344,0.12977750599384308],[0.07485323399305344,0.028311198577284813],[0.07485323399305344,0.10228312015533447],[0.07485323399305344,0.10063354671001434],[0.6221238970756531,0.6603116393089294],[0.6221238970756531,0.6910948157310486],[0.6221238970756531,0.6655101776123047],[0.6221238970756531,0.6694921255111694],[0.6221238970756531,0.6723360419273376],[0.6221238970756531,0.6027131080627441],[0.6221238970756531,0.550754964351654],[0.6221238970756531,0.5743904709815979],[0.6221238970756531,0.5225333571434021],[0.6221238970756531,0.6022805571556091],[0.6221238970756531,0.627929151058197],[0.6221238970756531,0.5564720034599304],[0.6221238970756531,0.6278879046440125],[0.6221238970756531,0.5728574991226196],[0.6221238970756531,0.6155321598052979],[0.6221238970756531,0.6040060520172119],[0.6221238970756531,0.6913554668426514],[0.6221238970756531,0.5715261101722717],[0.6221238970756531,0.6565499901771545],[0.6221238970756531,0.5981012582778931],[0.6221238970756531,0.6422824263572693],[0.6221238970756531,0.6974119544029236],[0.6221238970756531,0.6152263879776001],[0.6221238970756531,0.5815275311470032],[0.6221238970756531,0.6015234589576721],[0.6221238970756531,0.6593483686447144],[0.6221238970756531,0.640545666217804],[0.6221238970756531,0.6263641715049744],[0.6221238970756531,0.6660640239715576],[0.6221238970756531,0.6494779586791992],[0.6221238970756531,0.6514363884925842],[0.6221238970756531,0.6166980862617493],[0.6221238970756531,0.6218068599700928],[0.6221238970756531,0.6954585909843445],[0.6221238970756531,0.6220778822898865],[0.6221238970756531,0.628629744052887],[0.6221238970756531,0.6589528322219849],[0.6221238970756531,0.6101029515266418],[0.6221238970756531,0.6668803095817566],[0.6221238970756531,0.609318733215332],[0.6221238970756531,0.6531134843826294],[0.6221238970756531,0.5798442363739014],[0.6221238970756531,0.6522513628005981],[0.6221238970756531,0.6554610133171082],[0.6221238970756531,0.6169105768203735],[0.6221238970756531,0.6379261612892151],[0.6221238970756531,0.6548314690589905],[0.6221238970756531,0.6579514741897583],[0.6221238970756531,0.6291342377662659],[0.6221238970756531,0.6262629628181458],[0.6221238970756531,0.5313930511474609],[0.6221238970756531,0.5561949014663696],[0.6221238970756531,0.5792954564094543],[0.6221238970756531,0.6419731974601746],[0.6221238970756531,0.5652235150337219],[0.6221238970756531,0.7187610268592834],[0.6221238970756531,0.5931537747383118],[0.6221238970756531,0.6206339001655579],[0.6221238970756531,0.5738600492477417],[0.6221238970756531,0.6682551503181458],[0.6221238970756531,0.591185450553894],[0.6221238970756531,0.6951141357421875],[0.6221238970756531,0.5908341407775879],[0.6221238970756531,0.5929073691368103],[0.6221238970756531,0.5312883853912354],[0.6221238970756531,0.6155207753181458],[0.6221238970756531,0.585095226764679],[0.6221238970756531,0.6381286382675171],[0.6221238970756531,0.5744956731796265],[0.6221238970756531,0.5755842328071594],[0.6221238970756531,0.6037975549697876],[0.6221238970756531,0.571553647518158],[0.6221238970756531,0.5912179350852966],[0.6221238970756531,0.6313403248786926],[0.6603116393089294,0.7257695198059082],[0.6603116393089294,0.6317884922027588],[0.6603116393089294,0.6022805571556091],[0.6603116393089294,0.6155321598052979],[0.6603116393089294,0.6329917311668396],[0.6603116393089294,0.7402138710021973],[0.6603116393089294,0.628629744052887],[0.6603116393089294,0.6262629628181458],[0.6603116393089294,0.6155207753181458],[0.6603116393089294,0.6313403248786926],[0.5786424279212952,0.5618196129798889],[0.5786424279212952,0.6103633642196655],[0.5786424279212952,0.6499330401420593],[0.5786424279212952,0.5426419973373413],[0.5786424279212952,0.6263641715049744],[0.5786424279212952,0.5510717034339905],[0.5786424279212952,0.44139564037323],[0.5786424279212952,0.5698856115341187],[0.6024574637413025,0.6190354228019714],[0.6024574637413025,0.4953908920288086],[0.7737982869148254,0.7125180959701538],[0.7737982869148254,0.7771742343902588],[0.7737982869148254,0.7711833119392395],[0.7737982869148254,0.7521294355392456],[0.7737982869148254,0.777407705783844],[0.7737982869148254,0.7612971067428589],[0.7737982869148254,0.7644191980361938],[0.7737982869148254,0.7614318132400513],[0.7737982869148254,0.7541850805282593],[0.7737982869148254,0.7679747343063354],[0.7737982869148254,0.7566946744918823],[0.7737982869148254,0.7953605055809021],[0.7737982869148254,0.7634929418563843],[0.7737982869148254,0.7371017932891846],[0.7737982869148254,0.7819483876228333],[0.7737982869148254,0.7389177083969116],[0.6605286002159119,0.6101931929588318],[0.6605286002159119,0.6317884922027588],[0.6605286002159119,0.6509907841682434],[0.6605286002159119,0.6022805571556091],[0.6605286002159119,0.6335167288780212],[0.6605286002159119,0.6155207753181458],[0.6605286002159119,0.6381286382675171],[0.6605286002159119,0.5744956731796265],[0.6605286002159119,0.6313403248786926],[0.31780096888542175,0.3936831057071686],[0.31780096888542175,0.3500150144100189],[0.09899824112653732,0.08130063116550446],[0.09899824112653732,0.2038135826587677],[0.09899824112653732,0.09322107583284378],[0.09899824112653732,0.15386761724948883],[0.09899824112653732,0.15516121685504913],[0.09899824112653732,0.13298602402210236],[0.5509181022644043,0.6686542630195618],[0.5509181022644043,0.48306334018707275],[0.5509181022644043,0.47555676102638245],[0.5509181022644043,0.5567787289619446],[0.5509181022644043,0.5524196624755859],[0.5509181022644043,0.5953396558761597],[0.5509181022644043,0.5923166275024414],[0.5509181022644043,0.6037921905517578],[0.5509181022644043,0.6158531904220581],[0.5135064125061035,0.47168055176734924],[0.5135064125061035,0.4634476602077484],[0.5135064125061035,0.5425404906272888],[0.5135064125061035,0.6837976574897766],[0.5135064125061035,0.5669016242027283],[0.5135064125061035,0.5430501699447632],[0.5135064125061035,0.4832298457622528],[0.5135064125061035,0.6657983064651489],[0.5135064125061035,0.4212981164455414],[0.5135064125061035,0.5215306878089905],[0.5135064125061035,0.2933034896850586],[0.5135064125061035,0.49489566683769226],[0.5135064125061035,0.487408310174942],[0.5135064125061035,0.5015673041343689],[0.5135064125061035,0.4526538550853729],[0.5135064125061035,0.632013201713562],[0.5135064125061035,0.3092644214630127],[0.5334874391555786,0.47168055176734924],[0.5334874391555786,0.34216973185539246],[0.5334874391555786,0.48887068033218384],[0.5334874391555786,0.49537092447280884],[0.5334874391555786,0.7251278162002563],[0.5334874391555786,0.31606316566467285],[0.5334874391555786,0.424535870552063],[0.5618196129798889,0.6103633642196655],[0.5618196129798889,0.6022805571556091],[0.5618196129798889,0.5564720034599304],[0.5618196129798889,0.6624969840049744],[0.5618196129798889,0.5988909602165222],[0.5618196129798889,0.5386168360710144],[0.5618196129798889,0.5744956731796265],[0.7166334986686707,0.708795428276062],[0.7166334986686707,0.6808599233627319],[0.7166334986686707,0.7075943946838379],[0.7166334986686707,0.7360767126083374],[0.7166334986686707,0.6351040601730347],[0.7166334986686707,0.7541850805282593],[0.7166334986686707,0.7204552888870239],[0.7166334986686707,0.6681039333343506],[0.7166334986686707,0.7173943519592285],[0.7166334986686707,0.7566946744918823],[0.7166334986686707,0.6742174625396729],[0.7166334986686707,0.7371017932891846],[0.520430862903595,0.5163745880126953],[0.520430862903595,0.6170428991317749],[0.520430862903595,0.3707335591316223],[0.520430862903595,0.5313930511474609],[0.520430862903595,0.5386168360710144],[0.520430862903595,0.5842980742454529],[0.520430862903595,0.46325963735580444],[0.520430862903595,0.5312883853912354],[0.520430862903595,0.585095226764679],[0.520430862903595,0.5744956731796265],[0.5344966650009155,0.5870806574821472],[0.5344966650009155,0.520563006401062],[0.5344966650009155,0.5386168360710144],[0.5344966650009155,0.4953908920288086],[0.5344966650009155,0.5744956731796265],[0.08130063116550446,0.1602465659379959],[0.08130063116550446,0.08071917295455933],[0.08130063116550446,0.0],[0.08130063116550446,0.136888787150383],[0.08130063116550446,0.08387250453233719],[0.08130063116550446,0.12211976945400238],[0.08130063116550446,0.045739687979221344],[0.08130063116550446,0.18911084532737732],[0.08130063116550446,0.057726357132196426],[0.08130063116550446,0.037639517337083817],[0.08130063116550446,0.11688780784606934],[0.08130063116550446,0.10228312015533447],[0.08130063116550446,0.11650893092155457],[0.08130063116550446,0.18760810792446136],[0.10524866729974747,0.1992339938879013],[0.10524866729974747,0.14591634273529053],[0.10524866729974747,0.07048135250806808],[0.595840334892273,0.6169736385345459],[0.595840334892273,0.5284290313720703],[0.595840334892273,0.5386168360710144],[0.595840334892273,0.5929073691368103],[0.595840334892273,0.5178926587104797],[0.26396089792251587,0.136888787150383],[0.26396089792251587,0.3085162043571472],[0.26396089792251587,0.30615708231925964],[0.26396089792251587,0.3991389274597168],[0.26396089792251587,0.27451810240745544],[0.26396089792251587,0.29278138279914856],[0.26396089792251587,0.41097888350486755],[0.26396089792251587,0.18798120319843292],[0.26396089792251587,0.3433791995048523],[0.26396089792251587,0.21506083011627197],[0.26396089792251587,0.21376632153987885],[0.344351202249527,0.49489566683769226],[0.344351202249527,0.4206802248954773],[0.344351202249527,0.3707335591316223],[0.639262855052948,0.6444875597953796],[0.639262855052948,0.6632236838340759],[0.639262855052948,0.6577805280685425],[0.639262855052948,0.694917619228363],[0.639262855052948,0.7021891474723816],[0.639262855052948,0.6414822340011597],[0.639262855052948,0.6907238364219666],[0.5938584208488464,0.5031898021697998],[0.5938584208488464,0.627929151058197],[0.5938584208488464,0.5877108573913574],[0.5938584208488464,0.5728574991226196],[0.5938584208488464,0.5549317598342896],[0.5938584208488464,0.6263641715049744],[0.5938584208488464,0.6218068599700928],[0.5938584208488464,0.6291342377662659],[0.5938584208488464,0.6262629628181458],[0.5938584208488464,0.5908341407775879],[0.5938584208488464,0.6155207753181458],[0.5938584208488464,0.6313403248786926],[0.15492437779903412,0.1602465659379959],[0.15492437779903412,0.07324796915054321],[0.15492437779903412,0.1992339938879013],[0.15492437779903412,0.20897972583770752],[0.15492437779903412,0.12211976945400238],[0.15492437779903412,0.19037021696567535],[0.15492437779903412,0.10228312015533447],[0.15492437779903412,0.16293536126613617],[0.15492437779903412,0.12470025569200516],[0.15492437779903412,0.2352246791124344],[0.15492437779903412,0.1157161220908165],[0.3790664076805115,0.4165094196796417],[0.3790664076805115,0.4603596329689026],[0.3790664076805115,0.44911420345306396],[0.3790664076805115,0.46325963735580444],[0.3790664076805115,0.29668673872947693],[0.3790664076805115,0.3936831057071686],[0.1602465659379959,0.2448723167181015],[0.1602465659379959,0.2259388118982315],[0.1602465659379959,0.20412050187587738],[0.1602465659379959,0.1992339938879013],[0.1602465659379959,0.20897972583770752],[0.1602465659379959,0.11024340242147446],[0.1602465659379959,0.12211976945400238],[0.1602465659379959,0.20481978356838226],[0.1602465659379959,0.15516121685504913],[0.1602465659379959,0.06313284486532211],[0.1602465659379959,0.19037021696567535],[0.1602465659379959,0.24264554679393768],[0.1602465659379959,0.10228312015533447],[0.1602465659379959,0.16293536126613617],[0.07324796915054321,0.09967785328626633],[0.07324796915054321,0.08071917295455933],[0.07324796915054321,0.08425354957580566],[0.07324796915054321,0.07028497010469437],[0.07324796915054321,0.10702816396951675],[0.07324796915054321,0.08387250453233719],[0.07324796915054321,0.10252539068460464],[0.07324796915054321,0.06626928597688675],[0.07324796915054321,0.09752253443002701],[0.07324796915054321,0.12470025569200516],[0.5970625877380371,0.6101931929588318],[0.5970625877380371,0.5291987657546997],[0.5970625877380371,0.7257695198059082],[0.5970625877380371,0.5679436922073364],[0.5970625877380371,0.5336350202560425],[0.5970625877380371,0.6317884922027588],[0.5970625877380371,0.5759644508361816],[0.5970625877380371,0.6509907841682434],[0.5970625877380371,0.5445723533630371],[0.5970625877380371,0.5069339275360107],[0.5970625877380371,0.520563006401062],[0.5970625877380371,0.523746132850647],[0.5970625877380371,0.6263641715049744],[0.5970625877380371,0.7006600499153137],[0.5970625877380371,0.5821102261543274],[0.5970625877380371,0.609318733215332],[0.5970625877380371,0.5988909602165222],[0.5970625877380371,0.5628018379211426],[0.5970625877380371,0.6199632287025452],[0.5970625877380371,0.6155207753181458],[0.5970625877380371,0.6313403248786926],[0.5904921293258667,0.5870806574821472],[0.5904921293258667,0.5425404906272888],[0.5904921293258667,0.5541629791259766],[0.5904921293258667,0.5312883853912354],[0.5904921293258667,0.5349408388137817],[0.40128031373023987,0.5030919313430786],[0.40128031373023987,0.2263578474521637],[0.40128031373023987,0.46325963735580444],[0.40128031373023987,0.507710874080658],[0.40128031373023987,0.4192558526992798],[0.3987441658973694,0.32782411575317383],[0.3987441658973694,0.4961498975753784],[0.3987441658973694,0.5031898021697998],[0.3987441658973694,0.40519699454307556],[0.3987441658973694,0.5139811038970947],[0.3987441658973694,0.24119599163532257],[0.3987441658973694,0.29019618034362793],[0.3987441658973694,0.44899871945381165],[0.3987441658973694,0.5121839642524719],[0.3987441658973694,0.33636796474456787],[0.3987441658973694,0.36185288429260254],[0.3987441658973694,0.48697561025619507],[0.3987441658973694,0.3786255717277527],[0.3987441658973694,0.30342012643814087],[0.3987441658973694,0.507710874080658],[0.7040780782699585,0.7240465879440308],[0.7040780782699585,0.7521294355392456],[0.7040780782699585,0.6632236838340759],[0.7040780782699585,0.7180708050727844],[0.7040780782699585,0.7165117859840393],[0.7040780782699585,0.694917619228363],[0.7040780782699585,0.7007570862770081],[0.7040780782699585,0.7082542181015015],[0.7040780782699585,0.7389177083969116],[0.7040780782699585,0.7118699550628662],[0.7040780782699585,0.6907238364219666],[0.6101931929588318,0.6910948157310486],[0.6101931929588318,0.6027131080627441],[0.6101931929588318,0.6317884922027588],[0.6101931929588318,0.5225333571434021],[0.6101931929588318,0.627929151058197],[0.6101931929588318,0.5156157612800598],[0.6101931929588318,0.6278879046440125],[0.6101931929588318,0.6040060520172119],[0.6101931929588318,0.5892434120178223],[0.6101931929588318,0.6131208539009094],[0.6101931929588318,0.5981012582778931],[0.6101931929588318,0.6412795782089233],[0.6101931929588318,0.6336123943328857],[0.6101931929588318,0.5139811038970947],[0.6101931929588318,0.6335167288780212],[0.6101931929588318,0.6494779586791992],[0.6101931929588318,0.5795430541038513],[0.6101931929588318,0.6220778822898865],[0.6101931929588318,0.628629744052887],[0.6101931929588318,0.5363489985466003],[0.6101931929588318,0.5497570633888245],[0.6101931929588318,0.616343080997467],[0.6101931929588318,0.6554610133171082],[0.6101931929588318,0.6169105768203735],[0.6101931929588318,0.5868575572967529],[0.6101931929588318,0.6262629628181458],[0.6101931929588318,0.5313930511474609],[0.6101931929588318,0.6008020639419556],[0.6101931929588318,0.6580115556716919],[0.6101931929588318,0.6498149633407593],[0.6101931929588318,0.6155207753181458],[0.6101931929588318,0.492814838886261],[0.6101931929588318,0.5064222812652588],[0.6101931929588318,0.5690757632255554],[0.6101931929588318,0.571553647518158],[0.6101931929588318,0.5912179350852966],[0.6101931929588318,0.6313403248786926],[0.6910948157310486,0.6655101776123047],[0.6910948157310486,0.774450957775116],[0.6910948157310486,0.7099927067756653],[0.6910948157310486,0.6787756681442261],[0.6910948157310486,0.5922117829322815],[0.6910948157310486,0.6509907841682434],[0.6910948157310486,0.6913554668426514],[0.6910948157310486,0.6969259977340698],[0.6910948157310486,0.7607420682907104],[0.6910948157310486,0.7472525238990784],[0.6910948157310486,0.6974119544029236],[0.6910948157310486,0.7402138710021973],[0.6910948157310486,0.7669695615768433],[0.6910948157310486,0.6262629628181458],[0.6910948157310486,0.615622341632843],[0.6910948157310486,0.7187610268592834],[0.6910948157310486,0.591185450553894],[0.6910948157310486,0.6313403248786926],[0.6655101776123047,0.774450957775116],[0.6655101776123047,0.6723360419273376],[0.6655101776123047,0.5870806574821472],[0.6655101776123047,0.6119887828826904],[0.6655101776123047,0.6317884922027588],[0.6655101776123047,0.6218068599700928],[0.6655101776123047,0.7197392582893372],[0.6655101776123047,0.6291342377662659],[0.6655101776123047,0.6262629628181458],[0.6655101776123047,0.6951141357421875],[0.6655101776123047,0.6155207753181458],[0.6655101776123047,0.6313403248786926],[0.053786735981702805,0.08071917295455933],[0.053786735981702805,0.08425354957580566],[0.053786735981702805,0.05685088410973549],[0.053786735981702805,0.08620424568653107],[0.053786735981702805,0.06889057159423828],[0.053786735981702805,0.08387250453233719],[0.053786735981702805,0.0952889621257782],[0.053786735981702805,0.045739687979221344],[0.053786735981702805,0.15309984982013702],[0.053786735981702805,0.03704928979277611],[0.053786735981702805,0.051297541707754135],[0.053786735981702805,0.07004866749048233],[0.053786735981702805,0.09163431078195572],[0.053786735981702805,0.16293536126613617],[0.09967785328626633,0.08425354957580566],[0.09967785328626633,0.054151542484760284],[0.09967785328626633,0.10252539068460464],[0.09967785328626633,0.06626928597688675],[0.09967785328626633,0.1346866339445114],[0.09967785328626633,0.14044931530952454],[0.09967785328626633,0.16293536126613617],[0.09967785328626633,0.12470025569200516],[0.09967785328626633,0.1276920735836029],[0.09967785328626633,0.10963624715805054],[0.6694921255111694,0.6119887828826904],[0.6694921255111694,0.6317884922027588],[0.6694921255111694,0.627929151058197],[0.6694921255111694,0.7607420682907104],[0.6694921255111694,0.6974161267280579],[0.6694921255111694,0.7010672092437744],[0.6694921255111694,0.680911660194397],[0.6694921255111694,0.6475598812103271],[0.6694921255111694,0.6593483686447144],[0.6694921255111694,0.6408513784408569],[0.6694921255111694,0.6630733609199524],[0.6694921255111694,0.6958409547805786],[0.6694921255111694,0.6589528322219849],[0.6694921255111694,0.6888492107391357],[0.6694921255111694,0.6531134843826294],[0.6694921255111694,0.7197392582893372],[0.6694921255111694,0.7090601921081543],[0.6694921255111694,0.6759604811668396],[0.6694921255111694,0.6130886077880859],[0.6694921255111694,0.6943854093551636],[0.6694921255111694,0.6548314690589905],[0.6694921255111694,0.6912544369697571],[0.6694921255111694,0.6155207753181458],[0.6694921255111694,0.6313403248786926],[0.6103633642196655,0.6509907841682434],[0.6103633642196655,0.6022805571556091],[0.6103633642196655,0.627929151058197],[0.6103633642196655,0.6040060520172119],[0.6103633642196655,0.524105966091156],[0.6103633642196655,0.5988909602165222],[0.6103633642196655,0.6498149633407593],[0.6103633642196655,0.5349408388137817],[0.6103633642196655,0.6313403248786926],[0.7648979425430298,0.6211578249931335],[0.7648979425430298,0.7251278162002563],[0.7648979425430298,0.8134019374847412],[0.7648979425430298,0.599906325340271],[0.7125180959701538,0.7771742343902588],[0.7125180959701538,0.7711833119392395],[0.7125180959701538,0.6834564805030823],[0.7125180959701538,0.5620788335800171],[0.7125180959701538,0.6535978317260742],[0.7125180959701538,0.7614318132400513],[0.7125180959701538,0.6236191987991333],[0.6388989090919495,0.6509907841682434],[0.6388989090919495,0.627929151058197],[0.6388989090919495,0.6593483686447144],[0.6388989090919495,0.6263641715049744],[0.6388989090919495,0.5868575572967529],[0.6388989090919495,0.6155207753181458],[0.6388989090919495,0.5744956731796265],[0.5385333895683289,0.46325963735580444],[0.5385333895683289,0.4953908920288086],[0.08071917295455933,0.08260084688663483],[0.08071917295455933,0.136888787150383],[0.08071917295455933,0.19936789572238922],[0.08071917295455933,0.08387250453233719],[0.08071917295455933,0.12211976945400238],[0.08071917295455933,0.006061726715415716],[0.08071917295455933,0.057726357132196426],[0.08071917295455933,0.11512668430805206],[0.08071917295455933,0.05188258737325668],[0.08071917295455933,0.07575330883264542],[0.08071917295455933,0.06626928597688675],[0.08071917295455933,0.09752253443002701],[0.08071917295455933,0.06313284486532211],[0.08071917295455933,0.18191736936569214],[0.08071917295455933,0.07004866749048233],[0.08071917295455933,0.10228312015533447],[0.08071917295455933,0.22588646411895752],[0.08071917295455933,0.06575220078229904],[0.5291987657546997,0.42463743686676025],[0.5291987657546997,0.5922117829322815],[0.5291987657546997,0.5877108573913574],[0.5291987657546997,0.5445723533630371],[0.5291987657546997,0.5789358019828796],[0.5291987657546997,0.609318733215332],[0.5291987657546997,0.5798442363739014],[0.5291987657546997,0.366252064704895],[0.5291987657546997,0.5988909602165222],[0.5291987657546997,0.5628018379211426],[0.5291987657546997,0.5386168360710144],[0.5291987657546997,0.530344545841217],[0.5291987657546997,0.5908341407775879],[0.278199702501297,0.39137861132621765],[0.278199702501297,0.16806486248970032],[0.278199702501297,0.3706817626953125],[0.278199702501297,0.27451810240745544],[0.278199702501297,0.21593914926052094],[0.6657594442367554,0.5870806574821472],[0.6657594442367554,0.7611415982246399],[0.6657594442367554,0.6455685496330261],[0.6657594442367554,0.6963169574737549],[0.6657594442367554,0.7343448400497437],[0.6657594442367554,0.5386168360710144],[0.6657594442367554,0.6653478145599365],[0.6657594442367554,0.5929073691368103],[0.6657594442367554,0.5650841593742371],[0.6657594442367554,0.5912179350852966],[0.774450957775116,0.7909079194068909],[0.774450957775116,0.7099927067756653],[0.774450957775116,0.7953597903251648],[0.774450957775116,0.6974161267280579],[0.774450957775116,0.7197392582893372],[0.774450957775116,0.7090601921081543],[0.774450957775116,0.8555961847305298],[0.47168055176734924,0.45974287390708923],[0.47168055176734924,0.37507885694503784],[0.47168055176734924,0.37314480543136597],[0.47168055176734924,0.30615708231925964],[0.47168055176734924,0.487408310174942],[0.47168055176734924,0.2673771381378174],[0.47168055176734924,0.424535870552063],[0.47168055176734924,0.562572717666626],[0.6003420352935791,0.4656278192996979],[0.6003420352935791,0.5991724133491516],[0.6003420352935791,0.5620788335800171],[0.6003420352935791,0.6186326742172241],[0.6003420352935791,0.45633694529533386],[0.6003420352935791,0.6292912364006042],[0.6003420352935791,0.6351040601730347],[0.6003420352935791,0.5228177309036255],[0.6003420352935791,0.5953396558761597],[0.6003420352935791,0.6681039333343506],[0.6003420352935791,0.6742174625396729],[0.6003420352935791,0.623619794845581],[0.6003420352935791,0.5725305676460266],[0.6169736385345459,0.5988909602165222],[0.6169736385345459,0.5386168360710144],[0.6169736385345459,0.6277816891670227],[0.6169736385345459,0.6155207753181458],[0.6169736385345459,0.585095226764679],[0.6169736385345459,0.5744956731796265],[0.6169736385345459,0.6313403248786926],[0.09064147621393204,0.136888787150383],[0.09064147621393204,0.019529934972524643],[0.09064147621393204,0.21270190179347992],[0.09064147621393204,0.12977750599384308],[0.09064147621393204,0.2323005646467209],[0.09064147621393204,0.05339934676885605],[0.09064147621393204,0.028311198577284813],[0.09064147621393204,0.10063354671001434],[0.7257695198059082,0.6723360419273376],[0.7257695198059082,0.6624969840049744],[0.7257695198059082,0.8549476861953735],[0.7257695198059082,0.585095226764679],[0.6723360419273376,0.627929151058197],[0.6723360419273376,0.6913554668426514],[0.6723360419273376,0.5445723533630371],[0.6723360419273376,0.7925492525100708],[0.6723360419273376,0.6263641715049744],[0.6723360419273376,0.609318733215332],[0.6723360419273376,0.6182692646980286],[0.6723360419273376,0.5988909602165222],[0.6723360419273376,0.615622341632843],[0.6723360419273376,0.6155207753181458],[0.13178029656410217,0.21769167482852936],[0.13178029656410217,0.11772918701171875],[0.13178029656410217,0.09163431078195572],[0.13178029656410217,0.1564388871192932],[0.13178029656410217,0.15245366096496582],[0.13178029656410217,0.19408021867275238],[0.13178029656410217,0.09506870806217194],[0.13178029656410217,0.2207232117652893],[0.13178029656410217,0.18365316092967987],[0.13178029656410217,0.2112983614206314],[0.13931907713413239,0.1786704659461975],[0.13931907713413239,0.2038135826587677],[0.13931907713413239,0.09322107583284378],[0.13931907713413239,0.12977750599384308],[0.13931907713413239,0.15386761724948883],[0.5870806574821472,0.6119887828826904],[0.5870806574821472,0.6273676753044128],[0.5870806574821472,0.49927330017089844],[0.5870806574821472,0.5759644508361816],[0.5870806574821472,0.5631731152534485],[0.5870806574821472,0.5425404906272888],[0.5870806574821472,0.7140789031982422],[0.5870806574821472,0.5069339275360107],[0.5870806574821472,0.5030919313430786],[0.5870806574821472,0.5789358019828796],[0.5870806574821472,0.5426419973373413],[0.5870806574821472,0.5819589495658875],[0.5870806574821472,0.6263641715049744],[0.5870806574821472,0.7249808311462402],[0.5870806574821472,0.49489566683769226],[0.5870806574821472,0.688435971736908],[0.5870806574821472,0.5469528436660767],[0.5870806574821472,0.5510717034339905],[0.5870806574821472,0.6182692646980286],[0.5870806574821472,0.4194645285606384],[0.5870806574821472,0.49012717604637146],[0.5870806574821472,0.6340423226356506],[0.5870806574821472,0.6006669998168945],[0.5870806574821472,0.6262629628181458],[0.5870806574821472,0.6199632287025452],[0.5870806574821472,0.42605260014533997],[0.5870806574821472,0.5393632054328918],[0.5870806574821472,0.6952570080757141],[0.5870806574821472,0.5709179043769836],[0.5870806574821472,0.4009082317352295],[0.5870806574821472,0.7134697437286377],[0.5870806574821472,0.5812655091285706],[0.3814525008201599,0.28364431858062744],[0.3814525008201599,0.4240827262401581],[0.3814525008201599,0.4206802248954773],[0.3814525008201599,0.4603596329689026],[0.3814525008201599,0.28158339858055115],[0.3814525008201599,0.4025518000125885],[0.3814525008201599,0.44911420345306396],[0.3814525008201599,0.5386168360710144],[0.3814525008201599,0.5312883853912354],[0.3814525008201599,0.41562366485595703],[0.3814525008201599,0.507710874080658],[0.5474225282669067,0.4870862066745758],[0.5474225282669067,0.4961498975753784],[0.5474225282669067,0.5031898021697998],[0.5474225282669067,0.627929151058197],[0.5474225282669067,0.5158411264419556],[0.5474225282669067,0.5877108573913574],[0.5474225282669067,0.5728574991226196],[0.5474225282669067,0.5815275311470032],[0.5474225282669067,0.44899871945381165],[0.5474225282669067,0.4988279342651367],[0.5474225282669067,0.4611967206001282],[0.5474225282669067,0.48697561025619507],[0.5474225282669067,0.5988909602165222],[0.5474225282669067,0.601364016532898],[0.5474225282669067,0.5628018379211426],[0.5474225282669067,0.5908341407775879],[0.5474225282669067,0.6155207753181458],[0.5474225282669067,0.49762043356895447],[0.5474225282669067,0.6313403248786926],[0.4656278192996979,0.48306334018707275],[0.4656278192996979,0.47555676102638245],[0.4656278192996979,0.35641053318977356],[0.4656278192996979,0.5013347268104553],[0.4656278192996979,0.45633694529533386],[0.4656278192996979,0.371616929769516],[0.4656278192996979,0.47085830569267273],[0.4656278192996979,0.5524196624755859],[0.4656278192996979,0.41830500960350037],[0.4656278192996979,0.5228177309036255],[0.4656278192996979,0.4243418574333191],[0.4656278192996979,0.4496118128299713],[0.4656278192996979,0.5400027632713318],[0.4656278192996979,0.3789747655391693],[0.4656278192996979,0.44366687536239624],[0.4656278192996979,0.45123594999313354],[0.4656278192996979,0.5272908210754395],[0.4656278192996979,0.4071994423866272],[0.4656278192996979,0.5055492520332336],[0.4656278192996979,0.5725305676460266],[0.4656278192996979,0.3940636217594147],[0.6045607328414917,0.5924760103225708],[0.6045607328414917,0.6506344079971313],[0.6045607328414917,0.6255389451980591],[0.6045607328414917,0.6317884922027588],[0.6045607328414917,0.5225333571434021],[0.6045607328414917,0.627929151058197],[0.6045607328414917,0.644803524017334],[0.6045607328414917,0.6155321598052979],[0.6045607328414917,0.660428524017334],[0.6045607328414917,0.5715261101722717],[0.6045607328414917,0.6422824263572693],[0.6045607328414917,0.6263641715049744],[0.6045607328414917,0.6218068599700928],[0.6045607328414917,0.5363489985466003],[0.6045607328414917,0.6170428991317749],[0.6045607328414917,0.5308975577354431],[0.6045607328414917,0.601364016532898],[0.6045607328414917,0.5931537747383118],[0.6045607328414917,0.6351907253265381],[0.6045607328414917,0.5929073691368103],[0.6045607328414917,0.5312883853912354],[0.6045607328414917,0.6155207753181458],[0.6045607328414917,0.585095226764679],[0.6045607328414917,0.5349408388137817],[0.6045607328414917,0.492814838886261],[0.6045607328414917,0.5744956731796265],[0.6045607328414917,0.5755842328071594],[0.6045607328414917,0.6313403248786926],[0.17627547681331635,0.24116741120815277],[0.17627547681331635,0.12211976945400238],[0.17627547681331635,0.20121771097183228],[0.17627547681331635,0.21398276090621948],[0.17627547681331635,0.15309984982013702],[0.17627547681331635,0.22293192148208618],[0.17627547681331635,0.18191736936569214],[0.34216973185539246,0.5405364036560059],[0.34216973185539246,0.37507885694503784],[0.34216973185539246,0.24116741120815277],[0.34216973185539246,0.37314480543136597],[0.34216973185539246,0.31606316566467285],[0.34216973185539246,0.21398276090621948],[0.6686542630195618,0.708795428276062],[0.6686542630195618,0.5991724133491516],[0.6686542630195618,0.6092108488082886],[0.6686542630195618,0.654327929019928],[0.6686542630195618,0.6834564805030823],[0.6686542630195618,0.6186326742172241],[0.6686542630195618,0.6236191987991333],[0.6119887828826904,0.5768961906433105],[0.6119887828826904,0.6317884922027588],[0.6119887828826904,0.5631731152534485],[0.6119887828826904,0.627929151058197],[0.6119887828826904,0.5877108573913574],[0.6119887828826904,0.5951337814331055],[0.6119887828826904,0.5445723533630371],[0.6119887828826904,0.6974161267280579],[0.6119887828826904,0.6565499901771545],[0.6119887828826904,0.6408513784408569],[0.6119887828826904,0.6263641715049744],[0.6119887828826904,0.6241400241851807],[0.6119887828826904,0.6449565291404724],[0.6119887828826904,0.6173483729362488],[0.6119887828826904,0.5988909602165222],[0.6119887828826904,0.6262629628181458],[0.6119887828826904,0.5628018379211426],[0.6119887828826904,0.5652235150337219],[0.6119887828826904,0.5922589898109436],[0.6119887828826904,0.6155207753181458],[0.6119887828826904,0.5650841593742371],[0.6119887828826904,0.6313403248786926],[0.17877797782421112,0.15028737485408783],[0.17877797782421112,0.1452736109495163],[0.17877797782421112,0.24119599163532257],[0.17877797782421112,0.323573499917984],[0.17877797782421112,0.10831324756145477],[0.17877797782421112,0.2141508013010025],[0.17877797782421112,0.2263578474521637],[0.17877797782421112,0.1767803281545639],[0.6027131080627441,0.6022805571556091],[0.6027131080627441,0.627929151058197],[0.6027131080627441,0.5988909602165222],[0.6027131080627441,0.601364016532898],[0.6027131080627441,0.5312883853912354],[0.6027131080627441,0.6155207753181458],[0.6027131080627441,0.571553647518158],[0.4319656789302826,0.45974287390708923],[0.4319656789302826,0.5669016242027283],[0.4319656789302826,0.2688409984111786],[0.4319656789302826,0.37314480543136597],[0.4319656789302826,0.487408310174942],[0.4319656789302826,0.5510717034339905],[0.4319656789302826,0.4885503351688385],[0.7909079194068909,0.6273676753044128],[0.7909079194068909,0.7611415982246399],[0.7909079194068909,0.6324447393417358],[0.7909079194068909,0.8555961847305298],[0.7099927067756653,0.7953597903251648],[0.7099927067756653,0.6455685496330261],[0.7099927067756653,0.6317884922027588],[0.7099927067756653,0.6509907841682434],[0.7099927067756653,0.7140789031982422],[0.7099927067756653,0.6974161267280579],[0.7099927067756653,0.7472525238990784],[0.7099927067756653,0.7303126454353333],[0.7099927067756653,0.6593483686447144],[0.7099927067756653,0.7402138710021973],[0.7099927067756653,0.7417987585067749],[0.7099927067756653,0.6844956874847412],[0.7099927067756653,0.6155207753181458],[0.7099927067756653,0.6313403248786926],[0.708795428276062,0.6808599233627319],[0.708795428276062,0.654327929019928],[0.708795428276062,0.7007086277008057],[0.708795428276062,0.6834564805030823],[0.708795428276062,0.7075943946838379],[0.708795428276062,0.6365089416503906],[0.708795428276062,0.7204552888870239],[0.708795428276062,0.6654308438301086],[0.708795428276062,0.7183851599693298],[0.708795428276062,0.7173943519592285],[0.708795428276062,0.7566946744918823],[0.708795428276062,0.6742174625396729],[0.708795428276062,0.7371017932891846],[0.30201825499534607,0.3320099115371704],[0.30201825499534607,0.2709105312824249],[0.30201825499534607,0.29278138279914856],[0.30201825499534607,0.18798120319843292],[0.30201825499534607,0.3433791995048523],[0.30201825499534607,0.41562366485595703],[0.30201825499534607,0.3851962685585022],[0.5924760103225708,0.6293004751205444],[0.5924760103225708,0.6317884922027588],[0.5924760103225708,0.627929151058197],[0.5924760103225708,0.5951337814331055],[0.5924760103225708,0.5715261101722717],[0.5924760103225708,0.5139811038970947],[0.5924760103225708,0.5821102261543274],[0.5924760103225708,0.5196020007133484],[0.5924760103225708,0.601364016532898],[0.5924760103225708,0.5842980742454529],[0.5924760103225708,0.6155207753181458],[0.5924760103225708,0.5744956731796265],[0.5924760103225708,0.571553647518158],[0.5924760103225708,0.6313403248786926],[0.5679436922073364,0.6155321598052979],[0.5679436922073364,0.5123181939125061],[0.5679436922073364,0.6120235919952393],[0.4870862066745758,0.42463743686676025],[0.4870862066745758,0.32782411575317383],[0.4870862066745758,0.5031898021697998],[0.4870862066745758,0.5158411264419556],[0.4870862066745758,0.5877108573913574],[0.4870862066745758,0.5728574991226196],[0.4870862066745758,0.5549317598342896],[0.4870862066745758,0.33636796474456787],[0.4870862066745758,0.45926395058631897],[0.4870862066745758,0.47445982694625854],[0.4870862066745758,0.4611967206001282],[0.4870862066745758,0.5015673041343689],[0.4870862066745758,0.5988909602165222],[0.6506344079971313,0.6317884922027588],[0.6506344079971313,0.6040060520172119],[0.6506344079971313,0.7312915921211243],[0.6506344079971313,0.6263641715049744],[0.6506344079971313,0.609318733215332],[0.6506344079971313,0.6351907253265381],[0.6506344079971313,0.6155207753181458],[0.6506344079971313,0.571553647518158],[0.6506344079971313,0.6313403248786926],[0.5336350202560425,0.5631731152534485],[0.5336350202560425,0.6152263879776001],[0.5336350202560425,0.5386168360710144],[0.5336350202560425,0.6155207753181458],[0.5336350202560425,0.585095226764679],[0.5336350202560425,0.5349408388137817],[0.5336350202560425,0.571553647518158],[0.0,0.06365977972745895],[0.0,0.057726357132196426],[0.0,0.06575220078229904],[0.0,0.10963624715805054],[0.5768961906433105,0.5922117829322815],[0.5768961906433105,0.5631731152534485],[0.5768961906433105,0.609318733215332],[0.5768961906433105,0.5988909602165222],[0.5768961906433105,0.601364016532898],[0.5768961906433105,0.6155207753181458],[0.5768961906433105,0.585095226764679],[0.08260084688663483,0.08425354957580566],[0.08260084688663483,0.14591634273529053],[0.08260084688663483,0.08387250453233719],[0.08260084688663483,0.10252539068460464],[0.08260084688663483,0.11512668430805206],[0.08260084688663483,0.15309984982013702],[0.08260084688663483,0.06575220078229904],[0.08260084688663483,0.10963624715805054],[0.6273676753044128,0.5631731152534485],[0.6273676753044128,0.5981012582778931],[0.6273676753044128,0.4025518000125885],[0.6613167524337769,0.4634476602077484],[0.6613167524337769,0.5425404906272888],[0.6613167524337769,0.6199632287025452],[0.6613167524337769,0.530344545841217],[0.3460516929626465,0.34960129857063293],[0.3460516929626465,0.47555676102638245],[0.3460516929626465,0.3024034798145294],[0.3460516929626465,0.32800084352493286],[0.3460516929626465,0.3789747655391693],[0.3460516929626465,0.3092819154262543],[0.3460516929626465,0.23568123579025269],[0.1959761530160904,0.1786704659461975],[0.1959761530160904,0.32782411575317383],[0.1959761530160904,0.17971421778202057],[0.1959761530160904,0.2038135826587677],[0.1959761530160904,0.24119599163532257],[0.1959761530160904,0.19651824235916138],[0.1959761530160904,0.179764986038208],[0.1959761530160904,0.2223096787929535],[0.1959761530160904,0.21585528552532196],[0.6544072031974792,0.5425404906272888],[0.6544072031974792,0.5069339275360107],[0.5991724133491516,0.6092108488082886],[0.5991724133491516,0.654327929019928],[0.5991724133491516,0.6186326742172241],[0.5991724133491516,0.6292912364006042],[0.5991724133491516,0.6365089416503906],[0.5991724133491516,0.47085830569267273],[0.5991724133491516,0.5953396558761597],[0.5991724133491516,0.6654308438301086],[0.5991724133491516,0.5923166275024414],[0.5991724133491516,0.5400027632713318],[0.5991724133491516,0.6742174625396729],[0.5991724133491516,0.623619794845581],[0.5991724133491516,0.6158531904220581],[0.5991724133491516,0.45123594999313354],[0.5991724133491516,0.5055492520332336],[0.5991724133491516,0.6097174286842346],[0.5991724133491516,0.5725305676460266],[0.7953597903251648,0.7472525238990784],[0.7953597903251648,0.7010672092437744],[0.7953597903251648,0.7251278162002563],[0.7953597903251648,0.7197392582893372],[0.7953597903251648,0.7090601921081543],[0.2645932137966156,0.3524830937385559],[0.2645932137966156,0.2259388118982315],[0.2645932137966156,0.20412050187587738],[0.2645932137966156,0.32800084352493286],[0.2645932137966156,0.20121771097183228],[0.2645932137966156,0.27762851119041443],[0.2645932137966156,0.25941359996795654],[0.2645932137966156,0.25650614500045776],[0.2645932137966156,0.23699234426021576],[0.2645932137966156,0.19037021696567535],[0.2645932137966156,0.31394338607788086],[0.2645932137966156,0.24264554679393768],[0.6293004751205444,0.6317884922027588],[0.6293004751205444,0.5728574991226196],[0.6293004751205444,0.6064946055412292],[0.6293004751205444,0.5541629791259766],[0.6293004751205444,0.6340423226356506],[0.6293004751205444,0.6130886077880859],[0.6293004751205444,0.6579514741897583],[0.6293004751205444,0.6155207753181458],[0.7611415982246399,0.7251278162002563],[0.7611415982246399,0.6594494581222534],[0.7611415982246399,0.8555961847305298],[0.5289300680160522,0.610827624797821],[0.5289300680160522,0.520996630191803],[0.5289300680160522,0.5284290313720703],[0.5289300680160522,0.5568075180053711],[0.5289300680160522,0.5386168360710144],[0.5289300680160522,0.5312883853912354],[0.550754964351654,0.5922117829322815],[0.550754964351654,0.6101029515266418],[0.550754964351654,0.6239025592803955],[0.550754964351654,0.601364016532898],[0.550754964351654,0.5386168360710144],[0.550754964351654,0.5744956731796265],[0.550754964351654,0.571553647518158],[0.15028737485408783,0.1786704659461975],[0.15028737485408783,0.1452736109495163],[0.15028737485408783,0.2323005646467209],[0.15028737485408783,0.2141508013010025],[0.15028737485408783,0.3092644214630127],[0.15028737485408783,0.19648145139217377],[0.15028737485408783,0.07048135250806808],[0.39137861132621765,0.4165094196796417],[0.39137861132621765,0.46939176321029663],[0.39137861132621765,0.4206802248954773],[0.39137861132621765,0.44911420345306396],[0.39137861132621765,0.32693177461624146],[0.39137861132621765,0.18365316092967987],[0.39137861132621765,0.3936831057071686],[0.39137861132621765,0.3295843005180359],[0.39137861132621765,0.5330855846405029],[0.39137861132621765,0.41347935795783997],[0.6787756681442261,0.6509907841682434],[0.6787756681442261,0.627929151058197],[0.6787756681442261,0.6155321598052979],[0.6787756681442261,0.6422824263572693],[0.6787756681442261,0.6693019866943359],[0.6787756681442261,0.601364016532898],[0.6787756681442261,0.5386168360710144],[0.6787756681442261,0.5842980742454529],[0.06365977972745895,0.08108693361282349],[0.06365977972745895,0.11456382274627686],[0.06365977972745895,0.08387250453233719],[0.06365977972745895,0.0952889621257782],[0.06365977972745895,0.11512668430805206],[0.06365977972745895,0.023644909262657166],[0.06365977972745895,0.08288730680942535],[0.06365977972745895,0.12080025672912598],[0.06365977972745895,0.13347342610359192],[0.06365977972745895,0.069983571767807],[0.06365977972745895,0.09163431078195572],[0.06365977972745895,0.09506870806217194],[0.4634476602077484,0.5069339275360107],[0.4634476602077484,0.5819589495658875],[0.4634476602077484,0.318307101726532],[0.49927330017089844,0.4961498975753784],[0.49927330017089844,0.5631731152534485],[0.49927330017089844,0.585095226764679],[0.49927330017089844,0.5349408388137817],[0.49927330017089844,0.571553647518158],[0.6255389451980591,0.627929151058197],[0.6255389451980591,0.6335167288780212],[0.6255389451980591,0.6263641715049744],[0.6255389451980591,0.601364016532898],[0.6255389451980591,0.6155207753181458],[0.6255389451980591,0.585095226764679],[0.6255389451980591,0.571553647518158],[0.6255389451980591,0.6313403248786926],[0.5743904709815979,0.6040060520172119],[0.5743904709815979,0.6263641715049744],[0.5743904709815979,0.5952730774879456],[0.5743904709815979,0.4232686161994934],[0.5743904709815979,0.5386168360710144],[0.5743904709815979,0.6351907253265381],[0.5743904709815979,0.6155207753181458],[0.5743904709815979,0.585095226764679],[0.5743904709815979,0.5744956731796265],[0.5743904709815979,0.571553647518158],[0.6190354228019714,0.6455685496330261],[0.6190354228019714,0.6040060520172119],[0.6190354228019714,0.49734246730804443],[0.6190354228019714,0.6554610133171082],[0.6190354228019714,0.5386168360710144],[0.6190354228019714,0.5842980742454529],[0.6190354228019714,0.5738600492477417],[0.6190354228019714,0.6682551503181458],[0.42463743686676025,0.32095858454704285],[0.42463743686676025,0.5031898021697998],[0.42463743686676025,0.4923052489757538],[0.42463743686676025,0.5426419973373413],[0.42463743686676025,0.523746132850647],[0.42463743686676025,0.323573499917984],[0.42463743686676025,0.33636796474456787],[0.42463743686676025,0.30342012643814087],[0.42463743686676025,0.5015673041343689],[0.48858895897865295,0.4775560796260834],[0.48858895897865295,0.49269571900367737],[0.48858895897865295,0.5363489985466003],[0.48858895897865295,0.5149726271629333],[0.48858895897865295,0.3707335591316223],[0.48858895897865295,0.5313930511474609],[0.48858895897865295,0.44911420345306396],[0.48858895897865295,0.5386168360710144],[0.48858895897865295,0.45469462871551514],[0.48858895897865295,0.46325963735580444],[0.48858895897865295,0.5312883853912354],[0.48858895897865295,0.5349408388137817],[0.48858895897865295,0.3936831057071686],[0.48858895897865295,0.492814838886261],[0.48858895897865295,0.5744956731796265],[0.48858895897865295,0.5017827153205872],[0.48858895897865295,0.594007670879364],[0.48858895897865295,0.571553647518158],[0.6455685496330261,0.627929151058197],[0.6455685496330261,0.6155321598052979],[0.6455685496330261,0.6131208539009094],[0.6455685496330261,0.7423549294471741],[0.6455685496330261,0.7402138710021973],[0.6455685496330261,0.523746132850647],[0.6455685496330261,0.6494779586791992],[0.6455685496330261,0.6514363884925842],[0.6455685496330261,0.49489566683769226],[0.6455685496330261,0.610827624797821],[0.6455685496330261,0.6101029515266418],[0.6455685496330261,0.7187610268592834],[0.6455685496330261,0.6332656741142273],[0.6455685496330261,0.7207822203636169],[0.6455685496330261,0.6155207753181458],[0.6455685496330261,0.5330855846405029],[0.6455685496330261,0.5912179350852966],[0.6455685496330261,0.6313403248786926],[0.48306334018707275,0.47555676102638245],[0.48306334018707275,0.45633694529533386],[0.48306334018707275,0.47085830569267273],[0.48306334018707275,0.40267977118492126],[0.48306334018707275,0.5228177309036255],[0.48306334018707275,0.4496118128299713],[0.48306334018707275,0.5953396558761597],[0.48306334018707275,0.5923166275024414],[0.48306334018707275,0.31394338607788086],[0.48306334018707275,0.5460497736930847],[0.48306334018707275,0.5400027632713318],[0.48306334018707275,0.44366687536239624],[0.48306334018707275,0.45123594999313354],[0.48306334018707275,0.3940636217594147],[0.48306334018707275,0.4091742932796478],[0.32095858454704285,0.201832577586174],[0.32095858454704285,0.3437599837779999],[0.32095858454704285,0.2460416704416275],[0.32095858454704285,0.19905884563922882],[0.32095858454704285,0.4009082317352295],[0.1786704659461975,0.32782411575317383],[0.1786704659461975,0.1452736109495163],[0.1786704659461975,0.17971421778202057],[0.1786704659461975,0.2038135826587677],[0.1786704659461975,0.24119599163532257],[0.1786704659461975,0.19651824235916138],[0.1786704659461975,0.30342012643814087],[0.1786704659461975,0.2141508013010025],[0.1786704659461975,0.11584194004535675],[0.1786704659461975,0.179764986038208],[0.22375912964344025,0.1992339938879013],[0.22375912964344025,0.15516121685504913],[0.22375912964344025,0.23132659494876862],[0.22375912964344025,0.3046553134918213],[0.22375912964344025,0.27872830629348755],[0.22375912964344025,0.2223096787929535],[0.22375912964344025,0.2467871606349945],[0.41854265332221985,0.31202268600463867],[0.41854265332221985,0.4116331934928894],[0.41854265332221985,0.37465205788612366],[0.41854265332221985,0.38930749893188477],[0.41854265332221985,0.46325963735580444],[0.6092108488082886,0.5620788335800171],[0.6092108488082886,0.6186326742172241],[0.6092108488082886,0.6236191987991333],[0.6092108488082886,0.5953396558761597],[0.6092108488082886,0.5460497736930847],[0.6092108488082886,0.623619794845581],[0.08425354957580566,0.05685088410973549],[0.08425354957580566,0.08108693361282349],[0.08425354957580566,0.09661350399255753],[0.08425354957580566,0.07028497010469437],[0.08425354957580566,0.08620424568653107],[0.08425354957580566,0.136888787150383],[0.08425354957580566,0.054151542484760284],[0.08425354957580566,0.07744334638118744],[0.08425354957580566,0.11024340242147446],[0.08425354957580566,0.06355015933513641],[0.08425354957580566,0.04156218841671944],[0.08425354957580566,0.08387250453233719],[0.08425354957580566,0.12211976945400238],[0.08425354957580566,0.10252539068460464],[0.08425354957580566,0.06626928597688675],[0.08425354957580566,0.03704928979277611],[0.08425354957580566,0.08086756616830826],[0.08425354957580566,0.0825837180018425],[0.08425354957580566,0.09752253443002701],[0.08425354957580566,0.04688204824924469],[0.08425354957580566,0.069983571767807],[0.08425354957580566,0.11475997418165207],[0.08425354957580566,0.1462855190038681],[0.08425354957580566,0.11772918701171875],[0.08425354957580566,0.12541168928146362],[0.08425354957580566,0.09779045730829239],[0.08425354957580566,0.09506870806217194],[0.08425354957580566,0.16293536126613617],[0.08425354957580566,0.06575220078229904],[0.08425354957580566,0.10963624715805054],[0.08425354957580566,0.1157161220908165],[0.6317884922027588,0.5922117829322815],[0.6317884922027588,0.6509907841682434],[0.6317884922027588,0.6022805571556091],[0.6317884922027588,0.627929151058197],[0.6317884922027588,0.5728574991226196],[0.6317884922027588,0.6040060520172119],[0.6317884922027588,0.7312915921211243],[0.6317884922027588,0.6015234589576721],[0.6317884922027588,0.7303126454353333],[0.6317884922027588,0.680911660194397],[0.6317884922027588,0.5772196054458618],[0.6317884922027588,0.5139811038970947],[0.6317884922027588,0.6593483686447144],[0.6317884922027588,0.6335167288780212],[0.6317884922027588,0.640545666217804],[0.6317884922027588,0.6263641715049744],[0.6317884922027588,0.6630733609199524],[0.6317884922027588,0.7031589150428772],[0.6317884922027588,0.6120235919952393],[0.6317884922027588,0.7006600499153137],[0.6317884922027588,0.628629744052887],[0.6317884922027588,0.6589528322219849],[0.6317884922027588,0.6668803095817566],[0.6317884922027588,0.6449565291404724],[0.6317884922027588,0.6522513628005981],[0.6317884922027588,0.6554610133171082],[0.6317884922027588,0.5988909602165222],[0.6317884922027588,0.5952730774879456],[0.6317884922027588,0.6579514741897583],[0.6317884922027588,0.6239025592803955],[0.6317884922027588,0.6291342377662659],[0.6317884922027588,0.7417987585067749],[0.6317884922027588,0.5823285579681396],[0.6317884922027588,0.601364016532898],[0.6317884922027588,0.5628018379211426],[0.6317884922027588,0.6580115556716919],[0.6317884922027588,0.6557551622390747],[0.6317884922027588,0.6419731974601746],[0.6317884922027588,0.5931537747383118],[0.6317884922027588,0.6206339001655579],[0.6317884922027588,0.5738600492477417],[0.6317884922027588,0.6682551503181458],[0.6317884922027588,0.6498149633407593],[0.6317884922027588,0.6844956874847412],[0.6317884922027588,0.6351907253265381],[0.6317884922027588,0.5922589898109436],[0.6317884922027588,0.6756367087364197],[0.6317884922027588,0.6155207753181458],[0.6317884922027588,0.6438375115394592],[0.6317884922027588,0.5744956731796265],[0.6317884922027588,0.571553647518158],[0.6317884922027588,0.6313403248786926],[0.5225333571434021,0.6022805571556091],[0.5225333571434021,0.6263641715049744],[0.5225333571434021,0.4603596329689026],[0.5225333571434021,0.41588881611824036],[0.5225333571434021,0.3983701169490814],[0.5225333571434021,0.46046558022499084],[0.5225333571434021,0.5386168360710144],[0.5225333571434021,0.5929073691368103],[0.5225333571434021,0.5312883853912354],[0.5225333571434021,0.585095226764679],[0.5225333571434021,0.571553647518158],[0.5245603919029236,0.5631731152534485],[0.5245603919029236,0.5313930511474609],[0.5245603919029236,0.591185450553894],[0.5245603919029236,0.507710874080658],[0.34960129857063293,0.47555676102638245],[0.34960129857063293,0.3524830937385559],[0.34960129857063293,0.2448723167181015],[0.34960129857063293,0.3024034798145294],[0.34960129857063293,0.3797750771045685],[0.34960129857063293,0.371616929769516],[0.34960129857063293,0.32800084352493286],[0.34960129857063293,0.31510668992996216],[0.34960129857063293,0.3789747655391693],[0.34960129857063293,0.3092819154262543],[0.34960129857063293,0.2887815237045288],[0.34960129857063293,0.23568123579025269],[0.2728397846221924,0.30519214272499084],[0.2728397846221924,0.2838086783885956],[0.2728397846221924,0.25650614500045776],[0.2728397846221924,0.23132659494876862],[0.2728397846221924,0.27872830629348755],[0.2728397846221924,0.2223096787929535],[0.2728397846221924,0.2467871606349945],[0.6499330401420593,0.5669016242027283],[0.6499330401420593,0.5430501699447632],[0.6499330401420593,0.7343448400497437],[0.6499330401420593,0.4885503351688385],[0.47555676102638245,0.3797750771045685],[0.47555676102638245,0.45633694529533386],[0.47555676102638245,0.47085830569267273],[0.47555676102638245,0.5524196624755859],[0.47555676102638245,0.6037921905517578],[0.47555676102638245,0.5400027632713318],[0.47555676102638245,0.44366687536239624],[0.47555676102638245,0.4071994423866272],[0.31492531299591064,0.238737553358078],[0.31492531299591064,0.23806560039520264],[0.31492531299591064,0.44647330045700073],[0.31492531299591064,0.29019618034362793],[0.31492531299591064,0.5215306878089905],[0.31492531299591064,0.2323005646467209],[0.31492531299591064,0.4206802248954773],[0.31492531299591064,0.4603596329689026],[0.31492531299591064,0.2141508013010025],[0.31492531299591064,0.366252064704895],[0.31492531299591064,0.4194645285606384],[0.31492531299591064,0.3707335591316223],[0.31492531299591064,0.28429481387138367],[0.31492531299591064,0.46325963735580444],[0.31492531299591064,0.2225470393896103],[0.23945342004299164,0.19936789572238922],[0.23945342004299164,0.11512668430805206],[0.23945342004299164,0.15157364308834076],[0.23945342004299164,0.3983701169490814],[0.23945342004299164,0.29221683740615845],[0.23945342004299164,0.13794922828674316],[0.23945342004299164,0.13347342610359192],[0.23945342004299164,0.22438563406467438],[0.23945342004299164,0.26956573128700256],[0.23945342004299164,0.2349204421043396],[0.23945342004299164,0.21593914926052094],[0.23945342004299164,0.45469462871551514],[0.23945342004299164,0.14044931530952454],[0.23945342004299164,0.17730964720249176],[0.23945342004299164,0.201202854514122],[0.23945342004299164,0.29668673872947693],[0.23945342004299164,0.1512792408466339],[0.23945342004299164,0.4688960313796997],[0.23945342004299164,0.1996997743844986],[0.23945342004299164,0.19510960578918457],[0.23945342004299164,0.32693177461624146],[0.23945342004299164,0.15245366096496582],[0.23945342004299164,0.1345485895872116],[0.23945342004299164,0.19408021867275238],[0.23945342004299164,0.2207232117652893],[0.23945342004299164,0.18365316092967987],[0.23945342004299164,0.3936831057071686],[0.23945342004299164,0.3500150144100189],[0.23945342004299164,0.17053695023059845],[0.23945342004299164,0.2112983614206314],[0.23945342004299164,0.1276920735836029],[0.23945342004299164,0.18760810792446136],[0.23945342004299164,0.10963624715805054],[0.23945342004299164,0.14479343593120575],[0.5922117829322815,0.627929151058197],[0.5922117829322815,0.7140789031982422],[0.5922117829322815,0.5877108573913574],[0.5922117829322815,0.5030919313430786],[0.5922117829322815,0.6624969840049744],[0.5922117829322815,0.6538307070732117],[0.5922117829322815,0.5139811038970947],[0.5922117829322815,0.6743246912956238],[0.5922117829322815,0.6263641715049744],[0.5922117829322815,0.5591959953308105],[0.5922117829322815,0.4984549283981323],[0.5922117829322815,0.5765173435211182],[0.5922117829322815,0.59421706199646],[0.5922117829322815,0.5149726271629333],[0.5922117829322815,0.49012717604637146],[0.5922117829322815,0.5988909602165222],[0.5922117829322815,0.6239025592803955],[0.5922117829322815,0.601364016532898],[0.5922117829322815,0.6008020639419556],[0.5922117829322815,0.6441644430160522],[0.5922117829322815,0.591185450553894],[0.5922117829322815,0.6155207753181458],[0.5922117829322815,0.5812655091285706],[0.5922117829322815,0.6381286382675171],[0.5922117829322815,0.507710874080658],[0.5922117829322815,0.5744956731796265],[0.5922117829322815,0.49762043356895447],[0.5922117829322815,0.6313403248786926],[0.16806486248970032,0.136888787150383],[0.16806486248970032,0.10702816396951675],[0.16806486248970032,0.11512668430805206],[0.16806486248970032,0.27451810240745544],[0.16806486248970032,0.3043469488620758],[0.16806486248970032,0.06575220078229904],[0.32782411575317383,0.5069339275360107],[0.32782411575317383,0.40519699454307556],[0.32782411575317383,0.2038135826587677],[0.32782411575317383,0.44899871945381165],[0.32782411575317383,0.19651824235916138],[0.32782411575317383,0.4611967206001282],[0.32782411575317383,0.21585528552532196],[0.5759644508361816,0.5877108573913574],[0.5759644508361816,0.5981012582778931],[0.5759644508361816,0.5121839642524719],[0.5759644508361816,0.5015673041343689],[0.5759644508361816,0.5988909602165222],[0.5759644508361816,0.6130886077880859],[0.5405364036560059,0.5669016242027283],[0.5405364036560059,0.5432993769645691],[0.5405364036560059,0.5510717034339905],[0.5405364036560059,0.4885503351688385],[0.5405364036560059,0.5792965292930603],[0.6444875597953796,0.6632236838340759],[0.6444875597953796,0.6577805280685425],[0.6444875597953796,0.7021891474723816],[0.6444875597953796,0.6937403678894043],[0.05685088410973549,0.11024340242147446],[0.05685088410973549,0.10252539068460464],[0.05685088410973549,0.09752253443002701],[0.05685088410973549,0.12541168928146362],[0.17571493983268738,0.2448723167181015],[0.17571493983268738,0.07744334638118744],[0.17571493983268738,0.11024340242147446],[0.17571493983268738,0.12211976945400238],[0.17571493983268738,0.27762851119041443],[0.17571493983268738,0.0825837180018425],[0.17571493983268738,0.23699234426021576],[0.17571493983268738,0.3505626916885376],[0.17571493983268738,0.264449805021286],[0.17571493983268738,0.11475997418165207],[0.17571493983268738,0.12541168928146362],[0.17571493983268738,0.23568123579025269],[0.17571493983268738,0.2671283483505249],[0.17571493983268738,0.1157161220908165],[0.7113879323005676,0.7240465879440308],[0.7113879323005676,0.7274079918861389],[0.7113879323005676,0.7180708050727844],[0.7113879323005676,0.7451931238174438],[0.7113879323005676,0.7165117859840393],[0.7113879323005676,0.694917619228363],[0.7113879323005676,0.7007570862770081],[0.7113879323005676,0.7082542181015015],[0.7113879323005676,0.6907238364219666],[0.7113879323005676,0.6937403678894043],[0.35641053318977356,0.371616929769516],[0.35641053318977356,0.32800084352493286],[0.35641053318977356,0.27762851119041443],[0.35641053318977356,0.47085830569267273],[0.35641053318977356,0.41830500960350037],[0.35641053318977356,0.4243418574333191],[0.35641053318977356,0.4496118128299713],[0.35641053318977356,0.23699234426021576],[0.35641053318977356,0.31510668992996216],[0.35641053318977356,0.3046553134918213],[0.35641053318977356,0.24264554679393768],[0.35641053318977356,0.3789747655391693],[0.35641053318977356,0.3092819154262543],[0.35641053318977356,0.44366687536239624],[0.35641053318977356,0.3908199965953827],[0.35641053318977356,0.45123594999313354],[0.35641053318977356,0.30869272351264954],[0.35641053318977356,0.2352246791124344],[0.35641053318977356,0.5055492520332336],[0.35641053318977356,0.2671283483505249],[0.35641053318977356,0.3940636217594147],[0.35641053318977356,0.4091742932796478],[0.4961498975753784,0.5631731152534485],[0.4961498975753784,0.5877108573913574],[0.4961498975753784,0.5728574991226196],[0.4961498975753784,0.5123181939125061],[0.4961498975753784,0.44899871945381165],[0.4961498975753784,0.4988279342651367],[0.4961498975753784,0.45926395058631897],[0.4961498975753784,0.5299791097640991],[0.4961498975753784,0.4194645285606384],[0.4961498975753784,0.5988909602165222],[0.4961498975753784,0.5628018379211426],[0.4961498975753784,0.564717173576355],[0.4961498975753784,0.4009082317352295],[0.6963169574737549,0.7607420682907104],[0.6963169574737549,0.6594494581222534],[0.6963169574737549,0.7669695615768433],[0.6963169574737549,0.5792965292930603],[0.3524830937385559,0.1992339938879013],[0.3524830937385559,0.3024034798145294],[0.3524830937385559,0.5620788335800171],[0.3524830937385559,0.32800084352493286],[0.3524830937385559,0.25941359996795654],[0.3524830937385559,0.31394338607788086],[0.3524830937385559,0.264449805021286],[0.5057351589202881,0.6022805571556091],[0.5057351589202881,0.5564720034599304],[0.5057351589202881,0.5156157612800598],[0.5057351589202881,0.6101029515266418],[0.5057351589202881,0.5363489985466003],[0.5057351589202881,0.5988909602165222],[0.5057351589202881,0.5842980742454529],[0.5031898021697998,0.5877108573913574],[0.5031898021697998,0.5728574991226196],[0.5031898021697998,0.5123181939125061],[0.5031898021697998,0.5069339275360107],[0.5031898021697998,0.5819589495658875],[0.5031898021697998,0.5549317598342896],[0.5031898021697998,0.44899871945381165],[0.5031898021697998,0.4988279342651367],[0.5031898021697998,0.5121839642524719],[0.5031898021697998,0.45926395058631897],[0.5031898021697998,0.4611967206001282],[0.5031898021697998,0.48697561025619507],[0.5031898021697998,0.6262629628181458],[0.5031898021697998,0.5628018379211426],[0.5031898021697998,0.4009082317352295],[0.277252733707428,0.3544464409351349],[0.277252733707428,0.29278138279914856],[0.277252733707428,0.29104307293891907],[0.277252733707428,0.26956573128700256],[0.5631731152534485,0.5877108573913574],[0.5631731152534485,0.6040060520172119],[0.5631731152534485,0.5123181939125061],[0.5631731152534485,0.5030919313430786],[0.5631731152534485,0.5789358019828796],[0.5631731152534485,0.5620599389076233],[0.5631731152534485,0.6657983064651489],[0.5631731152534485,0.5819589495658875],[0.5631731152534485,0.523746132850647],[0.5631731152534485,0.524105966091156],[0.5631731152534485,0.4988279342651367],[0.5631731152534485,0.5121839642524719],[0.5631731152534485,0.5299791097640991],[0.5631731152534485,0.5988909602165222],[0.5631731152534485,0.536313533782959],[0.5631731152534485,0.5561949014663696],[0.5631731152534485,0.5652235150337219],[0.5631731152534485,0.530344545841217],[0.5631731152534485,0.6332656741142273],[0.5631731152534485,0.6155207753181458],[0.5631731152534485,0.5812655091285706],[0.5631731152534485,0.49762043356895447],[0.5631731152534485,0.6313403248786926],[0.5209631323814392,0.4603596329689026],[0.5209631323814392,0.45469462871551514],[0.5209631323814392,0.5178926587104797],[0.5209631323814392,0.5017827153205872],[0.08108693361282349,0.11024340242147446],[0.08108693361282349,0.10252539068460464],[0.08108693361282349,0.06313284486532211],[0.08108693361282349,0.09163431078195572],[0.08108693361282349,0.12541168928146362],[0.08108693361282349,0.09506870806217194],[0.08108693361282349,0.1157161220908165],[0.6509907841682434,0.6658523678779602],[0.6509907841682434,0.627929151058197],[0.6509907841682434,0.7140789031982422],[0.6509907841682434,0.5564720034599304],[0.6509907841682434,0.6786211729049683],[0.6509907841682434,0.660428524017334],[0.6509907841682434,0.5892434120178223],[0.6509907841682434,0.6974161267280579],[0.6509907841682434,0.7312915921211243],[0.6509907841682434,0.7472525238990784],[0.6509907841682434,0.6624969840049744],[0.6509907841682434,0.7303126454353333],[0.6509907841682434,0.7423549294471741],[0.6509907841682434,0.6538307070732117],[0.6509907841682434,0.6657983064651489],[0.6509907841682434,0.6412795782089233],[0.6509907841682434,0.6336123943328857],[0.6509907841682434,0.640545666217804],[0.6509907841682434,0.6743246912956238],[0.6509907841682434,0.6263641715049744],[0.6509907841682434,0.7031589150428772],[0.6509907841682434,0.672804057598114],[0.6509907841682434,0.6101029515266418],[0.6509907841682434,0.6693019866943359],[0.6509907841682434,0.6888492107391357],[0.6509907841682434,0.6522513628005981],[0.6509907841682434,0.6554610133171082],[0.6509907841682434,0.6379261612892151],[0.6509907841682434,0.5988909602165222],[0.6509907841682434,0.7090601921081543],[0.6509907841682434,0.6943854093551636],[0.6509907841682434,0.7417987585067749],[0.6509907841682434,0.646506667137146],[0.6509907841682434,0.601364016532898],[0.6509907841682434,0.5792954564094543],[0.6509907841682434,0.6987727284431458],[0.6509907841682434,0.6441644430160522],[0.6509907841682434,0.6580115556716919],[0.6509907841682434,0.7187610268592834],[0.6509907841682434,0.6438225507736206],[0.6509907841682434,0.6844956874847412],[0.6509907841682434,0.6351907253265381],[0.6509907841682434,0.5929073691368103],[0.6509907841682434,0.6155207753181458],[0.6509907841682434,0.6381286382675171],[0.6509907841682434,0.6296684741973877],[0.6509907841682434,0.6313403248786926],[0.09661350399255753,0.2448723167181015],[0.09661350399255753,0.09752253443002701],[0.09661350399255753,0.04688204824924469],[0.09661350399255753,0.1462855190038681],[0.09661350399255753,0.12541168928146362],[0.09661350399255753,0.10265712440013885],[0.09661350399255753,0.10963624715805054],[0.09661350399255753,0.1157161220908165],[0.6022805571556091,0.627929151058197],[0.6022805571556091,0.5564720034599304],[0.6022805571556091,0.5951337814331055],[0.6022805571556091,0.6152263879776001],[0.6022805571556091,0.6657983064651489],[0.6022805571556091,0.6120235919952393],[0.6022805571556091,0.5795430541038513],[0.6022805571556091,0.6166980862617493],[0.6022805571556091,0.5541629791259766],[0.6022805571556091,0.628629744052887],[0.6022805571556091,0.59421706199646],[0.6022805571556091,0.6668803095817566],[0.6022805571556091,0.6170428991317749],[0.6022805571556091,0.5988909602165222],[0.6022805571556091,0.601364016532898],[0.6022805571556091,0.5284290313720703],[0.6022805571556091,0.5313930511474609],[0.6022805571556091,0.5792954564094543],[0.6022805571556091,0.564717173576355],[0.6022805571556091,0.6419731974601746],[0.6022805571556091,0.5842980742454529],[0.6022805571556091,0.6206339001655579],[0.6022805571556091,0.5738600492477417],[0.6022805571556091,0.6332656741142273],[0.6022805571556091,0.5929073691368103],[0.6022805571556091,0.6155207753181458],[0.6022805571556091,0.5812655091285706],[0.6022805571556091,0.5744956731796265],[0.6022805571556091,0.5912179350852966],[0.6022805571556091,0.6313403248786926],[0.6658523678779602,0.6155321598052979],[0.6658523678779602,0.6263641715049744],[0.6658523678779602,0.601364016532898],[0.6658523678779602,0.615622341632843],[0.6658523678779602,0.6155207753181458],[0.6658523678779602,0.6313403248786926],[0.45974287390708923,0.3706817626953125],[0.45974287390708923,0.27451810240745544],[0.45974287390708923,0.49734246730804443],[0.45974287390708923,0.6182692646980286],[0.45974287390708923,0.562572717666626],[0.07028497010469437,0.054151542484760284],[0.07028497010469437,0.10702816396951675],[0.07028497010469437,0.08387250453233719],[0.07028497010469437,0.045739687979221344],[0.07028497010469437,0.06626928597688675],[0.07028497010469437,0.11772918701171875],[0.07028497010469437,0.11946617066860199],[0.3706817626953125,0.2876043915748596],[0.3706817626953125,0.35929590463638306],[0.3706817626953125,0.3043469488620758],[0.3706817626953125,0.49683907628059387],[0.5425404906272888,0.6155321598052979],[0.5425404906272888,0.6422824263572693],[0.5425404906272888,0.5426419973373413],[0.5425404906272888,0.5620599389076233],[0.5425404906272888,0.5432993769645691],[0.5425404906272888,0.5276766419410706],[0.5425404906272888,0.47366827726364136],[0.5425404906272888,0.5541629791259766],[0.5425404906272888,0.6324447393417358],[0.5425404906272888,0.6772714853286743],[0.5425404906272888,0.520996630191803],[0.5425404906272888,0.5386168360710144],[0.5425404906272888,0.5393632054328918],[0.5425404906272888,0.632013201713562],[0.5425404906272888,0.40068840980529785],[0.5425404906272888,0.5929073691368103],[0.5425404906272888,0.4688960313796997],[0.5425404906272888,0.3851962685585022],[0.5425404906272888,0.5744956731796265],[0.5425404906272888,0.5912179350852966],[0.48887068033218384,0.39570116996765137],[0.48887068033218384,0.33877965807914734],[0.48887068033218384,0.551266074180603],[0.48887068033218384,0.5161566138267517],[0.48887068033218384,0.6296684741973877],[0.627929151058197,0.6278879046440125],[0.627929151058197,0.5877108573913574],[0.627929151058197,0.6155321598052979],[0.627929151058197,0.6040060520172119],[0.627929151058197,0.6913554668426514],[0.627929151058197,0.6422824263572693],[0.627929151058197,0.6974119544029236],[0.627929151058197,0.5982797145843506],[0.627929151058197,0.6152263879776001],[0.627929151058197,0.6015234589576721],[0.627929151058197,0.6412795782089233],[0.627929151058197,0.6336123943328857],[0.627929151058197,0.6593483686447144],[0.627929151058197,0.6335167288780212],[0.627929151058197,0.640545666217804],[0.627929151058197,0.6064946055412292],[0.627929151058197,0.6263641715049744],[0.627929151058197,0.5591959953308105],[0.627929151058197,0.7031589150428772],[0.627929151058197,0.6494779586791992],[0.627929151058197,0.6514363884925842],[0.627929151058197,0.6218068599700928],[0.627929151058197,0.5765173435211182],[0.627929151058197,0.6589528322219849],[0.627929151058197,0.6101029515266418],[0.627929151058197,0.6693019866943359],[0.627929151058197,0.6668803095817566],[0.627929151058197,0.609318733215332],[0.627929151058197,0.6531134843826294],[0.627929151058197,0.6522513628005981],[0.627929151058197,0.6379261612892151],[0.627929151058197,0.5988909602165222],[0.627929151058197,0.5952730774879456],[0.627929151058197,0.6759604811668396],[0.627929151058197,0.6579514741897583],[0.627929151058197,0.6291342377662659],[0.627929151058197,0.6262629628181458],[0.627929151058197,0.646506667137146],[0.627929151058197,0.601364016532898],[0.627929151058197,0.6008020639419556],[0.627929151058197,0.6987727284431458],[0.627929151058197,0.615622341632843],[0.627929151058197,0.6419731974601746],[0.627929151058197,0.5842980742454529],[0.627929151058197,0.6206339001655579],[0.627929151058197,0.6682551503181458],[0.627929151058197,0.6498149633407593],[0.627929151058197,0.6844956874847412],[0.627929151058197,0.5908341407775879],[0.627929151058197,0.6155207753181458],[0.627929151058197,0.585095226764679],[0.627929151058197,0.6381286382675171],[0.627929151058197,0.6438375115394592],[0.627929151058197,0.5744956731796265],[0.627929151058197,0.5690757632255554],[0.627929151058197,0.6037975549697876],[0.627929151058197,0.571553647518158],[0.627929151058197,0.6313403248786926],[0.6837976574897766,0.5669016242027283],[0.6837976574897766,0.5510717034339905],[0.6837976574897766,0.6199632287025452],[0.5669016242027283,0.5819589495658875],[0.5669016242027283,0.4212981164455414],[0.5669016242027283,0.6594494581222534],[0.5669016242027283,0.49489566683769226],[0.5669016242027283,0.6199632287025452],[0.5669016242027283,0.632013201713562],[0.2448723167181015,0.27762851119041443],[0.2448723167181015,0.20742297172546387],[0.2448723167181015,0.25941359996795654],[0.2448723167181015,0.2379344403743744],[0.2448723167181015,0.3505626916885376],[0.2448723167181015,0.264449805021286],[0.2448723167181015,0.24264554679393768],[0.2448723167181015,0.3092819154262543],[0.2448723167181015,0.2887815237045288],[0.2448723167181015,0.17229494452476501],[0.2448723167181015,0.30869272351264954],[0.2448723167181015,0.16293536126613617],[0.2448723167181015,0.2671283483505249],[0.08620424568653107,0.051297541707754135],[0.08620424568653107,0.0825837180018425],[0.08620424568653107,0.11475997418165207],[0.08620424568653107,0.12541168928146362],[0.08620424568653107,0.10265712440013885],[0.08620424568653107,0.10963624715805054],[0.08620424568653107,0.1157161220908165],[0.4775560796260834,0.471221387386322],[0.4775560796260834,0.5284290313720703],[0.4775560796260834,0.5386168360710144],[0.4775560796260834,0.45469462871551514],[0.4775560796260834,0.46325963735580444],[0.4775560796260834,0.5312883853912354],[0.4775560796260834,0.5178926587104797],[0.4775560796260834,0.41347935795783997],[0.3679406940937042,0.47366827726364136],[0.3679406940937042,0.3983701169490814],[0.3679406940937042,0.26956573128700256],[0.3679406940937042,0.32693177461624146],[0.11456382274627686,0.09322107583284378],[0.11456382274627686,0.08387250453233719],[0.11456382274627686,0.18911084532737732],[0.11456382274627686,0.2933034896850586],[0.11456382274627686,0.13794922828674316],[0.11456382274627686,0.13347342610359192],[0.11456382274627686,0.1564388871192932],[0.11456382274627686,0.17053695023059845],[0.11456382274627686,0.1767803281545639],[0.7140789031982422,0.6624969840049744],[0.7140789031982422,0.5988909602165222],[0.7140789031982422,0.5929073691368103],[0.5564720034599304,0.5981012582778931],[0.5564720034599304,0.47366827726364136],[0.5564720034599304,0.6494779586791992],[0.5564720034599304,0.5006934404373169],[0.5564720034599304,0.5988909602165222],[0.5564720034599304,0.601364016532898],[0.5564720034599304,0.5386168360710144],[0.5564720034599304,0.3851962685585022],[0.5564720034599304,0.5744956731796265],[0.5564720034599304,0.571553647518158],[0.644803524017334,0.6040060520172119],[0.644803524017334,0.6263641715049744],[0.644803524017334,0.616343080997467],[0.644803524017334,0.646506667137146],[0.644803524017334,0.5386168360710144],[0.644803524017334,0.6155207753181458],[0.644803524017334,0.5755842328071594],[0.644803524017334,0.5912179350852966],[0.37507885694503784,0.32176777720451355],[0.37507885694503784,0.49537092447280884],[0.37507885694503784,0.24116741120815277],[0.37507885694503784,0.21270190179347992],[0.37507885694503784,0.37314480543136597],[0.37507885694503784,0.6594494581222534],[0.37507885694503784,0.31606316566467285],[0.37507885694503784,0.18191736936569214],[0.37507885694503784,0.4526538550853729],[0.5158411264419556,0.5877108573913574],[0.5158411264419556,0.5728574991226196],[0.5158411264419556,0.40519699454307556],[0.5158411264419556,0.6475598812103271],[0.5158411264419556,0.5549317598342896],[0.5158411264419556,0.44899871945381165],[0.5158411264419556,0.5121839642524719],[0.5158411264419556,0.45926395058631897],[0.5158411264419556,0.4611967206001282],[0.5158411264419556,0.5469528436660767],[0.5158411264419556,0.36185288429260254],[0.5158411264419556,0.48697561025619507],[0.5158411264419556,0.6130886077880859],[0.5158411264419556,0.5628018379211426],[0.5158411264419556,0.6155207753181458],[0.6830785870552063,0.6624969840049744],[0.6830785870552063,0.6660640239715576],[0.6830785870552063,0.6120235919952393],[0.6830785870552063,0.609318733215332],[0.6830785870552063,0.5842980742454529],[0.6830785870552063,0.5738600492477417],[0.6830785870552063,0.5908341407775879],[0.6830785870552063,0.585095226764679],[0.5156157612800598,0.5728574991226196],[0.5156157612800598,0.6155321598052979],[0.5156157612800598,0.6040060520172119],[0.5156157612800598,0.5981012582778931],[0.5156157612800598,0.6211578249931335],[0.5156157612800598,0.4165094196796417],[0.5156157612800598,0.483603298664093],[0.5156157612800598,0.524105966091156],[0.5156157612800598,0.6263641715049744],[0.5156157612800598,0.4984549283981323],[0.5156157612800598,0.4206802248954773],[0.5156157612800598,0.471221387386322],[0.5156157612800598,0.5379151105880737],[0.5156157612800598,0.615622341632843],[0.5156157612800598,0.5842980742454529],[0.5156157612800598,0.4305277466773987],[0.5156157612800598,0.44139564037323],[0.5156157612800598,0.49762043356895447],[0.6278879046440125,0.5877108573913574],[0.6278879046440125,0.5951337814331055],[0.6278879046440125,0.6475598812103271],[0.6278879046440125,0.6218068599700928],[0.6278879046440125,0.6220778822898865],[0.6278879046440125,0.6579514741897583],[0.6278879046440125,0.6262629628181458],[0.6278879046440125,0.6498149633407593],[0.6278879046440125,0.6155207753181458],[0.6278879046440125,0.6313403248786926],[0.5163745880126953,0.4603596329689026],[0.5163745880126953,0.520996630191803],[0.5163745880126953,0.5656746029853821],[0.5163745880126953,0.5017827153205872],[0.5877108573913574,0.5728574991226196],[0.5877108573913574,0.5951337814331055],[0.5877108573913574,0.5069339275360107],[0.5877108573913574,0.5981012582778931],[0.5877108573913574,0.5982797145843506],[0.5877108573913574,0.5815275311470032],[0.5877108573913574,0.680911660194397],[0.5877108573913574,0.6475598812103271],[0.5877108573913574,0.5549317598342896],[0.5877108573913574,0.5139811038970947],[0.5877108573913574,0.44899871945381165],[0.5877108573913574,0.6408513784408569],[0.5877108573913574,0.4988279342651367],[0.5877108573913574,0.5121839642524719],[0.5877108573913574,0.6241400241851807],[0.5877108573913574,0.6218068599700928],[0.5877108573913574,0.5765173435211182],[0.5877108573913574,0.6220778822898865],[0.5877108573913574,0.4611967206001282],[0.5877108573913574,0.5784411430358887],[0.5877108573913574,0.6531134843826294],[0.5877108573913574,0.48697561025619507],[0.5877108573913574,0.5988909602165222],[0.5877108573913574,0.6130886077880859],[0.5877108573913574,0.6239025592803955],[0.5877108573913574,0.6291342377662659],[0.5877108573913574,0.6262629628181458],[0.5877108573913574,0.5628018379211426],[0.5877108573913574,0.6008020639419556],[0.5877108573913574,0.564717173576355],[0.5877108573913574,0.591185450553894],[0.5877108573913574,0.5922589898109436],[0.5877108573913574,0.6155207753181458],[0.5877108573913574,0.6037975549697876],[0.5877108573913574,0.6313403248786926],[0.136888787150383,0.238737553358078],[0.136888787150383,0.19936789572238922],[0.136888787150383,0.07248759269714355],[0.136888787150383,0.06889057159423828],[0.136888787150383,0.08387250453233719],[0.136888787150383,0.045739687979221344],[0.136888787150383,0.057726357132196426],[0.136888787150383,0.11512668430805206],[0.136888787150383,0.05188258737325668],[0.136888787150383,0.27451810240745544],[0.136888787150383,0.31606316566467285],[0.136888787150383,0.07575330883264542],[0.136888787150383,0.18798120319843292],[0.136888787150383,0.08086756616830826],[0.136888787150383,0.06313284486532211],[0.136888787150383,0.2673771381378174],[0.136888787150383,0.13794922828674316],[0.136888787150383,0.18191736936569214],[0.136888787150383,0.11688780784606934],[0.136888787150383,0.07004866749048233],[0.34018373489379883,0.3085162043571472],[0.34018373489379883,0.484139621257782],[0.34018373489379883,0.35929590463638306],[0.34018373489379883,0.44911420345306396],[0.34018373489379883,0.32693177461624146],[0.34018373489379883,0.2900521457195282],[0.34018373489379883,0.41562366485595703],[0.34018373489379883,0.3936831057071686],[0.6786211729049683,0.6211578249931335],[0.6786211729049683,0.6593483686447144],[0.6786211729049683,0.6263641715049744],[0.6786211729049683,0.6101029515266418],[0.6786211729049683,0.609318733215332],[0.6786211729049683,0.6182692646980286],[0.6786211729049683,0.615622341632843],[0.6786211729049683,0.6844956874847412],[0.6786211729049683,0.6155207753181458],[0.6786211729049683,0.6313403248786926],[0.238737553358078,0.19936789572238922],[0.238737553358078,0.3085162043571472],[0.238737553358078,0.0952889621257782],[0.238737553358078,0.11512668430805206],[0.238737553358078,0.4206802248954773],[0.238737553358078,0.29104307293891907],[0.238737553358078,0.366252064704895],[0.238737553358078,0.21506083011627197],[0.238737553358078,0.1527099907398224],[0.238737553358078,0.2900521457195282],[0.6808599233627319,0.654327929019928],[0.6808599233627319,0.7007086277008057],[0.6808599233627319,0.6834564805030823],[0.6808599233627319,0.6305680871009827],[0.6808599233627319,0.7075943946838379],[0.6808599233627319,0.6292912364006042],[0.6808599233627319,0.6365089416503906],[0.6808599233627319,0.7204552888870239],[0.6808599233627319,0.6654308438301086],[0.6808599233627319,0.6681039333343506],[0.6808599233627319,0.7173943519592285],[0.6808599233627319,0.7371017932891846],[0.6808599233627319,0.623619794845581],[0.6808599233627319,0.6097174286842346],[0.5695133209228516,0.5821102261543274],[0.5695133209228516,0.5284290313720703],[0.5695133209228516,0.5386168360710144],[0.5695133209228516,0.5312883853912354],[0.32176777720451355,0.31202268600463867],[0.32176777720451355,0.3738630414009094],[0.32176777720451355,0.4240827262401581],[0.32176777720451355,0.31606316566467285],[0.32176777720451355,0.2323005646467209],[0.32176777720451355,0.4526538550853729],[0.2259388118982315,0.20412050187587738],[0.2259388118982315,0.2806421220302582],[0.2259388118982315,0.20121771097183228],[0.2259388118982315,0.20481978356838226],[0.2259388118982315,0.15309984982013702],[0.2259388118982315,0.22293192148208618],[0.2259388118982315,0.20742297172546387],[0.2259388118982315,0.25941359996795654],[0.2259388118982315,0.23699234426021576],[0.2259388118982315,0.1346866339445114],[0.2259388118982315,0.24264554679393768],[0.2259388118982315,0.2887815237045288],[0.2259388118982315,0.2352246791124344],[0.5728574991226196,0.5069339275360107],[0.5728574991226196,0.5030919313430786],[0.5728574991226196,0.5549317598342896],[0.5728574991226196,0.5139811038970947],[0.5728574991226196,0.44899871945381165],[0.5728574991226196,0.6408513784408569],[0.5728574991226196,0.4988279342651367],[0.5728574991226196,0.6263641715049744],[0.5728574991226196,0.5121839642524719],[0.5728574991226196,0.6241400241851807],[0.5728574991226196,0.6218068599700928],[0.5728574991226196,0.4611967206001282],[0.5728574991226196,0.5821102261543274],[0.5728574991226196,0.5784411430358887],[0.5728574991226196,0.5541629791259766],[0.5728574991226196,0.59421706199646],[0.5728574991226196,0.6173483729362488],[0.5728574991226196,0.48697561025619507],[0.5728574991226196,0.5299791097640991],[0.5728574991226196,0.49012717604637146],[0.5728574991226196,0.5988909602165222],[0.5728574991226196,0.6130886077880859],[0.5728574991226196,0.5196020007133484],[0.5728574991226196,0.6262629628181458],[0.5728574991226196,0.5628018379211426],[0.5728574991226196,0.542819082736969],[0.5728574991226196,0.5792954564094543],[0.5728574991226196,0.6441644430160522],[0.5728574991226196,0.564717173576355],[0.5728574991226196,0.6155207753181458],[0.5728574991226196,0.571553647518158],[0.5728574991226196,0.49762043356895447],[0.5728574991226196,0.6313403248786926],[0.6155321598052979,0.5715261101722717],[0.6155321598052979,0.6422824263572693],[0.6155321598052979,0.523746132850647],[0.6155321598052979,0.524105966091156],[0.6155321598052979,0.6170428991317749],[0.6155321598052979,0.6943854093551636],[0.6155321598052979,0.6262629628181458],[0.6155321598052979,0.601364016532898],[0.6155321598052979,0.6571595668792725],[0.6155321598052979,0.615622341632843],[0.6155321598052979,0.6498149633407593],[0.6155321598052979,0.6155207753181458],[0.6155321598052979,0.585095226764679],[0.6155321598052979,0.6313403248786926],[0.6040060520172119,0.6969259977340698],[0.6040060520172119,0.6565499901771545],[0.6040060520172119,0.5981012582778931],[0.6040060520172119,0.6412795782089233],[0.6040060520172119,0.6336123943328857],[0.6040060520172119,0.6335167288780212],[0.6040060520172119,0.6064946055412292],[0.6040060520172119,0.616063117980957],[0.6040060520172119,0.6958409547805786],[0.6040060520172119,0.5821102261543274],[0.6040060520172119,0.5363489985466003],[0.6040060520172119,0.471221387386322],[0.6040060520172119,0.6170428991317749],[0.6040060520172119,0.5952730774879456],[0.6040060520172119,0.604926586151123],[0.6040060520172119,0.536313533782959],[0.6040060520172119,0.646506667137146],[0.6040060520172119,0.601364016532898],[0.6040060520172119,0.5313930511474609],[0.6040060520172119,0.5379151105880737],[0.6040060520172119,0.5931537747383118],[0.6040060520172119,0.6206339001655579],[0.6040060520172119,0.6756367087364197],[0.6040060520172119,0.6155207753181458],[0.6040060520172119,0.5349408388137817],[0.6040060520172119,0.6296684741973877],[0.6040060520172119,0.5330855846405029],[0.6040060520172119,0.6438375115394592],[0.6040060520172119,0.5744956731796265],[0.6040060520172119,0.5755842328071594],[0.6040060520172119,0.5017827153205872],[0.6040060520172119,0.5064222812652588],[0.6040060520172119,0.6313403248786926],[0.054151542484760284,0.07744334638118744],[0.054151542484760284,0.21270190179347992],[0.054151542484760284,0.06355015933513641],[0.054151542484760284,0.06889057159423828],[0.054151542484760284,0.11512668430805206],[0.054151542484760284,0.03704928979277611],[0.054151542484760284,0.08086756616830826],[0.660428524017334,0.6335167288780212],[0.660428524017334,0.6263641715049744],[0.660428524017334,0.6494779586791992],[0.660428524017334,0.5386168360710144],[0.660428524017334,0.6206339001655579],[0.660428524017334,0.6351907253265381],[0.660428524017334,0.5656746029853821],[0.5951337814331055,0.6475598812103271],[0.5951337814331055,0.5908341407775879],[0.5951337814331055,0.6155207753181458],[0.5951337814331055,0.5744956731796265],[0.5951337814331055,0.6313403248786926],[0.07744334638118744,0.10252539068460464],[0.07744334638118744,0.06626928597688675],[0.07744334638118744,0.09752253443002701],[0.07744334638118744,0.04688204824924469],[0.07744334638118744,0.11475997418165207],[0.07744334638118744,0.09163431078195572],[0.07744334638118744,0.09506870806217194],[0.07744334638118744,0.12470025569200516],[0.07744334638118744,0.10963624715805054],[0.10272260010242462,0.15245366096496582],[0.10272260010242462,0.18365316092967987],[0.10272260010242462,0.11946617066860199],[0.10272260010242462,0.06575220078229904],[0.31202268600463867,0.37314480543136597],[0.31202268600463867,0.18911084532737732],[0.31202268600463867,0.30615708231925964],[0.31202268600463867,0.2709105312824249],[0.31202268600463867,0.2323005646467209],[0.31202268600463867,0.18798120319843292],[0.31202268600463867,0.4785969853401184],[0.31202268600463867,0.28429481387138367],[0.31202268600463867,0.19648145139217377],[0.7240465879440308,0.7521294355392456],[0.7240465879440308,0.7274079918861389],[0.7240465879440308,0.7180708050727844],[0.7240465879440308,0.7451931238174438],[0.7240465879440308,0.7612971067428589],[0.7240465879440308,0.7644191980361938],[0.7240465879440308,0.7165117859840393],[0.7240465879440308,0.694917619228363],[0.7240465879440308,0.7007570862770081],[0.7240465879440308,0.7389177083969116],[0.7240465879440308,0.7118699550628662],[0.7240465879440308,0.6907238364219666],[0.7240465879440308,0.6937403678894043],[0.5892434120178223,0.6494779586791992],[0.5892434120178223,0.5868575572967529],[0.5892434120178223,0.43462038040161133],[0.5892434120178223,0.5386168360710144],[0.5892434120178223,0.5842980742454529],[0.5892434120178223,0.5738600492477417],[0.5892434120178223,0.5929073691368103],[0.5892434120178223,0.5312883853912354],[0.4923052489757538,0.45926395058631897],[0.6805312037467957,0.6624969840049744],[0.6805312037467957,0.6263641715049744],[0.6805312037467957,0.672804057598114],[0.6805312037467957,0.5988909602165222],[0.6805312037467957,0.6130886077880859],[0.6805312037467957,0.601364016532898],[0.6805312037467957,0.6155207753181458],[0.6913554668426514,0.6263641715049744],[0.6913554668426514,0.6522513628005981],[0.6913554668426514,0.6554610133171082],[0.6913554668426514,0.615622341632843],[0.30519214272499084,0.2838086783885956],[0.30519214272499084,0.40267977118492126],[0.30519214272499084,0.25650614500045776],[0.30519214272499084,0.23132659494876862],[0.30519214272499084,0.3046553134918213],[0.30519214272499084,0.27872830629348755],[0.30519214272499084,0.2467871606349945],[0.19936789572238922,0.20632924139499664],[0.19936789572238922,0.04156218841671944],[0.19936789572238922,0.3320099115371704],[0.19936789572238922,0.19410178065299988],[0.19936789572238922,0.366252064704895],[0.19936789572238922,0.21506083011627197],[0.19936789572238922,0.29668673872947693],[0.19936789572238922,0.1345485895872116],[0.19936789572238922,0.2900521457195282],[0.19936789572238922,0.25066789984703064],[0.1452736109495163,0.17971421778202057],[0.1452736109495163,0.11335030943155289],[0.1452736109495163,0.2038135826587677],[0.1452736109495163,0.179764986038208],[0.1452736109495163,0.21585528552532196],[0.019529934972524643,0.05188258737325668],[0.019529934972524643,0.06313284486532211],[0.019529934972524643,0.05339934676885605],[0.019529934972524643,0.10801200568675995],[0.019529934972524643,0.10063354671001434],[0.6969259977340698,0.6475598812103271],[0.6969259977340698,0.6263641715049744],[0.6969259977340698,0.609318733215332],[0.6969259977340698,0.6291342377662659],[0.6969259977340698,0.6844956874847412],[0.6969259977340698,0.5908341407775879],[0.6969259977340698,0.6313403248786926],[0.20412050187587738,0.1992339938879013],[0.20412050187587738,0.20897972583770752],[0.20412050187587738,0.12211976945400238],[0.20412050187587738,0.27762851119041443],[0.20412050187587738,0.20481978356838226],[0.20412050187587738,0.21398276090621948],[0.20412050187587738,0.15309984982013702],[0.20412050187587738,0.20742297172546387],[0.20412050187587738,0.25941359996795654],[0.20412050187587738,0.09752253443002701],[0.20412050187587738,0.23699234426021576],[0.20412050187587738,0.1346866339445114],[0.20412050187587738,0.24264554679393768],[0.20412050187587738,0.2887815237045288],[0.20412050187587738,0.16293536126613617],[0.20412050187587738,0.2352246791124344],[0.7771742343902588,0.7711833119392395],[0.7771742343902588,0.777407705783844],[0.7771742343902588,0.7451931238174438],[0.7771742343902588,0.7612971067428589],[0.7771742343902588,0.7644191980361938],[0.7771742343902588,0.7614318132400513],[0.7771742343902588,0.7541850805282593],[0.7771742343902588,0.7679747343063354],[0.7771742343902588,0.7953605055809021],[0.7771742343902588,0.7634929418563843],[0.7771742343902588,0.7371017932891846],[0.7771742343902588,0.7475157380104065],[0.7771742343902588,0.7819483876228333],[0.7771742343902588,0.7389177083969116],[0.2876043915748596,0.27451810240745544],[0.2876043915748596,0.22438563406467438],[0.2876043915748596,0.3043469488620758],[0.2876043915748596,0.3654992878437042],[0.8558693528175354,0.7472525238990784],[0.8558693528175354,0.8134019374847412],[0.8558693528175354,0.7197392582893372],[0.5715261101722717,0.41588881611824036],[0.5715261101722717,0.615622341632843],[0.5715261101722717,0.6351907253265381],[0.5715261101722717,0.5312883853912354],[0.5715261101722717,0.6155207753181458],[0.5715261101722717,0.585095226764679],[0.5715261101722717,0.5744956731796265],[0.7607420682907104,0.6974161267280579],[0.7607420682907104,0.6624969840049744],[0.7607420682907104,0.6888492107391357],[0.7607420682907104,0.6379261612892151],[0.7607420682907104,0.6943854093551636],[0.5445723533630371,0.5386168360710144],[0.5445723533630371,0.5744956731796265],[0.1992339938879013,0.14591634273529053],[0.1992339938879013,0.20481978356838226],[0.1992339938879013,0.15309984982013702],[0.1992339938879013,0.15516121685504913],[0.1992339938879013,0.25941359996795654],[0.1992339938879013,0.25650614500045776],[0.1992339938879013,0.24264554679393768],[0.1992339938879013,0.16293536126613617],[0.1992339938879013,0.2352246791124344],[0.6974161267280579,0.7809742093086243],[0.6974161267280579,0.7472525238990784],[0.6974161267280579,0.6475598812103271],[0.6974161267280579,0.6593483686447144],[0.6974161267280579,0.7402138710021973],[0.6974161267280579,0.7669695615768433],[0.6974161267280579,0.6888492107391357],[0.6974161267280579,0.6759604811668396],[0.6974161267280579,0.6987727284431458],[0.6974161267280579,0.6277816891670227],[0.6974161267280579,0.6952570080757141],[0.6974161267280579,0.6155207753181458],[0.6974161267280579,0.6313403248786926],[0.654327929019928,0.7007086277008057],[0.654327929019928,0.6292912364006042],[0.654327929019928,0.6365089416503906],[0.654327929019928,0.7204552888870239],[0.654327929019928,0.6654308438301086],[0.654327929019928,0.6681039333343506],[0.654327929019928,0.623619794845581],[0.654327929019928,0.6158531904220581],[0.654327929019928,0.6097174286842346],[0.654327929019928,0.5725305676460266],[0.6131208539009094,0.6494779586791992],[0.6131208539009094,0.6554610133171082],[0.6131208539009094,0.615622341632843],[0.6131208539009094,0.5842980742454529],[0.6131208539009094,0.49683907628059387],[0.7809742093086243,0.6974119544029236],[0.7809742093086243,0.7031589150428772],[0.7809742093086243,0.6693019866943359],[0.7809742093086243,0.7187610268592834],[0.7809742093086243,0.6844956874847412],[0.3124917149543762,0.35929590463638306],[0.3124917149543762,0.3983701169490814],[0.3124917149543762,0.3707335591316223],[0.3124917149543762,0.29668673872947693],[0.7312915921211243,0.6693019866943359],[0.7312915921211243,0.6668803095817566],[0.7312915921211243,0.5738600492477417],[0.7312915921211243,0.6682551503181458],[0.7312915921211243,0.6381286382675171],[0.14591634273529053,0.12211976945400238],[0.14591634273529053,0.20121771097183228],[0.14591634273529053,0.15309984982013702],[0.14591634273529053,0.09752253443002701],[0.6565499901771545,0.6475598812103271],[0.6565499901771545,0.609318733215332],[0.6565499901771545,0.5908341407775879],[0.6565499901771545,0.6155207753181458],[0.6565499901771545,0.6313403248786926],[0.5069339275360107,0.5426419973373413],[0.5069339275360107,0.6263641715049744],[0.5069339275360107,0.33636796474456787],[0.5069339275360107,0.47445982694625854],[0.5069339275360107,0.36185288429260254],[0.5069339275360107,0.5015673041343689],[0.5069339275360107,0.6130886077880859],[0.5069339275360107,0.5060229897499084],[0.23806560039520264,0.2709105312824249],[0.23806560039520264,0.3654992878437042],[0.23806560039520264,0.2900521457195282],[0.23806560039520264,0.3500150144100189],[0.23806560039520264,0.25066789984703064],[0.7711833119392395,0.777407705783844],[0.7711833119392395,0.7451931238174438],[0.7711833119392395,0.7612971067428589],[0.7711833119392395,0.7614318132400513],[0.7711833119392395,0.7541850805282593],[0.7711833119392395,0.7358957529067993],[0.7711833119392395,0.7283328771591187],[0.7711833119392395,0.7679747343063354],[0.7711833119392395,0.7953605055809021],[0.7711833119392395,0.7634929418563843],[0.7711833119392395,0.7475157380104065],[0.7711833119392395,0.7819483876228333],[0.7711833119392395,0.7382075786590576],[0.5184188485145569,0.6743246912956238],[0.5184188485145569,0.5070940852165222],[0.5184188485145569,0.3654992878437042],[0.5184188485145569,0.450488805770874],[0.5184188485145569,0.3851962685585022],[0.5184188485145569,0.4192558526992798],[0.5184188485145569,0.6403326392173767],[0.17971421778202057,0.2038135826587677],[0.17971421778202057,0.19651824235916138],[0.17971421778202057,0.15516121685504913],[0.17971421778202057,0.23132659494876862],[0.17971421778202057,0.179764986038208],[0.17971421778202057,0.2223096787929535],[0.17971421778202057,0.2467871606349945],[0.17971421778202057,0.10228312015533447],[0.17971421778202057,0.21585528552532196],[0.5981012582778931,0.6152263879776001],[0.5981012582778931,0.6660640239715576],[0.5981012582778931,0.6169874668121338],[0.5981012582778931,0.5203214287757874],[0.5981012582778931,0.616343080997467],[0.5981012582778931,0.5952730774879456],[0.5981012582778931,0.6262629628181458],[0.5981012582778931,0.5561949014663696],[0.5981012582778931,0.6155207753181458],[0.5981012582778931,0.4953908920288086],[0.5981012582778931,0.5744956731796265],[0.5981012582778931,0.6313403248786926],[0.7472525238990784,0.6974119544029236],[0.7472525238990784,0.615622341632843],[0.7472525238990784,0.7187610268592834],[0.7472525238990784,0.6844956874847412],[0.49537092447280884,0.3433791995048523],[0.10702816396951675,0.04156218841671944],[0.10702816396951675,0.05188258737325668],[0.10702816396951675,0.21769167482852936],[0.10702816396951675,0.13347342610359192],[0.10702816396951675,0.21376632153987885],[0.10702816396951675,0.11772918701171875],[0.10702816396951675,0.1512792408466339],[0.10702816396951675,0.17053695023059845],[0.10702816396951675,0.11946617066860199],[0.6422824263572693,0.6974119544029236],[0.6422824263572693,0.6412795782089233],[0.6422824263572693,0.524105966091156],[0.6422824263572693,0.7031589150428772],[0.6422824263572693,0.6218068599700928],[0.6422824263572693,0.5541629791259766],[0.6422824263572693,0.6262629628181458],[0.6422824263572693,0.601364016532898],[0.6422824263572693,0.7187610268592834],[0.6422824263572693,0.6313403248786926],[0.24116741120815277,0.21270190179347992],[0.24116741120815277,0.31606316566467285],[0.24116741120815277,0.21398276090621948],[0.24116741120815277,0.07575330883264542],[0.24116741120815277,0.22293192148208618],[0.24116741120815277,0.18798120319843292],[0.24116741120815277,0.424535870552063],[0.24116741120815277,0.18191736936569214],[0.8291294574737549,0.7669695615768433],[0.8291294574737549,0.8555961847305298],[0.8291294574737549,0.7134697437286377],[0.18075352907180786,0.2688409984111786],[0.18075352907180786,0.18911084532737732],[0.18075352907180786,0.31606316566467285],[0.18075352907180786,0.18798120319843292],[0.18075352907180786,0.07048135250806808],[0.6974119544029236,0.7303126454353333],[0.6974119544029236,0.640545666217804],[0.6974119544029236,0.6263641715049744],[0.6974119544029236,0.646506667137146],[0.6974119544029236,0.7187610268592834],[0.6974119544029236,0.6155207753181458],[0.6974119544029236,0.6313403248786926],[0.11335030943155289,0.19905884563922882],[0.11335030943155289,0.2323005646467209],[0.11335030943155289,0.11688780784606934],[0.11335030943155289,0.11584194004535675],[0.11335030943155289,0.10228312015533447],[0.11335030943155289,0.11650893092155457],[0.25662195682525635,0.2688409984111786],[0.25662195682525635,0.3320099115371704],[0.25662195682525635,0.29278138279914856],[0.20897972583770752,0.23699234426021576],[0.20897972583770752,0.19037021696567535],[0.20897972583770752,0.24264554679393768],[0.20897972583770752,0.3092819154262543],[0.20897972583770752,0.16293536126613617],[0.5982797145843506,0.6263641715049744],[0.5982797145843506,0.6218068599700928],[0.5982797145843506,0.609318733215332],[0.5982797145843506,0.5908341407775879],[0.5982797145843506,0.6155207753181458],[0.5982797145843506,0.5744956731796265],[0.5982797145843506,0.6313403248786926],[0.3890765905380249,0.483603298664093],[0.3890765905380249,0.2933034896850586],[0.3890765905380249,0.49489566683769226],[0.3890765905380249,0.4206802248954773],[0.3890765905380249,0.3983701169490814],[0.3890765905380249,0.530344545841217],[0.40519699454307556,0.44899871945381165],[0.40519699454307556,0.5121839642524719],[0.40519699454307556,0.45926395058631897],[0.40519699454307556,0.4611967206001282],[0.40519699454307556,0.48697561025619507],[0.7521294355392456,0.7495388388633728],[0.7521294355392456,0.7180708050727844],[0.7521294355392456,0.7451931238174438],[0.7521294355392456,0.7612971067428589],[0.7521294355392456,0.7644191980361938],[0.7521294355392456,0.7541850805282593],[0.7521294355392456,0.7566946744918823],[0.7521294355392456,0.7634929418563843],[0.7521294355392456,0.7382075786590576],[0.7521294355392456,0.7389177083969116],[0.6158947348594666,0.5652235150337219],[0.6158947348594666,0.7187610268592834],[0.6158947348594666,0.5738600492477417],[0.6158947348594666,0.6438225507736206],[0.6158947348594666,0.5698856115341187],[0.6152263879776001,0.5469081401824951],[0.6152263879776001,0.5815275311470032],[0.6152263879776001,0.6120235919952393],[0.6152263879776001,0.6514363884925842],[0.6152263879776001,0.6166980862617493],[0.6152263879776001,0.6218068599700928],[0.6152263879776001,0.6169874668121338],[0.6152263879776001,0.672804057598114],[0.6152263879776001,0.6693019866943359],[0.6152263879776001,0.5798442363739014],[0.6152263879776001,0.6170428991317749],[0.6152263879776001,0.6759604811668396],[0.6152263879776001,0.6548314690589905],[0.6152263879776001,0.5868575572967529],[0.6152263879776001,0.6262629628181458],[0.6152263879776001,0.601364016532898],[0.6152263879776001,0.5628018379211426],[0.6152263879776001,0.564717173576355],[0.6152263879776001,0.6206339001655579],[0.6152263879776001,0.6332656741142273],[0.6152263879776001,0.5908341407775879],[0.6152263879776001,0.5312883853912354],[0.6152263879776001,0.6155207753181458],[0.6152263879776001,0.5744956731796265],[0.6152263879776001,0.6313403248786926],[0.7495388388633728,0.7274079918861389],[0.7495388388633728,0.777407705783844],[0.7495388388633728,0.7180708050727844],[0.7495388388633728,0.7451931238174438],[0.7495388388633728,0.7612971067428589],[0.7495388388633728,0.7358957529067993],[0.7495388388633728,0.7283328771591187],[0.7495388388633728,0.7679747343063354],[0.7495388388633728,0.7021891474723816],[0.7495388388633728,0.7634929418563843],[0.7495388388633728,0.7082542181015015],[0.7495388388633728,0.7475157380104065],[0.7495388388633728,0.7382075786590576],[0.33951544761657715,0.2845456004142761],[0.33951544761657715,0.48016494512557983],[0.33951544761657715,0.4206802248954773],[0.33951544761657715,0.40068840980529785],[0.33951544761657715,0.3851962685585022],[0.44647330045700073,0.47366827726364136],[0.44647330045700073,0.471221387386322],[0.44647330045700073,0.5284290313720703],[0.44647330045700073,0.5313930511474609],[0.44647330045700073,0.5386168360710144],[0.44647330045700073,0.5312883853912354],[0.44647330045700073,0.41325774788856506],[0.44647330045700073,0.5178926587104797],[0.07248759269714355,0.08387250453233719],[0.07248759269714355,0.10252539068460464],[0.07248759269714355,0.11650893092155457],[0.07248759269714355,0.13298602402210236],[0.07248759269714355,0.10801200568675995],[0.5030919313430786,0.6624969840049744],[0.5030919313430786,0.5276766419410706],[0.5030919313430786,0.5591959953308105],[0.5030919313430786,0.3786255717277527],[0.5030919313430786,0.3707335591316223],[0.5030919313430786,0.5060229897499084],[0.5030919313430786,0.42605260014533997],[0.5030919313430786,0.4009082317352295],[0.5469081401824951,0.6101029515266418],[0.5469081401824951,0.5988909602165222],[0.5469081401824951,0.4721704423427582],[0.5469081401824951,0.601364016532898],[0.5469081401824951,0.5386168360710144],[0.5469081401824951,0.5738600492477417],[0.5469081401824951,0.5744956731796265],[0.5469081401824951,0.571553647518158],[0.7646283507347107,0.7010672092437744],[0.7646283507347107,0.6263641715049744],[0.7646283507347107,0.7197392582893372],[0.7646283507347107,0.7090601921081543],[0.7646283507347107,0.6262629628181458],[0.7646283507347107,0.6987727284431458],[0.7646283507347107,0.6557551622390747],[0.7646283507347107,0.7187610268592834],[0.5567787289619446,0.2806421220302582],[0.5567787289619446,0.5953396558761597],[0.5567787289619446,0.7183851599693298],[0.5567787289619446,0.5460497736930847],[0.5815275311470032,0.6263641715049744],[0.5815275311470032,0.5988909602165222],[0.5815275311470032,0.564717173576355],[0.5815275311470032,0.6155207753181458],[0.5815275311470032,0.571553647518158],[0.5815275311470032,0.6313403248786926],[0.6632236838340759,0.6577805280685425],[0.6632236838340759,0.694917619228363],[0.6632236838340759,0.7007570862770081],[0.6632236838340759,0.7082542181015015],[0.6632236838340759,0.6414822340011597],[0.6632236838340759,0.6907238364219666],[0.201832577586174,0.18911084532737732],[0.6624969840049744,0.6657983064651489],[0.6624969840049744,0.7669695615768433],[0.6624969840049744,0.6660640239715576],[0.6624969840049744,0.688435971736908],[0.6624969840049744,0.7006600499153137],[0.6624969840049744,0.5988909602165222],[0.6624969840049744,0.6262629628181458],[0.6624969840049744,0.6844956874847412],[0.6624969840049744,0.6951141357421875],[0.6624969840049744,0.5698856115341187],[0.6624969840049744,0.6313403248786926],[0.5430501699447632,0.4832298457622528],[0.5430501699447632,0.5510717034339905],[0.7925492525100708,0.6657983064651489],[0.7925492525100708,0.8549476861953735],[0.7925492525100708,0.7187610268592834],[0.7007086277008057,0.6834564805030823],[0.7007086277008057,0.6186326742172241],[0.7007086277008057,0.7075943946838379],[0.7007086277008057,0.6365089416503906],[0.7007086277008057,0.7541850805282593],[0.7007086277008057,0.7204552888870239],[0.7007086277008057,0.6654308438301086],[0.7007086277008057,0.7183851599693298],[0.7007086277008057,0.7173943519592285],[0.7007086277008057,0.7371017932891846],[0.7007086277008057,0.6158531904220581],[0.4832298457622528,0.2760324478149414],[0.2038135826587677,0.24119599163532257],[0.2038135826587677,0.19651824235916138],[0.2038135826587677,0.36185288429260254],[0.2038135826587677,0.30342012643814087],[0.2038135826587677,0.2141508013010025],[0.2038135826587677,0.179764986038208],[0.2038135826587677,0.21585528552532196],[0.7010672092437744,0.6475598812103271],[0.7010672092437744,0.6263641715049744],[0.7010672092437744,0.7669695615768433],[0.7010672092437744,0.6531134843826294],[0.7010672092437744,0.6262629628181458],[0.7010672092437744,0.6844956874847412],[0.7010672092437744,0.6313403248786926],[0.21270190179347992,0.31606316566467285],[0.21270190179347992,0.18798120319843292],[0.21270190179347992,0.2673771381378174],[0.6015234589576721,0.6263641715049744],[0.6015234589576721,0.5591959953308105],[0.6015234589576721,0.6262629628181458],[0.6015234589576721,0.6155207753181458],[0.6015234589576721,0.585095226764679],[0.6015234589576721,0.571553647518158],[0.6015234589576721,0.6313403248786926],[0.11024340242147446,0.12211976945400238],[0.11024340242147446,0.10252539068460464],[0.11024340242147446,0.023644909262657166],[0.11024340242147446,0.23699234426021576],[0.11024340242147446,0.04688204824924469],[0.11024340242147446,0.1346866339445114],[0.11024340242147446,0.24264554679393768],[0.11024340242147446,0.1462855190038681],[0.11024340242147446,0.09163431078195572],[0.11024340242147446,0.12541168928146362],[0.11024340242147446,0.09779045730829239],[0.11024340242147446,0.09506870806217194],[0.11024340242147446,0.13298602402210236],[0.11024340242147446,0.16293536126613617],[0.11024340242147446,0.10801200568675995],[0.11024340242147446,0.10963624715805054],[0.11024340242147446,0.1157161220908165],[0.7303126454353333,0.6593483686447144],[0.7303126454353333,0.646506667137146],[0.7303126454353333,0.6844956874847412],[0.5789358019828796,0.507710874080658],[0.32471588253974915,0.2709105312824249],[0.32471588253974915,0.29104307293891907],[0.32471588253974915,0.4885503351688385],[0.32471588253974915,0.26956573128700256],[0.32471588253974915,0.44247967004776],[0.680911660194397,0.6475598812103271],[0.680911660194397,0.6593483686447144],[0.680911660194397,0.6263641715049744],[0.680911660194397,0.7669695615768433],[0.680911660194397,0.6291342377662659],[0.680911660194397,0.6844956874847412],[0.680911660194397,0.6313403248786926],[0.6834564805030823,0.6186326742172241],[0.6834564805030823,0.6305680871009827],[0.6834564805030823,0.6535978317260742],[0.6834564805030823,0.6654308438301086],[0.6834564805030823,0.6037921905517578],[0.6834564805030823,0.6158531904220581],[0.3024034798145294,0.3797750771045685],[0.3024034798145294,0.32800084352493286],[0.3024034798145294,0.27762851119041443],[0.3024034798145294,0.2379344403743744],[0.3024034798145294,0.24264554679393768],[0.3024034798145294,0.3789747655391693],[0.3024034798145294,0.23568123579025269],[0.3024034798145294,0.2671283483505249],[0.5620788335800171,0.6535978317260742],[0.5620788335800171,0.40267977118492126],[0.5620788335800171,0.6236191987991333],[0.5620788335800171,0.5953396558761597],[0.5620788335800171,0.6037921905517578],[0.7423549294471741,0.6494779586791992],[0.7423549294471741,0.6693019866943359],[0.7423549294471741,0.6844956874847412],[0.5426419973373413,0.523746132850647],[0.5426419973373413,0.5510717034339905],[0.5426419973373413,0.5698856115341187],[0.520563006401062,0.5591959953308105],[0.520563006401062,0.6120235919952393],[0.520563006401062,0.5363489985466003],[0.520563006401062,0.5628018379211426],[0.520563006401062,0.5386168360710144],[0.520563006401062,0.5349408388137817],[0.520563006401062,0.507710874080658],[0.520563006401062,0.5744956731796265],[0.520563006401062,0.571553647518158],[0.6475598812103271,0.6593483686447144],[0.6475598812103271,0.6408513784408569],[0.6475598812103271,0.6263641715049744],[0.6475598812103271,0.6630733609199524],[0.6475598812103271,0.6241400241851807],[0.6475598812103271,0.6660640239715576],[0.6475598812103271,0.5765173435211182],[0.6475598812103271,0.6958409547805786],[0.6475598812103271,0.6449565291404724],[0.6475598812103271,0.6888492107391357],[0.6475598812103271,0.6531134843826294],[0.6475598812103271,0.6759604811668396],[0.6475598812103271,0.6130886077880859],[0.6475598812103271,0.6943854093551636],[0.6475598812103271,0.6291342377662659],[0.6475598812103271,0.6262629628181458],[0.6475598812103271,0.6987727284431458],[0.6475598812103271,0.6912544369697571],[0.6475598812103271,0.6844956874847412],[0.6475598812103271,0.6155207753181458],[0.6475598812103271,0.6313403248786926],[0.6538307070732117,0.640545666217804],[0.6538307070732117,0.6263641715049744],[0.6538307070732117,0.6837372183799744],[0.6538307070732117,0.6441644430160522],[0.6538307070732117,0.5929073691368103],[0.6538307070732117,0.585095226764679],[0.6538307070732117,0.571553647518158],[0.7274079918861389,0.7180708050727844],[0.7274079918861389,0.7451931238174438],[0.7274079918861389,0.7612971067428589],[0.7274079918861389,0.7165117859840393],[0.7274079918861389,0.7007570862770081],[0.7274079918861389,0.7283328771591187],[0.7274079918861389,0.7021891474723816],[0.7274079918861389,0.7082542181015015],[0.7274079918861389,0.7118699550628662],[0.7274079918861389,0.6937403678894043],[0.3085162043571472,0.4206802248954773],[0.3085162043571472,0.366252064704895],[0.3085162043571472,0.3983701169490814],[0.3085162043571472,0.3936831057071686],[0.3085162043571472,0.33792200684547424],[0.5620599389076233,0.4785969853401184],[0.5620599389076233,0.6438225507736206],[0.5620599389076233,0.5929073691368103],[0.6657983064651489,0.6263641715049744],[0.6657983064651489,0.6101029515266418],[0.6657983064651489,0.5988909602165222],[0.6657983064651489,0.6340423226356506],[0.6657983064651489,0.7187610268592834],[0.6657983064651489,0.7134697437286377],[0.6657983064651489,0.5698856115341187],[0.5432993769645691,0.3544464409351349],[0.5432993769645691,0.47366827726364136],[0.5432993769645691,0.49734246730804443],[0.5432993769645691,0.5999060869216919],[0.34468337893486023,0.2460416704416275],[0.34468337893486023,0.471221387386322],[0.34468337893486023,0.3983701169490814],[0.34468337893486023,0.4192558526992798],[0.6412795782089233,0.6064946055412292],[0.6412795782089233,0.6263641715049744],[0.6412795782089233,0.6262629628181458],[0.6412795782089233,0.5823285579681396],[0.6412795782089233,0.601364016532898],[0.6412795782089233,0.6438225507736206],[0.6412795782089233,0.6403326392173767],[0.6412795782089233,0.6313403248786926],[0.06355015933513641,0.18191736936569214],[0.06355015933513641,0.21593914926052094],[0.3797750771045685,0.32800084352493286],[0.3797750771045685,0.31510668992996216],[0.3797750771045685,0.4071994423866272],[0.3797750771045685,0.4091742932796478],[0.28364431858062744,0.35929590463638306],[0.28364431858062744,0.366252064704895],[0.28364431858062744,0.3654992878437042],[0.28364431858062744,0.2225470393896103],[0.28364431858062744,0.3851962685585022],[0.20632924139499664,0.11512668430805206],[0.20632924139499664,0.2709105312824249],[0.20632924139499664,0.13794922828674316],[0.20632924139499664,0.3654992878437042],[0.20632924139499664,0.25066789984703064],[0.20632924139499664,0.14479343593120575],[0.6186326742172241,0.6292912364006042],[0.6186326742172241,0.6236191987991333],[0.6186326742172241,0.5923166275024414],[0.6186326742172241,0.623619794845581],[0.6186326742172241,0.6158531904220581],[0.6186326742172241,0.6097174286842346],[0.6186326742172241,0.5725305676460266],[0.777407705783844,0.7612971067428589],[0.777407705783844,0.7644191980361938],[0.777407705783844,0.7360767126083374],[0.777407705783844,0.7614318132400513],[0.777407705783844,0.7541850805282593],[0.777407705783844,0.7358957529067993],[0.777407705783844,0.7679747343063354],[0.777407705783844,0.7566946744918823],[0.777407705783844,0.7953605055809021],[0.777407705783844,0.7371017932891846],[0.6305680871009827,0.6535978317260742],[0.6305680871009827,0.6292912364006042],[0.6305680871009827,0.5524196624755859],[0.6305680871009827,0.6236191987991333],[0.6305680871009827,0.6681039333343506],[0.6305680871009827,0.6037921905517578],[0.6305680871009827,0.6158531904220581],[0.6305680871009827,0.6097174286842346],[0.6305680871009827,0.5725305676460266],[0.7180708050727844,0.7451931238174438],[0.7180708050727844,0.7165117859840393],[0.7180708050727844,0.694917619228363],[0.7180708050727844,0.7007570862770081],[0.7180708050727844,0.7283328771591187],[0.7180708050727844,0.7021891474723816],[0.7180708050727844,0.7082542181015015],[0.7180708050727844,0.7382075786590576],[0.7180708050727844,0.7389177083969116],[0.7180708050727844,0.7118699550628662],[0.7180708050727844,0.6907238364219666],[0.09322107583284378,0.0952889621257782],[0.09322107583284378,0.2141508013010025],[0.09322107583284378,0.11650893092155457],[0.09322107583284378,0.13298602402210236],[0.3738630414009094,0.2688409984111786],[0.7451931238174438,0.7612971067428589],[0.7451931238174438,0.7644191980361938],[0.7451931238174438,0.7165117859840393],[0.7451931238174438,0.7358957529067993],[0.7451931238174438,0.7283328771591187],[0.7451931238174438,0.7679747343063354],[0.7451931238174438,0.7021891474723816],[0.7451931238174438,0.7566946744918823],[0.7451931238174438,0.7953605055809021],[0.7451931238174438,0.7634929418563843],[0.7451931238174438,0.7082542181015015],[0.7451931238174438,0.7475157380104065],[0.7451931238174438,0.7382075786590576],[0.7451931238174438,0.7389177083969116],[0.7451931238174438,0.7118699550628662],[0.5772196054458618,0.6263641715049744],[0.5772196054458618,0.45099374651908875],[0.5772196054458618,0.5988909602165222],[0.5772196054458618,0.615622341632843],[0.5772196054458618,0.5386168360710144],[0.5772196054458618,0.5842980742454529],[0.5772196054458618,0.5738600492477417],[0.5772196054458618,0.6952570080757141],[0.5772196054458618,0.5312883853912354],[0.5772196054458618,0.5744956731796265],[0.58518385887146,0.6335167288780212],[0.58518385887146,0.640545666217804],[0.58518385887146,0.6263641715049744],[0.58518385887146,0.5988909602165222],[0.58518385887146,0.5386168360710144],[0.58518385887146,0.4688960313796997],[0.6211578249931335,0.523746132850647],[0.6211578249931335,0.640545666217804],[0.6211578249931335,0.47366827726364136],[0.6211578249931335,0.615622341632843],[0.6211578249931335,0.5842980742454529],[0.6211578249931335,0.5912179350852966],[0.04156218841671944,0.10252539068460464],[0.04156218841671944,0.05188258737325668],[0.04156218841671944,0.11946617066860199],[0.5549317598342896,0.45926395058631897],[0.5549317598342896,0.4611967206001282],[0.5549317598342896,0.5988909602165222],[0.5549317598342896,0.6262629628181458],[0.5549317598342896,0.601364016532898],[0.5549317598342896,0.5908341407775879],[0.5549317598342896,0.6155207753181458],[0.5549317598342896,0.6313403248786926],[0.6336123943328857,0.6335167288780212],[0.6336123943328857,0.601364016532898],[0.6336123943328857,0.5929073691368103],[0.6336123943328857,0.6155207753181458],[0.6336123943328857,0.5744956731796265],[0.6336123943328857,0.6313403248786926],[0.4289495050907135,0.366252064704895],[0.4289495050907135,0.4721704423427582],[0.4289495050907135,0.4885503351688385],[0.4289495050907135,0.44247967004776],[0.4289495050907135,0.4192558526992798],[0.12977750599384308,0.057726357132196426],[0.12977750599384308,0.23132659494876862],[0.12977750599384308,0.0772014930844307],[0.12977750599384308,0.179764986038208],[0.12977750599384308,0.2223096787929535],[0.12977750599384308,0.2467871606349945],[0.12977750599384308,0.10228312015533447],[0.4116331934928894,0.5070940852165222],[0.4116331934928894,0.35929590463638306],[0.4116331934928894,0.366252064704895],[0.4116331934928894,0.29221683740615845],[0.5139811038970947,0.4194645285606384],[0.5139811038970947,0.5628018379211426],[0.5139811038970947,0.4009082317352295],[0.5139811038970947,0.5744956731796265],[0.4212981164455414,0.3092644214630127],[0.06889057159423828,0.08387250453233719],[0.06889057159423828,0.045739687979221344],[0.06889057159423828,0.08086756616830826],[0.06889057159423828,0.11688780784606934],[0.06889057159423828,0.07004866749048233],[0.06889057159423828,0.11772918701171875],[0.06889057159423828,0.15245366096496582],[0.2688409984111786,0.2150072455406189],[0.2688409984111786,0.18798120319843292],[0.2688409984111786,0.3433791995048523],[0.2838086783885956,0.2806421220302582],[0.2838086783885956,0.25941359996795654],[0.2838086783885956,0.25650614500045776],[0.2838086783885956,0.3046553134918213],[0.2838086783885956,0.27872830629348755],[0.2838086783885956,0.2467871606349945],[0.2838086783885956,0.2352246791124344],[0.7075943946838379,0.7360767126083374],[0.7075943946838379,0.6292912364006042],[0.7075943946838379,0.7204552888870239],[0.7075943946838379,0.6681039333343506],[0.7075943946838379,0.7183851599693298],[0.7075943946838379,0.7173943519592285],[0.7075943946838379,0.6742174625396729],[0.7075943946838379,0.623619794845581],[0.24119599163532257,0.15386761724948883],[0.24119599163532257,0.36185288429260254],[0.24119599163532257,0.29602664709091187],[0.29019618034362793,0.323573499917984],[0.29019618034362793,0.3786255717277527],[0.6329917311668396,0.6379261612892151],[0.6329917311668396,0.5386168360710144],[0.6329917311668396,0.585095226764679],[0.7612971067428589,0.7644191980361938],[0.7612971067428589,0.7360767126083374],[0.7612971067428589,0.7165117859840393],[0.7612971067428589,0.7614318132400513],[0.7612971067428589,0.7541850805282593],[0.7612971067428589,0.7358957529067993],[0.7612971067428589,0.7679747343063354],[0.7612971067428589,0.7566946744918823],[0.7612971067428589,0.7953605055809021],[0.7612971067428589,0.7634929418563843],[0.7612971067428589,0.7082542181015015],[0.7612971067428589,0.7371017932891846],[0.7612971067428589,0.7819483876228333],[0.7612971067428589,0.7382075786590576],[0.7612971067428589,0.7389177083969116],[0.7612971067428589,0.7118699550628662],[0.6593483686447144,0.7402138710021973],[0.6593483686447144,0.6335167288780212],[0.6593483686447144,0.6408513784408569],[0.6593483686447144,0.6743246912956238],[0.6593483686447144,0.6241400241851807],[0.6593483686447144,0.6954585909843445],[0.6593483686447144,0.672804057598114],[0.6593483686447144,0.6693019866943359],[0.6593483686447144,0.7197392582893372],[0.6593483686447144,0.7090601921081543],[0.6593483686447144,0.6130886077880859],[0.6593483686447144,0.6239025592803955],[0.6593483686447144,0.6262629628181458],[0.6593483686447144,0.6155207753181458],[0.6593483686447144,0.6313403248786926],[0.7402138710021973,0.6494779586791992],[0.08387250453233719,0.12211976945400238],[0.08387250453233719,0.10252539068460464],[0.08387250453233719,0.0952889621257782],[0.08387250453233719,0.045739687979221344],[0.08387250453233719,0.057726357132196426],[0.08387250453233719,0.11512668430805206],[0.08387250453233719,0.05188258737325668],[0.08387250453233719,0.037639517337083817],[0.08387250453233719,0.07575330883264542],[0.08387250453233719,0.06626928597688675],[0.08387250453233719,0.08086756616830826],[0.08387250453233719,0.06313284486532211],[0.08387250453233719,0.11688780784606934],[0.08387250453233719,0.0772014930844307],[0.08387250453233719,0.11772918701171875],[0.08387250453233719,0.09163431078195572],[0.08387250453233719,0.1564388871192932],[0.08387250453233719,0.15245366096496582],[0.08387250453233719,0.09779045730829239],[0.08387250453233719,0.13298602402210236],[0.08387250453233719,0.1276920735836029],[0.08387250453233719,0.06575220078229904],[0.3544464409351349,0.4240827262401581],[0.3544464409351349,0.18911084532737732],[0.3544464409351349,0.49734246730804443],[0.3544464409351349,0.3983701169490814],[0.3544464409351349,0.44911420345306396],[0.3544464409351349,0.18760810792446136],[0.7644191980361938,0.7614318132400513],[0.7644191980361938,0.7541850805282593],[0.7644191980361938,0.7679747343063354],[0.7644191980361938,0.7566946744918823],[0.7644191980361938,0.7634929418563843],[0.7644191980361938,0.7371017932891846],[0.7644191980361938,0.7819483876228333],[0.7644191980361938,0.7389177083969116],[0.12211976945400238,0.10252539068460464],[0.12211976945400238,0.0952889621257782],[0.12211976945400238,0.15309984982013702],[0.12211976945400238,0.15516121685504913],[0.12211976945400238,0.03704928979277611],[0.12211976945400238,0.23699234426021576],[0.12211976945400238,0.04688204824924469],[0.12211976945400238,0.1346866339445114],[0.12211976945400238,0.24264554679393768],[0.12211976945400238,0.1462855190038681],[0.12211976945400238,0.16293536126613617],[0.12211976945400238,0.12470025569200516],[0.12211976945400238,0.10963624715805054],[0.41100215911865234,0.3437599837779999],[0.41100215911865234,0.5284290313720703],[0.41100215911865234,0.46325963735580444],[0.41100215911865234,0.4688960313796997],[0.41100215911865234,0.4953908920288086],[0.41100215911865234,0.5178926587104797],[0.6335167288780212,0.6263641715049744],[0.6335167288780212,0.6218068599700928],[0.6335167288780212,0.6954585909843445],[0.6335167288780212,0.616343080997467],[0.6335167288780212,0.646506667137146],[0.6335167288780212,0.601364016532898],[0.6335167288780212,0.6206339001655579],[0.6335167288780212,0.6682551503181458],[0.6335167288780212,0.6155207753181458],[0.6335167288780212,0.6381286382675171],[0.6335167288780212,0.5755842328071594],[0.6335167288780212,0.6313403248786926],[0.523746132850647,0.6101029515266418],[0.523746132850647,0.599906325340271],[0.523746132850647,0.5299791097640991],[0.523746132850647,0.4194645285606384],[0.523746132850647,0.3707335591316223],[0.523746132850647,0.4025518000125885],[0.523746132850647,0.615622341632843],[0.523746132850647,0.6199632287025452],[0.523746132850647,0.42605260014533997],[0.523746132850647,0.5394593477249146],[0.523746132850647,0.7134697437286377],[0.523746132850647,0.585095226764679],[0.523746132850647,0.41562366485595703],[0.523746132850647,0.5612325072288513],[0.523746132850647,0.3851962685585022],[0.523746132850647,0.5744956731796265],[0.523746132850647,0.49762043356895447],[0.10252539068460464,0.0825837180018425],[0.10252539068460464,0.09752253443002701],[0.10252539068460464,0.069983571767807],[0.10252539068460464,0.07004866749048233],[0.10252539068460464,0.14044931530952454],[0.10252539068460464,0.1462855190038681],[0.10252539068460464,0.11772918701171875],[0.10252539068460464,0.1512792408466339],[0.10252539068460464,0.09163431078195572],[0.10252539068460464,0.12541168928146362],[0.10252539068460464,0.09779045730829239],[0.10252539068460464,0.09506870806217194],[0.10252539068460464,0.10265712440013885],[0.10252539068460464,0.16293536126613617],[0.10252539068460464,0.12470025569200516],[0.10252539068460464,0.1276920735836029],[0.10252539068460464,0.06575220078229904],[0.10252539068460464,0.10963624715805054],[0.10252539068460464,0.1157161220908165],[0.640545666217804,0.6218068599700928],[0.640545666217804,0.672804057598114],[0.640545666217804,0.616343080997467],[0.640545666217804,0.6548314690589905],[0.640545666217804,0.601364016532898],[0.640545666217804,0.6441644430160522],[0.640545666217804,0.615622341632843],[0.640545666217804,0.6580115556716919],[0.640545666217804,0.6332656741142273],[0.640545666217804,0.6277816891670227],[0.640545666217804,0.6155207753181458],[0.640545666217804,0.5650841593742371],[0.640545666217804,0.6438375115394592],[0.640545666217804,0.6037975549697876],[0.640545666217804,0.6313403248786926],[0.323573499917984,0.33636796474456787],[0.323573499917984,0.3437599837779999],[0.323573499917984,0.2141508013010025],[0.323573499917984,0.4194645285606384],[0.323573499917984,0.4009082317352295],[0.6064946055412292,0.6263641715049744],[0.6064946055412292,0.6218068599700928],[0.6064946055412292,0.5988909602165222],[0.6064946055412292,0.601364016532898],[0.6064946055412292,0.44139564037323],[0.6064946055412292,0.6155207753181458],[0.4165094196796417,0.46939176321029663],[0.4165094196796417,0.4603596329689026],[0.4165094196796417,0.35929590463638306],[0.4165094196796417,0.43636754155158997],[0.4165094196796417,0.22438563406467438],[0.4165094196796417,0.44911420345306396],[0.4165094196796417,0.44247967004776],[0.4165094196796417,0.5330855846405029],[0.4165094196796417,0.5017827153205872],[0.44899871945381165,0.4988279342651367],[0.44899871945381165,0.5121839642524719],[0.44899871945381165,0.4611967206001282],[0.44899871945381165,0.36185288429260254],[0.44899871945381165,0.48697561025619507],[0.5013347268104553,0.45633694529533386],[0.5013347268104553,0.47085830569267273],[0.5013347268104553,0.5228177309036255],[0.5013347268104553,0.4496118128299713],[0.5013347268104553,0.44366687536239624],[0.5013347268104553,0.5272908210754395],[0.5013347268104553,0.4091742932796478],[0.0952889621257782,0.18911084532737732],[0.0952889621257782,0.07575330883264542],[0.0952889621257782,0.028311198577284813],[0.0952889621257782,0.11650893092155457],[0.0952889621257782,0.1564388871192932],[0.0952889621257782,0.09779045730829239],[0.0952889621257782,0.13298602402210236],[0.6408513784408569,0.6531134843826294],[0.6408513784408569,0.6579514741897583],[0.6408513784408569,0.6155207753181458],[0.6408513784408569,0.6313403248786926],[0.616063117980957,0.5591959953308105],[0.616063117980957,0.6494779586791992],[0.616063117980957,0.609318733215332],[0.616063117980957,0.5386168360710144],[0.616063117980957,0.5842980742454529],[0.616063117980957,0.5738600492477417],[0.616063117980957,0.585095226764679],[0.483603298664093,0.5795430541038513],[0.483603298664093,0.42357468605041504],[0.483603298664093,0.3983701169490814],[0.483603298664093,0.49683907628059387],[0.483603298664093,0.4305277466773987],[0.483603298664093,0.5929073691368103],[0.483603298664093,0.5312883853912354],[0.483603298664093,0.5178926587104797],[0.483603298664093,0.4736997187137604],[0.483603298664093,0.46094000339508057],[0.483603298664093,0.5912179350852966],[0.45633694529533386,0.47085830569267273],[0.45633694529533386,0.5524196624755859],[0.45633694529533386,0.40267977118492126],[0.45633694529533386,0.5228177309036255],[0.45633694529533386,0.4243418574333191],[0.45633694529533386,0.4496118128299713],[0.45633694529533386,0.31394338607788086],[0.45633694529533386,0.3789747655391693],[0.45633694529533386,0.3092819154262543],[0.45633694529533386,0.44366687536239624],[0.45633694529533386,0.2887815237045288],[0.45633694529533386,0.5272908210754395],[0.45633694529533386,0.3940636217594147],[0.45633694529533386,0.4091742932796478],[0.524105966091156,0.5028306841850281],[0.524105966091156,0.5541629791259766],[0.524105966091156,0.5929073691368103],[0.5276676416397095,0.5006934404373169],[0.5276676416397095,0.5386168360710144],[0.5276676416397095,0.6206339001655579],[0.5276676416397095,0.5312883853912354],[0.5276676416397095,0.4688960313796997],[0.5276676416397095,0.5349408388137817],[0.47366827726364136,0.484139621257782],[0.47366827726364136,0.610827624797821],[0.47366827726364136,0.5386168360710144],[0.47366827726364136,0.450488805770874],[0.47366827726364136,0.5929073691368103],[0.47366827726364136,0.5312883853912354],[0.6743246912956238,0.5738600492477417],[0.6743246912956238,0.6844956874847412],[0.6743246912956238,0.6313403248786926],[0.4988279342651367,0.5988909602165222],[0.4988279342651367,0.5628018379211426],[0.37314480543136597,0.27451810240745544],[0.37314480543136597,0.31606316566467285],[0.37314480543136597,0.424535870552063],[0.37314480543136597,0.3433791995048523],[0.7360767126083374,0.7541850805282593],[0.7360767126083374,0.7183851599693298],[0.7360767126083374,0.7173943519592285],[0.7360767126083374,0.7679747343063354],[0.7360767126083374,0.7566946744918823],[0.7360767126083374,0.6742174625396729],[0.7360767126083374,0.7953605055809021],[0.7360767126083374,0.7371017932891846],[0.6263641715049744,0.5591959953308105],[0.6263641715049744,0.6630733609199524],[0.6263641715049744,0.5795430541038513],[0.6263641715049744,0.6166980862617493],[0.6263641715049744,0.6218068599700928],[0.6263641715049744,0.6954585909843445],[0.6263641715049744,0.5821102261543274],[0.6263641715049744,0.5784411430358887],[0.6263641715049744,0.628629744052887],[0.6263641715049744,0.59421706199646],[0.6263641715049744,0.6589528322219849],[0.6263641715049744,0.6449565291404724],[0.6263641715049744,0.609318733215332],[0.6263641715049744,0.6173483729362488],[0.6263641715049744,0.6522513628005981],[0.6263641715049744,0.6554610133171082],[0.6263641715049744,0.6170428991317749],[0.6263641715049744,0.5952730774879456],[0.6263641715049744,0.6943854093551636],[0.6263641715049744,0.6548314690589905],[0.6263641715049744,0.5196020007133484],[0.6263641715049744,0.604926586151123],[0.6263641715049744,0.536313533782959],[0.6263641715049744,0.6262629628181458],[0.6263641715049744,0.5823285579681396],[0.6263641715049744,0.615622341632843],[0.6263641715049744,0.6557551622390747],[0.6263641715049744,0.564717173576355],[0.6263641715049744,0.6419731974601746],[0.6263641715049744,0.5652235150337219],[0.6263641715049744,0.7187610268592834],[0.6263641715049744,0.6438225507736206],[0.6263641715049744,0.6844956874847412],[0.6263641715049744,0.6351907253265381],[0.6263641715049744,0.6951141357421875],[0.6263641715049744,0.6155207753181458],[0.6263641715049744,0.585095226764679],[0.6263641715049744,0.5650841593742371],[0.6263641715049744,0.5690757632255554],[0.6263641715049744,0.6313403248786926],[0.6535978317260742,0.6236191987991333],[0.6535978317260742,0.5953396558761597],[0.6535978317260742,0.6037921905517578],[0.6535978317260742,0.6158531904220581],[0.371616929769516,0.27762851119041443],[0.371616929769516,0.47085830569267273],[0.371616929769516,0.41830500960350037],[0.371616929769516,0.4243418574333191],[0.371616929769516,0.4496118128299713],[0.371616929769516,0.23699234426021576],[0.371616929769516,0.3505626916885376],[0.371616929769516,0.3789747655391693],[0.371616929769516,0.3092819154262543],[0.371616929769516,0.2887815237045288],[0.371616929769516,0.3908199965953827],[0.371616929769516,0.45123594999313354],[0.371616929769516,0.30869272351264954],[0.371616929769516,0.4071994423866272],[0.371616929769516,0.2671283483505249],[0.371616929769516,0.3940636217594147],[0.371616929769516,0.4091742932796478],[0.5591959953308105,0.5203214287757874],[0.5591959953308105,0.5149726271629333],[0.5591959953308105,0.5908341407775879],[0.5591959953308105,0.46325963735580444],[0.5591959953308105,0.6155207753181458],[0.5591959953308105,0.4688960313796997],[0.5591959953308105,0.585095226764679],[0.5591959953308105,0.4192558526992798],[0.5591959953308105,0.5744956731796265],[0.5591959953308105,0.594007670879364],[0.5591959953308105,0.571553647518158],[0.5591959953308105,0.6313403248786926],[0.32800084352493286,0.20121771097183228],[0.32800084352493286,0.264449805021286],[0.32800084352493286,0.3092819154262543],[0.32800084352493286,0.23568123579025269],[0.32800084352493286,0.4071994423866272],[0.32800084352493286,0.4091742932796478],[0.2806421220302582,0.20481978356838226],[0.2806421220302582,0.22293192148208618],[0.2806421220302582,0.20742297172546387],[0.2806421220302582,0.25941359996795654],[0.40391337871551514,0.471221387386322],[0.40391337871551514,0.3707335591316223],[0.40391337871551514,0.46325963735580444],[0.40391337871551514,0.4688960313796997],[0.40391337871551514,0.4192558526992798],[0.6630733609199524,0.6262629628181458],[0.6630733609199524,0.6557551622390747],[0.6630733609199524,0.6155207753181458],[0.6630733609199524,0.6313403248786926],[0.484139621257782,0.5528236627578735],[0.484139621257782,0.3437599837779999],[0.484139621257782,0.5795430541038513],[0.484139621257782,0.5363489985466003],[0.484139621257782,0.609318733215332],[0.484139621257782,0.366252064704895],[0.484139621257782,0.4000074565410614],[0.484139621257782,0.44911420345306396],[0.484139621257782,0.5386168360710144],[0.484139621257782,0.551266074180603],[0.484139621257782,0.40149274468421936],[0.484139621257782,0.5312883853912354],[0.484139621257782,0.5178926587104797],[0.484139621257782,0.5744956731796265],[0.7031589150428772,0.6262629628181458],[0.7031589150428772,0.7187610268592834],[0.7031589150428772,0.6844956874847412],[0.7031589150428772,0.6155207753181458],[0.5121839642524719,0.45926395058631897],[0.5121839642524719,0.47445982694625854],[0.5121839642524719,0.5015673041343689],[0.5121839642524719,0.5988909602165222],[0.5121839642524719,0.5060229897499084],[0.5121839642524719,0.6008020639419556],[0.5121839642524719,0.530344545841217],[0.5121839642524719,0.6155207753181458],[0.5528236627578735,0.5312883853912354],[0.5528236627578735,0.5178926587104797],[0.5528236627578735,0.5330855846405029],[0.6594494581222534,0.8549476861953735],[0.6594494581222534,0.632013201713562],[0.045739687979221344,0.15400554239749908],[0.2845456004142761,0.3437599837779999],[0.2845456004142761,0.35929590463638306],[0.2845456004142761,0.2225470393896103],[0.2845456004142761,0.3851962685585022],[0.7669695615768433,0.6844956874847412],[0.4240827262401581,0.49734246730804443],[0.4240827262401581,0.2673771381378174],[0.4240827262401581,0.5792965292930603],[0.4240827262401581,0.32693177461624146],[0.18911084532737732,0.2709105312824249],[0.18911084532737732,0.29278138279914856],[0.18911084532737732,0.2150072455406189],[0.18911084532737732,0.07575330883264542],[0.18911084532737732,0.2673771381378174],[0.18911084532737732,0.26956573128700256],[0.18911084532737732,0.11650893092155457],[0.18911084532737732,0.18760810792446136],[0.18911084532737732,0.06575220078229904],[0.18911084532737732,0.19648145139217377],[0.33636796474456787,0.19651824235916138],[0.33636796474456787,0.4611967206001282],[0.33636796474456787,0.30342012643814087],[0.33636796474456787,0.21585528552532196],[0.37465205788612366,0.5028306841850281],[0.37465205788612366,0.33792200684547424],[0.5215306878089905,0.5510717034339905],[0.5215306878089905,0.4885503351688385],[0.6241400241851807,0.5765173435211182],[0.6241400241851807,0.628629744052887],[0.6241400241851807,0.609318733215332],[0.6241400241851807,0.6313403248786926],[0.45926395058631897,0.47445982694625854],[0.45926395058631897,0.30342012643814087],[0.20121771097183228,0.15309984982013702],[0.20121771097183228,0.25650614500045776],[0.20121771097183228,0.09752253443002701],[0.006061726715415716,0.07004866749048233],[0.057726357132196426,0.11688780784606934],[0.057726357132196426,0.0772014930844307],[0.057726357132196426,0.11650893092155457],[0.3437599837779999,0.2933034896850586],[0.3437599837779999,0.28158339858055115],[0.3437599837779999,0.44911420345306396],[0.3437599837779999,0.3092644214630127],[0.11512668430805206,0.06626928597688675],[0.11512668430805206,0.06313284486532211],[0.11512668430805206,0.13794922828674316],[0.11512668430805206,0.201202854514122],[0.11512668430805206,0.15245366096496582],[0.11512668430805206,0.17053695023059845],[0.6660640239715576,0.6958409547805786],[0.6660640239715576,0.688435971736908],[0.6660640239715576,0.609318733215332],[0.6660640239715576,0.6173483729362488],[0.6660640239715576,0.5988909602165222],[0.6660640239715576,0.6262629628181458],[0.6660640239715576,0.6580115556716919],[0.6660640239715576,0.6351907253265381],[0.6660640239715576,0.6756367087364197],[0.6660640239715576,0.6155207753181458],[0.6660640239715576,0.6313403248786926],[0.38930749893188477,0.4206802248954773],[0.38930749893188477,0.3707335591316223],[0.38930749893188477,0.46325963735580444],[0.3165203928947449,0.3320099115371704],[0.3165203928947449,0.3983701169490814],[0.3165203928947449,0.3707335591316223],[0.3165203928947449,0.3433791995048523],[0.3165203928947449,0.29668673872947693],[0.3165203928947449,0.2900521457195282],[0.27762851119041443,0.23699234426021576],[0.27762851119041443,0.31510668992996216],[0.27762851119041443,0.24264554679393768],[0.27762851119041443,0.3092819154262543],[0.27762851119041443,0.2887815237045288],[0.27762851119041443,0.12541168928146362],[0.27762851119041443,0.30869272351264954],[0.27762851119041443,0.2671283483505249],[0.6292912364006042,0.6351040601730347],[0.6292912364006042,0.6365089416503906],[0.6292912364006042,0.5953396558761597],[0.6292912364006042,0.6654308438301086],[0.6292912364006042,0.5923166275024414],[0.6292912364006042,0.6681039333343506],[0.6292912364006042,0.6037921905517578],[0.6292912364006042,0.6742174625396729],[0.6292912364006042,0.623619794845581],[0.6292912364006042,0.6158531904220581],[0.6292912364006042,0.6097174286842346],[0.6292912364006042,0.5725305676460266],[0.6577805280685425,0.694917619228363],[0.6577805280685425,0.7007570862770081],[0.6577805280685425,0.7283328771591187],[0.6577805280685425,0.7082542181015015],[0.6577805280685425,0.6414822340011597],[0.6577805280685425,0.6907238364219666],[0.6494779586791992,0.6169105768203735],[0.6494779586791992,0.6170428991317749],[0.6494779586791992,0.5379151105880737],[0.6494779586791992,0.5738600492477417],[0.6494779586791992,0.6844956874847412],[0.6494779586791992,0.6155207753181458],[0.6494779586791992,0.5744956731796265],[0.6494779586791992,0.6313403248786926],[0.3320099115371704,0.29104307293891907],[0.3320099115371704,0.366252064704895],[0.3320099115371704,0.3936831057071686],[0.3320099115371704,0.3851962685585022],[0.3320099115371704,0.5025479197502136],[0.6120235919952393,0.6218068599700928],[0.6120235919952393,0.5628018379211426],[0.6120235919952393,0.6155207753181458],[0.6120235919952393,0.5744956731796265],[0.6120235919952393,0.6313403248786926],[0.023644909262657166,0.11688780784606934],[0.023644909262657166,0.09506870806217194],[0.023644909262657166,0.13298602402210236],[0.023644909262657166,0.06575220078229904],[0.15386761724948883,0.2141508013010025],[0.15386761724948883,0.179764986038208],[0.15386761724948883,0.2225470393896103],[0.47445982694625854,0.530344545841217],[0.30615708231925964,0.3991389274597168],[0.30615708231925964,0.27451810240745544],[0.30615708231925964,0.3043469488620758],[0.5006934404373169,0.5386168360710144],[0.5006934404373169,0.5738600492477417],[0.5006934404373169,0.46325963735580444],[0.5006934404373169,0.5312883853912354],[0.5006934404373169,0.4688960313796997],[0.5006934404373169,0.5349408388137817],[0.5006934404373169,0.507710874080658],[0.5006934404373169,0.5744956731796265],[0.6514363884925842,0.5842980742454529],[0.6514363884925842,0.6844956874847412],[0.6514363884925842,0.6155207753181458],[0.6514363884925842,0.571553647518158],[0.6514363884925842,0.6313403248786926],[0.4984549283981323,0.5765173435211182],[0.4984549283981323,0.5628018379211426],[0.4984549283981323,0.5146826505661011],[0.4984549283981323,0.5386168360710144],[0.4984549283981323,0.5744956731796265],[0.2460416704416275,0.366252064704895],[0.2460416704416275,0.2263578474521637],[0.5795430541038513,0.609318733215332],[0.5795430541038513,0.5491392612457275],[0.5795430541038513,0.5988909602165222],[0.5795430541038513,0.6340423226356506],[0.5795430541038513,0.601364016532898],[0.5795430541038513,0.615622341632843],[0.5795430541038513,0.6155207753181458],[0.5795430541038513,0.585095226764679],[0.2709105312824249,0.29278138279914856],[0.2709105312824249,0.26956573128700256],[0.2709105312824249,0.2349204421043396],[0.2709105312824249,0.2263578474521637],[0.2709105312824249,0.1996997743844986],[0.2709105312824249,0.3936831057071686],[0.2709105312824249,0.3851962685585022],[0.2709105312824249,0.3500150144100189],[0.2709105312824249,0.25066789984703064],[0.2709105312824249,0.18760810792446136],[0.2709105312824249,0.19648145139217377],[0.48016494512557983,0.5028306841850281],[0.48016494512557983,0.43462038040161133],[0.48016494512557983,0.6438225507736206],[0.48016494512557983,0.5312883853912354],[0.48016494512557983,0.5064222812652588],[0.3117714822292328,0.49012717604637146],[0.3117714822292328,0.3707335591316223],[0.3117714822292328,0.28429481387138367],[0.3117714822292328,0.33792200684547424],[0.3991389274597168,0.27451810240745544],[0.3991389274597168,0.4885503351688385],[0.3991389274597168,0.49683907628059387],[0.6166980862617493,0.5988909602165222],[0.6166980862617493,0.6155207753181458],[0.6166980862617493,0.5744956731796265],[0.6166980862617493,0.6313403248786926],[0.20481978356838226,0.22293192148208618],[0.20481978356838226,0.20742297172546387],[0.20481978356838226,0.23699234426021576],[0.20481978356838226,0.1346866339445114],[0.20481978356838226,0.24264554679393768],[0.39570116996765137,0.366252064704895],[0.39570116996765137,0.3707335591316223],[0.39570116996765137,0.33877965807914734],[0.39570116996765137,0.4192558526992798],[0.6837372183799744,0.646506667137146],[0.6837372183799744,0.5146826505661011],[0.6837372183799744,0.6277816891670227],[0.6837372183799744,0.6438375115394592],[0.6351040601730347,0.6681039333343506],[0.6351040601730347,0.623619794845581],[0.6351040601730347,0.5272908210754395],[0.6351040601730347,0.5725305676460266],[0.27451810240745544,0.3043469488620758],[0.27451810240745544,0.21376632153987885],[0.46939176321029663,0.5501267910003662],[0.46939176321029663,0.41347935795783997],[0.6365089416503906,0.6654308438301086],[0.6365089416503906,0.6681039333343506],[0.6365089416503906,0.6742174625396729],[0.6365089416503906,0.6158531904220581],[0.6365089416503906,0.5055492520332336],[0.6365089416503906,0.6097174286842346],[0.6365089416503906,0.5725305676460266],[0.6218068599700928,0.5784411430358887],[0.6218068599700928,0.6888492107391357],[0.6218068599700928,0.6522513628005981],[0.6218068599700928,0.6379261612892151],[0.6218068599700928,0.6548314690589905],[0.6218068599700928,0.5868575572967529],[0.6218068599700928,0.6291342377662659],[0.6218068599700928,0.6262629628181458],[0.6218068599700928,0.601364016532898],[0.6218068599700928,0.5284290313720703],[0.6218068599700928,0.6557551622390747],[0.6218068599700928,0.6498149633407593],[0.6218068599700928,0.5922589898109436],[0.6218068599700928,0.5929073691368103],[0.6218068599700928,0.6155207753181458],[0.6218068599700928,0.6313403248786926],[0.47085830569267273,0.5524196624755859],[0.47085830569267273,0.41830500960350037],[0.47085830569267273,0.5228177309036255],[0.47085830569267273,0.4496118128299713],[0.47085830569267273,0.3505626916885376],[0.47085830569267273,0.5400027632713318],[0.47085830569267273,0.3789747655391693],[0.47085830569267273,0.44366687536239624],[0.47085830569267273,0.45123594999313354],[0.47085830569267273,0.5055492520332336],[0.47085830569267273,0.6097174286842346],[0.47085830569267273,0.5725305676460266],[0.47085830569267273,0.4091742932796478],[0.7249808311462402,0.610827624797821],[0.7249808311462402,0.6756367087364197],[0.6954585909843445,0.6682551503181458],[0.6954585909843445,0.6155207753181458],[0.06920557469129562,0.15157364308834076],[0.06920557469129562,0.13794922828674316],[0.06920557469129562,0.11688780784606934],[0.06920557469129562,0.1564388871192932],[0.19905884563922882,0.2933034896850586],[0.19905884563922882,0.3092644214630127],[0.5028306841850281,0.4785969853401184],[0.5028306841850281,0.5394593477249146],[0.5765173435211182,0.5203214287757874],[0.5765173435211182,0.6449565291404724],[0.5765173435211182,0.5988909602165222],[0.5765173435211182,0.5060229897499084],[0.5765173435211182,0.601364016532898],[0.5765173435211182,0.5379151105880737],[0.5765173435211182,0.530344545841217],[0.5765173435211182,0.6155207753181458],[0.5765173435211182,0.5744956731796265],[0.5765173435211182,0.6037975549697876],[0.5765173435211182,0.571553647518158],[0.5765173435211182,0.6313403248786926],[0.2933034896850586,0.2141508013010025],[0.2933034896850586,0.26956573128700256],[0.2933034896850586,0.318307101726532],[0.5524196624755859,0.6236191987991333],[0.5524196624755859,0.6037921905517578],[0.5524196624755859,0.5400027632713318],[0.5524196624755859,0.623619794845581],[0.5524196624755859,0.6158531904220581],[0.6958409547805786,0.6912544369697571],[0.31606316566467285,0.3433791995048523],[0.21398276090621948,0.15309984982013702],[0.40267977118492126,0.5228177309036255],[0.40267977118492126,0.4496118128299713],[0.40267977118492126,0.3046553134918213],[0.40267977118492126,0.4091742932796478],[0.49489566683769226,0.6101029515266418],[0.49489566683769226,0.46046558022499084],[0.49489566683769226,0.5386168360710144],[0.49489566683769226,0.507710874080658],[0.29278138279914856,0.29104307293891907],[0.29278138279914856,0.3707335591316223],[0.29278138279914856,0.4526538550853729],[0.29278138279914856,0.17883117496967316],[0.29278138279914856,0.40068840980529785],[0.29278138279914856,0.18760810792446136],[0.6169874668121338,0.5988909602165222],[0.6169874668121338,0.601364016532898],[0.6169874668121338,0.615622341632843],[0.6169874668121338,0.6155207753181458],[0.6169874668121338,0.585095226764679],[0.6169874668121338,0.5744956731796265],[0.6169874668121338,0.6313403248786926],[0.34234440326690674,0.471221387386322],[0.34234440326690674,0.26956573128700256],[0.34234440326690674,0.4953908920288086],[0.34234440326690674,0.3936831057071686],[0.34234440326690674,0.3500150144100189],[0.34234440326690674,0.2760324478149414],[0.15157364308834076,0.11688780784606934],[0.15157364308834076,0.2263578474521637],[0.15157364308834076,0.1512792408466339],[0.15157364308834076,0.1564388871192932],[0.15157364308834076,0.19408021867275238],[0.15157364308834076,0.2207232117652893],[0.15157364308834076,0.25066789984703064],[0.15157364308834076,0.2112983614206314],[0.15157364308834076,0.1767803281545639],[0.15157364308834076,0.1276920735836029],[0.5203214287757874,0.5146826505661011],[0.5203214287757874,0.5386168360710144],[0.5203214287757874,0.5650841593742371],[0.5203214287757874,0.5744956731796265],[0.672804057598114,0.6182692646980286],[0.672804057598114,0.7417987585067749],[0.672804057598114,0.601364016532898],[0.672804057598114,0.615622341632843],[0.672804057598114,0.6155207753181458],[0.672804057598114,0.6313403248786926],[0.19651824235916138,0.30342012643814087],[0.19651824235916138,0.179764986038208],[0.19651824235916138,0.21585528552532196],[0.688435971736908,0.609318733215332],[0.15309984982013702,0.22293192148208618],[0.15309984982013702,0.20742297172546387],[0.15309984982013702,0.09752253443002701],[0.5070940852165222,0.4603596329689026],[0.5070940852165222,0.471221387386322],[0.5070940852165222,0.5738600492477417],[0.5070940852165222,0.4688960313796997],[0.5070940852165222,0.5349408388137817],[0.5070940852165222,0.4953908920288086],[0.5070940852165222,0.492814838886261],[0.6220778822898865,0.6262629628181458],[0.6220778822898865,0.6155207753181458],[0.6220778822898865,0.6313403248786926],[0.49269571900367737,0.5363489985466003],[0.49269571900367737,0.5823285579681396],[0.49269571900367737,0.5386168360710144],[0.49269571900367737,0.5312883853912354],[0.49269571900367737,0.5349408388137817],[0.49269571900367737,0.507710874080658],[0.49269571900367737,0.492814838886261],[0.41830500960350037,0.3505626916885376],[0.41830500960350037,0.3789747655391693],[0.41830500960350037,0.3908199965953827],[0.41830500960350037,0.45123594999313354],[0.41830500960350037,0.4071994423866272],[0.037639517337083817,0.18191736936569214],[0.037639517337083817,0.09163431078195572],[0.7165117859840393,0.694917619228363],[0.7165117859840393,0.7358957529067993],[0.7165117859840393,0.7007570862770081],[0.7165117859840393,0.7283328771591187],[0.7165117859840393,0.7679747343063354],[0.7165117859840393,0.7082542181015015],[0.7165117859840393,0.7475157380104065],[0.7165117859840393,0.7389177083969116],[0.7165117859840393,0.7118699550628662],[0.7165117859840393,0.6907238364219666],[0.7165117859840393,0.6937403678894043],[0.41097888350486755,0.3983701169490814],[0.41097888350486755,0.3936831057071686],[0.41097888350486755,0.3295843005180359],[0.2150072455406189,0.18798120319843292],[0.2150072455406189,0.3433791995048523],[0.2150072455406189,0.11650893092155457],[0.08288730680942535,0.06313284486532211],[0.08288730680942535,0.13347342610359192],[0.08288730680942535,0.11688780784606934],[0.08288730680942535,0.11772918701171875],[0.08288730680942535,0.1512792408466339],[0.08288730680942535,0.09163431078195572],[0.08288730680942535,0.10265712440013885],[0.08288730680942535,0.1276920735836029],[0.08288730680942535,0.10963624715805054],[0.2323005646467209,0.11584194004535675],[0.2323005646467209,0.3092644214630127],[0.15516121685504913,0.22293192148208618],[0.15516121685504913,0.1346866339445114],[0.15516121685504913,0.2223096787929535],[0.5821102261543274,0.609318733215332],[0.5821102261543274,0.601364016532898],[0.5821102261543274,0.615622341632843],[0.5821102261543274,0.6155207753181458],[0.5821102261543274,0.5690757632255554],[0.610827624797821,0.49734246730804443],[0.610827624797821,0.6772714853286743],[0.610827624797821,0.46046558022499084],[0.610827624797821,0.562572717666626],[0.610827624797821,0.615622341632843],[0.610827624797821,0.5612325072288513],[0.5784411430358887,0.5988909602165222],[0.5784411430358887,0.601364016532898],[0.5784411430358887,0.6155207753181458],[0.5784411430358887,0.585095226764679],[0.5784411430358887,0.571553647518158],[0.5784411430358887,0.6313403248786926],[0.5541629791259766,0.5510717034339905],[0.5541629791259766,0.6324447393417358],[0.5541629791259766,0.4194645285606384],[0.5541629791259766,0.49012717604637146],[0.5541629791259766,0.6006669998168945],[0.5541629791259766,0.632013201713562],[0.5541629791259766,0.5929073691368103],[0.07575330883264542,0.11650893092155457],[0.4206802248954773,0.49171286821365356],[0.4206802248954773,0.366252064704895],[0.4206802248954773,0.3983701169490814],[0.4206802248954773,0.43462038040161133],[0.4206802248954773,0.46046558022499084],[0.4206802248954773,0.5308975577354431],[0.4206802248954773,0.4025518000125885],[0.4206802248954773,0.5386168360710144],[0.4206802248954773,0.479515939950943],[0.4206802248954773,0.450488805770874],[0.4206802248954773,0.5842980742454529],[0.4206802248954773,0.49579963088035583],[0.4206802248954773,0.5929073691368103],[0.4206802248954773,0.29668673872947693],[0.4206802248954773,0.5312883853912354],[0.4206802248954773,0.3851962685585022],[0.4206802248954773,0.375993937253952],[0.4206802248954773,0.33792200684547424],[0.4603596329689026,0.35929590463638306],[0.4603596329689026,0.366252064704895],[0.4603596329689026,0.4721704423427582],[0.4603596329689026,0.3654992878437042],[0.4603596329689026,0.5386168360710144],[0.4603596329689026,0.450488805770874],[0.4603596329689026,0.49579963088035583],[0.4603596329689026,0.5394593477249146],[0.4603596329689026,0.5929073691368103],[0.4603596329689026,0.5312883853912354],[0.4603596329689026,0.3851962685585022],[0.628629744052887,0.6155207753181458],[0.628629744052887,0.6296684741973877],[0.628629744052887,0.5744956731796265],[0.628629744052887,0.6313403248786926],[0.59421706199646,0.5988909602165222],[0.59421706199646,0.6340423226356506],[0.59421706199646,0.5628018379211426],[0.59421706199646,0.615622341632843],[0.5469528436660767,0.6130886077880859],[0.5469528436660767,0.507710874080658],[0.49734246730804443,0.5284290313720703],[0.49734246730804443,0.3654992878437042],[0.49734246730804443,0.44911420345306396],[0.49734246730804443,0.5999060869216919],[0.49734246730804443,0.5386168360710144],[0.49734246730804443,0.5312883853912354],[0.49734246730804443,0.5178926587104797],[0.6589528322219849,0.601364016532898],[0.6589528322219849,0.6155207753181458],[0.6589528322219849,0.6313403248786926],[0.6101029515266418,0.5491392612457275],[0.6101029515266418,0.5988909602165222],[0.6101029515266418,0.5308975577354431],[0.6101029515266418,0.601364016532898],[0.6101029515266418,0.7207822203636169],[0.6101029515266418,0.6155207753181458],[0.6101029515266418,0.5812655091285706],[0.6101029515266418,0.5744956731796265],[0.6101029515266418,0.6313403248786926],[0.694917619228363,0.7007570862770081],[0.694917619228363,0.7021891474723816],[0.694917619228363,0.7082542181015015],[0.694917619228363,0.6414822340011597],[0.694917619228363,0.7475157380104065],[0.694917619228363,0.7389177083969116],[0.694917619228363,0.7118699550628662],[0.694917619228363,0.6907238364219666],[0.6693019866943359,0.7417987585067749],[0.6693019866943359,0.601364016532898],[0.6693019866943359,0.6155207753181458],[0.6693019866943359,0.585095226764679],[0.6693019866943359,0.6313403248786926],[0.5363489985466003,0.609318733215332],[0.5363489985466003,0.5988909602165222],[0.5363489985466003,0.536313533782959],[0.5363489985466003,0.5568075180053711],[0.5363489985466003,0.5628018379211426],[0.5363489985466003,0.4232686161994934],[0.5363489985466003,0.5386168360710144],[0.5363489985466003,0.45469462871551514],[0.5363489985466003,0.6155207753181458],[0.5363489985466003,0.492814838886261],[0.5363489985466003,0.5064222812652588],[0.5363489985466003,0.571553647518158],[0.5363489985466003,0.6313403248786926],[0.22293192148208618,0.25941359996795654],[0.22293192148208618,0.24264554679393768],[0.19410178065299988,0.22438563406467438],[0.19410178065299988,0.3043469488620758],[0.19410178065299988,0.201202854514122],[0.20742297172546387,0.24264554679393768],[0.6668803095817566,0.6579514741897583],[0.6668803095817566,0.6844956874847412],[0.6668803095817566,0.5929073691368103],[0.6668803095817566,0.6313403248786926],[0.6236191987991333,0.5953396558761597],[0.6236191987991333,0.5923166275024414],[0.6236191987991333,0.6037921905517578],[0.6236191987991333,0.623619794845581],[0.6236191987991333,0.6158531904220581],[0.6236191987991333,0.5725305676460266],[0.6449565291404724,0.5988909602165222],[0.6449565291404724,0.6313403248786926],[0.5497570633888245,0.609318733215332],[0.5497570633888245,0.5628018379211426],[0.5497570633888245,0.5386168360710144],[0.5497570633888245,0.5312883853912354],[0.5497570633888245,0.585095226764679],[0.5497570633888245,0.5744956731796265],[0.5497570633888245,0.571553647518158],[0.25941359996795654,0.25650614500045776],[0.25941359996795654,0.23699234426021576],[0.25941359996795654,0.31394338607788086],[0.25941359996795654,0.3046553134918213],[0.25941359996795654,0.24264554679393768],[0.25941359996795654,0.2887815237045288],[0.6888492107391357,0.6759604811668396],[0.6888492107391357,0.6912544369697571],[0.6888492107391357,0.6844956874847412],[0.6888492107391357,0.6155207753181458],[0.6888492107391357,0.6313403248786926],[0.18798120319843292,0.18191736936569214],[0.609318733215332,0.6173483729362488],[0.609318733215332,0.5491392612457275],[0.609318733215332,0.5868575572967529],[0.609318733215332,0.601364016532898],[0.609318733215332,0.5379151105880737],[0.609318733215332,0.5652235150337219],[0.609318733215332,0.5908341407775879],[0.609318733215332,0.6155207753181458],[0.609318733215332,0.585095226764679],[0.609318733215332,0.5744956731796265],[0.609318733215332,0.5690757632255554],[0.609318733215332,0.6313403248786926],[0.36185288429260254,0.48697561025619507],[0.36185288429260254,0.30342012643814087],[0.06626928597688675,0.0825837180018425],[0.06626928597688675,0.09752253443002701],[0.06626928597688675,0.07004866749048233],[0.06626928597688675,0.10963624715805054],[0.599906325340271,0.6554610133171082],[0.599906325340271,0.615622341632843],[0.599906325340271,0.6351907253265381],[0.599906325340271,0.44247967004776],[0.599906325340271,0.6756367087364197],[0.25650614500045776,0.3046553134918213],[0.25650614500045776,0.2467871606349945],[0.21769167482852936,0.4000074565410614],[0.21769167482852936,0.15400554239749908],[0.21769167482852936,0.201202854514122],[0.21769167482852936,0.11772918701171875],[0.21769167482852936,0.19510960578918457],[0.21769167482852936,0.11946617066860199],[0.6531134843826294,0.7197392582893372],[0.6531134843826294,0.6759604811668396],[0.6531134843826294,0.6291342377662659],[0.6531134843826294,0.6262629628181458],[0.6531134843826294,0.6912544369697571],[0.6531134843826294,0.6155207753181458],[0.6531134843826294,0.6313403248786926],[0.7541850805282593,0.7204552888870239],[0.7541850805282593,0.7173943519592285],[0.7541850805282593,0.7679747343063354],[0.7541850805282593,0.7566946744918823],[0.7541850805282593,0.7953605055809021],[0.7541850805282593,0.7634929418563843],[0.7541850805282593,0.7371017932891846],[0.7541850805282593,0.7819483876228333],[0.49171286821365356,0.49683907628059387],[0.49171286821365356,0.3851962685585022],[0.23132659494876862,0.2223096787929535],[0.23132659494876862,0.2467871606349945],[0.6173483729362488,0.6682551503181458],[0.03704928979277611,0.0825837180018425],[0.051297541707754135,0.09752253443002701],[0.051297541707754135,0.16293536126613617],[0.35929590463638306,0.43636754155158997],[0.35929590463638306,0.22438563406467438],[0.35929590463638306,0.3654992878437042],[0.35929590463638306,0.44911420345306396],[0.35929590463638306,0.45469462871551514],[0.35929590463638306,0.2900521457195282],[0.35929590463638306,0.492814838886261],[0.08086756616830826,0.13347342610359192],[0.08086756616830826,0.11688780784606934],[0.08086756616830826,0.11772918701171875],[0.48697561025619507,0.5988909602165222],[0.48697561025619507,0.5628018379211426],[0.7358957529067993,0.7007570862770081],[0.7358957529067993,0.7082542181015015],[0.7358957529067993,0.7118699550628662],[0.5228177309036255,0.4496118128299713],[0.5228177309036255,0.5953396558761597],[0.5228177309036255,0.5923166275024414],[0.5228177309036255,0.44366687536239624],[0.5228177309036255,0.623619794845581],[0.5228177309036255,0.5272908210754395],[0.5228177309036255,0.5725305676460266],[0.29104307293891907,0.3707335591316223],[0.29104307293891907,0.26956573128700256],[0.29104307293891907,0.2225470393896103],[0.29104307293891907,0.3851962685585022],[0.29104307293891907,0.3500150144100189],[0.29104307293891907,0.33792200684547424],[0.45099374651908875,0.6277816891670227],[0.45099374651908875,0.40068840980529785],[0.5510717034339905,0.632013201713562],[0.5510717034339905,0.3092644214630127],[0.7197392582893372,0.7090601921081543],[0.7197392582893372,0.7417987585067749],[0.7197392582893372,0.6844956874847412],[0.7197392582893372,0.6155207753181458],[0.7197392582893372,0.6313403248786926],[0.0825837180018425,0.04688204824924469],[0.0825837180018425,0.11475997418165207],[0.0825837180018425,0.09163431078195572],[0.0825837180018425,0.12541168928146362],[0.0825837180018425,0.09506870806217194],[0.0825837180018425,0.10265712440013885],[0.0825837180018425,0.10963624715805054],[0.616343080997467,0.49012717604637146],[0.616343080997467,0.5988909602165222],[0.616343080997467,0.601364016532898],[0.616343080997467,0.615622341632843],[0.616343080997467,0.49579963088035583],[0.616343080997467,0.6155207753181458],[0.616343080997467,0.585095226764679],[0.5491392612457275,0.615622341632843],[0.5491392612457275,0.5386168360710144],[0.5491392612457275,0.5842980742454529],[0.5491392612457275,0.49683907628059387],[0.5491392612457275,0.5738600492477417],[0.5491392612457275,0.5744956731796265],[0.09752253443002701,0.07004866749048233],[0.09752253443002701,0.11475997418165207],[0.09752253443002701,0.09163431078195572],[0.09752253443002701,0.23568123579025269],[0.4785969853401184,0.6324447393417358],[0.6182692646980286,0.585095226764679],[0.5798442363739014,0.5988909602165222],[0.5798442363739014,0.5308975577354431],[0.5798442363739014,0.601364016532898],[0.5798442363739014,0.5561949014663696],[0.5798442363739014,0.542819082736969],[0.5798442363739014,0.615622341632843],[0.5798442363739014,0.5386168360710144],[0.5798442363739014,0.530344545841217],[0.5798442363739014,0.6155207753181458],[0.5798442363739014,0.5612325072288513],[0.5798442363739014,0.5744956731796265],[0.5798442363739014,0.5690757632255554],[0.5798442363739014,0.5912179350852966],[0.5798442363739014,0.6313403248786926],[0.06313284486532211,0.11650893092155457],[0.06313284486532211,0.09506870806217194],[0.06313284486532211,0.1276920735836029],[0.5149726271629333,0.536313533782959],[0.5149726271629333,0.5386168360710144],[0.5149726271629333,0.5738600492477417],[0.5149726271629333,0.46325963735580444],[0.10831324756145477,0.13794922828674316],[0.10831324756145477,0.11650893092155457],[0.10831324756145477,0.1564388871192932],[0.10831324756145477,0.13298602402210236],[0.10831324756145477,0.17053695023059845],[0.10831324756145477,0.1767803281545639],[0.471221387386322,0.366252064704895],[0.471221387386322,0.42357468605041504],[0.471221387386322,0.3983701169490814],[0.471221387386322,0.536313533782959],[0.471221387386322,0.5284290313720703],[0.471221387386322,0.3654992878437042],[0.471221387386322,0.5386168360710144],[0.471221387386322,0.49579963088035583],[0.471221387386322,0.5312883853912354],[0.471221387386322,0.585095226764679],[0.471221387386322,0.32693177461624146],[0.471221387386322,0.3500150144100189],[0.471221387386322,0.5744956731796265],[0.471221387386322,0.375993937253952],[0.471221387386322,0.571553647518158],[0.41588881611824036,0.4688960313796997],[0.30342012643814087,0.4009082317352295],[0.6522513628005981,0.601364016532898],[0.6522513628005981,0.585095226764679],[0.6522513628005981,0.6313403248786926],[0.4243418574333191,0.4496118128299713],[0.4243418574333191,0.3789747655391693],[0.4243418574333191,0.44366687536239624],[0.4243418574333191,0.4071994423866272],[0.4243418574333191,0.4091742932796478],[0.6554610133171082,0.604926586151123],[0.6554610133171082,0.6571595668792725],[0.6554610133171082,0.615622341632843],[0.6554610133171082,0.6844956874847412],[0.6554610133171082,0.6951141357421875],[0.6554610133171082,0.6155207753181458],[0.6554610133171082,0.585095226764679],[0.6554610133171082,0.6313403248786926],[0.2141508013010025,0.11584194004535675],[0.2141508013010025,0.21585528552532196],[0.2141508013010025,0.3092644214630127],[0.5015673041343689,0.6006669998168945],[0.5299791097640991,0.5988909602165222],[0.5299791097640991,0.5313930511474609],[0.5299791097640991,0.5744956731796265],[0.5299791097640991,0.571553647518158],[0.4496118128299713,0.3789747655391693],[0.4496118128299713,0.44366687536239624],[0.4496118128299713,0.3908199965953827],[0.4496118128299713,0.5272908210754395],[0.4496118128299713,0.4071994423866272],[0.4496118128299713,0.5725305676460266],[0.4496118128299713,0.4091742932796478],[0.43636754155158997,0.44911420345306396],[0.43636754155158997,0.32693177461624146],[0.43636754155158997,0.5178926587104797],[0.43636754155158997,0.5017827153205872],[0.43636754155158997,0.5025479197502136],[0.6169105768203735,0.6262629628181458],[0.6169105768203735,0.6155207753181458],[0.6169105768203735,0.585095226764679],[0.6169105768203735,0.5744956731796265],[0.6169105768203735,0.571553647518158],[0.6169105768203735,0.6313403248786926],[0.6170428991317749,0.601364016532898],[0.6170428991317749,0.6351907253265381],[0.6170428991317749,0.6155207753181458],[0.6170428991317749,0.5501267910003662],[0.6170428991317749,0.6403326392173767],[0.366252064704895,0.28158339858055115],[0.366252064704895,0.3983701169490814],[0.366252064704895,0.5656746029853821],[0.366252064704895,0.45469462871551514],[0.366252064704895,0.46325963735580444],[0.5384686589241028,0.5284290313720703],[0.5384686589241028,0.5568075180053711],[0.5384686589241028,0.6441644430160522],[0.5384686589241028,0.46325963735580444],[0.5384686589241028,0.507710874080658],[0.28158339858055115,0.32693177461624146],[0.28158339858055115,0.375993937253952],[0.7204552888870239,0.6654308438301086],[0.7204552888870239,0.7173943519592285],[0.7204552888870239,0.7566946744918823],[0.7204552888870239,0.7371017932891846],[0.7204552888870239,0.7819483876228333],[0.23699234426021576,0.2379344403743744],[0.23699234426021576,0.1346866339445114],[0.23699234426021576,0.19037021696567535],[0.23699234426021576,0.3046553134918213],[0.23699234426021576,0.24264554679393768],[0.23699234426021576,0.3789747655391693],[0.23699234426021576,0.3092819154262543],[0.23699234426021576,0.2887815237045288],[0.23699234426021576,0.12541168928146362],[0.23699234426021576,0.30869272351264954],[0.23699234426021576,0.16293536126613617],[0.23699234426021576,0.2352246791124344],[0.23699234426021576,0.2671283483505249],[0.23699234426021576,0.3940636217594147],[0.23699234426021576,0.1157161220908165],[0.4194645285606384,0.29602664709091187],[0.4194645285606384,0.49762043356895447],[0.49012717604637146,0.536313533782959],[0.49012717604637146,0.5313930511474609],[0.49012717604637146,0.5842980742454529],[0.6379261612892151,0.6006669998168945],[0.6379261612892151,0.6262629628181458],[0.6379261612892151,0.6155207753181458],[0.6379261612892151,0.6037975549697876],[0.6379261612892151,0.571553647518158],[0.6379261612892151,0.6313403248786926],[0.12080025672912598,0.13794922828674316],[0.12080025672912598,0.08716924488544464],[0.12080025672912598,0.1512792408466339],[0.12080025672912598,0.1564388871192932],[0.12080025672912598,0.2207232117652893],[0.12080025672912598,0.18365316092967987],[0.12080025672912598,0.17053695023059845],[0.12080025672912598,0.2112983614206314],[0.5988909602165222,0.6130886077880859],[0.5988909602165222,0.6943854093551636],[0.5988909602165222,0.6291342377662659],[0.5988909602165222,0.536313533782959],[0.5988909602165222,0.601364016532898],[0.5988909602165222,0.6008020639419556],[0.5988909602165222,0.542819082736969],[0.5988909602165222,0.6441644430160522],[0.5988909602165222,0.615622341632843],[0.5988909602165222,0.6557551622390747],[0.5988909602165222,0.5931537747383118],[0.5988909602165222,0.7207822203636169],[0.5988909602165222,0.591185450553894],[0.5988909602165222,0.5908341407775879],[0.5988909602165222,0.6756367087364197],[0.5988909602165222,0.6155207753181458],[0.5988909602165222,0.5349408388137817],[0.5988909602165222,0.5812655091285706],[0.5988909602165222,0.5178926587104797],[0.5988909602165222,0.6313403248786926],[0.42357468605041504,0.26956573128700256],[0.42357468605041504,0.46325963735580444],[0.42357468605041504,0.5178926587104797],[0.42357468605041504,0.5017827153205872],[0.42357468605041504,0.5064222812652588],[0.7090601921081543,0.6844956874847412],[0.7090601921081543,0.6155207753181458],[0.7090601921081543,0.6313403248786926],[0.5953396558761597,0.6037921905517578],[0.5953396558761597,0.623619794845581],[0.5953396558761597,0.6158531904220581],[0.5953396558761597,0.5725305676460266],[0.6654308438301086,0.7371017932891846],[0.6654308438301086,0.6158531904220581],[0.6654308438301086,0.6097174286842346],[0.3983701169490814,0.5386168360710144],[0.3983701169490814,0.450488805770874],[0.3983701169490814,0.49683907628059387],[0.3983701169490814,0.45469462871551514],[0.3983701169490814,0.5929073691368103],[0.3983701169490814,0.32693177461624146],[0.3983701169490814,0.4736997187137604],[0.3983701169490814,0.33792200684547424],[0.5952730774879456,0.601364016532898],[0.5952730774879456,0.5379151105880737],[0.5952730774879456,0.6351907253265381],[0.5952730774879456,0.6155207753181458],[0.5952730774879456,0.5744956731796265],[0.5952730774879456,0.571553647518158],[0.29221683740615845,0.3654992878437042],[0.29221683740615845,0.2900521457195282],[0.29221683740615845,0.2760324478149414],[0.6759604811668396,0.6155207753181458],[0.6759604811668396,0.6313403248786926],[0.13794922828674316,0.13347342610359192],[0.13794922828674316,0.11688780784606934],[0.13794922828674316,0.0772014930844307],[0.13794922828674316,0.2263578474521637],[0.13794922828674316,0.1527099907398224],[0.13794922828674316,0.201202854514122],[0.13794922828674316,0.2207232117652893],[0.6340423226356506,0.6130886077880859],[0.6340423226356506,0.530344545841217],[0.520996630191803,0.44911420345306396],[0.520996630191803,0.40068840980529785],[0.13347342610359192,0.08716924488544464],[0.13347342610359192,0.201202854514122],[0.13347342610359192,0.1512792408466339],[0.13347342610359192,0.09506870806217194],[0.13347342610359192,0.2207232117652893],[0.13347342610359192,0.18365316092967987],[0.13347342610359192,0.17053695023059845],[0.6130886077880859,0.6006669998168945],[0.6130886077880859,0.6199632287025452],[0.6130886077880859,0.6155207753181458],[0.6130886077880859,0.6313403248786926],[0.6943854093551636,0.6199632287025452],[0.6548314690589905,0.6155207753181458],[0.6548314690589905,0.6313403248786926],[0.31510668992996216,0.24264554679393768],[0.31510668992996216,0.3092819154262543],[0.31510668992996216,0.2887815237045288],[0.6006669998168945,0.5628018379211426],[0.04688204824924469,0.069983571767807],[0.3707335591316223,0.28429481387138367],[0.3707335591316223,0.29602664709091187],[0.3707335591316223,0.42605260014533997],[0.3707335591316223,0.3092644214630127],[0.6579514741897583,0.6262629628181458],[0.6579514741897583,0.6008020639419556],[0.6579514741897583,0.6155207753181458],[0.6579514741897583,0.6313403248786926],[0.5923166275024414,0.6742174625396729],[0.5923166275024414,0.623619794845581],[0.5923166275024414,0.5725305676460266],[0.5060229897499084,0.530344545841217],[0.5060229897499084,0.507710874080658],[0.6681039333343506,0.7173943519592285],[0.6681039333343506,0.6742174625396729],[0.6681039333343506,0.623619794845581],[0.6681039333343506,0.6158531904220581],[0.6681039333343506,0.5725305676460266],[0.6239025592803955,0.6262629628181458],[0.6239025592803955,0.5628018379211426],[0.6239025592803955,0.6155207753181458],[0.6239025592803955,0.6313403248786926],[0.5868575572967529,0.601364016532898],[0.5868575572967529,0.615622341632843],[0.5868575572967529,0.6155207753181458],[0.5868575572967529,0.585095226764679],[0.5868575572967529,0.5744956731796265],[0.5868575572967529,0.6313403248786926],[0.22438563406467438,0.24000617861747742],[0.22438563406467438,0.15400554239749908],[0.22438563406467438,0.21593914926052094],[0.22438563406467438,0.201202854514122],[0.22438563406467438,0.29668673872947693],[0.22438563406467438,0.1512792408466339],[0.22438563406467438,0.2900521457195282],[0.22438563406467438,0.19408021867275238],[0.22438563406467438,0.11946617066860199],[0.22438563406467438,0.2760324478149414],[0.43462038040161133,0.44911420345306396],[0.43462038040161133,0.5178926587104797],[0.2379344403743744,0.31394338607788086],[0.2379344403743744,0.3092819154262543],[0.2379344403743744,0.2887815237045288],[0.2379344403743744,0.17229494452476501],[0.2379344403743744,0.10063354671001434],[0.46046558022499084,0.5313930511474609],[0.46046558022499084,0.530344545841217],[0.46046558022499084,0.507710874080658],[0.5196020007133484,0.5386168360710144],[0.5196020007133484,0.5738600492477417],[0.5196020007133484,0.5709179043769836],[0.5196020007133484,0.5312883853912354],[0.5196020007133484,0.5744956731796265],[0.5196020007133484,0.571553647518158],[0.4721704423427582,0.5652235150337219],[0.4721704423427582,0.5738600492477417],[0.4721704423427582,0.46325963735580444],[0.4721704423427582,0.4688960313796997],[0.4721704423427582,0.4953908920288086],[0.4721704423427582,0.4192558526992798],[0.604926586151123,0.4000074565410614],[0.604926586151123,0.646506667137146],[0.604926586151123,0.5842980742454529],[0.604926586151123,0.5312883853912354],[0.604926586151123,0.5912179350852966],[0.1346866339445114,0.19037021696567535],[0.1346866339445114,0.069983571767807],[0.6291342377662659,0.6262629628181458],[0.6291342377662659,0.6155207753181458],[0.6291342377662659,0.6313403248786926],[0.536313533782959,0.601364016532898],[0.536313533782959,0.5568075180053711],[0.536313533782959,0.5929073691368103],[0.536313533782959,0.6155207753181458],[0.536313533782959,0.5349408388137817],[0.536313533782959,0.5912179350852966],[0.28429481387138367,0.4025518000125885],[0.28429481387138367,0.179764986038208],[0.28429481387138367,0.29602664709091187],[0.7417987585067749,0.6498149633407593],[0.19037021696567535,0.24264554679393768],[0.19037021696567535,0.16293536126613617],[0.19037021696567535,0.12470025569200516],[0.19037021696567535,0.2352246791124344],[0.5308975577354431,0.5146826505661011],[0.5308975577354431,0.615622341632843],[0.5308975577354431,0.5386168360710144],[0.5308975577354431,0.479515939950943],[0.5308975577354431,0.5842980742454529],[0.5308975577354431,0.4305277466773987],[0.5308975577354431,0.44139564037323],[0.5308975577354431,0.6155207753181458],[0.5308975577354431,0.571553647518158],[0.24000617861747742,0.1512792408466339],[0.24000617861747742,0.2900521457195282],[0.24000617861747742,0.2207232117652893],[0.24000617861747742,0.18365316092967987],[0.24000617861747742,0.17053695023059845],[0.24000617861747742,0.3295843005180359],[0.24000617861747742,0.2112983614206314],[0.24000617861747742,0.2760324478149414],[0.24000617861747742,0.41347935795783997],[0.7183851599693298,0.6742174625396729],[0.4000074565410614,0.44911420345306396],[0.4000074565410614,0.49683907628059387],[0.4000074565410614,0.5330855846405029],[0.7007570862770081,0.7021891474723816],[0.7007570862770081,0.7082542181015015],[0.7007570862770081,0.7475157380104065],[0.7007570862770081,0.7382075786590576],[0.7007570862770081,0.7389177083969116],[0.7007570862770081,0.7118699550628662],[0.7007570862770081,0.6907238364219666],[0.3043469488620758,0.4885503351688385],[0.3043469488620758,0.21506083011627197],[0.3043469488620758,0.21376632153987885],[0.6037921905517578,0.623619794845581],[0.6037921905517578,0.6158531904220581],[0.6037921905517578,0.5725305676460266],[0.6262629628181458,0.5628018379211426],[0.6262629628181458,0.6008020639419556],[0.6262629628181458,0.615622341632843],[0.6262629628181458,0.6580115556716919],[0.6262629628181458,0.6557551622390747],[0.6262629628181458,0.6155207753181458],[0.6262629628181458,0.6313403248786926],[0.3505626916885376,0.3789747655391693],[0.3505626916885376,0.3092819154262543],[0.3505626916885376,0.2887815237045288],[0.3505626916885376,0.1462855190038681],[0.3505626916885376,0.3908199965953827],[0.3505626916885376,0.45123594999313354],[0.3505626916885376,0.4071994423866272],[0.3505626916885376,0.5055492520332336],[0.3505626916885376,0.2671283483505249],[0.5823285579681396,0.601364016532898],[0.5823285579681396,0.5842980742454529],[0.5823285579681396,0.5709179043769836],[0.5823285579681396,0.5312883853912354],[0.5823285579681396,0.6155207753181458],[0.5823285579681396,0.585095226764679],[0.5823285579681396,0.5744956731796265],[0.5823285579681396,0.571553647518158],[0.646506667137146,0.5842980742454529],[0.646506667137146,0.6155207753181458],[0.646506667137146,0.6438375115394592],[0.646506667137146,0.5744956731796265],[0.646506667137146,0.5501267910003662],[0.646506667137146,0.6313403248786926],[0.601364016532898,0.5284290313720703],[0.601364016532898,0.5313930511474609],[0.601364016532898,0.5792954564094543],[0.601364016532898,0.615622341632843],[0.601364016532898,0.5386168360710144],[0.601364016532898,0.5842980742454529],[0.601364016532898,0.5931537747383118],[0.601364016532898,0.5738600492477417],[0.601364016532898,0.6332656741142273],[0.601364016532898,0.6351907253265381],[0.601364016532898,0.591185450553894],[0.601364016532898,0.5908341407775879],[0.601364016532898,0.5312883853912354],[0.601364016532898,0.6155207753181458],[0.601364016532898,0.585095226764679],[0.601364016532898,0.5349408388137817],[0.601364016532898,0.5178926587104797],[0.601364016532898,0.5650841593742371],[0.601364016532898,0.5744956731796265],[0.601364016532898,0.5755842328071594],[0.601364016532898,0.571553647518158],[0.601364016532898,0.6313403248786926],[0.5284290313720703,0.4232686161994934],[0.5284290313720703,0.5386168360710144],[0.5284290313720703,0.5908341407775879],[0.5284290313720703,0.5312883853912354],[0.5284290313720703,0.6155207753181458],[0.5284290313720703,0.585095226764679],[0.5284290313720703,0.4953908920288086],[0.5284290313720703,0.3936831057071686],[0.5284290313720703,0.5744956731796265],[0.5284290313720703,0.375993937253952],[0.5284290313720703,0.571553647518158],[0.5313930511474609,0.4232686161994934],[0.5313930511474609,0.5386168360710144],[0.5313930511474609,0.45469462871551514],[0.5313930511474609,0.46325963735580444],[0.5313930511474609,0.6155207753181458],[0.5313930511474609,0.5349408388137817],[0.5313930511474609,0.5612325072288513],[0.5313930511474609,0.5744956731796265],[0.5313930511474609,0.571553647518158],[0.6571595668792725,0.5386168360710144],[0.6571595668792725,0.5929073691368103],[0.5568075180053711,0.5386168360710144],[0.5568075180053711,0.5738600492477417],[0.5568075180053711,0.5349408388137817],[0.5628018379211426,0.542819082736969],[0.5628018379211426,0.564717173576355],[0.5628018379211426,0.5652235150337219],[0.5628018379211426,0.6155207753181458],[0.5628018379211426,0.507710874080658],[0.5628018379211426,0.5744956731796265],[0.5628018379211426,0.6037975549697876],[0.5628018379211426,0.571553647518158],[0.5628018379211426,0.6313403248786926],[0.31394338607788086,0.10063354671001434],[0.562572717666626,0.6951141357421875],[0.562572717666626,0.5501267910003662],[0.6008020639419556,0.6155207753181458],[0.6008020639419556,0.6313403248786926],[0.069983571767807,0.11475997418165207],[0.069983571767807,0.09163431078195572],[0.069983571767807,0.09506870806217194],[0.069983571767807,0.13298602402210236],[0.15400554239749908,0.201202854514122],[0.15400554239749908,0.11772918701171875],[0.15400554239749908,0.17053695023059845],[0.15400554239749908,0.2112983614206314],[0.5379151105880737,0.5386168360710144],[0.5379151105880737,0.5744956731796265],[0.5146826505661011,0.5386168360710144],[0.5146826505661011,0.6438375115394592],[0.5146826505661011,0.5744956731796265],[0.3046553134918213,0.27872830629348755],[0.3046553134918213,0.2467871606349945],[0.3046553134918213,0.24264554679393768],[0.3046553134918213,0.3092819154262543],[0.3046553134918213,0.2887815237045288],[0.3046553134918213,0.3940636217594147],[0.05339934676885605,0.15245366096496582],[0.05339934676885605,0.10063354671001434],[0.26956573128700256,0.2349204421043396],[0.26956573128700256,0.2263578474521637],[0.26956573128700256,0.2547019124031067],[0.26956573128700256,0.201202854514122],[0.26956573128700256,0.29668673872947693],[0.26956573128700256,0.1996997743844986],[0.26956573128700256,0.19510960578918457],[0.26956573128700256,0.19408021867275238],[0.26956573128700256,0.4192558526992798],[0.26956573128700256,0.17053695023059845],[0.26956573128700256,0.25066789984703064],[0.26956573128700256,0.2112983614206314],[0.26956573128700256,0.1767803281545639],[0.26956573128700256,0.18760810792446136],[0.26956573128700256,0.375993937253952],[0.26956573128700256,0.19648145139217377],[0.5561949014663696,0.5386168360710144],[0.5561949014663696,0.6155207753181458],[0.5561949014663696,0.5744956731796265],[0.5561949014663696,0.571553647518158],[0.542819082736969,0.5386168360710144],[0.542819082736969,0.5842980742454529],[0.542819082736969,0.585095226764679],[0.542819082736969,0.5744956731796265],[0.542819082736969,0.571553647518158],[0.3654992878437042,0.44911420345306396],[0.3654992878437042,0.3936831057071686],[0.44911420345306396,0.49579963088035583],[0.44911420345306396,0.40149274468421936],[0.44911420345306396,0.5161566138267517],[0.44911420345306396,0.5929073691368103],[0.44911420345306396,0.29668673872947693],[0.44911420345306396,0.5312883853912354],[0.44911420345306396,0.41325774788856506],[0.44911420345306396,0.2900521457195282],[0.44911420345306396,0.41562366485595703],[0.44911420345306396,0.3936831057071686],[0.44911420345306396,0.492814838886261],[0.44911420345306396,0.5025479197502136],[0.44911420345306396,0.5912179350852966],[0.5792954564094543,0.5386168360710144],[0.5792954564094543,0.5842980742454529],[0.5792954564094543,0.6155207753181458],[0.5792954564094543,0.585095226764679],[0.5792954564094543,0.5744956731796265],[0.5792954564094543,0.594007670879364],[0.5792954564094543,0.5025479197502136],[0.6987727284431458,0.6844956874847412],[0.6987727284431458,0.6313403248786926],[0.7283328771591187,0.7021891474723816],[0.7283328771591187,0.7634929418563843],[0.7283328771591187,0.7082542181015015],[0.7283328771591187,0.7382075786590576],[0.7283328771591187,0.7118699550628662],[0.7173943519592285,0.7566946744918823],[0.7173943519592285,0.6742174625396729],[0.7173943519592285,0.7371017932891846],[0.7679747343063354,0.7566946744918823],[0.7679747343063354,0.7634929418563843],[0.7679747343063354,0.7371017932891846],[0.7679747343063354,0.7819483876228333],[0.7679747343063354,0.7389177083969116],[0.4232686161994934,0.46325963735580444],[0.4232686161994934,0.4688960313796997],[0.4232686161994934,0.2207232117652893],[0.4232686161994934,0.3936831057071686],[0.5999060869216919,0.49683907628059387],[0.6441644430160522,0.615622341632843],[0.6441644430160522,0.5386168360710144],[0.6441644430160522,0.5929073691368103],[0.615622341632843,0.6580115556716919],[0.615622341632843,0.5842980742454529],[0.615622341632843,0.530344545841217],[0.615622341632843,0.6756367087364197],[0.615622341632843,0.6155207753181458],[0.615622341632843,0.507710874080658],[0.615622341632843,0.5912179350852966],[0.615622341632843,0.6313403248786926],[0.5386168360710144,0.479515939950943],[0.5386168360710144,0.5842980742454529],[0.5386168360710144,0.49683907628059387],[0.5386168360710144,0.49579963088035583],[0.5386168360710144,0.5393632054328918],[0.5386168360710144,0.6277816891670227],[0.5386168360710144,0.5656746029853821],[0.5386168360710144,0.5908341407775879],[0.5386168360710144,0.45469462871551514],[0.5386168360710144,0.46325963735580444],[0.5386168360710144,0.5929073691368103],[0.5386168360710144,0.5312883853912354],[0.5386168360710144,0.6155207753181458],[0.5386168360710144,0.4688960313796997],[0.5386168360710144,0.585095226764679],[0.5386168360710144,0.41562366485595703],[0.5386168360710144,0.507710874080658],[0.5386168360710144,0.4953908920288086],[0.5386168360710144,0.3936831057071686],[0.5386168360710144,0.5612325072288513],[0.5386168360710144,0.3500150144100189],[0.5386168360710144,0.492814838886261],[0.5386168360710144,0.5330855846405029],[0.5386168360710144,0.5744956731796265],[0.5386168360710144,0.5064222812652588],[0.5386168360710144,0.5025479197502136],[0.5386168360710144,0.571553647518158],[0.5386168360710144,0.6313403248786926],[0.08716924488544464,0.11688780784606934],[0.08716924488544464,0.14044931530952454],[0.08716924488544464,0.11772918701171875],[0.08716924488544464,0.1512792408466339],[0.08716924488544464,0.09506870806217194],[0.08716924488544464,0.11946617066860199],[0.6580115556716919,0.6155207753181458],[0.6580115556716919,0.5612325072288513],[0.6580115556716919,0.5744956731796265],[0.6580115556716919,0.6313403248786926],[0.7021891474723816,0.7634929418563843],[0.7021891474723816,0.7082542181015015],[0.7021891474723816,0.7382075786590576],[0.7021891474723816,0.6937403678894043],[0.2349204421043396,0.2547019124031067],[0.2349204421043396,0.29668673872947693],[0.2349204421043396,0.2900521457195282],[0.2349204421043396,0.25066789984703064],[0.6557551622390747,0.7207822203636169],[0.6557551622390747,0.6155207753181458],[0.6557551622390747,0.6313403248786926],[0.479515939950943,0.5312883853912354],[0.479515939950943,0.5349408388137817],[0.479515939950943,0.492814838886261],[0.450488805770874,0.46325963735580444],[0.450488805770874,0.4688960313796997],[0.450488805770874,0.4953908920288086],[0.450488805770874,0.4192558526992798],[0.564717173576355,0.5908341407775879],[0.564717173576355,0.6155207753181458],[0.564717173576355,0.5744956731796265],[0.564717173576355,0.6313403248786926],[0.6419731974601746,0.6351907253265381],[0.6419731974601746,0.6155207753181458],[0.6419731974601746,0.585095226764679],[0.6419731974601746,0.6313403248786926],[0.5400027632713318,0.623619794845581],[0.5400027632713318,0.45123594999313354],[0.5400027632713318,0.5725305676460266],[0.33877965807914734,0.21593914926052094],[0.6653478145599365,0.5017827153205872],[0.3433791995048523,0.5161566138267517],[0.3433791995048523,0.21376632153987885],[0.5652235150337219,0.5738600492477417],[0.5652235150337219,0.6155207753181458],[0.5652235150337219,0.5698856115341187],[0.5652235150337219,0.571553647518158],[0.5652235150337219,0.6313403248786926],[0.11688780784606934,0.11650893092155457],[0.11688780784606934,0.11772918701171875],[0.11688780784606934,0.1512792408466339],[0.11688780784606934,0.09163431078195572],[0.11688780784606934,0.1564388871192932],[0.11688780784606934,0.19408021867275238],[0.11688780784606934,0.09506870806217194],[0.11688780784606934,0.2207232117652893],[0.11688780784606934,0.13298602402210236],[0.11688780784606934,0.17053695023059845],[0.11688780784606934,0.25066789984703064],[0.11688780784606934,0.2112983614206314],[0.11688780784606934,0.1276920735836029],[0.11688780784606934,0.11946617066860199],[0.11688780784606934,0.06575220078229904],[0.11688780784606934,0.14124567806720734],[0.11688780784606934,0.10963624715805054],[0.0772014930844307,0.10228312015533447],[0.0772014930844307,0.1564388871192932],[0.0772014930844307,0.15245366096496582],[0.0772014930844307,0.19408021867275238],[0.028311198577284813,0.13298602402210236],[0.028311198577284813,0.10063354671001434],[0.028311198577284813,0.07048135250806808],[0.5842980742454529,0.6277816891670227],[0.5842980742454529,0.6155207753181458],[0.5842980742454529,0.41562366485595703],[0.5842980742454529,0.5612325072288513],[0.5842980742454529,0.5744956731796265],[0.5842980742454529,0.5025479197502136],[0.7187610268592834,0.7207822203636169],[0.7187610268592834,0.6844956874847412],[0.7187610268592834,0.6952570080757141],[0.7187610268592834,0.7134697437286377],[0.49683907628059387,0.5929073691368103],[0.5931537747383118,0.6155207753181458],[0.5931537747383118,0.585095226764679],[0.5931537747383118,0.5744956731796265],[0.5931537747383118,0.5025479197502136],[0.7566946744918823,0.7634929418563843],[0.7566946744918823,0.7371017932891846],[0.7566946744918823,0.7819483876228333],[0.27872830629348755,0.2223096787929535],[0.27872830629348755,0.2467871606349945],[0.551266074180603,0.5161566138267517],[0.551266074180603,0.5501267910003662],[0.6206339001655579,0.6438225507736206],[0.6206339001655579,0.6155207753181458],[0.6206339001655579,0.5349408388137817],[0.6206339001655579,0.6313403248786926],[0.179764986038208,0.2223096787929535],[0.179764986038208,0.21585528552532196],[0.49579963088035583,0.5312883853912354],[0.49579963088035583,0.5178926587104797],[0.40149274468421936,0.45469462871551514],[0.40149274468421936,0.41562366485595703],[0.40149274468421936,0.3851962685585022],[0.40149274468421936,0.5064222812652588],[0.6742174625396729,0.623619794845581],[0.264449805021286,0.24264554679393768],[0.264449805021286,0.23568123579025269],[0.29602664709091187,0.3092644214630127],[0.2263578474521637,0.1527099907398224],[0.2263578474521637,0.11650893092155457],[0.2263578474521637,0.29668673872947693],[0.2263578474521637,0.1564388871192932],[0.2263578474521637,0.19510960578918457],[0.2263578474521637,0.15245366096496582],[0.2263578474521637,0.19408021867275238],[0.2263578474521637,0.3500150144100189],[0.2263578474521637,0.17053695023059845],[0.2263578474521637,0.1767803281545639],[0.2223096787929535,0.2467871606349945],[0.42605260014533997,0.530344545841217],[0.42605260014533997,0.507710874080658],[0.7953605055809021,0.7819483876228333],[0.5738600492477417,0.6332656741142273],[0.5738600492477417,0.5393632054328918],[0.5738600492477417,0.591185450553894],[0.5738600492477417,0.46325963735580444],[0.5738600492477417,0.6155207753181458],[0.5738600492477417,0.4688960313796997],[0.5738600492477417,0.6381286382675171],[0.5738600492477417,0.507710874080658],[0.5738600492477417,0.4953908920288086],[0.5738600492477417,0.3936831057071686],[0.5738600492477417,0.492814838886261],[0.5738600492477417,0.5178926587104797],[0.5738600492477417,0.4192558526992798],[0.5738600492477417,0.5744956731796265],[0.5738600492477417,0.5698856115341187],[0.5738600492477417,0.594007670879364],[0.5738600492477417,0.5064222812652588],[0.5738600492477417,0.5690757632255554],[0.5738600492477417,0.571553647518158],[0.5738600492477417,0.6313403248786926],[0.2467871606349945,0.2352246791124344],[0.7634929418563843,0.7475157380104065],[0.7634929418563843,0.7382075786590576],[0.7634929418563843,0.6937403678894043],[0.530344545841217,0.5393632054328918],[0.530344545841217,0.507710874080658],[0.6332656741142273,0.6155207753181458],[0.6332656741142273,0.585095226764679],[0.6332656741142273,0.5912179350852966],[0.5393632054328918,0.507710874080658],[0.5393632054328918,0.5744956731796265],[0.5393632054328918,0.571553647518158],[0.24264554679393768,0.3092819154262543],[0.24264554679393768,0.2887815237045288],[0.24264554679393768,0.30869272351264954],[0.24264554679393768,0.16293536126613617],[0.24264554679393768,0.2352246791124344],[0.24264554679393768,0.2671283483505249],[0.24264554679393768,0.1157161220908165],[0.07004866749048233,0.14044931530952454],[0.07004866749048233,0.1276920735836029],[0.07004866749048233,0.10963624715805054],[0.6682551503181458,0.6155207753181458],[0.6682551503181458,0.585095226764679],[0.7207822203636169,0.6844956874847412],[0.6912544369697571,0.6844956874847412],[0.6912544369697571,0.6155207753181458],[0.6912544369697571,0.6313403248786926],[0.41984930634498596,0.4009082317352295],[0.6438225507736206,0.5929073691368103],[0.6438225507736206,0.585095226764679],[0.6498149633407593,0.6155207753181458],[0.6498149633407593,0.6313403248786926],[0.3789747655391693,0.3092819154262543],[0.3789747655391693,0.44366687536239624],[0.3789747655391693,0.2887815237045288],[0.3789747655391693,0.3908199965953827],[0.3789747655391693,0.45123594999313354],[0.3789747655391693,0.30869272351264954],[0.3789747655391693,0.4071994423866272],[0.3789747655391693,0.5055492520332336],[0.3789747655391693,0.2671283483505249],[0.3789747655391693,0.3940636217594147],[0.6844956874847412,0.6951141357421875],[0.6844956874847412,0.6155207753181458],[0.6844956874847412,0.6296684741973877],[0.6844956874847412,0.6313403248786926],[0.1527099907398224,0.2225470393896103],[0.7082542181015015,0.6414822340011597],[0.7082542181015015,0.7475157380104065],[0.7082542181015015,0.7382075786590576],[0.7082542181015015,0.7118699550628662],[0.7082542181015015,0.6907238364219666],[0.6414822340011597,0.6907238364219666],[0.7371017932891846,0.7819483876228333],[0.6351907253265381,0.5908341407775879],[0.6351907253265381,0.6155207753181458],[0.6351907253265381,0.6313403248786926],[0.3092819154262543,0.44366687536239624],[0.3092819154262543,0.2887815237045288],[0.3092819154262543,0.3908199965953827],[0.3092819154262543,0.4071994423866272],[0.3092819154262543,0.2671283483505249],[0.3092819154262543,0.3940636217594147],[0.3092819154262543,0.4091742932796478],[0.6277816891670227,0.5744956731796265],[0.6277816891670227,0.5912179350852966],[0.44366687536239624,0.5272908210754395],[0.44366687536239624,0.3940636217594147],[0.44366687536239624,0.4091742932796478],[0.11475997418165207,0.17229494452476501],[0.11475997418165207,0.1462855190038681],[0.11475997418165207,0.10265712440013885],[0.11475997418165207,0.10963624715805054],[0.11475997418165207,0.1157161220908165],[0.4305277466773987,0.44139564037323],[0.4305277466773987,0.22588646411895752],[0.2887815237045288,0.16293536126613617],[0.2887815237045288,0.2671283483505249],[0.2887815237045288,0.3940636217594147],[0.21593914926052094,0.21376632153987885],[0.21593914926052094,0.201202854514122],[0.21593914926052094,0.1512792408466339],[0.21593914926052094,0.3295843005180359],[0.5656746029853821,0.5929073691368103],[0.5656746029853821,0.5312883853912354],[0.44139564037323,0.22588646411895752],[0.5709179043769836,0.5312883853912354],[0.17229494452476501,0.1462855190038681],[0.17229494452476501,0.12541168928146362],[0.17229494452476501,0.16293536126613617],[0.17229494452476501,0.12470025569200516],[0.44247967004776,0.4688960313796997],[0.44247967004776,0.32482728362083435],[0.44247967004776,0.5178926587104797],[0.44247967004776,0.4192558526992798],[0.591185450553894,0.6155207753181458],[0.591185450553894,0.5349408388137817],[0.5161566138267517,0.6296684741973877],[0.5922589898109436,0.6155207753181458],[0.5922589898109436,0.585095226764679],[0.5922589898109436,0.5744956731796265],[0.5922589898109436,0.6313403248786926],[0.6951141357421875,0.5912179350852966],[0.623619794845581,0.6158531904220581],[0.623619794845581,0.5725305676460266],[0.7382075786590576,0.7118699550628662],[0.7134697437286377,0.6296684741973877],[0.5908341407775879,0.6155207753181458],[0.5908341407775879,0.5650841593742371],[0.5908341407775879,0.5744956731796265],[0.5908341407775879,0.5064222812652588],[0.5908341407775879,0.6313403248786926],[0.45469462871551514,0.29668673872947693],[0.45469462871551514,0.5312883853912354],[0.45469462871551514,0.585095226764679],[0.45469462871551514,0.5349408388137817],[0.45469462871551514,0.32693177461624146],[0.45469462871551514,0.2900521457195282],[0.45469462871551514,0.3936831057071686],[0.45469462871551514,0.3500150144100189],[0.45469462871551514,0.492814838886261],[0.45469462871551514,0.571553647518158],[0.14044931530952454,0.11772918701171875],[0.14044931530952454,0.29668673872947693],[0.14044931530952454,0.1512792408466339],[0.14044931530952454,0.19510960578918457],[0.14044931530952454,0.15245366096496582],[0.14044931530952454,0.09779045730829239],[0.14044931530952454,0.19408021867275238],[0.14044931530952454,0.10265712440013885],[0.14044931530952454,0.1276920735836029],[0.14044931530952454,0.10801200568675995],[0.14044931530952454,0.10963624715805054],[0.14044931530952454,0.14479343593120575],[0.17730964720249176,0.2547019124031067],[0.17730964720249176,0.201202854514122],[0.17730964720249176,0.1512792408466339],[0.17730964720249176,0.09163431078195572],[0.17730964720249176,0.19510960578918457],[0.17730964720249176,0.18365316092967987],[0.17730964720249176,0.2112983614206314],[0.17730964720249176,0.11946617066860199],[0.17730964720249176,0.2760324478149414],[0.17730964720249176,0.14479343593120575],[0.46325963735580444,0.29668673872947693],[0.46325963735580444,0.5312883853912354],[0.46325963735580444,0.5349408388137817],[0.46325963735580444,0.2900521457195282],[0.46325963735580444,0.3936831057071686],[0.46325963735580444,0.3500150144100189],[0.46325963735580444,0.492814838886261],[0.46325963735580444,0.4192558526992798],[0.46325963735580444,0.5744956731796265],[0.46325963735580444,0.5025479197502136],[0.46325963735580444,0.571553647518158],[0.46325963735580444,0.33792200684547424],[0.2225470393896103,0.19648145139217377],[0.1462855190038681,0.09163431078195572],[0.1462855190038681,0.12541168928146362],[0.1462855190038681,0.23568123579025269],[0.1462855190038681,0.09506870806217194],[0.1462855190038681,0.10265712440013885],[0.1462855190038681,0.2671283483505249],[0.1462855190038681,0.1157161220908165],[0.11650893092155457,0.1564388871192932],[0.11650893092155457,0.19510960578918457],[0.11650893092155457,0.17053695023059845],[0.11650893092155457,0.1767803281545639],[0.11650893092155457,0.10801200568675995],[0.7389177083969116,0.7118699550628662],[0.7389177083969116,0.6907238364219666],[0.6756367087364197,0.6155207753181458],[0.6756367087364197,0.6313403248786926],[0.5929073691368103,0.6155207753181458],[0.5929073691368103,0.585095226764679],[0.5929073691368103,0.5178926587104797],[0.5929073691368103,0.5912179350852966],[0.5929073691368103,0.6313403248786926],[0.2547019124031067,0.201202854514122],[0.2547019124031067,0.29668673872947693],[0.2547019124031067,0.1512792408466339],[0.2547019124031067,0.1564388871192932],[0.2547019124031067,0.32693177461624146],[0.2547019124031067,0.2207232117652893],[0.2547019124031067,0.18365316092967987],[0.2547019124031067,0.3936831057071686],[0.2547019124031067,0.3500150144100189],[0.2547019124031067,0.2112983614206314],[0.2547019124031067,0.2760324478149414],[0.201202854514122,0.29668673872947693],[0.201202854514122,0.1996997743844986],[0.201202854514122,0.32693177461624146],[0.201202854514122,0.1345485895872116],[0.201202854514122,0.2900521457195282],[0.201202854514122,0.18365316092967987],[0.201202854514122,0.17053695023059845],[0.201202854514122,0.25066789984703064],[0.201202854514122,0.2760324478149414],[0.201202854514122,0.14124567806720734],[0.11772918701171875,0.1512792408466339],[0.11772918701171875,0.09163431078195572],[0.11772918701171875,0.1564388871192932],[0.11772918701171875,0.19408021867275238],[0.11772918701171875,0.09506870806217194],[0.11772918701171875,0.2207232117652893],[0.11772918701171875,0.13298602402210236],[0.11772918701171875,0.2112983614206314],[0.11772918701171875,0.10801200568675995],[0.11772918701171875,0.14479343593120575],[0.29668673872947693,0.1512792408466339],[0.29668673872947693,0.4688960313796997],[0.29668673872947693,0.1996997743844986],[0.29668673872947693,0.19510960578918457],[0.29668673872947693,0.2900521457195282],[0.29668673872947693,0.19408021867275238],[0.29668673872947693,0.2207232117652893],[0.29668673872947693,0.3936831057071686],[0.29668673872947693,0.5178926587104797],[0.29668673872947693,0.17053695023059845],[0.29668673872947693,0.25066789984703064],[0.29668673872947693,0.2112983614206314],[0.29668673872947693,0.1276920735836029],[0.29668673872947693,0.5017827153205872],[0.5312883853912354,0.6155207753181458],[0.5312883853912354,0.4688960313796997],[0.5312883853912354,0.585095226764679],[0.5312883853912354,0.5349408388137817],[0.5312883853912354,0.41562366485595703],[0.5312883853912354,0.4953908920288086],[0.5312883853912354,0.3936831057071686],[0.5312883853912354,0.3500150144100189],[0.5312883853912354,0.492814838886261],[0.5312883853912354,0.5178926587104797],[0.5312883853912354,0.4192558526992798],[0.5312883853912354,0.5330855846405029],[0.5312883853912354,0.5744956731796265],[0.5312883853912354,0.5017827153205872],[0.5312883853912354,0.5064222812652588],[0.5312883853912354,0.5025479197502136],[0.5312883853912354,0.571553647518158],[0.1512792408466339,0.19510960578918457],[0.1512792408466339,0.15245366096496582],[0.1512792408466339,0.1345485895872116],[0.1512792408466339,0.19408021867275238],[0.1512792408466339,0.09506870806217194],[0.1512792408466339,0.1276920735836029],[0.1512792408466339,0.10801200568675995],[0.1512792408466339,0.11946617066860199],[0.1512792408466339,0.10963624715805054],[0.1512792408466339,0.14479343593120575],[0.3908199965953827,0.45123594999313354],[0.3908199965953827,0.23568123579025269],[0.3908199965953827,0.4071994423866272],[0.3908199965953827,0.2671283483505249],[0.6155207753181458,0.585095226764679],[0.6155207753181458,0.5349408388137817],[0.6155207753181458,0.6381286382675171],[0.6155207753181458,0.492814838886261],[0.6155207753181458,0.5178926587104797],[0.6155207753181458,0.5650841593742371],[0.6155207753181458,0.6438375115394592],[0.6155207753181458,0.5744956731796265],[0.6155207753181458,0.5755842328071594],[0.6155207753181458,0.5690757632255554],[0.6155207753181458,0.571553647518158],[0.6155207753181458,0.5912179350852966],[0.6155207753181458,0.6313403248786926],[0.4688960313796997,0.585095226764679],[0.4688960313796997,0.32693177461624146],[0.4688960313796997,0.507710874080658],[0.4688960313796997,0.5612325072288513],[0.4688960313796997,0.3851962685585022],[0.4688960313796997,0.3500150144100189],[0.4688960313796997,0.5650841593742371],[0.4688960313796997,0.4192558526992798],[0.4688960313796997,0.5744956731796265],[0.4688960313796997,0.375993937253952],[0.4688960313796997,0.571553647518158],[0.4688960313796997,0.46094000339508057],[0.09163431078195572,0.12541168928146362],[0.09163431078195572,0.09506870806217194],[0.09163431078195572,0.10265712440013885],[0.09163431078195572,0.10801200568675995],[0.09163431078195572,0.11946617066860199],[0.09163431078195572,0.1157161220908165],[0.585095226764679,0.5349408388137817],[0.585095226764679,0.507710874080658],[0.585095226764679,0.4953908920288086],[0.585095226764679,0.5650841593742371],[0.585095226764679,0.5330855846405029],[0.585095226764679,0.5744956731796265],[0.585095226764679,0.5017827153205872],[0.585095226764679,0.594007670879364],[0.585095226764679,0.5064222812652588],[0.585095226764679,0.6037975549697876],[0.585095226764679,0.571553647518158],[0.585095226764679,0.6313403248786926],[0.1564388871192932,0.19510960578918457],[0.1564388871192932,0.32693177461624146],[0.1564388871192932,0.19408021867275238],[0.1564388871192932,0.17053695023059845],[0.1564388871192932,0.2112983614206314],[0.1564388871192932,0.1767803281545639],[0.1564388871192932,0.11946617066860199],[0.1564388871192932,0.14124567806720734],[0.1564388871192932,0.19648145139217377],[0.1564388871192932,0.14479343593120575],[0.6158531904220581,0.6097174286842346],[0.6158531904220581,0.5725305676460266],[0.1996997743844986,0.19510960578918457],[0.1996997743844986,0.2900521457195282],[0.5349408388137817,0.4953908920288086],[0.5349408388137817,0.492814838886261],[0.5349408388137817,0.5178926587104797],[0.5349408388137817,0.5755842328071594],[0.5349408388137817,0.5017827153205872],[0.5349408388137817,0.571553647518158],[0.19510960578918457,0.32693177461624146],[0.19510960578918457,0.15245366096496582],[0.19510960578918457,0.1345485895872116],[0.19510960578918457,0.2900521457195282],[0.19510960578918457,0.19408021867275238],[0.19510960578918457,0.25066789984703064],[0.19510960578918457,0.1767803281545639],[0.19510960578918457,0.10801200568675995],[0.19510960578918457,0.2760324478149414],[0.19510960578918457,0.14479343593120575],[0.41325774788856506,0.32693177461624146],[0.41325774788856506,0.4953908920288086],[0.32693177461624146,0.2207232117652893],[0.32693177461624146,0.4953908920288086],[0.32693177461624146,0.3936831057071686],[0.32693177461624146,0.3500150144100189],[0.32693177461624146,0.492814838886261],[0.32693177461624146,0.3295843005180359],[0.32693177461624146,0.2112983614206314],[0.32693177461624146,0.2760324478149414],[0.32693177461624146,0.5017827153205872],[0.5812655091285706,0.5912179350852966],[0.45123594999313354,0.4071994423866272],[0.45123594999313354,0.5055492520332336],[0.45123594999313354,0.6097174286842346],[0.45123594999313354,0.5725305676460266],[0.45123594999313354,0.3940636217594147],[0.15245366096496582,0.1345485895872116],[0.15245366096496582,0.09506870806217194],[0.15245366096496582,0.2207232117652893],[0.15245366096496582,0.17053695023059845],[0.15245366096496582,0.2112983614206314],[0.15245366096496582,0.1767803281545639],[0.15245366096496582,0.1276920735836029],[0.15245366096496582,0.11946617066860199],[0.15245366096496582,0.2760324478149414],[0.15245366096496582,0.14479343593120575],[0.32482728362083435,0.2900521457195282],[0.32482728362083435,0.3500150144100189],[0.32482728362083435,0.25066789984703064],[0.32482728362083435,0.41347935795783997],[0.2900521457195282,0.2207232117652893],[0.2900521457195282,0.3936831057071686],[0.2900521457195282,0.3500150144100189],[0.2900521457195282,0.17053695023059845],[0.2900521457195282,0.1767803281545639],[0.12541168928146362,0.09506870806217194],[0.12541168928146362,0.10265712440013885],[0.12541168928146362,0.2671283483505249],[0.12541168928146362,0.10963624715805054],[0.12541168928146362,0.1157161220908165],[0.09779045730829239,0.09506870806217194],[0.09779045730829239,0.13298602402210236],[0.09779045730829239,0.1276920735836029],[0.09779045730829239,0.10801200568675995],[0.6381286382675171,0.6403326392173767],[0.6381286382675171,0.571553647518158],[0.6381286382675171,0.6313403248786926],[0.23568123579025269,0.12470025569200516],[0.41562366485595703,0.3851962685585022],[0.41562366485595703,0.5178926587104797],[0.19408021867275238,0.18365316092967987],[0.19408021867275238,0.3500150144100189],[0.19408021867275238,0.25066789984703064],[0.19408021867275238,0.2760324478149414],[0.19408021867275238,0.14124567806720734],[0.19408021867275238,0.14479343593120575],[0.7118699550628662,0.6907238364219666],[0.7118699550628662,0.6937403678894043],[0.507710874080658,0.5744956731796265],[0.507710874080658,0.571553647518158],[0.09506870806217194,0.10265712440013885],[0.09506870806217194,0.13298602402210236],[0.09506870806217194,0.11946617066860199],[0.09506870806217194,0.10963624715805054],[0.09506870806217194,0.1157161220908165],[0.2207232117652893,0.18365316092967987],[0.2207232117652893,0.3500150144100189],[0.2207232117652893,0.2112983614206314],[0.2207232117652893,0.2760324478149414],[0.2207232117652893,0.14124567806720734],[0.4953908920288086,0.3500150144100189],[0.4953908920288086,0.492814838886261],[0.4953908920288086,0.5744956731796265],[0.4953908920288086,0.4736997187137604],[0.4953908920288086,0.571553647518158],[0.18365316092967987,0.17053695023059845],[0.18365316092967987,0.2112983614206314],[0.18365316092967987,0.11946617066860199],[0.18365316092967987,0.2760324478149414],[0.18365316092967987,0.14124567806720734],[0.10265712440013885,0.1276920735836029],[0.10265712440013885,0.11946617066860199],[0.10265712440013885,0.10963624715805054],[0.10265712440013885,0.1157161220908165],[0.3936831057071686,0.3500150144100189],[0.3936831057071686,0.25066789984703064],[0.3936831057071686,0.5755842328071594],[0.3936831057071686,0.2760324478149414],[0.3936831057071686,0.41347935795783997],[0.5612325072288513,0.5744956731796265],[0.5612325072288513,0.5912179350852966],[0.13298602402210236,0.4192558526992798],[0.13298602402210236,0.17053695023059845],[0.13298602402210236,0.375993937253952],[0.3851962685585022,0.46094000339508057],[0.3851962685585022,0.33792200684547424],[0.30869272351264954,0.2671283483505249],[0.3500150144100189,0.492814838886261],[0.3500150144100189,0.25066789984703064],[0.3500150144100189,0.2112983614206314],[0.3500150144100189,0.2760324478149414],[0.3500150144100189,0.5017827153205872],[0.492814838886261,0.5017827153205872],[0.492814838886261,0.4736997187137604],[0.492814838886261,0.571553647518158],[0.16293536126613617,0.1157161220908165],[0.12470025569200516,0.1157161220908165],[0.5178926587104797,0.5744956731796265],[0.5178926587104797,0.375993937253952],[0.5178926587104797,0.5064222812652588],[0.5178926587104797,0.5501267910003662],[0.5178926587104797,0.4736997187137604],[0.5178926587104797,0.571553647518158],[0.5178926587104797,0.46094000339508057],[0.5650841593742371,0.5744956731796265],[0.5650841593742371,0.571553647518158],[0.4192558526992798,0.5330855846405029],[0.4192558526992798,0.375993937253952],[0.4192558526992798,0.2760324478149414],[0.17053695023059845,0.1767803281545639],[0.17053695023059845,0.11946617066860199],[0.5272908210754395,0.5725305676460266],[0.4071994423866272,0.4091742932796478],[0.3295843005180359,0.41347935795783997],[0.25066789984703064,0.1767803281545639],[0.25066789984703064,0.2760324478149414],[0.5330855846405029,0.5744956731796265],[0.5330855846405029,0.5501267910003662],[0.5330855846405029,0.4736997187137604],[0.5330855846405029,0.571553647518158],[0.5330855846405029,0.5912179350852966],[0.2112983614206314,0.2760324478149414],[0.2112983614206314,0.14124567806720734],[0.5055492520332336,0.6097174286842346],[0.5055492520332336,0.3940636217594147],[0.6438375115394592,0.5744956731796265],[0.6438375115394592,0.6313403248786926],[0.1767803281545639,0.10801200568675995],[0.1767803281545639,0.2760324478149414],[0.1767803281545639,0.19648145139217377],[0.1276920735836029,0.10801200568675995],[0.1276920735836029,0.11946617066860199],[0.1276920735836029,0.10963624715805054],[0.1276920735836029,0.1157161220908165],[0.5744956731796265,0.5755842328071594],[0.5744956731796265,0.5064222812652588],[0.5744956731796265,0.5025479197502136],[0.5744956731796265,0.571553647518158],[0.5744956731796265,0.5912179350852966],[0.5744956731796265,0.6313403248786926],[0.10801200568675995,0.11946617066860199],[0.10801200568675995,0.10963624715805054],[0.11946617066860199,0.10963624715805054],[0.5755842328071594,0.5017827153205872],[0.5755842328071594,0.5025479197502136],[0.5755842328071594,0.571553647518158],[0.5755842328071594,0.6313403248786926],[0.5017827153205872,0.571553647518158],[0.5017827153205872,0.5912179350852966],[0.5940076708793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment