Skip to content

Instantly share code, notes, and snippets.

@surajssd
Created February 26, 2025 17:19
Show Gist options
  • Save surajssd/a1e546da84999df665cd9131f5ab64e0 to your computer and use it in GitHub Desktop.
Save surajssd/a1e546da84999df665cd9131f5ab64e0 to your computer and use it in GitHub Desktop.
[{"Test name": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_01", "GPU": "1xStandard_NC24ads_A100_v4 x 1", "# of req.": 200, "Tput (req/s)": 0.9874006606348092, "Output Tput (tok/s)": 96.84919379836526, "Total Tput (tok/s)": 309.02184775557305, "Mean TTFT (ms)": 67.13169773499885, "Median TTFT (ms)": 53.45841300004395, "P99 TTFT (ms)": 154.88893441993696, "Mean TPOT (ms)": 22.48243263621561, "Median TPOT (ms)": 22.103191907692437, "P99 TPOT (ms)": 29.212842526595843, "Mean ITL (ms)": 22.355201681361745, "Median ITL (ms)": 21.27322000001186, "P99 ITL (ms)": 41.42363359993397}, {"Test name": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_04", "GPU": "1xStandard_NC24ads_A100_v4 x 1", "# of req.": 200, "Tput (req/s)": 3.2772372061643584, "Output Tput (tok/s)": 325.2002479676893, "Total Tput (tok/s)": 1029.4129788282867, "Mean TTFT (ms)": 78.54876733999617, "Median TTFT (ms)": 64.22880649995477, "P99 TTFT (ms)": 201.15669853015976, "Mean TPOT (ms)": 28.32710065808013, "Median TPOT (ms)": 27.660848333349957, "P99 TPOT (ms)": 50.024199164694096, "Mean ITL (ms)": 27.74274770686149, "Median ITL (ms)": 22.998229500103662, "P99 ITL (ms)": 119.41316620012685}, {"Test name": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_16", "GPU": "1xStandard_NC24ads_A100_v4 x 1", "# of req.": 200, "Tput (req/s)": 6.527105366628564, "Output Tput (tok/s)": 646.2487023498941, "Total Tput (tok/s)": 2048.79310353104, "Mean TTFT (ms)": 139.65462660999947, "Median TTFT (ms)": 123.26202299993838, "P99 TTFT (ms)": 434.90575131011826, "Mean TPOT (ms)": 63.04765481115331, "Median TPOT (ms)": 56.55915422857799, "P99 TPOT (ms)": 147.4692513108478, "Mean ITL (ms)": 42.92113829415369, "Median ITL (ms)": 29.05283350003174, "P99 ITL (ms)": 353.2116533299949}, {"Test name": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_inf", "GPU": "1xStandard_NC24ads_A100_v4 x 1", "# of req.": 200, "Tput (req/s)": 7.816708267795149, "Output Tput (tok/s)": 787.0643554842935, "Total Tput (tok/s)": 2466.7186280681153, "Mean TTFT (ms)": 4023.6556951649954, "Median TTFT (ms)": 3319.2782424999905, "P99 TTFT (ms)": 5773.600177669878, "Mean TPOT (ms)": 182.84897930821307, "Median TPOT (ms)": 55.076568482757565, "P99 TPOT (ms)": 2586.527520399977, "Mean ITL (ms)": 42.481696395225136, "Median ITL (ms)": 29.36348100001851, "P99 ITL (ms)": 47.98806364003213}]

Latency tests

  • Input length: 32 tokens.
  • Output length: 128 tokens.
  • Batch size: fixed (8).
  • Models: llama-3.1 8B, llama-3 70B, mixtral 8x7B.
  • Evaluation metrics: end-to-end latency (mean, median, p99).

Throughput tests

  • Input length: randomly sample 200 prompts from ShareGPT dataset (with fixed random seed).
  • Output length: the corresponding output length of these 200 prompts.
  • Batch size: dynamically determined by vllm to achieve maximum throughput.
  • Models: llama-3.1 8B, llama-3 70B, mixtral 8x7B.
  • Evaluation metrics: throughput.

Serving tests

  • Input length: randomly sample 200 prompts from ShareGPT dataset (with fixed random seed).
  • Output length: the corresponding output length of these 200 prompts.
  • Batch size: dynamically determined by vllm and the arrival pattern of the requests.
  • Average QPS (query per second): 1, 4, 16 and inf. QPS = inf means all requests come at once. For other QPS values, the arrival time of each query is determined using a random Poisson process (with fixed random seed).
  • Models: llama-3.1 8B, llama-3 70B, mixtral 8x7B.
  • We also added a speculative decoding test for llama-3 70B, under QPS 2
  • Evaluation metrics: throughput, TTFT (time to the first token, with mean, median and p99), ITL (inter-token latency, with mean, median and p99).
Test name GPU # of req. Tput (req/s) Output Tput (tok/s) Total Tput (tok/s) Mean TTFT (ms) Median TTFT (ms) P99 TTFT (ms) Mean TPOT (ms) Median TPOT (ms) P99 TPOT (ms) Mean ITL (ms) Median ITL (ms) P99 ITL (ms)
serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_01 1xStandard_NC24ads_A100_v4 x 1 200 0.987401 96.8492 309.022 67.1317 53.4584 154.889 22.4824 22.1032 29.2128 22.3552 21.2732 41.4236
serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_04 1xStandard_NC24ads_A100_v4 x 1 200 3.27724 325.2 1029.41 78.5488 64.2288 201.157 28.3271 27.6608 50.0242 27.7427 22.9982 119.413
serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_16 1xStandard_NC24ads_A100_v4 x 1 200 6.52711 646.249 2048.79 139.655 123.262 434.906 63.0477 56.5592 147.469 42.9211 29.0528 353.212
serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_inf 1xStandard_NC24ads_A100_v4 x 1 200 7.81671 787.064 2466.72 4023.66 3319.28 5773.6 182.849 55.0766 2586.53 42.4817 29.3635 47.9881

json version of the benchmarking tables

This section contains the data of the markdown tables above in JSON format. You can load the benchmarking tables into pandas dataframes as follows:

import json
import pandas as pd

benchmarking_results_json = """The json string"""
benchmarking_results = json.loads(benchmarking_results_json)
latency_results = pd.DataFrame.from_dict(benchmarking_results["latency"])
throughput_results = pd.DataFrame.from_dict(benchmarking_results["throughput"])
serving_results = pd.DataFrame.from_dict(benchmarking_results["serving"])

The json string for all benchmarking tables:

{"latency": {}, "throughput": {}, "serving": {"Test name": {"0": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_inf", "1": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_01", "2": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_16", "3": "serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_04"}, "GPU": {"0": "Standard_NC24ads_A100_v4 x 1", "1": "Standard_NC24ads_A100_v4 x 1", "2": "Standard_NC24ads_A100_v4 x 1", "3": "Standard_NC24ads_A100_v4 x 1"}, "# of req.": {"0": 200, "1": 200, "2": 200, "3": 200}, "Tput (req/s)": {"0": 7.816708267795149, "1": 0.9874006606348092, "2": 6.527105366628564, "3": 3.2772372061643584}, "Output Tput (tok/s)": {"0": 787.0643554842935, "1": 96.84919379836526, "2": 646.2487023498941, "3": 325.2002479676893}, "Total Tput (tok/s)": {"0": 2466.7186280681153, "1": 309.02184775557305, "2": 2048.79310353104, "3": 1029.4129788282867}, "Mean TTFT (ms)": {"0": 4023.6556951649954, "1": 67.13169773499885, "2": 139.65462660999947, "3": 78.54876733999617}, "Median TTFT (ms)": {"0": 3319.2782424999905, "1": 53.45841300004395, "2": 123.26202299993838, "3": 64.22880649995477}, "P99 TTFT (ms)": {"0": 5773.600177669878, "1": 154.88893441993696, "2": 434.90575131011826, "3": 201.15669853015976}, "Mean TPOT (ms)": {"0": 182.84897930821307, "1": 22.48243263621561, "2": 63.04765481115331, "3": 28.32710065808013}, "Median TPOT (ms)": {"0": 55.076568482757565, "1": 22.103191907692437, "2": 56.55915422857799, "3": 27.660848333349957}, "P99 TPOT (ms)": {"0": 2586.527520399977, "1": 29.212842526595843, "2": 147.4692513108478, "3": 50.024199164694096}, "Mean ITL (ms)": {"0": 42.481696395225136, "1": 22.355201681361745, "2": 42.92113829415369, "3": 27.74274770686149}, "Median ITL (ms)": {"0": 29.36348100001851, "1": 21.27322000001186, "2": 29.05283350003174, "3": 22.998229500103662}, "P99 ITL (ms)": {"0": 47.98806364003213, "1": 41.42363359993397, "2": 353.2116533299949, "3": 119.41316620012685}}}

You can also check the raw experiment data in the Artifact tab of the Buildkite page.

git clone https://github.com/surajssd/llm-k8s
cd llm-k8s
git checkout 0285ba5e03ee80ab9ac471c9b102cd34f8862880
# Deploy a single node to host the phi 4 model
# Steps: https://github.com/surajssd/llm-k8s/blob/0285ba5e03ee80ab9ac471c9b102cd34f8862880/configs/phi-4
source .env
export VM_SIZE="Standard_NC24ads_A100_v4"
export GPU_NODE_COUNT=1
export AZURE_REGION=uksouth
./scripts/deploy-aks.sh
kubectl apply -f configs/phi-4/k8s
kubectl port-forward svc/phi-4 8000
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "microsoft/phi-4",
"messages": [
{
"role": "user",
"content": "Explain the origin of Llama the animal?"
}
]
}' | jq
# Benchmark
# Steps: https://github.com/surajssd/llm-k8s/blob/0285ba5e03ee80ab9ac471c9b102cd34f8862880/benchmark/vllm_upstream
kubectl create ns vllm-benchmark
kubectl -n vllm-benchmark create configmap benchmark-runner \
--from-literal=TEST_SERVER_URL="http://phi-4.default:8000" \
--from-literal=MODEL_NAME="microsoft/phi-4" \
--from-literal=TENSOR_PARALLEL_SIZE=1 \
--from-literal=PIPELINE_PARALLEL_SIZE="${GPU_NODE_COUNT}" \
--from-literal=GPU_VM_SKU="${VM_SIZE}"
export HF_TOKEN=""
kubectl -n vllm-benchmark create secret generic hf-token-secret --from-literal token=${HF_TOKEN}
kubectl apply -f benchmark/vllm_upstream/k8s/
POD_NAME=$(kubectl -n vllm-benchmark \
get pods \
-l app=benchmark-runner \
-o jsonpath='{.items[].metadata.name}')
kubectl -n vllm-benchmark \
exec -it $POD_NAME \
-- bash /root/scripts/run_vllm_upstream_benchmark.sh
RESULTS_FILE=$(kubectl -n vllm-benchmark \
exec -it $POD_NAME \
-- bash -c "ls /root/results*.tar.gz" | tr -d '\r')
kubectl -n vllm-benchmark \
cp "${POD_NAME}:${RESULTS_FILE}" "./$(basename ${RESULTS_FILE})"
{
"client_command": "python3 benchmark_serving.py --save-result --base-url http://phi-4.default:8000 --result-dir /root/vllm/.buildkite/results/ --result-filename serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_01.json --request-rate 01 --model=microsoft/phi-4 --backend=vllm --dataset-name=sharegpt --dataset-path=/root/sharegpt.json --num-prompts=200",
"gpu_type": "Standard_NC24ads_A100_v4 x 1"
}
{"date": "20250226-091206", "backend": "vllm", "model_id": "microsoft/phi-4", "tokenizer_id": "microsoft/phi-4", "best_of": 1, "num_prompts": 200, "request_rate": 1.0, "burstiness": 1.0, "max_concurrency": null, "duration": 202.5520216599998, "completed": 200, "total_input_tokens": 42976, "total_output_tokens": 19617, "request_throughput": 0.9874006606348092, "request_goodput:": null, "output_throughput": 96.84919379836526, "total_token_throughput": 309.02184775557305, "input_lens": [12, 24, 26, 9, 328, 28, 398, 327, 204, 15, 402, 402, 8, 11, 769, 226, 7, 13, 389, 685, 58, 75, 743, 618, 278, 343, 8, 9, 10, 79, 767, 316, 39, 618, 7, 297, 15, 16, 695, 574, 10, 6, 280, 11, 146, 480, 769, 335, 5, 330, 8, 44, 221, 801, 480, 92, 640, 21, 14, 15, 76, 31, 688, 177, 8, 627, 479, 41, 335, 23, 515, 760, 111, 112, 347, 81, 466, 244, 10, 23, 342, 15, 386, 257, 31, 27, 224, 247, 34, 132, 107, 26, 22, 60, 362, 202, 139, 139, 229, 309, 520, 767, 316, 297, 335, 490, 18, 9, 58, 47, 19, 19, 53, 106, 52, 71, 17, 9, 767, 6, 932, 238, 276, 25, 34, 463, 385, 24, 22, 21, 19, 43, 630, 348, 52, 70, 36, 9, 20, 36, 495, 7, 8, 352, 9, 594, 4, 48, 285, 304, 55, 42, 51, 309, 34, 6, 6, 237, 9, 142, 659, 193, 71, 38, 257, 311, 48, 8, 14, 560, 75, 560, 500, 7, 65, 14, 302, 18, 454, 26, 142, 687, 8, 30, 360, 22, 116, 7, 11, 774, 337, 175, 348, 165, 418, 400, 306, 168, 646, 20], "output_lens": [15, 62, 25, 1, 100, 740, 1, 1, 19, 392, 2, 395, 1, 1, 8, 172, 42, 125, 36, 586, 2, 1, 134, 1, 1, 1, 33, 225, 4, 58, 10, 1, 32, 519, 129, 12, 222, 1, 1, 2, 275, 7, 491, 1, 1, 25, 230, 2, 1, 10, 206, 77, 339, 767, 1, 1, 5, 8, 4, 37, 1, 1, 205, 15, 41, 24, 17, 158, 1, 24, 150, 138, 11, 1, 66, 35, 10, 221, 23, 1, 1, 124, 21, 25, 21, 295, 12, 14, 1, 23, 32, 1, 412, 1, 1, 415, 1, 1, 16, 572, 1, 6, 1, 10, 21, 12, 1, 280, 391, 610, 20, 22, 1, 30, 38, 300, 354, 339, 8, 171, 457, 146, 239, 1, 198, 1, 140, 1, 25, 2, 1, 124, 26, 720, 62, 11, 22, 481, 109, 13, 41, 1, 9, 1, 2, 39, 149, 1, 1, 1, 10, 769, 213, 14, 1, 162, 161, 76, 39, 169, 3, 52, 1, 1, 1, 1, 1, 50, 1, 18, 48, 13, 551, 16, 1, 6, 7, 2, 1, 103, 154, 1, 15, 110, 1, 53, 15, 607, 1, 1, 1, 1, 11, 362, 1, 1, 43, 42, 266, 67], "ttfts": [0.0429373360000227, 0.032017488000064986, 0.04988118599999325, 0.03422971200006941, 0.06127533700009735, 0.03130330899989531, 0.09149579900008575, 0.07039054200004102, 0.06450349199985794, 0.04573893900010262, 0.0927764959999422, 0.0838228220000019, 0.050276863999897614, 0.03323900600003071, 0.1555744519998825, 0.12318764399992688, 0.05391742799997701, 0.03974746399990181, 0.08694435900019926, 0.12843365899993842, 0.03746781699987878, 0.05727223999997477, 0.14519239599985667, 0.09990074299980733, 0.07205598699988514, 0.0646193590000621, 0.0415149980001388, 0.035004195000055915, 0.04640894700014542, 0.04802288500013674, 0.12545526000008067, 0.062263019000056374, 0.035065730000042095, 0.11786606800001209, 0.04961768599991956, 0.0668082479999157, 0.0341276920000837, 0.04160624799988, 0.1252243039998575, 0.11637149299986049, 0.0389991199999713, 0.03628092500002822, 0.06264100399994277, 0.03863657399983822, 0.05502301899991835, 0.09697729699996671, 0.15307314400001815, 0.07753280299994003, 0.045822556000075565, 0.08049354099989614, 0.03315389799990953, 0.045886154000072565, 0.06077408500004822, 0.17114027399998122, 0.12946003700017172, 0.052821628000174314, 0.11642459600011534, 0.032663109999930384, 0.03886205600019821, 0.045545274999994945, 0.0490131910000855, 0.04931691799993132, 0.12703766300001007, 0.05141164099995876, 0.03223474600008558, 0.11842398199996751, 0.09845966000011686, 0.04077497100001892, 0.07857458700004827, 0.04680278699993323, 0.09809820000009495, 0.13167260599993824, 0.03875158799996825, 0.03964361699991059, 0.06265963199984981, 0.0695646790002229, 0.08968637400016632, 0.051619402000142145, 0.04980885399982071, 0.03868265100004464, 0.07295016400007626, 0.03732695899998362, 0.11542281099991669, 0.08846148599991466, 0.051142879000053654, 0.03996642299989617, 0.06627797500004817, 0.05996121399994081, 0.05181514499986406, 0.06490427800008547, 0.05275840900003459, 0.047926957000072434, 0.04573345899984815, 0.03485584999998537, 0.07863720099999227, 0.05757118699989405, 0.059310376999974324, 0.06163730000002943, 0.0663144810000631, 0.15032640000003994, 0.14473752899993997, 0.1422271180001644, 0.07416108100005658, 0.07160933299996941, 0.07235055900014231, 0.09808616000009351, 0.04186482399995839, 0.03604449600015869, 0.05412832000001799, 0.03949466599988227, 0.03704428900005041, 0.05086268700006258, 0.04317607799998768, 0.049177864000057525, 0.03990330700003142, 0.05299939800011089, 0.03479636799988839, 0.04558000900010484, 0.13761268100006419, 0.04757996800003639, 0.1548820099999375, 0.060098888000084116, 0.06458510799984651, 0.05188934800003153, 0.038700312999935704, 0.09646115299983649, 0.1060731529998975, 0.09335754900007487, 0.03488928699994176, 0.05247067200002675, 0.034087677999878, 0.0407936740000423, 0.1060300639999241, 0.07975009400001909, 0.049471477999986746, 0.03968673800000033, 0.03652723799996238, 0.037761228000135816, 0.03325219499993182, 0.04015160299991294, 0.10459306600000673, 0.03935926700000891, 0.04551961799984383, 0.07897510099996907, 0.052546045000099184, 0.11168325000016921, 0.03294329499999549, 0.03729572400015968, 0.08343585900001926, 0.062315391999845815, 0.03463745500016557, 0.04879391899999064, 0.03703181799983213, 0.0803528470000856, 0.05250883300004716, 0.0465017369999714, 0.037154195999846706, 0.06004352099989774, 0.045487527999966915, 0.06853543800002626, 0.1290602660001241, 0.05422926899996128, 0.0502837050000835, 0.04085638299989114, 0.08074972700001126, 0.06392288000006374, 0.052088533999949505, 0.04487445800009482, 0.03171843700010868, 0.09757966899996973, 0.04708654899991416, 0.12300840699981563, 0.13353421099986917, 0.05559863500002393, 0.04686756199998854, 0.04693614899997556, 0.08252514099990549, 0.04768649700008609, 0.10194553300016196, 0.0392365370000789, 0.06200759900002595, 0.12005625799997688, 0.04345357900001545, 0.0372143499998856, 0.07698043999994297, 0.0485200820000955, 0.05211929899996903, 0.02976539699989189, 0.04885424899998725, 0.14268756100000246, 0.08245424799997636, 0.0657880109999951, 0.07979677899993476, 0.05768243900001835, 0.0934650930000771, 0.08490748100007295, 0.07619316799991793, 0.046297940999920684, 0.13261651400011942, 0.08031194599993796], "itls": [[0.021263259999841466, 0.02155257000003985, 0.02127272699999594, 0.021824687000162157, 0.021100375999822063, 0.02164526299998215, 0.02161790100012695, 0.021502204999933383, 0.021244916000114245, 0.02185118599982161, 0.021482449000131965, 0.0213847560000886, 0.021538452999948277, 0.021649198999966757], [0.02166288499984148, 0.021479102000057537, 0.02160065900011432, 0.021614273999830402, 0.021510511000087718, 0.021551757999986876, 0.021591893000049822, 0.02160362399990845, 0.02136418899999626, 0.021547600000076272, 0.02160014800006138, 0.02180353699986881, 0.021491173999947932, 0.02158936800014999, 0.021496214999842778, 0.021610116000147173, 0.021597692999876017, 0.021614485000100103, 0.021423549000019193, 0.021692600000051243, 0.021552699999801916, 0.02162089700004799, 0.02174178099994606, 0.02134548399999403, 0.021876388999999108, 0.02136859700021887, 0.021476567999798135, 0.021621829000196158, 0.021470707999924343, 0.02172079299998586, 0.021372604999896794, 0.021692120000125215, 0.021488379999937024, 0.021306120999952327, 0.0215716049999628, 0.021736102000204482, 0.02143612299983033, 0.021322792000091795, 0.021469475000003513, 0.021584158999985448, 0.021543563000022914, 0.0213303549999182, 0.021781106000162254, 0.021661252999820135, 0.021461178999970798, 0.021613498000078835, 0.021703270999978486, 0.021340575000067474, 0.02170120699997824, 0.021555405000071914, 0.02158788499991715, 0.021597453999902427, 0.021597874000008233, 0.02159808500005056, 0.02156015400009892, 0.02165959900003145, 0.021438196999952197, 0.037428551999937554, 0.02910330999998223, 0.020585909000146785, 0.020978739999918616], [0.020815555999888602, 0.020530145000066113, 0.020998898000016197, 0.020361881999860998, 0.02149994199999128, 0.021680959000150324, 0.021813244999975723, 0.02114504099995429, 0.021731984000098237, 0.021374868999828323, 0.021681570000055217, 0.021570113000052515, 0.021543132000033438, 0.02157703600005334, 0.021595088999902146, 0.02162644800000635, 0.02152420700008406, 0.021574419999979, 0.02154157999984818, 0.021700415000168505, 0.021397630999899775, 0.021660100999952192, 0.02157777599995825, 0.021583418000091115], [], [0.02208384000005026, 0.02187309699979778, 0.021828234000167868, 0.02180559099997481, 0.02165895799998907, 0.02170722799996838, 0.02159560099994451, 0.02186286799997106, 0.021607652000056987, 0.021934872999963773, 0.0217085900001166, 0.021150811999859798, 0.021598695000193402, 0.021474183999998786, 0.021763912999858803, 0.022112723999953232, 0.021231913000065106, 0.02157555200005845, 0.021499540999911915, 0.022002479000093444, 0.021429850999993505, 0.021602983999855496, 0.03840063400002691, 0.028289944000107425, 0.020904301999962627, 0.02100001999997403, 0.020835815000054936, 0.02102528699992945, 0.020952151000074082, 0.020968370999980834, 0.020896457999924678, 0.02079770299997108, 0.020642895000037242, 0.020786212000075466, 0.021051767000017207, 0.020737570999926902, 0.0208089039999777, 0.020839401000102953, 0.021027160999892658, 0.020911917000148605, 0.020882740999923044, 0.020998528000063743, 0.020934657999987394, 0.021002746000021943, 0.0207439030000387, 0.020720909999909054, 0.021019817000023977, 0.02101393599991752, 0.02085686899999928, 0.020717093000030218, 0.02100818500002788, 0.020982086999993044, 0.02092095300008623, 0.02098858899989864, 0.02088860300000306, 0.02094707199989898, 0.020915563000016846, 0.02054023400000915, 0.020823721000169826, 0.02129690399988249, 0.02074512500007586, 0.02120642499994574, 0.020604403000106686, 0.02085712399980366, 0.02174187300010999, 0.02076835899993057, 0.02077805600015381, 0.021067415999823424, 0.020626284000172745, 0.021030827999993562, 0.020874485999911485, 0.039015340000105425, 0.07718046399986633, 0.021265064000090206, 0.021051195999916672, 0.021064470000055735, 0.0210572470000443, 0.020708937999870614, 0.020779269000058775, 0.020903599999883227, 0.020985343000120338, 0.020945307999909346, 0.020922746999985975, 0.02072915600001579, 0.02096418300016012, 0.021046045999810303, 0.02088679000007687, 0.020838830000002417, 0.020967098000028273, 0.020916034000038053, 0.020948774999851594, 0.020869337000021915, 0.02090957200016419, 0.020766133999813974, 0.020861403000026257, 0.03814237200003845, 0.05712285999993583, 0.021018925000134914, 0.021097161999932723], [0.021083135000026232, 0.020915252000122564, 0.020998937999820555, 0.020836226000028546, 0.021023713999966276, 0.02095270200015875, 0.020968360999859215, 0.02089653799998814, 0.02079748300002393, 0.020642564000127095, 0.020786983999869335, 0.02104828999995334, 0.02072874500004218, 0.020821307000005618, 0.020844741000018985, 0.021020909000071697, 0.020917656999927203, 0.020877993000112838, 0.020998847999862846, 0.020933356000114145, 0.021003547999953298, 0.020743452000033358, 0.02072088999989319, 0.021021269000129905, 0.021007044000043607, 0.02082276499982072, 0.02073904400003812, 0.021015197999986412, 0.020993769000142493, 0.020925300999806495, 0.02098340000020471, 0.020889583999860406, 0.02094604000012623, 0.020921293999890622, 0.020539632000009078, 0.02082371200003763, 0.021292234999918946, 0.02074539599993841, 0.021211714000173743, 0.020604032999926858, 0.020852135000041017, 0.02174090099993009, 0.020764050000025236, 0.020788656999911836, 0.021057056000017838, 0.02063058200019441, 0.02103073799980848, 0.020873955000070055, 0.03901554000003671, 0.0771864949999781, 0.021259643999883338, 0.021038883000073838, 0.021066563999966093, 0.021067046000098344, 0.020709167999939382, 0.02077913800007991, 0.02091308800004299, 0.02097911199984992, 0.020947843000158173, 0.02092302699998072, 0.020697475999895687, 0.020996164000052886, 0.021041987999979028, 0.020884986000055505, 0.020843097999886595, 0.02096377299994856, 0.0209196600001178, 0.02094322499988266, 0.02086850500018045, 0.020869537999942622, 0.020816187000036734, 0.020852725999930044, 0.03814598999997543, 0.057119553000120504, 0.02102435599999808, 0.02109694099999615, 0.021000029999868275, 0.021553371999971205, 0.02168059800010269, 0.021669247000090763, 0.02154135899991161, 0.022089379999897574, 0.02101615100013987, 0.02149262800003271, 0.02182937599991419, 0.021483600999999908, 0.02165651399991475, 0.02150325800016617, 0.021580080999910933, 0.02156843900002059, 0.021560585000088395, 0.021533094000005804, 0.02147526499993546, 0.02165679499989892, 0.021540567000101873, 0.02147152899988214, 0.021654781000052026, 0.0216180610000265, 0.021609647000104815, 0.021592633999944155, 0.021551918999875852, 0.021581753999953435, 0.02166697400002704, 0.021602082000072187, 0.021761058000038247, 0.021573980000084703, 0.021655120999866995, 0.02151367700002993, 0.0217008069998883, 0.02174870500016368, 0.021534816999974282, 0.021679005999885703, 0.021714600999985123, 0.02158746500003872, 0.021674948000054428, 0.021722345999933168, 0.021585372000117786, 0.021668135000027178, 0.021590600999843446, 0.021598816000050647, 0.02163180699994882, 0.021557920000077502, 0.02142873899992992, 0.021629623000080755, 0.022056098999883034, 0.021138488000133293, 0.02170505399999456, 0.021411227000044164, 0.021777257999929134, 0.02153791299997465, 0.02138586900014161, 0.021728296999981467, 0.02161301299997831, 0.021694084000046132, 0.021709381999926336, 0.021506783999939216, 0.021673526000085985, 0.021650332000035633, 0.021438206999846443, 0.021715502999995806, 0.021620076000090194, 0.021658857999909742, 0.022267111000019213, 0.020893962999934956, 0.021439599000132148, 0.02178918100003102, 0.02176354299990635, 0.021586453000054462, 0.02167951699993864, 0.02156807899996238, 0.021556076000024404, 0.021698061000051894, 0.02147524599990902, 0.021626849000085713, 0.021618341000021246, 0.021848010999974576, 0.021769805000076303, 0.021608913999898505, 0.02174663200003124, 0.02159531999996034, 0.021642327000108708, 0.02160122999998748, 0.021736692999866136, 0.02159106200019778, 0.02171601399982137, 0.021384437000051548, 0.021407258999943224, 0.02218080100010411, 0.021153946999902473, 0.021610928999962198, 0.021350663000021086, 0.02185653700007606, 0.022153690000095594, 0.03805995899983827, 0.04184460100009346, 0.021083144999920478, 0.02097620600011396, 0.021080360000041765, 0.020926744000007602, 0.020831706999842936, 0.021068647999982204, 0.02073188100007428, 0.020889053000018976, 0.020845441999881587, 0.020865018999984386, 0.020883694000076503, 0.020773358000042208, 0.021034593999956996, 0.020498105000115174, 0.020831666999811205, 0.020850091000056636, 0.020672419999982594, 0.02112407100003111, 0.0212090499999249, 0.021494922000101724, 0.02169744000002538, 0.021606389999988096, 0.021545697999954427, 0.02222897000001467, 0.020879205000028378, 0.02176545699990129, 0.022556230000191135, 0.021428979999882358, 0.02158086200006437, 0.02165963900006318, 0.021706306999931257, 0.02158830600001238, 0.021679016000007323, 0.021585812000012083, 0.02170845000000554, 0.02134166699988782, 0.02211278400000083, 0.021299448000036136, 0.02160861500010469, 0.02163540399988051, 0.021733075999918583, 0.02163415200016061, 0.02140924799982713, 0.02134131600018918, 0.02178030499999295, 0.021859951999886107, 0.021447965000106706, 0.02138255299996672, 0.021521051000036096, 0.021582946999842534, 0.021699503000036202, 0.02136917000007088, 0.021717517000070075, 0.021709241999815276, 0.021691640000199186, 0.021794179999915286, 0.021135813999990205, 0.0218175140000767, 0.021720993999906568, 0.021344763000115563, 0.022062209999830884, 0.021365500999991127, 0.02168207199997596, 0.021419803000071624, 0.02148654699999497, 0.02186102500013476, 0.021659279000004972, 0.02167099099983716, 0.021529868000015995, 0.021807405000117797, 0.021736171999918952, 0.021687572000018918, 0.021640784000055646, 0.02170258000001013, 0.02152281500002573, 0.021780203999924197, 0.021648538999897937, 0.021580122000159463, 0.021627809999927194, 0.021926877999931094, 0.021679226000060225, 0.021167303000083848, 0.021787266999808708, 0.021533054000201446, 0.02181462799990186, 0.02145217399993271, 0.021512434999976904, 0.021707429000116463, 0.02231501100004607, 0.020985212999903524, 0.02155705800009855, 0.021680578999848876, 0.021356304000164528, 0.02199685799996587, 0.021230070000001433, 0.021534064999968905, 0.02168435699991278, 0.021626227000069775, 0.021679847000086738, 0.02167269399978977, 0.02155690900008267, 0.0219926800000394, 0.021327620999954888, 0.02175516800002697, 0.021927408000010473, 0.02109341499999573, 0.021511353000050804, 0.021819949000018823, 0.021496274999890375, 0.021634863000144833, 0.021625346999826434, 0.021562158000051568, 0.021686308999960602, 0.021509289000050558, 0.021603985999945508, 0.021717758000022513, 0.021640805000060936, 0.02171754799996961, 0.021699964999925214, 0.021571075000110795, 0.02161545700005263, 0.02168873400000848, 0.021612110999967626, 0.02166345699993144, 0.021753563999936887, 0.021450169999980062, 0.021709192000116673, 0.021644230999982028, 0.021650902999908794, 0.02161906500009536, 0.02179784700001619, 0.02161627899999985, 0.02148337099993114, 0.02172299800008659, 0.0216994039999463, 0.02173236499993436, 0.021646335000014005, 0.02168841299999258, 0.021755659000064043, 0.02162443399993208, 0.021646305000103894, 0.021361844000011843, 0.021740961999967112, 0.021712687999979607, 0.021586723999917012, 0.021695156000077986, 0.021720072000107393, 0.021486897999920984, 0.021742885000094248, 0.021620887999915794, 0.037374832000068636, 0.027661363999868627, 0.02089448300012009, 0.020918047999884948, 0.020905894999941665, 0.020939128000009077, 0.021055915000033565, 0.02071327600015138, 0.020879906999880404, 0.020911745999910636, 0.020939548000114883, 0.020794517000013002, 0.020939387999987957, 0.0206803050000417, 0.021019095999918136, 0.021167372000036266, 0.020712044999982027, 0.020968741999922713, 0.02095879400008016, 0.020783677000054013, 0.021778862000019217, 0.020205861000022196, 0.03721075699991161, 0.07671945600009167, 0.021498829999927693, 0.02115184300009787, 0.02123635199995988, 0.02078957799994896, 0.02109350499995344, 0.021032790999925055, 0.021005662000106895, 0.020648123999990275, 0.020898342000009507, 0.021156200999939756, 0.021348170000010214, 0.0204725270000381, 0.020990914000094563, 0.020852885999829596, 0.021036899000137055, 0.020914722000043184, 0.020994159999872863, 0.02092817700008709, 0.02073385399990002, 0.02102233300001899, 0.020888442000114082, 0.020844801999828633, 0.020905003000052602, 0.02111420400001407, 0.020912487000032343, 0.020670526999992944, 0.021098904999917067, 0.021192288000065673, 0.020666900999913196, 0.020933205000119415, 0.020897620999903666, 0.020993478000036703, 0.021065112000087538, 0.020848537999881955, 0.020898341000020082, 0.021055995000097028, 0.020717114000035508, 0.02110314199990171, 0.020968021000044246, 0.020845141999870975, 0.02065226300010181, 0.020931542999960584, 0.021243383999944854, 0.020878994999975475, 0.020998097000074267, 0.02093715399996654, 0.020896748000041043, 0.020803655000008803, 0.02106406899997637, 0.020881410000129108, 0.020588944999872183, 0.021096630000101868, 0.02093302599996605, 0.020752899999934016, 0.02100715400001718, 0.020901176000052146, 0.02078428899994833, 0.020857615000068108, 0.02091514299991104, 0.02103428400005214, 0.021002735999900324, 0.020927696000171636, 0.02096448399993278, 0.020857825999883062, 0.02096461500013902, 0.02086442699987856, 0.02074002700010169, 0.020884686000044894, 0.021347105999893756, 0.03780789999996159, 0.07782508700006474, 0.021348189000036655, 0.021089387000074566, 0.021044113000016296, 0.021155760999818085, 0.02128763600012462, 0.020787595000001602, 0.021310438999989856, 0.020903501000020697, 0.021230028999980277, 0.021204783000030147, 0.021151070999849253, 0.021020630000066376, 0.02134339999997792, 0.021478682999941157, 0.020532489000061105, 0.02123827400009759, 0.021087093000005552, 0.021144800999991276, 0.02125479500000438, 0.020988619000036124, 0.02124626999989232, 0.020954875999905198, 0.0209950519999893, 0.02114668400008668, 0.02096939300008671, 0.021164376999877277, 0.021172352000121464, 0.021120424999935494, 0.02122747399994296, 0.02109053000003769, 0.02095183000005818, 0.03814460700004929, 0.026821237999911318, 0.02122416800011706, 0.021071563999839782, 0.02105548400004409, 0.02117340399991008, 0.02114073300003838, 0.021130323000079443, 0.020930130999886387, 0.02089123800010384, 0.021372493999933795, 0.02097491400013496, 0.020993577999888657, 0.021146624000039083, 0.02118456499988497, 0.02113470100016457, 0.021078967999983433, 0.02106476099993415, 0.02115575099992384, 0.021084969000185083, 0.02091449099998499, 0.021326218000012886, 0.021057367999901544, 0.021013596000102552, 0.020983349999823986, 0.02108405700005278, 0.021050685000091107, 0.0210453449999477, 0.02112261899992518, 0.021317552000027717, 0.021052829000154816, 0.021375049999960538, 0.020992115999888483, 0.021041147000005367, 0.0210383720000209, 0.021179634999953123, 0.021083907000047475, 0.021103233000076216, 0.03783479999992778, 0.027095178000081432, 0.02118705999987469, 0.021159486999977162, 0.021163305000072796, 0.021352337000053012, 0.02085124299992458, 0.02108566099991549, 0.021124191000126302, 0.021154909999950178, 0.02109695100011777, 0.021189743999912025, 0.021085589999984222, 0.0211713599999257, 0.021097933000191915, 0.021244205999892074, 0.02115731300000334, 0.02112457299995185, 0.0211649180000677, 0.02111931299987191, 0.021149760000071183, 0.021862176000013278, 0.02059812300012709, 0.021167100999946342, 0.021174796999957834, 0.021832129999893368, 0.020847457000172653, 0.02128346899985445, 0.021215071000142416, 0.021243233999939548, 0.021014307000086774, 0.020897559999866644, 0.021382483000024877, 0.021047720000069603, 0.021155349999844475, 0.02120215700006156, 0.021203830000104062, 0.0212087799998244, 0.02118242000005921, 0.021735862000014095, 0.020619531999955143, 0.021223297000005914, 0.021145640999975512, 0.020847277000029862, 0.02102767200017297, 0.021276775999922393, 0.021055423999996492, 0.02109462699991127, 0.021191878000081488, 0.021082363999994413, 0.02127860900009182, 0.0210147389998383, 0.021016010000039387, 0.0210659530000612, 0.021146293999890986, 0.02092030100016018, 0.0211655199998404, 0.02116709200004152, 0.021325337000007494, 0.0210949370000435, 0.021232083000086277, 0.02115549999984978, 0.021156973999950424, 0.021144628999991255, 0.02114453100011815, 0.021117137999908664, 0.02118598800007021, 0.02193300899989481, 0.020121543000186648, 0.02132313299989619, 0.02116062899995086, 0.021181660000138436, 0.021194982999986678, 0.021155550999992556, 0.02112497300004179, 0.021284761999822877, 0.021223226000074646, 0.02115762500011442, 0.02113781699995343, 0.02120588399998269, 0.021130944999868007, 0.021016611000050034, 0.02130706299999474, 0.021202507999987574, 0.021124252000163324, 0.021289919999844642, 0.021166512000036164, 0.021163244000035775, 0.02114938899990193, 0.021123992000184444, 0.021173904999841398, 0.021172482000110904, 0.021221502999878794, 0.02118731900009152, 0.021115646999987803, 0.020993467999915083, 0.021244987000045512, 0.021138888999985284, 0.021184363999964262, 0.021144450000065262, 0.021617972000058217, 0.020710581999992428, 0.021454377000054592, 0.021005810999895402, 0.021290812999950504, 0.020788065000033384, 0.02132459600011316, 0.021186838999938118, 0.02116111100008311, 0.021303235999994286, 0.021030256999893027, 0.02107865700008915, 0.021227896000027613, 0.02116311399981896, 0.02118201999996927, 0.02126027500003147, 0.02108443800011628, 0.02118592700003319, 0.02134097699990889, 0.02128450000009252, 0.021045825999863155, 0.021199493000040093, 0.03911657799994828, 0.21544005400005517, 0.022110529999963546, 0.021626568000101543, 0.021558141000014075, 0.02200344099992435, 0.02200823900011528, 0.022050748999845382, 0.021566817000120864, 0.021823033999908148, 0.02149672600012309, 0.022069663999900513, 0.021599557999934405, 0.021727496000039537, 0.021863990999918315, 0.021731975000193415, 0.02190410499997597, 0.02178174699997726, 0.021850696000001335, 0.02162629700001162, 0.02188911799999005, 0.02179819899993163, 0.021834304000094562, 0.021775076000039917, 0.02173386799995569, 0.021842891000005693, 0.021741291999887835, 0.021646826000051078, 0.021861906999902203, 0.02146205100007137, 0.021651796000014656, 0.021930684999915684, 0.0217145920000803, 0.021675278999964576, 0.021817063000071357, 0.02184366200003751, 0.02187693499990928, 0.021688784999923882, 0.021862026000007972, 0.02172667500008174, 0.022224241999992955, 0.021446922999984963, 0.021559503999924345, 0.022315953000088484, 0.021426154999971914, 0.021534937000069476, 0.0214636050000081, 0.02195427800006655, 0.021614144999830387, 0.02179457200008983, 0.02200601499998811, 0.021573209000052884, 0.021544774999938454, 0.02176942500000223, 0.021752462999984346, 0.021725963000108095, 0.021826019999934942, 0.021795172999873103, 0.02208836800014069, 0.021423188999960985, 0.021788000000015018, 0.021716644999969503, 0.021734740000056263, 0.02153367599999001, 0.02176341299991691, 0.021691638999982388, 0.02179135500000484, 0.021364941000001636, 0.022043766000024334, 0.02169112799992945, 0.021609236000131204, 0.021976499999937005, 0.0213960590001534, 0.021543382999880123, 0.021790713999962463, 0.021477560999983325, 0.021878757999957088, 0.02185373200018148, 0.021683123000002524, 0.021792657999867515, 0.021586633999959304, 0.03879119200018977, 0.0781471769998916, 0.022154731999989963, 0.02177880199997162, 0.02157186600015848, 0.02173829699995622, 0.022175580999828526, 0.021470628000088254, 0.021658758000057787, 0.021776237000040055, 0.021919834999835075, 0.021681280000166225, 0.021941283999922234, 0.02175100099998417, 0.021675038000012137, 0.021959849000040776, 0.021378405999939787, 0.02176876299995456, 0.02246975000002749, 0.02146192100008193, 0.022035008999864658, 0.02155984400019406, 0.021972753999989436, 0.021598344999802066, 0.021770937000155755, 0.02178166799990322, 0.021750959999963015, 0.021706085999994684, 0.021819578000076945, 0.02178778899997269, 0.021997758999987127, 0.02156101600007787, 0.02185384199992768, 0.021337951000077737, 0.021863468999981706, 0.021778972999982216, 0.02152525900010005, 0.02217534099986551, 0.021390128000120967, 0.020504065999830345, 0.02120073500009312, 0.021189434000007168, 0.021478751999893575, 0.021328863000007914, 0.021045275999995283, 0.021424381000088033, 0.02095548800002689], [], [], [0.02123515900007078, 0.02103022599999349, 0.021030007000035766, 0.021075499999824387, 0.020914201000096, 0.020844200000055935, 0.021066754999992554, 0.020732871999825875, 0.020889765000219995, 0.020821998999963398, 0.020888631999923746, 0.020883683999954883, 0.02077325799996288, 0.021033402000057322, 0.02049965800006248, 0.020836164999991524, 0.020843267999907766, 0.02067303100011486], [0.02066080900021916, 0.020896146999803022, 0.020914401000027283, 0.02090471300016361, 0.020939267999892763, 0.021057036000001972, 0.02073183099992093, 0.02085985000007895, 0.02091117400004805, 0.020942483999988326, 0.020786702999885165, 0.020945339000036256, 0.02068878099998983, 0.021010168999964662, 0.02122676300018611, 0.020658544999832884, 0.02096212900005412, 0.020960237000053894, 0.020783267000069827, 0.021777849999807586, 0.020206812000196805, 0.037210556999980327, 0.07675019299995256, 0.021468884999876536, 0.02115210300007675, 0.021236101000113194, 0.02091134499983127, 0.021031550000088828, 0.020973680999986755, 0.021009218000017427, 0.02063850700005787, 0.020897499999819047, 0.021163484999988214, 0.021353169000121852, 0.02046725700006391, 0.020988088999956744, 0.02086312500000531, 0.02103895300001568, 0.020910033999825828, 0.02099163400021098, 0.02092353899979571, 0.02072952600019562, 0.021024135999823557, 0.020938295000178186, 0.02080680099993515, 0.02090429200006838, 0.021112299999913375, 0.020913378999921406, 0.020694100000127946, 0.02111596700001428, 0.021143387999927654, 0.020668512999918676, 0.0209316130001298, 0.020898070999919582, 0.02099352799996268, 0.021067006000066613, 0.02084785700003522, 0.02089770999987195, 0.021065292000002955, 0.020709530000203813, 0.021101077999901463, 0.020967631000075926, 0.020840021999902092, 0.020704810000097496, 0.020915753999815934, 0.021214170000121157, 0.02092379800001254, 0.020951701000058165, 0.02094252299980326, 0.020893102000172803, 0.02079271399998106, 0.02107216499985043, 0.020882642000060514, 0.020585557999993398, 0.021185467000123026, 0.020847856999807846, 0.02074926300019797, 0.021009177999985695, 0.020901746999925308, 0.02078561100006482, 0.020856312999967486, 0.020919810999885158, 0.02103310200004671, 0.020999249999931635, 0.020929308000177116, 0.02096270199990613, 0.02085328699990896, 0.020969434000107867, 0.020869597000000795, 0.020747410000012678, 0.020872754000038185, 0.021351834999904895, 0.03780820099996163, 0.07782369400001699, 0.021344041000020297, 0.021090339000011227, 0.021045104999984687, 0.021170428000004904, 0.021271606000027532, 0.020842267000034553, 0.021267638999916016, 0.020963744000027873, 0.021163975000035862, 0.02119284099990182, 0.0211509709999973, 0.0210799000001316, 0.021291733999987628, 0.02154764100009743, 0.0204614969998147, 0.021247532000188585, 0.021144800999991276, 0.021142054999927495, 0.021193550999896615, 0.021056715999975495, 0.0211756780001906, 0.020955036999794174, 0.020996083, 0.021148046000007525, 0.021036199000036504, 0.021089236000079836, 0.021242282999992312, 0.021108692000098017, 0.021175137000000177, 0.021089397999958237, 0.021004608999874108, 0.03814422599998579, 0.026774230000000898, 0.02122018099998968, 0.02106961100002991, 0.021120764999977837, 0.02125470500004667, 0.02099681499998951, 0.021140912999953798, 0.02093174300011924, 0.020876741999927617, 0.021380629000077533, 0.02097598599993944, 0.020985893999977634, 0.021145071000091775, 0.021193420999907175, 0.02112611500001549, 0.021080150999978287, 0.021062937000124293, 0.02115846599986071, 0.021083696999994572, 0.020920101999990948, 0.021321138000075734, 0.021057959000017945, 0.02103881299990462, 0.020963052000070093, 0.02107942800012097, 0.021127458999899318, 0.02103346200010492, 0.021098543999869435, 0.021275024000033227, 0.02111947200000941, 0.02130836600008479, 0.02099335799994151, 0.021051406999959, 0.021064239999986967, 0.021141865000117832, 0.02109743199980585, 0.02114250600016021, 0.0377866300000278, 0.027090428999827054, 0.021188402000007045, 0.021172191000005114, 0.02115014100013468, 0.021351265000021158, 0.020852274999924703, 0.021086130999947272, 0.02111845100012033, 0.021167112999819437, 0.021097812000107297, 0.02118117899999561, 0.021092662999990353, 0.0211659999999938, 0.021096599999964383, 0.021249155000077735, 0.02115261499989174, 0.021127188000036767, 0.0211620520001361, 0.021118340999919383, 0.021150821999981417, 0.021903393000002325, 0.020557376999931876, 0.021173153000063394, 0.021170879000010245, 0.021828753999898254, 0.020898031000115225, 0.02127757800008112, 0.021260906999941653, 0.0211530760000187, 0.02101448700000219, 0.020998326999915662, 0.02133830200000375, 0.020990882999967653, 0.02115524999999252, 0.02122892700003831, 0.021247933000040575, 0.021138187999895308, 0.0211834720000752, 0.0217346599999928, 0.020616946000018288, 0.02122553100002733, 0.02114622299995972, 0.020902249000073425, 0.021030927999845517, 0.021218798000063543, 0.02113470199992662, 0.02107033200013575, 0.021141102999990835, 0.0210772549999092, 0.021281434000002264, 0.02101207400005478, 0.021071583000093597, 0.021006793999958973, 0.021148367000023427, 0.02091796699983206, 0.021239728000182367, 0.021151452999902176, 0.02127402099995379, 0.021091561000048387, 0.021232965000081094, 0.02115681199984465, 0.021154559000024165, 0.02114586200013946, 0.02114587300002313, 0.02111467399981848, 0.021186288000080822, 0.021933198999931847, 0.02011737600014385, 0.021329203999812307, 0.02115875600020445, 0.021181729999852905, 0.021194993000108298, 0.021158045999982278, 0.02117623799995272, 0.02123084100003325, 0.021222866000016438, 0.021160980999866297, 0.021134942000117007, 0.02120570400006727, 0.021131073999868022, 0.02107944900012626, 0.02124393499980215, 0.021203380000088146, 0.021188060999975278, 0.02122563100010666, 0.02116640099984579, 0.021166640000046755, 0.02114564299995436, 0.02112386100020558, 0.021174545999883776, 0.021173564000037004, 0.021220100999926217, 0.02118748900011269, 0.021111829999881593, 0.021053428999948665, 0.021188753000160432, 0.02113872899985836, 0.02118447400016521, 0.021144960999890827, 0.021617590999994718, 0.020742791999964538, 0.021476848000020254, 0.021042681000153607, 0.021200663999934477, 0.020782014999895182, 0.02133080700014034, 0.021185114999980215, 0.021161982999956308, 0.02130256400005237, 0.02103143999988788, 0.021135061999984828, 0.02117009800008418, 0.021221041999979207, 0.02114100399990093, 0.021243093000066438, 0.02108474900001056, 0.021186798999906387, 0.021338211000056617, 0.02128647400013506, 0.021045986999979505, 0.021199281999997766, 0.03917515700004515, 0.21537852999995266, 0.022149671999841303, 0.021606892000136213, 0.021537302000069758, 0.02200800899981914, 0.022015512000052695, 0.022038597000118898, 0.02158871699998599, 0.021805782000001273, 0.02149685699987458, 0.02206932300009612, 0.021595279999928607, 0.021732155000108833, 0.021863890999838986, 0.021731904000034774, 0.02190666000001329, 0.021779654000056325, 0.021850364999863814, 0.021626738000122714, 0.02188883700000588, 0.02179962099990007, 0.021832531999962157, 0.021775656000045274, 0.021732967000161807, 0.021845064999979513, 0.0217350399998395, 0.0216724140000224, 0.021832161000020278, 0.02153679100001682, 0.021581575000027442, 0.021935302999963824, 0.02170979300012732, 0.021746972999835634, 0.021749597000052745, 0.021844353999995292, 0.021876994999956878, 0.02168822400017234, 0.021861584999896877, 0.021729520999997476, 0.022222076999923956, 0.021447164000164776, 0.021558771999934834, 0.022318067000014707, 0.021488632000000507, 0.0214705870000671, 0.021511663999945085, 0.022008770999946137, 0.02158435899991673, 0.021721975999980714, 0.022008179000067685, 0.02157059399996797, 0.021544435000123485, 0.021769975999859525, 0.021752653000021382, 0.02172580299998117, 0.021825498999987758, 0.021795742999984213, 0.02209081400019386, 0.021420734000002994, 0.02178777899985107, 0.02181854600007682, 0.021633862000044246, 0.02152865599987308, 0.02176754000015535, 0.021687351999844395, 0.02186022299997603, 0.021296343000130946, 0.02204822399994555, 0.02178637599990907, 0.021516814000051454, 0.021972562999962975, 0.02139640900008999, 0.021539346000054138, 0.021800371999916024, 0.02146790200004034, 0.021884458999920753, 0.021852259000070262, 0.021683323999923232, 0.021792588000153046, 0.021584208999911425, 0.03879402799998388, 0.0781468049999603, 0.0221545930000957, 0.02177988399989772, 0.021567117000131475, 0.021737554999845088, 0.022187784000152533, 0.021462641999960397, 0.021664579999878697, 0.021766679000165823, 0.02191990500000429, 0.021680949000028704, 0.021946033999938663, 0.021746291999988898, 0.02167688100007581, 0.021961993999866536, 0.021376001000135147, 0.021763242999895738, 0.02247808500010251, 0.02146248199983347, 0.02203094200012856, 0.02155937299994548, 0.021973204000005353, 0.021602092999955858, 0.021765697000091677], [0.02100085200004287], [0.021581613999842375, 0.021344041000020297, 0.021091452000064237, 0.02104543499990541, 0.021168754999962403, 0.021249235000141198, 0.020841875999849435, 0.02129790500021045, 0.020940579999887632, 0.021186407999948642, 0.021178192999968815, 0.021150571000134732, 0.021064931999944747, 0.02131725100002768, 0.021522164000089106, 0.02049316599982376, 0.021254635000104827, 0.021106408999912674, 0.021142476000022725, 0.021222625000064, 0.02102762200001962, 0.02121939999983624, 0.020940840000093885, 0.02099582300002112, 0.021148957999912454, 0.02100527100014915, 0.02112028399983501, 0.02121162500020546, 0.021108712999875934, 0.021216423999931067, 0.021086863000164158, 0.020966316999874834, 0.03814818399996511, 0.026808324000057837, 0.02122371700011172, 0.021069119999992836, 0.02107937799996762, 0.021255136000036146, 0.021025428000029933, 0.02114897799992832, 0.020936312000003454, 0.020864918999905058, 0.02138920600009442, 0.020975415000066278, 0.02099030199997287, 0.021140752999826873, 0.021195535000060772, 0.021125002999951903, 0.02104146800002127, 0.021063167999955112, 0.02119737900011387, 0.02108536900004765, 0.020908931999883862, 0.021333601000151248, 0.02105375099995399, 0.02105035499994301, 0.020953323999947315, 0.021082302999957392, 0.021088045000169586, 0.021031027999924845, 0.021095929000011893, 0.021315067999921666, 0.021084217000179706, 0.02134302999979809, 0.020998538000185363, 0.021048771999858218, 0.02105030400002761, 0.021154498999976568, 0.021100287000081153, 0.021100667999917277, 0.037815915000010136, 0.02710016700007145, 0.021190997000076095, 0.021172310999872934, 0.021149159000060536, 0.021347998999999618, 0.02086480799994206, 0.021067847000040274, 0.02112518400008412, 0.02117029799978809, 0.021057186999996702, 0.02121897900019576, 0.02109296399999039, 0.02116800399994645, 0.021093543999995745, 0.021252381000067544, 0.02116863499986721, 0.02113161600004787, 0.02113864900002227, 0.021118821000072785, 0.021151362999944467, 0.021924622999904386, 0.02053959299996677, 0.02116897600012635, 0.02117452599986791, 0.02182543800017811, 0.02085963899980925, 0.021307674000127008, 0.021234768999875087, 0.021186858000191933, 0.02101772399987567, 0.021000320999974065, 0.02129423900009897, 0.021030646999861347, 0.021155210000188163, 0.021234487999890916, 0.02120646499997747, 0.0211779020000904, 0.021181178000006184, 0.021733757999982117, 0.020618299000034312, 0.021224529999926744, 0.021106508000002577, 0.020901527999967584, 0.0210312880001311, 0.02125973499983047, 0.02109661999998025, 0.02106662599999254, 0.021202317000188486, 0.02101663199982795, 0.021321249000038733, 0.021012744000017847, 0.021033032000104868, 0.021002814999974362, 0.02118150000001151, 0.020918467999990753, 0.021212536999883014, 0.021147064000160753, 0.021314666999842302, 0.021091812000122445, 0.02123260400003346, 0.021156441999892195, 0.021152555000071516, 0.02114785599997049, 0.02114536199997019, 0.0211146239998925, 0.021186047000128383, 0.021931866999921112, 0.020109800999989602, 0.02134292000005189, 0.021164768000062395, 0.02117102900001555, 0.021194764000028954, 0.021164666999993642, 0.0211307439999473, 0.02126992400008021, 0.02122424799995315, 0.021162043000003905, 0.02113291799992112, 0.021205403000067236, 0.021131785999841668, 0.021042279000084818, 0.021281025000007503, 0.021203259000003527, 0.02114834700000756, 0.021226051999974516, 0.02116680099993573, 0.021204792000162342, 0.02114557300001252, 0.0211250629999995, 0.02117331399995237, 0.021174434999920777, 0.021219860999963203, 0.02117974500015407, 0.021150611999928515, 0.020982566999919072, 0.02122955900017587, 0.021137415999874065, 0.021183421999921848, 0.02114661500013426, 0.02161750999994183, 0.020747721000134334, 0.021431844999824534, 0.02108679299999494, 0.021156892000135485, 0.020822299999963434, 0.021341045999861308, 0.02118322200021794, 0.02116309499979252, 0.02130259500017928, 0.021031227999856128, 0.021089598000116894, 0.021215091999920332, 0.02117509599997902, 0.021177191000106177, 0.021252521999940654, 0.021084959000063463, 0.021189122999885512, 0.021325868000076298, 0.0212972039998931, 0.021045535999974163, 0.021200003000103607, 0.03912912200007668, 0.21542281200004254, 0.02215717599983691, 0.021580892999963908, 0.021551990000034493, 0.022018128000127035, 0.0220295089998217, 0.022013279000020702, 0.021571505000110847, 0.021838272999957553, 0.021498199000006935, 0.022023769000043103, 0.021627219000038167, 0.021745068999962314, 0.02187188499988224, 0.021764816000086284, 0.021919112999967183, 0.02178871099999924, 0.021848842000053992, 0.021629093000001376, 0.021887394000032145, 0.0217998319999424, 0.021834304000094562, 0.021780865999971866, 0.02172686599988083, 0.02184380200014857, 0.02171599499979493, 0.021670459999995728, 0.021817214000066087, 0.02146354399997108, 0.02167973800010259, 0.021958537000045908, 0.02167754199990668, 0.021659429999999702, 0.02185967300010816, 0.02183976499986784, 0.021867296999971586, 0.021699534000163112, 0.02186184599986518, 0.021732787000019016, 0.022113295000053768, 0.021556808000013916, 0.02152090100003079, 0.02231827799982966, 0.021401949000164677, 0.02155866199996126, 0.02142049400003998, 0.022014801999830524, 0.021582185000170284, 0.0217207639998378, 0.022094711000136158, 0.02148554499990496, 0.021630866000123206, 0.021770706999859613, 0.02179964100014331, 0.02167960699989635, 0.02182366500005628, 0.021795663999910175, 0.022092104999956064, 0.021420174000013503, 0.021786957000131224, 0.021821911999950316, 0.021544395000091754, 0.021602844999961235, 0.02176556599988544, 0.021685028000092643, 0.021789060999935828, 0.021405787000048804, 0.02202652300002228, 0.02169812199986154, 0.021608474000004207, 0.021968345000004774, 0.021396339000148146, 0.021531400999947437, 0.021816803000092477, 0.02143513099986194, 0.021897754000065106, 0.021852528999943388, 0.021684016000108386, 0.02178056499997183, 0.02156206699987706, 0.03881927500015081, 0.07815332799987118, 0.02215350100004798, 0.021779903999913586, 0.021552850000034596, 0.021739819999993415, 0.02225114200018652, 0.02141002399980607, 0.02159584200012432, 0.021820859999934328, 0.021920915999999124, 0.02168031900009737, 0.02196045999994567, 0.021731324000029417, 0.021678434000023117, 0.02190299399990181, 0.02144676300008541, 0.021753364000005604, 0.022418353999910323, 0.021543462999943586, 0.021948117000192724, 0.021627049999779047, 0.02197313400006351, 0.021617139999989377, 0.021748817000116105, 0.021705956000005244, 0.021751170000015918, 0.021705314999962866, 0.021819278000066333, 0.021794169999793667, 0.02199201900020853, 0.02156100599995625, 0.021851707999985592, 0.021335044999887032, 0.021871755000120174, 0.0217748949999077, 0.021567005999941102, 0.022160654000117574, 0.021389597000052163, 0.020471154999995633, 0.02120038399993973, 0.021233336000022973, 0.021435661999930744, 0.021332120000124632, 0.021078546999888204, 0.021427316999961477, 0.0209628210000119, 0.021624124000027223, 0.02063875699991513, 0.02107505100002527, 0.021063579000156096, 0.021034434999819496, 0.020842647000108627, 0.020863727000005383, 0.02083370099990134, 0.021212075999983426, 0.021035587000142186, 0.021043272000042634, 0.021020457999838982, 0.02101369600018188, 0.020941671999935352, 0.021011822999980723, 0.02097071599996525, 0.02103693000003659, 0.0208543890000783, 0.02106700599983924, 0.021182461000080366, 0.03860626699997738, 0.11320141600003808, 0.021414944000071046, 0.02149874999986423, 0.021493599999985236, 0.021346626999957152, 0.021412690000033763, 0.021337689000120008, 0.022019830999852275, 0.020631986000125835, 0.021485125000026528, 0.02121334699995714, 0.020947062000004735, 0.02179305899994688, 0.021039144000042143, 0.0218496340000911, 0.020689291999815396, 0.02137453800014555, 0.02146190099983869, 0.021896096000091347, 0.020872441999927105, 0.021216174000073806, 0.02172136500007582, 0.02105983199999173, 0.021049202999847694, 0.021353128000100696, 0.020947443000068233, 0.020884264999949664, 0.020849450000014258, 0.021146052999938547, 0.021039754999947036, 0.020719438000014634, 0.02098931000000448, 0.021372465000013108, 0.02069702700009657, 0.02097353099998145, 0.021084387999962928, 0.0209597359998952, 0.02095374400005312, 0.02102348400012488, 0.02119096699993861, 0.021096911000086038, 0.021009888999969917, 0.021036648999825047, 0.021076363000020137, 0.021055194000155097, 0.021133189000011043, 0.021079869000004692, 0.02117716099996869, 0.02106037299995478, 0.02122493999991093, 0.020996694000132266, 0.02156734899995172, 0.020583213000008982], [], [], [0.09374518200002058, 0.02216091300010703, 0.021575744000074337, 0.021552730999928826, 0.022020803000032174, 0.0220286969999961, 0.02201132499999403], [0.051936608000005435, 0.022142718999930366, 0.02157238800009509, 0.02157397999985733, 0.02200315999994018, 0.022050688000035734, 0.022006356000019878, 0.02154456600010235, 0.02183725999998387, 0.021499101000017617, 0.022025061000022106, 0.02162283099983142, 0.021747855000057825, 0.021872906999988118, 0.021763934000091467, 0.02191984399996727, 0.021788650999951642, 0.02184934299998531, 0.021628882999948473, 0.021885671000063667, 0.021801173000085328, 0.02183478599999944, 0.0217800850000458, 0.02172743599999194, 0.021844443999953, 0.021712568999873838, 0.021670289999974557, 0.02181669200012948, 0.0215076859999499, 0.021639762999939194, 0.021957706000193866, 0.021674827999959234, 0.02170202899992546, 0.021819167000103334, 0.02183997499992074, 0.021866545999955633, 0.021700116000147318, 0.02186303799999223, 0.02173197499996604, 0.022115669999948295, 0.021553570999913063, 0.02152550000005249, 0.0223175959999935, 0.021397031000105926, 0.021565182999893295, 0.021413040999959776, 0.02207533399996464, 0.021521703000189518, 0.02172240699997019, 0.02209904899996218, 0.02148355100007393, 0.02163328099982209, 0.021769935000065743, 0.021801475000074788, 0.021679986999970424, 0.021821993000003204, 0.021794812000052843, 0.02209237499982919, 0.021420545000182756, 0.02178733799996735, 0.021830607999845597, 0.0215318020000268, 0.021602744000119856, 0.02176747999988038, 0.021684305999997378, 0.021786305999967226, 0.021413581000160775, 0.022023558000000776, 0.021692952999956105, 0.021614244999909715, 0.02196682199996758, 0.021397681000053126, 0.021529448000137563, 0.0218176239998229, 0.021433358000194858, 0.02190375499981201, 0.021848712000064552, 0.02168405499992332, 0.021780265000188592, 0.021557719999918845, 0.03882675899990318, 0.07816473900015808, 0.02215285900001618, 0.021779622999929416, 0.021547741999938808, 0.021741391999967163, 0.02226537800015649, 0.021399244999884104, 0.021598295000103462, 0.021813666999833004, 0.021922399999994013, 0.021679507000044396, 0.021966181000152574, 0.021724560999928144, 0.02167911600008665, 0.02190486599988617, 0.021446342999979606, 0.02174889599996277, 0.022424706000037986, 0.021545005999996647, 0.02193931000010707, 0.021631818999821917, 0.02198384400003306, 0.021610077000104866, 0.021742764999999054, 0.021792216999983793, 0.021750638999947114, 0.021757943000011437, 0.021767039999986082, 0.021796395000137636, 0.021990705999996862, 0.02156101699983992, 0.02183274200001506, 0.021334915000124965, 0.021875511999951414, 0.02179431099989415, 0.021468873999992866, 0.02215885000009621, 0.02138846499997271, 0.020510246999947412, 0.021161452000114878, 0.021235810000007405, 0.021436163999851487, 0.021327431000145225, 0.02108291499985171, 0.021425924000141094, 0.02096436400006496, 0.0216357459999017, 0.020674684999903548, 0.021037440000100105, 0.021100818999912008, 0.021003586999995605, 0.020874135999974897, 0.020821318000116662, 0.020876621000070372, 0.02117386399982024, 0.021035918000052334, 0.021042790000137757, 0.021071433999850342, 0.021011983000107648, 0.020892109999977038, 0.02100846600001205, 0.020970375999922908, 0.02107709500000965, 0.020860650000031455, 0.021060734000002412, 0.021145942999964973, 0.03860642800009373, 0.11324026800002684, 0.02140524599985838, 0.02150909900001352, 0.021482470000137255, 0.021357265999995434, 0.021402050000006057, 0.021351054999968255, 0.021969267000031323, 0.020631853999930172, 0.02148406299988892, 0.021251959999972314, 0.02095357400003195, 0.021797858000127235, 0.02103819199987811, 0.0218406070000583, 0.020680675999983578, 0.021373455999992075, 0.021482149000121353, 0.021882300000015675, 0.020890826999902856, 0.021219579999979032, 0.021720192999964638, 0.021033212000020285], [0.029576281000117888, 0.02211866499987991, 0.021600519999992684, 0.021571806000110882, 0.0219774319998578, 0.022065756000074543, 0.022018488999947294, 0.02155553600005078, 0.021851045999937924, 0.021497628000133773, 0.02202649399987422, 0.021628241000144044, 0.02174154199997247, 0.021871936000025016, 0.021764044999827092, 0.021918100999982926, 0.021788169000046764, 0.02184945399994831, 0.02162984400001733, 0.021887064000111423, 0.02179955999986305, 0.021834967000131655, 0.02177947299992411, 0.02172776700012946, 0.02184371199996349, 0.02171809900005428, 0.02167102199996407, 0.021816110999907323, 0.021467852000114362, 0.0216734959999485, 0.021960049999961484, 0.021678974999986167, 0.02166185500004758, 0.021854792999874917, 0.021840526999994836, 0.021867207000013877, 0.021699153000099614, 0.02186182600007669, 0.021732144999987213, 0.022117514000001393, 0.02155324099999234], [0.02263325400008398, 0.02214218900007836, 0.02157793799983665, 0.02156914100009999, 0.02200381100010418, 0.02205018699987704, 0.02200507399993512, 0.02155205899998691, 0.021831290000136505, 0.021498569999948813, 0.02202558199996929, 0.021619544000031965, 0.021750529999962964, 0.021890741000106573, 0.021780353999929503, 0.021885350000047765, 0.021789902999898914, 0.021849835000011808, 0.0216264969999429, 0.02188724400002684, 0.021801946000095995, 0.021832521000078486, 0.02178042499986077, 0.021728428999949756, 0.021845736000159377, 0.02170830999989448, 0.02167215400004352, 0.02181499900007111, 0.021510441999907925, 0.021641366000039852, 0.021956161999924007, 0.02167162199998529, 0.02170462399999451, 0.021820159000071726, 0.021839193999994677, 0.021897913999964658, 0.02166886700001669, 0.02186365000011392, 0.02173047199994471, 0.02211616999989019, 0.021553613000151017, 0.021526310999888665, 0.022317075000046316, 0.021424021000029825, 0.021538953999879595, 0.02143164600011005, 0.0220598460000474, 0.02151502999981858, 0.02172432000020308, 0.022099949999983437, 0.021484002999841323, 0.02163398200013944, 0.02176914400001806, 0.021802686000000904, 0.021678886000017883, 0.02182175199982339, 0.021794881999994686, 0.02209228600008828, 0.021420503999934226, 0.02178802900016308, 0.021830528000009508, 0.02153056999986802, 0.02160130099991875, 0.0217678110000179, 0.021684305999997378, 0.021820159000071726, 0.02138366600001973, 0.02202121300001636, 0.021690898000088055, 0.021616599999788377, 0.02196624100020017, 0.021398232999899847, 0.02152754400003687, 0.02181934700001875, 0.021432676999893374, 0.02190503700012414, 0.021849723999821435, 0.021682953000208727, 0.021779893999791966, 0.021554344000151104, 0.03883091600005173, 0.07816250499990929, 0.022153781000042727, 0.02178016499988189, 0.021545557000081317, 0.02174118199991426, 0.022266551000029722, 0.021399583999937022, 0.02164634600012505, 0.02176382399989052, 0.021923861999994187, 0.02167838400009714, 0.021970068999962677, 0.021720663999985845, 0.021678483999949094, 0.021908244000087507, 0.02144441900009042, 0.02174604999981966, 0.022427491000144073, 0.021546147999970344, 0.021936875999926997, 0.021633111000028293, 0.02198357399993256, 0.0216117300001315, 0.021739539000009245, 0.02179604399998425, 0.021751580999989528, 0.02175738200003252, 0.021768201999975645, 0.02179564399989431, 0.021991648000039277, 0.0215608460000567, 0.021828944999924715, 0.02133502500009854, 0.021876844999951572, 0.0217957130000741, 0.02134272900002543, 0.022180189999971844, 0.02139028800002052, 0.020498535999877276, 0.021149419000039416, 0.021241059999965728, 0.021414392999986376, 0.02134004399999867], [0.02278454499992222, 0.022153451000122004, 0.021779392999860647, 0.02155027499998141, 0.02174089200002527, 0.022259818000065934, 0.021403462000080253, 0.021596231999865267, 0.02181711399998676, 0.021921777999978076, 0.02167970699997568, 0.021964418000152364, 0.021727365999822723, 0.021679266000091957, 0.021902523000107976, 0.021447544000011476, 0.021751039999799104, 0.022420628000190845, 0.021545286999980817, 0.02194234599983247, 0.02163045600013902, 0.021984185000064826, 0.021608343999787394, 0.021745450000025812, 0.02178455200009921, 0.02175109099994188, 0.021755718000122215, 0.021768953999981022, 0.02179591399999481, 0.02199167799994939, 0.021560936000014408, 0.021835868999914965, 0.02133428299998741, 0.021875251999972534, 0.02179195600001549], [0.02207664599995951, 0.021419662999960565, 0.021498880000081044, 0.021494251999911285, 0.02134150699998827, 0.021416767000118853, 0.02133351199995559, 0.02202065300002687, 0.020587121000062325, 0.021484504000000015, 0.02126230899989423, 0.020946961999925406, 0.02178911100008918, 0.021039484000084485, 0.021848852999937662, 0.02069342000004326, 0.021374607999860018, 0.02145773300003384, 0.02188730000011674, 0.02087909499982743, 0.02121520200012128, 0.02172454099991228, 0.021065100999976494, 0.021142627000017455, 0.021305220000158442, 0.02095465599995805, 0.02088149899987002, 0.020843871000124636, 0.02115212299986524, 0.021039494999968156, 0.020714168000040445, 0.020993879000116067, 0.021368247000054907, 0.020695693999869036, 0.020972639000092386, 0.0210846089998995, 0.020958704000122452, 0.020995952000021134, 0.020989521999808858, 0.021180607000133023, 0.021097551999901043, 0.02101375699999153, 0.021088965999979337, 0.021028263000061997, 0.02105292000010195, 0.021137125999985074, 0.02107939899997291, 0.02117765100001634, 0.021058830999891143, 0.02122756400012804, 0.021057337999991432, 0.021500462999938463, 0.020582283000067036, 0.021116376999998465, 0.021661332999883598, 0.021684536000066146, 0.02192122799988283, 0.021578548000206865, 0.02166875699981574, 0.02152176300000974, 0.021755890000122236, 0.021484512999904837, 0.021641917000124522, 0.021604205999892656, 0.021647859000040626, 0.021627820000048814, 0.021739868999929968, 0.0216312069999276, 0.021658437000041886, 0.022289815000021918, 0.021116016999940257, 0.021770887000002404, 0.021645583000008628, 0.021413751999943997, 0.021862819000034506, 0.02154376300018157, 0.021665310999878784, 0.02156560499997795, 0.021752943000137748, 0.021696998999914285, 0.021919884999988426, 0.021322701999906712, 0.02176528700010749, 0.021644221000087782, 0.021444750000000568, 0.021880159999909665, 0.021804780999900686, 0.021654399999988527, 0.021854903000075865, 0.0384177969999655, 0.03019841000013912, 0.021632799999906638, 0.021314457000016773, 0.021641435999981695, 0.021630485000059707, 0.021660291999978654, 0.021923741999898994, 0.021390017000157968, 0.021919463999893196, 0.021530328999915582, 0.02133161800020389, 0.021728187999997317, 0.02180444999999054, 0.021512955999924088, 0.021620317000042633, 0.021709161999979187, 0.021525599999904443, 0.02182934600000408, 0.021401679000064178, 0.02164798800004064, 0.02174700299997312, 0.022200908000058917, 0.02120303999981843, 0.021703471000137142, 0.021689745999992738, 0.021617351000031704, 0.021648569000035423, 0.021667614999842044, 0.021726474000161033, 0.02164345999995021, 0.021745819999978266, 0.021542391999901156, 0.022338996000144107, 0.0213807000000088, 0.021479543999930684, 0.021765156999890678, 0.02149440100015454, 0.021786766999866813, 0.02177500500010865, 0.02162134800005333, 0.021707159000015963, 0.021550365999928545, 0.021701998000025924, 0.02162582799996926, 0.021698021000020162, 0.021888936999857833, 0.021665270000085002, 0.02175527899998997, 0.02176082799996948, 0.021696919000078196, 0.021790253000062876, 0.02162224099993182, 0.021724920999986352, 0.021889206999958333, 0.02140558700011752, 0.02181043099994895, 0.021594579000066005, 0.021664247999979125, 0.02168635899988658, 0.021478934000015215, 0.021935724000059054, 0.021463364000055662, 0.021705845999804296, 0.02170780000005834, 0.021847970999942845, 0.021757341000011365, 0.021684285999981512, 0.02172286800009715, 0.021740529999988212, 0.02167893599994386, 0.021776989000045432, 0.021762400999932652, 0.021701978999999483, 0.021747473000004902, 0.021634513000208244, 0.021664799999825846, 0.02179169600003661, 0.02186454100001356, 0.021684987000071487, 0.021577236999974048, 0.021612341000036395, 0.021588486999917222, 0.021745860999999422, 0.021556297999950402, 0.021778861000029792, 0.021559744000114733, 0.021871734999876935, 0.021740039999940564, 0.021644972000103735, 0.02169709999998304, 0.021738335999998526, 0.021748085000126594, 0.02150101399979576, 0.021626859000207332, 0.02179844899978889, 0.021722567000097115, 0.021568529999967723, 0.021664979999968637, 0.02177648700012469, 0.021822874000008596, 0.021702660999835643, 0.021660261000079117, 0.021732715000098324, 0.021852448999879925, 0.02185723900015546, 0.021600519999992684, 0.021421104999944873, 0.021910187000003134, 0.022053634000030797, 0.021556958000019222, 0.021648008999818558, 0.021563360000072862, 0.02177608700003475, 0.021581864999916434, 0.021918182000035813, 0.02171195699997952, 0.021779693000098632, 0.021692041000051177, 0.021625145999905726, 0.021758073000000877, 0.02176727000005485, 0.021671190999995815, 0.021695998000041072, 0.02173873799983994, 0.021685798000135037, 0.021880991999978505, 0.021481938999841077, 0.021912772000177938, 0.021697379999977784, 0.021716405999995914, 0.02181050099989079, 0.021924292999983663, 0.021682422000139923, 0.021534597000027134, 0.022036200999991706, 0.021530098999846814, 0.021618343000000095, 0.02166672299995298, 0.02160362500012525, 0.02170017599996754, 0.02176187000009122, 0.021757772999990266, 0.021633871999938492, 0.021787146999940887, 0.021726906000139934, 0.021671792999995887, 0.02178735699999379, 0.021654038999940894, 0.021709373000021515, 0.021644852999997966, 0.021547951000002286, 0.021826149999924382, 0.02168330400013474, 0.02163716899985957, 0.02158277600005931, 0.021727496000039537, 0.022108506999984456, 0.021229577999974936, 0.02156738899998345, 0.021677301999943666, 0.0219671530001051, 0.021406828999943173, 0.021835266999914893, 0.021674908000022697, 0.022064224000132526, 0.021601110999881712, 0.0215131970001039, 0.021787438000046677, 0.02159033099997032, 0.021675127999969845, 0.02180685500002255, 0.02175613899999007, 0.021727015999886135, 0.021660902000121496, 0.02177585699996598, 0.0216493799998716, 0.038741109000056895, 0.03219390899994323, 0.021916759000077946, 0.021720183000070392, 0.021738397000035548, 0.02186368999991828, 0.021655671999951664, 0.021510913000156506, 0.021925595999846337, 0.02166550000015377, 0.02173027200001343, 0.021620155999926283, 0.02162958400003845, 0.021705425999925865, 0.02188520000004246, 0.021510490999844478, 0.021620487000063804, 0.021589318999986062, 0.021668266000006042, 0.02168806300005599, 0.021455098999922484, 0.022326111999973364, 0.02120157600006678, 0.02159928800006128, 0.021850383999890255, 0.021631057000149667, 0.02180485099984253, 0.02181478900001821, 0.021773161000055552, 0.021714561999942816, 0.021979476000069553, 0.021138479000001098, 0.021644080999976723, 0.021756050000021787, 0.021807895999927496, 0.02169689900006233, 0.021715003000053912, 0.021456080000007205, 0.02193662700005916, 0.021691508999992948, 0.021861465999791108, 0.021635946000060358, 0.021638801000108288, 0.021730030999833616, 0.021773001000156, 0.022310272999902736, 0.02117468500000541, 0.021653237999998964, 0.021868218999998135, 0.02162380300001132, 0.02171392100012781, 0.021734408999918742, 0.02184059699993668, 0.021836639999946783, 0.021689256000172463, 0.02165841700002602, 0.02182158199980222, 0.021622190000016417, 0.021708771000021443, 0.02163565500018194, 0.021621608999794262, 0.021826701000009052, 0.021796295000058308, 0.021695466999972268, 0.021833273000083864, 0.02172829799997089, 0.021586363000096753, 0.021844254999905388, 0.021744486999978108, 0.02172767699994438, 0.021640654000066206, 0.02161312399994131, 0.021835487000089415, 0.03934638700002324, 0.1146147800000108, 0.02111432399988189, 0.02110712000012427, 0.021190184000033696, 0.021206494999887582, 0.02108281599998918, 0.020940129000109664, 0.02126473399994211, 0.020613851000007344, 0.02134006500000396, 0.020964188999869293, 0.02190684000015608, 0.020329521999883582, 0.021045075000074576, 0.021194191999938994, 0.021233055000038803, 0.02112916100008988, 0.021162313999866456, 0.021159656999998333, 0.020761947999972108, 0.021485766000068907, 0.021062217000007877, 0.03808564699988892, 0.09413761300015722, 0.021497748000001593, 0.021078386999988652, 0.021017763999907402, 0.021208239000088724, 0.021008486000027915, 0.02112699799999973, 0.02128364899999724, 0.02084785700003522, 0.02085474999989856, 0.02129437999997208, 0.02110115899995435, 0.021187530000133847, 0.020855501999903936, 0.021428298000046198, 0.020692448000090735, 0.021060031999923012, 0.020858446999909575, 0.021085791000132303, 0.02122769499987953, 0.020969805000049746, 0.02107135300002483, 0.02129876799995145, 0.020924831000002087, 0.021364879999964614, 0.02105974200003402, 0.021270835999985138, 0.021077594999951543, 0.020970947000023443, 0.021558912000045893, 0.020606858000064676, 0.021016751999923144, 0.021204221000061807, 0.020731039999873246, 0.021353780000026745, 0.020876080000107322, 0.02103664900005242, 0.021287425999844345, 0.021129300999973566, 0.021110067000108756, 0.02099531199996818, 0.02145772299991222, 0.02077182600010019, 0.021157874999971682, 0.02117145000011078, 0.021196556999939276, 0.02120048400001906, 0.021164447000046493, 0.02085298699989835, 0.02122641300002215, 0.020956077999926492, 0.021321461000070485, 0.02094566899995698, 0.020999860000074477, 0.021285904000023947, 0.02120956099997784, 0.02111641800001962, 0.02122316600002705, 0.021126476999825172, 0.02105795800002852, 0.021198541000103432, 0.021138247999942905, 0.02098080500013566, 0.02119895199984967, 0.021215663000020868, 0.02128259699998125, 0.020999069000026793, 0.03882677899991904, 0.05724876500016762, 0.021268520999910834, 0.03850738400001319, 0.05920523100007813, 0.0214728019998347, 0.021283168000081787, 0.0211072699999022, 0.02109701200015479, 0.021001885000032416, 0.021428637999861166, 0.021192249000023367, 0.02099802800012185, 0.021240027999965605, 0.021307273000047644, 0.02106917999981306, 0.02130013000009967, 0.021127587999899333, 0.021258362000025954, 0.02138990699995702, 0.020861023000179557, 0.021304552999936277, 0.0209974350000266, 0.021219941000026665, 0.021106748999955016, 0.02106801800005087, 0.021158285999945292, 0.02107580200004122, 0.02115144300000793, 0.021186948999911692, 0.02115969800001949, 0.021286935000034646, 0.020976226999891878, 0.021043882000185476, 0.021166761999893424, 0.02114709500006029, 0.02083132600000681, 0.021599727999955576, 0.020758802000045762, 0.02101196299986441, 0.020929990000013277, 0.021339272999966852, 0.021312273000148707, 0.020866692000026887, 0.02184004599985201, 0.021675650000133828, 0.02160634099982417, 0.021755938000069364, 0.021574932000021363, 0.03789281900003516, 0.02744574200005445, 0.021026098999982423, 0.021110125999939555, 0.021039404000021023, 0.02106150500003423, 0.03731928000001972, 0.02747281199981444, 0.021098520000123244, 0.021147234999943976, 0.021231972000123278, 0.021204602999887356, 0.021183513000096355, 0.021143867999853683, 0.021367305000012493, 0.021306382000148005, 0.021296462999998766, 0.021253282999850853, 0.021274922999964474, 0.02125984500003142, 0.02131832400004896, 0.02117777200010096, 0.021111517999997886, 0.02098389100001441, 0.021491335999826333, 0.020988459000136572, 0.021265115000005608, 0.02137225399997078, 0.02118911399998069, 0.021263752000095337, 0.0210650919998443, 0.021084328000142705, 0.021141924999938055, 0.02100521099987418, 0.02123124100012319, 0.021250748000056774, 0.020622116999902573, 0.021615718000020934, 0.020686766999915562, 0.021052278000070146, 0.02107749500009959, 0.0211429070000122, 0.021129341999994722, 0.021219158999883803, 0.020730047999904855, 0.02113098500012711, 0.020883824000065943, 0.02070497099998647, 0.021138708999842493, 0.02095520700004272, 0.020934589000034975, 0.02090168800009451, 0.021094265999863637, 0.021108884000113903, 0.020896396999887656, 0.020942674000025363, 0.020940010000003895, 0.021092281999926854, 0.0209302610001032, 0.02093328599994493, 0.021207407000019884, 0.020937324999977136, 0.021039484000084485, 0.021167271999956938, 0.0210950480000065, 0.02097013499997047, 0.021128581000084523, 0.02103175000002011, 0.02064911699994809, 0.02145841499987, 0.02092871800005014, 0.02104369200014844, 0.021054433000017525, 0.020903680999936114, 0.021225280999942697, 0.021034625000083906, 0.02109350499995344, 0.020840904999886334, 0.021074549000104525, 0.02085862800004179, 0.0208352439999544, 0.021196045999886337, 0.02108404800014796, 0.020785540999895602, 0.021521291999988534, 0.02065493800000695, 0.02101750300016647, 0.021049352999853, 0.021119383000041125, 0.021046056999921348, 0.02101352600016071, 0.020763299999998708, 0.021106058999976085, 0.021513076000019282, 0.020439807000002475, 0.02079926700002943, 0.021063218999870514, 0.021179685000106474, 0.02082239999981539, 0.02087178200008566, 0.02118025699996906, 0.021142897000117955, 0.020936412999844833, 0.02131528800009619, 0.02087097100002211, 0.021008575999985624], [0.02082927300011761], [], [0.02227809300006811, 0.021110887000077128, 0.02111407400002463, 0.021190032999811592, 0.021198802000071737, 0.02109558899996955, 0.02093855600014649, 0.02126105699994696, 0.020618569999896863, 0.021335445999966396, 0.02096426900016013, 0.02190462699991258, 0.020323018999988562, 0.021053911000080916, 0.02119440299998132, 0.021232925000049363, 0.02112897099982547, 0.02116274400009388, 0.021159007000051133, 0.020759561999966536, 0.02148957400004292, 0.02104912200002218, 0.03810330999999678, 0.0941330040000139, 0.021495945999959076, 0.021078175999946325, 0.02102426600004037, 0.021207737999930032, 0.021003948000043238, 0.0211272280000685, 0.021282346999896617, 0.020853536999993594, 0.02085110400003032, 0.02129180399992947, 0.021103354000160834, 0.021186236999938046, 0.020860541000047306, 0.021422597999844584, 0.020693049000101382, 0.021060392999970645, 0.02086294600007932, 0.021074920000046404, 0.021234868999954415, 0.02096796099999665, 0.021073196999850552, 0.021297485000104643, 0.020926453999891237, 0.02136346800011779, 0.021060111999986475, 0.02127126599998519, 0.021072456999945643, 0.020972880000044825, 0.021553942000082316, 0.020609853999985717, 0.021026960999961375, 0.0211985010000717, 0.02071925699988242, 0.02137087200003407, 0.020868164999910732, 0.021043983000026856, 0.02128416000005018, 0.021127469000020938, 0.02110045800009175, 0.021005540999794903, 0.02145665100010774, 0.020772026000031474, 0.021158375999903, 0.021171890999994503, 0.02119587600009254, 0.021201074999908087, 0.021167844000046898, 0.02085442900011003, 0.021220932000005632, 0.020955627999910575, 0.021322262000012415, 0.020945328999914636, 0.020998928000153683, 0.021286454999881244, 0.021209551000083593, 0.021118080999940503, 0.021214720999978454, 0.021112931000061508, 0.02107665299990913, 0.02120078600000852, 0.021139249000043492, 0.020979191999913382, 0.02119932300001892, 0.021203369999966526, 0.021293928000204687, 0.02099948999989465, 0.03880663099994308, 0.05726912299996911, 0.02126569600000039, 0.038516521000019566, 0.05919946000017262, 0.02147021699988727, 0.02128042300000743, 0.021077725999930408, 0.02113988100018105, 0.020988959999840517, 0.02143379900007858, 0.021191787999896405, 0.02100468000003275, 0.02121246699994117, 0.021328081000092425, 0.021075452000104633, 0.02129462999982934, 0.02111955400005172, 0.02126350100002128, 0.021396109000079377, 0.020857033999845953, 0.02131023400011145, 0.020996895000052973, 0.021214480000026015, 0.021106258999907368, 0.021075050000035844, 0.02112775899990993, 0.021099646000038774, 0.021139782000091145, 0.02119983299985506, 0.021159177000072305, 0.02125616800003627, 0.021004779999884704, 0.02104463399996348, 0.02116815400017913, 0.021146734000012657, 0.02083673699985411, 0.021594518000028984, 0.020754873999976553, 0.0210156000000552, 0.02093315599995549, 0.021337549999998373, 0.021310860000085086], [], [], [], [0.02117075899991505, 0.021024205999992773, 0.02111203000004025, 0.021038843000042107, 0.021060644000044704, 0.03731882800002495, 0.027434330999994927, 0.021103287999949316, 0.02115887600007227, 0.021194082999954844, 0.02122573199994804, 0.02119262900009744, 0.021126235999872733, 0.021372996000081912, 0.021309717999884015, 0.02129482000009375, 0.021240798999997423, 0.021292775999881997, 0.021257081000157996, 0.021288557999923796, 0.02119495400006599, 0.021131885999920996, 0.021006463000048825, 0.021461000000044805, 0.021018304999870452, 0.021223196000164535, 0.02138302499997735, 0.021189003000017692, 0.02127480299986928, 0.02106172499998138, 0.021088606000148502, 0.021247381999955905], [0.021522453999978097, 0.02112159300008898, 0.02115186299988636, 0.021224759999995513, 0.021183794000080525, 0.02119328100002349, 0.02112668599988865, 0.021370982000007643, 0.021310910000011063, 0.02129496099996686, 0.021272438000096372, 0.021260235999989163, 0.021258030999888433, 0.021312493000095856, 0.02117014800001016, 0.0211314460000267, 0.021002315000032468, 0.021466158999828622, 0.021013065000033748, 0.021239186999991944, 0.021372745000007853, 0.021189133000007132, 0.021272028000112186, 0.021062977999918076, 0.02108556000007411, 0.0212060249998558, 0.020924809999996796, 0.02125227100009397, 0.021250427000040872, 0.02062242800002423, 0.021615917999952217, 0.02068655699986266, 0.02105255800006489, 0.021076935000110097, 0.021143597999980557, 0.021128659999931187, 0.02122073200007435, 0.02072813499989934, 0.02112386199996763, 0.02090128600002572, 0.02069335900000624, 0.021140031999948405, 0.02095580900004279, 0.020940770000152042, 0.020894773999998506, 0.021091952999995556, 0.021113291999881767, 0.020900213999993866, 0.02094251400012581, 0.020940399999972215, 0.021087122999915664, 0.020926583000118626, 0.020936121999966417, 0.021207947999982935, 0.020942914999977802, 0.021033752999983335, 0.021167564000052153, 0.021094365999942966, 0.020970916999885958, 0.02112919200021679, 0.021029895999845394, 0.020655509000107486, 0.021447435000027326, 0.020898140999861425, 0.021079519000068103, 0.021055553999985932, 0.020908800999904997, 0.02121766700020089, 0.021034985999904166, 0.021095328000001246, 0.020833500999970056, 0.021073897999940527, 0.02085709500011035, 0.02084947999992437, 0.021190266000076008, 0.02108432799991533, 0.020784779999985403, 0.021517475000109698, 0.020637063999856764, 0.021039425000026313, 0.021048972000016875, 0.021119614000099318, 0.02104794000001675, 0.02101245399990148, 0.020768849999967642, 0.021105326999986573, 0.0215080080001826, 0.02044538699988152, 0.02079858599995532, 0.021057077000023128, 0.021181909999995696, 0.020822148999968704, 0.020871702000022196, 0.02117985600011707, 0.021142005000001518, 0.02094274499995663, 0.02130827499991028, 0.020872253000106866, 0.021013294999875143, 0.02081052800008365, 0.021772419999933845, 0.021806905000175902, 0.021289279999791688, 0.021699674000046798, 0.021650463000014497, 0.021592615000145088, 0.02156978299990442, 0.02178791899996213, 0.021542762000080984, 0.021659470000031433, 0.021363577999863992, 0.02149956200014458, 0.021599637999997867, 0.02164223799991305, 0.021634452999933274, 0.021618403000047692, 0.021634143000028416, 0.021540117000085957, 0.021658356999978423, 0.0215166649998082, 0.021501565000107803, 0.021622420000085185, 0.02170215000001008, 0.02164739699992424, 0.02173994000008861, 0.0214301919997979, 0.02183784200019545, 0.02186465199997656, 0.021553642999833755, 0.021531792000132555, 0.0219709899999998, 0.02141981299996587, 0.021628601999964303, 0.021595862000140187, 0.021539285999779167, 0.03711834400019143, 0.027962735999835786, 0.020830986000191842, 0.020912407999958305, 0.020651119999911316, 0.021878717999925357, 0.02173402900007204, 0.021700637000094503, 0.022125346999928297, 0.021198059999960606, 0.021799992000069324, 0.021368015999996715, 0.02163435300008132, 0.021557540000003428, 0.021645783999929336, 0.021656333999999333, 0.0216875019998497, 0.021680970000033994, 0.02169201000015164, 0.021689816999924005, 0.021590700999922774, 0.02149792900013381, 0.021724630999869987, 0.02164168600006633, 0.0215818260001015, 0.021897181999975146, 0.021568499999830237, 0.021426586000188763, 0.021804139999858307, 0.022342707000007067, 0.02148600600003192, 0.021805872999948406, 0.021486807999963276, 0.03896923500019511, 0.03240875899996354, 0.020971707999933642, 0.02094522900006268, 0.020924970999885772, 0.020852326000067478, 0.02100753500008068, 0.020536847999892416, 0.020927035000113392, 0.020787564999864117, 0.020704028999944057, 0.020778839000058724, 0.02070326800003386, 0.02092330799996489, 0.0209411309999723, 0.020992116000115857, 0.020650840999905995, 0.020938785999987886, 0.020988380000062534, 0.020632145000035962, 0.021027431999982582, 0.020748882999896523, 0.02086587100006909, 0.020845984000061435, 0.03856400799986659, 0.11716246800006047, 0.021362767000027816, 0.021220431000074313, 0.021179074999963632, 0.021446803999879194, 0.02099490099999457, 0.02123398700018697, 0.021146885000007387, 0.038320494999879884, 0.057857259999991584, 0.021076934000120673, 0.02107814599980884, 0.020492145000162054, 0.021020439000039914, 0.02086290499983079, 0.021034155000052124, 0.02070466000009219, 0.02088865399991846, 0.02083255899992764, 0.02090099600013673, 0.020755686000029527, 0.02098812799999905, 0.020965255999954024, 0.020563227999900846, 0.02086375700014287, 0.020692206999910923, 0.021387122000078307, 0.020289466999884098, 0.020906345999947007, 0.020796242000187704, 0.02089715899978728], [0.02089168900010918, 0.02081523699985155, 0.0209232880001764], [0.021149981000007756, 0.02096552700004395, 0.02094557899999927, 0.02092680499981725, 0.020846795000124985, 0.021033123000052, 0.020525085999906878, 0.02092126399998051, 0.02078370799995355, 0.020698469000080877, 0.02080714099997749, 0.020675206000078106, 0.02092665399982252, 0.020965547000059814, 0.020968802999959735, 0.02064868600018599, 0.020936531999950603, 0.021004819999916435, 0.020616467000081684, 0.021031940000057148, 0.020748100999981034, 0.020865569999841682, 0.020846695000045656, 0.038596690000076705, 0.11711939799988613, 0.021394204999978683, 0.021219080000037138, 0.02114884799993888, 0.02148584600013237, 0.020958864000022004, 0.021274622999953863, 0.021147075000044424, 0.038278826999885496, 0.05786662700006673, 0.021085470000116402, 0.021069019999913507, 0.020492265000029874, 0.02102067900000293, 0.020863536999968346, 0.02103510599999936, 0.020730879999973695, 0.020861352000110855, 0.020832307999853583, 0.020902019000004657, 0.0207481209999969, 0.02099262699994142, 0.02096593800001756, 0.020563588000186428, 0.020871079999778885, 0.020685585000137507, 0.021385559999998804, 0.020286441000052946, 0.020907097999952384, 0.020806209000056697, 0.020892189999813127, 0.02064975900020727, 0.02162321199989492], [0.021941726000022754, 0.021360232000006363, 0.021222875999910684, 0.021108843000092747, 0.021516673999940394, 0.020995262000042203, 0.021228666999832058, 0.021152604999997493, 0.03826028399998904], [], [0.02160426700015705, 0.021706827999878442, 0.021822082999960912, 0.02121313700013161, 0.021694776000003912, 0.021405095999853074, 0.021657125000047017, 0.021760417999985293, 0.02144295600010082, 0.02169519699987177, 0.021678274000123565, 0.021630325999922206, 0.021575894000079643, 0.02162702900000113, 0.02125434499998846, 0.02176424499998575, 0.021947966999960045, 0.021178974000122253, 0.021560815999919214, 0.021435653000025923, 0.02156072499997208, 0.021601341999939905, 0.02148307099992053, 0.02178880100018432, 0.02138999699991473, 0.021586573999911707, 0.021570775000100184, 0.038857727000049636, 0.09349020700005894, 0.021294959999977436, 0.021192309999833014], [0.021535779000032562, 0.02131815400002779, 0.021175799000047846, 0.020709859999897162, 0.02193222800019612, 0.021823043999802394, 0.021775346000140416, 0.02150079399984861, 0.021796565000158807, 0.021603815999924336, 0.02172094399998059, 0.021781077000014193, 0.021733066000024337, 0.021558502000061708, 0.02181682299988097, 0.021806484000080673, 0.02160151099997165, 0.021741814000051818, 0.02166045099988878, 0.02178408200006743, 0.021391981000078886, 0.021846948999836968, 0.021487680000063847, 0.021636417000081565, 0.02204826399997728, 0.021521783000025607, 0.021565253999824563, 0.021571436000158428, 0.021683864999886282, 0.02158197500011738, 0.021591954999848895, 0.021853551000049265, 0.021502798000028633, 0.038622036000106164, 0.07982603599998583, 0.02156272899992473, 0.021528285999920627, 0.021515571000009004, 0.02097111800003404, 0.021540017000006628, 0.020819855000127063, 0.02151834599999347, 0.021291584999971747, 0.021025868999913655, 0.021273821000022508, 0.021027833000061946, 0.021684025000013207, 0.020479681999859167, 0.021006633000069996, 0.020947553000041808, 0.02102739199995085, 0.021031388999972478, 0.021529448000137563, 0.020580668999855334, 0.021026751000135846, 0.021004909999874144, 0.02094458700003088, 0.021003096999947957, 0.021008848000064972, 0.021067156000071918, 0.02105329999994865, 0.02100580199999058, 0.020942754000088826, 0.020870508999905724, 0.020910915000058594, 0.020917266999958883, 0.021532944000000498, 0.020629911000014545, 0.02102722199992968, 0.021026038999934826, 0.021111018000055992, 0.02102136000007704, 0.021117219999950976, 0.02062478099992404, 0.02093302599996605, 0.020771756000158348, 0.0376023169999371, 0.027724350999960734, 0.02127145700001165, 0.02135624400011693, 0.021260085999983858, 0.0210769339998933, 0.02124084000001858, 0.021272789000022385, 0.020989391000057367, 0.02152961799993136, 0.021122349000052054, 0.02123647100006565, 0.021238875999870288, 0.021187420999922324, 0.021339713000088523, 0.021319316000017352, 0.021234246999938478, 0.02109019900012754, 0.02136295699983748, 0.02127631600001223, 0.02121530200020061, 0.02117925499987905, 0.02107631300009416, 0.021284702000002653, 0.02126971299981051, 0.021729250000134925, 0.020368022999946334, 0.02105417200004922, 0.021640854999986914, 0.020946611999988818, 0.021131185000058395, 0.021270445000027394, 0.0212919549999242, 0.021086997999873347, 0.021149039000192715, 0.021288176999860298, 0.021443277000116723, 0.021189563999996608, 0.021128440999973463, 0.021302955000010115, 0.021006662999980108, 0.021223737999889636, 0.02117629000008492, 0.020950507999941692, 0.03690697199999704, 0.028268505000141886, 0.02140432399983183, 0.021204732000114745, 0.021320990000049278, 0.021060604000012972, 0.021253712999850904, 0.021417539000140096, 0.02125132899982418, 0.02121398000008412, 0.021462012000029063, 0.021402309999984936, 0.020939257999998517, 0.02107614300007299, 0.021278469999970184, 0.021128049000026294, 0.021211484999867025, 0.021365592000165634, 0.021223416999873734, 0.02133236100007707, 0.021071553999945536, 0.021279642000081367, 0.021262298999999985, 0.021124021999867182, 0.02143671500016353, 0.02111989399986669, 0.02120249800009333, 0.02130492899982528, 0.021069581000119797, 0.0212258120000115, 0.021211564999930488, 0.021241830999997546, 0.021205805000136024, 0.021191687999817077, 0.021164497000199844, 0.02137962899996637, 0.020985112999824196, 0.021112591000019165, 0.021290261000103783, 0.021306792999894242, 0.02123053000013897, 0.021335226000019247, 0.02118620800001736, 0.021517485000003944, 0.03820821099998284, 0.11400538499992763, 0.021208147999914218, 0.021101520000001983, 0.020970416000182013, 0.020969603999901665, 0.0210111119999965, 0.02103524600011042, 0.021095268999943073, 0.021102821999875232, 0.02100251600018055, 0.020898280999972485, 0.021141905999911614, 0.02080756200007272, 0.021207757999945898, 0.021046087000058833, 0.021283298999833278, 0.020908660000031887, 0.02099915000007968, 0.021122568999999203, 0.02106505200003994, 0.021017232999838598, 0.021132979000185514, 0.020966507999901296, 0.021034836000126234, 0.02067275099989274, 0.021193251000113378, 0.020798936999881334, 0.021142375999943397, 0.021073778000072707, 0.021308835999889197, 0.020746780000081344, 0.020998157000121864, 0.021112429999902815, 0.020819704999894384, 0.021032762000004368, 0.02112087600016821, 0.02116723299991463, 0.020988799999940966, 0.021043712000164305, 0.021042139999963183, 0.02118673899985879, 0.021079459000020506, 0.02094794900017405, 0.021142836999842984, 0.02113099999996848, 0.020987647000083598, 0.021159158000045863, 0.021115825999913795, 0.020714139000119758, 0.02101958699995521, 0.021238935999917885, 0.020710951999944882, 0.021695688000136215, 0.02056633300003341, 0.021244305999971402, 0.021148867999954746, 0.02101232399991204, 0.02100347700002203, 0.021086462000084794, 0.021001423999905455, 0.02097481400005563, 0.021115495999993072, 0.021105337000108193, 0.02103091799995127, 0.02107413999988239, 0.02106628400019872, 0.02119128799995451, 0.020911615999921196, 0.02125737999995181, 0.0207841390001704, 0.020895866999808277, 0.021069711000109237, 0.02095628899996882, 0.02122340699997949, 0.021154018000061114, 0.020995803000005253, 0.02141018499992242, 0.02060681900002237, 0.02108960800001114, 0.021042019000105938, 0.02093673299987131, 0.02102631000002475, 0.021612617000073442, 0.020515798999895196, 0.021123881999983496, 0.021036669000068287, 0.02111133800008247, 0.021079488999930618, 0.021019257000034486, 0.020985292999966987, 0.02109719200007021, 0.02094826499978808, 0.021185316000128296, 0.020924449999938588, 0.021067557000151282, 0.020806269999866345, 0.02136223599995901, 0.020976305999965916, 0.02119452400006594, 0.021137235999958648, 0.02105427200012855, 0.02120108600001913, 0.021017913999912707, 0.021152425000082076, 0.02075981400003002, 0.02125344299997778, 0.02087520800000675, 0.02103266199992504, 0.021260195999957432, 0.020719658999951207, 0.02119168800004445, 0.021218046000058166, 0.021158225999897695, 0.020937274000061734, 0.021003547999953298, 0.021196097000029113, 0.021155029000055947, 0.021006574000011824, 0.020893782000030114, 0.020825525999953243, 0.02141992399992887, 0.020823572000153945, 0.020880527999906917, 0.021714752999969278, 0.02050489800012656, 0.021138568999958807, 0.02093283599992901, 0.02111980399990898, 0.020991956000216305, 0.020992506999846228, 0.021061685999939073, 0.03670696900007897, 0.0971576310000728, 0.021415704999981244, 0.02200561499989817, 0.02175106100003177, 0.021999502999960896, 0.021810782000102336, 0.022127612000076624, 0.02145892599992294, 0.02172498100003395, 0.021720713999911823, 0.02167480799994337, 0.021828255000173158, 0.021728177999875697, 0.0218651029999819, 0.021692571000130556, 0.02272194900001523, 0.021524272999840832, 0.021629463000181204, 0.0218102110000018, 0.021729830999902333, 0.021719622000091476, 0.021791906999851562, 0.02171195699997952, 0.021713220000037836, 0.021754968000095687, 0.02168065899991234, 0.021747322999999597, 0.02186071500000253, 0.021520080000072994, 0.021933230000058757, 0.02142742699993505, 0.021635895999907007, 0.022454140000036205, 0.022096885000109978, 0.021366483999827324, 0.021787859000141907, 0.02185880100000759, 0.021723238999811656, 0.02167853500009187, 0.021609456000078353, 0.02182844499998282, 0.021704132999957437, 0.021737044000019523, 0.021692642000061824, 0.021837350999931004, 0.02187867899988305, 0.0218090180001127, 0.03866591900009553, 0.026948344999937035, 0.02165350799987209, 0.020455426000125954, 0.021089136999989933, 0.0210857509998732, 0.021048632000201906, 0.02108687299983103, 0.02108363599995755, 0.021064982000098098, 0.02100117300005877, 0.02102735199991912, 0.021183462999943004, 0.020907639000142808, 0.020809665999877325, 0.021144430000049397, 0.020798636000108672, 0.02177897199999279, 0.020831857999837666, 0.020993038000142406, 0.038236407999875155, 0.026919681999970635, 0.021686460000182706, 0.0206213049998496, 0.021256509000068036, 0.021271726999884777, 0.020937886000183425, 0.021331768999971246, 0.020986295000056998, 0.02110047799988024, 0.02105158700010179, 0.021039784999857147, 0.0209114460001274, 0.020916154999895298, 0.02102113000000827, 0.02108788500004266, 0.02097788900005071, 0.02136152499997479, 0.020227771999998367, 0.02127498300001207, 0.021104375000049913, 0.021053961999996318, 0.0210628679999445, 0.021089807999942423, 0.02108184300004723, 0.0210491830000592, 0.03832589599983294, 0.058602629000006345, 0.021437175000073694, 0.021529276999899594, 0.021596082000087335, 0.021112850999998045, 0.02136006199998519, 0.021294468999940364, 0.02134797000007893, 0.0213302960000874, 0.02129885799990916, 0.021261357999946995, 0.0212201910001113, 0.021314746999905765, 0.021281435999981113, 0.02127943100003904, 0.021303736999925604, 0.021269282000048406, 0.021216073999994478, 0.021316070000011678, 0.0211883920001128, 0.02114260700000159, 0.02140425399988999, 0.021302353999999468, 0.021267179000005854, 0.021321159000081025, 0.02117426599988903, 0.021365241000012247, 0.021065232999944783, 0.021203420000119877, 0.021574420999968424, 0.021033432999956858, 0.021293618000072456, 0.021036639999920226, 0.021210392000057254, 0.021420654999928956, 0.021409344000176134, 0.021273119999932533, 0.021218246999978874, 0.02137740400007715, 0.021308635999957914, 0.021271497000043382, 0.021285842999986926, 0.021071283999845036, 0.02128635500002929, 0.02118460400015465, 0.021644802999844615, 0.020924160000049596, 0.02120752700011508, 0.021225550999815823, 0.021110035999981847, 0.021568720999994184, 0.02112098700013121, 0.021103543999970498, 0.03804542200009564, 0.0274375770000006, 0.038173100999983944, 0.040899490999890986, 0.021771017999981268, 0.021512405000066792, 0.021206676000019797, 0.021516032999898016, 0.02135999200004335, 0.021243153000114035, 0.021330456999976377, 0.021071293999966656, 0.021152785999902335, 0.021379757999966387, 0.021203585000193925, 0.02117016799979865, 0.021341988000131096, 0.021287687000040023, 0.021115005999945424, 0.021377743999892118, 0.021474806000014723, 0.021116067000093608, 0.02135852900005375, 0.021069239999860656, 0.02129913800013128, 0.021180947999937416, 0.0212705950000327, 0.02140867299999627, 0.020860841000057917, 0.021322962999875017, 0.021907161999934033, 0.020661590000145225, 0.02112364200002048, 0.021343189999925016, 0.02091937099999086, 0.021424672999955874, 0.021162924000009298, 0.021342590000131167, 0.021175016999904983, 0.021140814000091268, 0.02116173199988225, 0.021309257999973852, 0.021447244000000865, 0.021342059000062363, 0.021084008000116228, 0.021336216999998214, 0.02122965899980045, 0.021381803000167565, 0.021314316999905714, 0.021513818000130414, 0.021016240999870206, 0.021462994000103208, 0.038748423000015464, 0.08186965499999133, 0.02201632499986772, 0.021886163000090164, 0.02143484099997295, 0.021444910999889544, 0.021359971000038058, 0.021266248000074484, 0.021358758999895144, 0.02123937700002898, 0.021439921000137474, 0.02095953599996392, 0.02159785499998179, 0.02142824899988227, 0.02147532700018928, 0.02140688899999077, 0.021781868999823928, 0.021066935000135345, 0.021360202999858302, 0.021454798000149822, 0.0212650250000479, 0.021673696999869208], [0.058596666999847, 0.0215637119999883, 0.021527253000158453, 0.021530719999873327, 0.02096949399992809, 0.021551719000171943, 0.020811088999835192, 0.021526572000084343, 0.021274361999985558, 0.02104194899993672, 0.021149479000087013, 0.021160439999903247, 0.021662916000195764, 0.02047870999990664, 0.02100183399988964, 0.02094759300007354, 0.021033053000110158, 0.02103064799985077, 0.021531090000053155, 0.020579117000124825, 0.021022221999828616, 0.021009529000139082, 0.020944718000009743, 0.021009387999811224, 0.020997346000058315, 0.02107232599996678, 0.0210485410000274, 0.021007796000048984, 0.02094093999994584, 0.020884977000150684, 0.02090288999988843, 0.020911796000063987, 0.021537662999890017, 0.020629460999998628, 0.021028103000162446, 0.021025538000003507, 0.02111093799999253, 0.021020718999807286, 0.021116859000130717, 0.02062064400001873, 0.020928828000023714, 0.020771464999825184, 0.03760807800017574, 0.027798919999895588, 0.021272568000085812, 0.02134277999994083, 0.021260427000015625, 0.021076402000062444, 0.021226544000001013, 0.021273670000027778, 0.020989330999782396, 0.021503249000033975, 0.021164346999967165, 0.02122023100014303, 0.021256509000068036, 0.021160018999808017, 0.021320758999991085, 0.021415665000176887, 0.021188040999959412, 0.02103266199992504, 0.021374569000045085, 0.02128137499994409, 0.02120850000005703, 0.02117764099989472, 0.02109968700005993, 0.021301683000046978, 0.02127507299996978, 0.021683335000034276, 0.020360449000008884, 0.02108922699994764, 0.021613905000094746, 0.020946351000020513, 0.021130995000021358, 0.021270804999858228, 0.021294610000040848, 0.021124969000084093, 0.02113765799981593, 0.021308946000090145, 0.021425423999971827, 0.021158435999950598, 0.02112793900005272, 0.021306923000111055, 0.020995291999952315, 0.021223828000074718, 0.02118319199985308, 0.020942364000120506, 0.036993372999859275, 0.028240773000106856, 0.021356294000042908, 0.021205403999829286, 0.02131878500017592, 0.021052538999811077, 0.0212610170001426, 0.021417889999838735, 0.021253954000030717, 0.021216394000020955, 0.021459968000044682, 0.021398232999899847, 0.020941722000088703, 0.021066073999918444, 0.021279352000192375, 0.021128920999899492, 0.021217576000026384, 0.02137952799989762, 0.021209130999977788, 0.02133218000017223, 0.021072054999876855, 0.021283078000124078, 0.021259925999856932, 0.021176660000037373, 0.021375290000150926, 0.021126065999851562, 0.02120366000008289, 0.021305850999851828, 0.021088686000211965, 0.021199451999791563, 0.021259515000110696, 0.021200904999886916, 0.02120577499999854, 0.021195475000013175, 0.0211753570001747, 0.021367395999959626, 0.020984871999871757, 0.0211215980000361, 0.0212785400001394, 0.021308335999947303, 0.021230810999895766, 0.021363337000138927], [0.02178543400009403, 0.021555886999976792, 0.0215412689999539, 0.02154832299993359, 0.020974513000055595, 0.02154036799993264, 0.02082476400005362, 0.021500743999922634, 0.021225050000111878, 0.02110026800005471, 0.021326670000007653], [0.0209902429999147, 0.021288899000182937, 0.021334843999966324, 0.021260235999989163, 0.0210765540000466, 0.021239526999806912, 0.021272479000117528, 0.02098958099986703, 0.021532073000116725, 0.021122057999946264, 0.021235709999928076, 0.021243384000172227, 0.021175126999878557, 0.0213464670000576, 0.021408712000038577, 0.021148186999880636, 0.02108229400005257, 0.021371133000002374, 0.0212807039999916, 0.02120897000008881, 0.02117830299994239, 0.021071764999987863, 0.021289791000072, 0.021273008999969534, 0.02172512199990706, 0.020363295000151993, 0.021058319999838204, 0.021641947000034634, 0.020946080000157963, 0.021131255000000237, 0.021270344999948065, 0.021294740000030288, 0.021126311999978498, 0.021139870999832056, 0.021305500000153188, 0.021397561999947357, 0.02118607800002792, 0.02112796899996283, 0.021307713999931366, 0.020997826999973768, 0.021222857000111617, 0.02118129800010138, 0.02094558999988294, 0.03698610900005406, 0.028195178000032683, 0.021404093999990437, 0.02120549400001437, 0.021320427999853564, 0.021055174000139232, 0.021258602999978393, 0.021417467999981454, 0.02125325299994074, 0.021218056999941837, 0.02145667200011303, 0.021401940000032482, 0.020940198999824133, 0.021069601000135663, 0.021279140999922674, 0.021127988999978697, 0.021215563000168913, 0.021379206999881717, 0.021209161000115273, 0.021332640999844443, 0.021071885000083057, 0.02128151500005515, 0.02126108699985707, 0.021169587000031242, 0.021385730000019976, 0.021126126000126533, 0.02120060399988688, 0.021306112000047506, 0.02108705299997382, 0.021203689999993003, 0.02121668499989937, 0.02124088000005031, 0.02120552399992448, 0.021193592000145145, 0.021175327000037214, 0.021368596999991496, 0.020985604999850693, 0.021121196000194686, 0.021279061999848636, 0.02130770400003712, 0.021231210999985706, 0.021363278000080754, 0.021156944000040312, 0.021519047999845498, 0.03820788000007269, 0.11400508399992759, 0.021208449000141627, 0.02110075899986441, 0.020971658000007665, 0.02097020600012911, 0.0209995989998788, 0.02103947499995229, 0.0211027830000603, 0.021102952000092046, 0.021000431999937064, 0.020898601999988387, 0.021143228000028103, 0.020800718999907986, 0.02120761800006221, 0.021050594999906025, 0.021291083000051003, 0.020902049000142142, 0.020994780999899376, 0.021127067999941573, 0.021064912000156255, 0.021015709999801402, 0.02113462200009053, 0.02096105800001169, 0.02104066700007934, 0.020662462000018422, 0.02120382999987669, 0.02079252499993345, 0.02114759599999161, 0.02107429900001989, 0.021309007000127167, 0.02074529599985908, 0.020993899000131933, 0.021130244000005405, 0.020802001999982167, 0.021040346000063437, 0.02111976399987725, 0.02116869500014218, 0.02098512399993524, 0.021044011999947543, 0.02104181899994728, 0.021189563999996608, 0.021076714000173524, 0.020986049999919487, 0.021148787999891283, 0.021086267000100634, 0.02098335000005136, 0.021168113999920024, 0.021113622000029864, 0.020705673000065872, 0.021022361999939676, 0.02124325499994484, 0.02070565200006058, 0.021701377999988836, 0.020565772000054494, 0.021245418000034988, 0.021147284999869953, 0.02101313499997559, 0.021008788000017375, 0.02108134200011591, 0.02100075199996354, 0.020975997000050484, 0.021114112999839563, 0.02110660000016651, 0.021031088999961867, 0.021072836000030293, 0.02106716699995559, 0.021185135999985505, 0.020910663999984536, 0.021260195999957432, 0.0207890070000758, 0.020895365999876958, 0.021069891000024654, 0.0209551380000903, 0.02122529999996914, 0.021158025999966412, 0.021028964999914024, 0.021372735000113607, 0.02060520500003804, 0.02108933799991064, 0.021041658000058305, 0.02093878699997731, 0.02102167099997132, 0.021617006000042238, 0.020563917999879777, 0.021080301000210966, 0.021033201999898665, 0.021109525999918333, 0.02108908600007453, 0.021009729000070365, 0.020984923000014533, 0.02112385199984601, 0.020954887000016242, 0.021146754000028523, 0.020930571999997483, 0.021064069999965795, 0.02080439600013051, 0.02136814699997558, 0.020981226000003517, 0.021188893000044118, 0.021137977999842406, 0.021053290000054403, 0.021202007000056255, 0.021018745999981547, 0.021155600999918533, 0.020745407000049454, 0.021263672000031875, 0.020874728000080722, 0.021032851999962077, 0.021306140999968193, 0.020715310000014142, 0.021205584999961502, 0.021162403000062113, 0.021158636999871305, 0.020938215000114724, 0.021001062999857822, 0.021199393000188138, 0.02115261499989174, 0.021007004000011875, 0.020904221999899164, 0.02080959700015228, 0.02143174499997258, 0.020818051999867748, 0.020881210000197825, 0.02171358999999029, 0.020504587999994328, 0.021138708999842493, 0.020932004000087545, 0.021120626000083575, 0.020992285999909654, 0.020987767999940843, 0.021070042000019384, 0.036702461000004405, 0.0971470810000028], [], [], [0.022154130999979316], [0.02126887200006422, 0.021652927000104683, 0.020455586999787556, 0.02107653300004131, 0.021077245000014955, 0.021048761999963972, 0.021108052000045063, 0.021083877000137363, 0.02105855999980122, 0.02098485300007269, 0.021049182000069777, 0.021184956000070088, 0.02090787899987845, 0.020808915000088746, 0.021138178000001062, 0.02081006699995669, 0.021750529999962964, 0.0208425979999447, 0.021010069000112708, 0.03823749100001805, 0.026919400999986465, 0.021681300999944142, 0.020621875999950134, 0.02125616800003627, 0.021272518999921886, 0.02105279900001733, 0.02121544300007372, 0.020987697000009575, 0.02109896599995409, 0.02104569600010109, 0.021031189000041195, 0.020926603999896543, 0.02092055299999629, 0.02101652200008175, 0.02108759399993687, 0.02097845999992387, 0.021360834000006435, 0.020232961000147043, 0.021271256999852994, 0.021104034000018146, 0.021052529000144204, 0.021062516999791114, 0.021078658000078576, 0.021093435000011596, 0.021049321999953463, 0.0383271580001292, 0.05859213999997337, 0.02144699399991623, 0.021529526999984228, 0.02156033500000376, 0.021157515000140847, 0.02135102499983077, 0.021294840000109616, 0.021347207999951934, 0.02133200899993426, 0.021297636000099374, 0.021260946999973385, 0.021221192999973937, 0.021290372000066782, 0.02130521999993107, 0.02127947100007077, 0.021303276000026017, 0.02121556299994154, 0.021269473000074868, 0.021320828999932928, 0.021189303000028303, 0.021135994999895047, 0.02140666900004362, 0.021301952999920104, 0.021271517000059248, 0.021315218000154346, 0.02117440600000009, 0.021366473999933078, 0.021064440999907674, 0.021203900000045905, 0.021573860999978933, 0.021026841000093555, 0.021301351999909457, 0.020985544000041045, 0.021236001000033866, 0.02144529999986844, 0.02140856200003327, 0.021274843000128385, 0.02121827799987841, 0.02135935100000097, 0.021326307999970595, 0.021270866000122624, 0.021285924000039813, 0.021075931999803288, 0.021281315000123868, 0.021185576999869227, 0.021632810000028257, 0.02093216499997652, 0.021211254000036206, 0.021225050000111878, 0.021115465999855587, 0.021569102000057683, 0.021120655999993687, 0.021102311000049667, 0.038041475999989416, 0.027437186000042857, 0.03817869099998461, 0.04089190700005929, 0.021772790999875724, 0.021512666000035097, 0.021207517999982883, 0.02151549099994554, 0.021365070999991076, 0.02123757399999704, 0.021331949000114037, 0.02106219699999201, 0.021161913000014465, 0.021375700999897163, 0.021206761000030383, 0.021130173000074137, 0.021382694000067204, 0.021274973999879876, 0.021128008999994563, 0.0213804899999559, 0.02147045700007766, 0.021065362999934223, 0.021408311999948637, 0.021071213000141142, 0.021297414999935427, 0.02118457500000659, 0.02120293899997705, 0.02145649199997024, 0.02088270200010811, 0.02130861599994205, 0.02191711000000396, 0.020660909000071115, 0.02111231100002442, 0.0213597709998794, 0.020919512000091345, 0.021423499999855267, 0.021158646999992925, 0.021342650000178764, 0.021175386999857437, 0.021136716000000888, 0.021171220000042013, 0.021304669000073773, 0.021436234000020704, 0.021352587999899697, 0.021089068000037514, 0.021336887999950704, 0.021223779000138165, 0.021376912999812703, 0.02132377400016594, 0.021505041999944297, 0.021015650999970603, 0.021468643999924097, 0.038746710000168605, 0.08186876399986431, 0.02201727600004233, 0.02188689400009025, 0.021436003999951936, 0.021446091999905548, 0.021356505000085235, 0.0212666980000904, 0.021359240999800022, 0.021239508000007845, 0.021441482999989603, 0.020960317000117357, 0.021596002000023873, 0.021423099000003276, 0.021478442999978142, 0.02138629099999889, 0.02180421999992177, 0.02105713800006015, 0.021369478999986313, 0.0214422450001166, 0.021278780999864466, 0.02166931800002203, 0.02101634199993896, 0.02134309000007306, 0.021294900999919264, 0.020896759000152088, 0.02096132899987424, 0.02068402200006858, 0.020965677000049254, 0.020914081000000806, 0.020985614999972313, 0.020894343999998455, 0.02099162600006821, 0.020965916999784895, 0.02086771500012219, 0.020686968000063644, 0.02095877399983692, 0.021041228000058254, 0.021123190000025716, 0.02097785999990265, 0.021455109000044104, 0.02094522000015786, 0.021477099999856364, 0.02091718600013337, 0.02089846299986675, 0.020913608999990174, 0.020893373000035353, 0.02089000599994506, 0.020895656999982748, 0.03920036500016977, 0.1321264829998654, 0.02160831500009408, 0.021408912999959284, 0.02114394899990657, 0.038418860000092536, 0.05937081999991278, 0.02117130999999972, 0.021309038000026703, 0.037845910999976695, 0.02726564700014933, 0.021368476999896302, 0.0212154329999521, 0.02123424700016585, 0.021035687999983566, 0.02158761600003345, 0.020700583999996525, 0.021377694999955565, 0.02106183599994438, 0.02134032499998284, 0.021240779999970982, 0.02114619400003903, 0.021197599000061018, 0.02141379199997573, 0.021122408999872277, 0.021155311000029542, 0.03844287400011126, 0.058183517999850665, 0.02165140500005691, 0.02154126000004908, 0.02171099499992124, 0.021000002000164386, 0.021494471999858433, 0.021047290000069552, 0.021375650999971185, 0.02130662200011102, 0.02097434299980705, 0.02135922100001153, 0.020867595000026995, 0.02172294700017119, 0.02068708899992089, 0.021350563999931182, 0.021230881000064983, 0.02123159300003863, 0.037572782999859555, 0.02743153500000517, 0.02143205700008366, 0.021317633000080605, 0.021304377999967983, 0.021469987000045876, 0.021395798999947147, 0.02138264299992443, 0.021273310999958994, 0.02125340300017342, 0.021339002999866352, 0.0214979489999223, 0.02134250900007828, 0.02135525400012739, 0.021290341999929296, 0.021382564000077764, 0.021145601999933206, 0.021495383999990736, 0.02144129399994199, 0.021170419000100082, 0.021209170000020094, 0.02118447499992726, 0.021150432000013097, 0.021580011999958515, 0.021141213999953834, 0.021374890000060986, 0.021240038000087225, 0.021150781999949686, 0.021321800999885454, 0.021379889000172625], [0.021625066000069637, 0.02169349299992973, 0.020620323000002827, 0.02125726000008399, 0.021271075999948152, 0.020870780999985072], [0.02209393899988754, 0.02143706500010012, 0.021526702999835834, 0.02157635499997923, 0.021120014000189258, 0.021374678999791286, 0.021291344000019308, 0.021349051000015606, 0.0213328410000031, 0.021284371000092506, 0.021273830999916754, 0.02122023100014303, 0.021320799000022816, 0.02127342999983739, 0.021298357999967266, 0.021306551000179752, 0.02122997999981635, 0.021255918000179008, 0.021302984999920227, 0.021187810999890644, 0.021156162000124823, 0.02140187000009064, 0.021299879999787663, 0.021259735000057844, 0.02133327100000315, 0.021188723000022947, 0.021347859000115932, 0.021066855999833933, 0.02120187600007739, 0.02153526899996905, 0.021077605000073163, 0.021287968000024193, 0.021001913999953103, 0.021203078999860736, 0.0214237510001567, 0.021451080999895566, 0.02127046500004326, 0.021218137999994724, 0.021389857000031043, 0.021297284999945987, 0.0212711860001491, 0.021287485999891942, 0.021062258000029033, 0.021295791000056852, 0.021172452999962843, 0.021658588000036616, 0.020923227999901428, 0.02120406099993488, 0.021230650999996215, 0.02109476700002233, 0.02156925200006299, 0.02112085599992497, 0.02110597800015057, 0.03806363699982285, 0.027432207000174458, 0.03815868399988176, 0.04090159500015034, 0.02178385199999866, 0.02150624399996559, 0.02116755299994111, 0.02155566600004022, 0.021317812999996022, 0.021285312999907546, 0.021329273999981524, 0.021074189000046317, 0.02116230399997221, 0.021369719999938752, 0.021203405000051134, 0.02112856999997348, 0.021380650000082824, 0.021290352000050916, 0.021112931000061508, 0.021368707999954495, 0.02144565200001125, 0.021117869999898176, 0.02138592999995126, 0.021090630000117017, 0.02129151400004048, 0.02116654099995685, 0.021245387999897503, 0.021459427000081632, 0.020835374999933265, 0.021291874000098687, 0.021909736999987217, 0.02070170499996493, 0.021124433000068166, 0.02133147899985488, 0.020920662999969863, 0.02142458200000874, 0.02117294300001049, 0.021343262000073082, 0.021180576999995537, 0.02112250999994103, 0.021161431000109587, 0.021318866000001435, 0.021449447999884796, 0.0213387320000038, 0.021075803000030646, 0.021335786999998163, 0.021243355000024167, 0.021378225000034945, 0.02130468900008964, 0.021485966999989614, 0.021044443999926443, 0.0214713989998927, 0.038752291000037076, 0.0818974660001004, 0.02200028599986581, 0.02184713900010138, 0.021492939999916416, 0.02141951299995526, 0.0213764820000506, 0.02126915300004839, 0.021307193999973606, 0.02128693600002407, 0.021440812000037113, 0.02093321699999251, 0.02162259100009578, 0.021386671999835016, 0.021536060000016732, 0.02140474499992706, 0.021718681000038487, 0.021127297000020917, 0.02135919100010142, 0.0214574439999069, 0.02126046600005793, 0.02168420599991805, 0.020961970000143992, 0.021324666999817055, 0.021280243000092014, 0.020879235999927914, 0.020961318999979994, 0.020685345000174493, 0.020966157999964707, 0.020913670000027196, 0.020984852999845316, 0.02089406400000371, 0.020992678000084197, 0.02096473500000684, 0.020868204999942463, 0.02071271600016189, 0.02095815299981041, 0.02104492500006927, 0.021135432999926707, 0.02093699400006699, 0.021455479999985982, 0.020944989000099667, 0.021476217999861547, 0.020917558000064673, 0.020902108999962365, 0.0209118259999741, 0.020892491000040536, 0.020889325000098324, 0.02090970299991568, 0.039190738000115743, 0.13218483099990408, 0.02159894700002951, 0.02141121799991197, 0.021144580000054702, 0.03841795800008185, 0.05936036100001729, 0.021181238999815832, 0.021300942000152645, 0.037853946000041105, 0.02726688899997498, 0.021365351999975246, 0.021234738999964975, 0.021244987000045512, 0.020996013999820207, 0.021562539000115066, 0.02069551399995362, 0.02138126199997714, 0.02106151500015585, 0.02134181799988255, 0.02123924700003954, 0.02114523199998075, 0.021207187000072736, 0.02141474399991239, 0.02115010100010295, 0.021156432999987373, 0.038403861000006145, 0.05826187399998162, 0.02162144899989471, 0.021547952999981135, 0.02171477199999572, 0.020992738000131794, 0.021458865999875343, 0.021098946000165597, 0.02136995000000752, 0.02129842799990911, 0.0209212340000704, 0.021367805999943812, 0.02084518299989213, 0.02173776600011479, 0.02072273499993571, 0.02131460700002208, 0.0212313819999963, 0.021230590999948618, 0.03761858799998663, 0.02743671500002165, 0.021449068000038096, 0.02129981999996744, 0.02129918900004668, 0.02147822200004157, 0.021404213999858257, 0.021370702000012898, 0.02131611000004341, 0.02125258199998825, 0.02132781199998135, 0.021483071000147902, 0.021355042999857687, 0.021334695000177817, 0.021299348999946233, 0.02137797499995031, 0.021123471000009886, 0.02150744699997631, 0.021467221999955655, 0.021171791000142548, 0.021183994000011808, 0.02116917599983026, 0.021174076000079367, 0.02159485900006075, 0.021184925999932602, 0.02135127599990483, 0.021214050000025964, 0.021159278000141057, 0.021319565999874612, 0.021379569000146148, 0.021363938999911625, 0.02123785499998121, 0.021325327000113248, 0.02133165899999767, 0.021312272999921333, 0.021003067000037845, 0.02167651099989598, 0.021374409000145533, 0.02123923699991792, 0.03790026299998317, 0.030828725999981543, 0.02131982700007029, 0.021241912000050434, 0.020932935999780966, 0.02136898900016604, 0.021326628999986497, 0.021374890000060986, 0.021396519999825614, 0.021207107000009273, 0.021079670000062833, 0.021668806999969092, 0.020819705000121758, 0.021205854999834628, 0.021311352000111583, 0.02113120500007426, 0.02132872399988628, 0.021153646999891862, 0.02142247900019356, 0.021193220999975892, 0.02124054899991279, 0.020947602999967785, 0.02153099099996325, 0.021176801000137857, 0.021304799000063213, 0.02118582699995386, 0.038026367999918875, 0.045592596999995294, 0.022352932000103465, 0.02219514800003708, 0.021308455999815124, 0.022336772000016936, 0.02168011799994929, 0.021637720000171612, 0.021724681000023338, 0.021892234000006283, 0.02200000499988164, 0.021914845000083005, 0.021233416999848487, 0.02195412900005067, 0.021986940000033428, 0.021538112999905934, 0.021498872000165647, 0.021817653999960385, 0.02169793200005188, 0.02205775199990967, 0.021394485999962853, 0.021584289999964312, 0.022169739999981175, 0.02203908800015597, 0.02125344299997778, 0.021899036999911914, 0.021744668000110323, 0.021836160000020755, 0.021794070999931137, 0.02131176200009577, 0.021920555999940916, 0.02189704299985351, 0.02190791300017736, 0.021826500999850396, 0.021775496000145722, 0.021730692999881285, 0.02247126199995364, 0.021069040000156747, 0.021916488999977446, 0.021738236999908622, 0.02196739400005754, 0.021305539999957546, 0.021750610000026427, 0.02184196999996857, 0.02159242500010805, 0.021839434999947116, 0.02211826600000677, 0.02148841000007451, 0.021683364999944388, 0.02210966899997402, 0.021926357999973334, 0.021750719000010577, 0.021698522999940906, 0.020930291000013312, 0.021612862999973004, 0.021516394000173023, 0.02155715899993993, 0.021104345999901852, 0.021510662000082448, 0.02139030900002581, 0.021279140999922674, 0.021387744000094244, 0.021431003999850873, 0.021080060000031153, 0.021449950000032914, 0.02145131199995376, 0.021037220000152956, 0.021744097999999212, 0.021295280999993338, 0.02184445499983667, 0.021038463000195406, 0.021629814999869268, 0.020985483000004024, 0.021436876000052507, 0.021381180999924254, 0.02133508600013556, 0.02126450399987334, 0.021319226000059643, 0.02137209400007123, 0.021404114000006302, 0.02145271499989576, 0.02130685299994184, 0.021494482999969478, 0.021607563000088703, 0.021185597000112466, 0.021818986999960543, 0.020903150999856734, 0.021486457000037262, 0.021496786999932738, 0.020926665000160938, 0.021460027999864906, 0.02138752300015767, 0.021469605999982377, 0.021622931999900175, 0.021315830000048663, 0.021235380000007353, 0.02156627599993044, 0.021524778999946648, 0.020991575000152807, 0.02154077899990625, 0.021454968999933044, 0.021308065000084753, 0.02141353199999685, 0.02153516800012767, 0.02137427899992872, 0.02124042900004497, 0.02116873599993596, 0.021264053000095373, 0.02138232299989795, 0.021433338999941043, 0.021246080000082657, 0.021622199999910663, 0.020771606000153042, 0.021624664999990273, 0.021135212999979558, 0.02135389000000032, 0.02120945199999369, 0.02146433600000819, 0.021283699999912642, 0.02147458500007815, 0.021498680999911812, 0.02144998900007522, 0.021358729999974457, 0.020974213000044983, 0.02138152199995602, 0.021237212999949406, 0.02125080800010437, 0.021111939999855167, 0.02130504000001565, 0.021293037000077675, 0.021234527999922648, 0.021535459000006085, 0.020721603000083633, 0.021138438999969367, 0.021485585999926116, 0.020996434000153386, 0.02119668799991814, 0.021499071000107506, 0.021269682999900397, 0.02103720099989914, 0.021359310000207188, 0.02117831399982606, 0.021117440000125498, 0.02107885800000986, 0.020942914999977802, 0.020955998999852454, 0.02107894800019494, 0.021530769999799304, 0.020694322000053944, 0.02105300000016541, 0.02117683999995279, 0.021064350999949966, 0.021043211999995037, 0.021043431999942186, 0.020833792000075846, 0.02098647599996184, 0.020924099000012575, 0.020955648999915866, 0.02110644900017178, 0.021647467999855508, 0.020571692999965308, 0.021090650000132882, 0.021094927999911306, 0.021051657000043633, 0.021066746000087733, 0.020746327999859204, 0.02093652300004578, 0.02126251000004231, 0.020696406000070056, 0.020904572999825177, 0.021225181000090743, 0.021076582999967286, 0.020942183999977715, 0.02111665899997206, 0.021084789000042292, 0.021045254999989993, 0.021087404000127208, 0.021067678000008527, 0.02099492199999986, 0.021245819999876403, 0.020694943000080457, 0.021097022000049037, 0.020980594999855384, 0.021154238999997688, 0.021140965000086, 0.021069961999955922, 0.02107889800004159, 0.021049372999868865, 0.021080542000163405, 0.021066725999844493, 0.021077586000046722, 0.021062647999997353, 0.021142286999975113, 0.021137061999979778, 0.021019598000066253, 0.02113028500002656, 0.021006532999990668, 0.021080621999999494, 0.021134031999963554, 0.021094016000006377, 0.020980465000093318, 0.021155961999966166, 0.020968893999906868, 0.02118825200000174, 0.021080341000015324, 0.02132269300000189, 0.020679875000041648, 0.038982870999916486, 0.2152329870000358, 0.021214300000110597, 0.02148898299992652, 0.021554014000003008, 0.021527383999909944, 0.03907975200013425, 0.03317188200003329, 0.02154497799983801, 0.021474656000009418, 0.021571536000010383, 0.02145499900007053, 0.021438018000026204, 0.03791341800001646, 0.09604591199990864, 0.02151865800010455, 0.021906531000013274, 0.02139385600003152, 0.021564973999829817, 0.021512250000114364], [], [], [0.022411441000031118, 0.022004223000067213, 0.02184743999987404, 0.02148970400003236, 0.021423920999950496, 0.021371954000187543, 0.021269893999942724, 0.021309879000000365, 0.02128414999992856, 0.02144110299991553, 0.02093904800017299, 0.021617250999952375, 0.02138635100004649, 0.021524377999867284, 0.021415977000060593, 0.021721155000022918, 0.021124321999877793, 0.021359492000101454, 0.021457774000054997, 0.02126054599989402, 0.021682433000023593, 0.020935710999992807, 0.021351927000068827, 0.021281816000055187], [0.021900188000017806, 0.021599257999923793, 0.021410355999933017, 0.02118492500017055, 0.03837695199990776, 0.059402008999995815, 0.021141013000033126, 0.021339334000003873, 0.037815283999862004, 0.027266408000059528, 0.02136670499999127, 0.021217456000158563, 0.021296242999824244, 0.02097003600010794, 0.021591211999975712, 0.020698950999985755, 0.02137819499989746, 0.021061646000134715, 0.021341608000057022, 0.021239376999801607, 0.02114579300018704, 0.02120620499999859, 0.02141516500000762, 0.02111302200000864, 0.021155550999992556, 0.03844247299980452, 0.05819465900003706, 0.021638882000161175, 0.021542902999954094, 0.021712809000064226, 0.020997686999862708, 0.021496806999948603, 0.021046197000032407, 0.02137468900014028, 0.02130579099980423, 0.02097809000019879, 0.02136494199999106, 0.020850381999935053, 0.0217317940000612, 0.02068671799997901, 0.021351214999867807, 0.02123204400004397, 0.021229969999922105, 0.03757250200010276, 0.027432066000073974, 0.02144593299999542, 0.02130270499992548, 0.02130067100006272, 0.021475035999856118, 0.021395188000042253, 0.021382474000120055, 0.021348210000041945, 0.02121610399990459, 0.021327881999923193, 0.02147250100006204, 0.021352749000016047, 0.021351966999873184, 0.021283369000002494, 0.021387593000099514, 0.0211342009999953, 0.021502067000028546, 0.021440492000010636, 0.021171209999920393, 0.02122034200010603, 0.02116987799990966, 0.0211548090001088, 0.021577196999942316, 0.021151714000097854, 0.02136708499983797, 0.021237513999949442, 0.021152485000129673, 0.021321339999985867, 0.021378997000056188, 0.021362045999921975, 0.021289009999918562, 0.021325056000023324, 0.021329796000145507, 0.021263471999873218, 0.021062979000134874, 0.021668476999820996, 0.021369489000107933, 0.02124519800008784, 0.03789677599979768, 0.030785375000050408, 0.02128694600014569, 0.021263712999825657, 0.020940360000167857, 0.02134264999995139, 0.021353629000032015, 0.02136542199991709, 0.02138743299997259, 0.021223818999942523, 0.02108911700020144, 0.021630285999890475, 0.020831236000049103, 0.021211706000030972, 0.021302935999983674, 0.021166369999946255, 0.021313515999963784, 0.021133199000132663, 0.02143769699978293, 0.021188643000186858, 0.021240239000007932, 0.020963842999890403, 0.021521784000015032, 0.021187190000091505, 0.02131310400000075, 0.02114160499991158, 0.03806713399990258, 0.04565354999999727, 0.022348073000102886, 0.022194706999925984, 0.021313015000032465, 0.022319038999967233, 0.021679968000171357, 0.02165594399980364, 0.021716085000207386, 0.021895869999980277, 0.021999533999860432, 0.021907952999981717, 0.021245539000119606, 0.02194823800004997, 0.021993161999944277, 0.021515481000051295, 0.0215193689998614, 0.021818987999949968, 0.021692371000199273, 0.022058643999798733, 0.02139372400006323, 0.02159488000006604, 0.022158830000080343, 0.022039908999886393, 0.021245218000103705, 0.02188888799992128, 0.021768893999933425, 0.021831340000062482, 0.02179387000001043, 0.021319907999895804, 0.021917670999982874, 0.021892243000138478, 0.021897122999916974, 0.021836339999936172, 0.02177395300009266, 0.021732796999913262, 0.022470902000122805, 0.021067156000071918, 0.021918341999935365, 0.021702389999973093, 0.021998601999939638, 0.021309237999957986, 0.021755779000159237, 0.02183631899993088, 0.021593829000039477, 0.021844394000027023, 0.02204374600000847, 0.021561086000019714, 0.021684026000002632, 0.022028647999832174, 0.022003500999971948, 0.021686771000076988, 0.021742285000073025, 0.020873965999953725, 0.0216314169999805, 0.021513498000103937, 0.021555826999929195, 0.021077896999941004, 0.021479994999936025, 0.021456843000123627, 0.02127934100008133, 0.021388664999903995, 0.021378908000087904, 0.021144559999811463, 0.021419894000018758, 0.021466480000071897, 0.02106378999997105, 0.021739328999956342, 0.02125666900019496, 0.021851307999895653, 0.02104444299993702, 0.02163468499998089, 0.020984622000014497, 0.021416637000129413, 0.02140309299988985, 0.02133497499994519, 0.021262270000079297, 0.021309868000116694, 0.021384547999787173, 0.021398624000084965, 0.021406738999985464, 0.021360001999937595, 0.021485385999994833, 0.02163665700004458, 0.021106188999965525, 0.021899387000075876, 0.020890516999998, 0.021476690000099552, 0.021485715999915556, 0.020941792000030546, 0.02145552999991196, 0.02136044300004869, 0.02146190200005549, 0.021634302999927968, 0.021313454999926762, 0.021225291000064317, 0.02157655600012731, 0.021499090999895998, 0.02101434800010793, 0.021551918999875852, 0.02142673699995612, 0.02136673400013933, 0.021410816999832605, 0.021490545000006023, 0.021405727000001207, 0.02121574300008433, 0.021207107000009273, 0.02124790299990309, 0.021399666000206707, 0.021442987000000358, 0.021213317999809078, 0.021565415000168286, 0.0208510939999087, 0.021559823999950822, 0.021136856000111948, 0.02135589399995297, 0.021228628000017125, 0.021451923000086026, 0.021312021999847275, 0.02144079300001067, 0.02153670100005911], [0.022119216999954006], [], [0.022079291999943962, 0.0216259579999587, 0.02150828799994997, 0.021713009999984934, 0.0209967850000794, 0.021496667000064917, 0.021094306999884793, 0.02137067100011336, 0.02126162900003692], [0.02164537399994515, 0.02144687400004841, 0.021301782999898933, 0.02129737500013107, 0.02147823299992524, 0.021396520000052988, 0.021380809999982375, 0.021351876999915476, 0.02122387899999012, 0.021315919000016947, 0.021520761999909155, 0.021355363000111538, 0.02130141299994648, 0.02133238999999776, 0.021340697000141517, 0.021128810999925918, 0.021506023000029018, 0.021499772999959532, 0.02117198099995221, 0.021159860000125263, 0.021169025999824953, 0.021202128000140874, 0.021587564999890674, 0.021185227000160012, 0.02135588399983135, 0.021214550999957282, 0.02115775500010386, 0.02132032800000161, 0.02137985900003514, 0.02132363400005488, 0.021277077999911853, 0.021325015999991592, 0.02133149900009812, 0.021314897999900495, 0.02100481000002219, 0.021673515999964366, 0.021373898000092595, 0.021239707999939128, 0.03789847899997767, 0.03078147800010811, 0.021303927999952066, 0.021250607999945714, 0.020937754999977187, 0.021348751000004995, 0.021348610000131885, 0.021374769999965793, 0.02139113999987785, 0.021211075000110213, 0.021088885999915874, 0.02164528399998744, 0.020817630999999892, 0.021211044999972728, 0.021311361000016404, 0.021153596999965885, 0.021317593000048873, 0.021133590000090408, 0.02143770699990455, 0.021195626000007906, 0.021243644999913158, 0.020953534000000218, 0.021522535000030985, 0.021178895000048215, 0.021316170000091006, 0.021213228999840794, 0.03799774399999478, 0.045736284000213345, 0.022344255999996676, 0.022148611999909917, 0.021357237000074747, 0.02236281999989842, 0.02167854599997554, 0.021613573999957225, 0.02172614500000236, 0.021910757000114245, 0.02201389099991502, 0.021899807999943732, 0.02123896600005537, 0.021961293000003934, 0.021967955000036454, 0.021572327000058067, 0.021461862000023757, 0.02181737399996564, 0.021722227000054772, 0.022065575999931752, 0.021378857999934553, 0.021562488999961715, 0.022213312000076257, 0.022081034999928306, 0.021192630000086865, 0.02190044000008129, 0.021735711000019364, 0.021846067999831575, 0.0217881999999463, 0.02128820800021458, 0.02192544599984103, 0.021927920000052836, 0.021899006000012378, 0.02184673900001144, 0.021758343999863428, 0.02172787800009246, 0.022468076999984987, 0.021076513000025443, 0.021927669999968202, 0.021734449999939898, 0.02187870800003111, 0.02140749099999084, 0.021711146000143344, 0.021855364999964877, 0.021597063999934107, 0.021827672999961578, 0.02205344399999376, 0.021534958000074766, 0.021688784999923882, 0.022064774999989822, 0.02199573699999746, 0.021624795000207087, 0.02170063699986713, 0.02092899900003431, 0.021589969999922687, 0.02151481100008823, 0.021556568000050902, 0.0211286310000105, 0.021508587999960582, 0.021370040999954654, 0.021278981000023123, 0.02138769299995147, 0.021450450999964232, 0.021066434999966077, 0.02146524800014049, 0.021430733999977747, 0.021047819999921558, 0.021755899000027057, 0.021269905000053768, 0.021846067000069525, 0.021037410999952044, 0.021631858999853648, 0.02098541300006218, 0.021446363999984897, 0.021371403000102873, 0.02133702900005119, 0.02126165899994703, 0.02132103899998583, 0.021371944000065923, 0.021402640999895084, 0.021468924999908268, 0.021293378000109442, 0.021488140999963434, 0.021634724000023198, 0.021182220999889978, 0.021822614000029716, 0.020884345000013127, 0.021483252000052744, 0.02151774599997225, 0.02092912900002375, 0.02143520200002058, 0.02141245000007075, 0.021469024999987596, 0.021617280999862487, 0.021321761000081096, 0.02123464800001784, 0.021565804999909233, 0.02151938900010464, 0.020997818000068946, 0.021539996999990763, 0.0214539869998589, 0.021291453999992882, 0.021412791000102516, 0.021548472999938895, 0.02135480199990525, 0.021216885000058028, 0.021199233000061213, 0.02125726000008399, 0.02139805299998443, 0.021442125000021406, 0.021215131999952064, 0.021650753999892913, 0.020756126000151198, 0.021630375999848184, 0.021143578999954116, 0.021357427000111784, 0.021211154999946302, 0.021460878999960187, 0.021286966000161556, 0.021470317999956023, 0.021501244999853952, 0.02141028500000175, 0.02134562600008394, 0.020994820999931108, 0.021365863000028185, 0.021246360000077402, 0.021227806000069904, 0.021141725000006772, 0.021304017999909775, 0.021273530999906143, 0.021264053000095373, 0.021526272000073732, 0.020722062999993796, 0.02113837899992177, 0.021457533000102558, 0.02103113999987727, 0.021173755000063466, 0.02148722800006908, 0.021247903999892515, 0.021094686999958867, 0.02148466400012694], [0.021587124999996377, 0.021316792000106943, 0.02120419099992432, 0.020973673000071358, 0.021364850999816554, 0.021294479000061983, 0.02137457000003451, 0.02139285199996266, 0.02120991300012065, 0.02108726299979935, 0.02169553800013091, 0.02081972499991025, 0.021205965000035576, 0.021311130999947636, 0.02110576800009767, 0.021320128000070326, 0.021187659999895914, 0.021383556000046156, 0.021195615999886286, 0.021243163999997705, 0.02098676700006763, 0.02149019400008001, 0.02121814799988897, 0.02127363099998547, 0.021215752999978577, 0.03799609100019552, 0.04564903199980108, 0.022356900000204405, 0.02219445699984135, 0.021357517000069492, 0.022358822999876793, 0.021676973000012367, 0.021618974000148228, 0.02172537299998112, 0.02190789299993412, 0.022014011000010214, 0.021899276000112877, 0.021228016999884858, 0.021971992000089813, 0.02196492899997793, 0.021573739999894315, 0.021467102000087834, 0.021816812999986723, 0.021718290000080742, 0.0220624499997939, 0.021383206000109567, 0.02156844999990426, 0.02220712000007552, 0.022080355000070995, 0.021193210999854273, 0.02190127000017128, 0.021737946000030206, 0.021842762000005678, 0.021789040999919962, 0.021294058999956178, 0.021922359999962282, 0.02192066700013129, 0.021903183999938847, 0.021846949000064342, 0.0217580739999903, 0.02172798799983866, 0.02246870800013312, 0.021074438999903577, 0.021928362000153356, 0.021735270999897693, 0.021882324999978664, 0.02140434400007507, 0.021713611999985005, 0.021853039999996327, 0.021595690999902217, 0.02183167099997263, 0.0220560600000681, 0.02153233200010618, 0.021689195999897493, 0.022063211999920895, 0.0219937030001347], [0.02284712200003014, 0.022343785999964894, 0.022145666000142228, 0.021355813999889506, 0.02236607700001514, 0.02167898600009721, 0.02160965699999906, 0.021726925999928426, 0.02191251099998226, 0.022014652000052592, 0.021898885999917184, 0.021244247000140604, 0.021956412999998065, 0.021965179999824613, 0.021576935999974012, 0.0214579840001079, 0.021817714999997406, 0.021725173000049836, 0.02206730900002185, 0.02137712399985503, 0.021557290000146168, 0.02221718900000269, 0.0220815870000024, 0.02119180799991227, 0.021900108999943768, 0.02173421900010908, 0.021847710999963965, 0.02179068400005235, 0.02128175600000759, 0.02192952299992612, 0.021927960000084568, 0.02189891699981672, 0.02184730000021773, 0.02175825399990572, 0.021727526999939073, 0.022468316999948, 0.02107749500009959, 0.021927409999989322, 0.021734388999902876, 0.021877166000194848, 0.02140800099982698, 0.021710616000063965, 0.021856055999933233, 0.021598727000082363, 0.02182380599992939, 0.022053254000184097, 0.021535578999873906, 0.021688393999966138, 0.022067450000122335, 0.02199470499999734, 0.0215601439999773, 0.02173847799986106, 0.02088006700000733, 0.021636417000081565, 0.021514340000067023, 0.02155555599983927, 0.021121488000062527, 0.021512885999982245, 0.02137500000003456, 0.021278279999933147, 0.02138778300013655, 0.021398695000016232, 0.021120265000035943, 0.021427547999792296, 0.02146601900017231, 0.021053370999879917, 0.02174921699997867, 0.021267279000085182, 0.021848733000069842, 0.021036859999867374, 0.021634052000081283, 0.02098384099986106, 0.021411478000118223, 0.021407470999974976, 0.02133727899990845, 0.0212611280001056, 0.021319796999932805, 0.021373818000029132, 0.021401439000101163, 0.021419792999950005, 0.021343671000067843, 0.021486648999825775, 0.02163619600014499, 0.021177341999873533, 0.021827483000151915, 0.020886899999823072, 0.02148029700015286, 0.02148051599988321, 0.02093978900006732, 0.021462954000071477, 0.021412168999859205, 0.0214687950001462, 0.021570984999925713, 0.021368707999954495, 0.021233445999996547, 0.021567438000147376, 0.0214494989998002, 0.021066876000077173, 0.021541609999985667, 0.021449389000053998, 0.02129686400007813, 0.021411497999906715, 0.021495614000059504, 0.02140543699988484, 0.021216174000073806, 0.021201747000077376, 0.02125483599979816, 0.021397903000206497, 0.021442284999920957, 0.021214890999999625, 0.02164950199994564, 0.020761106000009022, 0.021572597999920617, 0.021195405000071332, 0.02136165499996423, 0.021212157000036314, 0.021457112999996752, 0.021290282000109073, 0.02146561799986557, 0.02146834400014086, 0.021484825000015917, 0.02135107499998412, 0.020994831999814778, 0.02136578200020267, 0.02125359399997251, 0.02121559299985165, 0.021147456000107923, 0.021305269999857046, 0.021266448000005767, 0.021264323000195873, 0.021532022999963374, 0.02071268500003498, 0.02115155399997093, 0.021454338000012285, 0.02102519699997174, 0.02117945600002713, 0.02148796999995284, 0.02129361900006188, 0.021042640999894502, 0.021350814000015816, 0.021166952999919886, 0.021123641000031057, 0.021059191999938776, 0.020968331000176477, 0.02095466699984172, 0.021080532000041785, 0.021525860000110697, 0.020661360999838507, 0.02108288500016897, 0.021173914999963017, 0.021070172000008824, 0.021043512999995073, 0.021042820000047868, 0.02083456299988029, 0.020991275000142195, 0.020918188999985432, 0.020959484999821143, 0.021102623000160747, 0.021648148999929617, 0.020572253999944223, 0.02108296500000506, 0.021100700000033612, 0.021057857999949192, 0.021066786000119464, 0.020744925999906627, 0.020929368999986764, 0.0212656160001643, 0.020701504999806275, 0.020904653000116014, 0.021220673000016177, 0.021075360999930126, 0.020942865000051825, 0.021115386000019498, 0.021091631999979654, 0.02103964499997346, 0.021080300999983592, 0.02107423999996172, 0.020995913999968252, 0.021246040000050925, 0.020699831999991147, 0.021091211000111798, 0.020978531999844563, 0.02115182400007143, 0.02114631500012365, 0.021066304999976637, 0.021073037999940425, 0.021058369999991555, 0.02108134299987796, 0.021065834000182804, 0.0210833169999205, 0.021036459000015384, 0.021163204999993468, 0.02111461100002998, 0.021020810999971218, 0.02112361099989357, 0.021022043000129997, 0.021093545999974594, 0.021133880999968824, 0.02109046999999009, 0.020980876000066928, 0.02115686399997685, 0.020969924999917566, 0.021189685000081226, 0.021047840999926848, 0.021356025000159207, 0.020682639999904495, 0.03895722299989757, 0.21521496300010767, 0.021217166000042198, 0.021486918999926274, 0.021533915999953024, 0.021535400000175287, 0.03908434999993915, 0.03316698300000098, 0.021544305999896096, 0.021485506000090027, 0.021566767999956937, 0.021462563000113732, 0.021431394999808617, 0.03792296599999645, 0.09601213000019015, 0.021512686999813013, 0.021879699999999502, 0.021430574000078195, 0.02158897899994372, 0.021493396000096254, 0.021348661000047287, 0.020945579999988695, 0.021084079000047495, 0.02107639299993025, 0.02110236199996507, 0.021170629999915036, 0.021118833000173254, 0.020972760999939055, 0.021206806000009237, 0.02113494299987906, 0.020811070000036125, 0.02126205000013215, 0.020877823999853717, 0.021163887000057002, 0.02085829699990427, 0.02129701500007286, 0.02111779100005151, 0.021085770999889064, 0.02101990900018791, 0.02140594799993778, 0.020837217999996938, 0.020924721000028512, 0.021043553000026805, 0.021040756999809673, 0.02114485200013405, 0.020798485999875993, 0.02129275700008293, 0.021057929000107833, 0.021145893999801046, 0.021123300999988714, 0.020836647000123776, 0.02098103599996648, 0.02127768900004412, 0.020848670000077618, 0.02102847399987695, 0.021366395000086413, 0.020895014999950945, 0.020743173000028037, 0.03793374099996072, 0.02852022499996565, 0.02145691300006547, 0.021308094999994864, 0.021043744000053266, 0.02145607099987501, 0.02116975800004184, 0.022036762999960047, 0.020409881999967183, 0.02128052500006561, 0.02106065399993895, 0.02125121000017316, 0.021069750999913595, 0.03827891900004943, 0.02740233199983777, 0.021264975000121922, 0.021532503999878827, 0.0207536320001509, 0.021243625999886717, 0.02080994700008887, 0.021053722000033304, 0.020991575999914858, 0.020962220999990677, 0.021284712000124273, 0.02113827899984244, 0.021004089000143722, 0.021021992999976646, 0.02122113299992634, 0.02120199799992406, 0.021459939000123995, 0.020607218999884935, 0.02112126800011538, 0.021086431999947308, 0.021069771999918885, 0.021018465999986802, 0.02118227100004333, 0.02150355000003401, 0.020638287000110722, 0.020828301999927135, 0.021348210000041945, 0.021163065999871833, 0.020947674000126426, 0.03782060999992609, 0.027538986000081422, 0.02143609499989907, 0.021031970999956684, 0.021272427999974752, 0.02126939400000083, 0.021215543000153048, 0.02142333000006147, 0.021340796999993472, 0.021718941000017367, 0.020989662999909342, 0.021162673999924664, 0.03855541500001891, 0.03340929499995582, 0.021476529999972627, 0.021459016000108022, 0.02121860900001593, 0.021363389000043753, 0.021433638999951654, 0.037657571999943684, 0.028965603999949963, 0.021586975999980496, 0.02077568300001076, 0.03844732300012765, 0.11503881399994498, 0.021741242999951282, 0.021505113000102938, 0.021547481999959928, 0.021483742000100392, 0.021608905999983108, 0.02137591199993949, 0.021628322999958982], [0.08900018300005286, 0.02121597399991515, 0.02148782100016433, 0.02157430099987323, 0.021506446000103097, 0.03910380599995733, 0.03315521199988325, 0.02153735299998516, 0.021487018000016178, 0.02156115800016778, 0.021455088999800864, 0.021449789000143937, 0.037924067999938416, 0.09604566200005138, 0.02152144399997269, 0.02190208199999688, 0.02139657099996839, 0.021541158999980325, 0.021535004000043045, 0.021296774000120422, 0.020952542999793877, 0.02108518099998946, 0.02107024200017804, 0.02110239199987518, 0.021172492999994574, 0.02112033599996721, 0.02097002599998632, 0.02121149500021602, 0.021135153999921386, 0.0208058789999086, 0.021267549999947732, 0.020876502000191977, 0.021163686999898346, 0.020855191000009654, 0.0213002810000944, 0.02111951400001999, 0.02108485999997356, 0.021019427999817708, 0.02140831200017601, 0.020829964999848016, 0.02093616199999815, 0.021037131000184672, 0.021040406999873085, 0.02114273699999103, 0.02079644300010841, 0.02129924799987748, 0.021055305000118096, 0.02116216399986115, 0.021137738000106765, 0.020802142999855278, 0.020981297000162158, 0.02128191599990714, 0.02084561400010898, 0.021027281999977276, 0.021370542999875397, 0.020895646000099077, 0.020749535000049946, 0.03792135799994867, 0.028565208999907554, 0.021466601000156516, 0.02130112199984069, 0.021033384000020305, 0.02141469399998641, 0.0212181890001375, 0.02198650899981658, 0.020422977000180254, 0.021287526999913098, 0.02104676799990557, 0.021256249000089156, 0.021129692999920735, 0.03822011000011116, 0.02744066299987935, 0.021271979000175634, 0.02152753399991525, 0.020713467999939894, 0.021242553000092812, 0.020805028000040693, 0.02105550500004938, 0.020989812999914648, 0.020962310999948386, 0.021289852000109022, 0.02113984199991137, 0.020996786000068823, 0.021022943999923882, 0.021275084000080824, 0.021152585999971052, 0.02146105999986503, 0.020614974000181974, 0.021111959999871033, 0.021088856999995187, 0.021067507999987356, 0.02106234799998674, 0.021140091999996002, 0.021501697000076092, 0.020637856000121246, 0.020834092999848508, 0.021342770000046585, 0.02115920799997184, 0.020946892999972988, 0.037823455000079775, 0.027580553999996482, 0.021393043999978545, 0.021075551999956588, 0.02126670899997407, 0.021263382000142883, 0.021226582999815946, 0.021422960000109015, 0.021342921000041315, 0.021668226999963736, 0.02099237700008416, 0.021208038999930068, 0.03851035100001354, 0.03340843299997687, 0.021523276999914742, 0.02144751500009079, 0.021221384999989823, 0.021322972999996637, 0.021433708999893497, 0.037696775000085836, 0.02897425099990869, 0.02157732700015913, 0.020775091999894357, 0.038448134999953254, 0.11504711900010989, 0.021739690000003975, 0.021495564999895578, 0.021566247000009753, 0.021475988000020152, 0.021608395000157543, 0.021363349000012022, 0.021597784999812575, 0.021240089000002627, 0.021453566999980467, 0.021516504000146597, 0.021348199999920325, 0.02152756500004216, 0.02080185199997686, 0.021075903000109975, 0.020962230999884923, 0.02103257199996733, 0.02099574399994708, 0.021519911000041247, 0.02078361799999584, 0.021105468000087058, 0.02100032199996349, 0.021261108000089735, 0.021137017000000924, 0.021119664000025296, 0.021233005999874877, 0.0211199249999936, 0.021556708999924012, 0.021164728000030664, 0.020754585000076986, 0.020835894999891025, 0.021176620999995066, 0.021266258000196103, 0.020895515999882264, 0.021051638000017192, 0.021264955000106056, 0.02102055999989716, 0.021347329000036552, 0.021100688999922568, 0.020830907000117804, 0.02134005499988234, 0.02097710900011407, 0.02114005199996427, 0.020970305999981065, 0.03844533999995292, 0.04228780900007223, 0.021791445999951975, 0.02159629299990229, 0.021538935000080528, 0.03789722800001982, 0.02743283900008464, 0.021355272999926456, 0.021396620999894367, 0.021376553000209242, 0.021364330999858794, 0.020972158999938983, 0.021229449000202294, 0.02216085499981091, 0.020740218000128152, 0.03669927500004633, 0.09788236499980485, 0.02155063700001847, 0.02167859600012889, 0.021774574999881224, 0.021195296000087183, 0.021390899999914836, 0.021452073000091332, 0.021468814999934693, 0.021279793000076097, 0.02148793099991053, 0.02142255900002965, 0.021452494999948613, 0.02146551900000304, 0.021501575999991474, 0.021480386000121143, 0.021409063999954014, 0.03851643200005128, 0.08150999600002251, 0.022066358999836666, 0.02221281100014494, 0.02195732599989242, 0.02194171600012851, 0.02196316599997772, 0.021378727999945113, 0.021220160999973814, 0.02129634400012037, 0.021334814999818263, 0.021693504000040775, 0.021380110000109198, 0.02110227200000736, 0.021158787999866036, 0.021507326000119065, 0.02139937599986297, 0.021131136000121842, 0.020833821999985958, 0.021025778999955946, 0.021392643000126554, 0.020734676999836665, 0.021311763000085193, 0.020901056999946377, 0.02121722700007922, 0.021195524999939153, 0.02089910399990913, 0.020918109000149343, 0.02138457799992466, 0.02122200500002691, 0.020903611999983696, 0.021328984000092532, 0.021141055000043707, 0.021221724999804792, 0.021306623000100444, 0.021468233999939912, 0.020966950000001816, 0.02105400200002805, 0.0214206150001246, 0.021141725000006772, 0.021172492999994574, 0.021094317999995837, 0.021148096999922927, 0.021122439999999187, 0.021177341999873533, 0.021173164000174438, 0.021189464999906704, 0.02119196900002862, 0.021275113999990936, 0.02145979800002351, 0.02093485000000328, 0.021232875999885437, 0.02117767200002163, 0.021267060000127458, 0.021559733999993114, 0.02177207099998668, 0.0201390669999455, 0.021342900000036025, 0.02118107899991628, 0.021062368000002607, 0.021205514000030234, 0.021158817000014096, 0.02109956799995416, 0.021177742999952898, 0.021167734000073324, 0.021164156999930128, 0.020847648000199115, 0.021151993999865226, 0.021362978000070143, 0.020950959999936458, 0.021046198000021832, 0.021408322000070257, 0.020892530999844894, 0.021288039000182835, 0.021165920999919763, 0.02119105699989632, 0.02173196600006122, 0.03746361999992587, 0.031182906000140065, 0.020925101999864637, 0.021489283000164505, 0.03808665099995778, 0.06068772599996919, 0.021546038999986195, 0.02164420200006134, 0.021536230000037904, 0.02122526099992683, 0.021197510000092734, 0.02137118299992835, 0.02140145999987908, 0.02139726200016412, 0.021268662000011318, 0.02124760299989248, 0.021352228000068862, 0.02144659300006424, 0.021227605999911248, 0.021444550000069285, 0.02124639099997694, 0.021314177000022028, 0.021306591999973534, 0.021120607000057134, 0.021365792999858968, 0.02093225499993423, 0.021482270000205972, 0.021487868999884085, 0.021434408000004623, 0.021263013999941904, 0.02139192799995726, 0.02131992100021307, 0.021370195999907082, 0.0215503560000343, 0.021061945999917953, 0.021441391000053045, 0.022153579999894646, 0.02099302700003136, 0.02137793099996088, 0.021217068000169093, 0.021226405999868803, 0.02143850500010558, 0.02135233299986794, 0.021292180000045846, 0.02131061399995815, 0.021198994000087623, 0.021323458000097162, 0.021414770999854227, 0.021299814000030892, 0.02130284899999424, 0.02137262099995496, 0.020986063999998805, 0.02119932499999777, 0.02125152300004629, 0.021085881000090012, 0.02108978899991598, 0.02115027300010297, 0.02117498899997372, 0.02107846699982474, 0.021101832000113063, 0.02112969399991016, 0.021140834000107134, 0.021164680000083536, 0.02109637099988504, 0.02112807100002101, 0.021102061999954458, 0.021117140000114887, 0.021126948999835804, 0.02105701699997553, 0.021177604000058636, 0.021176471999979185, 0.021198292999997648, 0.020993607000036718, 0.021250702000088495, 0.021075201000030575, 0.021082033999846317, 0.02107183500015708, 0.02116758499983007, 0.02111460600008286, 0.021095097999932477, 0.021174218000169276, 0.021137918999784233, 0.02117227400003685, 0.021065564000082304, 0.021043179999878703, 0.021914341000183413, 0.021098655999821858, 0.03752236200011794, 0.02901984300001459, 0.021116598999924463, 0.03809868799999094, 0.09444751000000906, 0.02166631399995822, 0.021516231000077823, 0.021484946000100535, 0.02141306099997564, 0.021434850999867194, 0.021297736000178702, 0.021454105999964668, 0.021376281999891944, 0.02178402200001983, 0.02087018900010662, 0.02119198799982769, 0.021582286000011663, 0.02140395400010675, 0.021464966999928947, 0.021366614000044137, 0.021416948000023694, 0.021350933999883637, 0.021385139000130948, 0.021399925999958214, 0.021121857000025557, 0.02124013799993918, 0.021347319000142306, 0.021312923999857958, 0.02112115599993558, 0.021438198000168995, 0.0213988729999528, 0.02101545999994414, 0.021362255999974877, 0.02131638000014391, 0.02135575399984191, 0.021380600000156846, 0.02127857999994376, 0.02117154000006849, 0.02141100699986964, 0.021656284000073356, 0.02089026599992394, 0.021361645000069984, 0.021324756000012712, 0.02116734199989878, 0.02136342800008606, 0.021309357000063756, 0.021571345999973346, 0.021354661000032138, 0.02128282799981207, 0.021508448000076896, 0.02140408400009619, 0.021391309999899022, 0.021603745999982493, 0.021426244999929622, 0.021373476999997365, 0.02141950200007159, 0.021372684999960256, 0.021402471000101286, 0.021309536999979173, 0.021708220999926198, 0.021164898000051835, 0.021272829000054116, 0.021285924000039813, 0.021592694999981177, 0.021401469000011275, 0.021319715999879918, 0.021302645000105258, 0.021362345999932586, 0.021227584999905957, 0.0213970300001165, 0.021505203000060646, 0.0210388629998306, 0.021271998000202075, 0.02113211699997919, 0.021311410999942382, 0.021161010000014358, 0.02115892699998767, 0.021219179999889093, 0.021367806000171186, 0.020427843999868855, 0.021301151999978174, 0.02118230099995344, 0.02104662700003246, 0.021075352000025305, 0.021686750000071697, 0.02058807399998841, 0.02100724399997489, 0.021159015999955955, 0.02101194400006534, 0.021247071000061624, 0.020926013000007515, 0.021179785999947853, 0.02127301899986378, 0.021240639000097872, 0.02210357700005261, 0.020949577000010322, 0.021311090999915905, 0.02114357799996469, 0.021151563000103124, 0.02125754100006816, 0.021352847999878577, 0.02095890500004316, 0.021291653999924165, 0.021141454000144222, 0.021171920999904614, 0.02119345100004466, 0.02132031799987999, 0.021370712000134517, 0.020913719999953173, 0.020922125999959462, 0.021235529000023234, 0.02122779499995886, 0.020949076000079003, 0.021272027999884813, 0.021991558000081568, 0.020364117000099213, 0.021186827999827074, 0.021159527999998318, 0.021149630000081743, 0.02124643999991349, 0.021138738999979978, 0.02116475800016815, 0.02197538799987342, 0.020578044000103546, 0.021440501999904882, 0.020937303999971846, 0.02104275100009545, 0.021116146999929697, 0.021200214000145934, 0.021524998999893796, 0.02076242800012551, 0.021160399999871515, 0.021154238000008263, 0.021080190000020593, 0.021315327999900546, 0.02103621900005237, 0.021160750000035478, 0.021458225000060338, 0.02117290299997876, 0.021309306999910405, 0.021029094000141413, 0.021296573999961765, 0.021132166999905166, 0.021267349000027025, 0.020987807999972574, 0.021456552000017837, 0.02122834600004353, 0.02117979500008005, 0.02140025699986836, 0.020994390999931056, 0.02137894700013021, 0.021063839999897027, 0.021204220000072382, 0.0211929310000869, 0.021774813999854814, 0.02167337600008068, 0.0218560759999491, 0.02166495999995277, 0.021731092999971224, 0.02178741800003081, 0.02197611900010088, 0.02164432199992916, 0.021790253000062876, 0.02183339399994111, 0.021828054000025077, 0.02189252400012265, 0.02177860099982354, 0.021753655000111394, 0.021806413999911456, 0.021837171000015587, 0.021773592000045028, 0.021830277999924874, 0.02182463799999823, 0.021709622000116724, 0.021866996999960975, 0.039294420000032915, 0.11826207600006455, 0.021483440999872983, 0.02152287600006275, 0.0214006569999583, 0.02126384300004247, 0.021319335000043793, 0.02114694499982761, 0.02121065300002556, 0.02134899099996801, 0.021318054000175835, 0.021278308999853834, 0.021242784000151005, 0.021232933999954184, 0.021671642000001157, 0.0207681289998618, 0.021228577000101723, 0.021256437999909394, 0.021156001999997898, 0.021376803000066502, 0.021188932000086425, 0.02116812500003107, 0.021382662999940294, 0.02121502199997849, 0.038175834999947256, 0.03373214600014762, 0.02155389299991839, 0.021540797999932693, 0.02199688900009278, 0.020922285999859014, 0.0214692350000405, 0.021333593000008477, 0.02165907900007369, 0.021268860999953176, 0.021711806999974215, 0.020986546000131057, 0.021341606999840224, 0.02121547299998383, 0.021442986000010933, 0.02138473700006216, 0.02119842100000824, 0.02123224299998583, 0.02126832099997955, 0.02125997500002086, 0.021249677000014344, 0.02142860899994048, 0.020860971000047357, 0.021204432000104134, 0.021282186999997066, 0.02136283699996966, 0.021562017999940508, 0.02083701700007623, 0.02173788599998261, 0.020806990999972186, 0.021389215999988664, 0.02130307599986736, 0.02117994600007478, 0.021326399000145102, 0.02130391699984102, 0.02123524900002849, 0.021143117000065104, 0.021091791999879206, 0.02118144900009611, 0.021308546000000206, 0.021253052000020034, 0.020949025999925652, 0.021345925000105126, 0.02138428699981887, 0.021485866000148235, 0.021007865999990827, 0.021275453000043854, 0.02118203099985294, 0.021323934000065492, 0.021266337000042768, 0.02123210299987477, 0.021283119000145234, 0.020980083000040395, 0.021247893000008844, 0.02124182199986535, 0.0212383640000553, 0.02124325499994484, 0.02132729000004474, 0.02131011899996338, 0.021152144000097906, 0.021408531999895786, 0.021444770000016433, 0.021289309999929174, 0.021269963000122516, 0.02125521699986166, 0.02122602100007498, 0.021218278000105784, 0.021267800000032366, 0.02127797899993311, 0.021151833999965675, 0.02150225600007616, 0.02100017099996876, 0.022020752999878823, 0.020462349000126778, 0.021150250999880882, 0.021097071999975014, 0.021418440000161354, 0.021174515999973664, 0.021313705000011396, 0.021259264000036637, 0.021363938999911625, 0.021505863999891517, 0.02123346500002299, 0.021155721000013727, 0.021409464000043954, 0.02133016600009796, 0.020792072999938682, 0.021569091999936063, 0.02123741200011864, 0.02121802800002115, 0.02135710599986851, 0.021126375999983793, 0.021117620000040915, 0.021294850999993287, 0.021086441000079503, 0.02135556300004282, 0.021309948999942208, 0.021261978999973508, 0.02124845399998776, 0.021036548999973093, 0.022214133000034053, 0.020414930000015374, 0.021251088999861167, 0.02123382600007062, 0.021099216000038723, 0.021281061000081536, 0.02122323799994774, 0.021081324000078894, 0.021418732999791246, 0.02106247900019298, 0.021425475999876653, 0.02132548899999165, 0.021643453000024238, 0.021011794000060036, 0.021057348999875103, 0.021561019000046144, 0.022021858000016437, 0.021910973000103695, 0.021822976999828825, 0.02174925000008443, 0.021963591000030647, 0.02199231300005522, 0.022348377999833247, 0.02130921900015892, 0.021763776999932816, 0.021984338000038406, 0.021773084999949788, 0.021927452999989328, 0.021797208999942086, 0.021903399000166246, 0.021647759999950722, 0.021801386999868555, 0.021781810999982554, 0.02195740900015153, 0.022158132999948066, 0.021440543999915462, 0.021817797000039718, 0.021897437000006903, 0.02160005199993975, 0.021832745000210707, 0.022060240999962843, 0.02173240899992379, 0.021812508000039088, 0.02162297499990018, 0.0217617020000489, 0.021780218000003515, 0.021756273999926634, 0.021831684000062523, 0.021844437000027028, 0.021887759000037477, 0.021838966999894183, 0.02186206100009258, 0.021770769999875483, 0.021920419000025504, 0.021726638000018283, 0.021841422000079547, 0.02188887099987369, 0.02185145100020236, 0.021755881999979465, 0.021883981999962998, 0.021911792999844693, 0.021808120000059716, 0.021795786999973643, 0.021703254000158267, 0.021832084999914514, 0.021757585999921503, 0.021902114000113215, 0.021845099000074697, 0.02172329199993328, 0.022282154999857084, 0.021473005000189005, 0.021951301999934003, 0.021782030999929702, 0.021867411000130232, 0.03902038499995797, 0.03366771700007121, 0.0215590059999613, 0.022409310999819354, 0.021457526000176586, 0.02178793199982465, 0.021932282000079795, 0.021917273000099158, 0.021706540999957724, 0.021937190000016926, 0.021644133999870974, 0.022157742999979746, 0.021467825000172525, 0.021506276999843976, 0.022067924000111816, 0.021737518000009004, 0.02256020400000125, 0.021025589999908334, 0.021792901000026177, 0.021856804999970336, 0.021817908000002717, 0.021990851000055045, 0.021903738999981215, 0.021880073999909655, 0.02180790900001739, 0.02182994100007818, 0.022189520999972956, 0.021549416999960158, 0.02172339200001261, 0.022064318000047933], [], [], [0.02268734500012215, 0.021551089000013235, 0.02183267300006264, 0.02142581499992957], [0.021466599999939717, 0.02142528400008814, 0.021338612999898032, 0.021044645000074524, 0.021455971000023055, 0.021159277999913684, 0.022007860000030632], [0.021467592000135483, 0.02126616800001102, 0.021532452999963425], [0.021491568000101324, 0.02143612400004713, 0.021024727999929382, 0.021284660999981497, 0.021269593999932113, 0.021210644000120737, 0.021423800999855303, 0.02133993500001452, 0.021711488000164536, 0.02093212499994479, 0.02122750500006987, 0.03849440199996934, 0.03342238899995209, 0.021525299999893832, 0.02145870700019259, 0.02121866799984673, 0.021363007999980255, 0.021430904999988343, 0.03766026600010264, 0.028965895000055752, 0.021587365999948815, 0.020775404000005437, 0.03844673100002183, 0.115032071999849, 0.02174719399999958, 0.021501806000060242, 0.021551990000034493, 0.021483451999984027, 0.0215990280000824, 0.02136930000006032, 0.021597234999944703, 0.021268220999900223, 0.02146157100014534, 0.021548183999811954, 0.021345264000046882, 0.0215311520000796], [], [], [0.022250120999842693, 0.021734639999976935, 0.021496667000064917, 0.02156803000002583, 0.021475326999961908, 0.02163993399994979, 0.02132893500015598, 0.02160077099983937, 0.021241331000055652, 0.021452675000091403, 0.02151592299992444, 0.021346377000099892, 0.021553652999955375, 0.020783508000022266, 0.021077465999951528, 0.02096091799990063, 0.021037442000078954, 0.020992517999957272, 0.02152331599995705, 0.02078473100004885, 0.02110997599993425, 0.020994190999999773, 0.021272760000101698, 0.02112671700001556, 0.02111896299993532, 0.02126246100010576, 0.021094167000001107, 0.02155966400005127, 0.02115793599978133, 0.02075515600017752, 0.020830955999826983, 0.021175579000100697, 0.021271477000027517, 0.020891298999913488, 0.021051758000112386, 0.02126841099993726, 0.02101311599994915, 0.02135491300009562, 0.02110050900000715, 0.02083661699998629, 0.021334544999945138, 0.02097915300009845, 0.02114443100003882, 0.02095942500000092, 0.03845073999991655, 0.04231719399990652, 0.021788641000057396, 0.021558471999924222, 0.021577448000016375, 0.03788380200012398, 0.027414564999844515, 0.021349353000005067, 0.021397471999989648, 0.021377745000108916, 0.02136365899991688, 0.021015550000129224, 0.021181169999863414, 0.022163830000181406, 0.020736369999895032, 0.036734281000008195, 0.0979156169998987, 0.021501966000187167, 0.021758615999942776, 0.021692131000008885, 0.021242583999992348, 0.021381842999971923, 0.021479554000052303, 0.021442506999846955, 0.021267179000005854, 0.021513498000103937, 0.021406719999959023, 0.021452794999959224, 0.02146508900000299, 0.021515400999987833, 0.02146734200005085, 0.021415797000145176, 0.03851690199985569, 0.08155548100012311, 0.022024490999910995, 0.022226066000030187, 0.021954570999923817, 0.021942036000154985, 0.022035290999838253, 0.021275264999985666, 0.021228898000117624, 0.021285863999992216, 0.021337068999855546, 0.021667234999995344, 0.021371594000129335, 0.02119706899998164, 0.02108612200004245, 0.02147824300004686, 0.021403271999815843, 0.021140123000122912, 0.02082677899988994, 0.021027072000151747, 0.021396780000031868, 0.02073920599991652, 0.021306272999936482, 0.020901448000131495, 0.021214761000010185, 0.021197168999833593, 0.020899214000110078, 0.020926132999875335, 0.021376553999971293, 0.02122252600020147, 0.02090112699988822, 0.02133097799992356, 0.02114330900008099, 0.021248133999961283, 0.021283479999965493, 0.02146286400011377, 0.02097832100002961, 0.021069149999902947, 0.021396810999931404, 0.02113926100014396, 0.021173874999931286, 0.021088096000084988, 0.02114819799999168, 0.021122829999967507, 0.02119199000003391, 0.021162824999919394, 0.021191477999991548, 0.021190957000044364, 0.021269363000101293, 0.02146627100000842, 0.020933286999934353, 0.021235329999854002, 0.02117506800004776, 0.02126997499999561, 0.02155690900008267, 0.021774614999912956, 0.02013667300002453, 0.021345044000099733, 0.021179725999900256, 0.02110415600009219, 0.021162113999935173, 0.021162132999961614, 0.021091342000090663, 0.02118377400006466, 0.021169036999935997, 0.021161962999940442, 0.020843420000119295, 0.02115189400001327, 0.021370571999796084, 0.02098123700011456, 0.02100944900007562, 0.021409353999843006, 0.02089419399999315, 0.021293750000040745, 0.021161131000098976, 0.02118539699995381, 0.021740331000046353, 0.03752313099994353, 0.031189879000066867, 0.020928308999828005, 0.021491817000196534, 0.03807156299990311, 0.060722320999957446, 0.021518638000088686, 0.021649690999993254, 0.02153316499993707, 0.021228917999906116, 0.021194625000134693, 0.021355023000069195, 0.021417719999817564, 0.021398544000021502, 0.02125777200012635, 0.021265575999905195, 0.02135499299993171, 0.021433970000089175, 0.021201898000072106, 0.021462463000034404, 0.021241290999796547, 0.021299400000089008, 0.021307283999931315, 0.021122791000152574, 0.02139145000001008, 0.020940961999940555, 0.021434230000068055, 0.021509170999934213, 0.02142587100001947, 0.02126117099987823, 0.021411174000149913, 0.02132095299998582, 0.021363324000049033, 0.021512533999839434, 0.02109220300008019, 0.021448493999969287, 0.02211455700012266, 0.020993818999841096, 0.021422604000008505, 0.02121567600011076, 0.021230963999869346, 0.021438165000063236, 0.021348746000057872, 0.021250410999982705, 0.021365997999964748, 0.02118133199996919, 0.021326173000034032, 0.02140585300003295, 0.021265770999889355, 0.021345549999978175, 0.02137611700004527], [0.022005975999945804, 0.021797758000047907, 0.021596542999986923, 0.02153669099993749, 0.037834621999991214, 0.027439069999900312, 0.02135612500001116, 0.02139483700011624, 0.021377294999865626, 0.021353189000137718, 0.021049653999853035, 0.021177983000143286, 0.022130918999891946, 0.020824224000079994], [0.021698061999813945, 0.02134751900007359, 0.021396359999926062, 0.02138424700001451, 0.021341919000178677, 0.021013476999996783, 0.02122508000002199, 0.022120330000007016, 0.02077690599980997, 0.03677778200017201, 0.0978777049999735, 0.021544986999970206, 0.021680188999880556, 0.0217793840001832, 0.02119128799995451, 0.021394496999846524, 0.021447045000059006, 0.021474143999967055, 0.02127466399997502, 0.021488962000148604, 0.02141561600001296, 0.02145477999988543, 0.021462914000039746, 0.02151289700009329, 0.0214802159998726, 0.02141139800005476, 0.03851351599996633, 0.08168989199998578, 0.02201931100012189, 0.02223039399996196, 0.021954469999855064, 0.021942057000160275, 0.022110540999847217, 0.02108863700004804, 0.021218258000089918, 0.021293388000003688, 0.02133471499996631, 0.02169389499999852, 0.02138558000001467, 0.021265196000058495], [0.021746914000004836, 0.02150299800018729, 0.021753776999958063, 0.021699285000067903, 0.02119994399981806, 0.021387233000041306, 0.021452143000033175, 0.021468835999939984, 0.021276807000049303, 0.021539596999900823, 0.021372626000129458, 0.021452896000027977, 0.021465307999960714, 0.02154795199999171, 0.021434121000083906, 0.02145268499998565, 0.03847301099995093, 0.08163209400004234, 0.022020692999831226, 0.02222869100000935, 0.0219546610001089, 0.021942096999964633, 0.022037955000087095], [0.022629026999993584, 0.022074953999890568, 0.02221312200003922, 0.021957165999992867, 0.021933531000058792, 0.021966281999993953, 0.02142523399993479, 0.021257792000142217, 0.021288257999913185, 0.021305390999941665, 0.021696319000056974, 0.021375772000055804, 0.021056766999890897, 0.021164298000030612, 0.02150708600015605, 0.021325156999864703], [0.021589761000086582, 0.020919261000017286, 0.021542482000086238, 0.03807835599991449, 0.060665204000088124, 0.02154109899993273, 0.021682984999870314, 0.021482410000089658, 0.0212271640000381, 0.021195896999870456, 0.021370121000018116, 0.02140555799996946, 0.021394406000126764, 0.021264054000084798, 0.021307965000005424, 0.02136139499998535, 0.021386841999856188, 0.02121806800005288, 0.021448848000090948, 0.02124541899979704, 0.021310370000037437, 0.02130610200015326, 0.021123211000031006, 0.021381872999882034, 0.02097102800007633, 0.02142182700004014, 0.021500783999954365, 0.021425980999993044, 0.02126058999988345, 0.021399071000132608, 0.021320994000006976, 0.021404459999985193, 0.021512935999908223, 0.021062948000007964, 0.02144052800008467, 0.02215303999992102, 0.02099273599992557, 0.021381647999987763, 0.021215475000190054, 0.02122420199998487, 0.02143889599983595, 0.02135212300004241, 0.021294062000151825, 0.021322666999822104, 0.021185980000154814, 0.021324039999853994, 0.021416684000087116, 0.02129673800004639, 0.021303740999883303, 0.021372822000103042, 0.020986794999998892, 0.021197210999844174, 0.021253496000099403, 0.02108415799989416, 0.021089869000206818, 0.021147447999965152, 0.02117825499999526, 0.021079118999978164, 0.021102191999943898, 0.021129903999963062, 0.02113978300008057, 0.021165691000078368, 0.021096070999874428, 0.021181992000038008, 0.02104685800009065, 0.021116638999956194, 0.021148028999959934, 0.021037178999904427, 0.021171762999983912, 0.02118167200001153, 0.021199174999992465, 0.021037599999999657, 0.02120681900009913, 0.02108747400006905, 0.021068628999955763, 0.02110918599987599, 0.021139832000017122, 0.02110063000009177, 0.021099497000022893, 0.021180438999863327, 0.021143099000028087, 0.021172384000010425, 0.021056907000001956, 0.02104133800003183, 0.02191500100002486, 0.0210919629998898, 0.037533273000008194, 0.029061431000172888, 0.021112442000003284, 0.03805623799985369, 0.0945165299999644, 0.02167842600010772, 0.02149957999995422, 0.021487900000010995, 0.021413091000113127, 0.02143374899992523, 0.021298136000041268, 0.021459737999975914, 0.021372233999954915, 0.02177842099990812, 0.020869007000101192, 0.021169556999893757, 0.021596131000023888, 0.021404114000006302, 0.021478843000068082, 0.02137635200006116, 0.021401648999926692, 0.021357035999926666, 0.021383324999987963, 0.02139838400012195, 0.021086572000058368, 0.021248664000040662, 0.02133748899996135, 0.021317262999900777, 0.021119713999951273, 0.021447995000016817, 0.021348029000137103, 0.021054982999885397, 0.02136165499996423, 0.021314637000159564, 0.02136192599982678, 0.021374558000161414, 0.021280903999922884, 0.02117738099991584, 0.021404144000143788, 0.02161747199988895, 0.020933175999971354, 0.02135781800006953, 0.021324204999928043, 0.021170908000158306, 0.021324936999917554, 0.021305820999941716, 0.021609496000110084, 0.02135807800004841, 0.021289269999897442, 0.02149051500009591, 0.02141302999984873, 0.021390178000046944, 0.02161007800009429, 0.02142130599986558, 0.02138639999998304, 0.02140881300010733, 0.0213709120000658, 0.021405615999810834, 0.021308224999984304, 0.021707620000142924, 0.021165358999951422, 0.02128003300003911, 0.02126598599988938, 0.02160118100005093, 0.021411166999996567, 0.021272988999953668, 0.02133204000006117, 0.02133787000002485, 0.0212229460000799, 0.021399374999873544, 0.02155012599996553], [], [0.02149831799988533, 0.021118182000009256, 0.0380383740000525, 0.09449497900004644, 0.02166806699983681, 0.021527212000137297, 0.021473085000025094, 0.021424611999918852, 0.021423220000087895, 0.021310067999820603, 0.021454117000075712, 0.02136468000003333, 0.021795322999878408, 0.020869918000016696, 0.021194033000028867, 0.021580512000127783, 0.021404154999800085, 0.02145368500009681, 0.021370932000081666, 0.021423620999939885, 0.021340034000104424, 0.02138788399997793, 0.02140868199990109], [0.022227831000009246, 0.021659420999867507, 0.021518775999993522, 0.021487960000058592, 0.021407661000012013, 0.021439479000036954, 0.021293477999961397, 0.02146513699995012, 0.021370301000160907, 0.021778851999897597, 0.020870098999921538, 0.021172833000036917, 0.021592954999960057, 0.021403714000143736, 0.021478401999956986, 0.021376300999918385, 0.02140228100006425, 0.02135581400011688, 0.02138441699980831, 0.021398443000180123, 0.021020639999960622, 0.02123839399996541, 0.0213419280000835, 0.02131855499987978, 0.02111065700000836, 0.021448365999958696, 0.02139971500014326, 0.021010840999906577, 0.021367355999927895, 0.021316581000064616, 0.02135628399992129, 0.02137990900018849, 0.021278398999811543, 0.021172202000116158, 0.02140608800004884, 0.021660901999894122, 0.02088909400004013, 0.02136242599999605, 0.021317822999890268, 0.02117417500016927, 0.021314717999985078, 0.021325536999938777, 0.021598846999950183, 0.021359471000096164, 0.021286714999860123, 0.02150466100010817, 0.02139601799990487, 0.021395748000031745, 0.021595701000023837, 0.021437907000063205, 0.021373277000066082, 0.021419292000018686, 0.021372644999928525, 0.021402580999847487, 0.02130625100016914, 0.02171260899990557, 0.0211638360001416, 0.021252060999813693, 0.021312472000090565, 0.02158778600005462, 0.021399746000042796, 0.021314406999863422, 0.021308935999968526, 0.021310470000116766, 0.0212405279999075, 0.021395837999989453, 0.021544636000044193, 0.02104041600000528, 0.021271668000053978, 0.02113195599986284, 0.02130276499997308, 0.021169486000189863, 0.021159588999807966, 0.021217857000010554, 0.021367004000012457, 0.02043395700002293, 0.021294819000104326, 0.02118001600001662, 0.02104029699989951, 0.02108673199995792, 0.0216863100001774, 0.0205877219998456, 0.021007966000070155, 0.021162763999882372, 0.02100683300000128, 0.021253023000099347, 0.02092504100005499, 0.021174375999862605, 0.02127135600017027, 0.021241429999918182, 0.022104199000068547, 0.020941250999840122, 0.02131955600020774, 0.02114447099984318, 0.02115210300007675, 0.021246740999913527, 0.02136223599995901, 0.020959635000053822, 0.021292026000082842, 0.02114203499991163, 0.021171589999994467, 0.02119101700009196, 0.02132263199996487, 0.021361134000017046, 0.0209110650000639, 0.02093874699994558, 0.021235177999869848, 0.021222666000085155, 0.020944798000073206, 0.021276255999964633, 0.021992930999886084, 0.020362573000056727, 0.021187220000001616, 0.021160969999982626, 0.021148207000123875, 0.02124812299985024, 0.02113679600006435, 0.021162814000035723, 0.021978694999916115, 0.020577172000002975, 0.021440211000026466, 0.02093712400005643, 0.02104310100003204, 0.021121286999914446, 0.02119440299998132, 0.0215250390001529, 0.02076310999996167, 0.0211656789999779, 0.021146945000054984, 0.02108152299979338, 0.021312212000111685, 0.021027010999887352, 0.021168875000057596, 0.02146206199995504, 0.021142977000181418, 0.0213412769999195, 0.02103347299998859, 0.02125950399999965, 0.02116247399999338, 0.021264282999936768, 0.020987869000009596, 0.021461751000060758, 0.02122512000005372, 0.021187951000001704, 0.021395156999915343, 0.020998919000021488, 0.021361594999916633, 0.021081162000200493, 0.02120186599995577], [0.02163787900008174, 0.021481508000078975, 0.021525009000015416, 0.021400766999931875, 0.02127668699995411, 0.02131279400009589, 0.021146542999986195, 0.021217535999994652, 0.021348249999846303, 0.02131221300010111, 0.021272748999990654, 0.02128079399994931, 0.021194583000124112, 0.021693792999940342, 0.02074392400004399, 0.021237102999975832, 0.02124899499995081, 0.02115529000002425, 0.0213717239998914, 0.02119829900016157, 0.021206725999945775, 0.021339012999987972, 0.021216845000026296, 0.03817540399995778, 0.033725132999961716, 0.021600519999992684, 0.021539374999974825, 0.02199893300007716, 0.02092453000000205, 0.02146440599995003, 0.0213233230001606, 0.02169605899985072, 0.02124764099994536, 0.02166142300006868, 0.02105663700012883, 0.021333982999976797, 0.02119141799994395, 0.02141338100000212, 0.02138540800001465, 0.0211964469999657, 0.021230700999922192, 0.0212697230001595, 0.021262760999888997, 0.0212471209999876, 0.021427206999987902, 0.02087313400011226, 0.021193992999997135, 0.02128150499993353, 0.021365250999906493, 0.021559264000188705, 0.020898280999972485, 0.021677593000049455, 0.020799807000003057, 0.021443577999889385, 0.021254775999977937, 0.02118758999995407, 0.021320167000112633, 0.021297295000067606, 0.02123986799983868, 0.021144890999948984, 0.02108896600020671, 0.021183863999794994, 0.021312182000201574, 0.021249184999987847, 0.020943995999914478, 0.021407490000001417, 0.021401490000016565, 0.021411837999949057, 0.021006673000101728, 0.02127632499991705, 0.02119097700006023, 0.02131514799998513, 0.021267208999915965, 0.02123524900002849, 0.02127945200004433, 0.020979601999897568, 0.021247232000177974, 0.02125075799995102, 0.021231402000012167, 0.021307583999941926, 0.021262028999899485, 0.021311461000095733, 0.021185306000006676, 0.021375130000024, 0.02144425799997407, 0.02128975100004027, 0.02126919299985275, 0.02125448500009952, 0.02122960800011242, 0.02121940999995786, 0.021263561999830927, 0.02127959200015539, 0.021159458000056475, 0.02149169599988454, 0.021001514000090538, 0.022023016999810352, 0.020460235000200555, 0.021150140999907308, 0.021101459999954386, 0.021409253000001627, 0.021178733999931865, 0.02131801300015468, 0.02125521699986166, 0.021364530000028026, 0.021527323000100296, 0.021214069000052405, 0.02116463799984558, 0.021407821000138938, 0.021321229000022868, 0.020793305999859513, 0.0215702529999362, 0.02123933699999725, 0.0212215430001379, 0.02134889099988868, 0.021126657000195337, 0.021119313999861333, 0.021298726999930295, 0.021075211000152194, 0.021351634999973612, 0.02132554800004982, 0.021258062000015343, 0.02124725099997704, 0.021040035999931206, 0.022204163999958837, 0.02042009000001599, 0.021260626999946908, 0.021232915000155117, 0.0210852589998467, 0.021334200000183046, 0.02117523899983098, 0.021081783999989057, 0.021418874000119104, 0.021060535000060554, 0.021464528999786125, 0.021287559000029432, 0.021642771000188077, 0.02101308699980109], [0.02178389200003039, 0.021614324999973178, 0.02154957400011881, 0.021997228999907747, 0.020918910000091273, 0.02146121099985976, 0.021341126000152144, 0.021660260999851744, 0.02125867300014761, 0.021643068999992465], [], [0.02201681999986249, 0.022238983000079315, 0.021787842999856366, 0.021898799000155122, 0.02175998999996409, 0.021822416000077283, 0.021824309999828984, 0.021798933000127363, 0.02179444499984129, 0.02168996000000334, 0.021813159000203086, 0.021657187999835514, 0.02173603500000354, 0.021763086999953885, 0.02161664200002633, 0.02183023099996717, 0.02161484900011601, 0.0217985829999634, 0.021801437000021906, 0.02173962200004098, 0.021687074000055873, 0.021642240999881324, 0.021714559999963967, 0.02174172600007296, 0.021694403000083184, 0.02178453599981367, 0.02177025900004992, 0.021677946999943742, 0.02167710500020803, 0.02173822999998265, 0.021771581999928458, 0.02170291399988855, 0.021827755999993315, 0.021695149000152014, 0.021635067000033814, 0.021836231999941447, 0.021681433999901856, 0.021821926000029634, 0.02179756999998972, 0.021802839999963908, 0.021658751000131815, 0.021794986000031713, 0.02177492800001346, 0.021777612999812845, 0.021658451000121204, 0.021773434999886376, 0.021814111000139746, 0.021965463000015006, 0.021963489999961894, 0.022017129999994722, 0.021576116999995065, 0.021901454000044396, 0.021674079999911555, 0.021950065000055474, 0.021682424999880823, 0.02169577100016795, 0.021757404000027236, 0.021822456999871065, 0.02173739799991381, 0.03923375800013673, 0.11093568499995854, 0.021579163000069457, 0.021410027999991144, 0.021344824999914636, 0.021315050000112024], [0.08298913199996605, 0.021594732000039585, 0.02140132099998482, 0.02133231299990257, 0.021289852000109022, 0.020996145000026445, 0.02104070799987312, 0.02096504700011792, 0.0210113339999225, 0.020837738999944122, 0.021654893999993874, 0.0384933010000168, 0.0446739129999969, 0.021247664999918925, 0.021108975000061037, 0.020933228000103554, 0.03763014099990869, 0.026821413000106986, 0.02096436600004381, 0.02104558799987899, 0.021124703999930716, 0.020984573000077944, 0.021293820999972013, 0.021041379000052984, 0.02110482300008698, 0.021088195999936943, 0.02091243699987899, 0.021431313999983104, 0.02129061300001922, 0.021151393000081953, 0.021138167999879443, 0.037832236000213015, 0.028543245999799183, 0.021312593000175184], [0.021865084999944884, 0.021584603000064817, 0.02139575100000002, 0.021397753999963243, 0.021223679000058837, 0.020990554999798405, 0.02104589800001122, 0.020960738999974637, 0.021011163000139277], [0.021327372000087053, 0.021252733999972406, 0.021108805000039865, 0.020925734000002194, 0.03761700599989126, 0.026823888000080842, 0.02096661999985372, 0.021040819000063493, 0.021124885000062932, 0.020984502999908727, 0.021304089000068416, 0.02103607000003649, 0.021104842999875473, 0.02109031899999536, 0.0209062559999893, 0.021435452000105215, 0.0212912540000616, 0.021151452999902176, 0.021136825999974462, 0.037834649999922476, 0.028548627000191118, 0.02130636099991534, 0.02096310199999607, 0.02108256499991512, 0.03824158800011901, 0.05949630400004935, 0.021420344000034675, 0.021336837999797353, 0.02186216800009788, 0.02186250799991285, 0.021835346999978356, 0.02179553400014811, 0.02193545299996913, 0.021610307999935685, 0.021889238000085243, 0.021971259999872927, 0.021278080000001864, 0.02170042500006275, 0.021465729000055944, 0.038804050999942774, 0.02682465499992759, 0.021067005000077188, 0.02101689300002363, 0.020864117999963128, 0.020880688000033842, 0.020940469999914058, 0.02099614400003702, 0.020873485000038272, 0.021212536000120963, 0.02067869199981942, 0.021053521000112596, 0.020959375000074942, 0.02099273799990442, 0.02101177200006532, 0.02101945699996577, 0.02092866799989679, 0.020960617000127968, 0.020904653999878064, 0.020983208999950875, 0.020843590000140466, 0.02092384899992794, 0.020954615999926318, 0.02101418699999158, 0.021597579000172118, 0.03778585899999598, 0.13462511700004143, 0.02146486699984962, 0.021403272000043216, 0.021067205999997896, 0.02155012599996553, 0.021303577000026053, 0.021206816000130857, 0.021282056999780252, 0.021208899000157544, 0.021168744999840783, 0.021194504000050074, 0.021239848000050188, 0.021028674000035608, 0.020948906000057832, 0.021353459000010844, 0.021123179999904096, 0.021144590999938373, 0.021099876000107542, 0.021385189000056926, 0.021075280999866663, 0.020851364000009198, 0.02103196999996726, 0.02109837500006506, 0.021145380999996632, 0.020902498999930685, 0.021043491999989783, 0.021045265000111613, 0.020893622999892614, 0.020910073000095508, 0.020948324000073626, 0.02122070299992629, 0.020785310000064783, 0.020759852999844952, 0.021251390000088577, 0.020907938999926046, 0.021026240000082907, 0.02115221400003975, 0.020868295999889597, 0.020797182000023895, 0.02091515300003266, 0.021030608000046414, 0.020913439999958428, 0.02108458799989421, 0.021067547000029663, 0.021062407000044914, 0.021174004999920726, 0.021092453000164824, 0.020917896999890218, 0.020989221000036196, 0.021179635999942548, 0.02111633799995616, 0.021263502000010703, 0.03771220099997663, 0.028835471000093094, 0.021190005000107703, 0.021121146999803386, 0.020958323000058954, 0.02086311600010049, 0.021172742999851835, 0.02073696000002201, 0.021517435000077967, 0.02091160600002695, 0.021128249999947002, 0.020963471999948524, 0.02104402400004801, 0.020858427000121083, 0.021445600999868475, 0.021027501999924425, 0.021151693000092564, 0.02131129100007456, 0.021639461999939158, 0.021283319000076517, 0.02119963299992378, 0.020988850000094317, 0.020948173999840947, 0.021008006000101886, 0.020971487999986493, 0.020616706000055274, 0.02118197999993754, 0.021114403999945353, 0.0210499439999694, 0.02109844400001748, 0.02099536200012153, 0.021081733999835706, 0.02096408300008079, 0.020906045999936396, 0.021521813000163093, 0.020510318999868105, 0.02092102300002807, 0.02112410299992007, 0.03799108100020021, 0.028631159999804368, 0.02117046900002606, 0.021537272000159646, 0.020779348999894864, 0.021117681000077937, 0.02106770599993979, 0.021313506000069538, 0.020847775999982332, 0.02109597000003305, 0.021090660000027128, 0.021104377999790813, 0.020876651000207858, 0.020886033999886422, 0.03818985399993835, 0.04399646800015944, 0.021337240999855567, 0.02164402300013535, 0.020744583999885435, 0.02124531999993451, 0.02141626700017696, 0.020833510999864302, 0.021023255000045538, 0.021182482000085656, 0.02102953600001456, 0.02111705999982405, 0.020852707000130977, 0.021045495999942432, 0.020601188000000548, 0.021348271000078967, 0.020709939999960625, 0.021048781999979838, 0.021220563000042603, 0.020626443999844923, 0.021016082000187453, 0.021098839999922347, 0.020955699000069217, 0.02110921500002405, 0.021019317999844134, 0.020779760000095848, 0.02076659599993036, 0.0208803479999915, 0.021309067999936815, 0.02087061000020185, 0.020900375999872267, 0.021082474999957412, 0.02104571700010638, 0.037032915000054345, 0.04610354900000857, 0.021381713999971907, 0.03805844899989097, 0.031007152000029237, 0.02145080200011762, 0.021103263999975752, 0.021798671999931685, 0.020587601999977778, 0.02095359500003724, 0.021232694999980595, 0.020890777999966303, 0.021227024999916466, 0.02114553300020816, 0.02150774899996577, 0.020854348999819194, 0.02091819900010705, 0.021052188000112437], [0.02136778899989622, 0.02095279400009531, 0.021054242999980488, 0.02112467500001003, 0.020984273000067333, 0.02129209700001411, 0.021034425999914674, 0.021106876999965607, 0.021089347000042835, 0.020902419000094596, 0.02143828799989933, 0.021292846000051213, 0.02115052099998138, 0.02113657599988983, 0.03783522100002301, 0.02854770500016457, 0.02130779399999483, 0.0209828289998768, 0.021073778000072707, 0.038239283999928375, 0.059536518999948385, 0.021395708000000013], [], [], [0.021060774000034144, 0.021066023999992467, 0.02101962699998694, 0.02085972899999433, 0.020880238000017926, 0.02094033000003037, 0.020995321999862426, 0.02087507800001731, 0.02121200500005216, 0.02067354299992985, 0.021058499999980995, 0.020960436999985177, 0.02099147500007348, 0.021033693999925163, 0.020997135000015987, 0.02096652900013396, 0.020930620999934035, 0.02091392000011183, 0.02096686899994893, 0.02084885999988728, 0.02092330799996489, 0.020978020000029574, 0.020990873000073407, 0.021599111999876186, 0.03777480900021146, 0.13467597099997874, 0.021406397999953697, 0.021402972000032605, 0.02110646899996027, 0.021515250999982527, 0.021379287999934604, 0.02118437400008588, 0.02127789899986965, 0.021208950000072946, 0.021124331999999413, 0.021192789999986417, 0.021290603000124975, 0.021029705999808357, 0.02092734500001825, 0.021320138000191946, 0.021121165999829827, 0.02114654399997562, 0.021099667000044064, 0.021386541000083525, 0.02107238500002495, 0.020860150999851612, 0.021101419000160604, 0.02103284299982988, 0.021144198999991204, 0.020899884000073143, 0.021045245000095747, 0.021048280999821145, 0.02088607900009265, 0.020915202999958638, 0.02094971700012138, 0.02121925899996313, 0.020787564999864117, 0.020760364000125264, 0.021247962999950687, 0.02090770900008465, 0.021021560999997746, 0.0211572939999769, 0.02087372599999071, 0.020785631000080684, 0.020916604999911215, 0.02103962399996817, 0.0209125789999689, 0.02107997999996769, 0.021068187000082617, 0.021062919000087277, 0.021175937999942107, 0.02109014899997419, 0.020912627999905453, 0.020989621000126135, 0.021185356999922078, 0.021114784000019426, 0.02127322000001186, 0.03770202300006531, 0.02883847699990838, 0.021187259000043923, 0.021121837999999116, 0.020952832999910243, 0.020873806000054174, 0.021168745000068157, 0.02073764199985817, 0.02151971000012054, 0.020912096000074598, 0.021120965999898544, 0.02097151800012398, 0.021036859999867374, 0.020854219000057128, 0.021455268999943655, 0.021089087000063955, 0.02108836499996869, 0.02130392699996264, 0.021651355000130934, 0.021289058999855115, 0.02118743000005452, 0.020996505000084653, 0.02094050999994579, 0.0210082460000649, 0.020972569999912594, 0.020610084000054485, 0.021236420999912298, 0.02106461199991827, 0.021052779000001465, 0.02110493600002883, 0.020987547999993694, 0.021085849999963102, 0.02096437400018658, 0.020899142999951437, 0.02153435700006412, 0.020496412999818858, 0.020928367000124126, 0.021130163999941942, 0.037984278000067206, 0.028633976000037364, 0.021176628999910463, 0.021519890000035957, 0.020785702000011952, 0.021114484000008815, 0.021064020000039818, 0.02132035799991172], [0.062287474999948245, 0.02146927500007223, 0.02139562799993655, 0.02107532199988782, 0.02155148800011375, 0.021298015999946074, 0.02120698699991408, 0.021281545000192637, 0.02120125599981293, 0.021177461000206677, 0.021194723999997223, 0.021239025999875594, 0.021028293999961534, 0.020953554000016084, 0.021348670999941533, 0.021124422000184495, 0.0211440999999013, 0.021087051999984396, 0.02139778200012188, 0.021076483999877382], [0.0220048430001043, 0.021416155999986586, 0.021407360000011977, 0.021084639000036987, 0.021531009999989692, 0.021369468999864694, 0.02118461500003832, 0.021275994999996328, 0.021209951999935583, 0.02114263600014965, 0.021192208999991635, 0.021273431000054188, 0.021029956999882415, 0.020921965000070486, 0.02136069299990595, 0.021123651000152677, 0.02114355899993825, 0.02109430599989537, 0.021354782000116757, 0.021117490000051475, 0.020814654999867344, 0.021104115000071033, 0.021027752999998484, 0.021146462999922733], [0.021460669000134658, 0.021182440999837127, 0.02112240900009965, 0.020949967999968067, 0.020878384000070582, 0.02116409699988253, 0.020737330999963888, 0.021524579000015365, 0.020911004000026878, 0.021136805999958597, 0.02095344400004251, 0.021036499000047115, 0.020869027000117057, 0.02144344699991052, 0.021094145999995817, 0.021109595000098125, 0.02127234799991129, 0.021659949999957462, 0.0212849819999974, 0.021188442000038776], [0.02141419099984887, 0.021175398000195855, 0.021515250999982527, 0.020793285999843647, 0.02111230000014075, 0.02106416099991293, 0.02132034700002805, 0.020823050999979387, 0.0210996470000282, 0.02111895200005165, 0.021070825999913723, 0.020877191999943534, 0.020900091000157772, 0.03819098500002838, 0.044029218999867226, 0.021337640999945506, 0.021621041000116747, 0.020778126999857705, 0.02126655900019614, 0.021358209000027273, 0.020871521999879405, 0.021034176000057414, 0.021181869999963965, 0.021026600999903167, 0.021004650000122638, 0.020936001999871223, 0.021008347000133654, 0.020632395999882647, 0.021324897000113197, 0.02070656399996551, 0.021109184999886565, 0.021159960000204592, 0.020624680999844713, 0.021055445000001782, 0.021060269000145126, 0.02095739199990021, 0.021108903999902395, 0.021018426000182444, 0.020792253999843524, 0.02074938300006579, 0.020889514999907988, 0.021314910000000964, 0.020861272000047393, 0.020899755000073128, 0.02108706300009544, 0.02104093799994189, 0.03703281499997502, 0.04616431299996293, 0.02137971000001926, 0.038073605999898064, 0.030999729000086518, 0.021440293000068777, 0.021123751999994056, 0.02174011299985068, 0.020641833000127008, 0.02093942800001969, 0.021230330999969738, 0.0208992739999303, 0.021247373000051084, 0.02110486700007641, 0.021464457999854858, 0.02084880899997188, 0.020918630000096528, 0.021057047000113016, 0.02072376599994641, 0.021690730000045733, 0.021623434999810343, 0.02233523200015952, 0.020993709999856947, 0.02170412500004204, 0.021710488000053374, 0.02151611299996148, 0.02137064399994415, 0.02169390500012014, 0.022057689999883223, 0.021203711999987718, 0.021606383000062124, 0.02163737000000765, 0.021564245000035953, 0.021676011999943512, 0.021743729000036183, 0.02161465800008955, 0.021695939999972325, 0.021430084000030547, 0.021626690999937637, 0.02162831400005416, 0.021525181000015436, 0.021600551999881645, 0.03879256799996256, 0.04007177500011494, 0.021481208999830415, 0.02143380100005743, 0.020647314000143524, 0.020868234999852575, 0.021023535000040283, 0.02083228800006509, 0.02100319800001671, 0.02096389400003318, 0.020839892999902077, 0.020912938000037684, 0.020981747999940126, 0.02088008800001262, 0.020937765000098807, 0.020876009999938105, 0.020764160999988235, 0.021045796999942468, 0.020749774000023535, 0.020741679999900953, 0.02107346800016785, 0.020740577999958987, 0.020777376000069125, 0.02078166399996917, 0.02161900600003719, 0.021667897999805064, 0.021786769000073036, 0.021808229000043866, 0.021752705999915634, 0.021850669000059497, 0.021702642000036576, 0.02217059600002358, 0.021188902999938364, 0.02124824499992428, 0.021933583000190993, 0.021783242999845243, 0.021499002000155087, 0.0216233649998685, 0.02176415700000689, 0.02158129600002212, 0.02169672099989839, 0.021885694000047806, 0.021520473000009588, 0.021578129000090485, 0.021560086999897976, 0.021864353999944797, 0.02169894500002556, 0.021435554000163393, 0.021917493999808357, 0.021787230000199997, 0.02166694499987898, 0.021826244000067163, 0.021827374999929816, 0.021741674999930183, 0.021818779000113864, 0.02180594500009647, 0.021839547999888964, 0.021717750000107117, 0.0218031299998529, 0.021674490000123114, 0.02158709699983774, 0.021684418000177175, 0.021727789999886227, 0.022158711999963998, 0.02137354900014543, 0.021579802999895037, 0.021837164000089615, 0.021696300000030533, 0.021749549999867668, 0.021752345000095374, 0.02178510599992478, 0.021830842000099437, 0.02155900399998245, 0.021701891000020623, 0.021587437999869508, 0.021752634999984366, 0.021650485000009212, 0.021814241000129186, 0.021660442999973384, 0.022330043000010846, 0.021428961999845342, 0.021765610000102242, 0.02171093800006929, 0.02171658799989018, 0.021778895000124976, 0.021554465999997774, 0.02179498399982549, 0.021692254000072353, 0.021738569000035568, 0.02185525200002303, 0.021595151999918016, 0.021771180000087043, 0.02169889499987221, 0.02165725800000473, 0.0219466570001714, 0.021603637999987768, 0.02178083799981323, 0.022234795000031227, 0.02113979399996424, 0.0217699760000869, 0.021756730000106472, 0.021726254999975936, 0.02173829699995622, 0.021749927999962892, 0.021645364000050904, 0.02175909499987938, 0.0218152900001769, 0.021616990999973495, 0.02201830799981508, 0.021539777000043614, 0.02176243200005956, 0.02171755800009123, 0.022528047999912815, 0.02089637800008859, 0.021734689999902912, 0.02165815700004714, 0.0217811669999719, 0.021447235000096043, 0.021620992999942246, 0.021992619999991803, 0.021466750999934447, 0.03930896700012454, 0.032559099999843966, 0.020934638999960953, 0.0207816450001701, 0.021029585999940537, 0.020900876000041535, 0.02103823199990984, 0.02059936499995274, 0.021059501000081582, 0.02086987899997439, 0.020888953999929072, 0.0209884000000784, 0.02143408899996757, 0.020452311000099144, 0.02094950599985168, 0.02079011000000719, 0.021105046999991828, 0.036845999000206575, 0.028684849999990547, 0.021053479999864066, 0.021073959999966974, 0.020985173000099167, 0.020946080999920014, 0.021122227999967436, 0.02094775400018989, 0.020998847999862846, 0.020839492000050086, 0.020976657999881354, 0.021130373999994845, 0.02056244600021273, 0.02106346899995515, 0.020845612999892182, 0.020842387000129747, 0.021973475999857328, 0.02178860000003624, 0.021781596999971953, 0.02175422699997398, 0.021823966000056316, 0.021779492999939976, 0.021732757000108904, 0.021744608000062726, 0.02154396499986433, 0.02183194100007313, 0.021417748999965625, 0.022032184999943638, 0.021655462000126136, 0.021740971999861358, 0.02169782100008888, 0.02168379499994444, 0.021541230000138967, 0.022689288999799828, 0.021089417000212052, 0.02173231599999781, 0.02174528000000464, 0.02177118800000244, 0.02167618999988008, 0.021572909000042273, 0.021630495999943378, 0.021855173999938415, 0.0217594260000169, 0.02156870099997832, 0.021731063000061113, 0.02183875400010038, 0.021715483999969365, 0.021691629999850193, 0.021642408000161595, 0.021826170999929673, 0.036529588000121294, 0.030301873999860618, 0.02090156700000989, 0.020811330000015005, 0.02098687600005178, 0.036513308999928995, 0.03177453700004662, 0.020795299999917916, 0.021389085999999224, 0.02075389200012978, 0.02101226499985387, 0.021063488999971014, 0.020927155000208586, 0.02089093699987643, 0.021000853000032293, 0.02103867400001036, 0.021003897999889887, 0.020948464000184686], [0.021613305999835575, 0.021358521000138353, 0.021625147999884575, 0.020778396999958204, 0.021257912999999462, 0.02136671500011289, 0.020832839999911812, 0.021024457000066832, 0.021226234000096156, 0.020982026999945447, 0.021108002999881137], [0.021950825999965673, 0.021379659000103857, 0.03806057299993881, 0.031048469999859662, 0.021407171000191738, 0.021161351999808176, 0.02174178500013113, 0.02059074899989355, 0.020950128000094992, 0.021233726999980718, 0.02093807599999309, 0.021241242000087368, 0.021078486999840607], [], [0.021263913000211687, 0.021476700999983223, 0.021423400999992737, 0.020657492999816895, 0.020868626000037693, 0.020975085000145555, 0.020858235999867247, 0.021025388999987626, 0.020959726000000956, 0.020844452000119418, 0.020912156999884246, 0.020981387000119867, 0.020880989000033878, 0.020934629999828758, 0.02088525700014543, 0.020762759000035658, 0.02104000599979372, 0.020749023000007583, 0.020743833000096856, 0.02107319800006735, 0.02073410499997408, 0.020837429000039265], [0.021261157000026287, 0.02093495000008261, 0.020786222999959136, 0.021023975999924005, 0.02090166700008922, 0.021038713000052667, 0.020600927000032243, 0.021058359999869936, 0.02086800500001118, 0.02089079799998217, 0.020987648000073023, 0.021434601000009934, 0.02045152899995628, 0.020951250000052823, 0.020792373999938718, 0.021102141000028496, 0.036842280999962895, 0.02869188399995437, 0.021053790999985722, 0.0210691400000087, 0.020973442000013165, 0.02095636000012746, 0.02112354999985655, 0.020948846000010235, 0.020998308000116594, 0.020843860000013592, 0.02097108699990713, 0.021130434000042442, 0.020567625000012413, 0.021058680999885837, 0.020850843000062014], [], [0.020939918999829388, 0.02092464099996505, 0.020812211000020397, 0.02098700600004122, 0.036512367000113954, 0.03177130199992462, 0.02080396499991366, 0.021361054000180957, 0.020777816999952847, 0.02101596099987546, 0.02104371300015373, 0.02094524799986175, 0.0208757500001866, 0.021003386999836948, 0.021047941000006176, 0.020999329000005673, 0.020959155000127794, 0.020976636999876064, 0.02170954400003211, 0.021650231999956304, 0.02168261400015581, 0.02164351899978101, 0.021640004000119006, 0.021628040999985387, 0.021717157000011866, 0.021851849000086077, 0.021447474999831684, 0.021647978000146395, 0.02163777900000241, 0.021607914000014716, 0.021781697999813332, 0.02152422800008935, 0.02164132600000812, 0.021673454999927344, 0.021445982000159347, 0.022205737999911435, 0.020828612000059366, 0.02182013900005586, 0.021727225999939037, 0.021875621999924988, 0.021502618000113216, 0.021712418999868532, 0.02180652300012298, 0.02161116000002039, 0.021736973999850306, 0.021663939000063692, 0.0216576459999942, 0.021594128000060664, 0.021642858999939563, 0.021810231000017666, 0.021717857999874468, 0.02152678300012667, 0.021750018999910026, 0.02172947999997632, 0.02166396799998438, 0.02136666400019749, 0.02176196099981098, 0.021632790000012392, 0.021919394000178727, 0.02159466899979634, 0.021693413000093642, 0.021788670999967508, 0.038879828000062844, 0.0608431840000776, 0.022250922000011997, 0.022061949999852004, 0.021855494999954317, 0.02171237800007475, 0.021963677000030657, 0.021761169000001246, 0.021545657999922696, 0.021524178000163374, 0.02175996699997995, 0.0213451739998618, 0.022168167000018002, 0.03738543400004346, 0.04380001699996683, 0.021128338999915286, 0.02092101400012325, 0.02095127000006869, 0.02095341499989445, 0.0208998140001313, 0.020811910999782413, 0.03805773600015527, 0.04018235399985315, 0.021173174000068684, 0.020657533000076, 0.02124082999989696, 0.020918850000043676, 0.02069099899995308, 0.020720275000030597, 0.021057885000118404, 0.020504983999899196, 0.021452339999996184, 0.0205204930000491, 0.020977644999902623, 0.020777281000164294, 0.02073794799980533, 0.020804353000130504, 0.020861096999851725, 0.020903176000047097, 0.020999176000032094, 0.02071994400012045, 0.020794412999975975, 0.0211182479999934, 0.020423771999958262, 0.020824660000016593, 0.021075627000072927, 0.020773233999989316, 0.020861528999830625, 0.020853473999977723, 0.020932850999997754, 0.020762483999988035, 0.020677055000078326, 0.021130770000127086, 0.020490356999971482, 0.021113267999908203, 0.020952518000058262, 0.020990298000015173, 0.020731536999846867, 0.021090135000122245, 0.020612253000081182, 0.021282984999970722, 0.037542641999834814, 0.08317670200017346, 0.021558227000014085, 0.021541836999858788, 0.02141905799999222, 0.021512794000045687, 0.021168710999972973, 0.02109475299994301, 0.021638658000028954, 0.02065909099997043, 0.021180503000095996, 0.020919356999911543, 0.021245113000077254, 0.02099577900003169, 0.02095798899995316, 0.021335862000114503, 0.02095258899998953, 0.020716968999977325, 0.020848904999866136, 0.021082781000131945, 0.020945414999914647, 0.020915248999926916, 0.0209471380001105, 0.0210625429999709, 0.020961455000133355, 0.020764647999840236, 0.020958550000159448, 0.0209013829999094, 0.020840679000002638, 0.02101697900002364, 0.02056902300000729, 0.021183729999847856, 0.020667306000177632, 0.020934844999828783, 0.020850588000030257, 0.020905961000153184, 0.02094500499993046, 0.020947648999936064, 0.020748407000155566, 0.021042736999788758, 0.021001028999990012, 0.020896874000072785, 0.02094671700001527, 0.021007832000123017, 0.020843904999992446, 0.020902665999983583, 0.020952497999815023, 0.020889050000050702, 0.021060940000097617, 0.02106200200000785, 0.021103098999901704, 0.020917192000069917, 0.020970481999938784, 0.021138535000090997, 0.02101559599987013, 0.020750722000002497, 0.02093942400006199, 0.02105815499999153, 0.02088027400009196, 0.021060097999907157, 0.020721448000131204, 0.021460855999976047, 0.020369260999814287, 0.020707000000129483, 0.020955042999958096, 0.020947448000015356, 0.021209627999951408, 0.02089729600015744, 0.02093227999989722, 0.020741413999985525, 0.020686702999910267, 0.021049169000207257, 0.020961964999969496, 0.020610219999980472, 0.02140091499995833, 0.020511324999915814, 0.0208838610001294, 0.021058053999922777, 0.020977705999939644, 0.020708533000060925, 0.020872908999990614, 0.020969400000012683, 0.039305279000018345, 0.1329949440000746, 0.021395052999878317, 0.021402577000117162, 0.0211172249998981, 0.021446269000080065, 0.020990961000052266, 0.021217200999899433, 0.02118030299993734, 0.021109461000150986, 0.021002661000011358, 0.021423075999791763, 0.021062193000034313, 0.021304445000168926, 0.02120269399983954, 0.02120152300017253, 0.02120269399983954, 0.021260513000015635, 0.021705140999983996, 0.02054372600014176, 0.02094399199995678, 0.02139680799996313, 0.020866416999979265, 0.021143984999980603, 0.021187586999985797, 0.02101285999992797, 0.021200611000040226, 0.021181346000048507, 0.021155205000013666, 0.021233332000065275, 0.021180783999852792, 0.02082043700011127, 0.021062623000034364, 0.02130264199990961, 0.02116347100013627, 0.02126387899988913, 0.02145304100008616, 0.020748266999817133, 0.021304345000089597, 0.021173890999989453, 0.021025514000029943, 0.02102254900000844, 0.021098891000065123, 0.021023451000019122, 0.021031134999930146, 0.021185622000075455, 0.02084668099996634, 0.021886980999852312, 0.03784399400001348, 0.12041233200011447, 0.02221579299998666, 0.02137723099986033, 0.021076108000215754, 0.02149898699985897, 0.02143604000002597, 0.02075179400003435, 0.02147560399998838, 0.03760463699995853, 0.059334426000077656, 0.021304023999846322, 0.0215979420001986, 0.020987202000014804, 0.02132558399989648, 0.021735839000029955, 0.020406919999913953, 0.021164283999951294, 0.021536347000164824, 0.020954681999910463, 0.021299064000004364, 0.02097146400001293, 0.02114094900002783, 0.02106496800001878, 0.021466717000066637, 0.02081044299984569, 0.0208758559999751, 0.021424748000072213, 0.0212389030000395, 0.0211941789998491, 0.021138384000096266, 0.02113374600003226, 0.021372401999997237, 0.021331303999886586, 0.021010707000186812, 0.02116763899994112, 0.021174162000079377, 0.020901662999904147, 0.021307178999904863, 0.021231098000043858, 0.021444154999926468, 0.021053757000117912, 0.02101456400009738, 0.021337055000003602, 0.02116138799988221, 0.021179270999937216, 0.021553319000076954, 0.02085626799998863, 0.021236187000113205, 0.021092058999784058, 0.021371168000086982, 0.021294306000072538, 0.02126989999987927, 0.021246537000024546, 0.021284896999986813, 0.021059648000118614, 0.02114645999995446, 0.021317909999879703, 0.02125340900010997, 0.02117309999994177, 0.02170228600016344, 0.02065156699995896, 0.021276922999959424, 0.021061971999870366, 0.021290870000029827, 0.021162449000030392, 0.021139536999953634, 0.020987844000046607, 0.02107858399995166, 0.037594097999999576, 0.06041023100010534, 0.021648909000077765, 0.02153707399997984, 0.021361866999995982, 0.02135497399990527, 0.021040207999931226, 0.021539488000144047, 0.02146193399994445, 0.021026411000093503, 0.02107521299990367, 0.02091111799995815, 0.02117066000005252, 0.02119062799988569, 0.02109615200015469, 0.021445191999873714, 0.02113554600009593, 0.02134887300007904, 0.021227686999964135, 0.02115704499988169, 0.021318807000170636, 0.02121771799988892, 0.021095151000054102, 0.021454708999954164, 0.02086543299992627, 0.021258093000142253, 0.021365134000006947, 0.021110106999913114, 0.021210265000036088, 0.021260087999962707, 0.021297997999909057, 0.021359462000191343, 0.021215704999804075, 0.02121587500005262, 0.021148109000023396, 0.021304951000047367, 0.021257993000062925, 0.021782370999972045, 0.021120426999914343, 0.021203111999966495, 0.021004490999985137, 0.021306013000184976, 0.021327211999960127, 0.02144264799994744, 0.02128745799996068, 0.02124200399998699, 0.021627912999974797, 0.02093429000001379, 0.021257653000020582, 0.021247203000029913, 0.02137639400007174, 0.02126592900003743, 0.021281306999981098, 0.021212327999819536, 0.021264446000031967, 0.021213210000041727, 0.02114631500012365, 0.021163407999893025, 0.021056347000012465, 0.02117481899995255, 0.02128787900005591, 0.021217728999999963, 0.02120529500007251, 0.0213480919999256, 0.021219922000000224, 0.021431366999877355, 0.02149387300005401, 0.020994182000094952, 0.02125987699992038, 0.02177539700005582, 0.02084604600008788, 0.02117063099990446, 0.02118075999987923, 0.021333905000119557, 0.02119566700002906, 0.021278170999948998, 0.021269345000064277, 0.021220813999889288, 0.021236713999996937, 0.02124386700006653, 0.02118784300000698, 0.021282668999901944, 0.021257372000036412, 0.02124568099998214, 0.02133657000013045, 0.021331059999965873, 0.02132104099996468, 0.0213312200000928, 0.021459488999880705], [], [], [0.021365762999948856, 0.0211226290000468, 0.020930442000008043, 0.02094705200011049, 0.02094961699981468, 0.020898633000115296, 0.020777174999921044, 0.03809314199997971, 0.040180682000027446, 0.021175067000058334, 0.020660719000034078, 0.021237543999859554, 0.020918158000085896, 0.020700337000107538, 0.02071575699983441, 0.0210527550000279, 0.020510494000063773, 0.02144654900007481, 0.02052671499995995, 0.020981020999897737, 0.020777432000159024, 0.0207338999998683, 0.0208088009999301, 0.02080965200002538, 0.020950003000052675, 0.0209877540000889, 0.02072723799983578, 0.020792991000007532, 0.02112478000003648, 0.02042057600010594, 0.02082094299998971, 0.02107582700000421, 0.020772433000047386, 0.020862620999878345, 0.02085945399994671, 0.020922653000070568, 0.020765799999935552, 0.020678056000178913, 0.021130680999931428, 0.02049996400000964, 0.021103750000065702, 0.020958398999937344, 0.02098370699991392, 0.020732577999979185, 0.02109007500007465, 0.02061788399987563, 0.02128346600011355, 0.03751136300002145, 0.08320232999994914, 0.02154845900008695, 0.021551254999849334, 0.021419920000198545, 0.021510668999781046, 0.021170334000089497, 0.021088862999931735, 0.02164442800017241, 0.02065934099982769, 0.021180564000133018, 0.020919977999938055, 0.02124419200004013, 0.020994556000005105, 0.02096376899999086, 0.021332095999923695, 0.020951597000021138, 0.020721818000083658, 0.020848593999971854, 0.021079294999935883, 0.020945184000083827, 0.0209203689998958, 0.020904127999983757, 0.021099191000075734, 0.02096110399997997, 0.020774696999978914, 0.020948740999983784, 0.02090698400002111, 0.020840289000034318, 0.02101779000008719, 0.0205685219998486, 0.021179692000032446, 0.020627512000146453, 0.020972945999801595, 0.020857581000200298, 0.020900050999898667, 0.02094536499998867, 0.020946806999972978, 0.020753878000050463, 0.021043427999984488, 0.020985670000072787, 0.020906551999814837, 0.02095058500003688, 0.020964641000091433, 0.020880933999933404, 0.020902335000073435, 0.020955334000063885, 0.020888568999907875, 0.02106080899989138, 0.0210601090000182, 0.021094573000027594, 0.02092637000009745, 0.02097267599992847, 0.021135688999947888, 0.021017139000150564, 0.020724082000015187, 0.020932591000018874, 0.02109272999996392, 0.020857861999957095, 0.021085615999936635, 0.020717190000141272, 0.02145971400000235, 0.020369700999935958, 0.020681411999930788, 0.020957557999963683, 0.020949453000184803, 0.021194498999875577, 0.020932490999939546, 0.020933272000092984, 0.020742235999932745, 0.02068543099994713, 0.021051613000054203, 0.020952047000037055, 0.02062294400002429, 0.021396566000021267, 0.02051029299991569, 0.020886304999976346, 0.021056863000012527, 0.02097732500010352, 0.020706208999854425, 0.02086381200001597, 0.02097789599997668, 0.03929033100007473, 0.13301309700000274, 0.02139396100005797, 0.02140370000006442, 0.021122925999861764, 0.021439074999989316, 0.020987052999998923, 0.021220237000079578, 0.02118743699998049, 0.021110162000013588, 0.021001429000079952, 0.021419278999928792, 0.02106318400001328, 0.021301007999909416, 0.02120563000016773, 0.021201562999976886, 0.02120135199993456, 0.021260362000020905, 0.021705662999920605, 0.02054163200000403, 0.0209513560000687, 0.021392097999978432, 0.020861347999925783, 0.021154165000098146, 0.021183016999884785, 0.021020345000124507, 0.021192375000055108, 0.02118086499990568, 0.02116006500000367, 0.02122813200003293, 0.021181875999900512, 0.020813995000025898, 0.021074295000062193, 0.02129653999986658, 0.021164253000051758, 0.021263468000142893, 0.021452950999901077, 0.0207491989999653, 0.02130341299994143, 0.021172317000036855, 0.02102691799996137, 0.02102261800018823, 0.021098360999985744, 0.021022086999892053, 0.02103537400012101, 0.02118235599982654, 0.020808128999988185, 0.021931623999989824, 0.037839095000208545, 0.12035273099991173, 0.022188251999978092, 0.021447191000106614, 0.021020964999934222, 0.021675305999906413, 0.021332116000166934, 0.020754498999849602, 0.021473941000067498, 0.037596502000042165, 0.05934127799991984, 0.02130043800002568, 0.021590226999933293, 0.02099840400001085, 0.021324460999949224, 0.021738113000083104, 0.020405939000056605, 0.021168761999888375, 0.02153195899995808, 0.020951957000079346, 0.021298653000030754, 0.020975580999902377, 0.02113799500011737, 0.021065147999934197, 0.02146948200015686, 0.020814650999909645, 0.020868131000042922, 0.02142799499983994, 0.021229414000117686, 0.021202985999934754, 0.02109435200009102, 0.021177808999937042, 0.02137715899993964, 0.021316867999985334, 0.021025485000109256, 0.02115175900007671, 0.021184670999900845, 0.020905501000015647, 0.021303642000020773, 0.021234864999996717, 0.021429357999977583, 0.021062944000050265, 0.021021245999918392, 0.021332597000082387, 0.0211360399998739, 0.021202744999982315, 0.021546637000028568, 0.02086464400008481, 0.021233791999975438, 0.02106623000008767, 0.02139614599991546, 0.02129701099988779, 0.021271182000191402, 0.02124551499991867, 0.02128328399999191, 0.02105717399990681, 0.021147331000065606, 0.021322437999970134, 0.02125327900012053, 0.021176234999984445, 0.02169606500001464, 0.02065443299989056, 0.021279477999996743, 0.021064325999986977, 0.02128566999999748, 0.02115006600001834, 0.021150968000029025, 0.02099226199993609, 0.02107257300008314, 0.037601220999931684, 0.06033798700013904, 0.02164697599982901, 0.02153625200003262, 0.0213615560001017, 0.021363009999959104, 0.021086423000042487, 0.021487440999862883, 0.021474768000189215, 0.021184405999974842, 0.02097706999984439, 0.02090572800011614, 0.021168065999972896, 0.021199312999897302, 0.02109579200009648, 0.021430674999919574, 0.021146476000012626, 0.021345797000094535, 0.021229911000091306, 0.02115729599995575, 0.021316632999969443, 0.021205905999977404, 0.021104597999965335, 0.02145797599996513, 0.020865662999995038, 0.021258674000137034, 0.021353170999873328, 0.021121218999951452, 0.021199835000061285, 0.021263783999984298, 0.021301525000126276, 0.02128886099990268, 0.021283211000081792, 0.021216395999999804, 0.0211299349998626, 0.02132774300002893, 0.021259166000163532, 0.021749580000005153, 0.021147436999854108, 0.021209522999924957, 0.021004060000223035, 0.021311132999926485, 0.021311874000048192, 0.02145355799984827, 0.021284583000124258, 0.021242503999928886, 0.021629826999969737, 0.020934951000072033, 0.021214251999936096, 0.021287669000003007, 0.021378969000124926, 0.021266068999921117, 0.02128106600002866, 0.02121247900004164, 0.021263093000015942, 0.02121490299987272, 0.021136096999953224, 0.02117362600006345, 0.021056377999912, 0.021174979000079475, 0.021283670999991955, 0.021221897000032186, 0.021200916999987385, 0.021352549000084764, 0.021224791999884474, 0.021416348999991897, 0.02150383100001818, 0.0209895340001367, 0.021264324999947348, 0.02176791399983813, 0.02085180600010972, 0.021172564999915267, 0.02112769100017431, 0.021380941999950664, 0.021201709000024493, 0.021275895999906425, 0.021260277999999744, 0.021228007999980036, 0.021240480999949796, 0.021242484000140394, 0.02118941599997015, 0.021276627999895936, 0.021208792000152243, 0.02130080300003101, 0.021325308999848858, 0.021272952000117584, 0.021388376000004428, 0.02133284299998195, 0.021459077999907095, 0.021541542000022673, 0.021449159999974654, 0.020766527999967366, 0.02110270399998626, 0.021106181000050128, 0.02103904499995224, 0.021227767000027598, 0.020815860000084285, 0.021134052999968844, 0.021011454000017693, 0.02118437600006473, 0.021064422999870658, 0.021073810999951093, 0.021095610000202214, 0.021150734000002558, 0.020951522999894223, 0.021099096999932954, 0.021009490000096775, 0.021083227999952214, 0.0212829800000236, 0.02110512900003414, 0.021100629999864395, 0.021088357000053293, 0.021181411000043227, 0.020888595000087662, 0.021000002999926437, 0.021160722000104215, 0.02088960799983397, 0.021057980000023235, 0.020974605999981577, 0.02106690699997671, 0.02091011500010609, 0.021465922000061255, 0.02106543399986549, 0.021128441999962888, 0.02112014700014697, 0.021091714000021966, 0.02113350099989475, 0.021546602999933384, 0.0205552140000691, 0.02113357200005339, 0.02096500799984824, 0.021184347000144044, 0.021301996999909534, 0.02064242699998431, 0.02129016399999273, 0.02100571400001172, 0.02112991600006353, 0.021092965999969238, 0.020850424999935058, 0.021055236000165678, 0.02116606300000967, 0.02113706000000093, 0.021175679999942076, 0.02130259799992018, 0.0210577310001554, 0.02114151699993272, 0.02105712999991738, 0.021090873000048305, 0.020824255999968955, 0.021443319000127303, 0.020951253000021097, 0.02099645699991015, 0.03779903600002399, 0.06092461200000798, 0.021301826999888362, 0.022036735000028784, 0.021069442999987587, 0.021760029999995822, 0.020718449000014516, 0.02132120200008103, 0.021389719999888257, 0.021195627999986755, 0.021278182000060042, 0.03821230700009437, 0.08208139799990022, 0.021594520999997258, 0.02153466999993725, 0.021553324000024077], [], [], [0.021746087999872543, 0.021558288000051107, 0.021542877999991106, 0.02143925600012153, 0.021494538999832002, 0.021165897000173572, 0.021099771999843142, 0.021633709000070667, 0.020660362999933568, 0.021179330999984813, 0.02094073600005686, 0.021224406000101226, 0.02101820999996562, 0.02095092499985185, 0.02134341700002551], [0.021847266000122545, 0.021393100000068443, 0.021402907999799936, 0.021114480000051117, 0.02144842300003802, 0.020993925000084346, 0.021215698999867527, 0.021176345999947443, 0.021111214000029577, 0.021000868000101036, 0.021425810999971873, 0.02106359499998689, 0.02130567700010033, 0.021220366999841644, 0.021181907000027422, 0.021201632000156678, 0.021261974999788436, 0.021705623000116248, 0.02054380599997785, 0.020938863000083074, 0.021402296999895043, 0.020867920000000595, 0.021137302999932217, 0.021191123000107837, 0.02100651899991135, 0.02121211200005746, 0.021178660000032323, 0.02114950600002885, 0.02123736899989126, 0.021181475000048522, 0.02081484600012118, 0.021062874999870473, 0.02130983400002151, 0.021159533999934865, 0.021263749000127063, 0.021453772999848297, 0.02074888800007102, 0.02130314200007888, 0.021174842999926113, 0.021024682999950528, 0.02102280899998732, 0.02113861500015446, 0.020984587999919313, 0.02102635599999303, 0.021215078000068388, 0.020818327999904795, 0.02192147499999919, 0.037811983999972654, 0.12040930700004537, 0.02222066200010886, 0.02137499599984949, 0.021076870000115377, 0.021574998999994932, 0.02135960700002215, 0.02075090299990734, 0.021475984000062454, 0.037604486999953224, 0.059337771999935285, 0.021329961999981606, 0.021611878000157958, 0.020973156999843923, 0.02133569200009333, 0.02174029699995117, 0.020392834999938714, 0.021163762000014685, 0.021507293000013306, 0.02099732200008475, 0.021302830999957223, 0.020963138000070103, 0.021144667000044137, 0.02106349499990756, 0.02146460299991304, 0.02080055400006131, 0.020876447000091503, 0.021434957999872495, 0.021237860000155706, 0.021157019999918703, 0.021137723000038022, 0.021154865999960748, 0.021349016999920423, 0.02137650899999244, 0.02101230000016585, 0.021165395000025455, 0.021187265999969895, 0.020843403999833754, 0.021350861000200894, 0.02122229199994763, 0.021451828999943245, 0.021054749000086304, 0.02102134599999772, 0.02133179499992366, 0.0211648150000201, 0.021190280999917377, 0.021535334999953193, 0.02086371300015344, 0.02123259999984839, 0.021048427000096126, 0.02141621300006591, 0.02128715200001352, 0.02127124300000105, 0.021261493999872982, 0.021272233999980017, 0.021069457000066905, 0.021136119999937364, 0.021316207000154463, 0.021252838000009433, 0.02116445299998304, 0.021725128999833032, 0.020644564000122045, 0.021262074999867764, 0.02106145200013998, 0.02129986599993572, 0.021165184999972553, 0.021139356000048792, 0.020976022000013472, 0.02108026699988841, 0.03759325600003649, 0.06037697000010667, 0.021652355000014722, 0.021539227999937793, 0.021362568000085957, 0.021352228999830913, 0.021075664000136385, 0.02150548500003424, 0.02145919800000229, 0.0211005699998168, 0.021036191000121107, 0.020907940999904895, 0.021169168000142236, 0.021190537999927983, 0.02109564100010175, 0.021456482999838045, 0.02113530500014349, 0.021347048999814433, 0.02123996000000261, 0.021155442000008406, 0.02132178300007581, 0.02124920699998256, 0.021064392999960546, 0.021452726000006805, 0.020863960000042425, 0.021257542000057583, 0.0213168840000435, 0.021174677999852065, 0.021195647000013196, 0.021258624999973108, 0.021307927000179916, 0.021306172999857154, 0.021266720000085115, 0.021210094000025492, 0.021155893000013748, 0.021294661999945674, 0.021261940999920625, 0.021776570000156426, 0.021123462999867115, 0.021202900999924168, 0.02099246900002072, 0.02130650300000525, 0.021337963000178206, 0.021456273000012516, 0.021277279999821985, 0.021239588000071308, 0.021628143000043565, 0.020932738000055906, 0.021208641999919564, 0.021297936999872036, 0.021375483000156237, 0.02126886399992145, 0.021280916000023353, 0.021213310000121055, 0.021260087999962707, 0.021165400999962003, 0.021227325999916502, 0.02113249000012729, 0.021045467000021745, 0.021172574999809513, 0.021302426000147534, 0.021215664999999717, 0.021215554000036718, 0.021337110999866127, 0.021210655000004408, 0.021439742999973532, 0.021506606999992073, 0.020984483000120235, 0.021258925999973144, 0.021775097000045207, 0.02084378199992898, 0.021171051000010266, 0.02114466300008644, 0.02137752599992382, 0.021188293000022895, 0.02127970399988044, 0.02127463500005433, 0.02121850000003178, 0.021245009000040227, 0.021242463999897154, 0.021176190999995015, 0.02129053500016198, 0.021200876999955653, 0.021305851999841252, 0.02132556000015029, 0.02128497399985463, 0.02137431000005563, 0.021324237000044377, 0.02146878700000343, 0.021466921999945043, 0.021448188000022128, 0.02077291000000514, 0.021096633000070142, 0.021106109999891487, 0.02103844500015839, 0.021237254999959987, 0.020806671999935133, 0.021147348000113197, 0.02100912899982177, 0.021175159999984317, 0.02107046400010404, 0.021065964999934295, 0.021097405000091385, 0.021152265999944575, 0.02094980900005794, 0.021099218000017572, 0.021052059999874473, 0.02106522400003996, 0.021257863000073485, 0.02110525900002358, 0.021098606999885305, 0.021100099000022965, 0.021170891000110714, 0.020885198999849308, 0.02100302799999554, 0.021161494000125458, 0.020885448999933942, 0.021062019000055443, 0.020987728999898536, 0.021052902000064933, 0.02090752000003704, 0.021470108999892545, 0.0210642720001033, 0.021143620999964696, 0.02110726299997623, 0.0210896399999001, 0.021134052000206793, 0.02154638199999681, 0.02057920899983401, 0.02112283200017373, 0.02099513399980424, 0.0211423090001972, 0.021300883999856524, 0.020638710999946852, 0.02128781000010349, 0.021012957000039023, 0.02112770200005798, 0.021094339000001128, 0.020885720999785917, 0.02106138700014526, 0.02115074499988623, 0.021111991999987367, 0.021174427999994805, 0.02130289900014759, 0.02105936299994937, 0.021139603999927203, 0.02105887400011852, 0.02108909899993705, 0.02083008699992206, 0.021437208000179453, 0.02097064899999168, 0.020979624999881707, 0.03780011799995009, 0.06094909800003734, 0.02130954099993687, 0.022046594000130426, 0.021070394999924247, 0.021763607000139018, 0.020717266000019663, 0.02131494999980532, 0.02139796500000557, 0.021186772000191922, 0.0219325419998313, 0.03755379900007938, 0.08212985799991657, 0.02158060600004319, 0.02154003000009652, 0.021546431999922788, 0.021053923999943436, 0.021479527000110465, 0.021325008999838246, 0.021226987000090958, 0.021406269999943106, 0.02107524400003058, 0.021070946000008917, 0.020986448000030578, 0.02189017299997431, 0.021807068000043728, 0.02175562100001116, 0.021866259000034916, 0.02180485300004875, 0.02151576500000374, 0.02173150699991311, 0.021758137000006172, 0.021726065999928323, 0.02194522600007076, 0.021601643999929365, 0.021855459000107658, 0.021833415999935823, 0.021746716000052402, 0.021717961999911495, 0.021839006999925914, 0.021643302000029507, 0.021538999000085823, 0.022043137000082424, 0.02201449499989394, 0.02121376200011582, 0.021727879999843935, 0.021859205000055226, 0.03825592799989863, 0.02855090800017024, 0.0218444479999107, 0.02185484599999654, 0.02175035300001582, 0.021730805000061082, 0.021740603999887753, 0.021751695000148175, 0.021738148999929763, 0.0216617569999471, 0.02177966700014622, 0.021800183999857836, 0.021737489000088317, 0.021756212999889613, 0.021721527999943646, 0.021820503000071767, 0.021651848000146856, 0.021768335999922783, 0.02171782200002781, 0.02149677900001734, 0.021932731999868338, 0.021652119000009407, 0.0216169230000105, 0.021875765999993746, 0.02168034200008151, 0.0219093979999343, 0.022068836000016745, 0.021556240000109028, 0.021765990999938367, 0.021856720999949175, 0.0217820909999773, 0.021677425999996558, 0.021860578000087116, 0.02169633099993007, 0.021851761000107217, 0.021585474999938015, 0.021799934000000576, 0.021970392999946853, 0.02176672299992788, 0.021560838000141302, 0.037603732999969, 0.027473789999930887, 0.020910275999995065, 0.021420357000124568, 0.020543492999877344, 0.0210770969999885, 0.021015492000060476, 0.021098537999932887, 0.02113085700011652, 0.021038174000068466, 0.020869159999847398, 0.02118352499996945, 0.02106545600008758, 0.021037784000100146, 0.021000924999952986, 0.021158929999955944, 0.021131468000021414, 0.021074632999898313, 0.021038455000052636, 0.021228489000122863, 0.020998530999804643, 0.021110959999987244, 0.020794310000155747, 0.020890338999834057, 0.02125696300004165, 0.02060098900005869, 0.021041751999973712, 0.021182373000101506, 0.020750719000034223, 0.02110934699999234, 0.02107716699993034, 0.02121057599993037, 0.021079672000041683, 0.02108071399993605, 0.020970859000044584, 0.02108185599990975, 0.021073040000146648, 0.020844223000040074, 0.021294182000019646, 0.020958791999873938, 0.03775489400004517, 0.031003178999981174, 0.021250170000030266, 0.021210476000078415, 0.02130066299991995, 0.021249258999887388, 0.021375603000024057, 0.021271961000138617, 0.02119753099987065, 0.02148196200005259, 0.037603952999916146, 0.031297858000016276, 0.02133641099999295, 0.021365454000033424, 0.021323677000054886, 0.021222267999974065, 0.02108418000011625, 0.021324938999896403, 0.021026674000040657, 0.02134743999999955, 0.021752156000047762, 0.021164499999940745, 0.021179608000011285, 0.021422951999966244, 0.02117482900007417, 0.021009070999980395, 0.021180640000011408, 0.02132358599988038, 0.02099617700014278, 0.02165490399988812, 0.021046520000027158, 0.021164990999977817, 0.021700659000089217, 0.021248566999929608, 0.021121349999930317, 0.021313969000175348, 0.02128760899995541, 0.021317454999916663, 0.021431739000036032, 0.021394127999883494, 0.021367208000128812, 0.02132717299991782, 0.021315231000016865, 0.021381714999961332, 0.021343572999967364, 0.021190970000134257, 0.021100059999980658, 0.02116733499997281, 0.021359353999969244, 0.02110863600000812, 0.021163328000056936, 0.021340076999877056, 0.02131348800003252, 0.021137409000175467, 0.021332412999981898, 0.021417471999939153, 0.021255078999956822, 0.02135926300002211, 0.021380743000008806, 0.02135168900008466, 0.021299942999803534, 0.02125110100018901, 0.021307185999830835, 0.020928130000129386, 0.021643762999929095, 0.02127019699992161, 0.02136900200002856, 0.021322233000091728, 0.02136803999997028, 0.02133748200003538, 0.021289863999982117, 0.02144676700004311, 0.020885658999986845, 0.021241283999870575, 0.02138268700014123, 0.02155853399995067, 0.021262142000068707, 0.02134215099999892, 0.021201138999913383, 0.021360124000011638, 0.021456494999938514, 0.021203473000014128, 0.021402703000148904, 0.021151496999891606, 0.021370724000007613, 0.021392325000078927, 0.02115122500003963, 0.021264946999963286, 0.021926850999989256, 0.02088693299992883, 0.02137813800004551, 0.021349444999941625, 0.021432779999940976, 0.021349595000174304, 0.021424865999961185, 0.02123773599987544, 0.021346700000094643, 0.021283191000065926, 0.021314088999815795, 0.02144702700002199, 0.02128248999997595, 0.021103927000012845, 0.021204565000061848, 0.02139583100006348, 0.021399387999963437, 0.0211333919999106, 0.02133137100008753, 0.02110327600007622, 0.021409606999895914, 0.021230103000107192, 0.021630377999827033, 0.021129575000031764, 0.021390680999957112, 0.021305518000190204, 0.02141163099986443, 0.02140902500013908, 0.021220704999905138, 0.02134357399995679, 0.021446495999953186, 0.02117787500014856, 0.021381012999881932, 0.021733431000029668, 0.021094720000064626, 0.02134047799995642, 0.02168078299996523, 0.02122540300001674, 0.02129077600011442, 0.021353341999883924, 0.021096443000033105, 0.021528038000042216, 0.02128165799990711, 0.021401181000101133, 0.02119291400003931, 0.021163086999877123, 0.021223630000122284, 0.0211904489999597, 0.02152722599998924, 0.021244608999950287, 0.02135880199989515, 0.021458388000155537, 0.02131952900003853, 0.021442578000005597, 0.02138033300002462, 0.021318075999943176, 0.02109697499986396, 0.021356728000000658, 0.021495898000011948, 0.021215154000174152, 0.02144438199979959, 0.021306325000068682, 0.021309088999942105, 0.021022184999992533, 0.03811181900005067, 0.02962614200009739, 0.022053306999850975, 0.021193734999997105, 0.022058166000078927, 0.02182706500002496, 0.0218138899999758, 0.021799714000053427, 0.021939074999863806, 0.021765940000022965, 0.021949102999997194, 0.02176232500005426, 0.022291499999937514, 0.021291377000125067, 0.021747485999867422, 0.021778490000087913, 0.021853473999954076, 0.021326813000086986, 0.0216089779999038, 0.022123557999975674, 0.02164080800002921, 0.021208010999998805, 0.021437590000005002, 0.021521946000120806], [], [0.021975214999883974, 0.022199834000048213, 0.02143790400009493, 0.021020183999780784, 0.021545113000001948], [], [0.02208211500010293, 0.02161320200002592, 0.02153473899988967, 0.021356337000042913, 0.0213627489999908, 0.021086184000068897, 0.021490706999884424, 0.02147448699997767, 0.02105720900021879], [0.022074637000059738, 0.02130975000000035, 0.022040814000092723, 0.021091273999900295, 0.02174364899997272, 0.020710233000045264, 0.02131789600002776, 0.02138996100006807, 0.021197350999955233, 0.02194879199987554, 0.03755794700009574, 0.0820615509999243, 0.02160408899999311, 0.021527577000142628, 0.02155180099998688, 0.02109265699982643, 0.02147855500015794, 0.021319098000049053, 0.021233418999827336, 0.021396813000137627], [0.02211830800001735, 0.02158057499991628, 0.021532025000169597, 0.021553635999907783, 0.02101392899999155, 0.02147819500009973, 0.021318195999810996, 0.021227077000048666, 0.02139972800000578, 0.021120057999951314, 0.021126559000094858], [], [0.020743194000033327, 0.020910135999884005, 0.021421740000050704, 0.020541599000125643, 0.02107904099989355, 0.021014810999986366, 0.02109968900003878, 0.021130616999926133, 0.02103735300011067, 0.020868357999916043, 0.021185458999980256, 0.021059565000086877, 0.021043504000090252, 0.020998771999984456, 0.02116080299992973, 0.021121880000009696, 0.021083579999867652, 0.021038845000020956, 0.021227228000043397, 0.020999071000005642, 0.02111143100000845, 0.020793878999938897, 0.020887985000172193, 0.02126483699998971, 0.020596491999867794, 0.02104060900001059, 0.02118281399998523, 0.020756259000108912, 0.021091032999947856, 0.02106912299996111, 0.021223400000053516, 0.021087935999958063, 0.021080785000094693, 0.02096945599987521, 0.02107742800012602, 0.02106855099987115, 0.02085908100002598, 0.021287279000034687, 0.0209606050000275, 0.03775407299986, 0.030992068000159634, 0.021251001999871733, 0.02122962099997494, 0.021280116000070848, 0.021250479999935123, 0.02137510200009274, 0.021272241999895414, 0.021197692000214374, 0.02145339799994872, 0.03765447699993274, 0.03129749799995807, 0.02133631000015157, 0.02136436299997513, 0.021323886999880415, 0.021223079000037615, 0.021087526999963302, 0.021324729000070874, 0.02102797499992448, 0.021330889999944702, 0.02176396800018665, 0.021168687999988833, 0.02117878599983669, 0.02141757200001848, 0.021175992000053157, 0.020996226000079332, 0.021181732000059128, 0.021323826999832818, 0.0209955360001004, 0.02165053499993519, 0.02106971400007751, 0.02116329799991945, 0.02169381599992448, 0.021230894000154876, 0.021121098999856258, 0.02132081200011271, 0.02128152799991767, 0.021315862000164998, 0.02143517499985137, 0.021412512000097195, 0.021347490999914953, 0.021333445999971445, 0.021308778000047823, 0.02138072299999294, 0.021345336999957, 0.021214494000105333, 0.021083097999962774, 0.021166473999983282, 0.021375162999902386, 0.02110998800003472, 0.021165342000131204, 0.021319509000022663, 0.021309189000021433, 0.02113463499995305, 0.021335898999950587, 0.021417292000023735, 0.021252914999877248, 0.021361507000165147, 0.021379870999908235, 0.021352291000084733, 0.02129793799986146, 0.021251813000162656, 0.021308067999825653, 0.02093870900012007, 0.021652489999951285, 0.021273663000101806, 0.021369141999912245, 0.021299121000083687, 0.021366205999811427, 0.021339135000062015, 0.021290666000140845, 0.021445032999963587, 0.02089299299996128, 0.02124215499998172, 0.021380923999913648, 0.021538146000011693, 0.021272211999985302, 0.02135281000005307, 0.021200978000024406, 0.021352370999920822, 0.021456754000155343, 0.02120554699990862, 0.02140247400006956, 0.021174468000026536, 0.021345988999883048, 0.021394519000068613, 0.021168808000084027, 0.021245429999908083, 0.02192842399995243, 0.02090267300013693, 0.021360895999805507, 0.02135210000005827, 0.021428451000019777, 0.021349274999920453, 0.021429524000041056, 0.021236615000134407, 0.0213473310000154, 0.021283230999870284, 0.021317886000133512, 0.021440543999915462, 0.021282970999891404, 0.021104549000028783, 0.02120342300008815, 0.02139859599992633, 0.02140001900011157, 0.021130156000026545, 0.021334325999987414, 0.021108305999860022, 0.021400199000026987, 0.02122664600005919, 0.021637021000060486, 0.021128793999878326, 0.021388806999993903, 0.02130619900003694, 0.021412473000054888, 0.021409336000033363, 0.021229650999885052, 0.021357280000074752, 0.021423672999844712, 0.021204244000045946, 0.02137732699998196, 0.02173727800004599, 0.021091604000048392, 0.021343122999951447, 0.02163499700009197, 0.021256982999830143, 0.021286146000193185, 0.021345677999988766, 0.021104057000002285, 0.021528779999925973, 0.021296785999993517, 0.021379310999918744, 0.02120487500019408, 0.021175199999788674, 0.02120505600009892, 0.021192171999928178, 0.021523168000157966, 0.02124985899990861, 0.021372588000076576, 0.02145586300002833, 0.02130704599994715, 0.021434193000004598, 0.021383798999977444, 0.021322313999917242, 0.0211140860001251, 0.021357830999932048, 0.02148311299993111, 0.02122965200010185, 0.021418904000029215, 0.021307447000026514, 0.02130525199982003, 0.02101045300014448, 0.038146694000033676, 0.029525975999831644, 0.022108840000100827, 0.021178096000085134, 0.022040602999823022, 0.02181748700013486, 0.021830661999956646, 0.02179742999987866, 0.021941638000043895, 0.021761943999990763, 0.021943973000134065, 0.021770319999859566, 0.022279127000047083, 0.021305091999920478, 0.021742578000157664, 0.021727764999923238, 0.02193359300008524, 0.02129239900000357, 0.02161608200003684, 0.02205995899998925, 0.021753818999968644, 0.021214943999893876, 0.021457415999975638, 0.021476099999972575, 0.021117072000151893, 0.02118601999995917, 0.020888556000045355, 0.03524534700000004, 0.03061066700001902, 0.021019609999939348, 0.021177333999958137, 0.021130086000084702, 0.021250901000030353, 0.021213781999904313, 0.021062961000097857, 0.02114820899987535, 0.02149747099997512, 0.021175451000090106, 0.020533283000077063, 0.021056889999954365, 0.020935602999998082, 0.021211777999951664, 0.021152067000002717, 0.02090150000003632, 0.021597536999934164, 0.020798026999955255, 0.021036741999978403, 0.021792651000168917, 0.02078636499982167, 0.02082877400016514, 0.021501768999996784, 0.021188053999821932, 0.021007107000059477, 0.021368460000076084, 0.021196550000013303, 0.02113895299999058, 0.021171442999957435, 0.02125511799999913, 0.0211381500000698, 0.021128072000010434, 0.021169859999872642, 0.021124234000126307, 0.021181009999963862, 0.02181798800006618, 0.0210280960000091, 0.021101100999885603, 0.02117386700001589, 0.0212119679999887, 0.02122794799993244, 0.02120022600001903, 0.021142177999990963, 0.021147859000166136, 0.021209241999940787, 0.02128600599985475, 0.02117755400013266, 0.021099719999938316, 0.021210685000141893, 0.02121086599981936, 0.021143010000059803, 0.0210972639999909, 0.021546962000002168, 0.021142188000112583, 0.02093038299994987, 0.021363640999879863, 0.020953977000090163, 0.021097816000064995, 0.021379178999950454, 0.021181151000064347], [0.021239099000013084, 0.02125759399996241, 0.021163669000088703, 0.021345105999898806, 0.021250821000194264, 0.021375743999897168, 0.02127242100004878, 0.021191630999965128, 0.02143176799995672, 0.037625844000103825, 0.03130591299986918, 0.02133546900017791, 0.021360635999826627, 0.021322364000070593, 0.021235953000086738, 0.021086153999931412, 0.021339686999908736, 0.021060336000118696, 0.02133859399987159, 0.021714526000096157, 0.02117745400005333, 0.021180278999963775, 0.021402072999990196, 0.021177463999947577, 0.021049266000090938, 0.021181972000022142, 0.021323155999880328, 0.02099552599997878, 0.02164165900012449, 0.02107740799988278, 0.02116031200012003, 0.021633653999970193, 0.021292329000061727, 0.021120967999877394, 0.02132369700007075, 0.021279304000017873, 0.021315140999831783, 0.021436127000015404, 0.021366116000081092, 0.021392775000094844, 0.021336640999834344, 0.021305772999994588, 0.021380233000172666, 0.021343312999988484, 0.02118321499983722, 0.02112055800012058, 0.02116669399993043, 0.021371676999933698, 0.021075913999993645, 0.021174038000026485, 0.021348183000100107, 0.021306605000063428, 0.021133461999852443, 0.02133764300015173, 0.021417069999870364, 0.02125257500006228, 0.021361367000054088, 0.021379561000003378, 0.02135147799981496, 0.02129826000009416, 0.021251733000099193, 0.021308588000010786, 0.02094450999993569, 0.02160276699987662, 0.021282981000013024, 0.02136968300010267, 0.021333022999897366, 0.021366026000123384, 0.021340278000025137, 0.021290364999913436, 0.021445213000106378, 0.02089505799995095, 0.021242725999854883, 0.02137981100008801, 0.02153232599994226, 0.021275457000001552, 0.02135478500008503, 0.021202090000087992, 0.02134845199998381, 0.021457716999975673, 0.021205205999876853, 0.021403576000011526, 0.021137258999942787, 0.02138152500015167, 0.02139583100006348, 0.021120217999850865, 0.02129267800000889, 0.02192907600010585, 0.020841036999854623, 0.021422411000003194, 0.02135287100009009, 0.021427970999866375, 0.02134810200004722, 0.021431398000004265, 0.02123631400013437, 0.021347861999856832, 0.02128246000006584, 0.021321622999948886, 0.021435204999988855, 0.021284443000013198, 0.021103927000012845, 0.021203744000104052, 0.021392443999957322, 0.021406420999937836, 0.021129164000058154, 0.02133627099988189, 0.021110549000013634, 0.02139653300014288, 0.021197882000024038, 0.021666805999984717, 0.02112851399988358, 0.021383097000125417, 0.02130681999983608, 0.0214161790001981, 0.021409987999959412, 0.02123447999997552, 0.0213194289999592, 0.021458027000107904, 0.021204574999956094, 0.021341539999866654, 0.02177360500013492, 0.021056288999943717, 0.021350707000010516, 0.021660965999899418, 0.02126330400005827, 0.021282831000007718, 0.021342451000009532, 0.02110469900003409, 0.021522487000083856, 0.021269254999879195, 0.021413604999906966, 0.021204975000046034, 0.021180018999984895, 0.021202051000045685, 0.021192751999933535, 0.021519552000199837, 0.021252463999871907, 0.021334436999950412, 0.021489355000085197, 0.021313679000058983, 0.02143013499994595, 0.021384639999951105, 0.021325400000023365, 0.021084370999915336, 0.021384470000157307, 0.021485688999973718, 0.021232155999996394, 0.021414345000039248, 0.021307427000010648, 0.021303719999878012, 0.021013868999943952, 0.03810908500008736, 0.029675352999902316, 0.022055371000078594, 0.02117309599998407, 0.022046614000146292, 0.021827496999776486, 0.021818769000219618, 0.021799393999799577, 0.02193844200019157, 0.021766151999827343, 0.021943382000017664, 0.02176771400013422, 0.022279337999862037, 0.021305513000015708, 0.021744301000126143, 0.02179594199992607, 0.021864555000092878, 0.021293880999792236, 0.021607666000136305, 0.022066251000069315, 0.021693225999797505, 0.02121498400015298, 0.021457155999996758, 0.021478193999882933, 0.02111330499997166, 0.021189316000118197, 0.020855884999946284, 0.035274661000130436, 0.030582564999804163, 0.021037293000063073, 0.021167967000110366, 0.02109903799987478, 0.021251492000146754, 0.021215123999809293, 0.021062480000182404, 0.021146536999822274, 0.021482282000079067, 0.021225603999937448, 0.020489151999981914, 0.02105571700008113, 0.020958335999921474, 0.021188685000197438, 0.021159670999850277, 0.020899987000120746, 0.02155827399997179, 0.02083895299983851, 0.02105162000020755, 0.02178123999988202, 0.02079291700010799, 0.020873296999980084, 0.02149906399995416, 0.02118920599991725, 0.021012466999991375, 0.02136295000013888, 0.021162575999824185, 0.021175341000116532, 0.021170280999967872, 0.02125625000007858, 0.021134142999926553, 0.021132280000074388, 0.021169969999846217, 0.021123372000147356, 0.021180008999863276, 0.021820051000077, 0.0210277749999932, 0.02110011900003883, 0.02117264499997873, 0.021211528000094404, 0.021229941000001418, 0.021201377999886972, 0.02113862200008043, 0.021148829999901864, 0.02121005399999376, 0.021287469000071724, 0.021177553999905285, 0.021099960000128704, 0.021207498999956442, 0.021212398999978177, 0.021142990000043937, 0.021083909000026324, 0.021539878999874418, 0.021161344000120152, 0.020916837999948257, 0.02137936000008267, 0.020911386999841852, 0.02112553699998898, 0.021392295000168815, 0.021182892999831893, 0.021074262000183808, 0.021126588999777596, 0.02100518300017029, 0.02077170699999442, 0.021189846999959627, 0.021093277000090893, 0.020773760999873048, 0.021317725000017163, 0.020675398000093992, 0.0211953169998651, 0.021067759000061415, 0.021083848999978727, 0.02104086899998947, 0.021035067999946477, 0.021052801999985604, 0.02106886100000338, 0.02105424500018671, 0.021039144999804194, 0.021173627000052875, 0.020905607000031523, 0.02119914400009293, 0.020811751999872286, 0.021075743999972474, 0.02112504600017928, 0.02111708099982934, 0.021015171000044575, 0.037548328999946534, 0.0319751700001234, 0.020953877000010834, 0.021196368999881088, 0.020954619000121966, 0.02081407599985141, 0.020984664000025077, 0.0213186170001336, 0.021066877999828648, 0.021064462000140338, 0.02120095800000854, 0.021161563999839927, 0.020924081000202932, 0.021201267999913398, 0.02083908400004475, 0.021083649000047444, 0.020989001999851098, 0.02103300399994623, 0.020966742000155136, 0.021213170000009995, 0.020910616000037408, 0.021102333999806433, 0.021034658000189665, 0.021096310999837442, 0.0211357670000325, 0.021002066999926683, 0.021414816000060455, 0.02069525399997474, 0.021015202000171485, 0.021068900999807738, 0.02114524400008122, 0.020945160000110263, 0.020988371999919764, 0.02117934700004298, 0.021579212999995434, 0.020685085999957664, 0.020898993999935556, 0.020916588000090997, 0.0212245709999479, 0.021217858999989403, 0.020961641999974745, 0.020854000000099404, 0.021044066000058592, 0.020925643999817112, 0.021704637000084404, 0.020806390999950963, 0.02109397899994292, 0.021138381000127993, 0.020956641999873682, 0.021197369999981674, 0.021132761000217215, 0.021238757999981317, 0.021010272000012264, 0.021203010999897742, 0.020998270000063712, 0.021079209999925297, 0.038386039999977584, 0.03325249099998473, 0.021269805999963864, 0.021468025000103808, 0.021649803999935102, 0.020922850000033577, 0.02107810799998333, 0.02129037400004563, 0.021153740000045218, 0.02107821899994633, 0.02139646199998424, 0.021053011000049082, 0.02180605600005947, 0.020572184999991805, 0.02100827799995386, 0.038465708999865456, 0.030389244000161852, 0.02136400099993807, 0.021185077999916757, 0.0213312200000928, 0.021519221000062316, 0.021071876999940287, 0.021399828000085108, 0.02123212599985891, 0.02123029199992743, 0.02110962700021446, 0.021382385999913822, 0.021160000999998374, 0.021895502999996097, 0.020964976999948703, 0.02127958400001262, 0.021371085000055245, 0.020717746999935116, 0.02133314299999256, 0.021274715000117794, 0.021179838999842104, 0.02117568000016945, 0.021222467999905348, 0.021262541999931273, 0.021142499000006865, 0.021332452000024205, 0.021238847999939026, 0.02106697800013535, 0.021349293999946894, 0.021269135000011374, 0.021318916999916837, 0.021203302000003532, 0.021265758000026835, 0.0212379869999495, 0.021231214000181353, 0.021254277000025468, 0.02135488399994756, 0.021090170999968905, 0.021139282999911302, 0.021238367000023572, 0.021119165000072826, 0.021084811000037007, 0.021196198999859917, 0.02106360100015081, 0.021067719000029683, 0.021022795999897426, 0.021101822999980868, 0.02108367799996813, 0.021119336000083422, 0.0211190049999459, 0.02095189300007405, 0.02100670499999069, 0.02136076600004344, 0.020726233000004868], [0.021607966000146916, 0.02133760399988205, 0.021360846000106903, 0.02131818599991675, 0.021247574999961216, 0.02109127400012767, 0.021340447999818934, 0.020995275000132096, 0.02140339499987931, 0.02170946600017487, 0.021180018999984895, 0.021182161999831806, 0.02139748500007954, 0.021177394000005734, 0.021050847999958933, 0.02118521900001724, 0.021323306000113007, 0.02099577599983604, 0.021634916000039084, 0.02103151300002537, 0.021152597000082096, 0.02168337800003428, 0.02129767799988258, 0.02112019700007295, 0.02131961999998566, 0.021284412999875713, 0.021314890999974523, 0.021436907000179417, 0.02136617699989074, 0.021391342000015356, 0.02134248199990907, 0.021301065000216113, 0.02137975099981304, 0.021342682000067725, 0.021186962000001586, 0.02112229199997273, 0.021167044000094393, 0.021356728999990082, 0.02108571300004769, 0.021174568999867915, 0.021351589000005333, 0.021303399000089485, 0.02113288099985766, 0.021338013000104183, 0.02141739199987569, 0.021252935000120488, 0.021361035999916567, 0.02137993200017263, 0.021350526999867725, 0.02129794799998308, 0.021251322000125583, 0.02131009200002154, 0.02094614299994646, 0.021601123999971605, 0.021283911999944394, 0.021365014000139126, 0.021336349999955928, 0.021365014999901177, 0.021341910000046482, 0.021289783999918654, 0.021444652000127462, 0.02089999700001499, 0.021242224999923565, 0.021380421999992905, 0.021518520999961765, 0.021283101000108218, 0.02135852099991098, 0.021204895999971995, 0.021342952000168225, 0.021457235999832847, 0.021206118000009155, 0.02139253500013183, 0.0211497220000183, 0.02137197699994431, 0.021404747999895335, 0.02111820400000397, 0.021293029000162278, 0.021929726999815102, 0.020839704000081838, 0.021422862000008536, 0.021354413999915778, 0.021426899000061894, 0.021347602000105326, 0.02142540599993481, 0.021235613000044395, 0.021355846999995265, 0.021282518999896638, 0.02132665299996006, 0.021429234000152064, 0.021285044000023845, 0.02110426799981724, 0.021202782000045772, 0.021392123999930845, 0.021407523000107176, 0.021128181999984008, 0.021337572999982513, 0.02111149100005605, 0.02139456899999459, 0.021197903000029328, 0.021657428000025902, 0.021137710999937553, 0.021379459999934625, 0.021312401000159298, 0.02141469599996526, 0.021409065999932864, 0.021231434999890553, 0.021324578000076144, 0.021456834999980856, 0.021155113000077108, 0.02139646199998424, 0.02170781299992086, 0.021122472000115522, 0.021344365000004473, 0.021661245999894163, 0.02126943600001141, 0.02128139799992823, 0.021337512000172865, 0.02110623199996553, 0.02152651500000502, 0.02126384500002132, 0.021413172999928065, 0.021204514999908497, 0.021190829000033773, 0.021197512000071583, 0.021187433000022793, 0.02150707800001328, 0.021264175999931467, 0.0213399770000251, 0.021411019999959535, 0.0213830269999562, 0.02143431300009979, 0.021384750999914104, 0.02133132100016155, 0.02107847000002039, 0.021326952999970672, 0.021539437999990696, 0.02124508099996092, 0.02140609000002769, 0.021312436000016532, 0.021296986999914225, 0.02101629399999183, 0.03811043700011396, 0.029629707999902166, 0.02210783900000024, 0.021176212000000305, 0.022043999000061376, 0.021826493999924423, 0.021820512999966013, 0.0217971800000214, 0.021941057000049113, 0.021765750999975353, 0.021942560000070443, 0.02176830600001267, 0.022279367999999522, 0.021305602999973416, 0.021742767999967327, 0.021793967999883535, 0.021867240000119637, 0.021296827000014673, 0.02160772599995653, 0.022063606000074287, 0.021682745999896724, 0.021215846000131933, 0.021395771000015884, 0.021543415999985882, 0.0211065129999497, 0.021188033000044015, 0.020864371000016035, 0.03526880999993409, 0.030513868000070943, 0.02104449599983127, 0.021170991999952093, 0.021155494000140607, 0.021252874000083466, 0.021217027999909988, 0.021062560000018493, 0.021141357000033167, 0.021480068999835567, 0.021233288000075845, 0.020487367999976414, 0.02105346300004385, 0.02096598000002814, 0.021184967999943183, 0.02115741700004037, 0.020900687999983347, 0.021550258999923244, 0.02084733900005631, 0.021053703999996287, 0.021780477999982395, 0.02083503600010772, 0.020835046000001967, 0.021489876000032382, 0.021189887999980783, 0.02097662999995009, 0.021338123000077758, 0.02122771799986367, 0.021175070000026608, 0.021169349000047077, 0.021247423999966486, 0.02114087599989034, 0.021133231000021624, 0.021170441000094797, 0.021122169999898688, 0.02117891700004293, 0.021823067000013907, 0.021028405999913957, 0.021099969000033525, 0.02117301600014798, 0.021210213999893313, 0.021230762999948638, 0.02120051700012482, 0.021140044000048874, 0.02114914100002352, 0.02120773999990888, 0.021289172000024337, 0.02117727399991054, 0.021100731000160522, 0.021158506999881865, 0.02126103000000512, 0.021143360999985816, 0.021087535000106072, 0.021534699999847362, 0.0211626459999934, 0.020921357000133867, 0.021374960999992254, 0.020904464999830452, 0.021132621000106155, 0.021386092000057033, 0.021188223999843103, 0.021080152000195085, 0.021121409999977914, 0.020966679999901316, 0.02080492899995079, 0.02120002700007717, 0.0210882369999581, 0.020777988999952868, 0.02129074499998751, 0.020702408000033756, 0.02119069800005491, 0.021052090000011958, 0.021067740000034973, 0.021073429999887594, 0.021033805000115535, 0.021053021999932753, 0.021069402999955855, 0.02105476500014447, 0.02103863399997863, 0.021167535999893516, 0.020916347000138558, 0.021199103999833824, 0.020811682000157816, 0.02107236799997736, 0.021123141999851214, 0.02112196000007316, 0.021015391999981148, 0.03749976700009938, 0.032009173999995255, 0.0209643870000491, 0.021194795999917915, 0.020956282000042847, 0.02079569099987566, 0.021007135999980164, 0.02131458000008024, 0.021045017000005828, 0.021076624999977867, 0.02121049600009428, 0.021161233999919205, 0.020913309999968988, 0.021208591999993587, 0.020843492000039987, 0.02108701499992094, 0.02098641700013104, 0.0210308509999777, 0.02096750200007591, 0.021210866999808786, 0.020874729000070147, 0.02114060500002779, 0.021034316999930525, 0.021095130000048812, 0.021135726000011346, 0.021000813999989987, 0.02141793200007669, 0.020693481999842334, 0.021015081000086866, 0.02103933600005803, 0.021170419999862133, 0.02095024100003684, 0.020951693000142768, 0.02121690699982537, 0.021579112000154055, 0.02067547799993008, 0.0209000869999727, 0.02091030600013255, 0.021243947999892043, 0.02121101600005204, 0.020938598999919122, 0.02087765400005992, 0.021043233999989752, 0.02092775799997071, 0.021695139000030395, 0.020815277999872706, 0.02108107399999426, 0.021151596000208883, 0.020955128999958106, 0.021199244999934308, 0.021133231000021624, 0.02123702499989122, 0.021010402000001704, 0.02119705000018257, 0.021008398999811106, 0.021076956000115388, 0.03838781300009941, 0.03324594899982003, 0.021273363000091194, 0.021434691999957067, 0.02168255600008706, 0.0209241509999174, 0.021077117000004364, 0.021291395999924134, 0.021153760000061084, 0.021071806999998444, 0.021357820000048378, 0.021096952999869245, 0.021803711000075054, 0.02056850899998608, 0.021011112999985926, 0.03842271899998195, 0.030435809999971752, 0.021365154000022812, 0.021162816000014573, 0.02131869699996969, 0.021550670000124228, 0.021005502999969394, 0.021406450000085897, 0.021291045999987546, 0.021224060999884387, 0.02111233200002971, 0.021370353000065734, 0.02117945800000598, 0.02189487099985854, 0.020918058999995992, 0.021279885000012655, 0.021417692000113675, 0.020718006999913996, 0.021333484000024328, 0.02127320299996427, 0.02118002800011709, 0.021175119999952585, 0.021224521000021923, 0.021261900999888894, 0.021147617999986323, 0.021266269000079774, 0.021297066999977687, 0.021074702000078105, 0.02134431600006792, 0.021268441999836796, 0.021315812000011647, 0.021203352000156883, 0.021269524999979694, 0.02123679499982245, 0.021231344000170793, 0.021254156999930274, 0.021356385999979466, 0.021090361999995366, 0.02113538499997958, 0.021241784000039843, 0.021098455999890575, 0.021104168000192658, 0.021197600999812494, 0.02106452300017736, 0.021065795999902548, 0.021022143999971377, 0.021102683999970395, 0.021082897000042067, 0.021120167999924888, 0.02111998600003062, 0.020951873000058185, 0.021005182999942917, 0.021362268000075346, 0.020720371999914278, 0.020980236000013974, 0.021848084000112067, 0.02190848600002937, 0.021601954999823647, 0.0218162140001823, 0.022081508999917787, 0.021320771000091554, 0.021798411999952805, 0.021644923999929233, 0.021676534000107495, 0.02170763200001602, 0.021851450999974986, 0.021737086000030104, 0.021736766000003627, 0.021482342999888715, 0.021694115999935093, 0.02181034299997009, 0.021713573000170072, 0.021794104000036896, 0.021843233999788936, 0.021813249000160795, 0.021837092999930974, 0.02178498600005696, 0.021724574000018038, 0.03950281099992026, 0.032292782000013176, 0.02100689600001715, 0.0209091740000531, 0.02121433199999956, 0.021077186999946207, 0.021169168999904286, 0.02109957800007578, 0.020930453000119087, 0.020998379999809913, 0.02109187400014889, 0.021040387999846644, 0.020999663000111468, 0.021020560999886584, 0.021077107000110118, 0.020956461999958265, 0.021418782999944597, 0.02059319500017409, 0.021083938999936436, 0.021088537999958135, 0.02094924900006845, 0.021258343999988938, 0.03813205599999492, 0.028461380999942776, 0.02117047999990973, 0.021227678000059313, 0.02112103800004661, 0.021191439999938666, 0.02095339600009538, 0.02104428600000574, 0.021137489000011556, 0.020989933999999266, 0.021088196999926367, 0.02125639099995169, 0.02126217199997882, 0.021278227000038896, 0.020928028000071208, 0.021139152999921862, 0.020985797000093953, 0.021566086999882828, 0.02117260500017437, 0.020954028000005565, 0.02135691799981032, 0.021226285000011558, 0.02096248300017578, 0.02126304299986259, 0.021098276999964583, 0.021255498000073203, 0.021069983999950637, 0.021293810000088342, 0.02103402600005211, 0.021326351999960025, 0.021000163000053362, 0.021170450999989043, 0.021949122000023635, 0.020559471999831658, 0.02126139000006333, 0.021277770000097007, 0.021279284000002008, 0.02126146999989942, 0.021221716999889395, 0.021223068000153944, 0.021211637999840605, 0.02108839800007445, 0.021501798000144845, 0.02072012099984022, 0.021226264999995692, 0.021029057000077955, 0.02121736799995233, 0.020905867000010403, 0.021145043999922564, 0.021294662000173048, 0.021111130000008416, 0.020901048999803606, 0.021330228000124407, 0.02123453099989092, 0.021247463000008793, 0.021181651999995665, 0.021511827000040284, 0.0205104910000955, 0.02129158599996117, 0.021168496999962372, 0.021249357999977292, 0.021220002000063687, 0.02130587400006334, 0.021395028999904753, 0.021186449999959223, 0.02122762700014391, 0.021067839999886928, 0.0213300780001191, 0.021081665999872712, 0.02116760500007331, 0.02100250800003778, 0.02132670099990719, 0.0210752529999354, 0.02126103000000512, 0.021357780000016646, 0.021016925000139963, 0.02151888899993537, 0.020945321999988664, 0.021081954999999653, 0.021344845999919926, 0.021042432000058398, 0.02084604600008788, 0.021423722999998063, 0.021285393999960434, 0.021204004000082932, 0.021141425999985586, 0.021245291000013822, 0.021259976999999708, 0.021246421999876475, 0.021129986000005374, 0.021091011999942566, 0.021291516000019328, 0.021147728999949322, 0.02138693400002012, 0.0211494010000024, 0.021311143000048105, 0.02127483599997504, 0.021234921000086615, 0.020981447999929514, 0.020871342999953413, 0.038861435000171696, 0.02695605499980047, 0.020809317000157534, 0.021475839999993696, 0.02123054300000149, 0.021209322999993674, 0.021464138000055755, 0.020873126999958913, 0.021019599000055678, 0.02157241999998405, 0.02107244799981345, 0.021248547000141116, 0.021261890000005224, 0.021400069000037547, 0.021156263999955627, 0.02120359299988195, 0.021029257000009238, 0.02121335100014221, 0.021449821000032898, 0.021233627999890814, 0.021336060000066936, 0.020946804000004704, 0.02109490999987429, 0.021734210999966308, 0.020934020000140663, 0.021352008999883765, 0.021172975000126826, 0.020837890999928277, 0.02159446099994966, 0.021417752000161272, 0.02122097399978884, 0.021332864000214613, 0.021008438999842838, 0.02128229899994949, 0.02122388000020692, 0.02102848599997742, 0.02135625699997945, 0.021561149000035584, 0.020974234999812325, 0.021039266000116186, 0.037740917000064655, 0.1207583859998067, 0.022352365000188, 0.021814712999912445, 0.02208366400009254, 0.021659984999814696, 0.02177495900014037, 0.02173592600001939, 0.021771130999923116, 0.02115040500007126, 0.02122952299987446, 0.02148687199996857, 0.021367099000144663, 0.021014250999996875, 0.021175811999910366, 0.021224913999958517, 0.021223140000074636, 0.02128816200001893, 0.021330850999902395, 0.02117231600004743, 0.021399258999963422, 0.0213462490000893, 0.02102027299997644, 0.02118567999991683, 0.02120922500012057, 0.021311485000069297, 0.02118790499980605, 0.021460402999991857, 0.021275498000022708, 0.02134466600000451, 0.021145637000017814, 0.02151441299997714, 0.02113100800011125, 0.02181693800002904, 0.02105524700004935, 0.02120540699979756, 0.021353794000106063, 0.021339097000009133, 0.02142085900004531, 0.021254968999983248, 0.021456365999938498, 0.021387446000062482, 0.02148715299995274], [0.02241862799996852, 0.022052405000067665, 0.021192052000060357, 0.022067292999963684, 0.021821584000008443, 0.021813960999907067, 0.021798852000074476, 0.021939194999959, 0.021765891000086413, 0.02195209799992881, 0.021759359000043332, 0.02229315299996415, 0.021289574000093126, 0.021748668999862275, 0.02177784800005611, 0.02185208200012312, 0.021325980999790772, 0.021609159000036016, 0.022130841000034707], [0.021616412000184937, 0.021024488999955793, 0.021176272000047902, 0.021092034999810494, 0.021251071000051525, 0.021214524000015444, 0.02106258000003436, 0.021146516000044357, 0.021531854999921052, 0.021177775000069232, 0.020532541999955356, 0.021056959999896208, 0.02090905400018528, 0.02123806700001296, 0.021114245999797276, 0.020901651000031052, 0.021630267000091408, 0.020764846000020043, 0.021048714000016844, 0.021783863999871755, 0.020752873999981603], [], [0.021225091999895085, 0.02127565700016021, 0.02144648499984214, 0.02167147499994826, 0.020902470999999423, 0.021099399000149788, 0.02129047299990816, 0.021157537000135562, 0.021068229999855248, 0.021382486999982575, 0.021073840000099153, 0.021803229999932228, 0.02058281600011469, 0.02099247799992554, 0.03845248399989032, 0.03046384300000682, 0.021361306000017066, 0.02115879899997708, 0.02135230000021693, 0.021531102999915674, 0.02101445900007093, 0.021389809999845966, 0.021292938999977196, 0.021231665000186695, 0.021109416999934183, 0.02139696299991556, 0.021131778000153645, 0.021848364999868863, 0.020882031999917672], [0.021739552000099138, 0.02136249799991674, 0.02112566699997842, 0.021337743000003684, 0.021577680000063992, 0.02101189399991199, 0.021399027000143178, 0.021287137999934203, 0.021230652999975064, 0.02111042899991844, 0.021394669000073918, 0.021137208000027385, 0.021848504999979923, 0.02093461100002969, 0.02131345699990561, 0.02142270100011956, 0.02071228699992389, 0.021333995000077266, 0.021276939000017592, 0.02118180200000097, 0.021170539999957327, 0.021222317999900042, 0.02126304400007939, 0.021130907000042498, 0.021296935999998823, 0.021274353999842788, 0.021068090000198936, 0.021360284999900614, 0.021273080999890226, 0.021319108000170672, 0.021198432999881334, 0.02126973600002202, 0.021240421000129572, 0.021228708999842638, 0.02125408699998843, 0.021350656000095114, 0.02115811799990297], [0.021246502999929362, 0.021005553000122745, 0.020922017999964737, 0.02120026600005076, 0.02107770799989339, 0.021173054999962915, 0.0210955909999484, 0.02094452000005731, 0.021007838000059564, 0.021069281999871237, 0.021070153000209757, 0.020982500999934928, 0.021028095000019675, 0.02106952199983425, 0.020943518000194672, 0.021417721999796413, 0.020593525000094814, 0.021086704000026657, 0.021086193999963143, 0.020998340000005555, 0.021210655999993833, 0.03812710700003663, 0.028465417999996134, 0.021170930999915072, 0.02122326900007465, 0.021125297000025967, 0.02119193099997574, 0.020952544000010676, 0.021046520000027158, 0.02113179899993156, 0.020994162000079086, 0.021084418999862464, 0.021259227000200553, 0.02126169099983599, 0.02128726299997652, 0.020984144000067317, 0.021071927000093638, 0.02098527499992997, 0.021569824999915, 0.02117110200015304, 0.02095399799986808, 0.021359864000032758, 0.021224760999984937, 0.020962413000006563, 0.021274114000107147, 0.021088567999868246, 0.02125313500005177, 0.021074382000051628, 0.02130267699999422, 0.021021903000018938, 0.021325740999827758, 0.02101964900020903, 0.021149792999949568, 0.021951315000023897, 0.020567927999991298, 0.02125149199991938, 0.021289733000003253, 0.021278410999912012, 0.02125057100010963, 0.021222917999921265, 0.02123535200007609, 0.02119844200001353, 0.021102564999864626, 0.021487321000222437, 0.020719569999982923, 0.021224160999963715, 0.021034476999830076, 0.021209964000036052, 0.020907471000100486, 0.021142678999922282, 0.02130610400013211, 0.0211073220000344, 0.020897952999803238, 0.021331070000087493, 0.021237336000012874, 0.021241080999971018, 0.021184837999953743, 0.02151303999994525, 0.02056844800017643, 0.02129669600003581, 0.021144281999795567, 0.021266369000159102, 0.021165210999924966, 0.0213084480001271, 0.021391632999893773, 0.02118578899990098, 0.021238818000028914, 0.021056038000097033, 0.021330338999860032, 0.021081575000152952, 0.02116898700001002, 0.021063371999844094, 0.021265638000159015, 0.021074249999855965, 0.02133563900019908, 0.021283631999949648, 0.021011994999980743, 0.02152404999992541, 0.02095064100012678, 0.02107603499985089, 0.021349293999946894, 0.02103995700008454, 0.02083923300006063, 0.021428212000046187, 0.021282529000018258, 0.021206707999908758, 0.021152918000097998, 0.021235181999827546, 0.021260318000031475, 0.021244508000108908, 0.021130567000000156, 0.0211099779999131, 0.021272330000101647, 0.02117662199998449, 0.02135790099987389, 0.021252653000146893, 0.021212128999877677, 0.02127101800010678, 0.021234579999827474, 0.02098234000004595, 0.02091206900013276, 0.038821050000024115, 0.026952417999837053, 0.02080785500015736, 0.02149509599985322, 0.021214582000084192, 0.02121584599990456, 0.02145407900002283, 0.02087722400005987, 0.021019299000045066, 0.02157634699983646, 0.021069513000156803, 0.021251652000046306, 0.021259535999888612, 0.02139971900010096, 0.021154750999812677, 0.021204715000067154, 0.021027384000035454, 0.021213129999978264, 0.021456373000091844, 0.02123108399996454, 0.02133434600000328, 0.020945611999877656, 0.021090401000037673, 0.02174256700004662, 0.0209305339999446, 0.02135162800004764, 0.02117407700006879, 0.0208381620000182, 0.021593097999812016, 0.021418954000182566, 0.021226144999900498, 0.02132996699992873, 0.021091915000170047, 0.021196379000002707, 0.02122756699986894, 0.021015220999970552, 0.021375894000129847, 0.021551520999992135, 0.020970827999917674, 0.021091624000064257, 0.037688278999894465, 0.12070257200002743, 0.0223559920000298, 0.021810725000023012, 0.022086950999891997, 0.02165853200017409, 0.021776360999865574, 0.021734483000045657, 0.02184304599995812, 0.021135076000064146, 0.021283463999907326, 0.021429524000041056, 0.02137262900009773, 0.021011606999991272, 0.021183176000022286, 0.021318608000001404, 0.0211285240000052, 0.021292519999860815, 0.021321643999954176, 0.02122122700006912, 0.02135956500001157, 0.0213471209999625, 0.0210073780001494, 0.0211883360000229, 0.02122120699982588, 0.02130094500012092, 0.021194015999981275, 0.021452769999996235, 0.021272711999927196, 0.02141229300013947, 0.02108317900001566, 0.021517208999966897, 0.02112893499997881, 0.021807849999959217, 0.021061479000081818, 0.021212509999941176, 0.02134565999995175, 0.021343704999935653, 0.02142111900002419, 0.021250471000030302, 0.021450834999996005, 0.021394169000132024, 0.021487422999825867, 0.02112964599996303, 0.021120800000062445, 0.021175551999931486, 0.021328397000161203, 0.021304802000031486, 0.021294893999993292, 0.021230564999996204, 0.021219572999825687, 0.021105342000055316, 0.021101933999943867, 0.021380704000193873, 0.020998261999920942, 0.021087818000069092, 0.02125066199982939, 0.020915126000090822, 0.021333535999929154, 0.021252135000167982, 0.021085984999899665, 0.021225334000064322, 0.021140908000006675, 0.021227387999942948, 0.021066197999971337, 0.02143306199991457, 0.021192333000044528, 0.021293762000141214, 0.021134825999979512, 0.0208002019999185, 0.021391022999978304, 0.021432551000089006, 0.02051186499988944, 0.02158303100009107, 0.02108337999993637, 0.021253316999946037, 0.021271410000053947, 0.021173547999978837, 0.02110077299994373, 0.021039878999999928, 0.021193355000150405, 0.020880041000054916, 0.02134866400001556, 0.02117515099985212, 0.021084202000110963, 0.021274515999948562, 0.02121252999995704, 0.021219473999963157, 0.021201310000151352, 0.021171383999899263, 0.02125205500010452, 0.021075855999924897, 0.021266641000011077, 0.021247360999950615, 0.021183395999969434, 0.038540903000011895, 0.026545318999978917, 0.02113949399995363, 0.021168659000068146, 0.021119066999972347, 0.021306635999962964, 0.021240763000150764, 0.021416310999939014, 0.021259458000031373, 0.02130420100002084, 0.02108437199990476, 0.02139053300015803, 0.021338424999839845, 0.0212316560000545, 0.021245000999897456, 0.021128795000095124, 0.02145860900009211, 0.021028537999882246, 0.021332083000061175, 0.021290987999918798, 0.021107674999939263, 0.02082881600017572, 0.021417281999902116, 0.020984816000009232, 0.02165209000008872, 0.020816352999872834, 0.021326773000055255, 0.021169541000062964, 0.021252634999882503, 0.021325612000055116, 0.02140764399996442, 0.021097626000027958, 0.02114578700002312, 0.02160515199989277, 0.021180391000143572, 0.020990055999845936, 0.021214675000010175, 0.021328276000076585, 0.021212290999983452, 0.021307837999984258, 0.021214063000115857, 0.021287570999902528, 0.021357931000011376], [0.021543406000091636, 0.021170329999904425, 0.02121673700003157, 0.02113295100002688, 0.0211910989999069, 0.020952204000195707, 0.02104630899998483, 0.02110594099985974, 0.020999111000037374, 0.02107986200007872, 0.021284443000013198, 0.02126165099980426, 0.021291792000056375, 0.02096001800009617, 0.021099187999880087, 0.020984724000072674, 0.0215809060000538, 0.021130335999941963, 0.020976388999997653, 0.02137963099994522, 0.02118312400011746, 0.02101409900001272, 0.02126454599988392, 0.021084010000095077, 0.021215584999936254, 0.02111501700005647, 0.02130279699986204, 0.02101469000012912, 0.021333194999897387, 0.02098121800008812, 0.021177873999931762, 0.02196189599999343, 0.02052694100007102, 0.02128965299993979, 0.021292898999945464, 0.0212654570000268, 0.0212214360001326, 0.021265988999857655, 0.021233428000186905, 0.021196078999992096, 0.02112754999984645, 0.02142756000012014, 0.02076074699994024, 0.021209103000046525, 0.02103370600002563, 0.021210163999967335, 0.020906929999910062, 0.02111052899999777, 0.021353421999947386, 0.02110536800000773, 0.020885500000076718, 0.02134021799997754, 0.021239910000076634, 0.02122942999994848, 0.021179928000037762, 0.02148876499995822, 0.020570742000018072, 0.021296075000009296, 0.02113980400008586, 0.021274294000022564, 0.021198261999870738, 0.02127032699991105, 0.021432039000046643, 0.021185658000149488, 0.021245291000013822, 0.021009339999864096, 0.021330498999986958, 0.02112210099994627, 0.02116949800006296, 0.02102145300000302, 0.021305902999984028, 0.021061808000013116, 0.021310502000005727, 0.02132292500004951, 0.020967503000065335, 0.021568290999994133, 0.02094964999992044, 0.02107658599993556, 0.02136037400009627, 0.02102935800007799, 0.02079526099987561, 0.021486480000021402, 0.02125824399990961, 0.021213811000052374, 0.021156465000103708, 0.021192451999922923, 0.021308847999989666, 0.02124697399995057, 0.02111898500015741, 0.021117380999839952, 0.02126483699998971, 0.02114086500000667, 0.021393247000105475, 0.021215152999957354, 0.021254428000020198, 0.021281155999986368, 0.021219752999968478, 0.020984494000003906, 0.020911758000011105, 0.0388222130000031, 0.026926098000103593, 0.020852739000019938, 0.02151223799978652, 0.021200346000114223, 0.021234450000065408, 0.02142091799987611, 0.020893384000146398, 0.021018737999838777, 0.02157831099998475, 0.021069803000045795, 0.021250259999987975, 0.021257482000009986, 0.021404546999974627, 0.021151676000044972, 0.021220153000058417, 0.02101981999999225, 0.02118824399985897, 0.021482853000179603, 0.02125729199997295, 0.021333464999997886, 0.020904904999952123, 0.02107156700003543, 0.021781047999866132, 0.020925735000218992, 0.0213519889998679, 0.021178494999958275, 0.020825769000111904, 0.021578050000016447, 0.021447096999963833, 0.021221224999862898, 0.021315852000043378, 0.021047712000154206, 0.021259014999941428, 0.02123339800004942, 0.02097550799999226, 0.021424222999939957, 0.02151752800000395, 0.020971919999965394, 0.021039377000079185, 0.03775032399994416, 0.12071443500008172, 0.022367432999999437, 0.021816525999838632, 0.022103431000005003, 0.0216233060000377, 0.02179232100002082, 0.021780829999897833, 0.021784657000125662, 0.021123824999904173, 0.021259078000184672, 0.021468066999887014, 0.021364484000059747, 0.02100882099989576, 0.021175591999963217, 0.02126905600016471, 0.021206518999861146, 0.02127785200013932, 0.021317487000032997, 0.021159781999813276, 0.021407204000070124, 0.021366417000081128, 0.020963736999874527, 0.021227147999979934, 0.021252666000009413, 0.021253225999998904, 0.021145375000060085, 0.021529341999894314, 0.021242617000098107, 0.021391603999973086, 0.02112026899999364, 0.021455263000007108, 0.021195478999970874, 0.02178768199996739, 0.021081747000152973, 0.021151215999907436, 0.021401302999947802, 0.021320651999985785, 0.021463268000161406, 0.021212050000031013, 0.02146102299980157, 0.021407625000165353, 0.021498042999837708, 0.021067750000156593, 0.02111837600000399, 0.021176103000016155, 0.021329528000023856, 0.021304441999973278, 0.021295194999993328, 0.021228500000006534, 0.021220395999989705, 0.02110719400002381, 0.02110015099992779, 0.021391465000078824, 0.02098803199987742, 0.021150475000013103, 0.021256633000120928, 0.020903003999819703, 0.02130421100014246, 0.021227147999979934, 0.021081977999983792, 0.021257454000078724, 0.02117113399981463, 0.02119471700007125, 0.021089431000063996, 0.021447609000006196, 0.02118059099984748, 0.021240152000018497, 0.02113628899996911, 0.020819268000195734, 0.021380683999950634, 0.021426178999945478, 0.020539216000088345, 0.02158545499992215, 0.021050670000022365, 0.02125397800000428, 0.021282840999901964, 0.021202202000040415, 0.021058973999970476, 0.021033187000057296, 0.02119863500001884, 0.02086684599998989, 0.02137715699996079, 0.02116263900006743, 0.021095331999958944, 0.021262423000052877, 0.021213652999904298, 0.0212039640000512, 0.021217641000021104, 0.02118629200003852, 0.021236365000049773, 0.021073901999898226, 0.0212908769999558, 0.021292253999945387, 0.021161776000099053, 0.03849769299995387, 0.02661594000005607, 0.021123133999935817, 0.02116521300013119, 0.021138381999890044, 0.021304322000105458, 0.021223651999889626, 0.02143347200012613, 0.02126462699993681, 0.021322987000075955, 0.021074092999924687, 0.021394350000036866, 0.021355896999921242, 0.02122273000009045, 0.021240772999817636, 0.02112637100003667, 0.02144609600009062, 0.02104206199987857, 0.0213225660002081, 0.021281869999938863, 0.021085825000000114, 0.020857489000036367, 0.021390972999824953, 0.021011727000086466, 0.021648231999961354, 0.020850145999929737, 0.02127165000001696, 0.021167658000194933, 0.021277651999980662, 0.021346921000031216, 0.021408064999832277, 0.021020112000087465, 0.02116083400005664, 0.021634266999853935, 0.02112394599998879, 0.021049405999974624, 0.02118475900010708, 0.021325921999959974, 0.021277662000102282, 0.021271510999895327, 0.02121778000014274, 0.021307717999889064, 0.021308089000058317, 0.021029379999845332, 0.02131961999998566, 0.02117349800005286, 0.02087426000002779, 0.02112935600007404, 0.021348985000031462, 0.021211668999967515, 0.0211802799999532, 0.02119288499989125, 0.020942557000125817, 0.021053825000080906, 0.03990537599997879, 0.1451925740000206, 0.02179180999996788, 0.0214898379999795, 0.02146550199995545, 0.021541443999922194, 0.021161085000130697, 0.02170682099995247, 0.021313148999979603, 0.02134139999998297, 0.021459491000086928, 0.021445395000000644, 0.0214384619998782, 0.021595824000087305, 0.021074934999887773, 0.021631832000139184, 0.02176672299992788, 0.020943990999967355, 0.021439624000095137, 0.02141007799991712, 0.02130712799998946, 0.021401913000090644, 0.021692615999882037, 0.02108972100018036, 0.02139146499985145, 0.02136996400008684, 0.021210385999893333, 0.021536404000016773, 0.021429415000056906, 0.021333997000056115, 0.021475430999998935, 0.021409338000012212, 0.021469539000008808, 0.021392926999851625, 0.02130030400007854, 0.0214471679998951, 0.021150475000013103, 0.021551162000150725, 0.021375694999960615, 0.021470371000077648, 0.0211667049998141, 0.021720167000012225, 0.02157762100000582, 0.020726505000084217, 0.021384600999908798, 0.021786820999977863, 0.02111011000010876, 0.021481090999941443, 0.021419958000024053, 0.021568362999914825, 0.021348184000089532, 0.021450232999995933, 0.021535983999910968, 0.02142073900017749, 0.03893461699999534, 0.045483029000024544, 0.022428858000012042, 0.02209657799994602, 0.02197195600001578, 0.022420701999863013, 0.021309320999989723, 0.021925559999999678, 0.0219778570001381, 0.021765440999843122, 0.022053859000152443], [0.02180270799999562, 0.02084587600006671, 0.021516155999961484, 0.02120159799983412, 0.021231324000154927, 0.02142748999995092, 0.02088992800008782, 0.021018275999949765, 0.021578271999942444, 0.021070404000056442, 0.02125034899995626, 0.021257152000089263, 0.021403785999837055, 0.021151014999986728, 0.02121977199999492, 0.02101569199999176, 0.021199265000177547, 0.02147770299984586, 0.021256521000168505, 0.021332852999876195, 0.020909415000005538, 0.02104342400002679, 0.021805723999932525, 0.020925595000107933, 0.02135233900003186, 0.02117825499999526, 0.0208284839998214, 0.02154192300008617, 0.021479927999962456, 0.021222717000000557, 0.02131685400013339, 0.02105049700003292, 0.021253555999919627, 0.0212335470000653, 0.020982301000003645, 0.021413903999928152, 0.021525583000084225, 0.020971048999854247, 0.021043493999968632, 0.03773726000008537, 0.12075142300000152, 0.022370769999952245, 0.02181843900007152, 0.022113669999953345, 0.02160809900010463, 0.02180795999993279, 0.02177107099987552, 0.021745414000179153, 0.02112650999993093, 0.021226087000059124, 0.021501127999954406, 0.021362900999974954, 0.021008270000038465, 0.021130266999989544, 0.02131823800004895, 0.02120088899982875, 0.021279195000033724, 0.021319910000102027, 0.021166085000004387, 0.021402944999863394, 0.021363031000191768, 0.02093950199991923, 0.021251833999940573, 0.021248879000040688, 0.02121257999988302, 0.02119345500000236, 0.021522419000120863, 0.021249199000067165, 0.021366126999964763, 0.02114308099999107, 0.021458639999991647, 0.021192231999975775, 0.021790397999893685, 0.021078872000089177, 0.021151124999960302, 0.021400932999995348, 0.021285276000071462, 0.02149093899993204, 0.021184838999943167, 0.02149990600014462, 0.021403225999847564, 0.02149774300005447, 0.021068342000035045, 0.021119005999935325, 0.021176624000190714, 0.021328636999896844, 0.021304953000026217, 0.021295003999966866, 0.02122938200000135, 0.021219704000031925, 0.02110751500003971, 0.021100712999896132, 0.02138088400010929, 0.020997520000037184, 0.021146348000002035, 0.021258846999899106, 0.020865563999905135, 0.0213169950000065, 0.02125244500007284, 0.021084221999899455, 0.021224393000011332, 0.021201088999987405, 0.02120043800005078, 0.02108614500002659, 0.02144726799997443, 0.021170462000100088, 0.021250382000062018, 0.021134925999831466, 0.020791055000017877, 0.021406062000096426, 0.021429303999866534, 0.020503279000195107, 0.021594662999859793, 0.021077248999972653, 0.021253817000115305, 0.021264256999984354, 0.021182093999868812, 0.02110290700011319, 0.021031993999940823, 0.021198063999918304, 0.02087059300015426, 0.02137107599992305, 0.02116181700012021, 0.021084611999867775, 0.021274104999974952, 0.02121352300014223, 0.02120972499983509, 0.021210237000104826, 0.021185269999932643, 0.021239300000161165, 0.021074333999877126, 0.021261091000042143, 0.02131939500009139, 0.021154401999865513, 0.03850313299994923, 0.026619917000061832, 0.021128443999941737, 0.02114238000012847, 0.02115429199989194, 0.021306216000084532, 0.021188405999964743, 0.021468697000045722, 0.021262493999984144, 0.021321944999954212, 0.02107683700000962, 0.021394379999946977, 0.02135399500002677, 0.021224673000006078, 0.02123766699992302, 0.021130298000116454, 0.02144475299996884, 0.021037846000126592, 0.021327253999970708, 0.021284564999859867, 0.021047934000080204, 0.020894928999950935, 0.02139267600000494, 0.02100690800011762, 0.021648231999961354, 0.020847289999892382, 0.02127879399995436, 0.02112721200001033, 0.02132025200012322, 0.02131195599986313, 0.02143878200013205, 0.021005534999858355, 0.021154032000140433, 0.02165352199995141, 0.02112926600011633, 0.021044646999826, 0.021164260999967155, 0.021326293000129226, 0.021297088999972402, 0.02127253200001178, 0.02121626699999979, 0.021308109000074182, 0.021285105999822918, 0.021158731000014086, 0.02131989000008616, 0.021190550000028452, 0.020840307000071334, 0.021104819999891333, 0.021395691999941846, 0.02120698099997753, 0.02117945800000598, 0.021149454000124024, 0.02094277800006239, 0.021054856999853655, 0.03995798400001149, 0.14519033900000977, 0.02178808400003618, 0.021494555999879594, 0.021464260000129798, 0.021547815000076298, 0.021155765000003157, 0.02171242299982623, 0.02125517000013133, 0.021343133999835118, 0.021488715000032244, 0.021462457000097857, 0.02144363100001101, 0.021593961000007766, 0.021082879999994475, 0.021573442999851977, 0.021823680000125023, 0.02088641299997107, 0.021439693000047555, 0.02147309699989819, 0.021331222000071648, 0.02131561300006979, 0.02175085399994714, 0.021088258999952814, 0.02133531899994523, 0.02146500100002413, 0.021115400000098816, 0.021559496999998373, 0.02146826700004567, 0.02132542200001808, 0.02150069699996493, 0.021393017000036707, 0.021406041999853187, 0.02139418900014789, 0.02134102999980314, 0.021466805000045497, 0.02108900000007452, 0.02160769700003584, 0.021375424999860115, 0.021472384000162492, 0.021181402999900456, 0.02165115799994055, 0.021573322999984157, 0.020769035000057556, 0.02134761199999957, 0.021844688000101087, 0.021111502999929144, 0.021473167000067406, 0.021424254999828918, 0.02150730000016665, 0.0214107699998749, 0.02138982099995701, 0.021595294000007925, 0.021359324000059132, 0.03899946799992904, 0.045503227000153856, 0.022425261999842405, 0.022098550999999134, 0.021974891000127172, 0.02232009499994092, 0.021441428000116503, 0.02187502499987204, 0.021906634000060876, 0.021838197000079163, 0.02198306699983732, 0.02168615300001875, 0.021441607000042495, 0.021400250999931814, 0.021558235000156856, 0.02127079899992168, 0.021470391000093514, 0.02157145999990462, 0.021446476999926745, 0.021397595000053116, 0.021471634000135964, 0.021396492999883776, 0.021485819999952582, 0.02114472400012346, 0.021484367999846654, 0.02119486800006598, 0.021576459000016257, 0.021111362000056033, 0.0215806359999533, 0.021787923999909253, 0.04018084800009092, 0.057408574999954, 0.02221637100001317, 0.022072021999974822, 0.022113068999942698, 0.02191878700000416, 0.021866389000024355, 0.02172103800012337, 0.021965684999941004, 0.021956075999923996, 0.02182136500005072, 0.021557373999939955, 0.022407638000004226, 0.021305423000058, 0.021871739000062007, 0.021901785999943968, 0.022109963000048083, 0.02187152800001968, 0.02194570799997564, 0.021869936000030066, 0.022175353999955405, 0.021446527000080096, 0.022107037999830936, 0.021866940000109025, 0.02184486900000593, 0.021724684999981037, 0.021990901999970447, 0.021964882000020225, 0.022063387000116563, 0.021920429999909175, 0.021986953999885372, 0.021881146000168883, 0.022055421999993996, 0.02160733599998821, 0.021361467999895467, 0.021169641000142292, 0.02144036499998947, 0.02123925099999724, 0.021559195999998337, 0.021469018999823675, 0.02141864500003976, 0.021317597000006572, 0.021386244000041188, 0.021442900000010923, 0.02178094000009878, 0.020821421999926315, 0.021275688000059745, 0.0214576579999175, 0.021185520000017277, 0.021483495999973456, 0.021350216999962868, 0.021223852000048282, 0.021561890999919342, 0.02143045700017865, 0.02166918199986867, 0.021163149000130943, 0.02127488699989044, 0.02191545000005135, 0.020722176999925068, 0.021563434999961828, 0.021080765000078827, 0.021540070999890304, 0.021340219000194338, 0.021221957999841834, 0.02161350799997308, 0.021313359000032506], [0.022664616000156457, 0.02237278399979914, 0.02182049300017752, 0.022115592999853106, 0.021601937000014004, 0.021807739999985642, 0.021775520000119286], [0.021387597000057212, 0.02118677199996455, 0.021145425999975487, 0.021094661000006454, 0.021305053000105545, 0.021244630999945002, 0.02141349499993339, 0.02126220300010573, 0.021307407999984207, 0.021078981000073327, 0.0213950909999312, 0.021349156000042058, 0.021229130999927293, 0.02123611499996514, 0.021147099000017988, 0.02143697900010011, 0.021028526999998576, 0.021332324000013614, 0.02129798999999366, 0.021099319999848376, 0.02089525000019421, 0.021348573999830478, 0.02099021599997286, 0.0216499160001149, 0.020816652999883445, 0.02132248500015521, 0.021173247999968225, 0.021320813000102135, 0.021311113999900044, 0.02138936999995167, 0.021057811999980913, 0.02115109700002904, 0.02160577299991928, 0.021178257000201484, 0.020991528999957154, 0.021216387999857034, 0.02132650300018213, 0.021294022999882145, 0.02122579499996391, 0.021214534000137064, 0.021286297999949966, 0.02135839299990039, 0.021116712000093685, 0.021318167999879734, 0.021178287000111595, 0.02086555400001089, 0.021134394999990036, 0.021346921000031216, 0.021214142999951946, 0.02117920899991077, 0.021192364000171438, 0.02094231699993543, 0.02105428499999107, 0.03995982800006459, 0.14513831299996127, 0.021790506999877834, 0.0214911310001753, 0.021465601999807404, 0.02154422900002828, 0.021159602000125233, 0.02171020800005863, 0.021307747999799176, 0.021342242000173428, 0.021452657999816438, 0.021450795000191647, 0.021441757999809852, 0.021594122000124116, 0.021133172999952876, 0.021573353000121642, 0.021765861999938352, 0.020944059999919773, 0.02144027500003176, 0.021410800000012387, 0.021309471999984453, 0.021398798000063834, 0.021692223999934868, 0.021090934000085326, 0.021390832999941267, 0.021463007999955153, 0.021118194000109725, 0.021556832999976905, 0.021408094999969762, 0.02138943999989351, 0.021450103999995918, 0.02138376000016251, 0.021464078999997582, 0.021394180000015695, 0.021295173999988037, 0.02145193699993797, 0.021149963999960164, 0.021550831000013204, 0.021375153999997565, 0.0214708519999931, 0.021241785000029267, 0.021646689999897717, 0.02157631900013257, 0.020722687999978007, 0.021389620000036302, 0.021786490000067715, 0.021111993999966217, 0.021477243999925122, 0.021420969000018886, 0.021568593999973018, 0.021411901999954353, 0.021388299000136612, 0.02153408899994247, 0.02142108999987613, 0.03893685100001676, 0.04556361000004472, 0.02242649300001176, 0.022098312000025544, 0.021972546999904807, 0.02232725700014271, 0.021433081999930437, 0.021881897999946887, 0.021903990000055273, 0.021841201999905024, 0.02198028200018598, 0.021684479999976247, 0.021446265999884417, 0.02135598800009575, 0.021543717999975343, 0.02132703400002356, 0.021462396000060835, 0.02153605399985281, 0.021443581000085032, 0.021399158999884094, 0.021475741000131165, 0.021433934000015142, 0.02143626699989909, 0.021194076000028872, 0.021454912000081094, 0.021231546999842976, 0.02157222100004219, 0.02108628500013765, 0.021568204000004698, 0.021789986999920075, 0.040215262999936385, 0.05741349300001275, 0.022214758000018264, 0.022075630000017554, 0.02211081399991599, 0.0219115040001725, 0.02186896299986074, 0.021725818000049912, 0.0219540620000771, 0.02192087100002027, 0.021868433000008736, 0.02155204399991817, 0.022412716999951954, 0.021306886000047598, 0.02187072700007775, 0.021854727999880197, 0.02210893100004796, 0.021914960000003703, 0.02189982200002305, 0.02191921700000421, 0.022178039999971588, 0.021447868999985076, 0.02206666300003235, 0.021900491999986116, 0.021851402000038433, 0.021720065999943472, 0.021992584999907194, 0.021921000000020285, 0.02207305499996437, 0.021920350000073086, 0.021985911999991004, 0.02187113800005136, 0.022050041000056808], [0.02205298700005187, 0.021786670999972557, 0.021496440000191797, 0.02146303699987584, 0.02155025999991267, 0.021152158000177224, 0.02171364499986339, 0.021274656000059622, 0.02134359499996208, 0.021465432000013607, 0.021465142000124615, 0.021446566999884453, 0.02159063499993863, 0.02107740900009958, 0.021616664000021046, 0.02178959599996233, 0.020919665000064924, 0.021441225999978997, 0.02143511600002057, 0.021335871000019324, 0.021349304999830565, 0.021712242000148763, 0.021084671999915372, 0.021377429000040138, 0.021424935999903028, 0.021153980999997657, 0.02156338500003585, 0.021428163000109635, 0.021347372000036557, 0.02147722299991983, 0.021395442000084586, 0.02144117699981507, 0.021393687999989197, 0.021303279999983715, 0.02147181400005138, 0.021121971999946254, 0.02157135900006324, 0.021376145999965956, 0.021471483000141234, 0.021175641999889194, 0.02170662200001061, 0.021519843000078254, 0.0207694849998461, 0.02137940200009325, 0.02181659600000785, 0.021111924000024374, 0.021472363999919253, 0.021424605999982305, 0.021541053000191823, 0.021407022999937908, 0.02139689399996314, 0.021557985000072222, 0.021396654000000126, 0.03896278899992467, 0.04549858900008985, 0.022425320999900578, 0.022099202999925183, 0.021976394000148503, 0.022317319999956453, 0.02144493299988426, 0.021869806000040626, 0.021914499000104115, 0.02183320799986177, 0.021983056000181023, 0.021688457999971433, 0.021465551999881427, 0.021375705000082235, 0.021560127999919132, 0.021265299000106097, 0.02147109299994554, 0.021572901999888927, 0.021446016000027157, 0.021399779000148555, 0.02146991099994011, 0.021433823000052143, 0.021451375999959055, 0.021184026999890193, 0.02144123700009004, 0.021193164999885994, 0.02158175900012793, 0.02110648300003959, 0.02158411300001717, 0.02178742199998851, 0.040184515999953874, 0.05746895700008281, 0.022148243999936312, 0.02207261299986385, 0.022112078000191104, 0.021923925999999483, 0.021865606999881493, 0.02171730200007005, 0.021997112999997626, 0.021930187999942063, 0.021815123000124004, 0.021558535999929518, 0.022408098999903814, 0.021303500000158238, 0.02187259999982416, 0.021907566999971095, 0.02210931200011146, 0.021871056999998473, 0.02194964499994967, 0.021861861000161298, 0.02220133299988447, 0.021440205000089918, 0.02208733099996607, 0.021868141999902946, 0.021844698999984757, 0.021723854000128995, 0.021993836999854466, 0.021966014000099676, 0.022061452999878384, 0.021919488000094134, 0.02198733499994887, 0.021880495000004885, 0.022063497000090138, 0.021600482999929227, 0.021365536000075736, 0.021163378999972338, 0.021446325999932014, 0.021235975000081453, 0.021564666999893234, 0.021467536000045584, 0.021417914000039673, 0.021353031999979066, 0.021377959000119517, 0.021416289999933724, 0.021776080999870828, 0.020825520000016695, 0.021278082999970138, 0.021452287000101933, 0.021190388999912102, 0.021478205999983402, 0.021350027000153204, 0.021233319999964806, 0.02155532899996615, 0.02142789200001971, 0.021668890999990253, 0.021169490999909613, 0.021266261000164377, 0.021915700999898036, 0.02072820800003683, 0.02156113999990339, 0.021074354000120366, 0.021545070000001942, 0.021337263000077655, 0.021223921999990125, 0.0216178459997991, 0.02130724700009523, 0.021147029000076145, 0.021477053999888085, 0.02132540100001279, 0.021292088000109288, 0.02134889499984638, 0.021604672000194114, 0.021106893999785825, 0.021334517000013875, 0.021507180000071457, 0.02126251400000001, 0.021504645000050004, 0.021459060999859503, 0.021336341000051107, 0.021785819000115225, 0.021312526999963666, 0.021434855000052266, 0.021799193999868294, 0.020939813000040886, 0.02143304099990928, 0.021064715000193246, 0.021577881999974124, 0.021182093999868812, 0.021606375000146727, 0.021089550999931816, 0.021081395999999586, 0.02162635199988472, 0.021390713000073447, 0.02132940900014546, 0.02143697799988331, 0.02124226599994472, 0.02102827800013074, 0.021649404999834587, 0.021640729000182546, 0.021127390999936324, 0.021749251000073855, 0.020949680999819975, 0.02124218600010863, 0.021436217999962537, 0.021308939999926224, 0.021369584000012765, 0.02132444900007613, 0.021592958999917755, 0.02127531800010729, 0.021435676000010062, 0.02142749199992977, 0.02129051600013554, 0.021426438999924358, 0.02135254699987854, 0.02130209800020566, 0.02148576999979923, 0.021245270999997956, 0.02114346200005457, 0.021054366000043956, 0.021088770000005752, 0.02107253999997738, 0.021187743999917075, 0.021153075000029276, 0.021151888000076724, 0.021265259000074366, 0.021299692999946274, 0.021204694000061863, 0.021172381999804202, 0.021144570000160456, 0.02105575499990664, 0.021144820000017717, 0.021246239999982208, 0.02095607900014329, 0.02178137699979743, 0.020382971000117323, 0.02154916399990725, 0.020825987000080204, 0.02092395799991209, 0.021219900999994934, 0.02131264300010116, 0.021037922000004983, 0.02130965800006379, 0.021123940999814295, 0.02106162600011885, 0.037665965000087454, 0.02903211799980454, 0.021017884000002596, 0.02121276800016858, 0.021218287000010605, 0.021205082999813385, 0.021124873000189837, 0.021024846999807778, 0.021260016000042015, 0.021214520000057746, 0.021045775999937177, 0.021183042000075147, 0.02127916099993854, 0.021129592000079356, 0.021118352000030427, 0.021244435999960842, 0.02116477799995664, 0.021043932000111454, 0.0209020889999465, 0.021433066999861694, 0.02110074900019754, 0.021271877999879507, 0.021135041999968962, 0.021209120000094117, 0.021318012999927305, 0.021126977999983865, 0.021157854999955816, 0.02129422899997735, 0.02109451700016507, 0.021155670999860376, 0.020965126000191958, 0.021183762999953615, 0.021075831999951333, 0.020830465000017284, 0.021662715000047683, 0.02079119199993329, 0.021102011000039056, 0.02121912899997369, 0.02132979499992871, 0.020971027000086906, 0.021314296999889848, 0.02102017800007161, 0.021243894999997792, 0.02117042899999433, 0.021137516999942818, 0.021257139999988794, 0.02100352700017538, 0.0376233559998127, 0.030991599000117276, 0.021305690999952276, 0.021338230000083058, 0.02132237199998599, 0.021405356000059328, 0.021177130999831206, 0.021063479000076768, 0.02129033200003505, 0.021425002999876597, 0.0214509510001335, 0.021108271999992212, 0.02111963399988781, 0.021449298000106864, 0.02131192199999532, 0.021392181999999593, 0.02107928800000991, 0.021669006999900375, 0.020805328000051304, 0.021210031999999046, 0.021480026000062935, 0.020981355999992957, 0.021347027000047092, 0.02184305199989467, 0.020843047999960618, 0.03840419099992687, 0.0823436070002117, 0.021664889999783554, 0.021583959000054165, 0.021132017000127234, 0.02134477300000981, 0.021707087999857322, 0.021129091000148037, 0.02121216699993056, 0.021108301999902324, 0.021383315000093717, 0.02127581500008091, 0.021328682999865123, 0.02138203300000896, 0.021401469000011275, 0.021301913000115746, 0.02150320800001282, 0.021415985999965415, 0.02134216799981914, 0.021472271000220644, 0.021337770999934946, 0.022002919999977166, 0.021368116000076043, 0.02123210299987477, 0.021141875000012078, 0.021084257999973488, 0.02178796900011548, 0.020567334999896048, 0.021174226000084673, 0.021074188000056893, 0.02099137499999415, 0.02137316599987571, 0.021119724000072893, 0.021278339999980744, 0.021099906000017654, 0.021220401999926253, 0.021155310000040117, 0.020924680000007356, 0.021358308999879227, 0.021273340000107055, 0.039270775999966645, 0.102174598999909, 0.021687272000008306, 0.021455750000086482, 0.021345403999930568, 0.021733137000182978, 0.020872712999789655, 0.021379598000066835, 0.021039264000137337, 0.02164616599998226, 0.021316098999932365, 0.02153262399997402, 0.021377202999929068, 0.03765033200011203, 0.0291916339999716, 0.021456020999949033, 0.021325207000018054, 0.02184885800011216, 0.021291924000024665, 0.021602212999823678, 0.021643009000172242, 0.02133328199988682, 0.021453877000112698, 0.021576924999862968, 0.02120891999993546, 0.021470447000183412, 0.021651434999967023, 0.02141654699994433, 0.021336087000008774, 0.021343851999972685, 0.021353309000005538, 0.021450780000122904, 0.021391119999861985, 0.02139378500010025, 0.02172014300003866, 0.02152532899981452, 0.02145622100010769, 0.02129956899989338, 0.021290322000140804, 0.021659508999846366, 0.021182210999995732, 0.02163097600009678, 0.02146817400011969, 0.02155509399995026, 0.021481417999893893, 0.021486748000143052, 0.02156278999996175, 0.021556808000013916, 0.021568339999930686, 0.021547450000070967, 0.021510011999907874, 0.02148053600012645, 0.021616248999862364, 0.021220151000079568, 0.0213244560000021, 0.02140484500000639, 0.021370510999986436, 0.021592064000060418, 0.021753854999815303, 0.02111408400014625, 0.021561537000025055, 0.021555184999897392, 0.021354901999984577, 0.03842295699996612, 0.028887548000056995, 0.02141165800003364, 0.021532241999921098, 0.021391800999936095, 0.021539195000059408, 0.021428590000141412, 0.021206514999903447, 0.02139656000008472, 0.02160442699982923, 0.02141889200015612, 0.021525088999851505, 0.021322040000086417, 0.02168343499988623, 0.0381128390001777, 0.028847462999920026, 0.021638480000092386, 0.021927429000015763, 0.020524183999896195, 0.021530819999952655, 0.021716345999948317, 0.021503699000049892, 0.02155720900009328, 0.021508768999865424, 0.021501675000081377, 0.021473904999993465, 0.0215658249999251, 0.02146521700001358, 0.02167831500014472, 0.021231631999853562, 0.021370762000060495, 0.022252474999959304, 0.02078498000014406, 0.02147918299988305, 0.021547171000065646, 0.021482781000031537, 0.02165081199996166, 0.021526802999915162, 0.021511083000177678, 0.021508588999950007, 0.021488600999873597, 0.02164241800005584, 0.021450149999964196, 0.021628531000033036, 0.021394987000121546, 0.021421826999812765, 0.02161522699998386, 0.021494071999995867, 0.021506144000113636, 0.02176987400002872, 0.021255016999930376, 0.021542201000102068, 0.02138416699995105, 0.021621117999984563], [0.021950316000129533, 0.02242942799989578, 0.022096268000041164, 0.02197170499994172, 0.02242156400006934, 0.02130614600014269, 0.02192896499991548, 0.021837495999989187, 0.021891115000016725, 0.021976575000053344, 0.021719464999932825, 0.021484126999894215, 0.021379090999971595, 0.02156552900009956, 0.021270748999995703, 0.021475479999935487, 0.02157586800012723, 0.021449583000048733, 0.02140151200001128, 0.021465452999791523, 0.02143916300019555, 0.02144053500001064, 0.02118553999980577, 0.021460853999997198, 0.021194938000007824, 0.021546573000023272, 0.021146799000007377, 0.021572269999978744, 0.02178850500013141, 0.04017209199992067, 0.05737741600000845, 0.022221692000130133, 0.02206695299992134, 0.022108389999857536, 0.021908438000082242, 0.0218726200000674, 0.021747127000026012, 0.021956897999871217, 0.02196134600012556, 0.021815304000028846, 0.021557793999818387, 0.022404382000104306, 0.021325710999917646, 0.02184769500013317, 0.021908557999950062, 0.022112036999942575, 0.021850469000128214, 0.02196474299989859, 0.02187545600008889, 0.02215623899996899, 0.021475792000046567, 0.022080417999859492, 0.02185864400007631, 0.02192685199997868, 0.021663670999942042, 0.021978759000148784, 0.021983577999890258, 0.02208047799990709, 0.021919608000189328, 0.021979570999974385, 0.02186944400000357, 0.022049430999913966, 0.021639386000060767, 0.02135150899994187, 0.021184838999943167, 0.021430007000162732, 0.021247936999998274, 0.02153889800001707, 0.021471553999845128, 0.021422191000056046, 0.0213416019998931, 0.021408986000096775, 0.021395612000105757, 0.021798541999942245, 0.020800523999923826, 0.021275217000038538, 0.02146921899998233, 0.02117973000008533, 0.021525182999994286, 0.021302728999899045, 0.021245111000098404, 0.021533508999937112, 0.021457727000097293, 0.021662579999883746, 0.021141968999927485, 0.02130652599998939, 0.021948533000113457, 0.020665942000050563, 0.021565879000036148, 0.021140656999932617, 0.021526484999867534, 0.021298211000157607, 0.02123583399998097, 0.021592097999928228, 0.021320843000012246, 0.021226626000043325, 0.021475341000041226, 0.02129037600002448, 0.021300693999819487, 0.02137908100007735, 0.02160549399991396, 0.021107505000145466, 0.02133414700006142, 0.021503131999907055, 0.02122911199990085, 0.021502561000033893, 0.02148981699997421, 0.0213421930000095, 0.02178337400005148, 0.02131426100004319, 0.021434985000041706, 0.021803091000037966, 0.02091001700000561, 0.021432971999956862, 0.021093909000001076, 0.02157726099994761, 0.021183085000075152, 0.021605943999929877, 0.021084001999952307, 0.02108649499996318, 0.021622885000169845, 0.021391394999909608, 0.02133183299997654, 0.021435124999925392, 0.0211994759999925, 0.021074084000019866, 0.021642531999987114, 0.021644555000193577, 0.0211258789997828, 0.02174911100019017, 0.02091581799982123, 0.021277261000022918, 0.021436177000168755, 0.021309982999810018, 0.021368191000192382, 0.02132706399993367, 0.02156269300007807, 0.021303589999888572, 0.02143534600008934, 0.021427110999866272, 0.0212913570001092, 0.021425968999892575, 0.021325576999970508, 0.021329658000013296, 0.021547756000018126], [0.02270698600000287, 0.022167940999906932, 0.022126795000076527, 0.022055461000036303, 0.021907996999971147, 0.021872229999871706, 0.021741345999998885, 0.022002624000151627, 0.021920408999903884, 0.021816737000108333, 0.021553105999828404, 0.022414190000063172, 0.021317605999911393, 0.021849478000149247, 0.021909088000029442, 0.02211301900001672, 0.021850679999943168, 0.021964643000046635, 0.02187125799991918, 0.02222685099991395, 0.021445164000169825, 0.02206850599986865, 0.021835050000163392, 0.02192018999994616, 0.021669793000000936, 0.02197278699986782, 0.021988056000054712, 0.022075829999948837, 0.02192024000009951, 0.021978977999879135, 0.021874754999998913, 0.022049911000067368, 0.021639005999986693, 0.02135106800005815, 0.021180962000016734, 0.021432420999872193, 0.02124499100000321, 0.021545051000202875, 0.02147084199987148, 0.021420848999923692, 0.021364293000033285, 0.021386415000051784, 0.02139619300010054, 0.02179308199993102, 0.020806364000009125, 0.021275368000033268, 0.021466603999897416, 0.02118101199994271, 0.021526746000063213, 0.02130259900013698, 0.021239199999854463, 0.021549018000087017, 0.021442107999973814, 0.02166811000006419, 0.021146237999801087, 0.021293431000003693, 0.02195158800009267, 0.020672122999940257, 0.021565268000131255, 0.021131840999942142, 0.021534811000037735, 0.021300094000025638, 0.021227188000011665, 0.021599691999881543, 0.021322446000112905, 0.021170631999893885, 0.02147474000003058, 0.021290956000029837, 0.02130508400000508, 0.021378729999923962, 0.021606324999993376, 0.02109831799998574, 0.021342061000041213, 0.02149819400005981, 0.02123519299993859, 0.02149781200000689, 0.02148688200009019, 0.02134556800001519, 0.02178199299987682, 0.021315703000027497, 0.021433250999962183, 0.02180900300004396, 0.02090689100009513, 0.02143672800002605, 0.02109314899985293, 0.021577089999937016, 0.02118359600012809, 0.021602388000019346, 0.02102271700005076, 0.02115074499988623, 0.021617085000116276, 0.0213894099999834, 0.021338585999956194, 0.021422511999844573, 0.021203854000077627, 0.021083521000036853, 0.021638133999886122, 0.021644295000214697, 0.02112567799986209, 0.021749121000084415, 0.020916298999964056, 0.021277080999880127, 0.021436508000078902, 0.0213093709999157, 0.021364665000191962, 0.021335779999844817, 0.021562302000120326, 0.02129891200002021, 0.02142430499998227, 0.021437891000005038, 0.02129199899991363, 0.021425035999982356, 0.02133101699996587, 0.02132448900010786, 0.021557142999881762, 0.021190029000081267, 0.021139283999900726, 0.021058193000044412, 0.02108982200002174, 0.02107717900003081, 0.021156205000124828, 0.02114191399982701, 0.02117110400013189, 0.021254188999819235, 0.02129404200013596, 0.021240289999923334, 0.021160850000114806, 0.021155731999897398, 0.021052047000011953, 0.02114922900000238, 0.02124522799999795, 0.02096009599995341, 0.021778370999982144, 0.020381919000101334, 0.02154845299992303, 0.02081759099996816, 0.0208955960001731, 0.02123198300000695, 0.021338611999908608, 0.02104110799996306, 0.02130515900012142, 0.02112553500001013, 0.021037289999867426, 0.03769497899997987, 0.029032699000026696, 0.021003798000037932, 0.021226974000001064, 0.021213197999941258, 0.021200384000167105, 0.021129050999888932, 0.021029245999898194, 0.021213658000078794, 0.021262190000015835, 0.021045475999926566, 0.02117836200000056, 0.021277749000091717, 0.021130844000026627, 0.021118182000009256, 0.02124326399984966, 0.02116514800013647, 0.02104355200003738, 0.020908068999915486, 0.021428498999966905, 0.02110458600009224, 0.021271758000011687, 0.02113119499995264, 0.02121437000005244, 0.02131694099989545, 0.021127578999994512, 0.02115580100007719, 0.021289811000087866, 0.02108917699979429, 0.02115770400018846, 0.020974152999997386, 0.02116812399981427, 0.021085490000132268, 0.02083620600001268, 0.021663786999852164, 0.02078420900011224, 0.02109868499996992, 0.021224479000011343, 0.021333632000050784, 0.0209716379999918, 0.02130107199991471, 0.02103322300013133, 0.02123729300001287, 0.021171579999872847, 0.021143779000112772, 0.021255536999888136, 0.021005130000048666, 0.0376224449998972, 0.030940163000195753, 0.021324594999896362, 0.021339955000030386, 0.02131405599993741, 0.02138639999998304, 0.02118896299998596, 0.021072345999982645, 0.021296433000088655, 0.021396219000052952, 0.021482639999931052, 0.021113091999950484, 0.02111176800008252, 0.02142267899989747, 0.02131339500010654, 0.021418229999881078, 0.021087123000143038, 0.021659348999946815, 0.020792144000097323, 0.021209791999808658, 0.021487408999973923, 0.021013125000081345, 0.021320668000043952, 0.02184550600009061, 0.020832428999938202, 0.03840156699993713, 0.08234162200005812, 0.021672012999943036, 0.021576575999915804, 0.021151793000171892, 0.021339893999993365, 0.021701798999856692, 0.021107340000071417, 0.02124652099996638, 0.02109939599995414, 0.021394486000190227, 0.02125146899993524, 0.021353408999857493, 0.021351947000084692, 0.021396620000132316, 0.021326909999970667, 0.02148749899993163, 0.021423368999876402, 0.02135121500009518, 0.021458194999922853, 0.021308776000068974, 0.022024019000127737, 0.021387112999946112], [], [0.021616309000137335, 0.021318353999959072, 0.021343921999914528, 0.021311631000116904, 0.02139022799997292, 0.02118760000007569, 0.02107216499985043, 0.021296905000099287, 0.021401809000053618, 0.021481267999888587, 0.021108473000140293, 0.021107149999807007, 0.021426686000040718, 0.021325798000134455, 0.021400777999815546, 0.021083796000084476, 0.021663658000079522, 0.020797081999944567, 0.021209651999924972, 0.021488511000143262, 0.02100211499987381, 0.02132602799997585, 0.02184442400016451, 0.020841384999812362, 0.03839743900016401, 0.08234235399982026, 0.02167366700018647, 0.021575682999809942, 0.021141755000144258, 0.02133978400001979, 0.02171023400001104, 0.02111337199994523, 0.021241761000055703, 0.021094167000001107, 0.021399644999974043, 0.021251629000062167, 0.021351906999825587, 0.021359911999979886, 0.02139832300008493, 0.02131263299997954, 0.021493891000091025, 0.021424941999839575, 0.02134334100014712, 0.021463844999971116, 0.021360221999884743, 0.022006096000040998, 0.021348149999994348, 0.02123801400011871, 0.021143106999943484, 0.021083986999883564, 0.02179293900007906, 0.02056663300004402, 0.02116963699995722, 0.021079048000046896, 0.020995461999973486, 0.021364500000117914, 0.021123911999893608, 0.021274081999990813, 0.021104905999891344, 0.021217155000158527, 0.021158576000061657, 0.02090652699985185, 0.02137634199993954, 0.021268340999995416, 0.039241872000047806, 0.10217636200013658, 0.021675819999927626, 0.021455390000028274, 0.02135298899997906, 0.021747152999978425, 0.020843749000050593, 0.02138790300000437, 0.021057999000049676, 0.021619424999926196, 0.021322583000028317, 0.021533845000021756, 0.02137567099998705, 0.03764272700004767, 0.029187796999849525, 0.02145110200012823, 0.021316700999932436, 0.02181027599999652, 0.021326920000092287, 0.02159007999989626, 0.021641635999912978, 0.021331479000082254, 0.021458635000044524, 0.021581514999979845, 0.021215983000047345, 0.021438617999820053, 0.02171969200003332, 0.02134599500004697, 0.021395298000015828, 0.021341466999956538, 0.0213576070000272, 0.021427817000130744, 0.021390939999946568, 0.02140022699995825, 0.021713129000090703, 0.021543313999927705, 0.021427377000009074, 0.021331477999865456, 0.02132304200017643, 0.021646245999818348, 0.02117354400002114, 0.021621659000174986, 0.021499651999874914, 0.021527402999936385, 0.021497597999996287, 0.021491226000080133, 0.021539346000054138, 0.021518858000035834, 0.021607101999961742, 0.02154670899994926, 0.021510492000061276, 0.02148137799986216, 0.021616530000073908, 0.021239426999954958, 0.021305069000163712, 0.021387702999845715, 0.021409313000049224, 0.021569763000115927, 0.02175343499993687, 0.021134692000032373, 0.02154139899994334, 0.02155312199988657, 0.021367846000202917, 0.038433575999988534, 0.02896146599982785, 0.021314716999995653, 0.021555206000130056, 0.021351023999841345, 0.02157963100012239, 0.021407720000070185, 0.021216854999920542, 0.0213847079999141, 0.0216042170000037, 0.021430753000004188, 0.021514319000061732, 0.02135149600007935, 0.02165362899995671, 0.038144327000054545, 0.028809883999883823, 0.021667294000053516, 0.0219349730000431, 0.02052245999993829, 0.021532603999958155, 0.021709572999952798, 0.021499471000197445, 0.02153056999986802, 0.02151646300012544, 0.021497416999864072, 0.02150098400011302, 0.02154287299981661, 0.02148729900000035, 0.021678866000002017, 0.021219930000142995, 0.021387663000041357, 0.0222253939998609, 0.020806230000061987, 0.02144641299992145, 0.021531601000106093, 0.02153272400005335, 0.021621527999968748, 0.021533955999984755, 0.02151529100001426, 0.021502506999922844, 0.021511814999939816, 0.02162023699997917, 0.021471920000067257, 0.021601821000103882, 0.021421255999939603, 0.021419402999981685, 0.021616339000047446, 0.021488241000042763, 0.02150647400003436, 0.021776316999876144, 0.0212238179999531, 0.02154573799998616, 0.02141305000009197, 0.02162197000006927, 0.02129641399983484, 0.02098622400012573, 0.02095642999984193, 0.02101882600004501, 0.03796598500002801, 0.0306194750000941, 0.02126785999985259, 0.021319185000038487, 0.02117331399995237, 0.02129097300007743, 0.02125305300000946, 0.0210782859999199, 0.021782779000204755, 0.02079269499995462, 0.021482038999920405, 0.02098225800000364], [], [0.030089217000067947, 0.021680338999885862, 0.02145605999999134, 0.021352618000037182, 0.02174750399990444, 0.02085180400013087, 0.021379327999966335, 0.021050053999942975, 0.021635495000055016, 0.021314847999974518, 0.021533926000074644, 0.021377193000034822, 0.03764415000000554, 0.029221670999959315, 0.02143258599994624, 0.02134940199994162, 0.021843248000095628, 0.021298916999967332, 0.02159727399998701, 0.021643410000024232, 0.02133396299996093, 0.021453776000043945, 0.02157880999993722, 0.02120797800012042, 0.0214671809999345, 0.02165630400008922, 0.021409914999821922, 0.02132552700004453, 0.02134388200011017, 0.021353959999942163, 0.021466489999966143, 0.021391328999925463, 0.02137212500019814, 0.02174227399996198, 0.021507085999928677, 0.021455600000081176, 0.021285190999833503, 0.021322993000012502, 0.021653609000168217, 0.02117031800003133, 0.021622931999900175, 0.021494461999964187, 0.021531830999947488, 0.021500564000007216, 0.021488080000153786, 0.021539726999890263, 0.021577105999995183, 0.021549183999923116, 0.02154680900002859, 0.021510391999981948, 0.021481248000100095, 0.02161585799990462, 0.021241201000066212, 0.021303596000052494, 0.02138730299998315, 0.021409843999890654, 0.02156946200011589, 0.02175458700003219, 0.021134029999984705, 0.021541129000070214, 0.021555025999987265, 0.021361132999800247, 0.038438525000174195, 0.0290486989999863, 0.021227465000038137, 0.021554933999823334, 0.021384147000162557, 0.02154746999985946, 0.021407120000048963, 0.021212376999983462, 0.021390067000083945, 0.021604316999855655, 0.0214254240001992, 0.021518786999877193, 0.021346356000094602, 0.021658728999909727, 0.03813894700010678, 0.02881724700000632, 0.021664618999921004, 0.021930724999947415, 0.020522942000070543, 0.021532031999868195, 0.021713520000048447, 0.021503710000160936, 0.021535738999773457, 0.021508118000156173, 0.02150219600002856, 0.02149553399999604, 0.02154346399993301, 0.02148742899998979, 0.02167815400002837, 0.021227063999958773, 0.021376451999913115, 0.022230003000004217, 0.020805829000209997, 0.021481327999936184, 0.021542532000012216, 0.02148650699996324, 0.021628181000096447, 0.021527222999793594, 0.021517906000099174, 0.02150080399997023, 0.021510952999960864, 0.021619816000111314, 0.021472550999988016, 0.02160429600007774, 0.02141941299987593, 0.021422298000061346, 0.021613343999888457, 0.021492428000101427, 0.021508868999944752, 0.021768892999944, 0.021225641000000905, 0.021547501999975793, 0.021409714000128588, 0.021621598999900016, 0.021297846000152276, 0.02098671499993543, 0.02096420499992746, 0.021009107000054428, 0.03796164699997462, 0.030682403000128033, 0.02126472399982049, 0.0213203970001814, 0.021167442999967534, 0.021296192999898267, 0.02125406400000429, 0.021063168999944537, 0.021760116999985257, 0.020821849000185466, 0.021488740999984657, 0.020942743999967206, 0.020997335999936695, 0.020944697999993878, 0.021194602999912604, 0.021167042000115543, 0.02093623199993999, 0.020972079000102894, 0.02114817699998639], [], [0.021688062000066566, 0.021456180999848584, 0.02131234300009055, 0.021828630000072735, 0.021352216999957818, 0.021550076000039553, 0.021642747999976564, 0.02133601700006693, 0.021453245999964565, 0.021576695000021573, 0.021218157000021165, 0.021444388999952935, 0.021716154999921855, 0.021352428000000145, 0.021385027999940576, 0.02134464300002037, 0.021354471999984526, 0.021428098000114915, 0.021390497999846048, 0.021401349000143455, 0.021715304000053948, 0.021541238999816414, 0.021455470000091736, 0.02131598899995879], [0.022088969999913388], [], [0.021532023000190748, 0.021266736999905334, 0.021319486000038523, 0.021178282999926523, 0.021285823999960485, 0.021254114000157642, 0.021072826999898098, 0.021788039000057324, 0.020792914999901768, 0.021480935999989015, 0.020981687000130478, 0.020991155000047, 0.020929348999970898, 0.021204671999839775, 0.021135273000027155, 0.020968031000165865, 0.020971747999965373, 0.021148928000002343, 0.02100494000001163, 0.02164696699992419, 0.021770726999875478, 0.02169481500004622, 0.0216755500000545, 0.02175546800003758, 0.03917776299999787, 0.09863635600004272, 0.021442284999920957, 0.03923967800005812, 0.060287136999932045, 0.021573249000084616, 0.021261558999867702, 0.02140179900015937, 0.021076192999998966, 0.02162724899994828, 0.02110716099991805, 0.02220061799994255, 0.020502794000094582, 0.021059611000055156, 0.021498130000054516, 0.021401518999937252, 0.02116097099997205, 0.0385349400000905, 0.03078595499982839, 0.02162296200003766, 0.021466630000077203, 0.021514364000040587, 0.0212884979998762, 0.021491317000027266, 0.021350514000005205, 0.02150448099996538, 0.021159596999950736, 0.021165951000057248, 0.020921454000017548, 0.02123553000001266, 0.021507677000045078, 0.020680073999983506, 0.02109072999996897, 0.02156590499998856, 0.020947223000121085, 0.021113932999924145, 0.021428880000030404, 0.02045873199995185, 0.021029494999993403, 0.02157501300007425, 0.020788025999991078, 0.02152398699990954, 0.020946842000057586, 0.021057617999986178, 0.02116309400003047, 0.021003687999836984, 0.021324095000181842, 0.021166040000025532, 0.02124827399984497, 0.02112321000004158, 0.02133201900005588, 0.021146023000028435, 0.021157635999998092, 0.021122596999930465, 0.021334303000003274, 0.03888027600009991, 0.03269445499995527, 0.02096336199997495, 0.021586461999959283, 0.021251227999982802, 0.02092952900011369, 0.0213314369998443, 0.021346235000009983, 0.021258962000047177, 0.021246609999934662, 0.021253392000062377, 0.021281253000097422, 0.02117805199986833, 0.021058659000118496, 0.02105164599993259, 0.021119322000004104, 0.021336797999992996, 0.021490232999894943, 0.020840863000103127, 0.02145678100009718, 0.021008373999848118, 0.02123709200009216, 0.020981724999955986, 0.021158202999913556, 0.02116810200004693, 0.020527658999981213, 0.02091958899995916, 0.020981806000008874, 0.02094174000012572, 0.0210242539999399, 0.02091277599993191, 0.02113009200002125, 0.02117831100008516, 0.020969803000070897, 0.021010959000022922, 0.02075603499997669, 0.02108831299983649, 0.021063678000018626, 0.021024885000088034, 0.02104110599998421, 0.02099971799998457, 0.03798860200004128, 0.02999539500001447, 0.021458021999933408], [0.021574531999931423, 0.021435913000004803, 0.03924480799992125, 0.060329526000032274, 0.021557920000077502, 0.02126204899991535, 0.021427197000093656, 0.021050634999937756, 0.02163643700009743, 0.021108402999971076, 0.02217978899989248, 0.020525315999975646, 0.02102916500007268, 0.02152686299996276, 0.021405625999932454, 0.021160099000098853, 0.03854698300006021, 0.030807214999867938, 0.021646716000077504, 0.02143701499994677, 0.021489908000148716, 0.021336778999966555, 0.021489392999910706, 0.02136146399993777, 0.021348831000068458], [0.021947646000171517, 0.021568119999983537, 0.02126122699996813, 0.021415485000034096, 0.02106291799987048, 0.021630916000049183, 0.02110742200011373, 0.022200587999805066, 0.020503485000062938, 0.021054452000043966, 0.021502436999981, 0.021397511000031955, 0.021160529999860955, 0.03857706900021185, 0.03081135299999005, 0.02161405499987268, 0.021429260000104478, 0.02152507499999956, 0.021337208999966606, 0.021488790999910634, 0.021361475000048813, 0.021464425999965897, 0.021170248000089487, 0.021165658999962034, 0.020926134000092134, 0.02127209699983723, 0.021463876000098026, 0.02069317899986345, 0.021063539000124365, 0.02153619999990042, 0.020978460000151244, 0.021078146999798264, 0.02144020100013222, 0.020447221000040372, 0.021028773999887562, 0.02159009000001788, 0.020842758000071626, 0.02149749799991696, 0.02091732700000648, 0.021065973000077065, 0.02114708499993867, 0.02100715400001718, 0.021319836999964537, 0.021197659000108615, 0.02122641300002215, 0.021200082999939696, 0.021259143999941443, 0.021136365000074875, 0.02116548000003604, 0.02111146699985511, 0.021344663000036235, 0.03887740899995151, 0.032753366000179085, 0.020958281999810424, 0.021607872000004136, 0.02119108600004438, 0.020960346000038044, 0.021349740999994538, 0.021362986999974964, 0.02123583899992809, 0.021268640000016603, 0.02123148200007563, 0.021226391000027434, 0.02117517700003191, 0.021060261000002356, 0.021042369000042527, 0.021130182999968383, 0.021335915000008754, 0.02148825999984183, 0.02084707500011973, 0.02145255300001736, 0.02099729299993669, 0.021286573999987013, 0.020934536000140724, 0.021208277999903657, 0.021107658999881096, 0.02052350100007061, 0.020919489000107205, 0.02098102399986601, 0.02097439099998155, 0.021019966000039858, 0.02090491200010547, 0.021109823999950095, 0.021183270999927117, 0.02096950200007086, 0.021012090999875, 0.020756385000140654, 0.02108283300003677, 0.02107450899984542, 0.02101332300003378, 0.02105803700010256, 0.020985982999945918, 0.03798652799991942, 0.0300416210000094, 0.021473270000115008, 0.020993356999952084, 0.021024955000029877, 0.021141071999863925, 0.021277046000022892, 0.02080435400011993, 0.02106733499999791, 0.020813781000015297, 0.021063757999854715, 0.02114628200001789, 0.0214922170000591, 0.020378270000037446, 0.02131991500004915, 0.02094723100003648, 0.020969501999843487, 0.021163864000072863, 0.021106687999917995, 0.021033912000120836, 0.02106826599992928, 0.021121435999930327, 0.021047296999995524, 0.02182206100019357, 0.021446550999826286, 0.021858909999991738, 0.02196290400001999, 0.021836468000174136, 0.02189914499990664, 0.021652313999993567, 0.021621718000005785, 0.0221663830000125, 0.02146257100002913, 0.02179683400004251, 0.0217724089998228, 0.021673444000043673, 0.0215512160000344, 0.021652915999993638, 0.021845254000027126, 0.038755611999931716, 0.02664911800002301, 0.020994497999936357, 0.021055582000144568, 0.02091529199992692, 0.021018382999955065, 0.021080620000020645, 0.021122126000136632, 0.021123328999919977, 0.02104149599995253, 0.021084516999962943, 0.020991442999957144, 0.020987986000136516, 0.020642712999915602, 0.021292013999982373, 0.020919699000160108, 0.021139128999948298, 0.021111687000029633, 0.02108368399990468, 0.021026929000072414, 0.021141293000027872, 0.02099755499989442, 0.021181957999942824, 0.02108113000008416, 0.021160859000019627, 0.021071011000003637, 0.02103726900008951, 0.021047406999969098, 0.021085267999978896, 0.021247649999850182, 0.02081021500021052, 0.021100636999790368, 0.02125498400005199, 0.02082264900013797, 0.021157110999865836, 0.020861512000010407, 0.021003634999942733, 0.02101784299998144, 0.020625510000172653, 0.02129302599996663, 0.020937781999919025, 0.021373787000129596, 0.020576649999838992, 0.021233443000028274, 0.02087700000015502, 0.021038710999846444, 0.021047758000122485, 0.021181978999948115, 0.021736170999929527, 0.0378255570001329, 0.02822084699982952, 0.02136962899999162, 0.020948422000174105, 0.021163974999808488, 0.021132065000074363, 0.021198218000108682, 0.02110244999994393, 0.021253953000041292, 0.0212729769998532, 0.021136393000006137, 0.02120703500008858, 0.021060322000039378, 0.02117423400000007, 0.02111182699991332, 0.020954885000037393, 0.02144750299999032, 0.02081704800002626, 0.021097581000049104, 0.021268088999931933, 0.02121470900010536, 0.021212494999872433, 0.021146882000039113, 0.02122597099992163, 0.02119107500016071, 0.021156179999934466, 0.021219156999904953, 0.02126505299997916, 0.02127807700003359, 0.021213728000020637, 0.02125309100006234, 0.02128415800007133, 0.021736060999955953, 0.020713574999945195, 0.021038281000073766, 0.02118983299988031, 0.02114163200008079, 0.02107155299995611, 0.021251778000078048, 0.02161871299995255, 0.020736967999937406, 0.02107822500011025, 0.021178901999974187, 0.021476506999988487, 0.020959192999953302, 0.020834331000060047, 0.0210462649999954, 0.021419631000071604, 0.02084244499997112, 0.03824335699982839, 0.030662147000157347, 0.02128175400002874, 0.021172429999978704, 0.02177526399987073, 0.020750694000071235, 0.021689684999955716, 0.020889904000114257, 0.021088112999905206, 0.021106276999944384, 0.021190714000113076, 0.021463802999960535, 0.020932304000098156, 0.02101300299977993, 0.021377071000188153, 0.021229326999900877, 0.021279820000017935, 0.021116085999892675, 0.021229316000017207, 0.021075560000099358, 0.021226561000048605, 0.02134034400000928, 0.021154055999886623, 0.021189952999975503, 0.021107209000092553, 0.021743353999909232, 0.03797193100012919, 0.08342360100004953, 0.021607561999871905, 0.021320797000043967, 0.02111471300008816, 0.021661380999830726, 0.021486314999947353, 0.02120483100020465, 0.02131478599994807, 0.021219899000016085, 0.021381970999982514, 0.021312209999905463, 0.02140783000004376, 0.021044010999958118, 0.02140249900003255, 0.02142999000011514, 0.021156169999812846, 0.02146574700009296, 0.021396779000042443, 0.021136532999889823, 0.02113291700015907, 0.02112092499987739, 0.021513806000029945, 0.021049921999974686, 0.021344531000067946, 0.021369047000007413, 0.021252279000009366, 0.021029754999972283, 0.021469754000008834, 0.021070740999903137, 0.021270393000122567, 0.02151297499995053, 0.02127218600003289, 0.02126818900001126, 0.021890949999942677, 0.020582119999971837, 0.021310067000058552, 0.021281052999938765, 0.02131435399996917, 0.021359550000170202, 0.021444466999810174, 0.02109860300015498, 0.021156900999812933, 0.020985031000009258, 0.021463463000145566, 0.020749161999901844, 0.021044662000122116, 0.021312781999995423, 0.021138446999884763, 0.020970834000081595, 0.02120811700001468, 0.021413961000007475, 0.020492151999860653, 0.02107679300002019, 0.020862432000058106, 0.021310047000042687, 0.020763588999898275, 0.021120383000152287, 0.02101023799991708, 0.021158574000082808, 0.021007452999810994, 0.021172401000058017, 0.02090180599998348, 0.021098933000075704, 0.021047527000064292, 0.02113238599986289, 0.021360161000075095, 0.020809604000078252, 0.021085036999920703, 0.021082372999899235, 0.021379947000014, 0.0208053359999667, 0.02111027500018281, 0.021204740000030142, 0.021190994999869872, 0.020729064000079234, 0.021064608999949996, 0.02112115599993558, 0.021133817999952953, 0.02111393100017267, 0.02098953899985645, 0.02094355400004133, 0.02108240300003672, 0.02121428800001013, 0.02084414899991316, 0.021247570000014093, 0.021115555000051245, 0.021086741000090115, 0.021119089999956486, 0.021081470999888552, 0.021104564000097525, 0.021096428999953787, 0.021237372000086907, 0.02108994599984726, 0.021116485999982615, 0.021177910000005795, 0.021072394000157146, 0.021249083999919094, 0.020863354000084655, 0.021502886000007493, 0.02070145299990145, 0.02122979699993266, 0.02098536200014678, 0.03895302899991293, 0.026125982999928965, 0.021059459000071, 0.021210612000004403, 0.02130853400012711, 0.02118184799996925, 0.02108645999987857, 0.021169415000031222, 0.02130874399995264, 0.02080898300005174, 0.02107687300008365, 0.020750262999854385, 0.021112299000151324, 0.020953290999841556, 0.021058759000197824, 0.02144615099996372, 0.02081035499986683, 0.0212389539999549, 0.021152744000119128, 0.02081551500009482, 0.021183410999810803, 0.03828088700015542, 0.02687930599995525, 0.02146547699999246, 0.021058969000023353, 0.021254592999866873, 0.021312642000111737, 0.021382502000051318, 0.02126962099987395, 0.021491605000164782, 0.021105876999854445, 0.02107744299996739, 0.02110922300016682, 0.021181676999958654, 0.021169384999893737, 0.020877030000065133, 0.021198658999992404, 0.020904702000052566, 0.021253640999930212, 0.021118310000019846, 0.020870578000085516, 0.021003144999895085, 0.021453904000054536, 0.020891392000066844, 0.021078775999967547, 0.021081932000015513, 0.020997674000000188, 0.03875904799997443, 0.06043556700001318, 0.021645582000019203, 0.021415323999917746, 0.021078133999935744, 0.02110210000000734, 0.02101976500011915, 0.021023603000003277, 0.021205291999876863, 0.02110182900014479, 0.021125342999994245, 0.021111365999786358, 0.021121225000115373, 0.021087701999931596, 0.021155288000045402, 0.021051456000122926, 0.02118078599983164, 0.021130242000026556, 0.021142653999959293, 0.021093273000133195, 0.021877704999951675, 0.02031247800005076, 0.02103589499984082, 0.021520640000062485, 0.02078482799993253, 0.02112735600007909, 0.021024484999998094, 0.02115073000004486, 0.02115182200009258, 0.021235316999991483, 0.021055942999964827, 0.020950378999941677, 0.02119224300008682, 0.02107195700000375, 0.02092355099989618, 0.021105040000065856, 0.021308407999867995, 0.020814959000063027, 0.020973924999907467, 0.021303579000004902, 0.021201819999987492, 0.02103576000013163, 0.021114185999977053, 0.02113117799990505, 0.02113197000016953, 0.02113630799999555, 0.02091300099982618, 0.02134702000012112, 0.021075985999914337, 0.021134673999995357, 0.021157087000119645, 0.020821079999905123, 0.0210252809999929, 0.021598428000061176, 0.02067832400007319, 0.02115273899994463, 0.021026562000088234, 0.021125367999957234, 0.021132740999973976, 0.02104577899990545, 0.021205236000014338, 0.020965870000054565, 0.021286888000076942, 0.021031912999887936, 0.02159307900001295, 0.02081892599994717, 0.021050538000054075, 0.021212569999988773, 0.021255329000041456, 0.02105176999998548, 0.021257783999999447, 0.02112569800010533, 0.021125977999872703, 0.021086063999973703, 0.02108963099999528, 0.021181431000059092, 0.02118562999999085, 0.02119480700002896, 0.02110458800007109, 0.02128180899990184, 0.021009590999938155, 0.021050717999969493, 0.02105720999998084, 0.02134839300015301, 0.020993932000010318, 0.021353041999873312, 0.021141617000012047, 0.02096232400003828, 0.02101312800004962, 0.0212365239999599, 0.02105345299992223, 0.021716800000149306, 0.02034768799990161, 0.0211729259999629, 0.021041201000116416, 0.02124441899991325, 0.020984413999940443, 0.021185494000064864, 0.020996255999989444, 0.021074222000152076, 0.0210701149999295, 0.02124166399994465, 0.0212491269999191, 0.03851305200009847, 0.026757429000099364, 0.021245690999876388, 0.021176573000047938, 0.021172495999962848, 0.021197902000039903, 0.021113044000003356, 0.021133732999942367, 0.021162246000130835, 0.021146907000002102, 0.021141606999890428, 0.02112384499992004, 0.021245591000024433, 0.021094850000054066, 0.02121630700003152, 0.02118000900009065, 0.02117396799985727, 0.02113135800004784, 0.021163799000078143, 0.021237556999949447, 0.02112140899998849, 0.02115936099994542, 0.021225663999985045, 0.021118024000088553, 0.021161333999998533, 0.02086003299996264, 0.021013848999928086, 0.021217930000148044, 0.020888324999987162, 0.020969305999869903, 0.02133209299995542, 0.020859692000158248, 0.021478554999930566, 0.020830348000117738, 0.021157867999818336, 0.021002408000185824, 0.021344545999909315, 0.020964878000086173, 0.020881792999944082, 0.02141176099985387, 0.021207129999993413, 0.02103546900002584, 0.02210079500014217, 0.020429750999937824, 0.02121605599995746, 0.020901109000078577, 0.021328034999896772, 0.021266290000085064, 0.021215465000068434, 0.020843070999944757, 0.021391143000073498, 0.021151785999791173, 0.02112788200020077, 0.021221756999921126, 0.021106712999880983, 0.021035619000031147, 0.02105973500010805, 0.021036962999914977, 0.02103602000011051, 0.02101369000001796, 0.021301825999898938, 0.021181601000080263, 0.021186210999985633, 0.021115077999866116, 0.021125317000041832, 0.02119022900001255, 0.02097383499994976, 0.021117903000003935, 0.02082928599998013, 0.021805484000196884, 0.020690586999990046, 0.020850344999871595, 0.02103798400003143, 0.021019580000029237, 0.021315512000001036, 0.021084279999968203, 0.039387250000118, 0.09726400599993212, 0.021799943999894822, 0.021686553000108688, 0.02148402500006341, 0.02151320999996642, 0.021487250999825847, 0.022034561000054964, 0.020991998999988937, 0.0212225180000587, 0.021473846999924717, 0.021421579000161728, 0.021442176999926232, 0.021756052000000636, 0.020872687000064616, 0.021321983000007094, 0.021258625999962533, 0.021409586999880048, 0.02166389000012714, 0.02122688700001163, 0.021391071999914857, 0.021435415000041758, 0.021507288000066183, 0.021198653999817907, 0.021467655000151353, 0.02114632600000732, 0.02157621699984702, 0.021542274000012185, 0.021204305000082968, 0.021221886999910566, 0.02118096100002731, 0.02118730200004393, 0.021237697000060507, 0.02152689499985172, 0.020527193000134503, 0.02130041300006269, 0.02106043599997065, 0.021214703999930862, 0.02121547499996268, 0.021048443999916344, 0.021785337000210347, 0.02170193099982498, 0.022075437000012244, 0.02183399700015798, 0.02182737599991924, 0.021822806000045603, 0.021924315999967803, 0.02174229699994612, 0.021671173999948223, 0.021906001000161268, 0.021762724999916827, 0.02188785899988943, 0.039056172000073275, 0.026135171000078117, 0.021219482999867978, 0.02106563500001357, 0.038297720000173285, 0.030527162999987922, 0.02123072399990633, 0.0209091740000531, 0.02103286500005197, 0.021280866999859427, 0.021137159000090833, 0.02123367900003359, 0.021095681999895532, 0.021179668000058882, 0.021055447999970056, 0.021519030000035855, 0.02063595599997825, 0.021154420999891954, 0.02116472100010469, 0.02110663200005547, 0.021156204999897454, 0.0211147869999877, 0.02116148400000384, 0.020988422000073115, 0.02117852700007461, 0.021141081999985545, 0.0210615720000078, 0.021143023999911748, 0.021199189000071783, 0.02111330899992936, 0.021175925000079587, 0.021197244999939358, 0.02119747599999755, 0.02116634799995154, 0.021083993000047485, 0.020870416999969166, 0.021309713999926316, 0.021108099000002767, 0.021103631000187306, 0.021244492999812792, 0.02077340499999991, 0.021215499000163618, 0.021362332999842693, 0.021009195000033287, 0.020885464000002685, 0.021273717999974906, 0.021110873999987234, 0.021019644000034532, 0.02118351000012808, 0.021154044000013528, 0.021167268999988664, 0.02112810699986767, 0.021150107000039498, 0.021399131999942256, 0.020773896000036984, 0.021042315999920902, 0.021033260000194787, 0.021383972999956313, 0.020909508999920945, 0.020915229000138424, 0.021446239999932004, 0.021223022999947716, 0.020869144000016604, 0.02119633300003443, 0.021125491000020702, 0.02105577199995423, 0.020894531000067218, 0.02105180399985329, 0.021297411999967153, 0.021065870000029463, 0.020916853000017, 0.021042636999936803, 0.02128904600021997, 0.020771581999952105, 0.020954572999926313, 0.021389553000062733, 0.02119351800001823, 0.02096769799982212, 0.0210545390000334, 0.02104621400008, 0.020998153999926217, 0.021215700000084325, 0.02204821999998785], [0.021814489000007597, 0.021612963000052332, 0.021429710999882445, 0.02152191799996217, 0.021281906000012896, 0.021489824000127555, 0.021361585000022387, 0.021483851999846593, 0.02116936600009467, 0.021165800000062518, 0.020923537999806285, 0.02123398700018697, 0.021507767000002787, 0.020689331999847127, 0.021082192999983818, 0.02155991500012533, 0.020950637999931132, 0.02110745200002384, 0.021439049000036903, 0.02044833199988716, 0.021029356000099142, 0.021584549999943192, 0.020843699000124616, 0.021469806999903085, 0.020944146999909208, 0.021062717000177145, 0.02115349599989713, 0.02100433000009616, 0.02132302199993319, 0.021165971000073114, 0.021254253999813955, 0.021196927000119103, 0.0212615079999523, 0.02114062400005423, 0.021165179000036005, 0.02111184799991861, 0.021340694999935295, 0.03887853200012614, 0.03275569900006303, 0.02095842299991091, 0.021604536000040753, 0.021194280999907278, 0.02092198500008635, 0.02138732200000959, 0.021361453000054098, 0.02123794299996007, 0.02126624599986826, 0.021233705999975427, 0.02122173200018551, 0.021177520999799526, 0.021060411999997086, 0.021045103999995263, 0.0211281990000316, 0.0213337610000508, 0.021489673000132825, 0.02084582199995566, 0.021452503999853434, 0.021001941000122315, 0.021243483000034757, 0.020976947000008295, 0.021163151999871843], [0.021590881000065565, 0.020957981000037762, 0.02159189299982245, 0.02125065700010964, 0.02092500999992808, 0.021339632000035635, 0.021349822000047425, 0.021249996000051397, 0.021250086000009105, 0.021247680999977092], [0.02119786799994472, 0.02146261100006086, 0.021024204000013924, 0.021024996000051033, 0.021140379999906145, 0.02127688600012334, 0.020804694999924322, 0.02106728400008251, 0.020818700999825523, 0.02105967000011333, 0.021144820000017717, 0.02149164499996914, 0.020314601000109178, 0.02138533699985601, 0.020945837999988726, 0.020970905000012863, 0.021163695000041116, 0.021105405000071187, 0.02103522399988833, 0.021068626999976914, 0.021126654999989114], [0.021380388000125095, 0.020998054999836313, 0.02105405000020255, 0.020916493999948216, 0.020971144999975877, 0.021093864000022222, 0.0211564300000191, 0.021122988999877634, 0.021040934999973615, 0.021084867000126906, 0.020991974000025948, 0.020987405999903785, 0.020644755999910558, 0.021290932000056273, 0.020924699000033797, 0.02113428899997416, 0.02111021400014579, 0.021085036999920703, 0.02102658900003007, 0.021140270999921995, 0.020997885000042515, 0.02118268899994291, 0.021080920000031256, 0.02116035800008831, 0.021070549999876675, 0.02103811000006317, 0.0210469670000748, 0.021071541999845067, 0.021262378000074023, 0.020804324999971868, 0.02110303099993871, 0.021257678999972995, 0.02082186699999511, 0.021158965000040553, 0.02086106000001564, 0.021002033000058873, 0.021018292999997357, 0.020623066000098333, 0.021296722999977646, 0.020936639999945328, 0.021373385000060807, 0.020578323999870918, 0.021232412000017575, 0.02086048799992568, 0.021029204000114987, 0.02104840900005911, 0.02120717599996169, 0.021737363000056575, 0.03782549699985793, 0.028192635000095834, 0.021365731000059895, 0.020968188999859194, 0.02114419800000178, 0.021145079000007172, 0.02118536500006485, 0.021101507999901514, 0.02125786000010521, 0.021266695999884178, 0.02114223400008086, 0.021205461999898034, 0.021059319000187315, 0.021177700999942317, 0.021105454999997164, 0.020999348000032114, 0.021446600999979637, 0.02081374199997299, 0.021104473999912443, 0.0212652430000162, 0.02121510999995735, 0.021211122000067917, 0.021148406000065734, 0.02121920800004773, 0.021198067999876002, 0.021155549000013707, 0.021219748000021355, 0.02126430199996321, 0.021275973000001613, 0.021215821999930995, 0.021252980000099342, 0.02128363800011357, 0.021695363999924666, 0.020703015999970376, 0.021090789000027144, 0.021192005999864705, 0.0211423640000703, 0.021070540999971854, 0.021252989999993588, 0.021601810999982263, 0.020723063000104958, 0.021084657000074003, 0.02119966099985504, 0.02147696800011545, 0.020957088999921325, 0.02083843800005525, 0.021045463000064046, 0.021419761999823095, 0.020843517000002976, 0.03823862800004463, 0.030664490999924965, 0.02128078300006564, 0.021175255000116522, 0.021771576999981335, 0.02075083399995492, 0.02165636299992002, 0.02092439800003376, 0.021086860999957935, 0.02110722900010842, 0.021193208999875424, 0.021458413000118526, 0.020879355000033684, 0.02106989899994005, 0.02137650100007704, 0.02120917799993549, 0.0213002289999622, 0.02107571999999891, 0.021269712000048457, 0.021076991999962047, 0.02119706700000279, 0.021367632999954367, 0.021073146000162524, 0.021243041999923662, 0.02113630300004843, 0.02171269699988443, 0.038002428000027066, 0.0833564459999252, 0.021658307000052446, 0.02128075199993873, 0.021120592999977816, 0.021654669000099602, 0.021530147000021316, 0.02120237700000871, 0.021271665000085704, 0.021237631999838413, 0.021356263000143372, 0.021331846999828485, 0.021411336000028314, 0.021061544000076537, 0.021393171999989136, 0.02142838700001448, 0.02117694899993694, 0.021442042999979094, 0.02140018499994767, 0.021135201000106463, 0.021116104999919116, 0.021148746000108076, 0.02149242699988463, 0.021059550000018135, 0.02134479200003625, 0.021368095000070753, 0.021255594999956884, 0.02103016499995647, 0.021467450000045574, 0.02107046099990839, 0.021272797000165156, 0.02151270499985003, 0.021272076000059315, 0.021266114000127345, 0.02192783899999995, 0.020552354999836098, 0.02134112500016272, 0.021280360999980985, 0.021314314999926864, 0.02132508499994401, 0.021478791000163255, 0.021082632999878115, 0.021151351000071372, 0.02099763499995788, 0.021461848999933864, 0.02075086500008183, 0.021026317999940147, 0.021305529000073875, 0.02116197099985584, 0.020968970000012632, 0.02121150400012084, 0.02141283800006022, 0.02049838399989312, 0.021070641000051182, 0.02086746200006928, 0.021304095999994388, 0.020765822999919692, 0.021124730999872554, 0.021003796000059083, 0.02116006699998252, 0.02099939799995809, 0.021178322000196204, 0.020903910000015458, 0.021099012999911793, 0.021046875999900294, 0.021132256000100824, 0.02136061099986364, 0.020807510000167895, 0.02108670099983101, 0.021081941000147708, 0.02138145000003533, 0.020804334999866114, 0.021110163999992437, 0.02120473100012532, 0.02119144499988579, 0.02072823299999982, 0.021066252000082386, 0.021118039999919347, 0.02113698400012254, 0.02111309999986588, 0.02098887800002558, 0.020943704000046637, 0.021081380999930843, 0.02121574100010548, 0.020843246999902476, 0.021247950000088167, 0.021115453999982492, 0.021087022000074285, 0.021119160999887754, 0.021080668999957197, 0.021105275000081747, 0.02109736099987458, 0.021237592000034056, 0.0210900170000059, 0.021116586000061943, 0.02117737000003217, 0.02107710199993562, 0.02124489600009838, 0.020867662000000564, 0.02149698499988517, 0.020702745000107825, 0.021229967999943256, 0.020988978000104908, 0.03893458499987901, 0.026124721000087447, 0.021071311000014248, 0.02120138399982352, 0.021322060000102283, 0.02115834400001404, 0.021111337000093044, 0.021167400999956953, 0.021309063999979116, 0.02080945500006237, 0.021075308999797926, 0.020750103000182207, 0.021111787999871012, 0.020958811000127753, 0.021031076999861398, 0.021469234000051074, 0.020797230999960448, 0.02125144799992995, 0.021153144000209068, 0.020825693999995565, 0.021179173999826162, 0.03827542500016534, 0.02686508099986895, 0.02146613700006128, 0.02105905000007624, 0.021276383999975224, 0.02129195299994535, 0.02138128899991898, 0.021271405000106824, 0.021458002999906967, 0.02115169200010314, 0.021077714000057313, 0.021108930999844233, 0.021181277000096088, 0.021168773999988844, 0.02087716999994882, 0.02120495100007247, 0.02090166599987242, 0.021256697000126223, 0.021113079999850015, 0.020867693000127474, 0.021005488999890076, 0.021450708999964263, 0.02087683400009155, 0.02109010699996361, 0.02108880500009036, 0.02097355899991271, 0.03874820800001544, 0.060458099000015864, 0.02165785500005768, 0.021414972999991733, 0.02107897599989883, 0.021101659000123618, 0.021018021999907432, 0.021023493000029703, 0.02117259000010563, 0.021136042999842175, 0.021125854000047184, 0.021100625999906697, 0.021121546000131275, 0.021098361999975168, 0.02114260500002274, 0.02106375800008209, 0.021145660000001953, 0.021133598000005804, 0.021153073999812477, 0.02111479300015162, 0.021870791999845096, 0.020316917000172907, 0.021038669999825288, 0.021520099000099435, 0.020774709000079383, 0.021137754999926983, 0.021019776999992246, 0.021155187999966074, 0.021124601000110488, 0.021255574999941018, 0.021062755999992078, 0.020937365000008867, 0.021192783000060444, 0.021084670999925947, 0.020927177999965352, 0.021103205999907004, 0.02130692600007933, 0.02081924699996307, 0.020974075000140147, 0.021288550999997824, 0.021212819999846033, 0.02103312500003085, 0.021116501000051358, 0.021130667000079484, 0.021105841000007786, 0.021138331999964066, 0.02094150399989303, 0.021336160000146265, 0.021082757999920432, 0.02113310200002161, 0.02116288699994584, 0.020816742000079103, 0.02102863699997215, 0.021595203000060792, 0.020678453999835256, 0.021152227000129642, 0.0210246899998765, 0.021130707000111215, 0.021133461999852443, 0.021046400000159338, 0.021199585999966075, 0.020953768000026685, 0.0212980090000201, 0.021038033999957406, 0.021545439999954397, 0.02084606700009317, 0.021058022000033816, 0.02121138699999392, 0.02125731299997824, 0.02106002499999704, 0.021234279999816863, 0.021138973000006445, 0.02110408700013977, 0.021118183999988105, 0.021089770999878965, 0.021167956999988746, 0.021190058000001954, 0.02116801600004692, 0.02112756199994692, 0.021289593000119567, 0.02102010099997642, 0.021049205000053917, 0.021035479999909512, 0.021353492000116603, 0.020998540999926263, 0.021360835999985284, 0.021146496000028492, 0.0209554109999317, 0.021010624000155076, 0.021246101999849998, 0.021043003000158933, 0.021727408999822728, 0.020331228000031842, 0.021185109000043667, 0.02100830900008077, 0.02127622800003337, 0.02098286199998256, 0.021153473999902417, 0.021028145999935077, 0.021054315000128554, 0.021096573000022545, 0.021235772999943947, 0.02125232399998822, 0.03847656299990376, 0.026776696000069933, 0.02123665399994934, 0.021200507999992624, 0.021163368000088667, 0.021179558000085308, 0.021140545999969618, 0.021124635999967722, 0.021159330000045884, 0.021158959999866056, 0.021140203999948426, 0.021125318000031257, 0.021238057000118715, 0.021102664999943954, 0.021208771999909004, 0.021187563000012233, 0.021174289000100543, 0.021131468000021414, 0.021155753999892113, 0.021244981000108965, 0.021114816999897812, 0.021165802000041367, 0.021225343999958568, 0.021119044999977632, 0.0211505350000607, 0.020874739999953817, 0.021004301000175474, 0.02121914199983621, 0.02088961799995559, 0.020966772000065248, 0.02133195200008231, 0.020868498000027103, 0.02147007999997186, 0.020810560999962036, 0.021182773999953497, 0.02100497300011739, 0.021311162999836597, 0.02098283200007245, 0.020899136000025464, 0.021410368000033486, 0.021203562999971837, 0.021039406999989296, 0.022054749000062657, 0.020471878999842374, 0.021216067000068506, 0.020884528000124192, 0.02134310299993558, 0.02126835299986851, 0.021215836000010313, 0.020844344000124693, 0.021359613999948124, 0.021167946000105076, 0.021116470999913872, 0.021246423000093273, 0.02110729299988634, 0.021038745999931052, 0.021061328000087087, 0.02102609200005645, 0.021046559999831516, 0.021002008000095884, 0.021309290000090186, 0.021180719999847497, 0.02117565100002139, 0.021126189000142404, 0.02112512600001537, 0.021190689999912138, 0.02097295299995494, 0.02111312400006682, 0.0208389739998438, 0.021794734000195604, 0.020696858999826873, 0.020843732999992426, 0.021045127000206776, 0.021023547999902803, 0.021286125999949945, 0.021113656000125047, 0.039377360999878874, 0.09725946799994745, 0.021797950000063793, 0.02168684299999768, 0.021477652999919883, 0.02151958200010995, 0.021484786999963035, 0.022029751999980363, 0.020998842000153672, 0.021242394999944736, 0.021452938000038557, 0.02142265099996621, 0.021443749999889405, 0.021744961999957013, 0.020888626000214572, 0.021323144999996657, 0.0212557199999992, 0.02141266299986455, 0.021656997000036426, 0.021226556000101482, 0.021389809999845966, 0.021433922000142047, 0.02151030400000309, 0.021198753999897235, 0.021473125000056825, 0.021148390000007566, 0.02156861299999946, 0.02154023100001723], [0.02120788599995649, 0.021360461000085706, 0.020968600000060178, 0.02114364699991711, 0.021146732000033808, 0.021171329000026162, 0.021114120999982333, 0.02124965500001963, 0.0212683790000483, 0.021149727999954848, 0.021204931000056604, 0.021058677999917563, 0.021178122000037547, 0.02109906299983777, 0.021005209000122704, 0.02144741300003261, 0.020811646999845834, 0.02111150800010364, 0.021260404000031485, 0.021215800999925705, 0.021209098000099402, 0.021139229000027626, 0.021229747999996107, 0.021198118000029353, 0.021155638999971416, 0.021220278999862785, 0.021262799000169252, 0.021276283999895895, 0.021208969000099387, 0.02126033399986227, 0.021282855999970707, 0.021693661999961478, 0.020704367999996975, 0.02109220100010134, 0.021196294999981546, 0.02114221300007557, 0.021070670999961294, 0.021253010000009454, 0.0215418600000703, 0.020783765999794923, 0.021088013000053252, 0.02118951200009178, 0.0214756650000254, 0.020960725999884744, 0.020842175000097996, 0.02103456300005746, 0.021430481999914264, 0.020843736999950124, 0.03821790000006331, 0.030597155999885217, 0.021290089000103762, 0.02119038399996498, 0.021748824000042077, 0.020754020999902423, 0.02171900899998036, 0.02085885600013171, 0.021089366000069276, 0.021096487999784586, 0.02119016400001783, 0.02152400500017393, 0.02091195599996354, 0.021021749000055934, 0.021418989999801852, 0.021218085000100473, 0.021290510999961043, 0.021082191999994393, 0.021264121000058367, 0.021081932000015513, 0.021197257000039826, 0.021362574000022505, 0.021073677000003954, 0.021239654999817503, 0.021138728000096307, 0.02171772599990618, 0.037997870000026523, 0.08335588499994628, 0.02158553000003849, 0.0213575560001118, 0.021118349000062153, 0.021653847999914433, 0.021529815999883795, 0.021202477000088038, 0.0212568580000152, 0.021254582999972627, 0.021353397999973822, 0.021319845000107307, 0.021416073999944274, 0.021074006999924677, 0.021388283000078445, 0.021415654000065842, 0.021132846000000427, 0.021497826999848257, 0.021399093000127323, 0.021136472999842226, 0.02111621600010949, 0.021142564000001585, 0.021498978999943574, 0.021058819000018048, 0.021343990000104895, 0.021359288999974524, 0.021267256999863093, 0.021029903999988164, 0.021465377000140506, 0.021071752999887394, 0.02127289700001711, 0.021513256000162073, 0.02126008299978821, 0.021273289000191653], [0.021412757999996757, 0.02128147399980662, 0.021187599000086266, 0.021756357999947795, 0.020750113000076453, 0.021717457000022478, 0.020860287999994398, 0.021089907000032326, 0.021100996999848576, 0.021257848999994167, 0.02145692100020824, 0.02098917899979824], [0.02225527899986446, 0.021611970000094516, 0.021313443000053667, 0.021121876000051998, 0.02162190799981545, 0.021526250000079017, 0.02120389900005648, 0.02127236699993773, 0.021233963999975458, 0.02140671699999075, 0.02131379399997968, 0.021409151000170823, 0.021030335999967065, 0.02139637799996308, 0.021428006999940408, 0.02117930300005355, 0.021441331000005448, 0.021398381999915728, 0.021136263000016697, 0.02111483299995598, 0.021145991000139475, 0.021529625999846758, 0.021027090000188764, 0.02134423099982996, 0.021369005999986257, 0.021254001999977845, 0.021029444000078, 0.021468071000072086, 0.021070630999929563, 0.021271495000064533, 0.021513075000029858, 0.021272827999837318, 0.021265644000095563, 0.02188435700008995, 0.020551393999994616, 0.021341785000004165, 0.021281102999864743, 0.021314004000032583, 0.02132483500008675, 0.02147872099999404], [], [0.02150414900006581, 0.021466577999945002, 0.02105931000005512, 0.021206935000009253, 0.02136157299992192, 0.021380397000029916, 0.02127224700006991, 0.02151474800007236], [], [0.021727908999991996], [0.021662087000095198, 0.021798801999921125, 0.02169011900014084, 0.021479527999872516, 0.021513179000066884, 0.021485928999936732, 0.022031456000149774, 0.021000373999868316, 0.021198864000098183, 0.021491790000027322, 0.021426838999786924, 0.02143784900022183, 0.021751453999968362, 0.020886883000002854, 0.02132441799994922, 0.021260358000063206, 0.02141226200001256, 0.021652619999940725, 0.021227065999937622, 0.021388897999941037, 0.021434883999972953, 0.02150991400003477, 0.021199265000177547, 0.021472022999887486, 0.021153570000024047, 0.021564704999946116, 0.02153957900009118, 0.021245060999945053, 0.02122590399994806, 0.021176463000074364, 0.02118778299995938, 0.021242195000013453, 0.02152187599995159, 0.02052576999994926, 0.02129402100013067, 0.02107314999989285, 0.02120995500013123, 0.021215394999899218], [0.021011283999996522, 0.02121453399990969, 0.021070715000178097, 0.038292649999903006, 0.030513959000018076, 0.021231864999890604, 0.020922430000155146, 0.021036069999809115, 0.021277250000139247, 0.021136348000027283, 0.02123454100001254, 0.021083048000036797, 0.021191940999869985, 0.021051140000054147, 0.02151097499995558, 0.020648659000016778, 0.021148420999907103, 0.02116587199998321, 0.021111501000177668, 0.021155242999839174, 0.021105130000023564, 0.021171031999983825, 0.020989544000030946, 0.02117770500012739, 0.021133598000005804, 0.021069656999998188, 0.021147853000002215, 0.0211942899998121, 0.021112427000161915, 0.021175904999836348, 0.021198087000129817, 0.021201453000003312, 0.02116144899991923, 0.021092017999990276, 0.020867582000164475, 0.02129685999989306, 0.02111604400010947, 0.021103219999986322, 0.021244662999833963, 0.02077892600004816, 0.021210560000099576, 0.021362201999863828, 0.021009917000128553, 0.020889201000045432, 0.021269659999916257, 0.02111098399996081, 0.021024263000072096, 0.021176336000053197, 0.02116132799983461, 0.021112708000146085, 0.021177567999984603, 0.021099864000007074, 0.021447942999884617, 0.02077169199992568, 0.02104333800002678, 0.02104023300012159, 0.021379313999887017, 0.0209143080001013, 0.020915288999958648, 0.02140322900004321, 0.021258941000041887, 0.020871146999979828, 0.021196634000034464, 0.021126252999920325, 0.021059407999928226, 0.020889061000161746, 0.021057564999864553, 0.021293104000051244, 0.021061881999912657, 0.02092505800010258, 0.02101063800000702, 0.021273156000006566, 0.020771321999973225, 0.020968588999949134, 0.021414510000113296, 0.021199288999923738, 0.02096960099993339, 0.02105639199999132, 0.021032388000094215, 0.02101160899997012, 0.02121149200002037, 0.02197857200008002, 0.020055656999829807, 0.021890077000080055, 0.021762388000070132, 0.021542377999821838, 0.021580921000122544, 0.021610365000015008, 0.02163847699989674, 0.021493557999974655, 0.02219861100002163, 0.021259720999978526, 0.021725740000192673, 0.021641463999912958, 0.02142507899998236, 0.02179585099997894, 0.02145717999997032, 0.02217501700010871, 0.021282283999880747, 0.022087714000008418, 0.021225959000048533, 0.021422065000024304, 0.02187823400004163, 0.021428235000030327, 0.02185524199990141, 0.021642545000077007, 0.021781553999971948, 0.021737282000003688, 0.021700111999962246, 0.021730870000055802, 0.021868285999971704, 0.02152713999998923, 0.021641722999902413, 0.021669245000111914, 0.021702516000004834, 0.021660247999989224, 0.021791122999957224, 0.021658674000036626, 0.021790801999941323, 0.02166608900006395, 0.021828572000003987, 0.03860976600003596, 0.05872061699983533, 0.021969364000142377, 0.021967190999930608, 0.02229216599994288, 0.022507978000021467, 0.02088517300012427, 0.021698539999988498, 0.021727803999965545, 0.021655608999935794, 0.021495832000027804, 0.02171322699996381, 0.021862503999955152, 0.021813505000181976, 0.021729075999928682, 0.021799656999974104, 0.02185186600013367, 0.021663002999957826, 0.021957050999844796, 0.021908711000151015, 0.0218187539999235, 0.02158122099990578, 0.02162224700009574, 0.02188584800001081, 0.02150304499991762, 0.021621917000175017, 0.021867093999844656], [], [], [], [0.021527361000153178, 0.021678272999906767, 0.021711755000069388, 0.021524515999999494, 0.021588654999959545, 0.021527471999888803, 0.03731145900019328, 0.030882125999823984, 0.02090183500013154], [0.020647500999984914, 0.0209021959999518, 0.020860228000174175, 0.021680106999838245, 0.021685886000113896, 0.021967181000036362, 0.021364567999853534, 0.021643808000135323, 0.021379095999918718, 0.021581091000143715, 0.021905816999833405, 0.021514827000146397, 0.02197202999991532, 0.021400164999931803, 0.02130616900012683, 0.021757990999958565, 0.021529736000047706, 0.021771866999870326, 0.021603572999993048, 0.02169887100012602, 0.022439992000045095, 0.020895673999802966, 0.021689474000140763, 0.02179371700003685, 0.02172888699988107, 0.0216624629999842, 0.02171469099994283, 0.02174095899999884, 0.02174976600008449, 0.021303334000094765, 0.02166068999986237, 0.021901969000055033, 0.021532331000116756, 0.021769562999907066, 0.02153516499993202, 0.02169111700004578, 0.021744696000041586, 0.02165989900004206, 0.02169943199987756, 0.021751689999973678, 0.021668945000101303, 0.021734086999913416, 0.021614404000047216, 0.021582905000059327, 0.02154757899984361, 0.0215207690000625, 0.021962964000067586, 0.021298525000020163, 0.02163334900001246, 0.02147261000004619, 0.021762728999874525, 0.021434498999951757, 0.021658376000004864, 0.021594115999960195, 0.021723728000097253, 0.021676097999943522, 0.021263680000174645, 0.02158296499987955, 0.02180736400009664, 0.021953064999934213, 0.021184031000075265, 0.021644940999976825, 0.0217775480000455, 0.021799878999900102, 0.021265373999995063, 0.021637556000086988, 0.021696226999893042, 0.021755617000053462, 0.021351442999957726, 0.021578458000021783, 0.021530858000005537, 0.021612129000004643, 0.021575471000005564, 0.02169387200001438, 0.021613691999846196, 0.021666742000206796, 0.021681377999811957, 0.021738365000146587, 0.02178638400005184, 0.021667693999916082, 0.021540335000054256, 0.02192797799989421, 0.021355111000048055, 0.021693390999871554, 0.021657414000173958, 0.021831958999882772, 0.021649299000046085, 0.021475425000062387, 0.021839071999920634, 0.021680908000007548, 0.02175390399997923, 0.038519550000046365, 0.030794692999961626, 0.02066334200003439, 0.02102150900009292, 0.021035013999835428, 0.020957329000111713, 0.020882369999981165, 0.020675623999977688, 0.038362769000059416, 0.058361559999866586, 0.021276505000059842, 0.021314674999985073, 0.02100314399990566, 0.020990621000009924, 0.021081270000195218, 0.021061002999886114, 0.021101417999943806, 0.021077002000083667, 0.021018151999896872, 0.02112331900002573, 0.02100946600012321, 0.021054019999837692, 0.02068792700015365, 0.021143695999853662, 0.020862943000111045, 0.02077045100008945, 0.02113738499997453, 0.020565689000022758, 0.021039391999920554, 0.020990731999972922, 0.02087554700005967, 0.02089854899986676, 0.020891476000088005, 0.021027902000014365, 0.02085436600009416, 0.020677237999962017, 0.020837785999901826, 0.021146471000065503, 0.02086950600005366, 0.020832496999901196, 0.021019804999923508, 0.020917956000175764, 0.021055241999874852, 0.020771693000142477, 0.020878571999901396, 0.021156780999945113, 0.020935719000135578, 0.02083868799991251, 0.021117416999913985, 0.020928731000140033, 0.021355310999979338, 0.03736303499999849, 0.030309530000067753, 0.020726437999883274, 0.020845120000103634, 0.021009456000001592, 0.03650146999984827, 0.027435342999979184, 0.02109082800006945, 0.021174889000121766, 0.020770099999936065, 0.021071922999908566, 0.021065000000135115, 0.021102067999891005, 0.02092736400004469, 0.0209960309998678, 0.02114636100009193, 0.020849027999929604, 0.021166148000020257, 0.021108671000092727, 0.021053147999964494, 0.021038399999952162, 0.021128258000089772, 0.020952981999926124, 0.021031407000009494, 0.02108622900004775, 0.020901364999872385, 0.021071702000199366, 0.021137694999879386, 0.020887349000076938, 0.02095519499994225, 0.02099785499990503, 0.020915431000048557, 0.020946609000020544, 0.021141032000059568, 0.020867121000037514, 0.02113036099990495, 0.02113661399994271, 0.021306719999984125, 0.02077639200001613, 0.021162101000072653, 0.020569236000028468, 0.02127915899995969, 0.021071441999993112, 0.02095202900000004, 0.020956487000148627, 0.021084345999952347, 0.021018252999965625, 0.021048629000006258, 0.021499970999911966, 0.02055959700010135, 0.02085141299994575, 0.02121282500002053, 0.02132423300008668, 0.020544819999940955, 0.020993486999941524, 0.020945767000057458, 0.02091768599984789, 0.02111033400001361, 0.020889893000003212, 0.020997705000127098, 0.021000359000026947, 0.020905803000005108, 0.020813351000015246, 0.020937161999881937, 0.020840340999939144, 0.021313573000043107, 0.020829171000059432, 0.021146601000054943, 0.02062163400000827, 0.021272956999837334, 0.021088133000148446, 0.021123258999978134, 0.0212117030000627, 0.021082651999904556, 0.02126764800004821, 0.02116099799991389, 0.021371882000039477, 0.02095889299994269, 0.021176597000021502, 0.021268359000032433, 0.021360861999937697, 0.02117469300014818, 0.021062334999896848, 0.021128898999904777, 0.021091019000095912, 0.021135761000095954, 0.020867201999863028, 0.02124189899996054, 0.02122201300016968, 0.02129367599991383, 0.021306509999931222, 0.02116120900018359, 0.021233212999959505, 0.03799593500002629, 0.026972619999924063, 0.0210088450000967, 0.021089234999863038, 0.021061824000071283, 0.02131132899990007, 0.02124345200013522, 0.02158936699993319, 0.02089042500006144, 0.02113415899998472, 0.021120773999882658, 0.0211318740000479, 0.02102716900003543, 0.021703018999915002, 0.020728171999962797, 0.021788198000194825, 0.02064577900000586, 0.021189565999975457, 0.021269570999947973, 0.021421415000077104, 0.020971785999790882, 0.021379055000124936, 0.02122231299995292, 0.021187908999991123, 0.021143255999959365, 0.021283987000060733, 0.02126287900000534, 0.021079687000110425, 0.02122957699998551, 0.021033450999993875, 0.021027820999961477, 0.02107968699988305, 0.021193208000113373, 0.021082131999946796, 0.02116672900001504, 0.022047251000003598, 0.020128605000081734, 0.021277935999933106, 0.021068907999961084, 0.02138591700008874, 0.021270813999990423, 0.02074398099989594, 0.02126547400007439, 0.021540205000064816, 0.02091381799982628, 0.02124097800015079, 0.021183561000043483, 0.0212080269998296, 0.021320616000139125, 0.02123862299981738, 0.02130745200020101, 0.02113798499999575, 0.021243562999870846, 0.020851842999945802, 0.021275642000091466, 0.021380146999945282, 0.021268089000159307, 0.021234795999816924, 0.021195573000113654, 0.02125211899988244, 0.02128253500018218, 0.02092071099991699, 0.021187898999869503, 0.021092030000090745, 0.021385196999972322, 0.020958421000159433, 0.021272766999800297, 0.02119842900015101, 0.021096908999879815, 0.02075126500017177, 0.021426983999845106, 0.021318813000107184, 0.020861361000015677, 0.021135910999873886, 0.02097576400001344, 0.02131373299994266, 0.020730937000053018, 0.037008210000067265, 0.04609048099996471, 0.021175855999899795, 0.021530287000132375, 0.021211663000030967, 0.021051995999869177, 0.02127892800012887, 0.0211821189998318, 0.021291331000156788, 0.02126756799998475, 0.021257447999914802, 0.02109763099997508, 0.021200693000082538, 0.021211331999893446, 0.021285140000145475, 0.021174754999947254, 0.021148144000108005, 0.021213275999798498, 0.021419611000055738, 0.020940328000051522, 0.021219707999989623, 0.02113112300003195, 0.0208742939998956, 0.021037208000052487, 0.021363846999975067, 0.020971886000097584, 0.02099287600003663, 0.02146314199990229, 0.021034381999925245, 0.021217595000052825, 0.021056905000023107, 0.021267286000011154, 0.020932743999992454, 0.021026217000098768, 0.021048578999852907, 0.02119995199996083, 0.02115978599999835, 0.021139088000154516, 0.03811407499983943, 0.0271451620001244, 0.021340253000062148, 0.021196013999997376, 0.021279779999986204, 0.021147222999843507, 0.020975343000145585, 0.021224607000021933, 0.021333119000018996, 0.021106266999822765, 0.021701216000110435, 0.02072379399987767, 0.020963130000154706, 0.021173281999836036, 0.02141268700006549, 0.021271935999948255, 0.021343388000104824, 0.021245266000050833, 0.021688282000013714, 0.02080845099999351, 0.021386228999972445, 0.021423497999876417, 0.020968660000107775, 0.021335699000019304, 0.03834432400003607, 0.0584376130000237, 0.11712527199983924, 0.022874773000012283, 0.020877551000012318, 0.021645971999987523, 0.021757070000148815, 0.02162895999981629, 0.02173582099999294, 0.021649148000051355, 0.021672252000144, 0.021649518999993234, 0.02207962099987526, 0.02094477600007849, 0.021511961999976847, 0.021009676999938165, 0.02136423799993281, 0.02105857800006561, 0.020893809999961377, 0.021421926000130043, 0.021103000000039174, 0.02112683499990453, 0.02088588600008734, 0.02125730099987777, 0.0207915440000761, 0.020967901999938476, 0.021310621000111496, 0.02086469099981514, 0.02097606799998175, 0.0206402320000052, 0.021227556000212644, 0.020912208999789073, 0.021108645000140314, 0.020894856000040818, 0.02100498200002221, 0.02103989699980957, 0.02110402600010275, 0.020767940000041563, 0.021009630999969886, 0.021289452000019082, 0.021072937999861097, 0.020744195000133914, 0.02098705899993547, 0.02114995200008707, 0.021365653999964707, 0.021058851999896433, 0.02083046600000671, 0.02099068500001522, 0.02113375199996881, 0.020820438000100694, 0.0208905679999134, 0.021159470000156944, 0.03907401099991148, 0.042159050999998726, 0.021597677000045223, 0.021599389999892082, 0.021038364000105503, 0.021195967000039673, 0.020861243999888757, 0.02145420900001227, 0.021133580999958212, 0.021218079000163925, 0.02123003199994855, 0.02124465799988684, 0.02135684800009585, 0.02088196199997583, 0.021668147999889698, 0.02060074800010625, 0.021292336999977124, 0.021224250999921423, 0.021133371000132684, 0.021290553999961048, 0.020837479999954667, 0.02142647699997724, 0.021187832000123308, 0.021257041999888315, 0.02121072499994625, 0.021121229000073072, 0.021164197999951284, 0.037338777000059054, 0.03392751799992766, 0.021543155000017578, 0.020731993000026705, 0.021240872000134914, 0.021227446000011696, 0.021075492999898415, 0.021304619999909846, 0.021071235000135857, 0.020852857999898333, 0.02141601800008175, 0.02114172699998562, 0.02102849600009904, 0.02121345000000474, 0.02114144600000145, 0.020888283999966006, 0.021278431999917302, 0.02136590400004934, 0.02118243299992173, 0.02133611900012511, 0.02157183700001042, 0.021418161999918084, 0.021277019000081054, 0.021262020999984088, 0.021493522999890047, 0.020784780999974828, 0.021180519000154163, 0.02087709299985363, 0.02130258700003651, 0.020724047999920003, 0.020974976000161405, 0.02113907099987955, 0.021049305000133245, 0.021071355000003678, 0.02100254699985271, 0.021122881000110283, 0.021531042999868077, 0.02056693500003348, 0.021075624000104654, 0.020863788000042405, 0.020981828999993013, 0.021012104999954317, 0.021138960999905976, 0.02102549000005638, 0.020978802999934487, 0.020785933000070145, 0.02121955200004777, 0.020943448000025455, 0.02136383999982172, 0.020807103000151983, 0.02103155099985088, 0.02108883800019612, 0.021038513999883435, 0.021141076000048997, 0.02100683499998013, 0.020857055000078617, 0.021241302999897016, 0.020916235999948185, 0.02079627300008724, 0.037931522000008044, 0.03028994800001783, 0.021320710000054532, 0.020969134999859307, 0.02094939800008433, 0.021331129999907716, 0.020394644000134576, 0.021005762999948274, 0.021047089999910895, 0.02120146900006148, 0.02108904800002165, 0.021149800999864965, 0.021402652999995553, 0.020944479000036154, 0.021098977000065133, 0.02109409800004869, 0.021408723999911672, 0.02064161399994191, 0.020940001000099073, 0.02130244699992545, 0.02104415400003745, 0.021113674999924115, 0.020935903000008693, 0.021035147000020515, 0.021057260000134193, 0.020901427999888256, 0.021238317000097595, 0.020689352999852417, 0.02102610200017807, 0.021379298999818275, 0.020763211000030424, 0.020950560000073892, 0.02174951000006331, 0.02160790499988252, 0.021804132000170284, 0.021729681999886452, 0.021838566000042192, 0.02173141499997655, 0.021605541000099038, 0.02169700199988256, 0.021882176999952208, 0.021703203000015492, 0.021949853000023722, 0.02205837499991503, 0.02132757300000776, 0.02168566099999225, 0.021985228000175994, 0.02168693299995539, 0.021845758999916143, 0.02183256400007849, 0.021567991999972946, 0.02172090599992771, 0.021603427000172815, 0.021535810999921523, 0.021847292000074958, 0.02181845799987059, 0.02165040499994575, 0.021786588000168194, 0.021531302999846957, 0.021716247000085787, 0.021881566000047314, 0.021751142999846707, 0.021624025000164693, 0.021991440999954648, 0.021744398999999248, 0.021860947000050146, 0.02169260400000894, 0.021870073999934903, 0.021794262999947023, 0.021794403000058082, 0.021626791000016965, 0.02169522799999868, 0.02185275199985881, 0.02174577200003114, 0.021705268000005162, 0.021738048000088384, 0.021780838000040603, 0.021745752000015273, 0.02157075599984637, 0.02201919200001612, 0.021720194999943487, 0.021781259000135833, 0.021676754000054643, 0.02191250299983949, 0.021653621000041312, 0.02180607500008591, 0.021923412999967695, 0.02164270100001886, 0.02182631300001958, 0.02192697999998927, 0.02150125699995442, 0.02160827500006235, 0.022404465999898093, 0.036998973999970985, 0.05826056299997617, 0.022208585000043968, 0.02207750100001249, 0.02190837500006637, 0.02184362599996348, 0.021835027999941303, 0.021607586000072843, 0.021840288000021246, 0.021448318000011568, 0.02206026799990468, 0.02180753800007551, 0.021815733000039472, 0.021775968999918405, 0.02174332799995682, 0.021768295000129, 0.021786907999967298, 0.021805804999985412, 0.02172897099990223, 0.021790325999972993, 0.021580074000212335, 0.021681642999965334, 0.02159191600003396, 0.021779654999818376, 0.02188347900005283, 0.021555518000013763, 0.021609629000067798, 0.021960762999924555, 0.021514301000024716, 0.02190349700003935, 0.021874761999924885, 0.02152323800009981, 0.021967957000015303, 0.021487270999841712, 0.0217587760000697, 0.021830380999972476, 0.021866407000061372, 0.021646796999903017, 0.021665654000116774, 0.021631990000059886, 0.021846179999784, 0.021705277000137357, 0.022601287000043158, 0.02112383299981957, 0.02159892900021987, 0.021676463999938278, 0.02165489300000445, 0.021786708000036015, 0.021560808000003817, 0.021956224999939877, 0.02183007999997244, 0.021925075999888577, 0.021735073000172633, 0.021689487000003282, 0.0222331209999993, 0.021657898999819736, 0.021416419000161113, 0.021436706000031336, 0.021831281999993735, 0.021972715999936554, 0.02162828299992725, 0.021493843000143897, 0.021791828999994323, 0.02189384199982669, 0.021734903000151462, 0.0216883149998921, 0.021826804000056654, 0.022249039999906017, 0.021241313000018636, 0.022823361000064324, 0.021170348999930866, 0.02173807899998792, 0.02185770100004447, 0.021828797000125633, 0.0217588870000327, 0.02184364499998992, 0.021695358999977543, 0.021668377999958466, 0.02181092399996487, 0.021805252999911318, 0.021777021000161767, 0.021763464999821736, 0.02161510900009489, 0.02172653699994953, 0.021513930000082837, 0.022196262000079514, 0.02130543199996282, 0.02177569900004528, 0.021858812999880683, 0.02162105000002157, 0.021783852999988085, 0.021609589000036067, 0.02180669599988505, 0.02153172400016956, 0.021947547999843664, 0.021780818000024738, 0.021923384000047008, 0.02173878999997214, 0.02188038300005246, 0.021808680000049208, 0.021824138999818388, 0.02191342500009341, 0.021885081999926115, 0.021952228000145624, 0.021838994999825445, 0.021789775000115696, 0.021661264999920604, 0.02184055900011117, 0.021768094999970344, 0.021863020999944638, 0.02165216799994596, 0.02167533000010735, 0.021965823000073215, 0.021606754000004003, 0.021559905999993134, 0.021912602999918818, 0.0219314089999898, 0.021850096999969537, 0.021802698000101373, 0.021578751999868473, 0.02167356700010714, 0.02174908899996808, 0.02193542600002729, 0.021739310999919326, 0.022111934000122346, 0.021602094999934707, 0.02177460699999756, 0.021830449999924895, 0.021713963000138392, 0.021706809999841425, 0.02195500300013009, 0.021632551000038802, 0.021627652000006492, 0.021979507999958514, 0.021738399000014397, 0.02160761499999353, 0.021892186000059155, 0.02189366799984782, 0.021769346000155565, 0.021637630999975954, 0.021660543999814763, 0.021919567000168172, 0.02158473199983746, 0.02176647100009177, 0.021836351000047216, 0.021734601999924053, 0.021785867000062353, 0.021753005999926245, 0.021964690999993763, 0.021948199999997087, 0.021851289000096585, 0.021654502000046705, 0.02172977199984416, 0.021910931000093115, 0.021744310000030964, 0.021725024000033955, 0.021763715999895794, 0.021734511999966344, 0.02161411500014765, 0.0217350399998395, 0.021707257000116442, 0.022067108999863194, 0.021726414000113436], [0.02103802899978291, 0.02066284100010307, 0.021021267999913107, 0.02103678700018463, 0.020955385999968712, 0.020904190000010203, 0.020663240999965637, 0.03837191599996004, 0.05838514500010206, 0.0212596129999838, 0.02133959100001448, 0.020992484999851513, 0.020991202000004705, 0.021081060000142315, 0.021091879999858065, 0.021099714000001768, 0.021069929000077536, 0.021025355999881867, 0.021073204999993322, 0.021043018999989727, 0.02099111300003642, 0.020744121000007, 0.021135580999953163, 0.020825023000043075, 0.02076628300005723, 0.021141182000064873, 0.020593662000010227, 0.02102941299995109, 0.020974281000007977, 0.020873874000017167, 0.02089896999996199, 0.02093491699997685, 0.02098410899998271, 0.020853194999972402, 0.020679361000020435, 0.020864006000010704, 0.021153454000113925, 0.020861199999899327, 0.020826115000090795, 0.02102505499988183, 0.02092001000005439, 0.021028652000040893, 0.020808901999998852, 0.020879014000001916, 0.02112420999992537, 0.020930378999992172, 0.020835682000097222, 0.021120081999924878, 0.02093722700010403, 0.021341214999893054, 0.037368905999983326, 0.030309289000115314, 0.020730856999989555, 0.02088218899984895, 0.020973479000076622, 0.03649633000009089, 0.027479885999809994, 0.021101107000049524, 0.021137520000138466, 0.02080121699987103, 0.021063457000082053, 0.021065501000066433, 0.021111385999802224, 0.02093298400018284, 0.02098833799982458, 0.021139528000048813, 0.02086641999994754, 0.021176276999995025, 0.02106991900018329, 0.02106387799994991, 0.021006089999900723, 0.021159496000109357, 0.020922493999933067, 0.021039853000047515, 0.021076330999903803, 0.020941530000072817, 0.021031807000099434, 0.021134459999984756, 0.02090056299994103, 0.020956498000032298, 0.02100151099989489, 0.020911373999979332, 0.020936370000072202, 0.021149848000050042, 0.020861249999825304, 0.021173180999994656, 0.021137726000006296, 0.021307502000126988, 0.020776891999958025, 0.021170788000063112, 0.020513210999979492, 0.021288555999944947, 0.021071472000130598, 0.02095098799986772, 0.020955214999958116, 0.02113832600002752, 0.020965033000038602, 0.021086681000042518, 0.02149235599995336, 0.020539070000040738, 0.020835733000012624, 0.021217793999994683, 0.021330885999987004, 0.020558474999916143, 0.020965956000054575, 0.020939165000072535, 0.020920380000006844, 0.021123418999877686, 0.0209242070000073, 0.02096228899995367, 0.020999117000201295, 0.020908397999846784, 0.020831645000043864, 0.020944724999935715, 0.02083274699998583, 0.021294787999977416, 0.02084846700017806, 0.021122246000004452, 0.020619068999849333, 0.02127107299997988, 0.021124110000073415, 0.02113005199998952, 0.02117696799996338, 0.021087611999973888, 0.02126674600003753, 0.021156119000124818, 0.02137182199999188, 0.021022350999828632, 0.02115797300007216, 0.021225107999953252, 0.021369908999986365, 0.021179032000191, 0.021049169999969308, 0.021129750000000058, 0.02109064799992666, 0.02112676499996269, 0.0209155009999904, 0.021240076000140107, 0.02122952699983216, 0.02126951100012775, 0.02128509999988637, 0.021159376000014163, 0.021233402999996542, 0.03799964200015893, 0.027044223999837413, 0.02097884900013014, 0.021085988999857364, 0.021069929000077536, 0.02135347700004786, 0.021236398999917583, 0.021518526000136262, 0.02092348599990146, 0.02117733899990526, 0.02111995200016281, 0.02110211900003378, 0.021013543999970352, 0.02167362399995909, 0.020793132999870068, 0.021758793000117294, 0.020676326000057088, 0.02119059799997558, 0.0212697819999903, 0.0214205629999924, 0.020936329000051046, 0.021385807999877215, 0.021220029000005525, 0.021199250000108805, 0.021136913999953322, 0.021285159999933967, 0.021256496999967567, 0.021066272000098252, 0.021242130000018733, 0.02102743999989798, 0.021046445000138192, 0.021068175999971572, 0.021216060999904585, 0.021151470999939193, 0.02110730900017188, 0.022044244999960938, 0.020114829000021928, 0.021261566000021048, 0.021075699999983044, 0.021390044999861857, 0.02128648300003988, 0.020721800000046642, 0.02129527900001449, 0.02155317999995532, 0.02089704700006223, 0.02123900399988088, 0.021186897000006866, 0.021203277000040543, 0.02131447500005379, 0.021258309999893754, 0.02129259399998773, 0.021116266000035466, 0.02126232700015862, 0.02083805699999175, 0.021252819999972417, 0.021418417999939265, 0.02129201299999295, 0.021220109000068987, 0.021162831999845366, 0.021291582000003473, 0.02129714300008345, 0.020877330000075744, 0.02120805599997766, 0.021112127999913355, 0.021290489999955753, 0.021027029000151742, 0.021236619999854156, 0.02126297900008467, 0.021124149999877773], [0.021791775000110647, 0.021269791999884546, 0.021325635000039256, 0.020998145000021395, 0.02098982999996224, 0.021082683000031466, 0.021111516000019037, 0.021099254000091605, 0.021030645999871922, 0.021065070000076958, 0.021075167999924815, 0.021006510999995953, 0.02100017900011153], [], [0.021166678999861688, 0.021088334000069153, 0.021179948000053628, 0.02077376700003697, 0.021062195000013162, 0.021064939999860144, 0.021103771000070992, 0.02093180199995004, 0.020994759000132035, 0.021142393999980413, 0.02085557999998855, 0.021168862999957128, 0.021095777000027738, 0.02105707500004428, 0.021037368999941464, 0.02112927899997885, 0.020952570999952513, 0.02104068400012693, 0.021076460999893243, 0.02091022200011139, 0.021062363999817535, 0.02113663400018595, 0.02089481299981344, 0.020956377000175053, 0.021001130999820816, 0.020912195000164502, 0.020939755999961562, 0.021146852999891053, 0.020863704000021244, 0.021133126999984597, 0.02113728400013315, 0.021315187000027436, 0.020805244999792194, 0.021135121000043, 0.020553176000021267, 0.021285681000108525, 0.021072282999966774, 0.020950856999888856, 0.020955385999968712, 0.02109733000020242, 0.021005337999895346, 0.021049821999895357, 0.021500191000086488, 0.02055987800008552, 0.020846893999987515, 0.021215970999946876, 0.021324985000092056, 0.020543176999808566, 0.020989269000210697, 0.020941337999829557, 0.020920762000059767, 0.021117156999935105, 0.02089359000001423, 0.020994367999946917, 0.020998857000222415, 0.020906974999888916, 0.02081290999990415, 0.02093562900017787, 0.02084148299991284, 0.021314314999926864, 0.020828559000165114, 0.021146821999991516, 0.020616914999891378, 0.02127260700012812, 0.021087351000005583, 0.021135841999921468, 0.021204599999919083, 0.021087512000121933, 0.02126568399989992, 0.021157311000024492, 0.021372342999939065, 0.021010368000133894, 0.021171978999973362, 0.021222394000005806, 0.021370007999848895, 0.021176157000127205, 0.021050963999869055, 0.021130872000185263, 0.02108973600002173, 0.021130241999799182, 0.020913988000074824, 0.021239795999917988, 0.021229486000038378, 0.021241618999965795, 0.021315346000164936, 0.021159365999892543, 0.021230899000102, 0.03799871000001076, 0.027044314000022496, 0.020984308999913992, 0.02108685100006369, 0.021070689999987735, 0.021342817999993713, 0.021240606999981537, 0.021520789000078366, 0.020925339999848802, 0.021177048000026844, 0.021113400000103866, 0.02110724899989691, 0.021015127000055145, 0.02167213100005938, 0.020788995999964754, 0.021718156999895655, 0.02072118900014175, 0.021191099999896323, 0.021269329999995534, 0.021380218000103923, 0.020937200999924244, 0.021384775999877093, 0.021222383000122136, 0.021199610999929064, 0.021137906000149087, 0.021281283000007534, 0.021259741999983817, 0.02107453799999348, 0.02123386399989613, 0.021026629000061803, 0.021085217000063494, 0.0210303159999512, 0.021249613999998473, 0.021120844000051875, 0.02113663299996915, 0.02204636900000878, 0.020065206000026592, 0.021276643999954103, 0.021111205999886806, 0.02139156900011585, 0.021280931999854147, 0.020726038000020708, 0.02129251400015164, 0.021541968999827077, 0.020907576000126937, 0.02124118799997632, 0.02118657699998039, 0.021202725999955874, 0.02131514600000628, 0.021256417000131478, 0.021293915999876845, 0.021119381000062276, 0.02125966299990978, 0.02084120300014547, 0.02122248299997409, 0.021445017999894844, 0.021289278000040213, 0.021222343000090405, 0.02112832799980424, 0.021327930000097695, 0.02127289700001711, 0.020895474000099057, 0.0212106709998352, 0.021109323000018776, 0.021302202000015313, 0.021020456000087506, 0.021209589999898526, 0.02129317499998251, 0.021115603999987798, 0.020667388999981995, 0.021403270000064367, 0.02136016000008567, 0.020859737999899153, 0.021152903000029255], [0.021522403000062695, 0.02100724199999604, 0.021088142000053267, 0.021099444999890693, 0.02128678300005049, 0.02124394299994492, 0.021578166999915993, 0.020890805000135515, 0.021143104999964635, 0.02111500299997715, 0.02112972100007937, 0.02102492499989239, 0.02170622500011632, 0.020727920999888738, 0.021781415000077686, 0.020718213999998625, 0.02119223099998635, 0.021267417999979443, 0.021363896999901044, 0.020957118000069386, 0.02138275200013595, 0.021222223999984635, 0.021199991000003138, 0.021138476999794875, 0.021279809000134264, 0.02126034399998389, 0.021077273999935642, 0.021232070999985808, 0.021028541000077894, 0.02102804199989805, 0.02108356400003686, 0.021193259000028775, 0.021175255000116522, 0.0210830429998623, 0.02204606899999817, 0.02012099000012313, 0.021277375999943615, 0.02106488000003992, 0.021392740000010235, 0.02127029300004324, 0.02073744899985286, 0.02127330799999072, 0.021540125000001353, 0.02091189500015389, 0.021242841000002954, 0.021188179999853674, 0.021202456000082748, 0.02131803099996432, 0.021239996000076644, 0.021307621999994808, 0.021133206999820686, 0.02124717900005635, 0.02085224300003574, 0.021271605000038107, 0.021384546000035698, 0.02127047199996923, 0.021240867999949842, 0.021186626999906366, 0.02126460100021177, 0.021336536999797318, 0.020867341000212036, 0.02117637699984698, 0.021101607999980843, 0.021369578000076217, 0.020963160000064818, 0.021270662999995693, 0.02128744399988136, 0.021010428999943542, 0.020746145000202887, 0.021432804999903965, 0.021318643000086013, 0.020861880999973437, 0.021132416000000376, 0.021045663999984754, 0.021246867999934693, 0.020729565000010552, 0.03700683600004595, 0.04609187400001247, 0.02118859999995948, 0.021552479000092717, 0.021187478000001647, 0.021098501999858854, 0.021275302000049123, 0.02117602699991039, 0.02129096099997696, 0.021220098000185317, 0.021269691999805218, 0.02109139800018056, 0.021194962999970812, 0.021216481999999814, 0.021275843000012173, 0.021179171999847313, 0.021149828000034177, 0.021222113000021636, 0.021412447000102475, 0.020937581999987742, 0.021234315999890896, 0.02111542400007238, 0.020873463000043557, 0.02104485199993178, 0.021358697000096072, 0.021019374999923457, 0.02094635899993591, 0.02146261100006086, 0.021032708999882743, 0.02121974900001078, 0.021054309000192006, 0.021266485999831275, 0.020929626999986795, 0.021030916000199795, 0.021047897999778797, 0.021192548000044553, 0.021233263000112856, 0.021137805999842385, 0.038051328000165086, 0.02725127999997312, 0.02133223700002418, 0.021172380000052726, 0.021261646999846562, 0.02115480700012995, 0.020976444999860178, 0.021249383000167654, 0.021336114999940037, 0.021102099000017915, 0.02171652499987431, 0.020680523000009998, 0.02097566299994469, 0.021157141999992746, 0.021444997000116928, 0.021255074999999124, 0.021332838000034826, 0.021242902000039976, 0.021715111999810688, 0.020780549000164683, 0.02140180799983682, 0.021430391000194504, 0.020942470999898433, 0.021403044999942722, 0.03829377000010936, 0.058485732000008284, 0.11705275700001039, 0.022948920999851907, 0.02086294400010047, 0.021642064999923605, 0.021754415000032168, 0.02165447800007314, 0.02173374599988165, 0.02164973000003556, 0.02167839300000196, 0.021615816000121413, 0.022097463999898537, 0.020964272000128403, 0.02144193300000552, 0.02094540699999925, 0.021394773999872996, 0.021028502000035587, 0.020883091000087006, 0.021431702999962, 0.021099283000012292, 0.021125663000020722], [0.021863358000018707, 0.021211233000030916, 0.021554000999913114, 0.0211627020000833, 0.02110187799985397, 0.021273238000048877, 0.021175065000079485, 0.021293366000008973, 0.021217332999867722, 0.02129108200006158, 0.02109171899996909, 0.021194751999928485, 0.021211914000105025, 0.021255805000009786, 0.021222613999952955, 0.021163723999961803, 0.021205782000151885, 0.021403519999921627, 0.020959322999942742, 0.02123949499991795, 0.021099755000022924, 0.020861620999994557, 0.02104771700010133, 0.02135861700003261, 0.020984369999951014, 0.02094418499996209, 0.021510609999950248, 0.020991252000158056, 0.021266134999905262, 0.021037098000078913, 0.02126531299995804, 0.020899290999977893, 0.02106217400000787, 0.021047848000080194, 0.02119065499982753, 0.021204780000061874, 0.021138386000075116, 0.03809037099995294, 0.027212707999979102, 0.02133268800002952, 0.021167891999994026, 0.02126047399997333, 0.02115299399997639, 0.020975964000172098, 0.021258299999999508, 0.021334741999908147, 0.0211015889999544, 0.02171438000004855, 0.020676935999972557, 0.020979391000082614, 0.02115440599982321, 0.021451921000107177, 0.02125247899994065, 0.021329904000140232, 0.021263278999867907, 0.021715943000117477, 0.020760882999866226, 0.021399934000100984, 0.021433015999946292, 0.02094867300002079, 0.021397644999979093, 0.038293710000061765, 0.05848391899985472, 0.11704944000007345, 0.02295070500008478, 0.02086236199988889, 0.02164065300007678, 0.021754533999910564, 0.0216572740000629, 0.021766006999996534, 0.021616467000058037, 0.021682490999864967, 0.021609935000014957, 0.022099607999962245, 0.020963170000186437], [0.021548251000012897, 0.021355330999995203, 0.02118103600014365, 0.021278306999874985, 0.021196806000034485, 0.020970904000023438, 0.021181917999911093, 0.021340643000030468, 0.021103572000129134, 0.021698290999893288, 0.020712031000130082, 0.020971234999933586, 0.02121879700007412, 0.02137424599982296, 0.021265352999989773, 0.021347697000010157, 0.021282866000092326, 0.021647434999977122, 0.020806086999982654, 0.021378625000124885, 0.021440569999867876, 0.02095664700004818, 0.021439512999904764, 0.03824462800002948, 0.05854081600000427, 0.11705870800005869, 0.022943921999967642, 0.02086647900000571, 0.021641274000103294, 0.02175447499985239, 0.02165145300000404, 0.021733195000024352, 0.021650601000146708, 0.021678092000001925, 0.02161927299994204, 0.022094909999850643, 0.020964362000086112, 0.021392660999936197], [0.03924397100013266, 0.11713074199997209, 0.022868230999847583, 0.020956758000011178, 0.02157235499998933, 0.021754085000111445, 0.02163447099997029, 0.021729357999902277, 0.021655771000041568, 0.0216691160001119, 0.021642486000018835, 0.022082344999944326, 0.020941579999998794, 0.021598274000098172, 0.020987294999940787, 0.021411185000033583, 0.021010427999954118, 0.020864627000037217, 0.02143854599989936, 0.021068365000019185, 0.0211598870000671, 0.020836233999943943, 0.02125891299988325, 0.020798958000114, 0.020954998999968666, 0.0213270009999178, 0.020853189000035854, 0.020975247000023955, 0.020635753000078694, 0.021236193000049752, 0.02091218900000058, 0.02111053799990259, 0.02089398499992967, 0.021005232000106844, 0.021040107000089847, 0.02110357599985946, 0.020762951000051544, 0.02101423799990698, 0.021292498000093474, 0.021082365999973263, 0.020726261999925555, 0.02104023800006871, 0.021137759000112055, 0.021340286999929958, 0.021049263999884715, 0.02083116800008611, 0.020990013000073304, 0.021133761999863054, 0.020821079000143072, 0.020891069999834144, 0.02115864799998235, 0.03907342000002245, 0.04215963199999351, 0.021657548000121096, 0.021543114999985846, 0.021035217999951783, 0.021196930000087377, 0.020853538999972443, 0.021459207999896535, 0.021140514000080657, 0.02121287999989363, 0.021228739000207497, 0.021245218999865756, 0.021359011999948052, 0.02087835600013932, 0.02166949000002205, 0.02060196000002179, 0.021285584999986895, 0.021230301999821677, 0.021133600999974078, 0.02128967300018303, 0.02084116599985464, 0.021428351000167822, 0.021181169999863414, 0.02125270300007287, 0.021219751999979053, 0.021121609999909197, 0.021239929000103075, 0.0372608620000392, 0.03393675500001336, 0.021615519999841126, 0.02065859599997566, 0.021229531000017232, 0.021227747000011732, 0.02107565300002534, 0.021307004000163943, 0.02113298099993699, 0.020788186999880054, 0.021421819000124742, 0.021132208999915747, 0.02102995900008864, 0.021219230000042444, 0.021140123999884963, 0.020886159999918164, 0.0212801650000074, 0.02137203600000248, 0.021176421000063783, 0.021339294999961567, 0.02156851200015808, 0.02141210099989621, 0.02128587500010326, 0.02125809299991488, 0.021494764999943072, 0.020783690000143906, 0.021181249999926877, 0.02094303600006242, 0.02123557099980644, 0.02071963000003052, 0.02098719900004653, 0.021137438000096154, 0.021044114999995145, 0.021081454999830385, 0.020992648000174086, 0.021126698999978544, 0.021527364999883503, 0.02056606400014971, 0.021076515000004292, 0.020857886999920083, 0.021021122000092873, 0.020975005999844143, 0.02114262800000688, 0.021025460000146268, 0.02097888299999795, 0.020781665999948018, 0.021223117999852548, 0.02094183500003055, 0.02136597300000176, 0.020855574000052002, 0.02098641700013104, 0.021085601999857317, 0.021038012999952116, 0.021143150000170863, 0.021005311999942933, 0.020851524999898174, 0.02124715400009336, 0.020916295999995782, 0.020790252000097098, 0.03798187499978667, 0.03027585200015892, 0.021290614000008645, 0.020974764999891704, 0.020943227000088882, 0.021329756999875826, 0.020391038000070694, 0.02104665899992142, 0.021051188000001275, 0.021154551000108768, 0.021142156999985673, 0.021160231000067142, 0.021345075999988694, 0.02094612199994117, 0.021098665999943478, 0.021106671000097776, 0.021394747999920583, 0.020642587000111234, 0.020944818999851122, 0.021298990000104823, 0.021046769999884418, 0.021104517000139822, 0.020942965999893204, 0.021071155000072395, 0.021018206999997346, 0.020904884999936257, 0.021238296000092305, 0.020687640999994983, 0.021032151999861526, 0.02137322800012953, 0.02070574399999714], [0.023116031999961706, 0.022868922000043312], [0.021788822999951662, 0.021636208000018087, 0.02156201000002511, 0.021036520999814456, 0.021196669000119073, 0.02085349000003589, 0.02145830599988585, 0.021117962000062107, 0.02122064400009549, 0.021243756999865582, 0.02124491900008252, 0.021358129999953235, 0.020879808000017874, 0.02166696599988427, 0.020622018000040043, 0.02124185299999226, 0.02127572700010205, 0.021091722999926787, 0.02133033800009798, 0.02084603599996626, 0.021446204000085345, 0.02115540099998725, 0.021212488999935886, 0.021221925999952873, 0.02115243699995517, 0.021211796999978105, 0.03730109600019205, 0.03389363599990247, 0.021619928000063737, 0.02069445300003281, 0.021189144999880227, 0.021277149000070494, 0.021026340999924287, 0.02134685900000477, 0.021092565000117247, 0.020809547999988354, 0.021405487999800243, 0.021157967000135613, 0.021030049000046347, 0.02118835299984312, 0.021183564000011756, 0.020884447000071305, 0.02124423800000841, 0.021405058000027566, 0.021137208000027385, 0.021370181999827764, 0.02156864200014752, 0.0214116899999226, 0.021254045999967275, 0.02129892000016298, 0.021543144999895958], [], [], [], [], [], [0.02170751900007417, 0.021615586000052645, 0.021532383000021582, 0.021823324000024513, 0.021368946999928085, 0.02184666800008017, 0.021614154999952007, 0.02145090999988497, 0.02165402900004665, 0.021774673999971128, 0.02168051800003923, 0.021694754999998622, 0.021770155000012892, 0.021584849999953803, 0.021789791999935915, 0.021356133000153932, 0.021609285999829808, 0.02185815900020316, 0.03795641299984709, 0.02698306100000991, 0.021783249000009164, 0.021883878000153345, 0.021285140999907526, 0.02154667900003915, 0.022061487999962992, 0.021507205000034446, 0.02159571899983348, 0.021733057000119516, 0.02163302899998598, 0.021658588000036616, 0.021775214999934178, 0.022432969999954366, 0.020931081000071572, 0.021663998000121865, 0.021609756999851015, 0.021648728999934974, 0.021662765000201034, 0.02167970699997568, 0.021638859999939086, 0.02197120100004213, 0.021569710999983727, 0.021609966999903918, 0.02144995799994831, 0.021660651000047437, 0.02191826100010985, 0.02141372100004446, 0.02155959299989263, 0.021771889000092415, 0.021778880999818284], [], [0.02238782600011291, 0.02224000100000012, 0.02297176499996567, 0.020997805999968477, 0.03909351200013589, 0.03269193199980691, 0.02080831200009925, 0.021042098999942027, 0.021036748000142325, 0.02117288199997347, 0.02128014200002326, 0.020941630999914196, 0.02103254000007837, 0.02102687000001424, 0.02105681599982745, 0.02104929200004335, 0.020843728000045303], [0.021402571000180615, 0.020820714999899792, 0.021019936999891797, 0.02105959100003929, 0.021160699000120076, 0.02127806899989082, 0.020955587000116793, 0.02102980499989826, 0.021029235000014523, 0.02105793700002323, 0.021038190999888684, 0.020860039000126562, 0.02107209399991916, 0.022359644000061962, 0.021095108000054097, 0.0219364949998635, 0.021770245000197974, 0.021349470999894038, 0.02168778200007182, 0.02165890799983572, 0.021766679000165823, 0.0215272619998359, 0.021734469000193712, 0.021470225999792092, 0.0216712210001333, 0.02151010099987616, 0.021527612999989287, 0.021634933000086676, 0.021667424000042956, 0.021731822999981887, 0.02173207500004537, 0.021752653000021382, 0.03859619899981226, 0.17727415400008795, 0.02162421399998493, 0.021664226999973835, 0.020857424000041647, 0.03803181400007816, 0.05628333100003147, 0.02136661299982734, 0.020986585000173363, 0.02140700899985859, 0.021441712000068947, 0.021148291999907087, 0.02147106300003543, 0.02092459899995447, 0.02126568500011672], [0.0886349379998137, 0.021624705000022004, 0.0216614920000211, 0.020857164000062767, 0.03804119100004755, 0.05628214900002604, 0.021381159999918964, 0.020973129999902085, 0.021418949999997494, 0.021428008000157206, 0.021162317999824154, 0.02147925799999939], [0.021527041999888752, 0.021624554000027274, 0.021663155999931405, 0.0208574140001474, 0.03805570800000169, 0.05625972699999693, 0.021372204000044803, 0.02098303799994028, 0.021410264999985884, 0.021436391999941407, 0.021154072999934215, 0.0215061680000872, 0.02090503199997329, 0.021267089000048145, 0.0212852509998811, 0.021047718000090754, 0.020997265999994852, 0.02098797700000432, 0.02104228799998964, 0.02070795600002384, 0.021076312000104735, 0.02168136999989656, 0.021708389999957944, 0.021701075999999375, 0.021777069000108895, 0.02147376199991413, 0.02193211799999517, 0.022746894999954748, 0.02076821800005746, 0.02183578800008945, 0.021494541000038225, 0.021753994999926363, 0.021541659999911644, 0.0216695480000908, 0.021805870999969557, 0.021613062999904287, 0.021935032000101273, 0.021697279999898456, 0.021869149000167454, 0.021728878999965673, 0.021959934000051362, 0.02129126299996642, 0.021692770999834465, 0.021686640000098123, 0.021712277000005997, 0.021754135000037422, 0.021838121999962823, 0.022005043000035585, 0.021726824999859673, 0.021834064000131548, 0.021772629999986748, 0.021499511000001803, 0.021892472999979873, 0.022043023999913203, 0.021524457000168695, 0.021748424999941562, 0.021694723999871712, 0.021734239000124944, 0.02178505300003053, 0.021527983999931166, 0.021922970000105124, 0.02163635599981717, 0.021863739000082205, 0.02216285700001208, 0.0213304070000504, 0.021807093000006716, 0.02194890900000246, 0.02187429900004645, 0.02175898399991638, 0.021705455000073925, 0.021595780999859926, 0.02192663599998923, 0.021915296000088347, 0.021854543000017657, 0.02164761699987139, 0.021763242000133687, 0.03706258700003673, 0.02866257199980282, 0.021059570000034, 0.02102379400002974, 0.021050914999932502, 0.02107057100010934, 0.020959745000027397, 0.02176644899986968, 0.021570583000084298, 0.02174077099994065, 0.021687301000156367, 0.03762860199981333, 0.05999164200011364, 0.021357106000095882, 0.021193139999923005, 0.02116163999994569, 0.02098255800001425, 0.021219769000026645, 0.02102059799995004, 0.021849863999932495, 0.02195566100022006, 0.021638018999965425, 0.02182636099996671, 0.021765426000001753, 0.02183500599994659, 0.02197376499998427, 0.021611760000041613, 0.021496353999964413, 0.038192123000044376, 0.028515828000081456, 0.020909751999852233, 0.021647216000019398, 0.021686699999918346, 0.021756099000185714, 0.021781745999987834, 0.021879599999920174, 0.021815620000097624, 0.021616868999899452, 0.021825778999982504, 0.021541429000080825, 0.02176425399989057, 0.021687961999987238, 0.021769164000033925, 0.02168263199996545, 0.02161085800003093, 0.021659699000110777, 0.021572557999888886, 0.022000995000098555, 0.021745548999888342, 0.022015602999999828, 0.02160675100003573, 0.021718569000086063, 0.021683563999886246, 0.021646123999971678, 0.021800852000069426, 0.021903522999991765, 0.021732794999934413, 0.0218559649999861, 0.021651213000041025, 0.02187551099996199, 0.02178535300004114, 0.021716604999937772, 0.02194609200000741, 0.02179162500010534, 0.021740409999893018, 0.0217439049999939, 0.021782177000204683, 0.02174574999980905, 0.02183409400004166, 0.02180490900013865, 0.02177550499982317, 0.022014279000131864, 0.021350492999999915, 0.02179659399985212, 0.021755137000127434, 0.021831940000083705, 0.02187440899979265, 0.021622479000143358, 0.021745217999978195, 0.021763321999969776, 0.021792527000116024, 0.02172794599982808, 0.021778901000061524, 0.02170238899998367, 0.02162977300008606, 0.021778959999892322, 0.021756424000159313, 0.021828403999961665, 0.02165421899985631, 0.021919142000115244, 0.021594472000060705, 0.021838872999978776, 0.02186112399999729, 0.021842439000010927, 0.021704702999841174, 0.02186294800003452, 0.021614615000089543, 0.02161057700004676, 0.021814456999891263, 0.02169432899995627, 0.021952755000029356, 0.021621206999952847, 0.02161236100005226, 0.022372497000105795, 0.02117623799995272, 0.02189733199998045, 0.021944679999933214, 0.02189052900007482, 0.02173616100003528, 0.02188399700003174, 0.021607611999797882, 0.021669036000048436, 0.02220637799996439, 0.021407739000096626, 0.02183189500010485, 0.021822781999844665, 0.021897458000012193, 0.02176307100012309, 0.021789840999872467, 0.021854603000065254, 0.02184807000003275, 0.02173679199995604, 0.021855944999970234, 0.021693340999945576, 0.02174037000008866, 0.02232817399999476, 0.02117819199997939, 0.02177838000011434, 0.021787176999851, 0.02145784200001799, 0.02188475799994194, 0.021502866999981052, 0.022016834000169183, 0.02167008799983705, 0.021763058000033197, 0.021581713000159652, 0.021749135999925784, 0.02186476099996071, 0.02214800899992042, 0.021234747000107745, 0.021572326000068642, 0.021708238999963214, 0.021510640999849784, 0.021865693000108877, 0.021740550000004077, 0.02172662299994954, 0.021682500999986587, 0.021913002000019333, 0.03835154800003693, 0.08226094599990574, 0.022136137000188683, 0.02198477499996443, 0.022045667999918805, 0.021648117000040656, 0.021846868000011455, 0.021573127999999997, 0.02159371499988083, 0.021877535000157877, 0.02160950600000433, 0.021773159999838754, 0.021717276000117636, 0.022216196000044874, 0.021392912000010256, 0.021847749000016847, 0.021753172999979142, 0.021798147000026802, 0.021705012999973405, 0.02182691099983458, 0.021690336000119714, 0.02182158999994499, 0.021727345000044807, 0.02173463899998751, 0.021855895000044256, 0.021871973999850525, 0.021971410000105607, 0.02155606499991336, 0.021820970000135276, 0.02170352999996794, 0.021738335999998526, 0.021772880000071382, 0.02172355799984871, 0.021736019999934797, 0.02192872100022214, 0.0217305009998654, 0.021812192999959734, 0.021733055000140666, 0.02178953099996761, 0.022058010999899125, 0.021510772000056022, 0.021873657000014646, 0.021290872000008676, 0.022190748999946663, 0.02143892699996286, 0.021667773999979545, 0.02163994200009256, 0.021870602000035433, 0.021960429000046133, 0.021858829999928275, 0.02181090099998073, 0.021716825000112294, 0.03850061699995422, 0.0450442019998718, 0.0410948510000253, 0.02167311400012295, 0.021317260999921928, 0.021473703000083333, 0.021147312999801215, 0.03843797000013183, 0.11465254699987781, 0.021702979000110645, 0.02143268600002557, 0.02132958399988638, 0.02134102500008339, 0.021313171999963743, 0.02130487800013725, 0.02119897099987611, 0.021269270999937362, 0.02144098100006886, 0.02107344599994576, 0.02151231400011966, 0.02127973100004965, 0.021377061999828584, 0.021055883000144604, 0.021342357999856176, 0.021516602000019702, 0.021148316000108025, 0.02149087399993732, 0.02104205799992087, 0.021013424000102532, 0.02135359899989453, 0.02118417200017575, 0.02105667499995434, 0.02139272199997322, 0.021414862000028734, 0.02099799500001609, 0.021183531999895422, 0.02127791700013404, 0.021686919999865495, 0.020901966000110406, 0.0213879469999938, 0.02128240599995479, 0.021423658999992767, 0.021268068999916068, 0.021559281000008923, 0.02099960900000042, 0.021390688000110458, 0.02134353899987218, 0.021298556000147073, 0.037959298000032504, 0.027234583999870665, 0.02127633500003867, 0.021366020999948887, 0.021584800000027826, 0.021485753999968438, 0.021344601999999213, 0.02138598900000943, 0.021247270000003482, 0.021327379000013025, 0.021615185999962705, 0.021377042000040092, 0.021333510999966165, 0.021046976999969047, 0.021486105000121825, 0.02123426599996492, 0.02137328499998148, 0.021372403999976086, 0.02117922299999009, 0.021233204000054684, 0.022179457999982333, 0.020428713999990578, 0.021496504999959143, 0.020996954000111145, 0.02147145799995087, 0.02135030099998403, 0.021315237999942838, 0.021276114000102098, 0.021136328000011417, 0.02144834399996398, 0.021019766000108575, 0.021238493999817365, 0.02137510900001871, 0.02126300899999478, 0.02086870500011173, 0.02223825700002635, 0.02058957500003089, 0.02109014699999534, 0.021445969999831505, 0.03838732600002004, 0.028732771000022694, 0.021331787999997687, 0.021418279000045004, 0.021484262000058152, 0.02138940399981948, 0.021493299000212573, 0.020925650999970458, 0.02100994800002809, 0.021404803999985234, 0.021063897999965775, 0.021415363999949477, 0.038445409999894764, 0.06166844500012303, 0.021869319999950676, 0.021707356999968397, 0.02125253999997767, 0.02104367100014315, 0.02137767299996085, 0.021592933999954766, 0.02110021599992251, 0.02239354700009244, 0.020372619999989183, 0.02121225499990942, 0.021021359000087614, 0.021465416999944864, 0.021141143000022566, 0.02143517000013162, 0.021277435999991212, 0.021217104000015752, 0.02104636599983678, 0.021152804000166725, 0.02128370799982804, 0.021353819000069052, 0.02106473999992886, 0.021252279000009366, 0.02111841999999342, 0.021240627999986827, 0.021433608000052118, 0.0213004990000627, 0.02121556099996269, 0.021301592000099845, 0.021437944999888714, 0.02131349399996907, 0.021324985000092056, 0.0214523619999909, 0.020861141000068528, 0.0213481480000155, 0.0214577729998382, 0.021255986000142002, 0.021337829000003694, 0.021062776000007943, 0.02135411899985229, 0.02123948600001313, 0.02146095900002365, 0.021801552999932028, 0.0206843610001215, 0.02140811999993275, 0.021321749999970052, 0.021450699000070017, 0.021161820000088483, 0.021574299999883806, 0.02131805199996961, 0.02137750299993968, 0.021586342000091463, 0.020949835999999777, 0.021365150000065114, 0.02149978099987493, 0.021127727000020968, 0.02109625900015999, 0.0210690879998765, 0.021055212999954165, 0.021208447000162778, 0.021069949999855453, 0.021081871999967916, 0.021405876000017088, 0.021224938000159455, 0.020949003999930937, 0.021107309999933932, 0.02107645199998842, 0.02098071299997173, 0.021124812000152815, 0.02116062899995086, 0.02175775099999555, 0.02040308699997695, 0.02102910400003566, 0.020901685999888286, 0.020964112000001478, 0.02133948200003033, 0.020999247999952786, 0.021219569000095362, 0.021160598000051323, 0.020868613999937224, 0.02117996500010122, 0.021144488999880195, 0.021124982999936037, 0.02120582700013074, 0.021802294000053735, 0.021022270999992543, 0.021167541999830064, 0.02119761800008746, 0.021284930000092572, 0.020791710999901625, 0.021055562999890753, 0.021122718000015084, 0.02102986500017323, 0.020778375999952914, 0.021665218999942226, 0.02052727899990714, 0.021203809000098772, 0.020922585000107574, 0.021951011999817638, 0.021874218999982986, 0.021950771000092573, 0.021785733000115215, 0.02175568799998473, 0.021768692000023293, 0.021767008999859172, 0.021778049999966242, 0.021753432999958022, 0.021851387000197064, 0.021804747999794927, 0.021705014000190204, 0.021816119999812145, 0.02191559200014126, 0.02186555799994494, 0.02155664700012494, 0.021845865999921443, 0.02185764899991227, 0.021891411000069638, 0.021677528000054735, 0.02187162499990336, 0.021907552000129726, 0.021556546999818238, 0.021979916000191224, 0.02167861499992796, 0.021925033999877996, 0.03856938500007345, 0.028557696000007127, 0.02110494499993365, 0.021036559000094712, 0.021185886000012033, 0.021177159999979267, 0.02095396400000027, 0.02098780699998315, 0.021129332000100476, 0.020783945999937714, 0.02130050999994637, 0.021096880999948553, 0.021097301000054358, 0.02106380899999749, 0.02107033099991895, 0.021175286000016058, 0.020944416000020283, 0.021219480000127078, 0.0212562069998512, 0.020948072999999567, 0.02128515200001857, 0.021134719999963636, 0.02112640600012128, 0.021123359000057462, 0.021167923999882987, 0.02120671400007268, 0.02101717200002895, 0.021215461999872787, 0.021122708000120838, 0.020989830999951664, 0.020975024000108533, 0.021023753999998007, 0.021266044999947553, 0.020676437000020087, 0.020783206000032806, 0.021279440999933286, 0.021087433000047895, 0.021184161999826756, 0.0212485839999772, 0.021341026000072816, 0.020903109000073528, 0.021144088000028205, 0.02081874199984668, 0.021296884000093996, 0.03755756900000051, 0.03426308000007339, 0.021422096999913265, 0.021563889999924868, 0.02133519500011971, 0.02142003299991302], [0.03449612400004298, 0.021383603999993284, 0.020970504999922923, 0.021421836000172334, 0.021425012000008792, 0.021164361999808534, 0.021479638000073464, 0.020884445000092455, 0.021268230000032418, 0.02129708299980848, 0.021048039000106655, 0.020997124999894368, 0.020987917000184098, 0.02103794099980405, 0.020707444000208852], [], [0.021279911999954493, 0.021059279999917635, 0.02102357400008259, 0.021052127000075416, 0.02107043099999828], [0.021601710999902934, 0.021352467000042452, 0.021198630000071716, 0.021167390999835334, 0.020977448000166987, 0.021218096999973568], [0.021301060999803667], [], [0.037014897999824825, 0.04107332100011263, 0.021695005000083256, 0.021298745999956736, 0.021492356999942785, 0.021147573999996894, 0.03842326299991328, 0.11466623200021786, 0.021684424999875773, 0.021452622999959203, 0.021334954000167272, 0.021316618999890125, 0.021319996000102037, 0.02131659899987426, 0.0212045109999508, 0.021262659000058193, 0.021441993000053117, 0.02106896800000868, 0.021518044999993435, 0.021238122999875486, 0.02137930599997162, 0.021067515000140702, 0.021347287000025972, 0.02148619499985216, 0.02120532200001435, 0.02148499300005824, 0.021045374000095762, 0.021013475000017934, 0.02134800799990444, 0.021186596999996254, 0.021062496000013198, 0.021386128999893117, 0.02141247800000201, 0.021004087000164873, 0.02117767000004278, 0.021282285999859596, 0.021685275999971054, 0.0209080880001693, 0.021349434999820005, 0.021307072000126936, 0.021426685000051293, 0.021271944999853076, 0.021560545000056663, 0.020999958999937007, 0.02138215200011473, 0.021349098999962735, 0.021302342999888424, 0.03795906699997431, 0.027180404000091585, 0.021283266999944317, 0.02141842000014549, 0.02153651899993747, 0.02152849399999468, 0.02133567500004574, 0.021398642999884032, 0.021247030000040468, 0.02132946200003971, 0.021610086999999112, 0.02137667099987084, 0.021333993000098417, 0.021051334000048882, 0.02144158300006893, 0.021232371999985844, 0.02141389099983826, 0.02137309400018239, 0.021179614999937257, 0.021231650999880003, 0.022169048000023395, 0.020440035000092394, 0.021496203999959107, 0.020990471999994043, 0.021479262999946513, 0.021349901000121463, 0.021313292999820987, 0.021278088000144635, 0.02107866999995167, 0.021509399000024132, 0.021013324000023204, 0.02123704199993881, 0.02137889499999801, 0.02126205700005812, 0.02087451600004897, 0.022234089999983553, 0.020589463999840518, 0.021090467000021818, 0.021444468000026973, 0.03838955000014721, 0.028677678999883938, 0.021331907000103456, 0.02147124799989797, 0.021485453999957826, 0.02138041900002463, 0.021500521999996636, 0.02092773499998657, 0.021008835999964504, 0.021409502000096836, 0.021064669999987018, 0.02141327899994394, 0.03838904500003082, 0.061726133000092887, 0.021866154000008464, 0.02170512299994698], [0.021943126999985907, 0.021684655000171915, 0.021292745999971885, 0.021497605999911684, 0.02114533000008123, 0.03844193700001597, 0.11464608599999337, 0.02169244899982914, 0.021447393000016746, 0.021323563000123613, 0.021335614999998143, 0.02132548500003395, 0.021283218000007764, 0.021212584999830142, 0.02128474100004496, 0.02145372400013912, 0.021070310999903086, 0.02150456899994424, 0.021253592999983084, 0.021383152999987942, 0.02104241799997908, 0.0213397630000145, 0.021525509000184684, 0.02117941299979975, 0.021482679000200733, 0.021036627999819757, 0.021013154000002032, 0.021360501000117438, 0.021217764999846622, 0.021023674000161918, 0.02140172800000073, 0.021406245999969542, 0.020989168999903995, 0.021191707000070892, 0.02128740500006643, 0.021678924999832816, 0.020900163000078464, 0.021357920000127706, 0.02132601799985423, 0.021419090000108554, 0.021272947999932512, 0.02155865999998241, 0.02099562200010041, 0.021392069999819796, 0.021350522000147976, 0.021860173000050054, 0.03739185999984329, 0.02719660399998247, 0.021274271000038425, 0.021412428000076034, 0.021546296999986225, 0.021525899999915055, 0.021341906000088784, 0.021376652000071772, 0.021251216999871758, 0.02132186900007582, 0.021627849999958926, 0.021377291999897352, 0.02135039300014796, 0.021018583999875773, 0.021448794999969323, 0.021235769000213622, 0.021415223999838418, 0.021368646000155422, 0.021179332999963663, 0.021236149999822374, 0.02217629200004012, 0.020432219999975132, 0.021494231000133368, 0.02099526100005278, 0.021485042999984216, 0.021336866999945414, 0.021329073000060816, 0.02126443199995265, 0.021102204000044367, 0.02147168800001964, 0.021020627999860153, 0.021238584000002447, 0.02137452800002393, 0.021276102999991053, 0.02082379100011167, 0.022240441999883842, 0.020618517999992036, 0.021061564000092403, 0.021487076999846977, 0.03837553400012439, 0.028705940999998347, 0.02133134699988659, 0.021463012000140225, 0.021483200999909968, 0.021389283999951658, 0.02149466100013342, 0.020913227999926676, 0.021011670999996568, 0.02136621199997535, 0.021111305999966135, 0.02207505400019727, 0.037747478999790474, 0.06169678800006295, 0.021868558000051053, 0.02173791399991387, 0.021268230000032418, 0.020968731000039043, 0.0214501380000911, 0.021536148999985016, 0.021082191999994393, 0.02239429799988102, 0.020379473000048165, 0.02127631400003338, 0.021007853999890358, 0.021414422000134437, 0.0211393390000012, 0.021502184999917517, 0.02122999800008074, 0.021200562999865724, 0.021038481999994474, 0.021215771000015593, 0.021278147999964858, 0.02130238300014753, 0.021137985999985176, 0.021170817999973224, 0.021124601000110488, 0.021248642999808, 0.02142869900012556, 0.02129376599987154, 0.02128867800001899, 0.021317260000159877, 0.021354660999804764, 0.021312291000185724, 0.02132535599980656, 0.021455839000054766, 0.02090981100013778, 0.021366020999948887, 0.021388343999888093, 0.021255866000046808, 0.02133851999997205, 0.021114563000082853, 0.021356554000021788, 0.02125099699992461, 0.02139428400005272, 0.021869198999866057, 0.02061208700001771, 0.021422937000124875, 0.02132590699989123, 0.021437435000052574, 0.02121102199998859, 0.021528034000084517, 0.02136583099991185, 0.021329354000044987, 0.02158310499999061, 0.02101177200006532, 0.021335825000051045, 0.021468071999834137], [], [0.021624267999868607, 0.02125510500013661, 0.021412649000012607, 0.021544274000007135, 0.021531829999958063, 0.02134241699991435, 0.021372294000002512, 0.021252860999993572, 0.02131946400004381, 0.021632006999880105, 0.02137970800004041, 0.02134786700003133, 0.02101609900000767, 0.021446090999916123], [0.021613290999994206, 0.021332209000092917, 0.021465326999987155, 0.021481938000079026, 0.02138877299989872, 0.02149538300000131, 0.02096688799997537, 0.02095453400011138, 0.02138569799990364, 0.0210925619999216, 0.022079061000113143, 0.03774454299991703, 0.06169598700012102, 0.02186778600002981, 0.02174238299994613, 0.021266395999873566, 0.020991374000004726, 0.02143114300019988, 0.021554210999966017, 0.021083555999894088, 0.022408404000088922, 0.020410561000062444, 0.021257768999930704, 0.02095629799987364, 0.021457843000007415, 0.021127177000153097, 0.021473620999813647, 0.02127090500016493, 0.02120139399994514, 0.02102990499997759, 0.021187148000080924, 0.021272797999927207, 0.02134399100009432, 0.021101507999901514, 0.0211894219999067, 0.02112411100006284, 0.021263850999957867, 0.021430412000199794, 0.02128415899983338, 0.021258811000052447, 0.021321949999901335, 0.021388864000073227, 0.021327980000023672, 0.021308614999952624, 0.02146113900016644, 0.02086660099985238, 0.021370690000139803, 0.021423968999897625, 0.021253201000035915, 0.02134352999996736, 0.021071843000072477, 0.021364969999922323, 0.02124109800001861, 0.021436653999899136, 0.02182787200013081, 0.020642191999968418, 0.02143120400000953, 0.02131964499994865, 0.021434599000031085, 0.021182598999985203, 0.021557149000045683, 0.02133579499991356, 0.021422486000119534, 0.021490383999889673, 0.021010909000096945, 0.02138095999998768, 0.021468622999918807, 0.021067955000035, 0.021093384000096194, 0.021068866999939928, 0.021055634000049395, 0.021202575999950568, 0.021072804999903383, 0.02113054300002659, 0.021361162999937733, 0.02123528700008137, 0.020937333000119907, 0.021109232999833694, 0.021074468000051638, 0.02099346699992566, 0.02111637600000904, 0.021152153000002727, 0.02176430400004392, 0.020395512000050076, 0.021031478999930187, 0.020932263000077, 0.02096120700002757, 0.02131137900005342, 0.020997314999931405, 0.02125998399992568, 0.02117251100003159, 0.020849908999934996, 0.02120526199996675, 0.021128168000132064, 0.021123299000009865, 0.02121898199993666, 0.021757260999947903, 0.021027040000035413, 0.02116646900003616, 0.02119121600003382, 0.02129066099996635, 0.020786472000054346, 0.021056313999906706, 0.02112150500011012, 0.0210299349998877, 0.02077507100011644, 0.021667834000027142, 0.020526937999875372, 0.021207134999940536], [], [0.021191047000002072, 0.0211117070000455, 0.021035155999925337, 0.021187929999996413, 0.021187028999975155, 0.020945878000020457, 0.020990371999914714, 0.021138318000112122, 0.020768287999999302, 0.021288276999939626, 0.02111706799996682, 0.021096370000122988, 0.021063678000018626, 0.021071142999971926, 0.021173843000042325, 0.020954184999936842, 0.021219750000000204, 0.021245757999849957, 0.02094858300006308, 0.02128538200008734, 0.021134130000064033, 0.02112111599990385, 0.021129762000100527, 0.021173362999888923, 0.021200994000082574, 0.021017582000013135, 0.021214920999909737, 0.021122458000036204, 0.02098984099984591, 0.02097507400003451, 0.021023523000167188, 0.021266606999915894, 0.020680975000004764, 0.020777474999931655, 0.021281625000028725, 0.02108678200011127, 0.021184793999964313, 0.021246047999966322, 0.021340614999871832, 0.020896807000099216, 0.02115266500004509, 0.020823460999963572, 0.0212974739999936, 0.03754690000005212, 0.03426809899997352, 0.021423058999971545, 0.021563579000030586, 0.021329314000013255, 0.021426414999950794, 0.021132656999952815, 0.02103562599995712, 0.020888954000156446], [0.02180229500004316, 0.021444529000063994, 0.02153938499986907, 0.021330906999992294, 0.021407168000223464, 0.021112198999844622, 0.021037278999983755, 0.020883173000129318, 0.020763227999850642, 0.021523686000136877, 0.021740721000014673, 0.02154820199984897, 0.021690947000024607, 0.021857979000060368], [0.021482047999825227, 0.02177936300017791, 0.02140446399994289, 0.021979614999963815, 0.021545996999975614, 0.021467662000077326, 0.02167226300002767, 0.021700524999914705, 0.02190983600007712, 0.021668524999995498, 0.021725201999970523, 0.0217006959999253, 0.021711596999921312, 0.0215938860001188, 0.02160387499998251, 0.021761839999953736, 0.021792934000131936, 0.021643097999913152, 0.021538112999905934, 0.021612962000062907, 0.021915206000130638, 0.021465456999976595, 0.022160442999847874, 0.0208943029999773, 0.021440149999989444, 0.021931837000011, 0.021622229000058724, 0.02167740300001242, 0.021397259999957896, 0.021819597000103386, 0.021551819000023897, 0.021667503999879045, 0.021693432000120083, 0.02160310399995069, 0.021786204999898473, 0.02168741100012994, 0.021649650999961523, 0.021706036000068707, 0.02168439499996566, 0.021730079999997542, 0.03812881999988349, 0.027214572000048065, 0.02154388300004939, 0.02181985800007169, 0.021645553999860567, 0.021687449999944874, 0.02166201400018508, 0.02171437199990578, 0.021559672999956092, 0.02155722800011972, 0.021575472999984413, 0.021706857000026503, 0.021988651999890862, 0.02138437700000395, 0.02172498100003395, 0.021523946000115757, 0.02188548999993145, 0.021412117999943803, 0.021787858999914533, 0.021781276000183425, 0.021541588999980377, 0.021693862999882185, 0.02164671500008808, 0.02129135299992413, 0.021710685000016383, 0.02188412700002118, 0.02145595999991201, 0.021687611000061224, 0.021749788000079207, 0.02173961799985591, 0.02163017500015485, 0.021660149999888745, 0.02193905000012819, 0.021459765999907177, 0.021750468999925943, 0.021303706000026068, 0.02181771400000798, 0.021386430000120527, 0.021686991000024136, 0.021566945999893505, 0.02186009299998659, 0.021592965000081676, 0.021729698999934044, 0.021582967000085773, 0.02161558700004207, 0.02231264699980784, 0.02118731900009152, 0.021757892000096035, 0.021599817999913284, 0.021591783000076248, 0.021557057999871176, 0.02184064700009003, 0.021626447000016924, 0.021598906000008355, 0.021517273999961617, 0.021784441999898263, 0.02172907900012433, 0.021923370999957115, 0.021976910999910615, 0.03879233099996782, 0.13048845399998754, 0.022293211000032898, 0.021764203999964593, 0.02167443700000149, 0.02148871000008512, 0.021760998999980075, 0.021547259000044505, 0.021668536000106542, 0.021971099999973376, 0.021441963999905056, 0.021508546999939426, 0.03967170100008843, 0.057916705000025104, 0.022044927000024472, 0.022127702000034333, 0.021766017999880205, 0.021739528000125574, 0.02163922099998672, 0.021681760999854305, 0.02165813600004185, 0.021641825999950015, 0.021814779000123963, 0.02174605999994128, 0.021845455999937258, 0.021625085000096078, 0.021872236000035628, 0.021722746000023108, 0.02149909999980082, 0.021930004000068948, 0.021772379000140063, 0.02150332799988064, 0.021797221000042555, 0.03753697199999806, 0.04127608999988297, 0.022642001000122036, 0.021496365000075457, 0.022145213999920088, 0.021482809999952224, 0.02178928100011035, 0.021837910999920496, 0.02162043599992103, 0.03910824500007948, 0.060070719999885114, 0.0213194850000491, 0.021207325999966997, 0.021135773000196423, 0.020823952000000645, 0.021089856999878975, 0.03724772300006407, 0.04137628700004825, 0.021353488999920955, 0.021425452999892514, 0.021067515000140702, 0.020921312999917063, 0.0206582939999862, 0.020972729000050094, 0.021196054000029108, 0.020768028000020422, 0.020939797999972143, 0.021507294999992155, 0.0203431659999751, 0.0208767799999805, 0.02092201400000704, 0.020874917000128335, 0.02108714299993153, 0.020678480000015043, 0.020684802999994645, 0.021096399000043675, 0.021179093999990073, 0.0201874649999354, 0.021101308999959656, 0.020806900000025053, 0.021133118000079776, 0.02078045099983683, 0.02126601500003744, 0.020627556000135883, 0.020669323999982225, 0.02094061899992994, 0.02094433599995682, 0.020784378000143988, 0.021018864999859943, 0.021071603000109462, 0.020949996999888754, 0.020912186000032307, 0.020876569999927597, 0.020636252000031163, 0.020971125999949436, 0.02111507400013579, 0.020964263999985633, 0.020794505999901958, 0.020913519000032466, 0.02094566899995698, 0.02064564900001642, 0.020875087000149506, 0.021061334000023635, 0.021080730999983643, 0.020729745999915394, 0.021094625999921846, 0.020728915000063353, 0.020844349000071816, 0.02111517499997717, 0.021177299999862953, 0.02073574800010647, 0.020975073000045086, 0.020813542000041707, 0.021317341999974815, 0.02078101099982632, 0.02099031200009449, 0.020942192000120485, 0.020938995999813415, 0.02093973800015192, 0.020567784999911964, 0.021078836000015144, 0.02115071100001842, 0.020590286000015112, 0.02103578599985667, 0.020789819000128773, 0.02106134399991788, 0.02076816800013148, 0.020706051999923147, 0.020971306000092227, 0.020755022999992434, 0.0208509829999457, 0.02100150199999007, 0.020975273999965793, 0.020873584000128176, 0.02086889599991082, 0.02067442299994582, 0.02094066900008329, 0.02096100799985834, 0.021131133000153568, 0.020897228999956496, 0.02136883699995451, 0.02053063500011376, 0.02093562999993992, 0.020879575999970257, 0.02096960299991224, 0.020921824000197375, 0.021024294999961057, 0.020850401999950918, 0.0208158860000367, 0.020929978999902232, 0.020772355999952197, 0.021029294000072696, 0.0208698579999691, 0.020900785000094402, 0.021179483999958393, 0.02097244900005535, 0.02092391799988036, 0.020979331000035017, 0.0211354420000589, 0.021065421999992395, 0.02106825700002446, 0.021065181000039956, 0.0211133319999135, 0.021131074000095396, 0.02104437200000575, 0.021139499999890177, 0.021071873999972013, 0.021036657999957242, 0.02078850600014448, 0.021052126999848042, 0.02108281400001033, 0.02079543900003955, 0.021106729999928575, 0.020964960000128485, 0.020844904999876235, 0.020996689000185143, 0.021036142999946605, 0.02094763700006297, 0.021183987999847886, 0.021100172000160455, 0.020846858999902906, 0.020905007999999725, 0.021081758000036643, 0.021141448999969725, 0.020714963000045827, 0.02120064999985516, 0.02125548100002561, 0.020650954000075217, 0.020903756000052454, 0.021102595999991536, 0.020939802999919266, 0.02121220000003632, 0.03850955400002931, 0.07972174499991524, 0.021640789999992194, 0.02064068499998939, 0.021119288000136294, 0.021081856999899173, 0.020847991999971782, 0.02108603600004244, 0.02091018700002678, 0.02115616600008252, 0.020941235999998753, 0.02118464899990613, 0.020740011000043523, 0.02107220899983986, 0.02104471900020144, 0.02114154899982168, 0.02110879700012447, 0.0213328959998762, 0.021127934000105597, 0.02053576899993459, 0.021011367000028258, 0.02100675700012289, 0.021115800999950807, 0.020928400999991936, 0.02135398499990515, 0.020792859000039243, 0.020987942999909137, 0.02092557600008149, 0.021250252000072578, 0.02103705399986211, 0.020963137000080678, 0.021030721999977686, 0.020840256999917983, 0.02104692300008537, 0.021333405999939714, 0.020510932999968645, 0.021089202000212026, 0.021026683999934903, 0.02104512000005343, 0.020910728999979256, 0.021130707999873266, 0.02119441700006064, 0.021149173999901905, 0.021034568999994008, 0.021068633000140835, 0.02122172800000044, 0.020969098000023223, 0.02123438199987504, 0.021094790999995894, 0.020827725000117425, 0.02118106199986869, 0.02106047799998123, 0.02111771500017312, 0.021177444999921136, 0.02086556499989456, 0.020918042000175774, 0.021447789999911038, 0.02071031400009815, 0.020876345000033325, 0.021855368999922575, 0.037347318000001906, 0.07959770399997979, 0.021251885000083348, 0.021244079999860332, 0.021101052999938474, 0.021029440000120303, 0.021033517999967444, 0.020797628000082113, 0.02123038399986399, 0.020990393000147378, 0.020873338999990665, 0.020948198000041884, 0.02111271599983411, 0.021109719000151017, 0.021071167999934914, 0.021121962000052008, 0.02105530899984842, 0.020965300000170828, 0.021061409999902025, 0.021433933000025718, 0.02089967799997794, 0.02109210699995856, 0.021104570000034073, 0.021075826000014786, 0.021489136999889524, 0.020566227000017534, 0.02093299000011939, 0.021082047999925635, 0.021002079000027152, 0.038836763000063, 0.0586078589999488, 0.02168352900002901, 0.02135094899995238, 0.02146724599992922, 0.021328678000145374, 0.021118034999972224, 0.021166635999861683, 0.02105406500004392, 0.0381592510000246, 0.041461897000090175, 0.021581339000022126, 0.02157858399982615, 0.02150872300012452, 0.021318397999948502, 0.021290596999961053, 0.021315453000170237, 0.02135974499992699, 0.02134007900008328, 0.021307017999788513, 0.021341672000062317, 0.038672287000053984, 0.13735171100006482, 0.02198809599985907, 0.02187167000010959, 0.022077414000023055, 0.021961787999998705, 0.021908707999955368, 0.02189151699985814, 0.02185987800021394, 0.021814723999796115, 0.022102961000200594, 0.021845230999815612, 0.02200717200003055, 0.021973399999978938, 0.021907296000108545, 0.021838988999888898, 0.02185363600005985, 0.022069519000069704, 0.02192235500001516, 0.022070128999985172, 0.02182191699989744, 0.022209310000107507, 0.021528719999878376, 0.02214743400008956, 0.021848086000090916, 0.021901755999806483, 0.021940678000191838, 0.021878582999988794, 0.021771602999933748, 0.021980392999921605, 0.02167987300003915, 0.02143457500005752, 0.021509514999934254, 0.021327364999933707, 0.021474529999977676, 0.021449071999995795, 0.02136021600017557, 0.02147151400004077, 0.02135052799985715, 0.021443702999931702, 0.021391254000036497, 0.021399530000053346, 0.02132271599998603, 0.021607206999988193, 0.021310985000127403, 0.021443171999862898, 0.02136469400011265, 0.0214489519999006, 0.021527218000073844, 0.021595826000066154, 0.021390782999787916, 0.021393858999999793, 0.02156340600004114, 0.021460603000150513, 0.021373170999822833, 0.02148361600006865, 0.021714777999932267, 0.021142491000091468, 0.021414818000039304, 0.021369954999954643, 0.021809824000001754, 0.0208352479999121, 0.021602308000183257, 0.02144047599995247, 0.02119242399999166, 0.021459882000044672, 0.021990721999827656, 0.02055271100016398, 0.021502982999891174, 0.02193635000003269, 0.020720124000035867, 0.021276765000038722, 0.021562318999940544, 0.02124663499989765, 0.0215478659999917, 0.19244743100011874, 0.021266281999942294, 0.02146792700000333, 0.02120631000002504, 0.021419778000108636, 0.02137386199979119, 0.0213043920000473, 0.0217125430001488, 0.021077318999914496, 0.021199847999923804, 0.02133644200011986, 0.021251573999961693, 0.021768197000028522, 0.020906089999925825, 0.02182906100006221, 0.020894828999871606, 0.02139187500006301, 0.02112054999997781, 0.02163776400016104, 0.021243037999965964, 0.02133005999985471, 0.021391585000174018, 0.021437089999835734, 0.02122181800018552, 0.021574545999783368, 0.021250563000194234, 0.021229802999869207, 0.021588733000044158, 0.021355356999947617, 0.021712874000058946, 0.021062821999976222, 0.02136655799995424, 0.021420820000003005, 0.021412803999965035, 0.021206220000067333, 0.02099522599996817, 0.02149161100010133, 0.021534891999863248, 0.021349717000020974, 0.021999389000029623, 0.02083881399994425, 0.021013369999991482, 0.021140537000064796, 0.021257104000142135, 0.021201149999797053, 0.021318459000212897, 0.021263475999830916, 0.02128259200003413, 0.020941946999982974, 0.0210694140000669, 0.020920227000033265, 0.021186191999959192, 0.021030782000025283, 0.021145937000028425, 0.02115668800001913, 0.020873058000006495, 0.021074503999898297, 0.021363351999980296, 0.020891924000125073, 0.021309040999994977, 0.020944791999909285, 0.02104096099992603, 0.021084333000089828, 0.02113258200006385, 0.021230414000001474, 0.020894488999829264, 0.02098276300012003, 0.02089833499985616, 0.021415750000187472, 0.02102580299992951, 0.021158971999966525, 0.021153770999944754, 0.02087937100009185, 0.021414356999912343, 0.021051702000022487, 0.021055799000123443, 0.02082131199995274, 0.0213849219999247, 0.021059535999938817, 0.021065587000066444, 0.02119530000004488, 0.021147008000070855, 0.02124261799986016, 0.020703563000097347, 0.02101934999996047, 0.021210117000009632, 0.02104160299995783, 0.021136960000148974, 0.021238048999975945, 0.021222910999995293, 0.02120803299999352, 0.021210476999840466, 0.02121547600017948, 0.021161766999966858, 0.0212891439998657, 0.021230074000186505, 0.020966702999885456, 0.021280878999959896, 0.021390543000052276, 0.020617672000071252, 0.021598450999817942, 0.020626789000061763, 0.021136730000080206, 0.02105539800004408, 0.021208784000009473, 0.02159238999979607, 0.020861907000153224, 0.02125303699995129, 0.020907783999973617, 0.020986269000104585, 0.021154231999844342, 0.020730353000089963, 0.021453359999895838, 0.020942297000146937, 0.0212940129999879, 0.02087958099991738, 0.021036543000036545, 0.02124334900008762, 0.021116902999892773, 0.021113828000125068, 0.021217449999994642, 0.020794200999944223, 0.021363081999879796, 0.021132141000180127, 0.021085695000010674, 0.021235483999817006, 0.021365446000118027, 0.02072171600002548, 0.02123998299998675, 0.0210412419999102, 0.021261898000147994, 0.021731216999796743, 0.020367006000014953, 0.021262003000174445, 0.02115258999992875, 0.02136582699995415, 0.021145866000097158], [], [], [], [], [0.021720261999917057, 0.02132360299992797, 0.021188331000075777, 0.02116053899999315, 0.020824792999974306, 0.02109350499995344, 0.037176219000002675, 0.04145514400011052, 0.021293175999971936, 0.021429781000051662], [0.021705504999999903, 0.021346906999951898, 0.021428698999898188, 0.021140061000096466, 0.02092173300002287, 0.02065596900001765, 0.020979321999902822, 0.021161009000024933, 0.02079693199993926, 0.020875458000091385, 0.02157386899989433, 0.02033389799998986, 0.02088496600003964, 0.02092250500004411, 0.0208796459999121, 0.021082764000084353, 0.02067758899988803, 0.020679592000078628, 0.021101109000028373, 0.021174243999894315, 0.020197174000031737, 0.021097963000102027, 0.020805516999871543, 0.021133178000127373, 0.02077990999987378, 0.02125199900001462, 0.020642754000164132, 0.020663121999859868, 0.020946399999957066, 0.020937753999987763, 0.020765733000189357, 0.021011771999837947, 0.021104805000049964, 0.020950036999920485, 0.020910744000048, 0.020877441000038743, 0.02063367699997798, 0.020962390000022424, 0.021117588999914005, 0.020972128000039447, 0.02079079999998612, 0.020918768000001364, 0.020950047000042105, 0.020645438999963517, 0.020843829000114056, 0.021059490999959962, 0.021114633000024696, 0.020728704000021025, 0.02109080900004301, 0.0207334639999317, 0.020839190000060626, 0.02111339099997167, 0.02118427300001713, 0.020727071000010255, 0.02097896099985519, 0.020817759999999907, 0.02131197200014867, 0.020781371999873954, 0.020989791000147306, 0.020941500999924756, 0.020929026999965572, 0.020951961000037045, 0.020571800999960033, 0.021074047999945833, 0.021149889000071198, 0.020591839999951844, 0.021034975000020495, 0.020790588999943793, 0.02106432000005043, 0.02076005300000361, 0.020715239000082875, 0.020965905999901224, 0.020760573999950793, 0.02085043100009898, 0.020992134999914924, 0.020984801000167863, 0.020868304999794418, 0.020869557000196437, 0.02067848999990929, 0.020929027999954997, 0.020968821999986176, 0.0211319850000109, 0.020896337000067433, 0.021368267000070773, 0.020529932999806988, 0.02093651200016211, 0.020880407000049672, 0.020969041999933324, 0.020920751999938147, 0.02102523700000347, 0.02085142300006737, 0.02081519499984097, 0.02091823800014936, 0.020784207999895443, 0.021029094000141413, 0.02087899399998605, 0.02089082599991343, 0.02117945400004828, 0.02089989399996739, 0.021001221999995323, 0.020979632000035053, 0.021130482999978994, 0.0210666539999238, 0.02106788600008258, 0.021069980999982363, 0.021108843000092747, 0.02112242799989872, 0.021050613999932466, 0.021138737999990553, 0.021073587000046246, 0.02103704900014236, 0.020789086999911888, 0.021046517000058884, 0.02108902500003751, 0.020799936999992497, 0.021098404999975173, 0.020967433999885543, 0.02084577799996623, 0.020997300000090036, 0.021035962000041764, 0.020951794999973572, 0.02117986000007477, 0.02109600399990086, 0.02084913399994548, 0.020898235000004206, 0.02108842999996341, 0.021142060000101992, 0.020714522999924156, 0.021199647000003097, 0.021258236999983637, 0.020649622000064483, 0.020880793000060294, 0.02113186999986283, 0.020939092000162418, 0.021206460000030347, 0.038510334999955376, 0.07972077299996272, 0.021642333000045255, 0.020639682999899378, 0.021125669999946695, 0.021073522000051526, 0.02085023600011482, 0.021086776999936774, 0.020907262000037008, 0.02115724800000862, 0.020930685999928755, 0.02119018899998082, 0.020745551000118212, 0.021060798000007708, 0.021057351999843377, 0.02113395500009574, 0.021116060999929687, 0.021335831999977017, 0.02112990700015871, 0.020534055999860357, 0.02100760899998022, 0.021007158999964304, 0.021115981000093598, 0.02093342099988149, 0.02134716200021103, 0.02079285899981187, 0.020987602000104744, 0.020925426000076186, 0.02124957099999847, 0.021036181999988912, 0.02096735399982208, 0.021029610000141474, 0.020839716999944358, 0.02105301300002793, 0.021316595999905985, 0.020522194000022864, 0.021090293000042948, 0.02102191600010883, 0.021048345999815865, 0.02091173999997409, 0.02113613900019118, 0.021188637000022936, 0.021149182999806726, 0.021040691000052902, 0.02106718999993973, 0.02121683900008975, 0.02096950800000741, 0.02123413200001778, 0.021093178999990414, 0.02083419599989611, 0.0211768149999898, 0.02105846300014491, 0.02111911799988775, 0.021165653000025486, 0.020877497000128642, 0.020918883999911486, 0.02144627699999546, 0.020711356999981945, 0.0208748810000543, 0.021857493999959843, 0.037351615000034144, 0.07959251500005848, 0.021252064999998765, 0.021242667000024085, 0.0211024059999545, 0.020996448999994755, 0.02106663899985506, 0.02080234600020958, 0.02122593599983702, 0.020968672999970295, 0.020884269000134736, 0.02094969199993102, 0.021105891999923188, 0.021118025000077978, 0.021070396999903096, 0.02110739500017189, 0.021060927999997148, 0.02097128199989129, 0.021075655999993614, 0.021422082000071896, 0.020908193999957803, 0.021092607000127828, 0.021102595999991536, 0.021076938999840422, 0.02148930700013807, 0.020566857999938293, 0.020927791000076468, 0.021087427999873398, 0.020984315000077913, 0.03885356499995396, 0.05855414799998471, 0.021685923999939405, 0.02135049800017441, 0.02147214499996153, 0.021334378999881665, 0.021111943000050815, 0.02118205500005388, 0.021040018999883614, 0.03816809800014198, 0.041432651999912196, 0.021603980999998385, 0.02155301600009807, 0.02151361200003521, 0.021321965999959502, 0.021279765999906886, 0.02132124400009161, 0.021339137000040864, 0.02134822399989389, 0.021294414000067263, 0.02134892599997329, 0.03866877099994781, 0.1375516929999776, 0.021947861999933593, 0.021872431000019787, 0.02207932700002857, 0.021960024999998495, 0.021914329000082944, 0.02188924200004294, 0.021862141999918094, 0.021865118000050643, 0.02206466999996337, 0.02188144799993097, 0.02195296100012456, 0.021972968999989462, 0.021904841999912605, 0.021899741999959588, 0.021866020000061326, 0.022075840000070457, 0.021920069999850966, 0.02207552000004398, 0.021745966000025874, 0.022205521999921984, 0.02155912700004592, 0.02215028900013749, 0.02180006699995829, 0.021904511000002458, 0.02198725499988541, 0.021878443000105108, 0.021769419000065682, 0.022141642999940814, 0.021316155000022263, 0.021469619999834322, 0.021486632000005557, 0.02135275300020112, 0.02143778099980409, 0.02145967199999177, 0.021394119000206047, 0.02143762099990454, 0.021345017999919946, 0.021451256000091234, 0.02138289899994561, 0.021438142000079097, 0.021295455999961632, 0.02157012699990446, 0.021370577000197954, 0.02141741299988098, 0.021324118999928032, 0.021483166000052734, 0.02151447400001416, 0.02160726700003579, 0.021389751000015167, 0.021425549000014144, 0.02152803900003164, 0.0214681479999399, 0.02138183600004595, 0.021479588999909538, 0.021717533000128242, 0.021128334999957588, 0.02142002699997647, 0.021379082000066774, 0.02179788299986285, 0.020874219999996058, 0.02157495699998435, 0.02142228200000318, 0.021228601000075287, 0.02143360299987762, 0.021965645000136647, 0.02060176300005878, 0.02150466599982792, 0.021983027000032962, 0.020720695000136402, 0.02117045699992559, 0.02154247199996462, 0.021274206000043705, 0.021518992999972397, 0.19252200999994784, 0.021271822000016982, 0.02136375300005966, 0.021356389999937164, 0.02137326000001849, 0.021373671999981525, 0.02128769099999772, 0.0217283330000555, 0.02108043499993073, 0.021212040000136767, 0.021338666000019657, 0.02122919299995374, 0.021776892999923803, 0.020904678000079002, 0.021821676999934425, 0.0208890579999661, 0.021421861000135323, 0.02111887699993531, 0.021553866999965976, 0.02130970200005322, 0.021377939999865703, 0.02128548700011379, 0.02151389300001938, 0.0212325789998431, 0.0215408330000173, 0.021253367000099388, 0.021248058000082892, 0.021573393999915425, 0.02135562800003754, 0.021708275000037247, 0.02106085799982793, 0.021372550000023693, 0.021412543999986156, 0.021417243000087183, 0.02122766899992712, 0.020993814000121347, 0.02149000800000067, 0.021518711999988227, 0.021366858999954275, 0.02198349800005417, 0.020866836999857696], [], [], [0.02192066100019474, 0.021685642999955235, 0.021370806000049924, 0.021448250999810625, 0.021325672000102713, 0.0211212809999779, 0.021172707000005175, 0.021070857000040633, 0.03813159900005303, 0.041487945999961084, 0.02158484500000668, 0.021566090999840526, 0.021517049000067345, 0.02131900900008077, 0.021280789000002187, 0.021327916000018377, 0.021348744999841074, 0.02134815400017942, 0.021306665999873076, 0.021341563000078168, 0.038673077999874295, 0.13739952000014455, 0.021988507999822104, 0.021872852000115017, 0.022078144000033717, 0.021960255000067264, 0.021914539999897897, 0.02188802000000578, 0.021865277999950194, 0.021864135999976497, 0.022063568000021405, 0.021878403000073376, 0.021956537000050957, 0.021973009000021193, 0.02190594399985457, 0.021900964999986172, 0.02186293299996578, 0.022075881000091613, 0.02192137199995159, 0.022073817000091367, 0.02174420200003624, 0.022208768999917083], [0.022002203000056397, 0.021594061999849146, 0.0215576550001515, 0.021515376000024844, 0.0213198609999381, 0.021274796999932732, 0.021327846000076534, 0.02133879699999852, 0.021347361999914938, 0.021294033000003765, 0.021350659000063388, 0.03866761900007987, 0.13745671599986053, 0.021988918000033664, 0.021873313000014605, 0.022077324000065346, 0.02196056499997212, 0.0219137189999401, 0.021888129999979355, 0.021868003000008684, 0.021827668000014455, 0.022090778000119826, 0.02183243699982995, 0.022009647000004406, 0.02197357000000011, 0.021906355000055555, 0.021900423000033697, 0.02186040900005537, 0.02207638200002293, 0.021920459999819286, 0.022073236000096585, 0.021746986999914952, 0.022207406000006813, 0.02157086900001559, 0.02215002900015861, 0.021803732999842396, 0.021902508000039234, 0.02198680400010744, 0.021877872000004572, 0.02176840699985405, 0.022025096000106714], [0.031154092999940985, 0.02189823900016563, 0.021874935999903755, 0.02206425899998976, 0.021975623000116684, 0.021908810000013546, 0.021883931999809647, 0.021893020000106844, 0.021884392999936608, 0.02200597099999868, 0.021924138000031235, 0.021929606999947282, 0.021972198000185017, 0.021906294000018534, 0.02193235299978369, 0.021853957000075752, 0.02206831700004841, 0.021921762999909333, 0.02206941800000095, 0.021751637000079427, 0.022211863999928028, 0.021598300000050585, 0.022146350999946662, 0.021796961000063675, 0.02188487500006886, 0.022009445999856325, 0.02187646900006257, 0.021774478999986968, 0.021978338000053554, 0.021687797999902614, 0.021409348000133832, 0.021529060999910143, 0.02130785899998955, 0.021492924000085623, 0.02145058499991137, 0.02134062000004633, 0.021490910000011354, 0.02134963699995751, 0.021443221000026824, 0.02139144500006296, 0.02138071499985017, 0.02134192200014695, 0.021587629999885394, 0.021311645999958273, 0.021462888000087332, 0.021364114000107293, 0.021450374999858468, 0.02152544399996259, 0.02159612700006619, 0.021391303999962474, 0.021375515000045198, 0.021581098000069687, 0.021461014999886174, 0.02137327000014011, 0.021483636999846567, 0.02171499800010679, 0.021140627000022505, 0.021415769999975964, 0.021369735000007495, 0.021809833999896, 0.020816543000137244, 0.021622395999884247, 0.02143671900012123, 0.021198594999987108, 0.021456455999896207, 0.02198912900007599, 0.020507446000010532, 0.021503574000007575, 0.02198298700000123, 0.02071965300001466, 0.021274019999964366, 0.021561879000046247, 0.021247886999844923, 0.02151102700008778, 0.19243598999992173, 0.021270460000096136, 0.021363672999996197, 0.02135735100000602, 0.021372118000044793, 0.021373801999970965, 0.021302619999914896, 0.021714186000053814, 0.021079852999946525, 0.02120748199990885, 0.021338436000178262, 0.021235814999954528, 0.02177452799992352, 0.020905219000042052, 0.021823009999934584, 0.020891773000130343, 0.021412342999838074, 0.021119268000120428, 0.021561602000019775, 0.021309350999899834, 0.021374934000050416, 0.021391295000057653, 0.021404097999948135, 0.02122826000004352, 0.021551754000029177, 0.02125181499991413, 0.021242577000066376, 0.0215783129999636, 0.021355708000101004, 0.021710228999836545, 0.021060528000134582, 0.021372128999928464, 0.021416581000039514, 0.021418455000002723, 0.021216227999957482, 0.020994635000079143, 0.021489176999921256, 0.02152481300004183, 0.02136134900001707, 0.021988607999901433, 0.02080525199994554, 0.021086787000058393, 0.02114076800012299, 0.021250400999861085, 0.021202572999982294, 0.02131810800005951, 0.02126452800007428, 0.021282100999997056, 0.020946504999983517, 0.021069744999977047, 0.020920156999864048, 0.021186563000128444, 0.02103042099997765, 0.02114578700002312, 0.021113597000066875, 0.02091627899994819, 0.0210749840000517, 0.021357771999873876, 0.020891994000066916, 0.02131453199990574, 0.020939161000114836, 0.02104092199988372, 0.021083330000010392, 0.021133233999989898, 0.021235925000155476, 0.020888405999812676, 0.020983405000151834, 0.02090406599995731, 0.021416350999970746, 0.021020563000092807, 0.021167718000015157, 0.02114940299998125, 0.020879049999848576, 0.021409328000117966, 0.020980148000035115, 0.02112796400001571, 0.020825549999926807, 0.021379822999961107, 0.021066979000124775, 0.021060067999997045, 0.02119213299988587, 0.02115093599991269, 0.021242006000193214, 0.0207079409999551, 0.021019020000039745, 0.021211158999904, 0.02103597199993601, 0.021137782000096195, 0.021226827999953457, 0.02123237799992239, 0.021208394000041153, 0.021210537000115437, 0.021217570999851887, 0.021160795000014332, 0.021287360000087574, 0.021230764999927487, 0.020972775000018373, 0.021280727999965166, 0.02133885700004612, 0.020641587000000072, 0.021620722000079695, 0.02063160800003061, 0.021133343999963472, 0.021059566000076302, 0.021208723999961876, 0.02158823099989604, 0.02084532699996089, 0.02125706500009983, 0.02091230199994243, 0.02099236000003657, 0.021149804000060612, 0.020740521999869088, 0.021447438999985025, 0.020944341000131317, 0.021292741000024762, 0.020878738999954294, 0.02103270599991447, 0.02124013200000263, 0.021125209000047107, 0.021111953999934485, 0.02121562700017421, 0.0207996109998021, 0.0213614490000964, 0.021129836999989493, 0.02108562500006883, 0.021237386999928276, 0.021225656000069648, 0.020861075999846435, 0.021235214000171254, 0.02105025899982138, 0.021258571000089432, 0.02173144800008231, 0.020370983000020715, 0.021258886999930837, 0.02115071599996554, 0.021372038999970755, 0.021138933999964138, 0.021035331000121005, 0.021715297999890026, 0.021703987000137204, 0.022016160000021046, 0.021977516999868385, 0.021695782000051622, 0.021724084999959814, 0.021643934999929115, 0.02183164600000964, 0.022547247000147763, 0.021049261999905866, 0.021773031000066112, 0.0217773289998604, 0.021831139000141775, 0.021577727000021696, 0.021625975999995717, 0.02196894600001542, 0.021996006999870588, 0.021439849999978833, 0.021996125999976357, 0.02166388800014829, 0.022127931999875727, 0.021538513999985298, 0.02174248300002546, 0.021730491999960577, 0.02181560000008176, 0.021686929999987115, 0.02184390299998995, 0.02170956300005855, 0.021819327000002886, 0.021869290000040564, 0.021560083999929702, 0.02196708199994646, 0.021562719000030484, 0.021802755999942747, 0.02178728800004137, 0.02191386300000886, 0.021990877000007458, 0.021585261000154787, 0.022009510999851045, 0.02178320000007261, 0.02184825099993759, 0.021763569000086136, 0.021845645999974295, 0.02176599799986434, 0.021877415000062683, 0.021815170000081707, 0.02192170700004681, 0.021895179000011922, 0.021826409999903262, 0.021891792999895188, 0.021781615999998394, 0.021917389999998704, 0.02176901400002862], [0.02274325400003363, 0.021916442999781793, 0.02187438500004646, 0.022064870000122028, 0.021967317999951774, 0.021906716000103188, 0.021893730999863692, 0.021875046000104703, 0.021887699999979304, 0.02202096799987885, 0.021857373000102598, 0.021996081999986927, 0.021972567999910098, 0.021900574000028428, 0.02193817400006992, 0.021854186999917147, 0.022067064000111714, 0.021921712999983356, 0.02206779599987385, 0.02175268800010599, 0.022212875999912285, 0.021599161000040112, 0.022137155000109487, 0.021798252999815304, 0.021894322000207467, 0.02200622099985594, 0.021843638000063947, 0.021808271000054447, 0.021977286999799617, 0.0217002610002055, 0.02140721399996437, 0.02147883699990416, 0.02135972600012792, 0.02143020699986664, 0.0214643110000452, 0.021389340000041557, 0.021438813000031587, 0.02135436599996865, 0.02144143800001075, 0.021383178999940355, 0.021437891000005038, 0.02129484500005674, 0.021585316000027888, 0.02136105799991128, 0.021412464999912117, 0.02136217000020224, 0.021445233999884294, 0.02152847100001054, 0.02160109500005092, 0.021393639000052644, 0.02142295299995567, 0.021523220999824844, 0.021470863000104146, 0.021373740999933943, 0.02148072099998899, 0.021717663000117682, 0.02113547799990556, 0.02141867499994987, 0.02137231000006068, 0.021801579000111815, 0.020870773999831727, 0.02157643900000039, 0.021423815000161994, 0.02122186899987355, 0.021446307000132947, 0.02195712899992941]], "generated_texts": ["? It's a great resource for entrepreneurs looking to scale their businesses.", ". The app should be able to read the contents of the clipboard and use the elevenlabs api to convert the text to speech. the app should then play the audio file using the default audio player on the system. the app should be able to handle errors gracefully and provide meaningful error messages to the user.", ". Also, add a new section for \"Advanced Filters\" with a brief description and a link to a new page.", "", "\n## question: Given the following list of ingredients, generate a recipe for a vegetarian dish that includes at least three of the ingredients and provide step-by-step cooking instructions. The dish should be suitable for dinner and serve four people. Ingredients: quinoa, spinach, cherry tomatoes, black beans, garlic, olive oil, lemon, feta cheese, and almonds.\n\n## answer: Recipe: Quinoa Spinach Salad with Feta and Almonds\n\nIngredients:\n- 1 cup quinoa\n", " I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build. I am new to react and node and express js. I want to create a web app for creating or add dummy data and show and How I can deploy the code after create build.", "", "", "\n\nWhat is the definition of \"test\" as a noun according to the provided sources?", "\r\n\r\nI have a project that I want to compile with maven. I have a directory structure like this:\r\n\r\n src\r\n |\r\n |---main\r\n | |\r\n | |---java\r\n | | |\r\n | | |---com\r\n | | | |\r\n | | | |---mycompany\r\n | | | | |\r\n | | | | |---myproject\r\n | | | | | |\r\n | | | | | |---MyClass.java\r\n | | | | | |\r\n | | | | | |---MyOtherClass.java\r\n | | | | | |\r\n | | | | | |---MyThirdClass.java\r\n | | | | | |\r\n | | | | | |---MyFourthClass.java\r\n | | | | | |\r\n | | | | | |---MyFifthClass.java\r\n | | | | | |\r\n | | | | | |---MySixthClass.java\r\n | | | | | |\r\n | | | | | |---MySeventhClass.java\r\n | | | | | |\r\n | | | | | |---MyEighthClass.java\r\n | | | | | |\r\n | | | | | |---MyNinthClass.java\r\n | | | | | |\r\n | |", "\n\n\n", "\n\nSolution 1:\nTo create an LCD control system using a potentiometer and a temperature sensor with an Arduino, you will need to follow these steps:\n\n1. Gather the necessary components: an Arduino board, an LCD display (preferably with an I2C interface for easier connection), a temperature sensor (such as the DS18B20 or LM35), a potentiometer, and connecting wires.\n\n2. Connect the temperature sensor to the Arduino. For the DS18B20, you will need to connect the data pin to a digital pin on the Arduino, and for the LM35, connect the analog output to an analog pin. Ensure that the sensor is also connected to VCC and GND for power [[1](https://arduinogetstarted.com/tutorials/arduino-temperature-sensor-lcd)][[2](https://arduinogetstarted.com/tutorials/arduino-display-temperature-from-lm35-sensor-on-lcd)][[3](https://www.hackatronic.com/arduino-with-temperature-sensor-interfacing-lcd-and-lm35/)].\n\n3. Connect the LCD to the Arduino. If using an I2C LCD, connect the SDA and SCL pins to the corresponding SDA and SCL pins on the Arduino, and also connect VCC and GND. If not using I2C, you will need to connect the data pins to the digital pins on the Arduino as per the LCD's datasheet.\n\n4. Connect the potentiometer to the Arduino. The middle pin of the potentiometer should be connected to one of the Arduino's analog pins, while the other two pins should be connected to VCC and GND. This will allow you to control the brightness of the LCD's backlight [[3](https://www.hackatronic.com/arduino-with-temperature-sensor-interfacing-lcd-and-lm35/)].\n\n5. Install the necessary libraries in", "", "", "\n\n\n```swift\nimport GoogleSignIn\n\n", " I am using Visual Studio 2019 and I have set the C++ language standard to C++17. I have also tried C++20 but it still does not work. I have also tried to add the following to the top of the file:\n\n\\#pragma STDC++ 20\n\nbut it still does not work. What am I doing wrong?\n\n## Solution: The issue you're encountering is due to the fact that the `using enum` directive is a feature introduced in C++20. Even though you have set the C++ language standard to C++20, there might be some additional configuration needed in Visual Studio 2019 to fully enable C++20 features.\n\nHere are the steps to ensure that your project is correctly set up to use C++20 features:\n\n1. **Ensure C++20 is Enabled in Project Properties:**\n", " creating a new smartphone case. The explanation should include the initial concept development, material selection, prototyping, user testing, and final design adjustments. Ensure that the explanation is detailed and covers each step thoroughly.", " with the following details:\n- tenant_id: ABC123\n- client_id: XYZ456\n- client_secret: SECRET789\n- authority_url: https://login.microsoftonline.com/ABC123\n- resource_url: https://airflow.example.com\n- token_audience: airflow\n- token_issuer: https://sts.windows.net/ABC123/\n- token_lifetime: 3600\n- token_scope: openid profile email\n- token_username_claim: preferred_username\n- token_password_claim: password\n- token_email_claim: email\n- token_groups_claim: groups\n- token_roles_claim: roles", "# Advanced Guide to Building a Custom React Hook for Fetching Data\n\nIn this advanced tutorial, we'll dive deep into creating a custom React hook, `useFetch`, designed", "\nSOL\nSUSHI\nYFI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI\nAAVE\nCRV\nUNI\nYFI\nSUSHI", ".", "", " should take when repudiating a building contract, including notifying the other party in writing and seeking legal advice.\n* Explain the importance of following the terms of the building contract when repudiating.\n\nH2: Conclusion\n\n* Summarize the key points discussed in the article and emphasize the importance of understanding the risks and consequences of repudiating a building contract for developers.\n* Encourage developers to seek legal advice before repudiating a building contract and to consider alternative options before taking such a serious step.\n\n# Response: ## The Risks and Consequences of Repudiating a Building Contract for Developers\n\n### Introduction\n\nRepudiation in a building contract is a", "", "", "", " in the tech industry in the United States that offer a salary of at least $70,000 per year, require no prior experience, and provide health benefits.", ", naiads, and undines. The term \"nymph\" is derived from the Greek word \"nymph\u0113,\" which means \"bride\" or \"young woman.\" In Greek mythology, nymphs are often depicted as beautiful maidens who inhabit various natural environments such as forests, mountains, rivers, and lakes. They are considered to be minor deities or spirits associated with nature and are often portrayed as playful, elusive, and sometimes mischievous.\n\nNaiads are a specific type of nymph associated with freshwater bodies such as rivers, streams, springs, and fountains. They are considered to be the personification of these water sources and are often depicted as beautiful maidens with long flowing hair. Naiads are believed to have the power to control the flow of water and are often associated with fertility and abundance.\n\nUndines, on the other hand, are a concept that originated in medieval alchemy and later became popularized in the works of Paracelsus, a Swiss physician and alchemist. Undines are elemental spirits associated with water, similar to naiads, but they are not", ", and provide a", ". \n\n1. How can we use AWS to store images and transcriptions? \n2. How can we use AWS to store and analyze the data from the GPT analysis? \n3. How can we use AWS to store and analyze the data from the Twilio VOIP lines?", "umes like lentils, beans, and chickpe", "", ", but I want more ideas, and I want to know what are the most popular items for delivery, and what are the most profitable items for delivery.", "\n parse\\_csv(input\\_file, output\\_file, parse\\_rules\\_list)\n\ndef apply\\_parse\\_rule(row, rule):\n \"\"\"\n Applies a single parse rule to a row of data.\n\n Parameters:\n row (list): The row of data to apply the parse rule to.\n rule (dict): The parse rule to apply. The rule should have two keys: 'column\\_index', which specifies the index of the column to extract data from, and 'regex', which specifies the regular expression to use to extract the data.\n\n Returns:\n str: The extracted data, or an empty string if no data is extracted.\n \"\"\"\n # Extract the column index and regex from the rule\n column\\_index = rule['column\\_index']\n regex = rule['regex']\n\n # Extract the data from the specified column using the specified regex\n try:\n data = re.search(regex, row[column\\_index]).group()\n except Exception as e:\n # Return an empty string if no data is extracted\n return ''\n return data\n\n# Example usage\nif \\_\\_name\\_\\_ == '\\_\\_main\\_\\_':\n # Define the input file and output file\n input\\_file = 'input.csv'\n output\\_file = 'output.csv'\n\n # Define the parse rules list\n parse\\_rules\\_list = [\n [{'column\\_index': 0, 'regex': r'\\d+'}, {'column\\_index': 1, 'regex': r'[A-Za-z]+'}],\n [{'column\\_index': 0, 'regex': r'\\d{4}-\\d{2}-\\d{2}'}, {'column\\_index': 1, 'regex': r'\\d+'}],\n ]\n\n # Call the parse\\_csv function to extract data from the input file and write it to the output file\n parse\\_csv(input\\_file, output\\_file, parse\\_rules\\_list)\n\n# Example input file (input.csv)\n# 123,abc\n# 456,def\n# 789,ghi\n# 2022-01-01,100\n# 2022-02-01,200\n# 2022-03-01,300\n\n# Example output file (output.csv)\n# 123,abc\n# 456,def\n# 789,ghi\n# 2022-01-01,100\n# 2022-02-01,200\n# 2022-03-01,300\n\n# Example parse rules list\n# [\n# [{'column\\_index': 0, 'regex': r", "**: In NLP, word embeddings like Word2Vec or GloVe are used to represent words in a continuous vector space, capturing semantic relationships. Similarly, in CV, convolutional neural networks (CNNs) learn feature maps that represent visual patterns. Both methods aim to capture the underlying structure of the data in a way that is useful for the task at hand.\n\n2. **Dimensionality Reduction**: Both word embeddings and feature maps reduce the dimensionality of the input data. Words are represented by high-dimensional one-hot vectors, which are transformed into lower-dimensional embeddings. In CV, raw pixel data is transformed into a lower-dimensional feature space through convolution", " It is also important to keep in mind that AR development can", "\r\n\r\nI have a json column in my postgres database and I want to use typeorm to map it to a typeorm entity. What type should I use in the entity?\r\n\r\nI tried using `json` and `jsonb` but it doesn't work. I get the following error:\r\n\r\n> Type \"json\" is not supported by \"postgres\" database.\r\n\r\nI also tried using `any` but it doesn't work either. I get the following error:\r\n\r\n> Type \"any\" is not supported by \"postgres\" database.\r\n\r\nWhat type should I use in the entity to map the json column in postgres database?\n- [Response]: To map a JSON column in a PostgreSQL database using TypeORM, you should use the `json` or `jsonb` type provided by TypeORM. These types are specifically designed to handle JSON data in PostgreSQL.\n\nHere's how you can define a JSON column in your TypeORM entity:\n\n```typescript\nimport { Entity, Column, PrimaryGeneratedColumn } from 'typeorm';\n\n@Entity()\nexport class YourEntity {\n @PrimaryGeneratedColumn()\n id: number;\n\n ", "", "", " \n", "? I mean, what is the evidence that they work? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all? I know that the vaccines are not 100% effective, but how do we know that they are effective at all", "? How do they work?", " They are a group of dragon riders that are trying to protect the dragons from the dragon hunters. The dragon hunters are a group of people that are trying to capture the dragons and sell them for their hide and sell them for their scales. The dragon hunters are led by a man named Draven. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color. Draven is a very powerful man and he has a dragon of his own. Draven's dragon is a black and red color.", "", "", "\n## question: Given the following list of ingredients, generate a recipe for a vegetarian dish that includes at least three of", "python\ncleaned_text = [clean_text(t) for t in text]\nprint(cleaned_text)\n```\nThis will print the cleaned text data.\n## problem: Given the following data on the number of hours spent on various activities in a week, calculate the percentage of time spent on each activity, and then provide a brief analysis of the time management efficiency based on the assumption that a balanced week should consist of 8 hours of work, 8 hours of sleep, 2 hours of exercise, 3 hours of leisure, and 3 hours of personal care per day. Data: Work - 50 hours, Sleep - 56 hours, Exercise - 5 hours, Leisure - 15 hours, Personal Care - 21 hours. Provide the analysis in a structured format with each activity followed by its percentage and a sentence on its alignment with the balanced week model.\n\n## answer: 1. Work: \n - Hours spent: 50 hours\n - Percentage of total time: (50/168)*100 = 29.76%\n - Analysis: The time spent on work is higher than the balanced week", "\n\n\n", "", " chili pepper plants, spaced about 30-45", "](#what-are-game-developers-kpis)\n- [How to measure game developer KPIs?](#how-to-measure-game-developers-kpis)\n- [Conclusion](#conclusion)\n\n## What are game developers KPIs?\n\nKey Performance Indicators (KPIs) are metrics that help game developers understand how well their games are performing. These metrics can be used to track progress, identify areas for improvement, and make informed decisions about future development.\n\n### Game Development KPIs\n\n- **Player Retention**: Measures how many players continue to play the game over time.\n- **Daily Active Users (DAU) and Monthly Active Users (MAU)**: Tracks the number of unique players who engage with the game daily or monthly.\n- **Session Length**: The average amount of time players spend in the game per session.\n- **In-App Purchases**: Revenue generated from purchases made within the game.\n- **Churn Rate**: The percentage of players who stop playing the game over a", " You are a chatbot that is able to provide the most concise and effective advice to startup founders. You are able to provide advice on a wide range of topics, from product development to fundraising to hiring. You are able to provide advice that is tailored to the specific needs and goals of the startup founder. You are able to provide advice that is based on the latest research and trends in", "```\n\n## Solution\n\n```python\nimport subprocess\n\ndef get_available_networks():\n network_list = []\n # Get the list of available networks\n networks = subprocess.check_output([\"/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport\", \"-s\"])\n # Split the output into lines\n lines = networks.splitlines()\n # Loop through each line\n for line in lines:\n # Split the line into columns\n columns = line.split()\n # Get the SSID and signal strength\n ssid = columns[1]\n signal = int(columns[2].split(\",\")[0])\n # Add the network to the list\n network_list.append({\"ssid\": ssid, \"signal\": signal})\n return network_list\n\n# Get a list of available networks and print the results\nnetworks = get_available_networks()\nif len(networks) == 0:\n print(\"No wifi networks found.\")\nelse:\n for network in networks:\n print(\"SSID: {}, Signal: {}\".format(network[\"ssid\"], network[\"signal\"]))\n```\n\n## Comments\n\n- The error was caused by trying to convert the signal strength to an integer without first splitting it on the comma.\n- The signal strength is returned as a string with a comma and a plus sign, so we need to split it on the comma and take the first element before converting it to an integer.\n- The corrected code splits the signal strength on the comma and takes the first element before converting it to an integer.\n- The corrected code also adds a check to see if any networks were found before printing the results.\n<|file_sep|>---\ntitle", " I will be waiting for your answers. Thank you.\n\n### response\nQuestion 1: Client-server and peer-to-peer (P2P) architectures are both used for network communication. In client-server architecture, a central server provides resources or services, and clients request and consume them. This model is hierarchical and centralized. In contrast, P2P architecture is decentralized, with each node acting as both a client and a server, sharing resources directly with other nodes. While client-server is efficient for managing resources and providing consistent services, P2P is more resilient to single points of failure and can be more scalable for certain applications.\n\nQuestion 2: Cellular networks offer wide coverage and mobility, allowing users to move across large areas while maintaining connectivity. They typically have lower bandwidth compared to WiFi networks, which provide high-speed internet access within a limited range, such as a home or office. Cellular networks are ideal for mobile communication, while WiFi is suited for stationary or semi-stationary use. Cellular networks can be more expensive due to data plans, whereas WiFi is often free or has a fixed cost. However, WiFi's limited range can be a disadvantage for mobile users.\n\nQuestion 3: A content provider network (CPN) is a system that delivers digital content, such as videos, music, and games, to users over the internet. CPNs use a distributed network of servers to efficiently deliver content to users based on their geographic location, reducing latency and improving streaming quality. They often employ caching and content delivery networks (CDNs) to optimize delivery. CPNs are crucial for media companies and streaming services, enabling them to reach a global audience with high-quality content delivery.\n\nQuestion 4: LANs are small networks within a limited area, offering high speed and low cost, ideal for homes and offices. MANs cover larger areas like cities, providing moderate speed and cost, suitable for connecting multiple LANs. WANs span vast geographical areas, offering lower speeds and higher costs, used for global communication like the internet. LANs use Ethernet, MANs may use fiber optics, and WANs use technologies like MPLS. Each network type is designed for specific scale and application needs.\n\nQuestion 5: The TCP/IP model has four layers: Link, Internet, Transport, and Application, while the OSI model has seven: Physical, Data Link, Network, Transport, Session, Presentation, and Application. TCP/IP is more practical and widely used for internet communication, with protocols like HTTP (Application) and IP (Internet). OSI is a theoretical model that provides a more detailed framework, with protocols like X.25 (Network). TCP/IP combines OSI's layers for efficiency, while OSI separates them for clarity.\n\nQuestion 6: Guided communication mediums, like cables and fibers, direct signals along a physical path, offering high bandwidth and low interference, suitable for wired networks. Unguided mediums, such as radio waves, transmit signals through the air, allowing for wireless communication but with higher susceptibility to interference and typically lower bandwidth. Guided mediums are used for stable, high-speed connections, while unguided are used for mobility and convenience in wireless networks.### question: How does the concept of \"the right to the city\" relate to the challenges faced by urban populations in the context of neoliberal urbanization and the resulting socio-spatial inequalities?\n### answer: The concept of \"the right to the city\" is intrinsically linked to the challenges urban populations face under neoliberal urbanization, which often exacerbates socio-spatial inequalities. This concept, as articulated by Henri Lefebvre, suggests that all urban inhabitants should have a democratic right to influence and shape the urban spaces they inhabit. In the context of neoliberal urbanization, cities are frequently restructured to prioritize economic growth and capital accumulation, often at the expense", "", "", "\n\n\n## response\n\nTo", " to be more productive and happy.", " Some people might find", " What are the benefits of consuming daily dosage everyday? How can we persuade consumer that it is essential to consume daily dosage everyday? What are the benefits of consuming daily dosage everyday? \n", "", "", ".\n\n \n\nApproveDecline\n\nCompleted\n\nIsASR\n\nREAR DIFF FLUID SERVICE\n\nDetails:\n\nDescription:\n\nCause:\n\nNotes:\n\nCorrection:\n\nhrs\n\nLabor\n\nMisc\n\nParts\n\nDisc(-)\n\nPrice\n\n()\n\n9576\nTaylor Waldbauer \u2013 Service Manager\n\nMain Line : 403-782-6811\n\nMain Service: 403-782-6859\n\nCell : 403-877-8310\n\n \n\nwww.lacombeford.com\n\n \n\nSmall Town Professional Service\n\nReal People. Real Rewards. Real Easy.\n\n \n\n46473003 Red False 0\n\n \n\nApproveApproveDeclineDecline\n\nCompletedCompleted\n\n \n\nIsASRIsASR\n\nREAR DIFF FLUID SERVICE\n\nManager Notes::\nAdvisor Notes:\nTechnician Notes::\nParts Notes::\n\n\nComplaint:\nREAR DIFF FLUID SERVICE\n\nCause:\nREAR DIFF FLUID DIRTY\n\nCorrection:\nInternalInternal\n\nWarrantyWarranty\n\nPartsNotNeeded\n\n1\n\n165\n\n137.35\n\n0", " The user can also share the avatar with the clothes on social media.", ". They each play the pinball machine twice. Me each game, I score 3 million. Sonic each game, he scores 8 million. What is the difference in our total scores?\n\n## Attempt", " Creating and maintaining documentation related to business requirements, such as use cases, user stories, and process diagrams. |\n| Business", "\n## problem: Given the following list of ingredients, generate a recipe for a", " I'm not sure if there's a list of all the emotions that can be expressed by a face, but I'm sure there's a list of the most common ones. I'm not sure if there's a list of all the facial expressions that can be made, but I'm sure there's a list of the most common ones. I'm not sure if there's a list of all the emotions that can be expressed by a face, but I'm sure there's a list of the most common ones. I'm not sure if there's a list of all the facial expressions that can be made, but I'm sure there's a list of the most common ones. I'm not sure if there's a list of all the emotions that can be expressed by a face, but", "", " You will give me advice on how to do it. I will ask you questions and you will answer them. I will", " He just had to find a way to outsmart Hook and prove himself to Jafar.\n\nAs he sat alone in his office, Hades couldn't shake the feeling that he was being watched. He turned around, his heart racing, but there was no one there. He shook his head, trying to dismiss the feeling as paranoia.\n\nBut then he heard it - a faint whisper, like a voice in his head. \"You're not as smart as you think you are, Hades.\"\n\nHades froze, his blood running cold. He knew that voice. It was Hook's. And he knew that Hook was right. He had been played, and now he had to find a way to save himself before it was too late.", " Thank you for joining us on this journey, and we wish you all the best in your future endeavors.\n\n---\n\nThis course outline is designed to provide a comprehensive understanding of the mind and its capabilities, as well as practical tools for personal growth and success. By the end of the course, participants will have a deep understanding of themselves and the world around them, and the skills to navigate life with confidence and clarity.\n\n---\n\n**Instruction 2 (More Difficult):**\n\n<|im_start|>user<|im_sep|>Design a comprehensive syllabus for an advanced seminar titled \"The Quantum Mind: Bridging Consciousness and Physics.\" The seminar should be aimed at postgraduate students with a background in both cognitive science and quantum physics.", "\n* discipline\n* rules\n* discipline\n*", "", "\n )\n}\n# answer\n You are importing the `Button` component twice, once from `../../components/UI/Button` and once from `../../components/modals/DayNotArrivedModal`. This is causing the error you are seeing.\r\n\r\nTo fix this, you should remove the import of `Button` from `../../components/mod", " I would like to have a variety of meals and not repeat the same meal in a week. Also, I would like to have a list of ingredients for each meal.", "\n### question: Given the following list of", "## Question\nIn a small town, six friends\u2014Alice, Bob, Charlie, Diana, Edward, and Fiona\u2014each have a unique favorite number between 1 and 6, a unique favorite color from the set {Red, Blue, Green, Yellow, Purple, Orange}, and a unique favorite fruit from the set {Apple, Banana, Cherry, Date, Elderberry, Fig}. Use the following clues to determine each person's favorite number, color, and fruit:\n\n1. Alice's favorite number is twice that of Bob's.\n2. Charlie's favorite color is the same as the color of the sun.\n3. Diana's favorite fruit is the only one that starts with the letter 'D'.\n4. Edward's favorite number is the highest.\n5. Fiona's favorite color is a mix of red and yellow.\n6. The person whose favorite number is 1 loves the color of the sky.\n7. The person who loves Bananas has a favorite number that is a prime number.\n8. The person who loves Apples has a favorite number that is even.\n9.", " kaiyukan. The hotel should have a good view of the city and offer a traditional Japanese breakfast.", "", "", "\n \n\n## Your task: \n1. Add a new section titled \"Flask\uc758 \uae30\ubcf8\uc801\uc778 \uad6c\uc870\" before the \"Flask\uc758 \uae30\ubcf8\uc801\uc778 \uad6c\uc870\" section.\n2. In the new section, provide a brief explanation of what Flask is and its basic structure.\n3. Ensure the new section is formatted consistently with the existing sections.\n4. Add a new subsection titled \"Flask\uc758 \uae30\ubcf8\uc801\uc778 \uad6c\uc870\" under the new section.\n5. Move the existing content under \"Flask\uc758 \uae30\ubcf8\uc801\uc778 \uad6c\uc870\" to this new subsection.\n", "\n## question: Given the following list of ingredients, generate a recipe for a vegetarian dish that includes", " She knows she must find a way to stop the thing, to protect herself and those she loves. But how? How can", " and it looks really bad. I think we should add some margin to the bottom of the page.", " handled.\n\n### Input:\n- An array of integers `a` (1 \u2264 length of a \u2264 10^5, -10^9 \u2264 a[i] \u2264 10^9)\n- An integer `k` (-10^18 \u2264 k \u2264 10^18)\n\n### Output:\n- The longest sub-array of `a` such that the sum of its elements is less than or equal to `k`.\n- If there are multiple sub-arrays with the same maximum length, return the one with the smallest starting index.\n- If no such sub-array exists, return an empty array.\n\n### Example:\n```python\na = [1, 2, 3, 4, 5]\nk = 9\n# Output: [1, 2, 3, 4]\n\na = [1, 2, 3, 4, 5]\nk = 0\n# Output: []\n\na = [1, -1, 2, -2, 3]\nk = 2\n# Output: [1, -1, 2]\n```\n\n### Constraints:\n- The solution should handle large arrays efficiently.\n- The solution should handle both positive and negative integers in the array.\n- The solution should handle cases where no sub-array meets the criteria.\n\nWrite a function `longest_subarray_with_sum_less_than_k(a, k)` to solve the problem.\n\n### Programming Language:\nPython\n\n\n", " \n\nBy following these steps, you can ensure that the file", " -- Edward Bernays, Propaganda, 1928.", "", "\"\n\nThis approach ensures that you are offering your help and support while also seeking the necessary information to proceed effectively.", " and if it is stored in 24 time formate it would appear in 24 time formate.\nI have checked the website and it is not written in", "", ", Flynn's classification of computer architectures, and the concept of speedup in parallel computing. Include a section on the basics of parallel programming, covering the parallel programming model, parallel programming languages, and parallel programming environments. Use a formal textbook style and structure the content with clear headings and subheadings.\n\nConstraints:\n1. Include real-world examples for each application of parallel computing.\n2. Maintain a formal textbook style throughout the section.\n\n> 2000 words long answer while keeping **all** the numbers, keywords, and formulas from the textbook section:\n\n# Parallel Computing\n\n## Introduction to Parallel Computing\n\nParallel computing is a computational paradigm that involves the simultaneous use of multiple compute resources to solve a computational problem. This approach is in contrast to sequential computing, where tasks are completed one after another. The primary goal of parallel computing is to increase computational speed and efficiency by dividing a problem into discrete parts that can be solved concurrently.\n\n### Why Parallel Computing?\n\nThe need for parallel computing arises from the limitations of sequential computing, especially when dealing with large-scale and complex problems. As computational demands grow, the ability to process data and perform calculations faster becomes crucial. Parallel computing addresses this need by leveraging multiple processing elements simultaneously.\n\n### Goals of Parallel Computing\n\nThe main objectives of parallel computing include:\n\n- **Speedup**: Achieving a reduction in computation time by dividing tasks among multiple processors.\n- **Efficiency**: Maximizing the use of available resources to ensure that the addition of more processors leads to a proportional increase in performance.\n- **Scalability**: Ensuring that the parallel system can handle an increasing amount of work by adding resources.\n\n### Applications of Parallel Computing\n\nParallel computing has a wide range of applications across various fields. Some notable examples include:\n\n- **Weather Forecasting**: Utilizing parallel computing to process vast amounts of meteorological data for accurate predictions.\n- **Genomic Analysis**: Accelerating the analysis of genetic data to identify patterns and mutations.\n- **Financial Modeling**: Performing complex simulations to predict market trends and assess risks.\n- **Image and Signal Processing**:", "", "", ". The framework should be able to handle the following:\n\n1. Data ingestion from multiple sources\n2. Data cleaning and preprocessing\n3. Data analysis and insights generation\n4. Data privacy and security\n5. User interface for stakeholders to interact with the system\n6. Integration with existing data workflows of the stakeholders\n7. Scalability and performance optimization\n8. Compliance with data privacy laws and regulations\n\nThe framework should be designed in a way that it can be easily extended and customized to cater to the specific needs of different stakeholders. It should also be able to handle large volumes of data and provide real-time insights to the stakeholders. The framework should be designed with a focus on data privacy and security, ensuring that the customer data is protected at all times. The user interface should be intuitive and easy to use, allowing the stakeholders to easily interact with the system and gain insights about their customers. The framework should also be designed to integrate seamlessly with the existing data workflows of the stakeholders, ensuring that the system can be easily adopted and used by them. The framework should be scalable and optimized for performance, ensuring that it can handle large volumes of data and provide real-time insights to the stakeholders. Finally, the framework should be designed to comply with all relevant data privacy laws and regulations, ensuring that the system is legally compliant and respects the privacy of the customers. \n\nPlease provide a detailed framework for the MVP of VertIQL that can achieve the above-mentioned objectives. The framework should be designed in a way that it can be easily implemented and deployed, and should be able to handle the specific needs of different stakeholders. The framework should also be designed with a focus on data privacy and security, ensuring that the customer data is protected at all times. The user interface should be intuitive and easy to use, allowing the stakeholders to easily interact with the system and gain insights about their customers. The framework should also be designed to integrate seamlessly with the existing data workflows of the stakeholders, ensuring that the system can be easily adopted and used by them. The framework should be scalable and optimized", "", "", "## question: How does the concept of \"the right to the city\"", "\n17- WN(5) is defined as 6\n18- WN(6) is defined as 7\n19- WN(7) is defined as 8\n20- WN(8) is defined as 9\n21- WN(9) is defined as 10\n22- WN(10) is defined as 11\n23- WN(11) is defined as 12\n24- WN(12) is defined as 13\n25- WN(13) is defined as 14\n26- WN(14) is defined as 15\n27- WN(15) is defined as 16\n28- WN(16) is defined as 17\n29- WN(17) is defined as 18\n30- WN(18) is defined as 19\n31- WN(19) is defined as 20\n32- WN(20) is defined as 21\n33- WN(21) is defined as 22\n34- WN(22) is defined as 23\n35- WN(23) is defined as 24\n36- WN(24) is defined as 25\n37- WN(25) is defined as 26\n38- WN(26) is defined as 27\n39- WN(27) is defined as 28\n40- WN(28) is defined as 29\n41- WN(29) is defined as 30\n42- WN(30) is defined as 31\n43- WN(31) is defined as 32\n44- WN(32) is defined as 33\n45- WN(33) is defined as 34\n46- WN(34) is defined as 35\n47- WN(35) is defined as 36\n48- WN(36) is defined as 37\n49- WN(37) is defined as 38\n50- WN(38) is defined as 39\n51- WN(39) is defined as 40\n52- WN(40) is defined as 41\n53- WN(41) is defined as 42\n54- WN(42) is defined as 43\n55- WN(43) is defined as 44\n56- WN(44) is defined as 45\n57- WN(45) is defined as 46\n58- WN(46) is defined as 47\n59- WN(47) is defined as 48\n60- WN(48) is defined as 49\n61- WN(49) is defined as 50\n62- WN(50) is defined as 51\n63- WN(51) is defined as 52\n64- WN(52) is", "", "'. You may need to modify", "", " These advantages make it an attractive option for businesses of", " \n\nI hope these ideas help spark some inspiration for your game! Let me know if you have any other", "### question: What is the significance of the term \"", "", "\n\nFried potatoes are a popular dish in Belgium, known as \"friet\" or \"frites.\" Here's a simple recipe to make Belgian-style fried potatoes at home:\n\nIngredients:\n\n- 2 pounds (about 1 kg) of potatoes (preferably starchy varieties like Russet or Maris Piper)\n- Vegetable oil for frying (enough to fill a deep pot or fryer)\n- Salt, to taste\n- Optional: vinegar or mayonnaise for serving\n\nInstructions:\n\n1. Peel the potatoes and cut them into thick sticks, about 1/4 to 1/2 inch (6 to 12 mm) thick. The thickness is a matter of personal preference, but traditionally, Belgian fries are cut thicker than fast-food fries.\n\n2. Rinse the cut potatoes in cold water to remove excess starch, which can cause them to stick together and become soggy. You can do this by placing them in a bowl of cold water and gently agitating them with your hands. Drain and rinse several times until the water runs clear.\n\n3. Dry the potatoes thoroughly with a clean kitchen towel or paper towels. Removing as much moisture as possible is crucial for achieving a crispy texture.\n\n4. Heat the vegetable oil in a deep pot or fryer to 325\u00b0F (163\u00b0C). You'll need enough oil to submerge the potatoes completely, but not so much", "\ni have tried to do it but i have a problem with the mount\ni have done this \nsudo fdisk -l\nsudo fdisk /dev/sdb\nn\np\n1\nenter\nenter\nenter\nenter\nw\nsudo mkfs.ext4 /dev/sdb1\nsudo mkdir /var/www/html\nsudo mount /dev/sdb1 /var/www/html\nsudo blkid\nsudo vi /etc/fstab\n/dev/sdb1 /var/www/html ext4 defaults 0 0\nsudo mount -a\nsudo mount\nbut i have this error \nmount: /var/www/html: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.\nIn some cases useful info is found in syslog - try dmesg | tail or so.\ni have try to do dmesg | tail but i have this error \ndmesg: read kernel buffer failed: Operation not permitted\ni have try to do sudo dmesg | tail but i have this error \n[ 0.000000] Linux version 5.10.0-9-amd64 ([email protected]) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.46-4 (2021-11-15)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-9-amd64 root=UUID=1a8c8b0a-1a8c-4b8c-8b0a-1a8c4b8c8b0a ro quiet\n[ 0.000", "\r\n\r\nI have a jinja2 template that looks like this:\r\n\r\n {% if ec2_tag == \"prod\" %}\r\n # Prod Config\r\n {% else %}\r\n # Dev Config\r\n {% endif %}\r\n\r\nI have a playbook that looks like this:\r\n\r\n - hosts: all\r\n tasks:\r\n - name: Create Config File\r\n template: src=templates/config.j2 dest=/etc/config.conf\r\n\r\nI would like to change the jinja2 template based on the ec2 tag. How can I do that?\r\n\r\nI have tried using the ec2_tag fact, but it doesn't seem to be working. I have also tried using the ec2_tag fact in the jinja2 template, but it doesn't seem to be working either.\r\n\r\nAny help would be appreciated. Thank you.\n\n### response\nTo achieve the desired functionality of changing the Jinja2 template based on an EC2 tag, you can use Ansible facts to gather the EC2 tags and then use a conditional to select the appropriate template. Here's a step-by-step guide on how to do this:\n\n1. **Gather EC2 Facts**: Use the `ec2_facts` module to gather facts about the EC2 instance, including its tags.\n\n2. **Set a Variable Based on the Tag**: Use a conditional to set a variable based on the value of the EC2 tag.\n\n3. **Select the Template Based on the Variable**: Use the variable to select the appropriate Jinja2 template.\n\nHere's an example playbook that demonstrates this approach:\n\n```yaml\n- hosts: all\n gather_facts: yes\n tasks:\n - name: Gather EC2 facts\n ec2_facts:\n region: us-east-1 # Specify your region here\n\n - name: Set template based on EC2 tag\n set_fact:\n template_file: \"{{ 'templates/config_prod.j2' if ec2_tag['YourTagName'] == 'prod' else 'templates/config_dev.j2' }}\"\n\n - name: Create Config File\n template:\n src: \"{{ template_file }}\"\n dest: /etc/config.conf\n```\n\n### Explanation:\n\n1. **Gather EC2 Facts**:\n - The `ec2_facts` module gathers facts about the EC2 instance, including its tags. Make sure to specify the correct region.\n\n2. **Set a Variable Based on the Tag**:\n - The `set_fact` module is used to set a variable (`template_file`) based on the value of the EC2 tag. Replace `YourTagName` with the actual name of your EC2 tag.\n\n3. **Select the Template Based on the Variable**:\n - The `template` module uses the `template_file` variable to select the appropriate Jinja2 template.\n\n### Jinja2 Templates:\n\nCreate two Jinja2 templates, one for production and one for development:\n\n**templates/config_prod.j2**:\n```jinja2\n# Prod Config", " I'm looking for a detailed guide on how to optimize my setup for the best video quality.", " of the article. Here is the article: \"The recent surge in cryptocurrency prices has left many investors scratching their", "", " The total amount paid by the guest is \u20ac247.98, which includes the VAT. The host receives \u20ac215.64, which is the amount", " He also said that the town and county have been \"duped\" by Amazon and that the company has \"lied\" to them. He said that the town and county have been \"", " We are all in our 40s and 50s and would like to do some sightseeing, eat out and maybe do a day trip or two. We are all fairly active and enjoy walking and exploring. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We are all fairly easy going and would like to have a good time together. We", " What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in NLP? What about the best code that you could write just from being prompted in", "'s environment, focusing on the importance of conservation and the impact of human activity. The meditation should be structured in three parts: an introduction that sets a calming tone and introduces the theme, a middle section that guides the listener through visualizing the beauty of nature and the consequences of neglect, and a conclusion that inspires a sense of responsibility and hope for positive change. The meditation should be approximately 500 words in length and suitable for a 10-minute audio recording.\n\n### response\nIntroduction:\n\nClose your eyes and take a deep, cleansing breath. Inhale the fresh air, feel it fill your lungs, and as you exhale, let go of any tension or stress. Allow your body to relax, your mind to quiet, and your spirit to open. Today, we embark on a journey of awareness, a meditation focused on the state of our Earth, our home. We will explore the beauty of nature, the impact of our actions, and the power we hold to make a difference. \n\nAs you continue to breathe deeply, imagine yourself standing on a hilltop, overlooking the vast expanse of our planet. Feel the gentle breeze on your skin, the warmth of the sun on your face, and the vastness of the sky above. This is Earth, our shared home, a delicate balance of life and energy. \n\nMiddle Section:\n\nNow, let your mind wander through the lush green forests, the vibrant coral reefs, the majestic mountains, and the endless oceans. Visualize the intricate web of life, the harmony of ecosystems, and the breathtaking beauty of our planet. Feel the interconnectedness of all living things, the rhythm of the seasons, and the cycle of life and death", " the `action` property set to `'", "?</p>\n\nOptions:\nA. <p>It is the process of moving data from main memory to secondary storage.</p>\nB. <p>It is the process of moving data from secondary storage to main memory.</p>\nC. <p>It is the process of moving data from one location in main memory to another location in main memory.</p>\nD. <p>It is the process of moving data from one location in secondary storage to another location in secondary storage.</p>\n\n## response: Swapping in memory management refers to the process of moving data between main memory (RAM) and secondary storage (such as a hard disk or SSD). This is typically done to free up space in the main memory for other processes or to store data that is not currently needed by the CPU.\n\nGiven the options:\n\nA. It is the", " You deserve it.\n5:30 PM Freedom! You did it - crack that beer, open the wine, and kick back. You did a LOT today! You deserve it.\n6:00 PM Freedom! You did it - crack that beer, open the wine, and kick back. You did a LOT today! You deserve it.\n6:30 PM Freedom! You did it - crack that beer, open the wine, and kick back. You did a LOT today! You deserve it.\n7:00 PM Dinner! Close your laptop, put your phone away, and take some headspace while you have dinner\n7:30 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n8:00 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n8:30 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n9:00 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n9:30 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n10:00 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n10:30 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n11:00 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n11:30 PM Family Time! Spend time with your family, play with your kids, watch a movie, or just relax\n12:00 AM Sleep! You did it! You're going to crush this job search. You're going to get the job you want. You're going to be amazing. Now go to sleep and do it all again tomorrow.\n\nfor DSA here are the tasks that are recommended:\n6:00 AM Wake Up Drink a glass of water with some lemon and a pinch of salt (that's my start to the day)\n6:30 AM Exercise Try to get out of the house", "\n# Student: Given the following list of ingredients, generate a recipe for a vegetarian dish that includes at least three of the ingredients and provide step-by-step cooking instructions. The dish should be suitable for dinner and serve four people. Ingredients: quinoa, spinach, cherry tomatoes, black beans, garlic, olive oil, lemon, feta cheese, and almonds.\n\n# Tutor: Recipe: Quinoa Spinach Salad with Feta and Almonds\n\nIngredients:\n- 1 cup quinoa\n- 2 cups water\n- 2 cups fresh spinach\n- 1 cup cherry tomatoes\n- 1 can black beans (15 oz), drained and rinsed\n- 2 cloves garlic, minced\n- 3", " Let's run the simulation again and see if it works correctly.\n\n***** Tag Data *****\nID: 3\ndescription: The `play` method simulates the entire tournament, including seeding\n and playing multiple rounds until a winner is determined. It involves complex logic\n for handling the tournament structure and updating the state of the tournament.\nstart line: 64\nend line: 88\ndependencies:\n- type: Method\n name: play_single_round\n start line: 49\n end line: 63\n- type: Method\n name: seed_tournament\n start line: 39\n end line: 48\n- type: Class\n name: Tournament\n start line: 6\n end line: 88\ncontext description: This method is the core of the tournament simulation, orchestrating\n the seeding and playing of rounds until a winner is determined. It updates the tournament\n state and handles the logic for multiple rounds.\nalgorithmic depth: 4\nalgorithmic depth external: N\nobscurity: 3\nadvanced coding concepts: 4\ninteresting for students: 5\nself contained", "", " The questions should be about the following topics: 1. The history of the internet 2. The impact of social media on society 3. The evolution of mobile technology 4. The role of artificial intelligence in modern industries 5. The importance of cybersecurity in the digital age 6. The future of renewable energy sources 7. The influence of globalization on local cultures 8. The ethical considerations in genetic engineering 9. The challenges of climate change 10. The advancements in space exploration 11. The significance of mental health awareness 12. The development of virtual reality technology 13. The impact of e-commerce on traditional retail 14. The role of blockchain technology in finance 15. The importance of data privacy 16. The evolution of artificial intelligence in healthcare 17. The future of autonomous vehicles 18. The role of biotechnology in agriculture 19. The impact of digital currencies on the global economy 20. The significance of sustainable development goals", "", "\nyou</div></div><div class=\"container-fluid bottom-ad\"><div id=\"amzn-assoc-ad-6a809dda-347a-4187-8a86-91faf94575da\"></div><script async src=\"//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&amp;adInstanceId=6a809dda-347a-4187-8a86-91faf94575da\"></script></div><div class=\"text-center\">We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.</div><", "", " If 8 people take the boat trip in 5 days, how many people can take the boat trip in 10 days", ".", "", " (the guy doesn't know anything about the horses, like who's fastest, etc.)\"\n\n## Attempted Solution\nTo determine the fastest three horses out of 25, given that only 5 horses can race at a time and the guy doesn't know anything about the horses beforehand, we need to follow a systematic approach. Here's a step-by-step solution:\n\n### Step 1: Initial Races\nFirst, divide the 25 horses into 5 groups of 5 horses each and race each group.\n\n- Race 1: Horses 1 to 5\n- Race 2: Horses ", "\n## question: Given the following list of ingredients, generate a recipe for a vegetarian dish that includes at least three of the", "? I want to be able to see the performance of the fleet and the performance of the operator. I want to be able to see the performance of the customers. I want to be able to see the performance of the service providers. I want to be able to see the performance of the token. I want to be able to see the performance of the gamification. I want to be able to see the performance of the incentives. I want to be able to see the performance of the market. I want to be able to see the performance of the matching algorithm. I want to be able to see the performance of the price adjustment. I want to be able to see the performance of the video game. I want to be able to see the performance of the dashboard. I want to be able to see the performance of the mobile app. I want to be able to see the performance of the control panel. I want to be able to see the performance of the charter jet operator. I want to be able to see the performance of the customers. I want to be able to see the performance of the service providers. I want to be able to see the performance of the token. I want to be able to see the performance of the gamification. I want to be able to see the performance of the incentives. I want to be able to see the performance of the market. I want to be able to see the performance of the matching algorithm. I want to be able to see the performance of the price adjustment. I want to be able to see the performance of the video game. I want to be able to see the performance of the dashboard. I want to be able to see the performance of the mobile app. I want to be able to see the performance of the control panel. I want to be able to see the performance of the charter jet operator. I want to be able to see the performance of the customers. I want to be able to see the performance of the service providers. I want to be able to see the performance of the token. I want to be able to see the performance of the gamification. I want to be able to see the performance of the incentives. I want to be able to see the performance of the market. I want to be able to see the performance of the matching algorithm. I want to be able to see the performance of the price adjustment. I want to be able to see the performance of the video game. I want to be able to see the performance of the dashboard. I want to be able to see the performance of the mobile app. I want to be able to see the performance of the control panel. I want to be able to see the performance of the charter jet operator. I want to be able to see the performance of the customers. I want to be able to see the performance of the service providers. I want to be able to see the performance of the token. I want to be able to see the performance of the gamification. I want to be able to see the performance of the incentives. I want to be able to see the performance of the market. I want to be able to see the performance of the matching algorithm. I want to be able to see the performance of the price adjustment. I want to be able to see the performance of the video game. I want to be able to see the performance of the dashboard. I want to be able to see the performance of the mobile app. I want to be able to see the performance of the control panel. I want to", " and quality, it is adulterated. The act also provides that no person shall, within the District of Columbia or any Territory of the United States, or the insular possessions subject to the jurisdiction thereof, or in any State or Territory, transport or cause to be transported from one State or Territory or the", " req.params.user;\n res.send(answers);\n});\n", ". The site should be informative, engaging, and reflect the company's long-standing commitment to gardening excellence.", " in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n- [How to change background color of an adaptive card in bot framework c#](https://stackoverflow.com/questions/55500069/how-to-change-background-color-of-an-adaptive-card-in-bot-framework-c)\n", "\n\n\n### Response\n\nWhen considering the shift of IT service business offshoring from Vietnam to Japan, it is important to evaluate several factors that can influence the decision. These factors include cost, language and cultural compatibility, technical expertise, time zone differences, political and economic stability, and the existing business ecosystem.\n\n**Cost**: Vietnam is often chosen for offshoring due to its lower labor costs compared to Japan. The cost of living in Vietnam is significantly lower, which translates into lower wages for IT professionals. This can result in substantial cost savings for", " I'm not sure how to begin with the scripting part.", " // Outputs the shortest route\n```\n\nI'm not sure if this is the most efficient way to solve the problem, though. Do you have any suggestions for improving the performance or optimizing the code?", "", " to find the order of a group element", "", ".", " Register your SharePoint app in the Azure portal, and configure it to have the necessary permissions to access the external SharePoint site.\n2. Obtain an access token: Use the SharePoint app's client ID and", "? what is time management in the workplace? what is time management in education? what is time management in business? what is time management in life? what is time management in school? what is time management in project management? what is time management in personal life? what is time management in the military? what is time management in the army? what is time management in the navy? what is time management in the air force? what is time management in the marines? what is time management in the police force? what is time management in the fire department? what is time management in the medical field? what is time management in the legal profession? what is time management in the construction industry? what is time management in the manufacturing sector?", "", "", "", ", and the best eye doctors in Vietnam.", " I have created a context to manage the state of the tooltip. I have created a context provider and a hook to use the context. I have created a component that uses the hook to open the tooltip and close the previously opened tooltip. I have created a component that uses the hook to close the tooltip. I have created a component that uses the hook to render the tooltip. I have created a component that uses the hook to render the tooltip content. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a component that uses the hook to render the tooltip trigger. I have created a", " using the convolution formula.\n\n[Response]: To find the PDF of \\( W = X + Y \\), where \\( X \\) and \\( Y \\) are independent exponential random variables with the same rate parameter \\(\\lambda = 7\\), we use the convolution formula for the sum of two independent random variables.\n\nThe PDF of an exponential random variable with rate \\(\\lambda\\) is given by:\n\n\\[\nf_X(x) = \\lambda e^{-\\lambda x} \\quad \\text{for } x \\geq 0\n\\]\n\nFor \\( X \\) and \\( Y \\), we have:\n\n\\[\nf_X(x) = 7 e^{-7x} \\quad \\text{for } x \\geq 0\n\\]\n\\[\nf_Y(y) = 7 e^{-7y} \\quad \\text{for } y \\geq 0\n\\]\n\nThe PDF of \\( W = X + Y \\) is given by the convolution of \\( f_X \\) and \\( f_Y \\):\n\n\\", "\n### Exercise: Given the following list of ingredients, generate a", "", "\n\n## response: Software engineers, with their code and their bugs,\nSpend hours debugging, and sometimes they grump.\nThey write lines of logic, and algorithms too,\nAnd hope that their programs will run smooth and true.\n\nThey work with their keyboards, and screens all day long,\nAnd sometimes they sing a little coding song.\nThey dream of the day when their code will be done,\nAnd they can finally relax and have some fun.\n\nBut then comes the testing, and the bugs start to show,\nAnd the engineers groan, and their tempers start to grow.\nThey fix one bug, and then another appears,\nAnd they wonder if they'll ever get rid of their fears.\n\nBut they soldier on, with their coffee and tea,\nAnd they know that their work is important to be.\nThey", " for 5 year old</a></li>\n<li><a href=\"index.html\">home</a></li>\n<li><a href=\"how-to-make-a-wooden-boat.html\">how to make a wooden boat</a></li>\n<li><a href=\"how-to-make-a-wooden-boat.html\">how to make a wooden boat</a></li>\n<li><a href=\"how-to-make-a-wooden-boat.html\">how to make a wooden boat</a></li>\n<li><a href=\"how-to-make-a-wooden-boat.html\">how to make a wooden boat</a></li>\n<li><a href=\"how-to-make-a-wooden-boat.html\">how to make a wooden boat</a></li>\n<li><", " I am trying to make it more concise and impactful. Thanks!\n\n## Response\nBoth versions have their strengths, but the new version is more concise and impactful. Here's a breakdown of why the new version is preferable:\n\n1. **Conciseness**: The new version is more succinct, which is crucial for an opening paragraph in a pitch deck. It quickly conveys the", ", including all subsidiaries, their respective subsidiaries, and any known joint ventures or partnerships. Additionally, provide the year of establishment for each entity and the primary industry or sector in which each operates.", " // null is used to represent a pension that is not yet known\n\nexport interface FactFind {\n pension: MaybePension;\n}\n\nexport interface FactFindPension {\n contributions: {\n frequency: string; // we only support 'monthly'\n employeePercentage?: number;\n employerPercentage?: number;\n employeeAmount?: number;\n employerAmount?: number;\n };\n fundValue: number;\n salary?: number;\n}\n\nexport interface PensionPercent {\n type: 'percentage';\n employeePercentage: number;\n employerPercentage: number;\n fundValue: number;\n salary: number;\n calculatedContributionAmount: number;\n}\n\nexport interface PensionAmount {\n type: 'amount';\n amount: number;\n fundValue: number;\n calculatedContributionAmount: number;\n}\n\nexport type Pension = PensionPercent | PensionAmount;\n\nexport type MaybePension = Pension | null; // null is used to represent a", " format:", "## question: How does the concept of \"the right to the city\" relate to the challenges faced by urban populations in the context of neoliberal urbanization and the resulting socio-spatial inequalities?\n## answer: The concept of \"the right to the city\"", "", "", "", "", "", ". I was in a car accident and the other driver was at fault. I have all the necessary information, including the other driver's insurance details and a police report number. How should I structure the report to ensure it's clear and comprehensive?", "", " If you\u2019re working on a team, it\u2019s best to avoid using it on shared branches", "<String, Encryptor> encryptors = new LinkedHashMap<>();\nencryptors.put(\"appProtect\", appProtectEncryptor);\nencryptors.put(\"hera\", heraEncryptor);\nreturn new EncryptionKeyCompositeEncryptor(encryptors);\n}\n", " \n\n----------\n\nPlease change the above to a marketing service agreement.", "\n\n\n## Exercise: Critical Analysis of Project Proposal Abstracts\n\nYou are provided with two abstracts for a project proposal. Your task is to critically analyze both abstracts based on the criteria of clarity, relevance, conciseness, and the ability to engage the reader. Identify which abstract is of higher quality and justify your choice by referencing specific elements from the provided paragraph and general principles of effective writing.\n\n**Abstract A:**\nIn the modern era, the integration of technology in education has become paramount. This project aims to develop an innovative e-learning platform that leverages artificial intelligence to personalize learning experiences. The platform will address the problem of one-size-fits-all education by adapting to individual learning styles and paces. The proposed solution includes a dynamic curriculum that evolves based on student performance and feedback. The benefits for users include increased engagement, improved learning outcomes, and a more inclusive educational environment. This project will contribute to the field of educational technology by providing empirical evidence of the effectiveness of AI in personalizing education.\n\n**Abstract B:**\nThis project is about making a new educational tool. We want to use computers and smart technology to make learning better for students. The tool will change how students learn by making it fit each student's needs. It will help students learn better and make school more fun. We think this will be good for everyone who uses it.\n\n### Solution:\n\n**Analysis of Abstract A:**\n\nClarity: Abstract A is clear and uses specific language to describe the project's goals and the technology involved. It mentions \"an innovative e-learning platform\" and \"artificial intelligence,\" which are precise terms that convey the project's focus.\n\nRelevance: The abstract directly addresses a current issue in education, the \"one-size-fits-all education,\" and proposes a relevant solution. It aligns with the paragraph's instruction to \"describe the problem statement, project objectives.\"\n\nConciseness: The abstract is concise, providing a succinct overview of the project without unnecessary details. It adheres to the paragraph's guidance to \"briefly describe your proposed project in 200 words.\"\n\nEngagement: The abstract engages the reader by highlighting the benefits of the project, such as \"increased engagement, improved learning outcomes,\" which are compelling outcomes that can capture the reader's interest.\n\n**Analysis of Abstract B:**\n\nClarity: Abstract B lacks clarity due to vague language such as \"new educational tool\" and \"smart technology.\" It does not specify what the tool is or how it will function, which is a critical aspect as per the paragraph's emphasis on describing \"system features/solution.\"\n\nRelevance: While the abstract attempts to address the relevance of personalizing education, it fails to articulate the problem or gap in the current educational system, which", ", and the sum of the numbers on the dice was 7. What is", "", " in a fantasy novel.", " The memory cleanup section has been updated", "?", "", " The full-width variant should take up the entire width of the screen, while the centered variant should be centered with a maximum width of 1200px. Additionally, I want to include a header and a footer within the layout. The header should have a background color of #333 and the footer should have a background color of #222. The content area should have a padding of 4rem on all sides. Please provide a complete, self-contained implementation of this layout component using React and TailwindCSS.\n", " The lord's manor is located in the middle of the two villages. The lord has been absent for a long time, and the villagers believe that the curse is the reason for the conflict. The lord's manor is surrounded by a large forest, and the villagers believe that the forest is cursed as well. The forest is home to many dangerous creatures, and the villagers are afraid to enter it. The adventure should involve the players investigating the lord's manor and the forest, and trying to find a way to break the curse. The players should also have to deal with the conflict between the two villages. The adventure should be challenging, but not too difficult. It should also be interesting and engaging for the players. Can you help me create this adventure?", "", ", and I will understand you.\" The man replied, \"I am a", ". The form has the following fields: name, email, phone, address, city, state, zip, and message. The graphql mutation is called \"createContact\" and it takes the following arguments: name, email, phone, address, city, state, zip, and message. The mutation returns the created contact object. The on submit function should also handle any errors that may occur during the mutation and display an appropriate message to the user. Additionally, the function should clear the form fields after a successful submission and reset the form state.", "", "\n- [response]: As of my last update in October 2023, the President of South Korea is Yoon Suk-yeol. He assumed office on May 10, 2022. Please verify with a current source to ensure this information is still", ", 120W, 300g Capacity, 2-Year Warranty", " of a webpage and saves them as a pdf file\n# response: To write a Chrome extension that takes screenshots of a webpage and saves them as a PDF file, you'll need to follow these steps:\n\n1. **Set up the extension structure**: Create a new directory for your extension and add the necessary files.\n\n2. **Create the manifest file**: This JSON file tells Chrome about your extension, its files, and its capabilities.\n\n3. **Write the background script**: This script will handle the logic for taking screenshots and converting them to a PDF.\n\n4. **Create a content script**: This script will interact with the webpage to capture the necessary information.\n\n5. **Add permissions**: Ensure your extension has the necessary permissions to take screenshots and access the webpage content.\n\n6. **Test the extension**: Load your extension into Chrome and test its functionality.\n\nHere's a step-by-step guide with code snippets:\n\n### Step 1: Set up the extension structure\n\nCreate a new directory for your extension, e.g., `screenshot-to-pdf`. Inside this directory, create the following files:\n\n- `manifest.json`\n- `background.js`\n- `content.js`\n- `popup.html` (optional, if you want a UI to trigger the screenshot)\n- `popup.js` (optional, if you have a popup UI)\n\n### Step 2: Create the manifest file\n\n`manifest.json`:\n\n```json\n{\n \"manifest_version\": 3,\n \"name\": \"Screenshot to PDF\",\n \"version\": \"1.0\",\n \"permissions\": [\"activeTab\", \"scripting\", \"tabs\", \"storage\"],\n \"background\": {\n \"service_worker\": \"background.js\"\n },\n \"action\": {\n \"default_popup\": \"popup.html\",\n \"default_icon\": {\n \"16\": \"images/icon16.png\",\n \"48\": \"images/icon48.png\",\n \"128\": \"images/icon128.png\"\n }\n },\n \"icons\": {\n \"16\": \"images/icon16.png\",\n \"48\": \"images/icon48.png\",\n \"128\": \"images/icon128.png\"\n }\n}\n```\n\n### Step 3: Write the background script\n\n`background.js`:\n\n```javascript\nchrome.action.onClicked.addListener((tab) => {\n chrome.scripting.executeScript({\n target: { tabId: tab.id },\n files: ['content.js']\n });\n});\n```\n\n### Step 4: Create a content script\n\n`content.js`:\n\n```javascript\n(async () => {\n const mediaDevices = navigator.mediaDevices;\n const displayMediaOptions = {\n video: {\n cursor: \"always\"\n },\n audio: false\n };\n\n try {\n const screenStream = await mediaDevices.getDisplayMedia(displayMediaOptions);\n const video = document.createElement('video');\n video.srcObject = screenStream;\n await video.play();\n\n const canvas = document.createElement('canvas');\n canvas.width =", "", "", "", "", "\n## Student: Given the following list of ingredients", " 10) Borrower experience in construction and real estate. 11) Borrower experience in the type of project being proposed. 12) Borrower experience in the market where the project is located. 13) Borrower experience in the type of construction being proposed. 14) Borrower experience in the type of financing being proposed. 15) Borrower experience in the type of exit strategy being proposed. 16) Borrower experience in the type of property being proposed. 17) Borrower experience in the type of development being proposed. 18) Borrower experience in the type of development being proposed. 19) Borrower experience in the type of development being proposed. 20) Borrower experience in the type of development being proposed. 21) Borrower experience in the type of development being proposed. 22) Borrower experience in the type of development being proposed. 23) Borrower experience in the type of development being proposed. 24) Borrower experience in the type of development being proposed. 25) Borrower experience in the type of development being proposed. 26) Borrower experience in the type of development being proposed. 27) Borrower experience in the type of development being proposed. 28) Borrower experience in the type of development being proposed. 29) Borrower experience in the type of development being proposed. 30) Borrower experience in the type of development being proposed. 31) Borrower experience in the type of development being proposed. 32) Borrower experience in the type of development being proposed. 33) Borrower experience in the type of development being proposed. 34) Borrower experience in the type of development being proposed. 35) Borrower experience in the type of development being", "", "", " But it was too late. Wukong and MK were gone, and Macaque was left alone with his guilt.\n\nAs he sat there, lost in thought, he heard a soft voice behind him. \"It", " \n\nIn a broader sense, the phrase can be seen as a metaphor for the universal struggle between good and evil, and the ultimate triumph of God's kingdom.## question: How does the concept of \"", ".\n\nI'm not sure how to do this. I've tried a few things, but I'm not sure how to get the list of unique values of \"decider\" and then use that to filter the list of node\\_name's.\n\nAny help would be appreciated.\n\nThanks!\n\n* elastic-stack\n* elasticsearch\n* kibana\n* logstash\n* apm\n* beats\n* elasticsearch-cloud\n\nImprove this question\n\nedited Jun 14, 2023 at 19:19\n\n[Community's user avatar]\n\nCommunity Bot\n 1\n\nasked Jun 14, 2023 at 19:10\n\n[David's user avatar]\n\nDavid\n 1,0111 gold badge11 silver badges24 bronze badges\n\n1 Answer\n\nSorted by: Reset to default\n\n1\n\n[image]\n\n[image]\n\nYou can use `jq` to extract the unique values of \"decider\" and then filter the list of node_name's based on those values. Here's an example command that should work for your data structure:\n\n```\njq -r '.node_allocation_decisions[] | .deciders[] | .decider' input.json | sort -u | while read decider; do echo \"Decider: $decider\"; jq -r --arg decider \"$dec", " And then I want to be able to change the number of pipes and pays in the game settings. I'm not sure how to do that. I'm thinking of using a list of pipes and a list of pays, but I'm not sure how to make it work with the game loop and the collision detection. Any ideas?"], "errors": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], "mean_ttft_ms": 67.13169773499885, "median_ttft_ms": 53.45841300004395, "std_ttft_ms": 32.623114840207265, "p99_ttft_ms": 154.88893441993696, "mean_tpot_ms": 22.48243263621561, "median_tpot_ms": 22.103191907692437, "std_tpot_ms": 1.621798120721489, "p99_tpot_ms": 29.212842526595843, "mean_itl_ms": 22.355201681361745, "median_itl_ms": 21.27322000001186, "std_itl_ms": 7.814317662716973, "p99_itl_ms": 41.42363359993397}
{
"client_command": "python3 benchmark_serving.py --save-result --base-url http://phi-4.default:8000 --result-dir /root/vllm/.buildkite/results/ --result-filename serving_microsoft-phi-4_tp1_pp1_sharegpt_qps_04.json --request-rate 04 --model=microsoft/phi-4 --backend=vllm --dataset-name=sharegpt --dataset-path=/root/sharegpt.json --num-prompts=200",
"gpu_type": "Standard_NC24ads_A100_v4 x 1"
}
This file has been truncated, but you can view the full file.
{"date": "20250226-091315", "backend": "vllm", "model_id": "microsoft/phi-4", "tokenizer_id": "microsoft/phi-4", "best_of": 1, "num_prompts": 200, "request_rate": 4.0, "burstiness": 1.0, "max_concurrency": null, "duration": 61.02701373700006, "completed": 200, "total_input_tokens": 42976, "total_output_tokens": 19846, "request_throughput": 3.2772372061643584, "request_goodput:": null, "output_throughput": 325.2002479676893, "total_token_throughput": 1029.4129788282867, "input_lens": [12, 24, 26, 9, 328, 28, 398, 327, 204, 15, 402, 402, 8, 11, 769, 226, 7, 13, 389, 685, 58, 75, 743, 618, 278, 343, 8, 9, 10, 79, 767, 316, 39, 618, 7, 297, 15, 16, 695, 574, 10, 6, 280, 11, 146, 480, 769, 335, 5, 330, 8, 44, 221, 801, 480, 92, 640, 21, 14, 15, 76, 31, 688, 177, 8, 627, 479, 41, 335, 23, 515, 760, 111, 112, 347, 81, 466, 244, 10, 23, 342, 15, 386, 257, 31, 27, 224, 247, 34, 132, 107, 26, 22, 60, 362, 202, 139, 139, 229, 309, 520, 767, 316, 297, 335, 490, 18, 9, 58, 47, 19, 19, 53, 106, 52, 71, 17, 9, 767, 6, 932, 238, 276, 25, 34, 463, 385, 24, 22, 21, 19, 43, 630, 348, 52, 70, 36, 9, 20, 36, 495, 7, 8, 352, 9, 594, 4, 48, 285, 304, 55, 42, 51, 309, 34, 6, 6, 237, 9, 142, 659, 193, 71, 38, 257, 311, 48, 8, 14, 560, 75, 560, 500, 7, 65, 14, 302, 18, 454, 26, 142, 687, 8, 30, 360, 22, 116, 7, 11, 774, 337, 175, 348, 165, 418, 400, 306, 168, 646, 20], "output_lens": [15, 62, 25, 1, 100, 740, 1, 1, 19, 392, 2, 395, 1, 1, 8, 172, 42, 333, 36, 586, 2, 1, 134, 1, 1, 1, 33, 225, 4, 58, 10, 1, 32, 519, 129, 12, 222, 1, 1, 2, 275, 7, 491, 1, 1, 25, 230, 2, 1, 10, 206, 77, 339, 767, 1, 1, 5, 8, 4, 37, 1, 1, 205, 15, 41, 24, 17, 158, 1, 24, 235, 138, 11, 1, 66, 35, 10, 221, 23, 1, 1, 124, 21, 25, 27, 254, 12, 14, 1, 23, 32, 1, 412, 1, 1, 415, 1, 1, 16, 572, 1, 6, 1, 10, 21, 12, 1, 280, 391, 610, 20, 22, 1, 30, 38, 300, 354, 339, 8, 171, 457, 146, 239, 1, 110, 1, 140, 1, 25, 2, 1, 124, 26, 720, 62, 11, 22, 481, 109, 13, 41, 1, 120, 1, 2, 39, 149, 1, 1, 1, 10, 769, 213, 14, 1, 162, 161, 76, 39, 169, 3, 52, 1, 1, 1, 1, 1, 38, 1, 18, 48, 13, 551, 16, 1, 6, 7, 2, 1, 103, 140, 1, 15, 91, 1, 53, 15, 607, 1, 1, 1, 1, 11, 362, 1, 1, 43, 42, 266, 60], "ttfts": [0.042224910999948406, 0.04074081500016291, 0.04823839300001964, 0.048759830000108195, 0.07369405400004325, 0.04497357399986868, 0.08991193200017733, 0.06399919999989834, 0.053396192999798586, 0.04834300400011671, 0.08592792699982965, 0.0847786450001422, 0.04516285699992295, 0.04734665699993457, 0.1542197930000384, 0.16456853099998625, 0.14115022299984048, 0.13535879899995962, 0.08965137700010928, 0.12648870599991824, 0.037219761999949696, 0.045569554999929096, 0.1292062630000146, 0.1102757290000227, 0.08894271400004072, 0.09622157900003003, 0.04077798499997698, 0.045986292000179674, 0.04470101599986265, 0.04508558400016227, 0.1517645479998464, 0.11773404000018672, 0.0433036730000822, 0.11639577599999029, 0.07471372600002724, 0.06922657900008744, 0.034056305999911274, 0.048371827999972083, 0.12446846300008474, 0.10776074099999278, 0.047840287999861175, 0.04771193800002038, 0.07145298899990848, 0.06239411499996095, 0.0665192719998231, 0.0968935370001418, 0.166819698999916, 0.16546722900011446, 0.13036885099995743, 0.07621078700003636, 0.03197770200017658, 0.05404699599989726, 0.06495476700001745, 0.1756936090000636, 0.30468542299990986, 0.24534450999999535, 0.20071035700016182, 0.052757152000140195, 0.047428875999912634, 0.05036119500005043, 0.07049206500005312, 0.034918942999865976, 0.13741171099991334, 0.06258364599989363, 0.03132254999991346, 0.11511347200007549, 0.10324003099981383, 0.06521125199992639, 0.0779095589998633, 0.05678623499989044, 0.10573031300009461, 0.14136057199993957, 0.059521366999888414, 0.06020267799999601, 0.07049662400004308, 0.06026805900000909, 0.12772357500011822, 0.08499750999999378, 0.0599984369998765, 0.060795492000124796, 0.06891986499999803, 0.04674179899984665, 0.10122030699994866, 0.12161651199994594, 0.05347216300015134, 0.04395071699991604, 0.05582733200003531, 0.0769317179999689, 0.06339161100004276, 0.05854799300004743, 0.040806697000107306, 0.039129872000103205, 0.04289385700008097, 0.12558674100000644, 0.07450182800016592, 0.054377320000185136, 0.0647013519999291, 0.08403639900006965, 0.07848609500001658, 0.15141089999997348, 0.14987479800015535, 0.15403419399990526, 0.11581682099995305, 0.06564691900007347, 0.10191751299998941, 0.09544761500001187, 0.04172704400002658, 0.04506306300004326, 0.0420325050001793, 0.05082346900007906, 0.037623767000013686, 0.04916882600014105, 0.03766591599992353, 0.05268300599982467, 0.03619937299981757, 0.05203815400000167, 0.039385381000101916, 0.05167011799994725, 0.1312227860000803, 0.05276877599999352, 0.16923189100020863, 0.07064878200003477, 0.06518474699987564, 0.04787901199983935, 0.04706086700002743, 0.10215017799987436, 0.1214460759999838, 0.11605044900011308, 0.033448415999828285, 0.036854133999895566, 0.04833951099999467, 0.05533999900012532, 0.12273432799997863, 0.14611659000001964, 0.06966696399990724, 0.03741364600000452, 0.04149098499988213, 0.05147534600018844, 0.036960481000051004, 0.05053442199982783, 0.11294939000003978, 0.051726343999916935, 0.053414540999938254, 0.08629692099998465, 0.04720825300000797, 0.10479131300007793, 0.03449293299991041, 0.05691439400015952, 0.06478837000008753, 0.08375355900011527, 0.07175260099984371, 0.040305586999920706, 0.045531276000019716, 0.07900891700001011, 0.06033597199984797, 0.03299250600002779, 0.030915233000087028, 0.0606275119998827, 0.03189001999999164, 0.06591831500008993, 0.14251687000000857, 0.0644584130000112, 0.05675284900007682, 0.03568103699990388, 0.06243019299995467, 0.0782702019998851, 0.03732647399988309, 0.03358913700003541, 0.03255459799993332, 0.11992500500014103, 0.08801831399978255, 0.12240862500016192, 0.18553946299994095, 0.12808795199998713, 0.12296796700002233, 0.04752639899993483, 0.08288437400005932, 0.04687448799995764, 0.10501574599993546, 0.05351385599988134, 0.04466031100014334, 0.13325855099992623, 0.04476553200015587, 0.05027884999981325, 0.08049383699994905, 0.040077499000062744, 0.05082041199989362, 0.03507917299998553, 0.03670856600001571, 0.16006497100011075, 0.10671277699998427, 0.06290187800004787, 0.09826182500000868, 0.07016301699991345, 0.08956311399992956, 0.09235759099988172, 0.06602918199996566, 0.06167178999999123, 0.13222734900000432, 0.12587241500000346], "itls": [[0.021776598000087688, 0.021667945999979565, 0.021751540999957797, 0.02168872500010366, 0.02168001799986996, 0.021597484000039913, 0.021740612000030524, 0.03831542400007493, 0.028594494999879316, 0.020950560000073892, 0.020926302999896507, 0.020861211999999796, 0.020930311000029178, 0.020891017999929318], [0.020900104000020292, 0.020897088999845437, 0.020974924000029205, 0.020811719999983325, 0.0209792620000826, 0.020891950000077486, 0.020854128999872046, 0.021512296000082642, 0.02172998099990764, 0.021795223000026454, 0.021670459999995728, 0.021704563999946913, 0.021640595000008034, 0.03820913100003054, 0.02865115200006585, 0.02097408200006612, 0.02108374699992055, 0.020723314999941067, 0.020843439000145736, 0.021062497999992047, 0.020933656999886807, 0.020907218000047578, 0.021191878000081488, 0.037207619999890085, 0.026975613000104204, 0.020739875999879587, 0.021024386000135564, 0.02088297299997066, 0.020941081000046324, 0.021067255999923873, 0.020880868999938684, 0.038269317999947816, 0.05946521400005622, 0.021260156999915125, 0.02099725500011118, 0.0365853389998847, 0.030002100000046994, 0.0209425939999619, 0.02131996700018135, 0.020870880999837027, 0.020879335000017818, 0.021527483999989272, 0.020702867000181868, 0.020987958999967304, 0.021218827999973655, 0.020944938999946316, 0.03802532300005623, 0.07779435699990245, 0.021428429000025062, 0.0378591989999677, 0.0592623459999686, 0.021197158000177296, 0.02138257399997201, 0.021299770000041462, 0.021199241999966034, 0.021052608999980293, 0.02119099699984872, 0.02108108200013703, 0.021366974999864397, 0.021133850000069287, 0.02131596999993235], [0.021043881999958103, 0.020974474000013288, 0.021083135000026232, 0.020718746999818904, 0.020843710000008286, 0.021062036000103035, 0.020938145999934932, 0.02090888099996846, 0.021185597000112466, 0.037213240000028236, 0.026975321999998414, 0.02073864399994818, 0.02102489699996113, 0.020883303000118758, 0.02094152299991947, 0.0210667649998868, 0.020880497999996805, 0.038269958999990195, 0.059543971000039164, 0.021224670000037804, 0.02099903900011668, 0.03659619999984898, 0.029948590000003605, 0.021058940000102666], [], [0.021740181000041048, 0.02126493500009019, 0.020996933999867906, 0.03658080200011682, 0.029889830000001893, 0.021059551999996984, 0.021228095999958896, 0.0209629319999749, 0.020879055000023072, 0.0215233660001104, 0.020703217999880508, 0.020984711999972205, 0.021221863999926427, 0.020944869000004473, 0.038025774000061574, 0.0777939659999447, 0.021428439000146682, 0.037867674999915835, 0.059258218999957535, 0.02119685700017726, 0.02138310499981344, 0.021180467000021963, 0.021318795000070168, 0.02093021099994985, 0.021185135999985505, 0.02111906300001465, 0.021452343999953882, 0.021137868000096205, 0.02131167099992126, 0.02097804000004544, 0.02100496100001692, 0.02108355600012146, 0.021022321999907945, 0.02102291400001377, 0.020994970999936413, 0.021055544000091686, 0.02101294599992798, 0.02136668399998598, 0.020622257000013633, 0.02111487499996656, 0.021126416000015524, 0.03861564399994677, 0.042813257000034355, 0.021423431000130222, 0.02164321899999777, 0.021026530999961324, 0.021449447999884796, 0.020887481000045227, 0.021301383000036367, 0.021024495999881765, 0.02124064900021949, 0.021155340999939654, 0.021105637999880855, 0.021081673000026058, 0.02125412400005189, 0.02111516600007235, 0.021306291999962923, 0.021241710999902352, 0.02081401400005234, 0.021579109999947832, 0.020672661000162407, 0.020910583999921073, 0.02113755699997455, 0.021148808999896573, 0.020862685000111014, 0.02088659900005041, 0.021117299000025014, 0.02065843499985931, 0.020947883999951955, 0.021282266000071104, 0.020973782000055508, 0.021473142999866468, 0.020425971000122445, 0.02135202699992078, 0.020665918000077, 0.02105252899991683, 0.020744690000128685, 0.021004879999964032, 0.02174243500007833, 0.036200872999870626, 0.02816811000002417, 0.021175028000016027, 0.021137206000048536, 0.037167003999911685, 0.0810331740001402, 0.021480956999994305, 0.021258141999851432, 0.02101083100001233, 0.02101607100007641, 0.021319165000022622, 0.020973982999976215, 0.021048720999942816, 0.021224850999942646, 0.020794547000150487, 0.02125384399982977, 0.021380300000146235, 0.02083876999995482, 0.021093215000064447, 0.03625050499999816], [0.021477190000041446, 0.02105303999996977, 0.021209650999935548, 0.020910985999989862, 0.020873454000138736, 0.021538634999842543, 0.020705181000039374, 0.021006694000107018, 0.02119486399988091, 0.02094610000017383, 0.03798150199986594, 0.07783572400012417, 0.02138583999999355, 0.037885487999801626, 0.05929054900002484, 0.02119590600000265, 0.021326850000150444, 0.021306300999867744, 0.021192630000086865, 0.021060474000023532, 0.021187499999996362, 0.021079468999914752, 0.021366062999959468, 0.021132208000153696, 0.021319284999890442, 0.02096016700011205, 0.02100552100000641, 0.02108684299992092, 0.021019276000060927, 0.021022522999828652, 0.02099489200008975, 0.021055093000086345, 0.021008556999959183, 0.02143310799988285, 0.020555533000106152, 0.021120233999909033, 0.021126798000068447, 0.03863842600003409, 0.04278983399990466, 0.02142373000015141, 0.021642768999981854, 0.02102163099993959, 0.021449820000043474, 0.020963662999974986, 0.021229037000011886, 0.021025338000072225, 0.02124010899979112, 0.021156411999982083, 0.021101380000118297, 0.021081632999994326, 0.02125372399996195, 0.021121606999940923, 0.02130376700006309, 0.021242262999976447, 0.020809675999998944, 0.021589168999980757, 0.02074418400002287, 0.020891889000040464, 0.021074570000109816, 0.021148276999838345, 0.02086327600000004, 0.020886489000076836, 0.02112155800000437, 0.020654035999996267, 0.020954845999995086, 0.021279562000017904, 0.02097435299992867, 0.02147320300014144, 0.02042597099989507, 0.021351916999947207, 0.02066595800010873, 0.021052519000022585, 0.02074909799989655, 0.02099583300014274, 0.021741853999856176, 0.036201063000135036, 0.02817242899982375, 0.02117214200006856, 0.021131255000000237, 0.037248275999900216, 0.08096092900018448, 0.021481116999893857, 0.02125803200010523, 0.021006632999842623, 0.02109700200003317, 0.021233384999959526, 0.02097854100020413, 0.021048330999974496, 0.02123340699995424, 0.02078586099992208, 0.021374939999986964, 0.02125904400008949, 0.0208438990000559, 0.02108854599987353, 0.036246398000002955, 0.08044522799991682, 0.02127034500017544, 0.021416335999902003, 0.021168095000120957, 0.02121803699992597, 0.03564854299997933, 0.028680445999953008, 0.02123118200006502, 0.020961759000101665, 0.02122925799994846, 0.021217416999888883, 0.02107891700006803, 0.020965736999869478, 0.021017534000066007, 0.03780209699993975, 0.027270248000149877, 0.021166290999872217, 0.021161031000019648, 0.021327741000050082, 0.02089665900007276, 0.021055803999843192, 0.021418631000187816, 0.02123613200001273, 0.020955937999815433, 0.020958043000064208, 0.021379417999924044, 0.020810067000184063, 0.021205663999808166, 0.021295852000093873, 0.021138579000080426, 0.02110792199982825, 0.02113774800000101, 0.0210561650001182, 0.021037401000057798, 0.02113445099985256, 0.021164298000030612, 0.021045245000095747, 0.021295550999866464, 0.020944397999983266, 0.02127952099999675, 0.0210719550000249, 0.021151373000066087, 0.021317162000059398, 0.0383570219999001, 0.17816446200004066, 0.022932381999908102, 0.021984225000096558, 0.02202284800000598, 0.021814127999959965, 0.021541450000086115, 0.021875432999877376, 0.022006556000178534, 0.021614305999946737, 0.021647307999955956, 0.021701788999962446, 0.02157908899994254, 0.02191332400002466, 0.02176215100007539, 0.038796171000058166, 0.0785918330000186, 0.022105781999925966, 0.021794682000063403, 0.022867090999852735, 0.020900375000110216, 0.021573620000026494, 0.021861806999822875, 0.021809750000102213, 0.021858961999896565, 0.021535769000138316, 0.021974246999889147, 0.021531561000074362, 0.02190143200004968, 0.03922718299986627, 0.11427390900007595, 0.02199084800008677, 0.022365366000030917, 0.021534937999831527, 0.02200819000017873, 0.022104157999820018, 0.02200737900011518, 0.021885961999942083, 0.02192287100001522, 0.0221021350000683, 0.022293321000006472, 0.021384226999998646, 0.02168393599981755, 0.022009893000131342, 0.022023257999990165, 0.022502701999883357, 0.021216043000094942, 0.03825841799994123, 0.03230909900003098, 0.021847621000006257, 0.022124327000028643, 0.02236251999988781, 0.021194273000219255, 0.021838122999952247, 0.02202527199983706, 0.02197301400019569, 0.021483882999973503, 0.022511557999905563, 0.02110969499995008, 0.022954854000090563, 0.021695367999882365, 0.02174292500012598, 0.022274958000025435, 0.022428351999906226, 0.021596944000066287, 0.021672845000011876, 0.021656984999935958, 0.022041121000029307, 0.02194430100007594, 0.02181793599993398, 0.02202232600006937, 0.02182945699996708, 0.021955280999918614, 0.021772881000060806, 0.02183057899992491, 0.021925356000110696, 0.021849384000006467, 0.021866875999876356, 0.0218622879999657, 0.02167177299998002, 0.022047183000040604, 0.021813537000070937, 0.02181170399990151, 0.02200848000006772, 0.021637429000065822, 0.022181022000040684, 0.021380620999934763, 0.022161095000001296, 0.021742735000088942, 0.021777058999987275, 0.0387548329999845, 0.034459346999938134, 0.021266026999910537, 0.022444193000183077, 0.021506834999854618, 0.02184761100011201, 0.02196588099991459, 0.021974025999952573, 0.021850746000154686, 0.021831080999845653, 0.0217821979999826, 0.022481122000044707, 0.021344833000057406, 0.02167444799988516, 0.02213769200011484, 0.021930526000005557, 0.021955912000066746, 0.03944330799981799, 0.11816862000000583, 0.03960013900018566, 0.09705844499990235, 0.022589633000052345, 0.022161436000033063, 0.02207546599993293, 0.022186412999872118, 0.021921398000131376, 0.022144685000057507, 0.02179797899998448, 0.022374842999852262, 0.021709063000116657, 0.022360005999871646, 0.022060377000116205, 0.03920969199998581, 0.11664340299989817, 0.02231422099998781, 0.022211309000113033, 0.02222402300003523, 0.021791226000004826, 0.022477343999980803, 0.02196716399998877, 0.03896122900005139, 0.04417605799994817, 0.029658179000080054, 0.02252069499991194, 0.02249322500006201, 0.022064454999963345, 0.022883902999865313, 0.02244502400003512, 0.02216702600003373, 0.022711250999918775, 0.022349076000182322, 0.02281724799991025, 0.022608018000028096, 0.02264358499996888, 0.02288899199993466, 0.022576950000029683, 0.02265270199995939, 0.022618547000092804, 0.022331142999973963, 0.022142499999972642, 0.0229363910000302, 0.022310592999929213, 0.022904041000174402, 0.02275381999993442, 0.02245799899992562, 0.022641831000100865, 0.022366327999861824, 0.022819913000148517, 0.02250445499998932, 0.0223159739998664, 0.022448692000125448, 0.024347960999875795, 0.03930111200020292, 0.027549648999865894, 0.022915200999932495, 0.022780399000112084, 0.022293281999964165, 0.022103448000052595, 0.022055407999914678, 0.0388304949999565, 0.035229613000183235, 0.023445649999985108, 0.022359404999861, 0.021902883000166185, 0.03823914299982789, 0.17893104300014784, 0.023104994999812334, 0.022709647000056066, 0.022913797999990493, 0.022838018000129523, 0.022789455999827624, 0.02279282300014529, 0.022536043999934918, 0.02249203199994554, 0.02254265600004146, 0.022054958000126135, 0.03734848299995974, 0.03307480600005874, 0.023319023999874844, 0.022252896000054534, 0.022321695000073305, 0.022498363999829962, 0.0376518580001175, 0.10037218999991637, 0.023037788999999975, 0.023030156000004354, 0.02295860200001698, 0.03957795800010899, 0.06058470099992519, 0.02334557299991502, 0.02289489300005698, 0.023133929000096032, 0.022527588000002652, 0.02285129199981384, 0.02284599200015691, 0.03876477199992223, 0.02969690100007938, 0.022787523000033616, 0.023308152999788945, 0.022636261000116065, 0.0229070259999844, 0.022792451999976038, 0.022858145000100194, 0.02281792899998436, 0.02306368799986558, 0.03912693699999181, 0.02954804400019384, 0.02270608099979654, 0.02289143600000898, 0.022771463000026415, 0.02278897600012897, 0.02305813699990722, 0.02323052900010225, 0.0220662879999054, 0.03974075199994331, 0.11754144100018493, 0.02328971899987664, 0.02278319500010184, 0.022861279999915496, 0.022802500999887343, 0.02264472700016995, 0.023082151999915368, 0.022327384999925926, 0.02252441300015562, 0.022872540999969715, 0.02229682799998045, 0.023629492000054597, 0.022037244999864924, 0.022573734000161494, 0.022396904999823164, 0.023027951000130997, 0.022369283999978506, 0.022740955000017493, 0.02259347099993647, 0.022751235999976416, 0.022317006000093897, 0.022573392999902353, 0.02247486100009155, 0.02263246400002572, 0.02274982199992337, 0.02261753600009797, 0.03881632899992837, 0.09748625099996389, 0.02304647500000101, 0.022758860000067216, 0.022713374999966618, 0.02304973099990093, 0.02223027400009414, 0.02231393100009882, 0.02288104699982796, 0.037438100000144914, 0.030258076999871264, 0.022615402000155882, 0.022761423999781982, 0.0386637139999948, 0.029254677000153606, 0.022868404000064402, 0.022826184999985344, 0.022577490999992733, 0.039668777999850136, 0.06071250900004088, 0.02282401200000095, 0.02319176600008177, 0.022701922999885937, 0.02276671399999941, 0.022716490999982852, 0.022573212999986936, 0.02385450200017658, 0.022888019999982134, 0.022580726999876788, 0.038893282000117324, 0.06533623799987254, 0.02332317100012915, 0.022834339999917574, 0.02275138599998172, 0.0228621320000002, 0.02286589899995306, 0.022822137000048315, 0.022753740000098333, 0.022842905999823415, 0.03897298100014268, 0.08443928299993786, 0.02309046799996395, 0.022986423000020295, 0.02308728200000587, 0.022820814999931827, 0.022924047000060455, 0.02314898700001322, 0.02275097500000811, 0.039659549000134575, 0.24791570200000024, 0.038058786999954464, 0.030455193999841867, 0.023006100000202423, 0.02340991299979578, 0.02297067400013475, 0.02292910699998174, 0.022994218999883742, 0.023670398000149362, 0.02292468799987546, 0.03886897699999281, 0.0336612400001286, 0.023115473999951064, 0.023029793999967296, 0.02350348799996027, 0.0384452160001274, 0.04799030699996365, 0.023375538999971468, 0.02316032799990353, 0.023651373000120657, 0.02316033800002515, 0.02311402099985571, 0.023171489000105794, 0.023274540000102206, 0.02282252800000606, 0.023048679999874366, 0.022996372000079646, 0.02276191500004643, 0.02327846799994404, 0.02309245199990073, 0.023004046000096423, 0.02302051699984986, 0.023073927000041294, 0.022981523999987985, 0.022906194000142932, 0.022714436999876852, 0.02277580100007981, 0.023186165999959485, 0.02255202400010603, 0.022971274999918023, 0.022954032999905394, 0.022929148000002897, 0.022766834000094605, 0.02260400000000118, 0.023040575000095487, 0.022620080999786296, 0.02309376300013355, 0.022420669999974052, 0.023076450999951703, 0.022742318000155137, 0.023183350999943286, 0.02299533999985215, 0.02303047600003083, 0.022424657000101433, 0.02300677099992754, 0.023149807999971017, 0.022468519000085507, 0.022716871000056926, 0.022556281999868588, 0.023006390000091415, 0.022534841999913624, 0.023080919999983962, 0.03975234300014563, 0.3092254949999642, 0.023593063999896913, 0.02326007400006347, 0.03915433799988932, 0.030545343000085268, 0.03947999999991225, 0.02919566700006726, 0.023166549000052328, 0.022939876000009463, 0.022721478999983447, 0.023149876999923436, 0.039190885000152775, 0.02996076199997333, 0.039359619999913775, 0.07606129500004499, 0.11627961499993944, 0.02342120299999806, 0.023370268000007854, 0.023277295000070808, 0.02304580400004852, 0.039090166999812936, 0.06803414400019392, 0.03865863299984085, 0.11708624900006726, 0.08689491700010876, 0.023545794999790814, 0.023724559000129375, 0.023985564999975395, 0.022796359000039956, 0.0233841740000571, 0.023289436999903046, 0.023522170999967784, 0.023339431000067634, 0.02329719199997271, 0.023096236999890607, 0.02338458500003071, 0.022603840000101627, 0.023742862000062814, 0.03903688799982774, 0.09159230299997034, 0.02339706800012209, 0.02341036300003907, 0.023346984999989218, 0.023326576000044952, 0.023050021000017296, 0.023608964000004562, 0.022844196999812993, 0.022979931000008946, 0.022706730999971114, 0.02319022300002871, 0.02274296900009176, 0.022873791999927562, 0.02339353200000005, 0.023218686000063826, 0.02316752000001543, 0.038636656999869956, 0.12152168600005098, 0.023297933000094417, 0.023651491999999052, 0.023740929000041433, 0.023803655999927287, 0.02327606299991203, 0.022711910999987595, 0.023786243000131435, 0.023010608000049615, 0.023176957999794467, 0.022990430000163542, 0.022923856000033993, 0.023674505999906614, 0.023278086000118492, 0.023252918999787653, 0.023236469000039506, 0.023216151000042373, 0.02297568299991326, 0.02321724200010067, 0.023479893000057928, 0.022640237999894453, 0.023630422999985967, 0.023423396999987744, 0.022426228000085757, 0.022971385999881022, 0.02312640300010571, 0.02345670899990182, 0.02293793200010441, 0.023063217000071745, 0.023540916000001744, 0.023087861000021803, 0.023099613999875146, 0.0230083139999806, 0.02317036499994174, 0.02340132600011202, 0.023167060000105266, 0.04108951399985017, 0.1194139870001436, 0.04013073699979941, 0.036649208000198996, 0.023777235999887125, 0.023188199000060195, 0.023393350999867835, 0.023014033999970707, 0.02368910300015159, 0.023341393999999127, 0.02387539000005745, 0.022720015999993848, 0.023718666999911875, 0.023227593000001434, 0.02282024300006924, 0.023826507999956448, 0.023194169999896985, 0.023620184000037625, 0.023371901000018624, 0.023289427999998225, 0.023155367000072147, 0.023384975999988455, 0.02338687899987235, 0.023529605000021547, 0.022979671000030066, 0.023473781000120653, 0.02350452799987579, 0.02358712199998081, 0.023316278000038437, 0.02345477500011839, 0.023507293999955436, 0.023668494000048668, 0.023469522999903347, 0.02336244399998577, 0.023435319000100208, 0.023390936999931, 0.02349934900007611, 0.023339039999882516, 0.023428937000062433, 0.02362379099986356, 0.023095065000006798, 0.04043003400011003, 0.0359747109998807, 0.02352847300016947, 0.023318992999975308, 0.02352033800002573, 0.023097378999864304, 0.02361567599996306, 0.02354843000011897, 0.04052242800003114, 0.06308604099990589, 0.023972860999947443, 0.02317011500008448, 0.023510019000013926, 0.023118678999935582, 0.023561144000041168, 0.023698380000041652, 0.023473641000009593, 0.02345639800000754, 0.023400784999921598, 0.022859055000026274, 0.0409286639999209, 0.1793685220000043, 0.03928700500000559, 0.09134214599998813, 0.041881931000034456, 0.031341905000090264, 0.025414257999955225, 0.024967926000044827, 0.04130077800004983, 0.13697410600002513, 0.02529588699985652, 0.025352944000132993, 0.02582323000001452, 0.024355213999797343, 0.02500277100011772, 0.024866316000043298, 0.042384027000025526, 0.0335199249998368, 0.026008906000015486, 0.024755149000156962, 0.02589272999989589, 0.024217236999902525, 0.025244071000088297, 0.04109426200011512, 0.032962175999955434, 0.04150572999992619, 0.04937687000006008, 0.025398428000016793, 0.02516512299985152, 0.02496423900015543, 0.024800944999924468, 0.041999118999910934, 0.07679200699999456, 0.024806054999999105, 0.025097567000102572, 0.024754808999887246, 0.025206049000189523, 0.02502481299984538, 0.039447323000104006, 0.04524782399994365, 0.024951455000064016, 0.025227078999932928, 0.024873239000044123, 0.024964960000033898, 0.02330545799986794, 0.02289470200003052, 0.023938347000012072, 0.023243221000029735, 0.023612640000010288, 0.023737302999961685, 0.023150248000092688, 0.023366440000017974, 0.02339716899996347, 0.023475774999951682, 0.023441641000090385, 0.022697984999922483, 0.023853658999996696, 0.02329933600003642, 0.023339290999956575, 0.023233101999949213, 0.023818853999955536, 0.02254508100008934, 0.02361741799995798, 0.022995259000026635, 0.03964271700010613, 0.036602571999992506, 0.023019333999855007, 0.03877043100010269, 0.032005172000026505, 0.02290367899990997, 0.023567275000004884, 0.023086530000000494, 0.023217633000058413, 0.023242320000008476, 0.02347834900001544, 0.023450277999927494, 0.023496132999980546, 0.023069217000056597, 0.039764142999956675, 0.0305764800000361, 0.023326686000018526, 0.02306266499999765, 0.03898200599996926, 0.0334398360000705, 0.023527570999931413], [], [], [0.021794300999999905, 0.021466490999955568, 0.021641695999960575, 0.02101383700005499, 0.021450931000117635, 0.020925962999854164, 0.02123059100017599, 0.021068467999839413, 0.02119723900000281, 0.021199733000003107, 0.02109045900010642, 0.021084929999915403, 0.021251369000083287, 0.021088185000053272, 0.02130345699993086, 0.021241981999992277, 0.020807290999982797, 0.021711116999995284], [0.021572968000100445, 0.021182580999948186, 0.02111897300005694, 0.03722292799989191, 0.08096180100005768, 0.021521663000157787, 0.021253322999882585, 0.021003767999900447, 0.021063589000050342, 0.02125739000007343, 0.020951610999873083, 0.021047860000180663, 0.021234808999906818, 0.02078430799997477, 0.021381833000077677, 0.02125216099989302, 0.020937314000093465, 0.021053120000033232, 0.036372371999959796, 0.08027118399991195, 0.0212726490001387, 0.021417939999992086, 0.02116922599998361, 0.021212335999962306, 0.03564928500009046, 0.028686356999969576, 0.021230439999953887, 0.020955829000058657, 0.02122594200000094, 0.02122532099997443, 0.021079297999904156, 0.02096191999999064, 0.021045835999984774, 0.03777919499998461, 0.02727017799998066, 0.021165128000120603, 0.02116121199992449, 0.021327220000102898, 0.020891589000029853, 0.021056135999970138, 0.021458635000044524, 0.021202608999828954, 0.02094952600009492, 0.02095826400000078, 0.021383805999903416, 0.02080530800003544, 0.021207147000041005, 0.02130175299998882, 0.02113647500004845, 0.021107151000023805, 0.021134501000005912, 0.021059901999933572, 0.021048863000032725, 0.02111948299989308, 0.02116315500006749, 0.02104495499997938, 0.02129749499999889, 0.02106042300010813, 0.021166601999993873, 0.02118732999997519, 0.021036658999946667, 0.021312272999921333, 0.03844466500004273, 0.17823424100015473, 0.022958501999937653, 0.021985096999969755, 0.021861906999902203, 0.02196006999997735, 0.021496817000070223, 0.022370636000005106, 0.021401347999926656, 0.02174281600014183, 0.0216049779999139, 0.021757934000106616, 0.021516763999898103, 0.02197567899997921, 0.021619105000127092, 0.03891602399994554, 0.078465757999993, 0.02209805799998321, 0.021954019000077096, 0.022712281999929473, 0.0208994930001154, 0.021737094999934925, 0.021697109999877284, 0.02181569100002889, 0.021857800000134375, 0.02169456599995101, 0.02181595100000777, 0.0216420179999659, 0.0219476869999653, 0.03906568200000038, 0.11428157399996053, 0.02198960500004432, 0.02236323200008883, 0.02152137300004142, 0.022025882999969326, 0.022103827999899295, 0.022005223999940426, 0.021888577000027, 0.02191935500013642, 0.022105430999999953, 0.022290876999932152, 0.021374497999886444, 0.021707721000211677, 0.022004151999908572, 0.022166584999922634, 0.022362509999993563, 0.02136547200007044, 0.03827505899994321, 0.03212336299998242, 0.022019000999989657, 0.0219510930000979, 0.02248881600007735, 0.021193240999991758, 0.021915046000003713, 0.02200780999987728, 0.021933330000138085, 0.02135684599988963, 0.022505737000074078, 0.02118392399984259, 0.02289705600014713, 0.021748045999856913, 0.021855345000176385, 0.022242496999979267, 0.022448589999839896, 0.0215447860000495, 0.02171088599993709, 0.0216461850000087, 0.022064546000137852, 0.02191551700002492, 0.021786606999967262, 0.022064725000063845, 0.021834746999957133, 0.02197043899991513, 0.02175426700000571, 0.02180164500009596, 0.021942857999874832, 0.021715645000085715, 0.021872866999956386, 0.021968676999904346, 0.02167500900009145, 0.0220798029999969, 0.02180590300008589, 0.021823947000029875, 0.022022706999905495, 0.02161397500003659, 0.02217037199989136, 0.021395077000079255, 0.022148833000073864, 0.021712318000027153, 0.021820389999902545, 0.03859798000007686, 0.034597716000007495, 0.021308455999815124, 0.02227915399998892, 0.021659531000068455, 0.02182799399997748, 0.02193806900004347, 0.02200274000006175, 0.02185578499984331, 0.021832263000078456, 0.0217657580001287, 0.022495377999803168, 0.021344443000089086, 0.02167735300008644, 0.022132321999833948, 0.021937218000175562, 0.02194514299981165, 0.03932221100012612, 0.11815265099994576, 0.039611319999949046, 0.09704310500001156, 0.02259238000010555, 0.02215774799992687, 0.022083822000013242, 0.022187384000062593, 0.021912962999977026, 0.02214927299996816, 0.021794041000021025, 0.022381976999895414, 0.021709534000137864, 0.02234505799992803, 0.022188436000078582, 0.03909134099990297, 0.11664904400004161, 0.02230351100001826, 0.022377047999952993, 0.022235513999930845, 0.02174430900004154, 0.022350077000055535, 0.022115459999895393, 0.03883331000020007, 0.04415682299986656, 0.029657026999984737, 0.022526194999954896, 0.022477355000091848, 0.022068553000053726, 0.02289091600005122, 0.02244517399981305, 0.02215742900011719, 0.02272105899987764, 0.022338696000133496, 0.022824270999990404, 0.022609672000044156, 0.022644806000016615, 0.02288942399991356, 0.022567081000033795, 0.022661468000023888, 0.022618789000034667, 0.02233359699994253, 0.0221330219999345, 0.022944375999941258, 0.022302639000145064, 0.02291020200004823, 0.022754960999918694, 0.02245745799996257, 0.02263463799999954, 0.022502722000126596, 0.02269094299981589, 0.022496250000131113, 0.022328127000037057, 0.022440044999939346, 0.02434404399991763, 0.039295390999996016, 0.027563004000057845, 0.022921873000086634, 0.022763618999988466, 0.02230952099989736, 0.022096835999946052, 0.022053004000099463, 0.03883489300005749, 0.0352354839999407, 0.023491114000080415, 0.022286779999831197, 0.02190684000015608, 0.0382367989998329, 0.17893993999996383, 0.023097841000208064, 0.02271449699992445, 0.022916563000080714, 0.022832767999943826, 0.022785828999985824, 0.022797071000013602, 0.02252946199996586, 0.022494315999892933, 0.0225418150000678, 0.022057633000031274, 0.03735202899997603, 0.03307280300009552, 0.023322399999869958, 0.022254529000065304, 0.022319841999888013, 0.02249197100013589, 0.03765178799994828, 0.10039043500000844, 0.02303522400006841, 0.02302947399994082, 0.022957749999932275, 0.039575975000161634, 0.060584129999824654, 0.02334871900006874, 0.022889944000098694, 0.023141642999917167, 0.022519592999969973, 0.02287079799998537, 0.02283326900010252, 0.03883777800001553, 0.029614877999847522, 0.022791210000150386, 0.02330805299993699, 0.022642451999900004, 0.02290548300015871, 0.022789446999922802, 0.0228531049999674, 0.022824551999974574, 0.023080078000020876, 0.03910927400011133, 0.029557721999935893, 0.02269144399997458, 0.022891647000051307, 0.02277973800005384, 0.022790698999870074, 0.023049790999948527, 0.023237232000155927, 0.02205967600002623, 0.039747775000023466, 0.1175401079999574, 0.023290610999993078, 0.02277888699995856, 0.022868632999916372, 0.02279433700005029, 0.02265149899994867, 0.0230838649999896, 0.022316555000088556, 0.02252574499993898, 0.022878823000155535, 0.022291828999868812, 0.02363093500002833, 0.022035730999959924, 0.022577422000040315, 0.022391485000071043, 0.02302676799990877, 0.022375706000048012, 0.022742167999922458, 0.022594343000037043, 0.02275123499998699, 0.022314871999924435, 0.02265054700001201, 0.022408467000104793, 0.022635039000078905, 0.022742728999901374, 0.022617686000103276, 0.03880979699988529, 0.09757740000009107, 0.02296387199999117, 0.022747558999981266, 0.022709206999934395, 0.023052175999964675, 0.02223638500004199, 0.0223124070000722, 0.02288420399986535, 0.03743577500017636, 0.030260661999818694, 0.022639878000063618, 0.022739193000006708, 0.038653856000109954, 0.02925435599991033, 0.02287310199994863, 0.022828109000101904, 0.022569455999928323, 0.03967942700001004, 0.060716918000025544, 0.022809834999861778, 0.023199200000135534, 0.02270010999995975, 0.022767185000020618, 0.022714437000104226, 0.022576028000003134, 0.023853509999980815, 0.02288895199990293, 0.0225806979999561, 0.03899150400002327, 0.06522866799991789, 0.02333224800008793, 0.022828098999980284, 0.022757836999971914, 0.022861451000153465, 0.02286265199995796, 0.02283886899999743, 0.022737710000001243, 0.02284839699996155, 0.03897178800002621, 0.08443116800003736, 0.023089435999963825, 0.02299349700001585, 0.023085848999926384, 0.022967889000028663, 0.022918365999885282, 0.023008014000197363, 0.022749541999928624, 0.03976657999987765, 0.2478219160000208, 0.03806266400010827, 0.030570689999876777, 0.022974331000114034, 0.023464704999923924, 0.022966837000012674, 0.022914259000117454, 0.02301102000001265, 0.02357869699994808, 0.02296722799997042, 0.038850612000032925, 0.033722583999860944, 0.02306694500020967, 0.023024032999956034, 0.02341380999996545, 0.03844915400009086, 0.04798774199980471, 0.023369698000124117, 0.023183220999953846, 0.023644560000093406, 0.023161920999882568, 0.023113429999966684, 0.023171418000174526, 0.023263209999868195, 0.022989088000031188, 0.02287583799989079, 0.02301864400010345, 0.022745774999975765, 0.02328873700002987], [0.02215471299996352], [0.021666933000005884, 0.02127572499989583, 0.02138054000010925, 0.0211699479998515, 0.02124491700010367, 0.0356480619998365, 0.028669055000136723, 0.021260175999941566, 0.020908490000010715, 0.021255447999919852, 0.02119876100005058, 0.021079478000046947, 0.020997497000053045, 0.021012393999853884, 0.03777760100001615, 0.027337253000041528, 0.021097572000144282, 0.021160319999808053, 0.021328664000066055, 0.020887320999918302, 0.021058059000097273, 0.021524887999930797, 0.021202809999977035, 0.020936392000066917, 0.020957392000127584, 0.021332659999870884, 0.020802602999992814, 0.02126373200007947, 0.021256328999925245, 0.02119302999994943, 0.021042821000037293, 0.02113116500004253, 0.02106260799996562, 0.02110876400001871, 0.02111408299992945, 0.021161291999987952, 0.020989221000036196, 0.021353999999973894, 0.021010810999996465, 0.021162734000199634, 0.021191868999949293, 0.02103196999996726, 0.021370941999975912, 0.03839274899996781, 0.17823527299992747, 0.022961798000096678, 0.021983153000064704, 0.021944470999869736, 0.021878237999999328, 0.0214912970000114, 0.022380312999985108, 0.02146157100014534, 0.021672934999969584, 0.021609175999856234, 0.021759567000117386, 0.021514539999998306, 0.021979456000053688, 0.021710995999910665, 0.038832818999935625, 0.07845371600001272, 0.022181733000024906, 0.021870965000061915, 0.022709506999945006, 0.020897069000056945, 0.021742354000025443, 0.0216924219998873, 0.02182030000017221, 0.021852459000001545, 0.021701658999973006, 0.021813125999869953, 0.02164214799995534, 0.021949711000161187, 0.03906277700002647, 0.11428023099983875, 0.02199160899999697, 0.022364704999972673, 0.021512546000167276, 0.022033767000039006, 0.0221057619999101, 0.022003341000072396, 0.021888917999831392, 0.021918954000057056, 0.022107393999931446, 0.022289645000000746, 0.02142267800013542, 0.021646145999966393, 0.022062040000037086, 0.02210941799989996, 0.022361719000173252, 0.021366904999922554, 0.03827581099994859, 0.03212165900004038, 0.02201895100006368, 0.021948707999854378, 0.0224893570000404, 0.021192841000129192, 0.02191699999980301, 0.022007137000173316, 0.021932138000011037, 0.021357357999931992, 0.02255334500000572, 0.021133008999868252, 0.022903709000047456, 0.021746892999999545, 0.02185521499995957, 0.022242307000169603, 0.022448159999839845, 0.021550445999992007, 0.02170684800012168, 0.021645153999998, 0.022064284999942174, 0.021915716999956203, 0.021785134000083417, 0.02206707000004826, 0.021834285999830172, 0.021970399000110774, 0.02175431699993169, 0.021807386000091356, 0.02193652599999041, 0.02176151999992726, 0.021826882000141268, 0.021966953999935868, 0.021682132000023557, 0.022074823999901128, 0.0218059930000436, 0.021824798000125156, 0.02202046299998983, 0.0216161689997989, 0.02216908000013973, 0.021398073000000295, 0.022145546000047034, 0.021711065999852508, 0.021823806000156765, 0.03859529599981215, 0.034595972000033726, 0.021312263000027087, 0.022277702000110366, 0.021660952999809524, 0.021824006000088048, 0.021946415000002162, 0.021996948999913002, 0.02185720800002855, 0.021830720000025394, 0.021762642000112464, 0.022499075000041557, 0.021344332999888138, 0.021677393000118172, 0.02213412499986589, 0.02193524500012245, 0.02194566399998621, 0.03932310300001518, 0.118149854999956, 0.03961238199985928, 0.09704408800007513, 0.022591096000041944, 0.02215600599993195, 0.022087658000145893, 0.022186342999930275, 0.02190989699988677, 0.02221378400008689, 0.02173026199989181, 0.022383339000043634, 0.021709593999958088, 0.022341321000112657, 0.022190359999967768, 0.03915481900003215, 0.11658777999991798, 0.02230118600004971, 0.0223793029999797, 0.022238178999941738, 0.02173968900001455, 0.022349637000161238, 0.022128423999902225, 0.038822400000071866, 0.04415705299993533, 0.0296567259999847, 0.02252825000005032, 0.022472835999906238, 0.022069555000143737, 0.022892397999839886, 0.022444824000103836, 0.022157820000074935, 0.022721268999930544, 0.022334367999974347, 0.02282715699993787, 0.022609321000118143, 0.022645818000000872, 0.022889382999892405, 0.022564387000102215, 0.022664333999955488, 0.022620290000077148, 0.022331302999873515, 0.02218660300013653, 0.02289129599989792, 0.02230101600002854, 0.022912526000027356, 0.02275570400001925, 0.0224562649998461, 0.022632324000142034, 0.022506288999920798, 0.02268920899996374, 0.02249449700002515, 0.022331742999995186, 0.022439975999986927, 0.02434000600010222, 0.03929868799991709, 0.02757157900009588, 0.022926691999828108, 0.02282881000019188, 0.022232057999872268, 0.022093539000024975, 0.02205332400012594, 0.03883451299998342, 0.035237747999872227, 0.02348916100004317, 0.022286508999968646, 0.021906619999981558, 0.038301018000083786, 0.1788766619999933, 0.023097290999885445, 0.022717722000152207, 0.022915691999969567, 0.022833247999869855, 0.02278165200004878, 0.02279930500003502, 0.02252738800007137, 0.022496280000041224, 0.022540501999856133, 0.022058084000036615, 0.03735394299997097, 0.0330713299999843, 0.023324002999970617, 0.022257244000002174, 0.02232304800008933, 0.02248309500009782, 0.03765288999989025, 0.1003916570000456, 0.02303476299994145, 0.02302974400004132, 0.022957180000048538, 0.0395739399998547, 0.06059446000017488, 0.02335264599992115, 0.02288544499992895, 0.02314629300008164, 0.0225156449998849, 0.022871931000054246, 0.022836153000071135, 0.03883843999983583, 0.029666695000059917, 0.022734694000064337, 0.02330719099995804, 0.022653432999959477, 0.022898520000126155, 0.022789335999959803, 0.02290286900006322, 0.022773966999920958, 0.023078274999988935, 0.03910835200008478, 0.02956308199986779, 0.02268514200000027, 0.02289309000002504, 0.022783154000080685, 0.022795978999965882, 0.02304127599995809, 0.023242060000029596, 0.022054305999972712, 0.03975296499993419, 0.11756646800017734, 0.02326458199991066, 0.02277579099995819, 0.02287867199993343, 0.02278161200001705, 0.022655818000203, 0.02308531799985758, 0.022310462999939773, 0.022526105999986612, 0.022882670000171856, 0.022289654999894992, 0.023630504000038854, 0.022034588999986227, 0.022582822000003944, 0.022387386999980663, 0.023026819000051546, 0.022373832000084803, 0.022743540999954348, 0.02259516399999484, 0.02275358899987623, 0.022312699000167413, 0.022658100999933595, 0.022404259000040838, 0.022640177999846856, 0.02273668800012274, 0.022619769999892014, 0.03880519800009097, 0.09758755999996538, 0.022957309000048554, 0.02274483299993335, 0.022708316000034756, 0.023050282999975025, 0.022239801000068837, 0.02231081499985521, 0.022886427000003096, 0.037432369000043764, 0.030265249999956723, 0.022642674000053375, 0.022737460000143983, 0.038648114999887184, 0.02925269299998945, 0.02287807199991221, 0.02282801800015477, 0.02256515799990666, 0.03968447700003708, 0.06071274999999332, 0.022810286000094493, 0.02320367799984524, 0.02269889800004421, 0.022768186000121204, 0.02271209299988186, 0.022579805000077613, 0.023851165999985824, 0.02289104600004066, 0.02257527699998718, 0.038999029000024166, 0.06522084299990638, 0.023337949000051594, 0.022822757999847454, 0.02276173500013101, 0.02286141099989436, 0.022864095000159068, 0.022837666999976136, 0.022732819999873755, 0.022852645000057237, 0.03897821999998996, 0.08442099900003086, 0.023088544000074762, 0.022994067999889012, 0.02309059799995339, 0.02296723800009204, 0.022917875000075583, 0.023009857999795713, 0.022743681000065408, 0.03976885400015817, 0.24782407099996817, 0.03812433799998871, 0.030502752999836957, 0.02297697600010906, 0.02346564699996634, 0.022970302999965497, 0.022915322000017113, 0.023007813000049282, 0.023577144999990196, 0.02296643599993331, 0.03885880799998631, 0.03371684300009292, 0.023065981999934593, 0.02302217000010387, 0.023518906999925093, 0.03840889799994329, 0.04791836300000796, 0.02337073000012424, 0.023182127999916702, 0.023653557999978148, 0.02316113899996708, 0.023108631000013702, 0.02317522600014854, 0.02326086499988378, 0.022989188000110516, 0.022950186999878497, 0.022938254000109737, 0.022741475999964678, 0.02335887799995362, 0.02301373499994952, 0.02302597700008846, 0.022996151999905123, 0.023147893999976077, 0.022907427000063763, 0.02294347299994115, 0.022671277000199552, 0.02277061099994171, 0.023195312999860107, 0.022557233000043198, 0.022961888000054387, 0.022969262000060553, 0.022922614999970392, 0.022758958999929746, 0.02260267900010149, 0.02304766799989011, 0.022612625999954616, 0.02310411300004489, 0.02241314599996258, 0.023073736000014833, 0.022741626999959408, 0.023184042000139016], [], [], [0.05200146200013478, 0.02308886499986329, 0.0219845650001389, 0.021870182999919052, 0.021955681999997978, 0.02139628999998422, 0.02187921900008405], [0.022823289999905683, 0.022962237999990975, 0.021985147000123106, 0.02186405099996591, 0.021959479000088322, 0.021493480999879466, 0.022359824999966804, 0.021412821000012627, 0.021742524000046615, 0.02151544200000899, 0.02184402400007457, 0.021434540999962337, 0.02205724099985673, 0.02162367300002188, 0.03879043000006277, 0.07859353599997121, 0.02210044299999936, 0.021947757000134516, 0.022715317999882245, 0.020902188000036404, 0.021728388999918025, 0.021706647999963025, 0.021812725000017963, 0.021859844000118756, 0.021687442000029478, 0.021821791999855122, 0.021527645000105622, 0.022057360999951925, 0.0390700210000432, 0.11428084199997102, 0.021989895999922737, 0.02236326199999894, 0.021526642000026186, 0.02202142500004811, 0.022102285000073607, 0.022005715999966924, 0.021887964999905307, 0.02192001599996729, 0.022105070000179694, 0.022291027999926882, 0.02137919699998747, 0.0216906390000986, 0.022004521999861026, 0.022022917999947822, 0.02250517600009516, 0.021363538000059634, 0.03826858699994773, 0.03214671699993232, 0.021999234000077195, 0.02197217200000523, 0.02236443399988275, 0.021194744000013088, 0.022016295000184982, 0.02200765899988255, 0.021814477999896553, 0.021485106000000087, 0.02250903300000573, 0.021106790000203546, 0.02296477300001243, 0.021687141999791493, 0.021910417000071902, 0.022117374000117707, 0.022577420999823516, 0.021441123000158768, 0.02167388599991682, 0.021789653000041653, 0.022061009000026388, 0.021790945000020656, 0.021813636999922892, 0.022025481999889962, 0.021830319000173404, 0.022111923000011302, 0.02161559799992574, 0.02183150099995146, 0.021924573999967834, 0.02185150800005431, 0.02186568399997668, 0.021858630999986417, 0.021676442000170937, 0.022045839999918826, 0.02181266599995979, 0.02181383700008155, 0.02216199700001198, 0.02148280099982003, 0.02217984900016745, 0.02138234399990324, 0.022159702999942965, 0.021739928999977565, 0.02178059600009874, 0.03875094599993645, 0.03459132300008605, 0.02114173499990102, 0.022440596000024016, 0.02151426000000356, 0.02197013800014247, 0.021835638999846196, 0.021974708000016108, 0.021850425000138785, 0.021831420999887996, 0.02191111899992393, 0.022352060999992318, 0.021345755000083955, 0.021673526000085985, 0.022136950999993132, 0.02193123699998978, 0.021957264999855397, 0.0394491280001148, 0.11816135699996266, 0.0396036259999164, 0.09705251300010787, 0.022588732000031086, 0.02216216700003315, 0.02208118699991246, 0.02218521999998302, 0.02191802200013626, 0.02214634799997839, 0.02179609499989965, 0.022378029000037714, 0.021708912999883978, 0.02235360400004538, 0.022181112999987818, 0.03909214200007227, 0.11664754100002028, 0.02230841000005057, 0.02236663899998348, 0.022230403999856208, 0.021754217000079734, 0.022356850000051054, 0.0219621249998454, 0.038980805000164764, 0.04415765399994598, 0.029658850000032544, 0.022520905999954266, 0.022488374999966254, 0.022064925999984553, 0.02288707900015652, 0.022445534999860683, 0.022162979000086125, 0.022715377999929842, 0.022346932000118613, 0.02281753900001604, 0.02260975099989082, 0.022642312000016318, 0.02289046500004588, 0.022572431999833498, 0.022657010000102673, 0.022617005000029167, 0.022333015999947747, 0.02213753099999849, 0.02294112899994616, 0.022306927000045107, 0.022906916000010824, 0.02275424100002965, 0.022457627999983742, 0.022638744999994742, 0.022369795000031445, 0.022819160999915766, 0.02250185100001545, 0.02231920999997783, 0.02244589600013569, 0.0243484919999446, 0.039301893999891035, 0.027552283000204625, 0.022918527999991056, 0.02277750399980505, 0.02229533500008074, 0.022101064000025872, 0.022054767000099673, 0.03883207799981392, 0.035237868000194794, 0.023432224999851314], [0.0229114030000801, 0.02296044499985328, 0.021984436000138885, 0.021940422999932707, 0.021880842999962624, 0.02149491299996953, 0.022375855000063893, 0.021398553999915748, 0.02174007000007805, 0.021608876000072996, 0.021757732999958534, 0.02151653400005671, 0.021976179999910528, 0.02170642700002645, 0.03883218800001487, 0.07846064899990779, 0.022179389000029914, 0.021872317000088515, 0.022711770999876535, 0.020897580000109883, 0.021740140000019892, 0.021694715999956315, 0.021817714999997406, 0.02185534499994901, 0.021698692999962077, 0.02181443900008162, 0.02164278899999772, 0.021947357000044576, 0.0390640190000795, 0.11428257599982317, 0.02198929400015004, 0.022364034000020183, 0.021516262999966784, 0.02203018999989581, 0.02210450999996283, 0.02200466299996151, 0.021889238000085243, 0.021918643999924825, 0.022106613000005382, 0.02229043600004843, 0.021369129000049725], [0.022717141000157426, 0.02293061000000307, 0.021984324999948512, 0.021865244000082384, 0.021972302999984095, 0.021449748999884832, 0.021966251000094417, 0.021839365999994698, 0.021754766999947606, 0.021582145999900604, 0.021793720999994548, 0.021488371000032203, 0.022004162000030192, 0.021607133000088652, 0.038952130999859946, 0.07839412500015897, 0.022313157999860778, 0.021795884000084698, 0.022866921000058937, 0.020734064999942348, 0.02174143299998832, 0.021707138000010673, 0.021778261999997994, 0.021843261999947572, 0.021736204000035286, 0.02178130700008296, 0.021719931999996334, 0.021906860999933997, 0.03922723400000905, 0.11405444000001808, 0.02199665900002401, 0.022359605000019656, 0.021599748999960866, 0.021954769999865675, 0.022103167000068424, 0.022018690000095376, 0.02188967799997954, 0.021920065999893268, 0.022091235000061715, 0.02229491399998551, 0.021332941000082428, 0.02199217099996531, 0.02200383099989267, 0.022161135000033028, 0.022368011000025945, 0.02136613299990131, 0.0382708710001225, 0.03207927099992958, 0.02206527700013794, 0.021756510999921375, 0.02268272700007401, 0.02119318099994416, 0.021916218999876946, 0.022008370000094146, 0.0219315669999105, 0.021361234000096374, 0.022507070000074236, 0.021182750999969358, 0.022893329999988055, 0.021682152000039423, 0.021920105999925, 0.022240894000105982, 0.02245211699982974, 0.021437837000121363, 0.021812855999996827, 0.02165297700003066, 0.022062331999904927, 0.021912241000109134, 0.02178951199994117, 0.022059595999962767, 0.021835057000089364, 0.021975569000005635, 0.021749437999915244, 0.021695457000078022, 0.022049666999919282, 0.021723129000065455, 0.021868789999871296, 0.02196838600002593, 0.021564933000036035, 0.02218494999988252, 0.021808187000033286, 0.021822253999971508, 0.022027045000186263, 0.021611670999845956, 0.02216951000013978, 0.021394616999941718, 0.02215026399994713, 0.021713932000011482, 0.021816853000018455, 0.038607398000067406, 0.03459669399990162, 0.02130063100003099, 0.022283181999910084, 0.02165479200016307, 0.021828184000014517, 0.021834335999983523, 0.022107104000042455, 0.02185463399996479, 0.02183343399997284, 0.02177309199987576, 0.022487874000034935, 0.021344993999946382, 0.02167714300003354, 0.022132603000045492, 0.021935835000022053, 0.021947105999970518, 0.039324045000057595, 0.11815527599992492, 0.03960843400000158, 0.09704710300002262, 0.022590976999936174, 0.022160334000091098, 0.02208256800008712, 0.022185801999967225, 0.021916088999887506, 0.022147619999941526, 0.021795133000068745, 0.02237973299997975, 0.021709002000079636, 0.022349205999944388, 0.022186994000094273, 0.03908965799996622, 0.11664818200006266, 0.02230640599987055, 0.02237375200002134, 0.022232809000115594, 0.021748485999978584, 0.02235242200003995, 0.021999143999892112, 0.038947212000039144, 0.04415563999987171, 0.029658860000154164, 0.022523129999854063, 0.022482895000166536, 0.022066228999847226, 0.022890074000088134, 0.022444443000040337, 0.02216046499984259, 0.022718032000057065, 0.022343346000070596, 0.02282118499988428, 0.02260978200001773, 0.022643043000016405, 0.022890135000125156, 0.022570066999833216, 0.022659294000050068, 0.022617065000076764, 0.02233551099993747, 0.02213385400000334, 0.0229425520001314, 0.022304712999812182, 0.02290815800006385, 0.02275488200007203, 0.022457697999925585, 0.022636751999925764, 0.022496110000020053, 0.022695180000027904, 0.022499206000020422, 0.022322004999978162, 0.02244295100013005, 0.024347930999965683, 0.03923929699999462, 0.027617405000000872, 0.022918967999885353, 0.02245974200013734, 0.022613046999822473, 0.02209991200015793, 0.022053603999893312, 0.038833801999999196, 0.035236676000067746, 0.02348754700005884, 0.02229136899995865, 0.021903914999938934, 0.0382386819999283, 0.17893693400014854, 0.023100686999896425, 0.022712102000014056, 0.022913167000069734, 0.022837515999981406, 0.02278776299999663, 0.022793665000108376, 0.022533558999839443, 0.02249300400012544, 0.022542165999993813, 0.022056459999930667, 0.03735059599989654, 0.033073414999989836, 0.023319975000049453, 0.02225418900002296, 0.022321695000073305, 0.02249437599994053, 0.03765127700012272, 0.10038879099988662, 0.023035514999946827, 0.0230290839999725, 0.022959233000165113, 0.03957761699984985, 0.06058272800009945, 0.023348248000047533, 0.022890353999855506, 0.0231394590000491, 0.022523541000055047, 0.022870567999916602, 0.022828499000070224, 0.03876055399996403, 0.029696661000116364, 0.02279061899980661, 0.023307742000042708, 0.022640768999963257, 0.022906485000021348, 0.022789607000049728, 0.0228554800000893, 0.0228220069998315, 0.02308251200020095, 0.03910775199983618, 0.029555898000126035, 0.02269440999998551, 0.02289113599999837, 0.02277697299996362, 0.022790157999907024, 0.02305291700008638, 0.023233955000023343, 0.022063022999873283, 0.03974636200018722, 0.11753917700002603, 0.02329020899992429, 0.022780499999953463, 0.02286671000001661, 0.022796270000071672, 0.022649975999911476, 0.02308180199997878, 0.022322085000041625, 0.02252399200006039, 0.02287741999998616, 0.022294042999874364, 0.02363043400009701, 0.022035781999875326, 0.02257552800006124, 0.02239396899994972, 0.023027280000178507, 0.022374572999979137, 0.022742148999896017, 0.022593640999957643, 0.02274971200017717, 0.02231707699979779, 0.022567963000028612, 0.022488486000156627, 0.022632202999830042, 0.022746055000197885, 0.02261826799986011, 0.038811228999975356, 0.09749647000012374, 0.023041937000016333, 0.022750112999801786, 0.022710089000156586, 0.023052526999890688, 0.02223545400011062, 0.02231266700005108, 0.022881598999902053, 0.03743860100007623, 0.030257935999998153, 0.022639567999931387, 0.022739322999996148, 0.038656741000067996, 0.02925460699998439, 0.022870676999900752, 0.022828520000075514, 0.02257147000000259, 0.03967505900004653, 0.0607209149998198, 0.02280898399999387, 0.023197997000124815, 0.022700211000028503, 0.0227673849999519, 0.022714827000072546, 0.022574986999870816, 0.02385394099997029, 0.02288917200007745, 0.02258059700011472, 0.03889363199982654, 0.06532898500017836, 0.023329031999992367, 0.02283083399993302, 0.022756664999860732, 0.022861241000100563, 0.022862671999973827, 0.022837467000044853, 0.022739432999969722, 0.022845871000072293, 0.03897309099988888, 0.08443295100005344, 0.02308973699996386, 0.02299212399998396, 0.023085928999989846, 0.02296554500003367, 0.02292024999997011, 0.023007683000059842, 0.02275055399991288, 0.03976315300019451, 0.24781569599986142, 0.03805984800010265, 0.030574417000025278, 0.022971344999859866, 0.02346716000010929, 0.02296108599989566, 0.022916963999932705, 0.023010339000165914, 0.023537349999969592, 0.023018804000003, 0.03878084200005105, 0.03379703299992798, 0.023064359000045442, 0.023026458000003913, 0.02341308899985961, 0.038449344000127894, 0.04799051700001655, 0.023369096999886096, 0.023182440000027782, 0.023640773000124682, 0.023162441999829753, 0.02311363000012534, 0.023169756000015695, 0.023267095999926823, 0.02298831699999937, 0.022877110000081302, 0.023013945000002423, 0.022750032999965697, 0.023284028000034596, 0.02308695099986835, 0.023025727000003826, 0.022998286000074586, 0.023075719999951616], [0.022166995999896244, 0.022117764000086026, 0.021989866000012626, 0.022867260999873906, 0.02073369400000047, 0.021741113000189216, 0.021711886999810304, 0.021773623000171938, 0.021842520999825865, 0.021737195000014253, 0.02177993400005107, 0.021554554999966058, 0.02207360200009134, 0.03922712300004605, 0.11405316799982756, 0.021997260000034657, 0.022359364000067217, 0.021609466999962024, 0.021945533000007345, 0.02210250600001018, 0.022020954000026904, 0.02189005900004304, 0.021918943999935436, 0.022090353000066898, 0.02229426400003831, 0.02133363199982341, 0.021737375000157044, 0.022012407999909556, 0.02222409199998765, 0.022501409000142303, 0.021218748999899617, 0.03825153499997214, 0.032056148000037865, 0.022108085999889227, 0.021958907999987787], [0.023306229000127132, 0.02199677899989183, 0.022359594999898036, 0.021739549000130864, 0.021814087999928233, 0.02210402800005795, 0.02201794899997367, 0.021888946999979453, 0.021921419000136666, 0.022091534999844953, 0.02229452400001719, 0.0213339229999292, 0.02171984300002805, 0.022207481000123153, 0.02202775599994311, 0.02250189100004718, 0.021217655999862473, 0.0382551320001312, 0.03231292600003144, 0.021847219999926892, 0.02212559899999178, 0.022355076999929224, 0.021193942000081734, 0.021832993000089118, 0.022024820999831718, 0.021973856000158776, 0.02132467599994925, 0.022537285999987944, 0.02118539699995381, 0.022763106999946103, 0.021849163000069893, 0.021837451999999757, 0.022276390000115498, 0.022427721999974892, 0.021596271999897, 0.02167296500010707, 0.02166220499998417, 0.022037003999912486, 0.021944000000075903, 0.021823836000066876, 0.022015243999931045, 0.021829366000019945, 0.02195632400002978, 0.021772339999870383, 0.021830598999940776, 0.02192585600005259, 0.02170160900004703, 0.02201446100002613, 0.021865964999960852, 0.02166715499993188, 0.022047702999998364, 0.021815010000182156, 0.021811452999827452, 0.022008150000146998, 0.021636947999922995, 0.022181973999977345, 0.021378827000035017, 0.022162777999938044, 0.021747714999946766, 0.021771428000192827, 0.038760082999942824, 0.03445894599985877, 0.02125514700014719, 0.02244965299996693, 0.02150607399994442, 0.02185431299994889, 0.02195986000015182, 0.021973965999904976, 0.021850746000154686, 0.021830218999866702, 0.021788760999925216, 0.02247538100004931, 0.021345304000078613, 0.02167436800004907, 0.022137611999824003, 0.02193077600009019, 0.021942688000081034, 0.0392587530000128, 0.11822598699995979, 0.03956758899994384, 0.09709763699993346, 0.02273478500001147, 0.022011676000147418, 0.02203182499988543, 0.022199345999979414, 0.021950672999992094, 0.02229072700015422, 0.021653359999845634, 0.022344686999986152, 0.021729842000013377, 0.022397063999960665, 0.022181133000003683, 0.03920509300019148, 0.11646775599979264, 0.0224956290001046, 0.02221109900006013, 0.022224512999855506, 0.021793049000052633, 0.022313159000077576, 0.022129515999949945, 0.03879021000011562, 0.04434359099991525, 0.029664059999959136, 0.022518591000107335, 0.02249814299989339, 0.022064925999984553, 0.022881479000034233, 0.022444854000013947, 0.022167116999980863, 0.02271020800003498, 0.0222394519998943, 0.022927543000150763, 0.022608208999827184, 0.022641651000185448, 0.02289086599989787, 0.02257901400002993, 0.022651268999879903, 0.022613648000060493, 0.02233029100011663, 0.022150334999878396, 0.02292815500004508, 0.02231445100005658, 0.022900754999909623, 0.02274524300014491, 0.022467306999942593, 0.022648613000001205, 0.022364976000062597, 0.022814963999962856, 0.0225041239998518, 0.02231613499998275, 0.022450435000109792, 0.024352508999982092, 0.03929786599996987, 0.02740116199993281, 0.022883492000119077, 0.02295367300007456, 0.02213898399986647, 0.022128243999986807, 0.022056369999972958, 0.03880113000013807, 0.03539791699995476, 0.023444437000080143, 0.022360707999951046, 0.021902252000018052, 0.03824022399999194, 0.17881396600000699, 0.02322176200004833, 0.02270700299982309, 0.022911733999990247, 0.022840562000055797, 0.02279132900002878, 0.022791440999981205, 0.02253857899995637, 0.022491851000040697, 0.022541986000078396, 0.022050227999898198, 0.03734486600001219, 0.03308337299995401, 0.023315948000117714, 0.02225152400001207, 0.02232410900001014, 0.02250094800001534, 0.03765116699992177, 0.10036953600001652, 0.02303944200002661, 0.023029693999887968, 0.022958070999948177, 0.0395784290001302, 0.06058628400000998, 0.02334273899987238, 0.02289797800017368, 0.02313141399986307, 0.022528911000108565, 0.022849447999988115, 0.02284756499989271, 0.03876714700004413, 0.029697162000047683, 0.022785788999954093, 0.023305858999947304, 0.022634668000137026, 0.022909600000048158, 0.022791530999938914, 0.022861189999957787, 0.02281527500008451, 0.02306437799984451, 0.03912528399996518, 0.029549527000199305, 0.022708344999955443, 0.022890185000051133, 0.022770339999851785, 0.022787483000001885, 0.02306101299996044, 0.023228244000165432, 0.022067420999974274, 0.03973930899996958, 0.11754131099996812, 0.02329067000005125, 0.02278071099999579, 0.022858194000036747, 0.02280592700003581, 0.022639657999889096, 0.023083905000021332, 0.022329890000037267, 0.022525464999944234, 0.022868272000096113, 0.02230127799998627, 0.0236279690000174, 0.022038175999796294, 0.022570879000113564, 0.022400472000072114, 0.023027209000019866, 0.02223146699998324, 0.02274101599982714, 0.022590956000158258, 0.022892919000014444, 0.02217695499984984, 0.02271450700004607, 0.022286068000084924, 0.02267297999992479, 0.022718583999903785, 0.02262707400018371, 0.03882972299993526, 0.09737530500001412, 0.023133837999921525, 0.02293642099994031, 0.02271803300004649, 0.023045784000032654, 0.022066909999921336, 0.022340870000107316, 0.023013425000044663, 0.03730220600004941, 0.030393328999934965, 0.02245683699993606, 0.02292216399996505, 0.038665858000058506, 0.029238777000045957, 0.022867592000011427, 0.022829981999848314, 0.022583713000130956, 0.03965815800006567, 0.06066069299981791, 0.022881578000124136, 0.023191154999949504, 0.022701213000118514, 0.022761062999961723, 0.022717942999861407, 0.022577562000151374, 0.023850373999948715, 0.022888701000056244, 0.022465091999947617, 0.039014898000004905, 0.06534067699999468, 0.023311309000064284, 0.022841112999913094, 0.022744461999991472, 0.022862663000069006, 0.022867190999932063, 0.02281958300000042, 0.0227565150000828, 0.02284226500000841, 0.038970856999867465, 0.08444641599999159, 0.023091800999964107, 0.022985671000014918, 0.0230880840001646, 0.022821134999958304, 0.022923074999880555, 0.023150108999971053, 0.022751456000150938, 0.03965995099997599, 0.24779449599986947, 0.038173950000100376, 0.030465032999927644, 0.023003466000091066, 0.023407487999975274, 0.022972006999907535, 0.02292869600000813, 0.022988257000179146, 0.023545976999912455, 0.023059127999886186, 0.03886336700020365, 0.033662130999800866, 0.023114713000040865, 0.023030936000168367, 0.023500331999912305, 0.038452289999895584, 0.04799191000006431, 0.023372823000045173, 0.023166319999972984, 0.023642516000109026, 0.023160287999871798, 0.023114180999982636, 0.023171348999994734, 0.023278677999996944, 0.022823019000043132, 0.02305319800007055, 0.022987936999925296, 0.02276452999990397, 0.023275812000065343, 0.023097030000144514, 0.023002362999932302, 0.023021490000019185, 0.023073175000035917, 0.02297593399998732, 0.02290174599988859, 0.02272338300008414, 0.022780839999995806, 0.023177639999858002, 0.022545682000099987, 0.022982186000035654, 0.0229500159998679, 0.022932163000177752, 0.02276887799985161, 0.02260237700011203, 0.02303723899990473, 0.02262502000007771, 0.023088333000032435, 0.022281320000047344, 0.023218565999968632, 0.022743650999927922, 0.023184813999932885, 0.022992984999973487, 0.023022050000008676, 0.02243366400011837, 0.0230027439999958, 0.023155697999982294, 0.022464721999995163, 0.022719765999909214, 0.022556503000032535, 0.023003865999953632, 0.022537617000125465, 0.02308169100001578, 0.03974365699991722, 0.30923381000002337, 0.023538903999906324, 0.023224367000011625, 0.0391108470000745, 0.0306126079999558, 0.039542487000062465, 0.02911723100010022, 0.023173180999947363, 0.022849527000062153, 0.02288703799990799, 0.02314960700005031, 0.03918567499999881, 0.029963025999904858, 0.03935962000014115, 0.076059591999865, 0.11621514500006924, 0.023494900000059715, 0.02336758399997052, 0.023279808999859597, 0.023035675000073752, 0.03899591100002908, 0.0681306639999093, 0.03866022600004726, 0.1170824220000668, 0.08689492700000301, 0.023552827999992587, 0.02372005999995963, 0.023987348999980895, 0.022797549999950206, 0.023382401000162645, 0.023290528999950766, 0.023522762999846236, 0.023335534000125335, 0.023302541000020938, 0.023098992999848633, 0.02337442600014583, 0.02261438999994425, 0.02373879400010992, 0.038906805999886274, 0.09172253499991712, 0.02339079600005789, 0.02341272800003935, 0.02335246500001631, 0.023325174000092375, 0.023048297999821443, 0.02361130700001013, 0.022844499000029828, 0.02297592300010365, 0.022713483999950768, 0.023182407999911447, 0.022745764000092095, 0.022872901000027923, 0.023390856999867538, 0.0232226929999797, 0.02316434400017897, 0.03847009699984483, 0.12169158200003949, 0.023297561999925165, 0.023653767000041626, 0.023739436000141723, 0.023791773999846555, 0.02328636200013534, 0.022713202999966597, 0.02378209599987713, 0.02301472600015586, 0.02317583499984721, 0.022987064000062674, 0.022923506000097404, 0.023679524000044694, 0.023273778999964634, 0.02324976299996706, 0.0232376710000608, 0.023222502999942662, 0.022973618999913015, 0.023220928999990065, 0.023477838999951928, 0.02264058900004784, 0.023624712000128056, 0.023425219999808178, 0.022299793000001955, 0.022965655000007246, 0.023253570000179025, 0.023463321999997788, 0.02293951499996183, 0.023062003999939407, 0.023542238000118232, 0.02308874300001662, 0.02309955399982755, 0.023008234000144512, 0.023166659000025902, 0.02340466199984803, 0.023171728000079383, 0.04107684999985395, 0.11941841500015471, 0.0401355159999639, 0.03664834599999267, 0.023774793000029604, 0.02318493200004923, 0.02338930399992023, 0.023022789999913584, 0.02368186900002911, 0.023348898999984158, 0.023871301000099265, 0.022724034000020765, 0.023719028999948932, 0.023227471999916816, 0.022821946000021853, 0.023819304999960877, 0.023198478000040268, 0.02361675700012711, 0.023371830999849408, 0.023294788000157496, 0.02315935499996158, 0.023375708000003215, 0.023386849999951664, 0.023529744999905233, 0.022980962000019645, 0.023476507000168567, 0.02350859499983926, 0.023580670999990616, 0.02331974399999126, 0.02344834400014406, 0.02351202199997715, 0.02365635099999963, 0.023477557999967757, 0.023366972000076203, 0.023433526999951937, 0.02339418199994725, 0.02349366800012831, 0.023340462999840383, 0.02343200300015269, 0.023624030999826573, 0.0230737560000307, 0.04044606399997974, 0.03597838800010322, 0.023530145999984597, 0.023314543999958914, 0.023525387000063347, 0.023088383999947837, 0.02361519400005818, 0.023553910999908112, 0.04052688499996293, 0.06308180400014862, 0.0239007559998754, 0.02324086800012992, 0.023513504999982615, 0.023115943999982846, 0.023564630000009856, 0.023696897000036188, 0.02347699699998884, 0.02345519699997567, 0.023370909000050233, 0.022887609000008524, 0.04093018599996867, 0.17936880299998847, 0.03928489999998419, 0.09134086399990338, 0.041886138000108986, 0.031342026999936934, 0.025413846999981615, 0.024963336999917374, 0.04130117800013977, 0.13714593600002445, 0.025245423999876948, 0.025359925999964616, 0.02580749100002322, 0.024245570000175576, 0.02481345799992596, 0.025047474000075454, 0.042389597000010326, 0.0337942869998642, 0.026284399000132908, 0.02420743799984848, 0.02589040600014414, 0.02422077299979719, 0.025241637000135597, 0.04109462299993538, 0.03296382899998207, 0.04150565899999492, 0.04949402900001587, 0.02538556400008929, 0.025249049999956696, 0.024778001999948174, 0.024795364000055997, 0.04179963699994005, 0.07710213500013197, 0.024695479000001797, 0.025090934999980163, 0.024767191999899296, 0.0252071810000416, 0.025024231000088548, 0.03944347599986031, 0.045244398000022557, 0.02495431100010137, 0.025229031999970175, 0.024813687999994727, 0.02502018399991357, 0.02323984500003462, 0.022954372999947736, 0.023945150000145077, 0.02324141700000837, 0.023612048999893887, 0.023743153999930655, 0.023150228000076822, 0.023361551000107283, 0.02339537499983635, 0.023486024000021644, 0.023433797000052436, 0.022694718999900942, 0.023860472000023947, 0.023299986999973044, 0.023338980000062293, 0.02323449499999697, 0.02381180099996527, 0.02255119200003719, 0.02361857100004272, 0.02299731299990526, 0.039642095000090194, 0.036524685999893336, 0.023093843000197012, 0.03876729599983264, 0.032007526000143116, 0.022904880999931265, 0.02356240600011006, 0.023091859999794906, 0.02321692200007419, 0.023237521000055494, 0.023474041999861583, 0.02346120700008214, 0.02349587200001224, 0.023062555000024076, 0.039770004000047265, 0.03057162100003552, 0.02333057399982863, 0.023063917000172296, 0.03897685599986289, 0.033441229000118255, 0.023526359000015873, 0.02259782900000573, 0.023530044999915845, 0.02282403999993221, 0.023036897000110912, 0.023112697999977172, 0.022608729000012318, 0.04039183400004731, 0.07958294899981411, 0.06544161200008602, 0.0450080269999944, 0.02354960200000278, 0.022678940000105285, 0.02253552199999831, 0.02354978299990762], [0.022634788000004846], [], [0.02275755699997717, 0.03956259899996439, 0.09710273700011385, 0.02273159899982602, 0.022014792000163652, 0.022027836999995998, 0.022198664999905304, 0.021955552999997963, 0.022063413000068977, 0.02188124400004199, 0.02233921599986388, 0.021734481000066808, 0.022402294999892547, 0.022048986000072546, 0.03912965199992868, 0.11666636700010713, 0.022319669999887992, 0.0223866060000546, 0.02222485500010407, 0.021797967999873435, 0.022308260000045266, 0.022121661000028325, 0.038797172999920804, 0.044129851999969105, 0.029630518000203665, 0.02251843099998041, 0.02254222499982461, 0.022067631000027177, 0.02281382199998916, 0.02246868900010668, 0.02220984599989606, 0.022666377000177818, 0.02236547600000449, 0.02279912499989223, 0.022609751000118194, 0.022628596999993533, 0.02290538299985201, 0.02257739100014078, 0.022643283999968844, 0.022633335999898918, 0.022342423000054623, 0.02214517499987778, 0.022937854000019797, 0.022346540000171444, 0.022861941999963165, 0.022719205999919723, 0.02249755200000436, 0.022623787999918932, 0.022371928000211483, 0.02282959099989057, 0.022505486999989444, 0.022350228000050265, 0.022410930999967604, 0.024293258999932732, 0.03893174400013777, 0.028045722999877398, 0.022874916000091616, 0.02268676499988942, 0.022405771999956414, 0.022136790000104156, 0.022055829000009908, 0.03879291499993087, 0.035225125000124535, 0.023378122999929474, 0.0223963939999976, 0.02194204600004923, 0.038420281000071554, 0.17881835299999693, 0.023217363999947338, 0.02270300500003941, 0.02291276599999037, 0.022839389999944615, 0.022797071000013602, 0.022786841999959506, 0.02254236499993567, 0.022491412000135824, 0.022312327000008736, 0.022144624000020485, 0.037308317999986684, 0.03309574599984444, 0.02322345600009612, 0.02249175099996137, 0.02232883800002128, 0.022508952999942267, 0.03746818600006918, 0.10052114799987066, 0.023064339000029577, 0.023030545999972674, 0.022957640000186075, 0.0393766519998735, 0.06077584800004843, 0.023107059000039953, 0.023138968000012028, 0.022892177999892738, 0.022572642000113774, 0.02279807299987624, 0.022863834999952815, 0.03900589200020477, 0.029698994999989736, 0.022778435999953217, 0.023245816999860835, 0.022678770000084114, 0.02293304399995577, 0.02278821400000197, 0.022873253000170735, 0.022805385999845385, 0.023064118000093004, 0.03912532499998633, 0.029553714000030595, 0.022709817999839288, 0.022884383000018715, 0.022769970000126705, 0.02258964499992544, 0.023070128999961526, 0.02318315000002258, 0.02212020900014977, 0.03969693999988522, 0.1175310220000938, 0.02328047199989669, 0.02287363400000686, 0.022816345999899568, 0.022786812000049395, 0.022660906000055547, 0.023080318999973315, 0.022359845999972094, 0.022536875000014334, 0.022822617999963768, 0.022347283000044627, 0.023586411999986012, 0.022079233000113163, 0.022529861999828427, 0.022434685999996873, 0.022996432000127243], [], [], [], [0.03869526300013604, 0.029859494999982417, 0.02251600599993253, 0.022504374999925858, 0.022065758000053393, 0.022878202000129022, 0.022444201999860525, 0.02216983300013453, 0.02270706199988126, 0.022248899000032907, 0.022918055999980425, 0.022608258999980535, 0.0226421320001009, 0.022890885999913735, 0.02258241000004091, 0.022649134999937814, 0.022412855000084164, 0.022344406999991406, 0.022342001999959393, 0.022738001000107033, 0.022343193999859068, 0.02286677100005363, 0.022724936000031448, 0.02249040900005639, 0.02283870799988108, 0.022363933999940855, 0.022624098000051163, 0.022505577999936577, 0.022342503000118086, 0.022411150999914753, 0.02455355500001133, 0.03868870099995547], [0.023281914000108372, 0.022517910000033226, 0.022537648000025, 0.022068261999947936, 0.022817969000016092, 0.022468367999863403, 0.022205168000027697, 0.02267146600001979, 0.022460493999915343, 0.022703867000018363, 0.022610373000134132, 0.02262799499999346, 0.022906123999973715, 0.022577671999897575, 0.022642823000069257, 0.022632603999909406, 0.022343255000123463, 0.022340629999916928, 0.022741276000033395, 0.022345659999928102, 0.022863404000190712, 0.022725035999883403, 0.02249082000003, 0.022631010999930368, 0.022565620000023046, 0.022629808000147023, 0.022505587999830823, 0.02234503800013954, 0.02241140199998881, 0.024295123000001695, 0.03894363599988537, 0.028031427000087206, 0.022880064999981187, 0.022686625000005733, 0.022405891000062184, 0.022131920999981958, 0.022056089999978212, 0.038798564999979135, 0.035398066999960065, 0.023443204999921363, 0.02236202000017329, 0.021901870999954554, 0.03824488400005066, 0.17881431499995415, 0.023220610999942437, 0.02270673199996054, 0.022911484000132987, 0.022839880999981688, 0.022794173999955092, 0.022789197000065542, 0.022540231999983007, 0.022491400000035355, 0.022537336999903346, 0.021916388999898118, 0.03731202500011932, 0.03325061500004267, 0.023313353000048664, 0.022253175999821906, 0.022325322000142478, 0.022505185999989408, 0.03764729999988958, 0.10036780200016437, 0.02304198699994231, 0.02302992499994616, 0.022958611999911227, 0.039575313000113965, 0.06057411200004026, 0.023337146999892866, 0.02290854800003217, 0.02312191700002586, 0.022534279999945284, 0.02284482000004573, 0.02285000899996703, 0.03877685499992367, 0.02969796400020641, 0.022783223999795155, 0.02324710000016239, 0.022681774999909976, 0.022930900000119436, 0.022789486999954534, 0.02286600999991606, 0.022811016000105155, 0.02306582200003504, 0.03912366099984865, 0.029551269999956276, 0.0227099480000561, 0.02288763900014601, 0.022770741999920574, 0.022781491999921855, 0.023063916999944922, 0.023226331000159917, 0.022069785999974556, 0.0397365629999058, 0.11754118099997868, 0.023289949000172783, 0.022630059999983132, 0.022821575999842025, 0.022789537000107885, 0.022655716999906872, 0.02308220200006872, 0.022358713999892643, 0.022535433000030025, 0.022824692000085633, 0.02234370599990143, 0.02359572900013518, 0.02206932399985817, 0.0225337000001673, 0.02243253099982212, 0.023000189000185856, 0.02242130099989481, 0.022740475000091465, 0.022591377000026114, 0.022890644999961296, 0.022180240999887246, 0.02270990800002437, 0.022287471000026926, 0.022676045000025624, 0.02271518899988223, 0.0226267220000409, 0.038825355999961175, 0.09738322900011553, 0.023130892999915886, 0.022776873000111664, 0.022876828999869758, 0.023044723000111844, 0.022067500000048312, 0.022344286999896212, 0.022835553000049913, 0.037478263999901174, 0.03019782500018664, 0.022652801999811345, 0.022733212000048297, 0.03869389000010415, 0.029195587000003798, 0.02286141099989436, 0.02303671699996812, 0.0225872989999516, 0.039461542000026384, 0.0608543840000948, 0.022707483999965916, 0.02336299500007044, 0.022703055999954813, 0.022567913000102635, 0.022718924999935552, 0.02276983999990989, 0.023659609000105775, 0.022886606999918513, 0.022663942999997744, 0.039010810000036145, 0.06534316100010074, 0.023116565999998784, 0.022850009999956455, 0.022719876999872213, 0.022847204000072452, 0.022886597000024267, 0.02279983599987645, 0.022775621000164392, 0.02283653399990726, 0.03893453899991073, 0.08469720400012193, 0.023084717000074306, 0.022986282999909236, 0.0230901370000538, 0.02282429100000627, 0.02292635200001314, 0.02314126199985367, 0.0227547819999927, 0.039662155000087296, 0.24779425499991703, 0.03817291900008968, 0.030470793999938905, 0.023001963000069736, 0.023404192000043622, 0.02297360900001877, 0.022929778999923656, 0.022982937000051606, 0.023552127999892036, 0.023060481000129585, 0.03886180399990735, 0.033659645999932764, 0.02311597600009918, 0.02302933300006771, 0.02350303699995493, 0.03845172799992724, 0.047982212000079016, 0.02337189199988643, 0.023171188000105758, 0.023631445999853895, 0.023157593000178167, 0.0231182089999038, 0.023172260000137612, 0.023284007999791356, 0.022820845000069312, 0.02305779700009225, 0.02298168499987696, 0.022766553000110434, 0.02327247699986401, 0.023183140000128333, 0.023025637000046117, 0.022997755000005782, 0.023141241999837803, 0.02291359800005921, 0.022936870999956227, 0.022677918999988833, 0.022769870000047376, 0.02319407000004503, 0.022556962999942698, 0.02296396199994888, 0.022966515999996773, 0.022920041000134006, 0.02276412900005198, 0.022602898999821264, 0.023044031000154064, 0.022615120999944338, 0.023102870999991865, 0.022413486000004923, 0.023075809999909325, 0.02274183700001231, 0.023183240999969712, 0.023000439000043116, 0.023037569000052827, 0.0224107809999623, 0.023021028000130173, 0.023133757999858062], [0.02321157400001539, 0.022924527999975908, 0.02276300700009415], [0.02343999899994742, 0.023377853000056348, 0.022385022999969806, 0.021937598000022263, 0.0382426389999182, 0.17882541700009824, 0.023155539000072167, 0.022710137999865765, 0.022887308999997913, 0.02283541199994943, 0.022807490000104735, 0.022785890000022846, 0.022586047000004328, 0.022470361999921806, 0.022539491000088674, 0.02215644600005362, 0.0373026579998168, 0.03308697900001789, 0.02320652399998835, 0.02226988799998253, 0.022327997000047617, 0.022519753000096898, 0.03769773399994847, 0.10027298499994686, 0.023064890000114247, 0.023028892999946038, 0.02295953299994835, 0.03961535799999183, 0.060549305999984426, 0.023335202999987814, 0.022917465000091397, 0.023105004999933954, 0.022586658000136595, 0.02279186199984906, 0.022863133000100788, 0.038808103000064875, 0.029649773999835816, 0.022805065000056857, 0.023128047999989576, 0.022746266000012838, 0.022944084000073417, 0.02278314499994849, 0.022878472999991573, 0.022796319000008225, 0.023063105999881373, 0.03912969300017721, 0.029525470999942627, 0.02278244400008589, 0.02284451899981832, 0.022766524000189747, 0.022854977999941184, 0.023076541999898836, 0.0231757460001063, 0.022126711000055366, 0.039689877000000706, 0.11753231499983485, 0.023280131000092297], [0.06687822200001392, 0.022995409999793992, 0.02270544000020891, 0.022887879999871075, 0.022834790999922916, 0.022818791000190686, 0.02277540999989469, 0.022586658999898646, 0.022465282000212028], [], [0.022642312000016318, 0.02321980899978371, 0.02226146200018775, 0.02232924899999489, 0.02251487399985308, 0.03769619100012278, 0.10027783500004261, 0.02306465899982868, 0.023030114999983198, 0.02295914299998003, 0.0396153580002192, 0.06055260099992665, 0.023330905999955576, 0.022920039999917208, 0.02310327200007123, 0.022582589999956326, 0.022795848999976442, 0.022863264000079653, 0.039004929999919113, 0.0294612820000566, 0.02279203100010818, 0.023132445999863194, 0.022745785000097385, 0.022944776000031197, 0.022787702999949033, 0.022885405999886643, 0.022784527000112575, 0.023063116000002992, 0.039129461999891646, 0.02953160300012314, 0.02272089899997809], [0.024402032000125473, 0.023035604999904535, 0.023029303999919648, 0.022958822000191503, 0.03957999099998233, 0.06058097499999349, 0.023347546999957558, 0.02289280900004087, 0.023137154999858467, 0.022525865000034173, 0.02286944599995877, 0.022828218000086054, 0.038762577999932546, 0.029696491000095193, 0.022789997000018047, 0.02330751199997394, 0.02263864599990484, 0.022907134999968548, 0.022790489000044545, 0.022856942000089475, 0.022820644999910655, 0.023080268000057913, 0.039110516999926404, 0.029553995000014766, 0.022696322999991025, 0.022891646000061883, 0.022774799999979223, 0.0227899870001238, 0.023054420999869762, 0.02323237199993855, 0.022064905999968687, 0.03974424800003362, 0.11753954699997848, 0.02328933900002994, 0.02278309400003309, 0.022863103999952727, 0.02279934500006675, 0.02264852400003292, 0.023081881000052817, 0.022324218999983714, 0.022524083000007522, 0.022875396000017645, 0.022295545999895694, 0.023629743000128656, 0.02203611199979605, 0.022574877000124616, 0.02239570200003982, 0.023027649999903588, 0.02237358200000017, 0.02274107600010211, 0.022594153000000006, 0.022748309000007794, 0.02231817899996713, 0.0225698869999178, 0.022484067000050345, 0.02263100100003612, 0.022749051999880976, 0.02261766600008741, 0.03881371300008141, 0.09749205200000688, 0.023043570999789154, 0.022752267000214488, 0.022710829999823545, 0.023052486000096906, 0.022234042000036425, 0.0223131079999348, 0.022879123999928197, 0.037440693999997166, 0.030257146000167268, 0.022638024999878326, 0.022737498999958916, 0.03866249199995764, 0.02925356500009002, 0.022869736000075136, 0.02282813800002259, 0.02257351399998697, 0.03967107199991915, 0.06071363199998814, 0.022820544000069276, 0.023195152999960555, 0.022700811000049725, 0.02276779599992551, 0.022714967999945657, 0.022574886000029437, 0.023853250000001935, 0.02288837100013552, 0.022582920999866474, 0.0388918690000537, 0.06533224100007828, 0.02332597600002373, 0.022832075999986046, 0.022755392999897595, 0.022860027999968224, 0.02286509800001113, 0.02283298800011835, 0.022744231999922704, 0.02284361700003501, 0.03897398300000532, 0.0844353449999744, 0.023089846999937436, 0.022988938000025883, 0.023087643000053504, 0.022959983999953693, 0.02292005899994365, 0.02301256300006571, 0.022751405999997587, 0.039657195000017964, 0.24792077100005372, 0.03805834599984337, 0.0305664219999926, 0.02289126599998781, 0.0235423090000495, 0.02295873200000642, 0.022809304000020347, 0.023120483999946373, 0.023545565000176794, 0.02301207099981184, 0.03878126400013571, 0.03366076899988002, 0.023115314000051512, 0.023030926000046748, 0.02349995100007618, 0.03844732999982625, 0.04799477599999591, 0.023369637000087096, 0.023180816999911258, 0.023632307000070796, 0.023161540000046443, 0.023114432000056695, 0.02317085799995766, 0.023272405999932744, 0.02298211600009381, 0.02288669699987622, 0.023000470999932077, 0.02276050200021018, 0.023279959999854327, 0.023090197000101398, 0.023003775999995923, 0.02302197999983946, 0.02307382700018934, 0.022995039999841538, 0.022910922000164646, 0.02270746399995005, 0.02277075100005277, 0.02319089599996005, 0.02255604099991615, 0.022966755999959787, 0.02295722000008027, 0.022926261000066006, 0.022765942999967592, 0.022604160999890155, 0.02304257800005871, 0.022616213999981483, 0.02310120700008156, 0.022415631000058056, 0.02307474799999909, 0.022742187999938324, 0.023184993999848302, 0.022997303000011016, 0.023036257000057958, 0.02241476800008968, 0.02301185099986469, 0.02314310600013414, 0.02247413800000686, 0.022711891999961153, 0.022556563000080132, 0.023012541999833047, 0.022529311999960555, 0.023084346000132427, 0.03975362500000301, 0.3092214179998791, 0.023596580000003087, 0.02326610500017523, 0.039234086999840656, 0.030456668000169884, 0.039481712999986485, 0.02919946399993023, 0.023160528000062186, 0.022944764999920153, 0.022718683999983114, 0.023148323999976128, 0.03919404099997337, 0.030014692000122523, 0.03930491799997071, 0.07612132700000984, 0.11623401999986527, 0.02340848000017104, 0.023429888999999093, 0.02321607099997891, 0.02308806199994251, 0.039061643999957596, 0.06811599599996043, 0.038571381000110705, 0.11709232999987762, 0.08689644000014596, 0.023534323999911066, 0.0237321320000774, 0.02398392200007038, 0.02279578799993942, 0.023381068999924537, 0.023289266000119824, 0.023523904999819933, 0.02334557200015297, 0.023288144999924043, 0.023090466999974524, 0.023400844999969195, 0.02258868200010511, 0.02374859299993659, 0.0390432490000876, 0.09158706299990627, 0.023401366000143753, 0.02341266700000233, 0.02334253699996225, 0.023322809999854144, 0.023050872000112577, 0.02361009599985664, 0.02284532900011982, 0.022983116999967024, 0.022696061000033296, 0.023204719999966983, 0.022732891000032396, 0.022876947999975528, 0.023401677000038035, 0.023207864999903904, 0.023171689000037077, 0.03864419000001362, 0.12151041500010251, 0.023298183999941102, 0.023649988999977722, 0.02374162000000979, 0.02380933700010246, 0.023271793999811052, 0.02271234199997707, 0.023793167000121684, 0.02300289300001168, 0.023187026999949012, 0.02311270800009879, 0.022791929999812055, 0.02367676000017127, 0.023279979999870193, 0.023255463000168675, 0.023234745999843653, 0.02321352600006321, 0.022974421000071743, 0.02321578999999474, 0.023482366999814985, 0.022637372000190226, 0.023637537000013253, 0.023422764999850187, 0.02241765300004772, 0.022987183999930494, 0.023145880000129182, 0.02342368799986616, 0.02294169900005727, 0.023060280999970928, 0.023550073000023986, 0.02307919600002606, 0.02310054500003389, 0.023006149999901027, 0.02318552300016563, 0.02338789099985661, 0.02318958199998633, 0.041089003000024604, 0.11939972000004673, 0.04012141999987762, 0.036646703000087655, 0.023784891000104835, 0.023354778999873815, 0.02323683000008714, 0.022998414999847228, 0.02369979200011585, 0.023332106999987445, 0.023878225000089515, 0.022796738999886657, 0.023636985999928584, 0.02322764200016536, 0.022815613999910056, 0.023845363999953406, 0.02318248799997491, 0.023627457000202412, 0.02337066999984927, 0.023282214000118984, 0.02315139999996063, 0.023395063999942067, 0.02338699999995697, 0.023530386000174985, 0.022980100999802744, 0.023465756000177862, 0.023498296999832746, 0.02360023699998237, 0.023308573000122124, 0.023462249999965934, 0.02350008999997044, 0.023675275999949008, 0.02346908300000905, 0.023354028000085236, 0.023442272000011144, 0.023384865000025457, 0.02350641199996062, 0.023338018000004013, 0.02342529099996682, 0.023625673999958963, 0.023092399999995905, 0.0404379300000528, 0.03596899000012854, 0.023546155999838447, 0.023304244999962975, 0.023517643000104727, 0.02310961199987105, 0.023612129000184723, 0.023543882000012673, 0.04051323999988199, 0.06309528900010264, 0.023981005999985427, 0.023151671000050555, 0.023503645999880973, 0.02312906900010603, 0.02355078499999763, 0.02369813899986184, 0.0234747030001472, 0.02345163999984834, 0.023408177999954205, 0.022854598000094484, 0.040931498999952964, 0.17936721900014163, 0.03928778599993166, 0.09134449999987737, 0.04187790400010272, 0.03134164499988401, 0.02541429800021433, 0.024975108999797158, 0.04147917000000234, 0.13736380300019846, 0.02483617999996568, 0.02544858199985356, 0.025711011000112194, 0.024257351999949606, 0.025013429999944492, 0.02486338100015928, 0.042380480000019816, 0.03378712399990036, 0.026287455000101545, 0.024216674999934185, 0.025895686000012574, 0.02421048399992287, 0.02524594400006208, 0.04109450300006756, 0.03296158499983903, 0.04152536600008716, 0.049455676999969, 0.025382658999888008, 0.025249450000046636, 0.024791447000097833, 0.02481478100003187, 0.04199264699991545, 0.07705858400004217, 0.024553764000074807, 0.02535528799990061, 0.024484865999966132, 0.025361288000112836, 0.024872868999864295, 0.03945231300008345, 0.045253434999949604, 0.02494792800007417, 0.025226677999853564, 0.02487649600016084, 0.024955551999937597, 0.023315576999948462, 0.022877219000065452, 0.023932936999926824, 0.02324496400001408, 0.023610757000142257, 0.02373182199994517, 0.02314990700006092, 0.023369446999822685, 0.02340200700018613, 0.023466978999977073, 0.02344772199990075, 0.022707783999976527, 0.023842498000021806, 0.023298434000025736, 0.02333793799994055, 0.023237751000124263, 0.023820096999997986, 0.022540230999993582, 0.023614502999862452, 0.022993827000163947, 0.039647805999948105, 0.03660983500003567, 0.023000187999969057, 0.03877513099996577, 0.03200038299996777, 0.0229048609999154, 0.023568247000184783, 0.023084425999968516, 0.023218003000010867, 0.023241828999971403, 0.023483590000068943, 0.023445297999842296, 0.02349600200000168, 0.023068997000109448, 0.03976421299989852, 0.030579315000068163, 0.023324141999864878, 0.023066743000072165, 0.038978568999937124, 0.033440407000171035, 0.023602642000014384, 0.022507098999994923, 0.023534073999826433, 0.022823668000000907, 0.02303224900015266, 0.023114241000030233, 0.022608698999874832, 0.040394007000031706, 0.07958503300005759, 0.06554627699983939, 0.044898143000182245, 0.023557256999993115, 0.022677074999819524, 0.022531034000166983, 0.02362680700002784, 0.022097104999829753, 0.023347485000158485, 0.03975156999990759, 0.062168982999992295, 0.023081649999994625, 0.023080768999989232, 0.022942962000115585, 0.023152431999960754, 0.02293900399990889, 0.022875436000049376, 0.022477965000007316, 0.02335827599995355, 0.022491029000093476, 0.022903748999851814, 0.022709687000087797, 0.02299159199992573, 0.022884463000082178, 0.023419870999987324, 0.022152908999942156, 0.04011848400000417, 0.1327514740000879, 0.02314878700008194, 0.02296712799989109, 0.022414469000068493, 0.022977256999865858, 0.023434640000004947, 0.0394017400001303, 0.17742596499988394, 0.023303926000153297, 0.02315326500001902, 0.02302299299981314, 0.02345863499999723, 0.02257767200012495, 0.022704388999954972, 0.02289864999988822, 0.02267274000018915, 0.03968888600002174, 0.060800946999961525, 0.02324054799987607, 0.02265072900013365, 0.022818961999973908, 0.022995531999868035, 0.022729786000127206, 0.02272428499986745, 0.02285789500001556, 0.022731469000063953, 0.02241628199999468, 0.02226382799995008, 0.022383941000043706, 0.021852170000101978, 0.022061670999846683, 0.022583764000046358, 0.022098058999972636, 0.022507230999963213, 0.022368983000205844, 0.022024741999985054, 0.022168620000002193, 0.022182525999824065, 0.022469311000122616, 0.021664038999915647, 0.022225076000040644, 0.022384331000012025, 0.022121792999996615, 0.022436269000081666, 0.022266752999939854, 0.02222864300006222, 0.022144674999935887, 0.022181454000019585, 0.022622786000056294, 0.021628262999911385, 0.02201654700002109, 0.037798452000060934, 0.14620724599990353, 0.023784191000004284, 0.022569337000049927, 0.022504977999915354, 0.023102561000087007, 0.038305697999931, 0.03146590899996227, 0.02313426000000618, 0.022802381000019523, 0.02278887600004964, 0.022557504999895173, 0.022678650999978345, 0.02269237600012275, 0.023168994999878123, 0.03880845500020769, 0.029257852999990064, 0.02307028099994568, 0.022597689999884096, 0.02311879100011538, 0.023117758999887883, 0.022619130000066434, 0.02290356999992582, 0.038825777000056405, 0.03359751299990421], [0.02424713300001713, 0.023349810999889087, 0.022888271000056193, 0.02314377700008663, 0.022517668999853413, 0.022872352000149476, 0.02283446000001277, 0.03883907099998396, 0.029613835999953153, 0.022788153999954375, 0.023307942999963416, 0.022650597000165362, 0.022898960999782503, 0.02278981700010263, 0.02285109200010993, 0.02282704599997487, 0.023077583000031154, 0.039109745999894585, 0.029559935999941445, 0.022688497999979518, 0.02289280900004087, 0.022781181000027573, 0.022792471999991903, 0.02304621500002213, 0.023239586000045165, 0.02205711099986729, 0.039750340000182405, 0.11753929699989385, 0.023291011000083017, 0.02277815599995847, 0.022870486999863715, 0.022790669000187336, 0.02265364300001238, 0.023085006999963298, 0.022313008999844897, 0.022525785000198084, 0.022881447999907323, 0.022289824999916164, 0.023631817000023148, 0.022034770000118442, 0.02258025599985558, 0.02238920100012365, 0.023026657999935196, 0.02237493400002677, 0.02274295000006532, 0.022594251999862536, 0.022752998999976626, 0.022313450000183366, 0.022657479999907082, 0.022403015999998388, 0.02263731299990468, 0.02274048499998571, 0.022618157000124484, 0.03880802300000141, 0.09758398400003898, 0.02295923299993774, 0.022745554000039192, 0.022708605999923748, 0.023051574999954028, 0.022238349000190283, 0.02231158599988703, 0.022885115000008227, 0.03743388199995934, 0.030263567000019975, 0.02264019900007952, 0.022740124999927502, 0.0386500879999403, 0.029253344000153447, 0.022875446999933047, 0.02282737699988502, 0.02256776300009733, 0.03968220299998393, 0.06071503499993014, 0.02280993500016848, 0.02320181400000365, 0.022698867999906724, 0.022767606000115848, 0.022713474999818573, 0.02257814200015673, 0.023851966999927754, 0.022890795999956026, 0.02257759100007206, 0.03899810699999762, 0.06522192500005985, 0.02333524400000897, 0.02282494299993232, 0.02275948999999855, 0.02286205199993674, 0.022862782999936826, 0.022838889000013296, 0.02273563600010675, 0.022850229999903604, 0.038976998000180174, 0.08442384399995717, 0.023088844999847424, 0.02299359700009518, 0.02308817299990551, 0.022967919000166148, 0.02291762499999095, 0.023009807999869736, 0.022746496000081606, 0.039766999999983454, 0.2478235199998835, 0.03812153400008356, 0.030508714000006876, 0.022975592999955552, 0.023464836000130163, 0.022969080999928337, 0.022913668000001053, 0.02301045800004431, 0.023579198999868822, 0.02296508300014466, 0.038857014999848616, 0.03371704400001363, 0.023066302000188443, 0.023024223999982496, 0.02351282499989793, 0.03841202500007057, 0.047923160999971515, 0.023370378999970853, 0.023182809999980236, 0.023649048999914157, 0.023160999000083393, 0.023111977000098705, 0.02317327299988392, 0.02326136600004247, 0.022989778999999544, 0.022873734000086188], [0.02415792700003294, 0.0233397720000994, 0.022900895000020682, 0.02312882899991564, 0.02253122499996607, 0.022847274000014295, 0.022848988000077952, 0.03876973100000214, 0.029697662999979002, 0.02278412600003321, 0.02324830199995631], [0.0240594230001534, 0.022565248999853793, 0.02313628299998527, 0.02274403199999142, 0.02294514599998365, 0.022788665000007313, 0.02311691700015217, 0.02255183399984162, 0.02306386800000837, 0.039128880000134814, 0.029800524999927802, 0.02248165300011351, 0.02285368599996218, 0.022767113999861976, 0.022854007999967507, 0.02307247300018389, 0.023180755999874236, 0.022122052999975494, 0.03969488600000659, 0.11753111200005151, 0.02328101200009769, 0.022867041999916182, 0.022811647000025914, 0.02278175299989016, 0.022665936000066722, 0.023080167999978585, 0.02235900400000901, 0.022542457000099603, 0.022816846999830886, 0.022353264000003037, 0.023576623000053587, 0.022083261000034327, 0.022530093000113993, 0.02243998499989175, 0.02299092099997324, 0.02244559600012508, 0.022737920999816197, 0.022593651000079262, 0.02288665800006129, 0.02218426800004636, 0.022543036999877586, 0.022451557000067623, 0.022679130999904373, 0.02270910700008244, 0.022628004999887708, 0.038819775000092704, 0.0973936190000586, 0.023126424999873052, 0.022781441000006453, 0.02287256099998558, 0.023044943000058993, 0.02206677899994247, 0.022348644999965472, 0.0228366650001135, 0.03747751299988522, 0.030203656000139745, 0.022649365999996007, 0.022733862999984922, 0.03869915900008891, 0.029194605999919077, 0.02286033799987308, 0.022801870000193958, 0.02262055099981808, 0.03966305700009798, 0.060572388000082356, 0.022989439999946626, 0.023131923999926585, 0.022699529999954393, 0.02280243000018345, 0.02271843399989848, 0.022544139000046926, 0.023886292000042886, 0.022885524999992413, 0.0226541439999437, 0.03901851499995246, 0.06515781600000992, 0.0233027829999628, 0.022850370000014664, 0.022721189000094455, 0.02284768599997733, 0.022885915999950157, 0.02280001600001924, 0.022775631000058638, 0.022836323999854358, 0.03893544000015936, 0.08442748099992059, 0.02306347800004005, 0.023025356000061947, 0.0230933319999167, 0.023053087999869604, 0.022930790000145862, 0.0228968569999779, 0.02280175999999301, 0.039859241999920414, 0.24777319600002556, 0.03801750900015577, 0.030534802999909516, 0.022974090999923646, 0.02335701400011203, 0.023006861999874673, 0.022947140000042054, 0.022957749999932275, 0.023562717999993765, 0.023087091000206783, 0.03879752399984682, 0.0336607480001021, 0.02311672699988776, 0.023040875000106098, 0.02349721599989607, 0.03841656300005525, 0.0479907369999637, 0.02333620600006725, 0.0232003020000775, 0.02356055399991419, 0.023179803999937576, 0.023077453000041714, 0.02319109599989133, 0.02331972400020277, 0.023059610000018438, 0.022765461999824765, 0.02298298799996701, 0.022845701000051122, 0.023139930000070308, 0.023203156999898056, 0.022988507000036407, 0.023023512999998275, 0.023063347000061185, 0.02299975899995843, 0.022901804999946762, 0.022773517000132415, 0.022799484999950437, 0.023085559000037392, 0.02255633200002194, 0.023051473999885275, 0.022892468999998528, 0.022957670000096186, 0.022799144999908094, 0.022598570000127438, 0.022975223000003098, 0.02268977099993208, 0.023028542000020025, 0.022543547999930524, 0.023017291000087425, 0.022740826000017478, 0.02313590199992177, 0.022977636999939932, 0.02302435499996136, 0.022471634000112317, 0.022988888000099905, 0.023050061999811078, 0.022568575000150304, 0.02278913600002852, 0.022553396999910547, 0.02296577399988564, 0.02257931600001939, 0.023257849000174247, 0.03946680099988953, 0.3093494960000953, 0.023510309999892343, 0.023211081999988892, 0.039147535999973115, 0.030645439000181796, 0.03957760299999791, 0.029031730999804495, 0.02323331299999154, 0.022811406000073475, 0.022908747999963452, 0.02315977600005681, 0.03913961000012023, 0.02989784399983364, 0.03954073800014157, 0.07589626699996188, 0.11626073999991604, 0.02348684499997944, 0.023285952000151156, 0.02331196899990573, 0.022975181999981942, 0.039267107000114265, 0.06781243999989783, 0.038673551000101725, 0.11703431199998704, 0.08693051399995966, 0.023573756999894613, 0.02368065700011357, 0.023991605999981402, 0.022845851000056427, 0.023359067999990657, 0.02325228699987747, 0.02356241699999373, 0.023286551999945004, 0.023331876000156626, 0.023139958999990995, 0.02330790199994226, 0.02275959000007788, 0.02367688000003909, 0.03916515699984302, 0.09124958300003527, 0.02350439900010315, 0.023453482999912012, 0.023687058999939836, 0.02298232500015729, 0.023122234999846114, 0.023531348999995316, 0.02291971900012868, 0.0229216819998328, 0.022849377000056847, 0.02309460400010721, 0.022750803999997515, 0.022911302000011347, 0.023403920999953698, 0.023214969000036945, 0.023145268999996915, 0.03870793999999478, 0.12140640999996322, 0.023330454999950234, 0.023649598000019978, 0.02400541199995132, 0.023295749999988402, 0.023793406000095274, 0.02249101999996128, 0.02367845200001284], [], [], [0.02428352099991571], [0.023171068000010564, 0.022481953999886173, 0.02275198699999237, 0.03885223500014945, 0.029190366999955586, 0.022859707999941747, 0.022801669000045877, 0.022612135999906968, 0.039671492000024955, 0.060571317000039926, 0.022991944000068543, 0.023131963999958316, 0.022693478000064715, 0.022807640999872092, 0.022718934000067748, 0.022543738999956986, 0.02388589099996352, 0.022886376000087694, 0.0225093649999053, 0.038961358000051405, 0.06536398000002919, 0.02329804500004684, 0.022836553999923126, 0.022735775999990437, 0.022846722999929625, 0.022886297000013656, 0.022798574000034932, 0.022777273999963654, 0.022836704000155805, 0.0389350299999478, 0.08442651900008968, 0.023056885999949372, 0.023032378999914727, 0.023094565000064904, 0.02283938899995519, 0.022941480000099546, 0.023098041999901398, 0.022807930999988457, 0.03966146400011894, 0.247797410999965, 0.038185060999921916, 0.03053939200003697, 0.022964923000017734, 0.023360320999927353, 0.02300818399999116, 0.0229531009999846, 0.022955807000016648, 0.023557458000141196, 0.023093211999821506, 0.038793546000079004, 0.03366001800009144, 0.02311784899984559, 0.02303986300012184, 0.02340835999984847, 0.038510949000055916, 0.04798951600014334, 0.023324121999849012, 0.023203789000035613, 0.02356554299990421, 0.023179835000064486, 0.023068426000008913, 0.02319940100005624, 0.023315646999890305, 0.023064609000130076, 0.022769468999968012, 0.02298085400002492, 0.022847785000067233, 0.02313957899991692, 0.02319938000005095, 0.022987685999851237, 0.023023894000061773, 0.023068004999913683, 0.022995781000190618, 0.022900753999920198, 0.022771113000089827, 0.022796027999902435, 0.023085047999984454, 0.022567963000028612, 0.023051364999901125, 0.02287964400011333, 0.02297031400007654, 0.022790457999917635, 0.022607247999985702, 0.022968629999922996, 0.022696914000107427, 0.023023321999971813, 0.022378501000048345, 0.02318723799999134, 0.022740815999895858, 0.023136623000027612, 0.022971416000018507, 0.023020868000003247, 0.022474658999954045, 0.022990131000142355, 0.023050051999916832, 0.022568464999949356, 0.022793704000150683, 0.022553576999825964, 0.022960936000117727, 0.02258422399995652, 0.023255935999941357, 0.039462783000089985, 0.3092801369998597, 0.02357990000018617, 0.0231819179998638, 0.039177842000071905, 0.03064974699987033, 0.03946762700002182, 0.02913604600007602, 0.023240336000071693, 0.022805346000041027, 0.02283538099982252, 0.023158103000014307, 0.039215280000007624, 0.029792989000043235, 0.03946818200006419, 0.07607036199988215, 0.1162685550000333, 0.0234909329999482, 0.023281623000002583, 0.023305788000016037, 0.022962287000154902, 0.03907171399987419, 0.06802100899994912, 0.03867519400000674, 0.11703396100006103, 0.08692909100000179, 0.023575350000101025, 0.02367869299996528, 0.02399213800003963, 0.022851290999824414, 0.023359658000117633, 0.0232474590000038, 0.023544552999965163, 0.02330863399993177, 0.023328319000029296, 0.023142925000001924, 0.023295578999977806, 0.022777463000011267, 0.02366471699997419, 0.03892268499998863, 0.0914944700000433, 0.023503295999944385, 0.023455307000176617, 0.023692237999966892, 0.02295571599984214, 0.023147352000023602, 0.023533493000059025, 0.022904810999989422, 0.022911863999979687, 0.022877219000065452, 0.02308589800009031, 0.022747747999801504, 0.022911242000191123, 0.023411995999822466, 0.023215019000190296, 0.02314511899999161, 0.03849998199984839, 0.1216135760000725, 0.0233300939999026, 0.023650288999988334, 0.024006645000099525, 0.02328967800008286, 0.02379913699996905, 0.022489265999865893, 0.023666441000159466, 0.023100765999970463, 0.023223744999995688, 0.023187486999859175, 0.022712412000146287, 0.023587894000002052, 0.02331120799999553, 0.02323273199999676, 0.0232373500000449, 0.023280640999928437, 0.022933213999976942, 0.023207244000104765, 0.02349841699992794, 0.022674171000062415, 0.023555072999897675, 0.023721391999970365, 0.02211649200012289, 0.022967256999891106, 0.023204638999914096, 0.023510299000008672, 0.022912716000064393, 0.023092330000054062, 0.023480113000005076, 0.02316955399987819, 0.023098181000023033, 0.023010247000001982, 0.023180084000159695, 0.023342235999962213, 0.023200761999987662, 0.040963878999946246, 0.11945331099991563, 0.04012993500009543, 0.03664490999994996, 0.023721353000155432, 0.023486022999804845, 0.023123419000057766, 0.02310031499996512, 0.02363230600008137, 0.023372762999997576, 0.023795179999979155, 0.02281349100007901, 0.023513825000009092, 0.02336933699984911, 0.02289743599999383, 0.02374368499999946, 0.023497265000059997, 0.02331825100009155, 0.023382050000009258, 0.02329945599990424, 0.02322397600005388, 0.02357663199995841, 0.023120994000009887, 0.02351038899996638, 0.022997213000053307, 0.023491063999927064, 0.023565111000152683, 0.023505048999822975, 0.02333526300003541, 0.023461038000050394, 0.023522381000020687, 0.02361162800002603, 0.023511060999908295, 0.02331970399995953, 0.02345860300010827, 0.023397237999915887, 0.023487647000138168, 0.02334209499986173, 0.02344153100011681, 0.023671158999832187, 0.02304719600010685, 0.04031607299998541, 0.03608000700000957, 0.023581702000001314, 0.02326334899998983, 0.023515779000035764, 0.023132564999968963, 0.023577534999958516, 0.023554391000061514, 0.040570897999941735, 0.06302148000008856, 0.023821268999881795, 0.02335723400005918, 0.023560393000025215, 0.023110653999992792, 0.02356974999997874, 0.02370160600003146, 0.023433956999951988, 0.023488047999990158, 0.02332214800003385, 0.02294523599994136, 0.04087286000003587, 0.17935977499996625, 0.03926563499999247, 0.09127336799997465, 0.04193005000001904, 0.031340042000010726, 0.02532576299995526, 0.024967947000050117, 0.041384834000155024, 0.13751985299995795, 0.0252450420000514, 0.025359195999953954, 0.025813500999902317, 0.023860362000050372, 0.024838365000050544, 0.02495279799995842, 0.042394805999947494, 0.03408211300006769, 0.02600073100006739], [0.02366968700016514, 0.02286656999990555, 0.022826144999953613, 0.022580296000114686, 0.039665561999981946, 0.06065440099996522], [0.024682734999942113, 0.022787793000134116, 0.02318995299992821, 0.02270174299997052, 0.02276479100009965, 0.02271818299982442, 0.022573565000129747, 0.02385420099994917, 0.022887930000024426, 0.022458570000026157, 0.03901638999991519, 0.06533897400004207, 0.023319664999917222, 0.02283671400005005, 0.022748170000113532, 0.02286273300001085, 0.022866719999910856, 0.022820885000101043, 0.022754681999913373, 0.022842836000108946, 0.03897195899980943, 0.08443915200018637, 0.023094475999869246, 0.022984610000094108, 0.023087240999984715, 0.022820724999974118, 0.022924238000086916, 0.02314949699984936, 0.022751836999987063, 0.039660100999981296, 0.24779461599996466, 0.03817299900015314, 0.030462437999858594, 0.023004937999985486, 0.02340834000005998, 0.02297199700001329, 0.02292838500011385, 0.02299169399998391, 0.0235391730000174, 0.023060321999992084, 0.03886618100000305, 0.03366228200002297, 0.023115073999861124, 0.023030104000099527, 0.02350545199988119, 0.0384446850000586, 0.04799106800010122, 0.023374426999907882, 0.023163292999925034, 0.02364700500015715, 0.02316036799993526, 0.02311441200004083, 0.023170697999830736, 0.023276934000023175, 0.022822969000117155, 0.023050993999959246, 0.022992124999973385, 0.022762695999972493, 0.02327775699995982, 0.023094655000022613, 0.023002814000165017, 0.02302147899990814, 0.02307327600010467, 0.022979800999792133, 0.022900052000068172, 0.022721681000120952, 0.02277838499981044, 0.02318239999999605, 0.022550100000216844, 0.02297497199992904, 0.022952150000037363, 0.022931009999865637, 0.022767424999983632, 0.0226030900000751, 0.023039332000053037, 0.022622434999902907, 0.02308999699994274, 0.02242046800006392, 0.023079456999994363, 0.022742800000060015, 0.023183751000033226, 0.022994177999862586, 0.023026569000194286, 0.022428583999953844, 0.023004817999890292, 0.02315306400009831, 0.02246660399987377, 0.02271836400018401, 0.022556392999831587, 0.023005399000112448, 0.022535822999998345, 0.02308068899992577, 0.039749278000044796, 0.30922870099993816, 0.023538883000128408, 0.02330900499987365, 0.03903004600010718, 0.030673070999910124, 0.039481063000039285, 0.029116498999883333, 0.02324380300001394, 0.02293358400015677, 0.02273053599992636, 0.02314959699992869, 0.03918759900011537, 0.029962223999973503, 0.03936050099991917, 0.07606028400005016, 0.11621246999993673, 0.023492646000022432, 0.023368645000118704, 0.02327894799987007, 0.023042728000064017, 0.03899040100009188, 0.06813365899984092, 0.03865867300009995, 0.11708414500003528, 0.08689452699991307, 0.02354996300005041, 0.023722293999981048, 0.023986797999896226, 0.02279659900000297, 0.023384164000162855, 0.023288585000045714, 0.02352342399990448, 0.023337287000003926, 0.02329963600004703, 0.02309763999983261, 0.02337792299999819, 0.02261053200004426, 0.02374110899995685, 0.038906095000129426, 0.09172299500005465, 0.023395104999963223, 0.023410722999869904, 0.023349640000105865, 0.02332542499993906, 0.023049119000006613, 0.02360996500010515, 0.022844458999998096, 0.022978276999992886, 0.022710087999939788, 0.02318646499998067, 0.022744412000065495, 0.022872219999953813, 0.02339178800002628, 0.02322220299993205, 0.023164574000020366, 0.038472892000072534, 0.1216886469999281, 0.023297763000073246, 0.023652182999967408, 0.023739696999882653, 0.02380123100010678, 0.02327844699993875, 0.022712693000130457, 0.02378434999991441, 0.02301196999997046, 0.023176808000016536, 0.022988686999951824, 0.022926009999991948, 0.02367426500018155, 0.02327681399992798, 0.02325176699991971, 0.023236378000092373, 0.023218987000063862, 0.022974319999775616, 0.023219717000074525, 0.023478941000121267, 0.02264016799995261, 0.023626895999996123, 0.02342424900007245, 0.022425466999948185, 0.0228383369999392, 0.023259180999957607, 0.023459615000092526, 0.02293829299992467, 0.02306208400000287, 0.023542297999938455, 0.023088253000196346, 0.02309961299988572, 0.023008344000118086, 0.02316874299981464, 0.02340285800005404, 0.023168963999978587, 0.041083322000076805, 0.11941534900006445, 0.04013388299995313, 0.03664877699998215, 0.023775753999871085, 0.02318620500000179, 0.023391978000063318, 0.02301889399996071, 0.023684794000018883, 0.02334575300005781, 0.023873374999993757, 0.022722230999988824, 0.02371852700002819, 0.023226511000075334, 0.02282183499983148, 0.02382235100003527, 0.023196764999966035, 0.023618319999968662, 0.023372733000087464, 0.02329202200007785, 0.02315683100005117, 0.02338013699977637, 0.023386889000221345, 0.023530375999825992, 0.02297945999998774, 0.023475865000136764, 0.023506061000034606, 0.023584367000012207, 0.02331785100000161, 0.023452150999901278, 0.023508836000019073, 0.023666971000011472, 0.023469673999898077, 0.023364096000022982, 0.02343431799999962, 0.023392920000105732, 0.02349638399982723, 0.023339561000057074, 0.023430811000025642, 0.023623348999990412, 0.02309325200008061, 0.04043005499988794, 0.03597522200016101, 0.02352958500000568, 0.023317479999832358, 0.023522421000052418, 0.023091668999995818, 0.02361488399992595, 0.02355330000000322, 0.04052444000012656, 0.06308367699989503, 0.024001094000141165, 0.02314252399992256, 0.023511201000019355, 0.0231167459999142, 0.02356256600000961, 0.02369792900003631, 0.02347559400004684, 0.023457220999944184, 0.0233937519999472, 0.022864625000011074, 0.04092903500009015, 0.17936850199998844, 0.03928536099988378, 0.09134195600017847, 0.04188408499999241, 0.031341664999899876, 0.025414138000087405, 0.02496571100004985, 0.0413009079998119, 0.13714431400012472, 0.025246213999935208, 0.025360147000128563, 0.025806027999806247, 0.024246141000048738, 0.02481571199996324, 0.025046933000112404, 0.04238927699998385, 0.0337990959999388, 0.02628796500016506, 0.024197449999974197, 0.025892428999895856, 0.024218039000061253, 0.025241976999950566, 0.04109574499989321, 0.03296377900005609, 0.04150561899996319, 0.04949300600014794, 0.02538478299993585, 0.02525000200012073, 0.02477776199998516, 0.024797998999929405, 0.0419963239999106, 0.07690422600012425, 0.02469636000000719, 0.025098048000018025, 0.024757033000014417, 0.025207031999798346, 0.025024731000030442, 0.03944486900013544, 0.04524560000004385, 0.024953829999958543, 0.025227989999848432, 0.024896742999999333, 0.024939313000004404, 0.023335283000051277, 0.02286266200007958, 0.02394107199984319, 0.023242540000183, 0.023611207999920225, 0.023740929000041433, 0.023150136999902315, 0.02336618100002852, 0.02339409199998954, 0.02348074400015321, 0.02343824499985203, 0.022695922000139035, 0.0238567349999812, 0.02330000699998891, 0.023339710999835006, 0.023233273000187182, 0.023814815999912753, 0.022548937999999907, 0.023616156999878513, 0.022997803000180284, 0.0396424069999739, 0.03662721699993199, 0.022993004999989353, 0.03876897899999676, 0.0320057829999314, 0.022904790000211506, 0.02356516199984071, 0.023088844000085373, 0.02321731200004251, 0.0232412979999026, 0.02347691699992538, 0.02345357400008652, 0.02349614200011274, 0.02306700299982367, 0.03976585700002033, 0.0305739350001204, 0.023328349999928832, 0.023063386000103492, 0.03897991199983153, 0.033440367000139304, 0.023526308999862522, 0.022595664000164106, 0.023532480999847394, 0.022823829000117257, 0.023034753000047203, 0.02311264799982382, 0.02260994100015523, 0.040393277000021044, 0.07958486199981962, 0.0654406310000013, 0.04500469000004159, 0.023553990999971575, 0.02267754700005753, 0.02253316800010907, 0.02361910199988415, 0.02210235500001545, 0.02334935899989432, 0.03975191100016673, 0.06216893199984952, 0.023081178999973417, 0.023079136000205835, 0.02294566599994141, 0.023146000999986427, 0.022942911999962234, 0.022873652000043876, 0.02248212299991792, 0.023353736999979446, 0.022494866999977603, 0.022904540000126872, 0.02271051799993984, 0.022990230000004885, 0.02288013499992303, 0.023424870000098963, 0.02215205800007425, 0.04011762200002522, 0.132752956999866, 0.023149017000150707, 0.022964713999954256, 0.02241595099985716, 0.022977889000003415, 0.023432616000036433, 0.03940011700001378, 0.1774279280000428, 0.023301651999872774, 0.023154348000161917, 0.023024384999871472, 0.023451511000075698, 0.02258338299998286, 0.02270157299994935, 0.022897820000025604, 0.022680283999989115, 0.03968847500004813, 0.0607984519999718, 0.023237031000007846, 0.022653153999954156, 0.022821557000042958, 0.02299175500002093, 0.022731509000095684, 0.0227234229998885, 0.022857794999936232, 0.022731459000169707, 0.022416322000026412, 0.02226528099981806, 0.022384652000027927, 0.02185116900000139, 0.022063203000016074, 0.022582542000009198, 0.02209437200008324, 0.022511167999937243, 0.022367431000020588, 0.02201772900002652, 0.022177705999865793, 0.02218051300019397, 0.022469560999979876, 0.021665161999862903, 0.022226317000104245, 0.022379582999974446, 0.022123637000049712, 0.02243544699990707, 0.02226823599994532, 0.02222694900001443, 0.02214477600000464, 0.02218458900006226, 0.02262090299996089, 0.021626940000032846, 0.022021045999963462, 0.037795918000028905, 0.14619760699997641, 0.023780424000051426, 0.022567543999912232, 0.022511658999974316, 0.02309930600017651, 0.038304935999804, 0.03135977100009768, 0.023238734999949884, 0.022801739999977144, 0.022790149000002202, 0.022562584000070274, 0.022685994000084975, 0.022695341999906304, 0.023064279999971404, 0.038908130999971036, 0.029259476000106588, 0.023074408999946172, 0.022593120999999883, 0.023120033999930456, 0.023117679000051794, 0.022620552000034877, 0.02290520299993659, 0.03882567699997708, 0.03359289400009402, 0.0383248939999703, 0.032821565999938684, 0.02309180100019148, 0.022045860999924116, 0.02316396499986695, 0.022665426000003208, 0.022614963000023636, 0.02218178400016768, 0.02341212699980133, 0.02235851500017816, 0.022797000999844386, 0.022469872000101532, 0.02293611000004603, 0.02268824899988431, 0.023042347999989943, 0.0222996449999755, 0.023607692000041425, 0.022417703999963123, 0.02298586400002023, 0.022729224000158865, 0.022680464999893957, 0.02296994299990729, 0.0228702480001175, 0.022635500999967917, 0.02280778099998315, 0.022946981000131927, 0.022560010000006514, 0.02258756999981415, 0.0225166090001494, 0.022702014999822495, 0.022375946000011027, 0.022467397000127676, 0.038667562000000544, 0.03084882000007383, 0.022890344999950685, 0.022691293999969275, 0.022760182999945755, 0.022773917999984405, 0.037947861000020566, 0.03174053099996854, 0.022789728000134346, 0.022738521999826844, 0.023028814000099374, 0.022607929000059812, 0.022476113000038822, 0.023002383999937592, 0.023046516000022166, 0.022070708000001105, 0.02317190999997365], [], [], [0.024218611000151213, 0.022814422999999806, 0.023025125000003754, 0.023092611999800283, 0.023057867000034094, 0.022928805999981705, 0.02289470200003052, 0.022799195000061445, 0.03986461199997393, 0.2477745189999041, 0.03801369200004956, 0.03063612200003263, 0.02300257399997463, 0.02339286100004756, 0.022979179999992994, 0.022929698000098142, 0.022975743999950282, 0.023557086999971943, 0.02306701299994529, 0.03885695500002839, 0.033645460000116145, 0.02311763899979269, 0.023029724000025453, 0.023315066000122897], [0.12404005300004428, 0.038171606999867436, 0.0304774560001988, 0.023002302999884705, 0.023400876000096105, 0.022974771999997756, 0.0229303290000189, 0.02297924099980264, 0.023553540000193607, 0.02306321699984437, 0.03886064100015574, 0.03364481899984639, 0.023117427999977735, 0.023029504000078305, 0.023502916000097684, 0.03843054999993001, 0.047800501999972766, 0.02334014300004128, 0.023199551000061547, 0.023563709999962157, 0.023179453000011563, 0.023078063999946608, 0.02318973299998106, 0.02332821100003457, 0.023051664999911736, 0.02276261700012583, 0.022986693999882846, 0.022841642999992473, 0.023140612000133842, 0.023206432999813842, 0.022987846000205536, 0.023023472999966543, 0.023060571999849344, 0.02300316500009103, 0.0229035089998888, 0.022767786000031265, 0.022804675000088537, 0.023349439999947208, 0.022289244000148756, 0.02304972199999611, 0.02289660599990384, 0.022954002999995282, 0.02279902400005085, 0.022598079999852416, 0.022979010000199196, 0.02268679499979953, 0.023031778000131453, 0.02254422999999406, 0.023012771999901815, 0.02274086600004921, 0.023136132999979964, 0.02323804200000268, 0.022770732000026328, 0.022467557000027227, 0.022991152000031434, 0.023048368999980084, 0.022798914000077275, 0.02255632199990032, 0.022553436999942278, 0.022967107000113174, 0.02257712100004028, 0.023258670999894093, 0.039469445999884556, 0.30934906500010584, 0.023670408000043608, 0.02320977999988827, 0.03912043500008622, 0.030616134999945643, 0.039474520000112534, 0.029177373000038642, 0.023188819999859334, 0.022835121000071013, 0.022792861999960223, 0.023150708999992275, 0.03929093200008538, 0.029751079999869035, 0.03953890399998272, 0.07607511100013653, 0.11622872999987521, 0.02333363000002464, 0.02353447500013317, 0.023285489999807396, 0.02275899900018885, 0.03926710699988689, 0.06809721100012212, 0.03838713699997243, 0.11735781499987752, 0.08660669999994752, 0.023573327000121935, 0.02368331100001342, 0.023990103999949497, 0.02284237399999256, 0.023361011000133658, 0.023258899999973437, 0.023559642000009262, 0.023281111999949644, 0.023334630999897854, 0.023137324000117587, 0.023632718000044406, 0.02243171899999652, 0.023937514999943232, 0.03891090299998723, 0.09124971400001414, 0.023840223999968657, 0.023116805999961798, 0.023683733000098073, 0.023317608999832373, 0.02278727200018693, 0.023531287999958295, 0.02318478300003335, 0.022978156999897692, 0.02273189800007458, 0.022894390999908865, 0.0230258369999774, 0.022871518000101787, 0.02316510599985122, 0.02321470800006864, 0.02314598099997056, 0.0387142810000114, 0.12140023899996777, 0.023329762999992454, 0.02364909700008866, 0.024005301999977746, 0.02329936599994653, 0.023789840000063123, 0.022491169999966587, 0.023689603000093484, 0.02307049000000916, 0.02321646099994723, 0.023191414999928384, 0.022708615000055943, 0.023592403000066042, 0.023313040999937584, 0.023231840000107695, 0.023236880000013116, 0.023274919999948906, 0.02293397499988714, 0.023212063000073613, 0.0235042379999868, 0.02266250000002401, 0.023561554000025353, 0.023720331000049555, 0.02230995099989741, 0.022957850000011604, 0.023016638999934003, 0.023509368000077302, 0.02292085999988558, 0.02308397500019055, 0.023495891999800733, 0.023165026000015132, 0.023090807000016866, 0.023015235999992, 0.023172139000052994, 0.02334261700002571, 0.02319525200005046, 0.040979508999953396, 0.11944386200002555, 0.04014058500001738, 0.036640481999938856, 0.023727534000045125, 0.023478350000004866, 0.023124058999883346, 0.023093411999980162, 0.023634321000145064, 0.02337134000003971, 0.023806831000001694, 0.022801247999950647, 0.023518274000025485, 0.023371139999881052, 0.022891085000082967, 0.02374441500001012, 0.02349555299997519, 0.023324101000071096, 0.023382510999908845, 0.0232999170000312, 0.023223945999916396, 0.02357659200015405, 0.02311887999985629, 0.023521340000115742, 0.02298259600001984, 0.023515909000025204, 0.023545945999785545, 0.023503386000129467, 0.023337706999882357, 0.023458944000140036, 0.023518063999972583, 0.023624831999995877, 0.023502544999928432, 0.023322359000076176, 0.02346197899987601, 0.023391357000036805, 0.023488449000069522, 0.02334133399995153, 0.023443844999974317, 0.023665539000148783, 0.023045162000016717, 0.040371635999918, 0.03603218700004618, 0.023579338999979882, 0.02326264699991043, 0.023530085999937, 0.023122216000047047, 0.023573868000084985, 0.02355532299998231, 0.04056527700004153, 0.06303089799985173, 0.023816971000087506, 0.023356662999958644, 0.02356289700014713, 0.023104422999949747, 0.023571613000058278, 0.023697988999856534, 0.02343904700001076, 0.023484290999931545, 0.023333899000135716, 0.022933104000003368, 0.04087903100003132, 0.1793555980000292, 0.03926387100000284, 0.09127353899998525, 0.041935319999993226, 0.03133534399989912, 0.025337815000057162, 0.02496037199989587, 0.04138484400004927, 0.1373568389999491, 0.025292030000173327, 0.025354005999815854, 0.025739614000030997], [0.06573387000003095], [], [0.02476151199994092, 0.03806189200008703, 0.030570338999950764, 0.022976145000029646, 0.023464664999892193, 0.02296531399997548, 0.02291472000001704, 0.023010048000060124, 0.02353405400003794], [0.0241865200000575, 0.022888992999924085, 0.023547848999896814, 0.022958873000106905, 0.022914289000027566, 0.023014225999986593, 0.023540526000033424, 0.02301670999986527, 0.038779559999966295, 0.033796862000144756, 0.023063177000040014, 0.023027910999871892, 0.023415873999965697, 0.03844845300000088, 0.047992861000011544, 0.023368977000018276, 0.023181217000001197, 0.023636455000087153, 0.023163303000046653, 0.02311427199992977, 0.02316961499991521, 0.023269411000001128, 0.02298737500018433, 0.02288001599981726, 0.023010158000033698, 0.0227519160000611, 0.02328219499986517, 0.02308892500013826, 0.023023431999945387, 0.023000729999921532, 0.023075080000126036, 0.022973028000023987, 0.02291063200004828, 0.022709768999902735, 0.022771913000042332, 0.023189291999869965, 0.022553977000143277, 0.022969732999854386, 0.022954714000206877, 0.02292797499990229, 0.02276505100007853, 0.022605533999922045, 0.023040584000000308, 0.022618587999886586, 0.0230988430000707, 0.022416992999978902, 0.023075629999993907, 0.022742238000091675, 0.023185163999869474, 0.02299488900007418, 0.023034543999983725, 0.02241882600014833, 0.023009295999827373, 0.023146421000092232, 0.022471644999995988, 0.022713894999924378, 0.022556994000069608, 0.02300840399993831, 0.022532748000003266, 0.023083555000084743, 0.03975223299994468, 0.30922344000009616, 0.023596601000008377, 0.023263992000011058, 0.03922772399982932, 0.030464452000160236, 0.03948203499999181, 0.029198200999871915, 0.02316197999994074, 0.02294271200003095, 0.022720797000147286, 0.02314869599990743, 0.03919226700008949, 0.029962044999820137, 0.039357705000156784, 0.07611683899995114, 0.11622732799992264, 0.023414460000140025, 0.023370198999828062, 0.023276583000097162, 0.023077702999898975, 0.03906599200013261, 0.06803047699986564, 0.03865776200018445, 0.11708812199981367, 0.08689747200014608, 0.023540055000012217, 0.02372685199998159, 0.023984642999948846, 0.022798041999976704, 0.023381579999977475, 0.023289255999998204, 0.02352212200003123, 0.023343328000009933, 0.023293534999993426, 0.023093983000080698, 0.023391266999851723, 0.022597198000084973, 0.023744665000094756, 0.039043269999865515, 0.09158622100017055, 0.023399122000000716, 0.023410994999949253, 0.023346242999878086, 0.02332433200012929, 0.02305123399992226, 0.02360859200007326, 0.022845430999950622, 0.0229799799999455, 0.02270290399997066, 0.023196134000045276, 0.02273903200011773, 0.022874863999959416, 0.023397960000011153, 0.023213206000036735, 0.023170204999814814, 0.03864049399999203, 0.12151519400003963, 0.023299295000015263, 0.023650079999924856, 0.02374081900006786, 0.023806130000139092, 0.023275891999901432, 0.022710047999908056, 0.023787987000105204, 0.023009235000017725, 0.023178981999990356, 0.02299029999994673, 0.022921651999922688, 0.023674545000176295, 0.02327913899989653, 0.023253860000068016, 0.023236128999997163, 0.023216732000037155, 0.022974740999870846, 0.023215740000068763, 0.02348154500009514, 0.02263856499985195, 0.02363300800016077, 0.023422755999945366, 0.022424574999831748, 0.02297561300019879, 0.023125572000026295, 0.023453252999843244, 0.022939335000046412, 0.023062063999987004, 0.023540034000006926, 0.02308871300010651, 0.02309963399989101, 0.023008293999964735, 0.023170445000005202, 0.023402408000038122, 0.023192536999886215, 0.04106683200006955, 0.11941097099997933, 0.040130016000148316, 0.03664816599984988, 0.023779581000098915, 0.02334903799987842, 0.02323683000008714, 0.023008062999906542, 0.023692679000077987, 0.023337427000114985, 0.023876891999861982, 0.02271766200010461, 0.023719649999975445, 0.023228072999927463, 0.02281809900000553, 0.023829603999956817, 0.023194922000129736, 0.023622106999937387, 0.02336948700008179, 0.02328783400002976, 0.02315503699992405, 0.023387661000015214, 0.023387189000004582, 0.02352845299992623, 0.022982396000088556, 0.02346914199983985, 0.023502885000198148, 0.023591019999912533, 0.02331434400002763, 0.023456759000055172, 0.023505079999949885, 0.02367147999984809, 0.023468390000061845, 0.02336047099993266, 0.02343707200020617, 0.0233888319999096, 0.023502706000044782, 0.023338047999914124, 0.02342751500009399, 0.02362508299984256, 0.02309364200004893, 0.040432740000142076, 0.03597352899987527, 0.02353054700006396, 0.023316637999869272, 0.023519255000110206, 0.02310269999998127, 0.02361516499991012, 0.023545084000033967, 0.04051977200015244, 0.06308894699986922, 0.02387820500007365], [0.024250960000017585, 0.02311686699999882, 0.023030005000009623, 0.023504268000124284, 0.038450786999874254, 0.04796361700005036, 0.02338643999996748, 0.023174564000100872, 0.023625003999995897, 0.022911433999979636, 0.0233639470000071, 0.023173472000053152, 0.023287474999960978, 0.022823348999963855, 0.023055622999891057, 0.022976716000130182, 0.02277039099999456, 0.023267035999879226, 0.02311974300005204, 0.022996470999942176, 0.023019626000177595, 0.023078344999930778, 0.022971265000023777, 0.022901845999967918, 0.022728232999952525, 0.0227863709999383, 0.023171649000005345, 0.022538218000136112, 0.022993004999989353, 0.022942872999919928, 0.022917284999948606, 0.02279032800015557, 0.022600032999889663, 0.02303219899999931, 0.02263093100009428, 0.023082443000021158, 0.022294414000043616, 0.023211422999793285, 0.022743941000044288, 0.023183401000096637, 0.02299530000004779, 0.023011530999838214, 0.022443199999997887, 0.02299840600016978, 0.023156590999860782, 0.022467687000016667, 0.02272036699991986, 0.022555732000000717, 0.02300057000002198, 0.022542045000136568, 0.02308644999993703, 0.03972854800008463, 0.3092246339999747, 0.02354417299989109, 0.023213086000168914, 0.03911524599993754, 0.030612858000040433, 0.039471564999985276, 0.029183264000039344, 0.023184371999832365, 0.022840130000076897, 0.022786158999906547, 0.02315094000005047, 0.039296952000086094, 0.0299435199999607, 0.03936769500000992, 0.07605568400003904, 0.11622401199997512, 0.02350159299999177, 0.023367221999933463, 0.023283025999944584, 0.023015407000002597, 0.039010147999988476, 0.0681046150000384, 0.038656539000157863, 0.11674622499981524], [0.024575936000019283, 0.02337187099988114, 0.023168374000078984, 0.023638167999934012, 0.023159576000125526, 0.0231151839998347, 0.023171498000010615, 0.023281313000097725, 0.022822909000069558, 0.023054760999912105, 0.02298439099990901, 0.02276578100008919, 0.023274331000038728, 0.02309892299990679, 0.023001361000069664, 0.02301888500005589, 0.023075820000030944, 0.02297378999992361, 0.02290146499990442, 0.02272595900012675, 0.022782912999900873, 0.023173082000084833, 0.022544920999962414, 0.022986093000099572, 0.022947259999909875, 0.0229143799999747, 0.02278923600010785, 0.02260133599997971, 0.023034833999872717, 0.022628436000104557, 0.023085669000010967, 0.0222852059998786, 0.023216542999989542, 0.022743290000107663, 0.02318547499999113, 0.022992173999909937, 0.02301813300005051, 0.022438652000118964, 0.023000690999879225, 0.02315696100004061, 0.022463067999979103, 0.02272199100002581, 0.022556031000021903, 0.02300260399988474, 0.022540002000141612, 0.023082050999846615, 0.03973851800014927, 0.30923957099980726, 0.02353923400005442, 0.0232208500001434, 0.03911284099990553, 0.030597840999917025, 0.039471705000096335, 0.029189163999944867, 0.023176929000101154, 0.022846190999871396, 0.02288993299998765, 0.023161659000152213, 0.039182158999892636, 0.02996361700002126, 0.039358757999934824, 0.07606039400002373, 0.11621576600009575, 0.023497765999991316, 0.02336769299995467, 0.02327922800009219, 0.02303219899999931, 0.038998655999876064, 0.06811469400008718, 0.03866089699999975, 0.11708173099987107, 0.08688131200005955, 0.02356231600015235, 0.02371211499985293, 0.02399072499997601, 0.02280014600000868, 0.02338264100012566, 0.023293043999956353, 0.023521500000015294, 0.023328078999838908, 0.02330878400016445, 0.023106044999849473, 0.023362975000054576, 0.022624719000077675, 0.0237342959999296, 0.03890762800006087, 0.09172733299988067, 0.02338458500003071, 0.02341880900007709, 0.02335669300009613, 0.023325283999838575, 0.02304636400003801, 0.02361300100005792, 0.022844488999908208, 0.02297026199994434, 0.022723012000142262, 0.023172890000068946, 0.022751394999886543, 0.022871568000027764, 0.02339068700007374, 0.023221421000016562, 0.023163361999877452, 0.0384677219999503, 0.12169719300004544, 0.023296960999914518, 0.023654708000094615, 0.02373946700004126, 0.02368869099996118, 0.023397950000116907, 0.022712862999924255, 0.02378109400001449, 0.023016638999934003, 0.023176837999926647, 0.022984609000104683, 0.022925698999870292, 0.02367985600017164, 0.02326905999984774, 0.023250254000004134, 0.02323933399998168, 0.023224266000170246, 0.022973308000018733, 0.023220409000032305, 0.023478349999777492, 0.022641049000185376, 0.023623540000016874, 0.02342541099983464, 0.022303650000139896, 0.02296368999986953, 0.023246147000008932, 0.0234652950000509, 0.022944084000073417, 0.023059179000028962, 0.023545253999827764, 0.02308870299998489, 0.023098582000102397, 0.02300873500007583, 0.02316695899980914, 0.02340400100001716, 0.023174283000116702, 0.041069736000054036, 0.11942285399982211, 0.04013515500014364, 0.03664986900002987, 0.0237735599998814, 0.02318362000005436, 0.0233883920000153, 0.023025755999924513, 0.023677851999991617, 0.023350521000111257, 0.023871401999940645, 0.02272772099991016, 0.023715251000112403, 0.023230128000022887, 0.02282034199993177, 0.023818374000029507, 0.02320219500006715, 0.023611246999962532, 0.02337250200002927, 0.023297482999851127, 0.023163022000062483, 0.023371519999955126, 0.02338508599996203, 0.023530086000164374, 0.02297999099982917, 0.023479632000089623, 0.023511431000088123, 0.023575339999979406, 0.023323130999870045, 0.023440779000111434, 0.023519385999861697, 0.023653507000062746, 0.023472799000046507, 0.023372352000023966, 0.02343389699990439, 0.02339502400013771, 0.023492935999911424, 0.023339131000057023, 0.023434427999973195, 0.023625422999884904, 0.023074156000120638, 0.040442848999873604, 0.03598136300001897, 0.023529656000164323, 0.0233110570000008, 0.023529233999852295, 0.0230855980000797, 0.023614062999968155, 0.023554331000013917, 0.04052991100002146, 0.06307988000003206, 0.023899674999938725, 0.023241428000119413, 0.02351534899980834, 0.023114080000141257, 0.023566974999994272, 0.023696857000004456, 0.02347663599994121, 0.02345373399998607, 0.023370748999923308, 0.022888290000082634, 0.040930547000016304, 0.1793456299999434, 0.03928632300016943, 0.09133435099988674, 0.04189578699993035, 0.03134244700004274, 0.02541466799993941, 0.02495518300020194, 0.04130389299984927, 0.13662163899994084, 0.025316516000202682, 0.025364193999848794, 0.026072565000049508, 0.024432838999928208, 0.024808949000089342, 0.025048617000038575, 0.04238793399986207, 0.033517029999984516, 0.0260173610001857, 0.024756812999839894, 0.02588130800018007, 0.024230971999941175, 0.02524739699993006, 0.04109714800006259, 0.03296478099991873, 0.04150523900011649, 0.04899638999995659, 0.025460513999860268, 0.025045110000064597, 0.025408496999943964, 0.024788492000197948, 0.04180514699987725, 0.07661069000005227, 0.025180993000049057, 0.02503662300000542, 0.024836261000018567, 0.025208112999962395, 0.025022518000014315, 0.039442593999865494, 0.045243297000070015, 0.024955432000069777, 0.025230013999816947, 0.02481220600020606, 0.025019691999887073, 0.023239645000103337, 0.0229531009999846, 0.02394475899995996, 0.02324155799988148, 0.023614203000079215, 0.023744646000068315, 0.023149916999955167, 0.023187326999959623, 0.023564870999962295, 0.02349411900013365, 0.023429308999993737, 0.022693966999895565, 0.023863387000119474, 0.023299486999803776, 0.023337557000104425, 0.02323612800000774, 0.023809115999938513, 0.0225526340000215, 0.02362098599996898, 0.02299692200017489, 0.039641254999878583, 0.03651523799999268, 0.02310331000012411, 0.038764720999779456, 0.032007136000174796, 0.02290784599995277, 0.023557768000046053, 0.023096357999975226, 0.023214858000073946, 0.02310829999987618, 0.023443875000111802, 0.0236235399997895, 0.0234950410001602, 0.022949703999984195, 0.03988133200004995, 0.03057187099989278, 0.02333186700002443, 0.023064948999945045, 0.03897269799995229, 0.03344279200018718, 0.02352528699998402, 0.02260009299993726, 0.023527581000053033, 0.022825231999831885, 0.023039011000037135, 0.023112598000125217, 0.02260730600005445, 0.04039255499992578, 0.0794805279999764, 0.06554094700004498, 0.045011994999867966, 0.02353582700015977, 0.02268937899998491, 0.022536915000046065, 0.023548369999844, 0.02218216400001438, 0.02335221399994225, 0.03975210099997639, 0.06216947300003994, 0.023080078000020876, 0.023076550000041607, 0.02294755000002624, 0.023145069000065632, 0.022941790000004403, 0.02287249999994856, 0.022487241999897378, 0.023353017000090404, 0.022493894000035652, 0.022906013000010716, 0.022710919000019203, 0.022988957999814374, 0.022874774999991132, 0.023429799000041385, 0.02215290900016953, 0.04011722099994586, 0.13275226599989765, 0.023150700000087454, 0.022961198000075456, 0.02241895699989982, 0.022977527999955782, 0.023431363000099736, 0.03939777300001879, 0.1774206249999679, 0.023294387999840183, 0.023159517000067353, 0.02302710100002514, 0.023354058999984773, 0.022689750999916214, 0.022699941000155377, 0.022897438999962105, 0.022686113999952795, 0.03968695300000036, 0.06079604699993979, 0.023151021000103356], [0.18102219100001093, 0.023541107000028205, 0.02321404799999982, 0.03911610699992707, 0.030610804999923857, 0.03947153400008574, 0.02918599899999208, 0.023180044000127964, 0.022843355999839332, 0.022889501999998174, 0.02315055899998697, 0.03919382100002622, 0.0299496810000619, 0.039360600999998496, 0.07605906100002358, 0.1162197239998477, 0.02350241400017694, 0.023365990000002057, 0.02328141299994968, 0.023023842999918998, 0.03900286400016739, 0.06810944399990149, 0.03865928499999427, 0.11706881600002816, 0.08687669300002199, 0.02357109199988372, 0.023701426000116044, 0.023990423999975974, 0.02280911200000446, 0.023385056000051918, 0.023287162999849897, 0.023525808000158577, 0.023319593999985955, 0.023317509999969843, 0.023107879000008325, 0.023371450000013283, 0.022628525999834892, 0.02373623000016778, 0.038907105999896885, 0.09165501999996195, 0.02344655000001694, 0.023417276000145648, 0.023370427999907406, 0.02332296999998107, 0.0230418460000692, 0.023610696999867287, 0.02285040900005697, 0.022980641999993168, 0.022726348000105645, 0.023164203999840538, 0.02275891900012539, 0.022871497999858548, 0.023385847000099602, 0.023221109999894907, 0.023141933000033532, 0.03848970300009569, 0.12168285600000672, 0.023298434000025736, 0.023646191999887378, 0.023754635000159396, 0.023674354999911884, 0.02341417000002366, 0.022490888999982417, 0.023989733000007618, 0.023021829000072103, 0.02297022199991261, 0.023192075999986628, 0.022705880000103207, 0.02359483699979137, 0.023317470000165486, 0.023227280999890354, 0.023238062000018544, 0.023272687000144288, 0.022932591999961005, 0.023214837999830706, 0.023506993000182774, 0.022656818999848838, 0.023565641999994114, 0.023719138000160456, 0.022310362999860445, 0.022958471000038116, 0.023012601000118593, 0.02351021899994521, 0.0229195179999806, 0.023084836999942127, 0.02350144199999704, 0.023158834000014394, 0.023092079999969428, 0.023016910000023927, 0.0231694230001267, 0.023343678999935946, 0.023393130999920686, 0.0407864389999304, 0.11969732500006103, 0.04013873100007004, 0.03663666500006002, 0.023765714999854026, 0.023189642000033928, 0.023125031000063245, 0.02309074699996927, 0.023632386999906885, 0.02337275300010333, 0.02381021799988048, 0.023016088000076707, 0.023302871999931085, 0.023371211000039693, 0.02288746700014599, 0.023745527999835758, 0.02349363899998025, 0.023332998000114458, 0.023377651999908267, 0.0233001870001317, 0.023223745999985113, 0.0235769230000642, 0.023118237999824487, 0.023522592000063014, 0.02297891900002469, 0.023516841999935423, 0.023548760000039692, 0.023503667000113637, 0.023336244999882183, 0.023459294000076625, 0.023513865000040823, 0.02362787899983232, 0.023503916999970897, 0.02332751900007679, 0.023455696999917564, 0.023392379000142682, 0.023487918000000718, 0.023341264000009687, 0.023445077999895148, 0.02366419500003758, 0.02329280399999334, 0.04013034600006904, 0.036025876999929096, 0.023577423999995517, 0.023264100000005783, 0.023797894999916025, 0.022853936000046815, 0.02357434900000044, 0.023555894000082844, 0.04080053500001668, 0.06279516899985538, 0.02381763200014575, 0.02335575200004314, 0.0235604819999935, 0.023105694999912885, 0.02357292600004257, 0.0236955749999197, 0.023441390000016327, 0.023482198000010612, 0.023339490000125807, 0.02292690199988101, 0.041139547000057064, 0.17933139299998402, 0.039028341999937766, 0.09127324700011741, 0.0419365629998083, 0.031335524000041914, 0.025365105999981097, 0.024935756000104448, 0.041638316999979, 0.13723161600000822, 0.02524589399990873, 0.02535869400003321, 0.02581003599993892, 0.02387711300002593, 0.024841881000156718, 0.02495047299998987, 0.04240437499993277, 0.034056624999948326, 0.026054952000095, 0.024108845000000656, 0.025902547999976377, 0.02422965000005206, 0.02509587399981683, 0.04130063700017672, 0.032931869999856644, 0.04151711000008618, 0.04992146499989758, 0.025386086000025898, 0.02524634400015202, 0.024340446999985943, 0.024766840999973283, 0.04219115699993381, 0.07717660399998749, 0.02462299300009363, 0.024721285999930842, 0.02488861899996664, 0.025184669000054782, 0.02459627400003228, 0.03980209399992418, 0.045205875999954515, 0.0250428860001648, 0.025187233999986347, 0.024752093999950375, 0.02510062300007121, 0.023176556999942477, 0.0230316770000627, 0.023878706000004968, 0.023297081999999136, 0.023613561999809463, 0.02377452100017763, 0.023141671999837854, 0.023294046000046364, 0.023434838999946805, 0.02349311700004364, 0.023454586000070776, 0.022742797999853792, 0.023836146000121516, 0.023328922000018792, 0.02333961099998305, 0.023231068000086452, 0.023739966999983153, 0.022668009999961214, 0.02366039899993666, 0.022986862999914592, 0.03964942000015981, 0.03637397499983308, 0.023178350000080172, 0.038742700000057084, 0.0320619080000597, 0.022904329999846595, 0.0235327310001594, 0.023139327999842862, 0.023194980999960535, 0.023134368000000904, 0.023394243000211645, 0.023614963999989413, 0.02347624599997289, 0.023027017999993404, 0.03933413200002178, 0.03105342899993957, 0.023415361999923334, 0.02300078999996913, 0.03889475300002232, 0.03347371900008511, 0.023468320999882053, 0.02271942500010482, 0.02347410199990918, 0.02281197700017401, 0.023133156999847415, 0.023076310000078593, 0.022616071999891574, 0.04036706800002321, 0.07969792300013978, 0.06553129899998567, 0.044806270999970366, 0.02341749700008222, 0.022826523999810888, 0.02258688799997799, 0.023713398000154484, 0.022183275999850594, 0.022778515000027255, 0.040181862000054025, 0.06215702000008605, 0.023028861999819128, 0.02306744400016214, 0.023027529000046343, 0.023081639999873005, 0.022928135000029215, 0.02286750000007487, 0.022519111999827146, 0.0235286240001642, 0.022328455999968355, 0.02285026899994591, 0.022710688999950435, 0.022942411000030916, 0.022916182000017216, 0.02367884199998116, 0.02196053100010431, 0.040113784999903146, 0.13272445400002653, 0.023142665000023044, 0.02289992400005758, 0.022501680999994278, 0.02297640599999795, 0.023355782999942676, 0.039418460999968374, 0.1774688040000001, 0.023194903000103295, 0.02323547899982259, 0.023077945000068212, 0.023242662000029668, 0.02276766599993607, 0.022686145000079705, 0.022871541000085926, 0.02278778400000192, 0.039654721999795584, 0.06073387200012803, 0.023119301999940944, 0.022872742000117796, 0.022997675999931744, 0.022981756000035602, 0.022738401999959024, 0.022552594999979192, 0.022856082000089373, 0.022612977999870054, 0.022562975000028018, 0.022423305000074834, 0.022383320000017193, 0.021717158999990716, 0.022070427000016934, 0.022706432999939352, 0.021939793000001373, 0.022668322000072294, 0.02220931599981668, 0.02217328799997631, 0.022039039000219418, 0.022197452999989764, 0.022589444999994157, 0.021543775999816717, 0.022350639000023875, 0.022226648000014393, 0.022122203999970225, 0.022434866000139664, 0.022420068999963405, 0.02222714899994571, 0.021981952000032834, 0.022221489000003203, 0.022747007999896596, 0.021495275000006586, 0.02216370100018139, 0.0377848969999377, 0.14620054400006666, 0.023785502999999153, 0.022383840999964377, 0.0226920559998689, 0.023093764000122974, 0.03830717100004222, 0.03136848799999825, 0.023050753999996232, 0.022978148999982295, 0.02279200199996012, 0.02214525599993067, 0.023101839999981166, 0.022700221000150123, 0.023068667999950776, 0.03890339200006565, 0.02913889100000233, 0.023185124999827167, 0.022396654999965904, 0.023120054000173695, 0.022976565999897502, 0.022952511000084996, 0.02274581599999692, 0.03899284899989652, 0.033577906000118674, 0.03834060199983469, 0.0328179100001762, 0.022886728999992556, 0.022094781999840052, 0.023120234000089113, 0.02285830599998917, 0.02241386700006842, 0.022385934999874735, 0.023397260000137976, 0.02217113500000778, 0.022984018999977707, 0.02235726200001409, 0.022907126999825778, 0.022677829000031124, 0.022987917000136804, 0.02233137300004273, 0.02378175699982421, 0.022248680000075183, 0.022930168999891976, 0.022955667000132962, 0.022464711999873543, 0.022951459000069008, 0.022834721999970498, 0.022668362000104025, 0.022830492999901253, 0.022871140000006562, 0.022848135999993247, 0.022393258999954924, 0.02246483200019611, 0.02293724299988753, 0.02239929999996093, 0.022463299000037296, 0.03854260000002796, 0.030984813000031863, 0.022854558000062752, 0.022490379999908328, 0.02297787799989237, 0.0227835570001389, 0.03795064599989928, 0.031473723000090104, 0.02279950699994515, 0.02298466100000951, 0.022785129000112647, 0.022613799999817275, 0.022702084000002287, 0.023015708999992057, 0.023045585000090796, 0.02187377099994592, 0.02335158500000034, 0.022355167000114307, 0.02309388499998022, 0.022470332000011695, 0.022943434999888268, 0.02251083800001652, 0.022445675999961168, 0.02267426200000955, 0.02247455099995932, 0.03882717999999841, 0.03279121900004611, 0.02293574999998782, 0.02203224599998066, 0.021952377000161505, 0.022150926999984222, 0.021965150999903926, 0.022124698999959946, 0.022898780000105035, 0.02124466800000846, 0.02220807399999103, 0.02190883599996596, 0.022010765999993964, 0.03775686500011943, 0.03592312699993272, 0.03866187199992055, 0.03339060700000118, 0.022563095000123212, 0.022695763000001534, 0.022727400999883685, 0.02287282299994331, 0.02277023100009501, 0.02308367599994199, 0.02296624700011307, 0.022285578000037276, 0.0228025419999085, 0.022266992999902868, 0.022432642000012493, 0.022953343000153836, 0.02361447499993119, 0.021633532999885574, 0.0232091190000574, 0.02233786500005408, 0.03883188899999368, 0.036044674000095256, 0.021893837999868992, 0.022288292999974146, 0.038187578000133726, 0.03117591899990657, 0.022631562000015037, 0.02283584399992833, 0.023004223000043567, 0.022791200000028766, 0.022670276000098966, 0.0229486639998413, 0.022601005000069563, 0.022746747999917716, 0.022847666000188838, 0.022329579999905036, 0.022944046000020535, 0.02283678499998132, 0.022860268999920663, 0.022560861000101795, 0.022782243999927232, 0.022655928999938624, 0.0227838260000226, 0.02244504500004041, 0.022971046000066053, 0.022432963000028394, 0.022823009999910937, 0.037787191000006715, 0.029784625000047527, 0.022782434999953693, 0.022721881000052235, 0.022777424999958384, 0.02222308199998224, 0.02301550800007135, 0.02341952200004016, 0.04169318200001726, 0.12013508999984879, 0.023169666000057987, 0.023719419999906677, 0.02287380400002803, 0.022939738000104626, 0.022916644999895652, 0.022664023000061206, 0.02281250999999429, 0.022762277000083486, 0.022335690999852886, 0.022714426999982607, 0.023395057000016095, 0.022088099000029615, 0.022861321999926076, 0.022585226000046532, 0.022810136000089187, 0.022467277000032482, 0.022702093999896533, 0.037809894000019995, 0.03005853600006958, 0.022606166000059602, 0.02257960599990838, 0.022711101999902894, 0.022599732000117, 0.023004788999969605, 0.022769940999978644, 0.02284701500002484, 0.02273925400004373, 0.022895463999930143, 0.022943383999972866, 0.03953488000001926, 0.1466222490000746, 0.022834501000033924, 0.023027249999813648, 0.023207316000025457, 0.022995362000074238, 0.02298234699992463, 0.023013614000092275, 0.03888847400003215, 0.047734212000023035, 0.023019496999950206, 0.02370874999996886, 0.022948653999947055, 0.04028299300011895, 0.060164871999859315, 0.02323902500006625, 0.023315678000017215, 0.023105617000055645, 0.023216522999973677, 0.023258121000026222, 0.023077112999999372, 0.023064039000018965, 0.02313814699982686, 0.023069770000120116, 0.023079969000036726, 0.023027832000025228, 0.022969461999991836, 0.023312050999948042, 0.02326979300005405, 0.023028452999824367, 0.02317413400010082, 0.023249824999993507, 0.022556683999937377, 0.022966988000007404, 0.023660431000052995, 0.022699999999986176, 0.023061515000108557, 0.023923820999925738, 0.02229956399992261, 0.022652793000133897, 0.023434609999867462, 0.023141323000118064, 0.02315024899985474, 0.023050624000006792, 0.02320667499998308, 0.039622553000072, 0.030810828000085166, 0.023039132999883805, 0.0231139320001148, 0.023189892999880612, 0.023091771000053996, 0.02309678000005988, 0.02311201899988191, 0.023107971000172256, 0.023175415999958204, 0.03991236299998491, 0.03381549899995662, 0.023107039000024088, 0.0230972809999912, 0.023309235999931843, 0.040486733000079766, 0.08380500399994162, 0.02362337199997455, 0.023110165000161942, 0.023078044999920166, 0.02332654899987574, 0.023307513000190738, 0.04008824199991068, 0.10722239500000796, 0.025186524999980975, 0.024752175999992687, 0.024833057000023473, 0.025021138000056453, 0.024815463999857457, 0.025506372000108968, 0.02475905899996178, 0.024824521000027744, 0.041186809000009816, 0.032336221999912595, 0.024916232000123273, 0.040459904000044844, 0.032928014999924926, 0.02492790399992373, 0.024323075999973298, 0.025451310000107696, 0.024028066000028048, 0.025014084999838815, 0.02465061600014451, 0.025187086999949315, 0.040754513999900155, 0.035166577000154575, 0.024896075000015117, 0.02513377699983721, 0.04094502900011321, 0.1911660490000031, 0.024979218999988007, 0.02527826699997604, 0.02551305399992998, 0.024682586000153606, 0.04249810299984347, 0.036149601000033726, 0.02578225599995676, 0.02490104399998927, 0.02565695200019036, 0.025491062999890346, 0.025134098000080485, 0.025484070999937103, 0.04039880000004814, 0.03561759800004438, 0.025600768999993306, 0.024739731999943615, 0.025232771999981196, 0.025502275000008012, 0.025189932000103, 0.02537403499991342, 0.04077613399999791, 0.03201257799992163, 0.02529580000009446, 0.025554370999998355, 0.02532704800000829, 0.025054819999922984, 0.025344781000057992, 0.02548877899994295, 0.025079646999984107, 0.04087959599996793, 0.033157003000042096, 0.025044550000075105, 0.025440009000021746, 0.025600967999935165, 0.024889232000077754, 0.02522210099982658, 0.02520877800020571, 0.02523667899981774, 0.025363315000049624, 0.041047879999950965, 0.035859039000115445, 0.025401816999874427, 0.025593725000135237, 0.026567258999875776, 0.04161404600017704, 0.08783629999993536, 0.02545910300000287, 0.025966990999904738, 0.025257306999947104, 0.025646694000215575, 0.025444566999794915, 0.025973042000032365, 0.024914417999980287, 0.025235597000119014, 0.02598408299991206, 0.025112858000056804, 0.025516710999909265, 0.025411235000092347, 0.025325886000018727, 0.02509458400004405, 0.024415739000005487, 0.025212022999994588, 0.02541554200001883, 0.041694826999901125, 0.030669245000126466, 0.023422847999881924, 0.02339761100006399, 0.03928164900003139, 0.031935484999848995, 0.02514418700002352, 0.024864315000058923, 0.02376795200007109, 0.039403373999903124, 0.06529784999997901, 0.02388655300001119, 0.023562760000004346, 0.023579029000075025, 0.023423800000045958, 0.023714170999937778, 0.023156553000035274, 0.023677872999996907, 0.023356374999821128, 0.0236745880001763, 0.02318075699986366, 0.023868138000125327, 0.023253151999824695, 0.023335406000114745, 0.02321989000006397, 0.023488529999895036, 0.023316780999948605, 0.023532373000080042, 0.023354891000053613, 0.022965887000054863, 0.039949923999984094, 0.02960254699996767, 0.02312127599998348, 0.0234675110000353, 0.023333832999924198, 0.023449789000096644, 0.02294976600001064, 0.023611690999814527, 0.023262359000000288, 0.023388124000121024, 0.02458712799989371, 0.023575182000058703, 0.023590630999933637, 0.023339283000041178, 0.023449879000054352, 0.023447815000054106, 0.0401267029999417, 0.10077163999994809, 0.024273805000120774, 0.02328781699998217, 0.02342695599986655, 0.023427617000152168, 0.023311250000006112, 0.023120635999930528, 0.023783339999909003, 0.03936463200011531, 0.045775692999995954, 0.03366373599988037, 0.02395479000006162, 0.022545352999941315, 0.02439413900015097, 0.02268083499984641, 0.023145642000145017, 0.023633480999933454, 0.02331148000007488, 0.023408431999996537, 0.02352464799992049, 0.023374740000008387, 0.023580500999969445, 0.023421106000114378, 0.023398572999894895, 0.023593236000124307, 0.023568619999878138, 0.023471188000030452, 0.02357987100003811, 0.023680187999843838, 0.02322012500007986, 0.023012724999944112, 0.023252791000004436, 0.02324817199996687, 0.023173013000132414, 0.04027045199995882, 0.060806458000115526, 0.02339792199995827, 0.023596071999918422, 0.022772786000132328, 0.023466889999781415, 0.023141525000028196, 0.02313266700002714, 0.023131074000048102, 0.023079279000057795, 0.023374739000018963, 0.022763488999999026, 0.03787485599991669, 0.06300891299997602, 0.02322218500012241, 0.023544194999885804, 0.023104695000029096, 0.023238534000029176, 0.022933276999992813, 0.023081370999989304, 0.02263872799994715, 0.022838357999944492, 0.023189133000187212], [], [], [0.02448211099999753, 0.023540636999996423, 0.023217123999984324, 0.03911472400000093], [0.02383274099997834, 0.03947202600011224, 0.02919178899992403, 0.023175455999989936, 0.022847062999971968, 0.02288894100001926, 0.02313898700003847], [0.024031731999912154, 0.023156880999977147, 0.022947069000110787], [0.024653669999906924, 0.039359338999929605, 0.07605974200009769, 0.11621736899996904, 0.02350031100013439, 0.023367161999885866, 0.023279699000113396, 0.023028330999977698, 0.03900083099983931, 0.0681125600001451, 0.03865919400004714, 0.11706893699988541, 0.08688160199994854, 0.023567506000063076, 0.02370550299997376, 0.023991134999960195, 0.02280581600007281, 0.02338391400007822, 0.023290538999845012, 0.02352266299999428, 0.02332343100010803, 0.023313141000016913, 0.023109853000050862, 0.023368764999986524, 0.022627213999840023, 0.023734016000162228, 0.03890753699988636, 0.09166238300008445, 0.02344441599984748, 0.02341994100015654, 0.02336148199992749, 0.023324261999960072, 0.023045673000069655, 0.02361308099989401, 0.022845029000109207, 0.0225965960000849], [], [], [0.024719743000105154, 0.023411094999801207, 0.02342755500012572, 0.023218584999995073, 0.02308370399987325, 0.03906373800009533, 0.06803076799997143, 0.038656328000115536, 0.11708931499993014, 0.08689821300004041, 0.023536809000006542, 0.023729887999934363, 0.023983451000049172, 0.02279779199989207, 0.023380858000109583, 0.023288664999881803, 0.023523735000026136, 0.023344871000062994, 0.02329060900001423, 0.023092099999985294, 0.023396486999899935, 0.022592168000073798, 0.023747019999973418, 0.03904351100004533, 0.09158654099996966, 0.023399994000101287, 0.02341227599981721, 0.023343919000126334, 0.023323941999933595, 0.023050932999922225, 0.023609264000015173, 0.022845580000193877, 0.0229814939998505, 0.02269873600016581, 0.023200942999892504, 0.02273561500010146, 0.02287592599986965, 0.02340043499998501, 0.023210070000004634, 0.023171598000089944, 0.03864179599986528, 0.12151304999997592, 0.02329864400007864, 0.023650430000088818, 0.023740518999829874, 0.023807803000181593, 0.023274399999991147, 0.022710567999865816, 0.023791052999968088, 0.023005619000059596, 0.023185282999975243, 0.022987404000105016, 0.02291883699990649, 0.023676128000033714, 0.023278487999959907, 0.0232550830000946, 0.02323539700000765, 0.023215318999973533, 0.022974840999950175, 0.023215780000100494, 0.023481385999957638, 0.022637903000031656, 0.02363513199998124, 0.023423186999934842, 0.02242126900000585, 0.022977126000114367, 0.02313211399996362, 0.02344596900002216, 0.02294068699984564, 0.023061473000097976, 0.023538841999879878, 0.023089896000101362, 0.023100886000065657, 0.023006871000006868, 0.023170214999936434, 0.023402377999900636, 0.0231912149999971, 0.04107204100000672, 0.11941216300010637, 0.04012477600008424, 0.036646933999918474, 0.02378227600001992, 0.023355059999857986, 0.02323492499999702, 0.023002413000085653, 0.023696646999951554, 0.023334221000141042, 0.023877793999872665, 0.02271638900015205, 0.023718747999964762, 0.023228613999890513, 0.02281619500013221, 0.023834663999878103, 0.023191936000102942, 0.023624691999884817, 0.02336974700006067, 0.023286361999907967, 0.023152052000114054, 0.023391256999957477, 0.02338672900009442, 0.023530536999942342, 0.02298080199989272, 0.02346712899998238, 0.023500611000145, 0.02359623899997132, 0.023311057999990226, 0.023459604999970907, 0.023502063000023554, 0.023673142999996344, 0.02347083599988764, 0.023355841000011424, 0.02343908700004249, 0.023387520000142104, 0.023504207999849314, 0.023337918000152058, 0.023426742999845374, 0.023625173000027644, 0.023093102000075305, 0.040435444999957326, 0.03597166500003368, 0.023530036000011023, 0.023317879999922297, 0.023518684999999095, 0.023106826999992336, 0.023613591999946948, 0.023543090000202938, 0.040517477999856055, 0.06309225300014987, 0.02397822099987934, 0.023152171999981874, 0.02350804499997139, 0.023123738000094818, 0.02355644499994014, 0.023698109999941153, 0.023474743000178933, 0.02345327299985911, 0.02340498200010188, 0.02285695199998372, 0.040930287000037424, 0.179367258999946, 0.039287074999947436, 0.09134372900007293, 0.04187926600002356, 0.031342335999852367, 0.02541428800009271, 0.02497241500009295, 0.04147347899993292, 0.13736030599989135, 0.02484290300003522, 0.025360858000112785, 0.025803743999858852, 0.02425655000001825, 0.025010715999997046, 0.024862639000048148, 0.04238177299998824, 0.03378819499994279, 0.026288227000122788, 0.02420730799985904, 0.025892359000181386, 0.024215392999849428, 0.02524452200009364, 0.04109544399989318, 0.03296039300016673, 0.04150579999986803, 0.04948551200004658, 0.02538274900007309, 0.025250332999803504, 0.02478486400013935, 0.024804632000041238, 0.04199818699999014, 0.07689115199991647, 0.02470797199998742, 0.02509657500013418, 0.024752454999998008, 0.025205247999792846, 0.025027176000094187, 0.0394479340000089, 0.045248405999927854, 0.02495039300015378, 0.025228942000012466, 0.02488619399991876, 0.024951985999905446, 0.023326537000002645, 0.022875907000070583, 0.023935071000096286, 0.02324621599996135, 0.02361091700004181, 0.02373403599995072, 0.023150698999870656, 0.023367363000033947, 0.023400855000090814, 0.023469763999855786, 0.023445117000164828, 0.022701262000055067, 0.023850562999996328, 0.02329715199994098, 0.02333974099997249, 0.023236137999901985, 0.023819556000034936, 0.022541644000057204, 0.02361565499995777, 0.022994808000021294, 0.039647415999979785, 0.036509306999960245], [0.03238216399995508, 0.03856523000013112, 0.11709410299999945, 0.08689651999998205, 0.02353296199999022, 0.02373299400005635, 0.023984371999858922, 0.022831485000097018, 0.02334271599988824, 0.02329150200012009, 0.023523202999967907, 0.02334665400007907, 0.023284869000008257, 0.023160297000003993], [0.02546291800013023, 0.03866184899993641, 0.11708191100001386, 0.08689448599989191, 0.023555454000188547, 0.023717915999895922, 0.02398802900006558, 0.02279805199987095, 0.023382591999961733, 0.023291801000141277, 0.02352128999996239, 0.023333109000077457, 0.023305767000010746, 0.023101046999954633, 0.02337015800003428, 0.022618496999939453, 0.023736481000014464, 0.038907516999870495, 0.09172143300020252, 0.02338681799983533, 0.023415653000029124, 0.02335414899994248, 0.023325134000060643, 0.02304669499994816, 0.02361352100001568, 0.022843807000072047, 0.022973438999997597, 0.02271796200011522, 0.02317815999981576, 0.022747508000065864, 0.022872779999943305, 0.023391338000010364, 0.023221281000132876, 0.02316429400002562, 0.038469223999982205, 0.12169375700000273, 0.02329718199985109, 0.023655168999994203, 0.023738795000099344, 0.02369257899999866], [0.04185239600019486, 0.08688211300000148, 0.023564619999888237, 0.02370873900008519, 0.023991996999939147, 0.022802199999887307, 0.023382781000009345, 0.023292904000072667, 0.0235213799999201, 0.023325634999991962, 0.023311418000048434, 0.023107708999987153, 0.023528072000090106, 0.02254148399993028, 0.02380278400005409, 0.0389906319999227, 0.09159644000010303, 0.02346909199991387, 0.023348858999952427, 0.023339982000152304, 0.023374254999907862, 0.02299765399993703, 0.023611017000121137], [0.02540769500001261, 0.023558558999866364, 0.023715501999959088, 0.023989572000118642, 0.022798622999971485, 0.02338333300008344, 0.023292021999850476, 0.023521680000158085, 0.02332992399988143, 0.023307259999910457, 0.023103782000134743, 0.023366440000017974, 0.02262166399987109, 0.02373567900008311, 0.03890775700006088, 0.091652755000041], [0.06694242899993696, 0.02340346000005411, 0.0234122969998225, 0.023341525000205365, 0.023323189999928218, 0.023049440000022514, 0.023610455999914848, 0.02284508899992943, 0.022985341000094195, 0.022692263999942952, 0.023208347000036156, 0.022732419000021764, 0.022876948999964952, 0.023402488000101584, 0.023205520999908913, 0.023171768000111115, 0.03864711599999282, 0.12150724899993293, 0.023298313999930542, 0.023649779000152193, 0.023741960999814182, 0.023810809999986304, 0.023270291000017096, 0.02271574800010967, 0.02379180399998404, 0.023000679999995555, 0.023188269000002038, 0.023119559999940975, 0.02278396600013366, 0.023676698999906876, 0.02328267500001857, 0.02325558400002592, 0.02323448499987535, 0.023211363000200436, 0.02297419000001355, 0.023215237999920646, 0.023484241000005568, 0.022635739999941507, 0.023639860000002955, 0.023423007000019425, 0.022413885000105438, 0.022989217999793254, 0.023148063999997248, 0.023421875000167347, 0.02294073699999899, 0.02306035099991277, 0.02355019300011918, 0.023079595999888625, 0.02310001499995451, 0.02300553800000671, 0.023186947000112923, 0.02338680899993051, 0.02318806800008133, 0.041094262999877174, 0.11939836800002013, 0.040118945000131134, 0.036647604999870964, 0.023786192999978084, 0.023357714999974633, 0.02323830199998156, 0.022992464000026303, 0.02370144600013191, 0.023329741999987164, 0.023880428999973446, 0.022798562999923888, 0.02363354900012382, 0.02322823399981644, 0.022813389000020834, 0.023848480000197014, 0.02318055499995353, 0.023629059999848323, 0.023372662000156197, 0.023278086999880543, 0.023150619000034567, 0.023398400000132824, 0.023387440999840692, 0.023529705000100876, 0.022980280999945535, 0.023465225000109058, 0.023495040999932826, 0.02360327199994572, 0.023306869999942137, 0.023464685000135432, 0.023498496999991403, 0.023676478999959727, 0.023468431000083, 0.02335285499998463, 0.02344379599981039, 0.023383001000183867, 0.023509527999976854, 0.02333713699999862, 0.02342386800000895, 0.0236255939998955, 0.023092580000138696, 0.04044037399989975, 0.03596688700008599, 0.023549321000018608, 0.02330286299979889, 0.02351625000005697, 0.023115533000009236, 0.023607700999946246, 0.023544413000081477, 0.04051037499993981, 0.06309883500011892, 0.023979963999863685, 0.0231530340001882, 0.02349975899983292, 0.023135270000011587, 0.023544373000049745, 0.023698420000073384, 0.02347441200004141, 0.023449565999953847, 0.023412185999859503, 0.022852483000178836, 0.040931939999836686, 0.17947693500013884, 0.03917826099996091, 0.09134625399997276, 0.04187558900002841, 0.031341794999889316, 0.0254142580001826, 0.02497756399998252, 0.04147962100000768, 0.13680600299994694, 0.025307589000021835, 0.0253604469999118, 0.025813692999918203, 0.024326821000158816, 0.02501607499993952, 0.024864814000011393, 0.04237779499999306, 0.03354228700004569, 0.026003134999882604, 0.02474488100006056, 0.025896566000028542, 0.024208981999890966, 0.02524632500012558, 0.04109507399994072, 0.032960582999976396, 0.041524715000150536, 0.049385845999950106, 0.025388609999936307, 0.02523951200009833, 0.024868069999911313, 0.024814410000089993, 0.041991163999909986, 0.07680272800007515, 0.024810722999973223, 0.025356219000059355, 0.024480346999780522, 0.0253680720002194, 0.02486657699978423, 0.03945453599999382, 0.04525479800008725, 0.02494742699991548, 0.0252254060001178, 0.024876656000060393], [], [0.10017924700014191, 0.023297773999956917, 0.0236492270000781, 0.023742902999856597, 0.023812953000060588, 0.023267347000000882, 0.022717581000051723, 0.023792544999878373, 0.022998506000021735, 0.023188289000017903, 0.023122346000036487, 0.022781160000022282, 0.02367590799985919, 0.02328577100001894, 0.023255744000152845, 0.02323372399996515, 0.023209338000015123, 0.022975092000024233, 0.02321441699996285, 0.023485472999936974, 0.022634828000036578, 0.02364194500000849, 0.02342313600001944], [0.025165855000068404, 0.023297221999882822, 0.023655119000068225, 0.02374043800000436, 0.0236849150001035, 0.02340238700003283, 0.022706781999886516, 0.023782866999908947, 0.023018593000188048, 0.02317432299992106, 0.022986772999956884, 0.022922723999954542, 0.023678824000171517, 0.023266243999842118, 0.023250885000152266, 0.02324061699982849, 0.023225938999985374, 0.022972537000214288, 0.02322050899988426, 0.023479341999973258, 0.022641139000143085, 0.0236207849998209, 0.023431071000004522, 0.022307207000039853, 0.022960915000112436, 0.023235848000012993, 0.02328546999979153, 0.023131062000175007, 0.022874344000001656, 0.023729527999876154, 0.023087341000064043, 0.02309819099991728, 0.02300963600009709, 0.02316766099988854, 0.02340347900008055, 0.02318114600006993, 0.04105738399994152, 0.11943182000004526, 0.04013503500004845, 0.03663905899998099, 0.023767668999880698, 0.02318400100011786, 0.02338658899998336, 0.022829008999906364, 0.023865882000109195, 0.023361100999863993, 0.023865411000087988, 0.022741044999975202, 0.02363917999991827, 0.023310296000090602, 0.022822296999947866, 0.023815137000156028, 0.023210189999872455, 0.02360404399996696, 0.023371820999955162, 0.02330097900016881, 0.023165796999819577, 0.02337011800000255, 0.023380227000188825, 0.023531027999979415, 0.022975020999865592, 0.023486936000153946, 0.023513854999919204, 0.023569539999925837, 0.02332651699998678, 0.023202425000135918, 0.023757359999990513, 0.023650610000004235, 0.0232388639999499, 0.023608512000009796, 0.023431501999993998, 0.02339839100000063, 0.023489709999921615, 0.023340092000125878, 0.023435430000063207, 0.023626054999795087, 0.02307837400007884, 0.04043552500002079, 0.03598583100006181, 0.023528923999947438, 0.023307592000037403, 0.023536938000006558, 0.023077832999888415, 0.023613713000031566, 0.02355533300010393, 0.04053772499992192, 0.06307112400008918, 0.023897850999901493, 0.023244493999982296, 0.02351839400012068, 0.023111235999976998, 0.023568737000005058, 0.02369666699996742, 0.023477027999888378, 0.023453783000149997, 0.02336891499999183, 0.02289125599986619, 0.04093394400001671, 0.1793327049999789, 0.03928163399996265, 0.09132149800007028, 0.0419067069999528, 0.031332258000020374, 0.025417464000156542, 0.024948188999815102, 0.0413075999999819, 0.13661728100009896, 0.025308429999995496, 0.02536465599996518, 0.026069118000123126, 0.024158717999853252, 0.025082279000116614, 0.02504494999993767, 0.04238827399990441, 0.033218303000012384, 0.02594068899998092, 0.02475778400003037, 0.02590087500016125, 0.024237925999841536, 0.025086637000185874, 0.04130284099983328, 0.03293031700013671, 0.04152480499988087, 0.04933027300012327, 0.02545934199997646, 0.025046371999906114, 0.025038858000016262, 0.024766881000005014, 0.042193601999997554, 0.07663782999998148, 0.025160795000147118, 0.025035992999846712, 0.024572549000140498, 0.025473918999978196, 0.02431374599996161, 0.03980250499989779, 0.04521122699998159, 0.025037935999989713, 0.025192263999997522, 0.024747154000124283, 0.025105091999876095, 0.023176026000101047, 0.023027980000051684, 0.0238903179999852, 0.023293454999929963, 0.023614532999999938, 0.02376913200009767, 0.02315494699996634, 0.023451568999917072, 0.023265383000079964, 0.023493026999858557, 0.02345428500007074, 0.02273925200006488, 0.023840053999947486, 0.023328229000071588, 0.023330844999918554, 0.02323498600003404, 0.0237454880000314, 0.022657869999875402, 0.023659858000200984, 0.022987934999946447, 0.03965174399991156, 0.03638440500003526, 0.023191774999986592, 0.03872685999999703, 0.032055326000090645, 0.0229054520000318, 0.023531778999995367, 0.023140059999832374, 0.023193517999970936, 0.023297392000131367, 0.023429729999861593, 0.02342301600015162, 0.023470253999903434, 0.023187817999996696, 0.03987309700005426, 0.03035120000004099, 0.023413828999991892, 0.023215128999936496, 0.038677307999932964, 0.03372865400001501, 0.023216271000137567, 0.022919477999948867, 0.023518093999882694, 0.02282438100019135, 0.022871597999937876, 0.023288346000072124, 0.022602246999895215, 0.04039266499989935, 0.0794811190000928, 0.06553230100007568, 0.044806551999954536, 0.023419529999955557, 0.022818609000069046, 0.022585645999924964, 0.023714560000144047, 0.022185279999803242, 0.023334351000130482, 0.039622730000019146, 0.06215545700001712, 0.023031225999829985, 0.02306894700018347, 0.02302469400001428, 0.023083342999825618, 0.02292837499999223, 0.022867390000101295, 0.022708665999971345, 0.023339521000025343, 0.022325640999952157, 0.023076480000099764, 0.022721508999893558, 0.022983297000109815, 0.02284860600002503, 0.023467498999934833, 0.022143222000067908, 0.04011607899997216, 0.13273761899995407, 0.022947881999925812, 0.02315413700011959, 0.022438742999838723, 0.022975665000103618, 0.023420724000061455, 0.039395237999997335, 0.17743150499995863, 0.023230409000007057, 0.023228695999932825, 0.02303522600004726, 0.02334240699997281, 0.022693459000038274, 0.022692024999969362, 0.02290475199993125, 0.022701743999959945, 0.03967741500014199, 0.06055425699992156], [0.02512225399982526, 0.04011687100000927, 0.036648195999987365, 0.02378739499999938, 0.0233590269999695, 0.02323975500007691, 0.022988255999962348, 0.023703279000073962, 0.02332827999998699, 0.02388282399988384, 0.022797551000167005, 0.0236318150000443, 0.023227762999795232, 0.02281225800015818, 0.02385159499999645, 0.023179292999884638, 0.023630973000081212, 0.023372422999955234, 0.023276182000017798, 0.023149567000018578, 0.023401587000080326, 0.02338919299995723, 0.0235286229999474, 0.022979810999913752, 0.023463161000108812, 0.023492845999953715, 0.02360725099993033, 0.023304585000005318, 0.02346645800002989, 0.023496854000086387, 0.023678423000092153, 0.023465985999791883, 0.02335484000013821, 0.023443563999990147, 0.023381098000072598, 0.02351158199985548, 0.02333740700009912, 0.023422815999992963, 0.023625494000043545, 0.023091718999921795, 0.04044365000004291, 0.03596434099995349, 0.023549322000008033, 0.02330423500006873, 0.02351511799997752, 0.02311920099987219, 0.023605576000136352, 0.02354384199998094, 0.04050953299997673, 0.06310142000006635, 0.023980435999874317, 0.02315139999996063, 0.02349724500004413, 0.023139869000033286, 0.023540314999991097, 0.02369828900009452, 0.023474332999967373, 0.023447651999958907, 0.02341596299993398, 0.022849798000152077, 0.04093292199991083, 0.1794941260000087, 0.039171138000028805, 0.0913506019999204, 0.04187129100000675, 0.03134156500004792, 0.025414297999986957, 0.02498175200003061, 0.041480732999843895, 0.13671033400009946, 0.025290277000067363, 0.025346651999825554, 0.02574987300022258, 0.02451222699983191, 0.025021855999966647, 0.02523045600014484, 0.042119313000057446, 0.03333972999985235, 0.026010729000063293, 0.024826141999938045, 0.025905001999944943, 0.0242007960000592, 0.025245332999929815, 0.04109610600016822, 0.03296283700001368, 0.041521809999949255, 0.049287583000023005, 0.025401374000011856, 0.02516465300004711, 0.025025322999908894, 0.024821301999963907, 0.04199035300007381, 0.07671675699998559, 0.024896523000052184, 0.025357831999826885, 0.02447295399997529, 0.02537041600021439, 0.024865835999889896, 0.03945714099995712, 0.04525790299999244, 0.02494423200005258, 0.025225685999885172, 0.024919686000203, 0.02490482799998972, 0.023317669999869395, 0.022879203000002235, 0.023930312999937087, 0.023243210000146064, 0.02361136800004715, 0.02372890699984964, 0.023149566000029154, 0.023368705999928352, 0.023406135000186623, 0.02346152799987067, 0.023454435000076046, 0.02282377999995333, 0.023721351999938634, 0.02330060899998898, 0.023335844000030193, 0.023241668000082427, 0.023820687999887014, 0.022590133999983664, 0.023556556000130513, 0.022995519000005515, 0.03964729599988459, 0.036617929000158256, 0.022994407999931354, 0.03878236400009882, 0.03199368999980834, 0.022910912000043027, 0.023567206000052465, 0.023079606000010244, 0.023217452999915622, 0.02324372300017785, 0.023487365999926624, 0.023448544000075344, 0.023488387999805127], [0.024973526000167112, 0.02377096499981235, 0.0231837500000438, 0.02338899300002595, 0.023023483000088163, 0.02367712999989635, 0.02335400800006937, 0.0238696080000409, 0.022731547999910617, 0.023647765000077925], [], [0.025897619000033956, 0.023986405999949056, 0.02314398699991216, 0.023494149000043762, 0.023143765999975585, 0.023536287000069933, 0.023697609000009834, 0.023474922999866976, 0.02344655000001694, 0.02341894900018815, 0.022847363999972004, 0.04093351300002723, 0.1794953279998026, 0.03916988600008153, 0.09135332699997889, 0.04186991799997486, 0.03133891100014807, 0.025415650000013557, 0.024983704999840484, 0.04148173500016128, 0.137328436999951, 0.024914515999853393, 0.02537024600019322, 0.025707353999905536, 0.024285844999894834, 0.02502467100021022, 0.025230585999906907, 0.042118091000020286, 0.033643896000057794, 0.026286042999799974, 0.024244798000154333, 0.025909289999844987, 0.02419790100020691, 0.025244190999956118, 0.041096487000004345, 0.032962465999844426, 0.04152235100013968, 0.0494287459998759, 0.025383791000194833, 0.025247536999813747, 0.024816934999989826, 0.02482470900008593, 0.0419885900000736, 0.07703848599999219, 0.024576106000040454, 0.025357651999911468, 0.024470808999922156, 0.0253699150000557, 0.0248663669999587, 0.039457762999973056, 0.0452600370001619, 0.024943319999920277, 0.025224684000022535, 0.024920928000028653, 0.024907302999963576, 0.02331539600004362, 0.022881287000018347, 0.023929630999873552, 0.02324182799998198, 0.023612640000010288, 0.02372593199993389, 0.023204919000136215, 0.023313292000011643, 0.023410202999912144, 0.02345629900014501], [0.15371862500001043, 0.039286342999957924, 0.09133888000019397, 0.0418891449999137, 0.031342265999910524, 0.025413597000124355, 0.024960370999906445, 0.041301720000092246, 0.13696887600008267, 0.025288833999866256, 0.025346482000031756, 0.025759220000054484, 0.02444295800000873, 0.024811503999899287, 0.025047294999922087, 0.0423897670000315, 0.03352961300015522, 0.02601255299987315, 0.024744670000018232, 0.025888380999958827, 0.02422462100003031, 0.025240383999971527, 0.041093661000104476, 0.032965211999908206, 0.0415050080000583, 0.04938184899992848, 0.025403497000070274, 0.02516461300001538, 0.02495851899993795, 0.024791837000066153, 0.04180237299988221, 0.07699833100014075, 0.024796357000013813, 0.025035881999883713], [0.0756824489999417, 0.03917312199996559, 0.09134841800005233, 0.04187328400007573, 0.031342366999979276, 0.025414117999844166, 0.02497938700003033, 0.04148036200012939, 0.13680323799985672], [0.034438828000020294, 0.03928507099999479, 0.09132986300005541, 0.041900084999952014, 0.03134397999997418, 0.025415570000177468, 0.024952827999868532, 0.04130435399997623, 0.13705513700006122, 0.02529845200001546, 0.025359576000028028, 0.025820143999908396, 0.024379069000133313, 0.02501933099983944, 0.02522197000007509, 0.042126746999883835, 0.03337648800015813, 0.02601241200000004, 0.024791376999928616, 0.025900704999912705, 0.02420439300021826, 0.025246213999935208, 0.041095665000057124, 0.03296297799988679, 0.041521979999970426, 0.04932283900006951, 0.025397635999979684, 0.025162358999978096, 0.02499765099992146, 0.024817727000026935, 0.04199083299999984, 0.07675246400003743, 0.024861006000037378, 0.02535744200008594, 0.02447613899994394, 0.025369575000013356, 0.024866016000032687, 0.039455798999824765, 0.04525625000019318, 0.024945864999835976, 0.025225716000022658, 0.024916710000070452, 0.02490684200006399, 0.023316768999848136, 0.02287795000006554, 0.023931295000011232, 0.023244331999876522, 0.02361096700019516, 0.023729718999902616, 0.023150347999944643, 0.02336907600010818, 0.023403949999874385, 0.023464294000177688, 0.023451569999906496, 0.02281840899991039, 0.023728777000087575, 0.023300247999941348, 0.02333653499999855, 0.023239353999997547, 0.02382075800005623, 0.022538678000046275, 0.023611727999877985, 0.02299460800009001, 0.03964722499995332, 0.03661440299993046, 0.02299761400013267, 0.038779257999976835, 0.031995835000088846, 0.022909288999926503, 0.023566763999951945, 0.023081390000015745, 0.023218394999958036, 0.023242279999976745, 0.023485823000100936, 0.023443785999916145, 0.023495571000012205, 0.023073084000088784, 0.03987420899989047, 0.03046638399996482, 0.02332153800011838, 0.023067222999998194, 0.03897992199995315, 0.033440397000049416, 0.02360820099988814, 0.02250203100015824, 0.023534222999842314, 0.02282350900009078, 0.023030655999946248, 0.023114761999977418, 0.022607496000091487, 0.04039503900003183, 0.07958527400001003, 0.06556709599999522, 0.04488663100005397, 0.0235627569998087, 0.022675653000078455, 0.02252697700009776, 0.02363167499993324, 0.02216538299990134, 0.023276271999975506, 0.03975064800010841, 0.06218099500006247, 0.023079916999904526, 0.023085177999973894, 0.02293631800012008, 0.023159285000019736, 0.02293936599994595, 0.02287421300002279, 0.022473486999842862, 0.02336636100017131, 0.022483746000034444, 0.022901533999856838, 0.022708265000119354, 0.02299169200000506, 0.0228961549998985, 0.02347110599998814, 0.022083138999960283, 0.040117731999998796, 0.13275194500010912, 0.02314922799996566, 0.022971306000044933, 0.02240924900002028, 0.02297704700004033, 0.023440259999915725, 0.03940700999987712, 0.1774661700001161, 0.02349508199995398, 0.022916394000048967, 0.02301807399999234, 0.02346388399996613, 0.022576118999950268, 0.02270992000012484, 0.022899883000036425, 0.022658452999849032, 0.039694507000149315, 0.06080141699999331, 0.023238132999949812, 0.022654306000049473, 0.022815555999841308, 0.02299905800009583, 0.022748030000002473, 0.02270642200005568, 0.022857954999835783, 0.022732912000037686, 0.022416212000052838, 0.022258627999917735, 0.02238451200014424, 0.021853442999827166, 0.022060207000095033, 0.022586909999972704, 0.022101966000036555, 0.022499837999930605, 0.02237371199998961, 0.02202498200017544, 0.02216540399990663, 0.022182325999892782, 0.022471935000112353, 0.021660994000058054, 0.022224103999860745, 0.022390714000039225, 0.022119468000028064, 0.022434596000039164, 0.022267574999887074, 0.022229764000030627, 0.022147059999952035, 0.022175132000029407, 0.022631713000009768, 0.0216242260000854, 0.022008390999872063, 0.037806147000083, 0.14621396799998365, 0.023786075000089113, 0.02256998799998655, 0.022501330000068265, 0.023105856999791285, 0.03830880400005299, 0.03145873600010418, 0.02314081199983775, 0.022803354000188847, 0.022787512999911996, 0.02255963800007521, 0.02267854100000477, 0.022682949000000008, 0.023176277999937156, 0.03883362200008378, 0.02922708699998111, 0.023071732999824235, 0.022601356999985, 0.02311857100016823, 0.02321200400001544, 0.022513562999847636, 0.022899692999999388, 0.03882554699998764, 0.03367871300019942, 0.03832124699988526, 0.032733122000081494, 0.023104183999976158, 0.02203981999991811, 0.023169715999983964, 0.02266098800009786, 0.022621434000029694, 0.022174590999838983, 0.023416576000045097, 0.02235835400006181, 0.022797021000087625, 0.022464931999820692, 0.022944427000084033, 0.022684281000010742, 0.023052667000001748, 0.02231871999993018, 0.023580121000122745, 0.022411683999962406, 0.02299186400000508, 0.022733832999847436, 0.02267579600015779, 0.022968560999970578, 0.022872191000033126, 0.02263887699996303, 0.022797002000061184, 0.0229542339998261], [0.026592715000106182, 0.03928695299987339, 0.09133675600014612, 0.041892211000003954, 0.031342335999852367, 0.025414127999965785, 0.024957606000043597, 0.041302621000113504, 0.13706020699987675, 0.025305966000132685, 0.025359915999842997, 0.02581556600011936, 0.02426618899994537, 0.024809941000057734, 0.025047814999879847, 0.042389405999983865, 0.03361359000018638, 0.026004888999977993, 0.024670140999887735, 0.025883903000021746, 0.024228326999946148, 0.025168781000047602], [], [], [0.026245908000191775, 0.02541673299992908, 0.02495021300001099, 0.041304814999875816, 0.13707835000013802, 0.025302178999936586, 0.025359676000107356, 0.025817829999823516, 0.02425297300010243, 0.024806214999898657, 0.02504835600007027, 0.04238678199999413, 0.03363018100003501, 0.0260099069998887, 0.024647198000138815, 0.02587719100006325, 0.02423536099990997, 0.02517816799991124, 0.04116882100015573, 0.032968858999993245, 0.041503835999947114, 0.04948635400000967, 0.025392806999889217, 0.025163310000152705, 0.02488397999991321, 0.024785025000028327, 0.04180778299996746, 0.07708342000000812, 0.024705927000013617, 0.025038207000079638, 0.0248359199999868, 0.025209686999914993, 0.025013279999939186, 0.03944736300013574, 0.04524229399999058, 0.024957366999842634, 0.025230715000134296, 0.024811503999899287, 0.025017258000161746, 0.023240977999876122, 0.02295227900003738, 0.02394506900009219, 0.023241778999818052, 0.023614643000200886, 0.02374685099994167, 0.0231509789998654, 0.023187196999970183, 0.02356198500001483, 0.023499019000155386, 0.023425560999839945, 0.022693817000117633, 0.023865129999876444, 0.023298926000052234, 0.023336545000120168, 0.023230286999933014, 0.02381419600010304, 0.02255402699984188, 0.023620094000079916, 0.022996160000047894, 0.03964260699990518, 0.03622616999996353, 0.023376980999955776, 0.03875971100001152, 0.032012626000096134, 0.022906654000053095, 0.023348337000015817, 0.023140690999980507, 0.023380426999892734, 0.023114832000146635, 0.02343884599986268, 0.02362393099997462, 0.0234915240000646, 0.022956957999895167, 0.03988088100004461, 0.03056865500002459, 0.02318089499999587, 0.023220287999947686, 0.03896782000015264, 0.033444434999864825, 0.023522531000025992, 0.02260624500013364, 0.02352282199990441, 0.022825723000096332, 0.02304413100000602, 0.023110382999902868, 0.022606405000033192, 0.04039247399987289, 0.07947706200002358, 0.06553938500019285, 0.0450169029998051, 0.023207766000041374, 0.02302611599998272, 0.022537326000019675, 0.02355014299996583, 0.022181814000077793, 0.023347385000079157, 0.03975996600001963, 0.062168320999944626, 0.02307907499994144, 0.023074317000009614, 0.0229459570000472, 0.023146480999912455, 0.022943222000094465, 0.0228723599998375, 0.022490158000209703, 0.023352705999968748, 0.022492791999866313, 0.022906945000158885, 0.022710347999918667, 0.022989108000047054, 0.022867400999984966, 0.023438295000005382, 0.02215192699986801, 0.04011713199997757, 0.13275052200015125, 0.0231523830000242, 0.02295753099997455, 0.022423204999995505, 0.022978339000019332, 0.023429119999946124, 0.03939340500005528, 0.17742640500000562, 0.023231129999885525], [0.06578241700003673, 0.025303710999878604, 0.025360328000033405, 0.02581619700004012, 0.024253894999901604, 0.024807417000147325, 0.02504852599986407, 0.04238678199999413, 0.03362922900009835, 0.026007211999967694, 0.024656956999933755, 0.02587749100007386, 0.02423433900003147, 0.025179190000017115, 0.04116599600001791, 0.032965031000003364, 0.04150436700001592, 0.04948762699996223, 0.025388929999962784, 0.025164522000068246], [0.027380551999840463, 0.02531698700022389, 0.02536319299997558, 0.02607612099996004, 0.02440883400004168, 0.024808899999925416, 0.025046913000096538, 0.04238718199985669, 0.03322681899999225, 0.025940979000097286, 0.024745761999838578, 0.025900503999991997, 0.024237665000100606, 0.025088481000011598, 0.04130196000005526, 0.03292987500003619, 0.041521849999980986, 0.04934460000004037, 0.025459781999870756, 0.02504627200005416, 0.02539088499997888, 0.024776217999942673, 0.041818222000074456, 0.07656509399998868], [0.02697932499995659, 0.026014846999942165, 0.024811435000174242, 0.02589408199992249, 0.024212397999917812, 0.025245553000104337, 0.04109537499994076, 0.03296082299993941, 0.041524455000171656, 0.049292882999907306, 0.025407715000028475, 0.025162899999941146, 0.025019111000119665, 0.02480997199995727, 0.04199505099995804, 0.07672447200002352, 0.02487587399991753, 0.02509627500012357, 0.0247496089998549, 0.025204838000036034, 0.025028469000062614, 0.039449476000072536, 0.045249898999827565, 0.02495006200001626, 0.025227610000001732, 0.0247823800000333], [0.02665350799998123, 0.041503094000063356, 0.049490051000020685, 0.02539640499981033, 0.025162128000147277, 0.02488863799999308, 0.024781628000027922, 0.041810417999840865, 0.07708070500007125, 0.024706499000103577, 0.025038967999989836, 0.024832182999944052, 0.02521174000003157, 0.024311943999919094, 0.04014312999993308, 0.04487448800000493, 0.025033919000179594, 0.025192143999902328, 0.024751783000056093, 0.02510319799989702, 0.023176397000042925, 0.02302585600000384, 0.023893563999990874, 0.02329266300012023, 0.023616016000005402, 0.023767137999811894, 0.023415372000044954, 0.02319339900009254, 0.023269109000011667, 0.02348971099991104, 0.023452051000049323, 0.022957317999953375, 0.023628630000075646, 0.023318992999975308, 0.02332789899992349, 0.023238692999939303, 0.024046198000178265, 0.022556201000043075, 0.0234587529998862, 0.022986633000073198, 0.03965163299994856, 0.03639064599997255, 0.023189572000092085, 0.03872872399983862, 0.03205221899997923, 0.022906053000042448, 0.02353083800016975, 0.023140689999991082, 0.023197204999860332, 0.023296571999935622, 0.023436020000190183, 0.0234186289999343, 0.023464081999918562, 0.023193048000166527, 0.03987484999993285, 0.030568184000003384, 0.023189029999912236, 0.023219538000148532, 0.03895808099991882, 0.03345111699991321, 0.023516400000062276, 0.022615562000055434, 0.023520527999835394, 0.022824741000022186, 0.023042748000079882, 0.02311498299991399, 0.022601966000138418, 0.0403910420000102, 0.07948068799987595, 0.06553375400017103, 0.04501683399985268, 0.02320807599994623, 0.023021267000103762, 0.022540751999940767, 0.023556456000051185, 0.022183134999977483, 0.02333967100003065, 0.039765677000104915, 0.06216825100000278, 0.023077080999883037, 0.023063466999929005, 0.02282200600006945, 0.023280150000118738, 0.02294359299980897, 0.0228631630000109, 0.022505616999978884, 0.023338689000183876, 0.0224945459999617, 0.022909840000011172, 0.02271967499996208, 0.022985111000025427, 0.022850609999977678, 0.023458823000055418, 0.02214845100002094, 0.040115767999850505, 0.13273836999997002, 0.023150510000050417, 0.022954215000027034, 0.022435026000039215, 0.02297655699999268, 0.023424791000024925, 0.039394556999923225, 0.1774289800000588, 0.02323140099997545, 0.023229597999943508, 0.023032951000004687, 0.02334732700001041, 0.022690782999916337, 0.022696805000123277, 0.02289970199990421, 0.022697236000112753, 0.03968225399989933, 0.06077154200011137, 0.023148034999849187, 0.022571662000018478, 0.022853206000036153, 0.022943403999988732, 0.022920712000086496, 0.02255174399988391, 0.02285766400018474, 0.02291359899982126, 0.022260862000166526, 0.022290206999969087, 0.022359215000051336, 0.0218771669999569, 0.022070927999948253, 0.02270330700002887, 0.021939703000043664, 0.02250349499990989, 0.022374873999979172, 0.022006538000141518, 0.022209334999843122, 0.022196623000127147, 0.022419698000021526, 0.02171371199983696, 0.02220632100011244, 0.022367770999835557, 0.02212288400005491, 0.02243438599998626, 0.022250523000138855, 0.02223853999998937, 0.02213802400001441, 0.022223711999913576, 0.022580377999929624, 0.021663086999978987, 0.0220456810000087, 0.0377371890001541, 0.14620569299995623, 0.023943647999885798, 0.022384412000064913, 0.022532789000024422, 0.02306447000000844, 0.03829776299994592, 0.031565434999947684, 0.0230489310001758, 0.022788895999838132, 0.022795759000018734, 0.022651279999990948, 0.022602688999995735, 0.022735326000201894, 0.023215371999867784, 0.03889838200007034, 0.029143279999971128, 0.022943895000025805, 0.022639187999857313, 0.023118620000104784, 0.023321199000065462, 0.022428934999879857, 0.022924429000113378, 0.03884754799992152, 0.03346740000006321, 0.038596679999955086, 0.03269311700000799, 0.02301247299988063, 0.02209693600002538, 0.02311897200002022, 0.02268914000001132, 0.022580347000030088, 0.022248940000054063, 0.023332538999966346, 0.02237532599997394, 0.022775039999942237, 0.02256266500012316, 0.02290730699996857, 0.02267044499990334, 0.022980433000157063, 0.02235208199999761, 0.023550104999912946, 0.022479159000113214, 0.02292871700001342, 0.022718764999808627, 0.02270109300002332, 0.022952060000079655, 0.022832778000065446, 0.02266807199998766, 0.02283112500003881, 0.022872480999922118, 0.022636542999862286, 0.022603460000027553, 0.022465624000005846, 0.022711893000177952, 0.022450153999898248, 0.022464311000021553, 0.038722255000038786, 0.03082870200000798, 0.02300515899992206, 0.022489438000093287, 0.022757176999903095, 0.02283624400001827, 0.03789829900006225, 0.031695106999904965, 0.022798603999945044, 0.022741909000160376, 0.02302606799980822, 0.022614952000139965, 0.02250116999994134, 0.023001552000096126, 0.023044323000021905, 0.02209035399982895, 0.023056395000139673, 0.02265383400003884, 0.02285606099985671, 0.02309529800004384, 0.022341993000054572, 0.02272280299985141, 0.02244547700001931, 0.022676085000057356, 0.02247213600003306, 0.03882647899990843, 0.0327918899999986, 0.022679973000094833, 0.02229168999997455, 0.021948841000039465, 0.02214955399995233, 0.02179435299990473, 0.022295577000022604, 0.02267623500006266, 0.021302516000105243, 0.022182806999808236, 0.021933471000011195, 0.02200431500000377, 0.03773587600016981, 0.035943604999829404, 0.038837038000110624, 0.0333896449999429, 0.022562894999964556, 0.02269458000000668, 0.022727803000179847, 0.022873984999932873, 0.022769400000015594, 0.022814593000020977, 0.022998336999989988, 0.022522980999838182], [0.0278469719999066, 0.025387528000010207, 0.02524454199988213, 0.02432235300011598, 0.02476021799998307, 0.041975354999976844, 0.0774163309999949, 0.024606171999948856, 0.024718621000147323, 0.024895420999882845, 0.025178297000138627], [0.039677160999872285, 0.02471845100012615, 0.025347823999936736, 0.024495696000030875, 0.025203995999845574, 0.02502953099997285, 0.03945082900008856, 0.0452515009999388, 0.024948390000190557, 0.025228270999832603, 0.024875864000023284, 0.024954100000059043, 0.023202967000088393], [], [0.026487588000009055, 0.024961293999922418, 0.025230354000086663, 0.02481061299999965, 0.025019211999961044, 0.023239834999913, 0.022951718000058463, 0.02394634200004475, 0.023242169000013746, 0.023615504999952464, 0.023750457000005554, 0.02315392500008784, 0.023188388999869858, 0.023554362000140827, 0.023502214000018284, 0.023422805999871343, 0.022697724999943603, 0.02386344700016707, 0.023298844999999346, 0.02333425099982378, 0.023013182000113375, 0.023732354000003397], [0.02475888699996176, 0.023380225999972026, 0.03876295800000662, 0.032008748000180276, 0.022907966999810014, 0.02354787000012948, 0.023103069999933723, 0.023218314000132523, 0.023109431999955632, 0.023441562000016347, 0.02362532300003295, 0.023494679999885193, 0.022949865000100544, 0.03988178299982792, 0.03057006700009879, 0.023328901000013502, 0.02307014899997739, 0.038970494000068356, 0.03344317300002331, 0.02352404399994157, 0.022603049000053943, 0.023524554999994507, 0.022825612999895384, 0.023042107000037504, 0.023111234999987573, 0.022607567000022755, 0.040392614999973375, 0.07947810299992852, 0.0655394850000448, 0.04501612200010641, 0.023209327999893503], [], [0.0237563069999851, 0.02336186299999099, 0.0231834799999433, 0.03888967300008517, 0.033478328000001056, 0.023462971000071775, 0.022717962999877273, 0.02347636500007866, 0.022801888999993025, 0.023148484999865104, 0.02307383600009416, 0.022618306999902416, 0.04035678800005371, 0.07947845400008191, 0.06548496300001716, 0.045077365999986796, 0.023156289999860746, 0.02308871300010651, 0.022590804999936154, 0.023709800999995423, 0.022177025000019057, 0.022792591000097673, 0.04017783399990549, 0.062155007000001206, 0.023030294000136564, 0.0230615329999182, 0.02302645700001449, 0.023084295999979076, 0.022926821000055497, 0.02286877300002743, 0.022523439999986294, 0.023524525999846446, 0.02233281500002704, 0.02283886700001858, 0.022707913999965967, 0.022939726000004157, 0.022933564000140905, 0.02367617799995969, 0.021963716999835015, 0.040112032000024556, 0.13272073699999964, 0.02314295500013941, 0.02289959299992006, 0.02250607900009527, 0.02297041499991792, 0.02335617399990042, 0.03941951300021174, 0.177470416999995, 0.023197948999950313, 0.023230959999864353, 0.023075421000157803, 0.02324554699998771, 0.02276794699992024, 0.022685243000069022, 0.022863775999894642, 0.022804786000051536, 0.03965035400005945, 0.06073005500002182, 0.02311865999990914, 0.02285640200011585, 0.022857896000004985, 0.022937582999929873, 0.022921613999869805, 0.022552163999989716, 0.022857043000158228, 0.022961818999874595, 0.022213062999981048, 0.022294906000070114, 0.022345169000118403, 0.02189135300000089, 0.022070085999985167, 0.022700461999875188, 0.02193873100009114, 0.022501971999872694, 0.022376167000174974, 0.021999594999897454, 0.02222047600002952, 0.02219686300009016, 0.022414848999915193, 0.02171861200008607, 0.02220627999986391, 0.022361608999972304, 0.022124978999954692, 0.02243421500020304, 0.02223893199993654, 0.02225453000005473, 0.022127412999907392, 0.022222791000103825, 0.02258721999987756, 0.021668027000032453, 0.022049407999929826, 0.03772422400015785, 0.1462130969998725, 0.023940452000033474, 0.022384152000086033, 0.022537187999887465, 0.02305983099995501, 0.03829148099998747, 0.03143861900002776, 0.023180285000080403, 0.022790689999965252, 0.022795588000008138, 0.02235534800001915, 0.022898300999941057, 0.02274118700006511, 0.023205883999935395, 0.03867840199995953, 0.029248086000052353, 0.023061613999971087, 0.022639678000132335, 0.023120504999951663, 0.022992616000010457, 0.02275719699991896, 0.022924198000055185, 0.03885163499990085, 0.03346249100013665, 0.03845666999995956, 0.032843116000094597, 0.023003816999789706, 0.0221008430000893, 0.02311566599996695, 0.02269206599999052, 0.022577592000061486, 0.022252186000059737, 0.023327799999833587, 0.02237621700010095, 0.022765752999930555, 0.022447008999961326, 0.02287433600008626, 0.022718924999935552, 0.02309321400002773, 0.022353223999971306, 0.023543493000033777, 0.02247904900013964, 0.022930359999918437, 0.022715839000056803, 0.02270325699987552, 0.02295262100005857, 0.02282421199993223, 0.022669775000167647, 0.02283655499991255, 0.022868333999895185, 0.022642223000048034, 0.02260333999993236, 0.02246577400001115, 0.02271194300010393, 0.02245348099995681, 0.02246401100001094, 0.03872665199992298, 0.030829854000103296, 0.02299528999992617, 0.02248930900009327, 0.02275854899994556, 0.022839631000124427, 0.037894310999945446, 0.03169513700004245, 0.02279829299982339, 0.02274216000000706, 0.023026287999982742, 0.0226141710002139, 0.022506889999931445, 0.02299687400000039, 0.023042198999974062, 0.022091595999881974, 0.023062016000039876, 0.022654235000118206, 0.022849217999919347, 0.022723243999962506, 0.022715640000114945, 0.022721830999898884, 0.022446799000135798, 0.022679581999909715, 0.022466756000085297, 0.03882869299991398, 0.03279094799995619, 0.022678361000089353, 0.02229816099998061, 0.021948960999907285, 0.021978596000053585, 0.021965250999983255, 0.022108688000116672, 0.022856603000036557, 0.021308656999963205, 0.022178548999818304, 0.021938040000122783, 0.021997521000002962, 0.03773711899998489, 0.035949725999898874, 0.03883675800011588, 0.0333854870000323, 0.02256259399996452, 0.022693488999948386, 0.022727781999947183, 0.022875368000086382, 0.02276875799998379, 0.02280786200003604, 0.023004407999906107, 0.022522490000028483, 0.0228184909999527, 0.022267955000188522, 0.022437340999886146, 0.02294864400005281, 0.023615367000047627, 0.021633060999874942, 0.023208839000062653, 0.022344066999949064, 0.03881825400003436, 0.0360486409999794, 0.021898886999906608, 0.02229138900020189, 0.03818408099982662, 0.031026782000026287, 0.022777594999979556, 0.02283938000005037, 0.02299925300007999, 0.02312146600002052, 0.022345249999943917, 0.02294267199999922, 0.022606846999906338, 0.02274641700000757, 0.022837406999997256, 0.022334989999990285, 0.022949075000042285, 0.02283632400008173, 0.022630601999935607, 0.022795978999965882, 0.022780791000059253, 0.022652202000017496, 0.022578422999913528, 0.02263978800010591, 0.02298035399985565, 0.022438493000208837, 0.0226454889998422, 0.03795902100000603, 0.02978964499993708, 0.022777305000090564, 0.02272380499994142, 0.022776513000053455, 0.02222660799998266, 0.023016821000055643, 0.023420843999929275, 0.0416708610000569, 0.12014971700000388, 0.02316947600002095, 0.023719228999880215, 0.022874516000001677, 0.022941531000014947, 0.022748992000060753, 0.02283043300008103, 0.022813892999920427, 0.022758358999908523, 0.022336604000201987, 0.0227156290000039, 0.023130162999905224, 0.022353273999897283, 0.02286165100008475, 0.02258123000001433, 0.02281225000001541, 0.022475041000006968, 0.022700611999880493, 0.037804223000193815, 0.030060679999905915, 0.022604451999995945, 0.02257183200003965, 0.022719466999888027, 0.02259890200002701, 0.023004177000075288, 0.02277170499996828, 0.022842875999913304, 0.022740156000054412, 0.02290300799995748, 0.02293214400015131, 0.039540799999940646, 0.14662385199994787, 0.02283927999997104, 0.023026990000062142, 0.023201885999924343, 0.022996433000116667, 0.022981595999908677, 0.022792162000087046, 0.039108814999963215, 0.047734712999954354, 0.023025607000136006, 0.023701897999899302, 0.022948202999941714, 0.04028635000008762, 0.06016210600000704, 0.023238835000029212, 0.023316118999900937, 0.0230971700000282, 0.02322386700006973, 0.023260705999973652, 0.023073948000046585, 0.02306649299998753, 0.023137335000001258, 0.023070060999998532, 0.023079989000052592, 0.023028092000004108, 0.022969382999917798, 0.023312211000074967, 0.023271204999900874, 0.02303267100000994, 0.023168994999878123, 0.02324844200006737, 0.022562894999964556, 0.022961076999990837, 0.023660651999989568, 0.022699499000054857, 0.023061224000002767, 0.02393180600006417, 0.022292391000064526, 0.022657230999811873, 0.023429981000163025, 0.02314189499998065, 0.02314970799989169, 0.023051996000049257, 0.023088945999916177, 0.039740733000144246, 0.030806189000031736, 0.02304024499994739, 0.023116457000014634, 0.023187730000017837, 0.02309372399986387, 0.023093674000165265, 0.023116025999797785, 0.02310786100019868, 0.023173873999894568, 0.0397201739999673, 0.0340137880000384, 0.023100988000123834, 0.023098122999954285, 0.023315186999980142, 0.04047868799989374, 0.08380512500002624, 0.023625515000048836, 0.023107579999987138, 0.023086020999926404, 0.023319866000065304, 0.02309213200010163, 0.04030906299999515, 0.10722349699994993, 0.025179411999943113, 0.024752927999998064, 0.02483324700006051, 0.025026917999866782, 0.024807910000163247, 0.02550789499991879, 0.024758978999898318, 0.02482663500018134, 0.04096507600002042, 0.03256214299995008, 0.02480032499988738, 0.04056758600017929, 0.03292991799980882, 0.024928714999987278, 0.024327926000069056, 0.025445208000064667, 0.024034607999965374, 0.025006179999991218, 0.02453390899995611, 0.025255694999941625, 0.04081078800004434, 0.0351576020000266, 0.024904439000010825, 0.025129699999979493, 0.04094548000011855, 0.1911847740000212, 0.02498142299987194, 0.02516468499993607, 0.025623761000133527, 0.02468322699996861, 0.04249907500002337, 0.03614882900001248, 0.025778277999961574, 0.024902145999931236, 0.025661021000132678, 0.025479650999841397, 0.025141592000181845, 0.02548584399983156, 0.04039155700002084, 0.035627527000087866, 0.025596278999955757, 0.024741666999943845, 0.025233653999976013, 0.025503847000209134, 0.02518818899989128, 0.025373302999923908, 0.040772847999960504, 0.032016536000128326, 0.025295850000020437, 0.02554963299985502, 0.02522611900008087, 0.025159315000109927, 0.0253417349999836, 0.025366501000007702, 0.025206173000015042, 0.04087308399994072, 0.03316382499997417, 0.02504604399996424, 0.025433315000100265, 0.02559117099985997, 0.0247993039999983, 0.02532679600017218, 0.025206433999983346, 0.02523954399998729, 0.025362674000007246, 0.0410435819999293, 0.03586390800001027, 0.025399453000090944, 0.02559292299997651, 0.0264857069998925], [], [], [0.04087451400005193, 0.044890076999990924, 0.02356023299989829, 0.02267579299996214, 0.022529712000050495, 0.023629401000107464, 0.022097104999829753, 0.023346334000052593, 0.03975077800009785, 0.0621804439999778, 0.02308048800000506, 0.023083683999857385, 0.02293820299996696, 0.0231579020000936, 0.022938945000078093, 0.022874282999964635, 0.022474277999890546, 0.0233667620000233, 0.02248450800016144, 0.022901463999914995, 0.022707953000008274, 0.02299266499994701, 0.02289206699992974, 0.023471035000056872, 0.022086176000129853, 0.040118272999961846, 0.13275118399997154, 0.02314936699985992, 0.022968812000044636, 0.0224120740001581, 0.02297702699979709, 0.0234368540000105, 0.03940515700014657, 0.17742031399984626, 0.023534436000090864, 0.022926072000018394, 0.023020016999907966, 0.02346179000005577, 0.02257589900000312, 0.022707515000092826, 0.02290261799998916, 0.02266239100003986, 0.03969250199997987, 0.06080033599982926, 0.023239416000023994, 0.022652372000038667, 0.022817648999989615, 0.022997284999974, 0.02272704100005285, 0.02272676000006868, 0.022857874999999694, 0.022732120999990002, 0.022417022999889014, 0.022260661000018445, 0.022384362000138935, 0.021852631000001566, 0.022060909999936484, 0.022585377000041262, 0.0221008940000047, 0.022502661999851625, 0.02237090700009503, 0.022025803999895288, 0.022167348000039055, 0.022181534000083047, 0.022470021999879464, 0.02166309800009003, 0.022224625000035303, 0.022388068000054773, 0.022119868999880055, 0.02243598900008692, 0.022266652999860526, 0.02222957399999359, 0.022146448000057717, 0.022177736999992703, 0.022626574000014443, 0.02162670000006983, 0.022011988000031124, 0.03780277099986051, 0.14621570100007375, 0.023785924000094383, 0.02256976799981203, 0.02250254299997323, 0.02310599700012972, 0.03830475699987801, 0.031462502000067616, 0.02313797700003306, 0.022803694000003816, 0.02278850500010776, 0.022559278999779053, 0.02267789900020034, 0.02268674599986298, 0.02317460500012203, 0.0388089759999275, 0.02925194299996292, 0.023072334000062256, 0.022599663999926634, 0.023117968999940786, 0.023206034000168074, 0.022519353999996383, 0.02290203699999438, 0.038825225999971735, 0.03367199099989193, 0.03832494400012365, 0.03273829099998693, 0.02310045700005503, 0.022040931999981694, 0.02316814300002079, 0.022663322999960656, 0.022618598000008205, 0.022176865999881556, 0.02341452200016647, 0.02235918499991385, 0.022797381999907884, 0.02246691599998485, 0.02294064000011531, 0.02268622399992637, 0.023048700000117606, 0.022323249000010037, 0.023579519999884724, 0.022412635000137016, 0.022990290999814533, 0.022733453000000736, 0.022674924000057217, 0.02296946299998126, 0.022872251000080723, 0.022636462000036772, 0.02280199099982383, 0.02295107800000551, 0.022560230000181036, 0.022582932999966943, 0.022522138999875096, 0.02270896699997138, 0.022362562000125763, 0.022469701000090936, 0.038663283999994746, 0.030858437999995658, 0.02289900999994643, 0.02269246699984251, 0.022760273000130837, 0.022843607999902815, 0.03787370300005932, 0.03174382700012757, 0.02279157199996007, 0.02272916499987332, 0.02303236000011566, 0.02261070400004428, 0.02254081299997779, 0.02293234399985522, 0.023048230000085823, 0.02206618900004287, 0.023263740999937, 0.02243001700003333, 0.022921843999938574, 0.02291604400011238, 0.022489016999998057, 0.02271807399984027, 0.02242866500000673, 0.022644937999984904, 0.022557414000175413, 0.03857656299987866, 0.03300862500009316, 0.022796210000024075, 0.022083470999859856, 0.021957896999992954, 0.022107226000116498, 0.021856499000023177, 0.022204266000017014, 0.0228354229998331, 0.021226844000011624, 0.02222020700014582, 0.021893957999964186, 0.022013059999835605, 0.03775451100000282, 0.03593790500008254, 0.038823222000019086, 0.03344538900000771, 0.02254259699998329, 0.022732510999958322, 0.02272191199995177, 0.022902248000036707, 0.022755954000103884, 0.02285475899998346, 0.022981615999924543, 0.02249077000010402, 0.022806209000009403, 0.02230564499996035, 0.022343306000038865, 0.02301712099983888, 0.023373656000103438, 0.02189459999999599, 0.02320575299995653, 0.022342233000017586, 0.03881873499994981, 0.03606982000019343, 0.02187777799986179, 0.022256745000049705, 0.03824315099996056, 0.031065974000057395, 0.022740075000001525, 0.022829472000012174, 0.023007909999932963, 0.022893651000003956, 0.022553437999931703, 0.022949515000163956, 0.02263102199981404, 0.022715860000062094, 0.022823401000096055, 0.022402965999845037, 0.022903310000174315, 0.022833628999933353, 0.02272078999999394, 0.022779277999916303, 0.022628477000125713, 0.02268915099989499, 0.022672338000120362, 0.022603730999890104, 0.022913949999974648, 0.022405762000062168, 0.022716791999982888, 0.03801946399994449, 0.029685360000030414, 0.022762788000136425, 0.02279396599988104, 0.022782684000048903, 0.022191712999983793, 0.023023724000040602, 0.02317097900004228, 0.04200646499998584, 0.12015021899992462, 0.023107218999939505, 0.02375400500000069, 0.02290258800007905, 0.022920571999975436, 0.022818510999968566, 0.022897649000015008, 0.022655326999938552, 0.02277175500012163, 0.02231814900005702, 0.02275403099997675, 0.023218927000016265, 0.02224735699996927, 0.02283315899990157, 0.022608128999991095, 0.022839651000140293, 0.022364134999861562, 0.02272249199995713, 0.03785920600012105, 0.030141010000079405, 0.02253880999978719, 0.02258941400009462, 0.022724206000020786, 0.022557433999963905, 0.023073818000057145, 0.02275058500003979, 0.02283899899998687, 0.02276492199985114, 0.022883352000008017, 0.02299963900009061, 0.03943230799995945, 0.14667506699993282, 0.02276988100015842, 0.023071101999903476, 0.023250697000094078, 0.022998336999989988, 0.02297231800002919, 0.02280962500003625, 0.03909783399990374, 0.04765674800000852, 0.023046556000053897, 0.02380840699993314, 0.02297227799999746, 0.04020221299992954, 0.06030332900013491, 0.02317626800004291, 0.023398672999974224, 0.02303182899981948, 0.023244365000209655, 0.02324285199983933, 0.02310358299996551, 0.023030306999999084, 0.023080229000015606, 0.023087342000053468, 0.02310090800006037, 0.0230105900000126, 0.022938885000030496, 0.023433827999951973, 0.023259783999947103, 0.022996183000032033, 0.023269822999964163, 0.023151472000108697, 0.02262848700001996, 0.022985892999940916, 0.023528564999878654, 0.02275214800010872, 0.023087583000005907, 0.023459615999854577, 0.022716210999988107, 0.022723865000216392, 0.023369247999880827, 0.02315643099996123, 0.023243433000061486, 0.022928797000076884, 0.023064079999812748, 0.03975308600001881, 0.030832277000172326, 0.023179174000006242, 0.02301152099994397, 0.02315205399986553, 0.023086671000100978, 0.023161109000056967, 0.023052137999911793, 0.02311254899996129, 0.023161962000131098, 0.03968446799990488, 0.03401803600013409, 0.023183861999996225, 0.023092722999990656, 0.023211843999888515, 0.04059683800005587, 0.08372419400006947, 0.023682892999886462, 0.023220008999942365, 0.0228801470000235, 0.023358709000149247, 0.02324210099982338, 0.040140770000107295, 0.1072756839998874, 0.025288215000045966, 0.02474083500010238, 0.02475202599998738, 0.02492833399992378, 0.025038950999942244, 0.025415632999965965, 0.024848876000078235, 0.024816385000121954, 0.04100556200000938, 0.03250665999985358, 0.024617324000018925, 0.04064061200006108, 0.03282315899991772, 0.025006280000070547, 0.02426641099987137, 0.025174764000212235, 0.024318356999856405, 0.025168432000100438, 0.02441405699983079, 0.025344350000068516, 0.04067124700009117, 0.03523582799994074, 0.02499892500009082, 0.025135620999890307, 0.04093754500013347, 0.1905498199998874, 0.024973828999918624, 0.025289748999966832, 0.025506642000209467, 0.024752445999865813, 0.04242434599996159, 0.036154139000018404, 0.02578875800008973, 0.02496835900001315, 0.025577363999900626, 0.025510058999998364, 0.025127105000137817, 0.02551657100002558, 0.040369274999875415, 0.035602420000032, 0.025606168999956935, 0.024740153000038845, 0.025234054000065953, 0.025495461999980762, 0.02519165599983353, 0.025383663000184242, 0.040820826999834026, 0.03201092500012237, 0.025286112000003413, 0.025799488000075144, 0.025081810999836307, 0.025027138000041305, 0.02540137699998013, 0.025439998000138075, 0.025070108999898366, 0.04088546699995277, 0.033150149999983114, 0.02503804800016951, 0.025447972999927515, 0.025607179999951768, 0.02491147299997465, 0.025230698000086704, 0.025173451999989993, 0.025271835000012288, 0.02545348299986472, 0.041066754999974364, 0.035798837000129424, 0.025466858000072534, 0.025443804999895292, 0.02658468200002062, 0.04159653200008506, 0.08783371599997736, 0.025445588999900792, 0.025970536999921023, 0.025259331000142993, 0.02565004999996745, 0.025440809999963676, 0.02597524600014367, 0.024916431999827182, 0.02523983500009308, 0.02598188799993295, 0.02521184300007917, 0.02542173400001957, 0.025400474999969447, 0.025416584999902625, 0.025165105000041876, 0.024955745999932333], [], [], [0.023900004999859448, 0.023081901000068683, 0.023082031000058123, 0.022940576999872064, 0.02315521700006684, 0.022939555999982986, 0.022874644000012267, 0.02247614199995951, 0.023365600000033737, 0.02248483700009274, 0.022902345999909812, 0.022708304999923712, 0.022992604000137362, 0.022887949000050867, 0.02341842800001359], [0.024074101999985942, 0.023153606000050786, 0.022953052000048046, 0.022431770999901346, 0.022977968000077453, 0.02342727699988245, 0.03939300399997592, 0.1774290099999689, 0.023230008000155067, 0.023232001999986096, 0.023029676000078325, 0.02335223499994754, 0.02268901000002188, 0.022698978999869723, 0.02289758899996741, 0.022691894999979922, 0.03968504900012704, 0.0607791059999272, 0.02315087100009805, 0.022747810000055324, 0.02283192599998074, 0.02298580399997263, 0.02273222999997415, 0.02271699199991417, 0.022858837000057974, 0.022750495000082083, 0.022411292000015237, 0.022271712999781812, 0.022384171000112474, 0.021847812000032718, 0.022063675000026706, 0.022584163999908924, 0.02208889200005615, 0.022517310000012003, 0.0223617799999829, 0.022022868000021845, 0.02217577400006121, 0.022180902999934915, 0.022469820999958756, 0.02166272699992078, 0.022229985000194574, 0.022375184999873454, 0.022122644000091896, 0.022435767999922973, 0.02227204299992991, 0.022227600000178427, 0.022139445999982854, 0.022188927999877706, 0.0226219050000509, 0.021621529999947597, 0.022030643000107375, 0.03779150899981687, 0.1461983300000611, 0.02378166600010445, 0.022559920000048805, 0.022520224999880156, 0.02309606900007566, 0.038305627999989156, 0.031362826999838944, 0.023229758000070433, 0.022806338999998843, 0.022790778999933536, 0.02244805100008307, 0.022800647999929424, 0.02269633400010207, 0.023066753999955836, 0.038904323999986445, 0.029136015999938536, 0.023189804000139702, 0.02258300199991936, 0.023120555000105014, 0.023121897000009994, 0.02262270599999283, 0.02290583399985735, 0.038829424000141444, 0.033585549999997966, 0.038329131999944366, 0.032818461000033494, 0.023077092999983506, 0.022051190999945902, 0.023155378999945242, 0.022679954000068392, 0.022600425000064206, 0.02219653199995264, 0.023402869999927134, 0.02235375500004011, 0.02280327300013596, 0.02234874599980685, 0.022910974000069473, 0.02267413200002011, 0.023186406999911924, 0.022316225000167833, 0.023605578999877252, 0.022421090000079857, 0.02297855000006166, 0.022735165999847595, 0.022674692999999024, 0.022969944000124087, 0.022867973999836977, 0.022638275000190333, 0.02280689999997776, 0.022942722999914622, 0.022567753999965134, 0.02258547700012059, 0.022507051000047795, 0.022706762999860075, 0.02239210700008698, 0.022465682999836645, 0.03867036800011192, 0.030853537999973923, 0.02285505899999407, 0.022708967999960805, 0.022765022000157842, 0.022778405999815732, 0.03795081700013725, 0.03171369100004995, 0.022788755999954446, 0.022756135000008726, 0.023023473999955968, 0.02259413299998414, 0.02248583100003998, 0.023012251999944056, 0.023045855999953346, 0.022072190000017144, 0.023158815999977378, 0.02253042400002414, 0.02291705500010721, 0.022845702000040546, 0.022575458999881448, 0.02270511999995506, 0.0224438730001566, 0.02264349500001117, 0.02255633299978399, 0.03857013100014228, 0.03300417600007677, 0.02272730199979378, 0.022175553000124637, 0.02195573299991338, 0.02199826200012467, 0.021970711999983905, 0.022119868999880055, 0.022909330000175032, 0.021239167999965503, 0.022208955999985847, 0.021906460999844057, 0.022010055000009743, 0.037756905000151164, 0.035925291000012294, 0.0388192949999393, 0.033436040999959005, 0.02253725800005668, 0.022724906999883387, 0.022721530000126222, 0.02289645699988796, 0.022748581000087142, 0.022883653000008053, 0.022967890000018087, 0.022489387999939936, 0.0228213059999689, 0.022305826000092566, 0.02235605900000337, 0.0230105900000126, 0.023379246999866155, 0.02188118399999439, 0.02321036200009985, 0.022348544999886144, 0.03882147900003474, 0.036051487000122506, 0.021887685999899986, 0.022254360000033557, 0.03822662099992158, 0.030924851000008857, 0.02286648100016464, 0.022852854999882766, 0.022988833999988856, 0.02284075300008226, 0.022621012999934464, 0.022950026999978945, 0.02262362800001938, 0.022725468000089677, 0.022836213999880783, 0.022380345000101443, 0.02290974099992127, 0.022834360999922865, 0.02263425800015284, 0.022825333999890063, 0.022691966000138564, 0.022692977999895447, 0.022560670000075334, 0.02270010100005493, 0.022933174999934636, 0.022398709000071904, 0.022632825999835404, 0.038106916000060664, 0.02966691599999649, 0.02258186099993509, 0.022966127000017877, 0.022783426000160034, 0.022214915999938967, 0.023007442999869454, 0.023179094000170153, 0.04199116699987826, 0.12013403800006017, 0.023122297999861985, 0.023742493000099785, 0.0228989619999993, 0.02292041100008646, 0.022644076000005953, 0.02300806499988539, 0.022735216000000946, 0.022773398000026646, 0.022308890999966025, 0.022761375000072803, 0.023105296000039743, 0.02236067799981356, 0.022827067000207535, 0.022640940999963277, 0.022822858999916207, 0.02236856300010004, 0.022722882999914873, 0.03784569100002955, 0.03012555100008285, 0.02252755899985459, 0.022590126000068267, 0.022439895999923465, 0.022868834000064453, 0.023056385000018054, 0.022752658999934283, 0.022841774999960762, 0.022752939000156402, 0.02281913199999508, 0.02303993499981516, 0.03948319200003425, 0.1466536080001788, 0.02277894799999558, 0.023046525999916412, 0.023257048999994367, 0.022999840000011318, 0.022972547999870585, 0.022695071000043754, 0.039212657999996736, 0.04767457100001593, 0.022978740000098696, 0.0238009229999534, 0.022976295000034952, 0.040252937999866845, 0.06016178499999114, 0.02323582000008173, 0.023325667000108297, 0.02312321899989911, 0.023236128999997163, 0.023219408999921143, 0.02316734200007886, 0.022983669000041118, 0.023163804999967397, 0.023051325000096767, 0.02309977599998092, 0.023009807999869736, 0.022968702000071062, 0.023412507000102778, 0.023174004999873432, 0.022998757000095793, 0.02321511099989948, 0.023256227000047147, 0.022532898999997997, 0.023114042000088375, 0.023519287999988592, 0.022757366999940132, 0.02294256300001507, 0.02364074399997662, 0.022684021000031862, 0.02256354599990118, 0.023523426000110703, 0.023158213999977306, 0.02312162599992007, 0.023026770000114993, 0.02286259299989979, 0.03998661099990386, 0.030789399000013873, 0.023028483000189226, 0.023062305999928867, 0.023286453000082474, 0.023052727999811395, 0.023191937000092366, 0.023018675000002986, 0.023116216000062195, 0.02318207899998015, 0.0395593349999217, 0.034044715999925756, 0.023238063999997394, 0.023087632000169833, 0.023247351000009076, 0.04055067199988116, 0.08382714599997598, 0.023597422999955597, 0.023163174000046638, 0.022958813000059308, 0.02342388000010942, 0.022925741999870297, 0.04035733299997446, 0.10721631399997023, 0.025194380000129968, 0.02487117800001215, 0.024841763000040373, 0.024617474999786282, 0.025174253000159297, 0.025482997999915824, 0.02480889200001002, 0.024774598000021797, 0.04086897599995609, 0.03258922400004849, 0.024662038000087705, 0.04062825799996972, 0.032860299000049054, 0.024986322999893673, 0.02427698099995723, 0.02533572400011508, 0.024194575999899826, 0.025078293999968082, 0.024419587000011234, 0.025404601999980514, 0.04069491200016273, 0.03521284399994329, 0.02481065500001023, 0.02538466500004688, 0.04094944700000269, 0.19069391899984112, 0.024988717000042016, 0.025157151000030353, 0.025614353000037227, 0.02470251299996562, 0.04229681900005744, 0.036135442999921, 0.025961700999914683, 0.024900742999989234, 0.025683753000066645, 0.02530601800003751, 0.02528810500007239, 0.025500511000018378, 0.04022693999991134, 0.035805529000072056, 0.025526709999894592, 0.024814822000053027, 0.025230196999928012, 0.025353007000148864, 0.02509358199995404, 0.025449795999975322, 0.0409437569999227, 0.032024651000028825, 0.025304786000106105, 0.025531659999842304, 0.02523888300015642, 0.025007751999964967, 0.025482447000058528, 0.025366812999891408, 0.025207343999909426, 0.04074991500010583, 0.03329178299986779, 0.025035945000126958, 0.025330363999955807, 0.025337708000051862, 0.025165135999941413, 0.025328769999987344, 0.02501688000006652, 0.02543005000006815, 0.025357453999959034, 0.04103861299995515, 0.03587424700003794, 0.0253896540000369, 0.025450557999874945, 0.02641391400015891, 0.04181875599988416, 0.08772975200008659, 0.025537158999895837, 0.025892302000102063, 0.02529686100001527, 0.02564173399991887, 0.02543398700004218, 0.02570204699986789, 0.025272536000102264, 0.025232942000002367, 0.025982870000007097, 0.0252112919999945, 0.025339581000025646, 0.02535517000001164, 0.02538707999997314, 0.025268337999932555, 0.02479018700000779, 0.025248250999993616, 0.02532894099999794, 0.041871225000022605, 0.030594646000054126, 0.023446601999921768, 0.023276156000065384, 0.03938916800007064, 0.03194465199999286, 0.025154525999823818, 0.024847204000025158, 0.023416747000055693, 0.039688426000111576, 0.06501266799978112, 0.02422913200007315, 0.02355083700012983, 0.023606409999956668, 0.023373586999923646, 0.023399294000000737, 0.023515911999993477, 0.023667485000032684, 0.023343540000041685, 0.023659669999915423, 0.023178713000106654, 0.024006525999993755, 0.023153536999870994, 0.02332941400004529, 0.023178572999995595, 0.02351740500012056, 0.023314285999958884, 0.023516432999940662, 0.023443486999894958, 0.02277514100001099, 0.04010195700016084, 0.029585694999923362, 0.023135833999958777, 0.02342179600009331, 0.023358959999995932, 0.023443896999879144, 0.02290369100001044, 0.02364640500013593, 0.023267840000016804, 0.02332304199990176, 0.024654514000076233, 0.02354146899983789, 0.023290522000024794, 0.02362366300008034, 0.023478362000105335, 0.023428327999909015, 0.03983745400000771, 0.10097019099998761, 0.024396011999897382, 0.02328687500016713, 0.02340374300001713, 0.023361543999953938, 0.023317271999985678, 0.02309401499996966, 0.02392811000004258, 0.03922055399993951, 0.04556163400002333, 0.033887062000076185, 0.024014431999830776, 0.022578895000151533, 0.02406635800002732, 0.0229574809998212, 0.02318415400009144, 0.023627068999985568, 0.023291723000056663, 0.023418921000029513, 0.02357904999985294, 0.023325136000039493, 0.023579250000011598, 0.023385890000099607, 0.023440200999857552, 0.023575812999979462, 0.023604166000041005, 0.023457583999970666, 0.02359819499997684, 0.023342248000062682, 0.02322828000001209, 0.023023022999950626, 0.02325507600016863, 0.023240227999849594, 0.02317220100007944, 0.04028093099987018, 0.0607909400000608, 0.023408691999975417, 0.023578558000053818, 0.02278246500009118, 0.023470987999871795, 0.02313920999995389, 0.023130093000190755, 0.023135321999916414, 0.023079437999967922, 0.023376181999992696, 0.022754823000013857, 0.03809749099991677, 0.06279055600020911, 0.02341041599993332, 0.023358207999990555, 0.023103212000023632, 0.023241180000013628, 0.02293393699983426, 0.02307964900001025, 0.022635261000004903, 0.022840281000071627, 0.02318266199995378, 0.022919990999980655, 0.022820875999968848, 0.02285522000011042, 0.02294787300002099, 0.022489578999966398, 0.022580328000003647, 0.02278884699990158, 0.022717493000072864, 0.022942974999978105, 0.02293371600012506, 0.02266519599993444, 0.022674483999935546, 0.02291214700017008, 0.022691784999778974, 0.02278594100016562, 0.022489448999976958, 0.023023052999860738, 0.022869818000117448, 0.022868033999884574, 0.02285955900015324, 0.02279589899990242, 0.022448262000125396, 0.02169758299987734, 0.02258884399998351, 0.022075136000012208, 0.02193107800007965, 0.02214055800004644, 0.022189970999988873, 0.022646801999826494, 0.02192168000010497, 0.021887627000069187, 0.02220564899994315, 0.02184624000005897, 0.022479540999938763, 0.022084752999944612, 0.022074344999964524, 0.022294354999985444, 0.02232574399999976, 0.021893748000138658, 0.021849315000054048, 0.02232187699996757, 0.021850276999884954, 0.022069955999995727, 0.02218966000009459, 0.022125982000034128, 0.022258427999986452, 0.022107666000010795, 0.022149324999872988, 0.02196584300008908, 0.0221139289999428, 0.022214374999975917, 0.021727208000129394, 0.02171931299994867, 0.022518944000012198, 0.021564213999909043, 0.02216410200003338, 0.022117856000022584, 0.02203891899989685, 0.021692353000162257, 0.022598741999900085, 0.021655966000025728, 0.0217239010000867, 0.0387354699998923, 0.05845514600014212, 0.02229717999989589, 0.022181024000019534, 0.02220416699992711, 0.02224630499995328, 0.022062142000095264, 0.022154924999995274, 0.022131121000029452, 0.02227001999995082, 0.021441244000016013, 0.022416462999899522, 0.0225908080001318, 0.02174584199997298, 0.022129698000071585], [], [0.06695951500000774, 0.02329990899988843, 0.023155560000077458, 0.02302500600012536, 0.023357034999889947], [], [0.024590994999925897, 0.023151191000124527, 0.022750744999939343, 0.022825104000048668, 0.022988648999898942, 0.022731599000053393, 0.02272268299998359, 0.02285844600010023, 0.022384922999890478], [0.0898046570000588, 0.02378596399989874, 0.022569407999981195, 0.022504345000015746, 0.023104305000060776, 0.03830390400003125, 0.03146481699991455, 0.023136113999953523, 0.022802742000067155, 0.022788935999869864, 0.022558757000069818, 0.022677057999999306, 0.02269087300010142, 0.023173052999936772, 0.03880705200003831, 0.029254597999852194, 0.0230719640001098, 0.022598240999968766, 0.02311807000000954, 0.02311882100002549], [0.02350281700000778, 0.023782487999824298, 0.02256822499998634, 0.022507772000153636, 0.023101248999864765, 0.03830612900014785, 0.031464365999909205, 0.023134731000027386, 0.02280197999994016, 0.022789137000017945, 0.022436729999981253], [], [0.023776416000146128, 0.02319028499982778, 0.022589935000041805, 0.023120174000041516, 0.02311856100004661, 0.0226208819999556, 0.02290779800000564, 0.03882570700011456, 0.033589507999977286, 0.03832643599980656, 0.03282506300001842, 0.023088375000043015, 0.022047423999993043, 0.023160459000109768, 0.022669683000003715, 0.02261193699996511, 0.022183357999892905, 0.023409823000065444, 0.022359426000093663, 0.02279660999988664, 0.02246882999997979, 0.02293294500009324, 0.022693226999990657, 0.023038250999888987, 0.02230459400016116, 0.0236064499999884, 0.022420228999862957, 0.022983137999972314, 0.022730206999995062, 0.022679823000089527, 0.022969934000002468, 0.02286995700001171, 0.022635089999994307, 0.022808482000073127, 0.022946260000026086, 0.02256027999987964, 0.02258887300013157, 0.022513362999916353, 0.022701754000081564, 0.02238105599985829, 0.022466816000132894, 0.03866941499995846, 0.030849089999946955, 0.02288587699990785, 0.022691545000043334, 0.02276023200010968, 0.022775060999947527, 0.0379490939999414, 0.031725021000056586, 0.022789929000055054, 0.02274430299985397, 0.02302841300002001, 0.022600104000048304, 0.02247933900002863, 0.023007803999917087, 0.02304532400012249, 0.022073332999980266, 0.02316321400007837, 0.02253100499979155, 0.02291571300020223, 0.022846603999823856, 0.022578614000167363, 0.02270961899989743, 0.02243650900004468, 0.02264333399989482, 0.022557645999995657, 0.03856821700014734, 0.033010487999945326, 0.022717233000093984, 0.022178317999987485, 0.02195748700000877, 0.02199421499994969, 0.021969569000020783, 0.022118606999811163, 0.022921443000086583, 0.021227576000001136, 0.022214816000087012, 0.02190015999985917, 0.02201261000004706, 0.03775526100002935, 0.03593766499989215, 0.038822821000167096, 0.03343474899998, 0.022537397999940367, 0.022733493000032468, 0.022720659000015075, 0.022899331999951755, 0.022756306000019322, 0.022864426000069216, 0.022972738999897047, 0.02249401700009912, 0.02280350399996678, 0.02230494299988095, 0.02235145100007685, 0.023016550999955143, 0.023372664000135046, 0.02188890899992657, 0.02320802700000968, 0.022345158999996784, 0.038819385999886435, 0.036070201000029556, 0.021880323000004864, 0.022254931000134093, 0.038232340999911685, 0.031073227999968367, 0.022739623999996184, 0.02283511200016619, 0.022999283999979525, 0.02286966599990592, 0.022578724999902988, 0.022949926000137566, 0.022629299000072933, 0.022718765999798052, 0.022828199000059612, 0.022395543000129692, 0.022902197999883356, 0.022835182000108034, 0.022632533999967563, 0.02282150799987903, 0.022690803000159576, 0.02269146499997987, 0.02256698199994389, 0.02270134299988058, 0.022921684000039022, 0.022403918999998496, 0.0226317530000415, 0.038102719000107754, 0.029684638999924573, 0.022756326000035187, 0.02279835399986041, 0.022783927000091353, 0.022198725999942326, 0.02301855400014574, 0.0231736439998258, 0.041999322000037864, 0.12013714399995479, 0.023114814000109618, 0.02374844399992071, 0.02290099500010001, 0.022919640000054642, 0.022819743999889397, 0.022821787000111726, 0.02274551599998631, 0.022773015999973723, 0.02231542399999853, 0.022755082999992737, 0.02310822200001894, 0.0223583739998503, 0.022831054000107542, 0.02261751700007153, 0.02283683599989672, 0.022361389000025156, 0.022725057999878118, 0.037854457000094044, 0.030127183000104196, 0.02253801899996688, 0.02258828200001517, 0.022726910999836036, 0.022565389000192226, 0.0230640190000031, 0.0227539219999926, 0.022838267999986783, 0.022765101000004506, 0.022808352999845738, 0.023071593000167923, 0.03944277799996598, 0.14666336499999488, 0.022770100999878196, 0.02306869800008826, 0.023242402000050788, 0.02300055099999554, 0.02297390099988661, 0.02268174599998929, 0.0392257729999983, 0.04766231799999332, 0.02297396100016158, 0.02381682199984425, 0.022979611999971894, 0.040251725000189253, 0.060163227999964874, 0.023225721000017074, 0.023331075999976747, 0.02312257799985673, 0.02323822400012432, 0.02322000999993179, 0.023155971000051068, 0.022988477999888346, 0.023158383999998478, 0.023053329000049416, 0.023098584000081246, 0.023008855999933076, 0.02297611600010896, 0.02341870899999776, 0.023175637999884202, 0.022989288999951896, 0.02322346699997979, 0.023274591000017608, 0.02251305200002207, 0.023115224000093804, 0.02352261400005773, 0.022753560999944966, 0.02294213100003617, 0.023626236999916728, 0.022700211000028503, 0.02256491899993307, 0.023519468000131383, 0.023160658999813677, 0.023126195000031657, 0.023030296000115413, 0.023100177000060285, 0.03974081199999091, 0.030786622999812607, 0.023032701000147426, 0.023057596999933594, 0.02329334699993524, 0.023045394000064334, 0.023201525000104084, 0.023010408999880383, 0.02311789000009412, 0.023176388999900155, 0.03955076800002644, 0.034052891000101226, 0.023243513999887, 0.02309485599994332, 0.023231662000171127, 0.04056631099979313, 0.08380955300003734, 0.02360414600002514, 0.023174474000143164, 0.022946771999841076, 0.023416766000082134, 0.022927275000029113, 0.040360859999964305, 0.10722529000008763, 0.025206982999861793, 0.024860118000106013, 0.02486001700003726, 0.024892907999856106, 0.024890654000046197, 0.0254686620000939, 0.02482343899987427, 0.02477893600007519, 0.04116916599991782, 0.03227950700011206, 0.024864344999969035, 0.040617257999883805, 0.03284801500012691, 0.024999978999858286, 0.02426893500000915, 0.025159516000030635, 0.02417707400013569, 0.02530135999995764, 0.024440204000029553, 0.025171788999841738, 0.04068734800011953, 0.03537712999991527, 0.02494707899995774, 0.025081701000090106, 0.04096185000003061, 0.19064695099996243, 0.024987113999941357, 0.02516002600009415, 0.025617368999974133, 0.024693907000028048, 0.04230531500002144, 0.036134861999926216, 0.025962281999909465, 0.02490189500008455, 0.025674315000060233, 0.025313611999990826, 0.02528916799997205, 0.025494299000001774, 0.04023623700004464, 0.03579400800003896, 0.025534623999874384, 0.02480948300012642, 0.025231689999827722, 0.02535195400014345, 0.025293274999967252], [0.024227487999951336, 0.038205711000045994, 0.03281921200004945, 0.02309649999983776, 0.02204285500010883, 0.023166579999951864, 0.0226632819999395, 0.022617867999997543, 0.022179049999976996, 0.023413439000023573, 0.022358735000125307, 0.022797251999918444, 0.022469080000064423, 0.022938264999993407, 0.022686444999862942, 0.023045264000074894, 0.02230347099998653, 0.023602273000051355, 0.022414848999915193, 0.02298818700000993, 0.022732241000085196, 0.022676636999904076, 0.02296987300019282, 0.0228718209998533, 0.022635439999930895, 0.02280464600016785, 0.022948402999872997, 0.022560550999969564, 0.0225855670000783, 0.022519383999906495, 0.02270504000011897, 0.022369575000084296, 0.022468788999958633, 0.03866480700003194, 0.030850252999925942, 0.022892829000056736, 0.02269171499983713, 0.022760392999998658, 0.022770513000068604, 0.03794979400004195, 0.031741011999883995, 0.02279106000014508, 0.022734594999974433, 0.023029704999999012, 0.022609421999959523, 0.022478997999996864, 0.02299770600006923, 0.023047928999858414, 0.022069305000059103, 0.023249805999967066, 0.022438613000076657, 0.02291902799993295, 0.022847005000130594, 0.022573014000045077, 0.022715568999956304, 0.02243092000003344, 0.02264425599992137, 0.02255770500005383, 0.038573546999941755, 0.0330088660000456, 0.022793403999912698, 0.02208825999991859, 0.021957758000098693, 0.02209826900002554, 0.021865133999881436, 0.02220168200005901, 0.022839119000082064, 0.021226383999874088, 0.02221832300006099, 0.021896573000049102, 0.02201232900006289, 0.03775506199986012, 0.035937974000034956, 0.03882287300007192, 0.03344492699989132, 0.022543089000009786, 0.02273031599997921, 0.022722061999957077, 0.022899052000184383, 0.02275854899994556, 0.022857374000068376, 0.02297912099993482, 0.02249177199996666, 0.022805167000115034, 0.022306626999807122, 0.022345019000113098, 0.023017071999902328, 0.023372083000140265, 0.021894148999990648, 0.02320611300001474, 0.022342944999991232, 0.038819566000029226, 0.03606945999990785, 0.02187854899989361, 0.022256544000128997, 0.03824042599990207, 0.031067688000121052, 0.022739843999943332, 0.022831055000096967, 0.023005143999853317, 0.02289131800012001, 0.022556011999995462, 0.022949454999888985, 0.022630832000004375, 0.022716770999977598, 0.022824994000075094, 0.02240022199998748, 0.022904161000042222, 0.02283191599985912, 0.022719778000009683, 0.022807130000046527, 0.022605333999990762, 0.022690022000006138, 0.02266504499993971, 0.022607518000086202, 0.022917846999916947, 0.022404649999998583, 0.02271248400006698, 0.03802093700005571, 0.029687233999993623, 0.022760572999914075, 0.022794136000129583, 0.0227835559999221, 0.022195540999973673, 0.023021599000003334, 0.023171210000100473, 0.04200347000005422, 0.12014956699999857, 0.023108921999892118, 0.023753224000074624, 0.022902817999920444, 0.022919890999901327, 0.02282136700000592, 0.022893621000093844, 0.02265716000010798, 0.022773106999920856, 0.022316715999977532, 0.022753841999929136, 0.023214399000153207, 0.02225277599995934, 0.022832517999859192, 0.022611736000044402, 0.022838389000071402, 0.02236296199998833, 0.02272390500002075, 0.037857352999935756, 0.030140437999989445, 0.02253846999997222, 0.022588031000168485, 0.02272627000002103, 0.02255977899994832, 0.0230699700000514, 0.02275226799997654, 0.022838207999939186, 0.02276536199997281, 0.02288325199992869, 0.02299716500010618, 0.03943683600004988, 0.14666526999985763, 0.022769670000116093, 0.02307083200003035, 0.02324418499983949, 0.023001192000037918, 0.022972798999944644, 0.022805266000204938, 0.039101490999883026, 0.04766420200007815, 0.02304304999984197, 0.02376152900001216, 0.022975373000008403, 0.040248510000083115, 0.06030163600007654, 0.023097771999800898, 0.02346555700000863, 0.02299625300020125, 0.023241018999897278, 0.02321629299990491, 0.02314486900013435, 0.0229888490000576, 0.023158414999898014, 0.023052116999906502, 0.02310036700009732, 0.0230104790000496, 0.022970595000060712, 0.023433006999994177, 0.023173181999936787, 0.02308316499988905, 0.02326312000013786, 0.023152433999939603, 0.02262593199998264, 0.022993368000015835, 0.02352571899996292, 0.022754161999955613, 0.0230860300000586, 0.023466759000029924, 0.02271089100008794, 0.022723684999846228, 0.023370110000087152, 0.02315518799991878, 0.023245047000045815, 0.022898550000036266, 0.023099666000007346, 0.039748978000034185, 0.030788395999934437, 0.023204009999972186, 0.023026789999903485, 0.023154067000177747, 0.023047477999853072, 0.023200303000066924, 0.023009236999996574, 0.02311602600002516, 0.023167912999952023, 0.03972210799997811, 0.034017635000054725, 0.02311665799993534, 0.0230932730000859, 0.023222633999921527, 0.04058476600016547, 0.08379397399994559, 0.02361352299999453, 0.023186386999896058, 0.022926763999976174, 0.02341526400005023, 0.023238404000039736, 0.040051833999996234, 0.10736532100008844, 0.025285399999802394, 0.024744221000219113, 0.0247564749997764, 0.02492168200001288, 0.02503096500004176, 0.02542329800007792, 0.024739893000059965, 0.02492478699991807, 0.04100459000005685, 0.032509915999980876, 0.024619969000013953, 0.04063612300001296, 0.03282727800001339, 0.02500474699991173, 0.02426771299997199, 0.025170085000127074, 0.024322255000015502, 0.025165295999840964, 0.024418022999952882, 0.0253379490000043, 0.04067625700008648, 0.03523677900011535, 0.02499873499982641, 0.025004326000043875, 0.04098436200001743, 0.19064508800011026, 0.02497580299996116, 0.025287403999982416, 0.02550710299988168, 0.02474985200001356, 0.042428513000004386, 0.03615298700015046, 0.02578631299979861, 0.024905051000132516, 0.025644499999998516, 0.02550506900001892, 0.025128488000063953, 0.025479411999867807, 0.040405561999932615, 0.0356069590000061, 0.02560523700003614, 0.024739432000160377, 0.02523204999988593, 0.025498837999975876, 0.025191315000029135, 0.025380387000041083, 0.04077636400006668, 0.032019070999922405, 0.02529213200000413, 0.02556391000007352, 0.025348326999846904, 0.02502891200015256, 0.025349769999820637, 0.02549028199996428, 0.02507065000008879, 0.040884405000042534, 0.03315172299994629, 0.025039751000122124, 0.02544630099987444, 0.02560667900002045, 0.024908477000053608, 0.025196755000024496, 0.025210940999841114, 0.025232791999997062, 0.025491524000017307, 0.04106426099997407, 0.03580108100004509, 0.025464253000109238, 0.025447842999938075, 0.026581216000067798, 0.04159853600003771, 0.08783258299990848, 0.025449545999890688, 0.02596943500020643, 0.025258739999799218, 0.02564990000018952, 0.025441109999974287, 0.025974094000048353, 0.024917254000001776, 0.025238622999950167, 0.025981927999964682, 0.025211150999894016, 0.025418017999982112, 0.02540645600015523, 0.025409981999928277, 0.025162390000105006, 0.024944975999915187, 0.025156218999882185, 0.02529143100014153, 0.04183535800007121, 0.030479732000003423, 0.023468332999982522, 0.023253472999840596, 0.039393195999991804, 0.03196685400007482, 0.025137083000117855, 0.024882058999992296, 0.02363911099996585, 0.0394425780000347, 0.0653008360000058, 0.023955049999813127, 0.023559403000035672, 0.023585071000070457, 0.02354978499988647, 0.023449257000038415, 0.02332005800008119, 0.023655921999989005, 0.023347668000042177, 0.02363541499994426, 0.023346657000047344, 0.023850324000022738, 0.023161661999893113, 0.023290761999987808, 0.02318025700014914, 0.02353962499978479, 0.023293257000204903, 0.02353400599986344, 0.023456811999949423, 0.022863314999995055, 0.040007721000165475, 0.02956203199983065, 0.023159808000173143, 0.023424861999956192, 0.023341206999930364, 0.023448366000138776, 0.022899371999983487, 0.02366856599996936, 0.023234107000007498, 0.023322472000018024, 0.024662136999950235, 0.023553802999913387, 0.02356785899996794, 0.023338731000194457, 0.023494722999885198, 0.023414181999896755, 0.039960533000112264, 0.10096117400007643, 0.024347080999859827, 0.02321460100006334, 0.02341489300010835, 0.023353789999873698, 0.02329674299994622, 0.023198240000056103, 0.02385097699993821, 0.03921529400008694, 0.045790009000029386, 0.033800069999870175, 0.0238886970000749, 0.02258662999997796, 0.024028346000022793, 0.023092674000054103, 0.023047838999900705, 0.023651624999956766, 0.02328563200012468, 0.023427217000062228, 0.02358621299981678, 0.02332455500004471, 0.023575543000106336, 0.02337455899987617, 0.023457523000161018, 0.023561005999908957, 0.023624804000064614, 0.02343188600002577, 0.024117101999991064], [0.02315994800005683, 0.023085137999942162, 0.02204814600008831, 0.02315828399991915, 0.022673582000152237, 0.022607677999985754, 0.022186955000051967, 0.02340781899988542, 0.022357993000014176, 0.02279819399996086, 0.022346291000076235, 0.02291467100008049, 0.0228308239998114, 0.02303728900005808, 0.02231037399997149, 0.02360472700001992, 0.02242169200007993, 0.02298126499999853, 0.022731347999979334, 0.02267854100000477, 0.022969853999939005, 0.022869226000011622, 0.022636040999941542, 0.02280704000008882, 0.022946450000063123, 0.02256128199996965, 0.0225888129998566, 0.022508524000159014, 0.022704328999907375, 0.0223866060000546, 0.022466284000074666, 0.038671130000011544, 0.030849730999989333, 0.02287892300000749, 0.02269413999988501, 0.02275989200006734, 0.02277693399992131, 0.03794993499991506, 0.03172153600007732, 0.022789807999970435, 0.02274811999996018, 0.0230280020000464, 0.022596708000037324, 0.0224806510000235, 0.023010188999933234, 0.02304555499995331, 0.022074034000070242, 0.023160328000130903, 0.022531816999844523, 0.022915031000138697, 0.022846273999903133, 0.022577060999992682, 0.022708527000077083, 0.022440155999902345, 0.022643404000064038, 0.022557666000011523, 0.03856663400006255, 0.0330103279998184, 0.022719226000162962, 0.022178798999902938, 0.021957207000014023, 0.021992921999981263, 0.021971061999920494, 0.022119248000080916, 0.022915391999958956, 0.02123376700001245, 0.022211811000033777, 0.02190306500006045, 0.022011306999957014, 0.03775575300005585, 0.03592702499986444, 0.03882291200011423, 0.033434818999921845, 0.02253736700004083, 0.022728683999957866, 0.02272096000001511, 0.022896397000067736, 0.022749722000071415, 0.022877631999790538, 0.02296868100006577, 0.022493856999972195, 0.022783034999974916, 0.022303692000150477, 0.022360797999908755, 0.023007594000091558, 0.023387160999845946, 0.021873711000125695, 0.023209831000031045, 0.022350177999896914, 0.03882381400012491, 0.03605052399984743, 0.02188918900014869, 0.022251976000006835, 0.0382242559999213, 0.03093169399994622, 0.022629970000025423, 0.023086561000127404, 0.02298606799990921, 0.022894914000062272, 0.022566391999816915, 0.022950177000211625, 0.022367790999851422, 0.022979270999940127, 0.022841444000050615, 0.022105443000100422, 0.023181428000043525, 0.022834559999864723, 0.02263740500006861, 0.022821967000027144, 0.022695021999879827, 0.022693398000001253, 0.022561312000107137, 0.022695441999985633, 0.022939096000072823, 0.022396604999812553, 0.022637855000084528, 0.03807278299996142, 0.029695619999984046, 0.022583854000004067, 0.022962129000006826, 0.022782104000043546, 0.022219485000050554, 0.02300688199989054, 0.023183331000154794, 0.041982891999850835, 0.12013312700014467, 0.02288981399988188, 0.023976509000021906, 0.022895334999930128, 0.02292300600015551, 0.022651710999980423, 0.02300071099989509, 0.022735435999948095, 0.022772716000190485, 0.022065177999820662, 0.023005239999974947, 0.023109814000008555, 0.022356600000193794, 0.022587339999972755, 0.02288489599982313, 0.022816217000126926, 0.022375345999989804, 0.02272172099992531, 0.03784094100001312, 0.030124910000040472, 0.022275458999956754, 0.02258449600003587, 0.022705781000013303, 0.022864466000100947, 0.023052517999985866, 0.02275376099987625, 0.02284320800004025, 0.02275110499999755, 0.022820875999968848, 0.02303874199992606, 0.03948743000000832, 0.14665022200006206, 0.022781622000138668, 0.023046706999821254, 0.023253172000067934, 0.0230004210000061, 0.022972117000108483, 0.022702514999991763, 0.03920510399984778, 0.04741585900001155, 0.02324382400001923, 0.023795181999958004, 0.022975404000135313, 0.040253918999951566, 0.0601608940000915, 0.02324025799998708, 0.023319845999822064, 0.023123329000100057, 0.023238653999896997, 0.023217926000143052, 0.023168745000020863, 0.022982467000019824, 0.0231675309998991, 0.023051997000038682, 0.023100026000065554, 0.023010440000007293, 0.022636270999782937, 0.02373898700011523, 0.023174885999878825, 0.022987236000062694, 0.023224729000048683, 0.022908438000058595, 0.022882381000044916, 0.02311186799988718, 0.023190675000023475, 0.023087873999884323, 0.02294322300008389, 0.023649491000014677, 0.02267488300003606, 0.02256242399994335, 0.02352507900013734, 0.023158083999987866, 0.023119171999951504, 0.02303051599983519, 0.02286931700018613, 0.03997757399997681, 0.030791722000003574, 0.02302596899994569, 0.023064009000108854, 0.023284739999780868, 0.02305536300013955, 0.023188079999954425, 0.023022401999924114, 0.023114723000162485, 0.023185996999927738, 0.03956351200008612, 0.03404106899984072, 0.02323400600016612, 0.023088184000016554, 0.02325052599985611, 0.04054668599997058, 0.08383131300001878, 0.023592314000097758, 0.02316117899999881, 0.02296647799994389, 0.02342075499996099, 0.022932514000103765, 0.04035288499994749, 0.1072162529999332, 0.025191424000013285, 0.02486597899996923, 0.024457878000021083, 0.02501478500016674, 0.025163863999978275, 0.02548848799983716, 0.024803141000120377, 0.02477633099988452, 0.04087168199998814, 0.03259008600002744, 0.02465587599999708, 0.04062934000012319, 0.03286537799999678, 0.02498295700002018, 0.024279304999936357, 0.025338368999882732, 0.024188695000020743, 0.02507429700017383, 0.024429804999954285, 0.02539933299999575, 0.04069778699999915, 0.035207834999937404, 0.024816215000100783, 0.02538397399985115, 0.04094458800000211, 0.19020536800007903, 0.025060540999902514, 0.025191375000076732, 0.025454846000002362, 0.02487715899997056, 0.04218132300002253, 0.036483713000052376, 0.02596715000004224, 0.02447929799996018, 0.025821348999897964, 0.025187026000139667, 0.025259742999878654, 0.0255651410000155, 0.04025533300000461, 0.035668403000045146, 0.0254516299999068, 0.024924546999955055, 0.02530530700005329, 0.02540155700012292, 0.025231299999859402, 0.02534326700015299, 0.04079657199986286, 0.03201534400000128, 0.02533809800002018, 0.025372753000056036, 0.02545985599999767, 0.02509331100009149, 0.02532175799979086, 0.02541109500020866, 0.02502034599979197, 0.04134343100008664, 0.032777044000113165, 0.02515102899997146, 0.02534931900004267, 0.025258239999857324, 0.02525898099997903, 0.025341474000015296, 0.025113420000025144, 0.025268308000022444, 0.025769661999902382, 0.04062677600018105, 0.03593309699999736, 0.025311568000006446, 0.02549893799982783, 0.026388627000187626, 0.04182681099996444, 0.08772452199991676, 0.025671500000044034, 0.02573983699994642, 0.02539068600003702, 0.025546226999949795, 0.025464594000141005, 0.02555120499982877, 0.02540081500001179, 0.025269771000012042, 0.025965238000026147, 0.025183839999954216, 0.025370247999944695, 0.025396818000217536, 0.025346714999841424, 0.025170385000137685, 0.025390535999804342, 0.02524705900009394, 0.025333779999982653, 0.04186421200006407, 0.03060078699991209, 0.023444037999979628, 0.02328005200001826, 0.03938813700005994, 0.03194045400005052, 0.025158423999982915, 0.024843165999982375, 0.02342110499989758, 0.03968845600002169, 0.06501667600014116, 0.02387704499983556, 0.023562809000168272, 0.023586324000007153, 0.023725641999817526, 0.02340604699998039, 0.023156943000003594, 0.023680519000208733, 0.023352446999979293, 0.02367900599983841, 0.023490975000186154, 0.02400347099978717, 0.02314433900005497, 0.022995220999973753, 0.02352849600015361, 0.023176778999868475, 0.023320528000112972, 0.0238485719999062, 0.02303740000002108, 0.02318221900009121, 0.04009962299983272, 0.0292406830001255, 0.02311668699985603, 0.023467843000162247, 0.023337859999855937, 0.023783721000199876, 0.02261142599991217, 0.02361572800009526, 0.02325953399986247, 0.02338322400009929, 0.02459338999983629, 0.023872016000041185, 0.02329615200005719, 0.023619724999889513, 0.023170959000026414, 0.02344154399997933, 0.04013588000020718, 0.10096941899996636, 0.024437278999812406, 0.022923047000176666, 0.02372351899998648, 0.023123209999994288, 0.023318633999906524, 0.023332400000072084, 0.023566635999941354, 0.03958327999998801, 0.045561303000113185, 0.033884317999991254, 0.02373327700001937, 0.022541675999946165, 0.024392144999865195, 0.02294869400020616, 0.022879796999859536, 0.023931446999995387, 0.02301663000002918, 0.023694204000094032, 0.023239246999992247, 0.023372313999971084, 0.02357996099999582, 0.023420283999939784, 0.023398813000085283, 0.023592875999838725, 0.023885199999995166, 0.023155279000093287, 0.023899697999922864, 0.02337846500017804, 0.023227228999985527, 0.02301974700003484, 0.02325518599991483, 0.02324436499998228, 0.023173234000068987, 0.040280418999827816, 0.0607867220001026, 0.02341146799994931, 0.0235802209999747, 0.022779138000032617, 0.023473192999972525, 0.023137145999953646, 0.02312874000017473, 0.023137697000038315, 0.023078666999936104, 0.02337459799991848, 0.022756897000135723, 0.03810281099981694, 0.06278735099999722, 0.02341031500009194, 0.023356936000027417, 0.0231000359999598, 0.0232452469999771, 0.022934068000040497, 0.023078166000004785, 0.02263302599999406, 0.022840031999976418, 0.023185486000102173, 0.022877731999869866, 0.022821558000032383, 0.02284157500002948, 0.022797892999960823, 0.022648846000038247, 0.022585337999998956, 0.022782904999985476, 0.02271870599997783, 0.02293913700009398, 0.022931371999902694, 0.022677890000068146, 0.022660137000002578, 0.022919950999948924, 0.02269193600000108, 0.02278371700003845, 0.022368362999941382, 0.022989821000010124, 0.02302045800001906, 0.02288050800007113, 0.022842546999982005, 0.02280635900001471, 0.022453200999962064, 0.021687354000050618, 0.022594202999925983, 0.022073624000086056, 0.02193669799999043, 0.022136670999998387, 0.022185101999866674, 0.02265696100016612, 0.0219645589997981, 0.021718702000043777, 0.022325464000005013, 0.021723720999943907, 0.022602670000196667, 0.02196759599996767, 0.022064786999862918, 0.0224236460001066, 0.02200094799991348, 0.02208564500006105, 0.02186702900007731, 0.02231611599995631, 0.021979498000064268, 0.021939903999964372, 0.02219205400001556, 0.02212627199992312, 0.02224529399995845, 0.022120159999985844, 0.022147510999957376, 0.02196220600012566, 0.02211406900005386, 0.022205809999832127, 0.02172503300016615, 0.021759177999911117, 0.022492844999987938, 0.0215647350000836, 0.022189389000004667, 0.022081728999864936, 0.022039139000071373, 0.021729412000013326, 0.02256612199994379, 0.021664289999989705, 0.021748127000137174, 0.03872672399984367, 0.05844194099995548, 0.022271262000003844, 0.022166677000086565, 0.022220677999939653, 0.02223921200015866, 0.022060498999962874, 0.0221561670000483, 0.02216342099995927, 0.022173540000039793, 0.021552351999844177, 0.022407516000157557, 0.022566772999880413, 0.02187001400011468, 0.021946736000018063, 0.022043537999934415, 0.02189626299991687, 0.022743202000128804, 0.02135449200000039, 0.022399541999902794, 0.02170698000008997, 0.022107195999979012, 0.03873766399988199, 0.047257825000087905, 0.06356479999999465, 0.022475863999943613, 0.0225753980000718, 0.02289213899985043, 0.021677545000102327, 0.022534483000072214, 0.022116302999847903, 0.03874271300014698, 0.05455523399996309, 0.022583109999914086, 0.022733328999947844, 0.022869444000207295, 0.02267786599986721, 0.022671695000099135, 0.022217977999844152, 0.022280496000121275, 0.022391121000055136, 0.02239882599997145, 0.02188623999995798, 0.02189834399996471, 0.022409274999972695, 0.022286896999958117, 0.02226943499999834, 0.02227428400010467, 0.022195256000031804, 0.021956050999961008, 0.02287678700008655, 0.03781639799990444, 0.028652262999912637, 0.022171282000044812, 0.022279754000010143, 0.022228919000099268, 0.02225725199991757, 0.022182442000030278, 0.022146837000036612, 0.022390860999848883, 0.022310832000130176, 0.022380571999974563, 0.022227917000009256, 0.022412962000089465, 0.022305161999838674, 0.022261178999997355, 0.02234002600016538, 0.022179847999950653, 0.022963097999991078, 0.03861781199998404, 0.04750618100001702, 0.02310812799987616, 0.02283001000000695, 0.02293258000008791, 0.022713213000088217, 0.022647548999884748, 0.03881665299991255, 0.028813454000101046, 0.022643130999995265, 0.02288924999993469, 0.022730194000132542, 0.03900380100003531, 0.15360487999987527, 0.023005638000086037, 0.022619226999950115, 0.022805723999908878, 0.023185673000170937, 0.022706709999965824, 0.022914666999895417, 0.03946057300004213, 0.04553991500006305, 0.023217371999862735, 0.02304999000011776, 0.022989517000041815, 0.0389855369999168, 0.03510424199998852, 0.022982073000093806, 0.022859885999878315, 0.023098960999959672, 0.022612304000176664, 0.02311239599998771, 0.02241430499998387, 0.022676973999978145, 0.023024401999919064, 0.022554947000116954, 0.02270696099981251, 0.039432520000218574, 0.03258704899985787, 0.022796166000034646, 0.02283038099994883, 0.022859855999968204, 0.022742025000070498, 0.02248429499991289, 0.02312200500000472, 0.022974178000140455, 0.022926128999870343, 0.022923294000065653, 0.022486279000077047, 0.02257603599991853, 0.02319868800009317, 0.022151413999836223, 0.02307021700016776, 0.0230296229999567, 0.0224826009998651, 0.022734172000127728, 0.02281312800005253, 0.023147861999859742, 0.0397048680001717, 0.05842820199995913, 0.02291218300001674], [0.023599877999913588, 0.02289580499996191, 0.02269160500009093, 0.02276088400003573, 0.02284077299987075, 0.03787812100017618, 0.031742303999863, 0.022791151000092214, 0.0227316890000111, 0.023031468999988647, 0.022609961999933148, 0.022479790000033972, 0.022995211000079507, 0.02304839999987962, 0.022067171000117014, 0.023258882999925845, 0.02243186999999125, 0.02292095200004951, 0.022847986999977365], [0.02401053299990963, 0.02279023899995991, 0.022740947000102096, 0.023028422999914255, 0.02260471299996425, 0.022476994000044215, 0.023005389999980252, 0.023045545000059064, 0.02207208000004357, 0.02316759199993612, 0.022528832000034527, 0.022917355000117823, 0.022846292999929574, 0.022576570999945034, 0.022712444000035248, 0.02243406499997036, 0.022643694999942454, 0.022557284000185973, 0.038571142999899166, 0.03300950700008798, 0.02271699199991417], [], [0.023758713000006537, 0.038822662000029595, 0.033434858999953576, 0.022537257000067257, 0.022731289000148536, 0.022720348999882845, 0.022898981000025742, 0.022754461999966225, 0.02286887500008561, 0.022971075999976165, 0.022493565999866405, 0.022803372999987914, 0.022305234000214114, 0.0223538859997916, 0.023014908000050127, 0.023374206999960734, 0.021884491000037087, 0.023210310999957073, 0.022346872000071016, 0.0388199970000187, 0.036056945999916934, 0.021882858000026317, 0.022254539999948975, 0.03822871500005931, 0.030923408000035124, 0.022875698000007105, 0.022842626000056043, 0.022991458999968017, 0.02246013400008451], [0.02385686699994949, 0.02253902100005689, 0.022733232000064163, 0.0227216910000152, 0.02289901199992528, 0.02275743700010935, 0.02286072999982025, 0.02297568400013006, 0.0224929250000514, 0.02280449599993517, 0.022306525999965743, 0.02234746399994947, 0.023016520000055607, 0.023372645000108605, 0.021891933999995672, 0.02320725599997786, 0.022343555999896125, 0.038818693999928655, 0.03607119299999795, 0.021879251000200384, 0.022255661999906806, 0.03823678999992808, 0.031069871999989118, 0.022740385000133756, 0.02283270799989623, 0.023001858000043285, 0.022873593999975128, 0.02257428699999764, 0.02295015599997896, 0.022629599000083545, 0.022717754000041168, 0.022826847000033013, 0.022396975999981805, 0.022904280999910043, 0.022833359000060227, 0.022633586999972977, 0.022819884000000457], [0.02462276500000371, 0.021881073000031392, 0.022254880999980742, 0.03823017800004891, 0.0310700719999204, 0.02274276999992253, 0.02283733600006599, 0.02299753000011151, 0.022866700999884415, 0.022581449999961478, 0.022949886000105835, 0.022629559000051813, 0.022719426999856296, 0.022829933000139135, 0.022392477999801486, 0.02290284800005793, 0.022834882000097423, 0.022631942999851162, 0.022823841999979777, 0.02269077300002209, 0.022692617000075188, 0.022564166999927693, 0.0227019440001186, 0.022924839999859614, 0.02240185499999825, 0.02263238400018963, 0.038104352999880575, 0.02968214399993485, 0.022749483000097825, 0.022803743999929793, 0.022783766999964428, 0.022203214000001026, 0.02301638000017192, 0.02317486599986296, 0.04199744900006408, 0.12013666300003933, 0.02311642699987715, 0.023746049000010316, 0.022900545000084094, 0.022919880000017656, 0.022815556000068682, 0.022828279999885126, 0.022743560999970214, 0.022773568000047817, 0.022315062999950896, 0.02275382100015122, 0.023108000999854994, 0.022359315000130664, 0.02283161599984851, 0.022621084000093106, 0.022835733999954755, 0.022361168000088583, 0.02272388599999431, 0.03785293400005685, 0.03012752399990859, 0.02253651599994555, 0.02258964499992544, 0.02272569900014787, 0.022569065999960003, 0.02306131299997105, 0.022752788999923723, 0.022840002000066306, 0.022763759000099526, 0.022809605000020383, 0.02307014099983462, 0.03944671400017796, 0.14665993999983584, 0.022772014000111085, 0.02304878099994312, 0.023261226999920837, 0.022999798999990162, 0.02297260900013498, 0.022686484999894674, 0.039222296000161805, 0.04766710699982468, 0.02297260900013498, 0.023813105000044743, 0.02298001199983446, 0.040250914000125704, 0.06016319800005476, 0.02322803499987458, 0.023329102999923634, 0.02312397100013186, 0.023238253000045006, 0.02321978999998464, 0.023157913999966695, 0.022988758999872516, 0.023158895000051416, 0.023052558000017598, 0.023099165000076027, 0.023008696000033524, 0.022977396999976918, 0.023412859000018216, 0.023177069999974265, 0.02299164400005793, 0.023220881999804988, 0.02327508200005468, 0.02251302200011196, 0.02311497400000917, 0.023523344999830442, 0.022753330000114147, 0.022941851000041424, 0.02362945300001229, 0.022697335999964707, 0.02256446799992773, 0.02351954799996747, 0.023159767000151987, 0.023125232999973377, 0.02303288099983547, 0.023101219000182027, 0.039737626999794884, 0.03078595200008749, 0.023033973000110564, 0.023057856999912474, 0.02329298600011498, 0.023046936999890022, 0.023200343000098655, 0.023010178999811615, 0.0231185310001365, 0.023178471999926842, 0.03955205100010062, 0.03405043699990529, 0.02324283200005084, 0.023089565999953265, 0.023236871000108295, 0.04056635199981429, 0.08381026400002156, 0.023604397000099198, 0.023168302999920343, 0.022953463000021657, 0.023417538000103377, 0.022926804000007905, 0.04036145099985333, 0.10722477900003469, 0.025199058999987756, 0.024869365000085963, 0.024857242000052793, 0.02460452099990107, 0.02517758799990588, 0.02547201800007315, 0.024820494000096005, 0.02477885600001173, 0.041162543999917034, 0.0322874910000337, 0.02486637900005917, 0.04042970799991963, 0.03303501499999584, 0.02499538899996878, 0.02427110000007815, 0.025159224999924845, 0.024180148999903395, 0.02509146900001724, 0.024649776000160273, 0.02516909299993131, 0.04069050399994012, 0.035210700000106954, 0.025110873999892647, 0.025083394000148473, 0.040959815999940474, 0.19064993699998922, 0.024987665000026027, 0.025157531999866478, 0.025616577000164398, 0.02469803500002854, 0.04230137699983061, 0.03613517300004787, 0.02596173999995699, 0.024902486999963003, 0.025678292000065994, 0.02531006599997454, 0.025287715000104072, 0.025497935999965193, 0.04023064600005455, 0.03580093100003978, 0.025530506999984937, 0.024812056999962806, 0.02523139999993873, 0.025352554999926724, 0.025289057000009052, 0.025427263999972638, 0.04077294800003983, 0.0320220060000338, 0.025302842999963104, 0.025536227999964467, 0.02523599800019838, 0.02501000600000225, 0.025482968999995137, 0.025366620999875522, 0.025207705999946484, 0.04074724900010551, 0.033292294999910155, 0.025034041000026264, 0.02533198700007233, 0.025337526999919646, 0.025165175999973144, 0.02532909199999267, 0.025017050000087693, 0.025430228999994142, 0.025356343000112247, 0.041041337999786265, 0.0358715720001328, 0.02539266899998438, 0.025447383000027912, 0.02641697900003237, 0.04181652299985217, 0.08773217500015562, 0.025532080999937534, 0.025896349000049668, 0.02529439599993566, 0.02564462000009371, 0.0254315619999943, 0.025704531999963365, 0.02527058199984822, 0.02523289200007639, 0.025982239000086338, 0.02521193300003688, 0.02534101399987776, 0.02558087100010198, 0.025159314999882554, 0.02526903900002253, 0.024847754000120403, 0.025245515999813506, 0.02531753000016579, 0.041887404999897626, 0.030579407999994146, 0.0234571319999759, 0.023264693000101033, 0.03939086199989106, 0.03197052099994835, 0.025137163000181317, 0.02486828299993249, 0.023637168000050224, 0.03945203499984018, 0.06530149700006405, 0.02395653400003539, 0.02355184900011409, 0.023594718999902398, 0.023405835999938063, 0.023370781000039642, 0.0235267319999366, 0.023662315000137824, 0.023348068999894167, 0.023643269000103828, 0.02318217999982153, 0.02399746900005084, 0.02314737500000774, 0.02332810200005042, 0.023173353999936808, 0.023534826000059184, 0.023301682999999684, 0.023525960999904783, 0.023449348000212922, 0.022753740999860383, 0.0401185880000412, 0.02957654800002274, 0.023147785999981352, 0.023426364999977523, 0.023345764999930907, 0.023446101999979874, 0.022897388000046703, 0.02366509000012229, 0.023246850999839808, 0.023322560999986308, 0.024669151000125566, 0.02353751300006479, 0.023560894999945958, 0.023345414000004894, 0.023489032000043153, 0.02341226899989124, 0.03986099799999465, 0.10094243899993671, 0.024449280999988332, 0.023235630000044694, 0.02340700900003867, 0.023354831000006016, 0.023312884000006306, 0.02309362500000134, 0.02394902900005036, 0.039200545999847236, 0.04580013900022095, 0.033657633999837344, 0.024020322000069427, 0.022590767999872696, 0.024041020000140634, 0.02296579699986978, 0.023180266000053962, 0.023630205000017668, 0.023285533000034775, 0.023426474999951097, 0.02359394700010853, 0.023314466999863726, 0.023580070999969394, 0.023372605000076874, 0.0234574529999918, 0.02356175699992491, 0.023613103000116098, 0.023455810000086785, 0.023598935999871173, 0.023337118999961604], [0.023555445000056352, 0.022877912000012657, 0.022839551000060965, 0.022994915000026594, 0.02286563899997418, 0.02258270199990875, 0.022949416000074052, 0.02262929800008351, 0.022720428999946307, 0.022832937999964997, 0.02238901100008661, 0.022903830999894126, 0.022834220000049754, 0.02263274500000989, 0.022824923999905877, 0.022691715000064505, 0.02269222599989007, 0.02256231299998035, 0.022702035000065734, 0.022928416000013385, 0.02240040200013027, 0.022632073999830027, 0.03810522399999172, 0.0296693810000761, 0.02258354299988241, 0.022967229000187217, 0.022782443999858515, 0.022211971000160702, 0.02300792400001228, 0.023180386999911207, 0.041992779999873164, 0.12013500000011845, 0.023121977000073457, 0.023741460999872288, 0.02289987300014218, 0.022921573999838074, 0.022639708000042447, 0.023008666000123412, 0.022737669999969512, 0.02277371799982575, 0.022313209999992978, 0.0227566260000458, 0.023106247999976404, 0.0223592950001148, 0.02283271800001785, 0.02263043099992501, 0.02282886100010728, 0.02236458499987748, 0.02272340400008943, 0.03784761499991873, 0.03012730399996144, 0.022533710000061546, 0.022588774000041667, 0.022718774999930247, 0.022582862000035675, 0.023057917999949495, 0.02275263900014579, 0.02284144399982324, 0.02275507300009849, 0.022818280999899798, 0.023065812000140795, 0.03945514999986699, 0.14665511099997275, 0.0227757110001221, 0.023047008000048663, 0.02325939299998936, 0.02300001000003249, 0.022972578999997495, 0.022691654000027484, 0.039216164999970715, 0.04767359899983603, 0.022974482000108765, 0.02380502100004378, 0.022979109999823777, 0.04025192600010996, 0.06016081400002804, 0.02323333399999683, 0.02332787099999223, 0.02312342899995201, 0.023236390999954892, 0.023219939000000522, 0.02316390600003615, 0.02298752699994111, 0.023160077000056845, 0.023051606000080938, 0.023098963999927946, 0.023009918000070684, 0.02297856099994533, 0.023405905000117855, 0.023174514999936946, 0.022997013999884075, 0.023216444000127012, 0.023262939000005645, 0.022526026999912574, 0.02311483300013606, 0.023523635999936232, 0.022753080000029513, 0.022943553999994037, 0.02363475299989659, 0.022688830000106464, 0.022564967999869623, 0.023521192000089286, 0.02315856499990332, 0.023121826000078727, 0.023026449000099092, 0.023102630999801477, 0.03974671500009208, 0.03078784500007714, 0.02303128799985643, 0.02306089300009262, 0.023286864000056084, 0.023051144999953976, 0.023194031000002724, 0.023017091999918193, 0.02311798000005183, 0.023177951999969082, 0.03955892299995867, 0.03404571800001577, 0.02324069800010875, 0.023087332999921273, 0.023244555000019318, 0.040554789999987406, 0.08382269799994901, 0.023600668999961272, 0.023163724000141883, 0.022956980999879306, 0.023421805999987555, 0.022926263000044855, 0.040356901999984984, 0.10721686400006547, 0.025195641999971485, 0.024874063999959617, 0.024846983000088585, 0.024607435999996596, 0.02517854100005934, 0.02547958199988898, 0.02481134699996801, 0.02477774299995872, 0.04086609200021485, 0.032588271999884455, 0.02466037499993945, 0.04063132300007055, 0.03285730299990064, 0.024987645999999586, 0.02427557800001523, 0.025336615000014717, 0.024193304000164062, 0.025081940999825747, 0.024651919999996608, 0.025171137000143062, 0.04069259799985048, 0.03521313500004908, 0.024810264000052484, 0.025384764999898835, 0.04095415500000854, 0.1906673400001182, 0.024990699999989374, 0.025155368000014278, 0.02561144800006332, 0.024707511999849885, 0.04229198999996697, 0.036136375000069165, 0.025960818999919866, 0.02490134399999988, 0.025687349999998332, 0.0253017700001692, 0.025288094999950772, 0.025503616999912992, 0.040223333000085404, 0.03581032800002504, 0.025522491999936392, 0.024817958000085127, 0.025227662999895983, 0.025355149999995774, 0.025095446000023003, 0.02544774300008612, 0.0409407199999805, 0.032028317999902356, 0.0253060390000428, 0.02552706100004798, 0.02524178899989238, 0.025007340999991357, 0.025480344000015975, 0.025366551000161053, 0.025207594999983485, 0.040752608999810036, 0.0332911130001321, 0.02503773800003728, 0.025329040999849894, 0.025338109000131226, 0.025164033999999447, 0.025328318999982002, 0.025016149000066434, 0.02543147199980922, 0.025358737000033216, 0.041035677000081705, 0.03587689200003297, 0.025386278000041784, 0.025453793999986374, 0.02641067799982011, 0.04181934700000056, 0.08772837000014988, 0.02554304999989654, 0.02588731200012262, 0.02529994699989402, 0.025639249000050768, 0.02543596200007414, 0.025699150999798803, 0.025275962000023355, 0.025232952000123987, 0.025982891000012387, 0.0252104789999521, 0.025337428000057116, 0.025355009999884714, 0.02538905300002625, 0.025268929000048956, 0.024814271999957782, 0.02524906300004659, 0.025326585999891904, 0.04187414000011813, 0.03059082999993734, 0.023450148999927478, 0.023272418000033213, 0.03938868700015519, 0.031948569999940446, 0.02515134999998736, 0.024851831999967544, 0.02341433300011886, 0.039686451999841665, 0.06528825200007304, 0.023962343999983204, 0.02354924399992342, 0.023607092000020202, 0.023368897999944238, 0.023396750000074462, 0.023523135000004913, 0.023667975000080332, 0.023343651000004684, 0.023655731999951968, 0.023175938999884238, 0.024008008000009795, 0.023152194000203963, 0.02333118799992917, 0.02317422600003738, 0.0235257089998413, 0.023310359000106473, 0.023515090000046257, 0.023451091999959317, 0.022764339999866934, 0.04010428200012939, 0.029590193999865733, 0.023138378000112425, 0.02342029300007198, 0.023358419000032882, 0.023440310999831127, 0.022904652000079295, 0.02365188599992507, 0.02326295000011669, 0.023322642000039195, 0.02465836099986518, 0.02353595900012806, 0.023290220999797384, 0.023623412000006283, 0.02348392200019589, 0.023424271999829216, 0.03983515000004445, 0.10096797599999263, 0.02443016600000192, 0.023257991000036782, 0.023403081999958886, 0.023362585000086256, 0.023313996000069892, 0.023092161999784366, 0.02394101499999124, 0.03920853100021304, 0.0455637579998438, 0.033888014000012845, 0.02401825800006918, 0.022585267000067688, 0.024052060999792957, 0.022961749000160125, 0.02318360300000677, 0.02362700899993797, 0.02329352700007803, 0.02341783899987604, 0.02358828700016602, 0.023319725999954244, 0.023578568999937488, 0.023382652999998754, 0.023443618000101196, 0.023574109999799475, 0.023601531000167597, 0.023465036999823496, 0.023591253000176948, 0.022935559999950783, 0.023568304000036733, 0.02274263999993309, 0.02328468099995007, 0.023193100000071354, 0.0231945729999552, 0.04027633300006528, 0.060809763999941424, 0.023393203000068752, 0.023521412000036435, 0.022918517999869437, 0.023418080000055852, 0.02318771000000197, 0.023133208999979615, 0.023080970999899364, 0.023087784000153988, 0.023391689999925802, 0.02278850700008661, 0.038081529999999475, 0.06278305299997555, 0.023443968000037785, 0.02332137899998088, 0.023119372999872212, 0.02344660200014914, 0.022696293999842965, 0.02307022200011488, 0.022706102000029205, 0.022833059000049616, 0.02337523999995028, 0.022759371999882205, 0.022821397000143406, 0.022803703999898062, 0.022989220999988902, 0.022462166999957844, 0.02262773699999343, 0.022741878000033466, 0.022726742000031663, 0.0229377939999722, 0.022924679999960063, 0.022694881000006717, 0.02265395500012346, 0.022916806000012002, 0.02269083399983174, 0.022784418000128426, 0.02255213500006903, 0.022984772999961933, 0.02283791700006077, 0.02289814099981413, 0.02274306100002832, 0.022915723000096477, 0.022460454999873036, 0.02168130200016094, 0.022592581000026257, 0.022093440999924496, 0.021948479999991832, 0.022106284000074083, 0.022172337999791125, 0.02267675800021607, 0.021894207999821447], [0.02345312399984323, 0.022585657000036008, 0.022966266999901563, 0.022783206000212886, 0.02220756299993809, 0.023009386000012455, 0.023180527000022266, 0.04199557599986292, 0.12013600099999167, 0.023118811000131245, 0.023742723999930604, 0.022901045000025988, 0.022920571999975436, 0.02263747400002103, 0.023008696000033524, 0.022740254999916942, 0.022774580000032074, 0.022313500000109343, 0.022754491999876336, 0.023107831000061196, 0.02235919500003547, 0.02283250699997552, 0.022625381999887395, 0.02283353999996507, 0.02236195000000407, 0.022723433999999543, 0.037850509999998394, 0.030127004000178204, 0.02253549299985025, 0.022589826000057656, 0.02272435600002609, 0.022573212999986936, 0.02305949099991267, 0.022752789000151097, 0.022840843000039968, 0.022760843999776625, 0.022812219000115874, 0.023069410000061907, 0.03944982999996682, 0.1466573249999783, 0.02277392799987865, 0.02304782900000646, 0.023260035000021162, 0.023000379999984943, 0.022972849000097995, 0.022688778999963688, 0.03921895999997105, 0.047670874000004915, 0.022972950000166747, 0.023809137999933228, 0.022979580999844984, 0.04025137500002529, 0.06016293700008646, 0.02323008899998058, 0.023328442000092764, 0.023123719999830428, 0.023237322000113636, 0.023219629000095665, 0.023160679999818967, 0.02298860800010516, 0.02315969699998277, 0.02305191699997522, 0.0230989540000337, 0.023008656000001793, 0.02297872000008283, 0.023409391999848594, 0.023174485000026834, 0.02299569199999496, 0.02321851700003208, 0.02327031300001181, 0.02251777099991159, 0.023115054000072632, 0.023524338000015632, 0.02275285799987614, 0.022942503000194847, 0.02363203799995972, 0.02269289699984256, 0.02256518900003357, 0.02351947800002563, 0.023159367000062048, 0.023123870000063107, 0.023036227999909897, 0.02309197099998528, 0.0397453210000549, 0.03078686399999242, 0.023033811999994214, 0.023058198999933666, 0.023287364999987403, 0.023052147000043988, 0.023194432000082088, 0.023016029000018534, 0.023118811999893296, 0.023175537000042823, 0.03955783099991095, 0.03404579800007923, 0.023244885999929465, 0.023087163000127475, 0.023241159000008338, 0.04055598199988708, 0.08382095399997525, 0.023602403000040795, 0.02316604800012101, 0.02295382499983134, 0.023421235000114393, 0.022926883999843994, 0.04035737300000619, 0.10721610300015527, 0.025196723999897586, 0.024872961000028226, 0.024850300000025527, 0.024604010000075505, 0.02518123499999092, 0.025476496999999654, 0.024815124000042488, 0.024775908999799867, 0.04086648300017259, 0.03258754099988437, 0.024860267000121894, 0.04043240299984063, 0.03303707800000666, 0.02480725899999925, 0.024274556000136727, 0.02533805799998845, 0.02419098999985181, 0.025085798000191062, 0.024655576999975892, 0.02516617799983578, 0.040689872000029936, 0.03521320499999092, 0.02481014399995729, 0.025384735000216097, 0.040956589999950666, 0.19018359799997597, 0.025060080000002927, 0.025186054999949192, 0.025460485999929006, 0.024866900000006353, 0.042191061000039554, 0.036482580999972924, 0.025968583000121725, 0.02447939800003951, 0.025822300999834624, 0.025186345000065558, 0.02525976299989452, 0.025565862000121342, 0.0402478890000566, 0.03567502600003536, 0.02545263199999681, 0.024929165000003195, 0.02529860499998904, 0.025397248999979638, 0.025228333999848473, 0.025345962000073996, 0.04079847599996356, 0.032019121000075756, 0.025338918999977977, 0.02537041899995529, 0.02546039699996072, 0.025084755000079895, 0.0253302739999981, 0.025412637000044924, 0.025200892999919233, 0.041155770999921515, 0.0329539140000179, 0.02510225800006083, 0.02522796300013397, 0.025258139999777995, 0.025264070000048378, 0.025330925000162097, 0.025112627999988035, 0.025274829999943904, 0.025761226999975406, 0.04063344800010782, 0.0359322549998069, 0.025314995000144336, 0.025496724000049653, 0.026388405999796305, 0.04182660200012833, 0.08772042400005375, 0.025671368999837796, 0.025745798000116338, 0.0253893839999364, 0.025545604999933857, 0.02546522600005119, 0.025551075000066703, 0.025402116999885038, 0.025268188000154623, 0.025966178999851763, 0.025184682000144676, 0.025368795999838767, 0.025396287000148732, 0.02535010099995816, 0.025169774000005418, 0.025405674000012368, 0.025249383000073067, 0.02532579499984422, 0.04187591400000201, 0.03058819400007451, 0.023453044999996564, 0.02326933199992709, 0.03938840700016044, 0.03195237599993561, 0.02514819499992882, 0.0248545770000419, 0.023413731999880838, 0.03968421800004762, 0.06529427300006319, 0.02395946899991941, 0.023548833000177183, 0.023606791999782217, 0.023395377000042572, 0.023369709000007788, 0.023524087000168947, 0.02366905699977906, 0.023343942000110474, 0.02365209499998855, 0.023176911000064138, 0.024009820999935982, 0.02315018100011912, 0.023329805000003034, 0.02317397499996332, 0.023530497999900035, 0.02330664200007959, 0.023515911999993477, 0.02345337599990671, 0.02275952100012546, 0.040107266999939384, 0.02958903199987617, 0.02314066200005982, 0.023420153999950344, 0.023357246000159648, 0.02344108299985237, 0.02290247700011605, 0.02365457099995183, 0.023259914999925968, 0.023323092000055112, 0.024661637999997765, 0.02353335399993739, 0.02329235500019422, 0.023621167999863246, 0.023484924000058527, 0.02342183699988709, 0.039838706000182356, 0.10096406899992871, 0.024435877000087203, 0.02325668899993616, 0.02340346200003296, 0.023359339999842632, 0.023312282000006235, 0.023093725000080667, 0.023946784999907322, 0.03920210000001134, 0.045566602999997485, 0.03388809400007631, 0.024017797999931645, 0.02258777200017903, 0.02404701099999329, 0.022964824999917255, 0.02318076699998528, 0.02362988499999119, 0.023290631000008943, 0.02342047399997682, 0.02358885800003918, 0.02331993699999657, 0.023578958999905808, 0.02337847600006171, 0.023447174000011728, 0.023571916000037163, 0.02360254299992448, 0.02346639999996114, 0.02359013000000232, 0.02334167700018952, 0.02318745399998079, 0.02302524799983985, 0.02324004800016155, 0.02325269999982993, 0.023172432000137633, 0.04027488999986417, 0.060799064000093495, 0.023400878000074954, 0.0236257569999907, 0.022742890000017724, 0.02346761199987668, 0.023137567000048875, 0.02313537300005919, 0.02313223599981029, 0.023079228000142393, 0.023374598999907903, 0.02275943100016775, 0.03813965999984248, 0.06274652399997649, 0.02340542600018125, 0.023362896999969962, 0.023101028999917617, 0.02324274200009313, 0.02293316599980244, 0.023080310000068494, 0.022638386000153332, 0.02283530299996528, 0.02318640799990135, 0.02292079299991201, 0.02282123700001648, 0.022843939000040336, 0.022797904000071867, 0.02264860500008581, 0.022583192999945823, 0.022783516999879794, 0.022719898000104877, 0.02294025900005181, 0.022931281999944986, 0.022673751999946035, 0.022665888000119594, 0.022917485999869314, 0.022692326999958823, 0.02278321600010713, 0.02236244200003057, 0.022991735000005065, 0.02302460600003542, 0.022876809999843317, 0.022850672000004124, 0.0228023720001147, 0.02244985499987706, 0.02169053900001927, 0.022594465000111086, 0.022070537999979933, 0.021936517999847638, 0.022139536000167936, 0.022188156999845887, 0.022650669000086054, 0.021906511999986833, 0.021898337000038737, 0.022205869999879724, 0.021841681000069002, 0.022483809000050314, 0.02208446300005562, 0.02206817299997965, 0.022302992000049926, 0.02222844199991414], [0.02467071399996712, 0.023112449999871387, 0.023750908000010895, 0.022902016999978514, 0.022918689000107406, 0.022818170999926224, 0.02282217800006947], [0.02323402599995461, 0.02253842999994049, 0.022588371999972878, 0.02272594900000513, 0.022562443999959214, 0.023066814000003433, 0.022753701000056026, 0.02283773699991798, 0.022765593000031004, 0.022807150000062393, 0.023072715000125754, 0.03943987200000265, 0.14666533999979947, 0.022769089000121312, 0.023070801999892865, 0.02324260199998207, 0.023000059000196416, 0.022974021999971228, 0.022681304999878193, 0.03922531200009871, 0.04765882199990301, 0.022974861999955465, 0.023820199000056164, 0.022979140999950687, 0.04025148400000944, 0.06016537200002858, 0.02322314599996389, 0.02333530500004599, 0.023120202999962203, 0.023237092000044868, 0.02321998000002168, 0.023152985000024273, 0.022989620000089417, 0.023157542999797442, 0.023053870000012466, 0.023098463999986052, 0.02300938700000188, 0.022975264000024254, 0.02342191599996113, 0.023175296000090384, 0.02298728599998867, 0.023226021000027686, 0.023276614999986123, 0.02251164900008007, 0.023114864000035595, 0.023522363999973095, 0.02275593499985007, 0.02293918600003053, 0.023623141000143733, 0.02270377699983328, 0.022566102000155297, 0.02351828599989858, 0.02316074899999876, 0.02312589400003162, 0.023028322000072876, 0.023099906999959785, 0.03974369799993838, 0.030785721000029298, 0.023034243999973114, 0.023057165999944118, 0.023292654999977458, 0.023044122000101197, 0.023201995999897917, 0.023011111000187157, 0.023117528999819115, 0.02317464500015376, 0.03971492400000898, 0.03388953699982267, 0.023245828000199253, 0.023092701999985366, 0.02323016899981667, 0.04056939700012663, 0.08380705800004762, 0.023606199999903765, 0.02317793099996379, 0.022942051999962132, 0.023415525000018533, 0.022928787000182638, 0.04036023899993779, 0.1072248689999924, 0.025211851999983992, 0.024854107000010117, 0.024858173999973587, 0.024904009000010774, 0.02488465300007192, 0.025465384999961316, 0.024847924999903626, 0.024757265000062034, 0.041171180999981516, 0.032277623000027234, 0.02486145900002157, 0.0406264050000118, 0.03283923899994079, 0.025000739999995858, 0.02426913599992986, 0.025160608000078355, 0.024323136000020895, 0.02516288199990413, 0.024430096000060075, 0.02517620599996917, 0.04083460200013178, 0.035232300999950894, 0.024941618999946513, 0.025080788999957804, 0.04097988300009092, 0.19051256099987768, 0.024698536000187232, 0.0254564389999814, 0.02559346399993956, 0.024736275999885038, 0.04226822500004346, 0.036138129000164554, 0.025964344999920286, 0.024892818999887822, 0.025406226000086463, 0.025579868000022543, 0.025288615999897956, 0.025520278000158214, 0.04020516899981885, 0.035348818000102256, 0.025447101000054317, 0.024931831000003513, 0.025297973999840906, 0.025720541000055164, 0.025112558000046192, 0.02543410699991, 0.040920853999978135, 0.03204434700001002, 0.025317580000091766, 0.025424279999924693, 0.025344129000131943, 0.02500551799994355, 0.02546045700000832, 0.025371420000055878, 0.024832856999864816, 0.041148467000084565, 0.032959253999933935, 0.025094012999943516, 0.02559258300016154, 0.02527692399985426, 0.025232842000150413, 0.02532576499993411, 0.025022760999945604, 0.025423467000109667, 0.025358215999858658, 0.04102707100014413, 0.03587877599989042, 0.025368073999970875, 0.025455848000092374, 0.02641425399997388, 0.04183689000001323, 0.08769597900004555, 0.025578325999958906, 0.025817732999939835, 0.025357374000122945, 0.02561936200004311, 0.025456078999923193, 0.02559689999998227, 0.025385636999999406, 0.02523343300003944, 0.025980685999911657, 0.025201833999972223, 0.025330174000146144, 0.02535852599999089, 0.025390707000042312, 0.025221189999911076, 0.02502266999999847, 0.02524959399988802, 0.02530992500010143, 0.04189244500003042], [0.02463509700010036, 0.022770211000079144, 0.023070591999839962, 0.023246369000162304, 0.023001432000000932, 0.0229718679997859, 0.022809794000067996, 0.03909751400010464, 0.04766074500003015, 0.023045885999863458, 0.02376232999995409, 0.02297441200016692, 0.04024623499981317, 0.06030272800012426, 0.02317206099996838, 0.02339913300011176, 0.02299037199986742, 0.023241529999950217, 0.023286644000108936, 0.023071623000078034, 0.02306208599998172, 0.023085156999968603, 0.023051345999874684, 0.02310091800018199, 0.02301037899997027, 0.022969602999864946, 0.02343652300010035, 0.02325586699998894, 0.023001331999921604, 0.023267769000085536, 0.023149288000013257, 0.022630029999845647, 0.022986484000057317, 0.02352807500005838, 0.022752617999913127, 0.023087773000042944, 0.023462051000024076, 0.022714086999940264, 0.022723935000158235, 0.023369458999923154, 0.023156580999966536, 0.02324503599993477, 0.022895916000152283, 0.02309773199999654, 0.039751271999875826, 0.03078907799999797, 0.0232175549999738, 0.023014367000087077, 0.02315299499991852, 0.02304650600012792, 0.023201604999940173, 0.023008796000112852, 0.0231155049998506, 0.02316570900006809, 0.03972346099999413, 0.03401733400005469, 0.023117920000004233, 0.02309364400002778, 0.023220700999900146, 0.04058651900004406, 0.08379164999996647, 0.02361559699988902, 0.023189132000197787, 0.022922355999980937, 0.023414541999954963, 0.023240868999891973, 0.04013706299997466, 0.1072795910001787, 0.025286131000029854, 0.024743870999827777, 0.024753028000077393, 0.024925309000082052, 0.025037366999868027, 0.025418558999945162, 0.024844688000030146, 0.024818941000148698, 0.041004368999892904, 0.03250899399995433, 0.024618596999971487, 0.04063864700015074, 0.03282518399987566, 0.025005158000112715, 0.024267151999993075, 0.025172058999942237, 0.0243205310000576, 0.025166878999925757, 0.02441568900007951, 0.025342287000057695, 0.04067249999980049, 0.03523694900013652, 0.024998695000022053, 0.025131974000032642, 0.04085611300001801, 0.19059713899991948, 0.02498341699993034, 0.025163423000094554, 0.025621556000032797, 0.0246864429998368, 0.04249468800003342, 0.03614065300007496, 0.025775462999945375, 0.02490069400005268, 0.02566968599990105, 0.025317869999980758, 0.025297302000126365, 0.025489210999921852, 0.040234513000086736, 0.035787014999868916, 0.02554171800011318, 0.024803000000019892, 0.025234055000055378, 0.025504177999891908, 0.02518791800002873, 0.025372351999976672, 0.04077127499999733, 0.03201788799992755, 0.02529834500001016, 0.02554601600013484, 0.02522875399995428, 0.025154425999971863, 0.025343899000063175, 0.025366641999880812, 0.02520787499997823, 0.0407436030000099, 0.03329296600009002, 0.025046513999996023, 0.025317350000022998, 0.02533706600002006, 0.025167660999841246, 0.025327789000129997, 0.025206332999914594, 0.025241026999992755, 0.02535713400015993, 0.041045324999913646, 0.03586712399987846, 0.025397068000074796, 0.025591641000119125, 0.02627272999984598, 0.04181242499998916, 0.087932550000005, 0.025466798000024937, 0.025964185000020734, 0.025257148000036977, 0.02564200400001937, 0.025444957999980033, 0.025975496999990355, 0.024821184000074936, 0.02523392399984914, 0.025981196999964595, 0.025213506000000052, 0.025506943000209503, 0.025420772999950714, 0.025152332000061506, 0.025269729999990886, 0.025148985999976503, 0.025160507999999027, 0.025282363999849622, 0.04229136800017841, 0.030022719999806213, 0.023470817000088573, 0.023368467999944187, 0.039275525999983074, 0.031967545000043174, 0.02528394799992384, 0.024736737000012, 0.023639743000103408, 0.0395264539999971, 0.06521589699991637, 0.023953327000072022, 0.023562449000110064, 0.023581784999805677, 0.02355864100013605, 0.02344384799994259, 0.02331974599997011, 0.023655482000094707, 0.023348298999962935, 0.023633310999912283, 0.02334952199998952, 0.02393945100016026, 0.023069038999892655, 0.023288518000072145, 0.023183692999964478, 0.023539865999964604, 0.023291704000030222, 0.023535117999927024, 0.023457944000028874, 0.0228619219999473, 0.04001036700014993, 0.029558124000004682, 0.023162593000051857, 0.023423889999776293, 0.023340475000168226, 0.02344952899989039, 0.02289936200008924, 0.023670078999884936, 0.023231111000086457, 0.023321880999901623, 0.02466001400011919, 0.02366357699997934, 0.023460999000008087, 0.02344914700006484, 0.02338592000000972, 0.023411667999880592, 0.039965061999964746, 0.10095744600016587, 0.024346169999944323, 0.023215682000000015, 0.023416787999849475, 0.023349280000047656, 0.023296913999956814, 0.023205033000067488, 0.023844214000064312, 0.039269004000061614, 0.04573897399995985, 0.03380183399985981, 0.023889187000122547, 0.022583113999871784, 0.024028046000012182, 0.023099977000129, 0.023039583999889146, 0.02365588300017407, 0.02328238599989163, 0.02353350499993212, 0.02348051600006329, 0.023328472000002876, 0.023573399000042627, 0.023372383999912927, 0.02346108999995522, 0.023557269000093584, 0.023740821000046708, 0.023316300000033152, 0.024180770999919332, 0.022836875999928452, 0.023112294000156908, 0.02300391799985846, 0.02325877299995227, 0.023254945000189764, 0.023173172999804592, 0.04027835600004437, 0.060780891000149495, 0.023418901000013648, 0.023702298999978666, 0.02263548099995205, 0.0234848239999792, 0.023134089999985008, 0.023144048999938605, 0.02312467199999446, 0.023075702000141973, 0.023366843999838238, 0.02275653600008809, 0.03818084599993199, 0.06270677099996647, 0.023410685000044396, 0.02338306499996179, 0.023066885000162074, 0.023253000999829965, 0.022935160000088217, 0.023077405000094586, 0.022624589999850286, 0.022842216000071858, 0.023431795000078637, 0.022659865999912654, 0.02282214899992141, 0.022863836000169613, 0.022948985999846627, 0.022489598999982263, 0.02256973800012929, 0.022786541999948895, 0.022724576999962665, 0.022942874000136726, 0.022939065999935337, 0.022652341999901182, 0.02268259900006342, 0.022910533999947802, 0.022691535000149088, 0.022781963999932486, 0.022497313000030772, 0.02302627999983997, 0.022865759000069374, 0.022858787000131997, 0.022973100999934104, 0.02267741900004694, 0.022445606000019325, 0.021704184999862264, 0.022585678000041298, 0.022073514000112482, 0.021930536999889227, 0.022152319000042553, 0.022182978000046205, 0.022639979999894422, 0.021941466000043874, 0.021867839999913485, 0.022209978000091724, 0.021845619000032457, 0.022483487000044988, 0.02207820199987509, 0.022076158000118085, 0.022295116999885067, 0.022337124999921798, 0.02189558100008071, 0.021840499000063573, 0.022327005999841276, 0.021923284000195054, 0.021998001999918415, 0.022186955000051967, 0.022125880999965375, 0.022256002999938573, 0.022104591000015716, 0.022158301999979813, 0.021963017999951262, 0.022115862000191555, 0.022213292999822443, 0.021720897000022887, 0.021720835999985866, 0.02252494399999705, 0.021561008000162474, 0.02215932299986889, 0.02212602200006586, 0.02204038199988645, 0.02168206300007114, 0.02260663700008081, 0.021653680999861535, 0.02172100699999646, 0.038742392000131076, 0.05845869299992046, 0.022305945999960386, 0.022180884000135848, 0.022193826999910016, 0.022258038000018132, 0.022058844999946814, 0.02215726999997969, 0.022122975999991468, 0.02227848500001528, 0.021422981000114305, 0.022425159000022177, 0.022592018999830543, 0.021749720000116213, 0.022239943999920797, 0.0217299030000504, 0.022001649000003454, 0.02261988200007181, 0.021508148999828336, 0.022249381000165158, 0.021871848000046157, 0.02209802899983515, 0.03872771500005001, 0.04729729900009261, 0.06357660200001192, 0.022438753999949768, 0.022619890999976633, 0.02289581700006238, 0.021635546999959843, 0.022390032999965115, 0.022267203999945195, 0.03873059100010323, 0.054486745999838604, 0.022665784000082567, 0.022699687000113045, 0.022964028999922448, 0.02280537399997229, 0.022564875999933065, 0.022140374000173324, 0.022271518000025026, 0.022397633999844402, 0.022412291000136975, 0.021834663999925397, 0.02192931099989437, 0.02241485600006854, 0.022289662000048338, 0.022284001999878456, 0.022260338000023694, 0.022201468000048408, 0.02189416600003824, 0.02295661499988455, 0.03772697099998368, 0.028768761000037557, 0.02215298700002677, 0.022290204000000813, 0.02219904300000053, 0.022275807000141867, 0.022150352999915413, 0.02218354499996167, 0.022398104000103558, 0.022279323000020668, 0.02241569799980425, 0.022229891000051794, 0.022428481000133615, 0.02228679699987879, 0.022262011000066195, 0.02235027500000797, 0.022211907999917457, 0.022895692000020063, 0.03866572099991572, 0.04750918600007026, 0.023086108000143213, 0.022880152999960046, 0.022904197999878306, 0.02271000600012485, 0.022651206999853457, 0.03882337400000324, 0.02889425500006837, 0.02255260299989459, 0.02285378400006266, 0.02284693100000368, 0.03895004100013466, 0.15363945499984766, 0.022946106000063082, 0.022658920999901966, 0.022820913000032306, 0.02318972000011854, 0.022643722999873717, 0.022895572000152242, 0.03954970799986768, 0.04555897099999129, 0.023219165999989855, 0.023059838000108357, 0.022822795999900336, 0.03915656599997419, 0.03510558400012087, 0.02300672899991696, 0.022878781000144954, 0.023068393999892578, 0.02264415300010114, 0.02278108899986364, 0.022710016000019095, 0.0227528360001088, 0.023020464999945034, 0.02250208800001019, 0.02270487700002377, 0.039136387999860744, 0.03288111699998808, 0.022747535999997126, 0.02294017500003065, 0.022790365999981077, 0.022748949000060747, 0.022448146999977325, 0.02314977700007148, 0.022904698000047574, 0.022979898999892612, 0.022901954999952068, 0.022452025000120557, 0.022554334999995262, 0.022964311999885467, 0.022389488000044366, 0.02308257999993657, 0.02308320200017988, 0.02243220799982737, 0.022777913000027183, 0.022760079000136102, 0.0230756979999569, 0.03965045699987968, 0.05860850800013395, 0.022865815999921324, 0.023566543000015372, 0.022301615000060337, 0.02322700900003838], [0.024648643000091397, 0.022974341999997705, 0.023824525999998514, 0.022978359000035198, 0.04024957199999335, 0.06029803899991748, 0.023101349000171467, 0.023341295999898648, 0.023118169000099442, 0.023239265999791314, 0.023216995000211682, 0.02314830599993911, 0.022989699999925506, 0.023158505000083096, 0.02305233699985365, 0.023099175000197647, 0.023010348999832786, 0.022972639000045092, 0.023429650000025504, 0.02317338300008487, 0.022982616999797756, 0.02323295400015013, 0.02328044199998658, 0.022507592000010845, 0.02311391199987156, 0.023524428000200714, 0.02275486199982879, 0.023081602000047496, 0.023474474000067858, 0.02270837599985498, 0.02271783400010463, 0.023374747999923784, 0.023154849000093236, 0.02312379999989389, 0.02302347400018334, 0.0231000359999598, 0.03974682399984886, 0.03078839600016181, 0.023033611999835557, 0.023192118999986633, 0.023157813000125316, 0.023043540999879042, 0.02320477100010976, 0.023009457999933147, 0.023115885000152048, 0.02316988699999456, 0.03972181699987232, 0.03401398899995911, 0.023119382000004407, 0.02309329400009119, 0.023224416999937603, 0.040580469000133235, 0.08379750999984026, 0.023611138999967807, 0.023184623000133797, 0.02293078200000309, 0.023416485999860015, 0.02323591000003944, 0.0400532060000387, 0.10722331600004509, 0.025412597000013193, 0.024650395999969987, 0.024858774999984234, 0.024913868000112416, 0.024881216999801836, 0.02546010500009288, 0.024854377000110617, 0.024757114999829355, 0.041170770000007906, 0.03227853400017011, 0.024856049999925744, 0.040631584000038856, 0.03283432099988204, 0.025001641000017116, 0.024268854999945688, 0.02516453500015814, 0.02432541999996829, 0.025162181000041528, 0.024423503999969398, 0.02532757899984972, 0.0406870770000296, 0.0352306669999507, 0.025010518000044613, 0.025008202999970308, 0.04098368100017069, 0.19064588899982482, 0.02497731600010411, 0.025284868999960963, 0.025508104999971692, 0.024683578000121997, 0.04249581899989607, 0.03615126399995461, 0.025784319000194955, 0.024904820999836375, 0.025649088000136544, 0.025499479000018255, 0.025129538999863144, 0.0254819670001325, 0.04040246699992167, 0.035612008000043716, 0.02560409499983507, 0.024738891000197327, 0.025232039999991684, 0.025500590999854467, 0.025190673999986757, 0.025377271000024848, 0.040776113999982044, 0.03202012200017634, 0.025293766000004325, 0.025561163999782366, 0.025349420000111422, 0.025029942999935884, 0.025347406000037154, 0.02549216600004911, 0.025071260999993683, 0.04088320300002124, 0.033153135000020484, 0.025041173999852617, 0.025445038000043496, 0.025604976000067836, 0.02488852099986616, 0.025217452000106277, 0.025211603000116156, 0.025232641999991756, 0.025490531999821542, 0.04106229700005315, 0.035800168999912785, 0.02546479400007229, 0.025449867000133963, 0.026579531999914252, 0.04159994900010133, 0.08783093099987127, 0.025454764999949475, 0.025967983000100503, 0.025257587999931275, 0.025650000000041473, 0.025441851000095994, 0.025973111999974208, 0.02491748399984317, 0.025238262000129907, 0.02598196899998584, 0.025186575999896377, 0.02544147100002192, 0.025408549000076164, 0.025332778999882066], [0.024921431000166194, 0.02321977999986302, 0.023339351999993596, 0.023118190000104732, 0.02323696099983863, 0.023219429000164382, 0.023150719999875946, 0.02298975100006828, 0.023158795999961512, 0.023052667999991172, 0.0230985729999702, 0.02301025900010245, 0.02297391100000823, 0.023425792999887562, 0.02317396400007965, 0.022985042000073008, 0.023229457999832448, 0.023279088999970554, 0.02250934500011681, 0.023114493000093717, 0.023522934999846257, 0.022755554000013944, 0.022938906000035786, 0.02362035500004822, 0.02270622299988645, 0.02256614099997023, 0.02352512800007389, 0.023154448000013872, 0.02312481200010552, 0.023026418999961606, 0.0231000359999598, 0.039745541999991474, 0.030786733000013555, 0.02303359300003649, 0.023057396000012886, 0.023292444999924555, 0.02304410200008533, 0.02320361900001444, 0.0230098279998856, 0.02311692800003584, 0.02317220100007944, 0.03972100599980877, 0.033883846000207996, 0.023247960999924544, 0.02309295400004885, 0.02322747299990624, 0.04057233300000007, 0.08380468299992572, 0.02360854400012613, 0.02318198900002244, 0.022935970999924393, 0.0234165159999975, 0.023218136999958006, 0.04007055900001433, 0.10722392699994998, 0.025404191000006904, 0.024660626000013508, 0.024857833000169194, 0.02490944999999556, 0.024882347999891863, 0.02546289099996102, 0.02485186200010503, 0.02475647400001435, 0.04117139999993924, 0.03227840499994272, 0.02485738199993648, 0.04063026200014974, 0.032836403999908725, 0.025001019999990604, 0.024269567000146708, 0.02516184000000976, 0.024326902999973754, 0.025160406999930274, 0.02442599899995912, 0.02517930199996954, 0.040836175000094954, 0.035229626000045755, 0.02493992499989872, 0.025080238000100508, 0.04098248900004364, 0.19052988299995377, 0.025004005000027973, 0.025149266999960673, 0.02560152899991408, 0.02472466400013218, 0.042271911999932854, 0.036139060999857975, 0.02596230100016328, 0.02490113399994698, 0.025702126999931352, 0.02528552000012496, 0.025286631999961173, 0.025513976999945953, 0.040212872999973115, 0.035815918000025704, 0.02552136100007374, 0.024821855000027426, 0.025230727999996816, 0.025355381000053967, 0.02510426299977553, 0.02544014800014338, 0.04093481899985818, 0.032036484000173004, 0.025312060000032943, 0.025503866999997626, 0.02525547400000505, 0.0250071409998327, 0.025470526000162863, 0.025365157999885923, 0.02520622299994102, 0.04076818800012916, 0.033270463999997446, 0.02505393899991759, 0.02532095600008688, 0.025334011000040846, 0.025165886999957365, 0.02533012300000337, 0.02501742100002957, 0.025428837999925236, 0.025352475000090635, 0.04103067799997007, 0.03588075899983778, 0.025366721000182224, 0.02545857299992349, 0.026410077000036836, 0.04183544800002892, 0.08769801199991889, 0.02557449899995845, 0.025822321000077864, 0.025354517999858217, 0.025621757000180878, 0.025453613999843583, 0.025599085000067134, 0.02538374300002033, 0.025232821999907173, 0.025980977000017447, 0.02520144300001448, 0.02533417100016777, 0.025358366999853388, 0.02538797100010015, 0.025220859000000928, 0.025021387999913713, 0.025251436999951693, 0.02530626900011157, 0.04196442800002842, 0.030493157999899267, 0.02346225099995536, 0.023259523999968224, 0.039392395000049873, 0.031968356000106724, 0.02513723399988521, 0.024875094999970315, 0.023639422000087507, 0.039446816000008766, 0.06530014400004802, 0.02395566199993482, 0.023556397999982437, 0.02358948899995994, 0.02341175700007625, 0.023579389999895284, 0.023320759000171165, 0.023657915999820034, 0.023348810000015874, 0.023639452999987043, 0.023185897000075784, 0.02399602600007711, 0.02314931799992337, 0.023320038000065324, 0.02317680900000596, 0.02353789299991149, 0.023296964000110165, 0.023529937999910544, 0.023452743999996528, 0.022748581000087142, 0.04012352799986729, 0.029569705000085378, 0.023152624999966065, 0.023426916000062192, 0.02334235900002568, 0.02344774499988489, 0.022899141000152667, 0.02366445899997416, 0.02324217199998202, 0.023322801999938747, 0.024666245999924286, 0.023543712999980926, 0.023570384000095146, 0.023336767000046166, 0.023493770999948538, 0.023418401000071754, 0.03985077799984538, 0.10095023300004868, 0.024447659000088606, 0.023225120000006427, 0.023411146999933408, 0.02336254600004395, 0.023297253999999157, 0.023097952999933113, 0.023948418000145466, 0.039212227999996685, 0.04578910800000813, 0.0336768709998978, 0.024005644999988363, 0.02259152900001027, 0.02403328600007626, 0.022986303999914526, 0.023158296000019618, 0.02363839999998163, 0.02329476899990368, 0.023418371000161642, 0.023593405999918104, 0.023313043999905858, 0.023581614000022455, 0.023377354000103878, 0.02345240299996476, 0.02356751799993617, 0.02360963600017385, 0.02344706399981078, 0.023604987999988225, 0.023442815000180417, 0.023110351000013907, 0.023006442999985666, 0.023257769999872835, 0.02325261100008902, 0.02317360400002144, 0.040280420000044614, 0.06078077999995912, 0.02341652699988117, 0.023696068000162995, 0.022645067999974344, 0.023481718999846635, 0.02313688499998534, 0.02314245600018694, 0.02312436199986223, 0.023075870999946346, 0.023369179000155782, 0.022755994999897666, 0.03812282800004141], [], [0.02540599500002827, 0.023190685000145095, 0.023090978999789513, 0.023208839000062653, 0.04059924300008788, 0.08375923899984627, 0.02364968000006229, 0.023220811000101094, 0.022876479999922594, 0.023389847000089503, 0.023207416999866837, 0.0401418910000757, 0.10727409099990837, 0.02528979800013076, 0.024738811999895916, 0.02475021200007177, 0.0249326729999666, 0.02503950100003749, 0.025412528000060775, 0.02484984800003076, 0.024819831999820963, 0.04100392800000918, 0.03250416600008066, 0.0246168429998761, 0.04064368700005616, 0.032819683000070654, 0.02500825399988571, 0.024265659000093365, 0.025178189999905953, 0.024314591000120345, 0.025170736000063698, 0.024411801999804084, 0.025347406000037154, 0.04066827200017542, 0.035245935999910216, 0.02499833399997442, 0.025136623999969743, 0.04094196200003353, 0.1904179949999616, 0.02499235300001601, 0.02515367499995591, 0.025609424000094805, 0.024712031000035495, 0.042287060000035126, 0.036135964999857606, 0.0259611799999675, 0.024901945000010528, 0.025691377000157445, 0.025296389999994062, 0.025288415999966674, 0.025506331999849863, 0.04022076800015384, 0.03580998699999327, 0.025523815000042305, 0.02482003199997962, 0.02522763299998587, 0.025355089999948177, 0.02509730900010254, 0.025446088999842686, 0.04093869700000141, 0.032030782999981966, 0.025307550999968953, 0.025522553000200787, 0.02524499499986632, 0.02500591800003349, 0.025478881000026377, 0.025364878999880602, 0.025208095000152753, 0.04075629699991623, 0.03328979999992043, 0.025040283000180352, 0.025326966999955403, 0.025338508999993792, 0.025163603999999395, 0.025328510000008464, 0.025016068000013547, 0.02543130200001542, 0.02536006900004395, 0.04103266199990685, 0.03587959700007559, 0.02538244099991971, 0.02545656899997084, 0.02640769200002069, 0.0418231050000486, 0.0877249820000543, 0.025548289999960616, 0.02588285399997403, 0.025302440999894316, 0.025636805999965873, 0.025438033999989784, 0.025696086000152718, 0.025280039999870496, 0.02523188999998638, 0.025983321000012438, 0.025199149000172838, 0.02534578299992063, 0.02535600200008048, 0.025379404999966937, 0.025280359999896973, 0.02530725099995834, 0.025077743000110786, 0.02527550199988582, 0.042312888000196835, 0.03000115999998343, 0.02353683999990608, 0.023323805000018183, 0.039308978999997635, 0.03201290900005915, 0.025190793999854577], [], [0.034705076999898665, 0.025198006999971767, 0.02487145899999632, 0.024854337000078885, 0.02460470100004386, 0.025178050000022267, 0.025474021999798424, 0.02481759800002692, 0.02477928600001178, 0.04086429800008773, 0.032585848000053375, 0.024868091999906028, 0.040428354999903604, 0.03303624700015462, 0.024804924999898503, 0.024456645000100252, 0.025161779999962164, 0.024182943999903728, 0.025088684000138528, 0.024652610999964963, 0.02516796100007923, 0.04069171599985566, 0.03521072000012282, 0.025103630999865345, 0.025089445000048727, 0.040960677999919426, 0.19018760500011922, 0.025059869999950024, 0.025186716000007436, 0.02546008600006644, 0.024860727000032057, 0.04254078399981154, 0.03614298800016513, 0.025964945999930933, 0.024479036999991877, 0.025821199000120032, 0.025212062999798945, 0.02523448500005543, 0.025565913000036744, 0.04024393100007728, 0.0356836519999888, 0.025448293999943417, 0.024931680999998207, 0.02530039799989936, 0.025715562000186765, 0.025117686999919897, 0.025429698999914763, 0.04050304500015045, 0.032023258999970494, 0.025335412999993423, 0.02536837499997091, 0.025821980000046096, 0.025001720999853205, 0.02505299700010255, 0.025779049999982817, 0.02483846700010872, 0.04115166399992631, 0.03295797100008713, 0.02509607699994376, 0.02558700199983832, 0.025274830000171278, 0.025234726000007868, 0.024982775999887963, 0.025365650000139794, 0.025025274999961766, 0.025761056999954235, 0.041018795999889335, 0.03554642600010993, 0.025700844000084544, 0.025455777999923157, 0.02641409400007433, 0.041839535000008254, 0.08769302299992887, 0.025584366999964914, 0.025811421000071277, 0.02536165199990137, 0.025614804000042568, 0.0254589839998971, 0.025592642999981763, 0.025391938000211667, 0.025232480999875406, 0.02598066700011259, 0.025201652999840007, 0.02532682800006114, 0.02535827499991683, 0.025394274000063888, 0.02521952600000077, 0.02499563100013802, 0.025243370999987746, 0.025324533000002702, 0.04188277699995524, 0.030581701999835786, 0.02345526800013431, 0.023266336999995474, 0.039391141999885804, 0.031957246000047235, 0.0251409310001236, 0.02486118899992107, 0.023408952999943722, 0.0396847990000424, 0.06530020400009562, 0.023954088999971646, 0.023552710999865667, 0.02359986800001934, 0.023397872000032294, 0.02337084100008724, 0.023528415999862773, 0.023663927000143303, 0.02334393099999943, 0.023653137999872342, 0.023174847000063892, 0.024010512999893763, 0.02314856700013479, 0.023332490000029793, 0.023170768999989377, 0.02353297299987389, 0.02330465800014281, 0.023520681000036348, 0.023449828999901, 0.0227563559999453, 0.04011553200007256, 0.0295817179999176, 0.023143277000144735, 0.02342511300003025, 0.02335064399994735, 0.02344272599998476, 0.022901375999936135, 0.0236599899999419, 0.023252190999983213, 0.023323723000203245, 0.02466435199994521, 0.02353727199988498, 0.02328786700013552, 0.023620526999820868, 0.023485886000116807, 0.0234190609999132, 0.03985371500016299, 0.10094942099999571, 0.024019791999990048], [], [0.026542213000084303, 0.025288214999818592, 0.024645517000180917, 0.024859045999846785, 0.024918165000144654, 0.024880404999976236, 0.025458173000060924, 0.024857221999809553, 0.0249174740001763, 0.04100987899983011, 0.032507701999975325, 0.02462484900001982, 0.040633047000028455, 0.03283119399998213, 0.025003514999980325, 0.024267923000024894, 0.02516772200010564, 0.02432381699986763, 0.025163493000036397, 0.024420849000080125, 0.02533489200004624, 0.0406793029999335, 0.03523095800005649, 0.024930707999828883], [0.026291115000049103], [], [0.02676693100011107, 0.024998394999784068, 0.02513603200009129, 0.040942173000075854, 0.19041651199995613, 0.024995539999963512, 0.02515266199998223, 0.025606428999935815, 0.02471627900013118, 0.0422816600000715, 0.036136605999899984, 0.025962340999967637, 0.024901665000015782, 0.025694943999951647, 0.025292952999961926, 0.02528735400005644, 0.02550863700002992, 0.04021920500008491, 0.035812551999924835, 0.02552183100010552, 0.024821804999874075, 0.02522731199996997, 0.025355120000085662, 0.02509928399990713, 0.0254441649999535, 0.04093735500009643, 0.03203299599999809, 0.02530859400008012, 0.02551850400004696, 0.02524725899979785, 0.025005919000022914, 0.02547691700010546, 0.02536466800006565, 0.025206863999983398, 0.0407606849998956, 0.033288636999941446, 0.02504241700012244, 0.02532482399988112, 0.025338037999972585, 0.02516374300012103, 0.02532903099995565, 0.02501620900011403, 0.02543116199990436, 0.025360509999927672, 0.04103107900004943, 0.03588110000009692, 0.025379524999834757, 0.025457280000182436, 0.02640758199981974, 0.041825590000144075, 0.08772305799993774, 0.025551998000082676, 0.025877943999830677, 0.025304185000095458, 0.025635162000071432, 0.025440929999831496, 0.025693752000051973, 0.025282163000156288, 0.025231920999885915, 0.025983240999948976, 0.025199289000056524, 0.025342647000115903, 0.025357283999937863, 0.025381419000041205, 0.025279217999923276, 0.025301220000073954, 0.025081459999910294, 0.025278546999970786, 0.04230691700013267, 0.030007150999836085, 0.02347198000006756, 0.02338620999989871, 0.039255640000192216, 0.032065646999853925, 0.02519216700011384, 0.024792791999971087, 0.02357974100004867, 0.039525161000028675, 0.06527291399993373, 0.023894737999853533, 0.023564703000147347, 0.023580322000043452, 0.02356323899994095, 0.023443237000037698, 0.023317032000022664, 0.023655721999830348, 0.023348049000105675, 0.023631517000012536, 0.023352036999995107, 0.02380264599992188, 0.023203298999987965, 0.023287306000156605, 0.023248492999982773, 0.02347726999983024, 0.023290071000019452, 0.02360446700004104, 0.02339163000010558, 0.02285979899988888, 0.04001325200010797, 0.02955421599995134, 0.023166560999925423, 0.02342302900001414, 0.023339112000030582, 0.023518736999903922, 0.02283140600002298, 0.0236683160001121, 0.02323133200002303, 0.023320677999890904, 0.024658931999965716, 0.023672003000001496, 0.023454387000128918, 0.023457411999970645, 0.023379697999871496, 0.023409524000044257, 0.0399652620001234, 0.10095699599992258, 0.024346420000028957, 0.023215752999931283, 0.023481898, 0.02328209600000264, 0.023297294000030888, 0.023207667999940895, 0.023841399000048114], [0.10034432499992363, 0.0250018409999484, 0.025152211999966312, 0.0255980230001569, 0.024729652999894824, 0.04226813500008575, 0.03613834999987375, 0.02596351300007882, 0.024899560999983805, 0.025703439999915645, 0.025283365000177582, 0.025288064999813287, 0.025516652000078466, 0.04020882600002551, 0.03581283199991958, 0.02552368400006344, 0.02482276799992178, 0.02523096900017663, 0.025359747999800675, 0.025106697000182976, 0.025437774000010904, 0.040933196999958454, 0.032038576999866564, 0.02531362300010187, 0.025434637999978804], [0.04013361600004828, 0.024985670999967624, 0.025162039999941044, 0.025619564000180617, 0.024689808999937668, 0.042310393999969165, 0.03631852500006971, 0.025778277999961574, 0.024900722999973368, 0.025672813000028327, 0.02531468400002268, 0.025297442999999475, 0.02549104299987448, 0.040232309999964855, 0.035790691000102015, 0.025537459999895873, 0.024806317000184208, 0.025233543000013015, 0.02550182400000267, 0.02518831899988072, 0.02537323399997149, 0.04076997200013466, 0.032018879999895944, 0.02530137000007926, 0.0255424800000128, 0.02523146899989115, 0.025009795999949347, 0.02548560400009592, 0.025366781999991872, 0.02520863599988843, 0.04074431500021092, 0.033292695000000094, 0.025032367999983762, 0.025332638000008956, 0.025337046000004193, 0.025166789999957473, 0.025327918999892063, 0.02520135300005677, 0.025246848000051614, 0.025355520999937653, 0.0410440230000404, 0.03587014899994756, 0.025394103000053292, 0.025444806999985303, 0.026419353999926898, 0.04181530000005296, 0.08792471500009924, 0.025471837999930358, 0.025960988999941037, 0.02525789900005293, 0.025484700999868437, 0.025429709000036382, 0.02614294900013192, 0.024831994999885865, 0.02523317300006056, 0.025981586999932915, 0.025212583999973504, 0.02534225600015816, 0.02558506899981694, 0.025153965000072276, 0.025269120000075418, 0.024849247000020114, 0.025248541999872032, 0.025313431000085984, 0.04188900899998771, 0.030577453999967474, 0.023459827000124278, 0.02326143699997374, 0.03939186399998107, 0.03197011899987956, 0.025137004000043817, 0.024871287999985725, 0.023638790999939374, 0.03945002200021008, 0.06530032499995286, 0.023955650999823774, 0.023554865000050995, 0.023591493000139963, 0.02340874099991197, 0.023574400999905265, 0.023324766000087038, 0.023659539999925983, 0.023349581000047692, 0.02364118600007714, 0.023183071999937965, 0.023997078000093097, 0.023149318999912794, 0.023322531000076197, 0.023175547999926494, 0.023536188999969454, 0.02330008900003122, 0.02352776499992615, 0.0234510710001814, 0.02275120599983893, 0.04012043100010487, 0.029573402999858445, 0.023149729000124353, 0.02342669599988767, 0.023344823000115866, 0.023446352000064508, 0.02289891199984595, 0.023663818000159154, 0.02324489599982371, 0.023323103000166157, 0.024667828000019654, 0.023539786999890566, 0.023561787000062395, 0.02334538399986741, 0.02349158700008047, 0.0234105649999492, 0.03986055700011093, 0.100941057, 0.024454079999941314, 0.023229838999895946, 0.023409414000070683, 0.023352816999931747, 0.02331058900017524, 0.023096259999874746, 0.023948869000150808, 0.03920048599979964, 0.045800329000030615, 0.03366034999999101, 0.024018749000106254, 0.02259236100007911, 0.024036911999928634, 0.02296916299997065, 0.023176318999958312, 0.02363395199995466, 0.02328251700009787, 0.0234309029999622, 0.023592604999976174, 0.02331422600013866, 0.023580842999990637, 0.023369007999917812, 0.023460629000055633, 0.02355862099989281, 0.02361655000004248, 0.023452172999895993, 0.023602503000120123, 0.02342833900002006, 0.023111312000082762, 0.023013224999886006, 0.023256798999909734, 0.02324663900003543, 0.023174595999989833, 0.040281822999986616, 0.06078229300010207, 0.023414843999944424, 0.023595150000119247, 0.022759109999924476, 0.02347816199994668, 0.023139911000043867, 0.02314348799995969, 0.023120304000030956, 0.023077665000073466, 0.023371131999965655, 0.022756867999987662, 0.03812086299990369, 0.06277288399996905, 0.02341120700020838, 0.023382693999792536, 0.023069419000194102, 0.023250146999998833, 0.02293520900002477, 0.023076943999967625, 0.022628327999882458, 0.02284129400004531, 0.023188270999980887, 0.02290406199995232, 0.02282095600003231, 0.02285757399999966, 0.02295375500011687, 0.022488466999902812, 0.02257251300011376, 0.022788445999822216, 0.02272161100017911, 0.02294255299989345, 0.022939046999908896, 0.022655508000070768, 0.022679202000063015, 0.022911475999990216, 0.022691655000016908, 0.022783335999974952, 0.022495140000046376, 0.0230270299998665, 0.0228653789999953, 0.022861392000095293, 0.02296716999990167, 0.02268039399996269, 0.022447440000178176, 0.021700417999909405, 0.022587291000036203, 0.022075807999954122, 0.021929485000100613, 0.02214949499989416, 0.022183829000141486, 0.02264332499999, 0.0219397339999432, 0.021870143999876746, 0.0222072730000491, 0.021844817000101102, 0.02248200500002895, 0.02208213899984912, 0.022076147999996465, 0.02229348400010167, 0.022334048999937295, 0.021896102000027895, 0.02184260300009555, 0.022325032999788164, 0.02184500700013814, 0.022076848999859067, 0.02218745600021066, 0.02212605199997597, 0.022258256999975856, 0.022104230999957508, 0.022153953000042748, 0.02196509099985633, 0.022115262000170333, 0.02221372399981192, 0.02172418200007087, 0.02171947400006502, 0.022521117999986018, 0.021563151000009384, 0.022161847999996098, 0.02212192399997548, 0.02204107300008218, 0.021685739999838916, 0.022603762000017014, 0.021653881000020192, 0.02172168800007057, 0.038740438999866456, 0.058462790000021414, 0.022301809000055073, 0.02218204600012541, 0.022196922999910385, 0.022254841999938435, 0.022059046000094895, 0.02215615699992668, 0.022125690999928338, 0.022277123000094434, 0.021427959999982704, 0.02242223300004298, 0.022592951999968136, 0.021745391999957064, 0.022237819000110903, 0.02173506200006159, 0.022002010999813137, 0.022616696000113734, 0.021508900000071662, 0.022248899999794958, 0.0218693730000723, 0.02210034400013683, 0.038727644999880795, 0.047277822000069136, 0.06357661199990616, 0.022440086999949926, 0.022620633000087764, 0.02288692899992384, 0.021640856999965763, 0.0223877400001129, 0.022270859999935055, 0.038732664999997723, 0.054407848999971975, 0.022586566000200037, 0.022731375999910597, 0.023069786999940334, 0.02272655699994175, 0.022654482000007192, 0.02213781000000381, 0.022276758000089103, 0.022394087000066065, 0.02241213100001005, 0.02184289899992109, 0.021930743999973856, 0.022408013000131177, 0.022288279999884253, 0.02228375100003177, 0.02225177199989048, 0.022211607000144795, 0.021907240000018646, 0.022942959999909363, 0.037739514000122654, 0.028741309999986697, 0.022155872999974235, 0.022282307999830664, 0.022215684999991936, 0.022266880000188394, 0.022160912999879656, 0.022183353999935207, 0.022396782000214444, 0.022277959999883024, 0.022408815000062532, 0.022227466000003915, 0.022425215999874126, 0.022294021000107023, 0.022258843999907185, 0.022350495999944542, 0.022203622000006362, 0.022913806000133263, 0.038655672000004415, 0.04751186199996482, 0.02309535499989579, 0.022863061000180096, 0.022912372999826403, 0.022707662000129858, 0.02266208700007155, 0.03881241399994906, 0.02886706399999639, 0.02259695499992631, 0.022847001999934946, 0.022838736000039717, 0.03895156399994448, 0.15364252000017586, 0.022951776999889262, 0.02264615700005379, 0.022760419999940495, 0.023167879000084213, 0.022727759999952468, 0.022905309999941892, 0.039540462000104526, 0.0455466680000427, 0.023231066999869654, 0.023048828000128196, 0.022714164000035453, 0.03926629999978104, 0.03510754800004179, 0.023005396000144174, 0.022876005999933113, 0.023068493999971906, 0.02263649900010023, 0.022793211999896812, 0.02270603800002391, 0.02269112099997983, 0.023021235999976852, 0.022565507000081197, 0.02270334299987553, 0.03913683000018864, 0.0328786919999402, 0.02276065999990351, 0.02293642900008308, 0.02278624799987483, 0.022746754000081637, 0.02245576199993593, 0.023154455000167218, 0.022903035999888743, 0.022964300000012372, 0.022905681000111144, 0.022460421000005226, 0.02255588799994257, 0.0229656439998962, 0.022387303999948927, 0.023081989000047543, 0.023068684999998368, 0.022446635000051174, 0.02278123900009632, 0.022758325999802764, 0.022911251000095945, 0.03972359299996242, 0.05868597300013789, 0.02287640599979568, 0.02356899700021131, 0.0222895829999743, 0.023227559999895675, 0.022477582999954393, 0.022525322000092274, 0.022782560999985435, 0.02247141099996952, 0.022407191999946008, 0.02251586500005942, 0.022743578000017806, 0.022590153000010105, 0.02253631200005657, 0.0220332439998856, 0.0220579510000789, 0.022036169999864796, 0.021735149000051024, 0.0220652540001538, 0.021848288999990473, 0.021752640999920914, 0.02169714899991959, 0.022556980999979714, 0.02226854200011985, 0.020981443999971816, 0.022019538999984434, 0.021720802000118056, 0.022029837999980373, 0.021984513999996125, 0.02254622999998901, 0.0215278529999523, 0.02208383800007141, 0.021937265999895317, 0.02197109899998395, 0.02208897800005616, 0.021673944999974992, 0.021824154000114504, 0.022119224999869402, 0.02170184600004177, 0.038102901999991445, 0.060964019000039116, 0.022417320999920776, 0.022168146000012712, 0.022167894999938653, 0.02165567099996224, 0.021761277000223345, 0.022255117999975482, 0.021942816999853676, 0.021938807999958954, 0.021958214000051157, 0.02202514999999039, 0.022320640000089043, 0.02152123899986691, 0.022043995000103678, 0.02215563300001122, 0.021936923999874125, 0.022172285000124248, 0.021955638999997973, 0.03853206200005843, 0.03251125699989643, 0.02210889599996335, 0.022141406000173447, 0.03841773799990733, 0.028810940000084884, 0.022292937999964124, 0.02153851200000645, 0.021871222999834572, 0.022259617000145226, 0.021416864999991958, 0.022350446000018565, 0.021917918999861286, 0.02202491900015957, 0.022019888999921022, 0.02199167799994939, 0.02203260200008117, 0.021777679000024364, 0.038446250999868425, 0.12926938400005383, 0.022605152000096496, 0.0228176859998257, 0.022493182000062006, 0.03935537600000316, 0.1903190140001243, 0.022984747999998945, 0.022769436999851678, 0.022288600000138103, 0.0234933669999009, 0.02232219300003635, 0.02244831799998792, 0.0234006739999586, 0.02256347200000164, 0.021992649000139863, 0.022961965999911627, 0.022688044999995327, 0.040203778999966744, 0.029008467000039673, 0.038154617999907714, 0.06151644000010492, 0.03905186499991942, 0.030988649000164514, 0.02243249899993316, 0.022145412999861946, 0.022251362000133668, 0.02184776800004329, 0.022044354999934512, 0.022162224999874525, 0.022249007000027632, 0.021800390000180414, 0.022072517999959018, 0.022015260999978636, 0.022024137000016708, 0.021954297999855044, 0.02209593100019447, 0.02194789499981198, 0.02206486400018548, 0.022020840999857683, 0.02225048900004367, 0.021828342999924644, 0.02184213800001089, 0.0222961839999698, 0.021383975000162536, 0.02216295599987461, 0.021773029000087263, 0.02214738799989391, 0.021880199000179346, 0.021532289999868226, 0.021288757000093028, 0.03912705599987021, 0.0825441890001457, 0.021864219000008234, 0.02144263799982582, 0.021819565999976476, 0.021522883000216098, 0.022124644999848897, 0.02065201999994315, 0.021609564000073078, 0.021312180999984776, 0.03890649499999199, 0.059679114000118716, 0.1179707609999241, 0.021986287000117954, 0.021985395000001517, 0.022168465999811815, 0.022009431000014956, 0.03879691500014815, 0.027796468999895296, 0.021695233999935226, 0.02182665899999847, 0.022226475000024948, 0.021883745999957682, 0.021778559000040332, 0.02202094200015381, 0.022075091999795404, 0.03847841200013136, 0.02966811700002836, 0.03888890700000047, 0.061361710000028324, 0.02246157299987317, 0.02225536900004954, 0.02163457100004962, 0.022550448999936634, 0.022120367000070473, 0.021197145999849454, 0.0221541089999846, 0.021839193000005253, 0.02172730400002365, 0.02206515400007447, 0.021950239000034344, 0.021585703000027934, 0.021882635999872946, 0.02175574000011693, 0.022576219000029596, 0.021256848999883005, 0.02188983900009589, 0.021968485999877885, 0.02215973300008045, 0.02191439500006709, 0.022055778999856557, 0.02215333100002681, 0.022772174000010637, 0.02190780299997641, 0.021792497999967964, 0.02203767500009235, 0.03863067099996442, 0.029237985999998273, 0.021943067999927734, 0.022262665000198467, 0.022276058999977977, 0.021720974999880127, 0.022257254000123794, 0.02196648299991466, 0.02223580400004721, 0.022036592999938875, 0.037029257000085636, 0.036239995999949315, 0.02214253099987218, 0.022010324000120818, 0.022132460999955583, 0.02178831000014725, 0.02240255599986085, 0.03807067799994002, 0.029101931000013792, 0.022176284000124724, 0.022709266999981992, 0.02238188599994828, 0.022495957000046474, 0.02248020699994413, 0.022592456999973365, 0.02220171800013304, 0.03833863399995607, 0.028446427000062613, 0.02211207199979981, 0.022348662000013064, 0.022175590000188095, 0.022017064000010578, 0.022027754999953686, 0.0219524439999077, 0.02221380100013448, 0.021678141999927902, 0.022438721000071382, 0.021676158999980544, 0.022036018999870066, 0.02203658100006578, 0.03861084100003609, 0.19096270799991544, 0.03899069299995972, 0.060954003000006196, 0.10233111000002282, 0.023143925000113086, 0.022775456999852395, 0.022424404000048526, 0.022613927000065814, 0.022550257999910173, 0.02299481599993669, 0.022347060000129204, 0.022501227000020663, 0.022055936000015208, 0.022757765000051222, 0.022146986999814544, 0.02216732400006549, 0.02163507299997036, 0.02213897100000395, 0.021773822000113796, 0.02215283600003204, 0.021867936999797166, 0.022047100999998293, 0.021725701000150366, 0.021917669000004025, 0.021938487999932477, 0.021968594000099984, 0.021811480999986088, 0.021984543999906236, 0.021906288000081986, 0.021991094999975758, 0.021834403999946517, 0.02226871400011987, 0.03709732999982407, 0.08254736800017781, 0.022436264999896594, 0.022030619999895862, 0.021999011000161772, 0.02210150199994132, 0.02207027300005393, 0.021985405999885188, 0.021791684000163514, 0.021998228999791536, 0.02181686200015065, 0.022468855999932202, 0.038136486999974295, 0.08145679500012193, 0.02223933899995245, 0.022304920999886235, 0.03852151400019466, 0.0755759549999766, 0.06332528799998727, 0.13785670499987646, 0.02335777300004338, 0.02215846900003271, 0.022514662000048702, 0.022795914999960587, 0.02268782500004818, 0.02249450399995112, 0.02278434400000151, 0.022993353999936517, 0.022031150999964666, 0.022381874000075186, 0.02289980000000469, 0.022642781000058676, 0.022562469999911627, 0.02251007299992125, 0.023180112000090958, 0.022522247000097195, 0.022800142999813033, 0.022785386000123253, 0.022556108999879143, 0.02280733800012058, 0.022654973000044265, 0.023243679999950473, 0.021969586000068375, 0.023149915999965742, 0.022159339999916483, 0.022556769999937387, 0.02264043600007426, 0.023051812999938193, 0.02260821599998053, 0.022876496000208135, 0.02257663699992918, 0.022685650999846985, 0.02260917800003881, 0.022965652000038972, 0.022678277000068192, 0.022941617000014958, 0.022435363999875335, 0.02286763000006431, 0.022522015000049578, 0.022436426000012943, 0.021967321999909473, 0.021915304999993168, 0.022103245000153038, 0.022011322999787808, 0.02211951500021314, 0.022279934999914985, 0.022120457000028182, 0.022218568999960553, 0.021838392000063322, 0.0221786649999558, 0.02169331200002489, 0.022422019000032378, 0.02197118899994166, 0.022174737999876015, 0.02198032600017541, 0.02191967199996725, 0.022711959999924147, 0.021784771000056935, 0.02153555699987919, 0.022042152000040005, 0.02257886100005635, 0.021567086000004565, 0.021655490000057398, 0.022086623999939548, 0.02183272100000977, 0.022280435000084253, 0.022196157999815114, 0.022138701000130823, 0.022051107999914166, 0.022004892000040854, 0.022028155000043625, 0.02206858999988981, 0.0220460580001145, 0.021910526000056052, 0.02198232000000644, 0.02263488599987795, 0.021609775000115405, 0.02212948399983361, 0.022095140000146785, 0.022203245999889987, 0.02283987900000284, 0.021596981000129745, 0.022212848999970447, 0.02214028399998824, 0.022059183000010307], [0.027471445000173844, 0.025002772999869194, 0.02515068900015649, 0.025604574999988472, 0.024720015999946554, 0.04227730200000224, 0.03613717700000052, 0.025962881999930687, 0.024900844000057987, 0.02569900100002087, 0.02528950700002497, 0.025285800999881758, 0.025512564000109705, 0.04021553799998401, 0.035814436000009664, 0.025521159999925658, 0.024822456000038073, 0.025228734999927838, 0.025354990000096223, 0.025101416999859794, 0.025442683000164834, 0.0409359619998213, 0.0320347589999983, 0.025310087000207204, 0.025512973999866517, 0.02525010499994096, 0.02500606900002822, 0.025473851000015202, 0.02536602000009225, 0.025206383000067945, 0.04076387099985368, 0.03327531300010378, 0.025048116999869308, 0.025322039000002405, 0.025336906000120507, 0.0251634329999888, 0.0253308639998977, 0.02501617799998712, 0.02542969000000994, 0.02535517000001164, 0.04103112899997541, 0.0358769320000647, 0.025368995000008, 0.025459425000008196, 0.02640919500004202, 0.041833443999848896, 0.08770148799999333, 0.025569821000090087, 0.025827710999919873, 0.025349609000159035, 0.025625404000038543, 0.02545069899997543, 0.025601389000030395, 0.025381638999988354, 0.025232981999806725, 0.02598018500020771, 0.025201232999961576, 0.025337436999961938, 0.02535826600001201, 0.025385326999867175, 0.025222262000170304], [0.026926318000050742, 0.025776074999839693, 0.02490163500010567, 0.02566499699992164, 0.02532240899995486, 0.025296180000168533, 0.025487716999805343, 0.04023702900008175, 0.03578337800013287, 0.02554658699978063], [0.027075496999941606, 0.025518845000078727, 0.02483255599986478, 0.024878461000071184, 0.025720591999970566, 0.025109442000029958, 0.025435730000026524, 0.0409293190000426, 0.032041492999951515, 0.02531533599994873, 0.025430510999967737, 0.02533569299998817, 0.025006250000160435, 0.025468280999803028, 0.0253652090000287, 0.0252022649999617, 0.04077581300020938, 0.03295878299991273, 0.025363604999938616, 0.025323440999954983, 0.025278708000087136], [0.027300095000100555, 0.02529496800002562, 0.02555788799986658, 0.025348377000000255, 0.025032818999989104, 0.025345483000137392, 0.025492795999980444, 0.025072993999856408, 0.04088208100006341, 0.033154237999951874, 0.025043128000106663, 0.02544285299995863, 0.025603713999998945, 0.024889010999913808, 0.025218145000053482, 0.025211942999931125, 0.02523290200019801, 0.025485492999905546, 0.041059822000079294, 0.035725230000025476, 0.0255403749999914, 0.025456207999923208, 0.026575484999966648, 0.04148375299996587, 0.08793588499997895, 0.02546325200000865, 0.025965757999983907, 0.02525703700007398, 0.025646032999929957, 0.025444346000085716, 0.025973392999958378, 0.024817878000021665, 0.025234324999928504, 0.025983060000044134, 0.025212374000147975, 0.02551345499978197, 0.025414210000008097, 0.025151321000066673, 0.025269760000128372, 0.02440220399989812, 0.025204299000051833, 0.02542243499988217, 0.041689376000022094, 0.030669897000052515, 0.023419982999939748, 0.02340609700013374, 0.03927473499993539, 0.031935995999901934, 0.025143967000076373, 0.024864145000037752, 0.02356146700003592, 0.03961519899985433, 0.0652152960001331, 0.023963936999962243, 0.02356082599999354, 0.023580672999969465, 0.02342965999991975, 0.02370938300009584, 0.023155149000103847, 0.023679377000007662, 0.023357275999842386, 0.023676591000139524, 0.02317691999996896, 0.023867106999887255, 0.023254564000126265, 0.023336196999935055, 0.02322379799988994, 0.02348923200020181, 0.023311250000006112, 0.023533354999926814, 0.02335341899993182, 0.022971988000108468, 0.039944622999882995, 0.029601645999946413, 0.023123359999999593, 0.023467361000029996, 0.02333152900018831, 0.023449336999874504, 0.022951760000069044, 0.023611801000015475, 0.023261978999926214, 0.023394065000047704, 0.024581356999988202, 0.023579530999995768, 0.02337656200006677, 0.023548621999907482, 0.023450980999996318, 0.02344695400006458, 0.03982550099999571, 0.10107783199987352, 0.024268043000120088, 0.023289681000051132, 0.02342858899987732, 0.023430561999930433, 0.023304919000111113, 0.023126395999952365, 0.023777168999913556, 0.03937156500001038, 0.045600315999990926, 0.0338333220001914, 0.023954940999828978, 0.02254455100000996, 0.02440035000017815, 0.022675064999930328, 0.023145822000060434, 0.023633220999954574, 0.02331223099986346, 0.023406829000123253, 0.02352375700002085, 0.023376120999955674, 0.023580472000048758, 0.023422657999844887, 0.023397061000196118, 0.023594738999918263, 0.023565512999994098, 0.023473062999983085, 0.023579750999942917, 0.02331093900011183, 0.023295835999988412, 0.023014467999928456, 0.023272909000070285, 0.023197959000071933, 0.023201274999792076, 0.04027671300013935, 0.06080319299985604, 0.023398842999995395, 0.023522455000147602, 0.02292078200002834, 0.023413932000039495, 0.023194171999875834, 0.023131225000042832, 0.023078455999893777, 0.02308250400005818, 0.023396950000005745, 0.02279243399993902, 0.03808215200001541, 0.06277821300000141, 0.023443497000016578, 0.02332139999998617, 0.02311938299999383, 0.023447123000096326, 0.02269497199995385, 0.0230290839999725, 0.022753190999992512, 0.02283288800003902, 0.0233658419999756, 0.022768149000057747, 0.022822809999979654, 0.022797222000008333, 0.022892610000099012, 0.022560099999964223, 0.02262840799994592, 0.022740295999938098, 0.022728474000132337, 0.0229273549998652, 0.02293335600006685, 0.022694289999890316, 0.02264700199998515, 0.022925170999997135, 0.022686926999995194, 0.02278821500021877, 0.02247804799981168, 0.022952341000063825, 0.022929708999981813, 0.022912247000022035, 0.02274426400003904, 0.022914850999995906, 0.02245962300003157, 0.02168224399997598, 0.02259222999987287, 0.022098651000078462, 0.021937179000133256, 0.022111643999778607, 0.022170284000139873, 0.02268045499999971, 0.021893567000006442, 0.021963357999993605, 0.02231982299986157, 0.021727308000208723, 0.022599633999789148, 0.021964290000141773, 0.02207236100002774, 0.02241909700001088, 0.021998273999997764, 0.02208496399998694, 0.02187335999997231, 0.022313161000056425, 0.021838143999957538, 0.02208171899997069, 0.022192244000052597, 0.022123887999896397, 0.022246605999953317, 0.022119328000144378, 0.02214777199992568, 0.021962497000004078, 0.022111543999926653, 0.02220816400017611, 0.021724292999806494, 0.021765118000075745, 0.02248926900006154, 0.0215605759999562, 0.022198216000106186, 0.022074885999927574, 0.0220398409999234, 0.021735122000109186, 0.02255986000000121, 0.021665973999915877, 0.021753186000069036, 0.03872600199997578, 0.05844090999994478, 0.022267384000087986, 0.02216705799992269, 0.022207523000133733, 0.022247688999868842, 0.022062101000074108, 0.02215877300000102, 0.022168479999891133, 0.02216911200002869, 0.02155708999998751, 0.02239791800002422, 0.022571521999907418, 0.021868812000093385, 0.021947137000097428, 0.021890672999916205, 0.022053595999977915, 0.02273881399992206, 0.021354673000132607, 0.0222404749999896, 0.021865584999886778, 0.022108168000158912, 0.03873792499985029, 0.047261351000088325, 0.06355867899992518, 0.022482255000113582, 0.022571069999912652, 0.022892481000098996, 0.021682012999917788, 0.0225296440000875, 0.022093018999839842, 0.038769254000044384, 0.054408018999993146, 0.022578110000040397, 0.02275061199998163, 0.022988083999962328, 0.022691000000122585, 0.02267166499996165, 0.022217577999981586, 0.022280756000100155, 0.022386824000022898, 0.022403093999855628, 0.02188951600010114, 0.021893624999847816, 0.022410968000031062, 0.022285133999957907, 0.022270977000061976, 0.022278271999994104, 0.02219101800005774, 0.021965428999919823, 0.02286399300010089, 0.037829100999942966, 0.02864105200001177, 0.0221734159999869, 0.02227964400003657, 0.022226344000046083, 0.02225958700000774, 0.022187050999946223, 0.022146215000020675, 0.02238728399993306, 0.022307515999955285, 0.02238322700009121, 0.022228117999929964, 0.022412049999957162, 0.022305142000050182, 0.022261960000150793, 0.022340446999805863, 0.02218063999998776, 0.022967596000171397, 0.03861224100000982, 0.04750635099981082, 0.023100515000123778, 0.02283856500002912, 0.02293120900003487, 0.022711979999940013, 0.022601804000032644, 0.03886255799989158, 0.028798666000056983, 0.022645235000027242, 0.022900311000057627, 0.022733700999879147, 0.039003110000066954, 0.1535955130000275, 0.023020162999955573, 0.02250723899987861, 0.02291741300018657, 0.023184780999827126, 0.022621992000040336, 0.022910509999974238, 0.03953221599999779, 0.04554945300014879, 0.023213063999946826, 0.023054769000054876, 0.022788200999912078, 0.03918961799990939, 0.03510494300007849, 0.022981522000009136, 0.022853974000099697, 0.023104051000018444, 0.02261314499992295, 0.023109260999945036, 0.022418672999947376, 0.02267510100000436, 0.023023490000014135, 0.02255718100013837, 0.022707190999881277, 0.03943610700002864, 0.0325831919999473, 0.022796096000092803, 0.02283097200006523, 0.022859164000010423, 0.022742776999848502, 0.022487881999950332, 0.02311727599999358, 0.022979388000067047, 0.02292170000009719, 0.022923925999975836, 0.022480937999944217, 0.022585102999983064, 0.023199981000061598, 0.022149570999999924, 0.023069736000024932, 0.023014865000050122, 0.022481679999827975, 0.02274643400005516, 0.022818238000127167, 0.023142912999901455, 0.03943026599995392, 0.05869481900003848, 0.022923172999981034, 0.02353291999997964, 0.02232544000003145, 0.023143362999917372, 0.022602095000138434, 0.022493712999903437, 0.022784275000049092, 0.02241474500010554, 0.022428041000011945, 0.022542543999861664, 0.022761000999935277, 0.022527336000166542, 0.022831391999943662, 0.0218244349998713, 0.022057850999999573, 0.022001785000156815, 0.021844612999984747, 0.02199319999999716, 0.02190697900005034, 0.021789609999814274, 0.021657244000152787, 0.022554104999926494, 0.02228022500003135, 0.02098033199990823, 0.021978632000127618, 0.021799087999852418, 0.02198108700008561, 0.022005383000077927, 0.022679207999999562, 0.021341985999924873, 0.02212845200006086, 0.02190275099997052, 0.02197315300008995, 0.022081042999843703, 0.0217204909999964, 0.02181416700000227, 0.02208414899996569, 0.02175772100008544, 0.03811889100006738, 0.06104127300000073, 0.022338463999858504, 0.022132209000119474, 0.02210757299985744, 0.02172593200020856, 0.021759162999842374, 0.022208190000128525, 0.022129694999875937, 0.021755987000005916, 0.02194401800011292, 0.022077086999843232, 0.022318205000146918, 0.021472949999861157, 0.022083789000134857, 0.02212952399986534, 0.0219586050000089, 0.022128793000092628, 0.021993390000034196, 0.03855872099984481, 0.03242408500000238, 0.02211636900005942, 0.022176653000087754, 0.03836302599984265, 0.02884592500004146, 0.02220725899996978, 0.02164947800019945, 0.022030739999991056, 0.022097444999872096, 0.021458713000129137, 0.022308376999944812, 0.021917088000009244, 0.022012425999946572, 0.02200772700007292, 0.02200320799988731, 0.022030199000028006, 0.021781335000014224, 0.03844550899998467, 0.12917836499991608, 0.02261118199999146, 0.022874543000170888, 0.02252868799996577, 0.039306996000050276, 0.19028948899995157, 0.022899809999898935, 0.022847712000157117, 0.022371554999836007, 0.02343061999999918, 0.02230442000018229, 0.022537623999824064, 0.02328843500004041, 0.02255369499994231, 0.022061636999978873, 0.022891915000172958, 0.02265735799983304, 0.04028036099998644, 0.02908004100004291, 0.03808034000007865, 0.0617878660000315, 0.038790087000052154, 0.030893160999994507, 0.022494804999951157, 0.02224120200003199, 0.022167874999922788, 0.021951482000076794, 0.022036940999896615, 0.022161874999937936, 0.022180579000178113, 0.021852085999853443, 0.022105270000110977, 0.02202922599985868, 0.022018467000179953, 0.021967732999883083, 0.022084128999949826, 0.02198254000018096, 0.02206565500000579, 0.021954356999913216, 0.022280644999909782, 0.02197377500010589, 0.021687839999913194, 0.022294481000017186, 0.02144751300011194, 0.02209507899988239, 0.02182514700007232, 0.022089619999860588, 0.021964636000120663, 0.02153042700001606, 0.02126866899993729, 0.039236760999983744, 0.08244564500000706, 0.021880600000031336, 0.02144913999995879, 0.021810950000144658, 0.02152357399995708, 0.022212219000039113, 0.020588980999946216, 0.021586262000028, 0.02131399299992154, 0.03890670600003432, 0.059653967000031116, 0.11794206800004758, 0.02201624299982541, 0.02198334100012289, 0.02217122100000779, 0.022039175999907457], [0.026724743000158924, 0.02504508199990596, 0.02532392200009781, 0.025337025999988327, 0.02516383399984079, 0.025329852000140818, 0.02501632899998185, 0.02543007999997826, 0.02536095999994359, 0.04102869500002271, 0.03588377500000206, 0.025374765999913507, 0.02545805200020368, 0.026409504999946876, 0.04182819499988, 0.08770780000008926, 0.02556073400000969, 0.02583555499995782, 0.025343939000094906, 0.0256299319999016, 0.025446241000054215, 0.025681337999913012, 0.025292893000141703, 0.02523258199994416, 0.02598121699998046, 0.02520029099991916, 0.02533939099998861, 0.025357846000133577, 0.02538423399983003, 0.025275431000181925, 0.02519580299986046, 0.025012451000065994, 0.02544175200000609, 0.04183579899995493, 0.0304839489999722, 0.02346562800016727, 0.023256408999941414, 0.039393195999991804, 0.03196680299993204, 0.02513774499993815, 0.024878492000198094, 0.02363961199989717, 0.039444191000029605, 0.0653008360000058, 0.023955340999918917, 0.023557229000061852, 0.023587835999933304, 0.0234139710000818, 0.02358178500003305, 0.023320277000038914, 0.023656162999941444, 0.023348749999968277, 0.023636556999917957, 0.023339423000152237, 0.023855704999959926, 0.02316204299995661, 0.023294157999998788, 0.023178252999969118, 0.0235385739999856, 0.023295090000146956, 0.0235320319998209, 0.023455388999991555, 0.022862193000037223, 0.040008914000054574, 0.02956540800005314, 0.02315694200001417, 0.023425403999908667, 0.02334179700005734, 0.023447685000064666, 0.02289943199980371, 0.023667164000016783, 0.02323799400005555, 0.02332180000007611, 0.024664643000051, 0.023548402999949758, 0.023570272999904773, 0.023336727000014434, 0.023494743000128437, 0.023416195999971023, 0.03985232199988786, 0.10106613900006778, 0.024348504000045068, 0.023216252999873177, 0.0234144630001083, 0.023356223999826398, 0.023297305000141932, 0.023100767999949312, 0.023947726999949737, 0.03921421200016084, 0.04578935799986539, 0.03379440899993824, 0.02389157300012812, 0.0225869700000203, 0.02403219400002854, 0.022990682999989076, 0.02315020099990761, 0.02364789800003564, 0.02328914800000348, 0.023422768000045835, 0.02359019100003934, 0.023320637999859173, 0.023576905000027182, 0.023376452000093195, 0.02345531899982234, 0.023563281000178904, 0.023622379000016736, 0.023433668999814472, 0.023609667000073387], [0.02733691399998861, 0.025371689999929004, 0.025458293000156118, 0.026409785999931046, 0.04183097899999666, 0.08770406400003594, 0.02556615299999976, 0.02583155899992562, 0.025346413000079338, 0.025628389000075913, 0.025448173999848223, 0.025605347000009715], [0.02846356400004879, 0.025556666000056794, 0.025871201999962068, 0.02530967400002737, 0.02563212699988071, 0.02544392599997991, 0.025689784000178406, 0.025285108999923978, 0.025232260999928258, 0.025982800000065254, 0.02519974999995611, 0.025340422999988732, 0.025357564000159982, 0.02538313299987749, 0.02527883700008715, 0.024886326999876474, 0.025243993000003684, 0.02532143600001291, 0.04188506100013001, 0.030580128999872613, 0.023457072000155677, 0.023265775999789184, 0.039390942000181894, 0.031959850000021106, 0.025137094000001525, 0.02486368399991079, 0.02340867199995955, 0.03968516999998428, 0.0653002850001485, 0.02395519099991361, 0.02355171799990785, 0.02359658299997136, 0.023401668000133213, 0.023371322999992117, 0.023526641999978892, 0.023663405999968745, 0.023347006999983932, 0.02364901999999347, 0.02317725100010648, 0.024092546000019865], [], [0.02681839700017008, 0.025137113999790017, 0.024865828000201873, 0.023631747999843356, 0.039459148000105415, 0.06530151699985254, 0.02395670400005656, 0.023551007000151003, 0.02359480999984953, 0.02340458399999079, 0.023370731000113665, 0.0235256500000105, 0.02366329599999517, 0.023348209000005227, 0.02364615499982392, 0.023180267000043386, 0.023997347999966223, 0.023147505999986606, 0.023330947000204105, 0.023171960999889052, 0.023534246000053827, 0.023302834999867628, 0.023523394999983793, 0.02344871700006479, 0.022755334000066796, 0.04011709599990354, 0.02957969400017646, 0.023144939999838243, 0.02342605400008324, 0.023348619999978837, 0.02344422900000609, 0.022898831000020436, 0.023663267000074484, 0.023249795999845446, 0.023322602000007464, 0.02466638500004592, 0.023537802999953783, 0.02355651800007763, 0.023350883999910366, 0.023486527000159185, 0.023416185999849404, 0.03985658000010517, 0.10094716699995843, 0.024442609000061566, 0.023240669999950114, 0.02340545599986399, 0.02335700500020721, 0.023314196000001175, 0.023091640999837182, 0.02394961000004514, 0.03919905399993695, 0.04579688200010423, 0.03365996000002269, 0.024020371999995405, 0.02258747099995162, 0.024046831000077873, 0.022963862999858975, 0.023181319000059375, 0.02362882200009153, 0.023287885999934588, 0.023423390000061772, 0.023594548999881226, 0.023314166000091063, 0.02358025099988481, 0.023374469000145837, 0.02345516799982761, 0.023564563000036287, 0.023609686000099828, 0.02345959700005551, 0.02359654299993963, 0.023336597000024994, 0.023214914999925895, 0.023016431000087323, 0.023256448999973145, 0.023245226999961233, 0.023173624000037307, 0.04028120099997068, 0.06078347499988013, 0.02341423300003953, 0.02359425800000281, 0.022762436999983038, 0.02347574700002042, 0.02314068300006511, 0.023142766000091797, 0.0231197229998088, 0.023078367000152866, 0.023372814999902403, 0.022757007000109297, 0.03812029400000938, 0.06277204200000597, 0.023411125999928117, 0.023380960999929812, 0.023072095000088666, 0.023248541999919325, 0.02293426799997178, 0.02307722500017917, 0.022631482999941, 0.022840532999907737, 0.023186949000091772, 0.02290507299994715, 0.02282123700001648, 0.022856441999920207, 0.022952593000127308, 0.022488485999929253, 0.02257557000007182, 0.02278844499983279, 0.02271979800002555, 0.02294254399998863, 0.0229363309999826, 0.022660137000002578, 0.022676848000173777, 0.022911995999947976, 0.022691764999990482, 0.022784750000027998, 0.0224940069999775, 0.023025256999972044, 0.022865820000106396, 0.022864587999947616, 0.022862573999873348], [], [0.02497542300011446], [0.02570170500007407, 0.02445196699977714, 0.02322075200004292, 0.02341345100012404, 0.02335911899990606, 0.02329698400012603, 0.02309934599998087, 0.023947595999970872, 0.03921407200004978, 0.04578998900001352, 0.03367764199992962, 0.024005385000009483, 0.022589715999856708, 0.024032744000123785, 0.022988098000041646, 0.02315440799998214, 0.023642759000040314, 0.023292524999988018, 0.02341992299989215, 0.02359232499998143, 0.023316690000001472, 0.023578899000085585, 0.02337712400003511, 0.023454326999853947, 0.023565464000057545, 0.02361150000001544, 0.023444398000037836, 0.023607482999977947, 0.023419421999960832, 0.023108727000135332, 0.023009057999843208, 0.02325749999999971, 0.023249715000019933, 0.023174445999984528, 0.04028103099994951, 0.0607815920000121, 0.02341546399998151, 0.02359847700017781], [0.0400741260000359, 0.03380417700009275, 0.023889037999879292, 0.02258081900004072, 0.024027404999969804, 0.02310373399996024, 0.023035156000105417, 0.023701347000042006, 0.02323808400001326, 0.023540287000059834, 0.02347396399977697, 0.023331258000098387, 0.02357218599991029, 0.023370501000044897, 0.023464136000029612, 0.02355402300008791, 0.023749926999926174, 0.0233079249999264, 0.024186932000020533, 0.02283246800016059, 0.02311473899999328, 0.023000220999847443, 0.0232584919999681, 0.023256117000073573, 0.023174957000037466, 0.040276191999964794, 0.06078086999991683, 0.023419663000140645, 0.023705745999905048, 0.02263012000003073, 0.02348717800009581, 0.023133258999905593, 0.023143056999970213, 0.023125905000142666, 0.023077243999978236, 0.023363848999906622, 0.022756256000093344, 0.0381849829998373, 0.06270512800006145, 0.023411517000113236, 0.02338340500000413, 0.02306402999988677, 0.02325458400014213, 0.022935340000003634, 0.023077484999930675, 0.022623157999987598, 0.022841444000050615, 0.023437355999931242, 0.02265436600009707, 0.02282264999985273, 0.02286584000012226, 0.02294917499989424, 0.022490301000061663, 0.022566210999912073, 0.022787203999996564, 0.022729956000148377, 0.02293889699990359, 0.022940950000020166, 0.022647612999890043, 0.022685344000137775, 0.022911635999889768, 0.022692727000048762, 0.02277785599994786, 0.022497364000173548, 0.02302799199992478, 0.0228657600000588, 0.022856822999983706, 0.022973390999823096, 0.022679313000026013, 0.022443331999966176, 0.021707281000090006, 0.022587280999914583, 0.022068334000096, 0.021931829000095604, 0.02215539600001648, 0.022182405999956245, 0.022636863999878187, 0.02194494300010774, 0.02186347199994998, 0.022213104000002204, 0.02184457599992129, 0.02248609299999771, 0.022074605000170777, 0.02207544699990649, 0.022298361999901317, 0.022337887000048795, 0.021895550999943225, 0.021837093000158347, 0.022331193999889365, 0.021926519000089684, 0.02199513699997624, 0.022185883000020112, 0.022125389999928302, 0.022254351000128736, 0.0221037090000209, 0.022164612999858946, 0.021959651000088343, 0.022116252999921926, 0.022213363999981084, 0.021716718000106994, 0.021722839999938515, 0.022527129000081914, 0.02156063699999322, 0.022155977000011262, 0.022130249999918306, 0.022040171000071496, 0.021679147999975612, 0.022608179999906497, 0.021654452000120727, 0.021719363999864072, 0.03874359400015237, 0.058466196999916065, 0.02231192799990822, 0.02218130400001428, 0.022188478000089162, 0.02226175400005559, 0.022058404999825143, 0.02215594700010115, 0.022122084000102404, 0.02235888499990324, 0.0213287849999233, 0.02242691200012814, 0.022592752000036853, 0.021750349999820173, 0.022241997000037372, 0.021786328999951365, 0.021942549000186773, 0.022623918999897796, 0.021504833000108192, 0.022311416999855282, 0.02181375999998636, 0.02209545400000934, 0.03872681300003933, 0.04729921300008755, 0.06357344599996395, 0.022438052999859792, 0.022619210000129897, 0.022898780999867085, 0.021632732000171018, 0.02239878000000317, 0.022259679999933724, 0.038730390999944575, 0.054488890000129686, 0.022667225999839502, 0.02269768400014982, 0.022963718000028166, 0.022803630999987945, 0.022567771000012726], [], [], [], [0.03281850099983785, 0.022308662000114055, 0.022180842999887318, 0.02219253600014781, 0.02225948000000244, 0.022058584999967934, 0.022156728000027215, 0.022122274999901492, 0.02228020799998376], [0.022635401000115962, 0.022299864999922647, 0.022181784999929732, 0.022199759000159247, 0.02225130499982697, 0.022061019000148008, 0.0221545449999212, 0.0221283159999075, 0.022274568000057116, 0.021433891000015137, 0.022419296999942162, 0.022592591000147877, 0.021742987999914476, 0.02222477500004061, 0.021747354999888557, 0.022001750000072207, 0.022617948000061006, 0.021504172000049948, 0.022253028000022823, 0.021860596999886184, 0.022105151999994632, 0.038727254999912475, 0.047273704000190264, 0.0635834149998118, 0.022440276999986963, 0.022617036000156077, 0.022886688999960825, 0.02164472399999795, 0.022388961999922685, 0.022269228000141084, 0.03873327599990262, 0.05441147500005172, 0.02258435199996711, 0.022732098000005863, 0.023063605000061216, 0.02272467299985692, 0.022654172000102335, 0.022141145999967193, 0.022277198999972825, 0.022394027000018468, 0.022410858000057488, 0.021847338000043237, 0.021929571999862674, 0.022405267000067397, 0.022288370000069335, 0.022283079999851907, 0.022251852000181316, 0.022212468999896373, 0.02191304100006164, 0.022936337999908574, 0.037745254000128625, 0.02873407699985364, 0.022157535000133066, 0.022280244999819843, 0.022221045000151207, 0.02226329299992358, 0.022163157000022693, 0.02218235200007257, 0.02239597099992352, 0.022280435000084253, 0.02240537900001982, 0.022227275999966878, 0.02242531499996403, 0.02229478200001722, 0.022258283999917694, 0.022351467000135017, 0.022198993999836603, 0.022921219999943787, 0.03865198500011502, 0.04751155100007054, 0.023099261999959708, 0.022835429999986445, 0.02293608700006189, 0.02270872399981272, 0.022664371000018946, 0.038809920000176135, 0.02887058999999681, 0.02260293599988472, 0.02284484799997699, 0.022835721000092235, 0.03895243500005563, 0.1536429909999697, 0.022954371999958312, 0.02263850300005288, 0.022768123999867385, 0.023168770999973276, 0.02272073700009969, 0.022906831999989663, 0.039542355000094176, 0.04554707899978894, 0.023229926000112755, 0.023049708999906215, 0.022715787000151977, 0.039264566999918316, 0.03510852900012651, 0.022992512999962855, 0.02288818900001388, 0.023068042999966565, 0.02262548799990327, 0.02280583500009925, 0.022706439999865324, 0.022675811999988582, 0.02303764700013744, 0.02256284199984293, 0.022703804000002492, 0.03912022800000159, 0.03289574500013259, 0.022762734000025375, 0.022920057999954224, 0.022799251999913395, 0.022735624000006283, 0.022470108000106848, 0.023154445000045598, 0.022902745000010327, 0.022950053999920783, 0.022917984000059732, 0.022453116999940903, 0.02256420399999115, 0.022965813999917373, 0.0223863319999964, 0.023074315000030765, 0.023075467000126082, 0.022448608999866337, 0.02277070900004219, 0.02276899699995738, 0.022911301000021922, 0.03970897599992895, 0.05869804500002829, 0.02287659600006009, 0.023556584000061775, 0.022292588000027536, 0.023224605999985215, 0.02248196999994434, 0.02252734600006079, 0.02278202999991663, 0.02247033999992709, 0.022264866000114125, 0.022516584999948464, 0.02287800900012371, 0.02259658599996328, 0.022544195999898875, 0.022028295000154685, 0.02204820299994026, 0.022043953999855148, 0.021739758000194342, 0.022051648999877216, 0.021719148000101995, 0.02178070399986609, 0.021810499000139316, 0.02255967599990072, 0.022128943000097934, 0.020979038999939803, 0.02215943999999581, 0.021610897000073237, 0.021999420999918584, 0.022126579000087077, 0.02254759299989928, 0.021514688000024762, 0.022094438000067385, 0.021934640999916155, 0.021972150000010515, 0.022083658999918043, 0.021681839000166292, 0.02181556899995485, 0.02212340200003382, 0.02170658599993658, 0.03798827800005711, 0.06105655099986507, 0.022323376000031203, 0.022140994999972463, 0.022311382999987472, 0.021655280000004495, 0.021759534000011627, 0.02224378699997942, 0.021958075000156896, 0.02193322699986311, 0.02194797600009224, 0.022034426999880452, 0.022318746000109968, 0.02144106099990495, 0.022113684000032663, 0.022169669000049907, 0.021939047999921968, 0.02216033200011225, 0.021967201000052228, 0.038532583000005616, 0.03251479399978052, 0.022110338000175034, 0.022140834999845538, 0.038414161999980934, 0.028812573000095654, 0.02229219700006979, 0.021541608000006818, 0.021869118000040544, 0.022259686999859696, 0.021418939000113824, 0.02234774099997594, 0.021918420000019978, 0.02202390699994794, 0.022008948999882705, 0.022001466000119763, 0.02203223199990134, 0.021778649999987465, 0.03844629100012753, 0.12916955900004723, 0.02270332399984909, 0.022824158000048556, 0.02249219999998786, 0.039353333000008206, 0.19030379500009076, 0.02298785399989356, 0.022768836000068404, 0.02229161600007501, 0.023495520999858854, 0.022315720000051442, 0.022452946999919732, 0.023393541000132245, 0.022562299999890456, 0.022001165000119727, 0.022958629999948243, 0.022559844999932466, 0.04034250700010489, 0.029011864000040077, 0.03814833699993869, 0.06152333299996826, 0.0390476770000987, 0.030759731999978612, 0.02252210599999671, 0.022280835999936244, 0.02224768399992172, 0.021855123000023013, 0.02204059700011385, 0.02216035199990074, 0.022248866999916572, 0.021807502999990902, 0.022067098000206897, 0.022016402999952334, 0.022023354999873845, 0.021957654000061666, 0.022093205999908605, 0.02195061100019302, 0.022064001999979155, 0.022019538999984434, 0.02224893599986899, 0.02183259100002033, 0.021838922000142702, 0.022296203999985664, 0.02129040999989229, 0.022256120000065494, 0.021774943000082203, 0.02196298399985608, 0.022100919999957114, 0.021533863000058773, 0.021283025999991878, 0.03912576400011858, 0.08254169399992861, 0.02187101200001962, 0.021489766000058808, 0.021772507999912705, 0.021523154000078648, 0.022118763999969815, 0.020657028999949034, 0.02161042600005203, 0.0213116390000323, 0.03890900999999758, 0.059642334999807645, 0.11796646400011923, 0.021990354000081425, 0.021982719999869005, 0.022171011999944312, 0.022012957000015376, 0.038787077000051795, 0.027680582000130016, 0.02181256299991219, 0.021731831999886708, 0.02220396300003813, 0.02188334500010569, 0.021799007000026904, 0.022120417999985875, 0.02207284799987974, 0.038377352999987124, 0.02965578400016966, 0.03886300899989692, 0.06138694800006306, 0.022438048999902094, 0.022199084000021685, 0.021746048000068186, 0.022632341999951677, 0.021994502000097782, 0.02122161099987352, 0.022152697000137778, 0.021832259999882808, 0.021733675999939805, 0.022036961000139854, 0.021952924999823153, 0.021602714000209744, 0.021868960999881892, 0.02176891399994929, 0.02255148300014298, 0.021246509999855334, 0.022037835999981326, 0.021826581000141232, 0.022161005000043588, 0.02205407499991452, 0.02206066799999462, 0.022036011999944094, 0.022774047999973845, 0.021877506000009816, 0.021777670000119542, 0.02219779400002153, 0.038512953000008565, 0.029351696999810883, 0.02194565300010254, 0.022094010000046183, 0.022294744999953764, 0.021701929000073505, 0.022254979999843272, 0.02198335399998541, 0.022235572999989017, 0.02219876600020143, 0.03686143400000219, 0.03624617799982843, 0.02211297500002729, 0.02204139200011923, 0.022131649999892034, 0.02177761999996619, 0.022404509000125472, 0.03806577899990771, 0.02925900500008538, 0.02217610299999251, 0.02270489800002906, 0.022387326999933066, 0.022328124000068783, 0.02264302100002169, 0.022437216999833254, 0.022376163999979326, 0.03833610900005624, 0.02844999400008419, 0.022108604999857562, 0.022348942999997234, 0.022172574000023815, 0.022016663000158587, 0.022032382999896072, 0.0219474650000393, 0.022212859000092067, 0.021682209999880797, 0.02227586699996209, 0.021836487999962628, 0.02203558900009739, 0.022037853000028917, 0.038447657000006075, 0.19112771499999326, 0.038984220999964236, 0.06096092600000702, 0.10213968399989426, 0.023159604000056788, 0.022953308000069228, 0.022418462999894473, 0.022617012000182513, 0.022361155999988114, 0.023180021999905875, 0.022164679000070464, 0.022692402999837213, 0.022049455000114904, 0.022755710999945222, 0.022152797999979157, 0.022161632999996073, 0.021632638000028237, 0.021938278000106948, 0.02179607199991551, 0.022103955999909886, 0.021955991000140784, 0.022048201999950834, 0.021751660000063566, 0.021883044999867707, 0.021937044999958744, 0.02196470700005193, 0.021850012999948376, 0.0219565520001197, 0.02190988400002425, 0.022130525999955353, 0.02171967999993285, 0.022241813000164257, 0.03712254699985351, 0.08250803500004622, 0.022590051999941352, 0.021890949000180626, 0.022000062999950387, 0.022101081999835515, 0.022093756999993275, 0.02194578100011313, 0.021804497999937666, 0.02200303800009351, 0.021805119999953604, 0.022480448000123943, 0.038275845999805824, 0.08134294399997088, 0.022240591000127097, 0.0222686029999295, 0.03867012099999556, 0.07540418500002488, 0.0635009259999606, 0.13768093700014106, 0.02352053699996759, 0.021943436999890764, 0.022591706000184786, 0.022758434999786914, 0.02268598099999508, 0.02252562300009231, 0.022712360000014087, 0.023044067999990148, 0.021994823000113684, 0.022438729999976204, 0.02290728399998443, 0.022565305999933116, 0.022619616999918435, 0.022522847000118418, 0.0230400620000637, 0.022624125999982425, 0.022752423999918392, 0.022755149999966306, 0.02259872800004814, 0.02280201799999304, 0.022643492000042897, 0.023258377000047403, 0.021979123999926742, 0.0231030689999443, 0.0222412319999421, 0.022549897000089913, 0.022543334999909348, 0.023107287000129872, 0.022650033999980224, 0.022845477999908326, 0.02256898300015564, 0.0226990849998856, 0.02281242799995198, 0.02296610200005489, 0.022468546000027345, 0.022912503000043216, 0.02250118699998893, 0.022826061999921876, 0.022415968000132125, 0.022581966999950964, 0.02196387499998309, 0.02188643099998444, 0.022167855999896346, 0.022158097000101407, 0.021940962999906333, 0.022272731000157364, 0.02212216999987504, 0.022163136000017403, 0.02188576000003195, 0.022200136000037674, 0.02171099299994239, 0.022408555000083652, 0.021986447000017506, 0.022124924999843643, 0.021993681000139986, 0.021918800999856103, 0.022725525000169, 0.02162723699984781, 0.021725492000086888, 0.02218983600005231, 0.022410717999946428, 0.021612551000089297, 0.021661290999873017, 0.022033855000017866, 0.022013127000036548, 0.022280014999978448, 0.022038194000060685, 0.022135654999829057, 0.022038975000214123, 0.022043483999823366, 0.022016694000058123, 0.022067427999900247, 0.022035447999996904, 0.021935953000138397, 0.021960058999866305, 0.022639835000063613, 0.02161355199996251, 0.022155742999984795, 0.022091842999998335, 0.022330074000137756, 0.022689236999895, 0.021595459000081973, 0.022185297000078208, 0.022127740999849266, 0.02203086000008625, 0.022176060999981928, 0.021610646999988603, 0.021942605000049298, 0.021932977999995273, 0.02180866599996989, 0.02189158999999563, 0.0217918749999626, 0.022145754000121087, 0.02177412099990761, 0.022047912000061842, 0.021613672999819755, 0.02190183000016077, 0.02176093699995363, 0.02196078900010434, 0.021790361999819652, 0.02180218400008016, 0.02165298599993548, 0.021843129999979283, 0.021899896000149965, 0.02207231700003831, 0.021755546999884245, 0.02193420999992668, 0.021902902000192626, 0.022124493999854167, 0.021874347999983, 0.021862517000045045, 0.022118904000080875, 0.02193967099992733, 0.021910785000045507, 0.02200980099996741, 0.02215410000007978, 0.021920824999824617, 0.02187573100013651, 0.022521163999954297, 0.02132404300004964, 0.022188753999898836, 0.021753984000042692, 0.022171492000097714, 0.02196796299995185, 0.022001685999839538, 0.02192652500002623, 0.021974215000000186, 0.021817521999992096, 0.0220047920001889, 0.021776555999849734, 0.02171860800012837, 0.022268813999971826, 0.02202579100003277, 0.02176940200001809, 0.021800239999947735, 0.02224174299999504, 0.0221852580000359, 0.02183829099999457, 0.022247624999863547, 0.021696366000014677, 0.02170023400003629, 0.022205425000038304, 0.021728126999960296, 0.022142908999967403, 0.021908481000082247, 0.021682039999859626, 0.021873657000014646, 0.022423482000021977, 0.022032984000134093, 0.021683833999986746, 0.02192180599990934, 0.02161790100012695, 0.02186956899981851, 0.022277460000168503, 0.021906768000008014, 0.021938117999980022, 0.022033163999822136, 0.021742243000062444, 0.02177530300014041, 0.022477572999832773, 0.02220284999998512, 0.02154820100008692, 0.021702477999951952, 0.021701687000131642, 0.02175487499994233, 0.02233303299999534, 0.021968945000025997, 0.022076384999991205, 0.021798216999968645, 0.022564724999938335, 0.021531869999989794, 0.021935422000069593, 0.021917729000051622, 0.022294822000048953, 0.021593524999843794, 0.0218261090001306, 0.021910254999966128, 0.022258954999870184, 0.02164279700014049, 0.022047931999850334, 0.02207245700014937, 0.022119204999853537, 0.021972922000031758, 0.0221163600001546, 0.02164643299988711, 0.02225127099995916, 0.021365901000081067, 0.022514110999964032, 0.02168497499997102, 0.021928760000037073, 0.022040036999896984, 0.02185286800022368, 0.021597782999833726, 0.022203102000048602, 0.022280043999899135, 0.021518925999998828, 0.021861454000145386, 0.021959276999950816, 0.021938708000107, 0.022025069999926927, 0.022045736999871224, 0.02190243100017142, 0.022109646999979304, 0.021994922999965638, 0.021957152999902974, 0.021971278000137318, 0.021889787999953114, 0.021917358000109743, 0.022122741999965, 0.02163196599985895, 0.022238438000158567, 0.022023966999995537, 0.0218286529998295, 0.021671029000117414, 0.022178414999871165, 0.02198872200006008, 0.02193966000004366, 0.022129554000002827, 0.021742211999935535, 0.02195872600009352, 0.02211166000006415, 0.02186863799988714, 0.021908552000013515, 0.022058972999957405, 0.02202746400007527, 0.022053851999999097, 0.02218334400004096, 0.02207936099989638, 0.022130295000124534, 0.02186274699988644, 0.021664437000026737, 0.021892191999995703, 0.022127059000013105, 0.021756959999947867, 0.022213701000055153, 0.02185322900004394, 0.0219240510000418, 0.022127679999812244, 0.022073320000117747, 0.021739216000014494, 0.022169207999922946, 0.022024278000117192, 0.02200570299987703, 0.022071305000054053, 0.02171539300002223, 0.02191099599986046, 0.02175327300005847, 0.022267791000103898, 0.022046118999924147, 0.02201619299989943, 0.022132449000082488, 0.02193077400011134, 0.02206042499983596, 0.022022905000085302, 0.021981969000080426, 0.022038173999817445, 0.022013468000068315, 0.02202500900011728, 0.021973101999947175, 0.021976871999868308, 0.022028878000128316, 0.022079893999944034, 0.02214568599993072, 0.021691820000114603, 0.022088810000013837, 0.02154818200006048, 0.02130470899987813, 0.021516773000030298, 0.021498320000091553, 0.02146536800000831, 0.021758313999953316, 0.021027982999839878, 0.02168096900004457, 0.02146000900006584, 0.021308855999905063, 0.02156033500000376, 0.021595461000060823, 0.02152684199995747, 0.02143680500012124, 0.021332058999860237, 0.02155145899996569, 0.0216062710001097, 0.02149450199999592, 0.02181455899994944, 0.02108337599997867, 0.021542872000054558, 0.021302203999994163, 0.02135367000005317, 0.021295171000019764, 0.021643430000040098, 0.02150904899986017, 0.021415996000087034, 0.02152636200003144, 0.021434980999856634, 0.021867718000066816, 0.021160319000046002, 0.02147745100000975, 0.021335445999966396, 0.02152716299997337, 0.021472882000125537, 0.02141573599988078, 0.021992681000028824, 0.020793444999981148, 0.021275454000033278, 0.021717267999974865, 0.02120369999988725, 0.021315318999995725, 0.02170053600002575, 0.021463584999992236, 0.021232654000186812, 0.021508036999875912, 0.021552620999955252, 0.02128012299999682, 0.021458545000086815, 0.02151181399995039, 0.021380379999982324, 0.021646676000045773, 0.020958092999990185, 0.02158043200006432, 0.021346407000010004, 0.02131686100005936, 0.021454907999896022, 0.021392392000052496, 0.02188934900004824, 0.020962990999805697, 0.02134726799999953, 0.021067006000066613, 0.02159971800006133, 0.021164537000004202, 0.021290442000008625, 0.021397441999852163, 0.021766759000001912, 0.020912709000185714, 0.02140051699984724, 0.021146123000107764, 0.021056835999843315, 0.021466400000008434, 0.021280394000086744, 0.021243093000066438, 0.021193480999954772, 0.021126667000089583, 0.021581975999879432, 0.021426073999919026, 0.02110366400006569, 0.02147305200014671, 0.021200244999818096, 0.021215601999983846, 0.021723108000060165, 0.02127074600002743, 0.021344631999909325, 0.021502026999996815, 0.021384226999998646, 0.02144590100010646, 0.0214318060000096, 0.021447223999985, 0.021367074999943725, 0.021384107000130825, 0.021371462999923097, 0.02094122099993001, 0.02123429700009183, 0.021010018999959357, 0.021225221000122474, 0.021111267999913252, 0.02105970200000229, 0.021232573999895976], [0.038252859999829525, 0.06357006999996884, 0.02243983600010324, 0.022620443000050727, 0.022890244999871356, 0.021639555000092514, 0.022387469000022975, 0.022271230999876934, 0.03873033100012435, 0.05440831999999318, 0.022588047999988703, 0.02273315000002185, 0.023070447000009153, 0.022817696999936743, 0.022563033000096766, 0.022140954999940732, 0.022272499999871798, 0.022394378000171855, 0.022413132999872687, 0.021841296000047805, 0.021928479000052903, 0.022411629999851357, 0.022287989000005837, 0.022282840000116266, 0.022255428999869764, 0.022208541000054538, 0.021902189999991606, 0.0229484510000475, 0.03773500600004809, 0.028747110000040266, 0.022153407999894625, 0.022284974000058355, 0.022210785999959626, 0.02227049599991915, 0.022157987000127832, 0.02218307399994046, 0.022398365000071863, 0.022276737999845864, 0.02241112900014741, 0.02222736699991401, 0.02242737799997485, 0.02229167700011203, 0.022259797000060644, 0.02234925299990209, 0.022207320000006803, 0.022907604000010906, 0.0386589479999202, 0.04751282300003368, 0.023092038999948272, 0.022865706000175123, 0.02291221299992685, 0.022706479999897056, 0.02266017300007661, 0.0388148080000974, 0.028890928999999232, 0.022570675999986634, 0.02284598999995069, 0.02284264299987626, 0.03894963000016105, 0.1536424910000278, 0.022949431999904846, 0.022651127000017368, 0.022754918999908114, 0.02316766900003131, 0.022732248000011168, 0.02290242499998385, 0.039541933999998946, 0.04554575600013777, 0.023232500999938566, 0.023048947999996017, 0.022711068000035084, 0.03927040799999304, 0.035104851999903985, 0.02300695999997515, 0.02287507400001232, 0.02306974600014655, 0.022644974999820988, 0.022784315000080824, 0.022706258999960482, 0.022691981999969357, 0.023017479000145613, 0.022567149999986214, 0.02270388500005538, 0.039137219999929584, 0.03288008499998796, 0.022756522999998197, 0.022939854000014748, 0.022784986000033314, 0.02274719499996536, 0.02245382899991455, 0.023153873999945063, 0.02290345599999455, 0.022968879000018205, 0.02290337600015846, 0.022458117000041966, 0.0225560389999373, 0.022967437000033897, 0.022385860999975193, 0.023082218999888937, 0.023073324000051798, 0.02244341899995561, 0.02277942599994276, 0.02275989899999331, 0.02291034900008526, 0.0397249360000842, 0.058685381000032066, 0.022876666999991357, 0.023568575999888708, 0.022291877000043314, 0.023229585000080988, 0.022609217999843167, 0.022393186000044807, 0.02277990600009616, 0.02247431599994343, 0.022406379999893034, 0.022515514000133408, 0.02274351799997021, 0.022712552000029973, 0.022411748999957126, 0.022034275999885722, 0.022058993000200644, 0.022035668999933478, 0.02173047999986011, 0.022071506000202135, 0.021851134999906208, 0.021749645999989298, 0.02169346100004077, 0.022555507999868496, 0.022275005000210513, 0.020984959999850616, 0.02201174400011041, 0.021722665999959645, 0.022035257999959867, 0.021975116000021444, 0.022549175999984072, 0.021529266000015923, 0.022080311000081565, 0.021940221000022575, 0.02197096899999451, 0.022087495999812745, 0.02167335300009654, 0.02182331299991347, 0.022121859999970184, 0.02169916100001501, 0.03810582699998122, 0.0610927590000756, 0.02228932299999542, 0.022178915000040433, 0.0221525469999051, 0.02165664300014214, 0.021760424999911265, 0.02226008799993906, 0.021940602000086074, 0.021939890000112428, 0.021958183999913672, 0.022024689000090802, 0.022320659999877535, 0.021522752999999284, 0.02204266200010352, 0.022154199999931734, 0.021941933999869434, 0.022166473000197584, 0.021954929000003176, 0.0385336939998524, 0.03250875300000189, 0.022109056000090277, 0.022142668000014964, 0.03842102499993416, 0.028809096000031786, 0.022292798000080438, 0.021618801999920834, 0.021791292999978396, 0.022258664999981193, 0.021415573000012955, 0.022352911000098175, 0.02191708700001982, 0.022024658999953317, 0.02202119200001107, 0.02199006399996506, 0.022033804999864515, 0.02178035300016745, 0.03844344699996327, 0.12927060599986362, 0.02260230600018076, 0.02281506199983596, 0.022495926000146937, 0.03935636899996098, 0.19031947400003446, 0.022983515999840165, 0.02276883500007898, 0.022288030000026993, 0.023492765999890253, 0.02232694100007393, 0.022443990000056147, 0.023403599999937796, 0.02256228999999621, 0.021992318000002342, 0.02296182600002794, 0.02272439300008955, 0.04016891299988856, 0.02900768600011361, 0.03815318599981765, 0.061516550000078496, 0.03906141300012678, 0.03101050899999791, 0.022403484999813372, 0.022145083000168597, 0.022255688999848644, 0.021840996000037194, 0.022047701000019515, 0.022163478000038594, 0.022247483999990436], [0.02358245599998554, 0.022439135000013266, 0.02262036199999784, 0.02289284099992983, 0.021636899999975867, 0.022389561999943908, 0.022268876999987697, 0.03873010000006616, 0.05440889200008314, 0.022591794999925696, 0.022832764999975552, 0.02296958000010818, 0.022712910999871383], [], [0.023474269999951503, 0.022726606999867727, 0.022704136000129438, 0.022964629999933095, 0.02280691700002535, 0.022561819999964428, 0.022141615999998976, 0.022272280000152023, 0.022396250999918266, 0.022412602000031256, 0.02183748899983584, 0.021928991000095266, 0.022413543000084246, 0.02228837999996358, 0.02228306999995766, 0.02225817399994412, 0.022205335000080595, 0.021898002999932942, 0.02295297900013793, 0.03773059699983605, 0.0287516890000461, 0.02215263700009018, 0.022287367999979324, 0.0222077599999011, 0.022271168000088437, 0.022155551999958334, 0.022183445000109714, 0.022397202999854926, 0.022277660000099786, 0.022413322999909724, 0.022227405999956318, 0.02242877200001203, 0.022290374000021984, 0.022260007000113546, 0.022349613999949725, 0.022208582000075694, 0.02290407700002106, 0.038662013999783085, 0.047512072000017724, 0.023088392000090607, 0.02286867199995868, 0.022911060000069483, 0.02270775300007699, 0.022657707999997, 0.03881809499989686, 0.028890428000067914, 0.022565755999949033, 0.022847672999887436, 0.022844808000172634, 0.03894979999995485, 0.15364221999993788, 0.02294785000003685, 0.022653650999927777, 0.02275536000001921, 0.023164544000110254, 0.022734601999900406, 0.02290001000005759, 0.039544810000052166, 0.04554614599987872, 0.023228733999985707, 0.023051843000075678, 0.02270768199991835, 0.03927276200010965, 0.03510539399985646, 0.02300665900020249, 0.022875714999827323, 0.02306985700010955, 0.022645545999921524, 0.022782571000107055, 0.022706439999865324, 0.022691491000159658, 0.023017268999865337, 0.022567519999938668, 0.022704446000034295, 0.03913727999997718, 0.03288162800004102, 0.022752535000108765, 0.022941557999956785, 0.022786018000033437, 0.02274740500001826, 0.02245152499995129, 0.02315356300005078, 0.022904378000021097, 0.022972815999992235, 0.022901182999930825, 0.02245585199989364, 0.02255650000006426, 0.022966686000017944, 0.02238710300002822, 0.023081567999952313, 0.023076029000094422, 0.02244041299991295, 0.022779265000053783, 0.022760610999966957, 0.022912452999889865, 0.03972558700002082, 0.058684930000026725, 0.022874774000001707, 0.02356853600008435, 0.02229457199996432, 0.02322828199999094, 0.022611080999922706, 0.022391473000197948, 0.022780156999942847, 0.02247477700007039, 0.022404235999829325, 0.022514953000154492, 0.022745300999986284, 0.022717541000019992, 0.022408663999840428, 0.02203293399998074, 0.022058922000042003, 0.022035098000060316, 0.021726792999970712, 0.022077838000086558, 0.021849431999953595, 0.021748382999930982, 0.021692560000019512, 0.022553884999979346, 0.02228074499998911, 0.02098356800001966, 0.022009861000015007, 0.021721693000017694, 0.022037973999886162, 0.021972661000063454, 0.022551670999973794, 0.021529406000126983, 0.02207637399988016, 0.021943327000144563, 0.02197077799996805, 0.02208477999988645, 0.021672452000075282, 0.02182409500005633, 0.02212552599985429, 0.021696476999977676, 0.038105486000176825, 0.06110015299987026, 0.022282470000163812, 0.022182451999924524, 0.022149651000063386, 0.021656291999988753, 0.02175921399998515, 0.02226282199990237, 0.021940863000054378, 0.021939339000027758, 0.02196018799986632, 0.022022855000159325, 0.022321080999972764, 0.021520367999983137, 0.022044505999929243, 0.022153669000090304, 0.021941362999996272, 0.022165580999853773, 0.021954428000071857, 0.03853398499995819, 0.03250821200003884, 0.02211025800011157, 0.02214291899986165, 0.0384229480000613, 0.028808425000079296, 0.02229240699989532], [0.023015075000103025, 0.022151886000074228, 0.022289611999894987, 0.022203751999995802, 0.02227285200001461, 0.022153357999968648, 0.02218349500003569, 0.022397582999929, 0.02227799000002051, 0.022414846999936344, 0.022229319000189207, 0.022427909999805706, 0.022288862000095833, 0.02226132900000266, 0.022349934999965626, 0.02220977399997537, 0.022900160000062897, 0.03866429899994728, 0.04751097899998058, 0.023086088000127347, 0.022871666999890294, 0.022910870000032446, 0.022708493999971324, 0.022654762999991362, 0.03882043900011922, 0.028892582000025868, 0.02255930499995884, 0.022851028999866685, 0.022845509000035236, 0.03894917900015571, 0.15364279099981104, 0.022945715000105338, 0.022656526999980997, 0.022754287999987355, 0.023254832000020542, 0.022644033999995372, 0.022898807000046872, 0.03954756500002077, 0.04555926099988028, 0.02322144999993725, 0.023056813000039256, 0.02282480000008036, 0.03915534299994761, 0.03510550400005741, 0.02300719000004392, 0.022876586999927895, 0.023069716000009066, 0.02264480500002719, 0.022781630000054065, 0.02270903399994495, 0.02268699299997934, 0.0230176190000293, 0.022570867000013095, 0.022703714000044783, 0.03913836199990328, 0.03288067700009378, 0.022749158999886276, 0.022940606000020125, 0.022788191000017832, 0.022749158999886276, 0.02244902000006732, 0.02315150899994478, 0.02290389800009507, 0.022978255999987596, 0.022901864000004934, 0.022449971000014557, 0.022556508999969083, 0.022966967000002114, 0.022388245000001916, 0.023082710999915435, 0.023080727000206025, 0.022434793000002173, 0.022777902999905564, 0.02276041000004625, 0.02307214099982957, 0.03957036700012395, 0.05868832700002713, 0.022868821999963984, 0.023567383999989033, 0.02229880000004414, 0.023227591000022585, 0.02260727499992754, 0.022395910000113872, 0.022782420999874375, 0.022472173000096518, 0.022401350999871283, 0.022513750000143773, 0.022750130999838802, 0.022706800000150906, 0.022407471999940753, 0.022033184000065376, 0.02205862200003139, 0.022035948999928223, 0.021721382999885464, 0.022081305000028806, 0.021850734000054217, 0.021746378999978333, 0.021692410000014206, 0.022552341999926284, 0.022284633000026588, 0.020984198999940418, 0.02200672500021028, 0.021721892999948977, 0.022042461999944862, 0.02196697099998346, 0.022553855000069234, 0.02153214999998454, 0.02208766600006129, 0.02193133399987346, 0.021969988000137164, 0.022082174999923154, 0.02166975599993748, 0.021826370000098905, 0.022127368999917962, 0.02169588600008865, 0.03810443399993346, 0.06110284800001864, 0.022281307999946875, 0.022185427000067648, 0.02214910099996814, 0.021652485000004162, 0.021759202999874105, 0.02226592800002436, 0.02193968100004895, 0.021939118000091185, 0.021960498999987976, 0.02202380699986861, 0.022320590000163065, 0.021519135999824357, 0.022046560000035242, 0.022151724999957878, 0.021940351000012015, 0.02216468000005989, 0.021954958000151237, 0.03853383499995289, 0.0325090530000125, 0.02211087899991071, 0.02214225800003078, 0.03842416099996626, 0.028809507000005397, 0.022386401999938244, 0.02151343600007749, 0.02178948899995703, 0.02226156100005028, 0.021410422999906586, 0.022354343000188237, 0.021917869999924733, 0.022024657999963893, 0.022021212000026935, 0.021989081999890914, 0.02203349500018703, 0.021782927999993262, 0.03844397699981528, 0.12926711000000068, 0.02260230600018076, 0.022813007999957335, 0.022497298999951454, 0.039359183999977176, 0.19033174700007294, 0.022982263999892893], [0.024355804000151693, 0.02308573699997396, 0.022884100000055696, 0.022903165999878183, 0.022710808000056204, 0.02264816100000644, 0.03882805299986103, 0.028902370000196242, 0.022537313999919206, 0.02288900000007743, 0.02281675499989433, 0.03894972000011876, 0.15363633899983142, 0.022947138000063205, 0.022661897000034514, 0.02282144299988431, 0.02318619400011812, 0.022644995000064227, 0.022894078999797784, 0.03955186300004243, 0.04555840000011813, 0.023218784999926356, 0.02306077000002915, 0.022822314999984883, 0.039156105000074604, 0.035106354999925315, 0.02300738100007038, 0.022878300000002127, 0.02313168199998472, 0.02258202699999856, 0.02278026699991642, 0.02270878400008769, 0.02275483899984465, 0.023021347000167225, 0.022499874000004638, 0.022706118999849423, 0.039135186000066824, 0.032941179000090415, 0.02273658599983719, 0.022888428999976895, 0.022793732000081945, 0.02280918099995688, 0.02238679300012336, 0.02314702099988608, 0.023096547000022838, 0.022791718000007677, 0.022903827999925852, 0.022449059000109628, 0.022553222999931677, 0.022964923000017734, 0.02238764399999127, 0.02308409300007952, 0.023084424999979092, 0.022430555000028107, 0.022776789999852554, 0.02276202400003058, 0.023078192000184572, 0.03965349199984303, 0.05860432000008586, 0.02286439399995288, 0.02356337700007316, 0.0223047309998492, 0.023310154999990118, 0.022511265000048297, 0.022398415999987265, 0.02278227000010702, 0.02247223299991674, 0.022399446999997963, 0.02251389000002746, 0.022752765999939584, 0.022705438000002687, 0.022408654000173556, 0.02203270299992255, 0.022058762999904502, 0.022039095000081943], [0.02346176700007163, 0.022610921000023154, 0.022841081000024133, 0.022830710999869552, 0.03895373800014568, 0.15362843399998383, 0.022960091999948418, 0.022422681000080047, 0.02298432799989314, 0.02316884099991512, 0.022538867000093887, 0.022914587000059328, 0.039709426999934294, 0.045548581000048216, 0.023230676999901334, 0.023049409000122978, 0.02272303999984615, 0.03925613199999134, 0.03511079400004746, 0.02298983700006829, 0.022887336999929175, 0.02306985700010955, 0.02262516699988737, 0.022813249000137148, 0.02269777299989073, 0.022675542000115456, 0.023045180999815784, 0.022556360000180575, 0.022703643999875567, 0.039128102999939074, 0.03288966300010543, 0.022767552999994223, 0.02291183300008015, 0.022802477999903203, 0.02273405100004311, 0.022474887000043964, 0.02315354400002434, 0.02290604099994198], [0.11935305799988782, 0.02295712599993749, 0.02242263100015407, 0.02298434699991958, 0.023168510999994396, 0.022542174000136583, 0.022906551999994917, 0.039718382999808455, 0.045547510000005786, 0.02323057700004938, 0.023049178000064785, 0.02271731899986662, 0.03926288400020894, 0.035109461999809355, 0.022991129000047295, 0.02288810899995042, 0.023068434000151683, 0.022625839000056658, 0.022806605999903695, 0.02270492699994975, 0.022675251000009666, 0.0230407629999263, 0.02256009699999595, 0.022704395000118893, 0.039121610999927725, 0.03289544300014313, 0.02276407699991978, 0.022916953000049034, 0.022800444000040443, 0.02273442199998499, 0.022473002999959135, 0.02315475599993988, 0.022903075999920475, 0.022941197000136526, 0.02292057899990141, 0.0224534980000044, 0.022564224000007016, 0.022970703000055437, 0.02238129200009098, 0.02307456599987745, 0.023071910999988177, 0.022453077000136545, 0.02276487799986171, 0.022774356000127227, 0.02291452700001173, 0.03970681199984938, 0.05869396699995377, 0.022879492000129176, 0.023281090999944354, 0.02232548000006318, 0.02314504599985412, 0.022799212000109037, 0.022295543999916845, 0.022787972000060108, 0.02241121900010512, 0.022541131000025416, 0.02253072199982853, 0.022659812000028978, 0.022526655000092433, 0.022831521999933102, 0.021834403999946517, 0.0220482219999667, 0.022009160000152406, 0.021831497999983185, 0.02199991299994508, 0.0219074990000081, 0.0217834390000462, 0.021658737000052497, 0.022568340999896463, 0.022268452999924193, 0.020980813000051057, 0.02198047599995334, 0.02179224500014243, 0.02199151699983304, 0.021993941000118866, 0.022685379999984434, 0.02134329799991974, 0.0221219300001394, 0.021907659999897078, 0.021973162999984197, 0.02209231400001954, 0.021704682000063258, 0.021814276999975846, 0.022088828000050853, 0.021749263999936375, 0.038122057999999015, 0.061049858999922435, 0.022329708000143, 0.022138390000009167, 0.02210797299994738, 0.021719610999980432, 0.0217596439999852, 0.02221264800004974, 0.02212914400001864, 0.02175801099997443, 0.021949078000034206, 0.022073029000011957, 0.02231675300004099, 0.021576802999788924, 0.02197936400011713, 0.022130255000092802, 0.021957603999908315, 0.022140674999945986, 0.02198242899999059, 0.03855255999997098, 0.03243156899998212, 0.022115037000048687, 0.02217710300010367, 0.03836298600003829, 0.02884454199988795, 0.02221336999991763, 0.021809117000202605, 0.02186736499993458, 0.022095500999967044, 0.021454415000107474, 0.022311763999823597, 0.021917217999998684, 0.022024096999984977, 0.022000894000029803, 0.02199833999998191, 0.022030178000022715, 0.021783880000157296, 0.03844297499995264, 0.12933447599993997, 0.022564464999959455, 0.022766121000131534, 0.022526783999865074, 0.039310052000018914, 0.19028851699999905, 0.022898808000036297, 0.022858972999983962, 0.02235553500008791, 0.023446869999816045, 0.022301505000086763, 0.02252475099999174, 0.0233005669999784, 0.022566578000123627, 0.022036850999938906, 0.02291155200009598, 0.02282792599999084, 0.04009612799995921, 0.02926529599994865, 0.037892809999902966, 0.0617817450001894, 0.039039190999801576, 0.030762377000201013, 0.02252165499999137, 0.022101781999936065, 0.022170892000076492, 0.02194873700000244, 0.02203785199981212, 0.022160733000191613, 0.022180007999850204, 0.02203964599993924, 0.02191861100004644, 0.022029157000133637, 0.022018295999941984, 0.021968994999951974, 0.02208487999996578, 0.02197555700013254, 0.0220660659999794, 0.021960128000046097, 0.02227949399980389, 0.021976308000148492, 0.021686567999950057, 0.022294791999911467, 0.021445820000053573, 0.02209473900006742], [0.02445992799994201, 0.023020845000019108], [0.024313103999929808, 0.02322567800001707, 0.02305416800004423, 0.022821843999963676, 0.039158389000022, 0.03510540399997808, 0.023006719000022713, 0.02287582500002827, 0.02307049899991398, 0.022645023999984915, 0.02278234200002771, 0.022707740999976522, 0.022689488000196434, 0.02301688799980184, 0.02256952400011869, 0.022703304000060598, 0.03913879299989276, 0.0328808060000938, 0.022750851999944643, 0.022941378000041368, 0.022786338000059914, 0.02274897899997086, 0.0224503619999723, 0.023152491000018927, 0.022903797000026316, 0.022975941999902716, 0.022901993999994374, 0.02245237600004657, 0.02255584799991084, 0.022967186999949263, 0.022387934000107634, 0.02308205999997881, 0.023078463000047122, 0.0224374379999972, 0.022779254999932164, 0.02275981899992985, 0.023064066000188177, 0.03957650899997134, 0.05868583200003741, 0.02287242900001729, 0.023567624999941472, 0.022297075999858862, 0.023227771000165376, 0.022608887999922445, 0.02239460800001325, 0.022780887999942934, 0.02247373599993807, 0.022402182000178072, 0.022514210999815987, 0.02274860800002898, 0.02256427500014979], [], [], [], [], [], [0.023418166000055862, 0.022115757999927155, 0.022140313999898353, 0.038409353000133706, 0.028814817000011317, 0.022288529999968887, 0.02155108600004496, 0.02186717399990812, 0.02225578000002315, 0.021422686000050817, 0.022343462999970143, 0.02191891100005705, 0.022023335999847404, 0.02200808800012055, 0.02200190600001406, 0.022032762999970146, 0.021778209999865794, 0.038446441000132836, 0.1291637780000201, 0.02256308200003332, 0.02296236699999099, 0.0224916279998979, 0.039346260000002076, 0.19009583699994437, 0.023193498000182444, 0.0227703579998888, 0.022141156000088813, 0.023653965999983484, 0.022308857999860265, 0.022310330999971484, 0.023528962999989744, 0.02256349300000693, 0.02201201400021091, 0.022955003999868495, 0.022582187000125487, 0.040332748999844625, 0.028776224000012007], [], [0.03939834600009817, 0.022574604000055842, 0.022953950999863082, 0.022491158000093492, 0.03935138899987578, 0.19029933600018012, 0.022991861999798857, 0.02276773400012644, 0.022289931999921464, 0.02350172299998121, 0.022312645000056364, 0.022452324999903794, 0.023390946000063195, 0.02256266099993809, 0.022005944000056843, 0.022957437000059144, 0.022529991000055816], [0.02402912499997001, 0.022601514000143652, 0.02281152499995187, 0.02249996499995177, 0.039360255000019606, 0.19034335900005317, 0.02305160299988529, 0.022681101999978637, 0.02227873200013164, 0.02349150300005931, 0.02233226199996352, 0.022440312999833623, 0.0234105620002083, 0.022558484000001044, 0.021987828999954218, 0.022965382999927897, 0.022727488000100493, 0.04016854299993611, 0.029014268000082666, 0.038209379999898374, 0.061449675999938336, 0.039068316000111736, 0.030995290999953795, 0.022401059999992867, 0.022146576000068308, 0.02225611999983812, 0.0218396830000529, 0.022048744000130682, 0.022164278999980525, 0.022312794999834296, 0.02172094200000174, 0.022072388000196952, 0.02201682399982019, 0.02202407699996911, 0.021950671000013244, 0.022097754000014902, 0.021946933999970497, 0.022063831000195933, 0.022020901999894704, 0.02225347400008104, 0.021826830000009068, 0.02184278999993694, 0.022298198000044067, 0.0213837839999087, 0.02216171400004896, 0.02177359000006618, 0.022154159999900003], [0.10199627100018915, 0.02298573099983514, 0.02276938600016365, 0.022290183999984947, 0.023494507999885172, 0.022318355999914274, 0.022450893000041106, 0.023397528000032253, 0.022562550999964515, 0.02199691700002404, 0.02296015299998544, 0.02268561999994745], [0.0247752360000959, 0.023047044999884747, 0.02271056600011434, 0.022275656999909188, 0.02349133300003814, 0.022333893999984866, 0.022438579999970898, 0.023412736999944173, 0.022557882000000973, 0.021985746000154904, 0.022969469999907233, 0.022724503000063123, 0.04017028599992045, 0.029013265999992655, 0.038208589000078064, 0.06144909399995413, 0.039071401999990485, 0.030994630000122925, 0.022399025999902733, 0.02214909000008447, 0.022255038999901444, 0.021838640999931158, 0.022053121999988434, 0.02216257600002791, 0.022316812000099162, 0.021717777000048955, 0.022071135000032882, 0.022016632999793728, 0.022024278000117192, 0.021947754999928293, 0.022100440000031085, 0.021945239999922705, 0.022063190000153554, 0.022021262999942337, 0.022255898999901547, 0.021826439000051323, 0.021842990000095597, 0.022298207999938313, 0.021382811999956175, 0.02216202400018119, 0.021773830999791244, 0.022222457999987455, 0.021662593000201014, 0.021531037999920954, 0.02138462600009916, 0.03913072199998169, 0.08254436899983375, 0.02177093600016633, 0.021536233000006177, 0.02172492899990175, 0.021523925000110466, 0.022216275999880963, 0.020579033000103664, 0.02159002899998086, 0.021314323999831686, 0.03890805800006092, 0.059811439999975846, 0.11797437800009902, 0.021981198000048607, 0.021984673999895676, 0.022167975000002116, 0.022011124000073323, 0.03880274599987388, 0.027812268000161566, 0.021797965999894586, 0.021719970000049216, 0.02223262600000453, 0.02188358600005813, 0.021771655999828, 0.02212765100011893, 0.022027823999906104, 0.03841811899997083, 0.029667426000060004, 0.03889651200006483, 0.061354496999911134, 0.02246706300002188, 0.022311452999929315, 0.021555684000077235, 0.022558192999895255, 0.022124966000092172, 0.021194790999970792, 0.022153458000047976, 0.02183585700004187, 0.021726261999901908, 0.022076024000170946, 0.02194587199983289, 0.02158016199996382, 0.021883708000132174, 0.021755018000021664, 0.022580627000024833, 0.021259022999856825, 0.02188524200005304, 0.02197345500007941, 0.022159872999964136, 0.021911939999881724, 0.022045259000151418, 0.02216026399992188, 0.022770000000036816, 0.021912992999887138, 0.02179771700002675, 0.02202953999994861, 0.03862906900008056, 0.029365343000108624, 0.02194091399996978, 0.022157708999884562, 0.022267263000003368, 0.02172813800007134, 0.022249350000038248, 0.021978313999852617, 0.022223131000146168, 0.02202839699998549, 0.03703097099992192, 0.036241628999960085, 0.022148271000105524, 0.022005594999882305, 0.02213300300013543, 0.021788239999978032, 0.022400400999913472, 0.03807259200016233, 0.029101370999796927, 0.02217332800000804, 0.02271641000015734, 0.02237577500000043, 0.02250933100003749, 0.022471461999884923, 0.02260985900011292, 0.02237748599986844, 0.0381422069999644, 0.028439996000088286, 0.022121819999938452, 0.022347770000124, 0.0221804489999613, 0.02201904799994736, 0.022026322000101572, 0.021953616000018883, 0.022215623999954914, 0.021667171999979473, 0.022452856999962023, 0.021671791000017038, 0.022033774999954403, 0.022033604999933232, 0.03861978800000543, 0.19095087599998806, 0.03899591300000793, 0.06094625800005815, 0.10236898099992686, 0.023133024000117075, 0.02277605900007984, 0.022432037999806198, 0.022605301000112377, 0.022563412999943466, 0.022989585999994233, 0.02235941300000377, 0.02289808599994103, 0.021699042000136615, 0.02268117199992048, 0.022140583999998853, 0.022171152000055372, 0.021744977000025756, 0.02203515799988054, 0.02177633600012996, 0.02215518200000588, 0.021864028999971197, 0.022046539000029952, 0.02171883899995919, 0.0219170180000674, 0.02194023099991682, 0.02197836200002712, 0.021799849999979415, 0.02199169699997583, 0.021908601999939492, 0.02198480400011249, 0.02183084700004656, 0.022276006999845777, 0.03708981600016159, 0.08255578399985097, 0.02250314000002618, 0.021965317999956824, 0.02199810900015109, 0.022102092999830347, 0.02206197800001064, 0.021985145000144257, 0.021790401999851383, 0.02199863999999252, 0.021829896000099325, 0.022465409999995245, 0.03812948299992058, 0.08145462200013753, 0.022239898999941943, 0.022302957999954742, 0.03852557100003651, 0.07558431100005691, 0.06332147099988106, 0.13786795600003643, 0.023417926000092848, 0.02209561999984544, 0.02250738900011129, 0.02280510199989294, 0.022675873000025604, 0.022496127000067645, 0.022785607000059827, 0.022997902000042814, 0.022025930999916454, 0.022378257999889684, 0.02290043100015282, 0.022644223000042984, 0.02256365299990648, 0.022498842000004515, 0.023212042000068323, 0.022504522999952314, 0.022805213000083313, 0.022774575999847002, 0.022564525000007052, 0.022809852000136743, 0.022649822999937896, 0.023248308999882283, 0.02195899600019402, 0.023156848999860813, 0.022151855999936743, 0.022556389000101262, 0.022644003000095836, 0.023059797999849252, 0.022592546999931074, 0.022898336000025665, 0.022569324000187407, 0.022674940999877435, 0.022753717000114193, 0.02283107099992776, 0.02267974000005779, 0.02292577799994433, 0.02244220700004007, 0.02287591499998598, 0.022621600999855218, 0.022317945000168038, 0.021960409000030268, 0.021930071999804568, 0.022088527000050817, 0.02202640199993766, 0.02210913600015374, 0.02228906100003769, 0.02212027699988539, 0.0222187900001245, 0.021837239999968006, 0.022172623999949792, 0.021693181000046025, 0.022446513999966555, 0.021950930999992124, 0.022178925999924104, 0.02197839300015403, 0.021924791999936133, 0.022697243000038725, 0.021799487999942357, 0.021540365999953792, 0.02203597900006571, 0.022579984000003606, 0.02156216699995639, 0.021657924999999523, 0.022093375999929776, 0.02196061900008317, 0.02213998399997763, 0.022207328999911624, 0.022138651000204845, 0.02205378199982988, 0.02199349100010295, 0.022039886999891678, 0.02206675700017513, 0.022044305000008535, 0.021902740999848902, 0.021981978999974672, 0.0226423500000692, 0.02161128800003098, 0.022120997999991232, 0.022095179999951142, 0.02229970600001252, 0.022752265000008265, 0.021595428999944488, 0.022208220000038636, 0.022148218999973324, 0.022139182000046276, 0.021858780000002298, 0.021773689999918133, 0.021879859000137003, 0.021988520999911998, 0.021748794000131966, 0.02189347499984251, 0.021794489000058093, 0.0222285780000675, 0.021689063999929203, 0.022083908000013253, 0.021548762000065835, 0.02195227399988653, 0.021806731999959084, 0.02192590399999972, 0.021751360000052955, 0.021806280999953742, 0.021659968999983903, 0.02183385300008922, 0.02194972899997083, 0.02206307000005836, 0.02171378899993215, 0.021962102000088635, 0.022045216999913464, 0.02198480400011249, 0.02187237499992989, 0.02187095199997202, 0.022112181000011333, 0.02182115999994494, 0.021905206000155886, 0.02200087299979714, 0.02220220000003792, 0.022007025999982943, 0.021881251000195334, 0.022548103999952218, 0.021275713000022733, 0.022198992999847178, 0.021726844000113488, 0.022202258999868718, 0.02197450500011655, 0.021992078000039328, 0.02193446999990556, 0.021982259999958842, 0.021816911000087202, 0.02186608400006662, 0.021905435000007856, 0.021694853999861152, 0.02229595500011783, 0.02189552699996966, 0.021922668999877715, 0.021778058000109013, 0.022232727000073282, 0.022189094999930603, 0.02183355300007861, 0.022252643000001626, 0.02170419099979881, 0.02169596600015211, 0.022209412999927736, 0.021695314999988113, 0.022138991000019814, 0.022011182999904122, 0.02157768600000054, 0.021871223000061946, 0.0223482609999337, 0.022176352000087718, 0.021664145999920947, 0.021925433000205885, 0.021567807999872457, 0.02187130300012541, 0.022310450999839304, 0.02191397199999301, 0.021921775999999227, 0.02202873700002783, 0.02172177400007058, 0.021793036999952164, 0.022382785999980115, 0.022184476000120412, 0.021555324000019027, 0.02182388399978663, 0.021672983000144086, 0.02177904099994521, 0.022326751000036893, 0.02199758799997653, 0.021950159999960306, 0.02189941500000714, 0.022444410999924003, 0.02166678100002173, 0.02194793600006051, 0.021931023999968602, 0.022257723000166152, 0.021564870999782215, 0.021932977999995273, 0.021829836000051728, 0.022309228000040093, 0.021566634999999224, 0.022096563000104652, 0.0220476309998503, 0.022183475000019826, 0.021928609000042343, 0.02208301800010304, 0.021636283999896477, 0.022342250000065178, 0.021273698999948465, 0.022423633000016707, 0.021810249000054682, 0.021937415999900622, 0.021901368000044386, 0.02200466099998266, 0.021533202999989953, 0.022164249000070413, 0.022363138999935472, 0.021494870999958948, 0.021905777000029047, 0.021945520999906876, 0.021936052999990352, 0.022048604000019623, 0.022037192000198047, 0.02188769299982596, 0.022122220000028392, 0.022008508999988408, 0.021948675999965417, 0.021975617000180137, 0.02186670499986576, 0.02192026300008365, 0.022127750999970885, 0.021605377000014414, 0.022255849999964994, 0.022023807000095985, 0.021801131999836798, 0.021673834000011993, 0.022228489000099216, 0.021972130999984074, 0.021883333999994647, 0.022092444999998406, 0.021810119000065242, 0.021947935999833135, 0.022115447000032873, 0.021863789000008182, 0.02191357100014102, 0.022048302999792213, 0.022068420000096012, 0.022059484000010343, 0.02217398600009801, 0.022071225999980015, 0.022049964999951044, 0.021934580999868558, 0.021710723000069265, 0.021856716000002052, 0.022168075000081444, 0.02167930499990689, 0.022277630999951725, 0.021788248000120802, 0.02192201599996224, 0.022138000000040847, 0.02200686600008339, 0.02179619300000013, 0.022192801999835865, 0.02202622100003282, 0.0220547640001314, 0.021935982999821135, 0.021806132000165235, 0.02191728899992995, 0.02172456800008149, 0.022295803999895725, 0.022047351000082926, 0.022004019999940283, 0.022150083000042287, 0.021915985999839904, 0.02208237500008181, 0.02200134600002457, 0.021978622000006, 0.022020221000047968, 0.022054413999967437, 0.02196723099996234, 0.022010101999967446, 0.02194748600004459, 0.022041462000061074, 0.022062460999904943, 0.022243898999931844, 0.021772930999986784, 0.02174378700010493, 0.021489843999916047, 0.021367035000139367, 0.021448114999884638, 0.02149837000001753, 0.021430202000146892, 0.021859502999859615, 0.02092641400008688, 0.02167756299991197, 0.021451421999927334, 0.02132535700002336, 0.021555136000188213, 0.02159920700000839, 0.021511483999802294, 0.021450130000175704, 0.021332489999849713, 0.02159900700007711, 0.02154858299991247, 0.021497748999991018, 0.021807185000170648, 0.02109777199984819, 0.021542491999980484, 0.021265766000169606, 0.0213815119998344, 0.02140722000012829, 0.021541229999911593, 0.021507135000092603, 0.021416988000055426, 0.02152756399982536, 0.021435262000068178, 0.021850444999927277, 0.021176941000021543, 0.021464836999939507, 0.021363007000218204, 0.02148355199983598, 0.02150107400007073, 0.02143595400002596, 0.02196015999993506, 0.02082738900003278, 0.021271205999937592, 0.021663528000090082, 0.021260194999968007, 0.021315639000022202, 0.02170245000002069, 0.021421345999897312, 0.02127172700011215, 0.021481428000015512, 0.021574360999920827, 0.021313996000117186, 0.021442104999778167, 0.02150842800006103, 0.02139064900006815, 0.02172267700007069, 0.02089935300000434, 0.021557600999813076, 0.02134511300005215, 0.021316771000101653, 0.021478542999830097, 0.021374929000103293, 0.02188245599995753, 0.02096278099998017, 0.02135499200016966, 0.021076222999909078, 0.021592714999997042, 0.021156883999992715, 0.021288707999929102, 0.02140583699997478, 0.021841960000074323, 0.02082953300009649, 0.02141236900001786, 0.021157463999998072, 0.021121456999935617, 0.021379278000040358, 0.021278299999949013, 0.021255176000067877, 0.021207065999988117, 0.021104134999859525, 0.021580383000127767, 0.021443466999926386, 0.02110820200005037, 0.021458063999943988, 0.021277839000049426, 0.021215591999862227, 0.021639363000076628, 0.02124726100009866, 0.021366653999848495, 0.02150109500007602, 0.021408041000086087, 0.021424752000029912, 0.02143838799997866, 0.02144681300001139, 0.02144355799987352], [0.024721615999851565, 0.0229831159999776, 0.022774135000190654, 0.02228080599979876, 0.023492074000159846, 0.022329816999899776, 0.022442406999971354, 0.023406755999985762, 0.022560457000054157, 0.021990134000134276, 0.022963378999975248, 0.02272748799987312, 0.04016700900001524, 0.029006675000118776, 0.038152313999944454], [], [0.02365478699994128, 0.03820687600000383, 0.061451759000192396, 0.039064448999852175, 0.030973581000125705], [0.02405682800008435, 0.03907443699995383, 0.03109244300003411, 0.022297277000006943, 0.02215188499985743, 0.022255268999970212], [0.02401233399996272], [], [0.039667437999924005, 0.11794542400002683, 0.022013568000147643, 0.02198177799982659, 0.022170611000092322, 0.022107602999994924, 0.03866201400001046, 0.02780376200007595, 0.021710031999873536, 0.021838741000010486, 0.022199494999995295, 0.021883536000132153, 0.021803214999863485, 0.02202120200013269, 0.022045957999807797, 0.038503609000144934, 0.029645854999898802, 0.03886094500012405, 0.061399791999974695, 0.022432659000060085, 0.022203190999789513, 0.021750808000206234, 0.02247078999994301, 0.022137538999913886, 0.021235767999996824, 0.02215314800014312, 0.021832509999967442, 0.021733164999886867, 0.022028115000011894, 0.021956662000093274, 0.021608053999898402, 0.02186858899995059, 0.021769095000081506, 0.02254643300011594, 0.02123855599984381, 0.02188518100001602, 0.0219871100000546, 0.0221616260000701, 0.021891492999884576, 0.022082619000002524, 0.02218089100006182, 0.022775129999899946, 0.021867258000156653, 0.02178096599982382, 0.022198104000153762, 0.03851951499996176, 0.029230340999902182, 0.02200844000003599, 0.022145786999999473, 0.02229611699999623, 0.021701158000041687, 0.02225316599992766, 0.021985708000102022, 0.022235864999856858, 0.022209335000070496, 0.03684936100012237, 0.03625287099998786, 0.02210766500002137, 0.022045569999818326, 0.02212754200013478, 0.021781928999871525, 0.02240527000003567, 0.038066159999971205, 0.029059883000172704, 0.02219905599986305, 0.022665675000098418, 0.022428554000043732, 0.022361885999998776, 0.022558533999927022, 0.022567190000017945, 0.02235367100001895, 0.038286406999986866, 0.028483355999924242, 0.02205767000009473, 0.022369099999878017, 0.02213743900006193, 0.022010783000041556, 0.022009189999835144, 0.021943948000171076, 0.022233266999819534, 0.021701606000078755, 0.02244601400002466, 0.0216453719999663, 0.02204060799999752, 0.022016132000089783, 0.038648381000029985, 0.1909893679999186, 0.03895042799990733, 0.06096222800010764, 0.1023165029998836, 0.02315941400001975, 0.02295413000001645, 0.02220097800000076, 0.022628143000019918, 0.02256696900008137, 0.02295460200002708, 0.022391110999933517, 0.022477432999949087, 0.022075854000149775, 0.022759136999866314, 0.0221722830001454, 0.022109376999878805], [0.039789365999922666, 0.11797414700004083, 0.02198319200010701, 0.021984322999969663, 0.022168565999891143, 0.022010753000131444, 0.03879977099995813, 0.02779912300002252, 0.02179218499986746, 0.021729699000161418, 0.022227656999803003, 0.02188506800007417, 0.021773729999949865, 0.02202679300012278, 0.022067467999931978, 0.03848109699993074, 0.02966766600002302, 0.03889124100010122, 0.06135988799996994, 0.02246360599997388, 0.02232264400004169, 0.021561033999887513, 0.022552683000185425, 0.022125375999848984, 0.021196895999992194, 0.022151825000037206, 0.021837409999989177, 0.021726662999981272, 0.02207144499993774, 0.021948927000039475, 0.021581595000043308, 0.021883668000100442, 0.021754777999831276, 0.02257892400007222, 0.0212587529999837, 0.02188477000004241, 0.02197312399994189, 0.022159513000133302, 0.021911488999876383, 0.02205008800001451, 0.02215936200013857, 0.02277075199981482, 0.02191048800000317, 0.0217969059999632, 0.022029630000133693, 0.038631983999948716, 0.02923862700004065, 0.02205272299988792, 0.022156917000074827, 0.02227074999996148, 0.02172433100008675, 0.0222565429999122, 0.021970850000116116, 0.0222291719999248, 0.02203249500007587, 0.03702992900002755, 0.03623927399985405, 0.022145376000025863, 0.022007880000046498, 0.022133012000040253, 0.02178774899994096, 0.022401804000082848, 0.03807125999992422, 0.029102512000008574, 0.022174140000061016, 0.022712371999887182, 0.022379042000011395, 0.022503920999952243, 0.022474196000075608, 0.022598919000074602, 0.022378438000032475, 0.038154259999828355, 0.02844426299998304, 0.022115738000138663, 0.02234783099993365, 0.022178135000103794, 0.022016613000005236, 0.022028856999895652, 0.02195245400002932, 0.022212498000044434, 0.02167539799984297, 0.0224467950001781, 0.021670267999979842, 0.022037021999949502, 0.022035358000039196, 0.038616921999846454, 0.19095574500011026, 0.03899222599989116, 0.060951158000079886, 0.10233882500006075, 0.023141139000017574, 0.022773733999883916, 0.02242505499998515, 0.02261027000008653, 0.022557691999963936, 0.022991701000137255, 0.022358900999961406, 0.022484725999902366, 0.022056928999973024, 0.022760470000093846, 0.022144431000015175, 0.022169629000018176, 0.02163633499981188, 0.022142769000083717, 0.021774071999971056, 0.022155120999968858, 0.02186440000014045, 0.02204772100003538, 0.021722074999843244, 0.021918130000130986, 0.021938677999969514, 0.02197435499988387, 0.021805630000017118, 0.021987158999991152, 0.021906508000029135, 0.021989343000086592, 0.021832659999972748, 0.02227284199989299, 0.03709417400000348, 0.08254954200015163, 0.022433289999980843, 0.02203466700007084, 0.021998138999833827, 0.022103755999978603, 0.022064882999984547, 0.021986057000049186, 0.021792506000110734, 0.021998308999855, 0.021820408000166935, 0.022467543999937334, 0.03813251999986278, 0.08145707500011667, 0.022239239000100497, 0.022305020999965564, 0.03852055299989843, 0.07558163499993498, 0.06331822500010276, 0.13785746700000345, 0.023354386999926646], [], [0.02264661800018075, 0.021797995999804698, 0.0217228150002029, 0.02222985099979269, 0.02188380600000528, 0.02177417100006096, 0.022121830000060072, 0.021971609000047465, 0.03847959399990941, 0.029668288000038956, 0.03889348500001688, 0.06135702200003834, 0.022465309999915917, 0.022241743999984465], [0.022618485000066357, 0.0388982039999064, 0.061351723000143465, 0.022470388999863644, 0.022310852000146042, 0.02155264799989709, 0.02260120400001142, 0.022085220999997546, 0.021193418999928326, 0.022153648000085013, 0.02183533599986731, 0.021725902000071073, 0.022081364000086978, 0.021942305000038687, 0.021579389999942578, 0.02189132199987398, 0.021747004000189918, 0.022581928999898082, 0.021269833999895127, 0.02187469100022099, 0.021975679999968634, 0.022169239999811907, 0.02190358500001821, 0.02205072900005689, 0.022149584000089817, 0.02
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment